@odx/angular 1.0.0-rc.7 → 1.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/cdk/a11y/README.md +3 -0
- package/cdk/a11y/index.d.ts +2 -0
- package/cdk/a11y/lib/a11y.module.d.ts +11 -0
- package/cdk/a11y/lib/directives/index.d.ts +3 -0
- package/cdk/a11y/lib/directives/interactive.directive.d.ts +11 -0
- package/cdk/a11y/lib/directives/list-focus-manager-option.directive.d.ts +11 -0
- package/cdk/a11y/lib/directives/list-focus-manager.directive.d.ts +12 -0
- package/cdk/active-indicator/lib/active-indicator.directive.d.ts +3 -2
- package/cdk/checkbox-control/lib/checkbox-control.directive.d.ts +1 -1
- package/cdk/connected-overlay/lib/connected-overlay.component.d.ts +1 -1
- package/cdk/connected-overlay/lib/models/connected-overlay-options.d.ts +1 -0
- package/cdk/custom-form-control/lib/control.directive.d.ts +1 -1
- package/cdk/custom-form-control/lib/custom-form-control.d.ts +1 -1
- 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/index.d.ts +1 -0
- package/cdk/expandable/lib/directives/expandable-item.directive.d.ts +2 -2
- package/cdk/expandable/lib/directives/extandable-container.directive.d.ts +2 -2
- package/cdk/expandable/lib/expandable.tokens.d.ts +3 -0
- package/cdk/expandable/lib/facade/expandable-container.d.ts +4 -4
- package/cdk/expandable/lib/facade/expandable-item.d.ts +6 -6
- package/cdk/radio-group-control/lib/radio-control.directive.d.ts +1 -1
- package/cdk/radio-group-control/lib/radio-group-control.directive.d.ts +1 -1
- package/components/accordion/lib/accordion.component.d.ts +1 -1
- package/components/accordion/lib/components/accordion-item/accordion-item.component.d.ts +1 -1
- package/components/accordion/lib/directives/accordion-item-title.d.ts +1 -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/directives/area-header-content.directive.d.ts +1 -1
- package/components/area-header/directives/area-header-subtitle.directive.d.ts +1 -1
- package/components/avatar/lib/avatar.component.d.ts +1 -1
- package/components/badge/lib/badge.component.d.ts +1 -1
- package/components/badge/lib/badge.directive.d.ts +1 -1
- package/components/bar/README.md +3 -0
- package/components/bar/index.d.ts +5 -0
- package/components/bar/lib/bar.component.d.ts +6 -0
- package/components/bar/lib/bar.module.d.ts +10 -0
- package/components/bar/lib/directives/bar-button.directive.d.ts +10 -0
- package/components/bar/lib/directives/bar-label.directive.d.ts +6 -0
- package/components/bar/lib/models/bar-button-variant.d.ts +5 -0
- package/components/breadcrumbs/README.md +3 -0
- package/components/breadcrumbs/index.d.ts +1 -0
- package/components/breadcrumbs/lib/breadcrumbs.component.d.ts +17 -0
- package/components/button/lib/button.component.d.ts +3 -4
- package/components/button-group/lib/button-group.component.d.ts +1 -1
- package/components/checkbox/lib/checkbox.component.d.ts +2 -1
- package/components/checkbox/lib/checkbox.validator.d.ts +1 -1
- package/components/chip/lib/chip.component.d.ts +1 -1
- package/components/circular-progress/lib/circular-progress.component.d.ts +1 -1
- package/components/content-box/lib/content-box.component.d.ts +1 -1
- package/components/content-box/lib/directives/content-box-footer-directive.d.ts +1 -1
- package/components/content-box/lib/directives/content-box-header-directive.d.ts +1 -1
- package/components/dropdown/index.d.ts +2 -0
- package/components/dropdown/lib/dropdown.component.d.ts +2 -1
- package/components/dropdown/lib/dropdown.directive.d.ts +13 -4
- package/components/dropdown/lib/helpers/close-current-dropdown.d.ts +1 -0
- package/components/dropdown/lib/helpers/index.d.ts +1 -0
- package/components/dropdown/lib/models/close-dropdown-event.d.ts +4 -0
- package/components/dropdown/lib/models/dropdown-options.d.ts +1 -1
- package/components/dropdown/lib/models/index.d.ts +1 -0
- package/components/form-field/lib/components/form-field-info/form-field-info.component.d.ts +1 -1
- package/components/form-field/lib/components/form-group/form-group.component.d.ts +1 -1
- package/components/form-field/lib/directives/form-field-control.directive.d.ts +1 -1
- package/components/form-field/lib/directives/form-field-error.directive.d.ts +1 -1
- package/components/form-field/lib/directives/form-field-hint.directive.d.ts +1 -1
- package/components/form-field/lib/directives/form-field-label.directive.d.ts +1 -1
- package/components/form-field/lib/directives/form.directive.d.ts +1 -1
- package/components/form-field/lib/form-field.component.d.ts +2 -1
- package/components/header/lib/directives/header-avatar.directive.d.ts +1 -1
- package/components/header/lib/directives/header-title.directive.d.ts +1 -1
- package/components/header/lib/header.component.d.ts +1 -1
- package/components/header/lib/header.module.d.ts +2 -3
- package/components/icon/lib/icon.component.d.ts +1 -1
- package/components/icon/lib/models/icon-size.d.ts +2 -1
- package/components/inline-message/index.d.ts +1 -1
- package/components/inline-message/lib/inline-message.component.d.ts +2 -2
- package/components/inline-message/lib/models/index.d.ts +1 -0
- package/components/launch-tile/README.md +3 -0
- package/components/launch-tile/index.d.ts +3 -0
- package/components/launch-tile/lib/components/index.d.ts +2 -0
- package/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.d.ts +5 -0
- package/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.d.ts +5 -0
- package/components/launch-tile/lib/launch-tile.component.d.ts +13 -0
- package/components/launch-tile/lib/launch-tile.module.d.ts +14 -0
- package/components/link/link.directive.d.ts +2 -4
- package/components/list/lib/components/index.d.ts +1 -1
- package/components/list/lib/components/{list-item.component.d.ts → list-item/list-item.component.d.ts} +2 -4
- package/components/list/lib/list.component.d.ts +2 -1
- package/components/list/lib/list.module.d.ts +1 -1
- package/components/loading-spinner/lib/loading-spinner.component.d.ts +1 -1
- package/components/loading-spinner/lib/loading-spinner.directive.d.ts +2 -2
- package/components/logo/logo.directive.d.ts +1 -1
- package/components/main-menu/lib/directives/main-menu-button.directive.d.ts +1 -1
- package/components/main-menu/lib/directives/main-menu-item.directive.d.ts +2 -4
- package/components/main-menu/lib/main-menu.component.d.ts +1 -1
- package/components/menu/README.md +3 -0
- package/components/menu/index.d.ts +4 -0
- package/components/menu/lib/directives/index.d.ts +1 -0
- package/components/menu/lib/directives/menu-item.directive.d.ts +9 -0
- package/components/menu/lib/menu.component.d.ts +8 -0
- package/components/menu/lib/menu.directive.d.ts +16 -0
- package/components/menu/lib/menu.module.d.ts +10 -0
- package/components/modal/lib/components/basic-modal/basic-modal.component.d.ts +10 -0
- package/components/modal/lib/components/index.d.ts +2 -0
- package/components/modal/lib/components/modal-footer/modal-footer.component.d.ts +1 -1
- package/components/modal/lib/components/modal-header/modal-header.component.d.ts +1 -1
- package/components/modal/lib/components/modal-hero/modal-hero.component.d.ts +11 -0
- package/components/modal/lib/directives/modal-close.directive.d.ts +2 -2
- package/components/modal/lib/directives/modal-content.directive.d.ts +1 -1
- package/components/modal/lib/directives/modal-dismiss.directive.d.ts +1 -1
- package/components/modal/lib/helpers/inject-modal-ref.d.ts +1 -1
- package/components/modal/lib/modal.component.d.ts +7 -3
- package/components/modal/lib/modal.directive.d.ts +1 -1
- package/components/modal/lib/modal.module.d.ts +9 -8
- package/components/modal/lib/modal.service.d.ts +2 -1
- package/components/modal/lib/models/basic-modal-options.d.ts +17 -0
- package/components/modal/lib/models/index.d.ts +2 -0
- package/components/modal/lib/models/modal-hero-variant.d.ts +7 -0
- package/components/progress/lib/progress.component.d.ts +2 -2
- package/components/radio-group/lib/components/radio-button/radio-button.component.d.ts +2 -2
- package/components/radio-group/lib/radio-group.component.d.ts +1 -1
- package/components/rail-navigation/lib/components/rail-navigation-item.component.d.ts +2 -4
- package/components/rail-navigation/lib/rail-navigation.component.d.ts +1 -1
- package/components/select/lib/components/option/option.component.d.ts +1 -1
- package/components/select/lib/directives/select-search-field.directive.d.ts +1 -1
- package/components/select/lib/select.component.d.ts +4 -4
- package/components/slider/lib/slider.directive.d.ts +2 -3
- package/components/spinbox/lib/spinbox.component.d.ts +2 -2
- package/components/switch/lib/switch.component.d.ts +2 -1
- package/components/switch/lib/switch.validator.d.ts +1 -1
- package/components/tab-bar/README.md +3 -0
- package/components/tab-bar/index.d.ts +4 -0
- package/components/tab-bar/lib/components/index.d.ts +1 -0
- package/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.d.ts +20 -0
- package/components/tab-bar/lib/models/index.d.ts +1 -0
- package/components/tab-bar/lib/models/tab-change-event.d.ts +5 -0
- package/components/tab-bar/lib/tab-bar.component.d.ts +31 -0
- package/components/tab-bar/lib/tab-bar.config.d.ts +3 -0
- package/components/tab-bar/lib/tab-bar.module.d.ts +9 -0
- package/components/toast/README.md +3 -0
- package/components/toast/index.d.ts +5 -0
- package/components/toast/lib/components/index.d.ts +2 -0
- package/components/toast/lib/components/toast-container/toast-container.component.d.ts +23 -0
- package/components/toast/lib/components/toast-item/toast-item.component.d.ts +20 -0
- package/components/toast/lib/models/index.d.ts +5 -0
- package/components/toast/lib/models/toast-action.d.ts +7 -0
- package/components/toast/lib/models/toast-ref.d.ts +7 -0
- package/components/toast/lib/models/toast-variant.d.ts +7 -0
- package/components/toast/lib/models/toast.d.ts +10 -0
- package/components/toast/lib/models/toast.options.d.ts +4 -0
- package/components/toast/lib/toast.config.d.ts +3 -0
- package/components/toast/lib/toast.module.d.ts +13 -0
- package/components/toast/lib/toast.service.d.ts +16 -0
- package/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.d.ts +1 -1
- package/components/toggle-button-group/lib/toggle-button-group.component.d.ts +2 -2
- package/components/tooltip/lib/tooltip.component.d.ts +1 -1
- package/components/tooltip/lib/tooltip.directive.d.ts +1 -1
- package/esm2020/animations/lib/expand.mjs +6 -4
- package/esm2020/cdk/a11y/index.mjs +3 -0
- package/esm2020/cdk/a11y/lib/a11y.module.mjs +19 -0
- package/esm2020/cdk/a11y/lib/directives/index.mjs +4 -0
- package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +49 -0
- package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +28 -0
- package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +40 -0
- package/esm2020/cdk/a11y/odx-angular-cdk-a11y.mjs +5 -0
- package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +11 -10
- package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +4 -4
- package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +8 -4
- package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +4 -4
- package/esm2020/cdk/connected-overlay/lib/helpers/compute-overlay-position.mjs +3 -3
- package/esm2020/cdk/connected-overlay/lib/models/connected-overlay-options.mjs +3 -2
- package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +4 -4
- package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +4 -4
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +4 -4
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +4 -4
- package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +4 -4
- package/esm2020/cdk/expandable/index.mjs +2 -1
- package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +7 -8
- package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +5 -7
- package/esm2020/cdk/expandable/lib/expandable.module.mjs +5 -5
- package/esm2020/cdk/expandable/lib/expandable.tokens.mjs +3 -0
- package/esm2020/cdk/expandable/lib/facade/expandable-container.mjs +2 -3
- package/esm2020/cdk/expandable/lib/facade/expandable-item.mjs +2 -3
- package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +4 -4
- package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +4 -4
- package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +5 -5
- package/esm2020/components/accordion/lib/accordion.component.mjs +6 -6
- package/esm2020/components/accordion/lib/accordion.module.mjs +5 -5
- package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +8 -6
- package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +4 -4
- package/esm2020/components/action-group/action-group.component.mjs +4 -4
- package/esm2020/components/area-header/area-header.component.mjs +4 -4
- package/esm2020/components/area-header/area-header.module.mjs +5 -5
- package/esm2020/components/area-header/directives/area-header-content.directive.mjs +4 -4
- package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +4 -4
- package/esm2020/components/avatar/lib/avatar.component.mjs +4 -4
- package/esm2020/components/badge/lib/badge.component.mjs +4 -4
- package/esm2020/components/badge/lib/badge.directive.mjs +4 -4
- package/esm2020/components/bar/index.mjs +6 -0
- package/esm2020/components/bar/lib/bar.component.mjs +21 -0
- package/esm2020/components/bar/lib/bar.module.mjs +20 -0
- package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +39 -0
- package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +24 -0
- package/esm2020/components/bar/lib/models/bar-button-variant.mjs +5 -0
- package/esm2020/components/bar/odx-angular-components-bar.mjs +5 -0
- package/esm2020/components/breadcrumbs/index.mjs +2 -0
- package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +50 -0
- package/esm2020/components/breadcrumbs/odx-angular-components-breadcrumbs.mjs +5 -0
- package/esm2020/components/button/lib/button.component.mjs +8 -12
- package/esm2020/components/button-group/lib/button-group.component.mjs +4 -4
- package/esm2020/components/checkbox/lib/checkbox.component.mjs +7 -6
- package/esm2020/components/checkbox/lib/checkbox.module.mjs +5 -5
- package/esm2020/components/checkbox/lib/checkbox.validator.mjs +4 -4
- package/esm2020/components/chip/lib/chip.component.mjs +4 -4
- package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +5 -5
- package/esm2020/components/content-box/lib/content-box.component.mjs +4 -4
- package/esm2020/components/content-box/lib/content-box.module.mjs +5 -5
- package/esm2020/components/content-box/lib/directives/content-box-footer-directive.mjs +4 -4
- package/esm2020/components/content-box/lib/directives/content-box-header-directive.mjs +4 -4
- package/esm2020/components/dropdown/index.mjs +3 -1
- package/esm2020/components/dropdown/lib/dropdown.component.mjs +15 -6
- package/esm2020/components/dropdown/lib/dropdown.directive.mjs +48 -17
- package/esm2020/components/dropdown/lib/dropdown.module.mjs +5 -5
- package/esm2020/components/dropdown/lib/helpers/close-current-dropdown.mjs +5 -0
- package/esm2020/components/dropdown/lib/helpers/index.mjs +2 -0
- package/esm2020/components/dropdown/lib/models/close-dropdown-event.mjs +7 -0
- package/esm2020/components/dropdown/lib/models/dropdown-options.mjs +2 -1
- package/esm2020/components/dropdown/lib/models/index.mjs +2 -1
- package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +4 -4
- package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +4 -4
- package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +4 -4
- package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +4 -4
- package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +4 -4
- package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +4 -4
- package/esm2020/components/form-field/lib/directives/form.directive.mjs +4 -4
- package/esm2020/components/form-field/lib/form-field.component.mjs +8 -7
- package/esm2020/components/form-field/lib/form-field.module.mjs +5 -5
- package/esm2020/components/form-field/lib/form-field.service.mjs +4 -4
- package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +4 -4
- package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +4 -4
- package/esm2020/components/header/lib/directives/header-title.directive.mjs +4 -4
- package/esm2020/components/header/lib/header.component.mjs +5 -6
- package/esm2020/components/header/lib/header.module.mjs +7 -11
- package/esm2020/components/icon/lib/icon.component.mjs +4 -4
- package/esm2020/components/icon/lib/models/icon-size.mjs +2 -1
- package/esm2020/components/inline-message/index.mjs +2 -2
- package/esm2020/components/inline-message/lib/inline-message.component.mjs +5 -5
- package/esm2020/components/inline-message/lib/models/index.mjs +2 -0
- package/esm2020/components/launch-tile/index.mjs +4 -0
- package/esm2020/components/launch-tile/lib/components/index.mjs +3 -0
- package/esm2020/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.mjs +13 -0
- package/esm2020/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.mjs +13 -0
- package/esm2020/components/launch-tile/lib/launch-tile.component.mjs +51 -0
- package/esm2020/components/launch-tile/lib/launch-tile.module.mjs +23 -0
- package/esm2020/components/launch-tile/odx-angular-components-launch-tile.mjs +5 -0
- package/esm2020/components/link/link.directive.mjs +7 -14
- package/esm2020/components/list/lib/components/index.mjs +2 -2
- package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +40 -0
- package/esm2020/components/list/lib/list.component.mjs +17 -9
- package/esm2020/components/list/lib/list.module.mjs +6 -6
- package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +4 -4
- package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +9 -9
- package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +5 -5
- package/esm2020/components/logo/logo.directive.mjs +4 -4
- package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +4 -4
- package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +7 -13
- package/esm2020/components/main-menu/lib/main-menu.component.mjs +8 -8
- package/esm2020/components/main-menu/lib/main-menu.module.mjs +5 -5
- package/esm2020/components/main-menu/lib/main-menu.service.mjs +4 -4
- package/esm2020/components/menu/index.mjs +5 -0
- package/esm2020/components/menu/lib/directives/index.mjs +2 -0
- package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +39 -0
- package/esm2020/components/menu/lib/menu.component.mjs +35 -0
- package/esm2020/components/menu/lib/menu.directive.mjs +51 -0
- package/esm2020/components/menu/lib/menu.module.mjs +20 -0
- package/esm2020/components/menu/odx-angular-components-menu.mjs +5 -0
- package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +42 -0
- package/esm2020/components/modal/lib/components/index.mjs +3 -1
- package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +4 -4
- package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +4 -4
- package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +39 -0
- package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +10 -5
- package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +4 -4
- package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +4 -4
- package/esm2020/components/modal/lib/helpers/inject-modal-ref.mjs +1 -1
- package/esm2020/components/modal/lib/modal.component.mjs +19 -9
- package/esm2020/components/modal/lib/modal.directive.mjs +4 -4
- package/esm2020/components/modal/lib/modal.module.mjs +33 -7
- package/esm2020/components/modal/lib/modal.service.mjs +14 -5
- package/esm2020/components/modal/lib/models/basic-modal-options.mjs +2 -0
- package/esm2020/components/modal/lib/models/index.mjs +3 -1
- package/esm2020/components/modal/lib/models/modal-hero-variant.mjs +7 -0
- package/esm2020/components/modal/lib/services/open-modal-manager.service.mjs +4 -4
- package/esm2020/components/progress/lib/progress.component.mjs +6 -6
- package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +8 -9
- package/esm2020/components/radio-group/lib/radio-group.component.mjs +6 -6
- package/esm2020/components/radio-group/lib/radio-group.module.mjs +5 -5
- package/esm2020/components/rail-navigation/lib/components/rail-navigation-item.component.mjs +7 -12
- package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +4 -4
- package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +5 -5
- package/esm2020/components/select/lib/components/option/option.component.mjs +5 -5
- package/esm2020/components/select/lib/directives/select-search-field.directive.mjs +4 -4
- package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +4 -4
- package/esm2020/components/select/lib/select.component.mjs +15 -19
- package/esm2020/components/select/lib/select.module.mjs +5 -5
- package/esm2020/components/slider/lib/slider.directive.mjs +7 -10
- package/esm2020/components/spinbox/lib/spinbox.component.mjs +5 -5
- package/esm2020/components/switch/lib/switch.component.mjs +7 -6
- package/esm2020/components/switch/lib/switch.module.mjs +5 -5
- package/esm2020/components/switch/lib/switch.validator.mjs +4 -4
- package/esm2020/components/tab-bar/index.mjs +5 -0
- package/esm2020/components/tab-bar/lib/components/index.mjs +2 -0
- package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +70 -0
- package/esm2020/components/tab-bar/lib/models/index.mjs +2 -0
- package/esm2020/components/tab-bar/lib/models/tab-change-event.mjs +2 -0
- package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +115 -0
- package/esm2020/components/tab-bar/lib/tab-bar.config.mjs +3 -0
- package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +19 -0
- package/esm2020/components/tab-bar/odx-angular-components-tab-bar.mjs +5 -0
- package/esm2020/components/toast/index.mjs +6 -0
- package/esm2020/components/toast/lib/components/index.mjs +3 -0
- package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +87 -0
- package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +74 -0
- package/esm2020/components/toast/lib/models/index.mjs +6 -0
- package/esm2020/components/toast/lib/models/toast-action.mjs +2 -0
- package/esm2020/components/toast/lib/models/toast-ref.mjs +2 -0
- package/esm2020/components/toast/lib/models/toast-variant.mjs +7 -0
- package/esm2020/components/toast/lib/models/toast.mjs +2 -0
- package/esm2020/components/toast/lib/models/toast.options.mjs +2 -0
- package/esm2020/components/toast/lib/toast.config.mjs +6 -0
- package/esm2020/components/toast/lib/toast.module.mjs +26 -0
- package/esm2020/components/toast/lib/toast.service.mjs +38 -0
- package/esm2020/components/toast/odx-angular-components-toast.mjs +5 -0
- package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +6 -10
- package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +15 -7
- package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +5 -5
- package/esm2020/components/tooltip/lib/tooltip.component.mjs +4 -4
- package/esm2020/components/tooltip/lib/tooltip.directive.mjs +4 -4
- package/esm2020/lib/controllers/controller.mjs +6 -6
- package/esm2020/lib/controllers/disabled.controller.mjs +21 -42
- package/esm2020/lib/controllers/readonly.controller.mjs +6 -6
- package/esm2020/lib/core.module.mjs +7 -7
- package/esm2020/lib/directives/click-outside.directive.mjs +7 -6
- package/esm2020/lib/directives/index.mjs +4 -1
- package/esm2020/lib/directives/let.directive.mjs +36 -0
- package/esm2020/lib/directives/with-disabled-state.directive.mjs +41 -0
- package/esm2020/lib/directives/with-tabindex.directive.mjs +23 -0
- package/esm2020/lib/services/window-ref.mjs +9 -5
- package/esm2020/rxjs/index.mjs +2 -1
- package/esm2020/rxjs/lib/form-query-list.mjs +5 -0
- package/esm2020/utils/lib/helpers/dom.mjs +8 -1
- package/esm2020/utils/lib/helpers/event-manager.mjs +4 -4
- package/esm2020/utils/lib/helpers/get-unique-id.mjs +7 -0
- package/esm2020/utils/lib/helpers/index.mjs +3 -1
- package/esm2020/utils/lib/helpers/provide-module-config.mjs +1 -1
- package/esm2020/utils/lib/helpers/queue.mjs +24 -0
- package/fesm2015/odx-angular-animations.mjs +5 -3
- package/fesm2015/odx-angular-animations.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-a11y.mjs +132 -0
- package/fesm2015/odx-angular-cdk-a11y.mjs.map +1 -0
- package/fesm2015/odx-angular-cdk-active-indicator.mjs +12 -9
- package/fesm2015/odx-angular-cdk-active-indicator.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-checkbox-control.mjs +3 -3
- package/fesm2015/odx-angular-cdk-checkbox-control.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-connected-overlay.mjs +14 -9
- package/fesm2015/odx-angular-cdk-connected-overlay.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-custom-form-control.mjs +6 -6
- package/fesm2015/odx-angular-cdk-custom-form-control.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-dynamic-view.mjs +9 -9
- package/fesm2015/odx-angular-cdk-dynamic-view.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-expandable.mjs +16 -22
- package/fesm2015/odx-angular-cdk-expandable.mjs.map +1 -1
- package/fesm2015/odx-angular-cdk-radio-group-control.mjs +10 -10
- package/fesm2015/odx-angular-cdk-radio-group-control.mjs.map +1 -1
- package/fesm2015/odx-angular-components-accordion.mjs +19 -17
- package/fesm2015/odx-angular-components-accordion.mjs.map +1 -1
- package/fesm2015/odx-angular-components-action-group.mjs +3 -3
- package/fesm2015/odx-angular-components-action-group.mjs.map +1 -1
- package/fesm2015/odx-angular-components-area-header.mjs +13 -13
- package/fesm2015/odx-angular-components-area-header.mjs.map +1 -1
- package/fesm2015/odx-angular-components-avatar.mjs +3 -3
- package/fesm2015/odx-angular-components-avatar.mjs.map +1 -1
- package/fesm2015/odx-angular-components-badge.mjs +6 -6
- package/fesm2015/odx-angular-components-badge.mjs.map +1 -1
- package/fesm2015/odx-angular-components-bar.mjs +96 -0
- package/fesm2015/odx-angular-components-bar.mjs.map +1 -0
- package/fesm2015/odx-angular-components-breadcrumbs.mjs +56 -0
- package/fesm2015/odx-angular-components-breadcrumbs.mjs.map +1 -0
- package/fesm2015/odx-angular-components-button-group.mjs +3 -3
- package/fesm2015/odx-angular-components-button-group.mjs.map +1 -1
- package/fesm2015/odx-angular-components-button.mjs +7 -11
- package/fesm2015/odx-angular-components-button.mjs.map +1 -1
- package/fesm2015/odx-angular-components-checkbox.mjs +13 -12
- package/fesm2015/odx-angular-components-checkbox.mjs.map +1 -1
- package/fesm2015/odx-angular-components-chip.mjs +3 -3
- package/fesm2015/odx-angular-components-chip.mjs.map +1 -1
- package/fesm2015/odx-angular-components-circular-progress.mjs +4 -4
- 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 +92 -40
- package/fesm2015/odx-angular-components-dropdown.mjs.map +1 -1
- package/fesm2015/odx-angular-components-form-field.mjs +37 -36
- package/fesm2015/odx-angular-components-form-field.mjs.map +1 -1
- package/fesm2015/odx-angular-components-header.mjs +16 -20
- package/fesm2015/odx-angular-components-header.mjs.map +1 -1
- package/fesm2015/odx-angular-components-icon.mjs +4 -3
- package/fesm2015/odx-angular-components-icon.mjs.map +1 -1
- package/fesm2015/odx-angular-components-inline-message.mjs +3 -3
- package/fesm2015/odx-angular-components-inline-message.mjs.map +1 -1
- package/fesm2015/odx-angular-components-launch-tile.mjs +95 -0
- package/fesm2015/odx-angular-components-launch-tile.mjs.map +1 -0
- package/fesm2015/odx-angular-components-link.mjs +6 -14
- package/fesm2015/odx-angular-components-link.mjs.map +1 -1
- package/fesm2015/odx-angular-components-list.mjs +22 -25
- package/fesm2015/odx-angular-components-list.mjs.map +1 -1
- package/fesm2015/odx-angular-components-loading-spinner.mjs +15 -15
- package/fesm2015/odx-angular-components-loading-spinner.mjs.map +1 -1
- package/fesm2015/odx-angular-components-logo.mjs +3 -3
- package/fesm2015/odx-angular-components-logo.mjs.map +1 -1
- package/fesm2015/odx-angular-components-main-menu.mjs +22 -30
- package/fesm2015/odx-angular-components-main-menu.mjs.map +1 -1
- package/fesm2015/odx-angular-components-menu.mjs +127 -0
- package/fesm2015/odx-angular-components-menu.mjs.map +1 -0
- package/fesm2015/odx-angular-components-modal.mjs +161 -55
- package/fesm2015/odx-angular-components-modal.mjs.map +1 -1
- package/fesm2015/odx-angular-components-progress.mjs +5 -5
- package/fesm2015/odx-angular-components-progress.mjs.map +1 -1
- package/fesm2015/odx-angular-components-radio-group.mjs +15 -16
- package/fesm2015/odx-angular-components-radio-group.mjs.map +1 -1
- package/fesm2015/odx-angular-components-rail-navigation.mjs +13 -19
- package/fesm2015/odx-angular-components-rail-navigation.mjs.map +1 -1
- package/fesm2015/odx-angular-components-select.mjs +28 -32
- package/fesm2015/odx-angular-components-select.mjs.map +1 -1
- package/fesm2015/odx-angular-components-slider.mjs +6 -9
- package/fesm2015/odx-angular-components-slider.mjs.map +1 -1
- package/fesm2015/odx-angular-components-spinbox.mjs +5 -5
- package/fesm2015/odx-angular-components-spinbox.mjs.map +1 -1
- package/fesm2015/odx-angular-components-switch.mjs +13 -12
- package/fesm2015/odx-angular-components-switch.mjs.map +1 -1
- package/fesm2015/odx-angular-components-tab-bar.mjs +200 -0
- package/fesm2015/odx-angular-components-tab-bar.mjs.map +1 -0
- package/fesm2015/odx-angular-components-toast.mjs +221 -0
- package/fesm2015/odx-angular-components-toast.mjs.map +1 -0
- package/fesm2015/odx-angular-components-toggle-button-group.mjs +23 -19
- package/fesm2015/odx-angular-components-toggle-button-group.mjs.map +1 -1
- package/fesm2015/odx-angular-components-tooltip.mjs +6 -6
- package/fesm2015/odx-angular-components-tooltip.mjs.map +1 -1
- package/fesm2015/odx-angular-rxjs.mjs +6 -2
- package/fesm2015/odx-angular-rxjs.mjs.map +1 -1
- package/fesm2015/odx-angular-utils.mjs +41 -5
- package/fesm2015/odx-angular-utils.mjs.map +1 -1
- package/fesm2015/odx-angular.mjs +140 -64
- package/fesm2015/odx-angular.mjs.map +1 -1
- package/fesm2020/odx-angular-animations.mjs +5 -3
- package/fesm2020/odx-angular-animations.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-a11y.mjs +128 -0
- package/fesm2020/odx-angular-cdk-a11y.mjs.map +1 -0
- package/fesm2020/odx-angular-cdk-active-indicator.mjs +10 -9
- package/fesm2020/odx-angular-cdk-active-indicator.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-checkbox-control.mjs +3 -3
- package/fesm2020/odx-angular-cdk-checkbox-control.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-connected-overlay.mjs +14 -9
- package/fesm2020/odx-angular-cdk-connected-overlay.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-custom-form-control.mjs +6 -6
- package/fesm2020/odx-angular-cdk-custom-form-control.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-dynamic-view.mjs +9 -9
- package/fesm2020/odx-angular-cdk-dynamic-view.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-expandable.mjs +16 -22
- package/fesm2020/odx-angular-cdk-expandable.mjs.map +1 -1
- package/fesm2020/odx-angular-cdk-radio-group-control.mjs +10 -10
- package/fesm2020/odx-angular-cdk-radio-group-control.mjs.map +1 -1
- package/fesm2020/odx-angular-components-accordion.mjs +19 -17
- package/fesm2020/odx-angular-components-accordion.mjs.map +1 -1
- package/fesm2020/odx-angular-components-action-group.mjs +3 -3
- package/fesm2020/odx-angular-components-action-group.mjs.map +1 -1
- package/fesm2020/odx-angular-components-area-header.mjs +13 -13
- package/fesm2020/odx-angular-components-area-header.mjs.map +1 -1
- package/fesm2020/odx-angular-components-avatar.mjs +3 -3
- package/fesm2020/odx-angular-components-avatar.mjs.map +1 -1
- package/fesm2020/odx-angular-components-badge.mjs +6 -6
- package/fesm2020/odx-angular-components-badge.mjs.map +1 -1
- package/fesm2020/odx-angular-components-bar.mjs +96 -0
- package/fesm2020/odx-angular-components-bar.mjs.map +1 -0
- package/fesm2020/odx-angular-components-breadcrumbs.mjs +56 -0
- package/fesm2020/odx-angular-components-breadcrumbs.mjs.map +1 -0
- package/fesm2020/odx-angular-components-button-group.mjs +3 -3
- package/fesm2020/odx-angular-components-button-group.mjs.map +1 -1
- package/fesm2020/odx-angular-components-button.mjs +7 -11
- package/fesm2020/odx-angular-components-button.mjs.map +1 -1
- package/fesm2020/odx-angular-components-checkbox.mjs +13 -12
- package/fesm2020/odx-angular-components-checkbox.mjs.map +1 -1
- package/fesm2020/odx-angular-components-chip.mjs +3 -3
- package/fesm2020/odx-angular-components-chip.mjs.map +1 -1
- package/fesm2020/odx-angular-components-circular-progress.mjs +4 -4
- 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 +91 -40
- package/fesm2020/odx-angular-components-dropdown.mjs.map +1 -1
- package/fesm2020/odx-angular-components-form-field.mjs +37 -36
- package/fesm2020/odx-angular-components-form-field.mjs.map +1 -1
- package/fesm2020/odx-angular-components-header.mjs +16 -20
- package/fesm2020/odx-angular-components-header.mjs.map +1 -1
- package/fesm2020/odx-angular-components-icon.mjs +4 -3
- package/fesm2020/odx-angular-components-icon.mjs.map +1 -1
- package/fesm2020/odx-angular-components-inline-message.mjs +3 -3
- package/fesm2020/odx-angular-components-inline-message.mjs.map +1 -1
- package/fesm2020/odx-angular-components-launch-tile.mjs +94 -0
- package/fesm2020/odx-angular-components-launch-tile.mjs.map +1 -0
- package/fesm2020/odx-angular-components-link.mjs +6 -13
- package/fesm2020/odx-angular-components-link.mjs.map +1 -1
- package/fesm2020/odx-angular-components-list.mjs +22 -24
- package/fesm2020/odx-angular-components-list.mjs.map +1 -1
- package/fesm2020/odx-angular-components-loading-spinner.mjs +15 -15
- package/fesm2020/odx-angular-components-loading-spinner.mjs.map +1 -1
- package/fesm2020/odx-angular-components-logo.mjs +3 -3
- package/fesm2020/odx-angular-components-logo.mjs.map +1 -1
- package/fesm2020/odx-angular-components-main-menu.mjs +22 -29
- package/fesm2020/odx-angular-components-main-menu.mjs.map +1 -1
- package/fesm2020/odx-angular-components-menu.mjs +129 -0
- package/fesm2020/odx-angular-components-menu.mjs.map +1 -0
- package/fesm2020/odx-angular-components-modal.mjs +166 -55
- package/fesm2020/odx-angular-components-modal.mjs.map +1 -1
- package/fesm2020/odx-angular-components-progress.mjs +5 -5
- package/fesm2020/odx-angular-components-progress.mjs.map +1 -1
- package/fesm2020/odx-angular-components-radio-group.mjs +15 -16
- package/fesm2020/odx-angular-components-radio-group.mjs.map +1 -1
- package/fesm2020/odx-angular-components-rail-navigation.mjs +13 -18
- package/fesm2020/odx-angular-components-rail-navigation.mjs.map +1 -1
- package/fesm2020/odx-angular-components-select.mjs +28 -32
- package/fesm2020/odx-angular-components-select.mjs.map +1 -1
- package/fesm2020/odx-angular-components-slider.mjs +6 -9
- package/fesm2020/odx-angular-components-slider.mjs.map +1 -1
- package/fesm2020/odx-angular-components-spinbox.mjs +5 -5
- package/fesm2020/odx-angular-components-spinbox.mjs.map +1 -1
- package/fesm2020/odx-angular-components-switch.mjs +13 -12
- package/fesm2020/odx-angular-components-switch.mjs.map +1 -1
- package/fesm2020/odx-angular-components-tab-bar.mjs +195 -0
- package/fesm2020/odx-angular-components-tab-bar.mjs.map +1 -0
- package/fesm2020/odx-angular-components-toast.mjs +220 -0
- package/fesm2020/odx-angular-components-toast.mjs.map +1 -0
- package/fesm2020/odx-angular-components-toggle-button-group.mjs +23 -19
- package/fesm2020/odx-angular-components-toggle-button-group.mjs.map +1 -1
- package/fesm2020/odx-angular-components-tooltip.mjs +6 -6
- package/fesm2020/odx-angular-components-tooltip.mjs.map +1 -1
- package/fesm2020/odx-angular-rxjs.mjs +6 -2
- package/fesm2020/odx-angular-rxjs.mjs.map +1 -1
- package/fesm2020/odx-angular-utils.mjs +42 -5
- package/fesm2020/odx-angular-utils.mjs.map +1 -1
- package/fesm2020/odx-angular.mjs +137 -63
- package/fesm2020/odx-angular.mjs.map +1 -1
- package/lib/controllers/controller.d.ts +1 -1
- package/lib/controllers/disabled.controller.d.ts +4 -9
- package/lib/controllers/readonly.controller.d.ts +4 -2
- package/lib/core.module.d.ts +3 -2
- package/lib/directives/click-outside.directive.d.ts +1 -1
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/let.directive.d.ts +17 -0
- package/lib/directives/with-disabled-state.directive.d.ts +13 -0
- package/lib/directives/with-tabindex.directive.d.ts +7 -0
- package/lib/services/window-ref.d.ts +2 -0
- package/package.json +67 -11
- package/rxjs/index.d.ts +1 -0
- package/rxjs/lib/form-query-list.d.ts +3 -0
- package/utils/lib/helpers/dom.d.ts +1 -0
- package/utils/lib/helpers/get-unique-id.d.ts +1 -0
- package/utils/lib/helpers/index.d.ts +2 -0
- package/utils/lib/helpers/provide-module-config.d.ts +1 -1
- package/utils/lib/helpers/queue.d.ts +11 -0
- package/esm2020/components/list/lib/components/list-item.component.mjs +0 -46
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @odx/angular
|
|
2
2
|
|
|
3
|
-
[<img src="https://img.shields.io/npm/v/@odx/angular"
|
|
4
|
-
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/animations"
|
|
5
|
-
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/cdk"
|
|
6
|
-
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/core"
|
|
7
|
-
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/common"
|
|
8
|
-
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/common"
|
|
3
|
+
[<img src="https://img.shields.io/npm/v/@odx/angular" />](https://npmjs.org/package/@odx/angular)
|
|
4
|
+
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/animations" />](https://npmjs.org/package/@angular/animations)
|
|
5
|
+
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/cdk" />](https://npmjs.org/package/@angular/cdk)
|
|
6
|
+
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/core" />](https://npmjs.org/package/@angular/core)
|
|
7
|
+
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/common" />](https://npmjs.org/package/@angular/common)
|
|
8
|
+
[<img src="https://img.shields.io/npm/dependency-version/@odx/angular/peer/@angular/common" />](https://npmjs.org/package/@angular/forms)
|
|
9
9
|
|
|
10
10
|
### Install 🚀
|
|
11
11
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/cdk/a11y";
|
|
3
|
+
import * as i2 from "./directives/list-focus-manager.directive";
|
|
4
|
+
import * as i3 from "./directives/list-focus-manager-option.directive";
|
|
5
|
+
import * as i4 from "./directives/interactive.directive";
|
|
6
|
+
import * as i5 from "@odx/angular";
|
|
7
|
+
export declare class A11yModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<A11yModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<A11yModule, never, [typeof i1.A11yModule, typeof i2.ListFocusManagerDirective, typeof i3.ListFocusManagerOptionDirective, typeof i4.InteractiveDirective], [typeof i5.CoreModule, typeof i1.A11yModule, typeof i2.ListFocusManagerDirective, typeof i3.ListFocusManagerOptionDirective, typeof i4.InteractiveDirective]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<A11yModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@odx/angular";
|
|
4
|
+
export declare class InteractiveDirective {
|
|
5
|
+
private readonly disabledController;
|
|
6
|
+
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
7
|
+
interact: EventEmitter<Event>;
|
|
8
|
+
protected handleEvents(event: Event): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InteractiveDirective, "[odxCdkInteractive]", never, {}, { "interact": "odxCdkInteractive"; }, never, never, true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }, { directive: typeof i1.WithTabIndex; inputs: {}; outputs: {}; }]>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FocusableOption } from '@angular/cdk/a11y';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@odx/angular";
|
|
4
|
+
export declare class ListFocusManagerOptionDirective implements FocusableOption {
|
|
5
|
+
private readonly disabledController;
|
|
6
|
+
private readonly element;
|
|
7
|
+
get disabled(): boolean;
|
|
8
|
+
focus(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListFocusManagerOptionDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListFocusManagerOptionDirective, "[odxListFocusManager]", never, {}, {}, never, never, true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }]>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AfterContentInit, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
+
import { ListFocusManagerOptionDirective } from './list-focus-manager-option.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ListFocusManagerDirective implements AfterContentInit, OnDestroy {
|
|
5
|
+
private keyManager;
|
|
6
|
+
protected options: QueryList<ListFocusManagerOptionDirective>;
|
|
7
|
+
ngAfterContentInit(): void;
|
|
8
|
+
ngOnDestroy(): void;
|
|
9
|
+
protected onKeyDown(event: KeyboardEvent): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListFocusManagerDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListFocusManagerDirective, "[odxListFocusManager]", never, {}, {}, ["options"], never, true, never>;
|
|
12
|
+
}
|
|
@@ -8,9 +8,10 @@ export declare class ActiveIndicatorDirective implements OnChanges, AfterViewIni
|
|
|
8
8
|
private readonly parentElement$$;
|
|
9
9
|
private readonly onResize$;
|
|
10
10
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
11
|
-
|
|
11
|
+
isActive: boolean;
|
|
12
12
|
activeElement?: HTMLElement | null;
|
|
13
13
|
set parent(value: HTMLElement | null);
|
|
14
|
+
get parent(): HTMLElement | null;
|
|
14
15
|
direction: ActiveIndicatorDirection;
|
|
15
16
|
position: ActiveIndicatorPosition;
|
|
16
17
|
ngAfterViewInit(): void;
|
|
@@ -20,5 +21,5 @@ export declare class ActiveIndicatorDirective implements OnChanges, AfterViewIni
|
|
|
20
21
|
private getIndicatorPositionY;
|
|
21
22
|
private getIndicatorRelativeOffset;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActiveIndicatorDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveIndicatorDirective, "[odxActiveIndicator]", never, { "activeElement": "odxActiveIndicator"; "parent": "odxActiveIndicatorParent"; "direction": "odxActiveIndicatorDirection"; "position": "odxActiveIndicatorPosition"; }, {}, never, never, true>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveIndicatorDirective, "[odxActiveIndicator]", never, { "activeElement": "odxActiveIndicator"; "parent": "odxActiveIndicatorParent"; "direction": "odxActiveIndicatorDirection"; "position": "odxActiveIndicatorPosition"; }, {}, never, never, true, never>;
|
|
24
25
|
}
|
|
@@ -11,5 +11,5 @@ export declare class CheckBoxControl extends CustomFormControl<boolean> {
|
|
|
11
11
|
constructor();
|
|
12
12
|
onChanged(event: Event): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxControl, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxControl, "[odxCheckBoxControl]", never, { "checked": "checked"; "controlValue": "value"; }, {}, never, never, false>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxControl, "[odxCheckBoxControl]", never, { "checked": "checked"; "controlValue": "value"; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -24,5 +24,5 @@ export declare class ConnectedOverlayComponent implements OnChanges, OnDestroy {
|
|
|
24
24
|
private startPositionUpdater;
|
|
25
25
|
private stopPositionUpdater;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectedOverlayComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectedOverlayComponent, "odx-connected-overlay", never, { "referenceElement": "referenceElement"; "options": "options"; }, { "closed": "closed"; }, never, never, true>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectedOverlayComponent, "odx-connected-overlay", never, { "referenceElement": "referenceElement"; "options": "options"; }, { "closed": "closed"; }, never, never, true, never>;
|
|
28
28
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class ControlDirective {
|
|
3
3
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ControlDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ControlDirective, "[odxControl]", ["odxControl"], {}, {}, never, never, true>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ControlDirective, "[odxControl]", ["odxControl"], {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -28,5 +28,5 @@ export declare abstract class CustomFormControl<T> extends Controller implements
|
|
|
28
28
|
updateValue(value: T): void;
|
|
29
29
|
protected hasValidator(validator: ValidatorFn): boolean;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomFormControl<any>, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomFormControl<any>, never, never, { "id": "id"; "name": "name"; }, {}, never, never, false>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomFormControl<any>, never, never, { "id": "id"; "name": "name"; }, {}, never, never, false, never>;
|
|
32
32
|
}
|
|
@@ -8,5 +8,5 @@ export declare class DynamicViewComponent implements OnDestroy {
|
|
|
8
8
|
ngOnDestroy(): void;
|
|
9
9
|
private setContent;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicViewComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicViewComponent, "odx-dynamic-view", never, { "content": "content"; }, {}, never, never, true>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicViewComponent, "odx-dynamic-view", never, { "content": "content"; }, {}, never, never, true, never>;
|
|
12
12
|
}
|
|
@@ -18,5 +18,5 @@ export declare class DynamicViewDirective<T extends DynamicContent<unknown> = Dy
|
|
|
18
18
|
private render;
|
|
19
19
|
private destroy;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicViewDirective<any>, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicViewDirective<any>, "ng-template[odxDynamicView]", never, { "content": "odxDynamicView"; "injector": "odxDynamicViewInjector"; "context": "odxDynamicViewContext"; }, {}, never, never, true>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicViewDirective<any>, "ng-template[odxDynamicView]", never, { "content": "odxDynamicView"; "injector": "odxDynamicViewInjector"; "context": "odxDynamicViewContext"; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
2
|
import { ExpandableItem } from '../facade';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ExpandableItemDirective
|
|
4
|
+
export declare class ExpandableItemDirective implements ExpandableItem {
|
|
5
5
|
static ID: number;
|
|
6
6
|
static ngAcceptInputType_expanded: BooleanInput;
|
|
7
7
|
private readonly container;
|
|
@@ -14,5 +14,5 @@ export declare class ExpandableItemDirective extends ExpandableItem {
|
|
|
14
14
|
open(): void;
|
|
15
15
|
close(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableItemDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableItemDirective, "[odxExpandableItem]", never, { "expanded": "expanded"; }, {}, never, never, true>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableItemDirective, "[odxExpandableItem]", never, { "expanded": "expanded"; }, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
2
|
import { ExpandableContainer, ExpandableItem } from '../facade';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ExpandableContainerDirective
|
|
4
|
+
export declare class ExpandableContainerDirective implements ExpandableContainer {
|
|
5
5
|
static ngAcceptInputType_multiple: BooleanInput;
|
|
6
6
|
private openItems;
|
|
7
7
|
multiple: boolean;
|
|
@@ -9,5 +9,5 @@ export declare class ExpandableContainerDirective extends ExpandableContainer {
|
|
|
9
9
|
closeAll(): void;
|
|
10
10
|
open(item: ExpandableItem): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableContainerDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableContainerDirective, "[odxExpandableContainer]", never, { "multiple": "multiple"; }, {}, never, never, true>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableContainerDirective, "[odxExpandableContainer]", never, { "multiple": "multiple"; }, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExpandableItem } from './expandable-item';
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
export interface ExpandableContainer {
|
|
3
|
+
close(item: ExpandableItem): void;
|
|
4
|
+
closeAll(): void;
|
|
5
|
+
open(item: ExpandableItem): void;
|
|
6
6
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
export interface ExpandableItem {
|
|
2
|
+
readonly id: string;
|
|
3
|
+
expanded: boolean;
|
|
4
|
+
close(): void;
|
|
5
|
+
open(): void;
|
|
6
|
+
toggle(): void;
|
|
7
7
|
}
|
|
@@ -9,5 +9,5 @@ export declare class RadioControlDirective<T = unknown> {
|
|
|
9
9
|
get isActive(): boolean;
|
|
10
10
|
constructor();
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioControlDirective<any>, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioControlDirective<any>, "[odxRadioControl]", never, { "value": "value"; }, {}, never, never, true>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioControlDirective<any>, "[odxRadioControl]", never, { "value": "value"; }, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -6,5 +6,5 @@ export declare class RadioGroupControlDirective<T = unknown> extends CustomFormC
|
|
|
6
6
|
constructor();
|
|
7
7
|
onFocusOut(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupControlDirective<any>, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupControlDirective<any>, "[odxRadioGroupControl]", never, {}, {}, never, never, true>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupControlDirective<any>, "[odxRadioGroupControl]", never, {}, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class AccordionComponent extends ExpandableContainerDirective {
|
|
4
4
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "odx-accordion", never, {}, {}, never, ["odx-accordion-item"], true>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "odx-accordion", never, {}, {}, never, ["odx-accordion-item"], true, never>;
|
|
7
7
|
}
|
|
@@ -12,5 +12,5 @@ export declare class AccordionItemComponent extends ExpandableItemDirective {
|
|
|
12
12
|
get slotId(): string;
|
|
13
13
|
onAnimationEnd(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "odx-accordion-item", never, { "title": "title"; }, { "expandedChange": "expandedChange"; }, never, ["odx-accordion-item-title", "*"], true>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "odx-accordion-item", never, { "title": "title"; }, { "expandedChange": "expandedChange"; }, never, ["odx-accordion-item-title", "*"], true, never>;
|
|
16
16
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AccordionItemTitleDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemTitleDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemTitleDirective, "odx-accordion-item-title", never, {}, {}, never, never, true>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionItemTitleDirective, "odx-accordion-item-title", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ActionGroupComponent {
|
|
|
5
5
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
6
6
|
reverse: boolean;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionGroupComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionGroupComponent, "odx-action-group", never, { "reverse": "reverse"; }, {}, never, ["[odxButton]"], true>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionGroupComponent, "odx-action-group", never, { "reverse": "reverse"; }, {}, never, ["[odxButton]"], true, never>;
|
|
9
9
|
}
|
|
@@ -4,5 +4,5 @@ export declare class AreaHeaderComponent {
|
|
|
4
4
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
5
5
|
size: AreaHeaderSize;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AreaHeaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AreaHeaderComponent, "odx-area-header", never, { "size": "size"; }, {}, never, ["odx-avatar", "*", "odx-area-header-subtitle", "odx-area-header-content"], true>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AreaHeaderComponent, "odx-area-header", never, { "size": "size"; }, {}, never, ["odx-avatar", "*", "odx-area-header-subtitle", "odx-area-header-content"], true, never>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AreaHeaderContentDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AreaHeaderContentDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AreaHeaderContentDirective, "odx-area-header-content", never, {}, {}, never, never, true>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AreaHeaderContentDirective, "odx-area-header-content", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AreaHeaderSubtitleDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AreaHeaderSubtitleDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AreaHeaderSubtitleDirective, "odx-area-header-subtitle", never, {}, {}, never, never, true>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AreaHeaderSubtitleDirective, "odx-area-header-subtitle", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -4,5 +4,5 @@ export declare class AvatarComponent {
|
|
|
4
4
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
5
5
|
size?: AvatarSize | null;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "odx-avatar", never, { "size": "size"; }, {}, never, ["*"], true>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "odx-avatar", never, { "size": "size"; }, {}, never, ["*"], true, never>;
|
|
8
8
|
}
|
|
@@ -19,5 +19,5 @@ export declare class BadgeComponent implements AfterViewInit, OnChanges, OnDestr
|
|
|
19
19
|
private stopPositionUpdater;
|
|
20
20
|
private updateBadgePosition;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "odx-badge", never, { "value": "value"; "position": "position"; "contrast": "contrast"; "variant": "variant"; }, {}, never, never, true>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "odx-badge", never, { "value": "value"; "position": "position"; "contrast": "contrast"; "variant": "variant"; }, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -17,5 +17,5 @@ export declare class BadgeDirective implements BadgeHost, OnChanges, OnDestroy {
|
|
|
17
17
|
ngOnChanges(changes: SimpleChanges): void;
|
|
18
18
|
ngOnDestroy(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BadgeDirective, "[odxBadge]", never, { "value": "odxBadge"; "contrast": "odxBadgeContrast"; "position": "odxBadgePosition"; "variant": "odxBadgeVariant"; }, {}, never, never, true>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BadgeDirective, "[odxBadge]", never, { "value": "odxBadge"; "contrast": "odxBadgeContrast"; "position": "odxBadgePosition"; "variant": "odxBadgeVariant"; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BarComponent {
|
|
3
|
+
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "odx-bar", never, {}, {}, never, ["button[odxBarButton], [odxBarLabel]"], true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./bar.component";
|
|
3
|
+
import * as i2 from "./directives/bar-button.directive";
|
|
4
|
+
import * as i3 from "./directives/bar-label.directive";
|
|
5
|
+
import * as i4 from "@odx/angular";
|
|
6
|
+
export declare class BarModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarModule, never, [typeof i1.BarComponent, typeof i2.BarButtonDirective, typeof i3.BarLabelDirective], [typeof i4.CoreModule, typeof i1.BarComponent, typeof i2.BarButtonDirective, typeof i3.BarLabelDirective]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BarModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DisabledController } from '@odx/angular';
|
|
2
|
+
import { BarButtonVariant } from '../models/bar-button-variant';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarButtonDirective {
|
|
5
|
+
protected readonly disabledController: DisabledController | null;
|
|
6
|
+
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
7
|
+
variant?: BarButtonVariant | null;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarButtonDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BarButtonDirective, "button[odxBarButton]", never, { "variant": "variant"; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BarLabelDirective {
|
|
3
|
+
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarLabelDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BarLabelDirective, "[odxBarLabel]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/breadcrumbs.component';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AfterViewInit, QueryList } from '@angular/core';
|
|
2
|
+
import { LinkDirective } from '@odx/angular/components/link';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BreadcrumbsComponent implements AfterViewInit {
|
|
5
|
+
private readonly renderer;
|
|
6
|
+
private readonly destroyed;
|
|
7
|
+
private readonly dynamicViewService;
|
|
8
|
+
private readonly icons;
|
|
9
|
+
protected readonly linkItems: QueryList<LinkDirective>;
|
|
10
|
+
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
11
|
+
ngAfterViewInit(): void;
|
|
12
|
+
private addIcons;
|
|
13
|
+
private addIcon;
|
|
14
|
+
private removeIcons;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "odx-breadcrumbs", never, {}, {}, ["linkItems"], ["[odxLink]"], true, never>;
|
|
17
|
+
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { DisabledController } from '@odx/angular';
|
|
2
1
|
import { ButtonSize, ButtonVariant } from './models';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@odx/angular";
|
|
4
4
|
export declare class ButtonComponent {
|
|
5
|
-
protected readonly disabledController: DisabledController | null;
|
|
6
5
|
readonly element: import("@angular/core").ElementRef<HTMLButtonElement | HTMLLinkElement>;
|
|
6
|
+
readonly type: string | null;
|
|
7
7
|
variant?: ButtonVariant | null;
|
|
8
8
|
size?: ButtonSize | null;
|
|
9
|
-
get type(): string | null;
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[odxButton], a[odxButton]", never, { "variant": "variant"; "size": "size"; }, {}, never, ["odx-icon[alignLeft]", "*", "odx-icon[alignRight]"], true>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[odxButton], a[odxButton]", never, { "variant": "variant"; "size": "size"; }, {}, never, ["odx-icon[alignLeft]", "*", "odx-icon[alignRight]"], true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }]>;
|
|
12
11
|
}
|
|
@@ -11,5 +11,5 @@ export declare class ButtonGroupComponent {
|
|
|
11
11
|
vertical: boolean;
|
|
12
12
|
reverse: boolean;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "odx-button-group", never, { "alignRight": "alignRight"; "block": "block"; "vertical": "vertical"; "reverse": "reverse"; }, {}, never, ["button[odxButton], a[odxButton]"], true>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "odx-button-group", never, { "alignRight": "alignRight"; "block": "block"; "vertical": "vertical"; "reverse": "reverse"; }, {}, never, ["button[odxButton], a[odxButton]"], true, never>;
|
|
15
15
|
}
|
|
@@ -2,6 +2,7 @@ import { BooleanInput } from '@angular/cdk/coercion';
|
|
|
2
2
|
import { EventEmitter } from '@angular/core';
|
|
3
3
|
import { CheckBoxControl } from '@odx/angular/cdk/checkbox-control';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@odx/angular";
|
|
5
6
|
export declare class CheckboxComponent extends CheckBoxControl {
|
|
6
7
|
static ngAcceptInputType_indeterminate: BooleanInput;
|
|
7
8
|
private isIndeterminate;
|
|
@@ -12,5 +13,5 @@ export declare class CheckboxComponent extends CheckBoxControl {
|
|
|
12
13
|
get modifierIcon(): string;
|
|
13
14
|
onChanged(event: Event): void;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "odx-checkbox", never, { "indeterminate": "indeterminate"; }, { "indeterminateChange": "indeterminateChange"; }, never, ["*"], true>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "odx-checkbox", never, { "indeterminate": "indeterminate"; }, { "indeterminateChange": "indeterminateChange"; }, never, ["*"], true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }]>;
|
|
16
17
|
}
|
|
@@ -2,5 +2,5 @@ import { CheckboxRequiredValidator } from '@angular/forms';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CheckboxValidator extends CheckboxRequiredValidator {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxValidator, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxValidator, "odx-checkbox[required][formControlName], odx-checkbox[required][formControl], odx-checkbox[required][ngModel]", never, {}, {}, never, never, true>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxValidator, "odx-checkbox[required][formControlName], odx-checkbox[required][formControl], odx-checkbox[required][ngModel]", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
@@ -11,5 +11,5 @@ export declare class ChipComponent {
|
|
|
11
11
|
remove: EventEmitter<void>;
|
|
12
12
|
onClick(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "odx-chip", never, { "removable": "removable"; "size": "size"; "variant": "variant"; }, { "remove": "remove"; }, never, ["*"], true>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "odx-chip", never, { "removable": "removable"; "size": "size"; "variant": "variant"; }, { "remove": "remove"; }, never, ["*"], true, never>;
|
|
15
15
|
}
|
|
@@ -25,5 +25,5 @@ export declare class CircularProgressComponent implements OnChanges, AfterViewIn
|
|
|
25
25
|
ngOnChanges(changes: NgChanges<CircularProgressComponent>): void;
|
|
26
26
|
private updateDimensions;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<CircularProgressComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CircularProgressComponent, "odx-circular-progress", never, { "stroke": "stroke"; "size": "size"; "value": "value"; }, {}, never,
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CircularProgressComponent, "odx-circular-progress", never, { "stroke": "stroke"; "size": "size"; "value": "value"; }, {}, never, ["*"], true, never>;
|
|
29
29
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContentBoxComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentBoxComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentBoxComponent, "odx-content-box", never, {}, {}, never, ["odx-area-header, odx-content-box-header", "*", "odx-content-box-footer"], true>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentBoxComponent, "odx-content-box", never, {}, {}, never, ["odx-area-header, odx-content-box-header", "*", "odx-content-box-footer"], true, never>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContentBoxFooterDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentBoxFooterDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContentBoxFooterDirective, "odx-content-box-footer", never, {}, {}, never, never, true>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContentBoxFooterDirective, "odx-content-box-footer", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ContentBoxHeaderDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentBoxHeaderDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContentBoxHeaderDirective, "odx-content-box-header", never, {}, {}, never, never, true>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContentBoxHeaderDirective, "odx-content-box-header", never, {}, {}, never, never, true, never>;
|
|
5
5
|
}
|
|
@@ -6,6 +6,7 @@ export declare class DropdownComponent {
|
|
|
6
6
|
protected readonly injector: import("@angular/core").Injector;
|
|
7
7
|
readonly element: import("@angular/core").ElementRef<HTMLElement>;
|
|
8
8
|
content?: DynamicContent | null;
|
|
9
|
+
protected onDropdownClose(): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "odx-dropdown", never, { "content": "content"; }, {}, never, never, true>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "odx-dropdown", never, { "content": "content"; }, {}, never, never, true, never>;
|
|
11
12
|
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { AfterViewInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import { AfterViewInit, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
3
3
|
import { DynamicContent } from '@odx/angular/cdk/dynamic-view';
|
|
4
4
|
import { NgChanges } from '@odx/angular/utils';
|
|
5
5
|
import { DropdownOptions } from './models';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const DEFAULT_DROPDOWN_OPEN_TRIGGERS: string[];
|
|
8
|
+
export declare const DEFAULT_DROPDOWN_CLOSE_TRIGGERS: string[];
|
|
9
|
+
export declare class DropdownDirective implements AfterViewInit, OnChanges, OnDestroy {
|
|
8
10
|
static ngAcceptInputType_disabled: BooleanInput;
|
|
9
11
|
static ngAcceptInputType_loading: BooleanInput;
|
|
12
|
+
private readonly changeDetector;
|
|
10
13
|
private readonly connectedOverlayService;
|
|
11
14
|
private readonly eventManager;
|
|
12
15
|
private readonly injector;
|
|
@@ -18,15 +21,21 @@ export declare class DropdownDirective implements AfterViewInit, OnChanges {
|
|
|
18
21
|
showLoader: boolean;
|
|
19
22
|
options?: Partial<DropdownOptions> | null;
|
|
20
23
|
referenceElement?: HTMLElement | null;
|
|
24
|
+
triggerElement?: HTMLElement | null;
|
|
25
|
+
host?: HTMLElement | null;
|
|
26
|
+
openTrigger?: string[] | null;
|
|
27
|
+
closeTrigger?: string[] | null;
|
|
21
28
|
beforeOpen: EventEmitter<void>;
|
|
22
29
|
afterOpen: EventEmitter<void>;
|
|
23
30
|
beforeClose: EventEmitter<void>;
|
|
24
31
|
afterClose: EventEmitter<void>;
|
|
25
32
|
ngAfterViewInit(): void;
|
|
33
|
+
ngOnDestroy(): void;
|
|
26
34
|
ngOnChanges(changes: NgChanges<DropdownDirective>): void;
|
|
35
|
+
toggle(event?: Event): void;
|
|
27
36
|
open(event?: Event): void;
|
|
28
|
-
close(): void;
|
|
37
|
+
close(event?: Event): void;
|
|
29
38
|
private createOverlayOptions;
|
|
30
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDirective, "[odxDropdown]", ["odxDropdown"], { "content": "odxDropdown"; "disabled": "odxDropdownDisabled"; "showLoader": "odxDropdownShowLoader"; "options": "odxDropdownOptions"; "referenceElement": "odxDropdownReferenceElement"; }, { "beforeOpen": "odxDropdownBeforeOpen"; "afterOpen": "odxDropdownAfterOpen"; "beforeClose": "odxDropdownBeforeClose"; "afterClose": "odxDropdownAfterClose"; }, never, never, true>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDirective, "[odxDropdown]", ["odxDropdown"], { "content": "odxDropdown"; "disabled": "odxDropdownDisabled"; "showLoader": "odxDropdownShowLoader"; "options": "odxDropdownOptions"; "referenceElement": "odxDropdownReferenceElement"; "triggerElement": "odxDropdownTriggerElement"; "host": "odxDropdownHost"; "openTrigger": "odxDropdownOpenTrigger"; "closeTrigger": "odxDropdownCloseTrigger"; }, { "beforeOpen": "odxDropdownBeforeOpen"; "afterOpen": "odxDropdownAfterOpen"; "beforeClose": "odxDropdownBeforeClose"; "afterClose": "odxDropdownAfterClose"; }, never, never, true, never>;
|
|
32
41
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function closeCurrentDropdown(target: Element): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './close-current-dropdown';
|