@progress/kendo-angular-conversational-ui 3.0.1-dev.202104291112 → 4.0.0-dev.202201131630

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 (134) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +119 -79
  3. package/README.md +1 -1
  4. package/dist/cdn/js/kendo-angular-conversational-ui.js +2 -2
  5. package/dist/cdn/main.js +2 -2
  6. package/dist/es/api/action.interface.js +1 -1
  7. package/dist/es/api/attachment.interface.js +1 -1
  8. package/dist/es/api/execute-action-event.js +1 -1
  9. package/dist/es/api/message.interface.js +1 -1
  10. package/dist/es/api/post-message-event.js +1 -1
  11. package/dist/es/api/preventable-event.js +1 -1
  12. package/dist/es/api/user.interface.js +1 -1
  13. package/dist/es/cards/hero-card.component.js +2 -2
  14. package/dist/es/chat/attachment-template.directive.js +1 -1
  15. package/dist/es/chat/attachment.component.js +1 -1
  16. package/dist/es/chat/builtin-actions.js +1 -1
  17. package/dist/es/chat/chat-item.js +1 -1
  18. package/dist/es/chat/chat-view.js +1 -1
  19. package/dist/es/chat/chat.component.js +2 -2
  20. package/dist/es/chat/chat.directives.js +1 -1
  21. package/dist/es/chat/chat.module.js +1 -1
  22. package/dist/es/chat/l10n/custom-messages.component.js +1 -1
  23. package/dist/es/chat/l10n/localized-messages.directive.js +1 -1
  24. package/dist/es/chat/l10n/messages.js +1 -1
  25. package/dist/es/chat/message-attachments.component.js +2 -2
  26. package/dist/es/chat/message-list.component.js +1 -1
  27. package/dist/es/chat/message-template.directive.js +1 -1
  28. package/dist/es/chat/message.component.js +1 -1
  29. package/dist/es/chat/suggested-actions.component.js +1 -1
  30. package/dist/es/common/focused-state.directive.js +1 -1
  31. package/dist/es/common/keys.enum.js +1 -1
  32. package/dist/es/common/scroll-anchor.directive.js +1 -1
  33. package/dist/es/common/utils.js +1 -1
  34. package/dist/es/index.js +1 -1
  35. package/dist/es/main.js +1 -1
  36. package/dist/es/package-metadata.js +2 -2
  37. package/dist/es2015/api/action.interface.d.ts +1 -1
  38. package/dist/es2015/api/action.interface.js +1 -1
  39. package/dist/es2015/api/attachment.interface.d.ts +1 -1
  40. package/dist/es2015/api/attachment.interface.js +1 -1
  41. package/dist/es2015/api/execute-action-event.d.ts +1 -1
  42. package/dist/es2015/api/execute-action-event.js +1 -1
  43. package/dist/es2015/api/message.interface.d.ts +1 -1
  44. package/dist/es2015/api/message.interface.js +1 -1
  45. package/dist/es2015/api/post-message-event.d.ts +1 -1
  46. package/dist/es2015/api/post-message-event.js +1 -1
  47. package/dist/es2015/api/preventable-event.d.ts +1 -1
  48. package/dist/es2015/api/preventable-event.js +1 -1
  49. package/dist/es2015/api/user.interface.d.ts +1 -1
  50. package/dist/es2015/api/user.interface.js +1 -1
  51. package/dist/es2015/cards/hero-card.component.d.ts +1 -1
  52. package/dist/es2015/cards/hero-card.component.js +2 -2
  53. package/dist/es2015/chat/attachment-template.directive.d.ts +1 -1
  54. package/dist/es2015/chat/attachment-template.directive.js +1 -1
  55. package/dist/es2015/chat/attachment.component.d.ts +1 -1
  56. package/dist/es2015/chat/attachment.component.js +1 -1
  57. package/dist/es2015/chat/builtin-actions.d.ts +1 -1
  58. package/dist/es2015/chat/builtin-actions.js +1 -1
  59. package/dist/es2015/chat/chat-item.d.ts +1 -1
  60. package/dist/es2015/chat/chat-item.js +1 -1
  61. package/dist/es2015/chat/chat-view.d.ts +1 -1
  62. package/dist/es2015/chat/chat-view.js +1 -1
  63. package/dist/es2015/chat/chat.component.d.ts +1 -1
  64. package/dist/es2015/chat/chat.component.js +2 -2
  65. package/dist/es2015/chat/chat.directives.d.ts +1 -1
  66. package/dist/es2015/chat/chat.directives.js +1 -1
  67. package/dist/es2015/chat/chat.module.d.ts +1 -1
  68. package/dist/es2015/chat/chat.module.js +1 -1
  69. package/dist/es2015/chat/l10n/custom-messages.component.d.ts +1 -1
  70. package/dist/es2015/chat/l10n/custom-messages.component.js +1 -1
  71. package/dist/es2015/chat/l10n/localized-messages.directive.d.ts +1 -1
  72. package/dist/es2015/chat/l10n/localized-messages.directive.js +1 -1
  73. package/dist/es2015/chat/l10n/messages.d.ts +1 -1
  74. package/dist/es2015/chat/l10n/messages.js +1 -1
  75. package/dist/es2015/chat/message-attachments.component.d.ts +1 -1
  76. package/dist/es2015/chat/message-attachments.component.js +5 -5
  77. package/dist/es2015/chat/message-list.component.d.ts +1 -1
  78. package/dist/es2015/chat/message-list.component.js +1 -1
  79. package/dist/es2015/chat/message-template.directive.d.ts +1 -1
  80. package/dist/es2015/chat/message-template.directive.js +1 -1
  81. package/dist/es2015/chat/message.component.d.ts +1 -1
  82. package/dist/es2015/chat/message.component.js +1 -1
  83. package/dist/es2015/chat/suggested-actions.component.d.ts +1 -1
  84. package/dist/es2015/chat/suggested-actions.component.js +1 -1
  85. package/dist/es2015/common/focused-state.directive.d.ts +1 -1
  86. package/dist/es2015/common/focused-state.directive.js +1 -1
  87. package/dist/es2015/common/keys.enum.d.ts +1 -1
  88. package/dist/es2015/common/keys.enum.js +1 -1
  89. package/dist/es2015/common/scroll-anchor.directive.d.ts +1 -1
  90. package/dist/es2015/common/scroll-anchor.directive.js +1 -1
  91. package/dist/es2015/common/utils.d.ts +1 -1
  92. package/dist/es2015/common/utils.js +1 -1
  93. package/dist/es2015/index.d.ts +1 -1
  94. package/dist/es2015/index.js +1 -1
  95. package/dist/es2015/index.metadata.json +1 -1
  96. package/dist/es2015/main.d.ts +1 -1
  97. package/dist/es2015/main.js +1 -1
  98. package/dist/es2015/package-metadata.d.ts +1 -1
  99. package/dist/es2015/package-metadata.js +2 -2
  100. package/dist/fesm2015/index.js +8 -8
  101. package/dist/fesm5/index.js +5 -5
  102. package/dist/npm/api/action.interface.js +1 -1
  103. package/dist/npm/api/attachment.interface.js +1 -1
  104. package/dist/npm/api/execute-action-event.js +1 -1
  105. package/dist/npm/api/message.interface.js +1 -1
  106. package/dist/npm/api/post-message-event.js +1 -1
  107. package/dist/npm/api/preventable-event.js +1 -1
  108. package/dist/npm/api/user.interface.js +1 -1
  109. package/dist/npm/cards/hero-card.component.js +2 -2
  110. package/dist/npm/chat/attachment-template.directive.js +1 -1
  111. package/dist/npm/chat/attachment.component.js +1 -1
  112. package/dist/npm/chat/builtin-actions.js +1 -1
  113. package/dist/npm/chat/chat-item.js +1 -1
  114. package/dist/npm/chat/chat-view.js +1 -1
  115. package/dist/npm/chat/chat.component.js +2 -2
  116. package/dist/npm/chat/chat.directives.js +1 -1
  117. package/dist/npm/chat/chat.module.js +1 -1
  118. package/dist/npm/chat/l10n/custom-messages.component.js +1 -1
  119. package/dist/npm/chat/l10n/localized-messages.directive.js +1 -1
  120. package/dist/npm/chat/l10n/messages.js +1 -1
  121. package/dist/npm/chat/message-attachments.component.js +2 -2
  122. package/dist/npm/chat/message-list.component.js +1 -1
  123. package/dist/npm/chat/message-template.directive.js +1 -1
  124. package/dist/npm/chat/message.component.js +1 -1
  125. package/dist/npm/chat/suggested-actions.component.js +1 -1
  126. package/dist/npm/common/focused-state.directive.js +1 -1
  127. package/dist/npm/common/keys.enum.js +1 -1
  128. package/dist/npm/common/scroll-anchor.directive.js +1 -1
  129. package/dist/npm/common/utils.js +1 -1
  130. package/dist/npm/index.js +1 -1
  131. package/dist/npm/main.js +1 -1
  132. package/dist/npm/package-metadata.js +2 -2
  133. package/dist/systemjs/kendo-angular-conversational-ui.js +2 -2
  134. package/package.json +9 -9
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**Telerik End
8
8
 
