@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,41 +0,0 @@
|
|
|
1
|
-
import { Component, Inject } from '@angular/core';
|
|
2
|
-
import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
4
|
-
import { adsIconCross } from '@ascentgl/ads-icons/icons';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@angular/material/dialog";
|
|
7
|
-
import * as i2 from "@ascentgl/ads-icons";
|
|
8
|
-
import * as i3 from "../buttons/button/button.component";
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "@jsverse/transloco";
|
|
11
|
-
export var ModalPanelClass;
|
|
12
|
-
(function (ModalPanelClass) {
|
|
13
|
-
ModalPanelClass["Confirmation"] = "ads-confirmation";
|
|
14
|
-
})(ModalPanelClass || (ModalPanelClass = {}));
|
|
15
|
-
export class AdsModalComponent {
|
|
16
|
-
constructor(dialogRef, registry, data) {
|
|
17
|
-
this.dialogRef = dialogRef;
|
|
18
|
-
this.registry = registry;
|
|
19
|
-
this.data = data;
|
|
20
|
-
this.registry.register(adsIconCross);
|
|
21
|
-
}
|
|
22
|
-
onCancel() {
|
|
23
|
-
this.dialogRef.close(false);
|
|
24
|
-
}
|
|
25
|
-
onSubmit() {
|
|
26
|
-
this.dialogRef.close(true);
|
|
27
|
-
}
|
|
28
|
-
onClose() {
|
|
29
|
-
this.dialogRef.close();
|
|
30
|
-
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsModalComponent, deps: [{ token: i1.MatDialogRef }, { token: i2.AdsIconRegistry }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsModalComponent, selector: "ads-modal", ngImport: i0, template: "<div mat-dialog-title>\n {{ data.title }}\n <div class=\"cross-icon-container\">\n <ads-icon name=\"cross\" size=\"xxs\" theme=\"primary\" (click)=\"onClose()\" />\n </div>\n</div>\n\n<div mat-dialog-content>\n @if (data.template) {\n <ng-container [ngTemplateOutlet]=\"data.template\" [ngTemplateOutletContext]=\"{ $implicit: data }\" />\n }\n {{ data.content }}\n</div>\n\n<div mat-dialog-actions>\n @if (!data.hideCancel) {\n <ads-button variant=\"secondary\" (click)=\"onCancel()\">\n @if (data.cancelButtonText) {\n {{ data.cancelButtonText | transloco }}\n } @else {\n {{ (data.isExitIntent ? 'DoNotSave' : 'Cancel') | transloco }}\n }\n </ads-button>\n }\n <ads-button variant=\"primary\" (click)=\"onSubmit()\">\n @if (data.confirmButtonText) {\n {{ data.confirmButtonText | transloco }}\n } @else {\n {{ (data.isExitIntent ? 'Save' : 'Confirm') | transloco }}\n }\n </ads-button>\n</div>\n", dependencies: [{ kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "component", type: i3.AdsButtonComponent, selector: "ads-button", inputs: ["id", "variant", "disabled", "size", "rounded", "type"] }, { kind: "component", type: i2.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i5.TranslocoPipe, name: "transloco" }] }); }
|
|
33
|
-
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsModalComponent, decorators: [{
|
|
35
|
-
type: Component,
|
|
36
|
-
args: [{ selector: 'ads-modal', template: "<div mat-dialog-title>\n {{ data.title }}\n <div class=\"cross-icon-container\">\n <ads-icon name=\"cross\" size=\"xxs\" theme=\"primary\" (click)=\"onClose()\" />\n </div>\n</div>\n\n<div mat-dialog-content>\n @if (data.template) {\n <ng-container [ngTemplateOutlet]=\"data.template\" [ngTemplateOutletContext]=\"{ $implicit: data }\" />\n }\n {{ data.content }}\n</div>\n\n<div mat-dialog-actions>\n @if (!data.hideCancel) {\n <ads-button variant=\"secondary\" (click)=\"onCancel()\">\n @if (data.cancelButtonText) {\n {{ data.cancelButtonText | transloco }}\n } @else {\n {{ (data.isExitIntent ? 'DoNotSave' : 'Cancel') | transloco }}\n }\n </ads-button>\n }\n <ads-button variant=\"primary\" (click)=\"onSubmit()\">\n @if (data.confirmButtonText) {\n {{ data.confirmButtonText | transloco }}\n } @else {\n {{ (data.isExitIntent ? 'Save' : 'Confirm') | transloco }}\n }\n </ads-button>\n</div>\n" }]
|
|
37
|
-
}], ctorParameters: () => [{ type: i1.MatDialogRef }, { type: i2.AdsIconRegistry }, { type: undefined, decorators: [{
|
|
38
|
-
type: Inject,
|
|
39
|
-
args: [MAT_DIALOG_DATA]
|
|
40
|
-
}] }] });
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL21vZGFsL21vZGFsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBZSxNQUFNLGVBQWUsQ0FBQztBQUMvRCxPQUFPLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7Ozs7Ozs7QUFZekQsTUFBTSxDQUFOLElBQVksZUFFWDtBQUZELFdBQVksZUFBZTtJQUN6QixvREFBaUMsQ0FBQTtBQUNuQyxDQUFDLEVBRlcsZUFBZSxLQUFmLGVBQWUsUUFFMUI7QUFNRCxNQUFNLE9BQU8saUJBQWlCO0lBQzVCLFlBQ1UsU0FBMEMsRUFDMUMsUUFBeUIsRUFDRCxJQUFrQjtRQUYxQyxjQUFTLEdBQVQsU0FBUyxDQUFpQztRQUMxQyxhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQUNELFNBQUksR0FBSixJQUFJLENBQWM7UUFFbEQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsWUFBWSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUVNLFFBQVE7UUFDYixJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRU0sUUFBUTtRQUNiLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUN6QixDQUFDOzhHQW5CVSxpQkFBaUIsNkVBSWxCLGVBQWU7a0dBSmQsaUJBQWlCLGlEQ3ZCOUIsMDhCQWdDQTs7MkZEVGEsaUJBQWlCO2tCQUo3QixTQUFTOytCQUNFLFdBQVc7OzBCQU9sQixNQUFNOzJCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdCwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1BVF9ESUFMT0dfREFUQSwgTWF0RGlhbG9nUmVmIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGlhbG9nJztcbmltcG9ydCB7IEFkc0ljb25SZWdpc3RyeSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuaW1wb3J0IHsgYWRzSWNvbkNyb3NzIH0gZnJvbSAnQGFzY2VudGdsL2Fkcy1pY29ucy9pY29ucyc7XG5cbmV4cG9ydCB0eXBlIEFkc01vZGFsRGF0YSA9IHtcbiAgdGl0bGU6IHN0cmluZztcbiAgY29udGVudDogc3RyaW5nO1xuICBoaWRlQ2FuY2VsPzogYm9vbGVhbjtcbiAgY2FuY2VsQnV0dG9uVGV4dD86IHN0cmluZztcbiAgaXNFeGl0SW50ZW50PzogYm9vbGVhbjtcbiAgY29uZmlybUJ1dHRvblRleHQ/OiBzdHJpbmc7XG4gIHRlbXBsYXRlPzogVGVtcGxhdGVSZWY8dW5rbm93bj47XG59O1xuXG5leHBvcnQgZW51bSBNb2RhbFBhbmVsQ2xhc3Mge1xuICBDb25maXJtYXRpb24gPSAnYWRzLWNvbmZpcm1hdGlvbicsXG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Fkcy1tb2RhbCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tb2RhbC5jb21wb25lbnQuaHRtbCcsXG59KVxuZXhwb3J0IGNsYXNzIEFkc01vZGFsQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBkaWFsb2dSZWY6IE1hdERpYWxvZ1JlZjxBZHNNb2RhbENvbXBvbmVudD4sXG4gICAgcHJpdmF0ZSByZWdpc3RyeTogQWRzSWNvblJlZ2lzdHJ5LFxuICAgIEBJbmplY3QoTUFUX0RJQUxPR19EQVRBKSBwdWJsaWMgZGF0YTogQWRzTW9kYWxEYXRhLFxuICApIHtcbiAgICB0aGlzLnJlZ2lzdHJ5LnJlZ2lzdGVyKGFkc0ljb25Dcm9zcyk7XG4gIH1cblxuICBwdWJsaWMgb25DYW5jZWwoKTogdm9pZCB7XG4gICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UoZmFsc2UpO1xuICB9XG5cbiAgcHVibGljIG9uU3VibWl0KCk6IHZvaWQge1xuICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKHRydWUpO1xuICB9XG5cbiAgcHVibGljIG9uQ2xvc2UoKTogdm9pZCB7XG4gICAgdGhpcy5kaWFsb2dSZWYuY2xvc2UoKTtcbiAgfVxufVxuIiwiPGRpdiBtYXQtZGlhbG9nLXRpdGxlPlxuICB7eyBkYXRhLnRpdGxlIH19XG4gIDxkaXYgY2xhc3M9XCJjcm9zcy1pY29uLWNvbnRhaW5lclwiPlxuICAgIDxhZHMtaWNvbiBuYW1lPVwiY3Jvc3NcIiBzaXplPVwieHhzXCIgdGhlbWU9XCJwcmltYXJ5XCIgKGNsaWNrKT1cIm9uQ2xvc2UoKVwiIC8+XG4gIDwvZGl2PlxuPC9kaXY+XG5cbjxkaXYgbWF0LWRpYWxvZy1jb250ZW50PlxuICBAaWYgKGRhdGEudGVtcGxhdGUpIHtcbiAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImRhdGEudGVtcGxhdGVcIiBbbmdUZW1wbGF0ZU91dGxldENvbnRleHRdPVwieyAkaW1wbGljaXQ6IGRhdGEgfVwiIC8+XG4gIH1cbiAge3sgZGF0YS5jb250ZW50IH19XG48L2Rpdj5cblxuPGRpdiBtYXQtZGlhbG9nLWFjdGlvbnM+XG4gIEBpZiAoIWRhdGEuaGlkZUNhbmNlbCkge1xuICAgIDxhZHMtYnV0dG9uIHZhcmlhbnQ9XCJzZWNvbmRhcnlcIiAoY2xpY2spPVwib25DYW5jZWwoKVwiPlxuICAgICAgQGlmIChkYXRhLmNhbmNlbEJ1dHRvblRleHQpIHtcbiAgICAgICAge3sgZGF0YS5jYW5jZWxCdXR0b25UZXh0IHwgdHJhbnNsb2NvIH19XG4gICAgICB9IEBlbHNlIHtcbiAgICAgICAge3sgKGRhdGEuaXNFeGl0SW50ZW50ID8gJ0RvTm90U2F2ZScgOiAnQ2FuY2VsJykgfCB0cmFuc2xvY28gfX1cbiAgICAgIH1cbiAgICA8L2Fkcy1idXR0b24+XG4gIH1cbiAgPGFkcy1idXR0b24gdmFyaWFudD1cInByaW1hcnlcIiAoY2xpY2spPVwib25TdWJtaXQoKVwiPlxuICAgIEBpZiAoZGF0YS5jb25maXJtQnV0dG9uVGV4dCkge1xuICAgICAge3sgZGF0YS5jb25maXJtQnV0dG9uVGV4dCB8IHRyYW5zbG9jbyB9fVxuICAgIH0gQGVsc2Uge1xuICAgICAge3sgKGRhdGEuaXNFeGl0SW50ZW50ID8gJ1NhdmUnIDogJ0NvbmZpcm0nKSB8IHRyYW5zbG9jbyB9fVxuICAgIH1cbiAgPC9hZHMtYnV0dG9uPlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { MatDialogModule } from '@angular/material/dialog';
|
|
3
|
-
import { AdsButtonModule } from '../buttons/button';
|
|
4
|
-
import { AdsModalComponent } from './modal.component';
|
|
5
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
6
|
-
import { TranslocoPipe } from '@jsverse/transloco';
|
|
7
|
-
import { NgTemplateOutlet } from '@angular/common';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export class AdsModalModule {
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsModalModule, declarations: [AdsModalComponent], imports: [MatDialogModule, AdsButtonModule, AdsIconModule, TranslocoPipe, NgTemplateOutlet], exports: [AdsModalComponent] }); }
|
|
12
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsModalModule, imports: [MatDialogModule, AdsButtonModule, AdsIconModule] }); }
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsModalModule, decorators: [{
|
|
15
|
-
type: NgModule,
|
|
16
|
-
args: [{
|
|
17
|
-
imports: [MatDialogModule, AdsButtonModule, AdsIconModule, TranslocoPipe, NgTemplateOutlet],
|
|
18
|
-
declarations: [AdsModalComponent],
|
|
19
|
-
exports: [AdsModalComponent],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL21vZGFsL21vZGFsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDcEQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDdEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFPbkQsTUFBTSxPQUFPLGNBQWM7OEdBQWQsY0FBYzsrR0FBZCxjQUFjLGlCQUhWLGlCQUFpQixhQUR0QixlQUFlLEVBQUUsZUFBZSxFQUFFLGFBQWEsRUFBRSxhQUFhLEVBQUUsZ0JBQWdCLGFBRWhGLGlCQUFpQjsrR0FFaEIsY0FBYyxZQUpmLGVBQWUsRUFBRSxlQUFlLEVBQUUsYUFBYTs7MkZBSTlDLGNBQWM7a0JBTDFCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsZUFBZSxFQUFFLGVBQWUsRUFBRSxhQUFhLEVBQUUsYUFBYSxFQUFFLGdCQUFnQixDQUFDO29CQUMzRixZQUFZLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztvQkFDakMsT0FBTyxFQUFFLENBQUMsaUJBQWlCLENBQUM7aUJBQzdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdERpYWxvZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2RpYWxvZyc7XG5pbXBvcnQgeyBBZHNCdXR0b25Nb2R1bGUgfSBmcm9tICcuLi9idXR0b25zL2J1dHRvbic7XG5pbXBvcnQgeyBBZHNNb2RhbENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwuY29tcG9uZW50JztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IFRyYW5zbG9jb1BpcGUgfSBmcm9tICdAanN2ZXJzZS90cmFuc2xvY28nO1xuaW1wb3J0IHsgTmdUZW1wbGF0ZU91dGxldCB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtNYXREaWFsb2dNb2R1bGUsIEFkc0J1dHRvbk1vZHVsZSwgQWRzSWNvbk1vZHVsZSwgVHJhbnNsb2NvUGlwZSwgTmdUZW1wbGF0ZU91dGxldF0sXG4gIGRlY2xhcmF0aW9uczogW0Fkc01vZGFsQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0Fkc01vZGFsQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzTW9kYWxNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './modal.component';
|
|
2
|
-
export * from './modal.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9tb2RhbC9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxnQkFBZ0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbW9kYWwuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwubW9kdWxlJztcbiJdfQ==
|
package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { adsIconEditDashboard } from '@ascentgl/ads-icons/icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@ascentgl/ads-icons";
|
|
6
|
-
export class AdsDashboardEditIconComponent {
|
|
7
|
-
constructor(registry) {
|
|
8
|
-
this.registry = registry;
|
|
9
|
-
/**
|
|
10
|
-
* Whether the navigation is collapsed
|
|
11
|
-
*/
|
|
12
|
-
this.isCollapsed = false;
|
|
13
|
-
/**
|
|
14
|
-
* Whether the viewport is mobile
|
|
15
|
-
*/
|
|
16
|
-
this.isMobile = false;
|
|
17
|
-
/**
|
|
18
|
-
* Text to display with the edit dashboard button
|
|
19
|
-
*/
|
|
20
|
-
// @Input() editText = 'Edit Dashboard';
|
|
21
|
-
/**
|
|
22
|
-
* Event emitted when the edit dashboard button is clicked
|
|
23
|
-
*/
|
|
24
|
-
this.editClicked = new EventEmitter();
|
|
25
|
-
this.registry.register(adsIconEditDashboard);
|
|
26
|
-
}
|
|
27
|
-
/** @ignore */
|
|
28
|
-
onEditClick() {
|
|
29
|
-
this.editClicked.emit();
|
|
30
|
-
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsDashboardEditIconComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsDashboardEditIconComponent, selector: "ads-dashboard-edit-icon", inputs: { id: "id", isCollapsed: "isCollapsed", isMobile: "isMobile" }, outputs: { editClicked: "editClicked" }, ngImport: i0, template: "<div class=\"big-circle\">\n <div\n class=\"edit-handle\"\n tabindex=\"0\"\n (keyup.enter)=\"onEditClick()\"\n (click)=\"onEditClick()\"\n [class.collapsed]=\"isCollapsed\"\n [class.mobile]=\"isMobile\"\n [id]=\"id\"\n >\n <ads-icon class=\"edit-icon\" name=\"edit_dashboard\" style=\"width: 28px; height: 28px\" theme=\"primary\"></ads-icon>\n </div>\n</div>\n", styles: [".edit-handle{position:absolute;border:3px solid #6762ff;border-radius:50%;display:flex;box-sizing:border-box;flex:0 0 auto;align-items:center;background-color:var(--color-white);color:var(--color-primary);cursor:pointer;z-index:1;width:58px;height:58px;justify-content:center}.edit-handle:hover,.edit-handle:focus{background-color:var(--color-light-30);color:var(--color-dark);outline:none}.edit-text{margin-left:16px;font-weight:500;-webkit-user-select:none;user-select:none;white-space:nowrap}:host ::ng-deep .edit-icon.ads-icon svg{width:24px;height:24px}.edit-handle.mobile{display:none!important}.big-circle{position:absolute;bottom:28px;right:26px;border:0px solid var(--color-primary);border-radius:50%;box-shadow:0 100px 80px #6c49ac12,0 41.7776px 33.4221px #6c49ac0d,0 22.3363px 17.869px #6c49ac0b,0 12.5216px 10.0172px #6c49ac09,0 6.6501px 5.32008px #6c49ac07,0 2.76726px 2.21381px #6c49ac05;display:flex;box-sizing:border-box;flex:0 0 auto;align-items:center;background-color:var(--color-white);color:var(--color-primary);cursor:pointer;z-index:1;width:82px;height:82px;justify-content:center}\n"], dependencies: [{ kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
|
|
33
|
-
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsDashboardEditIconComponent, decorators: [{
|
|
35
|
-
type: Component,
|
|
36
|
-
args: [{ selector: 'ads-dashboard-edit-icon', template: "<div class=\"big-circle\">\n <div\n class=\"edit-handle\"\n tabindex=\"0\"\n (keyup.enter)=\"onEditClick()\"\n (click)=\"onEditClick()\"\n [class.collapsed]=\"isCollapsed\"\n [class.mobile]=\"isMobile\"\n [id]=\"id\"\n >\n <ads-icon class=\"edit-icon\" name=\"edit_dashboard\" style=\"width: 28px; height: 28px\" theme=\"primary\"></ads-icon>\n </div>\n</div>\n", styles: [".edit-handle{position:absolute;border:3px solid #6762ff;border-radius:50%;display:flex;box-sizing:border-box;flex:0 0 auto;align-items:center;background-color:var(--color-white);color:var(--color-primary);cursor:pointer;z-index:1;width:58px;height:58px;justify-content:center}.edit-handle:hover,.edit-handle:focus{background-color:var(--color-light-30);color:var(--color-dark);outline:none}.edit-text{margin-left:16px;font-weight:500;-webkit-user-select:none;user-select:none;white-space:nowrap}:host ::ng-deep .edit-icon.ads-icon svg{width:24px;height:24px}.edit-handle.mobile{display:none!important}.big-circle{position:absolute;bottom:28px;right:26px;border:0px solid var(--color-primary);border-radius:50%;box-shadow:0 100px 80px #6c49ac12,0 41.7776px 33.4221px #6c49ac0d,0 22.3363px 17.869px #6c49ac0b,0 12.5216px 10.0172px #6c49ac09,0 6.6501px 5.32008px #6c49ac07,0 2.76726px 2.21381px #6c49ac05;display:flex;box-sizing:border-box;flex:0 0 auto;align-items:center;background-color:var(--color-white);color:var(--color-primary);cursor:pointer;z-index:1;width:82px;height:82px;justify-content:center}\n"] }]
|
|
37
|
-
}], ctorParameters: () => [{ type: i1.AdsIconRegistry }], propDecorators: { id: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], isCollapsed: [{
|
|
40
|
-
type: Input
|
|
41
|
-
}], isMobile: [{
|
|
42
|
-
type: Input
|
|
43
|
-
}], editClicked: [{
|
|
44
|
-
type: Output
|
|
45
|
-
}] } });
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLWVkaXQtaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9kYXNoYm9hcmQtZWRpdC1pY29uL2Rhc2hib2FyZC1lZGl0LWljb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vZGFzaGJvYXJkLWVkaXQtaWNvbi9kYXNoYm9hcmQtZWRpdC1pY29uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7QUFPakUsTUFBTSxPQUFPLDZCQUE2QjtJQUN4QyxZQUFvQixRQUF5QjtRQUF6QixhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQVM3Qzs7V0FFRztRQUNNLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBRTdCOztXQUVHO1FBQ00sYUFBUSxHQUFHLEtBQUssQ0FBQztRQUUxQjs7V0FFRztRQUNILHdDQUF3QztRQUV4Qzs7V0FFRztRQUNPLGdCQUFXLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7UUExQjdELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLG9CQUFvQixDQUFDLENBQUM7SUFDL0MsQ0FBQztJQTJCRCxjQUFjO0lBQ2QsV0FBVztRQUNULElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDMUIsQ0FBQzs4R0FqQ1UsNkJBQTZCO2tHQUE3Qiw2QkFBNkIsZ0xDVDFDLHNZQWFBOzsyRkRKYSw2QkFBNkI7a0JBTHpDLFNBQVM7K0JBQ0UseUJBQXlCO29GQVkxQixFQUFFO3NCQUFWLEtBQUs7Z0JBS0csV0FBVztzQkFBbkIsS0FBSztnQkFLRyxRQUFRO3NCQUFoQixLQUFLO2dCQVVJLFdBQVc7c0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWRzSWNvblJlZ2lzdHJ5IH0gZnJvbSAnQGFzY2VudGdsL2Fkcy1pY29ucyc7XG5pbXBvcnQgeyBhZHNJY29uRWRpdERhc2hib2FyZCB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMvaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtZGFzaGJvYXJkLWVkaXQtaWNvbicsXG4gIHN0eWxlVXJsczogWydkYXNoYm9hcmQtZWRpdC1pY29uLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnZGFzaGJvYXJkLWVkaXQtaWNvbi5jb21wb25lbnQuaHRtbCcsXG59KVxuZXhwb3J0IGNsYXNzIEFkc0Rhc2hib2FyZEVkaXRJY29uQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWdpc3RyeTogQWRzSWNvblJlZ2lzdHJ5KSB7XG4gICAgdGhpcy5yZWdpc3RyeS5yZWdpc3RlcihhZHNJY29uRWRpdERhc2hib2FyZCk7XG4gIH1cblxuICAvKipcbiAgICogVGhlIHVuaXF1ZSBJRCBmb3IgdGhlIGRhc2hib2FyZCBlZGl0IGljb25cbiAgICovXG4gIEBJbnB1dCgpIGlkITogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBXaGV0aGVyIHRoZSBuYXZpZ2F0aW9uIGlzIGNvbGxhcHNlZFxuICAgKi9cbiAgQElucHV0KCkgaXNDb2xsYXBzZWQgPSBmYWxzZTtcblxuICAvKipcbiAgICogV2hldGhlciB0aGUgdmlld3BvcnQgaXMgbW9iaWxlXG4gICAqL1xuICBASW5wdXQoKSBpc01vYmlsZSA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBUZXh0IHRvIGRpc3BsYXkgd2l0aCB0aGUgZWRpdCBkYXNoYm9hcmQgYnV0dG9uXG4gICAqL1xuICAvLyBASW5wdXQoKSBlZGl0VGV4dCA9ICdFZGl0IERhc2hib2FyZCc7XG5cbiAgLyoqXG4gICAqIEV2ZW50IGVtaXR0ZWQgd2hlbiB0aGUgZWRpdCBkYXNoYm9hcmQgYnV0dG9uIGlzIGNsaWNrZWRcbiAgICovXG4gIEBPdXRwdXQoKSBlZGl0Q2xpY2tlZDogRXZlbnRFbWl0dGVyPG51bGw+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIG9uRWRpdENsaWNrKCkge1xuICAgIHRoaXMuZWRpdENsaWNrZWQuZW1pdCgpO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiYmlnLWNpcmNsZVwiPlxuICA8ZGl2XG4gICAgY2xhc3M9XCJlZGl0LWhhbmRsZVwiXG4gICAgdGFiaW5kZXg9XCIwXCJcbiAgICAoa2V5dXAuZW50ZXIpPVwib25FZGl0Q2xpY2soKVwiXG4gICAgKGNsaWNrKT1cIm9uRWRpdENsaWNrKClcIlxuICAgIFtjbGFzcy5jb2xsYXBzZWRdPVwiaXNDb2xsYXBzZWRcIlxuICAgIFtjbGFzcy5tb2JpbGVdPVwiaXNNb2JpbGVcIlxuICAgIFtpZF09XCJpZFwiXG4gID5cbiAgICA8YWRzLWljb24gY2xhc3M9XCJlZGl0LWljb25cIiBuYW1lPVwiZWRpdF9kYXNoYm9hcmRcIiBzdHlsZT1cIndpZHRoOiAyOHB4OyBoZWlnaHQ6IDI4cHhcIiB0aGVtZT1cInByaW1hcnlcIj48L2Fkcy1pY29uPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
3
|
-
import { AdsDashboardEditIconComponent } from './dashboard-edit-icon.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class AdsDashboardEditIconModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsDashboardEditIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsDashboardEditIconModule, declarations: [AdsDashboardEditIconComponent], imports: [AdsIconModule], exports: [AdsDashboardEditIconComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsDashboardEditIconModule, imports: [AdsIconModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsDashboardEditIconModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
imports: [AdsIconModule],
|
|
14
|
-
exports: [AdsDashboardEditIconComponent],
|
|
15
|
-
declarations: [AdsDashboardEditIconComponent],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLWVkaXQtaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9kYXNoYm9hcmQtZWRpdC1pY29uL2Rhc2hib2FyZC1lZGl0LWljb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3BELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDOztBQU9oRixNQUFNLE9BQU8sMEJBQTBCOzhHQUExQiwwQkFBMEI7K0dBQTFCLDBCQUEwQixpQkFGdEIsNkJBQTZCLGFBRmxDLGFBQWEsYUFDYiw2QkFBNkI7K0dBRzVCLDBCQUEwQixZQUozQixhQUFhOzsyRkFJWiwwQkFBMEI7a0JBTHRDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsYUFBYSxDQUFDO29CQUN4QixPQUFPLEVBQUUsQ0FBQyw2QkFBNkIsQ0FBQztvQkFDeEMsWUFBWSxFQUFFLENBQUMsNkJBQTZCLENBQUM7aUJBQzlDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IEFkc0Rhc2hib2FyZEVkaXRJY29uQ29tcG9uZW50IH0gZnJvbSAnLi9kYXNoYm9hcmQtZWRpdC1pY29uLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtBZHNJY29uTW9kdWxlXSxcbiAgZXhwb3J0czogW0Fkc0Rhc2hib2FyZEVkaXRJY29uQ29tcG9uZW50XSxcbiAgZGVjbGFyYXRpb25zOiBbQWRzRGFzaGJvYXJkRWRpdEljb25Db21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNEYXNoYm9hcmRFZGl0SWNvbk1vZHVsZSB7fVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9kYXNoYm9hcmQtZWRpdC1pY29uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './dashboard-edit-icon.component';
|
|
2
|
-
export * from './dashboard-edit-icon.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXZpZ2F0aW9uL2Rhc2hib2FyZC1lZGl0LWljb24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsOEJBQThCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Rhc2hib2FyZC1lZGl0LWljb24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZGFzaGJvYXJkLWVkaXQtaWNvbi5tb2R1bGUnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWFjdGlvbnMtY29udGFpbmVyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class AdsNavigationActionsContainerComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
/**
|
|
7
|
-
* Whether the navigation is collapsed
|
|
8
|
-
*/
|
|
9
|
-
this.isCollapsed = false;
|
|
10
|
-
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationActionsContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsNavigationActionsContainerComponent, selector: "ads-navigation-actions-container", inputs: { isCollapsed: "isCollapsed" }, ngImport: i0, template: "<div *ngIf=\"!isCollapsed\" class=\"navigation-actions\">\n <ng-content></ng-content>\n</div>\n", styles: [".navigation-actions{display:flex;align-items:center;justify-content:center;padding:16px 8px;border-bottom:1px solid var(--color-light)}::ng-deep .navigation-actions .mat-form-field-appearance-outline.pill{flex:1}::ng-deep .navigation-actions .mat-form-field-appearance-outline.pill .mat-form-field-wrapper{padding-bottom:0}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationActionsContainerComponent, decorators: [{
|
|
15
|
-
type: Component,
|
|
16
|
-
args: [{ selector: 'ads-navigation-actions-container', template: "<div *ngIf=\"!isCollapsed\" class=\"navigation-actions\">\n <ng-content></ng-content>\n</div>\n", styles: [".navigation-actions{display:flex;align-items:center;justify-content:center;padding:16px 8px;border-bottom:1px solid var(--color-light)}::ng-deep .navigation-actions .mat-form-field-appearance-outline.pill{flex:1}::ng-deep .navigation-actions .mat-form-field-appearance-outline.pill .mat-form-field-wrapper{padding-bottom:0}\n"] }]
|
|
17
|
-
}], propDecorators: { isCollapsed: [{
|
|
18
|
-
type: Input
|
|
19
|
-
}] } });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1hY3Rpb25zLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWFjdGlvbnMtY29udGFpbmVyL25hdmlnYXRpb24tYWN0aW9ucy1jb250YWluZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1hY3Rpb25zLWNvbnRhaW5lci9uYXZpZ2F0aW9uLWFjdGlvbnMtY29udGFpbmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPakQsTUFBTSxPQUFPLHNDQUFzQztJQUxuRDtRQU1FOztXQUVHO1FBQ00sZ0JBQVcsR0FBRyxLQUFLLENBQUM7S0FDOUI7OEdBTFksc0NBQXNDO2tHQUF0QyxzQ0FBc0MsZ0hDUG5ELGtHQUdBOzsyRkRJYSxzQ0FBc0M7a0JBTGxELFNBQVM7K0JBQ0Usa0NBQWtDOzhCQVFuQyxXQUFXO3NCQUFuQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtbmF2aWdhdGlvbi1hY3Rpb25zLWNvbnRhaW5lcicsXG4gIHN0eWxlVXJsczogWyduYXZpZ2F0aW9uLWFjdGlvbnMtY29udGFpbmVyLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnbmF2aWdhdGlvbi1hY3Rpb25zLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCcsXG59KVxuZXhwb3J0IGNsYXNzIEFkc05hdmlnYXRpb25BY3Rpb25zQ29udGFpbmVyQ29tcG9uZW50IHtcbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIG5hdmlnYXRpb24gaXMgY29sbGFwc2VkXG4gICAqL1xuICBASW5wdXQoKSBpc0NvbGxhcHNlZCA9IGZhbHNlO1xufVxuIiwiPGRpdiAqbmdJZj1cIiFpc0NvbGxhcHNlZFwiIGNsYXNzPVwibmF2aWdhdGlvbi1hY3Rpb25zXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { AdsNavigationActionsContainerComponent } from './navigation-actions-container.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class AdsNavigationActionsContainerModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationActionsContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationActionsContainerModule, declarations: [AdsNavigationActionsContainerComponent], imports: [CommonModule], exports: [AdsNavigationActionsContainerComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationActionsContainerModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationActionsContainerModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
imports: [CommonModule],
|
|
14
|
-
exports: [AdsNavigationActionsContainerComponent],
|
|
15
|
-
declarations: [AdsNavigationActionsContainerComponent],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1hY3Rpb25zLWNvbnRhaW5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWFjdGlvbnMtY29udGFpbmVyL25hdmlnYXRpb24tYWN0aW9ucy1jb250YWluZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLDBDQUEwQyxDQUFDOztBQU9sRyxNQUFNLE9BQU8sbUNBQW1DOzhHQUFuQyxtQ0FBbUM7K0dBQW5DLG1DQUFtQyxpQkFGL0Isc0NBQXNDLGFBRjNDLFlBQVksYUFDWixzQ0FBc0M7K0dBR3JDLG1DQUFtQyxZQUpwQyxZQUFZOzsyRkFJWCxtQ0FBbUM7a0JBTC9DLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxzQ0FBc0MsQ0FBQztvQkFDakQsWUFBWSxFQUFFLENBQUMsc0NBQXNDLENBQUM7aUJBQ3ZEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEFkc05hdmlnYXRpb25BY3Rpb25zQ29udGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWFjdGlvbnMtY29udGFpbmVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbQWRzTmF2aWdhdGlvbkFjdGlvbnNDb250YWluZXJDb21wb25lbnRdLFxuICBkZWNsYXJhdGlvbnM6IFtBZHNOYXZpZ2F0aW9uQWN0aW9uc0NvbnRhaW5lckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEFkc05hdmlnYXRpb25BY3Rpb25zQ29udGFpbmVyTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './navigation-actions-container.component';
|
|
2
|
-
export * from './navigation-actions-container.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24tYWN0aW9ucy1jb250YWluZXIvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsdUNBQXVDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL25hdmlnYXRpb24tYWN0aW9ucy1jb250YWluZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbmF2aWdhdGlvbi1hY3Rpb25zLWNvbnRhaW5lci5tb2R1bGUnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWNvbGxhcHNlLWhhbmRsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { adsIconMenuMoreInfo } from '@ascentgl/ads-icons/icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@ascentgl/ads-icons";
|
|
6
|
-
export class AdsNavigationCollapseHandleComponent {
|
|
7
|
-
constructor(registry) {
|
|
8
|
-
this.registry = registry;
|
|
9
|
-
/**
|
|
10
|
-
* Whether the navigation is collapsed
|
|
11
|
-
*/
|
|
12
|
-
this.isCollapsed = false;
|
|
13
|
-
/**
|
|
14
|
-
* Whether the viewport is mobile
|
|
15
|
-
*/
|
|
16
|
-
this.isMobile = false;
|
|
17
|
-
/**
|
|
18
|
-
* Text to display in the collapse menu button
|
|
19
|
-
*/
|
|
20
|
-
this.handleText = 'Collapse Menu';
|
|
21
|
-
/**
|
|
22
|
-
* Event emitted when the collapse menu button is clicked
|
|
23
|
-
*/
|
|
24
|
-
this.handleClicked = new EventEmitter();
|
|
25
|
-
this.registry.register(adsIconMenuMoreInfo);
|
|
26
|
-
}
|
|
27
|
-
/** @ignore */
|
|
28
|
-
onHandleClick() {
|
|
29
|
-
this.handleClicked.emit();
|
|
30
|
-
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationCollapseHandleComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsNavigationCollapseHandleComponent, selector: "ads-navigation-collapse-handle", inputs: { id: "id", isCollapsed: "isCollapsed", isMobile: "isMobile", handleText: "handleText" }, outputs: { handleClicked: "handleClicked" }, ngImport: i0, template: "<div\n class=\"handle\"\n tabindex=\"0\"\n (keyup.enter)=\"onHandleClick()\"\n (click)=\"onHandleClick()\"\n [class.collapsed]=\"isCollapsed\"\n [class.mobile]=\"isMobile\"\n [id]=\"id\"\n>\n <ads-icon class=\"handle-icon\" name=\"menu_more_info\" size=\"sm\"></ads-icon>\n <span class=\"handle-text\">{{ handleText }}</span>\n</div>\n", styles: [".handle{position:relative;display:flex;height:48px;box-sizing:border-box;flex:0 0 auto;align-items:center;padding:12px 16px;border-bottom:1px solid var(--color-light);background-color:var(--color-white);color:var(--color-medium);cursor:pointer}.handle .ads-icon{transform:rotate(90deg)}.handle:hover,.handle:focus{background-color:var(--color-light-30);color:var(--color-dark);outline:none}.handle-text{margin-left:16px;font-weight:500;-webkit-user-select:none;user-select:none;white-space:nowrap}::ng-deep .handle-icon.ads-icon svg{width:24px;height:24px}.handle.mobile{display:none!important}\n"], dependencies: [{ kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
|
|
33
|
-
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationCollapseHandleComponent, decorators: [{
|
|
35
|
-
type: Component,
|
|
36
|
-
args: [{ selector: 'ads-navigation-collapse-handle', template: "<div\n class=\"handle\"\n tabindex=\"0\"\n (keyup.enter)=\"onHandleClick()\"\n (click)=\"onHandleClick()\"\n [class.collapsed]=\"isCollapsed\"\n [class.mobile]=\"isMobile\"\n [id]=\"id\"\n>\n <ads-icon class=\"handle-icon\" name=\"menu_more_info\" size=\"sm\"></ads-icon>\n <span class=\"handle-text\">{{ handleText }}</span>\n</div>\n", styles: [".handle{position:relative;display:flex;height:48px;box-sizing:border-box;flex:0 0 auto;align-items:center;padding:12px 16px;border-bottom:1px solid var(--color-light);background-color:var(--color-white);color:var(--color-medium);cursor:pointer}.handle .ads-icon{transform:rotate(90deg)}.handle:hover,.handle:focus{background-color:var(--color-light-30);color:var(--color-dark);outline:none}.handle-text{margin-left:16px;font-weight:500;-webkit-user-select:none;user-select:none;white-space:nowrap}::ng-deep .handle-icon.ads-icon svg{width:24px;height:24px}.handle.mobile{display:none!important}\n"] }]
|
|
37
|
-
}], ctorParameters: () => [{ type: i1.AdsIconRegistry }], propDecorators: { id: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], isCollapsed: [{
|
|
40
|
-
type: Input
|
|
41
|
-
}], isMobile: [{
|
|
42
|
-
type: Input
|
|
43
|
-
}], handleText: [{
|
|
44
|
-
type: Input
|
|
45
|
-
}], handleClicked: [{
|
|
46
|
-
type: Output
|
|
47
|
-
}] } });
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUvbmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUvbmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7OztBQU9oRSxNQUFNLE9BQU8sb0NBQW9DO0lBQy9DLFlBQW9CLFFBQXlCO1FBQXpCLGFBQVEsR0FBUixRQUFRLENBQWlCO1FBUzdDOztXQUVHO1FBQ00sZ0JBQVcsR0FBRyxLQUFLLENBQUM7UUFFN0I7O1dBRUc7UUFDTSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBRTFCOztXQUVHO1FBQ00sZUFBVSxHQUFHLGVBQWUsQ0FBQztRQUV0Qzs7V0FFRztRQUNPLGtCQUFhLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7UUExQi9ELElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLG1CQUFtQixDQUFDLENBQUM7SUFDOUMsQ0FBQztJQTJCRCxjQUFjO0lBQ2QsYUFBYTtRQUNYLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDNUIsQ0FBQzs4R0FqQ1Usb0NBQW9DO2tHQUFwQyxvQ0FBb0MscU5DVGpELDBWQVlBOzsyRkRIYSxvQ0FBb0M7a0JBTGhELFNBQVM7K0JBQ0UsZ0NBQWdDO29GQVlqQyxFQUFFO3NCQUFWLEtBQUs7Z0JBS0csV0FBVztzQkFBbkIsS0FBSztnQkFLRyxRQUFRO3NCQUFoQixLQUFLO2dCQUtHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBS0ksYUFBYTtzQkFBdEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBZHNJY29uUmVnaXN0cnkgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IGFkc0ljb25NZW51TW9yZUluZm8gfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zL2ljb25zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLW5hdmlnYXRpb24tY29sbGFwc2UtaGFuZGxlJyxcbiAgc3R5bGVVcmxzOiBbJ25hdmlnYXRpb24tY29sbGFwc2UtaGFuZGxlLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnbmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUuY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNOYXZpZ2F0aW9uQ29sbGFwc2VIYW5kbGVDb21wb25lbnQge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlZ2lzdHJ5OiBBZHNJY29uUmVnaXN0cnkpIHtcbiAgICB0aGlzLnJlZ2lzdHJ5LnJlZ2lzdGVyKGFkc0ljb25NZW51TW9yZUluZm8pO1xuICB9XG5cbiAgLyoqXG4gICAqIFRoZSB1bmlxdWUgSUQgZm9yIHRoZSBjb2xsYXBzZSBoYW5kbGVcbiAgICovXG4gIEBJbnB1dCgpIGlkITogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBXaGV0aGVyIHRoZSBuYXZpZ2F0aW9uIGlzIGNvbGxhcHNlZFxuICAgKi9cbiAgQElucHV0KCkgaXNDb2xsYXBzZWQgPSBmYWxzZTtcblxuICAvKipcbiAgICogV2hldGhlciB0aGUgdmlld3BvcnQgaXMgbW9iaWxlXG4gICAqL1xuICBASW5wdXQoKSBpc01vYmlsZSA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBUZXh0IHRvIGRpc3BsYXkgaW4gdGhlIGNvbGxhcHNlIG1lbnUgYnV0dG9uXG4gICAqL1xuICBASW5wdXQoKSBoYW5kbGVUZXh0ID0gJ0NvbGxhcHNlIE1lbnUnO1xuXG4gIC8qKlxuICAgKiBFdmVudCBlbWl0dGVkIHdoZW4gdGhlIGNvbGxhcHNlIG1lbnUgYnV0dG9uIGlzIGNsaWNrZWRcbiAgICovXG4gIEBPdXRwdXQoKSBoYW5kbGVDbGlja2VkOiBFdmVudEVtaXR0ZXI8bnVsbD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgb25IYW5kbGVDbGljaygpIHtcbiAgICB0aGlzLmhhbmRsZUNsaWNrZWQuZW1pdCgpO1xuICB9XG59XG4iLCI8ZGl2XG4gIGNsYXNzPVwiaGFuZGxlXCJcbiAgdGFiaW5kZXg9XCIwXCJcbiAgKGtleXVwLmVudGVyKT1cIm9uSGFuZGxlQ2xpY2soKVwiXG4gIChjbGljayk9XCJvbkhhbmRsZUNsaWNrKClcIlxuICBbY2xhc3MuY29sbGFwc2VkXT1cImlzQ29sbGFwc2VkXCJcbiAgW2NsYXNzLm1vYmlsZV09XCJpc01vYmlsZVwiXG4gIFtpZF09XCJpZFwiXG4+XG4gIDxhZHMtaWNvbiBjbGFzcz1cImhhbmRsZS1pY29uXCIgbmFtZT1cIm1lbnVfbW9yZV9pbmZvXCIgc2l6ZT1cInNtXCI+PC9hZHMtaWNvbj5cbiAgPHNwYW4gY2xhc3M9XCJoYW5kbGUtdGV4dFwiPnt7IGhhbmRsZVRleHQgfX08L3NwYW4+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
3
|
-
import { AdsNavigationCollapseHandleComponent } from './navigation-collapse-handle.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class AdsNavigationCollapseHandleModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationCollapseHandleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationCollapseHandleModule, declarations: [AdsNavigationCollapseHandleComponent], imports: [AdsIconModule], exports: [AdsNavigationCollapseHandleComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationCollapseHandleModule, imports: [AdsIconModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationCollapseHandleModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
imports: [AdsIconModule],
|
|
14
|
-
exports: [AdsNavigationCollapseHandleComponent],
|
|
15
|
-
declarations: [AdsNavigationCollapseHandleComponent],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUvbmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHdDQUF3QyxDQUFDOztBQU85RixNQUFNLE9BQU8saUNBQWlDOzhHQUFqQyxpQ0FBaUM7K0dBQWpDLGlDQUFpQyxpQkFGN0Isb0NBQW9DLGFBRnpDLGFBQWEsYUFDYixvQ0FBb0M7K0dBR25DLGlDQUFpQyxZQUpsQyxhQUFhOzsyRkFJWixpQ0FBaUM7a0JBTDdDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsYUFBYSxDQUFDO29CQUN4QixPQUFPLEVBQUUsQ0FBQyxvQ0FBb0MsQ0FBQztvQkFDL0MsWUFBWSxFQUFFLENBQUMsb0NBQW9DLENBQUM7aUJBQ3JEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IEFkc05hdmlnYXRpb25Db2xsYXBzZUhhbmRsZUNvbXBvbmVudCB9IGZyb20gJy4vbmF2aWdhdGlvbi1jb2xsYXBzZS1oYW5kbGUuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0Fkc0ljb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbQWRzTmF2aWdhdGlvbkNvbGxhcHNlSGFuZGxlQ29tcG9uZW50XSxcbiAgZGVjbGFyYXRpb25zOiBbQWRzTmF2aWdhdGlvbkNvbGxhcHNlSGFuZGxlQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzTmF2aWdhdGlvbkNvbGxhcHNlSGFuZGxlTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './navigation-collapse-handle.component';
|
|
2
|
-
export * from './navigation-collapse-handle.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24tY29sbGFwc2UtaGFuZGxlL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLHFDQUFxQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9uYXZpZ2F0aW9uLWNvbGxhcHNlLWhhbmRsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9uYXZpZ2F0aW9uLWNvbGxhcHNlLWhhbmRsZS5tb2R1bGUnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWhlYWRlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class AdsNavigationHeaderComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
/**
|
|
6
|
-
* Whether the navigation is collapsed
|
|
7
|
-
*/
|
|
8
|
-
this.isCollapsed = false;
|
|
9
|
-
/**
|
|
10
|
-
* Whether the viewport is mobile
|
|
11
|
-
*/
|
|
12
|
-
this.isMobile = false;
|
|
13
|
-
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsNavigationHeaderComponent, selector: "ads-navigation-header", inputs: { isCollapsed: "isCollapsed", isMobile: "isMobile" }, ngImport: i0, template: "<header [class.collapsed]=\"isCollapsed\" [class.mobile]=\"isMobile\">\n <ng-content></ng-content>\n</header>\n", styles: ["header{display:flex;box-sizing:border-box;align-items:center;justify-content:center;padding:16px 0 16px 25px;border-bottom:1px solid var(--color-light);position:fixed}header.collapsed{max-height:101px;justify-content:flex-end;padding:16px 11px}header.mobile{justify-content:flex-start}\n"] }); }
|
|
16
|
-
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationHeaderComponent, decorators: [{
|
|
18
|
-
type: Component,
|
|
19
|
-
args: [{ selector: 'ads-navigation-header', template: "<header [class.collapsed]=\"isCollapsed\" [class.mobile]=\"isMobile\">\n <ng-content></ng-content>\n</header>\n", styles: ["header{display:flex;box-sizing:border-box;align-items:center;justify-content:center;padding:16px 0 16px 25px;border-bottom:1px solid var(--color-light);position:fixed}header.collapsed{max-height:101px;justify-content:flex-end;padding:16px 11px}header.mobile{justify-content:flex-start}\n"] }]
|
|
20
|
-
}], propDecorators: { isCollapsed: [{
|
|
21
|
-
type: Input
|
|
22
|
-
}], isMobile: [{
|
|
23
|
-
type: Input
|
|
24
|
-
}] } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1oZWFkZXIvbmF2aWdhdGlvbi1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1oZWFkZXIvbmF2aWdhdGlvbi1oZWFkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT2pELE1BQU0sT0FBTyw0QkFBNEI7SUFMekM7UUFNRTs7V0FFRztRQUNNLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBRTdCOztXQUVHO1FBQ00sYUFBUSxHQUFHLEtBQUssQ0FBQztLQUMzQjs4R0FWWSw0QkFBNEI7a0dBQTVCLDRCQUE0QiwySENQekMsa0hBR0E7OzJGRElhLDRCQUE0QjtrQkFMeEMsU0FBUzsrQkFDRSx1QkFBdUI7OEJBUXhCLFdBQVc7c0JBQW5CLEtBQUs7Z0JBS0csUUFBUTtzQkFBaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLW5hdmlnYXRpb24taGVhZGVyJyxcbiAgc3R5bGVVcmxzOiBbJ25hdmlnYXRpb24taGVhZGVyLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnbmF2aWdhdGlvbi1oZWFkZXIuY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNOYXZpZ2F0aW9uSGVhZGVyQ29tcG9uZW50IHtcbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIG5hdmlnYXRpb24gaXMgY29sbGFwc2VkXG4gICAqL1xuICBASW5wdXQoKSBpc0NvbGxhcHNlZCA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBXaGV0aGVyIHRoZSB2aWV3cG9ydCBpcyBtb2JpbGVcbiAgICovXG4gIEBJbnB1dCgpIGlzTW9iaWxlID0gZmFsc2U7XG59XG4iLCI8aGVhZGVyIFtjbGFzcy5jb2xsYXBzZWRdPVwiaXNDb2xsYXBzZWRcIiBbY2xhc3MubW9iaWxlXT1cImlzTW9iaWxlXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaGVhZGVyPlxuIl19
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { AdsNavigationHeaderComponent } from './navigation-header.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class AdsNavigationHeaderModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationHeaderModule, declarations: [AdsNavigationHeaderComponent], exports: [AdsNavigationHeaderComponent] }); }
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationHeaderModule }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationHeaderModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
exports: [AdsNavigationHeaderComponent],
|
|
13
|
-
declarations: [AdsNavigationHeaderComponent],
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1oZWFkZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1oZWFkZXIvbmF2aWdhdGlvbi1oZWFkZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sK0JBQStCLENBQUM7O0FBTTdFLE1BQU0sT0FBTyx5QkFBeUI7OEdBQXpCLHlCQUF5QjsrR0FBekIseUJBQXlCLGlCQUZyQiw0QkFBNEIsYUFEakMsNEJBQTRCOytHQUczQix5QkFBeUI7OzJGQUF6Qix5QkFBeUI7a0JBSnJDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsNEJBQTRCLENBQUM7b0JBQ3ZDLFlBQVksRUFBRSxDQUFDLDRCQUE0QixDQUFDO2lCQUM3QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBZHNOYXZpZ2F0aW9uSGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWhlYWRlci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBleHBvcnRzOiBbQWRzTmF2aWdhdGlvbkhlYWRlckNvbXBvbmVudF0sXG4gIGRlY2xhcmF0aW9uczogW0Fkc05hdmlnYXRpb25IZWFkZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNOYXZpZ2F0aW9uSGVhZGVyTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './navigation-header.component';
|
|
2
|
-
export * from './navigation-header.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24taGVhZGVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9uYXZpZ2F0aW9uLWhlYWRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9uYXZpZ2F0aW9uLWhlYWRlci5tb2R1bGUnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWl0ZW0vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { adsIconChevronDown, adsIconChevronRight } from '@ascentgl/ads-icons/icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@ascentgl/ads-icons";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "@angular/router";
|
|
8
|
-
import * as i4 from "@angular/material/tooltip";
|
|
9
|
-
export class AdsNavigationItemComponent {
|
|
10
|
-
constructor(registry) {
|
|
11
|
-
this.registry = registry;
|
|
12
|
-
/**
|
|
13
|
-
* Whether the navigation item is active
|
|
14
|
-
*/
|
|
15
|
-
this.active = false;
|
|
16
|
-
/**
|
|
17
|
-
* Whether the submenu items are displayed
|
|
18
|
-
*/
|
|
19
|
-
this.displaySubNavigation = false;
|
|
20
|
-
/**
|
|
21
|
-
* Whether a navigation item has submenu items
|
|
22
|
-
*/
|
|
23
|
-
this.hasSubmenu = false;
|
|
24
|
-
/**
|
|
25
|
-
* Whether the navigation is collapsed
|
|
26
|
-
*/
|
|
27
|
-
this.isCollapsed = false;
|
|
28
|
-
/**
|
|
29
|
-
* Enable tooltip
|
|
30
|
-
*/
|
|
31
|
-
this.enableTooltip = false;
|
|
32
|
-
/**
|
|
33
|
-
* Event emitted when a navigation item is clicked
|
|
34
|
-
*/
|
|
35
|
-
this.itemSelected = new EventEmitter();
|
|
36
|
-
this.registry.register([adsIconChevronDown, adsIconChevronRight]);
|
|
37
|
-
}
|
|
38
|
-
/** @ignore */
|
|
39
|
-
onItemSelected() {
|
|
40
|
-
if (this.hasSubmenu) {
|
|
41
|
-
this.displaySubNavigation = !this.displaySubNavigation;
|
|
42
|
-
}
|
|
43
|
-
this.itemSelected.emit();
|
|
44
|
-
}
|
|
45
|
-
/** @ignore */
|
|
46
|
-
toggleSubNavigation() {
|
|
47
|
-
this.displaySubNavigation = !this.displaySubNavigation;
|
|
48
|
-
}
|
|
49
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
50
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsNavigationItemComponent, selector: "ads-navigation-item", inputs: { active: "active", displaySubNavigation: "displaySubNavigation", hasSubmenu: "hasSubmenu", id: "id", isCollapsed: "isCollapsed", label: "label", path: "path", enableTooltip: "enableTooltip" }, outputs: { itemSelected: "itemSelected" }, ngImport: i0, template: "<a\n class=\"navigation-item\"\n [class.active]=\"active\"\n [class.collapsed]=\"isCollapsed\"\n [routerLink]=\"[path]\"\n (click)=\"onItemSelected()\"\n routerLinkActive=\"active\"\n #tooltip=\"matTooltip\"\n [matTooltip]=\"label\"\n [matTooltipDisabled]=\"!enableTooltip\"\n matTooltipPosition=\"right\"\n [id]=\"id\"\n>\n <div class=\"navigation-item-text\">\n {{ label }}\n </div>\n <div *ngIf=\"hasSubmenu\" class=\"navigation-submenu-icon\">\n <ads-icon\n *ngIf=\"displaySubNavigation; else subNavCollapsed\"\n class=\"center\"\n name=\"chevron_down\"\n size=\"xxs\"\n ></ads-icon>\n <ng-template #subNavCollapsed>\n <ads-icon class=\"center\" name=\"chevron_right\" size=\"xxs\"></ads-icon>\n </ng-template>\n </div>\n</a>\n<ng-content *ngIf=\"displaySubNavigation && !isCollapsed\"></ng-content>\n", styles: ["a{position:relative;display:flex;height:48px;box-sizing:border-box;flex:0 0 auto;align-items:center;padding:12px 15px;margin-right:-1px;color:var(--color-medium);cursor:pointer;text-decoration:none}a:not(.active):hover,a:not(.active):focus{background-color:var(--color-light-30);color:var(--color-dark);border-radius:5px}a.active{color:var(--color-dark);border-bottom:3px solid var(--color-primary)}.navigation-item-text{font-weight:500;white-space:nowrap;font-family:Poppins!important;font-size:14px}.navigation-submenu-icon{display:flex;height:30px;flex:1;align-items:center;justify-content:flex-end}::ng-deep a.navigation-item .ads-icon.navigation-item-icon svg{width:24px;height:24px}.ads-icon.center{display:flex;align-items:center;justify-content:center}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i3.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "directive", type: i4.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
|
|
51
|
-
}
|
|
52
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemComponent, decorators: [{
|
|
53
|
-
type: Component,
|
|
54
|
-
args: [{ selector: 'ads-navigation-item', template: "<a\n class=\"navigation-item\"\n [class.active]=\"active\"\n [class.collapsed]=\"isCollapsed\"\n [routerLink]=\"[path]\"\n (click)=\"onItemSelected()\"\n routerLinkActive=\"active\"\n #tooltip=\"matTooltip\"\n [matTooltip]=\"label\"\n [matTooltipDisabled]=\"!enableTooltip\"\n matTooltipPosition=\"right\"\n [id]=\"id\"\n>\n <div class=\"navigation-item-text\">\n {{ label }}\n </div>\n <div *ngIf=\"hasSubmenu\" class=\"navigation-submenu-icon\">\n <ads-icon\n *ngIf=\"displaySubNavigation; else subNavCollapsed\"\n class=\"center\"\n name=\"chevron_down\"\n size=\"xxs\"\n ></ads-icon>\n <ng-template #subNavCollapsed>\n <ads-icon class=\"center\" name=\"chevron_right\" size=\"xxs\"></ads-icon>\n </ng-template>\n </div>\n</a>\n<ng-content *ngIf=\"displaySubNavigation && !isCollapsed\"></ng-content>\n", styles: ["a{position:relative;display:flex;height:48px;box-sizing:border-box;flex:0 0 auto;align-items:center;padding:12px 15px;margin-right:-1px;color:var(--color-medium);cursor:pointer;text-decoration:none}a:not(.active):hover,a:not(.active):focus{background-color:var(--color-light-30);color:var(--color-dark);border-radius:5px}a.active{color:var(--color-dark);border-bottom:3px solid var(--color-primary)}.navigation-item-text{font-weight:500;white-space:nowrap;font-family:Poppins!important;font-size:14px}.navigation-submenu-icon{display:flex;height:30px;flex:1;align-items:center;justify-content:flex-end}::ng-deep a.navigation-item .ads-icon.navigation-item-icon svg{width:24px;height:24px}.ads-icon.center{display:flex;align-items:center;justify-content:center}\n"] }]
|
|
55
|
-
}], ctorParameters: () => [{ type: i1.AdsIconRegistry }], propDecorators: { active: [{
|
|
56
|
-
type: Input
|
|
57
|
-
}], displaySubNavigation: [{
|
|
58
|
-
type: Input
|
|
59
|
-
}], hasSubmenu: [{
|
|
60
|
-
type: Input
|
|
61
|
-
}], id: [{
|
|
62
|
-
type: Input
|
|
63
|
-
}], isCollapsed: [{
|
|
64
|
-
type: Input
|
|
65
|
-
}], label: [{
|
|
66
|
-
type: Input
|
|
67
|
-
}], path: [{
|
|
68
|
-
type: Input
|
|
69
|
-
}], enableTooltip: [{
|
|
70
|
-
type: Input
|
|
71
|
-
}], itemSelected: [{
|
|
72
|
-
type: Output
|
|
73
|
-
}] } });
|
|
74
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24taXRlbS9uYXZpZ2F0aW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1pdGVtL25hdmlnYXRpb24taXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7Ozs7O0FBT3BGLE1BQU0sT0FBTywwQkFBMEI7SUFDckMsWUFBb0IsUUFBeUI7UUFBekIsYUFBUSxHQUFSLFFBQVEsQ0FBaUI7UUFJN0M7O1dBRUc7UUFDTSxXQUFNLEdBQUcsS0FBSyxDQUFDO1FBRXhCOztXQUVHO1FBQ00seUJBQW9CLEdBQUcsS0FBSyxDQUFDO1FBRXRDOztXQUVHO1FBQ00sZUFBVSxHQUFHLEtBQUssQ0FBQztRQVk1Qjs7V0FFRztRQUNNLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBWTdCOztXQUVHO1FBQ00sa0JBQWEsR0FBRyxLQUFLLENBQUM7UUFFL0I7O1dBRUc7UUFDTyxpQkFBWSxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFDO1FBbkQ5RCxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLGtCQUFrQixFQUFFLG1CQUFtQixDQUFDLENBQUMsQ0FBQztJQUNwRSxDQUFDO0lBb0RELGNBQWM7SUFDUCxjQUFjO1FBQ25CLElBQUksSUFBSSxDQUFDLFVBQVUsRUFBRSxDQUFDO1lBQ3BCLElBQUksQ0FBQyxvQkFBb0IsR0FBRyxDQUFDLElBQUksQ0FBQyxvQkFBb0IsQ0FBQztRQUN6RCxDQUFDO1FBRUQsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRUQsY0FBYztJQUNQLG1CQUFtQjtRQUN4QixJQUFJLENBQUMsb0JBQW9CLEdBQUcsQ0FBQyxJQUFJLENBQUMsb0JBQW9CLENBQUM7SUFDekQsQ0FBQzs4R0FuRVUsMEJBQTBCO2tHQUExQiwwQkFBMEIsZ1RDVHZDLDgxQkE2QkE7OzJGRHBCYSwwQkFBMEI7a0JBTHRDLFNBQVM7K0JBQ0UscUJBQXFCO29GQVl0QixNQUFNO3NCQUFkLEtBQUs7Z0JBS0csb0JBQW9CO3NCQUE1QixLQUFLO2dCQUtHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBVUcsRUFBRTtzQkFBVixLQUFLO2dCQUtHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBS0csS0FBSztzQkFBYixLQUFLO2dCQUtHLElBQUk7c0JBQVosS0FBSztnQkFLRyxhQUFhO3NCQUFyQixLQUFLO2dCQUtJLFlBQVk7c0JBQXJCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWRzSWNvblJlZ2lzdHJ5IH0gZnJvbSAnQGFzY2VudGdsL2Fkcy1pY29ucyc7XG5pbXBvcnQgeyBhZHNJY29uQ2hldnJvbkRvd24sIGFkc0ljb25DaGV2cm9uUmlnaHQgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zL2ljb25zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLW5hdmlnYXRpb24taXRlbScsXG4gIHN0eWxlVXJsczogWyduYXZpZ2F0aW9uLWl0ZW0uY29tcG9uZW50LnNjc3MnXSxcbiAgdGVtcGxhdGVVcmw6ICduYXZpZ2F0aW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNOYXZpZ2F0aW9uSXRlbUNvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVnaXN0cnk6IEFkc0ljb25SZWdpc3RyeSkge1xuICAgIHRoaXMucmVnaXN0cnkucmVnaXN0ZXIoW2Fkc0ljb25DaGV2cm9uRG93biwgYWRzSWNvbkNoZXZyb25SaWdodF0pO1xuICB9XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIG5hdmlnYXRpb24gaXRlbSBpcyBhY3RpdmVcbiAgICovXG4gIEBJbnB1dCgpIGFjdGl2ZSA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBXaGV0aGVyIHRoZSBzdWJtZW51IGl0ZW1zIGFyZSBkaXNwbGF5ZWRcbiAgICovXG4gIEBJbnB1dCgpIGRpc3BsYXlTdWJOYXZpZ2F0aW9uID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgYSBuYXZpZ2F0aW9uIGl0ZW0gaGFzIHN1Ym1lbnUgaXRlbXNcbiAgICovXG4gIEBJbnB1dCgpIGhhc1N1Ym1lbnUgPSBmYWxzZTtcblxuICAvKipcbiAgICogSWNvbiB0byBkaXNwbGF5XG4gICAqL1xuICAvLyBASW5wdXQoKSBpY29uITogYWRzSWNvbjtcblxuICAvKipcbiAgICogVGhlIHVuaXF1ZSBJRCBmb3IgdGhlIG5hdmlnYXRpb24gaXRlbVxuICAgKi9cbiAgQElucHV0KCkgaWQhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIG5hdmlnYXRpb24gaXMgY29sbGFwc2VkXG4gICAqL1xuICBASW5wdXQoKSBpc0NvbGxhcHNlZCA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBUZXh0IHRvIGRpc3BsYXlcbiAgICovXG4gIEBJbnB1dCgpIGxhYmVsITogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBQYXRoIHRvIG5hdmlnYXRlIHRvIHdoZW4gbmF2aWdhdGlvbiBpdGVtIGlzIGNsaWNrZWRcbiAgICovXG4gIEBJbnB1dCgpIHBhdGg6IHN0cmluZyB8IHVuZGVmaW5lZDtcblxuICAvKipcbiAgICogRW5hYmxlIHRvb2x0aXBcbiAgICovXG4gIEBJbnB1dCgpIGVuYWJsZVRvb2x0aXAgPSBmYWxzZTtcblxuICAvKipcbiAgICogRXZlbnQgZW1pdHRlZCB3aGVuIGEgbmF2aWdhdGlvbiBpdGVtIGlzIGNsaWNrZWRcbiAgICovXG4gIEBPdXRwdXQoKSBpdGVtU2VsZWN0ZWQ6IEV2ZW50RW1pdHRlcjxudWxsPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwdWJsaWMgb25JdGVtU2VsZWN0ZWQoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuaGFzU3VibWVudSkge1xuICAgICAgdGhpcy5kaXNwbGF5U3ViTmF2aWdhdGlvbiA9ICF0aGlzLmRpc3BsYXlTdWJOYXZpZ2F0aW9uO1xuICAgIH1cblxuICAgIHRoaXMuaXRlbVNlbGVjdGVkLmVtaXQoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHB1YmxpYyB0b2dnbGVTdWJOYXZpZ2F0aW9uKCk6IHZvaWQge1xuICAgIHRoaXMuZGlzcGxheVN1Yk5hdmlnYXRpb24gPSAhdGhpcy5kaXNwbGF5U3ViTmF2aWdhdGlvbjtcbiAgfVxufVxuIiwiPGFcbiAgY2xhc3M9XCJuYXZpZ2F0aW9uLWl0ZW1cIlxuICBbY2xhc3MuYWN0aXZlXT1cImFjdGl2ZVwiXG4gIFtjbGFzcy5jb2xsYXBzZWRdPVwiaXNDb2xsYXBzZWRcIlxuICBbcm91dGVyTGlua109XCJbcGF0aF1cIlxuICAoY2xpY2spPVwib25JdGVtU2VsZWN0ZWQoKVwiXG4gIHJvdXRlckxpbmtBY3RpdmU9XCJhY3RpdmVcIlxuICAjdG9vbHRpcD1cIm1hdFRvb2x0aXBcIlxuICBbbWF0VG9vbHRpcF09XCJsYWJlbFwiXG4gIFttYXRUb29sdGlwRGlzYWJsZWRdPVwiIWVuYWJsZVRvb2x0aXBcIlxuICBtYXRUb29sdGlwUG9zaXRpb249XCJyaWdodFwiXG4gIFtpZF09XCJpZFwiXG4+XG4gIDxkaXYgY2xhc3M9XCJuYXZpZ2F0aW9uLWl0ZW0tdGV4dFwiPlxuICAgIHt7IGxhYmVsIH19XG4gIDwvZGl2PlxuICA8ZGl2ICpuZ0lmPVwiaGFzU3VibWVudVwiIGNsYXNzPVwibmF2aWdhdGlvbi1zdWJtZW51LWljb25cIj5cbiAgICA8YWRzLWljb25cbiAgICAgICpuZ0lmPVwiZGlzcGxheVN1Yk5hdmlnYXRpb247IGVsc2Ugc3ViTmF2Q29sbGFwc2VkXCJcbiAgICAgIGNsYXNzPVwiY2VudGVyXCJcbiAgICAgIG5hbWU9XCJjaGV2cm9uX2Rvd25cIlxuICAgICAgc2l6ZT1cInh4c1wiXG4gICAgPjwvYWRzLWljb24+XG4gICAgPG5nLXRlbXBsYXRlICNzdWJOYXZDb2xsYXBzZWQ+XG4gICAgICA8YWRzLWljb24gY2xhc3M9XCJjZW50ZXJcIiBuYW1lPVwiY2hldnJvbl9yaWdodFwiIHNpemU9XCJ4eHNcIj48L2Fkcy1pY29uPlxuICAgIDwvbmctdGVtcGxhdGU+XG4gIDwvZGl2PlxuPC9hPlxuPG5nLWNvbnRlbnQgKm5nSWY9XCJkaXNwbGF5U3ViTmF2aWdhdGlvbiAmJiAhaXNDb2xsYXBzZWRcIj48L25nLWNvbnRlbnQ+XG4iXX0=
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
3
|
-
import { AdsNavigationItemComponent } from './navigation-item.component';
|
|
4
|
-
import { RouterModule } from '@angular/router';
|
|
5
|
-
import { CommonModule } from '@angular/common';
|
|
6
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class AdsNavigationItemModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemModule, declarations: [AdsNavigationItemComponent], imports: [CommonModule, RouterModule, MatTooltipModule, AdsIconModule], exports: [AdsNavigationItemComponent] }); }
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemModule, imports: [CommonModule, RouterModule, MatTooltipModule, AdsIconModule] }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule, RouterModule, MatTooltipModule, AdsIconModule],
|
|
17
|
-
exports: [AdsNavigationItemComponent],
|
|
18
|
-
declarations: [AdsNavigationItemComponent],
|
|
19
|
-
}]
|
|
20
|
-
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1pdGVtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24taXRlbS9uYXZpZ2F0aW9uLWl0ZW0ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDN0QsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDekUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBTXBELE1BQU0sT0FBTyx1QkFBdUI7OEdBQXZCLHVCQUF1QjsrR0FBdkIsdUJBQXVCLGlCQUZuQiwwQkFBMEIsYUFGL0IsWUFBWSxFQUFFLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLGFBQzNELDBCQUEwQjsrR0FHekIsdUJBQXVCLFlBSnhCLFlBQVksRUFBRSxZQUFZLEVBQUUsZ0JBQWdCLEVBQUUsYUFBYTs7MkZBSTFELHVCQUF1QjtrQkFMbkMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsWUFBWSxFQUFFLGdCQUFnQixFQUFFLGFBQWEsQ0FBQztvQkFDdEUsT0FBTyxFQUFFLENBQUMsMEJBQTBCLENBQUM7b0JBQ3JDLFlBQVksRUFBRSxDQUFDLDBCQUEwQixDQUFDO2lCQUMzQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRUb29sdGlwTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdG9vbHRpcCc7XG5pbXBvcnQgeyBBZHNOYXZpZ2F0aW9uSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vbmF2aWdhdGlvbi1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFJvdXRlck1vZHVsZSwgTWF0VG9vbHRpcE1vZHVsZSwgQWRzSWNvbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtBZHNOYXZpZ2F0aW9uSXRlbUNvbXBvbmVudF0sXG4gIGRlY2xhcmF0aW9uczogW0Fkc05hdmlnYXRpb25JdGVtQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzTmF2aWdhdGlvbkl0ZW1Nb2R1bGUge31cbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './navigation-item.component';
|
|
2
|
-
export * from './navigation-item.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24taXRlbS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbmF2aWdhdGlvbi1pdGVtLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL25hdmlnYXRpb24taXRlbS5tb2R1bGUnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWl0ZW1zLWNvbnRhaW5lci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class AdsNavigationItemsContainerComponent {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemsContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsNavigationItemsContainerComponent, selector: "ads-navigation-items-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex:1}\n"] }); }
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemsContainerComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ selector: 'ads-navigation-items-container', template: '<ng-content></ng-content>', styles: [":host{flex:1}\n"] }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1pdGVtcy1jb250YWluZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1pdGVtcy1jb250YWluZXIvbmF2aWdhdGlvbi1pdGVtcy1jb250YWluZXIuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBYTFDLE1BQU0sT0FBTyxvQ0FBb0M7OEdBQXBDLG9DQUFvQztrR0FBcEMsb0NBQW9DLHNFQUZyQywyQkFBMkI7OzJGQUUxQixvQ0FBb0M7a0JBWGhELFNBQVM7K0JBQ0UsZ0NBQWdDLFlBUWhDLDJCQUEyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtbmF2aWdhdGlvbi1pdGVtcy1jb250YWluZXInLFxuICBzdHlsZXM6IFtcbiAgICBgXG4gICAgICA6aG9zdCB7XG4gICAgICAgIGZsZXg6IDE7XG4gICAgICB9XG4gICAgYCxcbiAgXSxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+Jyxcbn0pXG5leHBvcnQgY2xhc3MgQWRzTmF2aWdhdGlvbkl0ZW1zQ29udGFpbmVyQ29tcG9uZW50IHt9XG4iXX0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { AdsNavigationItemsContainerComponent } from './navigation-items-container.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class AdsNavigationItemsContainerModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemsContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemsContainerModule, declarations: [AdsNavigationItemsContainerComponent], exports: [AdsNavigationItemsContainerComponent] }); }
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemsContainerModule }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsNavigationItemsContainerModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
exports: [AdsNavigationItemsContainerComponent],
|
|
13
|
-
declarations: [AdsNavigationItemsContainerComponent],
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1pdGVtcy1jb250YWluZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi1pdGVtcy1jb250YWluZXIvbmF2aWdhdGlvbi1pdGVtcy1jb250YWluZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0sd0NBQXdDLENBQUM7O0FBTTlGLE1BQU0sT0FBTyxpQ0FBaUM7OEdBQWpDLGlDQUFpQzsrR0FBakMsaUNBQWlDLGlCQUY3QixvQ0FBb0MsYUFEekMsb0NBQW9DOytHQUduQyxpQ0FBaUM7OzJGQUFqQyxpQ0FBaUM7a0JBSjdDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsb0NBQW9DLENBQUM7b0JBQy9DLFlBQVksRUFBRSxDQUFDLG9DQUFvQyxDQUFDO2lCQUNyRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBZHNOYXZpZ2F0aW9uSXRlbXNDb250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL25hdmlnYXRpb24taXRlbXMtY29udGFpbmVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtBZHNOYXZpZ2F0aW9uSXRlbXNDb250YWluZXJDb21wb25lbnRdLFxuICBkZWNsYXJhdGlvbnM6IFtBZHNOYXZpZ2F0aW9uSXRlbXNDb250YWluZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNOYXZpZ2F0aW9uSXRlbXNDb250YWluZXJNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './navigation-items-container.component';
|
|
2
|
-
export * from './navigation-items-container.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24taXRlbXMtY29udGFpbmVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLHFDQUFxQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9uYXZpZ2F0aW9uLWl0ZW1zLWNvbnRhaW5lci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9uYXZpZ2F0aW9uLWl0ZW1zLWNvbnRhaW5lci5tb2R1bGUnO1xuIl19
|