@ascentgl/ads-ui 0.0.168 → 20.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +11 -11
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +684 -968
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +2948 -74
- package/package.json +5 -5
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
- package/src/assets/sass/ads-ui/main.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -15
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
- package/src/lib/components/avatar/index.d.ts +42 -5
- package/src/lib/components/buttons/button-container/index.d.ts +19 -5
- package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
- package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
- package/src/lib/components/footer/container/index.d.ts +14 -5
- package/src/lib/components/footer/index.d.ts +45 -5
- package/src/lib/components/header/container/index.d.ts +18 -5
- package/src/lib/components/header/index.d.ts +14 -5
- package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
- package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
- package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
- package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
- package/src/lib/components/shell-layout/index.d.ts +23 -5
- package/src/lib/components/splash-page/index.d.ts +24 -5
- package/src/lib/components/tags/tag-container/index.d.ts +15 -5
- package/lib/components/avatar/avatar.component.d.ts +0 -30
- package/lib/components/avatar/avatar.module.d.ts +0 -9
- package/lib/components/avatar/avatar.types.d.ts +0 -1
- package/lib/components/avatar/index.d.ts +0 -1
- package/lib/components/avatar/public-api.d.ts +0 -2
- package/lib/components/badge/index.d.ts +0 -1
- package/lib/components/badge/numeric-badge.component.d.ts +0 -26
- package/lib/components/badge/numeric-badge.module.d.ts +0 -9
- package/lib/components/badge/public-api.d.ts +0 -2
- package/lib/components/brand-artifacts/bubble/bubble.component.d.ts +0 -26
- package/lib/components/brand-artifacts/bubble/bubble.module.d.ts +0 -9
- package/lib/components/brand-artifacts/bubble/index.d.ts +0 -1
- package/lib/components/brand-artifacts/bubble/public-api.d.ts +0 -2
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -12
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
- package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -4
- package/lib/components/breadcrumb/index.d.ts +0 -1
- package/lib/components/breadcrumb/public-api.d.ts +0 -3
- package/lib/components/buttons/button/button.component.d.ts +0 -17
- package/lib/components/buttons/button/button.module.d.ts +0 -9
- package/lib/components/buttons/button/index.d.ts +0 -1
- package/lib/components/buttons/button/public-api.d.ts +0 -2
- package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
- package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
- package/lib/components/buttons/button-container/index.d.ts +0 -1
- package/lib/components/buttons/button-container/public-api.d.ts +0 -2
- package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -20
- package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
- package/lib/components/buttons/icon-button/index.d.ts +0 -1
- package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
- package/lib/components/buttons/link-button/index.d.ts +0 -1
- package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
- package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
- package/lib/components/buttons/link-button/public-api.d.ts +0 -2
- package/lib/components/card/card.component.d.ts +0 -20
- package/lib/components/card/card.module.d.ts +0 -8
- package/lib/components/card/index.d.ts +0 -1
- package/lib/components/card/public-api.d.ts +0 -2
- package/lib/components/chip/chip.component.d.ts +0 -27
- package/lib/components/chip/chip.module.d.ts +0 -9
- package/lib/components/chip/chip.types.d.ts +0 -4
- package/lib/components/chip/index.d.ts +0 -1
- package/lib/components/chip/public-api.d.ts +0 -2
- package/lib/components/divider/divider.component.d.ts +0 -25
- package/lib/components/divider/divider.module.d.ts +0 -8
- package/lib/components/divider/index.d.ts +0 -1
- package/lib/components/divider/public-api.d.ts +0 -2
- package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
- package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
- package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
- package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
- package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
- package/lib/components/drag-and-drop-list/index.d.ts +0 -1
- package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
- package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
- package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
- package/lib/components/error-page/error-page-code/index.d.ts +0 -1
- package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
- package/lib/components/error-page/error-page.component.d.ts +0 -49
- package/lib/components/error-page/error-page.module.d.ts +0 -15
- package/lib/components/error-page/error-page.types.d.ts +0 -22
- package/lib/components/error-page/index.d.ts +0 -1
- package/lib/components/error-page/public-api.d.ts +0 -3
- package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -37
- package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
- package/lib/components/expansion-panel/index.d.ts +0 -1
- package/lib/components/expansion-panel/public-api.d.ts +0 -2
- package/lib/components/footer/container/footer-container.component.d.ts +0 -5
- package/lib/components/footer/container/footer-container.module.d.ts +0 -7
- package/lib/components/footer/container/index.d.ts +0 -1
- package/lib/components/footer/container/public-api.d.ts +0 -2
- package/lib/components/footer/footer.component.d.ts +0 -22
- package/lib/components/footer/footer.component.types.d.ts +0 -12
- package/lib/components/footer/footer.module.d.ts +0 -8
- package/lib/components/footer/index.d.ts +0 -1
- package/lib/components/footer/public-api.d.ts +0 -3
- package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
- package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
- package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -26
- package/lib/components/form-fields/area/index.d.ts +0 -1
- package/lib/components/form-fields/area/public-api.d.ts +0 -2
- package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
- package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
- package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
- package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
- package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
- package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -12
- package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
- package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
- package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
- package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
- package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
- package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
- package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
- package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -119
- package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
- package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
- package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
- package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -72
- package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -59
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/input/index.d.ts +0 -1
- package/lib/components/form-fields/input/input.component.d.ts +0 -52
- package/lib/components/form-fields/input/input.module.d.ts +0 -19
- package/lib/components/form-fields/input/public-api.d.ts +0 -2
- package/lib/components/form-fields/international-phone-field/canadian-area-codes.d.ts +0 -1
- package/lib/components/form-fields/international-phone-field/index.d.ts +0 -1
- package/lib/components/form-fields/international-phone-field/international-phone-field.component.d.ts +0 -53
- package/lib/components/form-fields/international-phone-field/international-phone-field.module.d.ts +0 -15
- package/lib/components/form-fields/international-phone-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/phone-field/index.d.ts +0 -1
- package/lib/components/form-fields/phone-field/phone-field.component.d.ts +0 -25
- package/lib/components/form-fields/phone-field/phone-field.module.d.ts +0 -10
- package/lib/components/form-fields/phone-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -197
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
- package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -21
- package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
- package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -21
- package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
- package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
- package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
- package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -23
- package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
- package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
- package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
- package/lib/components/form-fields/time-field/index.d.ts +0 -1
- package/lib/components/form-fields/time-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/time-field/time-field.component.d.ts +0 -37
- package/lib/components/form-fields/time-field/time-field.module.d.ts +0 -14
- package/lib/components/general/color-palette/colors.enums.d.ts +0 -38
- package/lib/components/general/color-palette/index.d.ts +0 -1
- package/lib/components/general/color-palette/public-api.d.ts +0 -1
- package/lib/components/header/container/header-container.component.d.ts +0 -9
- package/lib/components/header/container/header-container.module.d.ts +0 -7
- package/lib/components/header/container/index.d.ts +0 -1
- package/lib/components/header/container/public-api.d.ts +0 -2
- package/lib/components/header/header.component.d.ts +0 -5
- package/lib/components/header/header.module.d.ts +0 -7
- package/lib/components/header/index.d.ts +0 -1
- package/lib/components/header/org-display-text/index.d.ts +0 -1
- package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
- package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
- package/lib/components/header/org-display-text/public-api.d.ts +0 -2
- package/lib/components/header/public-api.d.ts +0 -2
- package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
- package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
- package/lib/components/icon-hover/index.d.ts +0 -1
- package/lib/components/icon-hover/public-api.d.ts +0 -2
- package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -27
- package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
- package/lib/components/logo/ascent-logo/index.d.ts +0 -1
- package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-essentials-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-essentials-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-marketplace-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-marketplace-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-order-management-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-order-management-logo/public-api.d.ts +0 -2
- package/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
- package/lib/components/logo/primary-logo/index.d.ts +0 -1
- package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
- package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
- package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
- package/lib/components/logo/scms-logo/abstract-application-logo.component.d.ts +0 -7
- package/lib/components/logo/scms-logo/index.d.ts +0 -1
- package/lib/components/logo/scms-logo/public-api.d.ts +0 -2
- package/lib/components/logo/scms-logo/scms-logo.component.d.ts +0 -7
- package/lib/components/logo/scms-logo/scms-logo.module.d.ts +0 -9
- package/lib/components/modal/index.d.ts +0 -1
- package/lib/components/modal/modal.component.d.ts +0 -64
- package/lib/components/modal/modal.module.d.ts +0 -11
- package/lib/components/modal/public-api.d.ts +0 -2
- package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.component.d.ts +0 -21
- package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.module.d.ts +0 -9
- package/lib/components/nav-bar/horizontal-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/horizontal-nav-bar/public-api.d.ts +0 -2
- package/lib/components/nav-bar/main-menu/index.d.ts +0 -1
- package/lib/components/nav-bar/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.component.d.ts +0 -11
- package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.module.d.ts +0 -12
- package/lib/components/nav-bar/main-menu/main-menu.component.d.ts +0 -57
- package/lib/components/nav-bar/main-menu/main-menu.module.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/main-menu.service.d.ts +0 -9
- package/lib/components/nav-bar/main-menu/main-menu.types.d.ts +0 -8
- package/lib/components/nav-bar/main-menu/profile-display/profile-display.component.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/profile-display/profile-display.module.d.ts +0 -10
- package/lib/components/nav-bar/main-menu/public-api.d.ts +0 -4
- package/lib/components/nav-bar/nav-menu/index.d.ts +0 -1
- package/lib/components/nav-bar/nav-menu/nav-menu.component.d.ts +0 -23
- package/lib/components/nav-bar/nav-menu/nav-menu.module.d.ts +0 -11
- package/lib/components/nav-bar/nav-menu/nav-menu.types.d.ts +0 -11
- package/lib/components/nav-bar/nav-menu/public-api.d.ts +0 -3
- package/lib/components/nav-bar/scms-side-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/scms-side-nav-bar/public-api.d.ts +0 -3
- package/lib/components/nav-bar/scms-side-nav-bar/scms-nav-item.types.d.ts +0 -13
- package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.component.d.ts +0 -44
- package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.module.d.ts +0 -19
- package/lib/components/nav-bar/side-nav-bar/abstract-side-nav-bar.component.d.ts +0 -46
- package/lib/components/nav-bar/side-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/side-nav-bar/nav-item.types.d.ts +0 -6
- package/lib/components/nav-bar/side-nav-bar/public-api.d.ts +0 -3
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.d.ts +0 -27
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.d.ts +0 -12
- package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
- package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
- package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
- package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
- package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
- package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
- package/lib/components/shell-layout/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-header/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.component.d.ts +0 -13
- package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/components/navigation-header/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-item/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.component.d.ts +0 -48
- package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.module.d.ts +0 -11
- package/lib/components/shell-layout/navigation/components/navigation-item/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-items-container/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.component.d.ts +0 -5
- package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/components/navigation-items-container/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/navigation.component.d.ts +0 -13
- package/lib/components/shell-layout/navigation/navigation.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/public-api.d.ts +0 -2
- package/lib/components/shell-layout/public-api.d.ts +0 -2
- package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
- package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
- package/lib/components/snackbars/snackbar/index.d.ts +0 -1
- package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
- package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -36
- package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -10
- package/lib/components/splash-page/index.d.ts +0 -1
- package/lib/components/splash-page/public-api.d.ts +0 -2
- package/lib/components/splash-page/splash-page.component.d.ts +0 -14
- package/lib/components/splash-page/splash-page.module.d.ts +0 -8
- package/lib/components/steppers/numeric-stepper/components/numeric-step.component.d.ts +0 -11
- package/lib/components/steppers/numeric-stepper/index.d.ts +0 -1
- package/lib/components/steppers/numeric-stepper/numeric-step.type.d.ts +0 -8
- package/lib/components/steppers/numeric-stepper/numeric-stepper.component.d.ts +0 -10
- package/lib/components/steppers/numeric-stepper/numeric-stepper.module.d.ts +0 -10
- package/lib/components/steppers/numeric-stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/stepper/index.d.ts +0 -1
- package/lib/components/steppers/stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/stepper/step.type.d.ts +0 -8
- package/lib/components/steppers/stepper/stepper.component.d.ts +0 -21
- package/lib/components/steppers/stepper/stepper.module.d.ts +0 -10
- package/lib/components/steppers/wizard-stepper/index.d.ts +0 -1
- package/lib/components/steppers/wizard-stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/wizard-stepper/wizard-step.type.d.ts +0 -11
- package/lib/components/steppers/wizard-stepper/wizard-stepper.component.d.ts +0 -29
- package/lib/components/steppers/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/lib/components/table/index.d.ts +0 -1
- package/lib/components/table/public-api.d.ts +0 -2
- package/lib/components/table/table.component.d.ts +0 -67
- package/lib/components/table/table.module.d.ts +0 -10
- package/lib/components/tabs/index.d.ts +0 -1
- package/lib/components/tabs/public-api.d.ts +0 -2
- package/lib/components/tabs/tabs.component.d.ts +0 -14
- package/lib/components/tabs/tabs.module.d.ts +0 -9
- package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -92
- package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -15
- package/lib/components/tags/create-tag/index.d.ts +0 -1
- package/lib/components/tags/create-tag/public-api.d.ts +0 -2
- package/lib/components/tags/tag/index.d.ts +0 -1
- package/lib/components/tags/tag/public-api.d.ts +0 -3
- package/lib/components/tags/tag/tag.component.d.ts +0 -34
- package/lib/components/tags/tag/tag.module.d.ts +0 -9
- package/lib/components/tags/tag/tag.types.d.ts +0 -6
- package/lib/components/tags/tag-container/index.d.ts +0 -1
- package/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
- package/lib/services/viewport/viewport.service.d.ts +0 -22
- package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
- package/lib/services/window/abstract-window-resize.component.d.ts +0 -10
- package/lib/services/window/window.service.d.ts +0 -12
- package/lib/services/window/window.service.interface.d.ts +0 -7
- package/src/lib/components/avatar/avatar.component.d.ts +0 -30
- package/src/lib/components/avatar/avatar.module.d.ts +0 -9
- package/src/lib/components/avatar/avatar.types.d.ts +0 -1
- package/src/lib/components/avatar/public-api.d.ts +0 -2
- package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
- package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
- package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
- package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
- package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
- package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
- package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
- package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
- package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
- package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
- package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
- package/src/lib/components/footer/container/public-api.d.ts +0 -2
- package/src/lib/components/footer/footer.component.d.ts +0 -22
- package/src/lib/components/footer/footer.component.types.d.ts +0 -12
- package/src/lib/components/footer/footer.module.d.ts +0 -8
- package/src/lib/components/footer/public-api.d.ts +0 -3
- package/src/lib/components/header/container/header-container.component.d.ts +0 -9
- package/src/lib/components/header/container/header-container.module.d.ts +0 -7
- package/src/lib/components/header/container/public-api.d.ts +0 -2
- package/src/lib/components/header/header.component.d.ts +0 -5
- package/src/lib/components/header/header.module.d.ts +0 -7
- package/src/lib/components/header/public-api.d.ts +0 -2
- package/src/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
- package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
- package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
- package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
- package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
- package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
- package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
- package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
- package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
- package/src/lib/components/shell-layout/public-api.d.ts +0 -2
- package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
- package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
- package/src/lib/components/splash-page/public-api.d.ts +0 -2
- package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
- package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
- package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, SimpleChange } from '@angular/core';
|
|
2
|
-
import { ErrorPageConfig, ErrorPageDefault } from './error-page.types';
|
|
3
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
4
|
-
import { Location } from '@angular/common';
|
|
5
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AdsErrorPageComponent implements OnChanges, AfterViewInit {
|
|
8
|
-
private cdr;
|
|
9
|
-
private registry;
|
|
10
|
-
private location;
|
|
11
|
-
private sanitizer;
|
|
12
|
-
constructor(cdr: ChangeDetectorRef, registry: AdsIconRegistry, location: Location, sanitizer: DomSanitizer);
|
|
13
|
-
/** Path to logo image file */
|
|
14
|
-
logoSrc: string;
|
|
15
|
-
/** Alt text for logo image */
|
|
16
|
-
logoAlt: string;
|
|
17
|
-
/** Error page configuration object */
|
|
18
|
-
config: ErrorPageConfig;
|
|
19
|
-
/** @ignore */
|
|
20
|
-
iconAsSvg?: SafeHtml;
|
|
21
|
-
/** @ignore */
|
|
22
|
-
defaults: typeof ErrorPageDefault;
|
|
23
|
-
/** @ignore */
|
|
24
|
-
errorRepresentation?: ElementRef;
|
|
25
|
-
/** @ignore */
|
|
26
|
-
errorCode?: ElementRef;
|
|
27
|
-
/** @ignore */
|
|
28
|
-
codeImage?: ElementRef;
|
|
29
|
-
/** @ignore */
|
|
30
|
-
ngOnChanges(changes: {
|
|
31
|
-
config: SimpleChange;
|
|
32
|
-
}): void;
|
|
33
|
-
/** @ignore */
|
|
34
|
-
ngAfterViewInit(): void;
|
|
35
|
-
/** @ignore */
|
|
36
|
-
resize(): void;
|
|
37
|
-
/** @ignore */
|
|
38
|
-
back(): void;
|
|
39
|
-
/** @ignore */
|
|
40
|
-
adjustStyles(): {
|
|
41
|
-
fontSize?: string;
|
|
42
|
-
lineHeight?: string;
|
|
43
|
-
scale?: number;
|
|
44
|
-
};
|
|
45
|
-
/** @ignore */
|
|
46
|
-
private setIcon;
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageComponent, never>;
|
|
48
|
-
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>;
|
|
49
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./error-page.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../buttons/button/button.module";
|
|
5
|
-
import * as i4 from "@angular/router";
|
|
6
|
-
import * as i5 from "./error-page-code/error-page-code.module";
|
|
7
|
-
/**
|
|
8
|
-
* todo: remove AdsErrorPageCodeModule after POD is updated
|
|
9
|
-
* NOTE: currently AdsErrorPageCodeModule is provided as legacy to avoid POD compilation errors
|
|
10
|
-
*/
|
|
11
|
-
export declare class AdsErrorPageModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsErrorPageModule, [typeof i1.AdsErrorPageComponent], [typeof i2.CommonModule, typeof i3.AdsButtonModule, typeof i4.RouterModule, typeof i5.AdsErrorPageCodeModule], [typeof i1.AdsErrorPageComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsErrorPageModule>;
|
|
15
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { adsIcon } from '@ascentgl/ads-icons/icons';
|
|
2
|
-
export type ErrorPageConfig = {
|
|
3
|
-
code: number;
|
|
4
|
-
icon?: adsIcon;
|
|
5
|
-
message: string;
|
|
6
|
-
summary?: string;
|
|
7
|
-
infoColumns?: ErrorPageInfoColumn[];
|
|
8
|
-
showBackButton?: boolean;
|
|
9
|
-
backButtonLabel?: string;
|
|
10
|
-
showHomeButton?: boolean;
|
|
11
|
-
homeButtonLabel?: string;
|
|
12
|
-
};
|
|
13
|
-
export type ErrorPageInfoColumn = {
|
|
14
|
-
header?: string;
|
|
15
|
-
body: string;
|
|
16
|
-
alignment?: 'left' | 'right' | 'center' | 'justify';
|
|
17
|
-
};
|
|
18
|
-
export declare enum ErrorPageDefault {
|
|
19
|
-
backButtonLabel = "Go Back",
|
|
20
|
-
homeButtonLabel = "Return Home",
|
|
21
|
-
errorCode = 404
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry, IconThemes } from '@ascentgl/ads-icons';
|
|
3
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
4
|
-
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AdsExpansionPanelComponent implements AfterContentInit {
|
|
7
|
-
private registry;
|
|
8
|
-
constructor(registry: AdsIconRegistry);
|
|
9
|
-
/** The unique id of the chip */
|
|
10
|
-
id: import("@angular/core").InputSignal<string>;
|
|
11
|
-
/** The header text */
|
|
12
|
-
header: import("@angular/core").InputSignal<string>;
|
|
13
|
-
/** The Chevron Icon color () */
|
|
14
|
-
chevronColor: import("@angular/core").InputSignal<keyof IconThemes>;
|
|
15
|
-
/** The header template */
|
|
16
|
-
headerTemplate: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
17
|
-
/** The header template data */
|
|
18
|
-
headerTemplateData: import("@angular/core").InputSignal<GENERIC_COLLECTION | undefined>;
|
|
19
|
-
/** Whether the AccordionItem is expanded. */
|
|
20
|
-
isExpanded: import("@angular/core").InputSignal<boolean>;
|
|
21
|
-
/** Whether the AccordionItem is disabled. */
|
|
22
|
-
disabled: import("@angular/core").InputSignal<boolean>;
|
|
23
|
-
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
24
|
-
width: import("@angular/core").InputSignal<string>;
|
|
25
|
-
/** The Chevron Icon size () */
|
|
26
|
-
chevronSize: import("@angular/core").InputSignal<"base" | "xs">;
|
|
27
|
-
/** Header padding size size () */
|
|
28
|
-
headerPadding: import("@angular/core").InputSignal<string>;
|
|
29
|
-
/** Content padding size size () */
|
|
30
|
-
contentPadding: import("@angular/core").InputSignal<string>;
|
|
31
|
-
/** @ignore */
|
|
32
|
-
panel: MatExpansionPanel;
|
|
33
|
-
get expanded(): boolean;
|
|
34
|
-
ngAfterContentInit(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelComponent, never>;
|
|
36
|
-
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; }; "chevronSize": { "alias": "chevronSize"; "required": false; "isSignal": true; }; "headerPadding": { "alias": "headerPadding"; "required": false; "isSignal": true; }; "contentPadding": { "alias": "contentPadding"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
37
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./expansion-panel.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ascentgl/ads-icons";
|
|
5
|
-
import * as i4 from "@angular/material/expansion";
|
|
6
|
-
export declare class AdsExpansionPanelModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsExpansionPanelModule, [typeof i1.AdsExpansionPanelComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof i3.AdsIconModule, typeof i4.MatExpansionPanel, typeof i4.MatExpansionPanelTitle, typeof i4.MatExpansionPanelHeader, typeof i4.MatExpansionPanelDescription, typeof i2.NgTemplateOutlet], [typeof i1.AdsExpansionPanelComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsExpansionPanelModule>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsFooterContainerComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterContainerComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsFooterContainerComponent, "ads-footer-container", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./footer-container.component";
|
|
3
|
-
export declare class AdsFooterContainerModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterContainerModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsFooterContainerModule, [typeof i1.AdsFooterContainerComponent], never, [typeof i1.AdsFooterContainerComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsFooterContainerModule>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Copyright, Link } from './footer.component.types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdsFooterComponent {
|
|
4
|
-
/**
|
|
5
|
-
* Alt text for the footer logo
|
|
6
|
-
*/
|
|
7
|
-
alt: string;
|
|
8
|
-
/**
|
|
9
|
-
* Copyright text to display
|
|
10
|
-
*/
|
|
11
|
-
copyright: Copyright;
|
|
12
|
-
/**
|
|
13
|
-
* Links to display in the footer
|
|
14
|
-
*/
|
|
15
|
-
links: Link[];
|
|
16
|
-
/**
|
|
17
|
-
* Path to the logo to display
|
|
18
|
-
*/
|
|
19
|
-
logoSrc?: string;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterComponent, never>;
|
|
21
|
-
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>;
|
|
22
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./footer.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AdsFooterModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsFooterModule, [typeof i1.AdsFooterComponent], [typeof i2.CommonModule], [typeof i1.AdsFooterComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsFooterModule>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnChanges, SimpleChange } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { AbstractControl, FormControl } from '@angular/forms';
|
|
4
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare abstract class AbstractBaseComponent implements OnChanges, AfterViewInit {
|
|
7
|
-
/** Form control, associated with input field */
|
|
8
|
-
set control(control: AbstractControl | null);
|
|
9
|
-
/** @ignore */
|
|
10
|
-
displayControl: FormControl;
|
|
11
|
-
/** If true, invalid field will immediately become dirty to display the error */
|
|
12
|
-
immediateValidation: boolean;
|
|
13
|
-
/** Object, containing key=>value pairs for errors and their translated messages */
|
|
14
|
-
errorMessages: GENERIC_COLLECTION<string>;
|
|
15
|
-
/** Hint message, displayed under the control */
|
|
16
|
-
hint?: string;
|
|
17
|
-
/** Success message, displayed under the control */
|
|
18
|
-
successMessage?: string;
|
|
19
|
-
/** Optional "id" attribute for input field */
|
|
20
|
-
id: string;
|
|
21
|
-
/** Optional control field label */
|
|
22
|
-
label?: string;
|
|
23
|
-
/** @ignore */
|
|
24
|
-
showFooter: boolean;
|
|
25
|
-
/** @ignore */
|
|
26
|
-
protected registry: AdsIconRegistry;
|
|
27
|
-
/** @ignore */
|
|
28
|
-
get required(): boolean;
|
|
29
|
-
/** Component width. Must include units of measure: px, %, em, rem, etc. */
|
|
30
|
-
width: string;
|
|
31
|
-
/** @ignore */
|
|
32
|
-
valueControl: FormControl;
|
|
33
|
-
/** @ignore */
|
|
34
|
-
protected readonly genericError: string;
|
|
35
|
-
/** @ignore */
|
|
36
|
-
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
37
|
-
/** @ignore */
|
|
38
|
-
protected readonly requiredErrorMessage: string;
|
|
39
|
-
constructor();
|
|
40
|
-
ngOnChanges(changes: {
|
|
41
|
-
immediateValidation: SimpleChange;
|
|
42
|
-
}): void;
|
|
43
|
-
/** @ignore */
|
|
44
|
-
ngAfterViewInit(): void;
|
|
45
|
-
/** @ignore */
|
|
46
|
-
displayFirstError(control?: FormControl): string;
|
|
47
|
-
/** @ignore */
|
|
48
|
-
protected touchInvalid(control: FormControl): void;
|
|
49
|
-
/** @ignore */
|
|
50
|
-
protected syncState(): void;
|
|
51
|
-
/** @ignore */
|
|
52
|
-
canShowError(): boolean;
|
|
53
|
-
/** @ignore */
|
|
54
|
-
canShowSuccess(): boolean;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractBaseComponent, never>;
|
|
56
|
-
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>;
|
|
57
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import { AbstractInputComponent } from './abstract.input.component';
|
|
4
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export type DropdownComponentOption = string | number | GENERIC_COLLECTION | null | boolean;
|
|
7
|
-
export type DropdownComponentOptions = DropdownComponentOption[] | GENERIC_COLLECTION<DropdownComponentOption> | Map<DropdownComponentOption, DropdownComponentOption>;
|
|
8
|
-
export type DropdownComponentDisplayedOptions = Map<DropdownComponentOption, string>;
|
|
9
|
-
export declare abstract class AbstractDropdownComponent extends AbstractInputComponent implements OnDestroy {
|
|
10
|
-
/** If options contain objects, provide object property name that will be used as display value in dropdown */
|
|
11
|
-
displayValueKey?: string;
|
|
12
|
-
/** Enable/disable options sorting */
|
|
13
|
-
sortOptions: boolean;
|
|
14
|
-
/** Set to true if you want dropdown items to fit content rather than dropdown width */
|
|
15
|
-
fitContent: boolean;
|
|
16
|
-
/** @ignore */
|
|
17
|
-
displayedOptions: DropdownComponentDisplayedOptions;
|
|
18
|
-
/** @ignore */
|
|
19
|
-
protected controlSubscription?: Subscription;
|
|
20
|
-
/** @ignore */
|
|
21
|
-
protected readonly genericDisplayedValue: string;
|
|
22
|
-
/** @ignore */
|
|
23
|
-
protected readonly noDisplayedValueWarning: string;
|
|
24
|
-
/** @ignore */
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
/** @ignore */
|
|
27
|
-
applySorting: (a: {
|
|
28
|
-
key: DropdownComponentOption;
|
|
29
|
-
value: string;
|
|
30
|
-
}, b: {
|
|
31
|
-
key: DropdownComponentOption;
|
|
32
|
-
value: string;
|
|
33
|
-
}) => number;
|
|
34
|
-
/** @ignore */
|
|
35
|
-
protected processOptions(options?: DropdownComponentOptions): void;
|
|
36
|
-
/** @ignore */
|
|
37
|
-
protected unsubscribeFromControl(): void;
|
|
38
|
-
/** @ignore */
|
|
39
|
-
protected getDisplayedValue(option: DropdownComponentOption, displayValueKey?: string | undefined, originalOption?: DropdownComponentOption): string;
|
|
40
|
-
/** @ignore */
|
|
41
|
-
protected getGenericDisplayedValue(option: DropdownComponentOption): string;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDropdownComponent, never>;
|
|
43
|
-
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>;
|
|
44
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { AbstractBaseComponent } from './abstract.base.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type FieldSize = 'base' | 'xs';
|
|
4
|
-
export declare abstract class AbstractInputComponent extends AbstractBaseComponent {
|
|
5
|
-
showExclamationOnError: boolean;
|
|
6
|
-
/** If true, clear button will appear in the input if it is not empty */
|
|
7
|
-
showClearButton: boolean;
|
|
8
|
-
/** Tooltip message, displayed over tooltip icon */
|
|
9
|
-
tooltip?: string;
|
|
10
|
-
/** Empty input field placeholder */
|
|
11
|
-
placeholder: string;
|
|
12
|
-
/** Whether the Input is a smaller version */
|
|
13
|
-
size: FieldSize;
|
|
14
|
-
/** Href for the Tooltip */
|
|
15
|
-
tooltipHref?: string;
|
|
16
|
-
/** @ignore */
|
|
17
|
-
get showExclamation(): boolean;
|
|
18
|
-
/** @ignore */
|
|
19
|
-
get canClear(): boolean;
|
|
20
|
-
/** @ignore */
|
|
21
|
-
clear(event: MouseEvent): void;
|
|
22
|
-
/** @ignore */
|
|
23
|
-
get smallSize(): boolean;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractInputComponent, never>;
|
|
25
|
-
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>;
|
|
26
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AbstractInputComponent } from '../abstracts/abstract.input.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdsTextareaComponent extends AbstractInputComponent {
|
|
4
|
-
/** Maximum amount of characters in the input field */
|
|
5
|
-
maxlength: number;
|
|
6
|
-
/** Maximum number of rows */
|
|
7
|
-
rows: number;
|
|
8
|
-
/** Set to false to disallow resize */
|
|
9
|
-
canResize: boolean;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTextareaComponent, never>;
|
|
11
|
-
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>;
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./textarea.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/form-field";
|
|
5
|
-
import * as i4 from "@angular/material/input";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@ascentgl/ads-icons";
|
|
8
|
-
import * as i7 from "@angular/material/button";
|
|
9
|
-
import * as i8 from "../common/input.tooltip.component";
|
|
10
|
-
import * as i9 from "../common/success/success.component";
|
|
11
|
-
import * as i10 from "../common/error/error.component";
|
|
12
|
-
import * as i11 from "../common/hint/hint.component";
|
|
13
|
-
export declare class AdsTextareaModule {
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTextareaModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTextareaModule, [typeof i1.AdsTextareaComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.ReactiveFormsModule, typeof i6.AdsIconModule, typeof i7.MatIconButton, typeof i8.AdsInputTooltipComponent, typeof i9.AdsSuccessComponent, typeof i10.AdsErrorComponent, typeof i11.AdsHintComponent], [typeof i1.AdsTextareaComponent]>;
|
|
16
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTextareaModule>;
|
|
17
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { DropdownComponentOption } from '../abstracts/abstract.dropdown.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type TEMPLATE_TYPE = {
|
|
4
|
-
$implicit: DropdownComponentOption;
|
|
5
|
-
value: string;
|
|
6
|
-
};
|
|
7
|
-
export declare class DropdownOptionTemplateDirective {
|
|
8
|
-
static ngTemplateContextGuard(_dir: DropdownOptionTemplateDirective, _ctx: unknown): _ctx is TEMPLATE_TYPE;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownOptionTemplateDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownOptionTemplateDirective, "ng-template[dropdown-option]", never, {}, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsErrorComponent {
|
|
3
|
-
/** Set text to show error */
|
|
4
|
-
error: import("@angular/core").InputSignal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsErrorComponent, "ads-error", never, { "error": { "alias": "error"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdsHintComponent implements OnInit {
|
|
5
|
-
control: import("@angular/core").InputSignal<FormControl<any>>;
|
|
6
|
-
hint: import("@angular/core").InputSignal<string>;
|
|
7
|
-
state: string;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHintComponent, never>;
|
|
10
|
-
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>;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AdsInputTooltipComponent {
|
|
4
|
-
private registry;
|
|
5
|
-
tooltip: import("@angular/core").InputSignal<string>;
|
|
6
|
-
smallSize: import("@angular/core").InputSignal<boolean>;
|
|
7
|
-
href: import("@angular/core").InputSignal<string | undefined>;
|
|
8
|
-
constructor(registry: AdsIconRegistry);
|
|
9
|
-
get iconPosition(): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputTooltipComponent, never>;
|
|
11
|
-
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>;
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsSuccessComponent {
|
|
3
|
-
/** Set text to show success */
|
|
4
|
-
success: import("@angular/core").InputSignal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSuccessComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSuccessComponent, "ads-success", never, { "success": { "alias": "success"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AdsDatetimepickerComponent } from '../datetime-picker';
|
|
2
|
-
import { MatDatetimepickerType } from '@mat-datetimepicker/core/datetimepicker/datetimepicker-type';
|
|
3
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AdsDatepickerComponent extends AdsDatetimepickerComponent {
|
|
6
|
-
/** if overrideDisplayFormat=true, this display format will be used */
|
|
7
|
-
customDisplayFormat: string;
|
|
8
|
-
/** @ignore */
|
|
9
|
-
type: MatDatetimepickerType;
|
|
10
|
-
/** @ignore */
|
|
11
|
-
twelveHour: boolean;
|
|
12
|
-
/** @ignore */
|
|
13
|
-
showTimePicker: boolean;
|
|
14
|
-
/** @ignore */
|
|
15
|
-
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
16
|
-
/** @ignore */
|
|
17
|
-
protected applyCustomFormat(): void;
|
|
18
|
-
/** @ignore */
|
|
19
|
-
protected displayedValueToControlValue(value: Date): string;
|
|
20
|
-
/** @ignore */
|
|
21
|
-
protected onSyncDisplayedValue(valueToApply?: string): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatepickerComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDatepickerComponent, "ads-datepicker", never, { "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./datepicker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/datepicker";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
6
|
-
import * as i5 from "@angular/material/input";
|
|
7
|
-
import * as i6 from "@angular/material/core";
|
|
8
|
-
import * as i7 from "@mat-datetimepicker/core";
|
|
9
|
-
import * as i8 from "@angular/forms";
|
|
10
|
-
import * as i9 from "@ascentgl/ads-icons";
|
|
11
|
-
import * as i10 from "@angular/material/icon";
|
|
12
|
-
import * as i11 from "../datetime-picker/datetime-picker-format-directive";
|
|
13
|
-
import * as i12 from "../../common/input.tooltip.component";
|
|
14
|
-
import * as i13 from "@angular/material/button";
|
|
15
|
-
import * as i14 from "../../common/error/error.component";
|
|
16
|
-
import * as i15 from "../../common/hint/hint.component";
|
|
17
|
-
import * as i16 from "../../common/success/success.component";
|
|
18
|
-
export declare class AdsDatepickerModule {
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatepickerModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatepickerModule, [typeof i1.AdsDatepickerComponent], [typeof i2.CommonModule, typeof i3.MatDatepickerModule, typeof i4.MatFormFieldModule, typeof i5.MatInputModule, typeof i6.MatNativeDateModule, typeof i7.MatNativeDatetimeModule, typeof i8.ReactiveFormsModule, typeof i9.AdsIconModule, typeof i7.MatDatetimepickerModule, typeof i10.MatIconModule, typeof i11.DateTimePickerFormatDirectiveModule, typeof i12.AdsInputTooltipComponent, typeof i13.MatIconButton, typeof i14.AdsErrorComponent, typeof i15.AdsHintComponent, typeof i16.AdsSuccessComponent], [typeof i1.AdsDatepickerComponent]>;
|
|
21
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatepickerModule>;
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare const FORMAT_TIME = "HH:mm";
|
|
2
|
-
export declare const FORMAT_DATE = "MM/dd/yyyy";
|
|
3
|
-
export declare const FORMAT_DATETIME = "MM/dd/yyyy HH:mm";
|
|
4
|
-
export interface DateTimeParseDisplay {
|
|
5
|
-
dateInput?: string;
|
|
6
|
-
datetimeInput?: string;
|
|
7
|
-
timeInput?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare class CustomDateTimeFormat {
|
|
10
|
-
private _parse;
|
|
11
|
-
private _display;
|
|
12
|
-
set parse(parse: DateTimeParseDisplay);
|
|
13
|
-
get parse(): DateTimeParseDisplay;
|
|
14
|
-
set display(display: DateTimeParseDisplay);
|
|
15
|
-
get display(): DateTimeParseDisplay;
|
|
16
|
-
updateParse(parse: DateTimeParseDisplay): void;
|
|
17
|
-
updateDisplay(display: DateTimeParseDisplay): void;
|
|
18
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { NativeDateAdapter } from '@angular/material/core';
|
|
2
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CustomDatetimeAdapter extends NativeDateAdapter {
|
|
5
|
-
constructor();
|
|
6
|
-
format(date: Date, displayFormat: string | GENERIC_COLLECTION): string;
|
|
7
|
-
parse(value: string, parseFormat?: string): Date | null;
|
|
8
|
-
private inferTime;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatetimeAdapter, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CustomDatetimeAdapter>;
|
|
11
|
-
}
|
package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { OnChanges } from '@angular/core';
|
|
2
|
-
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { CustomDateTimeFormat } from './custom-datetime-format';
|
|
4
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DateTimePickerFormatDirective implements OnChanges {
|
|
7
|
-
private format;
|
|
8
|
-
private ngControl;
|
|
9
|
-
/** Custom display format that will override current format for this component */
|
|
10
|
-
customDisplayFormat: GENERIC_COLLECTION;
|
|
11
|
-
/** Set to use custom display format, overriding the one, provided by locale */
|
|
12
|
-
overrideDisplayFormat: boolean;
|
|
13
|
-
ngOnChanges(): void;
|
|
14
|
-
constructor(format: CustomDateTimeFormat, ngControl: NgControl);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerFormatDirective, [null, { optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DateTimePickerFormatDirective, "[dateTimePickerFormat]", never, { "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; "overrideDisplayFormat": { "alias": "overrideDisplayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
18
|
-
export declare class DateTimePickerFormatDirectiveModule {
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerFormatDirectiveModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerFormatDirectiveModule, [typeof DateTimePickerFormatDirective], never, [typeof DateTimePickerFormatDirective]>;
|
|
21
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerFormatDirectiveModule>;
|
|
22
|
-
}
|
package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { MatCalendarView } from '@mat-datetimepicker/core/datetimepicker/calendar';
|
|
2
|
-
export declare class DatetimeTemplateFormatter {
|
|
3
|
-
private container;
|
|
4
|
-
private isFirstRun;
|
|
5
|
-
run(view: MatCalendarView): void;
|
|
6
|
-
reset(): void;
|
|
7
|
-
private rearrangeTemplate;
|
|
8
|
-
private addMonthChangeListeners;
|
|
9
|
-
/**
|
|
10
|
-
* Remove old month label and prevent duplicate arrow down
|
|
11
|
-
*/
|
|
12
|
-
private clearHeaderLine1;
|
|
13
|
-
}
|