@progress/kendo-angular-layout 6.6.0 → 7.0.0-dev.202204150742
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/{dist/es2015/avatar → avatar}/avatar.component.d.ts +22 -16
- package/{dist/es2015/avatar → avatar}/models/fill.d.ts +1 -1
- package/{dist/es2015/avatar → avatar}/models/models.d.ts +0 -0
- package/{dist/es2015/avatar → avatar}/models/rounded.d.ts +1 -1
- package/{dist/es2015/avatar → avatar}/models/shape.d.ts +0 -0
- package/{dist/es2015/avatar → avatar}/models/size.d.ts +1 -1
- package/{dist/es2015/avatar → avatar}/models/theme-color.d.ts +1 -1
- package/{dist/es2015/avatar.module.d.ts → avatar.module.d.ts} +6 -0
- package/bundles/kendo-angular-layout.umd.js +5 -0
- package/{dist/es2015/card → card}/card-actions.component.d.ts +16 -9
- package/card/card-body.component.d.ts +13 -0
- package/{dist/es2015/card → card}/card-footer.component.d.ts +3 -0
- package/{dist/es2015/card → card}/card-header.component.d.ts +3 -0
- package/{dist/es2015/card → card}/card.component.d.ts +6 -3
- package/{dist/es2015/card → card}/directives/card-media.directive.d.ts +3 -0
- package/{dist/es2015/card → card}/directives/card-separator.directive.d.ts +5 -2
- package/{dist/es2015/card → card}/directives/card-subtitle.directive.d.ts +3 -0
- package/{dist/es2015/card → card}/directives/card-title.directive.d.ts +3 -0
- package/{dist/es2015/card → card}/models/actions-layout.d.ts +0 -0
- package/{dist/es2015/card → card}/models/card-action.d.ts +0 -0
- package/card.module.d.ts +24 -0
- package/{dist/es2015/common → common}/direction.d.ts +0 -0
- package/{dist/es2015/common → common}/dom-queries.d.ts +0 -0
- package/{dist/es2015/common → common}/orientation.d.ts +0 -0
- package/{dist/es2015/common → common}/preventable-event.d.ts +0 -0
- package/{dist/es2015/common → common}/styling-classes.d.ts +0 -0
- package/{dist/es2015/common → common}/util.d.ts +4 -4
- package/{dist/es2015/drawer → drawer}/animations.d.ts +0 -0
- package/{dist/es2015/drawer → drawer}/drawer-container.component.d.ts +9 -6
- package/{dist/es2015/drawer → drawer}/drawer-content.component.d.ts +3 -0
- package/{dist/es2015/drawer → drawer}/drawer.component.d.ts +17 -8
- package/{dist/es2015/drawer → drawer}/drawer.service.d.ts +3 -1
- package/drawer/events/drawer-list-select.event.d.ts +26 -0
- package/{dist/es2015/drawer → drawer}/events/select-event.d.ts +6 -2
- package/{dist/es2015/drawer → drawer}/item.component.d.ts +7 -4
- package/{dist/es2015/drawer → drawer}/list.component.d.ts +6 -1
- package/{dist/es2015/drawer → drawer}/models/constants.d.ts +0 -0
- package/{dist/es2015/drawer → drawer}/models/drawer-animation.interface.d.ts +1 -1
- package/{dist/es2015/drawer → drawer}/models/drawer-item.interface.d.ts +0 -0
- package/{dist/es2015/drawer → drawer}/models/mode.d.ts +0 -0
- package/{dist/es2015/drawer → drawer}/models/position.d.ts +0 -0
- package/{dist/es2015/drawer → drawer}/template-directives/drawer-template.directive.d.ts +3 -0
- package/{dist/es2015/drawer → drawer}/template-directives/footer-template.directive.d.ts +3 -0
- package/{dist/es2015/drawer → drawer}/template-directives/header-template.directive.d.ts +3 -0
- package/{dist/es2015/drawer → drawer}/template-directives/item-template.directive.d.ts +3 -0
- package/{dist/es2015/drawer → drawer}/template-directives.d.ts +0 -0
- package/{dist/es2015/drawer → drawer}/types.d.ts +0 -0
- package/{dist/es2015/drawer → drawer}/util.d.ts +0 -0
- package/drawer.module.d.ts +24 -0
- package/{dist/es2015 → esm2015}/avatar/avatar.component.js +97 -115
- package/{dist/es → esm2015}/avatar/models/fill.js +1 -0
- package/{dist/es/layouts → esm2015/avatar/models}/models.js +5 -0
- package/{dist/es2015 → esm2015}/avatar/models/rounded.js +1 -0
- package/{dist/es2015 → esm2015}/avatar/models/shape.js +1 -0
- package/{dist/es → esm2015}/avatar/models/size.js +1 -0
- package/{dist/es → esm2015}/avatar/models/theme-color.js +1 -0
- package/esm2015/avatar.module.js +31 -0
- package/esm2015/card/card-actions.component.js +145 -0
- package/esm2015/card/card-body.component.js +30 -0
- package/esm2015/card/card-footer.component.js +30 -0
- package/esm2015/card/card-header.component.js +30 -0
- package/esm2015/card/card.component.js +101 -0
- package/esm2015/card/directives/card-media.directive.js +25 -0
- package/esm2015/card/directives/card-separator.directive.js +52 -0
- package/esm2015/card/directives/card-subtitle.directive.js +25 -0
- package/esm2015/card/directives/card-title.directive.js +25 -0
- package/{dist/es → esm2015}/card/models/actions-layout.js +1 -0
- package/{dist/es2015 → esm2015}/card/models/card-action.js +0 -0
- package/{dist/es2015 → esm2015}/card.module.js +28 -11
- package/{dist/es → esm2015}/common/direction.js +1 -0
- package/{dist/es2015 → esm2015}/common/dom-queries.js +0 -3
- package/{dist/es → esm2015}/common/orientation.js +1 -0
- package/{dist/es2015 → esm2015}/common/preventable-event.js +0 -0
- package/{dist/es → esm2015}/common/styling-classes.js +1 -0
- package/{dist/es2015 → esm2015}/common/util.js +7 -9
- package/{dist/es2015 → esm2015}/drawer/animations.js +0 -0
- package/esm2015/drawer/drawer-container.component.js +109 -0
- package/esm2015/drawer/drawer-content.component.js +31 -0
- package/{dist/es2015 → esm2015}/drawer/drawer.component.js +124 -124
- package/{dist/es2015 → esm2015}/drawer/drawer.service.js +8 -20
- package/esm2015/drawer/events/drawer-list-select.event.js +17 -0
- package/{dist/es2015 → esm2015}/drawer/events/select-event.js +8 -1
- package/esm2015/drawer/item.component.js +121 -0
- package/{dist/es2015 → esm2015}/drawer/list.component.js +32 -34
- package/{dist/es2015 → esm2015}/drawer/models/constants.js +0 -0
- package/{dist/es → esm2015}/drawer/models/drawer-animation.interface.js +1 -0
- package/{dist/es → esm2015}/drawer/models/drawer-item.interface.js +1 -0
- package/{dist/es → esm2015}/drawer/models/mode.js +1 -0
- package/{dist/es → esm2015}/drawer/models/position.js +1 -0
- package/esm2015/drawer/template-directives/drawer-template.directive.js +28 -0
- package/esm2015/drawer/template-directives/footer-template.directive.js +26 -0
- package/esm2015/drawer/template-directives/header-template.directive.js +26 -0
- package/esm2015/drawer/template-directives/item-template.directive.js +26 -0
- package/{dist/es → esm2015}/drawer/template-directives.js +0 -0
- package/{dist/es → esm2015}/drawer/types.js +1 -0
- package/{dist/es2015 → esm2015}/drawer/util.js +0 -0
- package/{dist/es2015 → esm2015}/drawer.module.js +25 -11
- package/{dist/es2015 → esm2015}/expansionpanel/animations.js +0 -0
- package/{dist/es2015 → esm2015}/expansionpanel/events/action-event.js +8 -1
- package/esm2015/expansionpanel/expansionpanel-title.directive.js +27 -0
- package/{dist/es2015 → esm2015}/expansionpanel/expansionpanel.component.js +112 -119
- package/esm2015/expansionpanel.module.js +36 -0
- package/esm2015/gridlayout.module.js +35 -0
- package/esm2015/kendo-angular-layout.js +8 -0
- package/{dist/es2015 → esm2015}/layout.module.js +44 -21
- package/{dist/es2015 → esm2015}/layouts/grid-layout.component.js +44 -48
- package/esm2015/layouts/gridlayout-item.component.js +47 -0
- package/{dist/es → esm2015}/layouts/models/gridlayout-gap-settings.js +1 -0
- package/{dist/es → esm2015}/layouts/models/gridlayout-row-col-size.js +1 -0
- package/{dist/es → esm2015}/layouts/models/layout-align-settings.js +1 -0
- package/{dist/es → esm2015}/layouts/models/layout-horizontal-align.js +1 -0
- package/{dist/es → esm2015}/layouts/models/layout-vertical-align.js +1 -0
- package/{dist/es2015/layouts/models.d.ts → esm2015/layouts/models.js} +0 -0
- package/{dist/es2015 → esm2015}/layouts/stack-layout.component.js +48 -54
- package/{dist/es2015 → esm2015}/layouts/util.js +0 -0
- package/{dist/es → esm2015}/main.js +4 -0
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es2015 → esm2015}/panelbar/events/collapse-event.js +0 -0
- package/{dist/es2015 → esm2015}/panelbar/events/expand-event.js +0 -0
- package/{dist/es2015 → esm2015}/panelbar/events/select-event.js +0 -0
- package/{dist/es/stepper/models/constants.js → esm2015/panelbar/events/state-change-event.js} +3 -2
- package/{dist/es → esm2015}/panelbar/events.js +1 -0
- package/esm2015/panelbar/panelbar-content.directive.js +23 -0
- package/{dist/es → esm2015}/panelbar/panelbar-expand-mode.js +0 -0
- package/{dist/es → esm2015}/panelbar/panelbar-item-model.js +1 -0
- package/esm2015/panelbar/panelbar-item-template.directive.js +24 -0
- package/{dist/es2015 → esm2015}/panelbar/panelbar-item-title.directive.js +14 -12
- package/{dist/es2015 → esm2015}/panelbar/panelbar-item.component.js +233 -158
- package/{dist/es2015 → esm2015}/panelbar/panelbar.component.js +130 -147
- package/{dist/es2015 → esm2015}/panelbar/panelbar.service.js +8 -8
- package/{dist/es2015 → esm2015}/panelbar.module.js +22 -11
- package/{dist/es2015 → esm2015}/splitter/splitter-bar.component.js +60 -81
- package/{dist/es2015 → esm2015}/splitter/splitter-pane.component.js +53 -84
- package/{dist/es2015 → esm2015}/splitter/splitter.component.js +84 -69
- package/{dist/es2015 → esm2015}/splitter/splitter.service.js +9 -9
- package/{dist/es2015 → esm2015}/splitter.module.js +21 -12
- package/esm2015/stacklayout.module.js +31 -0
- package/{dist/es2015 → esm2015}/stepper/events/activate-event.js +8 -1
- package/esm2015/stepper/list.component.js +145 -0
- package/esm2015/stepper/localization/custom-messages.component.js +41 -0
- package/esm2015/stepper/localization/localized-messages.directive.js +38 -0
- package/esm2015/stepper/localization/messages.js +23 -0
- package/{dist/es2015 → esm2015}/stepper/models/constants.js +0 -0
- package/{dist/es → esm2015}/stepper/models/orientation.js +1 -0
- package/{dist/es → esm2015}/stepper/models/step-predicate.js +1 -0
- package/{dist/es → esm2015}/stepper/models/step-type.js +1 -0
- package/{dist/es → esm2015}/stepper/models/stepper-step.interface.js +1 -0
- package/{dist/es2015 → esm2015}/stepper/step.component.js +88 -66
- package/{dist/es2015 → esm2015}/stepper/stepper.component.js +141 -103
- package/{dist/es2015 → esm2015}/stepper/stepper.service.js +25 -14
- package/esm2015/stepper/template-directives/indicator-template.directive.js +26 -0
- package/esm2015/stepper/template-directives/label-template.directive.js +26 -0
- package/esm2015/stepper/template-directives/step-template.directive.js +26 -0
- package/{dist/es → esm2015}/stepper/template-directives.js +0 -0
- package/{dist/es → esm2015}/stepper/types.js +1 -0
- package/{dist/es2015 → esm2015}/stepper.module.js +22 -11
- package/{dist/es2015 → esm2015}/tabstrip/constants.js +0 -0
- package/{dist/es2015 → esm2015}/tabstrip/directives/tab-content.directive.js +12 -11
- package/{dist/es2015 → esm2015}/tabstrip/directives/tab-title.directive.js +12 -11
- package/{dist/es2015 → esm2015}/tabstrip/events/select-event.js +0 -0
- package/{dist/es2015 → esm2015}/tabstrip/events/tabclose-event.js +0 -0
- package/{dist/es2015 → esm2015}/tabstrip/events/tabscroll-event.js +8 -1
- package/{dist/es → esm2015}/tabstrip/events.js +0 -0
- package/esm2015/tabstrip/localization/custom-messages.component.js +41 -0
- package/esm2015/tabstrip/localization/localized-messages.directive.js +36 -0
- package/esm2015/tabstrip/localization/messages.js +23 -0
- package/{dist/es → esm2015}/tabstrip/models/button-state-change.js +1 -0
- package/{dist/es/avatar/models/models.js → esm2015/tabstrip/models/scroll-button-type.js} +1 -0
- package/{dist/es → esm2015}/tabstrip/models/scroll-buttons-visibility.js +1 -0
- package/{dist/es2015 → esm2015}/tabstrip/models/scrollable-settings.js +0 -2
- package/{dist/es → esm2015}/tabstrip/models/tab-alignment.js +1 -0
- package/{dist/es → esm2015}/tabstrip/models/tab-position.js +1 -0
- package/esm2015/tabstrip/models/tabstrip-tab.component.js +65 -0
- package/esm2015/tabstrip/rendering/tab.component.js +123 -0
- package/esm2015/tabstrip/scrollable-button.component.js +123 -0
- package/{dist/es2015 → esm2015}/tabstrip/tabstrip-scroll.service.js +16 -36
- package/{dist/es2015 → esm2015}/tabstrip/tabstrip.component.js +237 -149
- package/{dist/es2015 → esm2015}/tabstrip/tabstrip.service.js +11 -16
- package/{dist/es2015 → esm2015}/tabstrip/util.js +0 -0
- package/{dist/es2015 → esm2015}/tabstrip.module.js +26 -11
- package/{dist/es2015 → esm2015}/tilelayout/constants.js +0 -0
- package/{dist/es2015 → esm2015}/tilelayout/dragging-service.js +10 -12
- package/{dist/es → esm2015}/tilelayout/models/dragging-config.interface.js +1 -0
- package/{dist/es → esm2015}/tilelayout/models/flowmode.type.js +1 -0
- package/{dist/es → esm2015}/tilelayout/models/gap.interface.js +1 -0
- package/{dist/es2015 → esm2015}/tilelayout/reorder-event.js +1 -1
- package/{dist/es2015 → esm2015}/tilelayout/resize-event.js +1 -1
- package/esm2015/tilelayout/tilelayout-item-body.component.js +37 -0
- package/esm2015/tilelayout/tilelayout-item-header.component.js +52 -0
- package/{dist/es2015 → esm2015}/tilelayout/tilelayout-item.component.js +81 -76
- package/{dist/es2015 → esm2015}/tilelayout/tilelayout-resize-handle.directive.js +16 -20
- package/{dist/es2015 → esm2015}/tilelayout/tilelayout.component.js +79 -84
- package/{dist/es2015 → esm2015}/tilelayout/util.js +0 -0
- package/{dist/es2015 → esm2015}/tilelayout.module.js +22 -11
- package/{dist/es2015/expansionpanel → expansionpanel}/animations.d.ts +0 -0
- package/{dist/es2015/expansionpanel → expansionpanel}/events/action-event.d.ts +5 -1
- package/{dist/es2015/expansionpanel → expansionpanel}/expansionpanel-title.directive.d.ts +3 -0
- package/{dist/es2015/expansionpanel → expansionpanel}/expansionpanel.component.d.ts +9 -5
- package/expansionpanel.module.d.ts +18 -0
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-layout.js} +5200 -4865
- package/gridlayout.module.d.ts +17 -0
- package/{dist/es2015/card/card-body.component.d.ts → kendo-angular-layout.d.ts} +3 -4
- package/{dist/es2015/layout.module.d.ts → layout.module.d.ts} +15 -0
- package/{dist/es2015/layouts → layouts}/grid-layout.component.d.ts +7 -3
- package/{dist/es2015/layouts → layouts}/gridlayout-item.component.d.ts +3 -0
- package/{dist/es2015/layouts → layouts}/models/gridlayout-gap-settings.d.ts +0 -0
- package/{dist/es2015/layouts → layouts}/models/gridlayout-row-col-size.d.ts +0 -0
- package/{dist/es2015/layouts → layouts}/models/layout-align-settings.d.ts +0 -0
- package/{dist/es2015/layouts → layouts}/models/layout-horizontal-align.d.ts +0 -0
- package/{dist/es2015/layouts → layouts}/models/layout-vertical-align.d.ts +0 -0
- package/{dist/es/avatar/models/shape.js → layouts/models.d.ts} +6 -0
- package/{dist/es2015/layouts → layouts}/stack-layout.component.d.ts +9 -5
- package/{dist/es2015/layouts → layouts}/util.d.ts +3 -3
- package/{dist/es2015/main.d.ts → main.d.ts} +3 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +44 -132
- package/{dist/es2015/panelbar → panelbar}/events/collapse-event.d.ts +0 -0
- package/{dist/es2015/panelbar → panelbar}/events/expand-event.d.ts +0 -0
- package/{dist/es2015/panelbar → panelbar}/events/select-event.d.ts +0 -0
- package/panelbar/events/state-change-event.d.ts +14 -0
- package/{dist/es2015/panelbar → panelbar}/events.d.ts +1 -0
- package/{dist/es2015/panelbar → panelbar}/panelbar-content.directive.d.ts +3 -0
- package/{dist/es2015/panelbar → panelbar}/panelbar-expand-mode.d.ts +0 -0
- package/{dist/es2015/panelbar → panelbar}/panelbar-item-model.d.ts +0 -0
- package/{dist/es2015/panelbar → panelbar}/panelbar-item-template.directive.d.ts +3 -0
- package/{dist/es2015/panelbar → panelbar}/panelbar-item-title.directive.d.ts +3 -0
- package/{dist/es2015/panelbar → panelbar}/panelbar-item.component.d.ts +17 -13
- package/{dist/es2015/panelbar → panelbar}/panelbar.component.d.ts +16 -11
- package/{dist/es2015/panelbar → panelbar}/panelbar.service.d.ts +3 -0
- package/panelbar.module.d.ts +27 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/{dist/es2015/splitter → splitter}/splitter-bar.component.d.ts +8 -5
- package/{dist/es2015/splitter → splitter}/splitter-pane.component.d.ts +13 -8
- package/{dist/es2015/splitter → splitter}/splitter.component.d.ts +9 -6
- package/{dist/es2015/splitter → splitter}/splitter.service.d.ts +3 -0
- package/splitter.module.d.ts +23 -0
- package/{dist/es2015/stacklayout.module.d.ts → stacklayout.module.d.ts} +6 -0
- package/{dist/es2015/stepper → stepper}/events/activate-event.d.ts +6 -2
- package/{dist/es2015/stepper → stepper}/list.component.d.ts +9 -6
- package/{dist/es2015/stepper → stepper}/localization/custom-messages.component.d.ts +4 -1
- package/{dist/es2015/stepper → stepper}/localization/localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/stepper → stepper}/localization/messages.d.ts +3 -0
- package/{dist/es2015/stepper → stepper}/models/constants.d.ts +0 -0
- package/{dist/es2015/stepper → stepper}/models/orientation.d.ts +0 -0
- package/{dist/es2015/stepper → stepper}/models/step-predicate.d.ts +0 -0
- package/{dist/es2015/stepper → stepper}/models/step-type.d.ts +0 -0
- package/{dist/es2015/stepper → stepper}/models/stepper-step.interface.d.ts +0 -0
- package/{dist/es2015/stepper → stepper}/step.component.d.ts +16 -13
- package/{dist/es2015/stepper → stepper}/stepper.component.d.ts +22 -9
- package/{dist/es2015/stepper → stepper}/stepper.service.d.ts +6 -4
- package/{dist/es2015/stepper → stepper}/template-directives/indicator-template.directive.d.ts +3 -0
- package/{dist/es2015/stepper → stepper}/template-directives/label-template.directive.d.ts +3 -0
- package/{dist/es2015/stepper → stepper}/template-directives/step-template.directive.d.ts +3 -0
- package/{dist/es2015/stepper → stepper}/template-directives.d.ts +0 -0
- package/{dist/es2015/stepper → stepper}/types.d.ts +0 -0
- package/stepper.module.d.ts +24 -0
- package/{dist/es2015/tabstrip → tabstrip}/constants.d.ts +0 -0
- package/{dist/es2015/tabstrip → tabstrip}/directives/tab-content.directive.d.ts +3 -0
- package/{dist/es2015/tabstrip → tabstrip}/directives/tab-title.directive.d.ts +3 -0
- package/{dist/es2015/tabstrip → tabstrip}/events/select-event.d.ts +0 -0
- package/{dist/es2015/tabstrip → tabstrip}/events/tabclose-event.d.ts +0 -0
- package/{dist/es2015/tabstrip → tabstrip}/events/tabscroll-event.d.ts +5 -1
- package/{dist/es2015/tabstrip → tabstrip}/events.d.ts +0 -0
- package/{dist/es2015/tabstrip → tabstrip}/localization/custom-messages.component.d.ts +4 -1
- package/{dist/es2015/tabstrip → tabstrip}/localization/localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/tabstrip → tabstrip}/localization/messages.d.ts +3 -0
- package/{dist/es2015/tabstrip → tabstrip}/models/button-state-change.d.ts +0 -0
- package/{dist/es/drawer/models/constants.js → tabstrip/models/scroll-button-type.d.ts} +1 -1
- package/{dist/es2015/tabstrip → tabstrip}/models/scroll-buttons-visibility.d.ts +0 -0
- package/{dist/es2015/tabstrip → tabstrip}/models/scrollable-settings.d.ts +0 -0
- package/{dist/es2015/tabstrip → tabstrip}/models/tab-alignment.d.ts +0 -0
- package/{dist/es2015/tabstrip → tabstrip}/models/tab-position.d.ts +0 -0
- package/{dist/es2015/tabstrip → tabstrip}/models/tabstrip-tab.component.d.ts +5 -2
- package/tabstrip/rendering/tab.component.d.ts +32 -0
- package/tabstrip/scrollable-button.component.d.ts +38 -0
- package/{dist/es2015/tabstrip → tabstrip}/tabstrip-scroll.service.d.ts +9 -11
- package/{dist/es2015/tabstrip → tabstrip}/tabstrip.component.d.ts +25 -15
- package/{dist/es2015/tabstrip → tabstrip}/tabstrip.service.d.ts +3 -1
- package/{dist/es2015/tabstrip → tabstrip}/util.d.ts +0 -0
- package/tabstrip.module.d.ts +30 -0
- package/{dist/es2015/tilelayout → tilelayout}/constants.d.ts +0 -0
- package/{dist/es2015/tilelayout → tilelayout}/dragging-service.d.ts +7 -4
- package/{dist/es2015/tilelayout → tilelayout}/models/dragging-config.interface.d.ts +0 -0
- package/{dist/es2015/tilelayout → tilelayout}/models/flowmode.type.d.ts +0 -0
- package/{dist/es2015/tilelayout → tilelayout}/models/gap.interface.d.ts +0 -0
- package/{dist/es2015/tilelayout → tilelayout}/reorder-event.d.ts +1 -1
- package/{dist/es2015/tilelayout → tilelayout}/resize-event.d.ts +1 -1
- package/{dist/es2015/tilelayout → tilelayout}/tilelayout-item-body.component.d.ts +3 -0
- package/{dist/es2015/tilelayout → tilelayout}/tilelayout-item-header.component.d.ts +11 -5
- package/{dist/es2015/tilelayout → tilelayout}/tilelayout-item.component.d.ts +14 -5
- package/{dist/es2015/tilelayout → tilelayout}/tilelayout-resize-handle.directive.d.ts +3 -0
- package/{dist/es2015/tilelayout → tilelayout}/tilelayout.component.d.ts +10 -6
- package/{dist/es2015/tilelayout → tilelayout}/util.d.ts +0 -0
- package/tilelayout.module.d.ts +26 -0
- package/dist/cdn/js/kendo-angular-layout.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/avatar/avatar.component.js +0 -357
- package/dist/es/avatar/models/rounded.js +0 -4
- package/dist/es/avatar.module.js +0 -29
- package/dist/es/card/card-actions.component.js +0 -151
- package/dist/es/card/card-body.component.js +0 -26
- package/dist/es/card/card-footer.component.js +0 -26
- package/dist/es/card/card-header.component.js +0 -26
- package/dist/es/card/card.component.js +0 -114
- package/dist/es/card/directives/card-media.directive.js +0 -25
- package/dist/es/card/directives/card-separator.directive.js +0 -66
- package/dist/es/card/directives/card-subtitle.directive.js +0 -25
- package/dist/es/card/directives/card-title.directive.js +0 -25
- package/dist/es/card/models/card-action.js +0 -13
- package/dist/es/card.module.js +0 -47
- package/dist/es/common/dom-queries.js +0 -52
- package/dist/es/common/preventable-event.js +0 -36
- package/dist/es/common/util.js +0 -91
- package/dist/es/drawer/animations.js +0 -146
- package/dist/es/drawer/drawer-container.component.js +0 -133
- package/dist/es/drawer/drawer-content.component.js +0 -28
- package/dist/es/drawer/drawer.component.js +0 -405
- package/dist/es/drawer/drawer.service.js +0 -45
- package/dist/es/drawer/events/select-event.js +0 -17
- package/dist/es/drawer/item.component.js +0 -123
- package/dist/es/drawer/list.component.js +0 -119
- package/dist/es/drawer/template-directives/drawer-template.directive.js +0 -27
- package/dist/es/drawer/template-directives/footer-template.directive.js +0 -25
- package/dist/es/drawer/template-directives/header-template.directive.js +0 -25
- package/dist/es/drawer/template-directives/item-template.directive.js +0 -25
- package/dist/es/drawer/util.js +0 -16
- package/dist/es/drawer.module.js +0 -45
- package/dist/es/expansionpanel/animations.js +0 -23
- package/dist/es/expansionpanel/events/action-event.js +0 -17
- package/dist/es/expansionpanel/expansionpanel-title.directive.js +0 -26
- package/dist/es/expansionpanel/expansionpanel.component.js +0 -441
- package/dist/es/expansionpanel.module.js +0 -32
- package/dist/es/gridlayout.module.js +0 -31
- package/dist/es/index.js +0 -29
- package/dist/es/layout.module.js +0 -71
- package/dist/es/layouts/grid-layout.component.js +0 -155
- package/dist/es/layouts/gridlayout-item.component.js +0 -52
- package/dist/es/layouts/stack-layout.component.js +0 -171
- package/dist/es/layouts/util.js +0 -102
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/panelbar/events/collapse-event.js +0 -17
- package/dist/es/panelbar/events/expand-event.js +0 -17
- package/dist/es/panelbar/events/select-event.js +0 -17
- package/dist/es/panelbar/panelbar-content.directive.js +0 -23
- package/dist/es/panelbar/panelbar-item-template.directive.js +0 -23
- package/dist/es/panelbar/panelbar-item-title.directive.js +0 -46
- package/dist/es/panelbar/panelbar-item.component.js +0 -455
- package/dist/es/panelbar/panelbar.component.js +0 -647
- package/dist/es/panelbar/panelbar.service.js +0 -43
- package/dist/es/panelbar.module.js +0 -44
- package/dist/es/splitter/splitter-bar.component.js +0 -282
- package/dist/es/splitter/splitter-pane.component.js +0 -270
- package/dist/es/splitter/splitter.component.js +0 -226
- package/dist/es/splitter/splitter.service.js +0 -153
- package/dist/es/splitter.module.js +0 -42
- package/dist/es/stacklayout.module.js +0 -29
- package/dist/es/stepper/events/activate-event.js +0 -17
- package/dist/es/stepper/list.component.js +0 -144
- package/dist/es/stepper/localization/custom-messages.component.js +0 -44
- package/dist/es/stepper/localization/localized-messages.directive.js +0 -35
- package/dist/es/stepper/localization/messages.js +0 -22
- package/dist/es/stepper/step.component.js +0 -272
- package/dist/es/stepper/stepper.component.js +0 -328
- package/dist/es/stepper/stepper.service.js +0 -161
- package/dist/es/stepper/template-directives/indicator-template.directive.js +0 -25
- package/dist/es/stepper/template-directives/label-template.directive.js +0 -25
- package/dist/es/stepper/template-directives/step-template.directive.js +0 -25
- package/dist/es/stepper.module.js +0 -47
- package/dist/es/tabstrip/constants.js +0 -33
- package/dist/es/tabstrip/directives/tab-content.directive.js +0 -49
- package/dist/es/tabstrip/directives/tab-title.directive.js +0 -54
- package/dist/es/tabstrip/events/select-event.js +0 -26
- package/dist/es/tabstrip/events/tabclose-event.js +0 -22
- package/dist/es/tabstrip/events/tabscroll-event.js +0 -19
- package/dist/es/tabstrip/localization/custom-messages.component.js +0 -44
- package/dist/es/tabstrip/localization/localized-messages.directive.js +0 -35
- package/dist/es/tabstrip/localization/messages.js +0 -22
- package/dist/es/tabstrip/models/scrollable-settings.js +0 -28
- package/dist/es/tabstrip/models/tabstrip-tab.component.js +0 -88
- package/dist/es/tabstrip/rendering/tab.component.js +0 -131
- package/dist/es/tabstrip/scrollable-button.component.js +0 -131
- package/dist/es/tabstrip/tabstrip-scroll.service.js +0 -226
- package/dist/es/tabstrip/tabstrip.component.js +0 -529
- package/dist/es/tabstrip/tabstrip.service.js +0 -158
- package/dist/es/tabstrip/util.js +0 -111
- package/dist/es/tabstrip.module.js +0 -51
- package/dist/es/tilelayout/constants.js +0 -70
- package/dist/es/tilelayout/dragging-service.js +0 -430
- package/dist/es/tilelayout/preventable-event.js +0 -29
- package/dist/es/tilelayout/reorder-event.js +0 -39
- package/dist/es/tilelayout/resize-event.js +0 -35
- package/dist/es/tilelayout/tilelayout-item-body.component.js +0 -32
- package/dist/es/tilelayout/tilelayout-item-header.component.js +0 -55
- package/dist/es/tilelayout/tilelayout-item.component.js +0 -198
- package/dist/es/tilelayout/tilelayout-resize-handle.directive.js +0 -61
- package/dist/es/tilelayout/tilelayout.component.js +0 -344
- package/dist/es/tilelayout/util.js +0 -88
- package/dist/es/tilelayout.module.js +0 -43
- package/dist/es2015/avatar/models/fill.js +0 -4
- package/dist/es2015/avatar/models/models.js +0 -4
- package/dist/es2015/avatar/models/size.js +0 -4
- package/dist/es2015/avatar/models/theme-color.js +0 -4
- package/dist/es2015/avatar.module.js +0 -28
- package/dist/es2015/card/card-actions.component.js +0 -146
- package/dist/es2015/card/card-body.component.js +0 -30
- package/dist/es2015/card/card-footer.component.js +0 -30
- package/dist/es2015/card/card-header.component.js +0 -30
- package/dist/es2015/card/card.component.js +0 -101
- package/dist/es2015/card/directives/card-media.directive.js +0 -27
- package/dist/es2015/card/directives/card-separator.directive.js +0 -60
- package/dist/es2015/card/directives/card-subtitle.directive.js +0 -27
- package/dist/es2015/card/directives/card-title.directive.js +0 -27
- package/dist/es2015/card/models/actions-layout.js +0 -4
- package/dist/es2015/card.module.d.ts +0 -10
- package/dist/es2015/common/direction.js +0 -4
- package/dist/es2015/common/orientation.js +0 -4
- package/dist/es2015/common/styling-classes.js +0 -4
- package/dist/es2015/drawer/drawer-container.component.js +0 -109
- package/dist/es2015/drawer/drawer-content.component.js +0 -29
- package/dist/es2015/drawer/item.component.js +0 -121
- package/dist/es2015/drawer/models/drawer-animation.interface.js +0 -4
- package/dist/es2015/drawer/models/drawer-item.interface.js +0 -4
- package/dist/es2015/drawer/models/mode.js +0 -4
- package/dist/es2015/drawer/models/position.js +0 -4
- package/dist/es2015/drawer/template-directives/drawer-template.directive.js +0 -26
- package/dist/es2015/drawer/template-directives/footer-template.directive.js +0 -24
- package/dist/es2015/drawer/template-directives/header-template.directive.js +0 -24
- package/dist/es2015/drawer/template-directives/item-template.directive.js +0 -24
- package/dist/es2015/drawer/template-directives.js +0 -8
- package/dist/es2015/drawer/types.js +0 -4
- package/dist/es2015/drawer.module.d.ts +0 -10
- package/dist/es2015/expansionpanel/expansionpanel-title.directive.js +0 -25
- package/dist/es2015/expansionpanel.module.d.ts +0 -10
- package/dist/es2015/expansionpanel.module.js +0 -31
- package/dist/es2015/gridlayout.module.d.ts +0 -10
- package/dist/es2015/gridlayout.module.js +0 -30
- package/dist/es2015/index.d.ts +0 -29
- package/dist/es2015/index.js +0 -29
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/layouts/gridlayout-item.component.js +0 -53
- package/dist/es2015/layouts/models/gridlayout-gap-settings.js +0 -4
- package/dist/es2015/layouts/models/gridlayout-row-col-size.js +0 -4
- package/dist/es2015/layouts/models/layout-align-settings.js +0 -4
- package/dist/es2015/layouts/models/layout-horizontal-align.js +0 -4
- package/dist/es2015/layouts/models/layout-vertical-align.js +0 -4
- package/dist/es2015/layouts/models.js +0 -4
- package/dist/es2015/main.js +0 -73
- package/dist/es2015/panelbar/events.js +0 -7
- package/dist/es2015/panelbar/panelbar-content.directive.js +0 -22
- package/dist/es2015/panelbar/panelbar-expand-mode.js +0 -30
- package/dist/es2015/panelbar/panelbar-item-model.js +0 -4
- package/dist/es2015/panelbar/panelbar-item-template.directive.js +0 -22
- package/dist/es2015/panelbar.module.d.ts +0 -17
- package/dist/es2015/splitter.module.d.ts +0 -14
- package/dist/es2015/stacklayout.module.js +0 -28
- package/dist/es2015/stepper/list.component.js +0 -161
- package/dist/es2015/stepper/localization/custom-messages.component.js +0 -36
- package/dist/es2015/stepper/localization/localized-messages.directive.js +0 -33
- package/dist/es2015/stepper/localization/messages.js +0 -16
- package/dist/es2015/stepper/models/orientation.js +0 -4
- package/dist/es2015/stepper/models/step-predicate.js +0 -4
- package/dist/es2015/stepper/models/step-type.js +0 -4
- package/dist/es2015/stepper/models/stepper-step.interface.js +0 -4
- package/dist/es2015/stepper/template-directives/indicator-template.directive.js +0 -24
- package/dist/es2015/stepper/template-directives/label-template.directive.js +0 -24
- package/dist/es2015/stepper/template-directives/step-template.directive.js +0 -24
- package/dist/es2015/stepper/template-directives.js +0 -7
- package/dist/es2015/stepper/types.js +0 -4
- package/dist/es2015/stepper.module.d.ts +0 -10
- package/dist/es2015/tabstrip/events.js +0 -6
- package/dist/es2015/tabstrip/localization/custom-messages.component.js +0 -36
- package/dist/es2015/tabstrip/localization/localized-messages.directive.js +0 -31
- package/dist/es2015/tabstrip/localization/messages.js +0 -16
- package/dist/es2015/tabstrip/models/button-state-change.js +0 -4
- package/dist/es2015/tabstrip/models/scroll-buttons-visibility.js +0 -4
- package/dist/es2015/tabstrip/models/tab-alignment.js +0 -4
- package/dist/es2015/tabstrip/models/tab-position.js +0 -4
- package/dist/es2015/tabstrip/models/tabstrip-tab.component.js +0 -82
- package/dist/es2015/tabstrip/rendering/tab.component.d.ts +0 -28
- package/dist/es2015/tabstrip/rendering/tab.component.js +0 -116
- package/dist/es2015/tabstrip/scrollable-button.component.d.ts +0 -29
- package/dist/es2015/tabstrip/scrollable-button.component.js +0 -110
- package/dist/es2015/tabstrip.module.d.ts +0 -16
- package/dist/es2015/tilelayout/models/dragging-config.interface.js +0 -4
- package/dist/es2015/tilelayout/models/flowmode.type.js +0 -4
- package/dist/es2015/tilelayout/models/gap.interface.js +0 -4
- package/dist/es2015/tilelayout/preventable-event.d.ts +0 -21
- package/dist/es2015/tilelayout/preventable-event.js +0 -27
- package/dist/es2015/tilelayout/tilelayout-item-body.component.js +0 -36
- package/dist/es2015/tilelayout/tilelayout-item-header.component.js +0 -48
- package/dist/es2015/tilelayout.module.d.ts +0 -16
- package/dist/fesm5/index.js +0 -9301
- package/dist/npm/avatar/avatar.component.js +0 -359
- package/dist/npm/avatar/models/fill.js +0 -6
- package/dist/npm/avatar/models/models.js +0 -6
- package/dist/npm/avatar/models/rounded.js +0 -6
- package/dist/npm/avatar/models/shape.js +0 -6
- package/dist/npm/avatar/models/size.js +0 -6
- package/dist/npm/avatar/models/theme-color.js +0 -6
- package/dist/npm/avatar.module.js +0 -31
- package/dist/npm/card/card-actions.component.js +0 -153
- package/dist/npm/card/card-body.component.js +0 -28
- package/dist/npm/card/card-footer.component.js +0 -28
- package/dist/npm/card/card-header.component.js +0 -28
- package/dist/npm/card/card.component.js +0 -116
- package/dist/npm/card/directives/card-media.directive.js +0 -27
- package/dist/npm/card/directives/card-separator.directive.js +0 -68
- package/dist/npm/card/directives/card-subtitle.directive.js +0 -27
- package/dist/npm/card/directives/card-title.directive.js +0 -27
- package/dist/npm/card/models/actions-layout.js +0 -6
- package/dist/npm/card/models/card-action.js +0 -15
- package/dist/npm/card.module.js +0 -49
- package/dist/npm/common/direction.js +0 -6
- package/dist/npm/common/dom-queries.js +0 -55
- package/dist/npm/common/orientation.js +0 -6
- package/dist/npm/common/preventable-event.js +0 -38
- package/dist/npm/common/styling-classes.js +0 -6
- package/dist/npm/common/util.js +0 -93
- package/dist/npm/drawer/animations.js +0 -150
- package/dist/npm/drawer/drawer-container.component.js +0 -135
- package/dist/npm/drawer/drawer-content.component.js +0 -30
- package/dist/npm/drawer/drawer.component.js +0 -407
- package/dist/npm/drawer/drawer.service.js +0 -47
- package/dist/npm/drawer/events/select-event.js +0 -19
- package/dist/npm/drawer/item.component.js +0 -125
- package/dist/npm/drawer/list.component.js +0 -121
- package/dist/npm/drawer/models/constants.js +0 -10
- package/dist/npm/drawer/models/drawer-animation.interface.js +0 -6
- package/dist/npm/drawer/models/drawer-item.interface.js +0 -6
- package/dist/npm/drawer/models/mode.js +0 -6
- package/dist/npm/drawer/models/position.js +0 -6
- package/dist/npm/drawer/template-directives/drawer-template.directive.js +0 -29
- package/dist/npm/drawer/template-directives/footer-template.directive.js +0 -27
- package/dist/npm/drawer/template-directives/header-template.directive.js +0 -27
- package/dist/npm/drawer/template-directives/item-template.directive.js +0 -27
- package/dist/npm/drawer/template-directives.js +0 -14
- package/dist/npm/drawer/types.js +0 -6
- package/dist/npm/drawer/util.js +0 -18
- package/dist/npm/drawer.module.js +0 -47
- package/dist/npm/expansionpanel/animations.js +0 -27
- package/dist/npm/expansionpanel/events/action-event.js +0 -19
- package/dist/npm/expansionpanel/expansionpanel-title.directive.js +0 -28
- package/dist/npm/expansionpanel/expansionpanel.component.js +0 -443
- package/dist/npm/expansionpanel.module.js +0 -34
- package/dist/npm/gridlayout.module.js +0 -33
- package/dist/npm/index.js +0 -53
- package/dist/npm/layout.module.js +0 -73
- package/dist/npm/layouts/grid-layout.component.js +0 -157
- package/dist/npm/layouts/gridlayout-item.component.js +0 -54
- package/dist/npm/layouts/models/gridlayout-gap-settings.js +0 -6
- package/dist/npm/layouts/models/gridlayout-row-col-size.js +0 -6
- package/dist/npm/layouts/models/layout-align-settings.js +0 -6
- package/dist/npm/layouts/models/layout-horizontal-align.js +0 -6
- package/dist/npm/layouts/models/layout-vertical-align.js +0 -6
- package/dist/npm/layouts/models.js +0 -6
- package/dist/npm/layouts/stack-layout.component.js +0 -173
- package/dist/npm/layouts/util.js +0 -104
- package/dist/npm/main.js +0 -133
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/panelbar/events/collapse-event.js +0 -19
- package/dist/npm/panelbar/events/expand-event.js +0 -19
- package/dist/npm/panelbar/events/select-event.js +0 -19
- package/dist/npm/panelbar/events.js +0 -12
- package/dist/npm/panelbar/panelbar-content.directive.js +0 -25
- package/dist/npm/panelbar/panelbar-expand-mode.js +0 -32
- package/dist/npm/panelbar/panelbar-item-model.js +0 -6
- package/dist/npm/panelbar/panelbar-item-template.directive.js +0 -25
- package/dist/npm/panelbar/panelbar-item-title.directive.js +0 -48
- package/dist/npm/panelbar/panelbar-item.component.js +0 -457
- package/dist/npm/panelbar/panelbar.component.js +0 -649
- package/dist/npm/panelbar/panelbar.service.js +0 -45
- package/dist/npm/panelbar.module.js +0 -46
- package/dist/npm/splitter/splitter-bar.component.js +0 -287
- package/dist/npm/splitter/splitter-pane.component.js +0 -272
- package/dist/npm/splitter/splitter.component.js +0 -228
- package/dist/npm/splitter/splitter.service.js +0 -155
- package/dist/npm/splitter.module.js +0 -44
- package/dist/npm/stacklayout.module.js +0 -31
- package/dist/npm/stepper/events/activate-event.js +0 -19
- package/dist/npm/stepper/list.component.js +0 -146
- package/dist/npm/stepper/localization/custom-messages.component.js +0 -46
- package/dist/npm/stepper/localization/localized-messages.directive.js +0 -37
- package/dist/npm/stepper/localization/messages.js +0 -24
- package/dist/npm/stepper/models/constants.js +0 -10
- package/dist/npm/stepper/models/orientation.js +0 -6
- package/dist/npm/stepper/models/step-predicate.js +0 -6
- package/dist/npm/stepper/models/step-type.js +0 -6
- package/dist/npm/stepper/models/stepper-step.interface.js +0 -6
- package/dist/npm/stepper/step.component.js +0 -274
- package/dist/npm/stepper/stepper.component.js +0 -330
- package/dist/npm/stepper/stepper.service.js +0 -163
- package/dist/npm/stepper/template-directives/indicator-template.directive.js +0 -27
- package/dist/npm/stepper/template-directives/label-template.directive.js +0 -27
- package/dist/npm/stepper/template-directives/step-template.directive.js +0 -27
- package/dist/npm/stepper/template-directives.js +0 -12
- package/dist/npm/stepper/types.js +0 -6
- package/dist/npm/stepper.module.js +0 -49
- package/dist/npm/tabstrip/constants.js +0 -35
- package/dist/npm/tabstrip/directives/tab-content.directive.js +0 -51
- package/dist/npm/tabstrip/directives/tab-title.directive.js +0 -56
- package/dist/npm/tabstrip/events/select-event.js +0 -28
- package/dist/npm/tabstrip/events/tabclose-event.js +0 -24
- package/dist/npm/tabstrip/events/tabscroll-event.js +0 -21
- package/dist/npm/tabstrip/events.js +0 -10
- package/dist/npm/tabstrip/localization/custom-messages.component.js +0 -46
- package/dist/npm/tabstrip/localization/localized-messages.directive.js +0 -37
- package/dist/npm/tabstrip/localization/messages.js +0 -24
- package/dist/npm/tabstrip/models/button-state-change.js +0 -6
- package/dist/npm/tabstrip/models/scroll-buttons-visibility.js +0 -6
- package/dist/npm/tabstrip/models/scrollable-settings.js +0 -30
- package/dist/npm/tabstrip/models/tab-alignment.js +0 -6
- package/dist/npm/tabstrip/models/tab-position.js +0 -6
- package/dist/npm/tabstrip/models/tabstrip-tab.component.js +0 -90
- package/dist/npm/tabstrip/rendering/tab.component.js +0 -133
- package/dist/npm/tabstrip/scrollable-button.component.js +0 -133
- package/dist/npm/tabstrip/tabstrip-scroll.service.js +0 -228
- package/dist/npm/tabstrip/tabstrip.component.js +0 -531
- package/dist/npm/tabstrip/tabstrip.service.js +0 -160
- package/dist/npm/tabstrip/util.js +0 -113
- package/dist/npm/tabstrip.module.js +0 -53
- package/dist/npm/tilelayout/constants.js +0 -72
- package/dist/npm/tilelayout/dragging-service.js +0 -432
- package/dist/npm/tilelayout/models/dragging-config.interface.js +0 -6
- package/dist/npm/tilelayout/models/flowmode.type.js +0 -6
- package/dist/npm/tilelayout/models/gap.interface.js +0 -6
- package/dist/npm/tilelayout/preventable-event.js +0 -31
- package/dist/npm/tilelayout/reorder-event.js +0 -41
- package/dist/npm/tilelayout/resize-event.js +0 -37
- package/dist/npm/tilelayout/tilelayout-item-body.component.js +0 -34
- package/dist/npm/tilelayout/tilelayout-item-header.component.js +0 -57
- package/dist/npm/tilelayout/tilelayout-item.component.js +0 -200
- package/dist/npm/tilelayout/tilelayout-resize-handle.directive.js +0 -63
- package/dist/npm/tilelayout/tilelayout.component.js +0 -346
- package/dist/npm/tilelayout/util.js +0 -90
- package/dist/npm/tilelayout.module.js +0 -45
- package/dist/systemjs/kendo-angular-layout.js +0 -5
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./layouts/grid-layout.component";
|
|
7
|
+
import * as i2 from "./layouts/gridlayout-item.component";
|
|
8
|
+
import * as i3 from "@angular/common";
|
|
9
|
+
/**
|
|
10
|
+
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
11
|
+
* definition for the GridLayout component.
|
|
12
|
+
*/
|
|
13
|
+
export declare class GridLayoutModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridLayoutModule, [typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent], [typeof i3.CommonModule], [typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridLayoutModule>;
|
|
17
|
+
}
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Generated bundle index. Do not edit.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
8
|
+
/// <amd-module name="@progress/kendo-angular-layout" />
|
|
9
|
+
export * from './main';
|
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
* Copyright © 2021 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 * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./avatar.module";
|
|
7
|
+
import * as i2 from "./card.module";
|
|
8
|
+
import * as i3 from "./drawer.module";
|
|
9
|
+
import * as i4 from "./panelbar.module";
|
|
10
|
+
import * as i5 from "./expansionpanel.module";
|
|
11
|
+
import * as i6 from "./splitter.module";
|
|
12
|
+
import * as i7 from "./stepper.module";
|
|
13
|
+
import * as i8 from "./tabstrip.module";
|
|
14
|
+
import * as i9 from "./tilelayout.module";
|
|
15
|
+
import * as i10 from "./stacklayout.module";
|
|
16
|
+
import * as i11 from "./gridlayout.module";
|
|
5
17
|
/**
|
|
6
18
|
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
7
19
|
* definition for the Layout components.
|
|
@@ -34,4 +46,7 @@
|
|
|
34
46
|
* ```
|
|
35
47
|
*/
|
|
36
48
|
export declare class LayoutModule {
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutModule, never>;
|
|
50
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LayoutModule, never, never, [typeof i1.AvatarModule, typeof i2.CardModule, typeof i3.DrawerModule, typeof i4.PanelBarModule, typeof i5.ExpansionPanelModule, typeof i6.SplitterModule, typeof i7.StepperModule, typeof i8.TabStripModule, typeof i9.TileLayoutModule, typeof i10.StackLayoutModule, typeof i11.GridLayoutModule]>;
|
|
51
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LayoutModule>;
|
|
37
52
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { Renderer2, ElementRef, AfterViewInit, SimpleChanges, OnChanges } from '@angular/core';
|
|
6
6
|
import { GridLayoutGapSettings, AlignSettings } from './models';
|
|
7
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
9
10
|
* Represents the [Kendo UI GridLayout component for Angular]({% slug overview_gridlayout %}).
|
|
10
11
|
*/
|
|
@@ -13,7 +14,7 @@ export declare class GridLayoutComponent implements AfterViewInit, OnChanges {
|
|
|
13
14
|
private element;
|
|
14
15
|
private localization;
|
|
15
16
|
hostClass: boolean;
|
|
16
|
-
|
|
17
|
+
get dir(): string;
|
|
17
18
|
/**
|
|
18
19
|
* Specifies the number of rows and their height
|
|
19
20
|
* ([More details]({% slug layout_gridlayout %}#toc-rows-and-columns)).
|
|
@@ -49,7 +50,8 @@ export declare class GridLayoutComponent implements AfterViewInit, OnChanges {
|
|
|
49
50
|
* Specifies the horizontal and vertical alignment of the inner GridLayout elements
|
|
50
51
|
* ([see example]({% slug layout_gridlayout %}#toc-alignment)).
|
|
51
52
|
*/
|
|
52
|
-
align: AlignSettings;
|
|
53
|
+
set align(align: AlignSettings);
|
|
54
|
+
get align(): AlignSettings;
|
|
53
55
|
private _align;
|
|
54
56
|
private justifyClass;
|
|
55
57
|
private alignClass;
|
|
@@ -59,5 +61,7 @@ export declare class GridLayoutComponent implements AfterViewInit, OnChanges {
|
|
|
59
61
|
private handleAlignClasses;
|
|
60
62
|
private setGap;
|
|
61
63
|
private handleGridTemplateStyling;
|
|
62
|
-
private
|
|
64
|
+
private get direction();
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutComponent, never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutComponent, "kendo-gridlayout", ["kendoGridLayout"], { "rows": "rows"; "cols": "cols"; "gap": "gap"; "align": "align"; }, {}, never, ["*"]>;
|
|
63
67
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Renderer2, ElementRef, OnChanges } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class GridLayoutItemComponent implements OnChanges {
|
|
7
8
|
private renderer;
|
|
8
9
|
private element;
|
|
@@ -30,4 +31,6 @@ export declare class GridLayoutItemComponent implements OnChanges {
|
|
|
30
31
|
ngOnInit(): void;
|
|
31
32
|
ngOnChanges(): void;
|
|
32
33
|
private setItemStyle;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutItemComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutItemComponent, "kendo-gridlayout-item", never, { "row": "row"; "col": "col"; "rowSpan": "rowSpan"; "colSpan": "colSpan"; }, {}, never, ["*"]>;
|
|
33
36
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,3 +2,9 @@
|
|
|
2
2
|
* Copyright © 2021 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
|
+
export * from './models/layout-align-settings';
|
|
6
|
+
export * from './models/layout-horizontal-align';
|
|
7
|
+
export * from './models/layout-vertical-align';
|
|
8
|
+
export * from './models/gridlayout-gap-settings';
|
|
9
|
+
export * from './models/gridlayout-row-col-size';
|
|
10
|
+
export * from '../common/orientation';
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { Renderer2, ElementRef, AfterViewInit, SimpleChanges, OnChanges } from '@angular/core';
|
|
6
6
|
import { AlignSettings, Orientation } from './models';
|
|
7
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
9
10
|
* Represents the [Kendo UI StackLayout component for Angular]({% slug overview_stacklayout %}).
|
|
10
11
|
*/
|
|
@@ -13,14 +14,15 @@ export declare class StackLayoutComponent implements AfterViewInit, OnChanges {
|
|
|
13
14
|
private element;
|
|
14
15
|
private localization;
|
|
15
16
|
hostClass: boolean;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
get horizontalClass(): boolean;
|
|
18
|
+
get verticalClass(): boolean;
|
|
19
|
+
get dir(): string;
|
|
19
20
|
/**
|
|
20
21
|
* Specifies the horizontal and vertical alignment of the inner StackLayout elements
|
|
21
22
|
* ([see example]({% slug layout_stacklayout %}#toc-alignment)).
|
|
22
23
|
*/
|
|
23
|
-
align: AlignSettings;
|
|
24
|
+
set align(align: AlignSettings);
|
|
25
|
+
get align(): AlignSettings;
|
|
24
26
|
/**
|
|
25
27
|
* Specifies the gap between the inner StackLayout elements. The default value is `0`
|
|
26
28
|
* ([see example]({% slug layout_stacklayout %}#toc-gaps)).
|
|
@@ -43,5 +45,7 @@ export declare class StackLayoutComponent implements AfterViewInit, OnChanges {
|
|
|
43
45
|
ngOnChanges(changes: SimpleChanges): void;
|
|
44
46
|
private handleAlignClasses;
|
|
45
47
|
private setGap;
|
|
46
|
-
private
|
|
48
|
+
private get direction();
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StackLayoutComponent, never>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StackLayoutComponent, "kendo-stacklayout", ["kendoStackLayout"], { "align": "align"; "gap": "gap"; "orientation": "orientation"; }, {}, never, ["*"]>;
|
|
47
51
|
}
|
|
@@ -27,7 +27,7 @@ export declare const ALIGN_PREFIX = "k-align-items";
|
|
|
27
27
|
/**
|
|
28
28
|
* @hidden
|
|
29
29
|
*/
|
|
30
|
-
export declare const normalizeGap: (gap:
|
|
30
|
+
export declare const normalizeGap: (gap: number | string | GridLayoutGapSettings) => GridLayoutGapSettings;
|
|
31
31
|
/**
|
|
32
32
|
* @hidden
|
|
33
33
|
*/
|
|
@@ -35,8 +35,8 @@ export declare const generateGapStyle: (gap: GridLayoutGapSettings) => string;
|
|
|
35
35
|
/**
|
|
36
36
|
* @hidden
|
|
37
37
|
*/
|
|
38
|
-
export declare const generateGridStyle: (items:
|
|
38
|
+
export declare const generateGridStyle: (items: Array<number | string | GridLayoutRowSize | GridLayoutColSize>, itemType: string) => Array<string>;
|
|
39
39
|
/**
|
|
40
40
|
* @hidden
|
|
41
41
|
*/
|
|
42
|
-
export declare const validateGridLayoutRowsCols: (arr: any
|
|
42
|
+
export declare const validateGridLayoutRowsCols: (arr: Array<any>) => boolean;
|
|
@@ -21,6 +21,7 @@ export { TabPosition } from './tabstrip/models/tab-position';
|
|
|
21
21
|
export { TabAlignment } from './tabstrip/models/tab-alignment';
|
|
22
22
|
export { LocalizedTabStripMessagesDirective } from './tabstrip/localization/localized-messages.directive';
|
|
23
23
|
export { TabStripCustomMessagesComponent } from './tabstrip/localization/custom-messages.component';
|
|
24
|
+
export { TabStripScrollableSettings } from './tabstrip/models/scrollable-settings';
|
|
24
25
|
export * from './tabstrip/events';
|
|
25
26
|
export { DrawerComponent } from './drawer/drawer.component';
|
|
26
27
|
export { DrawerContainerComponent } from './drawer/drawer-container.component';
|
|
@@ -77,3 +78,5 @@ export { AlignSettings, HorizontalAlign, VerticalAlign } from './layouts/models'
|
|
|
77
78
|
export { GridLayoutComponent } from './layouts/grid-layout.component';
|
|
78
79
|
export { GridLayoutItemComponent } from './layouts/gridlayout-item.component';
|
|
79
80
|
export { GridLayoutRowSize, GridLayoutColSize, GridLayoutGapSettings } from './layouts/models';
|
|
81
|
+
export { TabComponent } from './tabstrip/rendering/tab.component';
|
|
82
|
+
export { TileLayoutResizeHandleDirective } from './tilelayout/tilelayout-resize-handle.directive';
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,135 +1,56 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
+
"version": "7.0.0-dev.202204150742",
|
|
3
4
|
"description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
|
|
4
|
-
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"jsdelivr": "dist/cdn/main.js",
|
|
15
|
-
"unpkg": "dist/cdn/main.js",
|
|
16
|
-
"sideEffects": false,
|
|
17
|
-
"scripts": {
|
|
18
|
-
"test": "ci-angular-test",
|
|
19
|
-
"test:watch": "jest --watch --env=jsdom",
|
|
20
|
-
"test:ci": "ci-angular-test",
|
|
21
|
-
"start": "gulp start",
|
|
22
|
-
"e2e": "gulp e2e",
|
|
23
|
-
"e2e:ci": "ci-angular-e2e",
|
|
24
|
-
"e2e_visual:ci": "ci-angular-e2e --visual && ci-commit-snapshots",
|
|
25
|
-
"lint": "gulp lint && gulp lint-docs",
|
|
26
|
-
"api-check": "gulp api-check",
|
|
27
|
-
"build-package": "gulp build-package",
|
|
28
|
-
"semantic-release": "semantic-release pre && semantic-prerelease publish && semantic-release post",
|
|
29
|
-
"ci-semantic-release": "ci-semantic-release"
|
|
6
|
+
"author": "Progress",
|
|
7
|
+
"homepage": "https://www.telerik.com/kendo-angular-ui/",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/telerik/kendo-angular-layout.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/telerik/kendo-angular"
|
|
30
14
|
},
|
|
31
15
|
"keywords": [
|
|
32
|
-
"Kendo UI",
|
|
33
16
|
"Angular",
|
|
17
|
+
"Kendo UI",
|
|
18
|
+
"PanelBar",
|
|
34
19
|
"Progress",
|
|
35
20
|
"TabStrip",
|
|
36
|
-
"
|
|
37
|
-
"angularjs",
|
|
21
|
+
"angular splitter",
|
|
38
22
|
"angular templates",
|
|
39
|
-
"dashboardlayout",
|
|
40
23
|
"angular-layouts",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"stepper",
|
|
24
|
+
"angularjs",
|
|
25
|
+
"dashboardlayout",
|
|
44
26
|
"drawer",
|
|
45
27
|
"expansionpanel",
|
|
46
|
-
"
|
|
47
|
-
"
|
|
28
|
+
"panelbar",
|
|
29
|
+
"split-container",
|
|
48
30
|
"split-layout",
|
|
49
31
|
"split-panes",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
32
|
+
"splitter",
|
|
33
|
+
"stepper",
|
|
34
|
+
"tabstrip",
|
|
35
|
+
"tilelayout"
|
|
52
36
|
],
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"@angular/common": "8 - 13",
|
|
56
|
-
"@angular/core": "8 - 13",
|
|
57
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
58
|
-
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
59
|
-
"@progress/kendo-angular-progressbar": "^2.0.0",
|
|
60
|
-
"@progress/kendo-licensing": "^1.0.2",
|
|
61
|
-
"rxjs": "^6.4.0 || ^7.0.0"
|
|
37
|
+
"@progress": {
|
|
38
|
+
"friendlyName": "Layout"
|
|
62
39
|
},
|
|
63
40
|
"dependencies": {
|
|
64
|
-
"@progress/kendo-schematics": "^
|
|
41
|
+
"@progress/kendo-schematics": "^3.0.0",
|
|
65
42
|
"@telerik/kendo-draggable": "^2.2.0",
|
|
66
|
-
"tslib": "^
|
|
43
|
+
"tslib": "^2.3.1"
|
|
67
44
|
},
|
|
68
|
-
"
|
|
69
|
-
"@angular
|
|
70
|
-
"@angular
|
|
71
|
-
"@angular/
|
|
72
|
-
"@angular
|
|
73
|
-
"@angular
|
|
74
|
-
"@
|
|
75
|
-
"@angular/core": "^8.2.0",
|
|
76
|
-
"@angular/forms": "^8.2.0",
|
|
77
|
-
"@angular/platform-browser": "^8.2.0",
|
|
78
|
-
"@angular/platform-browser-dynamic": "^8.2.0",
|
|
79
|
-
"@angular/platform-server": "^8.2.0",
|
|
80
|
-
"@angular/router": "^8.2.0",
|
|
81
|
-
"@progress/kendo-angular-buttons": "^7.0.0",
|
|
82
|
-
"@progress/kendo-angular-charts": "^6.0.0",
|
|
83
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
84
|
-
"@progress/kendo-angular-dateinputs": "^6.0.0",
|
|
85
|
-
"@progress/kendo-angular-dropdowns": "^6.0.0",
|
|
86
|
-
"@progress/kendo-angular-e2e": "^3.3.0",
|
|
87
|
-
"@progress/kendo-angular-excel-export": "^4.0.0",
|
|
88
|
-
"@progress/kendo-angular-gauges": "^4.0.0",
|
|
89
|
-
"@progress/kendo-angular-grid": "^6.0.0",
|
|
90
|
-
"@progress/kendo-angular-icons": "^1.0.0",
|
|
91
|
-
"@progress/kendo-angular-inputs": "^8.0.0",
|
|
92
|
-
"@progress/kendo-angular-intl": "^3.0.0",
|
|
93
|
-
"@progress/kendo-angular-jest-preset": "^2.0.0",
|
|
94
|
-
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
95
|
-
"@progress/kendo-angular-label": "^3.0.0",
|
|
96
|
-
"@progress/kendo-angular-pdf-export": "^3.0.0",
|
|
97
|
-
"@progress/kendo-angular-popup": "^4.0.0",
|
|
98
|
-
"@progress/kendo-angular-progressbar": "^2.0.0",
|
|
99
|
-
"@progress/kendo-angular-scrollview": "^4.0.0",
|
|
100
|
-
"@progress/kendo-angular-tasks": "^19.3.3",
|
|
101
|
-
"@progress/kendo-angular-treelist": "^4.0.0",
|
|
102
|
-
"@progress/kendo-angular-treeview": "^6.0.0",
|
|
103
|
-
"@progress/kendo-data-query": "^1.5.4",
|
|
104
|
-
"@progress/kendo-drawing": "^1.9.3",
|
|
105
|
-
"@progress/kendo-e2e": "^0.7.0",
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"@angular/animations": "^12.0.0 || ^13.0.0",
|
|
47
|
+
"@angular/common": "^12.0.0 || ^13.0.0",
|
|
48
|
+
"@angular/core": "^12.0.0 || ^13.0.0",
|
|
49
|
+
"@progress/kendo-angular-common": ">3.0.0-next",
|
|
50
|
+
"@progress/kendo-angular-l10n": ">4.0.0-next",
|
|
51
|
+
"@progress/kendo-angular-progressbar": ">3.0.0-next",
|
|
106
52
|
"@progress/kendo-licensing": "^1.0.2",
|
|
107
|
-
"
|
|
108
|
-
"@progress/kendo-theme-bootstrap": "^5.0.0",
|
|
109
|
-
"@progress/kendo-theme-default": "^5.0.0",
|
|
110
|
-
"@progress/kendo-theme-material": "^5.0.0",
|
|
111
|
-
"@telerik/semantic-prerelease": "^1.1.5",
|
|
112
|
-
"@types/jest": "^24.9.0",
|
|
113
|
-
"@types/node": "ts3.4",
|
|
114
|
-
"@types/zone.js": "0.0.27",
|
|
115
|
-
"codelyzer": "^5.0.0",
|
|
116
|
-
"core-js": "^2.2.2",
|
|
117
|
-
"cz-conventional-changelog": "^1.1.5",
|
|
118
|
-
"ghooks": "^1.0.3",
|
|
119
|
-
"gulp": "^4.0.0",
|
|
120
|
-
"hammerjs": "^2.0.0",
|
|
121
|
-
"jest": "^24.9.0",
|
|
122
|
-
"jest-cli": "^24.9.0",
|
|
123
|
-
"jest-environment-jsdom": "^24.9.0",
|
|
124
|
-
"jest-junit": "^12.2.0",
|
|
125
|
-
"rxjs": "~6.4.0",
|
|
126
|
-
"rxjs-tslint-rules": "^4.23.1",
|
|
127
|
-
"semantic-release": "^6.3.6",
|
|
128
|
-
"ts-jest": "^21.0.0",
|
|
129
|
-
"tslint": "^5.20.1",
|
|
130
|
-
"typescript": "~3.4.5",
|
|
131
|
-
"validate-commit-msg": "^1.1.1",
|
|
132
|
-
"zone.js": "~0.9.1"
|
|
53
|
+
"rxjs": "^6.5.3 || ^7.0.0"
|
|
133
54
|
},
|
|
134
55
|
"config": {
|
|
135
56
|
"commitizen": {
|
|
@@ -154,27 +75,16 @@
|
|
|
154
75
|
"maxSubjectLength": 100
|
|
155
76
|
}
|
|
156
77
|
},
|
|
157
|
-
"
|
|
158
|
-
"preset": "@progress/kendo-angular-jest-preset"
|
|
159
|
-
},
|
|
160
|
-
"repository": {
|
|
161
|
-
"type": "git",
|
|
162
|
-
"url": "https://github.com/telerik/kendo-angular-layout.git"
|
|
163
|
-
},
|
|
164
|
-
"bugs": {
|
|
165
|
-
"url": "https://github.com/telerik/kendo-angular"
|
|
166
|
-
},
|
|
167
|
-
"@progress": {
|
|
168
|
-
"friendlyName": "Layout"
|
|
169
|
-
},
|
|
170
|
-
"homepage": "https://www.telerik.com/kendo-angular-ui/",
|
|
78
|
+
"schematics": "./schematics/collection.json",
|
|
171
79
|
"release": {
|
|
172
80
|
"debug": false,
|
|
173
81
|
"branchTags": {
|
|
174
|
-
"develop": "dev"
|
|
82
|
+
"develop": "dev",
|
|
83
|
+
"ng12-update": "next"
|
|
175
84
|
},
|
|
176
85
|
"fallbackTags": {
|
|
177
|
-
"dev": "latest"
|
|
86
|
+
"dev": "latest",
|
|
87
|
+
"next": "latest"
|
|
178
88
|
},
|
|
179
89
|
"analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
|
|
180
90
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
@@ -182,9 +92,11 @@
|
|
|
182
92
|
"verifyConditions": "@telerik/semantic-prerelease/verifyConditions",
|
|
183
93
|
"verifyRelease": "@telerik/semantic-prerelease/verifyRelease"
|
|
184
94
|
},
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
95
|
+
"main": "bundles/kendo-angular-layout.umd.js",
|
|
96
|
+
"module": "fesm2015/kendo-angular-layout.js",
|
|
97
|
+
"es2015": "fesm2015/kendo-angular-layout.js",
|
|
98
|
+
"esm2015": "esm2015/kendo-angular-layout.js",
|
|
99
|
+
"fesm2015": "fesm2015/kendo-angular-layout.js",
|
|
100
|
+
"typings": "kendo-angular-layout.d.ts",
|
|
101
|
+
"sideEffects": false
|
|
190
102
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { PanelBarItemModel } from '../panelbar-item-model';
|
|
6
|
+
/**
|
|
7
|
+
* Arguments for the `stateChange` event of the PanelBar.
|
|
8
|
+
*/
|
|
9
|
+
export declare class PanelBarStateChangeEvent {
|
|
10
|
+
/**
|
|
11
|
+
* A collection of all modified items.
|
|
12
|
+
*/
|
|
13
|
+
items: Array<PanelBarItemModel>;
|
|
14
|
+
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents the content template of the declaratively initialized PanelBar items.
|
|
8
9
|
* The content can be expanded or collapsed through the item.
|
|
@@ -10,4 +11,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
10
11
|
export declare class PanelBarContentDirective {
|
|
11
12
|
templateRef: TemplateRef<any>;
|
|
12
13
|
constructor(templateRef: TemplateRef<any>);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarContentDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarContentDirective, "[kendoPanelBarContent]", never, {}, {}, never>;
|
|
13
16
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -3,10 +3,13 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents the template directive of the PanelBar which helps to customize the item content.
|
|
8
9
|
*/
|
|
9
10
|
export declare class PanelBarItemTemplateDirective {
|
|
10
11
|
templateRef: TemplateRef<any>;
|
|
11
12
|
constructor(templateRef: TemplateRef<any>);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarItemTemplateDirective, [{ optional: true; }]>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarItemTemplateDirective, "[kendoPanelBarItemTemplate]", never, {}, {}, never>;
|
|
12
15
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents the template directive of the PanelBar which helps to customize the item title
|
|
8
9
|
* ([more information and example]({% slug templates_panelbar %}#toc-customizing-the-appearance-of-the-title)).
|
|
@@ -32,4 +33,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
32
33
|
export declare class PanelBarItemTitleDirective {
|
|
33
34
|
templateRef: TemplateRef<any>;
|
|
34
35
|
constructor(templateRef: TemplateRef<any>);
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarItemTitleDirective, [{ optional: true; }]>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarItemTitleDirective, "[kendoPanelBarItemTitle]", never, {}, {}, never>;
|
|
35
38
|
}
|
|
@@ -8,6 +8,7 @@ import { PanelBarContentDirective } from "./panelbar-content.directive";
|
|
|
8
8
|
import { PanelBarItemTitleDirective } from "./panelbar-item-title.directive";
|
|
9
9
|
import { PanelBarItemModel } from './panelbar-item-model';
|
|
10
10
|
import { Subscription } from 'rxjs';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* Represents the items of the PanelBar.
|
|
13
14
|
*/
|
|
@@ -46,7 +47,8 @@ export declare class PanelBarItemComponent implements OnInit, AfterContentChecke
|
|
|
46
47
|
/**
|
|
47
48
|
* When set to `true`, expands the PanelBar item ([see example]({% slug items_panelbar %}#toc-expanded-state)).
|
|
48
49
|
*/
|
|
49
|
-
expanded: boolean;
|
|
50
|
+
set expanded(value: boolean);
|
|
51
|
+
get expanded(): boolean;
|
|
50
52
|
/**
|
|
51
53
|
* Sets the selected state of a PanelBar item ([see example]({% slug items_panelbar %}#toc-selected-state)).
|
|
52
54
|
*/
|
|
@@ -76,23 +78,23 @@ export declare class PanelBarItemComponent implements OnInit, AfterContentChecke
|
|
|
76
78
|
hasItems: boolean;
|
|
77
79
|
hasContent: boolean;
|
|
78
80
|
state: string;
|
|
79
|
-
|
|
81
|
+
get animate(): boolean;
|
|
80
82
|
role: string;
|
|
81
83
|
titleAttribute: string;
|
|
82
84
|
kItemClass: boolean;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
85
|
+
get kStateDefaultClass(): boolean;
|
|
86
|
+
get kStateDisabledClass(): boolean;
|
|
87
|
+
get kStateExpandedClass(): boolean;
|
|
88
|
+
get itemId(): string;
|
|
89
|
+
get ariaExpanded(): boolean;
|
|
90
|
+
get ariaSelected(): boolean;
|
|
91
|
+
get ariaDisabled(): boolean;
|
|
92
|
+
get headerClass(): boolean;
|
|
93
|
+
get childClass(): boolean;
|
|
92
94
|
/**
|
|
93
95
|
* @hidden
|
|
94
96
|
*/
|
|
95
|
-
|
|
97
|
+
get titleTemplate(): TemplateRef<any>;
|
|
96
98
|
viewChildItems: QueryList<PanelBarItemComponent>;
|
|
97
99
|
contentItems: QueryList<PanelBarItemComponent>;
|
|
98
100
|
contentTemplate: QueryList<PanelBarContentDirective>;
|
|
@@ -122,7 +124,7 @@ export declare class PanelBarItemComponent implements OnInit, AfterContentChecke
|
|
|
122
124
|
/**
|
|
123
125
|
* @hidden
|
|
124
126
|
*/
|
|
125
|
-
|
|
127
|
+
get iconClasses(): any;
|
|
126
128
|
/**
|
|
127
129
|
* @hidden
|
|
128
130
|
*/
|
|
@@ -148,4 +150,6 @@ export declare class PanelBarItemComponent implements OnInit, AfterContentChecke
|
|
|
148
150
|
*/
|
|
149
151
|
private addLevelClass;
|
|
150
152
|
private onWrapperFocusChange;
|
|
153
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarItemComponent, [{ optional: true; host: true; skipSelf: true; }, null, null, null]>;
|
|
154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarItemComponent, "kendo-panelbar-item", ["kendoPanelbarItem"], { "title": "title"; "id": "id"; "icon": "icon"; "iconClass": "iconClass"; "imageUrl": "imageUrl"; "disabled": "disabled"; "expanded": "expanded"; "selected": "selected"; "content": "content"; "items": "items"; "template": "template"; }, {}, ["contentItems", "contentTemplate", "titleTemplates"], ["kendo-panelbar-item"]>;
|
|
151
155
|
}
|