@progress/kendo-angular-navigation 17.1.1-develop.4 → 17.1.1-develop.6
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-navigation',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.1.1-develop.
|
|
12
|
+
publishDate: 1733316202,
|
|
13
|
+
version: '17.1.1-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -23,8 +23,8 @@ const packageMetadata = {
|
|
|
23
23
|
name: '@progress/kendo-angular-navigation',
|
|
24
24
|
productName: 'Kendo UI for Angular',
|
|
25
25
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
26
|
-
publishDate:
|
|
27
|
-
version: '17.1.1-develop.
|
|
26
|
+
publishDate: 1733316202,
|
|
27
|
+
version: '17.1.1-develop.6',
|
|
28
28
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1235,6 +1235,13 @@ class BottomNavigationSelectEvent extends PreventableEvent {
|
|
|
1235
1235
|
* The BottomNavigation that triggered the event.
|
|
1236
1236
|
*/
|
|
1237
1237
|
sender;
|
|
1238
|
+
/**
|
|
1239
|
+
* @hidden
|
|
1240
|
+
*/
|
|
1241
|
+
constructor(args) {
|
|
1242
|
+
super();
|
|
1243
|
+
Object.assign(this, args);
|
|
1244
|
+
}
|
|
1238
1245
|
}
|
|
1239
1246
|
|
|
1240
1247
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-navigation",
|
|
3
|
-
"version": "17.1.1-develop.
|
|
3
|
+
"version": "17.1.1-develop.6",
|
|
4
4
|
"description": "Kendo UI Navigation for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"@angular/core": "16 - 19",
|
|
22
22
|
"@angular/platform-browser": "16 - 19",
|
|
23
23
|
"@progress/kendo-licensing": "^1.0.2",
|
|
24
|
-
"@progress/kendo-angular-common": "17.1.1-develop.
|
|
25
|
-
"@progress/kendo-angular-icons": "17.1.1-develop.
|
|
26
|
-
"@progress/kendo-angular-l10n": "17.1.1-develop.
|
|
24
|
+
"@progress/kendo-angular-common": "17.1.1-develop.6",
|
|
25
|
+
"@progress/kendo-angular-icons": "17.1.1-develop.6",
|
|
26
|
+
"@progress/kendo-angular-l10n": "17.1.1-develop.6",
|
|
27
27
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"tslib": "^2.3.1",
|
|
31
|
-
"@progress/kendo-angular-schematics": "17.1.1-develop.
|
|
31
|
+
"@progress/kendo-angular-schematics": "17.1.1-develop.6"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
34
34
|
"module": "fesm2022/progress-kendo-angular-navigation.mjs",
|