@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,5 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
+
import * as i3 from '@ascentgl/ads-icons';
|
|
4
|
+
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
5
|
+
import * as i2 from '@angular/common';
|
|
6
|
+
|
|
7
|
+
type Size = 'sm' | 'md' | 'lg';
|
|
8
|
+
|
|
9
|
+
declare class AdsAvatarComponent implements OnChanges {
|
|
10
|
+
private registry;
|
|
11
|
+
constructor(registry: AdsIconRegistry);
|
|
12
|
+
/**
|
|
13
|
+
* The alt text for the avatar
|
|
14
|
+
*/
|
|
15
|
+
alt?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The id attribute for the avatar icon
|
|
18
|
+
*/
|
|
19
|
+
id: string;
|
|
20
|
+
/**
|
|
21
|
+
* The size of the avatar
|
|
22
|
+
*/
|
|
23
|
+
size: Size;
|
|
24
|
+
/**
|
|
25
|
+
* The path to the image to display
|
|
26
|
+
*/
|
|
27
|
+
src?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAvatarComponent, never>;
|
|
33
|
+
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>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class AdsAvatarModule {
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAvatarModule, never>;
|
|
38
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsAvatarModule, [typeof AdsAvatarComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof AdsAvatarComponent]>;
|
|
39
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsAvatarModule>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { AdsAvatarComponent, AdsAvatarModule };
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i2 from '@angular/common';
|
|
3
|
+
|
|
4
|
+
declare class AdsButtonContainerComponent {
|
|
5
|
+
/** How buttons in the container should be placed */
|
|
6
|
+
justify: i0.InputSignal<"flex-start" | "flex-end" | "center">;
|
|
7
|
+
/** The gap between elements */
|
|
8
|
+
gap: i0.InputSignal<number>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
10
|
+
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>;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare class AdsButtonContainerModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsButtonContainerModule, [typeof AdsButtonContainerComponent], [typeof i2.CommonModule], [typeof AdsButtonContainerComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsButtonContainerModule>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { AdsButtonContainerComponent, AdsButtonContainerModule };
|
|
@@ -1,5 +1,93 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, AfterContentInit, OnDestroy, ElementRef, Renderer2 } from '@angular/core';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
5
|
+
import * as i2 from '@angular/common';
|
|
6
|
+
|
|
7
|
+
type DROP_CALLBACK_INDEXES = {
|
|
8
|
+
before: number;
|
|
9
|
+
after: number;
|
|
10
|
+
};
|
|
11
|
+
type UNSUBSCRIBE_FUNCTIONS_COLLECTION = GENERIC_COLLECTION<() => void>;
|
|
12
|
+
declare class AdsDragAndDropListComponent implements OnInit, AfterContentInit, OnDestroy {
|
|
13
|
+
private renderer;
|
|
14
|
+
/** @ignore */
|
|
15
|
+
draggableList?: ElementRef;
|
|
16
|
+
/** @ignore */
|
|
17
|
+
dynamicContent?: ElementRef;
|
|
18
|
+
/** This external method will be called after the item is dropped into new position */
|
|
19
|
+
dropCallback?: (sourceIndexes: DROP_CALLBACK_INDEXES, targetIndexes: DROP_CALLBACK_INDEXES) => void;
|
|
20
|
+
/** Callback function that can be used to determine if item can be dropped on the selected target */
|
|
21
|
+
canDropCallback?: (sourceIndex: number, targetIndex: number) => boolean;
|
|
22
|
+
/** Callback function that can be used to determine if item can be dragged */
|
|
23
|
+
canDragCallback?: (sourceIndex: number) => boolean;
|
|
24
|
+
/** If total items count is less than this value, drag&drop will be disabled */
|
|
25
|
+
minCountToDrag: number;
|
|
26
|
+
/** Provide subject element, which will allow to refresh the list. NOTE: refreshing is required every time the list is updated from the outside */
|
|
27
|
+
refresh: Subject<void>;
|
|
28
|
+
/** @ignore */
|
|
29
|
+
private draggedElement;
|
|
30
|
+
/** @ignore */
|
|
31
|
+
private draggedPlaceholder;
|
|
32
|
+
/** @ignore */
|
|
33
|
+
private unsubscribeFromDocumentDragOver?;
|
|
34
|
+
/** @ignore */
|
|
35
|
+
private unsubscribeFunctions;
|
|
36
|
+
/** @ignore */
|
|
37
|
+
private ngUnsubscribe;
|
|
38
|
+
private draggedOverElement;
|
|
39
|
+
/** @ignore */
|
|
40
|
+
constructor(renderer: Renderer2);
|
|
41
|
+
/** @ignore */
|
|
42
|
+
ngOnInit(): void;
|
|
43
|
+
/** @ignore */
|
|
44
|
+
ngAfterContentInit(): void;
|
|
45
|
+
/** @ignore */
|
|
46
|
+
ngOnDestroy(): void;
|
|
47
|
+
/** @ignore */
|
|
48
|
+
onListDragLeave(event: DragEvent): void;
|
|
49
|
+
/** @ignore */
|
|
50
|
+
onDragStart: (event: DragEvent) => void;
|
|
51
|
+
/** @ignore */
|
|
52
|
+
onDragEnd: () => void;
|
|
53
|
+
/** @ignore
|
|
54
|
+
* NOTE: we rely on onDragOver instead of DragEnter and DragLeave because those events also fire when we enter and leave
|
|
55
|
+
* child elements - the behavior we don't need
|
|
56
|
+
*/
|
|
57
|
+
onDragOver: (event: DragEvent) => void;
|
|
58
|
+
/** @ignore */
|
|
59
|
+
onDrop: (event: DragEvent) => void;
|
|
60
|
+
/** @ignore */
|
|
61
|
+
onMouseEnter: (event: MouseEvent) => void;
|
|
62
|
+
/** @ignore */
|
|
63
|
+
private unselectDraggedOverElement;
|
|
64
|
+
/** @ignore */
|
|
65
|
+
private setCanDrag;
|
|
66
|
+
/** @ignore */
|
|
67
|
+
private onDragOverBody;
|
|
68
|
+
/** @ignore */
|
|
69
|
+
private canDrop;
|
|
70
|
+
/** @ignore */
|
|
71
|
+
private refreshElements;
|
|
72
|
+
/** @ignore */
|
|
73
|
+
private unsubscribeFromEventListeners;
|
|
74
|
+
/** @ignore */
|
|
75
|
+
private getAllElements;
|
|
76
|
+
/** @ignore */
|
|
77
|
+
private getElement;
|
|
78
|
+
/** @ignore */
|
|
79
|
+
private getElementIndex;
|
|
80
|
+
/** @ignore */
|
|
81
|
+
private isDraggingOverSelf;
|
|
82
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDragAndDropListComponent, never>;
|
|
83
|
+
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>;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
declare class AdsDragAndDropListModule {
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDragAndDropListModule, never>;
|
|
88
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDragAndDropListModule, [typeof AdsDragAndDropListComponent], [typeof i2.CommonModule], [typeof AdsDragAndDropListComponent]>;
|
|
89
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDragAndDropListModule>;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export { AdsDragAndDropListComponent, AdsDragAndDropListModule };
|
|
93
|
+
export type { DROP_CALLBACK_INDEXES, UNSUBSCRIBE_FUNCTIONS_COLLECTION };
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i2 from '@angular/common';
|
|
3
|
+
|
|
4
|
+
declare class AdsErrorPageCodeComponent {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageCodeComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsErrorPageCodeComponent, "ads-error-page-code", never, {}, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
declare class AdsErrorPageCodeModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageCodeModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsErrorPageCodeModule, [typeof AdsErrorPageCodeComponent], [typeof i2.CommonModule], [typeof AdsErrorPageCodeComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsErrorPageCodeModule>;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export { AdsErrorPageCodeComponent, AdsErrorPageCodeModule };
|
|
@@ -1,5 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class AdsFooterContainerComponent {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterContainerComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsFooterContainerComponent, "ads-footer-container", never, {}, {}, never, ["*"], false, never>;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
declare class AdsFooterContainerModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterContainerModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsFooterContainerModule, [typeof AdsFooterContainerComponent], never, [typeof AdsFooterContainerComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsFooterContainerModule>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { AdsFooterContainerComponent, AdsFooterContainerModule };
|
|
@@ -1,5 +1,45 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i2 from '@angular/common';
|
|
3
|
+
|
|
4
|
+
type Copyright = {
|
|
5
|
+
text: string;
|
|
6
|
+
href?: string;
|
|
7
|
+
target?: '_self' | '_blank' | '_parent';
|
|
8
|
+
};
|
|
9
|
+
type Link = {
|
|
10
|
+
id?: number;
|
|
11
|
+
href: string;
|
|
12
|
+
text: string;
|
|
13
|
+
target?: string;
|
|
14
|
+
class?: string;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
declare class AdsFooterComponent {
|
|
18
|
+
/**
|
|
19
|
+
* Alt text for the footer logo
|
|
20
|
+
*/
|
|
21
|
+
alt: string;
|
|
22
|
+
/**
|
|
23
|
+
* Copyright text to display
|
|
24
|
+
*/
|
|
25
|
+
copyright: Copyright;
|
|
26
|
+
/**
|
|
27
|
+
* Links to display in the footer
|
|
28
|
+
*/
|
|
29
|
+
links: Link[];
|
|
30
|
+
/**
|
|
31
|
+
* Path to the logo to display
|
|
32
|
+
*/
|
|
33
|
+
logoSrc?: string;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterComponent, never>;
|
|
35
|
+
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>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare class AdsFooterModule {
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsFooterModule, never>;
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsFooterModule, [typeof AdsFooterComponent], [typeof i2.CommonModule], [typeof AdsFooterComponent]>;
|
|
41
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsFooterModule>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export { AdsFooterComponent, AdsFooterModule };
|
|
45
|
+
export type { Copyright, Link };
|
|
@@ -1,5 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class AdsHeaderContainerComponent {
|
|
4
|
+
/**
|
|
5
|
+
* Whether the viewport is mobile
|
|
6
|
+
*/
|
|
7
|
+
isMobile: boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderContainerComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHeaderContainerComponent, "ads-header-container", never, { "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare class AdsHeaderContainerModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderContainerModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHeaderContainerModule, [typeof AdsHeaderContainerComponent], never, [typeof AdsHeaderContainerComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHeaderContainerModule>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { AdsHeaderContainerComponent, AdsHeaderContainerModule };
|
|
@@ -1,5 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class AdsHeaderComponent {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHeaderComponent, "ads-header", never, {}, {}, never, ["[left]", "[logo]", "[right]"], false, never>;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
declare class AdsHeaderModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHeaderModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHeaderModule, [typeof AdsHeaderComponent], never, [typeof AdsHeaderComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHeaderModule>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { AdsHeaderComponent, AdsHeaderModule };
|
|
@@ -1,5 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import * as i2 from '@angular/common';
|
|
4
|
+
|
|
5
|
+
declare abstract class AbstractLogoComponent implements OnInit {
|
|
6
|
+
/** @ignore */
|
|
7
|
+
isMobile: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* Mobile width
|
|
10
|
+
*/
|
|
11
|
+
mobileWidth: i0.InputSignal<number>;
|
|
12
|
+
/**
|
|
13
|
+
* Whether the navigation is collapsed
|
|
14
|
+
*/
|
|
15
|
+
isCollapsed: i0.InputSignal<boolean>;
|
|
16
|
+
/** @ignore */
|
|
17
|
+
onResize(): void;
|
|
18
|
+
/** @ignore */
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
/** @ignore */
|
|
21
|
+
private checkScreenSize;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractLogoComponent, never>;
|
|
23
|
+
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>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare class AdsPrimaryLogoComponent extends AbstractLogoComponent {
|
|
27
|
+
constructor();
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPrimaryLogoComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPrimaryLogoComponent, "ads-primary-logo", never, {}, {}, never, never, false, never>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
declare class AdsPrimaryLogoModule {
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPrimaryLogoModule, never>;
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPrimaryLogoModule, [typeof AdsPrimaryLogoComponent], [typeof i2.CommonModule, typeof i2.NgOptimizedImage], [typeof AdsPrimaryLogoComponent]>;
|
|
35
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPrimaryLogoModule>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export { AdsPrimaryLogoComponent, AdsPrimaryLogoModule };
|
|
@@ -1,5 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
+
import * as i3 from '@ascentgl/ads-icons';
|
|
4
|
+
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
5
|
+
import * as i2 from '@angular/common';
|
|
6
|
+
|
|
7
|
+
type Theme = 'primary' | 'success' | 'medium';
|
|
8
|
+
declare class AdsProgressBarComponent implements OnChanges {
|
|
9
|
+
private registry;
|
|
10
|
+
constructor(registry: AdsIconRegistry);
|
|
11
|
+
/**
|
|
12
|
+
* The unique ID for the progress bar
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
/**
|
|
16
|
+
* Whether or not the progress bar is disabled
|
|
17
|
+
*/
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Aria label for the progress element
|
|
21
|
+
*/
|
|
22
|
+
ariaLabel: string;
|
|
23
|
+
/**
|
|
24
|
+
* The max value of the progress bar
|
|
25
|
+
*/
|
|
26
|
+
max: number;
|
|
27
|
+
/**
|
|
28
|
+
* The value of the progress bar
|
|
29
|
+
*/
|
|
30
|
+
value: number;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
* Only show the marker if the bar has progress and is not completed
|
|
34
|
+
*/
|
|
35
|
+
get showMarker(): boolean;
|
|
36
|
+
/** @ignore */
|
|
37
|
+
color: Theme;
|
|
38
|
+
/** @ignore */
|
|
39
|
+
markerPosition: string;
|
|
40
|
+
/** @ignore */
|
|
41
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
42
|
+
/** @ignore */
|
|
43
|
+
private getColor;
|
|
44
|
+
/** @ignore */
|
|
45
|
+
private getLabel;
|
|
46
|
+
/** @ignore */
|
|
47
|
+
private getMarkerPosition;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarComponent, never>;
|
|
49
|
+
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>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
declare class AdsProgressBarModule {
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarModule, never>;
|
|
54
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressBarModule, [typeof AdsProgressBarComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof AdsProgressBarComponent]>;
|
|
55
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressBarModule>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export { AdsProgressBarComponent, AdsProgressBarModule };
|
|
@@ -1,5 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, EventEmitter, SimpleChange } from '@angular/core';
|
|
3
|
+
import * as i2 from '@angular/common';
|
|
4
|
+
import * as i3 from '@angular/material/progress-spinner';
|
|
5
|
+
|
|
6
|
+
declare enum ProgressIndicatorSpinnerDefault {
|
|
7
|
+
diameter = 52,
|
|
8
|
+
padding = 11,
|
|
9
|
+
fontSize = 20,
|
|
10
|
+
max = 10
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare class AdsProgressIndicatorSpinnerComponent implements OnChanges {
|
|
14
|
+
/** Spinner diameter in pixels. Default is 52. Cannot be less than 20 */
|
|
15
|
+
diameter: number;
|
|
16
|
+
/** Max progress value. Default is 10. Cannot be less than 0 */
|
|
17
|
+
max: number;
|
|
18
|
+
/** Current progress value. Cannot be less than 0 or more than "max"*/
|
|
19
|
+
value: number;
|
|
20
|
+
/** Event emitted percentage is updated after value changes */
|
|
21
|
+
percentageUpdated: EventEmitter<number>;
|
|
22
|
+
/** @ignore */
|
|
23
|
+
percentage: number;
|
|
24
|
+
/** @ignore */
|
|
25
|
+
readonly defaults: typeof ProgressIndicatorSpinnerDefault;
|
|
26
|
+
/** @ignore */
|
|
27
|
+
ngOnChanges(changes: {
|
|
28
|
+
value: SimpleChange;
|
|
29
|
+
max: SimpleChange;
|
|
30
|
+
diameter: SimpleChange;
|
|
31
|
+
}): void;
|
|
32
|
+
/** @ignore */
|
|
33
|
+
private calculateMax;
|
|
34
|
+
/** @ignore */
|
|
35
|
+
private calculateValue;
|
|
36
|
+
/** @ignore */
|
|
37
|
+
private calculatePercentage;
|
|
38
|
+
/** @ignore */
|
|
39
|
+
private calculateDiameter;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressIndicatorSpinnerComponent, never>;
|
|
41
|
+
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>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class AdsProgressIndicatorSpinnerModule {
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressIndicatorSpinnerModule, never>;
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressIndicatorSpinnerModule, [typeof AdsProgressIndicatorSpinnerComponent], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof AdsProgressIndicatorSpinnerComponent]>;
|
|
47
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressIndicatorSpinnerModule>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export { AdsProgressIndicatorSpinnerComponent, AdsProgressIndicatorSpinnerModule };
|
|
@@ -1,5 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
3
|
+
import * as i4 from '@ascentgl/ads-utils';
|
|
4
|
+
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
5
|
+
import * as i2 from '@angular/common';
|
|
6
|
+
import * as i3 from '@ascentgl/ads-icons';
|
|
7
|
+
import * as i5 from '@angular/material/progress-spinner';
|
|
8
|
+
|
|
9
|
+
declare enum SpinnerSize {
|
|
10
|
+
xSmall = "x-small",
|
|
11
|
+
small = "small",
|
|
12
|
+
normal = "normal"
|
|
13
|
+
}
|
|
14
|
+
declare class AdsProgressSpinnerComponent implements OnInit {
|
|
15
|
+
protected ref: ElementRef;
|
|
16
|
+
private cdr;
|
|
17
|
+
/** set spinner z-index */
|
|
18
|
+
zIndex: number;
|
|
19
|
+
/** set spinner scrollContainer. This is useful when the spinner is inside dialog window **/
|
|
20
|
+
scrollContainer: HTMLElement | 'auto' | 'none';
|
|
21
|
+
/** set spinner size */
|
|
22
|
+
size: SpinnerSize;
|
|
23
|
+
/** set spinner diameter (overrides "size") */
|
|
24
|
+
diameter?: number;
|
|
25
|
+
computedDiameter: number;
|
|
26
|
+
isSticky: boolean;
|
|
27
|
+
computedStyles?: CSSStyleDeclaration;
|
|
28
|
+
private readonly sizes;
|
|
29
|
+
constructor(ref: ElementRef, cdr: ChangeDetectorRef);
|
|
30
|
+
/** @ignore */
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
/** @ignore */
|
|
33
|
+
getOverlayStyles(): GENERIC_COLLECTION;
|
|
34
|
+
/**
|
|
35
|
+
* @ignore
|
|
36
|
+
* required for proper change detection
|
|
37
|
+
* NOTE: REALLY REQUIRED
|
|
38
|
+
*/
|
|
39
|
+
resize(): void;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerComponent, never>;
|
|
41
|
+
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>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class AdsProgressSpinnerModule {
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerModule, never>;
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4.AdsGestureModule, typeof i5.MatProgressSpinnerModule], [typeof AdsProgressSpinnerComponent]>;
|
|
47
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressSpinnerModule>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export { AdsProgressSpinnerComponent, AdsProgressSpinnerModule, SpinnerSize };
|
|
@@ -1,5 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i2 from '@angular/common';
|
|
3
|
+
|
|
4
|
+
declare class ShellLayoutComponent {
|
|
5
|
+
/**
|
|
6
|
+
* Whether the navigation is collapsed
|
|
7
|
+
*/
|
|
8
|
+
isCollapsed: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Whether the viewport is mobile
|
|
11
|
+
*/
|
|
12
|
+
isMobile: boolean;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShellLayoutComponent, never>;
|
|
14
|
+
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>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
declare class AdsShellLayoutModule {
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsShellLayoutModule, never>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsShellLayoutModule, [typeof ShellLayoutComponent], [typeof i2.CommonModule], [typeof ShellLayoutComponent]>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsShellLayoutModule>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { AdsShellLayoutModule, ShellLayoutComponent };
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i2 from '@angular/common';
|
|
3
|
+
|
|
4
|
+
declare class AdsSplashPageComponent {
|
|
5
|
+
/**
|
|
6
|
+
* Alt text for the logo
|
|
7
|
+
*/
|
|
8
|
+
alt: string;
|
|
9
|
+
/**
|
|
10
|
+
* Logo to display
|
|
11
|
+
*/
|
|
12
|
+
imageSrc: string;
|
|
13
|
+
text: string;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSplashPageComponent, never>;
|
|
15
|
+
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>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
declare class AdsSplashPageModule {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSplashPageModule, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSplashPageModule, [typeof AdsSplashPageComponent], [typeof i2.CommonModule], [typeof AdsSplashPageComponent]>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSplashPageModule>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { AdsSplashPageComponent, AdsSplashPageModule };
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i2 from '@angular/common';
|
|
3
|
+
|
|
4
|
+
declare class AdsTagContainerComponent {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagContainerComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTagContainerComponent, "ads-tag-container", never, {}, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
declare class AdsTagContainerModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagContainerModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTagContainerModule, [typeof AdsTagContainerComponent], [typeof i2.CommonModule], [typeof AdsTagContainerComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTagContainerModule>;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export { AdsTagContainerComponent, AdsTagContainerModule };
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { Size } from './avatar.types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AdsAvatarComponent implements OnChanges {
|
|
6
|
-
private registry;
|
|
7
|
-
constructor(registry: AdsIconRegistry);
|
|
8
|
-
/**
|
|
9
|
-
* The alt text for the avatar
|
|
10
|
-
*/
|
|
11
|
-
alt?: string;
|
|
12
|
-
/**
|
|
13
|
-
* The id attribute for the avatar icon
|
|
14
|
-
*/
|
|
15
|
-
id: string;
|
|
16
|
-
/**
|
|
17
|
-
* The size of the avatar
|
|
18
|
-
*/
|
|
19
|
-
size: Size;
|
|
20
|
-
/**
|
|
21
|
-
* The path to the image to display
|
|
22
|
-
*/
|
|
23
|
-
src?: string;
|
|
24
|
-
/**
|
|
25
|
-
* @ignore
|
|
26
|
-
*/
|
|
27
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAvatarComponent, never>;
|
|
29
|
-
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>;
|
|
30
|
-
}
|