@progress/kendo-angular-layout 19.1.0 → 19.1.1-develop.2
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.
|
13
|
+
publishDate: 1749196602,
|
14
|
+
version: '19.1.1-develop.2',
|
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
|
};
|
@@ -75,7 +75,7 @@ export class PanelBarComponent {
|
|
75
75
|
}
|
76
76
|
/**
|
77
77
|
* Fires each time the user interacts with a PanelBar item
|
78
|
-
* ([see example](
|
78
|
+
* ([see example](slug:routing_panelbar#using-router-service)).
|
79
79
|
* The event data contains a collection of all items that are modified.
|
80
80
|
*/
|
81
81
|
stateChange = new EventEmitter();
|
@@ -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.
|
32
|
+
publishDate: 1749196602,
|
33
|
+
version: '19.1.1-develop.2',
|
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
|
|
@@ -1109,7 +1109,7 @@ class PanelBarComponent {
|
|
1109
1109
|
}
|
1110
1110
|
/**
|
1111
1111
|
* Fires each time the user interacts with a PanelBar item
|
1112
|
-
* ([see example](
|
1112
|
+
* ([see example](slug:routing_panelbar#using-router-service)).
|
1113
1113
|
* The event data contains a collection of all items that are modified.
|
1114
1114
|
*/
|
1115
1115
|
stateChange = new EventEmitter();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
3
|
-
"version": "19.1.
|
3
|
+
"version": "19.1.1-develop.2",
|
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": 1749196602,
|
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.
|
64
|
-
"@progress/kendo-angular-l10n": "19.1.
|
65
|
-
"@progress/kendo-angular-progressbar": "19.1.
|
66
|
-
"@progress/kendo-angular-icons": "19.1.
|
67
|
-
"@progress/kendo-angular-buttons": "19.1.
|
68
|
-
"@progress/kendo-angular-intl": "19.1.
|
63
|
+
"@progress/kendo-angular-common": "19.1.1-develop.2",
|
64
|
+
"@progress/kendo-angular-l10n": "19.1.1-develop.2",
|
65
|
+
"@progress/kendo-angular-progressbar": "19.1.1-develop.2",
|
66
|
+
"@progress/kendo-angular-icons": "19.1.1-develop.2",
|
67
|
+
"@progress/kendo-angular-buttons": "19.1.1-develop.2",
|
68
|
+
"@progress/kendo-angular-intl": "19.1.1-develop.2",
|
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.
|
73
|
+
"@progress/kendo-angular-schematics": "19.1.1-develop.2",
|
74
74
|
"@progress/kendo-draggable": "^3.0.2"
|
75
75
|
},
|
76
76
|
"schematics": "./schematics/collection.json",
|
@@ -55,7 +55,7 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
|
|
55
55
|
get items(): Array<PanelBarItemModel>;
|
56
56
|
/**
|
57
57
|
* Fires each time the user interacts with a PanelBar item
|
58
|
-
* ([see example](
|
58
|
+
* ([see example](slug:routing_panelbar#using-router-service)).
|
59
59
|
* The event data contains a collection of all items that are modified.
|
60
60
|
*/
|
61
61
|
stateChange: EventEmitter<PanelBarStateChangeEvent>;
|