@ascentgl/ads-ui 2.19.5 → 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 +9 -9
- 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 +9 -9
- 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 +8 -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 +9 -9
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +9 -9
- 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 +24 -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 +9 -9
- 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 +9 -9
- 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 +9 -9
- 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 +9 -9
- 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 +9 -9
- 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 +4465 -5134
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +2948 -86
- package/package.json +9 -253
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -15
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -88
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -41
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -188
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -105
- package/src/assets/sass/ads-ui/main.scss +8 -9
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -10
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -10
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -250
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -32
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -18
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -45
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -0
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -32
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -37
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -73
- 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/esm2022/ascentgl-ads-ui.mjs +0 -5
- package/esm2022/index.mjs +0 -87
- package/esm2022/lib/components/avatar/avatar.component.mjs +0 -50
- package/esm2022/lib/components/avatar/avatar.module.mjs +0 -19
- package/esm2022/lib/components/avatar/avatar.types.mjs +0 -2
- package/esm2022/lib/components/avatar/index.mjs +0 -2
- package/esm2022/lib/components/avatar/public-api.mjs +0 -3
- package/esm2022/lib/components/badge/index.mjs +0 -2
- package/esm2022/lib/components/badge/numeric-badge.component.mjs +0 -35
- package/esm2022/lib/components/badge/numeric-badge.module.mjs +0 -19
- package/esm2022/lib/components/badge/public-api.mjs +0 -3
- package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -62
- package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +0 -21
- package/esm2022/lib/components/breadcrumb/breadcrumb.type.mjs +0 -2
- package/esm2022/lib/components/breadcrumb/breadcrumb.visual-processor.mjs +0 -151
- package/esm2022/lib/components/breadcrumb/index.mjs +0 -2
- package/esm2022/lib/components/breadcrumb/public-api.mjs +0 -4
- package/esm2022/lib/components/buttons/button/button.component.mjs +0 -31
- package/esm2022/lib/components/buttons/button/button.module.mjs +0 -19
- package/esm2022/lib/components/buttons/button/index.mjs +0 -2
- package/esm2022/lib/components/buttons/button/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/button-container/button-container.component.mjs +0 -17
- package/esm2022/lib/components/buttons/button-container/button-container.module.mjs +0 -18
- package/esm2022/lib/components/buttons/button-container/index.mjs +0 -2
- package/esm2022/lib/components/buttons/button-container/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/icon-button/icon-button.component.mjs +0 -36
- package/esm2022/lib/components/buttons/icon-button/icon-button.module.mjs +0 -20
- package/esm2022/lib/components/buttons/icon-button/index.mjs +0 -2
- package/esm2022/lib/components/buttons/icon-button/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/link-button/index.mjs +0 -2
- package/esm2022/lib/components/buttons/link-button/link-button.component.mjs +0 -18
- package/esm2022/lib/components/buttons/link-button/link-button.module.mjs +0 -20
- package/esm2022/lib/components/buttons/link-button/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/selection-button/index.mjs +0 -2
- package/esm2022/lib/components/buttons/selection-button/public-api.mjs +0 -3
- package/esm2022/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
- package/esm2022/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
- package/esm2022/lib/components/card/card.component.mjs +0 -11
- package/esm2022/lib/components/card/card.module.mjs +0 -18
- package/esm2022/lib/components/card/index.mjs +0 -2
- package/esm2022/lib/components/card/public-api.mjs +0 -3
- package/esm2022/lib/components/chip/chip.component.mjs +0 -45
- package/esm2022/lib/components/chip/chip.module.mjs +0 -19
- package/esm2022/lib/components/chip/chip.types.mjs +0 -2
- package/esm2022/lib/components/chip/index.mjs +0 -2
- package/esm2022/lib/components/chip/public-api.mjs +0 -3
- package/esm2022/lib/components/divider/divider.component.mjs +0 -43
- package/esm2022/lib/components/divider/divider.module.mjs +0 -18
- package/esm2022/lib/components/divider/index.mjs +0 -2
- package/esm2022/lib/components/divider/public-api.mjs +0 -3
- package/esm2022/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
- package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
- package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
- package/esm2022/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
- package/esm2022/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
- package/esm2022/lib/components/drag-and-drop-list/index.mjs +0 -2
- package/esm2022/lib/components/drag-and-drop-list/public-api.mjs +0 -3
- package/esm2022/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
- package/esm2022/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
- package/esm2022/lib/components/error-page/error-page-code/index.mjs +0 -2
- package/esm2022/lib/components/error-page/error-page-code/public-api.mjs +0 -3
- package/esm2022/lib/components/error-page/error-page.component.mjs +0 -110
- package/esm2022/lib/components/error-page/error-page.module.mjs +0 -25
- package/esm2022/lib/components/error-page/error-page.types.mjs +0 -7
- package/esm2022/lib/components/error-page/index.mjs +0 -2
- package/esm2022/lib/components/error-page/public-api.mjs +0 -4
- package/esm2022/lib/components/expansion-panel/expansion-panel.component.mjs +0 -33
- package/esm2022/lib/components/expansion-panel/expansion-panel.module.mjs +0 -36
- package/esm2022/lib/components/expansion-panel/index.mjs +0 -2
- package/esm2022/lib/components/expansion-panel/public-api.mjs +0 -3
- package/esm2022/lib/components/footer/container/footer-container.component.mjs +0 -11
- package/esm2022/lib/components/footer/container/footer-container.module.mjs +0 -16
- package/esm2022/lib/components/footer/container/index.mjs +0 -2
- package/esm2022/lib/components/footer/container/public-api.mjs +0 -3
- package/esm2022/lib/components/footer/footer.component.mjs +0 -35
- package/esm2022/lib/components/footer/footer.component.types.mjs +0 -2
- package/esm2022/lib/components/footer/footer.module.mjs +0 -18
- package/esm2022/lib/components/footer/index.mjs +0 -2
- package/esm2022/lib/components/footer/public-api.mjs +0 -4
- package/esm2022/lib/components/form-fields/abstracts/abstract.base.component.mjs +0 -155
- package/esm2022/lib/components/form-fields/abstracts/abstract.dropdown.component.mjs +0 -108
- package/esm2022/lib/components/form-fields/abstracts/abstract.input.component.mjs +0 -52
- package/esm2022/lib/components/form-fields/area/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/area/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/area/textarea.component.mjs +0 -37
- package/esm2022/lib/components/form-fields/area/textarea.module.mjs +0 -55
- package/esm2022/lib/components/form-fields/common/dropdown-option-template.directive.mjs +0 -17
- package/esm2022/lib/components/form-fields/common/error/error.component.mjs +0 -29
- package/esm2022/lib/components/form-fields/common/hint/hint.component.mjs +0 -36
- package/esm2022/lib/components/form-fields/common/input.tooltip.component.mjs +0 -38
- package/esm2022/lib/components/form-fields/common/success/success.component.mjs +0 -29
- package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.component.mjs +0 -61
- package/esm2022/lib/components/form-fields/datepickers/date-picker/datepicker.module.mjs +0 -87
- package/esm2022/lib/components/form-fields/datepickers/date-picker/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/datepickers/date-picker/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.mjs +0 -36
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.mjs +0 -49
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.mjs +0 -66
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.mjs +0 -171
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.mjs +0 -398
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.mjs +0 -87
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/datepickers/datetime-picker/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/datepickers/time-picker/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/datepickers/time-picker/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.component.mjs +0 -77
- package/esm2022/lib/components/form-fields/datepickers/time-picker/timepicker.module.mjs +0 -90
- package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.component.mjs +0 -194
- package/esm2022/lib/components/form-fields/dropdowns/dropdown/dropdown.module.mjs +0 -71
- package/esm2022/lib/components/form-fields/dropdowns/dropdown/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/dropdowns/dropdown/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.mjs +0 -103
- package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.mjs +0 -67
- package/esm2022/lib/components/form-fields/dropdowns/input-dropdown/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.mjs +0 -67
- package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.mjs +0 -71
- package/esm2022/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/input/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/input/input.component.mjs +0 -72
- package/esm2022/lib/components/form-fields/input/input.module.mjs +0 -55
- package/esm2022/lib/components/form-fields/input/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.mjs +0 -33
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.mjs +0 -683
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.mjs +0 -2
- package/esm2022/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.mjs +0 -75
- package/esm2022/lib/components/form-fields/search-fields/search-input/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/search-fields/search-input/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.component.mjs +0 -43
- package/esm2022/lib/components/form-fields/search-fields/search-input/search-input.module.mjs +0 -67
- package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.component.mjs +0 -47
- package/esm2022/lib/components/form-fields/selection-fields/checkbox/checkbox.module.mjs +0 -39
- package/esm2022/lib/components/form-fields/selection-fields/checkbox/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/selection-fields/checkbox/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/selection-fields/radio-button/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/selection-fields/radio-button/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.component.mjs +0 -53
- package/esm2022/lib/components/form-fields/selection-fields/radio-button/radio-button.module.mjs +0 -55
- package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.mjs +0 -56
- package/esm2022/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.mjs +0 -39
- package/esm2022/lib/components/form-fields/selection-fields/slider/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/selection-fields/slider/public-api.mjs +0 -3
- package/esm2022/lib/components/form-fields/selection-fields/slider/slider.component.mjs +0 -44
- package/esm2022/lib/components/form-fields/selection-fields/slider/slider.module.mjs +0 -43
- package/esm2022/lib/components/general/color-palette/colors.enums.mjs +0 -39
- package/esm2022/lib/components/header/container/header-container.component.mjs +0 -19
- package/esm2022/lib/components/header/container/header-container.module.mjs +0 -16
- package/esm2022/lib/components/header/container/index.mjs +0 -2
- package/esm2022/lib/components/header/container/public-api.mjs +0 -3
- package/esm2022/lib/components/header/header.component.mjs +0 -11
- package/esm2022/lib/components/header/header.module.mjs +0 -16
- package/esm2022/lib/components/header/index.mjs +0 -2
- package/esm2022/lib/components/header/org-display-text/index.mjs +0 -2
- package/esm2022/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
- package/esm2022/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
- package/esm2022/lib/components/header/org-display-text/public-api.mjs +0 -3
- package/esm2022/lib/components/header/public-api.mjs +0 -3
- package/esm2022/lib/components/icon-hover/icon-hover.component.mjs +0 -33
- package/esm2022/lib/components/icon-hover/icon-hover.module.mjs +0 -16
- package/esm2022/lib/components/icon-hover/index.mjs +0 -2
- package/esm2022/lib/components/icon-hover/public-api.mjs +0 -3
- package/esm2022/lib/components/logo/ascent-logo/ascent-logo.component.mjs +0 -29
- package/esm2022/lib/components/logo/ascent-logo/ascent-logo.module.mjs +0 -18
- package/esm2022/lib/components/logo/ascent-logo/index.mjs +0 -2
- package/esm2022/lib/components/logo/ascent-logo/public-api.mjs +0 -3
- package/esm2022/lib/components/logo/primary-logo/index.mjs +0 -2
- package/esm2022/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
- package/esm2022/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
- package/esm2022/lib/components/logo/primary-logo/public-api.mjs +0 -3
- package/esm2022/lib/components/main-menu/index.mjs +0 -2
- package/esm2022/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
- package/esm2022/lib/components/main-menu/main-menu.component.mjs +0 -76
- package/esm2022/lib/components/main-menu/main-menu.module.mjs +0 -45
- package/esm2022/lib/components/main-menu/main-menu.types.mjs +0 -2
- package/esm2022/lib/components/main-menu/public-api.mjs +0 -4
- package/esm2022/lib/components/modal/index.mjs +0 -2
- package/esm2022/lib/components/modal/modal.component.mjs +0 -41
- package/esm2022/lib/components/modal/modal.module.mjs +0 -22
- package/esm2022/lib/components/modal/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
- package/esm2022/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
- package/esm2022/lib/components/navigation/dashboard-edit-icon/index.mjs +0 -2
- package/esm2022/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-actions-container/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
- package/esm2022/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
- package/esm2022/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation-collapse-handle/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
- package/esm2022/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
- package/esm2022/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation-header/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
- package/esm2022/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
- package/esm2022/lib/components/navigation/navigation-header/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation-item/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
- package/esm2022/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
- package/esm2022/lib/components/navigation/navigation-item/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation-items-container/index.mjs +0 -2
- package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
- package/esm2022/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
- package/esm2022/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/navigation.component.mjs +0 -25
- package/esm2022/lib/components/navigation/navigation.module.mjs +0 -16
- package/esm2022/lib/components/navigation/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/index.mjs +0 -2
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/index.mjs +0 -2
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
- package/esm2022/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
- package/esm2022/lib/components/navigation/sub-navigation-item/index.mjs +0 -2
- package/esm2022/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
- package/esm2022/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
- package/esm2022/lib/components/navigation/sub-navigation-items-container/index.mjs +0 -2
- package/esm2022/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
- package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
- package/esm2022/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
- package/esm2022/lib/components/pagination/container/index.mjs +0 -2
- package/esm2022/lib/components/pagination/container/pagination-container.component.mjs +0 -11
- package/esm2022/lib/components/pagination/container/pagination-container.module.mjs +0 -16
- package/esm2022/lib/components/pagination/container/public-api.mjs +0 -3
- package/esm2022/lib/components/pagination/index.mjs +0 -2
- package/esm2022/lib/components/pagination/pagination.component.mjs +0 -85
- package/esm2022/lib/components/pagination/pagination.module.mjs +0 -19
- package/esm2022/lib/components/pagination/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-indicators/progress-bar/index.mjs +0 -2
- package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
- package/esm2022/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
- package/esm2022/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/index.mjs +0 -2
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
- package/esm2022/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-indicators/progress-spinner/index.mjs +0 -2
- package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
- package/esm2022/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
- package/esm2022/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
- package/esm2022/lib/components/progress-stepper/index.mjs +0 -2
- package/esm2022/lib/components/progress-stepper/progress-step.types.mjs +0 -2
- package/esm2022/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
- package/esm2022/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
- package/esm2022/lib/components/progress-stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/rating/index.mjs +0 -2
- package/esm2022/lib/components/rating/public-api.mjs +0 -3
- package/esm2022/lib/components/rating/rating.component.mjs +0 -69
- package/esm2022/lib/components/rating/rating.module.mjs +0 -19
- package/esm2022/lib/components/shell-layout/index.mjs +0 -2
- package/esm2022/lib/components/shell-layout/public-api.mjs +0 -3
- package/esm2022/lib/components/shell-layout/shell-layout.component.mjs +0 -25
- package/esm2022/lib/components/shell-layout/shell-layout.module.mjs +0 -18
- package/esm2022/lib/components/snackbars/inline-snackbar/index.mjs +0 -2
- package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.component.mjs +0 -63
- package/esm2022/lib/components/snackbars/inline-snackbar/inline-snackbar.module.mjs +0 -19
- package/esm2022/lib/components/snackbars/inline-snackbar/public-api.mjs +0 -3
- package/esm2022/lib/components/snackbars/snackbar/index.mjs +0 -2
- package/esm2022/lib/components/snackbars/snackbar/public-api.mjs +0 -3
- package/esm2022/lib/components/snackbars/snackbar/snackbar.component.mjs +0 -30
- package/esm2022/lib/components/snackbars/snackbar/snackbar.module.mjs +0 -21
- package/esm2022/lib/components/splash-page/index.mjs +0 -2
- package/esm2022/lib/components/splash-page/public-api.mjs +0 -3
- package/esm2022/lib/components/splash-page/splash-page.component.mjs +0 -20
- package/esm2022/lib/components/splash-page/splash-page.module.mjs +0 -18
- package/esm2022/lib/components/stepper-condensed/condensed-helpers.mjs +0 -97
- package/esm2022/lib/components/stepper-condensed/condensed-step.type.mjs +0 -12
- package/esm2022/lib/components/stepper-condensed/index.mjs +0 -2
- package/esm2022/lib/components/stepper-condensed/public-api.mjs +0 -5
- package/esm2022/lib/components/stepper-condensed/stepper-condensed.component.mjs +0 -149
- package/esm2022/lib/components/stepper-condensed/stepper-condensed.module.mjs +0 -28
- package/esm2022/lib/components/submenu/submenu-container/index.mjs +0 -2
- package/esm2022/lib/components/submenu/submenu-container/public-api.mjs +0 -3
- package/esm2022/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
- package/esm2022/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
- package/esm2022/lib/components/submenu/submenu-heading/index.mjs +0 -2
- package/esm2022/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
- package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
- package/esm2022/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
- package/esm2022/lib/components/submenu/submenu-item/index.mjs +0 -2
- package/esm2022/lib/components/submenu/submenu-item/public-api.mjs +0 -3
- package/esm2022/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
- package/esm2022/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
- package/esm2022/lib/components/submenu/submenu-secondary-item/index.mjs +0 -2
- package/esm2022/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
- package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
- package/esm2022/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
- package/esm2022/lib/components/table/index.mjs +0 -2
- package/esm2022/lib/components/table/public-api.mjs +0 -3
- package/esm2022/lib/components/table/table.component.mjs +0 -81
- package/esm2022/lib/components/table/table.module.mjs +0 -20
- package/esm2022/lib/components/tags/create-tag/create-tag.component.mjs +0 -218
- package/esm2022/lib/components/tags/create-tag/create-tag.module.mjs +0 -43
- package/esm2022/lib/components/tags/create-tag/index.mjs +0 -2
- package/esm2022/lib/components/tags/create-tag/public-api.mjs +0 -3
- package/esm2022/lib/components/tags/tag/index.mjs +0 -2
- package/esm2022/lib/components/tags/tag/public-api.mjs +0 -4
- package/esm2022/lib/components/tags/tag/tag.component.mjs +0 -68
- package/esm2022/lib/components/tags/tag/tag.module.mjs +0 -19
- package/esm2022/lib/components/tags/tag/tag.types.mjs +0 -2
- package/esm2022/lib/components/tags/tag-container/index.mjs +0 -2
- package/esm2022/lib/components/tags/tag-container/public-api.mjs +0 -3
- package/esm2022/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
- package/esm2022/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
- package/esm2022/lib/components/timeline-stepper/index.mjs +0 -2
- package/esm2022/lib/components/timeline-stepper/public-api.mjs +0 -5
- package/esm2022/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
- package/esm2022/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
- package/esm2022/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
- package/esm2022/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
- package/esm2022/lib/components/vertical-stepper/index.mjs +0 -2
- package/esm2022/lib/components/vertical-stepper/public-api.mjs +0 -5
- package/esm2022/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
- package/esm2022/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
- package/esm2022/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
- package/esm2022/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
- package/esm2022/lib/components/widgets/widget-actions/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-actions/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
- package/esm2022/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
- package/esm2022/lib/components/widgets/widget-bar/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-bar/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
- package/esm2022/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-container/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-container/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
- package/esm2022/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-footer/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-footer/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
- package/esm2022/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-header/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-header/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
- package/esm2022/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-preview/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-preview/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
- package/esm2022/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-thumbnail/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
- package/esm2022/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
- package/esm2022/lib/components/widgets/widget-thumbnail-container/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
- package/esm2022/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
- package/esm2022/lib/components/widgets/widget-title/index.mjs +0 -2
- package/esm2022/lib/components/widgets/widget-title/public-api.mjs +0 -3
- package/esm2022/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
- package/esm2022/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
- package/esm2022/lib/components/wizard-stepper/index.mjs +0 -2
- package/esm2022/lib/components/wizard-stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
- package/esm2022/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
- package/esm2022/lib/services/viewport/viewport.service.interface.mjs +0 -2
- package/esm2022/lib/services/viewport/viewport.service.mjs +0 -32
- package/esm2022/lib/services/window/window.service.interface.mjs +0 -2
- package/esm2022/lib/services/window/window.service.mjs +0 -29
- package/esm2022/src/lib/components/avatar/ascentgl-ads-ui-src-lib-components-avatar.mjs +0 -5
- package/esm2022/src/lib/components/avatar/avatar.component.mjs +0 -50
- package/esm2022/src/lib/components/avatar/avatar.module.mjs +0 -19
- package/esm2022/src/lib/components/avatar/avatar.types.mjs +0 -2
- package/esm2022/src/lib/components/avatar/public-api.mjs +0 -3
- package/esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +0 -5
- package/esm2022/src/lib/components/buttons/button-container/button-container.component.mjs +0 -17
- package/esm2022/src/lib/components/buttons/button-container/button-container.module.mjs +0 -18
- package/esm2022/src/lib/components/buttons/button-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/buttons/selection-button/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -5
- package/esm2022/src/lib/components/buttons/selection-button/public-api.mjs +0 -3
- package/esm2022/src/lib/components/buttons/selection-button/selection-button.component.mjs +0 -60
- package/esm2022/src/lib/components/buttons/selection-button/selection-button.module.mjs +0 -20
- package/esm2022/src/lib/components/card/ascentgl-ads-ui-src-lib-components-card.mjs +0 -5
- package/esm2022/src/lib/components/card/card.component.mjs +0 -11
- package/esm2022/src/lib/components/card/card.module.mjs +0 -18
- package/esm2022/src/lib/components/card/public-api.mjs +0 -3
- package/esm2022/src/lib/components/divider/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -5
- package/esm2022/src/lib/components/divider/divider.component.mjs +0 -43
- package/esm2022/src/lib/components/divider/divider.module.mjs +0 -18
- package/esm2022/src/lib/components/divider/public-api.mjs +0 -3
- package/esm2022/src/lib/components/drag-and-drop-list/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +0 -5
- package/esm2022/src/lib/components/drag-and-drop-list/dom.element.mjs +0 -62
- package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.mjs +0 -349
- package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.mjs +0 -2
- package/esm2022/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.mjs +0 -18
- package/esm2022/src/lib/components/drag-and-drop-list/dragged.placeholder.mjs +0 -63
- package/esm2022/src/lib/components/drag-and-drop-list/public-api.mjs +0 -3
- package/esm2022/src/lib/components/error-page/error-page-code/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +0 -5
- package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.component.mjs +0 -14
- package/esm2022/src/lib/components/error-page/error-page-code/error-page-code.module.mjs +0 -18
- package/esm2022/src/lib/components/error-page/error-page-code/public-api.mjs +0 -3
- package/esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.mjs +0 -5
- package/esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.mjs +0 -5
- package/esm2022/src/lib/components/footer/container/footer-container.component.mjs +0 -11
- package/esm2022/src/lib/components/footer/container/footer-container.module.mjs +0 -16
- package/esm2022/src/lib/components/footer/container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/footer/footer.component.mjs +0 -35
- package/esm2022/src/lib/components/footer/footer.component.types.mjs +0 -2
- package/esm2022/src/lib/components/footer/footer.module.mjs +0 -18
- package/esm2022/src/lib/components/footer/public-api.mjs +0 -4
- package/esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.mjs +0 -5
- package/esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.mjs +0 -5
- package/esm2022/src/lib/components/header/container/header-container.component.mjs +0 -19
- package/esm2022/src/lib/components/header/container/header-container.module.mjs +0 -16
- package/esm2022/src/lib/components/header/container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/header/header.component.mjs +0 -11
- package/esm2022/src/lib/components/header/header.module.mjs +0 -16
- package/esm2022/src/lib/components/header/org-display-text/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -5
- package/esm2022/src/lib/components/header/org-display-text/org-display-text.component.mjs +0 -22
- package/esm2022/src/lib/components/header/org-display-text/org-display-text.module.mjs +0 -18
- package/esm2022/src/lib/components/header/org-display-text/public-api.mjs +0 -3
- package/esm2022/src/lib/components/header/public-api.mjs +0 -3
- package/esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +0 -5
- package/esm2022/src/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -37
- package/esm2022/src/lib/components/logo/primary-logo/primary-logo.module.mjs +0 -18
- package/esm2022/src/lib/components/logo/primary-logo/public-api.mjs +0 -3
- package/esm2022/src/lib/components/main-menu/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -5
- package/esm2022/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.mjs +0 -22
- package/esm2022/src/lib/components/main-menu/main-menu.component.mjs +0 -76
- package/esm2022/src/lib/components/main-menu/main-menu.module.mjs +0 -45
- package/esm2022/src/lib/components/main-menu/main-menu.types.mjs +0 -2
- package/esm2022/src/lib/components/main-menu/public-api.mjs +0 -4
- package/esm2022/src/lib/components/navigation/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -5
- package/esm2022/src/lib/components/navigation/dashboard-edit-icon/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -5
- package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.mjs +0 -46
- package/esm2022/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.mjs +0 -18
- package/esm2022/src/lib/components/navigation/dashboard-edit-icon/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-actions-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.mjs +0 -20
- package/esm2022/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.mjs +0 -18
- package/esm2022/src/lib/components/navigation/navigation-actions-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-collapse-handle/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.mjs +0 -48
- package/esm2022/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.mjs +0 -18
- package/esm2022/src/lib/components/navigation/navigation-collapse-handle/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-header/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.component.mjs +0 -25
- package/esm2022/src/lib/components/navigation/navigation-header/navigation-header.module.mjs +0 -16
- package/esm2022/src/lib/components/navigation/navigation-header/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-item/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.component.mjs +0 -74
- package/esm2022/src/lib/components/navigation/navigation-item/navigation-item.module.mjs +0 -21
- package/esm2022/src/lib/components/navigation/navigation-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -5
- package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.mjs +0 -11
- package/esm2022/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.mjs +0 -16
- package/esm2022/src/lib/components/navigation/navigation-items-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/navigation.component.mjs +0 -25
- package/esm2022/src/lib/components/navigation/navigation.module.mjs +0 -16
- package/esm2022/src/lib/components/navigation/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -5
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.mjs +0 -11
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.mjs +0 -16
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -5
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.mjs +0 -67
- package/esm2022/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.mjs +0 -21
- package/esm2022/src/lib/components/navigation/sub-navigation-item/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -5
- package/esm2022/src/lib/components/navigation/sub-navigation-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.mjs +0 -36
- package/esm2022/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.mjs +0 -18
- package/esm2022/src/lib/components/navigation/sub-navigation-items-container/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -5
- package/esm2022/src/lib/components/navigation/sub-navigation-items-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.mjs +0 -11
- package/esm2022/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.mjs +0 -16
- package/esm2022/src/lib/components/pagination/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -5
- package/esm2022/src/lib/components/pagination/container/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -5
- package/esm2022/src/lib/components/pagination/container/pagination-container.component.mjs +0 -11
- package/esm2022/src/lib/components/pagination/container/pagination-container.module.mjs +0 -16
- package/esm2022/src/lib/components/pagination/container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/pagination/pagination.component.mjs +0 -85
- package/esm2022/src/lib/components/pagination/pagination.module.mjs +0 -19
- package/esm2022/src/lib/components/pagination/public-api.mjs +0 -3
- package/esm2022/src/lib/components/progress-indicators/progress-bar/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +0 -5
- package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.component.mjs +0 -78
- package/esm2022/src/lib/components/progress-indicators/progress-bar/progress-bar.module.mjs +0 -19
- package/esm2022/src/lib/components/progress-indicators/progress-bar/public-api.mjs +0 -3
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +0 -5
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.mjs +0 -79
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.mjs +0 -19
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.mjs +0 -8
- package/esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.mjs +0 -3
- package/esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +0 -5
- package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.mjs +0 -95
- package/esm2022/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.mjs +0 -22
- package/esm2022/src/lib/components/progress-indicators/progress-spinner/public-api.mjs +0 -3
- package/esm2022/src/lib/components/progress-stepper/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -5
- package/esm2022/src/lib/components/progress-stepper/progress-step.types.mjs +0 -2
- package/esm2022/src/lib/components/progress-stepper/progress-stepper.component.mjs +0 -106
- package/esm2022/src/lib/components/progress-stepper/progress-stepper.module.mjs +0 -27
- package/esm2022/src/lib/components/progress-stepper/public-api.mjs +0 -4
- package/esm2022/src/lib/components/rating/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -5
- package/esm2022/src/lib/components/rating/public-api.mjs +0 -3
- package/esm2022/src/lib/components/rating/rating.component.mjs +0 -69
- package/esm2022/src/lib/components/rating/rating.module.mjs +0 -19
- package/esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +0 -5
- package/esm2022/src/lib/components/shell-layout/public-api.mjs +0 -3
- package/esm2022/src/lib/components/shell-layout/shell-layout.component.mjs +0 -25
- package/esm2022/src/lib/components/shell-layout/shell-layout.module.mjs +0 -18
- package/esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs +0 -5
- package/esm2022/src/lib/components/splash-page/public-api.mjs +0 -3
- package/esm2022/src/lib/components/splash-page/splash-page.component.mjs +0 -20
- package/esm2022/src/lib/components/splash-page/splash-page.module.mjs +0 -18
- package/esm2022/src/lib/components/submenu/submenu-container/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -5
- package/esm2022/src/lib/components/submenu/submenu-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.component.mjs +0 -22
- package/esm2022/src/lib/components/submenu/submenu-container/submenu-container.module.mjs +0 -18
- package/esm2022/src/lib/components/submenu/submenu-heading/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -5
- package/esm2022/src/lib/components/submenu/submenu-heading/public-api.mjs +0 -3
- package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.component.mjs +0 -17
- package/esm2022/src/lib/components/submenu/submenu-heading/submenu-heading.module.mjs +0 -18
- package/esm2022/src/lib/components/submenu/submenu-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -5
- package/esm2022/src/lib/components/submenu/submenu-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.component.mjs +0 -28
- package/esm2022/src/lib/components/submenu/submenu-item/submenu-item.module.mjs +0 -19
- package/esm2022/src/lib/components/submenu/submenu-secondary-item/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -5
- package/esm2022/src/lib/components/submenu/submenu-secondary-item/public-api.mjs +0 -3
- package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.mjs +0 -33
- package/esm2022/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.mjs +0 -19
- package/esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +0 -5
- package/esm2022/src/lib/components/tags/tag-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/tags/tag-container/tag-container.component.mjs +0 -11
- package/esm2022/src/lib/components/tags/tag-container/tag-container.module.mjs +0 -18
- package/esm2022/src/lib/components/timeline-stepper/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -5
- package/esm2022/src/lib/components/timeline-stepper/public-api.mjs +0 -5
- package/esm2022/src/lib/components/timeline-stepper/timeline-helpers.mjs +0 -97
- package/esm2022/src/lib/components/timeline-stepper/timeline-step.type.mjs +0 -12
- package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.component.mjs +0 -148
- package/esm2022/src/lib/components/timeline-stepper/timeline-stepper.module.mjs +0 -28
- package/esm2022/src/lib/components/vertical-stepper/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -5
- package/esm2022/src/lib/components/vertical-stepper/public-api.mjs +0 -5
- package/esm2022/src/lib/components/vertical-stepper/vertical-helpers.mjs +0 -98
- package/esm2022/src/lib/components/vertical-stepper/vertical-step.type.mjs +0 -12
- package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.component.mjs +0 -125
- package/esm2022/src/lib/components/vertical-stepper/vertical-stepper.module.mjs +0 -28
- package/esm2022/src/lib/components/widgets/widget-actions/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-actions/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.component.mjs +0 -11
- package/esm2022/src/lib/components/widgets/widget-actions/widget-actions.module.mjs +0 -16
- package/esm2022/src/lib/components/widgets/widget-bar/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-bar/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.component.mjs +0 -20
- package/esm2022/src/lib/components/widgets/widget-bar/widget-bar.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-container/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-container/widget-container.component.mjs +0 -11
- package/esm2022/src/lib/components/widgets/widget-container/widget-container.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-footer/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-footer/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.component.mjs +0 -11
- package/esm2022/src/lib/components/widgets/widget-footer/widget-footer.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-header/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-header/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-header/widget-header.component.mjs +0 -11
- package/esm2022/src/lib/components/widgets/widget-header/widget-header.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-preview/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-preview/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.component.mjs +0 -25
- package/esm2022/src/lib/components/widgets/widget-preview/widget-preview.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-thumbnail/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-thumbnail/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.mjs +0 -100
- package/esm2022/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.mjs +0 -20
- package/esm2022/src/lib/components/widgets/widget-thumbnail-container/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-thumbnail-container/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.mjs +0 -12
- package/esm2022/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.mjs +0 -18
- package/esm2022/src/lib/components/widgets/widget-title/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -5
- package/esm2022/src/lib/components/widgets/widget-title/public-api.mjs +0 -3
- package/esm2022/src/lib/components/widgets/widget-title/widget-title.component.mjs +0 -22
- package/esm2022/src/lib/components/widgets/widget-title/widget-title.module.mjs +0 -18
- package/esm2022/src/lib/components/wizard-stepper/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -5
- package/esm2022/src/lib/components/wizard-stepper/public-api.mjs +0 -4
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.component.mjs +0 -28
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.module.mjs +0 -20
- package/esm2022/src/lib/components/wizard-stepper/wizard-stepper.types.mjs +0 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs +0 -83
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-selection-button.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs +0 -33
- package/fesm2022/ascentgl-ads-ui-src-lib-components-card.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs +0 -65
- package/fesm2022/ascentgl-ads-ui-src-lib-components-divider.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs +0 -44
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-org-display-text.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs +0 -135
- package/fesm2022/ascentgl-ads-ui-src-lib-components-main-menu.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs +0 -67
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-dashboard-edit-icon.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs +0 -42
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-actions-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs +0 -69
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-collapse-handle.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs +0 -45
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-header.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs +0 -98
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-navigation-items-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs +0 -91
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-side-navigation-side-navigation-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs +0 -58
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation-sub-navigation-items-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs +0 -45
- package/fesm2022/ascentgl-ads-ui-src-lib-components-navigation.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs +0 -107
- package/fesm2022/ascentgl-ads-ui-src-lib-components-pagination.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs +0 -136
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs +0 -91
- package/fesm2022/ascentgl-ads-ui-src-lib-components-rating.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs +0 -44
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs +0 -39
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-heading.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs +0 -51
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs +0 -56
- package/fesm2022/ascentgl-ads-ui-src-lib-components-submenu-submenu-secondary-item.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs +0 -286
- package/fesm2022/ascentgl-ads-ui-src-lib-components-timeline-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs +0 -264
- package/fesm2022/ascentgl-ads-ui-src-lib-components-vertical-stepper.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs +0 -31
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-actions.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs +0 -42
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-bar.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs +0 -33
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs +0 -33
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-footer.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs +0 -33
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-header.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs +0 -47
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-preview.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs +0 -34
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail-container.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs +0 -123
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-thumbnail.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs +0 -44
- package/fesm2022/ascentgl-ads-ui-src-lib-components-widgets-widget-title.mjs.map +0 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs +0 -51
- package/fesm2022/ascentgl-ads-ui-src-lib-components-wizard-stepper.mjs.map +0 -1
- 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 -22
- package/lib/components/badge/numeric-badge.module.d.ts +0 -9
- package/lib/components/badge/public-api.d.ts +0 -2
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -37
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
- package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -7
- package/lib/components/breadcrumb/breadcrumb.visual-processor.d.ts +0 -16
- 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 -24
- 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 -25
- 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/buttons/selection-button/index.d.ts +0 -1
- package/lib/components/buttons/selection-button/public-api.d.ts +0 -2
- package/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
- package/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
- package/lib/components/card/card.component.d.ts +0 -5
- 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 -26
- 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 -21
- 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 -24
- 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 -11
- 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 -118
- 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 -64
- 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 -47
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -20
- 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 -29
- package/lib/components/form-fields/input/input.module.d.ts +0 -17
- package/lib/components/form-fields/input/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 -195
- 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 -22
- 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 -15
- 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 -17
- 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 -19
- 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/general/color-palette/colors.enums.d.ts +0 -37
- 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 -19
- 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/primary-logo/index.d.ts +0 -1
- package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
- 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/main-menu/index.d.ts +0 -1
- package/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
- package/lib/components/main-menu/main-menu.component.d.ts +0 -42
- package/lib/components/main-menu/main-menu.module.d.ts +0 -15
- package/lib/components/main-menu/main-menu.types.d.ts +0 -8
- package/lib/components/main-menu/public-api.d.ts +0 -3
- package/lib/components/modal/index.d.ts +0 -1
- package/lib/components/modal/modal.component.d.ts +0 -27
- package/lib/components/modal/modal.module.d.ts +0 -12
- package/lib/components/modal/public-api.d.ts +0 -2
- package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
- package/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
- package/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -1
- package/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
- package/lib/components/navigation/index.d.ts +0 -1
- package/lib/components/navigation/navigation-actions-container/index.d.ts +0 -1
- package/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
- package/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
- package/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -1
- package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
- package/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
- package/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation-header/index.d.ts +0 -1
- package/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
- package/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
- package/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation-item/index.d.ts +0 -1
- package/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
- package/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
- package/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation-items-container/index.d.ts +0 -1
- package/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
- package/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
- package/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
- package/lib/components/navigation/navigation.component.d.ts +0 -13
- package/lib/components/navigation/navigation.module.d.ts +0 -7
- package/lib/components/navigation/public-api.d.ts +0 -2
- package/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -1
- package/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
- package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
- package/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
- package/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -1
- package/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
- package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
- package/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
- package/lib/components/navigation/sub-navigation-item/index.d.ts +0 -1
- package/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
- package/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
- package/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
- package/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -1
- package/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
- package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
- package/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
- package/lib/components/pagination/container/index.d.ts +0 -1
- package/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
- package/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
- package/lib/components/pagination/container/public-api.d.ts +0 -2
- package/lib/components/pagination/index.d.ts +0 -1
- package/lib/components/pagination/pagination.component.d.ts +0 -41
- package/lib/components/pagination/pagination.module.d.ts +0 -9
- package/lib/components/pagination/public-api.d.ts +0 -2
- 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/progress-stepper/index.d.ts +0 -1
- package/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
- package/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
- package/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
- package/lib/components/progress-stepper/public-api.d.ts +0 -3
- package/lib/components/rating/index.d.ts +0 -1
- package/lib/components/rating/public-api.d.ts +0 -2
- package/lib/components/rating/rating.component.d.ts +0 -22
- package/lib/components/rating/rating.module.d.ts +0 -9
- package/lib/components/shell-layout/index.d.ts +0 -1
- 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/inline-snackbar/index.d.ts +0 -1
- package/lib/components/snackbars/inline-snackbar/inline-snackbar.component.d.ts +0 -31
- package/lib/components/snackbars/inline-snackbar/inline-snackbar.module.d.ts +0 -9
- package/lib/components/snackbars/inline-snackbar/public-api.d.ts +0 -2
- 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 -22
- package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -11
- 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/stepper-condensed/condensed-helpers.d.ts +0 -24
- package/lib/components/stepper-condensed/condensed-step.type.d.ts +0 -43
- package/lib/components/stepper-condensed/index.d.ts +0 -1
- package/lib/components/stepper-condensed/public-api.d.ts +0 -4
- package/lib/components/stepper-condensed/stepper-condensed.component.d.ts +0 -61
- package/lib/components/stepper-condensed/stepper-condensed.module.d.ts +0 -11
- package/lib/components/submenu/submenu-container/index.d.ts +0 -1
- package/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
- package/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
- package/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
- package/lib/components/submenu/submenu-heading/index.d.ts +0 -1
- package/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
- package/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
- package/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
- package/lib/components/submenu/submenu-item/index.d.ts +0 -1
- package/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
- package/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
- package/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
- package/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -1
- package/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
- package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
- package/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
- 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 -35
- package/lib/components/table/table.module.d.ts +0 -10
- package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -85
- package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -14
- 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/components/timeline-stepper/index.d.ts +0 -1
- package/lib/components/timeline-stepper/public-api.d.ts +0 -4
- package/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
- package/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
- package/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
- package/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
- package/lib/components/vertical-stepper/index.d.ts +0 -1
- package/lib/components/vertical-stepper/public-api.d.ts +0 -4
- package/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
- package/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
- package/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
- package/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
- package/lib/components/widgets/widget-actions/index.d.ts +0 -1
- package/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
- package/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
- package/lib/components/widgets/widget-bar/index.d.ts +0 -1
- package/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
- package/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
- package/lib/components/widgets/widget-container/index.d.ts +0 -1
- package/lib/components/widgets/widget-container/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
- package/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
- package/lib/components/widgets/widget-footer/index.d.ts +0 -1
- package/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
- package/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
- package/lib/components/widgets/widget-header/index.d.ts +0 -1
- package/lib/components/widgets/widget-header/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
- package/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
- package/lib/components/widgets/widget-preview/index.d.ts +0 -1
- package/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
- package/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
- package/lib/components/widgets/widget-thumbnail/index.d.ts +0 -1
- package/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
- package/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
- package/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -1
- package/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
- package/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
- package/lib/components/widgets/widget-title/index.d.ts +0 -1
- package/lib/components/widgets/widget-title/public-api.d.ts +0 -2
- package/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
- package/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
- package/lib/components/wizard-stepper/index.d.ts +0 -1
- package/lib/components/wizard-stepper/public-api.d.ts +0 -3
- package/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
- package/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
- 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/window.service.d.ts +0 -12
- package/lib/services/window/window.service.interface.d.ts +0 -7
- package/src/assets/sass/ads-ui/overrides/_ag-grid.scss +0 -2
- package/src/assets/sass/ads-ui/overrides/angular-material/_expansion-panel.scss +0 -19
- package/src/assets/sass/ads-ui/overrides/angular-material/_modal.scss +0 -42
- package/src/assets/sass/ads-ui/overrides/angular-material/_tabs.scss +0 -63
- 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/buttons/selection-button/index.d.ts +0 -5
- package/src/lib/components/buttons/selection-button/public-api.d.ts +0 -2
- package/src/lib/components/buttons/selection-button/selection-button.component.d.ts +0 -40
- package/src/lib/components/buttons/selection-button/selection-button.module.d.ts +0 -10
- package/src/lib/components/card/card.component.d.ts +0 -5
- package/src/lib/components/card/card.module.d.ts +0 -8
- package/src/lib/components/card/index.d.ts +0 -5
- package/src/lib/components/card/public-api.d.ts +0 -2
- package/src/lib/components/divider/divider.component.d.ts +0 -26
- package/src/lib/components/divider/divider.module.d.ts +0 -8
- package/src/lib/components/divider/index.d.ts +0 -5
- package/src/lib/components/divider/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/org-display-text/index.d.ts +0 -5
- package/src/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
- package/src/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
- package/src/lib/components/header/org-display-text/public-api.d.ts +0 -2
- package/src/lib/components/header/public-api.d.ts +0 -2
- package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -21
- 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/main-menu/index.d.ts +0 -5
- package/src/lib/components/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -11
- package/src/lib/components/main-menu/main-menu.component.d.ts +0 -42
- package/src/lib/components/main-menu/main-menu.module.d.ts +0 -15
- package/src/lib/components/main-menu/main-menu.types.d.ts +0 -8
- package/src/lib/components/main-menu/public-api.d.ts +0 -3
- package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.component.d.ts +0 -30
- package/src/lib/components/navigation/dashboard-edit-icon/dashboard-edit-icon.module.d.ts +0 -8
- package/src/lib/components/navigation/dashboard-edit-icon/index.d.ts +0 -5
- package/src/lib/components/navigation/dashboard-edit-icon/public-api.d.ts +0 -2
- package/src/lib/components/navigation/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-actions-container/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.component.d.ts +0 -9
- package/src/lib/components/navigation/navigation-actions-container/navigation-actions-container.module.d.ts +0 -8
- package/src/lib/components/navigation/navigation-actions-container/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation-collapse-handle/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
- package/src/lib/components/navigation/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
- package/src/lib/components/navigation/navigation-collapse-handle/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation-header/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-header/navigation-header.component.d.ts +0 -13
- package/src/lib/components/navigation/navigation-header/navigation-header.module.d.ts +0 -7
- package/src/lib/components/navigation/navigation-header/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation-item/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-item/navigation-item.component.d.ts +0 -52
- package/src/lib/components/navigation/navigation-item/navigation-item.module.d.ts +0 -11
- package/src/lib/components/navigation/navigation-item/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation-items-container/index.d.ts +0 -5
- package/src/lib/components/navigation/navigation-items-container/navigation-items-container.component.d.ts +0 -5
- package/src/lib/components/navigation/navigation-items-container/navigation-items-container.module.d.ts +0 -7
- package/src/lib/components/navigation/navigation-items-container/public-api.d.ts +0 -2
- package/src/lib/components/navigation/navigation.component.d.ts +0 -13
- package/src/lib/components/navigation/navigation.module.d.ts +0 -7
- package/src/lib/components/navigation/public-api.d.ts +0 -2
- package/src/lib/components/navigation/side-navigation/side-navigation-container/index.d.ts +0 -5
- package/src/lib/components/navigation/side-navigation/side-navigation-container/public-api.d.ts +0 -2
- package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.component.d.ts +0 -5
- package/src/lib/components/navigation/side-navigation/side-navigation-container/side-navigation-container.module.d.ts +0 -7
- package/src/lib/components/navigation/side-navigation/side-navigation-item/index.d.ts +0 -5
- package/src/lib/components/navigation/side-navigation/side-navigation-item/public-api.d.ts +0 -2
- package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.component.d.ts +0 -45
- package/src/lib/components/navigation/side-navigation/side-navigation-item/side-navigation-item.module.d.ts +0 -11
- package/src/lib/components/navigation/sub-navigation-item/index.d.ts +0 -5
- package/src/lib/components/navigation/sub-navigation-item/public-api.d.ts +0 -2
- package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.component.d.ts +0 -28
- package/src/lib/components/navigation/sub-navigation-item/sub-navigation-item.module.d.ts +0 -8
- package/src/lib/components/navigation/sub-navigation-items-container/index.d.ts +0 -5
- package/src/lib/components/navigation/sub-navigation-items-container/public-api.d.ts +0 -2
- package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.component.d.ts +0 -5
- package/src/lib/components/navigation/sub-navigation-items-container/sub-navigation-items-container.module.d.ts +0 -7
- package/src/lib/components/pagination/container/index.d.ts +0 -5
- package/src/lib/components/pagination/container/pagination-container.component.d.ts +0 -5
- package/src/lib/components/pagination/container/pagination-container.module.d.ts +0 -7
- package/src/lib/components/pagination/container/public-api.d.ts +0 -2
- package/src/lib/components/pagination/index.d.ts +0 -5
- package/src/lib/components/pagination/pagination.component.d.ts +0 -41
- package/src/lib/components/pagination/pagination.module.d.ts +0 -9
- package/src/lib/components/pagination/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/progress-stepper/index.d.ts +0 -5
- package/src/lib/components/progress-stepper/progress-step.types.d.ts +0 -5
- package/src/lib/components/progress-stepper/progress-stepper.component.d.ts +0 -42
- package/src/lib/components/progress-stepper/progress-stepper.module.d.ts +0 -10
- package/src/lib/components/progress-stepper/public-api.d.ts +0 -3
- package/src/lib/components/rating/index.d.ts +0 -5
- package/src/lib/components/rating/public-api.d.ts +0 -2
- package/src/lib/components/rating/rating.component.d.ts +0 -22
- package/src/lib/components/rating/rating.module.d.ts +0 -9
- 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/submenu/submenu-container/index.d.ts +0 -5
- package/src/lib/components/submenu/submenu-container/public-api.d.ts +0 -2
- package/src/lib/components/submenu/submenu-container/submenu-container.component.d.ts +0 -9
- package/src/lib/components/submenu/submenu-container/submenu-container.module.d.ts +0 -8
- package/src/lib/components/submenu/submenu-heading/index.d.ts +0 -5
- package/src/lib/components/submenu/submenu-heading/public-api.d.ts +0 -2
- package/src/lib/components/submenu/submenu-heading/submenu-heading.component.d.ts +0 -9
- package/src/lib/components/submenu/submenu-heading/submenu-heading.module.d.ts +0 -8
- package/src/lib/components/submenu/submenu-item/index.d.ts +0 -5
- package/src/lib/components/submenu/submenu-item/public-api.d.ts +0 -2
- package/src/lib/components/submenu/submenu-item/submenu-item.component.d.ts +0 -16
- package/src/lib/components/submenu/submenu-item/submenu-item.module.d.ts +0 -9
- package/src/lib/components/submenu/submenu-secondary-item/index.d.ts +0 -5
- package/src/lib/components/submenu/submenu-secondary-item/public-api.d.ts +0 -2
- package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.component.d.ts +0 -18
- package/src/lib/components/submenu/submenu-secondary-item/submenu-secondary-item.module.d.ts +0 -9
- package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
- package/src/lib/components/timeline-stepper/index.d.ts +0 -5
- package/src/lib/components/timeline-stepper/public-api.d.ts +0 -4
- package/src/lib/components/timeline-stepper/timeline-helpers.d.ts +0 -24
- package/src/lib/components/timeline-stepper/timeline-step.type.d.ts +0 -43
- package/src/lib/components/timeline-stepper/timeline-stepper.component.d.ts +0 -61
- package/src/lib/components/timeline-stepper/timeline-stepper.module.d.ts +0 -11
- package/src/lib/components/vertical-stepper/index.d.ts +0 -5
- package/src/lib/components/vertical-stepper/public-api.d.ts +0 -4
- package/src/lib/components/vertical-stepper/vertical-helpers.d.ts +0 -24
- package/src/lib/components/vertical-stepper/vertical-step.type.d.ts +0 -45
- package/src/lib/components/vertical-stepper/vertical-stepper.component.d.ts +0 -58
- package/src/lib/components/vertical-stepper/vertical-stepper.module.d.ts +0 -11
- package/src/lib/components/widgets/widget-actions/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-actions/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-actions/widget-actions.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-actions/widget-actions.module.d.ts +0 -7
- package/src/lib/components/widgets/widget-bar/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-bar/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-bar/widget-bar.component.d.ts +0 -9
- package/src/lib/components/widgets/widget-bar/widget-bar.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-container/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-container/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-container/widget-container.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-container/widget-container.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-footer/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-footer/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-footer/widget-footer.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-footer/widget-footer.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-header/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-header/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-header/widget-header.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-header/widget-header.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-preview/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-preview/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-preview/widget-preview.component.d.ts +0 -28
- package/src/lib/components/widgets/widget-preview/widget-preview.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-thumbnail/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-thumbnail/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.component.d.ts +0 -68
- package/src/lib/components/widgets/widget-thumbnail/widget-thumbnail.module.d.ts +0 -10
- package/src/lib/components/widgets/widget-thumbnail-container/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-thumbnail-container/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.component.d.ts +0 -5
- package/src/lib/components/widgets/widget-thumbnail-container/widget-thumbnail-container.module.d.ts +0 -8
- package/src/lib/components/widgets/widget-title/index.d.ts +0 -5
- package/src/lib/components/widgets/widget-title/public-api.d.ts +0 -2
- package/src/lib/components/widgets/widget-title/widget-title.component.d.ts +0 -13
- package/src/lib/components/widgets/widget-title/widget-title.module.d.ts +0 -8
- package/src/lib/components/wizard-stepper/index.d.ts +0 -5
- package/src/lib/components/wizard-stepper/public-api.d.ts +0 -3
- package/src/lib/components/wizard-stepper/wizard-stepper.component.d.ts +0 -12
- package/src/lib/components/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/src/lib/components/wizard-stepper/wizard-stepper.types.d.ts +0 -4
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Component, computed, input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "@angular/material/button";
|
|
5
|
-
export class AdsButtonComponent {
|
|
6
|
-
constructor() {
|
|
7
|
-
/** The unique ID for the button */
|
|
8
|
-
this.id = input('');
|
|
9
|
-
/** The button appearance style */
|
|
10
|
-
this.variant = input('primary');
|
|
11
|
-
/** Whether the button is disabled */
|
|
12
|
-
this.disabled = input(false);
|
|
13
|
-
/** Whether the button is a smaller version */
|
|
14
|
-
this.size = input('base');
|
|
15
|
-
/** Whether the button is rounded or squared */
|
|
16
|
-
this.rounded = input(false);
|
|
17
|
-
/** Sets the "type" attribute on the button */
|
|
18
|
-
this.type = input('button');
|
|
19
|
-
/** @ignore */
|
|
20
|
-
this.calcVariant = computed(() => (this.variant() === 'secondary' ? 'primary' : this.variant()));
|
|
21
|
-
/** @ignore */
|
|
22
|
-
this.calcReverse = computed(() => this.variant() === 'secondary');
|
|
23
|
-
}
|
|
24
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.1", type: AdsButtonComponent, selector: "ads-button", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, rounded: { classPropertyName: "rounded", publicName: "rounded", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<button\n mat-flat-button\n [id]=\"id()\"\n [class.rounded]=\"rounded()\"\n [class.reverse]=\"calcReverse()\"\n [ngClass]=\"[calcVariant(), size()]\"\n [disabled]=\"disabled()\"\n [disableRipple]=\"true\"\n>\n <ng-content></ng-content>\n</button>\n", styles: ["button{--mdc-filled-button-container-color: var(--color-primary);--mdc-filled-button-label-text-color: var(--color-white);--mdc-filled-button-label-text-weight: 600;--mdc-filled-button-container-height: var(--mat-form-field-container-height);--mdc-filled-button-label-text-tracking: \"1.5px\";--mdc-filled-button-label-text-size: 16px;--mat-filled-button-horizontal-padding: 24px;--mdc-filled-button-disabled-container-color: var(--color-dark-10);--mdc-filled-button-disabled-label-text-color: var(--color-white);--mat-filled-button-hover-state-layer-opacity: 0;border:1.5px solid}button:disabled{border-color:var(--color-dark-10)}.primary:not(:disabled){border-color:var(--color-primary)}.primary:not(:disabled):hover{border-color:var(--color-primary-hover);--mdc-filled-button-container-color: var(--color-primary-hover);--mdc-filled-button-label-text-color: var(--color-white)}.primary:not(:disabled).reverse{--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-primary)}.primary:not(:disabled).reverse:hover{border-color:var(--color-primary-hover);--mdc-filled-button-container-color: var(--color-primary-hover);--mdc-filled-button-label-text-color: var(--color-white)}.primary:not(:disabled):active:focus{border-color:var(--color-primary-pressed);--mdc-filled-button-container-color: var(--color-primary-pressed);--mdc-filled-button-label-text-color: var(--color-white)}.primary:disabled.reverse{--mdc-filled-button-disabled-container-color: var(--color-muted-50);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10)}.error:not(:disabled){border-color:var(--color-error);--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-error)}.error:not(:disabled):hover{border-color:var(--color-error-hover);--mdc-filled-button-container-color: var(--color-error-hover);--mdc-filled-button-label-text-color: var(--color-white)}.error:not(:disabled).reverse{--mdc-filled-button-container-color: var(--color-error);--mdc-filled-button-label-text-color: var(--color-white)}.error:not(:disabled).reverse:hover{border-color:var(--color-error-hover);--mdc-filled-button-container-color: var(--color-error-hover)}.error:not(:disabled):active:focus{border-color:var(--color-error-pressed);--mdc-filled-button-label-text-color: var(--color-white);--mdc-filled-button-container-color: var(--color-error-pressed)}.error:disabled:not(.reverse){--mdc-filled-button-disabled-container-color: var(--color-white);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10)}.sm{--mdc-filled-button-container-height: 32px;--mat-filled-button-horizontal-padding: 8px;--mdc-filled-button-label-text-size: 14px}.xs{--mdc-filled-button-container-height: 24px;--mat-filled-button-horizontal-padding: 8px;--mdc-filled-button-label-text-size: 12px}.rounded{border-radius:45px}:host::ng-deep .mdc-button__label{white-space:nowrap}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
|
|
26
|
-
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonComponent, decorators: [{
|
|
28
|
-
type: Component,
|
|
29
|
-
args: [{ selector: 'ads-button', template: "<button\n mat-flat-button\n [id]=\"id()\"\n [class.rounded]=\"rounded()\"\n [class.reverse]=\"calcReverse()\"\n [ngClass]=\"[calcVariant(), size()]\"\n [disabled]=\"disabled()\"\n [disableRipple]=\"true\"\n>\n <ng-content></ng-content>\n</button>\n", styles: ["button{--mdc-filled-button-container-color: var(--color-primary);--mdc-filled-button-label-text-color: var(--color-white);--mdc-filled-button-label-text-weight: 600;--mdc-filled-button-container-height: var(--mat-form-field-container-height);--mdc-filled-button-label-text-tracking: \"1.5px\";--mdc-filled-button-label-text-size: 16px;--mat-filled-button-horizontal-padding: 24px;--mdc-filled-button-disabled-container-color: var(--color-dark-10);--mdc-filled-button-disabled-label-text-color: var(--color-white);--mat-filled-button-hover-state-layer-opacity: 0;border:1.5px solid}button:disabled{border-color:var(--color-dark-10)}.primary:not(:disabled){border-color:var(--color-primary)}.primary:not(:disabled):hover{border-color:var(--color-primary-hover);--mdc-filled-button-container-color: var(--color-primary-hover);--mdc-filled-button-label-text-color: var(--color-white)}.primary:not(:disabled).reverse{--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-primary)}.primary:not(:disabled).reverse:hover{border-color:var(--color-primary-hover);--mdc-filled-button-container-color: var(--color-primary-hover);--mdc-filled-button-label-text-color: var(--color-white)}.primary:not(:disabled):active:focus{border-color:var(--color-primary-pressed);--mdc-filled-button-container-color: var(--color-primary-pressed);--mdc-filled-button-label-text-color: var(--color-white)}.primary:disabled.reverse{--mdc-filled-button-disabled-container-color: var(--color-muted-50);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10)}.error:not(:disabled){border-color:var(--color-error);--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-error)}.error:not(:disabled):hover{border-color:var(--color-error-hover);--mdc-filled-button-container-color: var(--color-error-hover);--mdc-filled-button-label-text-color: var(--color-white)}.error:not(:disabled).reverse{--mdc-filled-button-container-color: var(--color-error);--mdc-filled-button-label-text-color: var(--color-white)}.error:not(:disabled).reverse:hover{border-color:var(--color-error-hover);--mdc-filled-button-container-color: var(--color-error-hover)}.error:not(:disabled):active:focus{border-color:var(--color-error-pressed);--mdc-filled-button-label-text-color: var(--color-white);--mdc-filled-button-container-color: var(--color-error-pressed)}.error:disabled:not(.reverse){--mdc-filled-button-disabled-container-color: var(--color-white);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10)}.sm{--mdc-filled-button-container-height: 32px;--mat-filled-button-horizontal-padding: 8px;--mdc-filled-button-label-text-size: 14px}.xs{--mdc-filled-button-container-height: 24px;--mat-filled-button-horizontal-padding: 8px;--mdc-filled-button-label-text-size: 12px}.rounded{border-radius:45px}:host::ng-deep .mdc-button__label{white-space:nowrap}\n"] }]
|
|
30
|
-
}] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2J1dHRvbi9idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7Ozs7QUFVbkUsTUFBTSxPQUFPLGtCQUFrQjtJQUwvQjtRQU1FLG1DQUFtQztRQUNuQyxPQUFFLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBRXZCLGtDQUFrQztRQUNsQyxZQUFPLEdBQUcsS0FBSyxDQUFVLFNBQVMsQ0FBQyxDQUFDO1FBRXBDLHFDQUFxQztRQUNyQyxhQUFRLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBRWpDLDhDQUE4QztRQUM5QyxTQUFJLEdBQUcsS0FBSyxDQUFPLE1BQU0sQ0FBQyxDQUFDO1FBRTNCLCtDQUErQztRQUMvQyxZQUFPLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBRWhDLDhDQUE4QztRQUM5QyxTQUFJLEdBQUcsS0FBSyxDQUFnQyxRQUFRLENBQUMsQ0FBQztRQUV0RCxjQUFjO1FBQ2QsZ0JBQVcsR0FBb0IsUUFBUSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxLQUFLLFdBQVcsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBRTdHLGNBQWM7UUFDZCxnQkFBVyxHQUFvQixRQUFRLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxLQUFLLFdBQVcsQ0FBQyxDQUFDO0tBQy9FOzhHQXhCWSxrQkFBa0I7a0dBQWxCLGtCQUFrQixveEJDVi9CLGtRQVdBOzsyRkREYSxrQkFBa0I7a0JBTDlCLFNBQVM7K0JBQ0UsWUFBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgY29tcHV0ZWQsIGlucHV0LCBTaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IHR5cGUgVmFyaWFudCA9ICdwcmltYXJ5JyB8ICdlcnJvcicgfCAnc2Vjb25kYXJ5JztcbmV4cG9ydCB0eXBlIFNpemUgPSAnYmFzZScgfCAnc20nIHwgJ3hzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWJ1dHRvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9idXR0b24uY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzQnV0dG9uQ29tcG9uZW50IHtcbiAgLyoqIFRoZSB1bmlxdWUgSUQgZm9yIHRoZSBidXR0b24gKi9cbiAgaWQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcblxuICAvKiogVGhlIGJ1dHRvbiBhcHBlYXJhbmNlIHN0eWxlICovXG4gIHZhcmlhbnQgPSBpbnB1dDxWYXJpYW50PigncHJpbWFyeScpO1xuXG4gIC8qKiBXaGV0aGVyIHRoZSBidXR0b24gaXMgZGlzYWJsZWQgKi9cbiAgZGlzYWJsZWQgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG5cbiAgLyoqIFdoZXRoZXIgdGhlIGJ1dHRvbiBpcyBhIHNtYWxsZXIgdmVyc2lvbiAqL1xuICBzaXplID0gaW5wdXQ8U2l6ZT4oJ2Jhc2UnKTtcblxuICAvKiogV2hldGhlciB0aGUgYnV0dG9uIGlzIHJvdW5kZWQgb3Igc3F1YXJlZCAqL1xuICByb3VuZGVkID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gIC8qKiBTZXRzIHRoZSBcInR5cGVcIiBhdHRyaWJ1dGUgb24gdGhlIGJ1dHRvbiAqL1xuICB0eXBlID0gaW5wdXQ8J2J1dHRvbicgfCAnc3VibWl0JyB8ICdyZXNldCc+KCdidXR0b24nKTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBjYWxjVmFyaWFudDogU2lnbmFsPFZhcmlhbnQ+ID0gY29tcHV0ZWQoKCkgPT4gKHRoaXMudmFyaWFudCgpID09PSAnc2Vjb25kYXJ5JyA/ICdwcmltYXJ5JyA6IHRoaXMudmFyaWFudCgpKSk7XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgY2FsY1JldmVyc2U6IFNpZ25hbDxib29sZWFuPiA9IGNvbXB1dGVkKCgpID0+IHRoaXMudmFyaWFudCgpID09PSAnc2Vjb25kYXJ5Jyk7XG59XG4iLCI8YnV0dG9uXG4gIG1hdC1mbGF0LWJ1dHRvblxuICBbaWRdPVwiaWQoKVwiXG4gIFtjbGFzcy5yb3VuZGVkXT1cInJvdW5kZWQoKVwiXG4gIFtjbGFzcy5yZXZlcnNlXT1cImNhbGNSZXZlcnNlKClcIlxuICBbbmdDbGFzc109XCJbY2FsY1ZhcmlhbnQoKSwgc2l6ZSgpXVwiXG4gIFtkaXNhYmxlZF09XCJkaXNhYmxlZCgpXCJcbiAgW2Rpc2FibGVSaXBwbGVdPVwidHJ1ZVwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvYnV0dG9uPlxuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { MatButtonModule } from '@angular/material/button';
|
|
4
|
-
import { AdsButtonComponent } from './button.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class AdsButtonModule {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonModule, declarations: [AdsButtonComponent], imports: [CommonModule, MatButtonModule], exports: [AdsButtonComponent] }); }
|
|
9
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonModule, imports: [CommonModule, MatButtonModule] }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [AdsButtonComponent],
|
|
15
|
-
exports: [AdsButtonComponent],
|
|
16
|
-
imports: [CommonModule, MatButtonModule],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2J1dHRvbi9idXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFPeEQsTUFBTSxPQUFPLGVBQWU7OEdBQWYsZUFBZTsrR0FBZixlQUFlLGlCQUpYLGtCQUFrQixhQUV2QixZQUFZLEVBQUUsZUFBZSxhQUQ3QixrQkFBa0I7K0dBR2pCLGVBQWUsWUFGaEIsWUFBWSxFQUFFLGVBQWU7OzJGQUU1QixlQUFlO2tCQUwzQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGtCQUFrQixDQUFDO29CQUNsQyxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDN0IsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsQ0FBQztpQkFDekMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBBZHNCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtBZHNCdXR0b25Db21wb25lbnRdLFxuICBleHBvcnRzOiBbQWRzQnV0dG9uQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0QnV0dG9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzQnV0dG9uTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9idXR0b24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './button.component';
|
|
2
|
-
export * from './button.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2J1dHRvbi9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2J1dHRvbi5tb2R1bGUnO1xuIl19
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Component, input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class AdsButtonContainerComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
/** How buttons in the container should be placed */
|
|
6
|
-
this.justify = input('flex-start');
|
|
7
|
-
/** The gap between elements */
|
|
8
|
-
this.gap = input(16);
|
|
9
|
-
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.1", type: AdsButtonContainerComponent, selector: "ads-button-container", inputs: { justify: { classPropertyName: "justify", publicName: "justify", isSignal: true, isRequired: false, transformFunction: null }, gap: { classPropertyName: "gap", publicName: "gap", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"button-container\" [style.justify-content]=\"justify()\" [style.gap]=\"gap() + 'px'\">\n <ng-content></ng-content>\n</div>\n", styles: [".button-container{display:flex}::ng-deep .button-container ads-button:first-child button.mat-raised-button.mat-button-base{margin-left:0}::ng-deep .button-container ads-button:last-child button.mat-raised-button.mat-button-base{margin-right:0}\n"] }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerComponent, decorators: [{
|
|
14
|
-
type: Component,
|
|
15
|
-
args: [{ selector: 'ads-button-container', template: "<div class=\"button-container\" [style.justify-content]=\"justify()\" [style.gap]=\"gap() + 'px'\">\n <ng-content></ng-content>\n</div>\n", styles: [".button-container{display:flex}::ng-deep .button-container ads-button:first-child button.mat-raised-button.mat-button-base{margin-left:0}::ng-deep .button-container ads-button:last-child button.mat-raised-button.mat-button-base{margin-right:0}\n"] }]
|
|
16
|
-
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9idXR0b24tY29udGFpbmVyL2J1dHRvbi1jb250YWluZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvYnV0dG9uLWNvbnRhaW5lci9idXR0b24tY29udGFpbmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9qRCxNQUFNLE9BQU8sMkJBQTJCO0lBTHhDO1FBTUUsb0RBQW9EO1FBQ3BELFlBQU8sR0FBRyxLQUFLLENBQXVDLFlBQVksQ0FBQyxDQUFDO1FBRXBFLCtCQUErQjtRQUMvQixRQUFHLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO0tBQ3pCOzhHQU5ZLDJCQUEyQjtrR0FBM0IsMkJBQTJCLHdUQ1B4Qyw0SUFHQTs7MkZESWEsMkJBQTJCO2tCQUx2QyxTQUFTOytCQUNFLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWJ1dHRvbi1jb250YWluZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vYnV0dG9uLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2J1dHRvbi1jb250YWluZXIuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzQnV0dG9uQ29udGFpbmVyQ29tcG9uZW50IHtcbiAgLyoqIEhvdyBidXR0b25zIGluIHRoZSBjb250YWluZXIgc2hvdWxkIGJlIHBsYWNlZCAqL1xuICBqdXN0aWZ5ID0gaW5wdXQ8J2ZsZXgtc3RhcnQnIHwgJ2ZsZXgtZW5kJyB8ICdjZW50ZXInPignZmxleC1zdGFydCcpO1xuXG4gIC8qKiBUaGUgZ2FwIGJldHdlZW4gZWxlbWVudHMgKi9cbiAgZ2FwID0gaW5wdXQ8bnVtYmVyPigxNik7XG59XG4iLCI8ZGl2IGNsYXNzPVwiYnV0dG9uLWNvbnRhaW5lclwiIFtzdHlsZS5qdXN0aWZ5LWNvbnRlbnRdPVwianVzdGlmeSgpXCIgW3N0eWxlLmdhcF09XCJnYXAoKSArICdweCdcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { AdsButtonContainerComponent } from './button-container.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class AdsButtonContainerModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerModule, declarations: [AdsButtonContainerComponent], imports: [CommonModule], exports: [AdsButtonContainerComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsButtonContainerModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [AdsButtonContainerComponent],
|
|
14
|
-
imports: [CommonModule],
|
|
15
|
-
exports: [AdsButtonContainerComponent],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWNvbnRhaW5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9idXR0b24tY29udGFpbmVyL2J1dHRvbi1jb250YWluZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQU8zRSxNQUFNLE9BQU8sd0JBQXdCOzhHQUF4Qix3QkFBd0I7K0dBQXhCLHdCQUF3QixpQkFKcEIsMkJBQTJCLGFBQ2hDLFlBQVksYUFDWiwyQkFBMkI7K0dBRTFCLHdCQUF3QixZQUh6QixZQUFZOzsyRkFHWCx3QkFBd0I7a0JBTHBDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsMkJBQTJCLENBQUM7b0JBQzNDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUM7aUJBQ3ZDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBZHNCdXR0b25Db250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi1jb250YWluZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWRzQnV0dG9uQ29udGFpbmVyQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtBZHNCdXR0b25Db250YWluZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNCdXR0b25Db250YWluZXJNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9idXR0b24tY29udGFpbmVyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './button-container.component';
|
|
2
|
-
export * from './button-container.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2J1dHRvbi1jb250YWluZXIvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2J1dHRvbi1jb250YWluZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYnV0dG9uLWNvbnRhaW5lci5tb2R1bGUnO1xuIl19
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class AdsIconButtonComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
/**
|
|
7
|
-
* Theme color palette for the component
|
|
8
|
-
*/
|
|
9
|
-
this.theme = 'primary';
|
|
10
|
-
/**
|
|
11
|
-
* Whether the button is disabled
|
|
12
|
-
*/
|
|
13
|
-
this.disabled = false;
|
|
14
|
-
/**
|
|
15
|
-
* Sets the "type" attribute on the button
|
|
16
|
-
*/
|
|
17
|
-
this.type = 'button';
|
|
18
|
-
}
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsIconButtonComponent, selector: "ads-icon-button", inputs: { ariaLabel: "ariaLabel", id: "id", theme: "theme", disabled: "disabled", type: "type" }, ngImport: i0, template: "<button\n type=\"button\"\n class=\"ads-icon-btn\"\n [ngClass]=\"['bg-' + theme]\"\n [disabled]=\"disabled\"\n [type]=\"type\"\n [attr.aria-label]=\"ariaLabel\"\n [id]=\"id\"\n>\n <span class=\"icon-wrapper\">\n <ng-content></ng-content>\n </span>\n</button>\n", styles: [".ads-icon-btn{width:45px;height:45px;border:none;border-radius:50%;cursor:pointer;line-height:50%;outline:0;text-align:center}.ads-icon-btn:disabled{background-color:var(--color-light);cursor:default}.ads-icon-btn:disabled>*{pointer-events:none}.ads-icon-btn .icon-wrapper{display:inline-block}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
21
|
-
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonComponent, decorators: [{
|
|
23
|
-
type: Component,
|
|
24
|
-
args: [{ selector: 'ads-icon-button', template: "<button\n type=\"button\"\n class=\"ads-icon-btn\"\n [ngClass]=\"['bg-' + theme]\"\n [disabled]=\"disabled\"\n [type]=\"type\"\n [attr.aria-label]=\"ariaLabel\"\n [id]=\"id\"\n>\n <span class=\"icon-wrapper\">\n <ng-content></ng-content>\n </span>\n</button>\n", styles: [".ads-icon-btn{width:45px;height:45px;border:none;border-radius:50%;cursor:pointer;line-height:50%;outline:0;text-align:center}.ads-icon-btn:disabled{background-color:var(--color-light);cursor:default}.ads-icon-btn:disabled>*{pointer-events:none}.ads-icon-btn .icon-wrapper{display:inline-block}\n"] }]
|
|
25
|
-
}], propDecorators: { ariaLabel: [{
|
|
26
|
-
type: Input
|
|
27
|
-
}], id: [{
|
|
28
|
-
type: Input
|
|
29
|
-
}], theme: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], disabled: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}], type: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}] } });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvaWNvbi1idXR0b24vaWNvbi1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvaWNvbi1idXR0b24vaWNvbi1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU9qRCxNQUFNLE9BQU8sc0JBQXNCO0lBTG5DO1FBZ0JFOztXQUVHO1FBQ00sVUFBSyxHQUE2QyxTQUFTLENBQUM7UUFFckU7O1dBRUc7UUFDTSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBRTFCOztXQUVHO1FBQ00sU0FBSSxHQUFrQyxRQUFRLENBQUM7S0FDekQ7OEdBekJZLHNCQUFzQjtrR0FBdEIsc0JBQXNCLHlKQ1BuQyxrUkFhQTs7MkZETmEsc0JBQXNCO2tCQUxsQyxTQUFTOytCQUNFLGlCQUFpQjs4QkFRbEIsU0FBUztzQkFBakIsS0FBSztnQkFLRyxFQUFFO3NCQUFWLEtBQUs7Z0JBS0csS0FBSztzQkFBYixLQUFLO2dCQUtHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBS0csSUFBSTtzQkFBWixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtaWNvbi1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vaWNvbi1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9pY29uLWJ1dHRvbi5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNJY29uQnV0dG9uQ29tcG9uZW50IHtcbiAgLyoqXG4gICAqIGFyaWEtbGFiZWwgZm9yIHRoZSBidXR0b25cbiAgICovXG4gIEBJbnB1dCgpIGFyaWFMYWJlbCE6IHN0cmluZztcblxuICAvKipcbiAgICogVGhlIHVuaXF1ZSBJRCBmb3IgdGhlIGljb24gYnV0dG9uXG4gICAqL1xuICBASW5wdXQoKSBpZCE6IHN0cmluZztcblxuICAvKipcbiAgICogVGhlbWUgY29sb3IgcGFsZXR0ZSBmb3IgdGhlIGNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgdGhlbWU6ICdwcmltYXJ5JyB8ICdzdWNjZXNzJyB8ICd3YXJuJyB8ICd3aGl0ZScgPSAncHJpbWFyeSc7XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgdGhlIGJ1dHRvbiBpcyBkaXNhYmxlZFxuICAgKi9cbiAgQElucHV0KCkgZGlzYWJsZWQgPSBmYWxzZTtcblxuICAvKipcbiAgICogU2V0cyB0aGUgXCJ0eXBlXCIgYXR0cmlidXRlIG9uIHRoZSBidXR0b25cbiAgICovXG4gIEBJbnB1dCgpIHR5cGU6ICdidXR0b24nIHwgJ3N1Ym1pdCcgfCAncmVzZXQnID0gJ2J1dHRvbic7XG59XG4iLCI8YnV0dG9uXG4gIHR5cGU9XCJidXR0b25cIlxuICBjbGFzcz1cImFkcy1pY29uLWJ0blwiXG4gIFtuZ0NsYXNzXT1cIlsnYmctJyArIHRoZW1lXVwiXG4gIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gIFt0eXBlXT1cInR5cGVcIlxuICBbYXR0ci5hcmlhLWxhYmVsXT1cImFyaWFMYWJlbFwiXG4gIFtpZF09XCJpZFwiXG4+XG4gIDxzcGFuIGNsYXNzPVwiaWNvbi13cmFwcGVyXCI+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICA8L3NwYW4+XG48L2J1dHRvbj5cbiJdfQ==
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { AdsIconButtonComponent } from './icon-button.component';
|
|
4
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
5
|
-
import { MatButtonModule } from '@angular/material/button';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class AdsIconButtonModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonModule, declarations: [AdsIconButtonComponent], imports: [CommonModule, MatButtonModule, AdsIconModule], exports: [AdsIconButtonComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonModule, imports: [CommonModule, MatButtonModule, AdsIconModule] }); }
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsIconButtonModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
declarations: [AdsIconButtonComponent],
|
|
16
|
-
exports: [AdsIconButtonComponent],
|
|
17
|
-
imports: [CommonModule, MatButtonModule, AdsIconModule],
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvaWNvbi1idXR0b24vaWNvbi1idXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBTzNELE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLGlCQUpmLHNCQUFzQixhQUUzQixZQUFZLEVBQUUsZUFBZSxFQUFFLGFBQWEsYUFENUMsc0JBQXNCOytHQUdyQixtQkFBbUIsWUFGcEIsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhOzsyRkFFM0MsbUJBQW1CO2tCQUwvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHNCQUFzQixDQUFDO29CQUN0QyxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDakMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhLENBQUM7aUJBQ3hEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBZHNJY29uQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9pY29uLWJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWRzSWNvbk1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWRzSWNvbkJ1dHRvbkNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtBZHNJY29uQnV0dG9uQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0QnV0dG9uTW9kdWxlLCBBZHNJY29uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzSWNvbkJ1dHRvbk1vZHVsZSB7fVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9pY29uLWJ1dHRvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './icon-button.component';
|
|
2
|
-
export * from './icon-button.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2ljb24tYnV0dG9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9pY29uLWJ1dHRvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9pY29uLWJ1dHRvbi5tb2R1bGUnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9saW5rLWJ1dHRvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Component, input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/material/button";
|
|
4
|
-
export class AdsLinkButtonComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
/** The unique ID for the button */
|
|
7
|
-
this.id = input('');
|
|
8
|
-
/** Whether the button is disabled */
|
|
9
|
-
this.disabled = input(false);
|
|
10
|
-
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.1", type: AdsLinkButtonComponent, selector: "ads-link-button", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<button mat-flat-button [id]=\"id()\" [disabled]=\"disabled()\" [disableRipple]=\"true\">\n <ng-content select=\"[icon]\"></ng-content>\n <ng-content></ng-content>\n</button>\n", styles: ["button{--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-link);--mdc-filled-button-label-text-weight: 400;--mdc-filled-button-container-height: 24px;--mdc-filled-button-label-text-tracking: \"1.5px\";--mdc-filled-button-label-text-size: 16px;--mat-filled-button-horizontal-padding: 4px;--mdc-filled-button-disabled-container-color: var(--color-muted-50);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10);--mat-filled-button-hover-state-layer-opacity: 0;text-decoration:underline}button:hover{--mdc-filled-button-container-color: var(--color-light-30);--mdc-filled-button-label-text-color: var(--color-link-hover)}button:active:focus{--mdc-filled-button-container-color: var(--color-light);--mdc-filled-button-label-text-color: var(--color-link-pressed)}:host::ng-deep .mdc-button__label{display:inline-flex;white-space:nowrap;align-items:center;gap:4px}:host::ng-deep .mdc-button__label ads-icon,:host::ng-deep .mdc-button__label svg{width:16px!important;height:16px!important}\n"], dependencies: [{ kind: "component", type: i1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonComponent, decorators: [{
|
|
15
|
-
type: Component,
|
|
16
|
-
args: [{ selector: 'ads-link-button', template: "<button mat-flat-button [id]=\"id()\" [disabled]=\"disabled()\" [disableRipple]=\"true\">\n <ng-content select=\"[icon]\"></ng-content>\n <ng-content></ng-content>\n</button>\n", styles: ["button{--mdc-filled-button-container-color: var(--color-white);--mdc-filled-button-label-text-color: var(--color-link);--mdc-filled-button-label-text-weight: 400;--mdc-filled-button-container-height: 24px;--mdc-filled-button-label-text-tracking: \"1.5px\";--mdc-filled-button-label-text-size: 16px;--mat-filled-button-horizontal-padding: 4px;--mdc-filled-button-disabled-container-color: var(--color-muted-50);--mdc-filled-button-disabled-label-text-color: var(--color-dark-10);--mat-filled-button-hover-state-layer-opacity: 0;text-decoration:underline}button:hover{--mdc-filled-button-container-color: var(--color-light-30);--mdc-filled-button-label-text-color: var(--color-link-hover)}button:active:focus{--mdc-filled-button-container-color: var(--color-light);--mdc-filled-button-label-text-color: var(--color-link-pressed)}:host::ng-deep .mdc-button__label{display:inline-flex;white-space:nowrap;align-items:center;gap:4px}:host::ng-deep .mdc-button__label ads-icon,:host::ng-deep .mdc-button__label svg{width:16px!important;height:16px!important}\n"] }]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvbGluay1idXR0b24vbGluay1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvbGluay1idXR0b24vbGluay1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU9qRCxNQUFNLE9BQU8sc0JBQXNCO0lBTG5DO1FBTUUsbUNBQW1DO1FBQ25DLE9BQUUsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFFdkIscUNBQXFDO1FBQ3JDLGFBQVEsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7S0FDbEM7OEdBTlksc0JBQXNCO2tHQUF0QixzQkFBc0IsbVRDUG5DLG9MQUlBOzsyRkRHYSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0UsaUJBQWlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtbGluay1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vbGluay1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9saW5rLWJ1dHRvbi5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNMaW5rQnV0dG9uQ29tcG9uZW50IHtcbiAgLyoqIFRoZSB1bmlxdWUgSUQgZm9yIHRoZSBidXR0b24gKi9cbiAgaWQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcblxuICAvKiogV2hldGhlciB0aGUgYnV0dG9uIGlzIGRpc2FibGVkICovXG4gIGRpc2FibGVkID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xufVxuIiwiPGJ1dHRvbiBtYXQtZmxhdC1idXR0b24gW2lkXT1cImlkKClcIiBbZGlzYWJsZWRdPVwiZGlzYWJsZWQoKVwiIFtkaXNhYmxlUmlwcGxlXT1cInRydWVcIj5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2ljb25dXCI+PC9uZy1jb250ZW50PlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2J1dHRvbj5cbiJdfQ==
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { MatButtonModule } from '@angular/material/button';
|
|
4
|
-
import { AdsLinkButtonComponent } from './link-button.component';
|
|
5
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class AdsLinkButtonModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonModule, declarations: [AdsLinkButtonComponent], imports: [CommonModule, MatButtonModule, AdsIconModule], exports: [AdsLinkButtonComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonModule, imports: [CommonModule, MatButtonModule, AdsIconModule] }); }
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsLinkButtonModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
declarations: [AdsLinkButtonComponent],
|
|
16
|
-
exports: [AdsLinkButtonComponent],
|
|
17
|
-
imports: [CommonModule, MatButtonModule, AdsIconModule],
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvbGluay1idXR0b24vbGluay1idXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBT3BELE1BQU0sT0FBTyxtQkFBbUI7OEdBQW5CLG1CQUFtQjsrR0FBbkIsbUJBQW1CLGlCQUpmLHNCQUFzQixhQUUzQixZQUFZLEVBQUUsZUFBZSxFQUFFLGFBQWEsYUFENUMsc0JBQXNCOytHQUdyQixtQkFBbUIsWUFGcEIsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhOzsyRkFFM0MsbUJBQW1CO2tCQUwvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLHNCQUFzQixDQUFDO29CQUN0QyxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDakMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhLENBQUM7aUJBQ3hEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuaW1wb3J0IHsgQWRzTGlua0J1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vbGluay1idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWRzTGlua0J1dHRvbkNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtBZHNMaW5rQnV0dG9uQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0QnV0dG9uTW9kdWxlLCBBZHNJY29uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQWRzTGlua0J1dHRvbk1vZHVsZSB7fVxuIl19
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './link-button.component';
|
|
2
|
-
export * from './link-button.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL2xpbmstYnV0dG9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saW5rLWJ1dHRvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saW5rLWJ1dHRvbi5tb2R1bGUnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9zZWxlY3Rpb24tYnV0dG9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './selection-button.component';
|
|
2
|
-
export * from './selection-button.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9idXR0b25zL3NlbGVjdGlvbi1idXR0b24vcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NlbGVjdGlvbi1idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc2VsZWN0aW9uLWJ1dHRvbi5tb2R1bGUnO1xuIl19
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { Component, ElementRef, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { adsIconCheck } from '@ascentgl/ads-icons/icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@ascentgl/ads-icons";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
export class AdsSelectionButtonComponent {
|
|
8
|
-
constructor(registry) {
|
|
9
|
-
this.registry = registry;
|
|
10
|
-
/**
|
|
11
|
-
* Whether the button is disabled
|
|
12
|
-
*/
|
|
13
|
-
this.disabled = false;
|
|
14
|
-
/** Whether to show the active icon when button is in the active state */
|
|
15
|
-
this.showActiveIcon = true;
|
|
16
|
-
/**
|
|
17
|
-
* Event emitted when the button is clicked
|
|
18
|
-
*/
|
|
19
|
-
this.stateChanged = new EventEmitter();
|
|
20
|
-
/** @ignore */
|
|
21
|
-
this.active = false;
|
|
22
|
-
this.registry.register(adsIconCheck);
|
|
23
|
-
}
|
|
24
|
-
/** @ignore */
|
|
25
|
-
onClick() {
|
|
26
|
-
if (this.disabled) {
|
|
27
|
-
return;
|
|
28
|
-
}
|
|
29
|
-
this.active = !this.active;
|
|
30
|
-
this.stateChanged.emit(this.active);
|
|
31
|
-
}
|
|
32
|
-
/** @ignore */
|
|
33
|
-
onMouseleave() {
|
|
34
|
-
if (!this.active) {
|
|
35
|
-
this.button.nativeElement.blur();
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSelectionButtonComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
39
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsSelectionButtonComponent, selector: "ads-selection-button", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", icon: "icon", id: "id", showActiveIcon: "showActiveIcon" }, outputs: { stateChanged: "stateChanged" }, viewQueries: [{ propertyName: "button", first: true, predicate: ["button"], descendants: true }], ngImport: i0, template: "<button\n #button\n [id]=\"id\"\n class=\"selection-button\"\n [class.active]=\"active\"\n [disabled]=\"disabled\"\n (click)=\"onClick()\"\n (mouseleave)=\"onMouseleave()\"\n [attr.aria-label]=\"ariaLabel\"\n>\n <ads-icon [name]=\"icon\" size=\"md\"></ads-icon>\n <span *ngIf=\"showActiveIcon\" class=\"icon-badge\">\n <ads-icon name=\"check\" size=\"xxs\"></ads-icon>\n </span>\n</button>\n", styles: [".selection-button{background:transparent;border:2px solid var(--color-primary);display:flex;justify-content:center;align-items:center;height:85px;width:85px;color:var(--color-primary);cursor:pointer;position:relative;outline:none}.selection-button:not(:disabled):focus,.selection-button:not(:disabled):hover{background:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white)}.selection-button.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.selection-button .icon-badge{background:var(--color-white);border:1px solid var(--color-primary);border-radius:50%;width:25px;height:25px;display:flex;justify-content:center;align-items:center;position:absolute;left:-12.5px;top:-12.5px;display:none}.selection-button.active .icon-badge{color:var(--color-primary);display:flex}.selection-button:disabled{border-color:var(--color-light);color:var(--color-light);cursor:default}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
|
|
40
|
-
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSelectionButtonComponent, decorators: [{
|
|
42
|
-
type: Component,
|
|
43
|
-
args: [{ selector: 'ads-selection-button', template: "<button\n #button\n [id]=\"id\"\n class=\"selection-button\"\n [class.active]=\"active\"\n [disabled]=\"disabled\"\n (click)=\"onClick()\"\n (mouseleave)=\"onMouseleave()\"\n [attr.aria-label]=\"ariaLabel\"\n>\n <ads-icon [name]=\"icon\" size=\"md\"></ads-icon>\n <span *ngIf=\"showActiveIcon\" class=\"icon-badge\">\n <ads-icon name=\"check\" size=\"xxs\"></ads-icon>\n </span>\n</button>\n", styles: [".selection-button{background:transparent;border:2px solid var(--color-primary);display:flex;justify-content:center;align-items:center;height:85px;width:85px;color:var(--color-primary);cursor:pointer;position:relative;outline:none}.selection-button:not(:disabled):focus,.selection-button:not(:disabled):hover{background:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white)}.selection-button.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.selection-button .icon-badge{background:var(--color-white);border:1px solid var(--color-primary);border-radius:50%;width:25px;height:25px;display:flex;justify-content:center;align-items:center;position:absolute;left:-12.5px;top:-12.5px;display:none}.selection-button.active .icon-badge{color:var(--color-primary);display:flex}.selection-button:disabled{border-color:var(--color-light);color:var(--color-light);cursor:default}\n"] }]
|
|
44
|
-
}], ctorParameters: () => [{ type: i1.AdsIconRegistry }], propDecorators: { button: [{
|
|
45
|
-
type: ViewChild,
|
|
46
|
-
args: ['button']
|
|
47
|
-
}], ariaLabel: [{
|
|
48
|
-
type: Input
|
|
49
|
-
}], disabled: [{
|
|
50
|
-
type: Input
|
|
51
|
-
}], icon: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], id: [{
|
|
54
|
-
type: Input
|
|
55
|
-
}], showActiveIcon: [{
|
|
56
|
-
type: Input
|
|
57
|
-
}], stateChanged: [{
|
|
58
|
-
type: Output
|
|
59
|
-
}] } });
|
|
60
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0aW9uLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9zZWxlY3Rpb24tYnV0dG9uL3NlbGVjdGlvbi1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hZHMtdWkvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbnMvc2VsZWN0aW9uLWJ1dHRvbi9zZWxlY3Rpb24tYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5RixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFXLFlBQVksRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7O0FBT2xFLE1BQU0sT0FBTywyQkFBMkI7SUFDdEMsWUFBb0IsUUFBeUI7UUFBekIsYUFBUSxHQUFSLFFBQVEsQ0FBaUI7UUFZN0M7O1dBRUc7UUFDTSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBWTFCLHlFQUF5RTtRQUNoRSxtQkFBYyxHQUFHLElBQUksQ0FBQztRQUUvQjs7V0FFRztRQUNPLGlCQUFZLEdBQTBCLElBQUksWUFBWSxFQUFXLENBQUM7UUFFNUUsY0FBYztRQUNQLFdBQU0sR0FBRyxLQUFLLENBQUM7UUFuQ3BCLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLFlBQVksQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7SUFvQ0QsY0FBYztJQUNQLE9BQU87UUFDWixJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNsQixPQUFPO1FBQ1QsQ0FBQztRQUVELElBQUksQ0FBQyxNQUFNLEdBQUcsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDO1FBRTNCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUN0QyxDQUFDO0lBRUQsY0FBYztJQUNQLFlBQVk7UUFDakIsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztZQUNqQixJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNuQyxDQUFDO0lBQ0gsQ0FBQzs4R0F2RFUsMkJBQTJCO2tHQUEzQiwyQkFBMkIsNlRDVHhDLHVaQWVBOzsyRkROYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0Usc0JBQXNCO29GQVVYLE1BQU07c0JBQTFCLFNBQVM7dUJBQUMsUUFBUTtnQkFLVixTQUFTO3NCQUFqQixLQUFLO2dCQUtHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBS0csSUFBSTtzQkFBWixLQUFLO2dCQUtHLEVBQUU7c0JBQVYsS0FBSztnQkFHRyxjQUFjO3NCQUF0QixLQUFLO2dCQUtJLFlBQVk7c0JBQXJCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBZHNJY29uUmVnaXN0cnkgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcbmltcG9ydCB7IGFkc0ljb24sIGFkc0ljb25DaGVjayB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMvaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtc2VsZWN0aW9uLWJ1dHRvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWxlY3Rpb24tYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vc2VsZWN0aW9uLWJ1dHRvbi5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNTZWxlY3Rpb25CdXR0b25Db21wb25lbnQge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlZ2lzdHJ5OiBBZHNJY29uUmVnaXN0cnkpIHtcbiAgICB0aGlzLnJlZ2lzdHJ5LnJlZ2lzdGVyKGFkc0ljb25DaGVjayk7XG4gIH1cblxuICAvKiogQGlnbm9yZSAqL1xuICBAVmlld0NoaWxkKCdidXR0b24nKSBidXR0b24hOiBFbGVtZW50UmVmO1xuXG4gIC8qKlxuICAgKiBhcmlhLWxhYmVsIGZvciB0aGUgYnV0dG9uXG4gICAqL1xuICBASW5wdXQoKSBhcmlhTGFiZWwhOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqICBXaGV0aGVyIHRoZSBidXR0b24gaXMgZGlzYWJsZWRcbiAgICovXG4gIEBJbnB1dCgpIGRpc2FibGVkID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIFRoZSBpY29uIHRvIGRpc3BsYXlcbiAgICovXG4gIEBJbnB1dCgpIGljb24hOiBhZHNJY29uO1xuXG4gIC8qKlxuICAgKiBUaGUgdW5pcXVlIElEIGZvciB0aGUgc2VsZWN0aW9uIGJ1dHRvblxuICAgKi9cbiAgQElucHV0KCkgaWQhOiBzdHJpbmc7XG5cbiAgLyoqIFdoZXRoZXIgdG8gc2hvdyB0aGUgYWN0aXZlIGljb24gd2hlbiBidXR0b24gaXMgaW4gdGhlIGFjdGl2ZSBzdGF0ZSAqL1xuICBASW5wdXQoKSBzaG93QWN0aXZlSWNvbiA9IHRydWU7XG5cbiAgLyoqXG4gICAqIEV2ZW50IGVtaXR0ZWQgd2hlbiB0aGUgYnV0dG9uIGlzIGNsaWNrZWRcbiAgICovXG4gIEBPdXRwdXQoKSBzdGF0ZUNoYW5nZWQ6IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwdWJsaWMgYWN0aXZlID0gZmFsc2U7XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHVibGljIG9uQ2xpY2soKSB7XG4gICAgaWYgKHRoaXMuZGlzYWJsZWQpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICB0aGlzLmFjdGl2ZSA9ICF0aGlzLmFjdGl2ZTtcblxuICAgIHRoaXMuc3RhdGVDaGFuZ2VkLmVtaXQodGhpcy5hY3RpdmUpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHVibGljIG9uTW91c2VsZWF2ZSgpIHtcbiAgICBpZiAoIXRoaXMuYWN0aXZlKSB7XG4gICAgICB0aGlzLmJ1dHRvbi5uYXRpdmVFbGVtZW50LmJsdXIoKTtcbiAgICB9XG4gIH1cbn1cbiIsIjxidXR0b25cbiAgI2J1dHRvblxuICBbaWRdPVwiaWRcIlxuICBjbGFzcz1cInNlbGVjdGlvbi1idXR0b25cIlxuICBbY2xhc3MuYWN0aXZlXT1cImFjdGl2ZVwiXG4gIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gIChjbGljayk9XCJvbkNsaWNrKClcIlxuICAobW91c2VsZWF2ZSk9XCJvbk1vdXNlbGVhdmUoKVwiXG4gIFthdHRyLmFyaWEtbGFiZWxdPVwiYXJpYUxhYmVsXCJcbj5cbiAgPGFkcy1pY29uIFtuYW1lXT1cImljb25cIiBzaXplPVwibWRcIj48L2Fkcy1pY29uPlxuICA8c3BhbiAqbmdJZj1cInNob3dBY3RpdmVJY29uXCIgY2xhc3M9XCJpY29uLWJhZGdlXCI+XG4gICAgPGFkcy1pY29uIG5hbWU9XCJjaGVja1wiIHNpemU9XCJ4eHNcIj48L2Fkcy1pY29uPlxuICA8L3NwYW4+XG48L2J1dHRvbj5cbiJdfQ==
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { MatRippleModule } from '@angular/material/core';
|
|
4
|
-
import { AdsSelectionButtonComponent } from './selection-button.component';
|
|
5
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class AdsSelectionButtonModule {
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSelectionButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsSelectionButtonModule, declarations: [AdsSelectionButtonComponent], imports: [CommonModule, MatRippleModule, AdsIconModule], exports: [AdsSelectionButtonComponent] }); }
|
|
10
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSelectionButtonModule, imports: [CommonModule, MatRippleModule, AdsIconModule] }); }
|
|
11
|
-
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsSelectionButtonModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
declarations: [AdsSelectionButtonComponent],
|
|
16
|
-
imports: [CommonModule, MatRippleModule, AdsIconModule],
|
|
17
|
-
exports: [AdsSelectionButtonComponent],
|
|
18
|
-
}]
|
|
19
|
-
}] });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0aW9uLWJ1dHRvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9ucy9zZWxlY3Rpb24tYnV0dG9uL3NlbGVjdGlvbi1idXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUMzRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBT3BELE1BQU0sT0FBTyx3QkFBd0I7OEdBQXhCLHdCQUF3QjsrR0FBeEIsd0JBQXdCLGlCQUpwQiwyQkFBMkIsYUFDaEMsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhLGFBQzVDLDJCQUEyQjsrR0FFMUIsd0JBQXdCLFlBSHpCLFlBQVksRUFBRSxlQUFlLEVBQUUsYUFBYTs7MkZBRzNDLHdCQUF3QjtrQkFMcEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQztvQkFDM0MsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGVBQWUsRUFBRSxhQUFhLENBQUM7b0JBQ3ZELE9BQU8sRUFBRSxDQUFDLDJCQUEyQixDQUFDO2lCQUN2QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0UmlwcGxlTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZSc7XG5pbXBvcnQgeyBBZHNTZWxlY3Rpb25CdXR0b25Db21wb25lbnQgfSBmcm9tICcuL3NlbGVjdGlvbi1idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IEFkc0ljb25Nb2R1bGUgfSBmcm9tICdAYXNjZW50Z2wvYWRzLWljb25zJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQWRzU2VsZWN0aW9uQnV0dG9uQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgTWF0UmlwcGxlTW9kdWxlLCBBZHNJY29uTW9kdWxlXSxcbiAgZXhwb3J0czogW0Fkc1NlbGVjdGlvbkJ1dHRvbkNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEFkc1NlbGVjdGlvbkJ1dHRvbk1vZHVsZSB7fVxuIl19
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class AdsCardComponent {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AdsCardComponent, selector: "ads-card", ngImport: i0, template: "<div class=\"card\"><ng-content></ng-content></div>\n<div class=\"drop-zone\"></div>\n", styles: [".card{padding:24px;border:1px solid var(--color-light);border-radius:10px}\n"] }); }
|
|
6
|
-
}
|
|
7
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsCardComponent, decorators: [{
|
|
8
|
-
type: Component,
|
|
9
|
-
args: [{ selector: 'ads-card', template: "<div class=\"card\"><ng-content></ng-content></div>\n<div class=\"drop-zone\"></div>\n", styles: [".card{padding:24px;border:1px solid var(--color-light);border-radius:10px}\n"] }]
|
|
10
|
-
}] });
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvY2FyZC9jYXJkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9jYXJkL2NhcmQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPMUMsTUFBTSxPQUFPLGdCQUFnQjs4R0FBaEIsZ0JBQWdCO2tHQUFoQixnQkFBZ0IsZ0RDUDdCLHdGQUVBOzsyRkRLYSxnQkFBZ0I7a0JBTDVCLFNBQVM7K0JBQ0UsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtY2FyZCcsXG4gIHN0eWxlVXJsczogWydjYXJkLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnY2FyZC5jb21wb25lbnQuaHRtbCcsXG59KVxuZXhwb3J0IGNsYXNzIEFkc0NhcmRDb21wb25lbnQge31cbiIsIjxkaXYgY2xhc3M9XCJjYXJkXCI+PG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PjwvZGl2PlxuPGRpdiBjbGFzcz1cImRyb3Atem9uZVwiPjwvZGl2PlxuIl19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { AdsCardComponent } from './card.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class AdsCardModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsCardModule, declarations: [AdsCardComponent], imports: [CommonModule], exports: [AdsCardComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsCardModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsCardModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
imports: [CommonModule],
|
|
14
|
-
exports: [AdsCardComponent],
|
|
15
|
-
declarations: [AdsCardComponent],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvY2FyZC9jYXJkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7QUFPcEQsTUFBTSxPQUFPLGFBQWE7OEdBQWIsYUFBYTsrR0FBYixhQUFhLGlCQUZULGdCQUFnQixhQUZyQixZQUFZLGFBQ1osZ0JBQWdCOytHQUdmLGFBQWEsWUFKZCxZQUFZOzsyRkFJWCxhQUFhO2tCQUx6QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQzNCLFlBQVksRUFBRSxDQUFDLGdCQUFnQixDQUFDO2lCQUNqQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBBZHNDYXJkQ29tcG9uZW50IH0gZnJvbSAnLi9jYXJkLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbQWRzQ2FyZENvbXBvbmVudF0sXG4gIGRlY2xhcmF0aW9uczogW0Fkc0NhcmRDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNDYXJkTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvY2FyZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './card.component';
|
|
2
|
-
export * from './card.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9jYXJkL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2FyZC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jYXJkLm1vZHVsZSc7XG4iXX0=
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { Component, input, output } from '@angular/core';
|
|
2
|
-
import { AdsIconRegistry } from '@ascentgl/ads-icons';
|
|
3
|
-
import { adsIconCheck, adsIconCross } from '@ascentgl/ads-icons/icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@ascentgl/ads-icons";
|
|
6
|
-
export class AdsChipComponent {
|
|
7
|
-
constructor(registry) {
|
|
8
|
-
this.registry = registry;
|
|
9
|
-
/** The unique id of the chip */
|
|
10
|
-
this.id = input.required();
|
|
11
|
-
/** The text of the chip */
|
|
12
|
-
this.title = input.required();
|
|
13
|
-
/** Show check icon before text */
|
|
14
|
-
this.showCheckedIcon = input(false);
|
|
15
|
-
/** Disable chip */
|
|
16
|
-
this.disabled = input(false);
|
|
17
|
-
/** Show delete icon before text */
|
|
18
|
-
this.deletable = input(false);
|
|
19
|
-
/** Event emitted when the remove icon is clicked */
|
|
20
|
-
this.deleted = output();
|
|
21
|
-
/** Event emitted when a chip is selected */
|
|
22
|
-
this.selected = output();
|
|
23
|
-
this.registry.register([adsIconCross, adsIconCheck]);
|
|
24
|
-
}
|
|
25
|
-
/** @ignore */
|
|
26
|
-
onSelected() {
|
|
27
|
-
this.selected.emit({
|
|
28
|
-
id: this.id(),
|
|
29
|
-
title: this.title(),
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
/** @ignore */
|
|
33
|
-
onDelete() {
|
|
34
|
-
if (!this.disabled()) {
|
|
35
|
-
this.deleted.emit(this.id());
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsChipComponent, deps: [{ token: i1.AdsIconRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
39
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.1", type: AdsChipComponent, selector: "ads-chip", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: true, transformFunction: null }, showCheckedIcon: { classPropertyName: "showCheckedIcon", publicName: "showCheckedIcon", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, deletable: { classPropertyName: "deletable", publicName: "deletable", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { deleted: "deleted", selected: "selected" }, ngImport: i0, template: "<div class=\"chip\" [class.disabled]=\"disabled()\" tabindex=\"0\">\n @if (showCheckedIcon()) {\n <ads-icon name=\"check\" />\n }\n <span (click)=\"onSelected()\">{{ title() }}</span>\n @if (deletable()) {\n <ads-icon name=\"cross\" class=\"chip-delete\" (click)=\"onDelete()\" />\n }\n</div>\n", styles: [":host{display:flex}.chip{display:inline-flex;justify-content:space-between;align-items:center;padding:8px 16px;font-size:12px;line-height:16px;font-weight:400;color:var(--color-medium);background-color:var(--color-muted);border-radius:100px;gap:8px}.chip ads-icon{width:10px!important;height:10px!important;stroke:var(--color-medium)}.chip .chip-delete{cursor:pointer}.chip.disabled{background-color:var(--color-light-30);color:var(--color-medium-50)}.chip.disabled .chip-delete{cursor:default}.chip.disabled ads-icon{stroke:var(--color-medium-50)}.chip:not(.disabled):hover{background-color:var(--color-primary-hover);color:var(--color-white)}.chip:not(.disabled):hover ads-icon{stroke:var(--color-white)}.chip:not(.disabled):focus:active{background-color:var(--color-primary-pressed);color:var(--color-white)}.chip:not(.disabled):focus:active ads-icon{stroke:var(--color-white)}\n"], dependencies: [{ kind: "component", type: i1.AdsIconComponent, selector: "ads-icon", inputs: ["size", "name", "color", "theme", "stroke"] }] }); }
|
|
40
|
-
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsChipComponent, decorators: [{
|
|
42
|
-
type: Component,
|
|
43
|
-
args: [{ selector: 'ads-chip', template: "<div class=\"chip\" [class.disabled]=\"disabled()\" tabindex=\"0\">\n @if (showCheckedIcon()) {\n <ads-icon name=\"check\" />\n }\n <span (click)=\"onSelected()\">{{ title() }}</span>\n @if (deletable()) {\n <ads-icon name=\"cross\" class=\"chip-delete\" (click)=\"onDelete()\" />\n }\n</div>\n", styles: [":host{display:flex}.chip{display:inline-flex;justify-content:space-between;align-items:center;padding:8px 16px;font-size:12px;line-height:16px;font-weight:400;color:var(--color-medium);background-color:var(--color-muted);border-radius:100px;gap:8px}.chip ads-icon{width:10px!important;height:10px!important;stroke:var(--color-medium)}.chip .chip-delete{cursor:pointer}.chip.disabled{background-color:var(--color-light-30);color:var(--color-medium-50)}.chip.disabled .chip-delete{cursor:default}.chip.disabled ads-icon{stroke:var(--color-medium-50)}.chip:not(.disabled):hover{background-color:var(--color-primary-hover);color:var(--color-white)}.chip:not(.disabled):hover ads-icon{stroke:var(--color-white)}.chip:not(.disabled):focus:active{background-color:var(--color-primary-pressed);color:var(--color-white)}.chip:not(.disabled):focus:active ads-icon{stroke:var(--color-white)}\n"] }]
|
|
44
|
-
}], ctorParameters: () => [{ type: i1.AdsIconRegistry }] });
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvY2hpcC9jaGlwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9jaGlwL2NoaXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsWUFBWSxFQUFFLFlBQVksRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7QUFPdkUsTUFBTSxPQUFPLGdCQUFnQjtJQUMzQixZQUFvQixRQUF5QjtRQUF6QixhQUFRLEdBQVIsUUFBUSxDQUFpQjtRQUk3QyxnQ0FBZ0M7UUFDaEMsT0FBRSxHQUFHLEtBQUssQ0FBQyxRQUFRLEVBQVUsQ0FBQztRQUU5QiwyQkFBMkI7UUFDM0IsVUFBSyxHQUFHLEtBQUssQ0FBQyxRQUFRLEVBQVUsQ0FBQztRQUVqQyxrQ0FBa0M7UUFDbEMsb0JBQWUsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFFeEMsbUJBQW1CO1FBQ25CLGFBQVEsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFFakMsb0NBQW9DO1FBQ3BDLGNBQVMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFFbEMsb0RBQW9EO1FBQ3BELFlBQU8sR0FBRyxNQUFNLEVBQVUsQ0FBQztRQUUzQiw0Q0FBNEM7UUFDNUMsYUFBUSxHQUFHLE1BQU0sRUFBUSxDQUFDO1FBdEJ4QixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUMsQ0FBQyxDQUFDO0lBQ3ZELENBQUM7SUF1QkQsY0FBYztJQUNkLFVBQVU7UUFDUixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQztZQUNqQixFQUFFLEVBQUUsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNiLEtBQUssRUFBRSxJQUFJLENBQUMsS0FBSyxFQUFFO1NBQ3BCLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxjQUFjO0lBQ2QsUUFBUTtRQUNOLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQztZQUNyQixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztRQUMvQixDQUFDO0lBQ0gsQ0FBQzs4R0F2Q1UsZ0JBQWdCO2tHQUFoQixnQkFBZ0IsbXZCQ1Y3QixtVEFTQTs7MkZEQ2EsZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNFLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIGlucHV0LCBvdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENoaXAgfSBmcm9tICcuL2NoaXAudHlwZXMnO1xuaW1wb3J0IHsgQWRzSWNvblJlZ2lzdHJ5IH0gZnJvbSAnQGFzY2VudGdsL2Fkcy1pY29ucyc7XG5pbXBvcnQgeyBhZHNJY29uQ2hlY2ssIGFkc0ljb25Dcm9zcyB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMvaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhZHMtY2hpcCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9jaGlwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2hpcC5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBBZHNDaGlwQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWdpc3RyeTogQWRzSWNvblJlZ2lzdHJ5KSB7XG4gICAgdGhpcy5yZWdpc3RyeS5yZWdpc3RlcihbYWRzSWNvbkNyb3NzLCBhZHNJY29uQ2hlY2tdKTtcbiAgfVxuXG4gIC8qKiBUaGUgdW5pcXVlIGlkIG9mIHRoZSBjaGlwICovXG4gIGlkID0gaW5wdXQucmVxdWlyZWQ8c3RyaW5nPigpO1xuXG4gIC8qKiBUaGUgdGV4dCBvZiB0aGUgY2hpcCAqL1xuICB0aXRsZSA9IGlucHV0LnJlcXVpcmVkPHN0cmluZz4oKTtcblxuICAvKiogU2hvdyBjaGVjayBpY29uIGJlZm9yZSB0ZXh0ICovXG4gIHNob3dDaGVja2VkSWNvbiA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcblxuICAvKiogRGlzYWJsZSBjaGlwICovXG4gIGRpc2FibGVkID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gIC8qKiBTaG93ICBkZWxldGUgaWNvbiBiZWZvcmUgdGV4dCAqL1xuICBkZWxldGFibGUgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG5cbiAgLyoqIEV2ZW50IGVtaXR0ZWQgd2hlbiB0aGUgcmVtb3ZlIGljb24gaXMgY2xpY2tlZCAqL1xuICBkZWxldGVkID0gb3V0cHV0PHN0cmluZz4oKTtcblxuICAvKiogRXZlbnQgZW1pdHRlZCB3aGVuIGEgY2hpcCBpcyBzZWxlY3RlZCAqL1xuICBzZWxlY3RlZCA9IG91dHB1dDxDaGlwPigpO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIG9uU2VsZWN0ZWQoKSB7XG4gICAgdGhpcy5zZWxlY3RlZC5lbWl0KHtcbiAgICAgIGlkOiB0aGlzLmlkKCksXG4gICAgICB0aXRsZTogdGhpcy50aXRsZSgpLFxuICAgIH0pO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgb25EZWxldGUoKSB7XG4gICAgaWYgKCF0aGlzLmRpc2FibGVkKCkpIHtcbiAgICAgIHRoaXMuZGVsZXRlZC5lbWl0KHRoaXMuaWQoKSk7XG4gICAgfVxuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiY2hpcFwiIFtjbGFzcy5kaXNhYmxlZF09XCJkaXNhYmxlZCgpXCIgdGFiaW5kZXg9XCIwXCI+XG4gIEBpZiAoc2hvd0NoZWNrZWRJY29uKCkpIHtcbiAgICA8YWRzLWljb24gbmFtZT1cImNoZWNrXCIgLz5cbiAgfVxuICA8c3BhbiAoY2xpY2spPVwib25TZWxlY3RlZCgpXCI+e3sgdGl0bGUoKSB9fTwvc3Bhbj5cbiAgQGlmIChkZWxldGFibGUoKSkge1xuICAgIDxhZHMtaWNvbiBuYW1lPVwiY3Jvc3NcIiBjbGFzcz1cImNoaXAtZGVsZXRlXCIgKGNsaWNrKT1cIm9uRGVsZXRlKClcIiAvPlxuICB9XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { AdsChipComponent } from './chip.component';
|
|
3
|
-
import { NgClass, NgStyle } from '@angular/common';
|
|
4
|
-
import { AdsIconModule } from '@ascentgl/ads-icons';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class AdsChipModule {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsChipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.1", ngImport: i0, type: AdsChipModule, declarations: [AdsChipComponent], imports: [NgClass, NgStyle, AdsIconModule], exports: [AdsChipComponent] }); }
|
|
9
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsChipModule, imports: [AdsIconModule] }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AdsChipModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
declarations: [AdsChipComponent],
|
|
15
|
-
exports: [AdsChipComponent],
|
|
16
|
-
imports: [NgClass, NgStyle, AdsIconModule],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvY2hpcC9jaGlwLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQU9wRCxNQUFNLE9BQU8sYUFBYTs4R0FBYixhQUFhOytHQUFiLGFBQWEsaUJBSlQsZ0JBQWdCLGFBRXJCLE9BQU8sRUFBRSxPQUFPLEVBQUUsYUFBYSxhQUQvQixnQkFBZ0I7K0dBR2YsYUFBYSxZQUZJLGFBQWE7OzJGQUU5QixhQUFhO2tCQUx6QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGdCQUFnQixDQUFDO29CQUNoQyxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztvQkFDM0IsT0FBTyxFQUFFLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxhQUFhLENBQUM7aUJBQzNDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFkc0NoaXBDb21wb25lbnQgfSBmcm9tICcuL2NoaXAuY29tcG9uZW50JztcbmltcG9ydCB7IE5nQ2xhc3MsIE5nU3R5bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQWRzSWNvbk1vZHVsZSB9IGZyb20gJ0Bhc2NlbnRnbC9hZHMtaWNvbnMnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtBZHNDaGlwQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0Fkc0NoaXBDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbTmdDbGFzcywgTmdTdHlsZSwgQWRzSWNvbk1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIEFkc0NoaXBNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcC50eXBlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9jaGlwL2NoaXAudHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIENoaXAgPSB7XG4gIGlkOiBzdHJpbmc7XG4gIHRpdGxlOiBzdHJpbmc7XG59O1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvY2hpcC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './chip.component';
|
|
2
|
-
export * from './chip.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9jaGlwL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2hpcC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jaGlwLm1vZHVsZSc7XG4iXX0=
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class DividerComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
/**
|
|
7
|
-
* The divider left and right margin
|
|
8
|
-
*/
|
|
9
|
-
this.margin = 0;
|
|
10
|
-
/**
|
|
11
|
-
* The divider color
|
|
12
|
-
*/
|
|
13
|
-
this.color = 'light';
|
|
14
|
-
/** @ignore */
|
|
15
|
-
this.colors = {
|
|
16
|
-
primary: '--color-primary',
|
|
17
|
-
secondary: '--color-secondary',
|
|
18
|
-
light: '--color-light',
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
/** @ignore */
|
|
22
|
-
ngOnChanges() {
|
|
23
|
-
this.setDividerStyle();
|
|
24
|
-
}
|
|
25
|
-
/** @ignore */
|
|
26
|
-
setDividerStyle() {
|
|
27
|
-
this.style = {
|
|
28
|
-
margin: `0 ${this.margin}px`,
|
|
29
|
-
'background-color': `var(${this.colors[this.color] || this.colors['light']})`,
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: DividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
33
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: DividerComponent, selector: "ads-divider", inputs: { margin: "margin", color: "color" }, usesOnChanges: true, ngImport: i0, template: "<div [ngStyle]=\"style\" class=\"ads-divider\"></div>\n", styles: [".ads-divider{height:1px}\n"], dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
|
|
34
|
-
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: DividerComponent, decorators: [{
|
|
36
|
-
type: Component,
|
|
37
|
-
args: [{ selector: 'ads-divider', template: "<div [ngStyle]=\"style\" class=\"ads-divider\"></div>\n", styles: [".ads-divider{height:1px}\n"] }]
|
|
38
|
-
}], propDecorators: { margin: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}], color: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}] } });
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGl2aWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Fkcy11aS9zcmMvbGliL2NvbXBvbmVudHMvZGl2aWRlci9kaXZpZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYWRzLXVpL3NyYy9saWIvY29tcG9uZW50cy9kaXZpZGVyL2RpdmlkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQWEsTUFBTSxlQUFlLENBQUM7OztBQVk1RCxNQUFNLE9BQU8sZ0JBQWdCO0lBTDdCO1FBTUU7O1dBRUc7UUFDTSxXQUFNLEdBQW9CLENBQUMsQ0FBQztRQUVyQzs7V0FFRztRQUNNLFVBQUssR0FBc0MsT0FBTyxDQUFDO1FBSzVELGNBQWM7UUFDTixXQUFNLEdBQUc7WUFDZixPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFNBQVMsRUFBRSxtQkFBbUI7WUFDOUIsS0FBSyxFQUFFLGVBQWU7U0FDdkIsQ0FBQztLQWNIO0lBWkMsY0FBYztJQUNkLFdBQVc7UUFDVCxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVELGNBQWM7SUFDTixlQUFlO1FBQ3JCLElBQUksQ0FBQyxLQUFLLEdBQUc7WUFDWCxNQUFNLEVBQUUsS0FBSyxJQUFJLENBQUMsTUFBTSxJQUFJO1lBQzVCLGtCQUFrQixFQUFFLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsR0FBRztTQUM5RSxDQUFDO0lBQ0osQ0FBQzs4R0FoQ1UsZ0JBQWdCO2tHQUFoQixnQkFBZ0Isc0hDWjdCLHlEQUNBOzsyRkRXYSxnQkFBZ0I7a0JBTDVCLFNBQVM7K0JBQ0UsYUFBYTs4QkFRZCxNQUFNO3NCQUFkLEtBQUs7Z0JBS0csS0FBSztzQkFBYixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25DaGFuZ2VzIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCB0eXBlIERpdmlkZXJTdHlsZSA9IHtcbiAgbWFyZ2luOiBzdHJpbmcgfCBudW1iZXI7XG4gICdiYWNrZ3JvdW5kLWNvbG9yJzogc3RyaW5nO1xufTtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYWRzLWRpdmlkZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vZGl2aWRlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2RpdmlkZXIuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgRGl2aWRlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uQ2hhbmdlcyB7XG4gIC8qKlxuICAgKiBUaGUgZGl2aWRlciBsZWZ0IGFuZCByaWdodCBtYXJnaW5cbiAgICovXG4gIEBJbnB1dCgpIG1hcmdpbjogc3RyaW5nIHwgbnVtYmVyID0gMDtcblxuICAvKipcbiAgICogVGhlIGRpdmlkZXIgY29sb3JcbiAgICovXG4gIEBJbnB1dCgpIGNvbG9yOiAncHJpbWFyeScgfCAnc2Vjb25kYXJ5JyB8ICdsaWdodCcgPSAnbGlnaHQnO1xuXG4gIC8qKiBAaWdub3JlICovXG4gIHB1YmxpYyBzdHlsZSE6IERpdmlkZXJTdHlsZTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBwcml2YXRlIGNvbG9ycyA9IHtcbiAgICBwcmltYXJ5OiAnLS1jb2xvci1wcmltYXJ5JyxcbiAgICBzZWNvbmRhcnk6ICctLWNvbG9yLXNlY29uZGFyeScsXG4gICAgbGlnaHQ6ICctLWNvbG9yLWxpZ2h0JyxcbiAgfTtcblxuICAvKiogQGlnbm9yZSAqL1xuICBuZ09uQ2hhbmdlcygpOiB2b2lkIHtcbiAgICB0aGlzLnNldERpdmlkZXJTdHlsZSgpO1xuICB9XG5cbiAgLyoqIEBpZ25vcmUgKi9cbiAgcHJpdmF0ZSBzZXREaXZpZGVyU3R5bGUoKSB7XG4gICAgdGhpcy5zdHlsZSA9IHtcbiAgICAgIG1hcmdpbjogYDAgJHt0aGlzLm1hcmdpbn1weGAsXG4gICAgICAnYmFja2dyb3VuZC1jb2xvcic6IGB2YXIoJHt0aGlzLmNvbG9yc1t0aGlzLmNvbG9yXSB8fCB0aGlzLmNvbG9yc1snbGlnaHQnXX0pYCxcbiAgICB9O1xuICB9XG59XG4iLCI8ZGl2IFtuZ1N0eWxlXT1cInN0eWxlXCIgY2xhc3M9XCJhZHMtZGl2aWRlclwiPjwvZGl2PlxuIl19
|