@ascentgl/ads-ui 2.19.5 → 20.0.1
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/README.md +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +8 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +24 -11
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +4465 -5134
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +2948 -86
- package/package.json +9 -253
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -15
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -88
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -41
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -188
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -105
- package/src/assets/sass/ads-ui/main.scss +8 -9
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -10
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -10
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -250
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -32
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -18
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -45
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -0
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -32
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -37
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -73
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
- package/src/lib/components/avatar/index.d.ts +42 -5
- package/src/lib/components/buttons/button-container/index.d.ts +19 -5
- package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
- package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
- package/src/lib/components/footer/container/index.d.ts +14 -5
- package/src/lib/components/footer/index.d.ts +45 -5
- package/src/lib/components/header/container/index.d.ts +18 -5
- package/src/lib/components/header/index.d.ts +14 -5
- package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
- package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
- package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
- package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
- package/src/lib/components/shell-layout/index.d.ts +23 -5
- package/src/lib/components/splash-page/index.d.ts +24 -5
- package/src/lib/components/tags/tag-container/index.d.ts +15 -5
- package/esm2022/ascentgl-ads-ui.mjs +0 -5
- package/esm2022/index.mjs +0 -87
- package/esm2022/lib/components/avatar/avatar.component.mjs +0 -50
- package/esm2022/lib/components/avatar/avatar.module.mjs +0 -19
- package/esm2022/lib/components/avatar/avatar.types.mjs +0 -2
- package/esm2022/lib/components/avatar/index.mjs +0 -2
- package/esm2022/lib/components/avatar/public-api.mjs +0 -3
- package/esm2022/lib/components/badge/index.mjs +0 -2
- package/esm2022/lib/components/badge/numeric-badge.component.mjs +0 -35
- package/esm2022/lib/components/badge/numeric-badge.module.mjs +0 -19
- package/esm2022/lib/components/badge/public-api.mjs +0 -3
- package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -62
- package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +0 -21
- package/esm2022/lib/components/breadcrumb/breadcrumb.type.mjs +0 -2
- package/esm2022/lib/components/breadcrumb/breadcrumb.visual-processor.mjs +0 -151
- package/esm2022/lib/components/breadcrumb/index.mjs +0 -2
- package/esm2022/lib/components/breadcrumb/public-api.mjs +0 -4
- package/esm2022/lib/components/buttons/button/button.component.mjs +0 -31
- package/esm2022/lib/components/buttons/button/button.module.mjs +0 -19
- package/esm2022/lib/components/buttons/button/index.mjs +0 -2
- package/esm2022/lib/components/buttons/button/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/button-container/button-container.component.mjs +0 -17
- package/esm2022/lib/components/buttons/button-container/button-container.module.mjs +0 -18
- package/esm2022/lib/components/buttons/button-container/index.mjs +0 -2
- package/esm2022/lib/components/buttons/button-container/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/icon-button/icon-button.component.mjs +0 -36
- package/esm2022/lib/components/buttons/icon-button/icon-button.module.mjs +0 -20
- package/esm2022/lib/components/buttons/icon-button/index.mjs +0 -2
- package/esm2022/lib/components/buttons/icon-button/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/link-button/index.mjs +0 -2
- package/esm2022/lib/components/buttons/link-button/link-button.component.mjs +0 -18
- package/esm2022/lib/components/buttons/link-button/link-button.module.mjs +0 -20
- package/esm2022/lib/components/buttons/link-button/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/selection-button/index.mjs +0 -2
- package/esm2022/lib/components/buttons/selection-button/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
- package/esm2022/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
- package/esm2022/lib/components/card/card.component.mjs +0 -11
- package/esm2022/lib/components/card/card.module.mjs +0 -18
- package/esm2022/lib/components/card/index.mjs +0 -2
- package/esm2022/lib/components/card/public-api.mjs +0 -3
- package/esm2022/lib/components/chip/chip.component.mjs +0 -45
- package/esm2022/lib/components/chip/chip.module.mjs +0 -19
- package/esm2022/lib/components/chip/chip.types.mjs +0 -2
- package/esm2022/lib/components/chip/index.mjs +0 -2
- package/esm2022/lib/components/chip/public-api.mjs +0 -3
- package/esm2022/lib/components/divider/divider.component.mjs +0 -43
- package/esm2022/lib/components/divider/divider.module.mjs +0 -18
- package/esm2022/lib/components/divider/index.mjs +0 -2
- package/esm2022/lib/components/divider/public-api.mjs +0 -3
- package/esm2022/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
- package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
- package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
- package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
- package/esm2022/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
- package/esm2022/lib/components/drag-and-drop-list/index.mjs +0 -2
- package/esm2022/lib/components/drag-and-drop-list/public-api.mjs +0 -3
- package/esm2022/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
- package/esm2022/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
- package/esm2022/lib/components/error-page/error-page-code/index.mjs +0 -2
- package/esm2022/lib/components/error-page/error-page-code/public-api.mjs +0 -3
- package/esm2022/lib/components/error-page/error-page.component.mjs +0 -110
- package/esm2022/lib/components/error-page/error-page.module.mjs +0 -25
- package/esm2022/lib/components/error-page/error-page.types.mjs +0 -7
- package/esm2022/lib/components/error-page/index.mjs +0 -2
- package/esm2022/lib/components/error-page/public-api.mjs +0 -4
- package/esm2022/lib/components/expansion-panel/expansion-panel.component.mjs +0 -33
- package/esm2022/lib/components/expansion-panel/expansion-panel.module.mjs +0 -36
- package/esm2022/lib/components/expansion-panel/index.mjs +0 -2
- package/esm2022/lib/components/expansion-panel/public-api.mjs +0 -3
- package/esm2022/lib/components/footer/container/footer-container.component.mjs +0 -11
- package/esm2022/lib/components/footer/container/footer-container.module.mjs +0 -16
- package/esm2022/lib/components/footer/container/index.mjs +0 -2
- package/esm2022/lib/components/footer/container/public-api.mjs +0 -3
- package/esm2022/lib/components/footer/footer.component.mjs +0 -35
- package/esm2022/lib/components/footer/footer.component.types.mjs +0 -2
- package/esm2022/lib/components/footer/footer.module.mjs +0 -18
- package/esm2022/lib/components/footer/index.mjs +0 -2
- package/esm2022/lib/components/footer/public-api.mjs +0 -4
- package/esm2022/lib/components/form-fields/abstracts/abstract.base.component.mjs +0 -155
- package/esm2022/lib/components/form-fields/abstracts/abstract.dropdown.component.mjs +0 -108
- package/esm2022/lib/components/form-fields/abstracts/abstract.input.component.mjs +0 -52
- package/esm2022/lib/components/form-fields/area/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/area/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/area/textarea.component.mjs +0 -37
- package/esm2022/lib/components/form-fields/area/textarea.module.mjs +0 -55
- package/esm2022/lib/components/form-fields/common/dropdown-option-template.directive.mjs +0 -17
- package/esm2022/lib/components/form-fields/common/error/error.component.mjs +0 -29
- package/esm2022/lib/components/form-fields/common/hint/hint.component.mjs +0 -36
- package/esm2022/lib/components/form-fields/common/input.tooltip.component.mjs +0 -38
- package/esm2022/lib/components/form-fields/common/success/success.component.mjs +0 -29
- package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.component.mjs +0 -61
- package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.module.mjs +0 -87
- package/esm2022/lib/components/form-fields/datepickers/date-picker/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/datepickers/date-picker/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.mjs +0 -36
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.mjs +0 -49
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.mjs +0 -66
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.mjs +0 -171
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.mjs +0 -398
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.mjs +0 -87
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/datepickers/time-picker/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/datepickers/time-picker/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.component.mjs +0 -77
- package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.module.mjs +0 -90
- package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.component.mjs +0 -194
- package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.module.mjs +0 -71
- package/esm2022/lib/components/form-fields/dropdowns/dropdown/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/dropdowns/dropdown/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.mjs +0 -103
- package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.mjs +0 -67
- package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.mjs +0 -67
- package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.mjs +0 -71
- package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/input/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/input/input.component.mjs +0 -72
- package/esm2022/lib/components/form-fields/input/input.module.mjs +0 -55
- package/esm2022/lib/components/form-fields/input/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.mjs +0 -33
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.mjs +0 -683
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.mjs +0 -2
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.mjs +0 -75
- package/esm2022/lib/components/form-fields/search-fields/search-input/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/search-fields/search-input/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.component.mjs +0 -43
- package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.module.mjs +0 -67
- package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.component.mjs +0 -47
- package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.module.mjs +0 -39
- package/esm2022/lib/components/form-fields/selection-fields/checkbox/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/selection-fields/checkbox/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/selection-fields/radio-button/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/selection-fields/radio-button/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.component.mjs +0 -53
- package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.module.mjs +0 -55
- package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.mjs +0 -56
- package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.mjs +0 -39
- package/esm2022/lib/components/form-fields/selection-fields/slider/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/selection-fields/slider/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/selection-fields/slider/slider.component.mjs +0 -44
- package/esm2022/lib/components/form-fields/selection-fields/slider/slider.module.mjs +0 -43
- package/esm2022/lib/components/general/color-palette/colors.enums.mjs +0 -39
- package/esm2022/lib/components/header/container/header-container.component.mjs +0 -19
- package/esm2022/lib/components/header/container/header-container.module.mjs +0 -16
- package/esm2022/lib/components/header/container/index.mjs +0 -2
- package/esm2022/lib/components/header/container/public-api.mjs +0 -3
- package/esm2022/lib/components/header/header.component.mjs +0 -11
- package/esm2022/lib/components/header/header.module.mjs +0 -16
- package/esm2022/lib/components/header/index.mjs +0 -2
- package/esm2022/lib/components/header/org-display-text/index.mjs +0 -2
- package/esm2022/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
- package/esm2022/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
- package/esm2022/lib/components/header/org-display-text/public-api.mjs +0 -3
- package/esm2022/lib/components/header/public-api.mjs +0 -3
- package/esm2022/lib/components/icon-hover/icon-hover.component.mjs +0 -33
- package/esm2022/lib/components/icon-hover/icon-hover.module.mjs +0 -16
- package/esm2022/lib/components/icon-hover/index.mjs +0 -2
- package/esm2022/lib/components/icon-hover/public-api.mjs +0 -3
- package/esm2022/lib/components/logo/ascent-logo/ascent-logo.component.mjs +0 -29
- package/esm2022/lib/components/logo/ascent-logo/ascent-logo.module.mjs +0 -18
- package/esm2022/lib/components/logo/ascent-logo/index.mjs +0 -2
- package/esm2022/lib/components/logo/ascent-logo/public-api.mjs +0 -3
- package/esm2022/lib/components/logo/primary-logo/index.mjs +0 -2
- package/esm2022/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
- package/esm2022/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
- package/esm2022/lib/components/logo/primary-logo/public-api.mjs +0 -3
- package/esm2022/lib/components/main-menu/index.mjs +0 -2
- package/esm2022/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
- package/esm2022/lib/components/main-menu/main-menu.component.mjs +0 -76
- package/esm2022/lib/components/main-menu/main-menu.module.mjs +0 -45
- package/esm2022/lib/components/main-menu/main-menu.types.mjs +0 -2
- package/esm2022/lib/components/main-menu/public-api.mjs +0 -4
- package/esm2022/lib/components/modal/index.mjs +0 -2
- package/esm2022/lib/components/modal/modal.component.mjs +0 -41
- package/esm2022/lib/components/modal/modal.module.mjs +0 -22
- package/esm2022/lib/components/modal/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
- package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
- package/esm2022/lib/components/navigation/dashboard-edit-icon/index.mjs +0 -2
- package/esm2022/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-actions-container/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
- package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
- package/esm2022/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation-collapse-handle/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
- package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
- package/esm2022/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation-header/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
- package/esm2022/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
- package/esm2022/lib/components/navigation/navigation-header/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation-item/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
- package/esm2022/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
- package/esm2022/lib/components/navigation/navigation-item/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation-items-container/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
- package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
- package/esm2022/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation.component.mjs +0 -25
- package/esm2022/lib/components/navigation/navigation.module.mjs +0 -16
- package/esm2022/lib/components/navigation/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/index.mjs +0 -2
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/index.mjs +0 -2
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
- package/esm2022/lib/components/navigation/sub-navigation-item/index.mjs +0 -2
- package/esm2022/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
- package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
- package/esm2022/lib/components/navigation/sub-navigation-items-container/index.mjs +0 -2
- package/esm2022/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
- package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
- package/esm2022/lib/components/pagination/container/index.mjs +0 -2
- package/esm2022/lib/components/pagination/container/pagination-container.component.mjs +0 -11
- package/esm2022/lib/components/pagination/container/pagination-container.module.mjs +0 -16
- package/esm2022/lib/components/pagination/container/public-api.mjs +0 -3
- package/esm2022/lib/components/pagination/index.mjs +0 -2
- package/esm2022/lib/components/pagination/pagination.component.mjs +0 -85
- package/esm2022/lib/components/pagination/pagination.module.mjs +0 -19
- package/esm2022/lib/components/pagination/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-indicators/progress-bar/index.mjs +0 -2
- package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
- package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
- package/esm2022/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/index.mjs +0 -2
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-indicators/progress-spinner/index.mjs +0 -2
- package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
- package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
- package/esm2022/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-stepper/index.mjs +0 -2
- package/esm2022/lib/components/progress-stepper/progress-step.types.mjs +0 -2
- package/esm2022/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
- package/esm2022/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
- package/esm2022/lib/components/progress-stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/rating/index.mjs +0 -2
- package/esm2022/lib/components/rating/public-api.mjs +0 -3
- package/esm2022/lib/components/rating/rating.component.mjs +0 -69
- package/esm2022/lib/components/rating/rating.module.mjs +0 -19
- package/esm2022/lib/components/shell-layout/index.mjs +0 -2
- package/esm2022/lib/components/shell-layout/public-api.mjs +0 -3
- package/esm2022/lib/components/shell-layout/shell-layout.component.mjs +0 -25
- package/esm2022/lib/components/shell-layout/shell-layout.module.mjs +0 -18
- package/esm2022/lib/components/snackbars/inline-snackbar/index.mjs +0 -2
- package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.component.mjs +0 -63
- package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.module.mjs +0 -19
- package/esm2022/lib/components/snackbars/inline-snackbar/public-api.mjs +0 -3
- package/esm2022/lib/components/snackbars/snackbar/index.mjs +0 -2
- package/esm2022/lib/components/snackbars/snackbar/public-api.mjs +0 -3
- package/esm2022/lib/components/snackbars/snackbar/snackbar.component.mjs +0 -30
- package/esm2022/lib/components/snackbars/snackbar/snackbar.module.mjs +0 -21
- package/esm2022/lib/components/splash-page/index.mjs +0 -2
- package/esm2022/lib/components/splash-page/public-api.mjs +0 -3
- package/esm2022/lib/components/splash-page/splash-page.component.mjs +0 -20
- package/esm2022/lib/components/splash-page/splash-page.module.mjs +0 -18
- package/esm2022/lib/components/stepper-condensed/condensed-helpers.mjs +0 -97
- package/esm2022/lib/components/stepper-condensed/condensed-step.type.mjs +0 -12
- package/esm2022/lib/components/stepper-condensed/index.mjs +0 -2
- package/esm2022/lib/components/stepper-condensed/public-api.mjs +0 -5
- package/esm2022/lib/components/stepper-condensed/stepper-condensed.component.mjs +0 -149
- package/esm2022/lib/components/stepper-condensed/stepper-condensed.module.mjs +0 -28
- package/esm2022/lib/components/submenu/submenu-container/index.mjs +0 -2
- package/esm2022/lib/components/submenu/submenu-container/public-api.mjs +0 -3
- package/esm2022/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
- package/esm2022/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
- package/esm2022/lib/components/submenu/submenu-heading/index.mjs +0 -2
- package/esm2022/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
- package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
- package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
- package/esm2022/lib/components/submenu/submenu-item/index.mjs +0 -2
- package/esm2022/lib/components/submenu/submenu-item/public-api.mjs +0 -3
- package/esm2022/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
- package/esm2022/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
- package/esm2022/lib/components/submenu/submenu-secondary-item/index.mjs +0 -2
- package/esm2022/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
- package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
- package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
- package/esm2022/lib/components/table/index.mjs +0 -2
- package/esm2022/lib/components/table/public-api.mjs +0 -3
- package/esm2022/lib/components/table/table.component.mjs +0 -81
- package/esm2022/lib/components/table/table.module.mjs +0 -20
- package/esm2022/lib/components/tags/create-tag/create-tag.component.mjs +0 -218
- package/esm2022/lib/components/tags/create-tag/create-tag.module.mjs +0 -43
- package/esm2022/lib/components/tags/create-tag/index.mjs +0 -2
- package/esm2022/lib/components/tags/create-tag/public-api.mjs +0 -3
- package/esm2022/lib/components/tags/tag/index.mjs +0 -2
- package/esm2022/lib/components/tags/tag/public-api.mjs +0 -4
- package/esm2022/lib/components/tags/tag/tag.component.mjs +0 -68
- package/esm2022/lib/components/tags/tag/tag.module.mjs +0 -19
- package/esm2022/lib/components/tags/tag/tag.types.mjs +0 -2
- package/esm2022/lib/components/tags/tag-container/index.mjs +0 -2
- package/esm2022/lib/components/tags/tag-container/public-api.mjs +0 -3
- package/esm2022/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
- package/esm2022/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
- package/esm2022/lib/components/timeline-stepper/index.mjs +0 -2
- package/esm2022/lib/components/timeline-stepper/public-api.mjs +0 -5
- package/esm2022/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
- package/esm2022/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
- package/esm2022/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
- package/esm2022/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
- package/esm2022/lib/components/vertical-stepper/index.mjs +0 -2
- package/esm2022/lib/components/vertical-stepper/public-api.mjs +0 -5
- package/esm2022/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
- package/esm2022/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
- package/esm2022/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
- package/esm2022/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
- package/esm2022/lib/components/widgets/widget-actions/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-actions/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
- package/esm2022/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
- package/esm2022/lib/components/widgets/widget-bar/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-bar/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
- package/esm2022/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-container/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-container/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
- package/esm2022/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-footer/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-footer/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
- package/esm2022/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-header/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-header/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
- package/esm2022/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-preview/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-preview/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
- package/esm2022/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-thumbnail/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
- package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
- package/esm2022/lib/components/widgets/widget-thumbnail-container/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
- package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-title/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-title/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
- package/esm2022/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
- package/esm2022/lib/components/wizard-stepper/index.mjs +0 -2
- package/esm2022/lib/components/wizard-stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
- package/esm2022/lib/services/viewport/viewport.service.interface.mjs +0 -2
- package/esm2022/lib/services/viewport/viewport.service.mjs +0 -32
- package/esm2022/lib/services/window/window.service.interface.mjs +0 -2
- package/esm2022/lib/services/window/window.service.mjs +0 -29
- package/esm2022/src/lib/components/avatar/ascentgl-ads-ui-src-lib-components-avatar.mjs +0 -5
- package/esm2022/src/lib/components/avatar/avatar.component.mjs +0 -50
- package/esm2022/src/lib/components/avatar/avatar.module.mjs +0 -19
- package/esm2022/src/lib/components/avatar/avatar.types.mjs +0 -2
- package/esm2022/src/lib/components/avatar/public-api.mjs +0 -3
- package/esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +0 -5
- package/esm2022/src/lib/components/buttons/button-container/button-container.component.mjs +0 -17
- package/esm2022/src/lib/components/buttons/button-container/button-container.module.mjs +0 -18
- package/esm2022/src/lib/components/buttons/button-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/buttons/selection-button/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -5
- package/esm2022/src/lib/components/buttons/selection-button/public-api.mjs +0 -3
- package/esm2022/src/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
- package/esm2022/src/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
- package/esm2022/src/lib/components/card/ascentgl-ads-ui-src-lib-components-card.mjs +0 -5
- package/esm2022/src/lib/components/card/card.component.mjs +0 -11
- package/esm2022/src/lib/components/card/card.module.mjs +0 -18
- package/esm2022/src/lib/components/card/public-api.mjs +0 -3
- package/esm2022/src/lib/components/divider/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -5
- package/esm2022/src/lib/components/divider/divider.component.mjs +0 -43
- package/esm2022/src/lib/components/divider/divider.module.mjs +0 -18
- package/esm2022/src/lib/components/divider/public-api.mjs +0 -3
- package/esm2022/src/lib/components/drag-and-drop-list/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +0 -5
- package/esm2022/src/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
- package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
- package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
- package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
- package/esm2022/src/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
- package/esm2022/src/lib/components/drag-and-drop-list/public-api.mjs +0 -3
- package/esm2022/src/lib/components/error-page/error-page-code/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +0 -5
- package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
- package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
- package/esm2022/src/lib/components/error-page/error-page-code/public-api.mjs +0 -3
- package/esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.mjs +0 -5
- package/esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.mjs +0 -5
- package/esm2022/src/lib/components/footer/container/footer-container.component.mjs +0 -11
- package/esm2022/src/lib/components/footer/container/footer-container.module.mjs +0 -16
- package/esm2022/src/lib/components/footer/container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/footer/footer.component.mjs +0 -35
- package/esm2022/src/lib/components/footer/footer.component.types.mjs +0 -2
- package/esm2022/src/lib/components/footer/footer.module.mjs +0 -18
- package/esm2022/src/lib/components/footer/public-api.mjs +0 -4
- package/esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.mjs +0 -5
- package/esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.mjs +0 -5
- package/esm2022/src/lib/components/header/container/header-container.component.mjs +0 -19
- package/esm2022/src/lib/components/header/container/header-container.module.mjs +0 -16
- package/esm2022/src/lib/components/header/container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/header/header.component.mjs +0 -11
- package/esm2022/src/lib/components/header/header.module.mjs +0 -16
- package/esm2022/src/lib/components/header/org-display-text/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -5
- package/esm2022/src/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
- package/esm2022/src/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
- package/esm2022/src/lib/components/header/org-display-text/public-api.mjs +0 -3
- package/esm2022/src/lib/components/header/public-api.mjs +0 -3
- package/esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +0 -5
- package/esm2022/src/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
- package/esm2022/src/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
- package/esm2022/src/lib/components/logo/primary-logo/public-api.mjs +0 -3
- package/esm2022/src/lib/components/main-menu/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -5
- package/esm2022/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
- package/esm2022/src/lib/components/main-menu/main-menu.component.mjs +0 -76
- package/esm2022/src/lib/components/main-menu/main-menu.module.mjs +0 -45
- package/esm2022/src/lib/components/main-menu/main-menu.types.mjs +0 -2
- package/esm2022/src/lib/components/main-menu/public-api.mjs +0 -4
- package/esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -5
- package/esm2022/src/lib/components/navigation/dashboard-edit-icon/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -5
- package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
- package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
- package/esm2022/src/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-actions-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
- package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
- package/esm2022/src/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-collapse-handle/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
- package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
- package/esm2022/src/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-header/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
- package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
- package/esm2022/src/lib/components/navigation/navigation-header/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-item/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
- package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
- package/esm2022/src/lib/components/navigation/navigation-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
- package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
- package/esm2022/src/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation.component.mjs +0 -25
- package/esm2022/src/lib/components/navigation/navigation.module.mjs +0 -16
- package/esm2022/src/lib/components/navigation/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -5
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -5
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
- package/esm2022/src/lib/components/navigation/sub-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -5
- package/esm2022/src/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
- package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
- package/esm2022/src/lib/components/navigation/sub-navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -5
- package/esm2022/src/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
- package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
- package/esm2022/src/lib/components/pagination/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -5
- package/esm2022/src/lib/components/pagination/container/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -5
- package/esm2022/src/lib/components/pagination/container/pagination-container.component.mjs +0 -11
- package/esm2022/src/lib/components/pagination/container/pagination-container.module.mjs +0 -16
- package/esm2022/src/lib/components/pagination/container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/pagination/pagination.component.mjs +0 -85
- package/esm2022/src/lib/components/pagination/pagination.module.mjs +0 -19
- package/esm2022/src/lib/components/pagination/public-api.mjs +0 -3
- package/esm2022/src/lib/components/progress-indicators/progress-bar/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +0 -5
- package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
- package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
- package/esm2022/src/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +0 -5
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
- package/esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +0 -5
- package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
- package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
- package/esm2022/src/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
- package/esm2022/src/lib/components/progress-stepper/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -5
- package/esm2022/src/lib/components/progress-stepper/progress-step.types.mjs +0 -2
- package/esm2022/src/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
- package/esm2022/src/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
- package/esm2022/src/lib/components/progress-stepper/public-api.mjs +0 -4
- package/esm2022/src/lib/components/rating/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -5
- package/esm2022/src/lib/components/rating/public-api.mjs +0 -3
- package/esm2022/src/lib/components/rating/rating.component.mjs +0 -69
- package/esm2022/src/lib/components/rating/rating.module.mjs +0 -19
- package/esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +0 -5
- package/esm2022/src/lib/components/shell-layout/public-api.mjs +0 -3
- package/esm2022/src/lib/components/shell-layout/shell-layout.component.mjs +0 -25
- package/esm2022/src/lib/components/shell-layout/shell-layout.module.mjs +0 -18
- package/esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs +0 -5
- package/esm2022/src/lib/components/splash-page/public-api.mjs +0 -3
- package/esm2022/src/lib/components/splash-page/splash-page.component.mjs +0 -20
- package/esm2022/src/lib/components/splash-page/splash-page.module.mjs +0 -18
- package/esm2022/src/lib/components/submenu/submenu-container/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -5
- package/esm2022/src/lib/components/submenu/submenu-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
- package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
- package/esm2022/src/lib/components/submenu/submenu-heading/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -5
- package/esm2022/src/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
- package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
- package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
- package/esm2022/src/lib/components/submenu/submenu-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -5
- package/esm2022/src/lib/components/submenu/submenu-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
- package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
- package/esm2022/src/lib/components/submenu/submenu-secondary-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -5
- package/esm2022/src/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
- package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
- package/esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +0 -5
- package/esm2022/src/lib/components/tags/tag-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
- package/esm2022/src/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
- package/esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -5
- package/esm2022/src/lib/components/timeline-stepper/public-api.mjs +0 -5
- package/esm2022/src/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
- package/esm2022/src/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
- package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
- package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
- package/esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -5
- package/esm2022/src/lib/components/vertical-stepper/public-api.mjs +0 -5
- package/esm2022/src/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
- package/esm2022/src/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
- package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
- package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
- package/esm2022/src/lib/components/widgets/widget-actions/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-actions/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
- package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
- package/esm2022/src/lib/components/widgets/widget-bar/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-bar/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
- package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
- package/esm2022/src/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-footer/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
- package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-header/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-header/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
- package/esm2022/src/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-preview/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-preview/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
- package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-thumbnail/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
- package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
- package/esm2022/src/lib/components/widgets/widget-thumbnail-container/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
- package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-title/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-title/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
- package/esm2022/src/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
- package/esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -5
- package/esm2022/src/lib/components/wizard-stepper/public-api.mjs +0 -4
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -83
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs +0 -33
- package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -65
- package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -44
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -135
- package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -67
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -42
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -69
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -45
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -98
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -91
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -58
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -45
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -107
- package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -136
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -91
- package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -44
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -39
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -51
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -56
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -286
- package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -264
- package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -42
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -33
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -33
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -33
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -47
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -34
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -123
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -44
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -51
- package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs.map +0 -1
- package/lib/components/avatar/avatar.component.d.ts +0 -30
- package/lib/components/avatar/avatar.module.d.ts +0 -9
- package/lib/components/avatar/avatar.types.d.ts +0 -1
- package/lib/components/avatar/index.d.ts +0 -1
- package/lib/components/avatar/public-api.d.ts +0 -2
- package/lib/components/badge/index.d.ts +0 -1
- package/lib/components/badge/numeric-badge.component.d.ts +0 -22
- package/lib/components/badge/numeric-badge.module.d.ts +0 -9
- package/lib/components/badge/public-api.d.ts +0 -2
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -37
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
- package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -7
- package/lib/components/breadcrumb/breadcrumb.visual-processor.d.ts +0 -16
- package/lib/components/breadcrumb/index.d.ts +0 -1
- package/lib/components/breadcrumb/public-api.d.ts +0 -3
- package/lib/components/buttons/button/button.component.d.ts +0 -24
- package/lib/components/buttons/button/button.module.d.ts +0 -9
- package/lib/components/buttons/button/index.d.ts +0 -1
- package/lib/components/buttons/button/public-api.d.ts +0 -2
- package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
- package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
- package/lib/components/buttons/button-container/index.d.ts +0 -1
- package/lib/components/buttons/button-container/public-api.d.ts +0 -2
- package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -25
- package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
- package/lib/components/buttons/icon-button/index.d.ts +0 -1
- package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
- package/lib/components/buttons/link-button/index.d.ts +0 -1
- package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
- package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
- package/lib/components/buttons/link-button/public-api.d.ts +0 -2
- package/lib/components/buttons/selection-button/index.d.ts +0 -1
- package/lib/components/buttons/selection-button/public-api.d.ts +0 -2
- package/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
- package/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
- package/lib/components/card/card.component.d.ts +0 -5
- package/lib/components/card/card.module.d.ts +0 -8
- package/lib/components/card/index.d.ts +0 -1
- package/lib/components/card/public-api.d.ts +0 -2
- package/lib/components/chip/chip.component.d.ts +0 -27
- package/lib/components/chip/chip.module.d.ts +0 -9
- package/lib/components/chip/chip.types.d.ts +0 -4
- package/lib/components/chip/index.d.ts +0 -1
- package/lib/components/chip/public-api.d.ts +0 -2
- package/lib/components/divider/divider.component.d.ts +0 -26
- package/lib/components/divider/divider.module.d.ts +0 -8
- package/lib/components/divider/index.d.ts +0 -1
- package/lib/components/divider/public-api.d.ts +0 -2
- package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
- package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
- package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
- package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
- package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
- package/lib/components/drag-and-drop-list/index.d.ts +0 -1
- package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
- package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
- package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
- package/lib/components/error-page/error-page-code/index.d.ts +0 -1
- package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
- package/lib/components/error-page/error-page.component.d.ts +0 -49
- package/lib/components/error-page/error-page.module.d.ts +0 -15
- package/lib/components/error-page/error-page.types.d.ts +0 -22
- package/lib/components/error-page/index.d.ts +0 -1
- package/lib/components/error-page/public-api.d.ts +0 -3
- package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -21
- package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
- package/lib/components/expansion-panel/index.d.ts +0 -1
- package/lib/components/expansion-panel/public-api.d.ts +0 -2
- package/lib/components/footer/container/footer-container.component.d.ts +0 -5
- package/lib/components/footer/container/footer-container.module.d.ts +0 -7
- package/lib/components/footer/container/index.d.ts +0 -1
- package/lib/components/footer/container/public-api.d.ts +0 -2
- package/lib/components/footer/footer.component.d.ts +0 -22
- package/lib/components/footer/footer.component.types.d.ts +0 -12
- package/lib/components/footer/footer.module.d.ts +0 -8
- package/lib/components/footer/index.d.ts +0 -1
- package/lib/components/footer/public-api.d.ts +0 -3
- package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
- package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
- package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -24
- package/lib/components/form-fields/area/index.d.ts +0 -1
- package/lib/components/form-fields/area/public-api.d.ts +0 -2
- package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
- package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
- package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
- package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
- package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
- package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -11
- package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
- package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
- package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
- package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
- package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
- package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
- package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
- package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -118
- package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
- package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
- package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
- package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -64
- package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -47
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -20
- package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/input/index.d.ts +0 -1
- package/lib/components/form-fields/input/input.component.d.ts +0 -29
- package/lib/components/form-fields/input/input.module.d.ts +0 -17
- package/lib/components/form-fields/input/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -195
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -22
- package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
- package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -15
- package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
- package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -17
- package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
- package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
- package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
- package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -19
- package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
- package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
- package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
- package/lib/components/general/color-palette/colors.enums.d.ts +0 -37
- package/lib/components/header/container/header-container.component.d.ts +0 -9
- package/lib/components/header/container/header-container.module.d.ts +0 -7
- package/lib/components/header/container/index.d.ts +0 -1
- package/lib/components/header/container/public-api.d.ts +0 -2
- package/lib/components/header/header.component.d.ts +0 -5
- package/lib/components/header/header.module.d.ts +0 -7
- package/lib/components/header/index.d.ts +0 -1
- package/lib/components/header/org-display-text/index.d.ts +0 -1
- package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
- package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
- package/lib/components/header/org-display-text/public-api.d.ts +0 -2
- package/lib/components/header/public-api.d.ts +0 -2
- package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
- package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
- package/lib/components/icon-hover/index.d.ts +0 -1
- package/lib/components/icon-hover/public-api.d.ts +0 -2
- package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -19
- package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
- package/lib/components/logo/ascent-logo/index.d.ts +0 -1
- package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
- package/lib/components/logo/primary-logo/index.d.ts +0 -1
- package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
- package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
- package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
- package/lib/components/main-menu/index.d.ts +0 -1
- package/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
- package/lib/components/main-menu/main-menu.component.d.ts +0 -42
- package/lib/components/main-menu/main-menu.module.d.ts +0 -15
- package/lib/components/main-menu/main-menu.types.d.ts +0 -8
- package/lib/components/main-menu/public-api.d.ts +0 -3
- package/lib/components/modal/index.d.ts +0 -1
- package/lib/components/modal/modal.component.d.ts +0 -27
- package/lib/components/modal/modal.module.d.ts +0 -12
- package/lib/components/modal/public-api.d.ts +0 -2
- package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
- package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
- package/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -1
- package/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
- package/lib/components/navigation/index.d.ts +0 -1
- package/lib/components/navigation/navigation-actions-container/index.d.ts +0 -1
- package/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
- package/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
- package/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -1
- package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
- package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
- package/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation-header/index.d.ts +0 -1
- package/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
- package/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
- package/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation-item/index.d.ts +0 -1
- package/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
- package/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
- package/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation-items-container/index.d.ts +0 -1
- package/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
- package/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
- package/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation.component.d.ts +0 -13
- package/lib/components/navigation/navigation.module.d.ts +0 -7
- package/lib/components/navigation/public-api.d.ts +0 -2
- package/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -1
- package/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
- package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
- package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
- package/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -1
- package/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
- package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
- package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
- package/lib/components/navigation/sub-navigation-item/index.d.ts +0 -1
- package/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
- package/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
- package/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
- package/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -1
- package/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
- package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
- package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
- package/lib/components/pagination/container/index.d.ts +0 -1
- package/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
- package/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
- package/lib/components/pagination/container/public-api.d.ts +0 -2
- package/lib/components/pagination/index.d.ts +0 -1
- package/lib/components/pagination/pagination.component.d.ts +0 -41
- package/lib/components/pagination/pagination.module.d.ts +0 -9
- package/lib/components/pagination/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
- package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
- package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
- package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
- package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
- package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
- package/lib/components/progress-stepper/index.d.ts +0 -1
- package/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
- package/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
- package/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
- package/lib/components/progress-stepper/public-api.d.ts +0 -3
- package/lib/components/rating/index.d.ts +0 -1
- package/lib/components/rating/public-api.d.ts +0 -2
- package/lib/components/rating/rating.component.d.ts +0 -22
- package/lib/components/rating/rating.module.d.ts +0 -9
- package/lib/components/shell-layout/index.d.ts +0 -1
- package/lib/components/shell-layout/public-api.d.ts +0 -2
- package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
- package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
- package/lib/components/snackbars/inline-snackbar/index.d.ts +0 -1
- package/lib/components/snackbars/inline-snackbar/inline-snackbar.component.d.ts +0 -31
- package/lib/components/snackbars/inline-snackbar/inline-snackbar.module.d.ts +0 -9
- package/lib/components/snackbars/inline-snackbar/public-api.d.ts +0 -2
- package/lib/components/snackbars/snackbar/index.d.ts +0 -1
- package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
- package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -22
- package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -11
- package/lib/components/splash-page/index.d.ts +0 -1
- package/lib/components/splash-page/public-api.d.ts +0 -2
- package/lib/components/splash-page/splash-page.component.d.ts +0 -14
- package/lib/components/splash-page/splash-page.module.d.ts +0 -8
- package/lib/components/stepper-condensed/condensed-helpers.d.ts +0 -24
- package/lib/components/stepper-condensed/condensed-step.type.d.ts +0 -43
- package/lib/components/stepper-condensed/index.d.ts +0 -1
- package/lib/components/stepper-condensed/public-api.d.ts +0 -4
- package/lib/components/stepper-condensed/stepper-condensed.component.d.ts +0 -61
- package/lib/components/stepper-condensed/stepper-condensed.module.d.ts +0 -11
- package/lib/components/submenu/submenu-container/index.d.ts +0 -1
- package/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
- package/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
- package/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
- package/lib/components/submenu/submenu-heading/index.d.ts +0 -1
- package/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
- package/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
- package/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
- package/lib/components/submenu/submenu-item/index.d.ts +0 -1
- package/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
- package/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
- package/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
- package/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -1
- package/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
- package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
- package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
- package/lib/components/table/index.d.ts +0 -1
- package/lib/components/table/public-api.d.ts +0 -2
- package/lib/components/table/table.component.d.ts +0 -35
- package/lib/components/table/table.module.d.ts +0 -10
- package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -85
- package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -14
- package/lib/components/tags/create-tag/index.d.ts +0 -1
- package/lib/components/tags/create-tag/public-api.d.ts +0 -2
- package/lib/components/tags/tag/index.d.ts +0 -1
- package/lib/components/tags/tag/public-api.d.ts +0 -3
- package/lib/components/tags/tag/tag.component.d.ts +0 -34
- package/lib/components/tags/tag/tag.module.d.ts +0 -9
- package/lib/components/tags/tag/tag.types.d.ts +0 -6
- package/lib/components/tags/tag-container/index.d.ts +0 -1
- package/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
- package/lib/components/timeline-stepper/index.d.ts +0 -1
- package/lib/components/timeline-stepper/public-api.d.ts +0 -4
- package/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
- package/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
- package/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
- package/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
- package/lib/components/vertical-stepper/index.d.ts +0 -1
- package/lib/components/vertical-stepper/public-api.d.ts +0 -4
- package/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
- package/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
- package/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
- package/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
- package/lib/components/widgets/widget-actions/index.d.ts +0 -1
- package/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
- package/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
- package/lib/components/widgets/widget-bar/index.d.ts +0 -1
- package/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
- package/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
- package/lib/components/widgets/widget-container/index.d.ts +0 -1
- package/lib/components/widgets/widget-container/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
- package/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
- package/lib/components/widgets/widget-footer/index.d.ts +0 -1
- package/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
- package/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
- package/lib/components/widgets/widget-header/index.d.ts +0 -1
- package/lib/components/widgets/widget-header/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
- package/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
- package/lib/components/widgets/widget-preview/index.d.ts +0 -1
- package/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
- package/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
- package/lib/components/widgets/widget-thumbnail/index.d.ts +0 -1
- package/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
- package/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
- package/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -1
- package/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
- package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
- package/lib/components/widgets/widget-title/index.d.ts +0 -1
- package/lib/components/widgets/widget-title/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
- package/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
- package/lib/components/wizard-stepper/index.d.ts +0 -1
- package/lib/components/wizard-stepper/public-api.d.ts +0 -3
- package/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
- package/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
- package/lib/services/viewport/viewport.service.d.ts +0 -22
- package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
- package/lib/services/window/window.service.d.ts +0 -12
- package/lib/services/window/window.service.interface.d.ts +0 -7
- package/src/assets/sass/ads-ui/overrides/_ag-grid.scss +0 -2
- package/src/assets/sass/ads-ui/overrides/angular-material/_expansion-panel.scss +0 -19
- package/src/assets/sass/ads-ui/overrides/angular-material/_modal.scss +0 -42
- package/src/assets/sass/ads-ui/overrides/angular-material/_tabs.scss +0 -63
- package/src/lib/components/avatar/avatar.component.d.ts +0 -30
- package/src/lib/components/avatar/avatar.module.d.ts +0 -9
- package/src/lib/components/avatar/avatar.types.d.ts +0 -1
- package/src/lib/components/avatar/public-api.d.ts +0 -2
- package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
- package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
- package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
- package/src/lib/components/buttons/selection-button/index.d.ts +0 -5
- package/src/lib/components/buttons/selection-button/public-api.d.ts +0 -2
- package/src/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
- package/src/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
- package/src/lib/components/card/card.component.d.ts +0 -5
- package/src/lib/components/card/card.module.d.ts +0 -8
- package/src/lib/components/card/index.d.ts +0 -5
- package/src/lib/components/card/public-api.d.ts +0 -2
- package/src/lib/components/divider/divider.component.d.ts +0 -26
- package/src/lib/components/divider/divider.module.d.ts +0 -8
- package/src/lib/components/divider/index.d.ts +0 -5
- package/src/lib/components/divider/public-api.d.ts +0 -2
- package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
- package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
- package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
- package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
- package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
- package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
- package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
- package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
- package/src/lib/components/footer/container/public-api.d.ts +0 -2
- package/src/lib/components/footer/footer.component.d.ts +0 -22
- package/src/lib/components/footer/footer.component.types.d.ts +0 -12
- package/src/lib/components/footer/footer.module.d.ts +0 -8
- package/src/lib/components/footer/public-api.d.ts +0 -3
- package/src/lib/components/header/container/header-container.component.d.ts +0 -9
- package/src/lib/components/header/container/header-container.module.d.ts +0 -7
- package/src/lib/components/header/container/public-api.d.ts +0 -2
- package/src/lib/components/header/header.component.d.ts +0 -5
- package/src/lib/components/header/header.module.d.ts +0 -7
- package/src/lib/components/header/org-display-text/index.d.ts +0 -5
- package/src/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
- package/src/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
- package/src/lib/components/header/org-display-text/public-api.d.ts +0 -2
- package/src/lib/components/header/public-api.d.ts +0 -2
- package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
- package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
- package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
- package/src/lib/components/main-menu/index.d.ts +0 -5
- package/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
- package/src/lib/components/main-menu/main-menu.component.d.ts +0 -42
- package/src/lib/components/main-menu/main-menu.module.d.ts +0 -15
- package/src/lib/components/main-menu/main-menu.types.d.ts +0 -8
- package/src/lib/components/main-menu/public-api.d.ts +0 -3
- package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
- package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
- package/src/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -5
- package/src/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
- package/src/lib/components/navigation/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-actions-container/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
- package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
- package/src/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
- package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
- package/src/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation-header/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
- package/src/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
- package/src/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation-item/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
- package/src/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
- package/src/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation-items-container/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
- package/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
- package/src/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation.component.d.ts +0 -13
- package/src/lib/components/navigation/navigation.module.d.ts +0 -7
- package/src/lib/components/navigation/public-api.d.ts +0 -2
- package/src/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -5
- package/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
- package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
- package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
- package/src/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -5
- package/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
- package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
- package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
- package/src/lib/components/navigation/sub-navigation-item/index.d.ts +0 -5
- package/src/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
- package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
- package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
- package/src/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -5
- package/src/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
- package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
- package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
- package/src/lib/components/pagination/container/index.d.ts +0 -5
- package/src/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
- package/src/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
- package/src/lib/components/pagination/container/public-api.d.ts +0 -2
- package/src/lib/components/pagination/index.d.ts +0 -5
- package/src/lib/components/pagination/pagination.component.d.ts +0 -41
- package/src/lib/components/pagination/pagination.module.d.ts +0 -9
- package/src/lib/components/pagination/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
- package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
- package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
- package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
- package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
- package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
- package/src/lib/components/progress-stepper/index.d.ts +0 -5
- package/src/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
- package/src/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
- package/src/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
- package/src/lib/components/progress-stepper/public-api.d.ts +0 -3
- package/src/lib/components/rating/index.d.ts +0 -5
- package/src/lib/components/rating/public-api.d.ts +0 -2
- package/src/lib/components/rating/rating.component.d.ts +0 -22
- package/src/lib/components/rating/rating.module.d.ts +0 -9
- package/src/lib/components/shell-layout/public-api.d.ts +0 -2
- package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
- package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
- package/src/lib/components/splash-page/public-api.d.ts +0 -2
- package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
- package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
- package/src/lib/components/submenu/submenu-container/index.d.ts +0 -5
- package/src/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
- package/src/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
- package/src/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
- package/src/lib/components/submenu/submenu-heading/index.d.ts +0 -5
- package/src/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
- package/src/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
- package/src/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
- package/src/lib/components/submenu/submenu-item/index.d.ts +0 -5
- package/src/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
- package/src/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
- package/src/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
- package/src/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -5
- package/src/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
- package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
- package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
- package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
- package/src/lib/components/timeline-stepper/index.d.ts +0 -5
- package/src/lib/components/timeline-stepper/public-api.d.ts +0 -4
- package/src/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
- package/src/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
- package/src/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
- package/src/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
- package/src/lib/components/vertical-stepper/index.d.ts +0 -5
- package/src/lib/components/vertical-stepper/public-api.d.ts +0 -4
- package/src/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
- package/src/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
- package/src/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
- package/src/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
- package/src/lib/components/widgets/widget-actions/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
- package/src/lib/components/widgets/widget-bar/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
- package/src/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-container/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-container/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-footer/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-header/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-header/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-preview/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
- package/src/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-thumbnail/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
- package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
- package/src/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-title/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-title/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
- package/src/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
- package/src/lib/components/wizard-stepper/index.d.ts +0 -5
- package/src/lib/components/wizard-stepper/public-api.d.ts +0 -3
- package/src/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
- package/src/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/src/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9ybS1maWVsZHMvZHJvcGRvd25zL2Ryb3Bkb3duL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './dropdown.component';
|
|
2
|
-
export * from './dropdown.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb3JtLWZpZWxkcy9kcm9wZG93bnMvZHJvcGRvd24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Ryb3Bkb3duLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2Ryb3Bkb3duLm1vZHVsZSc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9ybS1maWVsZHMvZHJvcGRvd25zL2lucHV0LWRyb3Bkb3duL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.mjs
DELETED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { Component, Input, ViewChild } from '@angular/core';
|
|
2
|
-
import { AdsDropdownComponent } from '../dropdown';
|
|
3
|
-
import { FormControl } from '@angular/forms';
|
|
4
|
-
import { AbstractInputComponent } from '../../abstracts/abstract.input.component';
|
|
5
|
-
import { asapScheduler } from 'rxjs';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@angular/common";
|
|
8
|
-
import * as i2 from "../../input/input.component";
|
|
9
|
-
import * as i3 from "../dropdown/dropdown.component";
|
|
10
|
-
import * as i4 from "../../common/input.tooltip.component";
|
|
11
|
-
import * as i5 from "../../common/error/error.component";
|
|
12
|
-
import * as i6 from "../../common/hint/hint.component";
|
|
13
|
-
import * as i7 from "../../common/success/success.component";
|
|
14
|
-
export class AdsInputDropdownComponent extends AbstractInputComponent {
|
|
15
|
-
constructor() {
|
|
16
|
-
super(...arguments);
|
|
17
|
-
/** Maximum amount of characters in the input field */
|
|
18
|
-
this.maxlength = 255;
|
|
19
|
-
/** Possible input type (as per HTML documentation). NOTE: not all types are allowed */
|
|
20
|
-
this.type = 'text';
|
|
21
|
-
/** Provide regular expression pattern if input type is set to "pattern" */
|
|
22
|
-
this.pattern = '';
|
|
23
|
-
/** Dropdown control, associated with input field */
|
|
24
|
-
this.dropdownControl = new FormControl();
|
|
25
|
-
/** Optional "id" attribute for dropdown field */
|
|
26
|
-
this.dropdownId = '';
|
|
27
|
-
/** Empty dropdown field placeholder */
|
|
28
|
-
this.dropdownPlaceholder = '';
|
|
29
|
-
/** Input field width. Must include units of measure: px, %, em, rem, etc. */
|
|
30
|
-
this.inputWidth = '70%';
|
|
31
|
-
/** Input field width. Must include units of measure: px, %, em, rem, etc. */
|
|
32
|
-
this.dropdownWidth = '30%';
|
|
33
|
-
/** Is set and dropdown contains only one option - it will be selected automatically. */
|
|
34
|
-
this.autoSelectSingleDropdownOption = false;
|
|
35
|
-
/** Set to true to add empty value to the dropdown */
|
|
36
|
-
this.hasEmptyValue = true;
|
|
37
|
-
/** Set to true if you want dropdown items to fit content rather than dropdown width */
|
|
38
|
-
this.fitContent = true;
|
|
39
|
-
/** @ignore */
|
|
40
|
-
this.isSingleOptionSelected = false;
|
|
41
|
-
}
|
|
42
|
-
/** @ignore */
|
|
43
|
-
ngOnChanges(changes) {
|
|
44
|
-
if (changes.options && this.autoSelectSingleDropdownOption) {
|
|
45
|
-
asapScheduler.schedule(() => {
|
|
46
|
-
if (this.dropdownComponent?.displayedOptions.size === 1) {
|
|
47
|
-
/**
|
|
48
|
-
* get first displayed option
|
|
49
|
-
*/
|
|
50
|
-
const first = this.dropdownComponent.displayedOptions.keys().next().value;
|
|
51
|
-
/**
|
|
52
|
-
* if control value does not equal the first option already - select the first option
|
|
53
|
-
*/
|
|
54
|
-
if (this.dropdownControl.value !== first) {
|
|
55
|
-
this.dropdownControl.setValue(first);
|
|
56
|
-
}
|
|
57
|
-
this.isSingleOptionSelected = true;
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
this.isSingleOptionSelected = false;
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsInputDropdownComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
66
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsInputDropdownComponent, selector: "ads-input-dropdown", inputs: { maxlength: "maxlength", type: "type", pattern: "pattern", dropdownControl: "dropdownControl", dropdownId: "dropdownId", dropdownLabel: "dropdownLabel", dropdownPlaceholder: "dropdownPlaceholder", inputWidth: "inputWidth", dropdownWidth: "dropdownWidth", autoSelectSingleDropdownOption: "autoSelectSingleDropdownOption", options: "options", displayValueKey: "displayValueKey", hasEmptyValue: "hasEmptyValue", fitContent: "fitContent" }, viewQueries: [{ propertyName: "dropdownComponent", first: true, predicate: AdsDropdownComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"form-field-wrapper\" [ngStyle]=\"{ width: width }\">\n <div class=\"form-controls-wrapper\">\n <div\n class=\"text-box\"\n [ngClass]=\"{\n invalid: dropdownControl.invalid && dropdownControl.touched,\n 'success-label': canShowSuccess(),\n 'x-small': smallSize,\n }\"\n [ngStyle]=\"{ width: inputWidth }\"\n >\n <ads-input\n [control]=\"valueControl\"\n [maxlength]=\"maxlength\"\n [id]=\"id\"\n [pattern]=\"pattern\"\n [label]=\"label\"\n [type]=\"type\"\n [placeholder]=\"placeholder\"\n [errorMessages]=\"errorMessages\"\n [showExclamationOnError]=\"showExclamationOnError\"\n [showClearButton]=\"showClearButton\"\n [immediateValidation]=\"immediateValidation\"\n [showFooter]=\"false\"\n [size]=\"size\"\n [successMessage]=\"successMessage\"\n />\n </div>\n <div\n class=\"select-box\"\n [ngClass]=\"{ invalid: valueControl.invalid && valueControl.touched }\"\n [ngStyle]=\"{ width: dropdownWidth }\"\n >\n @if (isSingleOptionSelected) {\n <ads-input\n [control]=\"dropdownControl\"\n [id]=\"dropdownId\"\n [readonly]=\"true\"\n [label]=\"dropdownLabel\"\n [placeholder]=\"dropdownPlaceholder\"\n [immediateValidation]=\"immediateValidation\"\n [showFooter]=\"false\"\n [size]=\"size\"\n [successMessage]=\"successMessage\"\n />\n } @else {\n <ads-dropdown\n [hasEmptyValue]=\"hasEmptyValue\"\n [control]=\"dropdownControl\"\n [id]=\"dropdownId\"\n [options]=\"options\"\n [label]=\"dropdownLabel\"\n [placeholder]=\"dropdownPlaceholder\"\n [immediateValidation]=\"immediateValidation\"\n [displayValueKey]=\"displayValueKey\"\n [fitContent]=\"fitContent\"\n [showFooter]=\"false\"\n [checkSelected]=\"false\"\n [size]=\"size\"\n [successMessage]=\"successMessage\"\n />\n }\n </div>\n </div>\n <div class=\"footer-container\">\n @if (canShowError()) {\n <ads-error [error]=\"displayFirstError()\" [ngStyle]=\"{ width: width }\" />\n } @else if (canShowSuccess()) {\n <ads-success [success]=\"successMessage!\" [ngStyle]=\"{ width: width }\" />\n } @else if (hint) {\n <ads-hint [hint]=\"hint\" [control]=\"valueControl\" [ngStyle]=\"{ width: width }\" />\n }\n </div>\n</div>\n@if (tooltip) {\n <ads-input-tooltip [tooltip]=\"tooltip\" [smallSize]=\"smallSize\" />\n}\n", styles: [":host{display:flex;gap:12px;align-items:flex-start}.form-field-wrapper{display:flex;flex-direction:column}.form-field-wrapper .form-controls-wrapper{display:flex;width:100%}.form-field-wrapper .invalid ::ng-deep .mdc-text-field{border-color:var(--mdc-filled-text-field-error-label-text-color)}.form-field-wrapper .invalid.text-box ::ng-deep .mdc-text-field{border-right-width:1px}.form-field-wrapper .invalid.select-box ::ng-deep .mdc-text-field{border-left-width:1px;border-left-color:transparent}.form-field-wrapper .select-box ::ng-deep .mdc-text-field{border-left-width:1px;border-left-color:transparent;border-top-left-radius:0;border-bottom-left-radius:0}.form-field-wrapper .text-box{z-index:1}.form-field-wrapper .text-box ::ng-deep .mdc-text-field{border-top-right-radius:0;border-bottom-right-radius:0}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.AdsInputComponent, selector: "ads-input", inputs: ["maxlength", "type", "pattern", "defaultValue", "readonly", "isPasswordField"] }, { kind: "component", type: i3.AdsDropdownComponent, selector: "ads-dropdown", inputs: ["displayValueFormatter", "mode", "hasEmptyValue", "checkSelected", "options"] }, { kind: "component", type: i4.AdsInputTooltipComponent, selector: "ads-input-tooltip", inputs: ["tooltip", "smallSize"] }, { kind: "component", type: i5.AdsErrorComponent, selector: "ads-error", inputs: ["error"] }, { kind: "component", type: i6.AdsHintComponent, selector: "ads-hint", inputs: ["control", "hint"] }, { kind: "component", type: i7.AdsSuccessComponent, selector: "ads-success", inputs: ["success"] }] }); }
|
|
67
|
-
}
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsInputDropdownComponent, decorators: [{
|
|
69
|
-
type: Component,
|
|
70
|
-
args: [{ selector: 'ads-input-dropdown', template: "<div class=\"form-field-wrapper\" [ngStyle]=\"{ width: width }\">\n <div class=\"form-controls-wrapper\">\n <div\n class=\"text-box\"\n [ngClass]=\"{\n invalid: dropdownControl.invalid && dropdownControl.touched,\n 'success-label': canShowSuccess(),\n 'x-small': smallSize,\n }\"\n [ngStyle]=\"{ width: inputWidth }\"\n >\n <ads-input\n [control]=\"valueControl\"\n [maxlength]=\"maxlength\"\n [id]=\"id\"\n [pattern]=\"pattern\"\n [label]=\"label\"\n [type]=\"type\"\n [placeholder]=\"placeholder\"\n [errorMessages]=\"errorMessages\"\n [showExclamationOnError]=\"showExclamationOnError\"\n [showClearButton]=\"showClearButton\"\n [immediateValidation]=\"immediateValidation\"\n [showFooter]=\"false\"\n [size]=\"size\"\n [successMessage]=\"successMessage\"\n />\n </div>\n <div\n class=\"select-box\"\n [ngClass]=\"{ invalid: valueControl.invalid && valueControl.touched }\"\n [ngStyle]=\"{ width: dropdownWidth }\"\n >\n @if (isSingleOptionSelected) {\n <ads-input\n [control]=\"dropdownControl\"\n [id]=\"dropdownId\"\n [readonly]=\"true\"\n [label]=\"dropdownLabel\"\n [placeholder]=\"dropdownPlaceholder\"\n [immediateValidation]=\"immediateValidation\"\n [showFooter]=\"false\"\n [size]=\"size\"\n [successMessage]=\"successMessage\"\n />\n } @else {\n <ads-dropdown\n [hasEmptyValue]=\"hasEmptyValue\"\n [control]=\"dropdownControl\"\n [id]=\"dropdownId\"\n [options]=\"options\"\n [label]=\"dropdownLabel\"\n [placeholder]=\"dropdownPlaceholder\"\n [immediateValidation]=\"immediateValidation\"\n [displayValueKey]=\"displayValueKey\"\n [fitContent]=\"fitContent\"\n [showFooter]=\"false\"\n [checkSelected]=\"false\"\n [size]=\"size\"\n [successMessage]=\"successMessage\"\n />\n }\n </div>\n </div>\n <div class=\"footer-container\">\n @if (canShowError()) {\n <ads-error [error]=\"displayFirstError()\" [ngStyle]=\"{ width: width }\" />\n } @else if (canShowSuccess()) {\n <ads-success [success]=\"successMessage!\" [ngStyle]=\"{ width: width }\" />\n } @else if (hint) {\n <ads-hint [hint]=\"hint\" [control]=\"valueControl\" [ngStyle]=\"{ width: width }\" />\n }\n </div>\n</div>\n@if (tooltip) {\n <ads-input-tooltip [tooltip]=\"tooltip\" [smallSize]=\"smallSize\" />\n}\n", styles: [":host{display:flex;gap:12px;align-items:flex-start}.form-field-wrapper{display:flex;flex-direction:column}.form-field-wrapper .form-controls-wrapper{display:flex;width:100%}.form-field-wrapper .invalid ::ng-deep .mdc-text-field{border-color:var(--mdc-filled-text-field-error-label-text-color)}.form-field-wrapper .invalid.text-box ::ng-deep .mdc-text-field{border-right-width:1px}.form-field-wrapper .invalid.select-box ::ng-deep .mdc-text-field{border-left-width:1px;border-left-color:transparent}.form-field-wrapper .select-box ::ng-deep .mdc-text-field{border-left-width:1px;border-left-color:transparent;border-top-left-radius:0;border-bottom-left-radius:0}.form-field-wrapper .text-box{z-index:1}.form-field-wrapper .text-box ::ng-deep .mdc-text-field{border-top-right-radius:0;border-bottom-right-radius:0}\n"] }]
|
|
71
|
-
}], propDecorators: { maxlength: [{
|
|
72
|
-
type: Input
|
|
73
|
-
}], type: [{
|
|
74
|
-
type: Input
|
|
75
|
-
}], pattern: [{
|
|
76
|
-
type: Input
|
|
77
|
-
}], dropdownControl: [{
|
|
78
|
-
type: Input
|
|
79
|
-
}], dropdownId: [{
|
|
80
|
-
type: Input
|
|
81
|
-
}], dropdownLabel: [{
|
|
82
|
-
type: Input
|
|
83
|
-
}], dropdownPlaceholder: [{
|
|
84
|
-
type: Input
|
|
85
|
-
}], inputWidth: [{
|
|
86
|
-
type: Input
|
|
87
|
-
}], dropdownWidth: [{
|
|
88
|
-
type: Input
|
|
89
|
-
}], autoSelectSingleDropdownOption: [{
|
|
90
|
-
type: Input
|
|
91
|
-
}], options: [{
|
|
92
|
-
type: Input
|
|
93
|
-
}], displayValueKey: [{
|
|
94
|
-
type: Input
|
|
95
|
-
}], hasEmptyValue: [{
|
|
96
|
-
type: Input
|
|
97
|
-
}], fitContent: [{
|
|
98
|
-
type: Input
|
|
99
|
-
}], dropdownComponent: [{
|
|
100
|
-
type: ViewChild,
|
|
101
|
-
args: [AdsDropdownComponent]
|
|
102
|
-
}] } });
|
|
103
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0tZmllbGRzL2Ryb3Bkb3ducy9pbnB1dC1kcm9wZG93bi9pbnB1dC1kcm9wZG93bi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9ybS1maWVsZHMvZHJvcGRvd25zL2lucHV0LWRyb3Bkb3duL2lucHV0LWRyb3Bkb3duLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUEyQixTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDckYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQ25ELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUU3QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNsRixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sTUFBTSxDQUFDOzs7Ozs7Ozs7QUFPckMsTUFBTSxPQUFPLHlCQUEwQixTQUFRLHNCQUFzQjtJQUxyRTs7UUFNRSxzREFBc0Q7UUFDN0MsY0FBUyxHQUFHLEdBQUcsQ0FBQztRQUV6Qix1RkFBdUY7UUFDOUUsU0FBSSxHQUFpRSxNQUFNLENBQUM7UUFFckYsMkVBQTJFO1FBQ2xFLFlBQU8sR0FBb0IsRUFBRSxDQUFDO1FBRXZDLG9EQUFvRDtRQUMzQyxvQkFBZSxHQUFnQixJQUFJLFdBQVcsRUFBRSxDQUFDO1FBRTFELGlEQUFpRDtRQUN4QyxlQUFVLEdBQUcsRUFBRSxDQUFDO1FBS3pCLHVDQUF1QztRQUM5Qix3QkFBbUIsR0FBRyxFQUFFLENBQUM7UUFFbEMsNkVBQTZFO1FBQ3BFLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFFNUIsNkVBQTZFO1FBQ3BFLGtCQUFhLEdBQUcsS0FBSyxDQUFDO1FBRS9CLHdGQUF3RjtRQUMvRSxtQ0FBOEIsR0FBRyxLQUFLLENBQUM7UUFRaEQscURBQXFEO1FBQzVDLGtCQUFhLEdBQUcsSUFBSSxDQUFDO1FBRTlCLHVGQUF1RjtRQUM5RSxlQUFVLEdBQUcsSUFBSSxDQUFDO1FBSzNCLGNBQWM7UUFDZCwyQkFBc0IsR0FBRyxLQUFLLENBQUM7S0EwQmhDO0lBeEJDLGNBQWM7SUFDZCxXQUFXLENBQUMsT0FBcUU7UUFDL0UsSUFBSSxPQUFPLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyw4QkFBOEIsRUFBRSxDQUFDO1lBQzNELGFBQWEsQ0FBQyxRQUFRLENBQUMsR0FBRyxFQUFFO2dCQUMxQixJQUFJLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxnQkFBZ0IsQ0FBQyxJQUFJLEtBQUssQ0FBQyxFQUFFLENBQUM7b0JBQ3hEOzt1QkFFRztvQkFDSCxNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxFQUFFLENBQUMsSUFBSSxFQUFFLENBQUMsS0FBSyxDQUFDO29CQUUxRTs7dUJBRUc7b0JBQ0gsSUFBSSxJQUFJLENBQUMsZUFBZSxDQUFDLEtBQUssS0FBSyxLQUFLLEVBQUUsQ0FBQzt3QkFDekMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7b0JBQ3ZDLENBQUM7b0JBRUQsSUFBSSxDQUFDLHNCQUFzQixHQUFHLElBQUksQ0FBQztnQkFDckMsQ0FBQztxQkFBTSxDQUFDO29CQUNOLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxLQUFLLENBQUM7Z0JBQ3RDLENBQUM7WUFDSCxDQUFDLENBQUMsQ0FBQztRQUNMLENBQUM7SUFDSCxDQUFDOzhHQXhFVSx5QkFBeUI7a0dBQXpCLHlCQUF5QiwyaUJBNEN6QixvQkFBb0IsNEZDeERqQyxvbEZBNkVBOzsyRkRqRWEseUJBQXlCO2tCQUxyQyxTQUFTOytCQUNFLG9CQUFvQjs4QkFNckIsU0FBUztzQkFBakIsS0FBSztnQkFHRyxJQUFJO3NCQUFaLEtBQUs7Z0JBR0csT0FBTztzQkFBZixLQUFLO2dCQUdHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBR0csVUFBVTtzQkFBbEIsS0FBSztnQkFHRyxhQUFhO3NCQUFyQixLQUFLO2dCQUdHLG1CQUFtQjtzQkFBM0IsS0FBSztnQkFHRyxVQUFVO3NCQUFsQixLQUFLO2dCQUdHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBR0csOEJBQThCO3NCQUF0QyxLQUFLO2dCQUdHLE9BQU87c0JBQWYsS0FBSztnQkFHRyxlQUFlO3NCQUF2QixLQUFLO2dCQUdHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBR0csVUFBVTtzQkFBbEIsS0FBSztnQkFHMkIsaUJBQWlCO3NCQUFqRCxTQUFTO3VCQUFDLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uQ2hhbmdlcywgU2ltcGxlQ2hhbmdlLCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFkc0Ryb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi4vZHJvcGRvd24nO1xuaW1wb3J0IHsgRm9ybUNvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBEcm9wZG93bkNvbXBvbmVudE9wdGlvbnMgfSBmcm9tICcuLi8uLi9hYnN0cmFjdHMvYWJzdHJhY3QuZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7IEFic3RyYWN0SW5wdXRDb21wb25lbnQgfSBmcm9tICcuLi8uLi9hYnN0cmFjdHMvYWJzdHJhY3QuaW5wdXQuY29tcG9uZW50JztcbmltcG9ydCB7IGFzYXBTY2hlZHVsZXIgfSBmcm9tICdyeGpzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWlucHV0LWRyb3Bkb3duJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2lucHV0LWRyb3Bkb3duLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaW5wdXQtZHJvcGRvd24uY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzSW5wdXREcm9wZG93bkNvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0SW5wdXRDb21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMge1xuICAvKiogTWF4aW11bSBhbW91bnQgb2YgY2hhcmFjdGVycyBpbiB0aGUgaW5wdXQgZmllbGQgKi9cbiAgQElucHV0KCkgbWF4bGVuZ3RoID0gMjU1O1xuXG4gIC8qKiBQb3NzaWJsZSBpbnB1dCB0eXBlIChhcyBwZXIgSFRNTCBkb2N1bWVudGF0aW9uKS4gTk9URTogbm90IGFsbCB0eXBlcyBhcmUgYWxsb3dlZCAqL1xuICBASW5wdXQoKSB0eXBlOiAndGV4dCcgfCAnbnVtYmVyJyB8ICdlbWFpbCcgfCAncGFzc3dvcmQnIHwgJ3VybCcgfCAncGF0dGVybicgPSAndGV4dCc7XG5cbiAgLyoqIFByb3ZpZGUgcmVndWxhciBleHByZXNzaW9uIHBhdHRlcm4gaWYgaW5wdXQgdHlwZSBpcyBzZXQgdG8gXCJwYXR0ZXJuXCIgKi9cbiAgQElucHV0KCkgcGF0dGVybjogc3RyaW5nIHwgUmVnRXhwID0gJyc7XG5cbiAgLyoqIERyb3Bkb3duIGNvbnRyb2wsIGFzc29jaWF0ZWQgd2l0aCBpbnB1dCBmaWVsZCAqL1xuICBASW5wdXQoKSBkcm9wZG93bkNvbnRyb2w6IEZvcm1Db250cm9sID0gbmV3IEZvcm1Db250cm9sKCk7XG5cbiAgLyoqIE9wdGlvbmFsIFwiaWRcIiBhdHRyaWJ1dGUgZm9yIGRyb3Bkb3duIGZpZWxkICovXG4gIEBJbnB1dCgpIGRyb3Bkb3duSWQgPSAnJztcblxuICAvKiogT3B0aW9uYWwgZHJvcGRvd24gY29udHJvbCBmaWVsZCBsYWJlbCAqL1xuICBASW5wdXQoKSBkcm9wZG93bkxhYmVsPzogc3RyaW5nO1xuXG4gIC8qKiBFbXB0eSBkcm9wZG93biBmaWVsZCBwbGFjZWhvbGRlciAqL1xuICBASW5wdXQoKSBkcm9wZG93blBsYWNlaG9sZGVyID0gJyc7XG5cbiAgLyoqIElucHV0IGZpZWxkIHdpZHRoLiBNdXN0IGluY2x1ZGUgdW5pdHMgb2YgbWVhc3VyZTogcHgsICUsIGVtLCByZW0sIGV0Yy4gKi9cbiAgQElucHV0KCkgaW5wdXRXaWR0aCA9ICc3MCUnO1xuXG4gIC8qKiBJbnB1dCBmaWVsZCB3aWR0aC4gTXVzdCBpbmNsdWRlIHVuaXRzIG9mIG1lYXN1cmU6IHB4LCAlLCBlbSwgcmVtLCBldGMuICovXG4gIEBJbnB1dCgpIGRyb3Bkb3duV2lkdGggPSAnMzAlJztcblxuICAvKiogSXMgc2V0IGFuZCBkcm9wZG93biBjb250YWlucyBvbmx5IG9uZSBvcHRpb24gLSBpdCB3aWxsIGJlIHNlbGVjdGVkIGF1dG9tYXRpY2FsbHkuICovXG4gIEBJbnB1dCgpIGF1dG9TZWxlY3RTaW5nbGVEcm9wZG93bk9wdGlvbiA9IGZhbHNlO1xuXG4gIC8qKiBDb250YWlucyBkcm9wZG93biBvcHRpb25zICovXG4gIEBJbnB1dCgpIG9wdGlvbnM/OiBEcm9wZG93bkNvbXBvbmVudE9wdGlvbnM7XG5cbiAgLyoqIElmIG9wdGlvbnMgY29udGFpbiBvYmplY3RzLCBwcm92aWRlIG9iamVjdCBwcm9wZXJ0eSBuYW1lIHRoYXQgd2lsbCBiZSB1c2VkIGFzIGRpc3BsYXkgdmFsdWUgaW4gZHJvcGRvd24gKi9cbiAgQElucHV0KCkgZGlzcGxheVZhbHVlS2V5Pzogc3RyaW5nO1xuXG4gIC8qKiBTZXQgdG8gdHJ1ZSB0byBhZGQgZW1wdHkgdmFsdWUgdG8gdGhlIGRyb3Bkb3duICovXG4gIEBJbnB1dCgpIGhhc0VtcHR5VmFsdWUgPSB0cnVlO1xuXG4gIC8qKiBTZXQgdG8gdHJ1ZSBpZiB5b3Ugd2FudCBkcm9wZG93biBpdGVtcyB0byBmaXQgY29udGVudCByYXRoZXIgdGhhbiBkcm9wZG93biB3aWR0aCAqL1xuICBASW5wdXQoKSBmaXRDb250ZW50ID0gdHJ1ZTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBAVmlld0NoaWxkKEFkc0Ryb3Bkb3duQ29tcG9uZW50KSBkcm9wZG93bkNvbXBvbmVudD86IEFkc0Ryb3Bkb3duQ29tcG9uZW50O1xuXG4gIC8qKiBAaWdub3JlICovXG4gIGlzU2luZ2xlT3B0aW9uU2VsZWN0ZWQgPSBmYWxzZTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiB7IG9wdGlvbnM6IFNpbXBsZUNoYW5nZTsgaW1tZWRpYXRlVmFsaWRhdGlvbjogU2ltcGxlQ2hhbmdlIH0pOiB2b2lkIHtcbiAgICBpZiAoY2hhbmdlcy5vcHRpb25zICYmIHRoaXMuYXV0b1NlbGVjdFNpbmdsZURyb3Bkb3duT3B0aW9uKSB7XG4gICAgICBhc2FwU2NoZWR1bGVyLnNjaGVkdWxlKCgpID0+IHtcbiAgICAgICAgaWYgKHRoaXMuZHJvcGRvd25Db21wb25lbnQ/LmRpc3BsYXllZE9wdGlvbnMuc2l6ZSA9PT0gMSkge1xuICAgICAgICAgIC8qKlxuICAgICAgICAgICAqIGdldCBmaXJzdCBkaXNwbGF5ZWQgb3B0aW9uXG4gICAgICAgICAgICovXG4gICAgICAgICAgY29uc3QgZmlyc3QgPSB0aGlzLmRyb3Bkb3duQ29tcG9uZW50LmRpc3BsYXllZE9wdGlvbnMua2V5cygpLm5leHQoKS52YWx1ZTtcblxuICAgICAgICAgIC8qKlxuICAgICAgICAgICAqIGlmIGNvbnRyb2wgdmFsdWUgZG9lcyBub3QgZXF1YWwgdGhlIGZpcnN0IG9wdGlvbiBhbHJlYWR5IC0gc2VsZWN0IHRoZSBmaXJzdCBvcHRpb25cbiAgICAgICAgICAgKi9cbiAgICAgICAgICBpZiAodGhpcy5kcm9wZG93bkNvbnRyb2wudmFsdWUgIT09IGZpcnN0KSB7XG4gICAgICAgICAgICB0aGlzLmRyb3Bkb3duQ29udHJvbC5zZXRWYWx1ZShmaXJzdCk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgdGhpcy5pc1NpbmdsZU9wdGlvblNlbGVjdGVkID0gdHJ1ZTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICB0aGlzLmlzU2luZ2xlT3B0aW9uU2VsZWN0ZWQgPSBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgfSk7XG4gICAgfVxuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZm9ybS1maWVsZC13cmFwcGVyXCIgW25nU3R5bGVdPVwieyB3aWR0aDogd2lkdGggfVwiPlxuICA8ZGl2IGNsYXNzPVwiZm9ybS1jb250cm9scy13cmFwcGVyXCI+XG4gICAgPGRpdlxuICAgICAgY2xhc3M9XCJ0ZXh0LWJveFwiXG4gICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgIGludmFsaWQ6IGRyb3Bkb3duQ29udHJvbC5pbnZhbGlkICYmIGRyb3Bkb3duQ29udHJvbC50b3VjaGVkLFxuICAgICAgICAnc3VjY2Vzcy1sYWJlbCc6IGNhblNob3dTdWNjZXNzKCksXG4gICAgICAgICd4LXNtYWxsJzogc21hbGxTaXplLFxuICAgICAgfVwiXG4gICAgICBbbmdTdHlsZV09XCJ7IHdpZHRoOiBpbnB1dFdpZHRoIH1cIlxuICAgID5cbiAgICAgIDxhZHMtaW5wdXRcbiAgICAgICAgW2NvbnRyb2xdPVwidmFsdWVDb250cm9sXCJcbiAgICAgICAgW21heGxlbmd0aF09XCJtYXhsZW5ndGhcIlxuICAgICAgICBbaWRdPVwiaWRcIlxuICAgICAgICBbcGF0dGVybl09XCJwYXR0ZXJuXCJcbiAgICAgICAgW2xhYmVsXT1cImxhYmVsXCJcbiAgICAgICAgW3R5cGVdPVwidHlwZVwiXG4gICAgICAgIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiXG4gICAgICAgIFtlcnJvck1lc3NhZ2VzXT1cImVycm9yTWVzc2FnZXNcIlxuICAgICAgICBbc2hvd0V4Y2xhbWF0aW9uT25FcnJvcl09XCJzaG93RXhjbGFtYXRpb25PbkVycm9yXCJcbiAgICAgICAgW3Nob3dDbGVhckJ1dHRvbl09XCJzaG93Q2xlYXJCdXR0b25cIlxuICAgICAgICBbaW1tZWRpYXRlVmFsaWRhdGlvbl09XCJpbW1lZGlhdGVWYWxpZGF0aW9uXCJcbiAgICAgICAgW3Nob3dGb290ZXJdPVwiZmFsc2VcIlxuICAgICAgICBbc2l6ZV09XCJzaXplXCJcbiAgICAgICAgW3N1Y2Nlc3NNZXNzYWdlXT1cInN1Y2Nlc3NNZXNzYWdlXCJcbiAgICAgIC8+XG4gICAgPC9kaXY+XG4gICAgPGRpdlxuICAgICAgY2xhc3M9XCJzZWxlY3QtYm94XCJcbiAgICAgIFtuZ0NsYXNzXT1cInsgaW52YWxpZDogdmFsdWVDb250cm9sLmludmFsaWQgJiYgdmFsdWVDb250cm9sLnRvdWNoZWQgfVwiXG4gICAgICBbbmdTdHlsZV09XCJ7IHdpZHRoOiBkcm9wZG93bldpZHRoIH1cIlxuICAgID5cbiAgICAgIEBpZiAoaXNTaW5nbGVPcHRpb25TZWxlY3RlZCkge1xuICAgICAgICA8YWRzLWlucHV0XG4gICAgICAgICAgW2NvbnRyb2xdPVwiZHJvcGRvd25Db250cm9sXCJcbiAgICAgICAgICBbaWRdPVwiZHJvcGRvd25JZFwiXG4gICAgICAgICAgW3JlYWRvbmx5XT1cInRydWVcIlxuICAgICAgICAgIFtsYWJlbF09XCJkcm9wZG93bkxhYmVsXCJcbiAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZHJvcGRvd25QbGFjZWhvbGRlclwiXG4gICAgICAgICAgW2ltbWVkaWF0ZVZhbGlkYXRpb25dPVwiaW1tZWRpYXRlVmFsaWRhdGlvblwiXG4gICAgICAgICAgW3Nob3dGb290ZXJdPVwiZmFsc2VcIlxuICAgICAgICAgIFtzaXplXT1cInNpemVcIlxuICAgICAgICAgIFtzdWNjZXNzTWVzc2FnZV09XCJzdWNjZXNzTWVzc2FnZVwiXG4gICAgICAgIC8+XG4gICAgICB9IEBlbHNlIHtcbiAgICAgICAgPGFkcy1kcm9wZG93blxuICAgICAgICAgIFtoYXNFbXB0eVZhbHVlXT1cImhhc0VtcHR5VmFsdWVcIlxuICAgICAgICAgIFtjb250cm9sXT1cImRyb3Bkb3duQ29udHJvbFwiXG4gICAgICAgICAgW2lkXT1cImRyb3Bkb3duSWRcIlxuICAgICAgICAgIFtvcHRpb25zXT1cIm9wdGlvbnNcIlxuICAgICAgICAgIFtsYWJlbF09XCJkcm9wZG93bkxhYmVsXCJcbiAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiZHJvcGRvd25QbGFjZWhvbGRlclwiXG4gICAgICAgICAgW2ltbWVkaWF0ZVZhbGlkYXRpb25dPVwiaW1tZWRpYXRlVmFsaWRhdGlvblwiXG4gICAgICAgICAgW2Rpc3BsYXlWYWx1ZUtleV09XCJkaXNwbGF5VmFsdWVLZXlcIlxuICAgICAgICAgIFtmaXRDb250ZW50XT1cImZpdENvbnRlbnRcIlxuICAgICAgICAgIFtzaG93Rm9vdGVyXT1cImZhbHNlXCJcbiAgICAgICAgICBbY2hlY2tTZWxlY3RlZF09XCJmYWxzZVwiXG4gICAgICAgICAgW3NpemVdPVwic2l6ZVwiXG4gICAgICAgICAgW3N1Y2Nlc3NNZXNzYWdlXT1cInN1Y2Nlc3NNZXNzYWdlXCJcbiAgICAgICAgLz5cbiAgICAgIH1cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJmb290ZXItY29udGFpbmVyXCI+XG4gICAgQGlmIChjYW5TaG93RXJyb3IoKSkge1xuICAgICAgPGFkcy1lcnJvciBbZXJyb3JdPVwiZGlzcGxheUZpcnN0RXJyb3IoKVwiIFtuZ1N0eWxlXT1cInsgd2lkdGg6IHdpZHRoIH1cIiAvPlxuICAgIH0gQGVsc2UgaWYgKGNhblNob3dTdWNjZXNzKCkpIHtcbiAgICAgIDxhZHMtc3VjY2VzcyBbc3VjY2Vzc109XCJzdWNjZXNzTWVzc2FnZSFcIiBbbmdTdHlsZV09XCJ7IHdpZHRoOiB3aWR0aCB9XCIgLz5cbiAgICB9IEBlbHNlIGlmIChoaW50KSB7XG4gICAgICA8YWRzLWhpbnQgW2hpbnRdPVwiaGludFwiIFtjb250cm9sXT1cInZhbHVlQ29udHJvbFwiIFtuZ1N0eWxlXT1cInsgd2lkdGg6IHdpZHRoIH1cIiAvPlxuICAgIH1cbiAgPC9kaXY+XG48L2Rpdj5cbkBpZiAodG9vbHRpcCkge1xuICA8YWRzLWlucHV0LXRvb2x0aXAgW3Rvb2x0aXBdPVwidG9vbHRpcFwiIFtzbWFsbFNpemVdPVwic21hbGxTaXplXCIgLz5cbn1cbiJdfQ==
|
package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.mjs
DELETED
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
5
|
-
import { MatInputModule } from '@angular/material/input';
|
|
6
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
7
|
-
import { AdsInputDropdownComponent } from './input-dropdown.component';
|
|
8
|
-
import { MatSelectModule } from '@angular/material/select';
|
|
9
|
-
import { MatDividerModule } from '@angular/material/divider';
|
|
10
|
-
import { AdsInputModule } from '../../input';
|
|
11
|
-
import { AdsDropdownModule } from '../dropdown';
|
|
12
|
-
import { AdsInputTooltipComponent } from '../../common/input.tooltip.component';
|
|
13
|
-
import { AdsErrorComponent } from '../../common/error/error.component';
|
|
14
|
-
import { AdsHintComponent } from '../../common/hint/hint.component';
|
|
15
|
-
import { AdsSuccessComponent } from '../../common/success/success.component';
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
|
-
export class AdsInputDropdownModule {
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsInputDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsInputDropdownModule, declarations: [AdsInputDropdownComponent], imports: [CommonModule,
|
|
20
|
-
MatDividerModule,
|
|
21
|
-
MatFormFieldModule,
|
|
22
|
-
MatSelectModule,
|
|
23
|
-
MatInputModule,
|
|
24
|
-
ReactiveFormsModule,
|
|
25
|
-
AdsIconModule,
|
|
26
|
-
AdsInputModule,
|
|
27
|
-
AdsDropdownModule,
|
|
28
|
-
AdsInputTooltipComponent,
|
|
29
|
-
AdsErrorComponent,
|
|
30
|
-
AdsHintComponent,
|
|
31
|
-
AdsSuccessComponent], exports: [AdsInputDropdownComponent] }); }
|
|
32
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsInputDropdownModule, imports: [CommonModule,
|
|
33
|
-
MatDividerModule,
|
|
34
|
-
MatFormFieldModule,
|
|
35
|
-
MatSelectModule,
|
|
36
|
-
MatInputModule,
|
|
37
|
-
ReactiveFormsModule,
|
|
38
|
-
AdsIconModule,
|
|
39
|
-
AdsInputModule,
|
|
40
|
-
AdsDropdownModule,
|
|
41
|
-
AdsInputTooltipComponent,
|
|
42
|
-
AdsErrorComponent,
|
|
43
|
-
AdsSuccessComponent] }); }
|
|
44
|
-
}
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsInputDropdownModule, decorators: [{
|
|
46
|
-
type: NgModule,
|
|
47
|
-
args: [{
|
|
48
|
-
imports: [
|
|
49
|
-
CommonModule,
|
|
50
|
-
MatDividerModule,
|
|
51
|
-
MatFormFieldModule,
|
|
52
|
-
MatSelectModule,
|
|
53
|
-
MatInputModule,
|
|
54
|
-
ReactiveFormsModule,
|
|
55
|
-
AdsIconModule,
|
|
56
|
-
AdsInputModule,
|
|
57
|
-
AdsDropdownModule,
|
|
58
|
-
AdsInputTooltipComponent,
|
|
59
|
-
AdsErrorComponent,
|
|
60
|
-
AdsHintComponent,
|
|
61
|
-
AdsSuccessComponent,
|
|
62
|
-
],
|
|
63
|
-
declarations: [AdsInputDropdownComponent],
|
|
64
|
-
exports: [AdsInputDropdownComponent],
|
|
65
|
-
}]
|
|
66
|
-
}] });
|
|
67
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2Zvcm0tZmllbGRzL2Ryb3Bkb3ducy9pbnB1dC1kcm9wZG93bi9pbnB1dC1kcm9wZG93bi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDN0QsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUM3QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFDaEQsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDaEYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDdkUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDcEUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sd0NBQXdDLENBQUM7O0FBcUI3RSxNQUFNLE9BQU8sc0JBQXNCOzhHQUF0QixzQkFBc0I7K0dBQXRCLHNCQUFzQixpQkFIbEIseUJBQXlCLGFBZHRDLFlBQVk7WUFDWixnQkFBZ0I7WUFDaEIsa0JBQWtCO1lBQ2xCLGVBQWU7WUFDZixjQUFjO1lBQ2QsbUJBQW1CO1lBQ25CLGFBQWE7WUFDYixjQUFjO1lBQ2QsaUJBQWlCO1lBQ2pCLHdCQUF3QjtZQUN4QixpQkFBaUI7WUFDakIsZ0JBQWdCO1lBQ2hCLG1CQUFtQixhQUdYLHlCQUF5QjsrR0FFeEIsc0JBQXNCLFlBakIvQixZQUFZO1lBQ1osZ0JBQWdCO1lBQ2hCLGtCQUFrQjtZQUNsQixlQUFlO1lBQ2YsY0FBYztZQUNkLG1CQUFtQjtZQUNuQixhQUFhO1lBQ2IsY0FBYztZQUNkLGlCQUFpQjtZQUNqQix3QkFBd0I7WUFDeEIsaUJBQWlCO1lBRWpCLG1CQUFtQjs7MkZBS1Ysc0JBQXNCO2tCQW5CbEMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixnQkFBZ0I7d0JBQ2hCLGtCQUFrQjt3QkFDbEIsZUFBZTt3QkFDZixjQUFjO3dCQUNkLG1CQUFtQjt3QkFDbkIsYUFBYTt3QkFDYixjQUFjO3dCQUNkLGlCQUFpQjt3QkFDakIsd0JBQXdCO3dCQUN4QixpQkFBaUI7d0JBQ2pCLGdCQUFnQjt3QkFDaEIsbUJBQW1CO3FCQUNwQjtvQkFDRCxZQUFZLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQztvQkFDekMsT0FBTyxFQUFFLENBQUMseUJBQXlCLENBQUM7aUJBQ3JDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0Rm9ybUZpZWxkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XG5pbXBvcnQgeyBNYXRJbnB1dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2lucHV0JztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IEFkc0lucHV0RHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2lucHV0LWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNYXRTZWxlY3RNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3QnO1xuaW1wb3J0IHsgTWF0RGl2aWRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2RpdmlkZXInO1xuaW1wb3J0IHsgQWRzSW5wdXRNb2R1bGUgfSBmcm9tICcuLi8uLi9pbnB1dCc7XG5pbXBvcnQgeyBBZHNEcm9wZG93bk1vZHVsZSB9IGZyb20gJy4uL2Ryb3Bkb3duJztcbmltcG9ydCB7IEFkc0lucHV0VG9vbHRpcENvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvbW1vbi9pbnB1dC50b29sdGlwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBZHNFcnJvckNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvbW1vbi9lcnJvci9lcnJvci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWRzSGludENvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvbW1vbi9oaW50L2hpbnQuY29tcG9uZW50JztcbmltcG9ydCB7IEFkc1N1Y2Nlc3NDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb21tb24vc3VjY2Vzcy9zdWNjZXNzLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgTWF0RGl2aWRlck1vZHVsZSxcbiAgICBNYXRGb3JtRmllbGRNb2R1bGUsXG4gICAgTWF0U2VsZWN0TW9kdWxlLFxuICAgIE1hdElucHV0TW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgQWRzSWNvbk1vZHVsZSxcbiAgICBBZHNJbnB1dE1vZHVsZSxcbiAgICBBZHNEcm9wZG93bk1vZHVsZSxcbiAgICBBZHNJbnB1dFRvb2x0aXBDb21wb25lbnQsXG4gICAgQWRzRXJyb3JDb21wb25lbnQsXG4gICAgQWRzSGludENvbXBvbmVudCxcbiAgICBBZHNTdWNjZXNzQ29tcG9uZW50LFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtBZHNJbnB1dERyb3Bkb3duQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0Fkc0lucHV0RHJvcGRvd25Db21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNJbnB1dERyb3Bkb3duTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './input-dropdown.component';
|
|
2
|
-
export * from './input-dropdown.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb3JtLWZpZWxkcy9kcm9wZG93bnMvaW5wdXQtZHJvcGRvd24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMseUJBQXlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2lucHV0LWRyb3Bkb3duLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2lucHV0LWRyb3Bkb3duLm1vZHVsZSc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9ybS1maWVsZHMvZHJvcGRvd25zL211bHRpLXNlbGVjdC1kcm9wZG93bi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { AdsDropdownComponent } from '../dropdown';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@angular/forms";
|
|
6
|
-
import * as i3 from "@angular/material/form-field";
|
|
7
|
-
import * as i4 from "@angular/material/select";
|
|
8
|
-
import * as i5 from "@angular/material/core";
|
|
9
|
-
import * as i6 from "@ascentgl/ads-icons";
|
|
10
|
-
import * as i7 from "../../common/input.tooltip.component";
|
|
11
|
-
import * as i8 from "@angular/material/button";
|
|
12
|
-
import * as i9 from "../../common/success/success.component";
|
|
13
|
-
import * as i10 from "../../common/error/error.component";
|
|
14
|
-
import * as i11 from "../../common/hint/hint.component";
|
|
15
|
-
import * as i12 from "../../../tags/tag/tag.component";
|
|
16
|
-
import * as i13 from "../../selection-fields/checkbox/checkbox.component";
|
|
17
|
-
export class AdsMultiSelectDropdownComponent extends AdsDropdownComponent {
|
|
18
|
-
constructor() {
|
|
19
|
-
super(...arguments);
|
|
20
|
-
/** @ignore */
|
|
21
|
-
this.hasEmptyValue = false;
|
|
22
|
-
/** @ignore */
|
|
23
|
-
this.isMultiselect = true;
|
|
24
|
-
/** if set to true selected values will be shown as chips */
|
|
25
|
-
this.showChips = true;
|
|
26
|
-
}
|
|
27
|
-
/** @ignore */
|
|
28
|
-
setControlValueSubscription() {
|
|
29
|
-
/**
|
|
30
|
-
* We always subscribe to form control value to make sure it is an array
|
|
31
|
-
*/
|
|
32
|
-
this.subscribeToControl();
|
|
33
|
-
}
|
|
34
|
-
/** @ignore */
|
|
35
|
-
get canClear() {
|
|
36
|
-
return this.showClearButton && this.valueControl.value.length;
|
|
37
|
-
}
|
|
38
|
-
/** @ignore */
|
|
39
|
-
/**
|
|
40
|
-
* NOTE: this method is needed because if control value is an object, it MUST reference the same
|
|
41
|
-
* object as corresponding dropdown option, thus here we replace dropdown option with control value if needed
|
|
42
|
-
*/
|
|
43
|
-
mapControlValue(control = this.valueControl) {
|
|
44
|
-
/**
|
|
45
|
-
* make sure control value is array
|
|
46
|
-
*/
|
|
47
|
-
if (!(control.value instanceof Array)) {
|
|
48
|
-
control.setValue([]);
|
|
49
|
-
return;
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* loop through control values and make sure they exist in options
|
|
53
|
-
*/
|
|
54
|
-
control.value.forEach((value) => {
|
|
55
|
-
this.replaceDisplayedOptionWithControlValue(value);
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsMultiSelectDropdownComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
59
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsMultiSelectDropdownComponent, selector: "ads-multi-select-dropdown", inputs: { showChips: "showChips" }, usesInheritance: true, ngImport: i0, template: "<div [ngStyle]=\"{ minWidth: width }\">\n <mat-form-field\n (click)=\"onOpened()\"\n [ngClass]=\"{\n 'immediate-validation': immediateValidation,\n 'no-left-padding': !showExclamation,\n pill: mode === 'pill',\n chips: showChips && isMultiselect,\n 'success-label': canShowSuccess(),\n 'error-label': canShowError(),\n 'x-small': smallSize,\n }\"\n [ngStyle]=\"{ width: width }\"\n >\n @if ((!showChips || valueControl.value.length === 0) && (label || required) && !smallSize) {\n <mat-label>{{ label }}</mat-label>\n }\n <!-- is required in placeholder for smoother animation -->\n <mat-select\n #panel\n [disableRipple]=\"true\"\n [id]=\"id\"\n [placeholder]=\"placeholder || ' '\"\n [panelClass]=\"'ads-dropdown-panel' + (fitContent ? ' fit-content' : '')\"\n [disableOptionCentering]=\"true\"\n [required]=\"required\"\n [formControl]=\"valueControl\"\n [multiple]=\"isMultiselect\"\n >\n @if (showChips && isMultiselect) {\n <mat-select-trigger>\n <div class=\"tag-container\">\n @for (option of valueControl.value; track $index) {\n <ads-tag\n [tag]=\"chipName(option)\"\n [color]=\"Colors.Medium\"\n [id]=\"'' + $index\"\n (remove)=\"onOptionRemoved(option)\"\n (click)=\"$event.stopPropagation()\"\n />\n }\n </div>\n </mat-select-trigger>\n }\n\n @if (hasEmptyValue) {\n <mat-option [value]=\"undefined\"></mat-option>\n }\n\n @for (option of displayedOptionsArray; track $index) {\n <mat-option [value]=\"option\" [ngClass]=\"{ checkbox: isMultiselect && checkSelected }\">\n @if (isMultiselect && checkSelected) {\n <ads-checkbox\n width=\"100%\"\n (change)=\"onCheckboxChange(option)\"\n [label]=\"displayValueFormatter ? displayValueFormatter(option) : displayedOptions.get(option)\"\n />\n } @else {\n <span\n [innerHTML]=\"displayValueFormatter ? displayValueFormatter(option) : displayedOptions.get(option)\"\n ></span>\n }\n </mat-option>\n }\n </mat-select>\n\n @if (canClear) {\n <button matTextSuffix type=\"button\" mat-icon-button (click)=\"clear($event)\" class=\"action-icon\">\n <ads-icon name=\"cross\" [size]=\"smallSize ? 'xxs' : 'xs'\" [theme]=\"'iconPrimary'\" class=\"cross-icon\" />\n </button>\n }\n <button matTextSuffix type=\"button\" mat-icon-button class=\"action-icon\">\n <ads-icon\n matTextSuffix\n name=\"chevron_down\"\n [size]=\"smallSize ? 'xxs' : 'xs'\"\n [theme]=\"'iconPrimary'\"\n class=\"chevron-down\"\n />\n </button>\n </mat-form-field>\n\n @if (showFooter) {\n <div class=\"footer-container\">\n @if (canShowError()) {\n <ads-error [error]=\"displayFirstError()\" [ngStyle]=\"{ width: width }\" />\n } @else if (canShowSuccess()) {\n <ads-success [success]=\"successMessage!\" [ngStyle]=\"{ width: width }\" />\n } @else if (hint) {\n <ads-hint [hint]=\"hint\" [control]=\"valueControl\" [ngStyle]=\"{ width: width }\" />\n }\n </div>\n }\n</div>\n\n@if (tooltip) {\n <ads-input-tooltip [tooltip]=\"tooltip\" [smallSize]=\"smallSize\" />\n}\n", styles: [":host{display:flex;gap:12px;align-items:flex-start}:host::ng-deep mat-form-field{--mdc-filled-text-field-input-text-color: var(--color-medium);--mdc-filled-text-field-error-label-text-color: var(--color-error);--mdc-filled-text-field-label-text-color: var(--color-medium);--mdc-filled-text-field-focus-label-text-color: var(--color-medium);--mdc-filled-text-field-hover-label-text-color: var(--color-medium);--mdc-filled-text-field-label-text-size: 16px}:host::ng-deep mat-form-field .mdc-floating-label--float-above{--mdc-filled-text-field-label-text-size: 12px}:host::ng-deep mat-form-field .mdc-text-field{box-sizing:border-box;border-radius:5px;outline:1px solid var(--color-light);outline-offset:-1px;align-items:center;padding:0 12px;cursor:text;height:48px}:host::ng-deep mat-form-field .mdc-text-field .cross-icon{stroke:var(--color-medium)!important}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-flex{height:100%}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-flex .mat-mdc-form-field-infix{align-items:center}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input{height:24px}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input::-webkit-outer-spin-button,:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input[type=number]{-moz-appearance:textfield}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid{outline:2px solid var(--color-error);outline-offset:-2px}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .cross-icon,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .visibility-eye,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .picker{stroke:var(--color-error)!important}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .chevron-down,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .search-icon{color:var(--color-error)!important}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex{align-items:center}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix{display:flex;align-items:flex-end;width:120px}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix label{width:100%}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix label .mat-mdc-form-field-required-marker{color:var(--mdc-filled-text-field-error-label-text-color)}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-text-suffix{display:flex;align-items:center}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-text-suffix .mat-mdc-icon-button{display:flex;align-items:center;justify-content:center}:host::ng-deep mat-form-field .action-icon{padding:0;--mdc-icon-button-state-layer-size: 35px}:host::ng-deep mat-form-field .action-icon .mat-mdc-button-touch-target{height:unset;width:unset}:host::ng-deep mat-form-field.x-small .mdc-text-field{height:24px;padding:0 8px}:host::ng-deep mat-form-field.x-small .mdc-text-field .mat-mdc-form-field-input-control{font-size:12px;line-height:16px}:host::ng-deep mat-form-field.x-small .action-icon{--mdc-icon-button-state-layer-size: 22px}:host::ng-deep mat-form-field.readonly .mdc-text-field{background-color:var(--mdc-filled-text-field-disabled-container-color);border:none}:host::ng-deep mat-form-field:not(.readonly) .mdc-text-field:hover{background-color:var(--color-light-30);outline:2px solid var(--color-secondary-hover);outline-offset:-2px}:host::ng-deep mat-form-field:not(.readonly) .mdc-text-field:hover .visibility-eye{fill:var(--color-light-30)!important}:host::ng-deep mat-form-field:not(.readonly).mat-focused .mdc-text-field{outline:2px solid var(--color-medium);outline-offset:-2px;background-color:var(--color-muted)}:host::ng-deep mat-form-field:not(.readonly).mat-focused .mdc-text-field .visibility-eye{fill:var(--color-muted)!important}:host::ng-deep mat-form-field.immediate-validation .mdc-text-field{outline:2px solid var(--color-medium);outline-offset:-2px}:host::ng-deep mat-form-field.immediate-validation .mdc-text-field.mdc-text-field--invalid{outline:2px solid var(--color-error);outline-offset:-2px}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper{color:var(--mdc-filled-text-field-label-text-color)}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper:before{content:none}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper,:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper{position:relative;padding:0}:host::ng-deep mat-form-field .mdc-line-ripple{display:none}:host::ng-deep mat-form-field.success-label .mat-mdc-form-field-required-marker,:host::ng-deep mat-form-field.success-label mat-label{color:var(--color-success)!important}:host::ng-deep mat-form-field.success-label .mdc-text-field{outline:2px solid var(--color-success);outline-offset:-2px}:host::ng-deep mat-form-field.success-label .cross-icon,:host::ng-deep mat-form-field.success-label .visibility-eye,:host::ng-deep mat-form-field.success-label .picker{stroke:var(--color-success)!important}:host::ng-deep mat-form-field.success-label .chevron-down,:host::ng-deep mat-form-field.success-label .search-icon{color:var(--color-success)!important}:host::ng-deep mat-form-field.error-label mat-label{color:var(--color-error)}:host::ng-deep mat-hint{display:inline-block}:host::ng-deep .mat-mdc-form-field-hint-spacer{display:none}.info-tooltip{position:relative;top:12px}mat-error{display:flex;padding-top:2px}mat-error .error{display:flex;align-items:flex-start;gap:2px}mat-error .error ads-icon{position:relative;top:2px}\n", "mat-select{--mat-select-trigger-text-line-height: 24px;--mat-select-enabled-trigger-text-color: var(--color-medium);--mat-select-disabled-trigger-text-color: var(--color-medium);--mat-select-placeholder-text-color: var(--color-medium)}mat-option{--mat-option-selected-state-layer-color: var(--color-secondary);--mat-option-selected-state-label-text-color: var(--color-white);--mat-option-hover-state-layer-color: var(--color-secondary-hover);padding:0 12px}mat-option.checkbox{padding:0 12px 0 6px}mat-option:active{background-color:var(--color-secondary-pressed)!important}mat-form-field.pill ::ng-deep .mdc-text-field{border-radius:24px;padding-left:16px;background-color:var(--color-light-30)}mat-form-field.pill ::ng-deep .mdc-text-field:not(.mdc-text-field--invalid){border-color:transparent}mat-form-field ::ng-deep .mdc-text-field .mat-mdc-select-arrow-wrapper{display:none}mat-form-field.x-small mat-select{font-size:12px;line-height:16px}mat-option:hover:not(.mdc-list-item--disabled){color:var(--color-white);background-color:var(--mat-option-hover-state-layer-color)}mat-option:hover:not(.mdc-list-item--disabled).mdc-list-item--selected{background-color:var(--mat-option-hover-state-layer-color)}mat-option:hover:not(.mdc-list-item--disabled) ::ng-deep .mdc-list-item__primary-text{color:var(--color-white)!important}mat-option.mdc-list-item--disabled{opacity:.5}mat-option ::ng-deep .mat-pseudo-checkbox{display:none}mat-option ::ng-deep .mdc-list-item__primary-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n", "mat-form-field.chips ::ng-deep .mdc-text-field{height:auto;min-height:var(--mat-form-field-container-height)}mat-form-field.x-small ::ng-deep{--mat-form-field-container-height: 32px}mat-option:not(.mdc-list-item--disabled):hover ::ng-deep .checkbox-label,mat-option:not(.mdc-list-item--disabled):focus ::ng-deep .checkbox-label,mat-option:not(.mdc-list-item--disabled):active ::ng-deep .checkbox-label{color:var(--color-white)}.tag-container{display:flex;gap:4px;flex-wrap:wrap;margin:4px 0}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "component", type: i4.MatSelect, selector: "mat-select", inputs: ["aria-describedby", "panelClass", "disabled", "disableRipple", "tabIndex", "hideSingleSelectionIndicator", "placeholder", "required", "multiple", "disableOptionCentering", "compareWith", "value", "aria-label", "aria-labelledby", "errorStateMatcher", "typeaheadDebounceInterval", "sortComparator", "id", "panelWidth"], outputs: ["openedChange", "opened", "closed", "selectionChange", "valueChange"], exportAs: ["matSelect"] }, { kind: "directive", type: i4.MatSelectTrigger, selector: "mat-select-trigger" }, { kind: "component", type: i5.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "component", type: i6.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }, { kind: "component", type: i7.AdsInputTooltipComponent, selector: "ads-input-tooltip", inputs: ["tooltip", "smallSize"] }, { kind: "component", type: i8.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: i9.AdsSuccessComponent, selector: "ads-success", inputs: ["success"] }, { kind: "component", type: i10.AdsErrorComponent, selector: "ads-error", inputs: ["error"] }, { kind: "component", type: i11.AdsHintComponent, selector: "ads-hint", inputs: ["control", "hint"] }, { kind: "component", type: i12.AdsTagComponent, selector: "ads-tag", inputs: ["color", "id", "removable", "tag"], outputs: ["remove", "selected"] }, { kind: "component", type: i13.AdsCheckboxComponent, selector: "ads-checkbox", inputs: ["indeterminate", "width"] }] }); }
|
|
60
|
-
}
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsMultiSelectDropdownComponent, decorators: [{
|
|
62
|
-
type: Component,
|
|
63
|
-
args: [{ selector: 'ads-multi-select-dropdown', template: "<div [ngStyle]=\"{ minWidth: width }\">\n <mat-form-field\n (click)=\"onOpened()\"\n [ngClass]=\"{\n 'immediate-validation': immediateValidation,\n 'no-left-padding': !showExclamation,\n pill: mode === 'pill',\n chips: showChips && isMultiselect,\n 'success-label': canShowSuccess(),\n 'error-label': canShowError(),\n 'x-small': smallSize,\n }\"\n [ngStyle]=\"{ width: width }\"\n >\n @if ((!showChips || valueControl.value.length === 0) && (label || required) && !smallSize) {\n <mat-label>{{ label }}</mat-label>\n }\n <!-- is required in placeholder for smoother animation -->\n <mat-select\n #panel\n [disableRipple]=\"true\"\n [id]=\"id\"\n [placeholder]=\"placeholder || ' '\"\n [panelClass]=\"'ads-dropdown-panel' + (fitContent ? ' fit-content' : '')\"\n [disableOptionCentering]=\"true\"\n [required]=\"required\"\n [formControl]=\"valueControl\"\n [multiple]=\"isMultiselect\"\n >\n @if (showChips && isMultiselect) {\n <mat-select-trigger>\n <div class=\"tag-container\">\n @for (option of valueControl.value; track $index) {\n <ads-tag\n [tag]=\"chipName(option)\"\n [color]=\"Colors.Medium\"\n [id]=\"'' + $index\"\n (remove)=\"onOptionRemoved(option)\"\n (click)=\"$event.stopPropagation()\"\n />\n }\n </div>\n </mat-select-trigger>\n }\n\n @if (hasEmptyValue) {\n <mat-option [value]=\"undefined\"></mat-option>\n }\n\n @for (option of displayedOptionsArray; track $index) {\n <mat-option [value]=\"option\" [ngClass]=\"{ checkbox: isMultiselect && checkSelected }\">\n @if (isMultiselect && checkSelected) {\n <ads-checkbox\n width=\"100%\"\n (change)=\"onCheckboxChange(option)\"\n [label]=\"displayValueFormatter ? displayValueFormatter(option) : displayedOptions.get(option)\"\n />\n } @else {\n <span\n [innerHTML]=\"displayValueFormatter ? displayValueFormatter(option) : displayedOptions.get(option)\"\n ></span>\n }\n </mat-option>\n }\n </mat-select>\n\n @if (canClear) {\n <button matTextSuffix type=\"button\" mat-icon-button (click)=\"clear($event)\" class=\"action-icon\">\n <ads-icon name=\"cross\" [size]=\"smallSize ? 'xxs' : 'xs'\" [theme]=\"'iconPrimary'\" class=\"cross-icon\" />\n </button>\n }\n <button matTextSuffix type=\"button\" mat-icon-button class=\"action-icon\">\n <ads-icon\n matTextSuffix\n name=\"chevron_down\"\n [size]=\"smallSize ? 'xxs' : 'xs'\"\n [theme]=\"'iconPrimary'\"\n class=\"chevron-down\"\n />\n </button>\n </mat-form-field>\n\n @if (showFooter) {\n <div class=\"footer-container\">\n @if (canShowError()) {\n <ads-error [error]=\"displayFirstError()\" [ngStyle]=\"{ width: width }\" />\n } @else if (canShowSuccess()) {\n <ads-success [success]=\"successMessage!\" [ngStyle]=\"{ width: width }\" />\n } @else if (hint) {\n <ads-hint [hint]=\"hint\" [control]=\"valueControl\" [ngStyle]=\"{ width: width }\" />\n }\n </div>\n }\n</div>\n\n@if (tooltip) {\n <ads-input-tooltip [tooltip]=\"tooltip\" [smallSize]=\"smallSize\" />\n}\n", styles: [":host{display:flex;gap:12px;align-items:flex-start}:host::ng-deep mat-form-field{--mdc-filled-text-field-input-text-color: var(--color-medium);--mdc-filled-text-field-error-label-text-color: var(--color-error);--mdc-filled-text-field-label-text-color: var(--color-medium);--mdc-filled-text-field-focus-label-text-color: var(--color-medium);--mdc-filled-text-field-hover-label-text-color: var(--color-medium);--mdc-filled-text-field-label-text-size: 16px}:host::ng-deep mat-form-field .mdc-floating-label--float-above{--mdc-filled-text-field-label-text-size: 12px}:host::ng-deep mat-form-field .mdc-text-field{box-sizing:border-box;border-radius:5px;outline:1px solid var(--color-light);outline-offset:-1px;align-items:center;padding:0 12px;cursor:text;height:48px}:host::ng-deep mat-form-field .mdc-text-field .cross-icon{stroke:var(--color-medium)!important}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-flex{height:100%}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--no-label .mat-mdc-form-field-flex .mat-mdc-form-field-infix{align-items:center}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input{height:24px}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input::-webkit-outer-spin-button,:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:host::ng-deep mat-form-field .mdc-text-field:not(.mdc-text-field--no-label) .mat-mdc-form-field-infix input[type=number]{-moz-appearance:textfield}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid{outline:2px solid var(--color-error);outline-offset:-2px}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .cross-icon,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .visibility-eye,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .picker{stroke:var(--color-error)!important}:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .chevron-down,:host::ng-deep mat-form-field .mdc-text-field.mdc-text-field--invalid .search-icon{color:var(--color-error)!important}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex{align-items:center}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix{display:flex;align-items:flex-end;width:120px}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix label{width:100%}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix label .mat-mdc-form-field-required-marker{color:var(--mdc-filled-text-field-error-label-text-color)}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-text-suffix{display:flex;align-items:center}:host::ng-deep mat-form-field .mdc-text-field .mat-mdc-form-field-text-suffix .mat-mdc-icon-button{display:flex;align-items:center;justify-content:center}:host::ng-deep mat-form-field .action-icon{padding:0;--mdc-icon-button-state-layer-size: 35px}:host::ng-deep mat-form-field .action-icon .mat-mdc-button-touch-target{height:unset;width:unset}:host::ng-deep mat-form-field.x-small .mdc-text-field{height:24px;padding:0 8px}:host::ng-deep mat-form-field.x-small .mdc-text-field .mat-mdc-form-field-input-control{font-size:12px;line-height:16px}:host::ng-deep mat-form-field.x-small .action-icon{--mdc-icon-button-state-layer-size: 22px}:host::ng-deep mat-form-field.readonly .mdc-text-field{background-color:var(--mdc-filled-text-field-disabled-container-color);border:none}:host::ng-deep mat-form-field:not(.readonly) .mdc-text-field:hover{background-color:var(--color-light-30);outline:2px solid var(--color-secondary-hover);outline-offset:-2px}:host::ng-deep mat-form-field:not(.readonly) .mdc-text-field:hover .visibility-eye{fill:var(--color-light-30)!important}:host::ng-deep mat-form-field:not(.readonly).mat-focused .mdc-text-field{outline:2px solid var(--color-medium);outline-offset:-2px;background-color:var(--color-muted)}:host::ng-deep mat-form-field:not(.readonly).mat-focused .mdc-text-field .visibility-eye{fill:var(--color-muted)!important}:host::ng-deep mat-form-field.immediate-validation .mdc-text-field{outline:2px solid var(--color-medium);outline-offset:-2px}:host::ng-deep mat-form-field.immediate-validation .mdc-text-field.mdc-text-field--invalid{outline:2px solid var(--color-error);outline-offset:-2px}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper{color:var(--mdc-filled-text-field-label-text-color)}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper:before{content:none}:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper,:host::ng-deep mat-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper{position:relative;padding:0}:host::ng-deep mat-form-field .mdc-line-ripple{display:none}:host::ng-deep mat-form-field.success-label .mat-mdc-form-field-required-marker,:host::ng-deep mat-form-field.success-label mat-label{color:var(--color-success)!important}:host::ng-deep mat-form-field.success-label .mdc-text-field{outline:2px solid var(--color-success);outline-offset:-2px}:host::ng-deep mat-form-field.success-label .cross-icon,:host::ng-deep mat-form-field.success-label .visibility-eye,:host::ng-deep mat-form-field.success-label .picker{stroke:var(--color-success)!important}:host::ng-deep mat-form-field.success-label .chevron-down,:host::ng-deep mat-form-field.success-label .search-icon{color:var(--color-success)!important}:host::ng-deep mat-form-field.error-label mat-label{color:var(--color-error)}:host::ng-deep mat-hint{display:inline-block}:host::ng-deep .mat-mdc-form-field-hint-spacer{display:none}.info-tooltip{position:relative;top:12px}mat-error{display:flex;padding-top:2px}mat-error .error{display:flex;align-items:flex-start;gap:2px}mat-error .error ads-icon{position:relative;top:2px}\n", "mat-select{--mat-select-trigger-text-line-height: 24px;--mat-select-enabled-trigger-text-color: var(--color-medium);--mat-select-disabled-trigger-text-color: var(--color-medium);--mat-select-placeholder-text-color: var(--color-medium)}mat-option{--mat-option-selected-state-layer-color: var(--color-secondary);--mat-option-selected-state-label-text-color: var(--color-white);--mat-option-hover-state-layer-color: var(--color-secondary-hover);padding:0 12px}mat-option.checkbox{padding:0 12px 0 6px}mat-option:active{background-color:var(--color-secondary-pressed)!important}mat-form-field.pill ::ng-deep .mdc-text-field{border-radius:24px;padding-left:16px;background-color:var(--color-light-30)}mat-form-field.pill ::ng-deep .mdc-text-field:not(.mdc-text-field--invalid){border-color:transparent}mat-form-field ::ng-deep .mdc-text-field .mat-mdc-select-arrow-wrapper{display:none}mat-form-field.x-small mat-select{font-size:12px;line-height:16px}mat-option:hover:not(.mdc-list-item--disabled){color:var(--color-white);background-color:var(--mat-option-hover-state-layer-color)}mat-option:hover:not(.mdc-list-item--disabled).mdc-list-item--selected{background-color:var(--mat-option-hover-state-layer-color)}mat-option:hover:not(.mdc-list-item--disabled) ::ng-deep .mdc-list-item__primary-text{color:var(--color-white)!important}mat-option.mdc-list-item--disabled{opacity:.5}mat-option ::ng-deep .mat-pseudo-checkbox{display:none}mat-option ::ng-deep .mdc-list-item__primary-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}\n", "mat-form-field.chips ::ng-deep .mdc-text-field{height:auto;min-height:var(--mat-form-field-container-height)}mat-form-field.x-small ::ng-deep{--mat-form-field-container-height: 32px}mat-option:not(.mdc-list-item--disabled):hover ::ng-deep .checkbox-label,mat-option:not(.mdc-list-item--disabled):focus ::ng-deep .checkbox-label,mat-option:not(.mdc-list-item--disabled):active ::ng-deep .checkbox-label{color:var(--color-white)}.tag-container{display:flex;gap:4px;flex-wrap:wrap;margin:4px 0}\n"] }]
|
|
64
|
-
}], propDecorators: { showChips: [{
|
|
65
|
-
type: Input
|
|
66
|
-
}] } });
|
|
67
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGktc2VsZWN0LWRyb3Bkb3duLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb3JtLWZpZWxkcy9kcm9wZG93bnMvbXVsdGktc2VsZWN0LWRyb3Bkb3duL211bHRpLXNlbGVjdC1kcm9wZG93bi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9ybS1maWVsZHMvZHJvcGRvd25zL2Ryb3Bkb3duL2Ryb3Bkb3duLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGFBQWEsQ0FBQzs7Ozs7Ozs7Ozs7Ozs7O0FBYW5ELE1BQU0sT0FBTywrQkFBZ0MsU0FBUSxvQkFBb0I7SUFUekU7O1FBVUUsY0FBYztRQUNQLGtCQUFhLEdBQUcsS0FBSyxDQUFDO1FBSzdCLGNBQWM7UUFDRSxrQkFBYSxHQUFZLElBQUksQ0FBQztRQUU5Qyw0REFBNEQ7UUFDbkQsY0FBUyxHQUFHLElBQUksQ0FBQztLQXFDM0I7SUFuQ0MsY0FBYztJQUNKLDJCQUEyQjtRQUNuQzs7V0FFRztRQUNILElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRCxjQUFjO0lBQ2QsSUFBSSxRQUFRO1FBQ1YsT0FBTyxJQUFJLENBQUMsZUFBZSxJQUFJLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQztJQUNoRSxDQUFDO0lBRUQsY0FBYztJQUNkOzs7T0FHRztJQUNPLGVBQWUsQ0FBQyxVQUF1QixJQUFJLENBQUMsWUFBWTtRQUNoRTs7V0FFRztRQUNILElBQUksQ0FBQyxDQUFDLE9BQU8sQ0FBQyxLQUFLLFlBQVksS0FBSyxDQUFDLEVBQUUsQ0FBQztZQUN0QyxPQUFPLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1lBRXJCLE9BQU87UUFDVCxDQUFDO1FBRUQ7O1dBRUc7UUFDSCxPQUFPLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQzlCLElBQUksQ0FBQyxzQ0FBc0MsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNyRCxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7OEdBL0NVLCtCQUErQjtrR0FBL0IsK0JBQStCLDRIQ2Q1Qyx3NUdBa0dBOzsyRkRwRmEsK0JBQStCO2tCQVQzQyxTQUFTOytCQUNFLDJCQUEyQjs4QkFtQjVCLFNBQVM7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBZHNEcm9wZG93bkNvbXBvbmVudCB9IGZyb20gJy4uL2Ryb3Bkb3duJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgRHJvcGRvd25Db21wb25lbnRPcHRpb24gfSBmcm9tICcuLi8uLi9hYnN0cmFjdHMvYWJzdHJhY3QuZHJvcGRvd24uY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLW11bHRpLXNlbGVjdC1kcm9wZG93bicsXG4gIHRlbXBsYXRlVXJsOiAnLi4vZHJvcGRvd24vZHJvcGRvd24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFtcbiAgICAnLi4vLi4vaW5wdXQvaW5wdXQuY29tcG9uZW50LnNjc3MnLFxuICAgICcuLi9kcm9wZG93bi9kcm9wZG93bi5jb21wb25lbnQuc2NzcycsXG4gICAgJy4vbXVsdGktc2VsZWN0LWRyb3Bkb3duLmNvbXBvbmVudC5zY3NzJyxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzTXVsdGlTZWxlY3REcm9wZG93bkNvbXBvbmVudCBleHRlbmRzIEFkc0Ryb3Bkb3duQ29tcG9uZW50IHtcbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHVibGljIGhhc0VtcHR5VmFsdWUgPSBmYWxzZTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwdWJsaWMgZGVjbGFyZSBkaXNwbGF5VmFsdWVGb3JtYXR0ZXI/OiAoKG9wdGlvbjogRHJvcGRvd25Db21wb25lbnRPcHRpb24pID0+IHN0cmluZykgfCB1bmRlZmluZWQ7XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHVibGljIHJlYWRvbmx5IGlzTXVsdGlzZWxlY3Q6IGJvb2xlYW4gPSB0cnVlO1xuXG4gIC8qKiBpZiBzZXQgdG8gdHJ1ZSBzZWxlY3RlZCB2YWx1ZXMgd2lsbCBiZSBzaG93biBhcyBjaGlwcyAqL1xuICBASW5wdXQoKSBzaG93Q2hpcHMgPSB0cnVlO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByb3RlY3RlZCBzZXRDb250cm9sVmFsdWVTdWJzY3JpcHRpb24oKTogdm9pZCB7XG4gICAgLyoqXG4gICAgICogV2UgYWx3YXlzIHN1YnNjcmliZSB0byBmb3JtIGNvbnRyb2wgdmFsdWUgdG8gbWFrZSBzdXJlIGl0IGlzIGFuIGFycmF5XG4gICAgICovXG4gICAgdGhpcy5zdWJzY3JpYmVUb0NvbnRyb2woKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIGdldCBjYW5DbGVhcigpIHtcbiAgICByZXR1cm4gdGhpcy5zaG93Q2xlYXJCdXR0b24gJiYgdGhpcy52YWx1ZUNvbnRyb2wudmFsdWUubGVuZ3RoO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgLyoqXG4gICAqIE5PVEU6IHRoaXMgbWV0aG9kIGlzIG5lZWRlZCBiZWNhdXNlIGlmIGNvbnRyb2wgdmFsdWUgaXMgYW4gb2JqZWN0LCBpdCBNVVNUIHJlZmVyZW5jZSB0aGUgc2FtZVxuICAgKiBvYmplY3QgYXMgY29ycmVzcG9uZGluZyBkcm9wZG93biBvcHRpb24sIHRodXMgaGVyZSB3ZSByZXBsYWNlIGRyb3Bkb3duIG9wdGlvbiB3aXRoIGNvbnRyb2wgdmFsdWUgaWYgbmVlZGVkXG4gICAqL1xuICBwcm90ZWN0ZWQgbWFwQ29udHJvbFZhbHVlKGNvbnRyb2w6IEZvcm1Db250cm9sID0gdGhpcy52YWx1ZUNvbnRyb2wpOiB2b2lkIHtcbiAgICAvKipcbiAgICAgKiBtYWtlIHN1cmUgY29udHJvbCB2YWx1ZSBpcyBhcnJheVxuICAgICAqL1xuICAgIGlmICghKGNvbnRyb2wudmFsdWUgaW5zdGFuY2VvZiBBcnJheSkpIHtcbiAgICAgIGNvbnRyb2wuc2V0VmFsdWUoW10pO1xuXG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogbG9vcCB0aHJvdWdoIGNvbnRyb2wgdmFsdWVzIGFuZCBtYWtlIHN1cmUgdGhleSBleGlzdCBpbiBvcHRpb25zXG4gICAgICovXG4gICAgY29udHJvbC52YWx1ZS5mb3JFYWNoKCh2YWx1ZSkgPT4ge1xuICAgICAgdGhpcy5yZXBsYWNlRGlzcGxheWVkT3B0aW9uV2l0aENvbnRyb2xWYWx1ZSh2YWx1ZSk7XG4gICAgfSk7XG4gIH1cbn1cbiIsIjxkaXYgW25nU3R5bGVdPVwieyBtaW5XaWR0aDogd2lkdGggfVwiPlxuICA8bWF0LWZvcm0tZmllbGRcbiAgICAoY2xpY2spPVwib25PcGVuZWQoKVwiXG4gICAgW25nQ2xhc3NdPVwie1xuICAgICAgJ2ltbWVkaWF0ZS12YWxpZGF0aW9uJzogaW1tZWRpYXRlVmFsaWRhdGlvbixcbiAgICAgICduby1sZWZ0LXBhZGRpbmcnOiAhc2hvd0V4Y2xhbWF0aW9uLFxuICAgICAgcGlsbDogbW9kZSA9PT0gJ3BpbGwnLFxuICAgICAgY2hpcHM6IHNob3dDaGlwcyAmJiBpc011bHRpc2VsZWN0LFxuICAgICAgJ3N1Y2Nlc3MtbGFiZWwnOiBjYW5TaG93U3VjY2VzcygpLFxuICAgICAgJ2Vycm9yLWxhYmVsJzogY2FuU2hvd0Vycm9yKCksXG4gICAgICAneC1zbWFsbCc6IHNtYWxsU2l6ZSxcbiAgICB9XCJcbiAgICBbbmdTdHlsZV09XCJ7IHdpZHRoOiB3aWR0aCB9XCJcbiAgPlxuICAgIEBpZiAoKCFzaG93Q2hpcHMgfHwgdmFsdWVDb250cm9sLnZhbHVlLmxlbmd0aCA9PT0gMCkgJiYgKGxhYmVsIHx8IHJlcXVpcmVkKSAmJiAhc21hbGxTaXplKSB7XG4gICAgICA8bWF0LWxhYmVsPnt7IGxhYmVsIH19PC9tYXQtbGFiZWw+XG4gICAgfVxuICAgIDwhLS0mbmJzcDsgaXMgcmVxdWlyZWQgaW4gcGxhY2Vob2xkZXIgZm9yIHNtb290aGVyIGFuaW1hdGlvbiAtLT5cbiAgICA8bWF0LXNlbGVjdFxuICAgICAgI3BhbmVsXG4gICAgICBbZGlzYWJsZVJpcHBsZV09XCJ0cnVlXCJcbiAgICAgIFtpZF09XCJpZFwiXG4gICAgICBbcGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXIgfHwgJyZuYnNwOydcIlxuICAgICAgW3BhbmVsQ2xhc3NdPVwiJ2Fkcy1kcm9wZG93bi1wYW5lbCcgKyAoZml0Q29udGVudCA/ICcgZml0LWNvbnRlbnQnIDogJycpXCJcbiAgICAgIFtkaXNhYmxlT3B0aW9uQ2VudGVyaW5nXT1cInRydWVcIlxuICAgICAgW3JlcXVpcmVkXT1cInJlcXVpcmVkXCJcbiAgICAgIFtmb3JtQ29udHJvbF09XCJ2YWx1ZUNvbnRyb2xcIlxuICAgICAgW211bHRpcGxlXT1cImlzTXVsdGlzZWxlY3RcIlxuICAgID5cbiAgICAgIEBpZiAoc2hvd0NoaXBzICYmIGlzTXVsdGlzZWxlY3QpIHtcbiAgICAgICAgPG1hdC1zZWxlY3QtdHJpZ2dlcj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFnLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgQGZvciAob3B0aW9uIG9mIHZhbHVlQ29udHJvbC52YWx1ZTsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgIDxhZHMtdGFnXG4gICAgICAgICAgICAgICAgW3RhZ109XCJjaGlwTmFtZShvcHRpb24pXCJcbiAgICAgICAgICAgICAgICBbY29sb3JdPVwiQ29sb3JzLk1lZGl1bVwiXG4gICAgICAgICAgICAgICAgW2lkXT1cIicnICsgJGluZGV4XCJcbiAgICAgICAgICAgICAgICAocmVtb3ZlKT1cIm9uT3B0aW9uUmVtb3ZlZChvcHRpb24pXCJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwiJGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpXCJcbiAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9tYXQtc2VsZWN0LXRyaWdnZXI+XG4gICAgICB9XG5cbiAgICAgIEBpZiAoaGFzRW1wdHlWYWx1ZSkge1xuICAgICAgICA8bWF0LW9wdGlvbiBbdmFsdWVdPVwidW5kZWZpbmVkXCI+PC9tYXQtb3B0aW9uPlxuICAgICAgfVxuXG4gICAgICBAZm9yIChvcHRpb24gb2YgZGlzcGxheWVkT3B0aW9uc0FycmF5OyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgPG1hdC1vcHRpb24gW3ZhbHVlXT1cIm9wdGlvblwiIFtuZ0NsYXNzXT1cInsgY2hlY2tib3g6IGlzTXVsdGlzZWxlY3QgJiYgY2hlY2tTZWxlY3RlZCB9XCI+XG4gICAgICAgICAgQGlmIChpc011bHRpc2VsZWN0ICYmIGNoZWNrU2VsZWN0ZWQpIHtcbiAgICAgICAgICAgIDxhZHMtY2hlY2tib3hcbiAgICAgICAgICAgICAgd2lkdGg9XCIxMDAlXCJcbiAgICAgICAgICAgICAgKGNoYW5nZSk9XCJvbkNoZWNrYm94Q2hhbmdlKG9wdGlvbilcIlxuICAgICAgICAgICAgICBbbGFiZWxdPVwiZGlzcGxheVZhbHVlRm9ybWF0dGVyID8gZGlzcGxheVZhbHVlRm9ybWF0dGVyKG9wdGlvbikgOiBkaXNwbGF5ZWRPcHRpb25zLmdldChvcHRpb24pXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgfSBAZWxzZSB7XG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICBbaW5uZXJIVE1MXT1cImRpc3BsYXlWYWx1ZUZvcm1hdHRlciA/IGRpc3BsYXlWYWx1ZUZvcm1hdHRlcihvcHRpb24pIDogZGlzcGxheWVkT3B0aW9ucy5nZXQob3B0aW9uKVwiXG4gICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICAgIH1cbiAgICAgICAgPC9tYXQtb3B0aW9uPlxuICAgICAgfVxuICAgIDwvbWF0LXNlbGVjdD5cblxuICAgIEBpZiAoY2FuQ2xlYXIpIHtcbiAgICAgIDxidXR0b24gbWF0VGV4dFN1ZmZpeCB0eXBlPVwiYnV0dG9uXCIgbWF0LWljb24tYnV0dG9uIChjbGljayk9XCJjbGVhcigkZXZlbnQpXCIgY2xhc3M9XCJhY3Rpb24taWNvblwiPlxuICAgICAgICA8YWRzLWljb24gbmFtZT1cImNyb3NzXCIgW3NpemVdPVwic21hbGxTaXplID8gJ3h4cycgOiAneHMnXCIgW3RoZW1lXT1cIidpY29uUHJpbWFyeSdcIiBjbGFzcz1cImNyb3NzLWljb25cIiAvPlxuICAgICAgPC9idXR0b24+XG4gICAgfVxuICAgIDxidXR0b24gbWF0VGV4dFN1ZmZpeCB0eXBlPVwiYnV0dG9uXCIgbWF0LWljb24tYnV0dG9uIGNsYXNzPVwiYWN0aW9uLWljb25cIj5cbiAgICAgIDxhZHMtaWNvblxuICAgICAgICBtYXRUZXh0U3VmZml4XG4gICAgICAgIG5hbWU9XCJjaGV2cm9uX2Rvd25cIlxuICAgICAgICBbc2l6ZV09XCJzbWFsbFNpemUgPyAneHhzJyA6ICd4cydcIlxuICAgICAgICBbdGhlbWVdPVwiJ2ljb25QcmltYXJ5J1wiXG4gICAgICAgIGNsYXNzPVwiY2hldnJvbi1kb3duXCJcbiAgICAgIC8+XG4gICAgPC9idXR0b24+XG4gIDwvbWF0LWZvcm0tZmllbGQ+XG5cbiAgQGlmIChzaG93Rm9vdGVyKSB7XG4gICAgPGRpdiBjbGFzcz1cImZvb3Rlci1jb250YWluZXJcIj5cbiAgICAgIEBpZiAoY2FuU2hvd0Vycm9yKCkpIHtcbiAgICAgICAgPGFkcy1lcnJvciBbZXJyb3JdPVwiZGlzcGxheUZpcnN0RXJyb3IoKVwiIFtuZ1N0eWxlXT1cInsgd2lkdGg6IHdpZHRoIH1cIiAvPlxuICAgICAgfSBAZWxzZSBpZiAoY2FuU2hvd1N1Y2Nlc3MoKSkge1xuICAgICAgICA8YWRzLXN1Y2Nlc3MgW3N1Y2Nlc3NdPVwic3VjY2Vzc01lc3NhZ2UhXCIgW25nU3R5bGVdPVwieyB3aWR0aDogd2lkdGggfVwiIC8+XG4gICAgICB9IEBlbHNlIGlmIChoaW50KSB7XG4gICAgICAgIDxhZHMtaGludCBbaGludF09XCJoaW50XCIgW2NvbnRyb2xdPVwidmFsdWVDb250cm9sXCIgW25nU3R5bGVdPVwieyB3aWR0aDogd2lkdGggfVwiIC8+XG4gICAgICB9XG4gICAgPC9kaXY+XG4gIH1cbjwvZGl2PlxuXG5AaWYgKHRvb2x0aXApIHtcbiAgPGFkcy1pbnB1dC10b29sdGlwIFt0b29sdGlwXT1cInRvb2x0aXBcIiBbc21hbGxTaXplXT1cInNtYWxsU2l6ZVwiIC8+XG59XG4iXX0=
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { ReactiveFormsModule } from '@angular/forms';
|
|
3
|
-
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
4
|
-
import { MatSelectModule } from '@angular/material/select';
|
|
5
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
6
|
-
import { MatInputModule } from '@angular/material/input';
|
|
7
|
-
import { CommonModule } from '@angular/common';
|
|
8
|
-
import { AdsMultiSelectDropdownComponent } from './multi-select-dropdown.component';
|
|
9
|
-
import { AdsInputTooltipComponent } from '../../common/input.tooltip.component';
|
|
10
|
-
import { MatIconButton } from '@angular/material/button';
|
|
11
|
-
import { MatIcon } from '@angular/material/icon';
|
|
12
|
-
import { AdsSuccessComponent } from '../../common/success/success.component';
|
|
13
|
-
import { AdsErrorComponent } from '../../common/error/error.component';
|
|
14
|
-
import { AdsHintComponent } from '../../common/hint/hint.component';
|
|
15
|
-
import { AdsTagModule } from '../../../tags/tag';
|
|
16
|
-
import { AdsCheckboxModule } from '../../selection-fields/checkbox';
|
|
17
|
-
import * as i0 from "@angular/core";
|
|
18
|
-
export class AdsMultiSelectDropdownModule {
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsMultiSelectDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsMultiSelectDropdownModule, declarations: [AdsMultiSelectDropdownComponent], imports: [CommonModule,
|
|
21
|
-
ReactiveFormsModule,
|
|
22
|
-
MatFormFieldModule,
|
|
23
|
-
MatSelectModule,
|
|
24
|
-
AdsIconModule,
|
|
25
|
-
MatInputModule,
|
|
26
|
-
AdsInputTooltipComponent,
|
|
27
|
-
MatIconButton,
|
|
28
|
-
MatIcon,
|
|
29
|
-
AdsSuccessComponent,
|
|
30
|
-
AdsErrorComponent,
|
|
31
|
-
AdsHintComponent,
|
|
32
|
-
AdsTagModule,
|
|
33
|
-
AdsCheckboxModule], exports: [AdsMultiSelectDropdownComponent] }); }
|
|
34
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsMultiSelectDropdownModule, imports: [CommonModule,
|
|
35
|
-
ReactiveFormsModule,
|
|
36
|
-
MatFormFieldModule,
|
|
37
|
-
MatSelectModule,
|
|
38
|
-
AdsIconModule,
|
|
39
|
-
MatInputModule,
|
|
40
|
-
AdsInputTooltipComponent,
|
|
41
|
-
MatIconButton,
|
|
42
|
-
MatIcon,
|
|
43
|
-
AdsSuccessComponent,
|
|
44
|
-
AdsErrorComponent,
|
|
45
|
-
AdsTagModule,
|
|
46
|
-
AdsCheckboxModule] }); }
|
|
47
|
-
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsMultiSelectDropdownModule, decorators: [{
|
|
49
|
-
type: NgModule,
|
|
50
|
-
args: [{
|
|
51
|
-
imports: [
|
|
52
|
-
CommonModule,
|
|
53
|
-
ReactiveFormsModule,
|
|
54
|
-
MatFormFieldModule,
|
|
55
|
-
MatSelectModule,
|
|
56
|
-
AdsIconModule,
|
|
57
|
-
MatInputModule,
|
|
58
|
-
AdsInputTooltipComponent,
|
|
59
|
-
MatIconButton,
|
|
60
|
-
MatIcon,
|
|
61
|
-
AdsSuccessComponent,
|
|
62
|
-
AdsErrorComponent,
|
|
63
|
-
AdsHintComponent,
|
|
64
|
-
AdsTagModule,
|
|
65
|
-
AdsCheckboxModule,
|
|
66
|
-
],
|
|
67
|
-
declarations: [AdsMultiSelectDropdownComponent],
|
|
68
|
-
exports: [AdsMultiSelectDropdownComponent],
|
|
69
|
-
}]
|
|
70
|
-
}] });
|
|
71
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGktc2VsZWN0LWRyb3Bkb3duLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb3JtLWZpZWxkcy9kcm9wZG93bnMvbXVsdGktc2VsZWN0LWRyb3Bkb3duL211bHRpLXNlbGVjdC1kcm9wZG93bi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDcEYsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDaEYsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNqRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNwRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDakQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0saUNBQWlDLENBQUM7O0FBc0JwRSxNQUFNLE9BQU8sNEJBQTRCOzhHQUE1Qiw0QkFBNEI7K0dBQTVCLDRCQUE0QixpQkFIeEIsK0JBQStCLGFBZjVDLFlBQVk7WUFDWixtQkFBbUI7WUFDbkIsa0JBQWtCO1lBQ2xCLGVBQWU7WUFDZixhQUFhO1lBQ2IsY0FBYztZQUNkLHdCQUF3QjtZQUN4QixhQUFhO1lBQ2IsT0FBTztZQUNQLG1CQUFtQjtZQUNuQixpQkFBaUI7WUFDakIsZ0JBQWdCO1lBQ2hCLFlBQVk7WUFDWixpQkFBaUIsYUFHVCwrQkFBK0I7K0dBRTlCLDRCQUE0QixZQWxCckMsWUFBWTtZQUNaLG1CQUFtQjtZQUNuQixrQkFBa0I7WUFDbEIsZUFBZTtZQUNmLGFBQWE7WUFDYixjQUFjO1lBQ2Qsd0JBQXdCO1lBQ3hCLGFBQWE7WUFDYixPQUFPO1lBQ1AsbUJBQW1CO1lBQ25CLGlCQUFpQjtZQUVqQixZQUFZO1lBQ1osaUJBQWlCOzsyRkFLUiw0QkFBNEI7a0JBcEJ4QyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3dCQUNsQixlQUFlO3dCQUNmLGFBQWE7d0JBQ2IsY0FBYzt3QkFDZCx3QkFBd0I7d0JBQ3hCLGFBQWE7d0JBQ2IsT0FBTzt3QkFDUCxtQkFBbUI7d0JBQ25CLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3dCQUNoQixZQUFZO3dCQUNaLGlCQUFpQjtxQkFDbEI7b0JBQ0QsWUFBWSxFQUFFLENBQUMsK0JBQStCLENBQUM7b0JBQy9DLE9BQU8sRUFBRSxDQUFDLCtCQUErQixDQUFDO2lCQUMzQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0Rm9ybUZpZWxkTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZm9ybS1maWVsZCc7XG5pbXBvcnQgeyBNYXRTZWxlY3RNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3QnO1xuaW1wb3J0IHsgQWRzSWNvbk1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuaW1wb3J0IHsgTWF0SW5wdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pbnB1dCc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQWRzTXVsdGlTZWxlY3REcm9wZG93bkNvbXBvbmVudCB9IGZyb20gJy4vbXVsdGktc2VsZWN0LWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBZHNJbnB1dFRvb2x0aXBDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb21tb24vaW5wdXQudG9vbHRpcC5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWF0SWNvbkJ1dHRvbiB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBNYXRJY29uIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBBZHNTdWNjZXNzQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29tbW9uL3N1Y2Nlc3Mvc3VjY2Vzcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWRzRXJyb3JDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb21tb24vZXJyb3IvZXJyb3IuY29tcG9uZW50JztcbmltcG9ydCB7IEFkc0hpbnRDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb21tb24vaGludC9oaW50LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBZHNUYWdNb2R1bGUgfSBmcm9tICcuLi8uLi8uLi90YWdzL3RhZyc7XG5pbXBvcnQgeyBBZHNDaGVja2JveE1vZHVsZSB9IGZyb20gJy4uLy4uL3NlbGVjdGlvbi1maWVsZHMvY2hlY2tib3gnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgTWF0Rm9ybUZpZWxkTW9kdWxlLFxuICAgIE1hdFNlbGVjdE1vZHVsZSxcbiAgICBBZHNJY29uTW9kdWxlLFxuICAgIE1hdElucHV0TW9kdWxlLFxuICAgIEFkc0lucHV0VG9vbHRpcENvbXBvbmVudCxcbiAgICBNYXRJY29uQnV0dG9uLFxuICAgIE1hdEljb24sXG4gICAgQWRzU3VjY2Vzc0NvbXBvbmVudCxcbiAgICBBZHNFcnJvckNvbXBvbmVudCxcbiAgICBBZHNIaW50Q29tcG9uZW50LFxuICAgIEFkc1RhZ01vZHVsZSxcbiAgICBBZHNDaGVja2JveE1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbQWRzTXVsdGlTZWxlY3REcm9wZG93bkNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtBZHNNdWx0aVNlbGVjdERyb3Bkb3duQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzTXVsdGlTZWxlY3REcm9wZG93bk1vZHVsZSB7fVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './multi-select-dropdown.component';
|
|
2
|
-
export * from './multi-select-dropdown.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9mb3JtLWZpZWxkcy9kcm9wZG93bnMvbXVsdGktc2VsZWN0LWRyb3Bkb3duL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLGdDQUFnQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9tdWx0aS1zZWxlY3QtZHJvcGRvd24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbXVsdGktc2VsZWN0LWRyb3Bkb3duLm1vZHVsZSc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZm9ybS1maWVsZHMvaW5wdXQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|