@progress/kendo-angular-navigation 17.1.1-develop.5 → 17.1.1-develop.7

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.
@@ -24,4 +24,8 @@ export declare class BottomNavigationSelectEvent extends PreventableEvent {
24
24
  * The BottomNavigation that triggered the event.
25
25
  */
26
26
  sender: BottomNavigationComponent;
27
+ /**
28
+ * @hidden
29
+ */
30
+ constructor(args: any);
27
31
  }
@@ -23,4 +23,11 @@ export class BottomNavigationSelectEvent extends PreventableEvent {
23
23
  * The BottomNavigation that triggered the event.
24
24
  */
25
25
  sender;
26
+ /**
27
+ * @hidden
28
+ */
29
+ constructor(args) {
30
+ super();
31
+ Object.assign(this, args);
32
+ }
26
33
  }
@@ -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: 1733230490,
13
- version: '17.1.1-develop.5',
12
+ publishDate: 1733390647,
13
+ version: '17.1.1-develop.7',
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: 1733230490,
27
- version: '17.1.1-develop.5',
26
+ publishDate: 1733390647,
27
+ version: '17.1.1-develop.7',
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.5",
3
+ "version": "17.1.1-develop.7",
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.5",
25
- "@progress/kendo-angular-icons": "17.1.1-develop.5",
26
- "@progress/kendo-angular-l10n": "17.1.1-develop.5",
24
+ "@progress/kendo-angular-common": "17.1.1-develop.7",
25
+ "@progress/kendo-angular-icons": "17.1.1-develop.7",
26
+ "@progress/kendo-angular-l10n": "17.1.1-develop.7",
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.5"
31
+ "@progress/kendo-angular-schematics": "17.1.1-develop.7"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2022/progress-kendo-angular-navigation.mjs",