@progress/kendo-angular-menu 14.0.2-develop.1 → 14.0.2-develop.11

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.
@@ -272,7 +272,8 @@ export class ContextMenuComponent extends MenuBase {
272
272
  popupAlign: this.popupAlign || DEFAULT_POPUP_ALIGN,
273
273
  anchorAlign: this.anchorAlign || DEFAULT_ANCHOR_ALIGN,
274
274
  content: this.contentTemplate ? this.contentTemplate.templateRef : this.defaultContentTemplate,
275
- popupClass: 'k-menu-popup'
275
+ popupClass: 'k-menu-popup',
276
+ positionMode: 'absolute'
276
277
  }, options));
277
278
  const element = this.popupRef.popupElement;
278
279
  this.renderer.addClass(element, 'k-context-menu-popup');
@@ -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: 1697635988,
13
- version: '14.0.2-develop.1',
12
+ publishDate: 1698151261,
13
+ version: '14.0.2-develop.11',
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: 1697635988,
27
- version: '14.0.2-develop.1',
26
+ publishDate: 1698151261,
27
+ version: '14.0.2-develop.11',
28
28
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
29
29
  };
30
30
 
@@ -2899,7 +2899,8 @@ class ContextMenuComponent extends MenuBase {
2899
2899
  popupAlign: this.popupAlign || DEFAULT_POPUP_ALIGN,
2900
2900
  anchorAlign: this.anchorAlign || DEFAULT_ANCHOR_ALIGN,
2901
2901
  content: this.contentTemplate ? this.contentTemplate.templateRef : this.defaultContentTemplate,
2902
- popupClass: 'k-menu-popup'
2902
+ popupClass: 'k-menu-popup',
2903
+ positionMode: 'absolute'
2903
2904
  }, options));
2904
2905
  const element = this.popupRef.popupElement;
2905
2906
  this.renderer.addClass(element, 'k-context-menu-popup');
@@ -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: 1697635988,
27
- version: '14.0.2-develop.1',
26
+ publishDate: 1698151261,
27
+ version: '14.0.2-develop.11',
28
28
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
29
29
  };
30
30
 
@@ -2887,7 +2887,8 @@ class ContextMenuComponent extends MenuBase {
2887
2887
  popupAlign: this.popupAlign || DEFAULT_POPUP_ALIGN,
2888
2888
  anchorAlign: this.anchorAlign || DEFAULT_ANCHOR_ALIGN,
2889
2889
  content: this.contentTemplate ? this.contentTemplate.templateRef : this.defaultContentTemplate,
2890
- popupClass: 'k-menu-popup'
2890
+ popupClass: 'k-menu-popup',
2891
+ positionMode: 'absolute'
2891
2892
  }, options));
2892
2893
  const element = this.popupRef.popupElement;
2893
2894
  this.renderer.addClass(element, 'k-context-menu-popup');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-menu",
3
- "version": "14.0.2-develop.1",
3
+ "version": "14.0.2-develop.11",
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": "14.0.2-develop.1",
27
- "@progress/kendo-angular-l10n": "14.0.2-develop.1",
28
- "@progress/kendo-angular-icons": "14.0.2-develop.1",
29
- "@progress/kendo-angular-popup": "14.0.2-develop.1",
26
+ "@progress/kendo-angular-common": "14.0.2-develop.11",
27
+ "@progress/kendo-angular-l10n": "14.0.2-develop.11",
28
+ "@progress/kendo-angular-icons": "14.0.2-develop.11",
29
+ "@progress/kendo-angular-popup": "14.0.2-develop.11",
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": "14.0.2-develop.1"
34
+ "@progress/kendo-angular-schematics": "14.0.2-develop.11"
35
35
  },
36
36
  "schematics": "./schematics/collection.json",
37
37
  "module": "fesm2015/progress-kendo-angular-menu.mjs",