mapa-library-ui 0.77.4 → 0.90.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/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/lib/core/directives/custom-paginator-legacy.directive.mjs +39 -62
- package/esm2020/lib/core/directives/mat-input-autosize.directive.mjs +11 -8
- package/esm2020/lib/core/elements/errors.mjs +1 -1
- package/esm2020/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/lib/core/interfaces/classification.interface.mjs +2 -0
- package/esm2020/lib/core/interfaces/table-column.interface.mjs +2 -0
- package/esm2020/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/public-api.mjs +10 -1
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.mjs +2 -2
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.mjs +2 -2
- package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.component.mjs +3 -3
- package/esm2020/src/lib/components/button/button.mjs +5 -0
- package/esm2020/src/lib/components/{chart → button}/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs +2 -2
- package/esm2020/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.mjs +11 -3
- package/esm2020/src/lib/components/capability/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/public-api.mjs +3 -1
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +27 -6
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.mjs +18 -4
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.module.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.component.mjs +4 -4
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.mjs +9 -11
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.mjs +35 -9
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.mjs +4 -3
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +44 -8
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +2 -5
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +11 -3
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +75 -99
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.mjs +12 -5
- package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.component.mjs +30 -11
- package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.module.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/components/tag/src/tag.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/capability/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/capability/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/capability/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/capability/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/capability/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.component.mjs +11 -6
- package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.module.mjs +2 -2
- package/esm2020/src/lib/components/checkbox/checkbox.mjs +5 -0
- package/esm2020/src/lib/components/{table/lib/components/svg-icon → checkbox/lib/components/checkbox}/public-api.mjs +4 -4
- package/esm2020/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.component.mjs +1 -1
- package/esm2020/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.module.mjs +1 -1
- package/esm2020/src/lib/components/checkbox/mapa-library-ui-src-lib-components-checkbox.mjs +2 -2
- package/esm2020/src/lib/components/datepicker/datepicker.mjs +5 -0
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/public-api.mjs +6 -0
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.component.mjs +65 -0
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.module.mjs +70 -0
- package/esm2020/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/datepicker/mapa-library-ui-src-lib-components-datepicker.mjs +2 -2
- package/esm2020/src/lib/components/dialog/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.component.mjs +6 -4
- package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.module.mjs +6 -3
- package/esm2020/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/dialog/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/dropdown/dropdown.mjs +1 -2
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +75 -99
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.mjs +12 -5
- package/esm2020/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/dropdown/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/dropdown-tree/dropdown-tree.mjs +9 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +33 -16
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.mjs +9 -41
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/dropdown-tree/mapa-library-ui-src-lib-components-dropdown-tree.mjs +2 -2
- package/esm2020/src/lib/components/empty/empty.mjs +5 -0
- package/esm2020/src/lib/components/empty/lib/components/empty/public-api.mjs +6 -0
- package/esm2020/src/lib/components/empty/{src → lib/components/empty/src}/empty.component.mjs +4 -3
- package/esm2020/src/lib/components/empty/lib/components/empty/src/empty.module.mjs +27 -0
- package/esm2020/src/lib/components/empty/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/empty/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/empty/mapa-library-ui-src-lib-components-empty.mjs +2 -2
- package/esm2020/src/lib/components/filters/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.component.mjs +30 -11
- package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.module.mjs +1 -1
- package/esm2020/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/filters/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/form/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/form/lib/components/form/src/form.component.mjs +6 -5
- package/esm2020/src/lib/components/form/lib/components/form/src/form.module.mjs +3 -2
- package/esm2020/src/lib/components/form/lib/components/input/src/input.component.mjs +5 -4
- package/esm2020/src/lib/components/form/lib/components/input/src/input.module.mjs +13 -13
- package/esm2020/src/lib/components/form/lib/components/radio-button/src/radio-button.component.mjs +8 -3
- package/esm2020/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.mjs +8 -3
- package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.component.mjs +4 -3
- package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.module.mjs +7 -3
- package/esm2020/src/lib/components/form/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.mjs +99 -0
- package/esm2020/src/lib/components/form/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/form/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/form/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/form/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report-interface.mjs +1 -1
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.component.mjs +7 -6
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.module.mjs +2 -2
- package/esm2020/src/lib/components/icon/icon.mjs +5 -0
- package/esm2020/src/lib/components/icon/mapa-library-ui-src-lib-components-icon.mjs +2 -2
- package/esm2020/src/lib/components/input/input.mjs +5 -0
- package/esm2020/src/lib/components/input/lib/components/input/public-api.mjs +6 -0
- package/esm2020/src/lib/components/input/lib/components/input/src/input.component.mjs +40 -0
- package/esm2020/src/lib/components/input/lib/components/input/src/input.module.mjs +60 -0
- package/esm2020/src/lib/components/input/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.mjs +99 -0
- package/esm2020/src/lib/components/{group-report → input}/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/input/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/input/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/input/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/input/mapa-library-ui-src-lib-components-input.mjs +2 -2
- package/esm2020/src/lib/components/{table → menu}/lib/components/menu/src/menu.module.mjs +1 -1
- package/esm2020/src/lib/components/menu/mapa-library-ui-src-lib-components-menu.mjs +2 -2
- package/esm2020/src/lib/components/menu/menu.mjs +5 -0
- package/esm2020/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.mjs +3 -3
- package/esm2020/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.mjs +8 -3
- package/esm2020/src/lib/components/report-item/lib/components/report-item/public-api.mjs +6 -0
- package/esm2020/src/lib/components/report-item/lib/components/report-item/src/report-item.component.mjs +63 -0
- package/esm2020/src/lib/components/report-item/{src → lib/components/report-item/src}/report-item.module.mjs +1 -1
- package/esm2020/src/lib/components/report-item/mapa-library-ui-src-lib-components-report-item.mjs +2 -2
- package/esm2020/src/lib/components/report-item/report-item.mjs +5 -0
- package/esm2020/src/lib/components/scale/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.mjs +2 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +2 -5
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.component.mjs +30 -11
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.module.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/components/group-report/src/group-report-interface.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/components/scale/src/details/details.component.mjs +3 -3
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.component.mjs +25 -9
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.interface.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/scale/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/scale-parameterization/lib/components/group-report/src/group-report-interface.mjs +1 -1
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/details/details.component.mjs +3 -3
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.mjs +24 -9
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.mjs +1 -1
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.mjs +6 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.mjs +8 -3
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.mjs +30 -18
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.mjs +5 -5
- package/esm2020/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/table/lib/components/table/src/paginator_customization.mjs +11 -16
- package/esm2020/src/lib/components/table/lib/components/table/src/table.component.mjs +74 -33
- package/esm2020/src/lib/components/table/lib/components/table/src/table.module.mjs +13 -9
- package/esm2020/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.mjs +39 -62
- package/esm2020/src/lib/components/table/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/index.mjs +16 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/create.mjs +455 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.mjs +115 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/estados.mjs +34 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/index.mjs +34 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.mjs +702 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/interfaces.mjs +2 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu.mjs +25 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_create.mjs +60 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.mjs +38 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.mjs +67 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/mask.mjs +579 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/name.mjs +371 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/placa.mjs +162 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/rg.mjs +63 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/saude.mjs +62 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/utils.mjs +304 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/validate.mjs +627 -0
- package/esm2020/src/lib/components/table/lib/core/pipes/cpf.mjs +17 -0
- package/esm2020/src/lib/components/table/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/table/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/table/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/{scale-parameterization → tag}/lib/components/tag/src/tag.component.mjs +2 -2
- package/esm2020/src/lib/components/tag/mapa-library-ui-src-lib-components-tag.mjs +2 -2
- package/esm2020/src/lib/components/tag/tag.mjs +5 -0
- package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.component.mjs +4 -3
- package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.module.mjs +7 -3
- package/esm2020/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/textarea/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/textarea/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/tooltip/lib/components/tooltip/public-api.mjs +7 -0
- package/esm2020/src/lib/components/tooltip/mapa-library-ui-src-lib-components-tooltip.mjs +2 -2
- package/esm2020/src/lib/components/tooltip/tooltip.mjs +6 -0
- package/esm2020/src/lib/components/{group-report/lib/components/filters → warning/lib/components/warning}/public-api.mjs +4 -4
- package/esm2020/src/lib/components/warning/lib/components/warning/src/warning.component.mjs +43 -0
- package/esm2020/src/lib/components/warning/{src → lib/components/warning/src}/warning.module.mjs +1 -1
- package/esm2020/src/lib/components/warning/mapa-library-ui-src-lib-components-warning.mjs +2 -2
- package/esm2020/src/lib/components/warning/warning.mjs +5 -0
- package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs +4 -4
- package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs +10 -2
- package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-button.mjs +6 -2
- package/fesm2015/mapa-library-ui-src-lib-components-button.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +630 -306
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +13 -312
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs +4 -0
- package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs +154 -14
- package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs +50 -8
- package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +40 -348
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +321 -254
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs +52 -6
- package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs +148 -14
- package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +347 -30
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs +7 -40
- package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs +4 -0
- package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +319 -15
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs +4 -0
- package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs +8 -2
- package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs +48 -12
- package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +134 -1304
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs +176 -32
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs +8 -2
- package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs +61 -27
- package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs +3935 -234
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs +6 -2
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs +216 -7
- package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs +4 -0
- package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs +12 -2
- package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
- package/fesm2015/mapa-library-ui.mjs +297 -70
- package/fesm2015/mapa-library-ui.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs +4 -4
- package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs +10 -2
- package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-button.mjs +6 -2
- package/fesm2020/mapa-library-ui-src-lib-components-button.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +641 -303
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +13 -306
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs +4 -0
- package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs +169 -14
- package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs +49 -8
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +41 -343
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +333 -254
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs +51 -6
- package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs +163 -14
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +356 -30
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs +7 -40
- package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs +4 -0
- package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +330 -15
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs +4 -0
- package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs +7 -2
- package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs +47 -12
- package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +140 -1289
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs +191 -32
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs +7 -2
- package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs +60 -27
- package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +3954 -234
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs +6 -2
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs +230 -7
- package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs +4 -0
- package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs +12 -2
- package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
- package/fesm2020/mapa-library-ui.mjs +309 -70
- package/fesm2020/mapa-library-ui.mjs.map +1 -1
- package/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/lib/core/directives/custom-paginator-legacy.directive.d.ts +10 -9
- package/lib/core/directives/mat-input-autosize.directive.d.ts +1 -2
- package/lib/core/elements/errors.d.ts +1 -2
- package/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/mapa-library-ui-0.90.0.tgz +0 -0
- package/package.json +14 -2
- package/public-api.d.ts +9 -0
- package/src/lib/components/button/button.d.ts +1 -0
- package/src/lib/components/button/index.d.ts +1 -1
- package/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.d.ts +5 -3
- package/src/lib/components/capability/lib/components/capability/public-api.d.ts +2 -0
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +1 -1
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +10 -1
- package/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +5 -2
- package/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +3 -3
- package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +12 -2
- package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +2 -1
- package/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +15 -3
- package/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -2
- package/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +4 -3
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +15 -13
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.d.ts +4 -2
- package/src/lib/components/capability/lib/components/filters/src/filters.component.d.ts +10 -2
- package/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/capability/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/capability/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/capability/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/capability/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/capability/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/chart/lib/components/chart/src/chart.component.d.ts +4 -3
- package/src/lib/components/chart/lib/components/chart/src/chart.module.d.ts +1 -1
- package/src/lib/components/checkbox/checkbox.d.ts +1 -0
- package/src/lib/components/checkbox/index.d.ts +1 -1
- package/src/lib/components/datepicker/datepicker.d.ts +1 -0
- package/src/lib/components/datepicker/index.d.ts +1 -1
- package/src/lib/components/datepicker/{src → lib/components/datepicker/src}/datepicker.component.d.ts +10 -1
- package/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/dialog/lib/components/dialog/src/dialog.component.d.ts +3 -3
- package/src/lib/components/dialog/lib/components/dialog/src/dialog.module.d.ts +2 -1
- package/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/dialog/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/dropdown/dropdown.d.ts +0 -1
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +15 -13
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.d.ts +4 -2
- package/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/dropdown/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/dropdown-tree/{dropdown.d.ts → dropdown-tree.d.ts} +1 -1
- package/src/lib/components/dropdown-tree/index.d.ts +1 -1
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts +7 -7
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.d.ts +2 -4
- package/src/lib/components/dropdown-tree/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/empty/empty.d.ts +1 -0
- package/src/lib/components/empty/index.d.ts +1 -1
- package/src/lib/components/empty/{src → lib/components/empty/src}/empty.module.d.ts +2 -1
- package/src/lib/components/empty/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/empty/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/filters/lib/components/filters/src/filters.component.d.ts +10 -2
- package/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/filters/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/form/lib/components/form/src/form.component.d.ts +1 -2
- package/src/lib/components/form/lib/components/form/src/form.module.d.ts +5 -4
- package/src/lib/components/form/lib/components/input/src/input.component.d.ts +1 -1
- package/src/lib/components/form/lib/components/input/src/input.module.d.ts +3 -2
- package/src/lib/components/form/lib/components/radio-button/src/radio-button.component.d.ts +4 -4
- package/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.d.ts +4 -4
- package/src/lib/components/form/lib/components/textarea/src/textarea.component.d.ts +1 -1
- package/src/lib/components/form/lib/components/textarea/src/textarea.module.d.ts +2 -1
- package/src/lib/components/form/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.d.ts +25 -0
- package/src/lib/components/form/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/form/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/form/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/form/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/group-report/lib/components/group-report/src/group-report.component.d.ts +3 -3
- package/src/lib/components/group-report/lib/components/group-report/src/group-report.module.d.ts +1 -1
- package/src/lib/components/icon/icon.d.ts +1 -0
- package/src/lib/components/icon/index.d.ts +1 -1
- package/src/lib/components/input/index.d.ts +1 -1
- package/src/lib/components/input/input.d.ts +1 -0
- package/src/lib/components/input/{src → lib/components/input/src}/input.component.d.ts +1 -1
- package/src/lib/components/input/{src → lib/components/input/src}/input.module.d.ts +3 -2
- package/src/lib/components/input/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.d.ts +25 -0
- package/src/lib/components/{chart → input}/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/input/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/input/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/input/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/menu/index.d.ts +1 -1
- package/src/lib/components/menu/menu.d.ts +1 -0
- package/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.d.ts +1 -1
- package/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.d.ts +4 -4
- package/src/lib/components/report-item/index.d.ts +1 -1
- package/src/lib/components/report-item/lib/components/report-item/src/report-item.component.d.ts +33 -0
- package/src/lib/components/report-item/report-item.d.ts +1 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -2
- package/src/lib/components/scale/lib/components/filters/src/filters.component.d.ts +10 -2
- package/src/lib/components/scale/lib/components/scale/src/scale.component.d.ts +11 -3
- package/src/lib/components/scale/lib/components/scale/src/scale.interface.d.ts +1 -1
- package/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/scale/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.d.ts +12 -4
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.d.ts +1 -1
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.d.ts +3 -4
- package/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.d.ts +4 -4
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.d.ts +6 -3
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.d.ts +3 -3
- package/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/table/lib/components/table/src/paginator_customization.d.ts +2 -1
- package/src/lib/components/table/lib/components/table/src/table.component.d.ts +18 -7
- package/src/lib/components/table/lib/components/table/src/table.module.d.ts +4 -3
- package/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.d.ts +10 -9
- package/src/lib/components/table/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/table/lib/core/js-brasil/index.d.ts +15 -0
- package/src/lib/components/table/lib/core/js-brasil/src/create.d.ts +37 -0
- package/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.d.ts +13 -0
- package/src/lib/components/table/lib/core/js-brasil/src/estados.d.ts +7 -0
- package/src/lib/components/table/lib/core/js-brasil/src/index.d.ts +34 -0
- package/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.d.ts +7 -0
- package/src/lib/components/table/lib/core/js-brasil/src/interfaces.d.ts +51 -0
- package/src/lib/components/table/lib/core/js-brasil/src/iptu.d.ts +3 -0
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_create.d.ts +5 -0
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.d.ts +2 -0
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.d.ts +10 -0
- package/src/lib/components/table/lib/core/js-brasil/src/mask.d.ts +53 -0
- package/src/lib/components/table/lib/core/js-brasil/src/name.d.ts +9 -0
- package/src/lib/components/table/lib/core/js-brasil/src/placa.d.ts +6 -0
- package/src/lib/components/table/lib/core/js-brasil/src/rg.d.ts +5 -0
- package/src/lib/components/table/lib/core/js-brasil/src/saude.d.ts +84 -0
- package/src/lib/components/table/lib/core/js-brasil/src/utils.d.ts +71 -0
- package/src/lib/components/table/lib/core/js-brasil/src/validate.d.ts +90 -0
- package/src/lib/components/table/lib/core/pipes/cpf.d.ts +7 -0
- package/src/lib/components/table/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/table/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/table/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/tag/index.d.ts +1 -1
- package/src/lib/components/tag/tag.d.ts +1 -0
- package/src/lib/components/textarea/lib/components/textarea/src/textarea.component.d.ts +1 -1
- package/src/lib/components/textarea/lib/components/textarea/src/textarea.module.d.ts +2 -1
- package/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/textarea/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/textarea/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/tooltip/index.d.ts +1 -1
- package/src/lib/components/tooltip/tooltip.d.ts +2 -0
- package/src/lib/components/warning/index.d.ts +1 -1
- package/src/lib/components/warning/{src → lib/components/warning/src}/warning.component.d.ts +3 -2
- package/src/lib/components/warning/warning.d.ts +1 -0
- package/esm2020/src/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/button-icon/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/src/lib/components/chart/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/chart/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/chart/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/chart/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/src/lib/components/checkbox/public-api.mjs +0 -6
- package/esm2020/src/lib/components/datepicker/public-api.mjs +0 -6
- package/esm2020/src/lib/components/datepicker/src/datepicker.component.mjs +0 -44
- package/esm2020/src/lib/components/datepicker/src/datepicker.module.mjs +0 -70
- package/esm2020/src/lib/components/dialog/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/dropdown/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.mjs +0 -77
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.mjs +0 -52
- package/esm2020/src/lib/components/dropdown/lib/core/elements/dropdown-tree.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/index.mjs +0 -10
- package/esm2020/src/lib/components/dropdown/lib/core/elements/input-text.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/radio-button.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/slide-toggle.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/index.mjs +0 -7
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/dropdown.mjs +0 -9
- package/esm2020/src/lib/components/dropdown-tree/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown-tree/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/dropdown-tree/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/index.mjs +0 -10
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/radio-button.mjs +0 -8
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/slide-toggle.mjs +0 -8
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/index.mjs +0 -7
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
- package/esm2020/src/lib/components/empty/public-api.mjs +0 -6
- package/esm2020/src/lib/components/empty/src/empty.module.mjs +0 -24
- package/esm2020/src/lib/components/form/lib/core/elements/dropdown-tree.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/elements/index.mjs +0 -10
- package/esm2020/src/lib/components/form/lib/core/elements/radio-button.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/elements/slide-toggle.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/index.mjs +0 -7
- package/esm2020/src/lib/components/form/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/filters.mjs +0 -7
- package/esm2020/src/lib/components/group-report/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/group-report/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/group-report/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/public-api.mjs +0 -26
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -31
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/group-report/lib/components/filters/src/filters.component.mjs +0 -34
- package/esm2020/src/lib/components/group-report/lib/components/filters/src/filters.module.mjs +0 -38
- package/esm2020/src/lib/components/group-report/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/group-report/lib/components/tag/src/tag.component.mjs +0 -14
- package/esm2020/src/lib/components/group-report/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/group-report/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/group-report/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/input/public-api.mjs +0 -6
- package/esm2020/src/lib/components/input/src/input.component.mjs +0 -39
- package/esm2020/src/lib/components/input/src/input.module.mjs +0 -60
- package/esm2020/src/lib/components/menu/public-api.mjs +0 -6
- package/esm2020/src/lib/components/menu/src/menu.component.mjs +0 -34
- package/esm2020/src/lib/components/menu/src/menu.module.mjs +0 -36
- package/esm2020/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/radio-button/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/report-item/public-api.mjs +0 -6
- package/esm2020/src/lib/components/report-item/src/report-item.component.mjs +0 -32
- package/esm2020/src/lib/components/scale/lib/components/capability/public-api.mjs +0 -26
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
- package/esm2020/src/lib/components/scale/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/scale/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale/lib/components/tag/src/tag.component.mjs +0 -14
- package/esm2020/src/lib/components/scale/lib/components/tag/src/tag.module.mjs +0 -24
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.component.mjs +0 -21
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/scale/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/scale/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/filters.mjs +0 -7
- package/esm2020/src/lib/components/scale-parameterization/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/scale-parameterization/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/public-api.mjs +0 -26
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -31
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/src/filters.component.mjs +0 -34
- package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/src/filters.module.mjs +0 -38
- package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tag/src/tag.module.mjs +0 -24
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.component.mjs +0 -21
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.mjs +0 -20
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.mjs +0 -20
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.mjs +0 -48
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.mjs +0 -19
- package/esm2020/src/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/tag/src/tag.component.mjs +0 -14
- package/esm2020/src/lib/components/tag/src/tag.module.mjs +0 -24
- package/esm2020/src/lib/components/textarea/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/textarea/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/textarea/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/textarea/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/src/lib/components/textarea/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/textarea/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/tooltip/public-api.mjs +0 -7
- package/esm2020/src/lib/components/tooltip/src/tooltip.component.mjs +0 -21
- package/esm2020/src/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
- package/esm2020/src/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
- package/esm2020/src/lib/components/tooltip/src/tooltip.module.mjs +0 -19
- package/esm2020/src/lib/components/warning/public-api.mjs +0 -6
- package/esm2020/src/lib/components/warning/src/warning.component.mjs +0 -37
- package/mapa-library-ui-0.77.4.tgz +0 -0
- package/src/lib/components/button-icon/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/src/lib/components/chart/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/chart/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/chart/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/chart/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/chart/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/chart/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/chart/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/src/lib/components/dialog/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/src/lib/components/dropdown/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/dropdown/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/dropdown/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/dropdown/lib/components/dropdown-tree/public-api.d.ts +0 -2
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.d.ts +0 -37
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.d.ts +0 -12
- package/src/lib/components/dropdown/lib/core/elements/dropdown-tree.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/index.d.ts +0 -9
- package/src/lib/components/dropdown/lib/core/elements/input-text.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/radio-button.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/slide-toggle.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/textarea.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/src/lib/components/dropdown/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/src/lib/components/dropdown/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/dropdown/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/src/lib/components/dropdown/lib/core/interfaces/index.d.ts +0 -6
- package/src/lib/components/dropdown/lib/core/interfaces/table-column.interface.d.ts +0 -19
- package/src/lib/components/dropdown/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/dropdown-tree/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/dropdown-tree/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/dropdown-tree/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/dropdown-tree/lib/core/elements/index.d.ts +0 -9
- package/src/lib/components/dropdown-tree/lib/core/elements/radio-button.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/core/elements/slide-toggle.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/core/elements/textarea.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/src/lib/components/dropdown-tree/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/src/lib/components/dropdown-tree/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/src/lib/components/dropdown-tree/lib/core/interfaces/index.d.ts +0 -6
- package/src/lib/components/dropdown-tree/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/dropdown-tree.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/index.d.ts +0 -9
- package/src/lib/components/form/lib/core/elements/radio-button.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/slide-toggle.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/textarea.d.ts +0 -4
- package/src/lib/components/form/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/src/lib/components/form/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/src/lib/components/form/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/form/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/src/lib/components/form/lib/core/interfaces/index.d.ts +0 -6
- package/src/lib/components/form/lib/core/interfaces/table-column.interface.d.ts +0 -19
- package/src/lib/components/form/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
- package/src/lib/components/group-report/filters.d.ts +0 -3
- package/src/lib/components/group-report/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/public-api.d.ts +0 -22
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
- package/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
- package/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
- package/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
- package/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
- package/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
- package/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -16
- package/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
- package/src/lib/components/group-report/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
- package/src/lib/components/group-report/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
- package/src/lib/components/group-report/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/group-report/lib/components/filters/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/filters/src/filters.component.d.ts +0 -14
- package/src/lib/components/group-report/lib/components/filters/src/filters.module.d.ts +0 -12
- package/src/lib/components/group-report/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/group-report/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/group-report/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/group-report/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/group-report/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/group-report/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/group-report/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/group-report/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/group-report/lib/core/interfaces/table-column.interface.d.ts +0 -19
- package/src/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/radio-button/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/radio-button/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/radio-button/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/radio-button/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/radio-button/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/report-item/src/report-item.component.d.ts +0 -18
- package/src/lib/components/scale/lib/components/capability/public-api.d.ts +0 -22
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
- package/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
- package/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
- package/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
- package/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
- package/src/lib/components/scale/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
- package/src/lib/components/scale/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
- package/src/lib/components/scale/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/scale/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/scale/lib/components/tag/src/tag.component.d.ts +0 -12
- package/src/lib/components/scale/lib/components/tag/src/tag.module.d.ts +0 -8
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
- package/src/lib/components/scale/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/scale/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/scale/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/scale/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/scale/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/scale/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/scale/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/scale/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/scale-parameterization/filters.d.ts +0 -3
- package/src/lib/components/scale-parameterization/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/public-api.d.ts +0 -22
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -16
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
- package/src/lib/components/scale-parameterization/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/scale-parameterization/lib/components/filters/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/filters/src/filters.component.d.ts +0 -14
- package/src/lib/components/scale-parameterization/lib/components/filters/src/filters.module.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/scale-parameterization/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/tag/src/tag.component.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/components/tag/src/tag.module.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
- package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
- package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
- package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/scale-parameterization/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/scale-parameterization/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/scale-parameterization/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/scale-parameterization/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/scale-parameterization/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/slide-toggle/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/slide-toggle/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/slide-toggle/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/slide-toggle/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/slide-toggle/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/table/lib/components/menu/public-api.d.ts +0 -2
- package/src/lib/components/table/lib/components/menu/src/menu.component.d.ts +0 -22
- package/src/lib/components/table/lib/components/menu/src/menu.module.d.ts +0 -11
- package/src/lib/components/table/lib/components/svg-icon/public-api.d.ts +0 -2
- package/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.d.ts +0 -14
- package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.d.ts +0 -9
- package/src/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/tag/src/tag.component.d.ts +0 -12
- package/src/lib/components/tag/src/tag.module.d.ts +0 -8
- package/src/lib/components/textarea/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/textarea/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/textarea/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/textarea/lib/core/elements/textarea.d.ts +0 -4
- package/src/lib/components/textarea/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/textarea/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
- package/src/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
- package/src/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
- package/src/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
- /package/esm2020/src/lib/components/{chart → button}/lib/components/button/public-api.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → button}/lib/components/button/src/button.module.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/public-api.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.component.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.module.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/action-button.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/element-base.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/element-search.mjs +0 -0
- /package/esm2020/src/lib/components/{dropdown-tree → input}/lib/core/elements/input-text.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/interfaces/element-group.interface.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/interfaces/element-option.interface.mjs +0 -0
- /package/esm2020/src/lib/components/{table → menu}/lib/components/menu/public-api.mjs +0 -0
- /package/esm2020/src/lib/components/{table → menu}/lib/components/menu/src/menu.component.mjs +0 -0
- /package/esm2020/src/lib/components/{capability → tag}/lib/components/tag/public-api.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.module.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.component.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.directive.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.enums.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.module.mjs +0 -0
- /package/{src/lib/components/dropdown-tree/lib → lib}/core/interfaces/classification.interface.d.ts +0 -0
- /package/{src/lib/components/dropdown-tree/lib → lib}/core/interfaces/table-column.interface.d.ts +0 -0
- /package/src/lib/components/button/{public-api.d.ts → lib/components/button/public-api.d.ts} +0 -0
- /package/src/lib/components/button/{src → lib/components/button/src}/button.component.d.ts +0 -0
- /package/src/lib/components/button/{src → lib/components/button/src}/button.module.d.ts +0 -0
- /package/src/lib/components/checkbox/{public-api.d.ts → lib/components/checkbox/public-api.d.ts} +0 -0
- /package/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.component.d.ts +0 -0
- /package/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.module.d.ts +0 -0
- /package/src/lib/components/datepicker/{public-api.d.ts → lib/components/datepicker/public-api.d.ts} +0 -0
- /package/src/lib/components/datepicker/{src → lib/components/datepicker/src}/datepicker.module.d.ts +0 -0
- /package/src/lib/components/empty/{public-api.d.ts → lib/components/empty/public-api.d.ts} +0 -0
- /package/src/lib/components/empty/{src → lib/components/empty/src}/empty.component.d.ts +0 -0
- /package/src/lib/components/{group-report → icon}/lib/components/icon/public-api.d.ts +0 -0
- /package/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.component.d.ts +0 -0
- /package/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.module.d.ts +0 -0
- /package/src/lib/components/input/{public-api.d.ts → lib/components/input/public-api.d.ts} +0 -0
- /package/src/lib/components/{chart → input}/lib/core/elements/action-button.d.ts +0 -0
- /package/src/lib/components/{chart → input}/lib/core/elements/element-base.d.ts +0 -0
- /package/src/lib/components/{chart → input}/lib/core/elements/element-search.d.ts +0 -0
- /package/src/lib/components/{dropdown-tree → input}/lib/core/elements/input-text.d.ts +0 -0
- /package/src/lib/components/{chart → input}/lib/core/interfaces/element-group.interface.d.ts +0 -0
- /package/src/lib/components/{chart → input}/lib/core/interfaces/element-option.interface.d.ts +0 -0
- /package/src/lib/components/menu/{public-api.d.ts → lib/components/menu/public-api.d.ts} +0 -0
- /package/src/lib/components/menu/{src → lib/components/menu/src}/menu.component.d.ts +0 -0
- /package/src/lib/components/menu/{src → lib/components/menu/src}/menu.module.d.ts +0 -0
- /package/src/lib/components/report-item/{public-api.d.ts → lib/components/report-item/public-api.d.ts} +0 -0
- /package/src/lib/components/report-item/{src → lib/components/report-item/src}/report-item.module.d.ts +0 -0
- /package/src/lib/components/{capability → tag}/lib/components/tag/public-api.d.ts +0 -0
- /package/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.component.d.ts +0 -0
- /package/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.module.d.ts +0 -0
- /package/src/lib/components/tooltip/{public-api.d.ts → lib/components/tooltip/public-api.d.ts} +0 -0
- /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.component.d.ts +0 -0
- /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.directive.d.ts +0 -0
- /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.enums.d.ts +0 -0
- /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.module.d.ts +0 -0
- /package/src/lib/components/warning/{public-api.d.ts → lib/components/warning/public-api.d.ts} +0 -0
- /package/src/lib/components/warning/{src → lib/components/warning/src}/warning.module.d.ts +0 -0
|
@@ -13,10 +13,10 @@ class MapaNavListComponent {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
MapaNavListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaNavListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
-
MapaNavListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaNavListComponent, selector: "mapa-nav-list", inputs: { options: "options", label: "label" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<nav class=\"mapa-nav-list\">\n {{ label }}\n <ul>\n <li\n *ngFor=\"let option of options\"\n (click)=\"emit(option)\"\n [class.selected]=\"selected === option\"\n >\n <span>{{ option.value }}</span>\n </li>\n </ul>\n</nav>\n", styles: [".mapa-nav-list{display:flex;font-family:
|
|
16
|
+
MapaNavListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaNavListComponent, selector: "mapa-nav-list", inputs: { options: "options", label: "label" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<nav class=\"mapa-nav-list\">\n {{ label }}\n <ul>\n <li\n *ngFor=\"let option of options\"\n (click)=\"emit(option)\"\n [class.selected]=\"selected === option\"\n >\n <span>{{ option.value }}</span>\n </li>\n </ul>\n</nav>\n", styles: [".mapa-nav-list{display:flex;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:500;line-height:28px}.mapa-nav-list ul{list-style-type:none;margin-block-start:0px;margin-block-end:0px;padding-inline-start:0px}.mapa-nav-list ul li{cursor:pointer;display:inline;margin-left:33px}.mapa-nav-list ul li span{padding:0 4px}.mapa-nav-list ul li:hover span,.mapa-nav-list ul li.selected span{border-bottom:4px solid #ea561d}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
17
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaNavListComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
|
-
args: [{ selector: 'mapa-nav-list', template: "<nav class=\"mapa-nav-list\">\n {{ label }}\n <ul>\n <li\n *ngFor=\"let option of options\"\n (click)=\"emit(option)\"\n [class.selected]=\"selected === option\"\n >\n <span>{{ option.value }}</span>\n </li>\n </ul>\n</nav>\n", styles: [".mapa-nav-list{display:flex;font-family:
|
|
19
|
+
args: [{ selector: 'mapa-nav-list', template: "<nav class=\"mapa-nav-list\">\n {{ label }}\n <ul>\n <li\n *ngFor=\"let option of options\"\n (click)=\"emit(option)\"\n [class.selected]=\"selected === option\"\n >\n <span>{{ option.value }}</span>\n </li>\n </ul>\n</nav>\n", styles: [".mapa-nav-list{display:flex;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:500;line-height:28px}.mapa-nav-list ul{list-style-type:none;margin-block-start:0px;margin-block-end:0px;padding-inline-start:0px}.mapa-nav-list ul li{cursor:pointer;display:inline;margin-left:33px}.mapa-nav-list ul li span{padding:0 4px}.mapa-nav-list ul li:hover span,.mapa-nav-list ul li.selected span{border-bottom:4px solid #ea561d}\n"] }]
|
|
20
20
|
}], propDecorators: { options: [{
|
|
21
21
|
type: Input
|
|
22
22
|
}], label: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapa-library-ui-src-lib-components-nav-list.mjs","sources":["../../../projects/mapa-library-ui/src/lib/components/nav-list/src/nav-list.component.ts","../../../projects/mapa-library-ui/src/lib/components/nav-list/src/nav-list.component.html","../../../projects/mapa-library-ui/src/lib/components/nav-list/src/nav-list.module.ts","../../../projects/mapa-library-ui/src/lib/components/nav-list/public-api.ts","../../../projects/mapa-library-ui/src/nav-list.ts","../../../projects/mapa-library-ui/src/mapa-library-ui-src-lib-components-nav-list.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ElementOption } from '
|
|
1
|
+
{"version":3,"file":"mapa-library-ui-src-lib-components-nav-list.mjs","sources":["../../../projects/mapa-library-ui/src/lib/components/nav-list/src/nav-list.component.ts","../../../projects/mapa-library-ui/src/lib/components/nav-list/src/nav-list.component.html","../../../projects/mapa-library-ui/src/lib/components/nav-list/src/nav-list.module.ts","../../../projects/mapa-library-ui/src/lib/components/nav-list/public-api.ts","../../../projects/mapa-library-ui/src/nav-list.ts","../../../projects/mapa-library-ui/src/mapa-library-ui-src-lib-components-nav-list.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ElementOption } from 'mapa-library-ui';\n\n@Component({\n selector: 'mapa-nav-list',\n templateUrl: './nav-list.component.html',\n styleUrls: ['./nav-list.component.scss']\n})\nexport class MapaNavListComponent {\n @Input() options!: ElementOption[];\n @Input() label!: string;\n @Output() clicked: EventEmitter<ElementOption> = new EventEmitter<ElementOption>();\n\n selected!: ElementOption;\n\n emit(option: ElementOption): void {\n this.selected = option;\n this.clicked.emit(option);\n }\n}\n\n","<nav class=\"mapa-nav-list\">\n {{ label }}\n <ul>\n <li\n *ngFor=\"let option of options\"\n (click)=\"emit(option)\"\n [class.selected]=\"selected === option\"\n >\n <span>{{ option.value }}</span>\n </li>\n </ul>\n</nav>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MapaNavListComponent } from './nav-list.component';\n\n@NgModule({\n declarations: [MapaNavListComponent],\n exports: [MapaNavListComponent],\n imports: [CommonModule],\n})\nexport class MapaNavListModule {}\n","/*\n * Public API Surface of mapa-library-ui input\n */\n\nexport * from './src/nav-list.component';\nexport * from './src/nav-list.module';","/*\n * Public API Surface of mapa-library-ui nav-list\n */\n\nexport * from './lib/components/nav-list/public-api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './nav-list';\n"],"names":[],"mappings":";;;;;MAQa,oBAAoB,CAAA;AALjC,IAAA,WAAA,GAAA;AAQY,QAAA,IAAA,CAAA,OAAO,GAAgC,IAAI,YAAY,EAAiB,CAAC;KAQpF;AAJC,IAAA,IAAI,CAAC,MAAqB,EAAA;AACxB,QAAA,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC;AACvB,QAAA,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3B;;kHAVU,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,oBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,oBAAoB,sICRjC,mQAYA,EAAA,MAAA,EAAA,CAAA,4eAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;4FDJa,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBALhC,SAAS;+BACE,eAAe,EAAA,QAAA,EAAA,mQAAA,EAAA,MAAA,EAAA,CAAA,4eAAA,CAAA,EAAA,CAAA;8BAKhB,OAAO,EAAA,CAAA;sBAAf,KAAK;gBACG,KAAK,EAAA,CAAA;sBAAb,KAAK;gBACI,OAAO,EAAA,CAAA;sBAAhB,MAAM;;;MEFI,iBAAiB,CAAA;;+GAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAjB,iBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,EAJb,YAAA,EAAA,CAAA,oBAAoB,CAEzB,EAAA,OAAA,EAAA,CAAA,YAAY,aADZ,oBAAoB,CAAA,EAAA,CAAA,CAAA;AAGnB,iBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,YAFlB,YAAY,CAAA,EAAA,CAAA,CAAA;4FAEX,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAL7B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,oBAAoB,CAAC;oBACpC,OAAO,EAAE,CAAC,oBAAoB,CAAC;oBAC/B,OAAO,EAAE,CAAC,YAAY,CAAC;iBACxB,CAAA;;;ACRD;;AAEG;;ACFH;;AAEG;;ACFH;;AAEG;;;;"}
|
|
@@ -16,16 +16,22 @@ class RadioButtonComponent {
|
|
|
16
16
|
ngOnInit() {
|
|
17
17
|
this.options = this.element.options;
|
|
18
18
|
}
|
|
19
|
+
ngOnChanges(changes) {
|
|
20
|
+
var _a, _b;
|
|
21
|
+
if (changes['element']) {
|
|
22
|
+
this.options = (_b = (_a = this.element) === null || _a === void 0 ? void 0 : _a.options) !== null && _b !== void 0 ? _b : [];
|
|
23
|
+
}
|
|
24
|
+
}
|
|
19
25
|
onChange(optionValue) {
|
|
20
26
|
this.selectedOption = optionValue;
|
|
21
27
|
this.optionSelected.emit(this.selectedOption);
|
|
22
28
|
}
|
|
23
29
|
}
|
|
24
30
|
RadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadioButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
-
RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadioButtonComponent, selector: "mapa-radio-button", inputs: { formControl: "formControl", element: "element" }, outputs: { optionSelected: "optionSelected" }, ngImport: i0, template: "<label *ngIf=\"element.label\" class=\"mapa-radio-button__label\">\n {{ element.label }}\n</label>\n<section class=\"mapa-radio-button\">\n <mat-radio-group [formControl]=\"formControl\" [value]=\"selectedOption\" (change)=\"onChange($event.value)\">\n <mat-radio-button\n *ngFor=\"let option of options\"\n [value]=\"option\"\n >\n {{ option.value }}\n </mat-radio-button>\n </mat-radio-group>\n</section>\n", styles: [".mapa-radio-button{color:#000;font-family:
|
|
31
|
+
RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RadioButtonComponent, selector: "mapa-radio-button", inputs: { formControl: "formControl", element: "element" }, outputs: { optionSelected: "optionSelected" }, usesOnChanges: true, ngImport: i0, template: "<label *ngIf=\"element.label\" class=\"mapa-radio-button__label\">\n {{ element.label }}\n</label>\n<section class=\"mapa-radio-button\">\n <mat-radio-group [formControl]=\"formControl\" [value]=\"selectedOption\" (change)=\"onChange($event.value)\">\n <mat-radio-button\n *ngFor=\"let option of options\"\n [value]=\"option\"\n >\n {{ option.value }}\n </mat-radio-button>\n </mat-radio-group>\n</section>\n", styles: [".mapa-radio-button{color:#000;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.mapa-radio-button__label{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}.mapa-radio-button .mat-radio-button{margin-right:24px}.mapa-radio-button .mat-radio-container,.mapa-radio-button .mat-radio-outer-circle,.mapa-radio-button .mat-radio-inner-circle{height:12px;width:12px}.mapa-radio-button .mat-radio-button .mat-radio-ripple{border-radius:50%;left:-6px;top:-6px;height:24px;width:24px}.mapa-radio-button .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ea561d}.mapa-radio-button .mat-radio-button.mat-accent .mat-radio-inner-circle,.mapa-radio-button .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mapa-radio-button .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mapa-radio-button .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ea561d}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.MatRadioGroup, selector: "mat-radio-group", exportAs: ["matRadioGroup"] }, { kind: "component", type: i3.MatRadioButton, selector: "mat-radio-button", inputs: ["disableRipple", "tabIndex"], exportAs: ["matRadioButton"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
26
32
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RadioButtonComponent, decorators: [{
|
|
27
33
|
type: Component,
|
|
28
|
-
args: [{ selector: 'mapa-radio-button', encapsulation: ViewEncapsulation.None, template: "<label *ngIf=\"element.label\" class=\"mapa-radio-button__label\">\n {{ element.label }}\n</label>\n<section class=\"mapa-radio-button\">\n <mat-radio-group [formControl]=\"formControl\" [value]=\"selectedOption\" (change)=\"onChange($event.value)\">\n <mat-radio-button\n *ngFor=\"let option of options\"\n [value]=\"option\"\n >\n {{ option.value }}\n </mat-radio-button>\n </mat-radio-group>\n</section>\n", styles: [".mapa-radio-button{color:#000;font-family:
|
|
34
|
+
args: [{ selector: 'mapa-radio-button', encapsulation: ViewEncapsulation.None, template: "<label *ngIf=\"element.label\" class=\"mapa-radio-button__label\">\n {{ element.label }}\n</label>\n<section class=\"mapa-radio-button\">\n <mat-radio-group [formControl]=\"formControl\" [value]=\"selectedOption\" (change)=\"onChange($event.value)\">\n <mat-radio-button\n *ngFor=\"let option of options\"\n [value]=\"option\"\n >\n {{ option.value }}\n </mat-radio-button>\n </mat-radio-group>\n</section>\n", styles: [".mapa-radio-button{color:#000;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.mapa-radio-button__label{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}.mapa-radio-button .mat-radio-button{margin-right:24px}.mapa-radio-button .mat-radio-container,.mapa-radio-button .mat-radio-outer-circle,.mapa-radio-button .mat-radio-inner-circle{height:12px;width:12px}.mapa-radio-button .mat-radio-button .mat-radio-ripple{border-radius:50%;left:-6px;top:-6px;height:24px;width:24px}.mapa-radio-button .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ea561d}.mapa-radio-button .mat-radio-button.mat-accent .mat-radio-inner-circle,.mapa-radio-button .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mapa-radio-button .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mapa-radio-button .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ea561d}\n"] }]
|
|
29
35
|
}], ctorParameters: function () { return []; }, propDecorators: { formControl: [{
|
|
30
36
|
type: Input
|
|
31
37
|
}], element: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapa-library-ui-src-lib-components-radio-button.mjs","sources":["../../../projects/mapa-library-ui/src/lib/components/radio-button/src/radio-button.component.ts","../../../projects/mapa-library-ui/src/lib/components/radio-button/src/radio-button.component.html","../../../projects/mapa-library-ui/src/lib/components/radio-button/src/radio-button.module.ts","../../../projects/mapa-library-ui/src/lib/components/radio-button/public-api.ts","../../../projects/mapa-library-ui/src/radio-button.ts","../../../projects/mapa-library-ui/src/mapa-library-ui-src-lib-components-radio-button.ts"],"sourcesContent":["import { Component, EventEmitter, Input, OnInit, Output, ViewEncapsulation } from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport { ElementOption } from '
|
|
1
|
+
{"version":3,"file":"mapa-library-ui-src-lib-components-radio-button.mjs","sources":["../../../projects/mapa-library-ui/src/lib/components/radio-button/src/radio-button.component.ts","../../../projects/mapa-library-ui/src/lib/components/radio-button/src/radio-button.component.html","../../../projects/mapa-library-ui/src/lib/components/radio-button/src/radio-button.module.ts","../../../projects/mapa-library-ui/src/lib/components/radio-button/public-api.ts","../../../projects/mapa-library-ui/src/radio-button.ts","../../../projects/mapa-library-ui/src/mapa-library-ui-src-lib-components-radio-button.ts"],"sourcesContent":["import { Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges, ViewEncapsulation } from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport { ElementBase, ElementOption } from 'mapa-library-ui';\n\n\n@Component({\n selector: 'mapa-radio-button',\n templateUrl: './radio-button.component.html',\n styleUrls: ['./radio-button.component.scss'],\n encapsulation: ViewEncapsulation.None\n})\nexport class RadioButtonComponent implements OnInit, OnChanges {\n @Input() formControl!: FormControl;\n @Input() element!: ElementBase;\n \n @Output() optionSelected: EventEmitter<ElementOption> = new EventEmitter<ElementOption>();\n\n selectedOption!: ElementOption;\n options: ElementOption[] = [];\n\n constructor() { }\n\n ngOnInit(): void {\n this.options = this.element.options as ElementOption[];\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (changes['element']) {\n this.options = (this.element?.options as ElementOption[]) ?? [];\n }\n }\n\n onChange(optionValue: ElementOption) {\n this.selectedOption = optionValue;\n this.optionSelected.emit(this.selectedOption);\n }\n}\n\n","<label *ngIf=\"element.label\" class=\"mapa-radio-button__label\">\n {{ element.label }}\n</label>\n<section class=\"mapa-radio-button\">\n <mat-radio-group [formControl]=\"formControl\" [value]=\"selectedOption\" (change)=\"onChange($event.value)\">\n <mat-radio-button\n *ngFor=\"let option of options\"\n [value]=\"option\"\n >\n {{ option.value }}\n </mat-radio-button>\n </mat-radio-group>\n</section>\n","import { NgModule } from \"@angular/core\";\nimport { CommonModule } from \"@angular/common\";\nimport { FormsModule, ReactiveFormsModule } from \"@angular/forms\";\n\nimport { MatRadioModule } from \"@angular/material/radio\";\nimport { MatFormFieldModule } from \"@angular/material/form-field\";\n\nimport { RadioButtonComponent } from \"./radio-button.component\";\n\n@NgModule({\n declarations: [RadioButtonComponent],\n exports: [RadioButtonComponent],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MatRadioModule,\n MatFormFieldModule,\n ],\n})\nexport class MapaRadioButtonModule {}\n","/*\n * Public API Surface of mapa-library-ui icon\n */\n\nexport * from './src/radio-button.component';\nexport * from './src/radio-button.module';","/*\n * Public API Surface of mapa-library-ui radio-button\n */\n\nexport * from './lib/components/radio-button/public-api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './radio-button';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,37 +1,69 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter, Component, Input, Output, NgModule } from '@angular/core';
|
|
3
|
-
import * as i1 from '@angular/
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
import * as i2 from '@angular/material/icon';
|
|
4
6
|
import { MatIconModule } from '@angular/material/icon';
|
|
5
|
-
import * as
|
|
7
|
+
import * as i3 from '@angular/material/menu';
|
|
6
8
|
import { MatMenuModule } from '@angular/material/menu';
|
|
7
|
-
import { CommonModule } from '@angular/common';
|
|
8
9
|
|
|
9
10
|
class ReportItemComponent {
|
|
10
11
|
constructor() {
|
|
12
|
+
this.menuItems = [];
|
|
11
13
|
this.clicked = new EventEmitter();
|
|
12
|
-
this.
|
|
13
|
-
this.
|
|
14
|
-
this.
|
|
14
|
+
this.emitMenu = new EventEmitter();
|
|
15
|
+
this.id = '';
|
|
16
|
+
this.description = '';
|
|
17
|
+
this.icon = '';
|
|
18
|
+
}
|
|
19
|
+
get item() {
|
|
20
|
+
if (Array.isArray(this.itemData)) {
|
|
21
|
+
return this.itemData[0];
|
|
22
|
+
}
|
|
23
|
+
return this.itemData;
|
|
24
|
+
}
|
|
25
|
+
get resolvedMenuItems() {
|
|
26
|
+
var _a;
|
|
27
|
+
if (((_a = this.item) === null || _a === void 0 ? void 0 : _a.menu) && this.item.menu.length > 0) {
|
|
28
|
+
return this.item.menu;
|
|
29
|
+
}
|
|
30
|
+
return this.menuItems;
|
|
31
|
+
}
|
|
32
|
+
ngOnChanges(changes) {
|
|
33
|
+
if (changes['itemData']) {
|
|
34
|
+
this.syncItemData();
|
|
35
|
+
}
|
|
15
36
|
}
|
|
16
|
-
|
|
17
|
-
const data = this.
|
|
37
|
+
syncItemData() {
|
|
38
|
+
const data = this.item;
|
|
39
|
+
if (!data) {
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
18
42
|
this.id = data.id;
|
|
19
43
|
this.description = data.description;
|
|
20
44
|
this.icon = data.icon;
|
|
21
45
|
}
|
|
22
|
-
onClick(
|
|
23
|
-
this.
|
|
46
|
+
onClick(action) {
|
|
47
|
+
this.emitMenu.emit({
|
|
48
|
+
action,
|
|
49
|
+
data: this.item,
|
|
50
|
+
});
|
|
51
|
+
this.clicked.emit(this.id);
|
|
24
52
|
}
|
|
25
53
|
}
|
|
26
54
|
ReportItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReportItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
-
ReportItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ReportItemComponent, selector: "mapa-report-item", inputs: { itemData: "itemData" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"report-item\">\n
|
|
55
|
+
ReportItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ReportItemComponent, selector: "mapa-report-item", inputs: { itemData: "itemData", menuItems: "menuItems" }, outputs: { clicked: "clicked", emitMenu: "emitMenu" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"report-item\">\n <div class=\"report-icon\">\n <mat-icon class=\"material-icons\">{{ icon }}</mat-icon>\n </div>\n <div class=\"report-text\">\n <h1>\n {{ description }}\n </h1>\n </div>\n <div class=\"report-button\">\n <div class=\"report-circle\" *ngIf=\"resolvedMenuItems.length > 0\">\n <mat-icon [matMenuTriggerFor]=\"menu\">more_vert</mat-icon>\n <mat-menu #menu=\"matMenu\">\n <button\n mat-menu-item\n *ngFor=\"let item of resolvedMenuItems\"\n (click)=\"onClick(item.action)\"\n >\n <mat-icon *ngIf=\"item.icon\">{{ item.icon }}</mat-icon>\n <img *ngIf=\"item.image\" [src]=\"item.image\" />\n <span>{{ item.text }}</span>\n </button>\n </mat-menu>\n </div>\n </div>\n</div>\n", styles: [".report-item{margin:24px 48px;height:161px;display:flex;border-radius:16px;border:1px solid #CDCDCD}.report-item .report-icon{width:25%;border-radius:16px 0 0 16px;background:#FDEFEA}.report-item .report-icon .mat-icon{width:123px;height:123px;font-size:123px;color:#ea561d;padding:20px 42px}.report-item .report-text{background:var(--GlobalColors-Neutral-20, #F9F9F9);width:100%;padding:0 16px}.report-item .report-text h1{color:#000;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400;line-height:28px;margin-top:25px}.report-item .report-text li{color:var #000;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px}.report-item .report-button{width:4vw;align-items:flex-end;border-radius:50%;margin-top:10px}.report-item .report-button .report-circle{background-color:#fff;border-radius:50%;display:flex;align-items:center;margin-right:10px}.report-item .report-button .mat-icon{width:20px;height:20px;font-size:20px;margin:5px;color:#ea561d}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i3.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i3.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i3.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }] });
|
|
28
56
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReportItemComponent, decorators: [{
|
|
29
57
|
type: Component,
|
|
30
|
-
args: [{ selector: 'mapa-report-item', template: "<div class=\"report-item\">\n
|
|
58
|
+
args: [{ selector: 'mapa-report-item', template: "<div class=\"report-item\">\n <div class=\"report-icon\">\n <mat-icon class=\"material-icons\">{{ icon }}</mat-icon>\n </div>\n <div class=\"report-text\">\n <h1>\n {{ description }}\n </h1>\n </div>\n <div class=\"report-button\">\n <div class=\"report-circle\" *ngIf=\"resolvedMenuItems.length > 0\">\n <mat-icon [matMenuTriggerFor]=\"menu\">more_vert</mat-icon>\n <mat-menu #menu=\"matMenu\">\n <button\n mat-menu-item\n *ngFor=\"let item of resolvedMenuItems\"\n (click)=\"onClick(item.action)\"\n >\n <mat-icon *ngIf=\"item.icon\">{{ item.icon }}</mat-icon>\n <img *ngIf=\"item.image\" [src]=\"item.image\" />\n <span>{{ item.text }}</span>\n </button>\n </mat-menu>\n </div>\n </div>\n</div>\n", styles: [".report-item{margin:24px 48px;height:161px;display:flex;border-radius:16px;border:1px solid #CDCDCD}.report-item .report-icon{width:25%;border-radius:16px 0 0 16px;background:#FDEFEA}.report-item .report-icon .mat-icon{width:123px;height:123px;font-size:123px;color:#ea561d;padding:20px 42px}.report-item .report-text{background:var(--GlobalColors-Neutral-20, #F9F9F9);width:100%;padding:0 16px}.report-item .report-text h1{color:#000;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400;line-height:28px;margin-top:25px}.report-item .report-text li{color:var #000;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px}.report-item .report-button{width:4vw;align-items:flex-end;border-radius:50%;margin-top:10px}.report-item .report-button .report-circle{background-color:#fff;border-radius:50%;display:flex;align-items:center;margin-right:10px}.report-item .report-button .mat-icon{width:20px;height:20px;font-size:20px;margin:5px;color:#ea561d}\n"] }]
|
|
31
59
|
}], propDecorators: { itemData: [{
|
|
32
60
|
type: Input
|
|
61
|
+
}], menuItems: [{
|
|
62
|
+
type: Input
|
|
33
63
|
}], clicked: [{
|
|
34
64
|
type: Output
|
|
65
|
+
}], emitMenu: [{
|
|
66
|
+
type: Output
|
|
35
67
|
}] } });
|
|
36
68
|
|
|
37
69
|
class MapaReportItemModule {
|
|
@@ -64,6 +96,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
64
96
|
* Public API Surface of mapa-library-ui input
|
|
65
97
|
*/
|
|
66
98
|
|
|
99
|
+
/*
|
|
100
|
+
* Public API Surface of mapa-library-ui report-item
|
|
101
|
+
*/
|
|
102
|
+
|
|
67
103
|
/**
|
|
68
104
|
* Generated bundle index. Do not edit.
|
|
69
105
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapa-library-ui-src-lib-components-report-item.mjs","sources":["../../../projects/mapa-library-ui/src/lib/components/report-item/src/report-item.component.ts","../../../projects/mapa-library-ui/src/lib/components/report-item/src/report-item.component.html","../../../projects/mapa-library-ui/src/lib/components/report-item/src/report-item.module.ts","../../../projects/mapa-library-ui/src/lib/components/report-item/public-api.ts","../../../projects/mapa-library-ui/src/
|
|
1
|
+
{"version":3,"file":"mapa-library-ui-src-lib-components-report-item.mjs","sources":["../../../projects/mapa-library-ui/src/lib/components/report-item/src/report-item.component.ts","../../../projects/mapa-library-ui/src/lib/components/report-item/src/report-item.component.html","../../../projects/mapa-library-ui/src/lib/components/report-item/src/report-item.module.ts","../../../projects/mapa-library-ui/src/lib/components/report-item/public-api.ts","../../../projects/mapa-library-ui/src/report-item.ts","../../../projects/mapa-library-ui/src/mapa-library-ui-src-lib-components-report-item.ts"],"sourcesContent":["import {\n Component,\n EventEmitter,\n Input,\n OnChanges,\n Output,\n SimpleChanges,\n} from '@angular/core';\n\nexport interface ReportItemMenuItem {\n image?: string;\n icon?: string;\n route?: string;\n showText?: boolean;\n svg?: string;\n text: string;\n action: string;\n}\n\nexport interface ReportItem {\n id: string;\n icon: string;\n description: string;\n menu?: ReportItemMenuItem[];\n}\n\n@Component({\n selector: 'mapa-report-item',\n templateUrl: './report-item.component.html',\n styleUrls: ['./report-item.component.scss'],\n})\nexport class ReportItemComponent implements OnChanges {\n @Input() itemData: any;\n @Input() menuItems: ReportItemMenuItem[] = [];\n @Output() clicked: EventEmitter<string> = new EventEmitter<string>();\n @Output() emitMenu: EventEmitter<any> = new EventEmitter<any>();\n\n id: string = '';\n description: string = '';\n icon: string = '';\n\n get item(): ReportItem | undefined {\n if (Array.isArray(this.itemData)) {\n return this.itemData[0];\n }\n\n return this.itemData;\n }\n\n get resolvedMenuItems(): ReportItemMenuItem[] {\n if (this.item?.menu && this.item.menu.length > 0) {\n return this.item.menu;\n }\n\n return this.menuItems;\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (changes['itemData']) {\n this.syncItemData();\n }\n }\n\n private syncItemData(): void {\n const data = this.item;\n\n if (!data) {\n return;\n }\n\n this.id = data.id;\n this.description = data.description;\n this.icon = data.icon;\n }\n\n onClick(action: string): void {\n this.emitMenu.emit({\n action,\n data: this.item,\n });\n this.clicked.emit(this.id);\n }\n}\n","<div class=\"report-item\">\n <div class=\"report-icon\">\n <mat-icon class=\"material-icons\">{{ icon }}</mat-icon>\n </div>\n <div class=\"report-text\">\n <h1>\n {{ description }}\n </h1>\n </div>\n <div class=\"report-button\">\n <div class=\"report-circle\" *ngIf=\"resolvedMenuItems.length > 0\">\n <mat-icon [matMenuTriggerFor]=\"menu\">more_vert</mat-icon>\n <mat-menu #menu=\"matMenu\">\n <button\n mat-menu-item\n *ngFor=\"let item of resolvedMenuItems\"\n (click)=\"onClick(item.action)\"\n >\n <mat-icon *ngIf=\"item.icon\">{{ item.icon }}</mat-icon>\n <img *ngIf=\"item.image\" [src]=\"item.image\" />\n <span>{{ item.text }}</span>\n </button>\n </mat-menu>\n </div>\n </div>\n</div>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReportItemComponent } from './report-item.component';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatMenuModule } from '@angular/material/menu';\n\n\n\n@NgModule({\n declarations: [\n ReportItemComponent\n ],\n imports: [\n CommonModule,\n MatIconModule,\n MatMenuModule\n ],\n exports: [\n ReportItemComponent\n ]\n})\nexport class MapaReportItemModule { }\n","/*\n * Public API Surface of mapa-library-ui input\n */\n\nexport * from './src/report-item.component';\nexport * from './src/report-item.module';","/*\n * Public API Surface of mapa-library-ui report-item\n */\n\nexport * from './lib/components/report-item/public-api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './report-item';\n"],"names":[],"mappings":"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"}
|