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
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW50ZXJmYWNlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hcGEtbGlicmFyeS11aS9zcmMvbGliL2NvcmUvanMtYnJhc2lsL3NyYy9pbnRlcmZhY2VzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJcbmV4cG9ydCBpbnRlcmZhY2UgQmlnT2JqZWN0PFQ+IHtcbiAgW2luZGV4OiBzdHJpbmddOiBUXG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgTWFza1R5cGUge1xuICB0ZXh0Pzogc3RyaW5nLFxuICB0ZXh0TWFzazogZmFsc2UgfCAoc3RyaW5nIHwgUmVnRXhwKVtdIHwgKChyYXc6IHN0cmluZykgPT4gKHN0cmluZyB8IFJlZ0V4cClbXSksXG4gIG51bWJlclRvU3RyaW5nPzogRnVuY3Rpb24sXG4gIHRleHRNYXNrRnVuY3Rpb24/OiBGdW5jdGlvblxufVxuZXhwb3J0IGludGVyZmFjZSBNYXNrcyB7XG4gIGFpaDogTWFza1R5cGUsXG4gIGNhcnRhb2NyZWRpdG86IE1hc2tUeXBlLFxuICBjZWx1bGFyOiBNYXNrVHlwZSxcbiAgY2VwOiBNYXNrVHlwZSxcbiAgLy8gY2VydGlkYW8gQ2VydGlkw7VlcyBkZSBOYXNjaW1lbnRvLCBDYXNhbWVudG8gb3Ugw5NiaXRvIFxuICBjZXJ0aWRhbzogTWFza1R5cGUsXG4gIGNoYXNzaTogTWFza1R5cGUsXG4gIGNpZDogTWFza1R5cGUsXG4gIGNuYWU6IE1hc2tUeXBlLFxuICBjbmg6IE1hc2tUeXBlLFxuICBjbmhlc3BlbGhvOiBNYXNrVHlwZSxcbiAgcmVuYWNoZXN0YWR1YWw6IE1hc2tUeXBlLFxuICByZW5hY2hzZWd1cmFuY2E6IE1hc2tUeXBlLFxuICBjbnBqOiBNYXNrVHlwZSxcbiAgY25zOiBNYXNrVHlwZSxcbiAgY29udGFiYW5jbzogTWFza1R5cGUsXG4gIGNwZjogTWFza1R5cGUsXG4gIGNwZmNucGo6IE1hc2tUeXBlLFxuICBjdXJyZW5jeTogTWFza1R5cGUsXG4gIGRhdGE6IE1hc2tUeXBlLFxuICBkYXRhaG9yYTogTWFza1R5cGUsXG4gIGRhdGU6IE1hc2tUeXBlLFxuICBkYXRldGltZTogTWFza1R5cGUsXG4gIGVjdDogTWFza1R5cGUsXG4gIGVuZGVyZWNvOiBNYXNrVHlwZSxcbiAgaXB0dTogTWFza1R5cGUsXG4gIG51bWJlcjogTWFza1R5cGUsXG4gIHBvcmNlbnRhZ2VtOiBNYXNrVHlwZSxcbiAgcGlzcGFzZXA6IE1hc2tUeXBlLFxuICBwbGFjYTogTWFza1R5cGUsXG4gIHByb2Nlc3NvOiBNYXNrVHlwZSxcbiAgcmVuYXZhbTogTWFza1R5cGUsXG4gIHJnOiBNYXNrVHlwZSxcbiAgc3BlZDogTWFza1R5cGUsXG4gIHRlbGVmb25lOiBNYXNrVHlwZSxcbiAgdGltZTogTWFza1R5cGUsXG4gIHRpdHVsbzogTWFza1R5cGUsXG4gIHV0aWxzOiBNYXNrVHlwZVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIE1hc2tzSUUge1xuICBbaW5kZXg6IHN0cmluZ106IE1hc2tUeXBlXG59Il19
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { IPTUVALIDATE } from './iptu_validate';
|
|
2
|
-
import { IPTUMASKS } from './iptu_mask';
|
|
3
|
-
import { getAllDigits } from './utils';
|
|
4
|
-
import { IPTUCREATE } from './iptu_create';
|
|
5
|
-
export const create_iptu = (number, estado, cidade) => {
|
|
6
|
-
if (!IPTUCREATE[estado] || !IPTUCREATE[estado][cidade]) {
|
|
7
|
-
return true;
|
|
8
|
-
}
|
|
9
|
-
number = getAllDigits(number);
|
|
10
|
-
return IPTUCREATE[estado][cidade](number);
|
|
11
|
-
};
|
|
12
|
-
export const mask_iptu = (number, estado, cidade) => {
|
|
13
|
-
if (!IPTUMASKS[estado] || !IPTUMASKS[estado][cidade]) {
|
|
14
|
-
return number;
|
|
15
|
-
}
|
|
16
|
-
return IPTUMASKS[estado][cidade];
|
|
17
|
-
};
|
|
18
|
-
export const validate_iptu = (number, estado, cidade) => {
|
|
19
|
-
if (!IPTUVALIDATE[estado] || !IPTUVALIDATE[estado][cidade]) {
|
|
20
|
-
return true;
|
|
21
|
-
}
|
|
22
|
-
number = getAllDigits(number);
|
|
23
|
-
return IPTUVALIDATE[estado][cidade](number);
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXB0dS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hcGEtbGlicmFyeS11aS9zcmMvbGliL2NvcmUvanMtYnJhc2lsL3NyYy9pcHR1LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQ3hDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFDdkMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsQ0FBQyxNQUFjLEVBQUUsTUFBdUIsRUFBRSxNQUF1QixFQUFFLEVBQUU7SUFDOUYsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxNQUFNLENBQUMsRUFBRTtRQUN0RCxPQUFPLElBQUksQ0FBQztLQUNiO0lBQ0QsTUFBTSxHQUFHLFlBQVksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUM5QixPQUFPLFVBQVUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQztBQUM1QyxDQUFDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxTQUFTLEdBQUcsQ0FBQyxNQUFjLEVBQUUsTUFBYyxFQUFFLE1BQWMsRUFBRSxFQUFFO0lBQzFFLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLENBQUMsTUFBTSxDQUFDLEVBQUU7UUFDcEQsT0FBTyxNQUFNLENBQUM7S0FDZjtJQUNELE9BQU8sU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDO0FBQ25DLENBQUMsQ0FBQztBQUNGLE1BQU0sQ0FBQyxNQUFNLGFBQWEsR0FBRyxDQUFDLE1BQWMsRUFBRSxNQUF1QixFQUFFLE1BQXVCLEVBQUUsRUFBRTtJQUNoRyxJQUFJLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxFQUFFO1FBQzFELE9BQU8sSUFBSSxDQUFDO0tBQ2I7SUFDRCxNQUFNLEdBQUcsWUFBWSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQzlCLE9BQU8sWUFBWSxDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDO0FBQzlDLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElQVFVWQUxJREFURSB9IGZyb20gJy4vaXB0dV92YWxpZGF0ZSc7XG5pbXBvcnQgeyBJUFRVTUFTS1MgfSBmcm9tICcuL2lwdHVfbWFzayc7XG5pbXBvcnQgeyBnZXRBbGxEaWdpdHMgfSBmcm9tICcuL3V0aWxzJztcbmltcG9ydCB7IElQVFVDUkVBVEUgfSBmcm9tICcuL2lwdHVfY3JlYXRlJztcblxuZXhwb3J0IGNvbnN0IGNyZWF0ZV9pcHR1ID0gKG51bWJlcjogc3RyaW5nLCBlc3RhZG86IHN0cmluZyB8IG51bWJlciwgY2lkYWRlOiBzdHJpbmcgfCBudW1iZXIpID0+IHtcbiAgaWYgKCFJUFRVQ1JFQVRFW2VzdGFkb10gfHwgIUlQVFVDUkVBVEVbZXN0YWRvXVtjaWRhZGVdKSB7XG4gICAgcmV0dXJuIHRydWU7XG4gIH1cbiAgbnVtYmVyID0gZ2V0QWxsRGlnaXRzKG51bWJlcik7XG4gIHJldHVybiBJUFRVQ1JFQVRFW2VzdGFkb11bY2lkYWRlXShudW1iZXIpO1xufTtcblxuZXhwb3J0IGNvbnN0IG1hc2tfaXB0dSA9IChudW1iZXI6IHN0cmluZywgZXN0YWRvOiBzdHJpbmcsIGNpZGFkZTogc3RyaW5nKSA9PiB7XG4gIGlmICghSVBUVU1BU0tTW2VzdGFkb10gfHwgIUlQVFVNQVNLU1tlc3RhZG9dW2NpZGFkZV0pIHtcbiAgICByZXR1cm4gbnVtYmVyO1xuICB9XG4gIHJldHVybiBJUFRVTUFTS1NbZXN0YWRvXVtjaWRhZGVdO1xufTtcbmV4cG9ydCBjb25zdCB2YWxpZGF0ZV9pcHR1ID0gKG51bWJlcjogc3RyaW5nLCBlc3RhZG86IHN0cmluZyB8IG51bWJlciwgY2lkYWRlOiBzdHJpbmcgfCBudW1iZXIpID0+IHtcbiAgaWYgKCFJUFRVVkFMSURBVEVbZXN0YWRvXSB8fCAhSVBUVVZBTElEQVRFW2VzdGFkb11bY2lkYWRlXSkge1xuICAgIHJldHVybiB0cnVlO1xuICB9XG4gIG51bWJlciA9IGdldEFsbERpZ2l0cyhudW1iZXIpO1xuICByZXR1cm4gSVBUVVZBTElEQVRFW2VzdGFkb11bY2lkYWRlXShudW1iZXIpO1xufTsiXX0=
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { getAllDigits, makeGenericFaker } from './utils';
|
|
2
|
-
import { IPTUMASKS } from './iptu_mask';
|
|
3
|
-
export function create_iptu_ctba(number) {
|
|
4
|
-
number = getAllDigits(number);
|
|
5
|
-
let a1 = parseInt(number.slice(10));
|
|
6
|
-
let a2 = parseInt(number.slice(9, 10));
|
|
7
|
-
let a3 = parseInt(number.slice(8, 9));
|
|
8
|
-
let a4 = parseInt(number.slice(7, 8));
|
|
9
|
-
let a5 = parseInt(number.slice(6, 7));
|
|
10
|
-
let a6 = parseInt(number.slice(5, 6));
|
|
11
|
-
let a7 = parseInt(number.slice(4, 5));
|
|
12
|
-
let a8 = parseInt(number.slice(3, 4));
|
|
13
|
-
let a9 = parseInt(number.slice(2, 3));
|
|
14
|
-
let a10 = parseInt(number.slice(1, 2));
|
|
15
|
-
let a11 = parseInt(number.slice(0, 1));
|
|
16
|
-
let iptuctbaDV = 10 - ((a1 * 2 + a2 * 3 + a3 * 4 + a4 * 7 + a5 * 8 + a6 * 9 + a7 * 2 + a8 * 3 + a9 * 4 + a10 * 7 + a11 * 8) % 10);
|
|
17
|
-
if (iptuctbaDV == 10) {
|
|
18
|
-
iptuctbaDV = 0;
|
|
19
|
-
}
|
|
20
|
-
return iptuctbaDV;
|
|
21
|
-
}
|
|
22
|
-
export function create_iptu_sp(number) {
|
|
23
|
-
let a1 = parseInt(number.slice(9));
|
|
24
|
-
let a2 = parseInt(number.slice(8, 9));
|
|
25
|
-
let a3 = parseInt(number.slice(7, 8));
|
|
26
|
-
let a4 = parseInt(number.slice(6, 7));
|
|
27
|
-
let a5 = parseInt(number.slice(5, 6));
|
|
28
|
-
let a6 = parseInt(number.slice(4, 5));
|
|
29
|
-
let a7 = parseInt(number.slice(3, 4));
|
|
30
|
-
let a8 = parseInt(number.slice(2, 3));
|
|
31
|
-
let a9 = parseInt(number.slice(1, 2));
|
|
32
|
-
let a10 = parseInt(number.slice(0, 1));
|
|
33
|
-
let iptuspDV = (a1 * 9 + a2 * 8 + a3 * 7 + a4 * 6 + a5 * 5 + a6 * 4 + a7 * 3 + a8 * 2 + a9 + a10 * 10) % 11;
|
|
34
|
-
if (iptuspDV == 10) {
|
|
35
|
-
iptuspDV = 1;
|
|
36
|
-
}
|
|
37
|
-
return iptuspDV;
|
|
38
|
-
}
|
|
39
|
-
export const faker_iptu = (estado, cidade) => {
|
|
40
|
-
if (!IPTUMASKS[estado] || !IPTUMASKS[estado][cidade]) {
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
let iptu = makeGenericFaker(IPTUMASKS[estado][cidade])();
|
|
44
|
-
if (IPTUCREATE[estado] && IPTUCREATE[estado][cidade]) {
|
|
45
|
-
const dv = IPTUCREATE[estado][cidade](iptu);
|
|
46
|
-
const values = iptu.split('');
|
|
47
|
-
values[values.length - 1] = dv;
|
|
48
|
-
iptu = values.join('');
|
|
49
|
-
}
|
|
50
|
-
return iptu;
|
|
51
|
-
};
|
|
52
|
-
export const IPTUCREATE = {
|
|
53
|
-
'sao-paulo': {
|
|
54
|
-
'sao-paulo': create_iptu_sp,
|
|
55
|
-
},
|
|
56
|
-
'parana': {
|
|
57
|
-
'curitiba': create_iptu_ctba
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXB0dV9jcmVhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb3JlL2pzLWJyYXNpbC9zcmMvaXB0dV9jcmVhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLFNBQVMsQ0FBQztBQUN6RCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBR3hDLE1BQU0sVUFBVSxnQkFBZ0IsQ0FBQyxNQUFjO0lBQzdDLE1BQU0sR0FBRyxZQUFZLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDOUIsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUNwQyxJQUFJLEVBQUUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUN2QyxJQUFJLEVBQUUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN0QyxJQUFJLEVBQUUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN0QyxJQUFJLEVBQUUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN0QyxJQUFJLEVBQUUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN0QyxJQUFJLEVBQUUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN0QyxJQUFJLEVBQUUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN0QyxJQUFJLEVBQUUsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN0QyxJQUFJLEdBQUcsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN2QyxJQUFJLEdBQUcsR0FBRyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUV2QyxJQUFJLFVBQVUsR0FBRyxFQUFFLEdBQUcsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLEdBQUcsRUFBRSxHQUFHLENBQUMsR0FBRyxFQUFFLEdBQUcsQ0FBQyxHQUFHLEVBQUUsR0FBRyxDQUFDLEdBQUcsRUFBRSxHQUFHLENBQUMsR0FBRyxFQUFFLEdBQUcsQ0FBQyxHQUFHLEVBQUUsR0FBRyxDQUFDLEdBQUcsRUFBRSxHQUFHLENBQUMsR0FBRyxFQUFFLEdBQUcsQ0FBQyxHQUFHLEdBQUcsR0FBRyxDQUFDLEdBQUcsR0FBRyxHQUFHLENBQUMsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDO0lBQ2xJLElBQUksVUFBVSxJQUFJLEVBQUUsRUFBRTtRQUFFLFVBQVUsR0FBRyxDQUFDLENBQUM7S0FBRTtJQUN6QyxPQUFPLFVBQVUsQ0FBQztBQUNwQixDQUFDO0FBRUQsTUFBTSxVQUFVLGNBQWMsQ0FBQyxNQUFjO0lBQzNDLElBQUksRUFBRSxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDbkMsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsSUFBSSxFQUFFLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDdEMsSUFBSSxHQUFHLEdBQUcsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFFdkMsSUFBSSxRQUFRLEdBQUcsQ0FBQyxFQUFFLEdBQUcsQ0FBQyxHQUFHLEVBQUUsR0FBRyxDQUFDLEdBQUcsRUFBRSxHQUFHLENBQUMsR0FBRyxFQUFFLEdBQUcsQ0FBQyxHQUFHLEVBQUUsR0FBRyxDQUFDLEdBQUcsRUFBRSxHQUFHLENBQUMsR0FBRyxFQUFFLEdBQUcsQ0FBQyxHQUFHLEVBQUUsR0FBRyxDQUFDLEdBQUcsRUFBRSxHQUFHLEdBQUcsR0FBRyxFQUFFLENBQUMsR0FBRyxFQUFFLENBQUM7SUFDNUcsSUFBSSxRQUFRLElBQUksRUFBRSxFQUFFO1FBQUUsUUFBUSxHQUFHLENBQUMsQ0FBQztLQUFFO0lBQ3JDLE9BQU8sUUFBUSxDQUFDO0FBQ2xCLENBQUM7QUFHRCxNQUFNLENBQUMsTUFBTSxVQUFVLEdBQUcsQ0FBQyxNQUF1QixFQUFFLE1BQXVCLEVBQUUsRUFBRTtJQUM3RSxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxFQUFFO1FBQ3BELE9BQU87S0FDUjtJQUNELElBQUksSUFBSSxHQUFHLGdCQUFnQixDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxFQUFFLENBQUM7SUFDekQsSUFBSSxVQUFVLENBQUMsTUFBTSxDQUFDLElBQUksVUFBVSxDQUFDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sQ0FBQyxFQUFFO1FBQ3BELE1BQU0sRUFBRSxHQUFHLFVBQVUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUM1QyxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQzlCLE1BQU0sQ0FBQyxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxHQUFHLEVBQUUsQ0FBQztRQUMvQixJQUFJLEdBQUcsTUFBTSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQztLQUN4QjtJQUNELE9BQU8sSUFBSSxDQUFDO0FBQ2QsQ0FBQyxDQUFBO0FBRUQsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFtQztJQUN4RCxXQUFXLEVBQUU7UUFDWCxXQUFXLEVBQUUsY0FBYztLQUM1QjtJQUNELFFBQVEsRUFBRTtRQUNSLFVBQVUsRUFBRSxnQkFBZ0I7S0FDN0I7Q0FDRixDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZ2V0QWxsRGlnaXRzLCBtYWtlR2VuZXJpY0Zha2VyIH0gZnJvbSAnLi91dGlscyc7XG5pbXBvcnQgeyBJUFRVTUFTS1MgfSBmcm9tICcuL2lwdHVfbWFzayc7XG5pbXBvcnQgeyBCaWdPYmplY3QgfSBmcm9tICcuL2ludGVyZmFjZXMnO1xuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlX2lwdHVfY3RiYShudW1iZXI6IHN0cmluZykge1xuICBudW1iZXIgPSBnZXRBbGxEaWdpdHMobnVtYmVyKTtcbiAgbGV0IGExID0gcGFyc2VJbnQobnVtYmVyLnNsaWNlKDEwKSk7XG4gIGxldCBhMiA9IHBhcnNlSW50KG51bWJlci5zbGljZSg5LCAxMCkpO1xuICBsZXQgYTMgPSBwYXJzZUludChudW1iZXIuc2xpY2UoOCwgOSkpO1xuICBsZXQgYTQgPSBwYXJzZUludChudW1iZXIuc2xpY2UoNywgOCkpO1xuICBsZXQgYTUgPSBwYXJzZUludChudW1iZXIuc2xpY2UoNiwgNykpO1xuICBsZXQgYTYgPSBwYXJzZUludChudW1iZXIuc2xpY2UoNSwgNikpO1xuICBsZXQgYTcgPSBwYXJzZUludChudW1iZXIuc2xpY2UoNCwgNSkpO1xuICBsZXQgYTggPSBwYXJzZUludChudW1iZXIuc2xpY2UoMywgNCkpO1xuICBsZXQgYTkgPSBwYXJzZUludChudW1iZXIuc2xpY2UoMiwgMykpO1xuICBsZXQgYTEwID0gcGFyc2VJbnQobnVtYmVyLnNsaWNlKDEsIDIpKTtcbiAgbGV0IGExMSA9IHBhcnNlSW50KG51bWJlci5zbGljZSgwLCAxKSk7XG5cbiAgbGV0IGlwdHVjdGJhRFYgPSAxMCAtICgoYTEgKiAyICsgYTIgKiAzICsgYTMgKiA0ICsgYTQgKiA3ICsgYTUgKiA4ICsgYTYgKiA5ICsgYTcgKiAyICsgYTggKiAzICsgYTkgKiA0ICsgYTEwICogNyArIGExMSAqIDgpICUgMTApO1xuICBpZiAoaXB0dWN0YmFEViA9PSAxMCkgeyBpcHR1Y3RiYURWID0gMDsgfVxuICByZXR1cm4gaXB0dWN0YmFEVjtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGNyZWF0ZV9pcHR1X3NwKG51bWJlcjogc3RyaW5nKSB7XG4gIGxldCBhMSA9IHBhcnNlSW50KG51bWJlci5zbGljZSg5KSk7XG4gIGxldCBhMiA9IHBhcnNlSW50KG51bWJlci5zbGljZSg4LCA5KSk7XG4gIGxldCBhMyA9IHBhcnNlSW50KG51bWJlci5zbGljZSg3LCA4KSk7XG4gIGxldCBhNCA9IHBhcnNlSW50KG51bWJlci5zbGljZSg2LCA3KSk7XG4gIGxldCBhNSA9IHBhcnNlSW50KG51bWJlci5zbGljZSg1LCA2KSk7XG4gIGxldCBhNiA9IHBhcnNlSW50KG51bWJlci5zbGljZSg0LCA1KSk7XG4gIGxldCBhNyA9IHBhcnNlSW50KG51bWJlci5zbGljZSgzLCA0KSk7XG4gIGxldCBhOCA9IHBhcnNlSW50KG51bWJlci5zbGljZSgyLCAzKSk7XG4gIGxldCBhOSA9IHBhcnNlSW50KG51bWJlci5zbGljZSgxLCAyKSk7XG4gIGxldCBhMTAgPSBwYXJzZUludChudW1iZXIuc2xpY2UoMCwgMSkpO1xuXG4gIGxldCBpcHR1c3BEViA9IChhMSAqIDkgKyBhMiAqIDggKyBhMyAqIDcgKyBhNCAqIDYgKyBhNSAqIDUgKyBhNiAqIDQgKyBhNyAqIDMgKyBhOCAqIDIgKyBhOSArIGExMCAqIDEwKSAlIDExO1xuICBpZiAoaXB0dXNwRFYgPT0gMTApIHsgaXB0dXNwRFYgPSAxOyB9XG4gIHJldHVybiBpcHR1c3BEVjtcbn1cblxuXG5leHBvcnQgY29uc3QgZmFrZXJfaXB0dSA9IChlc3RhZG86IHN0cmluZyB8IG51bWJlciwgY2lkYWRlOiBzdHJpbmcgfCBudW1iZXIpID0+IHtcbiAgaWYgKCFJUFRVTUFTS1NbZXN0YWRvXSB8fCAhSVBUVU1BU0tTW2VzdGFkb11bY2lkYWRlXSkge1xuICAgIHJldHVybjtcbiAgfVxuICBsZXQgaXB0dSA9IG1ha2VHZW5lcmljRmFrZXIoSVBUVU1BU0tTW2VzdGFkb11bY2lkYWRlXSkoKTtcbiAgaWYgKElQVFVDUkVBVEVbZXN0YWRvXSAmJiBJUFRVQ1JFQVRFW2VzdGFkb11bY2lkYWRlXSkge1xuICAgIGNvbnN0IGR2ID0gSVBUVUNSRUFURVtlc3RhZG9dW2NpZGFkZV0oaXB0dSk7XG4gICAgY29uc3QgdmFsdWVzID0gaXB0dS5zcGxpdCgnJyk7XG4gICAgdmFsdWVzW3ZhbHVlcy5sZW5ndGggLSAxXSA9IGR2O1xuICAgIGlwdHUgPSB2YWx1ZXMuam9pbignJyk7XG4gIH1cbiAgcmV0dXJuIGlwdHU7XG59XG5cbmV4cG9ydCBjb25zdCBJUFRVQ1JFQVRFOiBCaWdPYmplY3Q8QmlnT2JqZWN0PEZ1bmN0aW9uPj4gPSB7XG4gICdzYW8tcGF1bG8nOiB7XG4gICAgJ3Nhby1wYXVsbyc6IGNyZWF0ZV9pcHR1X3NwLFxuICB9LFxuICAncGFyYW5hJzoge1xuICAgICdjdXJpdGliYSc6IGNyZWF0ZV9pcHR1X2N0YmFcbiAgfVxufSJdfQ==
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export const IPTUMASKS = {
|
|
2
|
-
'minas-gerais': {
|
|
3
|
-
'belo-horizonte': {
|
|
4
|
-
text: '000.000.000.000.0',
|
|
5
|
-
textMask: [/\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, '.', /\d/]
|
|
6
|
-
},
|
|
7
|
-
'contagem': {
|
|
8
|
-
text: '20.040.040-1',
|
|
9
|
-
textMask: [/\d/, /\d/, '.', /\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, '-', /\d/],
|
|
10
|
-
textMaskFunction: function mask(userInput) {
|
|
11
|
-
const numbers = userInput.match(/\d/g);
|
|
12
|
-
let numberLength = 0;
|
|
13
|
-
if (numbers) {
|
|
14
|
-
numberLength = numbers.join('').length;
|
|
15
|
-
}
|
|
16
|
-
if (!userInput || numberLength > 9) {
|
|
17
|
-
return [/\d/, /\d/, '.', /\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, '-', /\d/, /\d/];
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
return [/\d/, /\d/, '.', /\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, '-', /\d/];
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
'sao-paulo': {
|
|
26
|
-
'sao-paulo': {
|
|
27
|
-
text: '00000000000-0',
|
|
28
|
-
textMask: [/\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, '-', /\d/]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
'parana': {
|
|
32
|
-
'curitiba': {
|
|
33
|
-
text: '00000000000-0',
|
|
34
|
-
textMask: [/\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, '-', /\d/]
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXB0dV9tYXNrLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29yZS9qcy1icmFzaWwvc3JjL2lwdHVfbWFzay50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLENBQUMsTUFBTSxTQUFTLEdBQW1DO0lBQ3ZELGNBQWMsRUFBRTtRQUNkLGdCQUFnQixFQUFFO1lBQ2hCLElBQUksRUFBRSxtQkFBbUI7WUFDekIsUUFBUSxFQUFFLENBQUMsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLElBQUksQ0FBQztTQUM3RztRQUNELFVBQVUsRUFBRTtZQUNWLElBQUksRUFBRSxjQUFjO1lBQ3BCLFFBQVEsRUFBRSxDQUFDLElBQUksRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUUsSUFBSSxDQUFDO1lBQy9FLGdCQUFnQixFQUFFLFNBQVMsSUFBSSxDQUFDLFNBQWM7Z0JBQzVDLE1BQU0sT0FBTyxHQUFRLFNBQVMsQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQzVDLElBQUksWUFBWSxHQUFHLENBQUMsQ0FBQztnQkFDckIsSUFBSSxPQUFPLEVBQUU7b0JBQ1gsWUFBWSxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUMsTUFBTSxDQUFDO2lCQUN4QztnQkFFRCxJQUFJLENBQUMsU0FBUyxJQUFJLFlBQVksR0FBRyxDQUFDLEVBQUU7b0JBQ2xDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQztpQkFDcEY7cUJBQU07b0JBQ0wsT0FBTyxDQUFDLElBQUksRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUUsSUFBSSxDQUFDLENBQUM7aUJBQzlFO1lBQ0gsQ0FBQztTQUNGO0tBQ0Y7SUFDRCxXQUFXLEVBQUU7UUFDWCxXQUFXLEVBQUU7WUFDWCxJQUFJLEVBQUUsZUFBZTtZQUNyQixRQUFRLEVBQUUsQ0FBQyxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBRSxJQUFJLENBQUM7U0FDeEY7S0FDRjtJQUNELFFBQVEsRUFBRTtRQUNSLFVBQVUsRUFBRTtZQUNWLElBQUksRUFBRSxlQUFlO1lBQ3JCLFFBQVEsRUFBRSxDQUFDLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLElBQUksQ0FBQztTQUN4RjtLQUNGO0NBQ0YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJpZ09iamVjdCwgTWFza1R5cGUgfSBmcm9tICcuL2ludGVyZmFjZXMnO1xuXG5leHBvcnQgY29uc3QgSVBUVU1BU0tTOiBCaWdPYmplY3Q8QmlnT2JqZWN0PE1hc2tUeXBlPj4gPSB7XG4gICdtaW5hcy1nZXJhaXMnOiB7XG4gICAgJ2JlbG8taG9yaXpvbnRlJzoge1xuICAgICAgdGV4dDogJzAwMC4wMDAuMDAwLjAwMC4wJywgLy8xMjMuNDU2Ljc4OS4wMTIuM1xuICAgICAgdGV4dE1hc2s6IFsvXFxkLywgL1xcZC8sIC9cXGQvLCAnLicsIC9cXGQvLCAvXFxkLywgL1xcZC8sICcuJywgL1xcZC8sIC9cXGQvLCAvXFxkLywgJy4nLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAnLicsIC9cXGQvXVxuICAgIH0sXG4gICAgJ2NvbnRhZ2VtJzoge1xuICAgICAgdGV4dDogJzIwLjA0MC4wNDAtMScsXG4gICAgICB0ZXh0TWFzazogWy9cXGQvLCAvXFxkLywgJy4nLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAnLicsIC9cXGQvLCAvXFxkLywgL1xcZC8sICctJywgL1xcZC9dLFxuICAgICAgdGV4dE1hc2tGdW5jdGlvbjogZnVuY3Rpb24gbWFzayh1c2VySW5wdXQ6IGFueSkge1xuICAgICAgICBjb25zdCBudW1iZXJzOiBhbnkgPSB1c2VySW5wdXQubWF0Y2goL1xcZC9nKTtcbiAgICAgICAgbGV0IG51bWJlckxlbmd0aCA9IDA7XG4gICAgICAgIGlmIChudW1iZXJzKSB7XG4gICAgICAgICAgbnVtYmVyTGVuZ3RoID0gbnVtYmVycy5qb2luKCcnKS5sZW5ndGg7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoIXVzZXJJbnB1dCB8fCBudW1iZXJMZW5ndGggPiA5KSB7XG4gICAgICAgICAgcmV0dXJuIFsvXFxkLywgL1xcZC8sICcuJywgL1xcZC8sIC9cXGQvLCAvXFxkLywgJy4nLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAnLScsIC9cXGQvLCAvXFxkL107XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgcmV0dXJuIFsvXFxkLywgL1xcZC8sICcuJywgL1xcZC8sIC9cXGQvLCAvXFxkLywgJy4nLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAnLScsIC9cXGQvXTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfSxcbiAgJ3Nhby1wYXVsbyc6IHtcbiAgICAnc2FvLXBhdWxvJzoge1xuICAgICAgdGV4dDogJzAwMDAwMDAwMDAwLTAnLFxuICAgICAgdGV4dE1hc2s6IFsvXFxkLywgL1xcZC8sIC9cXGQvLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAvXFxkLywgL1xcZC8sICctJywgL1xcZC9dXG4gICAgfVxuICB9LFxuICAncGFyYW5hJzoge1xuICAgICdjdXJpdGliYSc6IHtcbiAgICAgIHRleHQ6ICcwMDAwMDAwMDAwMC0wJyxcbiAgICAgIHRleHRNYXNrOiBbL1xcZC8sIC9cXGQvLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAvXFxkLywgL1xcZC8sIC9cXGQvLCAnLScsIC9cXGQvXVxuICAgIH1cbiAgfVxufTtcbiJdfQ==
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { getAllDigits } from './utils';
|
|
2
|
-
import { IPTUCREATE } from './iptu_create';
|
|
3
|
-
const validateRemoveDigito = (number, max) => {
|
|
4
|
-
number = getAllDigits(number.toString());
|
|
5
|
-
if (number.length > max) {
|
|
6
|
-
return false;
|
|
7
|
-
}
|
|
8
|
-
else if (number.length === max) {
|
|
9
|
-
number = number.slice(0, -1);
|
|
10
|
-
}
|
|
11
|
-
return number;
|
|
12
|
-
};
|
|
13
|
-
export function validate_iptu_ctba(value) {
|
|
14
|
-
let number = validateRemoveDigito(value, 12);
|
|
15
|
-
if (!number) {
|
|
16
|
-
return false;
|
|
17
|
-
}
|
|
18
|
-
const dv = IPTUCREATE['parana']['curitiba'](number);
|
|
19
|
-
return parseInt(value[value.length - 1]) === dv;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Índice Cadastral, ou inscrição imobiliária, é o número de identificação do imóvel no cadastro da Prefeitura de Contagem.
|
|
23
|
-
* O índice é composto por 12 (doze) ou 13 (treze) números, sendo: 2 (dois) para a zona fiscal;
|
|
24
|
-
* 3 (três) ou 4 (quatro) para a quadra fiscal; 4 (quatro) para o lote fiscal; e 3 (três) para a unidade.
|
|
25
|
-
*/
|
|
26
|
-
export function validate_iptu_contagem(number) {
|
|
27
|
-
number = validateRemoveDigito(number, 12);
|
|
28
|
-
if (!number) {
|
|
29
|
-
return false;
|
|
30
|
-
}
|
|
31
|
-
return true;
|
|
32
|
-
}
|
|
33
|
-
export function validate_iptu_sp(value) {
|
|
34
|
-
let number = validateRemoveDigito(value, 12);
|
|
35
|
-
if (!number) {
|
|
36
|
-
return false;
|
|
37
|
-
}
|
|
38
|
-
const dv = IPTUCREATE['sao-paulo']['sao-paulo'](number);
|
|
39
|
-
return parseInt(value[value.length - 1]) === dv;
|
|
40
|
-
}
|
|
41
|
-
// export function validate_iptu(iptu: string) {
|
|
42
|
-
// let iptuClean = iptu.replace(/\./g, '');
|
|
43
|
-
// iptuClean = iptuClean.replace(/-/g, '');
|
|
44
|
-
// const exp = /[a-z]{2}\-\d{2}\.\d{3}\.\d{3}/;
|
|
45
|
-
// const expClean = /[a-z]{2}\d{8}/;
|
|
46
|
-
// const state = iptu.substr(0, 2).toUpperCase();
|
|
47
|
-
// if (!exp.test(iptu) && !expClean.test(iptuClean) && !(state in CEPRange)) {
|
|
48
|
-
// return false;
|
|
49
|
-
// }
|
|
50
|
-
// if (IPTU[state]) {
|
|
51
|
-
// const validateState = IPTU[state];
|
|
52
|
-
// return validateState(iptu);
|
|
53
|
-
// }
|
|
54
|
-
// return true;
|
|
55
|
-
// }
|
|
56
|
-
export const IPTUVALIDATE = {
|
|
57
|
-
'sao-paulo': {
|
|
58
|
-
'sao-paulo': validate_iptu_sp,
|
|
59
|
-
},
|
|
60
|
-
'minas-gerais': {
|
|
61
|
-
'contagem': validate_iptu_contagem,
|
|
62
|
-
},
|
|
63
|
-
'parana': {
|
|
64
|
-
'curitiba': validate_iptu_ctba
|
|
65
|
-
}
|
|
66
|
-
};
|
|
67
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXB0dV92YWxpZGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hcGEtbGlicmFyeS11aS9zcmMvbGliL2NvcmUvanMtYnJhc2lsL3NyYy9pcHR1X3ZhbGlkYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFDdkMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUczQyxNQUFNLG9CQUFvQixHQUFHLENBQUMsTUFBc0IsRUFBRSxHQUFXLEVBQUUsRUFBRTtJQUNuRSxNQUFNLEdBQUcsWUFBWSxDQUFDLE1BQU0sQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO0lBQ3pDLElBQUksTUFBTSxDQUFDLE1BQU0sR0FBRyxHQUFHLEVBQUU7UUFDdkIsT0FBTyxLQUFLLENBQUM7S0FDZDtTQUFNLElBQUksTUFBTSxDQUFDLE1BQU0sS0FBSyxHQUFHLEVBQUU7UUFDaEMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUE7S0FDN0I7SUFDRCxPQUFPLE1BQU0sQ0FBQztBQUNoQixDQUFDLENBQUE7QUFFRCxNQUFNLFVBQVUsa0JBQWtCLENBQUMsS0FBcUI7SUFDdEQsSUFBSSxNQUFNLEdBQUcsb0JBQW9CLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQzdDLElBQUksQ0FBQyxNQUFNLEVBQUU7UUFDWCxPQUFPLEtBQUssQ0FBQztLQUNkO0lBRUQsTUFBTSxFQUFFLEdBQUcsVUFBVSxDQUFDLFFBQVEsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQ3BELE9BQU8sUUFBUSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLEtBQUssRUFBRSxDQUFDO0FBQ2xELENBQUM7QUFFRDs7OztHQUlHO0FBQ0gsTUFBTSxVQUFVLHNCQUFzQixDQUFDLE1BQVc7SUFDaEQsTUFBTSxHQUFHLG9CQUFvQixDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsQ0FBQztJQUMxQyxJQUFJLENBQUMsTUFBTSxFQUFFO1FBQ1gsT0FBTyxLQUFLLENBQUM7S0FDZDtJQUNELE9BQU8sSUFBSSxDQUFDO0FBQ2QsQ0FBQztBQUVELE1BQU0sVUFBVSxnQkFBZ0IsQ0FBQyxLQUFxQjtJQUNwRCxJQUFJLE1BQU0sR0FBRyxvQkFBb0IsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7SUFDN0MsSUFBSSxDQUFDLE1BQU0sRUFBRTtRQUNYLE9BQU8sS0FBSyxDQUFDO0tBQ2Q7SUFDRCxNQUFNLEVBQUUsR0FBRyxVQUFVLENBQUMsV0FBVyxDQUFDLENBQUMsV0FBVyxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDeEQsT0FBTyxRQUFRLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUM7QUFDbEQsQ0FBQztBQUVELGdEQUFnRDtBQUNoRCw2Q0FBNkM7QUFDN0MsNkNBQTZDO0FBQzdDLGlEQUFpRDtBQUNqRCxzQ0FBc0M7QUFDdEMsbURBQW1EO0FBRW5ELGdGQUFnRjtBQUNoRixvQkFBb0I7QUFDcEIsTUFBTTtBQUNOLHVCQUF1QjtBQUN2Qix5Q0FBeUM7QUFDekMsa0NBQWtDO0FBQ2xDLE1BQU07QUFDTixpQkFBaUI7QUFDakIsSUFBSTtBQUVKLE1BQU0sQ0FBQyxNQUFNLFlBQVksR0FBbUM7SUFDMUQsV0FBVyxFQUFFO1FBQ1gsV0FBVyxFQUFFLGdCQUFnQjtLQUM5QjtJQUNELGNBQWMsRUFBRTtRQUNkLFVBQVUsRUFBRSxzQkFBc0I7S0FDbkM7SUFDRCxRQUFRLEVBQUU7UUFDUixVQUFVLEVBQUUsa0JBQWtCO0tBQy9CO0NBQ0YsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGdldEFsbERpZ2l0cyB9IGZyb20gJy4vdXRpbHMnO1xuaW1wb3J0IHsgSVBUVUNSRUFURSB9IGZyb20gJy4vaXB0dV9jcmVhdGUnO1xuaW1wb3J0IHsgQmlnT2JqZWN0IH0gZnJvbSAnLi9pbnRlcmZhY2VzJztcblxuY29uc3QgdmFsaWRhdGVSZW1vdmVEaWdpdG8gPSAobnVtYmVyOiBzdHJpbmcgfCBhbnlbXSwgbWF4OiBudW1iZXIpID0+IHtcbiAgbnVtYmVyID0gZ2V0QWxsRGlnaXRzKG51bWJlci50b1N0cmluZygpKTtcbiAgaWYgKG51bWJlci5sZW5ndGggPiBtYXgpIHtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH0gZWxzZSBpZiAobnVtYmVyLmxlbmd0aCA9PT0gbWF4KSB7XG4gICAgbnVtYmVyID0gbnVtYmVyLnNsaWNlKDAsIC0xKVxuICB9XG4gIHJldHVybiBudW1iZXI7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiB2YWxpZGF0ZV9pcHR1X2N0YmEodmFsdWU6IHN0cmluZyB8IGFueVtdKSB7XG4gIGxldCBudW1iZXIgPSB2YWxpZGF0ZVJlbW92ZURpZ2l0byh2YWx1ZSwgMTIpO1xuICBpZiAoIW51bWJlcikge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIGNvbnN0IGR2ID0gSVBUVUNSRUFURVsncGFyYW5hJ11bJ2N1cml0aWJhJ10obnVtYmVyKTtcbiAgcmV0dXJuIHBhcnNlSW50KHZhbHVlW3ZhbHVlLmxlbmd0aCAtIDFdKSA9PT0gZHY7XG59XG5cbi8qKlxuICogw41uZGljZSBDYWRhc3RyYWwsIG91IGluc2NyacOnw6NvIGltb2JpbGnDoXJpYSwgIMOpIG8gbsO6bWVybyBkZSBpZGVudGlmaWNhw6fDo28gZG8gaW3Ds3ZlbCBubyBjYWRhc3RybyBkYSBQcmVmZWl0dXJhIGRlIENvbnRhZ2VtLiBcbiAqIE8gw61uZGljZSDDqSBjb21wb3N0byBwb3IgMTIgKGRvemUpIG91IDEzICh0cmV6ZSkgbsO6bWVyb3MsIHNlbmRvOiAyIChkb2lzKSBwYXJhIGEgem9uYSBmaXNjYWw7IFxuICogMyAodHLDqnMpIG91IDQgKHF1YXRybykgcGFyYSBhIHF1YWRyYSBmaXNjYWw7IDQgKHF1YXRybykgcGFyYSBvIGxvdGUgZmlzY2FsOyBlIDMgKHRyw6pzKSBwYXJhIGEgdW5pZGFkZS5cbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHZhbGlkYXRlX2lwdHVfY29udGFnZW0obnVtYmVyOiBhbnkpIHtcbiAgbnVtYmVyID0gdmFsaWRhdGVSZW1vdmVEaWdpdG8obnVtYmVyLCAxMik7XG4gIGlmICghbnVtYmVyKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG4gIHJldHVybiB0cnVlO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gdmFsaWRhdGVfaXB0dV9zcCh2YWx1ZTogc3RyaW5nIHwgYW55W10pIHtcbiAgbGV0IG51bWJlciA9IHZhbGlkYXRlUmVtb3ZlRGlnaXRvKHZhbHVlLCAxMik7XG4gIGlmICghbnVtYmVyKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG4gIGNvbnN0IGR2ID0gSVBUVUNSRUFURVsnc2FvLXBhdWxvJ11bJ3Nhby1wYXVsbyddKG51bWJlcik7XG4gIHJldHVybiBwYXJzZUludCh2YWx1ZVt2YWx1ZS5sZW5ndGggLSAxXSkgPT09IGR2O1xufVxuXG4vLyBleHBvcnQgZnVuY3Rpb24gdmFsaWRhdGVfaXB0dShpcHR1OiBzdHJpbmcpIHtcbi8vICAgbGV0IGlwdHVDbGVhbiA9IGlwdHUucmVwbGFjZSgvXFwuL2csICcnKTtcbi8vICAgaXB0dUNsZWFuID0gaXB0dUNsZWFuLnJlcGxhY2UoLy0vZywgJycpO1xuLy8gICBjb25zdCBleHAgPSAvW2Etel17Mn1cXC1cXGR7Mn1cXC5cXGR7M31cXC5cXGR7M30vO1xuLy8gICBjb25zdCBleHBDbGVhbiA9IC9bYS16XXsyfVxcZHs4fS87XG4vLyAgIGNvbnN0IHN0YXRlID0gaXB0dS5zdWJzdHIoMCwgMikudG9VcHBlckNhc2UoKTtcblxuLy8gICBpZiAoIWV4cC50ZXN0KGlwdHUpICYmICFleHBDbGVhbi50ZXN0KGlwdHVDbGVhbikgJiYgIShzdGF0ZSBpbiBDRVBSYW5nZSkpIHtcbi8vICAgICByZXR1cm4gZmFsc2U7XG4vLyAgIH1cbi8vICAgaWYgKElQVFVbc3RhdGVdKSB7XG4vLyAgICAgY29uc3QgdmFsaWRhdGVTdGF0ZSA9IElQVFVbc3RhdGVdO1xuLy8gICAgIHJldHVybiB2YWxpZGF0ZVN0YXRlKGlwdHUpO1xuLy8gICB9XG4vLyAgIHJldHVybiB0cnVlO1xuLy8gfVxuXG5leHBvcnQgY29uc3QgSVBUVVZBTElEQVRFOiBCaWdPYmplY3Q8QmlnT2JqZWN0PEZ1bmN0aW9uPj4gPSB7XG4gICdzYW8tcGF1bG8nOiB7XG4gICAgJ3Nhby1wYXVsbyc6IHZhbGlkYXRlX2lwdHVfc3AsXG4gIH0sXG4gICdtaW5hcy1nZXJhaXMnOiB7XG4gICAgJ2NvbnRhZ2VtJzogdmFsaWRhdGVfaXB0dV9jb250YWdlbSxcbiAgfSxcbiAgJ3BhcmFuYSc6IHtcbiAgICAnY3VyaXRpYmEnOiB2YWxpZGF0ZV9pcHR1X2N0YmFcbiAgfVxufSJdfQ==
|