@carbon/icons-angular
Version:
Angular components for icons in digital and software products using the Carbon Design System
174 lines (171 loc) • 10.5 kB
JavaScript
import { __decorate, __metadata } from 'tslib';
import { Input, Component, ElementRef, Directive, NgModule } from '@angular/core';
import { getAttributes } from '@carbon/icon-helpers';
var ScatterMatrixDirective_1;
let ScatterMatrixComponent = class ScatterMatrixComponent {
constructor() {
this.focusable = false;
}
};
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixComponent.prototype, "ariaLabel", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixComponent.prototype, "ariaLabelledby", void 0);
__decorate([
Input(),
__metadata("design:type", Boolean)
], ScatterMatrixComponent.prototype, "ariaHidden", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixComponent.prototype, "title", void 0);
__decorate([
Input(),
__metadata("design:type", Boolean)
], ScatterMatrixComponent.prototype, "focusable", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixComponent.prototype, "innerClass", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixComponent.prototype, "size", void 0);
ScatterMatrixComponent = __decorate([
Component({
selector: "ibm-icon-scatter-matrix",
template: `
<svg
ibmIconScatterMatrix
[size]="size"
[ariaLabel]="ariaLabel"
[ariaLabelledby]="ariaLabelledby"
[ariaHidden]="ariaHidden"
[title]="title"
[isFocusable]="focusable"
[attr.class]="innerClass">
</svg>
`
})
], ScatterMatrixComponent);
let ScatterMatrixDirective = ScatterMatrixDirective_1 = class ScatterMatrixDirective {
constructor(elementRef) {
this.elementRef = elementRef;
this.isFocusable = false;
this.icons = {
"32": {
metadata: { "moduleName": "ScatterMatrix32", "filepath": "scatter-matrix/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": "circle", "attrs": { "cx": "9.5", "cy": "9.5", "r": "2.5" } }, { "elem": "circle", "attrs": { "cx": "9.5", "cy": "22.5", "r": "2.5" } }, { "elem": "circle", "attrs": { "cx": "22.5", "cy": "22.5", "r": "2.5" } }, { "elem": "path", "attrs": { "d": "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z" } }], "name": "scatter-matrix", "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"><circle cx="9.5" cy="9.5" r="2.5"></circle><circle cx="9.5" cy="22.5" r="2.5"></circle><circle cx="22.5" cy="22.5" r="2.5"></circle><path d="M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"></path></svg>`
},
"24": {
metadata: { "moduleName": "ScatterMatrix24", "filepath": "scatter-matrix/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": "circle", "attrs": { "cx": "9.5", "cy": "9.5", "r": "2.5" } }, { "elem": "circle", "attrs": { "cx": "9.5", "cy": "22.5", "r": "2.5" } }, { "elem": "circle", "attrs": { "cx": "22.5", "cy": "22.5", "r": "2.5" } }, { "elem": "path", "attrs": { "d": "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z" } }], "name": "scatter-matrix", "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"><circle cx="9.5" cy="9.5" r="2.5"></circle><circle cx="9.5" cy="22.5" r="2.5"></circle><circle cx="22.5" cy="22.5" r="2.5"></circle><path d="M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"></path></svg>`
},
"20": {
metadata: { "moduleName": "ScatterMatrix20", "filepath": "scatter-matrix/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": "circle", "attrs": { "cx": "9.5", "cy": "9.5", "r": "2.5" } }, { "elem": "circle", "attrs": { "cx": "9.5", "cy": "22.5", "r": "2.5" } }, { "elem": "circle", "attrs": { "cx": "22.5", "cy": "22.5", "r": "2.5" } }, { "elem": "path", "attrs": { "d": "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z" } }], "name": "scatter-matrix", "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"><circle cx="9.5" cy="9.5" r="2.5"></circle><circle cx="9.5" cy="22.5" r="2.5"></circle><circle cx="22.5" cy="22.5" r="2.5"></circle><path d="M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"></path></svg>`
},
"16": {
metadata: { "moduleName": "ScatterMatrix16", "filepath": "scatter-matrix/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": "circle", "attrs": { "cx": "9.5", "cy": "9.5", "r": "2.5" } }, { "elem": "circle", "attrs": { "cx": "9.5", "cy": "22.5", "r": "2.5" } }, { "elem": "circle", "attrs": { "cx": "22.5", "cy": "22.5", "r": "2.5" } }, { "elem": "path", "attrs": { "d": "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z" } }], "name": "scatter-matrix", "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"><circle cx="9.5" cy="9.5" r="2.5"></circle><circle cx="9.5" cy="22.5" r="2.5"></circle><circle cx="22.5" cy="22.5" r="2.5"></circle><path d="M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"></path></svg>`
},
};
}
ngAfterViewInit() {
const svg = this.elementRef.nativeElement;
svg.setAttribute("xmlns", "http://www.w3.org/2000/svg");
const icon = this.icons[this.size];
const domParser = new DOMParser();
const rawSVG = icon.svg;
const svgElement = domParser.parseFromString(rawSVG, "image/svg+xml").documentElement;
let 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;
}
const 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()
});
const attrKeys = Object.keys(attributes);
for (let i = 0; i < attrKeys.length; i++) {
const key = attrKeys[i];
const value = attributes[key];
if (key === "title") {
continue;
}
if (value) {
svg.setAttribute(key, value);
}
}
if (attributes.title) {
const title = document.createElement("title");
title.textContent = attributes.title;
ScatterMatrixDirective_1.titleIdCounter++;
title.setAttribute("id", `scatter-matrix-${ScatterMatrixDirective_1.titleIdCounter}`);
svg.appendChild(title);
svg.setAttribute("aria-labelledby", `scatter-matrix-${ScatterMatrixDirective_1.titleIdCounter}`);
}
}
};
ScatterMatrixDirective.titleIdCounter = 0;
ScatterMatrixDirective.ctorParameters = () => [
{ type: ElementRef }
];
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixDirective.prototype, "ariaLabel", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixDirective.prototype, "ariaLabelledby", void 0);
__decorate([
Input(),
__metadata("design:type", Boolean)
], ScatterMatrixDirective.prototype, "ariaHidden", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixDirective.prototype, "title", void 0);
__decorate([
Input(),
__metadata("design:type", Boolean)
], ScatterMatrixDirective.prototype, "isFocusable", void 0);
__decorate([
Input(),
__metadata("design:type", String)
], ScatterMatrixDirective.prototype, "size", void 0);
ScatterMatrixDirective = ScatterMatrixDirective_1 = __decorate([
Directive({
selector: "[ibmIconScatterMatrix]"
}),
__metadata("design:paramtypes", [ElementRef])
], ScatterMatrixDirective);
let ScatterMatrixModule = class ScatterMatrixModule {
};
ScatterMatrixModule = __decorate([
NgModule({
declarations: [
ScatterMatrixComponent,
ScatterMatrixDirective,
],
exports: [
ScatterMatrixComponent,
ScatterMatrixDirective,
]
})
], ScatterMatrixModule);
export { ScatterMatrixComponent, ScatterMatrixDirective, ScatterMatrixModule };