@ckeditor/ckeditor5-table 0.0.0-nightly-20231214.0 → 0.0.0-nightly-20231216.0

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 (158) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/build/table.js +1 -1
  3. package/package.json +3 -2
  4. package/src/augmentation.d.ts +1 -1
  5. package/src/commands/insertcolumncommand.d.ts +1 -1
  6. package/src/commands/insertcolumncommand.js +1 -1
  7. package/src/commands/insertrowcommand.d.ts +1 -1
  8. package/src/commands/insertrowcommand.js +1 -1
  9. package/src/commands/inserttablecommand.d.ts +1 -1
  10. package/src/commands/inserttablecommand.js +1 -1
  11. package/src/commands/mergecellcommand.d.ts +3 -3
  12. package/src/commands/mergecellcommand.js +4 -4
  13. package/src/commands/mergecellscommand.d.ts +1 -1
  14. package/src/commands/mergecellscommand.js +4 -4
  15. package/src/commands/removecolumncommand.d.ts +1 -1
  16. package/src/commands/removecolumncommand.js +2 -2
  17. package/src/commands/removerowcommand.d.ts +1 -1
  18. package/src/commands/removerowcommand.js +1 -1
  19. package/src/commands/selectcolumncommand.d.ts +1 -1
  20. package/src/commands/selectcolumncommand.js +2 -2
  21. package/src/commands/selectrowcommand.d.ts +1 -1
  22. package/src/commands/selectrowcommand.js +1 -1
  23. package/src/commands/setheadercolumncommand.d.ts +1 -1
  24. package/src/commands/setheadercolumncommand.js +3 -3
  25. package/src/commands/setheaderrowcommand.d.ts +1 -1
  26. package/src/commands/setheaderrowcommand.js +3 -3
  27. package/src/commands/splitcellcommand.d.ts +1 -1
  28. package/src/commands/splitcellcommand.js +1 -1
  29. package/src/converters/downcast.d.ts +3 -3
  30. package/src/converters/downcast.js +2 -2
  31. package/src/converters/table-caption-post-fixer.d.ts +1 -1
  32. package/src/converters/table-cell-paragraph-post-fixer.d.ts +1 -1
  33. package/src/converters/table-cell-refresh-handler.d.ts +1 -1
  34. package/src/converters/table-cell-refresh-handler.js +1 -1
  35. package/src/converters/table-headings-refresh-handler.d.ts +1 -1
  36. package/src/converters/table-headings-refresh-handler.js +1 -1
  37. package/src/converters/table-layout-post-fixer.d.ts +1 -1
  38. package/src/converters/table-layout-post-fixer.js +2 -2
  39. package/src/converters/tableproperties.d.ts +1 -1
  40. package/src/converters/upcasttable.d.ts +1 -1
  41. package/src/converters/upcasttable.js +2 -2
  42. package/src/index.d.ts +53 -53
  43. package/src/index.js +23 -23
  44. package/src/plaintableoutput.d.ts +2 -2
  45. package/src/plaintableoutput.js +2 -2
  46. package/src/table.d.ts +8 -8
  47. package/src/table.js +8 -8
  48. package/src/tablecaption/tablecaptionediting.d.ts +2 -2
  49. package/src/tablecaption/tablecaptionediting.js +6 -6
  50. package/src/tablecaption/tablecaptionui.d.ts +1 -1
  51. package/src/tablecaption/tablecaptionui.js +3 -3
  52. package/src/tablecaption/toggletablecaptioncommand.d.ts +1 -1
  53. package/src/tablecaption/toggletablecaptioncommand.js +3 -3
  54. package/src/tablecaption/utils.d.ts +1 -1
  55. package/src/tablecaption/utils.js +1 -1
  56. package/src/tablecaption.d.ts +3 -3
  57. package/src/tablecaption.js +3 -3
  58. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +2 -2
  59. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +1 -1
  60. package/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +3 -3
  61. package/src/tablecellproperties/commands/tablecellbordercolorcommand.js +2 -2
  62. package/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts +3 -3
  63. package/src/tablecellproperties/commands/tablecellborderstylecommand.js +2 -2
  64. package/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +3 -3
  65. package/src/tablecellproperties/commands/tablecellborderwidthcommand.js +2 -2
  66. package/src/tablecellproperties/commands/tablecellheightcommand.d.ts +2 -2
  67. package/src/tablecellproperties/commands/tablecellheightcommand.js +2 -2
  68. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +2 -2
  69. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +1 -1
  70. package/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts +3 -3
  71. package/src/tablecellproperties/commands/tablecellpaddingcommand.js +2 -2
  72. package/src/tablecellproperties/commands/tablecellpropertycommand.d.ts +2 -2
  73. package/src/tablecellproperties/commands/tablecellpropertycommand.js +1 -1
  74. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +2 -2
  75. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js +1 -1
  76. package/src/tablecellproperties/tablecellpropertiesediting.d.ts +3 -3
  77. package/src/tablecellproperties/tablecellpropertiesediting.js +15 -15
  78. package/src/tablecellproperties/tablecellpropertiesui.d.ts +3 -3
  79. package/src/tablecellproperties/tablecellpropertiesui.js +7 -7
  80. package/src/tablecellproperties/ui/tablecellpropertiesview.d.ts +4 -4
  81. package/src/tablecellproperties/ui/tablecellpropertiesview.js +5 -5
  82. package/src/tablecellproperties.d.ts +3 -3
  83. package/src/tablecellproperties.js +3 -3
  84. package/src/tablecellwidth/commands/tablecellwidthcommand.d.ts +2 -2
  85. package/src/tablecellwidth/commands/tablecellwidthcommand.js +2 -2
  86. package/src/tablecellwidth/tablecellwidthediting.d.ts +2 -2
  87. package/src/tablecellwidth/tablecellwidthediting.js +5 -5
  88. package/src/tableclipboard.d.ts +5 -5
  89. package/src/tableclipboard.js +5 -5
  90. package/src/tablecolumnresize/converters.d.ts +2 -2
  91. package/src/tablecolumnresize/converters.js +1 -1
  92. package/src/tablecolumnresize/tablecolumnresizeediting.d.ts +4 -4
  93. package/src/tablecolumnresize/tablecolumnresizeediting.js +10 -10
  94. package/src/tablecolumnresize/tablewidthscommand.d.ts +2 -2
  95. package/src/tablecolumnresize/tablewidthscommand.js +2 -2
  96. package/src/tablecolumnresize/utils.d.ts +3 -3
  97. package/src/tablecolumnresize/utils.js +2 -2
  98. package/src/tablecolumnresize.d.ts +3 -3
  99. package/src/tablecolumnresize.js +3 -3
  100. package/src/tableconfig.d.ts +2 -2
  101. package/src/tableediting.d.ts +3 -3
  102. package/src/tableediting.js +20 -20
  103. package/src/tablekeyboard.d.ts +5 -5
  104. package/src/tablekeyboard.js +5 -5
  105. package/src/tablemouse/mouseeventsobserver.d.ts +1 -1
  106. package/src/tablemouse/mouseeventsobserver.js +1 -1
  107. package/src/tablemouse.d.ts +3 -3
  108. package/src/tablemouse.js +4 -4
  109. package/src/tableproperties/commands/tablealignmentcommand.d.ts +2 -2
  110. package/src/tableproperties/commands/tablealignmentcommand.js +1 -1
  111. package/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts +2 -2
  112. package/src/tableproperties/commands/tablebackgroundcolorcommand.js +1 -1
  113. package/src/tableproperties/commands/tablebordercolorcommand.d.ts +3 -3
  114. package/src/tableproperties/commands/tablebordercolorcommand.js +2 -2
  115. package/src/tableproperties/commands/tableborderstylecommand.d.ts +3 -3
  116. package/src/tableproperties/commands/tableborderstylecommand.js +2 -2
  117. package/src/tableproperties/commands/tableborderwidthcommand.d.ts +3 -3
  118. package/src/tableproperties/commands/tableborderwidthcommand.js +2 -2
  119. package/src/tableproperties/commands/tableheightcommand.d.ts +2 -2
  120. package/src/tableproperties/commands/tableheightcommand.js +2 -2
  121. package/src/tableproperties/commands/tablepropertycommand.d.ts +2 -2
  122. package/src/tableproperties/commands/tablepropertycommand.js +2 -2
  123. package/src/tableproperties/commands/tablewidthcommand.d.ts +2 -2
  124. package/src/tableproperties/commands/tablewidthcommand.js +2 -2
  125. package/src/tableproperties/tablepropertiesediting.d.ts +2 -2
  126. package/src/tableproperties/tablepropertiesediting.js +12 -12
  127. package/src/tableproperties/tablepropertiesui.d.ts +3 -3
  128. package/src/tableproperties/tablepropertiesui.js +7 -7
  129. package/src/tableproperties/ui/tablepropertiesview.d.ts +4 -4
  130. package/src/tableproperties/ui/tablepropertiesview.js +5 -5
  131. package/src/tableproperties.d.ts +3 -3
  132. package/src/tableproperties.js +3 -3
  133. package/src/tableselection.d.ts +3 -3
  134. package/src/tableselection.js +5 -5
  135. package/src/tabletoolbar.d.ts +2 -2
  136. package/src/tabletoolbar.js +3 -3
  137. package/src/tableui.d.ts +1 -1
  138. package/src/tableui.js +4 -4
  139. package/src/tableutils.d.ts +3 -3
  140. package/src/tableutils.js +6 -6
  141. package/src/tablewalker.d.ts +1 -1
  142. package/src/ui/colorinputview.d.ts +2 -2
  143. package/src/ui/colorinputview.js +2 -2
  144. package/src/ui/formrowview.d.ts +2 -2
  145. package/src/ui/formrowview.js +1 -1
  146. package/src/ui/inserttableview.d.ts +2 -2
  147. package/src/ui/inserttableview.js +2 -2
  148. package/src/utils/common.d.ts +2 -2
  149. package/src/utils/common.js +1 -1
  150. package/src/utils/structure.d.ts +3 -3
  151. package/src/utils/structure.js +2 -2
  152. package/src/utils/table-properties.d.ts +1 -1
  153. package/src/utils/ui/contextualballoon.d.ts +2 -2
  154. package/src/utils/ui/contextualballoon.js +4 -4
  155. package/src/utils/ui/table-properties.d.ts +5 -5
  156. package/src/utils/ui/table-properties.js +4 -4
  157. package/src/utils/ui/widget.d.ts +1 -1
  158. package/src/utils/ui/widget.js +1 -1
