@ascentgl/ads-ui 2.19.5 → 20.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/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 +5293 -5689
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +3023 -86
- package/package.json +12 -256
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +6 -3
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +15 -13
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +5 -5
- package/src/assets/sass/ads-ui/base/_reset.scss +7 -29
- package/src/assets/sass/ads-ui/base/_typography.scss +1 -10
- package/src/assets/sass/ads-ui/base/_utilities.scss +1 -2
- 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 +2 -0
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +4 -6
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +1 -2
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +7 -9
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +3 -1
- 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 +2 -0
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +12 -9
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +13 -10
- 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,148 +0,0 @@
|
|
|
1
|
-
import { ViewChildren } from '@angular/core';
|
|
2
|
-
import { Component, ElementRef, Input, QueryList, Renderer2 } from '@angular/core';
|
|
3
|
-
import { TimelineStepStatus } from './timeline-step.type';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
|
-
import * as i2 from "@angular/material/tooltip";
|
|
7
|
-
import * as i3 from "@ascentgl/ads-icons";
|
|
8
|
-
import * as i4 from "@ascentgl/ads-utils";
|
|
9
|
-
export class AdsTimelineStepperComponent {
|
|
10
|
-
constructor(element, renderer, window) {
|
|
11
|
-
this.element = element;
|
|
12
|
-
this.renderer = renderer;
|
|
13
|
-
this.window = window;
|
|
14
|
-
/**
|
|
15
|
-
* The steps to display
|
|
16
|
-
*/
|
|
17
|
-
this.steps = [];
|
|
18
|
-
/**
|
|
19
|
-
* The size of the icons
|
|
20
|
-
*/
|
|
21
|
-
this.iconSize = 'sm';
|
|
22
|
-
/**
|
|
23
|
-
* Whether the viewport is mobile
|
|
24
|
-
*/
|
|
25
|
-
this.isMobile = false;
|
|
26
|
-
/** @ignore */
|
|
27
|
-
this.stepStatus = TimelineStepStatus;
|
|
28
|
-
/** @ignore */
|
|
29
|
-
this.iconMap = {
|
|
30
|
-
sm: { size: 24, padding: 16 },
|
|
31
|
-
md: { size: 32, padding: 24 },
|
|
32
|
-
lg: { size: 48, padding: 32 },
|
|
33
|
-
};
|
|
34
|
-
/** @ignore */
|
|
35
|
-
this.shouldScroll = false;
|
|
36
|
-
}
|
|
37
|
-
/** @ignore */
|
|
38
|
-
ngOnChanges(changes) {
|
|
39
|
-
if (changes.iconSize && !changes.iconSize.firstChange) {
|
|
40
|
-
this.setCircleSize();
|
|
41
|
-
}
|
|
42
|
-
if (changes.isMobile && !changes.isMobile.firstChange) {
|
|
43
|
-
this.resetStepperScrollState();
|
|
44
|
-
this.setStepperScrollState();
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
/** @ignore */
|
|
48
|
-
ngOnInit() {
|
|
49
|
-
this.focusedStepIndex = this.steps.findIndex((step) => step.status === this.stepStatus.Current);
|
|
50
|
-
this.setCircleSize();
|
|
51
|
-
}
|
|
52
|
-
/** @ignore */
|
|
53
|
-
onSwipeLeft() {
|
|
54
|
-
// Ignore swipe if last step already focused
|
|
55
|
-
if (this.isLastStep(this.focusedStepIndex)) {
|
|
56
|
-
return;
|
|
57
|
-
}
|
|
58
|
-
this.focusedStepIndex = ++this.focusedStepIndex;
|
|
59
|
-
if (this.shouldScroll) {
|
|
60
|
-
this.centerFocusedStep();
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
/** @ignore */
|
|
64
|
-
onSwipeRight() {
|
|
65
|
-
// Ignore swipe if first step already focused
|
|
66
|
-
if (this.isFirstStep(this.focusedStepIndex)) {
|
|
67
|
-
return;
|
|
68
|
-
}
|
|
69
|
-
this.focusedStepIndex = --this.focusedStepIndex;
|
|
70
|
-
if (this.shouldScroll) {
|
|
71
|
-
this.centerFocusedStep();
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
/** @ignore */
|
|
75
|
-
centerFocusedStep() {
|
|
76
|
-
const halfOfViewport = this.window.innerWidth / 2;
|
|
77
|
-
const middleOfFocusedStep = this.focusedStepIndex * this.stepWidth + this.stepWidth / 2;
|
|
78
|
-
this.renderer.setStyle(this.element.nativeElement, 'margin-left', `${halfOfViewport - middleOfFocusedStep}px`);
|
|
79
|
-
}
|
|
80
|
-
/** @ignore */
|
|
81
|
-
isFirstStep(index) {
|
|
82
|
-
return index === 0;
|
|
83
|
-
}
|
|
84
|
-
/** @ignore */
|
|
85
|
-
isLastStep(index) {
|
|
86
|
-
return index === this.steps.length - 1;
|
|
87
|
-
}
|
|
88
|
-
/** @ignore */
|
|
89
|
-
resetStepperScrollState() {
|
|
90
|
-
this.shouldScroll = false;
|
|
91
|
-
this.renderer.setStyle(this.element.nativeElement, 'margin-left', '0');
|
|
92
|
-
}
|
|
93
|
-
/** @ignore */
|
|
94
|
-
setCircleSize() {
|
|
95
|
-
const { size, padding } = this.iconMap[this.iconSize];
|
|
96
|
-
const circleSize = size + padding;
|
|
97
|
-
this.style = {
|
|
98
|
-
circle: {
|
|
99
|
-
width: `${circleSize}px`,
|
|
100
|
-
height: `${circleSize}px`,
|
|
101
|
-
'border-radius': `${circleSize / 2}px`,
|
|
102
|
-
},
|
|
103
|
-
lineBefore: {
|
|
104
|
-
width: `calc(50% - ${circleSize / 2 - 4}px)`,
|
|
105
|
-
top: `${circleSize / 2}px`,
|
|
106
|
-
},
|
|
107
|
-
lineAfter: {
|
|
108
|
-
width: `calc(50% - ${circleSize / 2 - 6}px)`,
|
|
109
|
-
top: `${circleSize / 2}px`,
|
|
110
|
-
},
|
|
111
|
-
skipped: {
|
|
112
|
-
width: `${circleSize - 4}px`,
|
|
113
|
-
height: `${circleSize - 4}px`,
|
|
114
|
-
'border-radius': `${circleSize / 2}px`,
|
|
115
|
-
},
|
|
116
|
-
};
|
|
117
|
-
}
|
|
118
|
-
/** @ignore */
|
|
119
|
-
setStepperScrollState() {
|
|
120
|
-
this.stepWidth = this.stepElements.first.nativeElement.getBoundingClientRect().width;
|
|
121
|
-
if (Math.floor(this.steps.length * this.stepWidth) > this.window.innerWidth) {
|
|
122
|
-
this.stepElements.forEach((step) => this.renderer.setStyle(step.nativeElement, 'flex', '0 0 0'));
|
|
123
|
-
this.shouldScroll = true;
|
|
124
|
-
this.centerFocusedStep();
|
|
125
|
-
}
|
|
126
|
-
else {
|
|
127
|
-
this.stepElements.forEach((step) => this.renderer.setStyle(step.nativeElement, 'flex', '1'));
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTimelineStepperComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: Window }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
131
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsTimelineStepperComponent, selector: "ads-timeline-stepper", inputs: { id: "id", steps: "steps", iconSize: "iconSize", isMobile: "isMobile" }, viewQueries: [{ propertyName: "stepElements", predicate: ["stepElements"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"timeline-stepper\" [class.mobile]=\"isMobile\" [id]=\"id\">\n <ng-container *ngFor=\"let step of steps; let first = first; let last = last; let index = index\">\n <div\n #stepElements\n adsGesture\n class=\"step\"\n [class.focused]=\"index === focusedStepIndex\"\n (gestureleft)=\"onSwipeLeft()\"\n (gestureright)=\"onSwipeRight()\"\n >\n <div *ngIf=\"!first\" class=\"line before\" [ngClass]=\"step.status\" [ngStyle]=\"style.lineBefore\"></div>\n <div class=\"step-icon-wrapper\">\n <div\n class=\"step-icon\"\n [ngClass]=\"step.status\"\n [ngStyle]=\"step.status === stepStatus.Skipped ? style.skipped : style.circle\"\n [matTooltip]=\"step.title\"\n [matTooltipDisabled]=\"false\"\n >\n <ads-icon [name]=\"step.icon\" [size]=\"iconSize\" color=\"white\"></ads-icon>\n </div>\n </div>\n <div *ngIf=\"!last\" class=\"line after\" [ngClass]=\"steps[index + 1].status\" [ngStyle]=\"style.lineAfter\"></div>\n <span class=\"title\">{{ step.title }}</span>\n <span class=\"subtitle\">\n <ng-container *ngIf=\"step?.date; else subtitle\">{{ step.date | date: 'shortDate' }}</ng-container>\n <ng-template #subtitle>{{ step?.subtitle }}</ng-template>\n </span>\n </div>\n </ng-container>\n</div>\n", styles: [":host{display:block;flex:1;transition:margin .5s}.timeline-stepper{display:flex}.step{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-start}.timeline-stepper.mobile .step{min-width:100px}.step-icon{z-index:1;display:flex;align-items:center;justify-content:center}.title{margin-top:4px;font-weight:500;line-height:18.75px;text-align:center}.subtitle{color:var(--color-medium);font-size:12px;line-height:14.06px}.timeline-stepper.mobile .step.focused .step-icon{transform:scale(1.25);transition:transform .5s}.timeline-stepper.mobile .step.focused .title{margin-top:8px}.step-icon-wrapper{display:flex;width:100%;align-items:flex-start;justify-content:center}.step-icon.completed{background-color:var(--color-primary)}.step-icon.current{background-color:var(--color-secondary)}.step-icon.future{background-color:var(--color-medium-50)}.step-icon.disabled,.step-icon.disabled-rejected{background-color:var(--color-light)}.step-icon.alert{background-color:var(--color-alert)}.step-icon.rejected{background-color:var(--color-error-hover)}.step-icon.skipped{width:36px;height:36px;border:2px solid var(--color-primary);background-color:var(--color-white)}.timeline-stepper.mobile .step:not(.focused) .title,.timeline-stepper.mobile .step:not(.focused) .subtitle{display:none}::ng-deep .step-icon .ads-icon{display:flex!important;align-items:center;justify-content:center}::ng-deep .step-icon.skipped .ads-icon{color:var(--color-primary)!important}.line{position:absolute;border-top:2px solid var(--color-medium-50)}.line.before{left:0}.line.after{right:0}.line.completed{border-top-color:var(--color-success)}.line.skipped{border-top-color:var(--color-primary)}.line.current,.line.rejected{border-top-style:dashed;border-top-color:var(--color-primary)}.line.current.before,.line.rejected.before{left:-4px;width:calc(50% - 16px)}.line.future{border-top-color:var(--color-medium-50)}.line.disabled,.line.disabled-rejected{border-top-color:var(--color-light)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "component", type: i3.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }, { kind: "directive", type: i4.AdsGestureDirective, selector: "[adsGesture]", outputs: ["gesturedown", "gestureleft", "gestureright", "gestureup"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }] }); }
|
|
132
|
-
}
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTimelineStepperComponent, decorators: [{
|
|
134
|
-
type: Component,
|
|
135
|
-
args: [{ selector: 'ads-timeline-stepper', template: "<div class=\"timeline-stepper\" [class.mobile]=\"isMobile\" [id]=\"id\">\n <ng-container *ngFor=\"let step of steps; let first = first; let last = last; let index = index\">\n <div\n #stepElements\n adsGesture\n class=\"step\"\n [class.focused]=\"index === focusedStepIndex\"\n (gestureleft)=\"onSwipeLeft()\"\n (gestureright)=\"onSwipeRight()\"\n >\n <div *ngIf=\"!first\" class=\"line before\" [ngClass]=\"step.status\" [ngStyle]=\"style.lineBefore\"></div>\n <div class=\"step-icon-wrapper\">\n <div\n class=\"step-icon\"\n [ngClass]=\"step.status\"\n [ngStyle]=\"step.status === stepStatus.Skipped ? style.skipped : style.circle\"\n [matTooltip]=\"step.title\"\n [matTooltipDisabled]=\"false\"\n >\n <ads-icon [name]=\"step.icon\" [size]=\"iconSize\" color=\"white\"></ads-icon>\n </div>\n </div>\n <div *ngIf=\"!last\" class=\"line after\" [ngClass]=\"steps[index + 1].status\" [ngStyle]=\"style.lineAfter\"></div>\n <span class=\"title\">{{ step.title }}</span>\n <span class=\"subtitle\">\n <ng-container *ngIf=\"step?.date; else subtitle\">{{ step.date | date: 'shortDate' }}</ng-container>\n <ng-template #subtitle>{{ step?.subtitle }}</ng-template>\n </span>\n </div>\n </ng-container>\n</div>\n", styles: [":host{display:block;flex:1;transition:margin .5s}.timeline-stepper{display:flex}.step{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-start}.timeline-stepper.mobile .step{min-width:100px}.step-icon{z-index:1;display:flex;align-items:center;justify-content:center}.title{margin-top:4px;font-weight:500;line-height:18.75px;text-align:center}.subtitle{color:var(--color-medium);font-size:12px;line-height:14.06px}.timeline-stepper.mobile .step.focused .step-icon{transform:scale(1.25);transition:transform .5s}.timeline-stepper.mobile .step.focused .title{margin-top:8px}.step-icon-wrapper{display:flex;width:100%;align-items:flex-start;justify-content:center}.step-icon.completed{background-color:var(--color-primary)}.step-icon.current{background-color:var(--color-secondary)}.step-icon.future{background-color:var(--color-medium-50)}.step-icon.disabled,.step-icon.disabled-rejected{background-color:var(--color-light)}.step-icon.alert{background-color:var(--color-alert)}.step-icon.rejected{background-color:var(--color-error-hover)}.step-icon.skipped{width:36px;height:36px;border:2px solid var(--color-primary);background-color:var(--color-white)}.timeline-stepper.mobile .step:not(.focused) .title,.timeline-stepper.mobile .step:not(.focused) .subtitle{display:none}::ng-deep .step-icon .ads-icon{display:flex!important;align-items:center;justify-content:center}::ng-deep .step-icon.skipped .ads-icon{color:var(--color-primary)!important}.line{position:absolute;border-top:2px solid var(--color-medium-50)}.line.before{left:0}.line.after{right:0}.line.completed{border-top-color:var(--color-success)}.line.skipped{border-top-color:var(--color-primary)}.line.current,.line.rejected{border-top-style:dashed;border-top-color:var(--color-primary)}.line.current.before,.line.rejected.before{left:-4px;width:calc(50% - 16px)}.line.future{border-top-color:var(--color-medium-50)}.line.disabled,.line.disabled-rejected{border-top-color:var(--color-light)}\n"] }]
|
|
136
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: Window }], propDecorators: { id: [{
|
|
137
|
-
type: Input
|
|
138
|
-
}], steps: [{
|
|
139
|
-
type: Input
|
|
140
|
-
}], iconSize: [{
|
|
141
|
-
type: Input
|
|
142
|
-
}], isMobile: [{
|
|
143
|
-
type: Input
|
|
144
|
-
}], stepElements: [{
|
|
145
|
-
type: ViewChildren,
|
|
146
|
-
args: ['stepElements']
|
|
147
|
-
}] } });
|
|
148
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZWxpbmUtc3RlcHBlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvdGltZWxpbmUtc3RlcHBlci90aW1lbGluZS1zdGVwcGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy90aW1lbGluZS1zdGVwcGVyL3RpbWVsaW5lLXN0ZXBwZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3QyxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQXFCLFNBQVMsRUFBRSxTQUFTLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3JILE9BQU8sRUFBZ0Isa0JBQWtCLEVBQWlCLE1BQU0sc0JBQXNCLENBQUM7Ozs7OztBQU92RixNQUFNLE9BQU8sMkJBQTJCO0lBQ3RDLFlBQ1UsT0FBbUIsRUFDbkIsUUFBbUIsRUFDbkIsTUFBYztRQUZkLFlBQU8sR0FBUCxPQUFPLENBQVk7UUFDbkIsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQUNuQixXQUFNLEdBQU4sTUFBTSxDQUFRO1FBUXhCOztXQUVHO1FBQ2EsVUFBSyxHQUFtQixFQUFFLENBQUM7UUFFM0M7O1dBRUc7UUFDYSxhQUFRLEdBQXVCLElBQUksQ0FBQztRQUVwRDs7V0FFRztRQUNNLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFRMUIsY0FBYztRQUNQLGVBQVUsR0FBRyxrQkFBa0IsQ0FBQztRQUt2QyxjQUFjO1FBQ04sWUFBTyxHQUFHO1lBQ2hCLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxFQUFFLEVBQUUsT0FBTyxFQUFFLEVBQUUsRUFBRTtZQUM3QixFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsRUFBRSxFQUFFLE9BQU8sRUFBRSxFQUFFLEVBQUU7WUFDN0IsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLEVBQUUsRUFBRSxPQUFPLEVBQUUsRUFBRSxFQUFFO1NBQzlCLENBQUM7UUFFRixjQUFjO1FBQ04saUJBQVksR0FBRyxLQUFLLENBQUM7SUExQzFCLENBQUM7SUErQ0osY0FBYztJQUNkLFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFJLE9BQU8sQ0FBQyxRQUFRLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQ3RELElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztRQUN2QixDQUFDO1FBRUQsSUFBSSxPQUFPLENBQUMsUUFBUSxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxXQUFXLEVBQUUsQ0FBQztZQUN0RCxJQUFJLENBQUMsdUJBQXVCLEVBQUUsQ0FBQztZQUMvQixJQUFJLENBQUMscUJBQXFCLEVBQUUsQ0FBQztRQUMvQixDQUFDO0lBQ0gsQ0FBQztJQUVELGNBQWM7SUFDZCxRQUFRO1FBQ04sSUFBSSxDQUFDLGdCQUFnQixHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUMsSUFBa0IsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLE1BQU0sS0FBSyxJQUFJLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzlHLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBRUQsY0FBYztJQUNQLFdBQVc7UUFDaEIsNENBQTRDO1FBQzVDLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsRUFBRSxDQUFDO1lBQzNDLE9BQU87UUFDVCxDQUFDO1FBRUQsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDO1FBRWhELElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3RCLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1FBQzNCLENBQUM7SUFDSCxDQUFDO0lBRUQsY0FBYztJQUNQLFlBQVk7UUFDakIsNkNBQTZDO1FBQzdDLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsRUFBRSxDQUFDO1lBQzVDLE9BQU87UUFDVCxDQUFDO1FBRUQsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDO1FBRWhELElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3RCLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1FBQzNCLENBQUM7SUFDSCxDQUFDO0lBRUQsY0FBYztJQUNOLGlCQUFpQjtRQUN2QixNQUFNLGNBQWMsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsR0FBRyxDQUFDLENBQUM7UUFDbEQsTUFBTSxtQkFBbUIsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsQ0FBQztRQUN4RixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsRUFBRSxhQUFhLEVBQUUsR0FBRyxjQUFjLEdBQUcsbUJBQW1CLElBQUksQ0FBQyxDQUFDO0lBQ2pILENBQUM7SUFFRCxjQUFjO0lBQ04sV0FBVyxDQUFDLEtBQWE7UUFDL0IsT0FBTyxLQUFLLEtBQUssQ0FBQyxDQUFDO0lBQ3JCLENBQUM7SUFFRCxjQUFjO0lBQ04sVUFBVSxDQUFDLEtBQWE7UUFDOUIsT0FBTyxLQUFLLEtBQUssSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO0lBQ3pDLENBQUM7SUFFRCxjQUFjO0lBQ04sdUJBQXVCO1FBQzdCLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO1FBQzFCLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxHQUFHLENBQUMsQ0FBQztJQUN6RSxDQUFDO0lBRUQsY0FBYztJQUNOLGFBQWE7UUFDbkIsTUFBTSxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUN0RCxNQUFNLFVBQVUsR0FBRyxJQUFJLEdBQUcsT0FBTyxDQUFDO1FBRWxDLElBQUksQ0FBQyxLQUFLLEdBQUc7WUFDWCxNQUFNLEVBQUU7Z0JBQ04sS0FBSyxFQUFFLEdBQUcsVUFBVSxJQUFJO2dCQUN4QixNQUFNLEVBQUUsR0FBRyxVQUFVLElBQUk7Z0JBQ3pCLGVBQWUsRUFBRSxHQUFHLFVBQVUsR0FBRyxDQUFDLElBQUk7YUFDdkM7WUFDRCxVQUFVLEVBQUU7Z0JBQ1YsS0FBSyxFQUFFLGNBQWMsVUFBVSxHQUFHLENBQUMsR0FBRyxDQUFDLEtBQUs7Z0JBQzVDLEdBQUcsRUFBRSxHQUFHLFVBQVUsR0FBRyxDQUFDLElBQUk7YUFDM0I7WUFDRCxTQUFTLEVBQUU7Z0JBQ1QsS0FBSyxFQUFFLGNBQWMsVUFBVSxHQUFHLENBQUMsR0FBRyxDQUFDLEtBQUs7Z0JBQzVDLEdBQUcsRUFBRSxHQUFHLFVBQVUsR0FBRyxDQUFDLElBQUk7YUFDM0I7WUFDRCxPQUFPLEVBQUU7Z0JBQ1AsS0FBSyxFQUFFLEdBQUcsVUFBVSxHQUFHLENBQUMsSUFBSTtnQkFDNUIsTUFBTSxFQUFFLEdBQUcsVUFBVSxHQUFHLENBQUMsSUFBSTtnQkFDN0IsZUFBZSxFQUFFLEdBQUcsVUFBVSxHQUFHLENBQUMsSUFBSTthQUN2QztTQUNGLENBQUM7SUFDSixDQUFDO0lBRUQsY0FBYztJQUNOLHFCQUFxQjtRQUMzQixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDLEtBQUssQ0FBQztRQUVyRixJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsVUFBVSxFQUFFLENBQUM7WUFDNUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUM7WUFDakcsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7WUFDekIsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7UUFDM0IsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxNQUFNLEVBQUUsR0FBRyxDQUFDLENBQUMsQ0FBQztRQUMvRixDQUFDO0lBQ0gsQ0FBQzs4R0EvSlUsMkJBQTJCO2tHQUEzQiwyQkFBMkIsb1FDVHhDLDQxQ0ErQkE7OzJGRHRCYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0Usc0JBQXNCO3lIQWN2QixFQUFFO3NCQUFWLEtBQUs7Z0JBS1UsS0FBSztzQkFBcEIsS0FBSztnQkFLVSxRQUFRO3NCQUF2QixLQUFLO2dCQUtHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBR3dCLFlBQVk7c0JBQXpDLFlBQVk7dUJBQUMsY0FBYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFZpZXdDaGlsZHJlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIFF1ZXJ5TGlzdCwgUmVuZGVyZXIyLCBTaW1wbGVDaGFuZ2VzIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUaW1lbGluZVN0ZXAsIFRpbWVsaW5lU3RlcFN0YXR1cywgVGltZWxpbmVTdHlsZSB9IGZyb20gJy4vdGltZWxpbmUtc3RlcC50eXBlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLXRpbWVsaW5lLXN0ZXBwZXInLFxuICBzdHlsZVVybHM6IFsnLi90aW1lbGluZS1zdGVwcGVyLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnLi90aW1lbGluZS1zdGVwcGVyLmNvbXBvbmVudC5odG1sJyxcbn0pXG5leHBvcnQgY2xhc3MgQWRzVGltZWxpbmVTdGVwcGVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMge1xuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGVsZW1lbnQ6IEVsZW1lbnRSZWYsXG4gICAgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyLFxuICAgIHByaXZhdGUgd2luZG93OiBXaW5kb3csXG4gICkge31cblxuICAvKipcbiAgICogVGhlIHVuaXF1ZSBJRCBmb3IgdGhlIHRpbWVsaW5lIHN0ZXBwZXJcbiAgICovXG4gIEBJbnB1dCgpIGlkITogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBUaGUgc3RlcHMgdG8gZGlzcGxheVxuICAgKi9cbiAgQElucHV0KCkgcHVibGljIHN0ZXBzOiBUaW1lbGluZVN0ZXBbXSA9IFtdO1xuXG4gIC8qKlxuICAgKiBUaGUgc2l6ZSBvZiB0aGUgaWNvbnNcbiAgICovXG4gIEBJbnB1dCgpIHB1YmxpYyBpY29uU2l6ZTogJ3NtJyB8ICdtZCcgfCAnbGcnID0gJ3NtJztcblxuICAvKipcbiAgICogV2hldGhlciB0aGUgdmlld3BvcnQgaXMgbW9iaWxlXG4gICAqL1xuICBASW5wdXQoKSBpc01vYmlsZSA9IGZhbHNlO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIEBWaWV3Q2hpbGRyZW4oJ3N0ZXBFbGVtZW50cycpIHN0ZXBFbGVtZW50cyE6IFF1ZXJ5TGlzdDxFbGVtZW50UmVmPjtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwdWJsaWMgZm9jdXNlZFN0ZXBJbmRleCE6IG51bWJlcjtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwdWJsaWMgc3RlcFN0YXR1cyA9IFRpbWVsaW5lU3RlcFN0YXR1cztcblxuICAvKiogQGlnbm9yZSAqL1xuICBwdWJsaWMgc3R5bGUhOiBUaW1lbGluZVN0eWxlO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgaWNvbk1hcCA9IHtcbiAgICBzbTogeyBzaXplOiAyNCwgcGFkZGluZzogMTYgfSxcbiAgICBtZDogeyBzaXplOiAzMiwgcGFkZGluZzogMjQgfSxcbiAgICBsZzogeyBzaXplOiA0OCwgcGFkZGluZzogMzIgfSxcbiAgfTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIHNob3VsZFNjcm9sbCA9IGZhbHNlO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgc3RlcFdpZHRoITogbnVtYmVyO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICBpZiAoY2hhbmdlcy5pY29uU2l6ZSAmJiAhY2hhbmdlcy5pY29uU2l6ZS5maXJzdENoYW5nZSkge1xuICAgICAgdGhpcy5zZXRDaXJjbGVTaXplKCk7XG4gICAgfVxuXG4gICAgaWYgKGNoYW5nZXMuaXNNb2JpbGUgJiYgIWNoYW5nZXMuaXNNb2JpbGUuZmlyc3RDaGFuZ2UpIHtcbiAgICAgIHRoaXMucmVzZXRTdGVwcGVyU2Nyb2xsU3RhdGUoKTtcbiAgICAgIHRoaXMuc2V0U3RlcHBlclNjcm9sbFN0YXRlKCk7XG4gICAgfVxuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5mb2N1c2VkU3RlcEluZGV4ID0gdGhpcy5zdGVwcy5maW5kSW5kZXgoKHN0ZXA6IFRpbWVsaW5lU3RlcCkgPT4gc3RlcC5zdGF0dXMgPT09IHRoaXMuc3RlcFN0YXR1cy5DdXJyZW50KTtcbiAgICB0aGlzLnNldENpcmNsZVNpemUoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHB1YmxpYyBvblN3aXBlTGVmdCgpIHtcbiAgICAvLyBJZ25vcmUgc3dpcGUgaWYgbGFzdCBzdGVwIGFscmVhZHkgZm9jdXNlZFxuICAgIGlmICh0aGlzLmlzTGFzdFN0ZXAodGhpcy5mb2N1c2VkU3RlcEluZGV4KSkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIHRoaXMuZm9jdXNlZFN0ZXBJbmRleCA9ICsrdGhpcy5mb2N1c2VkU3RlcEluZGV4O1xuXG4gICAgaWYgKHRoaXMuc2hvdWxkU2Nyb2xsKSB7XG4gICAgICB0aGlzLmNlbnRlckZvY3VzZWRTdGVwKCk7XG4gICAgfVxuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHVibGljIG9uU3dpcGVSaWdodCgpIHtcbiAgICAvLyBJZ25vcmUgc3dpcGUgaWYgZmlyc3Qgc3RlcCBhbHJlYWR5IGZvY3VzZWRcbiAgICBpZiAodGhpcy5pc0ZpcnN0U3RlcCh0aGlzLmZvY3VzZWRTdGVwSW5kZXgpKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgdGhpcy5mb2N1c2VkU3RlcEluZGV4ID0gLS10aGlzLmZvY3VzZWRTdGVwSW5kZXg7XG5cbiAgICBpZiAodGhpcy5zaG91bGRTY3JvbGwpIHtcbiAgICAgIHRoaXMuY2VudGVyRm9jdXNlZFN0ZXAoKTtcbiAgICB9XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIGNlbnRlckZvY3VzZWRTdGVwKCk6IHZvaWQge1xuICAgIGNvbnN0IGhhbGZPZlZpZXdwb3J0ID0gdGhpcy53aW5kb3cuaW5uZXJXaWR0aCAvIDI7XG4gICAgY29uc3QgbWlkZGxlT2ZGb2N1c2VkU3RlcCA9IHRoaXMuZm9jdXNlZFN0ZXBJbmRleCAqIHRoaXMuc3RlcFdpZHRoICsgdGhpcy5zdGVwV2lkdGggLyAyO1xuICAgIHRoaXMucmVuZGVyZXIuc2V0U3R5bGUodGhpcy5lbGVtZW50Lm5hdGl2ZUVsZW1lbnQsICdtYXJnaW4tbGVmdCcsIGAke2hhbGZPZlZpZXdwb3J0IC0gbWlkZGxlT2ZGb2N1c2VkU3RlcH1weGApO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBpc0ZpcnN0U3RlcChpbmRleDogbnVtYmVyKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIGluZGV4ID09PSAwO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBpc0xhc3RTdGVwKGluZGV4OiBudW1iZXIpOiBib29sZWFuIHtcbiAgICByZXR1cm4gaW5kZXggPT09IHRoaXMuc3RlcHMubGVuZ3RoIC0gMTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgcmVzZXRTdGVwcGVyU2Nyb2xsU3RhdGUoKSB7XG4gICAgdGhpcy5zaG91bGRTY3JvbGwgPSBmYWxzZTtcbiAgICB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHRoaXMuZWxlbWVudC5uYXRpdmVFbGVtZW50LCAnbWFyZ2luLWxlZnQnLCAnMCcpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBzZXRDaXJjbGVTaXplKCk6IHZvaWQge1xuICAgIGNvbnN0IHsgc2l6ZSwgcGFkZGluZyB9ID0gdGhpcy5pY29uTWFwW3RoaXMuaWNvblNpemVdO1xuICAgIGNvbnN0IGNpcmNsZVNpemUgPSBzaXplICsgcGFkZGluZztcblxuICAgIHRoaXMuc3R5bGUgPSB7XG4gICAgICBjaXJjbGU6IHtcbiAgICAgICAgd2lkdGg6IGAke2NpcmNsZVNpemV9cHhgLFxuICAgICAgICBoZWlnaHQ6IGAke2NpcmNsZVNpemV9cHhgLFxuICAgICAgICAnYm9yZGVyLXJhZGl1cyc6IGAke2NpcmNsZVNpemUgLyAyfXB4YCxcbiAgICAgIH0sXG4gICAgICBsaW5lQmVmb3JlOiB7XG4gICAgICAgIHdpZHRoOiBgY2FsYyg1MCUgLSAke2NpcmNsZVNpemUgLyAyIC0gNH1weClgLFxuICAgICAgICB0b3A6IGAke2NpcmNsZVNpemUgLyAyfXB4YCxcbiAgICAgIH0sXG4gICAgICBsaW5lQWZ0ZXI6IHtcbiAgICAgICAgd2lkdGg6IGBjYWxjKDUwJSAtICR7Y2lyY2xlU2l6ZSAvIDIgLSA2fXB4KWAsXG4gICAgICAgIHRvcDogYCR7Y2lyY2xlU2l6ZSAvIDJ9cHhgLFxuICAgICAgfSxcbiAgICAgIHNraXBwZWQ6IHtcbiAgICAgICAgd2lkdGg6IGAke2NpcmNsZVNpemUgLSA0fXB4YCxcbiAgICAgICAgaGVpZ2h0OiBgJHtjaXJjbGVTaXplIC0gNH1weGAsXG4gICAgICAgICdib3JkZXItcmFkaXVzJzogYCR7Y2lyY2xlU2l6ZSAvIDJ9cHhgLFxuICAgICAgfSxcbiAgICB9O1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBzZXRTdGVwcGVyU2Nyb2xsU3RhdGUoKSB7XG4gICAgdGhpcy5zdGVwV2lkdGggPSB0aGlzLnN0ZXBFbGVtZW50cy5maXJzdC5uYXRpdmVFbGVtZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpLndpZHRoO1xuXG4gICAgaWYgKE1hdGguZmxvb3IodGhpcy5zdGVwcy5sZW5ndGggKiB0aGlzLnN0ZXBXaWR0aCkgPiB0aGlzLndpbmRvdy5pbm5lcldpZHRoKSB7XG4gICAgICB0aGlzLnN0ZXBFbGVtZW50cy5mb3JFYWNoKChzdGVwKSA9PiB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHN0ZXAubmF0aXZlRWxlbWVudCwgJ2ZsZXgnLCAnMCAwIDAnKSk7XG4gICAgICB0aGlzLnNob3VsZFNjcm9sbCA9IHRydWU7XG4gICAgICB0aGlzLmNlbnRlckZvY3VzZWRTdGVwKCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuc3RlcEVsZW1lbnRzLmZvckVhY2goKHN0ZXApID0+IHRoaXMucmVuZGVyZXIuc2V0U3R5bGUoc3RlcC5uYXRpdmVFbGVtZW50LCAnZmxleCcsICcxJykpO1xuICAgIH1cbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInRpbWVsaW5lLXN0ZXBwZXJcIiBbY2xhc3MubW9iaWxlXT1cImlzTW9iaWxlXCIgW2lkXT1cImlkXCI+XG4gIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHN0ZXAgb2Ygc3RlcHM7IGxldCBmaXJzdCA9IGZpcnN0OyBsZXQgbGFzdCA9IGxhc3Q7IGxldCBpbmRleCA9IGluZGV4XCI+XG4gICAgPGRpdlxuICAgICAgI3N0ZXBFbGVtZW50c1xuICAgICAgYWRzR2VzdHVyZVxuICAgICAgY2xhc3M9XCJzdGVwXCJcbiAgICAgIFtjbGFzcy5mb2N1c2VkXT1cImluZGV4ID09PSBmb2N1c2VkU3RlcEluZGV4XCJcbiAgICAgIChnZXN0dXJlbGVmdCk9XCJvblN3aXBlTGVmdCgpXCJcbiAgICAgIChnZXN0dXJlcmlnaHQpPVwib25Td2lwZVJpZ2h0KClcIlxuICAgID5cbiAgICAgIDxkaXYgKm5nSWY9XCIhZmlyc3RcIiBjbGFzcz1cImxpbmUgYmVmb3JlXCIgW25nQ2xhc3NdPVwic3RlcC5zdGF0dXNcIiBbbmdTdHlsZV09XCJzdHlsZS5saW5lQmVmb3JlXCI+PC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwic3RlcC1pY29uLXdyYXBwZXJcIj5cbiAgICAgICAgPGRpdlxuICAgICAgICAgIGNsYXNzPVwic3RlcC1pY29uXCJcbiAgICAgICAgICBbbmdDbGFzc109XCJzdGVwLnN0YXR1c1wiXG4gICAgICAgICAgW25nU3R5bGVdPVwic3RlcC5zdGF0dXMgPT09IHN0ZXBTdGF0dXMuU2tpcHBlZCA/IHN0eWxlLnNraXBwZWQgOiBzdHlsZS5jaXJjbGVcIlxuICAgICAgICAgIFttYXRUb29sdGlwXT1cInN0ZXAudGl0bGVcIlxuICAgICAgICAgIFttYXRUb29sdGlwRGlzYWJsZWRdPVwiZmFsc2VcIlxuICAgICAgICA+XG4gICAgICAgICAgPGFkcy1pY29uIFtuYW1lXT1cInN0ZXAuaWNvblwiIFtzaXplXT1cImljb25TaXplXCIgY29sb3I9XCJ3aGl0ZVwiPjwvYWRzLWljb24+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2ICpuZ0lmPVwiIWxhc3RcIiBjbGFzcz1cImxpbmUgYWZ0ZXJcIiBbbmdDbGFzc109XCJzdGVwc1tpbmRleCArIDFdLnN0YXR1c1wiIFtuZ1N0eWxlXT1cInN0eWxlLmxpbmVBZnRlclwiPjwvZGl2PlxuICAgICAgPHNwYW4gY2xhc3M9XCJ0aXRsZVwiPnt7IHN0ZXAudGl0bGUgfX08L3NwYW4+XG4gICAgICA8c3BhbiBjbGFzcz1cInN1YnRpdGxlXCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJzdGVwPy5kYXRlOyBlbHNlIHN1YnRpdGxlXCI+e3sgc3RlcC5kYXRlIHwgZGF0ZTogJ3Nob3J0RGF0ZScgfX08L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPG5nLXRlbXBsYXRlICNzdWJ0aXRsZT57eyBzdGVwPy5zdWJ0aXRsZSB9fTwvbmctdGVtcGxhdGU+XG4gICAgICA8L3NwYW4+XG4gICAgPC9kaXY+XG4gIDwvbmctY29udGFpbmVyPlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
4
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
5
|
-
import { AdsTimelineStepperComponent } from './timeline-stepper.component';
|
|
6
|
-
import { AdsGestureDirection, AdsGestureModule, ADS_GESTURE_DEFAULT_OPTIONS } from '@ascentgl/ads-utils';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class AdsTimelineStepperModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTimelineStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsTimelineStepperModule, declarations: [AdsTimelineStepperComponent], imports: [CommonModule, MatTooltipModule, AdsIconModule, AdsGestureModule], exports: [AdsTimelineStepperComponent] }); }
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTimelineStepperModule, providers: [
|
|
12
|
-
{ provide: Window, useValue: window },
|
|
13
|
-
{ provide: ADS_GESTURE_DEFAULT_OPTIONS, useValue: { direction: AdsGestureDirection.DIRECTION_HORIZONTAL } },
|
|
14
|
-
], imports: [CommonModule, MatTooltipModule, AdsIconModule, AdsGestureModule] }); }
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsTimelineStepperModule, decorators: [{
|
|
17
|
-
type: NgModule,
|
|
18
|
-
args: [{
|
|
19
|
-
imports: [CommonModule, MatTooltipModule, AdsIconModule, AdsGestureModule],
|
|
20
|
-
exports: [AdsTimelineStepperComponent],
|
|
21
|
-
declarations: [AdsTimelineStepperComponent],
|
|
22
|
-
providers: [
|
|
23
|
-
{ provide: Window, useValue: window },
|
|
24
|
-
{ provide: ADS_GESTURE_DEFAULT_OPTIONS, useValue: { direction: AdsGestureDirection.DIRECTION_HORIZONTAL } },
|
|
25
|
-
],
|
|
26
|
-
}]
|
|
27
|
-
}] });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZWxpbmUtc3RlcHBlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvdGltZWxpbmUtc3RlcHBlci90aW1lbGluZS1zdGVwcGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDcEQsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDM0UsT0FBTyxFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLDJCQUEyQixFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBV3pHLE1BQU0sT0FBTyx3QkFBd0I7OEdBQXhCLHdCQUF3QjsrR0FBeEIsd0JBQXdCLGlCQU5wQiwyQkFBMkIsYUFGaEMsWUFBWSxFQUFFLGdCQUFnQixFQUFFLGFBQWEsRUFBRSxnQkFBZ0IsYUFDL0QsMkJBQTJCOytHQU8xQix3QkFBd0IsYUFMeEI7WUFDVCxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRTtZQUNyQyxFQUFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxRQUFRLEVBQUUsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLENBQUMsb0JBQW9CLEVBQUUsRUFBRTtTQUM1RyxZQU5TLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsZ0JBQWdCOzsyRkFROUQsd0JBQXdCO2tCQVRwQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsZ0JBQWdCLENBQUM7b0JBQzFFLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUN0QyxZQUFZLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztvQkFDM0MsU0FBUyxFQUFFO3dCQUNULEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFO3dCQUNyQyxFQUFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxRQUFRLEVBQUUsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLENBQUMsb0JBQW9CLEVBQUUsRUFBRTtxQkFDNUc7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdFRvb2x0aXBNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IEFkc1RpbWVsaW5lU3RlcHBlckNvbXBvbmVudCB9IGZyb20gJy4vdGltZWxpbmUtc3RlcHBlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWRzR2VzdHVyZURpcmVjdGlvbiwgQWRzR2VzdHVyZU1vZHVsZSwgQURTX0dFU1RVUkVfREVGQVVMVF9PUFRJT05TIH0gZnJvbSAnQGFzY2VudGdsL2Fkcy11dGlscyc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE1hdFRvb2x0aXBNb2R1bGUsIEFkc0ljb25Nb2R1bGUsIEFkc0dlc3R1cmVNb2R1bGVdLFxuICBleHBvcnRzOiBbQWRzVGltZWxpbmVTdGVwcGVyQ29tcG9uZW50XSxcbiAgZGVjbGFyYXRpb25zOiBbQWRzVGltZWxpbmVTdGVwcGVyQ29tcG9uZW50XSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgeyBwcm92aWRlOiBXaW5kb3csIHVzZVZhbHVlOiB3aW5kb3cgfSxcbiAgICB7IHByb3ZpZGU6IEFEU19HRVNUVVJFX0RFRkFVTFRfT1BUSU9OUywgdXNlVmFsdWU6IHsgZGlyZWN0aW9uOiBBZHNHZXN0dXJlRGlyZWN0aW9uLkRJUkVDVElPTl9IT1JJWk9OVEFMIH0gfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzVGltZWxpbmVTdGVwcGVyTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy12ZXJ0aWNhbC1zdGVwcGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3ZlcnRpY2FsLXN0ZXBwZXIvYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy12ZXJ0aWNhbC1zdGVwcGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * from './vertical-helpers';
|
|
2
|
-
export * from './vertical-step.type';
|
|
3
|
-
export * from './vertical-stepper.component';
|
|
4
|
-
export * from './vertical-stepper.module';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy92ZXJ0aWNhbC1zdGVwcGVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYywyQkFBMkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdmVydGljYWwtaGVscGVycyc7XG5leHBvcnQgKiBmcm9tICcuL3ZlcnRpY2FsLXN0ZXAudHlwZSc7XG5leHBvcnQgKiBmcm9tICcuL3ZlcnRpY2FsLXN0ZXBwZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdmVydGljYWwtc3RlcHBlci5tb2R1bGUnO1xuIl19
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { VerticalStepStatus } from './vertical-step.type';
|
|
2
|
-
/**
|
|
3
|
-
* Sets a steps status based on multiple criteria
|
|
4
|
-
* @param currentStep VerticalStep
|
|
5
|
-
* @param index number
|
|
6
|
-
* @param steps VrticalStep[]
|
|
7
|
-
* @returns VerticalStep
|
|
8
|
-
*/
|
|
9
|
-
export function setVerticalStepStatus(currentStep, index, steps) {
|
|
10
|
-
// if step already has a status use it
|
|
11
|
-
if (currentStep.status) {
|
|
12
|
-
return currentStep;
|
|
13
|
-
}
|
|
14
|
-
// if step is not the first, and previous step is rejected or disabled/rejected all other steps after it
|
|
15
|
-
// should be disabled/rejected
|
|
16
|
-
if ((index > 0 && getPreviousVerticalStepStatus(index, steps) === VerticalStepStatus.Rejected) ||
|
|
17
|
-
getPreviousVerticalStepStatus(index, steps) === VerticalStepStatus.DisabledRejected) {
|
|
18
|
-
currentStep.status = VerticalStepStatus.DisabledRejected;
|
|
19
|
-
// if step has a date, that step has been completed
|
|
20
|
-
}
|
|
21
|
-
else if (currentStep.date) {
|
|
22
|
-
currentStep.status = VerticalStepStatus.Completed;
|
|
23
|
-
// if step is not the first, and previous step has a date or if step is the first and the next step does
|
|
24
|
-
// not have a date then step is current
|
|
25
|
-
}
|
|
26
|
-
else if ((index > 0 && steps[index - 1]?.date) ||
|
|
27
|
-
(index === 0 && !steps[index + 1]?.date) ||
|
|
28
|
-
getPreviousVerticalStepStatus(index, steps) === VerticalStepStatus.Skipped) {
|
|
29
|
-
currentStep.status = VerticalStepStatus.Current;
|
|
30
|
-
// step is a future step
|
|
31
|
-
}
|
|
32
|
-
else {
|
|
33
|
-
currentStep.status = VerticalStepStatus.Future;
|
|
34
|
-
}
|
|
35
|
-
return currentStep;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Takes a step and sets its itcon based on the steps status.
|
|
39
|
-
* Status must be set prior to running this function.
|
|
40
|
-
* @param currentStep VerticalStep
|
|
41
|
-
* @returns VerticalStep
|
|
42
|
-
*/
|
|
43
|
-
export function setVerticalStepIcon(currentStep) {
|
|
44
|
-
switch (currentStep.status) {
|
|
45
|
-
case VerticalStepStatus.Completed:
|
|
46
|
-
currentStep.icon = 'check';
|
|
47
|
-
break;
|
|
48
|
-
case VerticalStepStatus.Skipped:
|
|
49
|
-
currentStep.icon = 'stepper_circle';
|
|
50
|
-
break;
|
|
51
|
-
case VerticalStepStatus.Disabled:
|
|
52
|
-
currentStep.icon = 'minus';
|
|
53
|
-
break;
|
|
54
|
-
case VerticalStepStatus.Alert:
|
|
55
|
-
currentStep.icon = 'exclamation';
|
|
56
|
-
break;
|
|
57
|
-
case VerticalStepStatus.Rejected:
|
|
58
|
-
case VerticalStepStatus.DisabledRejected:
|
|
59
|
-
currentStep.icon = 'cross';
|
|
60
|
-
break;
|
|
61
|
-
default:
|
|
62
|
-
break;
|
|
63
|
-
}
|
|
64
|
-
return currentStep;
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Returns the status of the previous step
|
|
68
|
-
* @param index number
|
|
69
|
-
* @param steps VerticalStep
|
|
70
|
-
* @returns VerticalStepStatus
|
|
71
|
-
*/
|
|
72
|
-
export function getPreviousVerticalStepStatus(index, steps) {
|
|
73
|
-
return steps[index - 1] && steps[index - 1].status;
|
|
74
|
-
}
|
|
75
|
-
export function getVerticalStepperSampleData() {
|
|
76
|
-
return [
|
|
77
|
-
{
|
|
78
|
-
title: 'Details',
|
|
79
|
-
icon: 'warehouse',
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
title: 'Route',
|
|
83
|
-
icon: 'location_filled',
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
title: 'Cargo',
|
|
87
|
-
icon: 'luggage',
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
title: 'Scheduled',
|
|
91
|
-
icon: 'calendar_star',
|
|
92
|
-
},
|
|
93
|
-
{ title: 'Submit', icon: 'check' },
|
|
94
|
-
]
|
|
95
|
-
.map(setVerticalStepStatus)
|
|
96
|
-
.map(setVerticalStepIcon);
|
|
97
|
-
}
|
|
98
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVydGljYWwtaGVscGVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy92ZXJ0aWNhbC1zdGVwcGVyL3ZlcnRpY2FsLWhlbHBlcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFnQixrQkFBa0IsRUFBNEMsTUFBTSxzQkFBc0IsQ0FBQztBQUdsSDs7Ozs7O0dBTUc7QUFDSCxNQUFNLFVBQVUscUJBQXFCLENBQ25DLFdBQTZCLEVBQzdCLEtBQWEsRUFDYixLQUF5QjtJQUV6QixzQ0FBc0M7SUFDdEMsSUFBSSxXQUFXLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDdkIsT0FBTyxXQUEyQixDQUFDO0lBQ3JDLENBQUM7SUFFRCx3R0FBd0c7SUFDeEcsOEJBQThCO0lBQzlCLElBQ0UsQ0FBQyxLQUFLLEdBQUcsQ0FBQyxJQUFJLDZCQUE2QixDQUFDLEtBQUssRUFBRSxLQUFLLENBQUMsS0FBSyxrQkFBa0IsQ0FBQyxRQUFRLENBQUM7UUFDMUYsNkJBQTZCLENBQUMsS0FBSyxFQUFFLEtBQUssQ0FBQyxLQUFLLGtCQUFrQixDQUFDLGdCQUFnQixFQUNuRixDQUFDO1FBQ0QsV0FBVyxDQUFDLE1BQU0sR0FBRyxrQkFBa0IsQ0FBQyxnQkFBZ0IsQ0FBQztRQUN6RCxtREFBbUQ7SUFDckQsQ0FBQztTQUFNLElBQUksV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDO1FBQzVCLFdBQVcsQ0FBQyxNQUFNLEdBQUcsa0JBQWtCLENBQUMsU0FBUyxDQUFDO1FBQ2xELHdHQUF3RztRQUN4Ryx1Q0FBdUM7SUFDekMsQ0FBQztTQUFNLElBQ0wsQ0FBQyxLQUFLLEdBQUcsQ0FBQyxJQUFJLEtBQUssQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDO1FBQ3JDLENBQUMsS0FBSyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDO1FBQ3hDLDZCQUE2QixDQUFDLEtBQUssRUFBRSxLQUFLLENBQUMsS0FBSyxrQkFBa0IsQ0FBQyxPQUFPLEVBQzFFLENBQUM7UUFDRCxXQUFXLENBQUMsTUFBTSxHQUFHLGtCQUFrQixDQUFDLE9BQU8sQ0FBQztRQUNoRCx3QkFBd0I7SUFDMUIsQ0FBQztTQUFNLENBQUM7UUFDTixXQUFXLENBQUMsTUFBTSxHQUFHLGtCQUFrQixDQUFDLE1BQU0sQ0FBQztJQUNqRCxDQUFDO0lBRUQsT0FBTyxXQUEyQixDQUFDO0FBQ3JDLENBQUM7QUFFRDs7Ozs7R0FLRztBQUNILE1BQU0sVUFBVSxtQkFBbUIsQ0FBQyxXQUFtQztJQUNyRSxRQUFRLFdBQVcsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUMzQixLQUFLLGtCQUFrQixDQUFDLFNBQVM7WUFDL0IsV0FBVyxDQUFDLElBQUksR0FBRyxPQUFPLENBQUM7WUFDM0IsTUFBTTtRQUNSLEtBQUssa0JBQWtCLENBQUMsT0FBTztZQUM3QixXQUFXLENBQUMsSUFBSSxHQUFHLGdCQUFnQixDQUFDO1lBQ3BDLE1BQU07UUFDUixLQUFLLGtCQUFrQixDQUFDLFFBQVE7WUFDOUIsV0FBVyxDQUFDLElBQUksR0FBRyxPQUFPLENBQUM7WUFDM0IsTUFBTTtRQUNSLEtBQUssa0JBQWtCLENBQUMsS0FBSztZQUMzQixXQUFXLENBQUMsSUFBSSxHQUFHLGFBQWEsQ0FBQztZQUNqQyxNQUFNO1FBQ1IsS0FBSyxrQkFBa0IsQ0FBQyxRQUFRLENBQUM7UUFDakMsS0FBSyxrQkFBa0IsQ0FBQyxnQkFBZ0I7WUFDdEMsV0FBVyxDQUFDLElBQUksR0FBRyxPQUFPLENBQUM7WUFDM0IsTUFBTTtRQUNSO1lBQ0UsTUFBTTtJQUNWLENBQUM7SUFFRCxPQUFPLFdBQTJCLENBQUM7QUFDckMsQ0FBQztBQUVEOzs7OztHQUtHO0FBQ0gsTUFBTSxVQUFVLDZCQUE2QixDQUMzQyxLQUFhLEVBQ2IsS0FBeUI7SUFFekIsT0FBTyxLQUFLLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxJQUFJLEtBQUssQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDO0FBQ3JELENBQUM7QUFFRCxNQUFNLFVBQVUsNEJBQTRCO0lBQzFDLE9BQU87UUFDTDtZQUNFLEtBQUssRUFBRSxTQUFTO1lBQ2hCLElBQUksRUFBVyxXQUFXO1NBQzNCO1FBQ0Q7WUFDRSxLQUFLLEVBQUUsT0FBTztZQUNkLElBQUksRUFBVyxpQkFBaUI7U0FDakM7UUFDRDtZQUNFLEtBQUssRUFBRSxPQUFPO1lBQ2QsSUFBSSxFQUFXLFNBQVM7U0FDekI7UUFDRDtZQUNFLEtBQUssRUFBRSxXQUFXO1lBQ2xCLElBQUksRUFBVyxlQUFlO1NBQy9CO1FBQ0QsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBVyxPQUFPLEVBQUU7S0FDNUM7U0FDRSxHQUFHLENBQUMscUJBQXFCLENBQUM7U0FDMUIsR0FBRyxDQUFDLG1CQUFtQixDQUFDLENBQUM7QUFDOUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFZlcnRpY2FsU3RlcCwgVmVydGljYWxTdGVwU3RhdHVzLCBWZXJ0aWNhbFN0ZXBCYXNlLCBWZXJ0aWNhbFN0ZXBXaXRoU3RhdHVzIH0gZnJvbSAnLi92ZXJ0aWNhbC1zdGVwLnR5cGUnO1xuaW1wb3J0IHsgYWRzSWNvbiB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMvaWNvbnMnO1xuXG4vKipcbiAqIFNldHMgYSBzdGVwcyBzdGF0dXMgYmFzZWQgb24gbXVsdGlwbGUgY3JpdGVyaWFcbiAqIEBwYXJhbSBjdXJyZW50U3RlcCBWZXJ0aWNhbFN0ZXBcbiAqIEBwYXJhbSBpbmRleCBudW1iZXJcbiAqIEBwYXJhbSBzdGVwcyBWcnRpY2FsU3RlcFtdXG4gKiBAcmV0dXJucyBWZXJ0aWNhbFN0ZXBcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHNldFZlcnRpY2FsU3RlcFN0YXR1cyhcbiAgY3VycmVudFN0ZXA6IFZlcnRpY2FsU3RlcEJhc2UsXG4gIGluZGV4OiBudW1iZXIsXG4gIHN0ZXBzOiBWZXJ0aWNhbFN0ZXBCYXNlW10sXG4pOiBWZXJ0aWNhbFN0ZXBXaXRoU3RhdHVzIHtcbiAgLy8gaWYgc3RlcCBhbHJlYWR5IGhhcyBhIHN0YXR1cyB1c2UgaXRcbiAgaWYgKGN1cnJlbnRTdGVwLnN0YXR1cykge1xuICAgIHJldHVybiBjdXJyZW50U3RlcCBhcyBWZXJ0aWNhbFN0ZXA7XG4gIH1cblxuICAvLyBpZiBzdGVwIGlzIG5vdCB0aGUgZmlyc3QsIGFuZCBwcmV2aW91cyBzdGVwIGlzIHJlamVjdGVkIG9yIGRpc2FibGVkL3JlamVjdGVkIGFsbCBvdGhlciBzdGVwcyBhZnRlciBpdFxuICAvLyBzaG91bGQgYmUgZGlzYWJsZWQvcmVqZWN0ZWRcbiAgaWYgKFxuICAgIChpbmRleCA+IDAgJiYgZ2V0UHJldmlvdXNWZXJ0aWNhbFN0ZXBTdGF0dXMoaW5kZXgsIHN0ZXBzKSA9PT0gVmVydGljYWxTdGVwU3RhdHVzLlJlamVjdGVkKSB8fFxuICAgIGdldFByZXZpb3VzVmVydGljYWxTdGVwU3RhdHVzKGluZGV4LCBzdGVwcykgPT09IFZlcnRpY2FsU3RlcFN0YXR1cy5EaXNhYmxlZFJlamVjdGVkXG4gICkge1xuICAgIGN1cnJlbnRTdGVwLnN0YXR1cyA9IFZlcnRpY2FsU3RlcFN0YXR1cy5EaXNhYmxlZFJlamVjdGVkO1xuICAgIC8vIGlmIHN0ZXAgaGFzIGEgZGF0ZSwgdGhhdCBzdGVwIGhhcyBiZWVuIGNvbXBsZXRlZFxuICB9IGVsc2UgaWYgKGN1cnJlbnRTdGVwLmRhdGUpIHtcbiAgICBjdXJyZW50U3RlcC5zdGF0dXMgPSBWZXJ0aWNhbFN0ZXBTdGF0dXMuQ29tcGxldGVkO1xuICAgIC8vIGlmIHN0ZXAgaXMgbm90IHRoZSBmaXJzdCwgYW5kIHByZXZpb3VzIHN0ZXAgaGFzIGEgZGF0ZSBvciBpZiBzdGVwIGlzIHRoZSBmaXJzdCBhbmQgdGhlIG5leHQgc3RlcCBkb2VzXG4gICAgLy8gbm90IGhhdmUgYSBkYXRlIHRoZW4gc3RlcCBpcyBjdXJyZW50XG4gIH0gZWxzZSBpZiAoXG4gICAgKGluZGV4ID4gMCAmJiBzdGVwc1tpbmRleCAtIDFdPy5kYXRlKSB8fFxuICAgIChpbmRleCA9PT0gMCAmJiAhc3RlcHNbaW5kZXggKyAxXT8uZGF0ZSkgfHxcbiAgICBnZXRQcmV2aW91c1ZlcnRpY2FsU3RlcFN0YXR1cyhpbmRleCwgc3RlcHMpID09PSBWZXJ0aWNhbFN0ZXBTdGF0dXMuU2tpcHBlZFxuICApIHtcbiAgICBjdXJyZW50U3RlcC5zdGF0dXMgPSBWZXJ0aWNhbFN0ZXBTdGF0dXMuQ3VycmVudDtcbiAgICAvLyBzdGVwIGlzIGEgZnV0dXJlIHN0ZXBcbiAgfSBlbHNlIHtcbiAgICBjdXJyZW50U3RlcC5zdGF0dXMgPSBWZXJ0aWNhbFN0ZXBTdGF0dXMuRnV0dXJlO1xuICB9XG5cbiAgcmV0dXJuIGN1cnJlbnRTdGVwIGFzIFZlcnRpY2FsU3RlcDtcbn1cblxuLyoqXG4gKiBUYWtlcyBhIHN0ZXAgYW5kIHNldHMgaXRzIGl0Y29uIGJhc2VkIG9uIHRoZSBzdGVwcyBzdGF0dXMuXG4gKiBTdGF0dXMgbXVzdCBiZSBzZXQgcHJpb3IgdG8gcnVubmluZyB0aGlzIGZ1bmN0aW9uLlxuICogQHBhcmFtIGN1cnJlbnRTdGVwIFZlcnRpY2FsU3RlcFxuICogQHJldHVybnMgVmVydGljYWxTdGVwXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBzZXRWZXJ0aWNhbFN0ZXBJY29uKGN1cnJlbnRTdGVwOiBWZXJ0aWNhbFN0ZXBXaXRoU3RhdHVzKTogVmVydGljYWxTdGVwIHtcbiAgc3dpdGNoIChjdXJyZW50U3RlcC5zdGF0dXMpIHtcbiAgICBjYXNlIFZlcnRpY2FsU3RlcFN0YXR1cy5Db21wbGV0ZWQ6XG4gICAgICBjdXJyZW50U3RlcC5pY29uID0gJ2NoZWNrJztcbiAgICAgIGJyZWFrO1xuICAgIGNhc2UgVmVydGljYWxTdGVwU3RhdHVzLlNraXBwZWQ6XG4gICAgICBjdXJyZW50U3RlcC5pY29uID0gJ3N0ZXBwZXJfY2lyY2xlJztcbiAgICAgIGJyZWFrO1xuICAgIGNhc2UgVmVydGljYWxTdGVwU3RhdHVzLkRpc2FibGVkOlxuICAgICAgY3VycmVudFN0ZXAuaWNvbiA9ICdtaW51cyc7XG4gICAgICBicmVhaztcbiAgICBjYXNlIFZlcnRpY2FsU3RlcFN0YXR1cy5BbGVydDpcbiAgICAgIGN1cnJlbnRTdGVwLmljb24gPSAnZXhjbGFtYXRpb24nO1xuICAgICAgYnJlYWs7XG4gICAgY2FzZSBWZXJ0aWNhbFN0ZXBTdGF0dXMuUmVqZWN0ZWQ6XG4gICAgY2FzZSBWZXJ0aWNhbFN0ZXBTdGF0dXMuRGlzYWJsZWRSZWplY3RlZDpcbiAgICAgIGN1cnJlbnRTdGVwLmljb24gPSAnY3Jvc3MnO1xuICAgICAgYnJlYWs7XG4gICAgZGVmYXVsdDpcbiAgICAgIGJyZWFrO1xuICB9XG5cbiAgcmV0dXJuIGN1cnJlbnRTdGVwIGFzIFZlcnRpY2FsU3RlcDtcbn1cblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBzdGF0dXMgb2YgdGhlIHByZXZpb3VzIHN0ZXBcbiAqIEBwYXJhbSBpbmRleCBudW1iZXJcbiAqIEBwYXJhbSBzdGVwcyBWZXJ0aWNhbFN0ZXBcbiAqIEByZXR1cm5zIFZlcnRpY2FsU3RlcFN0YXR1c1xuICovXG5leHBvcnQgZnVuY3Rpb24gZ2V0UHJldmlvdXNWZXJ0aWNhbFN0ZXBTdGF0dXMoXG4gIGluZGV4OiBudW1iZXIsXG4gIHN0ZXBzOiBWZXJ0aWNhbFN0ZXBCYXNlW10sXG4pOiBWZXJ0aWNhbFN0ZXBTdGF0dXMgfCB1bmRlZmluZWQge1xuICByZXR1cm4gc3RlcHNbaW5kZXggLSAxXSAmJiBzdGVwc1tpbmRleCAtIDFdLnN0YXR1cztcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGdldFZlcnRpY2FsU3RlcHBlclNhbXBsZURhdGEoKTogVmVydGljYWxTdGVwW10ge1xuICByZXR1cm4gW1xuICAgIHtcbiAgICAgIHRpdGxlOiAnRGV0YWlscycsXG4gICAgICBpY29uOiA8YWRzSWNvbj4nd2FyZWhvdXNlJyxcbiAgICB9LFxuICAgIHtcbiAgICAgIHRpdGxlOiAnUm91dGUnLFxuICAgICAgaWNvbjogPGFkc0ljb24+J2xvY2F0aW9uX2ZpbGxlZCcsXG4gICAgfSxcbiAgICB7XG4gICAgICB0aXRsZTogJ0NhcmdvJyxcbiAgICAgIGljb246IDxhZHNJY29uPidsdWdnYWdlJyxcbiAgICB9LFxuICAgIHtcbiAgICAgIHRpdGxlOiAnU2NoZWR1bGVkJyxcbiAgICAgIGljb246IDxhZHNJY29uPidjYWxlbmRhcl9zdGFyJyxcbiAgICB9LFxuICAgIHsgdGl0bGU6ICdTdWJtaXQnLCBpY29uOiA8YWRzSWNvbj4nY2hlY2snIH0sXG4gIF1cbiAgICAubWFwKHNldFZlcnRpY2FsU3RlcFN0YXR1cylcbiAgICAubWFwKHNldFZlcnRpY2FsU3RlcEljb24pO1xufVxuIl19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export var VerticalStepStatus;
|
|
2
|
-
(function (VerticalStepStatus) {
|
|
3
|
-
VerticalStepStatus["Completed"] = "completed";
|
|
4
|
-
VerticalStepStatus["Current"] = "current";
|
|
5
|
-
VerticalStepStatus["Future"] = "future";
|
|
6
|
-
VerticalStepStatus["Skipped"] = "skipped";
|
|
7
|
-
VerticalStepStatus["Rejected"] = "rejected";
|
|
8
|
-
VerticalStepStatus["Alert"] = "alert";
|
|
9
|
-
VerticalStepStatus["Disabled"] = "disabled";
|
|
10
|
-
VerticalStepStatus["DisabledRejected"] = "disabled-rejected";
|
|
11
|
-
})(VerticalStepStatus || (VerticalStepStatus = {}));
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVydGljYWwtc3RlcC50eXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3ZlcnRpY2FsLXN0ZXBwZXIvdmVydGljYWwtc3RlcC50eXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXdDQSxNQUFNLENBQU4sSUFBWSxrQkFTWDtBQVRELFdBQVksa0JBQWtCO0lBQzVCLDZDQUF1QixDQUFBO0lBQ3ZCLHlDQUFtQixDQUFBO0lBQ25CLHVDQUFpQixDQUFBO0lBQ2pCLHlDQUFtQixDQUFBO0lBQ25CLDJDQUFxQixDQUFBO0lBQ3JCLHFDQUFlLENBQUE7SUFDZiwyQ0FBcUIsQ0FBQTtJQUNyQiw0REFBc0MsQ0FBQTtBQUN4QyxDQUFDLEVBVFcsa0JBQWtCLEtBQWxCLGtCQUFrQixRQVM3QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFkc0ljb24gfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zL2ljb25zJztcblxuZXhwb3J0IHR5cGUgVmVydGljYWxTdGVwQmFzZSA9IHtcbiAgdGl0bGU6IHN0cmluZztcbiAgc3VidGl0bGU/OiBzdHJpbmc7XG4gIGRhdGU/OiBEYXRlO1xuICBpY29uPzogYWRzSWNvbjtcbiAgc3RhdHVzPzogVmVydGljYWxTdGVwU3RhdHVzO1xufTtcblxuZXhwb3J0IHR5cGUgVmVydGljYWxTdGVwV2l0aFN0YXR1cyA9IFZlcnRpY2FsU3RlcEJhc2UgJiB7IHN0YXR1czogVmVydGljYWxTdGVwU3RhdHVzIH07XG5cbmV4cG9ydCB0eXBlIFZlcnRpY2FsU3RlcCA9IHtcbiAgdGl0bGU6IHN0cmluZztcbiAgc3VidGl0bGU/OiBzdHJpbmc7XG4gIGRhdGU/OiBEYXRlO1xuICBpY29uOiBhZHNJY29uO1xuICBzdGF0dXM6IFZlcnRpY2FsU3RlcFN0YXR1cztcbiAgb25DbGljaz86IChzdGVwOiBWZXJ0aWNhbFN0ZXApID0+IHZvaWQ7XG4gIGlzQ2xpY2thYmxlPzogYm9vbGVhbjtcbn07XG5cbmV4cG9ydCB0eXBlIFZlcnRpY2FsU3R5bGUgPSB7XG4gIGNpcmNsZTogVmVydGljYWxDaXJjbGVTdHlsZTtcbiAgbGluZUJlZm9yZTogVmVydGljYWxMaW5lU3R5bGU7XG4gIGxpbmVBZnRlcjogVmVydGljYWxMaW5lU3R5bGU7XG4gIHNraXBwZWQ6IFZlcnRpY2FsQ2lyY2xlU3R5bGU7XG59O1xuXG5leHBvcnQgdHlwZSBWZXJ0aWNhbENpcmNsZVN0eWxlID0ge1xuICB3aWR0aDogc3RyaW5nO1xuICBoZWlnaHQ6IHN0cmluZztcbiAgJ2JvcmRlci1yYWRpdXMnOiBzdHJpbmc7XG59O1xuXG5leHBvcnQgdHlwZSBWZXJ0aWNhbExpbmVTdHlsZSA9IHtcbiAgd2lkdGg6IHN0cmluZztcbiAgdG9wOiBzdHJpbmc7XG59O1xuXG5leHBvcnQgZW51bSBWZXJ0aWNhbFN0ZXBTdGF0dXMge1xuICBDb21wbGV0ZWQgPSAnY29tcGxldGVkJyxcbiAgQ3VycmVudCA9ICdjdXJyZW50JyxcbiAgRnV0dXJlID0gJ2Z1dHVyZScsXG4gIFNraXBwZWQgPSAnc2tpcHBlZCcsXG4gIFJlamVjdGVkID0gJ3JlamVjdGVkJyxcbiAgQWxlcnQgPSAnYWxlcnQnLFxuICBEaXNhYmxlZCA9ICdkaXNhYmxlZCcsXG4gIERpc2FibGVkUmVqZWN0ZWQgPSAnZGlzYWJsZWQtcmVqZWN0ZWQnLFxufVxuIl19
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import { ViewChildren } from '@angular/core';
|
|
2
|
-
import { Component, ElementRef, Input, QueryList, Renderer2 } from '@angular/core';
|
|
3
|
-
import { VerticalStepStatus } from './vertical-step.type';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
|
-
import * as i2 from "@angular/material/tooltip";
|
|
7
|
-
import * as i3 from "@ascentgl/ads-icons";
|
|
8
|
-
export class AdsVerticalStepperComponent {
|
|
9
|
-
constructor(element, renderer, window) {
|
|
10
|
-
this.element = element;
|
|
11
|
-
this.renderer = renderer;
|
|
12
|
-
this.window = window;
|
|
13
|
-
/**
|
|
14
|
-
* The steps to display
|
|
15
|
-
*/
|
|
16
|
-
this.verticalsteps = [];
|
|
17
|
-
/**
|
|
18
|
-
* The size of the icons
|
|
19
|
-
*/
|
|
20
|
-
this.iconSize = 'sm';
|
|
21
|
-
/**
|
|
22
|
-
* Whether the viewport is mobile
|
|
23
|
-
*/
|
|
24
|
-
this.isMobile = false;
|
|
25
|
-
/**
|
|
26
|
-
* Enable tooltip
|
|
27
|
-
*/
|
|
28
|
-
this.enableTooltip = false;
|
|
29
|
-
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
|
|
30
|
-
this.isLinear = false;
|
|
31
|
-
/** @ignore */
|
|
32
|
-
this.stepStatus = VerticalStepStatus;
|
|
33
|
-
/** @ignore */
|
|
34
|
-
this.iconMap = {
|
|
35
|
-
sm: { size: 24, padding: 16 },
|
|
36
|
-
md: { size: 32, padding: 24 },
|
|
37
|
-
lg: { size: 48, padding: 32 },
|
|
38
|
-
};
|
|
39
|
-
/** @ignore */
|
|
40
|
-
this.shouldScroll = false;
|
|
41
|
-
}
|
|
42
|
-
/** @ignore */
|
|
43
|
-
ngOnChanges(changes) {
|
|
44
|
-
if (changes.iconSize && !changes.iconSize.firstChange) {
|
|
45
|
-
this.setCircleSize();
|
|
46
|
-
}
|
|
47
|
-
if (changes.isMobile && !changes.isMobile.firstChange) {
|
|
48
|
-
this.resetStepperScrollState();
|
|
49
|
-
this.setStepperScrollState();
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
/** @ignore */
|
|
53
|
-
ngOnInit() {
|
|
54
|
-
this.focusedStepIndex = this.verticalsteps.findIndex((step) => step.status === this.stepStatus.Current);
|
|
55
|
-
this.setCircleSize();
|
|
56
|
-
}
|
|
57
|
-
/** @ignore */
|
|
58
|
-
centerFocusedStep() {
|
|
59
|
-
const halfOfViewport = this.window.innerWidth / 2;
|
|
60
|
-
const middleOfFocusedStep = this.focusedStepIndex * this.stepWidth + this.stepWidth / 2;
|
|
61
|
-
this.renderer.setStyle(this.element.nativeElement, 'margin-left', `${halfOfViewport - middleOfFocusedStep}px`);
|
|
62
|
-
}
|
|
63
|
-
/** @ignore */
|
|
64
|
-
resetStepperScrollState() {
|
|
65
|
-
this.shouldScroll = false;
|
|
66
|
-
this.renderer.setStyle(this.element.nativeElement, 'margin-left', '0');
|
|
67
|
-
}
|
|
68
|
-
/** @ignore */
|
|
69
|
-
setCircleSize() {
|
|
70
|
-
const { size, padding } = this.iconMap[this.iconSize];
|
|
71
|
-
const circleSize = size + padding;
|
|
72
|
-
this.style = {
|
|
73
|
-
circle: {
|
|
74
|
-
width: `${circleSize}px`,
|
|
75
|
-
height: `${circleSize}px`,
|
|
76
|
-
'border-radius': `${circleSize / 2}px`,
|
|
77
|
-
},
|
|
78
|
-
lineBefore: {
|
|
79
|
-
width: `calc(50% - ${circleSize / 2 - 4}px)`,
|
|
80
|
-
top: `${circleSize / 2}px`,
|
|
81
|
-
},
|
|
82
|
-
lineAfter: {
|
|
83
|
-
width: `calc(50% - ${circleSize / 2 - 6}px)`,
|
|
84
|
-
top: `${circleSize / 2}px`,
|
|
85
|
-
},
|
|
86
|
-
skipped: {
|
|
87
|
-
width: `${circleSize - 4}px`,
|
|
88
|
-
height: `${circleSize - 4}px`,
|
|
89
|
-
'border-radius': `${circleSize / 2}px`,
|
|
90
|
-
},
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
/** @ignore */
|
|
94
|
-
setStepperScrollState() {
|
|
95
|
-
this.stepWidth = this.stepElements.first.nativeElement.getBoundingClientRect().width;
|
|
96
|
-
if (Math.floor(this.verticalsteps.length * this.stepWidth) > this.window.innerWidth) {
|
|
97
|
-
this.stepElements.forEach((step) => this.renderer.setStyle(step.nativeElement, 'flex', '0 0 0'));
|
|
98
|
-
this.shouldScroll = true;
|
|
99
|
-
this.centerFocusedStep();
|
|
100
|
-
}
|
|
101
|
-
else {
|
|
102
|
-
this.stepElements.forEach((step) => this.renderer.setStyle(step.nativeElement, 'flex', '1'));
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsVerticalStepperComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: Window }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
106
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsVerticalStepperComponent, selector: "ads-vertical-stepper", inputs: { id: "id", verticalsteps: "verticalsteps", iconSize: "iconSize", isMobile: "isMobile", enableTooltip: "enableTooltip" }, viewQueries: [{ propertyName: "stepElements", predicate: ["stepElements"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"vertical-stepper\" aria-orientation=\"vertical\" [class.mobile]=\"isMobile\" [id]=\"id\">\n <ng-container *ngFor=\"let step of verticalsteps; let first = first; let last = last; let index = index\">\n <div\n #stepElements\n class=\"step\"\n [class.focused]=\"index === focusedStepIndex\"\n [ngClass]=\"{ clickable: step.onClick && step.isClickable !== false }\"\n >\n <div *ngIf=\"!first\" class=\"line before\" [ngClass]=\"step.status\" [ngStyle]=\"style.lineBefore\"></div>\n <div class=\"step-icon-wrapper\" (click)=\"step.onClick && step.isClickable !== false ? step.onClick!(step) : null\">\n <div\n class=\"step-icon\"\n [ngClass]=\"step.status\"\n [ngStyle]=\"step.status === stepStatus.Skipped ? style.skipped : style.circle\"\n [matTooltip]=\"step.title\"\n [matTooltipDisabled]=\"!enableTooltip\"\n >\n <ads-icon [name]=\"step.icon\" [size]=\"iconSize\" color=\"white\"></ads-icon>\n </div>\n </div>\n <span class=\"title\" (click)=\"step.onClick && step.isClickable !== false ? step.onClick!(step) : null\">{{\n step.title\n }}</span>\n </div>\n </ng-container>\n</div>\n", styles: [":host{display:block;flex:1;transition:margin .5s}.vertical-stepper{display:flex;flex-flow:column wrap}.step{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center}.step.clickable .step-icon-wrapper,.step.clickable .title{cursor:pointer}.vertical-stepper.mobile .step{min-width:100px}.step-icon{z-index:1;display:flex;align-items:center;justify-content:center}.title{margin-top:4px;font-weight:500;line-height:18.75px;text-align:center;cursor:default}.subtitle{color:var(--color-medium);font-size:12px;line-height:14.06px}.vertical-stepper.mobile .step.focused .step-icon{transform:scale(1.25);transition:transform .5s}.vertical-stepper.mobile .step.focused .title{margin-top:8px}.step-icon-wrapper{display:flex;width:100%;align-items:flex-start;justify-content:center}.step-icon.completed{background-color:#bab8ff}.step-icon.current{background-color:var(--color-secondary);width:80px!important;height:80px!important;border-radius:80px!important}.step-icon.future{background-color:var(--color-medium-50)}.step-icon.disabled,.step-icon.disabled-rejected{background-color:var(--color-light)}.step-icon.alert{background-color:var(--color-alert)}.step-icon.rejected{background-color:var(--color-error-hover)}.step-icon.skipped{width:36px;height:36px;background-color:#bab8ff}.vertical-stepper.mobile .step:not(.focused) .title,.vertical-stepper.mobile .step:not(.focused) .subtitle{display:none}::ng-deep .step-icon .ads-icon{display:flex!important;align-items:center;justify-content:center}::ng-deep .step-icon.skipped .ads-icon{color:var(--color-primary)!important}::ng-deep .step-icon.current .ads-icon{font-size:large!important}.line{border-left:2px solid var(--color-medium-50);height:50px;margin-left:calc(50% - 16px)}.line.before{left:0}.line.after{right:0}.line.completed{border-left-color:var(--color-success)}.line.skipped{border-left-color:var(--color-primary)}.line.current,.line.rejected{border-left-style:dashed;border-left-color:#bab8ff}.line.current.before,.line.rejected.before{left:-10px;width:calc(50% - 22px)}.line.future{border-left-color:var(--color-medium-50)}.line.disabled,.line.disabled-rejected{border-left-color:var(--color-light)}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "component", type: i3.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
|
|
107
|
-
}
|
|
108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsVerticalStepperComponent, decorators: [{
|
|
109
|
-
type: Component,
|
|
110
|
-
args: [{ selector: 'ads-vertical-stepper', template: "<div class=\"vertical-stepper\" aria-orientation=\"vertical\" [class.mobile]=\"isMobile\" [id]=\"id\">\n <ng-container *ngFor=\"let step of verticalsteps; let first = first; let last = last; let index = index\">\n <div\n #stepElements\n class=\"step\"\n [class.focused]=\"index === focusedStepIndex\"\n [ngClass]=\"{ clickable: step.onClick && step.isClickable !== false }\"\n >\n <div *ngIf=\"!first\" class=\"line before\" [ngClass]=\"step.status\" [ngStyle]=\"style.lineBefore\"></div>\n <div class=\"step-icon-wrapper\" (click)=\"step.onClick && step.isClickable !== false ? step.onClick!(step) : null\">\n <div\n class=\"step-icon\"\n [ngClass]=\"step.status\"\n [ngStyle]=\"step.status === stepStatus.Skipped ? style.skipped : style.circle\"\n [matTooltip]=\"step.title\"\n [matTooltipDisabled]=\"!enableTooltip\"\n >\n <ads-icon [name]=\"step.icon\" [size]=\"iconSize\" color=\"white\"></ads-icon>\n </div>\n </div>\n <span class=\"title\" (click)=\"step.onClick && step.isClickable !== false ? step.onClick!(step) : null\">{{\n step.title\n }}</span>\n </div>\n </ng-container>\n</div>\n", styles: [":host{display:block;flex:1;transition:margin .5s}.vertical-stepper{display:flex;flex-flow:column wrap}.step{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center}.step.clickable .step-icon-wrapper,.step.clickable .title{cursor:pointer}.vertical-stepper.mobile .step{min-width:100px}.step-icon{z-index:1;display:flex;align-items:center;justify-content:center}.title{margin-top:4px;font-weight:500;line-height:18.75px;text-align:center;cursor:default}.subtitle{color:var(--color-medium);font-size:12px;line-height:14.06px}.vertical-stepper.mobile .step.focused .step-icon{transform:scale(1.25);transition:transform .5s}.vertical-stepper.mobile .step.focused .title{margin-top:8px}.step-icon-wrapper{display:flex;width:100%;align-items:flex-start;justify-content:center}.step-icon.completed{background-color:#bab8ff}.step-icon.current{background-color:var(--color-secondary);width:80px!important;height:80px!important;border-radius:80px!important}.step-icon.future{background-color:var(--color-medium-50)}.step-icon.disabled,.step-icon.disabled-rejected{background-color:var(--color-light)}.step-icon.alert{background-color:var(--color-alert)}.step-icon.rejected{background-color:var(--color-error-hover)}.step-icon.skipped{width:36px;height:36px;background-color:#bab8ff}.vertical-stepper.mobile .step:not(.focused) .title,.vertical-stepper.mobile .step:not(.focused) .subtitle{display:none}::ng-deep .step-icon .ads-icon{display:flex!important;align-items:center;justify-content:center}::ng-deep .step-icon.skipped .ads-icon{color:var(--color-primary)!important}::ng-deep .step-icon.current .ads-icon{font-size:large!important}.line{border-left:2px solid var(--color-medium-50);height:50px;margin-left:calc(50% - 16px)}.line.before{left:0}.line.after{right:0}.line.completed{border-left-color:var(--color-success)}.line.skipped{border-left-color:var(--color-primary)}.line.current,.line.rejected{border-left-style:dashed;border-left-color:#bab8ff}.line.current.before,.line.rejected.before{left:-10px;width:calc(50% - 22px)}.line.future{border-left-color:var(--color-medium-50)}.line.disabled,.line.disabled-rejected{border-left-color:var(--color-light)}\n"] }]
|
|
111
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: Window }], propDecorators: { id: [{
|
|
112
|
-
type: Input
|
|
113
|
-
}], verticalsteps: [{
|
|
114
|
-
type: Input
|
|
115
|
-
}], iconSize: [{
|
|
116
|
-
type: Input
|
|
117
|
-
}], isMobile: [{
|
|
118
|
-
type: Input
|
|
119
|
-
}], enableTooltip: [{
|
|
120
|
-
type: Input
|
|
121
|
-
}], stepElements: [{
|
|
122
|
-
type: ViewChildren,
|
|
123
|
-
args: ['stepElements']
|
|
124
|
-
}] } });
|
|
125
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVydGljYWwtc3RlcHBlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvdmVydGljYWwtc3RlcHBlci92ZXJ0aWNhbC1zdGVwcGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy92ZXJ0aWNhbC1zdGVwcGVyL3ZlcnRpY2FsLXN0ZXBwZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3QyxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQXFCLFNBQVMsRUFBRSxTQUFTLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3JILE9BQU8sRUFBZ0Isa0JBQWtCLEVBQWlCLE1BQU0sc0JBQXNCLENBQUM7Ozs7O0FBT3ZGLE1BQU0sT0FBTywyQkFBMkI7SUFDdEMsWUFDVSxPQUFtQixFQUNuQixRQUFtQixFQUNuQixNQUFjO1FBRmQsWUFBTyxHQUFQLE9BQU8sQ0FBWTtRQUNuQixhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQ25CLFdBQU0sR0FBTixNQUFNLENBQVE7UUFReEI7O1dBRUc7UUFDYSxrQkFBYSxHQUFtQixFQUFFLENBQUM7UUFFbkQ7O1dBRUc7UUFDYSxhQUFRLEdBQXVCLElBQUksQ0FBQztRQUVwRDs7V0FFRztRQUNNLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFFMUI7O1dBRUc7UUFDTSxrQkFBYSxHQUFHLEtBQUssQ0FBQztRQUUvQixrRUFBa0U7UUFDbEUsYUFBUSxHQUFZLEtBQUssQ0FBQztRQVExQixjQUFjO1FBQ2QsZUFBVSxHQUFHLGtCQUFrQixDQUFDO1FBS2hDLGNBQWM7UUFDTixZQUFPLEdBQUc7WUFDaEIsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLEVBQUUsRUFBRSxPQUFPLEVBQUUsRUFBRSxFQUFFO1lBQzdCLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxFQUFFLEVBQUUsT0FBTyxFQUFFLEVBQUUsRUFBRTtZQUM3QixFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsRUFBRSxFQUFFLE9BQU8sRUFBRSxFQUFFLEVBQUU7U0FDOUIsQ0FBQztRQUVGLGNBQWM7UUFDTixpQkFBWSxHQUFHLEtBQUssQ0FBQztJQWxEMUIsQ0FBQztJQXVESixjQUFjO0lBQ2QsV0FBVyxDQUFDLE9BQXNCO1FBQ2hDLElBQUksT0FBTyxDQUFDLFFBQVEsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsV0FBVyxFQUFFLENBQUM7WUFDdEQsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQ3ZCLENBQUM7UUFFRCxJQUFJLE9BQU8sQ0FBQyxRQUFRLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQ3RELElBQUksQ0FBQyx1QkFBdUIsRUFBRSxDQUFDO1lBQy9CLElBQUksQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO1FBQy9CLENBQUM7SUFDSCxDQUFDO0lBRUQsY0FBYztJQUNkLFFBQVE7UUFDTixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQ2xELENBQUMsSUFBa0IsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLE1BQU0sS0FBSyxJQUFJLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FDaEUsQ0FBQztRQUNGLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBRUQsY0FBYztJQUNOLGlCQUFpQjtRQUN2QixNQUFNLGNBQWMsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsR0FBRyxDQUFDLENBQUM7UUFDbEQsTUFBTSxtQkFBbUIsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsQ0FBQztRQUN4RixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsRUFBRSxhQUFhLEVBQUUsR0FBRyxjQUFjLEdBQUcsbUJBQW1CLElBQUksQ0FBQyxDQUFDO0lBQ2pILENBQUM7SUFFRCxjQUFjO0lBQ04sdUJBQXVCO1FBQzdCLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO1FBQzFCLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxHQUFHLENBQUMsQ0FBQztJQUN6RSxDQUFDO0lBRUQsY0FBYztJQUNOLGFBQWE7UUFDbkIsTUFBTSxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUUsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUN0RCxNQUFNLFVBQVUsR0FBRyxJQUFJLEdBQUcsT0FBTyxDQUFDO1FBRWxDLElBQUksQ0FBQyxLQUFLLEdBQUc7WUFDWCxNQUFNLEVBQUU7Z0JBQ04sS0FBSyxFQUFFLEdBQUcsVUFBVSxJQUFJO2dCQUN4QixNQUFNLEVBQUUsR0FBRyxVQUFVLElBQUk7Z0JBQ3pCLGVBQWUsRUFBRSxHQUFHLFVBQVUsR0FBRyxDQUFDLElBQUk7YUFDdkM7WUFDRCxVQUFVLEVBQUU7Z0JBQ1YsS0FBSyxFQUFFLGNBQWMsVUFBVSxHQUFHLENBQUMsR0FBRyxDQUFDLEtBQUs7Z0JBQzVDLEdBQUcsRUFBRSxHQUFHLFVBQVUsR0FBRyxDQUFDLElBQUk7YUFDM0I7WUFDRCxTQUFTLEVBQUU7Z0JBQ1QsS0FBSyxFQUFFLGNBQWMsVUFBVSxHQUFHLENBQUMsR0FBRyxDQUFDLEtBQUs7Z0JBQzVDLEdBQUcsRUFBRSxHQUFHLFVBQVUsR0FBRyxDQUFDLElBQUk7YUFDM0I7WUFDRCxPQUFPLEVBQUU7Z0JBQ1AsS0FBSyxFQUFFLEdBQUcsVUFBVSxHQUFHLENBQUMsSUFBSTtnQkFDNUIsTUFBTSxFQUFFLEdBQUcsVUFBVSxHQUFHLENBQUMsSUFBSTtnQkFDN0IsZUFBZSxFQUFFLEdBQUcsVUFBVSxHQUFHLENBQUMsSUFBSTthQUN2QztTQUNGLENBQUM7SUFDSixDQUFDO0lBRUQsY0FBYztJQUNOLHFCQUFxQjtRQUMzQixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDLEtBQUssQ0FBQztRQUVyRixJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsVUFBVSxFQUFFLENBQUM7WUFDcEYsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsTUFBTSxFQUFFLE9BQU8sQ0FBQyxDQUFDLENBQUM7WUFDakcsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7WUFDekIsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7UUFDM0IsQ0FBQzthQUFNLENBQUM7WUFDTixJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxNQUFNLEVBQUUsR0FBRyxDQUFDLENBQUMsQ0FBQztRQUMvRixDQUFDO0lBQ0gsQ0FBQzs4R0FuSVUsMkJBQTJCO2tHQUEzQiwyQkFBMkIsb1RDVHhDLG10Q0EwQkE7OzJGRGpCYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0Usc0JBQXNCO3lIQWN2QixFQUFFO3NCQUFWLEtBQUs7Z0JBS1UsYUFBYTtzQkFBNUIsS0FBSztnQkFLVSxRQUFRO3NCQUF2QixLQUFLO2dCQUtHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBS0csYUFBYTtzQkFBckIsS0FBSztnQkFNd0IsWUFBWTtzQkFBekMsWUFBWTt1QkFBQyxjQUFjIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVmlld0NoaWxkcmVuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIElucHV0LCBPbkNoYW5nZXMsIE9uSW5pdCwgUXVlcnlMaXN0LCBSZW5kZXJlcjIsIFNpbXBsZUNoYW5nZXMgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFZlcnRpY2FsU3RlcCwgVmVydGljYWxTdGVwU3RhdHVzLCBWZXJ0aWNhbFN0eWxlIH0gZnJvbSAnLi92ZXJ0aWNhbC1zdGVwLnR5cGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtdmVydGljYWwtc3RlcHBlcicsXG4gIHN0eWxlVXJsczogWycuL3ZlcnRpY2FsLXN0ZXBwZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgdGVtcGxhdGVVcmw6ICcuL3ZlcnRpY2FsLXN0ZXBwZXIuY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNWZXJ0aWNhbFN0ZXBwZXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uQ2hhbmdlcyB7XG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgZWxlbWVudDogRWxlbWVudFJlZixcbiAgICBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIsXG4gICAgcHJpdmF0ZSB3aW5kb3c6IFdpbmRvdyxcbiAgKSB7fVxuXG4gIC8qKlxuICAgKiBUaGUgdW5pcXVlIElEIGZvciB0aGUgdmVydGljYWwgc3RlcHBlclxuICAgKi9cbiAgQElucHV0KCkgaWQhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFRoZSBzdGVwcyB0byBkaXNwbGF5XG4gICAqL1xuICBASW5wdXQoKSBwdWJsaWMgdmVydGljYWxzdGVwczogVmVydGljYWxTdGVwW10gPSBbXTtcblxuICAvKipcbiAgICogVGhlIHNpemUgb2YgdGhlIGljb25zXG4gICAqL1xuICBASW5wdXQoKSBwdWJsaWMgaWNvblNpemU6ICdzbScgfCAnbWQnIHwgJ2xnJyA9ICdzbSc7XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIHZpZXdwb3J0IGlzIG1vYmlsZVxuICAgKi9cbiAgQElucHV0KCkgaXNNb2JpbGUgPSBmYWxzZTtcblxuICAvKipcbiAgICogRW5hYmxlIHRvb2x0aXBcbiAgICovXG4gIEBJbnB1dCgpIGVuYWJsZVRvb2x0aXAgPSBmYWxzZTtcblxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLWluZmVycmFibGUtdHlwZXNcbiAgaXNMaW5lYXI6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBAVmlld0NoaWxkcmVuKCdzdGVwRWxlbWVudHMnKSBzdGVwRWxlbWVudHMhOiBRdWVyeUxpc3Q8RWxlbWVudFJlZj47XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgZm9jdXNlZFN0ZXBJbmRleCE6IG51bWJlcjtcblxuICAvKiogQGlnbm9yZSAqL1xuICBzdGVwU3RhdHVzID0gVmVydGljYWxTdGVwU3RhdHVzO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHN0eWxlITogVmVydGljYWxTdHlsZTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIGljb25NYXAgPSB7XG4gICAgc206IHsgc2l6ZTogMjQsIHBhZGRpbmc6IDE2IH0sXG4gICAgbWQ6IHsgc2l6ZTogMzIsIHBhZGRpbmc6IDI0IH0sXG4gICAgbGc6IHsgc2l6ZTogNDgsIHBhZGRpbmc6IDMyIH0sXG4gIH07XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBzaG91bGRTY3JvbGwgPSBmYWxzZTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIHN0ZXBXaWR0aCE6IG51bWJlcjtcblxuICAvKiogQGlnbm9yZSAqL1xuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgaWYgKGNoYW5nZXMuaWNvblNpemUgJiYgIWNoYW5nZXMuaWNvblNpemUuZmlyc3RDaGFuZ2UpIHtcbiAgICAgIHRoaXMuc2V0Q2lyY2xlU2l6ZSgpO1xuICAgIH1cblxuICAgIGlmIChjaGFuZ2VzLmlzTW9iaWxlICYmICFjaGFuZ2VzLmlzTW9iaWxlLmZpcnN0Q2hhbmdlKSB7XG4gICAgICB0aGlzLnJlc2V0U3RlcHBlclNjcm9sbFN0YXRlKCk7XG4gICAgICB0aGlzLnNldFN0ZXBwZXJTY3JvbGxTdGF0ZSgpO1xuICAgIH1cbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuZm9jdXNlZFN0ZXBJbmRleCA9IHRoaXMudmVydGljYWxzdGVwcy5maW5kSW5kZXgoXG4gICAgICAoc3RlcDogVmVydGljYWxTdGVwKSA9PiBzdGVwLnN0YXR1cyA9PT0gdGhpcy5zdGVwU3RhdHVzLkN1cnJlbnQsXG4gICAgKTtcbiAgICB0aGlzLnNldENpcmNsZVNpemUoKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgY2VudGVyRm9jdXNlZFN0ZXAoKTogdm9pZCB7XG4gICAgY29uc3QgaGFsZk9mVmlld3BvcnQgPSB0aGlzLndpbmRvdy5pbm5lcldpZHRoIC8gMjtcbiAgICBjb25zdCBtaWRkbGVPZkZvY3VzZWRTdGVwID0gdGhpcy5mb2N1c2VkU3RlcEluZGV4ICogdGhpcy5zdGVwV2lkdGggKyB0aGlzLnN0ZXBXaWR0aCAvIDI7XG4gICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmVsZW1lbnQubmF0aXZlRWxlbWVudCwgJ21hcmdpbi1sZWZ0JywgYCR7aGFsZk9mVmlld3BvcnQgLSBtaWRkbGVPZkZvY3VzZWRTdGVwfXB4YCk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIHJlc2V0U3RlcHBlclNjcm9sbFN0YXRlKCk6IHZvaWQge1xuICAgIHRoaXMuc2hvdWxkU2Nyb2xsID0gZmFsc2U7XG4gICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmVsZW1lbnQubmF0aXZlRWxlbWVudCwgJ21hcmdpbi1sZWZ0JywgJzAnKTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgc2V0Q2lyY2xlU2l6ZSgpOiB2b2lkIHtcbiAgICBjb25zdCB7IHNpemUsIHBhZGRpbmcgfSA9IHRoaXMuaWNvbk1hcFt0aGlzLmljb25TaXplXTtcbiAgICBjb25zdCBjaXJjbGVTaXplID0gc2l6ZSArIHBhZGRpbmc7XG5cbiAgICB0aGlzLnN0eWxlID0ge1xuICAgICAgY2lyY2xlOiB7XG4gICAgICAgIHdpZHRoOiBgJHtjaXJjbGVTaXplfXB4YCxcbiAgICAgICAgaGVpZ2h0OiBgJHtjaXJjbGVTaXplfXB4YCxcbiAgICAgICAgJ2JvcmRlci1yYWRpdXMnOiBgJHtjaXJjbGVTaXplIC8gMn1weGAsXG4gICAgICB9LFxuICAgICAgbGluZUJlZm9yZToge1xuICAgICAgICB3aWR0aDogYGNhbGMoNTAlIC0gJHtjaXJjbGVTaXplIC8gMiAtIDR9cHgpYCxcbiAgICAgICAgdG9wOiBgJHtjaXJjbGVTaXplIC8gMn1weGAsXG4gICAgICB9LFxuICAgICAgbGluZUFmdGVyOiB7XG4gICAgICAgIHdpZHRoOiBgY2FsYyg1MCUgLSAke2NpcmNsZVNpemUgLyAyIC0gNn1weClgLFxuICAgICAgICB0b3A6IGAke2NpcmNsZVNpemUgLyAyfXB4YCxcbiAgICAgIH0sXG4gICAgICBza2lwcGVkOiB7XG4gICAgICAgIHdpZHRoOiBgJHtjaXJjbGVTaXplIC0gNH1weGAsXG4gICAgICAgIGhlaWdodDogYCR7Y2lyY2xlU2l6ZSAtIDR9cHhgLFxuICAgICAgICAnYm9yZGVyLXJhZGl1cyc6IGAke2NpcmNsZVNpemUgLyAyfXB4YCxcbiAgICAgIH0sXG4gICAgfTtcbiAgfVxuXG4gIC8qKiBAaWdub3JlICovXG4gIHByaXZhdGUgc2V0U3RlcHBlclNjcm9sbFN0YXRlKCk6IHZvaWQge1xuICAgIHRoaXMuc3RlcFdpZHRoID0gdGhpcy5zdGVwRWxlbWVudHMuZmlyc3QubmF0aXZlRWxlbWVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKS53aWR0aDtcblxuICAgIGlmIChNYXRoLmZsb29yKHRoaXMudmVydGljYWxzdGVwcy5sZW5ndGggKiB0aGlzLnN0ZXBXaWR0aCkgPiB0aGlzLndpbmRvdy5pbm5lcldpZHRoKSB7XG4gICAgICB0aGlzLnN0ZXBFbGVtZW50cy5mb3JFYWNoKChzdGVwKSA9PiB0aGlzLnJlbmRlcmVyLnNldFN0eWxlKHN0ZXAubmF0aXZlRWxlbWVudCwgJ2ZsZXgnLCAnMCAwIDAnKSk7XG4gICAgICB0aGlzLnNob3VsZFNjcm9sbCA9IHRydWU7XG4gICAgICB0aGlzLmNlbnRlckZvY3VzZWRTdGVwKCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuc3RlcEVsZW1lbnRzLmZvckVhY2goKHN0ZXApID0+IHRoaXMucmVuZGVyZXIuc2V0U3R5bGUoc3RlcC5uYXRpdmVFbGVtZW50LCAnZmxleCcsICcxJykpO1xuICAgIH1cbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInZlcnRpY2FsLXN0ZXBwZXJcIiBhcmlhLW9yaWVudGF0aW9uPVwidmVydGljYWxcIiBbY2xhc3MubW9iaWxlXT1cImlzTW9iaWxlXCIgW2lkXT1cImlkXCI+XG4gIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHN0ZXAgb2YgdmVydGljYWxzdGVwczsgbGV0IGZpcnN0ID0gZmlyc3Q7IGxldCBsYXN0ID0gbGFzdDsgbGV0IGluZGV4ID0gaW5kZXhcIj5cbiAgICA8ZGl2XG4gICAgICAjc3RlcEVsZW1lbnRzXG4gICAgICBjbGFzcz1cInN0ZXBcIlxuICAgICAgW2NsYXNzLmZvY3VzZWRdPVwiaW5kZXggPT09IGZvY3VzZWRTdGVwSW5kZXhcIlxuICAgICAgW25nQ2xhc3NdPVwieyBjbGlja2FibGU6IHN0ZXAub25DbGljayAmJiBzdGVwLmlzQ2xpY2thYmxlICE9PSBmYWxzZSB9XCJcbiAgICA+XG4gICAgICA8ZGl2ICpuZ0lmPVwiIWZpcnN0XCIgY2xhc3M9XCJsaW5lIGJlZm9yZVwiIFtuZ0NsYXNzXT1cInN0ZXAuc3RhdHVzXCIgW25nU3R5bGVdPVwic3R5bGUubGluZUJlZm9yZVwiPjwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInN0ZXAtaWNvbi13cmFwcGVyXCIgKGNsaWNrKT1cInN0ZXAub25DbGljayAmJiBzdGVwLmlzQ2xpY2thYmxlICE9PSBmYWxzZSA/IHN0ZXAub25DbGljayEoc3RlcCkgOiBudWxsXCI+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICBjbGFzcz1cInN0ZXAtaWNvblwiXG4gICAgICAgICAgW25nQ2xhc3NdPVwic3RlcC5zdGF0dXNcIlxuICAgICAgICAgIFtuZ1N0eWxlXT1cInN0ZXAuc3RhdHVzID09PSBzdGVwU3RhdHVzLlNraXBwZWQgPyBzdHlsZS5za2lwcGVkIDogc3R5bGUuY2lyY2xlXCJcbiAgICAgICAgICBbbWF0VG9vbHRpcF09XCJzdGVwLnRpdGxlXCJcbiAgICAgICAgICBbbWF0VG9vbHRpcERpc2FibGVkXT1cIiFlbmFibGVUb29sdGlwXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxhZHMtaWNvbiBbbmFtZV09XCJzdGVwLmljb25cIiBbc2l6ZV09XCJpY29uU2l6ZVwiIGNvbG9yPVwid2hpdGVcIj48L2Fkcy1pY29uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPHNwYW4gY2xhc3M9XCJ0aXRsZVwiIChjbGljayk9XCJzdGVwLm9uQ2xpY2sgJiYgc3RlcC5pc0NsaWNrYWJsZSAhPT0gZmFsc2UgPyBzdGVwLm9uQ2xpY2shKHN0ZXApIDogbnVsbFwiPnt7XG4gICAgICAgIHN0ZXAudGl0bGVcbiAgICAgIH19PC9zcGFuPlxuICAgIDwvZGl2PlxuICA8L25nLWNvbnRhaW5lcj5cbjwvZGl2PlxuIl19
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
4
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
5
|
-
import { AdsVerticalStepperComponent } from './vertical-stepper.component';
|
|
6
|
-
import { AdsGestureDirection, AdsGestureModule, ADS_GESTURE_DEFAULT_OPTIONS } from '@ascentgl/ads-utils';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class AdsVerticalStepperModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsVerticalStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsVerticalStepperModule, declarations: [AdsVerticalStepperComponent], imports: [CommonModule, MatTooltipModule, AdsIconModule, AdsGestureModule], exports: [AdsVerticalStepperComponent] }); }
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsVerticalStepperModule, providers: [
|
|
12
|
-
{ provide: Window, useValue: window },
|
|
13
|
-
{ provide: ADS_GESTURE_DEFAULT_OPTIONS, useValue: { direction: AdsGestureDirection.DIRECTION_HORIZONTAL } },
|
|
14
|
-
], imports: [CommonModule, MatTooltipModule, AdsIconModule, AdsGestureModule] }); }
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsVerticalStepperModule, decorators: [{
|
|
17
|
-
type: NgModule,
|
|
18
|
-
args: [{
|
|
19
|
-
imports: [CommonModule, MatTooltipModule, AdsIconModule, AdsGestureModule],
|
|
20
|
-
exports: [AdsVerticalStepperComponent],
|
|
21
|
-
declarations: [AdsVerticalStepperComponent],
|
|
22
|
-
providers: [
|
|
23
|
-
{ provide: Window, useValue: window },
|
|
24
|
-
{ provide: ADS_GESTURE_DEFAULT_OPTIONS, useValue: { direction: AdsGestureDirection.DIRECTION_HORIZONTAL } },
|
|
25
|
-
],
|
|
26
|
-
}]
|
|
27
|
-
}] });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVydGljYWwtc3RlcHBlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvdmVydGljYWwtc3RlcHBlci92ZXJ0aWNhbC1zdGVwcGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDcEQsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDM0UsT0FBTyxFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLDJCQUEyQixFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBV3pHLE1BQU0sT0FBTyx3QkFBd0I7OEdBQXhCLHdCQUF3QjsrR0FBeEIsd0JBQXdCLGlCQU5wQiwyQkFBMkIsYUFGaEMsWUFBWSxFQUFFLGdCQUFnQixFQUFFLGFBQWEsRUFBRSxnQkFBZ0IsYUFDL0QsMkJBQTJCOytHQU8xQix3QkFBd0IsYUFMeEI7WUFDVCxFQUFFLE9BQU8sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRTtZQUNyQyxFQUFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxRQUFRLEVBQUUsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLENBQUMsb0JBQW9CLEVBQUUsRUFBRTtTQUM1RyxZQU5TLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsZ0JBQWdCOzsyRkFROUQsd0JBQXdCO2tCQVRwQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxhQUFhLEVBQUUsZ0JBQWdCLENBQUM7b0JBQzFFLE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUN0QyxZQUFZLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztvQkFDM0MsU0FBUyxFQUFFO3dCQUNULEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFO3dCQUNyQyxFQUFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxRQUFRLEVBQUUsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLENBQUMsb0JBQW9CLEVBQUUsRUFBRTtxQkFDNUc7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdFRvb2x0aXBNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IEFkc1ZlcnRpY2FsU3RlcHBlckNvbXBvbmVudCB9IGZyb20gJy4vdmVydGljYWwtc3RlcHBlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWRzR2VzdHVyZURpcmVjdGlvbiwgQWRzR2VzdHVyZU1vZHVsZSwgQURTX0dFU1RVUkVfREVGQVVMVF9PUFRJT05TIH0gZnJvbSAnQGFzY2VudGdsL2Fkcy11dGlscyc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE1hdFRvb2x0aXBNb2R1bGUsIEFkc0ljb25Nb2R1bGUsIEFkc0dlc3R1cmVNb2R1bGVdLFxuICBleHBvcnRzOiBbQWRzVmVydGljYWxTdGVwcGVyQ29tcG9uZW50XSxcbiAgZGVjbGFyYXRpb25zOiBbQWRzVmVydGljYWxTdGVwcGVyQ29tcG9uZW50XSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgeyBwcm92aWRlOiBXaW5kb3csIHVzZVZhbHVlOiB3aW5kb3cgfSxcbiAgICB7IHByb3ZpZGU6IEFEU19HRVNUVVJFX0RFRkFVTFRfT1BUSU9OUywgdXNlVmFsdWU6IHsgZGlyZWN0aW9uOiBBZHNHZXN0dXJlRGlyZWN0aW9uLkRJUkVDVElPTl9IT1JJWk9OVEFMIH0gfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzVmVydGljYWxTdGVwcGVyTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy13aWRnZXRzLXdpZGdldC1hY3Rpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3dpZGdldHMvd2lkZ2V0LWFjdGlvbnMvYXNjZW50Z2wtYWRzLXVpLXNyYy1saWItY29tcG9uZW50cy13aWRnZXRzLXdpZGdldC1hY3Rpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './widget-actions.component';
|
|
2
|
-
export * from './widget-actions.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy93aWRnZXRzL3dpZGdldC1hY3Rpb25zL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi93aWRnZXQtYWN0aW9ucy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi93aWRnZXQtYWN0aW9ucy5tb2R1bGUnO1xuIl19
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class AdsWidgetActionsComponent {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsWidgetActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsWidgetActionsComponent, selector: "ads-widget-actions", ngImport: i0, template: "<div class=\"widget-actions\">\n <ng-content></ng-content>\n</div>\n", styles: [".widget-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px}\n"] }); }
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsWidgetActionsComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ selector: 'ads-widget-actions', template: "<div class=\"widget-actions\">\n <ng-content></ng-content>\n</div>\n", styles: [".widget-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px}\n"] }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LWFjdGlvbnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3dpZGdldHMvd2lkZ2V0LWFjdGlvbnMvd2lkZ2V0LWFjdGlvbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3dpZGdldHMvd2lkZ2V0LWFjdGlvbnMvd2lkZ2V0LWFjdGlvbnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPMUMsTUFBTSxPQUFPLHlCQUF5Qjs4R0FBekIseUJBQXlCO2tHQUF6Qix5QkFBeUIsMERDUHRDLHVFQUdBOzsyRkRJYSx5QkFBeUI7a0JBTHJDLFNBQVM7K0JBQ0Usb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Fkcy13aWRnZXQtYWN0aW9ucycsXG4gIHN0eWxlVXJsczogWyd3aWRnZXQtYWN0aW9ucy5jb21wb25lbnQuc2NzcyddLFxuICB0ZW1wbGF0ZVVybDogJ3dpZGdldC1hY3Rpb25zLmNvbXBvbmVudC5odG1sJyxcbn0pXG5leHBvcnQgY2xhc3MgQWRzV2lkZ2V0QWN0aW9uc0NvbXBvbmVudCB7fVxuIiwiPGRpdiBjbGFzcz1cIndpZGdldC1hY3Rpb25zXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { AdsWidgetActionsComponent } from './widget-actions.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class AdsWidgetActionsModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsWidgetActionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsWidgetActionsModule, declarations: [AdsWidgetActionsComponent], exports: [AdsWidgetActionsComponent] }); }
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsWidgetActionsModule }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsWidgetActionsModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
exports: [AdsWidgetActionsComponent],
|
|
13
|
-
declarations: [AdsWidgetActionsComponent],
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2lkZ2V0LWFjdGlvbnMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL3dpZGdldHMvd2lkZ2V0LWFjdGlvbnMvd2lkZ2V0LWFjdGlvbnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNEJBQTRCLENBQUM7O0FBTXZFLE1BQU0sT0FBTyxzQkFBc0I7OEdBQXRCLHNCQUFzQjsrR0FBdEIsc0JBQXNCLGlCQUZsQix5QkFBeUIsYUFEOUIseUJBQXlCOytHQUd4QixzQkFBc0I7OzJGQUF0QixzQkFBc0I7a0JBSmxDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMseUJBQXlCLENBQUM7b0JBQ3BDLFlBQVksRUFBRSxDQUFDLHlCQUF5QixDQUFDO2lCQUMxQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IEFkc1dpZGdldEFjdGlvbnNDb21wb25lbnQgfSBmcm9tICcuL3dpZGdldC1hY3Rpb25zLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtBZHNXaWRnZXRBY3Rpb25zQ29tcG9uZW50XSxcbiAgZGVjbGFyYXRpb25zOiBbQWRzV2lkZ2V0QWN0aW9uc0NvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEFkc1dpZGdldEFjdGlvbnNNb2R1bGUge31cbiJdfQ==
|