@progress/kendo-angular-layout 13.2.0 → 13.2.1-develop.10
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.
|
@@ -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: '13.2.
|
|
12
|
+
publishDate: 1690460423,
|
|
13
|
+
version: '13.2.1-develop.10',
|
|
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
|
};
|
|
@@ -84,6 +84,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
84
84
|
|
|
85
85
|
<button
|
|
86
86
|
kendoButton
|
|
87
|
+
type="button"
|
|
87
88
|
*ngIf="tabClosable"
|
|
88
89
|
role="button"
|
|
89
90
|
fillMode="flat"
|
|
@@ -110,6 +111,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
110
111
|
|
|
111
112
|
<button
|
|
112
113
|
kendoButton
|
|
114
|
+
type="button"
|
|
113
115
|
*ngIf="tabClosable"
|
|
114
116
|
role="button"
|
|
115
117
|
fillMode="flat"
|
|
@@ -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: '13.2.
|
|
34
|
+
publishDate: 1690460423,
|
|
35
|
+
version: '13.2.1-develop.10',
|
|
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
|
|
|
@@ -3398,6 +3398,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
3398
3398
|
|
|
3399
3399
|
<button
|
|
3400
3400
|
kendoButton
|
|
3401
|
+
type="button"
|
|
3401
3402
|
*ngIf="tabClosable"
|
|
3402
3403
|
role="button"
|
|
3403
3404
|
fillMode="flat"
|
|
@@ -3424,6 +3425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3424
3425
|
|
|
3425
3426
|
<button
|
|
3426
3427
|
kendoButton
|
|
3428
|
+
type="button"
|
|
3427
3429
|
*ngIf="tabClosable"
|
|
3428
3430
|
role="button"
|
|
3429
3431
|
fillMode="flat"
|
|
@@ -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: '13.2.
|
|
34
|
+
publishDate: 1690460423,
|
|
35
|
+
version: '13.2.1-develop.10',
|
|
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
|
|
|
@@ -3388,6 +3388,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
3388
3388
|
|
|
3389
3389
|
<button
|
|
3390
3390
|
kendoButton
|
|
3391
|
+
type="button"
|
|
3391
3392
|
*ngIf="tabClosable"
|
|
3392
3393
|
role="button"
|
|
3393
3394
|
fillMode="flat"
|
|
@@ -3414,6 +3415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3414
3415
|
|
|
3415
3416
|
<button
|
|
3416
3417
|
kendoButton
|
|
3418
|
+
type="button"
|
|
3417
3419
|
*ngIf="tabClosable"
|
|
3418
3420
|
role="button"
|
|
3419
3421
|
fillMode="flat"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.1-develop.10",
|
|
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 - 16",
|
|
40
40
|
"@angular/platform-browser": "13 - 16",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "13.2.
|
|
43
|
-
"@progress/kendo-angular-l10n": "13.2.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "13.2.
|
|
45
|
-
"@progress/kendo-angular-icons": "13.2.
|
|
46
|
-
"@progress/kendo-angular-buttons": "13.2.
|
|
42
|
+
"@progress/kendo-angular-common": "13.2.1-develop.10",
|
|
43
|
+
"@progress/kendo-angular-l10n": "13.2.1-develop.10",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "13.2.1-develop.10",
|
|
45
|
+
"@progress/kendo-angular-icons": "13.2.1-develop.10",
|
|
46
|
+
"@progress/kendo-angular-buttons": "13.2.1-develop.10",
|
|
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": "13.2.
|
|
51
|
+
"@progress/kendo-angular-schematics": "13.2.1-develop.10",
|
|
52
52
|
"@progress/kendo-draggable": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"schematics": "./schematics/collection.json",
|