@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
package/NOTICE.txt CHANGED
@@ -1,29 +1,71 @@
1
- Progress Kendo UI for Angular 2020
1
+ Progress Kendo UI for Angular 2022
2
2
 
3
- Copyright © 2016-2020 Progress Software Corporation and/or one of its
3
+ Copyright (c) 2016-2022 Progress Software Corporation and/or one of its
4
4
  subsidiaries or affiliates. All rights reserved.
5
5
 
6
6
  Portions of the Product include certain open source and commercial third-party
7
7
  components listed below ("Third-Party Components"). The authors of the
8
8
  Third-Party Components require Progress Software Corporation ("PSC") to
9
9
  include the following notices and additional licensing terms as a condition of
10
- PSC's use of such Third-Party Components. You acknowledge that the authors
10
+ PSC's use of such Third-Party Components. You acknowledge that the authors
11
11
  of the Third-Party Components have no obligation to provide support to you for
12
- the Third-Party Components or the Product. You hereby undertake to comply with
13
- all licenses related to the applicable Third-Party Components. Notwithstanding
12
+ the Third-Party Components or the Product. You hereby undertake to comply with
13
+ all licenses related to the applicable Third-Party Components. Notwithstanding
14
14
  anything to the contrary, to the extent that any of the terms and conditions of
15
15
  the Product Agreement conflict, vary, or are in addition to the terms and
16
16
  conditions of the aforementioned third-party licenses for these technologies,
17
17
  such terms and conditions are offered by Progress alone and not by any other
18
18
  party.
19
19
 
20
-
21
- 1. Special Notices Regarding Open Source Third-Party Components incorporated in
20
+ -------------------------------------------------------------------------
21
+ SUMMARY OF COMPONENTS:
22
+
23
+ VendorName | ComponentName | VersionName | LicenseType
24
+
25
+ DefinitelyTyped.org | @types/prosemirror-commands | 1.0.4 - Open Source | MIT-style License
26
+ DefinitelyTyped.org | @types/prosemirror-dropcursor | 1.0.1 - Open Source | MIT-style License
27
+ DefinitelyTyped.org | @types/prosemirror-gapcursor | 1.0.2 - Open Source | MIT-style License
28
+ DefinitelyTyped.org | @types/prosemirror-history | 1.0.2 - Open Source | MIT-style License
29
+ DefinitelyTyped.org | @types/prosemirror-inputrules | 1.0.2 - Open Source | MIT-style License
30
+ DefinitelyTyped.org | @types/prosemirror-keymap | 1.0.2 - Open Source | MIT-style License
31
+ DefinitelyTyped.org | @types/prosemirror-model | 1.11.2 - Open Source | MIT-style License
32
+ DefinitelyTyped.org | @types/prosemirror-schema-list | 1.0.2 - Open Source | MIT-style License
33
+ DefinitelyTyped.org | @types/prosemirror-state | 1.2.4 - Open Source | MIT-style License
34
+ DefinitelyTyped.org | @types/prosemirror-tables | 0.9.1 - Open Source | MIT-style License
35
+ DefinitelyTyped.org | @types/prosemirror-transform | 1.2.9 - Open Source | MIT-style License
36
+ DefinitelyTyped.org | @types/prosemirror-view | 1.11.4 - Open Source | MIT-style License
37
+ Isaac Z. Schlueter | glob | 7.1.3 - Open Source | ISC-style License
38
+ Jorik Tangelder (Eight Media) | HammerJS | 2.0.8 - Open Source | MIT-style License
39
+ Matt Mueller | cheerio | 0.22 - Open Source | MIT-style License
40
+ Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
41
+ Progress Software Corporation | jszip-esm | 1.0.0 - Open Source | MIT-style License
42
+ Progress Software Corporation | pako-esm | 1.0.0 - Open Source | MIT-style License
43
+ ProseMirror | prosemiror-inputrules | 1.0.1 - Open Source | MIT-style License
44
+ ProseMirror | prosemirror-commands | 1.0.7 - Open Source | MIT-style License
45
+ ProseMirror | prosemirror-cursor | 1.0.1 - Open Source | MIT-style License
46
+ ProseMirror | prosemirror-gapcursor | 1.0.2 - Open Source | MIT-style License
47
+ ProseMirror | prosemirror-history | 1.0.2 - Open Source | MIT-style License
48
+ ProseMirror | prosemirror-keymap | 1.0.1 - Open Source | MIT-style License
49
+ ProseMirror | prosemirror-model | 1.6.1 - Open Source | MIT-style License
50
+ ProseMirror | prosemirror-schema-list | 1.0.1 - Open Source | MIT-style License
51
+ ProseMirror | prosemirror-state | 1.2.2 - Open Source | MIT-style License
52
+ ProseMirror | prosemirror-tables | 0.7.10 - Open Source | MIT-style License
53
+ ProseMirror | prosemirror-transform | 1.1.3 - Open Source | MIT-style License
54
+ ProseMirror | prosemirror-view | 1.5.2 - Open Source | MIT-style License
55
+ Quildreen Motta | Data.Task | 3.1.2 - Open Source | MIT-style License
56
+ Scott Sauyet and Michael Hurley | ramda | 0.23.0 - Open Source | MIT-style License
57
+ TsLib | TsLib | 1.9.3 - Open Source | Apache Software License Version 2.0
58
+ Tsvetomir Tsonev | xlf-translate | 2.0.4 - Open Source | BSD-style License
59
+ Unicode Inc. | CLDR | 37 - Open Source | Unicode, Inc. License Agreement - Data Files and Software
60
+ Vitaly Puzrin | js-yaml | 3.14.0 - Open Source | MIT-style License
61
+ -------------------------------------------------------------------------
62
+
63
+ 1. Special Notices Regarding Open-Source Third-Party Components incorporated into
22
64
  the Product:
