mapa-library-ui 0.90.2 → 1.0.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/fesm2022/mapa-library-ui-src-lib-components-benchmarking.mjs +59 -0
- package/fesm2022/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-breadcrumb.mjs +32 -0
- package/fesm2022/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-button-icon.mjs +53 -0
- package/fesm2022/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-button.mjs +38 -0
- package/fesm2022/mapa-library-ui-src-lib-components-button.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs +1312 -0
- package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs +628 -0
- package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-checkbox.mjs +34 -0
- package/fesm2022/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs +333 -0
- package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-dialog.mjs +172 -0
- package/fesm2022/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs +645 -0
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs +561 -0
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-empty.mjs +71 -0
- package/fesm2022/mapa-library-ui-src-lib-components-empty.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs +744 -0
- package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-form.mjs +877 -0
- package/fesm2022/mapa-library-ui-src-lib-components-form.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-group-report.mjs +166 -0
- package/fesm2022/mapa-library-ui-src-lib-components-group-report.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-icon.mjs +43 -0
- package/fesm2022/mapa-library-ui-src-lib-components-icon.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-input.mjs +410 -0
- package/fesm2022/mapa-library-ui-src-lib-components-input.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-menu.mjs +51 -0
- package/fesm2022/mapa-library-ui-src-lib-components-menu.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-nav-list.mjs +41 -0
- package/fesm2022/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-radio-button.mjs +54 -0
- package/fesm2022/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-report-item.mjs +85 -0
- package/fesm2022/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs +1169 -0
- package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs +1055 -0
- package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-slide-toggle.mjs +54 -0
- package/fesm2022/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-svg-icon.mjs +109 -0
- package/fesm2022/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-table.mjs +1052 -0
- package/fesm2022/mapa-library-ui-src-lib-components-table.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-tag.mjs +30 -0
- package/fesm2022/mapa-library-ui-src-lib-components-tag.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs +271 -0
- package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-tooltip.mjs +186 -0
- package/fesm2022/mapa-library-ui-src-lib-components-tooltip.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs +59 -0
- package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs +4 -4
- package/fesm2022/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs.map +1 -0
- package/fesm2022/mapa-library-ui-src-lib-core-services.mjs +57 -0
- package/fesm2022/mapa-library-ui-src-lib-core-services.mjs.map +1 -0
- package/fesm2022/mapa-library-ui.mjs +7239 -0
- package/fesm2022/mapa-library-ui.mjs.map +1 -0
- package/index.d.ts +1878 -3
- package/mapa-library-ui-1.0.0.tgz +0 -0
- package/package.json +186 -195
- package/src/lib/components/benchmarking/index.d.ts +58 -5
- package/src/lib/components/breadcrumb/index.d.ts +14 -5
- package/src/lib/components/button/index.d.ts +13 -5
- package/src/lib/components/button-icon/index.d.ts +26 -5
- package/src/lib/components/capability/index.d.ts +574 -5
- package/src/lib/components/chart/index.d.ts +151 -5
- package/src/lib/components/checkbox/index.d.ts +11 -5
- package/src/lib/components/datepicker/index.d.ts +123 -5
- package/src/lib/components/dialog/index.d.ts +60 -5
- package/src/lib/components/dropdown/index.d.ts +235 -5
- package/src/lib/components/dropdown-tree/index.d.ts +148 -5
- package/src/lib/components/empty/index.d.ts +10 -5
- package/src/lib/components/filters/index.d.ts +225 -5
- package/src/lib/components/form/index.d.ts +191 -5
- package/src/lib/components/group-report/index.d.ts +101 -5
- package/src/lib/components/icon/index.d.ts +16 -5
- package/src/lib/components/input/index.d.ts +133 -5
- package/src/lib/components/menu/index.d.ts +34 -5
- package/src/lib/components/nav-list/index.d.ts +21 -5
- package/src/lib/components/radio-button/index.d.ts +130 -5
- package/src/lib/components/report-item/index.d.ts +45 -5
- package/src/lib/components/scale/index.d.ts +193 -5
- package/src/lib/components/scale-parameterization/index.d.ts +206 -5
- package/src/lib/components/slide-toggle/index.d.ts +130 -5
- package/src/lib/components/svg-icon/index.d.ts +19 -5
- package/src/lib/components/table/index.d.ts +276 -5
- package/src/lib/components/tag/index.d.ts +16 -5
- package/src/lib/components/textarea/index.d.ts +128 -5
- package/src/lib/components/tooltip/index.d.ts +58 -5
- package/src/lib/components/warning/index.d.ts +24 -5
- package/src/lib/core/guards/authorize-guard/index.d.ts +68 -5
- package/src/lib/core/services/index.d.ts +17 -5
- package/esm2020/lib/core/components/form-errors/form-errors.component.mjs +0 -25
- package/esm2020/lib/core/directives/custom-paginator-legacy.directive.mjs +0 -204
- package/esm2020/lib/core/directives/mat-input-autosize.directive.mjs +0 -99
- package/esm2020/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/lib/core/elements/dropdown-tree.mjs +0 -8
- package/esm2020/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/lib/core/elements/errors.mjs +0 -2
- package/esm2020/lib/core/elements/input-text.mjs +0 -8
- package/esm2020/lib/core/elements/radio-button.mjs +0 -8
- package/esm2020/lib/core/elements/slide-toggle.mjs +0 -8
- package/esm2020/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/lib/core/js-brasil/index.mjs +0 -16
- package/esm2020/lib/core/js-brasil/src/create.mjs +0 -455
- package/esm2020/lib/core/js-brasil/src/createNumberMask.mjs +0 -115
- package/esm2020/lib/core/js-brasil/src/estados.mjs +0 -34
- package/esm2020/lib/core/js-brasil/src/index.mjs +0 -34
- package/esm2020/lib/core/js-brasil/src/inscricaoestadual.mjs +0 -702
- package/esm2020/lib/core/js-brasil/src/interfaces.mjs +0 -2
- package/esm2020/lib/core/js-brasil/src/iptu.mjs +0 -25
- package/esm2020/lib/core/js-brasil/src/iptu_create.mjs +0 -60
- package/esm2020/lib/core/js-brasil/src/iptu_mask.mjs +0 -38
- package/esm2020/lib/core/js-brasil/src/iptu_validate.mjs +0 -67
- package/esm2020/lib/core/js-brasil/src/mask.mjs +0 -579
- package/esm2020/lib/core/js-brasil/src/name.mjs +0 -371
- package/esm2020/lib/core/js-brasil/src/placa.mjs +0 -162
- package/esm2020/lib/core/js-brasil/src/rg.mjs +0 -63
- package/esm2020/lib/core/js-brasil/src/saude.mjs +0 -62
- package/esm2020/lib/core/js-brasil/src/utils.mjs +0 -304
- package/esm2020/lib/core/js-brasil/src/validate.mjs +0 -627
- package/esm2020/lib/core/pipes/cpf.mjs +0 -17
- package/esm2020/lib/core/pipes/safe-html.pipe.mjs +0 -21
- package/esm2020/lib/core/services/html-sanitizer.service.mjs +0 -23
- package/esm2020/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/lib/core/services/validation-message-resolver.service.mjs +0 -72
- package/esm2020/mapa-library-ui.mjs +0 -5
- package/esm2020/public-api.mjs +0 -29
- package/esm2020/src/lib/components/benchmarking/benchmarking.mjs +0 -5
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/public-api.mjs +0 -9
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.mjs +0 -33
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.module.mjs +0 -19
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.mjs +0 -14
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.module.mjs +0 -18
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmarking.interface.mjs +0 -2
- package/esm2020/src/lib/components/benchmarking/mapa-library-ui-src-lib-components-benchmarking.mjs +0 -5
- package/esm2020/src/lib/components/breadcrumb/breadcrumb.mjs +0 -5
- package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/public-api.mjs +0 -6
- package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.component.mjs +0 -15
- package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.module.mjs +0 -19
- package/esm2020/src/lib/components/breadcrumb/lib/core/interfaces/bread-piece.interface.mjs +0 -2
- package/esm2020/src/lib/components/breadcrumb/mapa-library-ui-src-lib-components-breadcrumb.mjs +0 -5
- package/esm2020/src/lib/components/button/button.mjs +0 -5
- package/esm2020/src/lib/components/button/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/button/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/button/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs +0 -5
- package/esm2020/src/lib/components/button-icon/button-icon.mjs +0 -5
- package/esm2020/src/lib/components/button-icon/lib/components/button-icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.mjs +0 -37
- package/esm2020/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.module.mjs +0 -28
- package/esm2020/src/lib/components/button-icon/mapa-library-ui-src-lib-components-button-icon.mjs +0 -5
- package/esm2020/src/lib/components/capability/capability.mjs +0 -9
- package/esm2020/src/lib/components/capability/filters.mjs +0 -7
- package/esm2020/src/lib/components/capability/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/capability/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/capability/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/capability/lib/components/capability/public-api.mjs +0 -28
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -41
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -87
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -20
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -53
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -23
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -63
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -28
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -40
- package/esm2020/src/lib/components/capability/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +0 -167
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.mjs +0 -82
- package/esm2020/src/lib/components/capability/lib/components/filters/public-api.mjs +0 -6
- package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.component.mjs +0 -53
- package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.module.mjs +0 -38
- package/esm2020/src/lib/components/capability/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/capability/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/capability/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/capability/lib/components/tag/src/tag.component.mjs +0 -14
- package/esm2020/src/lib/components/capability/lib/components/tag/src/tag.module.mjs +0 -24
- package/esm2020/src/lib/components/capability/lib/components/tooltip/public-api.mjs +0 -7
- package/esm2020/src/lib/components/capability/lib/components/tooltip/src/tooltip.component.mjs +0 -21
- package/esm2020/src/lib/components/capability/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
- package/esm2020/src/lib/components/capability/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
- package/esm2020/src/lib/components/capability/lib/components/tooltip/src/tooltip.module.mjs +0 -19
- package/esm2020/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.mjs +0 -25
- package/esm2020/src/lib/components/capability/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/capability/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/capability/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/capability/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/capability/lib/core/pipes/safe-html.pipe.mjs +0 -21
- package/esm2020/src/lib/components/capability/lib/core/services/html-sanitizer.service.mjs +0 -23
- package/esm2020/src/lib/components/capability/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/capability/lib/core/services/validation-message-resolver.service.mjs +0 -72
- package/esm2020/src/lib/components/capability/mapa-library-ui-src-lib-components-capability.mjs +0 -5
- package/esm2020/src/lib/components/chart/chart.mjs +0 -5
- package/esm2020/src/lib/components/chart/lib/components/chart/public-api.mjs +0 -6
- package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.component.mjs +0 -110
- package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.module.mjs +0 -32
- package/esm2020/src/lib/components/chart/mapa-library-ui-src-lib-components-chart.mjs +0 -5
- package/esm2020/src/lib/components/checkbox/checkbox.mjs +0 -5
- package/esm2020/src/lib/components/checkbox/lib/components/checkbox/public-api.mjs +0 -6
- package/esm2020/src/lib/components/checkbox/lib/components/checkbox/src/checkbox.component.mjs +0 -17
- package/esm2020/src/lib/components/checkbox/lib/components/checkbox/src/checkbox.module.mjs +0 -35
- package/esm2020/src/lib/components/checkbox/mapa-library-ui-src-lib-components-checkbox.mjs +0 -5
- package/esm2020/src/lib/components/datepicker/datepicker.mjs +0 -5
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/public-api.mjs +0 -6
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.component.mjs +0 -65
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.module.mjs +0 -70
- package/esm2020/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/datepicker/mapa-library-ui-src-lib-components-datepicker.mjs +0 -5
- package/esm2020/src/lib/components/dialog/dialog.mjs +0 -7
- package/esm2020/src/lib/components/dialog/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dialog/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/dialog/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/dialog/lib/components/dialog/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.component.mjs +0 -63
- package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.module.mjs +0 -39
- package/esm2020/src/lib/components/dialog/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dialog/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/dialog/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.mjs +0 -21
- package/esm2020/src/lib/components/dialog/lib/core/services/html-sanitizer.service.mjs +0 -23
- package/esm2020/src/lib/components/dialog/mapa-library-ui-src-lib-components-dialog.mjs +0 -5
- package/esm2020/src/lib/components/dropdown/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +0 -167
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.mjs +0 -82
- package/esm2020/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.mjs +0 -25
- package/esm2020/src/lib/components/dropdown/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/dropdown/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.mjs +0 -21
- package/esm2020/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.mjs +0 -23
- package/esm2020/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.mjs +0 -72
- package/esm2020/src/lib/components/dropdown/mapa-library-ui-src-lib-components-dropdown.mjs +0 -5
- package/esm2020/src/lib/components/dropdown-tree/dropdown-tree.mjs +0 -9
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +0 -94
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.mjs +0 -20
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/dropdown-tree.mjs +0 -8
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/mapa-library-ui-src-lib-components-dropdown-tree.mjs +0 -5
- package/esm2020/src/lib/components/empty/empty.mjs +0 -5
- package/esm2020/src/lib/components/empty/lib/components/empty/public-api.mjs +0 -6
- package/esm2020/src/lib/components/empty/lib/components/empty/src/empty.component.mjs +0 -17
- package/esm2020/src/lib/components/empty/lib/components/empty/src/empty.module.mjs +0 -27
- package/esm2020/src/lib/components/empty/lib/core/pipes/safe-html.pipe.mjs +0 -21
- package/esm2020/src/lib/components/empty/lib/core/services/html-sanitizer.service.mjs +0 -23
- package/esm2020/src/lib/components/empty/mapa-library-ui-src-lib-components-empty.mjs +0 -5
- package/esm2020/src/lib/components/filters/filters.mjs +0 -7
- package/esm2020/src/lib/components/filters/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/filters/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/filters/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/filters/lib/components/filters/public-api.mjs +0 -6
- package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.component.mjs +0 -53
- package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.module.mjs +0 -38
- package/esm2020/src/lib/components/filters/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/filters/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/filters/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/filters/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/filters/mapa-library-ui-src-lib-components-filters.mjs +0 -5
- package/esm2020/src/lib/components/form/form.mjs +0 -10
- package/esm2020/src/lib/components/form/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/form/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/form/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/form/lib/components/form/public-api.mjs +0 -6
- package/esm2020/src/lib/components/form/lib/components/form/src/form.component.mjs +0 -42
- package/esm2020/src/lib/components/form/lib/components/form/src/form.module.mjs +0 -37
- package/esm2020/src/lib/components/form/lib/components/input/public-api.mjs +0 -6
- package/esm2020/src/lib/components/form/lib/components/input/src/input.component.mjs +0 -40
- package/esm2020/src/lib/components/form/lib/components/input/src/input.module.mjs +0 -60
- package/esm2020/src/lib/components/form/lib/components/radio-button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/form/lib/components/radio-button/src/radio-button.component.mjs +0 -36
- package/esm2020/src/lib/components/form/lib/components/radio-button/src/radio-button.module.mjs +0 -35
- package/esm2020/src/lib/components/form/lib/components/slide-toggle/public-api.mjs +0 -6
- package/esm2020/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.mjs +0 -36
- package/esm2020/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.module.mjs +0 -35
- package/esm2020/src/lib/components/form/lib/components/textarea/public-api.mjs +0 -6
- package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.component.mjs +0 -21
- package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.module.mjs +0 -47
- package/esm2020/src/lib/components/form/lib/core/components/form-errors/form-errors.component.mjs +0 -25
- package/esm2020/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.mjs +0 -99
- package/esm2020/src/lib/components/form/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/form/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/elements/input-text.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/form/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/form/lib/core/services/validation-message-resolver.service.mjs +0 -72
- package/esm2020/src/lib/components/form/mapa-library-ui-src-lib-components-form.mjs +0 -5
- package/esm2020/src/lib/components/group-report/group-report.mjs +0 -5
- package/esm2020/src/lib/components/group-report/lib/components/group-report/public-api.mjs +0 -6
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report-interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.component.mjs +0 -201
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.module.mjs +0 -36
- package/esm2020/src/lib/components/group-report/mapa-library-ui-src-lib-components-group-report.mjs +0 -5
- package/esm2020/src/lib/components/icon/icon.mjs +0 -5
- package/esm2020/src/lib/components/icon/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/icon/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/icon/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/icon/mapa-library-ui-src-lib-components-icon.mjs +0 -5
- package/esm2020/src/lib/components/input/input.mjs +0 -5
- package/esm2020/src/lib/components/input/lib/components/input/public-api.mjs +0 -6
- package/esm2020/src/lib/components/input/lib/components/input/src/input.component.mjs +0 -40
- package/esm2020/src/lib/components/input/lib/components/input/src/input.module.mjs +0 -60
- package/esm2020/src/lib/components/input/lib/core/components/form-errors/form-errors.component.mjs +0 -25
- package/esm2020/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.mjs +0 -99
- package/esm2020/src/lib/components/input/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/input/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/input/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/input/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/input/lib/core/elements/input-text.mjs +0 -8
- package/esm2020/src/lib/components/input/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/input/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/input/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/input/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/input/lib/core/services/validation-message-resolver.service.mjs +0 -72
- package/esm2020/src/lib/components/input/mapa-library-ui-src-lib-components-input.mjs +0 -5
- package/esm2020/src/lib/components/menu/lib/components/menu/public-api.mjs +0 -6
- package/esm2020/src/lib/components/menu/lib/components/menu/src/menu.component.mjs +0 -34
- package/esm2020/src/lib/components/menu/lib/components/menu/src/menu.module.mjs +0 -36
- package/esm2020/src/lib/components/menu/mapa-library-ui-src-lib-components-menu.mjs +0 -5
- package/esm2020/src/lib/components/menu/menu.mjs +0 -5
- package/esm2020/src/lib/components/nav-list/lib/components/nav-list/public-api.mjs +0 -6
- package/esm2020/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.mjs +0 -25
- package/esm2020/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.module.mjs +0 -18
- package/esm2020/src/lib/components/nav-list/mapa-library-ui-src-lib-components-nav-list.mjs +0 -5
- package/esm2020/src/lib/components/nav-list/nav-list.mjs +0 -5
- package/esm2020/src/lib/components/radio-button/lib/components/radio-button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.mjs +0 -36
- package/esm2020/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.module.mjs +0 -35
- package/esm2020/src/lib/components/radio-button/mapa-library-ui-src-lib-components-radio-button.mjs +0 -5
- package/esm2020/src/lib/components/radio-button/radio-button.mjs +0 -5
- package/esm2020/src/lib/components/report-item/lib/components/report-item/public-api.mjs +0 -6
- package/esm2020/src/lib/components/report-item/lib/components/report-item/src/report-item.component.mjs +0 -63
- package/esm2020/src/lib/components/report-item/lib/components/report-item/src/report-item.module.mjs +0 -32
- package/esm2020/src/lib/components/report-item/mapa-library-ui-src-lib-components-report-item.mjs +0 -5
- package/esm2020/src/lib/components/report-item/report-item.mjs +0 -5
- package/esm2020/src/lib/components/scale/filters.mjs +0 -7
- package/esm2020/src/lib/components/scale/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/scale/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -28
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/components/filters/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.component.mjs +0 -53
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.module.mjs +0 -38
- package/esm2020/src/lib/components/scale/lib/components/group-report/src/group-report-interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/scale/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/scale/public-api.mjs +0 -8
- package/esm2020/src/lib/components/scale/lib/components/scale/src/details/details.component.mjs +0 -11
- package/esm2020/src/lib/components/scale/lib/components/scale/src/progressbar/progressbar.component.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.component.mjs +0 -75
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.module.mjs +0 -27
- package/esm2020/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/scale/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/scale/mapa-library-ui-src-lib-components-scale.mjs +0 -5
- package/esm2020/src/lib/components/scale/scale.mjs +0 -5
- package/esm2020/src/lib/components/scale-parameterization/lib/components/group-report/src/group-report-interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/public-api.mjs +0 -8
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/details/details.component.mjs +0 -11
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/progressbar/progressbar.component.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.mjs +0 -119
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.mjs +0 -46
- package/esm2020/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/scale-parameterization/mapa-library-ui-src-lib-components-scale-parameterization.mjs +0 -5
- package/esm2020/src/lib/components/scale-parameterization/scale-parameterization.mjs +0 -5
- package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/public-api.mjs +0 -6
- package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.mjs +0 -36
- package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.module.mjs +0 -35
- package/esm2020/src/lib/components/slide-toggle/mapa-library-ui-src-lib-components-slide-toggle.mjs +0 -5
- package/esm2020/src/lib/components/slide-toggle/slide-toggle.mjs +0 -5
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.mjs +0 -60
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.mjs +0 -19
- package/esm2020/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.mjs +0 -21
- package/esm2020/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.mjs +0 -23
- package/esm2020/src/lib/components/svg-icon/mapa-library-ui-src-lib-components-svg-icon.mjs +0 -5
- package/esm2020/src/lib/components/svg-icon/svg-icon.mjs +0 -5
- package/esm2020/src/lib/components/table/lib/components/table/public-api.mjs +0 -7
- package/esm2020/src/lib/components/table/lib/components/table/src/paginator_customization.mjs +0 -16
- package/esm2020/src/lib/components/table/lib/components/table/src/table.component.mjs +0 -374
- package/esm2020/src/lib/components/table/lib/components/table/src/table.module.mjs +0 -83
- package/esm2020/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.mjs +0 -204
- package/esm2020/src/lib/components/table/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/table/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/table/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/table/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
- package/esm2020/src/lib/components/table/lib/core/js-brasil/index.mjs +0 -16
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/create.mjs +0 -455
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.mjs +0 -115
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/estados.mjs +0 -34
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/index.mjs +0 -34
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.mjs +0 -702
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/interfaces.mjs +0 -2
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu.mjs +0 -25
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_create.mjs +0 -60
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.mjs +0 -38
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.mjs +0 -67
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/mask.mjs +0 -579
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/name.mjs +0 -371
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/placa.mjs +0 -162
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/rg.mjs +0 -63
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/saude.mjs +0 -62
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/utils.mjs +0 -304
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/validate.mjs +0 -627
- package/esm2020/src/lib/components/table/lib/core/pipes/cpf.mjs +0 -17
- package/esm2020/src/lib/components/table/lib/core/pipes/safe-html.pipe.mjs +0 -21
- package/esm2020/src/lib/components/table/lib/core/services/html-sanitizer.service.mjs +0 -23
- package/esm2020/src/lib/components/table/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/table/mapa-library-ui-src-lib-components-table.mjs +0 -5
- package/esm2020/src/lib/components/table/table.mjs +0 -6
- package/esm2020/src/lib/components/tag/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/tag/lib/components/tag/src/tag.component.mjs +0 -14
- package/esm2020/src/lib/components/tag/lib/components/tag/src/tag.module.mjs +0 -24
- package/esm2020/src/lib/components/tag/mapa-library-ui-src-lib-components-tag.mjs +0 -5
- package/esm2020/src/lib/components/tag/tag.mjs +0 -5
- package/esm2020/src/lib/components/textarea/lib/components/textarea/public-api.mjs +0 -6
- package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.component.mjs +0 -21
- package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.module.mjs +0 -47
- package/esm2020/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.mjs +0 -25
- package/esm2020/src/lib/components/textarea/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.mjs +0 -100
- package/esm2020/src/lib/components/textarea/lib/core/services/mapa-i18n.service.mjs +0 -36
- package/esm2020/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.mjs +0 -72
- package/esm2020/src/lib/components/textarea/mapa-library-ui-src-lib-components-textarea.mjs +0 -5
- package/esm2020/src/lib/components/textarea/textarea.mjs +0 -5
- package/esm2020/src/lib/components/tooltip/lib/components/tooltip/public-api.mjs +0 -7
- package/esm2020/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.component.mjs +0 -21
- package/esm2020/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
- package/esm2020/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
- package/esm2020/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.module.mjs +0 -19
- package/esm2020/src/lib/components/tooltip/mapa-library-ui-src-lib-components-tooltip.mjs +0 -5
- package/esm2020/src/lib/components/tooltip/tooltip.mjs +0 -6
- package/esm2020/src/lib/components/warning/lib/components/warning/public-api.mjs +0 -6
- package/esm2020/src/lib/components/warning/lib/components/warning/src/warning.component.mjs +0 -43
- package/esm2020/src/lib/components/warning/lib/components/warning/src/warning.module.mjs +0 -26
- package/esm2020/src/lib/components/warning/mapa-library-ui-src-lib-components-warning.mjs +0 -5
- package/esm2020/src/lib/components/warning/warning.mjs +0 -5
- package/esm2020/src/lib/core/guards/authorize-guard/authorize.mjs +0 -5
- package/esm2020/src/lib/core/guards/authorize-guard/lib/core/enums/permissions.enum.mjs +0 -51
- package/esm2020/src/lib/core/guards/authorize-guard/lib/core/guards/authorize-guard/authorize.guard.mjs +0 -29
- package/esm2020/src/lib/core/guards/authorize-guard/lib/core/guards/authorize-guard/public-api.mjs +0 -7
- package/esm2020/src/lib/core/guards/authorize-guard/lib/core/utils/permissions.util.mjs +0 -15
- package/esm2020/src/lib/core/guards/authorize-guard/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs +0 -5
- package/esm2020/src/lib/core/services/lib/core/services/loader/loader.service.mjs +0 -26
- package/esm2020/src/lib/core/services/lib/core/services/public-api.mjs +0 -5
- package/esm2020/src/lib/core/services/mapa-library-ui-src-lib-core-services.mjs +0 -5
- package/esm2020/src/lib/core/services/services.mjs +0 -5
- package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs +0 -82
- package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs +0 -46
- package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs +0 -77
- package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-button.mjs +0 -54
- package/fesm2015/mapa-library-ui-src-lib-components-button.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +0 -1648
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +0 -155
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs +0 -64
- package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs +0 -261
- package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs +0 -231
- package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +0 -174
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +0 -549
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs +0 -94
- package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs +0 -300
- package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +0 -715
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs +0 -252
- package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs +0 -57
- package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +0 -411
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs +0 -81
- package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs +0 -55
- package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs +0 -84
- package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs +0 -108
- package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +0 -317
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs +0 -552
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs +0 -84
- package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs +0 -129
- package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs +0 -4511
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs +0 -50
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs +0 -284
- package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs +0 -202
- package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs +0 -81
- package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs +0 -109
- package/fesm2015/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs.map +0 -1
- package/fesm2015/mapa-library-ui-src-lib-core-services.mjs +0 -41
- package/fesm2015/mapa-library-ui-src-lib-core-services.mjs.map +0 -1
- package/fesm2015/mapa-library-ui.mjs +0 -4316
- package/fesm2015/mapa-library-ui.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs +0 -87
- package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs +0 -46
- package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs +0 -77
- package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-button.mjs +0 -54
- package/fesm2020/mapa-library-ui-src-lib-components-button.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +0 -1656
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +0 -154
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs +0 -64
- package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs +0 -276
- package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs +0 -228
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +0 -177
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +0 -558
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs +0 -93
- package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs +0 -315
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +0 -723
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs +0 -247
- package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs +0 -57
- package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +0 -422
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs +0 -81
- package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs +0 -55
- package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs +0 -83
- package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs +0 -107
- package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +0 -328
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs +0 -566
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs +0 -83
- package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs +0 -128
- package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +0 -4520
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs +0 -50
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs +0 -298
- package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs +0 -202
- package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs +0 -81
- package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-core-guards-authorize-guard.mjs.map +0 -1
- package/fesm2020/mapa-library-ui-src-lib-core-services.mjs +0 -41
- package/fesm2020/mapa-library-ui-src-lib-core-services.mjs.map +0 -1
- package/fesm2020/mapa-library-ui.mjs +0 -4329
- package/fesm2020/mapa-library-ui.mjs.map +0 -1
- package/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
- package/lib/core/directives/custom-paginator-legacy.directive.d.ts +0 -28
- package/lib/core/directives/mat-input-autosize.directive.d.ts +0 -25
- package/lib/core/elements/action-button.d.ts +0 -5
- package/lib/core/elements/dropdown-tree.d.ts +0 -4
- package/lib/core/elements/dropdown.d.ts +0 -4
- package/lib/core/elements/element-base.d.ts +0 -75
- package/lib/core/elements/element-search.d.ts +0 -7
- package/lib/core/elements/errors.d.ts +0 -11
- package/lib/core/elements/input-text.d.ts +0 -4
- package/lib/core/elements/radio-button.d.ts +0 -4
- package/lib/core/elements/slide-toggle.d.ts +0 -4
- package/lib/core/elements/textarea.d.ts +0 -4
- package/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/lib/core/interfaces/table-column.interface.d.ts +0 -19
- package/lib/core/js-brasil/index.d.ts +0 -15
- package/lib/core/js-brasil/src/create.d.ts +0 -37
- package/lib/core/js-brasil/src/createNumberMask.d.ts +0 -13
- package/lib/core/js-brasil/src/estados.d.ts +0 -7
- package/lib/core/js-brasil/src/index.d.ts +0 -34
- package/lib/core/js-brasil/src/inscricaoestadual.d.ts +0 -7
- package/lib/core/js-brasil/src/interfaces.d.ts +0 -51
- package/lib/core/js-brasil/src/iptu.d.ts +0 -3
- package/lib/core/js-brasil/src/iptu_create.d.ts +0 -5
- package/lib/core/js-brasil/src/iptu_mask.d.ts +0 -2
- package/lib/core/js-brasil/src/iptu_validate.d.ts +0 -10
- package/lib/core/js-brasil/src/mask.d.ts +0 -53
- package/lib/core/js-brasil/src/name.d.ts +0 -9
- package/lib/core/js-brasil/src/placa.d.ts +0 -6
- package/lib/core/js-brasil/src/rg.d.ts +0 -5
- package/lib/core/js-brasil/src/saude.d.ts +0 -84
- package/lib/core/js-brasil/src/utils.d.ts +0 -71
- package/lib/core/js-brasil/src/validate.d.ts +0 -90
- package/lib/core/pipes/cpf.d.ts +0 -7
- package/lib/core/pipes/safe-html.pipe.d.ts +0 -10
- package/lib/core/services/html-sanitizer.service.d.ts +0 -10
- package/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/lib/core/services/validation-message-resolver.service.d.ts +0 -14
- package/mapa-library-ui-0.90.2.tgz +0 -0
- package/public-api.d.ts +0 -25
- package/src/lib/components/benchmarking/benchmarking.d.ts +0 -1
- package/src/lib/components/benchmarking/lib/components/benchmarking/public-api.d.ts +0 -5
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.d.ts +0 -11
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.module.d.ts +0 -9
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.d.ts +0 -7
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.module.d.ts +0 -8
- package/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmarking.interface.d.ts +0 -37
- package/src/lib/components/breadcrumb/breadcrumb.d.ts +0 -1
- package/src/lib/components/breadcrumb/lib/components/breadcrumb/public-api.d.ts +0 -2
- package/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.component.d.ts +0 -7
- package/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.module.d.ts +0 -9
- package/src/lib/components/breadcrumb/lib/core/interfaces/bread-piece.interface.d.ts +0 -4
- package/src/lib/components/button/button.d.ts +0 -1
- package/src/lib/components/button/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/button/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/button/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/button-icon/button-icon.d.ts +0 -1
- package/src/lib/components/button-icon/lib/components/button-icon/public-api.d.ts +0 -2
- package/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.d.ts +0 -17
- package/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.module.d.ts +0 -9
- package/src/lib/components/capability/capability.d.ts +0 -5
- package/src/lib/components/capability/filters.d.ts +0 -3
- package/src/lib/components/capability/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/capability/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/capability/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/capability/lib/components/capability/public-api.d.ts +0 -24
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -18
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
- package/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -32
- package/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
- package/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
- package/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
- package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -26
- package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -11
- package/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
- package/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
- package/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
- package/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
- package/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -26
- package/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
- package/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
- package/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
- package/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -14
- package/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
- package/src/lib/components/capability/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
- package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
- package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
- package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
- package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
- package/src/lib/components/capability/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
- package/src/lib/components/capability/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
- package/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -16
- package/src/lib/components/capability/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +0 -47
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.d.ts +0 -18
- package/src/lib/components/capability/lib/components/filters/public-api.d.ts +0 -2
- package/src/lib/components/capability/lib/components/filters/src/filters.component.d.ts +0 -22
- package/src/lib/components/capability/lib/components/filters/src/filters.module.d.ts +0 -12
- package/src/lib/components/capability/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/capability/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/capability/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/capability/lib/components/tag/src/tag.component.d.ts +0 -12
- package/src/lib/components/capability/lib/components/tag/src/tag.module.d.ts +0 -8
- package/src/lib/components/capability/lib/components/tooltip/public-api.d.ts +0 -3
- package/src/lib/components/capability/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
- package/src/lib/components/capability/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
- package/src/lib/components/capability/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
- package/src/lib/components/capability/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
- package/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
- package/src/lib/components/capability/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/capability/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/capability/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/capability/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/capability/lib/core/elements/errors.d.ts +0 -11
- package/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/capability/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/capability/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/capability/lib/core/pipes/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/capability/lib/core/services/html-sanitizer.service.d.ts +0 -10
- package/src/lib/components/capability/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/capability/lib/core/services/validation-message-resolver.service.d.ts +0 -14
- package/src/lib/components/chart/chart.d.ts +0 -1
- package/src/lib/components/chart/lib/components/chart/public-api.d.ts +0 -2
- package/src/lib/components/chart/lib/components/chart/src/chart.component.d.ts +0 -14
- package/src/lib/components/chart/lib/components/chart/src/chart.module.d.ts +0 -10
- package/src/lib/components/checkbox/checkbox.d.ts +0 -1
- package/src/lib/components/checkbox/lib/components/checkbox/public-api.d.ts +0 -2
- package/src/lib/components/checkbox/lib/components/checkbox/src/checkbox.component.d.ts +0 -8
- package/src/lib/components/checkbox/lib/components/checkbox/src/checkbox.module.d.ts +0 -10
- package/src/lib/components/datepicker/datepicker.d.ts +0 -1
- package/src/lib/components/datepicker/lib/components/datepicker/public-api.d.ts +0 -2
- package/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.component.d.ts +0 -21
- package/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.module.d.ts +0 -27
- package/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/dialog/dialog.d.ts +0 -3
- package/src/lib/components/dialog/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/dialog/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/dialog/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/dialog/lib/components/dialog/public-api.d.ts +0 -2
- package/src/lib/components/dialog/lib/components/dialog/src/dialog.component.d.ts +0 -24
- package/src/lib/components/dialog/lib/components/dialog/src/dialog.module.d.ts +0 -12
- package/src/lib/components/dialog/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/dialog/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/dialog/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/dialog/lib/core/services/html-sanitizer.service.d.ts +0 -10
- package/src/lib/components/dropdown/dropdown.d.ts +0 -4
- package/src/lib/components/dropdown/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +0 -47
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.d.ts +0 -18
- package/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
- package/src/lib/components/dropdown/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/dropdown/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/dropdown/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/dropdown/lib/core/elements/errors.d.ts +0 -11
- package/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/dropdown/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/dropdown/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.d.ts +0 -10
- package/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.d.ts +0 -14
- package/src/lib/components/dropdown-tree/dropdown-tree.d.ts +0 -5
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/public-api.d.ts +0 -2
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts +0 -37
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.d.ts +0 -10
- package/src/lib/components/dropdown-tree/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/dropdown-tree/lib/core/elements/dropdown-tree.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/dropdown-tree/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/dropdown-tree/lib/core/elements/errors.d.ts +0 -11
- package/src/lib/components/dropdown-tree/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/dropdown-tree/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/empty/empty.d.ts +0 -1
- package/src/lib/components/empty/lib/components/empty/public-api.d.ts +0 -2
- package/src/lib/components/empty/lib/components/empty/src/empty.component.d.ts +0 -7
- package/src/lib/components/empty/lib/components/empty/src/empty.module.d.ts +0 -9
- package/src/lib/components/empty/lib/core/pipes/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/empty/lib/core/services/html-sanitizer.service.d.ts +0 -10
- package/src/lib/components/filters/filters.d.ts +0 -3
- package/src/lib/components/filters/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/filters/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/filters/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/filters/lib/components/filters/public-api.d.ts +0 -2
- package/src/lib/components/filters/lib/components/filters/src/filters.component.d.ts +0 -22
- package/src/lib/components/filters/lib/components/filters/src/filters.module.d.ts +0 -12
- package/src/lib/components/filters/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/filters/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/filters/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/filters/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/form/form.d.ts +0 -6
- package/src/lib/components/form/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/form/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/form/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/form/lib/components/form/public-api.d.ts +0 -2
- package/src/lib/components/form/lib/components/form/src/form.component.d.ts +0 -15
- package/src/lib/components/form/lib/components/form/src/form.module.d.ts +0 -14
- package/src/lib/components/form/lib/components/input/public-api.d.ts +0 -2
- package/src/lib/components/form/lib/components/input/src/input.component.d.ts +0 -15
- package/src/lib/components/form/lib/components/input/src/input.module.d.ts +0 -17
- package/src/lib/components/form/lib/components/radio-button/public-api.d.ts +0 -2
- package/src/lib/components/form/lib/components/radio-button/src/radio-button.component.d.ts +0 -17
- package/src/lib/components/form/lib/components/radio-button/src/radio-button.module.d.ts +0 -11
- package/src/lib/components/form/lib/components/slide-toggle/public-api.d.ts +0 -2
- package/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.d.ts +0 -17
- package/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.module.d.ts +0 -11
- package/src/lib/components/form/lib/components/textarea/public-api.d.ts +0 -2
- package/src/lib/components/form/lib/components/textarea/src/textarea.component.d.ts +0 -9
- package/src/lib/components/form/lib/components/textarea/src/textarea.module.d.ts +0 -13
- package/src/lib/components/form/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
- package/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.d.ts +0 -25
- package/src/lib/components/form/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/form/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/form/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/form/lib/core/elements/errors.d.ts +0 -11
- package/src/lib/components/form/lib/core/elements/input-text.d.ts +0 -4
- package/src/lib/components/form/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/form/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/form/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/form/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/form/lib/core/services/validation-message-resolver.service.d.ts +0 -14
- package/src/lib/components/group-report/group-report.d.ts +0 -1
- package/src/lib/components/group-report/lib/components/group-report/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/group-report/src/group-report-interface.d.ts +0 -23
- package/src/lib/components/group-report/lib/components/group-report/src/group-report.component.d.ts +0 -46
- package/src/lib/components/group-report/lib/components/group-report/src/group-report.module.d.ts +0 -12
- package/src/lib/components/icon/icon.d.ts +0 -1
- package/src/lib/components/icon/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/icon/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/icon/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/input/input.d.ts +0 -1
- package/src/lib/components/input/lib/components/input/public-api.d.ts +0 -2
- package/src/lib/components/input/lib/components/input/src/input.component.d.ts +0 -15
- package/src/lib/components/input/lib/components/input/src/input.module.d.ts +0 -17
- package/src/lib/components/input/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
- package/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.d.ts +0 -25
- package/src/lib/components/input/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/input/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/input/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/input/lib/core/elements/errors.d.ts +0 -11
- package/src/lib/components/input/lib/core/elements/input-text.d.ts +0 -4
- package/src/lib/components/input/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/input/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/input/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/input/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/input/lib/core/services/validation-message-resolver.service.d.ts +0 -14
- package/src/lib/components/menu/lib/components/menu/public-api.d.ts +0 -2
- package/src/lib/components/menu/lib/components/menu/src/menu.component.d.ts +0 -23
- package/src/lib/components/menu/lib/components/menu/src/menu.module.d.ts +0 -11
- package/src/lib/components/menu/menu.d.ts +0 -1
- package/src/lib/components/nav-list/lib/components/nav-list/public-api.d.ts +0 -2
- package/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.d.ts +0 -12
- package/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.module.d.ts +0 -8
- package/src/lib/components/nav-list/nav-list.d.ts +0 -1
- package/src/lib/components/radio-button/lib/components/radio-button/public-api.d.ts +0 -2
- package/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.d.ts +0 -17
- package/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.module.d.ts +0 -11
- package/src/lib/components/radio-button/radio-button.d.ts +0 -1
- package/src/lib/components/report-item/lib/components/report-item/public-api.d.ts +0 -2
- package/src/lib/components/report-item/lib/components/report-item/src/report-item.component.d.ts +0 -33
- package/src/lib/components/report-item/lib/components/report-item/src/report-item.module.d.ts +0 -10
- package/src/lib/components/report-item/report-item.d.ts +0 -1
- package/src/lib/components/scale/filters.d.ts +0 -3
- package/src/lib/components/scale/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/scale/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/scale/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
- package/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
- package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -14
- package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
- package/src/lib/components/scale/lib/components/filters/public-api.d.ts +0 -2
- package/src/lib/components/scale/lib/components/filters/src/filters.component.d.ts +0 -22
- package/src/lib/components/scale/lib/components/filters/src/filters.module.d.ts +0 -12
- package/src/lib/components/scale/lib/components/group-report/src/group-report-interface.d.ts +0 -23
- package/src/lib/components/scale/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/scale/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/scale/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/scale/public-api.d.ts +0 -4
- package/src/lib/components/scale/lib/components/scale/src/details/details.component.d.ts +0 -5
- package/src/lib/components/scale/lib/components/scale/src/progressbar/progressbar.component.d.ts +0 -8
- package/src/lib/components/scale/lib/components/scale/src/scale.component.d.ts +0 -23
- package/src/lib/components/scale/lib/components/scale/src/scale.interface.d.ts +0 -31
- package/src/lib/components/scale/lib/components/scale/src/scale.module.d.ts +0 -11
- package/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/scale/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/scale/scale.d.ts +0 -1
- package/src/lib/components/scale-parameterization/lib/components/group-report/src/group-report-interface.d.ts +0 -23
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/public-api.d.ts +0 -4
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/details/details.component.d.ts +0 -5
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/progressbar/progressbar.component.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.d.ts +0 -31
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.d.ts +0 -31
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/scale-parameterization/scale-parameterization.d.ts +0 -1
- package/src/lib/components/slide-toggle/lib/components/slide-toggle/public-api.d.ts +0 -2
- package/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.d.ts +0 -17
- package/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.module.d.ts +0 -11
- package/src/lib/components/slide-toggle/slide-toggle.d.ts +0 -1
- package/src/lib/components/svg-icon/lib/components/svg-icon/public-api.d.ts +0 -2
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.d.ts +0 -17
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.d.ts +0 -9
- package/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.d.ts +0 -10
- package/src/lib/components/svg-icon/svg-icon.d.ts +0 -1
- package/src/lib/components/table/lib/components/table/public-api.d.ts +0 -3
- package/src/lib/components/table/lib/components/table/src/paginator_customization.d.ts +0 -3
- package/src/lib/components/table/lib/components/table/src/table.component.d.ts +0 -90
- package/src/lib/components/table/lib/components/table/src/table.module.d.ts +0 -21
- package/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.d.ts +0 -28
- package/src/lib/components/table/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/table/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/table/lib/core/interfaces/table-column.interface.d.ts +0 -19
- package/src/lib/components/table/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
- package/src/lib/components/table/lib/core/js-brasil/index.d.ts +0 -15
- package/src/lib/components/table/lib/core/js-brasil/src/create.d.ts +0 -37
- package/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.d.ts +0 -13
- package/src/lib/components/table/lib/core/js-brasil/src/estados.d.ts +0 -7
- package/src/lib/components/table/lib/core/js-brasil/src/index.d.ts +0 -34
- package/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.d.ts +0 -7
- package/src/lib/components/table/lib/core/js-brasil/src/interfaces.d.ts +0 -51
- package/src/lib/components/table/lib/core/js-brasil/src/iptu.d.ts +0 -3
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_create.d.ts +0 -5
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.d.ts +0 -2
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.d.ts +0 -10
- package/src/lib/components/table/lib/core/js-brasil/src/mask.d.ts +0 -53
- package/src/lib/components/table/lib/core/js-brasil/src/name.d.ts +0 -9
- package/src/lib/components/table/lib/core/js-brasil/src/placa.d.ts +0 -6
- package/src/lib/components/table/lib/core/js-brasil/src/rg.d.ts +0 -5
- package/src/lib/components/table/lib/core/js-brasil/src/saude.d.ts +0 -84
- package/src/lib/components/table/lib/core/js-brasil/src/utils.d.ts +0 -71
- package/src/lib/components/table/lib/core/js-brasil/src/validate.d.ts +0 -90
- package/src/lib/components/table/lib/core/pipes/cpf.d.ts +0 -7
- package/src/lib/components/table/lib/core/pipes/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/table/lib/core/services/html-sanitizer.service.d.ts +0 -10
- package/src/lib/components/table/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/table/table.d.ts +0 -2
- package/src/lib/components/tag/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/tag/lib/components/tag/src/tag.component.d.ts +0 -12
- package/src/lib/components/tag/lib/components/tag/src/tag.module.d.ts +0 -8
- package/src/lib/components/tag/tag.d.ts +0 -1
- package/src/lib/components/textarea/lib/components/textarea/public-api.d.ts +0 -2
- package/src/lib/components/textarea/lib/components/textarea/src/textarea.component.d.ts +0 -9
- package/src/lib/components/textarea/lib/components/textarea/src/textarea.module.d.ts +0 -13
- package/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.d.ts +0 -13
- package/src/lib/components/textarea/lib/core/elements/errors.d.ts +0 -11
- package/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.d.ts +0 -102
- package/src/lib/components/textarea/lib/core/services/mapa-i18n.service.d.ts +0 -13
- package/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.d.ts +0 -14
- package/src/lib/components/textarea/textarea.d.ts +0 -1
- package/src/lib/components/tooltip/lib/components/tooltip/public-api.d.ts +0 -3
- package/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
- package/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
- package/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
- package/src/lib/components/tooltip/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
- package/src/lib/components/tooltip/tooltip.d.ts +0 -2
- package/src/lib/components/warning/lib/components/warning/public-api.d.ts +0 -2
- package/src/lib/components/warning/lib/components/warning/src/warning.component.d.ts +0 -15
- package/src/lib/components/warning/lib/components/warning/src/warning.module.d.ts +0 -9
- package/src/lib/components/warning/warning.d.ts +0 -1
- package/src/lib/core/guards/authorize-guard/authorize.d.ts +0 -1
- package/src/lib/core/guards/authorize-guard/lib/core/enums/permissions.enum.d.ts +0 -49
- package/src/lib/core/guards/authorize-guard/lib/core/guards/authorize-guard/authorize.guard.d.ts +0 -10
- package/src/lib/core/guards/authorize-guard/lib/core/guards/authorize-guard/public-api.d.ts +0 -3
- package/src/lib/core/guards/authorize-guard/lib/core/utils/permissions.util.d.ts +0 -5
- package/src/lib/core/services/lib/core/services/loader/loader.service.d.ts +0 -11
- package/src/lib/core/services/lib/core/services/public-api.d.ts +0 -1
- package/src/lib/core/services/services.d.ts +0 -1
|
@@ -0,0 +1,628 @@
|
|
|
1
|
+
import * as i2 from '@angular/common';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { EventEmitter, Output, Input, Component, InjectionToken, inject, Injector, signal, Optional, Inject, Injectable, SecurityContext, Pipe, DestroyRef, ViewChild, ChangeDetectionStrategy } from '@angular/core';
|
|
5
|
+
import * as i2$1 from 'ng-apexcharts';
|
|
6
|
+
import { NgApexchartsModule } from 'ng-apexcharts';
|
|
7
|
+
import { toObservable, takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
8
|
+
import * as i3 from '@angular/forms';
|
|
9
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
10
|
+
import * as i4 from '@angular/material/checkbox';
|
|
11
|
+
import { MatCheckboxModule } from '@angular/material/checkbox';
|
|
12
|
+
import * as i5 from '@angular/material/form-field';
|
|
13
|
+
import { MatFormFieldModule, MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
|
|
14
|
+
import * as i6 from '@angular/material/icon';
|
|
15
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
16
|
+
import * as i7 from '@angular/material/select';
|
|
17
|
+
import { MatSelectModule, MAT_SELECT_CONFIG } from '@angular/material/select';
|
|
18
|
+
import * as i8 from 'ngx-mat-select-search';
|
|
19
|
+
import { NgxMatSelectSearchModule } from 'ngx-mat-select-search';
|
|
20
|
+
import { ReplaySubject } from 'rxjs';
|
|
21
|
+
import * as i1 from '@angular/platform-browser';
|
|
22
|
+
|
|
23
|
+
class ButtonComponent {
|
|
24
|
+
constructor() {
|
|
25
|
+
this.clicked = new EventEmitter();
|
|
26
|
+
}
|
|
27
|
+
onClick() {
|
|
28
|
+
this.clicked.emit();
|
|
29
|
+
}
|
|
30
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
31
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: ButtonComponent, isStandalone: true, 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"] }); }
|
|
32
|
+
}
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
34
|
+
type: Component,
|
|
35
|
+
args: [{ selector: 'mapa-button', standalone: true, 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"] }]
|
|
36
|
+
}], propDecorators: { color: [{
|
|
37
|
+
type: Input
|
|
38
|
+
}], disabled: [{
|
|
39
|
+
type: Input
|
|
40
|
+
}], clicked: [{
|
|
41
|
+
type: Output
|
|
42
|
+
}] } });
|
|
43
|
+
|
|
44
|
+
/*
|
|
45
|
+
* Public API Surface of mapa-library-ui button
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
const MAPA_UI_TEXTS = new InjectionToken("MAPA_UI_TEXTS");
|
|
49
|
+
const MAPA_UI_DEFAULT_TEXTS = {
|
|
50
|
+
common: {
|
|
51
|
+
selectAll: "Selecionar todos",
|
|
52
|
+
},
|
|
53
|
+
filters: {
|
|
54
|
+
clear: "Limpar filtros",
|
|
55
|
+
submit: "Filtrar",
|
|
56
|
+
},
|
|
57
|
+
datepicker: {
|
|
58
|
+
startDatePlaceholder: "Data inicial",
|
|
59
|
+
endDatePlaceholder: "Data final",
|
|
60
|
+
},
|
|
61
|
+
capability: {
|
|
62
|
+
groupAverageTitle: "Média geral do grupo",
|
|
63
|
+
individualAverageTitle: "Média geral do indivíduo",
|
|
64
|
+
conceptTitle: "Conceito",
|
|
65
|
+
resultTitle: "Resultado",
|
|
66
|
+
positiveIndicatorsTitle: "Indicadores positivos",
|
|
67
|
+
negativeIndicatorsTitle: "Indicadores negativos",
|
|
68
|
+
riskIndicatorsTitle: "Indicadores de risco",
|
|
69
|
+
precipitationRiskTitle: "Risco de acidente por precipitação",
|
|
70
|
+
negligenceRiskTitle: "Risco de acidente por negligência",
|
|
71
|
+
negativeDirectionLabel: "Direção Negativa |",
|
|
72
|
+
positiveDirectionLabel: "Direção Positiva |",
|
|
73
|
+
},
|
|
74
|
+
paginator: {
|
|
75
|
+
itemsPerPage: "Itens por página",
|
|
76
|
+
nextPage: "Próxima página",
|
|
77
|
+
previousPage: "Página anterior",
|
|
78
|
+
rangeLabel: (page, pageSize, length) => {
|
|
79
|
+
if (length === 0 || pageSize === 0) {
|
|
80
|
+
return `0 de ${length}`;
|
|
81
|
+
}
|
|
82
|
+
const startIndex = page * pageSize;
|
|
83
|
+
const endIndex = startIndex < length
|
|
84
|
+
? Math.min(startIndex + pageSize, length)
|
|
85
|
+
: startIndex + pageSize;
|
|
86
|
+
return `${startIndex + 1} - ${endIndex} de ${length}`;
|
|
87
|
+
},
|
|
88
|
+
showingRangeLabel: (page, pageSize, length) => {
|
|
89
|
+
if (length === 0) {
|
|
90
|
+
return "Mostrando 0 - 0 de 0 item";
|
|
91
|
+
}
|
|
92
|
+
const startIndex = page * pageSize;
|
|
93
|
+
const endIndex = startIndex < length
|
|
94
|
+
? Math.min(startIndex + pageSize, length)
|
|
95
|
+
: startIndex + pageSize;
|
|
96
|
+
const itemLabel = length === 1 ? "item" : "itens";
|
|
97
|
+
return `Mostrando ${startIndex + 1} - ${endIndex} de ${length} ${itemLabel}`;
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
validation: {
|
|
101
|
+
cnpj: "CNPJ inválido",
|
|
102
|
+
cpf: "CPF inválido",
|
|
103
|
+
email: "E-mail inválido",
|
|
104
|
+
max: (context) => `O valor máximo permitido é ${context?.max ?? ""}`.trim(),
|
|
105
|
+
maxLength: (context) => `O máximo permitido é ${context?.requiredLength ?? ""} caracteres`.trim(),
|
|
106
|
+
min: (context) => `O valor minimo permitido é ${context?.min ?? ""}`.trim(),
|
|
107
|
+
minLength: (context) => `O mínimo permitido é ${context?.requiredLength ?? ""} caracteres`.trim(),
|
|
108
|
+
pattern: "Formato inválido",
|
|
109
|
+
required: "Campo obrigatório",
|
|
110
|
+
},
|
|
111
|
+
};
|
|
112
|
+
function mergeMapaUiTexts(customTexts) {
|
|
113
|
+
return {
|
|
114
|
+
common: {
|
|
115
|
+
...MAPA_UI_DEFAULT_TEXTS.common,
|
|
116
|
+
...(customTexts?.common ?? {}),
|
|
117
|
+
},
|
|
118
|
+
filters: {
|
|
119
|
+
...MAPA_UI_DEFAULT_TEXTS.filters,
|
|
120
|
+
...(customTexts?.filters ?? {}),
|
|
121
|
+
},
|
|
122
|
+
datepicker: {
|
|
123
|
+
...MAPA_UI_DEFAULT_TEXTS.datepicker,
|
|
124
|
+
...(customTexts?.datepicker ?? {}),
|
|
125
|
+
},
|
|
126
|
+
capability: {
|
|
127
|
+
...MAPA_UI_DEFAULT_TEXTS.capability,
|
|
128
|
+
...(customTexts?.capability ?? {}),
|
|
129
|
+
},
|
|
130
|
+
paginator: {
|
|
131
|
+
...MAPA_UI_DEFAULT_TEXTS.paginator,
|
|
132
|
+
...(customTexts?.paginator ?? {}),
|
|
133
|
+
},
|
|
134
|
+
validation: {
|
|
135
|
+
...MAPA_UI_DEFAULT_TEXTS.validation,
|
|
136
|
+
...(customTexts?.validation ?? {}),
|
|
137
|
+
},
|
|
138
|
+
};
|
|
139
|
+
}
|
|
140
|
+
function provideMapaUiTexts(texts) {
|
|
141
|
+
return {
|
|
142
|
+
provide: MAPA_UI_TEXTS,
|
|
143
|
+
useValue: texts,
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
class MapaI18nService {
|
|
148
|
+
constructor(customTexts) {
|
|
149
|
+
this.injector = inject(Injector);
|
|
150
|
+
this.textsState = signal(mergeMapaUiTexts(), ...(ngDevMode ? [{ debugName: "textsState" }] : []));
|
|
151
|
+
this.textsSignal = this.textsState.asReadonly();
|
|
152
|
+
this.texts$ = toObservable(this.textsSignal, { injector: this.injector });
|
|
153
|
+
if (customTexts) {
|
|
154
|
+
this.textsState.set(mergeMapaUiTexts(customTexts));
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
get texts() {
|
|
158
|
+
return this.textsState();
|
|
159
|
+
}
|
|
160
|
+
setTexts(texts) {
|
|
161
|
+
this.textsState.set(mergeMapaUiTexts(texts));
|
|
162
|
+
}
|
|
163
|
+
resolveValidationText(key, context) {
|
|
164
|
+
return this.resolveText(this.texts.validation[key], context);
|
|
165
|
+
}
|
|
166
|
+
resolveText(value, context) {
|
|
167
|
+
return typeof value === "function" ? value(context) : value;
|
|
168
|
+
}
|
|
169
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, deps: [{ token: MAPA_UI_TEXTS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
170
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, providedIn: "root" }); }
|
|
171
|
+
}
|
|
172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, decorators: [{
|
|
173
|
+
type: Injectable,
|
|
174
|
+
args: [{
|
|
175
|
+
providedIn: "root",
|
|
176
|
+
}]
|
|
177
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
178
|
+
type: Optional
|
|
179
|
+
}, {
|
|
180
|
+
type: Inject,
|
|
181
|
+
args: [MAPA_UI_TEXTS]
|
|
182
|
+
}] }] });
|
|
183
|
+
|
|
184
|
+
class ValidationMessageResolverService {
|
|
185
|
+
constructor(i18n) {
|
|
186
|
+
this.i18n = i18n;
|
|
187
|
+
this.errorOrder = [
|
|
188
|
+
"required",
|
|
189
|
+
"minlength",
|
|
190
|
+
"maxlength",
|
|
191
|
+
"cpf",
|
|
192
|
+
"cnpj",
|
|
193
|
+
"email",
|
|
194
|
+
"pattern",
|
|
195
|
+
"min",
|
|
196
|
+
"max",
|
|
197
|
+
];
|
|
198
|
+
}
|
|
199
|
+
resolveFirstError(control, errors) {
|
|
200
|
+
const validationErrors = control?.errors;
|
|
201
|
+
if (!validationErrors) {
|
|
202
|
+
return null;
|
|
203
|
+
}
|
|
204
|
+
const firstErrorKey = this.errorOrder.find((key) => control?.hasError(key));
|
|
205
|
+
if (!firstErrorKey) {
|
|
206
|
+
return null;
|
|
207
|
+
}
|
|
208
|
+
return this.resolveErrorMessage(firstErrorKey, validationErrors, errors);
|
|
209
|
+
}
|
|
210
|
+
resolveErrorMessage(errorKey, validationErrors, errors) {
|
|
211
|
+
const errorOverrides = errors;
|
|
212
|
+
const customMessage = this.getCustomMessage(errorKey, errorOverrides);
|
|
213
|
+
if (customMessage) {
|
|
214
|
+
return customMessage;
|
|
215
|
+
}
|
|
216
|
+
const errorValue = validationErrors[errorKey];
|
|
217
|
+
switch (errorKey) {
|
|
218
|
+
case "minlength":
|
|
219
|
+
return this.i18n.resolveValidationText("minLength", errorValue);
|
|
220
|
+
case "maxlength":
|
|
221
|
+
return this.i18n.resolveValidationText("maxLength", errorValue);
|
|
222
|
+
case "min":
|
|
223
|
+
return this.i18n.resolveValidationText("min", errorValue);
|
|
224
|
+
case "max":
|
|
225
|
+
return this.i18n.resolveValidationText("max", errorValue);
|
|
226
|
+
default:
|
|
227
|
+
return this.i18n.resolveValidationText(errorKey);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
getCustomMessage(errorKey, errors) {
|
|
231
|
+
if (!errors) {
|
|
232
|
+
return undefined;
|
|
233
|
+
}
|
|
234
|
+
switch (errorKey) {
|
|
235
|
+
case "minlength":
|
|
236
|
+
return errors.minLength ?? errors.minlength;
|
|
237
|
+
case "maxlength":
|
|
238
|
+
return errors.maxLength ?? errors.maxlength;
|
|
239
|
+
default:
|
|
240
|
+
return errors[errorKey];
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ValidationMessageResolverService, deps: [{ token: MapaI18nService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
244
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ValidationMessageResolverService, providedIn: "root" }); }
|
|
245
|
+
}
|
|
246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ValidationMessageResolverService, decorators: [{
|
|
247
|
+
type: Injectable,
|
|
248
|
+
args: [{
|
|
249
|
+
providedIn: "root",
|
|
250
|
+
}]
|
|
251
|
+
}], ctorParameters: () => [{ type: MapaI18nService }] });
|
|
252
|
+
|
|
253
|
+
class MapaFormErrorsComponent {
|
|
254
|
+
constructor(validationMessageResolver) {
|
|
255
|
+
this.validationMessageResolver = validationMessageResolver;
|
|
256
|
+
}
|
|
257
|
+
get message() {
|
|
258
|
+
return this.validationMessageResolver.resolveFirstError(this.control, this.errors);
|
|
259
|
+
}
|
|
260
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaFormErrorsComponent, deps: [{ token: ValidationMessageResolverService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
261
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: MapaFormErrorsComponent, isStandalone: true, selector: "mapa-form-errors", inputs: { control: "control", errors: "errors" }, ngImport: i0, template: "<span *ngIf=\"message\">\n {{ message }}\n</span>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatFormFieldModule }] }); }
|
|
262
|
+
}
|
|
263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaFormErrorsComponent, decorators: [{
|
|
264
|
+
type: Component,
|
|
265
|
+
args: [{ selector: "mapa-form-errors", imports: [CommonModule, MatFormFieldModule], template: "<span *ngIf=\"message\">\n {{ message }}\n</span>\n" }]
|
|
266
|
+
}], ctorParameters: () => [{ type: ValidationMessageResolverService }], propDecorators: { control: [{
|
|
267
|
+
type: Input
|
|
268
|
+
}], errors: [{
|
|
269
|
+
type: Input
|
|
270
|
+
}] } });
|
|
271
|
+
|
|
272
|
+
function sanitizeHtmlContent(sanitizer, value) {
|
|
273
|
+
return sanitizer.sanitize(SecurityContext.HTML, value ?? "") ?? "";
|
|
274
|
+
}
|
|
275
|
+
class HtmlSanitizerService {
|
|
276
|
+
constructor(sanitizer) {
|
|
277
|
+
this.sanitizer = sanitizer;
|
|
278
|
+
}
|
|
279
|
+
sanitize(value) {
|
|
280
|
+
return sanitizeHtmlContent(this.sanitizer, value);
|
|
281
|
+
}
|
|
282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
283
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, providedIn: "root" }); }
|
|
284
|
+
}
|
|
285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, decorators: [{
|
|
286
|
+
type: Injectable,
|
|
287
|
+
args: [{
|
|
288
|
+
providedIn: "root",
|
|
289
|
+
}]
|
|
290
|
+
}], ctorParameters: () => [{ type: i1.DomSanitizer }] });
|
|
291
|
+
|
|
292
|
+
class SafeHtmlPipe {
|
|
293
|
+
constructor(htmlSanitizer) {
|
|
294
|
+
this.htmlSanitizer = htmlSanitizer;
|
|
295
|
+
}
|
|
296
|
+
transform(value) {
|
|
297
|
+
return this.htmlSanitizer.sanitize(value);
|
|
298
|
+
}
|
|
299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: HtmlSanitizerService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
300
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
|
|
301
|
+
}
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
303
|
+
type: Pipe,
|
|
304
|
+
args: [{
|
|
305
|
+
name: "safeHtml",
|
|
306
|
+
standalone: true,
|
|
307
|
+
}]
|
|
308
|
+
}], ctorParameters: () => [{ type: HtmlSanitizerService }] });
|
|
309
|
+
|
|
310
|
+
class MapaDropdownComponent {
|
|
311
|
+
constructor(i18n, cdr) {
|
|
312
|
+
this.i18n = i18n;
|
|
313
|
+
this.cdr = cdr;
|
|
314
|
+
this.openedChange = new EventEmitter();
|
|
315
|
+
this.filteredOptions = new ReplaySubject(1);
|
|
316
|
+
this.filteredGroups = new ReplaySubject(1);
|
|
317
|
+
this.filteredOptionsCache = [];
|
|
318
|
+
this.filteredGroupCache = [];
|
|
319
|
+
this.destroyRef = inject(DestroyRef);
|
|
320
|
+
this.isIndeterminate = false;
|
|
321
|
+
this.isChecked = false;
|
|
322
|
+
this.isOptionsGroup = false;
|
|
323
|
+
}
|
|
324
|
+
get texts() {
|
|
325
|
+
return this.i18n.textsSignal();
|
|
326
|
+
}
|
|
327
|
+
get selectAllLabel() {
|
|
328
|
+
return this.texts.common.selectAll;
|
|
329
|
+
}
|
|
330
|
+
get selectedOptions() {
|
|
331
|
+
const value = this.formControl?.value;
|
|
332
|
+
if (Array.isArray(value)) {
|
|
333
|
+
return value.filter((option) => this.isElementOption(option));
|
|
334
|
+
}
|
|
335
|
+
return this.isElementOption(value) ? [value] : [];
|
|
336
|
+
}
|
|
337
|
+
ngOnInit() {
|
|
338
|
+
this.setOptions();
|
|
339
|
+
this.element.search?.formControl?.valueChanges
|
|
340
|
+
.pipe(takeUntilDestroyed(this.destroyRef))
|
|
341
|
+
.subscribe(() => {
|
|
342
|
+
this.filterOptions();
|
|
343
|
+
this.setToggleAllCheckboxState();
|
|
344
|
+
this.cdr.markForCheck();
|
|
345
|
+
});
|
|
346
|
+
}
|
|
347
|
+
ngAfterViewInit() {
|
|
348
|
+
Promise.resolve().then(() => this.cdr.detectChanges());
|
|
349
|
+
}
|
|
350
|
+
ngOnChanges(changes) {
|
|
351
|
+
if (changes["element"]?.previousValue !== undefined &&
|
|
352
|
+
changes["element"].previousValue?.controlType === "dropdown" &&
|
|
353
|
+
changes["element"].previousValue?.options !==
|
|
354
|
+
changes["element"].currentValue?.options) {
|
|
355
|
+
this.element.options = changes["element"].currentValue.options;
|
|
356
|
+
this.setOptions();
|
|
357
|
+
this.cdr.markForCheck();
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
setOptions() {
|
|
361
|
+
this.isOptionsGroup = this.isElementGroup(this.element.options[0]);
|
|
362
|
+
if (this.isOptionsGroup) {
|
|
363
|
+
this.filteredGroupCache = this.element.options.slice();
|
|
364
|
+
this.filteredGroups.next(this.filteredGroupCache);
|
|
365
|
+
this.cdr.markForCheck();
|
|
366
|
+
return;
|
|
367
|
+
}
|
|
368
|
+
this.filteredOptionsCache = this.element.options.slice();
|
|
369
|
+
this.filteredOptions.next(this.filteredOptionsCache);
|
|
370
|
+
this.cdr.markForCheck();
|
|
371
|
+
}
|
|
372
|
+
filterOptionsFromGroup(group, value) {
|
|
373
|
+
const filterValue = this.normalizeValue(value);
|
|
374
|
+
return this.normalizeValue(group.label).includes(filterValue)
|
|
375
|
+
? group.options
|
|
376
|
+
: group.options.filter((item) => this.normalizeValue(item.value).includes(filterValue));
|
|
377
|
+
}
|
|
378
|
+
filterOptions() {
|
|
379
|
+
if (!this.element.options) {
|
|
380
|
+
return;
|
|
381
|
+
}
|
|
382
|
+
const search = this.normalizeValue(this.element.search?.formControl?.value);
|
|
383
|
+
if (this.isOptionsGroup) {
|
|
384
|
+
const groups = this.element.options;
|
|
385
|
+
this.filteredGroupCache = groups
|
|
386
|
+
.map((group) => ({
|
|
387
|
+
label: group.label,
|
|
388
|
+
options: this.filterOptionsFromGroup(group, search),
|
|
389
|
+
}))
|
|
390
|
+
.filter((group) => group.options.length > 0);
|
|
391
|
+
this.filteredGroups.next(this.filteredGroupCache);
|
|
392
|
+
return;
|
|
393
|
+
}
|
|
394
|
+
const options = this.element.options;
|
|
395
|
+
if (!search) {
|
|
396
|
+
this.filteredOptionsCache = options.slice();
|
|
397
|
+
this.filteredOptions.next(this.filteredOptionsCache);
|
|
398
|
+
return;
|
|
399
|
+
}
|
|
400
|
+
this.filteredOptionsCache = options.filter((option) => this.normalizeValue(option.value).includes(search));
|
|
401
|
+
this.filteredOptions.next(this.filteredOptionsCache);
|
|
402
|
+
}
|
|
403
|
+
normalizeValue(value) {
|
|
404
|
+
return (value ?? "")
|
|
405
|
+
.normalize("NFD")
|
|
406
|
+
.replace(/[\u0300-\u036f]/g, "")
|
|
407
|
+
.toLowerCase();
|
|
408
|
+
}
|
|
409
|
+
triggerOpenedChange(event) {
|
|
410
|
+
this.openedChange.emit(event);
|
|
411
|
+
}
|
|
412
|
+
setToggleAllCheckboxState() {
|
|
413
|
+
const search = this.normalizeValue(this.element.search?.formControl?.value);
|
|
414
|
+
if (!search) {
|
|
415
|
+
this.isIndeterminate = false;
|
|
416
|
+
this.isChecked = false;
|
|
417
|
+
return;
|
|
418
|
+
}
|
|
419
|
+
const filteredLength = this.filteredOptionsCache.filter((option) => this.normalizeValue(option.value).includes(search)).length;
|
|
420
|
+
this.isIndeterminate =
|
|
421
|
+
filteredLength > 0 && filteredLength < this.filteredOptionsCache.length;
|
|
422
|
+
this.isChecked =
|
|
423
|
+
filteredLength > 0 && filteredLength === this.filteredOptionsCache.length;
|
|
424
|
+
this.cdr.markForCheck();
|
|
425
|
+
}
|
|
426
|
+
toggleSelectAll(event) {
|
|
427
|
+
if (this.isOptionsGroup) {
|
|
428
|
+
const groupOptions = this.filteredGroupCache.reduce((accumulator, group) => accumulator.concat(group.options), []);
|
|
429
|
+
this.formControl?.patchValue(event.checked ? groupOptions : []);
|
|
430
|
+
return;
|
|
431
|
+
}
|
|
432
|
+
this.formControl?.patchValue(event.checked ? this.filteredOptionsCache : []);
|
|
433
|
+
}
|
|
434
|
+
isElementGroup(object) {
|
|
435
|
+
return !!object && "label" in object && "options" in object;
|
|
436
|
+
}
|
|
437
|
+
isElementOption(object) {
|
|
438
|
+
return (!!object &&
|
|
439
|
+
typeof object === "object" &&
|
|
440
|
+
"key" in object &&
|
|
441
|
+
"value" in object);
|
|
442
|
+
}
|
|
443
|
+
compareFn(c1, c2) {
|
|
444
|
+
return c1 && c2 ? c1.key === c2.key : c1 === c2;
|
|
445
|
+
}
|
|
446
|
+
hasValue() {
|
|
447
|
+
const value = this.formControl?.value;
|
|
448
|
+
return Array.isArray(value) ? value.length > 0 : this.isElementOption(value);
|
|
449
|
+
}
|
|
450
|
+
clearValue(event) {
|
|
451
|
+
event.stopPropagation();
|
|
452
|
+
this.formControl.setValue(null);
|
|
453
|
+
this.cdr.markForCheck();
|
|
454
|
+
}
|
|
455
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaDropdownComponent, deps: [{ token: MapaI18nService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
456
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.18", type: MapaDropdownComponent, isStandalone: true, selector: "mapa-dropdown", inputs: { formControl: "formControl", formControlSearch: "formControlSearch", element: "element", border: "border" }, outputs: { openedChange: "openedChange" }, providers: [
|
|
457
|
+
{
|
|
458
|
+
provide: MAT_SELECT_CONFIG,
|
|
459
|
+
useValue: { overlayPanelClass: "mapa-overlay-dropdown" },
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
|
|
463
|
+
useValue: { appearance: "outline" },
|
|
464
|
+
},
|
|
465
|
+
], viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "@if (element) {\n @if (element.label) {\n <label class=\"mapa-dropdown__label\">\n {{ element.label }}\n </label>\n }\n <div class=\"mapa-form--inline\">\n <mat-form-field\n appearance=\"outline\"\n class=\"mapa-dropdown\"\n [class.mapa-dropdown--highlight]=\"border === 'highlight'\"\n [class.mapa-dropdown--soft-border]=\"border === 'soft'\"\n [class.mapa-dropdown--tag]=\"border === 'tag'\"\n [class.mapa-dropdown--labeled]=\"!!element.label\"\n >\n <mat-select\n #dropdown\n ngDefaultControl\n [formControl]=\"formControl\"\n [multiple]=\"element.multiple\"\n [placeholder]=\"element.placeholder || ''\"\n [compareWith]=\"compareFn\"\n (openedChange)=\"triggerOpenedChange($event)\"\n >\n @if (element.search) {\n <mat-option class=\"mapa-dropdown__search\">\n @if (element.search.formControl) {\n <ngx-mat-select-search\n [showToggleAllCheckbox]=\"element.search.toggleAllCheckbox!\"\n [formControl]=\"element.search.formControl\"\n [placeholderLabel]=\"element.search.placeholder || ''\"\n i18n-placeholderLabel\n [noEntriesFoundLabel]=\"element.search.noEntriesFoundLabel || ''\"\n ></ngx-mat-select-search>\n }\n </mat-option>\n }\n @if (element.multiple) {\n <mat-option class=\"mapa-dropdown__option--select-all\">\n <mat-checkbox\n class=\"mat-option\"\n [indeterminate]=\"isIndeterminate\"\n [checked]=\"isChecked\"\n (click)=\"$event.stopPropagation()\"\n (change)=\"toggleSelectAll($event)\"\n >\n {{ selectAllLabel }}\n </mat-checkbox>\n </mat-option>\n }\n @if (isOptionsGroup) {\n @if (filteredGroups | async; as groups) {\n @for (group of groups; track group.label) {\n <mat-optgroup [label]=\"group.label\">\n @for (option of group.options; track option.key) {\n <mat-option\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel,\n ]\"\n >\n <span [innerHTML]=\"option.value | safeHtml\"></span>\n </mat-option>\n }\n </mat-optgroup>\n }\n }\n } @else {\n @if (filteredOptions | async; as options) {\n @for (option of options; track option.key) {\n <mat-option\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option mapa-dropdown__option--children-level-' +\n option.childrenLevel,\n ]\"\n >\n <span\n class=\"mapa-dropdown__option-value\"\n [innerHTML]=\"option.value | safeHtml\"\n ></span>\n </mat-option>\n }\n }\n }\n\n @for (option of selectedOptions; track option.key) {\n <mat-option\n hidden\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel,\n ]\"\n >\n <span [innerHTML]=\"option.value | safeHtml\"></span>\n </mat-option>\n }\n </mat-select>\n @if (element.hint) {\n <mat-hint>{{ element.hint }}</mat-hint>\n }\n <mat-error>\n <mapa-form-errors\n [control]=\"formControl\"\n [errors]=\"element.errors\"\n ></mapa-form-errors>\n </mat-error>\n @if (hasValue() && !formControl.disabled && element.clearValue) {\n <mat-icon\n (click)=\"clearValue($event)\"\n class=\"mapa-input--close\"\n >close</mat-icon\n >\n }\n </mat-form-field>\n @if (element.actionButton) {\n <div class=\"mapa-form--action\">\n <mapa-button\n color=\"basic\"\n (click)=\"element.actionButton.action.emit(true)\"\n >\n {{ element.actionButton.label }}\n </mapa-button>\n </div>\n }\n </div>\n}\n", styles: [":host ::ng-deep .mapa-dropdown{max-width:min-content;min-width:235px}:host ::ng-deep .mapa-dropdown .mat-mdc-select{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important}:host ::ng-deep .mapa-dropdown .mat-icon{display:flex;justify-content:center;align-items:center;position:absolute;right:28px!important;top:18px!important;z-index:1}:host ::ng-deep .mapa-dropdown__label{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}:host ::ng-deep .mapa-dropdown--highlight .mat-mdc-text-field-wrapper{border-radius:16px}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline{border-radius:16px!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px!important;border-color:#eedb2a!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__leading{display:none!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:16px!important;border-left-style:solid!important}:host ::ng-deep .mapa-dropdown--soft-border .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--soft-border .mdc-notched-outline .mdc-notched-outline__trailing{border-width:1px!important}:host ::ng-deep .mapa-dropdown--tag .mat-mdc-text-field-wrapper{border-radius:16px}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline{border-radius:16px!important;height:42px!important}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__trailing{border-width:1px!important;border-color:#cdcdcd}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__leading{display:none!important}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:16px!important;border-left-style:solid!important}:host ::ng-deep .mapa-dropdown .mat-mdc-text-field-wrapper{background-color:#fff;border-radius:8px}:host ::ng-deep .mapa-dropdown .mat-mdc-text-field-wrapper.mdc-text-field--outlined{padding-left:unset!important;padding-right:unset!important}:host ::ng-deep .mapa-dropdown .mdc-notched-outline{background-color:transparent;border-radius:8px;pointer-events:none;z-index:0}:host ::ng-deep .mapa-dropdown .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}:host ::ng-deep .mapa-dropdown .mat-mdc-form-field-flex{display:flex;align-items:center;height:48px;position:relative}:host ::ng-deep .mapa-dropdown .mat-mdc-select-trigger{min-width:50px;padding-top:unset!important;height:unset!important;position:relative;z-index:1}:host ::ng-deep .mapa-dropdown .mat-mdc-select-value-text{display:block;width:90%}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow-wrapper{transform:none!important;align-items:center;position:relative;z-index:1}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow{border:unset;color:#50575e}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow:before,:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow:after{content:none!important}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow svg{display:block!important;fill:currentColor}:host ::ng-deep .mapa-dropdown .mat-mdc-form-field-subscript-wrapper{padding:0!important}:host ::ng-deep .mapa-dropdown [aria-expanded=true] .mat-mdc-select-arrow{margin:0}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel{border-radius:8px;min-width:calc(100% + 24px)!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mdc-list-item__primary-text{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;font-size:16px;font-style:normal;font-weight:400;line-height:2em;height:2em;color:#50575e}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-]{height:auto!important;align-items:start!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option .mat-pseudo-checkbox,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mat-pseudo-checkbox,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-] .mat-pseudo-checkbox{margin:7px 7px 7px 0!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option .mdc-list-item__primary-text,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mdc-list-item__primary-text,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-] .mdc-list-item__primary-text{height:auto!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mapa-dropdown__option-value{text-wrap:auto}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-1{padding-left:30px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-2{padding-left:50px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-3{padding-left:70px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-4{padding-left:90px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-5{padding-left:100px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-6{padding-left:120px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all{padding-left:5px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mat-pseudo-checkbox{display:none!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search{align-items:flex-start;background:#f6f7f7;height:auto!important;min-height:80px;padding:16px 8px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mdc-list-item__primary-text{width:100%}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-inner{background:transparent!important;background-color:transparent!important;border:unset;border-radius:0;box-shadow:none!important;inset:0 auto auto 0;overflow:visible;position:relative;width:100%!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-inner-row{align-items:center;background:transparent;display:flex;position:relative}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-hidden{background:transparent!important;background-color:transparent!important;border:unset!important;height:0!important;line-height:0!important;padding:0!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-toggle-all-checkbox{padding-left:8px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-input{background-color:#fff!important;border:2px solid #a7aaad!important;border-radius:8px!important;height:28px!important;line-height:24px!important;padding:0 48px 0 12px!important;width:100%}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-input::placeholder{color:#c3c4c7!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-clear{top:50%;transform:translateY(-50%)}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-divider{margin:0}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search.mat-mdc-option-active,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search:hover{background:#f6f7f7}::ng-deep .mapa-overlay-dropdown .mat-pseudo-checkbox{color:#c3c4c7!important}::ng-deep .mapa-overlay-dropdown .mdc-checkbox__background{border-color:#c3c4c7!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i4.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "aria-expanded", "aria-controls", "aria-owns", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i5.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatSelectModule }, { kind: "component", type: i7.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth", "canSelectNullableOptions"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "component", type: i7.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "component", type: i7.MatOptgroup, selector: "mat-optgroup", inputs: ["label", "disabled"], exportAs: ["matOptgroup"] }, { kind: "ngmodule", type: NgxMatSelectSearchModule }, { kind: "component", type: i8.MatSelectSearchComponent, selector: "ngx-mat-select-search", inputs: ["placeholderLabel", "type", "closeIcon", "closeSvgIcon", "noEntriesFoundLabel", "clearSearchInput", "searching", "disableInitialFocus", "enableClearOnEscapePressed", "preventHomeEndKeyPropagation", "disableScrollToActiveOnOptionsChanged", "ariaLabel", "showToggleAllCheckbox", "toggleAllCheckboxChecked", "toggleAllCheckboxIndeterminate", "toggleAllCheckboxTooltipMessage", "toggleAllCheckboxTooltipPosition", "hideClearSearchButton", "alwaysRestoreSelectedOptionsMulti", "recreateValuesArray"], outputs: ["toggleAll"] }, { kind: "component", type: ButtonComponent, selector: "mapa-button", inputs: ["color", "disabled"], outputs: ["clicked"] }, { kind: "component", type: MapaFormErrorsComponent, selector: "mapa-form-errors", inputs: ["control", "errors"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: SafeHtmlPipe, name: "safeHtml" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
466
|
+
}
|
|
467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaDropdownComponent, decorators: [{
|
|
468
|
+
type: Component,
|
|
469
|
+
args: [{ selector: "mapa-dropdown", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
|
|
470
|
+
CommonModule,
|
|
471
|
+
FormsModule,
|
|
472
|
+
ReactiveFormsModule,
|
|
473
|
+
MatCheckboxModule,
|
|
474
|
+
MatFormFieldModule,
|
|
475
|
+
MatIconModule,
|
|
476
|
+
MatSelectModule,
|
|
477
|
+
NgxMatSelectSearchModule,
|
|
478
|
+
ButtonComponent,
|
|
479
|
+
MapaFormErrorsComponent,
|
|
480
|
+
SafeHtmlPipe,
|
|
481
|
+
], providers: [
|
|
482
|
+
{
|
|
483
|
+
provide: MAT_SELECT_CONFIG,
|
|
484
|
+
useValue: { overlayPanelClass: "mapa-overlay-dropdown" },
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
|
|
488
|
+
useValue: { appearance: "outline" },
|
|
489
|
+
},
|
|
490
|
+
], standalone: true, template: "@if (element) {\n @if (element.label) {\n <label class=\"mapa-dropdown__label\">\n {{ element.label }}\n </label>\n }\n <div class=\"mapa-form--inline\">\n <mat-form-field\n appearance=\"outline\"\n class=\"mapa-dropdown\"\n [class.mapa-dropdown--highlight]=\"border === 'highlight'\"\n [class.mapa-dropdown--soft-border]=\"border === 'soft'\"\n [class.mapa-dropdown--tag]=\"border === 'tag'\"\n [class.mapa-dropdown--labeled]=\"!!element.label\"\n >\n <mat-select\n #dropdown\n ngDefaultControl\n [formControl]=\"formControl\"\n [multiple]=\"element.multiple\"\n [placeholder]=\"element.placeholder || ''\"\n [compareWith]=\"compareFn\"\n (openedChange)=\"triggerOpenedChange($event)\"\n >\n @if (element.search) {\n <mat-option class=\"mapa-dropdown__search\">\n @if (element.search.formControl) {\n <ngx-mat-select-search\n [showToggleAllCheckbox]=\"element.search.toggleAllCheckbox!\"\n [formControl]=\"element.search.formControl\"\n [placeholderLabel]=\"element.search.placeholder || ''\"\n i18n-placeholderLabel\n [noEntriesFoundLabel]=\"element.search.noEntriesFoundLabel || ''\"\n ></ngx-mat-select-search>\n }\n </mat-option>\n }\n @if (element.multiple) {\n <mat-option class=\"mapa-dropdown__option--select-all\">\n <mat-checkbox\n class=\"mat-option\"\n [indeterminate]=\"isIndeterminate\"\n [checked]=\"isChecked\"\n (click)=\"$event.stopPropagation()\"\n (change)=\"toggleSelectAll($event)\"\n >\n {{ selectAllLabel }}\n </mat-checkbox>\n </mat-option>\n }\n @if (isOptionsGroup) {\n @if (filteredGroups | async; as groups) {\n @for (group of groups; track group.label) {\n <mat-optgroup [label]=\"group.label\">\n @for (option of group.options; track option.key) {\n <mat-option\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel,\n ]\"\n >\n <span [innerHTML]=\"option.value | safeHtml\"></span>\n </mat-option>\n }\n </mat-optgroup>\n }\n }\n } @else {\n @if (filteredOptions | async; as options) {\n @for (option of options; track option.key) {\n <mat-option\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option mapa-dropdown__option--children-level-' +\n option.childrenLevel,\n ]\"\n >\n <span\n class=\"mapa-dropdown__option-value\"\n [innerHTML]=\"option.value | safeHtml\"\n ></span>\n </mat-option>\n }\n }\n }\n\n @for (option of selectedOptions; track option.key) {\n <mat-option\n hidden\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel,\n ]\"\n >\n <span [innerHTML]=\"option.value | safeHtml\"></span>\n </mat-option>\n }\n </mat-select>\n @if (element.hint) {\n <mat-hint>{{ element.hint }}</mat-hint>\n }\n <mat-error>\n <mapa-form-errors\n [control]=\"formControl\"\n [errors]=\"element.errors\"\n ></mapa-form-errors>\n </mat-error>\n @if (hasValue() && !formControl.disabled && element.clearValue) {\n <mat-icon\n (click)=\"clearValue($event)\"\n class=\"mapa-input--close\"\n >close</mat-icon\n >\n }\n </mat-form-field>\n @if (element.actionButton) {\n <div class=\"mapa-form--action\">\n <mapa-button\n color=\"basic\"\n (click)=\"element.actionButton.action.emit(true)\"\n >\n {{ element.actionButton.label }}\n </mapa-button>\n </div>\n }\n </div>\n}\n", styles: [":host ::ng-deep .mapa-dropdown{max-width:min-content;min-width:235px}:host ::ng-deep .mapa-dropdown .mat-mdc-select{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important}:host ::ng-deep .mapa-dropdown .mat-icon{display:flex;justify-content:center;align-items:center;position:absolute;right:28px!important;top:18px!important;z-index:1}:host ::ng-deep .mapa-dropdown__label{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}:host ::ng-deep .mapa-dropdown--highlight .mat-mdc-text-field-wrapper{border-radius:16px}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline{border-radius:16px!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px!important;border-color:#eedb2a!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__leading{display:none!important}:host ::ng-deep .mapa-dropdown--highlight .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:16px!important;border-left-style:solid!important}:host ::ng-deep .mapa-dropdown--soft-border .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--soft-border .mdc-notched-outline .mdc-notched-outline__trailing{border-width:1px!important}:host ::ng-deep .mapa-dropdown--tag .mat-mdc-text-field-wrapper{border-radius:16px}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline{border-radius:16px!important;height:42px!important}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__trailing{border-width:1px!important;border-color:#cdcdcd}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__leading{display:none!important}:host ::ng-deep .mapa-dropdown--tag .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:16px!important;border-left-style:solid!important}:host ::ng-deep .mapa-dropdown .mat-mdc-text-field-wrapper{background-color:#fff;border-radius:8px}:host ::ng-deep .mapa-dropdown .mat-mdc-text-field-wrapper.mdc-text-field--outlined{padding-left:unset!important;padding-right:unset!important}:host ::ng-deep .mapa-dropdown .mdc-notched-outline{background-color:transparent;border-radius:8px;pointer-events:none;z-index:0}:host ::ng-deep .mapa-dropdown .mdc-notched-outline .mdc-notched-outline__leading,:host ::ng-deep .mapa-dropdown .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}:host ::ng-deep .mapa-dropdown .mat-mdc-form-field-flex{display:flex;align-items:center;height:48px;position:relative}:host ::ng-deep .mapa-dropdown .mat-mdc-select-trigger{min-width:50px;padding-top:unset!important;height:unset!important;position:relative;z-index:1}:host ::ng-deep .mapa-dropdown .mat-mdc-select-value-text{display:block;width:90%}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow-wrapper{transform:none!important;align-items:center;position:relative;z-index:1}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow{border:unset;color:#50575e}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow:before,:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow:after{content:none!important}:host ::ng-deep .mapa-dropdown .mat-mdc-select-arrow svg{display:block!important;fill:currentColor}:host ::ng-deep .mapa-dropdown .mat-mdc-form-field-subscript-wrapper{padding:0!important}:host ::ng-deep .mapa-dropdown [aria-expanded=true] .mat-mdc-select-arrow{margin:0}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel{border-radius:8px;min-width:calc(100% + 24px)!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mdc-list-item__primary-text{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;font-size:16px;font-style:normal;font-weight:400;line-height:2em;height:2em;color:#50575e}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-]{height:auto!important;align-items:start!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option .mat-pseudo-checkbox,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mat-pseudo-checkbox,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-] .mat-pseudo-checkbox{margin:7px 7px 7px 0!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option .mdc-list-item__primary-text,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mdc-list-item__primary-text,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[class*=mapa-dropdown__option--children-level-] .mdc-list-item__primary-text{height:auto!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mapa-dropdown__option-value{text-wrap:auto}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-1{padding-left:30px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-2{padding-left:50px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-3{padding-left:70px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-4{padding-left:90px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-5{padding-left:100px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--children-level-6{padding-left:120px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all{padding-left:5px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option.mapa-dropdown__option--select-all .mat-pseudo-checkbox{display:none!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search{align-items:flex-start;background:#f6f7f7;height:auto!important;min-height:80px;padding:16px 8px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mdc-list-item__primary-text{width:100%}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-inner{background:transparent!important;background-color:transparent!important;border:unset;border-radius:0;box-shadow:none!important;inset:0 auto auto 0;overflow:visible;position:relative;width:100%!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-inner-row{align-items:center;background:transparent;display:flex;position:relative}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-hidden{background:transparent!important;background-color:transparent!important;border:unset!important;height:0!important;line-height:0!important;padding:0!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-toggle-all-checkbox{padding-left:8px!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-input{background-color:#fff!important;border:2px solid #a7aaad!important;border-radius:8px!important;height:28px!important;line-height:24px!important;padding:0 48px 0 12px!important;width:100%}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-input::placeholder{color:#c3c4c7!important}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-select-search-clear{top:50%;transform:translateY(-50%)}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search .mat-divider{margin:0}::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search.mat-mdc-option-active,::ng-deep .mapa-overlay-dropdown .mat-mdc-select-panel .mat-mdc-option[aria-disabled=true].contains-mat-select-search:hover{background:#f6f7f7}::ng-deep .mapa-overlay-dropdown .mat-pseudo-checkbox{color:#c3c4c7!important}::ng-deep .mapa-overlay-dropdown .mdc-checkbox__background{border-color:#c3c4c7!important}\n"] }]
|
|
491
|
+
}], ctorParameters: () => [{ type: MapaI18nService }, { type: i0.ChangeDetectorRef }], propDecorators: { formControl: [{
|
|
492
|
+
type: Input
|
|
493
|
+
}], formControlSearch: [{
|
|
494
|
+
type: Input
|
|
495
|
+
}], element: [{
|
|
496
|
+
type: Input
|
|
497
|
+
}], border: [{
|
|
498
|
+
type: Input
|
|
499
|
+
}], openedChange: [{
|
|
500
|
+
type: Output
|
|
501
|
+
}], dropdown: [{
|
|
502
|
+
type: ViewChild,
|
|
503
|
+
args: ["dropdown", { static: true }]
|
|
504
|
+
}] } });
|
|
505
|
+
|
|
506
|
+
/*
|
|
507
|
+
* Public API Surface of mapa-library-ui dropdown
|
|
508
|
+
*/
|
|
509
|
+
|
|
510
|
+
class MapaChartComponent {
|
|
511
|
+
constructor() {
|
|
512
|
+
this.colors = ["#EA561D", "#6195FB", "#2ED47A", "#EEDB2A"];
|
|
513
|
+
}
|
|
514
|
+
ngOnInit() {
|
|
515
|
+
this.generateChart();
|
|
516
|
+
}
|
|
517
|
+
ngOnChanges(changes) {
|
|
518
|
+
if (changes["options"]) {
|
|
519
|
+
this.generateChart();
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
generateChart() {
|
|
523
|
+
if (this.options) {
|
|
524
|
+
this.chartOptions = {
|
|
525
|
+
series: this.options.series,
|
|
526
|
+
chart: {
|
|
527
|
+
height: 500,
|
|
528
|
+
width: "100%",
|
|
529
|
+
type: this.options.chart?.type || "radar",
|
|
530
|
+
events: {
|
|
531
|
+
beforeMount: (chart) => {
|
|
532
|
+
chart.windowResizeHandler();
|
|
533
|
+
},
|
|
534
|
+
},
|
|
535
|
+
toolbar: {
|
|
536
|
+
show: false,
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
stroke: {
|
|
540
|
+
width: 1,
|
|
541
|
+
colors: this.colors,
|
|
542
|
+
},
|
|
543
|
+
fill: {
|
|
544
|
+
opacity: 0.3,
|
|
545
|
+
colors: this.colors,
|
|
546
|
+
},
|
|
547
|
+
markers: {
|
|
548
|
+
size: 2,
|
|
549
|
+
shape: "circle",
|
|
550
|
+
colors: this.colors,
|
|
551
|
+
strokeColors: this.colors,
|
|
552
|
+
},
|
|
553
|
+
xaxis: {
|
|
554
|
+
categories: this.options.xaxis?.categories,
|
|
555
|
+
labels: {
|
|
556
|
+
style: {
|
|
557
|
+
colors: new Array(this.options.xaxis?.categories.length).fill("#666666"),
|
|
558
|
+
fontSize: "12px",
|
|
559
|
+
fontFamily: "Asap",
|
|
560
|
+
},
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
yaxis: {
|
|
564
|
+
labels: {
|
|
565
|
+
style: {
|
|
566
|
+
colors: "#9B9B9B",
|
|
567
|
+
fontSize: "12px",
|
|
568
|
+
fontFamily: "Asap",
|
|
569
|
+
},
|
|
570
|
+
},
|
|
571
|
+
tickAmount: 10,
|
|
572
|
+
min: 0,
|
|
573
|
+
max: 100,
|
|
574
|
+
},
|
|
575
|
+
legend: {
|
|
576
|
+
position: "right",
|
|
577
|
+
horizontalAlign: "center",
|
|
578
|
+
height: 500,
|
|
579
|
+
fontSize: "12px",
|
|
580
|
+
fontFamily: "Asap",
|
|
581
|
+
offsetX: 30,
|
|
582
|
+
markers: {
|
|
583
|
+
fillColors: this.colors,
|
|
584
|
+
},
|
|
585
|
+
},
|
|
586
|
+
responsive: [
|
|
587
|
+
{
|
|
588
|
+
breakpoint: 1300,
|
|
589
|
+
options: {
|
|
590
|
+
chart: {
|
|
591
|
+
width: "100%",
|
|
592
|
+
height: 550,
|
|
593
|
+
},
|
|
594
|
+
legend: {
|
|
595
|
+
position: "bottom",
|
|
596
|
+
horizontalAlign: "center",
|
|
597
|
+
height: 100,
|
|
598
|
+
},
|
|
599
|
+
},
|
|
600
|
+
},
|
|
601
|
+
],
|
|
602
|
+
};
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
606
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: MapaChartComponent, isStandalone: true, selector: "mapa-chart", inputs: { options: "options" }, usesOnChanges: true, ngImport: i0, template: "<section>\n <div class=\"chart\" *ngIf=\"chartOptions\">\n <div class=\"chart__dropdown\" *ngIf=\"options.dropdown\">\n <mapa-dropdown\n [formControl]=\"options.dropdown.formControl\"\n [element]=\"options.dropdown.element\"\n ></mapa-dropdown>\n </div>\n <apx-chart\n [series]=\"chartOptions.series!\"\n [chart]=\"chartOptions.chart!\"\n [xaxis]=\"chartOptions.xaxis!\"\n [yaxis]=\"chartOptions.yaxis!\"\n [stroke]=\"chartOptions.stroke!\"\n [markers]=\"chartOptions.markers!\"\n [fill]=\"chartOptions.fill!\"\n [title]=\"chartOptions.title!\"\n [legend]=\"chartOptions.legend!\"\n [responsive]=\"chartOptions.responsive!\"width\n ></apx-chart>\n </div>\n</section>\n", styles: [".chart{margin:35px auto}.chart__dropdown{position:absolute;z-index:999}:host ::ng-deep .chart .apexcharts-legend.apx-legend-position-right{justify-content:center!important}:host ::ng-deep .chart apx-chart .apexcharts-canvas{display:flex;align-items:center;justify-content:center;width:100%!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: NgApexchartsModule }, { kind: "component", type: i2$1.ChartComponent, selector: "apx-chart", inputs: ["chart", "annotations", "colors", "dataLabels", "series", "stroke", "labels", "legend", "markers", "noData", "parsing", "fill", "tooltip", "plotOptions", "responsive", "xaxis", "yaxis", "forecastDataPoints", "grid", "states", "title", "subtitle", "theme", "autoUpdateSeries"], outputs: ["chartReady"] }, { kind: "component", type: MapaDropdownComponent, selector: "mapa-dropdown", inputs: ["formControl", "formControlSearch", "element", "border"], outputs: ["openedChange"] }] }); }
|
|
607
|
+
}
|
|
608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaChartComponent, decorators: [{
|
|
609
|
+
type: Component,
|
|
610
|
+
args: [{ selector: "mapa-chart", imports: [CommonModule, NgApexchartsModule, MapaDropdownComponent], standalone: true, template: "<section>\n <div class=\"chart\" *ngIf=\"chartOptions\">\n <div class=\"chart__dropdown\" *ngIf=\"options.dropdown\">\n <mapa-dropdown\n [formControl]=\"options.dropdown.formControl\"\n [element]=\"options.dropdown.element\"\n ></mapa-dropdown>\n </div>\n <apx-chart\n [series]=\"chartOptions.series!\"\n [chart]=\"chartOptions.chart!\"\n [xaxis]=\"chartOptions.xaxis!\"\n [yaxis]=\"chartOptions.yaxis!\"\n [stroke]=\"chartOptions.stroke!\"\n [markers]=\"chartOptions.markers!\"\n [fill]=\"chartOptions.fill!\"\n [title]=\"chartOptions.title!\"\n [legend]=\"chartOptions.legend!\"\n [responsive]=\"chartOptions.responsive!\"width\n ></apx-chart>\n </div>\n</section>\n", styles: [".chart{margin:35px auto}.chart__dropdown{position:absolute;z-index:999}:host ::ng-deep .chart .apexcharts-legend.apx-legend-position-right{justify-content:center!important}:host ::ng-deep .chart apx-chart .apexcharts-canvas{display:flex;align-items:center;justify-content:center;width:100%!important}\n"] }]
|
|
611
|
+
}], ctorParameters: () => [], propDecorators: { options: [{
|
|
612
|
+
type: Input
|
|
613
|
+
}] } });
|
|
614
|
+
|
|
615
|
+
/*
|
|
616
|
+
* Public API Surface of mapa-library-ui chart
|
|
617
|
+
*/
|
|
618
|
+
|
|
619
|
+
/*
|
|
620
|
+
* Public API Surface of mapa-library-ui chart
|
|
621
|
+
*/
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* Generated bundle index. Do not edit.
|
|
625
|
+
*/
|
|
626
|
+
|
|
627
|
+
export { MapaChartComponent };
|
|
628
|
+
//# sourceMappingURL=mapa-library-ui-src-lib-components-chart.mjs.map
|