@progress/kendo-angular-editor 14.4.0-develop.2 → 14.4.0-develop.21

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 (197) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +147 -594
  3. package/README.md +1 -1
  4. package/common/active-marks.d.ts +1 -1
  5. package/common/apply-to-word-options.d.ts +1 -1
  6. package/common/commands.d.ts +1 -1
  7. package/common/css-settings.interface.d.ts +1 -1
  8. package/common/direction.d.ts +1 -1
  9. package/common/error-messages.d.ts +1 -1
  10. package/common/font-family-item.interface.d.ts +1 -1
  11. package/common/font-size-item.interface.d.ts +1 -1
  12. package/common/format-item.interface.d.ts +1 -1
  13. package/common/image-data.interface.d.ts +1 -1
  14. package/common/link-data.interface.d.ts +1 -1
  15. package/common/paste-cleanup-settings.d.ts +1 -1
  16. package/common/plugins-function.d.ts +1 -1
  17. package/common/predicate.d.ts +1 -1
  18. package/common/provider.service.d.ts +1 -1
  19. package/common/resizable-options.interface.d.ts +1 -1
  20. package/common/styles.d.ts +1 -1
  21. package/common/table-data.interface.d.ts +1 -1
  22. package/config/command-icons.d.ts +1 -1
  23. package/config/commands.d.ts +1 -1
  24. package/config/schema.d.ts +1 -1
  25. package/config/semantic-nodes.d.ts +1 -1
  26. package/config/table-commands.d.ts +1 -1
  27. package/config/utils.d.ts +1 -1
  28. package/dialogs/colorpicker-dialog.component.d.ts +1 -1
  29. package/dialogs/file-link-dialog.component.d.ts +1 -1
  30. package/dialogs/font-family-dialog.component.d.ts +1 -1
  31. package/dialogs/font-size-dialog.component.d.ts +1 -1
  32. package/dialogs/format-dialog.component.d.ts +1 -1
  33. package/dialogs/image-dialog.component.d.ts +1 -1
  34. package/dialogs/insert-table-dialog.component.d.ts +1 -1
  35. package/dialogs/source-dialog.component.d.ts +1 -1
  36. package/editor-toolbar-state.d.ts +1 -1
  37. package/editor.component.d.ts +2 -2
  38. package/editor.module.d.ts +1 -1
  39. package/esm2020/common/active-marks.mjs +1 -1
  40. package/esm2020/common/apply-to-word-options.mjs +1 -1
  41. package/esm2020/common/commands.mjs +1 -1
  42. package/esm2020/common/css-settings.interface.mjs +1 -1
  43. package/esm2020/common/direction.mjs +1 -1
  44. package/esm2020/common/error-messages.mjs +1 -1
  45. package/esm2020/common/font-family-item.interface.mjs +1 -1
  46. package/esm2020/common/font-size-item.interface.mjs +1 -1
  47. package/esm2020/common/format-item.interface.mjs +1 -1
  48. package/esm2020/common/image-data.interface.mjs +1 -1
  49. package/esm2020/common/link-data.interface.mjs +1 -1
  50. package/esm2020/common/paste-cleanup-settings.mjs +1 -1
  51. package/esm2020/common/plugins-function.mjs +1 -1
  52. package/esm2020/common/predicate.mjs +1 -1
  53. package/esm2020/common/provider.service.mjs +1 -1
  54. package/esm2020/common/resizable-options.interface.mjs +1 -1
  55. package/esm2020/common/styles.mjs +1 -1
  56. package/esm2020/common/table-data.interface.mjs +1 -1
  57. package/esm2020/config/command-icons.mjs +1 -1
  58. package/esm2020/config/commands.mjs +1 -1
  59. package/esm2020/config/schema.mjs +1 -1
  60. package/esm2020/config/semantic-nodes.mjs +1 -1
  61. package/esm2020/config/table-commands.mjs +1 -1
  62. package/esm2020/config/utils.mjs +1 -1
  63. package/esm2020/dialogs/colorpicker-dialog.component.mjs +1 -1
  64. package/esm2020/dialogs/file-link-dialog.component.mjs +1 -1
  65. package/esm2020/dialogs/font-family-dialog.component.mjs +1 -1
  66. package/esm2020/dialogs/font-size-dialog.component.mjs +1 -1
  67. package/esm2020/dialogs/format-dialog.component.mjs +1 -1
  68. package/esm2020/dialogs/image-dialog.component.mjs +1 -1
  69. package/esm2020/dialogs/insert-table-dialog.component.mjs +1 -1
  70. package/esm2020/dialogs/source-dialog.component.mjs +2 -2
  71. package/esm2020/editor-toolbar-state.mjs +1 -1
  72. package/esm2020/editor.component.mjs +2 -2
  73. package/esm2020/editor.module.mjs +1 -1
  74. package/esm2020/index.mjs +1 -1
  75. package/esm2020/localization/custom-messages.component.mjs +1 -1
  76. package/esm2020/localization/editor-localization.service.mjs +1 -1
  77. package/esm2020/localization/localized-messages.directive.mjs +1 -1
  78. package/esm2020/localization/messages.mjs +1 -1
  79. package/esm2020/package-metadata.mjs +3 -3
  80. package/esm2020/preventable-events/paste-event.mjs +1 -1
  81. package/esm2020/preventable-events/preventable-event.mjs +1 -1
  82. package/esm2020/progress-kendo-angular-editor.mjs +1 -1
  83. package/esm2020/tools/alignment/editor-align-center-button.directive.mjs +1 -1
  84. package/esm2020/tools/alignment/editor-align-justify-button.directive.mjs +1 -1
  85. package/esm2020/tools/alignment/editor-align-left-button.directive.mjs +1 -1
  86. package/esm2020/tools/alignment/editor-align-right-button.directive.mjs +1 -1
  87. package/esm2020/tools/blockquote/editor-blockquote-button.directive.mjs +1 -1
  88. package/esm2020/tools/colorpicker/editor-back-color.directive.mjs +1 -1
  89. package/esm2020/tools/colorpicker/editor-colorpicker.component.mjs +1 -1
  90. package/esm2020/tools/colorpicker/editor-fore-color.directive.mjs +1 -1
  91. package/esm2020/tools/editor-clean-formatting-button.directive.mjs +1 -1
  92. package/esm2020/tools/fontfamily/editor-fontfamily-dropdownlist.component.mjs +1 -1
  93. package/esm2020/tools/fontfamily/editor-fontfamily.component.mjs +1 -1
  94. package/esm2020/tools/fontsize/editor-fontsize-dropdownlist.component.mjs +1 -1
  95. package/esm2020/tools/fontsize/editor-fontsize.component.mjs +1 -1
  96. package/esm2020/tools/format/editor-format-dropdownlist.component.mjs +1 -1
  97. package/esm2020/tools/format/editor-format.component.mjs +1 -1
  98. package/esm2020/tools/history/editor-redo-button.directive.mjs +1 -1
  99. package/esm2020/tools/history/editor-undo-button.directive.mjs +1 -1
  100. package/esm2020/tools/image/editor-insert-image-button.directive.mjs +1 -1
  101. package/esm2020/tools/indentation/editor-indent-button.directive.mjs +1 -1
  102. package/esm2020/tools/indentation/editor-outdent-button.directive.mjs +1 -1
  103. package/esm2020/tools/link/editor-create-link-button.directive.mjs +1 -1
  104. package/esm2020/tools/link/editor-insert-file-button.directive.mjs +1 -1
  105. package/esm2020/tools/link/editor-unlink-button.directive.mjs +1 -1
  106. package/esm2020/tools/list/editor-insert-ordered-list-button.directive.mjs +1 -1
  107. package/esm2020/tools/list/editor-insert-unordered-list-button.directive.mjs +1 -1
  108. package/esm2020/tools/print/editor-print-button.directive.mjs +1 -1
  109. package/esm2020/tools/select-all/select-all-button.directive.mjs +1 -1
  110. package/esm2020/tools/shared/dropdown-tool.directive.mjs +1 -1
  111. package/esm2020/tools/shared/editor-command-base.mjs +1 -1
  112. package/esm2020/tools/shared/editor-command-button.mjs +1 -1
  113. package/esm2020/tools/shared/editor-command-dialog.mjs +1 -1
  114. package/esm2020/tools/source/editor-view-source-button.directive.mjs +1 -1
  115. package/esm2020/tools/tables/editor-add-column-after-button.directive.mjs +1 -1
  116. package/esm2020/tools/tables/editor-add-column-before-button.directive.mjs +1 -1
  117. package/esm2020/tools/tables/editor-add-row-after-button.directive.mjs +1 -1
  118. package/esm2020/tools/tables/editor-add-row-before-button.directive.mjs +1 -1
  119. package/esm2020/tools/tables/editor-delete-column-button.directive.mjs +1 -1
  120. package/esm2020/tools/tables/editor-delete-row-button.directive.mjs +1 -1
  121. package/esm2020/tools/tables/editor-delete-table-button.directive.mjs +1 -1
  122. package/esm2020/tools/tables/editor-insert-table-button.component.mjs +1 -1
  123. package/esm2020/tools/tables/editor-merge-cells-button.directive.mjs +1 -1
  124. package/esm2020/tools/tables/editor-split-cell-button.directive.mjs +1 -1
  125. package/esm2020/tools/tables/popup-table-grid.component.mjs +1 -1
  126. package/esm2020/tools/tools.service.mjs +1 -1
  127. package/esm2020/tools/typographical-emphasis/editor-bold-button.directive.mjs +1 -1
  128. package/esm2020/tools/typographical-emphasis/editor-italic-button.directive.mjs +1 -1
  129. package/esm2020/tools/typographical-emphasis/editor-strikethrough-button.directive.mjs +1 -1
  130. package/esm2020/tools/typographical-emphasis/editor-subscript-button.directive.mjs +1 -1
  131. package/esm2020/tools/typographical-emphasis/editor-superscript-button.directive.mjs +1 -1
  132. package/esm2020/tools/typographical-emphasis/editor-underline-button.directive.mjs +1 -1
  133. package/esm2020/util.mjs +1 -1
  134. package/fesm2015/progress-kendo-angular-editor.mjs +5 -5
  135. package/fesm2020/progress-kendo-angular-editor.mjs +5 -5
  136. package/index.d.ts +1 -1
  137. package/localization/custom-messages.component.d.ts +1 -1
  138. package/localization/editor-localization.service.d.ts +1 -1
  139. package/localization/localized-messages.directive.d.ts +1 -1
  140. package/localization/messages.d.ts +1 -1
  141. package/package-metadata.d.ts +1 -1
  142. package/package.json +16 -16
  143. package/preventable-events/paste-event.d.ts +1 -1
  144. package/preventable-events/preventable-event.d.ts +1 -1
  145. package/progress-kendo-angular-editor.d.ts +1 -1
  146. package/schematics/ngAdd/index.js +3 -3
  147. package/tools/alignment/editor-align-center-button.directive.d.ts +1 -1
  148. package/tools/alignment/editor-align-justify-button.directive.d.ts +1 -1
  149. package/tools/alignment/editor-align-left-button.directive.d.ts +1 -1
  150. package/tools/alignment/editor-align-right-button.directive.d.ts +1 -1
  151. package/tools/blockquote/editor-blockquote-button.directive.d.ts +1 -1
  152. package/tools/colorpicker/editor-back-color.directive.d.ts +1 -1
  153. package/tools/colorpicker/editor-colorpicker.component.d.ts +1 -1
  154. package/tools/colorpicker/editor-fore-color.directive.d.ts +1 -1
  155. package/tools/editor-clean-formatting-button.directive.d.ts +1 -1
  156. package/tools/fontfamily/editor-fontfamily-dropdownlist.component.d.ts +1 -1
  157. package/tools/fontfamily/editor-fontfamily.component.d.ts +1 -1
  158. package/tools/fontsize/editor-fontsize-dropdownlist.component.d.ts +1 -1
  159. package/tools/fontsize/editor-fontsize.component.d.ts +1 -1
  160. package/tools/format/editor-format-dropdownlist.component.d.ts +1 -1
  161. package/tools/format/editor-format.component.d.ts +1 -1
  162. package/tools/history/editor-redo-button.directive.d.ts +1 -1
  163. package/tools/history/editor-undo-button.directive.d.ts +1 -1
  164. package/tools/image/editor-insert-image-button.directive.d.ts +1 -1
  165. package/tools/indentation/editor-indent-button.directive.d.ts +1 -1
  166. package/tools/indentation/editor-outdent-button.directive.d.ts +1 -1
  167. package/tools/link/editor-create-link-button.directive.d.ts +1 -1
  168. package/tools/link/editor-insert-file-button.directive.d.ts +1 -1
  169. package/tools/link/editor-unlink-button.directive.d.ts +1 -1
  170. package/tools/list/editor-insert-ordered-list-button.directive.d.ts +1 -1
  171. package/tools/list/editor-insert-unordered-list-button.directive.d.ts +1 -1
  172. package/tools/print/editor-print-button.directive.d.ts +1 -1
  173. package/tools/select-all/select-all-button.directive.d.ts +1 -1
  174. package/tools/shared/dropdown-tool.directive.d.ts +1 -1
  175. package/tools/shared/editor-command-base.d.ts +1 -1
  176. package/tools/shared/editor-command-button.d.ts +1 -1
  177. package/tools/shared/editor-command-dialog.d.ts +1 -1
  178. package/tools/source/editor-view-source-button.directive.d.ts +1 -1
  179. package/tools/tables/editor-add-column-after-button.directive.d.ts +1 -1
  180. package/tools/tables/editor-add-column-before-button.directive.d.ts +1 -1
  181. package/tools/tables/editor-add-row-after-button.directive.d.ts +1 -1
  182. package/tools/tables/editor-add-row-before-button.directive.d.ts +1 -1
  183. package/tools/tables/editor-delete-column-button.directive.d.ts +1 -1
  184. package/tools/tables/editor-delete-row-button.directive.d.ts +1 -1
  185. package/tools/tables/editor-delete-table-button.directive.d.ts +1 -1
  186. package/tools/tables/editor-insert-table-button.component.d.ts +1 -1
  187. package/tools/tables/editor-merge-cells-button.directive.d.ts +1 -1
  188. package/tools/tables/editor-split-cell-button.directive.d.ts +1 -1
  189. package/tools/tables/popup-table-grid.component.d.ts +1 -1
  190. package/tools/tools.service.d.ts +1 -1
  191. package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +1 -1
  192. package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +1 -1
  193. package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +1 -1
  194. package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +1 -1
  195. package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +1 -1
  196. package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +1 -1
  197. package/util.d.ts +1 -1
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 © 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
11
+ *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*