@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,48 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdsNavigationItemComponent {
|
|
5
|
-
private registry;
|
|
6
|
-
constructor(registry: AdsIconRegistry);
|
|
7
|
-
/**
|
|
8
|
-
* Whether the navigation item is active
|
|
9
|
-
*/
|
|
10
|
-
active: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* Whether the submenu items are displayed
|
|
13
|
-
*/
|
|
14
|
-
displaySubNavigation: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Whether a navigation item has submenu items
|
|
17
|
-
*/
|
|
18
|
-
hasSubmenu: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* Icon to display
|
|
21
|
-
*/
|
|
22
|
-
/**
|
|
23
|
-
* The unique ID for the navigation item
|
|
24
|
-
*/
|
|
25
|
-
id: string;
|
|
26
|
-
/**
|
|
27
|
-
* Whether the navigation is collapsed
|
|
28
|
-
*/
|
|
29
|
-
isCollapsed: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Text to display
|
|
32
|
-
*/
|
|
33
|
-
label: string;
|
|
34
|
-
/**
|
|
35
|
-
* Path to navigate to when navigation item is clicked
|
|
36
|
-
*/
|
|
37
|
-
path: string | undefined;
|
|
38
|
-
/**
|
|
39
|
-
* Event emitted when a navigation item is clicked
|
|
40
|
-
*/
|
|
41
|
-
itemSelected: EventEmitter<null>;
|
|
42
|
-
/** @ignore */
|
|
43
|
-
onItemSelected(): void;
|
|
44
|
-
/** @ignore */
|
|
45
|
-
toggleSubNavigation(): void;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationItemComponent, "ads-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "displaySubNavigation": { "alias": "displaySubNavigation"; "required": false; }; "hasSubmenu": { "alias": "hasSubmenu"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "label": { "alias": "label"; "required": false; }; "path": { "alias": "path"; "required": false; }; }, { "itemSelected": "itemSelected"; }, never, ["*"], false, never>;
|
|
48
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./navigation-item.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@angular/material/tooltip";
|
|
6
|
-
import * as i5 from "@ascentgl/ads-icons";
|
|
7
|
-
export declare class AdsNavigationItemModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemModule, [typeof i1.AdsNavigationItemComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.MatTooltipModule, typeof i5.AdsIconModule], [typeof i1.AdsNavigationItemComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationItemModule>;
|
|
11
|
-
}
|
package/lib/components/shell-layout/navigation/components/navigation-items-container/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsNavigationItemsContainerComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemsContainerComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationItemsContainerComponent, "ads-navigation-items-container", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./navigation-items-container.component";
|
|
3
|
-
export declare class AdsNavigationItemsContainerModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemsContainerModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemsContainerModule, [typeof i1.AdsNavigationItemsContainerComponent], never, [typeof i1.AdsNavigationItemsContainerComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationItemsContainerModule>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsNavigationComponent {
|
|
3
|
-
/**
|
|
4
|
-
* Whether the navigation is collapsed
|
|
5
|
-
*/
|
|
6
|
-
isCollapsed: boolean;
|
|
7
|
-
/**
|
|
8
|
-
* Whether the viewport is mobile
|
|
9
|
-
*/
|
|
10
|
-
isMobile: boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNavigationComponent, "ads-navigation", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./navigation.component";
|
|
3
|
-
export declare class AdsNavigationModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationModule, [typeof i1.AdsNavigationComponent], never, [typeof i1.AdsNavigationComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationModule>;
|
|
7
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ShellLayoutComponent {
|
|
3
|
-
/**
|
|
4
|
-
* Whether the navigation is collapsed
|
|
5
|
-
*/
|
|
6
|
-
isCollapsed: boolean;
|
|
7
|
-
/**
|
|
8
|
-
* Whether the viewport is mobile
|
|
9
|
-
*/
|
|
10
|
-
isMobile: boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ShellLayoutComponent, never>;
|
|
12
|
-
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>;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./shell-layout.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AdsShellLayoutModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsShellLayoutModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsShellLayoutModule, [typeof i1.ShellLayoutComponent], [typeof i2.CommonModule], [typeof i1.ShellLayoutComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsShellLayoutModule>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import { MatSnackBarRef } from '@angular/material/snack-bar';
|
|
3
|
-
import { Variant } from '../../buttons/button';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export type SnackBarData = {
|
|
6
|
-
id?: string;
|
|
7
|
-
message: string;
|
|
8
|
-
hideActionButton?: boolean;
|
|
9
|
-
buttonCaption?: string;
|
|
10
|
-
closeOnClick?: boolean;
|
|
11
|
-
onButtonClick?: () => void;
|
|
12
|
-
};
|
|
13
|
-
export declare class AdsSnackbarComponent implements AfterViewInit {
|
|
14
|
-
private elementRef;
|
|
15
|
-
data: SnackBarData;
|
|
16
|
-
snackBarRef: MatSnackBarRef<any>;
|
|
17
|
-
readonly defaultButtonCaption = "Close";
|
|
18
|
-
protected readonly PanelClass: typeof PanelClass;
|
|
19
|
-
/** @ignore */
|
|
20
|
-
constructor(elementRef: ElementRef<HTMLElement>);
|
|
21
|
-
get buttonPanelClass(): Variant;
|
|
22
|
-
/** @ignore */
|
|
23
|
-
get id(): string;
|
|
24
|
-
/** @ignore */
|
|
25
|
-
ngAfterViewInit(): void;
|
|
26
|
-
/** @ignore */
|
|
27
|
-
onSnackbarClick(): void;
|
|
28
|
-
protected readonly indexedDB: IDBFactory;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSnackbarComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSnackbarComponent, "ads-snackbar", never, {}, {}, never, never, false, never>;
|
|
31
|
-
}
|
|
32
|
-
export declare enum PanelClass {
|
|
33
|
-
Success = "success",
|
|
34
|
-
Error = "error",
|
|
35
|
-
Primary = "primary"
|
|
36
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./snackbar.component";
|
|
3
|
-
import * as i2 from "../../buttons/button/button.module";
|
|
4
|
-
import * as i3 from "@angular/material/snack-bar";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
export declare class AdsSnackbarModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSnackbarModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSnackbarModule, [typeof i1.AdsSnackbarComponent], [typeof i2.AdsButtonModule, typeof i3.MatSnackBarModule, typeof i4.CommonModule], [typeof i1.AdsSnackbarComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSnackbarModule>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsSplashPageComponent {
|
|
3
|
-
/**
|
|
4
|
-
* Alt text for the logo
|
|
5
|
-
*/
|
|
6
|
-
alt: string;
|
|
7
|
-
/**
|
|
8
|
-
* Logo to display
|
|
9
|
-
*/
|
|
10
|
-
imageSrc: string;
|
|
11
|
-
text: string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSplashPageComponent, never>;
|
|
13
|
-
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>;
|
|
14
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./splash-page.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AdsSplashPageModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSplashPageModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSplashPageModule, [typeof i1.AdsSplashPageComponent], [typeof i2.CommonModule], [typeof i1.AdsSplashPageComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSplashPageModule>;
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AdsNumericStepComponent {
|
|
3
|
-
isLast: import("@angular/core").InputSignal<boolean>;
|
|
4
|
-
isDelivery: import("@angular/core").InputSignal<boolean>;
|
|
5
|
-
index: import("@angular/core").InputSignal<number>;
|
|
6
|
-
distance: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
-
isMobile: import("@angular/core").InputSignal<boolean>;
|
|
8
|
-
get isFirst(): boolean;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNumericStepComponent, "ads-numeric-step", never, { "isLast": { "alias": "isLast"; "required": true; "isSignal": true; }; "isDelivery": { "alias": "isDelivery"; "required": true; "isSignal": true; }; "index": { "alias": "index"; "required": true; "isSignal": true; }; "distance": { "alias": "distance"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { NumericStep } from './numeric-step.type';
|
|
2
|
-
import { AbstractWindowResizeComponent } from '../../../services/window/abstract-window-resize.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AdsNumericStepperComponent extends AbstractWindowResizeComponent {
|
|
5
|
-
constructor();
|
|
6
|
-
/** Steps array */
|
|
7
|
-
steps: import("@angular/core").InputSignal<NumericStep[]>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepperComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsNumericStepperComponent, "ads-numeric-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./numeric-stepper.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "./components/numeric-step.component";
|
|
5
|
-
import * as i4 from "@angular/material/expansion";
|
|
6
|
-
export declare class AdsNumericStepperModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericStepperModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNumericStepperModule, [typeof i1.AdsNumericStepperComponent], [typeof i2.CommonModule, typeof i3.AdsNumericStepComponent, typeof i4.MatAccordion], [typeof i1.AdsNumericStepperComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNumericStepperModule>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StepStatus } from './stepper.component';
|
|
2
|
-
import { TemplateRef } from '@angular/core';
|
|
3
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
4
|
-
export type Step = {
|
|
5
|
-
status: StepStatus;
|
|
6
|
-
template: TemplateRef<unknown>;
|
|
7
|
-
templateData: GENERIC_COLLECTION;
|
|
8
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Step } from './step.type';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare enum StepStatus {
|
|
5
|
-
Planned = "planned",
|
|
6
|
-
InProgress = "in-progress",
|
|
7
|
-
Completed = "completed"
|
|
8
|
-
}
|
|
9
|
-
export declare class AdsStepperComponent {
|
|
10
|
-
private registry;
|
|
11
|
-
/** @ignore */
|
|
12
|
-
constructor(registry: AdsIconRegistry);
|
|
13
|
-
/** @ignore */
|
|
14
|
-
protected readonly StepStatus: typeof StepStatus;
|
|
15
|
-
/**
|
|
16
|
-
* The steps to display
|
|
17
|
-
*/
|
|
18
|
-
steps: import("@angular/core").InputSignal<Step[]>;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsStepperComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsStepperComponent, "ads-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./stepper.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
5
|
-
import * as i4 from "@ascentgl/ads-icons";
|
|
6
|
-
export declare class AdsStepperModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsStepperModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsStepperModule, [typeof i1.AdsStepperComponent], [typeof i2.CommonModule, typeof i3.MatButton, typeof i4.AdsIconModule], [typeof i1.AdsStepperComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsStepperModule>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { adsIcon } from '@ascentgl/ads-icons/icons';
|
|
2
|
-
import { WizardStepStatus } from './wizard-stepper.component';
|
|
3
|
-
export type WizardStep = {
|
|
4
|
-
title: string;
|
|
5
|
-
date?: string;
|
|
6
|
-
icon: adsIcon;
|
|
7
|
-
status: WizardStepStatus;
|
|
8
|
-
onClick?: (step: WizardStep) => void;
|
|
9
|
-
tooltip?: string;
|
|
10
|
-
id?: string;
|
|
11
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { WizardStep } from './wizard-step.type';
|
|
3
|
-
import { AbstractWindowResizeComponent } from '../../../services/window/abstract-window-resize.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare enum WizardStepStatus {
|
|
6
|
-
Completed = "completed",
|
|
7
|
-
Current = "current",
|
|
8
|
-
Future = "future",
|
|
9
|
-
Disabled = "disabled"
|
|
10
|
-
}
|
|
11
|
-
export declare class AdsWizardStepperComponent extends AbstractWindowResizeComponent implements OnInit {
|
|
12
|
-
constructor();
|
|
13
|
-
/**
|
|
14
|
-
* The steps to display
|
|
15
|
-
*/
|
|
16
|
-
steps: import("@angular/core").InputSignal<WizardStep[]>;
|
|
17
|
-
/**
|
|
18
|
-
* Make stepper horizontal manually
|
|
19
|
-
*/
|
|
20
|
-
horizontalView: import("@angular/core").InputSignal<boolean>;
|
|
21
|
-
/** @ignore */
|
|
22
|
-
focusedStepIndex: number;
|
|
23
|
-
/** @ignore */
|
|
24
|
-
protected readonly WizardStepStatus: typeof WizardStepStatus;
|
|
25
|
-
/** @ignore */
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsWizardStepperComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsWizardStepperComponent, "ads-wizard-stepper", never, { "steps": { "alias": "steps"; "required": true; "isSignal": true; }; "horizontalView": { "alias": "horizontalView"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
29
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./wizard-stepper.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/tooltip";
|
|
5
|
-
import * as i4 from "@ascentgl/ads-icons";
|
|
6
|
-
export declare class AdsWizardStepperModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsWizardStepperModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsWizardStepperModule, [typeof i1.AdsWizardStepperComponent], [typeof i2.CommonModule, typeof i3.MatTooltipModule, typeof i4.AdsIconModule], [typeof i1.AdsWizardStepperComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsWizardStepperModule>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
3
|
-
import { ColDef, FirstDataRenderedEvent, GridApi, GridOptions, GridReadyEvent } from 'ag-grid-community';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare enum TableBreakpoint {
|
|
6
|
-
XS = "xs",
|
|
7
|
-
SM = "sm",
|
|
8
|
-
MD = "md",
|
|
9
|
-
LG = "lg",
|
|
10
|
-
XL = "xl"
|
|
11
|
-
}
|
|
12
|
-
export declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
13
|
-
private elementRef;
|
|
14
|
-
/** @ignore */
|
|
15
|
-
constructor(elementRef: ElementRef);
|
|
16
|
-
/** The grid's width */
|
|
17
|
-
width: string;
|
|
18
|
-
/** The grid's height */
|
|
19
|
-
height: string;
|
|
20
|
-
/** The grid options for ag-Grid */
|
|
21
|
-
gridOptions?: GridOptions;
|
|
22
|
-
/** The data to be displayed in the grid */
|
|
23
|
-
rowData: GENERIC_COLLECTION[];
|
|
24
|
-
/** The column definitions for the grid */
|
|
25
|
-
columnDefs?: ColDef[];
|
|
26
|
-
/** Default column definitions that will be applied to all columns */
|
|
27
|
-
defaultColDef: ColDef<GENERIC_COLLECTION>;
|
|
28
|
-
/** Loading data status */
|
|
29
|
-
loading: boolean;
|
|
30
|
-
/** Columns data by breakPoints */
|
|
31
|
-
columnDefsByBreakpoint: Record<TableBreakpoint, ColDef[]>;
|
|
32
|
-
/** @ignore */
|
|
33
|
-
tableColumnDefs: import("@angular/core").WritableSignal<ColDef<any, any>[]>;
|
|
34
|
-
/** @ignore */
|
|
35
|
-
private cachedDefaultColDef;
|
|
36
|
-
/** @ignore */
|
|
37
|
-
private currentBreakpoint?;
|
|
38
|
-
/** @ignore */
|
|
39
|
-
private resizeObserver?;
|
|
40
|
-
/** @ignore */
|
|
41
|
-
private getBreakpoint;
|
|
42
|
-
/** @ignore */
|
|
43
|
-
getDefaultColDef(): ColDef<GENERIC_COLLECTION>;
|
|
44
|
-
/** @ignore */
|
|
45
|
-
gridApi?: GridApi;
|
|
46
|
-
/** @ignore */
|
|
47
|
-
ngAfterViewInit(): void;
|
|
48
|
-
/** @ignore */
|
|
49
|
-
private onGridReady;
|
|
50
|
-
/** @ignore */
|
|
51
|
-
private onFirstDataRendered;
|
|
52
|
-
/** @ignore */
|
|
53
|
-
getAgGridIcons(): GENERIC_COLLECTION;
|
|
54
|
-
/** @ignore */
|
|
55
|
-
gridReady($event: GridReadyEvent): void;
|
|
56
|
-
/** @ignore */
|
|
57
|
-
firstDataRendered($event: FirstDataRenderedEvent): void;
|
|
58
|
-
/** @ignore */
|
|
59
|
-
private updateColumnDefs;
|
|
60
|
-
/** @ignore */
|
|
61
|
-
private getFallbackColumnDefs;
|
|
62
|
-
/** @ignore */
|
|
63
|
-
ngOnDestroy(): void;
|
|
64
|
-
protected readonly themeQuartz: import("ag-grid-community").Theme<import("ag-grid-community").ThemeDefaultParams>;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; }, {}, never, never, false, never>;
|
|
67
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./table.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ascentgl/ads-icons";
|
|
5
|
-
import * as i4 from "ag-grid-angular";
|
|
6
|
-
export declare class AdsTableModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof i1.AdsTableComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4.AgGridAngular], [typeof i1.AdsTableComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableModule>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface Tab {
|
|
4
|
-
text: string;
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
template?: TemplateRef<unknown>;
|
|
7
|
-
}
|
|
8
|
-
export declare class AdsTabsComponent {
|
|
9
|
-
tabs: Tab[];
|
|
10
|
-
selectedIndex: number;
|
|
11
|
-
selectedIndexChange: EventEmitter<number>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTabsComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTabsComponent, "ads-tabs", never, { "tabs": { "alias": "tabs"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tabs.component";
|
|
3
|
-
import * as i2 from "@angular/material/tabs";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
export declare class AdsTabsModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTabsModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTabsModule, [typeof i1.AdsTabsComponent], [typeof i2.MatTabGroup, typeof i2.MatTab, typeof i3.NgForOf, typeof i3.NgTemplateOutlet, typeof i3.NgIf], [typeof i1.AdsTabsComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTabsModule>;
|
|
9
|
-
}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, OnDestroy, SimpleChange } from '@angular/core';
|
|
2
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
4
|
-
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
5
|
-
import { Colors } from '../../general/color-palette/colors.enums';
|
|
6
|
-
import { Tag } from '../tag';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AdsCreateTagComponent implements OnChanges, OnDestroy {
|
|
9
|
-
private fb;
|
|
10
|
-
private registry;
|
|
11
|
-
constructor(fb: FormBuilder, registry: AdsIconRegistry);
|
|
12
|
-
/** The total number of tags that can be created */
|
|
13
|
-
limit: import("@angular/core").InputSignal<number>;
|
|
14
|
-
/** Holds all the tags you create or tags you previously created. Required for proper unique tag validation
|
|
15
|
-
* and total number of existing tags calculation */
|
|
16
|
-
tags: Tag[];
|
|
17
|
-
/** The color palette for the tag background */
|
|
18
|
-
palette: import("@angular/core").InputSignal<Colors[]>;
|
|
19
|
-
/** Reference to a tag which can be used for editing existing tags */
|
|
20
|
-
/** @ignore */
|
|
21
|
-
selectedTag: import("@angular/core").WritableSignal<Tag | null>;
|
|
22
|
-
/** If true - all the letters will be transformed to lowercase */
|
|
23
|
-
lowercase: import("@angular/core").InputSignal<boolean>;
|
|
24
|
-
/** Total number of characters that can be in input field */
|
|
25
|
-
maxlength: import("@angular/core").InputSignal<number>;
|
|
26
|
-
/** If true - only alphanumeric characters are allowed */
|
|
27
|
-
alphanumeric: import("@angular/core").InputSignal<boolean>;
|
|
28
|
-
/** @ignore */
|
|
29
|
-
form: FormGroup;
|
|
30
|
-
/** @ignore */
|
|
31
|
-
selectedColor: string;
|
|
32
|
-
/** @ignore */
|
|
33
|
-
showInput: boolean;
|
|
34
|
-
/** @ignore
|
|
35
|
-
* preset positions are required to properly control how overlay is positioned relative to the button
|
|
36
|
-
* NOTE: default positioning is not optimal
|
|
37
|
-
* NOTE: if none of the positions fits - overlay will be positioned automatically
|
|
38
|
-
*/
|
|
39
|
-
positions: ConnectedPosition[];
|
|
40
|
-
/** @ignore */
|
|
41
|
-
addInput?: ElementRef;
|
|
42
|
-
/** @ignore */
|
|
43
|
-
editInput?: ElementRef;
|
|
44
|
-
/** @ignore */
|
|
45
|
-
private tagControlSubscription?;
|
|
46
|
-
/** @ignore */
|
|
47
|
-
ngOnChanges(changes: {
|
|
48
|
-
tag?: SimpleChange;
|
|
49
|
-
palette?: SimpleChange;
|
|
50
|
-
suggestions?: SimpleChange;
|
|
51
|
-
}): void;
|
|
52
|
-
/** @ignore */
|
|
53
|
-
ngOnDestroy(): void;
|
|
54
|
-
/** @ignore */
|
|
55
|
-
addTag(): void;
|
|
56
|
-
/** @ignore */
|
|
57
|
-
updateTag(): void;
|
|
58
|
-
/** @ignore */
|
|
59
|
-
onColorChange(color: string): void;
|
|
60
|
-
/** @ignore */
|
|
61
|
-
reset(): void;
|
|
62
|
-
/** @ignore */
|
|
63
|
-
hide(): void;
|
|
64
|
-
/** @ignore */
|
|
65
|
-
displayInput(): void;
|
|
66
|
-
/** @ignore */
|
|
67
|
-
isValueInvalid(): boolean;
|
|
68
|
-
/** @ignore */
|
|
69
|
-
private createForm;
|
|
70
|
-
/** @ignore */
|
|
71
|
-
private resetForm;
|
|
72
|
-
/** @ignore */
|
|
73
|
-
private getModifiedTag;
|
|
74
|
-
/** @ignore */
|
|
75
|
-
private setDefaultSelectedColor;
|
|
76
|
-
/** @ignore */
|
|
77
|
-
private formatTagName;
|
|
78
|
-
/** @ignore */
|
|
79
|
-
private trimTagName;
|
|
80
|
-
/** @ignore */
|
|
81
|
-
getBackgroundColor(color: string): string;
|
|
82
|
-
/** @ignore */
|
|
83
|
-
onTagUpdated(tag: Tag): void;
|
|
84
|
-
/** @ignore */
|
|
85
|
-
onTagCreated(tag: Tag): void;
|
|
86
|
-
/** @ignore */
|
|
87
|
-
onTagSelect(tag: Tag): void;
|
|
88
|
-
/** @ignore */
|
|
89
|
-
onTagRemove(id: string): void;
|
|
90
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCreateTagComponent, never>;
|
|
91
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsCreateTagComponent, "ads-create-tag", never, { "limit": { "alias": "limit"; "required": false; "isSignal": true; }; "tags": { "alias": "tags"; "required": false; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "lowercase": { "alias": "lowercase"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "alphanumeric": { "alias": "alphanumeric"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
92
|
-
}
|