@ascentgl/ads-ui 0.0.168 → 20.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
- 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 +8 -8
- 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 +7 -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 +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
- 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 +11 -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 +8 -8
- 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 +8 -8
- 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 +8 -8
- 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 +8 -8
- 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 +8 -8
- 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 +684 -968
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +2948 -74
- package/package.json +5 -5
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
- package/src/assets/sass/ads-ui/main.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -15
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
- package/src/lib/components/avatar/index.d.ts +42 -5
- package/src/lib/components/buttons/button-container/index.d.ts +19 -5
- package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
- package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
- package/src/lib/components/footer/container/index.d.ts +14 -5
- package/src/lib/components/footer/index.d.ts +45 -5
- package/src/lib/components/header/container/index.d.ts +18 -5
- package/src/lib/components/header/index.d.ts +14 -5
- package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
- package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
- package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
- package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
- package/src/lib/components/shell-layout/index.d.ts +23 -5
- package/src/lib/components/splash-page/index.d.ts +24 -5
- package/src/lib/components/tags/tag-container/index.d.ts +15 -5
- package/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 -26
- package/lib/components/badge/numeric-badge.module.d.ts +0 -9
- package/lib/components/badge/public-api.d.ts +0 -2
- package/lib/components/brand-artifacts/bubble/bubble.component.d.ts +0 -26
- package/lib/components/brand-artifacts/bubble/bubble.module.d.ts +0 -9
- package/lib/components/brand-artifacts/bubble/index.d.ts +0 -1
- package/lib/components/brand-artifacts/bubble/public-api.d.ts +0 -2
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -12
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
- package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -4
- 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 -17
- 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 -20
- 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/card/card.component.d.ts +0 -20
- 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 -25
- 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 -37
- 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 -26
- 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 -12
- 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 -119
- 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 -72
- 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 -59
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -21
- 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 -52
- package/lib/components/form-fields/input/input.module.d.ts +0 -19
- package/lib/components/form-fields/input/public-api.d.ts +0 -2
- package/lib/components/form-fields/international-phone-field/canadian-area-codes.d.ts +0 -1
- package/lib/components/form-fields/international-phone-field/index.d.ts +0 -1
- package/lib/components/form-fields/international-phone-field/international-phone-field.component.d.ts +0 -53
- package/lib/components/form-fields/international-phone-field/international-phone-field.module.d.ts +0 -15
- package/lib/components/form-fields/international-phone-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/phone-field/index.d.ts +0 -1
- package/lib/components/form-fields/phone-field/phone-field.component.d.ts +0 -25
- package/lib/components/form-fields/phone-field/phone-field.module.d.ts +0 -10
- package/lib/components/form-fields/phone-field/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 -197
- 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 -21
- 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 -21
- 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 -21
- 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 -23
- 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/form-fields/time-field/index.d.ts +0 -1
- package/lib/components/form-fields/time-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/time-field/time-field.component.d.ts +0 -37
- package/lib/components/form-fields/time-field/time-field.module.d.ts +0 -14
- package/lib/components/general/color-palette/colors.enums.d.ts +0 -38
- package/lib/components/general/color-palette/index.d.ts +0 -1
- package/lib/components/general/color-palette/public-api.d.ts +0 -1
- 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 -27
- 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/peak-essentials-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-essentials-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-marketplace-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-marketplace-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-order-management-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-order-management-logo/public-api.d.ts +0 -2
- package/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
- package/lib/components/logo/primary-logo/index.d.ts +0 -1
- package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
- 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/logo/scms-logo/abstract-application-logo.component.d.ts +0 -7
- package/lib/components/logo/scms-logo/index.d.ts +0 -1
- package/lib/components/logo/scms-logo/public-api.d.ts +0 -2
- package/lib/components/logo/scms-logo/scms-logo.component.d.ts +0 -7
- package/lib/components/logo/scms-logo/scms-logo.module.d.ts +0 -9
- package/lib/components/modal/index.d.ts +0 -1
- package/lib/components/modal/modal.component.d.ts +0 -64
- package/lib/components/modal/modal.module.d.ts +0 -11
- package/lib/components/modal/public-api.d.ts +0 -2
- package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.component.d.ts +0 -21
- package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.module.d.ts +0 -9
- package/lib/components/nav-bar/horizontal-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/horizontal-nav-bar/public-api.d.ts +0 -2
- package/lib/components/nav-bar/main-menu/index.d.ts +0 -1
- package/lib/components/nav-bar/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.component.d.ts +0 -11
- package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.module.d.ts +0 -12
- package/lib/components/nav-bar/main-menu/main-menu.component.d.ts +0 -57
- package/lib/components/nav-bar/main-menu/main-menu.module.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/main-menu.service.d.ts +0 -9
- package/lib/components/nav-bar/main-menu/main-menu.types.d.ts +0 -8
- package/lib/components/nav-bar/main-menu/profile-display/profile-display.component.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/profile-display/profile-display.module.d.ts +0 -10
- package/lib/components/nav-bar/main-menu/public-api.d.ts +0 -4
- package/lib/components/nav-bar/nav-menu/index.d.ts +0 -1
- package/lib/components/nav-bar/nav-menu/nav-menu.component.d.ts +0 -23
- package/lib/components/nav-bar/nav-menu/nav-menu.module.d.ts +0 -11
- package/lib/components/nav-bar/nav-menu/nav-menu.types.d.ts +0 -11
- package/lib/components/nav-bar/nav-menu/public-api.d.ts +0 -3
- package/lib/components/nav-bar/scms-side-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/scms-side-nav-bar/public-api.d.ts +0 -3
- package/lib/components/nav-bar/scms-side-nav-bar/scms-nav-item.types.d.ts +0 -13
- package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.component.d.ts +0 -44
- package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.module.d.ts +0 -19
- package/lib/components/nav-bar/side-nav-bar/abstract-side-nav-bar.component.d.ts +0 -46
- package/lib/components/nav-bar/side-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/side-nav-bar/nav-item.types.d.ts +0 -6
- package/lib/components/nav-bar/side-nav-bar/public-api.d.ts +0 -3
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.d.ts +0 -27
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.d.ts +0 -12
- 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/shell-layout/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-header/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.component.d.ts +0 -13
- package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/components/navigation-header/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-item/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.component.d.ts +0 -48
- package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.module.d.ts +0 -11
- package/lib/components/shell-layout/navigation/components/navigation-item/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-items-container/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.component.d.ts +0 -5
- package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/components/navigation-items-container/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/navigation.component.d.ts +0 -13
- package/lib/components/shell-layout/navigation/navigation.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/public-api.d.ts +0 -2
- 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/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 -36
- package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -10
- 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/steppers/numeric-stepper/components/numeric-step.component.d.ts +0 -11
- package/lib/components/steppers/numeric-stepper/index.d.ts +0 -1
- package/lib/components/steppers/numeric-stepper/numeric-step.type.d.ts +0 -8
- package/lib/components/steppers/numeric-stepper/numeric-stepper.component.d.ts +0 -10
- package/lib/components/steppers/numeric-stepper/numeric-stepper.module.d.ts +0 -10
- package/lib/components/steppers/numeric-stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/stepper/index.d.ts +0 -1
- package/lib/components/steppers/stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/stepper/step.type.d.ts +0 -8
- package/lib/components/steppers/stepper/stepper.component.d.ts +0 -21
- package/lib/components/steppers/stepper/stepper.module.d.ts +0 -10
- package/lib/components/steppers/wizard-stepper/index.d.ts +0 -1
- package/lib/components/steppers/wizard-stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/wizard-stepper/wizard-step.type.d.ts +0 -11
- package/lib/components/steppers/wizard-stepper/wizard-stepper.component.d.ts +0 -29
- package/lib/components/steppers/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- 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 -67
- package/lib/components/table/table.module.d.ts +0 -10
- package/lib/components/tabs/index.d.ts +0 -1
- package/lib/components/tabs/public-api.d.ts +0 -2
- package/lib/components/tabs/tabs.component.d.ts +0 -14
- package/lib/components/tabs/tabs.module.d.ts +0 -9
- package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -92
- package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -15
- 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/services/viewport/viewport.service.d.ts +0 -22
- package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
- package/lib/services/window/abstract-window-resize.component.d.ts +0 -10
- package/lib/services/window/window.service.d.ts +0 -12
- package/lib/services/window/window.service.interface.d.ts +0 -7
- 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/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/public-api.d.ts +0 -2
- package/src/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
- package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
- 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/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/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/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
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export declare enum Colors {
|
|
2
|
-
White = "white",
|
|
3
|
-
Muted30 = "muted-30",
|
|
4
|
-
Muted50 = "muted-50",
|
|
5
|
-
Muted = "muted",
|
|
6
|
-
Light30 = "light-30",
|
|
7
|
-
Light80 = "light-80",
|
|
8
|
-
Light = "light",
|
|
9
|
-
LightOpacity50 = "light-opacity-50",
|
|
10
|
-
Medium30 = "medium-30",
|
|
11
|
-
Medium50 = "medium-50",
|
|
12
|
-
Medium = "medium",
|
|
13
|
-
MediumOpacity50 = "medium-opacity-50",
|
|
14
|
-
Dark10 = "dark-10",
|
|
15
|
-
Dark30 = "dark-30",
|
|
16
|
-
Dark50 = "dark-50",
|
|
17
|
-
Dark80 = "dark-80",
|
|
18
|
-
Dark90 = "dark-90",
|
|
19
|
-
Dark = "dark",
|
|
20
|
-
Black = "black",
|
|
21
|
-
Primary = "primary",
|
|
22
|
-
PrimaryHover = "primary-hover",
|
|
23
|
-
PrimaryPressed = "primary-pressed",
|
|
24
|
-
Secondary = "secondary",
|
|
25
|
-
SecondaryHover = "secondary-hover",
|
|
26
|
-
SecondaryPressed = "secondary-pressed",
|
|
27
|
-
Secondary10 = "secondary-10",
|
|
28
|
-
Link = "link",
|
|
29
|
-
LinkHover = "link-hover",
|
|
30
|
-
LinkPressed = "link-pressed",
|
|
31
|
-
Error = "error",
|
|
32
|
-
ErrorHover = "error-hover",
|
|
33
|
-
ErrorPressed = "error-pressed",
|
|
34
|
-
Success = "success",
|
|
35
|
-
SuccessHover = "success-hover",
|
|
36
|
-
SuccessPressed = "success-pressed",
|
|
37
|
-
Logo = "logo"
|
|
38
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './colors.enums';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsHeaderContainerComponent {
|
|
3
|
-
/**
|
|
4
|
-
* Whether the viewport is mobile
|
|
5
|
-
*/
|
|
6
|
-
isMobile: boolean;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderContainerComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHeaderContainerComponent, "ads-header-container", never, { "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./header-container.component";
|
|
3
|
-
export declare class AdsHeaderContainerModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderContainerModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHeaderContainerModule, [typeof i1.AdsHeaderContainerComponent], never, [typeof i1.AdsHeaderContainerComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHeaderContainerModule>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsHeaderComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHeaderComponent, "ads-header", never, {}, {}, never, ["[left]", "[logo]", "[right]"], false, never>;
|
|
5
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./header.component";
|
|
3
|
-
export declare class AdsHeaderModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHeaderModule, [typeof i1.AdsHeaderComponent], never, [typeof i1.AdsHeaderComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHeaderModule>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsOrgDisplayTextComponent {
|
|
3
|
-
/**
|
|
4
|
-
* Organization text to display
|
|
5
|
-
*/
|
|
6
|
-
text: string;
|
|
7
|
-
/**
|
|
8
|
-
* Whether the viewport is mobile
|
|
9
|
-
*/
|
|
10
|
-
isMobile: boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsOrgDisplayTextComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsOrgDisplayTextComponent, "ads-org-display-text", never, { "text": { "alias": "text"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./org-display-text.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AdsOrgDisplayTextModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsOrgDisplayTextModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsOrgDisplayTextModule, [typeof i1.AdsOrgDisplayTextComponent], [typeof i2.CommonModule], [typeof i1.AdsOrgDisplayTextComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsOrgDisplayTextModule>;
|
|
8
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsIconHoverComponent {
|
|
3
|
-
/**
|
|
4
|
-
* The aria-label for the button
|
|
5
|
-
*/
|
|
6
|
-
ariaLabel: import("@angular/core").InputSignal<string>;
|
|
7
|
-
/**
|
|
8
|
-
* Whether the icon button is disabled.
|
|
9
|
-
*/
|
|
10
|
-
disabled: import("@angular/core").InputSignal<boolean>;
|
|
11
|
-
/**
|
|
12
|
-
* The unique ID for the icon button.
|
|
13
|
-
*/
|
|
14
|
-
id: import("@angular/core").InputSignal<string>;
|
|
15
|
-
/**
|
|
16
|
-
* Event emitted when the icon button is clicked.
|
|
17
|
-
*/
|
|
18
|
-
clicked: import("@angular/core").OutputEmitterRef<void>;
|
|
19
|
-
/** @ignore */
|
|
20
|
-
onClick(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsIconHoverComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsIconHoverComponent, "ads-icon-hover", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
|
|
23
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./icon-hover.component";
|
|
3
|
-
export declare class AdsIconHoverModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsIconHoverModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsIconHoverModule, [typeof i1.AdsIconHoverComponent], never, [typeof i1.AdsIconHoverComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsIconHoverModule>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { AbstractLogoComponent } from '../primary-logo/abstract-logo-component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdsAscentLogoComponent extends AbstractLogoComponent implements AfterViewInit {
|
|
5
|
-
private ref;
|
|
6
|
-
constructor(ref: ElementRef);
|
|
7
|
-
/** @ignore */
|
|
8
|
-
isDarkMode: boolean;
|
|
9
|
-
/** @ignore */
|
|
10
|
-
isStorybook: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* Invert colors option
|
|
13
|
-
*/
|
|
14
|
-
invertTheme: boolean;
|
|
15
|
-
/** @ignore */
|
|
16
|
-
pictureEl?: HTMLElement;
|
|
17
|
-
/** @ignore */
|
|
18
|
-
ngAfterViewInit(): void;
|
|
19
|
-
/** @ignore */
|
|
20
|
-
private updateThemeFromClassList;
|
|
21
|
-
/**
|
|
22
|
-
* Logo size
|
|
23
|
-
*/
|
|
24
|
-
size: import("@angular/core").InputSignal<"small" | "large">;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAscentLogoComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsAscentLogoComponent, "ads-ascent-logo", never, { "invertTheme": { "alias": "invertTheme"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ascent-logo.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AdsAscentLogoModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAscentLogoModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsAscentLogoModule, [typeof i1.AdsAscentLogoComponent], [typeof i2.CommonModule, typeof i2.NgOptimizedImage], [typeof i1.AdsAscentLogoComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsAscentLogoModule>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AbstractApplicationLogoComponent } from '../scms-logo/abstract-application-logo.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdsPeakEssentialsLogoComponent extends AbstractApplicationLogoComponent {
|
|
4
|
-
label: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakEssentialsLogoComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPeakEssentialsLogoComponent, "ads-peak-essentials-logo", never, {}, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./peak-essentials-logo.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../primary-logo/primary-logo.module";
|
|
5
|
-
export declare class AdsPeakEssentialsLogoModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakEssentialsLogoModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPeakEssentialsLogoModule, [typeof i1.AdsPeakEssentialsLogoComponent], [typeof i2.CommonModule, typeof i3.AdsPrimaryLogoModule], [typeof i1.AdsPeakEssentialsLogoComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPeakEssentialsLogoModule>;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AbstractApplicationLogoComponent } from '../scms-logo/abstract-application-logo.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdsPeakMarketplaceLogoComponent extends AbstractApplicationLogoComponent {
|
|
4
|
-
label: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakMarketplaceLogoComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPeakMarketplaceLogoComponent, "ads-peak-marketplace-logo", never, {}, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./peak-marketplace-logo.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../primary-logo/primary-logo.module";
|
|
5
|
-
export declare class AdsPeakMarketplaceLogoModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakMarketplaceLogoModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPeakMarketplaceLogoModule, [typeof i1.AdsPeakMarketplaceLogoComponent], [typeof i2.CommonModule, typeof i3.AdsPrimaryLogoModule], [typeof i1.AdsPeakMarketplaceLogoComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPeakMarketplaceLogoModule>;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.component.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AbstractApplicationLogoComponent } from '../scms-logo/abstract-application-logo.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdsPeakOrderManagementLogoComponent extends AbstractApplicationLogoComponent {
|
|
4
|
-
label: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakOrderManagementLogoComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPeakOrderManagementLogoComponent, "ads-peak-order-management-logo", never, {}, {}, never, never, false, never>;
|
|
7
|
-
}
|
package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.module.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./peak-order-management-logo.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../primary-logo/primary-logo.module";
|
|
5
|
-
export declare class AdsPeakOrderManagementLogoModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakOrderManagementLogoModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPeakOrderManagementLogoModule, [typeof i1.AdsPeakOrderManagementLogoComponent], [typeof i2.CommonModule, typeof i3.AdsPrimaryLogoModule], [typeof i1.AdsPeakOrderManagementLogoComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPeakOrderManagementLogoModule>;
|
|
9
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare abstract class AbstractLogoComponent implements OnInit {
|
|
4
|
-
/** @ignore */
|
|
5
|
-
isMobile: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* Mobile width
|
|
8
|
-
*/
|
|
9
|
-
mobileWidth: import("@angular/core").InputSignal<number>;
|
|
10
|
-
/**
|
|
11
|
-
* Whether the navigation is collapsed
|
|
12
|
-
*/
|
|
13
|
-
isCollapsed: import("@angular/core").InputSignal<boolean>;
|
|
14
|
-
/** @ignore */
|
|
15
|
-
onResize(): void;
|
|
16
|
-
/** @ignore */
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
/** @ignore */
|
|
19
|
-
private checkScreenSize;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractLogoComponent, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractLogoComponent, never, never, { "mobileWidth": { "alias": "mobileWidth"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AbstractLogoComponent } from './abstract-logo-component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdsPrimaryLogoComponent extends AbstractLogoComponent {
|
|
4
|
-
constructor();
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPrimaryLogoComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPrimaryLogoComponent, "ads-primary-logo", never, {}, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./primary-logo.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AdsPrimaryLogoModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPrimaryLogoModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPrimaryLogoModule, [typeof i1.AdsPrimaryLogoComponent], [typeof i2.CommonModule, typeof i2.NgOptimizedImage], [typeof i1.AdsPrimaryLogoComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPrimaryLogoModule>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare abstract class AbstractApplicationLogoComponent {
|
|
3
|
-
/** @ignore */
|
|
4
|
-
abstract readonly label: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractApplicationLogoComponent, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractApplicationLogoComponent, never, never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AbstractApplicationLogoComponent } from './abstract-application-logo.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdsScmsLogoComponent extends AbstractApplicationLogoComponent {
|
|
4
|
-
label: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsLogoComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsScmsLogoComponent, "ads-scms-logo", never, {}, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./scms-logo.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../ascent-logo/ascent-logo.module";
|
|
5
|
-
export declare class AdsScmsLogoModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsLogoModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsLogoModule, [typeof i1.AdsScmsLogoComponent], [typeof i2.CommonModule, typeof i3.AdsAscentLogoModule], [typeof i1.AdsScmsLogoComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsLogoModule>;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Renderer2, TemplateRef } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
4
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
5
|
-
import { Variant } from '../buttons/button';
|
|
6
|
-
import { AbstractWindowResizeComponent } from '../../services/window/abstract-window-resize.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export type AdsModalData = {
|
|
9
|
-
id?: string;
|
|
10
|
-
title?: string;
|
|
11
|
-
content: string;
|
|
12
|
-
hideCancelButton?: boolean;
|
|
13
|
-
hideCrossIcon?: boolean;
|
|
14
|
-
showDeleteButton?: boolean;
|
|
15
|
-
cancelButtonText?: string;
|
|
16
|
-
confirmButtonText?: string;
|
|
17
|
-
deleteButtonText?: string;
|
|
18
|
-
disabledConfirmButton?: boolean;
|
|
19
|
-
deleteButtonVariant?: Variant;
|
|
20
|
-
cancelButtonVariant?: Variant;
|
|
21
|
-
confirmButtonVariant?: Variant;
|
|
22
|
-
actionHint?: string;
|
|
23
|
-
headerTemplate?: TemplateRef<unknown>;
|
|
24
|
-
contentTemplate?: TemplateRef<unknown>;
|
|
25
|
-
actionsTemplate?: TemplateRef<unknown>;
|
|
26
|
-
templateData?: GENERIC_COLLECTION;
|
|
27
|
-
headerPadding?: string;
|
|
28
|
-
contentPadding?: string;
|
|
29
|
-
actionsPadding?: string;
|
|
30
|
-
actionsCentered?: boolean;
|
|
31
|
-
};
|
|
32
|
-
export declare enum ModalPanelClass {
|
|
33
|
-
Confirmation = "ads-confirmation"
|
|
34
|
-
}
|
|
35
|
-
export declare enum ModalActionType {
|
|
36
|
-
Cancel = "cancel",
|
|
37
|
-
Confirm = "confirm",
|
|
38
|
-
Delete = "delete"
|
|
39
|
-
}
|
|
40
|
-
export declare class AdsModalComponent extends AbstractWindowResizeComponent implements AfterViewInit {
|
|
41
|
-
private dialogRef;
|
|
42
|
-
private registry;
|
|
43
|
-
private renderer;
|
|
44
|
-
private elRef;
|
|
45
|
-
data: AdsModalData;
|
|
46
|
-
/** @ignore */
|
|
47
|
-
protected get mobileWidth(): number;
|
|
48
|
-
/** @ignore */
|
|
49
|
-
private defaultHeaderPadding;
|
|
50
|
-
/** @ignore */
|
|
51
|
-
private defaultContentPadding;
|
|
52
|
-
/** @ignore */
|
|
53
|
-
private defaultActionPadding;
|
|
54
|
-
constructor(dialogRef: MatDialogRef<AdsModalComponent>, registry: AdsIconRegistry, renderer: Renderer2, elRef: ElementRef, data: AdsModalData);
|
|
55
|
-
/** @ignore */
|
|
56
|
-
ngAfterViewInit(): void;
|
|
57
|
-
/** @ignore */
|
|
58
|
-
get id(): string;
|
|
59
|
-
onCancel(): void;
|
|
60
|
-
onSubmit(): void;
|
|
61
|
-
onDelete(): void;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsModalComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsModalComponent, "ads-modal", never, {}, {}, never, never, false, never>;
|
|
64
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./modal.component";
|
|
3
|
-
import * as i2 from "@angular/material/dialog";
|
|
4
|
-
import * as i3 from "../buttons/button/button.module";
|
|
5
|
-
import * as i4 from "@ascentgl/ads-icons";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
export declare class AdsModalModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsModalModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsModalModule, [typeof i1.AdsModalComponent], [typeof i2.MatDialogModule, typeof i3.AdsButtonModule, typeof i4.AdsIconModule, typeof i5.NgTemplateOutlet], [typeof i1.AdsModalComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsModalModule>;
|
|
11
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export type HorizontalNavLink = {
|
|
5
|
-
text: string;
|
|
6
|
-
route: string;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare class AdsHorizontalNavBarComponent implements OnInit {
|
|
10
|
-
private router;
|
|
11
|
-
/** @ignore */
|
|
12
|
-
constructor(router: Router);
|
|
13
|
-
/**
|
|
14
|
-
* Array of nav items to display in the nav bar
|
|
15
|
-
*/
|
|
16
|
-
links: HorizontalNavLink[];
|
|
17
|
-
/** @ignore */
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHorizontalNavBarComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHorizontalNavBarComponent, "ads-horizontal-nav-bar", never, { "links": { "alias": "links"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./horizontal-nav-bar.component";
|
|
3
|
-
import * as i2 from "@angular/material/tabs";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
export declare class AdsHorizontalNavBarModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHorizontalNavBarModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHorizontalNavBarModule, [typeof i1.AdsHorizontalNavBarComponent], [typeof i2.MatTabNav, typeof i2.MatTabLink, typeof i3.RouterOutlet, typeof i3.RouterLink, typeof i3.RouterLinkActive, typeof i2.MatTabNavPanel], [typeof i1.AdsHorizontalNavBarComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHorizontalNavBarModule>;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MainMenuItem } from '../main-menu.types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface MainMenuData {
|
|
4
|
-
menuItems: MainMenuItem[];
|
|
5
|
-
userImageSrc: string;
|
|
6
|
-
userDisplayName: string;
|
|
7
|
-
userProfilePath: string;
|
|
8
|
-
userBasePath: string;
|
|
9
|
-
}
|
|
10
|
-
export declare class AdsMainMenuBottomSheetComponent {
|
|
11
|
-
data: MainMenuData;
|
|
12
|
-
constructor(data: MainMenuData);
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuBottomSheetComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsMainMenuBottomSheetComponent, "ads-main-menu-bottom-sheet", never, {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { MainMenuService } from '../main-menu.service';
|
|
2
|
-
import { MainMenuItem } from '../main-menu.types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdsMainMenuItemsComponent {
|
|
5
|
-
private mainMenuService;
|
|
6
|
-
constructor(mainMenuService: MainMenuService);
|
|
7
|
-
items: MainMenuItem[] | null;
|
|
8
|
-
onMenuItemClick(item: MainMenuItem): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuItemsComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsMainMenuItemsComponent, "ads-main-menu-items", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./main-menu-items.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@angular/material/menu";
|
|
6
|
-
import * as i5 from "../../../buttons/button/button.module";
|
|
7
|
-
import * as i6 from "../../../buttons/link-button/link-button.module";
|
|
8
|
-
export declare class AdsMainMenuItemsModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuItemsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof i1.AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatMenuModule, typeof i5.AdsButtonModule, typeof i5.AdsButtonModule, typeof i6.AdsLinkButtonModule], [typeof i1.AdsMainMenuItemsComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuItemsModule>;
|
|
12
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { OnChanges, OnInit, SimpleChange } from '@angular/core';
|
|
2
|
-
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
|
3
|
-
import { Router } from '@angular/router';
|
|
4
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
5
|
-
import { MainMenuItem } from './main-menu.types';
|
|
6
|
-
import { MatMenu } from '@angular/material/menu';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AdsMainMenuComponent implements OnChanges, OnInit {
|
|
9
|
-
private bottomSheet;
|
|
10
|
-
private registry;
|
|
11
|
-
private router;
|
|
12
|
-
constructor(bottomSheet: MatBottomSheet, registry: AdsIconRegistry, router: Router);
|
|
13
|
-
/** @ignore */
|
|
14
|
-
menu?: MatMenu;
|
|
15
|
-
/**
|
|
16
|
-
* Array of menu items to display in the main menu
|
|
17
|
-
*/
|
|
18
|
-
menuItems: MainMenuItem[] | null;
|
|
19
|
-
/** Id attribute for the main menu trigger element */
|
|
20
|
-
id: string;
|
|
21
|
-
/**
|
|
22
|
-
* Whether the navigation is collapsed
|
|
23
|
-
*/
|
|
24
|
-
isCollapsed: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Whether the viewport is mobile
|
|
27
|
-
*/
|
|
28
|
-
isMobile: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* The path to the users display image
|
|
31
|
-
*/
|
|
32
|
-
userImageSrc?: string;
|
|
33
|
-
/**
|
|
34
|
-
* The users display name
|
|
35
|
-
*/
|
|
36
|
-
userDisplayName?: string;
|
|
37
|
-
/**
|
|
38
|
-
* The path to the user profile page
|
|
39
|
-
*/
|
|
40
|
-
userProfilePath?: string;
|
|
41
|
-
/**
|
|
42
|
-
* The base user profile path
|
|
43
|
-
*/
|
|
44
|
-
userBasePath?: string;
|
|
45
|
-
/** @ignore */
|
|
46
|
-
private bottomSheetRef?;
|
|
47
|
-
/** @ignore */
|
|
48
|
-
ngOnInit(): void;
|
|
49
|
-
/** @ignore */
|
|
50
|
-
ngOnChanges(changes: {
|
|
51
|
-
isMobile: SimpleChange;
|
|
52
|
-
}): void;
|
|
53
|
-
/** @ignore */
|
|
54
|
-
openBottomSheet(): void;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsMainMenuComponent, "ads-main-menu", never, { "menuItems": { "alias": "menuItems"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "userImageSrc": { "alias": "userImageSrc"; "required": false; }; "userDisplayName": { "alias": "userDisplayName"; "required": false; }; "userProfilePath": { "alias": "userProfilePath"; "required": false; }; "userBasePath": { "alias": "userBasePath"; "required": false; }; }, {}, never, never, false, never>;
|
|
57
|
-
}
|