23
65
 
24
- (1) The Apache Software License, Version 2.0:
66
+ (1) The Apache Software License, Version 2.0:
25
67
 
26
- Progress Kendo UI for Angular 2020 incorporates tslib v1.9.3. Such technology
68
+ Progress Kendo UI for Angular 2022 incorporates TsLib v1.9.3. Such technology
27
69
  is subject to the following terms and conditions: Apache Software License Version 2.0.
28
70
 
29
71
  Apache License
@@ -246,9 +288,71 @@ is subject to the following terms and conditions: Apache Software License Versio
246
288
  and limitations under the License.
247
289
  -------------------------------------------------------------------------
248
290
 
249
- (2) MIT-Style Licenses:
291
+ (2) BSD-Style Licenses:
250
292
 
251
- (a) Progress Kendo UI for Angular 2020 incorporates HammerJS v2.0.8. Such
293
+ (a) Progress Kendo UI for Angular 2022 incorporates xlf-translate v2.0.4. Such
294
+ technology is subject to the following terms and conditions:
295
+
296
+ BSD 3-Clause License
297
+
298
+ Copyright (c) 2017, Tsvetomir Tsonev
299
+ All rights reserved.
300
+
301
+ Redistribution and use in source and binary forms, with or without
302
+ modification, are permitted provided that the following conditions are met:
303
+
304
+ * Redistributions of source code must retain the above copyright notice, this
305
+ list of conditions and the following disclaimer.
306
+
307
+ * Redistributions in binary form must reproduce the above copyright notice,
308
+ this list of conditions and the following disclaimer in the documentation
309
+ and/or other materials provided with the distribution.
310
+
311
+ * Neither the name of the copyright holder nor the names of its
312
+ contributors may be used to endorse or promote products derived from
313
+ this software without specific prior written permission.
314
+
315
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
316
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
317
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
318
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
319
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
320
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
321
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
322
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
323
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
324
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
325
+
326
+ (3) The ISC License:
327
+
328
+ (a) Progress Kendo UI for Angular 2022 incorporates glob v7.1.3. Such technology
329
+ is subject to the following terms and conditions:
330
+
331
+ The ISC License
332
+
333
+ Copyright (c) Isaac Z. Schlueter and Contributors
334
+
335
+ Permission to use, copy, modify, and/or distribute this software for any
336
+ purpose with or without fee is hereby granted, provided that the above
337
+ copyright notice and this permission notice appear in all copies.
338
+
339
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
340
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
341
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
342
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
343
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
344
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
345
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
346
+
347
+ ## Glob Logo
348
+
349
+ Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
350
+ under a Creative Commons Attribution-ShareAlike 4.0 International License
351
+ https://creativecommons.org/licenses/by-sa/4.0/
352
+
353
+ (4) MIT-Style Licenses:
354
+
355
+ (a) Progress Kendo UI for Angular 2022 incorporates HammerJS v2.0.8. Such
252
356
  technology is subject to the following terms and conditions:
253
357
 
254
358
  The MIT License (MIT)
@@ -273,13 +377,12 @@ technology is subject to the following terms and conditions:
273
377
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
274
378
  SOFTWARE.
275
379
 
