@progress/kendo-angular-menu 17.1.2-develop.1 → 17.1.2-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.
@@ -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: 1733824873,
13
- version: '17.1.2-develop.1',
12
+ publishDate: 1733999614,
13
+ version: '17.1.2-develop.2',
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: 1733824873,
25
- version: '17.1.2-develop.1',
24
+ publishDate: 1733999614,
25
+ version: '17.1.2-develop.2',
26
26
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
27
27
  };
28
28
 
@@ -18,7 +18,7 @@ export interface MenuItem {
18
18
  */
19
19
  url?: string;
20
20
  /**
21
- * Specifies the name of the [font icon]({% slug icons %}#toc-list-of-font-icons) that will
21
+ * Specifies the name of the [font icon](slug:icons#icons-list) that will
22
22
  * be rendered for the item ([see example](slug:items_menu#toc-displaying-font-icons)).
23
23
  */
24
24
  icon?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-menu",
3
- "version": "17.1.2-develop.1",
3
+ "version": "17.1.2-develop.2",
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.2-develop.1",
27
- "@progress/kendo-angular-l10n": "17.1.2-develop.1",
28
- "@progress/kendo-angular-icons": "17.1.2-develop.1",
29
- "@progress/kendo-angular-popup": "17.1.2-develop.1",
26
+ "@progress/kendo-angular-common": "17.1.2-develop.2",
27
+ "@progress/kendo-angular-l10n": "17.1.2-develop.2",
28
+ "@progress/kendo-angular-icons": "17.1.2-develop.2",
29
+ "@progress/kendo-angular-popup": "17.1.2-develop.2",
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.2-develop.1"
34
+ "@progress/kendo-angular-schematics": "17.1.2-develop.2"
35
35
  },
36
36
  "schematics": "./schematics/collection.json",
37
37
  "module": "fesm2022/progress-kendo-angular-menu.mjs",