@carbon/icons-angular
Version:
Angular components for icons in digital and software products using the Carbon Design System
169 lines (166 loc) • 12 kB
JavaScript
import { __decorate, __metadata } from 'tslib';
import { Input, Component, ElementRef, Directive, NgModule } from '@angular/core';
import { getAttributes } from '@carbon/icon-helpers';
var CheckmarkOutlineErrorComponent = /** @class */ (function () {
function CheckmarkOutlineErrorComponent() {
this.focusable = false;
}
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorComponent.prototype, "ariaLabel", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorComponent.prototype, "ariaLabelledby", void 0);
__decorate([
Input(),
__metadata("design:type", Boolean)
], CheckmarkOutlineErrorComponent.prototype, "ariaHidden", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorComponent.prototype, "title", void 0);
__decorate([
Input(),
__metadata("design:type", Boolean)
], CheckmarkOutlineErrorComponent.prototype, "focusable", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorComponent.prototype, "innerClass", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorComponent.prototype, "size", void 0);
CheckmarkOutlineErrorComponent = __decorate([
Component({
selector: "ibm-icon-checkmark-outline-error",
template: "\n <svg\n ibmIconCheckmarkOutlineError\n [size]=\"size\"\n [ariaLabel]=\"ariaLabel\"\n [ariaLabelledby]=\"ariaLabelledby\"\n [ariaHidden]=\"ariaHidden\"\n [title]=\"title\"\n [isFocusable]=\"focusable\"\n [attr.class]=\"innerClass\">\n </svg>\n "
})
], CheckmarkOutlineErrorComponent);
return CheckmarkOutlineErrorComponent;
}());
var CheckmarkOutlineErrorDirective = /** @class */ (function () {
function CheckmarkOutlineErrorDirective(elementRef) {
this.elementRef = elementRef;
this.isFocusable = false;
this.icons = {
"32": {
metadata: { "moduleName": "CheckmarkOutlineError32", "filepath": "checkmark--outline--error/32.js", "descriptor": { "elem": "svg", "attrs": { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 32 32", "fill": "currentColor", "width": 32, "height": 32 }, "content": [{ "elem": "path", "attrs": { "d": "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z" } }, { "elem": "path", "attrs": { "d": "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z" } }], "name": "checkmark--outline--error", "size": 32 }, "size": 32 },
svg: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" aria-hidden=\"true\"><path d=\"M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z\"></path><path d=\"M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z\"></path></svg>"
},
"24": {
metadata: { "moduleName": "CheckmarkOutlineError24", "filepath": "checkmark--outline--error/24.js", "descriptor": { "elem": "svg", "attrs": { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 32 32", "fill": "currentColor", "width": 24, "height": 24 }, "content": [{ "elem": "path", "attrs": { "d": "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z" } }, { "elem": "path", "attrs": { "d": "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z" } }], "name": "checkmark--outline--error", "size": 24 }, "size": 24 },
svg: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" width=\"24\" height=\"24\" viewBox=\"0 0 32 32\" aria-hidden=\"true\"><path d=\"M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z\"></path><path d=\"M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z\"></path></svg>"
},
"20": {
metadata: { "moduleName": "CheckmarkOutlineError20", "filepath": "checkmark--outline--error/20.js", "descriptor": { "elem": "svg", "attrs": { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 32 32", "fill": "currentColor", "width": 20, "height": 20 }, "content": [{ "elem": "path", "attrs": { "d": "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z" } }, { "elem": "path", "attrs": { "d": "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z" } }], "name": "checkmark--outline--error", "size": 20 }, "size": 20 },
svg: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" aria-hidden=\"true\"><path d=\"M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z\"></path><path d=\"M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z\"></path></svg>"
},
"16": {
metadata: { "moduleName": "CheckmarkOutlineError16", "filepath": "checkmark--outline--error/16.js", "descriptor": { "elem": "svg", "attrs": { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 32 32", "fill": "currentColor", "width": 16, "height": 16 }, "content": [{ "elem": "path", "attrs": { "d": "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z" } }, { "elem": "path", "attrs": { "d": "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z" } }], "name": "checkmark--outline--error", "size": 16 }, "size": 16 },
svg: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" width=\"16\" height=\"16\" viewBox=\"0 0 32 32\" aria-hidden=\"true\"><path d=\"M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z\"></path><path d=\"M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z\"></path></svg>"
},
};
}
CheckmarkOutlineErrorDirective_1 = CheckmarkOutlineErrorDirective;
CheckmarkOutlineErrorDirective.prototype.ngAfterViewInit = function () {
var svg = this.elementRef.nativeElement;
svg.setAttribute("xmlns", "http://www.w3.org/2000/svg");
var icon = this.icons[this.size];
var domParser = new DOMParser();
var rawSVG = icon.svg;
var svgElement = domParser.parseFromString(rawSVG, "image/svg+xml").documentElement;
var node = svgElement.firstChild;
while (node) {
// importNode makes a clone of the node
// this ensures we keep looping over the nodes in the parsed document
svg.appendChild(svg.ownerDocument.importNode(node, true));
node = node.nextSibling;
}
var attributes = getAttributes({
width: icon.metadata.descriptor.attrs.height,
height: icon.metadata.descriptor.attrs.height,
viewBox: icon.metadata.descriptor.attrs.viewBox,
title: this.title,
"aria-label": this.ariaLabel,
"aria-labelledby": this.ariaLabelledby,
"aria-hidden": this.ariaHidden,
focusable: this.isFocusable.toString()
});
var attrKeys = Object.keys(attributes);
for (var i = 0; i < attrKeys.length; i++) {
var key = attrKeys[i];
var value = attributes[key];
if (key === "title") {
continue;
}
if (value) {
svg.setAttribute(key, value);
}
}
if (attributes.title) {
var title = document.createElement("title");
title.textContent = attributes.title;
CheckmarkOutlineErrorDirective_1.titleIdCounter++;
title.setAttribute("id", "checkmark-outline-error-" + CheckmarkOutlineErrorDirective_1.titleIdCounter);
svg.appendChild(title);
svg.setAttribute("aria-labelledby", "checkmark-outline-error-" + CheckmarkOutlineErrorDirective_1.titleIdCounter);
}
};
var CheckmarkOutlineErrorDirective_1;
CheckmarkOutlineErrorDirective.titleIdCounter = 0;
CheckmarkOutlineErrorDirective.ctorParameters = function () { return [
{ type: ElementRef }
]; };
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorDirective.prototype, "ariaLabel", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorDirective.prototype, "ariaLabelledby", void 0);
__decorate([
Input(),
__metadata("design:type", Boolean)
], CheckmarkOutlineErrorDirective.prototype, "ariaHidden", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorDirective.prototype, "title", void 0);
__decorate([
Input(),
__metadata("design:type", Boolean)
], CheckmarkOutlineErrorDirective.prototype, "isFocusable", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], CheckmarkOutlineErrorDirective.prototype, "size", void 0);
CheckmarkOutlineErrorDirective = CheckmarkOutlineErrorDirective_1 = __decorate([
Directive({
selector: "[ibmIconCheckmarkOutlineError]"
}),
__metadata("design:paramtypes", [ElementRef])
], CheckmarkOutlineErrorDirective);
return CheckmarkOutlineErrorDirective;
}());
var CheckmarkOutlineErrorModule = /** @class */ (function () {
function CheckmarkOutlineErrorModule() {
}
CheckmarkOutlineErrorModule = __decorate([
NgModule({
declarations: [
CheckmarkOutlineErrorComponent,
CheckmarkOutlineErrorDirective,
],
exports: [
CheckmarkOutlineErrorComponent,
CheckmarkOutlineErrorDirective,
]
})
], CheckmarkOutlineErrorModule);
return CheckmarkOutlineErrorModule;
}());
export { CheckmarkOutlineErrorComponent, CheckmarkOutlineErrorDirective, CheckmarkOutlineErrorModule };