9
9
  All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
10
10
 
11
- *Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
11
+ *Copyright © 2022 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
package/NOTICE.txt CHANGED
@@ -1,29 +1,71 @@
1
- Progress Kendo UI for Angular 2021
1
+ Progress Kendo UI for Angular 2022
2
2
 
3
- Copyright © 2016-2021 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 2021 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,44 +288,44 @@ 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) BSD-Style Licenses:
291
+ (2) BSD-Style Licenses:
250
292
 
251
- (a) Progress Kendo UI for Angular 2021 incorporates xlf-translate v2.0.4. Such
293
+ (a) Progress Kendo UI for Angular 2022 incorporates xlf-translate v2.0.4. Such
252
294
  technology is subject to the following terms and conditions:
253
295
 
254
- BSD 3-Clause License
296
+ BSD 3-Clause License
255
297
 
256
- Copyright (c) 2017, Tsvetomir Tsonev
257
- All rights reserved.
298
+ Copyright (c) 2017, Tsvetomir Tsonev
299
+ All rights reserved.
258
300
 
259
- Redistribution and use in source and binary forms, with or without
260
- modification, are permitted provided that the following conditions are met:
301
+ Redistribution and use in source and binary forms, with or without
302
+ modification, are permitted provided that the following conditions are met:
261
303
 
