mapa-library-ui 0.45.0 → 0.46.0
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/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +1 -1
- package/esm2020/src/lib/components/chart/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +1 -1
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/checklist-database.mjs +57 -0
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.mjs +154 -12
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.mjs +13 -5
- package/esm2020/src/lib/components/dropdown/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.mjs +1 -1
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/checklist-database.mjs +57 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +154 -12
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.mjs +13 -5
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/form/lib/components/input/src/input.component.mjs +1 -1
- package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.component.mjs +3 -3
- package/esm2020/src/lib/components/form/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.mjs +1 -1
- package/esm2020/src/lib/components/group-report/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/classification.interface.mjs +1 -1
- package/esm2020/src/lib/components/input/src/input.component.mjs +1 -1
- package/esm2020/src/lib/components/radio-button/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/scale/filters.mjs +7 -0
- package/esm2020/src/lib/components/scale/lib/components/button/public-api.mjs +6 -0
- package/esm2020/src/lib/components/scale/lib/components/button/src/button.component.mjs +23 -0
- package/esm2020/src/lib/components/scale/lib/components/button/src/button.module.mjs +19 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/public-api.mjs +26 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +17 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +32 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +24 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +19 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +20 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +19 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +19 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +19 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.component.mjs +73 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.module.mjs +64 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.component.mjs +31 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.module.mjs +22 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.component.mjs +27 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.module.mjs +22 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +14 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +18 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +33 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +21 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +27 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +21 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.mjs +81 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.module.mjs +18 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +31 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +20 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +57 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +2 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +2 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +2 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +2 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/index.mjs +4 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/services/capability-classification.service.mjs +14 -0
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +32 -0
- package/esm2020/src/lib/components/scale/lib/components/dropdown/public-api.mjs +6 -0
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.mjs +168 -0
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.mjs +71 -0
- package/esm2020/src/lib/components/scale/lib/components/filters/public-api.mjs +6 -0
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.component.mjs +34 -0
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.module.mjs +38 -0
- package/esm2020/src/lib/components/scale/lib/components/icon/public-api.mjs +6 -0
- package/esm2020/src/lib/components/scale/lib/components/icon/src/icon.component.mjs +26 -0
- package/esm2020/src/lib/components/scale/lib/components/icon/src/icon.module.mjs +19 -0
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.component.mjs +12 -4
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.module.mjs +6 -11
- package/esm2020/src/lib/components/scale/lib/components/tag/public-api.mjs +6 -0
- package/esm2020/src/lib/components/scale/lib/components/tag/src/tag.component.mjs +14 -0
- package/esm2020/src/lib/components/scale/lib/components/tag/src/tag.module.mjs +24 -0
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.component.mjs +21 -0
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.directive.mjs +140 -0
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.enums.mjs +16 -0
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.module.mjs +19 -0
- package/esm2020/src/lib/components/scale/lib/core/elements/action-button.mjs +2 -0
- package/esm2020/src/lib/components/scale/lib/core/elements/dropdown.mjs +8 -0
- package/esm2020/src/lib/components/scale/lib/core/elements/element-base.mjs +33 -0
- package/esm2020/src/lib/components/scale/lib/core/elements/element-search.mjs +2 -0
- package/esm2020/src/lib/components/scale/lib/core/elements/errors.mjs +2 -0
- package/esm2020/src/lib/components/scale/lib/core/interfaces/classification.interface.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/core/interfaces/element-group.interface.mjs +2 -0
- package/esm2020/src/lib/components/scale/lib/core/interfaces/element-option.interface.mjs +2 -0
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/element-base.mjs +1 -1
- package/esm2020/src/lib/components/table/lib/components/table/src/table.component.mjs +1 -1
- package/esm2020/src/lib/components/table/lib/core/interfaces/classification.interface.mjs +1 -1
- package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.component.mjs +3 -3
- package/esm2020/src/lib/components/textarea/lib/core/elements/element-base.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +216 -16
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +216 -16
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +6 -6
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs +304 -13
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs +3 -3
- package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
- package/fesm2015/mapa-library-ui.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +216 -16
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +216 -16
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +6 -6
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs +303 -13
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs +3 -3
- package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
- package/fesm2020/mapa-library-ui.mjs.map +1 -1
- package/lib/core/elements/element-base.d.ts +2 -3
- package/mapa-library-ui-0.46.0.tgz +0 -0
- package/package.json +1 -1
- package/src/lib/components/capability/lib/core/elements/element-base.d.ts +2 -3
- package/src/lib/components/chart/lib/core/elements/element-base.d.ts +2 -3
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/checklist-database.d.ts +13 -0
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.d.ts +64 -4
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.d.ts +4 -2
- package/src/lib/components/dropdown/lib/core/elements/element-base.d.ts +2 -3
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/checklist-database.d.ts +13 -0
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts +64 -4
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.d.ts +4 -2
- package/src/lib/components/dropdown-tree/lib/core/elements/element-base.d.ts +2 -3
- package/src/lib/components/form/lib/core/elements/element-base.d.ts +2 -3
- package/src/lib/components/group-report/lib/core/elements/element-base.d.ts +2 -3
- package/src/lib/components/group-report/lib/core/interfaces/classification.interface.d.ts +1 -0
- package/src/lib/components/radio-button/lib/core/elements/element-base.d.ts +2 -3
- package/src/lib/components/scale/filters.d.ts +3 -0
- package/src/lib/components/scale/lib/components/button/public-api.d.ts +2 -0
- package/src/lib/components/scale/lib/components/button/src/button.component.d.ts +10 -0
- package/src/lib/components/scale/lib/components/button/src/button.module.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/public-api.d.ts +22 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +10 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +11 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +29 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +17 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +17 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +10 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +16 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +10 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +7 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +8 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +12 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +14 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +9 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +29 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +8 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +16 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +10 -0
- package/src/lib/components/scale/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +2 -0
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +6 -0
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +10 -0
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +20 -0
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +8 -0
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/index.d.ts +3 -0
- package/src/lib/components/scale/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +8 -0
- package/src/lib/components/scale/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +15 -0
- package/src/lib/components/scale/lib/components/dropdown/public-api.d.ts +2 -0
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.d.ts +40 -0
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.d.ts +15 -0
- package/src/lib/components/scale/lib/components/filters/public-api.d.ts +2 -0
- package/src/lib/components/scale/lib/components/filters/src/filters.component.d.ts +14 -0
- package/src/lib/components/scale/lib/components/filters/src/filters.module.d.ts +12 -0
- package/src/lib/components/scale/lib/components/icon/public-api.d.ts +2 -0
- package/src/lib/components/scale/lib/components/icon/src/icon.component.d.ts +13 -0
- package/src/lib/components/scale/lib/components/icon/src/icon.module.d.ts +9 -0
- package/src/lib/components/scale/lib/components/scale/src/scale.component.d.ts +2 -0
- package/src/lib/components/scale/lib/components/scale/src/scale.module.d.ts +2 -1
- package/src/lib/components/scale/lib/components/tag/public-api.d.ts +2 -0
- package/src/lib/components/scale/lib/components/tag/src/tag.component.d.ts +12 -0
- package/src/lib/components/scale/lib/components/tag/src/tag.module.d.ts +8 -0
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.component.d.ts +15 -0
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.directive.d.ts +32 -0
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.enums.d.ts +13 -0
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.module.d.ts +9 -0
- package/src/lib/components/scale/lib/core/elements/action-button.d.ts +5 -0
- package/src/lib/components/scale/lib/core/elements/dropdown.d.ts +4 -0
- package/src/lib/components/scale/lib/core/elements/element-base.d.ts +66 -0
- package/src/lib/components/scale/lib/core/elements/element-search.d.ts +6 -0
- package/src/lib/components/scale/lib/core/elements/errors.d.ts +12 -0
- package/src/lib/components/scale/lib/core/interfaces/classification.interface.d.ts +1 -0
- package/src/lib/components/scale/lib/core/interfaces/element-group.interface.d.ts +5 -0
- package/src/lib/components/scale/lib/core/interfaces/element-option.interface.d.ts +4 -0
- package/src/lib/components/slide-toggle/lib/core/elements/element-base.d.ts +2 -3
- package/src/lib/components/table/lib/core/interfaces/classification.interface.d.ts +1 -0
- package/src/lib/components/textarea/lib/core/elements/element-base.d.ts +2 -3
- package/mapa-library-ui-0.45.0.tgz +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./capability-dot.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../tooltip/src/tooltip.module";
|
|
5
|
+
import * as i4 from "../../../tag/src/tag.module";
|
|
6
|
+
export declare class MapaCapabilityDotModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityDotModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaCapabilityDotModule, [typeof i1.MapaCapabilityDotComponent], [typeof i2.CommonModule, typeof i3.MapaTooltipModule, typeof i4.MapaTagModule], [typeof i1.MapaCapabilityDotComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaCapabilityDotModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Capability } from "../essentials/interfaces/capability.interface";
|
|
2
|
+
import { CapabilityClassificationService } from "../essentials/services/capability-classification.service";
|
|
3
|
+
import { CapabilityItem } from "../essentials/interfaces";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MapaCapabilityExpandComponent {
|
|
6
|
+
classification: CapabilityClassificationService;
|
|
7
|
+
data: Capability;
|
|
8
|
+
constructor(classification: CapabilityClassificationService);
|
|
9
|
+
createTag(item: CapabilityItem): {
|
|
10
|
+
bgColor: string;
|
|
11
|
+
fontSize: string;
|
|
12
|
+
size: string;
|
|
13
|
+
};
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityExpandComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityExpandComponent, "mapa-capability-expand", never, { "data": "data"; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./capability-expand.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../tag/src/tag.module";
|
|
5
|
+
import * as i4 from "../capability-dot/capability-dot.module";
|
|
6
|
+
export declare class MapaCapabilityExpandModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityExpandModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaCapabilityExpandModule, [typeof i1.MapaCapabilityExpandComponent], [typeof i2.CommonModule, typeof i3.MapaTagModule, typeof i4.MapaCapabilityDotModule], [typeof i1.MapaCapabilityExpandComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaCapabilityExpandModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CapabilityItem } from "../essentials/interfaces/capability-item.interface";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MapaCapabilityIndicatorComponent {
|
|
4
|
+
item: CapabilityItem;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIndicatorComponent, "mapa-capability-indicator", never, { "item": "item"; }, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./capability-indicator.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MapaCapabilityIndicatorModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaCapabilityIndicatorModule, [typeof i1.MapaCapabilityIndicatorComponent], [typeof i2.CommonModule], [typeof i1.MapaCapabilityIndicatorComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaCapabilityIndicatorModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CapabilityItem } from "../essentials/interfaces/capability-item.interface";
|
|
2
|
+
import { CapabilityClassificationService } from "../essentials/services/capability-classification.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MapaCapabilityIndicatorChartComponent {
|
|
5
|
+
classification: CapabilityClassificationService;
|
|
6
|
+
data: CapabilityItem[];
|
|
7
|
+
constructor(classification: CapabilityClassificationService);
|
|
8
|
+
setUnlabeledItem(item: CapabilityItem): CapabilityItem;
|
|
9
|
+
getWidth(item: CapabilityItem): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorChartComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIndicatorChartComponent, "mapa-capability-indicator-chart", never, { "data": "data"; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./capability-indicator-chart.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../capability-indicator/capability-indicator.module";
|
|
5
|
+
export declare class MapaCapabilityIndicatorChartModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorChartModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaCapabilityIndicatorChartModule, [typeof i1.MapaCapabilityIndicatorChartComponent], [typeof i2.CommonModule, typeof i3.MapaCapabilityIndicatorModule], [typeof i1.MapaCapabilityIndicatorChartComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaCapabilityIndicatorChartModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
|
+
import { CapabilityItem } from "../essentials/interfaces/capability-item.interface";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MapaCapabilityIndicatorListComponent implements OnInit {
|
|
5
|
+
data: CapabilityItem[];
|
|
6
|
+
dataPositive: CapabilityItem[];
|
|
7
|
+
dataNegative: CapabilityItem[];
|
|
8
|
+
dataRiskPrecipitation: CapabilityItem[];
|
|
9
|
+
dataRiskNegligence: CapabilityItem[];
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorListComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIndicatorListComponent, "mapa-capability-indicator-list", never, { "data": "data"; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./capability-indicator-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../capability-indicator/capability-indicator.module";
|
|
5
|
+
export declare class MapaCapabilityIndicatorListModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorListModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaCapabilityIndicatorListModule, [typeof i1.MapaCapabilityIndicatorListComponent], [typeof i2.CommonModule, typeof i3.MapaCapabilityIndicatorModule], [typeof i1.MapaCapabilityIndicatorListComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaCapabilityIndicatorListModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { Capability } from "../essentials/interfaces/capability.interface";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MapaCapabilityIntervalComponent implements OnInit, OnChanges {
|
|
5
|
+
data: Capability;
|
|
6
|
+
showInterval: boolean;
|
|
7
|
+
paintLinear: string;
|
|
8
|
+
SVG: {
|
|
9
|
+
x: number;
|
|
10
|
+
y: number;
|
|
11
|
+
width: number;
|
|
12
|
+
height: number;
|
|
13
|
+
}[];
|
|
14
|
+
hasTransform: boolean;
|
|
15
|
+
indexTransform: number;
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
getWidth(index: number): number;
|
|
20
|
+
getFill(i: number): string;
|
|
21
|
+
getFillGradient(): string;
|
|
22
|
+
getTransform(i: number): string;
|
|
23
|
+
getStartOffset(): number;
|
|
24
|
+
getStopOffset(): number;
|
|
25
|
+
getGradientX(): number;
|
|
26
|
+
isSVG(): boolean;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIntervalComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIntervalComponent, "mapa-capability-interval", never, { "data": "data"; "showInterval": "showInterval"; }, {}, never, never, false, never>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./capability-interval.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MapaCapabilityIntervalModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIntervalModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaCapabilityIntervalModule, [typeof i1.MapaCapabilityIntervalComponent], [typeof i2.CommonModule], [typeof i1.MapaCapabilityIntervalComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaCapabilityIntervalModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { Capability } from "../essentials/interfaces/capability.interface";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MapaCapabilityIntervalBarComponent {
|
|
5
|
+
data: Capability;
|
|
6
|
+
expanded?: boolean;
|
|
7
|
+
showInterval: boolean;
|
|
8
|
+
clicked: EventEmitter<void>;
|
|
9
|
+
id: string;
|
|
10
|
+
isHovering: boolean;
|
|
11
|
+
isClicked: boolean;
|
|
12
|
+
constructor();
|
|
13
|
+
isSVG(): boolean;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIntervalBarComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIntervalBarComponent, "mapa-capability-interval-bar", never, { "data": "data"; "expanded": "expanded"; "showInterval": "showInterval"; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./capability-interval-bar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../../button/src/button.module";
|
|
5
|
+
import * as i4 from "../capability-interval/capability-interval.module";
|
|
6
|
+
export declare class MapaCapabilityIntervalBarModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIntervalBarModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaCapabilityIntervalBarModule, [typeof i1.MapaCapabilityIntervalBarComponent], [typeof i2.CommonModule, typeof i3.MapaButtonModule, typeof i4.MapaCapabilityIntervalModule], [typeof i1.MapaCapabilityIntervalBarComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaCapabilityIntervalBarModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface CapabilityItem {
|
|
2
|
+
name?: string;
|
|
3
|
+
interval?: number;
|
|
4
|
+
competenceName?: string;
|
|
5
|
+
scaleName?: string;
|
|
6
|
+
classificationId?: number;
|
|
7
|
+
classificationName?: string;
|
|
8
|
+
classificationColor?: string;
|
|
9
|
+
classificationFontSize?: string;
|
|
10
|
+
classificationBg?: string;
|
|
11
|
+
direction?: string | null;
|
|
12
|
+
risk?: boolean | null;
|
|
13
|
+
precipitation?: boolean | null;
|
|
14
|
+
negligence?: boolean | null;
|
|
15
|
+
indicatorOrder?: number;
|
|
16
|
+
description?: string;
|
|
17
|
+
average?: number;
|
|
18
|
+
concept?: string;
|
|
19
|
+
isIndividually?: boolean;
|
|
20
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CapabilityItem } from "../interfaces/capability-item.interface";
|
|
2
|
+
import { CapabilityClassification } from "../interfaces/capability-classification.interface";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CapabilityClassificationService {
|
|
5
|
+
getByItem(item: CapabilityItem): CapabilityClassification;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CapabilityClassificationService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CapabilityClassificationService>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ViewContainerRef, ComponentFactoryResolver, Injector } from "@angular/core";
|
|
2
|
+
import { Router } from "@angular/router";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ReusableCapabilityIntervalBarService {
|
|
5
|
+
private componentFactoryResolver;
|
|
6
|
+
private injector;
|
|
7
|
+
private router;
|
|
8
|
+
private componentRef;
|
|
9
|
+
private currentViewContainerRef;
|
|
10
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver, injector: Injector, router: Router);
|
|
11
|
+
attach(viewContainerRef: ViewContainerRef): void;
|
|
12
|
+
detach(viewContainerRef: ViewContainerRef): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReusableCapabilityIntervalBarService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ReusableCapabilityIntervalBarService>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { FormControl } from "@angular/forms";
|
|
3
|
+
import { MatSelect } from "@angular/material/select";
|
|
4
|
+
import { ReplaySubject } from "rxjs/internal/ReplaySubject";
|
|
5
|
+
import { Subject } from "rxjs/internal/Subject";
|
|
6
|
+
import { ElementOption } from "../../../core/interfaces/element-option.interface";
|
|
7
|
+
import { Dropdown } from "../../../core/elements/dropdown";
|
|
8
|
+
import { ElementGroup } from "../../../core/interfaces/element-group.interface";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class MapaDropdownComponent implements OnInit, OnDestroy, OnChanges {
|
|
11
|
+
formControl: FormControl;
|
|
12
|
+
formControlSearch: FormControl;
|
|
13
|
+
element: Dropdown;
|
|
14
|
+
border: "soft" | "tag" | "highlight" | null | undefined;
|
|
15
|
+
dropdown: MatSelect;
|
|
16
|
+
filteredOptions: ReplaySubject<ElementOption[]>;
|
|
17
|
+
filteredGroups: ReplaySubject<ElementGroup[]>;
|
|
18
|
+
protected filteredOptionsCache: ElementOption[];
|
|
19
|
+
protected filteredGroupCache: ElementGroup[];
|
|
20
|
+
protected _onDestroy: Subject<void>;
|
|
21
|
+
isIndeterminate: boolean;
|
|
22
|
+
isChecked: boolean;
|
|
23
|
+
isOptionsGroup: boolean;
|
|
24
|
+
get selectedOptions(): any[];
|
|
25
|
+
constructor();
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
28
|
+
ngOnDestroy(): void;
|
|
29
|
+
setOptions(): void;
|
|
30
|
+
protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
|
|
31
|
+
protected filterOptions(): void;
|
|
32
|
+
protected setToggleAllCheckboxState(): void;
|
|
33
|
+
toggleSelectAll(selectAllValue: boolean): void;
|
|
34
|
+
isElementGroup(object: ElementGroup | ElementOption): object is ElementGroup;
|
|
35
|
+
compareFn(c1: any, c2: any): boolean;
|
|
36
|
+
hasValue(): boolean;
|
|
37
|
+
clearValue(event: any): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownComponent, "mapa-dropdown", never, { "formControl": "formControl"; "formControlSearch": "formControlSearch"; "element": "element"; "border": "border"; }, {}, never, never, false, never>;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dropdown.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "../../button/src/button.module";
|
|
7
|
+
import * as i6 from "@angular/material/list";
|
|
8
|
+
import * as i7 from "@angular/material/icon";
|
|
9
|
+
import * as i8 from "@angular/material/select";
|
|
10
|
+
import * as i9 from "ngx-mat-select-search";
|
|
11
|
+
export declare class MapaDropdownModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaDropdownModule, [typeof i1.MapaDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatButtonModule, typeof i5.MapaButtonModule, typeof i6.MatListModule, typeof i7.MatIconModule, typeof i8.MatSelectModule, typeof i9.NgxMatSelectSearchModule], [typeof i1.MapaDropdownComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaDropdownModule>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { ElementBase } from 'mapa-library-ui';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FiltersComponent {
|
|
6
|
+
form: FormGroup;
|
|
7
|
+
elements: ElementBase[];
|
|
8
|
+
selectedValues: EventEmitter<any>;
|
|
9
|
+
getFormControl(filterKey: string): FormControl;
|
|
10
|
+
clearFilters(): void;
|
|
11
|
+
emitSelectedValues(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "mapa-filters", never, { "form": "form"; "elements": "elements"; }, { "selectedValues": "selectedValues"; }, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./filters.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "mapa-library-ui/src/lib/components/button";
|
|
5
|
+
import * as i4 from "mapa-library-ui/src/lib/components/checkbox";
|
|
6
|
+
import * as i5 from "mapa-library-ui/src/lib/components/dropdown";
|
|
7
|
+
import * as i6 from "mapa-library-ui/src/lib/components/input";
|
|
8
|
+
export declare class MapaFiltersModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaFiltersModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaFiltersModule, [typeof i1.FiltersComponent], [typeof i2.CommonModule, typeof i3.MapaButtonModule, typeof i4.MapaCheckboxModule, typeof i5.MapaDropdownModule, typeof i6.MapaInputModule], [typeof i1.FiltersComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaFiltersModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { MatIconRegistry } from "@angular/material/icon";
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class IconComponent {
|
|
5
|
+
private matIconRegistry;
|
|
6
|
+
private domSanitizer;
|
|
7
|
+
svg: string | null | undefined;
|
|
8
|
+
constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer);
|
|
9
|
+
ngOnChanges(): void;
|
|
10
|
+
registerCustomIcons(svg: string): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "mapa-icon", never, { "svg": "svg"; }, {}, never, ["*"], false, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
export declare class MapaIconModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaIconModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaIconModule, [typeof i1.IconComponent], [typeof i2.CommonModule, typeof i3.MatIconModule], [typeof i1.IconComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaIconModule>;
|
|
9
|
+
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { Dimension } from "../../group-report/src/group-report-interface";
|
|
2
2
|
import { Competence, Scale, ProgressBar } from "./scale.interface";
|
|
3
|
+
import { Capability } from "../../capability/public-api";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class MapaScaleComponent {
|
|
5
6
|
data: Competence[];
|
|
6
7
|
showProgressbar: boolean;
|
|
7
8
|
getProgressbarData(scale: Scale): ProgressBar;
|
|
9
|
+
getIntervalbarData(scale: Scale): Capability;
|
|
8
10
|
isPositive(dimension: Dimension): boolean;
|
|
9
11
|
showSummarized(scale: Scale): boolean;
|
|
10
12
|
getCompetenceImg(competence: Competence): string;
|
|
@@ -3,8 +3,9 @@ import * as i1 from "./scale.component";
|
|
|
3
3
|
import * as i2 from "./progressbar/progressbar.component";
|
|
4
4
|
import * as i3 from "./details/details.component";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "../../capability/src/capability-interval-bar/capability-interval-bar.module";
|
|
6
7
|
export declare class MapaScaleModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapaScaleModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaScaleModule, [typeof i1.MapaScaleComponent, typeof i2.MapaProgressbarComponent, typeof i3.MapaDetailsComponent], [typeof i4.CommonModule], [typeof i1.MapaScaleComponent, typeof i2.MapaProgressbarComponent, typeof i3.MapaDetailsComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaScaleModule, [typeof i1.MapaScaleComponent, typeof i2.MapaProgressbarComponent, typeof i3.MapaDetailsComponent], [typeof i4.CommonModule, typeof i5.MapaCapabilityIntervalBarModule], [typeof i1.MapaScaleComponent, typeof i2.MapaProgressbarComponent, typeof i3.MapaDetailsComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<MapaScaleModule>;
|
|
10
11
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface Tag {
|
|
3
|
+
bgColor?: string | null | undefined;
|
|
4
|
+
color?: "highlight" | "selected" | string | null | undefined;
|
|
5
|
+
size?: "small" | string | null | undefined;
|
|
6
|
+
fontSize?: string | null | undefined;
|
|
7
|
+
}
|
|
8
|
+
export declare class TagComponent {
|
|
9
|
+
tag: Tag | undefined;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "mapa-tag", never, { "tag": "tag"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tag.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MapaTagModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTagModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaTagModule, [typeof i1.TagComponent], [typeof i2.CommonModule], [typeof i1.TagComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaTagModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { TooltipPosition, TooltipTheme } from './tooltip.enums';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MapaTooltipComponent {
|
|
5
|
+
tooltip: TemplateRef<any>;
|
|
6
|
+
position: TooltipPosition;
|
|
7
|
+
theme: TooltipTheme;
|
|
8
|
+
visible: boolean;
|
|
9
|
+
left: number;
|
|
10
|
+
top: number;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTooltipComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaTooltipComponent, "lib-tooltip", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ApplicationRef, ComponentFactoryResolver, ElementRef, Injector, TemplateRef } from "@angular/core";
|
|
2
|
+
import { TooltipPosition, TooltipTheme } from "./tooltip.enums";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MapaTooltipDirective {
|
|
5
|
+
private elementRef;
|
|
6
|
+
private appRef;
|
|
7
|
+
private componentFactoryResolver;
|
|
8
|
+
private injector;
|
|
9
|
+
tooltip: TemplateRef<any>;
|
|
10
|
+
position: TooltipPosition;
|
|
11
|
+
theme: TooltipTheme;
|
|
12
|
+
showDelay: number;
|
|
13
|
+
hideDelay: number;
|
|
14
|
+
private componentRef;
|
|
15
|
+
private showTimeout?;
|
|
16
|
+
private hideTimeout?;
|
|
17
|
+
private touchTimeout?;
|
|
18
|
+
constructor(elementRef: ElementRef, appRef: ApplicationRef, componentFactoryResolver: ComponentFactoryResolver, injector: Injector);
|
|
19
|
+
onMouseEnter(): void;
|
|
20
|
+
onMouseLeave(): void;
|
|
21
|
+
onMouseMove($event: MouseEvent): void;
|
|
22
|
+
onTouchStart($event: TouchEvent): void;
|
|
23
|
+
onTouchEnd(): void;
|
|
24
|
+
private initializeTooltip;
|
|
25
|
+
private setTooltipComponentProperties;
|
|
26
|
+
private showTooltip;
|
|
27
|
+
private setHideTooltipTimeout;
|
|
28
|
+
ngOnDestroy(): void;
|
|
29
|
+
destroy(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTooltipDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MapaTooltipDirective, "[tooltip]", never, { "tooltip": "tooltip"; "position": "position"; "theme": "theme"; "showDelay": "showDelay"; "hideDelay": "hideDelay"; }, {}, never, never, false, never>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare enum TooltipPosition {
|
|
2
|
+
ABOVE = "above",
|
|
3
|
+
BELOW = "below",
|
|
4
|
+
LEFT = "left",
|
|
5
|
+
RIGHT = "right",
|
|
6
|
+
DYNAMIC = "dynamic",
|
|
7
|
+
DEFAULT = "below"
|
|
8
|
+
}
|
|
9
|
+
export declare enum TooltipTheme {
|
|
10
|
+
DARK = "dark",
|
|
11
|
+
LIGHT = "light",
|
|
12
|
+
DEFAULT = "light"
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tooltip.component";
|
|
3
|
+
import * as i2 from "./tooltip.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class MapaTooltipModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTooltipModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapaTooltipModule, [typeof i1.MapaTooltipComponent, typeof i2.MapaTooltipDirective], [typeof i3.CommonModule], [typeof i1.MapaTooltipComponent, typeof i2.MapaTooltipDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapaTooltipModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { ElementGroup } from "../interfaces/element-group.interface";
|
|
2
|
+
import { ElementOption } from "../interfaces/element-option.interface";
|
|
3
|
+
import { ActionButton } from "./action-button";
|
|
4
|
+
import { ElementSearch } from "./element-search";
|
|
5
|
+
import { Errors } from "./errors";
|
|
6
|
+
export interface Status {
|
|
7
|
+
label: string;
|
|
8
|
+
}
|
|
9
|
+
export declare class ElementBase {
|
|
10
|
+
value: string;
|
|
11
|
+
key: string;
|
|
12
|
+
label: string;
|
|
13
|
+
required: boolean;
|
|
14
|
+
order: number;
|
|
15
|
+
controlType: string;
|
|
16
|
+
type: string;
|
|
17
|
+
placeholder?: string;
|
|
18
|
+
hint?: string;
|
|
19
|
+
prefix?: string;
|
|
20
|
+
suffix?: string;
|
|
21
|
+
autosize?: boolean;
|
|
22
|
+
autosizeMinWidth?: string;
|
|
23
|
+
autosizeMaxWidth?: string;
|
|
24
|
+
autosizeMinRow?: number;
|
|
25
|
+
autosizeMaxRow?: number;
|
|
26
|
+
options: ElementOption[] | ElementGroup[];
|
|
27
|
+
tree: any[];
|
|
28
|
+
multiple?: boolean;
|
|
29
|
+
search?: ElementSearch;
|
|
30
|
+
maxLength: string | number | null;
|
|
31
|
+
errors?: Errors;
|
|
32
|
+
actionButton?: ActionButton;
|
|
33
|
+
mask?: string;
|
|
34
|
+
autocomplete?: string;
|
|
35
|
+
clearValue?: boolean;
|
|
36
|
+
status?: Status[];
|
|
37
|
+
constructor(options?: {
|
|
38
|
+
value?: string;
|
|
39
|
+
key?: string;
|
|
40
|
+
label?: string;
|
|
41
|
+
required?: boolean;
|
|
42
|
+
order?: number;
|
|
43
|
+
controlType?: string;
|
|
44
|
+
type?: string;
|
|
45
|
+
placeholder?: string;
|
|
46
|
+
hint?: string;
|
|
47
|
+
prefix?: string;
|
|
48
|
+
suffix?: string;
|
|
49
|
+
autosize?: boolean;
|
|
50
|
+
autosizeMinWidth?: string;
|
|
51
|
+
autosizeMaxWidth?: string;
|
|
52
|
+
autosizeMinRow?: number;
|
|
53
|
+
autosizeMaxRow?: number;
|
|
54
|
+
options?: ElementOption[] | ElementGroup[];
|
|
55
|
+
tree?: any[];
|
|
56
|
+
multiple?: boolean;
|
|
57
|
+
search?: ElementSearch;
|
|
58
|
+
maxLength?: string | number | null;
|
|
59
|
+
errors?: Errors;
|
|
60
|
+
actionButton?: ActionButton;
|
|
61
|
+
mask?: string;
|
|
62
|
+
autocomplete?: string;
|
|
63
|
+
clearValue?: boolean;
|
|
64
|
+
status?: Status[];
|
|
65
|
+
});
|
|
66
|
+
}
|