package/CHANGELOG.md CHANGED
@@ -202,10 +202,10 @@ Internal changes only (updated dependencies, documentation, etc.).
202
202
 
203
203
  ### Features
204
204
 
205
- * Implemented the table post–fixer which bulletproofs the feature in various complex use–cases (e.g. pasting and real-time collaborative editing). Closes [#13](https://github.com/ckeditor/ckeditor5-table/issues/13). ([01f9a3b](https://github.com/ckeditor/ckeditor5-table/commit/01f9a3b))
205
+ * Implemented the table post–fixer which bulletproofs the feature in various complex use–cases (for example, pasting and real-time collaborative editing). Closes [#13](https://github.com/ckeditor/ckeditor5-table/issues/13). ([01f9a3b](https://github.com/ckeditor/ckeditor5-table/commit/01f9a3b))
206
206
  * Introduced the toolbar for the table widget (previously it was available only for single cells). Changed the toolbar configuration option from `table.toolbar` to `table.contentToolbar`. Closes [#113](https://github.com/ckeditor/ckeditor5-table/issues/113). Closes [#106](https://github.com/ckeditor/ckeditor5-table/issues/106). ([9f9486d](https://github.com/ckeditor/ckeditor5-table/commit/9f9486d))
207
207
 
208
- Other: `config.table.toolbar` is marked as depracted. Use `config.table.contentToolbar` instead.
208
+ Other: `config.table.toolbar` is marked as deprecated. Use `config.table.contentToolbar` instead.
209
209
  * Introduced a support for block content inside tables. Closes [#56](https://github.com/ckeditor/ckeditor5-table/issues/56). ([cdf718e](https://github.com/ckeditor/ckeditor5-table/commit/cdf718e))
210
210
 
211
211
  ### Bug fixes