262
- * Redistributions of source code must retain the above copyright notice, this
263
- list of conditions and the following disclaimer.
304
+ * Redistributions of source code must retain the above copyright notice, this
305
+ list of conditions and the following disclaimer.
264
306
 
265
- * Redistributions in binary form must reproduce the above copyright notice,
266
- this list of conditions and the following disclaimer in the documentation
267
- and/or other materials provided with the distribution.
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.
268
310
 
269
- * Neither the name of the copyright holder nor the names of its
270
- contributors may be used to endorse or promote products derived from
271
- this software without specific prior written permission.
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.
272
314
 
273
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
274
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
275
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
276
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
277
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
278
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
279
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
280
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
281
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
282
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.
283
325
 
284
- (3) The ISC License:
326
+ (3) The ISC License:
285
327
 
286
- (a) Progress Kendo UI for Angular 2021 incorporates glob v7.1.3. Such technology
328
+ (a) Progress Kendo UI for Angular 2022 incorporates glob v7.1.3. Such technology
287
329
  is subject to the following terms and conditions:
288
330
 
289
331
  The ISC License
@@ -308,9 +350,9 @@ is subject to the following terms and conditions:
308
350
  under a Creative Commons Attribution-ShareAlike 4.0 International License
309
351
  https://creativecommons.org/licenses/by-sa/4.0/
310
352
 
311
- (4) MIT-Style Licenses:
353
+ (4) MIT-Style Licenses:
312
354
 
313
- (a) Progress Kendo UI for Angular 2021 incorporates HammerJS v2.0.8. Such
355
+ (a) Progress Kendo UI for Angular 2022 incorporates HammerJS v2.0.8. Such
314
356
  technology is subject to the following terms and conditions:
315
357
 
316
358
  The MIT License (MIT)
@@ -335,7 +377,7 @@ technology is subject to the following terms and conditions:
335
377
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
336
378
  SOFTWARE.
337
379
 
338
- (b) Progress Kendo UI for Angular 2021 incorporates prosemirror-commands v1*,
380
+ (b) Progress Kendo UI for Angular 2022 incorporates prosemirror-commands v1*,
339
381
  prosemirror-cursor v1*, prosemirror-gapcursor v1*, prosemirror-history v1*,
340
382
  prosemirror-inputrules v1*, prosemirror-keymap v1*, prosemirror-model v1*,
341
383
  prosemirror-schema-list v1*, prosemirror-state v1*, prosemirror-tables v0.7*,
@@ -362,39 +404,36 @@ subject to the following terms and conditions:
362
404
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
363
405
  THE SOFTWARE.
364
406
 
365
- (c) Progress Kendo UI for Angular 2021 incorporates cheerio v0.2.2. Such
366
- 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:
367
408
 
368
- MIT License
409
+ MIT License
369
410
 
370
- Copyright (c) 2016 Matt Mueller
411
+ Copyright (c) 2016 Matt Mueller
371
412
 
372
- Permission is hereby granted, free of charge, to any person obtaining a copy
373
- of this software and associated documentation files (the "Software"), to deal
374
- in the Software without restriction, including without limitation the rights
375
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
376
- copies of the Software, and to permit persons to whom the Software is
377
- furnished to do so, subject to the following conditions:
413
+ Permission is hereby granted, free of charge, to any person obtaining a copy
414
+ of this software and associated documentation files (the "Software"), to deal
415
+ in the Software without restriction, including without limitation the rights
416
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
417
+ copies of the Software, and to permit persons to whom the Software is
418
+ furnished to do so, subject to the following conditions:
378
419
 
379
- The above copyright notice and this permission notice shall be included in all
380
- 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.
381
422
 
382
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
383
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
384
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
385
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
386
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
387
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
388
- SOFTWARE.
423
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
424
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
426
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
427
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
428
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
429
+ SOFTWARE.
389
430
 
