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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Inject, Injectable, Optional } from "@angular/core";
|
|
2
|
+
import { BehaviorSubject } from "rxjs";
|
|
3
|
+
import { MAPA_UI_TEXTS, mergeMapaUiTexts, } from "../i18n/mapa-ui-texts";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class MapaI18nService {
|
|
6
|
+
constructor(customTexts) {
|
|
7
|
+
this.textsSubject = new BehaviorSubject(mergeMapaUiTexts(customTexts));
|
|
8
|
+
this.texts$ = this.textsSubject.asObservable();
|
|
9
|
+
}
|
|
10
|
+
get texts() {
|
|
11
|
+
return this.textsSubject.value;
|
|
12
|
+
}
|
|
13
|
+
setTexts(texts) {
|
|
14
|
+
this.textsSubject.next(mergeMapaUiTexts(texts));
|
|
15
|
+
}
|
|
16
|
+
resolveValidationText(key, context) {
|
|
17
|
+
return this.resolveText(this.texts.validation[key], context);
|
|
18
|
+
}
|
|
19
|
+
resolveText(value, context) {
|
|
20
|
+
return typeof value === "function" ? value(context) : value;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
MapaI18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaI18nService, deps: [{ token: MAPA_UI_TEXTS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
24
|
+
MapaI18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaI18nService, providedIn: "root" });
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaI18nService, decorators: [{
|
|
26
|
+
type: Injectable,
|
|
27
|
+
args: [{
|
|
28
|
+
providedIn: "root",
|
|
29
|
+
}]
|
|
30
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
31
|
+
type: Optional
|
|
32
|
+
}, {
|
|
33
|
+
type: Inject,
|
|
34
|
+
args: [MAPA_UI_TEXTS]
|
|
35
|
+
}] }]; } });
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwYS1pMThuLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb3JlL3NlcnZpY2VzL21hcGEtaTE4bi5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3ZDLE9BQU8sRUFDTCxhQUFhLEVBS2IsZ0JBQWdCLEdBQ2pCLE1BQU0sdUJBQXVCLENBQUM7O0FBSy9CLE1BQU0sT0FBTyxlQUFlO0lBSzFCLFlBQ3FDLFdBQXNDO1FBRXpFLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxlQUFlLENBQ3JDLGdCQUFnQixDQUFDLFdBQVcsQ0FBQyxDQUM5QixDQUFDO1FBQ0YsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ2pELENBQUM7SUFFRCxJQUFJLEtBQUs7UUFDUCxPQUFPLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSyxDQUFDO0lBQ2pDLENBQUM7SUFFRCxRQUFRLENBQUMsS0FBeUI7UUFDaEMsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBRUQscUJBQXFCLENBQ25CLEdBQW9DLEVBQ3BDLE9BQWtDO1FBRWxDLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsRUFBRSxPQUFPLENBQUMsQ0FBQztJQUMvRCxDQUFDO0lBRU8sV0FBVyxDQUNqQixLQUE2QixFQUM3QixPQUFrQztRQUVsQyxPQUFPLE9BQU8sS0FBSyxLQUFLLFVBQVUsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUM7SUFDOUQsQ0FBQzs7NkdBbENVLGVBQWUsa0JBTUosYUFBYTtpSEFOeEIsZUFBZSxjQUZkLE1BQU07NEZBRVAsZUFBZTtrQkFIM0IsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkI7OzBCQU9JLFFBQVE7OzBCQUFJLE1BQU07MkJBQUMsYUFBYSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdCwgSW5qZWN0YWJsZSwgT3B0aW9uYWwgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0IH0gZnJvbSBcInJ4anNcIjtcbmltcG9ydCB7XG4gIE1BUEFfVUlfVEVYVFMsXG4gIE1hcGFVaVRleHRzLFxuICBQYXJ0aWFsTWFwYVVpVGV4dHMsXG4gIFZhbGlkYXRpb25NZXNzYWdlQ29udGV4dCxcbiAgVmFsaWRhdGlvblRleHRSZXNvbHZlcixcbiAgbWVyZ2VNYXBhVWlUZXh0cyxcbn0gZnJvbSBcIi4uL2kxOG4vbWFwYS11aS10ZXh0c1wiO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46IFwicm9vdFwiLFxufSlcbmV4cG9ydCBjbGFzcyBNYXBhSTE4blNlcnZpY2Uge1xuICBwcml2YXRlIHJlYWRvbmx5IHRleHRzU3ViamVjdDogQmVoYXZpb3JTdWJqZWN0PE1hcGFVaVRleHRzPjtcblxuICByZWFkb25seSB0ZXh0cyQ7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdChNQVBBX1VJX1RFWFRTKSBjdXN0b21UZXh0czogUGFydGlhbE1hcGFVaVRleHRzIHwgbnVsbFxuICApIHtcbiAgICB0aGlzLnRleHRzU3ViamVjdCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8TWFwYVVpVGV4dHM+KFxuICAgICAgbWVyZ2VNYXBhVWlUZXh0cyhjdXN0b21UZXh0cylcbiAgICApO1xuICAgIHRoaXMudGV4dHMkID0gdGhpcy50ZXh0c1N1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG4gIH1cblxuICBnZXQgdGV4dHMoKTogTWFwYVVpVGV4dHMge1xuICAgIHJldHVybiB0aGlzLnRleHRzU3ViamVjdC52YWx1ZTtcbiAgfVxuXG4gIHNldFRleHRzKHRleHRzOiBQYXJ0aWFsTWFwYVVpVGV4dHMpOiB2b2lkIHtcbiAgICB0aGlzLnRleHRzU3ViamVjdC5uZXh0KG1lcmdlTWFwYVVpVGV4dHModGV4dHMpKTtcbiAgfVxuXG4gIHJlc29sdmVWYWxpZGF0aW9uVGV4dChcbiAgICBrZXk6IGtleW9mIE1hcGFVaVRleHRzW1widmFsaWRhdGlvblwiXSxcbiAgICBjb250ZXh0PzogVmFsaWRhdGlvbk1lc3NhZ2VDb250ZXh0XG4gICk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMucmVzb2x2ZVRleHQodGhpcy50ZXh0cy52YWxpZGF0aW9uW2tleV0sIGNvbnRleHQpO1xuICB9XG5cbiAgcHJpdmF0ZSByZXNvbHZlVGV4dChcbiAgICB2YWx1ZTogVmFsaWRhdGlvblRleHRSZXNvbHZlcixcbiAgICBjb250ZXh0PzogVmFsaWRhdGlvbk1lc3NhZ2VDb250ZXh0XG4gICk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHR5cGVvZiB2YWx1ZSA9PT0gXCJmdW5jdGlvblwiID8gdmFsdWUoY29udGV4dCkgOiB2YWx1ZTtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { Injectable } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./mapa-i18n.service";
|
|
4
|
+
export class ValidationMessageResolverService {
|
|
5
|
+
constructor(i18n) {
|
|
6
|
+
this.i18n = i18n;
|
|
7
|
+
this.errorOrder = [
|
|
8
|
+
"required",
|
|
9
|
+
"minlength",
|
|
10
|
+
"maxlength",
|
|
11
|
+
"cpf",
|
|
12
|
+
"cnpj",
|
|
13
|
+
"email",
|
|
14
|
+
"pattern",
|
|
15
|
+
"min",
|
|
16
|
+
"max",
|
|
17
|
+
];
|
|
18
|
+
}
|
|
19
|
+
resolveFirstError(control, errors) {
|
|
20
|
+
const validationErrors = control?.errors;
|
|
21
|
+
if (!validationErrors) {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
const firstErrorKey = this.errorOrder.find((key) => control?.hasError(key));
|
|
25
|
+
if (!firstErrorKey) {
|
|
26
|
+
return null;
|
|
27
|
+
}
|
|
28
|
+
return this.resolveErrorMessage(firstErrorKey, validationErrors, errors);
|
|
29
|
+
}
|
|
30
|
+
resolveErrorMessage(errorKey, validationErrors, errors) {
|
|
31
|
+
const errorOverrides = errors;
|
|
32
|
+
const customMessage = this.getCustomMessage(errorKey, errorOverrides);
|
|
33
|
+
if (customMessage) {
|
|
34
|
+
return customMessage;
|
|
35
|
+
}
|
|
36
|
+
const errorValue = validationErrors[errorKey];
|
|
37
|
+
switch (errorKey) {
|
|
38
|
+
case "minlength":
|
|
39
|
+
return this.i18n.resolveValidationText("minLength", errorValue);
|
|
40
|
+
case "maxlength":
|
|
41
|
+
return this.i18n.resolveValidationText("maxLength", errorValue);
|
|
42
|
+
case "min":
|
|
43
|
+
return this.i18n.resolveValidationText("min", errorValue);
|
|
44
|
+
case "max":
|
|
45
|
+
return this.i18n.resolveValidationText("max", errorValue);
|
|
46
|
+
default:
|
|
47
|
+
return this.i18n.resolveValidationText(errorKey);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
getCustomMessage(errorKey, errors) {
|
|
51
|
+
if (!errors) {
|
|
52
|
+
return undefined;
|
|
53
|
+
}
|
|
54
|
+
switch (errorKey) {
|
|
55
|
+
case "minlength":
|
|
56
|
+
return errors.minLength ?? errors.minlength;
|
|
57
|
+
case "maxlength":
|
|
58
|
+
return errors.maxLength ?? errors.maxlength;
|
|
59
|
+
default:
|
|
60
|
+
return errors[errorKey];
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
ValidationMessageResolverService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValidationMessageResolverService, deps: [{ token: i1.MapaI18nService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
65
|
+
ValidationMessageResolverService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValidationMessageResolverService, providedIn: "root" });
|
|
66
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ValidationMessageResolverService, decorators: [{
|
|
67
|
+
type: Injectable,
|
|
68
|
+
args: [{
|
|
69
|
+
providedIn: "root",
|
|
70
|
+
}]
|
|
71
|
+
}], ctorParameters: function () { return [{ type: i1.MapaI18nService }]; } });
|
|
72
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsaWRhdGlvbi1tZXNzYWdlLXJlc29sdmVyLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb3JlL3NlcnZpY2VzL3ZhbGlkYXRpb24tbWVzc2FnZS1yZXNvbHZlci5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQXdCM0MsTUFBTSxPQUFPLGdDQUFnQztJQWEzQyxZQUE2QixJQUFxQjtRQUFyQixTQUFJLEdBQUosSUFBSSxDQUFpQjtRQVpqQyxlQUFVLEdBQW9CO1lBQzdDLFVBQVU7WUFDVixXQUFXO1lBQ1gsV0FBVztZQUNYLEtBQUs7WUFDTCxNQUFNO1lBQ04sT0FBTztZQUNQLFNBQVM7WUFDVCxLQUFLO1lBQ0wsS0FBSztTQUNOLENBQUM7SUFFbUQsQ0FBQztJQUV0RCxpQkFBaUIsQ0FDZixPQUFnQyxFQUNoQyxNQUFlO1FBRWYsTUFBTSxnQkFBZ0IsR0FBRyxPQUFPLEVBQUUsTUFBTSxDQUFDO1FBRXpDLElBQUksQ0FBQyxnQkFBZ0IsRUFBRTtZQUNyQixPQUFPLElBQUksQ0FBQztTQUNiO1FBRUQsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRSxDQUFDLE9BQU8sRUFBRSxRQUFRLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQztRQUU1RSxJQUFJLENBQUMsYUFBYSxFQUFFO1lBQ2xCLE9BQU8sSUFBSSxDQUFDO1NBQ2I7UUFFRCxPQUFPLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxDQUFDLENBQUM7SUFDM0UsQ0FBQztJQUVPLG1CQUFtQixDQUN6QixRQUF1QixFQUN2QixnQkFBa0MsRUFDbEMsTUFBZTtRQUVmLE1BQU0sY0FBYyxHQUFHLE1BQW9DLENBQUM7UUFDNUQsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLFFBQVEsRUFBRSxjQUFjLENBQUMsQ0FBQztRQUV0RSxJQUFJLGFBQWEsRUFBRTtZQUNqQixPQUFPLGFBQWEsQ0FBQztTQUN0QjtRQUVELE1BQU0sVUFBVSxHQUFHLGdCQUFnQixDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBRTlDLFFBQVEsUUFBUSxFQUFFO1lBQ2hCLEtBQUssV0FBVztnQkFDZCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMscUJBQXFCLENBQUMsV0FBVyxFQUFFLFVBQVUsQ0FBQyxDQUFDO1lBQ2xFLEtBQUssV0FBVztnQkFDZCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMscUJBQXFCLENBQUMsV0FBVyxFQUFFLFVBQVUsQ0FBQyxDQUFDO1lBQ2xFLEtBQUssS0FBSztnQkFDUixPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMscUJBQXFCLENBQUMsS0FBSyxFQUFFLFVBQVUsQ0FBQyxDQUFDO1lBQzVELEtBQUssS0FBSztnQkFDUixPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMscUJBQXFCLENBQUMsS0FBSyxFQUFFLFVBQVUsQ0FBQyxDQUFDO1lBQzVEO2dCQUNFLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUNwRDtJQUNILENBQUM7SUFFTyxnQkFBZ0IsQ0FDdEIsUUFBdUIsRUFDdkIsTUFBdUI7UUFFdkIsSUFBSSxDQUFDLE1BQU0sRUFBRTtZQUNYLE9BQU8sU0FBUyxDQUFDO1NBQ2xCO1FBRUQsUUFBUSxRQUFRLEVBQUU7WUFDaEIsS0FBSyxXQUFXO2dCQUNkLE9BQU8sTUFBTSxDQUFDLFNBQVMsSUFBSSxNQUFNLENBQUMsU0FBUyxDQUFDO1lBQzlDLEtBQUssV0FBVztnQkFDZCxPQUFPLE1BQU0sQ0FBQyxTQUFTLElBQUksTUFBTSxDQUFDLFNBQVMsQ0FBQztZQUM5QztnQkFDRSxPQUFPLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUMzQjtJQUNILENBQUM7OzhIQTlFVSxnQ0FBZ0M7a0lBQWhDLGdDQUFnQyxjQUYvQixNQUFNOzRGQUVQLGdDQUFnQztrQkFINUMsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IEFic3RyYWN0Q29udHJvbCwgVmFsaWRhdGlvbkVycm9ycyB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xuaW1wb3J0IHsgRXJyb3JzIH0gZnJvbSBcIi4uL2VsZW1lbnRzL2Vycm9yc1wiO1xuaW1wb3J0IHsgTWFwYUkxOG5TZXJ2aWNlIH0gZnJvbSBcIi4vbWFwYS1pMThuLnNlcnZpY2VcIjtcblxudHlwZSBWYWxpZGF0aW9uS2V5ID1cbiAgfCBcInJlcXVpcmVkXCJcbiAgfCBcIm1pbmxlbmd0aFwiXG4gIHwgXCJtYXhsZW5ndGhcIlxuICB8IFwiY3BmXCJcbiAgfCBcImNucGpcIlxuICB8IFwiZW1haWxcIlxuICB8IFwicGF0dGVyblwiXG4gIHwgXCJtaW5cIlxuICB8IFwibWF4XCI7XG5cbnR5cGUgRXJyb3JPdmVycmlkZXMgPSBFcnJvcnMgJiB7XG4gIG1heGxlbmd0aD86IHN0cmluZztcbiAgbWlubGVuZ3RoPzogc3RyaW5nO1xufTtcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiBcInJvb3RcIixcbn0pXG5leHBvcnQgY2xhc3MgVmFsaWRhdGlvbk1lc3NhZ2VSZXNvbHZlclNlcnZpY2Uge1xuICBwcml2YXRlIHJlYWRvbmx5IGVycm9yT3JkZXI6IFZhbGlkYXRpb25LZXlbXSA9IFtcbiAgICBcInJlcXVpcmVkXCIsXG4gICAgXCJtaW5sZW5ndGhcIixcbiAgICBcIm1heGxlbmd0aFwiLFxuICAgIFwiY3BmXCIsXG4gICAgXCJjbnBqXCIsXG4gICAgXCJlbWFpbFwiLFxuICAgIFwicGF0dGVyblwiLFxuICAgIFwibWluXCIsXG4gICAgXCJtYXhcIixcbiAgXTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGkxOG46IE1hcGFJMThuU2VydmljZSkge31cblxuICByZXNvbHZlRmlyc3RFcnJvcihcbiAgICBjb250cm9sPzogQWJzdHJhY3RDb250cm9sIHwgbnVsbCxcbiAgICBlcnJvcnM/OiBFcnJvcnNcbiAgKTogc3RyaW5nIHwgbnVsbCB7XG4gICAgY29uc3QgdmFsaWRhdGlvbkVycm9ycyA9IGNvbnRyb2w/LmVycm9ycztcblxuICAgIGlmICghdmFsaWRhdGlvbkVycm9ycykge1xuICAgICAgcmV0dXJuIG51bGw7XG4gICAgfVxuXG4gICAgY29uc3QgZmlyc3RFcnJvcktleSA9IHRoaXMuZXJyb3JPcmRlci5maW5kKChrZXkpID0+IGNvbnRyb2w/Lmhhc0Vycm9yKGtleSkpO1xuXG4gICAgaWYgKCFmaXJzdEVycm9yS2V5KSB7XG4gICAgICByZXR1cm4gbnVsbDtcbiAgICB9XG5cbiAgICByZXR1cm4gdGhpcy5yZXNvbHZlRXJyb3JNZXNzYWdlKGZpcnN0RXJyb3JLZXksIHZhbGlkYXRpb25FcnJvcnMsIGVycm9ycyk7XG4gIH1cblxuICBwcml2YXRlIHJlc29sdmVFcnJvck1lc3NhZ2UoXG4gICAgZXJyb3JLZXk6IFZhbGlkYXRpb25LZXksXG4gICAgdmFsaWRhdGlvbkVycm9yczogVmFsaWRhdGlvbkVycm9ycyxcbiAgICBlcnJvcnM/OiBFcnJvcnNcbiAgKTogc3RyaW5nIHtcbiAgICBjb25zdCBlcnJvck92ZXJyaWRlcyA9IGVycm9ycyBhcyBFcnJvck92ZXJyaWRlcyB8IHVuZGVmaW5lZDtcbiAgICBjb25zdCBjdXN0b21NZXNzYWdlID0gdGhpcy5nZXRDdXN0b21NZXNzYWdlKGVycm9yS2V5LCBlcnJvck92ZXJyaWRlcyk7XG5cbiAgICBpZiAoY3VzdG9tTWVzc2FnZSkge1xuICAgICAgcmV0dXJuIGN1c3RvbU1lc3NhZ2U7XG4gICAgfVxuXG4gICAgY29uc3QgZXJyb3JWYWx1ZSA9IHZhbGlkYXRpb25FcnJvcnNbZXJyb3JLZXldO1xuXG4gICAgc3dpdGNoIChlcnJvcktleSkge1xuICAgICAgY2FzZSBcIm1pbmxlbmd0aFwiOlxuICAgICAgICByZXR1cm4gdGhpcy5pMThuLnJlc29sdmVWYWxpZGF0aW9uVGV4dChcIm1pbkxlbmd0aFwiLCBlcnJvclZhbHVlKTtcbiAgICAgIGNhc2UgXCJtYXhsZW5ndGhcIjpcbiAgICAgICAgcmV0dXJuIHRoaXMuaTE4bi5yZXNvbHZlVmFsaWRhdGlvblRleHQoXCJtYXhMZW5ndGhcIiwgZXJyb3JWYWx1ZSk7XG4gICAgICBjYXNlIFwibWluXCI6XG4gICAgICAgIHJldHVybiB0aGlzLmkxOG4ucmVzb2x2ZVZhbGlkYXRpb25UZXh0KFwibWluXCIsIGVycm9yVmFsdWUpO1xuICAgICAgY2FzZSBcIm1heFwiOlxuICAgICAgICByZXR1cm4gdGhpcy5pMThuLnJlc29sdmVWYWxpZGF0aW9uVGV4dChcIm1heFwiLCBlcnJvclZhbHVlKTtcbiAgICAgIGRlZmF1bHQ6XG4gICAgICAgIHJldHVybiB0aGlzLmkxOG4ucmVzb2x2ZVZhbGlkYXRpb25UZXh0KGVycm9yS2V5KTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGdldEN1c3RvbU1lc3NhZ2UoXG4gICAgZXJyb3JLZXk6IFZhbGlkYXRpb25LZXksXG4gICAgZXJyb3JzPzogRXJyb3JPdmVycmlkZXNcbiAgKTogc3RyaW5nIHwgdW5kZWZpbmVkIHtcbiAgICBpZiAoIWVycm9ycykge1xuICAgICAgcmV0dXJuIHVuZGVmaW5lZDtcbiAgICB9XG5cbiAgICBzd2l0Y2ggKGVycm9yS2V5KSB7XG4gICAgICBjYXNlIFwibWlubGVuZ3RoXCI6XG4gICAgICAgIHJldHVybiBlcnJvcnMubWluTGVuZ3RoID8/IGVycm9ycy5taW5sZW5ndGg7XG4gICAgICBjYXNlIFwibWF4bGVuZ3RoXCI6XG4gICAgICAgIHJldHVybiBlcnJvcnMubWF4TGVuZ3RoID8/IGVycm9ycy5tYXhsZW5ndGg7XG4gICAgICBkZWZhdWx0OlxuICAgICAgICByZXR1cm4gZXJyb3JzW2Vycm9yS2V5XTtcbiAgICB9XG4gIH1cbn1cbiJdfQ==
|
package/esm2020/public-api.mjs
CHANGED
|
@@ -9,12 +9,21 @@ export * from './lib/core/elements/input-text';
|
|
|
9
9
|
export * from './lib/core/elements/radio-button';
|
|
10
10
|
export * from './lib/core/elements/slide-toggle';
|
|
11
11
|
export * from './lib/core/elements/textarea';
|
|
12
|
+
export * from './lib/core/elements/errors';
|
|
12
13
|
export * from './lib/core/interfaces/button-icon.interface';
|
|
13
14
|
export * from './lib/core/interfaces/chart-options.interface';
|
|
15
|
+
export * from './lib/core/interfaces/classification.interface';
|
|
14
16
|
export * from './lib/core/interfaces/dialog-data.interface';
|
|
15
17
|
export * from './lib/core/interfaces/element-option.interface';
|
|
18
|
+
export * from './lib/core/interfaces/table-column.interface';
|
|
16
19
|
export * from './lib/core/directives/mat-input-autosize.directive';
|
|
17
20
|
export * from './lib/core/directives/custom-paginator-legacy.directive';
|
|
21
|
+
export * from './lib/core/components/form-errors/form-errors.component';
|
|
22
|
+
export * from './lib/core/i18n/mapa-ui-texts';
|
|
23
|
+
export * from './lib/core/pipes/safe-html.pipe';
|
|
24
|
+
export * from './lib/core/services/html-sanitizer.service';
|
|
25
|
+
export * from './lib/core/services/mapa-i18n.service';
|
|
26
|
+
export * from './lib/core/services/validation-message-resolver.service';
|
|
18
27
|
export * from './lib/core/pipes/cpf';
|
|
19
28
|
export * from './lib/core/js-brasil';
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL21hcGEtbGlicmFyeS11aS9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLDRCQUE0QixDQUFDO0FBRTNDLGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLDhDQUE4QyxDQUFDO0FBRTdELGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyx5REFBeUQsQ0FBQztBQUV4RSxjQUFjLHlEQUF5RCxDQUFDO0FBQ3hFLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyx5REFBeUQsQ0FBQztBQUV4RSxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIG1hcGEtbGlicmFyeS11aVxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvZWxlbWVudHMvZWxlbWVudC1zZWFyY2gnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9lbGVtZW50cy9lbGVtZW50LWJhc2UnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9lbGVtZW50cy9kcm9wZG93bic7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2VsZW1lbnRzL2Ryb3Bkb3duLXRyZWUnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9lbGVtZW50cy9pbnB1dC10ZXh0JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvZWxlbWVudHMvcmFkaW8tYnV0dG9uJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvZWxlbWVudHMvc2xpZGUtdG9nZ2xlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvZWxlbWVudHMvdGV4dGFyZWEnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9lbGVtZW50cy9lcnJvcnMnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2ludGVyZmFjZXMvYnV0dG9uLWljb24uaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvaW50ZXJmYWNlcy9jaGFydC1vcHRpb25zLmludGVyZmFjZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2ludGVyZmFjZXMvY2xhc3NpZmljYXRpb24uaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvaW50ZXJmYWNlcy9kaWFsb2ctZGF0YS5pbnRlcmZhY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9pbnRlcmZhY2VzL2VsZW1lbnQtb3B0aW9uLmludGVyZmFjZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2ludGVyZmFjZXMvdGFibGUtY29sdW1uLmludGVyZmFjZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvZGlyZWN0aXZlcy9tYXQtaW5wdXQtYXV0b3NpemUuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvZGlyZWN0aXZlcy9jdXN0b20tcGFnaW5hdG9yLWxlZ2FjeS5kaXJlY3RpdmUnO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2NvbXBvbmVudHMvZm9ybS1lcnJvcnMvZm9ybS1lcnJvcnMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvaTE4bi9tYXBhLXVpLXRleHRzJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvcGlwZXMvc2FmZS1odG1sLnBpcGUnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9zZXJ2aWNlcy9odG1sLXNhbml0aXplci5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvbWFwYS1pMThuLnNlcnZpY2UnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9zZXJ2aWNlcy92YWxpZGF0aW9uLW1lc3NhZ2UtcmVzb2x2ZXIuc2VydmljZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvcGlwZXMvY3BmJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvanMtYnJhc2lsJztcbiJdfQ==
|
|
@@ -23,10 +23,10 @@ export class MapaBenchmarkChartComponent {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
MapaBenchmarkChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaBenchmarkChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
-
MapaBenchmarkChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaBenchmarkChartComponent, selector: "mapa-benchmark-chart", inputs: { data: "data" }, ngImport: i0, template: "<table class=\"indicator-chart\">\n <thead>\n <tr class=\"indicator-chart__head\">\n <th class=\"indicator-chart__column--description\"></th>\n <th class=\"indicator-chart__column indicator-chart__column--right\">\n <div class=\"indicator-chart__scale\">\n <span *ngFor=\"let label of scaleLabels\">{{ label }}</span>\n </div>\n </th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let item of data\">\n <td class=\"indicator-chart__column--description\">{{ item.name }}</td>\n <td class=\"indicator-chart__column indicator-chart__column--right\">\n <div class=\"indicator-chart__column--positive\">\n <div class=\"indicator-chart__column-background\">\n <mapa-benchmark-indicator [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"></mapa-benchmark-indicator>\n </div>\n </div>\n </td>\n <td class=\"indicator-chart__column--classification\">\n {{item.interval}} %\n </td>\n </tr>\n </tbody>\n</table>", styles: [".indicator-chart{width:100%;border-collapse:collapse}.indicator-chart__head th{padding:0 0 12px;font-size:12px;font-weight:500;color:#6f6f7b}.indicator-chart__scale{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:12px;text-align:center;color:#6f6f7b}.indicator-chart__scale span{position:relative;padding-top:8px;text-align:end;transform:translate(10px)}.indicator-chart__scale span:first-child{text-align:start;transform:translate(0)}.indicator-chart__scale span:last-child{text-align:start;transform:translate(0)}.indicator-chart__scale span:last-child:before{content:\"\";position:absolute;bottom:-8px;right:0%;width:1px;height:8px;background-color:#dcdcde}.indicator-chart__scale span:before{content:\"\";position:absolute;bottom:-8px;right:50%;width:1px;height:8px;background-color:#dcdcde}.indicator-chart tr:first-child{border-top:unset!important}.indicator-chart tr:last-child{border-bottom:unset!important}.indicator-chart__column{padding:0;font-size:14px!important}.indicator-chart__column--description{padding-right:24px;width:20%!important}.indicator-chart__column--classification{width:2%!important;min-width:50px;text-align:end}.indicator-chart__column-background{width:100%;background:rgb(241,245,249);display:flex;margin:15px 0 3px;border-radius:0 18px 18px 0}.indicator-chart__column--positive{display:flex;border-spacing:0px;padding:8px 0!important;position:relative}.indicator-chart__column--positive .indicator{border-radius:0 18px 18px 0!important;padding:2px!important;justify-content:flex-end!important}.indicator-chart__column--positive .indicator__classification{margin-right:1px!important}.indicator-chart__column--negative{display:flex;justify-content:flex-end;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--negative .indicator{border-radius:18px 0 0 18px!important;justify-content:flex-start!important;padding:2px!important}.indicator-chart__column--negative .indicator__classification{margin-left:1px!important}.indicator-chart__column--left{width:40%;border-bottom:1px solid #dcdcde}.indicator-chart__column--right{border-bottom:1px solid #dcdcde;border-left:1px solid #dcdcde;width:40%}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:
|
|
26
|
+
MapaBenchmarkChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaBenchmarkChartComponent, selector: "mapa-benchmark-chart", inputs: { data: "data" }, ngImport: i0, template: "<table class=\"indicator-chart\">\n <thead>\n <tr class=\"indicator-chart__head\">\n <th class=\"indicator-chart__column--description\"></th>\n <th class=\"indicator-chart__column indicator-chart__column--right\">\n <div class=\"indicator-chart__scale\">\n <span *ngFor=\"let label of scaleLabels\">{{ label }}</span>\n </div>\n </th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let item of data\">\n <td class=\"indicator-chart__column--description\">{{ item.name }}</td>\n <td class=\"indicator-chart__column indicator-chart__column--right\">\n <div class=\"indicator-chart__column--positive\">\n <div class=\"indicator-chart__column-background\">\n <mapa-benchmark-indicator [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"></mapa-benchmark-indicator>\n </div>\n </div>\n </td>\n <td class=\"indicator-chart__column--classification\">\n {{item.interval}} %\n </td>\n </tr>\n </tbody>\n</table>", styles: [".indicator-chart{width:100%;border-collapse:collapse}.indicator-chart__head th{padding:0 0 12px;font-size:12px;font-weight:500;color:#6f6f7b}.indicator-chart__scale{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:12px;text-align:center;color:#6f6f7b}.indicator-chart__scale span{position:relative;padding-top:8px;text-align:end;transform:translate(10px)}.indicator-chart__scale span:first-child{text-align:start;transform:translate(0)}.indicator-chart__scale span:last-child{text-align:start;transform:translate(0)}.indicator-chart__scale span:last-child:before{content:\"\";position:absolute;bottom:-8px;right:0%;width:1px;height:8px;background-color:#dcdcde}.indicator-chart__scale span:before{content:\"\";position:absolute;bottom:-8px;right:50%;width:1px;height:8px;background-color:#dcdcde}.indicator-chart tr:first-child{border-top:unset!important}.indicator-chart tr:last-child{border-bottom:unset!important}.indicator-chart__column{padding:0;font-size:14px!important}.indicator-chart__column--description{padding-right:24px;width:20%!important}.indicator-chart__column--classification{width:2%!important;min-width:50px;text-align:end}.indicator-chart__column-background{width:100%;background:rgb(241,245,249);display:flex;margin:15px 0 3px;border-radius:0 18px 18px 0}.indicator-chart__column--positive{display:flex;border-spacing:0px;padding:8px 0!important;position:relative}.indicator-chart__column--positive .indicator{border-radius:0 18px 18px 0!important;padding:2px!important;justify-content:flex-end!important}.indicator-chart__column--positive .indicator__classification{margin-right:1px!important}.indicator-chart__column--negative{display:flex;justify-content:flex-end;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--negative .indicator{border-radius:18px 0 0 18px!important;justify-content:flex-start!important;padding:2px!important}.indicator-chart__column--negative .indicator__classification{margin-left:1px!important}.indicator-chart__column--left{width:40%;border-bottom:1px solid #dcdcde}.indicator-chart__column--right{border-bottom:1px solid #dcdcde;border-left:1px solid #dcdcde;width:40%}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.MapaBenchmarkIndicatorComponent, selector: "mapa-benchmark-indicator", inputs: ["item"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
27
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaBenchmarkChartComponent, decorators: [{
|
|
28
28
|
type: Component,
|
|
29
|
-
args: [{ selector: "mapa-benchmark-chart", encapsulation: ViewEncapsulation.None, template: "<table class=\"indicator-chart\">\n <thead>\n <tr class=\"indicator-chart__head\">\n <th class=\"indicator-chart__column--description\"></th>\n <th class=\"indicator-chart__column indicator-chart__column--right\">\n <div class=\"indicator-chart__scale\">\n <span *ngFor=\"let label of scaleLabels\">{{ label }}</span>\n </div>\n </th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let item of data\">\n <td class=\"indicator-chart__column--description\">{{ item.name }}</td>\n <td class=\"indicator-chart__column indicator-chart__column--right\">\n <div class=\"indicator-chart__column--positive\">\n <div class=\"indicator-chart__column-background\">\n <mapa-benchmark-indicator [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"></mapa-benchmark-indicator>\n </div>\n </div>\n </td>\n <td class=\"indicator-chart__column--classification\">\n {{item.interval}} %\n </td>\n </tr>\n </tbody>\n</table>", styles: [".indicator-chart{width:100%;border-collapse:collapse}.indicator-chart__head th{padding:0 0 12px;font-size:12px;font-weight:500;color:#6f6f7b}.indicator-chart__scale{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:12px;text-align:center;color:#6f6f7b}.indicator-chart__scale span{position:relative;padding-top:8px;text-align:end;transform:translate(10px)}.indicator-chart__scale span:first-child{text-align:start;transform:translate(0)}.indicator-chart__scale span:last-child{text-align:start;transform:translate(0)}.indicator-chart__scale span:last-child:before{content:\"\";position:absolute;bottom:-8px;right:0%;width:1px;height:8px;background-color:#dcdcde}.indicator-chart__scale span:before{content:\"\";position:absolute;bottom:-8px;right:50%;width:1px;height:8px;background-color:#dcdcde}.indicator-chart tr:first-child{border-top:unset!important}.indicator-chart tr:last-child{border-bottom:unset!important}.indicator-chart__column{padding:0;font-size:14px!important}.indicator-chart__column--description{padding-right:24px;width:20%!important}.indicator-chart__column--classification{width:2%!important;min-width:50px;text-align:end}.indicator-chart__column-background{width:100%;background:rgb(241,245,249);display:flex;margin:15px 0 3px;border-radius:0 18px 18px 0}.indicator-chart__column--positive{display:flex;border-spacing:0px;padding:8px 0!important;position:relative}.indicator-chart__column--positive .indicator{border-radius:0 18px 18px 0!important;padding:2px!important;justify-content:flex-end!important}.indicator-chart__column--positive .indicator__classification{margin-right:1px!important}.indicator-chart__column--negative{display:flex;justify-content:flex-end;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--negative .indicator{border-radius:18px 0 0 18px!important;justify-content:flex-start!important;padding:2px!important}.indicator-chart__column--negative .indicator__classification{margin-left:1px!important}.indicator-chart__column--left{width:40%;border-bottom:1px solid #dcdcde}.indicator-chart__column--right{border-bottom:1px solid #dcdcde;border-left:1px solid #dcdcde;width:40%}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:
|
|
29
|
+
args: [{ selector: "mapa-benchmark-chart", encapsulation: ViewEncapsulation.None, template: "<table class=\"indicator-chart\">\n <thead>\n <tr class=\"indicator-chart__head\">\n <th class=\"indicator-chart__column--description\"></th>\n <th class=\"indicator-chart__column indicator-chart__column--right\">\n <div class=\"indicator-chart__scale\">\n <span *ngFor=\"let label of scaleLabels\">{{ label }}</span>\n </div>\n </th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let item of data\">\n <td class=\"indicator-chart__column--description\">{{ item.name }}</td>\n <td class=\"indicator-chart__column indicator-chart__column--right\">\n <div class=\"indicator-chart__column--positive\">\n <div class=\"indicator-chart__column-background\">\n <mapa-benchmark-indicator [item]=\"setUnlabeledItem(item)\"\n [style.width]=\"getWidth(item)\"></mapa-benchmark-indicator>\n </div>\n </div>\n </td>\n <td class=\"indicator-chart__column--classification\">\n {{item.interval}} %\n </td>\n </tr>\n </tbody>\n</table>", styles: [".indicator-chart{width:100%;border-collapse:collapse}.indicator-chart__head th{padding:0 0 12px;font-size:12px;font-weight:500;color:#6f6f7b}.indicator-chart__scale{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:12px;text-align:center;color:#6f6f7b}.indicator-chart__scale span{position:relative;padding-top:8px;text-align:end;transform:translate(10px)}.indicator-chart__scale span:first-child{text-align:start;transform:translate(0)}.indicator-chart__scale span:last-child{text-align:start;transform:translate(0)}.indicator-chart__scale span:last-child:before{content:\"\";position:absolute;bottom:-8px;right:0%;width:1px;height:8px;background-color:#dcdcde}.indicator-chart__scale span:before{content:\"\";position:absolute;bottom:-8px;right:50%;width:1px;height:8px;background-color:#dcdcde}.indicator-chart tr:first-child{border-top:unset!important}.indicator-chart tr:last-child{border-bottom:unset!important}.indicator-chart__column{padding:0;font-size:14px!important}.indicator-chart__column--description{padding-right:24px;width:20%!important}.indicator-chart__column--classification{width:2%!important;min-width:50px;text-align:end}.indicator-chart__column-background{width:100%;background:rgb(241,245,249);display:flex;margin:15px 0 3px;border-radius:0 18px 18px 0}.indicator-chart__column--positive{display:flex;border-spacing:0px;padding:8px 0!important;position:relative}.indicator-chart__column--positive .indicator{border-radius:0 18px 18px 0!important;padding:2px!important;justify-content:flex-end!important}.indicator-chart__column--positive .indicator__classification{margin-right:1px!important}.indicator-chart__column--negative{display:flex;justify-content:flex-end;border-spacing:0px;padding:8px 0!important}.indicator-chart__column--negative .indicator{border-radius:18px 0 0 18px!important;justify-content:flex-start!important;padding:2px!important}.indicator-chart__column--negative .indicator__classification{margin-left:1px!important}.indicator-chart__column--left{width:40%;border-bottom:1px solid #dcdcde}.indicator-chart__column--right{border-bottom:1px solid #dcdcde;border-left:1px solid #dcdcde;width:40%}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"] }]
|
|
30
30
|
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
31
31
|
type: Input
|
|
32
32
|
}] } });
|
|
@@ -4,10 +4,10 @@ import * as i1 from "@angular/common";
|
|
|
4
4
|
export class MapaBenchmarkIndicatorComponent {
|
|
5
5
|
}
|
|
6
6
|
MapaBenchmarkIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaBenchmarkIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
MapaBenchmarkIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaBenchmarkIndicatorComponent, selector: "mapa-benchmark-indicator", inputs: { item: "item" }, ngImport: i0, template: "<div\n class=\"indicator\"\n [style.backgroundColor]=\"item.classificationColor\"\n>\n <div class=\"indicator__markers\">\n <div\n *ngFor=\"let mark of item.marks\"\n class=\"indicator__marker--arrow\"\n [ngStyle]=\"{\n left: mark.value + '%',\n borderTopColor: mark.color\n }\"\n [title]=\"mark.name + ' (' + mark.value + '%)'\"\n ></div>\n </div>\n</div>\n", styles: [":host{display:flex;flex-direction:column;justify-content:flex-end}.indicator{min-height:23px}.indicator__classification{background-color:#fff;border-radius:16px;color:#000;padding:4px 8px;margin-right:4px;font-size:12px!important}.indicator__markers{position:absolute;inset:0;z-index:10}.indicator__marker--arrow{position:absolute;top:10px;width:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid;transform:translate(-80%)}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:
|
|
7
|
+
MapaBenchmarkIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaBenchmarkIndicatorComponent, selector: "mapa-benchmark-indicator", inputs: { item: "item" }, ngImport: i0, template: "<div\n class=\"indicator\"\n [style.backgroundColor]=\"item.classificationColor\"\n>\n <div class=\"indicator__markers\">\n <div\n *ngFor=\"let mark of item.marks\"\n class=\"indicator__marker--arrow\"\n [ngStyle]=\"{\n left: mark.value + '%',\n borderTopColor: mark.color\n }\"\n [title]=\"mark.name + ' (' + mark.value + '%)'\"\n ></div>\n </div>\n</div>\n", styles: [":host{display:flex;flex-direction:column;justify-content:flex-end}.indicator{min-height:23px}.indicator__classification{background-color:#fff;border-radius:16px;color:#000;padding:4px 8px;margin-right:4px;font-size:12px!important}.indicator__markers{position:absolute;inset:0;z-index:10}.indicator__marker--arrow{position:absolute;top:10px;width:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid;transform:translate(-80%)}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
8
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaBenchmarkIndicatorComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
|
-
args: [{ selector: "mapa-benchmark-indicator", template: "<div\n class=\"indicator\"\n [style.backgroundColor]=\"item.classificationColor\"\n>\n <div class=\"indicator__markers\">\n <div\n *ngFor=\"let mark of item.marks\"\n class=\"indicator__marker--arrow\"\n [ngStyle]=\"{\n left: mark.value + '%',\n borderTopColor: mark.color\n }\"\n [title]=\"mark.name + ' (' + mark.value + '%)'\"\n ></div>\n </div>\n</div>\n", styles: [":host{display:flex;flex-direction:column;justify-content:flex-end}.indicator{min-height:23px}.indicator__classification{background-color:#fff;border-radius:16px;color:#000;padding:4px 8px;margin-right:4px;font-size:12px!important}.indicator__markers{position:absolute;inset:0;z-index:10}.indicator__marker--arrow{position:absolute;top:10px;width:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid;transform:translate(-80%)}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:
|
|
10
|
+
args: [{ selector: "mapa-benchmark-indicator", template: "<div\n class=\"indicator\"\n [style.backgroundColor]=\"item.classificationColor\"\n>\n <div class=\"indicator__markers\">\n <div\n *ngFor=\"let mark of item.marks\"\n class=\"indicator__marker--arrow\"\n [ngStyle]=\"{\n left: mark.value + '%',\n borderTopColor: mark.color\n }\"\n [title]=\"mark.name + ' (' + mark.value + '%)'\"\n ></div>\n </div>\n</div>\n", styles: [":host{display:flex;flex-direction:column;justify-content:flex-end}.indicator{min-height:23px}.indicator__classification{background-color:#fff;border-radius:16px;color:#000;padding:4px 8px;margin-right:4px;font-size:12px!important}.indicator__markers{position:absolute;inset:0;z-index:10}.indicator__marker--arrow{position:absolute;top:10px;width:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid;transform:translate(-80%)}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"] }]
|
|
11
11
|
}], propDecorators: { item: [{
|
|
12
12
|
type: Input
|
|
13
13
|
}] } });
|
package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.component.mjs
CHANGED
|
@@ -5,11 +5,11 @@ import * as i2 from "@angular/router";
|
|
|
5
5
|
export class MapaBreadcrumbComponent {
|
|
6
6
|
}
|
|
7
7
|
MapaBreadcrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaBreadcrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
-
MapaBreadcrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaBreadcrumbComponent, selector: "mapa-breadcrumb", inputs: { items: "items" }, ngImport: i0, template: "<section class=\"mapa-breadcrumb\" *ngIf=\"items && items.length > 0\">\n <span class=\"mapa-breadcrumb__item\" *ngFor=\"let item of items; let i = index\">\n <a *ngIf=\"item.url; else common\" [href]=\"item.url\" [routerLink]=\"item.url\"\n >{{ item.title }}</a\n >\n <ng-template #common>\n <span\n class=\"mapa-breadcrumb__item\"\n [class.mapa-breadcrumb__item--highlight]=\"items.length === i + 1\"\n >\n {{ item.title }}</span\n >\n </ng-template>\n <span class=\"mapa-breadcrumb__item--next\" *ngIf=\"i < items.length - 1\"\n >></span\n >\n </span>\n</section>\n", styles: [".mapa-breadcrumb{display:flex;font-family:
|
|
8
|
+
MapaBreadcrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaBreadcrumbComponent, selector: "mapa-breadcrumb", inputs: { items: "items" }, ngImport: i0, template: "<section class=\"mapa-breadcrumb\" *ngIf=\"items && items.length > 0\">\n <span class=\"mapa-breadcrumb__item\" *ngFor=\"let item of items; let i = index\">\n <a *ngIf=\"item.url; else common\" [href]=\"item.url\" [routerLink]=\"item.url\"\n >{{ item.title }}</a\n >\n <ng-template #common>\n <span\n class=\"mapa-breadcrumb__item\"\n [class.mapa-breadcrumb__item--highlight]=\"items.length === i + 1\"\n >\n {{ item.title }}</span\n >\n </ng-template>\n <span class=\"mapa-breadcrumb__item--next\" *ngIf=\"i < items.length - 1\"\n >></span\n >\n </span>\n</section>\n", styles: [".mapa-breadcrumb{display:flex;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);flex-direction:row;margin-bottom:32px}.mapa-breadcrumb__item{font-size:12px;font-style:normal;font-weight:400;line-height:16px;color:#50575e}.mapa-breadcrumb__item a{text-decoration:none;color:#50575e}.mapa-breadcrumb__item--next{margin:0 6px}.mapa-breadcrumb__item--highlight{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.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
|
9
9
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaBreadcrumbComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
|
-
args: [{ selector: 'mapa-breadcrumb', template: "<section class=\"mapa-breadcrumb\" *ngIf=\"items && items.length > 0\">\n <span class=\"mapa-breadcrumb__item\" *ngFor=\"let item of items; let i = index\">\n <a *ngIf=\"item.url; else common\" [href]=\"item.url\" [routerLink]=\"item.url\"\n >{{ item.title }}</a\n >\n <ng-template #common>\n <span\n class=\"mapa-breadcrumb__item\"\n [class.mapa-breadcrumb__item--highlight]=\"items.length === i + 1\"\n >\n {{ item.title }}</span\n >\n </ng-template>\n <span class=\"mapa-breadcrumb__item--next\" *ngIf=\"i < items.length - 1\"\n >></span\n >\n </span>\n</section>\n", styles: [".mapa-breadcrumb{display:flex;font-family:
|
|
11
|
+
args: [{ selector: 'mapa-breadcrumb', template: "<section class=\"mapa-breadcrumb\" *ngIf=\"items && items.length > 0\">\n <span class=\"mapa-breadcrumb__item\" *ngFor=\"let item of items; let i = index\">\n <a *ngIf=\"item.url; else common\" [href]=\"item.url\" [routerLink]=\"item.url\"\n >{{ item.title }}</a\n >\n <ng-template #common>\n <span\n class=\"mapa-breadcrumb__item\"\n [class.mapa-breadcrumb__item--highlight]=\"items.length === i + 1\"\n >\n {{ item.title }}</span\n >\n </ng-template>\n <span class=\"mapa-breadcrumb__item--next\" *ngIf=\"i < items.length - 1\"\n >></span\n >\n </span>\n</section>\n", styles: [".mapa-breadcrumb{display:flex;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);flex-direction:row;margin-bottom:32px}.mapa-breadcrumb__item{font-size:12px;font-style:normal;font-weight:400;line-height:16px;color:#50575e}.mapa-breadcrumb__item a{text-decoration:none;color:#50575e}.mapa-breadcrumb__item--next{margin:0 6px}.mapa-breadcrumb__item--highlight{color:#ea561d}\n"] }]
|
|
12
12
|
}], propDecorators: { items: [{
|
|
13
13
|
type: Input
|
|
14
14
|
}] } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2JyZWFkY3J1bWIvc3JjL2JyZWFkY3J1bWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9icmVhZGNydW1iL3NyYy9icmVhZGNydW1iLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBUWpELE1BQU0sT0FBTyx1QkFBdUI7O3FIQUF2Qix1QkFBdUI7eUdBQXZCLHVCQUF1QixtRkNScEMsNG5CQWtCQTs0RkRWYSx1QkFBdUI7a0JBTG5DLFNBQVM7K0JBQ0UsaUJBQWlCOzhCQUtsQixLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCcmVhZHBpZWNlIH0gZnJvbSAnLi4vLi4vLi4vY29yZS9pbnRlcmZhY2VzL2JyZWFkLXBpZWNlLmludGVyZmFjZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21hcGEtYnJlYWRjcnVtYicsXG4gIHRlbXBsYXRlVXJsOiAnLi9icmVhZGNydW1iLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYnJlYWRjcnVtYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIE1hcGFCcmVhZGNydW1iQ29tcG9uZW50IHtcbiAgQElucHV0KCkgaXRlbXMhOiBCcmVhZHBpZWNlW107XG59XG5cbiIsIjxzZWN0aW9uIGNsYXNzPVwibWFwYS1icmVhZGNydW1iXCIgKm5nSWY9XCJpdGVtcyAmJiBpdGVtcy5sZW5ndGggPiAwXCI+XG4gIDxzcGFuIGNsYXNzPVwibWFwYS1icmVhZGNydW1iX19pdGVtXCIgKm5nRm9yPVwibGV0IGl0ZW0gb2YgaXRlbXM7IGxldCBpID0gaW5kZXhcIj5cbiAgICA8YSAqbmdJZj1cIml0ZW0udXJsOyBlbHNlIGNvbW1vblwiIFtocmVmXT1cIml0ZW0udXJsXCIgW3JvdXRlckxpbmtdPVwiaXRlbS51cmxcIlxuICAgICAgPnt7IGl0ZW0udGl0bGUgfX08L2FcbiAgICA+XG4gICAgPG5nLXRlbXBsYXRlICNjb21tb24+XG4gICAgICA8c3BhblxuICAgICAgICBjbGFzcz1cIm1hcGEtYnJlYWRjcnVtYl9faXRlbVwiXG4gICAgICAgIFtjbGFzcy5tYXBhLWJyZWFkY3J1bWJfX2l0ZW0tLWhpZ2hsaWdodF09XCJpdGVtcy5sZW5ndGggPT09IGkgKyAxXCJcbiAgICAgID5cbiAgICAgICAge3sgaXRlbS50aXRsZSB9fTwvc3BhblxuICAgICAgPlxuICAgIDwvbmctdGVtcGxhdGU+XG4gICAgPHNwYW4gY2xhc3M9XCJtYXBhLWJyZWFkY3J1bWJfX2l0ZW0tLW5leHRcIiAqbmdJZj1cImkgPCBpdGVtcy5sZW5ndGggLSAxXCJcbiAgICAgID4+PC9zcGFuXG4gICAgPlxuICA8L3NwYW4+XG48L3NlY3Rpb24+XG4iXX0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of mapa-library-ui button
|
|
3
|
+
*/
|
|
4
|
+
export * from './lib/components/button/public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9idXR0b24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLG9DQUFvQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBtYXBhLWxpYnJhcnktdWkgYnV0dG9uXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9idXR0b24vcHVibGljLWFwaSc7XG4iXX0=
|
package/esm2020/src/lib/components/{chart → button}/lib/components/button/src/button.component.mjs
RENAMED
|
@@ -9,10 +9,10 @@ export class ButtonComponent {
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
-
ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ButtonComponent, selector: "mapa-button", inputs: { color: "color", disabled: "disabled" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:
|
|
12
|
+
ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ButtonComponent, selector: "mapa-button", inputs: { color: "color", disabled: "disabled" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-weight:500;cursor:pointer;transform-origin:center;transition:transform .2s ease-in-out}.mapa-button:active{transform:scale(1.1)}.mapa-button:disabled{color:#dcdcde!important;background-color:transparent!important}.mapa-button.basic{color:#ea561d;background-color:transparent}.mapa-button.accent{border:2px solid #ea561d!important;color:#ea561d;background-color:#fff}.mapa-button.primary{background-color:#ea561d;color:#fff}\n"] });
|
|
13
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
|
-
args: [{ selector: 'mapa-button', template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:
|
|
15
|
+
args: [{ selector: 'mapa-button', template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-weight:500;cursor:pointer;transform-origin:center;transition:transform .2s ease-in-out}.mapa-button:active{transform:scale(1.1)}.mapa-button:disabled{color:#dcdcde!important;background-color:transparent!important}.mapa-button.basic{color:#ea561d;background-color:transparent}.mapa-button.accent{border:2px solid #ea561d!important;color:#ea561d;background-color:#fff}.mapa-button.primary{background-color:#ea561d;color:#fff}\n"] }]
|
|
16
16
|
}], propDecorators: { color: [{
|
|
17
17
|
type: Input
|
|
18
18
|
}], disabled: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
-
export * from './
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
export * from './button';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwYS1saWJyYXJ5LXVpLXNyYy1saWItY29tcG9uZW50cy1idXR0b24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL21hcGEtbGlicmFyeS11aS1zcmMtbGliLWNvbXBvbmVudHMtYnV0dG9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxVQUFVLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vYnV0dG9uJztcbiJdfQ==
|
|
@@ -11,19 +11,27 @@ export class ButtonIconComponent {
|
|
|
11
11
|
this.clicked = new EventEmitter();
|
|
12
12
|
}
|
|
13
13
|
ngOnInit() {
|
|
14
|
+
this.updateIcon();
|
|
15
|
+
}
|
|
16
|
+
ngOnChanges(changes) {
|
|
17
|
+
if (changes["data"]) {
|
|
18
|
+
this.updateIcon();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
updateIcon() {
|
|
14
22
|
if (this.data.icon) {
|
|
15
23
|
this.imgBase64 = this.sanitizer.bypassSecurityTrustResourceUrl(`data:image/svg+xml;base64,${this.data.icon}`);
|
|
16
24
|
}
|
|
17
25
|
}
|
|
18
26
|
}
|
|
19
27
|
ButtonIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonIconComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
-
ButtonIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ButtonIconComponent, selector: "mapa-button-icon", inputs: { data: "data" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<div class=\"button-icon\" id=\"componentes\" *ngIf=\"data\">\n <div class=\"button-icon__icon\">\n <img *ngIf=\"imgBase64\" [src]=\"imgBase64\" />\n </div>\n <div class=\"button-icon__title\">\n {{ data.description }}\n </div>\n <div class=\"button-icon__preview\" (click)=\"onClick(data)\">\n Preview\n </div>\n</div>\n", styles: [".button-icon{font-family:
|
|
28
|
+
ButtonIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ButtonIconComponent, selector: "mapa-button-icon", inputs: { data: "data" }, outputs: { clicked: "clicked" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"button-icon\" id=\"componentes\" *ngIf=\"data\">\n <div class=\"button-icon__icon\">\n <img *ngIf=\"imgBase64\" [src]=\"imgBase64\" />\n </div>\n <div class=\"button-icon__title\">\n {{ data.description }}\n </div>\n <div class=\"button-icon__preview\" (click)=\"onClick(data)\">\n Preview\n </div>\n</div>\n", styles: [".button-icon{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);display:inline-flex;justify-content:space-between;margin:10px;height:60px;background:#fff;border:solid 1px #ccc;color:#000000de;cursor:move;font-size:16px;font-weight:400;border-radius:8px;width:100%}.button-icon__icon{margin-right:10px;border-radius:8px 0 0 8px;background-color:#fdefea}.button-icon__icon img{width:40px;height:40px;padding:10px}.button-icon__title{display:flex;align-items:center;overflow:hidden;width:100%;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif)}.button-icon__preview{display:flex;align-items:center;cursor:pointer;padding-left:10px;font-weight:400;margin:12px;border-left:1px solid #cdcdcd}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
21
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonIconComponent, decorators: [{
|
|
22
30
|
type: Component,
|
|
23
|
-
args: [{ selector: "mapa-button-icon", template: "<div class=\"button-icon\" id=\"componentes\" *ngIf=\"data\">\n <div class=\"button-icon__icon\">\n <img *ngIf=\"imgBase64\" [src]=\"imgBase64\" />\n </div>\n <div class=\"button-icon__title\">\n {{ data.description }}\n </div>\n <div class=\"button-icon__preview\" (click)=\"onClick(data)\">\n Preview\n </div>\n</div>\n", styles: [".button-icon{font-family:
|
|
31
|
+
args: [{ selector: "mapa-button-icon", template: "<div class=\"button-icon\" id=\"componentes\" *ngIf=\"data\">\n <div class=\"button-icon__icon\">\n <img *ngIf=\"imgBase64\" [src]=\"imgBase64\" />\n </div>\n <div class=\"button-icon__title\">\n {{ data.description }}\n </div>\n <div class=\"button-icon__preview\" (click)=\"onClick(data)\">\n Preview\n </div>\n</div>\n", styles: [".button-icon{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);display:inline-flex;justify-content:space-between;margin:10px;height:60px;background:#fff;border:solid 1px #ccc;color:#000000de;cursor:move;font-size:16px;font-weight:400;border-radius:8px;width:100%}.button-icon__icon{margin-right:10px;border-radius:8px 0 0 8px;background-color:#fdefea}.button-icon__icon img{width:40px;height:40px;padding:10px}.button-icon__title{display:flex;align-items:center;overflow:hidden;width:100%;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif)}.button-icon__preview{display:flex;align-items:center;cursor:pointer;padding-left:10px;font-weight:400;margin:12px;border-left:1px solid #cdcdcd}\n"] }]
|
|
24
32
|
}], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; }, propDecorators: { data: [{
|
|
25
33
|
type: Input
|
|
26
34
|
}], clicked: [{
|
|
27
35
|
type: Output
|
|
28
36
|
}] } });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWljb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b24taWNvbi9zcmMvYnV0dG9uLWljb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b24taWNvbi9zcmMvYnV0dG9uLWljb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFxQixNQUFNLEVBQWlCLE1BQU0sZUFBZSxDQUFDOzs7O0FBU3pHLE1BQU0sT0FBTyxtQkFBbUI7SUFLOUIsT0FBTyxDQUFDLElBQWdCO1FBQ3RCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzFCLENBQUM7SUFFRCxZQUFvQixTQUF1QjtRQUF2QixjQUFTLEdBQVQsU0FBUyxDQUFjO1FBUGpDLFlBQU8sR0FBNkIsSUFBSSxZQUFZLEVBQWMsQ0FBQztJQU8vQixDQUFDO0lBRS9DLFFBQVE7UUFDTixJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDcEIsQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFJLE9BQU8sQ0FBQyxNQUFNLENBQUMsRUFBRTtZQUNuQixJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7U0FDbkI7SUFDSCxDQUFDO0lBRU8sVUFBVTtRQUNoQixJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFO1lBQ2xCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyw4QkFBOEIsQ0FDNUQsNkJBQTZCLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQzlDLENBQUM7U0FDSDtJQUNILENBQUM7O2lIQTNCVSxtQkFBbUI7cUdBQW5CLG1CQUFtQix3SUNUaEMsa1ZBV0E7NEZERmEsbUJBQW1CO2tCQUwvQixTQUFTOytCQUNFLGtCQUFrQjttR0FLbkIsSUFBSTtzQkFBWixLQUFLO2dCQUNJLE9BQU87c0JBQWhCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uQ2hhbmdlcywgT25Jbml0LCBPdXRwdXQsIFNpbXBsZUNoYW5nZXMgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQnV0dG9uSWNvbiB9IGZyb20gXCJtYXBhLWxpYnJhcnktdWlcIjtcbmltcG9ydCB7IERvbVNhbml0aXplciwgU2FmZVJlc291cmNlVXJsIH0gZnJvbSBcIkBhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXJcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcIm1hcGEtYnV0dG9uLWljb25cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9idXR0b24taWNvbi5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZVVybHM6IFtcIi4vYnV0dG9uLWljb24uY29tcG9uZW50LnNjc3NcIl0sXG59KVxuZXhwb3J0IGNsYXNzIEJ1dHRvbkljb25Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uQ2hhbmdlcyB7XG4gIEBJbnB1dCgpIGRhdGEhOiBCdXR0b25JY29uO1xuICBAT3V0cHV0KCkgY2xpY2tlZDogRXZlbnRFbWl0dGVyPEJ1dHRvbkljb24+ID0gbmV3IEV2ZW50RW1pdHRlcjxCdXR0b25JY29uPigpO1xuICBpbWdCYXNlNjQhOiBTYWZlUmVzb3VyY2VVcmw7XG5cbiAgb25DbGljayhkYXRhOiBCdXR0b25JY29uKTogdm9pZCB7XG4gICAgdGhpcy5jbGlja2VkLmVtaXQoZGF0YSk7XG4gIH1cblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHNhbml0aXplcjogRG9tU2FuaXRpemVyKSB7fVxuICBcbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy51cGRhdGVJY29uKCk7XG4gIH1cblxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgaWYgKGNoYW5nZXNbXCJkYXRhXCJdKSB7XG4gICAgICB0aGlzLnVwZGF0ZUljb24oKTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIHVwZGF0ZUljb24oKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuZGF0YS5pY29uKSB7XG4gICAgICB0aGlzLmltZ0Jhc2U2NCA9IHRoaXMuc2FuaXRpemVyLmJ5cGFzc1NlY3VyaXR5VHJ1c3RSZXNvdXJjZVVybChcbiAgICAgICAgYGRhdGE6aW1hZ2Uvc3ZnK3htbDtiYXNlNjQsJHt0aGlzLmRhdGEuaWNvbn1gXG4gICAgICApO1xuICAgIH1cbiAgfVxufVxuXG4iLCI8ZGl2IGNsYXNzPVwiYnV0dG9uLWljb25cIiBpZD1cImNvbXBvbmVudGVzXCIgKm5nSWY9XCJkYXRhXCI+XG4gIDxkaXYgY2xhc3M9XCJidXR0b24taWNvbl9faWNvblwiPlxuICAgIDxpbWcgKm5nSWY9XCJpbWdCYXNlNjRcIiBbc3JjXT1cImltZ0Jhc2U2NFwiIC8+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiYnV0dG9uLWljb25fX3RpdGxlXCI+XG4gICAge3sgZGF0YS5kZXNjcmlwdGlvbiB9fVxuICA8L2Rpdj5cbiAgPGRpdiBjbGFzcz1cImJ1dHRvbi1pY29uX19wcmV2aWV3XCIgKGNsaWNrKT1cIm9uQ2xpY2soZGF0YSlcIj5cbiAgICBQcmV2aWV3XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
package/esm2020/src/lib/components/capability/lib/components/button/src/button.component.mjs
CHANGED
|
@@ -9,10 +9,10 @@ export class ButtonComponent {
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
-
ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ButtonComponent, selector: "mapa-button", inputs: { color: "color", disabled: "disabled" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:
|
|
12
|
+
ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ButtonComponent, selector: "mapa-button", inputs: { color: "color", disabled: "disabled" }, outputs: { clicked: "clicked" }, ngImport: i0, template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-weight:500;cursor:pointer;transform-origin:center;transition:transform .2s ease-in-out}.mapa-button:active{transform:scale(1.1)}.mapa-button:disabled{color:#dcdcde!important;background-color:transparent!important}.mapa-button.basic{color:#ea561d;background-color:transparent}.mapa-button.accent{border:2px solid #ea561d!important;color:#ea561d;background-color:#fff}.mapa-button.primary{background-color:#ea561d;color:#fff}\n"] });
|
|
13
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
|
-
args: [{ selector: 'mapa-button', template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:
|
|
15
|
+
args: [{ selector: 'mapa-button', template: "<button\n class=\"mapa-button\"\n (click)=\"onClick()\"\n [class.primary]=\"color === 'primary'\"\n [class.accent]=\"color === 'accent'\"\n [class.basic]=\"color === 'basic'\"\n [disabled]=\"disabled\"\n>\n <ng-content></ng-content>\n</button> ", styles: [".mapa-button{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;border-radius:28px;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-weight:500;cursor:pointer;transform-origin:center;transition:transform .2s ease-in-out}.mapa-button:active{transform:scale(1.1)}.mapa-button:disabled{color:#dcdcde!important;background-color:transparent!important}.mapa-button.basic{color:#ea561d;background-color:transparent}.mapa-button.accent{border:2px solid #ea561d!important;color:#ea561d;background-color:#fff}.mapa-button.primary{background-color:#ea561d;color:#fff}\n"] }]
|
|
16
16
|
}], propDecorators: { color: [{
|
|
17
17
|
type: Input
|
|
18
18
|
}], disabled: [{
|
|
@@ -11,6 +11,8 @@ export * from './src/capability-indicator/capability-indicator.component';
|
|
|
11
11
|
export * from './src/capability-indicator/capability-indicator.module';
|
|
12
12
|
export * from './src/capability-interval/capability-interval.component';
|
|
13
13
|
export * from './src/capability-interval/capability-interval.module';
|
|
14
|
+
export * from './src/capability-interval-bar/capability-interval-bar.component';
|
|
15
|
+
export * from './src/capability-interval-bar/capability-interval-bar.module';
|
|
14
16
|
export * from './src/capability-comparative/capability-comparative.component';
|
|
15
17
|
export * from './src/capability-comparative/capability-comparative.module';
|
|
16
18
|
export * from './src/capability-comparative-chart/capability-comparative-chart.component';
|
|
@@ -23,4 +25,4 @@ export * from './src/capability-indicator-list/capability-indicator-list.compone
|
|
|
23
25
|
export * from './src/capability-indicator-list/capability-indicator-list.module';
|
|
24
26
|
export * from './src/capability-indicator-chart/capability-indicator-chart.component';
|
|
25
27
|
export * from './src/capability-indicator-chart/capability-indicator-chart.module';
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hcGEtbGlicmFyeS11aS9zcmMvbGliL2NvbXBvbmVudHMvY2FwYWJpbGl0eS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLDZEQUE2RCxDQUFDO0FBRTVFLGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLHFEQUFxRCxDQUFDO0FBQ3BFLGNBQWMsa0RBQWtELENBQUM7QUFDakUsY0FBYywyREFBMkQsQ0FBQztBQUMxRSxjQUFjLHdEQUF3RCxDQUFDO0FBQ3ZFLGNBQWMseURBQXlELENBQUM7QUFDeEUsY0FBYyxzREFBc0QsQ0FBQztBQUNyRSxjQUFjLGlFQUFpRSxDQUFDO0FBQ2hGLGNBQWMsOERBQThELENBQUM7QUFFN0UsY0FBYywrREFBK0QsQ0FBQztBQUM5RSxjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsMkVBQTJFLENBQUM7QUFDMUYsY0FBYyx3RUFBd0UsQ0FBQztBQUN2RixjQUFjLDZFQUE2RSxDQUFDO0FBQzVGLGNBQWMsMEVBQTBFLENBQUM7QUFFekYsY0FBYyxxREFBcUQsQ0FBQztBQUNwRSxjQUFjLGtEQUFrRCxDQUFDO0FBRWpFLGNBQWMscUVBQXFFLENBQUM7QUFDcEYsY0FBYyxrRUFBa0UsQ0FBQztBQUVqRixjQUFjLHVFQUF1RSxDQUFDO0FBQ3RGLGNBQWMsb0VBQW9FLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIG1hcGEtbGlicmFyeS11aSBjYXBhYmlsaXR5LWRldGFpbFxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vc3JjL2Vzc2VudGlhbHMvaW50ZXJmYWNlcyc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9lc3NlbnRpYWxzL3NlcnZpY2VzL2NhcGFiaWxpdHktY2xhc3NpZmljYXRpb24uc2VydmljZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vc3JjL2NhcGFiaWxpdHktZG90L2NhcGFiaWxpdHktZG90LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXBhYmlsaXR5LWRvdC9jYXBhYmlsaXR5LWRvdC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1leHBhbmQvY2FwYWJpbGl0eS1leHBhbmQuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2NhcGFiaWxpdHktZXhwYW5kL2NhcGFiaWxpdHktZXhwYW5kLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXBhYmlsaXR5LWluZGljYXRvci9jYXBhYmlsaXR5LWluZGljYXRvci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1pbmRpY2F0b3IvY2FwYWJpbGl0eS1pbmRpY2F0b3IubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2NhcGFiaWxpdHktaW50ZXJ2YWwvY2FwYWJpbGl0eS1pbnRlcnZhbC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1pbnRlcnZhbC9jYXBhYmlsaXR5LWludGVydmFsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXBhYmlsaXR5LWludGVydmFsLWJhci9jYXBhYmlsaXR5LWludGVydmFsLWJhci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIvY2FwYWJpbGl0eS1pbnRlcnZhbC1iYXIubW9kdWxlJztcblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlL2NhcGFiaWxpdHktY29tcGFyYXRpdmUubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2NhcGFiaWxpdHktY29tcGFyYXRpdmUtY2hhcnQvY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS1jaGFydC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS1jaGFydC9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWNoYXJ0Lm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWhlYWRlci9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWhlYWRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS1oZWFkZXIvY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS1oZWFkZXIubW9kdWxlJztcblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1kZXRhaWwvY2FwYWJpbGl0eS1kZXRhaWwuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc3JjL2NhcGFiaWxpdHktZGV0YWlsL2NhcGFiaWxpdHktZGV0YWlsLm1vZHVsZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vc3JjL2NhcGFiaWxpdHktaW5kaWNhdG9yLWxpc3QvY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zcmMvY2FwYWJpbGl0eS1pbmRpY2F0b3ItbGlzdC9jYXBhYmlsaXR5LWluZGljYXRvci1saXN0Lm1vZHVsZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vc3JjL2NhcGFiaWxpdHktaW5kaWNhdG9yLWNoYXJ0L2NhcGFiaWxpdHktaW5kaWNhdG9yLWNoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy9jYXBhYmlsaXR5LWluZGljYXRvci1jaGFydC9jYXBhYmlsaXR5LWluZGljYXRvci1jaGFydC5tb2R1bGUnO1xuIl19
|
|
@@ -3,7 +3,7 @@ import { CommonModule } from "@angular/common";
|
|
|
3
3
|
import { MapaCapabilityComparativeComponent } from "./capability-comparative.component";
|
|
4
4
|
import { MapaCapabilityComparativeHeaderModule } from "../capability-comparative-header/capability-comparative-header.module";
|
|
5
5
|
import { MapaCapabilityComparativeChartModule } from "../capability-comparative-chart/capability-comparative-chart.module";
|
|
6
|
-
import { MapaDropdownModule } from "
|
|
6
|
+
import { MapaDropdownModule } from "mapa-library-ui/src/lib/components/dropdown";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class MapaCapabilityComparativeModule {
|
|
9
9
|
}
|
|
@@ -29,4 +29,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
29
29
|
],
|
|
30
30
|
}]
|
|
31
31
|
}] });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktY29tcGFyYXRpdmUvY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGtDQUFrQyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDeEYsT0FBTyxFQUFFLHFDQUFxQyxFQUFFLE1BQU0sdUVBQXVFLENBQUM7QUFDOUgsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0scUVBQXFFLENBQUM7QUFDM0gsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7O0FBWWpGLE1BQU0sT0FBTywrQkFBK0I7OzZIQUEvQiwrQkFBK0I7OEhBQS9CLCtCQUErQixpQkFUM0Isa0NBQWtDLGFBRy9DLFlBQVk7UUFDWixvQ0FBb0M7UUFDcEMscUNBQXFDO1FBQ3JDLGtCQUFrQixhQUxWLGtDQUFrQzs4SEFRakMsK0JBQStCLFlBTnhDLFlBQVk7UUFDWixvQ0FBb0M7UUFDcEMscUNBQXFDO1FBQ3JDLGtCQUFrQjs0RkFHVCwrQkFBK0I7a0JBVjNDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsa0NBQWtDLENBQUM7b0JBQ2xELE9BQU8sRUFBRSxDQUFDLGtDQUFrQyxDQUFDO29CQUM3QyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixvQ0FBb0M7d0JBQ3BDLHFDQUFxQzt3QkFDckMsa0JBQWtCO3FCQUNuQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcbmltcG9ydCB7IE1hcGFDYXBhYmlsaXR5Q29tcGFyYXRpdmVDb21wb25lbnQgfSBmcm9tIFwiLi9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgTWFwYUNhcGFiaWxpdHlDb21wYXJhdGl2ZUhlYWRlck1vZHVsZSB9IGZyb20gXCIuLi9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWhlYWRlci9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWhlYWRlci5tb2R1bGVcIjtcbmltcG9ydCB7IE1hcGFDYXBhYmlsaXR5Q29tcGFyYXRpdmVDaGFydE1vZHVsZSB9IGZyb20gXCIuLi9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWNoYXJ0L2NhcGFiaWxpdHktY29tcGFyYXRpdmUtY2hhcnQubW9kdWxlXCI7XG5pbXBvcnQgeyBNYXBhRHJvcGRvd25Nb2R1bGUgfSBmcm9tIFwibWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9kcm9wZG93blwiO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtNYXBhQ2FwYWJpbGl0eUNvbXBhcmF0aXZlQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW01hcGFDYXBhYmlsaXR5Q29tcGFyYXRpdmVDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIE1hcGFDYXBhYmlsaXR5Q29tcGFyYXRpdmVDaGFydE1vZHVsZSxcbiAgICBNYXBhQ2FwYWJpbGl0eUNvbXBhcmF0aXZlSGVhZGVyTW9kdWxlLFxuICAgIE1hcGFEcm9wZG93bk1vZHVsZVxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBNYXBhQ2FwYWJpbGl0eUNvbXBhcmF0aXZlTW9kdWxlIHt9XG5cblxuIl19
|
|
@@ -14,10 +14,10 @@ export class MapaCapabilityComparativeChartComponent {
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
MapaCapabilityComparativeChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityComparativeChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
MapaCapabilityComparativeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityComparativeChartComponent, selector: "mapa-capability-comparative-chart", inputs: { data: "data" }, ngImport: i0, template: "<table class=\"capability-comparative__chart\">\n <tr *ngFor=\"let indicator of data.indicators\">\n <th>\n <p>{{ indicator.name }}</p>\n </th>\n <td class=\"capability-comparative__chart--indicators\">\n <mapa-capability-comparative-indicator\n *ngFor=\"let item of indicator.items\"\n [item]=\"setCleanItem(item)\"\n [fullWidth]=\"true\"\n [style.width.%]=\"item.interval\"\n ></mapa-capability-comparative-indicator>\n </td>\n </tr>\n</table>\n", styles: [".capability-comparative{background-color:#fff}.capability-comparative__chart{width:100%}.capability-comparative__chart tr{border-bottom:1px solid #DCDCDE;display:flex;padding:16px 0;justify-content:space-between;align-items:center}.capability-comparative__chart th{vertical-align:bottom;text-align:left;padding-right:36px;width:20%}.capability-comparative__chart th p{font-size:14px;font-family:
|
|
17
|
+
MapaCapabilityComparativeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityComparativeChartComponent, selector: "mapa-capability-comparative-chart", inputs: { data: "data" }, ngImport: i0, template: "<table class=\"capability-comparative__chart\">\n <tr *ngFor=\"let indicator of data.indicators\">\n <th>\n <p>{{ indicator.name }}</p>\n </th>\n <td class=\"capability-comparative__chart--indicators\">\n <mapa-capability-comparative-indicator\n *ngFor=\"let item of indicator.items\"\n [item]=\"setCleanItem(item)\"\n [fullWidth]=\"true\"\n [style.width.%]=\"item.interval\"\n ></mapa-capability-comparative-indicator>\n </td>\n </tr>\n</table>\n", styles: [".capability-comparative{background-color:#fff}.capability-comparative__chart{width:100%}.capability-comparative__chart tr{border-bottom:1px solid #DCDCDE;display:flex;padding:16px 0;justify-content:space-between;align-items:center}.capability-comparative__chart th{vertical-align:bottom;text-align:left;padding-right:36px;width:20%}.capability-comparative__chart th p{font-size:14px;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);margin:6px 0!important;font-weight:500}.capability-comparative__chart--indicators{display:flex;justify-content:center;align-items:center;height:40px;position:relative;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.MapaCapabilityComparativeIndicatorComponent, selector: "mapa-capability-comparative-indicator", inputs: ["item", "fullWidth"] }] });
|
|
18
18
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityComparativeChartComponent, decorators: [{
|
|
19
19
|
type: Component,
|
|
20
|
-
args: [{ selector: 'mapa-capability-comparative-chart', template: "<table class=\"capability-comparative__chart\">\n <tr *ngFor=\"let indicator of data.indicators\">\n <th>\n <p>{{ indicator.name }}</p>\n </th>\n <td class=\"capability-comparative__chart--indicators\">\n <mapa-capability-comparative-indicator\n *ngFor=\"let item of indicator.items\"\n [item]=\"setCleanItem(item)\"\n [fullWidth]=\"true\"\n [style.width.%]=\"item.interval\"\n ></mapa-capability-comparative-indicator>\n </td>\n </tr>\n</table>\n", styles: [".capability-comparative{background-color:#fff}.capability-comparative__chart{width:100%}.capability-comparative__chart tr{border-bottom:1px solid #DCDCDE;display:flex;padding:16px 0;justify-content:space-between;align-items:center}.capability-comparative__chart th{vertical-align:bottom;text-align:left;padding-right:36px;width:20%}.capability-comparative__chart th p{font-size:14px;font-family:
|
|
20
|
+
args: [{ selector: 'mapa-capability-comparative-chart', template: "<table class=\"capability-comparative__chart\">\n <tr *ngFor=\"let indicator of data.indicators\">\n <th>\n <p>{{ indicator.name }}</p>\n </th>\n <td class=\"capability-comparative__chart--indicators\">\n <mapa-capability-comparative-indicator\n *ngFor=\"let item of indicator.items\"\n [item]=\"setCleanItem(item)\"\n [fullWidth]=\"true\"\n [style.width.%]=\"item.interval\"\n ></mapa-capability-comparative-indicator>\n </td>\n </tr>\n</table>\n", styles: [".capability-comparative{background-color:#fff}.capability-comparative__chart{width:100%}.capability-comparative__chart tr{border-bottom:1px solid #DCDCDE;display:flex;padding:16px 0;justify-content:space-between;align-items:center}.capability-comparative__chart th{vertical-align:bottom;text-align:left;padding-right:36px;width:20%}.capability-comparative__chart th p{font-size:14px;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);margin:6px 0!important;font-weight:500}.capability-comparative__chart--indicators{display:flex;justify-content:center;align-items:center;height:40px;position:relative;width:100%}\n"] }]
|
|
21
21
|
}], propDecorators: { data: [{
|
|
22
22
|
type: Input
|
|
23
23
|
}] } });
|
|
@@ -1,20 +1,41 @@
|
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import { takeUntil } from 'rxjs/operators';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
5
|
+
import * as i1 from "../../../../core/services/mapa-i18n.service";
|
|
6
|
+
import * as i2 from "../capability-interval/capability-interval.component";
|
|
4
7
|
export class MapaCapabilityComparativeHeaderComponent {
|
|
8
|
+
constructor(i18n) {
|
|
9
|
+
this.i18n = i18n;
|
|
10
|
+
this.texts = this.i18n.texts;
|
|
11
|
+
this.onDestroy$ = new Subject();
|
|
12
|
+
this.i18n.texts$
|
|
13
|
+
.pipe(takeUntil(this.onDestroy$))
|
|
14
|
+
.subscribe((texts) => (this.texts = texts));
|
|
15
|
+
}
|
|
16
|
+
get groupAverageTitle() {
|
|
17
|
+
return this.texts.capability.groupAverageTitle;
|
|
18
|
+
}
|
|
19
|
+
get individualAverageTitle() {
|
|
20
|
+
return this.texts.capability.individualAverageTitle;
|
|
21
|
+
}
|
|
5
22
|
getCapabilityData(item) {
|
|
6
23
|
return {
|
|
7
24
|
interval: item,
|
|
8
25
|
items: [],
|
|
9
26
|
};
|
|
10
27
|
}
|
|
28
|
+
ngOnDestroy() {
|
|
29
|
+
this.onDestroy$.next();
|
|
30
|
+
this.onDestroy$.complete();
|
|
31
|
+
}
|
|
11
32
|
}
|
|
12
|
-
MapaCapabilityComparativeHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityComparativeHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
MapaCapabilityComparativeHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityComparativeHeaderComponent, selector: "mapa-capability-comparative-header", inputs: { data: "data" }, ngImport: i0, template: "<section class=\"capability-comparative__header\">\n <h1>{{ data.name }}</h1>\n\n <section>\n <div class=\"capability-comparative__avg\">\n <div class=\"capability-comparative__avg--title\">
|
|
33
|
+
MapaCapabilityComparativeHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityComparativeHeaderComponent, deps: [{ token: i1.MapaI18nService }], target: i0.ɵɵFactoryTarget.Component });
|
|
34
|
+
MapaCapabilityComparativeHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaCapabilityComparativeHeaderComponent, selector: "mapa-capability-comparative-header", inputs: { data: "data" }, ngImport: i0, template: "<section class=\"capability-comparative__header\">\n <h1>{{ data.name }}</h1>\n\n <section>\n <div class=\"capability-comparative__avg\">\n <div class=\"capability-comparative__avg--title\">{{ groupAverageTitle }}</div>\n <mapa-capability-interval\n [data]=\"getCapabilityData(data.groupAvg)\"\n [showInterval]=\"true\"\n reusable-interval-bar\n ></mapa-capability-interval>\n </div>\n <div class=\"capability-comparative__avg\">\n <div class=\"capability-comparative__avg--title\">{{ individualAverageTitle }}</div>\n <mapa-capability-interval\n [data]=\"getCapabilityData(data.individualAvg)\"\n [showInterval]=\"true\"\n reusable-interval-bar\n ></mapa-capability-interval>\n </div>\n </section>\n</section>\n\n\n", styles: [".capability-comparative__header{display:flex;align-items:center;justify-content:space-between;width:100%}.capability-comparative__header h1{color:var(--GlobalColors-Neutral-100, #000);font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400;line-height:40px}.capability-comparative__avg{border-radius:16px;border:1px solid #cdcdcd;padding:10px 16px;margin:24px 0;position:relative}.capability-comparative__avg--title{background-color:#fff;padding:0 2px;position:absolute;top:-8px;color:#8c8f94;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:500;line-height:16px;text-transform:uppercase}\n"], dependencies: [{ kind: "component", type: i2.MapaCapabilityIntervalComponent, selector: "mapa-capability-interval", inputs: ["data", "showInterval"] }] });
|
|
14
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaCapabilityComparativeHeaderComponent, decorators: [{
|
|
15
36
|
type: Component,
|
|
16
|
-
args: [{ selector: 'mapa-capability-comparative-header', template: "<section class=\"capability-comparative__header\">\n <h1>{{ data.name }}</h1>\n\n <section>\n <div class=\"capability-comparative__avg\">\n <div class=\"capability-comparative__avg--title\">
|
|
17
|
-
}], propDecorators: { data: [{
|
|
37
|
+
args: [{ selector: 'mapa-capability-comparative-header', template: "<section class=\"capability-comparative__header\">\n <h1>{{ data.name }}</h1>\n\n <section>\n <div class=\"capability-comparative__avg\">\n <div class=\"capability-comparative__avg--title\">{{ groupAverageTitle }}</div>\n <mapa-capability-interval\n [data]=\"getCapabilityData(data.groupAvg)\"\n [showInterval]=\"true\"\n reusable-interval-bar\n ></mapa-capability-interval>\n </div>\n <div class=\"capability-comparative__avg\">\n <div class=\"capability-comparative__avg--title\">{{ individualAverageTitle }}</div>\n <mapa-capability-interval\n [data]=\"getCapabilityData(data.individualAvg)\"\n [showInterval]=\"true\"\n reusable-interval-bar\n ></mapa-capability-interval>\n </div>\n </section>\n</section>\n\n\n", styles: [".capability-comparative__header{display:flex;align-items:center;justify-content:space-between;width:100%}.capability-comparative__header h1{color:var(--GlobalColors-Neutral-100, #000);font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400;line-height:40px}.capability-comparative__avg{border-radius:16px;border:1px solid #cdcdcd;padding:10px 16px;margin:24px 0;position:relative}.capability-comparative__avg--title{background-color:#fff;padding:0 2px;position:absolute;top:-8px;color:#8c8f94;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:500;line-height:16px;text-transform:uppercase}\n"] }]
|
|
38
|
+
}], ctorParameters: function () { return [{ type: i1.MapaI18nService }]; }, propDecorators: { data: [{
|
|
18
39
|
type: Input
|
|
19
40
|
}] } });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9jYXBhYmlsaXR5L3NyYy9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWhlYWRlci9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWhlYWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL2NhcGFiaWxpdHkvc3JjL2NhcGFiaWxpdHktY29tcGFyYXRpdmUtaGVhZGVyL2NhcGFiaWxpdHktY29tcGFyYXRpdmUtaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFhLE1BQU0sZUFBZSxDQUFDO0FBQzVELE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDL0IsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7O0FBVTNDLE1BQU0sT0FBTyx3Q0FBd0M7SUFLbkQsWUFBNkIsSUFBcUI7UUFBckIsU0FBSSxHQUFKLElBQUksQ0FBaUI7UUFIbEQsVUFBSyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO1FBQ1AsZUFBVSxHQUFHLElBQUksT0FBTyxFQUFRLENBQUM7UUFHaEQsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNO2FBQ2IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7YUFDaEMsU0FBUyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRUQsSUFBSSxpQkFBaUI7UUFDbkIsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxpQkFBaUIsQ0FBQztJQUNqRCxDQUFDO0lBRUQsSUFBSSxzQkFBc0I7UUFDeEIsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxzQkFBc0IsQ0FBQztJQUN0RCxDQUFDO0lBRU0saUJBQWlCLENBQUMsSUFBWTtRQUNuQyxPQUFPO1lBQ0wsUUFBUSxFQUFFLElBQUk7WUFDZCxLQUFLLEVBQUUsRUFBRTtTQUNWLENBQUM7SUFDSixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDdkIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUM3QixDQUFDOztzSUE3QlUsd0NBQXdDOzBIQUF4Qyx3Q0FBd0Msb0dDWnJELHF5QkF3QkE7NEZEWmEsd0NBQXdDO2tCQUxwRCxTQUFTOytCQUNFLG9DQUFvQztzR0FLckMsSUFBSTtzQkFBWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25EZXN0cm95IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyB0YWtlVW50aWwgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQgeyBDYXBhYmlsaXR5Q29tcGFyYXRpdmUgfSBmcm9tICcuLi9lc3NlbnRpYWxzL2ludGVyZmFjZXMvY2FwYWJpbGl0eS1jb21wYXJhdGl2ZS5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQ2FwYWJpbGl0eSB9IGZyb20gJy4uL2Vzc2VudGlhbHMvaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBNYXBhSTE4blNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi8uLi9jb3JlL3NlcnZpY2VzL21hcGEtaTE4bi5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbWFwYS1jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWhlYWRlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXBhYmlsaXR5LWNvbXBhcmF0aXZlLWhlYWRlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NhcGFiaWxpdHktY29tcGFyYXRpdmUtaGVhZGVyLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTWFwYUNhcGFiaWxpdHlDb21wYXJhdGl2ZUhlYWRlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gIEBJbnB1dCgpIGRhdGEhOiBDYXBhYmlsaXR5Q29tcGFyYXRpdmU7XG4gIHRleHRzID0gdGhpcy5pMThuLnRleHRzO1xuICBwcml2YXRlIHJlYWRvbmx5IG9uRGVzdHJveSQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgaTE4bjogTWFwYUkxOG5TZXJ2aWNlKSB7XG4gICAgdGhpcy5pMThuLnRleHRzJFxuICAgICAgLnBpcGUodGFrZVVudGlsKHRoaXMub25EZXN0cm95JCkpXG4gICAgICAuc3Vic2NyaWJlKCh0ZXh0cykgPT4gKHRoaXMudGV4dHMgPSB0ZXh0cykpO1xuICB9XG5cbiAgZ2V0IGdyb3VwQXZlcmFnZVRpdGxlKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMudGV4dHMuY2FwYWJpbGl0eS5ncm91cEF2ZXJhZ2VUaXRsZTtcbiAgfVxuXG4gIGdldCBpbmRpdmlkdWFsQXZlcmFnZVRpdGxlKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMudGV4dHMuY2FwYWJpbGl0eS5pbmRpdmlkdWFsQXZlcmFnZVRpdGxlO1xuICB9XG5cbiAgcHVibGljIGdldENhcGFiaWxpdHlEYXRhKGl0ZW06IG51bWJlcik6IENhcGFiaWxpdHkge1xuICAgIHJldHVybiB7XG4gICAgICBpbnRlcnZhbDogaXRlbSxcbiAgICAgIGl0ZW1zOiBbXSxcbiAgICB9O1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5vbkRlc3Ryb3kkLm5leHQoKTtcbiAgICB0aGlzLm9uRGVzdHJveSQuY29tcGxldGUoKTtcbiAgfVxufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJjYXBhYmlsaXR5LWNvbXBhcmF0aXZlX19oZWFkZXJcIj5cbiAgPGgxPnt7IGRhdGEubmFtZSB9fTwvaDE+XG5cbiAgPHNlY3Rpb24+XG4gICAgPGRpdiBjbGFzcz1cImNhcGFiaWxpdHktY29tcGFyYXRpdmVfX2F2Z1wiPlxuICAgICAgPGRpdiBjbGFzcz1cImNhcGFiaWxpdHktY29tcGFyYXRpdmVfX2F2Zy0tdGl0bGVcIj57eyBncm91cEF2ZXJhZ2VUaXRsZSB9fTwvZGl2PlxuICAgICAgPG1hcGEtY2FwYWJpbGl0eS1pbnRlcnZhbFxuICAgICAgICBbZGF0YV09XCJnZXRDYXBhYmlsaXR5RGF0YShkYXRhLmdyb3VwQXZnKVwiXG4gICAgICAgIFtzaG93SW50ZXJ2YWxdPVwidHJ1ZVwiXG4gICAgICAgIHJldXNhYmxlLWludGVydmFsLWJhclxuICAgICAgPjwvbWFwYS1jYXBhYmlsaXR5LWludGVydmFsPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjYXBhYmlsaXR5LWNvbXBhcmF0aXZlX19hdmdcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjYXBhYmlsaXR5LWNvbXBhcmF0aXZlX19hdmctLXRpdGxlXCI+e3sgaW5kaXZpZHVhbEF2ZXJhZ2VUaXRsZSB9fTwvZGl2PlxuICAgICAgPG1hcGEtY2FwYWJpbGl0eS1pbnRlcnZhbFxuICAgICAgICBbZGF0YV09XCJnZXRDYXBhYmlsaXR5RGF0YShkYXRhLmluZGl2aWR1YWxBdmcpXCJcbiAgICAgICAgW3Nob3dJbnRlcnZhbF09XCJ0cnVlXCJcbiAgICAgICAgcmV1c2FibGUtaW50ZXJ2YWwtYmFyXG4gICAgICA+PC9tYXBhLWNhcGFiaWxpdHktaW50ZXJ2YWw+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbjwvc2VjdGlvbj5cblxuXG4iXX0=
|