@odx/angular 2.16.1 → 3.0.0
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/CHANGELOG.md +6 -0
- package/breakpoints/lib/directives/match-breakpoints.directive.d.ts +1 -1
- package/cdk/active-indicator/lib/active-indicator.directive.d.ts +1 -1
- package/cdk/autocomplete-control/lib/autocomplete-control.d.ts +2 -3
- package/cdk/checkbox-control/lib/checkbox-control.directive.d.ts +2 -3
- package/cdk/connected-overlay/lib/connected-overlay.component.d.ts +3 -3
- package/cdk/custom-form-control/lib/custom-form-control.d.ts +2 -2
- package/cdk/dynamic-view/lib/dynamic-view.component.d.ts +1 -1
- package/cdk/dynamic-view/lib/dynamic-view.directive.d.ts +1 -1
- package/cdk/expandable/lib/directives/expandable-item.directive.d.ts +2 -3
- package/cdk/expandable/lib/directives/extandable-container.directive.d.ts +2 -3
- package/cdk/option-control/lib/option-control.d.ts +1 -1
- package/cdk/radio-group-control/lib/radio-control.directive.d.ts +1 -1
- package/components/accordion/lib/components/accordion-item/accordion-item.component.d.ts +1 -1
- package/components/action-group/action-group.component.d.ts +2 -3
- package/components/area-header/area-header.component.d.ts +1 -1
- package/components/avatar/lib/avatar.component.d.ts +1 -1
- package/components/badge/lib/badge.component.d.ts +2 -3
- package/components/badge/lib/badge.directive.d.ts +4 -3
- package/components/bar/lib/directives/bar-button.directive.d.ts +1 -1
- package/components/button/lib/button.component.d.ts +1 -1
- package/components/button/lib/directives/responsive-button.directive.d.ts +1 -1
- package/components/button-group/lib/button-group.component.d.ts +5 -6
- package/components/calendar/lib/calendar.component.d.ts +1 -1
- package/components/calendar/lib/components/calendar-header/calendar-header.component.d.ts +1 -1
- package/components/calendar/lib/directives/calendar-cell.directive.d.ts +1 -1
- package/components/calendar/lib/directives/calendar-view.directive.d.ts +1 -1
- package/components/card/lib/card.component.d.ts +1 -1
- package/components/checkbox/lib/checkbox.component.d.ts +3 -4
- package/components/chip/lib/components/chip/chip.component.d.ts +2 -3
- package/components/circular-progress/lib/circular-progress.component.d.ts +4 -6
- package/components/datepicker/lib/datepicker.component.d.ts +1 -1
- package/components/dropdown/lib/dropdown.component.d.ts +3 -2
- package/components/dropdown/lib/dropdown.directive.d.ts +4 -4
- package/components/form-field/lib/components/form-field-info/form-field-info.component.d.ts +1 -1
- package/components/form-field/lib/directives/form-field-error.directive.d.ts +1 -1
- package/components/form-field/lib/form-field.component.d.ts +3 -3
- package/components/icon/lib/icon.component.d.ts +2 -3
- package/components/inline-message/lib/inline-message.component.d.ts +1 -1
- package/components/list/lib/components/expandable-list-item/expandable-list-item.component.d.ts +2 -4
- package/components/list/lib/components/list-item/list-item.component.d.ts +3 -4
- package/components/list/lib/list.component.d.ts +2 -2
- package/components/loading-spinner/lib/loading-spinner.component.d.ts +1 -1
- package/components/loading-spinner/lib/loading-spinner.directive.d.ts +6 -7
- package/components/logo/logo.directive.d.ts +1 -1
- package/components/main-menu/lib/directives/main-menu-item.directive.d.ts +2 -3
- package/components/main-menu/lib/main-menu.component.d.ts +2 -3
- package/components/menu/lib/menu.component.d.ts +2 -3
- package/components/menu/lib/menu.directive.d.ts +1 -1
- package/components/modal/lib/components/basic-modal/basic-modal.component.d.ts +2 -1
- package/components/modal/lib/components/modal-hero/modal-hero.component.d.ts +1 -1
- package/components/modal/lib/directives/modal-close.directive.d.ts +1 -1
- package/components/modal/lib/modal.component.d.ts +3 -3
- package/components/modal/lib/modal.directive.d.ts +1 -1
- package/components/paginator/lib/paginator.component.d.ts +1 -1
- package/components/progress/lib/progress.component.d.ts +3 -4
- package/components/radio-group/lib/radio-group.component.d.ts +1 -1
- package/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.d.ts +2 -3
- package/components/rail-navigation/lib/rail-navigation.component.d.ts +2 -3
- package/components/select/lib/components/select-option/select-option.component.d.ts +2 -3
- package/components/select/lib/directives/select-input-control.directive.d.ts +1 -1
- package/components/select/lib/select.component.d.ts +2 -3
- package/components/spinbox/lib/spinbox.component.d.ts +4 -5
- package/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.d.ts +2 -3
- package/components/tab-bar/lib/tab-bar.component.d.ts +3 -4
- package/components/table/lib/components/check-cell/check-cell.component.d.ts +2 -1
- package/components/table/lib/components/header-title/header-title.component.d.ts +1 -1
- package/components/table/lib/table.component.d.ts +1 -1
- package/components/toast/lib/components/toast-container/toast-container.component.d.ts +2 -3
- package/components/toast/lib/components/toast-item/toast-item.component.d.ts +1 -1
- package/components/tooltip/lib/tooltip.component.d.ts +3 -3
- package/components/tooltip/lib/tooltip.directive.d.ts +3 -4
- package/components/wizard/lib/components/wizard-step/wizard-step.component.d.ts +1 -1
- package/components/wizard/lib/wizard.component.d.ts +5 -5
- package/esm2022/breakpoints/lib/breakpoints.module.mjs +17 -0
- package/esm2022/breakpoints/lib/breakpoints.service.mjs +34 -0
- package/esm2022/breakpoints/lib/directives/match-breakpoints.directive.mjs +47 -0
- package/esm2022/cdk/a11y/lib/a11y.module.mjs +19 -0
- package/esm2022/cdk/a11y/lib/directives/interactive.directive.mjs +48 -0
- package/esm2022/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +26 -0
- package/esm2022/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +40 -0
- package/esm2022/cdk/active-indicator/lib/active-indicator.directive.mjs +127 -0
- package/esm2022/cdk/autocomplete-control/lib/autocomplete-control.mjs +85 -0
- package/esm2022/cdk/autocomplete-control/lib/pipes/base-search-filter-pipe.mjs +47 -0
- package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +46 -0
- package/esm2022/cdk/connected-overlay/lib/connected-overlay.component.mjs +120 -0
- package/esm2022/cdk/connected-overlay/lib/connected-overlay.service.mjs +25 -0
- package/esm2022/cdk/custom-form-control/lib/control.directive.mjs +19 -0
- package/esm2022/cdk/custom-form-control/lib/custom-form-control.mjs +114 -0
- package/esm2022/cdk/custom-form-control/lib/input-control.directive.mjs +35 -0
- package/esm2022/cdk/dynamic-view/lib/dynamic-view.component.mjs +43 -0
- package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +94 -0
- package/esm2022/cdk/dynamic-view/lib/dynamic-view.service.mjs +45 -0
- package/esm2022/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +35 -0
- package/esm2022/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +27 -0
- package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +47 -0
- package/esm2022/cdk/expandable/lib/directives/extandable-container.directive.mjs +50 -0
- package/esm2022/cdk/expandable/lib/expandable.module.mjs +17 -0
- package/esm2022/cdk/option-control/lib/option-control.mjs +47 -0
- package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +39 -0
- package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +47 -0
- package/esm2022/cdk/radio-group-control/lib/radio-group-control.module.mjs +19 -0
- package/esm2022/charts-config/lib/charts-theme.directive.mjs +27 -0
- package/esm2022/charts-config/lib/charts-theme.module.mjs +33 -0
- package/esm2022/charts-config/lib/charts-theme.service.mjs +114 -0
- package/esm2022/components/accordion/lib/accordion.component.mjs +24 -0
- package/esm2022/components/accordion/lib/accordion.module.mjs +20 -0
- package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +56 -0
- package/esm2022/components/accordion/lib/directives/accordion-item-title.mjs +14 -0
- package/esm2022/components/action-group/action-group.component.mjs +28 -0
- package/esm2022/components/area-header/area-header.component.mjs +29 -0
- package/esm2022/components/area-header/area-header.module.mjs +47 -0
- package/esm2022/components/area-header/directives/area-header-content.directive.mjs +17 -0
- package/esm2022/components/area-header/directives/area-header-subtitle.directive.mjs +17 -0
- package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +169 -0
- package/esm2022/components/autocomplete/lib/autocomplete.module.mjs +21 -0
- package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +32 -0
- package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +31 -0
- package/esm2022/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +16 -0
- package/esm2022/components/avatar/lib/avatar.component.mjs +35 -0
- package/esm2022/components/badge/lib/badge.component.mjs +46 -0
- package/esm2022/components/badge/lib/badge.directive.mjs +81 -0
- package/esm2022/components/bar/lib/bar.component.mjs +20 -0
- package/esm2022/components/bar/lib/bar.module.mjs +20 -0
- package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +37 -0
- package/esm2022/components/bar/lib/directives/bar-label.directive.mjs +23 -0
- package/esm2022/components/breadcrumbs/lib/breadcrumbs.component.mjs +49 -0
- package/esm2022/components/button/lib/button.component.mjs +40 -0
- package/esm2022/components/button/lib/directives/responsive-button.directive.mjs +24 -0
- package/esm2022/components/button-group/lib/button-group.component.mjs +52 -0
- package/esm2022/components/calendar/lib/calendar.component.mjs +49 -0
- package/esm2022/components/calendar/lib/calendar.service.mjs +36 -0
- package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +64 -0
- package/esm2022/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +58 -0
- package/esm2022/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +56 -0
- package/esm2022/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +65 -0
- package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +92 -0
- package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +49 -0
- package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +25 -0
- package/esm2022/components/calendar/lib/services/calendar-month.service.mjs +38 -0
- package/esm2022/components/calendar/lib/services/calendar-year.service.mjs +33 -0
- package/esm2022/components/calendar/lib/services/calendar-years.service.mjs +36 -0
- package/esm2022/components/card/lib/card.component.mjs +72 -0
- package/esm2022/components/card/lib/card.module.mjs +51 -0
- package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +13 -0
- package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +13 -0
- package/esm2022/components/card/lib/directives/card-content.directive.mjs +17 -0
- package/esm2022/components/card/lib/directives/card-title.directive.mjs +17 -0
- package/esm2022/components/checkbox/lib/checkbox.component.mjs +59 -0
- package/esm2022/components/checkbox/lib/checkbox.module.mjs +19 -0
- package/esm2022/components/checkbox/lib/checkbox.validator.mjs +28 -0
- package/esm2022/components/chip/lib/components/chip/chip.component.mjs +49 -0
- package/esm2022/components/chip/lib/components/chip-list/chip-list.component.mjs +20 -0
- package/esm2022/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +20 -0
- package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +90 -0
- package/esm2022/components/content-box/lib/content-box.component.mjs +13 -0
- package/esm2022/components/content-box/lib/content-box.module.mjs +19 -0
- package/esm2022/components/content-box/lib/directives/content-box-footer.directive.mjs +17 -0
- package/esm2022/components/content-box/lib/directives/content-box-header.directive.mjs +17 -0
- package/esm2022/components/datepicker/lib/datepicker.component.mjs +121 -0
- package/esm2022/components/datepicker/lib/datepicker.module.mjs +19 -0
- package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +59 -0
- package/esm2022/components/dropdown/lib/dropdown.component.mjs +39 -0
- package/esm2022/components/dropdown/lib/dropdown.directive.mjs +151 -0
- package/esm2022/components/dropdown/lib/dropdown.module.mjs +18 -0
- package/esm2022/components/dropdown/lib/models/close-dropdown-event.mjs +7 -0
- package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +24 -0
- package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +33 -0
- package/esm2022/components/form-field/lib/directives/form-field-control.directive.mjs +74 -0
- package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +25 -0
- package/esm2022/components/form-field/lib/directives/form-field-hint.directive.mjs +23 -0
- package/esm2022/components/form-field/lib/directives/form-field-label.directive.mjs +23 -0
- package/esm2022/components/form-field/lib/directives/form.directive.mjs +27 -0
- package/esm2022/components/form-field/lib/form-field.component.mjs +64 -0
- package/esm2022/components/form-field/lib/form-field.module.mjs +41 -0
- package/esm2022/components/form-field/lib/form-field.service.mjs +53 -0
- package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +56 -0
- package/esm2022/components/header/lib/directives/header-avatar.directive.mjs +24 -0
- package/esm2022/components/header/lib/directives/header-title.directive.mjs +17 -0
- package/esm2022/components/header/lib/header.component.mjs +21 -0
- package/esm2022/components/header/lib/header.module.mjs +51 -0
- package/esm2022/components/icon/lib/icon.component.mjs +55 -0
- package/esm2022/components/inline-message/lib/inline-message.component.mjs +41 -0
- package/esm2022/components/link/link.directive.mjs +26 -0
- package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +47 -0
- package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +38 -0
- package/esm2022/components/list/lib/list.component.mjs +26 -0
- package/esm2022/components/list/lib/list.module.mjs +19 -0
- package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +57 -0
- package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +86 -0
- package/esm2022/components/loading-spinner/lib/loading-spinner.module.mjs +19 -0
- package/esm2022/components/logo/logo.directive.mjs +45 -0
- package/esm2022/components/main-menu/lib/directives/main-menu-button.directive.mjs +31 -0
- package/esm2022/components/main-menu/lib/directives/main-menu-close.directive.mjs +24 -0
- package/esm2022/components/main-menu/lib/directives/main-menu-item.directive.mjs +38 -0
- package/esm2022/components/main-menu/lib/main-menu.component.mjs +77 -0
- package/esm2022/components/main-menu/lib/main-menu.module.mjs +20 -0
- package/esm2022/components/main-menu/lib/main-menu.service.mjs +28 -0
- package/esm2022/components/mainfilter-group/lib/mainfilter-group.component.mjs +20 -0
- package/esm2022/components/menu/lib/directives/menu-item.directive.mjs +36 -0
- package/esm2022/components/menu/lib/menu.component.mjs +44 -0
- package/esm2022/components/menu/lib/menu.directive.mjs +57 -0
- package/esm2022/components/menu/lib/menu.module.mjs +21 -0
- package/esm2022/components/modal/lib/components/basic-modal/basic-modal.component.mjs +40 -0
- package/esm2022/components/modal/lib/components/modal-footer/modal-footer.component.mjs +20 -0
- package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +39 -0
- package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +41 -0
- package/esm2022/components/modal/lib/directives/modal-close.directive.mjs +34 -0
- package/esm2022/components/modal/lib/directives/modal-content.directive.mjs +23 -0
- package/esm2022/components/modal/lib/directives/modal-dismiss.directive.mjs +24 -0
- package/esm2022/components/modal/lib/modal.component.mjs +85 -0
- package/esm2022/components/modal/lib/modal.directive.mjs +51 -0
- package/esm2022/components/modal/lib/modal.module.mjs +49 -0
- package/esm2022/components/modal/lib/modal.service.mjs +76 -0
- package/esm2022/components/navigation-back/lib/navigation-back.component.mjs +21 -0
- package/esm2022/components/paginator/lib/paginator.component.mjs +138 -0
- package/esm2022/components/paginator/lib/paginator.module.mjs +17 -0
- package/esm2022/components/progress/lib/progress.component.mjs +49 -0
- package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +39 -0
- package/esm2022/components/radio-group/lib/radio-group.component.mjs +48 -0
- package/esm2022/components/radio-group/lib/radio-group.module.mjs +19 -0
- package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +37 -0
- package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +50 -0
- package/esm2022/components/rail-navigation/lib/rail-navigation.module.mjs +19 -0
- package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +45 -0
- package/esm2022/components/rich-list/lib/directives/rich-list-item-title.mjs +14 -0
- package/esm2022/components/rich-list/lib/rich-list.component.mjs +25 -0
- package/esm2022/components/rich-list/lib/rich-list.module.mjs +20 -0
- package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +67 -0
- package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +34 -0
- package/esm2022/components/select/lib/pipes/select-search-filter.pipe.mjs +16 -0
- package/esm2022/components/select/lib/select.component.mjs +201 -0
- package/esm2022/components/select/lib/select.module.mjs +21 -0
- package/esm2022/components/slider/lib/slider.directive.mjs +41 -0
- package/esm2022/components/spinbox/lib/spinbox.component.mjs +80 -0
- package/esm2022/components/switch/lib/switch.component.mjs +22 -0
- package/esm2022/components/switch/lib/switch.module.mjs +19 -0
- package/esm2022/components/switch/lib/switch.validator.mjs +28 -0
- package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +74 -0
- package/esm2022/components/tab-bar/lib/tab-bar.component.mjs +115 -0
- package/esm2022/components/tab-bar/lib/tab-bar.module.mjs +19 -0
- package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +31 -0
- package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +83 -0
- package/esm2022/components/table/lib/directives/table-cell.directive.mjs +26 -0
- package/esm2022/components/table/lib/directives/table-row.directive.mjs +27 -0
- package/esm2022/components/table/lib/table.component.mjs +86 -0
- package/esm2022/components/table/lib/table.module.mjs +21 -0
- package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +81 -0
- package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +74 -0
- package/esm2022/components/toast/lib/toast.module.mjs +18 -0
- package/esm2022/components/toast/lib/toast.service.mjs +38 -0
- package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +31 -0
- package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +61 -0
- package/esm2022/components/toggle-button-group/lib/toggle-button-group.module.mjs +19 -0
- package/esm2022/components/tooltip/lib/tooltip.component.mjs +38 -0
- package/esm2022/components/tooltip/lib/tooltip.directive.mjs +119 -0
- package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +72 -0
- package/esm2022/components/wizard/lib/wizard.component.mjs +153 -0
- package/esm2022/components/wizard/lib/wizard.module.mjs +19 -0
- package/esm2022/internal/decorators/css-modifier.mjs +49 -0
- package/esm2022/internal/helpers/index.mjs +6 -0
- package/esm2022/internal/translate/lib/pipes/translate.pipe.mjs +22 -0
- package/esm2022/internal/translate/lib/services/language.service.mjs +21 -0
- package/esm2022/lib/controllers/controller.mjs +39 -0
- package/esm2022/lib/controllers/disabled.controller.mjs +67 -0
- package/esm2022/lib/controllers/readonly.controller.mjs +77 -0
- package/esm2022/lib/core.module.mjs +21 -0
- package/esm2022/lib/directives/click-outside.directive.mjs +72 -0
- package/esm2022/lib/directives/delegate-focus.directive.mjs +40 -0
- package/esm2022/lib/directives/with-disabled-state.directive.mjs +41 -0
- package/esm2022/lib/directives/with-tabindex.directive.mjs +23 -0
- package/esm2022/lib/services/window-ref.mjs +73 -0
- package/esm2022/theming/lib/theming.service.mjs +57 -0
- package/esm2022/utils/lib/decorators/index.mjs +2 -0
- package/esm2022/utils/lib/helpers/angular.mjs +36 -0
- package/esm2022/utils/lib/helpers/coercion.mjs +6 -0
- package/esm2022/utils/lib/helpers/event-manager.mjs +30 -0
- package/esm2022/utils/lib/helpers/index.mjs +19 -0
- package/esm2022/utils/lib/helpers/ng-changes.mjs +14 -0
- package/esm2022/utils/lib/helpers/until-destroyed.mjs +7 -0
- package/fesm2022/odx-angular-breakpoints.mjs +116 -0
- package/fesm2022/odx-angular-breakpoints.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-a11y.mjs +127 -0
- package/fesm2022/odx-angular-cdk-a11y.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-active-indicator.mjs +143 -0
- package/fesm2022/odx-angular-cdk-active-indicator.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-autocomplete-control.mjs +136 -0
- package/fesm2022/odx-angular-cdk-autocomplete-control.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-checkbox-control.mjs +53 -0
- package/fesm2022/odx-angular-cdk-checkbox-control.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-connected-overlay.mjs +222 -0
- package/fesm2022/odx-angular-cdk-connected-overlay.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-custom-form-control.mjs +168 -0
- package/fesm2022/odx-angular-cdk-custom-form-control.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-dynamic-view.mjs +318 -0
- package/fesm2022/odx-angular-cdk-dynamic-view.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-event-plugins.mjs +91 -0
- package/fesm2022/odx-angular-cdk-event-plugins.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-expandable.mjs +116 -0
- package/fesm2022/odx-angular-cdk-expandable.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-option-control.mjs +54 -0
- package/fesm2022/odx-angular-cdk-option-control.mjs.map +1 -0
- package/fesm2022/odx-angular-cdk-radio-group-control.mjs +102 -0
- package/fesm2022/odx-angular-cdk-radio-group-control.mjs.map +1 -0
- package/fesm2022/odx-angular-charts-config.mjs +171 -0
- package/fesm2022/odx-angular-charts-config.mjs.map +1 -0
- package/fesm2022/odx-angular-components-accordion.mjs +107 -0
- package/fesm2022/odx-angular-components-accordion.mjs.map +1 -0
- package/fesm2022/odx-angular-components-action-group.mjs +35 -0
- package/fesm2022/odx-angular-components-action-group.mjs.map +1 -0
- package/fesm2022/odx-angular-components-area-header.mjs +115 -0
- package/fesm2022/odx-angular-components-area-header.mjs.map +1 -0
- package/fesm2022/odx-angular-components-autocomplete.mjs +253 -0
- package/fesm2022/odx-angular-components-autocomplete.mjs.map +1 -0
- package/fesm2022/odx-angular-components-avatar.mjs +52 -0
- package/fesm2022/odx-angular-components-avatar.mjs.map +1 -0
- package/fesm2022/odx-angular-components-badge.mjs +132 -0
- package/fesm2022/odx-angular-components-badge.mjs.map +1 -0
- package/fesm2022/odx-angular-components-bar.mjs +95 -0
- package/fesm2022/odx-angular-components-bar.mjs.map +1 -0
- package/fesm2022/odx-angular-components-breadcrumbs.mjs +56 -0
- package/fesm2022/odx-angular-components-breadcrumbs.mjs.map +1 -0
- package/fesm2022/odx-angular-components-button-group.mjs +59 -0
- package/fesm2022/odx-angular-components-button-group.mjs.map +1 -0
- package/fesm2022/odx-angular-components-button.mjs +83 -0
- package/fesm2022/odx-angular-components-button.mjs.map +1 -0
- package/fesm2022/odx-angular-components-calendar.mjs +616 -0
- package/fesm2022/odx-angular-components-calendar.mjs.map +1 -0
- package/fesm2022/odx-angular-components-card.mjs +177 -0
- package/fesm2022/odx-angular-components-card.mjs.map +1 -0
- package/fesm2022/odx-angular-components-checkbox.mjs +106 -0
- package/fesm2022/odx-angular-components-checkbox.mjs.map +1 -0
- package/fesm2022/odx-angular-components-chip.mjs +97 -0
- package/fesm2022/odx-angular-components-chip.mjs.map +1 -0
- package/fesm2022/odx-angular-components-circular-progress.mjs +103 -0
- package/fesm2022/odx-angular-components-circular-progress.mjs.map +1 -0
- package/fesm2022/odx-angular-components-content-box.mjs +64 -0
- package/fesm2022/odx-angular-components-content-box.mjs.map +1 -0
- package/fesm2022/odx-angular-components-datepicker.mjs +254 -0
- package/fesm2022/odx-angular-components-datepicker.mjs.map +1 -0
- package/fesm2022/odx-angular-components-dropdown.mjs +222 -0
- package/fesm2022/odx-angular-components-dropdown.mjs.map +1 -0
- package/fesm2022/odx-angular-components-form-field.mjs +395 -0
- package/fesm2022/odx-angular-components-form-field.mjs.map +1 -0
- package/fesm2022/odx-angular-components-header.mjs +111 -0
- package/fesm2022/odx-angular-components-header.mjs.map +1 -0
- package/fesm2022/odx-angular-components-icon.mjs +72 -0
- package/fesm2022/odx-angular-components-icon.mjs.map +1 -0
- package/fesm2022/odx-angular-components-inline-message.mjs +54 -0
- package/fesm2022/odx-angular-components-inline-message.mjs.map +1 -0
- package/fesm2022/odx-angular-components-link.mjs +33 -0
- package/fesm2022/odx-angular-components-link.mjs.map +1 -0
- package/fesm2022/odx-angular-components-list.mjs +120 -0
- package/fesm2022/odx-angular-components-list.mjs.map +1 -0
- package/fesm2022/odx-angular-components-loading-spinner.mjs +158 -0
- package/fesm2022/odx-angular-components-loading-spinner.mjs.map +1 -0
- package/fesm2022/odx-angular-components-logo.mjs +62 -0
- package/fesm2022/odx-angular-components-logo.mjs.map +1 -0
- package/fesm2022/odx-angular-components-main-menu.mjs +230 -0
- package/fesm2022/odx-angular-components-main-menu.mjs.map +1 -0
- package/fesm2022/odx-angular-components-mainfilter-group.mjs +27 -0
- package/fesm2022/odx-angular-components-mainfilter-group.mjs.map +1 -0
- package/fesm2022/odx-angular-components-menu.mjs +146 -0
- package/fesm2022/odx-angular-components-menu.mjs.map +1 -0
- package/fesm2022/odx-angular-components-modal.mjs +495 -0
- package/fesm2022/odx-angular-components-modal.mjs.map +1 -0
- package/fesm2022/odx-angular-components-navigation-back.mjs +28 -0
- package/fesm2022/odx-angular-components-navigation-back.mjs.map +1 -0
- package/fesm2022/odx-angular-components-paginator.mjs +177 -0
- package/fesm2022/odx-angular-components-paginator.mjs.map +1 -0
- package/fesm2022/odx-angular-components-progress.mjs +56 -0
- package/fesm2022/odx-angular-components-progress.mjs.map +1 -0
- package/fesm2022/odx-angular-components-radio-group.mjs +101 -0
- package/fesm2022/odx-angular-components-radio-group.mjs.map +1 -0
- package/fesm2022/odx-angular-components-rail-navigation.mjs +106 -0
- package/fesm2022/odx-angular-components-rail-navigation.mjs.map +1 -0
- package/fesm2022/odx-angular-components-rich-list.mjs +97 -0
- package/fesm2022/odx-angular-components-rich-list.mjs.map +1 -0
- package/fesm2022/odx-angular-components-select.mjs +323 -0
- package/fesm2022/odx-angular-components-select.mjs.map +1 -0
- package/fesm2022/odx-angular-components-slider.mjs +48 -0
- package/fesm2022/odx-angular-components-slider.mjs.map +1 -0
- package/fesm2022/odx-angular-components-spinbox.mjs +87 -0
- package/fesm2022/odx-angular-components-spinbox.mjs.map +1 -0
- package/fesm2022/odx-angular-components-switch.mjs +69 -0
- package/fesm2022/odx-angular-components-switch.mjs.map +1 -0
- package/fesm2022/odx-angular-components-tab-bar.mjs +201 -0
- package/fesm2022/odx-angular-components-tab-bar.mjs.map +1 -0
- package/fesm2022/odx-angular-components-table.mjs +259 -0
- package/fesm2022/odx-angular-components-table.mjs.map +1 -0
- package/fesm2022/odx-angular-components-toast.mjs +209 -0
- package/fesm2022/odx-angular-components-toast.mjs.map +1 -0
- package/fesm2022/odx-angular-components-toggle-button-group.mjs +105 -0
- package/fesm2022/odx-angular-components-toggle-button-group.mjs.map +1 -0
- package/fesm2022/odx-angular-components-tooltip.mjs +180 -0
- package/fesm2022/odx-angular-components-tooltip.mjs.map +1 -0
- package/fesm2022/odx-angular-components-wizard.mjs +238 -0
- package/fesm2022/odx-angular-components-wizard.mjs.map +1 -0
- package/fesm2022/odx-angular-internal-translate.mjs +78 -0
- package/fesm2022/odx-angular-internal-translate.mjs.map +1 -0
- package/fesm2022/odx-angular-internal.mjs +122 -0
- package/fesm2022/odx-angular-internal.mjs.map +1 -0
- package/fesm2022/odx-angular-theming.mjs +111 -0
- package/fesm2022/odx-angular-theming.mjs.map +1 -0
- package/fesm2022/odx-angular-utils.mjs +398 -0
- package/fesm2022/odx-angular-utils.mjs.map +1 -0
- package/fesm2022/odx-angular.mjs +458 -0
- package/fesm2022/odx-angular.mjs.map +1 -0
- package/internal/helpers/index.d.ts +0 -1
- package/lib/controllers/disabled.controller.d.ts +3 -4
- package/lib/controllers/readonly.controller.d.ts +3 -4
- package/lib/directives/click-outside.directive.d.ts +3 -2
- package/package.json +236 -374
- package/sdk/lib/application-environment.d.ts +1 -1
- package/utils/lib/decorators/index.d.ts +0 -1
- package/utils/lib/helpers/angular.d.ts +1 -2
- package/utils/lib/helpers/coercion.d.ts +2 -0
- package/utils/lib/helpers/index.d.ts +1 -0
- package/esm2020/breakpoints/lib/breakpoints.module.mjs +0 -17
- package/esm2020/breakpoints/lib/breakpoints.service.mjs +0 -34
- package/esm2020/breakpoints/lib/directives/match-breakpoints.directive.mjs +0 -48
- package/esm2020/cdk/a11y/lib/a11y.module.mjs +0 -19
- package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +0 -49
- package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +0 -26
- package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +0 -40
- package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +0 -128
- package/esm2020/cdk/autocomplete-control/lib/autocomplete-control.mjs +0 -90
- package/esm2020/cdk/autocomplete-control/lib/pipes/base-search-filter-pipe.mjs +0 -47
- package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +0 -45
- package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +0 -121
- package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +0 -25
- package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +0 -19
- package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +0 -118
- package/esm2020/cdk/custom-form-control/lib/input-control.directive.mjs +0 -35
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +0 -43
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +0 -94
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +0 -45
- package/esm2020/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +0 -36
- package/esm2020/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +0 -27
- package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +0 -47
- package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +0 -56
- package/esm2020/cdk/expandable/lib/expandable.module.mjs +0 -17
- package/esm2020/cdk/option-control/lib/option-control.mjs +0 -47
- package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +0 -39
- package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +0 -47
- package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +0 -19
- package/esm2020/charts-config/lib/charts-theme.directive.mjs +0 -27
- package/esm2020/charts-config/lib/charts-theme.module.mjs +0 -33
- package/esm2020/charts-config/lib/charts-theme.service.mjs +0 -114
- package/esm2020/components/accordion/lib/accordion.component.mjs +0 -24
- package/esm2020/components/accordion/lib/accordion.module.mjs +0 -20
- package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +0 -57
- package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +0 -14
- package/esm2020/components/action-group/action-group.component.mjs +0 -30
- package/esm2020/components/area-header/area-header.component.mjs +0 -30
- package/esm2020/components/area-header/area-header.module.mjs +0 -47
- package/esm2020/components/area-header/directives/area-header-content.directive.mjs +0 -17
- package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +0 -17
- package/esm2020/components/autocomplete/lib/autocomplete.component.mjs +0 -169
- package/esm2020/components/autocomplete/lib/autocomplete.module.mjs +0 -21
- package/esm2020/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +0 -33
- package/esm2020/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +0 -32
- package/esm2020/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +0 -16
- package/esm2020/components/avatar/lib/avatar.component.mjs +0 -36
- package/esm2020/components/badge/lib/badge.component.mjs +0 -48
- package/esm2020/components/badge/lib/badge.directive.mjs +0 -81
- package/esm2020/components/bar/lib/bar.component.mjs +0 -21
- package/esm2020/components/bar/lib/bar.module.mjs +0 -20
- package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +0 -38
- package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +0 -24
- package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +0 -50
- package/esm2020/components/button/lib/button.component.mjs +0 -41
- package/esm2020/components/button/lib/directives/responsive-button.directive.mjs +0 -24
- package/esm2020/components/button-group/lib/button-group.component.mjs +0 -54
- package/esm2020/components/calendar/lib/calendar.component.mjs +0 -50
- package/esm2020/components/calendar/lib/calendar.service.mjs +0 -36
- package/esm2020/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +0 -65
- package/esm2020/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +0 -59
- package/esm2020/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +0 -57
- package/esm2020/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +0 -66
- package/esm2020/components/calendar/lib/directives/calendar-cell.directive.mjs +0 -93
- package/esm2020/components/calendar/lib/directives/calendar-view.directive.mjs +0 -49
- package/esm2020/components/calendar/lib/pipes/date-label.pipe.mjs +0 -25
- package/esm2020/components/calendar/lib/services/calendar-month.service.mjs +0 -38
- package/esm2020/components/calendar/lib/services/calendar-year.service.mjs +0 -33
- package/esm2020/components/calendar/lib/services/calendar-years.service.mjs +0 -36
- package/esm2020/components/card/lib/card.component.mjs +0 -73
- package/esm2020/components/card/lib/card.module.mjs +0 -53
- package/esm2020/components/card/lib/components/card-footer/card-footer.component.mjs +0 -13
- package/esm2020/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +0 -13
- package/esm2020/components/card/lib/directives/card-content.directive.mjs +0 -17
- package/esm2020/components/card/lib/directives/card-title.directive.mjs +0 -17
- package/esm2020/components/checkbox/lib/checkbox.component.mjs +0 -60
- package/esm2020/components/checkbox/lib/checkbox.module.mjs +0 -19
- package/esm2020/components/checkbox/lib/checkbox.validator.mjs +0 -28
- package/esm2020/components/chip/lib/components/chip/chip.component.mjs +0 -54
- package/esm2020/components/chip/lib/components/chip-list/chip-list.component.mjs +0 -21
- package/esm2020/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +0 -21
- package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +0 -100
- package/esm2020/components/content-box/lib/content-box.component.mjs +0 -13
- package/esm2020/components/content-box/lib/content-box.module.mjs +0 -19
- package/esm2020/components/content-box/lib/directives/content-box-footer.directive.mjs +0 -17
- package/esm2020/components/content-box/lib/directives/content-box-header.directive.mjs +0 -17
- package/esm2020/components/datepicker/lib/datepicker.component.mjs +0 -122
- package/esm2020/components/datepicker/lib/datepicker.module.mjs +0 -19
- package/esm2020/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +0 -60
- package/esm2020/components/dropdown/lib/dropdown.component.mjs +0 -40
- package/esm2020/components/dropdown/lib/dropdown.directive.mjs +0 -165
- package/esm2020/components/dropdown/lib/dropdown.module.mjs +0 -18
- package/esm2020/components/dropdown/lib/models/close-dropdown-event.mjs +0 -7
- package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +0 -24
- package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +0 -34
- package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +0 -75
- package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +0 -25
- package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +0 -23
- package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +0 -24
- package/esm2020/components/form-field/lib/directives/form.directive.mjs +0 -28
- package/esm2020/components/form-field/lib/form-field.component.mjs +0 -65
- package/esm2020/components/form-field/lib/form-field.module.mjs +0 -41
- package/esm2020/components/form-field/lib/form-field.service.mjs +0 -53
- package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +0 -56
- package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +0 -24
- package/esm2020/components/header/lib/directives/header-title.directive.mjs +0 -17
- package/esm2020/components/header/lib/header.component.mjs +0 -22
- package/esm2020/components/header/lib/header.module.mjs +0 -52
- package/esm2020/components/icon/lib/icon.component.mjs +0 -57
- package/esm2020/components/inline-message/lib/inline-message.component.mjs +0 -42
- package/esm2020/components/link/link.directive.mjs +0 -27
- package/esm2020/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +0 -49
- package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +0 -40
- package/esm2020/components/list/lib/list.component.mjs +0 -32
- package/esm2020/components/list/lib/list.module.mjs +0 -19
- package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +0 -58
- package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +0 -98
- package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +0 -19
- package/esm2020/components/logo/logo.directive.mjs +0 -46
- package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +0 -32
- package/esm2020/components/main-menu/lib/directives/main-menu-close.directive.mjs +0 -24
- package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +0 -43
- package/esm2020/components/main-menu/lib/main-menu.component.mjs +0 -77
- package/esm2020/components/main-menu/lib/main-menu.module.mjs +0 -20
- package/esm2020/components/main-menu/lib/main-menu.service.mjs +0 -28
- package/esm2020/components/mainfilter-group/lib/mainfilter-group.component.mjs +0 -21
- package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +0 -37
- package/esm2020/components/menu/lib/menu.component.mjs +0 -46
- package/esm2020/components/menu/lib/menu.directive.mjs +0 -58
- package/esm2020/components/menu/lib/menu.module.mjs +0 -21
- package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +0 -40
- package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +0 -21
- package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +0 -40
- package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +0 -42
- package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +0 -34
- package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +0 -24
- package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +0 -24
- package/esm2020/components/modal/lib/modal.component.mjs +0 -86
- package/esm2020/components/modal/lib/modal.directive.mjs +0 -51
- package/esm2020/components/modal/lib/modal.module.mjs +0 -50
- package/esm2020/components/modal/lib/modal.service.mjs +0 -76
- package/esm2020/components/navigation-back/lib/navigation-back.component.mjs +0 -22
- package/esm2020/components/paginator/lib/paginator.component.mjs +0 -139
- package/esm2020/components/paginator/lib/paginator.module.mjs +0 -17
- package/esm2020/components/progress/lib/progress.component.mjs +0 -51
- package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +0 -40
- package/esm2020/components/radio-group/lib/radio-group.component.mjs +0 -48
- package/esm2020/components/radio-group/lib/radio-group.module.mjs +0 -19
- package/esm2020/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +0 -41
- package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +0 -55
- package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +0 -19
- package/esm2020/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +0 -46
- package/esm2020/components/rich-list/lib/directives/rich-list-item-title.mjs +0 -14
- package/esm2020/components/rich-list/lib/rich-list.component.mjs +0 -25
- package/esm2020/components/rich-list/lib/rich-list.module.mjs +0 -20
- package/esm2020/components/select/lib/components/select-option/select-option.component.mjs +0 -73
- package/esm2020/components/select/lib/directives/select-input-control.directive.mjs +0 -35
- package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +0 -16
- package/esm2020/components/select/lib/select.component.mjs +0 -202
- package/esm2020/components/select/lib/select.module.mjs +0 -21
- package/esm2020/components/slider/lib/slider.directive.mjs +0 -42
- package/esm2020/components/spinbox/lib/spinbox.component.mjs +0 -91
- package/esm2020/components/switch/lib/switch.component.mjs +0 -23
- package/esm2020/components/switch/lib/switch.module.mjs +0 -19
- package/esm2020/components/switch/lib/switch.validator.mjs +0 -28
- package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +0 -79
- package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +0 -115
- package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +0 -19
- package/esm2020/components/table/lib/components/check-cell/check-cell.component.mjs +0 -29
- package/esm2020/components/table/lib/components/header-title/header-title.component.mjs +0 -83
- package/esm2020/components/table/lib/directives/table-cell.directive.mjs +0 -27
- package/esm2020/components/table/lib/directives/table-row.directive.mjs +0 -28
- package/esm2020/components/table/lib/table.component.mjs +0 -86
- package/esm2020/components/table/lib/table.module.mjs +0 -21
- package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +0 -85
- package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +0 -75
- package/esm2020/components/toast/lib/toast.module.mjs +0 -18
- package/esm2020/components/toast/lib/toast.service.mjs +0 -38
- package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +0 -32
- package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +0 -61
- package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +0 -19
- package/esm2020/components/tooltip/lib/tooltip.component.mjs +0 -39
- package/esm2020/components/tooltip/lib/tooltip.directive.mjs +0 -129
- package/esm2020/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +0 -73
- package/esm2020/components/wizard/lib/wizard.component.mjs +0 -155
- package/esm2020/components/wizard/lib/wizard.module.mjs +0 -19
- package/esm2020/internal/decorators/css-modifier.mjs +0 -49
- package/esm2020/internal/helpers/index.mjs +0 -7
- package/esm2020/internal/helpers/with-mutiple-descriptors.mjs +0 -46
- package/esm2020/internal/translate/lib/pipes/translate.pipe.mjs +0 -22
- package/esm2020/internal/translate/lib/services/language.service.mjs +0 -21
- package/esm2020/lib/controllers/controller.mjs +0 -39
- package/esm2020/lib/controllers/disabled.controller.mjs +0 -67
- package/esm2020/lib/controllers/readonly.controller.mjs +0 -78
- package/esm2020/lib/core.module.mjs +0 -21
- package/esm2020/lib/directives/click-outside.directive.mjs +0 -71
- package/esm2020/lib/directives/delegate-focus.directive.mjs +0 -40
- package/esm2020/lib/directives/with-disabled-state.directive.mjs +0 -41
- package/esm2020/lib/directives/with-tabindex.directive.mjs +0 -23
- package/esm2020/lib/services/window-ref.mjs +0 -73
- package/esm2020/theming/lib/theming.service.mjs +0 -57
- package/esm2020/utils/lib/decorators/index.mjs +0 -3
- package/esm2020/utils/lib/decorators/transform.mjs +0 -14
- package/esm2020/utils/lib/helpers/angular.mjs +0 -39
- package/esm2020/utils/lib/helpers/event-manager.mjs +0 -30
- package/esm2020/utils/lib/helpers/index.mjs +0 -18
- package/esm2020/utils/lib/helpers/ng-changes.mjs +0 -14
- package/esm2020/utils/lib/helpers/until-destroyed.mjs +0 -13
- package/fesm2015/odx-angular-animations.mjs +0 -63
- package/fesm2015/odx-angular-animations.mjs.map +0 -1
- package/fesm2015/odx-angular-breakpoints.mjs +0 -111
- package/fesm2015/odx-angular-breakpoints.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-a11y.mjs +0 -131
- package/fesm2015/odx-angular-cdk-a11y.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-active-indicator.mjs +0 -145
- package/fesm2015/odx-angular-cdk-active-indicator.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-autocomplete-control.mjs +0 -146
- package/fesm2015/odx-angular-cdk-autocomplete-control.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-checkbox-control.mjs +0 -52
- package/fesm2015/odx-angular-cdk-checkbox-control.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-connected-overlay.mjs +0 -228
- package/fesm2015/odx-angular-cdk-connected-overlay.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-custom-form-control.mjs +0 -178
- package/fesm2015/odx-angular-cdk-custom-form-control.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-dynamic-view.mjs +0 -326
- package/fesm2015/odx-angular-cdk-dynamic-view.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-event-plugins.mjs +0 -92
- package/fesm2015/odx-angular-cdk-event-plugins.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-expandable.mjs +0 -121
- package/fesm2015/odx-angular-cdk-expandable.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-option-control.mjs +0 -55
- package/fesm2015/odx-angular-cdk-option-control.mjs.map +0 -1
- package/fesm2015/odx-angular-cdk-radio-group-control.mjs +0 -102
- package/fesm2015/odx-angular-cdk-radio-group-control.mjs.map +0 -1
- package/fesm2015/odx-angular-charts-config.mjs +0 -171
- package/fesm2015/odx-angular-charts-config.mjs.map +0 -1
- package/fesm2015/odx-angular-components-accordion.mjs +0 -107
- package/fesm2015/odx-angular-components-accordion.mjs.map +0 -1
- package/fesm2015/odx-angular-components-action-group.mjs +0 -36
- package/fesm2015/odx-angular-components-action-group.mjs.map +0 -1
- package/fesm2015/odx-angular-components-area-header.mjs +0 -115
- package/fesm2015/odx-angular-components-area-header.mjs.map +0 -1
- package/fesm2015/odx-angular-components-autocomplete.mjs +0 -259
- package/fesm2015/odx-angular-components-autocomplete.mjs.map +0 -1
- package/fesm2015/odx-angular-components-avatar.mjs +0 -52
- package/fesm2015/odx-angular-components-avatar.mjs.map +0 -1
- package/fesm2015/odx-angular-components-badge.mjs +0 -134
- package/fesm2015/odx-angular-components-badge.mjs.map +0 -1
- package/fesm2015/odx-angular-components-bar.mjs +0 -95
- package/fesm2015/odx-angular-components-bar.mjs.map +0 -1
- package/fesm2015/odx-angular-components-breadcrumbs.mjs +0 -56
- package/fesm2015/odx-angular-components-breadcrumbs.mjs.map +0 -1
- package/fesm2015/odx-angular-components-button-group.mjs +0 -60
- package/fesm2015/odx-angular-components-button-group.mjs.map +0 -1
- package/fesm2015/odx-angular-components-button.mjs +0 -83
- package/fesm2015/odx-angular-components-button.mjs.map +0 -1
- package/fesm2015/odx-angular-components-calendar.mjs +0 -617
- package/fesm2015/odx-angular-components-calendar.mjs.map +0 -1
- package/fesm2015/odx-angular-components-card.mjs +0 -180
- package/fesm2015/odx-angular-components-card.mjs.map +0 -1
- package/fesm2015/odx-angular-components-checkbox.mjs +0 -106
- package/fesm2015/odx-angular-components-checkbox.mjs.map +0 -1
- package/fesm2015/odx-angular-components-chip.mjs +0 -101
- package/fesm2015/odx-angular-components-chip.mjs.map +0 -1
- package/fesm2015/odx-angular-components-circular-progress.mjs +0 -112
- package/fesm2015/odx-angular-components-circular-progress.mjs.map +0 -1
- package/fesm2015/odx-angular-components-content-box.mjs +0 -64
- package/fesm2015/odx-angular-components-content-box.mjs.map +0 -1
- package/fesm2015/odx-angular-components-datepicker.mjs +0 -256
- package/fesm2015/odx-angular-components-datepicker.mjs.map +0 -1
- package/fesm2015/odx-angular-components-dropdown.mjs +0 -232
- package/fesm2015/odx-angular-components-dropdown.mjs.map +0 -1
- package/fesm2015/odx-angular-components-form-field.mjs +0 -399
- package/fesm2015/odx-angular-components-form-field.mjs.map +0 -1
- package/fesm2015/odx-angular-components-header.mjs +0 -112
- package/fesm2015/odx-angular-components-header.mjs.map +0 -1
- package/fesm2015/odx-angular-components-icon.mjs +0 -73
- package/fesm2015/odx-angular-components-icon.mjs.map +0 -1
- package/fesm2015/odx-angular-components-inline-message.mjs +0 -54
- package/fesm2015/odx-angular-components-inline-message.mjs.map +0 -1
- package/fesm2015/odx-angular-components-link.mjs +0 -33
- package/fesm2015/odx-angular-components-link.mjs.map +0 -1
- package/fesm2015/odx-angular-components-list.mjs +0 -126
- package/fesm2015/odx-angular-components-list.mjs.map +0 -1
- package/fesm2015/odx-angular-components-loading-spinner.mjs +0 -171
- package/fesm2015/odx-angular-components-loading-spinner.mjs.map +0 -1
- package/fesm2015/odx-angular-components-logo.mjs +0 -62
- package/fesm2015/odx-angular-components-logo.mjs.map +0 -1
- package/fesm2015/odx-angular-components-main-menu.mjs +0 -233
- package/fesm2015/odx-angular-components-main-menu.mjs.map +0 -1
- package/fesm2015/odx-angular-components-mainfilter-group.mjs +0 -27
- package/fesm2015/odx-angular-components-mainfilter-group.mjs.map +0 -1
- package/fesm2015/odx-angular-components-menu.mjs +0 -145
- package/fesm2015/odx-angular-components-menu.mjs.map +0 -1
- package/fesm2015/odx-angular-components-modal.mjs +0 -496
- package/fesm2015/odx-angular-components-modal.mjs.map +0 -1
- package/fesm2015/odx-angular-components-navigation-back.mjs +0 -28
- package/fesm2015/odx-angular-components-navigation-back.mjs.map +0 -1
- package/fesm2015/odx-angular-components-paginator.mjs +0 -180
- package/fesm2015/odx-angular-components-paginator.mjs.map +0 -1
- package/fesm2015/odx-angular-components-progress.mjs +0 -57
- package/fesm2015/odx-angular-components-progress.mjs.map +0 -1
- package/fesm2015/odx-angular-components-radio-group.mjs +0 -101
- package/fesm2015/odx-angular-components-radio-group.mjs.map +0 -1
- package/fesm2015/odx-angular-components-rail-navigation.mjs +0 -112
- package/fesm2015/odx-angular-components-rail-navigation.mjs.map +0 -1
- package/fesm2015/odx-angular-components-rich-list.mjs +0 -96
- package/fesm2015/odx-angular-components-rich-list.mjs.map +0 -1
- package/fesm2015/odx-angular-components-select.mjs +0 -329
- package/fesm2015/odx-angular-components-select.mjs.map +0 -1
- package/fesm2015/odx-angular-components-slider.mjs +0 -48
- package/fesm2015/odx-angular-components-slider.mjs.map +0 -1
- package/fesm2015/odx-angular-components-spinbox.mjs +0 -100
- package/fesm2015/odx-angular-components-spinbox.mjs.map +0 -1
- package/fesm2015/odx-angular-components-switch.mjs +0 -69
- package/fesm2015/odx-angular-components-switch.mjs.map +0 -1
- package/fesm2015/odx-angular-components-tab-bar.mjs +0 -209
- package/fesm2015/odx-angular-components-tab-bar.mjs.map +0 -1
- package/fesm2015/odx-angular-components-table.mjs +0 -261
- package/fesm2015/odx-angular-components-table.mjs.map +0 -1
- package/fesm2015/odx-angular-components-toast.mjs +0 -213
- package/fesm2015/odx-angular-components-toast.mjs.map +0 -1
- package/fesm2015/odx-angular-components-toggle-button-group.mjs +0 -107
- package/fesm2015/odx-angular-components-toggle-button-group.mjs.map +0 -1
- package/fesm2015/odx-angular-components-tooltip.mjs +0 -184
- package/fesm2015/odx-angular-components-tooltip.mjs.map +0 -1
- package/fesm2015/odx-angular-components-wizard.mjs +0 -242
- package/fesm2015/odx-angular-components-wizard.mjs.map +0 -1
- package/fesm2015/odx-angular-internal-translate.mjs +0 -82
- package/fesm2015/odx-angular-internal-translate.mjs.map +0 -1
- package/fesm2015/odx-angular-internal.mjs +0 -170
- package/fesm2015/odx-angular-internal.mjs.map +0 -1
- package/fesm2015/odx-angular-sdk.mjs +0 -45
- package/fesm2015/odx-angular-sdk.mjs.map +0 -1
- package/fesm2015/odx-angular-theming.mjs +0 -114
- package/fesm2015/odx-angular-theming.mjs.map +0 -1
- package/fesm2015/odx-angular-utils.mjs +0 -420
- package/fesm2015/odx-angular-utils.mjs.map +0 -1
- package/fesm2015/odx-angular.mjs +0 -464
- package/fesm2015/odx-angular.mjs.map +0 -1
- package/fesm2020/odx-angular-breakpoints.mjs +0 -117
- package/fesm2020/odx-angular-breakpoints.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-a11y.mjs +0 -127
- package/fesm2020/odx-angular-cdk-a11y.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-active-indicator.mjs +0 -143
- package/fesm2020/odx-angular-cdk-active-indicator.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-autocomplete-control.mjs +0 -140
- package/fesm2020/odx-angular-cdk-autocomplete-control.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-checkbox-control.mjs +0 -52
- package/fesm2020/odx-angular-cdk-checkbox-control.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-connected-overlay.mjs +0 -222
- package/fesm2020/odx-angular-cdk-connected-overlay.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-custom-form-control.mjs +0 -172
- package/fesm2020/odx-angular-cdk-custom-form-control.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-dynamic-view.mjs +0 -318
- package/fesm2020/odx-angular-cdk-dynamic-view.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-event-plugins.mjs +0 -92
- package/fesm2020/odx-angular-cdk-event-plugins.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-expandable.mjs +0 -120
- package/fesm2020/odx-angular-cdk-expandable.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-option-control.mjs +0 -54
- package/fesm2020/odx-angular-cdk-option-control.mjs.map +0 -1
- package/fesm2020/odx-angular-cdk-radio-group-control.mjs +0 -102
- package/fesm2020/odx-angular-cdk-radio-group-control.mjs.map +0 -1
- package/fesm2020/odx-angular-charts-config.mjs +0 -171
- package/fesm2020/odx-angular-charts-config.mjs.map +0 -1
- package/fesm2020/odx-angular-components-accordion.mjs +0 -106
- package/fesm2020/odx-angular-components-accordion.mjs.map +0 -1
- package/fesm2020/odx-angular-components-action-group.mjs +0 -36
- package/fesm2020/odx-angular-components-action-group.mjs.map +0 -1
- package/fesm2020/odx-angular-components-area-header.mjs +0 -115
- package/fesm2020/odx-angular-components-area-header.mjs.map +0 -1
- package/fesm2020/odx-angular-components-autocomplete.mjs +0 -252
- package/fesm2020/odx-angular-components-autocomplete.mjs.map +0 -1
- package/fesm2020/odx-angular-components-avatar.mjs +0 -52
- package/fesm2020/odx-angular-components-avatar.mjs.map +0 -1
- package/fesm2020/odx-angular-components-badge.mjs +0 -131
- package/fesm2020/odx-angular-components-badge.mjs.map +0 -1
- package/fesm2020/odx-angular-components-bar.mjs +0 -95
- package/fesm2020/odx-angular-components-bar.mjs.map +0 -1
- package/fesm2020/odx-angular-components-breadcrumbs.mjs +0 -56
- package/fesm2020/odx-angular-components-breadcrumbs.mjs.map +0 -1
- package/fesm2020/odx-angular-components-button-group.mjs +0 -60
- package/fesm2020/odx-angular-components-button-group.mjs.map +0 -1
- package/fesm2020/odx-angular-components-button.mjs +0 -83
- package/fesm2020/odx-angular-components-button.mjs.map +0 -1
- package/fesm2020/odx-angular-components-calendar.mjs +0 -616
- package/fesm2020/odx-angular-components-calendar.mjs.map +0 -1
- package/fesm2020/odx-angular-components-card.mjs +0 -179
- package/fesm2020/odx-angular-components-card.mjs.map +0 -1
- package/fesm2020/odx-angular-components-checkbox.mjs +0 -106
- package/fesm2020/odx-angular-components-checkbox.mjs.map +0 -1
- package/fesm2020/odx-angular-components-chip.mjs +0 -101
- package/fesm2020/odx-angular-components-chip.mjs.map +0 -1
- package/fesm2020/odx-angular-components-circular-progress.mjs +0 -112
- package/fesm2020/odx-angular-components-circular-progress.mjs.map +0 -1
- package/fesm2020/odx-angular-components-content-box.mjs +0 -64
- package/fesm2020/odx-angular-components-content-box.mjs.map +0 -1
- package/fesm2020/odx-angular-components-datepicker.mjs +0 -254
- package/fesm2020/odx-angular-components-datepicker.mjs.map +0 -1
- package/fesm2020/odx-angular-components-dropdown.mjs +0 -235
- package/fesm2020/odx-angular-components-dropdown.mjs.map +0 -1
- package/fesm2020/odx-angular-components-form-field.mjs +0 -395
- package/fesm2020/odx-angular-components-form-field.mjs.map +0 -1
- package/fesm2020/odx-angular-components-header.mjs +0 -112
- package/fesm2020/odx-angular-components-header.mjs.map +0 -1
- package/fesm2020/odx-angular-components-icon.mjs +0 -73
- package/fesm2020/odx-angular-components-icon.mjs.map +0 -1
- package/fesm2020/odx-angular-components-inline-message.mjs +0 -54
- package/fesm2020/odx-angular-components-inline-message.mjs.map +0 -1
- package/fesm2020/odx-angular-components-link.mjs +0 -33
- package/fesm2020/odx-angular-components-link.mjs.map +0 -1
- package/fesm2020/odx-angular-components-list.mjs +0 -125
- package/fesm2020/odx-angular-components-list.mjs.map +0 -1
- package/fesm2020/odx-angular-components-loading-spinner.mjs +0 -169
- package/fesm2020/odx-angular-components-loading-spinner.mjs.map +0 -1
- package/fesm2020/odx-angular-components-logo.mjs +0 -62
- package/fesm2020/odx-angular-components-logo.mjs.map +0 -1
- package/fesm2020/odx-angular-components-main-menu.mjs +0 -232
- package/fesm2020/odx-angular-components-main-menu.mjs.map +0 -1
- package/fesm2020/odx-angular-components-mainfilter-group.mjs +0 -27
- package/fesm2020/odx-angular-components-mainfilter-group.mjs.map +0 -1
- package/fesm2020/odx-angular-components-menu.mjs +0 -147
- package/fesm2020/odx-angular-components-menu.mjs.map +0 -1
- package/fesm2020/odx-angular-components-modal.mjs +0 -496
- package/fesm2020/odx-angular-components-modal.mjs.map +0 -1
- package/fesm2020/odx-angular-components-navigation-back.mjs +0 -28
- package/fesm2020/odx-angular-components-navigation-back.mjs.map +0 -1
- package/fesm2020/odx-angular-components-paginator.mjs +0 -177
- package/fesm2020/odx-angular-components-paginator.mjs.map +0 -1
- package/fesm2020/odx-angular-components-progress.mjs +0 -57
- package/fesm2020/odx-angular-components-progress.mjs.map +0 -1
- package/fesm2020/odx-angular-components-radio-group.mjs +0 -100
- package/fesm2020/odx-angular-components-radio-group.mjs.map +0 -1
- package/fesm2020/odx-angular-components-rail-navigation.mjs +0 -112
- package/fesm2020/odx-angular-components-rail-navigation.mjs.map +0 -1
- package/fesm2020/odx-angular-components-rich-list.mjs +0 -96
- package/fesm2020/odx-angular-components-rich-list.mjs.map +0 -1
- package/fesm2020/odx-angular-components-select.mjs +0 -326
- package/fesm2020/odx-angular-components-select.mjs.map +0 -1
- package/fesm2020/odx-angular-components-slider.mjs +0 -48
- package/fesm2020/odx-angular-components-slider.mjs.map +0 -1
- package/fesm2020/odx-angular-components-spinbox.mjs +0 -97
- package/fesm2020/odx-angular-components-spinbox.mjs.map +0 -1
- package/fesm2020/odx-angular-components-switch.mjs +0 -69
- package/fesm2020/odx-angular-components-switch.mjs.map +0 -1
- package/fesm2020/odx-angular-components-tab-bar.mjs +0 -203
- package/fesm2020/odx-angular-components-tab-bar.mjs.map +0 -1
- package/fesm2020/odx-angular-components-table.mjs +0 -256
- package/fesm2020/odx-angular-components-table.mjs.map +0 -1
- package/fesm2020/odx-angular-components-toast.mjs +0 -212
- package/fesm2020/odx-angular-components-toast.mjs.map +0 -1
- package/fesm2020/odx-angular-components-toggle-button-group.mjs +0 -104
- package/fesm2020/odx-angular-components-toggle-button-group.mjs.map +0 -1
- package/fesm2020/odx-angular-components-tooltip.mjs +0 -189
- package/fesm2020/odx-angular-components-tooltip.mjs.map +0 -1
- package/fesm2020/odx-angular-components-wizard.mjs +0 -239
- package/fesm2020/odx-angular-components-wizard.mjs.map +0 -1
- package/fesm2020/odx-angular-internal-translate.mjs +0 -78
- package/fesm2020/odx-angular-internal-translate.mjs.map +0 -1
- package/fesm2020/odx-angular-internal.mjs +0 -167
- package/fesm2020/odx-angular-internal.mjs.map +0 -1
- package/fesm2020/odx-angular-rxjs.mjs +0 -33
- package/fesm2020/odx-angular-rxjs.mjs.map +0 -1
- package/fesm2020/odx-angular-theming.mjs +0 -111
- package/fesm2020/odx-angular-theming.mjs.map +0 -1
- package/fesm2020/odx-angular-utils.mjs +0 -413
- package/fesm2020/odx-angular-utils.mjs.map +0 -1
- package/fesm2020/odx-angular.mjs +0 -457
- package/fesm2020/odx-angular.mjs.map +0 -1
- package/internal/helpers/with-mutiple-descriptors.d.ts +0 -9
- package/utils/lib/decorators/transform.d.ts +0 -3
- /package/{esm2020 → esm2022}/animations/index.mjs +0 -0
- /package/{esm2020 → esm2022}/animations/lib/config.mjs +0 -0
- /package/{esm2020 → esm2022}/animations/lib/expand.mjs +0 -0
- /package/{esm2020 → esm2022}/animations/lib/fade.mjs +0 -0
- /package/{esm2020 → esm2022}/animations/lib/slide.mjs +0 -0
- /package/{esm2020 → esm2022}/animations/lib/wait-for-child-animations.mjs +0 -0
- /package/{esm2020 → esm2022}/animations/odx-angular-animations.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/index.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/lib/breakpoints.config.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/lib/breakpoints.typings.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/lib/helpers/configure-breakpoint.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/lib/models/breakpoint.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/breakpoints/odx-angular-breakpoints.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/a11y/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/a11y/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/a11y/odx-angular-cdk-a11y.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/active-indicator/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/active-indicator/lib/models/active-indicator-direction.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/active-indicator/lib/models/active-indicator-position.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/active-indicator/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/active-indicator/odx-angular-cdk-active-indicator.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/autocomplete-control/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/autocomplete-control/lib/pipes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/autocomplete-control/odx-angular-cdk-autocomplete-control.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/checkbox-control/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/checkbox-control/odx-angular-cdk-checkbox-control.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/connected-overlay/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/helpers/compute-overlay-position.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/models/connected-overlay-options.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/models/connected-overlay-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/connected-overlay/odx-angular-cdk-connected-overlay.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/custom-form-control/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/custom-form-control/odx-angular-cdk-custom-form-control.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/facade/dynamic-content.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/facade/dynamic-view-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/facade/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/helpers/create-projectable-nodes.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/helpers/is-dynamic-text-content.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/helpers/is-dynamic-view.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/models/dynamic-component-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/models/dynamic-template-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/models/dynamic-view-options.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/tokens/dynamic-view-context.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/tokens/dynamic-view-default-host.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/tokens/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/dynamic-view/odx-angular-cdk-dynamic-view.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/event-plugins/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/event-plugins/lib/event-plugins.config.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/event-plugins/lib/models/event-plugin.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/event-plugins/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/event-plugins/lib/plugins/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/event-plugins/odx-angular-cdk-event-plugins.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/expandable/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/expandable/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/expandable/lib/expandable.tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/expandable/lib/facade/expandable-container.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/expandable/lib/facade/expandable-item.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/expandable/lib/facade/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/expandable/odx-angular-cdk-expandable.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/option-control/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/option-control/odx-angular-cdk-option-control.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/radio-group-control/index.mjs +0 -0
- /package/{esm2020 → esm2022}/cdk/radio-group-control/odx-angular-cdk-radio-group-control.mjs +0 -0
- /package/{esm2020 → esm2022}/charts-config/index.mjs +0 -0
- /package/{esm2020 → esm2022}/charts-config/odx-angular-charts-config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/accordion/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/accordion/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/accordion/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/accordion/odx-angular-components-accordion.mjs +0 -0
- /package/{esm2020 → esm2022}/components/action-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/action-group/odx-angular-components-action-group.mjs +0 -0
- /package/{esm2020 → esm2022}/components/area-header/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/area-header/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/area-header/models/area-header-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/area-header/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/area-header/odx-angular-components-area-header.mjs +0 -0
- /package/{esm2020 → esm2022}/components/autocomplete/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/autocomplete/lib/autocomplete.tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/components/autocomplete/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/autocomplete/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/autocomplete/lib/pipes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/autocomplete/odx-angular-components-autocomplete.mjs +0 -0
- /package/{esm2020 → esm2022}/components/avatar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/avatar/lib/models/avatar-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/avatar/lib/models/avatar-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/avatar/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/avatar/odx-angular-components-avatar.mjs +0 -0
- /package/{esm2020 → esm2022}/components/badge/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/badge/lib/models/badge-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/badge/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/badge/odx-angular-components-badge.mjs +0 -0
- /package/{esm2020 → esm2022}/components/bar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/bar/lib/models/bar-button-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/bar/odx-angular-components-bar.mjs +0 -0
- /package/{esm2020 → esm2022}/components/breadcrumbs/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/breadcrumbs/odx-angular-components-breadcrumbs.mjs +0 -0
- /package/{esm2020 → esm2022}/components/button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/button/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/button/lib/models/button-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/button/lib/models/button-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/button/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/button/odx-angular-components-button.mjs +0 -0
- /package/{esm2020 → esm2022}/components/button-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/button-group/odx-angular-components-button-group.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/calendar.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/components/calendar-header/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/components/calendar-month/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/components/calendar-year/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/components/calendar-years/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/models/calendar-view.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/models/date-filter.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/models/date-type.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/models/date-validator.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/pipes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/check-identical-date.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/get-A11y-label.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/is-date-disabled.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/parse-date.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/validate-max-date.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/validate-min-date.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/validate-next-date-set.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/lib/utils/validate-previous-date-set.mjs +0 -0
- /package/{esm2020 → esm2022}/components/calendar/odx-angular-components-calendar.mjs +0 -0
- /package/{esm2020 → esm2022}/components/card/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/card/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/card/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/card/lib/models/card-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/card/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/card/odx-angular-components-card.mjs +0 -0
- /package/{esm2020 → esm2022}/components/checkbox/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/checkbox/odx-angular-components-checkbox.mjs +0 -0
- /package/{esm2020 → esm2022}/components/chip/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/chip/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/chip/lib/models/chip-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/chip/lib/models/chip-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/chip/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/chip/odx-angular-components-chip.mjs +0 -0
- /package/{esm2020 → esm2022}/components/circular-progress/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/circular-progress/lib/models/circular-progress-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/circular-progress/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/circular-progress/odx-angular-components-circular-progress.mjs +0 -0
- /package/{esm2020 → esm2022}/components/content-box/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/content-box/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/content-box/odx-angular-components-content-box.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/lib/datepicker.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/lib/models/datepicker-input-date-order.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/lib/models/datepicker-input-pattern.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/lib/utils/get-datepicker-input-pattern.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/lib/utils/get-datepicker-input-value-as-date.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/lib/utils/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/datepicker/odx-angular-components-datepicker.mjs +0 -0
- /package/{esm2020 → esm2022}/components/dropdown/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/dropdown/lib/helpers/close-current-dropdown.mjs +0 -0
- /package/{esm2020 → esm2022}/components/dropdown/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/dropdown/lib/models/dropdown-options.mjs +0 -0
- /package/{esm2020 → esm2022}/components/dropdown/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/dropdown/odx-angular-components-dropdown.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/lib/form-field.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/lib/models/form-field-error-resolver.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/lib/models/form-field-error.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/lib/models/form-field-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/form-field/odx-angular-components-form-field.mjs +0 -0
- /package/{esm2020 → esm2022}/components/header/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/header/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/header/odx-angular-components-header.mjs +0 -0
- /package/{esm2020 → esm2022}/components/icon/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/icon/lib/icon.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/icon/lib/models/icon-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/icon/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/icon/odx-angular-components-icon.mjs +0 -0
- /package/{esm2020 → esm2022}/components/inline-message/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/inline-message/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/inline-message/lib/models/inline-message-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/inline-message/odx-angular-components-inline-message.mjs +0 -0
- /package/{esm2020 → esm2022}/components/link/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/link/odx-angular-components-link.mjs +0 -0
- /package/{esm2020 → esm2022}/components/list/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/list/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/list/odx-angular-components-list.mjs +0 -0
- /package/{esm2020 → esm2022}/components/loading-spinner/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/loading-spinner/odx-angular-components-loading-spinner.mjs +0 -0
- /package/{esm2020 → esm2022}/components/logo/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/logo/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/logo/models/logo-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/logo/models/logo-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/logo/odx-angular-components-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/lib/helpers/create-main-menu-links.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/lib/main-menu.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/lib/main-menu.i18n.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/lib/models/main-menu-link.mjs +0 -0
- /package/{esm2020 → esm2022}/components/main-menu/odx-angular-components-main-menu.mjs +0 -0
- /package/{esm2020 → esm2022}/components/mainfilter-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/mainfilter-group/odx-angular-components-mainfilter-group.mjs +0 -0
- /package/{esm2020 → esm2022}/components/menu/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/menu/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/menu/odx-angular-components-menu.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/helpers/inject-modal-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/helpers/provide-modal-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/modal.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/models/basic-modal-options.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/models/modal-hero-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/models/modal-options.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/models/modal-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/models/modal-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/models/modal-type.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/lib/models/modal-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/modal/odx-angular-components-modal.mjs +0 -0
- /package/{esm2020 → esm2022}/components/navigation-back/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/navigation-back/odx-angular-components-navigation-back.mjs +0 -0
- /package/{esm2020 → esm2022}/components/paginator/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/paginator/lib/interfaces/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/paginator/lib/interfaces/page-change.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/components/paginator/lib/models/get-range-content.model.mjs +0 -0
- /package/{esm2020 → esm2022}/components/paginator/lib/models/get-summary-content.model.mjs +0 -0
- /package/{esm2020 → esm2022}/components/paginator/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/paginator/lib/paginator.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/paginator/odx-angular-components-paginator.mjs +0 -0
- /package/{esm2020 → esm2022}/components/progress/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/progress/odx-angular-components-progress.mjs +0 -0
- /package/{esm2020 → esm2022}/components/radio-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/radio-group/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/radio-group/odx-angular-components-radio-group.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rail-navigation/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rail-navigation/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rail-navigation/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rail-navigation/lib/models/rail-navigation-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rail-navigation/odx-angular-components-rail-navigation.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rich-list/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rich-list/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rich-list/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/rich-list/odx-angular-components-rich-list.mjs +0 -0
- /package/{esm2020 → esm2022}/components/select/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/select/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/select/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/select/lib/pipes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/select/lib/select.tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/components/select/odx-angular-components-select.mjs +0 -0
- /package/{esm2020 → esm2022}/components/slider/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/slider/odx-angular-components-slider.mjs +0 -0
- /package/{esm2020 → esm2022}/components/spinbox/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/spinbox/odx-angular-components-spinbox.mjs +0 -0
- /package/{esm2020 → esm2022}/components/switch/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/switch/odx-angular-components-switch.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tab-bar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tab-bar/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tab-bar/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tab-bar/lib/models/tab-change-event.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tab-bar/lib/tab-bar.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tab-bar/odx-angular-components-tab-bar.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/models/body-cell.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/models/header-cell.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/models/sort-status.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/models/sort-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/models/table-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/lib/table.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/table/odx-angular-components-table.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/lib/models/toast-action.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/lib/models/toast-ref.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/lib/models/toast-variant.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/lib/models/toast.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/lib/models/toast.options.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/lib/toast.config.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toast/odx-angular-components-toast.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toggle-button-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toggle-button-group/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/toggle-button-group/odx-angular-components-toggle-button-group.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tooltip/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tooltip/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tooltip/lib/helpers/resolve-tooltip-trigger-events.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tooltip/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tooltip/lib/models/tooltip-options.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tooltip/lib/models/tooltip-size.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tooltip/lib/models/tooltip-trigger.mjs +0 -0
- /package/{esm2020 → esm2022}/components/tooltip/odx-angular-components-tooltip.mjs +0 -0
- /package/{esm2020 → esm2022}/components/wizard/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/wizard/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/components/wizard/odx-angular-components-wizard.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/decorators/css-component.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/decorators/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/helpers/camel-to-kebab-case.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/helpers/decorator-property-name.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/helpers/deepmerge.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/helpers/get-css-variables.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/helpers/get-enum-values.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/odx-angular-internal.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/lib/helpers/get-language-code.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/lib/models/translation.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/lib/pipes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/lib/translate.config.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/lib/translate.service.mjs +0 -0
- /package/{esm2020 → esm2022}/internal/translate/odx-angular-internal-translate.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/controllers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/environment.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tokens/identity-matcher.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tokens/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tokens/string-search-handler.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tokens/stringify.mjs +0 -0
- /package/{esm2020 → esm2022}/odx-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/rxjs/index.mjs +0 -0
- /package/{esm2020 → esm2022}/rxjs/lib/delay-until.mjs +0 -0
- /package/{esm2020 → esm2022}/rxjs/lib/form-query-list.mjs +0 -0
- /package/{esm2020 → esm2022}/rxjs/lib/from-element-resize.mjs +0 -0
- /package/{esm2020 → esm2022}/rxjs/lib/from-events.mjs +0 -0
- /package/{esm2020 → esm2022}/rxjs/odx-angular-rxjs.mjs +0 -0
- /package/{esm2020 → esm2022}/sdk/index.mjs +0 -0
- /package/{esm2020 → esm2022}/sdk/lib/application-environment.mjs +0 -0
- /package/{esm2020 → esm2022}/sdk/odx-angular-sdk.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/index.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/lib/helpers/prefers-dark-theme.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/lib/helpers/resolve-theme.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/lib/helpers/theme-storage.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/lib/models/theme.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/lib/theming.config.mjs +0 -0
- /package/{esm2020 → esm2022}/theming/odx-angular-theming.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/index.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/decorators/pure.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/array.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/build-url.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/build-website-url.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/debounce.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/defer-fn.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/dom.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/get-axis.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/get-opposite-side.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/get-side.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/get-unique-id.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/provide-config.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/queue.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/helpers/type-guards.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/types/axis.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/types/get-properties.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/types/index.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/types/position.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lib/types/side.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/odx-angular-utils.mjs +0 -0
- /package/{fesm2020 → fesm2022}/odx-angular-animations.mjs +0 -0
- /package/{fesm2020 → fesm2022}/odx-angular-animations.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/odx-angular-rxjs.mjs +0 -0
- /package/{fesm2015 → fesm2022}/odx-angular-rxjs.mjs.map +0 -0
- /package/{fesm2020 → fesm2022}/odx-angular-sdk.mjs +0 -0
- /package/{fesm2020 → fesm2022}/odx-angular-sdk.mjs.map +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"odx-angular-components-wizard.mjs","sources":["../../../../libs/angular/components/wizard/src/lib/components/wizard-step/wizard-step.component.ts","../../../../libs/angular/components/wizard/src/lib/components/wizard-step/wizard-step.component.html","../../../../libs/angular/components/wizard/src/lib/wizard.component.ts","../../../../libs/angular/components/wizard/src/lib/wizard.component.html","../../../../libs/angular/components/wizard/src/lib/wizard.module.ts","../../../../libs/angular/components/wizard/src/odx-angular-components-wizard.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, HostListener, Input, ViewEncapsulation } from '@angular/core';\nimport { WithDisabledState, WithTabIndex } from '@odx/angular';\nimport { IconComponent } from '@odx/angular/components/icon';\nimport { CSSComponent, CSSModifier } from '@odx/angular/internal';\nimport { injectElement } from '@odx/angular/utils';\nimport { Subject } from 'rxjs';\n\n@CSSComponent('wizard-step')\n@Component({\n selector: 'odx-wizard-step',\n templateUrl: './wizard-step.component.html',\n standalone: true,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n imports: [IconComponent],\n hostDirectives: [WithTabIndex, WithDisabledState],\n})\nexport class WizardStepComponent {\n public readonly element = injectElement();\n\n public readonly stepChosen$ = new Subject<WizardStepComponent>();\n\n @CSSModifier()\n public isLastTouched = false;\n\n @CSSModifier()\n public active = false;\n\n @CSSModifier()\n public passed = false;\n\n @CSSModifier()\n public visible = true;\n\n @CSSModifier()\n @Input()\n public valid = false;\n\n @CSSModifier()\n public touched = false;\n\n public setValid(state: boolean): void {\n this.valid = state;\n }\n\n @HostListener('click')\n @HostListener('keyup.enter')\n @HostListener('keyup.space')\n protected chooseStep(): void {\n this.stepChosen$.next(this);\n }\n}\n","<span class=\"odx-wizard-step__label\">\n <ng-content></ng-content>\n</span>\n\n<div class=\"odx-wizard-step__holder\">\n <span class=\"odx-wizard-step__line-before\"></span>\n <span class=\"odx-wizard-step__circle\">\n <odx-icon class=\"odx-wizard-step__icon\" name=\"check\" iconSet=\"core\"></odx-icon>\n </span>\n <span class=\"odx-wizard-step__line-after\"></span>\n</div>\n","import { BooleanInput, coerceBooleanProperty } from '@angular/cdk/coercion';\nimport {\n AfterViewInit,\n ChangeDetectionStrategy,\n Component,\n ContentChildren,\n EventEmitter,\n inject,\n Input,\n Output,\n QueryList,\n Renderer2,\n ViewEncapsulation,\n} from '@angular/core';\nimport { WindowRef } from '@odx/angular';\nimport { CSSComponent, CSSModifier } from '@odx/angular/internal';\nimport { injectElement, Transform, untilDestroyed } from '@odx/angular/utils';\nimport { debounceTime, fromEvent, merge, tap } from 'rxjs';\nimport { WizardStepComponent } from './components';\n\n@CSSComponent('wizard')\n@Component({\n selector: 'odx-wizard',\n templateUrl: './wizard.component.html',\n standalone: true,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class WizardComponent implements AfterViewInit {\n public static ngAcceptInputType_vertical: BooleanInput;\n\n @ContentChildren(WizardStepComponent)\n private readonly steps!: QueryList<WizardStepComponent>;\n private readonly destroyed = untilDestroyed();\n private readonly renderer = inject(Renderer2);\n\n private visibleStepsSegments = 0;\n private readonly dottedLineStart = this.renderer.createElement('div');\n private readonly dottedLineEnd = this.renderer.createElement('div');\n\n private readonly windowRef = inject(WindowRef);\n private activeStep = 0;\n\n public readonly element = injectElement();\n\n @CSSModifier()\n @Transform(coerceBooleanProperty)\n @Input()\n public vertical = false;\n\n @Output()\n public activeStepChanged: EventEmitter<number> = new EventEmitter();\n\n public ngAfterViewInit(): void {\n if (!this.steps) return;\n [this.dottedLineStart, this.dottedLineEnd].forEach((l) => this.renderer.addClass(l, 'odx-wizard-step__dotted-line'));\n this.visibleStepsSegments = this.calculateVisibleStepsSegments();\n this.setActiveStep();\n\n merge(fromEvent(this.windowRef.nativeWindow, 'resize'), this.steps.changes)\n .pipe(this.destroyed(), debounceTime(600))\n .subscribe(() => {\n this.visibleStepsSegments = this.calculateVisibleStepsSegments();\n this.setHiddenSteps();\n });\n this.clickStepSubscriber();\n }\n\n public nextStep(): void {\n this.activeStep < this.steps.length - 1 && this.changeStepHandler(this.steps.get(this.activeStep + 1) as WizardStepComponent);\n }\n\n public previousStep(): void {\n this.activeStep > 0 && this.changeStepHandler(this.steps.get(this.activeStep - 1) as WizardStepComponent);\n }\n\n public setActiveStepValid(): void {\n this.steps.get(this.activeStep)?.setValid(true);\n }\n\n private calculateVisibleStepsSegments(): number {\n const container = this.element.nativeElement;\n const { width, height } = container.getBoundingClientRect();\n const containerSize = this.vertical ? height : width;\n\n let visibleSteps = 0;\n let summaryStepsSize = 0;\n const prop = this.vertical ? 'flex-basis' : 'min-width';\n const minStepSize = parseInt(this.getStyleFromCSS(this.steps.first.element.nativeElement, prop));\n\n this.steps.forEach(() => {\n summaryStepsSize += minStepSize;\n if (summaryStepsSize < containerSize) visibleSteps++;\n });\n\n return visibleSteps;\n }\n\n private getStyleFromCSS(el: HTMLElement, prop: string): string {\n return this.windowRef.nativeWindow.getComputedStyle(el).getPropertyValue(prop);\n }\n\n private setActiveStep(): void {\n const touched: WizardStepComponent[] = [];\n this.steps.forEach((step, index) => {\n step.active = false;\n step.isLastTouched = false;\n if (this.activeStep === index) step.touched = true;\n step.touched && touched.push(step);\n this.activeStep === index && (step.active = true);\n step.passed = index <= this.activeStep;\n });\n const lastTouched = touched.pop();\n lastTouched && (lastTouched.isLastTouched = true);\n this.setHiddenSteps();\n }\n\n private clickStepSubscriber(): void {\n merge(...this.steps.map((step) => step.stepChosen$))\n .pipe(\n this.destroyed(),\n tap((step) => this.changeStepHandler(step))\n )\n .subscribe();\n }\n\n private changeStepHandler(step: WizardStepComponent): void {\n const index = this.steps.toArray().indexOf(step);\n const isPreviousStepValid = this.steps.get(index - 1)?.valid;\n const isFirstStepTarget = index === 0;\n\n if ((isPreviousStepValid || isFirstStepTarget) && index !== this.activeStep) {\n this.activeStep = index;\n this.activeStepChanged.emit(this.activeStep);\n this.setActiveStep();\n }\n }\n\n private setHiddenSteps() {\n const length = this.steps.length;\n\n [this.dottedLineStart, this.dottedLineEnd].forEach((l) => this.setDottedLineActive(l, true));\n\n this.renderer.insertBefore(this.element.nativeElement, this.dottedLineStart, this.steps.get(1)?.element.nativeElement);\n this.renderer.insertBefore(this.element.nativeElement, this.dottedLineEnd, this.steps.get(length - 1)?.element.nativeElement);\n const start = this.activeStep < length / 2;\n const stepsForHide = this.steps.toArray().slice(1, -1);\n const visibleStepsSegments = this.visibleStepsSegments - 2;\n stepsForHide.forEach((step, i) => {\n if (length > this.visibleStepsSegments) {\n step.visible = start\n ? i < visibleStepsSegments - 1 || this.isNeighbors(i, stepsForHide)\n : i > stepsForHide.length - (visibleStepsSegments - 1) || this.isNeighbors(i, stepsForHide);\n } else {\n step.visible = true;\n }\n });\n const filteredVisibleSteps = stepsForHide.filter((s) => s.visible);\n if (visibleStepsSegments - 1 < filteredVisibleSteps.length && length > this.visibleStepsSegments) {\n const overflowSize = filteredVisibleSteps.length - visibleStepsSegments + 1;\n const index = start ? overflowSize : filteredVisibleSteps.length - overflowSize - 1;\n\n filteredVisibleSteps.forEach((s, i) => {\n (start ? i <= index : i >= index) && !this.isNeighbors(i, filteredVisibleSteps) && (s.visible = false);\n });\n }\n\n this.steps.last.active && (stepsForHide[stepsForHide.length - 1].visible = true);\n this.steps.first.active && (stepsForHide[0].visible = true);\n\n !this.steps.get(1)?.visible && this.setDottedLineActive(this.dottedLineStart);\n !this.steps.get(length - 2)?.visible && this.setDottedLineActive(this.dottedLineEnd);\n }\n\n private isNeighbors(index: number, steps: WizardStepComponent[]): boolean {\n const activeStep = steps.indexOf(steps.find((s) => s.active) as WizardStepComponent);\n return activeStep !== -1 && (index === activeStep - 1 || index === activeStep + 1 || index === activeStep);\n }\n\n private setDottedLineActive(line: HTMLElement, unset?: boolean): void {\n unset ? this.renderer.removeClass(line, 'odx-wizard-step__dotted-line--active') : this.renderer.addClass(line, 'odx-wizard-step__dotted-line--active');\n }\n}\n","<ng-content select=\"odx-wizard-step\"></ng-content>\n","import { NgModule } from '@angular/core';\nimport { CoreModule } from '@odx/angular';\nimport { WizardStepComponent } from './components';\nimport { WizardComponent } from './wizard.component';\n\nconst modules = [WizardComponent, WizardStepComponent];\n\n@NgModule({\n imports: modules,\n exports: [CoreModule, ...modules],\n})\nexport class WizardModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, Injectable, InjectionToken, Pipe } from '@angular/core';
|
|
3
|
-
import { BehaviorSubject, distinctUntilChanged, shareReplay, map, filter } from 'rxjs';
|
|
4
|
-
|
|
5
|
-
class LanguageService {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.currentLanguageCode$$ = new BehaviorSubject(inject(ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE));
|
|
8
|
-
this.currentLanguageCode$ = this.currentLanguageCode$$.pipe(distinctUntilChanged(), shareReplay({ refCount: true }));
|
|
9
|
-
}
|
|
10
|
-
setLanguage(language) {
|
|
11
|
-
this.currentLanguageCode$$.next(getLanguageCode(language));
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
LanguageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LanguageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15
|
-
LanguageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LanguageService, providedIn: 'root' });
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LanguageService, decorators: [{
|
|
17
|
-
type: Injectable,
|
|
18
|
-
args: [{ providedIn: 'root' }]
|
|
19
|
-
}] });
|
|
20
|
-
|
|
21
|
-
class TranslateService {
|
|
22
|
-
constructor(translations) {
|
|
23
|
-
this.translations = translations;
|
|
24
|
-
this.defaultLanguageCode = inject(ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE);
|
|
25
|
-
this.languageService = inject(LanguageService);
|
|
26
|
-
this.currentTranslation$ = this.languageService.currentLanguageCode$.pipe(map((languageCode) => { var _a; return (_a = this.translations[languageCode]) !== null && _a !== void 0 ? _a : this.translations[this.defaultLanguageCode]; }), filter(Boolean), shareReplay({ refCount: true }));
|
|
27
|
-
}
|
|
28
|
-
translate(key, placeholder = {}) {
|
|
29
|
-
return this.currentTranslation$.pipe(map((translation) => {
|
|
30
|
-
var _a;
|
|
31
|
-
return Object.keys(placeholder)
|
|
32
|
-
.reduce((acc, cur) => {
|
|
33
|
-
const re = RegExp(`{{\\s*${cur}\\s*}}`, 'g');
|
|
34
|
-
return acc.replace(re, placeholder[cur]);
|
|
35
|
-
}, (_a = translation[key]) !== null && _a !== void 0 ? _a : '');
|
|
36
|
-
}));
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
const ODX_TRANSLATE_DEFAULT_LANGUAGE = 'en';
|
|
41
|
-
const ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE = new InjectionToken('@odx/angular/internal/translate::DefaultLanguageCode', {
|
|
42
|
-
providedIn: 'root',
|
|
43
|
-
factory: () => getLanguageCode(ODX_TRANSLATE_DEFAULT_LANGUAGE),
|
|
44
|
-
});
|
|
45
|
-
function provideTranslations(translations) {
|
|
46
|
-
return {
|
|
47
|
-
provide: TranslateService,
|
|
48
|
-
useFactory: () => new TranslateService(translations),
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
function getLanguageCode(language) {
|
|
53
|
-
var _a;
|
|
54
|
-
const [languageCode] = language.split(/-|_/);
|
|
55
|
-
return (_a = languageCode === null || languageCode === void 0 ? void 0 : languageCode.toLowerCase()) !== null && _a !== void 0 ? _a : ODX_TRANSLATE_DEFAULT_LANGUAGE;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
class TranslatePipe {
|
|
59
|
-
constructor() {
|
|
60
|
-
this.translateService = inject(TranslateService);
|
|
61
|
-
}
|
|
62
|
-
transform(key, placeholder = {}) {
|
|
63
|
-
return this.translateService.translate(key, placeholder);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
TranslatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TranslatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
67
|
-
TranslatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TranslatePipe, isStandalone: true, name: "odxTranslate" });
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TranslatePipe, decorators: [{
|
|
69
|
-
type: Pipe,
|
|
70
|
-
args: [{
|
|
71
|
-
standalone: true,
|
|
72
|
-
name: 'odxTranslate',
|
|
73
|
-
pure: true,
|
|
74
|
-
}]
|
|
75
|
-
}] });
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* Generated bundle index. Do not edit.
|
|
79
|
-
*/
|
|
80
|
-
|
|
81
|
-
export { LanguageService, ODX_TRANSLATE_DEFAULT_LANGUAGE, ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE, TranslatePipe, TranslateService, getLanguageCode, provideTranslations };
|
|
82
|
-
//# sourceMappingURL=odx-angular-internal-translate.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"odx-angular-internal-translate.mjs","sources":["../../../../libs/angular/internal/translate/src/lib/services/language.service.ts","../../../../libs/angular/internal/translate/src/lib/translate.service.ts","../../../../libs/angular/internal/translate/src/lib/translate.config.ts","../../../../libs/angular/internal/translate/src/lib/helpers/get-language-code.ts","../../../../libs/angular/internal/translate/src/lib/pipes/translate.pipe.ts","../../../../libs/angular/internal/translate/src/odx-angular-internal-translate.ts"],"sourcesContent":["import { inject, Injectable } from '@angular/core';\nimport { BehaviorSubject, distinctUntilChanged, shareReplay } from 'rxjs';\nimport { getLanguageCode } from '../helpers';\nimport { ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE } from '../translate.config';\n\n@Injectable({ providedIn: 'root' })\nexport class LanguageService {\n private readonly currentLanguageCode$$ = new BehaviorSubject(inject(ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE));\n\n public readonly currentLanguageCode$ = this.currentLanguageCode$$.pipe(distinctUntilChanged(), shareReplay({ refCount: true }));\n\n public setLanguage(language: string): void {\n this.currentLanguageCode$$.next(getLanguageCode(language));\n }\n}\n","import { inject } from '@angular/core';\nimport { filter, map, Observable, shareReplay } from 'rxjs';\nimport { Translations } from './models';\nimport { LanguageService } from './services';\nimport { ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE } from './translate.config';\n\nexport class TranslateService {\n private readonly defaultLanguageCode = inject(ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE);\n private readonly languageService = inject(LanguageService);\n\n public readonly currentTranslation$ = this.languageService.currentLanguageCode$.pipe(\n map((languageCode) => this.translations[languageCode] ?? this.translations[this.defaultLanguageCode]),\n filter(Boolean),\n shareReplay({ refCount: true }),\n );\n\n constructor(private readonly translations: Translations) {}\n\n public translate(key: string, placeholder: Record<string, string> = {}): Observable<string> {\n return this.currentTranslation$.pipe(map((translation) => Object.keys(placeholder)\n .reduce((acc, cur) => {\n const re = RegExp(`{{\\\\s*${cur}\\\\s*}}`, 'g')\n return acc.replace(re, placeholder[cur])\n }, translation[key] ?? '')));\n }\n}\n","import { InjectionToken } from '@angular/core';\nimport { getLanguageCode } from './helpers';\nimport { Translations } from './models';\nimport { TranslateService } from './translate.service';\n\nexport const ODX_TRANSLATE_DEFAULT_LANGUAGE = 'en';\nexport const ODX_TRANSLATE_DEFAULT_LANGUAGE_CODE = new InjectionToken<string>('@odx/angular/internal/translate::DefaultLanguageCode', {\n providedIn: 'root',\n factory: () => getLanguageCode(ODX_TRANSLATE_DEFAULT_LANGUAGE),\n});\n\nexport function provideTranslations(translations: Translations) {\n return {\n provide: TranslateService,\n useFactory: () => new TranslateService(translations),\n };\n}\n","import { ODX_TRANSLATE_DEFAULT_LANGUAGE } from '../translate.config';\n\nexport function getLanguageCode(language: string): string {\n const [languageCode] = language.split(/-|_/);\n\n return languageCode?.toLowerCase() ?? ODX_TRANSLATE_DEFAULT_LANGUAGE;\n}\n","import { inject, Pipe, PipeTransform } from '@angular/core';\nimport { Observable } from 'rxjs';\nimport { TranslateService } from '../translate.service';\n\n@Pipe({\n standalone: true,\n name: 'odxTranslate',\n pure: true,\n})\nexport class TranslatePipe implements PipeTransform {\n private readonly translateService = inject(TranslateService);\n\n public transform(key: string, placeholder: Record<string, string> = {}): Observable<string> {\n return this.translateService.translate(key, placeholder);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
import { deepmergeCustom } from 'deepmerge-ts';
|
|
2
|
-
|
|
3
|
-
/** @internal */
|
|
4
|
-
/* istanbul ignore next */
|
|
5
|
-
function camelToKebabCase(value) {
|
|
6
|
-
if (value !== value.toLowerCase()) {
|
|
7
|
-
return value.replace(/[A-Z]/g, (match, index) => {
|
|
8
|
-
const char = match.toLowerCase();
|
|
9
|
-
return index === 0 ? char : `-${char}`;
|
|
10
|
-
});
|
|
11
|
-
}
|
|
12
|
-
return value;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
function decoratorPropertyName(decoratorName, propertyName) {
|
|
16
|
-
return `__ODX_${decoratorName}_${propertyName}__`;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
const deepmerge = deepmergeCustom({
|
|
20
|
-
mergeArrays: false,
|
|
21
|
-
mergeSets: false,
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
/* istanbul ignore next */
|
|
25
|
-
function isSameDomain({ href }) {
|
|
26
|
-
return !href || href.startsWith(window.location.origin);
|
|
27
|
-
}
|
|
28
|
-
/** @internal */
|
|
29
|
-
/* istanbul ignore next */
|
|
30
|
-
function getCSSVariables(filter, selector = 'body') {
|
|
31
|
-
const stylesheets = Array.from(document.styleSheets).filter(isSameDomain);
|
|
32
|
-
return stylesheets.reduce((variables, { cssRules }) => {
|
|
33
|
-
const rules = Array.from(cssRules).filter(({ type }) => type === CSSRule.STYLE_RULE);
|
|
34
|
-
for (const { style, selectorText } of rules) {
|
|
35
|
-
for (const propName of Array.from(style)) {
|
|
36
|
-
const name = propName.trim();
|
|
37
|
-
if (!name.startsWith('--') || !filter.test(name) || (selector && selectorText !== selector))
|
|
38
|
-
continue;
|
|
39
|
-
variables.push({ name, value: style.getPropertyValue(propName).trim() });
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
return variables;
|
|
43
|
-
}, []);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/** @internal */
|
|
47
|
-
function getEnumValues(e) {
|
|
48
|
-
const keys = Object.keys(e);
|
|
49
|
-
return keys.filter((key) => e[key] !== undefined).map((key) => e[key]);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
53
|
-
/** @internal */
|
|
54
|
-
/* istanbul ignore next */
|
|
55
|
-
function ɵwithMultipleDescriptors(target, key, propertySymbol) {
|
|
56
|
-
var _a, _b;
|
|
57
|
-
const keyName = key.toString();
|
|
58
|
-
const settersProperty = decoratorPropertyName('MultipleDescriptors', `setters_${target.constructor.name}_${keyName}`);
|
|
59
|
-
const gettersProperty = decoratorPropertyName('MultipleDescriptors', `getters_${target.constructor.name}_${keyName}`);
|
|
60
|
-
const valueProperty = decoratorPropertyName('MultipleDescriptors', `value_${keyName}`);
|
|
61
|
-
const setters = ((_a = target[settersProperty]) !== null && _a !== void 0 ? _a : (target[settersProperty] = []));
|
|
62
|
-
const getters = ((_b = target[gettersProperty]) !== null && _b !== void 0 ? _b : (target[gettersProperty] = []));
|
|
63
|
-
return {
|
|
64
|
-
addSetter(fn) {
|
|
65
|
-
setters.push({ fn, propertySymbol });
|
|
66
|
-
},
|
|
67
|
-
addGetter(fn) {
|
|
68
|
-
getters.push({ fn });
|
|
69
|
-
},
|
|
70
|
-
init() {
|
|
71
|
-
Object.defineProperty(target, key, {
|
|
72
|
-
set(value) {
|
|
73
|
-
let currentValue = value;
|
|
74
|
-
for (const { fn, propertySymbol } of setters) {
|
|
75
|
-
fn.call(this, currentValue);
|
|
76
|
-
currentValue = this[propertySymbol];
|
|
77
|
-
}
|
|
78
|
-
this[valueProperty] = currentValue;
|
|
79
|
-
},
|
|
80
|
-
get() {
|
|
81
|
-
if (Array.isArray(getters)) {
|
|
82
|
-
let currentValue = this[valueProperty];
|
|
83
|
-
for (const { fn } of getters) {
|
|
84
|
-
currentValue = fn.call(this);
|
|
85
|
-
}
|
|
86
|
-
return currentValue;
|
|
87
|
-
}
|
|
88
|
-
else {
|
|
89
|
-
return this[valueProperty];
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
configurable: true,
|
|
93
|
-
});
|
|
94
|
-
},
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
const CSS_COMPONENT_NAME = decoratorPropertyName('CSSComponent', 'name');
|
|
99
|
-
/** @internal */
|
|
100
|
-
/* istanbul ignore next */
|
|
101
|
-
function CSSComponent(name, prefix = 'odx') {
|
|
102
|
-
return (target) => {
|
|
103
|
-
const cssClass = `${prefix}-${name}`;
|
|
104
|
-
Object.defineProperty(target.prototype, CSS_COMPONENT_NAME, {
|
|
105
|
-
value: cssClass,
|
|
106
|
-
});
|
|
107
|
-
(function (ngOnInit) {
|
|
108
|
-
target.prototype.ngOnInit = function () {
|
|
109
|
-
this.element.nativeElement.classList.add(cssClass);
|
|
110
|
-
ngOnInit === null || ngOnInit === void 0 ? void 0 : ngOnInit.call(this);
|
|
111
|
-
};
|
|
112
|
-
})(target.prototype.ngOnInit);
|
|
113
|
-
};
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
/** @internal */
|
|
117
|
-
/* istanbul ignore next */
|
|
118
|
-
function CSSModifier(options) {
|
|
119
|
-
return (target, propertyKey) => {
|
|
120
|
-
const propertyKeyName = propertyKey.toString();
|
|
121
|
-
const propertyKeyKebabCase = camelToKebabCase(propertyKeyName);
|
|
122
|
-
const propertySymbol = decoratorPropertyName('CSSModifier', propertyKeyName);
|
|
123
|
-
const propertyDefaultValue = decoratorPropertyName('CSSModifier', `${propertyKeyName}_default`);
|
|
124
|
-
const descriptors = ɵwithMultipleDescriptors(target, propertyKey, propertySymbol);
|
|
125
|
-
function createModifierClass(value) {
|
|
126
|
-
var _a;
|
|
127
|
-
if (typeof value === 'boolean' || (typeof value === 'string' && value.length > 0)) {
|
|
128
|
-
let modifier = typeof value === 'boolean' ? propertyKeyKebabCase : value;
|
|
129
|
-
if (options === null || options === void 0 ? void 0 : options.withPrefix) {
|
|
130
|
-
modifier = `${propertyKeyName}-${modifier}`;
|
|
131
|
-
}
|
|
132
|
-
if ((_a = options === null || options === void 0 ? void 0 : options.withComponentPrefix) !== null && _a !== void 0 ? _a : true) {
|
|
133
|
-
return `${this[CSS_COMPONENT_NAME]}--${modifier}`;
|
|
134
|
-
}
|
|
135
|
-
return modifier;
|
|
136
|
-
}
|
|
137
|
-
return null;
|
|
138
|
-
}
|
|
139
|
-
function getter() {
|
|
140
|
-
return this[propertySymbol];
|
|
141
|
-
}
|
|
142
|
-
function setter(value) {
|
|
143
|
-
var _a, _b, _c;
|
|
144
|
-
(_a = this[propertyDefaultValue]) !== null && _a !== void 0 ? _a : (this[propertyDefaultValue] = value);
|
|
145
|
-
const currentValue = (_b = this[propertySymbol]) !== null && _b !== void 0 ? _b : null;
|
|
146
|
-
const nextValue = (_c = value !== null && value !== void 0 ? value : this[propertyDefaultValue]) !== null && _c !== void 0 ? _c : null;
|
|
147
|
-
if (nextValue !== currentValue) {
|
|
148
|
-
const currentModifierClass = createModifierClass.call(this, currentValue);
|
|
149
|
-
if (currentModifierClass !== null) {
|
|
150
|
-
this.element.nativeElement.classList.remove(currentModifierClass);
|
|
151
|
-
}
|
|
152
|
-
const newModifierClass = createModifierClass.call(this, nextValue);
|
|
153
|
-
if (newModifierClass !== null && (typeof nextValue === 'boolean' ? nextValue : true)) {
|
|
154
|
-
this.element.nativeElement.classList.add(newModifierClass);
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
this[propertySymbol] = nextValue;
|
|
158
|
-
}
|
|
159
|
-
descriptors.addSetter(setter);
|
|
160
|
-
descriptors.addGetter(getter);
|
|
161
|
-
descriptors.init();
|
|
162
|
-
};
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* Generated bundle index. Do not edit.
|
|
167
|
-
*/
|
|
168
|
-
|
|
169
|
-
export { CSSComponent, CSSModifier, CSS_COMPONENT_NAME, camelToKebabCase, decoratorPropertyName, deepmerge, getCSSVariables, getEnumValues, ɵwithMultipleDescriptors };
|
|
170
|
-
//# sourceMappingURL=odx-angular-internal.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"odx-angular-internal.mjs","sources":["../../../../libs/angular/internal/src/helpers/camel-to-kebab-case.ts","../../../../libs/angular/internal/src/helpers/decorator-property-name.ts","../../../../libs/angular/internal/src/helpers/deepmerge.ts","../../../../libs/angular/internal/src/helpers/get-css-variables.ts","../../../../libs/angular/internal/src/helpers/get-enum-values.ts","../../../../libs/angular/internal/src/helpers/with-mutiple-descriptors.ts","../../../../libs/angular/internal/src/decorators/css-component.ts","../../../../libs/angular/internal/src/decorators/css-modifier.ts","../../../../libs/angular/internal/src/odx-angular-internal.ts"],"sourcesContent":["/** @internal */\n/* istanbul ignore next */\nexport function camelToKebabCase(value: string): string {\n if (value !== value.toLowerCase()) {\n return value.replace(/[A-Z]/g, (match, index) => {\n const char = match.toLowerCase();\n\n return index === 0 ? char : `-${char}`;\n });\n }\n return value;\n}\n","export function decoratorPropertyName<D extends string, T extends string>(decoratorName: D, propertyName: T): `__ODX_${D}_${T}__` {\n return `__ODX_${decoratorName}_${propertyName}__`;\n}\n","import { deepmergeCustom, DeepMergeLeafURI } from 'deepmerge-ts';\n\nexport const deepmerge = deepmergeCustom<{ DeepMergeArraysURI: DeepMergeLeafURI }>({\n mergeArrays: false,\n mergeSets: false,\n});\n","interface CSSVariableDefinition {\n name: string;\n value: string;\n}\n\n/* istanbul ignore next */\nfunction isSameDomain({ href }: StyleSheet): boolean {\n return !href || href.startsWith(window.location.origin);\n}\n\n/** @internal */\n/* istanbul ignore next */\nexport function getCSSVariables(filter: RegExp, selector = 'body'): CSSVariableDefinition[] {\n const stylesheets = Array.from(document.styleSheets).filter(isSameDomain);\n\n return stylesheets.reduce<CSSVariableDefinition[]>((variables, { cssRules }) => {\n const rules = Array.from(cssRules).filter(({ type }) => type === CSSRule.STYLE_RULE) as CSSStyleRule[];\n for (const { style, selectorText } of rules) {\n for (const propName of Array.from(style)) {\n const name = propName.trim();\n if (!name.startsWith('--') || !filter.test(name) || (selector && selectorText !== selector)) continue;\n variables.push({ name, value: style.getPropertyValue(propName).trim() });\n }\n }\n return variables;\n }, []);\n}\n","/** @internal */\nexport function getEnumValues<TEnum, TKeys extends string>(e: { [key in TKeys]: TEnum }): TEnum[] {\n const keys = Object.keys(e) as TKeys[];\n return keys.filter((key) => e[key] !== undefined).map((key) => e[key]);\n}\n","/* eslint-disable @typescript-eslint/no-explicit-any */\n\nimport { decoratorPropertyName } from './decorator-property-name';\n\n/** @internal */\ninterface DescriptiorManager {\n addGetter: (value: any) => void;\n addSetter: (value: any) => void;\n init: () => void;\n}\n\n/** @internal */\n/* istanbul ignore next */\nexport function ɵwithMultipleDescriptors(target: any, key: PropertyKey, propertySymbol: string): DescriptiorManager {\n const keyName = key.toString();\n const settersProperty = decoratorPropertyName('MultipleDescriptors', `setters_${target.constructor.name}_${keyName}`);\n const gettersProperty = decoratorPropertyName('MultipleDescriptors', `getters_${target.constructor.name}_${keyName}`);\n const valueProperty = decoratorPropertyName('MultipleDescriptors', `value_${keyName}`);\n const setters = (target[settersProperty] ??= []);\n const getters = (target[gettersProperty] ??= []);\n return {\n addSetter(fn: (this: any, value: any) => void) {\n setters.push({ fn, propertySymbol });\n },\n addGetter(fn: (this: any, value: any) => void) {\n getters.push({ fn });\n },\n init() {\n Object.defineProperty(target, key, {\n set(value) {\n let currentValue = value;\n for (const { fn, propertySymbol } of setters) {\n fn.call(this, currentValue);\n currentValue = this[propertySymbol];\n }\n this[valueProperty] = currentValue;\n },\n get() {\n if (Array.isArray(getters)) {\n let currentValue = this[valueProperty];\n for (const { fn } of getters) {\n currentValue = fn.call(this);\n }\n return currentValue;\n } else {\n return this[valueProperty];\n }\n },\n configurable: true,\n });\n },\n };\n}\n","import { ElementRef, Type } from '@angular/core';\nimport { decoratorPropertyName } from '../helpers';\n\nexport const CSS_COMPONENT_NAME = decoratorPropertyName('CSSComponent', 'name');\n\n/** @internal */\nexport interface CSSComponent {\n readonly element: ElementRef<HTMLElement>;\n}\n\n/** @internal */\n/* istanbul ignore next */\nexport function CSSComponent(name: string, prefix = 'odx') {\n return (target: Type<CSSComponent>) => {\n const cssClass = `${prefix}-${name}`;\n Object.defineProperty(target.prototype, CSS_COMPONENT_NAME, {\n value: cssClass,\n });\n\n (function (this: unknown, ngOnInit?: () => void) {\n target.prototype.ngOnInit = function (this: CSSComponent) {\n this.element.nativeElement.classList.add(cssClass);\n ngOnInit?.call(this);\n };\n })(target.prototype.ngOnInit);\n };\n}\n","import { camelToKebabCase, decoratorPropertyName, ɵwithMultipleDescriptors } from '../helpers';\nimport { CSSComponent, CSS_COMPONENT_NAME } from './css-component';\n\n/** @internal */\ninterface CSSModifierOptions {\n withComponentPrefix?: boolean;\n withPrefix?: boolean;\n}\n\ntype CSSComponentInstance = CSSComponent & Record<string, unknown>;\n\n/** @internal */\n/* istanbul ignore next */\nexport function CSSModifier(options?: CSSModifierOptions) {\n return (target: CSSComponent, propertyKey: PropertyKey) => {\n const propertyKeyName = propertyKey.toString();\n const propertyKeyKebabCase = camelToKebabCase(propertyKeyName);\n const propertySymbol = decoratorPropertyName('CSSModifier', propertyKeyName);\n const propertyDefaultValue = decoratorPropertyName('CSSModifier', `${propertyKeyName}_default`);\n const descriptors = ɵwithMultipleDescriptors(target, propertyKey, propertySymbol);\n\n function createModifierClass(this: CSSComponentInstance, value: unknown) {\n if (typeof value === 'boolean' || (typeof value === 'string' && value.length > 0)) {\n let modifier = typeof value === 'boolean' ? propertyKeyKebabCase : value;\n if (options?.withPrefix) {\n modifier = `${propertyKeyName}-${modifier}`;\n }\n if (options?.withComponentPrefix ?? true) {\n return `${this[CSS_COMPONENT_NAME]}--${modifier}`;\n }\n return modifier;\n }\n return null;\n }\n\n function getter(this: CSSComponentInstance) {\n return this[propertySymbol];\n }\n\n function setter(this: CSSComponentInstance, value: unknown) {\n this[propertyDefaultValue] ??= value;\n const currentValue = this[propertySymbol] ?? null;\n const nextValue = value ?? this[propertyDefaultValue] ?? null;\n\n if (nextValue !== currentValue) {\n const currentModifierClass = createModifierClass.call(this, currentValue);\n if (currentModifierClass !== null) {\n this.element.nativeElement.classList.remove(currentModifierClass);\n }\n const newModifierClass = createModifierClass.call(this, nextValue);\n if (newModifierClass !== null && (typeof nextValue === 'boolean' ? nextValue : true)) {\n this.element.nativeElement.classList.add(newModifierClass);\n }\n }\n this[propertySymbol] = nextValue;\n }\n\n descriptors.addSetter(setter);\n descriptors.addGetter(getter);\n descriptors.init();\n };\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from 'tslib';
|
|
2
|
-
import { InjectionToken, inject } from '@angular/core';
|
|
3
|
-
import { bootstrapApplication } from '@angular/platform-browser';
|
|
4
|
-
|
|
5
|
-
function createHttpApplicationEnvironmentLoader(handler) {
|
|
6
|
-
return (...args) => fetch(...args).then((res) => handler(res));
|
|
7
|
-
}
|
|
8
|
-
function createApplicationEnvironment(loader) {
|
|
9
|
-
let environment;
|
|
10
|
-
const APPLICATION_ENVIRONMENT = new InjectionToken('@odx/angular/sdk::ApplicationEnvironment', {
|
|
11
|
-
providedIn: 'root',
|
|
12
|
-
factory: () => environment,
|
|
13
|
-
});
|
|
14
|
-
function injectApplicationEnvironment() {
|
|
15
|
-
return inject(APPLICATION_ENVIRONMENT);
|
|
16
|
-
}
|
|
17
|
-
function loadApplicationEnvironment(...args) {
|
|
18
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
19
|
-
environment = yield loader(...args);
|
|
20
|
-
if (!environment) {
|
|
21
|
-
throw new Error('[@odx/angular/sdk] Failed load application environment');
|
|
22
|
-
}
|
|
23
|
-
return environment;
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
function bootstrapApplicationWithEnvironment(params, ...args) {
|
|
27
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
28
|
-
yield loadApplicationEnvironment(...params);
|
|
29
|
-
return bootstrapApplication(...args);
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
return {
|
|
33
|
-
APPLICATION_ENVIRONMENT,
|
|
34
|
-
injectApplicationEnvironment,
|
|
35
|
-
bootstrapApplicationWithEnvironment,
|
|
36
|
-
loadApplicationEnvironment,
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Generated bundle index. Do not edit.
|
|
42
|
-
*/
|
|
43
|
-
|
|
44
|
-
export { createApplicationEnvironment, createHttpApplicationEnvironmentLoader };
|
|
45
|
-
//# sourceMappingURL=odx-angular-sdk.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"odx-angular-sdk.mjs","sources":["../../../../libs/angular/sdk/src/lib/application-environment.ts","../../../../libs/angular/sdk/src/odx-angular-sdk.ts"],"sourcesContent":["import { ApplicationRef, inject, InjectionToken } from '@angular/core';\nimport { bootstrapApplication } from '@angular/platform-browser';\n\nexport type ApplicationEnvironmentLoader<EnvironmentData, Params extends unknown[]> = (...args: Params) => Promise<EnvironmentData>;\n\nexport function createHttpApplicationEnvironmentLoader<Data>(\n handler: (res: Response) => Promise<Data>,\n): ApplicationEnvironmentLoader<Data, Parameters<typeof fetch>> {\n return (...args: Parameters<typeof fetch>) => fetch(...args).then((res) => handler(res));\n}\n\nexport function createApplicationEnvironment<Data, Params extends unknown[]>(loader: ApplicationEnvironmentLoader<Data, Params>) {\n let environment: Data;\n const APPLICATION_ENVIRONMENT = new InjectionToken<Data>('@odx/angular/sdk::ApplicationEnvironment', {\n providedIn: 'root',\n factory: () => environment as Data,\n });\n\n function injectApplicationEnvironment(): Data {\n return inject(APPLICATION_ENVIRONMENT);\n }\n\n async function loadApplicationEnvironment(...args: Parameters<typeof loader>): Promise<Data> {\n environment = await loader(...args);\n if (!environment) {\n throw new Error('[@odx/angular/sdk] Failed load application environment');\n }\n return environment;\n }\n\n async function bootstrapApplicationWithEnvironment(\n params: Parameters<typeof loader>,\n ...args: Parameters<typeof bootstrapApplication>\n ): Promise<ApplicationRef> {\n await loadApplicationEnvironment(...params);\n\n return bootstrapApplication(...args);\n }\n\n return {\n APPLICATION_ENVIRONMENT,\n injectApplicationEnvironment,\n bootstrapApplicationWithEnvironment,\n loadApplicationEnvironment,\n };\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAKM,SAAU,sCAAsC,CACpD,OAAyC,EAAA;IAEzC,OAAO,CAAC,GAAG,IAA8B,KAAK,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,GAAG,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;AAC3F,CAAC;AAEK,SAAU,4BAA4B,CAAiC,MAAkD,EAAA;AAC7H,IAAA,IAAI,WAAiB,CAAC;AACtB,IAAA,MAAM,uBAAuB,GAAG,IAAI,cAAc,CAAO,0CAA0C,EAAE;AACnG,QAAA,UAAU,EAAE,MAAM;AAClB,QAAA,OAAO,EAAE,MAAM,WAAmB;AACnC,KAAA,CAAC,CAAC;AAEH,IAAA,SAAS,4BAA4B,GAAA;AACnC,QAAA,OAAO,MAAM,CAAC,uBAAuB,CAAC,CAAC;KACxC;IAED,SAAe,0BAA0B,CAAC,GAAG,IAA+B,EAAA;;AAC1E,YAAA,WAAW,GAAG,MAAM,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;YACpC,IAAI,CAAC,WAAW,EAAE;AAChB,gBAAA,MAAM,IAAI,KAAK,CAAC,wDAAwD,CAAC,CAAC;AAC3E,aAAA;AACD,YAAA,OAAO,WAAW,CAAC;SACpB,CAAA,CAAA;AAAA,KAAA;AAED,IAAA,SAAe,mCAAmC,CAChD,MAAiC,EACjC,GAAG,IAA6C,EAAA;;AAEhD,YAAA,MAAM,0BAA0B,CAAC,GAAG,MAAM,CAAC,CAAC;AAE5C,YAAA,OAAO,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC;SACtC,CAAA,CAAA;AAAA,KAAA;IAED,OAAO;QACL,uBAAuB;QACvB,4BAA4B;QAC5B,mCAAmC;QACnC,0BAA0B;KAC3B,CAAC;AACJ;;AC7CA;;AAEG;;;;"}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, Injectable, makeEnvironmentProviders, ENVIRONMENT_INITIALIZER } from '@angular/core';
|
|
3
|
-
import { createConfigTokens } from '@odx/angular/utils';
|
|
4
|
-
import { DOCUMENT } from '@angular/common';
|
|
5
|
-
import { WindowRef } from '@odx/angular';
|
|
6
|
-
import { BehaviorSubject, distinctUntilChanged, shareReplay } from 'rxjs';
|
|
7
|
-
|
|
8
|
-
function prefersDarkTheme(view) {
|
|
9
|
-
var _a, _b;
|
|
10
|
-
return !!((_b = (_a = view.matchMedia) === null || _a === void 0 ? void 0 : _a.call(view, '(prefers-color-scheme: dark)')) === null || _b === void 0 ? void 0 : _b.matches);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const Theme = {
|
|
14
|
-
DARK: 'dark',
|
|
15
|
-
LIGHT: 'light',
|
|
16
|
-
};
|
|
17
|
-
const availableThemes = Object.values(Theme);
|
|
18
|
-
|
|
19
|
-
function resolveTheme(theme) {
|
|
20
|
-
var _a;
|
|
21
|
-
return (_a = availableThemes.find((t) => t === theme)) !== null && _a !== void 0 ? _a : null;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
const THEME_STORAGE_NAME = '@odx/angular/theming:SelectedTheme';
|
|
25
|
-
function saveTheme(storage, theme) {
|
|
26
|
-
try {
|
|
27
|
-
storage === null || storage === void 0 ? void 0 : storage.setItem(THEME_STORAGE_NAME, theme);
|
|
28
|
-
}
|
|
29
|
-
catch (_a) {
|
|
30
|
-
//
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
function readTheme(storage) {
|
|
34
|
-
var _a;
|
|
35
|
-
try {
|
|
36
|
-
return (_a = resolveTheme(storage === null || storage === void 0 ? void 0 : storage.getItem(THEME_STORAGE_NAME))) !== null && _a !== void 0 ? _a : null;
|
|
37
|
-
}
|
|
38
|
-
catch (_b) {
|
|
39
|
-
return null;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
const THEME_ATTRIBUTE_NAME = 'odxTheme';
|
|
44
|
-
class ThemingService {
|
|
45
|
-
constructor() {
|
|
46
|
-
this.config = injectThemingConfig();
|
|
47
|
-
this.document = inject(DOCUMENT);
|
|
48
|
-
this.windowRef = inject(WindowRef);
|
|
49
|
-
this.theme$$ = new BehaviorSubject(this.getInitialTheme());
|
|
50
|
-
this.theme$ = this.theme$$.pipe(distinctUntilChanged(), shareReplay({ refCount: true }));
|
|
51
|
-
this.theme$.subscribe((theme) => {
|
|
52
|
-
this.document.body.setAttribute(THEME_ATTRIBUTE_NAME, theme);
|
|
53
|
-
saveTheme(this.config.storage, theme);
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
selectTheme(theme) {
|
|
57
|
-
this.theme$$.next(theme);
|
|
58
|
-
}
|
|
59
|
-
getSelectedTheme() {
|
|
60
|
-
return this.theme$$.getValue();
|
|
61
|
-
}
|
|
62
|
-
toggleDarkMode() {
|
|
63
|
-
const currentTheme = this.getSelectedTheme();
|
|
64
|
-
if (currentTheme === Theme.DARK) {
|
|
65
|
-
this.enableLightMode();
|
|
66
|
-
}
|
|
67
|
-
else {
|
|
68
|
-
this.enableDarkMode();
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
enableDarkMode() {
|
|
72
|
-
this.selectTheme(Theme.DARK);
|
|
73
|
-
}
|
|
74
|
-
enableLightMode() {
|
|
75
|
-
this.selectTheme(Theme.LIGHT);
|
|
76
|
-
}
|
|
77
|
-
getInitialTheme() {
|
|
78
|
-
let selectedTheme = readTheme(this.config.storage);
|
|
79
|
-
if (!selectedTheme && this.config.autoDetect && prefersDarkTheme(this.windowRef.nativeWindow)) {
|
|
80
|
-
selectedTheme = Theme.DARK;
|
|
81
|
-
}
|
|
82
|
-
return selectedTheme !== null && selectedTheme !== void 0 ? selectedTheme : this.config.defaultTheme;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
ThemingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ThemingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
86
|
-
ThemingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ThemingService, providedIn: 'root' });
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ThemingService, decorators: [{
|
|
88
|
-
type: Injectable,
|
|
89
|
-
args: [{ providedIn: 'root' }]
|
|
90
|
-
}], ctorParameters: function () { return []; } });
|
|
91
|
-
|
|
92
|
-
const { ThemingConfig, injectThemingConfig, provideThemingConfig } = createConfigTokens('Theming', '@odx/angular/theme', {
|
|
93
|
-
autoDetect: false,
|
|
94
|
-
defaultTheme: Theme.LIGHT,
|
|
95
|
-
storage: null,
|
|
96
|
-
});
|
|
97
|
-
function provideTheming(config) {
|
|
98
|
-
return makeEnvironmentProviders([
|
|
99
|
-
provideThemingConfig(config),
|
|
100
|
-
{
|
|
101
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
102
|
-
useFactory: () => () => inject(ThemingService),
|
|
103
|
-
deps: [ThemingConfig],
|
|
104
|
-
multi: true,
|
|
105
|
-
},
|
|
106
|
-
]);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Generated bundle index. Do not edit.
|
|
111
|
-
*/
|
|
112
|
-
|
|
113
|
-
export { THEME_ATTRIBUTE_NAME, THEME_STORAGE_NAME, Theme, ThemingConfig, ThemingService, availableThemes, injectThemingConfig, prefersDarkTheme, provideTheming, provideThemingConfig, readTheme, resolveTheme, saveTheme };
|
|
114
|
-
//# sourceMappingURL=odx-angular-theming.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"odx-angular-theming.mjs","sources":["../../../../libs/angular/theming/src/lib/helpers/prefers-dark-theme.ts","../../../../libs/angular/theming/src/lib/models/theme.ts","../../../../libs/angular/theming/src/lib/helpers/resolve-theme.ts","../../../../libs/angular/theming/src/lib/helpers/theme-storage.ts","../../../../libs/angular/theming/src/lib/theming.service.ts","../../../../libs/angular/theming/src/lib/theming.config.ts","../../../../libs/angular/theming/src/odx-angular-theming.ts"],"sourcesContent":["export function prefersDarkTheme(view: Window): boolean {\n return !!view.matchMedia?.('(prefers-color-scheme: dark)')?.matches;\n}\n","export type Theme = (typeof Theme)[keyof typeof Theme];\nexport const Theme = {\n DARK: 'dark',\n LIGHT: 'light',\n} as const;\n\nexport const availableThemes = Object.values(Theme);\n","import { availableThemes, Theme } from '../models';\n\nexport function resolveTheme(theme?: string | null): Theme | null {\n return availableThemes.find((t) => t === theme) ?? null;\n}\n","import { Theme } from '../models';\nimport { resolveTheme } from './resolve-theme';\n\nexport const THEME_STORAGE_NAME = '@odx/angular/theming:SelectedTheme';\n\nexport function saveTheme(storage: Storage | null | undefined, theme: Theme): void {\n try {\n storage?.setItem(THEME_STORAGE_NAME, theme);\n } catch {\n //\n }\n}\n\nexport function readTheme(storage?: Storage | null): Theme | null {\n try {\n return resolveTheme(storage?.getItem(THEME_STORAGE_NAME)) ?? null;\n } catch {\n return null;\n }\n}\n","import { DOCUMENT } from '@angular/common';\nimport { inject, Injectable } from '@angular/core';\nimport { WindowRef } from '@odx/angular';\nimport { BehaviorSubject, distinctUntilChanged, shareReplay } from 'rxjs';\nimport { prefersDarkTheme, readTheme, saveTheme } from './helpers';\nimport { Theme } from './models';\nimport { injectThemingConfig } from './theming.config';\n\nexport const THEME_ATTRIBUTE_NAME = 'odxTheme';\n\n@Injectable({ providedIn: 'root' })\nexport class ThemingService {\n private readonly config = injectThemingConfig();\n private readonly document = inject(DOCUMENT);\n private readonly windowRef = inject(WindowRef);\n private readonly theme$$ = new BehaviorSubject<Theme>(this.getInitialTheme());\n\n public readonly theme$ = this.theme$$.pipe(distinctUntilChanged(), shareReplay({ refCount: true }));\n\n constructor() {\n this.theme$.subscribe((theme) => {\n this.document.body.setAttribute(THEME_ATTRIBUTE_NAME, theme);\n saveTheme(this.config.storage, theme);\n });\n }\n\n public selectTheme(theme: Theme): void {\n this.theme$$.next(theme);\n }\n\n public getSelectedTheme(): Theme {\n return this.theme$$.getValue();\n }\n\n public toggleDarkMode(): void {\n const currentTheme = this.getSelectedTheme();\n if (currentTheme === Theme.DARK) {\n this.enableLightMode();\n } else {\n this.enableDarkMode();\n }\n }\n\n public enableDarkMode(): void {\n this.selectTheme(Theme.DARK);\n }\n\n public enableLightMode(): void {\n this.selectTheme(Theme.LIGHT);\n }\n\n private getInitialTheme(): Theme {\n let selectedTheme = readTheme(this.config.storage);\n\n if (!selectedTheme && this.config.autoDetect && prefersDarkTheme(this.windowRef.nativeWindow)) {\n selectedTheme = Theme.DARK;\n }\n\n return selectedTheme ?? this.config.defaultTheme;\n }\n}\n","import { EnvironmentProviders, ENVIRONMENT_INITIALIZER, inject, makeEnvironmentProviders } from '@angular/core';\nimport { ConfigDependencies, ConfigProvider, createConfigTokens } from '@odx/angular/utils';\nimport { Theme } from './models';\nimport { ThemingService } from './theming.service';\n\nexport interface ThemingConfig {\n autoDetect: boolean;\n defaultTheme: Theme;\n storage?: Storage | null;\n}\n\nexport const { ThemingConfig, injectThemingConfig, provideThemingConfig } = createConfigTokens('Theming', '@odx/angular/theme', {\n autoDetect: false,\n defaultTheme: Theme.LIGHT,\n storage: null,\n} as ThemingConfig);\n\nexport function provideTheming<D extends ConfigDependencies = ConfigDependencies<ThemingConfig>>(\n config: ConfigProvider<Partial<ThemingConfig>, D>\n): EnvironmentProviders {\n return makeEnvironmentProviders([\n provideThemingConfig(config),\n {\n provide: ENVIRONMENT_INITIALIZER,\n useFactory: () => () => inject(ThemingService),\n deps: [ThemingConfig],\n multi: true,\n },\n ]);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|