@progress/kendo-angular-layout 19.1.2-develop.2 → 19.1.2-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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '19.1.2-develop.
|
13
|
+
publishDate: 1750152493,
|
14
|
+
version: '19.1.2-develop.3',
|
15
15
|
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'
|
16
16
|
};
|
@@ -377,7 +377,7 @@ export class PanelBarComponent {
|
|
377
377
|
const expandMode = PanelBarExpandMode[this.expandMode].toLowerCase();
|
378
378
|
console.warn(`
|
379
379
|
The ${expandMode} expandMode allows the expansion of only one item at a time.
|
380
|
-
See https://www.telerik.com/kendo-angular-ui
|
380
|
+
See https://www.telerik.com/kendo-angular-ui/components/layout/panelbar/expand-modes/`);
|
381
381
|
}
|
382
382
|
}
|
383
383
|
});
|
@@ -29,8 +29,8 @@ const packageMetadata = {
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
30
30
|
productCode: 'KENDOUIANGULAR',
|
31
31
|
productCodes: ['KENDOUIANGULAR'],
|
32
|
-
publishDate:
|
33
|
-
version: '19.1.2-develop.
|
32
|
+
publishDate: 1750152493,
|
33
|
+
version: '19.1.2-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
|
|
@@ -1411,7 +1411,7 @@ class PanelBarComponent {
|
|
1411
1411
|
const expandMode = PanelBarExpandMode[this.expandMode].toLowerCase();
|
1412
1412
|
console.warn(`
|
1413
1413
|
The ${expandMode} expandMode allows the expansion of only one item at a time.
|
1414
|
-
See https://www.telerik.com/kendo-angular-ui
|
1414
|
+
See https://www.telerik.com/kendo-angular-ui/components/layout/panelbar/expand-modes/`);
|
1415
1415
|
}
|
1416
1416
|
}
|
1417
1417
|
});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
3
|
-
"version": "19.1.2-develop.
|
3
|
+
"version": "19.1.2-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": 1750152493,
|
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": "16 - 20",
|
61
61
|
"@angular/platform-browser": "16 - 20",
|
62
62
|
"@progress/kendo-licensing": "^1.5.0",
|
63
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
64
|
-
"@progress/kendo-angular-l10n": "19.1.2-develop.
|
65
|
-
"@progress/kendo-angular-progressbar": "19.1.2-develop.
|
66
|
-
"@progress/kendo-angular-icons": "19.1.2-develop.
|
67
|
-
"@progress/kendo-angular-buttons": "19.1.2-develop.
|
68
|
-
"@progress/kendo-angular-intl": "19.1.2-develop.
|
63
|
+
"@progress/kendo-angular-common": "19.1.2-develop.3",
|
64
|
+
"@progress/kendo-angular-l10n": "19.1.2-develop.3",
|
65
|
+
"@progress/kendo-angular-progressbar": "19.1.2-develop.3",
|
66
|
+
"@progress/kendo-angular-icons": "19.1.2-develop.3",
|
67
|
+
"@progress/kendo-angular-buttons": "19.1.2-develop.3",
|
68
|
+
"@progress/kendo-angular-intl": "19.1.2-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": "19.1.2-develop.
|
73
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.3",
|
74
74
|
"@progress/kendo-draggable": "^3.0.2"
|
75
75
|
},
|
76
76
|
"schematics": "./schematics/collection.json",
|