@progress/kendo-angular-menu 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.
@@ -20,4 +20,8 @@ export declare class ContextMenuPopupEvent extends PreventableEvent {
20
20
  * The ContextMenuComponent that triggered the event.
21
21
  */
22
22
  sender: ContextMenuComponent;
23
+ /**
24
+ * @hidden
25
+ */
26
+ constructor(args: any);
23
27
  }
@@ -19,4 +19,11 @@ export class ContextMenuPopupEvent extends PreventableEvent {
19
19
  * The ContextMenuComponent that triggered the event.
20
20
  */
21
21
  sender;
22
+ /**
23
+ * @hidden
24
+ */
25
+ constructor(args) {
26
+ super();
27
+ Object.assign(this, args);
28
+ }
22
29
  }
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-menu',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1733124560,
13
- version: '17.1.1-develop.4',
12
+ publishDate: 1733316353,
13
+ version: '17.1.1-develop.6',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -21,8 +21,8 @@ const packageMetadata = {
21
21
  name: '@progress/kendo-angular-menu',
22
22
  productName: 'Kendo UI for Angular',
23
23
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
24
- publishDate: 1733124560,
25
- version: '17.1.1-develop.4',
24
+ publishDate: 1733316353,
25
+ version: '17.1.1-develop.6',
26
26
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
27
27
  };
28
28
 
@@ -2683,6 +2683,13 @@ class ContextMenuPopupEvent extends PreventableEvent {
2683
2683
  * The ContextMenuComponent that triggered the event.
2684
2684
  */
2685
2685
  sender;
2686
+ /**
2687
+ * @hidden
2688
+ */
2689
+ constructor(args) {
2690
+ super();
2691
+ Object.assign(this, args);
2692
+ }
2686
2693
  }
2687
2694
 
2688
2695
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-menu",
3
- "version": "17.1.1-develop.4",
3
+ "version": "17.1.1-develop.6",
4
4
  "description": "Kendo UI Angular Menu component",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,15 +23,15 @@
23
23
  "@angular/core": "16 - 19",
24
24
  "@angular/platform-browser": "16 - 19",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "17.1.1-develop.4",
27
- "@progress/kendo-angular-l10n": "17.1.1-develop.4",
28
- "@progress/kendo-angular-icons": "17.1.1-develop.4",
29
- "@progress/kendo-angular-popup": "17.1.1-develop.4",
26
+ "@progress/kendo-angular-common": "17.1.1-develop.6",
27
+ "@progress/kendo-angular-l10n": "17.1.1-develop.6",
28
+ "@progress/kendo-angular-icons": "17.1.1-develop.6",
29
+ "@progress/kendo-angular-popup": "17.1.1-develop.6",
30
30
  "rxjs": "^6.5.3 || ^7.0.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "tslib": "^2.3.1",
34
- "@progress/kendo-angular-schematics": "17.1.1-develop.4"
34
+ "@progress/kendo-angular-schematics": "17.1.1-develop.6"
35
35
  },
36
36
  "schematics": "./schematics/collection.json",
37
37
  "module": "fesm2022/progress-kendo-angular-menu.mjs",