@progress/kendo-angular-menu 13.0.0-develop.9 → 13.0.1-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.
- package/data-binding/flat-binding.directive.d.ts +5 -1
- package/data-binding/hierachy-binding.directive.d.ts +5 -1
- package/esm2020/data-binding/binding-directive-base.mjs +1 -1
- package/esm2020/data-binding/flat-binding.directive.mjs +3 -1
- package/esm2020/data-binding/hierachy-binding.directive.mjs +3 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-menu.mjs +9 -5
- package/fesm2020/progress-kendo-angular-menu.mjs +9 -5
- package/package.json +6 -6
|
@@ -25,6 +25,10 @@ export declare class FlatBindingDirective extends BindingDirectiveBase {
|
|
|
25
25
|
* Defines the `icon` field of the items.
|
|
26
26
|
*/
|
|
27
27
|
iconField: string | string[];
|
|
28
|
+
/**
|
|
29
|
+
* Defines the `svgIcon` field of the items.
|
|
30
|
+
*/
|
|
31
|
+
svgIconField: string | string[];
|
|
28
32
|
/**
|
|
29
33
|
* Defines the `disabled` field of the items.
|
|
30
34
|
*/
|
|
@@ -53,5 +57,5 @@ export declare class FlatBindingDirective extends BindingDirectiveBase {
|
|
|
53
57
|
protected mapItems(items: any[]): any[];
|
|
54
58
|
protected createItem(dataItem: any): any;
|
|
55
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlatBindingDirective, never>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FlatBindingDirective, "[kendoMenuFlatBinding]", ["kendoMenuFlatBinding"], { "data": "kendoMenuFlatBinding"; "textField": "textField"; "urlField": "urlField"; "iconField": "iconField"; "disabledField": "disabledField"; "cssClassField": "cssClassField"; "cssStyleField": "cssStyleField"; "separatorField": "separatorField"; "idField": "idField"; "parentIdField": "parentIdField"; }, {}, never>;
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FlatBindingDirective, "[kendoMenuFlatBinding]", ["kendoMenuFlatBinding"], { "data": "kendoMenuFlatBinding"; "textField": "textField"; "urlField": "urlField"; "iconField": "iconField"; "svgIconField": "svgIconField"; "disabledField": "disabledField"; "cssClassField": "cssClassField"; "cssStyleField": "cssStyleField"; "separatorField": "separatorField"; "idField": "idField"; "parentIdField": "parentIdField"; }, {}, never>;
|
|
57
61
|
}
|
|
@@ -25,6 +25,10 @@ export declare class HierarchyBindingDirective extends BindingDirectiveBase {
|
|
|
25
25
|
* Defines the `icon` field (or fields) of an item.
|
|
26
26
|
*/
|
|
27
27
|
iconField: string | string[];
|
|
28
|
+
/**
|
|
29
|
+
* Defines the `svgIcon` field of the items.
|
|
30
|
+
*/
|
|
31
|
+
svgIconField: string | string[];
|
|
28
32
|
/**
|
|
29
33
|
* Defines the `disabled` field (or fields) of an item.
|
|
30
34
|
*/
|
|
@@ -50,5 +54,5 @@ export declare class HierarchyBindingDirective extends BindingDirectiveBase {
|
|
|
50
54
|
protected createItem(item: any, level: number): any;
|
|
51
55
|
protected getChildren(item: any, level: number): any;
|
|
52
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<HierarchyBindingDirective, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HierarchyBindingDirective, "[kendoMenuHierarchyBinding]", ["kendoMenuHierarchyBinding"], { "data": "kendoMenuHierarchyBinding"; "textField": "textField"; "urlField": "urlField"; "iconField": "iconField"; "disabledField": "disabledField"; "cssClassField": "cssClassField"; "cssStyleField": "cssStyleField"; "separatorField": "separatorField"; "childrenField": "childrenField"; }, {}, never>;
|
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HierarchyBindingDirective, "[kendoMenuHierarchyBinding]", ["kendoMenuHierarchyBinding"], { "data": "kendoMenuHierarchyBinding"; "textField": "textField"; "urlField": "urlField"; "iconField": "iconField"; "svgIconField": "svgIconField"; "disabledField": "disabledField"; "cssClassField": "cssClassField"; "cssStyleField": "cssStyleField"; "separatorField": "separatorField"; "childrenField": "childrenField"; }, {}, never>;
|
|
54
58
|
}
|
|
@@ -6,7 +6,7 @@ import { Directive } from '@angular/core';
|
|
|
6
6
|
import { MenuBase } from '../menu-base';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
import * as i1 from "../menu-base";
|
|
9
|
-
const ITEM_FIELDS = ['textField', 'urlField', 'iconField', 'disabledField', 'cssClassField', 'cssStyleField', 'separatorField'];
|
|
9
|
+
const ITEM_FIELDS = ['textField', 'urlField', 'iconField', 'svgIconField', 'disabledField', 'cssClassField', 'cssStyleField', 'separatorField'];
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -52,7 +52,7 @@ export class FlatBindingDirective extends BindingDirectiveBase {
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
FlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatBindingDirective, deps: [{ token: i1.MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
55
|
-
FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FlatBindingDirective, selector: "[kendoMenuFlatBinding]", inputs: { data: ["kendoMenuFlatBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", idField: "idField", parentIdField: "parentIdField" }, exportAs: ["kendoMenuFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
55
|
+
FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FlatBindingDirective, selector: "[kendoMenuFlatBinding]", inputs: { data: ["kendoMenuFlatBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", svgIconField: "svgIconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", idField: "idField", parentIdField: "parentIdField" }, exportAs: ["kendoMenuFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
56
56
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatBindingDirective, decorators: [{
|
|
57
57
|
type: Directive,
|
|
58
58
|
args: [{
|
|
@@ -68,6 +68,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
68
68
|
type: Input
|
|
69
69
|
}], iconField: [{
|
|
70
70
|
type: Input
|
|
71
|
+
}], svgIconField: [{
|
|
72
|
+
type: Input
|
|
71
73
|
}], disabledField: [{
|
|
72
74
|
type: Input
|
|
73
75
|
}], cssClassField: [{
|
|
@@ -43,7 +43,7 @@ export class HierarchyBindingDirective extends BindingDirectiveBase {
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
HierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: i1.MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
46
|
-
HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: HierarchyBindingDirective, selector: "[kendoMenuHierarchyBinding]", inputs: { data: ["kendoMenuHierarchyBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", childrenField: "childrenField" }, exportAs: ["kendoMenuHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
46
|
+
HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: HierarchyBindingDirective, selector: "[kendoMenuHierarchyBinding]", inputs: { data: ["kendoMenuHierarchyBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", svgIconField: "svgIconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", childrenField: "childrenField" }, exportAs: ["kendoMenuHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
47
47
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchyBindingDirective, decorators: [{
|
|
48
48
|
type: Directive,
|
|
49
49
|
args: [{
|
|
@@ -59,6 +59,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
59
59
|
type: Input
|
|
60
60
|
}], iconField: [{
|
|
61
61
|
type: Input
|
|
62
|
+
}], svgIconField: [{
|
|
63
|
+
type: Input
|
|
62
64
|
}], disabledField: [{
|
|
63
65
|
type: Input
|
|
64
66
|
}], cssClassField: [{
|
|
@@ -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:
|
|
13
|
-
version: '13.0.
|
|
12
|
+
publishDate: 1686070507,
|
|
13
|
+
version: '13.0.1-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -23,8 +23,8 @@ const packageMetadata = {
|
|
|
23
23
|
name: '@progress/kendo-angular-menu',
|
|
24
24
|
productName: 'Kendo UI for Angular',
|
|
25
25
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
26
|
-
publishDate:
|
|
27
|
-
version: '13.0.
|
|
26
|
+
publishDate: 1686070507,
|
|
27
|
+
version: '13.0.1-develop.1',
|
|
28
28
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -2209,7 +2209,7 @@ class MenuEvent extends PreventableEvent {
|
|
|
2209
2209
|
class MenuSelectEvent extends MenuEvent {
|
|
2210
2210
|
}
|
|
2211
2211
|
|
|
2212
|
-
const ITEM_FIELDS = ['textField', 'urlField', 'iconField', 'disabledField', 'cssClassField', 'cssStyleField', 'separatorField'];
|
|
2212
|
+
const ITEM_FIELDS = ['textField', 'urlField', 'iconField', 'svgIconField', 'disabledField', 'cssClassField', 'cssStyleField', 'separatorField'];
|
|
2213
2213
|
/**
|
|
2214
2214
|
* @hidden
|
|
2215
2215
|
*/
|
|
@@ -2308,7 +2308,7 @@ class HierarchyBindingDirective extends BindingDirectiveBase {
|
|
|
2308
2308
|
}
|
|
2309
2309
|
}
|
|
2310
2310
|
HierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2311
|
-
HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: HierarchyBindingDirective, selector: "[kendoMenuHierarchyBinding]", inputs: { data: ["kendoMenuHierarchyBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", childrenField: "childrenField" }, exportAs: ["kendoMenuHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
2311
|
+
HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: HierarchyBindingDirective, selector: "[kendoMenuHierarchyBinding]", inputs: { data: ["kendoMenuHierarchyBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", svgIconField: "svgIconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", childrenField: "childrenField" }, exportAs: ["kendoMenuHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
2312
2312
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchyBindingDirective, decorators: [{
|
|
2313
2313
|
type: Directive,
|
|
2314
2314
|
args: [{
|
|
@@ -2324,6 +2324,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2324
2324
|
type: Input
|
|
2325
2325
|
}], iconField: [{
|
|
2326
2326
|
type: Input
|
|
2327
|
+
}], svgIconField: [{
|
|
2328
|
+
type: Input
|
|
2327
2329
|
}], disabledField: [{
|
|
2328
2330
|
type: Input
|
|
2329
2331
|
}], cssClassField: [{
|
|
@@ -2380,7 +2382,7 @@ class FlatBindingDirective extends BindingDirectiveBase {
|
|
|
2380
2382
|
}
|
|
2381
2383
|
}
|
|
2382
2384
|
FlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatBindingDirective, deps: [{ token: MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2383
|
-
FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FlatBindingDirective, selector: "[kendoMenuFlatBinding]", inputs: { data: ["kendoMenuFlatBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", idField: "idField", parentIdField: "parentIdField" }, exportAs: ["kendoMenuFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
2385
|
+
FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FlatBindingDirective, selector: "[kendoMenuFlatBinding]", inputs: { data: ["kendoMenuFlatBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", svgIconField: "svgIconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", idField: "idField", parentIdField: "parentIdField" }, exportAs: ["kendoMenuFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
2384
2386
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatBindingDirective, decorators: [{
|
|
2385
2387
|
type: Directive,
|
|
2386
2388
|
args: [{
|
|
@@ -2396,6 +2398,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2396
2398
|
type: Input
|
|
2397
2399
|
}], iconField: [{
|
|
2398
2400
|
type: Input
|
|
2401
|
+
}], svgIconField: [{
|
|
2402
|
+
type: Input
|
|
2399
2403
|
}], disabledField: [{
|
|
2400
2404
|
type: Input
|
|
2401
2405
|
}], cssClassField: [{
|
|
@@ -23,8 +23,8 @@ const packageMetadata = {
|
|
|
23
23
|
name: '@progress/kendo-angular-menu',
|
|
24
24
|
productName: 'Kendo UI for Angular',
|
|
25
25
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
26
|
-
publishDate:
|
|
27
|
-
version: '13.0.
|
|
26
|
+
publishDate: 1686070507,
|
|
27
|
+
version: '13.0.1-develop.1',
|
|
28
28
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -2199,7 +2199,7 @@ class MenuEvent extends PreventableEvent {
|
|
|
2199
2199
|
class MenuSelectEvent extends MenuEvent {
|
|
2200
2200
|
}
|
|
2201
2201
|
|
|
2202
|
-
const ITEM_FIELDS = ['textField', 'urlField', 'iconField', 'disabledField', 'cssClassField', 'cssStyleField', 'separatorField'];
|
|
2202
|
+
const ITEM_FIELDS = ['textField', 'urlField', 'iconField', 'svgIconField', 'disabledField', 'cssClassField', 'cssStyleField', 'separatorField'];
|
|
2203
2203
|
/**
|
|
2204
2204
|
* @hidden
|
|
2205
2205
|
*/
|
|
@@ -2298,7 +2298,7 @@ class HierarchyBindingDirective extends BindingDirectiveBase {
|
|
|
2298
2298
|
}
|
|
2299
2299
|
}
|
|
2300
2300
|
HierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2301
|
-
HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: HierarchyBindingDirective, selector: "[kendoMenuHierarchyBinding]", inputs: { data: ["kendoMenuHierarchyBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", childrenField: "childrenField" }, exportAs: ["kendoMenuHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
2301
|
+
HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: HierarchyBindingDirective, selector: "[kendoMenuHierarchyBinding]", inputs: { data: ["kendoMenuHierarchyBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", svgIconField: "svgIconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", childrenField: "childrenField" }, exportAs: ["kendoMenuHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
2302
2302
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchyBindingDirective, decorators: [{
|
|
2303
2303
|
type: Directive,
|
|
2304
2304
|
args: [{
|
|
@@ -2314,6 +2314,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2314
2314
|
type: Input
|
|
2315
2315
|
}], iconField: [{
|
|
2316
2316
|
type: Input
|
|
2317
|
+
}], svgIconField: [{
|
|
2318
|
+
type: Input
|
|
2317
2319
|
}], disabledField: [{
|
|
2318
2320
|
type: Input
|
|
2319
2321
|
}], cssClassField: [{
|
|
@@ -2370,7 +2372,7 @@ class FlatBindingDirective extends BindingDirectiveBase {
|
|
|
2370
2372
|
}
|
|
2371
2373
|
}
|
|
2372
2374
|
FlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatBindingDirective, deps: [{ token: MenuBase }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2373
|
-
FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FlatBindingDirective, selector: "[kendoMenuFlatBinding]", inputs: { data: ["kendoMenuFlatBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", idField: "idField", parentIdField: "parentIdField" }, exportAs: ["kendoMenuFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
2375
|
+
FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FlatBindingDirective, selector: "[kendoMenuFlatBinding]", inputs: { data: ["kendoMenuFlatBinding", "data"], textField: "textField", urlField: "urlField", iconField: "iconField", svgIconField: "svgIconField", disabledField: "disabledField", cssClassField: "cssClassField", cssStyleField: "cssStyleField", separatorField: "separatorField", idField: "idField", parentIdField: "parentIdField" }, exportAs: ["kendoMenuFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
2374
2376
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatBindingDirective, decorators: [{
|
|
2375
2377
|
type: Directive,
|
|
2376
2378
|
args: [{
|
|
@@ -2386,6 +2388,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2386
2388
|
type: Input
|
|
2387
2389
|
}], iconField: [{
|
|
2388
2390
|
type: Input
|
|
2391
|
+
}], svgIconField: [{
|
|
2392
|
+
type: Input
|
|
2389
2393
|
}], disabledField: [{
|
|
2390
2394
|
type: Input
|
|
2391
2395
|
}], cssClassField: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-menu",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.1-develop.1",
|
|
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": "13 - 16",
|
|
24
24
|
"@angular/platform-browser": "13 - 16",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "13.0.
|
|
27
|
-
"@progress/kendo-angular-l10n": "13.0.
|
|
28
|
-
"@progress/kendo-angular-icons": "13.0.
|
|
29
|
-
"@progress/kendo-angular-popup": "13.0.
|
|
26
|
+
"@progress/kendo-angular-common": "13.0.1-develop.1",
|
|
27
|
+
"@progress/kendo-angular-l10n": "13.0.1-develop.1",
|
|
28
|
+
"@progress/kendo-angular-icons": "13.0.1-develop.1",
|
|
29
|
+
"@progress/kendo-angular-popup": "13.0.1-develop.1",
|
|
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": "13.0.
|
|
34
|
+
"@progress/kendo-angular-schematics": "13.0.1-develop.1"
|
|
35
35
|
},
|
|
36
36
|
"schematics": "./schematics/collection.json",
|
|
37
37
|
"module": "fesm2015/progress-kendo-angular-menu.mjs",
|