UNPKG

@carbon/icons-angular

Version:

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

169 lines (166 loc) 11.4 kB
import { __decorate, __metadata } from 'tslib'; import { Input, Component, ElementRef, Directive, NgModule } from '@angular/core'; import { getAttributes } from '@carbon/icon-helpers'; var HybridNetworkingComponent = /** @class */ (function () { function HybridNetworkingComponent() { this.focusable = false; } __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingComponent.prototype, "ariaLabel", void 0); __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingComponent.prototype, "ariaLabelledby", void 0); __decorate([ Input(), __metadata("design:type", Boolean) ], HybridNetworkingComponent.prototype, "ariaHidden", void 0); __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingComponent.prototype, "title", void 0); __decorate([ Input(), __metadata("design:type", Boolean) ], HybridNetworkingComponent.prototype, "focusable", void 0); __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingComponent.prototype, "innerClass", void 0); __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingComponent.prototype, "size", void 0); HybridNetworkingComponent = __decorate([ Component({ selector: "ibm-icon-hybrid-networking", template: "\n <svg\n ibmIconHybridNetworking\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 " }) ], HybridNetworkingComponent); return HybridNetworkingComponent; }()); var HybridNetworkingDirective = /** @class */ (function () { function HybridNetworkingDirective(elementRef) { this.elementRef = elementRef; this.isFocusable = false; this.icons = { "32": { metadata: { "moduleName": "HybridNetworking32", "filepath": "hybrid-networking/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": "M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z" } }, { "elem": "path", "attrs": { "d": "M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z" } }, { "elem": "path", "attrs": { "d": "M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z" } }], "name": "hybrid-networking", "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=\"M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z\"></path><path d=\"M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z\"></path><path d=\"M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z\"></path></svg>" }, "24": { metadata: { "moduleName": "HybridNetworking24", "filepath": "hybrid-networking/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": "M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z" } }, { "elem": "path", "attrs": { "d": "M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z" } }, { "elem": "path", "attrs": { "d": "M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z" } }], "name": "hybrid-networking", "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=\"M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z\"></path><path d=\"M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z\"></path><path d=\"M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z\"></path></svg>" }, "20": { metadata: { "moduleName": "HybridNetworking20", "filepath": "hybrid-networking/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": "M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z" } }, { "elem": "path", "attrs": { "d": "M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z" } }, { "elem": "path", "attrs": { "d": "M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z" } }], "name": "hybrid-networking", "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=\"M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z\"></path><path d=\"M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z\"></path><path d=\"M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z\"></path></svg>" }, "16": { metadata: { "moduleName": "HybridNetworking16", "filepath": "hybrid-networking/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": "M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z" } }, { "elem": "path", "attrs": { "d": "M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z" } }, { "elem": "path", "attrs": { "d": "M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z" } }], "name": "hybrid-networking", "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=\"M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z\"></path><path d=\"M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z\"></path><path d=\"M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z\"></path></svg>" }, }; } HybridNetworkingDirective_1 = HybridNetworkingDirective; HybridNetworkingDirective.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; HybridNetworkingDirective_1.titleIdCounter++; title.setAttribute("id", "hybrid-networking-" + HybridNetworkingDirective_1.titleIdCounter); svg.appendChild(title); svg.setAttribute("aria-labelledby", "hybrid-networking-" + HybridNetworkingDirective_1.titleIdCounter); } }; var HybridNetworkingDirective_1; HybridNetworkingDirective.titleIdCounter = 0; HybridNetworkingDirective.ctorParameters = function () { return [ { type: ElementRef } ]; }; __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingDirective.prototype, "ariaLabel", void 0); __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingDirective.prototype, "ariaLabelledby", void 0); __decorate([ Input(), __metadata("design:type", Boolean) ], HybridNetworkingDirective.prototype, "ariaHidden", void 0); __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingDirective.prototype, "title", void 0); __decorate([ Input(), __metadata("design:type", Boolean) ], HybridNetworkingDirective.prototype, "isFocusable", void 0); __decorate([ Input(), __metadata("design:type", String) ], HybridNetworkingDirective.prototype, "size", void 0); HybridNetworkingDirective = HybridNetworkingDirective_1 = __decorate([ Directive({ selector: "[ibmIconHybridNetworking]" }), __metadata("design:paramtypes", [ElementRef]) ], HybridNetworkingDirective); return HybridNetworkingDirective; }()); var HybridNetworkingModule = /** @class */ (function () { function HybridNetworkingModule() { } HybridNetworkingModule = __decorate([ NgModule({ declarations: [ HybridNetworkingComponent, HybridNetworkingDirective, ], exports: [ HybridNetworkingComponent, HybridNetworkingDirective, ] }) ], HybridNetworkingModule); return HybridNetworkingModule; }()); export { HybridNetworkingComponent, HybridNetworkingDirective, HybridNetworkingModule };