@progress/kendo-angular-menu 23.0.1-develop.3 → 23.0.2-develop.1
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.
|
@@ -94,6 +94,9 @@ export declare class ContextMenuComponent extends MenuBase implements OnInit, On
|
|
|
94
94
|
appendTo: ViewContainerRef;
|
|
95
95
|
/**
|
|
96
96
|
* Sets the value for the [`aria-label`](https://www.w3.org/TR/wai-aria-1.1/#aria-label) attribute of the ContextMenu.
|
|
97
|
+
*
|
|
98
|
+
* @remarks
|
|
99
|
+
* This property is related to accessibility.
|
|
97
100
|
*/
|
|
98
101
|
ariaLabel: string;
|
|
99
102
|
/**
|
|
@@ -23,7 +23,7 @@ const packageMetadata = {
|
|
|
23
23
|
productCode: 'KENDOUIANGULAR',
|
|
24
24
|
productCodes: ['KENDOUIANGULAR'],
|
|
25
25
|
publishDate: 0,
|
|
26
|
-
version: '23.0.
|
|
26
|
+
version: '23.0.2-develop.1',
|
|
27
27
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
28
28
|
};
|
|
29
29
|
|
|
@@ -3055,6 +3055,9 @@ class ContextMenuComponent extends MenuBase {
|
|
|
3055
3055
|
appendTo;
|
|
3056
3056
|
/**
|
|
3057
3057
|
* Sets the value for the [`aria-label`](https://www.w3.org/TR/wai-aria-1.1/#aria-label) attribute of the ContextMenu.
|
|
3058
|
+
*
|
|
3059
|
+
* @remarks
|
|
3060
|
+
* This property is related to accessibility.
|
|
3058
3061
|
*/
|
|
3059
3062
|
ariaLabel;
|
|
3060
3063
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.0.
|
|
10
|
+
"publishDate": 1771334762,
|
|
11
|
+
"version": "23.0.2-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-menu",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.2-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular Menu component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1771334762,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.10.0",
|
|
32
|
-
"@progress/kendo-angular-common": "23.0.
|
|
33
|
-
"@progress/kendo-angular-l10n": "23.0.
|
|
34
|
-
"@progress/kendo-angular-icons": "23.0.
|
|
35
|
-
"@progress/kendo-angular-popup": "23.0.
|
|
32
|
+
"@progress/kendo-angular-common": "23.0.2-develop.1",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.0.2-develop.1",
|
|
34
|
+
"@progress/kendo-angular-icons": "23.0.2-develop.1",
|
|
35
|
+
"@progress/kendo-angular-popup": "23.0.2-develop.1",
|
|
36
36
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.3.1",
|
|
40
|
-
"@progress/kendo-angular-schematics": "23.0.
|
|
40
|
+
"@progress/kendo-angular-schematics": "23.0.2-develop.1"
|
|
41
41
|
},
|
|
42
42
|
"schematics": "./schematics/collection.json",
|
|
43
43
|
"module": "fesm2022/progress-kendo-angular-menu.mjs",
|