@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,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./main-menu.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/bottom-sheet";
|
|
5
|
-
import * as i4 from "@angular/material/list";
|
|
6
|
-
import * as i5 from "@angular/material/menu";
|
|
7
|
-
import * as i6 from "@ascentgl/ads-icons";
|
|
8
|
-
import * as i7 from "./main-menu-items/main-menu-items.module";
|
|
9
|
-
import * as i8 from "./profile-display/profile-display.module";
|
|
10
|
-
import * as i9 from "@angular/router";
|
|
11
|
-
export declare class AdsMainMenuModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof i1.AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3.MatBottomSheetModule, typeof i4.MatListModule, typeof i5.MatMenuModule, typeof i6.AdsIconModule, typeof i7.AdsMainMenuItemsModule, typeof i8.AdsProfileDisplayModule, typeof i9.RouterModule], [typeof i1.AdsMainMenuComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuModule>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Subject } from 'rxjs';
|
|
2
|
-
import { MainMenuItem } from './main-menu.types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MainMenuService {
|
|
5
|
-
menuItemClicked: Subject<MainMenuItem>;
|
|
6
|
-
onMenuItemClicked(item: MainMenuItem): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MainMenuService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MainMenuService>;
|
|
9
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdsProfileDisplayComponent {
|
|
5
|
-
router: Router;
|
|
6
|
-
private registry;
|
|
7
|
-
constructor(router: Router, registry: AdsIconRegistry);
|
|
8
|
-
userDisplayName: string;
|
|
9
|
-
userImageSrc?: string;
|
|
10
|
-
userProfilePath: string;
|
|
11
|
-
userBasePath: string;
|
|
12
|
-
isSelected(): boolean;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProfileDisplayComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsProfileDisplayComponent, "ads-profile-display", never, { "userDisplayName": { "alias": "userDisplayName"; "required": true; }; "userImageSrc": { "alias": "userImageSrc"; "required": true; }; "userProfilePath": { "alias": "userProfilePath"; "required": true; }; "userBasePath": { "alias": "userBasePath"; "required": true; }; }, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./profile-display.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@ascentgl/ads-icons";
|
|
6
|
-
export declare class AdsProfileDisplayModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProfileDisplayModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProfileDisplayModule, [typeof i1.AdsProfileDisplayComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.AdsIconModule], [typeof i1.AdsProfileDisplayComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProfileDisplayModule>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NavMenuItem } from './nav-menu.types';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { Router } from '@angular/router';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AdsNavMenuComponent {
|
|
6
|
-
private registry;
|
|
7
|
-
private router;
|
|
8
|
-
constructor(registry: AdsIconRegistry, router: Router);
|
|
9
|
-
/** @ignore */
|
|
10
|
-
onUserProfileClick(): void;
|
|
11
|
-
/**
|
|
12
|
-
* Array of menu items to display in the main menu
|
|
13
|
-
*/
|
|
14
|
-
navMenuItems: import("@angular/core").InputSignal<NavMenuItem[]>;
|
|
15
|
-
/** Image url path */
|
|
16
|
-
iconUrl: import("@angular/core").InputSignal<string | undefined>;
|
|
17
|
-
/** Optional label text before icon */
|
|
18
|
-
label: import("@angular/core").InputSignal<string | undefined>;
|
|
19
|
-
/** Optional path to the user profile */
|
|
20
|
-
userProfilePath: import("@angular/core").InputSignal<string | undefined>;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavMenuComponent, "ads-nav-menu", never, { "navMenuItems": { "alias": "navMenuItems"; "required": true; "isSignal": true; }; "iconUrl": { "alias": "iconUrl"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "userProfilePath": { "alias": "userProfilePath"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
23
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./nav-menu.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ascentgl/ads-icons";
|
|
5
|
-
import * as i4 from "@angular/material/menu";
|
|
6
|
-
import * as i5 from "@angular/router";
|
|
7
|
-
export declare class AdsNavMenuModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof i1.AdsNavMenuComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4.MatMenu, typeof i4.MatMenuTrigger, typeof i5.RouterLinkActive, typeof i4.MatMenuItem, typeof i5.RouterLink], [typeof i1.AdsNavMenuComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavMenuModule>;
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { adsIcon } from '@ascentgl/ads-icons/icons';
|
|
2
|
-
import { TemplateRef } from '@angular/core';
|
|
3
|
-
export type NavMenuItem = {
|
|
4
|
-
template?: TemplateRef<unknown>;
|
|
5
|
-
label?: string;
|
|
6
|
-
icon?: adsIcon;
|
|
7
|
-
href?: string;
|
|
8
|
-
id?: string;
|
|
9
|
-
onClick?: () => void;
|
|
10
|
-
[key: string]: unknown;
|
|
11
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { adsIcon } from '@ascentgl/ads-icons/icons';
|
|
2
|
-
export type ScmsNavItem = {
|
|
3
|
-
label: string;
|
|
4
|
-
icon: adsIcon;
|
|
5
|
-
href?: string;
|
|
6
|
-
subItems?: ScmsNavSubItem[];
|
|
7
|
-
showDividerAfterItem?: boolean;
|
|
8
|
-
};
|
|
9
|
-
export type ScmsNavSubItem = {
|
|
10
|
-
label: string;
|
|
11
|
-
icon?: adsIcon;
|
|
12
|
-
href: string;
|
|
13
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { AbstractSideNavBarComponent } from '../side-nav-bar/abstract-side-nav-bar.component';
|
|
3
|
-
import { ScmsNavItem, ScmsNavSubItem } from './scms-nav-item.types';
|
|
4
|
-
import { Router } from '@angular/router';
|
|
5
|
-
import { MatAccordion } from '@angular/material/expansion';
|
|
6
|
-
import { SplitComponent } from 'angular-split';
|
|
7
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
8
|
-
import { Breadcrumb } from '../../breadcrumb';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
11
|
-
protected router: Router;
|
|
12
|
-
private registry;
|
|
13
|
-
/** @ignore */
|
|
14
|
-
constructor(router: Router, registry: AdsIconRegistry);
|
|
15
|
-
/** @ignore */
|
|
16
|
-
splitter: SplitComponent;
|
|
17
|
-
/** @ignore */
|
|
18
|
-
sideNavArea: ElementRef;
|
|
19
|
-
/** @ignore */
|
|
20
|
-
accordion: import("@angular/core").Signal<MatAccordion>;
|
|
21
|
-
/** Array of nav elements */
|
|
22
|
-
navItems: import("@angular/core").InputSignal<ScmsNavItem[]>;
|
|
23
|
-
/** Array of breadcrumb elements */
|
|
24
|
-
breadcrumbs: import("@angular/core").InputSignal<Breadcrumb[]>;
|
|
25
|
-
/** Show/hide breadcrumbs on the current page */
|
|
26
|
-
showBreadcrumbs: import("@angular/core").InputSignal<boolean>;
|
|
27
|
-
/** @ignore */
|
|
28
|
-
localStorageName: string;
|
|
29
|
-
/** @ignore */
|
|
30
|
-
widthToCollapsed: number;
|
|
31
|
-
/** @ignore */
|
|
32
|
-
isTablet: import("@angular/core").WritableSignal<boolean>;
|
|
33
|
-
/** @ignore */
|
|
34
|
-
isMobile: import("@angular/core").WritableSignal<boolean>;
|
|
35
|
-
/** @ignore */
|
|
36
|
-
hasActiveLink(item: ScmsNavItem): boolean;
|
|
37
|
-
/** @ignore */
|
|
38
|
-
hasActiveSubLink(item: ScmsNavSubItem): boolean;
|
|
39
|
-
/** @ignore */
|
|
40
|
-
private isActive;
|
|
41
|
-
checkScreenWidth(): void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsScmsSideNavBarComponent, "ads-scms-side-nav-bar", never, { "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; "breadcrumbs": { "alias": "breadcrumbs"; "required": false; "isSignal": true; }; "showBreadcrumbs": { "alias": "showBreadcrumbs"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
44
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./scms-side-nav-bar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "angular-split";
|
|
5
|
-
import * as i4 from "@angular/router";
|
|
6
|
-
import * as i5 from "@ascentgl/ads-icons";
|
|
7
|
-
import * as i6 from "../../divider/divider.module";
|
|
8
|
-
import * as i7 from "@angular/material/expansion";
|
|
9
|
-
import * as i8 from "../../logo/ascent-logo/ascent-logo.module";
|
|
10
|
-
import * as i9 from "@angular/material/tooltip";
|
|
11
|
-
import * as i10 from "../../breadcrumb/breadcrumb.module";
|
|
12
|
-
import * as i11 from "@angular/material/menu";
|
|
13
|
-
import * as i12 from "@angular/material/toolbar";
|
|
14
|
-
import * as i13 from "@angular/material/button";
|
|
15
|
-
export declare class AdsScmsSideNavBarModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof i1.AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i3.SplitComponent, typeof i3.SplitAreaComponent, typeof i4.RouterLink, typeof i4.RouterLinkActive, typeof i5.AdsIconModule, typeof i6.AdsDividerModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof i8.AdsAscentLogoModule, typeof i9.MatTooltip, typeof i10.AdsBreadcrumbModule, typeof i11.MatMenu, typeof i12.MatToolbar, typeof i11.MatMenuTrigger, typeof i13.MatIconButton, typeof i4.RouterOutlet], [typeof i1.AdsScmsSideNavBarComponent]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarModule>;
|
|
19
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { SplitComponent, SplitGutterInteractionEvent } from 'angular-split';
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class AbstractSideNavBarComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
6
|
-
/** The default expanded width for the sidebar */
|
|
7
|
-
defaultExpandedWidth: import("@angular/core").InputSignal<number>;
|
|
8
|
-
/** The max expanded width for the sidebar */
|
|
9
|
-
maxExpandedWidth: import("@angular/core").InputSignal<number>;
|
|
10
|
-
/** @ignore */
|
|
11
|
-
isCollapsed: import("@angular/core").WritableSignal<boolean>;
|
|
12
|
-
/** @ignore */
|
|
13
|
-
sidebarSize: import("@angular/core").WritableSignal<number>;
|
|
14
|
-
/** @ignore */
|
|
15
|
-
abstract localStorageName: string;
|
|
16
|
-
/** @ignore */
|
|
17
|
-
abstract splitter: SplitComponent;
|
|
18
|
-
/** @ignore */
|
|
19
|
-
abstract sideNavArea: ElementRef;
|
|
20
|
-
/** @ignore */
|
|
21
|
-
splitterSubscription?: Subscription;
|
|
22
|
-
/** @ignore */
|
|
23
|
-
abstract widthToCollapsed: number;
|
|
24
|
-
/** @ignore */
|
|
25
|
-
private minWidth;
|
|
26
|
-
/** @ignore */
|
|
27
|
-
ngOnInit(): void;
|
|
28
|
-
/** @ignore */
|
|
29
|
-
initSideBarSize(): void;
|
|
30
|
-
/** @ignore */
|
|
31
|
-
ngAfterViewInit(): void;
|
|
32
|
-
/** @ignore */
|
|
33
|
-
splitterSubscribe(): void;
|
|
34
|
-
/** @ignore */
|
|
35
|
-
dragEnd(event: SplitGutterInteractionEvent): void;
|
|
36
|
-
/** Expand the sidebar between collapsed and expanded */
|
|
37
|
-
/** @ignore */
|
|
38
|
-
expandSidebar(): void;
|
|
39
|
-
/** Save current width to the local storage */
|
|
40
|
-
/** @ignore */
|
|
41
|
-
saveLocalStorage(size: number): void;
|
|
42
|
-
/** @ignore */
|
|
43
|
-
ngOnDestroy(): void;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractSideNavBarComponent, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractSideNavBarComponent, never, never, { "defaultExpandedWidth": { "alias": "defaultExpandedWidth"; "required": false; "isSignal": true; }; "maxExpandedWidth": { "alias": "maxExpandedWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
46
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ElementRef, TemplateRef } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { NavItem } from './nav-item.types';
|
|
4
|
-
import { AbstractSideNavBarComponent } from './abstract-side-nav-bar.component';
|
|
5
|
-
import { SplitComponent } from 'angular-split';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AdsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
8
|
-
private registry;
|
|
9
|
-
/** @ignore */
|
|
10
|
-
constructor(registry: AdsIconRegistry);
|
|
11
|
-
/** The search template */
|
|
12
|
-
searchTemplate: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
13
|
-
/** The extra data template below search */
|
|
14
|
-
extraDataTemplate: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
15
|
-
/** Array of nav elements */
|
|
16
|
-
navItems: import("@angular/core").InputSignal<NavItem[]>;
|
|
17
|
-
/** @ignore */
|
|
18
|
-
localStorageName: string;
|
|
19
|
-
/** @ignore */
|
|
20
|
-
widthToCollapsed: number;
|
|
21
|
-
/** @ignore */
|
|
22
|
-
splitter: SplitComponent;
|
|
23
|
-
/** @ignore */
|
|
24
|
-
sideNavArea: ElementRef;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSideNavBarComponent, "ads-side-nav-bar", never, { "searchTemplate": { "alias": "searchTemplate"; "required": false; "isSignal": true; }; "extraDataTemplate": { "alias": "extraDataTemplate"; "required": false; "isSignal": true; }; "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
27
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./side-nav-bar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../logo/primary-logo/primary-logo.module";
|
|
5
|
-
import * as i4 from "angular-split";
|
|
6
|
-
import * as i5 from "@angular/router";
|
|
7
|
-
import * as i6 from "@ascentgl/ads-icons";
|
|
8
|
-
export declare class AdsSideNavBarModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof i1.AdsSideNavBarComponent], [typeof i2.CommonModule, typeof i3.AdsPrimaryLogoModule, typeof i4.SplitComponent, typeof i4.SplitAreaComponent, typeof i5.RouterOutlet, typeof i5.RouterLink, typeof i5.RouterLinkActive, typeof i6.AdsIconModule], [typeof i1.AdsSideNavBarComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSideNavBarModule>;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
type Theme = 'primary' | 'success' | 'medium';
|
|
5
|
-
export declare class AdsProgressBarComponent implements OnChanges {
|
|
6
|
-
private registry;
|
|
7
|
-
constructor(registry: AdsIconRegistry);
|
|
8
|
-
/**
|
|
9
|
-
* The unique ID for the progress bar
|
|
10
|
-
*/
|
|
11
|
-
id: string;
|
|
12
|
-
/**
|
|
13
|
-
* Whether or not the progress bar is disabled
|
|
14
|
-
*/
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Aria label for the progress element
|
|
18
|
-
*/
|
|
19
|
-
ariaLabel: string;
|
|
20
|
-
/**
|
|
21
|
-
* The max value of the progress bar
|
|
22
|
-
*/
|
|
23
|
-
max: number;
|
|
24
|
-
/**
|
|
25
|
-
* The value of the progress bar
|
|
26
|
-
*/
|
|
27
|
-
value: number;
|
|
28
|
-
/**
|
|
29
|
-
* @ignore
|
|
30
|
-
* Only show the marker if the bar has progress and is not completed
|
|
31
|
-
*/
|
|
32
|
-
get showMarker(): boolean;
|
|
33
|
-
/** @ignore */
|
|
34
|
-
color: Theme;
|
|
35
|
-
/** @ignore */
|
|
36
|
-
markerPosition: string;
|
|
37
|
-
/** @ignore */
|
|
38
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
39
|
-
/** @ignore */
|
|
40
|
-
private getColor;
|
|
41
|
-
/** @ignore */
|
|
42
|
-
private getLabel;
|
|
43
|
-
/** @ignore */
|
|
44
|
-
private getMarkerPosition;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsProgressBarComponent, "ads-progress-bar", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
47
|
-
}
|
|
48
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./progress-bar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ascentgl/ads-icons";
|
|
5
|
-
export declare class AdsProgressBarModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressBarModule, [typeof i1.AdsProgressBarComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof i1.AdsProgressBarComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressBarModule>;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChange } from '@angular/core';
|
|
2
|
-
import { ProgressIndicatorSpinnerDefault } from './progress-indicator-spinner.types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdsProgressIndicatorSpinnerComponent implements OnChanges {
|
|
5
|
-
/** Spinner diameter in pixels. Default is 52. Cannot be less than 20 */
|
|
6
|
-
diameter: number;
|
|
7
|
-
/** Max progress value. Default is 10. Cannot be less than 0 */
|
|
8
|
-
max: number;
|
|
9
|
-
/** Current progress value. Cannot be less than 0 or more than "max"*/
|
|
10
|
-
value: number;
|
|
11
|
-
/** Event emitted percentage is updated after value changes */
|
|
12
|
-
percentageUpdated: EventEmitter<number>;
|
|
13
|
-
/** @ignore */
|
|
14
|
-
percentage: number;
|
|
15
|
-
/** @ignore */
|
|
16
|
-
readonly defaults: typeof ProgressIndicatorSpinnerDefault;
|
|
17
|
-
/** @ignore */
|
|
18
|
-
ngOnChanges(changes: {
|
|
19
|
-
value: SimpleChange;
|
|
20
|
-
max: SimpleChange;
|
|
21
|
-
diameter: SimpleChange;
|
|
22
|
-
}): void;
|
|
23
|
-
/** @ignore */
|
|
24
|
-
private calculateMax;
|
|
25
|
-
/** @ignore */
|
|
26
|
-
private calculateValue;
|
|
27
|
-
/** @ignore */
|
|
28
|
-
private calculatePercentage;
|
|
29
|
-
/** @ignore */
|
|
30
|
-
private calculateDiameter;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressIndicatorSpinnerComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsProgressIndicatorSpinnerComponent, "ads-progress-indicator-spinner", never, { "diameter": { "alias": "diameter"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "percentageUpdated": "percentageUpdated"; }, never, never, false, never>;
|
|
33
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./progress-indicator-spinner.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/progress-spinner";
|
|
5
|
-
export declare class AdsProgressIndicatorSpinnerModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressIndicatorSpinnerModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressIndicatorSpinnerModule, [typeof i1.AdsProgressIndicatorSpinnerComponent], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.AdsProgressIndicatorSpinnerComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressIndicatorSpinnerModule>;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare enum SpinnerSize {
|
|
5
|
-
xSmall = "x-small",
|
|
6
|
-
small = "small",
|
|
7
|
-
normal = "normal"
|
|
8
|
-
}
|
|
9
|
-
export declare class AdsProgressSpinnerComponent implements OnInit {
|
|
10
|
-
protected ref: ElementRef;
|
|
11
|
-
private cdr;
|
|
12
|
-
/** set spinner z-index */
|
|
13
|
-
zIndex: number;
|
|
14
|
-
/** set spinner scrollContainer. This is useful when the spinner is inside dialog window **/
|
|
15
|
-
scrollContainer: HTMLElement | 'auto' | 'none';
|
|
16
|
-
/** set spinner size */
|
|
17
|
-
size: SpinnerSize;
|
|
18
|
-
/** set spinner diameter (overrides "size") */
|
|
19
|
-
diameter?: number;
|
|
20
|
-
computedDiameter: number;
|
|
21
|
-
isSticky: boolean;
|
|
22
|
-
computedStyles?: CSSStyleDeclaration;
|
|
23
|
-
private readonly sizes;
|
|
24
|
-
constructor(ref: ElementRef, cdr: ChangeDetectorRef);
|
|
25
|
-
/** @ignore */
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
/** @ignore */
|
|
28
|
-
getOverlayStyles(): GENERIC_COLLECTION;
|
|
29
|
-
/**
|
|
30
|
-
* @ignore
|
|
31
|
-
* required for proper change detection
|
|
32
|
-
* NOTE: REALLY REQUIRED
|
|
33
|
-
*/
|
|
34
|
-
resize(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsProgressSpinnerComponent, "ads-progress-spinner", never, { "zIndex": { "alias": "zIndex"; "required": false; }; "scrollContainer": { "alias": "scrollContainer"; "required": false; }; "size": { "alias": "size"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; }, {}, never, never, false, never>;
|
|
37
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./progress-spinner.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ascentgl/ads-icons";
|
|
5
|
-
import * as i4 from "@ascentgl/ads-utils";
|
|
6
|
-
import * as i5 from "@angular/material/progress-spinner";
|
|
7
|
-
export declare class AdsProgressSpinnerModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof i1.AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4.AdsGestureModule, typeof i5.MatProgressSpinnerModule], [typeof i1.AdsProgressSpinnerComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressSpinnerModule>;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdsNavigationCollapseHandleComponent {
|
|
5
|
-
private registry;
|
|
6
|
-
constructor(registry: AdsIconRegistry);
|
|
7
|
-
/**
|
|
8
|
-
* The unique ID for the collapse handle
|
|
9
|
-
*/
|
|
10
|
-
id: string;
|
|
11
|
-
/**
|
|
12
|
-
* Whether the navigation is collapsed
|
|
13
|
-
*/
|
|
14
|
-
isCollapsed: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Whether the viewport is mobile
|
|
17
|
-
*/
|
|
18
|
-
isMobile: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* Text to display in the collapse menu button
|
|
21
|
-
*/
|
|
22
|
-
handleText: string;
|
|
23
|
-
/**
|
|
24
|
-
* Event emitted when the collapse menu button is clicked
|
|
25
|
-
*/
|
|
26
|
-
handleClicked: EventEmitter<null>;
|
|
27
|
-
/** @ignore */
|
|
28
|
-
onHandleClick(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationCollapseHandleComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationCollapseHandleComponent, "ads-navigation-collapse-handle", never, { "id": { "alias": "id"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "handleText": { "alias": "handleText"; "required": false; }; }, { "handleClicked": "handleClicked"; }, never, never, false, never>;
|
|
31
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./navigation-collapse-handle.component";
|
|
3
|
-
import * as i2 from "@ascentgl/ads-icons";
|
|
4
|
-
export declare class AdsNavigationCollapseHandleModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationCollapseHandleModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationCollapseHandleModule, [typeof i1.AdsNavigationCollapseHandleComponent], [typeof i2.AdsIconModule], [typeof i1.AdsNavigationCollapseHandleComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationCollapseHandleModule>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsNavigationHeaderComponent {
|
|
3
|
-
/**
|
|
4
|
-
* Whether the navigation is collapsed
|
|
5
|
-
*/
|
|
6
|
-
isCollapsed: boolean;
|
|
7
|
-
/**
|
|
8
|
-
* Whether the viewport is mobile
|
|
9
|
-
*/
|
|
10
|
-
isMobile: boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationHeaderComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationHeaderComponent, "ads-navigation-header", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./navigation-header.component";
|
|
3
|
-
export declare class AdsNavigationHeaderModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationHeaderModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationHeaderModule, [typeof i1.AdsNavigationHeaderComponent], never, [typeof i1.AdsNavigationHeaderComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationHeaderModule>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|