UNPKG

@carbon/icons-angular

Version:

Angular components for icons in digital and software products using the Carbon Design System

169 lines (166 loc) 10 kB
import { __decorate, __metadata } from 'tslib'; import { Input, Component, ElementRef, Directive, NgModule } from '@angular/core'; import { getAttributes } from '@carbon/icon-helpers'; var MobileCheckComponent = /** @class */ (function () { function MobileCheckComponent() { this.focusable = false; } __decorate([ Input(), __metadata("design:type", String) ], MobileCheckComponent.prototype, "ariaLabel", void 0); __decorate([ Input(), __metadata("design:type", String) ], MobileCheckComponent.prototype, "ariaLabelledby", void 0); __decorate([ Input(), __metadata("design:type", Boolean) ], MobileCheckComponent.prototype, "ariaHidden", void 0); __decorate([ Input(), __metadata("design:type", String) ], MobileCheckComponent.prototype, "title", void 0); __decorate([ Input(), __metadata("design:type", Boolean) ], MobileCheckComponent.prototype, "focusable", void 0); __decorate([ Input(), __metadata("design:type", String) ], MobileCheckComponent.prototype, "innerClass", void 0); __decorate([ Input(), __metadata("design:type", String) ], MobileCheckComponent.prototype, "size", void 0); MobileCheckComponent = __decorate([ Component({ selector: "ibm-icon-mobile-check", template: "\n <svg\n ibmIconMobileCheck\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 " }) ], MobileCheckComponent); return MobileCheckComponent; }()); var MobileCheckDirective = /** @class */ (function () { function MobileCheckDirective(elementRef) { this.elementRef = elementRef; this.isFocusable = false; this.icons = { "32": { metadata: { "moduleName": "MobileCheck32", "filepath": "mobile--check/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": "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z" } }, { "elem": "path", "attrs": { "d": "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z" } }], "name": "mobile--check", "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=\"M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z\"></path><path d=\"M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z\"></path></svg>" }, "24": { metadata: { "moduleName": "MobileCheck24", "filepath": "mobile--check/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": "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z" } }, { "elem": "path", "attrs": { "d": "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z" } }], "name": "mobile--check", "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=\"M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z\"></path><path d=\"M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z\"></path></svg>" }, "20": { metadata: { "moduleName": "MobileCheck20", "filepath": "mobile--check/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": "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z" } }, { "elem": "path", "attrs": { "d": "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z" } }], "name": "mobile--check", "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=\"M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z\"></path><path d=\"M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z\"></path></svg>" }, "16": { metadata: { "moduleName": "MobileCheck16", "filepath": "mobile--check/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": "M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z" } }, { "elem": "path", "attrs": { "d": "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z" } }], "name": "mobile--check", "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=\"M20 27.18L17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z\"></path><path d=\"M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z\"></path></svg>" }, }; } MobileCheckDirective_1 = MobileCheckDirective; MobileCheckDirective.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; MobileCheckDirective_1.titleIdCounter++; title.setAttribute("id", "mobile-check-" + MobileCheckDirective_1.titleIdCounter); svg.appendChild(title); svg.setAttribute("aria-labelledby", "mobile-check-" + MobileCheckDirective_1.titleIdCounter); } }; var MobileCheckDirective_1; MobileCheckDirective.titleIdCounter = 0; MobileCheckDirective.ctorParameters = function () { return [ { type: ElementRef } ]; }; __decorate([ Input(), __metadata("design:type", String) ], MobileCheckDirective.prototype, "ariaLabel", void 0); __decorate([ Input(), __metadata("design:type", String) ], MobileCheckDirective.prototype, "ariaLabelledby", void 0); __decorate([ Input(), __metadata("design:type", Boolean) ], MobileCheckDirective.prototype, "ariaHidden", void 0); __decorate([ Input(), __metadata("design:type", String) ], MobileCheckDirective.prototype, "title", void 0); __decorate([ Input(), __metadata("design:type", Boolean) ], MobileCheckDirective.prototype, "isFocusable", void 0); __decorate([ Input(), __metadata("design:type", String) ], MobileCheckDirective.prototype, "size", void 0); MobileCheckDirective = MobileCheckDirective_1 = __decorate([ Directive({ selector: "[ibmIconMobileCheck]" }), __metadata("design:paramtypes", [ElementRef]) ], MobileCheckDirective); return MobileCheckDirective; }()); var MobileCheckModule = /** @class */ (function () { function MobileCheckModule() { } MobileCheckModule = __decorate([ NgModule({ declarations: [ MobileCheckComponent, MobileCheckDirective, ], exports: [ MobileCheckComponent, MobileCheckDirective, ] }) ], MobileCheckModule); return MobileCheckModule; }()); export { MobileCheckComponent, MobileCheckDirective, MobileCheckModule };