@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
package/index.d.ts
CHANGED
|
@@ -1,74 +1,2948 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, SimpleChanges, OnDestroy, ElementRef, SimpleChange, OnInit, AfterContentInit, Renderer2, AfterViewInit, ChangeDetectorRef, EventEmitter, TemplateRef, PipeTransform } from '@angular/core';
|
|
3
|
+
import * as i4 from '@ascentgl/ads-icons';
|
|
4
|
+
import { AdsIconRegistry, IconThemes } from '@ascentgl/ads-icons';
|
|
5
|
+
import * as i2 from '@angular/common';
|
|
6
|
+
import { Location } from '@angular/common';
|
|
7
|
+
import { adsIcon } from '@ascentgl/ads-icons/icons';
|
|
8
|
+
import * as i3 from '@angular/material/badge';
|
|
9
|
+
import * as i3$2 from '@angular/router';
|
|
10
|
+
import { Router } from '@angular/router';
|
|
11
|
+
import * as i3$1 from '@angular/material/button';
|
|
12
|
+
import * as i3$3 from '@angular/forms';
|
|
13
|
+
import { FormBuilder, FormGroup, AbstractControl, FormControl, FormControlStatus, NgControl } from '@angular/forms';
|
|
14
|
+
import * as i4$1 from '@angular/cdk/overlay';
|
|
15
|
+
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
16
|
+
import { Subject, Subscription, Observable } from 'rxjs';
|
|
17
|
+
import * as i4$2 from '@ascentgl/ads-utils';
|
|
18
|
+
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
19
|
+
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
20
|
+
import * as i5 from '@angular/material/progress-spinner';
|
|
21
|
+
import * as i5$1 from '@angular/material/select';
|
|
22
|
+
import { MatSelect } from '@angular/material/select';
|
|
23
|
+
import * as i6 from '@angular/material/core';
|
|
24
|
+
import { MatOption, NativeDateAdapter } from '@angular/material/core';
|
|
25
|
+
import * as i4$3 from '@angular/material/form-field';
|
|
26
|
+
import * as i5$2 from '@angular/material/input';
|
|
27
|
+
import * as i10 from '@angular/material/icon';
|
|
28
|
+
import * as i13 from '@angular/material/autocomplete';
|
|
29
|
+
import { MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
30
|
+
import * as i12 from 'ngx-mask';
|
|
31
|
+
import * as i3$4 from '@angular/material/divider';
|
|
32
|
+
import * as i3$5 from '@angular/material/datepicker';
|
|
33
|
+
import { MatDatetimepickerType } from '@mat-datetimepicker/core/datetimepicker/datetimepicker-type';
|
|
34
|
+
import * as i5$3 from '@mat-datetimepicker/core';
|
|
35
|
+
import { MatDatetimepickerComponent, MatDatetimepickerInputEvent } from '@mat-datetimepicker/core';
|
|
36
|
+
import { MatCalendarView } from '@mat-datetimepicker/core/datetimepicker/calendar';
|
|
37
|
+
import * as i4$4 from '@angular/material/radio';
|
|
38
|
+
import * as i4$5 from '@angular/material/slider';
|
|
39
|
+
import * as i3$6 from '@angular/material/snack-bar';
|
|
40
|
+
import { MatSnackBarRef } from '@angular/material/snack-bar';
|
|
41
|
+
import { BreakpointState, BreakpointObserver } from '@angular/cdk/layout';
|
|
42
|
+
import * as i2$1 from '@angular/material/dialog';
|
|
43
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
44
|
+
import * as i7 from '@angular/material/expansion';
|
|
45
|
+
import { MatExpansionPanel, MatAccordion } from '@angular/material/expansion';
|
|
46
|
+
import * as ag_grid_community from 'ag-grid-community';
|
|
47
|
+
import { GridOptions, ColDef, GridApi, GridReadyEvent, FirstDataRenderedEvent } from 'ag-grid-community';
|
|
48
|
+
import * as i4$6 from 'ag-grid-angular';
|
|
49
|
+
import * as i4$7 from '@angular/material/menu';
|
|
50
|
+
import { MatMenu } from '@angular/material/menu';
|
|
51
|
+
import * as i4$8 from 'angular-split';
|
|
52
|
+
import { SplitComponent, SplitGutterInteractionEvent } from 'angular-split';
|
|
53
|
+
import * as i9 from '@angular/material/tooltip';
|
|
54
|
+
import * as i12$1 from '@angular/material/toolbar';
|
|
55
|
+
import * as i3$7 from '@angular/material/bottom-sheet';
|
|
56
|
+
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
|
57
|
+
import * as i4$9 from '@angular/material/list';
|
|
58
|
+
import * as i2$2 from '@angular/material/tabs';
|
|
59
|
+
import { HttpClient } from '@angular/common/http';
|
|
60
|
+
|
|
61
|
+
type Size$1 = 'sm' | 'md' | 'lg';
|
|
62
|
+
|
|
63
|
+
declare class AdsAvatarComponent implements OnChanges {
|
|
64
|
+
private registry;
|
|
65
|
+
constructor(registry: AdsIconRegistry);
|
|
66
|
+
/**
|
|
67
|
+
* The alt text for the avatar
|
|
68
|
+
*/
|
|
69
|
+
alt?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The id attribute for the avatar icon
|
|
72
|
+
*/
|
|
73
|
+
id: string;
|
|
74
|
+
/**
|
|
75
|
+
* The size of the avatar
|
|
76
|
+
*/
|
|
77
|
+
size: Size$1;
|
|
78
|
+
/**
|
|
79
|
+
* The path to the image to display
|
|
80
|
+
*/
|
|
81
|
+
src?: string;
|
|
82
|
+
/**
|
|
83
|
+
* @ignore
|
|
84
|
+
*/
|
|
85
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAvatarComponent, never>;
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsAvatarComponent, "ads-avatar", never, { "alt": { "alias": "alt"; "required": false; }; "id": { "alias": "id"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
declare class AdsAvatarModule {
|
|
91
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAvatarModule, never>;
|
|
92
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsAvatarModule, [typeof AdsAvatarComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule], [typeof AdsAvatarComponent]>;
|
|
93
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsAvatarModule>;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
declare class AdsIconHoverComponent {
|
|
97
|
+
/**
|
|
98
|
+
* The aria-label for the button
|
|
99
|
+
*/
|
|
100
|
+
ariaLabel: i0.InputSignal<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Whether the icon button is disabled.
|
|
103
|
+
*/
|
|
104
|
+
disabled: i0.InputSignal<boolean>;
|
|
105
|
+
/**
|
|
106
|
+
* The unique ID for the icon button.
|
|
107
|
+
*/
|
|
108
|
+
id: i0.InputSignal<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Event emitted when the icon button is clicked.
|
|
111
|
+
*/
|
|
112
|
+
clicked: i0.OutputEmitterRef<void>;
|
|
113
|
+
/** @ignore */
|
|
114
|
+
onClick(): void;
|
|
115
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsIconHoverComponent, never>;
|
|
116
|
+
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>;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
declare class AdsIconHoverModule {
|
|
120
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsIconHoverModule, never>;
|
|
121
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsIconHoverModule, [typeof AdsIconHoverComponent], never, [typeof AdsIconHoverComponent]>;
|
|
122
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsIconHoverModule>;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
declare enum BadgeColor {
|
|
126
|
+
primary = "primary",
|
|
127
|
+
secondary = "secondary",
|
|
128
|
+
alert = "alert"
|
|
129
|
+
}
|
|
130
|
+
declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
|
|
131
|
+
/** choose badge color mode "primary" or "alert" **/
|
|
132
|
+
color: i0.InputSignal<BadgeColor>;
|
|
133
|
+
/** provide icon name. NOTE: the icon must be registered in icon registry **/
|
|
134
|
+
name: i0.InputSignal<adsIcon>;
|
|
135
|
+
/** choose ads icon theme **/
|
|
136
|
+
theme: i0.InputSignal<"primary" | "iconPrimary" | "success" | "warn" | "white">;
|
|
137
|
+
/** set badge value as number **/
|
|
138
|
+
value: i0.InputSignal<number>;
|
|
139
|
+
/** @ignore **/
|
|
140
|
+
calculatedValue: i0.Signal<string>;
|
|
141
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericBadgeComponent, never>;
|
|
142
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNumericBadgeComponent, "ads-numeric-badge", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "theme": { "alias": "theme"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
declare class AdsNumericBadgeModule {
|
|
146
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericBadgeModule, never>;
|
|
147
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNumericBadgeModule, [typeof AdsNumericBadgeComponent], [typeof i4.AdsIconModule, typeof i3.MatBadge], [typeof AdsNumericBadgeComponent]>;
|
|
148
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNumericBadgeModule>;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
type Breadcrumb = {
|
|
152
|
+
label: string;
|
|
153
|
+
url: string;
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
declare class AdsBreadcrumbComponent {
|
|
157
|
+
private registry;
|
|
158
|
+
/** provide an array of breadcrumbs of Breadcrumb<T> type */
|
|
159
|
+
breadcrumbs: i0.InputSignal<Breadcrumb[]>;
|
|
160
|
+
/** @ignore */
|
|
161
|
+
constructor(registry: AdsIconRegistry);
|
|
162
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsBreadcrumbComponent, never>;
|
|
163
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsBreadcrumbComponent, "ads-breadcrumb", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
type IconButtonSize = 'xl-5' | 'xl' | 'sm';
|
|
167
|
+
declare class AdsIconButtonComponent {
|
|
168
|
+
/** Whether the button is a smaller version */
|
|
169
|
+
size: i0.InputSignal<IconButtonSize>;
|
|
170
|
+
/**
|
|
171
|
+
* aria-label for the button
|
|
172
|
+
*/
|
|
173
|
+
ariaLabel: i0.InputSignal<string>;
|
|
174
|
+
/**
|
|
175
|
+
* The unique ID for the icon button
|
|
176
|
+
*/
|
|
177
|
+
id: i0.InputSignal<string | null | undefined>;
|
|
178
|
+
/**
|
|
179
|
+
* Whether the button is disabled
|
|
180
|
+
*/
|
|
181
|
+
disabled: i0.InputSignal<boolean>;
|
|
182
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsIconButtonComponent, never>;
|
|
183
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsIconButtonComponent, "ads-icon-button", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
declare class AdsIconButtonModule {
|
|
187
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsIconButtonModule, never>;
|
|
188
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsIconButtonModule, [typeof AdsIconButtonComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4.AdsIconModule], [typeof AdsIconButtonComponent]>;
|
|
189
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsIconButtonModule>;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
declare class AdsBreadcrumbModule {
|
|
193
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsBreadcrumbModule, never>;
|
|
194
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsBreadcrumbModule, [typeof AdsBreadcrumbComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i4.AdsIconModule, typeof AdsIconButtonModule], [typeof AdsBreadcrumbComponent]>;
|
|
195
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsBreadcrumbModule>;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
type Variant = 'primary' | 'error' | 'secondary' | 'tertiary';
|
|
199
|
+
type Size = 'base' | 'sm' | 'xs';
|
|
200
|
+
declare class AdsButtonComponent {
|
|
201
|
+
/** The unique ID for the button */
|
|
202
|
+
id: i0.InputSignal<string>;
|
|
203
|
+
/** The button appearance style */
|
|
204
|
+
variant: i0.InputSignal<Variant>;
|
|
205
|
+
/** Whether the button is disabled */
|
|
206
|
+
disabled: i0.InputSignal<boolean>;
|
|
207
|
+
/** Whether the button is a smaller version */
|
|
208
|
+
size: i0.InputSignal<Size>;
|
|
209
|
+
/** Sets the "type" attribute on the button */
|
|
210
|
+
type: i0.InputSignal<"button" | "submit" | "reset">;
|
|
211
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
|
|
212
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsButtonComponent, "ads-button", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
declare class AdsButtonModule {
|
|
216
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonModule, never>;
|
|
217
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsButtonModule, [typeof AdsButtonComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule], [typeof AdsButtonComponent]>;
|
|
218
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsButtonModule>;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
declare class AdsButtonContainerComponent {
|
|
222
|
+
/** How buttons in the container should be placed */
|
|
223
|
+
justify: i0.InputSignal<"flex-start" | "flex-end" | "center">;
|
|
224
|
+
/** The gap between elements */
|
|
225
|
+
gap: i0.InputSignal<number>;
|
|
226
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
227
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsButtonContainerComponent, "ads-button-container", never, { "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
declare class AdsButtonContainerModule {
|
|
231
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerModule, never>;
|
|
232
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsButtonContainerModule, [typeof AdsButtonContainerComponent], [typeof i2.CommonModule], [typeof AdsButtonContainerComponent]>;
|
|
233
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsButtonContainerModule>;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
declare enum Colors {
|
|
237
|
+
White = "white",
|
|
238
|
+
Muted30 = "muted-30",
|
|
239
|
+
Muted50 = "muted-50",
|
|
240
|
+
Muted = "muted",
|
|
241
|
+
Light30 = "light-30",
|
|
242
|
+
Light80 = "light-80",
|
|
243
|
+
Light = "light",
|
|
244
|
+
LightOpacity50 = "light-opacity-50",
|
|
245
|
+
Medium30 = "medium-30",
|
|
246
|
+
Medium50 = "medium-50",
|
|
247
|
+
Medium = "medium",
|
|
248
|
+
MediumOpacity50 = "medium-opacity-50",
|
|
249
|
+
Dark10 = "dark-10",
|
|
250
|
+
Dark30 = "dark-30",
|
|
251
|
+
Dark50 = "dark-50",
|
|
252
|
+
Dark80 = "dark-80",
|
|
253
|
+
Dark90 = "dark-90",
|
|
254
|
+
Dark = "dark",
|
|
255
|
+
Black = "black",
|
|
256
|
+
Primary = "primary",
|
|
257
|
+
PrimaryHover = "primary-hover",
|
|
258
|
+
PrimaryPressed = "primary-pressed",
|
|
259
|
+
Secondary = "secondary",
|
|
260
|
+
SecondaryHover = "secondary-hover",
|
|
261
|
+
SecondaryPressed = "secondary-pressed",
|
|
262
|
+
Secondary10 = "secondary-10",
|
|
263
|
+
Link = "link",
|
|
264
|
+
LinkHover = "link-hover",
|
|
265
|
+
LinkPressed = "link-pressed",
|
|
266
|
+
Error = "error",
|
|
267
|
+
ErrorHover = "error-hover",
|
|
268
|
+
ErrorPressed = "error-pressed",
|
|
269
|
+
Success = "success",
|
|
270
|
+
SuccessHover = "success-hover",
|
|
271
|
+
SuccessPressed = "success-pressed",
|
|
272
|
+
Logo = "logo"
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
declare class AdsCardComponent {
|
|
276
|
+
/**
|
|
277
|
+
* Card border color
|
|
278
|
+
*/
|
|
279
|
+
borderColor: Colors;
|
|
280
|
+
/**
|
|
281
|
+
* Card border width
|
|
282
|
+
*/
|
|
283
|
+
borderWidth: number;
|
|
284
|
+
/**
|
|
285
|
+
* Card border radius
|
|
286
|
+
*/
|
|
287
|
+
borderRadius: number;
|
|
288
|
+
/** @ignore */
|
|
289
|
+
getBorderColor(color: string): string;
|
|
290
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCardComponent, never>;
|
|
291
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsCardComponent, "ads-card", never, { "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
declare class AdsCardModule {
|
|
295
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCardModule, never>;
|
|
296
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCardModule, [typeof AdsCardComponent], [typeof i2.CommonModule], [typeof AdsCardComponent]>;
|
|
297
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCardModule>;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
type Tag = {
|
|
301
|
+
id: string;
|
|
302
|
+
tag: string;
|
|
303
|
+
color: Colors;
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
declare class AdsTagComponent {
|
|
307
|
+
private registry;
|
|
308
|
+
constructor(registry: AdsIconRegistry);
|
|
309
|
+
/** The color of the tag */
|
|
310
|
+
color: i0.InputSignal<Colors>;
|
|
311
|
+
/** The unique id of the tag */
|
|
312
|
+
id: i0.InputSignal<string>;
|
|
313
|
+
/** Whether the tag is removeable */
|
|
314
|
+
removable: i0.InputSignal<boolean>;
|
|
315
|
+
/** The text of the tag */
|
|
316
|
+
tag: i0.InputSignal<string>;
|
|
317
|
+
/** Event emitted when the remove icon is clicked */
|
|
318
|
+
remove: i0.OutputEmitterRef<string>;
|
|
319
|
+
/** Event emitted when a tag is selected */
|
|
320
|
+
selected: i0.OutputEmitterRef<Tag>;
|
|
321
|
+
/** @ignore */
|
|
322
|
+
onRemove(): void;
|
|
323
|
+
/** @ignore */
|
|
324
|
+
onSelected(): void;
|
|
325
|
+
/** @ignore */
|
|
326
|
+
private darkTitleColorList;
|
|
327
|
+
/** @ignore */
|
|
328
|
+
isDarkTitle(): boolean;
|
|
329
|
+
/** @ignore */
|
|
330
|
+
getBackgroundColor(): string;
|
|
331
|
+
/** @ignore */
|
|
332
|
+
getTextColor(): string;
|
|
333
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagComponent, never>;
|
|
334
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTagComponent, "ads-tag", never, { "color": { "alias": "color"; "required": true; "isSignal": true; }; "id": { "alias": "id"; "required": true; "isSignal": true; }; "removable": { "alias": "removable"; "required": false; "isSignal": true; }; "tag": { "alias": "tag"; "required": true; "isSignal": true; }; }, { "remove": "remove"; "selected": "selected"; }, never, ["*"], false, never>;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
declare class AdsTagModule {
|
|
338
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagModule, never>;
|
|
339
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTagModule, [typeof AdsTagComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule], [typeof AdsTagComponent]>;
|
|
340
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTagModule>;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
declare class AdsCreateTagComponent implements OnChanges, OnDestroy {
|
|
344
|
+
private fb;
|
|
345
|
+
private registry;
|
|
346
|
+
constructor(fb: FormBuilder, registry: AdsIconRegistry);
|
|
347
|
+
/** The total number of tags that can be created */
|
|
348
|
+
limit: i0.InputSignal<number>;
|
|
349
|
+
/** Holds all the tags you create or tags you previously created. Required for proper unique tag validation
|
|
350
|
+
* and total number of existing tags calculation */
|
|
351
|
+
tags: Tag[];
|
|
352
|
+
/** The color palette for the tag background */
|
|
353
|
+
palette: i0.InputSignal<Colors[]>;
|
|
354
|
+
/** Reference to a tag which can be used for editing existing tags */
|
|
355
|
+
/** @ignore */
|
|
356
|
+
selectedTag: i0.WritableSignal<Tag | null>;
|
|
357
|
+
/** If true - all the letters will be transformed to lowercase */
|
|
358
|
+
lowercase: i0.InputSignal<boolean>;
|
|
359
|
+
/** Total number of characters that can be in input field */
|
|
360
|
+
maxlength: i0.InputSignal<number>;
|
|
361
|
+
/** If true - only alphanumeric characters are allowed */
|
|
362
|
+
alphanumeric: i0.InputSignal<boolean>;
|
|
363
|
+
/** @ignore */
|
|
364
|
+
form: FormGroup;
|
|
365
|
+
/** @ignore */
|
|
366
|
+
selectedColor: string;
|
|
367
|
+
/** @ignore */
|
|
368
|
+
showInput: boolean;
|
|
369
|
+
/** @ignore
|
|
370
|
+
* preset positions are required to properly control how overlay is positioned relative to the button
|
|
371
|
+
* NOTE: default positioning is not optimal
|
|
372
|
+
* NOTE: if none of the positions fits - overlay will be positioned automatically
|
|
373
|
+
*/
|
|
374
|
+
positions: ConnectedPosition[];
|
|
375
|
+
/** @ignore */
|
|
376
|
+
addInput?: ElementRef;
|
|
377
|
+
/** @ignore */
|
|
378
|
+
editInput?: ElementRef;
|
|
379
|
+
/** @ignore */
|
|
380
|
+
private tagControlSubscription?;
|
|
381
|
+
/** @ignore */
|
|
382
|
+
ngOnChanges(changes: {
|
|
383
|
+
tag?: SimpleChange;
|
|
384
|
+
palette?: SimpleChange;
|
|
385
|
+
suggestions?: SimpleChange;
|
|
386
|
+
}): void;
|
|
387
|
+
/** @ignore */
|
|
388
|
+
ngOnDestroy(): void;
|
|
389
|
+
/** @ignore */
|
|
390
|
+
addTag(): void;
|
|
391
|
+
/** @ignore */
|
|
392
|
+
updateTag(): void;
|
|
393
|
+
/** @ignore */
|
|
394
|
+
onColorChange(color: string): void;
|
|
395
|
+
/** @ignore */
|
|
396
|
+
reset(): void;
|
|
397
|
+
/** @ignore */
|
|
398
|
+
hide(): void;
|
|
399
|
+
/** @ignore */
|
|
400
|
+
displayInput(): void;
|
|
401
|
+
/** @ignore */
|
|
402
|
+
isValueInvalid(): boolean;
|
|
403
|
+
/** @ignore */
|
|
404
|
+
private createForm;
|
|
405
|
+
/** @ignore */
|
|
406
|
+
private resetForm;
|
|
407
|
+
/** @ignore */
|
|
408
|
+
private getModifiedTag;
|
|
409
|
+
/** @ignore */
|
|
410
|
+
private setDefaultSelectedColor;
|
|
411
|
+
/** @ignore */
|
|
412
|
+
private formatTagName;
|
|
413
|
+
/** @ignore */
|
|
414
|
+
private trimTagName;
|
|
415
|
+
/** @ignore */
|
|
416
|
+
getBackgroundColor(color: string): string;
|
|
417
|
+
/** @ignore */
|
|
418
|
+
onTagUpdated(tag: Tag): void;
|
|
419
|
+
/** @ignore */
|
|
420
|
+
onTagCreated(tag: Tag): void;
|
|
421
|
+
/** @ignore */
|
|
422
|
+
onTagSelect(tag: Tag): void;
|
|
423
|
+
/** @ignore */
|
|
424
|
+
onTagRemove(id: string): void;
|
|
425
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCreateTagComponent, never>;
|
|
426
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsCreateTagComponent, "ads-create-tag", never, { "limit": { "alias": "limit"; "required": false; "isSignal": true; }; "tags": { "alias": "tags"; "required": false; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "lowercase": { "alias": "lowercase"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "alphanumeric": { "alias": "alphanumeric"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
declare class AdsTagContainerComponent {
|
|
430
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagContainerComponent, never>;
|
|
431
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTagContainerComponent, "ads-tag-container", never, {}, {}, never, ["*"], false, never>;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
declare class AdsTagContainerModule {
|
|
435
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagContainerModule, never>;
|
|
436
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTagContainerModule, [typeof AdsTagContainerComponent], [typeof i2.CommonModule], [typeof AdsTagContainerComponent]>;
|
|
437
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTagContainerModule>;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
declare class AdsCreateTagModule {
|
|
441
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCreateTagModule, never>;
|
|
442
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCreateTagModule, [typeof AdsCreateTagComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4$1.OverlayModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof AdsButtonModule, typeof AdsTagContainerModule, typeof AdsTagModule], [typeof AdsCreateTagComponent]>;
|
|
443
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCreateTagModule>;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
type DividerStyle = {
|
|
447
|
+
margin: string | number;
|
|
448
|
+
'background-color': string;
|
|
449
|
+
};
|
|
450
|
+
declare class DividerComponent implements OnInit {
|
|
451
|
+
/**
|
|
452
|
+
* The divider left and right margin
|
|
453
|
+
*/
|
|
454
|
+
margin: string | number;
|
|
455
|
+
/**
|
|
456
|
+
* The divider color
|
|
457
|
+
*/
|
|
458
|
+
color: Colors;
|
|
459
|
+
/** @ignore */
|
|
460
|
+
style: DividerStyle;
|
|
461
|
+
/** @ignore */
|
|
462
|
+
ngOnInit(): void;
|
|
463
|
+
/** @ignore */
|
|
464
|
+
private setDividerStyle;
|
|
465
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, never>;
|
|
466
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "ads-divider", never, { "margin": { "alias": "margin"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
declare class AdsDividerModule {
|
|
470
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDividerModule, never>;
|
|
471
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDividerModule, [typeof DividerComponent], [typeof i2.CommonModule], [typeof DividerComponent]>;
|
|
472
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDividerModule>;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
type DROP_CALLBACK_INDEXES = {
|
|
476
|
+
before: number;
|
|
477
|
+
after: number;
|
|
478
|
+
};
|
|
479
|
+
type UNSUBSCRIBE_FUNCTIONS_COLLECTION = GENERIC_COLLECTION<() => void>;
|
|
480
|
+
declare class AdsDragAndDropListComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
481
|
+
private renderer;
|
|
482
|
+
/** @ignore */
|
|
483
|
+
draggableList?: ElementRef;
|
|
484
|
+
/** @ignore */
|
|
485
|
+
dynamicContent?: ElementRef;
|
|
486
|
+
/** This external method will be called after the item is dropped into new position */
|
|
487
|
+
dropCallback?: (sourceIndexes: DROP_CALLBACK_INDEXES, targetIndexes: DROP_CALLBACK_INDEXES) => void;
|
|
488
|
+
/** Callback function that can be used to determine if item can be dropped on the selected target */
|
|
489
|
+
canDropCallback?: (sourceIndex: number, targetIndex: number) => boolean;
|
|
490
|
+
/** Callback function that can be used to determine if item can be dragged */
|
|
491
|
+
canDragCallback?: (sourceIndex: number) => boolean;
|
|
492
|
+
/** If total items count is less than this value, drag&drop will be disabled */
|
|
493
|
+
minCountToDrag: number;
|
|
494
|
+
/** Provide subject element, which will allow to refresh the list. NOTE: refreshing is required every time the list is updated from the outside */
|
|
495
|
+
refresh: Subject<void>;
|
|
496
|
+
/** @ignore */
|
|
497
|
+
private draggedElement;
|
|
498
|
+
/** @ignore */
|
|
499
|
+
private draggedPlaceholder;
|
|
500
|
+
/** @ignore */
|
|
501
|
+
private unsubscribeFromDocumentDragOver?;
|
|
502
|
+
/** @ignore */
|
|
503
|
+
private unsubscribeFunctions;
|
|
504
|
+
/** @ignore */
|
|
505
|
+
private ngUnsubscribe;
|
|
506
|
+
private draggedOverElement;
|
|
507
|
+
/** @ignore */
|
|
508
|
+
constructor(renderer: Renderer2);
|
|
509
|
+
/** @ignore */
|
|
510
|
+
ngOnInit(): void;
|
|
511
|
+
/** @ignore */
|
|
512
|
+
ngAfterContentInit(): void;
|
|
513
|
+
/** @ignore */
|
|
514
|
+
ngOnDestroy(): void;
|
|
515
|
+
/** @ignore */
|
|
516
|
+
onListDragLeave(event: DragEvent): void;
|
|
517
|
+
/** @ignore */
|
|
518
|
+
onDragStart: (event: DragEvent) => void;
|
|
519
|
+
/** @ignore */
|
|
520
|
+
onDragEnd: () => void;
|
|
521
|
+
/** @ignore
|
|
522
|
+
* NOTE: we rely on onDragOver instead of DragEnter and DragLeave because those events also fire when we enter and leave
|
|
523
|
+
* child elements - the behavior we don't need
|
|
524
|
+
*/
|
|
525
|
+
onDragOver: (event: DragEvent) => void;
|
|
526
|
+
/** @ignore */
|
|
527
|
+
onDrop: (event: DragEvent) => void;
|
|
528
|
+
/** @ignore */
|
|
529
|
+
onMouseEnter: (event: MouseEvent) => void;
|
|
530
|
+
/** @ignore */
|
|
531
|
+
private unselectDraggedOverElement;
|
|
532
|
+
/** @ignore */
|
|
533
|
+
private setCanDrag;
|
|
534
|
+
/** @ignore */
|
|
535
|
+
private onDragOverBody;
|
|
536
|
+
/** @ignore */
|
|
537
|
+
private canDrop;
|
|
538
|
+
/** @ignore */
|
|
539
|
+
private refreshElements;
|
|
540
|
+
/** @ignore */
|
|
541
|
+
private unsubscribeFromEventListeners;
|
|
542
|
+
/** @ignore */
|
|
543
|
+
private getAllElements;
|
|
544
|
+
/** @ignore */
|
|
545
|
+
private getElement;
|
|
546
|
+
/** @ignore */
|
|
547
|
+
private getElementIndex;
|
|
548
|
+
/** @ignore */
|
|
549
|
+
private isDraggingOverSelf;
|
|
550
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDragAndDropListComponent, never>;
|
|
551
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDragAndDropListComponent, "ads-drag-and-drop-list", never, { "dropCallback": { "alias": "dropCallback"; "required": false; }; "canDropCallback": { "alias": "canDropCallback"; "required": false; }; "canDragCallback": { "alias": "canDragCallback"; "required": false; }; "minCountToDrag": { "alias": "minCountToDrag"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
declare class AdsDragAndDropListModule {
|
|
555
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDragAndDropListModule, never>;
|
|
556
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDragAndDropListModule, [typeof AdsDragAndDropListComponent], [typeof i2.CommonModule], [typeof AdsDragAndDropListComponent]>;
|
|
557
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDragAndDropListModule>;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
type ErrorPageConfig = {
|
|
561
|
+
code: number;
|
|
562
|
+
icon?: adsIcon;
|
|
563
|
+
message: string;
|
|
564
|
+
summary?: string;
|
|
565
|
+
infoColumns?: ErrorPageInfoColumn[];
|
|
566
|
+
showBackButton?: boolean;
|
|
567
|
+
backButtonLabel?: string;
|
|
568
|
+
showHomeButton?: boolean;
|
|
569
|
+
homeButtonLabel?: string;
|
|
570
|
+
};
|
|
571
|
+
type ErrorPageInfoColumn = {
|
|
572
|
+
header?: string;
|
|
573
|
+
body: string;
|
|
574
|
+
alignment?: 'left' | 'right' | 'center' | 'justify';
|
|
575
|
+
};
|
|
576
|
+
declare enum ErrorPageDefault {
|
|
577
|
+
backButtonLabel = "Go Back",
|
|
578
|
+
homeButtonLabel = "Return Home",
|
|
579
|
+
errorCode = 404
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
declare class AdsErrorPageComponent implements OnChanges, AfterViewInit {
|
|
583
|
+
private cdr;
|
|
584
|
+
private registry;
|
|
585
|
+
private location;
|
|
586
|
+
private sanitizer;
|
|
587
|
+
constructor(cdr: ChangeDetectorRef, registry: AdsIconRegistry, location: Location, sanitizer: DomSanitizer);
|
|
588
|
+
/** Path to logo image file */
|
|
589
|
+
logoSrc: string;
|
|
590
|
+
/** Alt text for logo image */
|
|
591
|
+
logoAlt: string;
|
|
592
|
+
/** Error page configuration object */
|
|
593
|
+
config: ErrorPageConfig;
|
|
594
|
+
/** @ignore */
|
|
595
|
+
iconAsSvg?: SafeHtml;
|
|
596
|
+
/** @ignore */
|
|
597
|
+
defaults: typeof ErrorPageDefault;
|
|
598
|
+
/** @ignore */
|
|
599
|
+
errorRepresentation?: ElementRef;
|
|
600
|
+
/** @ignore */
|
|
601
|
+
errorCode?: ElementRef;
|
|
602
|
+
/** @ignore */
|
|
603
|
+
codeImage?: ElementRef;
|
|
604
|
+
/** @ignore */
|
|
605
|
+
ngOnChanges(changes: {
|
|
606
|
+
config: SimpleChange;
|
|
607
|
+
}): void;
|
|
608
|
+
/** @ignore */
|
|
609
|
+
ngAfterViewInit(): void;
|
|
610
|
+
/** @ignore */
|
|
611
|
+
resize(): void;
|
|
612
|
+
/** @ignore */
|
|
613
|
+
back(): void;
|
|
614
|
+
/** @ignore */
|
|
615
|
+
adjustStyles(): {
|
|
616
|
+
fontSize?: string;
|
|
617
|
+
lineHeight?: string;
|
|
618
|
+
scale?: number;
|
|
619
|
+
};
|
|
620
|
+
/** @ignore */
|
|
621
|
+
private setIcon;
|
|
622
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageComponent, never>;
|
|
623
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsErrorPageComponent, "ads-error-page", never, { "logoSrc": { "alias": "logoSrc"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
declare class AdsErrorPageCodeComponent {
|
|
627
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageCodeComponent, never>;
|
|
628
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsErrorPageCodeComponent, "ads-error-page-code", never, {}, {}, never, never, false, never>;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
declare class AdsErrorPageCodeModule {
|
|
632
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageCodeModule, never>;
|
|
633
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsErrorPageCodeModule, [typeof AdsErrorPageCodeComponent], [typeof i2.CommonModule], [typeof AdsErrorPageCodeComponent]>;
|
|
634
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsErrorPageCodeModule>;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
/**
|
|
638
|
+
* todo: remove AdsErrorPageCodeModule after POD is updated
|
|
639
|
+
* NOTE: currently AdsErrorPageCodeModule is provided as legacy to avoid POD compilation errors
|
|
640
|
+
*/
|
|
641
|
+
declare class AdsErrorPageModule {
|
|
642
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageModule, never>;
|
|
643
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsErrorPageModule, [typeof AdsErrorPageComponent], [typeof i2.CommonModule, typeof AdsButtonModule, typeof i3$2.RouterModule, typeof AdsErrorPageCodeModule], [typeof AdsErrorPageComponent]>;
|
|
644
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsErrorPageModule>;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
type Copyright = {
|
|
648
|
+
text: string;
|
|
649
|
+
href?: string;
|
|
650
|
+
target?: '_self' | '_blank' | '_parent';
|
|
651
|
+
};
|
|
652
|
+
type Link = {
|
|
653
|
+
id?: number;
|
|
654
|
+
href: string;
|
|
655
|
+
text: string;
|
|
656
|
+
target?: string;
|
|
657
|
+
class?: string;
|
|
658
|
+
};
|
|
659
|
+
|
|
660
|
+
declare class AdsFooterComponent {
|
|
661
|
+
/**
|
|
662
|
+
* Alt text for the footer logo
|
|
663
|
+
*/
|
|
664
|
+
alt: string;
|
|
665
|
+
/**
|
|
666
|
+
* Copyright text to display
|
|
667
|
+
*/
|
|
668
|
+
copyright: Copyright;
|
|
669
|
+
/**
|
|
670
|
+
* Links to display in the footer
|
|
671
|
+
*/
|
|
672
|
+
links: Link[];
|
|
673
|
+
/**
|
|
674
|
+
* Path to the logo to display
|
|
675
|
+
*/
|
|
676
|
+
logoSrc?: string;
|
|
677
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterComponent, never>;
|
|
678
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsFooterComponent, "ads-footer", never, { "alt": { "alias": "alt"; "required": false; }; "copyright": { "alias": "copyright"; "required": false; }; "links": { "alias": "links"; "required": false; }; "logoSrc": { "alias": "logoSrc"; "required": false; }; }, {}, never, never, false, never>;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
declare class AdsFooterModule {
|
|
682
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterModule, never>;
|
|
683
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsFooterModule, [typeof AdsFooterComponent], [typeof i2.CommonModule], [typeof AdsFooterComponent]>;
|
|
684
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsFooterModule>;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
declare class AdsFooterContainerComponent {
|
|
688
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterContainerComponent, never>;
|
|
689
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsFooterContainerComponent, "ads-footer-container", never, {}, {}, never, ["*"], false, never>;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
declare class AdsFooterContainerModule {
|
|
693
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterContainerModule, never>;
|
|
694
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsFooterContainerModule, [typeof AdsFooterContainerComponent], never, [typeof AdsFooterContainerComponent]>;
|
|
695
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsFooterContainerModule>;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
declare class AdsHeaderComponent {
|
|
699
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderComponent, never>;
|
|
700
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHeaderComponent, "ads-header", never, {}, {}, never, ["[left]", "[logo]", "[right]"], false, never>;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
declare class AdsHeaderModule {
|
|
704
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderModule, never>;
|
|
705
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHeaderModule, [typeof AdsHeaderComponent], never, [typeof AdsHeaderComponent]>;
|
|
706
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHeaderModule>;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
declare class AdsHeaderContainerComponent {
|
|
710
|
+
/**
|
|
711
|
+
* Whether the viewport is mobile
|
|
712
|
+
*/
|
|
713
|
+
isMobile: boolean;
|
|
714
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderContainerComponent, never>;
|
|
715
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHeaderContainerComponent, "ads-header-container", never, { "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
declare class AdsHeaderContainerModule {
|
|
719
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderContainerModule, never>;
|
|
720
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHeaderContainerModule, [typeof AdsHeaderContainerComponent], never, [typeof AdsHeaderContainerComponent]>;
|
|
721
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHeaderContainerModule>;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
declare class AdsLinkButtonComponent {
|
|
725
|
+
/** The unique ID for the button */
|
|
726
|
+
id: i0.InputSignal<string>;
|
|
727
|
+
/** Whether the button is disabled */
|
|
728
|
+
disabled: i0.InputSignal<boolean>;
|
|
729
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsLinkButtonComponent, never>;
|
|
730
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsLinkButtonComponent, "ads-link-button", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["[icon]", "*"], false, never>;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
declare class AdsLinkButtonModule {
|
|
734
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsLinkButtonModule, never>;
|
|
735
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsLinkButtonModule, [typeof AdsLinkButtonComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4.AdsIconModule], [typeof AdsLinkButtonComponent]>;
|
|
736
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsLinkButtonModule>;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
declare abstract class AbstractLogoComponent implements OnInit {
|
|
740
|
+
/** @ignore */
|
|
741
|
+
isMobile: boolean;
|
|
742
|
+
/**
|
|
743
|
+
* Mobile width
|
|
744
|
+
*/
|
|
745
|
+
mobileWidth: i0.InputSignal<number>;
|
|
746
|
+
/**
|
|
747
|
+
* Whether the navigation is collapsed
|
|
748
|
+
*/
|
|
749
|
+
isCollapsed: i0.InputSignal<boolean>;
|
|
750
|
+
/** @ignore */
|
|
751
|
+
onResize(): void;
|
|
752
|
+
/** @ignore */
|
|
753
|
+
ngOnInit(): void;
|
|
754
|
+
/** @ignore */
|
|
755
|
+
private checkScreenSize;
|
|
756
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractLogoComponent, never>;
|
|
757
|
+
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>;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
declare class AdsPrimaryLogoComponent extends AbstractLogoComponent {
|
|
761
|
+
constructor();
|
|
762
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPrimaryLogoComponent, never>;
|
|
763
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPrimaryLogoComponent, "ads-primary-logo", never, {}, {}, never, never, false, never>;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
declare class AdsPrimaryLogoModule {
|
|
767
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPrimaryLogoModule, never>;
|
|
768
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPrimaryLogoModule, [typeof AdsPrimaryLogoComponent], [typeof i2.CommonModule, typeof i2.NgOptimizedImage], [typeof AdsPrimaryLogoComponent]>;
|
|
769
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPrimaryLogoModule>;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
declare class AdsAscentLogoComponent extends AbstractLogoComponent implements AfterViewInit {
|
|
773
|
+
private ref;
|
|
774
|
+
constructor(ref: ElementRef);
|
|
775
|
+
/** @ignore */
|
|
776
|
+
isDarkMode: boolean;
|
|
777
|
+
/** @ignore */
|
|
778
|
+
isStorybook: boolean;
|
|
779
|
+
/**
|
|
780
|
+
* Invert colors option
|
|
781
|
+
*/
|
|
782
|
+
invertTheme: boolean;
|
|
783
|
+
/** @ignore */
|
|
784
|
+
pictureEl?: HTMLElement;
|
|
785
|
+
/** @ignore */
|
|
786
|
+
ngAfterViewInit(): void;
|
|
787
|
+
/** @ignore */
|
|
788
|
+
private updateThemeFromClassList;
|
|
789
|
+
/**
|
|
790
|
+
* Logo size
|
|
791
|
+
*/
|
|
792
|
+
size: i0.InputSignal<"small" | "large">;
|
|
793
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAscentLogoComponent, never>;
|
|
794
|
+
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>;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
declare class AdsAscentLogoModule {
|
|
798
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAscentLogoModule, never>;
|
|
799
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsAscentLogoModule, [typeof AdsAscentLogoComponent], [typeof i2.CommonModule, typeof i2.NgOptimizedImage], [typeof AdsAscentLogoComponent]>;
|
|
800
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsAscentLogoModule>;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
declare abstract class AbstractApplicationLogoComponent {
|
|
804
|
+
/** @ignore */
|
|
805
|
+
abstract readonly label: string;
|
|
806
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractApplicationLogoComponent, never>;
|
|
807
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractApplicationLogoComponent, never, never, {}, {}, never, never, true, never>;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
declare class AdsScmsLogoComponent extends AbstractApplicationLogoComponent {
|
|
811
|
+
label: string;
|
|
812
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsLogoComponent, never>;
|
|
813
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsScmsLogoComponent, "ads-scms-logo", never, {}, {}, never, never, false, never>;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
declare class AdsScmsLogoModule {
|
|
817
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsLogoModule, never>;
|
|
818
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsLogoModule, [typeof AdsScmsLogoComponent], [typeof i2.CommonModule, typeof AdsAscentLogoModule], [typeof AdsScmsLogoComponent]>;
|
|
819
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsLogoModule>;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
declare class AdsPeakMarketplaceLogoComponent extends AbstractApplicationLogoComponent {
|
|
823
|
+
label: string;
|
|
824
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakMarketplaceLogoComponent, never>;
|
|
825
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPeakMarketplaceLogoComponent, "ads-peak-marketplace-logo", never, {}, {}, never, never, false, never>;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
declare class AdsPeakMarketplaceLogoModule {
|
|
829
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakMarketplaceLogoModule, never>;
|
|
830
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPeakMarketplaceLogoModule, [typeof AdsPeakMarketplaceLogoComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule], [typeof AdsPeakMarketplaceLogoComponent]>;
|
|
831
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPeakMarketplaceLogoModule>;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
declare class AdsPeakEssentialsLogoComponent extends AbstractApplicationLogoComponent {
|
|
835
|
+
label: string;
|
|
836
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakEssentialsLogoComponent, never>;
|
|
837
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPeakEssentialsLogoComponent, "ads-peak-essentials-logo", never, {}, {}, never, never, false, never>;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
declare class AdsPeakEssentialsLogoModule {
|
|
841
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakEssentialsLogoModule, never>;
|
|
842
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPeakEssentialsLogoModule, [typeof AdsPeakEssentialsLogoComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule], [typeof AdsPeakEssentialsLogoComponent]>;
|
|
843
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPeakEssentialsLogoModule>;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
declare class AdsPeakOrderManagementLogoComponent extends AbstractApplicationLogoComponent {
|
|
847
|
+
label: string;
|
|
848
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakOrderManagementLogoComponent, never>;
|
|
849
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPeakOrderManagementLogoComponent, "ads-peak-order-management-logo", never, {}, {}, never, never, false, never>;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
declare class AdsPeakOrderManagementLogoModule {
|
|
853
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakOrderManagementLogoModule, never>;
|
|
854
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPeakOrderManagementLogoModule, [typeof AdsPeakOrderManagementLogoComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule], [typeof AdsPeakOrderManagementLogoComponent]>;
|
|
855
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPeakOrderManagementLogoModule>;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
type Theme = 'primary' | 'success' | 'medium';
|
|
859
|
+
declare class AdsProgressBarComponent implements OnChanges {
|
|
860
|
+
private registry;
|
|
861
|
+
constructor(registry: AdsIconRegistry);
|
|
862
|
+
/**
|
|
863
|
+
* The unique ID for the progress bar
|
|
864
|
+
*/
|
|
865
|
+
id: string;
|
|
866
|
+
/**
|
|
867
|
+
* Whether or not the progress bar is disabled
|
|
868
|
+
*/
|
|
869
|
+
disabled: boolean;
|
|
870
|
+
/**
|
|
871
|
+
* Aria label for the progress element
|
|
872
|
+
*/
|
|
873
|
+
ariaLabel: string;
|
|
874
|
+
/**
|
|
875
|
+
* The max value of the progress bar
|
|
876
|
+
*/
|
|
877
|
+
max: number;
|
|
878
|
+
/**
|
|
879
|
+
* The value of the progress bar
|
|
880
|
+
*/
|
|
881
|
+
value: number;
|
|
882
|
+
/**
|
|
883
|
+
* @ignore
|
|
884
|
+
* Only show the marker if the bar has progress and is not completed
|
|
885
|
+
*/
|
|
886
|
+
get showMarker(): boolean;
|
|
887
|
+
/** @ignore */
|
|
888
|
+
color: Theme;
|
|
889
|
+
/** @ignore */
|
|
890
|
+
markerPosition: string;
|
|
891
|
+
/** @ignore */
|
|
892
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
893
|
+
/** @ignore */
|
|
894
|
+
private getColor;
|
|
895
|
+
/** @ignore */
|
|
896
|
+
private getLabel;
|
|
897
|
+
/** @ignore */
|
|
898
|
+
private getMarkerPosition;
|
|
899
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarComponent, never>;
|
|
900
|
+
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>;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
declare class AdsProgressBarModule {
|
|
904
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarModule, never>;
|
|
905
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressBarModule, [typeof AdsProgressBarComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule], [typeof AdsProgressBarComponent]>;
|
|
906
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressBarModule>;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
declare enum SpinnerSize {
|
|
910
|
+
xSmall = "x-small",
|
|
911
|
+
small = "small",
|
|
912
|
+
normal = "normal"
|
|
913
|
+
}
|
|
914
|
+
declare class AdsProgressSpinnerComponent implements OnInit {
|
|
915
|
+
protected ref: ElementRef;
|
|
916
|
+
private cdr;
|
|
917
|
+
/** set spinner z-index */
|
|
918
|
+
zIndex: number;
|
|
919
|
+
/** set spinner scrollContainer. This is useful when the spinner is inside dialog window **/
|
|
920
|
+
scrollContainer: HTMLElement | 'auto' | 'none';
|
|
921
|
+
/** set spinner size */
|
|
922
|
+
size: SpinnerSize;
|
|
923
|
+
/** set spinner diameter (overrides "size") */
|
|
924
|
+
diameter?: number;
|
|
925
|
+
computedDiameter: number;
|
|
926
|
+
isSticky: boolean;
|
|
927
|
+
computedStyles?: CSSStyleDeclaration;
|
|
928
|
+
private readonly sizes;
|
|
929
|
+
constructor(ref: ElementRef, cdr: ChangeDetectorRef);
|
|
930
|
+
/** @ignore */
|
|
931
|
+
ngOnInit(): void;
|
|
932
|
+
/** @ignore */
|
|
933
|
+
getOverlayStyles(): GENERIC_COLLECTION;
|
|
934
|
+
/**
|
|
935
|
+
* @ignore
|
|
936
|
+
* required for proper change detection
|
|
937
|
+
* NOTE: REALLY REQUIRED
|
|
938
|
+
*/
|
|
939
|
+
resize(): void;
|
|
940
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerComponent, never>;
|
|
941
|
+
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>;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
declare class AdsProgressSpinnerModule {
|
|
945
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerModule, never>;
|
|
946
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$2.AdsGestureModule, typeof i5.MatProgressSpinnerModule], [typeof AdsProgressSpinnerComponent]>;
|
|
947
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressSpinnerModule>;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
declare enum ProgressIndicatorSpinnerDefault {
|
|
951
|
+
diameter = 52,
|
|
952
|
+
padding = 11,
|
|
953
|
+
fontSize = 20,
|
|
954
|
+
max = 10
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
declare class AdsProgressIndicatorSpinnerComponent implements OnChanges {
|
|
958
|
+
/** Spinner diameter in pixels. Default is 52. Cannot be less than 20 */
|
|
959
|
+
diameter: number;
|
|
960
|
+
/** Max progress value. Default is 10. Cannot be less than 0 */
|
|
961
|
+
max: number;
|
|
962
|
+
/** Current progress value. Cannot be less than 0 or more than "max"*/
|
|
963
|
+
value: number;
|
|
964
|
+
/** Event emitted percentage is updated after value changes */
|
|
965
|
+
percentageUpdated: EventEmitter<number>;
|
|
966
|
+
/** @ignore */
|
|
967
|
+
percentage: number;
|
|
968
|
+
/** @ignore */
|
|
969
|
+
readonly defaults: typeof ProgressIndicatorSpinnerDefault;
|
|
970
|
+
/** @ignore */
|
|
971
|
+
ngOnChanges(changes: {
|
|
972
|
+
value: SimpleChange;
|
|
973
|
+
max: SimpleChange;
|
|
974
|
+
diameter: SimpleChange;
|
|
975
|
+
}): void;
|
|
976
|
+
/** @ignore */
|
|
977
|
+
private calculateMax;
|
|
978
|
+
/** @ignore */
|
|
979
|
+
private calculateValue;
|
|
980
|
+
/** @ignore */
|
|
981
|
+
private calculatePercentage;
|
|
982
|
+
/** @ignore */
|
|
983
|
+
private calculateDiameter;
|
|
984
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressIndicatorSpinnerComponent, never>;
|
|
985
|
+
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>;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
declare class AdsProgressIndicatorSpinnerModule {
|
|
989
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressIndicatorSpinnerModule, never>;
|
|
990
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressIndicatorSpinnerModule, [typeof AdsProgressIndicatorSpinnerComponent], [typeof i2.CommonModule, typeof i5.MatProgressSpinnerModule], [typeof AdsProgressIndicatorSpinnerComponent]>;
|
|
991
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressIndicatorSpinnerModule>;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
declare class ShellLayoutComponent {
|
|
995
|
+
/**
|
|
996
|
+
* Whether the navigation is collapsed
|
|
997
|
+
*/
|
|
998
|
+
isCollapsed: boolean;
|
|
999
|
+
/**
|
|
1000
|
+
* Whether the viewport is mobile
|
|
1001
|
+
*/
|
|
1002
|
+
isMobile: boolean;
|
|
1003
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShellLayoutComponent, never>;
|
|
1004
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShellLayoutComponent, "ads-shell-layout", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["[header]", "*", "[widgetbar]", "[footer]"], false, never>;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
declare class AdsShellLayoutModule {
|
|
1008
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsShellLayoutModule, never>;
|
|
1009
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsShellLayoutModule, [typeof ShellLayoutComponent], [typeof i2.CommonModule], [typeof ShellLayoutComponent]>;
|
|
1010
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsShellLayoutModule>;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
declare class AdsSplashPageComponent {
|
|
1014
|
+
/**
|
|
1015
|
+
* Alt text for the logo
|
|
1016
|
+
*/
|
|
1017
|
+
alt: string;
|
|
1018
|
+
/**
|
|
1019
|
+
* Logo to display
|
|
1020
|
+
*/
|
|
1021
|
+
imageSrc: string;
|
|
1022
|
+
text: string;
|
|
1023
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSplashPageComponent, never>;
|
|
1024
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSplashPageComponent, "ads-splash-page", never, { "alt": { "alias": "alt"; "required": false; }; "imageSrc": { "alias": "imageSrc"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
declare class AdsSplashPageModule {
|
|
1028
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSplashPageModule, never>;
|
|
1029
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSplashPageModule, [typeof AdsSplashPageComponent], [typeof i2.CommonModule], [typeof AdsSplashPageComponent]>;
|
|
1030
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSplashPageModule>;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
declare abstract class AbstractBaseComponent implements OnChanges, AfterViewInit {
|
|
1034
|
+
/** Form control, associated with input field */
|
|
1035
|
+
set control(control: AbstractControl | null);
|
|
1036
|
+
/** @ignore */
|
|
1037
|
+
displayControl: FormControl;
|
|
1038
|
+
/** If true, invalid field will immediately become dirty to display the error */
|
|
1039
|
+
immediateValidation: boolean;
|
|
1040
|
+
/** Object, containing key=>value pairs for errors and their translated messages */
|
|
1041
|
+
errorMessages: GENERIC_COLLECTION<string>;
|
|
1042
|
+
/** Hint message, displayed under the control */
|
|
1043
|
+
hint?: string;
|
|
1044
|
+
/** Success message, displayed under the control */
|
|
1045
|
+
successMessage?: string;
|
|
1046
|
+
/** Optional "id" attribute for input field */
|
|
1047
|
+
id: string;
|
|
1048
|
+
/** Optional control field label */
|
|
1049
|
+
label?: string;
|
|
1050
|
+
/** @ignore */
|
|
1051
|
+
showFooter: boolean;
|
|
1052
|
+
/** @ignore */
|
|
1053
|
+
protected registry: AdsIconRegistry;
|
|
1054
|
+
/** @ignore */
|
|
1055
|
+
get required(): boolean;
|
|
1056
|
+
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
1057
|
+
width: string;
|
|
1058
|
+
/** @ignore */
|
|
1059
|
+
valueControl: FormControl;
|
|
1060
|
+
/** @ignore */
|
|
1061
|
+
private readonly genericError;
|
|
1062
|
+
/** @ignore */
|
|
1063
|
+
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
1064
|
+
/** @ignore */
|
|
1065
|
+
private readonly requiredErrorMessage;
|
|
1066
|
+
constructor();
|
|
1067
|
+
ngOnChanges(changes: {
|
|
1068
|
+
immediateValidation: SimpleChange;
|
|
1069
|
+
}): void;
|
|
1070
|
+
/** @ignore */
|
|
1071
|
+
ngAfterViewInit(): void;
|
|
1072
|
+
/** @ignore */
|
|
1073
|
+
displayFirstError(control?: FormControl): string;
|
|
1074
|
+
/** @ignore */
|
|
1075
|
+
protected touchInvalid(control: FormControl): void;
|
|
1076
|
+
/** @ignore */
|
|
1077
|
+
protected syncState(): void;
|
|
1078
|
+
/** @ignore */
|
|
1079
|
+
canShowError(): boolean;
|
|
1080
|
+
/** @ignore */
|
|
1081
|
+
canShowSuccess(): boolean;
|
|
1082
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractBaseComponent, never>;
|
|
1083
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractBaseComponent, never, never, { "control": { "alias": "control"; "required": false; }; "immediateValidation": { "alias": "immediateValidation"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "successMessage": { "alias": "successMessage"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
type FieldSize = 'base' | 'xs';
|
|
1087
|
+
declare abstract class AbstractInputComponent extends AbstractBaseComponent {
|
|
1088
|
+
showExclamationOnError: boolean;
|
|
1089
|
+
/** If true, clear button will appear in the input if it is not empty */
|
|
1090
|
+
showClearButton: boolean;
|
|
1091
|
+
/** Tooltip message, displayed over tooltip icon */
|
|
1092
|
+
tooltip?: string;
|
|
1093
|
+
/** Empty input field placeholder */
|
|
1094
|
+
placeholder: string;
|
|
1095
|
+
/** Whether the Input is a smaller version */
|
|
1096
|
+
size: FieldSize;
|
|
1097
|
+
/** Href for the Tooltip */
|
|
1098
|
+
tooltipHref?: string;
|
|
1099
|
+
/** @ignore */
|
|
1100
|
+
get showExclamation(): boolean;
|
|
1101
|
+
/** @ignore */
|
|
1102
|
+
get canClear(): boolean;
|
|
1103
|
+
/** @ignore */
|
|
1104
|
+
clear(event: MouseEvent): void;
|
|
1105
|
+
/** @ignore */
|
|
1106
|
+
get smallSize(): boolean;
|
|
1107
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractInputComponent, never>;
|
|
1108
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractInputComponent, never, never, { "showExclamationOnError": { "alias": "showExclamationOnError"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tooltipHref": { "alias": "tooltipHref"; "required": false; }; }, {}, never, never, true, never>;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
type DropdownComponentOption = string | number | GENERIC_COLLECTION | null | boolean;
|
|
1112
|
+
type DropdownComponentOptions = DropdownComponentOption[] | GENERIC_COLLECTION<DropdownComponentOption> | Map<DropdownComponentOption, DropdownComponentOption>;
|
|
1113
|
+
type DropdownComponentDisplayedOptions = Map<DropdownComponentOption, string>;
|
|
1114
|
+
declare abstract class AbstractDropdownComponent extends AbstractInputComponent implements OnDestroy {
|
|
1115
|
+
/** If options contain objects, provide object property name that will be used as display value in dropdown */
|
|
1116
|
+
displayValueKey?: string;
|
|
1117
|
+
/** Enable/disable options sorting */
|
|
1118
|
+
sortOptions: boolean;
|
|
1119
|
+
/** Set to true if you want dropdown items to fit content rather than dropdown width */
|
|
1120
|
+
fitContent: boolean;
|
|
1121
|
+
/** @ignore */
|
|
1122
|
+
displayedOptions: DropdownComponentDisplayedOptions;
|
|
1123
|
+
/** @ignore */
|
|
1124
|
+
protected controlSubscription?: Subscription;
|
|
1125
|
+
/** @ignore */
|
|
1126
|
+
protected readonly genericDisplayedValue: string;
|
|
1127
|
+
/** @ignore */
|
|
1128
|
+
protected readonly noDisplayedValueWarning: string;
|
|
1129
|
+
/** @ignore */
|
|
1130
|
+
ngOnDestroy(): void;
|
|
1131
|
+
/** @ignore */
|
|
1132
|
+
applySorting: (a: {
|
|
1133
|
+
key: DropdownComponentOption;
|
|
1134
|
+
value: string;
|
|
1135
|
+
}, b: {
|
|
1136
|
+
key: DropdownComponentOption;
|
|
1137
|
+
value: string;
|
|
1138
|
+
}) => number;
|
|
1139
|
+
/** @ignore */
|
|
1140
|
+
protected processOptions(options?: DropdownComponentOptions): void;
|
|
1141
|
+
/** @ignore */
|
|
1142
|
+
protected unsubscribeFromControl(): void;
|
|
1143
|
+
/** @ignore */
|
|
1144
|
+
protected getDisplayedValue(option: DropdownComponentOption, displayValueKey?: string | undefined, originalOption?: DropdownComponentOption): string;
|
|
1145
|
+
/** @ignore */
|
|
1146
|
+
protected getGenericDisplayedValue(option: DropdownComponentOption): string;
|
|
1147
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDropdownComponent, never>;
|
|
1148
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDropdownComponent, never, never, { "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "sortOptions": { "alias": "sortOptions"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
declare class AdsDropdownComponent extends AbstractDropdownComponent implements OnChanges {
|
|
1152
|
+
/** Provide function that will allow to calculate option display value */
|
|
1153
|
+
displayValueFormatter?: ((option: DropdownComponentOption) => string) | undefined;
|
|
1154
|
+
/** Set dropdown mode "normal" or "pill" */
|
|
1155
|
+
mode: 'normal' | 'pill';
|
|
1156
|
+
/** Set to true to add empty value to the dropdown */
|
|
1157
|
+
hasEmptyValue: boolean;
|
|
1158
|
+
/** Set to true if you want to show a checkmark near selected option */
|
|
1159
|
+
checkSelected: boolean;
|
|
1160
|
+
/** Contains dropdown options */
|
|
1161
|
+
options?: DropdownComponentOptions;
|
|
1162
|
+
/** @ignore */
|
|
1163
|
+
panel?: MatSelect;
|
|
1164
|
+
/** @ignore */
|
|
1165
|
+
readonly isMultiselect: boolean;
|
|
1166
|
+
/** @ignore */
|
|
1167
|
+
readonly showChips: boolean;
|
|
1168
|
+
/** @ignore */
|
|
1169
|
+
displayedOptionsArray: DropdownComponentOption[];
|
|
1170
|
+
/** @ignore */
|
|
1171
|
+
protected readonly Colors: typeof Colors;
|
|
1172
|
+
constructor();
|
|
1173
|
+
/** @ignore */
|
|
1174
|
+
ngOnChanges(changes: {
|
|
1175
|
+
options: SimpleChange;
|
|
1176
|
+
immediateValidation: SimpleChange;
|
|
1177
|
+
}): void;
|
|
1178
|
+
onOptionRemoved(option: DropdownComponentOption): void;
|
|
1179
|
+
/** @ignore */
|
|
1180
|
+
onOpened(): void;
|
|
1181
|
+
/** @ignore */
|
|
1182
|
+
protected processOptions(): void;
|
|
1183
|
+
/** @ignore */
|
|
1184
|
+
protected setControlValueSubscription(): void;
|
|
1185
|
+
/** @ignore */
|
|
1186
|
+
/**
|
|
1187
|
+
* NOTE: this method is needed because if control value is an object, it MUST reference the same
|
|
1188
|
+
* object as corresponding dropdown option, thus here we replace dropdown option with control value if needed
|
|
1189
|
+
*/
|
|
1190
|
+
protected mapControlValue(control?: FormControl): void;
|
|
1191
|
+
/** @ignore */
|
|
1192
|
+
protected subscribeToControl(control?: FormControl): void;
|
|
1193
|
+
/** @ignore */
|
|
1194
|
+
protected replaceDisplayedOptionWithControlValue(controlValue: DropdownComponentOption): void;
|
|
1195
|
+
/** @ignore */
|
|
1196
|
+
protected getGenericDisplayedValue(option: DropdownComponentOption): string;
|
|
1197
|
+
/** @ignore */
|
|
1198
|
+
private applyArraySorting;
|
|
1199
|
+
/** @ignore */
|
|
1200
|
+
chipName(option: MatOption): string;
|
|
1201
|
+
/** @ignore */
|
|
1202
|
+
toggleOption(option: DropdownComponentOption): void;
|
|
1203
|
+
/** @ignore */
|
|
1204
|
+
onCheckboxChange(option: DropdownComponentOption): void;
|
|
1205
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownComponent, never>;
|
|
1206
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDropdownComponent, "ads-dropdown", never, { "displayValueFormatter": { "alias": "displayValueFormatter"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "hasEmptyValue": { "alias": "hasEmptyValue"; "required": false; }; "checkSelected": { "alias": "checkSelected"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, false, never>;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
declare class AdsInputTooltipComponent {
|
|
1210
|
+
private registry;
|
|
1211
|
+
tooltip: i0.InputSignal<string>;
|
|
1212
|
+
smallSize: i0.InputSignal<boolean>;
|
|
1213
|
+
href: i0.InputSignal<string | undefined>;
|
|
1214
|
+
constructor(registry: AdsIconRegistry);
|
|
1215
|
+
get iconPosition(): string;
|
|
1216
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputTooltipComponent, never>;
|
|
1217
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputTooltipComponent, "ads-input-tooltip", never, { "tooltip": { "alias": "tooltip"; "required": true; "isSignal": true; }; "smallSize": { "alias": "smallSize"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
declare class AdsErrorComponent {
|
|
1221
|
+
/** Set text to show error */
|
|
1222
|
+
error: i0.InputSignal<string>;
|
|
1223
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorComponent, never>;
|
|
1224
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsErrorComponent, "ads-error", never, { "error": { "alias": "error"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
declare class AdsHintComponent implements OnInit {
|
|
1228
|
+
control: i0.InputSignal<FormControl<any>>;
|
|
1229
|
+
hint: i0.InputSignal<string>;
|
|
1230
|
+
state: string;
|
|
1231
|
+
ngOnInit(): void;
|
|
1232
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHintComponent, never>;
|
|
1233
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHintComponent, "ads-hint", never, { "control": { "alias": "control"; "required": true; "isSignal": true; }; "hint": { "alias": "hint"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
declare class AdsSuccessComponent {
|
|
1237
|
+
/** Set text to show success */
|
|
1238
|
+
success: i0.InputSignal<string>;
|
|
1239
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSuccessComponent, never>;
|
|
1240
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSuccessComponent, "ads-success", never, { "success": { "alias": "success"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
declare class AdsCheckboxComponent extends AbstractBaseComponent implements OnInit, OnChanges {
|
|
1244
|
+
/** Set to "true" to make the checkbox indeterminate */
|
|
1245
|
+
indeterminate: boolean;
|
|
1246
|
+
width: string;
|
|
1247
|
+
/** @ignore */
|
|
1248
|
+
private valueChangeSub?;
|
|
1249
|
+
/** @ignore */
|
|
1250
|
+
ngOnInit(): void;
|
|
1251
|
+
/** @ignore */
|
|
1252
|
+
ngOnChanges(changes: {
|
|
1253
|
+
required: SimpleChange;
|
|
1254
|
+
immediateValidation: SimpleChange;
|
|
1255
|
+
}): void;
|
|
1256
|
+
/** @ignore */
|
|
1257
|
+
toggleCheck(): void;
|
|
1258
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCheckboxComponent, never>;
|
|
1259
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsCheckboxComponent, "ads-checkbox", never, { "indeterminate": { "alias": "indeterminate"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, false, never>;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
declare class AdsCheckboxModule {
|
|
1263
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCheckboxModule, never>;
|
|
1264
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCheckboxModule, [typeof AdsCheckboxComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof AdsHintComponent, typeof AdsErrorComponent, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent], [typeof AdsCheckboxComponent]>;
|
|
1265
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCheckboxModule>;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
declare class AdsDropdownModule {
|
|
1269
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownModule, never>;
|
|
1270
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$3.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i4.AdsIconModule, typeof i5$2.MatInputModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof i10.MatIcon, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof AdsTagModule, typeof AdsCheckboxModule], [typeof AdsDropdownComponent]>;
|
|
1271
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDropdownModule>;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
declare class AdsMultiSelectDropdownComponent extends AdsDropdownComponent {
|
|
1275
|
+
/** @ignore */
|
|
1276
|
+
hasEmptyValue: boolean;
|
|
1277
|
+
/** @ignore */
|
|
1278
|
+
displayValueFormatter?: ((option: DropdownComponentOption) => string) | undefined;
|
|
1279
|
+
/** @ignore */
|
|
1280
|
+
readonly isMultiselect: boolean;
|
|
1281
|
+
/** if set to true selected values will be shown as chips */
|
|
1282
|
+
showChips: boolean;
|
|
1283
|
+
/** @ignore */
|
|
1284
|
+
protected setControlValueSubscription(): void;
|
|
1285
|
+
/** @ignore */
|
|
1286
|
+
get canClear(): any;
|
|
1287
|
+
/** @ignore */
|
|
1288
|
+
/**
|
|
1289
|
+
* NOTE: this method is needed because if control value is an object, it MUST reference the same
|
|
1290
|
+
* object as corresponding dropdown option, thus here we replace dropdown option with control value if needed
|
|
1291
|
+
*/
|
|
1292
|
+
protected mapControlValue(control?: FormControl): void;
|
|
1293
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownComponent, never>;
|
|
1294
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsMultiSelectDropdownComponent, "ads-multi-select-dropdown", never, { "showChips": { "alias": "showChips"; "required": false; }; }, {}, never, never, false, never>;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
declare class AdsMultiSelectDropdownModule {
|
|
1298
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownModule, never>;
|
|
1299
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$3.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i4.AdsIconModule, typeof i5$2.MatInputModule, typeof AdsInputTooltipComponent, typeof i3$1.MatIconButton, typeof i10.MatIcon, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsTagModule, typeof AdsCheckboxModule], [typeof AdsMultiSelectDropdownComponent]>;
|
|
1300
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMultiSelectDropdownModule>;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
declare class AdsInputComponent extends AbstractInputComponent implements OnInit {
|
|
1304
|
+
/** Maximum amount of characters in the input field */
|
|
1305
|
+
maxlength: number;
|
|
1306
|
+
/** Possible input type (as per HTML documentation). NOTE: not all types are allowed */
|
|
1307
|
+
type: 'text' | 'number' | 'email' | 'password' | 'url' | 'pattern' | 'tel';
|
|
1308
|
+
/** Provide regular expression pattern if input type is set to "pattern" */
|
|
1309
|
+
pattern: string | RegExp;
|
|
1310
|
+
/** Provide "default" value that will be used when control value is cleared */
|
|
1311
|
+
defaultValue?: unknown;
|
|
1312
|
+
/** mark input field as readonly */
|
|
1313
|
+
readonly: boolean;
|
|
1314
|
+
/** mark input field as readonly */
|
|
1315
|
+
isPasswordField: boolean;
|
|
1316
|
+
/** @ignore */
|
|
1317
|
+
showClockIcon: boolean;
|
|
1318
|
+
/** Add mask to the Input */
|
|
1319
|
+
mask: string;
|
|
1320
|
+
/** Add suffix to the Input */
|
|
1321
|
+
suffix: string;
|
|
1322
|
+
/** Add prefix to the Input */
|
|
1323
|
+
prefix: string;
|
|
1324
|
+
/** If true Special Characters not be included in the actual value */
|
|
1325
|
+
dropSpecialCharacters: boolean;
|
|
1326
|
+
/** Add thousand Separator */
|
|
1327
|
+
thousandSeparator: string;
|
|
1328
|
+
/** Add decimal marker */
|
|
1329
|
+
decimalMarker: "." | "," | [".", ","];
|
|
1330
|
+
/** Add mat Autocomplete trigger name */
|
|
1331
|
+
matAutocomplete?: MatAutocomplete;
|
|
1332
|
+
/** Show search icon */
|
|
1333
|
+
showSearchIcon: boolean;
|
|
1334
|
+
/** Custom function to execute on blur event */
|
|
1335
|
+
onBlur: (event: FocusEvent) => void;
|
|
1336
|
+
/** @ignore */
|
|
1337
|
+
input?: ElementRef;
|
|
1338
|
+
/** @ignore */
|
|
1339
|
+
hidePassword: boolean;
|
|
1340
|
+
/** @ignore */
|
|
1341
|
+
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
1342
|
+
ngOnInit(): void;
|
|
1343
|
+
/** @ignore */
|
|
1344
|
+
showHidePassword(): void;
|
|
1345
|
+
/** @ignore */
|
|
1346
|
+
restrictInput(event: KeyboardEvent): void;
|
|
1347
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputComponent, never>;
|
|
1348
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputComponent, "ads-input", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "isPasswordField": { "alias": "isPasswordField"; "required": false; }; "showClockIcon": { "alias": "showClockIcon"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "thousandSeparator": { "alias": "thousandSeparator"; "required": false; }; "decimalMarker": { "alias": "decimalMarker"; "required": false; }; "matAutocomplete": { "alias": "matAutocomplete"; "required": false; }; "showSearchIcon": { "alias": "showSearchIcon"; "required": false; }; "onBlur": { "alias": "onBlur"; "required": false; }; }, {}, never, never, false, never>;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
declare class AdsInputModule {
|
|
1352
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputModule, never>;
|
|
1353
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputModule, [typeof AdsInputComponent], [typeof i2.CommonModule, typeof i4$3.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof AdsInputTooltipComponent, typeof i3$1.MatIconButton, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof i12.NgxMaskDirective, typeof i13.MatAutocompleteTrigger], [typeof AdsInputComponent]>;
|
|
1354
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputModule>;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
declare class AdsPhoneFieldComponent extends AbstractInputComponent implements OnInit, OnDestroy {
|
|
1358
|
+
/** @ignore */
|
|
1359
|
+
phoneMask: i0.WritableSignal<string>;
|
|
1360
|
+
/** @ignore */
|
|
1361
|
+
private valueChangesSubscription;
|
|
1362
|
+
/** @ignore */
|
|
1363
|
+
ngOnInit(): void;
|
|
1364
|
+
/** @ignore */
|
|
1365
|
+
onBlur: () => void;
|
|
1366
|
+
/** @ignore */
|
|
1367
|
+
protected addPlusSignIfMissing: () => void;
|
|
1368
|
+
/** @ignore */
|
|
1369
|
+
protected validatePhoneNumber: () => void;
|
|
1370
|
+
/** @ignore */
|
|
1371
|
+
private updatePhoneMask;
|
|
1372
|
+
/** @ignore */
|
|
1373
|
+
private setInitialPhoneNumber;
|
|
1374
|
+
/** @ignore */
|
|
1375
|
+
ngOnDestroy(): void;
|
|
1376
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPhoneFieldComponent, never>;
|
|
1377
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPhoneFieldComponent, "ads-phone-field", never, {}, {}, never, never, false, never>;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
declare class AdsPhoneFieldModule {
|
|
1381
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPhoneFieldModule, never>;
|
|
1382
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPhoneFieldModule, [typeof AdsPhoneFieldComponent], [typeof i2.CommonModule, typeof i12.NgxMaskDirective, typeof AdsInputModule], [typeof AdsPhoneFieldComponent]>;
|
|
1383
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPhoneFieldModule>;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
declare class AdsTextareaComponent extends AbstractInputComponent {
|
|
1387
|
+
/** Maximum amount of characters in the input field */
|
|
1388
|
+
maxlength: number;
|
|
1389
|
+
/** Maximum number of rows */
|
|
1390
|
+
rows: number;
|
|
1391
|
+
/** Set to false to disallow resize */
|
|
1392
|
+
canResize: boolean;
|
|
1393
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTextareaComponent, never>;
|
|
1394
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTextareaComponent, "ads-textarea", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "canResize": { "alias": "canResize"; "required": false; }; }, {}, never, never, false, never>;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
declare class AdsTextareaModule {
|
|
1398
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTextareaModule, never>;
|
|
1399
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTextareaModule, [typeof AdsTextareaComponent], [typeof i2.CommonModule, typeof i4$3.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent], [typeof AdsTextareaComponent]>;
|
|
1400
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTextareaModule>;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
declare class AdsInputDropdownComponent extends AbstractInputComponent implements OnChanges {
|
|
1404
|
+
/** Maximum amount of characters in the input field */
|
|
1405
|
+
maxlength: number;
|
|
1406
|
+
/** Possible input type (as per HTML documentation). NOTE: not all types are allowed */
|
|
1407
|
+
type: 'text' | 'number' | 'email' | 'password' | 'url' | 'pattern';
|
|
1408
|
+
/** Provide regular expression pattern if input type is set to "pattern" */
|
|
1409
|
+
pattern: string | RegExp;
|
|
1410
|
+
/** Dropdown control, associated with input field */
|
|
1411
|
+
dropdownControl: FormControl;
|
|
1412
|
+
/** Optional "id" attribute for dropdown field */
|
|
1413
|
+
dropdownId: string;
|
|
1414
|
+
/** Optional dropdown control field label */
|
|
1415
|
+
dropdownLabel?: string;
|
|
1416
|
+
/** Empty dropdown field placeholder */
|
|
1417
|
+
dropdownPlaceholder: string;
|
|
1418
|
+
/** Input field width. Must include units of measure: px, %, em, rem, etc. */
|
|
1419
|
+
inputWidth: string;
|
|
1420
|
+
/** Input field width. Must include units of measure: px, %, em, rem, etc. */
|
|
1421
|
+
dropdownWidth: string;
|
|
1422
|
+
/** Is set and dropdown contains only one option - it will be selected automatically. */
|
|
1423
|
+
autoSelectSingleDropdownOption: boolean;
|
|
1424
|
+
/** Contains dropdown options */
|
|
1425
|
+
options?: DropdownComponentOptions;
|
|
1426
|
+
/** If options contain objects, provide object property name that will be used as display value in dropdown */
|
|
1427
|
+
displayValueKey?: string;
|
|
1428
|
+
/** Set to true to add empty value to the dropdown */
|
|
1429
|
+
hasEmptyValue: boolean;
|
|
1430
|
+
/** Set to true if you want dropdown items to fit content rather than dropdown width */
|
|
1431
|
+
fitContent: boolean;
|
|
1432
|
+
/** Add mask to the Input */
|
|
1433
|
+
mask: string;
|
|
1434
|
+
/** Add suffix to the Input */
|
|
1435
|
+
suffix: string;
|
|
1436
|
+
/** Add prefix to the Input */
|
|
1437
|
+
prefix: string;
|
|
1438
|
+
/** If true Special Characters not be included in the actual value */
|
|
1439
|
+
dropSpecialCharacters: boolean;
|
|
1440
|
+
/** Add thousand Separator */
|
|
1441
|
+
thousandSeparator: string;
|
|
1442
|
+
/** Add decimal marker */
|
|
1443
|
+
decimalMarker: "." | "," | [".", ","];
|
|
1444
|
+
/** @ignore */
|
|
1445
|
+
dropdownComponent?: AdsDropdownComponent;
|
|
1446
|
+
/** @ignore */
|
|
1447
|
+
isSingleOptionSelected: boolean;
|
|
1448
|
+
/** @ignore */
|
|
1449
|
+
ngOnChanges(changes: {
|
|
1450
|
+
options: SimpleChange;
|
|
1451
|
+
immediateValidation: SimpleChange;
|
|
1452
|
+
}): void;
|
|
1453
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownComponent, never>;
|
|
1454
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputDropdownComponent, "ads-input-dropdown", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "dropdownControl": { "alias": "dropdownControl"; "required": false; }; "dropdownId": { "alias": "dropdownId"; "required": false; }; "dropdownLabel": { "alias": "dropdownLabel"; "required": false; }; "dropdownPlaceholder": { "alias": "dropdownPlaceholder"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "autoSelectSingleDropdownOption": { "alias": "autoSelectSingleDropdownOption"; "required": false; }; "options": { "alias": "options"; "required": false; }; "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "hasEmptyValue": { "alias": "hasEmptyValue"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "thousandSeparator": { "alias": "thousandSeparator"; "required": false; }; "decimalMarker": { "alias": "decimalMarker"; "required": false; }; }, {}, never, never, false, never>;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
declare class AdsInputDropdownModule {
|
|
1458
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownModule, never>;
|
|
1459
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputDropdownModule, [typeof AdsInputDropdownComponent], [typeof i2.CommonModule, typeof i3$4.MatDividerModule, typeof i4$3.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof AdsInputModule, typeof AdsDropdownModule, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof i12.NgxMaskDirective], [typeof AdsInputDropdownComponent]>;
|
|
1460
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputDropdownModule>;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
type SearchDropdownDisplayControlValue = string | {
|
|
1464
|
+
key: DropdownComponentOption;
|
|
1465
|
+
value: string;
|
|
1466
|
+
};
|
|
1467
|
+
type SearchDropdownComponentOptions = DropdownComponentOption[];
|
|
1468
|
+
type SearchDropdownStaticOption = {
|
|
1469
|
+
label: string;
|
|
1470
|
+
onClick?: (currentInputValue: string) => void;
|
|
1471
|
+
};
|
|
1472
|
+
|
|
1473
|
+
type TEMPLATE_TYPE = {
|
|
1474
|
+
$implicit: DropdownComponentOption;
|
|
1475
|
+
value: string;
|
|
1476
|
+
};
|
|
1477
|
+
|
|
1478
|
+
type CustomMatOption = (MatOption & {
|
|
1479
|
+
modified?: boolean;
|
|
1480
|
+
}) | undefined | null;
|
|
1481
|
+
declare class AdsSearchDropdownComponent extends AbstractDropdownComponent implements OnChanges, OnInit, AfterViewInit, OnDestroy {
|
|
1482
|
+
private cdr;
|
|
1483
|
+
private renderer;
|
|
1484
|
+
private ref;
|
|
1485
|
+
/** @ignore */
|
|
1486
|
+
optionRef: i0.Signal<TemplateRef<TEMPLATE_TYPE>>;
|
|
1487
|
+
/** Maximum amount of characters in the input field */
|
|
1488
|
+
maxlength: number;
|
|
1489
|
+
/** Set to additional paneClass if required*/
|
|
1490
|
+
panelClass: string;
|
|
1491
|
+
/** Contains dropdown options */
|
|
1492
|
+
options?: Observable<SearchDropdownComponentOptions>;
|
|
1493
|
+
/** If "true", component will not try to load additional options */
|
|
1494
|
+
staticOptions: boolean;
|
|
1495
|
+
/** If "true" and "staticOptions" is also true additional filter will be applied to remove options that do not match input value */
|
|
1496
|
+
filterOptions: boolean;
|
|
1497
|
+
/** If "true", emitSearchValueInput will emit empty values too */
|
|
1498
|
+
emitEmptyValues: boolean;
|
|
1499
|
+
/** If "true", first time focusing on input will start loading suggestions if input has a value */
|
|
1500
|
+
loadSuggestionOnInit: boolean;
|
|
1501
|
+
/** Provide configuration for default option that can be displayed if no results were found */
|
|
1502
|
+
noDataOption: SearchDropdownStaticOption | undefined;
|
|
1503
|
+
/** Provide configuration for default option that can be displayed if no intended results were found */
|
|
1504
|
+
moreDataOption: SearchDropdownStaticOption | undefined;
|
|
1505
|
+
/** Provide configuration for default option that can be displayed if needed */
|
|
1506
|
+
staticDataOption: SearchDropdownStaticOption | undefined;
|
|
1507
|
+
/** Provide event that is fired when enter key is down while input value is being set */
|
|
1508
|
+
onEnterKeyDown: ((currentInputValue: string) => void) | undefined;
|
|
1509
|
+
/** Provide callback that will vbe executed when user clicks on magnifying glass icon */
|
|
1510
|
+
searchIconClickCallback: ((currentInputValue: string) => void) | undefined;
|
|
1511
|
+
/** Provide callback that will vbe executed when user clicks on magnifying glass icon */
|
|
1512
|
+
displayValueFormatter: ((value: string, option: DropdownComponentOption) => string | SafeHtml) | undefined;
|
|
1513
|
+
/** If "true", will read option template provided via "ng-template dropdown-option" selector */
|
|
1514
|
+
useOptionTemplate: boolean;
|
|
1515
|
+
/** set minimum amount of characters to start search */
|
|
1516
|
+
minValueLength: number;
|
|
1517
|
+
/** Set to "true" to prevent click even propagation */
|
|
1518
|
+
preventClick: boolean;
|
|
1519
|
+
/** @ignore */
|
|
1520
|
+
closePanelEnabled: boolean;
|
|
1521
|
+
/** @ignore */
|
|
1522
|
+
trimValue: boolean;
|
|
1523
|
+
/**
|
|
1524
|
+
* NOTE: INPUT PARAMS BELOW ARE OVERRIDDEN BECAUSE FOR SOME UNKNOWN REASON STORYBOOK WON'T SHOW THEM FROM PARENT CLASS
|
|
1525
|
+
*/
|
|
1526
|
+
/** Form control, associated with input field */
|
|
1527
|
+
set control(control: AbstractControl | null);
|
|
1528
|
+
/** Object, containing key=>value pairs for errors and their translated messages */
|
|
1529
|
+
errorMessages: GENERIC_COLLECTION<string>;
|
|
1530
|
+
/** Hint message, displayed under the control */
|
|
1531
|
+
hint?: string;
|
|
1532
|
+
/** Optional "id" attribute for input field */
|
|
1533
|
+
id: string;
|
|
1534
|
+
/** Optional control field label */
|
|
1535
|
+
label?: string;
|
|
1536
|
+
/** Empty input field placeholder */
|
|
1537
|
+
placeholder: string;
|
|
1538
|
+
/**
|
|
1539
|
+
* END OF OVERRIDDEN PARAMETERS
|
|
1540
|
+
*/
|
|
1541
|
+
/** Emits currently input search value. Use it to react and generate fresh options list, based on the value */
|
|
1542
|
+
emitSearchValueInput: EventEmitter<string>;
|
|
1543
|
+
/** @ignore */
|
|
1544
|
+
trigger?: MatAutocompleteTrigger;
|
|
1545
|
+
/** @ignore */
|
|
1546
|
+
input?: ElementRef;
|
|
1547
|
+
/** @ignore */
|
|
1548
|
+
moreDataMatOption?: MatOption;
|
|
1549
|
+
/** @ignore */
|
|
1550
|
+
noDataMatOption?: MatOption;
|
|
1551
|
+
/** @ignore */
|
|
1552
|
+
staticDataMatOption?: MatOption;
|
|
1553
|
+
/** @ignore */
|
|
1554
|
+
auto?: MatAutocomplete;
|
|
1555
|
+
/** @ignore */
|
|
1556
|
+
loading: i0.WritableSignal<boolean>;
|
|
1557
|
+
/** @ignore */
|
|
1558
|
+
private isInternalValueSet;
|
|
1559
|
+
/** @ignore */
|
|
1560
|
+
private displayedControlSubscription?;
|
|
1561
|
+
/** @ignore */
|
|
1562
|
+
private valueControlSubscription?;
|
|
1563
|
+
/** @ignore */
|
|
1564
|
+
private optionsSubscription?;
|
|
1565
|
+
/** @ignore */
|
|
1566
|
+
private valueControlStatusSubscription?;
|
|
1567
|
+
/** @ignore */
|
|
1568
|
+
private ignoreOnBlur;
|
|
1569
|
+
/** @ignore */
|
|
1570
|
+
private initialSuggestionsChecked;
|
|
1571
|
+
/** @ignore */
|
|
1572
|
+
private unsubscribeFromScroll?;
|
|
1573
|
+
/** @ignore */
|
|
1574
|
+
private previousControlValue?;
|
|
1575
|
+
/** @ignore */
|
|
1576
|
+
private allOptions;
|
|
1577
|
+
constructor(cdr: ChangeDetectorRef, renderer: Renderer2, ref: ElementRef);
|
|
1578
|
+
/** @ignore */
|
|
1579
|
+
ngOnChanges(changes: {
|
|
1580
|
+
options: SimpleChange;
|
|
1581
|
+
immediateValidation: SimpleChange;
|
|
1582
|
+
}): void;
|
|
1583
|
+
/** @ignore */
|
|
1584
|
+
ngOnInit(): void;
|
|
1585
|
+
ngAfterViewInit(): void;
|
|
1586
|
+
/** @ignore */
|
|
1587
|
+
ngOnDestroy(): void;
|
|
1588
|
+
/** @ignore */
|
|
1589
|
+
get canSearch(): boolean;
|
|
1590
|
+
/** @ignore */
|
|
1591
|
+
get canUseMoreDataOption(): boolean;
|
|
1592
|
+
/** @ignore */
|
|
1593
|
+
get canUseNoDataOption(): boolean;
|
|
1594
|
+
/** @ignore */
|
|
1595
|
+
get canUseStaticOption(): boolean;
|
|
1596
|
+
/** @ignore */
|
|
1597
|
+
get showDropdownIcon(): boolean;
|
|
1598
|
+
/** @ignore */
|
|
1599
|
+
onSearchIconClick(event: MouseEvent): void;
|
|
1600
|
+
/** @ignore */
|
|
1601
|
+
onKeyDown(eventTarget: EventTarget | null): void;
|
|
1602
|
+
/** @ignore */
|
|
1603
|
+
onBlur(): void;
|
|
1604
|
+
/** @ignore */
|
|
1605
|
+
onFocus(): void;
|
|
1606
|
+
/** @ignore */
|
|
1607
|
+
onInput(eventTarget: EventTarget | null): void;
|
|
1608
|
+
/** @ignore */
|
|
1609
|
+
getDisplayedValueAsString(checkAdditionalFormatting?: boolean): string;
|
|
1610
|
+
/** @ignore */
|
|
1611
|
+
reset(): void;
|
|
1612
|
+
/** @ignore */
|
|
1613
|
+
onStaticOptionMouseDown(event: MouseEvent, option: SearchDropdownStaticOption): void;
|
|
1614
|
+
/** @ignore */
|
|
1615
|
+
onOptionMouseDown(event: MouseEvent, option: CustomMatOption): void;
|
|
1616
|
+
/** @ignore */
|
|
1617
|
+
displayFn: (option?: {
|
|
1618
|
+
key: DropdownComponentOption;
|
|
1619
|
+
value: string;
|
|
1620
|
+
}) => string;
|
|
1621
|
+
/** @ignore */
|
|
1622
|
+
resetInitialState(): void;
|
|
1623
|
+
/** @ignore */
|
|
1624
|
+
canShowError(): boolean;
|
|
1625
|
+
/** @ignore */
|
|
1626
|
+
protected touchInvalid(control: FormControl): void;
|
|
1627
|
+
/** @ignore */
|
|
1628
|
+
protected processOptions(): void;
|
|
1629
|
+
/** @ignore */
|
|
1630
|
+
protected setupSubscriptions(): void;
|
|
1631
|
+
/** @ignore */
|
|
1632
|
+
private subscribeToDisplayedControlValueChanged;
|
|
1633
|
+
/** @ignore */
|
|
1634
|
+
private unsubscribeFromOptions;
|
|
1635
|
+
private unsubscribeFromDisplayedControl;
|
|
1636
|
+
/** @ignore */
|
|
1637
|
+
displayFirstError(control?: FormControl): string;
|
|
1638
|
+
/** @ignore */
|
|
1639
|
+
clear(event?: MouseEvent): void;
|
|
1640
|
+
/** @ignore */
|
|
1641
|
+
togglePanel(event?: MouseEvent): void;
|
|
1642
|
+
/** @ignore */
|
|
1643
|
+
private controlValueToDisplayedControlValue;
|
|
1644
|
+
private mustApplyAdditionalFiltering;
|
|
1645
|
+
/** @ignore */
|
|
1646
|
+
private unselectComponent;
|
|
1647
|
+
/** @ignore */
|
|
1648
|
+
private activateStaticOption;
|
|
1649
|
+
/** @ignore */
|
|
1650
|
+
private setValidators;
|
|
1651
|
+
/** @ignore */
|
|
1652
|
+
private canEmitValue;
|
|
1653
|
+
/** @ignore */
|
|
1654
|
+
private setControlValueFromString;
|
|
1655
|
+
/** @ignore */
|
|
1656
|
+
private setControlValueFromOption;
|
|
1657
|
+
private setControlValue;
|
|
1658
|
+
private overrideKeydownHandler;
|
|
1659
|
+
private modifyOptionClickEvent;
|
|
1660
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownComponent, never>;
|
|
1661
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSearchDropdownComponent, "ads-search-dropdown", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "options": { "alias": "options"; "required": false; }; "staticOptions": { "alias": "staticOptions"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "emitEmptyValues": { "alias": "emitEmptyValues"; "required": false; }; "loadSuggestionOnInit": { "alias": "loadSuggestionOnInit"; "required": false; }; "noDataOption": { "alias": "noDataOption"; "required": false; }; "moreDataOption": { "alias": "moreDataOption"; "required": false; }; "staticDataOption": { "alias": "staticDataOption"; "required": false; }; "onEnterKeyDown": { "alias": "onEnterKeyDown"; "required": false; }; "searchIconClickCallback": { "alias": "searchIconClickCallback"; "required": false; }; "displayValueFormatter": { "alias": "displayValueFormatter"; "required": false; }; "useOptionTemplate": { "alias": "useOptionTemplate"; "required": false; }; "minValueLength": { "alias": "minValueLength"; "required": false; }; "preventClick": { "alias": "preventClick"; "required": false; }; "closePanelEnabled": { "alias": "closePanelEnabled"; "required": false; }; "trimValue": { "alias": "trimValue"; "required": false; }; "control": { "alias": "control"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "emitSearchValueInput": "emitSearchValueInput"; }, ["optionRef"], never, false, never>;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
declare class AdsSearchDropdownHighlighterPipe implements PipeTransform {
|
|
1665
|
+
transform(optionValue: string, filter: SearchDropdownDisplayControlValue): string;
|
|
1666
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownHighlighterPipe, never>;
|
|
1667
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AdsSearchDropdownHighlighterPipe, "adsSearchDropdownHighlighter", false>;
|
|
1668
|
+
}
|
|
1669
|
+
declare class AdsSearchDropdownHighlighterPipeModule {
|
|
1670
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownHighlighterPipeModule, never>;
|
|
1671
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownHighlighterPipeModule, [typeof AdsSearchDropdownHighlighterPipe], never, [typeof AdsSearchDropdownHighlighterPipe]>;
|
|
1672
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownHighlighterPipeModule>;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
declare class AdsSearchDropdownModule {
|
|
1676
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownModule, never>;
|
|
1677
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$3.MatFormFieldModule, typeof i4.AdsIconModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i13.MatAutocompleteModule, typeof i5$1.MatSelectModule, typeof AdsSearchDropdownHighlighterPipeModule, typeof i3$5.MatDatepickerModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsSearchDropdownComponent]>;
|
|
1678
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownModule>;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
declare class AdsSearchInputComponent extends AdsInputComponent {
|
|
1682
|
+
/** a callback function that will be called every time when enter button or search icons are clicked */
|
|
1683
|
+
searchCallback?: (value: string) => void;
|
|
1684
|
+
/** set to true if you want to execute searchCallback when icon is clicked */
|
|
1685
|
+
isIconClickable: boolean;
|
|
1686
|
+
/** set to true to emit search events on empty search value */
|
|
1687
|
+
searchEmptyValue: boolean;
|
|
1688
|
+
/** optional param to show spinner */
|
|
1689
|
+
loading?: boolean | undefined;
|
|
1690
|
+
constructor();
|
|
1691
|
+
/** ignore */
|
|
1692
|
+
get canClick(): any;
|
|
1693
|
+
/** ignore */
|
|
1694
|
+
onSearch(): void;
|
|
1695
|
+
/** ignore */
|
|
1696
|
+
private canSearch;
|
|
1697
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchInputComponent, never>;
|
|
1698
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSearchInputComponent, "ads-search-input", never, { "searchCallback": { "alias": "searchCallback"; "required": false; }; "isIconClickable": { "alias": "isIconClickable"; "required": false; }; "searchEmptyValue": { "alias": "searchEmptyValue"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, false, never>;
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
declare class AdsSearchInputModule {
|
|
1702
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchInputModule, never>;
|
|
1703
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchInputModule, [typeof AdsSearchInputComponent], [typeof i2.CommonModule, typeof i4$3.MatFormFieldModule, typeof i4.AdsIconModule, typeof i5$2.MatInputModule, typeof i5.MatProgressSpinnerModule, typeof i3$3.ReactiveFormsModule, typeof i13.MatAutocompleteModule, typeof i5$1.MatSelectModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsSearchInputComponent]>;
|
|
1704
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchInputModule>;
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
declare class AdsDatetimepickerComponent extends AbstractInputComponent implements OnChanges, OnInit, OnDestroy {
|
|
1708
|
+
/** @ignore */
|
|
1709
|
+
picker?: MatDatetimepickerComponent<unknown>;
|
|
1710
|
+
/** Choose between 12 and 24 hour time input mode. NOTE: twelveHour=true may have minor issues when allowPastValues=false */
|
|
1711
|
+
twelveHour: boolean;
|
|
1712
|
+
/** Set time offset relative to GMT. If parameter is omitted offset will be calculated based on browser info */
|
|
1713
|
+
offset?: number;
|
|
1714
|
+
/** Allow or forbid choosing date values from the past */
|
|
1715
|
+
allowPastValues: boolean;
|
|
1716
|
+
/** Set to inputting value manually */
|
|
1717
|
+
allowManualInput: boolean;
|
|
1718
|
+
/** Whether to use key shortcuts ("y", "n", "t") for setting the value */
|
|
1719
|
+
useShortcuts: boolean;
|
|
1720
|
+
/** Set to use custom display format, overriding the one, provided by locale */
|
|
1721
|
+
overrideDisplayFormat: boolean;
|
|
1722
|
+
/** Show or hide time picker */
|
|
1723
|
+
showTimePicker: boolean;
|
|
1724
|
+
/** if overrideDisplayFormat=true, this display format will be used */
|
|
1725
|
+
customDisplayFormat: string;
|
|
1726
|
+
/** @ignore */
|
|
1727
|
+
input?: ElementRef;
|
|
1728
|
+
/** @ignore */
|
|
1729
|
+
customDisplayFormatOverride: GENERIC_COLLECTION;
|
|
1730
|
+
/** @ignore */
|
|
1731
|
+
type: MatDatetimepickerType;
|
|
1732
|
+
/** @ignore */
|
|
1733
|
+
minDate?: string;
|
|
1734
|
+
/** @ignore */
|
|
1735
|
+
protected shortcuts: GENERIC_COLLECTION;
|
|
1736
|
+
/** @ignore */
|
|
1737
|
+
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
1738
|
+
/** @ignore */
|
|
1739
|
+
private subscriptions;
|
|
1740
|
+
/** @ignore */
|
|
1741
|
+
private isDisplayValueChangeRegistered;
|
|
1742
|
+
private cdr;
|
|
1743
|
+
private templateFormatter;
|
|
1744
|
+
constructor();
|
|
1745
|
+
/** @ignore */
|
|
1746
|
+
ngOnInit(): void;
|
|
1747
|
+
/** @ignore */
|
|
1748
|
+
ngOnChanges(changes: {
|
|
1749
|
+
customDisplayFormat: SimpleChange;
|
|
1750
|
+
offset: SimpleChange;
|
|
1751
|
+
showTimePicker: SimpleChange;
|
|
1752
|
+
immediateValidation: SimpleChange;
|
|
1753
|
+
}): void;
|
|
1754
|
+
/** @ignore */
|
|
1755
|
+
ngOnDestroy(): void;
|
|
1756
|
+
/** @ignore */
|
|
1757
|
+
toggle(event: MouseEvent): void;
|
|
1758
|
+
/** @ignore */
|
|
1759
|
+
get showExclamation(): boolean;
|
|
1760
|
+
get canClear(): boolean;
|
|
1761
|
+
/** @ignore */
|
|
1762
|
+
canShowError(): boolean;
|
|
1763
|
+
/** @ignore */
|
|
1764
|
+
displayFirstError(control?: FormControl): string;
|
|
1765
|
+
/** @ignore */
|
|
1766
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
1767
|
+
/** @ignore */
|
|
1768
|
+
touchControls(): void;
|
|
1769
|
+
/** @ignore */
|
|
1770
|
+
clear(event: MouseEvent): void;
|
|
1771
|
+
/** @ignore */
|
|
1772
|
+
mousedown(event: MouseEvent): void;
|
|
1773
|
+
/** @ignore */
|
|
1774
|
+
onOpened(): void;
|
|
1775
|
+
/** @ignore */
|
|
1776
|
+
onClosed(): void;
|
|
1777
|
+
/** @ignore */
|
|
1778
|
+
onChanged(event: MatDatetimepickerInputEvent<string> | string | null): void;
|
|
1779
|
+
onViewChanged(view: MatCalendarView): void;
|
|
1780
|
+
/** @ignore */
|
|
1781
|
+
protected touchInvalid(control: FormControl): void;
|
|
1782
|
+
/** @ignore */
|
|
1783
|
+
protected applyCustomFormat(): void;
|
|
1784
|
+
/** @ignore */
|
|
1785
|
+
protected setControlValue(control: FormControl, value?: string | null, emitEvent?: boolean): void;
|
|
1786
|
+
/** @ignore */
|
|
1787
|
+
protected onSyncDisplayedValue(valueToApply?: string): void;
|
|
1788
|
+
/** @ignore */
|
|
1789
|
+
protected onDisplayedValueChange(value: Date | null): void;
|
|
1790
|
+
/** @ignore */
|
|
1791
|
+
protected displayedValueToControlValue(value: Date): string;
|
|
1792
|
+
/** @ignore */
|
|
1793
|
+
protected setMinValue(): void;
|
|
1794
|
+
/** @ignore */
|
|
1795
|
+
protected addOffset(date: Date, offset: number): Date;
|
|
1796
|
+
/** @ignore */
|
|
1797
|
+
protected removeOffset(date: Date, offset: number): Date;
|
|
1798
|
+
/** @ignore */
|
|
1799
|
+
protected getActualDateOffset(value?: Date): number;
|
|
1800
|
+
/** @ignore */
|
|
1801
|
+
protected getRequiredOffset(value?: Date): number;
|
|
1802
|
+
/** @ignore */
|
|
1803
|
+
protected createDate(daysShift?: number): Date;
|
|
1804
|
+
protected syncState(status?: FormControlStatus): void;
|
|
1805
|
+
/** @ignore */
|
|
1806
|
+
private setupSubscriptions;
|
|
1807
|
+
/** @ignore */
|
|
1808
|
+
private syncDisplayedValue;
|
|
1809
|
+
/** @ignore */
|
|
1810
|
+
private syncEmptyValues;
|
|
1811
|
+
/** @ignore */
|
|
1812
|
+
private dateToRequiredOffset;
|
|
1813
|
+
/** @ignore */
|
|
1814
|
+
private dateToActualOffset;
|
|
1815
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatetimepickerComponent, never>;
|
|
1816
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDatetimepickerComponent, "ads-datetimepicker", never, { "twelveHour": { "alias": "twelveHour"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "allowPastValues": { "alias": "allowPastValues"; "required": false; }; "allowManualInput": { "alias": "allowManualInput"; "required": false; }; "useShortcuts": { "alias": "useShortcuts"; "required": false; }; "overrideDisplayFormat": { "alias": "overrideDisplayFormat"; "required": false; }; "showTimePicker": { "alias": "showTimePicker"; "required": false; }; "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
interface DateTimeParseDisplay {
|
|
1820
|
+
dateInput?: string;
|
|
1821
|
+
datetimeInput?: string;
|
|
1822
|
+
timeInput?: string;
|
|
1823
|
+
}
|
|
1824
|
+
declare class CustomDateTimeFormat {
|
|
1825
|
+
private _parse;
|
|
1826
|
+
private _display;
|
|
1827
|
+
set parse(parse: DateTimeParseDisplay);
|
|
1828
|
+
get parse(): DateTimeParseDisplay;
|
|
1829
|
+
set display(display: DateTimeParseDisplay);
|
|
1830
|
+
get display(): DateTimeParseDisplay;
|
|
1831
|
+
updateParse(parse: DateTimeParseDisplay): void;
|
|
1832
|
+
updateDisplay(display: DateTimeParseDisplay): void;
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
declare class DateTimePickerFormatDirective implements OnChanges {
|
|
1836
|
+
private format;
|
|
1837
|
+
private ngControl;
|
|
1838
|
+
/** Custom display format that will override current format for this component */
|
|
1839
|
+
customDisplayFormat: GENERIC_COLLECTION;
|
|
1840
|
+
/** Set to use custom display format, overriding the one, provided by locale */
|
|
1841
|
+
overrideDisplayFormat: boolean;
|
|
1842
|
+
ngOnChanges(): void;
|
|
1843
|
+
constructor(format: CustomDateTimeFormat, ngControl: NgControl);
|
|
1844
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerFormatDirective, [null, { optional: true; }]>;
|
|
1845
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateTimePickerFormatDirective, "[dateTimePickerFormat]", never, { "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; "overrideDisplayFormat": { "alias": "overrideDisplayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
1846
|
+
}
|
|
1847
|
+
declare class DateTimePickerFormatDirectiveModule {
|
|
1848
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerFormatDirectiveModule, never>;
|
|
1849
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerFormatDirectiveModule, [typeof DateTimePickerFormatDirective], never, [typeof DateTimePickerFormatDirective]>;
|
|
1850
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerFormatDirectiveModule>;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
declare class AdsDatetimepickerModule {
|
|
1854
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatetimepickerModule, never>;
|
|
1855
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatetimepickerModule, [typeof AdsDatetimepickerComponent], [typeof i2.CommonModule, typeof i3$5.MatDatepickerModule, typeof i4$3.MatFormFieldModule, typeof i5$3.MatNativeDatetimeModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof i5$3.MatDatetimepickerModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsDatetimepickerComponent]>;
|
|
1856
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatetimepickerModule>;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
declare class AdsDatepickerComponent extends AdsDatetimepickerComponent {
|
|
1860
|
+
/** if overrideDisplayFormat=true, this display format will be used */
|
|
1861
|
+
customDisplayFormat: string;
|
|
1862
|
+
/** @ignore */
|
|
1863
|
+
type: MatDatetimepickerType;
|
|
1864
|
+
/** @ignore */
|
|
1865
|
+
twelveHour: boolean;
|
|
1866
|
+
/** @ignore */
|
|
1867
|
+
showTimePicker: boolean;
|
|
1868
|
+
/** @ignore */
|
|
1869
|
+
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
1870
|
+
/** @ignore */
|
|
1871
|
+
protected applyCustomFormat(): void;
|
|
1872
|
+
/** @ignore */
|
|
1873
|
+
protected displayedValueToControlValue(value: Date): string;
|
|
1874
|
+
/** @ignore */
|
|
1875
|
+
protected onSyncDisplayedValue(valueToApply?: string): void;
|
|
1876
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatepickerComponent, never>;
|
|
1877
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDatepickerComponent, "ads-datepicker", never, { "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
declare class AdsDatepickerModule {
|
|
1881
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatepickerModule, never>;
|
|
1882
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatepickerModule, [typeof AdsDatepickerComponent], [typeof i2.CommonModule, typeof i3$5.MatDatepickerModule, typeof i4$3.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i6.MatNativeDateModule, typeof i5$3.MatNativeDatetimeModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof i5$3.MatDatetimepickerModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof AdsInputTooltipComponent, typeof i3$1.MatIconButton, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsDatepickerComponent]>;
|
|
1883
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatepickerModule>;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
declare class AdsTimepickerComponent extends AdsDatetimepickerComponent {
|
|
1887
|
+
/** if overrideDisplayFormat=true, this display format will be used */
|
|
1888
|
+
customDisplayFormat: string;
|
|
1889
|
+
/** @ignore */
|
|
1890
|
+
type: MatDatetimepickerType;
|
|
1891
|
+
/** @ignore */
|
|
1892
|
+
protected shortcuts: GENERIC_COLLECTION;
|
|
1893
|
+
/** @ignore */
|
|
1894
|
+
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
1895
|
+
constructor();
|
|
1896
|
+
/** @ignore */
|
|
1897
|
+
onChanged(event: MatDatetimepickerInputEvent<string> | string | null): void;
|
|
1898
|
+
/** @ignore */
|
|
1899
|
+
protected applyCustomFormat(): void;
|
|
1900
|
+
/** @ignore */
|
|
1901
|
+
protected displayedValueToControlValue(value: Date): string;
|
|
1902
|
+
/** @ignore */
|
|
1903
|
+
protected onSyncDisplayedValue(valueToApply?: string): void;
|
|
1904
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimepickerComponent, never>;
|
|
1905
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTimepickerComponent, "ads-timepicker", never, { "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
declare class AdsTimepickerModule {
|
|
1909
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimepickerModule, never>;
|
|
1910
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimepickerModule, [typeof AdsTimepickerComponent], [typeof i2.CommonModule, typeof i5$3.MatDatetimepickerModule, typeof i3$5.MatDatepickerModule, typeof i4$3.MatFormFieldModule, typeof i5$3.MatNativeDatetimeModule, typeof i6.MatNativeDateModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsTimepickerComponent]>;
|
|
1911
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimepickerModule>;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
declare class AdsRadioButtonComponent extends AdsDropdownComponent implements OnChanges {
|
|
1915
|
+
/** @ignore */
|
|
1916
|
+
optionRef: i0.Signal<TemplateRef<TEMPLATE_TYPE>>;
|
|
1917
|
+
/** Set to "true" to make the checkbox indeterminate */
|
|
1918
|
+
vertical: boolean;
|
|
1919
|
+
/** Enable/disable options sorting */
|
|
1920
|
+
sortOptions: boolean;
|
|
1921
|
+
/** If "true", will read option template provided via "ng-template radio-option" selector */
|
|
1922
|
+
useOptionTemplate: boolean;
|
|
1923
|
+
/** @ignore */
|
|
1924
|
+
fitContent: boolean;
|
|
1925
|
+
/** @ignore */
|
|
1926
|
+
placeholder: string;
|
|
1927
|
+
/** @ignore */
|
|
1928
|
+
label?: string;
|
|
1929
|
+
/** @ignore */
|
|
1930
|
+
ngOnChanges(changes: {
|
|
1931
|
+
required: SimpleChange;
|
|
1932
|
+
options: SimpleChange;
|
|
1933
|
+
immediateValidation: SimpleChange;
|
|
1934
|
+
}): void;
|
|
1935
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsRadioButtonComponent, never>;
|
|
1936
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsRadioButtonComponent, "ads-radio-button", never, { "vertical": { "alias": "vertical"; "required": false; }; "sortOptions": { "alias": "sortOptions"; "required": false; }; "useOptionTemplate": { "alias": "useOptionTemplate"; "required": false; }; }, {}, ["optionRef"], never, false, never>;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
declare class AdsRadioButtonModule {
|
|
1940
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsRadioButtonModule, never>;
|
|
1941
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsRadioButtonModule, [typeof AdsRadioButtonComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$4.MatRadioModule, typeof i6.MatOptionModule, typeof i5$2.MatInputModule, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsInputTooltipComponent, typeof AdsSearchDropdownHighlighterPipeModule, typeof AdsSuccessComponent], [typeof AdsRadioButtonComponent]>;
|
|
1942
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsRadioButtonModule>;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
declare class AdsSlideToggleComponent extends AbstractBaseComponent {
|
|
1946
|
+
/** Set to "true" to make the toggle title "Yes" or "No" */
|
|
1947
|
+
enableYesOrNo: boolean;
|
|
1948
|
+
/** @ignore */
|
|
1949
|
+
valueControl: FormControl;
|
|
1950
|
+
/** Form control, associated with input field */
|
|
1951
|
+
set control(control: AbstractControl | null);
|
|
1952
|
+
/** Optional "label" attribute for slide toggle field */
|
|
1953
|
+
label: string;
|
|
1954
|
+
/** Optional "id" attribute for slide toggle field */
|
|
1955
|
+
id: string;
|
|
1956
|
+
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
1957
|
+
width: string;
|
|
1958
|
+
/** @ignore */
|
|
1959
|
+
toggle(): void;
|
|
1960
|
+
/** @ignore */
|
|
1961
|
+
getTitle(enabled: boolean): string;
|
|
1962
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSlideToggleComponent, never>;
|
|
1963
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSlideToggleComponent, "ads-slide-toggle", never, { "enableYesOrNo": { "alias": "enableYesOrNo"; "required": false; }; "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "id": { "alias": "id"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, false, never>;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
declare class AdsSlideToggle {
|
|
1967
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSlideToggle, never>;
|
|
1968
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSlideToggle, [typeof AdsSlideToggleComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsSlideToggleComponent]>;
|
|
1969
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSlideToggle>;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
declare class AdsSliderComponent extends AdsCheckboxComponent {
|
|
1973
|
+
/** Set minimum slider value */
|
|
1974
|
+
min: number;
|
|
1975
|
+
/** Set maximum slider value */
|
|
1976
|
+
max: number;
|
|
1977
|
+
/** Set slider step value */
|
|
1978
|
+
step: number;
|
|
1979
|
+
/** How often to show ticks. Relative to the step so that a tick always appears on a step. Ex: Tick interval of 4 with a step of 3 will draw a tick every 4 steps (every 12 values). */
|
|
1980
|
+
tickInterval?: 'auto' | number;
|
|
1981
|
+
/** Whether to invert slider direction */
|
|
1982
|
+
invert: boolean;
|
|
1983
|
+
/** Whether to show the thumb label */
|
|
1984
|
+
thumbLabel: boolean;
|
|
1985
|
+
/** @ignore */
|
|
1986
|
+
label: string;
|
|
1987
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSliderComponent, never>;
|
|
1988
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSliderComponent, "ads-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "tickInterval": { "alias": "tickInterval"; "required": false; }; "invert": { "alias": "invert"; "required": false; }; "thumbLabel": { "alias": "thumbLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
declare class AdsSliderModule {
|
|
1992
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSliderModule, never>;
|
|
1993
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSliderModule, [typeof AdsSliderComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$5.MatSliderModule, typeof i5$2.MatInputModule, typeof i4.AdsIconModule, typeof AdsErrorComponent, typeof AdsHintComponent], [typeof AdsSliderComponent]>;
|
|
1994
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSliderModule>;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
type SnackBarData = {
|
|
1998
|
+
id?: string;
|
|
1999
|
+
message: string;
|
|
2000
|
+
hideActionButton?: boolean;
|
|
2001
|
+
buttonCaption?: string;
|
|
2002
|
+
closeOnClick?: boolean;
|
|
2003
|
+
onButtonClick?: () => void;
|
|
2004
|
+
};
|
|
2005
|
+
declare class AdsSnackbarComponent implements AfterViewInit {
|
|
2006
|
+
private elementRef;
|
|
2007
|
+
data: SnackBarData;
|
|
2008
|
+
snackBarRef: MatSnackBarRef<any>;
|
|
2009
|
+
readonly defaultButtonCaption = "Close";
|
|
2010
|
+
protected readonly PanelClass: typeof PanelClass;
|
|
2011
|
+
/** @ignore */
|
|
2012
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
2013
|
+
get buttonPanelClass(): Variant;
|
|
2014
|
+
/** @ignore */
|
|
2015
|
+
get id(): string;
|
|
2016
|
+
/** @ignore */
|
|
2017
|
+
ngAfterViewInit(): void;
|
|
2018
|
+
/** @ignore */
|
|
2019
|
+
onSnackbarClick(): void;
|
|
2020
|
+
protected readonly indexedDB: IDBFactory;
|
|
2021
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSnackbarComponent, never>;
|
|
2022
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSnackbarComponent, "ads-snackbar", never, {}, {}, never, never, false, never>;
|
|
2023
|
+
}
|
|
2024
|
+
declare enum PanelClass {
|
|
2025
|
+
Success = "success",
|
|
2026
|
+
Error = "error",
|
|
2027
|
+
Primary = "primary"
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
declare class AdsSnackbarModule {
|
|
2031
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSnackbarModule, never>;
|
|
2032
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSnackbarModule, [typeof AdsSnackbarComponent], [typeof AdsButtonModule, typeof i3$6.MatSnackBarModule, typeof i2.CommonModule], [typeof AdsSnackbarComponent]>;
|
|
2033
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSnackbarModule>;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
interface IViewportService {
|
|
2037
|
+
isMatched(breakpoints: string | string[]): boolean;
|
|
2038
|
+
observe(breakpoints: string | string[]): Observable<BreakpointState>;
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
declare class ViewportService implements IViewportService {
|
|
2042
|
+
private breakpointObserver;
|
|
2043
|
+
constructor(breakpointObserver: BreakpointObserver);
|
|
2044
|
+
/**
|
|
2045
|
+
* Whether one or more media queries match the current viewport size.
|
|
2046
|
+
* @param breakpoints
|
|
2047
|
+
* @returns boolean
|
|
2048
|
+
*/
|
|
2049
|
+
isMatched(breakpoints?: string | string[]): boolean;
|
|
2050
|
+
/**
|
|
2051
|
+
* Gets an observable of results for the given queries that will emit new results for any changes in matching of the given queries.
|
|
2052
|
+
* @param breakpoints
|
|
2053
|
+
* @returns Observable<BreakpointState>
|
|
2054
|
+
*/
|
|
2055
|
+
observe(breakpoints?: string | string[]): Observable<BreakpointState>;
|
|
2056
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ViewportService, never>;
|
|
2057
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ViewportService>;
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
interface IWindowService {
|
|
2061
|
+
innerHeight: number;
|
|
2062
|
+
search: string;
|
|
2063
|
+
reload(): void;
|
|
2064
|
+
setTimeout(callback: (...args: any[]) => void, ms?: number | undefined, ...args: any[]): number;
|
|
2065
|
+
clearTimeout(id: number | undefined): void;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
declare class WindowService implements IWindowService {
|
|
2069
|
+
get innerHeight(): number;
|
|
2070
|
+
get innerWidth(): number;
|
|
2071
|
+
get search(): string;
|
|
2072
|
+
reload(): void;
|
|
2073
|
+
setTimeout(callback: (...args: unknown[]) => void, ms?: number | undefined, ...args: unknown[]): number;
|
|
2074
|
+
clearTimeout(id: number): void;
|
|
2075
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WindowService, never>;
|
|
2076
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<WindowService>;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
declare class CustomDatetimeAdapter extends NativeDateAdapter {
|
|
2080
|
+
constructor();
|
|
2081
|
+
format(date: Date, displayFormat: string | GENERIC_COLLECTION): string;
|
|
2082
|
+
parse(value: string, parseFormat?: string): Date | null;
|
|
2083
|
+
private inferTime;
|
|
2084
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatetimeAdapter, never>;
|
|
2085
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CustomDatetimeAdapter>;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
declare abstract class AbstractWindowResizeComponent {
|
|
2089
|
+
protected get mobileWidth(): number;
|
|
2090
|
+
protected constructor();
|
|
2091
|
+
/** @ignore */
|
|
2092
|
+
isMobile: i0.WritableSignal<boolean>;
|
|
2093
|
+
checkScreenWidth(): void;
|
|
2094
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractWindowResizeComponent, never>;
|
|
2095
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractWindowResizeComponent, never, never, {}, {}, never, never, true, never>;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
type AdsModalData = {
|
|
2099
|
+
id?: string;
|
|
2100
|
+
title?: string;
|
|
2101
|
+
content: string;
|
|
2102
|
+
hideCancelButton?: boolean;
|
|
2103
|
+
hideCrossIcon?: boolean;
|
|
2104
|
+
showDeleteButton?: boolean;
|
|
2105
|
+
cancelButtonText?: string;
|
|
2106
|
+
confirmButtonText?: string;
|
|
2107
|
+
deleteButtonText?: string;
|
|
2108
|
+
disabledConfirmButton?: boolean;
|
|
2109
|
+
deleteButtonVariant?: Variant;
|
|
2110
|
+
cancelButtonVariant?: Variant;
|
|
2111
|
+
confirmButtonVariant?: Variant;
|
|
2112
|
+
actionHint?: string;
|
|
2113
|
+
headerTemplate?: TemplateRef<unknown>;
|
|
2114
|
+
contentTemplate?: TemplateRef<unknown>;
|
|
2115
|
+
actionsTemplate?: TemplateRef<unknown>;
|
|
2116
|
+
templateData?: GENERIC_COLLECTION;
|
|
2117
|
+
headerPadding?: string;
|
|
2118
|
+
contentPadding?: string;
|
|
2119
|
+
actionsPadding?: string;
|
|
2120
|
+
actionsCentered?: boolean;
|
|
2121
|
+
};
|
|
2122
|
+
declare enum ModalPanelClass {
|
|
2123
|
+
Confirmation = "ads-confirmation"
|
|
2124
|
+
}
|
|
2125
|
+
declare enum ModalActionType {
|
|
2126
|
+
Cancel = "cancel",
|
|
2127
|
+
Confirm = "confirm",
|
|
2128
|
+
Delete = "delete"
|
|
2129
|
+
}
|
|
2130
|
+
declare class AdsModalComponent extends AbstractWindowResizeComponent implements AfterViewInit {
|
|
2131
|
+
private dialogRef;
|
|
2132
|
+
private registry;
|
|
2133
|
+
private renderer;
|
|
2134
|
+
private elRef;
|
|
2135
|
+
data: AdsModalData;
|
|
2136
|
+
/** @ignore */
|
|
2137
|
+
protected get mobileWidth(): number;
|
|
2138
|
+
/** @ignore */
|
|
2139
|
+
private defaultHeaderPadding;
|
|
2140
|
+
/** @ignore */
|
|
2141
|
+
private defaultContentPadding;
|
|
2142
|
+
/** @ignore */
|
|
2143
|
+
private defaultActionPadding;
|
|
2144
|
+
constructor(dialogRef: MatDialogRef<AdsModalComponent>, registry: AdsIconRegistry, renderer: Renderer2, elRef: ElementRef, data: AdsModalData);
|
|
2145
|
+
/** @ignore */
|
|
2146
|
+
ngAfterViewInit(): void;
|
|
2147
|
+
/** @ignore */
|
|
2148
|
+
get id(): string;
|
|
2149
|
+
onCancel(): void;
|
|
2150
|
+
onSubmit(): void;
|
|
2151
|
+
onDelete(): void;
|
|
2152
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsModalComponent, never>;
|
|
2153
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsModalComponent, "ads-modal", never, {}, {}, never, never, false, never>;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
declare class AdsModalModule {
|
|
2157
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsModalModule, never>;
|
|
2158
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsModalModule, [typeof AdsModalComponent], [typeof i2$1.MatDialogModule, typeof AdsButtonModule, typeof i4.AdsIconModule, typeof i2.NgTemplateOutlet], [typeof AdsModalComponent]>;
|
|
2159
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsModalModule>;
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
type Chip = {
|
|
2163
|
+
id: string;
|
|
2164
|
+
title: string;
|
|
2165
|
+
};
|
|
2166
|
+
|
|
2167
|
+
declare class AdsChipComponent {
|
|
2168
|
+
private registry;
|
|
2169
|
+
constructor(registry: AdsIconRegistry);
|
|
2170
|
+
/** The unique id of the chip */
|
|
2171
|
+
id: i0.InputSignal<string>;
|
|
2172
|
+
/** The text of the chip */
|
|
2173
|
+
title: i0.InputSignal<string>;
|
|
2174
|
+
/** Show check icon before text */
|
|
2175
|
+
showCheckedIcon: i0.InputSignal<boolean>;
|
|
2176
|
+
/** Disable chip */
|
|
2177
|
+
disabled: i0.InputSignal<boolean>;
|
|
2178
|
+
/** Show delete icon before text */
|
|
2179
|
+
deletable: i0.InputSignal<boolean>;
|
|
2180
|
+
/** Event emitted when the remove icon is clicked */
|
|
2181
|
+
deleted: i0.OutputEmitterRef<string>;
|
|
2182
|
+
/** Event emitted when a chip is selected */
|
|
2183
|
+
selected: i0.OutputEmitterRef<Chip>;
|
|
2184
|
+
/** @ignore */
|
|
2185
|
+
onSelected(): void;
|
|
2186
|
+
/** @ignore */
|
|
2187
|
+
onDelete(): void;
|
|
2188
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsChipComponent, never>;
|
|
2189
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsChipComponent, "ads-chip", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; "showCheckedIcon": { "alias": "showCheckedIcon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "deletable": { "alias": "deletable"; "required": false; "isSignal": true; }; }, { "deleted": "deleted"; "selected": "selected"; }, never, never, false, never>;
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
declare class AdsChipModule {
|
|
2193
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsChipModule, never>;
|
|
2194
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsChipModule, [typeof AdsChipComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof i4.AdsIconModule], [typeof AdsChipComponent]>;
|
|
2195
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsChipModule>;
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
declare class AdsExpansionPanelComponent {
|
|
2199
|
+
private registry;
|
|
2200
|
+
constructor(registry: AdsIconRegistry);
|
|
2201
|
+
/** The unique id of the chip */
|
|
2202
|
+
id: i0.InputSignal<string>;
|
|
2203
|
+
/** The header text */
|
|
2204
|
+
header: i0.InputSignal<string>;
|
|
2205
|
+
/** The Chevron Icon color () */
|
|
2206
|
+
chevronColor: i0.InputSignal<keyof IconThemes>;
|
|
2207
|
+
/** The header template */
|
|
2208
|
+
headerTemplate: i0.InputSignal<TemplateRef<unknown> | undefined>;
|
|
2209
|
+
/** The header template data */
|
|
2210
|
+
headerTemplateData: i0.InputSignal<GENERIC_COLLECTION | undefined>;
|
|
2211
|
+
/** Whether the AccordionItem is expanded. */
|
|
2212
|
+
isExpanded: i0.InputSignal<boolean>;
|
|
2213
|
+
/** Whether the AccordionItem is disabled. */
|
|
2214
|
+
disabled: i0.InputSignal<boolean>;
|
|
2215
|
+
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
2216
|
+
width: i0.InputSignal<string>;
|
|
2217
|
+
/** @ignore */
|
|
2218
|
+
panel: MatExpansionPanel;
|
|
2219
|
+
get expanded(): boolean;
|
|
2220
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelComponent, never>;
|
|
2221
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsExpansionPanelComponent, "ads-expansion-panel", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "chevronColor": { "alias": "chevronColor"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "headerTemplateData": { "alias": "headerTemplateData"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
declare class AdsExpansionPanelModule {
|
|
2225
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelModule, never>;
|
|
2226
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsExpansionPanelModule, [typeof AdsExpansionPanelComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof i4.AdsIconModule, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelTitle, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelDescription, typeof i2.NgTemplateOutlet], [typeof AdsExpansionPanelComponent]>;
|
|
2227
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsExpansionPanelModule>;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
declare enum TableBreakpoint {
|
|
2231
|
+
XS = "xs",
|
|
2232
|
+
SM = "sm",
|
|
2233
|
+
MD = "md",
|
|
2234
|
+
LG = "lg",
|
|
2235
|
+
XL = "xl"
|
|
2236
|
+
}
|
|
2237
|
+
declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
2238
|
+
private elementRef;
|
|
2239
|
+
/** @ignore */
|
|
2240
|
+
constructor(elementRef: ElementRef);
|
|
2241
|
+
/** The grid's width */
|
|
2242
|
+
width: string;
|
|
2243
|
+
/** The grid's height */
|
|
2244
|
+
height: string;
|
|
2245
|
+
/** The grid options for ag-Grid */
|
|
2246
|
+
gridOptions?: GridOptions;
|
|
2247
|
+
/** The data to be displayed in the grid */
|
|
2248
|
+
rowData: GENERIC_COLLECTION[];
|
|
2249
|
+
/** The column definitions for the grid */
|
|
2250
|
+
columnDefs?: ColDef[];
|
|
2251
|
+
/** Default column definitions that will be applied to all columns */
|
|
2252
|
+
defaultColDef: ColDef<GENERIC_COLLECTION>;
|
|
2253
|
+
/** Loading data status */
|
|
2254
|
+
loading: boolean;
|
|
2255
|
+
/** Columns data by breakPoints */
|
|
2256
|
+
columnDefsByBreakpoint: Record<TableBreakpoint, ColDef[]>;
|
|
2257
|
+
/** @ignore */
|
|
2258
|
+
tableColumnDefs: i0.WritableSignal<ColDef<any, any>[]>;
|
|
2259
|
+
/** @ignore */
|
|
2260
|
+
private cachedDefaultColDef;
|
|
2261
|
+
/** @ignore */
|
|
2262
|
+
private currentBreakpoint?;
|
|
2263
|
+
/** @ignore */
|
|
2264
|
+
private resizeObserver?;
|
|
2265
|
+
/** @ignore */
|
|
2266
|
+
private getBreakpoint;
|
|
2267
|
+
/** @ignore */
|
|
2268
|
+
getDefaultColDef(): ColDef<GENERIC_COLLECTION>;
|
|
2269
|
+
/** @ignore */
|
|
2270
|
+
gridApi?: GridApi;
|
|
2271
|
+
/** @ignore */
|
|
2272
|
+
ngAfterViewInit(): void;
|
|
2273
|
+
/** @ignore */
|
|
2274
|
+
private onGridReady;
|
|
2275
|
+
/** @ignore */
|
|
2276
|
+
private onFirstDataRendered;
|
|
2277
|
+
/** @ignore */
|
|
2278
|
+
getAgGridIcons(): GENERIC_COLLECTION;
|
|
2279
|
+
/** @ignore */
|
|
2280
|
+
gridReady($event: GridReadyEvent): void;
|
|
2281
|
+
/** @ignore */
|
|
2282
|
+
firstDataRendered($event: FirstDataRenderedEvent): void;
|
|
2283
|
+
/** @ignore */
|
|
2284
|
+
private updateColumnDefs;
|
|
2285
|
+
/** @ignore */
|
|
2286
|
+
private getFallbackColumnDefs;
|
|
2287
|
+
/** @ignore */
|
|
2288
|
+
ngOnDestroy(): void;
|
|
2289
|
+
protected readonly themeQuartz: ag_grid_community.Theme<ag_grid_community.ThemeDefaultParams>;
|
|
2290
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
|
|
2291
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; }, {}, never, never, false, never>;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
declare class AdsTableModule {
|
|
2295
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableModule, never>;
|
|
2296
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$6.AgGridAngular], [typeof AdsTableComponent]>;
|
|
2297
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableModule>;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
type NavMenuItem = {
|
|
2301
|
+
template?: TemplateRef<unknown>;
|
|
2302
|
+
label?: string;
|
|
2303
|
+
icon?: adsIcon;
|
|
2304
|
+
href?: string;
|
|
2305
|
+
id?: string;
|
|
2306
|
+
onClick?: () => void;
|
|
2307
|
+
[key: string]: unknown;
|
|
2308
|
+
};
|
|
2309
|
+
|
|
2310
|
+
declare class AdsNavMenuComponent {
|
|
2311
|
+
private registry;
|
|
2312
|
+
private router;
|
|
2313
|
+
constructor(registry: AdsIconRegistry, router: Router);
|
|
2314
|
+
/** @ignore */
|
|
2315
|
+
onUserProfileClick(): void;
|
|
2316
|
+
/**
|
|
2317
|
+
* Array of menu items to display in the main menu
|
|
2318
|
+
*/
|
|
2319
|
+
navMenuItems: i0.InputSignal<NavMenuItem[]>;
|
|
2320
|
+
/** Image url path */
|
|
2321
|
+
iconUrl: i0.InputSignal<string | undefined>;
|
|
2322
|
+
/** Optional label text before icon */
|
|
2323
|
+
label: i0.InputSignal<string | undefined>;
|
|
2324
|
+
/** Optional path to the user profile */
|
|
2325
|
+
userProfilePath: i0.InputSignal<string | undefined>;
|
|
2326
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuComponent, never>;
|
|
2327
|
+
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>;
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
declare class AdsNavMenuModule {
|
|
2331
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuModule, never>;
|
|
2332
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4$7.MatMenu, typeof i4$7.MatMenuTrigger, typeof i3$2.RouterLinkActive, typeof i4$7.MatMenuItem, typeof i3$2.RouterLink], [typeof AdsNavMenuComponent]>;
|
|
2333
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavMenuModule>;
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
type NavItem = {
|
|
2337
|
+
label: string;
|
|
2338
|
+
icon: adsIcon;
|
|
2339
|
+
href: string;
|
|
2340
|
+
};
|
|
2341
|
+
|
|
2342
|
+
declare abstract class AbstractSideNavBarComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
2343
|
+
/** The default expanded width for the sidebar */
|
|
2344
|
+
defaultExpandedWidth: i0.InputSignal<number>;
|
|
2345
|
+
/** @ignore */
|
|
2346
|
+
isCollapsed: i0.WritableSignal<boolean>;
|
|
2347
|
+
/** @ignore */
|
|
2348
|
+
sidebarSize: i0.WritableSignal<number>;
|
|
2349
|
+
/** @ignore */
|
|
2350
|
+
abstract localStorageName: string;
|
|
2351
|
+
/** @ignore */
|
|
2352
|
+
abstract splitter: SplitComponent;
|
|
2353
|
+
/** @ignore */
|
|
2354
|
+
abstract sideNavArea: ElementRef;
|
|
2355
|
+
/** @ignore */
|
|
2356
|
+
splitterSubscription?: Subscription;
|
|
2357
|
+
/** @ignore */
|
|
2358
|
+
abstract widthToCollapsed: number;
|
|
2359
|
+
/** @ignore */
|
|
2360
|
+
private minWidth;
|
|
2361
|
+
/** @ignore */
|
|
2362
|
+
ngOnInit(): void;
|
|
2363
|
+
/** @ignore */
|
|
2364
|
+
initSideBarSize(): void;
|
|
2365
|
+
/** @ignore */
|
|
2366
|
+
ngAfterViewInit(): void;
|
|
2367
|
+
/** @ignore */
|
|
2368
|
+
splitterSubscribe(): void;
|
|
2369
|
+
/** @ignore */
|
|
2370
|
+
dragEnd(event: SplitGutterInteractionEvent): void;
|
|
2371
|
+
/** Expand the sidebar between collapsed and expanded */
|
|
2372
|
+
/** @ignore */
|
|
2373
|
+
expandSidebar(): void;
|
|
2374
|
+
/** Save current width to the local storage */
|
|
2375
|
+
/** @ignore */
|
|
2376
|
+
saveLocalStorage(size: number): void;
|
|
2377
|
+
/** @ignore */
|
|
2378
|
+
ngOnDestroy(): void;
|
|
2379
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractSideNavBarComponent, never>;
|
|
2380
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractSideNavBarComponent, never, never, { "defaultExpandedWidth": { "alias": "defaultExpandedWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
declare class AdsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
2384
|
+
private registry;
|
|
2385
|
+
/** @ignore */
|
|
2386
|
+
constructor(registry: AdsIconRegistry);
|
|
2387
|
+
/** The search template */
|
|
2388
|
+
searchTemplate: i0.InputSignal<TemplateRef<unknown> | undefined>;
|
|
2389
|
+
/** The extra data template below search */
|
|
2390
|
+
extraDataTemplate: i0.InputSignal<TemplateRef<unknown> | undefined>;
|
|
2391
|
+
/** Array of nav elements */
|
|
2392
|
+
navItems: i0.InputSignal<NavItem[]>;
|
|
2393
|
+
/** @ignore */
|
|
2394
|
+
localStorageName: string;
|
|
2395
|
+
/** @ignore */
|
|
2396
|
+
widthToCollapsed: number;
|
|
2397
|
+
/** @ignore */
|
|
2398
|
+
splitter: SplitComponent;
|
|
2399
|
+
/** @ignore */
|
|
2400
|
+
sideNavArea: ElementRef;
|
|
2401
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarComponent, never>;
|
|
2402
|
+
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>;
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2405
|
+
declare class AdsSideNavBarModule {
|
|
2406
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarModule, never>;
|
|
2407
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof AdsSideNavBarComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule, typeof i4$8.SplitComponent, typeof i4$8.SplitAreaComponent, typeof i3$2.RouterOutlet, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.AdsIconModule], [typeof AdsSideNavBarComponent]>;
|
|
2408
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSideNavBarModule>;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
type ScmsNavItem = {
|
|
2412
|
+
label: string;
|
|
2413
|
+
icon: adsIcon;
|
|
2414
|
+
href?: string;
|
|
2415
|
+
subItems?: ScmsNavSubItem[];
|
|
2416
|
+
showDividerAfterItem?: boolean;
|
|
2417
|
+
};
|
|
2418
|
+
type ScmsNavSubItem = {
|
|
2419
|
+
label: string;
|
|
2420
|
+
icon?: adsIcon;
|
|
2421
|
+
href: string;
|
|
2422
|
+
};
|
|
2423
|
+
|
|
2424
|
+
declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
2425
|
+
protected router: Router;
|
|
2426
|
+
private registry;
|
|
2427
|
+
/** @ignore */
|
|
2428
|
+
constructor(router: Router, registry: AdsIconRegistry);
|
|
2429
|
+
/** @ignore */
|
|
2430
|
+
splitter: SplitComponent;
|
|
2431
|
+
/** @ignore */
|
|
2432
|
+
sideNavArea: ElementRef;
|
|
2433
|
+
/** @ignore */
|
|
2434
|
+
accordion: i0.Signal<MatAccordion>;
|
|
2435
|
+
/** Array of nav elements */
|
|
2436
|
+
navItems: i0.InputSignal<ScmsNavItem[]>;
|
|
2437
|
+
/** Array of breadcrumb elements */
|
|
2438
|
+
breadcrumbs: i0.InputSignal<Breadcrumb[]>;
|
|
2439
|
+
/** Show/hide breadcrumbs on the current page */
|
|
2440
|
+
showBreadcrumbs: i0.InputSignal<boolean>;
|
|
2441
|
+
/** @ignore */
|
|
2442
|
+
localStorageName: string;
|
|
2443
|
+
/** @ignore */
|
|
2444
|
+
widthToCollapsed: number;
|
|
2445
|
+
/** @ignore */
|
|
2446
|
+
isTablet: i0.WritableSignal<boolean>;
|
|
2447
|
+
/** @ignore */
|
|
2448
|
+
isMobile: i0.WritableSignal<boolean>;
|
|
2449
|
+
/** @ignore */
|
|
2450
|
+
hasActiveLink(item: ScmsNavItem): boolean;
|
|
2451
|
+
/** @ignore */
|
|
2452
|
+
hasActiveSubLink(item: ScmsNavSubItem): boolean;
|
|
2453
|
+
/** @ignore */
|
|
2454
|
+
private isActive;
|
|
2455
|
+
checkScreenWidth(): void;
|
|
2456
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarComponent, never>;
|
|
2457
|
+
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>;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
declare class AdsScmsSideNavBarModule {
|
|
2461
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarModule, never>;
|
|
2462
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$8.SplitComponent, typeof i4$8.SplitAreaComponent, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.AdsIconModule, typeof AdsDividerModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof AdsAscentLogoModule, typeof i9.MatTooltip, typeof AdsBreadcrumbModule, typeof i4$7.MatMenu, typeof i12$1.MatToolbar, typeof i4$7.MatMenuTrigger, typeof i3$1.MatIconButton, typeof i3$2.RouterOutlet], [typeof AdsScmsSideNavBarComponent]>;
|
|
2463
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarModule>;
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
type MainMenuItem = {
|
|
2467
|
+
text: string;
|
|
2468
|
+
icon?: string;
|
|
2469
|
+
href?: string;
|
|
2470
|
+
class?: string;
|
|
2471
|
+
id?: string;
|
|
2472
|
+
click?: () => void;
|
|
2473
|
+
};
|
|
2474
|
+
|
|
2475
|
+
declare class AdsMainMenuComponent implements OnChanges, OnInit {
|
|
2476
|
+
private bottomSheet;
|
|
2477
|
+
private registry;
|
|
2478
|
+
private router;
|
|
2479
|
+
constructor(bottomSheet: MatBottomSheet, registry: AdsIconRegistry, router: Router);
|
|
2480
|
+
/** @ignore */
|
|
2481
|
+
menu?: MatMenu;
|
|
2482
|
+
/**
|
|
2483
|
+
* Array of menu items to display in the main menu
|
|
2484
|
+
*/
|
|
2485
|
+
menuItems: MainMenuItem[] | null;
|
|
2486
|
+
/** Id attribute for the main menu trigger element */
|
|
2487
|
+
id: string;
|
|
2488
|
+
/**
|
|
2489
|
+
* Whether the navigation is collapsed
|
|
2490
|
+
*/
|
|
2491
|
+
isCollapsed: boolean;
|
|
2492
|
+
/**
|
|
2493
|
+
* Whether the viewport is mobile
|
|
2494
|
+
*/
|
|
2495
|
+
isMobile: boolean;
|
|
2496
|
+
/**
|
|
2497
|
+
* The path to the users display image
|
|
2498
|
+
*/
|
|
2499
|
+
userImageSrc?: string;
|
|
2500
|
+
/**
|
|
2501
|
+
* The users display name
|
|
2502
|
+
*/
|
|
2503
|
+
userDisplayName?: string;
|
|
2504
|
+
/**
|
|
2505
|
+
* The path to the user profile page
|
|
2506
|
+
*/
|
|
2507
|
+
userProfilePath?: string;
|
|
2508
|
+
/**
|
|
2509
|
+
* The base user profile path
|
|
2510
|
+
*/
|
|
2511
|
+
userBasePath?: string;
|
|
2512
|
+
/** @ignore */
|
|
2513
|
+
private bottomSheetRef?;
|
|
2514
|
+
/** @ignore */
|
|
2515
|
+
ngOnInit(): void;
|
|
2516
|
+
/** @ignore */
|
|
2517
|
+
ngOnChanges(changes: {
|
|
2518
|
+
isMobile: SimpleChange;
|
|
2519
|
+
}): void;
|
|
2520
|
+
/** @ignore */
|
|
2521
|
+
openBottomSheet(): void;
|
|
2522
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuComponent, never>;
|
|
2523
|
+
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>;
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2526
|
+
declare class MainMenuService {
|
|
2527
|
+
menuItemClicked: Subject<MainMenuItem>;
|
|
2528
|
+
onMenuItemClicked(item: MainMenuItem): void;
|
|
2529
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MainMenuService, never>;
|
|
2530
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MainMenuService>;
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
declare class AdsMainMenuItemsComponent {
|
|
2534
|
+
private mainMenuService;
|
|
2535
|
+
constructor(mainMenuService: MainMenuService);
|
|
2536
|
+
items: MainMenuItem[] | null;
|
|
2537
|
+
onMenuItemClick(item: MainMenuItem): void;
|
|
2538
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuItemsComponent, never>;
|
|
2539
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsMainMenuItemsComponent, "ads-main-menu-items", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
declare class AdsMainMenuItemsModule {
|
|
2543
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuItemsModule, never>;
|
|
2544
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i4$7.MatMenuModule, typeof AdsButtonModule, typeof AdsButtonModule, typeof AdsLinkButtonModule], [typeof AdsMainMenuItemsComponent]>;
|
|
2545
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuItemsModule>;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
declare class AdsProfileDisplayComponent {
|
|
2549
|
+
router: Router;
|
|
2550
|
+
private registry;
|
|
2551
|
+
constructor(router: Router, registry: AdsIconRegistry);
|
|
2552
|
+
userDisplayName: string;
|
|
2553
|
+
userImageSrc?: string;
|
|
2554
|
+
userProfilePath: string;
|
|
2555
|
+
userBasePath: string;
|
|
2556
|
+
isSelected(): boolean;
|
|
2557
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProfileDisplayComponent, never>;
|
|
2558
|
+
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>;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
declare class AdsProfileDisplayModule {
|
|
2562
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProfileDisplayModule, never>;
|
|
2563
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProfileDisplayModule, [typeof AdsProfileDisplayComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i4.AdsIconModule], [typeof AdsProfileDisplayComponent]>;
|
|
2564
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProfileDisplayModule>;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
declare class AdsMainMenuModule {
|
|
2568
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuModule, never>;
|
|
2569
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$7.MatBottomSheetModule, typeof i4$9.MatListModule, typeof i4$7.MatMenuModule, typeof i4.AdsIconModule, typeof AdsMainMenuItemsModule, typeof AdsProfileDisplayModule, typeof i3$2.RouterModule], [typeof AdsMainMenuComponent]>;
|
|
2570
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuModule>;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
type NumericStep = {
|
|
2574
|
+
template: TemplateRef<unknown>;
|
|
2575
|
+
isDelivery: boolean;
|
|
2576
|
+
distance?: string;
|
|
2577
|
+
templateData: GENERIC_COLLECTION;
|
|
2578
|
+
};
|
|
2579
|
+
|
|
2580
|
+
declare class AdsNumericStepperComponent extends AbstractWindowResizeComponent {
|
|
2581
|
+
constructor();
|
|
2582
|
+
/** Steps array */
|
|
2583
|
+
steps: i0.InputSignal<NumericStep[]>;
|
|
2584
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepperComponent, never>;
|
|
2585
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNumericStepperComponent, "ads-numeric-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
declare class AdsNumericStepComponent {
|
|
2589
|
+
isLast: i0.InputSignal<boolean>;
|
|
2590
|
+
isDelivery: i0.InputSignal<boolean>;
|
|
2591
|
+
index: i0.InputSignal<number>;
|
|
2592
|
+
distance: i0.InputSignal<string | undefined>;
|
|
2593
|
+
isMobile: i0.InputSignal<boolean>;
|
|
2594
|
+
get isFirst(): boolean;
|
|
2595
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepComponent, never>;
|
|
2596
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNumericStepComponent, "ads-numeric-step", never, { "isLast": { "alias": "isLast"; "required": true; "isSignal": true; }; "isDelivery": { "alias": "isDelivery"; "required": true; "isSignal": true; }; "index": { "alias": "index"; "required": true; "isSignal": true; }; "distance": { "alias": "distance"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
declare class AdsNumericStepperModule {
|
|
2600
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepperModule, never>;
|
|
2601
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNumericStepperModule, [typeof AdsNumericStepperComponent], [typeof i2.CommonModule, typeof AdsNumericStepComponent, typeof i7.MatAccordion], [typeof AdsNumericStepperComponent]>;
|
|
2602
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNumericStepperModule>;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
declare enum WizardStepStatus {
|
|
2606
|
+
Completed = "completed",
|
|
2607
|
+
Current = "current",
|
|
2608
|
+
Future = "future",
|
|
2609
|
+
Disabled = "disabled"
|
|
2610
|
+
}
|
|
2611
|
+
declare class AdsWizardStepperComponent extends AbstractWindowResizeComponent implements OnInit {
|
|
2612
|
+
constructor();
|
|
2613
|
+
/**
|
|
2614
|
+
* The steps to display
|
|
2615
|
+
*/
|
|
2616
|
+
steps: i0.InputSignal<WizardStep[]>;
|
|
2617
|
+
/**
|
|
2618
|
+
* Make stepper horizontal manually
|
|
2619
|
+
*/
|
|
2620
|
+
horizontalView: i0.InputSignal<boolean>;
|
|
2621
|
+
/** @ignore */
|
|
2622
|
+
focusedStepIndex: number;
|
|
2623
|
+
/** @ignore */
|
|
2624
|
+
protected readonly WizardStepStatus: typeof WizardStepStatus;
|
|
2625
|
+
/** @ignore */
|
|
2626
|
+
ngOnInit(): void;
|
|
2627
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsWizardStepperComponent, never>;
|
|
2628
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsWizardStepperComponent, "ads-wizard-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; "horizontalView": { "alias": "horizontalView"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
type WizardStep = {
|
|
2632
|
+
title: string;
|
|
2633
|
+
date?: string;
|
|
2634
|
+
icon: adsIcon;
|
|
2635
|
+
status: WizardStepStatus;
|
|
2636
|
+
onClick?: (step: WizardStep) => void;
|
|
2637
|
+
tooltip?: string;
|
|
2638
|
+
id?: string;
|
|
2639
|
+
};
|
|
2640
|
+
|
|
2641
|
+
declare class AdsWizardStepperModule {
|
|
2642
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsWizardStepperModule, never>;
|
|
2643
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsWizardStepperModule, [typeof AdsWizardStepperComponent], [typeof i2.CommonModule, typeof i9.MatTooltipModule, typeof i4.AdsIconModule], [typeof AdsWizardStepperComponent]>;
|
|
2644
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsWizardStepperModule>;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
type Step = {
|
|
2648
|
+
status: StepStatus;
|
|
2649
|
+
template: TemplateRef<unknown>;
|
|
2650
|
+
templateData: GENERIC_COLLECTION;
|
|
2651
|
+
};
|
|
2652
|
+
|
|
2653
|
+
declare enum StepStatus {
|
|
2654
|
+
Planned = "planned",
|
|
2655
|
+
InProgress = "in-progress",
|
|
2656
|
+
Completed = "completed"
|
|
2657
|
+
}
|
|
2658
|
+
declare class AdsStepperComponent {
|
|
2659
|
+
private registry;
|
|
2660
|
+
/** @ignore */
|
|
2661
|
+
constructor(registry: AdsIconRegistry);
|
|
2662
|
+
/** @ignore */
|
|
2663
|
+
protected readonly StepStatus: typeof StepStatus;
|
|
2664
|
+
/**
|
|
2665
|
+
* The steps to display
|
|
2666
|
+
*/
|
|
2667
|
+
steps: i0.InputSignal<Step[]>;
|
|
2668
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsStepperComponent, never>;
|
|
2669
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsStepperComponent, "ads-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
declare class AdsStepperModule {
|
|
2673
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsStepperModule, never>;
|
|
2674
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsStepperModule, [typeof AdsStepperComponent], [typeof i2.CommonModule, typeof i3$1.MatButton, typeof i4.AdsIconModule], [typeof AdsStepperComponent]>;
|
|
2675
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsStepperModule>;
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
type HorizontalNavLink = {
|
|
2679
|
+
text: string;
|
|
2680
|
+
route: string;
|
|
2681
|
+
disabled: boolean;
|
|
2682
|
+
};
|
|
2683
|
+
declare class AdsHorizontalNavBarComponent implements OnInit {
|
|
2684
|
+
private router;
|
|
2685
|
+
/** @ignore */
|
|
2686
|
+
constructor(router: Router);
|
|
2687
|
+
/**
|
|
2688
|
+
* Array of nav items to display in the nav bar
|
|
2689
|
+
*/
|
|
2690
|
+
links: HorizontalNavLink[];
|
|
2691
|
+
/** @ignore */
|
|
2692
|
+
ngOnInit(): void;
|
|
2693
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHorizontalNavBarComponent, never>;
|
|
2694
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHorizontalNavBarComponent, "ads-horizontal-nav-bar", never, { "links": { "alias": "links"; "required": false; }; }, {}, never, never, false, never>;
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
declare class AdsHorizontalNavBarModule {
|
|
2698
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHorizontalNavBarModule, never>;
|
|
2699
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHorizontalNavBarModule, [typeof AdsHorizontalNavBarComponent], [typeof i2$2.MatTabNav, typeof i2$2.MatTabLink, typeof i3$2.RouterOutlet, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i2$2.MatTabNavPanel], [typeof AdsHorizontalNavBarComponent]>;
|
|
2700
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHorizontalNavBarModule>;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
declare class AdsBubbleComponent implements AfterContentInit {
|
|
2704
|
+
private http;
|
|
2705
|
+
/** @ignore */
|
|
2706
|
+
svgContent: string | null;
|
|
2707
|
+
/** @ignore */
|
|
2708
|
+
svgName: string;
|
|
2709
|
+
/** @ignore */
|
|
2710
|
+
svgUrl: string;
|
|
2711
|
+
/** @ignore */
|
|
2712
|
+
svgBackgroundElement: i0.Signal<ElementRef<any>>;
|
|
2713
|
+
/** @ignore */
|
|
2714
|
+
constructor(http: HttpClient);
|
|
2715
|
+
/** @ignore */
|
|
2716
|
+
ngAfterContentInit(): void;
|
|
2717
|
+
/** @ignore */
|
|
2718
|
+
private fetchSvg;
|
|
2719
|
+
/** @ignore */
|
|
2720
|
+
private applyBackgroundPattern;
|
|
2721
|
+
/** @ignore */
|
|
2722
|
+
downloadSvg(): void;
|
|
2723
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsBubbleComponent, never>;
|
|
2724
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsBubbleComponent, "ads-bubble", never, {}, {}, never, never, false, never>;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
declare class AdsBubbleModule {
|
|
2728
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsBubbleModule, never>;
|
|
2729
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsBubbleModule, [typeof AdsBubbleComponent], [typeof i2.CommonModule, typeof i2.NgOptimizedImage, typeof AdsButtonModule], [typeof AdsBubbleComponent]>;
|
|
2730
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsBubbleModule>;
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2733
|
+
declare class AdsTimeFieldComponent extends AdsInputDropdownComponent implements OnInit, OnDestroy {
|
|
2734
|
+
/** Enable military time, is "true" by default */
|
|
2735
|
+
militaryTime: i0.InputSignal<boolean>;
|
|
2736
|
+
/** Hide clock icon for military time */
|
|
2737
|
+
hideClockIcon: i0.InputSignal<boolean>;
|
|
2738
|
+
/** @ignore */
|
|
2739
|
+
periodControl: FormControl<string | null>;
|
|
2740
|
+
/** @ignore */
|
|
2741
|
+
timeControl: FormControl<string>;
|
|
2742
|
+
/** @ignore */
|
|
2743
|
+
periodOptions: string[];
|
|
2744
|
+
errorMessages: {
|
|
2745
|
+
mask: string;
|
|
2746
|
+
invalidTime: string;
|
|
2747
|
+
invalidMilitaryTime: string;
|
|
2748
|
+
};
|
|
2749
|
+
/** @ignore */
|
|
2750
|
+
private subscription;
|
|
2751
|
+
/** @ignore */
|
|
2752
|
+
ngOnInit(): void;
|
|
2753
|
+
/** @ignore */
|
|
2754
|
+
private syncValidators;
|
|
2755
|
+
/** @ignore */
|
|
2756
|
+
onBlurUpdateTime(): void;
|
|
2757
|
+
/** @ignore */
|
|
2758
|
+
private convertToMilitaryTime;
|
|
2759
|
+
/** @ignore */
|
|
2760
|
+
private padZero;
|
|
2761
|
+
/** @ignore */
|
|
2762
|
+
ngOnDestroy(): void;
|
|
2763
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimeFieldComponent, never>;
|
|
2764
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTimeFieldComponent, "ads-time-field", never, { "militaryTime": { "alias": "militaryTime"; "required": false; "isSignal": true; }; "hideClockIcon": { "alias": "hideClockIcon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
declare class AdsTimeFieldModule {
|
|
2768
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimeFieldModule, never>;
|
|
2769
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimeFieldModule, [typeof AdsTimeFieldComponent], [typeof i2.CommonModule, typeof AdsInputDropdownModule, typeof i4.AdsIconModule, typeof i3$1.MatIconButton, typeof i12.NgxMaskDirective, typeof i3$3.ReactiveFormsModule, typeof AdsInputModule], [typeof AdsTimeFieldComponent]>;
|
|
2770
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimeFieldModule>;
|
|
2771
|
+
}
|
|
2772
|
+
|
|
2773
|
+
declare class AdsNavigationComponent {
|
|
2774
|
+
/**
|
|
2775
|
+
* Whether the navigation is collapsed
|
|
2776
|
+
*/
|
|
2777
|
+
isCollapsed: boolean;
|
|
2778
|
+
/**
|
|
2779
|
+
* Whether the viewport is mobile
|
|
2780
|
+
*/
|
|
2781
|
+
isMobile: boolean;
|
|
2782
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationComponent, never>;
|
|
2783
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationComponent, "ads-navigation", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2784
|
+
}
|
|
2785
|
+
|
|
2786
|
+
declare class AdsNavigationModule {
|
|
2787
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationModule, never>;
|
|
2788
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationModule, [typeof AdsNavigationComponent], never, [typeof AdsNavigationComponent]>;
|
|
2789
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationModule>;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
declare class AdsNavigationHeaderComponent {
|
|
2793
|
+
/**
|
|
2794
|
+
* Whether the navigation is collapsed
|
|
2795
|
+
*/
|
|
2796
|
+
isCollapsed: boolean;
|
|
2797
|
+
/**
|
|
2798
|
+
* Whether the viewport is mobile
|
|
2799
|
+
*/
|
|
2800
|
+
isMobile: boolean;
|
|
2801
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationHeaderComponent, never>;
|
|
2802
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationHeaderComponent, "ads-navigation-header", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
declare class AdsNavigationHeaderModule {
|
|
2806
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationHeaderModule, never>;
|
|
2807
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationHeaderModule, [typeof AdsNavigationHeaderComponent], never, [typeof AdsNavigationHeaderComponent]>;
|
|
2808
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationHeaderModule>;
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
declare class AdsNavigationCollapseHandleComponent {
|
|
2812
|
+
private registry;
|
|
2813
|
+
constructor(registry: AdsIconRegistry);
|
|
2814
|
+
/**
|
|
2815
|
+
* The unique ID for the collapse handle
|
|
2816
|
+
*/
|
|
2817
|
+
id: string;
|
|
2818
|
+
/**
|
|
2819
|
+
* Whether the navigation is collapsed
|
|
2820
|
+
*/
|
|
2821
|
+
isCollapsed: boolean;
|
|
2822
|
+
/**
|
|
2823
|
+
* Whether the viewport is mobile
|
|
2824
|
+
*/
|
|
2825
|
+
isMobile: boolean;
|
|
2826
|
+
/**
|
|
2827
|
+
* Text to display in the collapse menu button
|
|
2828
|
+
*/
|
|
2829
|
+
handleText: string;
|
|
2830
|
+
/**
|
|
2831
|
+
* Event emitted when the collapse menu button is clicked
|
|
2832
|
+
*/
|
|
2833
|
+
handleClicked: EventEmitter<null>;
|
|
2834
|
+
/** @ignore */
|
|
2835
|
+
onHandleClick(): void;
|
|
2836
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationCollapseHandleComponent, never>;
|
|
2837
|
+
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>;
|
|
2838
|
+
}
|
|
2839
|
+
|
|
2840
|
+
declare class AdsNavigationCollapseHandleModule {
|
|
2841
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationCollapseHandleModule, never>;
|
|
2842
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationCollapseHandleModule, [typeof AdsNavigationCollapseHandleComponent], [typeof i4.AdsIconModule], [typeof AdsNavigationCollapseHandleComponent]>;
|
|
2843
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationCollapseHandleModule>;
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
declare class AdsNavigationItemsContainerComponent {
|
|
2847
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemsContainerComponent, never>;
|
|
2848
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationItemsContainerComponent, "ads-navigation-items-container", never, {}, {}, never, ["*"], false, never>;
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
declare class AdsNavigationItemsContainerModule {
|
|
2852
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemsContainerModule, never>;
|
|
2853
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemsContainerModule, [typeof AdsNavigationItemsContainerComponent], never, [typeof AdsNavigationItemsContainerComponent]>;
|
|
2854
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationItemsContainerModule>;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
declare class AdsNavigationItemComponent {
|
|
2858
|
+
private registry;
|
|
2859
|
+
constructor(registry: AdsIconRegistry);
|
|
2860
|
+
/**
|
|
2861
|
+
* Whether the navigation item is active
|
|
2862
|
+
*/
|
|
2863
|
+
active: boolean;
|
|
2864
|
+
/**
|
|
2865
|
+
* Whether the submenu items are displayed
|
|
2866
|
+
*/
|
|
2867
|
+
displaySubNavigation: boolean;
|
|
2868
|
+
/**
|
|
2869
|
+
* Whether a navigation item has submenu items
|
|
2870
|
+
*/
|
|
2871
|
+
hasSubmenu: boolean;
|
|
2872
|
+
/**
|
|
2873
|
+
* Icon to display
|
|
2874
|
+
*/
|
|
2875
|
+
/**
|
|
2876
|
+
* The unique ID for the navigation item
|
|
2877
|
+
*/
|
|
2878
|
+
id: string;
|
|
2879
|
+
/**
|
|
2880
|
+
* Whether the navigation is collapsed
|
|
2881
|
+
*/
|
|
2882
|
+
isCollapsed: boolean;
|
|
2883
|
+
/**
|
|
2884
|
+
* Text to display
|
|
2885
|
+
*/
|
|
2886
|
+
label: string;
|
|
2887
|
+
/**
|
|
2888
|
+
* Path to navigate to when navigation item is clicked
|
|
2889
|
+
*/
|
|
2890
|
+
path: string | undefined;
|
|
2891
|
+
/**
|
|
2892
|
+
* Event emitted when a navigation item is clicked
|
|
2893
|
+
*/
|
|
2894
|
+
itemSelected: EventEmitter<null>;
|
|
2895
|
+
/** @ignore */
|
|
2896
|
+
onItemSelected(): void;
|
|
2897
|
+
/** @ignore */
|
|
2898
|
+
toggleSubNavigation(): void;
|
|
2899
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemComponent, never>;
|
|
2900
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationItemComponent, "ads-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "displaySubNavigation": { "alias": "displaySubNavigation"; "required": false; }; "hasSubmenu": { "alias": "hasSubmenu"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "label": { "alias": "label"; "required": false; }; "path": { "alias": "path"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, ["*"], false, never>;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
declare class AdsNavigationItemModule {
|
|
2904
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemModule, never>;
|
|
2905
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemModule, [typeof AdsNavigationItemComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i9.MatTooltipModule, typeof i4.AdsIconModule], [typeof AdsNavigationItemComponent]>;
|
|
2906
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationItemModule>;
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
declare class AdsOrgDisplayTextComponent {
|
|
2910
|
+
/**
|
|
2911
|
+
* Organization text to display
|
|
2912
|
+
*/
|
|
2913
|
+
text: string;
|
|
2914
|
+
/**
|
|
2915
|
+
* Whether the viewport is mobile
|
|
2916
|
+
*/
|
|
2917
|
+
isMobile: boolean;
|
|
2918
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsOrgDisplayTextComponent, never>;
|
|
2919
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsOrgDisplayTextComponent, "ads-org-display-text", never, { "text": { "alias": "text"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, never, false, never>;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
declare class AdsOrgDisplayTextModule {
|
|
2923
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsOrgDisplayTextModule, never>;
|
|
2924
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsOrgDisplayTextModule, [typeof AdsOrgDisplayTextComponent], [typeof i2.CommonModule], [typeof AdsOrgDisplayTextComponent]>;
|
|
2925
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsOrgDisplayTextModule>;
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2928
|
+
interface Tab {
|
|
2929
|
+
text: string;
|
|
2930
|
+
disabled?: boolean;
|
|
2931
|
+
template?: TemplateRef<unknown>;
|
|
2932
|
+
}
|
|
2933
|
+
declare class AdsTabsComponent {
|
|
2934
|
+
tabs: Tab[];
|
|
2935
|
+
selectedIndex: number;
|
|
2936
|
+
selectedIndexChange: EventEmitter<number>;
|
|
2937
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTabsComponent, never>;
|
|
2938
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTabsComponent, "ads-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, false, never>;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
declare class AdsTabsModule {
|
|
2942
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTabsModule, never>;
|
|
2943
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTabsModule, [typeof AdsTabsComponent], [typeof i2$2.MatTabGroup, typeof i2$2.MatTab, typeof i2.NgTemplateOutlet], [typeof AdsTabsComponent]>;
|
|
2944
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTabsModule>;
|
|
2945
|
+
}
|
|
2946
|
+
|
|
2947
|
+
export { AdsAscentLogoComponent, AdsAscentLogoModule, AdsAvatarComponent, AdsAvatarModule, AdsBreadcrumbComponent, AdsBreadcrumbModule, AdsBubbleComponent, AdsBubbleModule, AdsButtonComponent, AdsButtonContainerComponent, AdsButtonContainerModule, AdsButtonModule, AdsCardComponent, AdsCardModule, AdsCheckboxComponent, AdsCheckboxModule, AdsChipComponent, AdsChipModule, AdsCreateTagComponent, AdsCreateTagModule, AdsDatepickerComponent, AdsDatepickerModule, AdsDatetimepickerComponent, AdsDatetimepickerModule, AdsDividerModule, AdsDragAndDropListComponent, AdsDragAndDropListModule, AdsDropdownComponent, AdsDropdownModule, AdsErrorPageCodeComponent, AdsErrorPageCodeModule, AdsErrorPageComponent, AdsErrorPageModule, AdsExpansionPanelComponent, AdsExpansionPanelModule, AdsFooterComponent, AdsFooterContainerComponent, AdsFooterContainerModule, AdsFooterModule, AdsHeaderComponent, AdsHeaderContainerComponent, AdsHeaderContainerModule, AdsHeaderModule, AdsHorizontalNavBarComponent, AdsHorizontalNavBarModule, AdsIconButtonComponent, AdsIconButtonModule, AdsIconHoverComponent, AdsIconHoverModule, AdsInputComponent, AdsInputDropdownComponent, AdsInputDropdownModule, AdsInputModule, AdsLinkButtonComponent, AdsLinkButtonModule, AdsMainMenuComponent, AdsMainMenuModule, AdsModalComponent, AdsModalModule, AdsMultiSelectDropdownComponent, AdsMultiSelectDropdownModule, AdsNavMenuComponent, AdsNavMenuModule, AdsNavigationCollapseHandleComponent, AdsNavigationCollapseHandleModule, AdsNavigationComponent, AdsNavigationHeaderComponent, AdsNavigationHeaderModule, AdsNavigationItemComponent, AdsNavigationItemModule, AdsNavigationItemsContainerComponent, AdsNavigationItemsContainerModule, AdsNavigationModule, AdsNumericBadgeComponent, AdsNumericBadgeModule, AdsNumericStepperComponent, AdsNumericStepperModule, AdsOrgDisplayTextComponent, AdsOrgDisplayTextModule, AdsPeakEssentialsLogoComponent, AdsPeakEssentialsLogoModule, AdsPeakMarketplaceLogoComponent, AdsPeakMarketplaceLogoModule, AdsPeakOrderManagementLogoComponent, AdsPeakOrderManagementLogoModule, AdsPhoneFieldComponent, AdsPhoneFieldModule, AdsPrimaryLogoComponent, AdsPrimaryLogoModule, AdsProgressBarComponent, AdsProgressBarModule, AdsProgressIndicatorSpinnerComponent, AdsProgressIndicatorSpinnerModule, AdsProgressSpinnerComponent, AdsProgressSpinnerModule, AdsRadioButtonComponent, AdsRadioButtonModule, AdsScmsLogoComponent, AdsScmsLogoModule, AdsScmsSideNavBarComponent, AdsScmsSideNavBarModule, AdsSearchDropdownComponent, AdsSearchDropdownModule, AdsSearchInputComponent, AdsSearchInputModule, AdsShellLayoutModule, AdsSideNavBarComponent, AdsSideNavBarModule, AdsSlideToggle, AdsSlideToggleComponent, AdsSliderComponent, AdsSliderModule, AdsSnackbarComponent, AdsSnackbarModule, AdsSplashPageComponent, AdsSplashPageModule, AdsStepperComponent, AdsStepperModule, AdsTableComponent, AdsTableModule, AdsTabsComponent, AdsTabsModule, AdsTagComponent, AdsTagContainerComponent, AdsTagContainerModule, AdsTagModule, AdsTextareaComponent, AdsTextareaModule, AdsTimeFieldComponent, AdsTimeFieldModule, AdsTimepickerComponent, AdsTimepickerModule, AdsWizardStepperComponent, AdsWizardStepperModule, BadgeColor, Colors, CustomDatetimeAdapter, DividerComponent, ErrorPageDefault, MainMenuService, ModalActionType, ModalPanelClass, PanelClass, ShellLayoutComponent, SpinnerSize, StepStatus, TableBreakpoint, ViewportService, WindowService, WizardStepStatus };
|
|
2948
|
+
export type { AdsModalData, Breadcrumb, Copyright, DROP_CALLBACK_INDEXES, DividerStyle, ErrorPageConfig, ErrorPageInfoColumn, HorizontalNavLink, IconButtonSize, Link, MainMenuItem, NavItem, NavMenuItem, NumericStep, ScmsNavItem, ScmsNavSubItem, Size, Step, Tab, Tag, UNSUBSCRIBE_FUNCTIONS_COLLECTION, Variant, WizardStep };
|