@ckeditor/ckeditor5-table 0.0.0-nightly-20240109.0 → 0.0.0-nightly-20240110.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 (179) hide show
  1. package/LICENSE.md +1 -1
  2. package/build/table.js +1 -1
  3. package/package.json +2 -2
  4. package/src/augmentation.d.ts +1 -1
  5. package/src/augmentation.js +1 -1
  6. package/src/commands/insertcolumncommand.d.ts +1 -1
  7. package/src/commands/insertcolumncommand.js +1 -1
  8. package/src/commands/insertrowcommand.d.ts +1 -1
  9. package/src/commands/insertrowcommand.js +1 -1
  10. package/src/commands/inserttablecommand.d.ts +1 -1
  11. package/src/commands/inserttablecommand.js +1 -1
  12. package/src/commands/mergecellcommand.d.ts +1 -1
  13. package/src/commands/mergecellcommand.js +1 -1
  14. package/src/commands/mergecellscommand.d.ts +1 -1
  15. package/src/commands/mergecellscommand.js +1 -1
  16. package/src/commands/removecolumncommand.d.ts +1 -1
  17. package/src/commands/removecolumncommand.js +1 -1
  18. package/src/commands/removerowcommand.d.ts +1 -1
  19. package/src/commands/removerowcommand.js +1 -1
  20. package/src/commands/selectcolumncommand.d.ts +1 -1
  21. package/src/commands/selectcolumncommand.js +1 -1
  22. package/src/commands/selectrowcommand.d.ts +1 -1
  23. package/src/commands/selectrowcommand.js +1 -1
  24. package/src/commands/setheadercolumncommand.d.ts +1 -1
  25. package/src/commands/setheadercolumncommand.js +1 -1
  26. package/src/commands/setheaderrowcommand.d.ts +1 -1
  27. package/src/commands/setheaderrowcommand.js +1 -1
  28. package/src/commands/splitcellcommand.d.ts +1 -1
  29. package/src/commands/splitcellcommand.js +1 -1
  30. package/src/converters/downcast.d.ts +1 -1
  31. package/src/converters/downcast.js +1 -1
  32. package/src/converters/table-caption-post-fixer.d.ts +1 -1
  33. package/src/converters/table-caption-post-fixer.js +1 -1
  34. package/src/converters/table-cell-paragraph-post-fixer.d.ts +1 -1
  35. package/src/converters/table-cell-paragraph-post-fixer.js +1 -1
  36. package/src/converters/table-cell-refresh-handler.d.ts +1 -1
  37. package/src/converters/table-cell-refresh-handler.js +1 -1
  38. package/src/converters/table-headings-refresh-handler.d.ts +1 -1
  39. package/src/converters/table-headings-refresh-handler.js +1 -1
  40. package/src/converters/table-layout-post-fixer.d.ts +1 -1
  41. package/src/converters/table-layout-post-fixer.js +1 -1
  42. package/src/converters/tableproperties.d.ts +1 -1
  43. package/src/converters/tableproperties.js +1 -1
  44. package/src/converters/upcasttable.d.ts +1 -1
  45. package/src/converters/upcasttable.js +1 -1
  46. package/src/index.d.ts +1 -1
  47. package/src/index.js +1 -1
  48. package/src/plaintableoutput.d.ts +1 -1
  49. package/src/plaintableoutput.js +1 -1
  50. package/src/table.d.ts +1 -1
  51. package/src/table.js +1 -1
  52. package/src/tablecaption/tablecaptionediting.d.ts +1 -1
  53. package/src/tablecaption/tablecaptionediting.js +1 -1
  54. package/src/tablecaption/tablecaptionui.d.ts +1 -1
  55. package/src/tablecaption/tablecaptionui.js +1 -1
  56. package/src/tablecaption/toggletablecaptioncommand.d.ts +1 -1
  57. package/src/tablecaption/toggletablecaptioncommand.js +1 -1
  58. package/src/tablecaption/utils.d.ts +1 -1
  59. package/src/tablecaption/utils.js +1 -1
  60. package/src/tablecaption.d.ts +1 -1
  61. package/src/tablecaption.js +1 -1
  62. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +1 -1
  63. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +1 -1
  64. package/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +1 -1
  65. package/src/tablecellproperties/commands/tablecellbordercolorcommand.js +1 -1
  66. package/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts +1 -1
  67. package/src/tablecellproperties/commands/tablecellborderstylecommand.js +1 -1
  68. package/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +1 -1
  69. package/src/tablecellproperties/commands/tablecellborderwidthcommand.js +1 -1
  70. package/src/tablecellproperties/commands/tablecellheightcommand.d.ts +1 -1
  71. package/src/tablecellproperties/commands/tablecellheightcommand.js +1 -1
  72. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +1 -1
  73. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +1 -1
  74. package/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts +1 -1
  75. package/src/tablecellproperties/commands/tablecellpaddingcommand.js +1 -1
  76. package/src/tablecellproperties/commands/tablecellpropertycommand.d.ts +1 -1
  77. package/src/tablecellproperties/commands/tablecellpropertycommand.js +1 -1
  78. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +1 -1
  79. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js +1 -1
  80. package/src/tablecellproperties/tablecellpropertiesediting.d.ts +1 -1
  81. package/src/tablecellproperties/tablecellpropertiesediting.js +1 -1
  82. package/src/tablecellproperties/tablecellpropertiesui.d.ts +1 -1
  83. package/src/tablecellproperties/tablecellpropertiesui.js +1 -1
  84. package/src/tablecellproperties/ui/tablecellpropertiesview.d.ts +5 -5
  85. package/src/tablecellproperties/ui/tablecellpropertiesview.js +1 -1
  86. package/src/tablecellproperties.d.ts +1 -1
  87. package/src/tablecellproperties.js +1 -1
  88. package/src/tablecellwidth/commands/tablecellwidthcommand.d.ts +1 -1
  89. package/src/tablecellwidth/commands/tablecellwidthcommand.js +1 -1
  90. package/src/tablecellwidth/tablecellwidthediting.d.ts +1 -1
  91. package/src/tablecellwidth/tablecellwidthediting.js +1 -1
  92. package/src/tableclipboard.d.ts +1 -1
  93. package/src/tableclipboard.js +1 -1
  94. package/src/tablecolumnresize/constants.d.ts +1 -1
  95. package/src/tablecolumnresize/constants.js +1 -1
  96. package/src/tablecolumnresize/converters.d.ts +1 -1
  97. package/src/tablecolumnresize/converters.js +1 -1
  98. package/src/tablecolumnresize/tablecolumnresizeediting.d.ts +1 -1
  99. package/src/tablecolumnresize/tablecolumnresizeediting.js +1 -1
  100. package/src/tablecolumnresize/tablewidthscommand.d.ts +1 -1
  101. package/src/tablecolumnresize/tablewidthscommand.js +1 -1
  102. package/src/tablecolumnresize/utils.d.ts +1 -1
  103. package/src/tablecolumnresize/utils.js +1 -1
  104. package/src/tablecolumnresize.d.ts +1 -1
  105. package/src/tablecolumnresize.js +1 -1
  106. package/src/tableconfig.d.ts +1 -1
  107. package/src/tableconfig.js +1 -1
  108. package/src/tableediting.d.ts +1 -1
  109. package/src/tableediting.js +1 -1
  110. package/src/tablekeyboard.d.ts +1 -1
  111. package/src/tablekeyboard.js +1 -1
  112. package/src/tablemouse/mouseeventsobserver.d.ts +1 -1
  113. package/src/tablemouse/mouseeventsobserver.js +1 -1
  114. package/src/tablemouse.d.ts +1 -1
  115. package/src/tablemouse.js +1 -1
  116. package/src/tableproperties/commands/tablealignmentcommand.d.ts +1 -1
  117. package/src/tableproperties/commands/tablealignmentcommand.js +1 -1
  118. package/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts +1 -1
  119. package/src/tableproperties/commands/tablebackgroundcolorcommand.js +1 -1
  120. package/src/tableproperties/commands/tablebordercolorcommand.d.ts +1 -1
  121. package/src/tableproperties/commands/tablebordercolorcommand.js +1 -1
  122. package/src/tableproperties/commands/tableborderstylecommand.d.ts +1 -1
  123. package/src/tableproperties/commands/tableborderstylecommand.js +1 -1
  124. package/src/tableproperties/commands/tableborderwidthcommand.d.ts +1 -1
  125. package/src/tableproperties/commands/tableborderwidthcommand.js +1 -1
  126. package/src/tableproperties/commands/tableheightcommand.d.ts +1 -1
  127. package/src/tableproperties/commands/tableheightcommand.js +1 -1
  128. package/src/tableproperties/commands/tablepropertycommand.d.ts +1 -1
  129. package/src/tableproperties/commands/tablepropertycommand.js +1 -1
  130. package/src/tableproperties/commands/tablewidthcommand.d.ts +1 -1
  131. package/src/tableproperties/commands/tablewidthcommand.js +1 -1
  132. package/src/tableproperties/tablepropertiesediting.d.ts +1 -1
  133. package/src/tableproperties/tablepropertiesediting.js +1 -1
  134. package/src/tableproperties/tablepropertiesui.d.ts +1 -1
  135. package/src/tableproperties/tablepropertiesui.js +1 -1
  136. package/src/tableproperties/ui/tablepropertiesview.d.ts +3 -3
  137. package/src/tableproperties/ui/tablepropertiesview.js +1 -1
  138. package/src/tableproperties.d.ts +1 -1
  139. package/src/tableproperties.js +1 -1
  140. package/src/tableselection.d.ts +1 -1
  141. package/src/tableselection.js +1 -1
  142. package/src/tabletoolbar.d.ts +1 -1
  143. package/src/tabletoolbar.js +1 -1
  144. package/src/tableui.d.ts +1 -1
  145. package/src/tableui.js +3 -3
  146. package/src/tableutils.d.ts +1 -1
  147. package/src/tableutils.js +1 -1
  148. package/src/tablewalker.d.ts +1 -1
  149. package/src/tablewalker.js +1 -1
  150. package/src/ui/colorinputview.d.ts +2 -2
  151. package/src/ui/colorinputview.js +1 -1
  152. package/src/ui/formrowview.d.ts +1 -1
  153. package/src/ui/formrowview.js +1 -1
  154. package/src/ui/inserttableview.d.ts +1 -1
  155. package/src/ui/inserttableview.js +1 -1
  156. package/src/utils/common.d.ts +1 -1
  157. package/src/utils/common.js +1 -1
  158. package/src/utils/structure.d.ts +1 -1
  159. package/src/utils/structure.js +1 -1
  160. package/src/utils/table-properties.d.ts +1 -1
  161. package/src/utils/table-properties.js +1 -1
  162. package/src/utils/ui/contextualballoon.d.ts +1 -1
  163. package/src/utils/ui/contextualballoon.js +1 -1
  164. package/src/utils/ui/table-properties.d.ts +1 -1
  165. package/src/utils/ui/table-properties.js +3 -3
  166. package/src/utils/ui/widget.d.ts +1 -1
  167. package/src/utils/ui/widget.js +1 -1
  168. package/theme/colorinput.css +1 -1
  169. package/theme/form.css +1 -1
  170. package/theme/formrow.css +1 -1
  171. package/theme/inserttable.css +1 -1
  172. package/theme/table.css +1 -1
  173. package/theme/tablecaption.css +1 -1
  174. package/theme/tablecellproperties.css +1 -1
  175. package/theme/tablecolumnresize.css +1 -1
  176. package/theme/tableediting.css +1 -1
  177. package/theme/tableform.css +1 -1
  178. package/theme/tableproperties.css +1 -1
  179. package/theme/tableselection.css +1 -1
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 table feature** – https://github.com/ckeditor/ckeditor5-table <br>
5
- Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
8
8