@progress/kendo-angular-menu 11.3.0-develop.4 → 11.3.0-develop.6
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.
|
@@ -105,7 +105,7 @@ export class MenuComponent extends MenuBase {
|
|
|
105
105
|
if (this.isContextMenu) {
|
|
106
106
|
return `k-context-menu k-menu-group ${sizeClass}`;
|
|
107
107
|
}
|
|
108
|
-
return `${staticClasses} k-menu-${this.vertical ? 'vertical' : 'horizontal'}
|
|
108
|
+
return `${staticClasses} k-menu-${this.vertical ? 'vertical' : 'horizontal'}`;
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Opens or closes the specified Menu items.
|
|
@@ -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: '11.3.0-develop.
|
|
12
|
+
publishDate: 1677055889,
|
|
13
|
+
version: '11.3.0-develop.6',
|
|
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: '11.3.0-develop.
|
|
26
|
+
publishDate: 1677055889,
|
|
27
|
+
version: '11.3.0-develop.6',
|
|
28
28
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1911,7 +1911,7 @@ class MenuComponent extends MenuBase {
|
|
|
1911
1911
|
if (this.isContextMenu) {
|
|
1912
1912
|
return `k-context-menu k-menu-group ${sizeClass}`;
|
|
1913
1913
|
}
|
|
1914
|
-
return `${staticClasses} k-menu-${this.vertical ? 'vertical' : 'horizontal'}
|
|
1914
|
+
return `${staticClasses} k-menu-${this.vertical ? 'vertical' : 'horizontal'}`;
|
|
1915
1915
|
}
|
|
1916
1916
|
/**
|
|
1917
1917
|
* Opens or closes the specified Menu items.
|
|
@@ -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: '11.3.0-develop.
|
|
26
|
+
publishDate: 1677055889,
|
|
27
|
+
version: '11.3.0-develop.6',
|
|
28
28
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1903,7 +1903,7 @@ class MenuComponent extends MenuBase {
|
|
|
1903
1903
|
if (this.isContextMenu) {
|
|
1904
1904
|
return `k-context-menu k-menu-group ${sizeClass}`;
|
|
1905
1905
|
}
|
|
1906
|
-
return `${staticClasses} k-menu-${this.vertical ? 'vertical' : 'horizontal'}
|
|
1906
|
+
return `${staticClasses} k-menu-${this.vertical ? 'vertical' : 'horizontal'}`;
|
|
1907
1907
|
}
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Opens or closes the specified Menu items.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-menu",
|
|
3
|
-
"version": "11.3.0-develop.
|
|
3
|
+
"version": "11.3.0-develop.6",
|
|
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 - 15",
|
|
24
24
|
"@angular/platform-browser": "13 - 15",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "11.3.0-develop.
|
|
27
|
-
"@progress/kendo-angular-l10n": "11.3.0-develop.
|
|
28
|
-
"@progress/kendo-angular-icons": "11.3.0-develop.
|
|
29
|
-
"@progress/kendo-angular-popup": "11.3.0-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "11.3.0-develop.6",
|
|
27
|
+
"@progress/kendo-angular-l10n": "11.3.0-develop.6",
|
|
28
|
+
"@progress/kendo-angular-icons": "11.3.0-develop.6",
|
|
29
|
+
"@progress/kendo-angular-popup": "11.3.0-develop.6",
|
|
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": "11.3.0-develop.
|
|
34
|
+
"@progress/kendo-angular-schematics": "11.3.0-develop.6"
|
|
35
35
|
},
|
|
36
36
|
"schematics": "./schematics/collection.json",
|
|
37
37
|
"module": "fesm2015/progress-kendo-angular-menu.mjs",
|