@odx/angular 2.16.0 → 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 +13 -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/lib/services/window-ref.d.ts +1 -0
- 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 -75
- 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 -201
- 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 -70
- 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 -330
- 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 -461
- 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 -327
- 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 -454
- 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,52 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CoreModule } from '@odx/angular';
|
|
3
|
-
import { ActionGroupComponent } from '@odx/angular/components/action-group';
|
|
4
|
-
import { AvatarComponent } from '@odx/angular/components/avatar';
|
|
5
|
-
import { ButtonComponent } from '@odx/angular/components/button';
|
|
6
|
-
import { IconComponent } from '@odx/angular/components/icon';
|
|
7
|
-
import { MainMenuModule } from '@odx/angular/components/main-menu';
|
|
8
|
-
import { HeaderAvatarDirective, HeaderTitleDirective } from './directives';
|
|
9
|
-
import { HeaderComponent } from './header.component';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
const modules = [
|
|
12
|
-
HeaderComponent,
|
|
13
|
-
HeaderTitleDirective,
|
|
14
|
-
HeaderAvatarDirective,
|
|
15
|
-
MainMenuModule,
|
|
16
|
-
ActionGroupComponent,
|
|
17
|
-
IconComponent,
|
|
18
|
-
ButtonComponent,
|
|
19
|
-
AvatarComponent,
|
|
20
|
-
];
|
|
21
|
-
export class HeaderModule {
|
|
22
|
-
}
|
|
23
|
-
HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
-
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [HeaderComponent,
|
|
25
|
-
HeaderTitleDirective,
|
|
26
|
-
HeaderAvatarDirective,
|
|
27
|
-
MainMenuModule,
|
|
28
|
-
ActionGroupComponent,
|
|
29
|
-
IconComponent,
|
|
30
|
-
ButtonComponent,
|
|
31
|
-
AvatarComponent], exports: [CoreModule, HeaderComponent,
|
|
32
|
-
HeaderTitleDirective,
|
|
33
|
-
HeaderAvatarDirective,
|
|
34
|
-
MainMenuModule,
|
|
35
|
-
ActionGroupComponent,
|
|
36
|
-
IconComponent,
|
|
37
|
-
ButtonComponent,
|
|
38
|
-
AvatarComponent] });
|
|
39
|
-
HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [HeaderComponent,
|
|
40
|
-
MainMenuModule,
|
|
41
|
-
ActionGroupComponent,
|
|
42
|
-
IconComponent,
|
|
43
|
-
ButtonComponent,
|
|
44
|
-
AvatarComponent, CoreModule, MainMenuModule] });
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, decorators: [{
|
|
46
|
-
type: NgModule,
|
|
47
|
-
args: [{
|
|
48
|
-
imports: modules,
|
|
49
|
-
exports: [CoreModule, ...modules],
|
|
50
|
-
}]
|
|
51
|
-
}] });
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2hlYWRlci9zcmMvbGliL2hlYWRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNqRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDakUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNuRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDM0UsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQUVyRCxNQUFNLE9BQU8sR0FBRztJQUNkLGVBQWU7SUFDZixvQkFBb0I7SUFDcEIscUJBQXFCO0lBQ3JCLGNBQWM7SUFDZCxvQkFBb0I7SUFDcEIsYUFBYTtJQUNiLGVBQWU7SUFDZixlQUFlO0NBQ2hCLENBQUM7QUFNRixNQUFNLE9BQU8sWUFBWTs7MEdBQVosWUFBWTsyR0FBWixZQUFZLFlBZHZCLGVBQWU7UUFDZixvQkFBb0I7UUFDcEIscUJBQXFCO1FBQ3JCLGNBQWM7UUFDZCxvQkFBb0I7UUFDcEIsYUFBYTtRQUNiLGVBQWU7UUFDZixlQUFlLGFBS0wsVUFBVSxFQVpwQixlQUFlO1FBQ2Ysb0JBQW9CO1FBQ3BCLHFCQUFxQjtRQUNyQixjQUFjO1FBQ2Qsb0JBQW9CO1FBQ3BCLGFBQWE7UUFDYixlQUFlO1FBQ2YsZUFBZTsyR0FPSixZQUFZLFlBZHZCLGVBQWU7UUFHZixjQUFjO1FBQ2Qsb0JBQW9CO1FBQ3BCLGFBQWE7UUFDYixlQUFlO1FBQ2YsZUFBZSxFQUtMLFVBQVUsRUFUcEIsY0FBYzs0RkFXSCxZQUFZO2tCQUp4QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUUsQ0FBQyxVQUFVLEVBQUUsR0FBRyxPQUFPLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgQWN0aW9uR3JvdXBDb21wb25lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9hY3Rpb24tZ3JvdXAnO1xuaW1wb3J0IHsgQXZhdGFyQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYXZhdGFyJztcbmltcG9ydCB7IEJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci9jb21wb25lbnRzL2J1dHRvbic7XG5pbXBvcnQgeyBJY29uQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvaWNvbic7XG5pbXBvcnQgeyBNYWluTWVudU1vZHVsZSB9IGZyb20gJ0BvZHgvYW5ndWxhci9jb21wb25lbnRzL21haW4tbWVudSc7XG5pbXBvcnQgeyBIZWFkZXJBdmF0YXJEaXJlY3RpdmUsIEhlYWRlclRpdGxlRGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzJztcbmltcG9ydCB7IEhlYWRlckNvbXBvbmVudCB9IGZyb20gJy4vaGVhZGVyLmNvbXBvbmVudCc7XG5cbmNvbnN0IG1vZHVsZXMgPSBbXG4gIEhlYWRlckNvbXBvbmVudCxcbiAgSGVhZGVyVGl0bGVEaXJlY3RpdmUsXG4gIEhlYWRlckF2YXRhckRpcmVjdGl2ZSxcbiAgTWFpbk1lbnVNb2R1bGUsXG4gIEFjdGlvbkdyb3VwQ29tcG9uZW50LFxuICBJY29uQ29tcG9uZW50LFxuICBCdXR0b25Db21wb25lbnQsXG4gIEF2YXRhckNvbXBvbmVudCxcbl07XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IG1vZHVsZXMsXG4gIGV4cG9ydHM6IFtDb3JlTW9kdWxlLCAuLi5tb2R1bGVzXSxcbn0pXG5leHBvcnQgY2xhc3MgSGVhZGVyTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
3
|
-
import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';
|
|
4
|
-
import { CSSComponent, CSSModifier } from '@odx/angular/internal';
|
|
5
|
-
import { injectElement, Transform } from '@odx/angular/utils';
|
|
6
|
-
import { injectIconConfig } from './icon.config';
|
|
7
|
-
import { IconSize } from './models';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
let IconComponent = class IconComponent {
|
|
10
|
-
constructor() {
|
|
11
|
-
this.element = injectElement();
|
|
12
|
-
this.inline = false;
|
|
13
|
-
this.size = IconSize.MEDIUM;
|
|
14
|
-
this.name = null;
|
|
15
|
-
this.iconSet = injectIconConfig().defaultIconSet;
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
IconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
-
IconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IconComponent, isStandalone: true, selector: "odx-icon", inputs: { inline: "inline", size: "size", name: "name", iconSet: "iconSet" }, host: { attributes: { "translate": "no" }, properties: { "class.notranslate": "true", "attr.data-icon-name": "name", "attr.data-icon-set": "iconSet" } }, ngImport: i0, template: '<span></span>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
20
|
-
__decorate([
|
|
21
|
-
CSSModifier(),
|
|
22
|
-
Transform(coerceBooleanProperty),
|
|
23
|
-
__metadata("design:type", Object)
|
|
24
|
-
], IconComponent.prototype, "inline", void 0);
|
|
25
|
-
__decorate([
|
|
26
|
-
CSSModifier(),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], IconComponent.prototype, "size", void 0);
|
|
29
|
-
IconComponent = __decorate([
|
|
30
|
-
CSSComponent('icon')
|
|
31
|
-
], IconComponent);
|
|
32
|
-
export { IconComponent };
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IconComponent, decorators: [{
|
|
34
|
-
type: Component,
|
|
35
|
-
args: [{
|
|
36
|
-
selector: 'odx-icon',
|
|
37
|
-
template: '<span></span>',
|
|
38
|
-
encapsulation: ViewEncapsulation.None,
|
|
39
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
40
|
-
standalone: true,
|
|
41
|
-
host: {
|
|
42
|
-
'[class.notranslate]': 'true',
|
|
43
|
-
'[attr.data-icon-name]': 'name',
|
|
44
|
-
'[attr.data-icon-set]': 'iconSet',
|
|
45
|
-
translate: 'no',
|
|
46
|
-
},
|
|
47
|
-
}]
|
|
48
|
-
}], propDecorators: { inline: [{
|
|
49
|
-
type: Input
|
|
50
|
-
}], size: [{
|
|
51
|
-
type: Input
|
|
52
|
-
}], name: [{
|
|
53
|
-
type: Input
|
|
54
|
-
}], iconSet: [{
|
|
55
|
-
type: Input
|
|
56
|
-
}] } });
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9pY29uL3NyYy9saWIvaWNvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxhQUFhLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDOUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxVQUFVLENBQUM7O0FBZ0I3QixJQUFNLGFBQWEsR0FBbkIsTUFBTSxhQUFhO0lBQW5CO1FBR1csWUFBTyxHQUFHLGFBQWEsRUFBRSxDQUFDO1FBS25DLFdBQU0sR0FBRyxLQUFLLENBQUM7UUFJZixTQUFJLEdBQWEsUUFBUSxDQUFDLE1BQU0sQ0FBQztRQUdqQyxTQUFJLEdBQWtCLElBQUksQ0FBQztRQUczQixZQUFPLEdBQWtCLGdCQUFnQixFQUFFLENBQUMsY0FBYyxDQUFDO0tBQ25FOzsyR0FuQlksYUFBYTsrRkFBYixhQUFhLDRTQVhkLGVBQWU7QUFnQnpCO0lBQUMsV0FBVyxFQUFFO0lBQ2IsU0FBUyxDQUFDLHFCQUFxQixDQUFDOzs2Q0FFWDtBQUV0QjtJQUFDLFdBQVcsRUFBRTs7MkNBRTBCO0FBWjdCLGFBQWE7SUFkekIsWUFBWSxDQUFDLE1BQU0sQ0FBQztHQWNSLGFBQWEsQ0FtQnpCO1NBbkJZLGFBQWE7NEZBQWIsYUFBYTtrQkFiekIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsVUFBVTtvQkFDcEIsUUFBUSxFQUFFLGVBQWU7b0JBQ3pCLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO29CQUNyQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLElBQUksRUFBRTt3QkFDSixxQkFBcUIsRUFBRSxNQUFNO3dCQUM3Qix1QkFBdUIsRUFBRSxNQUFNO3dCQUMvQixzQkFBc0IsRUFBRSxTQUFTO3dCQUNqQyxTQUFTLEVBQUUsSUFBSTtxQkFDaEI7aUJBQ0Y7OEJBU1EsTUFBTTtzQkFEWixLQUFLO2dCQUtDLElBQUk7c0JBRFYsS0FBSztnQkFJQyxJQUFJO3NCQURWLEtBQUs7Z0JBSUMsT0FBTztzQkFEYixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQm9vbGVhbklucHV0LCBjb2VyY2VCb29sZWFuUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDU1NDb21wb25lbnQsIENTU01vZGlmaWVyIH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGluamVjdEVsZW1lbnQsIFRyYW5zZm9ybSB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5pbXBvcnQgeyBpbmplY3RJY29uQ29uZmlnIH0gZnJvbSAnLi9pY29uLmNvbmZpZyc7XG5pbXBvcnQgeyBJY29uU2l6ZSB9IGZyb20gJy4vbW9kZWxzJztcblxuQENTU0NvbXBvbmVudCgnaWNvbicpXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvZHgtaWNvbicsXG4gIHRlbXBsYXRlOiAnPHNwYW4+PC9zcGFuPicsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgJ1tjbGFzcy5ub3RyYW5zbGF0ZV0nOiAndHJ1ZScsXG4gICAgJ1thdHRyLmRhdGEtaWNvbi1uYW1lXSc6ICduYW1lJyxcbiAgICAnW2F0dHIuZGF0YS1pY29uLXNldF0nOiAnaWNvblNldCcsXG4gICAgdHJhbnNsYXRlOiAnbm8nLFxuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBJY29uQ29tcG9uZW50IHtcbiAgcHVibGljIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV9pbmxpbmU6IEJvb2xlYW5JbnB1dDtcblxuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBAQ1NTTW9kaWZpZXIoKVxuICBAVHJhbnNmb3JtKGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSlcbiAgQElucHV0KClcbiAgcHVibGljIGlubGluZSA9IGZhbHNlO1xuXG4gIEBDU1NNb2RpZmllcigpXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzaXplOiBJY29uU2l6ZSA9IEljb25TaXplLk1FRElVTTtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgbmFtZTogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGljb25TZXQ6IHN0cmluZyB8IG51bGwgPSBpbmplY3RJY29uQ29uZmlnKCkuZGVmYXVsdEljb25TZXQ7XG59XG4iXX0=
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';
|
|
3
|
-
import { IconComponent } from '@odx/angular/components/icon';
|
|
4
|
-
import { CSSComponent, CSSModifier } from '@odx/angular/internal';
|
|
5
|
-
import { injectElement } from '@odx/angular/utils';
|
|
6
|
-
import { InlineMessageVariant } from './models';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
let InlineMessageComponent = class InlineMessageComponent {
|
|
9
|
-
constructor() {
|
|
10
|
-
this.element = injectElement();
|
|
11
|
-
this.variant = InlineMessageVariant.DEFAULT;
|
|
12
|
-
}
|
|
13
|
-
get icon() {
|
|
14
|
-
switch (this.variant) {
|
|
15
|
-
case InlineMessageVariant.WARNING:
|
|
16
|
-
return 'warning';
|
|
17
|
-
case InlineMessageVariant.DANGER:
|
|
18
|
-
return 'error';
|
|
19
|
-
case InlineMessageVariant.SUCCESS:
|
|
20
|
-
return 'check';
|
|
21
|
-
default:
|
|
22
|
-
return 'info';
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
InlineMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InlineMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
-
InlineMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: InlineMessageComponent, isStandalone: true, selector: "odx-inline-message", inputs: { variant: "variant" }, ngImport: i0, template: "<odx-icon size=\"medium\" [name]=\"icon\" iconSet=\"core\"></odx-icon>\n<div class=\"odx-inline-message__content\">\n <ng-content></ng-content>\n</div>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
28
|
-
__decorate([
|
|
29
|
-
CSSModifier(),
|
|
30
|
-
__metadata("design:type", Object)
|
|
31
|
-
], InlineMessageComponent.prototype, "variant", void 0);
|
|
32
|
-
InlineMessageComponent = __decorate([
|
|
33
|
-
CSSComponent('inline-message')
|
|
34
|
-
], InlineMessageComponent);
|
|
35
|
-
export { InlineMessageComponent };
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InlineMessageComponent, decorators: [{
|
|
37
|
-
type: Component,
|
|
38
|
-
args: [{ selector: 'odx-inline-message', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [IconComponent], template: "<odx-icon size=\"medium\" [name]=\"icon\" iconSet=\"core\"></odx-icon>\n<div class=\"odx-inline-message__content\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
39
|
-
}], propDecorators: { variant: [{
|
|
40
|
-
type: Input
|
|
41
|
-
}] } });
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lLW1lc3NhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvaW5saW5lLW1lc3NhZ2Uvc3JjL2xpYi9pbmxpbmUtbWVzc2FnZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9pbmxpbmUtbWVzc2FnZS9zcmMvbGliL2lubGluZS1tZXNzYWdlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0QsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sVUFBVSxDQUFDOztBQVd6QyxJQUFNLHNCQUFzQixHQUE1QixNQUFNLHNCQUFzQjtJQUE1QjtRQUNXLFlBQU8sR0FBRyxhQUFhLEVBQWUsQ0FBQztRQUloRCxZQUFPLEdBQWlDLG9CQUFvQixDQUFDLE9BQU8sQ0FBQztLQWM3RTtJQVpDLElBQVcsSUFBSTtRQUNiLFFBQVEsSUFBSSxDQUFDLE9BQU8sRUFBRTtZQUNwQixLQUFLLG9CQUFvQixDQUFDLE9BQU87Z0JBQy9CLE9BQU8sU0FBUyxDQUFDO1lBQ25CLEtBQUssb0JBQW9CLENBQUMsTUFBTTtnQkFDOUIsT0FBTyxPQUFPLENBQUM7WUFDakIsS0FBSyxvQkFBb0IsQ0FBQyxPQUFPO2dCQUMvQixPQUFPLE9BQU8sQ0FBQztZQUNqQjtnQkFDRSxPQUFPLE1BQU0sQ0FBQztTQUNqQjtJQUNILENBQUM7O29IQWxCVSxzQkFBc0I7d0dBQXRCLHNCQUFzQiw4R0NmbkMsNEpBSUEsNENEU1ksYUFBYTtBQUt2QjtJQUFDLFdBQVcsRUFBRTs7dURBRThEO0FBTGpFLHNCQUFzQjtJQVRsQyxZQUFZLENBQUMsZ0JBQWdCLENBQUM7R0FTbEIsc0JBQXNCLENBbUJsQztTQW5CWSxzQkFBc0I7NEZBQXRCLHNCQUFzQjtrQkFSbEMsU0FBUzsrQkFDRSxvQkFBb0IsY0FFbEIsSUFBSSxtQkFDQyx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJLFdBQzVCLENBQUMsYUFBYSxDQUFDOzhCQU9qQixPQUFPO3NCQURiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEljb25Db21wb25lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCwgQ1NTTW9kaWZpZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXIvaW50ZXJuYWwnO1xuaW1wb3J0IHsgaW5qZWN0RWxlbWVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5pbXBvcnQgeyBJbmxpbmVNZXNzYWdlVmFyaWFudCB9IGZyb20gJy4vbW9kZWxzJztcblxuQENTU0NvbXBvbmVudCgnaW5saW5lLW1lc3NhZ2UnKVxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb2R4LWlubGluZS1tZXNzYWdlJyxcbiAgdGVtcGxhdGVVcmw6ICdpbmxpbmUtbWVzc2FnZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBpbXBvcnRzOiBbSWNvbkNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIElubGluZU1lc3NhZ2VDb21wb25lbnQge1xuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQ8SFRNTEVsZW1lbnQ+KCk7XG5cbiAgQENTU01vZGlmaWVyKClcbiAgQElucHV0KClcbiAgcHVibGljIHZhcmlhbnQ/OiBJbmxpbmVNZXNzYWdlVmFyaWFudCB8IG51bGwgPSBJbmxpbmVNZXNzYWdlVmFyaWFudC5ERUZBVUxUO1xuXG4gIHB1YmxpYyBnZXQgaWNvbigpOiBzdHJpbmcge1xuICAgIHN3aXRjaCAodGhpcy52YXJpYW50KSB7XG4gICAgICBjYXNlIElubGluZU1lc3NhZ2VWYXJpYW50LldBUk5JTkc6XG4gICAgICAgIHJldHVybiAnd2FybmluZyc7XG4gICAgICBjYXNlIElubGluZU1lc3NhZ2VWYXJpYW50LkRBTkdFUjpcbiAgICAgICAgcmV0dXJuICdlcnJvcic7XG4gICAgICBjYXNlIElubGluZU1lc3NhZ2VWYXJpYW50LlNVQ0NFU1M6XG4gICAgICAgIHJldHVybiAnY2hlY2snO1xuICAgICAgZGVmYXVsdDpcbiAgICAgICAgcmV0dXJuICdpbmZvJztcbiAgICB9XG4gIH1cbn1cbiIsIjxvZHgtaWNvbiBzaXplPVwibWVkaXVtXCIgW25hbWVdPVwiaWNvblwiIGljb25TZXQ9XCJjb3JlXCI+PC9vZHgtaWNvbj5cbjxkaXYgY2xhc3M9XCJvZHgtaW5saW5lLW1lc3NhZ2VfX2NvbnRlbnRcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { Directive } from '@angular/core';
|
|
3
|
-
import { WithDisabledState, WithTabIndex } from '@odx/angular';
|
|
4
|
-
import { CSSComponent } from '@odx/angular/internal';
|
|
5
|
-
import { injectElement } from '@odx/angular/utils';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@odx/angular";
|
|
8
|
-
let LinkDirective = class LinkDirective {
|
|
9
|
-
constructor() {
|
|
10
|
-
this.element = injectElement();
|
|
11
|
-
}
|
|
12
|
-
};
|
|
13
|
-
LinkDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
-
LinkDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LinkDirective, isStandalone: true, selector: "a[odxLink]", hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 });
|
|
15
|
-
LinkDirective = __decorate([
|
|
16
|
-
CSSComponent('link')
|
|
17
|
-
], LinkDirective);
|
|
18
|
-
export { LinkDirective };
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LinkDirective, decorators: [{
|
|
20
|
-
type: Directive,
|
|
21
|
-
args: [{
|
|
22
|
-
selector: 'a[odxLink]',
|
|
23
|
-
standalone: true,
|
|
24
|
-
hostDirectives: [WithDisabledState, WithTabIndex],
|
|
25
|
-
}]
|
|
26
|
-
}] });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9saW5rL3NyYy9saW5rLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsWUFBWSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQy9ELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNyRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7OztBQVE1QyxJQUFNLGFBQWEsR0FBbkIsTUFBTSxhQUFhO0lBQW5CO1FBQ1csWUFBTyxHQUFHLGFBQWEsRUFBbUIsQ0FBQztLQUM1RDs7MkdBRlksYUFBYTsrRkFBYixhQUFhO0FBQWIsYUFBYTtJQU56QixZQUFZLENBQUMsTUFBTSxDQUFDO0dBTVIsYUFBYSxDQUV6QjtTQUZZLGFBQWE7NEZBQWIsYUFBYTtrQkFMekIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsWUFBWTtvQkFDdEIsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLGNBQWMsRUFBRSxDQUFDLGlCQUFpQixFQUFFLFlBQVksQ0FBQztpQkFDbEQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFdpdGhEaXNhYmxlZFN0YXRlLCBXaXRoVGFiSW5kZXggfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGluamVjdEVsZW1lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuXG5AQ1NTQ29tcG9uZW50KCdsaW5rJylcbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ2Fbb2R4TGlua10nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0RGlyZWN0aXZlczogW1dpdGhEaXNhYmxlZFN0YXRlLCBXaXRoVGFiSW5kZXhdLFxufSlcbmV4cG9ydCBjbGFzcyBMaW5rRGlyZWN0aXZlIHtcbiAgcHVibGljIHJlYWRvbmx5IGVsZW1lbnQgPSBpbmplY3RFbGVtZW50PEhUTUxMaW5rRWxlbWVudD4oKTtcbn1cbiJdfQ==
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { transition, trigger, useAnimation } from '@angular/animations';
|
|
3
|
-
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
4
|
-
import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';
|
|
5
|
-
import { CoreModule, DisabledController } from '@odx/angular';
|
|
6
|
-
import { collapse, expand } from '@odx/angular/animations';
|
|
7
|
-
import { InteractiveDirective } from '@odx/angular/cdk/a11y';
|
|
8
|
-
import { ExpandableItemDirective } from '@odx/angular/cdk/expandable';
|
|
9
|
-
import { IconComponent } from '@odx/angular/components/icon';
|
|
10
|
-
import { CSSComponent, CSSModifier } from '@odx/angular/internal';
|
|
11
|
-
import { injectElement, Transform } from '@odx/angular/utils';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
import * as i1 from "@angular/common";
|
|
14
|
-
let ExpandableListItemComponent = class ExpandableListItemComponent extends ExpandableItemDirective {
|
|
15
|
-
constructor() {
|
|
16
|
-
super(...arguments);
|
|
17
|
-
this.disabledController = DisabledController.inject();
|
|
18
|
-
this.element = injectElement();
|
|
19
|
-
this.danger = false;
|
|
20
|
-
}
|
|
21
|
-
get isDisabled() {
|
|
22
|
-
return !!this.disabledController?.disabled;
|
|
23
|
-
}
|
|
24
|
-
get isExpanded() {
|
|
25
|
-
return !this.isDisabled && this.expanded;
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
ExpandableListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpandableListItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
-
ExpandableListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExpandableListItemComponent, isStandalone: true, selector: "odx-expandable-list-item", inputs: { danger: "danger" }, host: { properties: { "class.odx-expandable-list-item--expanded": "isExpanded", "class.odx-expandable-list-item--danger": "danger", "attr.title": "null" } }, providers: [DisabledController.connect()], usesInheritance: true, ngImport: i0, template: "<div\n role=\"button\"\n class=\"odx-expandable-list-item__header odx-list-item\"\n [attr.tabindex]=\"isDisabled ? -1 : 0\"\n [class.is-disabled]=\"isDisabled\"\n [class.odx-list-item--danger]=\"danger\"\n [class.odx-list-item--selected]=\"isExpanded\"\n (odxCdkInteractive)=\"toggle()\"\n>\n <div class=\"odx-expandable-list-item__content\">\n <ng-content></ng-content>\n </div>\n <odx-icon name=\"chevron-down\" iconSet=\"core\" class=\"odx-expandable-list-item__expand-icon\"></odx-icon>\n</div>\n\n<div class=\"odx-expandable-list-item__slot\" @expandSlotAnimation *ngIf=\"isExpanded\">\n <ng-content select=\"odx-list\"></ng-content>\n</div>\n", dependencies: [{ kind: "directive", type: InteractiveDirective, selector: "[odxCdkInteractive]", outputs: ["odxCdkInteractive"] }, { kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }], animations: [trigger('expandSlotAnimation', [transition(':enter', [useAnimation(expand)]), transition(':leave', [useAnimation(collapse)])])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
30
|
-
__decorate([
|
|
31
|
-
CSSModifier(),
|
|
32
|
-
Transform(coerceBooleanProperty),
|
|
33
|
-
__metadata("design:type", Object)
|
|
34
|
-
], ExpandableListItemComponent.prototype, "danger", void 0);
|
|
35
|
-
ExpandableListItemComponent = __decorate([
|
|
36
|
-
CSSComponent('expandable-list-item')
|
|
37
|
-
], ExpandableListItemComponent);
|
|
38
|
-
export { ExpandableListItemComponent };
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpandableListItemComponent, decorators: [{
|
|
40
|
-
type: Component,
|
|
41
|
-
args: [{ standalone: true, selector: 'odx-expandable-list-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [DisabledController.connect()], imports: [InteractiveDirective, CoreModule, IconComponent], host: {
|
|
42
|
-
'[class.odx-expandable-list-item--expanded]': 'isExpanded',
|
|
43
|
-
'[class.odx-expandable-list-item--danger]': 'danger',
|
|
44
|
-
'[attr.title]': 'null',
|
|
45
|
-
}, animations: [trigger('expandSlotAnimation', [transition(':enter', [useAnimation(expand)]), transition(':leave', [useAnimation(collapse)])])], template: "<div\n role=\"button\"\n class=\"odx-expandable-list-item__header odx-list-item\"\n [attr.tabindex]=\"isDisabled ? -1 : 0\"\n [class.is-disabled]=\"isDisabled\"\n [class.odx-list-item--danger]=\"danger\"\n [class.odx-list-item--selected]=\"isExpanded\"\n (odxCdkInteractive)=\"toggle()\"\n>\n <div class=\"odx-expandable-list-item__content\">\n <ng-content></ng-content>\n </div>\n <odx-icon name=\"chevron-down\" iconSet=\"core\" class=\"odx-expandable-list-item__expand-icon\"></odx-icon>\n</div>\n\n<div class=\"odx-expandable-list-item__slot\" @expandSlotAnimation *ngIf=\"isExpanded\">\n <ng-content select=\"odx-list\"></ng-content>\n</div>\n" }]
|
|
46
|
-
}], propDecorators: { danger: [{
|
|
47
|
-
type: Input
|
|
48
|
-
}] } });
|
|
49
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwYW5kYWJsZS1saXN0LWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvbGlzdC9zcmMvbGliL2NvbXBvbmVudHMvZXhwYW5kYWJsZS1saXN0LWl0ZW0vZXhwYW5kYWJsZS1saXN0LWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvbGlzdC9zcmMvbGliL2NvbXBvbmVudHMvZXhwYW5kYWJsZS1saXN0LWl0ZW0vZXhwYW5kYWJsZS1saXN0LWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3hFLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsVUFBVSxFQUFFLGtCQUFrQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzlELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDM0QsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDN0QsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDdEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdELE9BQU8sRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxTQUFTLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7O0FBa0J2RCxJQUFNLDJCQUEyQixHQUFqQyxNQUFNLDJCQUE0QixTQUFRLHVCQUF1QjtJQUFqRTs7UUFJWSx1QkFBa0IsR0FBRyxrQkFBa0IsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUNsRCxZQUFPLEdBQUcsYUFBYSxFQUFlLENBQUM7UUFLaEQsV0FBTSxHQUFHLEtBQUssQ0FBQztLQVN2QjtJQVBDLElBQVcsVUFBVTtRQUNuQixPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsa0JBQWtCLEVBQUUsUUFBUSxDQUFDO0lBQzdDLENBQUM7SUFFRCxJQUFXLFVBQVU7UUFDbkIsT0FBTyxDQUFDLElBQUksQ0FBQyxVQUFVLElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQztJQUMzQyxDQUFDOzt5SEFsQlUsMkJBQTJCOzZHQUEzQiwyQkFBMkIsbVFBVDNCLENBQUMsa0JBQWtCLENBQUMsT0FBTyxFQUFFLENBQUMsaURDbEIzQyx3cEJBa0JBLDRDRENZLG9CQUFvQiwrRkFBRSxVQUFVLG1JQUFFLGFBQWEsc0ZBTTdDLENBQUMsT0FBTyxDQUFDLHFCQUFxQixFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0FBUzVJO0lBQUMsV0FBVyxFQUFFO0lBQ2IsU0FBUyxDQUFDLHFCQUFxQixDQUFDOzsyREFFWDtBQVZYLDJCQUEyQjtJQWhCdkMsWUFBWSxDQUFDLHNCQUFzQixDQUFDO0dBZ0J4QiwyQkFBMkIsQ0FtQnZDO1NBbkJZLDJCQUEyQjs0RkFBM0IsMkJBQTJCO2tCQWZ2QyxTQUFTO2lDQUNJLElBQUksWUFDTiwwQkFBMEIsaUJBRXJCLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sYUFDcEMsQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxXQUNoQyxDQUFDLG9CQUFvQixFQUFFLFVBQVUsRUFBRSxhQUFhLENBQUMsUUFDcEQ7d0JBQ0osNENBQTRDLEVBQUUsWUFBWTt3QkFDMUQsMENBQTBDLEVBQUUsUUFBUTt3QkFDcEQsY0FBYyxFQUFFLE1BQU07cUJBQ3ZCLGNBQ1csQ0FBQyxPQUFPLENBQUMscUJBQXFCLEVBQUUsQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7OEJBWXJJLE1BQU07c0JBRFosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRyYW5zaXRpb24sIHRyaWdnZXIsIHVzZUFuaW1hdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHsgQm9vbGVhbklucHV0LCBjb2VyY2VCb29sZWFuUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb3JlTW9kdWxlLCBEaXNhYmxlZENvbnRyb2xsZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgY29sbGFwc2UsIGV4cGFuZCB9IGZyb20gJ0BvZHgvYW5ndWxhci9hbmltYXRpb25zJztcbmltcG9ydCB7IEludGVyYWN0aXZlRGlyZWN0aXZlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9hMTF5JztcbmltcG9ydCB7IEV4cGFuZGFibGVJdGVtRGlyZWN0aXZlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9leHBhbmRhYmxlJztcbmltcG9ydCB7IEljb25Db21wb25lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCwgQ1NTTW9kaWZpZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXIvaW50ZXJuYWwnO1xuaW1wb3J0IHsgaW5qZWN0RWxlbWVudCwgVHJhbnNmb3JtIH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcblxuQENTU0NvbXBvbmVudCgnZXhwYW5kYWJsZS1saXN0LWl0ZW0nKVxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAnb2R4LWV4cGFuZGFibGUtbGlzdC1pdGVtJyxcbiAgdGVtcGxhdGVVcmw6ICdleHBhbmRhYmxlLWxpc3QtaXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBwcm92aWRlcnM6IFtEaXNhYmxlZENvbnRyb2xsZXIuY29ubmVjdCgpXSxcbiAgaW1wb3J0czogW0ludGVyYWN0aXZlRGlyZWN0aXZlLCBDb3JlTW9kdWxlLCBJY29uQ29tcG9uZW50XSxcbiAgaG9zdDoge1xuICAgICdbY2xhc3Mub2R4LWV4cGFuZGFibGUtbGlzdC1pdGVtLS1leHBhbmRlZF0nOiAnaXNFeHBhbmRlZCcsXG4gICAgJ1tjbGFzcy5vZHgtZXhwYW5kYWJsZS1saXN0LWl0ZW0tLWRhbmdlcl0nOiAnZGFuZ2VyJyxcbiAgICAnW2F0dHIudGl0bGVdJzogJ251bGwnLFxuICB9LFxuICBhbmltYXRpb25zOiBbdHJpZ2dlcignZXhwYW5kU2xvdEFuaW1hdGlvbicsIFt0cmFuc2l0aW9uKCc6ZW50ZXInLCBbdXNlQW5pbWF0aW9uKGV4cGFuZCldKSwgdHJhbnNpdGlvbignOmxlYXZlJywgW3VzZUFuaW1hdGlvbihjb2xsYXBzZSldKV0pXSxcbn0pXG5leHBvcnQgY2xhc3MgRXhwYW5kYWJsZUxpc3RJdGVtQ29tcG9uZW50IGV4dGVuZHMgRXhwYW5kYWJsZUl0ZW1EaXJlY3RpdmUge1xuICBwdWJsaWMgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX3NlbGVjdGVkOiBCb29sZWFuSW5wdXQ7XG4gIHB1YmxpYyBzdGF0aWMgbmdBY2NlcHRJbnB1dFR5cGVfZGFuZ2VyOiBCb29sZWFuSW5wdXQ7XG5cbiAgcHJpdmF0ZSByZWFkb25seSBkaXNhYmxlZENvbnRyb2xsZXIgPSBEaXNhYmxlZENvbnRyb2xsZXIuaW5qZWN0KCk7XG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudDxIVE1MRWxlbWVudD4oKTtcblxuICBAQ1NTTW9kaWZpZXIoKVxuICBAVHJhbnNmb3JtKGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSlcbiAgQElucHV0KClcbiAgcHVibGljIGRhbmdlciA9IGZhbHNlO1xuXG4gIHB1YmxpYyBnZXQgaXNEaXNhYmxlZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gISF0aGlzLmRpc2FibGVkQ29udHJvbGxlcj8uZGlzYWJsZWQ7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGlzRXhwYW5kZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICF0aGlzLmlzRGlzYWJsZWQgJiYgdGhpcy5leHBhbmRlZDtcbiAgfVxufVxuIiwiPGRpdlxuICByb2xlPVwiYnV0dG9uXCJcbiAgY2xhc3M9XCJvZHgtZXhwYW5kYWJsZS1saXN0LWl0ZW1fX2hlYWRlciBvZHgtbGlzdC1pdGVtXCJcbiAgW2F0dHIudGFiaW5kZXhdPVwiaXNEaXNhYmxlZCA/IC0xIDogMFwiXG4gIFtjbGFzcy5pcy1kaXNhYmxlZF09XCJpc0Rpc2FibGVkXCJcbiAgW2NsYXNzLm9keC1saXN0LWl0ZW0tLWRhbmdlcl09XCJkYW5nZXJcIlxuICBbY2xhc3Mub2R4LWxpc3QtaXRlbS0tc2VsZWN0ZWRdPVwiaXNFeHBhbmRlZFwiXG4gIChvZHhDZGtJbnRlcmFjdGl2ZSk9XCJ0b2dnbGUoKVwiXG4+XG4gIDxkaXYgY2xhc3M9XCJvZHgtZXhwYW5kYWJsZS1saXN0LWl0ZW1fX2NvbnRlbnRcIj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuICA8b2R4LWljb24gbmFtZT1cImNoZXZyb24tZG93blwiIGljb25TZXQ9XCJjb3JlXCIgY2xhc3M9XCJvZHgtZXhwYW5kYWJsZS1saXN0LWl0ZW1fX2V4cGFuZC1pY29uXCI+PC9vZHgtaWNvbj5cbjwvZGl2PlxuXG48ZGl2IGNsYXNzPVwib2R4LWV4cGFuZGFibGUtbGlzdC1pdGVtX19zbG90XCIgQGV4cGFuZFNsb3RBbmltYXRpb24gKm5nSWY9XCJpc0V4cGFuZGVkXCI+XG4gIDxuZy1jb250ZW50IHNlbGVjdD1cIm9keC1saXN0XCI+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
3
|
-
import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';
|
|
4
|
-
import { WithDisabledState, WithTabIndex } from '@odx/angular';
|
|
5
|
-
import { CSSComponent, CSSModifier } from '@odx/angular/internal';
|
|
6
|
-
import { injectElement, Transform } from '@odx/angular/utils';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@odx/angular";
|
|
9
|
-
let ListItemComponent = class ListItemComponent {
|
|
10
|
-
constructor() {
|
|
11
|
-
this.element = injectElement();
|
|
12
|
-
this.danger = false;
|
|
13
|
-
this.selected = false;
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
ListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
ListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListItemComponent, isStandalone: true, selector: "[odxListItem]", inputs: { danger: "danger", selected: "selected" }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<ng-content select=\"[odxListPrefix]\"></ng-content>\n<div class=\"odx-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-content select=\"[odxListSuffix]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
18
|
-
__decorate([
|
|
19
|
-
CSSModifier(),
|
|
20
|
-
Transform(coerceBooleanProperty),
|
|
21
|
-
__metadata("design:type", Object)
|
|
22
|
-
], ListItemComponent.prototype, "danger", void 0);
|
|
23
|
-
__decorate([
|
|
24
|
-
CSSModifier(),
|
|
25
|
-
Transform(coerceBooleanProperty),
|
|
26
|
-
__metadata("design:type", Object)
|
|
27
|
-
], ListItemComponent.prototype, "selected", void 0);
|
|
28
|
-
ListItemComponent = __decorate([
|
|
29
|
-
CSSComponent('list-item')
|
|
30
|
-
], ListItemComponent);
|
|
31
|
-
export { ListItemComponent };
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListItemComponent, decorators: [{
|
|
33
|
-
type: Component,
|
|
34
|
-
args: [{ standalone: true, selector: '[odxListItem]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [WithDisabledState, WithTabIndex], template: "<ng-content select=\"[odxListPrefix]\"></ng-content>\n<div class=\"odx-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-content select=\"[odxListSuffix]\"></ng-content>\n" }]
|
|
35
|
-
}], propDecorators: { danger: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], selected: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}] } });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2xpc3Qvc3JjL2xpYi9jb21wb25lbnRzL2xpc3QtaXRlbS9saXN0LWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvbGlzdC9zcmMvbGliL2NvbXBvbmVudHMvbGlzdC1pdGVtL2xpc3QtaXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFnQixxQkFBcUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzVFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxZQUFZLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDL0QsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLFNBQVMsRUFBRSxNQUFNLG9CQUFvQixDQUFDOzs7QUFZdkQsSUFBTSxpQkFBaUIsR0FBdkIsTUFBTSxpQkFBaUI7SUFBdkI7UUFJVyxZQUFPLEdBQUcsYUFBYSxFQUFlLENBQUM7UUFLaEQsV0FBTSxHQUFHLEtBQUssQ0FBQztRQUtmLGFBQVEsR0FBRyxLQUFLLENBQUM7S0FDekI7OytHQWZZLGlCQUFpQjttR0FBakIsaUJBQWlCLG9OQ2hCOUIsMkxBS0E7QURpQkU7SUFBQyxXQUFXLEVBQUU7SUFDYixTQUFTLENBQUMscUJBQXFCLENBQUM7O2lEQUVYO0FBRXRCO0lBQUMsV0FBVyxFQUFFO0lBQ2IsU0FBUyxDQUFDLHFCQUFxQixDQUFDOzttREFFVDtBQWRiLGlCQUFpQjtJQVY3QixZQUFZLENBQUMsV0FBVyxDQUFDO0dBVWIsaUJBQWlCLENBZTdCO1NBZlksaUJBQWlCOzRGQUFqQixpQkFBaUI7a0JBVDdCLFNBQVM7aUNBQ0ksSUFBSSxZQUVOLGVBQWUsaUJBRVYsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxrQkFDL0IsQ0FBQyxpQkFBaUIsRUFBRSxZQUFZLENBQUM7OEJBVzFDLE1BQU07c0JBRFosS0FBSztnQkFNQyxRQUFRO3NCQURkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCb29sZWFuSW5wdXQsIGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFdpdGhEaXNhYmxlZFN0YXRlLCBXaXRoVGFiSW5kZXggfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50LCBDU1NNb2RpZmllciB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50LCBUcmFuc2Zvcm0gfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuXG5AQ1NTQ29tcG9uZW50KCdsaXN0LWl0ZW0nKVxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnW29keExpc3RJdGVtXScsXG4gIHRlbXBsYXRlVXJsOiAnLi9saXN0LWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtXaXRoRGlzYWJsZWRTdGF0ZSwgV2l0aFRhYkluZGV4XSxcbn0pXG5leHBvcnQgY2xhc3MgTGlzdEl0ZW1Db21wb25lbnQge1xuICBwdWJsaWMgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX3NlbGVjdGVkOiBCb29sZWFuSW5wdXQ7XG4gIHB1YmxpYyBzdGF0aWMgbmdBY2NlcHRJbnB1dFR5cGVfZGFuZ2VyOiBCb29sZWFuSW5wdXQ7XG5cbiAgcHVibGljIHJlYWRvbmx5IGVsZW1lbnQgPSBpbmplY3RFbGVtZW50PEhUTUxFbGVtZW50PigpO1xuXG4gIEBDU1NNb2RpZmllcigpXG4gIEBUcmFuc2Zvcm0oY29lcmNlQm9vbGVhblByb3BlcnR5KVxuICBASW5wdXQoKVxuICBwdWJsaWMgZGFuZ2VyID0gZmFsc2U7XG5cbiAgQENTU01vZGlmaWVyKClcbiAgQFRyYW5zZm9ybShjb2VyY2VCb29sZWFuUHJvcGVydHkpXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzZWxlY3RlZCA9IGZhbHNlO1xufVxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwiW29keExpc3RQcmVmaXhdXCI+PC9uZy1jb250ZW50PlxuPGRpdiBjbGFzcz1cIm9keC1saXN0LWl0ZW1fX2NvbnRlbnRcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG48bmctY29udGVudCBzZWxlY3Q9XCJbb2R4TGlzdFN1ZmZpeF1cIj48L25nLWNvbnRlbnQ+XG4iXX0=
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
var ListComponent_1;
|
|
2
|
-
import { __decorate, __metadata } from "tslib";
|
|
3
|
-
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
4
|
-
import { ChangeDetectionStrategy, Component, forwardRef, Input, ViewEncapsulation } from '@angular/core';
|
|
5
|
-
import { ExpandableContainerDirective, ODX_EXPANDABLE_CONTAINER } from '@odx/angular/cdk/expandable';
|
|
6
|
-
import { CSSComponent } from '@odx/angular/internal';
|
|
7
|
-
import { injectElement, Transform } from '@odx/angular/utils';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
let ListComponent = ListComponent_1 = class ListComponent extends ExpandableContainerDirective {
|
|
10
|
-
constructor() {
|
|
11
|
-
super(...arguments);
|
|
12
|
-
this.element = injectElement();
|
|
13
|
-
this.multiple = true;
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, isStandalone: true, selector: "odx-list", inputs: { multiple: "multiple" }, providers: [{ provide: ODX_EXPANDABLE_CONTAINER, useExisting: forwardRef(() => ListComponent_1) }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"[odxListItem], odx-expandable-list-item\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
18
|
-
__decorate([
|
|
19
|
-
Transform(coerceBooleanProperty),
|
|
20
|
-
__metadata("design:type", Object)
|
|
21
|
-
], ListComponent.prototype, "multiple", void 0);
|
|
22
|
-
ListComponent = ListComponent_1 = __decorate([
|
|
23
|
-
CSSComponent('list')
|
|
24
|
-
], ListComponent);
|
|
25
|
-
export { ListComponent };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, decorators: [{
|
|
27
|
-
type: Component,
|
|
28
|
-
args: [{ selector: 'odx-list', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [{ provide: ODX_EXPANDABLE_CONTAINER, useExisting: forwardRef(() => ListComponent) }], template: "<ng-content select=\"[odxListItem], odx-expandable-list-item\"></ng-content>\n" }]
|
|
29
|
-
}], propDecorators: { multiple: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}] } });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9saXN0L3NyYy9saWIvbGlzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9saXN0L3NyYy9saWIvbGlzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzlELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6RyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNyRyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDckQsT0FBTyxFQUFFLGFBQWEsRUFBRSxTQUFTLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFXdkQsSUFBTSxhQUFhLHFCQUFuQixNQUFNLGFBQWMsU0FBUSw0QkFBNEI7SUFBeEQ7O1FBQ1csWUFBTyxHQUFHLGFBQWEsRUFBRSxDQUFDO1FBSTFCLGFBQVEsR0FBRyxJQUFJLENBQUM7S0FDakM7OzJHQU5ZLGFBQWE7K0ZBQWIsYUFBYSx5RkFGYixDQUFDLEVBQUUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsZUFBYSxDQUFDLEVBQUUsQ0FBQyxpRENibEcsZ0ZBQ0E7QURpQkU7SUFBQyxTQUFTLENBQUMscUJBQXFCLENBQUM7OytDQUVEO0FBTHJCLGFBQWE7SUFUekIsWUFBWSxDQUFDLE1BQU0sQ0FBQztHQVNSLGFBQWEsQ0FNekI7U0FOWSxhQUFhOzRGQUFiLGFBQWE7a0JBUnpCLFNBQVM7K0JBQ0UsVUFBVSxjQUNSLElBQUksaUJBRUQsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxhQUNwQyxDQUFDLEVBQUUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLGNBQWMsQ0FBQyxFQUFFLENBQUM7OEJBT2hGLFFBQVE7c0JBRHZCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjb2VyY2VCb29sZWFuUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgZm9yd2FyZFJlZiwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFeHBhbmRhYmxlQ29udGFpbmVyRGlyZWN0aXZlLCBPRFhfRVhQQU5EQUJMRV9DT05UQUlORVIgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY2RrL2V4cGFuZGFibGUnO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGluamVjdEVsZW1lbnQsIFRyYW5zZm9ybSB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5cbkBDU1NDb21wb25lbnQoJ2xpc3QnKVxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb2R4LWxpc3QnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICB0ZW1wbGF0ZVVybDogJy4vbGlzdC5jb21wb25lbnQuaHRtbCcsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IE9EWF9FWFBBTkRBQkxFX0NPTlRBSU5FUiwgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gTGlzdENvbXBvbmVudCkgfV0sXG59KVxuZXhwb3J0IGNsYXNzIExpc3RDb21wb25lbnQgZXh0ZW5kcyBFeHBhbmRhYmxlQ29udGFpbmVyRGlyZWN0aXZlIHtcbiAgcHVibGljIHJlYWRvbmx5IGVsZW1lbnQgPSBpbmplY3RFbGVtZW50KCk7XG5cbiAgQFRyYW5zZm9ybShjb2VyY2VCb29sZWFuUHJvcGVydHkpXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBvdmVycmlkZSBtdWx0aXBsZSA9IHRydWU7XG59XG4iLCI8bmctY29udGVudCBzZWxlY3Q9XCJbb2R4TGlzdEl0ZW1dLCBvZHgtZXhwYW5kYWJsZS1saXN0LWl0ZW1cIj48L25nLWNvbnRlbnQ+XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { IconComponent } from '@odx/angular/components/icon';
|
|
3
|
-
import { ExpandableListItemComponent, ListItemComponent } from './components';
|
|
4
|
-
import { ListComponent } from './list.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
const modules = [ListComponent, ListItemComponent, ExpandableListItemComponent, IconComponent];
|
|
7
|
-
export class ListModule {
|
|
8
|
-
}
|
|
9
|
-
ListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
-
ListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ListModule, imports: [ListComponent, ListItemComponent, ExpandableListItemComponent, IconComponent], exports: [ListComponent, ListItemComponent, ExpandableListItemComponent, IconComponent] });
|
|
11
|
-
ListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, imports: [modules] });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: modules,
|
|
16
|
-
exports: modules,
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9saXN0L3NyYy9saWIvbGlzdC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0QsT0FBTyxFQUFFLDJCQUEyQixFQUFFLGlCQUFpQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7QUFFakQsTUFBTSxPQUFPLEdBQUcsQ0FBQyxhQUFhLEVBQUUsaUJBQWlCLEVBQUUsMkJBQTJCLEVBQUUsYUFBYSxDQUFDLENBQUM7QUFNL0YsTUFBTSxPQUFPLFVBQVU7O3dHQUFWLFVBQVU7eUdBQVYsVUFBVSxZQU5OLGFBQWEsRUFBRSxpQkFBaUIsRUFBRSwyQkFBMkIsRUFBRSxhQUFhLGFBQTVFLGFBQWEsRUFBRSxpQkFBaUIsRUFBRSwyQkFBMkIsRUFBRSxhQUFhO3lHQU1oRixVQUFVLFlBSFosT0FBTzs0RkFHTCxVQUFVO2tCQUp0QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUUsT0FBTztpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSWNvbkNvbXBvbmVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci9jb21wb25lbnRzL2ljb24nO1xuaW1wb3J0IHsgRXhwYW5kYWJsZUxpc3RJdGVtQ29tcG9uZW50LCBMaXN0SXRlbUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cyc7XG5pbXBvcnQgeyBMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9saXN0LmNvbXBvbmVudCc7XG5cbmNvbnN0IG1vZHVsZXMgPSBbTGlzdENvbXBvbmVudCwgTGlzdEl0ZW1Db21wb25lbnQsIEV4cGFuZGFibGVMaXN0SXRlbUNvbXBvbmVudCwgSWNvbkNvbXBvbmVudF07XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IG1vZHVsZXMsXG4gIGV4cG9ydHM6IG1vZHVsZXMsXG59KVxuZXhwb3J0IGNsYXNzIExpc3RNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { transition, trigger, useAnimation } from '@angular/animations';
|
|
3
|
-
import { ChangeDetectionStrategy, Component, inject, Input, ViewEncapsulation } from '@angular/core';
|
|
4
|
-
import { WindowRef } from '@odx/angular';
|
|
5
|
-
import { fadeIn, fadeOut } from '@odx/angular/animations';
|
|
6
|
-
import { CircularProgressComponent } from '@odx/angular/components/circular-progress';
|
|
7
|
-
import { CSSComponent, CSSModifier } from '@odx/angular/internal';
|
|
8
|
-
import { injectElement } from '@odx/angular/utils';
|
|
9
|
-
import { LoadingSpinnerDirective } from './loading-spinner.directive';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
const BROWSER_TRANSPARENT_COLOR = 'rgba(0, 0, 0, 0)';
|
|
12
|
-
let LoadingSpinnerComponent = class LoadingSpinnerComponent {
|
|
13
|
-
constructor() {
|
|
14
|
-
this.host = inject(LoadingSpinnerDirective);
|
|
15
|
-
this.windowRef = inject(WindowRef);
|
|
16
|
-
this.backgroundColor = null;
|
|
17
|
-
this.element = injectElement();
|
|
18
|
-
this.autoColor = false;
|
|
19
|
-
}
|
|
20
|
-
ngOnInit() {
|
|
21
|
-
this.backgroundColor = this.resolveBackgroundColor(this.element.nativeElement);
|
|
22
|
-
}
|
|
23
|
-
animationFinished({ toState }) {
|
|
24
|
-
if (toState === 'void') {
|
|
25
|
-
this.host.resetParentStyles();
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
resolveBackgroundColor(element) {
|
|
29
|
-
const { backgroundColor } = this.windowRef.nativeWindow.getComputedStyle(element);
|
|
30
|
-
if (backgroundColor !== BROWSER_TRANSPARENT_COLOR) {
|
|
31
|
-
return backgroundColor;
|
|
32
|
-
}
|
|
33
|
-
if (element.parentElement) {
|
|
34
|
-
return this.resolveBackgroundColor(element.parentElement);
|
|
35
|
-
}
|
|
36
|
-
return null;
|
|
37
|
-
}
|
|
38
|
-
};
|
|
39
|
-
LoadingSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
-
LoadingSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoadingSpinnerComponent, isStandalone: true, selector: "odx-loading-spinner", inputs: { autoColor: "autoColor" }, host: { listeners: { "@hostAnimation.done": "animationFinished($event)" }, properties: { "@hostAnimation": "true" } }, ngImport: i0, template: "<odx-circular-progress size=\"auto\" value=\"-1\"></odx-circular-progress>\n<div class=\"odx-loading-spinner__backdrop\" [style.backgroundColor]=\"backgroundColor\"></div>\n", dependencies: [{ kind: "component", type: CircularProgressComponent, selector: "odx-circular-progress", inputs: ["stroke", "size", "value"] }], animations: [trigger('hostAnimation', [transition(':enter', useAnimation(fadeIn())), transition(':leave', useAnimation(fadeOut()))])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
41
|
-
__decorate([
|
|
42
|
-
CSSModifier(),
|
|
43
|
-
__metadata("design:type", Object)
|
|
44
|
-
], LoadingSpinnerComponent.prototype, "autoColor", void 0);
|
|
45
|
-
LoadingSpinnerComponent = __decorate([
|
|
46
|
-
CSSComponent('loading-spinner')
|
|
47
|
-
], LoadingSpinnerComponent);
|
|
48
|
-
export { LoadingSpinnerComponent };
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingSpinnerComponent, decorators: [{
|
|
50
|
-
type: Component,
|
|
51
|
-
args: [{ standalone: true, selector: 'odx-loading-spinner', imports: [CircularProgressComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
52
|
-
'[@hostAnimation]': 'true',
|
|
53
|
-
'(@hostAnimation.done)': 'animationFinished($event)',
|
|
54
|
-
}, animations: [trigger('hostAnimation', [transition(':enter', useAnimation(fadeIn())), transition(':leave', useAnimation(fadeOut()))])], template: "<odx-circular-progress size=\"auto\" value=\"-1\"></odx-circular-progress>\n<div class=\"odx-loading-spinner__backdrop\" [style.backgroundColor]=\"backgroundColor\"></div>\n" }]
|
|
55
|
-
}], propDecorators: { autoColor: [{
|
|
56
|
-
type: Input
|
|
57
|
-
}] } });
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1zcGlubmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2xvYWRpbmctc3Bpbm5lci9zcmMvbGliL2xvYWRpbmctc3Bpbm5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9sb2FkaW5nLXNwaW5uZXIvc3JjL2xpYi9sb2FkaW5nLXNwaW5uZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBa0IsVUFBVSxFQUFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN4RixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQVUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0csT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUN6QyxPQUFPLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzFELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ25ELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOztBQUV0RSxNQUFNLHlCQUF5QixHQUFHLGtCQUFrQixDQUFDO0FBZ0I5QyxJQUFNLHVCQUF1QixHQUE3QixNQUFNLHVCQUF1QjtJQUE3QjtRQUNZLFNBQUksR0FBRyxNQUFNLENBQUMsdUJBQXVCLENBQUMsQ0FBQztRQUN2QyxjQUFTLEdBQUcsTUFBTSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBRXJDLG9CQUFlLEdBQWtCLElBQUksQ0FBQztRQUVoQyxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7UUFJbkMsY0FBUyxHQUFHLEtBQUssQ0FBQztLQXNCMUI7SUFwQlEsUUFBUTtRQUNiLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDakYsQ0FBQztJQUVTLGlCQUFpQixDQUFDLEVBQUUsT0FBTyxFQUFrQjtRQUNyRCxJQUFJLE9BQU8sS0FBSyxNQUFNLEVBQUU7WUFDdEIsSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1NBQy9CO0lBQ0gsQ0FBQztJQUVPLHNCQUFzQixDQUFDLE9BQW9CO1FBQ2pELE1BQU0sRUFBRSxlQUFlLEVBQUUsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUNsRixJQUFJLGVBQWUsS0FBSyx5QkFBeUIsRUFBRTtZQUNqRCxPQUFPLGVBQWUsQ0FBQztTQUN4QjtRQUNELElBQUksT0FBTyxDQUFDLGFBQWEsRUFBRTtZQUN6QixPQUFPLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUM7U0FDM0Q7UUFDRCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7O3FIQS9CVSx1QkFBdUI7eUdBQXZCLHVCQUF1QiwwT0N6QnBDLCtLQUVBLDRDRGNZLHlCQUF5Qix5RkFPdkIsQ0FBQyxPQUFPLENBQUMsZUFBZSxFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxZQUFZLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxFQUFFLFVBQVUsQ0FBQyxRQUFRLEVBQUUsWUFBWSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7QUFVckk7SUFBQyxXQUFXLEVBQUU7OzBEQUVXO0FBVmQsdUJBQXVCO0lBZG5DLFlBQVksQ0FBQyxpQkFBaUIsQ0FBQztHQWNuQix1QkFBdUIsQ0FnQ25DO1NBaENZLHVCQUF1Qjs0RkFBdkIsdUJBQXVCO2tCQWJuQyxTQUFTO2lDQUNJLElBQUksWUFDTixxQkFBcUIsV0FFdEIsQ0FBQyx5QkFBeUIsQ0FBQyxpQkFDckIsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxRQUN6Qzt3QkFDSixrQkFBa0IsRUFBRSxNQUFNO3dCQUMxQix1QkFBdUIsRUFBRSwyQkFBMkI7cUJBQ3JELGNBQ1csQ0FBQyxPQUFPLENBQUMsZUFBZSxFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxZQUFZLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxFQUFFLFVBQVUsQ0FBQyxRQUFRLEVBQUUsWUFBWSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7OEJBWTlILFNBQVM7c0JBRGYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFuaW1hdGlvbkV2ZW50LCB0cmFuc2l0aW9uLCB0cmlnZ2VyLCB1c2VBbmltYXRpb24gfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIGluamVjdCwgSW5wdXQsIE9uSW5pdCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFdpbmRvd1JlZiB9IGZyb20gJ0BvZHgvYW5ndWxhcic7XG5pbXBvcnQgeyBmYWRlSW4sIGZhZGVPdXQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBDaXJjdWxhclByb2dyZXNzQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvY2lyY3VsYXItcHJvZ3Jlc3MnO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50LCBDU1NNb2RpZmllciB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcbmltcG9ydCB7IExvYWRpbmdTcGlubmVyRGlyZWN0aXZlIH0gZnJvbSAnLi9sb2FkaW5nLXNwaW5uZXIuZGlyZWN0aXZlJztcblxuY29uc3QgQlJPV1NFUl9UUkFOU1BBUkVOVF9DT0xPUiA9ICdyZ2JhKDAsIDAsIDAsIDApJztcblxuQENTU0NvbXBvbmVudCgnbG9hZGluZy1zcGlubmVyJylcbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ29keC1sb2FkaW5nLXNwaW5uZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vbG9hZGluZy1zcGlubmVyLmNvbXBvbmVudC5odG1sJyxcbiAgaW1wb3J0czogW0NpcmN1bGFyUHJvZ3Jlc3NDb21wb25lbnRdLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdDoge1xuICAgICdbQGhvc3RBbmltYXRpb25dJzogJ3RydWUnLFxuICAgICcoQGhvc3RBbmltYXRpb24uZG9uZSknOiAnYW5pbWF0aW9uRmluaXNoZWQoJGV2ZW50KScsXG4gIH0sXG4gIGFuaW1hdGlvbnM6IFt0cmlnZ2VyKCdob3N0QW5pbWF0aW9uJywgW3RyYW5zaXRpb24oJzplbnRlcicsIHVzZUFuaW1hdGlvbihmYWRlSW4oKSkpLCB0cmFuc2l0aW9uKCc6bGVhdmUnLCB1c2VBbmltYXRpb24oZmFkZU91dCgpKSldKV0sXG59KVxuZXhwb3J0IGNsYXNzIExvYWRpbmdTcGlubmVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgcHJpdmF0ZSByZWFkb25seSBob3N0ID0gaW5qZWN0KExvYWRpbmdTcGlubmVyRGlyZWN0aXZlKTtcbiAgcHJpdmF0ZSByZWFkb25seSB3aW5kb3dSZWYgPSBpbmplY3QoV2luZG93UmVmKTtcblxuICBwcm90ZWN0ZWQgYmFja2dyb3VuZENvbG9yOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcblxuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBAQ1NTTW9kaWZpZXIoKVxuICBASW5wdXQoKVxuICBwdWJsaWMgYXV0b0NvbG9yID0gZmFsc2U7XG5cbiAgcHVibGljIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuYmFja2dyb3VuZENvbG9yID0gdGhpcy5yZXNvbHZlQmFja2dyb3VuZENvbG9yKHRoaXMuZWxlbWVudC5uYXRpdmVFbGVtZW50KTtcbiAgfVxuXG4gIHByb3RlY3RlZCBhbmltYXRpb25GaW5pc2hlZCh7IHRvU3RhdGUgfTogQW5pbWF0aW9uRXZlbnQpOiB2b2lkIHtcbiAgICBpZiAodG9TdGF0ZSA9PT0gJ3ZvaWQnKSB7XG4gICAgICB0aGlzLmhvc3QucmVzZXRQYXJlbnRTdHlsZXMoKTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIHJlc29sdmVCYWNrZ3JvdW5kQ29sb3IoZWxlbWVudDogSFRNTEVsZW1lbnQpOiBzdHJpbmcgfCBudWxsIHtcbiAgICBjb25zdCB7IGJhY2tncm91bmRDb2xvciB9ID0gdGhpcy53aW5kb3dSZWYubmF0aXZlV2luZG93LmdldENvbXB1dGVkU3R5bGUoZWxlbWVudCk7XG4gICAgaWYgKGJhY2tncm91bmRDb2xvciAhPT0gQlJPV1NFUl9UUkFOU1BBUkVOVF9DT0xPUikge1xuICAgICAgcmV0dXJuIGJhY2tncm91bmRDb2xvcjtcbiAgICB9XG4gICAgaWYgKGVsZW1lbnQucGFyZW50RWxlbWVudCkge1xuICAgICAgcmV0dXJuIHRoaXMucmVzb2x2ZUJhY2tncm91bmRDb2xvcihlbGVtZW50LnBhcmVudEVsZW1lbnQpO1xuICAgIH1cbiAgICByZXR1cm4gbnVsbDtcbiAgfVxufVxuIiwiPG9keC1jaXJjdWxhci1wcm9ncmVzcyBzaXplPVwiYXV0b1wiIHZhbHVlPVwiLTFcIj48L29keC1jaXJjdWxhci1wcm9ncmVzcz5cbjxkaXYgY2xhc3M9XCJvZHgtbG9hZGluZy1zcGlubmVyX19iYWNrZHJvcFwiIFtzdHlsZS5iYWNrZ3JvdW5kQ29sb3JdPVwiYmFja2dyb3VuZENvbG9yXCI+PC9kaXY+XG4iXX0=
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from "tslib";
|
|
2
|
-
import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
|
|
3
|
-
import { Directive, inject, Input, Renderer2 } from '@angular/core';
|
|
4
|
-
import { DisabledController, WindowRef } from '@odx/angular';
|
|
5
|
-
import { DynamicViewService } from '@odx/angular/cdk/dynamic-view';
|
|
6
|
-
import { deferFn, getInjector, injectElement, px, Transform } from '@odx/angular/utils';
|
|
7
|
-
import { LoadingSpinnerComponent } from './loading-spinner.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
const LOADING_SPINNER_PARENT_CLASS = 'odx-loading-spinner-parent';
|
|
10
|
-
export class LoadingSpinnerDirective {
|
|
11
|
-
constructor() {
|
|
12
|
-
this.disabledController = DisabledController.inject();
|
|
13
|
-
this.hasDisabledControllerOnHost = !!inject(DisabledController, { optional: true });
|
|
14
|
-
this.dynamicViewService = inject(DynamicViewService);
|
|
15
|
-
this.hostElement = injectElement();
|
|
16
|
-
this.renderer = inject(Renderer2);
|
|
17
|
-
this.injector = getInjector();
|
|
18
|
-
this.windowRef = inject(WindowRef);
|
|
19
|
-
this.viewRef = null;
|
|
20
|
-
this.autoColor = false;
|
|
21
|
-
}
|
|
22
|
-
set isLoading(value) {
|
|
23
|
-
const isLoading = coerceBooleanProperty(value);
|
|
24
|
-
if (!this.hasDisabledControllerOnHost) {
|
|
25
|
-
this.disabledController?.setDisabledState(isLoading);
|
|
26
|
-
}
|
|
27
|
-
if (value) {
|
|
28
|
-
this.createSpinner();
|
|
29
|
-
}
|
|
30
|
-
else {
|
|
31
|
-
this.removeSpinner();
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
get isLoading() {
|
|
35
|
-
return this.viewRef !== null;
|
|
36
|
-
}
|
|
37
|
-
set minHeight(value) {
|
|
38
|
-
this.parentMinHeight = coerceNumberProperty(value);
|
|
39
|
-
this.setParentHeight();
|
|
40
|
-
}
|
|
41
|
-
resetParentStyles() {
|
|
42
|
-
this.renderer.removeClass(this.hostElement.nativeElement, LOADING_SPINNER_PARENT_CLASS);
|
|
43
|
-
this.renderer.removeStyle(this.hostElement.nativeElement, 'minHeight');
|
|
44
|
-
this.renderer.removeStyle(this.hostElement.nativeElement, 'position');
|
|
45
|
-
}
|
|
46
|
-
setParentHeight() {
|
|
47
|
-
this.renderer.setStyle(this.hostElement.nativeElement, 'minHeight', this.parentMinHeight ? px(this.parentMinHeight) : 'inherit');
|
|
48
|
-
}
|
|
49
|
-
createSpinner() {
|
|
50
|
-
this.renderer.addClass(this.hostElement.nativeElement, LOADING_SPINNER_PARENT_CLASS);
|
|
51
|
-
this.setParentHeight();
|
|
52
|
-
if (this.hasStaticPosition()) {
|
|
53
|
-
this.renderer.setStyle(this.hostElement.nativeElement, 'position', 'relative');
|
|
54
|
-
}
|
|
55
|
-
this.viewRef = this.dynamicViewService.createView(LoadingSpinnerComponent, {
|
|
56
|
-
injector: this.injector,
|
|
57
|
-
context: { autoColor: this.autoColor },
|
|
58
|
-
host: this.hostElement.nativeElement,
|
|
59
|
-
});
|
|
60
|
-
deferFn(() => (this.hostElement.nativeElement.scrollTop = 0));
|
|
61
|
-
}
|
|
62
|
-
removeSpinner() {
|
|
63
|
-
this.viewRef?.destroy();
|
|
64
|
-
this.viewRef = null;
|
|
65
|
-
}
|
|
66
|
-
hasStaticPosition() {
|
|
67
|
-
return this.windowRef.nativeWindow.getComputedStyle(this.hostElement.nativeElement).position === 'static';
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
LoadingSpinnerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingSpinnerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
71
|
-
LoadingSpinnerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LoadingSpinnerDirective, isStandalone: true, selector: "[odxLoadingSpinner]", inputs: { autoColor: ["odxLoadingSpinnerAutoColor", "autoColor"], isLoading: ["odxLoadingSpinner", "isLoading"], minHeight: ["odxLoadingSpinnerMinHeight", "minHeight"] }, providers: [DisabledController.connect()], ngImport: i0 });
|
|
72
|
-
__decorate([
|
|
73
|
-
Transform(coerceBooleanProperty),
|
|
74
|
-
__metadata("design:type", Object)
|
|
75
|
-
], LoadingSpinnerDirective.prototype, "autoColor", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
Transform(coerceNumberProperty),
|
|
78
|
-
__metadata("design:type", Object),
|
|
79
|
-
__metadata("design:paramtypes", [Object])
|
|
80
|
-
], LoadingSpinnerDirective.prototype, "minHeight", null);
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingSpinnerDirective, decorators: [{
|
|
82
|
-
type: Directive,
|
|
83
|
-
args: [{
|
|
84
|
-
standalone: true,
|
|
85
|
-
selector: '[odxLoadingSpinner]',
|
|
86
|
-
providers: [DisabledController.connect()],
|
|
87
|
-
}]
|
|
88
|
-
}], propDecorators: { autoColor: [{
|
|
89
|
-
type: Input,
|
|
90
|
-
args: ['odxLoadingSpinnerAutoColor']
|
|
91
|
-
}], isLoading: [{
|
|
92
|
-
type: Input,
|
|
93
|
-
args: ['odxLoadingSpinner']
|
|
94
|
-
}], minHeight: [{
|
|
95
|
-
type: Input,
|
|
96
|
-
args: ['odxLoadingSpinnerMinHeight']
|
|
97
|
-
}] } });
|
|
98
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1zcGlubmVyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2xvYWRpbmctc3Bpbm5lci9zcmMvbGliL2xvYWRpbmctc3Bpbm5lci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsb0JBQW9CLEVBQWUsTUFBTSx1QkFBdUIsQ0FBQztBQUMvRyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxTQUFTLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDN0QsT0FBTyxFQUFrQixrQkFBa0IsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ25GLE9BQU8sRUFBRSxPQUFPLEVBQUUsV0FBVyxFQUFFLGFBQWEsRUFBRSxFQUFFLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDeEYsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNkJBQTZCLENBQUM7O0FBRXRFLE1BQU0sNEJBQTRCLEdBQUcsNEJBQTRCLENBQUM7QUFPbEUsTUFBTSxPQUFPLHVCQUF1QjtJQUxwQztRQVVtQix1QkFBa0IsR0FBRyxrQkFBa0IsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUNqRCxnQ0FBMkIsR0FBRyxDQUFDLENBQUMsTUFBTSxDQUFDLGtCQUFrQixFQUFFLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUM7UUFDL0UsdUJBQWtCLEdBQUcsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUM7UUFDaEQsZ0JBQVcsR0FBRyxhQUFhLEVBQUUsQ0FBQztRQUM5QixhQUFRLEdBQUcsTUFBTSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQzdCLGFBQVEsR0FBRyxXQUFXLEVBQUUsQ0FBQztRQUN6QixjQUFTLEdBQUcsTUFBTSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBR3ZDLFlBQU8sR0FBMEQsSUFBSSxDQUFDO1FBSXZFLGNBQVMsR0FBRyxLQUFLLENBQUM7S0F5RDFCO0lBdkRDLElBQ1csU0FBUyxDQUFDLEtBQWM7UUFDakMsTUFBTSxTQUFTLEdBQUcscUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDL0MsSUFBSSxDQUFDLElBQUksQ0FBQywyQkFBMkIsRUFBRTtZQUNyQyxJQUFJLENBQUMsa0JBQWtCLEVBQUUsZ0JBQWdCLENBQUMsU0FBUyxDQUFDLENBQUM7U0FDdEQ7UUFDRCxJQUFJLEtBQUssRUFBRTtZQUNULElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztTQUN0QjthQUFNO1lBQ0wsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1NBQ3RCO0lBQ0gsQ0FBQztJQUNELElBQVcsU0FBUztRQUNsQixPQUFPLElBQUksQ0FBQyxPQUFPLEtBQUssSUFBSSxDQUFDO0lBQy9CLENBQUM7SUFFRCxJQUVXLFNBQVMsQ0FBQyxLQUFjO1FBQ2pDLElBQUksQ0FBQyxlQUFlLEdBQUcsb0JBQW9CLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDbkQsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFTSxpQkFBaUI7UUFDdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLEVBQUUsNEJBQTRCLENBQUMsQ0FBQztRQUN4RixJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsRUFBRSxXQUFXLENBQUMsQ0FBQztRQUN2RSxJQUFJLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsRUFBRSxVQUFVLENBQUMsQ0FBQztJQUN4RSxDQUFDO0lBRU8sZUFBZTtRQUNyQixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsRUFBRSxXQUFXLEVBQUUsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDbkksQ0FBQztJQUVPLGFBQWE7UUFDbkIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLEVBQUUsNEJBQTRCLENBQUMsQ0FBQztRQUNyRixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDdkIsSUFBSSxJQUFJLENBQUMsaUJBQWlCLEVBQUUsRUFBRTtZQUM1QixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsRUFBRSxVQUFVLEVBQUUsVUFBVSxDQUFDLENBQUM7U0FDaEY7UUFDRCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLENBQUMsdUJBQXVCLEVBQUU7WUFDekUsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRO1lBQ3ZCLE9BQU8sRUFBRSxFQUFFLFNBQVMsRUFBRSxJQUFJLENBQUMsU0FBUyxFQUFFO1lBQ3RDLElBQUksRUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWE7U0FDckMsQ0FBQyxDQUFDO1FBQ0gsT0FBTyxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsU0FBUyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDaEUsQ0FBQztJQUVPLGFBQWE7UUFDbkIsSUFBSSxDQUFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztJQUN0QixDQUFDO0lBRU8saUJBQWlCO1FBQ3ZCLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxZQUFZLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsQ0FBQyxRQUFRLEtBQUssUUFBUSxDQUFDO0lBQzVHLENBQUM7O3FIQTFFVSx1QkFBdUI7eUdBQXZCLHVCQUF1Qiw2T0FGdkIsQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQztBQWtCekM7SUFBQyxTQUFTLENBQUMscUJBQXFCLENBQUM7OzBEQUVSO0FBa0J6QjtJQUFDLFNBQVMsQ0FBQyxvQkFBb0IsQ0FBQzs7O3dEQUsvQjs0RkF6Q1UsdUJBQXVCO2tCQUxuQyxTQUFTO21CQUFDO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUscUJBQXFCO29CQUMvQixTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQztpQkFDMUM7OEJBbUJRLFNBQVM7c0JBRGYsS0FBSzt1QkFBQyw0QkFBNEI7Z0JBSXhCLFNBQVM7c0JBRG5CLEtBQUs7dUJBQUMsbUJBQW1CO2dCQWtCZixTQUFTO3NCQURuQixLQUFLO3VCQUFDLDRCQUE0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJvb2xlYW5JbnB1dCwgY29lcmNlQm9vbGVhblByb3BlcnR5LCBjb2VyY2VOdW1iZXJQcm9wZXJ0eSwgTnVtYmVySW5wdXQgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBpbmplY3QsIElucHV0LCBSZW5kZXJlcjIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERpc2FibGVkQ29udHJvbGxlciwgV2luZG93UmVmIH0gZnJvbSAnQG9keC9hbmd1bGFyJztcbmltcG9ydCB7IER5bmFtaWNWaWV3UmVmLCBEeW5hbWljVmlld1NlcnZpY2UgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY2RrL2R5bmFtaWMtdmlldyc7XG5pbXBvcnQgeyBkZWZlckZuLCBnZXRJbmplY3RvciwgaW5qZWN0RWxlbWVudCwgcHgsIFRyYW5zZm9ybSB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5pbXBvcnQgeyBMb2FkaW5nU3Bpbm5lckNvbXBvbmVudCB9IGZyb20gJy4vbG9hZGluZy1zcGlubmVyLmNvbXBvbmVudCc7XG5cbmNvbnN0IExPQURJTkdfU1BJTk5FUl9QQVJFTlRfQ0xBU1MgPSAnb2R4LWxvYWRpbmctc3Bpbm5lci1wYXJlbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICdbb2R4TG9hZGluZ1NwaW5uZXJdJyxcbiAgcHJvdmlkZXJzOiBbRGlzYWJsZWRDb250cm9sbGVyLmNvbm5lY3QoKV0sXG59KVxuZXhwb3J0IGNsYXNzIExvYWRpbmdTcGlubmVyRGlyZWN0aXZlIHtcbiAgcHVibGljIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV9hdXRvQ29sb3I6IEJvb2xlYW5JbnB1dDtcbiAgcHVibGljIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV9pc0xvYWRpbmc6IEJvb2xlYW5JbnB1dDtcbiAgcHVibGljIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV9taW5IZWlnaHQ6IE51bWJlcklucHV0O1xuXG4gIHByaXZhdGUgcmVhZG9ubHkgZGlzYWJsZWRDb250cm9sbGVyID0gRGlzYWJsZWRDb250cm9sbGVyLmluamVjdCgpO1xuICBwcml2YXRlIHJlYWRvbmx5IGhhc0Rpc2FibGVkQ29udHJvbGxlck9uSG9zdCA9ICEhaW5qZWN0KERpc2FibGVkQ29udHJvbGxlciwgeyBvcHRpb25hbDogdHJ1ZSB9KTtcbiAgcHJpdmF0ZSByZWFkb25seSBkeW5hbWljVmlld1NlcnZpY2UgPSBpbmplY3QoRHluYW1pY1ZpZXdTZXJ2aWNlKTtcbiAgcHJpdmF0ZSByZWFkb25seSBob3N0RWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcbiAgcHJpdmF0ZSByZWFkb25seSByZW5kZXJlciA9IGluamVjdChSZW5kZXJlcjIpO1xuICBwcml2YXRlIHJlYWRvbmx5IGluamVjdG9yID0gZ2V0SW5qZWN0b3IoKTtcbiAgcHJpdmF0ZSByZWFkb25seSB3aW5kb3dSZWYgPSBpbmplY3QoV2luZG93UmVmKTtcblxuICBwcml2YXRlIHBhcmVudE1pbkhlaWdodD86IG51bWJlcjtcbiAgcHJpdmF0ZSB2aWV3UmVmOiBEeW5hbWljVmlld1JlZjx0eXBlb2YgTG9hZGluZ1NwaW5uZXJDb21wb25lbnQ+IHwgbnVsbCA9IG51bGw7XG5cbiAgQFRyYW5zZm9ybShjb2VyY2VCb29sZWFuUHJvcGVydHkpXG4gIEBJbnB1dCgnb2R4TG9hZGluZ1NwaW5uZXJBdXRvQ29sb3InKVxuICBwdWJsaWMgYXV0b0NvbG9yID0gZmFsc2U7XG5cbiAgQElucHV0KCdvZHhMb2FkaW5nU3Bpbm5lcicpXG4gIHB1YmxpYyBzZXQgaXNMb2FkaW5nKHZhbHVlOiB1bmtub3duKSB7XG4gICAgY29uc3QgaXNMb2FkaW5nID0gY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKTtcbiAgICBpZiAoIXRoaXMuaGFzRGlzYWJsZWRDb250cm9sbGVyT25Ib3N0KSB7XG4gICAgICB0aGlzLmRpc2FibGVkQ29udHJvbGxlcj8uc2V0RGlzYWJsZWRTdGF0ZShpc0xvYWRpbmcpO1xuICAgIH1cbiAgICBpZiAodmFsdWUpIHtcbiAgICAgIHRoaXMuY3JlYXRlU3Bpbm5lcigpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnJlbW92ZVNwaW5uZXIoKTtcbiAgICB9XG4gIH1cbiAgcHVibGljIGdldCBpc0xvYWRpbmcoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMudmlld1JlZiAhPT0gbnVsbDtcbiAgfVxuXG4gIEBUcmFuc2Zvcm0oY29lcmNlTnVtYmVyUHJvcGVydHkpXG4gIEBJbnB1dCgnb2R4TG9hZGluZ1NwaW5uZXJNaW5IZWlnaHQnKVxuICBwdWJsaWMgc2V0IG1pbkhlaWdodCh2YWx1ZTogdW5rbm93bikge1xuICAgIHRoaXMucGFyZW50TWluSGVpZ2h0ID0gY29lcmNlTnVtYmVyUHJvcGVydHkodmFsdWUpO1xuICAgIHRoaXMuc2V0UGFyZW50SGVpZ2h0KCk7XG4gIH1cblxuICBwdWJsaWMgcmVzZXRQYXJlbnRTdHlsZXMoKTogdm9pZCB7XG4gICAgdGhpcy5yZW5kZXJlci5yZW1vdmVDbGFzcyh0aGlzLmhvc3RFbGVtZW50Lm5hdGl2ZUVsZW1lbnQsIExPQURJTkdfU1BJTk5FUl9QQVJFTlRfQ0xBU1MpO1xuICAgIHRoaXMucmVuZGVyZXIucmVtb3ZlU3R5bGUodGhpcy5ob3N0RWxlbWVudC5uYXRpdmVFbGVtZW50LCAnbWluSGVpZ2h0Jyk7XG4gICAgdGhpcy5yZW5kZXJlci5yZW1vdmVTdHlsZSh0aGlzLmhvc3RFbGVtZW50Lm5hdGl2ZUVsZW1lbnQsICdwb3NpdGlvbicpO1xuICB9XG5cbiAgcHJpdmF0ZSBzZXRQYXJlbnRIZWlnaHQoKTogdm9pZCB7XG4gICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmhvc3RFbGVtZW50Lm5hdGl2ZUVsZW1lbnQsICdtaW5IZWlnaHQnLCB0aGlzLnBhcmVudE1pbkhlaWdodCA/IHB4KHRoaXMucGFyZW50TWluSGVpZ2h0KSA6ICdpbmhlcml0Jyk7XG4gIH1cblxuICBwcml2YXRlIGNyZWF0ZVNwaW5uZXIoKTogdm9pZCB7XG4gICAgdGhpcy5yZW5kZXJlci5hZGRDbGFzcyh0aGlzLmhvc3RFbGVtZW50Lm5hdGl2ZUVsZW1lbnQsIExPQURJTkdfU1BJTk5FUl9QQVJFTlRfQ0xBU1MpO1xuICAgIHRoaXMuc2V0UGFyZW50SGVpZ2h0KCk7XG4gICAgaWYgKHRoaXMuaGFzU3RhdGljUG9zaXRpb24oKSkge1xuICAgICAgdGhpcy5yZW5kZXJlci5zZXRTdHlsZSh0aGlzLmhvc3RFbGVtZW50Lm5hdGl2ZUVsZW1lbnQsICdwb3NpdGlvbicsICdyZWxhdGl2ZScpO1xuICAgIH1cbiAgICB0aGlzLnZpZXdSZWYgPSB0aGlzLmR5bmFtaWNWaWV3U2VydmljZS5jcmVhdGVWaWV3KExvYWRpbmdTcGlubmVyQ29tcG9uZW50LCB7XG4gICAgICBpbmplY3RvcjogdGhpcy5pbmplY3RvcixcbiAgICAgIGNvbnRleHQ6IHsgYXV0b0NvbG9yOiB0aGlzLmF1dG9Db2xvciB9LFxuICAgICAgaG9zdDogdGhpcy5ob3N0RWxlbWVudC5uYXRpdmVFbGVtZW50LFxuICAgIH0pO1xuICAgIGRlZmVyRm4oKCkgPT4gKHRoaXMuaG9zdEVsZW1lbnQubmF0aXZlRWxlbWVudC5zY3JvbGxUb3AgPSAwKSk7XG4gIH1cblxuICBwcml2YXRlIHJlbW92ZVNwaW5uZXIoKTogdm9pZCB7XG4gICAgdGhpcy52aWV3UmVmPy5kZXN0cm95KCk7XG4gICAgdGhpcy52aWV3UmVmID0gbnVsbDtcbiAgfVxuXG4gIHByaXZhdGUgaGFzU3RhdGljUG9zaXRpb24oKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMud2luZG93UmVmLm5hdGl2ZVdpbmRvdy5nZXRDb21wdXRlZFN0eWxlKHRoaXMuaG9zdEVsZW1lbnQubmF0aXZlRWxlbWVudCkucG9zaXRpb24gPT09ICdzdGF0aWMnO1xuICB9XG59XG4iXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CoreModule } from '@odx/angular';
|
|
3
|
-
import { LoadingSpinnerComponent } from './loading-spinner.component';
|
|
4
|
-
import { LoadingSpinnerDirective } from './loading-spinner.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
const modules = [LoadingSpinnerComponent, LoadingSpinnerDirective];
|
|
7
|
-
export class LoadingSpinnerModule {
|
|
8
|
-
}
|
|
9
|
-
LoadingSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
-
LoadingSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, LoadingSpinnerDirective], exports: [CoreModule, LoadingSpinnerComponent, LoadingSpinnerDirective] });
|
|
11
|
-
LoadingSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, CoreModule] });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingSpinnerModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: modules,
|
|
16
|
-
exports: [CoreModule, ...modules],
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1zcGlubmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2xvYWRpbmctc3Bpbm5lci9zcmMvbGliL2xvYWRpbmctc3Bpbm5lci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3RFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOztBQUV0RSxNQUFNLE9BQU8sR0FBRyxDQUFDLHVCQUF1QixFQUFFLHVCQUF1QixDQUFDLENBQUM7QUFNbkUsTUFBTSxPQUFPLG9CQUFvQjs7a0hBQXBCLG9CQUFvQjttSEFBcEIsb0JBQW9CLFlBTmhCLHVCQUF1QixFQUFFLHVCQUF1QixhQUlyRCxVQUFVLEVBSkwsdUJBQXVCLEVBQUUsdUJBQXVCO21IQU1wRCxvQkFBb0IsWUFOaEIsdUJBQXVCLEVBSTVCLFVBQVU7NEZBRVQsb0JBQW9CO2tCQUpoQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUUsQ0FBQyxVQUFVLEVBQUUsR0FBRyxPQUFPLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgTG9hZGluZ1NwaW5uZXJDb21wb25lbnQgfSBmcm9tICcuL2xvYWRpbmctc3Bpbm5lci5jb21wb25lbnQnO1xuaW1wb3J0IHsgTG9hZGluZ1NwaW5uZXJEaXJlY3RpdmUgfSBmcm9tICcuL2xvYWRpbmctc3Bpbm5lci5kaXJlY3RpdmUnO1xuXG5jb25zdCBtb2R1bGVzID0gW0xvYWRpbmdTcGlubmVyQ29tcG9uZW50LCBMb2FkaW5nU3Bpbm5lckRpcmVjdGl2ZV07XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IG1vZHVsZXMsXG4gIGV4cG9ydHM6IFtDb3JlTW9kdWxlLCAuLi5tb2R1bGVzXSxcbn0pXG5leHBvcnQgY2xhc3MgTG9hZGluZ1NwaW5uZXJNb2R1bGUge31cbiJdfQ==
|