@progress/kendo-angular-editor 2.5.0-dev.202111240844 → 2.5.0-dev.202111261548

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 (178) hide show
  1. package/dist/cdn/js/kendo-angular-editor.js +2 -2
  2. package/dist/cdn/main.js +1 -1
  3. package/dist/es/editor.component.js +7 -2
  4. package/dist/es/index.js +1 -0
  5. package/dist/es/package-metadata.js +1 -1
  6. package/dist/es/tools/alignment/editor-align-center-button.directive.js +5 -3
  7. package/dist/es/tools/alignment/editor-align-justify-button.directive.js +5 -3
  8. package/dist/es/tools/alignment/editor-align-left-button.directive.js +5 -3
  9. package/dist/es/tools/alignment/editor-align-right-button.directive.js +5 -3
  10. package/dist/es/tools/editor-clean-formatting-button.directive.js +5 -3
  11. package/dist/es/tools/fontfamily/editor-fontfamily.component.js +9 -3
  12. package/dist/es/tools/fontsize/editor-fontsize.component.js +9 -3
  13. package/dist/es/tools/format/editor-format.component.js +9 -3
  14. package/dist/es/tools/history/editor-redo-button.directive.js +5 -3
  15. package/dist/es/tools/history/editor-undo-button.directive.js +5 -3
  16. package/dist/es/tools/image/editor-insert-image-button.directive.js +5 -3
  17. package/dist/es/tools/indentation/editor-indent-button.directive.js +5 -3
  18. package/dist/es/tools/indentation/editor-outdent-button.directive.js +5 -3
  19. package/dist/es/tools/link/editor-create-link-button.directive.js +5 -3
  20. package/dist/es/tools/link/editor-insert-file-button.directive.js +5 -3
  21. package/dist/es/tools/link/editor-unlink-button.directive.js +5 -3
  22. package/dist/es/tools/list/editor-insert-ordered-list-button.directive.js +5 -3
  23. package/dist/es/tools/list/editor-insert-unordered-list-button.directive.js +5 -3
  24. package/dist/es/tools/print/editor-print-button.directive.js +5 -3
  25. package/dist/es/tools/select-all/select-all-button.directive.js +5 -3
  26. package/dist/es/tools/shared/editor-command-base.js +3 -1
  27. package/dist/es/tools/shared/editor-command-button.js +3 -2
  28. package/dist/es/tools/shared/editor-command-dialog.js +3 -2
  29. package/dist/es/tools/source/editor-view-source-button.directive.js +5 -3
  30. package/dist/es/tools/tables/editor-add-column-after-button.directive.js +5 -3
  31. package/dist/es/tools/tables/editor-add-column-before-button.directive.js +5 -3
  32. package/dist/es/tools/tables/editor-add-row-after-button.directive.js +5 -3
  33. package/dist/es/tools/tables/editor-add-row-before-button.directive.js +5 -3
  34. package/dist/es/tools/tables/editor-delete-column-button.directive.js +5 -3
  35. package/dist/es/tools/tables/editor-delete-row-button.directive.js +5 -3
  36. package/dist/es/tools/tables/editor-delete-table-button.directive.js +5 -3
  37. package/dist/es/tools/tables/editor-merge-cells-button.directive.js +5 -3
  38. package/dist/es/tools/tables/editor-split-cell-button.directive.js +5 -3
  39. package/dist/es/tools/tools.service.js +20 -0
  40. package/dist/es/tools/typographical-emphasis/editor-bold-button.directive.js +5 -3
  41. package/dist/es/tools/typographical-emphasis/editor-italic-button.directive.js +5 -3
  42. package/dist/es/tools/typographical-emphasis/editor-strikethrough-button.directive.js +5 -3
  43. package/dist/es/tools/typographical-emphasis/editor-subscript-button.directive.js +5 -3
  44. package/dist/es/tools/typographical-emphasis/editor-superscript-button.directive.js +5 -3
  45. package/dist/es/tools/typographical-emphasis/editor-underline-button.directive.js +5 -3
  46. package/dist/es2015/editor.component.d.ts +3 -1
  47. package/dist/es2015/editor.component.js +7 -2
  48. package/dist/es2015/index.d.ts +1 -0
  49. package/dist/es2015/index.js +1 -0
  50. package/dist/es2015/index.metadata.json +1 -1
  51. package/dist/es2015/package-metadata.js +1 -1
  52. package/dist/es2015/tools/alignment/editor-align-center-button.directive.d.ts +2 -1
  53. package/dist/es2015/tools/alignment/editor-align-center-button.directive.js +5 -3
  54. package/dist/es2015/tools/alignment/editor-align-justify-button.directive.d.ts +2 -1
  55. package/dist/es2015/tools/alignment/editor-align-justify-button.directive.js +5 -3
  56. package/dist/es2015/tools/alignment/editor-align-left-button.directive.d.ts +2 -1
  57. package/dist/es2015/tools/alignment/editor-align-left-button.directive.js +5 -3
  58. package/dist/es2015/tools/alignment/editor-align-right-button.directive.d.ts +2 -1
  59. package/dist/es2015/tools/alignment/editor-align-right-button.directive.js +5 -3
  60. package/dist/es2015/tools/editor-clean-formatting-button.directive.d.ts +2 -1
  61. package/dist/es2015/tools/editor-clean-formatting-button.directive.js +5 -3
  62. package/dist/es2015/tools/fontfamily/editor-fontfamily.component.d.ts +3 -1
  63. package/dist/es2015/tools/fontfamily/editor-fontfamily.component.js +9 -3
  64. package/dist/es2015/tools/fontsize/editor-fontsize.component.d.ts +3 -1
  65. package/dist/es2015/tools/fontsize/editor-fontsize.component.js +9 -3
  66. package/dist/es2015/tools/format/editor-format.component.d.ts +3 -1
  67. package/dist/es2015/tools/format/editor-format.component.js +9 -3
  68. package/dist/es2015/tools/history/editor-redo-button.directive.d.ts +2 -1
  69. package/dist/es2015/tools/history/editor-redo-button.directive.js +5 -3
  70. package/dist/es2015/tools/history/editor-undo-button.directive.d.ts +2 -1
  71. package/dist/es2015/tools/history/editor-undo-button.directive.js +5 -3
  72. package/dist/es2015/tools/image/editor-insert-image-button.directive.d.ts +2 -1
  73. package/dist/es2015/tools/image/editor-insert-image-button.directive.js +5 -3
  74. package/dist/es2015/tools/indentation/editor-indent-button.directive.d.ts +2 -1
  75. package/dist/es2015/tools/indentation/editor-indent-button.directive.js +5 -3
  76. package/dist/es2015/tools/indentation/editor-outdent-button.directive.d.ts +2 -1
  77. package/dist/es2015/tools/indentation/editor-outdent-button.directive.js +5 -3
  78. package/dist/es2015/tools/link/editor-create-link-button.directive.d.ts +2 -1
  79. package/dist/es2015/tools/link/editor-create-link-button.directive.js +5 -3
  80. package/dist/es2015/tools/link/editor-insert-file-button.directive.d.ts +2 -1
  81. package/dist/es2015/tools/link/editor-insert-file-button.directive.js +5 -3
  82. package/dist/es2015/tools/link/editor-unlink-button.directive.d.ts +2 -1
  83. package/dist/es2015/tools/link/editor-unlink-button.directive.js +5 -3
  84. package/dist/es2015/tools/list/editor-insert-ordered-list-button.directive.d.ts +2 -1
  85. package/dist/es2015/tools/list/editor-insert-ordered-list-button.directive.js +5 -3
  86. package/dist/es2015/tools/list/editor-insert-unordered-list-button.directive.d.ts +2 -1
  87. package/dist/es2015/tools/list/editor-insert-unordered-list-button.directive.js +5 -3
  88. package/dist/es2015/tools/print/editor-print-button.directive.d.ts +2 -1
  89. package/dist/es2015/tools/print/editor-print-button.directive.js +5 -3
  90. package/dist/es2015/tools/select-all/select-all-button.directive.d.ts +2 -1
  91. package/dist/es2015/tools/select-all/select-all-button.directive.js +5 -3
  92. package/dist/es2015/tools/shared/editor-command-base.d.ts +3 -1
  93. package/dist/es2015/tools/shared/editor-command-base.js +3 -1
  94. package/dist/es2015/tools/shared/editor-command-button.d.ts +3 -1
  95. package/dist/es2015/tools/shared/editor-command-button.js +3 -2
  96. package/dist/es2015/tools/shared/editor-command-dialog.d.ts +3 -1
  97. package/dist/es2015/tools/shared/editor-command-dialog.js +3 -2
  98. package/dist/es2015/tools/source/editor-view-source-button.directive.d.ts +2 -1
  99. package/dist/es2015/tools/source/editor-view-source-button.directive.js +5 -3
  100. package/dist/es2015/tools/tables/editor-add-column-after-button.directive.d.ts +2 -1
  101. package/dist/es2015/tools/tables/editor-add-column-after-button.directive.js +5 -3
  102. package/dist/es2015/tools/tables/editor-add-column-before-button.directive.d.ts +2 -1
  103. package/dist/es2015/tools/tables/editor-add-column-before-button.directive.js +5 -3
  104. package/dist/es2015/tools/tables/editor-add-row-after-button.directive.d.ts +2 -1
  105. package/dist/es2015/tools/tables/editor-add-row-after-button.directive.js +5 -3
  106. package/dist/es2015/tools/tables/editor-add-row-before-button.directive.d.ts +2 -1
  107. package/dist/es2015/tools/tables/editor-add-row-before-button.directive.js +5 -3
  108. package/dist/es2015/tools/tables/editor-delete-column-button.directive.d.ts +2 -1
  109. package/dist/es2015/tools/tables/editor-delete-column-button.directive.js +5 -3
  110. package/dist/es2015/tools/tables/editor-delete-row-button.directive.d.ts +2 -1
  111. package/dist/es2015/tools/tables/editor-delete-row-button.directive.js +5 -3
  112. package/dist/es2015/tools/tables/editor-delete-table-button.directive.d.ts +2 -1
  113. package/dist/es2015/tools/tables/editor-delete-table-button.directive.js +5 -3
  114. package/dist/es2015/tools/tables/editor-merge-cells-button.directive.d.ts +2 -1
  115. package/dist/es2015/tools/tables/editor-merge-cells-button.directive.js +5 -3
  116. package/dist/es2015/tools/tables/editor-split-cell-button.directive.d.ts +2 -1
  117. package/dist/es2015/tools/tables/editor-split-cell-button.directive.js +5 -3
  118. package/dist/es2015/tools/tools.service.d.ts +11 -0
  119. package/dist/es2015/tools/tools.service.js +22 -0
  120. package/dist/es2015/tools/typographical-emphasis/editor-bold-button.directive.d.ts +2 -1
  121. package/dist/es2015/tools/typographical-emphasis/editor-bold-button.directive.js +5 -3
  122. package/dist/es2015/tools/typographical-emphasis/editor-italic-button.directive.d.ts +2 -1
  123. package/dist/es2015/tools/typographical-emphasis/editor-italic-button.directive.js +5 -3
  124. package/dist/es2015/tools/typographical-emphasis/editor-strikethrough-button.directive.d.ts +2 -1
  125. package/dist/es2015/tools/typographical-emphasis/editor-strikethrough-button.directive.js +5 -3
  126. package/dist/es2015/tools/typographical-emphasis/editor-subscript-button.directive.d.ts +2 -1
  127. package/dist/es2015/tools/typographical-emphasis/editor-subscript-button.directive.js +5 -3
  128. package/dist/es2015/tools/typographical-emphasis/editor-superscript-button.directive.d.ts +2 -1
  129. package/dist/es2015/tools/typographical-emphasis/editor-superscript-button.directive.js +5 -3
  130. package/dist/es2015/tools/typographical-emphasis/editor-underline-button.directive.d.ts +2 -1
  131. package/dist/es2015/tools/typographical-emphasis/editor-underline-button.directive.js +5 -3
  132. package/dist/fesm2015/index.js +190 -119
  133. package/dist/fesm5/index.js +188 -119
  134. package/dist/npm/editor.component.js +7 -2
  135. package/dist/npm/index.js +2 -0
  136. package/dist/npm/package-metadata.js +1 -1
  137. package/dist/npm/tools/alignment/editor-align-center-button.directive.js +5 -3
  138. package/dist/npm/tools/alignment/editor-align-justify-button.directive.js +5 -3
  139. package/dist/npm/tools/alignment/editor-align-left-button.directive.js +5 -3
  140. package/dist/npm/tools/alignment/editor-align-right-button.directive.js +5 -3
  141. package/dist/npm/tools/editor-clean-formatting-button.directive.js +5 -3
  142. package/dist/npm/tools/fontfamily/editor-fontfamily.component.js +9 -3
  143. package/dist/npm/tools/fontsize/editor-fontsize.component.js +9 -3
  144. package/dist/npm/tools/format/editor-format.component.js +9 -3
  145. package/dist/npm/tools/history/editor-redo-button.directive.js +5 -3
  146. package/dist/npm/tools/history/editor-undo-button.directive.js +5 -3
  147. package/dist/npm/tools/image/editor-insert-image-button.directive.js +5 -3
  148. package/dist/npm/tools/indentation/editor-indent-button.directive.js +5 -3
  149. package/dist/npm/tools/indentation/editor-outdent-button.directive.js +5 -3
  150. package/dist/npm/tools/link/editor-create-link-button.directive.js +5 -3
  151. package/dist/npm/tools/link/editor-insert-file-button.directive.js +5 -3
  152. package/dist/npm/tools/link/editor-unlink-button.directive.js +5 -3
  153. package/dist/npm/tools/list/editor-insert-ordered-list-button.directive.js +5 -3
  154. package/dist/npm/tools/list/editor-insert-unordered-list-button.directive.js +5 -3
  155. package/dist/npm/tools/print/editor-print-button.directive.js +5 -3
  156. package/dist/npm/tools/select-all/select-all-button.directive.js +5 -3
  157. package/dist/npm/tools/shared/editor-command-base.js +3 -1
  158. package/dist/npm/tools/shared/editor-command-button.js +3 -2
  159. package/dist/npm/tools/shared/editor-command-dialog.js +3 -2
  160. package/dist/npm/tools/source/editor-view-source-button.directive.js +5 -3
  161. package/dist/npm/tools/tables/editor-add-column-after-button.directive.js +5 -3
  162. package/dist/npm/tools/tables/editor-add-column-before-button.directive.js +5 -3
  163. package/dist/npm/tools/tables/editor-add-row-after-button.directive.js +5 -3
  164. package/dist/npm/tools/tables/editor-add-row-before-button.directive.js +5 -3
  165. package/dist/npm/tools/tables/editor-delete-column-button.directive.js +5 -3
  166. package/dist/npm/tools/tables/editor-delete-row-button.directive.js +5 -3
  167. package/dist/npm/tools/tables/editor-delete-table-button.directive.js +5 -3
  168. package/dist/npm/tools/tables/editor-merge-cells-button.directive.js +5 -3
  169. package/dist/npm/tools/tables/editor-split-cell-button.directive.js +5 -3
  170. package/dist/npm/tools/tools.service.js +22 -0
  171. package/dist/npm/tools/typographical-emphasis/editor-bold-button.directive.js +5 -3
  172. package/dist/npm/tools/typographical-emphasis/editor-italic-button.directive.js +5 -3
  173. package/dist/npm/tools/typographical-emphasis/editor-strikethrough-button.directive.js +5 -3
  174. package/dist/npm/tools/typographical-emphasis/editor-subscript-button.directive.js +5 -3
  175. package/dist/npm/tools/typographical-emphasis/editor-superscript-button.directive.js +5 -3
  176. package/dist/npm/tools/typographical-emphasis/editor-underline-button.directive.js +5 -3
  177. package/dist/systemjs/kendo-angular-editor.js +1 -1
  178. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.