276
- (b) Progress Kendo UI for Angular 2020 incorporates prosemirror-commands v1.0.7,
277
- prosemirror-dropcursor v1.0.1, proseirror-gapcursor v1.0.2, prosemirror-history
278
- v1.0.2, prosemirror-inputrules v1.0.1, prosemirror-keymap v1.0.1,
279
- prosemirror-model v1.6.1, prosemirror-schema-list v1.0.1, prosemirror-state
280
- v1.2.2, prosemirror-tables v0.7.10, prosemirror-transform v1.1.3, and
281
- prosemirror-view v1.5.2. Such technology is subject to the following terms and
282
- conditions:
380
+ (b) Progress Kendo UI for Angular 2022 incorporates prosemirror-commands v1*,
381
+ prosemirror-cursor v1*, prosemirror-gapcursor v1*, prosemirror-history v1*,
382
+ prosemirror-inputrules v1*, prosemirror-keymap v1*, prosemirror-model v1*,
383
+ prosemirror-schema-list v1*, prosemirror-state v1*, prosemirror-tables v0.7*,
384
+ prosemirror-transform v1*, and prosemirror-view v1*. Such technologies are
385
+ subject to the following terms and conditions:
283
386
 
284
387
  Copyright (C) 2015-2017 by Marijn Haverbeke <marijnh@gmail.com> and others
285
388
 
@@ -301,12 +404,11 @@ conditions:
301
404
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
302
405
  THE SOFTWARE.
303
406
 
304
- (c) Progress Kendo UI for Angular 2020 incorporates jszip v3.1.5. Such
305
- technology is subject to the following terms and conditions:
407
+ (c) Progress Kendo UI for Angular 2022 incorporates cheerio v0.2.2. Such technology is subject to the following terms and conditions:
306
408
 
307
- The MIT License
409
+ MIT License
308
410
 
309
- Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
411
+ Copyright (c) 2016 Matt Mueller
310
412
 
311
413
  Permission is hereby granted, free of charge, to any person obtaining a copy
312
414
  of this software and associated documentation files (the "Software"), to deal
@@ -315,18 +417,177 @@ technology is subject to the following terms and conditions:
315
417
  copies of the Software, and to permit persons to whom the Software is
316
418
  furnished to do so, subject to the following conditions:
317
419
 
318
- The above copyright notice and this permission notice shall be included in
319
- all copies or substantial portions of the Software.
420
+ The above copyright notice and this permission notice shall be included in all
421
+ copies or substantial portions of the Software.
320
422
 
321
423
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
322
424
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
323
425
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
324
426
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
325
427
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
326
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
327
- THE SOFTWARE.
428
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
429
+ SOFTWARE.
430
+
431
+ (d) Progress Kendo UI for Angular 2022 incorporates @types/prosemirror-commands v1*,
432
+ @types/prosemirror-dropcursor v1*, @types/prosemirror-gapcursor v1*, @types/prosemirror-history v1*,
433
+ @types/prosemirror-inputrules v1*, @types/prosemirror-keymap v1*, @types/prosemirror-model v1*,
434
+ @types/prosemirror-schema-list v1*, @types/prosemirror-state v1*, @types/prosemirror-tables v0.9*,
435
+ @types/prosemirror-transform v1*, and @types/prosemirror-view v1*. Such technologies are
436
+ subject to the following terms and conditions:
437
+
438
+ This project is licensed under the MIT license.
439
+ Copyrights are respective of each contributor listed at the beginning of each
440
+ definition file.
441
+
442
+ Permission is hereby granted, free of charge, to any person obtaining a copy
443
+ of this software and associated documentation files (the "Software"), to deal
444
+ in the Software without restriction, including without limitation the rights
445
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
446
+ copies of the Software, and to permit persons to whom the Software is
447
+ furnished to do so, subject to the following conditions:
448
+
449
+ The above copyright notice and this permission notice shall be included in all
450
+ copies or substantial portions of the Software.
451
+
452
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
453
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
454
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
455
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
456
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
457
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
458
+ SOFTWARE.
459
+
460
+ (e) Progress Kendo UI for Angular 2022 incorporates pako-esm v1.0.0. Such
461
+ technology is subject to the following terms and conditions:
462
+
463
+ Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries
464
+ or affiliates. All rights reserved. (as modified)
465
+
466
+ Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
467
+
468
+ Permission is hereby granted, free of charge, to any person obtaining a copy
469
+ of this software and associated documentation files (the "Software"), to deal
470
+ in the Software without restriction, including without limitation the rights
471
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
472
+ copies of the Software, and to permit persons to whom the Software is
473
+ furnished to do so, subject to the following conditions:
328
474
 
