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
package/index.d.ts
CHANGED
|
@@ -1,5 +1,1880 @@
|
|
|
1
|
+
import { FormControl, NgModel, AbstractControl, FormGroup } from '@angular/forms';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { EventEmitter, AfterViewInit, ElementRef, OnChanges, Renderer2, SimpleChanges, InjectionToken, Provider, PipeTransform, OnInit, ChangeDetectorRef, Injector, TemplateRef, ApplicationRef } from '@angular/core';
|
|
4
|
+
import { ApexAxisChartSeries, ApexChart, ApexTitleSubtitle, ApexXAxis, ApexStroke, ApexFill, ApexMarkers, ApexYAxis, ApexLegend, ApexResponsive } from 'ng-apexcharts';
|
|
5
|
+
import { MatInput } from '@angular/material/input';
|
|
6
|
+
import { MatPaginator, MatPaginatorIntl, PageEvent } from '@angular/material/paginator';
|
|
7
|
+
import * as rxjs from 'rxjs';
|
|
8
|
+
import { ReplaySubject } from 'rxjs';
|
|
9
|
+
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
10
|
+
import * as mapa_library_ui from 'mapa-library-ui';
|
|
11
|
+
import { MatAccordion } from '@angular/material/expansion';
|
|
12
|
+
import { MatDialogRef, MatDialog, MatDialogConfig } from '@angular/material/dialog';
|
|
13
|
+
import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
14
|
+
import { MatSelect } from '@angular/material/select';
|
|
15
|
+
import { Sort, MatSort } from '@angular/material/sort';
|
|
16
|
+
import { MatTableDataSource, MatTable } from '@angular/material/table';
|
|
17
|
+
import { MatIconRegistry } from '@angular/material/icon';
|
|
18
|
+
import { MatMenuTrigger } from '@angular/material/menu';
|
|
19
|
+
import { HttpClient } from '@angular/common/http';
|
|
20
|
+
import { SelectionModel } from '@angular/cdk/collections';
|
|
21
|
+
|
|
22
|
+
interface ElementSearch {
|
|
23
|
+
placeholder?: string;
|
|
24
|
+
noEntriesFoundLabel?: string;
|
|
25
|
+
formControl?: FormControl;
|
|
26
|
+
toggleAllCheckbox?: boolean;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
interface ActionButton {
|
|
30
|
+
label: string;
|
|
31
|
+
action: EventEmitter<boolean>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
interface ElementTreeNode {
|
|
35
|
+
key: string;
|
|
36
|
+
value: string;
|
|
37
|
+
children?: ElementTreeNode[];
|
|
38
|
+
isLeaf?: boolean;
|
|
39
|
+
}
|
|
40
|
+
interface ElementOption {
|
|
41
|
+
key: string;
|
|
42
|
+
value: string;
|
|
43
|
+
children?: ElementOption[];
|
|
44
|
+
childrenLevel?: number | null;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
interface ElementGroup {
|
|
48
|
+
label: string;
|
|
49
|
+
options: ElementOption[];
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
interface Errors {
|
|
53
|
+
required?: string;
|
|
54
|
+
minLength?: string;
|
|
55
|
+
cpf?: string;
|
|
56
|
+
cnpj?: string;
|
|
57
|
+
email?: string;
|
|
58
|
+
pattern?: string;
|
|
59
|
+
min?: string;
|
|
60
|
+
max?: string;
|
|
61
|
+
maxLength?: string;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
interface Status {
|
|
65
|
+
label: string;
|
|
66
|
+
}
|
|
67
|
+
declare class ElementBase {
|
|
68
|
+
value: string;
|
|
69
|
+
key: string;
|
|
70
|
+
label: string;
|
|
71
|
+
required: boolean;
|
|
72
|
+
order: number;
|
|
73
|
+
controlType: string;
|
|
74
|
+
type: string;
|
|
75
|
+
placeholder?: string;
|
|
76
|
+
readonly: boolean;
|
|
77
|
+
hint?: string;
|
|
78
|
+
prefix?: string;
|
|
79
|
+
suffix?: string;
|
|
80
|
+
autosize?: boolean;
|
|
81
|
+
autosizeMinWidth?: string;
|
|
82
|
+
autosizeMaxWidth?: string;
|
|
83
|
+
autosizeMinRow?: number;
|
|
84
|
+
autosizeMaxRow?: number;
|
|
85
|
+
options: ElementOption[] | ElementGroup[];
|
|
86
|
+
tree: ElementTreeNode[];
|
|
87
|
+
multiple?: boolean;
|
|
88
|
+
search?: ElementSearch;
|
|
89
|
+
maxLength: string | number | null;
|
|
90
|
+
errors?: Errors;
|
|
91
|
+
actionButton?: ActionButton;
|
|
92
|
+
mask?: string;
|
|
93
|
+
autocomplete?: string;
|
|
94
|
+
clearValue?: boolean;
|
|
95
|
+
status?: Status[];
|
|
96
|
+
checkParent?: boolean;
|
|
97
|
+
checkChildren?: boolean;
|
|
98
|
+
openedChange?: EventEmitter<boolean>;
|
|
99
|
+
constructor(options?: {
|
|
100
|
+
value?: string;
|
|
101
|
+
key?: string;
|
|
102
|
+
label?: string;
|
|
103
|
+
required?: boolean;
|
|
104
|
+
order?: number;
|
|
105
|
+
controlType?: string;
|
|
106
|
+
type?: string;
|
|
107
|
+
placeholder?: string;
|
|
108
|
+
readonly?: boolean;
|
|
109
|
+
hint?: string;
|
|
110
|
+
prefix?: string;
|
|
111
|
+
suffix?: string;
|
|
112
|
+
autosize?: boolean;
|
|
113
|
+
autosizeMinWidth?: string;
|
|
114
|
+
autosizeMaxWidth?: string;
|
|
115
|
+
autosizeMinRow?: number;
|
|
116
|
+
autosizeMaxRow?: number;
|
|
117
|
+
options?: ElementOption[] | ElementGroup[];
|
|
118
|
+
tree?: ElementTreeNode[];
|
|
119
|
+
multiple?: boolean;
|
|
120
|
+
search?: ElementSearch;
|
|
121
|
+
maxLength?: string | number | null;
|
|
122
|
+
errors?: Errors;
|
|
123
|
+
actionButton?: ActionButton;
|
|
124
|
+
mask?: string;
|
|
125
|
+
autocomplete?: string;
|
|
126
|
+
clearValue?: boolean;
|
|
127
|
+
status?: Status[];
|
|
128
|
+
checkParent?: boolean;
|
|
129
|
+
checkChildren?: boolean;
|
|
130
|
+
openedChange?: EventEmitter<boolean>;
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
declare class Dropdown extends ElementBase {
|
|
135
|
+
controlType: string;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
declare class DropdownTree extends ElementBase {
|
|
139
|
+
controlType: string;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
declare class InputText extends ElementBase {
|
|
143
|
+
controlType: string;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
declare class RadioButton extends ElementBase {
|
|
147
|
+
controlType: string;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
declare class SlideToggle extends ElementBase {
|
|
151
|
+
controlType: string;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
declare class Textarea extends ElementBase {
|
|
155
|
+
controlType: string;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
interface ButtonIcon {
|
|
159
|
+
id: number;
|
|
160
|
+
icon: string;
|
|
161
|
+
description: string;
|
|
162
|
+
originList?: string;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
interface Breadpiece {
|
|
166
|
+
title: string;
|
|
167
|
+
url?: string;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
type ChartOptions = {
|
|
171
|
+
series: ApexAxisChartSeries;
|
|
172
|
+
chart: ApexChart;
|
|
173
|
+
title: ApexTitleSubtitle;
|
|
174
|
+
xaxis: ApexXAxis;
|
|
175
|
+
stroke?: ApexStroke;
|
|
176
|
+
fill?: ApexFill;
|
|
177
|
+
markers?: ApexMarkers;
|
|
178
|
+
yaxis?: ApexYAxis;
|
|
179
|
+
legend?: ApexLegend;
|
|
180
|
+
responsive?: ApexResponsive[];
|
|
181
|
+
dropdown?: {
|
|
182
|
+
element: Dropdown;
|
|
183
|
+
formControl: FormControl;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
interface Classification$1 {
|
|
188
|
+
classificationId?: number;
|
|
189
|
+
classificationName?: string;
|
|
190
|
+
classificationColor?: string;
|
|
191
|
+
classificationBg?: string;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
interface DialogData {
|
|
195
|
+
title: string;
|
|
196
|
+
description: string;
|
|
197
|
+
actions: {
|
|
198
|
+
close?: string;
|
|
199
|
+
save?: string;
|
|
200
|
+
};
|
|
201
|
+
imgBase64?: string;
|
|
202
|
+
isReportRegistration?: boolean;
|
|
203
|
+
button?: string;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
interface MenuActionItem {
|
|
207
|
+
image?: string;
|
|
208
|
+
icon?: string;
|
|
209
|
+
route?: string;
|
|
210
|
+
showText?: boolean;
|
|
211
|
+
svg?: string;
|
|
212
|
+
text: string;
|
|
213
|
+
action: string;
|
|
214
|
+
disabled?: boolean;
|
|
215
|
+
}
|
|
216
|
+
interface MenuActionEvent<TData = unknown> {
|
|
217
|
+
action: string;
|
|
218
|
+
data: TData;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
interface TableColumnStatus {
|
|
222
|
+
label?: string[];
|
|
223
|
+
color?: string[];
|
|
224
|
+
textColor?: string[];
|
|
225
|
+
style?: "square" | "round";
|
|
226
|
+
}
|
|
227
|
+
interface TableColumn {
|
|
228
|
+
key: string;
|
|
229
|
+
label: string;
|
|
230
|
+
sort?: boolean;
|
|
231
|
+
status?: TableColumnStatus;
|
|
232
|
+
mask?: string;
|
|
233
|
+
width?: string;
|
|
234
|
+
collapse?: string;
|
|
235
|
+
align?: string;
|
|
236
|
+
class?: string;
|
|
237
|
+
classification?: Classification$1;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
interface TableCellStyleClass {
|
|
241
|
+
key: string;
|
|
242
|
+
class: string;
|
|
243
|
+
}
|
|
244
|
+
interface TableRowData extends Record<string, unknown> {
|
|
245
|
+
actions?: MenuActionItem[] | string | null;
|
|
246
|
+
menu?: MenuActionItem[] | null;
|
|
247
|
+
position?: number;
|
|
248
|
+
rowStyleClass?: string;
|
|
249
|
+
styleClass?: TableCellStyleClass;
|
|
250
|
+
}
|
|
251
|
+
interface SelectedTableRow<TData = TableRowData> {
|
|
252
|
+
row: TData;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
interface RowClickEvent<TData = TableRowData> {
|
|
256
|
+
row: TData;
|
|
257
|
+
action: string;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
declare class MatInputAutosizeDirective implements AfterViewInit {
|
|
261
|
+
private childMatInput;
|
|
262
|
+
private childNgModel;
|
|
263
|
+
inputElement: HTMLInputElement;
|
|
264
|
+
hiddenText: Text;
|
|
265
|
+
private readonly destroyRef;
|
|
266
|
+
matInputAutosizeMaxWidth?: string | null;
|
|
267
|
+
matInputAutosizeMinWidth: string;
|
|
268
|
+
matInputAutosizeFontStyle?: string | null;
|
|
269
|
+
constructor(el: ElementRef<HTMLInputElement>, childMatInput: MatInput, childNgModel: NgModel);
|
|
270
|
+
ngAfterViewInit(): void;
|
|
271
|
+
checkErrors(): void;
|
|
272
|
+
overwriteParentWidth(): void;
|
|
273
|
+
createHiddenTextContainer(): void;
|
|
274
|
+
setOwnStyles(): void;
|
|
275
|
+
subscribeToChanges(): void;
|
|
276
|
+
changeHiddenText: (newValue: unknown) => void;
|
|
277
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatInputAutosizeDirective, [null, { self: true; }, { optional: true; self: true; }]>;
|
|
278
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatInputAutosizeDirective, "[matInputAutosize]", never, { "matInputAutosizeMaxWidth": { "alias": "matInputAutosizeMaxWidth"; "required": false; }; "matInputAutosizeMinWidth": { "alias": "matInputAutosizeMinWidth"; "required": false; }; "matInputAutosizeFontStyle": { "alias": "matInputAutosizeFontStyle"; "required": false; }; }, {}, never, never, true, never>;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
declare class BubblePaginationDirective implements AfterViewInit, OnChanges {
|
|
282
|
+
private readonly matPag;
|
|
283
|
+
private elementRef;
|
|
284
|
+
private ren;
|
|
285
|
+
pageIndexChangeEmitter: EventEmitter<number>;
|
|
286
|
+
showFirstButton: boolean;
|
|
287
|
+
showLastButton: boolean;
|
|
288
|
+
renderButtonsNumber: number;
|
|
289
|
+
appCustomLength: number;
|
|
290
|
+
hideDefaultArrows: boolean;
|
|
291
|
+
bubblePageIndex: number;
|
|
292
|
+
private dotsEndRef;
|
|
293
|
+
private dotsStartRef;
|
|
294
|
+
private bubbleContainerRef;
|
|
295
|
+
private buttonsRef;
|
|
296
|
+
private readonly destroyRef;
|
|
297
|
+
constructor(matPag: MatPaginator, elementRef: ElementRef, ren: Renderer2);
|
|
298
|
+
ngAfterViewInit(): void;
|
|
299
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
300
|
+
private renderButtons;
|
|
301
|
+
private changeActiveButtonStyles;
|
|
302
|
+
private styleDefaultPagination;
|
|
303
|
+
private createBubbleDivRef;
|
|
304
|
+
private buildButtons;
|
|
305
|
+
private removeButtons;
|
|
306
|
+
private createButton;
|
|
307
|
+
private createDotsElement;
|
|
308
|
+
private switchPage;
|
|
309
|
+
private updateButtonsOnPageEvent;
|
|
310
|
+
private rebuildButtons;
|
|
311
|
+
private getNeededButtons;
|
|
312
|
+
private getActivePageIndex;
|
|
313
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BubblePaginationDirective, never>;
|
|
314
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BubblePaginationDirective, "[appBubblePagination]", never, { "showFirstButton": { "alias": "showFirstButton"; "required": false; }; "showLastButton": { "alias": "showLastButton"; "required": false; }; "renderButtonsNumber": { "alias": "renderButtonsNumber"; "required": false; }; "appCustomLength": { "alias": "appCustomLength"; "required": false; }; "hideDefaultArrows": { "alias": "hideDefaultArrows"; "required": false; }; "bubblePageIndex": { "alias": "bubblePageIndex"; "required": false; }; }, { "pageIndexChangeEmitter": "pageIndexChangeEmitter"; }, never, never, true, never>;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
interface ValidationMessageContext {
|
|
318
|
+
actualLength?: number;
|
|
319
|
+
max?: number;
|
|
320
|
+
min?: number;
|
|
321
|
+
requiredLength?: number;
|
|
322
|
+
}
|
|
323
|
+
type ValidationTextResolver = string | ((context?: ValidationMessageContext) => string);
|
|
324
|
+
interface MapaUiTexts {
|
|
325
|
+
common: {
|
|
326
|
+
selectAll: string;
|
|
327
|
+
};
|
|
328
|
+
filters: {
|
|
329
|
+
clear: string;
|
|
330
|
+
submit: string;
|
|
331
|
+
};
|
|
332
|
+
datepicker: {
|
|
333
|
+
startDatePlaceholder: string;
|
|
334
|
+
endDatePlaceholder: string;
|
|
335
|
+
};
|
|
336
|
+
capability: {
|
|
337
|
+
groupAverageTitle: string;
|
|
338
|
+
individualAverageTitle: string;
|
|
339
|
+
conceptTitle: string;
|
|
340
|
+
resultTitle: string;
|
|
341
|
+
positiveIndicatorsTitle: string;
|
|
342
|
+
negativeIndicatorsTitle: string;
|
|
343
|
+
riskIndicatorsTitle: string;
|
|
344
|
+
precipitationRiskTitle: string;
|
|
345
|
+
negligenceRiskTitle: string;
|
|
346
|
+
negativeDirectionLabel: string;
|
|
347
|
+
positiveDirectionLabel: string;
|
|
348
|
+
};
|
|
349
|
+
paginator: {
|
|
350
|
+
itemsPerPage: string;
|
|
351
|
+
nextPage: string;
|
|
352
|
+
previousPage: string;
|
|
353
|
+
rangeLabel: (page: number, pageSize: number, length: number) => string;
|
|
354
|
+
showingRangeLabel: (page: number, pageSize: number, length: number) => string;
|
|
355
|
+
};
|
|
356
|
+
validation: {
|
|
357
|
+
cnpj: ValidationTextResolver;
|
|
358
|
+
cpf: ValidationTextResolver;
|
|
359
|
+
email: ValidationTextResolver;
|
|
360
|
+
max: ValidationTextResolver;
|
|
361
|
+
maxLength: ValidationTextResolver;
|
|
362
|
+
min: ValidationTextResolver;
|
|
363
|
+
minLength: ValidationTextResolver;
|
|
364
|
+
pattern: ValidationTextResolver;
|
|
365
|
+
required: ValidationTextResolver;
|
|
366
|
+
};
|
|
367
|
+
}
|
|
368
|
+
type PartialMapaUiTexts = Partial<{
|
|
369
|
+
[K in keyof MapaUiTexts]: Partial<MapaUiTexts[K]>;
|
|
370
|
+
}>;
|
|
371
|
+
declare const MAPA_UI_TEXTS: InjectionToken<Partial<{
|
|
372
|
+
common: Partial<{
|
|
373
|
+
selectAll: string;
|
|
374
|
+
}>;
|
|
375
|
+
filters: Partial<{
|
|
376
|
+
clear: string;
|
|
377
|
+
submit: string;
|
|
378
|
+
}>;
|
|
379
|
+
datepicker: Partial<{
|
|
380
|
+
startDatePlaceholder: string;
|
|
381
|
+
endDatePlaceholder: string;
|
|
382
|
+
}>;
|
|
383
|
+
capability: Partial<{
|
|
384
|
+
groupAverageTitle: string;
|
|
385
|
+
individualAverageTitle: string;
|
|
386
|
+
conceptTitle: string;
|
|
387
|
+
resultTitle: string;
|
|
388
|
+
positiveIndicatorsTitle: string;
|
|
389
|
+
negativeIndicatorsTitle: string;
|
|
390
|
+
riskIndicatorsTitle: string;
|
|
391
|
+
precipitationRiskTitle: string;
|
|
392
|
+
negligenceRiskTitle: string;
|
|
393
|
+
negativeDirectionLabel: string;
|
|
394
|
+
positiveDirectionLabel: string;
|
|
395
|
+
}>;
|
|
396
|
+
paginator: Partial<{
|
|
397
|
+
itemsPerPage: string;
|
|
398
|
+
nextPage: string;
|
|
399
|
+
previousPage: string;
|
|
400
|
+
rangeLabel: (page: number, pageSize: number, length: number) => string;
|
|
401
|
+
showingRangeLabel: (page: number, pageSize: number, length: number) => string;
|
|
402
|
+
}>;
|
|
403
|
+
validation: Partial<{
|
|
404
|
+
cnpj: ValidationTextResolver;
|
|
405
|
+
cpf: ValidationTextResolver;
|
|
406
|
+
email: ValidationTextResolver;
|
|
407
|
+
max: ValidationTextResolver;
|
|
408
|
+
maxLength: ValidationTextResolver;
|
|
409
|
+
min: ValidationTextResolver;
|
|
410
|
+
minLength: ValidationTextResolver;
|
|
411
|
+
pattern: ValidationTextResolver;
|
|
412
|
+
required: ValidationTextResolver;
|
|
413
|
+
}>;
|
|
414
|
+
}>>;
|
|
415
|
+
declare const MAPA_UI_DEFAULT_TEXTS: MapaUiTexts;
|
|
416
|
+
declare function mergeMapaUiTexts(customTexts?: PartialMapaUiTexts | null): MapaUiTexts;
|
|
417
|
+
declare function provideMapaUiTexts(texts: PartialMapaUiTexts): Provider;
|
|
418
|
+
|
|
419
|
+
declare class MapaI18nService {
|
|
420
|
+
private readonly injector;
|
|
421
|
+
private readonly textsState;
|
|
422
|
+
readonly textsSignal: i0.Signal<MapaUiTexts>;
|
|
423
|
+
readonly texts$: rxjs.Observable<MapaUiTexts>;
|
|
424
|
+
constructor(customTexts: PartialMapaUiTexts | null);
|
|
425
|
+
get texts(): MapaUiTexts;
|
|
426
|
+
setTexts(texts: PartialMapaUiTexts): void;
|
|
427
|
+
resolveValidationText(key: keyof MapaUiTexts["validation"], context?: ValidationMessageContext): string;
|
|
428
|
+
private resolveText;
|
|
429
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaI18nService, [{ optional: true; }]>;
|
|
430
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MapaI18nService>;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
declare class ValidationMessageResolverService {
|
|
434
|
+
private readonly i18n;
|
|
435
|
+
private readonly errorOrder;
|
|
436
|
+
constructor(i18n: MapaI18nService);
|
|
437
|
+
resolveFirstError(control?: AbstractControl | null, errors?: Errors): string | null;
|
|
438
|
+
private resolveErrorMessage;
|
|
439
|
+
private getCustomMessage;
|
|
440
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ValidationMessageResolverService, never>;
|
|
441
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ValidationMessageResolverService>;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
declare class MapaFormErrorsComponent {
|
|
445
|
+
private readonly validationMessageResolver;
|
|
446
|
+
control?: AbstractControl | null;
|
|
447
|
+
errors?: Errors;
|
|
448
|
+
constructor(validationMessageResolver: ValidationMessageResolverService);
|
|
449
|
+
get message(): string | null;
|
|
450
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaFormErrorsComponent, never>;
|
|
451
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaFormErrorsComponent, "mapa-form-errors", never, { "control": { "alias": "control"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, never, true, never>;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
declare function sanitizeHtmlContent(sanitizer: DomSanitizer, value?: string | null): string;
|
|
455
|
+
declare class HtmlSanitizerService {
|
|
456
|
+
private readonly sanitizer;
|
|
457
|
+
constructor(sanitizer: DomSanitizer);
|
|
458
|
+
sanitize(value?: string | null): string;
|
|
459
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HtmlSanitizerService, never>;
|
|
460
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<HtmlSanitizerService>;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
declare class SafeHtmlPipe implements PipeTransform {
|
|
464
|
+
private readonly htmlSanitizer;
|
|
465
|
+
constructor(htmlSanitizer: HtmlSanitizerService);
|
|
466
|
+
transform(value?: string | null): string;
|
|
467
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
468
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", true>;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
declare class CPFPipe implements PipeTransform {
|
|
472
|
+
transform(cpfValue: string | number | null | undefined): string;
|
|
473
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CPFPipe, never>;
|
|
474
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CPFPipe, "cpf", true>;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
interface BigObject<T> {
|
|
478
|
+
[index: string]: T;
|
|
479
|
+
}
|
|
480
|
+
interface MaskType {
|
|
481
|
+
text?: string;
|
|
482
|
+
textMask: false | (string | RegExp)[] | ((raw: string) => (string | RegExp)[]);
|
|
483
|
+
numberToString?: Function;
|
|
484
|
+
textMaskFunction?: Function;
|
|
485
|
+
}
|
|
486
|
+
interface Masks {
|
|
487
|
+
aih: MaskType;
|
|
488
|
+
cartaocredito: MaskType;
|
|
489
|
+
celular: MaskType;
|
|
490
|
+
cep: MaskType;
|
|
491
|
+
certidao: MaskType;
|
|
492
|
+
chassi: MaskType;
|
|
493
|
+
cid: MaskType;
|
|
494
|
+
cnae: MaskType;
|
|
495
|
+
cnh: MaskType;
|
|
496
|
+
cnhespelho: MaskType;
|
|
497
|
+
renachestadual: MaskType;
|
|
498
|
+
renachseguranca: MaskType;
|
|
499
|
+
cnpj: MaskType;
|
|
500
|
+
cns: MaskType;
|
|
501
|
+
contabanco: MaskType;
|
|
502
|
+
cpf: MaskType;
|
|
503
|
+
cpfcnpj: MaskType;
|
|
504
|
+
currency: MaskType;
|
|
505
|
+
data: MaskType;
|
|
506
|
+
datahora: MaskType;
|
|
507
|
+
date: MaskType;
|
|
508
|
+
datetime: MaskType;
|
|
509
|
+
ect: MaskType;
|
|
510
|
+
endereco: MaskType;
|
|
511
|
+
iptu: MaskType;
|
|
512
|
+
number: MaskType;
|
|
513
|
+
porcentagem: MaskType;
|
|
514
|
+
pispasep: MaskType;
|
|
515
|
+
placa: MaskType;
|
|
516
|
+
processo: MaskType;
|
|
517
|
+
renavam: MaskType;
|
|
518
|
+
rg: MaskType;
|
|
519
|
+
sped: MaskType;
|
|
520
|
+
telefone: MaskType;
|
|
521
|
+
time: MaskType;
|
|
522
|
+
titulo: MaskType;
|
|
523
|
+
utils: MaskType;
|
|
524
|
+
}
|
|
525
|
+
interface MasksIE {
|
|
526
|
+
[index: string]: MaskType;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
declare function isPresent(obj: any): boolean;
|
|
530
|
+
declare function isArray(value: any): value is any[];
|
|
531
|
+
declare function isString(value: any): value is string | String;
|
|
532
|
+
declare function isNumber(value: any): boolean;
|
|
533
|
+
declare function isNil(value: any): boolean;
|
|
534
|
+
declare function processCaretTraps(mask: any): {
|
|
535
|
+
maskWithoutCaretTraps: any;
|
|
536
|
+
indexes: number[];
|
|
537
|
+
};
|
|
538
|
+
declare const modulo11: (value: string) => number;
|
|
539
|
+
declare const modulo11Custom: (string: string, size: number, maxMult?: number, by10?: boolean) => string;
|
|
540
|
+
declare const modulo11a: (string: string, size: number, mod: number) => number;
|
|
1
541
|
/**
|
|
2
|
-
*
|
|
542
|
+
*
|
|
543
|
+
* @param input
|
|
544
|
+
* ^ - Match line start
|
|
545
|
+
(\d) - match first digit and capture it in back reference #1 i.e. \1
|
|
546
|
+
(?!..) is a negative lookahead
|
|
547
|
+
(?!\1+$) means disallow the match if first digit is followed by same digit (captured group) till end.
|
|
548
|
+
\d{11}$ match next 11 digit followed by line end
|
|
3
549
|
*/
|
|
4
|
-
|
|
5
|
-
|
|
550
|
+
declare function allNumbersAreSame(inputValue: string): boolean;
|
|
551
|
+
declare function getAllDigits(input: string): string;
|
|
552
|
+
declare function getAllWords(input: string): string;
|
|
553
|
+
declare function currencyToNumber(input: string | number): number;
|
|
554
|
+
declare function numberToCurrency(value: number): string;
|
|
555
|
+
declare function slugify(value: string): string;
|
|
556
|
+
/**
|
|
557
|
+
*
|
|
558
|
+
* @param string ex. 12345
|
|
559
|
+
* @param size 11
|
|
560
|
+
* @param fill 0
|
|
561
|
+
*
|
|
562
|
+
* Returns: 00000012345
|
|
563
|
+
*/
|
|
564
|
+
declare function fillString(string: string, size: number, fill: string): string;
|
|
565
|
+
declare function randArray(array: string | any[]): any;
|
|
566
|
+
declare function rand(length: number, ...ranges: any[]): string;
|
|
567
|
+
declare function randomNumber(begin: number, end: number): number;
|
|
568
|
+
declare function randomLetter(size?: number, onlyCapitals?: boolean): string;
|
|
569
|
+
declare function randomLetterOrNumber(size?: number, onlyCapitals?: boolean): string;
|
|
570
|
+
declare const randomEstadoSigla: () => any;
|
|
571
|
+
declare const CORES: string[];
|
|
572
|
+
declare function getSpecialProperty<TModel, TKey extends keyof TModel>(model: TModel, key: TKey): TModel[TKey];
|
|
573
|
+
/**
|
|
574
|
+
*
|
|
575
|
+
*/
|
|
576
|
+
declare const makeGenericFaker: (val: any, options?: BigObject<Function> | null) => () => any;
|
|
577
|
+
|
|
578
|
+
declare function validate_aih(aih: string): boolean;
|
|
579
|
+
declare function validate_celular(cel: any): boolean;
|
|
580
|
+
declare const CEPRange: BigObject<RegExp>;
|
|
581
|
+
declare function validate_cep(cep: string): boolean;
|
|
582
|
+
declare function cep_ranges(cep: string | number): boolean;
|
|
583
|
+
declare function validate_certidao(value: string): boolean;
|
|
584
|
+
/**
|
|
585
|
+
*
|
|
586
|
+
* @param chassi
|
|
587
|
+
*/
|
|
588
|
+
declare function validate_chassi(chassi: string): boolean;
|
|
589
|
+
/**
|
|
590
|
+
*
|
|
591
|
+
* II - Número do Espelho da CNH - segundo número de identificação nacional,
|
|
592
|
+
* que será formado por 9 (nove) caracteres mais 1 (um) dígito verificador de segurança,
|
|
593
|
+
* autorizado e controlado pelo DENATRAN, e identificará cada espelho de CNH expedida.
|
|
594
|
+
* https://www.gov.br/infraestrutura/pt-br/assuntos/transito/conteudo-denatran/resolucoes-contran
|
|
595
|
+
* https://www.gov.br/infraestrutura/pt-br/assuntos/transito/conteudo-contran/resolucoes/resolucao5112014.pdf
|
|
596
|
+
* 598: https://www.gov.br/infraestrutura/pt-br/assuntos/transito/conteudo-contran/resolucoes/resolucao59820162.pdf
|
|
597
|
+
* @param value
|
|
598
|
+
*/
|
|
599
|
+
declare function validate_cnhespelho(value: string): boolean;
|
|
600
|
+
/**
|
|
601
|
+
*
|
|
602
|
+
* III – Número do formulário RENACH - número de identificação
|
|
603
|
+
* estadual, documento de coleta de dados do candidato/condutor gerado a cada serviço,
|
|
604
|
+
* composto, obrigatoriamente, por 11 (onze) caracteres, sendo as duas primeiras
|
|
605
|
+
* posições formadas pela sigla da Unidade de Federação expedidora, facultada a
|
|
606
|
+
* utilização da última posição como dígito verificador de segurança.
|
|
607
|
+
* a) O número do formulário RENACH identificará a Unidade da
|
|
608
|
+
* Federação onde o condutor foi habilitado ou realizou alterações de dados no seu
|
|
609
|
+
* cadastro pela última vez.
|
|
610
|
+
* b) O Formulário RENACH que dá origem às informações na
|
|
611
|
+
* BINCO e autorização para a impressão da CNH deverá ficar arquivado em seg
|
|
612
|
+
* 598 - https://www.gov.br/infraestrutura/pt-br/assuntos/transito/conteudo-contran/resolucoes/resolucao59820162.pdf
|
|
613
|
+
* 718 - https://www.gov.br/infraestrutura/pt-br/assuntos/transito/conteudo-contran/resolucoes/resolucao7182017.pdf
|
|
614
|
+
* @param value
|
|
615
|
+
*/
|
|
616
|
+
declare function validate_renachestadual(value: string): boolean;
|
|
617
|
+
declare function validate_renachseguranca(value: string): boolean;
|
|
618
|
+
/**
|
|
619
|
+
* BINCO
|
|
620
|
+
* I – o primeiro número de identificação nacional – Registro Nacional,
|
|
621
|
+
* será gerado pelo sistema informatizado da Base Índice Nacional de Condutores –
|
|
622
|
+
* BINCO, composto de 9 (nove) caracteres mais 2 (dois) dígitos verificadores de
|
|
623
|
+
* segurança, sendo único para cada condutor e o acompanhará durante toda a
|
|
624
|
+
* sua existência como condutor, não sendo permitida a sua reutilização para
|
|
625
|
+
* outro condutor.
|
|
626
|
+
* @param value
|
|
627
|
+
* @returns
|
|
628
|
+
*/
|
|
629
|
+
declare function validate_cnh(value: string): boolean;
|
|
630
|
+
declare function validate_cnpj(cnpj: any): boolean;
|
|
631
|
+
/**
|
|
632
|
+
* Referencia: http://www.receita.fazenda.gov.br/aplicacoes/atcta/funcoes.js
|
|
633
|
+
* @param strCPF
|
|
634
|
+
* @returns
|
|
635
|
+
*/
|
|
636
|
+
declare function validate_cpf(strCPF: any): boolean;
|
|
637
|
+
declare function validate_cns(value: string): boolean;
|
|
638
|
+
declare function validate_cartaocredito(input: string | number): boolean;
|
|
639
|
+
/**
|
|
640
|
+
* A hash of valid CC abbreviations and regular expressions
|
|
641
|
+
mc: Mastercard
|
|
642
|
+
ec: Eurocard
|
|
643
|
+
vi: Visa
|
|
644
|
+
ax: American Express
|
|
645
|
+
dc: Diners Club
|
|
646
|
+
bl: Carte Blanch
|
|
647
|
+
di: Discover
|
|
648
|
+
jcb: JCB
|
|
649
|
+
er: Enroute
|
|
650
|
+
*/
|
|
651
|
+
declare const creditCardValidator: BigObject<RegExp>;
|
|
652
|
+
declare function validate_currency(currency: string | number): boolean;
|
|
653
|
+
declare function validate_datetime(time: string | number, options?: any): boolean;
|
|
654
|
+
declare function validate_datahora(time: string | number, options?: any): boolean;
|
|
655
|
+
declare function validate_ect(number: string): boolean;
|
|
656
|
+
declare function validate_number(number: string): boolean;
|
|
657
|
+
declare function validate_porcentagem(porcentagem: string): boolean;
|
|
658
|
+
declare function validate_processo(processo: any): boolean;
|
|
659
|
+
declare function validate_pispasep(number: string): boolean;
|
|
660
|
+
declare function validate_renavam(renavam: any): boolean;
|
|
661
|
+
declare function validate_rg(rg: string): any;
|
|
662
|
+
declare function validate_sped(sped: string): boolean;
|
|
663
|
+
declare function validate_telefone(tel: any): boolean;
|
|
664
|
+
declare function validate_time(time: string | number, options?: any): boolean;
|
|
665
|
+
declare function validate_titulo(titulo: any): boolean;
|
|
666
|
+
declare const validateBr: BigObject<Function>;
|
|
667
|
+
|
|
668
|
+
declare const utilsBr: {
|
|
669
|
+
isPresent: typeof isPresent;
|
|
670
|
+
isArray: typeof isArray;
|
|
671
|
+
isString: typeof isString;
|
|
672
|
+
isNumber: typeof isNumber;
|
|
673
|
+
isNil: typeof isNil;
|
|
674
|
+
processCaretTraps: typeof processCaretTraps;
|
|
675
|
+
allNumbersAreSame: typeof allNumbersAreSame;
|
|
676
|
+
getAllDigits: typeof getAllDigits;
|
|
677
|
+
getAllWords: typeof getAllWords;
|
|
678
|
+
currencyToNumber: typeof currencyToNumber;
|
|
679
|
+
modulo11: (value: string) => number;
|
|
680
|
+
numberToCurrency: typeof numberToCurrency;
|
|
681
|
+
slugify: typeof slugify;
|
|
682
|
+
fillString: typeof fillString;
|
|
683
|
+
randArray: typeof randArray;
|
|
684
|
+
rand: typeof rand;
|
|
685
|
+
randomNumber: typeof randomNumber;
|
|
686
|
+
randomLetter: typeof randomLetter;
|
|
687
|
+
randomLetterOrNumber: typeof randomLetterOrNumber;
|
|
688
|
+
getSpecialProperty: typeof getSpecialProperty;
|
|
689
|
+
MASKS: BigObject<mapa_library_ui.MaskType>;
|
|
690
|
+
MASKSIE: BigObject<mapa_library_ui.MaskType>;
|
|
691
|
+
PLACAS_RANGE: string[][];
|
|
692
|
+
ESTADOS: {
|
|
693
|
+
name: string;
|
|
694
|
+
shortname: string;
|
|
695
|
+
slug: string;
|
|
696
|
+
}[];
|
|
697
|
+
};
|
|
698
|
+
declare const maskBr: BigObject<Function>;
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
*
|
|
702
|
+
* @param uf - UF do número da guia. Ex: 35(SP), 81(PE)
|
|
703
|
+
* @param ano - ANO do número da guia. Ex: 2018, 2019
|
|
704
|
+
* @param tipo - TIPO da guia. Aih = 1, APAC = 2
|
|
705
|
+
*/
|
|
706
|
+
declare function create_aih(value: string | number | any[]): string;
|
|
707
|
+
declare function create_certidao(value: string): any;
|
|
708
|
+
declare function create_cnhespelho(value: string): string;
|
|
709
|
+
declare function create_renachestadual(value: string): string | false;
|
|
710
|
+
/**
|
|
711
|
+
*
|
|
712
|
+
* @param value
|
|
713
|
+
* @returns
|
|
714
|
+
*/
|
|
715
|
+
declare function create_renachseguranca(value: string): string | false;
|
|
716
|
+
/**
|
|
717
|
+
* Dígito verificador da CNH não é mais o módulo 11 conforme últimas resoluções
|
|
718
|
+
* @param value
|
|
719
|
+
* @returns
|
|
720
|
+
*/
|
|
721
|
+
declare function create_cnh(value: string): string | false;
|
|
722
|
+
declare function create_cnpj(cnpj: string): false | number[];
|
|
723
|
+
declare function create_cns(number: string): string;
|
|
724
|
+
declare function create_cpf(strCPF: string): string | false;
|
|
725
|
+
declare function create_cartaocredito(number: string): number;
|
|
726
|
+
declare function create_ect(number: string): number;
|
|
727
|
+
declare function create_pispasep(number: string): number;
|
|
728
|
+
declare function create_renavam(renavam: string): number;
|
|
729
|
+
/**
|
|
730
|
+
*
|
|
731
|
+
* Font: http://ghiorzi.org/index.htm
|
|
732
|
+
* @param number
|
|
733
|
+
*/
|
|
734
|
+
declare function create_processo(number: string): string;
|
|
735
|
+
declare function create_titulo_atual(titulo: string): string;
|
|
736
|
+
declare function create_titulo(titNum: string): any;
|
|
737
|
+
|
|
738
|
+
declare const ESTADOS_SIGLA: any;
|
|
739
|
+
type EstadosType = 'ac' | 'al' | 'am' | 'ap' | 'ba' | 'ce' | 'df' | 'es' | 'go' | 'ma' | 'mg' | 'ms' | 'mt' | 'pa' | 'pb' | 'pe' | 'pi' | 'pr' | 'rj' | 'rn' | 'ro' | 'rr' | 'rs' | 'sc' | 'se' | 'sp' | 'to';
|
|
740
|
+
declare const ESTADOS: {
|
|
741
|
+
name: string;
|
|
742
|
+
shortname: string;
|
|
743
|
+
slug: string;
|
|
744
|
+
}[];
|
|
745
|
+
|
|
746
|
+
/**
|
|
747
|
+
* BASED ON https://github.com/gammasoft/ie/
|
|
748
|
+
*/
|
|
749
|
+
declare const generateInscricaoEstadual: BigObject<Function>;
|
|
750
|
+
declare function validate_inscricaoestadual(ie: string | Array<string>, estado: any): any;
|
|
751
|
+
declare const MASKSIE: BigObject<MaskType>;
|
|
752
|
+
|
|
753
|
+
declare function create_iptu_ctba(number: string): number;
|
|
754
|
+
declare function create_iptu_sp(number: string): number;
|
|
755
|
+
declare const faker_iptu: (estado: string | number, cidade: string | number) => any;
|
|
756
|
+
declare const IPTUCREATE: BigObject<BigObject<Function>>;
|
|
757
|
+
|
|
758
|
+
declare const IPTUMASKS: BigObject<BigObject<MaskType>>;
|
|
759
|
+
|
|
760
|
+
declare function validate_iptu_ctba(value: string | any[]): boolean;
|
|
761
|
+
/**
|
|
762
|
+
* Índice Cadastral, ou inscrição imobiliária, é o número de identificação do imóvel no cadastro da Prefeitura de Contagem.
|
|
763
|
+
* O índice é composto por 12 (doze) ou 13 (treze) números, sendo: 2 (dois) para a zona fiscal;
|
|
764
|
+
* 3 (três) ou 4 (quatro) para a quadra fiscal; 4 (quatro) para o lote fiscal; e 3 (três) para a unidade.
|
|
765
|
+
*/
|
|
766
|
+
declare function validate_iptu_contagem(number: any): boolean;
|
|
767
|
+
declare function validate_iptu_sp(value: string | any[]): boolean;
|
|
768
|
+
declare const IPTUVALIDATE: BigObject<BigObject<Function>>;
|
|
769
|
+
|
|
770
|
+
declare const create_iptu: (number: string, estado: string | number, cidade: string | number) => any;
|
|
771
|
+
declare const mask_iptu: (number: string, estado: string, cidade: string) => string | mapa_library_ui.MaskType;
|
|
772
|
+
declare const validate_iptu: (number: string, estado: string | number, cidade: string | number) => any;
|
|
773
|
+
|
|
774
|
+
declare const LOCALIZACAO_RUAS: string[];
|
|
775
|
+
declare const LOCALIZACAO_LOGRADOUROS: string[];
|
|
776
|
+
declare const LOCALIZACAO_COMPLEMENTOS: string[];
|
|
777
|
+
declare const LOCALIZACAO_BAIRROS: string[];
|
|
778
|
+
declare const LOCALIZACAO_ESTADOS: {
|
|
779
|
+
nome: string;
|
|
780
|
+
uf: string;
|
|
781
|
+
}[];
|
|
782
|
+
declare const LOCALIZACAO_CIDADES: string[][];
|
|
783
|
+
|
|
784
|
+
declare const PLACAS_RANGE: string[][];
|
|
785
|
+
declare const PLACAS_INVALID: {
|
|
786
|
+
start: string;
|
|
787
|
+
end: string;
|
|
788
|
+
};
|
|
789
|
+
declare function validate_placa(placa: string | number, incluiMercosul?: boolean): boolean;
|
|
790
|
+
|
|
791
|
+
declare function rg_sp(number: string): any;
|
|
792
|
+
declare function rg_rj(number: string): number;
|
|
793
|
+
|
|
794
|
+
declare const AIH_ESTADOS: {
|
|
795
|
+
AC: string;
|
|
796
|
+
AL: string;
|
|
797
|
+
AP: string;
|
|
798
|
+
AM: string;
|
|
799
|
+
BA: string;
|
|
800
|
+
CE: string;
|
|
801
|
+
DF: string;
|
|
802
|
+
ES: string;
|
|
803
|
+
GO: string;
|
|
804
|
+
MA: string;
|
|
805
|
+
MT: string;
|
|
806
|
+
MS: string;
|
|
807
|
+
MG: string;
|
|
808
|
+
PA: string;
|
|
809
|
+
PB: string;
|
|
810
|
+
PR: string;
|
|
811
|
+
PE: string;
|
|
812
|
+
PI: string;
|
|
813
|
+
RJ: string;
|
|
814
|
+
RN: string;
|
|
815
|
+
RS: string;
|
|
816
|
+
RO: string;
|
|
817
|
+
RR: string;
|
|
818
|
+
SC: string;
|
|
819
|
+
SP: string;
|
|
820
|
+
SE: string;
|
|
821
|
+
TO: string;
|
|
822
|
+
};
|
|
823
|
+
declare const AIH_TIPOS: {
|
|
824
|
+
'1': string;
|
|
825
|
+
'2': string;
|
|
826
|
+
'3': string;
|
|
827
|
+
'4': string;
|
|
828
|
+
'5': string;
|
|
829
|
+
};
|
|
830
|
+
declare const CID_NAME: {
|
|
831
|
+
'A00-B99': string;
|
|
832
|
+
'C00-D48': string;
|
|
833
|
+
'D50-D89': string;
|
|
834
|
+
'E00-E90': string;
|
|
835
|
+
'F00-F99': string;
|
|
836
|
+
'G00-G99': string;
|
|
837
|
+
'H00-H59': string;
|
|
838
|
+
'H60-H95': string;
|
|
839
|
+
'I00-I99': string;
|
|
840
|
+
'J00-J99': string;
|
|
841
|
+
'K00-K93': string;
|
|
842
|
+
'L00-L99': string;
|
|
843
|
+
'M00-M99': string;
|
|
844
|
+
'N00-N99': string;
|
|
845
|
+
'O00-O99': string;
|
|
846
|
+
'P00-P96': string;
|
|
847
|
+
'Q00-Q99': string;
|
|
848
|
+
'R00-R99': string;
|
|
849
|
+
'S00-T98': string;
|
|
850
|
+
'V01-Y98': string;
|
|
851
|
+
'Z00-Z99': string;
|
|
852
|
+
'U00-U99': string;
|
|
853
|
+
};
|
|
854
|
+
declare const CID_REGEX: {
|
|
855
|
+
'A00-B99': RegExp;
|
|
856
|
+
'C00-D48': RegExp;
|
|
857
|
+
'D50-D89': RegExp;
|
|
858
|
+
'E00-E90': RegExp;
|
|
859
|
+
'F00-F99': RegExp;
|
|
860
|
+
'G00-G99': RegExp;
|
|
861
|
+
'H00-H59': RegExp;
|
|
862
|
+
'H60-H95': RegExp;
|
|
863
|
+
'I00-I99': RegExp;
|
|
864
|
+
'J00-J99': RegExp;
|
|
865
|
+
'K00-K93': RegExp;
|
|
866
|
+
'L00-L99': RegExp;
|
|
867
|
+
'M00-M99': RegExp;
|
|
868
|
+
'N00-N99': RegExp;
|
|
869
|
+
'O00-O99': RegExp;
|
|
870
|
+
'P00-P96': RegExp;
|
|
871
|
+
'Q00-Q99': RegExp;
|
|
872
|
+
'R00-R99': RegExp;
|
|
873
|
+
'S00-T98': RegExp;
|
|
874
|
+
'V01-Y98': RegExp;
|
|
875
|
+
'Z00-Z99': RegExp;
|
|
876
|
+
'U00-U99': RegExp;
|
|
877
|
+
};
|
|
878
|
+
|
|
879
|
+
type BenchmarkingChart = {
|
|
880
|
+
name: string;
|
|
881
|
+
interval: number;
|
|
882
|
+
direction: 'Positiva' | 'Negativa' | string;
|
|
883
|
+
classificationColor: string;
|
|
884
|
+
classificationId: number;
|
|
885
|
+
marks?: {
|
|
886
|
+
name: string;
|
|
887
|
+
value: number;
|
|
888
|
+
color: string;
|
|
889
|
+
}[];
|
|
890
|
+
};
|
|
891
|
+
interface BenchmarkMark {
|
|
892
|
+
name: string;
|
|
893
|
+
percentage: number;
|
|
894
|
+
color: string;
|
|
895
|
+
}
|
|
896
|
+
interface Benchmark {
|
|
897
|
+
id: number;
|
|
898
|
+
name: string;
|
|
899
|
+
marks: BenchmarkMark[];
|
|
900
|
+
}
|
|
901
|
+
interface Classification {
|
|
902
|
+
classificationId: number;
|
|
903
|
+
classificationName: string;
|
|
904
|
+
classificationColor: string;
|
|
905
|
+
}
|
|
906
|
+
interface EvaluationBenchmarkResult {
|
|
907
|
+
id: number;
|
|
908
|
+
name: string;
|
|
909
|
+
interval: number;
|
|
910
|
+
average: number;
|
|
911
|
+
percentage: number;
|
|
912
|
+
direction: 'Positiva' | 'Negativa' | string;
|
|
913
|
+
benchmarks: Benchmark[];
|
|
914
|
+
classification: Classification;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
declare class MapaBenchmarkChartComponent {
|
|
918
|
+
data: BenchmarkingChart[];
|
|
919
|
+
scaleLabels: number[];
|
|
920
|
+
constructor();
|
|
921
|
+
setUnlabeledItem(item: BenchmarkingChart): BenchmarkingChart;
|
|
922
|
+
getWidth(item: BenchmarkingChart): string;
|
|
923
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaBenchmarkChartComponent, never>;
|
|
924
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaBenchmarkChartComponent, "mapa-benchmark-chart", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
declare class MapaBenchmarkIndicatorComponent {
|
|
928
|
+
item: BenchmarkingChart;
|
|
929
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaBenchmarkIndicatorComponent, never>;
|
|
930
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaBenchmarkIndicatorComponent, "mapa-benchmark-indicator", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, true, never>;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
declare class MapaBreadcrumbComponent {
|
|
934
|
+
items: Breadpiece[];
|
|
935
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaBreadcrumbComponent, never>;
|
|
936
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaBreadcrumbComponent, "mapa-breadcrumb", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
declare class ButtonComponent {
|
|
940
|
+
color: 'primary' | 'accent' | 'basic' | null | undefined;
|
|
941
|
+
disabled: boolean;
|
|
942
|
+
clicked: EventEmitter<void>;
|
|
943
|
+
onClick(): void;
|
|
944
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
945
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "mapa-button", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
declare class ButtonIconComponent implements OnInit, OnChanges {
|
|
949
|
+
private sanitizer;
|
|
950
|
+
data: ButtonIcon;
|
|
951
|
+
clicked: EventEmitter<ButtonIcon>;
|
|
952
|
+
imgBase64: SafeResourceUrl;
|
|
953
|
+
onClick(data: ButtonIcon): void;
|
|
954
|
+
constructor(sanitizer: DomSanitizer);
|
|
955
|
+
ngOnInit(): void;
|
|
956
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
957
|
+
private updateIcon;
|
|
958
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonIconComponent, never>;
|
|
959
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonIconComponent, "mapa-button-icon", never, { "data": { "alias": "data"; "required": false; }; }, { "clicked": "clicked"; }, never, never, true, never>;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
interface CapabilityClassification {
|
|
963
|
+
id: number;
|
|
964
|
+
name: string;
|
|
965
|
+
color: string;
|
|
966
|
+
positive: boolean;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
interface CapabilityItem {
|
|
970
|
+
competenceId?: number;
|
|
971
|
+
indicatorId?: number;
|
|
972
|
+
name?: string;
|
|
973
|
+
indicatorName?: string;
|
|
974
|
+
indicatorConcept?: string;
|
|
975
|
+
dimensionName?: string;
|
|
976
|
+
interval?: number;
|
|
977
|
+
escoreT?: number;
|
|
978
|
+
classification?: Classification$1;
|
|
979
|
+
competenceName?: string;
|
|
980
|
+
scaleName?: string;
|
|
981
|
+
classificationId?: number;
|
|
982
|
+
classificationName?: string;
|
|
983
|
+
classificationColor?: string;
|
|
984
|
+
classificationFontSize?: string;
|
|
985
|
+
classificationBg?: string;
|
|
986
|
+
direction?: string | null;
|
|
987
|
+
risk?: boolean | null;
|
|
988
|
+
precipitation?: boolean | null;
|
|
989
|
+
negligence?: boolean | null;
|
|
990
|
+
indicatorOrder?: number;
|
|
991
|
+
description?: string;
|
|
992
|
+
average?: number;
|
|
993
|
+
concept?: string;
|
|
994
|
+
isIndividually?: boolean;
|
|
995
|
+
dimensionClassificationMessage?: string;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
interface CapabilityComparative {
|
|
999
|
+
name: string;
|
|
1000
|
+
groupAvg: number;
|
|
1001
|
+
individualAvg: number;
|
|
1002
|
+
indicators: {
|
|
1003
|
+
name: string;
|
|
1004
|
+
items: CapabilityItem[];
|
|
1005
|
+
}[];
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
interface Capability extends CapabilityItem {
|
|
1009
|
+
items: CapabilityItem[];
|
|
1010
|
+
capabilityConcept?: {
|
|
1011
|
+
concept?: string;
|
|
1012
|
+
result?: string;
|
|
1013
|
+
};
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
interface Indicators {
|
|
1017
|
+
competenceId?: number;
|
|
1018
|
+
competenceName: string;
|
|
1019
|
+
indicators: CapabilityItem[];
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
interface DetailedIndicatorItem {
|
|
1023
|
+
name: string;
|
|
1024
|
+
concept: string;
|
|
1025
|
+
interval: number;
|
|
1026
|
+
classificationId?: number;
|
|
1027
|
+
classificationName?: string;
|
|
1028
|
+
classificationColor?: string;
|
|
1029
|
+
}
|
|
1030
|
+
interface DetailedIndicatorSection {
|
|
1031
|
+
title: string;
|
|
1032
|
+
items: DetailedIndicatorItem[];
|
|
1033
|
+
}
|
|
1034
|
+
interface IndicatorCollections {
|
|
1035
|
+
all: CapabilityItem[];
|
|
1036
|
+
positive: CapabilityItem[];
|
|
1037
|
+
negative: CapabilityItem[];
|
|
1038
|
+
precipitation: CapabilityItem[];
|
|
1039
|
+
negligence: CapabilityItem[];
|
|
1040
|
+
}
|
|
1041
|
+
interface IndicatorCollectionOptions {
|
|
1042
|
+
includeDirectionSign?: boolean;
|
|
1043
|
+
}
|
|
1044
|
+
declare function normalizeText(value?: string | null): string;
|
|
1045
|
+
declare function normalizeLookup(value?: string | null): string;
|
|
1046
|
+
declare function buildIndicatorCollections(indicators: Indicators[], options?: IndicatorCollectionOptions): IndicatorCollections;
|
|
1047
|
+
declare function buildDetailedIndicatorSections(indicators: Indicators[]): DetailedIndicatorSection[];
|
|
1048
|
+
|
|
1049
|
+
declare class CapabilityClassificationService {
|
|
1050
|
+
getByItem(item: CapabilityItem): CapabilityClassification;
|
|
1051
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CapabilityClassificationService, never>;
|
|
1052
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CapabilityClassificationService>;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
declare class MapaCapabilityDotComponent {
|
|
1056
|
+
classification: CapabilityClassificationService;
|
|
1057
|
+
type: string;
|
|
1058
|
+
item: CapabilityItem;
|
|
1059
|
+
tooltip: boolean;
|
|
1060
|
+
capability?: Capability;
|
|
1061
|
+
constructor(classification: CapabilityClassificationService);
|
|
1062
|
+
createTag(): {
|
|
1063
|
+
size: string;
|
|
1064
|
+
};
|
|
1065
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityDotComponent, never>;
|
|
1066
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityDotComponent, "mapa-capability-dot", never, { "type": { "alias": "type"; "required": false; }; "item": { "alias": "item"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "capability": { "alias": "capability"; "required": false; }; }, {}, never, never, true, never>;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
declare class MapaCapabilityExpandComponent {
|
|
1070
|
+
classification: CapabilityClassificationService;
|
|
1071
|
+
private readonly i18n;
|
|
1072
|
+
data: Capability;
|
|
1073
|
+
constructor(classification: CapabilityClassificationService, i18n: MapaI18nService);
|
|
1074
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1075
|
+
get conceptTitle(): string;
|
|
1076
|
+
get resultTitle(): string;
|
|
1077
|
+
get negativeDirectionLabel(): string;
|
|
1078
|
+
get positiveDirectionLabel(): string;
|
|
1079
|
+
createTag(item: CapabilityItem): {
|
|
1080
|
+
bgColor: string;
|
|
1081
|
+
fontSize: string;
|
|
1082
|
+
size: string;
|
|
1083
|
+
};
|
|
1084
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityExpandComponent, never>;
|
|
1085
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityExpandComponent, "mapa-capability-expand", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
declare class MapaCapabilityIndicatorComponent {
|
|
1089
|
+
item: CapabilityItem;
|
|
1090
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorComponent, never>;
|
|
1091
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIndicatorComponent, "mapa-capability-indicator", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, true, never>;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
declare class MapaCapabilityIntervalComponent implements OnInit, OnChanges {
|
|
1095
|
+
data: Capability;
|
|
1096
|
+
showInterval: boolean;
|
|
1097
|
+
paintLinear: string;
|
|
1098
|
+
SVG: {
|
|
1099
|
+
x: number;
|
|
1100
|
+
y: number;
|
|
1101
|
+
width: number;
|
|
1102
|
+
height: number;
|
|
1103
|
+
}[];
|
|
1104
|
+
hasTransform: boolean;
|
|
1105
|
+
indexTransform: number;
|
|
1106
|
+
constructor();
|
|
1107
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1108
|
+
ngOnInit(): void;
|
|
1109
|
+
getWidth(index: number): number;
|
|
1110
|
+
getFill(i: number): string;
|
|
1111
|
+
getFillGradient(): string;
|
|
1112
|
+
getTransform(i: number): string;
|
|
1113
|
+
getStartOffset(): number;
|
|
1114
|
+
getStopOffset(): number;
|
|
1115
|
+
getGradientX(): number;
|
|
1116
|
+
isSVG(): boolean;
|
|
1117
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIntervalComponent, never>;
|
|
1118
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIntervalComponent, "mapa-capability-interval", never, { "data": { "alias": "data"; "required": false; }; "showInterval": { "alias": "showInterval"; "required": false; }; }, {}, never, never, true, never>;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
declare class MapaCapabilityIntervalBarComponent {
|
|
1122
|
+
data: Capability;
|
|
1123
|
+
expanded?: boolean;
|
|
1124
|
+
showInterval: boolean;
|
|
1125
|
+
clicked: EventEmitter<void>;
|
|
1126
|
+
isHovering: boolean;
|
|
1127
|
+
isClicked: boolean;
|
|
1128
|
+
isSVG(): boolean;
|
|
1129
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIntervalBarComponent, never>;
|
|
1130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIntervalBarComponent, "mapa-capability-interval-bar", never, { "data": { "alias": "data"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "showInterval": { "alias": "showInterval"; "required": false; }; }, { "clicked": "clicked"; }, never, never, true, never>;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
declare class MapaCapabilityComparativeComponent {
|
|
1134
|
+
data: CapabilityComparative;
|
|
1135
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityComparativeComponent, never>;
|
|
1136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityComparativeComponent, "mapa-capability-comparative", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
declare class MapaCapabilityComparativeChartComponent {
|
|
1140
|
+
data: CapabilityComparative;
|
|
1141
|
+
setCleanItem(item: CapabilityItem): CapabilityItem;
|
|
1142
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityComparativeChartComponent, never>;
|
|
1143
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityComparativeChartComponent, "mapa-capability-comparative-chart", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
declare class MapaCapabilityComparativeHeaderComponent {
|
|
1147
|
+
private readonly i18n;
|
|
1148
|
+
data: CapabilityComparative;
|
|
1149
|
+
constructor(i18n: MapaI18nService);
|
|
1150
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1151
|
+
get groupAverageTitle(): string;
|
|
1152
|
+
get individualAverageTitle(): string;
|
|
1153
|
+
getCapabilityData(item: number): Capability;
|
|
1154
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityComparativeHeaderComponent, never>;
|
|
1155
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityComparativeHeaderComponent, "mapa-capability-comparative-header", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
declare class MapaCapabilityDetailComponent implements AfterViewInit, OnChanges, OnInit {
|
|
1159
|
+
classification: CapabilityClassificationService;
|
|
1160
|
+
data: Capability[];
|
|
1161
|
+
showTags: boolean;
|
|
1162
|
+
showProgressBar: boolean;
|
|
1163
|
+
showInterval: boolean;
|
|
1164
|
+
isExpanded: boolean;
|
|
1165
|
+
accordion: MatAccordion;
|
|
1166
|
+
expanded: Set<number>;
|
|
1167
|
+
showTagInterval: boolean;
|
|
1168
|
+
constructor(classification: CapabilityClassificationService);
|
|
1169
|
+
ngOnInit(): void;
|
|
1170
|
+
ngAfterViewInit(): void;
|
|
1171
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1172
|
+
private syncExpandedState;
|
|
1173
|
+
sortItemsByinterval(items: CapabilityItem[] | undefined): CapabilityItem[];
|
|
1174
|
+
showMore(index: number): void;
|
|
1175
|
+
toggleAll(): void;
|
|
1176
|
+
createTag(item: Capability): {
|
|
1177
|
+
bgColor: string;
|
|
1178
|
+
fontSize: string;
|
|
1179
|
+
size: string;
|
|
1180
|
+
};
|
|
1181
|
+
isSVG(item: Capability): boolean;
|
|
1182
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityDetailComponent, never>;
|
|
1183
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityDetailComponent, "mapa-capability-detail", never, { "data": { "alias": "data"; "required": false; }; "showTags": { "alias": "showTags"; "required": false; }; "showProgressBar": { "alias": "showProgressBar"; "required": false; }; "showInterval": { "alias": "showInterval"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, {}, never, never, true, never>;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
declare class MapaCapabilityIndicatorListComponent implements OnInit, OnChanges {
|
|
1187
|
+
private readonly i18n;
|
|
1188
|
+
data: CapabilityItem[];
|
|
1189
|
+
dataPositive: CapabilityItem[];
|
|
1190
|
+
dataNegative: CapabilityItem[];
|
|
1191
|
+
dataRiskPrecipitation: CapabilityItem[];
|
|
1192
|
+
dataRiskNegligence: CapabilityItem[];
|
|
1193
|
+
constructor(i18n: MapaI18nService);
|
|
1194
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1195
|
+
get positiveIndicatorsTitle(): string;
|
|
1196
|
+
get negativeIndicatorsTitle(): string;
|
|
1197
|
+
get riskIndicatorsTitle(): string;
|
|
1198
|
+
get precipitationRiskTitle(): string;
|
|
1199
|
+
get negligenceRiskTitle(): string;
|
|
1200
|
+
ngOnInit(): void;
|
|
1201
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1202
|
+
private buildIndicatorGroups;
|
|
1203
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorListComponent, never>;
|
|
1204
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIndicatorListComponent, "mapa-capability-indicator-list", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
declare class MapaCapabilityIndicatorChartComponent {
|
|
1208
|
+
classification: CapabilityClassificationService;
|
|
1209
|
+
data: CapabilityItem[];
|
|
1210
|
+
constructor(classification: CapabilityClassificationService);
|
|
1211
|
+
setUnlabeledItem(item: CapabilityItem): CapabilityItem;
|
|
1212
|
+
getWidth(item: CapabilityItem): string;
|
|
1213
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaCapabilityIndicatorChartComponent, never>;
|
|
1214
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaCapabilityIndicatorChartComponent, "mapa-capability-indicator-chart", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
declare class MapaChartComponent implements OnInit, OnChanges {
|
|
1218
|
+
options: Partial<ChartOptions>;
|
|
1219
|
+
private colors;
|
|
1220
|
+
chartOptions: Partial<ChartOptions>;
|
|
1221
|
+
constructor();
|
|
1222
|
+
ngOnInit(): void;
|
|
1223
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1224
|
+
private generateChart;
|
|
1225
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaChartComponent, never>;
|
|
1226
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaChartComponent, "mapa-chart", never, { "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
declare class CheckboxComponent {
|
|
1230
|
+
color: 'primary' | 'basic' | null | undefined;
|
|
1231
|
+
formControl: FormControl;
|
|
1232
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
1233
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "mapa-checkbox", never, { "color": { "alias": "color"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, {}, never, never, true, never>;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
interface MapaDatepickerValue {
|
|
1237
|
+
startDate: string | null;
|
|
1238
|
+
endDate: string | null;
|
|
1239
|
+
}
|
|
1240
|
+
type MapaDatepickerFormGroup = FormGroup<{
|
|
1241
|
+
startDate: FormControl<MapaDatepickerValue["startDate"]>;
|
|
1242
|
+
endDate: FormControl<MapaDatepickerValue["endDate"]>;
|
|
1243
|
+
}>;
|
|
1244
|
+
type MapaDatepickerRangeValue = {
|
|
1245
|
+
startDate: Date | null;
|
|
1246
|
+
endDate: Date | null;
|
|
1247
|
+
};
|
|
1248
|
+
type MapaDatepickerRangeFormGroup = FormGroup<{
|
|
1249
|
+
startDate: FormControl<MapaDatepickerRangeValue["startDate"]>;
|
|
1250
|
+
endDate: FormControl<MapaDatepickerRangeValue["endDate"]>;
|
|
1251
|
+
}>;
|
|
1252
|
+
declare const MY_DATE_FORMATS: {
|
|
1253
|
+
parse: {
|
|
1254
|
+
dateInput: string;
|
|
1255
|
+
};
|
|
1256
|
+
display: {
|
|
1257
|
+
dateInput: string;
|
|
1258
|
+
monthYearLabel: string;
|
|
1259
|
+
dateA11yLabel: string;
|
|
1260
|
+
monthYearA11yLabel: string;
|
|
1261
|
+
};
|
|
1262
|
+
};
|
|
1263
|
+
declare class DatepickerComponent implements OnInit {
|
|
1264
|
+
private readonly i18n;
|
|
1265
|
+
private readonly cdr;
|
|
1266
|
+
formGroup: MapaDatepickerFormGroup;
|
|
1267
|
+
private readonly destroyRef;
|
|
1268
|
+
private readonly defaultDaysBack;
|
|
1269
|
+
readonly formDatepicker: MapaDatepickerRangeFormGroup;
|
|
1270
|
+
constructor(i18n: MapaI18nService, cdr: ChangeDetectorRef);
|
|
1271
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1272
|
+
ngOnInit(): void;
|
|
1273
|
+
get startDatePlaceholder(): string;
|
|
1274
|
+
get endDatePlaceholder(): string;
|
|
1275
|
+
private syncRangeForm;
|
|
1276
|
+
private updateExternalForm;
|
|
1277
|
+
private areDatesEqual;
|
|
1278
|
+
cleanDatepicker(): void;
|
|
1279
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
|
|
1280
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "mapa-datepicker", never, { "formGroup": { "alias": "formGroup"; "required": false; }; }, {}, never, never, true, never>;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
declare class MapaDialogComponent {
|
|
1284
|
+
data: any;
|
|
1285
|
+
private dialogRef;
|
|
1286
|
+
private sanitizer;
|
|
1287
|
+
isReportRegistration: boolean;
|
|
1288
|
+
dataEmitter: EventEmitter<DialogData>;
|
|
1289
|
+
imgBase64: SafeResourceUrl;
|
|
1290
|
+
isSave: boolean;
|
|
1291
|
+
dialogData: DialogData;
|
|
1292
|
+
htmlDescription: string;
|
|
1293
|
+
constructor(data: any, dialogRef: MatDialogRef<MapaDialogComponent>, sanitizer: DomSanitizer);
|
|
1294
|
+
ngOnInit(): void;
|
|
1295
|
+
close(): void;
|
|
1296
|
+
save(): void;
|
|
1297
|
+
emitData(): void;
|
|
1298
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDialogComponent, never>;
|
|
1299
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDialogComponent, "mapa-dialog", never, { "isReportRegistration": { "alias": "isReportRegistration"; "required": false; }; }, { "dataEmitter": "dataEmitter"; }, never, never, true, never>;
|
|
1300
|
+
}
|
|
1301
|
+
declare function openDialog(dialog: MatDialog, dialogData: DialogData, config?: MatDialogConfig): rxjs.Observable<any>;
|
|
1302
|
+
|
|
1303
|
+
declare class MapaDropdownComponent implements OnInit, OnChanges, AfterViewInit {
|
|
1304
|
+
private readonly i18n;
|
|
1305
|
+
private readonly cdr;
|
|
1306
|
+
formControl: FormControl;
|
|
1307
|
+
formControlSearch: FormControl;
|
|
1308
|
+
element: Dropdown;
|
|
1309
|
+
border: "soft" | "tag" | "highlight" | null | undefined;
|
|
1310
|
+
openedChange: EventEmitter<boolean>;
|
|
1311
|
+
dropdown: MatSelect;
|
|
1312
|
+
filteredOptions: ReplaySubject<ElementOption[]>;
|
|
1313
|
+
filteredGroups: ReplaySubject<ElementGroup[]>;
|
|
1314
|
+
protected filteredOptionsCache: ElementOption[];
|
|
1315
|
+
protected filteredGroupCache: ElementGroup[];
|
|
1316
|
+
private readonly destroyRef;
|
|
1317
|
+
isIndeterminate: boolean;
|
|
1318
|
+
isChecked: boolean;
|
|
1319
|
+
isOptionsGroup: boolean;
|
|
1320
|
+
constructor(i18n: MapaI18nService, cdr: ChangeDetectorRef);
|
|
1321
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1322
|
+
get selectAllLabel(): string;
|
|
1323
|
+
get selectedOptions(): ElementOption[];
|
|
1324
|
+
ngOnInit(): void;
|
|
1325
|
+
ngAfterViewInit(): void;
|
|
1326
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1327
|
+
setOptions(): void;
|
|
1328
|
+
protected filterOptionsFromGroup(group: ElementGroup, value: string): ElementOption[];
|
|
1329
|
+
protected filterOptions(): void;
|
|
1330
|
+
normalizeValue(value?: string | null): string;
|
|
1331
|
+
triggerOpenedChange(event: boolean): void;
|
|
1332
|
+
protected setToggleAllCheckboxState(): void;
|
|
1333
|
+
toggleSelectAll(event: MatCheckboxChange): void;
|
|
1334
|
+
isElementGroup(object: ElementGroup | ElementOption): object is ElementGroup;
|
|
1335
|
+
isElementOption(object: unknown): object is ElementOption;
|
|
1336
|
+
compareFn(c1: ElementOption | null, c2: ElementOption | null): boolean;
|
|
1337
|
+
hasValue(): boolean;
|
|
1338
|
+
clearValue(event: MouseEvent): void;
|
|
1339
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownComponent, never>;
|
|
1340
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownComponent, "mapa-dropdown", never, { "formControl": { "alias": "formControl"; "required": false; }; "formControlSearch": { "alias": "formControlSearch"; "required": false; }; "element": { "alias": "element"; "required": false; }; "border": { "alias": "border"; "required": false; }; }, { "openedChange": "openedChange"; }, never, never, true, never>;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
interface DataNode extends ElementTreeNode {
|
|
1344
|
+
}
|
|
1345
|
+
declare class MapaDropdownTreeComponent implements OnInit, OnChanges, AfterViewInit {
|
|
1346
|
+
private readonly cdr;
|
|
1347
|
+
formGroup: FormGroup;
|
|
1348
|
+
element: DropdownTree;
|
|
1349
|
+
elementOption: Dropdown;
|
|
1350
|
+
formControl: FormControl<unknown>;
|
|
1351
|
+
openedChange: EventEmitter<boolean>;
|
|
1352
|
+
constructor(cdr: ChangeDetectorRef);
|
|
1353
|
+
ngOnInit(): void;
|
|
1354
|
+
ngAfterViewInit(): void;
|
|
1355
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1356
|
+
getFormControl(element: Dropdown): FormControl<unknown>;
|
|
1357
|
+
private syncElementOption;
|
|
1358
|
+
formatTree(tree: ElementTreeNode[], childrenLevel?: number): ElementOption[];
|
|
1359
|
+
formatTreeChildren(children: ElementTreeNode[], childrenLevel: number): ElementOption[];
|
|
1360
|
+
triggerOpenedChange(event: boolean): void;
|
|
1361
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDropdownTreeComponent, never>;
|
|
1362
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDropdownTreeComponent, "mapa-dropdown-tree", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "element": { "alias": "element"; "required": false; }; }, { "openedChange": "openedChange"; }, never, never, true, never>;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
declare class MapaEmptyStateComponent {
|
|
1366
|
+
title: string;
|
|
1367
|
+
subtitle: string;
|
|
1368
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaEmptyStateComponent, never>;
|
|
1369
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaEmptyStateComponent, "mapa-empty", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; }, {}, never, never, true, never>;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
declare class FiltersComponent {
|
|
1373
|
+
private readonly i18n;
|
|
1374
|
+
form: FormGroup;
|
|
1375
|
+
elements: ElementBase[];
|
|
1376
|
+
selectedValues: EventEmitter<Record<string, unknown>>;
|
|
1377
|
+
constructor(i18n: MapaI18nService);
|
|
1378
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1379
|
+
get clearFiltersLabel(): string;
|
|
1380
|
+
get submitFiltersLabel(): string;
|
|
1381
|
+
getFormControl(filterKey: string): FormControl<unknown>;
|
|
1382
|
+
clearFilters(): void;
|
|
1383
|
+
emitSelectedValues(): void;
|
|
1384
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersComponent, never>;
|
|
1385
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "mapa-filters", never, { "form": { "alias": "form"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; }, { "selectedValues": "selectedValues"; }, never, never, true, never>;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
declare class MapaFormComponent {
|
|
1389
|
+
formGroup: FormGroup;
|
|
1390
|
+
elements: ElementBase[];
|
|
1391
|
+
emitter: EventEmitter<ElementBase>;
|
|
1392
|
+
getFormControl(element: ElementBase): FormControl<unknown>;
|
|
1393
|
+
onOptionSelected(optionValue: ElementOption): void;
|
|
1394
|
+
emitSuffix(element: ElementBase): void;
|
|
1395
|
+
triggerOpenedChange(element: ElementBase, event: boolean): void;
|
|
1396
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaFormComponent, never>;
|
|
1397
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaFormComponent, "mapa-form", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; }, { "emitter": "emitter"; }, never, never, true, never>;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
interface Candidate {
|
|
1401
|
+
name: string;
|
|
1402
|
+
cpf?: string;
|
|
1403
|
+
general?: number;
|
|
1404
|
+
}
|
|
1405
|
+
interface Dimension$2 {
|
|
1406
|
+
dimensionName: string;
|
|
1407
|
+
direction: string;
|
|
1408
|
+
escoreT?: number;
|
|
1409
|
+
average?: number;
|
|
1410
|
+
percentage?: number;
|
|
1411
|
+
percentil?: number;
|
|
1412
|
+
sort?: boolean;
|
|
1413
|
+
classificationId?: number;
|
|
1414
|
+
classificationColor?: string;
|
|
1415
|
+
classificationName?: string;
|
|
1416
|
+
classification?: Classification$1;
|
|
1417
|
+
count?: number;
|
|
1418
|
+
dimensionClassificationMessage?: string;
|
|
1419
|
+
}
|
|
1420
|
+
interface GroupReportItem {
|
|
1421
|
+
candidate: Candidate;
|
|
1422
|
+
dimensions?: Dimension$2[];
|
|
1423
|
+
}
|
|
1424
|
+
interface GroupReportDimensionValue {
|
|
1425
|
+
label?: number | string;
|
|
1426
|
+
classification?: Classification$1;
|
|
1427
|
+
}
|
|
1428
|
+
interface GroupReportDimensionCell {
|
|
1429
|
+
direction: string;
|
|
1430
|
+
value?: GroupReportDimensionValue;
|
|
1431
|
+
}
|
|
1432
|
+
type GroupReportRowValue = GroupReportDimensionCell | number | string | undefined;
|
|
1433
|
+
interface GroupReportRow extends Record<string, GroupReportRowValue> {
|
|
1434
|
+
name: string;
|
|
1435
|
+
cpf?: string;
|
|
1436
|
+
general?: number;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
declare class MapaGroupReportComponent implements OnChanges, AfterViewInit {
|
|
1440
|
+
groupReport: GroupReportItem[];
|
|
1441
|
+
showGroupReportGeneral: boolean;
|
|
1442
|
+
onSortChange: EventEmitter<Sort>;
|
|
1443
|
+
sort: MatSort;
|
|
1444
|
+
dataSource: MatTableDataSource<GroupReportRow>;
|
|
1445
|
+
displayedColumns: string[];
|
|
1446
|
+
columns: TableColumn[];
|
|
1447
|
+
data: GroupReportRow[];
|
|
1448
|
+
ngAfterViewInit(): void;
|
|
1449
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1450
|
+
trackColumn(index: number, column: TableColumn): string;
|
|
1451
|
+
handleSortChange(sort: Sort): void;
|
|
1452
|
+
getDimensionCell(row: GroupReportRow, key: string): GroupReportDimensionCell | undefined;
|
|
1453
|
+
getDimensionClassification(row: GroupReportRow, key: string): Classification$1 | undefined;
|
|
1454
|
+
getDimensionLabel(row: GroupReportRow, key: string): number | string;
|
|
1455
|
+
getGeneralValue(row: GroupReportRow): number | null;
|
|
1456
|
+
private refreshTableState;
|
|
1457
|
+
private getSortValue;
|
|
1458
|
+
private isGroupReportDimensionCell;
|
|
1459
|
+
private generateColumns;
|
|
1460
|
+
private generateGroupData;
|
|
1461
|
+
private getColumnKey;
|
|
1462
|
+
private getDimensionDisplayValue;
|
|
1463
|
+
private getDimensionClassificationFromDimension;
|
|
1464
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaGroupReportComponent, never>;
|
|
1465
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaGroupReportComponent, "mapa-group-report", never, { "groupReport": { "alias": "groupReport"; "required": false; }; "showGroupReportGeneral": { "alias": "showGroupReportGeneral"; "required": false; }; }, { "onSortChange": "onSortChange"; }, never, never, true, never>;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
declare class IconComponent {
|
|
1469
|
+
private matIconRegistry;
|
|
1470
|
+
private domSanitizer;
|
|
1471
|
+
svg: string | null | undefined;
|
|
1472
|
+
constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer);
|
|
1473
|
+
ngOnChanges(): void;
|
|
1474
|
+
registerCustomIcons(svg: string): void;
|
|
1475
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
1476
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "mapa-icon", never, { "svg": { "alias": "svg"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
declare class MapaInputComponent {
|
|
1480
|
+
formControl: FormControl<unknown>;
|
|
1481
|
+
element: InputText;
|
|
1482
|
+
type: string;
|
|
1483
|
+
suffix: EventEmitter<void>;
|
|
1484
|
+
hasValue(): boolean;
|
|
1485
|
+
clearValue(): void;
|
|
1486
|
+
suffixEmit(): void;
|
|
1487
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaInputComponent, never>;
|
|
1488
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaInputComponent, "mapa-input", never, { "formControl": { "alias": "formControl"; "required": false; }; "element": { "alias": "element"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "suffix": "suffix"; }, never, never, true, never>;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
interface MenuItem extends MenuActionItem {
|
|
1492
|
+
}
|
|
1493
|
+
declare class MapaMenuComponent {
|
|
1494
|
+
items: MenuItem[];
|
|
1495
|
+
data?: unknown;
|
|
1496
|
+
emitMenu: EventEmitter<MenuActionEvent<unknown>>;
|
|
1497
|
+
trigger: MatMenuTrigger;
|
|
1498
|
+
toggleMenu(): void;
|
|
1499
|
+
clickMenu(item: MenuItem): void;
|
|
1500
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaMenuComponent, never>;
|
|
1501
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaMenuComponent, "mapa-menu", never, { "items": { "alias": "items"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "emitMenu": "emitMenu"; }, never, never, true, never>;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
declare class MapaNavListComponent {
|
|
1505
|
+
options: ElementOption[];
|
|
1506
|
+
label: string;
|
|
1507
|
+
clicked: EventEmitter<ElementOption>;
|
|
1508
|
+
selected: ElementOption;
|
|
1509
|
+
emit(option: ElementOption): void;
|
|
1510
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaNavListComponent, never>;
|
|
1511
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaNavListComponent, "mapa-nav-list", never, { "options": { "alias": "options"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "clicked": "clicked"; }, never, never, true, never>;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
declare class RadioButtonComponent implements OnInit, OnChanges {
|
|
1515
|
+
formControl: FormControl;
|
|
1516
|
+
element: ElementBase;
|
|
1517
|
+
optionSelected: EventEmitter<ElementOption>;
|
|
1518
|
+
selectedOption: ElementOption;
|
|
1519
|
+
options: ElementOption[];
|
|
1520
|
+
ngOnInit(): void;
|
|
1521
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1522
|
+
onChange(optionValue: ElementOption): void;
|
|
1523
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
|
|
1524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "mapa-radio-button", never, { "formControl": { "alias": "formControl"; "required": false; }; "element": { "alias": "element"; "required": false; }; }, { "optionSelected": "optionSelected"; }, never, never, true, never>;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
interface ReportItemMenuItem extends MenuActionItem {
|
|
1528
|
+
}
|
|
1529
|
+
interface ReportItem {
|
|
1530
|
+
id: string;
|
|
1531
|
+
icon: string;
|
|
1532
|
+
description: string;
|
|
1533
|
+
menu?: ReportItemMenuItem[];
|
|
1534
|
+
}
|
|
1535
|
+
declare class ReportItemComponent implements OnChanges {
|
|
1536
|
+
itemData?: ReportItem | ReportItem[];
|
|
1537
|
+
menuItems: ReportItemMenuItem[];
|
|
1538
|
+
clicked: EventEmitter<string>;
|
|
1539
|
+
emitMenu: EventEmitter<MenuActionEvent<ReportItem>>;
|
|
1540
|
+
id: string;
|
|
1541
|
+
description: string;
|
|
1542
|
+
icon: string;
|
|
1543
|
+
get item(): ReportItem | undefined;
|
|
1544
|
+
get resolvedMenuItems(): ReportItemMenuItem[];
|
|
1545
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1546
|
+
private syncItemData;
|
|
1547
|
+
onClick(action: string): void;
|
|
1548
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportItemComponent, never>;
|
|
1549
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportItemComponent, "mapa-report-item", never, { "itemData": { "alias": "itemData"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; }, { "clicked": "clicked"; "emitMenu": "emitMenu"; }, never, never, true, never>;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
interface Dimension$1 {
|
|
1553
|
+
dimensionName: string;
|
|
1554
|
+
direction: string;
|
|
1555
|
+
escoreT?: number;
|
|
1556
|
+
average?: number;
|
|
1557
|
+
percentage?: number;
|
|
1558
|
+
percentil?: number;
|
|
1559
|
+
dimensionClassificationMessage?: string;
|
|
1560
|
+
dimensionConcept?: string;
|
|
1561
|
+
classification?: Classification$1;
|
|
1562
|
+
}
|
|
1563
|
+
interface ProgressBar$1 {
|
|
1564
|
+
interval?: number;
|
|
1565
|
+
classification?: Classification$1;
|
|
1566
|
+
}
|
|
1567
|
+
interface Scale$1 {
|
|
1568
|
+
scaleName: string;
|
|
1569
|
+
interval?: number;
|
|
1570
|
+
classification?: Classification$1;
|
|
1571
|
+
scaleConcept?: string;
|
|
1572
|
+
scaleDirection?: string;
|
|
1573
|
+
average?: number;
|
|
1574
|
+
percentage?: number;
|
|
1575
|
+
dimensions: Dimension$1[];
|
|
1576
|
+
}
|
|
1577
|
+
interface Competence$1 {
|
|
1578
|
+
competenceName: string;
|
|
1579
|
+
scales: Scale$1[];
|
|
1580
|
+
percentage?: number;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
declare class MapaScaleComponent {
|
|
1584
|
+
private readonly i18n;
|
|
1585
|
+
data: Competence$1[];
|
|
1586
|
+
showProgressbar: boolean;
|
|
1587
|
+
constructor(i18n: MapaI18nService);
|
|
1588
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1589
|
+
get conceptTitle(): string;
|
|
1590
|
+
getProgressbarData(scale: Scale$1): ProgressBar$1;
|
|
1591
|
+
getIntervalbarData(scale: Scale$1): Capability;
|
|
1592
|
+
isPositive(dimension: Dimension$2): boolean;
|
|
1593
|
+
showSummarized(scale: Scale$1 | undefined): boolean;
|
|
1594
|
+
getCompetenceImg(competence: Competence$1): string;
|
|
1595
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaScaleComponent, never>;
|
|
1596
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaScaleComponent, "mapa-scale", never, { "data": { "alias": "data"; "required": false; }; "showProgressbar": { "alias": "showProgressbar"; "required": false; }; }, {}, never, never, true, never>;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
declare class MapaProgressbarComponent {
|
|
1600
|
+
data: ProgressBar$1;
|
|
1601
|
+
showInterval: boolean;
|
|
1602
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaProgressbarComponent, never>;
|
|
1603
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaProgressbarComponent, "mapa-progressbar", never, { "data": { "alias": "data"; "required": false; }; "showInterval": { "alias": "showInterval"; "required": false; }; }, {}, never, never, true, never>;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
declare class MapaDetailsComponent {
|
|
1607
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaDetailsComponent, never>;
|
|
1608
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaDetailsComponent, "mapa-details", never, {}, {}, never, never, true, never>;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
declare class SlideToggleComponent implements OnInit, OnChanges {
|
|
1612
|
+
formControl: FormControl;
|
|
1613
|
+
element: ElementBase;
|
|
1614
|
+
optionSelected: EventEmitter<ElementOption>;
|
|
1615
|
+
selectedOption: ElementOption;
|
|
1616
|
+
options: ElementOption[];
|
|
1617
|
+
ngOnInit(): void;
|
|
1618
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1619
|
+
onChange(optionValue: ElementOption): void;
|
|
1620
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlideToggleComponent, never>;
|
|
1621
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlideToggleComponent, "mapa-slide-toggle", never, { "formControl": { "alias": "formControl"; "required": false; }; "element": { "alias": "element"; "required": false; }; }, { "optionSelected": "optionSelected"; }, never, never, true, never>;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
declare class MapaSvgIconComponent implements OnChanges {
|
|
1625
|
+
private httpClient;
|
|
1626
|
+
private cdr;
|
|
1627
|
+
name?: string;
|
|
1628
|
+
color?: string;
|
|
1629
|
+
svgIcon: string;
|
|
1630
|
+
private readonly destroyRef;
|
|
1631
|
+
constructor(httpClient: HttpClient, cdr: ChangeDetectorRef);
|
|
1632
|
+
ngOnChanges(): void;
|
|
1633
|
+
private applyColor;
|
|
1634
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaSvgIconComponent, never>;
|
|
1635
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaSvgIconComponent, "mapa-svg-icon", never, { "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
declare function customPaginatorFactory(i18n: MapaI18nService, injector: Injector): MatPaginatorIntl;
|
|
1639
|
+
|
|
1640
|
+
declare class MapaTableComponent implements AfterViewInit, OnChanges {
|
|
1641
|
+
private cdr;
|
|
1642
|
+
private readonly i18n;
|
|
1643
|
+
columns: TableColumn[];
|
|
1644
|
+
data: TableRowData[];
|
|
1645
|
+
pageIndex: number;
|
|
1646
|
+
pageSize: number;
|
|
1647
|
+
totalCount: number;
|
|
1648
|
+
totalPages: number;
|
|
1649
|
+
checkbox: boolean | undefined;
|
|
1650
|
+
selection: SelectionModel<TableRowData> | undefined;
|
|
1651
|
+
actions?: MenuItem[] | undefined;
|
|
1652
|
+
filterControl: FormControl<string | null> | undefined;
|
|
1653
|
+
menuItems: MenuItem[];
|
|
1654
|
+
menu: boolean | undefined;
|
|
1655
|
+
showPaginator: boolean;
|
|
1656
|
+
paginatorShowFirstButton: boolean;
|
|
1657
|
+
paginatorShowLastButton: boolean;
|
|
1658
|
+
paginatorRenderButtonsNumber: number;
|
|
1659
|
+
paginatorHideDefaultArrows: boolean;
|
|
1660
|
+
trigger: MatMenuTrigger;
|
|
1661
|
+
table?: MatTable<TableRowData>;
|
|
1662
|
+
rowClick: EventEmitter<RowClickEvent>;
|
|
1663
|
+
selectedRows: EventEmitter<SelectedTableRow[]>;
|
|
1664
|
+
onChangePage: EventEmitter<PageEvent>;
|
|
1665
|
+
onSortChange: EventEmitter<Sort>;
|
|
1666
|
+
paginator: MatPaginator;
|
|
1667
|
+
sort: MatSort;
|
|
1668
|
+
dataSource: MatTableDataSource<TableRowData>;
|
|
1669
|
+
displayedColumns: string[];
|
|
1670
|
+
currentSort: Sort | undefined;
|
|
1671
|
+
desktopTableVisible: boolean;
|
|
1672
|
+
private readonly destroyRef;
|
|
1673
|
+
private filterControlSubscription?;
|
|
1674
|
+
constructor(cdr: ChangeDetectorRef, i18n: MapaI18nService);
|
|
1675
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1676
|
+
get selectAllLabel(): string;
|
|
1677
|
+
get paginatorPageIndex(): number;
|
|
1678
|
+
ngAfterViewInit(): void;
|
|
1679
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1680
|
+
private refreshTableState;
|
|
1681
|
+
private rebuildDesktopTable;
|
|
1682
|
+
trackColumn(index: number, column: TableColumn): string;
|
|
1683
|
+
setupFilter(): void;
|
|
1684
|
+
isAllSelected(): boolean;
|
|
1685
|
+
toggleAllRows(): void;
|
|
1686
|
+
checkboxLabel(row?: TableRowData): string;
|
|
1687
|
+
sortData(column: TableColumn): void;
|
|
1688
|
+
sortDataFunction(sort: Sort): void;
|
|
1689
|
+
emitRowClick(row: TableRowData, action: string): void;
|
|
1690
|
+
toggleSelection(row: TableRowData): void;
|
|
1691
|
+
getSelectedValues(): void;
|
|
1692
|
+
generateColumns(): void;
|
|
1693
|
+
columnExists(columns: TableColumn[], key: string): boolean;
|
|
1694
|
+
generateGroupData(): void;
|
|
1695
|
+
isBoolean(column: TableColumn, row: TableRowData): boolean;
|
|
1696
|
+
isMaskedData(column: TableColumn, row: TableRowData): boolean;
|
|
1697
|
+
getValueAsDate(column: TableColumn, row: TableRowData): Date;
|
|
1698
|
+
getCellClass(column: TableColumn, row: TableRowData): string;
|
|
1699
|
+
getCellBg(column: TableColumn, row: TableRowData): string;
|
|
1700
|
+
getCellTextColor(column: TableColumn, row: TableRowData): string;
|
|
1701
|
+
getValue(row: {
|
|
1702
|
+
value?: string | number | null;
|
|
1703
|
+
}): string;
|
|
1704
|
+
changePage(event: PageEvent): void;
|
|
1705
|
+
toggleMenu(): void;
|
|
1706
|
+
getBackgroundColor(column: TableColumn, row: TableRowData): string;
|
|
1707
|
+
getTextColor(column: TableColumn, row: TableRowData): string;
|
|
1708
|
+
hasCustomClass(column: TableColumn, row: TableRowData, key: string): boolean;
|
|
1709
|
+
getCustomClass(column: TableColumn, row: TableRowData, key: string): string;
|
|
1710
|
+
hasCellStyleClass(row: TableRowData, key: string): boolean;
|
|
1711
|
+
getCellStyleClass(row: TableRowData, key: string): string;
|
|
1712
|
+
handleMenu(selected: MenuActionEvent<unknown>): void;
|
|
1713
|
+
hasIndividualMenu(row: TableRowData | undefined): boolean;
|
|
1714
|
+
getMenuItems(row: TableRowData | undefined): MenuItem[];
|
|
1715
|
+
getActionItems(row: TableRowData | undefined): MenuItem[];
|
|
1716
|
+
getStatusLabel(column: TableColumn, row: TableRowData): string;
|
|
1717
|
+
getCellContent(row: TableRowData, key: string): string;
|
|
1718
|
+
hasActionsColumn(): boolean;
|
|
1719
|
+
hasMenuColumn(): boolean;
|
|
1720
|
+
setSvgName(image: string): string;
|
|
1721
|
+
private getColumnValue;
|
|
1722
|
+
private getColumnRecord;
|
|
1723
|
+
private getRecordStringValue;
|
|
1724
|
+
private getStatusIndex;
|
|
1725
|
+
private getFilterValue;
|
|
1726
|
+
private getMenuActionItems;
|
|
1727
|
+
private isMenuItem;
|
|
1728
|
+
private isTableRowData;
|
|
1729
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTableComponent, never>;
|
|
1730
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaTableComponent, "mapa-table", never, { "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "totalCount": { "alias": "totalCount"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "filterControl": { "alias": "filterControl"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "showPaginator": { "alias": "showPaginator"; "required": false; }; "paginatorShowFirstButton": { "alias": "paginatorShowFirstButton"; "required": false; }; "paginatorShowLastButton": { "alias": "paginatorShowLastButton"; "required": false; }; "paginatorRenderButtonsNumber": { "alias": "paginatorRenderButtonsNumber"; "required": false; }; "paginatorHideDefaultArrows": { "alias": "paginatorHideDefaultArrows"; "required": false; }; }, { "rowClick": "rowClick"; "selectedRows": "selectedRows"; "onChangePage": "onChangePage"; "onSortChange": "onSortChange"; }, never, never, true, never>;
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
interface Tag {
|
|
1734
|
+
bgColor?: string | null | undefined;
|
|
1735
|
+
color?: "highlight" | "selected" | string | null | undefined;
|
|
1736
|
+
size?: "small" | string | null | undefined;
|
|
1737
|
+
fontSize?: string | null | undefined;
|
|
1738
|
+
}
|
|
1739
|
+
declare class TagComponent {
|
|
1740
|
+
tag: Tag | undefined;
|
|
1741
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
1742
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "mapa-tag", never, { "tag": { "alias": "tag"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
declare class MapaTextareaComponent {
|
|
1746
|
+
formControl: FormControl;
|
|
1747
|
+
element: Textarea;
|
|
1748
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTextareaComponent, never>;
|
|
1749
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaTextareaComponent, "mapa-textarea", never, { "formControl": { "alias": "formControl"; "required": false; }; "element": { "alias": "element"; "required": false; }; }, {}, never, never, true, never>;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
declare enum TooltipPosition {
|
|
1753
|
+
ABOVE = "above",
|
|
1754
|
+
BELOW = "below",
|
|
1755
|
+
LEFT = "left",
|
|
1756
|
+
RIGHT = "right",
|
|
1757
|
+
DYNAMIC = "dynamic",
|
|
1758
|
+
DEFAULT = "below"
|
|
1759
|
+
}
|
|
1760
|
+
declare enum TooltipTheme {
|
|
1761
|
+
DARK = "dark",
|
|
1762
|
+
LIGHT = "light",
|
|
1763
|
+
DEFAULT = "light"
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
declare class MapaTooltipDirective {
|
|
1767
|
+
private readonly elementRef;
|
|
1768
|
+
private readonly appRef;
|
|
1769
|
+
tooltip: TemplateRef<unknown>;
|
|
1770
|
+
position: TooltipPosition;
|
|
1771
|
+
theme: TooltipTheme;
|
|
1772
|
+
showDelay: number;
|
|
1773
|
+
hideDelay: number;
|
|
1774
|
+
private componentRef;
|
|
1775
|
+
private showTimeout?;
|
|
1776
|
+
private hideTimeout?;
|
|
1777
|
+
private touchTimeout?;
|
|
1778
|
+
private readonly destroyRef;
|
|
1779
|
+
private readonly environmentInjector;
|
|
1780
|
+
constructor(elementRef: ElementRef<HTMLElement>, appRef: ApplicationRef);
|
|
1781
|
+
onMouseEnter(): void;
|
|
1782
|
+
onMouseLeave(): void;
|
|
1783
|
+
onMouseMove($event: MouseEvent): void;
|
|
1784
|
+
onTouchStart($event: TouchEvent): void;
|
|
1785
|
+
onTouchEnd(): void;
|
|
1786
|
+
private initializeTooltip;
|
|
1787
|
+
private setTooltipComponentProperties;
|
|
1788
|
+
private showTooltip;
|
|
1789
|
+
private setHideTooltipTimeout;
|
|
1790
|
+
destroy(): void;
|
|
1791
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTooltipDirective, never>;
|
|
1792
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MapaTooltipDirective, "[tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; }; "position": { "alias": "position"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "showDelay": { "alias": "showDelay"; "required": false; }; "hideDelay": { "alias": "hideDelay"; "required": false; }; }, {}, never, never, true, never>;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
declare class MapaTooltipComponent {
|
|
1796
|
+
tooltip: TemplateRef<unknown>;
|
|
1797
|
+
position: TooltipPosition;
|
|
1798
|
+
theme: TooltipTheme;
|
|
1799
|
+
visible: boolean;
|
|
1800
|
+
left: number;
|
|
1801
|
+
top: number;
|
|
1802
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaTooltipComponent, never>;
|
|
1803
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaTooltipComponent, "lib-tooltip", never, {}, {}, never, never, true, never>;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
interface LowReliabilityReport {
|
|
1807
|
+
instrument?: string;
|
|
1808
|
+
date?: string;
|
|
1809
|
+
isExpirationDate?: boolean;
|
|
1810
|
+
}
|
|
1811
|
+
declare class MapaWarningComponent implements OnInit, OnChanges {
|
|
1812
|
+
lowReliabilityReports: LowReliabilityReport[];
|
|
1813
|
+
showFirstLine: boolean;
|
|
1814
|
+
showSecondLine: boolean;
|
|
1815
|
+
expirationDateReports: string[];
|
|
1816
|
+
nonExpirationDateReports: string[];
|
|
1817
|
+
ngOnInit(): void;
|
|
1818
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1819
|
+
updateVisibilityFlags(): void;
|
|
1820
|
+
generateReportArrays(): void;
|
|
1821
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaWarningComponent, never>;
|
|
1822
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaWarningComponent, "mapa-warning", never, { "lowReliabilityReports": { "alias": "lowReliabilityReports"; "required": false; }; }, {}, never, never, true, never>;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
interface Dimension {
|
|
1826
|
+
dimensionName: string;
|
|
1827
|
+
direction: string;
|
|
1828
|
+
escoreT?: number;
|
|
1829
|
+
average?: number;
|
|
1830
|
+
percentage?: number;
|
|
1831
|
+
percentil?: number;
|
|
1832
|
+
dimensionClassificationMessage?: string;
|
|
1833
|
+
dimensionConcept?: string;
|
|
1834
|
+
classification?: Classification$1;
|
|
1835
|
+
}
|
|
1836
|
+
interface ProgressBar {
|
|
1837
|
+
interval?: number;
|
|
1838
|
+
classification?: Classification$1;
|
|
1839
|
+
}
|
|
1840
|
+
interface Scale {
|
|
1841
|
+
scaleName: string;
|
|
1842
|
+
interval?: number;
|
|
1843
|
+
classification?: Classification$1;
|
|
1844
|
+
scaleConcept?: string;
|
|
1845
|
+
scaleDirection?: string;
|
|
1846
|
+
average?: number;
|
|
1847
|
+
percentage?: number;
|
|
1848
|
+
dimensions: Dimension[];
|
|
1849
|
+
}
|
|
1850
|
+
interface Competence {
|
|
1851
|
+
competenceName: string;
|
|
1852
|
+
scales: Scale[];
|
|
1853
|
+
percentage?: number;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
declare class MapaScaleParameterizationComponent {
|
|
1857
|
+
private readonly i18n;
|
|
1858
|
+
data: Competence[];
|
|
1859
|
+
showProgressbar: boolean;
|
|
1860
|
+
showInterval: boolean;
|
|
1861
|
+
showDots: boolean;
|
|
1862
|
+
accordion: MatAccordion;
|
|
1863
|
+
expanded: Set<number>;
|
|
1864
|
+
constructor(i18n: MapaI18nService);
|
|
1865
|
+
get texts(): mapa_library_ui.MapaUiTexts;
|
|
1866
|
+
get conceptTitle(): string;
|
|
1867
|
+
toggleAll(): void;
|
|
1868
|
+
getProgressbarData(scale: Scale): ProgressBar;
|
|
1869
|
+
getIntervalbarData(scale: Scale): Capability;
|
|
1870
|
+
isPositive(dimension: Dimension$2): boolean;
|
|
1871
|
+
showSummarized(scale: Scale | undefined): boolean;
|
|
1872
|
+
showMore(index: number): void;
|
|
1873
|
+
getCompetenceImg(competence: Competence): string;
|
|
1874
|
+
getDimensionsAsCapability(scale: Scale): Capability;
|
|
1875
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapaScaleParameterizationComponent, never>;
|
|
1876
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapaScaleParameterizationComponent, "mapa-scale-parameterization", never, { "data": { "alias": "data"; "required": false; }; "showProgressbar": { "alias": "showProgressbar"; "required": false; }; "showInterval": { "alias": "showInterval"; "required": false; }; "showDots": { "alias": "showDots"; "required": false; }; }, {}, never, never, true, never>;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
export { AIH_ESTADOS, AIH_TIPOS, BubblePaginationDirective, ButtonComponent, ButtonIconComponent, CEPRange, CID_NAME, CID_REGEX, CORES, CPFPipe, CapabilityClassificationService, CheckboxComponent, DatepickerComponent, Dropdown, DropdownTree, ESTADOS, ESTADOS_SIGLA, ElementBase, FiltersComponent, HtmlSanitizerService, IPTUCREATE, IPTUMASKS, IPTUVALIDATE, IconComponent, InputText, LOCALIZACAO_BAIRROS, LOCALIZACAO_CIDADES, LOCALIZACAO_COMPLEMENTOS, LOCALIZACAO_ESTADOS, LOCALIZACAO_LOGRADOUROS, LOCALIZACAO_RUAS, MAPA_UI_DEFAULT_TEXTS, MAPA_UI_TEXTS, MASKSIE, MY_DATE_FORMATS, MapaBenchmarkChartComponent, MapaBenchmarkIndicatorComponent, MapaBreadcrumbComponent, MapaCapabilityComparativeChartComponent, MapaCapabilityComparativeComponent, MapaCapabilityComparativeHeaderComponent, MapaCapabilityDetailComponent, MapaCapabilityDotComponent, MapaCapabilityExpandComponent, MapaCapabilityIndicatorChartComponent, MapaCapabilityIndicatorComponent, MapaCapabilityIndicatorListComponent, MapaCapabilityIntervalBarComponent, MapaCapabilityIntervalComponent, MapaChartComponent, MapaDetailsComponent, MapaDialogComponent, MapaDropdownComponent, MapaDropdownTreeComponent, MapaEmptyStateComponent, MapaFormComponent, MapaFormErrorsComponent, MapaGroupReportComponent, MapaI18nService, MapaInputComponent, MapaMenuComponent, MapaNavListComponent, MapaProgressbarComponent, MapaScaleComponent, MapaScaleParameterizationComponent, MapaSvgIconComponent, MapaTableComponent, MapaTextareaComponent, MapaTooltipComponent, MapaTooltipDirective, MapaWarningComponent, MatInputAutosizeDirective, PLACAS_INVALID, PLACAS_RANGE, RadioButton, RadioButtonComponent, ReportItemComponent, SafeHtmlPipe, SlideToggle, SlideToggleComponent, TagComponent, Textarea, ValidationMessageResolverService, allNumbersAreSame, buildDetailedIndicatorSections, buildIndicatorCollections, cep_ranges, create_aih, create_cartaocredito, create_certidao, create_cnh, create_cnhespelho, create_cnpj, create_cns, create_cpf, create_ect, create_iptu, create_iptu_ctba, create_iptu_sp, create_pispasep, create_processo, create_renachestadual, create_renachseguranca, create_renavam, create_titulo, create_titulo_atual, creditCardValidator, currencyToNumber, customPaginatorFactory, faker_iptu, fillString, generateInscricaoEstadual, getAllDigits, getAllWords, getSpecialProperty, isArray, isNil, isNumber, isPresent, isString, makeGenericFaker, maskBr, mask_iptu, mergeMapaUiTexts, modulo11, modulo11Custom, modulo11a, normalizeLookup, normalizeText, numberToCurrency, openDialog, processCaretTraps, provideMapaUiTexts, rand, randArray, randomEstadoSigla, randomLetter, randomLetterOrNumber, randomNumber, rg_rj, rg_sp, sanitizeHtmlContent, slugify, utilsBr, validateBr, validate_aih, validate_cartaocredito, validate_celular, validate_cep, validate_certidao, validate_chassi, validate_cnh, validate_cnhespelho, validate_cnpj, validate_cns, validate_cpf, validate_currency, validate_datahora, validate_datetime, validate_ect, validate_inscricaoestadual, validate_iptu, validate_iptu_contagem, validate_iptu_ctba, validate_iptu_sp, validate_number, validate_pispasep, validate_placa, validate_porcentagem, validate_processo, validate_renachestadual, validate_renachseguranca, validate_renavam, validate_rg, validate_sped, validate_telefone, validate_time, validate_titulo };
|
|
1880
|
+
export type { ActionButton, Benchmark, BenchmarkMark, BenchmarkingChart, Classification as BenchmarkingClassification, BigObject, Breadpiece, ButtonIcon, Candidate, Capability, CapabilityClassification, CapabilityComparative, CapabilityItem, ChartOptions, Classification$1 as Classification, Competence$1 as Competence, DataNode, DetailedIndicatorItem, DetailedIndicatorSection, DialogData, Dimension$1 as Dimension, ElementOption, ElementSearch, ElementTreeNode, Errors, EstadosType, EvaluationBenchmarkResult, Dimension$2 as GroupReportDimension, GroupReportItem, IndicatorCollectionOptions, IndicatorCollections, Indicators, LowReliabilityReport, MapaDatepickerFormGroup, MapaDatepickerValue, MapaUiTexts, MaskType, Masks, MasksIE, MenuActionEvent, MenuActionItem, MenuItem, PartialMapaUiTexts, ProgressBar$1 as ProgressBar, ReportItem, ReportItemMenuItem, RowClickEvent, Scale$1 as Scale, Competence as ScaleParameterizationCompetence, Dimension as ScaleParameterizationDimension, ProgressBar as ScaleParameterizationProgressBar, Scale as ScaleParameterizationScale, SelectedTableRow, Status, TableCellStyleClass, TableColumn, TableColumnStatus, TableRowData, Tag, ValidationMessageContext, ValidationTextResolver };
|