@progress/kendo-angular-menu 3.0.2 → 3.0.4

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 * 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 * 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
  /* tslint:disable:max-line-length */
@@ -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 var packageMetadata = {
9
9
  name: '@progress/kendo-angular-menu',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1620214992,
12
+ publishDate: 1642589534,
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
  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 * 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 * 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 * 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
  var 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 * 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 * 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 * 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 * 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 * 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 * 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 * as tslib_1 from "tslib";
package/dist/es/utils.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
  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
  /**
@@ -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 { ContextMenuComponent } from './context-menu.component';
@@ -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 { ContextMenuService } from './context-menu.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
  import { PreventableEvent } from '../preventable-event';
@@ -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 { PreventableEvent } from '../preventable-event';
@@ -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 { ContextMenuEvent } from './context-menu-event';
@@ -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 { ContextMenuEvent } from './context-menu-event';
@@ -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 * 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, OnDestroy } 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
  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';
@@ -10,7 +10,7 @@ import { TemplateRef } from '@angular/core';
10
10
  *
11
11
  * {% meta height:200 %}
12
12
  * {% embed_file context-menu/template/app.component.ts preview %}
13
- * {% embed_file context-menu/app.module.ts %}
13
+ * {% embed_file shared/app.module.ts %}
14
14
  * {% embed_file shared/main.ts %}
15
15
  * {% endmeta %}
16
16
  */
@@ -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";
@@ -11,7 +11,7 @@ import { Directive, TemplateRef, Optional } from '@angular/core';
11
11
  *
12
12
  * {% meta height:200 %}
13
13
  * {% embed_file context-menu/template/app.component.ts preview %}
14
- * {% embed_file context-menu/app.module.ts %}
14
+ * {% embed_file shared/app.module.ts %}
15
15
  * {% embed_file shared/main.ts %}
16
16
  * {% endmeta %}
17
17
  */
@@ -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, OnChanges, OnDestroy, EventEmitter, NgZone, Renderer2, TemplateRef, ElementRef, ViewContainerRef } from '@angular/core';
@@ -14,12 +14,21 @@ import { ContextMenuTargetContainerDirective } from './context-menu-target-conta
14
14
  /**
15
15
  * Represents the [Kendo UI ContextMenu component for Angular]({% slug overview_contextmenu %}).
16
16
  *
17
- * {% meta height:200 %}
18
- * {% embed_file context-menu/basic/app.component.ts preview %}
19
- * {% embed_file shared/contextmenu-items.ts %}
20
- * {% embed_file context-menu/app.module.ts %}
21
- * {% embed_file shared/main.ts %}
22
- * {% endmeta %}
17
+ * @example
18
+ * ```ts
19
+ * _@Component({
20
+ * selector: 'my-app',
21
+ * template: `
22
+ * <div #target>
23
+ * Right-click to open Context menu</p>
24
+ * </div>
25
+ * <kendo-contextmenu [target]="target" [items]="items"> </kendo-contextmenu>
26
+ * `
27
+ * })
28
+ * class AppComponent {
29
+ * public items: any[] = [{ text: 'item1', items: [{ text: 'item1.1' }] }, { text: 'item2', disabled: true }];
30
+ * }
31
+ * ```
23
32
  */
24
33
  export declare class ContextMenuComponent extends MenuBase implements OnInit, OnChanges, OnDestroy {
25
34
  private popupService;
@@ -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";
@@ -29,12 +29,21 @@ const ɵ1 = bodyFactory;
29
29
  /**
30
30
  * Represents the [Kendo UI ContextMenu component for Angular]({% slug overview_contextmenu %}).
31
31
  *
32
- * {% meta height:200 %}
33
- * {% embed_file context-menu/basic/app.component.ts preview %}
34
- * {% embed_file shared/contextmenu-items.ts %}
35
- * {% embed_file context-menu/app.module.ts %}
36
- * {% embed_file shared/main.ts %}
37
- * {% endmeta %}
32
+ * @example
33
+ * ```ts
34
+ * _@Component({
35
+ * selector: 'my-app',
36
+ * template: `
37
+ * <div #target>
38
+ * Right-click to open Context menu</p>
39
+ * </div>
40
+ * <kendo-contextmenu [target]="target" [items]="items"> </kendo-contextmenu>
41
+ * `
42
+ * })
43
+ * class AppComponent {
44
+ * public items: any[] = [{ text: 'item1', items: [{ text: 'item1.1' }] }, { text: 'item2', disabled: true }];
45
+ * }
46
+ * ```
38
47
  */
39
48
  let ContextMenuComponent = ContextMenuComponent_1 = class ContextMenuComponent extends MenuBase {
40
49
  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
  /**
@@ -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 { EventEmitter } 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 { OnChanges } 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
  const ITEM_FIELDS = ['textField', 'urlField', 'iconField', 'disabledField', 'cssClassField', 'cssStyleField', 'separatorField'];
@@ -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 { MenuBase } from '../menu-base';
@@ -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 { MenuBase } from '../menu-base';
@@ -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 FIELD_REGEX = /\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;
@@ -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 { NODE_INDEX } from './constants';
@@ -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
  /**