329
- (d) Progress Kendo UI for Angular 2020 incorporates Unicode CLDR Database v33.
475
+ The above copyright notice and this permission notice shall be included in
476
+ all copies or substantial portions of the Software.
477
+
478
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
479
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
480
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
481
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
482
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
483
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
484
+ THE SOFTWARE.
485
+
486
+ (f) Progress Kendo UI for Angular 2022 incorporates jszip-esm v1.0.0. Such
487
+ technology is subject to the following terms and conditions:
488
+
489
+ Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries
490
+ or affiliates. All rights reserved. (as modified)
491
+
492
+ Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger,
493
+ António Afonso
494
+
495
+ Permission is hereby granted, free of charge, to any person obtaining a copy
496
+ of this software and associated documentation files (the "Software"), to deal
497
+ in the Software without restriction, including without limitation the rights
498
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
499
+ copies of the Software, and to permit persons to whom the Software is
500
+ furnished to do so, subject to the following conditions:
501
+
502
+ The above copyright notice and this permission notice shall be included in
503
+ all copies or substantial portions of the Software.
504
+
505
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
506
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
507
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
508
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
509
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
510
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
511
+ THE SOFTWARE.
512
+
513
+ (g) Progress Kendo UI for Angular 2022 incorporates data.task v3.1.2. Such
514
+ technology is subject to the following terms and conditions:
515
+
516
+ The MIT License
517
+
518
+ Copyright (c) 2013-2015 Quildreen Motta
519
+
520
+ Permission is hereby granted, free of charge, to any person obtaining a copy
521
+ of this software and associated documentation files (the "Software"), to deal
522
+ in the Software without restriction, including without limitation the rights
523
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
524
+ copies of the Software, and to permit persons to whom the Software is
525
+ furnished to do so, subject to the following conditions:
526
+
527
+ The above copyright notice and this permission notice shall be included in
528
+ all copies or substantial portions of the Software.
529
+
530
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
531
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
532
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
533
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
534
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
535
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
536
+ THE SOFTWARE.
537
+
538
+ (h) Progress Kendo UI for Angular 2022 incorporates ramda v0.23. Such technology
539
+ is subject to the following terms and conditions:
540
+
541
+ The MIT License (MIT)
542
+
543
+ Copyright (c) 2013-2020 Scott Sauyet and Michael Hurley
544
+
545
+ Permission is hereby granted, free of charge, to any person obtaining a copy
546
+ of this software and associated documentation files (the "Software"), to deal
547
+ in the Software without restriction, including without limitation the rights
548
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
549
+ copies of the Software, and to permit persons to whom the Software is
550
+ furnished to do so, subject to the following conditions:
551
+
552
+ The above copyright notice and this permission notice shall be included in
553
+ all copies or substantial portions of the Software.
554
+
555
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
556
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
557
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
558
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
559
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
560
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
561
+ THE SOFTWARE.
562
+
563
+ (i) Progress Kendo UI for Angular 2022 incorporates js-yaml v3.14.0. Such
564
+ technology is subject to the following terms and conditions:
565
+
566
+ (The MIT License)
567
+
568
+ Copyright (C) 2011-2015 by Vitaly Puzrin
569
+
570
+ Permission is hereby granted, free of charge, to any person obtaining a copy
571
+ of this software and associated documentation files (the "Software"), to deal
572
+ in the Software without restriction, including without limitation the rights
573
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
574
+ copies of the Software, and to permit persons to whom the Software is
575
+ furnished to do so, subject to the following conditions:
576
+
577
+ The above copyright notice and this permission notice shall be included in
578
+ all copies or substantial portions of the Software.
579
+
580
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
581
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
582
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
583
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
584
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
585
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
586
+ THE SOFTWARE.
587
+
588
+ (5) UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE:
589
+
590
+ Progress Kendo UI for Angular 2022 incorporates Unicode CLDR Database v33.
330
591
  Such technology is subject to the following terms and conditions:
331
592
 
332
593
  UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
@@ -344,7 +605,7 @@ Such technology is subject to the following terms and conditions:
344
605
 
345
606
  COPYRIGHT AND PERMISSION NOTICE
346
607
 
347
- Copyright © 1991-2019 Unicode, Inc. All rights reserved.
608
+ Copyright © 1991-2021 Unicode, Inc. All rights reserved.
348
609
  Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
349
610
 
350
611
  Permission is hereby granted, free of charge, to any person obtaining
@@ -377,11 +638,17 @@ Such technology is subject to the following terms and conditions:
377
638
  written authorization of the copyright holder.
378
639
 
379
640
  2. Special Notices Regarding Commercially Licensed Third-Party Components
380
- incorporated in the Product: NONE
641
+ incorporated into the Product: NONE
642
+
643
+ 3. Special Notices Regarding Progress Products incorporated into the Product:
644
+
645
+ (a) Progress Kendo UI for Angular 2022 incorporates Kendo UI Licensing CLI v1.1
646
+ from Progress Software Corporation. See NOTICE.txt text file within product for
647
+ third-party license information.
381
648
 
382
649
  NOTICE FROM PROGRESS SOFTWARE CORPORATION: Additional notices may be included in
383
650
  the release notes or other documentation that accompanies updates received in
384
651
  connection with support of the Product.
385
652
 
386
653
 
387
- Updated 2/3/2020
654
+ Updated 1/6/2022