mapa-library-ui 0.0.39 → 0.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.component.mjs +3 -3
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +3 -3
- package/esm2020/src/lib/components/capability/lib/components/tag/src/tag.component.mjs +2 -2
- package/esm2020/src/lib/components/tag/src/tag.component.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +6 -6
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +6 -6
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
- package/mapa-library-ui-0.0.40.tgz +0 -0
- package/package.json +1 -1
- package/mapa-library-ui-0.0.39.tgz +0 -0
|
@@ -10,10 +10,10 @@ export class MapaCapabilityDotComponent {
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
MapaCapabilityDotComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityDotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
MapaCapabilityDotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityDotComponent, selector: "mapa-capability-dot", inputs: { type: "type", item: "item", tooltip: "tooltip", capability: "capability" }, ngImport: i0, template: "<p\n *ngIf=\"!tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n></p>\n<p\n *ngIf=\"tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n [tooltip]=\"tooltipTemplate\"\n></p>\n<ng-template #tooltipTemplate>\n <div class=\"tooltip-info\">\n <strong *ngIf=\"item.direction === 'Negativa'\">\u2198\uFE0E</strong>\n <strong *ngIf=\"item.direction === 'Positiva'\">\u2197</strong>\n\n <h5>{{
|
|
13
|
+
MapaCapabilityDotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityDotComponent, selector: "mapa-capability-dot", inputs: { type: "type", item: "item", tooltip: "tooltip", capability: "capability" }, ngImport: i0, template: "<p\n *ngIf=\"!tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n></p>\n<p\n *ngIf=\"tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n [tooltip]=\"tooltipTemplate\"\n></p>\n<ng-template #tooltipTemplate>\n <div class=\"tooltip-info\">\n <strong class=\"tooltip-info--direction\" *ngIf=\"item.direction === 'Negativa'\">\u2198\uFE0E</strong>\n <strong class=\"tooltip-info--direction\" *ngIf=\"item.direction === 'Positiva'\">\u2197</strong>\n\n <h5>{{ item.name }}</h5>\n\n <mapa-tag size=\"small\">\n <p\n class=\"small-dot\"\n [ngClass]=\"'classification-' + item.classificationId\"\n ></p>\n {{ getClassificationName(item) }}\n </mapa-tag>\n </div>\n</ng-template>\n", styles: [".tooltip-info{display:flex;align-items:center}.tooltip-info strong{margin-right:2px}.tooltip-info h5{margin:0 5px 0 0;font-family:SF-Pro;font-size:14px;font-style:normal;font-weight:600}.tooltip-info--direction{padding-right:6px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#fff}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f56580;color:#000}.classification-7{background-color:#f598a7;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.MapaTooltipDirective, selector: "[tooltip]", inputs: ["tooltip", "position", "theme", "showDelay", "hideDelay"] }, { kind: "component", type: i3.TagComponent, selector: "mapa-tag", inputs: ["color", "size"] }] });
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityDotComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: "mapa-capability-dot", template: "<p\n *ngIf=\"!tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n></p>\n<p\n *ngIf=\"tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n [tooltip]=\"tooltipTemplate\"\n></p>\n<ng-template #tooltipTemplate>\n <div class=\"tooltip-info\">\n <strong *ngIf=\"item.direction === 'Negativa'\">\u2198\uFE0E</strong>\n <strong *ngIf=\"item.direction === 'Positiva'\">\u2197</strong>\n\n <h5>{{
|
|
16
|
+
args: [{ selector: "mapa-capability-dot", template: "<p\n *ngIf=\"!tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n></p>\n<p\n *ngIf=\"tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n [tooltip]=\"tooltipTemplate\"\n></p>\n<ng-template #tooltipTemplate>\n <div class=\"tooltip-info\">\n <strong class=\"tooltip-info--direction\" *ngIf=\"item.direction === 'Negativa'\">\u2198\uFE0E</strong>\n <strong class=\"tooltip-info--direction\" *ngIf=\"item.direction === 'Positiva'\">\u2197</strong>\n\n <h5>{{ item.name }}</h5>\n\n <mapa-tag size=\"small\">\n <p\n class=\"small-dot\"\n [ngClass]=\"'classification-' + item.classificationId\"\n ></p>\n {{ getClassificationName(item) }}\n </mapa-tag>\n </div>\n</ng-template>\n", styles: [".tooltip-info{display:flex;align-items:center}.tooltip-info strong{margin-right:2px}.tooltip-info h5{margin:0 5px 0 0;font-family:SF-Pro;font-size:14px;font-style:normal;font-weight:600}.tooltip-info--direction{padding-right:6px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#fff}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f56580;color:#000}.classification-7{background-color:#f598a7;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px}\n"] }]
|
|
17
17
|
}], propDecorators: { type: [{
|
|
18
18
|
type: Input
|
|
19
19
|
}], item: [{
|
|
@@ -23,4 +23,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
23
23
|
}], capability: [{
|
|
24
24
|
type: Input
|
|
25
25
|
}] } });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eS1kb3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9jYXBhYmlsaXR5L3NyYy9jYXBhYmlsaXR5LWRvdC9jYXBhYmlsaXR5LWRvdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktZG90L2NhcGFiaWxpdHktZG90LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFxQixNQUFNLGVBQWUsQ0FBQztBQUVwRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQzs7Ozs7QUFVakYsTUFBTSxPQUFPLDBCQUEwQjtJQU1yQyxxQkFBcUIsQ0FBQyxJQUFvQjtRQUN4QyxPQUFPLENBQ0wsd0JBQXdCLENBQUMsSUFBSSxDQUMzQixDQUFDLGNBQW1CLEVBQUUsRUFBRSxDQUN0QixjQUFjLENBQUMsZ0JBQWdCLEtBQUssSUFBSSxDQUFDLGdCQUFnQixDQUM1RCxFQUFFLGtCQUFrQixJQUFJLEVBQUUsQ0FDNUIsQ0FBQztJQUNKLENBQUM7O3dIQWJVLDBCQUEwQjs0R0FBMUIsMEJBQTBCLGlKQ1p2QyxvNUJBNkJBOzRGRGpCYSwwQkFBMEI7a0JBUnRDLFNBQVM7K0JBQ0UscUJBQXFCOzhCQVF0QixJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQ2FwYWJpbGl0eSwgQ2FwYWJpbGl0eUl0ZW0gfSBmcm9tIFwiLi4vLi4vY2FwYWJpbGl0eS5pbnRlcmZhY2VzXCI7XG5pbXBvcnQgeyBDYXBhYmlsaXR5Q2xhc3NpZmljYXRpb24gfSBmcm9tIFwiLi4vLi4vY2FwYWJpbGl0eS1jbGFzc2lmaWNhdGlvbi5jb25zdFwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwibWFwYS1jYXBhYmlsaXR5LWRvdFwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2NhcGFiaWxpdHktZG90LmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlVXJsczogW1xuICAgIFwiLi9jYXBhYmlsaXR5LWRvdC5jb21wb25lbnQuc2Nzc1wiLFxuICAgIFwiLi8uLi8uLi9zdHlsZXMvY2FwYWJpbGl0eS5zY3NzXCIsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIE1hcGFDYXBhYmlsaXR5RG90Q29tcG9uZW50IHtcbiAgQElucHV0KCkgdHlwZSE6IHN0cmluZztcbiAgQElucHV0KCkgaXRlbSE6IENhcGFiaWxpdHlJdGVtO1xuICBASW5wdXQoKSB0b29sdGlwITogYm9vbGVhbjtcbiAgQElucHV0KCkgY2FwYWJpbGl0eT86IENhcGFiaWxpdHk7XG5cbiAgZ2V0Q2xhc3NpZmljYXRpb25OYW1lKGl0ZW06IENhcGFiaWxpdHlJdGVtKTogc3RyaW5nIHtcbiAgICByZXR1cm4gKFxuICAgICAgQ2FwYWJpbGl0eUNsYXNzaWZpY2F0aW9uLmZpbmQoXG4gICAgICAgIChjbGFzc2lmaWNhdGlvbjogYW55KSA9PlxuICAgICAgICAgIGNsYXNzaWZpY2F0aW9uLmNsYXNzaWZpY2F0aW9uSWQgPT09IGl0ZW0uY2xhc3NpZmljYXRpb25JZFxuICAgICAgKT8uY2xhc3NpZmljYXRpb25OYW1lIHx8IFwiXCJcbiAgICApO1xuICB9XG59XG4iLCI8cFxuICAqbmdJZj1cIiF0b29sdGlwXCJcbiAgW2NsYXNzLmRvdF09XCJ0eXBlICE9PSAnc21hbGwnXCJcbiAgW2NsYXNzLnNtYWxsLWRvdF09XCJ0eXBlID09PSAnc21hbGwnXCJcbiAgW25nQ2xhc3NdPVwiJ2NsYXNzaWZpY2F0aW9uLScgKyBpdGVtLmNsYXNzaWZpY2F0aW9uSWRcIlxuPjwvcD5cbjxwXG4gICpuZ0lmPVwidG9vbHRpcFwiXG4gIFtjbGFzcy5kb3RdPVwidHlwZSAhPT0gJ3NtYWxsJ1wiXG4gIFtjbGFzcy5zbWFsbC1kb3RdPVwidHlwZSA9PT0gJ3NtYWxsJ1wiXG4gIFtuZ0NsYXNzXT1cIidjbGFzc2lmaWNhdGlvbi0nICsgaXRlbS5jbGFzc2lmaWNhdGlvbklkXCJcbiAgW3Rvb2x0aXBdPVwidG9vbHRpcFRlbXBsYXRlXCJcbj48L3A+XG48bmctdGVtcGxhdGUgI3Rvb2x0aXBUZW1wbGF0ZT5cbiAgPGRpdiBjbGFzcz1cInRvb2x0aXAtaW5mb1wiPlxuICAgIDxzdHJvbmcgY2xhc3M9XCJ0b29sdGlwLWluZm8tLWRpcmVjdGlvblwiICpuZ0lmPVwiaXRlbS5kaXJlY3Rpb24gPT09ICdOZWdhdGl2YSdcIj7ihpjvuI48L3N0cm9uZz5cbiAgICA8c3Ryb25nIGNsYXNzPVwidG9vbHRpcC1pbmZvLS1kaXJlY3Rpb25cIiAqbmdJZj1cIml0ZW0uZGlyZWN0aW9uID09PSAnUG9zaXRpdmEnXCI+4oaXPC9zdHJvbmc+XG5cbiAgICA8aDU+e3sgaXRlbS5uYW1lIH19PC9oNT5cblxuICAgIDxtYXBhLXRhZyBzaXplPVwic21hbGxcIj5cbiAgICAgIDxwXG4gICAgICAgIGNsYXNzPVwic21hbGwtZG90XCJcbiAgICAgICAgW25nQ2xhc3NdPVwiJ2NsYXNzaWZpY2F0aW9uLScgKyBpdGVtLmNsYXNzaWZpY2F0aW9uSWRcIlxuICAgICAgPjwvcD5cbiAgICAgIHt7IGdldENsYXNzaWZpY2F0aW9uTmFtZShpdGVtKSB9fVxuICAgIDwvbWFwYS10YWc+XG4gIDwvZGl2PlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|
|
@@ -19,13 +19,13 @@ export class MapaCapabilityIntervalBarComponent {
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
MapaCapabilityIntervalBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIntervalBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
-
MapaCapabilityIntervalBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIntervalBarComponent, selector: "mapa-capability-interval-bar", inputs: { data: "data" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<
|
|
22
|
+
MapaCapabilityIntervalBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIntervalBarComponent, selector: "mapa-capability-interval-bar", inputs: { data: "data" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<section (mouseover)=\"onHover()\" (mouseout)=\"onMouseOut()\" reusable-outlet>\n <section\n class=\"capability-interval\"\n [ngClass]=\"{'capability-interval--hide': isHovering}\"\n >\n <mapa-capability-interval [data]=\"data\"></mapa-capability-interval>\n </section>\n <section\n class=\"capability-interval--hide\"\n [ngClass]=\"{'capability-interval--show': isHovering}\"\n >\n <mapa-button color=\"basic\" (click)=\"showMore()\">Veja mais</mapa-button>\n </section>\n</section>\n", styles: [".capability-interval{border:1px solid #8c8f94;border-radius:16px;display:flex;align-items:center;justify-content:flex-end;padding:16px;min-width:290px}.capability-interval--hide{display:none}.capability-interval--show{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.ButtonComponent, selector: "mapa-button", inputs: ["color", "disabled"], outputs: ["clicked"] }, { kind: "component", type: i3.MapaCapabilityIntervalComponent, selector: "mapa-capability-interval", inputs: ["data"] }] });
|
|
23
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIntervalBarComponent, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
|
-
args: [{ selector: "mapa-capability-interval-bar", template: "<
|
|
25
|
+
args: [{ selector: "mapa-capability-interval-bar", template: "<section (mouseover)=\"onHover()\" (mouseout)=\"onMouseOut()\" reusable-outlet>\n <section\n class=\"capability-interval\"\n [ngClass]=\"{'capability-interval--hide': isHovering}\"\n >\n <mapa-capability-interval [data]=\"data\"></mapa-capability-interval>\n </section>\n <section\n class=\"capability-interval--hide\"\n [ngClass]=\"{'capability-interval--show': isHovering}\"\n >\n <mapa-button color=\"basic\" (click)=\"showMore()\">Veja mais</mapa-button>\n </section>\n</section>\n", styles: [".capability-interval{border:1px solid #8c8f94;border-radius:16px;display:flex;align-items:center;justify-content:flex-end;padding:16px;min-width:290px}.capability-interval--hide{display:none}.capability-interval--show{display:block}\n"] }]
|
|
26
26
|
}], propDecorators: { data: [{
|
|
27
27
|
type: Input
|
|
28
28
|
}], clicked: [{
|
|
29
29
|
type: Output
|
|
30
30
|
}] } });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9jYXBhYmlsaXR5L3NyYy9jYXBhYmlsaXR5LWludGVydmFsLWJhci9jYXBhYmlsaXR5LWludGVydmFsLWJhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktaW50ZXJ2YWwtYmFyL2NhcGFiaWxpdHktaW50ZXJ2YWwtYmFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7O0FBUXZFLE1BQU0sT0FBTyxrQ0FBa0M7SUFML0M7UUFPWSxZQUFPLEdBQXVCLElBQUksWUFBWSxFQUFRLENBQUM7UUFFMUQsZUFBVSxHQUFHLEtBQUssQ0FBQztLQWEzQjtJQVhDLE9BQU87UUFDTCxJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQztJQUN6QixDQUFDO0lBRUQsVUFBVTtRQUNSLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO0lBQzFCLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN0QixDQUFDOztnSUFoQlUsa0NBQWtDO29IQUFsQyxrQ0FBa0MsK0hDUi9DLCtmQWNBOzRGRE5hLGtDQUFrQztrQkFMOUMsU0FBUzsrQkFDRSw4QkFBOEI7OEJBSy9CLElBQUk7c0JBQVosS0FBSztnQkFDSSxPQUFPO3NCQUFoQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQ2FwYWJpbGl0eSB9IGZyb20gXCIuLi8uLi9jYXBhYmlsaXR5LmludGVyZmFjZXNcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcIm1hcGEtY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9jYXBhYmlsaXR5LWludGVydmFsLWJhci5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZVVybHM6IFtcIi4vY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIuY29tcG9uZW50LnNjc3NcIl0sXG59KVxuZXhwb3J0IGNsYXNzIE1hcGFDYXBhYmlsaXR5SW50ZXJ2YWxCYXJDb21wb25lbnQge1xuICBASW5wdXQoKSBkYXRhITogQ2FwYWJpbGl0eTtcbiAgQE91dHB1dCgpIGNsaWNrZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcbiAgXG4gIHB1YmxpYyBpc0hvdmVyaW5nID0gZmFsc2U7XG5cbiAgb25Ib3ZlcigpOiB2b2lkIHtcbiAgICB0aGlzLmlzSG92ZXJpbmcgPSB0cnVlO1xuICB9XG5cbiAgb25Nb3VzZU91dCgpOiB2b2lkIHtcbiAgICB0aGlzLmlzSG92ZXJpbmcgPSBmYWxzZTtcbiAgfVxuXG4gIHNob3dNb3JlKCk6IHZvaWQge1xuICAgIHRoaXMuY2xpY2tlZC5lbWl0KCk7XG4gIH1cbn1cbiIsIjxzZWN0aW9uIChtb3VzZW92ZXIpPVwib25Ib3ZlcigpXCIgKG1vdXNlb3V0KT1cIm9uTW91c2VPdXQoKVwiIHJldXNhYmxlLW91dGxldD5cbiAgPHNlY3Rpb25cbiAgICBjbGFzcz1cImNhcGFiaWxpdHktaW50ZXJ2YWxcIlxuICAgIFtuZ0NsYXNzXT1cInsnY2FwYWJpbGl0eS1pbnRlcnZhbC0taGlkZSc6IGlzSG92ZXJpbmd9XCJcbiAgPlxuICAgIDxtYXBhLWNhcGFiaWxpdHktaW50ZXJ2YWwgW2RhdGFdPVwiZGF0YVwiPjwvbWFwYS1jYXBhYmlsaXR5LWludGVydmFsPlxuICA8L3NlY3Rpb24+XG4gIDxzZWN0aW9uXG4gICAgY2xhc3M9XCJjYXBhYmlsaXR5LWludGVydmFsLS1oaWRlXCJcbiAgICBbbmdDbGFzc109XCJ7J2NhcGFiaWxpdHktaW50ZXJ2YWwtLXNob3cnOiBpc0hvdmVyaW5nfVwiXG4gID5cbiAgICA8bWFwYS1idXR0b24gY29sb3I9XCJiYXNpY1wiIChjbGljayk9XCJzaG93TW9yZSgpXCI+VmVqYSBtYWlzPC9tYXBhLWJ1dHRvbj5cbiAgPC9zZWN0aW9uPlxuPC9zZWN0aW9uPlxuIl19
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class TagComponent {
|
|
4
4
|
}
|
|
5
5
|
TagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagComponent, selector: "mapa-tag", inputs: { color: "color", size: "size" }, ngImport: i0, template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] });
|
|
6
|
+
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagComponent, selector: "mapa-tag", inputs: { color: "color", size: "size" }, ngImport: i0, template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{font-family:SF-Pro;display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] });
|
|
7
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagComponent, decorators: [{
|
|
8
8
|
type: Component,
|
|
9
|
-
args: [{ selector: 'mapa-tag', template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] }]
|
|
9
|
+
args: [{ selector: 'mapa-tag', template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{font-family:SF-Pro;display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] }]
|
|
10
10
|
}], propDecorators: { color: [{
|
|
11
11
|
type: Input
|
|
12
12
|
}], size: [{
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export class TagComponent {
|
|
4
4
|
}
|
|
5
5
|
TagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagComponent, selector: "mapa-tag", inputs: { color: "color", size: "size" }, ngImport: i0, template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] });
|
|
6
|
+
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagComponent, selector: "mapa-tag", inputs: { color: "color", size: "size" }, ngImport: i0, template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{font-family:SF-Pro;display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] });
|
|
7
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagComponent, decorators: [{
|
|
8
8
|
type: Component,
|
|
9
|
-
args: [{ selector: 'mapa-tag', template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] }]
|
|
9
|
+
args: [{ selector: 'mapa-tag', template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{font-family:SF-Pro;display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] }]
|
|
10
10
|
}], propDecorators: { color: [{
|
|
11
11
|
type: Input
|
|
12
12
|
}], size: [{
|
|
@@ -342,10 +342,10 @@ const CapabilityClassification = [
|
|
|
342
342
|
class TagComponent {
|
|
343
343
|
}
|
|
344
344
|
TagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
345
|
-
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagComponent, selector: "mapa-tag", inputs: { color: "color", size: "size" }, ngImport: i0, template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] });
|
|
345
|
+
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagComponent, selector: "mapa-tag", inputs: { color: "color", size: "size" }, ngImport: i0, template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{font-family:SF-Pro;display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] });
|
|
346
346
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagComponent, decorators: [{
|
|
347
347
|
type: Component,
|
|
348
|
-
args: [{ selector: 'mapa-tag', template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] }]
|
|
348
|
+
args: [{ selector: 'mapa-tag', template: "<div\n class=\"tag\"\n [class.tag--small]=\"size === 'small'\"\n [class.tag--highlight]=\"color === 'highlight'\"\n [class.tag--selected]=\"color === 'selected'\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".tag{font-family:SF-Pro;display:flex;align-items:center;border-radius:16px;border:1px solid #cdcdcd;background:#fff;padding:8px 12px;line-height:24px;font-weight:300}.tag--highlight{border:2px solid #eedb2a}.tag--small{gap:8px;padding:2px 8px 2px 3px!important;font-size:12px;height:18px}.tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #D9D9D9!important}\n"] }]
|
|
349
349
|
}], propDecorators: { color: [{
|
|
350
350
|
type: Input
|
|
351
351
|
}], size: [{
|
|
@@ -359,10 +359,10 @@ class MapaCapabilityDotComponent {
|
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
MapaCapabilityDotComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityDotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
362
|
-
MapaCapabilityDotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityDotComponent, selector: "mapa-capability-dot", inputs: { type: "type", item: "item", tooltip: "tooltip", capability: "capability" }, ngImport: i0, template: "<p\n *ngIf=\"!tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n></p>\n<p\n *ngIf=\"tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n [tooltip]=\"tooltipTemplate\"\n></p>\n<ng-template #tooltipTemplate>\n <div class=\"tooltip-info\">\n <strong *ngIf=\"item.direction === 'Negativa'\">\u2198\uFE0E</strong>\n <strong *ngIf=\"item.direction === 'Positiva'\">\u2197</strong>\n\n <h5>{{
|
|
362
|
+
MapaCapabilityDotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityDotComponent, selector: "mapa-capability-dot", inputs: { type: "type", item: "item", tooltip: "tooltip", capability: "capability" }, ngImport: i0, template: "<p\n *ngIf=\"!tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n></p>\n<p\n *ngIf=\"tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n [tooltip]=\"tooltipTemplate\"\n></p>\n<ng-template #tooltipTemplate>\n <div class=\"tooltip-info\">\n <strong class=\"tooltip-info--direction\" *ngIf=\"item.direction === 'Negativa'\">\u2198\uFE0E</strong>\n <strong class=\"tooltip-info--direction\" *ngIf=\"item.direction === 'Positiva'\">\u2197</strong>\n\n <h5>{{ item.name }}</h5>\n\n <mapa-tag size=\"small\">\n <p\n class=\"small-dot\"\n [ngClass]=\"'classification-' + item.classificationId\"\n ></p>\n {{ getClassificationName(item) }}\n </mapa-tag>\n </div>\n</ng-template>\n", styles: [".tooltip-info{display:flex;align-items:center}.tooltip-info strong{margin-right:2px}.tooltip-info h5{margin:0 5px 0 0;font-family:SF-Pro;font-size:14px;font-style:normal;font-weight:600}.tooltip-info--direction{padding-right:6px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#fff}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f56580;color:#000}.classification-7{background-color:#f598a7;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: MapaTooltipDirective, selector: "[tooltip]", inputs: ["tooltip", "position", "theme", "showDelay", "hideDelay"] }, { kind: "component", type: TagComponent, selector: "mapa-tag", inputs: ["color", "size"] }] });
|
|
363
363
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityDotComponent, decorators: [{
|
|
364
364
|
type: Component,
|
|
365
|
-
args: [{ selector: "mapa-capability-dot", template: "<p\n *ngIf=\"!tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n></p>\n<p\n *ngIf=\"tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n [tooltip]=\"tooltipTemplate\"\n></p>\n<ng-template #tooltipTemplate>\n <div class=\"tooltip-info\">\n <strong *ngIf=\"item.direction === 'Negativa'\">\u2198\uFE0E</strong>\n <strong *ngIf=\"item.direction === 'Positiva'\">\u2197</strong>\n\n <h5>{{
|
|
365
|
+
args: [{ selector: "mapa-capability-dot", template: "<p\n *ngIf=\"!tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n></p>\n<p\n *ngIf=\"tooltip\"\n [class.dot]=\"type !== 'small'\"\n [class.small-dot]=\"type === 'small'\"\n [ngClass]=\"'classification-' + item.classificationId\"\n [tooltip]=\"tooltipTemplate\"\n></p>\n<ng-template #tooltipTemplate>\n <div class=\"tooltip-info\">\n <strong class=\"tooltip-info--direction\" *ngIf=\"item.direction === 'Negativa'\">\u2198\uFE0E</strong>\n <strong class=\"tooltip-info--direction\" *ngIf=\"item.direction === 'Positiva'\">\u2197</strong>\n\n <h5>{{ item.name }}</h5>\n\n <mapa-tag size=\"small\">\n <p\n class=\"small-dot\"\n [ngClass]=\"'classification-' + item.classificationId\"\n ></p>\n {{ getClassificationName(item) }}\n </mapa-tag>\n </div>\n</ng-template>\n", styles: [".tooltip-info{display:flex;align-items:center}.tooltip-info strong{margin-right:2px}.tooltip-info h5{margin:0 5px 0 0;font-family:SF-Pro;font-size:14px;font-style:normal;font-weight:600}.tooltip-info--direction{padding-right:6px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#fff}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f56580;color:#000}.classification-7{background-color:#f598a7;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px}\n"] }]
|
|
366
366
|
}], propDecorators: { type: [{
|
|
367
367
|
type: Input
|
|
368
368
|
}], item: [{
|
|
@@ -522,10 +522,10 @@ class MapaCapabilityIntervalBarComponent {
|
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
524
|
MapaCapabilityIntervalBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIntervalBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
525
|
-
MapaCapabilityIntervalBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIntervalBarComponent, selector: "mapa-capability-interval-bar", inputs: { data: "data" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<
|
|
525
|
+
MapaCapabilityIntervalBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityIntervalBarComponent, selector: "mapa-capability-interval-bar", inputs: { data: "data" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<section (mouseover)=\"onHover()\" (mouseout)=\"onMouseOut()\" reusable-outlet>\n <section\n class=\"capability-interval\"\n [ngClass]=\"{'capability-interval--hide': isHovering}\"\n >\n <mapa-capability-interval [data]=\"data\"></mapa-capability-interval>\n </section>\n <section\n class=\"capability-interval--hide\"\n [ngClass]=\"{'capability-interval--show': isHovering}\"\n >\n <mapa-button color=\"basic\" (click)=\"showMore()\">Veja mais</mapa-button>\n </section>\n</section>\n", styles: [".capability-interval{border:1px solid #8c8f94;border-radius:16px;display:flex;align-items:center;justify-content:flex-end;padding:16px;min-width:290px}.capability-interval--hide{display:none}.capability-interval--show{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "mapa-button", inputs: ["color", "disabled"], outputs: ["clicked"] }, { kind: "component", type: MapaCapabilityIntervalComponent, selector: "mapa-capability-interval", inputs: ["data"] }] });
|
|
526
526
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityIntervalBarComponent, decorators: [{
|
|
527
527
|
type: Component,
|
|
528
|
-
args: [{ selector: "mapa-capability-interval-bar", template: "<
|
|
528
|
+
args: [{ selector: "mapa-capability-interval-bar", template: "<section (mouseover)=\"onHover()\" (mouseout)=\"onMouseOut()\" reusable-outlet>\n <section\n class=\"capability-interval\"\n [ngClass]=\"{'capability-interval--hide': isHovering}\"\n >\n <mapa-capability-interval [data]=\"data\"></mapa-capability-interval>\n </section>\n <section\n class=\"capability-interval--hide\"\n [ngClass]=\"{'capability-interval--show': isHovering}\"\n >\n <mapa-button color=\"basic\" (click)=\"showMore()\">Veja mais</mapa-button>\n </section>\n</section>\n", styles: [".capability-interval{border:1px solid #8c8f94;border-radius:16px;display:flex;align-items:center;justify-content:flex-end;padding:16px;min-width:290px}.capability-interval--hide{display:none}.capability-interval--show{display:block}\n"] }]
|
|
529
529
|
}], propDecorators: { data: [{
|
|
530
530
|
type: Input
|
|
531
531
|
}], clicked: [{
|