@progress/kendo-angular-menu 24.0.0-develop.37 → 24.0.0-develop.39
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.
|
@@ -8,7 +8,7 @@ import { NgClass, NgStyle, NgTemplateOutlet } from '@angular/common';
|
|
|
8
8
|
import * as i3 from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
10
10
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
11
|
-
import { PreventableEvent as PreventableEvent$1, hasObservers, Keys, normalizeKeys, isDocumentAvailable, isPresent, parseCSSClassNames, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
11
|
+
import { PreventableEvent as PreventableEvent$1, hasObservers, Keys, normalizeKeys, isDocumentAvailable, isPresent, parseCSSClassNames, KENDO_WEBMCP_HOST, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
12
12
|
import { chevronDownIcon, chevronLeftIcon, chevronRightIcon } from '@progress/kendo-svg-icons';
|
|
13
13
|
import * as i5 from '@progress/kendo-angular-popup';
|
|
14
14
|
import { PopupService, POPUP_CONTAINER } from '@progress/kendo-angular-popup';
|
|
@@ -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: '24.0.0-develop.
|
|
25
|
+
publishDate: 1779209710,
|
|
26
|
+
version: '24.0.0-develop.39',
|
|
27
27
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
28
28
|
};
|
|
29
29
|
|
|
@@ -2229,6 +2229,10 @@ class MenuComponent extends MenuBase {
|
|
|
2229
2229
|
{
|
|
2230
2230
|
provide: MenuBase,
|
|
2231
2231
|
useExisting: forwardRef(() => MenuComponent)
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
provide: KENDO_WEBMCP_HOST,
|
|
2235
|
+
useExisting: forwardRef(() => MenuComponent)
|
|
2232
2236
|
}
|
|
2233
2237
|
], exportAs: ["kendoMenu"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
2234
2238
|
<ul
|
|
@@ -2261,6 +2265,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
2261
2265
|
{
|
|
2262
2266
|
provide: MenuBase,
|
|
2263
2267
|
useExisting: forwardRef(() => MenuComponent)
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
provide: KENDO_WEBMCP_HOST,
|
|
2271
|
+
useExisting: forwardRef(() => MenuComponent)
|
|
2264
2272
|
}
|
|
2265
2273
|
],
|
|
2266
2274
|
selector: 'kendo-menu',
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1779209710,
|
|
11
|
+
"version": "24.0.0-develop.39",
|
|
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": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.39",
|
|
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": 1779209710,
|
|
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.11.0",
|
|
32
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "24.0.0-develop.39",
|
|
33
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.39",
|
|
34
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.39",
|
|
35
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.39",
|
|
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": "24.0.0-develop.
|
|
40
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.39"
|
|
41
41
|
},
|
|
42
42
|
"schematics": "./schematics/collection.json",
|
|
43
43
|
"module": "fesm2022/progress-kendo-angular-menu.mjs",
|