@progress/kendo-angular-layout 23.1.0-develop.2 → 23.1.0-develop.3
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.
|
@@ -30,7 +30,7 @@ const packageMetadata = {
|
|
|
30
30
|
productCode: 'KENDOUIANGULAR',
|
|
31
31
|
productCodes: ['KENDOUIANGULAR'],
|
|
32
32
|
publishDate: 1645546576,
|
|
33
|
-
version: '23.1.0-develop.
|
|
33
|
+
version: '23.1.0-develop.3',
|
|
34
34
|
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'
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -302,7 +302,6 @@ const hasItemIndex = (item, indexAttr) => isPresent(item.getAttribute(indexAttr)
|
|
|
302
302
|
*/
|
|
303
303
|
const closestItem = (target, targetAttr, scope) => closestInScope(target, hasItemIndex, scope, targetAttr);
|
|
304
304
|
|
|
305
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
306
305
|
/**
|
|
307
306
|
* @hidden
|
|
308
307
|
*/
|
|
@@ -417,7 +416,7 @@ class PanelBarItemComponent {
|
|
|
417
416
|
return this.eventService.animate;
|
|
418
417
|
}
|
|
419
418
|
role = "treeitem";
|
|
420
|
-
titleAttribute = null;
|
|
419
|
+
titleAttribute = null;
|
|
421
420
|
kItemClass = true;
|
|
422
421
|
get kStateExpandedClass() {
|
|
423
422
|
return !this.disabled && this.expanded && (this.hasChildItems || this.hasContent);
|
|
@@ -1274,7 +1273,6 @@ class PanelBarComponent {
|
|
|
1274
1273
|
const isValid = validatePackage(packageMetadata);
|
|
1275
1274
|
this.licenseMessage = getLicenseMessage(packageMetadata);
|
|
1276
1275
|
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
1277
|
-
/* eslint-disable-line*/
|
|
1278
1276
|
this.keyBindings = this.computedKeys;
|
|
1279
1277
|
this.elementRef = elementRef;
|
|
1280
1278
|
this.eventService = eventService;
|
|
@@ -1324,7 +1322,7 @@ class PanelBarComponent {
|
|
|
1324
1322
|
this.validateConfiguration();
|
|
1325
1323
|
}
|
|
1326
1324
|
ngOnChanges(changes) {
|
|
1327
|
-
if (changes['height'] || changes['expandMode'] || changes['items']) {
|
|
1325
|
+
if (changes['height'] || changes['expandMode'] || changes['items']) {
|
|
1328
1326
|
if (this.childrenItems) {
|
|
1329
1327
|
setTimeout(this.updateChildrenHeight);
|
|
1330
1328
|
}
|
|
@@ -2352,7 +2350,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2352
2350
|
args: ['class.k-scrollable']
|
|
2353
2351
|
}] } });
|
|
2354
2352
|
|
|
2355
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2356
2353
|
const stopPropagation = ({ originalEvent: event }) => {
|
|
2357
2354
|
event.stopPropagation();
|
|
2358
2355
|
event.preventDefault();
|
|
@@ -3694,7 +3691,6 @@ const normalizeSettings = ({ enabled = true, scrollButtons = 'auto', mouseScroll
|
|
|
3694
3691
|
*/
|
|
3695
3692
|
const normalizeScrollableSettings = (settings) => normalizeSettings(settings === false ? { enabled: false } : settings);
|
|
3696
3693
|
|
|
3697
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3698
3694
|
/**
|
|
3699
3695
|
* @hidden
|
|
3700
3696
|
*/
|
|
@@ -3840,7 +3836,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3840
3836
|
>
|
|
3841
3837
|
</kendo-icon-wrapper>
|
|
3842
3838
|
`,
|
|
3843
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
3844
3839
|
selector: '[kendoTabStripScrollableButton]',
|
|
3845
3840
|
standalone: true,
|
|
3846
3841
|
imports: [IconWrapperComponent]
|
|
@@ -3964,7 +3959,6 @@ class TabComponent {
|
|
|
3964
3959
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TabComponent, decorators: [{
|
|
3965
3960
|
type: Component,
|
|
3966
3961
|
args: [{
|
|
3967
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
3968
3962
|
selector: '[kendoTabStripTab]',
|
|
3969
3963
|
template: `
|
|
3970
3964
|
@if (!tab.tabTemplate) {
|
|
@@ -4055,7 +4049,6 @@ class TabStripMessages extends ComponentMessages {
|
|
|
4055
4049
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TabStripMessages, decorators: [{
|
|
4056
4050
|
type: Directive,
|
|
4057
4051
|
args: [{
|
|
4058
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
4059
4052
|
selector: 'kendo-tabstrip-messages-base'
|
|
4060
4053
|
}]
|
|
4061
4054
|
}], propDecorators: { closeTitle: [{
|
|
@@ -5484,7 +5477,6 @@ class DrawerListSelectEvent extends PreventableEvent$1 {
|
|
|
5484
5477
|
}
|
|
5485
5478
|
}
|
|
5486
5479
|
|
|
5487
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5488
5480
|
/**
|
|
5489
5481
|
* @hidden
|
|
5490
5482
|
*/
|
|
@@ -5596,7 +5588,6 @@ class DrawerItemComponent {
|
|
|
5596
5588
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DrawerItemComponent, decorators: [{
|
|
5597
5589
|
type: Component,
|
|
5598
5590
|
args: [{
|
|
5599
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
5600
5591
|
selector: '[kendoDrawerItem]',
|
|
5601
5592
|
template: `
|
|
5602
5593
|
@if (itemTemplate) {
|
|
@@ -5785,7 +5776,6 @@ class DrawerListComponent {
|
|
|
5785
5776
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DrawerListComponent, decorators: [{
|
|
5786
5777
|
type: Component,
|
|
5787
5778
|
args: [{
|
|
5788
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
5789
5779
|
selector: '[kendoDrawerList]',
|
|
5790
5780
|
template: `
|
|
5791
5781
|
@for (v of view; track identifyItem(idx, v); let idx = $index) {
|
|
@@ -5833,7 +5823,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
5833
5823
|
args: [DrawerItemComponent, { read: ElementRef }]
|
|
5834
5824
|
}] } });
|
|
5835
5825
|
|
|
5836
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5837
5826
|
const DEFAULT_ANIMATION = { type: 'slide', duration: 200 };
|
|
5838
5827
|
/**
|
|
5839
5828
|
* Represents the [Kendo UI Drawer component for Angular](https://www.telerik.com/kendo-angular-ui/components/layout/drawer).
|
|
@@ -7020,7 +7009,6 @@ class StepperStepComponent {
|
|
|
7020
7009
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: StepperStepComponent, decorators: [{
|
|
7021
7010
|
type: Component,
|
|
7022
7011
|
args: [{
|
|
7023
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
7024
7012
|
selector: '[kendoStepperStep]',
|
|
7025
7013
|
template: `
|
|
7026
7014
|
<a href='#' class='k-step-link' #stepLink
|
|
@@ -7238,7 +7226,6 @@ class StepperListComponent {
|
|
|
7238
7226
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: StepperListComponent, decorators: [{
|
|
7239
7227
|
type: Component,
|
|
7240
7228
|
args: [{
|
|
7241
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
7242
7229
|
selector: '[kendoStepperList]',
|
|
7243
7230
|
template: `
|
|
7244
7231
|
@for (step of steps; track step; let idx = $index) {
|
|
@@ -7321,7 +7308,6 @@ class StepperMessages extends ComponentMessages {
|
|
|
7321
7308
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: StepperMessages, decorators: [{
|
|
7322
7309
|
type: Directive,
|
|
7323
7310
|
args: [{
|
|
7324
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
7325
7311
|
selector: 'kendo-stepper-messages-base'
|
|
7326
7312
|
}]
|
|
7327
7313
|
}], propDecorators: { optional: [{
|
|
@@ -7854,7 +7840,6 @@ class Messages extends ComponentMessages {
|
|
|
7854
7840
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages, decorators: [{
|
|
7855
7841
|
type: Directive,
|
|
7856
7842
|
args: [{
|
|
7857
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
7858
7843
|
selector: 'kendoAvatarMessages'
|
|
7859
7844
|
}]
|
|
7860
7845
|
}], propDecorators: { avatarAlt: [{
|
|
@@ -10074,7 +10059,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
10074
10059
|
type: Injectable
|
|
10075
10060
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService }] });
|
|
10076
10061
|
|
|
10077
|
-
/* eslint-disable no-unused-expressions */
|
|
10078
10062
|
/**
|
|
10079
10063
|
* @hidden
|
|
10080
10064
|
*/
|
|
@@ -11570,7 +11554,6 @@ class TimelineMessages extends ComponentMessages {
|
|
|
11570
11554
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TimelineMessages, decorators: [{
|
|
11571
11555
|
type: Directive,
|
|
11572
11556
|
args: [{
|
|
11573
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
11574
11557
|
selector: 'kendo-timeline-messages-base'
|
|
11575
11558
|
}]
|
|
11576
11559
|
}], propDecorators: { previous: [{
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.1.0-develop.
|
|
10
|
+
"publishDate": 1771355932,
|
|
11
|
+
"version": "23.1.0-develop.3",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "23.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.3",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"package": {
|
|
51
51
|
"productName": "Kendo UI for Angular",
|
|
52
52
|
"productCode": "KENDOUIANGULAR",
|
|
53
|
-
"publishDate":
|
|
53
|
+
"publishDate": 1771355932,
|
|
54
54
|
"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"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
"@angular/core": "19 - 21",
|
|
61
61
|
"@angular/platform-browser": "19 - 21",
|
|
62
62
|
"@progress/kendo-licensing": "^1.10.0",
|
|
63
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
64
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
65
|
-
"@progress/kendo-angular-progressbar": "23.1.0-develop.
|
|
66
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
67
|
-
"@progress/kendo-angular-buttons": "23.1.0-develop.
|
|
68
|
-
"@progress/kendo-angular-intl": "23.1.0-develop.
|
|
63
|
+
"@progress/kendo-angular-common": "23.1.0-develop.3",
|
|
64
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.3",
|
|
65
|
+
"@progress/kendo-angular-progressbar": "23.1.0-develop.3",
|
|
66
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.3",
|
|
67
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.3",
|
|
68
|
+
"@progress/kendo-angular-intl": "23.1.0-develop.3",
|
|
69
69
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"tslib": "^2.3.1",
|
|
73
|
-
"@progress/kendo-angular-schematics": "23.1.0-develop.
|
|
73
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.3",
|
|
74
74
|
"@progress/kendo-draggable": "^3.0.2"
|
|
75
75
|
},
|
|
76
76
|
"schematics": "./schematics/collection.json",
|