@progress/kendo-angular-layout 7.2.0 → 11.0.0-develop.101
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/LICENSE.md +1 -1
- package/NOTICE.txt +4 -4
- package/README.md +1 -1
- 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} +24 -14
- 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 +9802 -0
- package/{fesm2015/kendo-angular-layout.js → fesm2020/progress-kendo-angular-layout.mjs} +391 -378
- 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 © 2023 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: 1673510513,
|
|
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,25 +6747,30 @@ 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">
|
|
6750
|
-
<button
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
[class.k-
|
|
6755
|
+
<button
|
|
6756
|
+
type="button"
|
|
6757
|
+
class="k-button k-button-md k-rounded-md"
|
|
6758
|
+
[class.k-button-solid]="!action.flat"
|
|
6759
|
+
[class.k-button-flat]="action.flat"
|
|
6760
|
+
[class.k-button-solid-base]="!action.primary && !action.flat"
|
|
6761
|
+
[class.k-button-solid-primary]="action.primary && !action.flat"
|
|
6762
|
+
[class.k-button-flat-base]="!action.primary && action.flat"
|
|
6763
|
+
[class.k-button-flat-primary]="action.primary && action.flat"
|
|
6754
6764
|
(click)="onClick(action)"
|
|
6755
6765
|
*ngFor="let action of actionsArray"
|
|
6756
6766
|
>
|
|
6757
|
-
{{ action.text }}
|
|
6767
|
+
<span class="k-button-text">{{ action.text }}</span>
|
|
6758
6768
|
</button>
|
|
6759
6769
|
</ng-container>
|
|
6760
6770
|
|
|
6761
6771
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
6762
6772
|
`, 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: "
|
|
6773
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardActionsComponent, decorators: [{
|
|
6764
6774
|
type: Component,
|
|
6765
6775
|
args: [{
|
|
6766
6776
|
selector: 'kendo-card-actions',
|
|
@@ -6768,14 +6778,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
6768
6778
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
6769
6779
|
|
|
6770
6780
|
<ng-container *ngIf="actionsArray">
|
|
6771
|
-
<button
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
[class.k-
|
|
6781
|
+
<button
|
|
6782
|
+
type="button"
|
|
6783
|
+
class="k-button k-button-md k-rounded-md"
|
|
6784
|
+
[class.k-button-solid]="!action.flat"
|
|
6785
|
+
[class.k-button-flat]="action.flat"
|
|
6786
|
+
[class.k-button-solid-base]="!action.primary && !action.flat"
|
|
6787
|
+
[class.k-button-solid-primary]="action.primary && !action.flat"
|
|
6788
|
+
[class.k-button-flat-base]="!action.primary && action.flat"
|
|
6789
|
+
[class.k-button-flat-primary]="action.primary && action.flat"
|
|
6775
6790
|
(click)="onClick(action)"
|
|
6776
6791
|
*ngFor="let action of actionsArray"
|
|
6777
6792
|
>
|
|
6778
|
-
{{ action.text }}
|
|
6793
|
+
<span class="k-button-text">{{ action.text }}</span>
|
|
6779
6794
|
</button>
|
|
6780
6795
|
</ng-container>
|
|
6781
6796
|
|
|
@@ -6835,9 +6850,9 @@ class CardSeparatorDirective {
|
|
|
6835
6850
|
return this.orientation === 'horizontal';
|
|
6836
6851
|
}
|
|
6837
6852
|
}
|
|
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: "
|
|
6853
|
+
CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6854
|
+
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 });
|
|
6855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardSeparatorDirective, decorators: [{
|
|
6841
6856
|
type: Directive,
|
|
6842
6857
|
args: [{
|
|
6843
6858
|
selector: '[kendoCardSeparator]'
|
|
@@ -6868,9 +6883,9 @@ class CardTitleDirective {
|
|
|
6868
6883
|
this.hostClass = true;
|
|
6869
6884
|
}
|
|
6870
6885
|
}
|
|
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: "
|
|
6886
|
+
CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6887
|
+
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 });
|
|
6888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardTitleDirective, decorators: [{
|
|
6874
6889
|
type: Directive,
|
|
6875
6890
|
args: [{
|
|
6876
6891
|
selector: '[kendoCardTitle]'
|
|
@@ -6888,9 +6903,9 @@ class CardSubtitleDirective {
|
|
|
6888
6903
|
this.hostClass = true;
|
|
6889
6904
|
}
|
|
6890
6905
|
}
|
|
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: "
|
|
6906
|
+
CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6907
|
+
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 });
|
|
6908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardSubtitleDirective, decorators: [{
|
|
6894
6909
|
type: Directive,
|
|
6895
6910
|
args: [{
|
|
6896
6911
|
selector: '[kendoCardSubtitle]'
|
|
@@ -6908,9 +6923,9 @@ class CardMediaDirective {
|
|
|
6908
6923
|
this.hostClass = true;
|
|
6909
6924
|
}
|
|
6910
6925
|
}
|
|
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: "
|
|
6926
|
+
CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6927
|
+
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 });
|
|
6928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardMediaDirective, decorators: [{
|
|
6914
6929
|
type: Directive,
|
|
6915
6930
|
args: [{
|
|
6916
6931
|
selector: '[kendoCardMedia]'
|
|
@@ -6937,9 +6952,9 @@ class ExpansionPanelTitleDirective {
|
|
|
6937
6952
|
this.templateRef = templateRef;
|
|
6938
6953
|
}
|
|
6939
6954
|
}
|
|
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: "
|
|
6955
|
+
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 });
|
|
6956
|
+
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
6957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
|
|
6943
6958
|
type: Directive,
|
|
6944
6959
|
args: [{
|
|
6945
6960
|
selector: '[kendoExpansionPanelTitleDirective]'
|
|
@@ -7253,8 +7268,8 @@ class ExpansionPanelComponent {
|
|
|
7253
7268
|
this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
|
|
7254
7269
|
}
|
|
7255
7270
|
}
|
|
7256
|
-
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7257
|
-
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
7271
|
+
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 });
|
|
7272
|
+
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
7273
|
LocalizationService,
|
|
7259
7274
|
{
|
|
7260
7275
|
provide: L10N_PREFIX,
|
|
@@ -7293,7 +7308,7 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
7293
7308
|
</div>
|
|
7294
7309
|
</div>
|
|
7295
7310
|
`, 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: "
|
|
7311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
|
|
7297
7312
|
type: Component,
|
|
7298
7313
|
args: [{
|
|
7299
7314
|
exportAs: 'kendoExpansionPanel',
|
|
@@ -7829,7 +7844,7 @@ class TileLayoutDraggingService {
|
|
|
7829
7844
|
reorderItems(event) {
|
|
7830
7845
|
const targets = getDropTarget(event);
|
|
7831
7846
|
const closestTile = targets.find(t => t !== this.draggedItemWrapper);
|
|
7832
|
-
|
|
7847
|
+
const tileOrder = closestTile ? +closestTile.style.order : +this.draggedItemWrapper.style.order;
|
|
7833
7848
|
if (this.tileLayoutSettings.autoFlow !== 'none') {
|
|
7834
7849
|
const deltaX = event.clientX - this.lastDragCursorOffset.x;
|
|
7835
7850
|
const deltaY = event.clientY - this.lastDragCursorOffset.y;
|
|
@@ -8016,59 +8031,12 @@ class TileLayoutDraggingService {
|
|
|
8016
8031
|
return hintHeight;
|
|
8017
8032
|
}
|
|
8018
8033
|
}
|
|
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: "
|
|
8034
|
+
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 });
|
|
8035
|
+
TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutDraggingService });
|
|
8036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
|
|
8022
8037
|
type: Injectable
|
|
8023
8038
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
|
|
8024
8039
|
|
|
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
8040
|
/* eslint-disable no-unused-expressions */
|
|
8073
8041
|
/**
|
|
8074
8042
|
* @hidden
|
|
@@ -8113,12 +8081,11 @@ class TileLayoutKeyboardNavigationService {
|
|
|
8113
8081
|
}
|
|
8114
8082
|
}
|
|
8115
8083
|
onFocusOut(event, elem, focusableItems) {
|
|
8116
|
-
var _a;
|
|
8117
8084
|
const isTargetFocusable = focusableItems.includes(event.target);
|
|
8118
8085
|
const isRelatedTargetFocusable = focusableItems.includes(event.relatedTarget);
|
|
8119
8086
|
if (isTargetFocusable && !isRelatedTargetFocusable) {
|
|
8120
8087
|
this.changeTabIndex('-1', elem, focusableItems);
|
|
8121
|
-
|
|
8088
|
+
event.relatedTarget?.focus();
|
|
8122
8089
|
}
|
|
8123
8090
|
}
|
|
8124
8091
|
onClick(event, elem, focusableItems) {
|
|
@@ -8201,12 +8168,59 @@ class TileLayoutKeyboardNavigationService {
|
|
|
8201
8168
|
return items.find(item => item.order === focusedTile.order + offset);
|
|
8202
8169
|
}
|
|
8203
8170
|
}
|
|
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: "
|
|
8171
|
+
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 });
|
|
8172
|
+
TileLayoutKeyboardNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutKeyboardNavigationService });
|
|
8173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
|
|
8207
8174
|
type: Injectable
|
|
8208
8175
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
|
|
8209
8176
|
|
|
8177
|
+
/**
|
|
8178
|
+
* Holds the content of the header section of the TileLayoutItem component.
|
|
8179
|
+
* This is the area which can be dragged to reorder the items if reordering is enabled for this item.
|
|
8180
|
+
*/
|
|
8181
|
+
class TileLayoutItemHeaderComponent {
|
|
8182
|
+
constructor(hostEl, renderer) {
|
|
8183
|
+
this.hostEl = hostEl;
|
|
8184
|
+
this.renderer = renderer;
|
|
8185
|
+
this.hostClass = true;
|
|
8186
|
+
}
|
|
8187
|
+
/**
|
|
8188
|
+
* @hidden
|
|
8189
|
+
*/
|
|
8190
|
+
set reorderable(value) {
|
|
8191
|
+
const hostElement = this.hostEl.nativeElement;
|
|
8192
|
+
if (value) {
|
|
8193
|
+
this.renderer.addClass(hostElement, 'k-touch-action-none');
|
|
8194
|
+
this.renderer.removeClass(hostElement, 'k-touch-action-auto');
|
|
8195
|
+
}
|
|
8196
|
+
else {
|
|
8197
|
+
this.renderer.addClass(hostElement, 'k-touch-action-auto');
|
|
8198
|
+
this.renderer.removeClass(hostElement, 'k-touch-action-none');
|
|
8199
|
+
}
|
|
8200
|
+
}
|
|
8201
|
+
}
|
|
8202
|
+
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 });
|
|
8203
|
+
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: `
|
|
8204
|
+
<ng-content></ng-content>
|
|
8205
|
+
`, isInline: true });
|
|
8206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
8207
|
+
type: Component,
|
|
8208
|
+
args: [{
|
|
8209
|
+
selector: 'kendo-tilelayout-item-header',
|
|
8210
|
+
template: `
|
|
8211
|
+
<ng-content></ng-content>
|
|
8212
|
+
`
|
|
8213
|
+
}]
|
|
8214
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
|
|
8215
|
+
type: HostBinding,
|
|
8216
|
+
args: ['class.k-tilelayout-item-header']
|
|
8217
|
+
}, {
|
|
8218
|
+
type: HostBinding,
|
|
8219
|
+
args: ['class.k-card-header']
|
|
8220
|
+
}], reorderable: [{
|
|
8221
|
+
type: Input
|
|
8222
|
+
}] } });
|
|
8223
|
+
|
|
8210
8224
|
/**
|
|
8211
8225
|
* @hidden
|
|
8212
8226
|
*/
|
|
@@ -8244,9 +8258,9 @@ class TileLayoutResizeHandleDirective {
|
|
|
8244
8258
|
}
|
|
8245
8259
|
}
|
|
8246
8260
|
}
|
|
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: "
|
|
8261
|
+
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 });
|
|
8262
|
+
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
8263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
8250
8264
|
type: Directive,
|
|
8251
8265
|
args: [{
|
|
8252
8266
|
selector: '[kendoTileLayoutResizeHandle]'
|
|
@@ -8366,9 +8380,8 @@ class TileLayoutItemComponent {
|
|
|
8366
8380
|
const elem = this.elem.nativeElement;
|
|
8367
8381
|
const keyboardNavigation = this.keyboardNavigationService;
|
|
8368
8382
|
this.subs.add(this.draggingService.reorderable.subscribe(reorderable => {
|
|
8369
|
-
var _a;
|
|
8370
8383
|
this.toggleCursorClass(reorderable && this.reorderable);
|
|
8371
|
-
if (
|
|
8384
|
+
if (this.headers?.first) {
|
|
8372
8385
|
this.headers.first.reorderable = reorderable && this.reorderable;
|
|
8373
8386
|
}
|
|
8374
8387
|
}));
|
|
@@ -8392,10 +8405,10 @@ class TileLayoutItemComponent {
|
|
|
8392
8405
|
}));
|
|
8393
8406
|
}
|
|
8394
8407
|
ngOnChanges(changes) {
|
|
8395
|
-
if (changes
|
|
8396
|
-
this.toggleCursorClass(changes
|
|
8408
|
+
if (changes['reorderable'] && !changes['reorderable'].firstChange) {
|
|
8409
|
+
this.toggleCursorClass(changes['reorderable'].currentValue && this.draggingService.reorderable.getValue());
|
|
8397
8410
|
}
|
|
8398
|
-
if (changes
|
|
8411
|
+
if (changes['resizable']) {
|
|
8399
8412
|
this.resizeDirections = this.resizable && this.draggingService.resizable.getValue() ?
|
|
8400
8413
|
this.rtl ? RTL_RESIZE_DIRECTIONS : RESIZE_DIRECTIONS : undefined;
|
|
8401
8414
|
}
|
|
@@ -8419,8 +8432,8 @@ class TileLayoutItemComponent {
|
|
|
8419
8432
|
}
|
|
8420
8433
|
}
|
|
8421
8434
|
}
|
|
8422
|
-
TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8423
|
-
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
8435
|
+
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 });
|
|
8436
|
+
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
8437
|
<kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
|
|
8425
8438
|
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
8426
8439
|
</kendo-tilelayout-item-header>
|
|
@@ -8435,7 +8448,7 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
8435
8448
|
</div>
|
|
8436
8449
|
</ng-container>
|
|
8437
8450
|
`, 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: "
|
|
8451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
|
|
8439
8452
|
type: Component,
|
|
8440
8453
|
args: [{
|
|
8441
8454
|
selector: 'kendo-tilelayout-item',
|
|
@@ -8660,26 +8673,26 @@ class TileLayoutComponent {
|
|
|
8660
8673
|
this.setItemsOrder();
|
|
8661
8674
|
}
|
|
8662
8675
|
ngOnChanges(changes) {
|
|
8663
|
-
if (changes
|
|
8676
|
+
if (changes['columns'] || changes['columnWidth']) {
|
|
8664
8677
|
this.applyColStyling();
|
|
8665
8678
|
}
|
|
8666
|
-
if (changes
|
|
8679
|
+
if (changes['rowHeight']) {
|
|
8667
8680
|
this.applyRowStyling();
|
|
8668
8681
|
}
|
|
8669
8682
|
if (isChanged('reorderable', changes)) {
|
|
8670
|
-
this.draggingService.reorderable.next(changes
|
|
8683
|
+
this.draggingService.reorderable.next(changes['reorderable'].currentValue);
|
|
8671
8684
|
}
|
|
8672
8685
|
if (isChanged('resizable', changes)) {
|
|
8673
|
-
this.draggingService.resizable.next(changes
|
|
8686
|
+
this.draggingService.resizable.next(changes['resizable'].currentValue);
|
|
8674
8687
|
}
|
|
8675
|
-
if (changes
|
|
8688
|
+
if (changes['gap'] || changes['autoFlow'] || changes['columns']) {
|
|
8676
8689
|
this.draggingService.tileLayoutSettings = this.draggingServiceConfig();
|
|
8677
|
-
if (changes
|
|
8678
|
-
this.applyAutoFlow(autoFlowClasses[changes
|
|
8690
|
+
if (changes['autoFlow']) {
|
|
8691
|
+
this.applyAutoFlow(autoFlowClasses[changes['autoFlow'].previousValue] || '', autoFlowClasses[changes['autoFlow'].currentValue]);
|
|
8679
8692
|
}
|
|
8680
8693
|
}
|
|
8681
8694
|
if (isChanged('navigable', changes)) {
|
|
8682
|
-
this.navigationService.navigable.next(changes
|
|
8695
|
+
this.navigationService.navigable.next(changes['navigable'].currentValue);
|
|
8683
8696
|
}
|
|
8684
8697
|
}
|
|
8685
8698
|
ngOnDestroy() {
|
|
@@ -8742,8 +8755,8 @@ class TileLayoutComponent {
|
|
|
8742
8755
|
});
|
|
8743
8756
|
}
|
|
8744
8757
|
}
|
|
8745
|
-
TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8746
|
-
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
8758
|
+
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 });
|
|
8759
|
+
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
8760
|
LocalizationService,
|
|
8748
8761
|
TileLayoutDraggingService,
|
|
8749
8762
|
TileLayoutKeyboardNavigationService,
|
|
@@ -8762,7 +8775,7 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
8762
8775
|
[style.gridRowStart]="currentRowStart"
|
|
8763
8776
|
[style.zIndex]="'1'"></div>
|
|
8764
8777
|
`, isInline: true });
|
|
8765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
8766
8779
|
type: Component,
|
|
8767
8780
|
args: [{
|
|
8768
8781
|
selector: 'kendo-tilelayout',
|
|
@@ -8842,11 +8855,11 @@ class TileLayoutItemBodyComponent {
|
|
|
8842
8855
|
this.minHeight = 0;
|
|
8843
8856
|
}
|
|
8844
8857
|
}
|
|
8845
|
-
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8846
|
-
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
8858
|
+
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8859
|
+
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
8860
|
<ng-content></ng-content>
|
|
8848
8861
|
`, isInline: true });
|
|
8849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
|
|
8850
8863
|
type: Component,
|
|
8851
8864
|
args: [{
|
|
8852
8865
|
selector: 'kendo-tilelayout-item-body',
|
|
@@ -8877,10 +8890,10 @@ const declarations$a = [
|
|
|
8877
8890
|
*/
|
|
8878
8891
|
class AvatarModule {
|
|
8879
8892
|
}
|
|
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: "
|
|
8893
|
+
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8894
|
+
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarModule, declarations: [AvatarComponent], imports: [CommonModule], exports: [AvatarComponent] });
|
|
8895
|
+
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarModule, imports: [[CommonModule]] });
|
|
8896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AvatarModule, decorators: [{
|
|
8884
8897
|
type: NgModule,
|
|
8885
8898
|
args: [{
|
|
8886
8899
|
declarations: [declarations$a],
|
|
@@ -8910,8 +8923,8 @@ const declarations$9 = [...exportedModules$9];
|
|
|
8910
8923
|
*/
|
|
8911
8924
|
class CardModule {
|
|
8912
8925
|
}
|
|
8913
|
-
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8914
|
-
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
8926
|
+
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8927
|
+
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardModule, declarations: [CardComponent,
|
|
8915
8928
|
CardHeaderComponent,
|
|
8916
8929
|
CardBodyComponent,
|
|
8917
8930
|
CardFooterComponent,
|
|
@@ -8926,8 +8939,8 @@ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12
|
|
|
8926
8939
|
CardSubtitleDirective,
|
|
8927
8940
|
CardSeparatorDirective,
|
|
8928
8941
|
CardMediaDirective] });
|
|
8929
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
8930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8942
|
+
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardModule, imports: [[CommonModule]] });
|
|
8943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CardModule, decorators: [{
|
|
8931
8944
|
type: NgModule,
|
|
8932
8945
|
args: [{
|
|
8933
8946
|
declarations: [declarations$9],
|
|
@@ -8959,8 +8972,8 @@ const declarations$8 = [
|
|
|
8959
8972
|
*/
|
|
8960
8973
|
class DrawerModule {
|
|
8961
8974
|
}
|
|
8962
|
-
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8963
|
-
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
8975
|
+
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8976
|
+
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
|
|
8964
8977
|
DrawerListComponent, DrawerComponent,
|
|
8965
8978
|
DrawerContainerComponent,
|
|
8966
8979
|
DrawerContentComponent, DrawerTemplateDirective,
|
|
@@ -8972,8 +8985,8 @@ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
8972
8985
|
DrawerHeaderTemplateDirective,
|
|
8973
8986
|
DrawerFooterTemplateDirective,
|
|
8974
8987
|
DrawerItemTemplateDirective] });
|
|
8975
|
-
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
8976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8988
|
+
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, imports: [[CommonModule]] });
|
|
8989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, decorators: [{
|
|
8977
8990
|
type: NgModule,
|
|
8978
8991
|
args: [{
|
|
8979
8992
|
declarations: [declarations$8],
|
|
@@ -8995,12 +9008,12 @@ const declarations$7 = [
|
|
|
8995
9008
|
*/
|
|
8996
9009
|
class ExpansionPanelModule {
|
|
8997
9010
|
}
|
|
8998
|
-
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8999
|
-
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9011
|
+
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9012
|
+
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
|
|
9000
9013
|
ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule], exports: [ExpansionPanelComponent,
|
|
9001
9014
|
ExpansionPanelTitleDirective] });
|
|
9002
|
-
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9015
|
+
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, imports: [[CommonModule, EventsModule]] });
|
|
9016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
9004
9017
|
type: NgModule,
|
|
9005
9018
|
args: [{
|
|
9006
9019
|
declarations: [declarations$7],
|
|
@@ -9032,8 +9045,8 @@ const declarations$6 = [
|
|
|
9032
9045
|
*/
|
|
9033
9046
|
class PanelBarModule {
|
|
9034
9047
|
}
|
|
9035
|
-
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9036
|
-
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9048
|
+
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9049
|
+
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
|
|
9037
9050
|
PanelBarItemComponent,
|
|
9038
9051
|
PanelBarContentDirective,
|
|
9039
9052
|
PanelBarItemTemplateDirective,
|
|
@@ -9042,8 +9055,8 @@ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9042
9055
|
PanelBarContentDirective,
|
|
9043
9056
|
PanelBarItemTemplateDirective,
|
|
9044
9057
|
PanelBarItemTitleDirective] });
|
|
9045
|
-
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9058
|
+
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarModule, imports: [[CommonModule]] });
|
|
9059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
9047
9060
|
type: NgModule,
|
|
9048
9061
|
args: [{
|
|
9049
9062
|
declarations: [declarations$6],
|
|
@@ -9070,16 +9083,16 @@ const declarations$5 = [
|
|
|
9070
9083
|
*/
|
|
9071
9084
|
class SplitterModule {
|
|
9072
9085
|
}
|
|
9073
|
-
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9074
|
-
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9086
|
+
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9087
|
+
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
|
|
9075
9088
|
SplitterPaneComponent], imports: [CommonModule,
|
|
9076
9089
|
DraggableModule], exports: [SplitterComponent,
|
|
9077
9090
|
SplitterPaneComponent] });
|
|
9078
|
-
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9091
|
+
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterModule, imports: [[
|
|
9079
9092
|
CommonModule,
|
|
9080
9093
|
DraggableModule
|
|
9081
9094
|
]] });
|
|
9082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SplitterModule, decorators: [{
|
|
9083
9096
|
type: NgModule,
|
|
9084
9097
|
args: [{
|
|
9085
9098
|
declarations: [declarations$5],
|
|
@@ -9113,8 +9126,8 @@ const declarations$4 = [
|
|
|
9113
9126
|
*/
|
|
9114
9127
|
class StepperModule {
|
|
9115
9128
|
}
|
|
9116
|
-
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9117
|
-
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9129
|
+
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9130
|
+
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
|
|
9118
9131
|
StepperListComponent,
|
|
9119
9132
|
LocalizedStepperMessagesDirective, StepperComponent,
|
|
9120
9133
|
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
@@ -9123,8 +9136,8 @@ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9123
9136
|
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
9124
9137
|
StepperLabelTemplateDirective,
|
|
9125
9138
|
StepperIndicatorTemplateDirective] });
|
|
9126
|
-
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9139
|
+
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, imports: [[CommonModule, ProgressBarModule]] });
|
|
9140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StepperModule, decorators: [{
|
|
9128
9141
|
type: NgModule,
|
|
9129
9142
|
args: [{
|
|
9130
9143
|
declarations: [declarations$4],
|
|
@@ -9158,8 +9171,8 @@ const declarations$3 = [
|
|
|
9158
9171
|
*/
|
|
9159
9172
|
class TabStripModule {
|
|
9160
9173
|
}
|
|
9161
|
-
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9162
|
-
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9174
|
+
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9175
|
+
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
|
|
9163
9176
|
TabStripTabComponent,
|
|
9164
9177
|
TabContentDirective,
|
|
9165
9178
|
TabTitleDirective,
|
|
@@ -9172,8 +9185,8 @@ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9172
9185
|
TabComponent,
|
|
9173
9186
|
TabStripCustomMessagesComponent,
|
|
9174
9187
|
LocalizedTabStripMessagesDirective] });
|
|
9175
|
-
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9188
|
+
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule]] });
|
|
9189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TabStripModule, decorators: [{
|
|
9177
9190
|
type: NgModule,
|
|
9178
9191
|
args: [{
|
|
9179
9192
|
declarations: [declarations$3],
|
|
@@ -9204,8 +9217,8 @@ const declarations$2 = [
|
|
|
9204
9217
|
*/
|
|
9205
9218
|
class TileLayoutModule {
|
|
9206
9219
|
}
|
|
9207
|
-
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9208
|
-
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9220
|
+
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9221
|
+
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
|
|
9209
9222
|
TileLayoutItemComponent,
|
|
9210
9223
|
TileLayoutItemHeaderComponent,
|
|
9211
9224
|
TileLayoutItemBodyComponent,
|
|
@@ -9214,8 +9227,8 @@ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
9214
9227
|
TileLayoutItemHeaderComponent,
|
|
9215
9228
|
TileLayoutItemBodyComponent,
|
|
9216
9229
|
TileLayoutResizeHandleDirective] });
|
|
9217
|
-
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9230
|
+
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule]] });
|
|
9231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
9219
9232
|
type: NgModule,
|
|
9220
9233
|
args: [{
|
|
9221
9234
|
declarations: [declarations$2],
|
|
@@ -9253,7 +9266,7 @@ const normalizeGap = (gap) => {
|
|
|
9253
9266
|
return { cols: gap, rows: gap };
|
|
9254
9267
|
}
|
|
9255
9268
|
else {
|
|
9256
|
-
|
|
9269
|
+
const parsedGap = {};
|
|
9257
9270
|
parsedGap.rows = gap.rows ? gap.rows : 0;
|
|
9258
9271
|
parsedGap.cols = gap.cols ? gap.cols : 0;
|
|
9259
9272
|
return parsedGap;
|
|
@@ -9267,8 +9280,8 @@ const generateGapStyle = (gap) => {
|
|
|
9267
9280
|
return typeof gap.rows === 'number' ? `${gap.rows}px` : gap.rows;
|
|
9268
9281
|
}
|
|
9269
9282
|
else {
|
|
9270
|
-
|
|
9271
|
-
|
|
9283
|
+
const rowStyle = `${typeof gap.rows === 'number' ? gap.rows + 'px' : gap.rows}`;
|
|
9284
|
+
const colStyle = `${typeof gap.cols === 'number' ? gap.cols + 'px' : gap.cols}`;
|
|
9272
9285
|
return `${rowStyle} ${colStyle}`;
|
|
9273
9286
|
}
|
|
9274
9287
|
};
|
|
@@ -9276,7 +9289,7 @@ const generateGapStyle = (gap) => {
|
|
|
9276
9289
|
* @hidden
|
|
9277
9290
|
*/
|
|
9278
9291
|
const generateGridStyle = (items, itemType) => {
|
|
9279
|
-
|
|
9292
|
+
const styling = [];
|
|
9280
9293
|
items.forEach((item) => {
|
|
9281
9294
|
if (typeof item === 'number') {
|
|
9282
9295
|
styling.push(`${item}px`);
|
|
@@ -9410,8 +9423,8 @@ class StackLayoutComponent {
|
|
|
9410
9423
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
9411
9424
|
}
|
|
9412
9425
|
}
|
|
9413
|
-
StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9414
|
-
StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
9426
|
+
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 });
|
|
9427
|
+
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
9428
|
LocalizationService,
|
|
9416
9429
|
{
|
|
9417
9430
|
provide: L10N_PREFIX,
|
|
@@ -9420,7 +9433,7 @@ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
9420
9433
|
], exportAs: ["kendoStackLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
9421
9434
|
<ng-content></ng-content>
|
|
9422
9435
|
`, isInline: true });
|
|
9423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutComponent, decorators: [{
|
|
9424
9437
|
type: Component,
|
|
9425
9438
|
args: [{
|
|
9426
9439
|
exportAs: 'kendoStackLayout',
|
|
@@ -9468,10 +9481,10 @@ const declarations$1 = [
|
|
|
9468
9481
|
*/
|
|
9469
9482
|
class StackLayoutModule {
|
|
9470
9483
|
}
|
|
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: "
|
|
9484
|
+
StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9485
|
+
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutModule, declarations: [StackLayoutComponent], imports: [CommonModule], exports: [StackLayoutComponent] });
|
|
9486
|
+
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutModule, imports: [[CommonModule]] });
|
|
9487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutModule, decorators: [{
|
|
9475
9488
|
type: NgModule,
|
|
9476
9489
|
args: [{
|
|
9477
9490
|
declarations: [declarations$1],
|
|
@@ -9545,8 +9558,8 @@ class GridLayoutComponent {
|
|
|
9545
9558
|
this.renderer.addClass(elem, this.alignClass);
|
|
9546
9559
|
}
|
|
9547
9560
|
setGap() {
|
|
9548
|
-
|
|
9549
|
-
|
|
9561
|
+
const parsedGap = normalizeGap(this.gap);
|
|
9562
|
+
const gapStyle = generateGapStyle(parsedGap);
|
|
9550
9563
|
this.renderer.setStyle(this.element.nativeElement, 'gap', gapStyle);
|
|
9551
9564
|
}
|
|
9552
9565
|
handleGridTemplateStyling(type) {
|
|
@@ -9566,8 +9579,8 @@ class GridLayoutComponent {
|
|
|
9566
9579
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
9567
9580
|
}
|
|
9568
9581
|
}
|
|
9569
|
-
GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9570
|
-
GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
9582
|
+
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 });
|
|
9583
|
+
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
9584
|
LocalizationService,
|
|
9572
9585
|
{
|
|
9573
9586
|
provide: L10N_PREFIX,
|
|
@@ -9576,7 +9589,7 @@ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9576
9589
|
], exportAs: ["kendoGridLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
9577
9590
|
<ng-content></ng-content>
|
|
9578
9591
|
`, isInline: true });
|
|
9579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutComponent, decorators: [{
|
|
9580
9593
|
type: Component,
|
|
9581
9594
|
args: [{
|
|
9582
9595
|
exportAs: 'kendoGridLayout',
|
|
@@ -9628,11 +9641,11 @@ class GridLayoutItemComponent {
|
|
|
9628
9641
|
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
9629
9642
|
}
|
|
9630
9643
|
}
|
|
9631
|
-
GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9632
|
-
GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
9644
|
+
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 });
|
|
9645
|
+
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
9646
|
<ng-content></ng-content>
|
|
9634
9647
|
`, isInline: true });
|
|
9635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9648
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
9636
9649
|
type: Component,
|
|
9637
9650
|
args: [{
|
|
9638
9651
|
selector: 'kendo-gridlayout-item',
|
|
@@ -9663,12 +9676,12 @@ const declarations = [
|
|
|
9663
9676
|
*/
|
|
9664
9677
|
class GridLayoutModule {
|
|
9665
9678
|
}
|
|
9666
|
-
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9667
|
-
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9679
|
+
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9680
|
+
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
|
|
9668
9681
|
GridLayoutItemComponent], imports: [CommonModule], exports: [GridLayoutComponent,
|
|
9669
9682
|
GridLayoutItemComponent] });
|
|
9670
|
-
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9683
|
+
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, imports: [[CommonModule]] });
|
|
9684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, decorators: [{
|
|
9672
9685
|
type: NgModule,
|
|
9673
9686
|
args: [{
|
|
9674
9687
|
declarations: [declarations],
|
|
@@ -9710,8 +9723,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
9710
9723
|
*/
|
|
9711
9724
|
class LayoutModule {
|
|
9712
9725
|
}
|
|
9713
|
-
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9714
|
-
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
9726
|
+
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9727
|
+
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
|
|
9715
9728
|
CardModule,
|
|
9716
9729
|
DrawerModule,
|
|
9717
9730
|
PanelBarModule,
|
|
@@ -9722,7 +9735,7 @@ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
9722
9735
|
TileLayoutModule,
|
|
9723
9736
|
StackLayoutModule,
|
|
9724
9737
|
GridLayoutModule] });
|
|
9725
|
-
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9738
|
+
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
|
|
9726
9739
|
CardModule,
|
|
9727
9740
|
DrawerModule,
|
|
9728
9741
|
PanelBarModule,
|
|
@@ -9733,7 +9746,7 @@ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
9733
9746
|
TileLayoutModule,
|
|
9734
9747
|
StackLayoutModule,
|
|
9735
9748
|
GridLayoutModule] });
|
|
9736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, decorators: [{
|
|
9737
9750
|
type: NgModule,
|
|
9738
9751
|
args: [{
|
|
9739
9752
|
exports: [
|