@progress/kendo-angular-layout 14.4.0-develop.9 → 15.0.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.txt +146 -593
- package/esm2020/card/card-actions.component.mjs +10 -7
- package/esm2020/card/card.component.mjs +1 -4
- package/esm2020/common/util.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/panelbar/events/item-click-event.mjs +9 -0
- package/esm2020/panelbar/events.mjs +1 -0
- package/esm2020/panelbar/panelbar-item.component.mjs +3 -1
- package/esm2020/panelbar/panelbar.component.mjs +13 -7
- package/esm2020/panelbar/panelbar.service.mjs +1 -0
- package/fesm2015/progress-kendo-angular-layout.mjs +37 -23
- package/fesm2020/progress-kendo-angular-layout.mjs +37 -23
- package/package.json +7 -7
- package/panelbar/events/item-click-event.d.ts +18 -0
- package/panelbar/events.d.ts +1 -0
- package/panelbar/panelbar.component.d.ts +7 -3
- package/panelbar/panelbar.service.d.ts +3 -1
|
@@ -74,7 +74,7 @@ export class CardActionsComponent {
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
77
|
-
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-
|
|
77
|
+
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: `
|
|
78
78
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
79
79
|
|
|
80
80
|
<ng-container *ngIf="actionsArray">
|
|
@@ -124,26 +124,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
124
124
|
`
|
|
125
125
|
}]
|
|
126
126
|
}], propDecorators: { hostClass: [{
|
|
127
|
+
type: HostBinding,
|
|
128
|
+
args: ['class.k-actions']
|
|
129
|
+
}, {
|
|
127
130
|
type: HostBinding,
|
|
128
131
|
args: ['class.k-card-actions']
|
|
129
132
|
}], stretchedClass: [{
|
|
130
133
|
type: HostBinding,
|
|
131
|
-
args: ['class.k-
|
|
134
|
+
args: ['class.k-actions-stretched']
|
|
132
135
|
}], startClass: [{
|
|
133
136
|
type: HostBinding,
|
|
134
|
-
args: ['class.k-
|
|
137
|
+
args: ['class.k-actions-start']
|
|
135
138
|
}], endClass: [{
|
|
136
139
|
type: HostBinding,
|
|
137
|
-
args: ['class.k-
|
|
140
|
+
args: ['class.k-actions-end']
|
|
138
141
|
}], centerClass: [{
|
|
139
142
|
type: HostBinding,
|
|
140
|
-
args: ['class.k-
|
|
143
|
+
args: ['class.k-actions-center']
|
|
141
144
|
}], verticalClass: [{
|
|
142
145
|
type: HostBinding,
|
|
143
|
-
args: ['class.k-
|
|
146
|
+
args: ['class.k-actions-vertical']
|
|
144
147
|
}], horizontalClass: [{
|
|
145
148
|
type: HostBinding,
|
|
146
|
-
args: ['class.k-
|
|
149
|
+
args: ['class.k-actions-horizontal']
|
|
147
150
|
}], orientation: [{
|
|
148
151
|
type: Input
|
|
149
152
|
}], layout: [{
|
|
@@ -52,7 +52,7 @@ export class CardComponent {
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
55
|
-
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-
|
|
55
|
+
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: [
|
|
56
56
|
LocalizationService,
|
|
57
57
|
{
|
|
58
58
|
provide: L10N_PREFIX,
|
|
@@ -77,9 +77,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
77
77
|
`
|
|
78
78
|
}]
|
|
79
79
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
80
|
-
type: HostBinding,
|
|
81
|
-
args: ['class.k-widget']
|
|
82
|
-
}, {
|
|
83
80
|
type: HostBinding,
|
|
84
81
|
args: ['class.k-card']
|
|
85
82
|
}], widthStyle: [{
|
package/esm2020/common/util.mjs
CHANGED
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-layout',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '
|
|
12
|
+
publishDate: 1706543891,
|
|
13
|
+
version: '15.0.0-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
/**
|
|
6
|
+
* Arguments for the `itemClick` event of the PanelBar.
|
|
7
|
+
*/
|
|
8
|
+
export class PanelBarItemClickEvent {
|
|
9
|
+
}
|
|
@@ -6,3 +6,4 @@ 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';
|
|
@@ -170,6 +170,7 @@ export class PanelBarItemComponent {
|
|
|
170
170
|
*/
|
|
171
171
|
onItemClick(e) {
|
|
172
172
|
if (!isFocusable(e.target)) {
|
|
173
|
+
this.eventService.itemClick.next({ item: this.serialize(), originalEvent: e });
|
|
173
174
|
this.onItemAction();
|
|
174
175
|
}
|
|
175
176
|
}
|
|
@@ -217,7 +218,8 @@ export class PanelBarItemComponent {
|
|
|
217
218
|
id: this.id,
|
|
218
219
|
imageUrl: this.imageUrl,
|
|
219
220
|
selected: this.selected,
|
|
220
|
-
title: this.title
|
|
221
|
+
title: this.title,
|
|
222
|
+
children: this.items
|
|
221
223
|
};
|
|
222
224
|
}
|
|
223
225
|
/**
|
|
@@ -12,6 +12,7 @@ import { PanelBarItemComponent } from './panelbar-item.component';
|
|
|
12
12
|
import { PanelBarService } from "./panelbar.service";
|
|
13
13
|
import { PanelBarItemTemplateDirective } from "./panelbar-item-template.directive";
|
|
14
14
|
import { parsePanelBarItems } from "../common/util";
|
|
15
|
+
import { Subscription } from 'rxjs';
|
|
15
16
|
import { isFocusable } from './../common/dom-queries';
|
|
16
17
|
import { PanelBarSelectEvent, PanelBarExpandEvent, PanelBarCollapseEvent, PanelBarStateChangeEvent } from './events';
|
|
17
18
|
import * as i0 from "@angular/core";
|
|
@@ -75,6 +76,10 @@ export class PanelBarComponent {
|
|
|
75
76
|
* This event is preventable. If you cancel it, the item will remain expanded.
|
|
76
77
|
*/
|
|
77
78
|
this.collapse = new EventEmitter();
|
|
79
|
+
/**
|
|
80
|
+
* Fires when the user clicks an item ([see example]({% slug events_panelbar %})).
|
|
81
|
+
*/
|
|
82
|
+
this.itemClick = new EventEmitter();
|
|
78
83
|
this.hostClasses = true;
|
|
79
84
|
this.tabIndex = 0;
|
|
80
85
|
this.role = 'tree';
|
|
@@ -86,6 +91,7 @@ export class PanelBarComponent {
|
|
|
86
91
|
this.isViewInit = true;
|
|
87
92
|
this.focused = false;
|
|
88
93
|
this._keepItemContent = false;
|
|
94
|
+
this.subs = new Subscription();
|
|
89
95
|
this.updateChildrenHeight = () => {
|
|
90
96
|
let childrenHeight = 0;
|
|
91
97
|
const panelbarHeight = this.elementRef.nativeElement.offsetHeight;
|
|
@@ -104,7 +110,8 @@ export class PanelBarComponent {
|
|
|
104
110
|
this.keyBindings = this.computedKeys;
|
|
105
111
|
this.elementRef = elementRef;
|
|
106
112
|
this.eventService = eventService;
|
|
107
|
-
this.eventService.children$.subscribe(event => this.onItemAction(event));
|
|
113
|
+
this.subs.add(this.eventService.children$.subscribe(event => this.onItemAction(event)));
|
|
114
|
+
this.subs.add(this.eventService.itemClick.subscribe(ev => this.itemClick.emit(ev)));
|
|
108
115
|
}
|
|
109
116
|
/**
|
|
110
117
|
* When set to `true`, the PanelBar renders the content of all items and they are persisted in the DOM
|
|
@@ -158,13 +165,10 @@ export class PanelBarComponent {
|
|
|
158
165
|
};
|
|
159
166
|
}
|
|
160
167
|
ngOnDestroy() {
|
|
161
|
-
|
|
162
|
-
this.localizationChangeSubscription.unsubscribe();
|
|
163
|
-
}
|
|
168
|
+
this.subs.unsubscribe();
|
|
164
169
|
}
|
|
165
170
|
ngOnInit() {
|
|
166
|
-
this.
|
|
167
|
-
.changes.subscribe(() => this.keyBindings = this.computedKeys);
|
|
171
|
+
this.subs.add(this.localization.changes.subscribe(() => this.keyBindings = this.computedKeys));
|
|
168
172
|
this.eventService.animate = this.animate;
|
|
169
173
|
this.eventService.expandMode = this.expandMode;
|
|
170
174
|
}
|
|
@@ -489,7 +493,7 @@ export class PanelBarComponent {
|
|
|
489
493
|
}
|
|
490
494
|
}
|
|
491
495
|
PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: i1.PanelBarService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
492
|
-
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: [
|
|
496
|
+
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: [
|
|
493
497
|
PanelBarService,
|
|
494
498
|
LocalizationService,
|
|
495
499
|
{
|
|
@@ -578,6 +582,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
578
582
|
type: Output
|
|
579
583
|
}], collapse: [{
|
|
580
584
|
type: Output
|
|
585
|
+
}], itemClick: [{
|
|
586
|
+
type: Output
|
|
581
587
|
}], hostClasses: [{
|
|
582
588
|
type: HostBinding,
|
|
583
589
|
args: ['class.k-panelbar']
|
|
@@ -17,6 +17,7 @@ export class PanelBarService {
|
|
|
17
17
|
this.parentSource = new Subject();
|
|
18
18
|
this.keepContentSource = new BehaviorSubject(false);
|
|
19
19
|
this.childSource = new Subject();
|
|
20
|
+
this.itemClick = new Subject();
|
|
20
21
|
this.parent$ = this.parentSource.asObservable();
|
|
21
22
|
this.children$ = this.childSource.asObservable();
|
|
22
23
|
this.keepContent$ = this.keepContentSource.asObservable();
|
|
@@ -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: '
|
|
34
|
+
publishDate: 1706543891,
|
|
35
|
+
version: '15.0.0-develop.1',
|
|
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
|
|
|
@@ -146,7 +146,7 @@ const SHAPE_TO_ROUNDED = {
|
|
|
146
146
|
*/
|
|
147
147
|
const parsePanelBarItems = (data) => {
|
|
148
148
|
return data.map((item) => {
|
|
149
|
-
if (!item.id) {
|
|
149
|
+
if (!isPresent(item.id)) {
|
|
150
150
|
item.id = `default-${nextId$1++}`;
|
|
151
151
|
}
|
|
152
152
|
if (item.children) {
|
|
@@ -261,6 +261,7 @@ class PanelBarService {
|
|
|
261
261
|
this.parentSource = new Subject();
|
|
262
262
|
this.keepContentSource = new BehaviorSubject(false);
|
|
263
263
|
this.childSource = new Subject();
|
|
264
|
+
this.itemClick = new Subject();
|
|
264
265
|
this.parent$ = this.parentSource.asObservable();
|
|
265
266
|
this.children$ = this.childSource.asObservable();
|
|
266
267
|
this.keepContent$ = this.keepContentSource.asObservable();
|
|
@@ -440,6 +441,7 @@ class PanelBarItemComponent {
|
|
|
440
441
|
*/
|
|
441
442
|
onItemClick(e) {
|
|
442
443
|
if (!isFocusable(e.target)) {
|
|
444
|
+
this.eventService.itemClick.next({ item: this.serialize(), originalEvent: e });
|
|
443
445
|
this.onItemAction();
|
|
444
446
|
}
|
|
445
447
|
}
|
|
@@ -487,7 +489,8 @@ class PanelBarItemComponent {
|
|
|
487
489
|
id: this.id,
|
|
488
490
|
imageUrl: this.imageUrl,
|
|
489
491
|
selected: this.selected,
|
|
490
|
-
title: this.title
|
|
492
|
+
title: this.title,
|
|
493
|
+
children: this.items
|
|
491
494
|
};
|
|
492
495
|
}
|
|
493
496
|
/**
|
|
@@ -981,6 +984,12 @@ class PanelBarSelectEvent extends PreventableEvent {
|
|
|
981
984
|
class PanelBarStateChangeEvent {
|
|
982
985
|
}
|
|
983
986
|
|
|
987
|
+
/**
|
|
988
|
+
* Arguments for the `itemClick` event of the PanelBar.
|
|
989
|
+
*/
|
|
990
|
+
class PanelBarItemClickEvent {
|
|
991
|
+
}
|
|
992
|
+
|
|
984
993
|
/**
|
|
985
994
|
* Represents the [Kendo UI PanelBar component for Angular]({% slug overview_panelbar %}).
|
|
986
995
|
*/
|
|
@@ -1036,6 +1045,10 @@ class PanelBarComponent {
|
|
|
1036
1045
|
* This event is preventable. If you cancel it, the item will remain expanded.
|
|
1037
1046
|
*/
|
|
1038
1047
|
this.collapse = new EventEmitter();
|
|
1048
|
+
/**
|
|
1049
|
+
* Fires when the user clicks an item ([see example]({% slug events_panelbar %})).
|
|
1050
|
+
*/
|
|
1051
|
+
this.itemClick = new EventEmitter();
|
|
1039
1052
|
this.hostClasses = true;
|
|
1040
1053
|
this.tabIndex = 0;
|
|
1041
1054
|
this.role = 'tree';
|
|
@@ -1047,6 +1060,7 @@ class PanelBarComponent {
|
|
|
1047
1060
|
this.isViewInit = true;
|
|
1048
1061
|
this.focused = false;
|
|
1049
1062
|
this._keepItemContent = false;
|
|
1063
|
+
this.subs = new Subscription();
|
|
1050
1064
|
this.updateChildrenHeight = () => {
|
|
1051
1065
|
let childrenHeight = 0;
|
|
1052
1066
|
const panelbarHeight = this.elementRef.nativeElement.offsetHeight;
|
|
@@ -1065,7 +1079,8 @@ class PanelBarComponent {
|
|
|
1065
1079
|
this.keyBindings = this.computedKeys;
|
|
1066
1080
|
this.elementRef = elementRef;
|
|
1067
1081
|
this.eventService = eventService;
|
|
1068
|
-
this.eventService.children$.subscribe(event => this.onItemAction(event));
|
|
1082
|
+
this.subs.add(this.eventService.children$.subscribe(event => this.onItemAction(event)));
|
|
1083
|
+
this.subs.add(this.eventService.itemClick.subscribe(ev => this.itemClick.emit(ev)));
|
|
1069
1084
|
}
|
|
1070
1085
|
/**
|
|
1071
1086
|
* When set to `true`, the PanelBar renders the content of all items and they are persisted in the DOM
|
|
@@ -1119,13 +1134,10 @@ class PanelBarComponent {
|
|
|
1119
1134
|
};
|
|
1120
1135
|
}
|
|
1121
1136
|
ngOnDestroy() {
|
|
1122
|
-
|
|
1123
|
-
this.localizationChangeSubscription.unsubscribe();
|
|
1124
|
-
}
|
|
1137
|
+
this.subs.unsubscribe();
|
|
1125
1138
|
}
|
|
1126
1139
|
ngOnInit() {
|
|
1127
|
-
this.
|
|
1128
|
-
.changes.subscribe(() => this.keyBindings = this.computedKeys);
|
|
1140
|
+
this.subs.add(this.localization.changes.subscribe(() => this.keyBindings = this.computedKeys));
|
|
1129
1141
|
this.eventService.animate = this.animate;
|
|
1130
1142
|
this.eventService.expandMode = this.expandMode;
|
|
1131
1143
|
}
|
|
@@ -1450,7 +1462,7 @@ class PanelBarComponent {
|
|
|
1450
1462
|
}
|
|
1451
1463
|
}
|
|
1452
1464
|
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 });
|
|
1453
|
-
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: [
|
|
1465
|
+
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: [
|
|
1454
1466
|
PanelBarService,
|
|
1455
1467
|
LocalizationService,
|
|
1456
1468
|
{
|
|
@@ -1539,6 +1551,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1539
1551
|
type: Output
|
|
1540
1552
|
}], collapse: [{
|
|
1541
1553
|
type: Output
|
|
1554
|
+
}], itemClick: [{
|
|
1555
|
+
type: Output
|
|
1542
1556
|
}], hostClasses: [{
|
|
1543
1557
|
type: HostBinding,
|
|
1544
1558
|
args: ['class.k-panelbar']
|
|
@@ -7179,7 +7193,7 @@ class CardComponent {
|
|
|
7179
7193
|
}
|
|
7180
7194
|
}
|
|
7181
7195
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7182
|
-
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-
|
|
7196
|
+
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: [
|
|
7183
7197
|
LocalizationService,
|
|
7184
7198
|
{
|
|
7185
7199
|
provide: L10N_PREFIX,
|
|
@@ -7204,9 +7218,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7204
7218
|
`
|
|
7205
7219
|
}]
|
|
7206
7220
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
7207
|
-
type: HostBinding,
|
|
7208
|
-
args: ['class.k-widget']
|
|
7209
|
-
}, {
|
|
7210
7221
|
type: HostBinding,
|
|
7211
7222
|
args: ['class.k-card']
|
|
7212
7223
|
}], widthStyle: [{
|
|
@@ -7371,7 +7382,7 @@ class CardActionsComponent {
|
|
|
7371
7382
|
}
|
|
7372
7383
|
}
|
|
7373
7384
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7374
|
-
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-
|
|
7385
|
+
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: `
|
|
7375
7386
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
7376
7387
|
|
|
7377
7388
|
<ng-container *ngIf="actionsArray">
|
|
@@ -7421,26 +7432,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7421
7432
|
`
|
|
7422
7433
|
}]
|
|
7423
7434
|
}], propDecorators: { hostClass: [{
|
|
7435
|
+
type: HostBinding,
|
|
7436
|
+
args: ['class.k-actions']
|
|
7437
|
+
}, {
|
|
7424
7438
|
type: HostBinding,
|
|
7425
7439
|
args: ['class.k-card-actions']
|
|
7426
7440
|
}], stretchedClass: [{
|
|
7427
7441
|
type: HostBinding,
|
|
7428
|
-
args: ['class.k-
|
|
7442
|
+
args: ['class.k-actions-stretched']
|
|
7429
7443
|
}], startClass: [{
|
|
7430
7444
|
type: HostBinding,
|
|
7431
|
-
args: ['class.k-
|
|
7445
|
+
args: ['class.k-actions-start']
|
|
7432
7446
|
}], endClass: [{
|
|
7433
7447
|
type: HostBinding,
|
|
7434
|
-
args: ['class.k-
|
|
7448
|
+
args: ['class.k-actions-end']
|
|
7435
7449
|
}], centerClass: [{
|
|
7436
7450
|
type: HostBinding,
|
|
7437
|
-
args: ['class.k-
|
|
7451
|
+
args: ['class.k-actions-center']
|
|
7438
7452
|
}], verticalClass: [{
|
|
7439
7453
|
type: HostBinding,
|
|
7440
|
-
args: ['class.k-
|
|
7454
|
+
args: ['class.k-actions-vertical']
|
|
7441
7455
|
}], horizontalClass: [{
|
|
7442
7456
|
type: HostBinding,
|
|
7443
|
-
args: ['class.k-
|
|
7457
|
+
args: ['class.k-actions-horizontal']
|
|
7444
7458
|
}], orientation: [{
|
|
7445
7459
|
type: Input
|
|
7446
7460
|
}], layout: [{
|
|
@@ -10479,5 +10493,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
10479
10493
|
* Generated bundle index. Do not edit.
|
|
10480
10494
|
*/
|
|
10481
10495
|
|
|
10482
|
-
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 };
|
|
10496
|
+
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 };
|
|
10483
10497
|
|
|
@@ -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: '
|
|
34
|
+
publishDate: 1706543891,
|
|
35
|
+
version: '15.0.0-develop.1',
|
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0-develop.1",
|
|
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": "
|
|
43
|
-
"@progress/kendo-angular-l10n": "
|
|
44
|
-
"@progress/kendo-angular-progressbar": "
|
|
45
|
-
"@progress/kendo-angular-icons": "
|
|
46
|
-
"@progress/kendo-angular-buttons": "
|
|
42
|
+
"@progress/kendo-angular-common": "15.0.0-develop.1",
|
|
43
|
+
"@progress/kendo-angular-l10n": "15.0.0-develop.1",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "15.0.0-develop.1",
|
|
45
|
+
"@progress/kendo-angular-icons": "15.0.0-develop.1",
|
|
46
|
+
"@progress/kendo-angular-buttons": "15.0.0-develop.1",
|
|
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": "
|
|
51
|
+
"@progress/kendo-angular-schematics": "15.0.0-develop.1",
|
|
52
52
|
"@progress/kendo-draggable": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"schematics": "./schematics/collection.json",
|