@progress/kendo-angular-layout 7.2.0-dev.202211241203 → 11.0.0-develop.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.txt +3 -3
- package/avatar/avatar.component.d.ts +1 -1
- package/avatar/models/fill.d.ts +1 -1
- package/avatar/models/models.d.ts +1 -1
- package/avatar/models/rounded.d.ts +1 -1
- package/avatar/models/shape.d.ts +1 -1
- package/avatar/models/size.d.ts +1 -1
- package/avatar/models/theme-color.d.ts +1 -1
- package/avatar.module.d.ts +1 -1
- package/card/card-actions.component.d.ts +1 -1
- package/card/card-body.component.d.ts +1 -1
- package/card/card-footer.component.d.ts +1 -1
- package/card/card-header.component.d.ts +1 -1
- package/card/card.component.d.ts +1 -1
- package/card/directives/card-media.directive.d.ts +1 -1
- package/card/directives/card-separator.directive.d.ts +1 -1
- package/card/directives/card-subtitle.directive.d.ts +1 -1
- package/card/directives/card-title.directive.d.ts +1 -1
- package/card/models/actions-layout.d.ts +1 -1
- package/card/models/card-action.d.ts +1 -1
- package/card.module.d.ts +1 -1
- package/common/direction.d.ts +1 -1
- package/common/dom-queries.d.ts +1 -1
- package/common/orientation.d.ts +1 -1
- package/common/preventable-event.d.ts +1 -1
- package/common/styling-classes.d.ts +1 -1
- package/common/util.d.ts +1 -1
- package/drawer/animations.d.ts +1 -1
- package/drawer/drawer-container.component.d.ts +1 -1
- package/drawer/drawer-content.component.d.ts +1 -1
- package/drawer/drawer.component.d.ts +1 -1
- package/drawer/drawer.service.d.ts +1 -1
- package/drawer/events/drawer-list-select.event.d.ts +1 -1
- package/drawer/events/select-event.d.ts +1 -1
- package/drawer/item.component.d.ts +1 -1
- package/drawer/list.component.d.ts +1 -1
- package/drawer/models/constants.d.ts +2 -2
- package/drawer/models/drawer-animation.interface.d.ts +1 -1
- package/drawer/models/drawer-item-expand.interface.d.ts +1 -1
- package/drawer/models/drawer-item.interface.d.ts +1 -1
- package/drawer/models/drawer-view-item.interface.d.ts +1 -1
- package/drawer/models/mode.d.ts +1 -1
- package/drawer/models/position.d.ts +1 -1
- package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
- package/drawer/template-directives/footer-template.directive.d.ts +1 -1
- package/drawer/template-directives/header-template.directive.d.ts +1 -1
- package/drawer/template-directives/item-template.directive.d.ts +1 -1
- package/drawer/template-directives.d.ts +1 -1
- package/drawer/types.d.ts +1 -1
- package/drawer/util.d.ts +1 -1
- package/drawer.module.d.ts +1 -1
- package/{esm2015/avatar/avatar.component.js → esm2020/avatar/avatar.component.mjs} +5 -5
- package/{esm2015/avatar/models/size.js → esm2020/avatar/models/fill.mjs} +1 -1
- package/{esm2015/avatar/models/models.js → esm2020/avatar/models/models.mjs} +1 -1
- package/{esm2015/avatar/models/rounded.js → esm2020/avatar/models/rounded.mjs} +1 -1
- package/{esm2015/avatar/models/shape.js → esm2020/avatar/models/shape.mjs} +1 -1
- package/{esm2015/avatar/models/fill.js → esm2020/avatar/models/size.mjs} +1 -1
- package/esm2020/avatar/models/theme-color.mjs +5 -0
- package/{esm2015/avatar.module.js → esm2020/avatar.module.mjs} +5 -5
- package/{esm2015/card/card-actions.component.js → esm2020/card/card-actions.component.mjs} +4 -4
- package/{esm2015/card/card-body.component.js → esm2020/card/card-body.component.mjs} +4 -4
- package/{esm2015/card/card-footer.component.js → esm2020/card/card-footer.component.mjs} +4 -4
- package/{esm2015/card/card-header.component.js → esm2020/card/card-header.component.mjs} +4 -4
- package/{esm2015/card/card.component.js → esm2020/card/card.component.mjs} +4 -4
- package/{esm2015/card/directives/card-media.directive.js → esm2020/card/directives/card-media.directive.mjs} +4 -4
- package/{esm2015/card/directives/card-separator.directive.js → esm2020/card/directives/card-separator.directive.mjs} +4 -4
- package/{esm2015/card/directives/card-subtitle.directive.js → esm2020/card/directives/card-subtitle.directive.mjs} +4 -4
- package/{esm2015/card/directives/card-title.directive.js → esm2020/card/directives/card-title.directive.mjs} +4 -4
- package/esm2020/card/models/actions-layout.mjs +5 -0
- package/{esm2015/card/models/card-action.js → esm2020/card/models/card-action.mjs} +1 -1
- package/{esm2015/card.module.js → esm2020/card.module.mjs} +5 -5
- package/esm2020/common/direction.mjs +5 -0
- package/{esm2015/common/dom-queries.js → esm2020/common/dom-queries.mjs} +1 -1
- package/esm2020/common/orientation.mjs +5 -0
- package/{esm2015/common/preventable-event.js → esm2020/common/preventable-event.mjs} +1 -1
- package/esm2020/common/styling-classes.mjs +5 -0
- package/{esm2015/common/util.js → esm2020/common/util.mjs} +1 -1
- package/{esm2015/drawer/animations.js → esm2020/drawer/animations.mjs} +1 -1
- package/{esm2015/drawer/drawer-container.component.js → esm2020/drawer/drawer-container.component.mjs} +4 -4
- package/{esm2015/drawer/drawer-content.component.js → esm2020/drawer/drawer-content.component.mjs} +4 -4
- package/{esm2015/drawer/drawer.component.js → esm2020/drawer/drawer.component.mjs} +6 -5
- package/{esm2015/drawer/drawer.service.js → esm2020/drawer/drawer.service.mjs} +5 -5
- package/{esm2015/drawer/events/drawer-list-select.event.js → esm2020/drawer/events/drawer-list-select.event.mjs} +1 -1
- package/{esm2015/drawer/events/select-event.js → esm2020/drawer/events/select-event.mjs} +1 -1
- package/{esm2015/drawer/item.component.js → esm2020/drawer/item.component.mjs} +6 -5
- package/{esm2015/drawer/list.component.js → esm2020/drawer/list.component.mjs} +7 -7
- package/{esm2015/drawer/models/constants.js → esm2020/drawer/models/constants.mjs} +1 -1
- package/esm2020/drawer/models/drawer-animation.interface.mjs +5 -0
- package/esm2020/drawer/models/drawer-item-expand.interface.mjs +5 -0
- package/esm2020/drawer/models/drawer-item.interface.mjs +5 -0
- package/esm2020/drawer/models/drawer-view-item.interface.mjs +5 -0
- package/esm2020/drawer/models/mode.mjs +5 -0
- package/esm2020/drawer/models/position.mjs +5 -0
- package/{esm2015/drawer/template-directives/drawer-template.directive.js → esm2020/drawer/template-directives/drawer-template.directive.mjs} +5 -5
- package/{esm2015/drawer/template-directives/footer-template.directive.js → esm2020/drawer/template-directives/footer-template.directive.mjs} +5 -5
- package/{esm2015/drawer/template-directives/header-template.directive.js → esm2020/drawer/template-directives/header-template.directive.mjs} +5 -5
- package/{esm2015/drawer/template-directives/item-template.directive.js → esm2020/drawer/template-directives/item-template.directive.mjs} +5 -5
- package/{esm2015/drawer/template-directives.js → esm2020/drawer/template-directives.mjs} +1 -1
- package/esm2020/drawer/types.mjs +5 -0
- package/{esm2015/drawer/util.js → esm2020/drawer/util.mjs} +1 -1
- package/{esm2015/drawer.module.js → esm2020/drawer.module.mjs} +5 -5
- package/{esm2015/expansionpanel/animations.js → esm2020/expansionpanel/animations.mjs} +1 -1
- package/{esm2015/expansionpanel/events/action-event.js → esm2020/expansionpanel/events/action-event.mjs} +1 -1
- package/{esm2015/expansionpanel/expansionpanel-title.directive.js → esm2020/expansionpanel/expansionpanel-title.directive.mjs} +5 -5
- package/{esm2015/expansionpanel/expansionpanel.component.js → esm2020/expansionpanel/expansionpanel.component.mjs} +6 -5
- package/{esm2015/expansionpanel.module.js → esm2020/expansionpanel.module.mjs} +5 -5
- package/{esm2015/gridlayout.module.js → esm2020/gridlayout.module.mjs} +5 -5
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/{esm2015/layout.module.js → esm2020/layout.module.mjs} +5 -5
- package/{esm2015/layouts/grid-layout.component.js → esm2020/layouts/grid-layout.component.mjs} +7 -7
- package/{esm2015/layouts/gridlayout-item.component.js → esm2020/layouts/gridlayout-item.component.mjs} +5 -5
- package/esm2020/layouts/models/gridlayout-gap-settings.mjs +5 -0
- package/esm2020/layouts/models/gridlayout-row-col-size.mjs +5 -0
- package/esm2020/layouts/models/layout-align-settings.mjs +5 -0
- package/esm2020/layouts/models/layout-horizontal-align.mjs +5 -0
- package/esm2020/layouts/models/layout-vertical-align.mjs +5 -0
- package/{esm2015/layouts/models.js → esm2020/layouts/models.mjs} +1 -1
- package/{esm2015/layouts/stack-layout.component.js → esm2020/layouts/stack-layout.component.mjs} +5 -5
- package/{esm2015/layouts/util.js → esm2020/layouts/util.mjs} +5 -5
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +2 -2
- package/{esm2015/panelbar/events/collapse-event.js → esm2020/panelbar/events/collapse-event.mjs} +1 -1
- package/{esm2015/panelbar/events/expand-event.js → esm2020/panelbar/events/expand-event.mjs} +1 -1
- package/{esm2015/panelbar/events/select-event.js → esm2020/panelbar/events/select-event.mjs} +1 -1
- package/{esm2015/panelbar/events/state-change-event.js → esm2020/panelbar/events/state-change-event.mjs} +1 -1
- package/{esm2015/panelbar/events.js → esm2020/panelbar/events.mjs} +1 -1
- package/{esm2015/panelbar/panelbar-content.directive.js → esm2020/panelbar/panelbar-content.directive.mjs} +5 -5
- package/{esm2015/panelbar/panelbar-expand-mode.js → esm2020/panelbar/panelbar-expand-mode.mjs} +1 -1
- package/esm2020/panelbar/panelbar-item-model.mjs +5 -0
- package/{esm2015/panelbar/panelbar-item-template.directive.js → esm2020/panelbar/panelbar-item-template.directive.mjs} +5 -5
- package/{esm2015/panelbar/panelbar-item-title.directive.js → esm2020/panelbar/panelbar-item-title.directive.mjs} +5 -5
- package/{esm2015/panelbar/panelbar-item.component.js → esm2020/panelbar/panelbar-item.component.mjs} +7 -6
- package/{esm2015/panelbar/panelbar.component.js → esm2020/panelbar/panelbar.component.mjs} +16 -16
- package/{esm2015/panelbar/panelbar.service.js → esm2020/panelbar/panelbar.service.mjs} +4 -4
- package/{esm2015/panelbar.module.js → esm2020/panelbar.module.mjs} +5 -5
- package/{esm2015/kendo-angular-layout.js → esm2020/progress-kendo-angular-layout.mjs} +2 -2
- package/{esm2015/splitter/splitter-bar.component.js → esm2020/splitter/splitter-bar.component.mjs} +8 -6
- package/{esm2015/splitter/splitter-pane.component.js → esm2020/splitter/splitter-pane.component.mjs} +5 -5
- package/{esm2015/splitter/splitter.component.js → esm2020/splitter/splitter.component.mjs} +6 -6
- package/{esm2015/splitter/splitter.service.js → esm2020/splitter/splitter.service.mjs} +7 -7
- package/{esm2015/splitter/util.js → esm2020/splitter/util.mjs} +1 -1
- package/{esm2015/splitter.module.js → esm2020/splitter.module.mjs} +5 -5
- package/{esm2015/stacklayout.module.js → esm2020/stacklayout.module.mjs} +5 -5
- package/{esm2015/stepper/events/activate-event.js → esm2020/stepper/events/activate-event.mjs} +1 -1
- package/{esm2015/stepper/list.component.js → esm2020/stepper/list.component.mjs} +6 -5
- package/{esm2015/stepper/localization/custom-messages.component.js → esm2020/stepper/localization/custom-messages.component.mjs} +5 -4
- package/{esm2015/stepper/localization/localized-messages.directive.js → esm2020/stepper/localization/localized-messages.directive.mjs} +5 -4
- package/{esm2015/stepper/localization/messages.js → esm2020/stepper/localization/messages.mjs} +4 -4
- package/{esm2015/stepper/models/constants.js → esm2020/stepper/models/constants.mjs} +1 -1
- package/esm2020/stepper/models/orientation.mjs +5 -0
- package/esm2020/stepper/models/step-predicate.mjs +5 -0
- package/esm2020/stepper/models/step-type.mjs +5 -0
- package/esm2020/stepper/models/stepper-step.interface.mjs +5 -0
- package/{esm2015/stepper/step.component.js → esm2020/stepper/step.component.mjs} +8 -6
- package/{esm2015/stepper/stepper.component.js → esm2020/stepper/stepper.component.mjs} +7 -7
- package/{esm2015/stepper/stepper.service.js → esm2020/stepper/stepper.service.mjs} +6 -5
- package/{esm2015/stepper/template-directives/indicator-template.directive.js → esm2020/stepper/template-directives/indicator-template.directive.mjs} +5 -5
- package/{esm2015/stepper/template-directives/label-template.directive.js → esm2020/stepper/template-directives/label-template.directive.mjs} +5 -5
- package/{esm2015/stepper/template-directives/step-template.directive.js → esm2020/stepper/template-directives/step-template.directive.mjs} +5 -5
- package/{esm2015/stepper/template-directives.js → esm2020/stepper/template-directives.mjs} +1 -1
- package/esm2020/stepper/types.mjs +5 -0
- package/{esm2015/stepper.module.js → esm2020/stepper.module.mjs} +5 -5
- package/{esm2015/tabstrip/constants.js → esm2020/tabstrip/constants.mjs} +1 -1
- package/{esm2015/tabstrip/directives/tab-content.directive.js → esm2020/tabstrip/directives/tab-content.directive.mjs} +5 -5
- package/{esm2015/tabstrip/directives/tab-title.directive.js → esm2020/tabstrip/directives/tab-title.directive.mjs} +5 -5
- package/{esm2015/tabstrip/events/select-event.js → esm2020/tabstrip/events/select-event.mjs} +1 -1
- package/{esm2015/tabstrip/events/tabclose-event.js → esm2020/tabstrip/events/tabclose-event.mjs} +1 -1
- package/{esm2015/tabstrip/events/tabscroll-event.js → esm2020/tabstrip/events/tabscroll-event.mjs} +1 -1
- package/{esm2015/tabstrip/events.js → esm2020/tabstrip/events.mjs} +1 -1
- package/{esm2015/tabstrip/localization/custom-messages.component.js → esm2020/tabstrip/localization/custom-messages.component.mjs} +5 -4
- package/{esm2015/tabstrip/localization/localized-messages.directive.js → esm2020/tabstrip/localization/localized-messages.directive.mjs} +5 -4
- package/{esm2015/tabstrip/localization/messages.js → esm2020/tabstrip/localization/messages.mjs} +4 -4
- package/esm2020/tabstrip/models/button-state-change.mjs +5 -0
- package/esm2020/tabstrip/models/scroll-button-type.mjs +5 -0
- package/esm2020/tabstrip/models/scroll-buttons-visibility.mjs +5 -0
- package/{esm2015/tabstrip/models/scrollable-settings.js → esm2020/tabstrip/models/scrollable-settings.mjs} +1 -1
- package/esm2020/tabstrip/models/tab-alignment.mjs +5 -0
- package/esm2020/tabstrip/models/tab-position.mjs +5 -0
- package/{esm2015/tabstrip/models/tabstrip-tab.component.js → esm2020/tabstrip/models/tabstrip-tab.component.mjs} +4 -4
- package/{esm2015/tabstrip/rendering/tab.component.js → esm2020/tabstrip/rendering/tab.component.mjs} +6 -4
- package/{esm2015/tabstrip/scrollable-button.component.js → esm2020/tabstrip/scrollable-button.component.mjs} +5 -5
- package/{esm2015/tabstrip/tabstrip-scroll.service.js → esm2020/tabstrip/tabstrip-scroll.service.mjs} +6 -6
- package/{esm2015/tabstrip/tabstrip.component.js → esm2020/tabstrip/tabstrip.component.mjs} +18 -10
- package/{esm2015/tabstrip/tabstrip.service.js → esm2020/tabstrip/tabstrip.service.mjs} +7 -6
- package/{esm2015/tabstrip/util.js → esm2020/tabstrip/util.mjs} +1 -1
- package/{esm2015/tabstrip.module.js → esm2020/tabstrip.module.mjs} +5 -5
- package/{esm2015/tilelayout/constants.js → esm2020/tilelayout/constants.mjs} +1 -1
- package/{esm2015/tilelayout/dragging-service.js → esm2020/tilelayout/dragging-service.mjs} +7 -6
- package/{esm2015/tilelayout/keyboard-navigation.service.js → esm2020/tilelayout/keyboard-navigation.service.mjs} +7 -7
- package/esm2020/tilelayout/models/dragging-config.interface.mjs +5 -0
- package/esm2020/tilelayout/models/flowmode.type.mjs +5 -0
- package/esm2020/tilelayout/models/gap.interface.mjs +5 -0
- package/esm2020/tilelayout/models/navigation.interface.mjs +5 -0
- package/{esm2015/tilelayout/reorder-event.js → esm2020/tilelayout/reorder-event.mjs} +1 -1
- package/{esm2015/tilelayout/resize-event.js → esm2020/tilelayout/resize-event.mjs} +1 -1
- package/{esm2015/tilelayout/tilelayout-item-body.component.js → esm2020/tilelayout/tilelayout-item-body.component.mjs} +4 -4
- package/{esm2015/tilelayout/tilelayout-item-header.component.js → esm2020/tilelayout/tilelayout-item-header.component.mjs} +5 -5
- package/{esm2015/tilelayout/tilelayout-item.component.js → esm2020/tilelayout/tilelayout-item.component.mjs} +12 -10
- package/{esm2015/tilelayout/tilelayout-resize-handle.directive.js → esm2020/tilelayout/tilelayout-resize-handle.directive.mjs} +5 -5
- package/{esm2015/tilelayout/tilelayout.component.js → esm2020/tilelayout/tilelayout.component.mjs} +13 -13
- package/{esm2015/tilelayout/util.js → esm2020/tilelayout/util.mjs} +1 -1
- package/{esm2015/tilelayout.module.js → esm2020/tilelayout.module.mjs} +5 -5
- package/expansionpanel/animations.d.ts +1 -1
- package/expansionpanel/events/action-event.d.ts +1 -1
- package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
- package/expansionpanel/expansionpanel.component.d.ts +1 -1
- package/expansionpanel.module.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-layout.mjs +9792 -0
- package/{fesm2015/kendo-angular-layout.js → fesm2020/progress-kendo-angular-layout.mjs} +371 -368
- package/gridlayout.module.d.ts +1 -1
- package/{main.d.ts → index.d.ts} +1 -1
- package/layout.module.d.ts +1 -1
- package/layouts/grid-layout.component.d.ts +1 -1
- package/layouts/gridlayout-item.component.d.ts +1 -1
- package/layouts/models/gridlayout-gap-settings.d.ts +1 -1
- package/layouts/models/gridlayout-row-col-size.d.ts +1 -1
- package/layouts/models/layout-align-settings.d.ts +1 -1
- package/layouts/models/layout-horizontal-align.d.ts +1 -1
- package/layouts/models/layout-vertical-align.d.ts +1 -1
- package/layouts/models.d.ts +1 -1
- package/layouts/stack-layout.component.d.ts +1 -1
- package/layouts/util.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +30 -57
- package/panelbar/events/collapse-event.d.ts +1 -1
- package/panelbar/events/expand-event.d.ts +1 -1
- package/panelbar/events/select-event.d.ts +1 -1
- package/panelbar/events/state-change-event.d.ts +1 -1
- package/panelbar/events.d.ts +1 -1
- package/panelbar/panelbar-content.directive.d.ts +1 -1
- package/panelbar/panelbar-expand-mode.d.ts +1 -1
- package/panelbar/panelbar-item-model.d.ts +1 -1
- package/panelbar/panelbar-item-template.directive.d.ts +1 -1
- package/panelbar/panelbar-item-title.directive.d.ts +1 -1
- package/panelbar/panelbar-item.component.d.ts +1 -1
- package/panelbar/panelbar.component.d.ts +1 -1
- package/panelbar/panelbar.service.d.ts +1 -1
- package/panelbar.module.d.ts +1 -1
- package/{kendo-angular-layout.d.ts → progress-kendo-angular-layout.d.ts} +2 -2
- package/schematics/ngAdd/index.js +1 -5
- package/splitter/splitter-bar.component.d.ts +1 -1
- package/splitter/splitter-pane.component.d.ts +1 -1
- package/splitter/splitter.component.d.ts +2 -2
- package/splitter/splitter.service.d.ts +1 -1
- package/splitter/util.d.ts +1 -1
- package/splitter.module.d.ts +1 -1
- package/stacklayout.module.d.ts +1 -1
- package/stepper/events/activate-event.d.ts +1 -1
- package/stepper/list.component.d.ts +1 -1
- package/stepper/localization/custom-messages.component.d.ts +1 -1
- package/stepper/localization/localized-messages.directive.d.ts +1 -1
- package/stepper/localization/messages.d.ts +1 -1
- package/stepper/models/constants.d.ts +2 -2
- package/stepper/models/orientation.d.ts +1 -1
- package/stepper/models/step-predicate.d.ts +1 -1
- package/stepper/models/step-type.d.ts +1 -1
- package/stepper/models/stepper-step.interface.d.ts +1 -1
- package/stepper/step.component.d.ts +1 -1
- package/stepper/stepper.component.d.ts +1 -1
- package/stepper/stepper.service.d.ts +1 -1
- package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
- package/stepper/template-directives/label-template.directive.d.ts +1 -1
- package/stepper/template-directives/step-template.directive.d.ts +1 -1
- package/stepper/template-directives.d.ts +1 -1
- package/stepper/types.d.ts +1 -1
- package/stepper.module.d.ts +1 -1
- package/tabstrip/constants.d.ts +1 -1
- package/tabstrip/directives/tab-content.directive.d.ts +1 -1
- package/tabstrip/directives/tab-title.directive.d.ts +1 -1
- package/tabstrip/events/select-event.d.ts +1 -1
- package/tabstrip/events/tabclose-event.d.ts +1 -1
- package/tabstrip/events/tabscroll-event.d.ts +1 -1
- package/tabstrip/events.d.ts +1 -1
- package/tabstrip/localization/custom-messages.component.d.ts +1 -1
- package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
- package/tabstrip/localization/messages.d.ts +1 -1
- package/tabstrip/models/button-state-change.d.ts +1 -1
- package/tabstrip/models/scroll-button-type.d.ts +1 -1
- package/tabstrip/models/scroll-buttons-visibility.d.ts +1 -1
- package/tabstrip/models/scrollable-settings.d.ts +1 -1
- package/tabstrip/models/tab-alignment.d.ts +1 -1
- package/tabstrip/models/tab-position.d.ts +1 -1
- package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
- package/tabstrip/rendering/tab.component.d.ts +1 -1
- package/tabstrip/scrollable-button.component.d.ts +1 -1
- package/tabstrip/tabstrip-scroll.service.d.ts +1 -1
- package/tabstrip/tabstrip.component.d.ts +1 -1
- package/tabstrip/tabstrip.service.d.ts +1 -1
- package/tabstrip/util.d.ts +1 -1
- package/tabstrip.module.d.ts +1 -1
- package/tilelayout/constants.d.ts +4 -4
- package/tilelayout/dragging-service.d.ts +1 -1
- package/tilelayout/keyboard-navigation.service.d.ts +1 -1
- package/tilelayout/models/dragging-config.interface.d.ts +1 -1
- package/tilelayout/models/flowmode.type.d.ts +1 -1
- package/tilelayout/models/gap.interface.d.ts +1 -1
- package/tilelayout/models/navigation.interface.d.ts +1 -1
- package/tilelayout/reorder-event.d.ts +1 -1
- package/tilelayout/resize-event.d.ts +1 -1
- package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
- package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
- package/tilelayout/tilelayout-item.component.d.ts +1 -1
- package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
- package/tilelayout/tilelayout.component.d.ts +1 -1
- package/tilelayout/util.d.ts +1 -1
- package/tilelayout.module.d.ts +1 -1
- package/bundles/kendo-angular-layout.umd.js +0 -5
- package/esm2015/avatar/models/theme-color.js +0 -5
- package/esm2015/card/models/actions-layout.js +0 -5
- package/esm2015/common/direction.js +0 -5
- package/esm2015/common/orientation.js +0 -5
- package/esm2015/common/styling-classes.js +0 -5
- package/esm2015/drawer/models/drawer-animation.interface.js +0 -5
- package/esm2015/drawer/models/drawer-item-expand.interface.js +0 -5
- package/esm2015/drawer/models/drawer-item.interface.js +0 -5
- package/esm2015/drawer/models/drawer-view-item.interface.js +0 -5
- package/esm2015/drawer/models/mode.js +0 -5
- package/esm2015/drawer/models/position.js +0 -5
- package/esm2015/drawer/types.js +0 -5
- package/esm2015/layouts/models/gridlayout-gap-settings.js +0 -5
- package/esm2015/layouts/models/gridlayout-row-col-size.js +0 -5
- package/esm2015/layouts/models/layout-align-settings.js +0 -5
- package/esm2015/layouts/models/layout-horizontal-align.js +0 -5
- package/esm2015/layouts/models/layout-vertical-align.js +0 -5
- package/esm2015/panelbar/panelbar-item-model.js +0 -5
- package/esm2015/stepper/models/orientation.js +0 -5
- package/esm2015/stepper/models/step-predicate.js +0 -5
- package/esm2015/stepper/models/step-type.js +0 -5
- package/esm2015/stepper/models/stepper-step.interface.js +0 -5
- package/esm2015/stepper/types.js +0 -5
- package/esm2015/tabstrip/models/button-state-change.js +0 -5
- package/esm2015/tabstrip/models/scroll-button-type.js +0 -5
- package/esm2015/tabstrip/models/scroll-buttons-visibility.js +0 -5
- package/esm2015/tabstrip/models/tab-alignment.js +0 -5
- package/esm2015/tabstrip/models/tab-position.js +0 -5
- package/esm2015/tilelayout/models/dragging-config.interface.js +0 -5
- package/esm2015/tilelayout/models/flowmode.type.js +0 -5
- package/esm2015/tilelayout/models/gap.interface.js +0 -5
- package/esm2015/tilelayout/models/navigation.interface.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Optional } from '@angular/core';
|
|
5
|
+
import { Directive, Optional, TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a template that defines the footer content of the Drawer.
|
|
@@ -14,9 +14,9 @@ export class DrawerFooterTemplateDirective {
|
|
|
14
14
|
this.templateRef = templateRef;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
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 });
|
|
18
|
+
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
22
|
selector: '[kendoDrawerFooterTemplate]'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Optional } from '@angular/core';
|
|
5
|
+
import { Directive, Optional, TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a template that defines the header content of the Drawer.
|
|
@@ -14,9 +14,9 @@ export class DrawerHeaderTemplateDirective {
|
|
|
14
14
|
this.templateRef = templateRef;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
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 });
|
|
18
|
+
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
22
|
selector: '[kendoDrawerHeaderTemplate]'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Optional } from '@angular/core';
|
|
5
|
+
import { Directive, Optional, TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a template that defines the item content of the Drawer.
|
|
@@ -14,9 +14,9 @@ export class DrawerItemTemplateDirective {
|
|
|
14
14
|
this.templateRef = templateRef;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17
|
+
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 });
|
|
18
|
+
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
22
|
selector: '[kendoDrawerItemTemplate]'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { DrawerTemplateDirective } from './template-directives/drawer-template.directive';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
@@ -34,8 +34,8 @@ const declarations = [
|
|
|
34
34
|
*/
|
|
35
35
|
export class DrawerModule {
|
|
36
36
|
}
|
|
37
|
-
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
38
|
-
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
37
|
+
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
38
|
+
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
|
|
39
39
|
DrawerListComponent, DrawerComponent,
|
|
40
40
|
DrawerContainerComponent,
|
|
41
41
|
DrawerContentComponent, DrawerTemplateDirective,
|
|
@@ -47,8 +47,8 @@ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
47
47
|
DrawerHeaderTemplateDirective,
|
|
48
48
|
DrawerFooterTemplateDirective,
|
|
49
49
|
DrawerItemTemplateDirective] });
|
|
50
|
-
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
50
|
+
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, imports: [[CommonModule]] });
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DrawerModule, decorators: [{
|
|
52
52
|
type: NgModule,
|
|
53
53
|
args: [{
|
|
54
54
|
declarations: [declarations],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { animate, style } from '@angular/animations';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PreventableEvent } from "@progress/kendo-angular-common";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Optional } from '@angular/core';
|
|
5
|
+
import { Directive, Optional, TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a template that defines the content of the ExpansionPanel title.
|
|
@@ -15,9 +15,9 @@ export class ExpansionPanelTitleDirective {
|
|
|
15
15
|
this.templateRef = templateRef;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18
|
+
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 });
|
|
19
|
+
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
|
|
21
21
|
type: Directive,
|
|
22
22
|
args: [{
|
|
23
23
|
selector: '[kendoExpansionPanelTitleDirective]'
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { AnimationBuilder } from '@angular/animations';
|
|
5
6
|
import { isFocusable, hasClass } from './../common/dom-queries';
|
|
6
|
-
import { Component, ContentChild, EventEmitter, HostBinding, Input, Output, ViewChild } from '@angular/core';
|
|
7
|
+
import { Component, ContentChild, EventEmitter, HostBinding, Input, Output, ElementRef, Renderer2, NgZone, ViewChild } from '@angular/core';
|
|
7
8
|
import { ExpansionPanelTitleDirective } from './expansionpanel-title.directive';
|
|
8
9
|
import { collapse, expand } from './animations';
|
|
9
10
|
import { isPresent } from '../common/util';
|
|
@@ -291,8 +292,8 @@ export class ExpansionPanelComponent {
|
|
|
291
292
|
this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
|
|
292
293
|
}
|
|
293
294
|
}
|
|
294
|
-
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
295
|
-
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
295
|
+
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: i2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
296
|
+
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: [
|
|
296
297
|
LocalizationService,
|
|
297
298
|
{
|
|
298
299
|
provide: L10N_PREFIX,
|
|
@@ -331,7 +332,7 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
331
332
|
</div>
|
|
332
333
|
</div>
|
|
333
334
|
`, 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"] }] });
|
|
334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
|
|
335
336
|
type: Component,
|
|
336
337
|
args: [{
|
|
337
338
|
exportAs: 'kendoExpansionPanel',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { CommonModule } from '@angular/common';
|
|
@@ -21,12 +21,12 @@ const declarations = [
|
|
|
21
21
|
*/
|
|
22
22
|
export class ExpansionPanelModule {
|
|
23
23
|
}
|
|
24
|
-
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25
|
-
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
24
|
+
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
+
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
|
|
26
26
|
ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule], exports: [ExpansionPanelComponent,
|
|
27
27
|
ExpansionPanelTitleDirective] });
|
|
28
|
-
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, imports: [[CommonModule, EventsModule]] });
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
30
30
|
type: NgModule,
|
|
31
31
|
args: [{
|
|
32
32
|
declarations: [declarations],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
@@ -20,12 +20,12 @@ const declarations = [
|
|
|
20
20
|
*/
|
|
21
21
|
export class GridLayoutModule {
|
|
22
22
|
}
|
|
23
|
-
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24
|
-
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
23
|
+
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
|
|
25
25
|
GridLayoutItemComponent], imports: [CommonModule], exports: [GridLayoutComponent,
|
|
26
26
|
GridLayoutItemComponent] });
|
|
27
|
-
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27
|
+
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, imports: [[CommonModule]] });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutModule, decorators: [{
|
|
29
29
|
type: NgModule,
|
|
30
30
|
args: [{
|
|
31
31
|
declarations: [declarations],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { PanelBarComponent } from './panelbar/panelbar.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
@@ -48,8 +48,8 @@ import * as i0 from "@angular/core";
|
|
|
48
48
|
*/
|
|
49
49
|
export class LayoutModule {
|
|
50
50
|
}
|
|
51
|
-
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
52
|
-
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
51
|
+
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
52
|
+
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
|
|
53
53
|
CardModule,
|
|
54
54
|
DrawerModule,
|
|
55
55
|
PanelBarModule,
|
|
@@ -60,7 +60,7 @@ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
60
60
|
TileLayoutModule,
|
|
61
61
|
StackLayoutModule,
|
|
62
62
|
GridLayoutModule] });
|
|
63
|
-
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
63
|
+
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
|
|
64
64
|
CardModule,
|
|
65
65
|
DrawerModule,
|
|
66
66
|
PanelBarModule,
|
|
@@ -71,7 +71,7 @@ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
71
71
|
TileLayoutModule,
|
|
72
72
|
StackLayoutModule,
|
|
73
73
|
GridLayoutModule] });
|
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
74
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LayoutModule, decorators: [{
|
|
75
75
|
type: NgModule,
|
|
76
76
|
args: [{
|
|
77
77
|
exports: [
|
package/{esm2015/layouts/grid-layout.component.js → esm2020/layouts/grid-layout.component.mjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, HostBinding, Input, isDevMode } from '@angular/core';
|
|
5
|
+
import { Component, HostBinding, Input, Renderer2, ElementRef, isDevMode } from '@angular/core';
|
|
6
6
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
7
7
|
import { packageMetadata } from '../package-metadata';
|
|
8
8
|
import { ALIGN_PREFIX, generateGapStyle, generateGridStyle, GRID_JUSTIFY_PREFIX, normalizeGap, VERTICAL_SUFFIX, validateGridLayoutRowsCols } from './util';
|
|
@@ -76,8 +76,8 @@ export class GridLayoutComponent {
|
|
|
76
76
|
this.renderer.addClass(elem, this.alignClass);
|
|
77
77
|
}
|
|
78
78
|
setGap() {
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
const parsedGap = normalizeGap(this.gap);
|
|
80
|
+
const gapStyle = generateGapStyle(parsedGap);
|
|
81
81
|
this.renderer.setStyle(this.element.nativeElement, 'gap', gapStyle);
|
|
82
82
|
}
|
|
83
83
|
handleGridTemplateStyling(type) {
|
|
@@ -97,8 +97,8 @@ export class GridLayoutComponent {
|
|
|
97
97
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
101
|
-
GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
100
|
+
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 });
|
|
101
|
+
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: [
|
|
102
102
|
LocalizationService,
|
|
103
103
|
{
|
|
104
104
|
provide: L10N_PREFIX,
|
|
@@ -107,7 +107,7 @@ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
107
107
|
], exportAs: ["kendoGridLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
108
108
|
<ng-content></ng-content>
|
|
109
109
|
`, isInline: true });
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutComponent, decorators: [{
|
|
111
111
|
type: Component,
|
|
112
112
|
args: [{
|
|
113
113
|
exportAs: 'kendoGridLayout',
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, Input } from '@angular/core';
|
|
5
|
+
import { Component, Input, Renderer2, ElementRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class GridLayoutItemComponent {
|
|
8
8
|
constructor(renderer, element) {
|
|
@@ -24,11 +24,11 @@ export class GridLayoutItemComponent {
|
|
|
24
24
|
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
28
|
-
GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
27
|
+
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 });
|
|
28
|
+
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: `
|
|
29
29
|
<ng-content></ng-content>
|
|
30
30
|
`, isInline: true });
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
32
32
|
type: Component,
|
|
33
33
|
args: [{
|
|
34
34
|
selector: 'kendo-gridlayout-item',
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export * from './models/layout-align-settings';
|
package/{esm2015/layouts/stack-layout.component.js → esm2020/layouts/stack-layout.component.mjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, HostBinding, Input } from '@angular/core';
|
|
5
|
+
import { Component, HostBinding, Input, Renderer2, ElementRef } from '@angular/core';
|
|
6
6
|
import { VERTICAL_SUFFIX, ALIGN_PREFIX, JUSTIFY_PREFIX } from './util';
|
|
7
7
|
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { isNumber, isPresent } from '../common/util';
|
|
@@ -99,8 +99,8 @@ export class StackLayoutComponent {
|
|
|
99
99
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
103
|
-
StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
102
|
+
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 });
|
|
103
|
+
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: [
|
|
104
104
|
LocalizationService,
|
|
105
105
|
{
|
|
106
106
|
provide: L10N_PREFIX,
|
|
@@ -109,7 +109,7 @@ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
109
109
|
], exportAs: ["kendoStackLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
110
110
|
<ng-content></ng-content>
|
|
111
111
|
`, isInline: true });
|
|
112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StackLayoutComponent, decorators: [{
|
|
113
113
|
type: Component,
|
|
114
114
|
args: [{
|
|
115
115
|
exportAs: 'kendoStackLayout',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -31,7 +31,7 @@ export const normalizeGap = (gap) => {
|
|
|
31
31
|
return { cols: gap, rows: gap };
|
|
32
32
|
}
|
|
33
33
|
else {
|
|
34
|
-
|
|
34
|
+
const parsedGap = {};
|
|
35
35
|
parsedGap.rows = gap.rows ? gap.rows : 0;
|
|
36
36
|
parsedGap.cols = gap.cols ? gap.cols : 0;
|
|
37
37
|
return parsedGap;
|
|
@@ -45,8 +45,8 @@ export const generateGapStyle = (gap) => {
|
|
|
45
45
|
return typeof gap.rows === 'number' ? `${gap.rows}px` : gap.rows;
|
|
46
46
|
}
|
|
47
47
|
else {
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
const rowStyle = `${typeof gap.rows === 'number' ? gap.rows + 'px' : gap.rows}`;
|
|
49
|
+
const colStyle = `${typeof gap.cols === 'number' ? gap.cols + 'px' : gap.cols}`;
|
|
50
50
|
return `${rowStyle} ${colStyle}`;
|
|
51
51
|
}
|
|
52
52
|
};
|
|
@@ -54,7 +54,7 @@ export const generateGapStyle = (gap) => {
|
|
|
54
54
|
* @hidden
|
|
55
55
|
*/
|
|
56
56
|
export const generateGridStyle = (items, itemType) => {
|
|
57
|
-
|
|
57
|
+
const styling = [];
|
|
58
58
|
items.forEach((item) => {
|
|
59
59
|
if (typeof item === 'number') {
|
|
60
60
|
styling.push(`${item}px`);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-layout',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1672320779,
|
|
13
13
|
version: '',
|
|
14
14
|
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'
|
|
15
15
|
};
|
package/{esm2015/panelbar/events/collapse-event.js → esm2020/panelbar/events/collapse-event.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PreventableEvent } from '../../common/preventable-event';
|
package/{esm2015/panelbar/events/expand-event.js → esm2020/panelbar/events/expand-event.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PreventableEvent } from '../../common/preventable-event';
|
package/{esm2015/panelbar/events/select-event.js → esm2020/panelbar/events/select-event.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PreventableEvent } from '../../common/preventable-event';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { PanelBarCollapseEvent } from './events/collapse-event';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive } from '@angular/core';
|
|
5
|
+
import { Directive, TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the content template of the declaratively initialized PanelBar items.
|
|
@@ -13,9 +13,9 @@ export class PanelBarContentDirective {
|
|
|
13
13
|
this.templateRef = templateRef;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16
|
+
PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
+
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PanelBarContentDirective, decorators: [{
|
|
19
19
|
type: Directive,
|
|
20
20
|
args: [{
|
|
21
21
|
selector: "[kendoPanelBarContent]"
|
package/{esm2015/panelbar/panelbar-expand-mode.js → esm2020/panelbar/panelbar-expand-mode.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|