@progress/kendo-angular-layout 14.4.0-develop.2 → 14.4.0-develop.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/NOTICE.txt +147 -594
- package/README.md +1 -1
- package/avatar/avatar.component.d.ts +1 -1
- package/avatar/l10n/custom-messages.component.d.ts +1 -1
- package/avatar/l10n/localized-messages.directive.d.ts +1 -1
- package/avatar/l10n/messages.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 +1 -1
- 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/esm2020/avatar/avatar.component.mjs +1 -1
- package/esm2020/avatar/l10n/custom-messages.component.mjs +1 -1
- package/esm2020/avatar/l10n/localized-messages.directive.mjs +1 -1
- package/esm2020/avatar/l10n/messages.mjs +1 -1
- package/esm2020/avatar/models/fill.mjs +1 -1
- package/esm2020/avatar/models/models.mjs +1 -1
- package/esm2020/avatar/models/rounded.mjs +1 -1
- package/esm2020/avatar/models/shape.mjs +1 -1
- package/esm2020/avatar/models/size.mjs +1 -1
- package/esm2020/avatar/models/theme-color.mjs +1 -1
- package/esm2020/avatar.module.mjs +1 -1
- package/esm2020/card/card-actions.component.mjs +11 -8
- package/esm2020/card/card-body.component.mjs +1 -1
- package/esm2020/card/card-footer.component.mjs +1 -1
- package/esm2020/card/card-header.component.mjs +1 -1
- package/esm2020/card/card.component.mjs +2 -5
- package/esm2020/card/directives/card-media.directive.mjs +1 -1
- package/esm2020/card/directives/card-separator.directive.mjs +1 -1
- package/esm2020/card/directives/card-subtitle.directive.mjs +1 -1
- package/esm2020/card/directives/card-title.directive.mjs +1 -1
- package/esm2020/card/models/actions-layout.mjs +1 -1
- package/esm2020/card/models/card-action.mjs +1 -1
- package/esm2020/card.module.mjs +1 -1
- package/esm2020/common/direction.mjs +1 -1
- package/esm2020/common/dom-queries.mjs +1 -1
- package/esm2020/common/orientation.mjs +1 -1
- package/esm2020/common/preventable-event.mjs +1 -1
- package/esm2020/common/styling-classes.mjs +1 -1
- package/esm2020/common/util.mjs +2 -2
- package/esm2020/drawer/animations.mjs +1 -1
- package/esm2020/drawer/drawer-container.component.mjs +1 -1
- package/esm2020/drawer/drawer-content.component.mjs +1 -1
- package/esm2020/drawer/drawer.component.mjs +1 -1
- package/esm2020/drawer/drawer.service.mjs +1 -1
- package/esm2020/drawer/events/drawer-list-select.event.mjs +1 -1
- package/esm2020/drawer/events/select-event.mjs +1 -1
- package/esm2020/drawer/item.component.mjs +1 -1
- package/esm2020/drawer/list.component.mjs +1 -1
- package/esm2020/drawer/models/constants.mjs +1 -1
- package/esm2020/drawer/models/drawer-animation.interface.mjs +1 -1
- package/esm2020/drawer/models/drawer-item-expand.interface.mjs +1 -1
- package/esm2020/drawer/models/drawer-item.interface.mjs +1 -1
- package/esm2020/drawer/models/drawer-view-item.interface.mjs +1 -1
- package/esm2020/drawer/models/mode.mjs +1 -1
- package/esm2020/drawer/models/position.mjs +1 -1
- package/esm2020/drawer/template-directives/drawer-template.directive.mjs +1 -1
- package/esm2020/drawer/template-directives/footer-template.directive.mjs +1 -1
- package/esm2020/drawer/template-directives/header-template.directive.mjs +1 -1
- package/esm2020/drawer/template-directives/item-template.directive.mjs +1 -1
- package/esm2020/drawer/template-directives.mjs +1 -1
- package/esm2020/drawer/types.mjs +1 -1
- package/esm2020/drawer/util.mjs +1 -1
- package/esm2020/drawer.module.mjs +1 -1
- package/esm2020/expansionpanel/animations.mjs +1 -1
- package/esm2020/expansionpanel/events/action-event.mjs +1 -1
- package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +1 -1
- package/esm2020/expansionpanel/expansionpanel.component.mjs +1 -1
- package/esm2020/expansionpanel.module.mjs +1 -1
- package/esm2020/gridlayout.module.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/layout.module.mjs +1 -1
- package/esm2020/layouts/grid-layout.component.mjs +1 -1
- package/esm2020/layouts/gridlayout-item.component.mjs +1 -1
- package/esm2020/layouts/models/gridlayout-gap-settings.mjs +1 -1
- package/esm2020/layouts/models/gridlayout-row-col-size.mjs +1 -1
- package/esm2020/layouts/models/layout-align-settings.mjs +1 -1
- package/esm2020/layouts/models/layout-horizontal-align.mjs +1 -1
- package/esm2020/layouts/models/layout-vertical-align.mjs +1 -1
- package/esm2020/layouts/models.mjs +1 -1
- package/esm2020/layouts/stack-layout.component.mjs +1 -1
- package/esm2020/layouts/util.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/panelbar/events/collapse-event.mjs +1 -1
- package/esm2020/panelbar/events/expand-event.mjs +1 -1
- package/esm2020/panelbar/events/item-click-event.mjs +9 -0
- package/esm2020/panelbar/events/select-event.mjs +1 -1
- package/esm2020/panelbar/events/state-change-event.mjs +1 -1
- package/esm2020/panelbar/events.mjs +2 -1
- package/esm2020/panelbar/panelbar-content.directive.mjs +1 -1
- package/esm2020/panelbar/panelbar-expand-mode.mjs +1 -1
- package/esm2020/panelbar/panelbar-item-model.mjs +1 -1
- package/esm2020/panelbar/panelbar-item-template.directive.mjs +1 -1
- package/esm2020/panelbar/panelbar-item-title.directive.mjs +1 -1
- package/esm2020/panelbar/panelbar-item.component.mjs +4 -2
- package/esm2020/panelbar/panelbar.component.mjs +14 -8
- package/esm2020/panelbar/panelbar.service.mjs +2 -1
- package/esm2020/panelbar.module.mjs +1 -1
- package/esm2020/progress-kendo-angular-layout.mjs +1 -1
- package/esm2020/splitter/splitter-bar.component.mjs +1 -1
- package/esm2020/splitter/splitter-pane.component.mjs +1 -1
- package/esm2020/splitter/splitter.component.mjs +1 -1
- package/esm2020/splitter/splitter.service.mjs +1 -1
- package/esm2020/splitter/util.mjs +1 -1
- package/esm2020/splitter.module.mjs +1 -1
- package/esm2020/stacklayout.module.mjs +1 -1
- package/esm2020/stepper/events/activate-event.mjs +1 -1
- package/esm2020/stepper/list.component.mjs +1 -1
- package/esm2020/stepper/localization/custom-messages.component.mjs +1 -1
- package/esm2020/stepper/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/stepper/localization/messages.mjs +1 -1
- package/esm2020/stepper/models/constants.mjs +1 -1
- package/esm2020/stepper/models/orientation.mjs +1 -1
- package/esm2020/stepper/models/step-predicate.mjs +1 -1
- package/esm2020/stepper/models/step-type.mjs +1 -1
- package/esm2020/stepper/models/stepper-step.interface.mjs +1 -1
- package/esm2020/stepper/step.component.mjs +1 -1
- package/esm2020/stepper/stepper.component.mjs +1 -1
- package/esm2020/stepper/stepper.service.mjs +1 -1
- package/esm2020/stepper/template-directives/indicator-template.directive.mjs +1 -1
- package/esm2020/stepper/template-directives/label-template.directive.mjs +1 -1
- package/esm2020/stepper/template-directives/step-template.directive.mjs +1 -1
- package/esm2020/stepper/template-directives.mjs +1 -1
- package/esm2020/stepper/types.mjs +1 -1
- package/esm2020/stepper.module.mjs +1 -1
- package/esm2020/tabstrip/constants.mjs +1 -1
- package/esm2020/tabstrip/directives/tab-content.directive.mjs +1 -1
- package/esm2020/tabstrip/directives/tab-title.directive.mjs +1 -1
- package/esm2020/tabstrip/directives/tab.directive.mjs +1 -1
- package/esm2020/tabstrip/events/select-event.mjs +1 -1
- package/esm2020/tabstrip/events/tabclose-event.mjs +1 -1
- package/esm2020/tabstrip/events/tabscroll-event.mjs +1 -1
- package/esm2020/tabstrip/events.mjs +1 -1
- package/esm2020/tabstrip/localization/custom-messages.component.mjs +1 -1
- package/esm2020/tabstrip/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/tabstrip/localization/messages.mjs +1 -1
- package/esm2020/tabstrip/models/button-state-change.mjs +1 -1
- package/esm2020/tabstrip/models/scroll-button-type.mjs +1 -1
- package/esm2020/tabstrip/models/scroll-buttons-visibility.mjs +1 -1
- package/esm2020/tabstrip/models/scrollable-settings.mjs +1 -1
- package/esm2020/tabstrip/models/tab-alignment.mjs +1 -1
- package/esm2020/tabstrip/models/tab-position.mjs +1 -1
- package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +1 -1
- package/esm2020/tabstrip/rendering/tab.component.mjs +1 -1
- package/esm2020/tabstrip/scrollable-button.component.mjs +1 -1
- package/esm2020/tabstrip/tabstrip-scroll.service.mjs +1 -1
- package/esm2020/tabstrip/tabstrip.component.mjs +1 -1
- package/esm2020/tabstrip/tabstrip.service.mjs +1 -1
- package/esm2020/tabstrip/util.mjs +1 -1
- package/esm2020/tabstrip.module.mjs +1 -1
- package/esm2020/tilelayout/constants.mjs +1 -1
- package/esm2020/tilelayout/dragging-service.mjs +1 -1
- package/esm2020/tilelayout/keyboard-navigation.service.mjs +1 -1
- package/esm2020/tilelayout/models/dragging-config.interface.mjs +1 -1
- package/esm2020/tilelayout/models/flowmode.type.mjs +1 -1
- package/esm2020/tilelayout/models/gap.interface.mjs +1 -1
- package/esm2020/tilelayout/models/navigation.interface.mjs +1 -1
- package/esm2020/tilelayout/reorder-event.mjs +1 -1
- package/esm2020/tilelayout/resize-event.mjs +1 -1
- package/esm2020/tilelayout/tilelayout-item-body.component.mjs +1 -1
- package/esm2020/tilelayout/tilelayout-item-header.component.mjs +1 -1
- package/esm2020/tilelayout/tilelayout-item.component.mjs +1 -1
- package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +1 -1
- package/esm2020/tilelayout/tilelayout.component.mjs +1 -1
- package/esm2020/tilelayout/util.mjs +1 -1
- package/esm2020/tilelayout.module.mjs +1 -1
- 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 +38 -24
- package/fesm2020/progress-kendo-angular-layout.mjs +38 -24
- package/gridlayout.module.d.ts +1 -1
- package/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 +7 -7
- package/panelbar/events/collapse-event.d.ts +1 -1
- package/panelbar/events/expand-event.d.ts +1 -1
- package/panelbar/events/item-click-event.d.ts +18 -0
- package/panelbar/events/select-event.d.ts +1 -1
- package/panelbar/events/state-change-event.d.ts +1 -1
- package/panelbar/events.d.ts +2 -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 +8 -4
- package/panelbar/panelbar.service.d.ts +4 -2
- package/panelbar.module.d.ts +1 -1
- package/progress-kendo-angular-layout.d.ts +1 -1
- package/splitter/splitter-bar.component.d.ts +1 -1
- package/splitter/splitter-pane.component.d.ts +1 -1
- package/splitter/splitter.component.d.ts +1 -1
- 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 +1 -1
- 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/directives/tab.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 +1 -1
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
@@ -31,8 +31,8 @@ const packageMetadata = {
|
|
|
31
31
|
name: '@progress/kendo-angular-layout',
|
|
32
32
|
productName: 'Kendo UI for Angular',
|
|
33
33
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
34
|
-
publishDate:
|
|
35
|
-
version: '14.4.0-develop.
|
|
34
|
+
publishDate: 1706519724,
|
|
35
|
+
version: '14.4.0-develop.20',
|
|
36
36
|
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'
|
|
37
37
|
};
|
|
38
38
|
|
|
@@ -75,6 +75,7 @@ class PanelBarService {
|
|
|
75
75
|
this.parentSource = new Subject();
|
|
76
76
|
this.keepContentSource = new BehaviorSubject(false);
|
|
77
77
|
this.childSource = new Subject();
|
|
78
|
+
this.itemClick = new Subject();
|
|
78
79
|
this.parent$ = this.parentSource.asObservable();
|
|
79
80
|
this.children$ = this.childSource.asObservable();
|
|
80
81
|
this.keepContent$ = this.keepContentSource.asObservable();
|
|
@@ -180,7 +181,7 @@ const SHAPE_TO_ROUNDED = {
|
|
|
180
181
|
*/
|
|
181
182
|
const parsePanelBarItems = (data) => {
|
|
182
183
|
return data.map((item) => {
|
|
183
|
-
if (!item.id) {
|
|
184
|
+
if (!isPresent(item.id)) {
|
|
184
185
|
item.id = `default-${nextId$1++}`;
|
|
185
186
|
}
|
|
186
187
|
if (item.children) {
|
|
@@ -438,6 +439,7 @@ class PanelBarItemComponent {
|
|
|
438
439
|
*/
|
|
439
440
|
onItemClick(e) {
|
|
440
441
|
if (!isFocusable(e.target)) {
|
|
442
|
+
this.eventService.itemClick.next({ item: this.serialize(), originalEvent: e });
|
|
441
443
|
this.onItemAction();
|
|
442
444
|
}
|
|
443
445
|
}
|
|
@@ -485,7 +487,8 @@ class PanelBarItemComponent {
|
|
|
485
487
|
id: this.id,
|
|
486
488
|
imageUrl: this.imageUrl,
|
|
487
489
|
selected: this.selected,
|
|
488
|
-
title: this.title
|
|
490
|
+
title: this.title,
|
|
491
|
+
children: this.items
|
|
489
492
|
};
|
|
490
493
|
}
|
|
491
494
|
/**
|
|
@@ -975,6 +978,12 @@ class PanelBarSelectEvent extends PreventableEvent {
|
|
|
975
978
|
class PanelBarStateChangeEvent {
|
|
976
979
|
}
|
|
977
980
|
|
|
981
|
+
/**
|
|
982
|
+
* Arguments for the `itemClick` event of the PanelBar.
|
|
983
|
+
*/
|
|
984
|
+
class PanelBarItemClickEvent {
|
|
985
|
+
}
|
|
986
|
+
|
|
978
987
|
/**
|
|
979
988
|
* Represents the [Kendo UI PanelBar component for Angular]({% slug overview_panelbar %}).
|
|
980
989
|
*/
|
|
@@ -1030,6 +1039,10 @@ class PanelBarComponent {
|
|
|
1030
1039
|
* This event is preventable. If you cancel it, the item will remain expanded.
|
|
1031
1040
|
*/
|
|
1032
1041
|
this.collapse = new EventEmitter();
|
|
1042
|
+
/**
|
|
1043
|
+
* Fires when the user clicks an item ([see example]({% slug events_panelbar %})).
|
|
1044
|
+
*/
|
|
1045
|
+
this.itemClick = new EventEmitter();
|
|
1033
1046
|
this.hostClasses = true;
|
|
1034
1047
|
this.tabIndex = 0;
|
|
1035
1048
|
this.role = 'tree';
|
|
@@ -1041,6 +1054,7 @@ class PanelBarComponent {
|
|
|
1041
1054
|
this.isViewInit = true;
|
|
1042
1055
|
this.focused = false;
|
|
1043
1056
|
this._keepItemContent = false;
|
|
1057
|
+
this.subs = new Subscription();
|
|
1044
1058
|
this.updateChildrenHeight = () => {
|
|
1045
1059
|
let childrenHeight = 0;
|
|
1046
1060
|
const panelbarHeight = this.elementRef.nativeElement.offsetHeight;
|
|
@@ -1059,7 +1073,8 @@ class PanelBarComponent {
|
|
|
1059
1073
|
this.keyBindings = this.computedKeys;
|
|
1060
1074
|
this.elementRef = elementRef;
|
|
1061
1075
|
this.eventService = eventService;
|
|
1062
|
-
this.eventService.children$.subscribe(event => this.onItemAction(event));
|
|
1076
|
+
this.subs.add(this.eventService.children$.subscribe(event => this.onItemAction(event)));
|
|
1077
|
+
this.subs.add(this.eventService.itemClick.subscribe(ev => this.itemClick.emit(ev)));
|
|
1063
1078
|
}
|
|
1064
1079
|
/**
|
|
1065
1080
|
* When set to `true`, the PanelBar renders the content of all items and they are persisted in the DOM
|
|
@@ -1113,13 +1128,10 @@ class PanelBarComponent {
|
|
|
1113
1128
|
};
|
|
1114
1129
|
}
|
|
1115
1130
|
ngOnDestroy() {
|
|
1116
|
-
|
|
1117
|
-
this.localizationChangeSubscription.unsubscribe();
|
|
1118
|
-
}
|
|
1131
|
+
this.subs.unsubscribe();
|
|
1119
1132
|
}
|
|
1120
1133
|
ngOnInit() {
|
|
1121
|
-
this.
|
|
1122
|
-
.changes.subscribe(() => this.keyBindings = this.computedKeys);
|
|
1134
|
+
this.subs.add(this.localization.changes.subscribe(() => this.keyBindings = this.computedKeys));
|
|
1123
1135
|
this.eventService.animate = this.animate;
|
|
1124
1136
|
this.eventService.expandMode = this.expandMode;
|
|
1125
1137
|
}
|
|
@@ -1444,7 +1456,7 @@ class PanelBarComponent {
|
|
|
1444
1456
|
}
|
|
1445
1457
|
}
|
|
1446
1458
|
PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: PanelBarService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1447
|
-
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PanelBarComponent, selector: "kendo-panelbar", inputs: { expandMode: "expandMode", selectable: "selectable", animate: "animate", height: "height", keepItemContent: "keepItemContent", items: "items" }, outputs: { stateChange: "stateChange", select: "select", expand: "expand", collapse: "collapse" }, host: { listeners: { "click": "onComponentClick($event)", "focus": "onComponentFocus()", "blur": "onComponentBlur()", "keydown": "onComponentKeyDown($event)" }, properties: { "class.k-panelbar": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "attr.aria-activedescendant": "this.activeDescendant", "style.height": "this.hostHeight", "style.overflow": "this.overflow", "attr.dir": "this.dir" } }, providers: [
|
|
1459
|
+
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PanelBarComponent, selector: "kendo-panelbar", inputs: { expandMode: "expandMode", selectable: "selectable", animate: "animate", height: "height", keepItemContent: "keepItemContent", items: "items" }, outputs: { stateChange: "stateChange", select: "select", expand: "expand", collapse: "collapse", itemClick: "itemClick" }, host: { listeners: { "click": "onComponentClick($event)", "focus": "onComponentFocus()", "blur": "onComponentBlur()", "keydown": "onComponentKeyDown($event)" }, properties: { "class.k-panelbar": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "attr.aria-activedescendant": "this.activeDescendant", "style.height": "this.hostHeight", "style.overflow": "this.overflow", "attr.dir": "this.dir" } }, providers: [
|
|
1448
1460
|
PanelBarService,
|
|
1449
1461
|
LocalizationService,
|
|
1450
1462
|
{
|
|
@@ -1533,6 +1545,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1533
1545
|
type: Output
|
|
1534
1546
|
}], collapse: [{
|
|
1535
1547
|
type: Output
|
|
1548
|
+
}], itemClick: [{
|
|
1549
|
+
type: Output
|
|
1536
1550
|
}], hostClasses: [{
|
|
1537
1551
|
type: HostBinding,
|
|
1538
1552
|
args: ['class.k-panelbar']
|
|
@@ -7154,7 +7168,7 @@ class CardComponent {
|
|
|
7154
7168
|
}
|
|
7155
7169
|
}
|
|
7156
7170
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7157
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-
|
|
7171
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
|
|
7158
7172
|
LocalizationService,
|
|
7159
7173
|
{
|
|
7160
7174
|
provide: L10N_PREFIX,
|
|
@@ -7179,9 +7193,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7179
7193
|
`
|
|
7180
7194
|
}]
|
|
7181
7195
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
7182
|
-
type: HostBinding,
|
|
7183
|
-
args: ['class.k-widget']
|
|
7184
|
-
}, {
|
|
7185
7196
|
type: HostBinding,
|
|
7186
7197
|
args: ['class.k-card']
|
|
7187
7198
|
}], widthStyle: [{
|
|
@@ -7346,7 +7357,7 @@ class CardActionsComponent {
|
|
|
7346
7357
|
}
|
|
7347
7358
|
}
|
|
7348
7359
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7349
|
-
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-
|
|
7360
|
+
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClass", "class.k-card-actions": "this.hostClass", "class.k-actions-stretched": "this.stretchedClass", "class.k-actions-start": "this.startClass", "class.k-actions-end": "this.endClass", "class.k-actions-center": "this.centerClass", "class.k-actions-vertical": "this.verticalClass", "class.k-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
|
|
7350
7361
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
7351
7362
|
|
|
7352
7363
|
<ng-container *ngIf="actionsArray">
|
|
@@ -7396,26 +7407,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7396
7407
|
`
|
|
7397
7408
|
}]
|
|
7398
7409
|
}], propDecorators: { hostClass: [{
|
|
7410
|
+
type: HostBinding,
|
|
7411
|
+
args: ['class.k-actions']
|
|
7412
|
+
}, {
|
|
7399
7413
|
type: HostBinding,
|
|
7400
7414
|
args: ['class.k-card-actions']
|
|
7401
7415
|
}], stretchedClass: [{
|
|
7402
7416
|
type: HostBinding,
|
|
7403
|
-
args: ['class.k-
|
|
7417
|
+
args: ['class.k-actions-stretched']
|
|
7404
7418
|
}], startClass: [{
|
|
7405
7419
|
type: HostBinding,
|
|
7406
|
-
args: ['class.k-
|
|
7420
|
+
args: ['class.k-actions-start']
|
|
7407
7421
|
}], endClass: [{
|
|
7408
7422
|
type: HostBinding,
|
|
7409
|
-
args: ['class.k-
|
|
7423
|
+
args: ['class.k-actions-end']
|
|
7410
7424
|
}], centerClass: [{
|
|
7411
7425
|
type: HostBinding,
|
|
7412
|
-
args: ['class.k-
|
|
7426
|
+
args: ['class.k-actions-center']
|
|
7413
7427
|
}], verticalClass: [{
|
|
7414
7428
|
type: HostBinding,
|
|
7415
|
-
args: ['class.k-
|
|
7429
|
+
args: ['class.k-actions-vertical']
|
|
7416
7430
|
}], horizontalClass: [{
|
|
7417
7431
|
type: HostBinding,
|
|
7418
|
-
args: ['class.k-
|
|
7432
|
+
args: ['class.k-actions-horizontal']
|
|
7419
7433
|
}], orientation: [{
|
|
7420
7434
|
type: Input
|
|
7421
7435
|
}], layout: [{
|
|
@@ -10450,5 +10464,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
10450
10464
|
* Generated bundle index. Do not edit.
|
|
10451
10465
|
*/
|
|
10452
10466
|
|
|
10453
|
-
export { AvatarComponent, AvatarCustomMessagesComponent, AvatarModule, CardAction, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardModule, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, DrawerModule, DrawerSelectEvent, DrawerTemplateDirective, ExpansionPanelActionEvent, ExpansionPanelComponent, ExpansionPanelModule, ExpansionPanelTitleDirective, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, LayoutModule, LocalizedAvatarMessagesDirective, LocalizedStepperMessagesDirective, LocalizedTabStripMessagesDirective, PanelBarCollapseEvent, PanelBarComponent, PanelBarContentDirective, PanelBarExpandEvent, PanelBarExpandMode, PanelBarItemComponent, PanelBarItemTemplateDirective, PanelBarItemTitleDirective, PanelBarModule, PanelBarSelectEvent, PanelBarStateChangeEvent, SelectEvent, SplitterComponent, SplitterModule, SplitterPaneComponent, StackLayoutComponent, StackLayoutModule, StepperActivateEvent, StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperModule, StepperStepTemplateDirective, TabCloseEvent, TabComponent, TabContentDirective, TabStripComponent, TabStripCustomMessagesComponent, TabStripModule, TabStripTabComponent, TabTemplateDirective, TabTitleDirective, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TileLayoutModule, TileLayoutReorderEvent, TileLayoutResizeEvent, TileLayoutResizeHandleDirective };
|
|
10467
|
+
export { AvatarComponent, AvatarCustomMessagesComponent, AvatarModule, CardAction, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardModule, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, DrawerModule, DrawerSelectEvent, DrawerTemplateDirective, ExpansionPanelActionEvent, ExpansionPanelComponent, ExpansionPanelModule, ExpansionPanelTitleDirective, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, LayoutModule, LocalizedAvatarMessagesDirective, LocalizedStepperMessagesDirective, LocalizedTabStripMessagesDirective, PanelBarCollapseEvent, PanelBarComponent, PanelBarContentDirective, PanelBarExpandEvent, PanelBarExpandMode, PanelBarItemClickEvent, PanelBarItemComponent, PanelBarItemTemplateDirective, PanelBarItemTitleDirective, PanelBarModule, PanelBarSelectEvent, PanelBarStateChangeEvent, SelectEvent, SplitterComponent, SplitterModule, SplitterPaneComponent, StackLayoutComponent, StackLayoutModule, StepperActivateEvent, StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperModule, StepperStepTemplateDirective, TabCloseEvent, TabComponent, TabContentDirective, TabStripComponent, TabStripCustomMessagesComponent, TabStripModule, TabStripTabComponent, TabTemplateDirective, TabTitleDirective, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TileLayoutModule, TileLayoutReorderEvent, TileLayoutResizeEvent, TileLayoutResizeHandleDirective };
|
|
10454
10468
|
|
package/gridlayout.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Orientation } from './common/orientation';
|
package/layout.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Renderer2, ElementRef, AfterViewInit, SimpleChanges, OnChanges } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Renderer2, ElementRef, OnChanges } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 © 2024 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 © 2024 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 { VerticalAlign, HorizontalAlign } from '../models';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 © 2024 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
|
/**
|
package/layouts/models.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Renderer2, ElementRef, AfterViewInit, SimpleChanges, OnChanges } from '@angular/core';
|
package/layouts/util.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { GridLayoutColSize, GridLayoutGapSettings, GridLayoutRowSize } from "./models";
|
package/package-metadata.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "14.4.0-develop.
|
|
3
|
+
"version": "14.4.0-develop.20",
|
|
4
4
|
"description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@angular/core": "13 - 17",
|
|
40
40
|
"@angular/platform-browser": "13 - 17",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "14.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-l10n": "14.4.0-develop.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "14.4.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "14.4.0-develop.
|
|
46
|
-
"@progress/kendo-angular-buttons": "14.4.0-develop.
|
|
42
|
+
"@progress/kendo-angular-common": "14.4.0-develop.20",
|
|
43
|
+
"@progress/kendo-angular-l10n": "14.4.0-develop.20",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "14.4.0-develop.20",
|
|
45
|
+
"@progress/kendo-angular-icons": "14.4.0-develop.20",
|
|
46
|
+
"@progress/kendo-angular-buttons": "14.4.0-develop.20",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "14.4.0-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "14.4.0-develop.20",
|
|
52
52
|
"@progress/kendo-draggable": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"schematics": "./schematics/collection.json",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 © 2024 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';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 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 `itemClick` event of the PanelBar.
|
|
8
|
+
*/
|
|
9
|
+
export declare class PanelBarItemClickEvent {
|
|
10
|
+
/**
|
|
11
|
+
* The clicked item.
|
|
12
|
+
*/
|
|
13
|
+
item: PanelBarItemModel;
|
|
14
|
+
/**
|
|
15
|
+
* The DOM event that triggered the `itemClick` event.
|
|
16
|
+
*/
|
|
17
|
+
originalEvent: any;
|
|
18
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 © 2024 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 { PanelBarItemModel } from '../panelbar-item-model';
|
package/panelbar/events.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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';
|
|
6
6
|
export { PanelBarExpandEvent } from './events/expand-event';
|
|
7
7
|
export { PanelBarSelectEvent } from './events/select-event';
|
|
8
8
|
export { PanelBarStateChangeEvent } from './events/state-change-event';
|
|
9
|
+
export { PanelBarItemClickEvent } from './events/item-click-event';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 © 2024 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 { SVGIcon } from "@progress/kendo-svg-icons";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { TemplateRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { TemplateRef, QueryList, AfterContentChecked, AfterViewChecked, OnDestroy, ElementRef, Renderer2, OnInit } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { AfterViewChecked, ElementRef, EventEmitter, OnChanges, QueryList, SimpleChange, TemplateRef, OnInit, OnDestroy } from '@angular/core';
|
|
@@ -9,7 +9,7 @@ import { PanelBarItemComponent } from './panelbar-item.component';
|
|
|
9
9
|
import { PanelBarItemModel } from './panelbar-item-model';
|
|
10
10
|
import { PanelBarService } from "./panelbar.service";
|
|
11
11
|
import { PanelBarItemTemplateDirective } from "./panelbar-item-template.directive";
|
|
12
|
-
import { PanelBarSelectEvent, PanelBarExpandEvent, PanelBarCollapseEvent, PanelBarStateChangeEvent } from './events';
|
|
12
|
+
import { PanelBarSelectEvent, PanelBarExpandEvent, PanelBarCollapseEvent, PanelBarStateChangeEvent, PanelBarItemClickEvent } from './events';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
|
15
15
|
* Represents the [Kendo UI PanelBar component for Angular]({% slug overview_panelbar %}).
|
|
@@ -77,6 +77,10 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
|
|
|
77
77
|
* This event is preventable. If you cancel it, the item will remain expanded.
|
|
78
78
|
*/
|
|
79
79
|
collapse: EventEmitter<PanelBarCollapseEvent>;
|
|
80
|
+
/**
|
|
81
|
+
* Fires when the user clicks an item ([see example]({% slug events_panelbar %})).
|
|
82
|
+
*/
|
|
83
|
+
itemClick: EventEmitter<PanelBarItemClickEvent>;
|
|
80
84
|
hostClasses: boolean;
|
|
81
85
|
tabIndex: number;
|
|
82
86
|
role: string;
|
|
@@ -92,7 +96,6 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
|
|
|
92
96
|
* @hidden
|
|
93
97
|
*/
|
|
94
98
|
showLicenseWatermark: boolean;
|
|
95
|
-
private localizationChangeSubscription;
|
|
96
99
|
private allItems;
|
|
97
100
|
private childrenItems;
|
|
98
101
|
private isViewInit;
|
|
@@ -102,6 +105,7 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
|
|
|
102
105
|
private elementRef;
|
|
103
106
|
private eventService;
|
|
104
107
|
private keyBindings;
|
|
108
|
+
private subs;
|
|
105
109
|
constructor(elementRef: ElementRef, eventService: PanelBarService, localization: LocalizationService);
|
|
106
110
|
/**
|
|
107
111
|
* @hidden
|
|
@@ -153,5 +157,5 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
|
|
|
153
157
|
private visibleItems;
|
|
154
158
|
private flatVisibleItems;
|
|
155
159
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarComponent, never>;
|
|
156
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarComponent, "kendo-panelbar", ["kendoPanelbar"], { "expandMode": "expandMode"; "selectable": "selectable"; "animate": "animate"; "height": "height"; "keepItemContent": "keepItemContent"; "items": "items"; }, { "stateChange": "stateChange"; "select": "select"; "expand": "expand"; "collapse": "collapse"; }, ["template", "contentItems", "contentChildItems"], ["kendo-panelbar-item"]>;
|
|
160
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarComponent, "kendo-panelbar", ["kendoPanelbar"], { "expandMode": "expandMode"; "selectable": "selectable"; "animate": "animate"; "height": "height"; "keepItemContent": "keepItemContent"; "items": "items"; }, { "stateChange": "stateChange"; "select": "select"; "expand": "expand"; "collapse": "collapse"; "itemClick": "itemClick"; }, ["template", "contentItems", "contentChildItems"], ["kendo-panelbar-item"]>;
|
|
157
161
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Observable } from 'rxjs';
|
|
5
|
+
import { Observable, Subject } from 'rxjs';
|
|
6
6
|
import { PanelBarItemComponent } from "./panelbar-item.component";
|
|
7
7
|
import { PanelBarExpandMode } from './panelbar-expand-mode';
|
|
8
|
+
import { PanelBarItemClickEvent } from './events';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
/**
|
|
10
11
|
* @hidden
|
|
@@ -16,6 +17,7 @@ export declare class PanelBarService {
|
|
|
16
17
|
pbId: number;
|
|
17
18
|
animate: boolean;
|
|
18
19
|
expandMode: PanelBarExpandMode;
|
|
20
|
+
itemClick: Subject<PanelBarItemClickEvent>;
|
|
19
21
|
private childSource;
|
|
20
22
|
private keepContentSource;
|
|
21
23
|
private parentSource;
|
package/panelbar.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 © 2024 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 { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { ChangeDetectorRef, ElementRef, EventEmitter, Renderer2, AfterViewChecked } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { ElementRef, EventEmitter, AfterContentInit, QueryList, Renderer2 } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { EventEmitter, NgZone } from '@angular/core';
|
package/splitter/util.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SplitterPaneComponent } from "./splitter-pane.component";
|
package/splitter.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|