mapa-library-ui 0.77.4 → 0.90.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/lib/core/directives/custom-paginator-legacy.directive.mjs +39 -62
- package/esm2020/lib/core/directives/mat-input-autosize.directive.mjs +11 -8
- package/esm2020/lib/core/elements/errors.mjs +1 -1
- package/esm2020/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/lib/core/interfaces/classification.interface.mjs +2 -0
- package/esm2020/lib/core/interfaces/table-column.interface.mjs +2 -0
- package/esm2020/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/public-api.mjs +10 -1
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-chart.component.mjs +2 -2
- package/esm2020/src/lib/components/benchmarking/lib/components/benchmarking/src/benchmark-indicator/benchmark-indicator.component.mjs +2 -2
- package/esm2020/src/lib/components/breadcrumb/lib/components/breadcrumb/src/breadcrumb.component.mjs +3 -3
- package/esm2020/src/lib/components/button/button.mjs +5 -0
- package/esm2020/src/lib/components/{chart → button}/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/button/mapa-library-ui-src-lib-components-button.mjs +2 -2
- package/esm2020/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.mjs +11 -3
- package/esm2020/src/lib/components/capability/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/public-api.mjs +3 -1
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +27 -6
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.mjs +18 -4
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.module.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.component.mjs +4 -4
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.mjs +9 -11
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.mjs +35 -9
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.mjs +4 -3
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +44 -8
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval/capability-interval.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +2 -5
- package/esm2020/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +11 -3
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +75 -99
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.mjs +12 -5
- package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.component.mjs +30 -11
- package/esm2020/src/lib/components/capability/lib/components/filters/src/filters.module.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/components/tag/src/tag.component.mjs +2 -2
- package/esm2020/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/capability/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/capability/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/capability/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/capability/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/capability/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.component.mjs +11 -6
- package/esm2020/src/lib/components/chart/lib/components/chart/src/chart.module.mjs +2 -2
- package/esm2020/src/lib/components/checkbox/checkbox.mjs +5 -0
- package/esm2020/src/lib/components/{table/lib/components/svg-icon → checkbox/lib/components/checkbox}/public-api.mjs +4 -4
- package/esm2020/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.component.mjs +1 -1
- package/esm2020/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.module.mjs +1 -1
- package/esm2020/src/lib/components/checkbox/mapa-library-ui-src-lib-components-checkbox.mjs +2 -2
- package/esm2020/src/lib/components/datepicker/datepicker.mjs +5 -0
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/public-api.mjs +6 -0
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.component.mjs +65 -0
- package/esm2020/src/lib/components/datepicker/lib/components/datepicker/src/datepicker.module.mjs +70 -0
- package/esm2020/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/datepicker/mapa-library-ui-src-lib-components-datepicker.mjs +2 -2
- package/esm2020/src/lib/components/dialog/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.component.mjs +6 -4
- package/esm2020/src/lib/components/dialog/lib/components/dialog/src/dialog.module.mjs +6 -3
- package/esm2020/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/dialog/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/dropdown/dropdown.mjs +1 -2
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +75 -99
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.mjs +12 -5
- package/esm2020/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/dropdown/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/dropdown-tree/dropdown-tree.mjs +9 -0
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.mjs +33 -16
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.mjs +9 -41
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/dropdown-tree/mapa-library-ui-src-lib-components-dropdown-tree.mjs +2 -2
- package/esm2020/src/lib/components/empty/empty.mjs +5 -0
- package/esm2020/src/lib/components/empty/lib/components/empty/public-api.mjs +6 -0
- package/esm2020/src/lib/components/empty/{src → lib/components/empty/src}/empty.component.mjs +4 -3
- package/esm2020/src/lib/components/empty/lib/components/empty/src/empty.module.mjs +27 -0
- package/esm2020/src/lib/components/empty/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/empty/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/empty/mapa-library-ui-src-lib-components-empty.mjs +2 -2
- package/esm2020/src/lib/components/filters/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.component.mjs +30 -11
- package/esm2020/src/lib/components/filters/lib/components/filters/src/filters.module.mjs +1 -1
- package/esm2020/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/filters/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/form/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/form/lib/components/form/src/form.component.mjs +6 -5
- package/esm2020/src/lib/components/form/lib/components/form/src/form.module.mjs +3 -2
- package/esm2020/src/lib/components/form/lib/components/input/src/input.component.mjs +5 -4
- package/esm2020/src/lib/components/form/lib/components/input/src/input.module.mjs +13 -13
- package/esm2020/src/lib/components/form/lib/components/radio-button/src/radio-button.component.mjs +8 -3
- package/esm2020/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.mjs +8 -3
- package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.component.mjs +4 -3
- package/esm2020/src/lib/components/form/lib/components/textarea/src/textarea.module.mjs +7 -3
- package/esm2020/src/lib/components/form/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.mjs +99 -0
- package/esm2020/src/lib/components/form/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/form/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/form/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/form/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report-interface.mjs +1 -1
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.component.mjs +7 -6
- package/esm2020/src/lib/components/group-report/lib/components/group-report/src/group-report.module.mjs +2 -2
- package/esm2020/src/lib/components/icon/icon.mjs +5 -0
- package/esm2020/src/lib/components/icon/mapa-library-ui-src-lib-components-icon.mjs +2 -2
- package/esm2020/src/lib/components/input/input.mjs +5 -0
- package/esm2020/src/lib/components/input/lib/components/input/public-api.mjs +6 -0
- package/esm2020/src/lib/components/input/lib/components/input/src/input.component.mjs +40 -0
- package/esm2020/src/lib/components/input/lib/components/input/src/input.module.mjs +60 -0
- package/esm2020/src/lib/components/input/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.mjs +99 -0
- package/esm2020/src/lib/components/{group-report → input}/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/input/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/input/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/input/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/input/mapa-library-ui-src-lib-components-input.mjs +2 -2
- package/esm2020/src/lib/components/{table → menu}/lib/components/menu/src/menu.module.mjs +1 -1
- package/esm2020/src/lib/components/menu/mapa-library-ui-src-lib-components-menu.mjs +2 -2
- package/esm2020/src/lib/components/menu/menu.mjs +5 -0
- package/esm2020/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.mjs +3 -3
- package/esm2020/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.mjs +8 -3
- package/esm2020/src/lib/components/report-item/lib/components/report-item/public-api.mjs +6 -0
- package/esm2020/src/lib/components/report-item/lib/components/report-item/src/report-item.component.mjs +63 -0
- package/esm2020/src/lib/components/report-item/{src → lib/components/report-item/src}/report-item.module.mjs +1 -1
- package/esm2020/src/lib/components/report-item/mapa-library-ui-src-lib-components-report-item.mjs +2 -2
- package/esm2020/src/lib/components/report-item/report-item.mjs +5 -0
- package/esm2020/src/lib/components/scale/lib/components/button/src/button.component.mjs +2 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval/capability-interval.component.mjs +2 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +2 -5
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.component.mjs +30 -11
- package/esm2020/src/lib/components/scale/lib/components/filters/src/filters.module.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/components/group-report/src/group-report-interface.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/components/scale/src/details/details.component.mjs +3 -3
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.component.mjs +25 -9
- package/esm2020/src/lib/components/scale/lib/components/scale/src/scale.interface.mjs +1 -1
- package/esm2020/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/scale/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/scale-parameterization/lib/components/group-report/src/group-report-interface.mjs +1 -1
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/details/details.component.mjs +3 -3
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.mjs +24 -9
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.mjs +1 -1
- package/esm2020/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.mjs +6 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.mjs +8 -3
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.mjs +30 -18
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.mjs +5 -5
- package/esm2020/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/table/lib/components/table/src/paginator_customization.mjs +11 -16
- package/esm2020/src/lib/components/table/lib/components/table/src/table.component.mjs +74 -33
- package/esm2020/src/lib/components/table/lib/components/table/src/table.module.mjs +13 -9
- package/esm2020/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.mjs +39 -62
- package/esm2020/src/lib/components/table/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/index.mjs +16 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/create.mjs +455 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.mjs +115 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/estados.mjs +34 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/index.mjs +34 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.mjs +702 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/interfaces.mjs +2 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu.mjs +25 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_create.mjs +60 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.mjs +38 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.mjs +67 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/mask.mjs +579 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/name.mjs +371 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/placa.mjs +162 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/rg.mjs +63 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/saude.mjs +62 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/utils.mjs +304 -0
- package/esm2020/src/lib/components/table/lib/core/js-brasil/src/validate.mjs +627 -0
- package/esm2020/src/lib/components/table/lib/core/pipes/cpf.mjs +17 -0
- package/esm2020/src/lib/components/table/lib/core/pipes/safe-html.pipe.mjs +21 -0
- package/esm2020/src/lib/components/table/lib/core/services/html-sanitizer.service.mjs +23 -0
- package/esm2020/src/lib/components/table/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/{scale-parameterization → tag}/lib/components/tag/src/tag.component.mjs +2 -2
- package/esm2020/src/lib/components/tag/mapa-library-ui-src-lib-components-tag.mjs +2 -2
- package/esm2020/src/lib/components/tag/tag.mjs +5 -0
- package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.component.mjs +4 -3
- package/esm2020/src/lib/components/textarea/lib/components/textarea/src/textarea.module.mjs +7 -3
- package/esm2020/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.mjs +26 -0
- package/esm2020/src/lib/components/textarea/lib/core/elements/errors.mjs +1 -1
- package/esm2020/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.mjs +100 -0
- package/esm2020/src/lib/components/textarea/lib/core/services/mapa-i18n.service.mjs +36 -0
- package/esm2020/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.mjs +72 -0
- package/esm2020/src/lib/components/tooltip/lib/components/tooltip/public-api.mjs +7 -0
- package/esm2020/src/lib/components/tooltip/mapa-library-ui-src-lib-components-tooltip.mjs +2 -2
- package/esm2020/src/lib/components/tooltip/tooltip.mjs +6 -0
- package/esm2020/src/lib/components/{group-report/lib/components/filters → warning/lib/components/warning}/public-api.mjs +4 -4
- package/esm2020/src/lib/components/warning/lib/components/warning/src/warning.component.mjs +43 -0
- package/esm2020/src/lib/components/warning/{src → lib/components/warning/src}/warning.module.mjs +1 -1
- package/esm2020/src/lib/components/warning/mapa-library-ui-src-lib-components-warning.mjs +2 -2
- package/esm2020/src/lib/components/warning/warning.mjs +5 -0
- package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs +4 -4
- package/fesm2015/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs +10 -2
- package/fesm2015/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-button.mjs +6 -2
- package/fesm2015/mapa-library-ui-src-lib-components-button.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +630 -306
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +13 -312
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs +4 -0
- package/fesm2015/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs +154 -14
- package/fesm2015/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs +50 -8
- package/fesm2015/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs +40 -348
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +321 -254
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs +52 -6
- package/fesm2015/mapa-library-ui-src-lib-components-empty.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs +148 -14
- package/fesm2015/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +347 -30
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs +7 -40
- package/fesm2015/mapa-library-ui-src-lib-components-group-report.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs +4 -0
- package/fesm2015/mapa-library-ui-src-lib-components-icon.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +319 -15
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs +4 -0
- package/fesm2015/mapa-library-ui-src-lib-components-menu.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs +8 -2
- package/fesm2015/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs +48 -12
- package/fesm2015/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs +134 -1304
- package/fesm2015/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs +176 -32
- package/fesm2015/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs +8 -2
- package/fesm2015/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs +61 -27
- package/fesm2015/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs +3935 -234
- package/fesm2015/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs +6 -2
- package/fesm2015/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs +216 -7
- package/fesm2015/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs +4 -0
- package/fesm2015/mapa-library-ui-src-lib-components-tooltip.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs +12 -2
- package/fesm2015/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
- package/fesm2015/mapa-library-ui.mjs +297 -70
- package/fesm2015/mapa-library-ui.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs +4 -4
- package/fesm2020/mapa-library-ui-src-lib-components-benchmarking.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-breadcrumb.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs +10 -2
- package/fesm2020/mapa-library-ui-src-lib-components-button-icon.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-button.mjs +6 -2
- package/fesm2020/mapa-library-ui-src-lib-components-button.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +641 -303
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +13 -306
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs +4 -0
- package/fesm2020/mapa-library-ui-src-lib-components-checkbox.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs +169 -14
- package/fesm2020/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs +49 -8
- package/fesm2020/mapa-library-ui-src-lib-components-dialog.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs +41 -343
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +333 -254
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs +51 -6
- package/fesm2020/mapa-library-ui-src-lib-components-empty.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs +163 -14
- package/fesm2020/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +356 -30
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs +7 -40
- package/fesm2020/mapa-library-ui-src-lib-components-group-report.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs +4 -0
- package/fesm2020/mapa-library-ui-src-lib-components-icon.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +330 -15
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs +4 -0
- package/fesm2020/mapa-library-ui-src-lib-components-menu.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-nav-list.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs +7 -2
- package/fesm2020/mapa-library-ui-src-lib-components-radio-button.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs +47 -12
- package/fesm2020/mapa-library-ui-src-lib-components-report-item.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs +140 -1289
- package/fesm2020/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs +191 -32
- package/fesm2020/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs +7 -2
- package/fesm2020/mapa-library-ui-src-lib-components-slide-toggle.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs +60 -27
- package/fesm2020/mapa-library-ui-src-lib-components-svg-icon.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs +3954 -234
- package/fesm2020/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs +6 -2
- package/fesm2020/mapa-library-ui-src-lib-components-tag.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs +230 -7
- package/fesm2020/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs +4 -0
- package/fesm2020/mapa-library-ui-src-lib-components-tooltip.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs +12 -2
- package/fesm2020/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
- package/fesm2020/mapa-library-ui.mjs +309 -70
- package/fesm2020/mapa-library-ui.mjs.map +1 -1
- package/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/lib/core/directives/custom-paginator-legacy.directive.d.ts +10 -9
- package/lib/core/directives/mat-input-autosize.directive.d.ts +1 -2
- package/lib/core/elements/errors.d.ts +1 -2
- package/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/mapa-library-ui-0.90.0.tgz +0 -0
- package/package.json +14 -2
- package/public-api.d.ts +9 -0
- package/src/lib/components/button/button.d.ts +1 -0
- package/src/lib/components/button/index.d.ts +1 -1
- package/src/lib/components/button-icon/lib/components/button-icon/src/button-icon.component.d.ts +5 -3
- package/src/lib/components/capability/lib/components/capability/public-api.d.ts +2 -0
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +1 -1
- package/src/lib/components/capability/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +10 -1
- package/src/lib/components/capability/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +5 -2
- package/src/lib/components/capability/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +3 -3
- package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +12 -2
- package/src/lib/components/capability/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +2 -1
- package/src/lib/components/capability/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +15 -3
- package/src/lib/components/capability/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -2
- package/src/lib/components/capability/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +4 -3
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.d.ts +15 -13
- package/src/lib/components/capability/lib/components/dropdown/src/dropdown.module.d.ts +4 -2
- package/src/lib/components/capability/lib/components/filters/src/filters.component.d.ts +10 -2
- package/src/lib/components/capability/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/capability/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/capability/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/capability/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/capability/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/capability/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/capability/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/chart/lib/components/chart/src/chart.component.d.ts +4 -3
- package/src/lib/components/chart/lib/components/chart/src/chart.module.d.ts +1 -1
- package/src/lib/components/checkbox/checkbox.d.ts +1 -0
- package/src/lib/components/checkbox/index.d.ts +1 -1
- package/src/lib/components/datepicker/datepicker.d.ts +1 -0
- package/src/lib/components/datepicker/index.d.ts +1 -1
- package/src/lib/components/datepicker/{src → lib/components/datepicker/src}/datepicker.component.d.ts +10 -1
- package/src/lib/components/datepicker/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/datepicker/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/dialog/lib/components/dialog/src/dialog.component.d.ts +3 -3
- package/src/lib/components/dialog/lib/components/dialog/src/dialog.module.d.ts +2 -1
- package/src/lib/components/dialog/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/dialog/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/dropdown/dropdown.d.ts +0 -1
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.d.ts +15 -13
- package/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.module.d.ts +4 -2
- package/src/lib/components/dropdown/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/dropdown/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/dropdown/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/dropdown/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/dropdown/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/dropdown/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/dropdown/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/dropdown-tree/{dropdown.d.ts → dropdown-tree.d.ts} +1 -1
- package/src/lib/components/dropdown-tree/index.d.ts +1 -1
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.component.d.ts +7 -7
- package/src/lib/components/dropdown-tree/lib/components/dropdown-tree/src/dropdown.module.d.ts +2 -4
- package/src/lib/components/dropdown-tree/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/empty/empty.d.ts +1 -0
- package/src/lib/components/empty/index.d.ts +1 -1
- package/src/lib/components/empty/{src → lib/components/empty/src}/empty.module.d.ts +2 -1
- package/src/lib/components/empty/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/empty/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/filters/lib/components/filters/src/filters.component.d.ts +10 -2
- package/src/lib/components/filters/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/filters/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/form/lib/components/form/src/form.component.d.ts +1 -2
- package/src/lib/components/form/lib/components/form/src/form.module.d.ts +5 -4
- package/src/lib/components/form/lib/components/input/src/input.component.d.ts +1 -1
- package/src/lib/components/form/lib/components/input/src/input.module.d.ts +3 -2
- package/src/lib/components/form/lib/components/radio-button/src/radio-button.component.d.ts +4 -4
- package/src/lib/components/form/lib/components/slide-toggle/src/slide-toggle.component.d.ts +4 -4
- package/src/lib/components/form/lib/components/textarea/src/textarea.component.d.ts +1 -1
- package/src/lib/components/form/lib/components/textarea/src/textarea.module.d.ts +2 -1
- package/src/lib/components/form/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/form/lib/core/directives/mat-input-autosize.directive.d.ts +25 -0
- package/src/lib/components/form/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/form/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/form/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/form/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/group-report/lib/components/group-report/src/group-report.component.d.ts +3 -3
- package/src/lib/components/group-report/lib/components/group-report/src/group-report.module.d.ts +1 -1
- package/src/lib/components/icon/icon.d.ts +1 -0
- package/src/lib/components/icon/index.d.ts +1 -1
- package/src/lib/components/input/index.d.ts +1 -1
- package/src/lib/components/input/input.d.ts +1 -0
- package/src/lib/components/input/{src → lib/components/input/src}/input.component.d.ts +1 -1
- package/src/lib/components/input/{src → lib/components/input/src}/input.module.d.ts +3 -2
- package/src/lib/components/input/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/input/lib/core/directives/mat-input-autosize.directive.d.ts +25 -0
- package/src/lib/components/{chart → input}/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/input/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/input/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/input/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/menu/index.d.ts +1 -1
- package/src/lib/components/menu/menu.d.ts +1 -0
- package/src/lib/components/nav-list/lib/components/nav-list/src/nav-list.component.d.ts +1 -1
- package/src/lib/components/radio-button/lib/components/radio-button/src/radio-button.component.d.ts +4 -4
- package/src/lib/components/report-item/index.d.ts +1 -1
- package/src/lib/components/report-item/lib/components/report-item/src/report-item.component.d.ts +33 -0
- package/src/lib/components/report-item/report-item.d.ts +1 -0
- package/src/lib/components/scale/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -2
- package/src/lib/components/scale/lib/components/filters/src/filters.component.d.ts +10 -2
- package/src/lib/components/scale/lib/components/scale/src/scale.component.d.ts +11 -3
- package/src/lib/components/scale/lib/components/scale/src/scale.interface.d.ts +1 -1
- package/src/lib/components/scale/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/scale/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.component.d.ts +12 -4
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.interface.d.ts +1 -1
- package/src/lib/components/scale-parameterization/lib/components/scale-parameterization/src/scale-parameterization.module.d.ts +3 -4
- package/src/lib/components/scale-parameterization/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/scale-parameterization/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/slide-toggle/lib/components/slide-toggle/src/slide-toggle.component.d.ts +4 -4
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.component.d.ts +6 -3
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/svg-icon.module.d.ts +3 -3
- package/src/lib/components/svg-icon/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/svg-icon/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/table/lib/components/table/src/paginator_customization.d.ts +2 -1
- package/src/lib/components/table/lib/components/table/src/table.component.d.ts +18 -7
- package/src/lib/components/table/lib/components/table/src/table.module.d.ts +4 -3
- package/src/lib/components/table/lib/core/directives/custom-paginator-legacy.directive.d.ts +10 -9
- package/src/lib/components/table/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/table/lib/core/js-brasil/index.d.ts +15 -0
- package/src/lib/components/table/lib/core/js-brasil/src/create.d.ts +37 -0
- package/src/lib/components/table/lib/core/js-brasil/src/createNumberMask.d.ts +13 -0
- package/src/lib/components/table/lib/core/js-brasil/src/estados.d.ts +7 -0
- package/src/lib/components/table/lib/core/js-brasil/src/index.d.ts +34 -0
- package/src/lib/components/table/lib/core/js-brasil/src/inscricaoestadual.d.ts +7 -0
- package/src/lib/components/table/lib/core/js-brasil/src/interfaces.d.ts +51 -0
- package/src/lib/components/table/lib/core/js-brasil/src/iptu.d.ts +3 -0
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_create.d.ts +5 -0
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_mask.d.ts +2 -0
- package/src/lib/components/table/lib/core/js-brasil/src/iptu_validate.d.ts +10 -0
- package/src/lib/components/table/lib/core/js-brasil/src/mask.d.ts +53 -0
- package/src/lib/components/table/lib/core/js-brasil/src/name.d.ts +9 -0
- package/src/lib/components/table/lib/core/js-brasil/src/placa.d.ts +6 -0
- package/src/lib/components/table/lib/core/js-brasil/src/rg.d.ts +5 -0
- package/src/lib/components/table/lib/core/js-brasil/src/saude.d.ts +84 -0
- package/src/lib/components/table/lib/core/js-brasil/src/utils.d.ts +71 -0
- package/src/lib/components/table/lib/core/js-brasil/src/validate.d.ts +90 -0
- package/src/lib/components/table/lib/core/pipes/cpf.d.ts +7 -0
- package/src/lib/components/table/lib/core/pipes/safe-html.pipe.d.ts +10 -0
- package/src/lib/components/table/lib/core/services/html-sanitizer.service.d.ts +10 -0
- package/src/lib/components/table/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/tag/index.d.ts +1 -1
- package/src/lib/components/tag/tag.d.ts +1 -0
- package/src/lib/components/textarea/lib/components/textarea/src/textarea.component.d.ts +1 -1
- package/src/lib/components/textarea/lib/components/textarea/src/textarea.module.d.ts +2 -1
- package/src/lib/components/textarea/lib/core/components/form-errors/form-errors.component.d.ts +13 -0
- package/src/lib/components/textarea/lib/core/elements/errors.d.ts +1 -2
- package/src/lib/components/textarea/lib/core/i18n/mapa-ui-texts.d.ts +102 -0
- package/src/lib/components/textarea/lib/core/services/mapa-i18n.service.d.ts +13 -0
- package/src/lib/components/textarea/lib/core/services/validation-message-resolver.service.d.ts +14 -0
- package/src/lib/components/tooltip/index.d.ts +1 -1
- package/src/lib/components/tooltip/tooltip.d.ts +2 -0
- package/src/lib/components/warning/index.d.ts +1 -1
- package/src/lib/components/warning/{src → lib/components/warning/src}/warning.component.d.ts +3 -2
- package/src/lib/components/warning/warning.d.ts +1 -0
- package/esm2020/src/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/button-icon/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/src/lib/components/chart/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/chart/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/chart/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/chart/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/src/lib/components/checkbox/public-api.mjs +0 -6
- package/esm2020/src/lib/components/datepicker/public-api.mjs +0 -6
- package/esm2020/src/lib/components/datepicker/src/datepicker.component.mjs +0 -44
- package/esm2020/src/lib/components/datepicker/src/datepicker.module.mjs +0 -70
- package/esm2020/src/lib/components/dialog/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/dropdown/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.mjs +0 -77
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.mjs +0 -52
- package/esm2020/src/lib/components/dropdown/lib/core/elements/dropdown-tree.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/index.mjs +0 -10
- package/esm2020/src/lib/components/dropdown/lib/core/elements/input-text.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/radio-button.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/slide-toggle.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/index.mjs +0 -7
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/dropdown.mjs +0 -9
- package/esm2020/src/lib/components/dropdown-tree/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown-tree/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/dropdown-tree/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/index.mjs +0 -10
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/radio-button.mjs +0 -8
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/slide-toggle.mjs +0 -8
- package/esm2020/src/lib/components/dropdown-tree/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/index.mjs +0 -7
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/dropdown-tree/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
- package/esm2020/src/lib/components/empty/public-api.mjs +0 -6
- package/esm2020/src/lib/components/empty/src/empty.module.mjs +0 -24
- package/esm2020/src/lib/components/form/lib/core/elements/dropdown-tree.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/elements/index.mjs +0 -10
- package/esm2020/src/lib/components/form/lib/core/elements/radio-button.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/elements/slide-toggle.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/src/lib/components/form/lib/core/interfaces/button-icon.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/chart-options.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/dialog-data.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/index.mjs +0 -7
- package/esm2020/src/lib/components/form/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/form/lib/core/interfaces/table-row-click-event.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/filters.mjs +0 -7
- package/esm2020/src/lib/components/group-report/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/group-report/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/group-report/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/public-api.mjs +0 -26
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -31
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
- package/esm2020/src/lib/components/group-report/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/group-report/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/group-report/lib/components/filters/src/filters.component.mjs +0 -34
- package/esm2020/src/lib/components/group-report/lib/components/filters/src/filters.module.mjs +0 -38
- package/esm2020/src/lib/components/group-report/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/group-report/lib/components/tag/src/tag.component.mjs +0 -14
- package/esm2020/src/lib/components/group-report/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/group-report/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/group-report/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/group-report/lib/core/interfaces/table-column.interface.mjs +0 -2
- package/esm2020/src/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/input/public-api.mjs +0 -6
- package/esm2020/src/lib/components/input/src/input.component.mjs +0 -39
- package/esm2020/src/lib/components/input/src/input.module.mjs +0 -60
- package/esm2020/src/lib/components/menu/public-api.mjs +0 -6
- package/esm2020/src/lib/components/menu/src/menu.component.mjs +0 -34
- package/esm2020/src/lib/components/menu/src/menu.module.mjs +0 -36
- package/esm2020/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/radio-button/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/report-item/public-api.mjs +0 -6
- package/esm2020/src/lib/components/report-item/src/report-item.component.mjs +0 -32
- package/esm2020/src/lib/components/scale/lib/components/capability/public-api.mjs +0 -26
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
- package/esm2020/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
- package/esm2020/src/lib/components/scale/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
- package/esm2020/src/lib/components/scale/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/scale/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale/lib/components/tag/src/tag.component.mjs +0 -14
- package/esm2020/src/lib/components/scale/lib/components/tag/src/tag.module.mjs +0 -24
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.component.mjs +0 -21
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
- package/esm2020/src/lib/components/scale/lib/components/tooltip/src/tooltip.module.mjs +0 -19
- package/esm2020/src/lib/components/scale/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/scale/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/scale/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/filters.mjs +0 -7
- package/esm2020/src/lib/components/scale-parameterization/lib/components/button/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/button/src/button.component.mjs +0 -23
- package/esm2020/src/lib/components/scale-parameterization/lib/components/button/src/button.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/public-api.mjs +0 -26
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.component.mjs +0 -17
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.module.mjs +0 -32
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.mjs +0 -24
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.mjs +0 -20
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.component.mjs +0 -73
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.module.mjs +0 -64
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.component.mjs +0 -31
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.module.mjs +0 -22
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.component.mjs +0 -27
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.module.mjs +0 -22
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.component.mjs +0 -14
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.module.mjs +0 -18
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.mjs +0 -33
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.mjs +0 -21
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.mjs +0 -27
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.mjs +0 -21
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.component.mjs +0 -81
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.module.mjs +0 -18
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.mjs +0 -31
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.mjs +0 -20
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/consts/capability-classification.const.mjs +0 -57
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-item.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/index.mjs +0 -4
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/capability-classification.service.mjs +0 -14
- package/esm2020/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/reusable-interval-bar.service.mjs +0 -32
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.mjs +0 -191
- package/esm2020/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.module.mjs +0 -75
- package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/src/filters.component.mjs +0 -34
- package/esm2020/src/lib/components/scale-parameterization/lib/components/filters/src/filters.module.mjs +0 -38
- package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/src/icon.component.mjs +0 -26
- package/esm2020/src/lib/components/scale-parameterization/lib/components/icon/src/icon.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tag/src/tag.module.mjs +0 -24
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.component.mjs +0 -21
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
- package/esm2020/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.module.mjs +0 -19
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/dropdown.mjs +0 -8
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/classification.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/elements/errors.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.mjs +0 -20
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.mjs +0 -20
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.mjs +0 -48
- package/esm2020/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.mjs +0 -19
- package/esm2020/src/lib/components/tag/public-api.mjs +0 -6
- package/esm2020/src/lib/components/tag/src/tag.component.mjs +0 -14
- package/esm2020/src/lib/components/tag/src/tag.module.mjs +0 -24
- package/esm2020/src/lib/components/textarea/lib/core/elements/action-button.mjs +0 -2
- package/esm2020/src/lib/components/textarea/lib/core/elements/element-base.mjs +0 -37
- package/esm2020/src/lib/components/textarea/lib/core/elements/element-search.mjs +0 -2
- package/esm2020/src/lib/components/textarea/lib/core/elements/textarea.mjs +0 -8
- package/esm2020/src/lib/components/textarea/lib/core/interfaces/element-group.interface.mjs +0 -2
- package/esm2020/src/lib/components/textarea/lib/core/interfaces/element-option.interface.mjs +0 -2
- package/esm2020/src/lib/components/tooltip/public-api.mjs +0 -7
- package/esm2020/src/lib/components/tooltip/src/tooltip.component.mjs +0 -21
- package/esm2020/src/lib/components/tooltip/src/tooltip.directive.mjs +0 -140
- package/esm2020/src/lib/components/tooltip/src/tooltip.enums.mjs +0 -16
- package/esm2020/src/lib/components/tooltip/src/tooltip.module.mjs +0 -19
- package/esm2020/src/lib/components/warning/public-api.mjs +0 -6
- package/esm2020/src/lib/components/warning/src/warning.component.mjs +0 -37
- package/mapa-library-ui-0.77.4.tgz +0 -0
- package/src/lib/components/button-icon/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/src/lib/components/chart/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/chart/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/chart/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/chart/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/chart/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/chart/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/chart/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/src/lib/components/dialog/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/src/lib/components/dropdown/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/dropdown/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/dropdown/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/dropdown/lib/components/dropdown-tree/public-api.d.ts +0 -2
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.component.d.ts +0 -37
- package/src/lib/components/dropdown/lib/components/dropdown-tree/src/dropdown.module.d.ts +0 -12
- package/src/lib/components/dropdown/lib/core/elements/dropdown-tree.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/index.d.ts +0 -9
- package/src/lib/components/dropdown/lib/core/elements/input-text.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/radio-button.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/slide-toggle.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/elements/textarea.d.ts +0 -4
- package/src/lib/components/dropdown/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/src/lib/components/dropdown/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/src/lib/components/dropdown/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/dropdown/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/src/lib/components/dropdown/lib/core/interfaces/index.d.ts +0 -6
- package/src/lib/components/dropdown/lib/core/interfaces/table-column.interface.d.ts +0 -19
- package/src/lib/components/dropdown/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/dropdown-tree/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/dropdown-tree/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/dropdown-tree/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/dropdown-tree/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/dropdown-tree/lib/core/elements/index.d.ts +0 -9
- package/src/lib/components/dropdown-tree/lib/core/elements/radio-button.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/core/elements/slide-toggle.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/core/elements/textarea.d.ts +0 -4
- package/src/lib/components/dropdown-tree/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/src/lib/components/dropdown-tree/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/src/lib/components/dropdown-tree/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/src/lib/components/dropdown-tree/lib/core/interfaces/index.d.ts +0 -6
- package/src/lib/components/dropdown-tree/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/dropdown-tree.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/index.d.ts +0 -9
- package/src/lib/components/form/lib/core/elements/radio-button.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/slide-toggle.d.ts +0 -4
- package/src/lib/components/form/lib/core/elements/textarea.d.ts +0 -4
- package/src/lib/components/form/lib/core/interfaces/button-icon.interface.d.ts +0 -6
- package/src/lib/components/form/lib/core/interfaces/chart-options.interface.d.ts +0 -19
- package/src/lib/components/form/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/form/lib/core/interfaces/dialog-data.interface.d.ts +0 -11
- package/src/lib/components/form/lib/core/interfaces/index.d.ts +0 -6
- package/src/lib/components/form/lib/core/interfaces/table-column.interface.d.ts +0 -19
- package/src/lib/components/form/lib/core/interfaces/table-row-click-event.interface.d.ts +0 -4
- package/src/lib/components/group-report/filters.d.ts +0 -3
- package/src/lib/components/group-report/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/public-api.d.ts +0 -22
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
- package/src/lib/components/group-report/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
- package/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
- package/src/lib/components/group-report/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
- package/src/lib/components/group-report/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
- package/src/lib/components/group-report/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
- package/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
- package/src/lib/components/group-report/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
- package/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -16
- package/src/lib/components/group-report/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
- package/src/lib/components/group-report/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
- package/src/lib/components/group-report/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
- package/src/lib/components/group-report/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
- package/src/lib/components/group-report/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/group-report/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/group-report/lib/components/filters/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/components/filters/src/filters.component.d.ts +0 -14
- package/src/lib/components/group-report/lib/components/filters/src/filters.module.d.ts +0 -12
- package/src/lib/components/group-report/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/group-report/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/group-report/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/group-report/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/group-report/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/group-report/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/group-report/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/group-report/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/group-report/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/group-report/lib/core/interfaces/table-column.interface.d.ts +0 -19
- package/src/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/nav-list/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/radio-button/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/radio-button/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/radio-button/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/radio-button/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/radio-button/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/radio-button/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/report-item/src/report-item.component.d.ts +0 -18
- package/src/lib/components/scale/lib/components/capability/public-api.d.ts +0 -22
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
- package/src/lib/components/scale/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
- package/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
- package/src/lib/components/scale/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
- package/src/lib/components/scale/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
- package/src/lib/components/scale/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
- package/src/lib/components/scale/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
- package/src/lib/components/scale/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
- package/src/lib/components/scale/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
- package/src/lib/components/scale/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
- package/src/lib/components/scale/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/scale/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/scale/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/scale/lib/components/tag/src/tag.component.d.ts +0 -12
- package/src/lib/components/scale/lib/components/tag/src/tag.module.d.ts +0 -8
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
- package/src/lib/components/scale/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
- package/src/lib/components/scale/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/scale/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/scale/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/scale/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/scale/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/scale/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/scale/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/scale/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/scale-parameterization/filters.d.ts +0 -3
- package/src/lib/components/scale-parameterization/lib/components/button/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/button/src/button.component.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/button/src/button.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/public-api.d.ts +0 -22
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.component.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative/capability-comparative.module.d.ts +0 -11
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.component.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-chart/capability-comparative-chart.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.component.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-header/capability-comparative-header.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.component.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-comparative-indicator/capability-comparative-indicator.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.component.d.ts +0 -29
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-detail/capability-detail.module.d.ts +0 -17
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.component.d.ts +0 -17
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-dot/capability-dot.module.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.component.d.ts +0 -16
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-expand/capability-expand.module.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.component.d.ts +0 -7
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator/capability-indicator.module.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.component.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-chart/capability-indicator-chart.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.component.d.ts +0 -14
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-indicator-list/capability-indicator-list.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.component.d.ts +0 -29
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval/capability-interval.module.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.component.d.ts +0 -16
- package/src/lib/components/scale-parameterization/lib/components/capability/src/capability-interval-bar/capability-interval-bar.module.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/consts/capability-classification.const.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-classification.interface.d.ts +0 -6
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-comparative.interface.d.ts +0 -10
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability-item.interface.d.ts +0 -20
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/capability.interface.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/interfaces/index.d.ts +0 -3
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/capability-classification.service.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/capability/src/essentials/services/reusable-interval-bar.service.d.ts +0 -15
- package/src/lib/components/scale-parameterization/lib/components/dropdown/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.component.d.ts +0 -45
- package/src/lib/components/scale-parameterization/lib/components/dropdown/src/dropdown.module.d.ts +0 -16
- package/src/lib/components/scale-parameterization/lib/components/filters/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/filters/src/filters.component.d.ts +0 -14
- package/src/lib/components/scale-parameterization/lib/components/filters/src/filters.module.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/components/icon/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/icon/src/icon.component.d.ts +0 -13
- package/src/lib/components/scale-parameterization/lib/components/icon/src/icon.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/scale-parameterization/lib/components/tag/src/tag.component.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/components/tag/src/tag.module.d.ts +0 -8
- package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
- package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
- package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
- package/src/lib/components/scale-parameterization/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
- package/src/lib/components/scale-parameterization/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/scale-parameterization/lib/core/elements/dropdown.d.ts +0 -4
- package/src/lib/components/scale-parameterization/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/scale-parameterization/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/scale-parameterization/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/scale-parameterization/lib/core/interfaces/classification.interface.d.ts +0 -6
- package/src/lib/components/scale-parameterization/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/scale-parameterization/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/slide-toggle/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/slide-toggle/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/slide-toggle/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/slide-toggle/lib/core/elements/errors.d.ts +0 -12
- package/src/lib/components/slide-toggle/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/slide-toggle/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/svg-icon/lib/components/svg-icon/src/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/table/lib/components/menu/public-api.d.ts +0 -2
- package/src/lib/components/table/lib/components/menu/src/menu.component.d.ts +0 -22
- package/src/lib/components/table/lib/components/menu/src/menu.module.d.ts +0 -11
- package/src/lib/components/table/lib/components/svg-icon/public-api.d.ts +0 -2
- package/src/lib/components/table/lib/components/svg-icon/src/safe-html.pipe.d.ts +0 -10
- package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.component.d.ts +0 -14
- package/src/lib/components/table/lib/components/svg-icon/src/svg-icon.module.d.ts +0 -9
- package/src/lib/components/tag/public-api.d.ts +0 -2
- package/src/lib/components/tag/src/tag.component.d.ts +0 -12
- package/src/lib/components/tag/src/tag.module.d.ts +0 -8
- package/src/lib/components/textarea/lib/core/elements/action-button.d.ts +0 -5
- package/src/lib/components/textarea/lib/core/elements/element-base.d.ts +0 -75
- package/src/lib/components/textarea/lib/core/elements/element-search.d.ts +0 -7
- package/src/lib/components/textarea/lib/core/elements/textarea.d.ts +0 -4
- package/src/lib/components/textarea/lib/core/interfaces/element-group.interface.d.ts +0 -5
- package/src/lib/components/textarea/lib/core/interfaces/element-option.interface.d.ts +0 -6
- package/src/lib/components/tooltip/src/tooltip.component.d.ts +0 -15
- package/src/lib/components/tooltip/src/tooltip.directive.d.ts +0 -32
- package/src/lib/components/tooltip/src/tooltip.enums.d.ts +0 -13
- package/src/lib/components/tooltip/src/tooltip.module.d.ts +0 -9
- /package/esm2020/src/lib/components/{chart → button}/lib/components/button/public-api.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → button}/lib/components/button/src/button.module.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/public-api.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.component.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.module.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/action-button.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/element-base.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/elements/element-search.mjs +0 -0
- /package/esm2020/src/lib/components/{dropdown-tree → input}/lib/core/elements/input-text.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/interfaces/element-group.interface.mjs +0 -0
- /package/esm2020/src/lib/components/{chart → input}/lib/core/interfaces/element-option.interface.mjs +0 -0
- /package/esm2020/src/lib/components/{table → menu}/lib/components/menu/public-api.mjs +0 -0
- /package/esm2020/src/lib/components/{table → menu}/lib/components/menu/src/menu.component.mjs +0 -0
- /package/esm2020/src/lib/components/{capability → tag}/lib/components/tag/public-api.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.module.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.component.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.directive.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.enums.mjs +0 -0
- /package/esm2020/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.module.mjs +0 -0
- /package/{src/lib/components/dropdown-tree/lib → lib}/core/interfaces/classification.interface.d.ts +0 -0
- /package/{src/lib/components/dropdown-tree/lib → lib}/core/interfaces/table-column.interface.d.ts +0 -0
- /package/src/lib/components/button/{public-api.d.ts → lib/components/button/public-api.d.ts} +0 -0
- /package/src/lib/components/button/{src → lib/components/button/src}/button.component.d.ts +0 -0
- /package/src/lib/components/button/{src → lib/components/button/src}/button.module.d.ts +0 -0
- /package/src/lib/components/checkbox/{public-api.d.ts → lib/components/checkbox/public-api.d.ts} +0 -0
- /package/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.component.d.ts +0 -0
- /package/src/lib/components/checkbox/{src → lib/components/checkbox/src}/checkbox.module.d.ts +0 -0
- /package/src/lib/components/datepicker/{public-api.d.ts → lib/components/datepicker/public-api.d.ts} +0 -0
- /package/src/lib/components/datepicker/{src → lib/components/datepicker/src}/datepicker.module.d.ts +0 -0
- /package/src/lib/components/empty/{public-api.d.ts → lib/components/empty/public-api.d.ts} +0 -0
- /package/src/lib/components/empty/{src → lib/components/empty/src}/empty.component.d.ts +0 -0
- /package/src/lib/components/{group-report → icon}/lib/components/icon/public-api.d.ts +0 -0
- /package/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.component.d.ts +0 -0
- /package/src/lib/components/{group-report → icon}/lib/components/icon/src/icon.module.d.ts +0 -0
- /package/src/lib/components/input/{public-api.d.ts → lib/components/input/public-api.d.ts} +0 -0
- /package/src/lib/components/{chart → input}/lib/core/elements/action-button.d.ts +0 -0
- /package/src/lib/components/{chart → input}/lib/core/elements/element-base.d.ts +0 -0
- /package/src/lib/components/{chart → input}/lib/core/elements/element-search.d.ts +0 -0
- /package/src/lib/components/{dropdown-tree → input}/lib/core/elements/input-text.d.ts +0 -0
- /package/src/lib/components/{chart → input}/lib/core/interfaces/element-group.interface.d.ts +0 -0
- /package/src/lib/components/{chart → input}/lib/core/interfaces/element-option.interface.d.ts +0 -0
- /package/src/lib/components/menu/{public-api.d.ts → lib/components/menu/public-api.d.ts} +0 -0
- /package/src/lib/components/menu/{src → lib/components/menu/src}/menu.component.d.ts +0 -0
- /package/src/lib/components/menu/{src → lib/components/menu/src}/menu.module.d.ts +0 -0
- /package/src/lib/components/report-item/{public-api.d.ts → lib/components/report-item/public-api.d.ts} +0 -0
- /package/src/lib/components/report-item/{src → lib/components/report-item/src}/report-item.module.d.ts +0 -0
- /package/src/lib/components/{capability → tag}/lib/components/tag/public-api.d.ts +0 -0
- /package/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.component.d.ts +0 -0
- /package/src/lib/components/{group-report → tag}/lib/components/tag/src/tag.module.d.ts +0 -0
- /package/src/lib/components/tooltip/{public-api.d.ts → lib/components/tooltip/public-api.d.ts} +0 -0
- /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.component.d.ts +0 -0
- /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.directive.d.ts +0 -0
- /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.enums.d.ts +0 -0
- /package/src/lib/components/{group-report → tooltip}/lib/components/tooltip/src/tooltip.module.d.ts +0 -0
- /package/src/lib/components/warning/{public-api.d.ts → lib/components/warning/public-api.d.ts} +0 -0
- /package/src/lib/components/warning/{src → lib/components/warning/src}/warning.module.d.ts +0 -0
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, ViewChild, ViewEncapsulation, } from "@angular/core";
|
|
2
|
-
import { ReplaySubject } from "rxjs/internal/ReplaySubject";
|
|
3
|
-
import { Subject } from "rxjs/internal/Subject";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
|
-
import * as i2 from "@angular/forms";
|
|
7
|
-
import * as i3 from "@angular/material/checkbox";
|
|
8
|
-
import * as i4 from "../../button/src/button.component";
|
|
9
|
-
import * as i5 from "@angular/material/icon";
|
|
10
|
-
import * as i6 from "@angular/material/form-field";
|
|
11
|
-
import * as i7 from "@angular/material/select";
|
|
12
|
-
import * as i8 from "@angular/material/core";
|
|
13
|
-
import * as i9 from "ngx-mat-select-search";
|
|
14
|
-
export class MapaDropdownComponent {
|
|
15
|
-
get selectedOptions() {
|
|
16
|
-
const value = this.formControl?.value || [];
|
|
17
|
-
return Array.isArray(value) ? value : [value];
|
|
18
|
-
}
|
|
19
|
-
constructor() {
|
|
20
|
-
this.openedChange = new EventEmitter();
|
|
21
|
-
this.filteredOptions = new ReplaySubject(1);
|
|
22
|
-
this.filteredGroups = new ReplaySubject(1);
|
|
23
|
-
this.filteredOptionsCache = [];
|
|
24
|
-
this.filteredGroupCache = [];
|
|
25
|
-
this._onDestroy = new Subject();
|
|
26
|
-
this.isIndeterminate = false;
|
|
27
|
-
this.isChecked = false;
|
|
28
|
-
this.isOptionsGroup = false;
|
|
29
|
-
}
|
|
30
|
-
ngOnInit() {
|
|
31
|
-
this.setOptions();
|
|
32
|
-
if (this.element.search) {
|
|
33
|
-
this.element.search.formControl?.valueChanges
|
|
34
|
-
//.pipe(takeUntil(this._onDestroy))
|
|
35
|
-
.subscribe(() => {
|
|
36
|
-
this.filterOptions();
|
|
37
|
-
this.setToggleAllCheckboxState();
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
ngOnChanges(changes) {
|
|
42
|
-
if (changes["element"].previousValue?.controlType === "dropdown" &&
|
|
43
|
-
changes["element"].previousValue?.options !== changes["element"].currentValue?.options) {
|
|
44
|
-
this.element.options = changes["element"].currentValue.options;
|
|
45
|
-
this.setOptions();
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
ngOnDestroy() {
|
|
49
|
-
this._onDestroy.next();
|
|
50
|
-
this._onDestroy.complete();
|
|
51
|
-
}
|
|
52
|
-
setOptions() {
|
|
53
|
-
this.isOptionsGroup = this.isElementGroup(this.element.options[0]);
|
|
54
|
-
if (this.isOptionsGroup) {
|
|
55
|
-
this.filteredGroupCache = this.element
|
|
56
|
-
.options.slice();
|
|
57
|
-
this.filteredGroups.next(this.filteredGroupCache);
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
this.filteredOptionsCache = this.element
|
|
61
|
-
.options.slice();
|
|
62
|
-
this.filteredOptions.next(this.filteredOptionsCache);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
filterOptionsFromGroup(group, value) {
|
|
66
|
-
const filterValue = this.normalizeValue(value);
|
|
67
|
-
return this.normalizeValue(group.label).includes(filterValue)
|
|
68
|
-
? group.options
|
|
69
|
-
: group.options.filter((item) => this.normalizeValue(item.value).includes(filterValue));
|
|
70
|
-
}
|
|
71
|
-
filterOptions() {
|
|
72
|
-
if (!this.element.options) {
|
|
73
|
-
return;
|
|
74
|
-
}
|
|
75
|
-
// get the search keyword
|
|
76
|
-
let search = this.normalizeValue(this.element.search?.formControl?.value);
|
|
77
|
-
if (this.isOptionsGroup) {
|
|
78
|
-
const groups = this.element.options;
|
|
79
|
-
this.filteredGroupCache = groups
|
|
80
|
-
.map((group) => ({
|
|
81
|
-
label: group.label,
|
|
82
|
-
options: this.filterOptionsFromGroup(group, search),
|
|
83
|
-
}))
|
|
84
|
-
.filter((group) => group.options.length > 0);
|
|
85
|
-
this.filteredGroups.next(this.filteredGroupCache);
|
|
86
|
-
}
|
|
87
|
-
else {
|
|
88
|
-
const options = this.element.options;
|
|
89
|
-
if (!search) {
|
|
90
|
-
this.filteredOptionsCache = options.slice();
|
|
91
|
-
this.filteredOptions.next(this.filteredOptionsCache);
|
|
92
|
-
return;
|
|
93
|
-
}
|
|
94
|
-
// filter the options
|
|
95
|
-
this.filteredOptionsCache = options.filter((option) => this.normalizeValue(option.value).indexOf(search) > -1);
|
|
96
|
-
this.filteredOptions.next(this.filteredOptionsCache);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
normalizeValue(value) {
|
|
100
|
-
const normalizedValue = value
|
|
101
|
-
.normalize('NFD')
|
|
102
|
-
.replace(/[\u0300-\u036f]/g, "")
|
|
103
|
-
.toLowerCase();
|
|
104
|
-
return normalizedValue;
|
|
105
|
-
}
|
|
106
|
-
triggerOpenedChange(event) {
|
|
107
|
-
this.openedChange.emit(event);
|
|
108
|
-
}
|
|
109
|
-
setToggleAllCheckboxState() {
|
|
110
|
-
let filteredLength = 0;
|
|
111
|
-
let search = this.element.search?.formControl?.value;
|
|
112
|
-
if (search && search.value) {
|
|
113
|
-
this.filteredOptionsCache.forEach((el) => {
|
|
114
|
-
if (search.value.toLowerCase().indexOf(el) > -1) {
|
|
115
|
-
filteredLength++;
|
|
116
|
-
}
|
|
117
|
-
});
|
|
118
|
-
this.isIndeterminate =
|
|
119
|
-
filteredLength > 0 && filteredLength < this.filteredOptionsCache.length;
|
|
120
|
-
this.isChecked =
|
|
121
|
-
filteredLength > 0 &&
|
|
122
|
-
filteredLength === this.filteredOptionsCache.length;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
toggleSelectAll(event) {
|
|
126
|
-
const selectAllValue = event.checked;
|
|
127
|
-
this.filteredOptions.subscribe((options) => {
|
|
128
|
-
if (selectAllValue) {
|
|
129
|
-
this.formControl?.patchValue(options);
|
|
130
|
-
}
|
|
131
|
-
else {
|
|
132
|
-
this.formControl?.patchValue([]);
|
|
133
|
-
}
|
|
134
|
-
});
|
|
135
|
-
this.filteredGroups.subscribe((groups) => {
|
|
136
|
-
if (selectAllValue) {
|
|
137
|
-
this.formControl?.patchValue(groups.map((group) => group.options));
|
|
138
|
-
}
|
|
139
|
-
else {
|
|
140
|
-
this.formControl?.patchValue([]);
|
|
141
|
-
}
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
toggleSelection(change) {
|
|
145
|
-
if (change.checked) {
|
|
146
|
-
this.formControl?.setValue(this.filteredOptions);
|
|
147
|
-
}
|
|
148
|
-
else {
|
|
149
|
-
this.formControl?.setValue([]);
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
isElementGroup(object) {
|
|
153
|
-
try {
|
|
154
|
-
return (object.label !== undefined &&
|
|
155
|
-
object.options !== undefined);
|
|
156
|
-
}
|
|
157
|
-
catch (e) {
|
|
158
|
-
return false;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
compareFn(c1, c2) {
|
|
162
|
-
return c1 && c2 ? c1.key === c2.key : c1 === c2;
|
|
163
|
-
}
|
|
164
|
-
hasValue() {
|
|
165
|
-
return !!this.formControl.value;
|
|
166
|
-
}
|
|
167
|
-
clearValue(event) {
|
|
168
|
-
event.stopPropagation();
|
|
169
|
-
this.formControl.setValue(null);
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
MapaDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
173
|
-
MapaDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaDropdownComponent, selector: "mapa-dropdown", inputs: { formControl: "formControl", formControlSearch: "formControlSearch", element: "element", border: "border" }, outputs: { openedChange: "openedChange" }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"element\">\n <label *ngIf=\"element.label\" class=\"mapa-dropdown__label\">\n {{ element.label }}\n </label>\n <div class=\"mapa-form--inline\">\n <mat-form-field\n appearance=\"outline\"\n class=\"mapa-dropdown\"\n [class.mapa-dropdown--highlight]=\"border === 'highlight'\"\n [class.mapa-dropdown--soft-border]=\"border === 'soft'\"\n [class.mapa-dropdown--tag]=\"border === 'tag'\"\n [class.mapa-dropdown--labeled]=\"!!element.label\"\n >\n <mat-select\n #dropdown\n ngDefaultControl\n [formControl]=\"formControl\"\n [multiple]=\"element.multiple\"\n [placeholder]=\"element.placeholder || ''\"\n [compareWith]=\"compareFn\"\n (openedChange)=\"triggerOpenedChange($event)\"\n >\n <mat-option *ngIf=\"element.search\" class=\"mapa-dropdown__search\">\n <ngx-mat-select-search\n *ngIf=\"element.search.formControl\"\n [showToggleAllCheckbox]=\"element.search.toggleAllCheckbox!\"\n [formControl]=\"element.search.formControl\"\n [placeholderLabel]=\"element.search.placeholder || ''\"\n i18n-placeholderLabel\n [noEntriesFoundLabel]=\"element.search.noEntriesFoundLabel || ''\"\n ></ngx-mat-select-search>\n </mat-option>\n <mat-option\n *ngIf=\"element.multiple\"\n class=\"mapa-dropdown__option--select-all\"\n >\n <mat-checkbox\n class=\"mat-option\"\n [indeterminate]=\"isIndeterminate\"\n [checked]=\"isChecked\"\n (click)=\"$event.stopPropagation()\"\n (change)=\"toggleSelectAll($event)\"\n >\n Selecionar todos\n </mat-checkbox>\n </mat-option>\n <ng-container *ngIf=\"isOptionsGroup; else isElementOptions\">\n <mat-optgroup\n *ngFor=\"let group of filteredGroups | async\"\n [label]=\"group.label\"\n >\n <mat-option\n *ngFor=\"let option of group.options\"\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel\n ]\"\n >\n <span [innerHTML]=\"option.value\"></span>\n </mat-option>\n </mat-optgroup>\n </ng-container>\n <ng-template #isElementOptions>\n <mat-option\n *ngFor=\"let option of filteredOptions | async\"\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option mapa-dropdown__option--children-level-' + option.childrenLevel\n ]\"\n >\n <span class=\"mapa-dropdown__option-value\" [innerHTML]=\"option.value\"></span>\n </mat-option>\n </ng-template>\n\n <mat-option\n *ngFor=\"let option of selectedOptions\"\n hidden\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel\n ]\"\n >\n <span [innerHTML]=\"option.value\"></span>\n </mat-option>\n </mat-select>\n <mat-hint *ngIf=\"element.hint\">{{ element.hint }}</mat-hint>\n <mat-error *ngIf=\"formControl?.hasError('required')\">\n {{ element.errors?.required }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('minlength')\">\n {{ element.errors?.minlength }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('cpf')\">\n {{ element.errors?.cpf }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('cnpj')\">\n {{ element.errors?.cnpj }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('email')\">\n {{ element.errors?.email }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('pattern')\">\n {{ element.errors?.pattern }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('min')\">\n {{ element.errors?.min }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('max')\">\n {{ element.errors?.max }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('minlength')\">\n {{ element.errors?.minLength }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('maxlength')\">\n {{ element.errors?.maxLength }}\n </mat-error>\n <mat-icon\n *ngIf=\"hasValue() && !formControl.disabled && element.clearValue\"\n (click)=\"clearValue($event)\"\n class=\"mapa-input--close\"\n >close</mat-icon\n >\n </mat-form-field>\n <div *ngIf=\"element.actionButton\" class=\"mapa-form--action\">\n <mapa-button\n color=\"basic\"\n (click)=\"element.actionButton.action.emit(true)\"\n >\n {{ element.actionButton.label }}\n </mapa-button>\n </div>\n </div>\n</div>\n", styles: [".mapa-dropdown{max-width:min-content;min-width:235px}.mapa-dropdown .mat-select{font-family:Inter,Arial,Helvetica,sans-serif!important}.mapa-dropdown .mat-icon{display:flex;justify-content:center;align-items:center;position:absolute;right:32px;top:4px}.mapa-dropdown__label{display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}.mapa-dropdown__option{height:auto!important;align-items:start!important}.mapa-dropdown__option--children-level-1{padding-left:30px!important}.mapa-dropdown__option--children-level-2{padding-left:50px!important}.mapa-dropdown__option--children-level-3{padding-left:70px!important}.mapa-dropdown__option--children-level-4{padding-left:90px!important}.mapa-dropdown__option--children-level-5{padding-left:100px!important}.mapa-dropdown__option--children-level-6{padding-left:120px!important}.mapa-dropdown__option--select-all .mat-pseudo-checkbox{display:none!important}.mapa-dropdown__option--select-all .mat-checkbox{padding:0!important}.mapa-dropdown__option-value{text-wrap:auto}.mapa-dropdown__option .mat-pseudo-checkbox{margin:7px 7px 7px 0!important}.mapa-dropdown__option .mat-option-text{height:auto!important}.mapa-dropdown--highlight .mat-form-field-outline{border-radius:16px!important}.mapa-dropdown--highlight .mat-form-field-outline .mat-form-field-outline-start,.mapa-dropdown--highlight .mat-form-field-outline .mat-form-field-outline-end{border-width:2px!important;border-color:#eedb2a!important}.mapa-dropdown--highlight .mat-form-field-outline .mat-form-field-outline-start{display:none!important}.mapa-dropdown--highlight .mat-form-field-outline .mat-form-field-outline-end{border-radius:16px!important;border-left-style:solid!important}.mapa-dropdown--soft-border .mat-form-field-outline .mat-form-field-outline-start,.mapa-dropdown--soft-border .mat-form-field-outline .mat-form-field-outline-end{border-width:1px!important}.mapa-dropdown--tag .mat-form-field-outline{border-radius:16px!important;height:42px!important}.mapa-dropdown--tag .mat-form-field-outline .mat-form-field-outline-start,.mapa-dropdown--tag .mat-form-field-outline .mat-form-field-outline-end{border-width:1px!important;border-color:#cdcdcd}.mapa-dropdown--tag .mat-form-field-outline .mat-form-field-outline-start{display:none!important}.mapa-dropdown--tag .mat-form-field-outline .mat-form-field-outline-end{border-radius:16px!important;border-left-style:solid!important}.mapa-dropdown .mat-form-field-outline{background-color:#fff;border-radius:8px}.mapa-dropdown .mat-form-field-outline .mat-form-field-outline-start,.mapa-dropdown .mat-form-field-outline .mat-form-field-outline-end{border-width:2px}.mapa-dropdown .mat-form-field-flex{display:flex;align-items:center;height:48px}.mapa-dropdown .mat-form-field-infix{border-top:unset!important;padding:unset!important;position:relative}.mapa-dropdown .mat-select-trigger{min-width:50px;padding-top:.3em;height:unset!important}.mapa-dropdown .mat-select-value-text{display:block;width:90%}.mapa-dropdown .mat-select-arrow-wrapper{transform:none!important}.mapa-dropdown .mat-select-arrow{border:unset}.mapa-dropdown .mat-select-arrow:before,.mapa-dropdown .mat-select-arrow:after{content:\"\";display:block;margin-top:-4px;position:absolute;right:10px;top:50%;width:0;border:solid black;border-width:0 2px 2px 0;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.mapa-dropdown .mat-form-field-subscript-wrapper{padding:0!important}.mapa-dropdown [aria-expanded=true] .mat-select-arrow{margin:6px 0 0}.mapa-dropdown [aria-expanded=true] .mat-select-arrow:before,.mapa-dropdown [aria-expanded=true] .mat-select-arrow:after{transform:rotate(-135deg)!important;-webkit-transform:rotate(-135deg)!important}.mapa-overlay-dropdown{transform:translate(-16px) translateY(36px)!important}.mapa-overlay-dropdown .mat-select-panel{border-radius:8px;min-width:calc(100% + 24px)!important}.mapa-overlay-dropdown .mat-select-panel .mat-option,.mapa-overlay-dropdown .mat-select-panel .mat-option-text{font-family:Inter,Arial,Helvetica,sans-serif!important;font-size:16px;font-style:normal;font-weight:400;line-height:2em;height:2em;color:#50575e}.mapa-overlay-dropdown .mat-select-panel .mat-option[aria-disabled=true].contains-mat-select-search{height:48px}.mapa-overlay-dropdown .mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-input{background-color:#fff;border:2px solid #a7aaad;border-radius:6px;margin:8px;height:2.3em!important;line-height:2.3em!important;width:96%}.mapa-overlay-dropdown .mat-select-panel .mat-select-search-input{padding:8px 53px 8px 8px!important}.mapa-overlay-dropdown .mat-select-panel .mat-select-search-inner{background-color:#f6f7f7}.mapa-overlay-dropdown .mat-pseudo-checkbox{color:#c3c4c7!important}.mapa-overlay-dropdown .mat-checkbox-frame{border-color:#c3c4c7!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.MatCheckbox, selector: "mat-checkbox", inputs: ["disableRipple", "color", "tabIndex"], exportAs: ["matCheckbox"] }, { kind: "component", type: i4.ButtonComponent, selector: "mapa-button", inputs: ["color", "disabled"], outputs: ["clicked"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i6.MatError, selector: "mat-error", inputs: ["id"] }, { kind: "component", type: i6.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i6.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "component", type: i7.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i8.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "component", type: i8.MatOptgroup, selector: "mat-optgroup", inputs: ["disabled"], exportAs: ["matOptgroup"] }, { kind: "component", type: i9.MatSelectSearchComponent, selector: "ngx-mat-select-search", inputs: ["placeholderLabel", "type", "closeIcon", "closeSvgIcon", "noEntriesFoundLabel", "clearSearchInput", "searching", "disableInitialFocus", "enableClearOnEscapePressed", "preventHomeEndKeyPropagation", "disableScrollToActiveOnOptionsChanged", "ariaLabel", "showToggleAllCheckbox", "toggleAllCheckboxChecked", "toggleAllCheckboxIndeterminate", "toggleAllCheckboxTooltipMessage", "toggleAllCheckboxTooltipPosition", "hideClearSearchButton", "alwaysRestoreSelectedOptionsMulti"], outputs: ["toggleAll"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], encapsulation: i0.ViewEncapsulation.None });
|
|
174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaDropdownComponent, decorators: [{
|
|
175
|
-
type: Component,
|
|
176
|
-
args: [{ selector: "mapa-dropdown", encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"element\">\n <label *ngIf=\"element.label\" class=\"mapa-dropdown__label\">\n {{ element.label }}\n </label>\n <div class=\"mapa-form--inline\">\n <mat-form-field\n appearance=\"outline\"\n class=\"mapa-dropdown\"\n [class.mapa-dropdown--highlight]=\"border === 'highlight'\"\n [class.mapa-dropdown--soft-border]=\"border === 'soft'\"\n [class.mapa-dropdown--tag]=\"border === 'tag'\"\n [class.mapa-dropdown--labeled]=\"!!element.label\"\n >\n <mat-select\n #dropdown\n ngDefaultControl\n [formControl]=\"formControl\"\n [multiple]=\"element.multiple\"\n [placeholder]=\"element.placeholder || ''\"\n [compareWith]=\"compareFn\"\n (openedChange)=\"triggerOpenedChange($event)\"\n >\n <mat-option *ngIf=\"element.search\" class=\"mapa-dropdown__search\">\n <ngx-mat-select-search\n *ngIf=\"element.search.formControl\"\n [showToggleAllCheckbox]=\"element.search.toggleAllCheckbox!\"\n [formControl]=\"element.search.formControl\"\n [placeholderLabel]=\"element.search.placeholder || ''\"\n i18n-placeholderLabel\n [noEntriesFoundLabel]=\"element.search.noEntriesFoundLabel || ''\"\n ></ngx-mat-select-search>\n </mat-option>\n <mat-option\n *ngIf=\"element.multiple\"\n class=\"mapa-dropdown__option--select-all\"\n >\n <mat-checkbox\n class=\"mat-option\"\n [indeterminate]=\"isIndeterminate\"\n [checked]=\"isChecked\"\n (click)=\"$event.stopPropagation()\"\n (change)=\"toggleSelectAll($event)\"\n >\n Selecionar todos\n </mat-checkbox>\n </mat-option>\n <ng-container *ngIf=\"isOptionsGroup; else isElementOptions\">\n <mat-optgroup\n *ngFor=\"let group of filteredGroups | async\"\n [label]=\"group.label\"\n >\n <mat-option\n *ngFor=\"let option of group.options\"\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel\n ]\"\n >\n <span [innerHTML]=\"option.value\"></span>\n </mat-option>\n </mat-optgroup>\n </ng-container>\n <ng-template #isElementOptions>\n <mat-option\n *ngFor=\"let option of filteredOptions | async\"\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option mapa-dropdown__option--children-level-' + option.childrenLevel\n ]\"\n >\n <span class=\"mapa-dropdown__option-value\" [innerHTML]=\"option.value\"></span>\n </mat-option>\n </ng-template>\n\n <mat-option\n *ngFor=\"let option of selectedOptions\"\n hidden\n [value]=\"option\"\n [ngClass]=\"[\n 'mapa-dropdown__option--children-level-' + option.childrenLevel\n ]\"\n >\n <span [innerHTML]=\"option.value\"></span>\n </mat-option>\n </mat-select>\n <mat-hint *ngIf=\"element.hint\">{{ element.hint }}</mat-hint>\n <mat-error *ngIf=\"formControl?.hasError('required')\">\n {{ element.errors?.required }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('minlength')\">\n {{ element.errors?.minlength }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('cpf')\">\n {{ element.errors?.cpf }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('cnpj')\">\n {{ element.errors?.cnpj }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('email')\">\n {{ element.errors?.email }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('pattern')\">\n {{ element.errors?.pattern }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('min')\">\n {{ element.errors?.min }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('max')\">\n {{ element.errors?.max }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('minlength')\">\n {{ element.errors?.minLength }}\n </mat-error>\n <mat-error *ngIf=\"formControl?.hasError('maxlength')\">\n {{ element.errors?.maxLength }}\n </mat-error>\n <mat-icon\n *ngIf=\"hasValue() && !formControl.disabled && element.clearValue\"\n (click)=\"clearValue($event)\"\n class=\"mapa-input--close\"\n >close</mat-icon\n >\n </mat-form-field>\n <div *ngIf=\"element.actionButton\" class=\"mapa-form--action\">\n <mapa-button\n color=\"basic\"\n (click)=\"element.actionButton.action.emit(true)\"\n >\n {{ element.actionButton.label }}\n </mapa-button>\n </div>\n </div>\n</div>\n", styles: [".mapa-dropdown{max-width:min-content;min-width:235px}.mapa-dropdown .mat-select{font-family:Inter,Arial,Helvetica,sans-serif!important}.mapa-dropdown .mat-icon{display:flex;justify-content:center;align-items:center;position:absolute;right:32px;top:4px}.mapa-dropdown__label{display:block;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase;margin-bottom:16px}.mapa-dropdown__option{height:auto!important;align-items:start!important}.mapa-dropdown__option--children-level-1{padding-left:30px!important}.mapa-dropdown__option--children-level-2{padding-left:50px!important}.mapa-dropdown__option--children-level-3{padding-left:70px!important}.mapa-dropdown__option--children-level-4{padding-left:90px!important}.mapa-dropdown__option--children-level-5{padding-left:100px!important}.mapa-dropdown__option--children-level-6{padding-left:120px!important}.mapa-dropdown__option--select-all .mat-pseudo-checkbox{display:none!important}.mapa-dropdown__option--select-all .mat-checkbox{padding:0!important}.mapa-dropdown__option-value{text-wrap:auto}.mapa-dropdown__option .mat-pseudo-checkbox{margin:7px 7px 7px 0!important}.mapa-dropdown__option .mat-option-text{height:auto!important}.mapa-dropdown--highlight .mat-form-field-outline{border-radius:16px!important}.mapa-dropdown--highlight .mat-form-field-outline .mat-form-field-outline-start,.mapa-dropdown--highlight .mat-form-field-outline .mat-form-field-outline-end{border-width:2px!important;border-color:#eedb2a!important}.mapa-dropdown--highlight .mat-form-field-outline .mat-form-field-outline-start{display:none!important}.mapa-dropdown--highlight .mat-form-field-outline .mat-form-field-outline-end{border-radius:16px!important;border-left-style:solid!important}.mapa-dropdown--soft-border .mat-form-field-outline .mat-form-field-outline-start,.mapa-dropdown--soft-border .mat-form-field-outline .mat-form-field-outline-end{border-width:1px!important}.mapa-dropdown--tag .mat-form-field-outline{border-radius:16px!important;height:42px!important}.mapa-dropdown--tag .mat-form-field-outline .mat-form-field-outline-start,.mapa-dropdown--tag .mat-form-field-outline .mat-form-field-outline-end{border-width:1px!important;border-color:#cdcdcd}.mapa-dropdown--tag .mat-form-field-outline .mat-form-field-outline-start{display:none!important}.mapa-dropdown--tag .mat-form-field-outline .mat-form-field-outline-end{border-radius:16px!important;border-left-style:solid!important}.mapa-dropdown .mat-form-field-outline{background-color:#fff;border-radius:8px}.mapa-dropdown .mat-form-field-outline .mat-form-field-outline-start,.mapa-dropdown .mat-form-field-outline .mat-form-field-outline-end{border-width:2px}.mapa-dropdown .mat-form-field-flex{display:flex;align-items:center;height:48px}.mapa-dropdown .mat-form-field-infix{border-top:unset!important;padding:unset!important;position:relative}.mapa-dropdown .mat-select-trigger{min-width:50px;padding-top:.3em;height:unset!important}.mapa-dropdown .mat-select-value-text{display:block;width:90%}.mapa-dropdown .mat-select-arrow-wrapper{transform:none!important}.mapa-dropdown .mat-select-arrow{border:unset}.mapa-dropdown .mat-select-arrow:before,.mapa-dropdown .mat-select-arrow:after{content:\"\";display:block;margin-top:-4px;position:absolute;right:10px;top:50%;width:0;border:solid black;border-width:0 2px 2px 0;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.mapa-dropdown .mat-form-field-subscript-wrapper{padding:0!important}.mapa-dropdown [aria-expanded=true] .mat-select-arrow{margin:6px 0 0}.mapa-dropdown [aria-expanded=true] .mat-select-arrow:before,.mapa-dropdown [aria-expanded=true] .mat-select-arrow:after{transform:rotate(-135deg)!important;-webkit-transform:rotate(-135deg)!important}.mapa-overlay-dropdown{transform:translate(-16px) translateY(36px)!important}.mapa-overlay-dropdown .mat-select-panel{border-radius:8px;min-width:calc(100% + 24px)!important}.mapa-overlay-dropdown .mat-select-panel .mat-option,.mapa-overlay-dropdown .mat-select-panel .mat-option-text{font-family:Inter,Arial,Helvetica,sans-serif!important;font-size:16px;font-style:normal;font-weight:400;line-height:2em;height:2em;color:#50575e}.mapa-overlay-dropdown .mat-select-panel .mat-option[aria-disabled=true].contains-mat-select-search{height:48px}.mapa-overlay-dropdown .mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-input{background-color:#fff;border:2px solid #a7aaad;border-radius:6px;margin:8px;height:2.3em!important;line-height:2.3em!important;width:96%}.mapa-overlay-dropdown .mat-select-panel .mat-select-search-input{padding:8px 53px 8px 8px!important}.mapa-overlay-dropdown .mat-select-panel .mat-select-search-inner{background-color:#f6f7f7}.mapa-overlay-dropdown .mat-pseudo-checkbox{color:#c3c4c7!important}.mapa-overlay-dropdown .mat-checkbox-frame{border-color:#c3c4c7!important}\n"] }]
|
|
177
|
-
}], ctorParameters: function () { return []; }, propDecorators: { formControl: [{
|
|
178
|
-
type: Input
|
|
179
|
-
}], formControlSearch: [{
|
|
180
|
-
type: Input
|
|
181
|
-
}], element: [{
|
|
182
|
-
type: Input
|
|
183
|
-
}], border: [{
|
|
184
|
-
type: Input
|
|
185
|
-
}], openedChange: [{
|
|
186
|
-
type: Output
|
|
187
|
-
}], dropdown: [{
|
|
188
|
-
type: ViewChild,
|
|
189
|
-
args: ["dropdown", { static: true }]
|
|
190
|
-
}] } });
|
|
191
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9kcm9wZG93bi9zcmMvZHJvcGRvd24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9kcm9wZG93bi9zcmMvZHJvcGRvd24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUlMLE1BQU0sRUFFTixTQUFTLEVBQ1QsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBS3ZCLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7Ozs7Ozs7Ozs7O0FBY2hELE1BQU0sT0FBTyxxQkFBcUI7SUF1QmhDLElBQUksZUFBZTtRQUNqQixNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsV0FBVyxFQUFFLEtBQUssSUFBSSxFQUFFLENBQUM7UUFDNUMsT0FBTyxLQUFLLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVEO1FBdkJVLGlCQUFZLEdBQXNCLElBQUksWUFBWSxFQUFPLENBQUM7UUFJN0Qsb0JBQWUsR0FBbUMsSUFBSSxhQUFhLENBRXhFLENBQUMsQ0FBQyxDQUFDO1FBQ0UsbUJBQWMsR0FBa0MsSUFBSSxhQUFhLENBRXRFLENBQUMsQ0FBQyxDQUFDO1FBQ0sseUJBQW9CLEdBQW9CLEVBQUUsQ0FBQztRQUMzQyx1QkFBa0IsR0FBbUIsRUFBRSxDQUFDO1FBQ3hDLGVBQVUsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBRTNDLG9CQUFlLEdBQUcsS0FBSyxDQUFDO1FBQ3hCLGNBQVMsR0FBRyxLQUFLLENBQUM7UUFDbEIsbUJBQWMsR0FBRyxLQUFLLENBQUM7SUFPUCxDQUFDO0lBRWpCLFFBQVE7UUFDTixJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7UUFFbEIsSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sRUFBRTtZQUN2QixJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxXQUFXLEVBQUUsWUFBWTtnQkFDM0MsbUNBQW1DO2lCQUNsQyxTQUFTLENBQUMsR0FBRyxFQUFFO2dCQUNkLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztnQkFDckIsSUFBSSxDQUFDLHlCQUF5QixFQUFFLENBQUM7WUFDbkMsQ0FBQyxDQUFDLENBQUM7U0FDTjtJQUNILENBQUM7SUFFRCxXQUFXLENBQUMsT0FBc0I7UUFDaEMsSUFDRSxPQUFPLENBQUMsU0FBUyxDQUFDLENBQUMsYUFBYSxFQUFFLFdBQVcsS0FBSyxVQUFVO1lBQzVELE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxhQUFhLEVBQUUsT0FBTyxLQUFLLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxZQUFZLEVBQUUsT0FBTyxFQUN0RjtZQUNBLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxHQUFHLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDO1lBQy9ELElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztTQUNuQjtJQUNILENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUN2QixJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzdCLENBQUM7SUFFRCxVQUFVO1FBQ1IsSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFFbkUsSUFBSSxJQUFJLENBQUMsY0FBYyxFQUFFO1lBQ3ZCLElBQUksQ0FBQyxrQkFBa0IsR0FBSSxJQUFJLENBQUMsT0FBTztpQkFDcEMsT0FBMEIsQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUN0QyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsQ0FBQztTQUNuRDthQUFNO1lBQ0wsSUFBSSxDQUFDLG9CQUFvQixHQUFJLElBQUksQ0FBQyxPQUFPO2lCQUN0QyxPQUEyQixDQUFDLEtBQUssRUFBRSxDQUFDO1lBQ3ZDLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDO1NBQ3REO0lBQ0gsQ0FBQztJQUVTLHNCQUFzQixDQUM5QixLQUFtQixFQUNuQixLQUFhO1FBRWIsTUFBTSxXQUFXLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUUvQyxPQUFPLElBQUksQ0FBQyxjQUFjLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUM7WUFDM0QsQ0FBQyxDQUFDLEtBQUssQ0FBQyxPQUFPO1lBQ2YsQ0FBQyxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FDOUIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxDQUN0RCxDQUFDO0lBQ04sQ0FBQztJQUVTLGFBQWE7UUFDckIsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFO1lBQ3pCLE9BQU87U0FDUjtRQUNELHlCQUF5QjtRQUN6QixJQUFJLE1BQU0sR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLFdBQVcsRUFBRSxLQUFLLENBQUMsQ0FBQztRQUUxRSxJQUFJLElBQUksQ0FBQyxjQUFjLEVBQUU7WUFDdkIsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUF5QixDQUFDO1lBQ3RELElBQUksQ0FBQyxrQkFBa0IsR0FBRyxNQUFNO2lCQUM3QixHQUFHLENBQUMsQ0FBQyxLQUFtQixFQUFFLEVBQUUsQ0FBQyxDQUFDO2dCQUM3QixLQUFLLEVBQUUsS0FBSyxDQUFDLEtBQUs7Z0JBQ2xCLE9BQU8sRUFBRSxJQUFJLENBQUMsc0JBQXNCLENBQUMsS0FBSyxFQUFFLE1BQU0sQ0FBQzthQUNwRCxDQUFDLENBQUM7aUJBQ0YsTUFBTSxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQztZQUMvQyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsQ0FBQztTQUNuRDthQUFNO1lBQ0wsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUEwQixDQUFDO1lBQ3hELElBQUksQ0FBQyxNQUFNLEVBQUU7Z0JBQ1gsSUFBSSxDQUFDLG9CQUFvQixHQUFHLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQztnQkFDNUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUM7Z0JBQ3JELE9BQU87YUFDUjtZQUNELHFCQUFxQjtZQUNyQixJQUFJLENBQUMsb0JBQW9CLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FDeEMsQ0FBQyxNQUFxQixFQUFFLEVBQUUsQ0FDeEIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUN6RCxDQUFDO1lBQ0YsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUM7U0FDdEQ7SUFDSCxDQUFDO0lBRUQsY0FBYyxDQUFDLEtBQWE7UUFDMUIsTUFBTSxlQUFlLEdBQUcsS0FBSzthQUMxQixTQUFTLENBQUMsS0FBSyxDQUFDO2FBQ2hCLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxFQUFFLENBQUM7YUFDL0IsV0FBVyxFQUFFLENBQUM7UUFDakIsT0FBTyxlQUFlLENBQUM7SUFDekIsQ0FBQztJQUVELG1CQUFtQixDQUFDLEtBQVU7UUFDNUIsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUVTLHlCQUF5QjtRQUNqQyxJQUFJLGNBQWMsR0FBRyxDQUFDLENBQUM7UUFDdkIsSUFBSSxNQUFNLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLEVBQUUsV0FBVyxFQUFFLEtBQUssQ0FBQztRQUVyRCxJQUFJLE1BQU0sSUFBSSxNQUFNLENBQUMsS0FBSyxFQUFFO1lBQzFCLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRTtnQkFDdkMsSUFBSSxNQUFNLENBQUMsS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxFQUFFLENBQUMsR0FBRyxDQUFDLENBQUMsRUFBRTtvQkFDL0MsY0FBYyxFQUFFLENBQUM7aUJBQ2xCO1lBQ0gsQ0FBQyxDQUFDLENBQUM7WUFDSCxJQUFJLENBQUMsZUFBZTtnQkFDbEIsY0FBYyxHQUFHLENBQUMsSUFBSSxjQUFjLEdBQUcsSUFBSSxDQUFDLG9CQUFvQixDQUFDLE1BQU0sQ0FBQztZQUMxRSxJQUFJLENBQUMsU0FBUztnQkFDWixjQUFjLEdBQUcsQ0FBQztvQkFDbEIsY0FBYyxLQUFLLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxNQUFNLENBQUM7U0FDdkQ7SUFDSCxDQUFDO0lBRUQsZUFBZSxDQUFDLEtBQXdCO1FBQ3RDLE1BQU0sY0FBYyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUM7UUFDckMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxPQUF3QixFQUFFLEVBQUU7WUFDMUQsSUFBSSxjQUFjLEVBQUU7Z0JBQ2xCLElBQUksQ0FBQyxXQUFXLEVBQUUsVUFBVSxDQUFDLE9BQU8sQ0FBQyxDQUFDO2FBQ3ZDO2lCQUFNO2dCQUNMLElBQUksQ0FBQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEVBQUUsQ0FBQyxDQUFDO2FBQ2xDO1FBQ0gsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsY0FBYyxDQUFDLFNBQVMsQ0FBQyxDQUFDLE1BQXNCLEVBQUUsRUFBRTtZQUN2RCxJQUFJLGNBQWMsRUFBRTtnQkFDbEIsSUFBSSxDQUFDLFdBQVcsRUFBRSxVQUFVLENBQzFCLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQyxLQUFtQixFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQ25ELENBQUM7YUFDSDtpQkFBTTtnQkFDTCxJQUFJLENBQUMsV0FBVyxFQUFFLFVBQVUsQ0FBQyxFQUFFLENBQUMsQ0FBQzthQUNsQztRQUNILENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELGVBQWUsQ0FBQyxNQUF5QjtRQUN2QyxJQUFJLE1BQU0sQ0FBQyxPQUFPLEVBQUU7WUFDbEIsSUFBSSxDQUFDLFdBQVcsRUFBRSxRQUFRLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDO1NBQ2xEO2FBQU07WUFDTCxJQUFJLENBQUMsV0FBVyxFQUFFLFFBQVEsQ0FBQyxFQUFFLENBQUMsQ0FBQztTQUNoQztJQUNILENBQUM7SUFFRCxjQUFjLENBQUMsTUFBb0M7UUFDakQsSUFBSTtZQUNGLE9BQU8sQ0FDSixNQUF1QixDQUFDLEtBQUssS0FBSyxTQUFTO2dCQUMzQyxNQUF1QixDQUFDLE9BQU8sS0FBSyxTQUFTLENBQy9DLENBQUM7U0FDSDtRQUFDLE9BQU8sQ0FBQyxFQUFFO1lBQ1YsT0FBTyxLQUFLLENBQUM7U0FDZDtJQUNILENBQUM7SUFFRCxTQUFTLENBQUMsRUFBTyxFQUFFLEVBQU87UUFDeEIsT0FBTyxFQUFFLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsR0FBRyxLQUFLLEVBQUUsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLENBQUM7SUFDbEQsQ0FBQztJQUVELFFBQVE7UUFDTixPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQztJQUNsQyxDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQVU7UUFDbkIsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2xDLENBQUM7O21IQXJNVSxxQkFBcUI7dUdBQXJCLHFCQUFxQiwrVkNoQ2xDLGszSkFxSUE7NEZEckdhLHFCQUFxQjtrQkFOakMsU0FBUzsrQkFDRSxlQUFlLGlCQUdWLGlCQUFpQixDQUFDLElBQUk7MEVBRzVCLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csaUJBQWlCO3NCQUF6QixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0ksWUFBWTtzQkFBckIsTUFBTTtnQkFFa0MsUUFBUTtzQkFBaEQsU0FBUzt1QkFBQyxVQUFVLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPbkNoYW5nZXMsXG4gIE9uRGVzdHJveSxcbiAgT25Jbml0LFxuICBPdXRwdXQsXG4gIFNpbXBsZUNoYW5nZXMsXG4gIFZpZXdDaGlsZCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xuXG5pbXBvcnQgeyBNYXRTZWxlY3QgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvc2VsZWN0XCI7XG5cbmltcG9ydCB7IFJlcGxheVN1YmplY3QgfSBmcm9tIFwicnhqcy9pbnRlcm5hbC9SZXBsYXlTdWJqZWN0XCI7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSBcInJ4anMvaW50ZXJuYWwvU3ViamVjdFwiO1xuLy9pbXBvcnQgeyB0YWtlLCB0YWtlVW50aWwgfSBmcm9tIFwicnhqcy9vcGVyYXRvcnNcIjtcblxuaW1wb3J0IHsgRWxlbWVudE9wdGlvbiB9IGZyb20gXCIuLi8uLi8uLi9jb3JlL2ludGVyZmFjZXMvZWxlbWVudC1vcHRpb24uaW50ZXJmYWNlXCI7XG5pbXBvcnQgeyBEcm9wZG93biB9IGZyb20gXCIuLi8uLi8uLi9jb3JlL2VsZW1lbnRzL2Ryb3Bkb3duXCI7XG5pbXBvcnQgeyBFbGVtZW50R3JvdXAgfSBmcm9tIFwiLi4vLi4vLi4vY29yZS9pbnRlcmZhY2VzL2VsZW1lbnQtZ3JvdXAuaW50ZXJmYWNlXCI7XG5pbXBvcnQgeyBNYXRDaGVja2JveENoYW5nZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9jaGVja2JveFwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwibWFwYS1kcm9wZG93blwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2Ryb3Bkb3duLmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlVXJsczogW1wiLi9kcm9wZG93bi5jb21wb25lbnQuc2Nzc1wiXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgTWFwYURyb3Bkb3duQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3ksIE9uQ2hhbmdlcyB7XG4gIEBJbnB1dCgpIGZvcm1Db250cm9sITogRm9ybUNvbnRyb2w7XG4gIEBJbnB1dCgpIGZvcm1Db250cm9sU2VhcmNoITogRm9ybUNvbnRyb2w7XG4gIEBJbnB1dCgpIGVsZW1lbnQhOiBEcm9wZG93bjtcbiAgQElucHV0KCkgYm9yZGVyOiBcInNvZnRcIiB8IFwidGFnXCIgfCBcImhpZ2hsaWdodFwiIHwgbnVsbCB8IHVuZGVmaW5lZDtcbiAgQE91dHB1dCgpIG9wZW5lZENoYW5nZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcblxuICBAVmlld0NoaWxkKFwiZHJvcGRvd25cIiwgeyBzdGF0aWM6IHRydWUgfSkgZHJvcGRvd24hOiBNYXRTZWxlY3Q7XG5cbiAgcHVibGljIGZpbHRlcmVkT3B0aW9uczogUmVwbGF5U3ViamVjdDxFbGVtZW50T3B0aW9uW10+ID0gbmV3IFJlcGxheVN1YmplY3Q8XG4gICAgRWxlbWVudE9wdGlvbltdXG4gID4oMSk7XG4gIHB1YmxpYyBmaWx0ZXJlZEdyb3VwczogUmVwbGF5U3ViamVjdDxFbGVtZW50R3JvdXBbXT4gPSBuZXcgUmVwbGF5U3ViamVjdDxcbiAgICBFbGVtZW50R3JvdXBbXVxuICA+KDEpO1xuICBwcm90ZWN0ZWQgZmlsdGVyZWRPcHRpb25zQ2FjaGU6IEVsZW1lbnRPcHRpb25bXSA9IFtdO1xuICBwcm90ZWN0ZWQgZmlsdGVyZWRHcm91cENhY2hlOiBFbGVtZW50R3JvdXBbXSA9IFtdO1xuICBwcm90ZWN0ZWQgX29uRGVzdHJveSA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG5cbiAgaXNJbmRldGVybWluYXRlID0gZmFsc2U7XG4gIGlzQ2hlY2tlZCA9IGZhbHNlO1xuICBpc09wdGlvbnNHcm91cCA9IGZhbHNlO1xuXG4gIGdldCBzZWxlY3RlZE9wdGlvbnMoKSB7XG4gICAgY29uc3QgdmFsdWUgPSB0aGlzLmZvcm1Db250cm9sPy52YWx1ZSB8fCBbXTtcbiAgICByZXR1cm4gQXJyYXkuaXNBcnJheSh2YWx1ZSkgPyB2YWx1ZSA6IFt2YWx1ZV07XG4gIH1cblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuc2V0T3B0aW9ucygpO1xuXG4gICAgaWYgKHRoaXMuZWxlbWVudC5zZWFyY2gpIHtcbiAgICAgIHRoaXMuZWxlbWVudC5zZWFyY2guZm9ybUNvbnRyb2w/LnZhbHVlQ2hhbmdlc1xuICAgICAgICAvLy5waXBlKHRha2VVbnRpbCh0aGlzLl9vbkRlc3Ryb3kpKVxuICAgICAgICAuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICB0aGlzLmZpbHRlck9wdGlvbnMoKTtcbiAgICAgICAgICB0aGlzLnNldFRvZ2dsZUFsbENoZWNrYm94U3RhdGUoKTtcbiAgICAgICAgfSk7XG4gICAgfVxuICB9XG5cbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgIGlmIChcbiAgICAgIGNoYW5nZXNbXCJlbGVtZW50XCJdLnByZXZpb3VzVmFsdWU/LmNvbnRyb2xUeXBlID09PSBcImRyb3Bkb3duXCIgJiZcbiAgICAgIGNoYW5nZXNbXCJlbGVtZW50XCJdLnByZXZpb3VzVmFsdWU/Lm9wdGlvbnMgIT09IGNoYW5nZXNbXCJlbGVtZW50XCJdLmN1cnJlbnRWYWx1ZT8ub3B0aW9uc1xuICAgICkge1xuICAgICAgdGhpcy5lbGVtZW50Lm9wdGlvbnMgPSBjaGFuZ2VzW1wiZWxlbWVudFwiXS5jdXJyZW50VmFsdWUub3B0aW9ucztcbiAgICAgIHRoaXMuc2V0T3B0aW9ucygpO1xuICAgIH1cbiAgfVxuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIHRoaXMuX29uRGVzdHJveS5uZXh0KCk7XG4gICAgdGhpcy5fb25EZXN0cm95LmNvbXBsZXRlKCk7XG4gIH1cblxuICBzZXRPcHRpb25zKCk6IHZvaWQge1xuICAgIHRoaXMuaXNPcHRpb25zR3JvdXAgPSB0aGlzLmlzRWxlbWVudEdyb3VwKHRoaXMuZWxlbWVudC5vcHRpb25zWzBdKTtcblxuICAgIGlmICh0aGlzLmlzT3B0aW9uc0dyb3VwKSB7XG4gICAgICB0aGlzLmZpbHRlcmVkR3JvdXBDYWNoZSA9ICh0aGlzLmVsZW1lbnRcbiAgICAgICAgLm9wdGlvbnMgYXMgRWxlbWVudEdyb3VwW10pLnNsaWNlKCk7XG4gICAgICB0aGlzLmZpbHRlcmVkR3JvdXBzLm5leHQodGhpcy5maWx0ZXJlZEdyb3VwQ2FjaGUpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmZpbHRlcmVkT3B0aW9uc0NhY2hlID0gKHRoaXMuZWxlbWVudFxuICAgICAgICAub3B0aW9ucyBhcyBFbGVtZW50T3B0aW9uW10pLnNsaWNlKCk7XG4gICAgICB0aGlzLmZpbHRlcmVkT3B0aW9ucy5uZXh0KHRoaXMuZmlsdGVyZWRPcHRpb25zQ2FjaGUpO1xuICAgIH1cbiAgfVxuXG4gIHByb3RlY3RlZCBmaWx0ZXJPcHRpb25zRnJvbUdyb3VwKFxuICAgIGdyb3VwOiBFbGVtZW50R3JvdXAsXG4gICAgdmFsdWU6IHN0cmluZ1xuICApOiBFbGVtZW50T3B0aW9uW10ge1xuICAgIGNvbnN0IGZpbHRlclZhbHVlID0gdGhpcy5ub3JtYWxpemVWYWx1ZSh2YWx1ZSk7XG5cbiAgICByZXR1cm4gdGhpcy5ub3JtYWxpemVWYWx1ZShncm91cC5sYWJlbCkuaW5jbHVkZXMoZmlsdGVyVmFsdWUpXG4gICAgICA/IGdyb3VwLm9wdGlvbnNcbiAgICAgIDogZ3JvdXAub3B0aW9ucy5maWx0ZXIoKGl0ZW0pID0+XG4gICAgICAgIHRoaXMubm9ybWFsaXplVmFsdWUoaXRlbS52YWx1ZSkuaW5jbHVkZXMoZmlsdGVyVmFsdWUpXG4gICAgICApO1xuICB9XG5cbiAgcHJvdGVjdGVkIGZpbHRlck9wdGlvbnMoKSB7XG4gICAgaWYgKCF0aGlzLmVsZW1lbnQub3B0aW9ucykge1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICAvLyBnZXQgdGhlIHNlYXJjaCBrZXl3b3JkXG4gICAgbGV0IHNlYXJjaCA9IHRoaXMubm9ybWFsaXplVmFsdWUodGhpcy5lbGVtZW50LnNlYXJjaD8uZm9ybUNvbnRyb2w/LnZhbHVlKTtcblxuICAgIGlmICh0aGlzLmlzT3B0aW9uc0dyb3VwKSB7XG4gICAgICBjb25zdCBncm91cHMgPSB0aGlzLmVsZW1lbnQub3B0aW9ucyBhcyBFbGVtZW50R3JvdXBbXTtcbiAgICAgIHRoaXMuZmlsdGVyZWRHcm91cENhY2hlID0gZ3JvdXBzXG4gICAgICAgIC5tYXAoKGdyb3VwOiBFbGVtZW50R3JvdXApID0+ICh7XG4gICAgICAgICAgbGFiZWw6IGdyb3VwLmxhYmVsLFxuICAgICAgICAgIG9wdGlvbnM6IHRoaXMuZmlsdGVyT3B0aW9uc0Zyb21Hcm91cChncm91cCwgc2VhcmNoKSxcbiAgICAgICAgfSkpXG4gICAgICAgIC5maWx0ZXIoKGdyb3VwKSA9PiBncm91cC5vcHRpb25zLmxlbmd0aCA+IDApO1xuICAgICAgdGhpcy5maWx0ZXJlZEdyb3Vwcy5uZXh0KHRoaXMuZmlsdGVyZWRHcm91cENhY2hlKTtcbiAgICB9IGVsc2Uge1xuICAgICAgY29uc3Qgb3B0aW9ucyA9IHRoaXMuZWxlbWVudC5vcHRpb25zIGFzIEVsZW1lbnRPcHRpb25bXTtcbiAgICAgIGlmICghc2VhcmNoKSB7XG4gICAgICAgIHRoaXMuZmlsdGVyZWRPcHRpb25zQ2FjaGUgPSBvcHRpb25zLnNsaWNlKCk7XG4gICAgICAgIHRoaXMuZmlsdGVyZWRPcHRpb25zLm5leHQodGhpcy5maWx0ZXJlZE9wdGlvbnNDYWNoZSk7XG4gICAgICAgIHJldHVybjtcbiAgICAgIH1cbiAgICAgIC8vIGZpbHRlciB0aGUgb3B0aW9uc1xuICAgICAgdGhpcy5maWx0ZXJlZE9wdGlvbnNDYWNoZSA9IG9wdGlvbnMuZmlsdGVyKFxuICAgICAgICAob3B0aW9uOiBFbGVtZW50T3B0aW9uKSA9PlxuICAgICAgICAgIHRoaXMubm9ybWFsaXplVmFsdWUob3B0aW9uLnZhbHVlKS5pbmRleE9mKHNlYXJjaCkgPiAtMVxuICAgICAgKTtcbiAgICAgIHRoaXMuZmlsdGVyZWRPcHRpb25zLm5leHQodGhpcy5maWx0ZXJlZE9wdGlvbnNDYWNoZSk7XG4gICAgfVxuICB9XG5cbiAgbm9ybWFsaXplVmFsdWUodmFsdWU6IHN0cmluZyk6IHN0cmluZyB7XG4gICAgY29uc3Qgbm9ybWFsaXplZFZhbHVlID0gdmFsdWVcbiAgICAgIC5ub3JtYWxpemUoJ05GRCcpXG4gICAgICAucmVwbGFjZSgvW1xcdTAzMDAtXFx1MDM2Zl0vZywgXCJcIilcbiAgICAgIC50b0xvd2VyQ2FzZSgpO1xuICAgIHJldHVybiBub3JtYWxpemVkVmFsdWU7XG4gIH1cblxuICB0cmlnZ2VyT3BlbmVkQ2hhbmdlKGV2ZW50OiBhbnkpIHtcbiAgICB0aGlzLm9wZW5lZENoYW5nZS5lbWl0KGV2ZW50KTtcbiAgfVxuXG4gIHByb3RlY3RlZCBzZXRUb2dnbGVBbGxDaGVja2JveFN0YXRlKCkge1xuICAgIGxldCBmaWx0ZXJlZExlbmd0aCA9IDA7XG4gICAgbGV0IHNlYXJjaCA9IHRoaXMuZWxlbWVudC5zZWFyY2g/LmZvcm1Db250cm9sPy52YWx1ZTtcblxuICAgIGlmIChzZWFyY2ggJiYgc2VhcmNoLnZhbHVlKSB7XG4gICAgICB0aGlzLmZpbHRlcmVkT3B0aW9uc0NhY2hlLmZvckVhY2goKGVsKSA9PiB7XG4gICAgICAgIGlmIChzZWFyY2gudmFsdWUudG9Mb3dlckNhc2UoKS5pbmRleE9mKGVsKSA+IC0xKSB7XG4gICAgICAgICAgZmlsdGVyZWRMZW5ndGgrKztcbiAgICAgICAgfVxuICAgICAgfSk7XG4gICAgICB0aGlzLmlzSW5kZXRlcm1pbmF0ZSA9XG4gICAgICAgIGZpbHRlcmVkTGVuZ3RoID4gMCAmJiBmaWx0ZXJlZExlbmd0aCA8IHRoaXMuZmlsdGVyZWRPcHRpb25zQ2FjaGUubGVuZ3RoO1xuICAgICAgdGhpcy5pc0NoZWNrZWQgPVxuICAgICAgICBmaWx0ZXJlZExlbmd0aCA+IDAgJiZcbiAgICAgICAgZmlsdGVyZWRMZW5ndGggPT09IHRoaXMuZmlsdGVyZWRPcHRpb25zQ2FjaGUubGVuZ3RoO1xuICAgIH1cbiAgfVxuXG4gIHRvZ2dsZVNlbGVjdEFsbChldmVudDogTWF0Q2hlY2tib3hDaGFuZ2UpIHtcbiAgICBjb25zdCBzZWxlY3RBbGxWYWx1ZSA9IGV2ZW50LmNoZWNrZWQ7XG4gICAgdGhpcy5maWx0ZXJlZE9wdGlvbnMuc3Vic2NyaWJlKChvcHRpb25zOiBFbGVtZW50T3B0aW9uW10pID0+IHtcbiAgICAgIGlmIChzZWxlY3RBbGxWYWx1ZSkge1xuICAgICAgICB0aGlzLmZvcm1Db250cm9sPy5wYXRjaFZhbHVlKG9wdGlvbnMpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdGhpcy5mb3JtQ29udHJvbD8ucGF0Y2hWYWx1ZShbXSk7XG4gICAgICB9XG4gICAgfSk7XG4gICAgdGhpcy5maWx0ZXJlZEdyb3Vwcy5zdWJzY3JpYmUoKGdyb3VwczogRWxlbWVudEdyb3VwW10pID0+IHtcbiAgICAgIGlmIChzZWxlY3RBbGxWYWx1ZSkge1xuICAgICAgICB0aGlzLmZvcm1Db250cm9sPy5wYXRjaFZhbHVlKFxuICAgICAgICAgIGdyb3Vwcy5tYXAoKGdyb3VwOiBFbGVtZW50R3JvdXApID0+IGdyb3VwLm9wdGlvbnMpXG4gICAgICAgICk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLmZvcm1Db250cm9sPy5wYXRjaFZhbHVlKFtdKTtcbiAgICAgIH1cbiAgICB9KTtcbiAgfVxuXG4gIHRvZ2dsZVNlbGVjdGlvbihjaGFuZ2U6IE1hdENoZWNrYm94Q2hhbmdlKTogdm9pZCB7XG4gICAgaWYgKGNoYW5nZS5jaGVja2VkKSB7XG4gICAgICB0aGlzLmZvcm1Db250cm9sPy5zZXRWYWx1ZSh0aGlzLmZpbHRlcmVkT3B0aW9ucyk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuZm9ybUNvbnRyb2w/LnNldFZhbHVlKFtdKTtcbiAgICB9XG4gIH1cblxuICBpc0VsZW1lbnRHcm91cChvYmplY3Q6IEVsZW1lbnRHcm91cCB8IEVsZW1lbnRPcHRpb24pOiBvYmplY3QgaXMgRWxlbWVudEdyb3VwIHtcbiAgICB0cnkge1xuICAgICAgcmV0dXJuIChcbiAgICAgICAgKG9iamVjdCBhcyBFbGVtZW50R3JvdXApLmxhYmVsICE9PSB1bmRlZmluZWQgJiZcbiAgICAgICAgKG9iamVjdCBhcyBFbGVtZW50R3JvdXApLm9wdGlvbnMgIT09IHVuZGVmaW5lZFxuICAgICAgKTtcbiAgICB9IGNhdGNoIChlKSB7XG4gICAgICByZXR1cm4gZmFsc2U7XG4gICAgfVxuICB9XG5cbiAgY29tcGFyZUZuKGMxOiBhbnksIGMyOiBhbnkpOiBib29sZWFuIHtcbiAgICByZXR1cm4gYzEgJiYgYzIgPyBjMS5rZXkgPT09IGMyLmtleSA6IGMxID09PSBjMjtcbiAgfVxuXG4gIGhhc1ZhbHVlKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhIXRoaXMuZm9ybUNvbnRyb2wudmFsdWU7XG4gIH1cblxuICBjbGVhclZhbHVlKGV2ZW50OiBhbnkpOiB2b2lkIHtcbiAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICB0aGlzLmZvcm1Db250cm9sLnNldFZhbHVlKG51bGwpO1xuICB9XG59XG4iLCI8ZGl2ICpuZ0lmPVwiZWxlbWVudFwiPlxuICA8bGFiZWwgKm5nSWY9XCJlbGVtZW50LmxhYmVsXCIgY2xhc3M9XCJtYXBhLWRyb3Bkb3duX19sYWJlbFwiPlxuICAgIHt7IGVsZW1lbnQubGFiZWwgfX1cbiAgPC9sYWJlbD5cbiAgPGRpdiBjbGFzcz1cIm1hcGEtZm9ybS0taW5saW5lXCI+XG4gICAgPG1hdC1mb3JtLWZpZWxkXG4gICAgICBhcHBlYXJhbmNlPVwib3V0bGluZVwiXG4gICAgICBjbGFzcz1cIm1hcGEtZHJvcGRvd25cIlxuICAgICAgW2NsYXNzLm1hcGEtZHJvcGRvd24tLWhpZ2hsaWdodF09XCJib3JkZXIgPT09ICdoaWdobGlnaHQnXCJcbiAgICAgIFtjbGFzcy5tYXBhLWRyb3Bkb3duLS1zb2Z0LWJvcmRlcl09XCJib3JkZXIgPT09ICdzb2Z0J1wiXG4gICAgICBbY2xhc3MubWFwYS1kcm9wZG93bi0tdGFnXT1cImJvcmRlciA9PT0gJ3RhZydcIlxuICAgICAgW2NsYXNzLm1hcGEtZHJvcGRvd24tLWxhYmVsZWRdPVwiISFlbGVtZW50LmxhYmVsXCJcbiAgICA+XG4gICAgICA8bWF0LXNlbGVjdFxuICAgICAgICAjZHJvcGRvd25cbiAgICAgICAgbmdEZWZhdWx0Q29udHJvbFxuICAgICAgICBbZm9ybUNvbnRyb2xdPVwiZm9ybUNvbnRyb2xcIlxuICAgICAgICBbbXVsdGlwbGVdPVwiZWxlbWVudC5tdWx0aXBsZVwiXG4gICAgICAgIFtwbGFjZWhvbGRlcl09XCJlbGVtZW50LnBsYWNlaG9sZGVyIHx8ICcnXCJcbiAgICAgICAgW2NvbXBhcmVXaXRoXT1cImNvbXBhcmVGblwiXG4gICAgICAgIChvcGVuZWRDaGFuZ2UpPVwidHJpZ2dlck9wZW5lZENoYW5nZSgkZXZlbnQpXCJcbiAgICAgID5cbiAgICAgICAgPG1hdC1vcHRpb24gKm5nSWY9XCJlbGVtZW50LnNlYXJjaFwiIGNsYXNzPVwibWFwYS1kcm9wZG93bl9fc2VhcmNoXCI+XG4gICAgICAgICAgPG5neC1tYXQtc2VsZWN0LXNlYXJjaFxuICAgICAgICAgICAgKm5nSWY9XCJlbGVtZW50LnNlYXJjaC5mb3JtQ29udHJvbFwiXG4gICAgICAgICAgICBbc2hvd1RvZ2dsZUFsbENoZWNrYm94XT1cImVsZW1lbnQuc2VhcmNoLnRvZ2dsZUFsbENoZWNrYm94IVwiXG4gICAgICAgICAgICBbZm9ybUNvbnRyb2xdPVwiZWxlbWVudC5zZWFyY2guZm9ybUNvbnRyb2xcIlxuICAgICAgICAgICAgW3BsYWNlaG9sZGVyTGFiZWxdPVwiZWxlbWVudC5zZWFyY2gucGxhY2Vob2xkZXIgfHwgJydcIlxuICAgICAgICAgICAgaTE4bi1wbGFjZWhvbGRlckxhYmVsXG4gICAgICAgICAgICBbbm9FbnRyaWVzRm91bmRMYWJlbF09XCJlbGVtZW50LnNlYXJjaC5ub0VudHJpZXNGb3VuZExhYmVsIHx8ICcnXCJcbiAgICAgICAgICA+PC9uZ3gtbWF0LXNlbGVjdC1zZWFyY2g+XG4gICAgICAgIDwvbWF0LW9wdGlvbj5cbiAgICAgICAgPG1hdC1vcHRpb25cbiAgICAgICAgICAqbmdJZj1cImVsZW1lbnQubXVsdGlwbGVcIlxuICAgICAgICAgIGNsYXNzPVwibWFwYS1kcm9wZG93bl9fb3B0aW9uLS1zZWxlY3QtYWxsXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxtYXQtY2hlY2tib3hcbiAgICAgICAgICAgIGNsYXNzPVwibWF0LW9wdGlvblwiXG4gICAgICAgICAgICBbaW5kZXRlcm1pbmF0ZV09XCJpc0luZGV0ZXJtaW5hdGVcIlxuICAgICAgICAgICAgW2NoZWNrZWRdPVwiaXNDaGVja2VkXCJcbiAgICAgICAgICAgIChjbGljayk9XCIkZXZlbnQuc3RvcFByb3BhZ2F0aW9uKClcIlxuICAgICAgICAgICAgKGNoYW5nZSk9XCJ0b2dnbGVTZWxlY3RBbGwoJGV2ZW50KVwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgU2VsZWNpb25hciB0b2Rvc1xuICAgICAgICAgIDwvbWF0LWNoZWNrYm94PlxuICAgICAgICA8L21hdC1vcHRpb24+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJpc09wdGlvbnNHcm91cDsgZWxzZSBpc0VsZW1lbnRPcHRpb25zXCI+XG4gICAgICAgICAgPG1hdC1vcHRncm91cFxuICAgICAgICAgICAgKm5nRm9yPVwibGV0IGdyb3VwIG9mIGZpbHRlcmVkR3JvdXBzIHwgYXN5bmNcIlxuICAgICAgICAgICAgW2xhYmVsXT1cImdyb3VwLmxhYmVsXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8bWF0LW9wdGlvblxuICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgb3B0aW9uIG9mIGdyb3VwLm9wdGlvbnNcIlxuICAgICAgICAgICAgICBbdmFsdWVdPVwib3B0aW9uXCJcbiAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiW1xuICAgICAgICAgICAgICAgICdtYXBhLWRyb3Bkb3duX19vcHRpb24tLWNoaWxkcmVuLWxldmVsLScgKyBvcHRpb24uY2hpbGRyZW5MZXZlbFxuICAgICAgICAgICAgICBdXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPHNwYW4gW2lubmVySFRNTF09XCJvcHRpb24udmFsdWVcIj48L3NwYW4+XG4gICAgICAgICAgICA8L21hdC1vcHRpb24+XG4gICAgICAgICAgPC9tYXQtb3B0Z3JvdXA+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICA8bmctdGVtcGxhdGUgI2lzRWxlbWVudE9wdGlvbnM+XG4gICAgICAgICAgPG1hdC1vcHRpb25cbiAgICAgICAgICAgICpuZ0Zvcj1cImxldCBvcHRpb24gb2YgZmlsdGVyZWRPcHRpb25zIHwgYXN5bmNcIlxuICAgICAgICAgICAgW3ZhbHVlXT1cIm9wdGlvblwiXG4gICAgICAgICAgICBbbmdDbGFzc109XCJbXG4gICAgICAgICAgICAgICdtYXBhLWRyb3Bkb3duX19vcHRpb24gbWFwYS1kcm9wZG93bl9fb3B0aW9uLS1jaGlsZHJlbi1sZXZlbC0nICsgb3B0aW9uLmNoaWxkcmVuTGV2ZWxcbiAgICAgICAgICAgIF1cIlxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwibWFwYS1kcm9wZG93bl9fb3B0aW9uLXZhbHVlXCIgW2lubmVySFRNTF09XCJvcHRpb24udmFsdWVcIj48L3NwYW4+XG4gICAgICAgICAgPC9tYXQtb3B0aW9uPlxuICAgICAgICA8L25nLXRlbXBsYXRlPlxuXG4gICAgICAgIDxtYXQtb3B0aW9uXG4gICAgICAgICAgKm5nRm9yPVwibGV0IG9wdGlvbiBvZiBzZWxlY3RlZE9wdGlvbnNcIlxuICAgICAgICAgIGhpZGRlblxuICAgICAgICAgIFt2YWx1ZV09XCJvcHRpb25cIlxuICAgICAgICAgIFtuZ0NsYXNzXT1cIltcbiAgICAgICAgICAgICdtYXBhLWRyb3Bkb3duX19vcHRpb24tLWNoaWxkcmVuLWxldmVsLScgKyBvcHRpb24uY2hpbGRyZW5MZXZlbFxuICAgICAgICAgIF1cIlxuICAgICAgICA+XG4gICAgICAgICAgPHNwYW4gW2lubmVySFRNTF09XCJvcHRpb24udmFsdWVcIj48L3NwYW4+XG4gICAgICAgIDwvbWF0LW9wdGlvbj5cbiAgICAgIDwvbWF0LXNlbGVjdD5cbiAgICAgIDxtYXQtaGludCAqbmdJZj1cImVsZW1lbnQuaGludFwiPnt7IGVsZW1lbnQuaGludCB9fTwvbWF0LWhpbnQ+XG4gICAgICA8bWF0LWVycm9yICpuZ0lmPVwiZm9ybUNvbnRyb2w/Lmhhc0Vycm9yKCdyZXF1aXJlZCcpXCI+XG4gICAgICAgIHt7IGVsZW1lbnQuZXJyb3JzPy5yZXF1aXJlZCB9fVxuICAgICAgPC9tYXQtZXJyb3I+XG4gICAgICA8bWF0LWVycm9yICpuZ0lmPVwiZm9ybUNvbnRyb2w/Lmhhc0Vycm9yKCdtaW5sZW5ndGgnKVwiPlxuICAgICAgICB7eyBlbGVtZW50LmVycm9ycz8ubWlubGVuZ3RoIH19XG4gICAgICA8L21hdC1lcnJvcj5cbiAgICAgIDxtYXQtZXJyb3IgKm5nSWY9XCJmb3JtQ29udHJvbD8uaGFzRXJyb3IoJ2NwZicpXCI+XG4gICAgICAgIHt7IGVsZW1lbnQuZXJyb3JzPy5jcGYgfX1cbiAgICAgIDwvbWF0LWVycm9yPlxuICAgICAgPG1hdC1lcnJvciAqbmdJZj1cImZvcm1Db250cm9sPy5oYXNFcnJvcignY25waicpXCI+XG4gICAgICAgIHt7IGVsZW1lbnQuZXJyb3JzPy5jbnBqIH19XG4gICAgICA8L21hdC1lcnJvcj5cbiAgICAgIDxtYXQtZXJyb3IgKm5nSWY9XCJmb3JtQ29udHJvbD8uaGFzRXJyb3IoJ2VtYWlsJylcIj5cbiAgICAgICAge3sgZWxlbWVudC5lcnJvcnM/LmVtYWlsIH19XG4gICAgICA8L21hdC1lcnJvcj5cbiAgICAgIDxtYXQtZXJyb3IgKm5nSWY9XCJmb3JtQ29udHJvbD8uaGFzRXJyb3IoJ3BhdHRlcm4nKVwiPlxuICAgICAgICB7eyBlbGVtZW50LmVycm9ycz8ucGF0dGVybiB9fVxuICAgICAgPC9tYXQtZXJyb3I+XG4gICAgICA8bWF0LWVycm9yICpuZ0lmPVwiZm9ybUNvbnRyb2w/Lmhhc0Vycm9yKCdtaW4nKVwiPlxuICAgICAgICB7eyBlbGVtZW50LmVycm9ycz8ubWluIH19XG4gICAgICA8L21hdC1lcnJvcj5cbiAgICAgIDxtYXQtZXJyb3IgKm5nSWY9XCJmb3JtQ29udHJvbD8uaGFzRXJyb3IoJ21heCcpXCI+XG4gICAgICAgIHt7IGVsZW1lbnQuZXJyb3JzPy5tYXggfX1cbiAgICAgIDwvbWF0LWVycm9yPlxuICAgICAgPG1hdC1lcnJvciAqbmdJZj1cImZvcm1Db250cm9sPy5oYXNFcnJvcignbWlubGVuZ3RoJylcIj5cbiAgICAgICAge3sgZWxlbWVudC5lcnJvcnM/Lm1pbkxlbmd0aCB9fVxuICAgICAgPC9tYXQtZXJyb3I+XG4gICAgICA8bWF0LWVycm9yICpuZ0lmPVwiZm9ybUNvbnRyb2w/Lmhhc0Vycm9yKCdtYXhsZW5ndGgnKVwiPlxuICAgICAgICB7eyBlbGVtZW50LmVycm9ycz8ubWF4TGVuZ3RoIH19XG4gICAgICA8L21hdC1lcnJvcj5cbiAgICAgIDxtYXQtaWNvblxuICAgICAgICAqbmdJZj1cImhhc1ZhbHVlKCkgJiYgIWZvcm1Db250cm9sLmRpc2FibGVkICYmIGVsZW1lbnQuY2xlYXJWYWx1ZVwiXG4gICAgICAgIChjbGljayk9XCJjbGVhclZhbHVlKCRldmVudClcIlxuICAgICAgICBjbGFzcz1cIm1hcGEtaW5wdXQtLWNsb3NlXCJcbiAgICAgICAgPmNsb3NlPC9tYXQtaWNvblxuICAgICAgPlxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XG4gICAgPGRpdiAqbmdJZj1cImVsZW1lbnQuYWN0aW9uQnV0dG9uXCIgY2xhc3M9XCJtYXBhLWZvcm0tLWFjdGlvblwiPlxuICAgICAgPG1hcGEtYnV0dG9uXG4gICAgICAgIGNvbG9yPVwiYmFzaWNcIlxuICAgICAgICAoY2xpY2spPVwiZWxlbWVudC5hY3Rpb25CdXR0b24uYWN0aW9uLmVtaXQodHJ1ZSlcIlxuICAgICAgPlxuICAgICAgICB7eyBlbGVtZW50LmFjdGlvbkJ1dHRvbi5sYWJlbCB9fVxuICAgICAgPC9tYXBhLWJ1dHRvbj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
|
4
|
-
import { MatListModule } from "@angular/material/list";
|
|
5
|
-
import { MatIconModule } from "@angular/material/icon";
|
|
6
|
-
import { MapaDropdownComponent } from "./dropdown.component";
|
|
7
|
-
import { MAT_SELECT_CONFIG, MatSelectModule } from "@angular/material/select";
|
|
8
|
-
import { NgxMatSelectSearchModule } from "ngx-mat-select-search";
|
|
9
|
-
import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from "@angular/material/form-field";
|
|
10
|
-
import { MatButtonModule } from "@angular/material/button";
|
|
11
|
-
import { MapaButtonModule } from "../../button/public-api";
|
|
12
|
-
import { MatCheckboxModule } from "@angular/material/checkbox";
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
export class MapaDropdownModule {
|
|
15
|
-
}
|
|
16
|
-
MapaDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17
|
-
MapaDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MapaDropdownModule, declarations: [MapaDropdownComponent], imports: [CommonModule,
|
|
18
|
-
FormsModule,
|
|
19
|
-
ReactiveFormsModule,
|
|
20
|
-
MatButtonModule,
|
|
21
|
-
MatCheckboxModule,
|
|
22
|
-
MapaButtonModule,
|
|
23
|
-
MatListModule,
|
|
24
|
-
MatIconModule,
|
|
25
|
-
MatSelectModule,
|
|
26
|
-
NgxMatSelectSearchModule], exports: [MapaDropdownComponent] });
|
|
27
|
-
MapaDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaDropdownModule, providers: [
|
|
28
|
-
{
|
|
29
|
-
provide: MAT_SELECT_CONFIG,
|
|
30
|
-
useValue: { overlayPanelClass: "mapa-overlay-dropdown" },
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
|
|
34
|
-
useValue: { appearance: "outline" },
|
|
35
|
-
},
|
|
36
|
-
], imports: [CommonModule,
|
|
37
|
-
FormsModule,
|
|
38
|
-
ReactiveFormsModule,
|
|
39
|
-
MatButtonModule,
|
|
40
|
-
MatCheckboxModule,
|
|
41
|
-
MapaButtonModule,
|
|
42
|
-
MatListModule,
|
|
43
|
-
MatIconModule,
|
|
44
|
-
MatSelectModule,
|
|
45
|
-
NgxMatSelectSearchModule] });
|
|
46
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaDropdownModule, decorators: [{
|
|
47
|
-
type: NgModule,
|
|
48
|
-
args: [{
|
|
49
|
-
declarations: [MapaDropdownComponent],
|
|
50
|
-
exports: [MapaDropdownComponent],
|
|
51
|
-
imports: [
|
|
52
|
-
CommonModule,
|
|
53
|
-
FormsModule,
|
|
54
|
-
ReactiveFormsModule,
|
|
55
|
-
MatButtonModule,
|
|
56
|
-
MatCheckboxModule,
|
|
57
|
-
MapaButtonModule,
|
|
58
|
-
MatListModule,
|
|
59
|
-
MatIconModule,
|
|
60
|
-
MatSelectModule,
|
|
61
|
-
NgxMatSelectSearchModule,
|
|
62
|
-
],
|
|
63
|
-
providers: [
|
|
64
|
-
{
|
|
65
|
-
provide: MAT_SELECT_CONFIG,
|
|
66
|
-
useValue: { overlayPanelClass: "mapa-overlay-dropdown" },
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
provide: MAT_FORM_FIELD_DEFAULT_OPTIONS,
|
|
70
|
-
useValue: { appearance: "outline" },
|
|
71
|
-
},
|
|
72
|
-
],
|
|
73
|
-
}]
|
|
74
|
-
}] });
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy9kcm9wZG93bi9zcmMvZHJvcGRvd24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRS9DLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUVsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRXZELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzdELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUM5RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM5RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7O0FBNEIvRCxNQUFNLE9BQU8sa0JBQWtCOztnSEFBbEIsa0JBQWtCO2lIQUFsQixrQkFBa0IsaUJBekJkLHFCQUFxQixhQUdsQyxZQUFZO1FBQ1osV0FBVztRQUNYLG1CQUFtQjtRQUNuQixlQUFlO1FBQ2YsaUJBQWlCO1FBQ2pCLGdCQUFnQjtRQUNoQixhQUFhO1FBQ2IsYUFBYTtRQUNiLGVBQWU7UUFDZix3QkFBd0IsYUFYaEIscUJBQXFCO2lIQXdCcEIsa0JBQWtCLGFBWGxCO1FBQ1Q7WUFDRSxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFFBQVEsRUFBRSxFQUFFLGlCQUFpQixFQUFFLHVCQUF1QixFQUFFO1NBQ3pEO1FBQ0Q7WUFDRSxPQUFPLEVBQUUsOEJBQThCO1lBQ3ZDLFFBQVEsRUFBRSxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUU7U0FDcEM7S0FDRixZQXBCQyxZQUFZO1FBQ1osV0FBVztRQUNYLG1CQUFtQjtRQUNuQixlQUFlO1FBQ2YsaUJBQWlCO1FBQ2pCLGdCQUFnQjtRQUNoQixhQUFhO1FBQ2IsYUFBYTtRQUNiLGVBQWU7UUFDZix3QkFBd0I7NEZBYWYsa0JBQWtCO2tCQTFCOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDckMsT0FBTyxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ2hDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsbUJBQW1CO3dCQUNuQixlQUFlO3dCQUNmLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3dCQUNoQixhQUFhO3dCQUNiLGFBQWE7d0JBQ2IsZUFBZTt3QkFDZix3QkFBd0I7cUJBQ3pCO29CQUNELFNBQVMsRUFBRTt3QkFDVDs0QkFDRSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixRQUFRLEVBQUUsRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBRTt5QkFDekQ7d0JBQ0Q7NEJBQ0UsT0FBTyxFQUFFLDhCQUE4Qjs0QkFDdkMsUUFBUSxFQUFFLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRTt5QkFDcEM7cUJBQ0Y7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5cbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XG5cbmltcG9ydCB7IE1hdExpc3RNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvbGlzdFwiO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9pY29uXCI7XG5cbmltcG9ydCB7IE1hcGFEcm9wZG93bkNvbXBvbmVudCB9IGZyb20gXCIuL2Ryb3Bkb3duLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgTUFUX1NFTEVDVF9DT05GSUcsIE1hdFNlbGVjdE1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3RcIjtcbmltcG9ydCB7IE5neE1hdFNlbGVjdFNlYXJjaE1vZHVsZSB9IGZyb20gXCJuZ3gtbWF0LXNlbGVjdC1zZWFyY2hcIjtcbmltcG9ydCB7IE1BVF9GT1JNX0ZJRUxEX0RFRkFVTFRfT1BUSU9OUyB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9mb3JtLWZpZWxkXCI7XG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uXCI7XG5pbXBvcnQgeyBNYXBhQnV0dG9uTW9kdWxlIH0gZnJvbSBcIi4uLy4uL2J1dHRvbi9wdWJsaWMtYXBpXCI7XG5pbXBvcnQgeyBNYXRDaGVja2JveE1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9jaGVja2JveFwiO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtNYXBhRHJvcGRvd25Db21wb25lbnRdLFxuICBleHBvcnRzOiBbTWFwYURyb3Bkb3duQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgICBNYXRDaGVja2JveE1vZHVsZSxcbiAgICBNYXBhQnV0dG9uTW9kdWxlLFxuICAgIE1hdExpc3RNb2R1bGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBNYXRTZWxlY3RNb2R1bGUsXG4gICAgTmd4TWF0U2VsZWN0U2VhcmNoTW9kdWxlLFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBNQVRfU0VMRUNUX0NPTkZJRyxcbiAgICAgIHVzZVZhbHVlOiB7IG92ZXJsYXlQYW5lbENsYXNzOiBcIm1hcGEtb3ZlcmxheS1kcm9wZG93blwiIH0sXG4gICAgfSxcbiAgICB7XG4gICAgICBwcm92aWRlOiBNQVRfRk9STV9GSUVMRF9ERUZBVUxUX09QVElPTlMsXG4gICAgICB1c2VWYWx1ZTogeyBhcHBlYXJhbmNlOiBcIm91dGxpbmVcIiB9LFxuICAgIH0sXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIE1hcGFEcm9wZG93bk1vZHVsZSB7fVxuIl19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of mapa-library-ui icon
|
|
3
|
-
*/
|
|
4
|
-
export * from './src/tag.component';
|
|
5
|
-
export * from './src/tag.module';
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hcGEtbGlicmFyeS11aS9zcmMvbGliL2NvbXBvbmVudHMvdGFnL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIG1hcGEtbGlicmFyeS11aSBpY29uXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvdGFnLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3NyYy90YWcubW9kdWxlJzsiXX0=
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class TagComponent {
|
|
5
|
-
}
|
|
6
|
-
TagComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
-
TagComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TagComponent, selector: "mapa-tag", inputs: { tag: "tag" }, ngImport: i0, template: "<div\n *ngIf=\"tag\"\n class=\"mapa-tag\"\n [class.mapa-tag--small]=\"tag.size === 'small' && !tag.fontSize\"\n [class.mapa-tag--highlight]=\"tag.color === 'highlight'\"\n [class.mapa-tag--selected]=\"tag.color === 'selected'\"\n [class.mapa-tag--default-bg]=\"!tag.bgColor\"\n [class.mapa-tag--bg]=\"tag.bgColor\"\n [style.backgroundColor]=\"tag.bgColor\"\n [style.padding-left]=\"tag.fontSize\"\n [style.border-radius]=\"tag.fontSize\"\n [style.fontSize]=\"tag.fontSize\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".mapa-tag{font-family:Inter,Arial,Helvetica,sans-serif;display:flex;align-items:center;border-radius:16px;padding:8px 12px;margin:0 4px;white-space:nowrap}.mapa-tag--default-bg{border:1px solid #cdcdcd;background:#fff;font-weight:300}.mapa-tag--bg{font-weight:500!important;text-transform:uppercase;padding:4px 8px!important;height:24px!important;color:#181818;font-size:12px}.mapa-tag--highlight{border:2px solid #eedb2a!important}.mapa-tag--small{gap:8px;padding:2px 8px!important;font-size:12px}.mapa-tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #d9d9d9!important}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TagComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: "mapa-tag", template: "<div\n *ngIf=\"tag\"\n class=\"mapa-tag\"\n [class.mapa-tag--small]=\"tag.size === 'small' && !tag.fontSize\"\n [class.mapa-tag--highlight]=\"tag.color === 'highlight'\"\n [class.mapa-tag--selected]=\"tag.color === 'selected'\"\n [class.mapa-tag--default-bg]=\"!tag.bgColor\"\n [class.mapa-tag--bg]=\"tag.bgColor\"\n [style.backgroundColor]=\"tag.bgColor\"\n [style.padding-left]=\"tag.fontSize\"\n [style.border-radius]=\"tag.fontSize\"\n [style.fontSize]=\"tag.fontSize\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".mapa-tag{font-family:Inter,Arial,Helvetica,sans-serif;display:flex;align-items:center;border-radius:16px;padding:8px 12px;margin:0 4px;white-space:nowrap}.mapa-tag--default-bg{border:1px solid #cdcdcd;background:#fff;font-weight:300}.mapa-tag--bg{font-weight:500!important;text-transform:uppercase;padding:4px 8px!important;height:24px!important;color:#181818;font-size:12px}.mapa-tag--highlight{border:2px solid #eedb2a!important}.mapa-tag--small{gap:8px;padding:2px 8px!important;font-size:12px}.mapa-tag--selected{padding:8px 16px!important;gap:16px;border-radius:8px!important;border:1px solid #d9d9d9!important}\n"] }]
|
|
11
|
-
}], propDecorators: { tag: [{
|
|
12
|
-
type: Input
|
|
13
|
-
}] } });
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hcGEtbGlicmFyeS11aS9zcmMvbGliL2NvbXBvbmVudHMvdGFnL3NyYy90YWcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy90YWcvc3JjL3RhZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBY2pELE1BQU0sT0FBTyxZQUFZOzswR0FBWixZQUFZOzhGQUFaLFlBQVksd0VDZHpCLGdoQkFlQTs0RkREYSxZQUFZO2tCQUx4QixTQUFTOytCQUNFLFVBQVU7OEJBS1gsR0FBRztzQkFBWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGFnIHtcbiAgYmdDb2xvcj86IHN0cmluZyB8IG51bGwgfCB1bmRlZmluZWQ7XG4gIGNvbG9yPzogXCJoaWdobGlnaHRcIiB8IFwic2VsZWN0ZWRcIiB8IHN0cmluZyB8IG51bGwgfCB1bmRlZmluZWQ7XG4gIHNpemU/OiBcInNtYWxsXCIgfCBzdHJpbmcgfCBudWxsIHwgdW5kZWZpbmVkO1xuICBmb250U2l6ZT86IHN0cmluZyB8IG51bGwgfCB1bmRlZmluZWQ7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJtYXBhLXRhZ1wiLFxuICB0ZW1wbGF0ZVVybDogXCIuL3RhZy5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZVVybHM6IFtcIi4vdGFnLmNvbXBvbmVudC5zY3NzXCJdLFxufSlcbmV4cG9ydCBjbGFzcyBUYWdDb21wb25lbnQge1xuICBASW5wdXQoKSB0YWc6IFRhZyB8IHVuZGVmaW5lZDtcbn1cbiIsIjxkaXZcbiAgKm5nSWY9XCJ0YWdcIlxuICBjbGFzcz1cIm1hcGEtdGFnXCJcbiAgW2NsYXNzLm1hcGEtdGFnLS1zbWFsbF09XCJ0YWcuc2l6ZSA9PT0gJ3NtYWxsJyAmJiAhdGFnLmZvbnRTaXplXCJcbiAgW2NsYXNzLm1hcGEtdGFnLS1oaWdobGlnaHRdPVwidGFnLmNvbG9yID09PSAnaGlnaGxpZ2h0J1wiXG4gIFtjbGFzcy5tYXBhLXRhZy0tc2VsZWN0ZWRdPVwidGFnLmNvbG9yID09PSAnc2VsZWN0ZWQnXCJcbiAgW2NsYXNzLm1hcGEtdGFnLS1kZWZhdWx0LWJnXT1cIiF0YWcuYmdDb2xvclwiXG4gIFtjbGFzcy5tYXBhLXRhZy0tYmddPVwidGFnLmJnQ29sb3JcIlxuICBbc3R5bGUuYmFja2dyb3VuZENvbG9yXT1cInRhZy5iZ0NvbG9yXCJcbiAgW3N0eWxlLnBhZGRpbmctbGVmdF09XCJ0YWcuZm9udFNpemVcIlxuICBbc3R5bGUuYm9yZGVyLXJhZGl1c109XCJ0YWcuZm9udFNpemVcIlxuICBbc3R5bGUuZm9udFNpemVdPVwidGFnLmZvbnRTaXplXCJcbj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { TagComponent } from './tag.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class MapaTagModule {
|
|
6
|
-
}
|
|
7
|
-
MapaTagModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaTagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
MapaTagModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MapaTagModule, declarations: [TagComponent], imports: [CommonModule], exports: [TagComponent] });
|
|
9
|
-
MapaTagModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaTagModule, imports: [CommonModule] });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaTagModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
TagComponent
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
TagComponent
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21hcGEtbGlicmFyeS11aS9zcmMvbGliL2NvbXBvbmVudHMvdGFnL3NyYy90YWcubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFhL0MsTUFBTSxPQUFPLGFBQWE7OzJHQUFiLGFBQWE7NEdBQWIsYUFBYSxpQkFUdEIsWUFBWSxhQUdaLFlBQVksYUFHWixZQUFZOzRHQUdILGFBQWEsWUFOdEIsWUFBWTs0RkFNSCxhQUFhO2tCQVh6QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBUYWdDb21wb25lbnQgfSBmcm9tICcuL3RhZy5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBUYWdDb21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgVGFnQ29tcG9uZW50XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgTWFwYVRhZ01vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Component, ViewEncapsulation } from '@angular/core';
|
|
2
|
-
import { TooltipPosition, TooltipTheme } from './tooltip.enums';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
export class MapaTooltipComponent {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.position = TooltipPosition.DEFAULT;
|
|
8
|
-
this.theme = TooltipTheme.DEFAULT;
|
|
9
|
-
this.visible = false;
|
|
10
|
-
this.left = 0;
|
|
11
|
-
this.top = 0;
|
|
12
|
-
}
|
|
13
|
-
ngOnInit() { }
|
|
14
|
-
}
|
|
15
|
-
MapaTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
-
MapaTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MapaTooltipComponent, selector: "lib-tooltip", ngImport: i0, template: "<div\n class=\"tooltip\"\n [ngClass]=\"['tooltip--'+position, 'tooltip--'+theme]\"\n [class.tooltip--visible]=\"visible\"\n [style.left]=\"left + 'px'\"\n [style.top]=\"top + 'px'\"\n>\n <ng-template [ngTemplateOutlet]=\"tooltip\"></ng-template>\n</div>\n", styles: [".tooltip{position:fixed;background-color:#000;border-radius:8px;color:#fff;font-family:Arial;padding:3px 6px;font-size:13px;opacity:0;z-index:999;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.tooltip :before,.tooltip :after{content:\"\";display:block;position:absolute;bottom:100%;width:1px;height:0}.tooltip :before{left:49%;border:8px solid transparent;border-bottom-color:#ddd}.tooltip :after{left:49.6%;border:7px solid transparent;border-bottom-color:#fff}.tooltip--visible{opacity:1;transition:opacity .3s}.tooltip--light{background-color:#fff;color:#000}.tooltip--dark{background-color:#000;color:#fff}.tooltip--below{transform:translate(-50%);margin-top:7px}.tooltip--below:before{border-left-color:transparent;border-right-color:transparent;border-top:none;left:calc(50% - 5px);top:-5px}.tooltip--above{transform:translate(-50%,-100%);margin-bottom:7px}.tooltip--above:before{border-left-color:transparent;border-right-color:transparent;border-bottom:none;left:calc(50% - 5px);bottom:-5px}.tooltip--left{transform:translate(calc(-100% - 7px),-50%)}.tooltip--left:before{border-top-color:transparent;border-bottom-color:transparent;border-right:none;right:-5px;top:calc(50% - 5px)}.tooltip--right{transform:translateY(-50%);margin-left:7px}.tooltip--right:before{border-top-color:transparent;border-bottom-color:transparent;border-left:none;left:-5px;top:calc(50% - 5px)}.tooltip--dynamic{margin-left:20px}.tooltip--dynamic:before{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MapaTooltipComponent, decorators: [{
|
|
18
|
-
type: Component,
|
|
19
|
-
args: [{ selector: 'lib-tooltip', encapsulation: ViewEncapsulation.None, template: "<div\n class=\"tooltip\"\n [ngClass]=\"['tooltip--'+position, 'tooltip--'+theme]\"\n [class.tooltip--visible]=\"visible\"\n [style.left]=\"left + 'px'\"\n [style.top]=\"top + 'px'\"\n>\n <ng-template [ngTemplateOutlet]=\"tooltip\"></ng-template>\n</div>\n", styles: [".tooltip{position:fixed;background-color:#000;border-radius:8px;color:#fff;font-family:Arial;padding:3px 6px;font-size:13px;opacity:0;z-index:999;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.tooltip :before,.tooltip :after{content:\"\";display:block;position:absolute;bottom:100%;width:1px;height:0}.tooltip :before{left:49%;border:8px solid transparent;border-bottom-color:#ddd}.tooltip :after{left:49.6%;border:7px solid transparent;border-bottom-color:#fff}.tooltip--visible{opacity:1;transition:opacity .3s}.tooltip--light{background-color:#fff;color:#000}.tooltip--dark{background-color:#000;color:#fff}.tooltip--below{transform:translate(-50%);margin-top:7px}.tooltip--below:before{border-left-color:transparent;border-right-color:transparent;border-top:none;left:calc(50% - 5px);top:-5px}.tooltip--above{transform:translate(-50%,-100%);margin-bottom:7px}.tooltip--above:before{border-left-color:transparent;border-right-color:transparent;border-bottom:none;left:calc(50% - 5px);bottom:-5px}.tooltip--left{transform:translate(calc(-100% - 7px),-50%)}.tooltip--left:before{border-top-color:transparent;border-bottom-color:transparent;border-right:none;right:-5px;top:calc(50% - 5px)}.tooltip--right{transform:translateY(-50%);margin-left:7px}.tooltip--right:before{border-top-color:transparent;border-bottom-color:transparent;border-left:none;left:-5px;top:calc(50% - 5px)}.tooltip--dynamic{margin-left:20px}.tooltip--dynamic:before{display:none}\n"] }]
|
|
20
|
-
}], ctorParameters: function () { return []; } });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXBhLWxpYnJhcnktdWkvc3JjL2xpYi9jb21wb25lbnRzL3Rvb2x0aXAvc3JjL3Rvb2x0aXAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWFwYS1saWJyYXJ5LXVpL3NyYy9saWIvY29tcG9uZW50cy90b29sdGlwL3NyYy90b29sdGlwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUUsT0FBTyxFQUFFLGVBQWUsRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7O0FBUWhFLE1BQU0sT0FBTyxvQkFBb0I7SUFTL0I7UUFOQSxhQUFRLEdBQW9CLGVBQWUsQ0FBQyxPQUFPLENBQUM7UUFDcEQsVUFBSyxHQUFpQixZQUFZLENBQUMsT0FBTyxDQUFDO1FBQzNDLFlBQU8sR0FBWSxLQUFLLENBQUM7UUFDekIsU0FBSSxHQUFXLENBQUMsQ0FBQztRQUNqQixRQUFHLEdBQVcsQ0FBQyxDQUFDO0lBRUQsQ0FBQztJQUVoQixRQUFRLEtBQVUsQ0FBQzs7a0hBWFIsb0JBQW9CO3NHQUFwQixvQkFBb0IsbURDVGpDLHVRQVNBOzRGREFhLG9CQUFvQjtrQkFOaEMsU0FBUzsrQkFDRSxhQUFhLGlCQUdSLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFRlbXBsYXRlUmVmLCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVG9vbHRpcFBvc2l0aW9uLCBUb29sdGlwVGhlbWUgfSBmcm9tICcuL3Rvb2x0aXAuZW51bXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItdG9vbHRpcCcsXG4gIHRlbXBsYXRlVXJsOiAnLi90b29sdGlwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vdG9vbHRpcC5jb21wb25lbnQuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuZXhwb3J0IGNsYXNzIE1hcGFUb29sdGlwQ29tcG9uZW50IHtcbiAgdG9vbHRpcCE6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgcG9zaXRpb246IFRvb2x0aXBQb3NpdGlvbiA9IFRvb2x0aXBQb3NpdGlvbi5ERUZBVUxUO1xuICB0aGVtZTogVG9vbHRpcFRoZW1lID0gVG9vbHRpcFRoZW1lLkRFRkFVTFQ7XG4gIHZpc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgbGVmdDogbnVtYmVyID0gMDtcbiAgdG9wOiBudW1iZXIgPSAwO1xuXG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBuZ09uSW5pdCgpOiB2b2lkIHt9XG5cbn1cbiIsIjxkaXZcbiAgY2xhc3M9XCJ0b29sdGlwXCJcbiAgW25nQ2xhc3NdPVwiWyd0b29sdGlwLS0nK3Bvc2l0aW9uLCAndG9vbHRpcC0tJyt0aGVtZV1cIlxuICBbY2xhc3MudG9vbHRpcC0tdmlzaWJsZV09XCJ2aXNpYmxlXCJcbiAgW3N0eWxlLmxlZnRdPVwibGVmdCArICdweCdcIlxuICBbc3R5bGUudG9wXT1cInRvcCArICdweCdcIlxuPlxuICA8bmctdGVtcGxhdGUgW25nVGVtcGxhdGVPdXRsZXRdPVwidG9vbHRpcFwiPjwvbmctdGVtcGxhdGU+XG48L2Rpdj5cbiJdfQ==
|