@progress/kendo-angular-editor 4.2.0 → 11.0.0-develop.101

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 (213) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +4 -4
  3. package/README.md +3 -3
  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 +1 -1
  38. package/editor.module.d.ts +1 -1
  39. package/{esm2015/common/css-settings.interface.js → esm2020/common/active-marks.mjs} +1 -1
  40. package/{esm2015/common/active-marks.js → esm2020/common/apply-to-word-options.mjs} +1 -1
  41. package/{esm2015/common/apply-to-word-options.js → esm2020/common/commands.mjs} +1 -1
  42. package/{esm2015/common/commands.js → esm2020/common/css-settings.interface.mjs} +1 -1
  43. package/esm2020/common/direction.mjs +5 -0
  44. package/{esm2015/common/error-messages.js → esm2020/common/error-messages.mjs} +1 -1
  45. package/esm2020/common/font-family-item.interface.mjs +5 -0
  46. package/esm2020/common/font-size-item.interface.mjs +5 -0
  47. package/esm2020/common/format-item.interface.mjs +5 -0
  48. package/esm2020/common/image-data.interface.mjs +5 -0
  49. package/esm2020/common/link-data.interface.mjs +5 -0
  50. package/esm2020/common/paste-cleanup-settings.mjs +5 -0
  51. package/esm2020/common/plugins-function.mjs +5 -0
  52. package/esm2020/common/predicate.mjs +5 -0
  53. package/{esm2015/common/provider.service.js → esm2020/common/provider.service.mjs} +4 -4
  54. package/esm2020/common/resizable-options.interface.mjs +5 -0
  55. package/{esm2015/common/styles.js → esm2020/common/styles.mjs} +1 -1
  56. package/esm2020/common/table-data.interface.mjs +5 -0
  57. package/{esm2015/config/command-icons.js → esm2020/config/command-icons.mjs} +1 -1
  58. package/{esm2015/config/commands.js → esm2020/config/commands.mjs} +7 -7
  59. package/{esm2015/config/schema.js → esm2020/config/schema.mjs} +1 -1
  60. package/{esm2015/config/semantic-nodes.js → esm2020/config/semantic-nodes.mjs} +4 -2
  61. package/{esm2015/config/table-commands.js → esm2020/config/table-commands.mjs} +1 -1
  62. package/{esm2015/config/utils.js → esm2020/config/utils.mjs} +11 -7
  63. package/{esm2015/dialogs/colorpicker-dialog.component.js → esm2020/dialogs/colorpicker-dialog.component.mjs} +10 -8
  64. package/{esm2015/dialogs/file-link-dialog.component.js → esm2020/dialogs/file-link-dialog.component.mjs} +17 -16
  65. package/{esm2015/dialogs/font-family-dialog.component.js → esm2020/dialogs/font-family-dialog.component.mjs} +10 -8
  66. package/{esm2015/dialogs/font-size-dialog.component.js → esm2020/dialogs/font-size-dialog.component.mjs} +10 -8
  67. package/{esm2015/dialogs/format-dialog.component.js → esm2020/dialogs/format-dialog.component.mjs} +9 -8
  68. package/{esm2015/dialogs/image-dialog.component.js → esm2020/dialogs/image-dialog.component.mjs} +13 -12
  69. package/{esm2015/dialogs/insert-table-dialog.component.js → esm2020/dialogs/insert-table-dialog.component.mjs} +10 -8
  70. package/{esm2015/dialogs/source-dialog.component.js → esm2020/dialogs/source-dialog.component.mjs} +10 -16
  71. package/{esm2015/editor-toolbar-state.js → esm2020/editor-toolbar-state.mjs} +6 -6
  72. package/{esm2015/editor.component.js → esm2020/editor.component.mjs} +22 -31
  73. package/{esm2015/editor.module.js → esm2020/editor.module.mjs} +5 -5
  74. package/{esm2015/main.js → esm2020/index.mjs} +3 -2
  75. package/{esm2015/localization/custom-messages.component.js → esm2020/localization/custom-messages.component.mjs} +5 -4
  76. package/{esm2015/localization/editor-localization.service.js → esm2020/localization/editor-localization.service.mjs} +5 -5
  77. package/{esm2015/localization/localized-messages.directive.js → esm2020/localization/localized-messages.directive.mjs} +5 -4
  78. package/{esm2015/localization/messages.js → esm2020/localization/messages.mjs} +4 -4
  79. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  80. package/esm2020/preventable-events/paste-event-data.mjs +5 -0
  81. package/{esm2015/preventable-events/paste-event.js → esm2020/preventable-events/paste-event.mjs} +1 -1
  82. package/{esm2015/preventable-events/preventable-event.js → esm2020/preventable-events/preventable-event.mjs} +1 -1
  83. package/{esm2015/kendo-angular-editor.js → esm2020/progress-kendo-angular-editor.mjs} +2 -2
  84. package/{esm2015/tools/alignment/editor-align-center-button.directive.js → esm2020/tools/alignment/editor-align-center-button.directive.mjs} +8 -4
  85. package/{esm2015/tools/alignment/editor-align-justify-button.directive.js → esm2020/tools/alignment/editor-align-justify-button.directive.mjs} +8 -4
  86. package/{esm2015/tools/alignment/editor-align-left-button.directive.js → esm2020/tools/alignment/editor-align-left-button.directive.mjs} +8 -4
  87. package/{esm2015/tools/alignment/editor-align-right-button.directive.js → esm2020/tools/alignment/editor-align-right-button.directive.mjs} +8 -4
  88. package/{esm2015/tools/blockquote/editor-blockquote-button.directive.js → esm2020/tools/blockquote/editor-blockquote-button.directive.mjs} +8 -4
  89. package/{esm2015/tools/colorpicker/editor-back-color.directive.js → esm2020/tools/colorpicker/editor-back-color.directive.mjs} +5 -4
  90. package/{esm2015/tools/colorpicker/editor-colorpicker.component.js → esm2020/tools/colorpicker/editor-colorpicker.component.mjs} +9 -6
  91. package/{esm2015/tools/colorpicker/editor-fore-color.directive.js → esm2020/tools/colorpicker/editor-fore-color.directive.mjs} +5 -4
  92. package/{esm2015/tools/editor-clean-formatting-button.directive.js → esm2020/tools/editor-clean-formatting-button.directive.mjs} +8 -4
  93. package/{esm2015/tools/fontfamily/editor-fontfamily-dropdownlist.component.js → esm2020/tools/fontfamily/editor-fontfamily-dropdownlist.component.mjs} +9 -12
  94. package/{esm2015/tools/fontfamily/editor-fontfamily.component.js → esm2020/tools/fontfamily/editor-fontfamily.component.mjs} +12 -8
  95. package/{esm2015/tools/fontsize/editor-fontsize-dropdownlist.component.js → esm2020/tools/fontsize/editor-fontsize-dropdownlist.component.mjs} +9 -12
  96. package/{esm2015/tools/fontsize/editor-fontsize.component.js → esm2020/tools/fontsize/editor-fontsize.component.mjs} +13 -9
  97. package/{esm2015/tools/format/editor-format-dropdownlist.component.js → esm2020/tools/format/editor-format-dropdownlist.component.mjs} +23 -26
  98. package/{esm2015/tools/format/editor-format.component.js → esm2020/tools/format/editor-format.component.mjs} +13 -8
  99. package/{esm2015/tools/history/editor-redo-button.directive.js → esm2020/tools/history/editor-redo-button.directive.mjs} +8 -4
  100. package/{esm2015/tools/history/editor-undo-button.directive.js → esm2020/tools/history/editor-undo-button.directive.mjs} +8 -4
  101. package/{esm2015/tools/image/editor-insert-image-button.directive.js → esm2020/tools/image/editor-insert-image-button.directive.mjs} +8 -4
  102. package/{esm2015/tools/indentation/editor-indent-button.directive.js → esm2020/tools/indentation/editor-indent-button.directive.mjs} +8 -4
  103. package/{esm2015/tools/indentation/editor-outdent-button.directive.js → esm2020/tools/indentation/editor-outdent-button.directive.mjs} +8 -4
  104. package/{esm2015/tools/link/editor-create-link-button.directive.js → esm2020/tools/link/editor-create-link-button.directive.mjs} +8 -4
  105. package/{esm2015/tools/link/editor-insert-file-button.directive.js → esm2020/tools/link/editor-insert-file-button.directive.mjs} +8 -4
  106. package/{esm2015/tools/link/editor-unlink-button.directive.js → esm2020/tools/link/editor-unlink-button.directive.mjs} +8 -4
  107. package/{esm2015/tools/list/editor-insert-ordered-list-button.directive.js → esm2020/tools/list/editor-insert-ordered-list-button.directive.mjs} +8 -4
  108. package/{esm2015/tools/list/editor-insert-unordered-list-button.directive.js → esm2020/tools/list/editor-insert-unordered-list-button.directive.mjs} +8 -4
  109. package/{esm2015/tools/print/editor-print-button.directive.js → esm2020/tools/print/editor-print-button.directive.mjs} +8 -4
  110. package/{esm2015/tools/select-all/select-all-button.directive.js → esm2020/tools/select-all/select-all-button.directive.mjs} +8 -4
  111. package/{esm2015/tools/shared/dropdown-tool.directive.js → esm2020/tools/shared/dropdown-tool.directive.mjs} +5 -5
  112. package/{esm2015/tools/shared/editor-command-base.js → esm2020/tools/shared/editor-command-base.mjs} +8 -7
  113. package/{esm2015/tools/shared/editor-command-button.js → esm2020/tools/shared/editor-command-button.mjs} +1 -1
  114. package/{esm2015/tools/shared/editor-command-dialog.js → esm2020/tools/shared/editor-command-dialog.mjs} +1 -1
  115. package/{esm2015/tools/source/editor-view-source-button.directive.js → esm2020/tools/source/editor-view-source-button.directive.mjs} +8 -4
  116. package/{esm2015/tools/tables/editor-add-column-after-button.directive.js → esm2020/tools/tables/editor-add-column-after-button.directive.mjs} +8 -4
  117. package/{esm2015/tools/tables/editor-add-column-before-button.directive.js → esm2020/tools/tables/editor-add-column-before-button.directive.mjs} +8 -4
  118. package/{esm2015/tools/tables/editor-add-row-after-button.directive.js → esm2020/tools/tables/editor-add-row-after-button.directive.mjs} +8 -4
  119. package/{esm2015/tools/tables/editor-add-row-before-button.directive.js → esm2020/tools/tables/editor-add-row-before-button.directive.mjs} +8 -4
  120. package/{esm2015/tools/tables/editor-delete-column-button.directive.js → esm2020/tools/tables/editor-delete-column-button.directive.mjs} +8 -4
  121. package/{esm2015/tools/tables/editor-delete-row-button.directive.js → esm2020/tools/tables/editor-delete-row-button.directive.mjs} +8 -4
  122. package/{esm2015/tools/tables/editor-delete-table-button.directive.js → esm2020/tools/tables/editor-delete-table-button.directive.mjs} +8 -4
  123. package/{esm2015/tools/tables/editor-insert-table-button.component.js → esm2020/tools/tables/editor-insert-table-button.component.mjs} +19 -15
  124. package/{esm2015/tools/tables/editor-merge-cells-button.directive.js → esm2020/tools/tables/editor-merge-cells-button.directive.mjs} +8 -4
  125. package/{esm2015/tools/tables/editor-split-cell-button.directive.js → esm2020/tools/tables/editor-split-cell-button.directive.mjs} +8 -4
  126. package/{esm2015/tools/tables/popup-table-grid.component.js → esm2020/tools/tables/popup-table-grid.component.mjs} +6 -6
  127. package/{esm2015/tools/tools.service.js → esm2020/tools/tools.service.mjs} +4 -4
  128. package/{esm2015/tools/typographical-emphasis/editor-bold-button.directive.js → esm2020/tools/typographical-emphasis/editor-bold-button.directive.mjs} +8 -4
  129. package/{esm2015/tools/typographical-emphasis/editor-italic-button.directive.js → esm2020/tools/typographical-emphasis/editor-italic-button.directive.mjs} +8 -4
  130. package/{esm2015/tools/typographical-emphasis/editor-strikethrough-button.directive.js → esm2020/tools/typographical-emphasis/editor-strikethrough-button.directive.mjs} +8 -4
  131. package/{esm2015/tools/typographical-emphasis/editor-subscript-button.directive.js → esm2020/tools/typographical-emphasis/editor-subscript-button.directive.mjs} +8 -4
  132. package/{esm2015/tools/typographical-emphasis/editor-superscript-button.directive.js → esm2020/tools/typographical-emphasis/editor-superscript-button.directive.mjs} +8 -4
  133. package/{esm2015/tools/typographical-emphasis/editor-underline-button.directive.js → esm2020/tools/typographical-emphasis/editor-underline-button.directive.mjs} +8 -4
  134. package/{esm2015/util.js → esm2020/util.mjs} +2 -2
  135. package/fesm2015/{kendo-angular-editor.js → progress-kendo-angular-editor.mjs} +319 -343
  136. package/fesm2020/progress-kendo-angular-editor.mjs +6480 -0
  137. package/{main.d.ts → index.d.ts} +3 -2
  138. package/localization/custom-messages.component.d.ts +1 -1
  139. package/localization/editor-localization.service.d.ts +1 -1
  140. package/localization/localized-messages.directive.d.ts +1 -1
  141. package/localization/messages.d.ts +1 -1
  142. package/package-metadata.d.ts +1 -1
  143. package/package.json +36 -63
  144. package/preventable-events/paste-event-data.d.ts +1 -1
  145. package/preventable-events/paste-event.d.ts +1 -1
  146. package/preventable-events/preventable-event.d.ts +1 -1
  147. package/{kendo-angular-editor.d.ts → progress-kendo-angular-editor.d.ts} +2 -2
  148. package/schematics/ngAdd/index.js +1 -5
  149. package/tools/alignment/editor-align-center-button.directive.d.ts +1 -1
  150. package/tools/alignment/editor-align-justify-button.directive.d.ts +1 -1
  151. package/tools/alignment/editor-align-left-button.directive.d.ts +1 -1
  152. package/tools/alignment/editor-align-right-button.directive.d.ts +1 -1
  153. package/tools/blockquote/editor-blockquote-button.directive.d.ts +1 -1
  154. package/tools/colorpicker/editor-back-color.directive.d.ts +1 -1
  155. package/tools/colorpicker/editor-colorpicker.component.d.ts +1 -1
  156. package/tools/colorpicker/editor-fore-color.directive.d.ts +1 -1
  157. package/tools/editor-clean-formatting-button.directive.d.ts +1 -1
  158. package/tools/fontfamily/editor-fontfamily-dropdownlist.component.d.ts +1 -1
  159. package/tools/fontfamily/editor-fontfamily.component.d.ts +1 -1
  160. package/tools/fontsize/editor-fontsize-dropdownlist.component.d.ts +1 -1
  161. package/tools/fontsize/editor-fontsize.component.d.ts +1 -1
  162. package/tools/format/editor-format-dropdownlist.component.d.ts +1 -1
  163. package/tools/format/editor-format.component.d.ts +1 -1
  164. package/tools/history/editor-redo-button.directive.d.ts +1 -1
  165. package/tools/history/editor-undo-button.directive.d.ts +1 -1
  166. package/tools/image/editor-insert-image-button.directive.d.ts +1 -1
  167. package/tools/indentation/editor-indent-button.directive.d.ts +1 -1
  168. package/tools/indentation/editor-outdent-button.directive.d.ts +1 -1
  169. package/tools/link/editor-create-link-button.directive.d.ts +1 -1
  170. package/tools/link/editor-insert-file-button.directive.d.ts +1 -1
  171. package/tools/link/editor-unlink-button.directive.d.ts +1 -1
  172. package/tools/list/editor-insert-ordered-list-button.directive.d.ts +1 -1
  173. package/tools/list/editor-insert-unordered-list-button.directive.d.ts +1 -1
  174. package/tools/print/editor-print-button.directive.d.ts +1 -1
  175. package/tools/select-all/select-all-button.directive.d.ts +1 -1
  176. package/tools/shared/dropdown-tool.directive.d.ts +1 -1
  177. package/tools/shared/editor-command-base.d.ts +1 -1
  178. package/tools/shared/editor-command-button.d.ts +1 -1
  179. package/tools/shared/editor-command-dialog.d.ts +1 -1
  180. package/tools/source/editor-view-source-button.directive.d.ts +1 -1
  181. package/tools/tables/editor-add-column-after-button.directive.d.ts +1 -1
  182. package/tools/tables/editor-add-column-before-button.directive.d.ts +1 -1
  183. package/tools/tables/editor-add-row-after-button.directive.d.ts +1 -1
  184. package/tools/tables/editor-add-row-before-button.directive.d.ts +1 -1
  185. package/tools/tables/editor-delete-column-button.directive.d.ts +1 -1
  186. package/tools/tables/editor-delete-row-button.directive.d.ts +1 -1
  187. package/tools/tables/editor-delete-table-button.directive.d.ts +1 -1
  188. package/tools/tables/editor-insert-table-button.component.d.ts +1 -1
  189. package/tools/tables/editor-merge-cells-button.directive.d.ts +1 -1
  190. package/tools/tables/editor-split-cell-button.directive.d.ts +1 -1
  191. package/tools/tables/popup-table-grid.component.d.ts +1 -1
  192. package/tools/tools.service.d.ts +1 -1
  193. package/tools/typographical-emphasis/editor-bold-button.directive.d.ts +1 -1
  194. package/tools/typographical-emphasis/editor-italic-button.directive.d.ts +1 -1
  195. package/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +1 -1
  196. package/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +1 -1
  197. package/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +1 -1
  198. package/tools/typographical-emphasis/editor-underline-button.directive.d.ts +1 -1
  199. package/util.d.ts +1 -1
  200. package/bundles/kendo-angular-editor.umd.js +0 -5
  201. package/esm2015/common/direction.js +0 -5
  202. package/esm2015/common/font-family-item.interface.js +0 -5
  203. package/esm2015/common/font-size-item.interface.js +0 -5
  204. package/esm2015/common/format-item.interface.js +0 -5
  205. package/esm2015/common/image-data.interface.js +0 -5
  206. package/esm2015/common/link-data.interface.js +0 -5
  207. package/esm2015/common/paste-cleanup-settings.js +0 -5
  208. package/esm2015/common/plugins-function.js +0 -5
  209. package/esm2015/common/predicate.js +0 -5
  210. package/esm2015/common/resizable-options.interface.js +0 -5
  211. package/esm2015/common/table-data.interface.js +0 -5
  212. package/esm2015/preventable-events/paste-event-data.js +0 -5
  213. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1,5 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,mCACX,OAAO,KACV,YAAY,EAAE,cAAc,EAC5B,OAAO,EAAE,QAAQ,EACjB,gBAAgB,EAAE;YACd,6CAA6C;YAC7C,kCAAkC,EAAE,QAAQ;YAE5C,0CAA0C;YAC1C,qCAAqC,EAAE,QAAQ;YAE/C,0CAA0C;YAC1C,gCAAgC,EAAE,QAAQ;SAC7C,GACJ,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AAlBD,4BAkBC"}