@ascentgl/ads-ui 0.0.39 → 0.0.41
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/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +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 +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +11 -11
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +571 -583
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/lib/components/brand-artifacts/bubble/bubble.component.d.ts +26 -0
- package/lib/components/brand-artifacts/bubble/bubble.module.d.ts +9 -0
- package/lib/components/brand-artifacts/bubble/public-api.d.ts +2 -0
- package/lib/components/buttons/button/button.component.d.ts +1 -6
- package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +1 -1
- package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +1 -1
- package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +1 -1
- package/lib/components/logo/primary-logo/abstract-logo-component.d.ts +1 -1
- package/lib/components/nav-bar/side-nav-bar/abstract-side-nav-bar.component.d.ts +1 -1
- package/lib/components/snackbars/snackbar/snackbar.component.d.ts +3 -3
- package/lib/components/table/table.component.d.ts +194 -0
- package/package.json +4 -36
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +6 -3
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +2 -0
- package/src/assets/sass/ads-ui/base/_reset.scss +1 -2
- package/src/assets/sass/ads-ui/base/_typography.scss +1 -10
- package/src/assets/sass/ads-ui/base/_utilities.scss +1 -2
- package/src/assets/sass/ads-ui/main.scss +10 -9
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +7 -7
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +2 -0
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +1 -3
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +1 -2
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +1 -2
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +2 -0
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +2 -0
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +1 -2
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +1 -2
- package/src/lib/components/logo/primary-logo/abstract-logo-component.d.ts +1 -1
- package/esm2022/ascentgl-ads-ui.mjs +0 -5
- package/esm2022/index.mjs +0 -61
- 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 -57
- 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 -35
- 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/card/card.component.mjs +0 -37
- 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 -38
- 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 -36
- package/esm2022/lib/components/expansion-panel/expansion-panel.module.mjs +0 -38
- 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/phone-field/index.mjs +0 -2
- package/esm2022/lib/components/form-fields/phone-field/phone-field.component.mjs +0 -61
- package/esm2022/lib/components/form-fields/phone-field/phone-field.module.mjs +0 -62
- package/esm2022/lib/components/form-fields/phone-field/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 -40
- package/esm2022/lib/components/general/color-palette/index.mjs +0 -2
- package/esm2022/lib/components/general/color-palette/public-api.mjs +0 -2
- 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/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 -53
- 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/abstract-logo-component.mjs +0 -37
- package/esm2022/lib/components/logo/primary-logo/index.mjs +0 -2
- package/esm2022/lib/components/logo/primary-logo/primary-logo.component.mjs +0 -16
- 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/modal/index.mjs +0 -2
- package/esm2022/lib/components/modal/modal.component.mjs +0 -40
- package/esm2022/lib/components/modal/modal.module.mjs +0 -21
- package/esm2022/lib/components/modal/public-api.mjs +0 -3
- package/esm2022/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.component.mjs +0 -32
- package/esm2022/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.module.mjs +0 -19
- package/esm2022/lib/components/nav-bar/horizontal-nav-bar/index.mjs +0 -2
- package/esm2022/lib/components/nav-bar/horizontal-nav-bar/public-api.mjs +0 -3
- package/esm2022/lib/components/nav-bar/nav-menu/index.mjs +0 -2
- package/esm2022/lib/components/nav-bar/nav-menu/nav-menu.component.mjs +0 -29
- package/esm2022/lib/components/nav-bar/nav-menu/nav-menu.module.mjs +0 -40
- package/esm2022/lib/components/nav-bar/nav-menu/nav-menu.types.mjs +0 -2
- package/esm2022/lib/components/nav-bar/nav-menu/public-api.mjs +0 -4
- package/esm2022/lib/components/nav-bar/scms-side-nav-bar/index.mjs +0 -2
- package/esm2022/lib/components/nav-bar/scms-side-nav-bar/public-api.mjs +0 -3
- package/esm2022/lib/components/nav-bar/scms-side-nav-bar/scms-nav-item.types.mjs +0 -2
- package/esm2022/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.component.mjs +0 -73
- package/esm2022/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.module.mjs +0 -66
- package/esm2022/lib/components/nav-bar/side-nav-bar/abstract-side-nav-bar.component.mjs +0 -57
- package/esm2022/lib/components/nav-bar/side-nav-bar/index.mjs +0 -2
- package/esm2022/lib/components/nav-bar/side-nav-bar/nav-item.types.mjs +0 -2
- package/esm2022/lib/components/nav-bar/side-nav-bar/public-api.mjs +0 -4
- package/esm2022/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.mjs +0 -42
- package/esm2022/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.mjs +0 -42
- 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/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 -38
- package/esm2022/lib/components/snackbars/snackbar/snackbar.module.mjs +0 -20
- 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/steppers/numeric-stepper/components/numeric-step.component.mjs +0 -22
- package/esm2022/lib/components/steppers/numeric-stepper/index.mjs +0 -2
- package/esm2022/lib/components/steppers/numeric-stepper/numeric-step.type.mjs +0 -2
- package/esm2022/lib/components/steppers/numeric-stepper/numeric-stepper.component.mjs +0 -18
- package/esm2022/lib/components/steppers/numeric-stepper/numeric-stepper.module.mjs +0 -20
- package/esm2022/lib/components/steppers/numeric-stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/steppers/stepper/index.mjs +0 -2
- package/esm2022/lib/components/steppers/stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/steppers/stepper/step.type.mjs +0 -2
- package/esm2022/lib/components/steppers/stepper/stepper.component.mjs +0 -33
- package/esm2022/lib/components/steppers/stepper/stepper.module.mjs +0 -20
- package/esm2022/lib/components/steppers/vertical-stepper/index.mjs +0 -2
- package/esm2022/lib/components/steppers/vertical-stepper/public-api.mjs +0 -4
- package/esm2022/lib/components/steppers/vertical-stepper/vertical-step.type.mjs +0 -2
- package/esm2022/lib/components/steppers/vertical-stepper/vertical-stepper.component.mjs +0 -34
- package/esm2022/lib/components/steppers/vertical-stepper/vertical-stepper.module.mjs +0 -20
- 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 -94
- package/esm2022/lib/components/table/table.module.mjs +0 -20
- package/esm2022/lib/components/tags/create-tag/create-tag.component.mjs +0 -259
- package/esm2022/lib/components/tags/create-tag/create-tag.module.mjs +0 -48
- 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/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/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/public-api.mjs +0 -3
- package/esm2022/src/lib/components/logo/primary-logo/abstract-logo-component.mjs +0 -37
- 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 -16
- 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/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/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/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/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/src/assets/sass/ads-ui/overrides/_ag-grid.scss +0 -2
- /package/lib/components/{snackbars/inline-snackbar → brand-artifacts/bubble}/index.d.ts +0 -0
package/index.d.ts
CHANGED
|
@@ -40,7 +40,6 @@ export * from './lib/components/form-fields/selection-fields/checkbox';
|
|
|
40
40
|
export * from './lib/components/form-fields/selection-fields/radio-button';
|
|
41
41
|
export * from './lib/components/form-fields/selection-fields/slide-toggle';
|
|
42
42
|
export * from './lib/components/form-fields/selection-fields/slider';
|
|
43
|
-
export * from './lib/components/snackbars/inline-snackbar';
|
|
44
43
|
export * from './lib/components/snackbars/snackbar';
|
|
45
44
|
export * from './lib/services/viewport/viewport.service';
|
|
46
45
|
export * from './lib/services/window/window.service';
|
|
@@ -58,3 +57,4 @@ export * from './lib/components/steppers/vertical-stepper';
|
|
|
58
57
|
export * from './lib/components/steppers/stepper';
|
|
59
58
|
export * from './lib/components/nav-bar/horizontal-nav-bar';
|
|
60
59
|
export * from './lib/components/general/color-palette';
|
|
60
|
+
export * from './lib/components/brand-artifacts/bubble';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { AfterContentInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AdsBubbleComponent implements AfterContentInit {
|
|
5
|
+
private http;
|
|
6
|
+
/** @ignore */
|
|
7
|
+
svgContent: string | null;
|
|
8
|
+
/** @ignore */
|
|
9
|
+
svgName: string;
|
|
10
|
+
/** @ignore */
|
|
11
|
+
svgUrl: string;
|
|
12
|
+
/** @ignore */
|
|
13
|
+
svgBackgroundElement: import("@angular/core").Signal<ElementRef<any>>;
|
|
14
|
+
/** @ignore */
|
|
15
|
+
constructor(http: HttpClient);
|
|
16
|
+
/** @ignore */
|
|
17
|
+
ngAfterContentInit(): void;
|
|
18
|
+
/** @ignore */
|
|
19
|
+
private fetchSvg;
|
|
20
|
+
/** @ignore */
|
|
21
|
+
private applyBackgroundPattern;
|
|
22
|
+
/** @ignore */
|
|
23
|
+
downloadSvg(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsBubbleComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsBubbleComponent, "ads-bubble", never, {}, {}, never, never, false, never>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./bubble.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../buttons/button/button.module";
|
|
5
|
+
export declare class AdsBubbleModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsBubbleModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsBubbleModule, [typeof i1.AdsBubbleComponent], [typeof i2.CommonModule, typeof i2.NgOptimizedImage, typeof i3.AdsButtonModule], [typeof i1.AdsBubbleComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsBubbleModule>;
|
|
9
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { Signal } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export type Variant = 'primary' | 'error' | 'secondary' | '
|
|
2
|
+
export type Variant = 'primary' | 'error' | 'secondary' | 'tertiary';
|
|
4
3
|
export type Size = 'base' | 'sm' | 'xs';
|
|
5
4
|
export declare class AdsButtonComponent {
|
|
6
5
|
/** The unique ID for the button */
|
|
@@ -13,10 +12,6 @@ export declare class AdsButtonComponent {
|
|
|
13
12
|
size: import("@angular/core").InputSignal<Size>;
|
|
14
13
|
/** Sets the "type" attribute on the button */
|
|
15
14
|
type: import("@angular/core").InputSignal<"button" | "submit" | "reset">;
|
|
16
|
-
/** @ignore */
|
|
17
|
-
calcVariant: Signal<Variant>;
|
|
18
|
-
/** @ignore */
|
|
19
|
-
calcReverse: Signal<boolean>;
|
|
20
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
|
|
21
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsButtonComponent, "ads-button", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
22
17
|
}
|
|
@@ -53,5 +53,5 @@ export declare abstract class AbstractBaseComponent implements OnChanges, AfterV
|
|
|
53
53
|
/** @ignore */
|
|
54
54
|
canShowSuccess(): boolean;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractBaseComponent, never>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractBaseComponent, never, never, { "control": { "alias": "control"; "required": false; }; "immediateValidation": { "alias": "immediateValidation"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "successMessage": { "alias": "successMessage"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never,
|
|
56
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractBaseComponent, never, never, { "control": { "alias": "control"; "required": false; }; "immediateValidation": { "alias": "immediateValidation"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "successMessage": { "alias": "successMessage"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showFooter": { "alias": "showFooter"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
|
|
57
57
|
}
|
|
@@ -40,5 +40,5 @@ export declare abstract class AbstractDropdownComponent extends AbstractInputCom
|
|
|
40
40
|
/** @ignore */
|
|
41
41
|
protected getGenericDisplayedValue(option: DropdownComponentOption): string;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDropdownComponent, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDropdownComponent, never, never, { "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "sortOptions": { "alias": "sortOptions"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; }, {}, never, never,
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDropdownComponent, never, never, { "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "sortOptions": { "alias": "sortOptions"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
44
|
}
|
|
@@ -20,5 +20,5 @@ export declare abstract class AbstractInputComponent extends AbstractBaseCompone
|
|
|
20
20
|
/** @ignore */
|
|
21
21
|
get smallSize(): boolean;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractInputComponent, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractInputComponent, never, never, { "showExclamationOnError": { "alias": "showExclamationOnError"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractInputComponent, never, never, { "showExclamationOnError": { "alias": "showExclamationOnError"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -18,5 +18,5 @@ export declare abstract class AbstractLogoComponent implements OnInit {
|
|
|
18
18
|
/** @ignore */
|
|
19
19
|
private checkScreenSize;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractLogoComponent, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractLogoComponent, never, never, { "mobileWidth": { "alias": "mobileWidth"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractLogoComponent, never, never, { "mobileWidth": { "alias": "mobileWidth"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -35,5 +35,5 @@ export declare abstract class AbstractSideNavBarComponent implements OnInit, Aft
|
|
|
35
35
|
/** @ignore */
|
|
36
36
|
ngOnDestroy(): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractSideNavBarComponent, never>;
|
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractSideNavBarComponent, never, never, { "defaultExpandedWidth": { "alias": "defaultExpandedWidth"; "required": false; "isSignal": true; }; }, {}, never, never,
|
|
38
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractSideNavBarComponent, never, never, { "defaultExpandedWidth": { "alias": "defaultExpandedWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
39
39
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { MatSnackBarRef } from '@angular/material/snack-bar';
|
|
2
|
+
import { Variant } from '../../buttons/button';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export type SnackBarData = {
|
|
4
5
|
title?: string;
|
|
@@ -10,9 +11,9 @@ export type SnackBarData = {
|
|
|
10
11
|
export declare class AdsSnackbarComponent {
|
|
11
12
|
data: SnackBarData;
|
|
12
13
|
snackBarRef: MatSnackBarRef<any>;
|
|
13
|
-
readonly defaultButtonCaption = "Close
|
|
14
|
+
readonly defaultButtonCaption = "Close";
|
|
14
15
|
protected readonly PanelClass: typeof PanelClass;
|
|
15
|
-
get buttonPanelClass():
|
|
16
|
+
get buttonPanelClass(): Variant;
|
|
16
17
|
/** @ignore */
|
|
17
18
|
onSnackbarClick(): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSnackbarComponent, never>;
|
|
@@ -20,6 +21,5 @@ export declare class AdsSnackbarComponent {
|
|
|
20
21
|
}
|
|
21
22
|
export declare enum PanelClass {
|
|
22
23
|
Primary = "primary",
|
|
23
|
-
Secondary = "secondary",
|
|
24
24
|
Error = "error"
|
|
25
25
|
}
|
|
@@ -40,6 +40,200 @@ export declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
40
40
|
firstDataRendered($event: FirstDataRenderedEvent): void;
|
|
41
41
|
/** @ignore */
|
|
42
42
|
ngOnDestroy(): void;
|
|
43
|
+
protected readonly themeQuartz: import("ag-grid-community").Theme<{
|
|
44
|
+
accentColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
45
|
+
advancedFilterBuilderButtonBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
46
|
+
advancedFilterBuilderColumnPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
47
|
+
advancedFilterBuilderIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
48
|
+
advancedFilterBuilderJoinPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
49
|
+
advancedFilterBuilderOptionPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
50
|
+
advancedFilterBuilderValuePillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
51
|
+
backgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
52
|
+
borderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
53
|
+
borderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
54
|
+
browserColorScheme: import("ag-grid-community/dist/types/src/theming/theme-types").ColorSchemeValue;
|
|
55
|
+
cellHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
56
|
+
cellHorizontalPaddingScale: number;
|
|
57
|
+
cellTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
58
|
+
cellWidgetSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
59
|
+
chartMenuLabelColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
60
|
+
chartMenuPanelWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
61
|
+
chromeBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
62
|
+
columnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
63
|
+
columnDropCellBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
64
|
+
columnDropCellTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
65
|
+
columnDropCellDragHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
66
|
+
columnDropCellBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
67
|
+
columnHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
68
|
+
columnSelectIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
69
|
+
dialogBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
70
|
+
dialogShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
71
|
+
cellEditingBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
72
|
+
cellEditingShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
73
|
+
dragAndDropImageBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
74
|
+
dragAndDropImageBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
75
|
+
dragAndDropImageShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
76
|
+
dragHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
77
|
+
dropdownShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
78
|
+
filterToolPanelGroupIndent: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
79
|
+
focusShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
80
|
+
fontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
|
|
81
|
+
fontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
82
|
+
dataFontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
83
|
+
footerRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
84
|
+
foregroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
85
|
+
spacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
86
|
+
headerBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
87
|
+
headerCellBackgroundTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
|
|
88
|
+
headerCellHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
89
|
+
headerCellMovingBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
90
|
+
headerColumnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
91
|
+
headerColumnBorderHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
92
|
+
headerColumnResizeHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
93
|
+
headerColumnResizeHandleHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
94
|
+
headerColumnResizeHandleWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
95
|
+
headerFontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
|
|
96
|
+
cellFontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
|
|
97
|
+
headerFontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
98
|
+
headerFontWeight: import("ag-grid-community/dist/types/src/theming/theme-types").FontWeightValue;
|
|
99
|
+
headerHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
100
|
+
headerRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
101
|
+
headerTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
102
|
+
headerVerticalPaddingScale: number;
|
|
103
|
+
iconButtonHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
104
|
+
iconButtonHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
105
|
+
iconSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
106
|
+
invalidColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
107
|
+
listItemHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
108
|
+
menuBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
109
|
+
menuBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
110
|
+
menuSeparatorColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
111
|
+
menuShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
112
|
+
menuTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
113
|
+
modalOverlayBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
114
|
+
oddRowBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
115
|
+
panelBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
116
|
+
panelTitleBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
117
|
+
panelTitleBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
118
|
+
pinnedColumnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
119
|
+
pinnedRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
120
|
+
popupShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
121
|
+
cardShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
122
|
+
rangeSelectionBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
123
|
+
rangeSelectionBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
124
|
+
rangeSelectionBorderStyle: import("ag-grid-community/dist/types/src/theming/theme-types").BorderStyleValue;
|
|
125
|
+
rangeSelectionChartBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
126
|
+
rangeSelectionChartCategoryBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
127
|
+
rangeSelectionHighlightColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
128
|
+
rowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
129
|
+
rowGroupIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
130
|
+
rowHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
131
|
+
rowHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
132
|
+
rowLoadingSkeletonEffectColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
133
|
+
rowVerticalPaddingScale: number;
|
|
134
|
+
selectCellBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
135
|
+
selectCellBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
136
|
+
selectedRowBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
137
|
+
setFilterIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
138
|
+
sideBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
139
|
+
sideButtonBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
140
|
+
sideBarPanelWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
141
|
+
sidePanelBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
142
|
+
sideButtonBarTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
143
|
+
sideButtonSelectedUnderlineWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
144
|
+
sideButtonSelectedUnderlineColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
145
|
+
sideButtonSelectedUnderlineTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
|
|
146
|
+
sideButtonBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
147
|
+
sideButtonTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
148
|
+
sideButtonHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
149
|
+
sideButtonHoverTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
150
|
+
sideButtonSelectedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
151
|
+
sideButtonSelectedTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
152
|
+
sideButtonSelectedBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
153
|
+
sideButtonLeftPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
154
|
+
sideButtonRightPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
155
|
+
sideButtonVerticalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
156
|
+
subtleTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
157
|
+
textColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
158
|
+
toggleButtonWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
159
|
+
toggleButtonHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
160
|
+
toggleButtonOffBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
161
|
+
toggleButtonOnBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
162
|
+
toggleButtonSwitchBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
163
|
+
toggleButtonSwitchInset: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
164
|
+
toolPanelSeparatorBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
165
|
+
tooltipBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
166
|
+
tooltipBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
167
|
+
tooltipTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
168
|
+
valueChangeDeltaDownColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
169
|
+
valueChangeDeltaUpColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
170
|
+
valueChangeValueHighlightBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
171
|
+
widgetContainerHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
172
|
+
widgetContainerVerticalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
173
|
+
widgetHorizontalSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
174
|
+
widgetVerticalSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
175
|
+
wrapperBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
176
|
+
wrapperBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
177
|
+
} & {
|
|
178
|
+
checkboxBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
179
|
+
checkboxBorderWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
180
|
+
checkboxCheckedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
181
|
+
checkboxCheckedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
182
|
+
checkboxCheckedShapeColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
183
|
+
checkboxCheckedShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
|
|
184
|
+
checkboxIndeterminateBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
185
|
+
checkboxIndeterminateBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
186
|
+
checkboxIndeterminateShapeColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
187
|
+
checkboxIndeterminateShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
|
|
188
|
+
checkboxUncheckedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
189
|
+
checkboxUncheckedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
190
|
+
radioCheckedShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
|
|
191
|
+
} & {
|
|
192
|
+
readonly backgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
193
|
+
readonly foregroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
194
|
+
readonly borderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
195
|
+
readonly chromeBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
196
|
+
readonly browserColorScheme: import("ag-grid-community/dist/types/src/theming/theme-types").ColorSchemeValue;
|
|
197
|
+
} & {
|
|
198
|
+
tabBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
199
|
+
tabBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
200
|
+
tabTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
201
|
+
tabSelectedTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
202
|
+
tabHoverTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
203
|
+
tabSelectedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
204
|
+
tabSelectedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
205
|
+
tabBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
206
|
+
tabBarHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
207
|
+
tabBarTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
208
|
+
tabBottomPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
209
|
+
tabHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
210
|
+
tabHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
211
|
+
tabSelectedBorderWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
212
|
+
tabSelectedUnderlineColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
213
|
+
tabSelectedUnderlineTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
|
|
214
|
+
tabSelectedUnderlineWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
215
|
+
tabSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
216
|
+
tabTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
217
|
+
} & {
|
|
218
|
+
inputBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
219
|
+
inputBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
220
|
+
inputBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
221
|
+
inputPaddingStart: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
222
|
+
inputFocusBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
223
|
+
inputFocusShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
224
|
+
inputDisabledBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
225
|
+
inputDisabledTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
226
|
+
inputInvalidBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
227
|
+
inputDisabledBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
228
|
+
inputFocusBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
229
|
+
inputFocusTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
230
|
+
inputHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
231
|
+
inputInvalidBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
232
|
+
inputInvalidTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
233
|
+
inputTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
234
|
+
inputPlaceholderTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
235
|
+
inputIconColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
236
|
+
}>;
|
|
43
237
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
|
|
44
238
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; }, {}, never, never, false, never>;
|
|
45
239
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.41",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
7
7
|
"@jsverse/transloco": ">=7.0.0",
|
|
8
|
-
"ag-grid-angular": "
|
|
9
|
-
"ag-grid-community": "
|
|
8
|
+
"ag-grid-angular": "33.0.3",
|
|
9
|
+
"ag-grid-community": "33.0.3",
|
|
10
10
|
"angular-split": "18.0.0",
|
|
11
|
-
"ngx-mask": "19.0.
|
|
11
|
+
"ngx-mask": "19.0.6"
|
|
12
12
|
},
|
|
13
13
|
"description": "This library was generated with [Nx](https://nx.dev).",
|
|
14
14
|
"main": "jest.config.js",
|
|
@@ -26,98 +26,66 @@
|
|
|
26
26
|
},
|
|
27
27
|
".": {
|
|
28
28
|
"types": "./index.d.ts",
|
|
29
|
-
"esm2022": "./esm2022/ascentgl-ads-ui.mjs",
|
|
30
|
-
"esm": "./esm2022/ascentgl-ads-ui.mjs",
|
|
31
29
|
"default": "./fesm2022/ascentgl-ads-ui.mjs"
|
|
32
30
|
},
|
|
33
31
|
"./src/lib/components/avatar": {
|
|
34
32
|
"types": "./src/lib/components/avatar/index.d.ts",
|
|
35
|
-
"esm2022": "./esm2022/src/lib/components/avatar/ascentgl-ads-ui-src-lib-components-avatar.mjs",
|
|
36
|
-
"esm": "./esm2022/src/lib/components/avatar/ascentgl-ads-ui-src-lib-components-avatar.mjs",
|
|
37
33
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs"
|
|
38
34
|
},
|
|
39
35
|
"./src/lib/components/drag-and-drop-list": {
|
|
40
36
|
"types": "./src/lib/components/drag-and-drop-list/index.d.ts",
|
|
41
|
-
"esm2022": "./esm2022/src/lib/components/drag-and-drop-list/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs",
|
|
42
|
-
"esm": "./esm2022/src/lib/components/drag-and-drop-list/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs",
|
|
43
37
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs"
|
|
44
38
|
},
|
|
45
39
|
"./src/lib/components/footer": {
|
|
46
40
|
"types": "./src/lib/components/footer/index.d.ts",
|
|
47
|
-
"esm2022": "./esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.mjs",
|
|
48
|
-
"esm": "./esm2022/src/lib/components/footer/ascentgl-ads-ui-src-lib-components-footer.mjs",
|
|
49
41
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs"
|
|
50
42
|
},
|
|
51
43
|
"./src/lib/components/header": {
|
|
52
44
|
"types": "./src/lib/components/header/index.d.ts",
|
|
53
|
-
"esm2022": "./esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.mjs",
|
|
54
|
-
"esm": "./esm2022/src/lib/components/header/ascentgl-ads-ui-src-lib-components-header.mjs",
|
|
55
45
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs"
|
|
56
46
|
},
|
|
57
47
|
"./src/lib/components/shell-layout": {
|
|
58
48
|
"types": "./src/lib/components/shell-layout/index.d.ts",
|
|
59
|
-
"esm2022": "./esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs",
|
|
60
|
-
"esm": "./esm2022/src/lib/components/shell-layout/ascentgl-ads-ui-src-lib-components-shell-layout.mjs",
|
|
61
49
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
|
|
62
50
|
},
|
|
63
51
|
"./src/lib/components/splash-page": {
|
|
64
52
|
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
65
|
-
"esm2022": "./esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs",
|
|
66
|
-
"esm": "./esm2022/src/lib/components/splash-page/ascentgl-ads-ui-src-lib-components-splash-page.mjs",
|
|
67
53
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
|
|
68
54
|
},
|
|
69
55
|
"./src/lib/components/buttons/button-container": {
|
|
70
56
|
"types": "./src/lib/components/buttons/button-container/index.d.ts",
|
|
71
|
-
"esm2022": "./esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs",
|
|
72
|
-
"esm": "./esm2022/src/lib/components/buttons/button-container/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs",
|
|
73
57
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs"
|
|
74
58
|
},
|
|
75
59
|
"./src/lib/components/error-page/error-page-code": {
|
|
76
60
|
"types": "./src/lib/components/error-page/error-page-code/index.d.ts",
|
|
77
|
-
"esm2022": "./esm2022/src/lib/components/error-page/error-page-code/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs",
|
|
78
|
-
"esm": "./esm2022/src/lib/components/error-page/error-page-code/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs",
|
|
79
61
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs"
|
|
80
62
|
},
|
|
81
63
|
"./src/lib/components/footer/container": {
|
|
82
64
|
"types": "./src/lib/components/footer/container/index.d.ts",
|
|
83
|
-
"esm2022": "./esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.mjs",
|
|
84
|
-
"esm": "./esm2022/src/lib/components/footer/container/ascentgl-ads-ui-src-lib-components-footer-container.mjs",
|
|
85
65
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
|
|
86
66
|
},
|
|
87
67
|
"./src/lib/components/header/container": {
|
|
88
68
|
"types": "./src/lib/components/header/container/index.d.ts",
|
|
89
|
-
"esm2022": "./esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.mjs",
|
|
90
|
-
"esm": "./esm2022/src/lib/components/header/container/ascentgl-ads-ui-src-lib-components-header-container.mjs",
|
|
91
69
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
|
|
92
70
|
},
|
|
93
71
|
"./src/lib/components/logo/primary-logo": {
|
|
94
72
|
"types": "./src/lib/components/logo/primary-logo/index.d.ts",
|
|
95
|
-
"esm2022": "./esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs",
|
|
96
|
-
"esm": "./esm2022/src/lib/components/logo/primary-logo/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs",
|
|
97
73
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
|
|
98
74
|
},
|
|
99
75
|
"./src/lib/components/progress-indicators/progress-bar": {
|
|
100
76
|
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
101
|
-
"esm2022": "./esm2022/src/lib/components/progress-indicators/progress-bar/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs",
|
|
102
|
-
"esm": "./esm2022/src/lib/components/progress-indicators/progress-bar/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs",
|
|
103
77
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
104
78
|
},
|
|
105
79
|
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
106
80
|
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
107
|
-
"esm2022": "./esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs",
|
|
108
|
-
"esm": "./esm2022/src/lib/components/progress-indicators/progress-indicator-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs",
|
|
109
81
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
110
82
|
},
|
|
111
83
|
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
112
84
|
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
113
|
-
"esm2022": "./esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs",
|
|
114
|
-
"esm": "./esm2022/src/lib/components/progress-indicators/progress-spinner/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs",
|
|
115
85
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
116
86
|
},
|
|
117
87
|
"./src/lib/components/tags/tag-container": {
|
|
118
88
|
"types": "./src/lib/components/tags/tag-container/index.d.ts",
|
|
119
|
-
"esm2022": "./esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs",
|
|
120
|
-
"esm": "./esm2022/src/lib/components/tags/tag-container/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs",
|
|
121
89
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs"
|
|
122
90
|
}
|
|
123
91
|
},
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use 'variables' as *;
|
|
3
|
+
|
|
1
4
|
@function color($key) {
|
|
2
5
|
@return var(--color- + $key);
|
|
3
6
|
}
|
|
4
7
|
|
|
5
8
|
@function font-weight($key) {
|
|
6
|
-
@return map
|
|
9
|
+
@return map.get($font-weights, $key);
|
|
7
10
|
}
|
|
8
11
|
|
|
9
12
|
@function font-size($key) {
|
|
10
|
-
@return map
|
|
13
|
+
@return map.get($font-sizes, $key);
|
|
11
14
|
}
|
|
12
15
|
|
|
13
16
|
@function spacing($key) {
|
|
14
|
-
@return map
|
|
17
|
+
@return map.get($spacings, $key);
|
|
15
18
|
}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
@use '
|
|
2
|
-
|
|
3
|
-
@import '../abstracts/functions';
|
|
4
|
-
@import '../abstracts/variables';
|
|
5
|
-
|
|
6
|
-
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@700&family=Roboto:wght@400;500;700&display=swap');
|
|
1
|
+
@use '../abstracts/functions' as *;
|
|
7
2
|
|
|
8
3
|
.text-xxs,
|
|
9
4
|
text-xxs-semibold {
|
|
@@ -182,7 +177,3 @@ p,
|
|
|
182
177
|
color: color(link);
|
|
183
178
|
text-decoration-line: underline;
|
|
184
179
|
}
|
|
185
|
-
|
|
186
|
-
$ads-typography: mat.m2-define-typography-config(
|
|
187
|
-
$font-family: 'Roboto, Helvetica Neue, sans-serif',
|
|
188
|
-
);
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
|
|
1
|
+
@forward 'abstracts/functions';
|
|
2
|
+
@forward 'abstracts/mixins';
|
|
3
|
+
@forward 'abstracts/variables';
|
|
4
|
+
@forward 'base/reset';
|
|
5
|
+
@forward 'base/typography';
|
|
6
|
+
@forward 'overrides/angular-material';
|
|
7
|
+
@forward 'themes/ads-palette';
|
|
8
|
+
@forward 'base/utilities';
|
|
9
|
+
|
|
10
|
+
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@700&family=Roboto:wght@400;500;700&display=swap');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
1
|
+
@forward 'angular-material/html';
|
|
2
|
+
@forward 'angular-material/dropdown';
|
|
3
|
+
@forward 'angular-material/snackbar';
|
|
4
|
+
@forward 'angular-material/datetimepicker';
|
|
5
|
+
@forward 'angular-material/tooltip';
|
|
6
|
+
@forward 'angular-material/search-dropdown-modal';
|
|
7
|
+
@forward 'angular-material/mat-list';
|