@progress/kendo-angular-menu 3.0.2-dev.202104291106 → 3.0.4-dev.202201191015

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.
Files changed (184) hide show
  1. package/NOTICE.txt +297 -30
  2. package/dist/cdn/js/kendo-angular-menu.js +2 -2
  3. package/dist/cdn/main.js +2 -2
  4. package/dist/es/constants.js +1 -1
  5. package/dist/es/context-menu/context-menu-event.js +1 -1
  6. package/dist/es/context-menu/context-menu-items.service.js +1 -1
  7. package/dist/es/context-menu/context-menu-popup-event.js +1 -1
  8. package/dist/es/context-menu/context-menu-select-event.js +1 -1
  9. package/dist/es/context-menu/context-menu-target-container.directive.js +1 -1
  10. package/dist/es/context-menu/context-menu-target.directive.js +1 -1
  11. package/dist/es/context-menu/context-menu-target.service.js +1 -1
  12. package/dist/es/context-menu/context-menu-template.directive.js +2 -2
  13. package/dist/es/context-menu/context-menu.component.js +16 -7
  14. package/dist/es/context-menu/context-menu.module.js +1 -1
  15. package/dist/es/context-menu/context-menu.service.js +1 -1
  16. package/dist/es/data-binding/binding-directive-base.js +1 -1
  17. package/dist/es/data-binding/flat-binding.directive.js +1 -1
  18. package/dist/es/data-binding/hierachy-binding.directive.js +1 -1
  19. package/dist/es/data-binding/utils.js +1 -1
  20. package/dist/es/dom-queries.js +1 -1
  21. package/dist/es/index.js +1 -1
  22. package/dist/es/main.js +1 -1
  23. package/dist/es/menu-animation.interface.js +1 -1
  24. package/dist/es/menu-base.js +1 -1
  25. package/dist/es/menu-event.js +1 -1
  26. package/dist/es/menu-item.component.js +1 -1
  27. package/dist/es/menu-item.interface.js +1 -1
  28. package/dist/es/menu-select-event.js +1 -1
  29. package/dist/es/menu.component.js +2 -2
  30. package/dist/es/menu.module.js +1 -1
  31. package/dist/es/menus.module.js +1 -1
  32. package/dist/es/open-on-click-settings.js +1 -1
  33. package/dist/es/package-metadata.js +2 -2
  34. package/dist/es/preventable-event.js +1 -1
  35. package/dist/es/rendering/arrow.directive.js +1 -1
  36. package/dist/es/rendering/item.component.js +1 -1
  37. package/dist/es/rendering/link.directive.js +1 -1
  38. package/dist/es/rendering/list.component.js +1 -1
  39. package/dist/es/rendering/popup-settings.js +1 -1
  40. package/dist/es/services/actions.service.js +1 -1
  41. package/dist/es/services/hover.service.js +1 -1
  42. package/dist/es/services/items.service.js +1 -1
  43. package/dist/es/services/navigation.service.js +1 -1
  44. package/dist/es/templates/item-content-template.directive.js +1 -1
  45. package/dist/es/templates/item-link-template.directive.js +1 -1
  46. package/dist/es/templates/item-template.directive.js +1 -1
  47. package/dist/es/utils.js +1 -1
  48. package/dist/es2015/constants.d.ts +1 -1
  49. package/dist/es2015/constants.js +1 -1
  50. package/dist/es2015/context-menu/context-menu-event.d.ts +1 -1
  51. package/dist/es2015/context-menu/context-menu-event.js +1 -1
  52. package/dist/es2015/context-menu/context-menu-items.service.d.ts +1 -1
  53. package/dist/es2015/context-menu/context-menu-items.service.js +1 -1
  54. package/dist/es2015/context-menu/context-menu-popup-event.d.ts +1 -1
  55. package/dist/es2015/context-menu/context-menu-popup-event.js +1 -1
  56. package/dist/es2015/context-menu/context-menu-select-event.d.ts +1 -1
  57. package/dist/es2015/context-menu/context-menu-select-event.js +1 -1
  58. package/dist/es2015/context-menu/context-menu-target-container.directive.d.ts +1 -1
  59. package/dist/es2015/context-menu/context-menu-target-container.directive.js +1 -1
  60. package/dist/es2015/context-menu/context-menu-target.directive.d.ts +1 -1
  61. package/dist/es2015/context-menu/context-menu-target.directive.js +1 -1
  62. package/dist/es2015/context-menu/context-menu-target.service.d.ts +1 -1
  63. package/dist/es2015/context-menu/context-menu-target.service.js +1 -1
  64. package/dist/es2015/context-menu/context-menu-template.directive.d.ts +2 -2
  65. package/dist/es2015/context-menu/context-menu-template.directive.js +2 -2
  66. package/dist/es2015/context-menu/context-menu.component.d.ts +16 -7
  67. package/dist/es2015/context-menu/context-menu.component.js +16 -7
  68. package/dist/es2015/context-menu/context-menu.module.d.ts +1 -1
  69. package/dist/es2015/context-menu/context-menu.module.js +1 -1
  70. package/dist/es2015/context-menu/context-menu.service.d.ts +1 -1
  71. package/dist/es2015/context-menu/context-menu.service.js +1 -1
  72. package/dist/es2015/data-binding/binding-directive-base.d.ts +1 -1
  73. package/dist/es2015/data-binding/binding-directive-base.js +1 -1
  74. package/dist/es2015/data-binding/flat-binding.directive.d.ts +1 -1
  75. package/dist/es2015/data-binding/flat-binding.directive.js +1 -1
  76. package/dist/es2015/data-binding/hierachy-binding.directive.d.ts +1 -1
  77. package/dist/es2015/data-binding/hierachy-binding.directive.js +1 -1
  78. package/dist/es2015/data-binding/utils.d.ts +1 -1
  79. package/dist/es2015/data-binding/utils.js +1 -1
  80. package/dist/es2015/dom-queries.d.ts +1 -1
  81. package/dist/es2015/dom-queries.js +1 -1
  82. package/dist/es2015/index.d.ts +1 -1
  83. package/dist/es2015/index.js +1 -1
  84. package/dist/es2015/index.metadata.json +1 -1
  85. package/dist/es2015/main.d.ts +1 -1
  86. package/dist/es2015/main.js +1 -1
  87. package/dist/es2015/menu-animation.interface.d.ts +1 -1
  88. package/dist/es2015/menu-animation.interface.js +1 -1
  89. package/dist/es2015/menu-base.d.ts +1 -1
  90. package/dist/es2015/menu-base.js +1 -1
  91. package/dist/es2015/menu-event.d.ts +1 -1
  92. package/dist/es2015/menu-event.js +1 -1
  93. package/dist/es2015/menu-item.component.d.ts +1 -1
  94. package/dist/es2015/menu-item.component.js +1 -1
  95. package/dist/es2015/menu-item.interface.d.ts +1 -1
  96. package/dist/es2015/menu-item.interface.js +1 -1
  97. package/dist/es2015/menu-select-event.d.ts +1 -1
  98. package/dist/es2015/menu-select-event.js +1 -1
  99. package/dist/es2015/menu.component.d.ts +2 -2
  100. package/dist/es2015/menu.component.js +2 -2
  101. package/dist/es2015/menu.module.d.ts +1 -1
  102. package/dist/es2015/menu.module.js +1 -1
  103. package/dist/es2015/menus.module.d.ts +1 -1
  104. package/dist/es2015/menus.module.js +1 -1
  105. package/dist/es2015/open-on-click-settings.d.ts +1 -1
  106. package/dist/es2015/open-on-click-settings.js +1 -1
  107. package/dist/es2015/package-metadata.d.ts +1 -1
  108. package/dist/es2015/package-metadata.js +2 -2
  109. package/dist/es2015/preventable-event.d.ts +1 -1
  110. package/dist/es2015/preventable-event.js +1 -1
  111. package/dist/es2015/rendering/arrow.directive.d.ts +1 -1
  112. package/dist/es2015/rendering/arrow.directive.js +1 -1
  113. package/dist/es2015/rendering/item.component.d.ts +1 -1
  114. package/dist/es2015/rendering/item.component.js +1 -1
  115. package/dist/es2015/rendering/link.directive.d.ts +1 -1
  116. package/dist/es2015/rendering/link.directive.js +1 -1
  117. package/dist/es2015/rendering/list.component.d.ts +1 -1
  118. package/dist/es2015/rendering/list.component.js +1 -1
  119. package/dist/es2015/rendering/popup-settings.d.ts +1 -1
  120. package/dist/es2015/rendering/popup-settings.js +1 -1
  121. package/dist/es2015/services/actions.service.d.ts +1 -1
  122. package/dist/es2015/services/actions.service.js +1 -1
  123. package/dist/es2015/services/hover.service.d.ts +1 -1
  124. package/dist/es2015/services/hover.service.js +1 -1
  125. package/dist/es2015/services/items.service.d.ts +1 -1
  126. package/dist/es2015/services/items.service.js +1 -1
  127. package/dist/es2015/services/navigation.service.d.ts +1 -1
  128. package/dist/es2015/services/navigation.service.js +1 -1
  129. package/dist/es2015/templates/item-content-template.directive.d.ts +1 -1
  130. package/dist/es2015/templates/item-content-template.directive.js +1 -1
  131. package/dist/es2015/templates/item-link-template.directive.d.ts +1 -1
  132. package/dist/es2015/templates/item-link-template.directive.js +1 -1
  133. package/dist/es2015/templates/item-template.directive.d.ts +1 -1
  134. package/dist/es2015/templates/item-template.directive.js +1 -1
  135. package/dist/es2015/utils.d.ts +1 -1
  136. package/dist/es2015/utils.js +1 -1
  137. package/dist/fesm2015/index.js +19 -10
  138. package/dist/fesm5/index.js +19 -10
  139. package/dist/npm/constants.js +1 -1
  140. package/dist/npm/context-menu/context-menu-event.js +1 -1
  141. package/dist/npm/context-menu/context-menu-items.service.js +1 -1
  142. package/dist/npm/context-menu/context-menu-popup-event.js +1 -1
  143. package/dist/npm/context-menu/context-menu-select-event.js +1 -1
  144. package/dist/npm/context-menu/context-menu-target-container.directive.js +1 -1
  145. package/dist/npm/context-menu/context-menu-target.directive.js +1 -1
  146. package/dist/npm/context-menu/context-menu-target.service.js +1 -1
  147. package/dist/npm/context-menu/context-menu-template.directive.js +2 -2
  148. package/dist/npm/context-menu/context-menu.component.js +16 -7
  149. package/dist/npm/context-menu/context-menu.module.js +1 -1
  150. package/dist/npm/context-menu/context-menu.service.js +1 -1
  151. package/dist/npm/data-binding/binding-directive-base.js +1 -1
  152. package/dist/npm/data-binding/flat-binding.directive.js +1 -1
  153. package/dist/npm/data-binding/hierachy-binding.directive.js +1 -1
  154. package/dist/npm/data-binding/utils.js +1 -1
  155. package/dist/npm/dom-queries.js +1 -1
  156. package/dist/npm/index.js +1 -1
  157. package/dist/npm/main.js +1 -1
  158. package/dist/npm/menu-animation.interface.js +1 -1
  159. package/dist/npm/menu-base.js +1 -1
  160. package/dist/npm/menu-event.js +1 -1
  161. package/dist/npm/menu-item.component.js +1 -1
  162. package/dist/npm/menu-item.interface.js +1 -1
  163. package/dist/npm/menu-select-event.js +1 -1
  164. package/dist/npm/menu.component.js +2 -2
  165. package/dist/npm/menu.module.js +1 -1
  166. package/dist/npm/menus.module.js +1 -1
  167. package/dist/npm/open-on-click-settings.js +1 -1
  168. package/dist/npm/package-metadata.js +2 -2
  169. package/dist/npm/preventable-event.js +1 -1
  170. package/dist/npm/rendering/arrow.directive.js +1 -1
  171. package/dist/npm/rendering/item.component.js +1 -1
  172. package/dist/npm/rendering/link.directive.js +1 -1
  173. package/dist/npm/rendering/list.component.js +1 -1
  174. package/dist/npm/rendering/popup-settings.js +1 -1
  175. package/dist/npm/services/actions.service.js +1 -1
  176. package/dist/npm/services/hover.service.js +1 -1
  177. package/dist/npm/services/items.service.js +1 -1
  178. package/dist/npm/services/navigation.service.js +1 -1
  179. package/dist/npm/templates/item-content-template.directive.js +1 -1
  180. package/dist/npm/templates/item-link-template.directive.js +1 -1
  181. package/dist/npm/templates/item-template.directive.js +1 -1
  182. package/dist/npm/utils.js +1 -1
  183. package/dist/systemjs/kendo-angular-menu.js +2 -2
  184. package/package.json +13 -13
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PackageMetadata } from '@progress/kendo-licensing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -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: 1619694342,
12
+ publishDate: 1642587244,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, Renderer2, ChangeDetectorRef, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, TemplateRef, OnInit, OnDestroy, Renderer2, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  const POPUP_ALIGN = {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ItemsService } from './items.service';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as tslib_1 from "tslib";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { __decorate, __metadata, __param } from 'tslib';
@@ -17,7 +17,7 @@ const packageMetadata = {
17
17
  name: '@progress/kendo-angular-menu',
18
18
  productName: 'Kendo UI for Angular',
19
19
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
20
- publishDate: 1619694342,
20
+ publishDate: 1642587244,
21
21
  version: '',
22
22
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
23
23
  };
