@progress/kendo-angular-menu 18.2.0 → 18.2.1-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,11 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* tag with the `kendoContextMenuTemplate` directive inside a `<kendo-contextmenu>` component
|
|
10
10
|
* ([more information and examples]({% slug templates_contextmenu %})).
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* {% embed_file context-menu/template/app.component.ts preview %}
|
|
14
|
-
* {% embed_file shared/app.module.ts %}
|
|
15
|
-
* {% embed_file shared/main.ts %}
|
|
16
|
-
* {% endmeta %}
|
|
12
|
+
* <demo metaUrl="menus/context-menu/template/" height="200"></demo>
|
|
17
13
|
*/
|
|
18
14
|
export declare class ContextMenuTemplateDirective {
|
|
19
15
|
templateRef: TemplateRef<any>;
|
|
@@ -9,11 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* tag with the `kendoContextMenuTemplate` directive inside a `<kendo-contextmenu>` component
|
|
10
10
|
* ([more information and examples]({% slug templates_contextmenu %})).
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* {% embed_file context-menu/template/app.component.ts preview %}
|
|
14
|
-
* {% embed_file shared/app.module.ts %}
|
|
15
|
-
* {% embed_file shared/main.ts %}
|
|
16
|
-
* {% endmeta %}
|
|
12
|
+
* <demo metaUrl="menus/context-menu/template/" height="200"></demo>
|
|
17
13
|
*/
|
|
18
14
|
export class ContextMenuTemplateDirective {
|
|
19
15
|
templateRef;
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '18.2.
|
|
13
|
+
publishDate: 1742972428,
|
|
14
|
+
version: '18.2.1-develop.2',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -22,8 +22,8 @@ const packageMetadata = {
|
|
|
22
22
|
productName: 'Kendo UI for Angular',
|
|
23
23
|
productCode: 'KENDOUIANGULAR',
|
|
24
24
|
productCodes: ['KENDOUIANGULAR'],
|
|
25
|
-
publishDate:
|
|
26
|
-
version: '18.2.
|
|
25
|
+
publishDate: 1742972428,
|
|
26
|
+
version: '18.2.1-develop.2',
|
|
27
27
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
28
28
|
};
|
|
29
29
|
|
|
@@ -2718,11 +2718,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2718
2718
|
* tag with the `kendoContextMenuTemplate` directive inside a `<kendo-contextmenu>` component
|
|
2719
2719
|
* ([more information and examples]({% slug templates_contextmenu %})).
|
|
2720
2720
|
*
|
|
2721
|
-
*
|
|
2722
|
-
* {% embed_file context-menu/template/app.component.ts preview %}
|
|
2723
|
-
* {% embed_file shared/app.module.ts %}
|
|
2724
|
-
* {% embed_file shared/main.ts %}
|
|
2725
|
-
* {% endmeta %}
|
|
2721
|
+
* <demo metaUrl="menus/context-menu/template/" height="200"></demo>
|
|
2726
2722
|
*/
|
|
2727
2723
|
class ContextMenuTemplateDirective {
|
|
2728
2724
|
templateRef;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-menu",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.1-develop.2",
|
|
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": 1742972428,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@angular/core": "16 - 19",
|
|
30
30
|
"@angular/platform-browser": "16 - 19",
|
|
31
31
|
"@progress/kendo-licensing": "^1.5.0",
|
|
32
|
-
"@progress/kendo-angular-common": "18.2.
|
|
33
|
-
"@progress/kendo-angular-l10n": "18.2.
|
|
34
|
-
"@progress/kendo-angular-icons": "18.2.
|
|
35
|
-
"@progress/kendo-angular-popup": "18.2.
|
|
32
|
+
"@progress/kendo-angular-common": "18.2.1-develop.2",
|
|
33
|
+
"@progress/kendo-angular-l10n": "18.2.1-develop.2",
|
|
34
|
+
"@progress/kendo-angular-icons": "18.2.1-develop.2",
|
|
35
|
+
"@progress/kendo-angular-popup": "18.2.1-develop.2",
|
|
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": "18.2.
|
|
40
|
+
"@progress/kendo-angular-schematics": "18.2.1-develop.2"
|
|
41
41
|
},
|
|
42
42
|
"schematics": "./schematics/collection.json",
|
|
43
43
|
"module": "fesm2022/progress-kendo-angular-menu.mjs",
|