390
- (d) Progress Kendo UI for Angular 2021 incorporates @types/prosemirror-commands v1*,
391
- @types/prosemirror-dropcursor v1*, @types/prosemirror-gapcursor v1*,
392
- @types/prosemirror-history v1*, @types/prosemirror-inputrules v1*,
393
- @types/prosemirror-keymap v1*, @types/prosemirror-model v1*,
394
- @types/prosemirror-schema-list v1*, @types/prosemirror-state v1*,
395
- @types/prosemirror-tables v0.9*, @types/prosemirror-transform v1*, and
396
- @types/prosemirror-view v1*. Such technologies are subject to the following terms
397
- and conditions:
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:
398
437
 
399
438
  This project is licensed under the MIT license.
400
439
  Copyrights are respective of each contributor listed at the beginning of each
@@ -418,7 +457,7 @@ and conditions:
418
457
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
419
458
  SOFTWARE.
420
459
 
421
- (e) Progress Kendo UI for Angular 2021 incorporates pako-esm v1.0.0. Such
460
+ (e) Progress Kendo UI for Angular 2022 incorporates pako-esm v1.0.0. Such
422
461
  technology is subject to the following terms and conditions:
423
462
 
424
463
  Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries
@@ -444,7 +483,7 @@ technology is subject to the following terms and conditions:
444
483
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
445
484
  THE SOFTWARE.
446
485
 
447
- (f) Progress Kendo UI for Angular 2021 incorporates jszip-esm v1.0.0. Such
486
+ (f) Progress Kendo UI for Angular 2022 incorporates jszip-esm v1.0.0. Such
448
487
  technology is subject to the following terms and conditions:
449
488
 
450
489
  Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries
@@ -471,7 +510,7 @@ technology is subject to the following terms and conditions:
471
510
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
472
511
  THE SOFTWARE.
473
512
 
474
- (g) Progress Kendo UI for Angular 2021 incorporates data.task v3.1.2. Such
513
+ (g) Progress Kendo UI for Angular 2022 incorporates data.task v3.1.2. Such
475
514
  technology is subject to the following terms and conditions:
476
515
 
477
516
  The MIT License
@@ -496,7 +535,7 @@ technology is subject to the following terms and conditions:
496
535
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
497
536
  THE SOFTWARE.
498
537
 
499
- (h) Progress Kendo UI for Angular 2021 incorporates ramda v0.23. Such technology
538
+ (h) Progress Kendo UI for Angular 2022 incorporates ramda v0.23. Such technology
500
539
  is subject to the following terms and conditions:
501
540
 
502
541
  The MIT License (MIT)
@@ -521,7 +560,7 @@ is subject to the following terms and conditions:
521
560
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
522
561
  THE SOFTWARE.
523
562
 
524
- (i) Progress Kendo UI for Angular 2021 incorporates js-yaml v3.14.0. Such
563
+ (i) Progress Kendo UI for Angular 2022 incorporates js-yaml v3.14.0. Such
525
564
  technology is subject to the following terms and conditions:
526
565
 
527
566
  (The MIT License)
@@ -546,10 +585,9 @@ technology is subject to the following terms and conditions:
546
585
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
547
586
  THE SOFTWARE.
548
587
 
588
+ (5) UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE:
549
589
 
550
- (5) UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE:
551
-
552
- Progress Kendo UI for Angular 2021 incorporates Unicode CLDR Database v37.
590
+ Progress Kendo UI for Angular 2022 incorporates Unicode CLDR Database v33.
553
591
  Such technology is subject to the following terms and conditions:
554
592
 
555
593
  UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
@@ -600,15 +638,17 @@ Such technology is subject to the following terms and conditions:
600
638
  written authorization of the copyright holder.
601
639
 
602
640
  2. Special Notices Regarding Commercially Licensed Third-Party Components
603
- incorporated in the Product:
641
+ incorporated into the Product: NONE
642
+
643
+ 3. Special Notices Regarding Progress Products incorporated into the Product:
604
644
 
605
- (a) Progress Kendo UI for Angular 2021 incorporates Kendo UI Licensing CLI v1.1
606
- from Progress Software Corporation. For third-party component information, see
607
- the product’s NOTICE.txt file.
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.
608
648
 
609
649
  NOTICE FROM PROGRESS SOFTWARE CORPORATION: Additional notices may be included in
610
650
  the release notes or other documentation that accompanies updates received in
611
651
  connection with support of the Product.
612
652
 
613
653
 
614
- Updated 3/2/2021
654
+ Updated 1/6/2022
package/README.md CHANGED
@@ -28,6 +28,6 @@ Kendo UI for Angular is a commercial UI library designed and built for developin
28
28
  * [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
29
29
  * [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
30
30
 
31
- *Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
31
+ *Copyright © 2022 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
32
32
 
33
33
  *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*