@progress/kendo-angular-layout 7.2.0 → 11.0.0-develop.79
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/NOTICE.txt +3 -3
- package/avatar/avatar.component.d.ts +1 -1
- package/avatar/models/fill.d.ts +1 -1
- package/avatar/models/models.d.ts +1 -1
- package/avatar/models/rounded.d.ts +1 -1
- package/avatar/models/shape.d.ts +1 -1
- package/avatar/models/size.d.ts +1 -1
- package/avatar/models/theme-color.d.ts +1 -1
- package/avatar.module.d.ts +1 -1
- package/card/card-actions.component.d.ts +1 -1
- package/card/card-body.component.d.ts +1 -1
- package/card/card-footer.component.d.ts +1 -1
- package/card/card-header.component.d.ts +1 -1
- package/card/card.component.d.ts +1 -1
- package/card/directives/card-media.directive.d.ts +1 -1
- package/card/directives/card-separator.directive.d.ts +1 -1
- package/card/directives/card-subtitle.directive.d.ts +1 -1
- package/card/directives/card-title.directive.d.ts +1 -1
- package/card/models/actions-layout.d.ts +1 -1
- package/card/models/card-action.d.ts +1 -1
- package/card.module.d.ts +1 -1
- package/common/direction.d.ts +1 -1
- package/common/dom-queries.d.ts +1 -1
- package/common/orientation.d.ts +1 -1
- package/common/preventable-event.d.ts +1 -1
- package/common/styling-classes.d.ts +1 -1
- package/common/util.d.ts +1 -1
- package/drawer/animations.d.ts +1 -1
- package/drawer/drawer-container.component.d.ts +1 -1
- package/drawer/drawer-content.component.d.ts +1 -1
- package/drawer/drawer.component.d.ts +1 -1
- package/drawer/drawer.service.d.ts +1 -1
- package/drawer/events/drawer-list-select.event.d.ts +1 -1
- package/drawer/events/select-event.d.ts +1 -1
- package/drawer/item.component.d.ts +1 -1
- package/drawer/list.component.d.ts +1 -1
- package/drawer/models/constants.d.ts +2 -2
- package/drawer/models/drawer-animation.interface.d.ts +1 -1
- package/drawer/models/drawer-item-expand.interface.d.ts +1 -1
- package/drawer/models/drawer-item.interface.d.ts +1 -1
- package/drawer/models/drawer-view-item.interface.d.ts +1 -1
- package/drawer/models/mode.d.ts +1 -1
- package/drawer/models/position.d.ts +1 -1
- package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
- package/drawer/template-directives/footer-template.directive.d.ts +1 -1
- package/drawer/template-directives/header-template.directive.d.ts +1 -1
- package/drawer/template-directives/item-template.directive.d.ts +1 -1
- package/drawer/template-directives.d.ts +1 -1
- package/drawer/types.d.ts +1 -1
- package/drawer/util.d.ts +1 -1
- package/drawer.module.d.ts +1 -1
- package/{esm2015/avatar/avatar.component.js → esm2020/avatar/avatar.component.mjs} +5 -5
- package/{esm2015/avatar/models/size.js → esm2020/avatar/models/fill.mjs} +1 -1
- package/{esm2015/avatar/models/models.js → esm2020/avatar/models/models.mjs} +1 -1
- package/{esm2015/avatar/models/rounded.js → esm2020/avatar/models/rounded.mjs} +1 -1
- package/{esm2015/avatar/models/shape.js → esm2020/avatar/models/shape.mjs} +1 -1
- package/{esm2015/avatar/models/fill.js → esm2020/avatar/models/size.mjs} +1 -1
- package/esm2020/avatar/models/theme-color.mjs +5 -0
- package/{esm2015/avatar.module.js → esm2020/avatar.module.mjs} +5 -5
- package/{esm2015/card/card-actions.component.js → esm2020/card/card-actions.component.mjs} +4 -4
- package/{esm2015/card/card-body.component.js → esm2020/card/card-body.component.mjs} +4 -4
- package/{esm2015/card/card-footer.component.js → esm2020/card/card-footer.component.mjs} +4 -4
- package/{esm2015/card/card-header.component.js → esm2020/card/card-header.component.mjs} +4 -4
- package/{esm2015/card/card.component.js → esm2020/card/card.component.mjs} +4 -4
- package/{esm2015/card/directives/card-media.directive.js → esm2020/card/directives/card-media.directive.mjs} +4 -4
- package/{esm2015/card/directives/card-separator.directive.js → esm2020/card/directives/card-separator.directive.mjs} +4 -4
- package/{esm2015/card/directives/card-subtitle.directive.js → esm2020/card/directives/card-subtitle.directive.mjs} +4 -4
- package/{esm2015/card/directives/card-title.directive.js → esm2020/card/directives/card-title.directive.mjs} +4 -4
- package/esm2020/card/models/actions-layout.mjs +5 -0
- package/{esm2015/card/models/card-action.js → esm2020/card/models/card-action.mjs} +1 -1
- package/{esm2015/card.module.js → esm2020/card.module.mjs} +5 -5
- package/esm2020/common/direction.mjs +5 -0
- package/{esm2015/common/dom-queries.js → esm2020/common/dom-queries.mjs} +1 -1
- package/esm2020/common/orientation.mjs +5 -0
- package/{esm2015/common/preventable-event.js → esm2020/common/preventable-event.mjs} +1 -1
- package/esm2020/common/styling-classes.mjs +5 -0
- package/{esm2015/common/util.js → esm2020/common/util.mjs} +1 -1
- package/{esm2015/drawer/animations.js → esm2020/drawer/animations.mjs} +1 -1
- package/{esm2015/drawer/drawer-container.component.js → esm2020/drawer/drawer-container.component.mjs} +4 -4
- package/{esm2015/drawer/drawer-content.component.js → esm2020/drawer/drawer-content.component.mjs} +4 -4
- package/{esm2015/drawer/drawer.component.js → esm2020/drawer/drawer.component.mjs} +6 -5
- package/{esm2015/drawer/drawer.service.js → esm2020/drawer/drawer.service.mjs} +5 -5
- package/{esm2015/drawer/events/drawer-list-select.event.js → esm2020/drawer/events/drawer-list-select.event.mjs} +1 -1
- package/{esm2015/drawer/events/select-event.js → esm2020/drawer/events/select-event.mjs} +1 -1
- package/{esm2015/drawer/item.component.js → esm2020/drawer/item.component.mjs} +6 -5
- package/{esm2015/drawer/list.component.js → esm2020/drawer/list.component.mjs} +7 -7
- package/{esm2015/drawer/models/constants.js → esm2020/drawer/models/constants.mjs} +1 -1
- package/esm2020/drawer/models/drawer-animation.interface.mjs +5 -0
- package/esm2020/drawer/models/drawer-item-expand.interface.mjs +5 -0
- package/esm2020/drawer/models/drawer-item.interface.mjs +5 -0
- package/esm2020/drawer/models/drawer-view-item.interface.mjs +5 -0
- package/esm2020/drawer/models/mode.mjs +5 -0
- package/esm2020/drawer/models/position.mjs +5 -0
- package/{esm2015/drawer/template-directives/drawer-template.directive.js → esm2020/drawer/template-directives/drawer-template.directive.mjs} +5 -5
- package/{esm2015/drawer/template-directives/footer-template.directive.js → esm2020/drawer/template-directives/footer-template.directive.mjs} +5 -5
- package/{esm2015/drawer/template-directives/header-template.directive.js → esm2020/drawer/template-directives/header-template.directive.mjs} +5 -5
- package/{esm2015/drawer/template-directives/item-template.directive.js → esm2020/drawer/template-directives/item-template.directive.mjs} +5 -5
- package/{esm2015/drawer/template-directives.js → esm2020/drawer/template-directives.mjs} +1 -1
- package/esm2020/drawer/types.mjs +5 -0
- package/{esm2015/drawer/util.js → esm2020/drawer/util.mjs} +1 -1
- package/{esm2015/drawer.module.js → esm2020/drawer.module.mjs} +5 -5
- package/{esm2015/expansionpanel/animations.js → esm2020/expansionpanel/animations.mjs} +1 -1
- package/{esm2015/expansionpanel/events/action-event.js → esm2020/expansionpanel/events/action-event.mjs} +1 -1
- package/{esm2015/expansionpanel/expansionpanel-title.directive.js → esm2020/expansionpanel/expansionpanel-title.directive.mjs} +5 -5
- package/{esm2015/expansionpanel/expansionpanel.component.js → esm2020/expansionpanel/expansionpanel.component.mjs} +6 -5
- package/{esm2015/expansionpanel.module.js → esm2020/expansionpanel.module.mjs} +5 -5
- package/{esm2015/gridlayout.module.js → esm2020/gridlayout.module.mjs} +5 -5
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/{esm2015/layout.module.js → esm2020/layout.module.mjs} +5 -5
- package/{esm2015/layouts/grid-layout.component.js → esm2020/layouts/grid-layout.component.mjs} +7 -7
- package/{esm2015/layouts/gridlayout-item.component.js → esm2020/layouts/gridlayout-item.component.mjs} +5 -5
- package/esm2020/layouts/models/gridlayout-gap-settings.mjs +5 -0
- package/esm2020/layouts/models/gridlayout-row-col-size.mjs +5 -0
- package/esm2020/layouts/models/layout-align-settings.mjs +5 -0
- package/esm2020/layouts/models/layout-horizontal-align.mjs +5 -0
- package/esm2020/layouts/models/layout-vertical-align.mjs +5 -0
- package/{esm2015/layouts/models.js → esm2020/layouts/models.mjs} +1 -1
- package/{esm2015/layouts/stack-layout.component.js → esm2020/layouts/stack-layout.component.mjs} +5 -5
- package/{esm2015/layouts/util.js → esm2020/layouts/util.mjs} +5 -5
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +2 -2
- package/{esm2015/panelbar/events/collapse-event.js → esm2020/panelbar/events/collapse-event.mjs} +1 -1
- package/{esm2015/panelbar/events/expand-event.js → esm2020/panelbar/events/expand-event.mjs} +1 -1
- package/{esm2015/panelbar/events/select-event.js → esm2020/panelbar/events/select-event.mjs} +1 -1
- package/{esm2015/panelbar/events/state-change-event.js → esm2020/panelbar/events/state-change-event.mjs} +1 -1
- package/{esm2015/panelbar/events.js → esm2020/panelbar/events.mjs} +1 -1
- package/{esm2015/panelbar/panelbar-content.directive.js → esm2020/panelbar/panelbar-content.directive.mjs} +5 -5
- package/{esm2015/panelbar/panelbar-expand-mode.js → esm2020/panelbar/panelbar-expand-mode.mjs} +1 -1
- package/esm2020/panelbar/panelbar-item-model.mjs +5 -0
- package/{esm2015/panelbar/panelbar-item-template.directive.js → esm2020/panelbar/panelbar-item-template.directive.mjs} +5 -5
- package/{esm2015/panelbar/panelbar-item-title.directive.js → esm2020/panelbar/panelbar-item-title.directive.mjs} +5 -5
- package/{esm2015/panelbar/panelbar-item.component.js → esm2020/panelbar/panelbar-item.component.mjs} +7 -6
- package/{esm2015/panelbar/panelbar.component.js → esm2020/panelbar/panelbar.component.mjs} +16 -16
- package/{esm2015/panelbar/panelbar.service.js → esm2020/panelbar/panelbar.service.mjs} +4 -4
- package/{esm2015/panelbar.module.js → esm2020/panelbar.module.mjs} +5 -5
- package/{esm2015/kendo-angular-layout.js → esm2020/progress-kendo-angular-layout.mjs} +2 -2
- package/{esm2015/splitter/splitter-bar.component.js → esm2020/splitter/splitter-bar.component.mjs} +8 -6
- package/{esm2015/splitter/splitter-pane.component.js → esm2020/splitter/splitter-pane.component.mjs} +5 -5
- package/{esm2015/splitter/splitter.component.js → esm2020/splitter/splitter.component.mjs} +6 -6
- package/{esm2015/splitter/splitter.service.js → esm2020/splitter/splitter.service.mjs} +7 -7
- package/{esm2015/splitter/util.js → esm2020/splitter/util.mjs} +1 -1
- package/{esm2015/splitter.module.js → esm2020/splitter.module.mjs} +5 -5
- package/{esm2015/stacklayout.module.js → esm2020/stacklayout.module.mjs} +5 -5
- package/{esm2015/stepper/events/activate-event.js → esm2020/stepper/events/activate-event.mjs} +1 -1
- package/{esm2015/stepper/list.component.js → esm2020/stepper/list.component.mjs} +6 -5
- package/{esm2015/stepper/localization/custom-messages.component.js → esm2020/stepper/localization/custom-messages.component.mjs} +5 -4
- package/{esm2015/stepper/localization/localized-messages.directive.js → esm2020/stepper/localization/localized-messages.directive.mjs} +5 -4
- package/{esm2015/stepper/localization/messages.js → esm2020/stepper/localization/messages.mjs} +4 -4
- package/{esm2015/stepper/models/constants.js → esm2020/stepper/models/constants.mjs} +1 -1
- package/esm2020/stepper/models/orientation.mjs +5 -0
- package/esm2020/stepper/models/step-predicate.mjs +5 -0
- package/esm2020/stepper/models/step-type.mjs +5 -0
- package/esm2020/stepper/models/stepper-step.interface.mjs +5 -0
- package/{esm2015/stepper/step.component.js → esm2020/stepper/step.component.mjs} +8 -6
- package/{esm2015/stepper/stepper.component.js → esm2020/stepper/stepper.component.mjs} +7 -7
- package/{esm2015/stepper/stepper.service.js → esm2020/stepper/stepper.service.mjs} +6 -5
- package/{esm2015/stepper/template-directives/indicator-template.directive.js → esm2020/stepper/template-directives/indicator-template.directive.mjs} +5 -5
- package/{esm2015/stepper/template-directives/label-template.directive.js → esm2020/stepper/template-directives/label-template.directive.mjs} +5 -5
- package/{esm2015/stepper/template-directives/step-template.directive.js → esm2020/stepper/template-directives/step-template.directive.mjs} +5 -5
- package/{esm2015/stepper/template-directives.js → esm2020/stepper/template-directives.mjs} +1 -1
- package/esm2020/stepper/types.mjs +5 -0
- package/{esm2015/stepper.module.js → esm2020/stepper.module.mjs} +5 -5
- package/{esm2015/tabstrip/constants.js → esm2020/tabstrip/constants.mjs} +1 -1
- package/{esm2015/tabstrip/directives/tab-content.directive.js → esm2020/tabstrip/directives/tab-content.directive.mjs} +5 -5
- package/{esm2015/tabstrip/directives/tab-title.directive.js → esm2020/tabstrip/directives/tab-title.directive.mjs} +5 -5
- package/{esm2015/tabstrip/events/select-event.js → esm2020/tabstrip/events/select-event.mjs} +1 -1
- package/{esm2015/tabstrip/events/tabclose-event.js → esm2020/tabstrip/events/tabclose-event.mjs} +1 -1
- package/{esm2015/tabstrip/events/tabscroll-event.js → esm2020/tabstrip/events/tabscroll-event.mjs} +1 -1
- package/{esm2015/tabstrip/events.js → esm2020/tabstrip/events.mjs} +1 -1
- package/{esm2015/tabstrip/localization/custom-messages.component.js → esm2020/tabstrip/localization/custom-messages.component.mjs} +5 -4
- package/{esm2015/tabstrip/localization/localized-messages.directive.js → esm2020/tabstrip/localization/localized-messages.directive.mjs} +5 -4
- package/{esm2015/tabstrip/localization/messages.js → esm2020/tabstrip/localization/messages.mjs} +4 -4
- package/esm2020/tabstrip/models/button-state-change.mjs +5 -0
- package/esm2020/tabstrip/models/scroll-button-type.mjs +5 -0
- package/esm2020/tabstrip/models/scroll-buttons-visibility.mjs +5 -0
- package/{esm2015/tabstrip/models/scrollable-settings.js → esm2020/tabstrip/models/scrollable-settings.mjs} +1 -1
- package/esm2020/tabstrip/models/tab-alignment.mjs +5 -0
- package/esm2020/tabstrip/models/tab-position.mjs +5 -0
- package/{esm2015/tabstrip/models/tabstrip-tab.component.js → esm2020/tabstrip/models/tabstrip-tab.component.mjs} +4 -4
- package/{esm2015/tabstrip/rendering/tab.component.js → esm2020/tabstrip/rendering/tab.component.mjs} +6 -4
- package/{esm2015/tabstrip/scrollable-button.component.js → esm2020/tabstrip/scrollable-button.component.mjs} +5 -5
- package/{esm2015/tabstrip/tabstrip-scroll.service.js → esm2020/tabstrip/tabstrip-scroll.service.mjs} +6 -6
- package/{esm2015/tabstrip/tabstrip.component.js → esm2020/tabstrip/tabstrip.component.mjs} +18 -10
- package/{esm2015/tabstrip/tabstrip.service.js → esm2020/tabstrip/tabstrip.service.mjs} +7 -6
- package/{esm2015/tabstrip/util.js → esm2020/tabstrip/util.mjs} +1 -1
- package/{esm2015/tabstrip.module.js → esm2020/tabstrip.module.mjs} +5 -5
- package/{esm2015/tilelayout/constants.js → esm2020/tilelayout/constants.mjs} +1 -1
- package/{esm2015/tilelayout/dragging-service.js → esm2020/tilelayout/dragging-service.mjs} +7 -6
- package/{esm2015/tilelayout/keyboard-navigation.service.js → esm2020/tilelayout/keyboard-navigation.service.mjs} +7 -7
- package/esm2020/tilelayout/models/dragging-config.interface.mjs +5 -0
- package/esm2020/tilelayout/models/flowmode.type.mjs +5 -0
- package/esm2020/tilelayout/models/gap.interface.mjs +5 -0
- package/esm2020/tilelayout/models/navigation.interface.mjs +5 -0
- package/{esm2015/tilelayout/reorder-event.js → esm2020/tilelayout/reorder-event.mjs} +1 -1
- package/{esm2015/tilelayout/resize-event.js → esm2020/tilelayout/resize-event.mjs} +1 -1
- package/{esm2015/tilelayout/tilelayout-item-body.component.js → esm2020/tilelayout/tilelayout-item-body.component.mjs} +4 -4
- package/{esm2015/tilelayout/tilelayout-item-header.component.js → esm2020/tilelayout/tilelayout-item-header.component.mjs} +5 -5
- package/{esm2015/tilelayout/tilelayout-item.component.js → esm2020/tilelayout/tilelayout-item.component.mjs} +12 -10
- package/{esm2015/tilelayout/tilelayout-resize-handle.directive.js → esm2020/tilelayout/tilelayout-resize-handle.directive.mjs} +5 -5
- package/{esm2015/tilelayout/tilelayout.component.js → esm2020/tilelayout/tilelayout.component.mjs} +13 -13
- package/{esm2015/tilelayout/util.js → esm2020/tilelayout/util.mjs} +1 -1
- package/{esm2015/tilelayout.module.js → esm2020/tilelayout.module.mjs} +5 -5
- package/expansionpanel/animations.d.ts +1 -1
- package/expansionpanel/events/action-event.d.ts +1 -1
- package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
- package/expansionpanel/expansionpanel.component.d.ts +1 -1
- package/expansionpanel.module.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-layout.mjs +9792 -0
- package/{fesm2015/kendo-angular-layout.js → fesm2020/progress-kendo-angular-layout.mjs} +371 -368
- package/gridlayout.module.d.ts +1 -1
- package/{main.d.ts → index.d.ts} +1 -1
- package/layout.module.d.ts +1 -1
- package/layouts/grid-layout.component.d.ts +1 -1
- package/layouts/gridlayout-item.component.d.ts +1 -1
- package/layouts/models/gridlayout-gap-settings.d.ts +1 -1
- package/layouts/models/gridlayout-row-col-size.d.ts +1 -1
- package/layouts/models/layout-align-settings.d.ts +1 -1
- package/layouts/models/layout-horizontal-align.d.ts +1 -1
- package/layouts/models/layout-vertical-align.d.ts +1 -1
- package/layouts/models.d.ts +1 -1
- package/layouts/stack-layout.component.d.ts +1 -1
- package/layouts/util.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +30 -57
- package/panelbar/events/collapse-event.d.ts +1 -1
- package/panelbar/events/expand-event.d.ts +1 -1
- package/panelbar/events/select-event.d.ts +1 -1
- package/panelbar/events/state-change-event.d.ts +1 -1
- package/panelbar/events.d.ts +1 -1
- package/panelbar/panelbar-content.directive.d.ts +1 -1
- package/panelbar/panelbar-expand-mode.d.ts +1 -1
- package/panelbar/panelbar-item-model.d.ts +1 -1
- package/panelbar/panelbar-item-template.directive.d.ts +1 -1
- package/panelbar/panelbar-item-title.directive.d.ts +1 -1
- package/panelbar/panelbar-item.component.d.ts +1 -1
- package/panelbar/panelbar.component.d.ts +1 -1
- package/panelbar/panelbar.service.d.ts +1 -1
- package/panelbar.module.d.ts +1 -1
- package/{kendo-angular-layout.d.ts → progress-kendo-angular-layout.d.ts} +2 -2
- package/schematics/ngAdd/index.js +1 -5
- package/splitter/splitter-bar.component.d.ts +1 -1
- package/splitter/splitter-pane.component.d.ts +1 -1
- package/splitter/splitter.component.d.ts +2 -2
- package/splitter/splitter.service.d.ts +1 -1
- package/splitter/util.d.ts +1 -1
- package/splitter.module.d.ts +1 -1
- package/stacklayout.module.d.ts +1 -1
- package/stepper/events/activate-event.d.ts +1 -1
- package/stepper/list.component.d.ts +1 -1
- package/stepper/localization/custom-messages.component.d.ts +1 -1
- package/stepper/localization/localized-messages.directive.d.ts +1 -1
- package/stepper/localization/messages.d.ts +1 -1
- package/stepper/models/constants.d.ts +2 -2
- package/stepper/models/orientation.d.ts +1 -1
- package/stepper/models/step-predicate.d.ts +1 -1
- package/stepper/models/step-type.d.ts +1 -1
- package/stepper/models/stepper-step.interface.d.ts +1 -1
- package/stepper/step.component.d.ts +1 -1
- package/stepper/stepper.component.d.ts +1 -1
- package/stepper/stepper.service.d.ts +1 -1
- package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
- package/stepper/template-directives/label-template.directive.d.ts +1 -1
- package/stepper/template-directives/step-template.directive.d.ts +1 -1
- package/stepper/template-directives.d.ts +1 -1
- package/stepper/types.d.ts +1 -1
- package/stepper.module.d.ts +1 -1
- package/tabstrip/constants.d.ts +1 -1
- package/tabstrip/directives/tab-content.directive.d.ts +1 -1
- package/tabstrip/directives/tab-title.directive.d.ts +1 -1
- package/tabstrip/events/select-event.d.ts +1 -1
- package/tabstrip/events/tabclose-event.d.ts +1 -1
- package/tabstrip/events/tabscroll-event.d.ts +1 -1
- package/tabstrip/events.d.ts +1 -1
- package/tabstrip/localization/custom-messages.component.d.ts +1 -1
- package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
- package/tabstrip/localization/messages.d.ts +1 -1
- package/tabstrip/models/button-state-change.d.ts +1 -1
- package/tabstrip/models/scroll-button-type.d.ts +1 -1
- package/tabstrip/models/scroll-buttons-visibility.d.ts +1 -1
- package/tabstrip/models/scrollable-settings.d.ts +1 -1
- package/tabstrip/models/tab-alignment.d.ts +1 -1
- package/tabstrip/models/tab-position.d.ts +1 -1
- package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
- package/tabstrip/rendering/tab.component.d.ts +1 -1
- package/tabstrip/scrollable-button.component.d.ts +1 -1
- package/tabstrip/tabstrip-scroll.service.d.ts +1 -1
- package/tabstrip/tabstrip.component.d.ts +1 -1
- package/tabstrip/tabstrip.service.d.ts +1 -1
- package/tabstrip/util.d.ts +1 -1
- package/tabstrip.module.d.ts +1 -1
- package/tilelayout/constants.d.ts +4 -4
- package/tilelayout/dragging-service.d.ts +1 -1
- package/tilelayout/keyboard-navigation.service.d.ts +1 -1
- package/tilelayout/models/dragging-config.interface.d.ts +1 -1
- package/tilelayout/models/flowmode.type.d.ts +1 -1
- package/tilelayout/models/gap.interface.d.ts +1 -1
- package/tilelayout/models/navigation.interface.d.ts +1 -1
- package/tilelayout/reorder-event.d.ts +1 -1
- package/tilelayout/resize-event.d.ts +1 -1
- package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
- package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
- package/tilelayout/tilelayout-item.component.d.ts +1 -1
- package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
- package/tilelayout/tilelayout.component.d.ts +1 -1
- package/tilelayout/util.d.ts +1 -1
- package/tilelayout.module.d.ts +1 -1
- package/bundles/kendo-angular-layout.umd.js +0 -5
- package/esm2015/avatar/models/theme-color.js +0 -5
- package/esm2015/card/models/actions-layout.js +0 -5
- package/esm2015/common/direction.js +0 -5
- package/esm2015/common/orientation.js +0 -5
- package/esm2015/common/styling-classes.js +0 -5
- package/esm2015/drawer/models/drawer-animation.interface.js +0 -5
- package/esm2015/drawer/models/drawer-item-expand.interface.js +0 -5
- package/esm2015/drawer/models/drawer-item.interface.js +0 -5
- package/esm2015/drawer/models/drawer-view-item.interface.js +0 -5
- package/esm2015/drawer/models/mode.js +0 -5
- package/esm2015/drawer/models/position.js +0 -5
- package/esm2015/drawer/types.js +0 -5
- package/esm2015/layouts/models/gridlayout-gap-settings.js +0 -5
- package/esm2015/layouts/models/gridlayout-row-col-size.js +0 -5
- package/esm2015/layouts/models/layout-align-settings.js +0 -5
- package/esm2015/layouts/models/layout-horizontal-align.js +0 -5
- package/esm2015/layouts/models/layout-vertical-align.js +0 -5
- package/esm2015/panelbar/panelbar-item-model.js +0 -5
- package/esm2015/stepper/models/orientation.js +0 -5
- package/esm2015/stepper/models/step-predicate.js +0 -5
- package/esm2015/stepper/models/step-type.js +0 -5
- package/esm2015/stepper/models/stepper-step.interface.js +0 -5
- package/esm2015/stepper/types.js +0 -5
- package/esm2015/tabstrip/models/button-state-change.js +0 -5
- package/esm2015/tabstrip/models/scroll-button-type.js +0 -5
- package/esm2015/tabstrip/models/scroll-buttons-visibility.js +0 -5
- package/esm2015/tabstrip/models/tab-alignment.js +0 -5
- package/esm2015/tabstrip/models/tab-position.js +0 -5
- package/esm2015/tilelayout/models/dragging-config.interface.js +0 -5
- package/esm2015/tilelayout/models/flowmode.type.js +0 -5
- package/esm2015/tilelayout/models/gap.interface.js +0 -5
- package/esm2015/tilelayout/models/navigation.interface.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import { Directive, Optional,
|
|
6
|
+
import { Injectable, Directive, Optional, isDevMode, Component, SkipSelf, Host, Input, ViewChild, HostBinding, ViewChildren, ContentChildren, EventEmitter, Output, ContentChild, HostListener, Inject, QueryList, NgZone, forwardRef, ElementRef, ViewEncapsulation, TemplateRef, NgModule } from '@angular/core';
|
|
7
7
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { LocalizationService, L10N_PREFIX, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import * as i1$1 from '@progress/kendo-angular-common';
|
|
@@ -26,7 +26,7 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-layout',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
29
|
+
publishDate: 1672320779,
|
|
30
30
|
version: '',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
32
32
|
};
|
|
@@ -58,6 +58,42 @@ var PanelBarExpandMode;
|
|
|
58
58
|
PanelBarExpandMode[PanelBarExpandMode["Default"] = 2] = "Default";
|
|
59
59
|
})(PanelBarExpandMode || (PanelBarExpandMode = {}));
|
|
60
60
|
|
|
61
|
+
/**
|
|
62
|
+
* @hidden
|
|
63
|
+
*/
|
|
64
|
+
let nextPanelbarId = 0;
|
|
65
|
+
/**
|
|
66
|
+
* @hidden
|
|
67
|
+
*/
|
|
68
|
+
class PanelBarService {
|
|
69
|
+
constructor() {
|
|
70
|
+
this.parentSource = new Subject();
|
|
71
|
+
this.keepContentSource = new BehaviorSubject(false);
|
|
72
|
+
this.childSource = new Subject();
|
|
73
|
+
this.parent$ = this.parentSource.asObservable();
|
|
74
|
+
this.children$ = this.childSource.asObservable();
|
|
75
|
+
this.keepContent$ = this.keepContentSource.asObservable();
|
|
76
|
+
this.pbId = nextPanelbarId++;
|
|
77
|
+
}
|
|
78
|
+
onKeepContent(keepContent) {
|
|
79
|
+
this.keepContentSource.next(keepContent);
|
|
80
|
+
}
|
|
81
|
+
onSelect(event) {
|
|
82
|
+
this.childSource.next(event);
|
|
83
|
+
}
|
|
84
|
+
onFocus() {
|
|
85
|
+
this.parentSource.next(true);
|
|
86
|
+
}
|
|
87
|
+
onBlur() {
|
|
88
|
+
this.parentSource.next(false);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
PanelBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
92
|
+
PanelBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarService });
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarService, decorators: [{
|
|
94
|
+
type: Injectable
|
|
95
|
+
}], ctorParameters: function () { return []; } });
|
|
96
|
+
|
|
61
97
|
/**
|
|
62
98
|
* Represents the content template of the declaratively initialized PanelBar items.
|
|
63
99
|
* The content can be expanded or collapsed through the item.
|
|
@@ -67,9 +103,9 @@ class PanelBarContentDirective {
|
|
|
67
103
|
this.templateRef = templateRef;
|
|
68
104
|
}
|
|
69
105
|
}
|
|
70
|
-
PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
71
|
-
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
72
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
106
|
+
PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
107
|
+
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarContentDirective, decorators: [{
|
|
73
109
|
type: Directive,
|
|
74
110
|
args: [{
|
|
75
111
|
selector: "[kendoPanelBarContent]"
|
|
@@ -107,9 +143,9 @@ class PanelBarItemTitleDirective {
|
|
|
107
143
|
this.templateRef = templateRef;
|
|
108
144
|
}
|
|
109
145
|
}
|
|
110
|
-
PanelBarItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
111
|
-
PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
146
|
+
PanelBarItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarItemTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
147
|
+
PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PanelBarItemTitleDirective, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
|
|
148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
|
|
113
149
|
type: Directive,
|
|
114
150
|
args: [{
|
|
115
151
|
selector: '[kendoPanelBarItemTitle]'
|
|
@@ -258,42 +294,6 @@ const hasItemIndex = (item, indexAttr) => isPresent(item.getAttribute(indexAttr)
|
|
|
258
294
|
*/
|
|
259
295
|
const closestItem = (target, targetAttr, scope) => closestInScope(target, hasItemIndex, scope, targetAttr);
|
|
260
296
|
|
|
261
|
-
/**
|
|
262
|
-
* @hidden
|
|
263
|
-
*/
|
|
264
|
-
let nextPanelbarId = 0;
|
|
265
|
-
/**
|
|
266
|
-
* @hidden
|
|
267
|
-
*/
|
|
268
|
-
class PanelBarService {
|
|
269
|
-
constructor() {
|
|
270
|
-
this.parentSource = new Subject();
|
|
271
|
-
this.keepContentSource = new BehaviorSubject(false);
|
|
272
|
-
this.childSource = new Subject();
|
|
273
|
-
this.parent$ = this.parentSource.asObservable();
|
|
274
|
-
this.children$ = this.childSource.asObservable();
|
|
275
|
-
this.keepContent$ = this.keepContentSource.asObservable();
|
|
276
|
-
this.pbId = nextPanelbarId++;
|
|
277
|
-
}
|
|
278
|
-
onKeepContent(keepContent) {
|
|
279
|
-
this.keepContentSource.next(keepContent);
|
|
280
|
-
}
|
|
281
|
-
onSelect(event) {
|
|
282
|
-
this.childSource.next(event);
|
|
283
|
-
}
|
|
284
|
-
onFocus() {
|
|
285
|
-
this.parentSource.next(true);
|
|
286
|
-
}
|
|
287
|
-
onBlur() {
|
|
288
|
-
this.parentSource.next(false);
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
PanelBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
292
|
-
PanelBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarService });
|
|
293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarService, decorators: [{
|
|
294
|
-
type: Injectable
|
|
295
|
-
}], ctorParameters: function () { return []; } });
|
|
296
|
-
|
|
297
297
|
/**
|
|
298
298
|
* @hidden
|
|
299
299
|
*/
|
|
@@ -442,7 +442,7 @@ class PanelBarItemComponent {
|
|
|
442
442
|
* @hidden
|
|
443
443
|
*/
|
|
444
444
|
get iconClasses() {
|
|
445
|
-
|
|
445
|
+
const icon = this.icon ? 'k-i-' + this.icon : null;
|
|
446
446
|
return {
|
|
447
447
|
[icon || this.iconClass]: true
|
|
448
448
|
};
|
|
@@ -519,8 +519,8 @@ class PanelBarItemComponent {
|
|
|
519
519
|
this.wrapperFocused = focused;
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
|
-
PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
523
|
-
PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
522
|
+
PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarItemComponent, deps: [{ token: PanelBarItemComponent, host: true, optional: true, skipSelf: true }, { token: PanelBarService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
523
|
+
PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: { title: "title", id: "id", icon: "icon", iconClass: "iconClass", imageUrl: "imageUrl", disabled: "disabled", expanded: "expanded", selected: "selected", content: "content", items: "items", template: "template" }, host: { properties: { "attr.role": "this.role", "attr.title": "this.titleAttribute", "class.k-panelbar-item": "this.kItemClass", "class.k-state-default": "this.kStateDefaultClass", "class.k-expanded": "this.kStateExpandedClass", "id": "this.itemId", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-selected": "this.ariaSelected", "attr.aria-disabled": "this.ariaDisabled", "class.k-panelbar-header": "this.headerClass" } }, queries: [{ propertyName: "contentItems", predicate: PanelBarItemComponent }, { propertyName: "contentTemplate", predicate: PanelBarContentDirective }, { propertyName: "titleTemplates", predicate: PanelBarItemTitleDirective }], viewQueries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "contentWrapper", first: true, predicate: ["contentWrapper"], descendants: true }, { propertyName: "viewChildItems", predicate: PanelBarItemComponent, descendants: true }], exportAs: ["kendoPanelbarItem"], ngImport: i0, template: `
|
|
524
524
|
<span
|
|
525
525
|
#header
|
|
526
526
|
[class.k-link]="true"
|
|
@@ -647,7 +647,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
647
647
|
])
|
|
648
648
|
])
|
|
649
649
|
] });
|
|
650
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarItemComponent, decorators: [{
|
|
651
651
|
type: Component,
|
|
652
652
|
args: [{
|
|
653
653
|
animations: [
|
|
@@ -867,9 +867,9 @@ class PanelBarItemTemplateDirective {
|
|
|
867
867
|
this.templateRef = templateRef;
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
|
-
PanelBarItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
871
|
-
PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
870
|
+
PanelBarItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
871
|
+
PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PanelBarItemTemplateDirective, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
|
|
872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
|
|
873
873
|
type: Directive,
|
|
874
874
|
args: [{
|
|
875
875
|
selector: '[kendoPanelBarItemTemplate]'
|
|
@@ -1097,10 +1097,10 @@ class PanelBarComponent {
|
|
|
1097
1097
|
setTimeout(this.updateChildrenHeight);
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
|
-
if (changes
|
|
1100
|
+
if (changes['animate']) {
|
|
1101
1101
|
this.eventService.animate = this.animate;
|
|
1102
1102
|
}
|
|
1103
|
-
if (changes
|
|
1103
|
+
if (changes['expandMode']) {
|
|
1104
1104
|
this.eventService.expandMode = this.expandMode;
|
|
1105
1105
|
}
|
|
1106
1106
|
}
|
|
@@ -1197,12 +1197,12 @@ class PanelBarComponent {
|
|
|
1197
1197
|
if (!item) {
|
|
1198
1198
|
return;
|
|
1199
1199
|
}
|
|
1200
|
-
|
|
1201
|
-
|
|
1200
|
+
const modifiedItems = new Array();
|
|
1201
|
+
const selectPreventedItems = [];
|
|
1202
1202
|
this.allItems
|
|
1203
1203
|
.forEach((currentItem) => {
|
|
1204
1204
|
let selectedState = currentItem === item;
|
|
1205
|
-
|
|
1205
|
+
const focusedState = selectedState;
|
|
1206
1206
|
selectedState = this.selectable ? selectedState : currentItem.selected;
|
|
1207
1207
|
if (currentItem.selected !== selectedState || currentItem.focused !== focusedState) {
|
|
1208
1208
|
const isSelectPrevented = selectedState ? this.emitEvent('select', currentItem).isDefaultPrevented() : false;
|
|
@@ -1231,13 +1231,13 @@ class PanelBarComponent {
|
|
|
1231
1231
|
}
|
|
1232
1232
|
}
|
|
1233
1233
|
else {
|
|
1234
|
-
|
|
1234
|
+
const siblings = item.parent ? item.parent.childrenItems : this.childrenItems;
|
|
1235
1235
|
let preventedCollapseItem;
|
|
1236
|
-
|
|
1236
|
+
const expandedItems = [];
|
|
1237
1237
|
if ((item.hasChildItems || item.hasContent) && !selectPreventedItems.includes(item)) {
|
|
1238
1238
|
siblings
|
|
1239
1239
|
.forEach((currentItem) => {
|
|
1240
|
-
|
|
1240
|
+
const expandedState = currentItem === item;
|
|
1241
1241
|
if (currentItem.expanded !== expandedState) {
|
|
1242
1242
|
const isEventPrevented = currentItem.expanded ?
|
|
1243
1243
|
this.emitEvent('collapse', currentItem).isDefaultPrevented() :
|
|
@@ -1279,7 +1279,7 @@ class PanelBarComponent {
|
|
|
1279
1279
|
}
|
|
1280
1280
|
}
|
|
1281
1281
|
if (modifiedItems.length > 0) {
|
|
1282
|
-
|
|
1282
|
+
const eventArgs = new PanelBarStateChangeEvent();
|
|
1283
1283
|
eventArgs.items = modifiedItems.map(currentItem => currentItem.serialize());
|
|
1284
1284
|
this.stateChange.emit(eventArgs);
|
|
1285
1285
|
}
|
|
@@ -1301,7 +1301,7 @@ class PanelBarComponent {
|
|
|
1301
1301
|
let currentItem = visibleItems[currentIndex];
|
|
1302
1302
|
let nextItem;
|
|
1303
1303
|
if (currentIndex === -1) {
|
|
1304
|
-
|
|
1304
|
+
const focusedItem = this.allItems.find(item => item.focused);
|
|
1305
1305
|
focusedItem.focused = false;
|
|
1306
1306
|
currentItem = this.getVisibleParent(focusedItem);
|
|
1307
1307
|
currentIndex = visibleItems.findIndex(item => item === currentItem);
|
|
@@ -1330,7 +1330,7 @@ class PanelBarComponent {
|
|
|
1330
1330
|
to.focused = true;
|
|
1331
1331
|
this.activeDescendant = to.itemId;
|
|
1332
1332
|
const modifiedItems = new Array(from.serialize(), to.serialize());
|
|
1333
|
-
|
|
1333
|
+
const eventArgs = new PanelBarStateChangeEvent();
|
|
1334
1334
|
eventArgs.items = modifiedItems;
|
|
1335
1335
|
this.stateChange.emit(eventArgs);
|
|
1336
1336
|
}
|
|
@@ -1396,8 +1396,8 @@ class PanelBarComponent {
|
|
|
1396
1396
|
return flattedItems;
|
|
1397
1397
|
}
|
|
1398
1398
|
}
|
|
1399
|
-
PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1400
|
-
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1399
|
+
PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: PanelBarService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1400
|
+
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PanelBarComponent, selector: "kendo-panelbar", inputs: { expandMode: "expandMode", selectable: "selectable", animate: "animate", height: "height", keepItemContent: "keepItemContent", items: "items" }, outputs: { stateChange: "stateChange", select: "select", expand: "expand", collapse: "collapse" }, host: { listeners: { "click": "onComponentClick($event)", "focus": "onComponentFocus()", "blur": "onComponentBlur()", "keydown": "onComponentKeyDown($event)" }, properties: { "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "class.k-panelbar": "this.hostClass", "attr.aria-activedescendant": "this.activeDescendant", "style.height": "this.hostHeight", "style.overflow": "this.overflow", "attr.dir": "this.dir" } }, providers: [
|
|
1401
1401
|
PanelBarService,
|
|
1402
1402
|
LocalizationService,
|
|
1403
1403
|
{
|
|
@@ -1425,7 +1425,7 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
1425
1425
|
</ng-container>
|
|
1426
1426
|
</ng-template>
|
|
1427
1427
|
`, isInline: true, components: [{ type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
1428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarComponent, decorators: [{
|
|
1429
1429
|
type: Component,
|
|
1430
1430
|
args: [{
|
|
1431
1431
|
exportAs: 'kendoPanelbar',
|
|
@@ -1683,12 +1683,12 @@ class SplitterPaneComponent {
|
|
|
1683
1683
|
this.renderer.setStyle(element, 'order', this.order);
|
|
1684
1684
|
}
|
|
1685
1685
|
}
|
|
1686
|
-
SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1687
|
-
SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1686
|
+
SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1687
|
+
SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SplitterPaneComponent, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", separatorLabel: "separatorLabel", min: "min", max: "max", resizable: "resizable", collapsible: "collapsible", scrollable: "scrollable", collapsed: "collapsed", orientation: "orientation", containsSplitter: "containsSplitter", overlayContent: "overlayContent" }, outputs: { sizeChange: "sizeChange", collapsedChange: "collapsedChange" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-pane": "this.hostClass", "class.k-pane-static": "this.staticPaneClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], ngImport: i0, template: `
|
|
1688
1688
|
<ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
|
|
1689
1689
|
<div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
|
|
1690
1690
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterPaneComponent, decorators: [{
|
|
1692
1692
|
type: Component,
|
|
1693
1693
|
args: [{
|
|
1694
1694
|
exportAs: 'kendoSplitterPane',
|
|
@@ -1817,8 +1817,8 @@ class SplitterService {
|
|
|
1817
1817
|
this.pane(index + 1).toggleOverlay(show);
|
|
1818
1818
|
}
|
|
1819
1819
|
dragState(splitbarIndex) {
|
|
1820
|
-
|
|
1821
|
-
|
|
1820
|
+
const prev = this.pane(splitbarIndex);
|
|
1821
|
+
const next = this.pane(splitbarIndex + 1);
|
|
1822
1822
|
const total = prev.computedSize + next.computedSize;
|
|
1823
1823
|
const px = s => this.toPixels(s);
|
|
1824
1824
|
return {
|
|
@@ -1928,9 +1928,9 @@ class SplitterService {
|
|
|
1928
1928
|
}
|
|
1929
1929
|
}
|
|
1930
1930
|
}
|
|
1931
|
-
SplitterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1932
|
-
SplitterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1931
|
+
SplitterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1932
|
+
SplitterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterService });
|
|
1933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterService, decorators: [{
|
|
1934
1934
|
type: Injectable
|
|
1935
1935
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
1936
1936
|
|
|
@@ -2098,8 +2098,8 @@ class SplitterBarComponent {
|
|
|
2098
2098
|
}
|
|
2099
2099
|
}
|
|
2100
2100
|
}
|
|
2101
|
-
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2102
|
-
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
2101
|
+
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterBarComponent, deps: [{ token: i1$1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: SplitterService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2102
|
+
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { properties: { "attr.aria-orientation": "this.orientation", "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
|
|
2103
2103
|
<div *ngIf="shouldShowIcon('prev')" [class]="collapseClass('prev')" (click)="togglePrevious()">
|
|
2104
2104
|
<span [class]="previousArrowClass()"></span>
|
|
2105
2105
|
</div>
|
|
@@ -2108,7 +2108,7 @@ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
2108
2108
|
<span [class]="nextArrowClass()"></span>
|
|
2109
2109
|
</div>
|
|
2110
2110
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterBarComponent, decorators: [{
|
|
2112
2112
|
type: Component,
|
|
2113
2113
|
args: [{
|
|
2114
2114
|
selector: 'kendo-splitter-bar',
|
|
@@ -2159,7 +2159,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2159
2159
|
* @Component({
|
|
2160
2160
|
* selector: 'my-app',
|
|
2161
2161
|
* template: `
|
|
2162
|
-
* <kendo-splitter style="
|
|
2162
|
+
* <kendo-splitter [style.height.px]="280">
|
|
2163
2163
|
*
|
|
2164
2164
|
* <kendo-splitter-pane [collapsible]="true" size="30%">
|
|
2165
2165
|
* <h3>Inner splitter / left pane</h3>
|
|
@@ -2290,8 +2290,8 @@ class SplitterComponent {
|
|
|
2290
2290
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
2291
2291
|
}
|
|
2292
2292
|
}
|
|
2293
|
-
SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2294
|
-
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
2293
|
+
SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.ElementRef }, { token: SplitterService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: SplitterPaneComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2294
|
+
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SplitterComponent, selector: "kendo-splitter", inputs: { orientation: "orientation", resizeStep: "resizeStep" }, outputs: { layoutChange: "layoutChange" }, host: { properties: { "class.k-splitter": "this.hostClasses", "class.k-splitter-flex": "this.hostClasses", "class.k-splitter-horizontal": "this.horizontalHostClasses", "class.k-splitter-vertical": "this.verticalHostClasses", "attr.dir": "this.dir" } }, providers: [
|
|
2295
2295
|
SplitterService,
|
|
2296
2296
|
LocalizationService,
|
|
2297
2297
|
{
|
|
@@ -2313,7 +2313,7 @@ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
2313
2313
|
</kendo-splitter-bar>
|
|
2314
2314
|
</ng-container>
|
|
2315
2315
|
`, isInline: true, components: [{ type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }] });
|
|
2316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
2317
2317
|
type: Component,
|
|
2318
2318
|
args: [{
|
|
2319
2319
|
exportAs: 'kendoSplitter',
|
|
@@ -2413,9 +2413,9 @@ class TabContentDirective {
|
|
|
2413
2413
|
this.templateRef = templateRef;
|
|
2414
2414
|
}
|
|
2415
2415
|
}
|
|
2416
|
-
TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2417
|
-
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2416
|
+
TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2417
|
+
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabContentDirective, decorators: [{
|
|
2419
2419
|
type: Directive,
|
|
2420
2420
|
args: [{
|
|
2421
2421
|
selector: '[kendoTabContent]'
|
|
@@ -2462,9 +2462,9 @@ class TabTitleDirective {
|
|
|
2462
2462
|
this.templateRef = templateRef;
|
|
2463
2463
|
}
|
|
2464
2464
|
}
|
|
2465
|
-
TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2466
|
-
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2465
|
+
TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2466
|
+
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
2467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabTitleDirective, decorators: [{
|
|
2468
2468
|
type: Directive,
|
|
2469
2469
|
args: [{
|
|
2470
2470
|
selector: '[kendoTabTitle]'
|
|
@@ -2498,9 +2498,9 @@ class TabStripTabComponent {
|
|
|
2498
2498
|
return this._tabTitleDirective.first;
|
|
2499
2499
|
}
|
|
2500
2500
|
}
|
|
2501
|
-
TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2502
|
-
TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
2503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2501
|
+
TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2502
|
+
TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: { title: "title", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", selected: "selected", closable: "closable", closeIcon: "closeIcon" }, queries: [{ propertyName: "_tabContent", predicate: TabContentDirective }, { propertyName: "_tabTitleDirective", predicate: TabTitleDirective }], exportAs: ["kendoTabStripTab"], ngImport: i0, template: ``, isInline: true });
|
|
2503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripTabComponent, decorators: [{
|
|
2504
2504
|
type: Component,
|
|
2505
2505
|
args: [{
|
|
2506
2506
|
exportAs: 'kendoTabStripTab',
|
|
@@ -2714,7 +2714,7 @@ class TabStripService {
|
|
|
2714
2714
|
}
|
|
2715
2715
|
}
|
|
2716
2716
|
onNavigate(keyCode) {
|
|
2717
|
-
|
|
2717
|
+
const { tab: activeTab, index: activeIndex } = getActiveTab(this.owner.tabs);
|
|
2718
2718
|
if (!NgZone.isInAngularZone()) {
|
|
2719
2719
|
this.ngZone.run(() => {
|
|
2720
2720
|
if (activeIndex < 0) {
|
|
@@ -2728,7 +2728,7 @@ class TabStripService {
|
|
|
2728
2728
|
}
|
|
2729
2729
|
}
|
|
2730
2730
|
onDelete() {
|
|
2731
|
-
|
|
2731
|
+
const { tab: activeTab, index: activeTabIndex } = getActiveTab(this.owner.tabs);
|
|
2732
2732
|
if (isTabClosable(activeTab, this.owner.closable) && !activeTab.disabled) {
|
|
2733
2733
|
this.ngZone.run(() => {
|
|
2734
2734
|
this.owner.tabClose.emit({ tab: activeTab, index: activeTabIndex });
|
|
@@ -2802,9 +2802,9 @@ class TabStripService {
|
|
|
2802
2802
|
return selectedIndex + 1;
|
|
2803
2803
|
}
|
|
2804
2804
|
}
|
|
2805
|
-
TabStripService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2806
|
-
TabStripService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2805
|
+
TabStripService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2806
|
+
TabStripService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripService });
|
|
2807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripService, decorators: [{
|
|
2808
2808
|
type: Injectable
|
|
2809
2809
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }]; } });
|
|
2810
2810
|
|
|
@@ -2899,7 +2899,7 @@ class ScrollService {
|
|
|
2899
2899
|
if (!this.tabsOverflow) {
|
|
2900
2900
|
return;
|
|
2901
2901
|
}
|
|
2902
|
-
|
|
2902
|
+
const { index: activeIndex } = getActiveTab(this.owner.tabs);
|
|
2903
2903
|
if (activeIndex === -1) {
|
|
2904
2904
|
return;
|
|
2905
2905
|
}
|
|
@@ -3002,9 +3002,9 @@ class ScrollService {
|
|
|
3002
3002
|
this.scrollButtonActiveStateChange.next({ buttonType, active });
|
|
3003
3003
|
}
|
|
3004
3004
|
}
|
|
3005
|
-
ScrollService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3006
|
-
ScrollService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3005
|
+
ScrollService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ScrollService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3006
|
+
ScrollService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ScrollService });
|
|
3007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ScrollService, decorators: [{
|
|
3008
3008
|
type: Injectable
|
|
3009
3009
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
3010
3010
|
|
|
@@ -3104,11 +3104,11 @@ class TabStripScrollableButtonComponent {
|
|
|
3104
3104
|
return scrollEvent;
|
|
3105
3105
|
}
|
|
3106
3106
|
}
|
|
3107
|
-
TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3108
|
-
TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
3107
|
+
TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3108
|
+
TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: { prev: "prev", tabPosition: "tabPosition", scrollable: "scrollable" }, outputs: { tabScroll: "tabScroll", onClick: "onClick" }, host: { properties: { "class.k-button": "this.btnClasses", "class.k-button-md": "this.btnClasses", "class.k-icon-button": "this.btnClasses", "class.k-rounded-md": "this.btnClasses", "class.k-button-flat": "this.btnClasses", "class.k-button-flat-base": "this.btnClasses", "class.k-tabstrip-prev": "this.prevClass", "class.k-tabstrip-next": "this.nextClass" } }, ngImport: i0, template: `
|
|
3109
3109
|
<span class="k-icon k-button-icon" [ngClass]="iconClass"></span>
|
|
3110
3110
|
`, isInline: true, directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
3111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
|
|
3112
3112
|
type: Component,
|
|
3113
3113
|
args: [{
|
|
3114
3114
|
template: `
|
|
@@ -3194,8 +3194,8 @@ class TabComponent {
|
|
|
3194
3194
|
this.tabClose.emit(closeArgs);
|
|
3195
3195
|
}
|
|
3196
3196
|
}
|
|
3197
|
-
TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3198
|
-
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
3197
|
+
TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3198
|
+
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TabComponent, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "class.k-state-default": "this.hostClasses", "attr.aria-selected": "this.activeClass", "class.k-active": "this.activeClass", "attr.aria-disabled]": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-focus": "this.focusedClass", "attr.tabindex": "this.tabIndex" } }, ngImport: i0, template: `
|
|
3199
3199
|
<span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
|
|
3200
3200
|
<span class="k-link" *ngIf="tab.tabTitle">
|
|
3201
3201
|
<ng-template [ngTemplateOutlet]="tab.tabTitle?.templateRef">
|
|
@@ -3210,7 +3210,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
3210
3210
|
<span [ngClass]="closeButtonClasses"></span>
|
|
3211
3211
|
</span>
|
|
3212
3212
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
3213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabComponent, decorators: [{
|
|
3214
3214
|
type: Component,
|
|
3215
3215
|
args: [{
|
|
3216
3216
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -3272,9 +3272,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3272
3272
|
*/
|
|
3273
3273
|
class TabStripMessages extends ComponentMessages {
|
|
3274
3274
|
}
|
|
3275
|
-
TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3276
|
-
TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
3277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3275
|
+
TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3276
|
+
TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TabStripMessages, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
|
|
3277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripMessages, decorators: [{
|
|
3278
3278
|
type: Directive,
|
|
3279
3279
|
args: [{
|
|
3280
3280
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -3297,14 +3297,14 @@ class LocalizedTabStripMessagesDirective extends TabStripMessages {
|
|
|
3297
3297
|
this.service = service;
|
|
3298
3298
|
}
|
|
3299
3299
|
}
|
|
3300
|
-
LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3301
|
-
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
3300
|
+
LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3301
|
+
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
3302
3302
|
{
|
|
3303
3303
|
provide: TabStripMessages,
|
|
3304
3304
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
3305
3305
|
}
|
|
3306
3306
|
], usesInheritance: true, ngImport: i0 });
|
|
3307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
|
|
3308
3308
|
type: Directive,
|
|
3309
3309
|
args: [{
|
|
3310
3310
|
providers: [
|
|
@@ -3439,6 +3439,9 @@ class TabStripComponent {
|
|
|
3439
3439
|
return this._scrollableSettings.enabled;
|
|
3440
3440
|
}
|
|
3441
3441
|
ngAfterViewInit() {
|
|
3442
|
+
if (!isDocumentAvailable()) {
|
|
3443
|
+
return;
|
|
3444
|
+
}
|
|
3442
3445
|
this.ngZone.runOutsideAngular(() => {
|
|
3443
3446
|
if (this.scrollService.tabsOverflow) {
|
|
3444
3447
|
this.toggleScrollButtons(true);
|
|
@@ -3453,7 +3456,10 @@ class TabStripComponent {
|
|
|
3453
3456
|
this.initDomEvents();
|
|
3454
3457
|
}
|
|
3455
3458
|
ngOnChanges(changes) {
|
|
3456
|
-
|
|
3459
|
+
if (!isDocumentAvailable()) {
|
|
3460
|
+
return;
|
|
3461
|
+
}
|
|
3462
|
+
const positionChange = changes['tabPosition'];
|
|
3457
3463
|
if (positionChange) {
|
|
3458
3464
|
const tabsAtBottomChanged = positionChange.previousValue === 'bottom' || positionChange.currentValue === 'bottom';
|
|
3459
3465
|
this.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
@@ -3641,8 +3647,8 @@ class TabStripComponent {
|
|
|
3641
3647
|
});
|
|
3642
3648
|
}
|
|
3643
3649
|
}
|
|
3644
|
-
TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3645
|
-
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
3650
|
+
TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: TabStripService }, { token: ScrollService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3651
|
+
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TabStripComponent, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClass", "class.k-tabstrip-top": "this.tabsAtTop", "class.k-tabstrip-right": "this.tabsAtRight", "class.k-tabstrip-bottom": "this.tabsAtBottom", "class.k-tabstrip-left": "this.tabsAtLeft", "attr.dir": "this.dir", "class.k-tabstrip-scrollable": "this.tabStripScrollable" } }, providers: [
|
|
3646
3652
|
TabStripService,
|
|
3647
3653
|
ScrollService,
|
|
3648
3654
|
LocalizationService,
|
|
@@ -3654,7 +3660,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
3654
3660
|
<ng-container kendoTabStripLocalizedMessages
|
|
3655
3661
|
i18n-closeTitle="kendo.tabstrip.closeTitle|The title for the **Close** button in the TabStrip tab."
|
|
3656
3662
|
closeTitle="Close"
|
|
3657
|
-
|
|
3663
|
+
|
|
3658
3664
|
i18n-previousTabButton="kendo.tabstrip.previousTabButton|The title for the **Previous Tab** button when the Tabstrip is scrollable."
|
|
3659
3665
|
previousTabButton="Previous Tab"
|
|
3660
3666
|
|
|
@@ -3677,7 +3683,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
3677
3683
|
</ng-container>
|
|
3678
3684
|
<ng-template #heading>
|
|
3679
3685
|
<div class="k-tabstrip-items-wrapper" [ngClass]="itemsWrapperClass">
|
|
3680
|
-
<span
|
|
3686
|
+
<span
|
|
3681
3687
|
role="button"
|
|
3682
3688
|
*ngIf="hasScrollButtons"
|
|
3683
3689
|
#prevScrollButton
|
|
@@ -3755,7 +3761,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
3755
3761
|
])
|
|
3756
3762
|
])
|
|
3757
3763
|
] });
|
|
3758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripComponent, decorators: [{
|
|
3759
3765
|
type: Component,
|
|
3760
3766
|
args: [{
|
|
3761
3767
|
animations: [
|
|
@@ -3782,7 +3788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3782
3788
|
<ng-container kendoTabStripLocalizedMessages
|
|
3783
3789
|
i18n-closeTitle="kendo.tabstrip.closeTitle|The title for the **Close** button in the TabStrip tab."
|
|
3784
3790
|
closeTitle="Close"
|
|
3785
|
-
|
|
3791
|
+
|
|
3786
3792
|
i18n-previousTabButton="kendo.tabstrip.previousTabButton|The title for the **Previous Tab** button when the Tabstrip is scrollable."
|
|
3787
3793
|
previousTabButton="Previous Tab"
|
|
3788
3794
|
|
|
@@ -3805,7 +3811,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3805
3811
|
</ng-container>
|
|
3806
3812
|
<ng-template #heading>
|
|
3807
3813
|
<div class="k-tabstrip-items-wrapper" [ngClass]="itemsWrapperClass">
|
|
3808
|
-
<span
|
|
3814
|
+
<span
|
|
3809
3815
|
role="button"
|
|
3810
3816
|
*ngIf="hasScrollButtons"
|
|
3811
3817
|
#prevScrollButton
|
|
@@ -3949,14 +3955,14 @@ class TabStripCustomMessagesComponent extends TabStripMessages {
|
|
|
3949
3955
|
return true;
|
|
3950
3956
|
}
|
|
3951
3957
|
}
|
|
3952
|
-
TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3953
|
-
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
3958
|
+
TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3959
|
+
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
|
|
3954
3960
|
{
|
|
3955
3961
|
provide: TabStripMessages,
|
|
3956
3962
|
useExisting: forwardRef(() => TabStripCustomMessagesComponent)
|
|
3957
3963
|
}
|
|
3958
3964
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
3959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
|
|
3960
3966
|
type: Component,
|
|
3961
3967
|
args: [{
|
|
3962
3968
|
providers: [
|
|
@@ -3982,9 +3988,9 @@ class DrawerTemplateDirective {
|
|
|
3982
3988
|
this.templateRef = templateRef;
|
|
3983
3989
|
}
|
|
3984
3990
|
}
|
|
3985
|
-
DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3986
|
-
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
3987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3991
|
+
DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3992
|
+
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
3993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
|
|
3988
3994
|
type: Directive,
|
|
3989
3995
|
args: [{
|
|
3990
3996
|
selector: '[kendoDrawerTemplate]'
|
|
@@ -4003,9 +4009,9 @@ class DrawerItemTemplateDirective {
|
|
|
4003
4009
|
this.templateRef = templateRef;
|
|
4004
4010
|
}
|
|
4005
4011
|
}
|
|
4006
|
-
DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4007
|
-
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
4008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4012
|
+
DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4013
|
+
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
4014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
|
|
4009
4015
|
type: Directive,
|
|
4010
4016
|
args: [{
|
|
4011
4017
|
selector: '[kendoDrawerItemTemplate]'
|
|
@@ -4024,9 +4030,9 @@ class DrawerHeaderTemplateDirective {
|
|
|
4024
4030
|
this.templateRef = templateRef;
|
|
4025
4031
|
}
|
|
4026
4032
|
}
|
|
4027
|
-
DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4028
|
-
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
4029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4033
|
+
DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4034
|
+
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
4035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
|
|
4030
4036
|
type: Directive,
|
|
4031
4037
|
args: [{
|
|
4032
4038
|
selector: '[kendoDrawerHeaderTemplate]'
|
|
@@ -4045,9 +4051,9 @@ class DrawerFooterTemplateDirective {
|
|
|
4045
4051
|
this.templateRef = templateRef;
|
|
4046
4052
|
}
|
|
4047
4053
|
}
|
|
4048
|
-
DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4049
|
-
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
4050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4054
|
+
DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4055
|
+
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
4056
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
|
|
4051
4057
|
type: Directive,
|
|
4052
4058
|
args: [{
|
|
4053
4059
|
selector: '[kendoDrawerFooterTemplate]'
|
|
@@ -4074,7 +4080,7 @@ class DrawerService {
|
|
|
4074
4080
|
init() {
|
|
4075
4081
|
this.resetViewData();
|
|
4076
4082
|
this.originalItems = this.owner.items || [];
|
|
4077
|
-
|
|
4083
|
+
const rootItems = this.originalItems.filter(item => !isPresent(item.parentId));
|
|
4078
4084
|
this.populateViewData(rootItems);
|
|
4079
4085
|
}
|
|
4080
4086
|
get view() {
|
|
@@ -4149,9 +4155,9 @@ class DrawerService {
|
|
|
4149
4155
|
this.selectedIndices = [];
|
|
4150
4156
|
}
|
|
4151
4157
|
}
|
|
4152
|
-
DrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4153
|
-
DrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4158
|
+
DrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4159
|
+
DrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerService });
|
|
4160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerService, decorators: [{
|
|
4155
4161
|
type: Injectable
|
|
4156
4162
|
}] });
|
|
4157
4163
|
|
|
@@ -4367,8 +4373,8 @@ class DrawerItemComponent {
|
|
|
4367
4373
|
return this.viewItem.item;
|
|
4368
4374
|
}
|
|
4369
4375
|
}
|
|
4370
|
-
DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4371
|
-
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4376
|
+
DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerItemComponent, deps: [{ token: DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4377
|
+
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: { viewItem: "viewItem", index: "index", itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.aria-current": "this.selectedClass", "class.k-selected": "this.selectedClass", "attr.aria-label": "this.label" } }, ngImport: i0, template: `
|
|
4372
4378
|
<ng-template *ngIf="itemTemplate; else defaultTemplate"
|
|
4373
4379
|
[ngTemplateOutlet]="itemTemplate"
|
|
4374
4380
|
[ngTemplateOutletContext]="{
|
|
@@ -4394,7 +4400,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
4394
4400
|
</ng-container>
|
|
4395
4401
|
</ng-template>
|
|
4396
4402
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
4397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerItemComponent, decorators: [{
|
|
4398
4404
|
type: Component,
|
|
4399
4405
|
args: [{
|
|
4400
4406
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -4479,8 +4485,7 @@ class DrawerListComponent {
|
|
|
4479
4485
|
this.subscriptions.unsubscribe();
|
|
4480
4486
|
}
|
|
4481
4487
|
identifyItem(_index, viewItem) {
|
|
4482
|
-
|
|
4483
|
-
return (_a = viewItem.item.id) !== null && _a !== void 0 ? _a : viewItem.index;
|
|
4488
|
+
return viewItem.item.id ?? viewItem.index;
|
|
4484
4489
|
}
|
|
4485
4490
|
initDomEvents() {
|
|
4486
4491
|
if (!this.element) {
|
|
@@ -4548,9 +4553,9 @@ class DrawerListComponent {
|
|
|
4548
4553
|
}
|
|
4549
4554
|
}
|
|
4550
4555
|
}
|
|
4551
|
-
DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4552
|
-
DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4556
|
+
DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerListComponent, deps: [{ token: DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4557
|
+
DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n <ng-container *ngFor=\"let v of view; trackBy:identifyItem; let idx = index\">\n <li *ngIf=\"!v.item.separator\" kendoDrawerItem\n class=\"k-drawer-item {{expanded ? ' k-level-' + v.level : ''}}\"\n role=\"menuitem\"\n [viewItem]=\"v\"\n [index]=\"idx\"\n [mini]=\"mini\"\n [expanded]=\"expanded\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-drawer-index]=\"v.index\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\"\n [tabindex]=\"v.item.id === 0 ? '0' : '-1'\">\n </li>\n\n <li *ngIf=\"v.item.separator\"\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n \n </li>\n </ng-container>\n ", isInline: true, components: [{ type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: ["viewItem", "index", "itemTemplate", "mini", "expanded", "disabled", "cssClass", "cssStyle"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
4558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerListComponent, decorators: [{
|
|
4554
4559
|
type: Component,
|
|
4555
4560
|
args: [{
|
|
4556
4561
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -4851,8 +4856,8 @@ class DrawerComponent {
|
|
|
4851
4856
|
return player;
|
|
4852
4857
|
}
|
|
4853
4858
|
}
|
|
4854
|
-
DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4855
|
-
DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
4859
|
+
DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1$2.AnimationBuilder }, { token: i1.LocalizationService }, { token: DrawerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4860
|
+
DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DrawerComponent, selector: "kendo-drawer", inputs: { mode: "mode", position: "position", mini: "mini", expanded: "expanded", width: "width", miniWidth: "miniWidth", autoCollapse: "autoCollapse", items: "items", isItemExpanded: "isItemExpanded", animation: "animation" }, outputs: { expand: "expand", collapse: "collapse", select: "select", expandedChange: "expandedChange" }, host: { properties: { "class.k-drawer": "this.hostClasses", "class.k-drawer-start": "this.startPositionClass", "class.k-drawer-end": "this.endPositionClass", "style.transform": "this.overlayTransofrmStyles", "style.flexBasis.px": "this.flexStyles", "attr.dir": "this.direction" } }, providers: [
|
|
4856
4861
|
LocalizationService,
|
|
4857
4862
|
DrawerService,
|
|
4858
4863
|
{
|
|
@@ -4887,7 +4892,7 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
4887
4892
|
</ng-template>
|
|
4888
4893
|
</div>
|
|
4889
4894
|
`, isInline: true, components: [{ type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
4890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
4891
4896
|
type: Component,
|
|
4892
4897
|
args: [{
|
|
4893
4898
|
exportAs: 'kendoDrawer',
|
|
@@ -5038,8 +5043,8 @@ class DrawerContainerComponent {
|
|
|
5038
5043
|
}
|
|
5039
5044
|
}
|
|
5040
5045
|
}
|
|
5041
|
-
DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5042
|
-
DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5046
|
+
DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5047
|
+
DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DrawerContainerComponent, selector: "kendo-drawer-container", host: { properties: { "class.k-drawer-container": "this.hostClass", "class.k-drawer-overlay": "this.overlayClass", "class.k-drawer-mini": "this.miniClass", "class.k-drawer-push": "this.pushClass", "class.k-drawer-expanded": "this.isExpandedClass", "attr.dir": "this.direction" } }, providers: [
|
|
5043
5048
|
LocalizationService,
|
|
5044
5049
|
{
|
|
5045
5050
|
provide: L10N_PREFIX,
|
|
@@ -5049,7 +5054,7 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
5049
5054
|
<div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
|
|
5050
5055
|
<ng-content></ng-content>
|
|
5051
5056
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerContainerComponent, decorators: [{
|
|
5053
5058
|
type: Component,
|
|
5054
5059
|
args: [{
|
|
5055
5060
|
selector: 'kendo-drawer-container',
|
|
@@ -5096,11 +5101,11 @@ class DrawerContentComponent {
|
|
|
5096
5101
|
this.hostClasses = true;
|
|
5097
5102
|
}
|
|
5098
5103
|
}
|
|
5099
|
-
DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5100
|
-
DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5104
|
+
DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5105
|
+
DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DrawerContentComponent, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
|
|
5101
5106
|
<ng-content></ng-content>
|
|
5102
5107
|
`, isInline: true, encapsulation: i0.ViewEncapsulation.None });
|
|
5103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerContentComponent, decorators: [{
|
|
5104
5109
|
type: Component,
|
|
5105
5110
|
args: [{
|
|
5106
5111
|
selector: 'kendo-drawer-content',
|
|
@@ -5137,9 +5142,9 @@ class StepperStepTemplateDirective {
|
|
|
5137
5142
|
this.templateRef = templateRef;
|
|
5138
5143
|
}
|
|
5139
5144
|
}
|
|
5140
|
-
StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5141
|
-
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5145
|
+
StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5146
|
+
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
5147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
|
|
5143
5148
|
type: Directive,
|
|
5144
5149
|
args: [{
|
|
5145
5150
|
selector: '[kendoStepperStepTemplate]'
|
|
@@ -5158,9 +5163,9 @@ class StepperLabelTemplateDirective {
|
|
|
5158
5163
|
this.templateRef = templateRef;
|
|
5159
5164
|
}
|
|
5160
5165
|
}
|
|
5161
|
-
StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5162
|
-
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5166
|
+
StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5167
|
+
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
5168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
|
|
5164
5169
|
type: Directive,
|
|
5165
5170
|
args: [{
|
|
5166
5171
|
selector: '[kendoStepperLabelTemplate]'
|
|
@@ -5179,9 +5184,9 @@ class StepperIndicatorTemplateDirective {
|
|
|
5179
5184
|
this.templateRef = templateRef;
|
|
5180
5185
|
}
|
|
5181
5186
|
}
|
|
5182
|
-
StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5183
|
-
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5187
|
+
StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5188
|
+
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
5189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
|
|
5185
5190
|
type: Directive,
|
|
5186
5191
|
args: [{
|
|
5187
5192
|
selector: '[kendoStepperIndicatorTemplate]'
|
|
@@ -5337,9 +5342,9 @@ class StepperService {
|
|
|
5337
5342
|
return this.owner.orientation === 'horizontal';
|
|
5338
5343
|
}
|
|
5339
5344
|
}
|
|
5340
|
-
StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5341
|
-
StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5345
|
+
StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5346
|
+
StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperService });
|
|
5347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperService, decorators: [{
|
|
5343
5348
|
type: Injectable
|
|
5344
5349
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
5345
5350
|
|
|
@@ -5382,7 +5387,7 @@ class StepperStepComponent {
|
|
|
5382
5387
|
this.handleValidityChecks();
|
|
5383
5388
|
}
|
|
5384
5389
|
ngOnChanges(changes) {
|
|
5385
|
-
if (changes
|
|
5390
|
+
if (changes['current'] && !changes['current'].firstChange) {
|
|
5386
5391
|
this.handleValidityChecks();
|
|
5387
5392
|
}
|
|
5388
5393
|
}
|
|
@@ -5494,8 +5499,8 @@ class StepperStepComponent {
|
|
|
5494
5499
|
}
|
|
5495
5500
|
}
|
|
5496
5501
|
}
|
|
5497
|
-
StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5498
|
-
StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5502
|
+
StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperStepComponent, deps: [{ token: StepperService }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5503
|
+
StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", errorIcon: "errorIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
5499
5504
|
<a href='#' class='k-step-link' #stepLink
|
|
5500
5505
|
[attr.tabindex]='tabIndexAttr'
|
|
5501
5506
|
[attr.title]='step.label'
|
|
@@ -5540,7 +5545,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
5540
5545
|
</ng-container>
|
|
5541
5546
|
</a>
|
|
5542
5547
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
5543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperStepComponent, decorators: [{
|
|
5544
5549
|
type: Component,
|
|
5545
5550
|
args: [{
|
|
5546
5551
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -5698,9 +5703,9 @@ class StepperListComponent {
|
|
|
5698
5703
|
}
|
|
5699
5704
|
}
|
|
5700
5705
|
}
|
|
5701
|
-
StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5702
|
-
StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5706
|
+
StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5707
|
+
StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StepperListComponent, selector: "[kendoStepperList]", inputs: { linear: "linear", stepType: "stepType", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", errorIcon: "errorIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, outputs: { listKeydown: "listKeydown", listClick: "listClick" }, ngImport: i0, template: "\n <ng-container *ngFor='let step of steps; let idx = index'>\n <li kendoStepperStep\n [attr.data-kendo-stepper-index]='idx'\n [type]='stepType'\n [step]='step'\n [index]='idx'\n [current]='currentStep'\n [successIcon]='successIcon'\n [errorIcon]='errorIcon'\n [indicatorTemplate]='indicatorTemplate'\n [labelTemplate]='labelTemplate'\n [stepTemplate]='stepTemplate'\n class='k-step'\n [class.k-step-first]='idx === 0'\n [class.k-step-last]='idx === steps.length - 1'\n [class.k-step-done]='idx < currentStep'\n [class.k-step-current]='idx === currentStep'\n [class.k-step-optional]='step.optional'\n [class.k-disabled]='step.disabled'\n [class.k-focus]='idx === focusedStep'\n [ngClass]='step.cssClass'\n [ngStyle]='step.cssStyle'\n [style.max-width.%] = 'maxStepWidth'\n [style.max-height.%] = 'maxStepHeight'\n >\n </li>\n </ng-container>\n ", isInline: true, components: [{ type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: ["step", "index", "current", "type", "successIcon", "errorIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
5708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperListComponent, decorators: [{
|
|
5704
5709
|
type: Component,
|
|
5705
5710
|
args: [{
|
|
5706
5711
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -5766,9 +5771,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
5766
5771
|
*/
|
|
5767
5772
|
class StepperMessages extends ComponentMessages {
|
|
5768
5773
|
}
|
|
5769
|
-
StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5770
|
-
StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5774
|
+
StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
5775
|
+
StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: StepperMessages, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
|
|
5776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperMessages, decorators: [{
|
|
5772
5777
|
type: Directive,
|
|
5773
5778
|
args: [{
|
|
5774
5779
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -5787,14 +5792,14 @@ class LocalizedStepperMessagesDirective extends StepperMessages {
|
|
|
5787
5792
|
this.service = service;
|
|
5788
5793
|
}
|
|
5789
5794
|
}
|
|
5790
|
-
LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5791
|
-
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
5795
|
+
LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5796
|
+
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
5792
5797
|
{
|
|
5793
5798
|
provide: StepperMessages,
|
|
5794
5799
|
useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
|
|
5795
5800
|
}
|
|
5796
5801
|
], usesInheritance: true, ngImport: i0 });
|
|
5797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedStepperMessagesDirective, decorators: [{
|
|
5798
5803
|
type: Directive,
|
|
5799
5804
|
args: [{
|
|
5800
5805
|
providers: [
|
|
@@ -5915,10 +5920,10 @@ class StepperComponent {
|
|
|
5915
5920
|
this.applyHostStyling();
|
|
5916
5921
|
}
|
|
5917
5922
|
ngOnChanges(changes) {
|
|
5918
|
-
if (changes
|
|
5923
|
+
if (changes['steps'] && !changes['steps'].firstChange) {
|
|
5919
5924
|
this.applyHostStyling();
|
|
5920
5925
|
}
|
|
5921
|
-
if (changes
|
|
5926
|
+
if (changes['orientation']) {
|
|
5922
5927
|
this.resetHostStyling();
|
|
5923
5928
|
this.applyHostStyling();
|
|
5924
5929
|
}
|
|
@@ -6013,8 +6018,8 @@ class StepperComponent {
|
|
|
6013
6018
|
return this.orientation === 'horizontal';
|
|
6014
6019
|
}
|
|
6015
6020
|
}
|
|
6016
|
-
StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6017
|
-
StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
6021
|
+
StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: StepperService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6022
|
+
StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StepperComponent, selector: "kendo-stepper", inputs: { stepType: "stepType", linear: "linear", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", errorIcon: "errorIcon", animation: "animation" }, outputs: { activate: "activate", currentStepChange: "currentStepChange" }, host: { properties: { "class.k-stepper": "this.hostClasses", "class.k-stepper-linear": "this.linearClass", "attr.role": "this.ariaRole", "attr.dir": "this.direction", "style.display": "this.displayStyle" } }, providers: [
|
|
6018
6023
|
LocalizationService,
|
|
6019
6024
|
StepperService,
|
|
6020
6025
|
{
|
|
@@ -6057,7 +6062,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
6057
6062
|
[ngStyle]='progressBarStyling'>
|
|
6058
6063
|
</kendo-progressbar>
|
|
6059
6064
|
`, isInline: true, components: [{ type: StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "errorIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { type: i4.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }], directives: [{ type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
6060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperComponent, decorators: [{
|
|
6061
6066
|
type: Component,
|
|
6062
6067
|
args: [{
|
|
6063
6068
|
exportAs: 'kendoStepper',
|
|
@@ -6179,14 +6184,14 @@ class StepperCustomMessagesComponent extends StepperMessages {
|
|
|
6179
6184
|
return true;
|
|
6180
6185
|
}
|
|
6181
6186
|
}
|
|
6182
|
-
StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6183
|
-
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
6187
|
+
StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6188
|
+
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
|
|
6184
6189
|
{
|
|
6185
6190
|
provide: StepperMessages,
|
|
6186
6191
|
useExisting: forwardRef(() => StepperCustomMessagesComponent)
|
|
6187
6192
|
}
|
|
6188
6193
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
6189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperCustomMessagesComponent, decorators: [{
|
|
6190
6195
|
type: Component,
|
|
6191
6196
|
args: [{
|
|
6192
6197
|
providers: [
|
|
@@ -6418,8 +6423,8 @@ class AvatarComponent {
|
|
|
6418
6423
|
}
|
|
6419
6424
|
}
|
|
6420
6425
|
}
|
|
6421
|
-
AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6422
|
-
AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
6426
|
+
AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6427
|
+
AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AvatarComponent, selector: "kendo-avatar", inputs: { shape: "shape", size: "size", rounded: "rounded", themeColor: "themeColor", fillMode: "fillMode", fill: "fill", border: "border", iconClass: "iconClass", width: "width", height: "height", cssStyle: "cssStyle", initials: "initials", icon: "icon", imageSrc: "imageSrc" }, host: { properties: { "class.k-avatar": "this.hostClass", "class.k-avatar-bordered": "this.borderClass", "style.flexBasis": "this.flexBasis", "style.width": "this.avatarWidth", "style.height": "this.avatarHeight" } }, ngImport: i0, template: `
|
|
6423
6428
|
<ng-content *ngIf="customAvatar"></ng-content>
|
|
6424
6429
|
|
|
6425
6430
|
<ng-container *ngIf="imageSrc">
|
|
@@ -6438,7 +6443,7 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
6438
6443
|
</span>
|
|
6439
6444
|
</ng-container>
|
|
6440
6445
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
6441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarComponent, decorators: [{
|
|
6442
6447
|
type: Component,
|
|
6443
6448
|
args: [{
|
|
6444
6449
|
selector: 'kendo-avatar',
|
|
@@ -6550,8 +6555,8 @@ class CardComponent {
|
|
|
6550
6555
|
}
|
|
6551
6556
|
}
|
|
6552
6557
|
}
|
|
6553
|
-
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6554
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
6558
|
+
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6559
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-widget": "this.hostClass", "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
|
|
6555
6560
|
LocalizationService,
|
|
6556
6561
|
{
|
|
6557
6562
|
provide: L10N_PREFIX,
|
|
@@ -6560,7 +6565,7 @@ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
6560
6565
|
], ngImport: i0, template: `
|
|
6561
6566
|
<ng-content></ng-content>
|
|
6562
6567
|
`, isInline: true });
|
|
6563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardComponent, decorators: [{
|
|
6564
6569
|
type: Component,
|
|
6565
6570
|
args: [{
|
|
6566
6571
|
selector: 'kendo-card',
|
|
@@ -6607,11 +6612,11 @@ class CardHeaderComponent {
|
|
|
6607
6612
|
this.hostClass = true;
|
|
6608
6613
|
}
|
|
6609
6614
|
}
|
|
6610
|
-
CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6611
|
-
CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
6615
|
+
CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6616
|
+
CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CardHeaderComponent, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
6612
6617
|
<ng-content></ng-content>
|
|
6613
6618
|
`, isInline: true });
|
|
6614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
6615
6620
|
type: Component,
|
|
6616
6621
|
args: [{
|
|
6617
6622
|
selector: 'kendo-card-header',
|
|
@@ -6632,11 +6637,11 @@ class CardBodyComponent {
|
|
|
6632
6637
|
this.hostClass = true;
|
|
6633
6638
|
}
|
|
6634
6639
|
}
|
|
6635
|
-
CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6636
|
-
CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
6640
|
+
CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6641
|
+
CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CardBodyComponent, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
|
|
6637
6642
|
<ng-content></ng-content>
|
|
6638
6643
|
`, isInline: true });
|
|
6639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
6640
6645
|
type: Component,
|
|
6641
6646
|
args: [{
|
|
6642
6647
|
selector: 'kendo-card-body',
|
|
@@ -6657,11 +6662,11 @@ class CardFooterComponent {
|
|
|
6657
6662
|
this.hostClass = true;
|
|
6658
6663
|
}
|
|
6659
6664
|
}
|
|
6660
|
-
CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6661
|
-
CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
6665
|
+
CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6666
|
+
CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CardFooterComponent, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
|
|
6662
6667
|
<ng-content></ng-content>
|
|
6663
6668
|
`, isInline: true });
|
|
6664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
6665
6670
|
type: Component,
|
|
6666
6671
|
args: [{
|
|
6667
6672
|
selector: 'kendo-card-footer',
|
|
@@ -6742,8 +6747,8 @@ class CardActionsComponent {
|
|
|
6742
6747
|
this.action.emit(action);
|
|
6743
6748
|
}
|
|
6744
6749
|
}
|
|
6745
|
-
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6746
|
-
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
6750
|
+
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6751
|
+
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-card-actions": "this.hostClass", "class.k-card-actions-stretched": "this.stretchedClass", "class.k-card-actions-start": "this.startClass", "class.k-card-actions-end": "this.endClass", "class.k-card-actions-center": "this.centerClass", "class.k-card-actions-vertical": "this.verticalClass", "class.k-card-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
|
|
6747
6752
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
6748
6753
|
|
|
6749
6754
|
<ng-container *ngIf="actionsArray">
|
|
@@ -6760,7 +6765,7 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
6760
6765
|
|
|
6761
6766
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
6762
6767
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
6763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardActionsComponent, decorators: [{
|
|
6764
6769
|
type: Component,
|
|
6765
6770
|
args: [{
|
|
6766
6771
|
selector: 'kendo-card-actions',
|
|
@@ -6835,9 +6840,9 @@ class CardSeparatorDirective {
|
|
|
6835
6840
|
return this.orientation === 'horizontal';
|
|
6836
6841
|
}
|
|
6837
6842
|
}
|
|
6838
|
-
CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6839
|
-
CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6840
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6843
|
+
CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6844
|
+
CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CardSeparatorDirective, selector: "[kendoCardSeparator]", inputs: { color: "color", orientation: "orientation" }, host: { properties: { "class.k-card-separator": "this.hostClass", "class.k-separator-vertical": "this.verticalClass", "class.k-separator-horizontal": "this.horizontalClass", "style.color": "this.color" } }, ngImport: i0 });
|
|
6845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardSeparatorDirective, decorators: [{
|
|
6841
6846
|
type: Directive,
|
|
6842
6847
|
args: [{
|
|
6843
6848
|
selector: '[kendoCardSeparator]'
|
|
@@ -6868,9 +6873,9 @@ class CardTitleDirective {
|
|
|
6868
6873
|
this.hostClass = true;
|
|
6869
6874
|
}
|
|
6870
6875
|
}
|
|
6871
|
-
CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6872
|
-
CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6876
|
+
CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6877
|
+
CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CardTitleDirective, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
|
|
6878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardTitleDirective, decorators: [{
|
|
6874
6879
|
type: Directive,
|
|
6875
6880
|
args: [{
|
|
6876
6881
|
selector: '[kendoCardTitle]'
|
|
@@ -6888,9 +6893,9 @@ class CardSubtitleDirective {
|
|
|
6888
6893
|
this.hostClass = true;
|
|
6889
6894
|
}
|
|
6890
6895
|
}
|
|
6891
|
-
CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6892
|
-
CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6896
|
+
CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6897
|
+
CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
|
|
6898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardSubtitleDirective, decorators: [{
|
|
6894
6899
|
type: Directive,
|
|
6895
6900
|
args: [{
|
|
6896
6901
|
selector: '[kendoCardSubtitle]'
|
|
@@ -6908,9 +6913,9 @@ class CardMediaDirective {
|
|
|
6908
6913
|
this.hostClass = true;
|
|
6909
6914
|
}
|
|
6910
6915
|
}
|
|
6911
|
-
CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6912
|
-
CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6916
|
+
CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6917
|
+
CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CardMediaDirective, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
|
|
6918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardMediaDirective, decorators: [{
|
|
6914
6919
|
type: Directive,
|
|
6915
6920
|
args: [{
|
|
6916
6921
|
selector: '[kendoCardMedia]'
|
|
@@ -6937,9 +6942,9 @@ class ExpansionPanelTitleDirective {
|
|
|
6937
6942
|
this.templateRef = templateRef;
|
|
6938
6943
|
}
|
|
6939
6944
|
}
|
|
6940
|
-
ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6941
|
-
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
6942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6945
|
+
ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6946
|
+
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
6947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
|
|
6943
6948
|
type: Directive,
|
|
6944
6949
|
args: [{
|
|
6945
6950
|
selector: '[kendoExpansionPanelTitleDirective]'
|
|
@@ -7253,8 +7258,8 @@ class ExpansionPanelComponent {
|
|
|
7253
7258
|
this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
|
|
7254
7259
|
}
|
|
7255
7260
|
}
|
|
7256
|
-
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7257
|
-
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
7261
|
+
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i1$2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
7262
|
+
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: { title: "title", subtitle: "subtitle", disabled: "disabled", expanded: "expanded", expandIcon: "expandIcon", collapseIcon: "collapseIcon", animation: "animation" }, outputs: { expandedChange: "expandedChange", action: "action", expand: "expand", collapse: "collapse" }, host: { properties: { "class.k-expander": "this.hostClass", "class.k-expanded": "this.expandedClass", "attr.dir": "this.direction" } }, providers: [
|
|
7258
7263
|
LocalizationService,
|
|
7259
7264
|
{
|
|
7260
7265
|
provide: L10N_PREFIX,
|
|
@@ -7293,7 +7298,7 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
7293
7298
|
</div>
|
|
7294
7299
|
</div>
|
|
7295
7300
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
7296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
|
|
7297
7302
|
type: Component,
|
|
7298
7303
|
args: [{
|
|
7299
7304
|
exportAs: 'kendoExpansionPanel',
|
|
@@ -7829,7 +7834,7 @@ class TileLayoutDraggingService {
|
|
|
7829
7834
|
reorderItems(event) {
|
|
7830
7835
|
const targets = getDropTarget(event);
|
|
7831
7836
|
const closestTile = targets.find(t => t !== this.draggedItemWrapper);
|
|
7832
|
-
|
|
7837
|
+
const tileOrder = closestTile ? +closestTile.style.order : +this.draggedItemWrapper.style.order;
|
|
7833
7838
|
if (this.tileLayoutSettings.autoFlow !== 'none') {
|
|
7834
7839
|
const deltaX = event.clientX - this.lastDragCursorOffset.x;
|
|
7835
7840
|
const deltaY = event.clientY - this.lastDragCursorOffset.y;
|
|
@@ -8016,59 +8021,12 @@ class TileLayoutDraggingService {
|
|
|
8016
8021
|
return hintHeight;
|
|
8017
8022
|
}
|
|
8018
8023
|
}
|
|
8019
|
-
TileLayoutDraggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8020
|
-
TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8024
|
+
TileLayoutDraggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutDraggingService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8025
|
+
TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutDraggingService });
|
|
8026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
|
|
8022
8027
|
type: Injectable
|
|
8023
8028
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
|
|
8024
8029
|
|
|
8025
|
-
/**
|
|
8026
|
-
* Holds the content of the header section of the TileLayoutItem component.
|
|
8027
|
-
* This is the area which can be dragged to reorder the items if reordering is enabled for this item.
|
|
8028
|
-
*/
|
|
8029
|
-
class TileLayoutItemHeaderComponent {
|
|
8030
|
-
constructor(hostEl, renderer) {
|
|
8031
|
-
this.hostEl = hostEl;
|
|
8032
|
-
this.renderer = renderer;
|
|
8033
|
-
this.hostClass = true;
|
|
8034
|
-
}
|
|
8035
|
-
/**
|
|
8036
|
-
* @hidden
|
|
8037
|
-
*/
|
|
8038
|
-
set reorderable(value) {
|
|
8039
|
-
const hostElement = this.hostEl.nativeElement;
|
|
8040
|
-
if (value) {
|
|
8041
|
-
this.renderer.addClass(hostElement, 'k-touch-action-none');
|
|
8042
|
-
this.renderer.removeClass(hostElement, 'k-touch-action-auto');
|
|
8043
|
-
}
|
|
8044
|
-
else {
|
|
8045
|
-
this.renderer.addClass(hostElement, 'k-touch-action-auto');
|
|
8046
|
-
this.renderer.removeClass(hostElement, 'k-touch-action-none');
|
|
8047
|
-
}
|
|
8048
|
-
}
|
|
8049
|
-
}
|
|
8050
|
-
TileLayoutItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
8051
|
-
TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: { reorderable: "reorderable" }, host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
8052
|
-
<ng-content></ng-content>
|
|
8053
|
-
`, isInline: true });
|
|
8054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
8055
|
-
type: Component,
|
|
8056
|
-
args: [{
|
|
8057
|
-
selector: 'kendo-tilelayout-item-header',
|
|
8058
|
-
template: `
|
|
8059
|
-
<ng-content></ng-content>
|
|
8060
|
-
`
|
|
8061
|
-
}]
|
|
8062
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
|
|
8063
|
-
type: HostBinding,
|
|
8064
|
-
args: ['class.k-tilelayout-item-header']
|
|
8065
|
-
}, {
|
|
8066
|
-
type: HostBinding,
|
|
8067
|
-
args: ['class.k-card-header']
|
|
8068
|
-
}], reorderable: [{
|
|
8069
|
-
type: Input
|
|
8070
|
-
}] } });
|
|
8071
|
-
|
|
8072
8030
|
/* eslint-disable no-unused-expressions */
|
|
8073
8031
|
/**
|
|
8074
8032
|
* @hidden
|
|
@@ -8113,12 +8071,11 @@ class TileLayoutKeyboardNavigationService {
|
|
|
8113
8071
|
}
|
|
8114
8072
|
}
|
|
8115
8073
|
onFocusOut(event, elem, focusableItems) {
|
|
8116
|
-
var _a;
|
|
8117
8074
|
const isTargetFocusable = focusableItems.includes(event.target);
|
|
8118
8075
|
const isRelatedTargetFocusable = focusableItems.includes(event.relatedTarget);
|
|
8119
8076
|
if (isTargetFocusable && !isRelatedTargetFocusable) {
|
|
8120
8077
|
this.changeTabIndex('-1', elem, focusableItems);
|
|
8121
|
-
|
|
8078
|
+
event.relatedTarget?.focus();
|
|
8122
8079
|
}
|
|
8123
8080
|
}
|
|
8124
8081
|
onClick(event, elem, focusableItems) {
|
|
@@ -8201,12 +8158,59 @@ class TileLayoutKeyboardNavigationService {
|
|
|
8201
8158
|
return items.find(item => item.order === focusedTile.order + offset);
|
|
8202
8159
|
}
|
|
8203
8160
|
}
|
|
8204
|
-
TileLayoutKeyboardNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8205
|
-
TileLayoutKeyboardNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8161
|
+
TileLayoutKeyboardNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutKeyboardNavigationService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8162
|
+
TileLayoutKeyboardNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutKeyboardNavigationService });
|
|
8163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
|
|
8207
8164
|
type: Injectable
|
|
8208
8165
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
|
|
8209
8166
|
|
|
8167
|
+
/**
|
|
8168
|
+
* Holds the content of the header section of the TileLayoutItem component.
|
|
8169
|
+
* This is the area which can be dragged to reorder the items if reordering is enabled for this item.
|
|
8170
|
+
*/
|
|
8171
|
+
class TileLayoutItemHeaderComponent {
|
|
8172
|
+
constructor(hostEl, renderer) {
|
|
8173
|
+
this.hostEl = hostEl;
|
|
8174
|
+
this.renderer = renderer;
|
|
8175
|
+
this.hostClass = true;
|
|
8176
|
+
}
|
|
8177
|
+
/**
|
|
8178
|
+
* @hidden
|
|
8179
|
+
*/
|
|
8180
|
+
set reorderable(value) {
|
|
8181
|
+
const hostElement = this.hostEl.nativeElement;
|
|
8182
|
+
if (value) {
|
|
8183
|
+
this.renderer.addClass(hostElement, 'k-touch-action-none');
|
|
8184
|
+
this.renderer.removeClass(hostElement, 'k-touch-action-auto');
|
|
8185
|
+
}
|
|
8186
|
+
else {
|
|
8187
|
+
this.renderer.addClass(hostElement, 'k-touch-action-auto');
|
|
8188
|
+
this.renderer.removeClass(hostElement, 'k-touch-action-none');
|
|
8189
|
+
}
|
|
8190
|
+
}
|
|
8191
|
+
}
|
|
8192
|
+
TileLayoutItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
8193
|
+
TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: { reorderable: "reorderable" }, host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
8194
|
+
<ng-content></ng-content>
|
|
8195
|
+
`, isInline: true });
|
|
8196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
8197
|
+
type: Component,
|
|
8198
|
+
args: [{
|
|
8199
|
+
selector: 'kendo-tilelayout-item-header',
|
|
8200
|
+
template: `
|
|
8201
|
+
<ng-content></ng-content>
|
|
8202
|
+
`
|
|
8203
|
+
}]
|
|
8204
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
|
|
8205
|
+
type: HostBinding,
|
|
8206
|
+
args: ['class.k-tilelayout-item-header']
|
|
8207
|
+
}, {
|
|
8208
|
+
type: HostBinding,
|
|
8209
|
+
args: ['class.k-card-header']
|
|
8210
|
+
}], reorderable: [{
|
|
8211
|
+
type: Input
|
|
8212
|
+
}] } });
|
|
8213
|
+
|
|
8210
8214
|
/**
|
|
8211
8215
|
* @hidden
|
|
8212
8216
|
*/
|
|
@@ -8244,9 +8248,9 @@ class TileLayoutResizeHandleDirective {
|
|
|
8244
8248
|
}
|
|
8245
8249
|
}
|
|
8246
8250
|
}
|
|
8247
|
-
TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8248
|
-
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
8249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8251
|
+
TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8252
|
+
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
8253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
8250
8254
|
type: Directive,
|
|
8251
8255
|
args: [{
|
|
8252
8256
|
selector: '[kendoTileLayoutResizeHandle]'
|
|
@@ -8366,9 +8370,8 @@ class TileLayoutItemComponent {
|
|
|
8366
8370
|
const elem = this.elem.nativeElement;
|
|
8367
8371
|
const keyboardNavigation = this.keyboardNavigationService;
|
|
8368
8372
|
this.subs.add(this.draggingService.reorderable.subscribe(reorderable => {
|
|
8369
|
-
var _a;
|
|
8370
8373
|
this.toggleCursorClass(reorderable && this.reorderable);
|
|
8371
|
-
if (
|
|
8374
|
+
if (this.headers?.first) {
|
|
8372
8375
|
this.headers.first.reorderable = reorderable && this.reorderable;
|
|
8373
8376
|
}
|
|
8374
8377
|
}));
|
|
@@ -8392,10 +8395,10 @@ class TileLayoutItemComponent {
|
|
|
8392
8395
|
}));
|
|
8393
8396
|
}
|
|
8394
8397
|
ngOnChanges(changes) {
|
|
8395
|
-
if (changes
|
|
8396
|
-
this.toggleCursorClass(changes
|
|
8398
|
+
if (changes['reorderable'] && !changes['reorderable'].firstChange) {
|
|
8399
|
+
this.toggleCursorClass(changes['reorderable'].currentValue && this.draggingService.reorderable.getValue());
|
|
8397
8400
|
}
|
|
8398
|
-
if (changes
|
|
8401
|
+
if (changes['resizable']) {
|
|
8399
8402
|
this.resizeDirections = this.resizable && this.draggingService.resizable.getValue() ?
|
|
8400
8403
|
this.rtl ? RTL_RESIZE_DIRECTIONS : RESIZE_DIRECTIONS : undefined;
|
|
8401
8404
|
}
|
|
@@ -8419,8 +8422,8 @@ class TileLayoutItemComponent {
|
|
|
8419
8422
|
}
|
|
8420
8423
|
}
|
|
8421
8424
|
}
|
|
8422
|
-
TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8423
|
-
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
8425
|
+
TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: TileLayoutDraggingService }, { token: TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8426
|
+
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TileLayoutItemComponent, selector: "kendo-tilelayout-item", inputs: { title: "title", rowSpan: "rowSpan", colSpan: "colSpan", order: "order", col: "col", row: "row", reorderable: "reorderable", resizable: "resizable" }, host: { properties: { "class.k-tilelayout-item": "this.itemClass", "class.k-card": "this.itemClass", "attr.role": "this.hostRole", "attr.aria-dropeffect": "this.hostDropEffect", "attr.tabindex": "this.hostTabindex", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.aria-grabbed": "this.hostGrabbed", "attr.aria-labelledby": "this.hostLabelledBy", "style.grid-column-end": "this.colEnd", "style.grid-row-end": "this.rowEnd", "style.grid-column-start": "this.colStart", "style.grid-row-start": "this.rowStart" } }, queries: [{ propertyName: "headers", predicate: TileLayoutItemHeaderComponent }], usesOnChanges: true, ngImport: i0, template: `
|
|
8424
8427
|
<kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
|
|
8425
8428
|
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
8426
8429
|
</kendo-tilelayout-item-header>
|
|
@@ -8435,7 +8438,7 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
8435
8438
|
</div>
|
|
8436
8439
|
</ng-container>
|
|
8437
8440
|
`, isInline: true, components: [{ type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: ["reorderable"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
|
|
8438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
|
|
8439
8442
|
type: Component,
|
|
8440
8443
|
args: [{
|
|
8441
8444
|
selector: 'kendo-tilelayout-item',
|
|
@@ -8660,26 +8663,26 @@ class TileLayoutComponent {
|
|
|
8660
8663
|
this.setItemsOrder();
|
|
8661
8664
|
}
|
|
8662
8665
|
ngOnChanges(changes) {
|
|
8663
|
-
if (changes
|
|
8666
|
+
if (changes['columns'] || changes['columnWidth']) {
|
|
8664
8667
|
this.applyColStyling();
|
|
8665
8668
|
}
|
|
8666
|
-
if (changes
|
|
8669
|
+
if (changes['rowHeight']) {
|
|
8667
8670
|
this.applyRowStyling();
|
|
8668
8671
|
}
|
|
8669
8672
|
if (isChanged('reorderable', changes)) {
|
|
8670
|
-
this.draggingService.reorderable.next(changes
|
|
8673
|
+
this.draggingService.reorderable.next(changes['reorderable'].currentValue);
|
|
8671
8674
|
}
|
|
8672
8675
|
if (isChanged('resizable', changes)) {
|
|
8673
|
-
this.draggingService.resizable.next(changes
|
|
8676
|
+
this.draggingService.resizable.next(changes['resizable'].currentValue);
|
|
8674
8677
|
}
|
|
8675
|
-
if (changes
|
|
8678
|
+
if (changes['gap'] || changes['autoFlow'] || changes['columns']) {
|
|
8676
8679
|
this.draggingService.tileLayoutSettings = this.draggingServiceConfig();
|
|
8677
|
-
if (changes
|
|
8678
|
-
this.applyAutoFlow(autoFlowClasses[changes
|
|
8680
|
+
if (changes['autoFlow']) {
|
|
8681
|
+
this.applyAutoFlow(autoFlowClasses[changes['autoFlow'].previousValue] || '', autoFlowClasses[changes['autoFlow'].currentValue]);
|
|
8679
8682
|
}
|
|
8680
8683
|
}
|
|
8681
8684
|
if (isChanged('navigable', changes)) {
|
|
8682
|
-
this.navigationService.navigable.next(changes
|
|
8685
|
+
this.navigationService.navigable.next(changes['navigable'].currentValue);
|
|
8683
8686
|
}
|
|
8684
8687
|
}
|
|
8685
8688
|
ngOnDestroy() {
|
|
@@ -8742,8 +8745,8 @@ class TileLayoutComponent {
|
|
|
8742
8745
|
});
|
|
8743
8746
|
}
|
|
8744
8747
|
}
|
|
8745
|
-
TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8746
|
-
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
8748
|
+
TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: TileLayoutDraggingService }, { token: TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8749
|
+
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TileLayoutComponent, selector: "kendo-tilelayout", inputs: { columns: "columns", columnWidth: "columnWidth", gap: "gap", reorderable: "reorderable", resizable: "resizable", rowHeight: "rowHeight", autoFlow: "autoFlow", navigable: "navigable" }, outputs: { reorder: "reorder", resize: "resize" }, host: { properties: { "class.k-widget": "this.hostClass", "class.k-tilelayout": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
8747
8750
|
LocalizationService,
|
|
8748
8751
|
TileLayoutDraggingService,
|
|
8749
8752
|
TileLayoutKeyboardNavigationService,
|
|
@@ -8762,7 +8765,7 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
8762
8765
|
[style.gridRowStart]="currentRowStart"
|
|
8763
8766
|
[style.zIndex]="'1'"></div>
|
|
8764
8767
|
`, isInline: true });
|
|
8765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
8766
8769
|
type: Component,
|
|
8767
8770
|
args: [{
|
|
8768
8771
|
selector: 'kendo-tilelayout',
|
|
@@ -8842,11 +8845,11 @@ class TileLayoutItemBodyComponent {
|
|
|
8842
8845
|
this.minHeight = 0;
|
|
8843
8846
|
}
|
|
8844
8847
|
}
|
|
8845
|
-
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8846
|
-
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
8848
|
+
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8849
|
+
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TileLayoutItemBodyComponent, selector: "kendo-tilelayout-item-body", host: { properties: { "class.k-tilelayout-item-body": "this.hostClass", "class.k-card-body": "this.hostClass", "style.min-height": "this.minHeight" } }, ngImport: i0, template: `
|
|
8847
8850
|
<ng-content></ng-content>
|
|
8848
8851
|
`, isInline: true });
|
|
8849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
|
|
8850
8853
|
type: Component,
|
|
8851
8854
|
args: [{
|
|
8852
8855
|
selector: 'kendo-tilelayout-item-body',
|
|
@@ -8877,10 +8880,10 @@ const declarations$a = [
|
|
|
8877
8880
|
*/
|
|
8878
8881
|
class AvatarModule {
|
|
8879
8882
|
}
|
|
8880
|
-
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8881
|
-
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
8882
|
-
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
8883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8883
|
+
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8884
|
+
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarModule, declarations: [AvatarComponent], imports: [CommonModule], exports: [AvatarComponent] });
|
|
8885
|
+
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarModule, imports: [[CommonModule]] });
|
|
8886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarModule, decorators: [{
|
|
8884
8887
|
type: NgModule,
|
|
8885
8888
|
args: [{
|
|
8886
8889
|
declarations: [declarations$a],
|
|
@@ -8910,8 +8913,8 @@ const declarations$9 = [...exportedModules$9];
|
|
|
8910
8913
|
*/
|
|
8911
8914
|
class CardModule {
|
|
8912
8915
|
}
|
|
8913
|
-
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8914
|
-
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
8916
|
+
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8917
|
+
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardModule, declarations: [CardComponent,
|
|
8915
8918
|
CardHeaderComponent,
|
|
8916
8919
|
CardBodyComponent,
|
|
8917
8920
|
CardFooterComponent,
|
|
@@ -8926,8 +8929,8 @@ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12
|
|
|
8926
8929
|
CardSubtitleDirective,
|
|
8927
8930
|
CardSeparatorDirective,
|
|
8928
8931
|
CardMediaDirective] });
|
|
8929
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
8930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8932
|
+
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardModule, imports: [[CommonModule]] });
|
|
8933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardModule, decorators: [{
|
|
8931
8934
|
type: NgModule,
|
|
8932
8935
|
args: [{
|
|
8933
8936
|
declarations: [declarations$9],
|
|
@@ -8959,8 +8962,8 @@ const declarations$8 = [
|
|
|
8959
8962
|
*/
|
|
8960
8963
|
class DrawerModule {
|
|
8961
8964
|
}
|
|
8962
|
-
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8963
|
-
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
8965
|
+
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8966
|
+
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
|
|
8964
8967
|
DrawerListComponent, DrawerComponent,
|
|
8965
8968
|
DrawerContainerComponent,
|
|
8966
8969
|
DrawerContentComponent, DrawerTemplateDirective,
|
|
@@ -8972,8 +8975,8 @@ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
8972
8975
|
DrawerHeaderTemplateDirective,
|
|
8973
8976
|
DrawerFooterTemplateDirective,
|
|
8974
8977
|
DrawerItemTemplateDirective] });
|
|
8975
|
-
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
8976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8978
|
+
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, imports: [[CommonModule]] });
|
|
8979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, decorators: [{
|
|
8977
8980
|
type: NgModule,
|
|
8978
8981
|
args: [{
|
|
8979
8982
|
declarations: [declarations$8],
|
|
@@ -8995,12 +8998,12 @@ const declarations$7 = [
|
|
|
8995
8998
|
*/
|
|
8996
8999
|
class ExpansionPanelModule {
|
|
8997
9000
|
}
|
|
8998
|
-
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8999
|
-
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9001
|
+
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9002
|
+
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
|
|
9000
9003
|
ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule], exports: [ExpansionPanelComponent,
|
|
9001
9004
|
ExpansionPanelTitleDirective] });
|
|
9002
|
-
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9005
|
+
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, imports: [[CommonModule, EventsModule]] });
|
|
9006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
9004
9007
|
type: NgModule,
|
|
9005
9008
|
args: [{
|
|
9006
9009
|
declarations: [declarations$7],
|
|
@@ -9032,8 +9035,8 @@ const declarations$6 = [
|
|
|
9032
9035
|
*/
|
|
9033
9036
|
class PanelBarModule {
|
|
9034
9037
|
}
|
|
9035
|
-
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9036
|
-
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9038
|
+
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9039
|
+
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
|
|
9037
9040
|
PanelBarItemComponent,
|
|
9038
9041
|
PanelBarContentDirective,
|
|
9039
9042
|
PanelBarItemTemplateDirective,
|
|
@@ -9042,8 +9045,8 @@ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9042
9045
|
PanelBarContentDirective,
|
|
9043
9046
|
PanelBarItemTemplateDirective,
|
|
9044
9047
|
PanelBarItemTitleDirective] });
|
|
9045
|
-
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9048
|
+
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarModule, imports: [[CommonModule]] });
|
|
9049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
9047
9050
|
type: NgModule,
|
|
9048
9051
|
args: [{
|
|
9049
9052
|
declarations: [declarations$6],
|
|
@@ -9070,16 +9073,16 @@ const declarations$5 = [
|
|
|
9070
9073
|
*/
|
|
9071
9074
|
class SplitterModule {
|
|
9072
9075
|
}
|
|
9073
|
-
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9074
|
-
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9076
|
+
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9077
|
+
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
|
|
9075
9078
|
SplitterPaneComponent], imports: [CommonModule,
|
|
9076
9079
|
DraggableModule], exports: [SplitterComponent,
|
|
9077
9080
|
SplitterPaneComponent] });
|
|
9078
|
-
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9081
|
+
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterModule, imports: [[
|
|
9079
9082
|
CommonModule,
|
|
9080
9083
|
DraggableModule
|
|
9081
9084
|
]] });
|
|
9082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterModule, decorators: [{
|
|
9083
9086
|
type: NgModule,
|
|
9084
9087
|
args: [{
|
|
9085
9088
|
declarations: [declarations$5],
|
|
@@ -9113,8 +9116,8 @@ const declarations$4 = [
|
|
|
9113
9116
|
*/
|
|
9114
9117
|
class StepperModule {
|
|
9115
9118
|
}
|
|
9116
|
-
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9117
|
-
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9119
|
+
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9120
|
+
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
|
|
9118
9121
|
StepperListComponent,
|
|
9119
9122
|
LocalizedStepperMessagesDirective, StepperComponent,
|
|
9120
9123
|
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
@@ -9123,8 +9126,8 @@ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9123
9126
|
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
9124
9127
|
StepperLabelTemplateDirective,
|
|
9125
9128
|
StepperIndicatorTemplateDirective] });
|
|
9126
|
-
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9129
|
+
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, imports: [[CommonModule, ProgressBarModule]] });
|
|
9130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, decorators: [{
|
|
9128
9131
|
type: NgModule,
|
|
9129
9132
|
args: [{
|
|
9130
9133
|
declarations: [declarations$4],
|
|
@@ -9158,8 +9161,8 @@ const declarations$3 = [
|
|
|
9158
9161
|
*/
|
|
9159
9162
|
class TabStripModule {
|
|
9160
9163
|
}
|
|
9161
|
-
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9162
|
-
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9164
|
+
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9165
|
+
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
|
|
9163
9166
|
TabStripTabComponent,
|
|
9164
9167
|
TabContentDirective,
|
|
9165
9168
|
TabTitleDirective,
|
|
@@ -9172,8 +9175,8 @@ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9172
9175
|
TabComponent,
|
|
9173
9176
|
TabStripCustomMessagesComponent,
|
|
9174
9177
|
LocalizedTabStripMessagesDirective] });
|
|
9175
|
-
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9178
|
+
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule]] });
|
|
9179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripModule, decorators: [{
|
|
9177
9180
|
type: NgModule,
|
|
9178
9181
|
args: [{
|
|
9179
9182
|
declarations: [declarations$3],
|
|
@@ -9204,8 +9207,8 @@ const declarations$2 = [
|
|
|
9204
9207
|
*/
|
|
9205
9208
|
class TileLayoutModule {
|
|
9206
9209
|
}
|
|
9207
|
-
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9208
|
-
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9210
|
+
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9211
|
+
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
|
|
9209
9212
|
TileLayoutItemComponent,
|
|
9210
9213
|
TileLayoutItemHeaderComponent,
|
|
9211
9214
|
TileLayoutItemBodyComponent,
|
|
@@ -9214,8 +9217,8 @@ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
9214
9217
|
TileLayoutItemHeaderComponent,
|
|
9215
9218
|
TileLayoutItemBodyComponent,
|
|
9216
9219
|
TileLayoutResizeHandleDirective] });
|
|
9217
|
-
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9220
|
+
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule]] });
|
|
9221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
9219
9222
|
type: NgModule,
|
|
9220
9223
|
args: [{
|
|
9221
9224
|
declarations: [declarations$2],
|
|
@@ -9253,7 +9256,7 @@ const normalizeGap = (gap) => {
|
|
|
9253
9256
|
return { cols: gap, rows: gap };
|
|
9254
9257
|
}
|
|
9255
9258
|
else {
|
|
9256
|
-
|
|
9259
|
+
const parsedGap = {};
|
|
9257
9260
|
parsedGap.rows = gap.rows ? gap.rows : 0;
|
|
9258
9261
|
parsedGap.cols = gap.cols ? gap.cols : 0;
|
|
9259
9262
|
return parsedGap;
|
|
@@ -9267,8 +9270,8 @@ const generateGapStyle = (gap) => {
|
|
|
9267
9270
|
return typeof gap.rows === 'number' ? `${gap.rows}px` : gap.rows;
|
|
9268
9271
|
}
|
|
9269
9272
|
else {
|
|
9270
|
-
|
|
9271
|
-
|
|
9273
|
+
const rowStyle = `${typeof gap.rows === 'number' ? gap.rows + 'px' : gap.rows}`;
|
|
9274
|
+
const colStyle = `${typeof gap.cols === 'number' ? gap.cols + 'px' : gap.cols}`;
|
|
9272
9275
|
return `${rowStyle} ${colStyle}`;
|
|
9273
9276
|
}
|
|
9274
9277
|
};
|
|
@@ -9276,7 +9279,7 @@ const generateGapStyle = (gap) => {
|
|
|
9276
9279
|
* @hidden
|
|
9277
9280
|
*/
|
|
9278
9281
|
const generateGridStyle = (items, itemType) => {
|
|
9279
|
-
|
|
9282
|
+
const styling = [];
|
|
9280
9283
|
items.forEach((item) => {
|
|
9281
9284
|
if (typeof item === 'number') {
|
|
9282
9285
|
styling.push(`${item}px`);
|
|
@@ -9410,8 +9413,8 @@ class StackLayoutComponent {
|
|
|
9410
9413
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
9411
9414
|
}
|
|
9412
9415
|
}
|
|
9413
|
-
StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9414
|
-
StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
9416
|
+
StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9417
|
+
StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StackLayoutComponent, selector: "kendo-stacklayout", inputs: { align: "align", gap: "gap", orientation: "orientation" }, host: { properties: { "class.k-stack-layout": "this.hostClass", "class.k-hstack": "this.horizontalClass", "class.k-vstack": "this.verticalClass", "attr.dir": "this.dir" } }, providers: [
|
|
9415
9418
|
LocalizationService,
|
|
9416
9419
|
{
|
|
9417
9420
|
provide: L10N_PREFIX,
|
|
@@ -9420,7 +9423,7 @@ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
9420
9423
|
], exportAs: ["kendoStackLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
9421
9424
|
<ng-content></ng-content>
|
|
9422
9425
|
`, isInline: true });
|
|
9423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutComponent, decorators: [{
|
|
9424
9427
|
type: Component,
|
|
9425
9428
|
args: [{
|
|
9426
9429
|
exportAs: 'kendoStackLayout',
|
|
@@ -9468,10 +9471,10 @@ const declarations$1 = [
|
|
|
9468
9471
|
*/
|
|
9469
9472
|
class StackLayoutModule {
|
|
9470
9473
|
}
|
|
9471
|
-
StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9472
|
-
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9473
|
-
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9474
|
+
StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9475
|
+
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutModule, declarations: [StackLayoutComponent], imports: [CommonModule], exports: [StackLayoutComponent] });
|
|
9476
|
+
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutModule, imports: [[CommonModule]] });
|
|
9477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutModule, decorators: [{
|
|
9475
9478
|
type: NgModule,
|
|
9476
9479
|
args: [{
|
|
9477
9480
|
declarations: [declarations$1],
|
|
@@ -9545,8 +9548,8 @@ class GridLayoutComponent {
|
|
|
9545
9548
|
this.renderer.addClass(elem, this.alignClass);
|
|
9546
9549
|
}
|
|
9547
9550
|
setGap() {
|
|
9548
|
-
|
|
9549
|
-
|
|
9551
|
+
const parsedGap = normalizeGap(this.gap);
|
|
9552
|
+
const gapStyle = generateGapStyle(parsedGap);
|
|
9550
9553
|
this.renderer.setStyle(this.element.nativeElement, 'gap', gapStyle);
|
|
9551
9554
|
}
|
|
9552
9555
|
handleGridTemplateStyling(type) {
|
|
@@ -9566,8 +9569,8 @@ class GridLayoutComponent {
|
|
|
9566
9569
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
9567
9570
|
}
|
|
9568
9571
|
}
|
|
9569
|
-
GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9570
|
-
GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
9572
|
+
GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9573
|
+
GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: GridLayoutComponent, selector: "kendo-gridlayout", inputs: { rows: "rows", cols: "cols", gap: "gap", align: "align" }, host: { properties: { "class.k-grid-layout": "this.hostClass", "attr.dir": "this.dir" } }, providers: [
|
|
9571
9574
|
LocalizationService,
|
|
9572
9575
|
{
|
|
9573
9576
|
provide: L10N_PREFIX,
|
|
@@ -9576,7 +9579,7 @@ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9576
9579
|
], exportAs: ["kendoGridLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
9577
9580
|
<ng-content></ng-content>
|
|
9578
9581
|
`, isInline: true });
|
|
9579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutComponent, decorators: [{
|
|
9580
9583
|
type: Component,
|
|
9581
9584
|
args: [{
|
|
9582
9585
|
exportAs: 'kendoGridLayout',
|
|
@@ -9628,11 +9631,11 @@ class GridLayoutItemComponent {
|
|
|
9628
9631
|
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
9629
9632
|
}
|
|
9630
9633
|
}
|
|
9631
|
-
GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9632
|
-
GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
9634
|
+
GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutItemComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
9635
|
+
GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: GridLayoutItemComponent, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
|
|
9633
9636
|
<ng-content></ng-content>
|
|
9634
9637
|
`, isInline: true });
|
|
9635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
9636
9639
|
type: Component,
|
|
9637
9640
|
args: [{
|
|
9638
9641
|
selector: 'kendo-gridlayout-item',
|
|
@@ -9663,12 +9666,12 @@ const declarations = [
|
|
|
9663
9666
|
*/
|
|
9664
9667
|
class GridLayoutModule {
|
|
9665
9668
|
}
|
|
9666
|
-
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9667
|
-
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9669
|
+
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9670
|
+
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
|
|
9668
9671
|
GridLayoutItemComponent], imports: [CommonModule], exports: [GridLayoutComponent,
|
|
9669
9672
|
GridLayoutItemComponent] });
|
|
9670
|
-
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9673
|
+
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, imports: [[CommonModule]] });
|
|
9674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, decorators: [{
|
|
9672
9675
|
type: NgModule,
|
|
9673
9676
|
args: [{
|
|
9674
9677
|
declarations: [declarations],
|
|
@@ -9710,8 +9713,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
9710
9713
|
*/
|
|
9711
9714
|
class LayoutModule {
|
|
9712
9715
|
}
|
|
9713
|
-
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9714
|
-
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9716
|
+
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9717
|
+
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
|
|
9715
9718
|
CardModule,
|
|
9716
9719
|
DrawerModule,
|
|
9717
9720
|
PanelBarModule,
|
|
@@ -9722,7 +9725,7 @@ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
9722
9725
|
TileLayoutModule,
|
|
9723
9726
|
StackLayoutModule,
|
|
9724
9727
|
GridLayoutModule] });
|
|
9725
|
-
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9728
|
+
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
|
|
9726
9729
|
CardModule,
|
|
9727
9730
|
DrawerModule,
|
|
9728
9731
|
PanelBarModule,
|
|
@@ -9733,7 +9736,7 @@ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
9733
9736
|
TileLayoutModule,
|
|
9734
9737
|
StackLayoutModule,
|
|
9735
9738
|
GridLayoutModule] });
|
|
9736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, decorators: [{
|
|
9737
9740
|
type: NgModule,
|
|
9738
9741
|
args: [{
|
|
9739
9742
|
exports: [
|