@@ -1181,7 +1181,7 @@ var MenuComponent_1;
1181
1181
  * Represents the [Kendo UI Menu component for Angular]({% slug overview_menu %}).
1182
1182
  *
1183
1183
  * @example
1184
- * ```ts-preview
1184
+ * ```ts
1185
1185
  * _@Component({
1186
1186
  * selector: 'my-app',
1187
1187
  * template: `
@@ -2438,7 +2438,7 @@ class ContextMenuPopupEvent extends PreventableEvent {
2438
2438
  *
2439
2439
  * {% meta height:200 %}
2440
2440
  * {% embed_file context-menu/template/app.component.ts preview %}
2441
- * {% embed_file context-menu/app.module.ts %}
2441
+ * {% embed_file shared/app.module.ts %}
2442
2442
  * {% embed_file shared/main.ts %}
2443
2443
  * {% endmeta %}
2444
2444
  */
@@ -2571,12 +2571,21 @@ const ɵ1$2 = bodyFactory;
2571
2571
  /**
2572
2572
  * Represents the [Kendo UI ContextMenu component for Angular]({% slug overview_contextmenu %}).
2573
2573
  *
2574
- * {% meta height:200 %}
2575
- * {% embed_file context-menu/basic/app.component.ts preview %}
2576
- * {% embed_file shared/contextmenu-items.ts %}
2577
- * {% embed_file context-menu/app.module.ts %}
2578
- * {% embed_file shared/main.ts %}
2579
- * {% endmeta %}
2574
+ * @example
2575
+ * ```ts
2576
+ * _@Component({
2577
+ * selector: 'my-app',
2578
+ * template: `
2579
+ * <div #target>
2580
+ * Right-click to open Context menu</p>
2581
+ * </div>
2582
+ * <kendo-contextmenu [target]="target" [items]="items"> </kendo-contextmenu>
2583
+ * `
2584
+ * })
2585
+ * class AppComponent {
2586
+ * public items: any[] = [{ text: 'item1', items: [{ text: 'item1.1' }] }, { text: 'item2', disabled: true }];
2587
+ * }
2588
+ * ```
2580
2589
  */
2581
2590
  let ContextMenuComponent = ContextMenuComponent_1 = class ContextMenuComponent extends MenuBase {
2582
2591
  constructor(popupService, service, ngZone, renderer) {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { __decorate, __extends, __metadata, __param } from 'tslib';
@@ -17,7 +17,7 @@ var packageMetadata = {
17
17
  name: '@progress/kendo-angular-menu',
18
18
  productName: 'Kendo UI for Angular',
19
19
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
20
- publishDate: 1619694342,
20
+ publishDate: 1642587244,
21
21
  version: '',
22
22
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
23
23
  };
@@ -1258,7 +1258,7 @@ var MenuBase = /** @class */ (function () {
1258
1258
  * Represents the [Kendo UI Menu component for Angular]({% slug overview_menu %}).
1259
1259
  *
1260
1260
  * @example
1261
- * ```ts-preview
1261
+ * ```ts
1262
1262
  * _@Component({
1263
1263
  * selector: 'my-app',
1264
1264
  * template: `
@@ -2572,7 +2572,7 @@ var ContextMenuPopupEvent = /** @class */ (function (_super) {
2572
2572
  *
2573
2573
  * {% meta height:200 %}
2574
2574
  * {% embed_file context-menu/template/app.component.ts preview %}
2575
- * {% embed_file context-menu/app.module.ts %}
2575
+ * {% embed_file shared/app.module.ts %}
2576
2576
  * {% embed_file shared/main.ts %}
2577
2577
  * {% endmeta %}
2578
2578
  */
@@ -2706,12 +2706,21 @@ var ɵ1$2 = bodyFactory;
2706
2706
  /**
2707
2707
  * Represents the [Kendo UI ContextMenu component for Angular]({% slug overview_contextmenu %}).
2708
2708
  *
2709
- * {% meta height:200 %}
2710
- * {% embed_file context-menu/basic/app.component.ts preview %}
2711
- * {% embed_file shared/contextmenu-items.ts %}
2712
- * {% embed_file context-menu/app.module.ts %}
2713
- * {% embed_file shared/main.ts %}
2714
- * {% endmeta %}
2709
+ * @example
2710
+ * ```ts
2711
+ * _@Component({
2712
+ * selector: 'my-app',
2713
+ * template: `
2714
+ * <div #target>
2715
+ * Right-click to open Context menu</p>
2716
+ * </div>
2717
+ * <kendo-contextmenu [target]="target" [items]="items"> </kendo-contextmenu>
2718
+ * `
2719
+ * })
2720
+ * class AppComponent {
2721
+ * public items: any[] = [{ text: 'item1', items: [{ text: 'item1.1' }] }, { text: 'item2', disabled: true }];
2722
+ * }
2723
+ * ```
2715
2724
  */
2716
2725
  var ContextMenuComponent = /** @class */ (function (_super) {
2717
2726
  __extends(ContextMenuComponent, _super);
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -13,7 +13,7 @@ var core_1 = require("@angular/core");
13
13
  *
14
14
  * {% meta height:200 %}
15
15
  * {% embed_file context-menu/template/app.component.ts preview %}
16
- * {% embed_file context-menu/app.module.ts %}
16
+ * {% embed_file shared/app.module.ts %}
17
17
  * {% embed_file shared/main.ts %}
18
18
  * {% endmeta %}
19
19
  */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -32,12 +32,21 @@ exports.ɵ1 = ɵ1;
32
32
  /**
33
33
  * Represents the [Kendo UI ContextMenu component for Angular]({% slug overview_contextmenu %}).
34
34
  *
35
- * {% meta height:200 %}
36
- * {% embed_file context-menu/basic/app.component.ts preview %}
37
- * {% embed_file shared/contextmenu-items.ts %}
38
- * {% embed_file context-menu/app.module.ts %}
39
- * {% embed_file shared/main.ts %}
40
- * {% endmeta %}
35
+ * @example
36
+ * ```ts
37
+ * _@Component({
38
+ * selector: 'my-app',
39
+ * template: `
40
+ * <div #target>
41
+ * Right-click to open Context menu</p>
42
+ * </div>
43
+ * <kendo-contextmenu [target]="target" [items]="items"> </kendo-contextmenu>
44
+ * `
45
+ * })
46
+ * class AppComponent {
47
+ * public items: any[] = [{ text: 'item1', items: [{ text: 'item1.1' }] }, { text: 'item2', disabled: true }];
48
+ * }
49
+ * ```
41
50
  */
42
51
  var ContextMenuComponent = /** @class */ (function (_super) {
43
52
  tslib_1.__extends(ContextMenuComponent, _super);
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
package/dist/npm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
package/dist/npm/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use strict";