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,1052 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter, inject, DestroyRef, Input, Output, Directive, effect, ViewChild, Component, SecurityContext, Injectable, Pipe, InjectionToken, Injector, signal, Optional, Inject, ChangeDetectionStrategy } from '@angular/core';
|
|
3
|
+
import { takeUntilDestroyed, toObservable } from '@angular/core/rxjs-interop';
|
|
4
|
+
import { map, startWith } from 'rxjs/operators';
|
|
5
|
+
import * as i1 from '@angular/material/paginator';
|
|
6
|
+
import { MatPaginatorIntl, MatPaginatorModule, MatPaginator } from '@angular/material/paginator';
|
|
7
|
+
import * as i2 from '@angular/common';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import * as i8 from '@angular/material/sort';
|
|
10
|
+
import { MatSortModule, MatSort } from '@angular/material/sort';
|
|
11
|
+
import * as i9 from '@angular/material/table';
|
|
12
|
+
import { MatTableDataSource, MatTableModule, MatTable } from '@angular/material/table';
|
|
13
|
+
import * as i3 from '@angular/material/menu';
|
|
14
|
+
import { MatMenuModule, MatMenuTrigger } from '@angular/material/menu';
|
|
15
|
+
import * as i4 from '@angular/material/button';
|
|
16
|
+
import { MatButtonModule } from '@angular/material/button';
|
|
17
|
+
import * as i5 from '@angular/material/checkbox';
|
|
18
|
+
import { MatCheckboxModule } from '@angular/material/checkbox';
|
|
19
|
+
import * as i2$1 from '@angular/material/icon';
|
|
20
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
21
|
+
import * as i3$1 from '@angular/router';
|
|
22
|
+
import { RouterModule } from '@angular/router';
|
|
23
|
+
import * as i1$1 from '@angular/platform-browser';
|
|
24
|
+
import * as i1$2 from '@angular/common/http';
|
|
25
|
+
|
|
26
|
+
class BubblePaginationDirective {
|
|
27
|
+
constructor(matPag, elementRef, ren) {
|
|
28
|
+
this.matPag = matPag;
|
|
29
|
+
this.elementRef = elementRef;
|
|
30
|
+
this.ren = ren;
|
|
31
|
+
this.pageIndexChangeEmitter = new EventEmitter();
|
|
32
|
+
this.showFirstButton = true;
|
|
33
|
+
this.showLastButton = true;
|
|
34
|
+
this.renderButtonsNumber = 2;
|
|
35
|
+
this.appCustomLength = 0;
|
|
36
|
+
this.hideDefaultArrows = false;
|
|
37
|
+
this.bubblePageIndex = 0;
|
|
38
|
+
this.buttonsRef = [];
|
|
39
|
+
this.destroyRef = inject(DestroyRef);
|
|
40
|
+
}
|
|
41
|
+
ngAfterViewInit() {
|
|
42
|
+
this.styleDefaultPagination();
|
|
43
|
+
this.createBubbleDivRef();
|
|
44
|
+
this.renderButtons();
|
|
45
|
+
}
|
|
46
|
+
ngOnChanges(changes) {
|
|
47
|
+
if (!this.bubbleContainerRef) {
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
if ((!changes?.["appCustomLength"]?.firstChange && changes?.["appCustomLength"]) ||
|
|
51
|
+
(!changes?.["bubblePageIndex"]?.firstChange && changes?.["bubblePageIndex"])) {
|
|
52
|
+
this.rebuildButtons();
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
renderButtons() {
|
|
56
|
+
this.rebuildButtons();
|
|
57
|
+
this.matPag.page
|
|
58
|
+
.pipe(map((e) => [e.previousPageIndex ?? 0, e.pageIndex]), startWith([this.getActivePageIndex(), this.getActivePageIndex()]), takeUntilDestroyed(this.destroyRef))
|
|
59
|
+
.subscribe(([prev, curr]) => {
|
|
60
|
+
this.updateButtonsOnPageEvent(prev, curr);
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
changeActiveButtonStyles(previousIndex, newIndex) {
|
|
64
|
+
if (!this.buttonsRef.length) {
|
|
65
|
+
return;
|
|
66
|
+
}
|
|
67
|
+
const previouslyActive = this.buttonsRef[previousIndex];
|
|
68
|
+
const currentActive = this.buttonsRef[newIndex];
|
|
69
|
+
try {
|
|
70
|
+
this.ren.removeClass(previouslyActive, "g-bubble__active");
|
|
71
|
+
this.ren.addClass(currentActive, "g-bubble__active");
|
|
72
|
+
}
|
|
73
|
+
catch { }
|
|
74
|
+
this.buttonsRef.forEach((button) => this.ren.setStyle(button, "display", "none"));
|
|
75
|
+
const renderElements = this.renderButtonsNumber;
|
|
76
|
+
const endDots = newIndex < this.buttonsRef.length - renderElements - 1;
|
|
77
|
+
const startDots = newIndex - renderElements > 0;
|
|
78
|
+
const firstButton = this.buttonsRef[0];
|
|
79
|
+
const lastButton = this.buttonsRef[this.buttonsRef.length - 1];
|
|
80
|
+
try {
|
|
81
|
+
if (this.showLastButton) {
|
|
82
|
+
this.ren.setStyle(this.dotsEndRef, "display", endDots ? "block" : "none");
|
|
83
|
+
this.ren.setStyle(lastButton, "display", endDots ? "flex" : "none");
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
catch { }
|
|
87
|
+
try {
|
|
88
|
+
if (this.showFirstButton) {
|
|
89
|
+
this.ren.setStyle(this.dotsStartRef, "display", startDots ? "block" : "none");
|
|
90
|
+
this.ren.setStyle(firstButton, "display", startDots ? "flex" : "none");
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
catch { }
|
|
94
|
+
const startingIndex = startDots ? newIndex - renderElements : 0;
|
|
95
|
+
const endingIndex = endDots
|
|
96
|
+
? newIndex + renderElements
|
|
97
|
+
: this.buttonsRef.length - 1;
|
|
98
|
+
for (let i = startingIndex; i <= endingIndex; i++) {
|
|
99
|
+
const button = this.buttonsRef[i];
|
|
100
|
+
this.ren.setStyle(button, "display", "flex");
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
styleDefaultPagination() {
|
|
104
|
+
const nativeElement = this.elementRef.nativeElement;
|
|
105
|
+
const previousButton = nativeElement.querySelector(".mat-mdc-paginator-navigation-previous");
|
|
106
|
+
const nextButtonDefault = nativeElement.querySelector(".mat-mdc-paginator-navigation-next");
|
|
107
|
+
if (this.hideDefaultArrows) {
|
|
108
|
+
this.ren.setStyle(previousButton, "display", "none");
|
|
109
|
+
this.ren.setStyle(nextButtonDefault, "display", "none");
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
createBubbleDivRef() {
|
|
113
|
+
const actionContainer = this.elementRef.nativeElement.querySelector("div.mat-mdc-paginator-range-actions");
|
|
114
|
+
const nextButtonDefault = this.elementRef.nativeElement.querySelector("button.mat-mdc-paginator-navigation-next");
|
|
115
|
+
const pageRange = this.elementRef.nativeElement.querySelector("div.mat-mdc-paginator-range-label");
|
|
116
|
+
this.bubbleContainerRef = this.ren.createElement("div");
|
|
117
|
+
this.ren.addClass(this.bubbleContainerRef, "g-bubble-container");
|
|
118
|
+
if (actionContainer) {
|
|
119
|
+
this.ren.addClass(actionContainer, "custom-paginator-container");
|
|
120
|
+
}
|
|
121
|
+
if (pageRange) {
|
|
122
|
+
this.ren.addClass(pageRange, "custom-paginator-counter");
|
|
123
|
+
}
|
|
124
|
+
if (actionContainer) {
|
|
125
|
+
this.ren.insertBefore(actionContainer, this.bubbleContainerRef, nextButtonDefault);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
buildButtons(neededButtons) {
|
|
129
|
+
if (neededButtons <= 1) {
|
|
130
|
+
return;
|
|
131
|
+
}
|
|
132
|
+
this.buttonsRef = [this.createButton(0)];
|
|
133
|
+
this.dotsStartRef = this.createDotsElement();
|
|
134
|
+
for (let index = 1; index < neededButtons - 1; index++) {
|
|
135
|
+
this.buttonsRef = [...this.buttonsRef, this.createButton(index)];
|
|
136
|
+
}
|
|
137
|
+
this.dotsEndRef = this.createDotsElement();
|
|
138
|
+
this.buttonsRef = [
|
|
139
|
+
...this.buttonsRef,
|
|
140
|
+
this.createButton(neededButtons - 1),
|
|
141
|
+
];
|
|
142
|
+
}
|
|
143
|
+
removeButtons() {
|
|
144
|
+
if (!this.bubbleContainerRef) {
|
|
145
|
+
return;
|
|
146
|
+
}
|
|
147
|
+
while (this.bubbleContainerRef.firstChild) {
|
|
148
|
+
this.ren.removeChild(this.bubbleContainerRef, this.bubbleContainerRef.firstChild);
|
|
149
|
+
}
|
|
150
|
+
this.buttonsRef = [];
|
|
151
|
+
}
|
|
152
|
+
createButton(i) {
|
|
153
|
+
const bubbleButton = this.ren.createElement("div");
|
|
154
|
+
const text = this.ren.createText(String(i + 1));
|
|
155
|
+
this.ren.addClass(bubbleButton, "g-bubble");
|
|
156
|
+
this.ren.setStyle(bubbleButton, "margin-right", "8px");
|
|
157
|
+
this.ren.appendChild(bubbleButton, text);
|
|
158
|
+
this.ren.listen(bubbleButton, "click", () => {
|
|
159
|
+
this.switchPage(i);
|
|
160
|
+
});
|
|
161
|
+
this.ren.appendChild(this.bubbleContainerRef, bubbleButton);
|
|
162
|
+
this.ren.setStyle(bubbleButton, "display", "none");
|
|
163
|
+
return bubbleButton;
|
|
164
|
+
}
|
|
165
|
+
createDotsElement() {
|
|
166
|
+
const dotsEl = this.ren.createElement("span");
|
|
167
|
+
const dotsText = this.ren.createText("...");
|
|
168
|
+
this.ren.setStyle(dotsEl, "font-size", "18px");
|
|
169
|
+
this.ren.setStyle(dotsEl, "margin-right", "8px");
|
|
170
|
+
this.ren.setStyle(dotsEl, "padding-top", "6px");
|
|
171
|
+
this.ren.setStyle(dotsEl, "color", "#919191");
|
|
172
|
+
this.ren.appendChild(dotsEl, dotsText);
|
|
173
|
+
this.ren.appendChild(this.bubbleContainerRef, dotsEl);
|
|
174
|
+
this.ren.setStyle(dotsEl, "display", "none");
|
|
175
|
+
return dotsEl;
|
|
176
|
+
}
|
|
177
|
+
switchPage(i) {
|
|
178
|
+
const previousPageIndex = this.matPag.pageIndex;
|
|
179
|
+
this.matPag.pageIndex = i;
|
|
180
|
+
this.matPag.page.emit({
|
|
181
|
+
previousPageIndex,
|
|
182
|
+
pageIndex: i,
|
|
183
|
+
pageSize: this.matPag.pageSize,
|
|
184
|
+
length: this.matPag.length,
|
|
185
|
+
});
|
|
186
|
+
this.pageIndexChangeEmitter.emit(i);
|
|
187
|
+
}
|
|
188
|
+
updateButtonsOnPageEvent(previousIndex, newIndex) {
|
|
189
|
+
const neededButtons = this.getNeededButtons();
|
|
190
|
+
if (neededButtons === this.buttonsRef.length) {
|
|
191
|
+
this.changeActiveButtonStyles(previousIndex, newIndex);
|
|
192
|
+
return;
|
|
193
|
+
}
|
|
194
|
+
this.rebuildButtons();
|
|
195
|
+
}
|
|
196
|
+
rebuildButtons() {
|
|
197
|
+
const neededButtons = this.getNeededButtons();
|
|
198
|
+
const activePageIndex = Math.min(this.getActivePageIndex(), Math.max(neededButtons - 1, 0));
|
|
199
|
+
this.removeButtons();
|
|
200
|
+
this.matPag.pageIndex = activePageIndex;
|
|
201
|
+
if (neededButtons <= 1) {
|
|
202
|
+
return;
|
|
203
|
+
}
|
|
204
|
+
this.buildButtons(neededButtons);
|
|
205
|
+
this.changeActiveButtonStyles(activePageIndex, activePageIndex);
|
|
206
|
+
}
|
|
207
|
+
getNeededButtons() {
|
|
208
|
+
return Math.ceil(this.appCustomLength / this.matPag.pageSize);
|
|
209
|
+
}
|
|
210
|
+
getActivePageIndex() {
|
|
211
|
+
return Math.max(this.bubblePageIndex, this.matPag.pageIndex, 0);
|
|
212
|
+
}
|
|
213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: BubblePaginationDirective, deps: [{ token: i1.MatPaginator }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
214
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.18", type: BubblePaginationDirective, isStandalone: true, selector: "[appBubblePagination]", inputs: { showFirstButton: "showFirstButton", showLastButton: "showLastButton", renderButtonsNumber: "renderButtonsNumber", appCustomLength: "appCustomLength", hideDefaultArrows: "hideDefaultArrows", bubblePageIndex: "bubblePageIndex" }, outputs: { pageIndexChangeEmitter: "pageIndexChangeEmitter" }, usesOnChanges: true, ngImport: i0 }); }
|
|
215
|
+
}
|
|
216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: BubblePaginationDirective, decorators: [{
|
|
217
|
+
type: Directive,
|
|
218
|
+
args: [{
|
|
219
|
+
selector: "[appBubblePagination]",
|
|
220
|
+
standalone: true,
|
|
221
|
+
}]
|
|
222
|
+
}], ctorParameters: () => [{ type: i1.MatPaginator }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { pageIndexChangeEmitter: [{
|
|
223
|
+
type: Output
|
|
224
|
+
}], showFirstButton: [{
|
|
225
|
+
type: Input
|
|
226
|
+
}], showLastButton: [{
|
|
227
|
+
type: Input
|
|
228
|
+
}], renderButtonsNumber: [{
|
|
229
|
+
type: Input
|
|
230
|
+
}], appCustomLength: [{
|
|
231
|
+
type: Input
|
|
232
|
+
}], hideDefaultArrows: [{
|
|
233
|
+
type: Input
|
|
234
|
+
}], bubblePageIndex: [{
|
|
235
|
+
type: Input
|
|
236
|
+
}] } });
|
|
237
|
+
|
|
238
|
+
function customPaginatorFactory(i18n, injector) {
|
|
239
|
+
const customPaginatorIntl = new MatPaginatorIntl();
|
|
240
|
+
effect(() => {
|
|
241
|
+
const paginatorTexts = i18n.textsSignal().paginator;
|
|
242
|
+
customPaginatorIntl.itemsPerPageLabel = paginatorTexts.itemsPerPage;
|
|
243
|
+
customPaginatorIntl.nextPageLabel = paginatorTexts.nextPage;
|
|
244
|
+
customPaginatorIntl.previousPageLabel = paginatorTexts.previousPage;
|
|
245
|
+
customPaginatorIntl.getRangeLabel = paginatorTexts.showingRangeLabel;
|
|
246
|
+
customPaginatorIntl.changes.next();
|
|
247
|
+
}, { injector });
|
|
248
|
+
return customPaginatorIntl;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
class MapaMenuComponent {
|
|
252
|
+
constructor() {
|
|
253
|
+
this.items = [];
|
|
254
|
+
this.emitMenu = new EventEmitter();
|
|
255
|
+
}
|
|
256
|
+
toggleMenu() {
|
|
257
|
+
this.trigger.openMenu();
|
|
258
|
+
}
|
|
259
|
+
clickMenu(item) {
|
|
260
|
+
this.emitMenu.emit({ action: item.action, data: this.data });
|
|
261
|
+
}
|
|
262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
263
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: MapaMenuComponent, isStandalone: true, selector: "mapa-menu", inputs: { items: "items", data: "data" }, outputs: { emitMenu: "emitMenu" }, viewQueries: [{ propertyName: "trigger", first: true, predicate: MatMenuTrigger, descendants: true }], ngImport: i0, template: "<mat-menu #menu=\"matMenu\" class=\"mapa-menu\">\n <button\n *ngFor=\"let item of items\"\n mat-menu-item\n (click)=\"clickMenu(item)\"\n class=\"mapa-menu__item\"\n [class.mapa-menu__item--disabled]=\"item.disabled\"\n >\n <mat-icon *ngIf=\"item.icon\">{{item.icon}}</mat-icon>\n <img *ngIf=\"item.image\" [src]=\"item.image\" />\n <span>{{item.text}}</span>\n </button>\n</mat-menu>\n\n<img\n class=\"outside-menu-icon\"\n src=\"assets/images/icons/ThreePoints.svg\"\n (click)=\"toggleMenu()\"\n [matMenuTriggerFor]=\"menu\"\n/>\n", styles: [".outside-menu-icon{color:#50575e;display:flex;align-items:center;justify-content:center}.mat-mdc-menu-content mat-icon{color:var(--Grey-Grey-60, #50575e);font-size:16px;line-height:28px}.mapa-menu__item{display:flex;align-items:center}.mapa-menu__item img{margin-right:8px}.mapa-menu__item--disabled{opacity:.45;cursor:not-allowed}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatMenuModule }, { kind: "component", type: i3.MatMenu, selector: "mat-menu", inputs: ["backdropClass", "aria-label", "aria-labelledby", "aria-describedby", "xPosition", "yPosition", "overlapTrigger", "hasBackdrop", "class", "classList"], outputs: ["closed", "close"], exportAs: ["matMenu"] }, { kind: "component", type: i3.MatMenuItem, selector: "[mat-menu-item]", inputs: ["role", "disabled", "disableRipple"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i3.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", inputs: ["mat-menu-trigger-for", "matMenuTriggerFor", "matMenuTriggerData", "matMenuTriggerRestoreFocus"], outputs: ["menuOpened", "onMenuOpen", "menuClosed", "onMenuClose"], exportAs: ["matMenuTrigger"] }] }); }
|
|
264
|
+
}
|
|
265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaMenuComponent, decorators: [{
|
|
266
|
+
type: Component,
|
|
267
|
+
args: [{ selector: "mapa-menu", imports: [CommonModule, MatIconModule, MatMenuModule], standalone: true, template: "<mat-menu #menu=\"matMenu\" class=\"mapa-menu\">\n <button\n *ngFor=\"let item of items\"\n mat-menu-item\n (click)=\"clickMenu(item)\"\n class=\"mapa-menu__item\"\n [class.mapa-menu__item--disabled]=\"item.disabled\"\n >\n <mat-icon *ngIf=\"item.icon\">{{item.icon}}</mat-icon>\n <img *ngIf=\"item.image\" [src]=\"item.image\" />\n <span>{{item.text}}</span>\n </button>\n</mat-menu>\n\n<img\n class=\"outside-menu-icon\"\n src=\"assets/images/icons/ThreePoints.svg\"\n (click)=\"toggleMenu()\"\n [matMenuTriggerFor]=\"menu\"\n/>\n", styles: [".outside-menu-icon{color:#50575e;display:flex;align-items:center;justify-content:center}.mat-mdc-menu-content mat-icon{color:var(--Grey-Grey-60, #50575e);font-size:16px;line-height:28px}.mapa-menu__item{display:flex;align-items:center}.mapa-menu__item img{margin-right:8px}.mapa-menu__item--disabled{opacity:.45;cursor:not-allowed}\n"] }]
|
|
268
|
+
}], propDecorators: { items: [{
|
|
269
|
+
type: Input
|
|
270
|
+
}], data: [{
|
|
271
|
+
type: Input
|
|
272
|
+
}], emitMenu: [{
|
|
273
|
+
type: Output
|
|
274
|
+
}], trigger: [{
|
|
275
|
+
type: ViewChild,
|
|
276
|
+
args: [MatMenuTrigger]
|
|
277
|
+
}] } });
|
|
278
|
+
|
|
279
|
+
/*
|
|
280
|
+
* Public API Surface of mapa-library-ui menu
|
|
281
|
+
*/
|
|
282
|
+
|
|
283
|
+
function sanitizeHtmlContent(sanitizer, value) {
|
|
284
|
+
return sanitizer.sanitize(SecurityContext.HTML, value ?? "") ?? "";
|
|
285
|
+
}
|
|
286
|
+
class HtmlSanitizerService {
|
|
287
|
+
constructor(sanitizer) {
|
|
288
|
+
this.sanitizer = sanitizer;
|
|
289
|
+
}
|
|
290
|
+
sanitize(value) {
|
|
291
|
+
return sanitizeHtmlContent(this.sanitizer, value);
|
|
292
|
+
}
|
|
293
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
294
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, providedIn: "root" }); }
|
|
295
|
+
}
|
|
296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: HtmlSanitizerService, decorators: [{
|
|
297
|
+
type: Injectable,
|
|
298
|
+
args: [{
|
|
299
|
+
providedIn: "root",
|
|
300
|
+
}]
|
|
301
|
+
}], ctorParameters: () => [{ type: i1$1.DomSanitizer }] });
|
|
302
|
+
|
|
303
|
+
class SafeHtmlPipe {
|
|
304
|
+
constructor(htmlSanitizer) {
|
|
305
|
+
this.htmlSanitizer = htmlSanitizer;
|
|
306
|
+
}
|
|
307
|
+
transform(value) {
|
|
308
|
+
return this.htmlSanitizer.sanitize(value);
|
|
309
|
+
}
|
|
310
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: HtmlSanitizerService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
311
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, isStandalone: true, name: "safeHtml" }); }
|
|
312
|
+
}
|
|
313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
314
|
+
type: Pipe,
|
|
315
|
+
args: [{
|
|
316
|
+
name: "safeHtml",
|
|
317
|
+
standalone: true,
|
|
318
|
+
}]
|
|
319
|
+
}], ctorParameters: () => [{ type: HtmlSanitizerService }] });
|
|
320
|
+
|
|
321
|
+
class MapaSvgIconComponent {
|
|
322
|
+
constructor(httpClient, cdr) {
|
|
323
|
+
this.httpClient = httpClient;
|
|
324
|
+
this.cdr = cdr;
|
|
325
|
+
this.svgIcon = "";
|
|
326
|
+
this.destroyRef = inject(DestroyRef);
|
|
327
|
+
}
|
|
328
|
+
ngOnChanges() {
|
|
329
|
+
if (!this.name) {
|
|
330
|
+
this.svgIcon = "";
|
|
331
|
+
return;
|
|
332
|
+
}
|
|
333
|
+
if (this.color) {
|
|
334
|
+
this.httpClient
|
|
335
|
+
.get(`images/icons/${this.name}.svg`, { responseType: 'text' })
|
|
336
|
+
.pipe(takeUntilDestroyed(this.destroyRef))
|
|
337
|
+
.subscribe((value) => {
|
|
338
|
+
this.svgIcon = this.applyColor(value);
|
|
339
|
+
this.cdr.markForCheck();
|
|
340
|
+
});
|
|
341
|
+
return;
|
|
342
|
+
}
|
|
343
|
+
this.svgIcon = `<img src="images/icons/${this.name}.svg" alt="${this.name}" />`;
|
|
344
|
+
this.cdr.markForCheck();
|
|
345
|
+
}
|
|
346
|
+
applyColor(value) {
|
|
347
|
+
if (!this.color) {
|
|
348
|
+
return value;
|
|
349
|
+
}
|
|
350
|
+
return value
|
|
351
|
+
.replaceAll('fill="#50575E"', `fill="${this.color}"`)
|
|
352
|
+
.replaceAll('fill="#181818"', `fill="${this.color}"`)
|
|
353
|
+
.replaceAll('fill="#7def7b"', `fill="${this.color}"`)
|
|
354
|
+
.replaceAll('stroke="#50575E"', `stroke="${this.color}"`)
|
|
355
|
+
.replaceAll('stroke="#181818"', `stroke="${this.color}"`)
|
|
356
|
+
.replaceAll('stroke="#7def7b"', `stroke="${this.color}"`);
|
|
357
|
+
}
|
|
358
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaSvgIconComponent, deps: [{ token: i1$2.HttpClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
359
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: MapaSvgIconComponent, isStandalone: true, selector: "mapa-svg-icon", inputs: { name: "name", color: "color" }, usesOnChanges: true, ngImport: i0, template: "<span *ngIf=\"svgIcon\" class=\"mapa__svg-icon\" [innerHTML]=\"svgIcon | safeHtml\"></span>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: SafeHtmlPipe, name: "safeHtml" }] }); }
|
|
360
|
+
}
|
|
361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaSvgIconComponent, decorators: [{
|
|
362
|
+
type: Component,
|
|
363
|
+
args: [{ selector: "mapa-svg-icon", standalone: true, imports: [CommonModule, SafeHtmlPipe], template: "<span *ngIf=\"svgIcon\" class=\"mapa__svg-icon\" [innerHTML]=\"svgIcon | safeHtml\"></span>\n" }]
|
|
364
|
+
}], ctorParameters: () => [{ type: i1$2.HttpClient }, { type: i0.ChangeDetectorRef }], propDecorators: { name: [{
|
|
365
|
+
type: Input
|
|
366
|
+
}], color: [{
|
|
367
|
+
type: Input
|
|
368
|
+
}] } });
|
|
369
|
+
|
|
370
|
+
/*
|
|
371
|
+
* Public API Surface of mapa-library-ui svg-icon
|
|
372
|
+
*/
|
|
373
|
+
|
|
374
|
+
const MAPA_UI_TEXTS = new InjectionToken("MAPA_UI_TEXTS");
|
|
375
|
+
const MAPA_UI_DEFAULT_TEXTS = {
|
|
376
|
+
common: {
|
|
377
|
+
selectAll: "Selecionar todos",
|
|
378
|
+
},
|
|
379
|
+
filters: {
|
|
380
|
+
clear: "Limpar filtros",
|
|
381
|
+
submit: "Filtrar",
|
|
382
|
+
},
|
|
383
|
+
datepicker: {
|
|
384
|
+
startDatePlaceholder: "Data inicial",
|
|
385
|
+
endDatePlaceholder: "Data final",
|
|
386
|
+
},
|
|
387
|
+
capability: {
|
|
388
|
+
groupAverageTitle: "Média geral do grupo",
|
|
389
|
+
individualAverageTitle: "Média geral do indivíduo",
|
|
390
|
+
conceptTitle: "Conceito",
|
|
391
|
+
resultTitle: "Resultado",
|
|
392
|
+
positiveIndicatorsTitle: "Indicadores positivos",
|
|
393
|
+
negativeIndicatorsTitle: "Indicadores negativos",
|
|
394
|
+
riskIndicatorsTitle: "Indicadores de risco",
|
|
395
|
+
precipitationRiskTitle: "Risco de acidente por precipitação",
|
|
396
|
+
negligenceRiskTitle: "Risco de acidente por negligência",
|
|
397
|
+
negativeDirectionLabel: "Direção Negativa |",
|
|
398
|
+
positiveDirectionLabel: "Direção Positiva |",
|
|
399
|
+
},
|
|
400
|
+
paginator: {
|
|
401
|
+
itemsPerPage: "Itens por página",
|
|
402
|
+
nextPage: "Próxima página",
|
|
403
|
+
previousPage: "Página anterior",
|
|
404
|
+
rangeLabel: (page, pageSize, length) => {
|
|
405
|
+
if (length === 0 || pageSize === 0) {
|
|
406
|
+
return `0 de ${length}`;
|
|
407
|
+
}
|
|
408
|
+
const startIndex = page * pageSize;
|
|
409
|
+
const endIndex = startIndex < length
|
|
410
|
+
? Math.min(startIndex + pageSize, length)
|
|
411
|
+
: startIndex + pageSize;
|
|
412
|
+
return `${startIndex + 1} - ${endIndex} de ${length}`;
|
|
413
|
+
},
|
|
414
|
+
showingRangeLabel: (page, pageSize, length) => {
|
|
415
|
+
if (length === 0) {
|
|
416
|
+
return "Mostrando 0 - 0 de 0 item";
|
|
417
|
+
}
|
|
418
|
+
const startIndex = page * pageSize;
|
|
419
|
+
const endIndex = startIndex < length
|
|
420
|
+
? Math.min(startIndex + pageSize, length)
|
|
421
|
+
: startIndex + pageSize;
|
|
422
|
+
const itemLabel = length === 1 ? "item" : "itens";
|
|
423
|
+
return `Mostrando ${startIndex + 1} - ${endIndex} de ${length} ${itemLabel}`;
|
|
424
|
+
},
|
|
425
|
+
},
|
|
426
|
+
validation: {
|
|
427
|
+
cnpj: "CNPJ inválido",
|
|
428
|
+
cpf: "CPF inválido",
|
|
429
|
+
email: "E-mail inválido",
|
|
430
|
+
max: (context) => `O valor máximo permitido é ${context?.max ?? ""}`.trim(),
|
|
431
|
+
maxLength: (context) => `O máximo permitido é ${context?.requiredLength ?? ""} caracteres`.trim(),
|
|
432
|
+
min: (context) => `O valor minimo permitido é ${context?.min ?? ""}`.trim(),
|
|
433
|
+
minLength: (context) => `O mínimo permitido é ${context?.requiredLength ?? ""} caracteres`.trim(),
|
|
434
|
+
pattern: "Formato inválido",
|
|
435
|
+
required: "Campo obrigatório",
|
|
436
|
+
},
|
|
437
|
+
};
|
|
438
|
+
function mergeMapaUiTexts(customTexts) {
|
|
439
|
+
return {
|
|
440
|
+
common: {
|
|
441
|
+
...MAPA_UI_DEFAULT_TEXTS.common,
|
|
442
|
+
...(customTexts?.common ?? {}),
|
|
443
|
+
},
|
|
444
|
+
filters: {
|
|
445
|
+
...MAPA_UI_DEFAULT_TEXTS.filters,
|
|
446
|
+
...(customTexts?.filters ?? {}),
|
|
447
|
+
},
|
|
448
|
+
datepicker: {
|
|
449
|
+
...MAPA_UI_DEFAULT_TEXTS.datepicker,
|
|
450
|
+
...(customTexts?.datepicker ?? {}),
|
|
451
|
+
},
|
|
452
|
+
capability: {
|
|
453
|
+
...MAPA_UI_DEFAULT_TEXTS.capability,
|
|
454
|
+
...(customTexts?.capability ?? {}),
|
|
455
|
+
},
|
|
456
|
+
paginator: {
|
|
457
|
+
...MAPA_UI_DEFAULT_TEXTS.paginator,
|
|
458
|
+
...(customTexts?.paginator ?? {}),
|
|
459
|
+
},
|
|
460
|
+
validation: {
|
|
461
|
+
...MAPA_UI_DEFAULT_TEXTS.validation,
|
|
462
|
+
...(customTexts?.validation ?? {}),
|
|
463
|
+
},
|
|
464
|
+
};
|
|
465
|
+
}
|
|
466
|
+
function provideMapaUiTexts(texts) {
|
|
467
|
+
return {
|
|
468
|
+
provide: MAPA_UI_TEXTS,
|
|
469
|
+
useValue: texts,
|
|
470
|
+
};
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
class MapaI18nService {
|
|
474
|
+
constructor(customTexts) {
|
|
475
|
+
this.injector = inject(Injector);
|
|
476
|
+
this.textsState = signal(mergeMapaUiTexts(), ...(ngDevMode ? [{ debugName: "textsState" }] : []));
|
|
477
|
+
this.textsSignal = this.textsState.asReadonly();
|
|
478
|
+
this.texts$ = toObservable(this.textsSignal, { injector: this.injector });
|
|
479
|
+
if (customTexts) {
|
|
480
|
+
this.textsState.set(mergeMapaUiTexts(customTexts));
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
get texts() {
|
|
484
|
+
return this.textsState();
|
|
485
|
+
}
|
|
486
|
+
setTexts(texts) {
|
|
487
|
+
this.textsState.set(mergeMapaUiTexts(texts));
|
|
488
|
+
}
|
|
489
|
+
resolveValidationText(key, context) {
|
|
490
|
+
return this.resolveText(this.texts.validation[key], context);
|
|
491
|
+
}
|
|
492
|
+
resolveText(value, context) {
|
|
493
|
+
return typeof value === "function" ? value(context) : value;
|
|
494
|
+
}
|
|
495
|
+
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 }); }
|
|
496
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, providedIn: "root" }); }
|
|
497
|
+
}
|
|
498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaI18nService, decorators: [{
|
|
499
|
+
type: Injectable,
|
|
500
|
+
args: [{
|
|
501
|
+
providedIn: "root",
|
|
502
|
+
}]
|
|
503
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
504
|
+
type: Optional
|
|
505
|
+
}, {
|
|
506
|
+
type: Inject,
|
|
507
|
+
args: [MAPA_UI_TEXTS]
|
|
508
|
+
}] }] });
|
|
509
|
+
|
|
510
|
+
const DAY_MONTH_YEAR_PATTERN = /^(\d{2})\/(\d{2})\/(\d{4})$/;
|
|
511
|
+
function isValidDate(date) {
|
|
512
|
+
return !Number.isNaN(date.getTime());
|
|
513
|
+
}
|
|
514
|
+
function formatDateAsDayMonthYear(date) {
|
|
515
|
+
const day = `${date.getDate()}`.padStart(2, "0");
|
|
516
|
+
const month = `${date.getMonth() + 1}`.padStart(2, "0");
|
|
517
|
+
const year = `${date.getFullYear()}`;
|
|
518
|
+
return `${day}/${month}/${year}`;
|
|
519
|
+
}
|
|
520
|
+
function parseDateValue(value) {
|
|
521
|
+
if (value instanceof Date) {
|
|
522
|
+
return isValidDate(value) ? new Date(value.getTime()) : null;
|
|
523
|
+
}
|
|
524
|
+
if (typeof value === "number") {
|
|
525
|
+
const parsedDate = new Date(value);
|
|
526
|
+
return isValidDate(parsedDate) ? parsedDate : null;
|
|
527
|
+
}
|
|
528
|
+
if (typeof value !== "string") {
|
|
529
|
+
return null;
|
|
530
|
+
}
|
|
531
|
+
const trimmedValue = value.trim();
|
|
532
|
+
if (!trimmedValue) {
|
|
533
|
+
return null;
|
|
534
|
+
}
|
|
535
|
+
const dayMonthYearMatch = DAY_MONTH_YEAR_PATTERN.exec(trimmedValue);
|
|
536
|
+
if (dayMonthYearMatch) {
|
|
537
|
+
const [, dayValue, monthValue, yearValue] = dayMonthYearMatch;
|
|
538
|
+
const day = Number(dayValue);
|
|
539
|
+
const month = Number(monthValue);
|
|
540
|
+
const year = Number(yearValue);
|
|
541
|
+
const parsedDate = new Date(year, month - 1, day);
|
|
542
|
+
if (parsedDate.getFullYear() === year &&
|
|
543
|
+
parsedDate.getMonth() === month - 1 &&
|
|
544
|
+
parsedDate.getDate() === day) {
|
|
545
|
+
return parsedDate;
|
|
546
|
+
}
|
|
547
|
+
return null;
|
|
548
|
+
}
|
|
549
|
+
const parsedDate = new Date(trimmedValue);
|
|
550
|
+
return isValidDate(parsedDate) ? parsedDate : null;
|
|
551
|
+
}
|
|
552
|
+
function isDateValue(value) {
|
|
553
|
+
return parseDateValue(value) !== null;
|
|
554
|
+
}
|
|
555
|
+
function getRelativeDateRange(daysBack) {
|
|
556
|
+
const endDate = new Date();
|
|
557
|
+
endDate.setHours(23, 59, 59, 999);
|
|
558
|
+
const startDate = new Date();
|
|
559
|
+
startDate.setHours(0, 0, 0, 0);
|
|
560
|
+
startDate.setDate(startDate.getDate() - daysBack);
|
|
561
|
+
return { startDate, endDate };
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
class MapaTableComponent {
|
|
565
|
+
constructor(cdr, i18n) {
|
|
566
|
+
this.cdr = cdr;
|
|
567
|
+
this.i18n = i18n;
|
|
568
|
+
this.columns = [];
|
|
569
|
+
this.data = [];
|
|
570
|
+
this.pageIndex = 1;
|
|
571
|
+
this.pageSize = 5;
|
|
572
|
+
this.totalCount = 0;
|
|
573
|
+
this.totalPages = 0;
|
|
574
|
+
this.menuItems = [];
|
|
575
|
+
this.showPaginator = true;
|
|
576
|
+
this.paginatorShowFirstButton = true;
|
|
577
|
+
this.paginatorShowLastButton = true;
|
|
578
|
+
this.paginatorRenderButtonsNumber = 2;
|
|
579
|
+
this.paginatorHideDefaultArrows = false;
|
|
580
|
+
this.rowClick = new EventEmitter();
|
|
581
|
+
this.selectedRows = new EventEmitter();
|
|
582
|
+
this.onChangePage = new EventEmitter();
|
|
583
|
+
this.onSortChange = new EventEmitter();
|
|
584
|
+
this.dataSource = new MatTableDataSource([]);
|
|
585
|
+
this.displayedColumns = [];
|
|
586
|
+
this.desktopTableVisible = true;
|
|
587
|
+
this.destroyRef = inject(DestroyRef);
|
|
588
|
+
}
|
|
589
|
+
get texts() {
|
|
590
|
+
return this.i18n.textsSignal();
|
|
591
|
+
}
|
|
592
|
+
get selectAllLabel() {
|
|
593
|
+
return this.texts.common.selectAll;
|
|
594
|
+
}
|
|
595
|
+
get paginatorPageIndex() {
|
|
596
|
+
return Math.max(this.pageIndex - 1, 0);
|
|
597
|
+
}
|
|
598
|
+
ngAfterViewInit() {
|
|
599
|
+
this.dataSource.sort = this.sort;
|
|
600
|
+
this.cdr.markForCheck();
|
|
601
|
+
}
|
|
602
|
+
ngOnChanges(changes) {
|
|
603
|
+
if ((changes["data"] || changes["columns"]) && this.dataSource) {
|
|
604
|
+
if (changes["data"]) {
|
|
605
|
+
this.data = changes["data"].currentValue;
|
|
606
|
+
}
|
|
607
|
+
if (changes["columns"]) {
|
|
608
|
+
this.columns = changes["columns"].currentValue;
|
|
609
|
+
}
|
|
610
|
+
this.refreshTableState();
|
|
611
|
+
if (changes["columns"]) {
|
|
612
|
+
this.rebuildDesktopTable();
|
|
613
|
+
}
|
|
614
|
+
this.cdr.markForCheck();
|
|
615
|
+
}
|
|
616
|
+
if (changes["filterControl"] && this.filterControl) {
|
|
617
|
+
this.setupFilter();
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
refreshTableState() {
|
|
621
|
+
this.dataSource = new MatTableDataSource(this.data);
|
|
622
|
+
this.dataSource.sort = this.sort;
|
|
623
|
+
this.displayedColumns = this.columns.map((column) => column.key);
|
|
624
|
+
if (this.filterControl) {
|
|
625
|
+
this.setupFilter();
|
|
626
|
+
this.dataSource.filter = `${this.filterControl.value ?? ""}`.trim().toLowerCase();
|
|
627
|
+
}
|
|
628
|
+
this.table?.renderRows();
|
|
629
|
+
}
|
|
630
|
+
rebuildDesktopTable() {
|
|
631
|
+
this.desktopTableVisible = false;
|
|
632
|
+
this.cdr.detectChanges();
|
|
633
|
+
this.desktopTableVisible = true;
|
|
634
|
+
this.cdr.detectChanges();
|
|
635
|
+
}
|
|
636
|
+
trackColumn(index, column) {
|
|
637
|
+
return `${index}:${column.key}:${column.label}`;
|
|
638
|
+
}
|
|
639
|
+
setupFilter() {
|
|
640
|
+
this.filterControlSubscription?.unsubscribe();
|
|
641
|
+
if (!this.dataSource || !this.filterControl) {
|
|
642
|
+
return;
|
|
643
|
+
}
|
|
644
|
+
this.filterControlSubscription = this.filterControl.valueChanges
|
|
645
|
+
.pipe(takeUntilDestroyed(this.destroyRef))
|
|
646
|
+
.subscribe((value) => {
|
|
647
|
+
this.dataSource.filter = (value ?? "").trim().toLowerCase();
|
|
648
|
+
this.cdr.markForCheck();
|
|
649
|
+
});
|
|
650
|
+
this.dataSource.filterPredicate = (data, filter) => {
|
|
651
|
+
const dataStr = Object.keys(data)
|
|
652
|
+
.reduce((currentTerm, key) => {
|
|
653
|
+
return `${currentTerm}${this.getFilterValue(data[key])} `;
|
|
654
|
+
}, "")
|
|
655
|
+
.trim()
|
|
656
|
+
.toLowerCase();
|
|
657
|
+
return dataStr.indexOf(filter) !== -1;
|
|
658
|
+
};
|
|
659
|
+
}
|
|
660
|
+
isAllSelected() {
|
|
661
|
+
if (this.selection) {
|
|
662
|
+
const numSelected = this.selection.selected.length;
|
|
663
|
+
const numRows = this.dataSource.data.length;
|
|
664
|
+
return numSelected === numRows;
|
|
665
|
+
}
|
|
666
|
+
return false;
|
|
667
|
+
}
|
|
668
|
+
toggleAllRows() {
|
|
669
|
+
if (this.selection) {
|
|
670
|
+
if (this.isAllSelected()) {
|
|
671
|
+
this.selection.clear();
|
|
672
|
+
this.getSelectedValues();
|
|
673
|
+
}
|
|
674
|
+
else {
|
|
675
|
+
this.dataSource.data.forEach((row) => this.selection?.select(row));
|
|
676
|
+
this.getSelectedValues();
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
checkboxLabel(row) {
|
|
681
|
+
if (this.selection) {
|
|
682
|
+
if (!row) {
|
|
683
|
+
return `${this.isAllSelected() ? "deselect" : "select"} all`;
|
|
684
|
+
}
|
|
685
|
+
const rowPosition = typeof row.position === "number" ? row.position + 1 : 1;
|
|
686
|
+
return `${this.selection.isSelected(row) ? "deselect" : "select"} row ${rowPosition}`;
|
|
687
|
+
}
|
|
688
|
+
return "";
|
|
689
|
+
}
|
|
690
|
+
sortData(column) {
|
|
691
|
+
if (column.sort) {
|
|
692
|
+
const sort = { active: column.key, direction: "asc" };
|
|
693
|
+
if (this.currentSort &&
|
|
694
|
+
this.currentSort.active === column.key &&
|
|
695
|
+
this.currentSort.direction === "asc") {
|
|
696
|
+
sort.direction = "desc";
|
|
697
|
+
}
|
|
698
|
+
this.currentSort = sort;
|
|
699
|
+
this.sortDataFunction(sort);
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
sortDataFunction(sort) {
|
|
703
|
+
this.onSortChange.emit(sort);
|
|
704
|
+
}
|
|
705
|
+
emitRowClick(row, action) {
|
|
706
|
+
const rowData = { row, action };
|
|
707
|
+
this.rowClick.emit(rowData);
|
|
708
|
+
}
|
|
709
|
+
toggleSelection(row) {
|
|
710
|
+
if (this.selection) {
|
|
711
|
+
if (this.selection.isSelected(row)) {
|
|
712
|
+
this.selection.deselect(row);
|
|
713
|
+
}
|
|
714
|
+
else {
|
|
715
|
+
this.selection.select(row);
|
|
716
|
+
}
|
|
717
|
+
this.getSelectedValues();
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
getSelectedValues() {
|
|
721
|
+
if (this.selection) {
|
|
722
|
+
const selectedRows = this.selection.selected.map((row) => {
|
|
723
|
+
return { row };
|
|
724
|
+
});
|
|
725
|
+
this.selectedRows.emit(selectedRows);
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
generateColumns() {
|
|
729
|
+
const columns = [{ key: "name", label: "", sort: false }];
|
|
730
|
+
this.columns = columns;
|
|
731
|
+
}
|
|
732
|
+
columnExists(columns, key) {
|
|
733
|
+
return columns.some((column) => column.key === key);
|
|
734
|
+
}
|
|
735
|
+
generateGroupData() {
|
|
736
|
+
const result = [];
|
|
737
|
+
this.data = result;
|
|
738
|
+
}
|
|
739
|
+
isBoolean(column, row) {
|
|
740
|
+
return typeof this.getColumnValue(row, column.key) === "boolean";
|
|
741
|
+
}
|
|
742
|
+
isMaskedData(column, row) {
|
|
743
|
+
return !!column.mask && isDateValue(this.getColumnValue(row, column.key));
|
|
744
|
+
}
|
|
745
|
+
getValueAsDate(column, row) {
|
|
746
|
+
return parseDateValue(this.getColumnValue(row, column.key)) ?? new Date("");
|
|
747
|
+
}
|
|
748
|
+
getCellClass(column, row) {
|
|
749
|
+
if (column.key === "name" ||
|
|
750
|
+
column.key === "cpf" ||
|
|
751
|
+
column.key === "general") {
|
|
752
|
+
return "";
|
|
753
|
+
}
|
|
754
|
+
try {
|
|
755
|
+
return `classification`;
|
|
756
|
+
}
|
|
757
|
+
catch {
|
|
758
|
+
return "";
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
getCellBg(column, row) {
|
|
762
|
+
if (column.key === "name" ||
|
|
763
|
+
column.key === "cpf" ||
|
|
764
|
+
column.key === "general") {
|
|
765
|
+
return "";
|
|
766
|
+
}
|
|
767
|
+
try {
|
|
768
|
+
return this.getRecordStringValue(this.getColumnRecord(row, column.key), "classificationColor");
|
|
769
|
+
}
|
|
770
|
+
catch {
|
|
771
|
+
return "";
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
getCellTextColor(column, row) {
|
|
775
|
+
if (column.key === "name" ||
|
|
776
|
+
column.key === "cpf" ||
|
|
777
|
+
column.key === "general") {
|
|
778
|
+
return "";
|
|
779
|
+
}
|
|
780
|
+
try {
|
|
781
|
+
return this.getRecordStringValue(this.getColumnRecord(row, column.key), "classificationTextColor");
|
|
782
|
+
}
|
|
783
|
+
catch {
|
|
784
|
+
return "";
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
getValue(row) {
|
|
788
|
+
try {
|
|
789
|
+
if (row.value !== undefined && row.value !== null && row.value !== "") {
|
|
790
|
+
return row.value + "%";
|
|
791
|
+
}
|
|
792
|
+
return "-";
|
|
793
|
+
}
|
|
794
|
+
catch {
|
|
795
|
+
return "-";
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
changePage(event) {
|
|
799
|
+
this.onChangePage.emit(event);
|
|
800
|
+
}
|
|
801
|
+
toggleMenu() {
|
|
802
|
+
this.trigger.openMenu();
|
|
803
|
+
}
|
|
804
|
+
getBackgroundColor(column, row) {
|
|
805
|
+
return column.status?.color?.[this.getStatusIndex(row, column.key)] || "";
|
|
806
|
+
}
|
|
807
|
+
getTextColor(column, row) {
|
|
808
|
+
return column.status?.textColor?.[this.getStatusIndex(row, column.key)] || "";
|
|
809
|
+
}
|
|
810
|
+
hasCustomClass(column, row, key) {
|
|
811
|
+
if (column?.class ||
|
|
812
|
+
row?.rowStyleClass ||
|
|
813
|
+
this.hasCellStyleClass(row, key)) {
|
|
814
|
+
return true;
|
|
815
|
+
}
|
|
816
|
+
return false;
|
|
817
|
+
}
|
|
818
|
+
getCustomClass(column, row, key) {
|
|
819
|
+
if (this.hasCellStyleClass(row, key)) {
|
|
820
|
+
return this.getCellStyleClass(row, column.key);
|
|
821
|
+
}
|
|
822
|
+
else if (column?.class) {
|
|
823
|
+
return column.class;
|
|
824
|
+
}
|
|
825
|
+
else if (row?.rowStyleClass) {
|
|
826
|
+
return row.rowStyleClass;
|
|
827
|
+
}
|
|
828
|
+
return "";
|
|
829
|
+
}
|
|
830
|
+
hasCellStyleClass(row, key) {
|
|
831
|
+
return row.styleClass?.key === key;
|
|
832
|
+
}
|
|
833
|
+
getCellStyleClass(row, key) {
|
|
834
|
+
return row.styleClass?.key === key ? row.styleClass?.class : "";
|
|
835
|
+
}
|
|
836
|
+
handleMenu(selected) {
|
|
837
|
+
if (this.isTableRowData(selected.data)) {
|
|
838
|
+
this.emitRowClick(selected.data, selected.action);
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
hasIndividualMenu(row) {
|
|
842
|
+
return this.getMenuItems(row).length > 0;
|
|
843
|
+
}
|
|
844
|
+
getMenuItems(row) {
|
|
845
|
+
return this.getMenuActionItems(row, "menu");
|
|
846
|
+
}
|
|
847
|
+
getActionItems(row) {
|
|
848
|
+
const rowActions = this.getMenuActionItems(row, "actions");
|
|
849
|
+
return rowActions.length > 0 ? rowActions : (this.actions ?? []);
|
|
850
|
+
}
|
|
851
|
+
getStatusLabel(column, row) {
|
|
852
|
+
const labels = column.status?.label;
|
|
853
|
+
if (!labels) {
|
|
854
|
+
return "-";
|
|
855
|
+
}
|
|
856
|
+
const value = this.getColumnValue(row, column.key);
|
|
857
|
+
if (typeof value === "boolean") {
|
|
858
|
+
return labels[value ? 1 : 0] ?? "-";
|
|
859
|
+
}
|
|
860
|
+
if (typeof value === "number") {
|
|
861
|
+
return labels[value] ?? "-";
|
|
862
|
+
}
|
|
863
|
+
if (typeof value === "string") {
|
|
864
|
+
const numericIndex = Number(value);
|
|
865
|
+
return Number.isNaN(numericIndex) ? labels[0] ?? "-" : labels[numericIndex] ?? "-";
|
|
866
|
+
}
|
|
867
|
+
return "-";
|
|
868
|
+
}
|
|
869
|
+
getCellContent(row, key) {
|
|
870
|
+
const value = this.getColumnValue(row, key);
|
|
871
|
+
if (value === null || value === undefined) {
|
|
872
|
+
return "";
|
|
873
|
+
}
|
|
874
|
+
if (typeof value === "string" || typeof value === "number") {
|
|
875
|
+
return `${value}`;
|
|
876
|
+
}
|
|
877
|
+
if (typeof value === "boolean") {
|
|
878
|
+
return value ? "true" : "false";
|
|
879
|
+
}
|
|
880
|
+
return "";
|
|
881
|
+
}
|
|
882
|
+
hasActionsColumn() {
|
|
883
|
+
return this.columns.some((column) => column.key.includes('actions'));
|
|
884
|
+
}
|
|
885
|
+
hasMenuColumn() {
|
|
886
|
+
return this.columns.some((column) => column.key.includes('menu'));
|
|
887
|
+
}
|
|
888
|
+
setSvgName(image) {
|
|
889
|
+
return image.split('/').pop()?.split('.')[0] || '';
|
|
890
|
+
}
|
|
891
|
+
getColumnValue(row, key) {
|
|
892
|
+
return row[key];
|
|
893
|
+
}
|
|
894
|
+
getColumnRecord(row, key) {
|
|
895
|
+
const value = this.getColumnValue(row, key);
|
|
896
|
+
if (!value || typeof value !== "object" || Array.isArray(value)) {
|
|
897
|
+
return undefined;
|
|
898
|
+
}
|
|
899
|
+
return value;
|
|
900
|
+
}
|
|
901
|
+
getRecordStringValue(value, key) {
|
|
902
|
+
const recordValue = value?.[key];
|
|
903
|
+
return typeof recordValue === "string" ? recordValue : "";
|
|
904
|
+
}
|
|
905
|
+
getStatusIndex(row, key) {
|
|
906
|
+
const value = this.getColumnValue(row, key);
|
|
907
|
+
if (typeof value === "boolean") {
|
|
908
|
+
return value ? 1 : 0;
|
|
909
|
+
}
|
|
910
|
+
if (typeof value === "number") {
|
|
911
|
+
return value;
|
|
912
|
+
}
|
|
913
|
+
if (typeof value === "string") {
|
|
914
|
+
const parsedValue = Number(value);
|
|
915
|
+
return Number.isNaN(parsedValue) ? 0 : parsedValue;
|
|
916
|
+
}
|
|
917
|
+
return 0;
|
|
918
|
+
}
|
|
919
|
+
getFilterValue(value) {
|
|
920
|
+
if (value === null || value === undefined) {
|
|
921
|
+
return "";
|
|
922
|
+
}
|
|
923
|
+
if (typeof value === "string" ||
|
|
924
|
+
typeof value === "number" ||
|
|
925
|
+
typeof value === "boolean") {
|
|
926
|
+
return `${value}`.toLowerCase();
|
|
927
|
+
}
|
|
928
|
+
if (Array.isArray(value)) {
|
|
929
|
+
return value.map((item) => this.getFilterValue(item)).join(" ");
|
|
930
|
+
}
|
|
931
|
+
if (typeof value === "object") {
|
|
932
|
+
return Object.values(value).map((item) => this.getFilterValue(item)).join(" ");
|
|
933
|
+
}
|
|
934
|
+
return "";
|
|
935
|
+
}
|
|
936
|
+
getMenuActionItems(row, key) {
|
|
937
|
+
const value = row?.[key];
|
|
938
|
+
if (!Array.isArray(value)) {
|
|
939
|
+
return [];
|
|
940
|
+
}
|
|
941
|
+
return value.filter((item) => this.isMenuItem(item));
|
|
942
|
+
}
|
|
943
|
+
isMenuItem(value) {
|
|
944
|
+
return (!!value &&
|
|
945
|
+
typeof value === "object" &&
|
|
946
|
+
"action" in value &&
|
|
947
|
+
"text" in value);
|
|
948
|
+
}
|
|
949
|
+
isTableRowData(value) {
|
|
950
|
+
return !!value && typeof value === "object" && !Array.isArray(value);
|
|
951
|
+
}
|
|
952
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaTableComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: MapaI18nService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
953
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.18", type: MapaTableComponent, isStandalone: true, selector: "mapa-table", inputs: { columns: "columns", data: "data", pageIndex: "pageIndex", pageSize: "pageSize", totalCount: "totalCount", totalPages: "totalPages", checkbox: "checkbox", selection: "selection", actions: "actions", filterControl: "filterControl", menuItems: "menuItems", menu: "menu", showPaginator: "showPaginator", paginatorShowFirstButton: "paginatorShowFirstButton", paginatorShowLastButton: "paginatorShowLastButton", paginatorRenderButtonsNumber: "paginatorRenderButtonsNumber", paginatorHideDefaultArrows: "paginatorHideDefaultArrows" }, outputs: { rowClick: "rowClick", selectedRows: "selectedRows", onChangePage: "onChangePage", onSortChange: "onSortChange" }, providers: [
|
|
954
|
+
{
|
|
955
|
+
provide: MatPaginatorIntl,
|
|
956
|
+
useFactory: customPaginatorFactory,
|
|
957
|
+
deps: [MapaI18nService, Injector],
|
|
958
|
+
},
|
|
959
|
+
], viewQueries: [{ propertyName: "trigger", first: true, predicate: MatMenuTrigger, descendants: true }, { propertyName: "table", first: true, predicate: MatTable, descendants: true }, { propertyName: "paginator", first: true, predicate: MatPaginator, descendants: true, read: true }, { propertyName: "sort", first: true, predicate: MatSort, descendants: true }], usesOnChanges: true, ngImport: i0, template: "@if (dataSource.data.length > 0) {\n <section class=\"mapa-table\">\n <div class=\"mapa-table--show-on-mobile\">\n @if (checkbox) {\n <div class=\"mapa-table__select-all\">\n @if (selection) {\n <mat-checkbox\n (change)=\"$event ? toggleAllRows() : null\"\n [checked]=\"selection.hasValue() && isAllSelected()\"\n [indeterminate]=\"selection.hasValue() && !isAllSelected()\"\n (click)=\"$event.stopPropagation()\"\n color=\"primary\"\n > {{ selectAllLabel }}</mat-checkbox>\n }\n </div>\n }\n @for (row of dataSource.data; track row) {\n <div>\n <div class=\"mapa-table__card mapa__card\">\n @for (column of columns; track trackColumn($index, column); let isFirst = $first) {\n <div [ngClass]=\"'mapa-table__card--column-' + column.key\">\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <strong\n class=\"mapa-table__card--header\"\n [class.mapa-table__checkbox--header]=\"isFirst && checkbox\"\n >\n <div\n [ngTemplateOutlet]=\"tableHeader\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox: false }\"\n class=\"hidden\"\n ></div>\n </strong>\n }\n <div\n class=\"mapa-table__card--column\"\n [class.mapa-table__column--center-cell]=\"column?.align === 'center'\"\n >\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <div class=\"mapa-table__content\">\n <div\n [style.width]=\"column?.width\"\n [class.mapa-table__column--ellipsis]=\"column?.collapse === 'overflow'\"\n [class.mapa-table__column--no-wrap]=\"column?.collapse === 'no-wrap'\"\n [class.mapa-table__column--wrap]=\"column?.collapse === 'wrap'\"\n [ngClass]=\"[hasCustomClass(column, row, column.key) ? getCustomClass(column, row, column.key) : '']\"\n >\n @if (column?.status?.color) {\n <div\n class=\"mapa-table__column--status\"\n [style.backgroundColor]=\"getBackgroundColor(column, row)\"\n [style.color]=\"getTextColor(column, row)\"\n [class.mapa-table__column--status-round]=\"column.status?.style == 'round'\"\n >\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n </div>\n } @else {\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n }\n </div>\n </div>\n } @else {\n @if (column.key === \"actions\" && actions) {\n <div>\n @for (item of getActionItems(row); track item) {\n @if (item.route) {\n <a [href]=\"item.route\" [routerLink]=\"item.route\">\n <button\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n </a>\n } @else {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n }\n }\n </div>\n }\n\n @if (column.key === \"menu\") {\n @if (hasIndividualMenu(row)) {\n <div class=\"mapa-table__column--menu\">\n @for (item of getMenuItems(row); track item) {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--menu-item\"\n [class.mapa-table__column--menu-item-disabled]=\"item.disabled\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n <span class=\"mapa-table__column--menu-item-text\">{{ item.text }}</span>\n </button>\n }\n </div>\n } @else {\n <div class=\"mapa-table__column--menu\">\n @for (item of menuItems; track item) {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--menu-item\"\n [class.mapa-table__column--menu-item-disabled]=\"item.disabled\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <mapa-svg-icon [name]=\"setSvgName(item.image)\"></mapa-svg-icon>\n }\n <span class=\"mapa-table__column--menu-item-text\">{{ item.text }}</span>\n </button>\n }\n </div>\n }\n }\n }\n </div>\n </div>\n }\n </div>\n </div>\n }\n </div>\n\n <div class=\"mapa-table--show-on-desktop\">\n @if (desktopTableVisible) {\n <table\n mat-table\n [dataSource]=\"dataSource\"\n matSort\n (matSortChange)=\"sortDataFunction($event)\"\n >\n @for (column of columns; track trackColumn($index, column); let isFirst = $first) {\n <ng-container [matColumnDef]=\"column.key\">\n <th\n mat-header-cell\n *matHeaderCellDef\n mat-sort-header\n [disabled]=\"!(column.key !== 'actions' ? column.sort : null)\"\n >\n <div\n [ngTemplateOutlet]=\"tableHeader\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox }\"\n ></div>\n </th>\n <td mat-cell *matCellDef=\"let row\" [style.width]=\"column?.width\">\n <div\n class=\"mapa-table__column\"\n (click)=\"emitRowClick(row, '')\"\n [class.mapa-table__column--center-cell]=\"column?.align === 'center'\"\n >\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <div class=\"mapa-table__content\">\n <div\n [style.width]=\"column?.width\"\n [class.mapa-table__column--ellipsis]=\"column?.collapse === 'overflow'\"\n [class.mapa-table__column--no-wrap]=\"column?.collapse === 'no-wrap'\"\n [class.mapa-table__column--wrap]=\"column?.collapse === 'wrap'\"\n [ngClass]=\"[hasCustomClass(column, row, column.key) ? getCustomClass(column, row, column.key) : '']\"\n >\n @if (column?.status?.color) {\n <div\n class=\"mapa-table__column--status\"\n [style.backgroundColor]=\"getBackgroundColor(column, row)\"\n [style.color]=\"getTextColor(column, row)\"\n [class.mapa-table__column--status-round]=\"column.status?.style == 'round'\"\n >\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n </div>\n } @else {\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n }\n </div>\n </div>\n } @else {\n @if (column.key === \"actions\" && actions) {\n <div class=\"mapa-table__column--actions\">\n @for (item of getActionItems(row); track item) {\n @if (item.route) {\n <a [href]=\"item.route\" [routerLink]=\"item.route\">\n <button\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n </a>\n } @else {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n }\n }\n </div>\n }\n @if (column.key === \"menu\") {\n <div class=\"mapa-table__column--menu\">\n @if (hasIndividualMenu(row)) {\n <mapa-menu\n [items]=\"getMenuItems(row)\"\n [data]=\"row\"\n (emitMenu)=\"handleMenu($event)\"\n ></mapa-menu>\n } @else if (menuItems.length > 0) {\n <mapa-menu\n [items]=\"menuItems\"\n [data]=\"row\"\n (emitMenu)=\"handleMenu($event)\"\n ></mapa-menu>\n }\n </div>\n }\n }\n </div>\n </td>\n </ng-container>\n }\n\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns\"></tr>\n <tr\n mat-row\n *matRowDef=\"let row; columns: displayedColumns;\"\n class=\"row-hover\"\n ></tr>\n </table>\n }\n </div>\n\n @if (showPaginator) {\n <section>\n <mat-paginator\n class=\"mapa-table__paginator\"\n appBubblePagination\n [appCustomLength]=\"totalCount\"\n [bubblePageIndex]=\"paginatorPageIndex\"\n [pageIndex]=\"paginatorPageIndex\"\n [showFirstButton]=\"paginatorShowFirstButton\"\n [showLastButton]=\"paginatorShowLastButton\"\n [renderButtonsNumber]=\"paginatorRenderButtonsNumber\"\n [hideDefaultArrows]=\"paginatorHideDefaultArrows\"\n [length]=\"totalCount\"\n [pageSize]=\"pageSize\"\n [pageSizeOptions]=\"[5, 10, 25, 100]\"\n (page)=\"changePage($event)\"\n ></mat-paginator>\n </section>\n }\n </section>\n}\n\n<ng-template\n #tableHeader\n let-selection=\"selection\"\n let-column=\"column\"\n let-isFirst=\"isFirst\"\n let-checkbox=\"checkbox\"\n>\n @if (isFirst && checkbox) {\n @if (selection) {\n <mat-checkbox\n (change)=\"$event ? toggleAllRows() : null\"\n [checked]=\"selection.hasValue() && isAllSelected()\"\n [indeterminate]=\"selection.hasValue() && !isAllSelected()\"\n (click)=\"$event.stopPropagation()\"\n color=\"primary\"\n ></mat-checkbox>\n }\n }\n <div>\n <span [innerHTML]=\"column.label | safeHtml\"></span>\n </div>\n @if (column.key !== \"actions\" && column.key !== \"menu\" && column.sort) {\n <div class=\"mapa-table--show-on-desktop\">\n <mat-icon>filter_list</mat-icon>\n </div>\n }\n</ng-template>\n\n<ng-template\n #tableContent\n let-selection=\"selection\"\n let-column=\"column\"\n let-isFirst=\"isFirst\"\n let-checkbox=\"checkbox\"\n let-row=\"row\"\n>\n @if (isFirst && checkbox) {\n <mat-checkbox\n (click)=\"$event.stopPropagation()\"\n (change)=\"$event ? selection?.toggle(row) : null; getSelectedValues()\"\n [checked]=\"selection?.isSelected(row)\"\n color=\"primary\"\n class=\"mapa-table__checkbox\"\n >\n </mat-checkbox>\n }\n @if (isMaskedData(column, row)) {\n {{ getValueAsDate(column, row) | date: column.mask }}\n } @else if (column.status) {\n <span [innerHTML]=\"getStatusLabel(column, row) | safeHtml\"></span>\n } @else {\n <span [innerHTML]=\"getCellContent(row, column.key) | safeHtml\"></span>\n }\n</ng-template>\n", styles: [":host ::ng-deep .mapa-table .mat-mdc-table{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);width:100%}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-checkbox{margin:6px 8px 0 0;padding:0}:host ::ng-deep .mapa-table td.mat-mdc-cell{padding:16px 0}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-row .mat-mdc-cell{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400;color:#50575e}:host ::ng-deep .mapa-table .row-hover:hover{box-shadow:0 2px 4px #00000021;outline:1px solid rgba(238,238,238,.93);cursor:pointer}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-header-cell{border:none;border-bottom:1px solid #eee;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:600;color:#50575e}:host ::ng-deep .mapa-table .mat-mdc-row,:host ::ng-deep .mapa-table .mdc-data-table__content{--mat-table-row-item-label-text-font: var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)}:host ::ng-deep .mapa-table .mat-mdc-header-cell,:host ::ng-deep .mapa-table .mdc-data-table__content{--mat-table-row-item-label-text-font: var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif)}:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{background-color:transparent;border-color:#b6b6b6}:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{background-color:#ea561d;border-color:#ea561d}:host ::ng-deep .mapa-table .mat-mdc-paginator-container{display:flex;justify-content:space-between}:host ::ng-deep .mapa-table ::ng-deep .mat-mdc-paginator-page-size-label{display:none}:host ::ng-deep .mapa-table__paginator .mat-paginator-container,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-container{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;justify-content:flex-start}:host ::ng-deep .mapa-table__paginator .mat-paginator-page-size,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-page-size{margin-right:10vw}:host ::ng-deep .mapa-table__paginator .custom-paginator-container{justify-content:flex-end}:host ::ng-deep .mapa-table__paginator .g-bubble-container{display:flex;align-items:center;justify-content:flex-end;gap:8px}:host ::ng-deep .mapa-table__paginator .g-bubble{border-radius:4px;outline:none;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;background:transparent;color:#50575e;cursor:pointer;margin:.4em 0;font-size:14px;min-width:24px;width:auto;min-height:24px;max-height:24px;padding:1px 6px;display:flex;align-items:center;justify-content:center}:host ::ng-deep .mapa-table__paginator .g-bubble:hover{background-color:#dfe3e6}:host ::ng-deep .mapa-table__paginator .g-bubble__active{background-color:#ea561d;color:#fff}:host ::ng-deep .mapa-table__paginator .custom-paginator-counter{white-space:nowrap;margin:0 4px 0 10px!important}:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-previous,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-next{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;color:#999}:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-previous[disabled],:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-next[disabled]{color:#dfe3e6}:host ::ng-deep .hidden{display:none}:host ::ng-deep .mapa-table{width:100%;white-space:nowrap}:host ::ng-deep .mapa-table .mat-mdc-icon-button{width:unset!important;height:unset!important;line-height:unset!important;justify-content:flex-start}:host ::ng-deep .mapa-table .mat-mdc-icon-button .mat-mdc-button-touch-target,:host ::ng-deep .mapa-table .mat-mdc-icon-button .mdc-button__label{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%!important}@media (min-width: 1201px){:host ::ng-deep .mapa-table--show-on-mobile{display:none}:host ::ng-deep .mapa-table--show-on-desktop{display:block}}@media (max-width: 1200px){:host ::ng-deep .mapa-table--show-on-mobile{padding:20px}:host ::ng-deep .mapa-table--show-on-mobile .mapa__card{width:unset!important}:host ::ng-deep .mapa-table--show-on-desktop{display:none}}:host ::ng-deep .mapa-table__select-all{display:flex;align-items:center;padding:16px 24px;font-size:12px;text-transform:uppercase}@media (max-width: 1200px){:host ::ng-deep .mapa-table__checkbox{margin-right:8px}:host ::ng-deep .mapa-table__checkbox--header{padding-left:24px}}:host ::ng-deep .mapa-table__card{position:relative;padding:24px;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}:host ::ng-deep .mapa-table__card--floating-content{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px}:host ::ng-deep .mapa-table__card--floating-actions{position:absolute;bottom:16px;right:16px;color:#ea561d}:host ::ng-deep .mapa-table__card--header{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;font-size:12px;text-transform:uppercase}:host ::ng-deep .mapa-table__card--header mat-icon{height:16px;width:16px;font-size:16px}:host ::ng-deep .mapa-table__card--column{padding:16px 0}:host ::ng-deep .mapa-table__label{margin-top:4px}:host ::ng-deep .mapa-table__column{padding:15px;align-items:center;display:flex}:host ::ng-deep .mapa-table__column--actions{display:flex}:host ::ng-deep .mapa-table__column--actions .mat-icon{color:#ea561d!important}:host ::ng-deep .mapa-table__column--actions-item{display:flex!important;align-items:center;gap:8px}:host ::ng-deep .mapa-table__column--actions-item span{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:14px;font-style:normal;font-weight:500;line-height:20px}:host ::ng-deep .mapa-table__column--menu{display:flex;align-items:center;justify-content:center;gap:8px}:host ::ng-deep .mapa-table__column--menu .mapa-table__column--menu-item-text{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:16px!important}:host ::ng-deep .mapa-table__column--menu-item{display:flex;align-items:center;width:unset!important;height:unset!important}:host ::ng-deep .mapa-table__column--menu-item img{margin-right:8px}:host ::ng-deep .mapa-table__column--menu-item button{color:#ea561d!important}:host ::ng-deep .mapa-table__column--menu-item button span{font-size:12px;text-transform:uppercase;display:flex}:host ::ng-deep .mapa-table__column--menu-item-disabled{opacity:.45;cursor:not-allowed}:host ::ng-deep .mapa-table__column--header{width:100%}:host ::ng-deep .mapa-table__column--header .mat-icon{cursor:pointer;position:relative;bottom:-3px;margin:0 7px;font-size:14px;height:14px;width:14px}:host ::ng-deep .mapa-table__column--status{margin:auto;text-align:center;width:min-content;border-radius:4px;padding:4px 8px}:host ::ng-deep .mapa-table__column--status-round{border-radius:50px}:host ::ng-deep .mapa-table__column--ellipsis{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host ::ng-deep .mapa-table__column--no-wrap{white-space:nowrap}:host ::ng-deep .mapa-table__column--wrap{white-space:pre-wrap}:host ::ng-deep .mapa-table__column--center-cell{display:flex;align-items:center;justify-content:center;width:100%}:host ::ng-deep .mapa-table--column-actions,:host ::ng-deep .mapa-table--column-menu{width:100%}:host ::ng-deep .mapa-table__content--value{color:#fff;font-weight:500}:host ::ng-deep .mapa-table .mat-sort-header-arrow{color:transparent}:host ::ng-deep .mapa-table .mat-sort-header-content{width:100%!important}:host ::ng-deep .mapa-table .mat-sort-header-content mat-icon{margin-left:24px}:host ::ng-deep .mapa-table .mat-mdc-cell{padding:0 10px!important}:host ::ng-deep .mapa-table .mat-mdc-header-cell{padding:0 24px!important}:host ::ng-deep .mapa-table .mat-mdc-table{width:100%;overflow-x:auto}@media (max-width: 1000px){:host ::ng-deep .mapa-table .mat-mdc-paginator-range-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}:host ::ng-deep .mapa-table .mat-mdc-paginator-range-label{padding:16px 0;text-align:center;width:100%}:host ::ng-deep .mapa-table .mat-mdc-paginator-container{justify-content:center}}:host ::ng-deep .mapa-table .classification{width:40px;height:40px;border-radius:24px;display:flex;justify-content:center;align-items:center}:host ::ng-deep .mapa-table .roundCell{border-radius:10px}:host ::ng-deep .mapa-table .general{border-radius:24px;border:1px solid #dcdcde;display:flex;justify-content:center;align-items:center;width:48px;height:48px}:host ::ng-deep .mapa-table .name{color:#181818;text-align:left;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:14px;font-style:normal;font-weight:400;line-height:20px}:host ::ng-deep .mapa-table .cpf{color:#77838f;text-align:left;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:400;line-height:16px}:host ::ng-deep .mapa-table .label_report{color:#181818;text-align:center;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:400;line-height:16px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i3$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: MapaMenuComponent, selector: "mapa-menu", inputs: ["items", "data"], outputs: ["emitMenu"] }, { kind: "component", type: MapaSvgIconComponent, selector: "mapa-svg-icon", inputs: ["name", "color"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]", exportAs: ["matButton", "matAnchor"] }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i5.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: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatPaginatorModule }, { kind: "component", type: i1.MatPaginator, selector: "mat-paginator", inputs: ["color", "pageIndex", "length", "pageSize", "pageSizeOptions", "hidePageSize", "showFirstLastButtons", "selectConfig", "disabled"], outputs: ["page"], exportAs: ["matPaginator"] }, { kind: "ngmodule", type: MatSortModule }, { kind: "directive", type: i8.MatSort, selector: "[matSort]", inputs: ["matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear", "matSortDisabled"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { kind: "component", type: i8.MatSortHeader, selector: "[mat-sort-header]", inputs: ["mat-sort-header", "arrowPosition", "start", "disabled", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i9.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i9.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i9.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i9.MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: i9.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i9.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i9.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i9.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i9.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i9.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "directive", type: BubblePaginationDirective, selector: "[appBubblePagination]", inputs: ["showFirstButton", "showLastButton", "renderButtonsNumber", "appCustomLength", "hideDefaultArrows", "bubblePageIndex"], outputs: ["pageIndexChangeEmitter"] }, { kind: "pipe", type: i2.DatePipe, name: "date" }, { kind: "pipe", type: SafeHtmlPipe, name: "safeHtml" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
960
|
+
}
|
|
961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: MapaTableComponent, decorators: [{
|
|
962
|
+
type: Component,
|
|
963
|
+
args: [{ selector: "mapa-table", changeDetection: ChangeDetectionStrategy.OnPush, imports: [
|
|
964
|
+
CommonModule,
|
|
965
|
+
RouterModule,
|
|
966
|
+
MapaMenuComponent,
|
|
967
|
+
MapaSvgIconComponent,
|
|
968
|
+
MatButtonModule,
|
|
969
|
+
MatCheckboxModule,
|
|
970
|
+
MatIconModule,
|
|
971
|
+
MatPaginatorModule,
|
|
972
|
+
MatSortModule,
|
|
973
|
+
MatTableModule,
|
|
974
|
+
BubblePaginationDirective,
|
|
975
|
+
SafeHtmlPipe,
|
|
976
|
+
], providers: [
|
|
977
|
+
{
|
|
978
|
+
provide: MatPaginatorIntl,
|
|
979
|
+
useFactory: customPaginatorFactory,
|
|
980
|
+
deps: [MapaI18nService, Injector],
|
|
981
|
+
},
|
|
982
|
+
], standalone: true, template: "@if (dataSource.data.length > 0) {\n <section class=\"mapa-table\">\n <div class=\"mapa-table--show-on-mobile\">\n @if (checkbox) {\n <div class=\"mapa-table__select-all\">\n @if (selection) {\n <mat-checkbox\n (change)=\"$event ? toggleAllRows() : null\"\n [checked]=\"selection.hasValue() && isAllSelected()\"\n [indeterminate]=\"selection.hasValue() && !isAllSelected()\"\n (click)=\"$event.stopPropagation()\"\n color=\"primary\"\n > {{ selectAllLabel }}</mat-checkbox>\n }\n </div>\n }\n @for (row of dataSource.data; track row) {\n <div>\n <div class=\"mapa-table__card mapa__card\">\n @for (column of columns; track trackColumn($index, column); let isFirst = $first) {\n <div [ngClass]=\"'mapa-table__card--column-' + column.key\">\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <strong\n class=\"mapa-table__card--header\"\n [class.mapa-table__checkbox--header]=\"isFirst && checkbox\"\n >\n <div\n [ngTemplateOutlet]=\"tableHeader\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox: false }\"\n class=\"hidden\"\n ></div>\n </strong>\n }\n <div\n class=\"mapa-table__card--column\"\n [class.mapa-table__column--center-cell]=\"column?.align === 'center'\"\n >\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <div class=\"mapa-table__content\">\n <div\n [style.width]=\"column?.width\"\n [class.mapa-table__column--ellipsis]=\"column?.collapse === 'overflow'\"\n [class.mapa-table__column--no-wrap]=\"column?.collapse === 'no-wrap'\"\n [class.mapa-table__column--wrap]=\"column?.collapse === 'wrap'\"\n [ngClass]=\"[hasCustomClass(column, row, column.key) ? getCustomClass(column, row, column.key) : '']\"\n >\n @if (column?.status?.color) {\n <div\n class=\"mapa-table__column--status\"\n [style.backgroundColor]=\"getBackgroundColor(column, row)\"\n [style.color]=\"getTextColor(column, row)\"\n [class.mapa-table__column--status-round]=\"column.status?.style == 'round'\"\n >\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n </div>\n } @else {\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n }\n </div>\n </div>\n } @else {\n @if (column.key === \"actions\" && actions) {\n <div>\n @for (item of getActionItems(row); track item) {\n @if (item.route) {\n <a [href]=\"item.route\" [routerLink]=\"item.route\">\n <button\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n </a>\n } @else {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n }\n }\n </div>\n }\n\n @if (column.key === \"menu\") {\n @if (hasIndividualMenu(row)) {\n <div class=\"mapa-table__column--menu\">\n @for (item of getMenuItems(row); track item) {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--menu-item\"\n [class.mapa-table__column--menu-item-disabled]=\"item.disabled\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n <span class=\"mapa-table__column--menu-item-text\">{{ item.text }}</span>\n </button>\n }\n </div>\n } @else {\n <div class=\"mapa-table__column--menu\">\n @for (item of menuItems; track item) {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--menu-item\"\n [class.mapa-table__column--menu-item-disabled]=\"item.disabled\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <mapa-svg-icon [name]=\"setSvgName(item.image)\"></mapa-svg-icon>\n }\n <span class=\"mapa-table__column--menu-item-text\">{{ item.text }}</span>\n </button>\n }\n </div>\n }\n }\n }\n </div>\n </div>\n }\n </div>\n </div>\n }\n </div>\n\n <div class=\"mapa-table--show-on-desktop\">\n @if (desktopTableVisible) {\n <table\n mat-table\n [dataSource]=\"dataSource\"\n matSort\n (matSortChange)=\"sortDataFunction($event)\"\n >\n @for (column of columns; track trackColumn($index, column); let isFirst = $first) {\n <ng-container [matColumnDef]=\"column.key\">\n <th\n mat-header-cell\n *matHeaderCellDef\n mat-sort-header\n [disabled]=\"!(column.key !== 'actions' ? column.sort : null)\"\n >\n <div\n [ngTemplateOutlet]=\"tableHeader\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox }\"\n ></div>\n </th>\n <td mat-cell *matCellDef=\"let row\" [style.width]=\"column?.width\">\n <div\n class=\"mapa-table__column\"\n (click)=\"emitRowClick(row, '')\"\n [class.mapa-table__column--center-cell]=\"column?.align === 'center'\"\n >\n @if (column.key !== \"actions\" && column.key !== \"menu\") {\n <div class=\"mapa-table__content\">\n <div\n [style.width]=\"column?.width\"\n [class.mapa-table__column--ellipsis]=\"column?.collapse === 'overflow'\"\n [class.mapa-table__column--no-wrap]=\"column?.collapse === 'no-wrap'\"\n [class.mapa-table__column--wrap]=\"column?.collapse === 'wrap'\"\n [ngClass]=\"[hasCustomClass(column, row, column.key) ? getCustomClass(column, row, column.key) : '']\"\n >\n @if (column?.status?.color) {\n <div\n class=\"mapa-table__column--status\"\n [style.backgroundColor]=\"getBackgroundColor(column, row)\"\n [style.color]=\"getTextColor(column, row)\"\n [class.mapa-table__column--status-round]=\"column.status?.style == 'round'\"\n >\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n </div>\n } @else {\n <div\n [ngTemplateOutlet]=\"tableContent\"\n [ngTemplateOutletContext]=\"{ selection, column, isFirst, checkbox, row }\"\n ></div>\n }\n </div>\n </div>\n } @else {\n @if (column.key === \"actions\" && actions) {\n <div class=\"mapa-table__column--actions\">\n @for (item of getActionItems(row); track item) {\n @if (item.route) {\n <a [href]=\"item.route\" [routerLink]=\"item.route\">\n <button\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n </a>\n } @else {\n <button\n (click)=\"handleMenu({ data: row, action: item.action })\"\n class=\"mapa-table__column--actions-item\"\n [title]=\"item.text\"\n mat-icon-button\n >\n @if (item.icon) {\n <mat-icon>{{ item.icon }}</mat-icon>\n }\n @if (item.image) {\n <img [src]=\"item.image\" />\n }\n @if (item.svg) {\n <mapa-svg-icon [name]=\"setSvgName(item.svg)\"></mapa-svg-icon>\n }\n @if (item.showText) {\n <span>{{ item.text }}</span>\n }\n </button>\n }\n }\n </div>\n }\n @if (column.key === \"menu\") {\n <div class=\"mapa-table__column--menu\">\n @if (hasIndividualMenu(row)) {\n <mapa-menu\n [items]=\"getMenuItems(row)\"\n [data]=\"row\"\n (emitMenu)=\"handleMenu($event)\"\n ></mapa-menu>\n } @else if (menuItems.length > 0) {\n <mapa-menu\n [items]=\"menuItems\"\n [data]=\"row\"\n (emitMenu)=\"handleMenu($event)\"\n ></mapa-menu>\n }\n </div>\n }\n }\n </div>\n </td>\n </ng-container>\n }\n\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns\"></tr>\n <tr\n mat-row\n *matRowDef=\"let row; columns: displayedColumns;\"\n class=\"row-hover\"\n ></tr>\n </table>\n }\n </div>\n\n @if (showPaginator) {\n <section>\n <mat-paginator\n class=\"mapa-table__paginator\"\n appBubblePagination\n [appCustomLength]=\"totalCount\"\n [bubblePageIndex]=\"paginatorPageIndex\"\n [pageIndex]=\"paginatorPageIndex\"\n [showFirstButton]=\"paginatorShowFirstButton\"\n [showLastButton]=\"paginatorShowLastButton\"\n [renderButtonsNumber]=\"paginatorRenderButtonsNumber\"\n [hideDefaultArrows]=\"paginatorHideDefaultArrows\"\n [length]=\"totalCount\"\n [pageSize]=\"pageSize\"\n [pageSizeOptions]=\"[5, 10, 25, 100]\"\n (page)=\"changePage($event)\"\n ></mat-paginator>\n </section>\n }\n </section>\n}\n\n<ng-template\n #tableHeader\n let-selection=\"selection\"\n let-column=\"column\"\n let-isFirst=\"isFirst\"\n let-checkbox=\"checkbox\"\n>\n @if (isFirst && checkbox) {\n @if (selection) {\n <mat-checkbox\n (change)=\"$event ? toggleAllRows() : null\"\n [checked]=\"selection.hasValue() && isAllSelected()\"\n [indeterminate]=\"selection.hasValue() && !isAllSelected()\"\n (click)=\"$event.stopPropagation()\"\n color=\"primary\"\n ></mat-checkbox>\n }\n }\n <div>\n <span [innerHTML]=\"column.label | safeHtml\"></span>\n </div>\n @if (column.key !== \"actions\" && column.key !== \"menu\" && column.sort) {\n <div class=\"mapa-table--show-on-desktop\">\n <mat-icon>filter_list</mat-icon>\n </div>\n }\n</ng-template>\n\n<ng-template\n #tableContent\n let-selection=\"selection\"\n let-column=\"column\"\n let-isFirst=\"isFirst\"\n let-checkbox=\"checkbox\"\n let-row=\"row\"\n>\n @if (isFirst && checkbox) {\n <mat-checkbox\n (click)=\"$event.stopPropagation()\"\n (change)=\"$event ? selection?.toggle(row) : null; getSelectedValues()\"\n [checked]=\"selection?.isSelected(row)\"\n color=\"primary\"\n class=\"mapa-table__checkbox\"\n >\n </mat-checkbox>\n }\n @if (isMaskedData(column, row)) {\n {{ getValueAsDate(column, row) | date: column.mask }}\n } @else if (column.status) {\n <span [innerHTML]=\"getStatusLabel(column, row) | safeHtml\"></span>\n } @else {\n <span [innerHTML]=\"getCellContent(row, column.key) | safeHtml\"></span>\n }\n</ng-template>\n", styles: [":host ::ng-deep .mapa-table .mat-mdc-table{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);width:100%}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-checkbox{margin:6px 8px 0 0;padding:0}:host ::ng-deep .mapa-table td.mat-mdc-cell{padding:16px 0}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-row .mat-mdc-cell{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400;color:#50575e}:host ::ng-deep .mapa-table .row-hover:hover{box-shadow:0 2px 4px #00000021;outline:1px solid rgba(238,238,238,.93);cursor:pointer}:host ::ng-deep .mapa-table .mat-mdc-table .mat-mdc-header-cell{border:none;border-bottom:1px solid #eee;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:600;color:#50575e}:host ::ng-deep .mapa-table .mat-mdc-row,:host ::ng-deep .mapa-table .mdc-data-table__content{--mat-table-row-item-label-text-font: var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)}:host ::ng-deep .mapa-table .mat-mdc-header-cell,:host ::ng-deep .mapa-table .mdc-data-table__content{--mat-table-row-item-label-text-font: var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif)}:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{background-color:transparent;border-color:#b6b6b6}:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,:host ::ng-deep .mapa-table .mat-mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{background-color:#ea561d;border-color:#ea561d}:host ::ng-deep .mapa-table .mat-mdc-paginator-container{display:flex;justify-content:space-between}:host ::ng-deep .mapa-table ::ng-deep .mat-mdc-paginator-page-size-label{display:none}:host ::ng-deep .mapa-table__paginator .mat-paginator-container,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-container{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;justify-content:flex-start}:host ::ng-deep .mapa-table__paginator .mat-paginator-page-size,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-page-size{margin-right:10vw}:host ::ng-deep .mapa-table__paginator .custom-paginator-container{justify-content:flex-end}:host ::ng-deep .mapa-table__paginator .g-bubble-container{display:flex;align-items:center;justify-content:flex-end;gap:8px}:host ::ng-deep .mapa-table__paginator .g-bubble{border-radius:4px;outline:none;border:none;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;background:transparent;color:#50575e;cursor:pointer;margin:.4em 0;font-size:14px;min-width:24px;width:auto;min-height:24px;max-height:24px;padding:1px 6px;display:flex;align-items:center;justify-content:center}:host ::ng-deep .mapa-table__paginator .g-bubble:hover{background-color:#dfe3e6}:host ::ng-deep .mapa-table__paginator .g-bubble__active{background-color:#ea561d;color:#fff}:host ::ng-deep .mapa-table__paginator .custom-paginator-counter{white-space:nowrap;margin:0 4px 0 10px!important}:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-previous,:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-next{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif)!important;color:#999}:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-previous[disabled],:host ::ng-deep .mapa-table__paginator .mat-mdc-paginator-navigation-next[disabled]{color:#dfe3e6}:host ::ng-deep .hidden{display:none}:host ::ng-deep .mapa-table{width:100%;white-space:nowrap}:host ::ng-deep .mapa-table .mat-mdc-icon-button{width:unset!important;height:unset!important;line-height:unset!important;justify-content:flex-start}:host ::ng-deep .mapa-table .mat-mdc-icon-button .mat-mdc-button-touch-target,:host ::ng-deep .mapa-table .mat-mdc-icon-button .mdc-button__label{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%!important}@media (min-width: 1201px){:host ::ng-deep .mapa-table--show-on-mobile{display:none}:host ::ng-deep .mapa-table--show-on-desktop{display:block}}@media (max-width: 1200px){:host ::ng-deep .mapa-table--show-on-mobile{padding:20px}:host ::ng-deep .mapa-table--show-on-mobile .mapa__card{width:unset!important}:host ::ng-deep .mapa-table--show-on-desktop{display:none}}:host ::ng-deep .mapa-table__select-all{display:flex;align-items:center;padding:16px 24px;font-size:12px;text-transform:uppercase}@media (max-width: 1200px){:host ::ng-deep .mapa-table__checkbox{margin-right:8px}:host ::ng-deep .mapa-table__checkbox--header{padding-left:24px}}:host ::ng-deep .mapa-table__card{position:relative;padding:24px;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}:host ::ng-deep .mapa-table__card--floating-content{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px}:host ::ng-deep .mapa-table__card--floating-actions{position:absolute;bottom:16px;right:16px;color:#ea561d}:host ::ng-deep .mapa-table__card--header{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;font-size:12px;text-transform:uppercase}:host ::ng-deep .mapa-table__card--header mat-icon{height:16px;width:16px;font-size:16px}:host ::ng-deep .mapa-table__card--column{padding:16px 0}:host ::ng-deep .mapa-table__label{margin-top:4px}:host ::ng-deep .mapa-table__column{padding:15px;align-items:center;display:flex}:host ::ng-deep .mapa-table__column--actions{display:flex}:host ::ng-deep .mapa-table__column--actions .mat-icon{color:#ea561d!important}:host ::ng-deep .mapa-table__column--actions-item{display:flex!important;align-items:center;gap:8px}:host ::ng-deep .mapa-table__column--actions-item span{font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:14px;font-style:normal;font-weight:500;line-height:20px}:host ::ng-deep .mapa-table__column--menu{display:flex;align-items:center;justify-content:center;gap:8px}:host ::ng-deep .mapa-table__column--menu .mapa-table__column--menu-item-text{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:16px!important}:host ::ng-deep .mapa-table__column--menu-item{display:flex;align-items:center;width:unset!important;height:unset!important}:host ::ng-deep .mapa-table__column--menu-item img{margin-right:8px}:host ::ng-deep .mapa-table__column--menu-item button{color:#ea561d!important}:host ::ng-deep .mapa-table__column--menu-item button span{font-size:12px;text-transform:uppercase;display:flex}:host ::ng-deep .mapa-table__column--menu-item-disabled{opacity:.45;cursor:not-allowed}:host ::ng-deep .mapa-table__column--header{width:100%}:host ::ng-deep .mapa-table__column--header .mat-icon{cursor:pointer;position:relative;bottom:-3px;margin:0 7px;font-size:14px;height:14px;width:14px}:host ::ng-deep .mapa-table__column--status{margin:auto;text-align:center;width:min-content;border-radius:4px;padding:4px 8px}:host ::ng-deep .mapa-table__column--status-round{border-radius:50px}:host ::ng-deep .mapa-table__column--ellipsis{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host ::ng-deep .mapa-table__column--no-wrap{white-space:nowrap}:host ::ng-deep .mapa-table__column--wrap{white-space:pre-wrap}:host ::ng-deep .mapa-table__column--center-cell{display:flex;align-items:center;justify-content:center;width:100%}:host ::ng-deep .mapa-table--column-actions,:host ::ng-deep .mapa-table--column-menu{width:100%}:host ::ng-deep .mapa-table__content--value{color:#fff;font-weight:500}:host ::ng-deep .mapa-table .mat-sort-header-arrow{color:transparent}:host ::ng-deep .mapa-table .mat-sort-header-content{width:100%!important}:host ::ng-deep .mapa-table .mat-sort-header-content mat-icon{margin-left:24px}:host ::ng-deep .mapa-table .mat-mdc-cell{padding:0 10px!important}:host ::ng-deep .mapa-table .mat-mdc-header-cell{padding:0 24px!important}:host ::ng-deep .mapa-table .mat-mdc-table{width:100%;overflow-x:auto}@media (max-width: 1000px){:host ::ng-deep .mapa-table .mat-mdc-paginator-range-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}:host ::ng-deep .mapa-table .mat-mdc-paginator-range-label{padding:16px 0;text-align:center;width:100%}:host ::ng-deep .mapa-table .mat-mdc-paginator-container{justify-content:center}}:host ::ng-deep .mapa-table .classification{width:40px;height:40px;border-radius:24px;display:flex;justify-content:center;align-items:center}:host ::ng-deep .mapa-table .roundCell{border-radius:10px}:host ::ng-deep .mapa-table .general{border-radius:24px;border:1px solid #dcdcde;display:flex;justify-content:center;align-items:center;width:48px;height:48px}:host ::ng-deep .mapa-table .name{color:#181818;text-align:left;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:14px;font-style:normal;font-weight:400;line-height:20px}:host ::ng-deep .mapa-table .cpf{color:#77838f;text-align:left;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:400;line-height:16px}:host ::ng-deep .mapa-table .label_report{color:#181818;text-align:center;font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:12px;font-style:normal;font-weight:400;line-height:16px}\n", ".classification-1{background-color:#073e92;color:#fff}.classification-2{background-color:#0e6ece;color:#fff}.classification-3{background-color:#2d9ced;color:#000}.classification-4{background-color:#68ceee;color:#000}.classification-5{background-color:#96f2ee;color:#000}.classification-6{background-color:#f598a7;color:#000}.classification-7{background-color:#f56580;color:#000}.classification-8{background-color:#f4284e;color:#fff}.classification-9{background-color:#c11c2f;color:#fff}.small-dot{width:12px;height:12px;border-radius:12px;padding:0;margin:0}.dot{width:16px;height:16px;border-radius:16px;padding:0;margin:0}.indicator{display:flex;padding:2px 4px 2px 16px;justify-content:space-between;align-items:center;border-radius:8px;font-family:var(--mapa-font-body, \"Asap\", \"Roboto\", \"Inter\", sans-serif);font-size:16px;font-style:normal;font-weight:400}.display-S{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:20px;font-style:normal;font-weight:400}.display-L{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:32px;font-style:normal;font-weight:400}.display-XG{font-family:var(--mapa-font-heading, \"Asap\", \"Inter\", sans-serif);font-size:48px;font-style:normal;font-weight:400}*{transition:opacity .4s ease-out,max-height .4s ease-out}\n"] }]
|
|
983
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: MapaI18nService }], propDecorators: { columns: [{
|
|
984
|
+
type: Input
|
|
985
|
+
}], data: [{
|
|
986
|
+
type: Input
|
|
987
|
+
}], pageIndex: [{
|
|
988
|
+
type: Input
|
|
989
|
+
}], pageSize: [{
|
|
990
|
+
type: Input
|
|
991
|
+
}], totalCount: [{
|
|
992
|
+
type: Input
|
|
993
|
+
}], totalPages: [{
|
|
994
|
+
type: Input
|
|
995
|
+
}], checkbox: [{
|
|
996
|
+
type: Input
|
|
997
|
+
}], selection: [{
|
|
998
|
+
type: Input
|
|
999
|
+
}], actions: [{
|
|
1000
|
+
type: Input
|
|
1001
|
+
}], filterControl: [{
|
|
1002
|
+
type: Input
|
|
1003
|
+
}], menuItems: [{
|
|
1004
|
+
type: Input
|
|
1005
|
+
}], menu: [{
|
|
1006
|
+
type: Input
|
|
1007
|
+
}], showPaginator: [{
|
|
1008
|
+
type: Input
|
|
1009
|
+
}], paginatorShowFirstButton: [{
|
|
1010
|
+
type: Input
|
|
1011
|
+
}], paginatorShowLastButton: [{
|
|
1012
|
+
type: Input
|
|
1013
|
+
}], paginatorRenderButtonsNumber: [{
|
|
1014
|
+
type: Input
|
|
1015
|
+
}], paginatorHideDefaultArrows: [{
|
|
1016
|
+
type: Input
|
|
1017
|
+
}], trigger: [{
|
|
1018
|
+
type: ViewChild,
|
|
1019
|
+
args: [MatMenuTrigger]
|
|
1020
|
+
}], table: [{
|
|
1021
|
+
type: ViewChild,
|
|
1022
|
+
args: [MatTable]
|
|
1023
|
+
}], rowClick: [{
|
|
1024
|
+
type: Output
|
|
1025
|
+
}], selectedRows: [{
|
|
1026
|
+
type: Output
|
|
1027
|
+
}], onChangePage: [{
|
|
1028
|
+
type: Output
|
|
1029
|
+
}], onSortChange: [{
|
|
1030
|
+
type: Output
|
|
1031
|
+
}], paginator: [{
|
|
1032
|
+
type: ViewChild,
|
|
1033
|
+
args: [MatPaginator, { read: true }]
|
|
1034
|
+
}], sort: [{
|
|
1035
|
+
type: ViewChild,
|
|
1036
|
+
args: [MatSort]
|
|
1037
|
+
}] } });
|
|
1038
|
+
|
|
1039
|
+
/*
|
|
1040
|
+
* Public API Surface of mapa-library-ui table
|
|
1041
|
+
*/
|
|
1042
|
+
|
|
1043
|
+
/*
|
|
1044
|
+
* Public API Surface of mapa-library-ui table
|
|
1045
|
+
*/
|
|
1046
|
+
|
|
1047
|
+
/**
|
|
1048
|
+
* Generated bundle index. Do not edit.
|
|
1049
|
+
*/
|
|
1050
|
+
|
|
1051
|
+
export { BubblePaginationDirective, MapaTableComponent, customPaginatorFactory };
|
|
1052
|
+
//# sourceMappingURL=mapa-library-ui-src-lib-components-table.mjs.map
|