@odx/angular 1.0.0-rc.9 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cdk/a11y/lib/directives/interactive.directive.d.ts +2 -2
- package/cdk/a11y/lib/directives/list-focus-manager-option.directive.d.ts +1 -2
- package/cdk/active-indicator/lib/models/active-indicator-direction.d.ts +1 -1
- package/cdk/active-indicator/lib/models/active-indicator-position.d.ts +1 -1
- package/cdk/checkbox-control/lib/checkbox-control.directive.d.ts +3 -1
- package/cdk/connected-overlay/lib/connected-overlay.component.d.ts +2 -2
- package/cdk/connected-overlay/lib/helpers/index.d.ts +0 -2
- package/cdk/connected-overlay/lib/models/connected-overlay-options.d.ts +3 -2
- package/cdk/custom-form-control/lib/custom-form-control.d.ts +5 -1
- package/cdk/dynamic-view/lib/facade/dynamic-content.d.ts +3 -3
- package/cdk/dynamic-view/lib/models/dynamic-component-ref.d.ts +1 -0
- package/cdk/radio-group-control/lib/radio-group-control.directive.d.ts +2 -1
- package/components/action-group/action-group.component.d.ts +1 -1
- package/components/area-header/area-header.component.d.ts +1 -1
- package/components/area-header/models/area-header-size.d.ts +1 -1
- package/components/avatar/lib/avatar.component.d.ts +3 -2
- package/components/avatar/lib/models/avatar-size.d.ts +1 -1
- package/components/avatar/lib/models/avatar-variant.d.ts +5 -0
- package/components/avatar/lib/models/index.d.ts +1 -0
- package/components/badge/lib/badge.component.d.ts +7 -17
- package/components/badge/lib/badge.directive.d.ts +16 -12
- package/components/badge/lib/models/badge-variant.d.ts +1 -1
- package/components/badge/lib/models/index.d.ts +0 -1
- package/components/bar/lib/models/bar-button-variant.d.ts +1 -1
- package/components/button/index.d.ts +1 -0
- package/components/button/lib/directives/index.d.ts +1 -0
- package/components/button/lib/directives/responsive-button.directive.d.ts +6 -0
- package/components/button/lib/models/button-size.d.ts +1 -1
- package/components/button/lib/models/button-variant.d.ts +1 -1
- package/components/card/README.md +3 -0
- package/components/card/index.d.ts +5 -0
- package/components/card/lib/card.component.d.ts +20 -0
- package/components/card/lib/card.module.d.ts +16 -0
- package/components/card/lib/components/card-footer/card-footer.component.d.ts +5 -0
- package/components/card/lib/components/index.d.ts +2 -0
- package/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.d.ts +5 -0
- package/components/card/lib/directives/card-content.directive.d.ts +5 -0
- package/components/card/lib/directives/card-title.directive.d.ts +5 -0
- package/components/card/lib/directives/index.d.ts +2 -0
- package/components/card/lib/models/card-variant.d.ts +6 -0
- package/components/card/lib/models/index.d.ts +1 -0
- package/components/chip/lib/models/chip-size.d.ts +1 -1
- package/components/chip/lib/models/chip-variant.d.ts +1 -1
- package/components/circular-progress/lib/circular-progress.component.d.ts +2 -1
- package/components/circular-progress/lib/models/circular-progress-size.d.ts +1 -1
- package/components/content-box/lib/content-box.module.d.ts +2 -2
- package/components/content-box/lib/directives/index.d.ts +2 -2
- package/components/dropdown/lib/dropdown.directive.d.ts +3 -2
- package/components/dropdown/lib/models/dropdown-options.d.ts +1 -1
- package/components/form-field/index.d.ts +1 -0
- package/components/form-field/lib/form-field.component.d.ts +8 -3
- package/components/form-field/lib/form-field.config.d.ts +3 -2
- package/components/form-field/lib/form-field.module.d.ts +0 -4
- package/components/form-field/lib/models/form-field-error-resolver.d.ts +1 -1
- package/components/form-field/lib/models/form-field-error.d.ts +1 -0
- package/components/form-field/lib/models/form-field-variant.d.ts +5 -0
- package/components/form-field/lib/models/index.d.ts +1 -0
- package/components/form-field/lib/services/form-field-error.service.d.ts +1 -0
- package/components/header/lib/directives/header-avatar.directive.d.ts +5 -2
- package/components/header/lib/header.component.d.ts +1 -1
- package/components/icon/index.d.ts +1 -0
- package/components/icon/lib/icon.component.d.ts +3 -5
- package/components/icon/lib/icon.config.d.ts +4 -0
- package/components/icon/lib/models/icon-size.d.ts +1 -1
- package/components/inline-message/lib/models/inline-message-variant.d.ts +1 -1
- package/components/list/lib/components/expandable-list-item/expandable-list-item.component.d.ts +14 -0
- package/components/list/lib/components/index.d.ts +1 -0
- package/components/list/lib/list.component.d.ts +4 -2
- package/components/list/lib/list.module.d.ts +3 -2
- package/components/loading-spinner/lib/loading-spinner.directive.d.ts +3 -1
- package/components/logo/models/logo-size.d.ts +1 -1
- package/components/logo/models/logo-variant.d.ts +1 -1
- package/components/main-menu/lib/directives/main-menu-item.directive.d.ts +2 -0
- package/components/mainfilter-group/README.md +3 -0
- package/components/mainfilter-group/index.d.ts +1 -0
- package/components/mainfilter-group/lib/mainfilter-group.component.d.ts +6 -0
- package/components/menu/lib/directives/menu-item.directive.d.ts +1 -2
- package/components/menu/lib/menu.component.d.ts +4 -1
- package/components/menu/lib/menu.directive.d.ts +5 -4
- package/components/modal/index.d.ts +1 -1
- package/components/modal/lib/modal.config.d.ts +2 -2
- package/components/modal/lib/modal.module.d.ts +0 -4
- package/components/modal/lib/modal.service.d.ts +7 -3
- package/components/modal/lib/models/basic-modal-options.d.ts +1 -1
- package/components/modal/lib/models/modal-hero-variant.d.ts +1 -1
- package/components/modal/lib/models/modal-options.d.ts +2 -1
- package/components/modal/lib/models/modal-ref.d.ts +6 -4
- package/components/modal/lib/models/modal-size.d.ts +2 -1
- package/components/modal/lib/models/modal-type.d.ts +1 -1
- package/components/modal/lib/models/modal-variant.d.ts +1 -1
- package/components/navigation-back/README.md +3 -0
- package/components/navigation-back/index.d.ts +1 -0
- package/components/navigation-back/lib/navigation-back.component.d.ts +6 -0
- package/components/select/lib/abstract/select-control-option.d.ts +2 -0
- package/components/select/lib/abstract/select-control.d.ts +1 -0
- package/components/select/lib/components/option/option.component.d.ts +6 -2
- package/components/select/lib/select.component.d.ts +10 -5
- package/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.d.ts +5 -2
- package/components/toast/lib/components/toast-item/toast-item.component.d.ts +1 -1
- package/components/toast/lib/models/toast-variant.d.ts +1 -1
- package/components/toast/lib/toast.config.d.ts +2 -2
- package/components/toast/lib/toast.module.d.ts +0 -4
- package/components/toast/lib/toast.service.d.ts +1 -1
- package/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.d.ts +4 -1
- package/components/toggle-button-group/lib/toggle-button-group.component.d.ts +8 -3
- package/components/tooltip/lib/models/tooltip-size.d.ts +1 -1
- package/components/tooltip/lib/models/tooltip-trigger.d.ts +1 -1
- package/components/tooltip/lib/tooltip.component.d.ts +3 -2
- package/components/tooltip/lib/tooltip.directive.d.ts +3 -3
- package/esm2020/animations/lib/expand.mjs +3 -3
- package/esm2020/cdk/a11y/lib/a11y.module.mjs +4 -4
- package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +4 -4
- package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +5 -7
- package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
- package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
- package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +16 -12
- package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +8 -8
- package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +5 -5
- package/esm2020/cdk/connected-overlay/lib/helpers/compute-overlay-position.mjs +4 -6
- package/esm2020/cdk/connected-overlay/lib/helpers/index.mjs +1 -3
- package/esm2020/cdk/connected-overlay/lib/models/connected-overlay-options.mjs +3 -2
- package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +3 -3
- package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +44 -20
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +7 -5
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
- package/esm2020/cdk/dynamic-view/lib/models/dynamic-component-ref.mjs +15 -4
- package/esm2020/cdk/dynamic-view/lib/models/dynamic-template-ref.mjs +2 -2
- package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
- package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +3 -3
- package/esm2020/cdk/expandable/lib/expandable.module.mjs +4 -4
- package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +10 -10
- package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +14 -10
- package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
- package/esm2020/components/accordion/lib/accordion.component.mjs +6 -6
- package/esm2020/components/accordion/lib/accordion.module.mjs +4 -4
- package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +5 -5
- package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
- package/esm2020/components/action-group/action-group.component.mjs +5 -5
- package/esm2020/components/area-header/area-header.component.mjs +7 -6
- package/esm2020/components/area-header/area-header.module.mjs +4 -4
- package/esm2020/components/area-header/directives/area-header-content.directive.mjs +3 -3
- package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
- package/esm2020/components/avatar/lib/avatar.component.mjs +14 -8
- package/esm2020/components/avatar/lib/models/avatar-variant.mjs +5 -0
- package/esm2020/components/avatar/lib/models/index.mjs +2 -1
- package/esm2020/components/badge/lib/badge.component.mjs +18 -65
- package/esm2020/components/badge/lib/badge.directive.mjs +50 -25
- package/esm2020/components/badge/lib/models/index.mjs +1 -2
- package/esm2020/components/bar/lib/bar.component.mjs +3 -3
- package/esm2020/components/bar/lib/bar.module.mjs +4 -4
- package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +6 -7
- package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +3 -3
- package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
- package/esm2020/components/button/index.mjs +2 -1
- package/esm2020/components/button/lib/button.component.mjs +8 -10
- package/esm2020/components/button/lib/directives/index.mjs +2 -0
- package/esm2020/components/button/lib/directives/responsive-button.directive.mjs +24 -0
- package/esm2020/components/button-group/lib/button-group.component.mjs +3 -3
- package/esm2020/components/card/index.mjs +6 -0
- package/esm2020/components/card/lib/card.component.mjs +67 -0
- package/esm2020/components/card/lib/card.module.mjs +53 -0
- package/esm2020/components/card/lib/components/card-footer/card-footer.component.mjs +13 -0
- package/esm2020/components/card/lib/components/index.mjs +3 -0
- package/esm2020/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +13 -0
- package/esm2020/components/card/lib/directives/card-content.directive.mjs +17 -0
- package/esm2020/components/card/lib/directives/card-title.directive.mjs +17 -0
- package/esm2020/components/card/lib/directives/index.mjs +3 -0
- package/esm2020/components/card/lib/models/card-variant.mjs +6 -0
- package/esm2020/components/card/lib/models/index.mjs +2 -0
- package/esm2020/components/card/odx-angular-components-card.mjs +5 -0
- package/esm2020/components/checkbox/lib/checkbox.component.mjs +5 -5
- package/esm2020/components/checkbox/lib/checkbox.module.mjs +4 -4
- package/esm2020/components/checkbox/lib/checkbox.validator.mjs +3 -3
- package/esm2020/components/chip/lib/chip.component.mjs +5 -5
- package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +8 -6
- package/esm2020/components/content-box/lib/content-box.component.mjs +3 -3
- package/esm2020/components/content-box/lib/content-box.module.mjs +7 -7
- package/esm2020/components/content-box/lib/directives/{content-box-footer-directive.mjs → content-box-footer.directive.mjs} +4 -4
- package/esm2020/components/content-box/lib/directives/{content-box-header-directive.mjs → content-box-header.directive.mjs} +4 -4
- package/esm2020/components/content-box/lib/directives/index.mjs +3 -3
- package/esm2020/components/dropdown/lib/dropdown.component.mjs +3 -3
- package/esm2020/components/dropdown/lib/dropdown.directive.mjs +10 -7
- package/esm2020/components/dropdown/lib/dropdown.module.mjs +4 -4
- package/esm2020/components/dropdown/lib/models/dropdown-options.mjs +3 -2
- package/esm2020/components/form-field/index.mjs +2 -1
- package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
- package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
- package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +6 -6
- package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
- package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
- package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
- package/esm2020/components/form-field/lib/directives/form.directive.mjs +3 -3
- package/esm2020/components/form-field/lib/form-field.component.mjs +32 -15
- package/esm2020/components/form-field/lib/form-field.config.mjs +4 -3
- package/esm2020/components/form-field/lib/form-field.module.mjs +5 -13
- package/esm2020/components/form-field/lib/form-field.service.mjs +3 -3
- package/esm2020/components/form-field/lib/models/form-field-error.mjs +1 -1
- package/esm2020/components/form-field/lib/models/form-field-variant.mjs +5 -0
- package/esm2020/components/form-field/lib/models/index.mjs +2 -1
- package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +16 -16
- package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +13 -6
- package/esm2020/components/header/lib/directives/header-title.directive.mjs +3 -3
- package/esm2020/components/header/lib/header.component.mjs +5 -5
- package/esm2020/components/header/lib/header.module.mjs +4 -4
- package/esm2020/components/icon/index.mjs +2 -1
- package/esm2020/components/icon/lib/icon.component.mjs +12 -21
- package/esm2020/components/icon/lib/icon.config.mjs +5 -0
- package/esm2020/components/inline-message/lib/inline-message.component.mjs +8 -9
- package/esm2020/components/link/link.directive.mjs +3 -3
- package/esm2020/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +49 -0
- package/esm2020/components/list/lib/components/index.mjs +2 -1
- package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +3 -3
- package/esm2020/components/list/lib/list.component.mjs +22 -11
- package/esm2020/components/list/lib/list.module.mjs +7 -7
- package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
- package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +13 -6
- package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
- package/esm2020/components/logo/logo.directive.mjs +8 -6
- package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
- package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +13 -5
- package/esm2020/components/main-menu/lib/main-menu.component.mjs +5 -5
- package/esm2020/components/main-menu/lib/main-menu.module.mjs +4 -4
- package/esm2020/components/main-menu/lib/main-menu.service.mjs +3 -3
- package/esm2020/components/mainfilter-group/index.mjs +2 -0
- package/esm2020/components/mainfilter-group/lib/mainfilter-group.component.mjs +21 -0
- package/esm2020/components/mainfilter-group/odx-angular-components-mainfilter-group.mjs +5 -0
- package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +6 -8
- package/esm2020/components/menu/lib/menu.component.mjs +22 -11
- package/esm2020/components/menu/lib/menu.directive.mjs +11 -4
- package/esm2020/components/menu/lib/menu.module.mjs +4 -4
- package/esm2020/components/modal/index.mjs +2 -2
- package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
- package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
- package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +5 -5
- package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +5 -5
- package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +3 -3
- package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +3 -3
- package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
- package/esm2020/components/modal/lib/modal.component.mjs +5 -5
- package/esm2020/components/modal/lib/modal.config.mjs +4 -3
- package/esm2020/components/modal/lib/modal.directive.mjs +3 -3
- package/esm2020/components/modal/lib/modal.module.mjs +5 -13
- package/esm2020/components/modal/lib/modal.service.mjs +37 -26
- package/esm2020/components/modal/lib/models/modal-options.mjs +1 -1
- package/esm2020/components/modal/lib/models/modal-ref.mjs +20 -12
- package/esm2020/components/modal/lib/models/modal-size.mjs +2 -1
- package/esm2020/components/navigation-back/index.mjs +2 -0
- package/esm2020/components/navigation-back/lib/navigation-back.component.mjs +22 -0
- package/esm2020/components/navigation-back/odx-angular-components-navigation-back.mjs +5 -0
- package/esm2020/components/progress/lib/progress.component.mjs +3 -3
- package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
- package/esm2020/components/radio-group/lib/radio-group.component.mjs +7 -7
- package/esm2020/components/radio-group/lib/radio-group.module.mjs +4 -4
- package/esm2020/components/rail-navigation/lib/components/rail-navigation-item.component.mjs +5 -5
- package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
- package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
- package/esm2020/components/select/lib/abstract/select-control-option.mjs +1 -1
- package/esm2020/components/select/lib/abstract/select-control.mjs +1 -1
- package/esm2020/components/select/lib/components/option/option.component.mjs +37 -20
- package/esm2020/components/select/lib/directives/select-search-field.directive.mjs +3 -3
- package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
- package/esm2020/components/select/lib/select.component.mjs +82 -35
- package/esm2020/components/select/lib/select.module.mjs +4 -4
- package/esm2020/components/slider/lib/slider.directive.mjs +3 -3
- package/esm2020/components/spinbox/lib/spinbox.component.mjs +8 -8
- package/esm2020/components/switch/lib/switch.component.mjs +5 -5
- package/esm2020/components/switch/lib/switch.module.mjs +4 -4
- package/esm2020/components/switch/lib/switch.validator.mjs +3 -3
- package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +15 -6
- package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +7 -7
- package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +4 -4
- package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
- package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +9 -8
- package/esm2020/components/toast/lib/toast.config.mjs +3 -3
- package/esm2020/components/toast/lib/toast.module.mjs +5 -13
- package/esm2020/components/toast/lib/toast.service.mjs +7 -7
- package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +13 -7
- package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +23 -12
- package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
- package/esm2020/components/tooltip/lib/tooltip.component.mjs +4 -4
- package/esm2020/components/tooltip/lib/tooltip.directive.mjs +11 -12
- package/esm2020/internal/decorators/css-component.mjs +3 -8
- package/esm2020/internal/decorators/css-modifier.mjs +21 -18
- package/esm2020/internal/helpers/decorator-property-name.mjs +4 -0
- package/esm2020/internal/helpers/deepmerge.mjs +6 -0
- package/esm2020/internal/helpers/index.mjs +3 -1
- package/esm2020/internal/helpers/with-mutiple-descriptors.mjs +22 -13
- package/esm2020/lib/controllers/controller.mjs +3 -3
- package/esm2020/lib/controllers/disabled.controller.mjs +26 -20
- package/esm2020/lib/controllers/readonly.controller.mjs +30 -21
- package/esm2020/lib/core.module.mjs +9 -8
- package/esm2020/lib/directives/click-outside.directive.mjs +29 -17
- package/esm2020/lib/directives/delegate-focus.directive.mjs +40 -0
- package/esm2020/lib/directives/index.mjs +2 -2
- package/esm2020/lib/directives/with-disabled-state.directive.mjs +9 -9
- package/esm2020/lib/directives/with-tabindex.directive.mjs +3 -3
- package/esm2020/lib/services/window-ref.mjs +13 -6
- package/esm2020/theming/index.mjs +5 -0
- package/esm2020/theming/lib/helpers/index.mjs +4 -0
- package/esm2020/theming/lib/helpers/prefers-dark-theme.mjs +4 -0
- package/esm2020/theming/lib/helpers/resolve-theme.mjs +5 -0
- package/esm2020/theming/lib/helpers/theme-storage.mjs +19 -0
- package/esm2020/theming/lib/models/index.mjs +2 -0
- package/esm2020/theming/lib/models/theme.mjs +6 -0
- package/esm2020/theming/lib/theming.config.mjs +21 -0
- package/esm2020/theming/lib/theming.service.mjs +42 -0
- package/esm2020/theming/odx-angular-theming.mjs +5 -0
- package/esm2020/utils/lib/decorators/transform.mjs +3 -3
- package/esm2020/utils/lib/helpers/build-url.mjs +4 -0
- package/esm2020/utils/lib/helpers/dom.mjs +2 -2
- package/esm2020/utils/lib/helpers/event-manager.mjs +3 -3
- package/esm2020/utils/lib/helpers/get-axis.mjs +14 -0
- package/esm2020/utils/lib/helpers/get-opposite-side.mjs +15 -0
- package/esm2020/utils/lib/helpers/get-side.mjs +4 -0
- package/esm2020/utils/lib/helpers/index.mjs +6 -2
- package/esm2020/utils/lib/helpers/provide-config.mjs +25 -0
- package/esm2020/utils/lib/helpers/queue.mjs +36 -11
- package/esm2020/utils/lib/types/axis.mjs +5 -0
- package/esm2020/utils/lib/types/index.mjs +4 -1
- package/esm2020/utils/lib/types/position.mjs +15 -0
- package/esm2020/utils/lib/types/side.mjs +7 -0
- package/fesm2015/odx-angular-animations.mjs +2 -2
- package/fesm2015/odx-angular-animations.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-a11y.mjs +13 -14
- package/fesm2015/odx-angular-cdk-a11y.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-active-indicator.mjs +3 -3
- package/fesm2015/odx-angular-cdk-checkbox-control.mjs +16 -12
- package/fesm2015/odx-angular-cdk-checkbox-control.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-connected-overlay.mjs +13 -31
- package/fesm2015/odx-angular-cdk-connected-overlay.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-custom-form-control.mjs +47 -24
- package/fesm2015/odx-angular-cdk-custom-form-control.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-dynamic-view.mjs +26 -12
- package/fesm2015/odx-angular-cdk-dynamic-view.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-expandable.mjs +10 -10
- package/fesm2015/odx-angular-cdk-radio-group-control.mjs +26 -23
- package/fesm2015/odx-angular-cdk-radio-group-control.mjs.map +1 -1
- package/fesm2015/odx-angular-components-accordion.mjs +16 -16
- package/fesm2015/odx-angular-components-accordion.mjs.map +1 -1
- package/fesm2015/odx-angular-components-action-group.mjs +4 -4
- package/fesm2015/odx-angular-components-action-group.mjs.map +1 -1
- package/fesm2015/odx-angular-components-area-header.mjs +16 -15
- package/fesm2015/odx-angular-components-area-header.mjs.map +1 -1
- package/fesm2015/odx-angular-components-avatar.mjs +18 -7
- package/fesm2015/odx-angular-components-avatar.mjs.map +1 -1
- package/fesm2015/odx-angular-components-badge.mjs +63 -97
- package/fesm2015/odx-angular-components-badge.mjs.map +1 -1
- package/fesm2015/odx-angular-components-bar.mjs +15 -16
- package/fesm2015/odx-angular-components-bar.mjs.map +1 -1
- package/fesm2015/odx-angular-components-breadcrumbs.mjs +3 -3
- package/fesm2015/odx-angular-components-button-group.mjs +3 -3
- package/fesm2015/odx-angular-components-button.mjs +31 -11
- package/fesm2015/odx-angular-components-button.mjs.map +1 -1
- package/fesm2015/odx-angular-components-card.mjs +174 -0
- package/fesm2015/odx-angular-components-card.mjs.map +1 -0
- package/fesm2015/odx-angular-components-checkbox.mjs +11 -11
- package/fesm2015/odx-angular-components-checkbox.mjs.map +1 -1
- package/fesm2015/odx-angular-components-chip.mjs +4 -4
- package/fesm2015/odx-angular-components-chip.mjs.map +1 -1
- package/fesm2015/odx-angular-components-circular-progress.mjs +7 -5
- package/fesm2015/odx-angular-components-circular-progress.mjs.map +1 -1
- package/fesm2015/odx-angular-components-content-box.mjs +13 -13
- package/fesm2015/odx-angular-components-content-box.mjs.map +1 -1
- package/fesm2015/odx-angular-components-dropdown.mjs +18 -14
- package/fesm2015/odx-angular-components-dropdown.mjs.map +1 -1
- package/fesm2015/odx-angular-components-form-field.mjs +80 -64
- package/fesm2015/odx-angular-components-form-field.mjs.map +1 -1
- package/fesm2015/odx-angular-components-header.mjs +23 -17
- package/fesm2015/odx-angular-components-header.mjs.map +1 -1
- package/fesm2015/odx-angular-components-icon.mjs +16 -22
- package/fesm2015/odx-angular-components-icon.mjs.map +1 -1
- package/fesm2015/odx-angular-components-inline-message.mjs +7 -8
- package/fesm2015/odx-angular-components-inline-message.mjs.map +1 -1
- package/fesm2015/odx-angular-components-link.mjs +3 -3
- package/fesm2015/odx-angular-components-list.mjs +70 -20
- package/fesm2015/odx-angular-components-list.mjs.map +1 -1
- package/fesm2015/odx-angular-components-loading-spinner.mjs +21 -13
- package/fesm2015/odx-angular-components-loading-spinner.mjs.map +1 -1
- package/fesm2015/odx-angular-components-logo.mjs +7 -5
- package/fesm2015/odx-angular-components-logo.mjs.map +1 -1
- package/fesm2015/odx-angular-components-main-menu.mjs +57 -49
- package/fesm2015/odx-angular-components-main-menu.mjs.map +1 -1
- package/fesm2015/odx-angular-components-mainfilter-group.mjs +27 -0
- package/fesm2015/odx-angular-components-mainfilter-group.mjs.map +1 -0
- package/fesm2015/odx-angular-components-menu.mjs +41 -24
- package/fesm2015/odx-angular-components-menu.mjs.map +1 -1
- package/fesm2015/odx-angular-components-modal.mjs +91 -118
- package/fesm2015/odx-angular-components-modal.mjs.map +1 -1
- package/fesm2015/odx-angular-components-navigation-back.mjs +28 -0
- package/fesm2015/odx-angular-components-navigation-back.mjs.map +1 -0
- package/fesm2015/odx-angular-components-progress.mjs +3 -3
- package/fesm2015/odx-angular-components-radio-group.mjs +13 -13
- package/fesm2015/odx-angular-components-radio-group.mjs.map +1 -1
- package/fesm2015/odx-angular-components-rail-navigation.mjs +11 -11
- package/fesm2015/odx-angular-components-rail-navigation.mjs.map +1 -1
- package/fesm2015/odx-angular-components-select.mjs +126 -68
- package/fesm2015/odx-angular-components-select.mjs.map +1 -1
- package/fesm2015/odx-angular-components-slider.mjs +3 -3
- package/fesm2015/odx-angular-components-spinbox.mjs +8 -8
- package/fesm2015/odx-angular-components-spinbox.mjs.map +1 -1
- package/fesm2015/odx-angular-components-switch.mjs +11 -11
- package/fesm2015/odx-angular-components-switch.mjs.map +1 -1
- package/fesm2015/odx-angular-components-tab-bar.mjs +25 -16
- package/fesm2015/odx-angular-components-tab-bar.mjs.map +1 -1
- package/fesm2015/odx-angular-components-toast.mjs +23 -29
- package/fesm2015/odx-angular-components-toast.mjs.map +1 -1
- package/fesm2015/odx-angular-components-toggle-button-group.mjs +40 -20
- package/fesm2015/odx-angular-components-toggle-button-group.mjs.map +1 -1
- package/fesm2015/odx-angular-components-tooltip.mjs +13 -14
- package/fesm2015/odx-angular-components-tooltip.mjs.map +1 -1
- package/fesm2015/odx-angular-internal.mjs +69 -53
- package/fesm2015/odx-angular-internal.mjs.map +1 -1
- package/fesm2015/odx-angular-theming.mjs +99 -0
- package/fesm2015/odx-angular-theming.mjs.map +1 -0
- package/fesm2015/odx-angular-utils.mjs +119 -25
- package/fesm2015/odx-angular-utils.mjs.map +1 -1
- package/fesm2015/odx-angular.mjs +147 -108
- package/fesm2015/odx-angular.mjs.map +1 -1
- package/fesm2020/odx-angular-animations.mjs +2 -2
- package/fesm2020/odx-angular-animations.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-a11y.mjs +13 -14
- package/fesm2020/odx-angular-cdk-a11y.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-active-indicator.mjs +3 -3
- package/fesm2020/odx-angular-cdk-checkbox-control.mjs +16 -12
- package/fesm2020/odx-angular-cdk-checkbox-control.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-connected-overlay.mjs +13 -31
- package/fesm2020/odx-angular-cdk-connected-overlay.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-custom-form-control.mjs +47 -24
- package/fesm2020/odx-angular-cdk-custom-form-control.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-dynamic-view.mjs +25 -12
- package/fesm2020/odx-angular-cdk-dynamic-view.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-expandable.mjs +10 -10
- package/fesm2020/odx-angular-cdk-radio-group-control.mjs +26 -23
- package/fesm2020/odx-angular-cdk-radio-group-control.mjs.map +1 -1
- package/fesm2020/odx-angular-components-accordion.mjs +16 -16
- package/fesm2020/odx-angular-components-accordion.mjs.map +1 -1
- package/fesm2020/odx-angular-components-action-group.mjs +4 -4
- package/fesm2020/odx-angular-components-action-group.mjs.map +1 -1
- package/fesm2020/odx-angular-components-area-header.mjs +16 -15
- package/fesm2020/odx-angular-components-area-header.mjs.map +1 -1
- package/fesm2020/odx-angular-components-avatar.mjs +18 -7
- package/fesm2020/odx-angular-components-avatar.mjs.map +1 -1
- package/fesm2020/odx-angular-components-badge.mjs +60 -90
- package/fesm2020/odx-angular-components-badge.mjs.map +1 -1
- package/fesm2020/odx-angular-components-bar.mjs +15 -16
- package/fesm2020/odx-angular-components-bar.mjs.map +1 -1
- package/fesm2020/odx-angular-components-breadcrumbs.mjs +3 -3
- package/fesm2020/odx-angular-components-button-group.mjs +3 -3
- package/fesm2020/odx-angular-components-button.mjs +31 -11
- package/fesm2020/odx-angular-components-button.mjs.map +1 -1
- package/fesm2020/odx-angular-components-card.mjs +173 -0
- package/fesm2020/odx-angular-components-card.mjs.map +1 -0
- package/fesm2020/odx-angular-components-checkbox.mjs +11 -11
- package/fesm2020/odx-angular-components-checkbox.mjs.map +1 -1
- package/fesm2020/odx-angular-components-chip.mjs +4 -4
- package/fesm2020/odx-angular-components-chip.mjs.map +1 -1
- package/fesm2020/odx-angular-components-circular-progress.mjs +7 -5
- package/fesm2020/odx-angular-components-circular-progress.mjs.map +1 -1
- package/fesm2020/odx-angular-components-content-box.mjs +13 -13
- package/fesm2020/odx-angular-components-content-box.mjs.map +1 -1
- package/fesm2020/odx-angular-components-dropdown.mjs +18 -14
- package/fesm2020/odx-angular-components-dropdown.mjs.map +1 -1
- package/fesm2020/odx-angular-components-form-field.mjs +79 -64
- package/fesm2020/odx-angular-components-form-field.mjs.map +1 -1
- package/fesm2020/odx-angular-components-header.mjs +23 -17
- package/fesm2020/odx-angular-components-header.mjs.map +1 -1
- package/fesm2020/odx-angular-components-icon.mjs +16 -22
- package/fesm2020/odx-angular-components-icon.mjs.map +1 -1
- package/fesm2020/odx-angular-components-inline-message.mjs +7 -8
- package/fesm2020/odx-angular-components-inline-message.mjs.map +1 -1
- package/fesm2020/odx-angular-components-link.mjs +3 -3
- package/fesm2020/odx-angular-components-list.mjs +69 -20
- package/fesm2020/odx-angular-components-list.mjs.map +1 -1
- package/fesm2020/odx-angular-components-loading-spinner.mjs +20 -13
- package/fesm2020/odx-angular-components-loading-spinner.mjs.map +1 -1
- package/fesm2020/odx-angular-components-logo.mjs +7 -5
- package/fesm2020/odx-angular-components-logo.mjs.map +1 -1
- package/fesm2020/odx-angular-components-main-menu.mjs +56 -49
- package/fesm2020/odx-angular-components-main-menu.mjs.map +1 -1
- package/fesm2020/odx-angular-components-mainfilter-group.mjs +27 -0
- package/fesm2020/odx-angular-components-mainfilter-group.mjs.map +1 -0
- package/fesm2020/odx-angular-components-menu.mjs +41 -24
- package/fesm2020/odx-angular-components-menu.mjs.map +1 -1
- package/fesm2020/odx-angular-components-modal.mjs +90 -116
- package/fesm2020/odx-angular-components-modal.mjs.map +1 -1
- package/fesm2020/odx-angular-components-navigation-back.mjs +28 -0
- package/fesm2020/odx-angular-components-navigation-back.mjs.map +1 -0
- package/fesm2020/odx-angular-components-progress.mjs +3 -3
- package/fesm2020/odx-angular-components-radio-group.mjs +13 -13
- package/fesm2020/odx-angular-components-radio-group.mjs.map +1 -1
- package/fesm2020/odx-angular-components-rail-navigation.mjs +11 -11
- package/fesm2020/odx-angular-components-rail-navigation.mjs.map +1 -1
- package/fesm2020/odx-angular-components-select.mjs +126 -62
- package/fesm2020/odx-angular-components-select.mjs.map +1 -1
- package/fesm2020/odx-angular-components-slider.mjs +3 -3
- package/fesm2020/odx-angular-components-spinbox.mjs +7 -7
- package/fesm2020/odx-angular-components-spinbox.mjs.map +1 -1
- package/fesm2020/odx-angular-components-switch.mjs +11 -11
- package/fesm2020/odx-angular-components-switch.mjs.map +1 -1
- package/fesm2020/odx-angular-components-tab-bar.mjs +24 -16
- package/fesm2020/odx-angular-components-tab-bar.mjs.map +1 -1
- package/fesm2020/odx-angular-components-toast.mjs +23 -29
- package/fesm2020/odx-angular-components-toast.mjs.map +1 -1
- package/fesm2020/odx-angular-components-toggle-button-group.mjs +37 -20
- package/fesm2020/odx-angular-components-toggle-button-group.mjs.map +1 -1
- package/fesm2020/odx-angular-components-tooltip.mjs +13 -14
- package/fesm2020/odx-angular-components-tooltip.mjs.map +1 -1
- package/fesm2020/odx-angular-internal.mjs +67 -51
- package/fesm2020/odx-angular-internal.mjs.map +1 -1
- package/fesm2020/odx-angular-theming.mjs +96 -0
- package/fesm2020/odx-angular-theming.mjs.map +1 -0
- package/fesm2020/odx-angular-utils.mjs +115 -27
- package/fesm2020/odx-angular-utils.mjs.map +1 -1
- package/fesm2020/odx-angular.mjs +142 -103
- package/fesm2020/odx-angular.mjs.map +1 -1
- package/internal/decorators/css-component.d.ts +1 -2
- package/internal/decorators/css-modifier.d.ts +0 -1
- package/internal/helpers/decorator-property-name.d.ts +1 -0
- package/internal/helpers/deepmerge.d.ts +10 -0
- package/internal/helpers/index.d.ts +2 -0
- package/internal/helpers/with-mutiple-descriptors.d.ts +1 -1
- package/lib/controllers/disabled.controller.d.ts +5 -2
- package/lib/controllers/readonly.controller.d.ts +1 -0
- package/lib/core.module.d.ts +3 -3
- package/lib/directives/click-outside.directive.d.ts +5 -4
- package/lib/directives/delegate-focus.directive.d.ts +11 -0
- package/lib/directives/index.d.ts +1 -1
- package/lib/services/window-ref.d.ts +3 -0
- package/lib/tokens/identity-matcher.d.ts +1 -1
- package/lib/tokens/string-search-handler.d.ts +1 -1
- package/lib/tokens/stringify.d.ts +1 -1
- package/package.json +37 -11
- package/theming/README.md +3 -0
- package/theming/index.d.ts +4 -0
- package/theming/lib/helpers/index.d.ts +3 -0
- package/theming/lib/helpers/prefers-dark-theme.d.ts +1 -0
- package/theming/lib/helpers/resolve-theme.d.ts +2 -0
- package/theming/lib/helpers/theme-storage.d.ts +4 -0
- package/theming/lib/models/index.d.ts +1 -0
- package/theming/lib/models/theme.d.ts +6 -0
- package/theming/lib/theming.config.d.ts +10 -0
- package/theming/lib/theming.service.d.ts +16 -0
- package/utils/lib/decorators/transform.d.ts +2 -2
- package/utils/lib/helpers/build-url.d.ts +1 -0
- package/utils/lib/helpers/get-axis.d.ts +2 -0
- package/utils/lib/helpers/get-opposite-side.d.ts +2 -0
- package/utils/lib/helpers/get-side.d.ts +2 -0
- package/utils/lib/helpers/index.d.ts +5 -1
- package/utils/lib/helpers/ng-changes.d.ts +1 -1
- package/utils/lib/helpers/provide-config.d.ts +12 -0
- package/utils/lib/helpers/queue.d.ts +13 -2
- package/utils/lib/types/axis.d.ts +5 -0
- package/utils/lib/types/get-properties.d.ts +2 -2
- package/utils/lib/types/index.d.ts +3 -0
- package/utils/lib/types/position.d.ts +15 -0
- package/utils/lib/types/side.d.ts +7 -0
- package/cdk/connected-overlay/lib/helpers/get-opposite-overlay-side.d.ts +0 -2
- package/cdk/connected-overlay/lib/helpers/get-overlay-side.d.ts +0 -2
- package/components/badge/lib/badge.config.d.ts +0 -3
- package/components/badge/lib/facade/badge-host.d.ts +0 -3
- package/components/badge/lib/facade/index.d.ts +0 -1
- package/components/badge/lib/models/badge-position.d.ts +0 -5
- package/components/launch-tile/README.md +0 -3
- package/components/launch-tile/index.d.ts +0 -3
- package/components/launch-tile/lib/components/index.d.ts +0 -2
- package/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.d.ts +0 -5
- package/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.d.ts +0 -5
- package/components/launch-tile/lib/launch-tile.component.d.ts +0 -13
- package/components/launch-tile/lib/launch-tile.module.d.ts +0 -14
- package/components/modal/lib/services/index.d.ts +0 -1
- package/components/modal/lib/services/open-modal-manager.service.d.ts +0 -15
- package/esm2020/cdk/connected-overlay/lib/helpers/get-opposite-overlay-side.mjs +0 -13
- package/esm2020/cdk/connected-overlay/lib/helpers/get-overlay-side.mjs +0 -4
- package/esm2020/components/badge/lib/badge.config.mjs +0 -3
- package/esm2020/components/badge/lib/facade/badge-host.mjs +0 -2
- package/esm2020/components/badge/lib/facade/index.mjs +0 -2
- package/esm2020/components/badge/lib/models/badge-position.mjs +0 -5
- package/esm2020/components/launch-tile/index.mjs +0 -4
- package/esm2020/components/launch-tile/lib/components/index.mjs +0 -3
- package/esm2020/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.mjs +0 -13
- package/esm2020/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.mjs +0 -13
- package/esm2020/components/launch-tile/lib/launch-tile.component.mjs +0 -51
- package/esm2020/components/launch-tile/lib/launch-tile.module.mjs +0 -23
- package/esm2020/components/launch-tile/odx-angular-components-launch-tile.mjs +0 -5
- package/esm2020/components/modal/lib/services/index.mjs +0 -2
- package/esm2020/components/modal/lib/services/open-modal-manager.service.mjs +0 -42
- package/esm2020/lib/directives/let.directive.mjs +0 -36
- package/esm2020/utils/lib/helpers/provide-module-config.mjs +0 -21
- package/fesm2015/odx-angular-components-launch-tile.mjs +0 -95
- package/fesm2015/odx-angular-components-launch-tile.mjs.map +0 -1
- package/fesm2020/odx-angular-components-launch-tile.mjs +0 -94
- package/fesm2020/odx-angular-components-launch-tile.mjs.map +0 -1
- package/lib/directives/let.directive.d.ts +0 -17
- package/utils/lib/helpers/provide-module-config.d.ts +0 -12
- /package/components/content-box/lib/directives/{content-box-footer-directive.d.ts → content-box-footer.directive.d.ts} +0 -0
- /package/components/content-box/lib/directives/{content-box-header-directive.d.ts → content-box-header.directive.d.ts} +0 -0
|
@@ -12,6 +12,7 @@ export declare class FormFieldErrorService implements OnDestroy {
|
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
setError(errors?: ValidationErrors | null): void;
|
|
14
14
|
registerCustomError(key: string | undefined, template: TemplateRef<unknown>): void;
|
|
15
|
+
private getFirstError;
|
|
15
16
|
private resolveError;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldErrorService, never>;
|
|
17
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<FormFieldErrorService>;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class HeaderAvatarDirective {
|
|
3
|
+
export declare class HeaderAvatarDirective implements AfterViewInit {
|
|
4
|
+
private readonly button;
|
|
5
|
+
ngAfterViewInit(): void;
|
|
3
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderAvatarDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderAvatarDirective, "button[odxHeaderAvatar]", never, {}, {}, never, never, true, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderAvatarDirective, "button[odxButton][odxHeaderAvatar]", never, {}, {}, never, never, true, never>;
|
|
5
8
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class HeaderComponent {
|
|
3
3
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "odx-header", never, {}, {}, never, ["button[odxMainMenuButton]", "odx-header-title", "odx-action-group", "[odxHeaderAvatar]"], true, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "odx-header", never, {}, {}, never, ["button[odxMainMenuButton]", "odx-header-title", "odx-action-group, odx-auth", "[odxHeaderAvatar]"], true, never>;
|
|
6
6
|
}
|
|
@@ -3,13 +3,11 @@ import { IconSize } from './models';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class IconComponent {
|
|
5
5
|
static ngAcceptInputType_inline: BooleanInput;
|
|
6
|
-
private iconName;
|
|
7
6
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
8
7
|
inline: boolean;
|
|
9
8
|
size: IconSize;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
private getIconClass;
|
|
9
|
+
name: string | null;
|
|
10
|
+
iconSet: string | null;
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "odx-icon", never, { "inline": "inline"; "size": "size"; "name": "name"; }, {}, never, never, true, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "odx-icon", never, { "inline": "inline"; "size": "size"; "name": "name"; "iconSet": "iconSet"; }, {}, never, never, true, never>;
|
|
15
13
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export interface IconConfig {
|
|
2
|
+
defaultIconSet: string;
|
|
3
|
+
}
|
|
4
|
+
export declare const IconConfig: import("@angular/core").InjectionToken<Partial<IconConfig>>, IconDefaultConfig: IconConfig, injectIconConfig: () => IconConfig, provideIconConfig: <D extends import("@odx/angular/utils").ConfigDependencies<unknown> = import("@odx/angular/utils").ConfigDependencies<IconConfig>>(config: import("@odx/angular/utils").ConfigProvider<Partial<IconConfig>, D>) => import("@angular/core").FactoryProvider | import("@angular/core").ValueProvider;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type InlineMessageVariant = typeof InlineMessageVariant[keyof typeof InlineMessageVariant];
|
|
2
2
|
export declare const InlineMessageVariant: {
|
|
3
3
|
readonly DEFAULT: "default";
|
|
4
4
|
readonly WARNING: "warning";
|
package/components/list/lib/components/expandable-list-item/expandable-list-item.component.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { ExpandableItemDirective } from '@odx/angular/cdk/expandable';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ExpandableListItemComponent extends ExpandableItemDirective {
|
|
5
|
+
static ngAcceptInputType_selected: BooleanInput;
|
|
6
|
+
static ngAcceptInputType_danger: BooleanInput;
|
|
7
|
+
private readonly disabledController;
|
|
8
|
+
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
9
|
+
danger: boolean;
|
|
10
|
+
get isDisabled(): boolean;
|
|
11
|
+
get isExpanded(): boolean;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableListItemComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandableListItemComponent, "odx-expandable-list-item", never, { "danger": "danger"; }, {}, never, ["*", "odx-list"], true, never>;
|
|
14
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { ExpandableContainerDirective } from '@odx/angular/cdk/expandable';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ListComponent {
|
|
3
|
+
export declare class ListComponent extends ExpandableContainerDirective {
|
|
3
4
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
5
|
+
multiple: boolean;
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "odx-list", never, {}, {}, never, ["[odxListItem]"], true, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "odx-list", never, { "multiple": "multiple"; }, {}, never, ["[odxListItem], odx-expandable-list-item"], true, never>;
|
|
6
8
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./list.component";
|
|
3
3
|
import * as i2 from "./components/list-item/list-item.component";
|
|
4
|
-
import * as i3 from "
|
|
4
|
+
import * as i3 from "./components/expandable-list-item/expandable-list-item.component";
|
|
5
|
+
import * as i4 from "@odx/angular/components/icon";
|
|
5
6
|
export declare class ListModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, never, [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.IconComponent], [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.IconComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, never, [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ExpandableListItemComponent, typeof i4.IconComponent], [typeof i1.ListComponent, typeof i2.ListItemComponent, typeof i3.ExpandableListItemComponent, typeof i4.IconComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ListModule>;
|
|
9
10
|
}
|
|
@@ -4,6 +4,8 @@ export declare class LoadingSpinnerDirective {
|
|
|
4
4
|
static ngAcceptInputType_autoColor: BooleanInput;
|
|
5
5
|
static ngAcceptInputType_isLoading: BooleanInput;
|
|
6
6
|
static ngAcceptInputType_minHeight: NumberInput;
|
|
7
|
+
private readonly disabledController;
|
|
8
|
+
private readonly hasDisabledControllerOnHost;
|
|
7
9
|
private readonly dynamicViewService;
|
|
8
10
|
private readonly hostElement;
|
|
9
11
|
private readonly renderer;
|
|
@@ -12,7 +14,7 @@ export declare class LoadingSpinnerDirective {
|
|
|
12
14
|
private parentMinHeight?;
|
|
13
15
|
private viewRef;
|
|
14
16
|
autoColor: boolean;
|
|
15
|
-
set isLoading(value:
|
|
17
|
+
set isLoading(value: unknown);
|
|
16
18
|
get isLoading(): boolean;
|
|
17
19
|
set minHeight(value: unknown);
|
|
18
20
|
resetParentStyles(): void;
|
|
@@ -4,9 +4,11 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
import * as i1 from "@odx/angular";
|
|
5
5
|
export declare class MainMenuItemDirective {
|
|
6
6
|
static readonly ngAcceptInputType_isSelected: BooleanInput;
|
|
7
|
+
private readonly mainMenu;
|
|
7
8
|
protected readonly routerLinkActive: RouterLinkActive | null;
|
|
8
9
|
readonly element: import("@angular/core").ElementRef<HTMLLinkElement>;
|
|
9
10
|
isSelected: boolean;
|
|
11
|
+
protected onClick(): void;
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MainMenuItemDirective, never>;
|
|
11
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<MainMenuItemDirective, "[odxMainMenuItem]", never, { "isSelected": "isSelected"; }, {}, never, never, true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }, { directive: typeof i1.WithTabIndex; inputs: {}; outputs: {}; }]>;
|
|
12
14
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/mainfilter-group.component';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MainfilterGroupComponent {
|
|
3
|
+
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MainfilterGroupComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainfilterGroupComponent, "odx-mainfilter-group", never, {}, {}, never, ["*"], true, never>;
|
|
6
|
+
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@odx/angular/cdk/a11y";
|
|
3
|
-
import * as i2 from "@odx/angular";
|
|
4
3
|
export declare class MenuItemDirective {
|
|
5
4
|
readonly element: import("@angular/core").ElementRef<HTMLButtonElement | HTMLLinkElement>;
|
|
6
5
|
protected selectItem(): void;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuItemDirective, "a[
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuItemDirective, "odx-menu a[odxButton], odx-menu button[odxButton]", never, {}, {}, never, never, true, [{ directive: typeof i1.ListFocusManagerOptionDirective; inputs: {}; outputs: {}; }]>;
|
|
9
8
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "@odx/angular/cdk/a11y";
|
|
3
4
|
export declare class MenuComponent {
|
|
5
|
+
static ngAcceptInputType_tile: BooleanInput;
|
|
4
6
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
7
|
+
tile: boolean;
|
|
5
8
|
onTab(event: KeyboardEvent): void;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "odx-menu", never, {}, {}, never, ["[
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "odx-menu", never, { "tile": "tile"; }, {}, never, ["*", "[odxButton]"], true, [{ directive: typeof i1.ListFocusManagerDirective; inputs: {}; outputs: {}; }]>;
|
|
8
11
|
}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { OnChanges } from '@angular/core';
|
|
2
|
-
import { Placement } from '@floating-ui/dom';
|
|
3
2
|
import { DynamicContent, DynamicTextContent } from '@odx/angular/cdk/dynamic-view';
|
|
4
3
|
import { DropdownDirective } from '@odx/angular/components/dropdown';
|
|
5
|
-
import { NgChanges } from '@odx/angular/utils';
|
|
4
|
+
import { NgChanges, Position } from '@odx/angular/utils';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
import * as i1 from "@odx/angular/components/dropdown";
|
|
8
7
|
export declare class MenuDirective implements OnChanges {
|
|
9
8
|
protected readonly dropdown: DropdownDirective;
|
|
10
9
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
11
10
|
content?: Exclude<DynamicContent, DynamicTextContent> | null;
|
|
12
|
-
position?:
|
|
11
|
+
position?: Position | null;
|
|
13
12
|
ngOnChanges(changes: NgChanges<MenuDirective>): void;
|
|
13
|
+
isOpen(): boolean;
|
|
14
|
+
close(event?: Event): void;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuDirective, "[odxMenu]",
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuDirective, "[odxMenu]", ["odxMenu"], { "content": "odxMenu"; "position": "odxMenuPosition"; }, {}, never, never, true, [{ directive: typeof i1.DropdownDirective; inputs: { "odxDropdown": "odxMenu"; }; outputs: {}; }]>;
|
|
16
17
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export * from './lib/components';
|
|
2
2
|
export * from './lib/directives';
|
|
3
|
+
export * from './lib/helpers';
|
|
3
4
|
export * from './lib/modal.component';
|
|
4
5
|
export * from './lib/modal.config';
|
|
5
6
|
export * from './lib/modal.directive';
|
|
6
7
|
export * from './lib/modal.module';
|
|
7
8
|
export * from './lib/modal.service';
|
|
8
9
|
export * from './lib/models';
|
|
9
|
-
export * from './lib/services';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ModalInstanceOptions } from './models';
|
|
2
|
-
export
|
|
3
|
-
export declare const
|
|
2
|
+
export type ModalConfig = Omit<ModalInstanceOptions, 'id' | 'host' | 'data'>;
|
|
3
|
+
export declare const ModalDefaultConfig: ModalConfig, ModalConfig: import("@angular/core").InjectionToken<Partial<ModalConfig>>, injectModalConfig: () => ModalConfig, provideModalConfig: <D extends import("@odx/angular/utils").ConfigDependencies<unknown> = import("@odx/angular/utils").ConfigDependencies<ModalConfig>>(config: import("@odx/angular/utils").ConfigProvider<Partial<ModalConfig>, D>) => import("@angular/core").ValueProvider | import("@angular/core").FactoryProvider;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ModuleConfigDependencies, ModuleConfigProvider } from '@odx/angular/utils';
|
|
3
|
-
import { ModalModuleConfig } from './modal.config';
|
|
4
1
|
import * as i0 from "@angular/core";
|
|
5
2
|
import * as i1 from "@odx/angular/components/button";
|
|
6
3
|
import * as i2 from "@odx/angular/components/button-group";
|
|
@@ -15,7 +12,6 @@ import * as i10 from "./directives/modal-dismiss.directive";
|
|
|
15
12
|
import * as i11 from "@odx/angular";
|
|
16
13
|
import * as i12 from "@odx/angular/components/area-header";
|
|
17
14
|
export declare class ModalModule {
|
|
18
|
-
static forRoot<D extends ModuleConfigDependencies>(config: ModuleConfigProvider<Partial<ModalModuleConfig>, D>): ModuleWithProviders<ModalModule>;
|
|
19
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
|
|
20
16
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, never, [typeof i1.ButtonComponent, typeof i2.ButtonGroupComponent, typeof i3.ModalComponent, typeof i4.ModalHeaderComponent, typeof i5.ModalHeroComponent, typeof i6.ModalFooterComponent, typeof i7.ModalDirective, typeof i8.ModalCloseDirective, typeof i9.ModalContentDirective, typeof i10.ModalDismissDirective], [typeof i11.CoreModule, typeof i12.AreaHeaderModule, typeof i1.ButtonComponent, typeof i2.ButtonGroupComponent, typeof i3.ModalComponent, typeof i4.ModalHeaderComponent, typeof i5.ModalHeroComponent, typeof i6.ModalFooterComponent, typeof i7.ModalDirective, typeof i8.ModalCloseDirective, typeof i9.ModalContentDirective, typeof i10.ModalDismissDirective]>;
|
|
21
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
|
|
@@ -1,13 +1,17 @@
|
|
|
1
|
+
import { Location } from '@angular/common';
|
|
1
2
|
import { TemplateRef } from '@angular/core';
|
|
2
3
|
import { BasicModalOptions, GetModalActionData, ModalOptions, ModalRef, ModalType } from './models';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class ModalService {
|
|
5
6
|
private static ID;
|
|
7
|
+
private readonly config;
|
|
8
|
+
private readonly openModals;
|
|
6
9
|
private readonly injector;
|
|
7
|
-
private readonly moduleConfig;
|
|
8
|
-
private readonly openModalManager;
|
|
9
10
|
private readonly dynamicViewService;
|
|
10
|
-
readonly openModals$: import("rxjs").Observable<ModalRef<unknown, unknown>
|
|
11
|
+
readonly openModals$: import("rxjs").Observable<(ModalRef<unknown, unknown> & {
|
|
12
|
+
id: string | number;
|
|
13
|
+
})[]>;
|
|
14
|
+
constructor(location: Location);
|
|
11
15
|
dismissAll(): void;
|
|
12
16
|
getModalById<Data = unknown, Result = unknown>(id: ModalOptions['id']): ModalRef<Data, Result> | null;
|
|
13
17
|
create<Data extends BasicModalOptions, Result = GetModalActionData<Data>>(modal: Data, options?: Partial<ModalOptions<Data>>): ModalRef<Data, Result>;
|
|
@@ -6,7 +6,7 @@ interface ModalAction<Result = unknown> {
|
|
|
6
6
|
data?: Result;
|
|
7
7
|
variant?: ButtonVariant;
|
|
8
8
|
}
|
|
9
|
-
export
|
|
9
|
+
export type GetModalActionData<T extends BasicModalOptions> = Exclude<T['actions'][number]['data'], undefined>;
|
|
10
10
|
export interface BasicModalOptions<Result = unknown> {
|
|
11
11
|
title: DynamicTextContent;
|
|
12
12
|
actions: ModalAction<Result>[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type ModalHeroVariant = (typeof ModalHeroVariant)[keyof typeof ModalHeroVariant];
|
|
2
2
|
export declare const ModalHeroVariant: {
|
|
3
3
|
readonly PRIMARY: "primary";
|
|
4
4
|
readonly SUCCESS: "success";
|
|
@@ -4,6 +4,7 @@ import { ModalVariant } from './modal-variant';
|
|
|
4
4
|
export interface ModalInstanceOptions {
|
|
5
5
|
id: string;
|
|
6
6
|
dismissable: boolean;
|
|
7
|
+
interactiveBackdrop: boolean;
|
|
7
8
|
size: ModalSize;
|
|
8
9
|
variant: ModalVariant;
|
|
9
10
|
}
|
|
@@ -12,4 +13,4 @@ export interface ModalOptionsExtras<Data> {
|
|
|
12
13
|
host: Element | ViewContainerRef;
|
|
13
14
|
dismissOnNavigation: boolean;
|
|
14
15
|
}
|
|
15
|
-
export
|
|
16
|
+
export type ModalOptions<D = unknown> = ModalInstanceOptions & ModalOptionsExtras<D>;
|
|
@@ -6,13 +6,15 @@ export declare class ModalRef<Data = unknown, Result = unknown> extends Controll
|
|
|
6
6
|
private readonly onDismiss$$;
|
|
7
7
|
readonly onClose$: import("rxjs").Observable<Result>;
|
|
8
8
|
readonly onDismiss$: import("rxjs").Observable<void>;
|
|
9
|
-
readonly onDestroy$: import("rxjs").Observable<void
|
|
9
|
+
readonly onDestroy$: import("rxjs").Observable<void>;
|
|
10
|
+
readonly isActive: () => boolean;
|
|
11
|
+
get id(): string;
|
|
10
12
|
get modalTitleId(): string;
|
|
11
13
|
get data(): Data;
|
|
12
14
|
get options(): ModalOptions<Data>;
|
|
13
|
-
constructor(internalOptions: ModalOptions<Data>);
|
|
15
|
+
constructor(internalOptions: ModalOptions<Data>, isActive: (modalRef: ModalRef<Data, Result>) => boolean);
|
|
14
16
|
update(options: Partial<ModalOptions<Data>>): void;
|
|
15
|
-
dismiss(): void;
|
|
17
|
+
dismiss(force?: boolean): void;
|
|
16
18
|
close(result: Result): void;
|
|
17
|
-
|
|
19
|
+
destroy(): void;
|
|
18
20
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type ModalSize = (typeof ModalSize)[keyof typeof ModalSize];
|
|
2
2
|
export declare const ModalSize: {
|
|
3
|
+
readonly XSMALL: "xsmall";
|
|
3
4
|
readonly SMALL: "small";
|
|
4
5
|
readonly MEDIUM: "medium";
|
|
5
6
|
readonly LARGE: "large";
|
|
@@ -3,6 +3,6 @@ import { ModalRef } from './modal-ref';
|
|
|
3
3
|
export interface Modal<Data, Result> {
|
|
4
4
|
readonly modalRef?: ModalRef<Data, Result>;
|
|
5
5
|
}
|
|
6
|
-
export
|
|
6
|
+
export type ModalType<T, Data = unknown, Result = unknown> = Type<T> | {
|
|
7
7
|
new (modalRef?: ModalRef<Data, Result>): Modal<Data, Result>;
|
|
8
8
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/navigation-back.component';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class NavigationBackComponent {
|
|
3
|
+
readonly element: import("@angular/core").ElementRef<HTMLButtonElement | HTMLLinkElement>;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationBackComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationBackComponent, "button[odxNavigationBack], a[odxNavigationBack]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Highlightable } from '@angular/cdk/a11y';
|
|
2
2
|
import { ElementRef } from '@angular/core';
|
|
3
3
|
export interface SelectControlOption<T> extends Highlightable {
|
|
4
|
+
isSelected: boolean;
|
|
4
5
|
element: ElementRef<HTMLElement>;
|
|
5
6
|
disabled: boolean;
|
|
6
7
|
value: T | null;
|
|
8
|
+
switchCheckbox: () => void;
|
|
7
9
|
}
|
|
@@ -2,6 +2,7 @@ import { Controller, StringifyFn } from '@odx/angular';
|
|
|
2
2
|
import { SelectSearchFieldDirective } from '../directives';
|
|
3
3
|
import { SelectControlOption } from './select-control-option';
|
|
4
4
|
export interface SelectControl<T = unknown> extends Controller {
|
|
5
|
+
multiple: boolean;
|
|
5
6
|
isOpen: boolean;
|
|
6
7
|
selectOption(option?: SelectControlOption<T> | null): void;
|
|
7
8
|
isOptionSelected(option: SelectControlOption<T>): boolean;
|
|
@@ -1,22 +1,26 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
1
2
|
import { OnInit } from '@angular/core';
|
|
2
3
|
import { SelectControlOption } from '../../abstract';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class OptionComponent<T = unknown> implements OnInit, SelectControlOption<T> {
|
|
6
|
+
static ngAcceptInputType_notFoundMessage: BooleanInput;
|
|
5
7
|
private readonly disabledController;
|
|
6
|
-
private readonly readonlyController;
|
|
7
8
|
private readonly takeUntilDestroyed;
|
|
9
|
+
private readonly cdr;
|
|
8
10
|
protected readonly selectControl: import("../../abstract").SelectControl<unknown>;
|
|
9
11
|
protected isActive: boolean;
|
|
10
12
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
11
13
|
isSelected: boolean;
|
|
12
14
|
value: T | null;
|
|
15
|
+
notFoundMessage: boolean;
|
|
13
16
|
get disabled(): boolean;
|
|
14
17
|
constructor();
|
|
15
18
|
ngOnInit(): void;
|
|
16
19
|
getLabel(): string;
|
|
17
20
|
setActiveStyles(): void;
|
|
18
21
|
setInactiveStyles(): void;
|
|
22
|
+
switchCheckbox(): void;
|
|
19
23
|
protected select(event: Event): void;
|
|
20
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent<any>, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "odx-option", never, { "value": "value"; }, {}, never, ["*"], true, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "odx-option", never, { "value": "value"; "notFoundMessage": "notFoundMessage"; }, {}, never, ["*"], true, never>;
|
|
22
26
|
}
|
|
@@ -7,16 +7,18 @@ import { SelectControl, SelectControlOption } from './abstract';
|
|
|
7
7
|
import { OptionComponent } from './components';
|
|
8
8
|
import { SelectSearchFieldDirective } from './directives';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class SelectComponent<T = unknown> extends CustomFormControl<T | null> implements AfterViewInit, SelectControl<T> {
|
|
10
|
+
export declare class SelectComponent<T = unknown | unknown[]> extends CustomFormControl<T | null> implements AfterViewInit, SelectControl<T> {
|
|
11
11
|
static ngAcceptInputType_isLoading: BooleanInput;
|
|
12
|
+
static ngAcceptInputType_multiple: BooleanInput;
|
|
12
13
|
private keyManager?;
|
|
14
|
+
private readonly changeDetector;
|
|
13
15
|
protected searchFieldEnabled: boolean;
|
|
14
16
|
protected smoothScrollEnabled: boolean;
|
|
15
17
|
protected selectedOption: OptionComponent<T> | null;
|
|
16
18
|
protected selectedOptionText: string | null;
|
|
17
|
-
protected get hasOptions(): boolean;
|
|
18
19
|
protected options?: QueryList<OptionComponent<T>>;
|
|
19
20
|
protected dropdown?: DropdownDirective;
|
|
21
|
+
get hasOptions(): boolean;
|
|
20
22
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
21
23
|
get isOpen(): boolean;
|
|
22
24
|
get selectedOptionContent(): TemplateRef<{
|
|
@@ -24,6 +26,7 @@ export declare class SelectComponent<T = unknown> extends CustomFormControl<T |
|
|
|
24
26
|
}> | string | null;
|
|
25
27
|
placeholder: string;
|
|
26
28
|
isLoading: boolean;
|
|
29
|
+
multiple: boolean;
|
|
27
30
|
selectedOptionTemplate?: TemplateRef<{
|
|
28
31
|
$implicit: T;
|
|
29
32
|
}> | null;
|
|
@@ -34,10 +37,11 @@ export declare class SelectComponent<T = unknown> extends CustomFormControl<T |
|
|
|
34
37
|
constructor();
|
|
35
38
|
ngAfterViewInit(): void;
|
|
36
39
|
registerOnChange(fn: (value: T | null) => void): void;
|
|
37
|
-
selectOption(option?: SelectControlOption<T> | null): void;
|
|
38
|
-
isOptionSelected(option: SelectControlOption<T>): boolean;
|
|
40
|
+
selectOption(option?: SelectControlOption<T | T[]> | null): void;
|
|
41
|
+
isOptionSelected(option: SelectControlOption<T | T[]>): boolean;
|
|
39
42
|
scrollOptionIntoView({ element }: SelectControlOption<T>): void;
|
|
40
43
|
protected openDropdown(event: KeyboardEvent): void;
|
|
44
|
+
protected handleFocusOut(event: FocusEvent): void;
|
|
41
45
|
protected activateSelectedOption(): void;
|
|
42
46
|
protected onDropdownOpen(): void;
|
|
43
47
|
protected onDropdownClose(): void;
|
|
@@ -45,6 +49,7 @@ export declare class SelectComponent<T = unknown> extends CustomFormControl<T |
|
|
|
45
49
|
protected disableSmoothScroll(): void;
|
|
46
50
|
protected enableSmoothScroll(): void;
|
|
47
51
|
private updateSelectedOption;
|
|
52
|
+
private focusSelectSearchField;
|
|
48
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent<any>, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "odx-select", never, { "placeholder": "placeholder"; "isLoading": "isLoading"; "selectedOptionTemplate": "selectedOptionTemplate"; "stringify": "stringify"; "identityMatcher": "identityMatcher"; }, { "change": "change"; }, ["searchField", "options"], ["[odxSelectSearchField]", "*"], true, never>;
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "odx-select", never, { "placeholder": "placeholder"; "isLoading": "isLoading"; "multiple": "multiple"; "selectedOptionTemplate": "selectedOptionTemplate"; "stringify": "stringify"; "identityMatcher": "identityMatcher"; }, { "change": "change"; }, ["searchField", "options"], ["[odxSelectSearchField]", "*"], true, never>;
|
|
50
55
|
}
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import { Highlightable } from '@angular/cdk/a11y';
|
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TabBarItemComponent implements Highlightable {
|
|
5
|
+
export declare class TabBarItemComponent implements Highlightable, OnInit {
|
|
6
6
|
static ngAcceptInputType_closable: BooleanInput;
|
|
7
7
|
private readonly disabledController;
|
|
8
8
|
private readonly tabBar;
|
|
9
|
+
private readonly routerLinkActive;
|
|
10
|
+
private readonly takeUntilDestroyed;
|
|
9
11
|
protected isActive: boolean;
|
|
10
12
|
readonly element: ElementRef<HTMLElement>;
|
|
11
13
|
get disabled(): boolean;
|
|
12
14
|
closable: boolean;
|
|
13
15
|
tabClose: EventEmitter<TabBarItemComponent>;
|
|
16
|
+
ngOnInit(): void;
|
|
14
17
|
setActiveStyles(): void;
|
|
15
18
|
setInactiveStyles(): void;
|
|
16
19
|
protected onClick(): void;
|
|
@@ -9,7 +9,7 @@ export declare class ToastItemComponent implements OnInit {
|
|
|
9
9
|
id: string;
|
|
10
10
|
title: DynamicTextContent;
|
|
11
11
|
description?: DynamicTextContent | null;
|
|
12
|
-
variant?: ToastVariant;
|
|
12
|
+
variant?: ToastVariant | null;
|
|
13
13
|
actions?: ToastAction[];
|
|
14
14
|
options: ToastOptions;
|
|
15
15
|
readonly dismiss: EventEmitter<void>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ToastOptions } from './models/toast.options';
|
|
2
|
-
export
|
|
3
|
-
export declare const
|
|
2
|
+
export type ToastConfig = ToastOptions;
|
|
3
|
+
export declare const ToastDefaultConfig: ToastOptions, ToastConfig: import("@angular/core").InjectionToken<Partial<ToastOptions>>, injectToastConfig: () => ToastOptions, provideToastConfig: <D extends import("@odx/angular/utils").ConfigDependencies<unknown> = import("@odx/angular/utils").ConfigDependencies<ToastOptions>>(config: import("@odx/angular/utils").ConfigProvider<Partial<ToastOptions>, D>) => import("@angular/core").FactoryProvider | import("@angular/core").ValueProvider;
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ModuleConfigDependencies, ModuleConfigProvider } from '@odx/angular/utils';
|
|
3
|
-
import { ToastModuleConfig } from './toast.config';
|
|
4
1
|
import * as i0 from "@angular/core";
|
|
5
2
|
import * as i1 from "./components/toast-container/toast-container.component";
|
|
6
3
|
import * as i2 from "./components/toast-item/toast-item.component";
|
|
7
4
|
import * as i3 from "@odx/angular";
|
|
8
5
|
export declare class ToastModule {
|
|
9
|
-
static forRoot<D extends ModuleConfigDependencies>(config: ModuleConfigProvider<Partial<ToastModuleConfig>, D>): ModuleWithProviders<ToastModule>;
|
|
10
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
|
|
11
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof i1.ToastContainerComponent, typeof i2.ToastItemComponent], [typeof i3.CoreModule, typeof i1.ToastContainerComponent, typeof i2.ToastItemComponent]>;
|
|
12
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
|
|
@@ -5,7 +5,7 @@ export declare class ToastService {
|
|
|
5
5
|
private readonly onRemove$$;
|
|
6
6
|
private readonly defaultOptions;
|
|
7
7
|
readonly queue$: import("rxjs").Observable<(ToastRef & {
|
|
8
|
-
id: string;
|
|
8
|
+
id: string | number;
|
|
9
9
|
})[]>;
|
|
10
10
|
readonly onRemove$: import("rxjs").Observable<ToastRef>;
|
|
11
11
|
add(item: Toast, options?: Partial<ToastOptions>): ToastRef;
|
package/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
1
2
|
import { RadioControlDirective } from '@odx/angular/cdk/radio-group-control';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ToggleButtonComponent<T = unknown> extends RadioControlDirective<T> {
|
|
4
|
-
|
|
5
|
+
protected inputElement: ElementRef<HTMLInputElement>;
|
|
6
|
+
readonly element: ElementRef<HTMLElement>;
|
|
7
|
+
focus(): void;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonComponent<any>, never>;
|
|
6
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent<any>, "odx-toggle-button", never, {}, {}, never, ["*"], true, never>;
|
|
7
10
|
}
|