@ckeditor/ckeditor5-table 44.0.0 → 44.1.0-alpha.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 (267) hide show
  1. package/build/translations/uk.js +1 -1
  2. package/dist/augmentation.d.ts +1 -1
  3. package/dist/commands/insertcolumncommand.d.ts +1 -1
  4. package/dist/commands/insertrowcommand.d.ts +1 -1
  5. package/dist/commands/inserttablecommand.d.ts +1 -1
  6. package/dist/commands/mergecellcommand.d.ts +1 -1
  7. package/dist/commands/mergecellscommand.d.ts +1 -1
  8. package/dist/commands/removecolumncommand.d.ts +1 -1
  9. package/dist/commands/removerowcommand.d.ts +1 -1
  10. package/dist/commands/selectcolumncommand.d.ts +1 -1
  11. package/dist/commands/selectrowcommand.d.ts +1 -1
  12. package/dist/commands/setheadercolumncommand.d.ts +1 -1
  13. package/dist/commands/setheaderrowcommand.d.ts +1 -1
  14. package/dist/commands/splitcellcommand.d.ts +1 -1
  15. package/dist/converters/downcast.d.ts +1 -1
  16. package/dist/converters/table-caption-post-fixer.d.ts +1 -1
  17. package/dist/converters/table-cell-paragraph-post-fixer.d.ts +1 -1
  18. package/dist/converters/table-cell-refresh-handler.d.ts +1 -1
  19. package/dist/converters/table-headings-refresh-handler.d.ts +1 -1
  20. package/dist/converters/table-layout-post-fixer.d.ts +1 -1
  21. package/dist/converters/tableproperties.d.ts +1 -1
  22. package/dist/converters/upcasttable.d.ts +1 -1
  23. package/dist/index.css +10 -10
  24. package/dist/index.css.map +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +5 -5
  27. package/dist/index.js.map +1 -1
  28. package/dist/plaintableoutput.d.ts +1 -1
  29. package/dist/table.d.ts +1 -1
  30. package/dist/tablecaption/tablecaptionediting.d.ts +1 -1
  31. package/dist/tablecaption/tablecaptionui.d.ts +1 -1
  32. package/dist/tablecaption/toggletablecaptioncommand.d.ts +1 -1
  33. package/dist/tablecaption/utils.d.ts +1 -1
  34. package/dist/tablecaption.d.ts +1 -1
  35. package/dist/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +1 -1
  36. package/dist/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +1 -1
  37. package/dist/tablecellproperties/commands/tablecellborderstylecommand.d.ts +1 -1
  38. package/dist/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +1 -1
  39. package/dist/tablecellproperties/commands/tablecellheightcommand.d.ts +1 -1
  40. package/dist/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +1 -1
  41. package/dist/tablecellproperties/commands/tablecellpaddingcommand.d.ts +1 -1
  42. package/dist/tablecellproperties/commands/tablecellpropertycommand.d.ts +1 -1
  43. package/dist/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +1 -1
  44. package/dist/tablecellproperties/tablecellpropertiesediting.d.ts +1 -1
  45. package/dist/tablecellproperties/tablecellpropertiesui.d.ts +1 -1
  46. package/dist/tablecellproperties/ui/tablecellpropertiesview.d.ts +1 -1
  47. package/dist/tablecellproperties.d.ts +1 -1
  48. package/dist/tablecellwidth/commands/tablecellwidthcommand.d.ts +1 -1
  49. package/dist/tablecellwidth/tablecellwidthediting.d.ts +1 -1
  50. package/dist/tableclipboard.d.ts +1 -1
  51. package/dist/tablecolumnresize/constants.d.ts +1 -1
  52. package/dist/tablecolumnresize/converters.d.ts +1 -1
  53. package/dist/tablecolumnresize/tablecolumnresizeediting.d.ts +1 -1
  54. package/dist/tablecolumnresize/tablewidthscommand.d.ts +1 -1
  55. package/dist/tablecolumnresize/utils.d.ts +1 -1
  56. package/dist/tablecolumnresize.d.ts +1 -1
  57. package/dist/tableconfig.d.ts +1 -1
  58. package/dist/tableediting.d.ts +1 -1
  59. package/dist/tablekeyboard.d.ts +1 -1
  60. package/dist/tablemouse/mouseeventsobserver.d.ts +1 -1
  61. package/dist/tablemouse.d.ts +1 -1
  62. package/dist/tableproperties/commands/tablealignmentcommand.d.ts +1 -1
  63. package/dist/tableproperties/commands/tablebackgroundcolorcommand.d.ts +1 -1
  64. package/dist/tableproperties/commands/tablebordercolorcommand.d.ts +1 -1
  65. package/dist/tableproperties/commands/tableborderstylecommand.d.ts +1 -1
  66. package/dist/tableproperties/commands/tableborderwidthcommand.d.ts +1 -1
  67. package/dist/tableproperties/commands/tableheightcommand.d.ts +1 -1
  68. package/dist/tableproperties/commands/tablepropertycommand.d.ts +1 -1
  69. package/dist/tableproperties/commands/tablewidthcommand.d.ts +1 -1
  70. package/dist/tableproperties/tablepropertiesediting.d.ts +1 -1
  71. package/dist/tableproperties/tablepropertiesui.d.ts +1 -1
  72. package/dist/tableproperties/ui/tablepropertiesview.d.ts +1 -1
  73. package/dist/tableproperties.d.ts +1 -1
  74. package/dist/tableselection.d.ts +1 -1
  75. package/dist/tabletoolbar.d.ts +1 -1
  76. package/dist/tableui.d.ts +1 -1
  77. package/dist/tableutils.d.ts +1 -1
  78. package/dist/tablewalker.d.ts +1 -1
  79. package/dist/translations/uk.js +1 -1
  80. package/dist/translations/uk.umd.js +1 -1
  81. package/dist/ui/colorinputview.d.ts +1 -1
  82. package/dist/ui/formrowview.d.ts +1 -1
  83. package/dist/ui/inserttableview.d.ts +1 -1
  84. package/dist/utils/common.d.ts +1 -1
  85. package/dist/utils/structure.d.ts +1 -1
  86. package/dist/utils/table-properties.d.ts +1 -1
  87. package/dist/utils/ui/contextualballoon.d.ts +1 -1
  88. package/dist/utils/ui/table-properties.d.ts +1 -1
  89. package/dist/utils/ui/widget.d.ts +1 -1
  90. package/lang/translations/uk.po +2 -2
  91. package/package.json +8 -8
  92. package/src/augmentation.d.ts +1 -1
  93. package/src/augmentation.js +1 -1
  94. package/src/commands/insertcolumncommand.d.ts +1 -1
  95. package/src/commands/insertcolumncommand.js +1 -1
  96. package/src/commands/insertrowcommand.d.ts +1 -1
  97. package/src/commands/insertrowcommand.js +1 -1
  98. package/src/commands/inserttablecommand.d.ts +1 -1
  99. package/src/commands/inserttablecommand.js +1 -1
  100. package/src/commands/mergecellcommand.d.ts +1 -1
  101. package/src/commands/mergecellcommand.js +1 -1
  102. package/src/commands/mergecellscommand.d.ts +1 -1
  103. package/src/commands/mergecellscommand.js +1 -1
  104. package/src/commands/removecolumncommand.d.ts +1 -1
  105. package/src/commands/removecolumncommand.js +1 -1
  106. package/src/commands/removerowcommand.d.ts +1 -1
  107. package/src/commands/removerowcommand.js +1 -1
  108. package/src/commands/selectcolumncommand.d.ts +1 -1
  109. package/src/commands/selectcolumncommand.js +1 -1
  110. package/src/commands/selectrowcommand.d.ts +1 -1
  111. package/src/commands/selectrowcommand.js +1 -1
  112. package/src/commands/setheadercolumncommand.d.ts +1 -1
  113. package/src/commands/setheadercolumncommand.js +1 -1
  114. package/src/commands/setheaderrowcommand.d.ts +1 -1
  115. package/src/commands/setheaderrowcommand.js +1 -1
  116. package/src/commands/splitcellcommand.d.ts +1 -1
  117. package/src/commands/splitcellcommand.js +1 -1
  118. package/src/converters/downcast.d.ts +1 -1
  119. package/src/converters/downcast.js +1 -1
  120. package/src/converters/table-caption-post-fixer.d.ts +1 -1
  121. package/src/converters/table-caption-post-fixer.js +1 -1
  122. package/src/converters/table-cell-paragraph-post-fixer.d.ts +1 -1
  123. package/src/converters/table-cell-paragraph-post-fixer.js +1 -1
  124. package/src/converters/table-cell-refresh-handler.d.ts +1 -1
  125. package/src/converters/table-cell-refresh-handler.js +1 -1
  126. package/src/converters/table-headings-refresh-handler.d.ts +1 -1
  127. package/src/converters/table-headings-refresh-handler.js +1 -1
  128. package/src/converters/table-layout-post-fixer.d.ts +1 -1
  129. package/src/converters/table-layout-post-fixer.js +1 -1
  130. package/src/converters/tableproperties.d.ts +1 -1
  131. package/src/converters/tableproperties.js +1 -1
  132. package/src/converters/upcasttable.d.ts +1 -1
  133. package/src/converters/upcasttable.js +1 -1
  134. package/src/index.d.ts +1 -1
  135. package/src/index.js +1 -1
  136. package/src/plaintableoutput.d.ts +1 -1
  137. package/src/plaintableoutput.js +1 -1
  138. package/src/table.d.ts +1 -1
  139. package/src/table.js +1 -1
  140. package/src/tablecaption/tablecaptionediting.d.ts +1 -1
  141. package/src/tablecaption/tablecaptionediting.js +1 -1
  142. package/src/tablecaption/tablecaptionui.d.ts +1 -1
  143. package/src/tablecaption/tablecaptionui.js +1 -1
  144. package/src/tablecaption/toggletablecaptioncommand.d.ts +1 -1
  145. package/src/tablecaption/toggletablecaptioncommand.js +1 -1
  146. package/src/tablecaption/utils.d.ts +1 -1
  147. package/src/tablecaption/utils.js +1 -1
  148. package/src/tablecaption.d.ts +1 -1
  149. package/src/tablecaption.js +1 -1
  150. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +1 -1
  151. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +1 -1
  152. package/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +1 -1
  153. package/src/tablecellproperties/commands/tablecellbordercolorcommand.js +1 -1
  154. package/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts +1 -1
  155. package/src/tablecellproperties/commands/tablecellborderstylecommand.js +1 -1
  156. package/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +1 -1
  157. package/src/tablecellproperties/commands/tablecellborderwidthcommand.js +1 -1
  158. package/src/tablecellproperties/commands/tablecellheightcommand.d.ts +1 -1
  159. package/src/tablecellproperties/commands/tablecellheightcommand.js +1 -1
  160. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +1 -1
  161. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +1 -1
  162. package/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts +1 -1
  163. package/src/tablecellproperties/commands/tablecellpaddingcommand.js +1 -1
  164. package/src/tablecellproperties/commands/tablecellpropertycommand.d.ts +1 -1
  165. package/src/tablecellproperties/commands/tablecellpropertycommand.js +1 -1
  166. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +1 -1
  167. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js +1 -1
  168. package/src/tablecellproperties/tablecellpropertiesediting.d.ts +1 -1
  169. package/src/tablecellproperties/tablecellpropertiesediting.js +1 -1
  170. package/src/tablecellproperties/tablecellpropertiesui.d.ts +1 -1
  171. package/src/tablecellproperties/tablecellpropertiesui.js +1 -1
  172. package/src/tablecellproperties/ui/tablecellpropertiesview.d.ts +1 -1
  173. package/src/tablecellproperties/ui/tablecellpropertiesview.js +1 -1
  174. package/src/tablecellproperties.d.ts +1 -1
  175. package/src/tablecellproperties.js +1 -1
  176. package/src/tablecellwidth/commands/tablecellwidthcommand.d.ts +1 -1
  177. package/src/tablecellwidth/commands/tablecellwidthcommand.js +1 -1
  178. package/src/tablecellwidth/tablecellwidthediting.d.ts +1 -1
  179. package/src/tablecellwidth/tablecellwidthediting.js +1 -1
  180. package/src/tableclipboard.d.ts +1 -1
  181. package/src/tableclipboard.js +1 -1
  182. package/src/tablecolumnresize/constants.d.ts +1 -1
  183. package/src/tablecolumnresize/constants.js +1 -1
  184. package/src/tablecolumnresize/converters.d.ts +1 -1
  185. package/src/tablecolumnresize/converters.js +1 -1
  186. package/src/tablecolumnresize/tablecolumnresizeediting.d.ts +1 -1
  187. package/src/tablecolumnresize/tablecolumnresizeediting.js +1 -1
  188. package/src/tablecolumnresize/tablewidthscommand.d.ts +1 -1
  189. package/src/tablecolumnresize/tablewidthscommand.js +1 -1
  190. package/src/tablecolumnresize/utils.d.ts +1 -1
  191. package/src/tablecolumnresize/utils.js +1 -1
  192. package/src/tablecolumnresize.d.ts +1 -1
  193. package/src/tablecolumnresize.js +1 -1
  194. package/src/tableconfig.d.ts +1 -1
  195. package/src/tableconfig.js +1 -1
  196. package/src/tableediting.d.ts +1 -1
  197. package/src/tableediting.js +1 -1
  198. package/src/tablekeyboard.d.ts +1 -1
  199. package/src/tablekeyboard.js +1 -1
  200. package/src/tablemouse/mouseeventsobserver.d.ts +1 -1
  201. package/src/tablemouse/mouseeventsobserver.js +1 -1
  202. package/src/tablemouse.d.ts +1 -1
  203. package/src/tablemouse.js +1 -1
  204. package/src/tableproperties/commands/tablealignmentcommand.d.ts +1 -1
  205. package/src/tableproperties/commands/tablealignmentcommand.js +1 -1
  206. package/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts +1 -1
  207. package/src/tableproperties/commands/tablebackgroundcolorcommand.js +1 -1
  208. package/src/tableproperties/commands/tablebordercolorcommand.d.ts +1 -1
  209. package/src/tableproperties/commands/tablebordercolorcommand.js +1 -1
  210. package/src/tableproperties/commands/tableborderstylecommand.d.ts +1 -1
  211. package/src/tableproperties/commands/tableborderstylecommand.js +1 -1
  212. package/src/tableproperties/commands/tableborderwidthcommand.d.ts +1 -1
  213. package/src/tableproperties/commands/tableborderwidthcommand.js +1 -1
  214. package/src/tableproperties/commands/tableheightcommand.d.ts +1 -1
  215. package/src/tableproperties/commands/tableheightcommand.js +1 -1
  216. package/src/tableproperties/commands/tablepropertycommand.d.ts +1 -1
  217. package/src/tableproperties/commands/tablepropertycommand.js +1 -1
  218. package/src/tableproperties/commands/tablewidthcommand.d.ts +1 -1
  219. package/src/tableproperties/commands/tablewidthcommand.js +1 -1
  220. package/src/tableproperties/tablepropertiesediting.d.ts +1 -1
  221. package/src/tableproperties/tablepropertiesediting.js +1 -1
  222. package/src/tableproperties/tablepropertiesui.d.ts +1 -1
  223. package/src/tableproperties/tablepropertiesui.js +1 -1
  224. package/src/tableproperties/ui/tablepropertiesview.d.ts +1 -1
  225. package/src/tableproperties/ui/tablepropertiesview.js +1 -1
  226. package/src/tableproperties.d.ts +1 -1
  227. package/src/tableproperties.js +1 -1
  228. package/src/tableselection.d.ts +1 -1
  229. package/src/tableselection.js +1 -1
  230. package/src/tabletoolbar.d.ts +1 -1
  231. package/src/tabletoolbar.js +1 -1
  232. package/src/tableui.d.ts +1 -1
  233. package/src/tableui.js +1 -1
  234. package/src/tableutils.d.ts +1 -1
  235. package/src/tableutils.js +1 -1
  236. package/src/tablewalker.d.ts +1 -1
  237. package/src/tablewalker.js +1 -1
  238. package/src/ui/colorinputview.d.ts +1 -1
  239. package/src/ui/colorinputview.js +1 -1
  240. package/src/ui/formrowview.d.ts +1 -1
  241. package/src/ui/formrowview.js +1 -1
  242. package/src/ui/inserttableview.d.ts +1 -1
  243. package/src/ui/inserttableview.js +1 -1
  244. package/src/utils/common.d.ts +1 -1
  245. package/src/utils/common.js +1 -1
  246. package/src/utils/structure.d.ts +1 -1
  247. package/src/utils/structure.js +1 -1
  248. package/src/utils/table-properties.d.ts +1 -1
  249. package/src/utils/table-properties.js +1 -1
  250. package/src/utils/ui/contextualballoon.d.ts +1 -1
  251. package/src/utils/ui/contextualballoon.js +1 -1
  252. package/src/utils/ui/table-properties.d.ts +1 -1
  253. package/src/utils/ui/table-properties.js +1 -1
  254. package/src/utils/ui/widget.d.ts +1 -1
  255. package/src/utils/ui/widget.js +1 -1
  256. package/theme/colorinput.css +1 -1
  257. package/theme/form.css +1 -1
  258. package/theme/formrow.css +1 -1
  259. package/theme/inserttable.css +1 -1
  260. package/theme/table.css +1 -1
  261. package/theme/tablecaption.css +1 -1
  262. package/theme/tablecellproperties.css +1 -1
  263. package/theme/tablecolumnresize.css +1 -1
  264. package/theme/tableediting.css +1 -1
  265. package/theme/tableform.css +1 -1
  266. package/theme/tableproperties.css +1 -1
  267. package/theme/tableselection.css +1 -1
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/plaintableoutput
package/dist/table.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/table
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecaption/tablecaptionediting
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecaption/tablecaptionui
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecaption/toggletablecaptioncommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecaption/utils
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecaption
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellbackgroundcolorcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellbordercolorcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellborderstylecommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellborderwidthcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellheightcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellhorizontalalignmentcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellpaddingcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellpropertycommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/commands/tablecellverticalalignmentcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/tablecellpropertiesediting
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/tablecellpropertiesui
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties/ui/tablecellpropertiesview
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellproperties
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellwidth/commands/tablecellwidthcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecellwidth/tablecellwidthediting
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  import { ClipboardPipeline, ClipboardMarkersUtils } from 'ckeditor5/src/clipboard.js';
10
10
  import { Plugin } from 'ckeditor5/src/core.js';
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecolumnresize/constants
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecolumnresize/converters
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  import { Plugin, type Editor } from 'ckeditor5/src/core.js';
10
10
  import type { Element } from 'ckeditor5/src/engine.js';
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecolumnresize/tablewidthscommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecolumnresize/utils
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablecolumnresize
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableconfig
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableediting
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablekeyboard
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablemouse/mouseeventsobserver
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablemouse
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/commands/tablealignmentcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/commands/tablebackgroundcolorcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/commands/tablebordercolorcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/commands/tableborderstylecommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/commands/tableborderwidthcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/commands/tableheightcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/commands/tablepropertycommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/commands/tablewidthcommand
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/tablepropertiesediting
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/tablepropertiesui
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties/ui/tablepropertiesview
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableproperties
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableselection
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tabletoolbar
package/dist/tableui.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tableui
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  import { Plugin } from 'ckeditor5/src/core.js';
10
10
  import type { DocumentSelection, Element, Range, Selection, Writer } from 'ckeditor5/src/engine.js';
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/tablewalker
@@ -2,4 +2,4 @@
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export default {"uk":{"dictionary":{"Insert table":"Вставити таблицю","Header column":"Заголовок стовпця","Insert column left":"Вставити стовпець зліва","Insert column right":"Вставити стовпець справа","Delete column":"Видалити стовпець","Select column":"Виберіть стовпчик","Column":"Стовпець","Header row":"Заголовок рядка","Insert row below":"Вставити рядок зверху","Insert row above":"Вставити рядок знизу","Delete row":"Видалити рядок","Select row":"Виберіть рядок","Row":"Рядок","Merge cell up":"Поєднати комірки вгору","Merge cell right":"Поєднати комірки праворуч","Merge cell down":"Поєднати комірки внизу","Merge cell left":"Поєднати комірки ліворуч","Split cell vertically":"Розділити комірки вертикально","Split cell horizontally":"Розділити комірки горизонтально","Merge cells":"Поєднати комірки","Table toolbar":"Панель інструментів таблиці","Table properties":"Властивості таблиці","Cell properties":"Властивості комірок","Border":"Межа","Style":"Стиль","Width":"Ширина","Height":"Висота","Color":"Колір","Background":"Фон","Padding":"Заповнення","Dimensions":"Розміри","Table cell text alignment":"Вирівнювання тексту комірки","Alignment":"Вирівнювання","Horizontal text alignment toolbar":"Панель інструментів вирівнювання горизонтального тексту","Vertical text alignment toolbar":"Панель інструментів вертикального вирівнювання тексту","Table alignment toolbar":"Панель інструментів вирівнювання таблиці","None":"Не вказано","Solid":"Суцільний","Dotted":"Точкова","Dashed":"Пунктирна","Double":"Подвійна","Groove":"Жолобчаста","Ridge":"Ребриста","Inset":"Угнута","Outset":"Випукла","Align cell text to the left":"Вирівняти текст по лівому краю","Align cell text to the center":"Вирівняти текст по центру","Align cell text to the right":"Вирівняти текст по правому краю","Justify cell text":"Вирівняти текст по ширині ","Align cell text to the top":"Вирівняти текст комірки по верху ","Align cell text to the middle":"Вирівняти текст комірки по середині","Align cell text to the bottom":"Вирівняти текст комірки по низу","Align table to the left":"Вирівняти таблицю по лівому краю","Center table":"Відцентрувати таблицю","Align table to the right":"Вирівняти таблицю по правому краю ","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Колір недійсний. Спробуйте \"#FF0000\" або \"rgb(255,0,0)\" або \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Значення недійсне. Спробуйте \"10px\" або \"2em\" або просто \"2\"","Enter table caption":"Введіть підпис таблиці","Keystrokes that can be used in a table cell":"Натискання клавіш, які можна використовувати в комірці таблиці","Move the selection to the next cell":"Move the selection to the next cell","Move the selection to the previous cell":"Перемістити виділення в попередню клітинку","Insert a new table row (when in the last cell of a table)":"Вставити новий рядок таблиці (якщо в останній клітинці таблиці)","Navigate through the table":"Навігація по таблиці","Table":"Таблиця"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
5
+ export default {"uk":{"dictionary":{"Insert table":"Вставити таблицю","Header column":"Заголовок стовпця","Insert column left":"Вставити стовпець зліва","Insert column right":"Вставити стовпець справа","Delete column":"Видалити стовпець","Select column":"Виберіть стовпчик","Column":"Стовпець","Header row":"Заголовок рядка","Insert row below":"Вставити рядок знизу","Insert row above":"Вставити рядок зверху","Delete row":"Видалити рядок","Select row":"Виберіть рядок","Row":"Рядок","Merge cell up":"Поєднати комірки вгору","Merge cell right":"Поєднати комірки праворуч","Merge cell down":"Поєднати комірки внизу","Merge cell left":"Поєднати комірки ліворуч","Split cell vertically":"Розділити комірки вертикально","Split cell horizontally":"Розділити комірки горизонтально","Merge cells":"Поєднати комірки","Table toolbar":"Панель інструментів таблиці","Table properties":"Властивості таблиці","Cell properties":"Властивості комірок","Border":"Межа","Style":"Стиль","Width":"Ширина","Height":"Висота","Color":"Колір","Background":"Фон","Padding":"Заповнення","Dimensions":"Розміри","Table cell text alignment":"Вирівнювання тексту комірки","Alignment":"Вирівнювання","Horizontal text alignment toolbar":"Панель інструментів вирівнювання горизонтального тексту","Vertical text alignment toolbar":"Панель інструментів вертикального вирівнювання тексту","Table alignment toolbar":"Панель інструментів вирівнювання таблиці","None":"Не вказано","Solid":"Суцільний","Dotted":"Точкова","Dashed":"Пунктирна","Double":"Подвійна","Groove":"Жолобчаста","Ridge":"Ребриста","Inset":"Угнута","Outset":"Випукла","Align cell text to the left":"Вирівняти текст по лівому краю","Align cell text to the center":"Вирівняти текст по центру","Align cell text to the right":"Вирівняти текст по правому краю","Justify cell text":"Вирівняти текст по ширині ","Align cell text to the top":"Вирівняти текст комірки по верху ","Align cell text to the middle":"Вирівняти текст комірки по середині","Align cell text to the bottom":"Вирівняти текст комірки по низу","Align table to the left":"Вирівняти таблицю по лівому краю","Center table":"Відцентрувати таблицю","Align table to the right":"Вирівняти таблицю по правому краю ","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Колір недійсний. Спробуйте \"#FF0000\" або \"rgb(255,0,0)\" або \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Значення недійсне. Спробуйте \"10px\" або \"2em\" або просто \"2\"","Enter table caption":"Введіть підпис таблиці","Keystrokes that can be used in a table cell":"Натискання клавіш, які можна використовувати в комірці таблиці","Move the selection to the next cell":"Move the selection to the next cell","Move the selection to the previous cell":"Перемістити виділення в попередню клітинку","Insert a new table row (when in the last cell of a table)":"Вставити новий рядок таблиці (якщо в останній клітинці таблиці)","Navigate through the table":"Навігація по таблиці","Table":"Таблиця"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'uk' ]: { dictionary, getPluralForm } } = {"uk":{"dictionary":{"Insert table":"Вставити таблицю","Header column":"Заголовок стовпця","Insert column left":"Вставити стовпець зліва","Insert column right":"Вставити стовпець справа","Delete column":"Видалити стовпець","Select column":"Виберіть стовпчик","Column":"Стовпець","Header row":"Заголовок рядка","Insert row below":"Вставити рядок зверху","Insert row above":"Вставити рядок знизу","Delete row":"Видалити рядок","Select row":"Виберіть рядок","Row":"Рядок","Merge cell up":"Поєднати комірки вгору","Merge cell right":"Поєднати комірки праворуч","Merge cell down":"Поєднати комірки внизу","Merge cell left":"Поєднати комірки ліворуч","Split cell vertically":"Розділити комірки вертикально","Split cell horizontally":"Розділити комірки горизонтально","Merge cells":"Поєднати комірки","Table toolbar":"Панель інструментів таблиці","Table properties":"Властивості таблиці","Cell properties":"Властивості комірок","Border":"Межа","Style":"Стиль","Width":"Ширина","Height":"Висота","Color":"Колір","Background":"Фон","Padding":"Заповнення","Dimensions":"Розміри","Table cell text alignment":"Вирівнювання тексту комірки","Alignment":"Вирівнювання","Horizontal text alignment toolbar":"Панель інструментів вирівнювання горизонтального тексту","Vertical text alignment toolbar":"Панель інструментів вертикального вирівнювання тексту","Table alignment toolbar":"Панель інструментів вирівнювання таблиці","None":"Не вказано","Solid":"Суцільний","Dotted":"Точкова","Dashed":"Пунктирна","Double":"Подвійна","Groove":"Жолобчаста","Ridge":"Ребриста","Inset":"Угнута","Outset":"Випукла","Align cell text to the left":"Вирівняти текст по лівому краю","Align cell text to the center":"Вирівняти текст по центру","Align cell text to the right":"Вирівняти текст по правому краю","Justify cell text":"Вирівняти текст по ширині ","Align cell text to the top":"Вирівняти текст комірки по верху ","Align cell text to the middle":"Вирівняти текст комірки по середині","Align cell text to the bottom":"Вирівняти текст комірки по низу","Align table to the left":"Вирівняти таблицю по лівому краю","Center table":"Відцентрувати таблицю","Align table to the right":"Вирівняти таблицю по правому краю ","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Колір недійсний. Спробуйте \"#FF0000\" або \"rgb(255,0,0)\" або \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Значення недійсне. Спробуйте \"10px\" або \"2em\" або просто \"2\"","Enter table caption":"Введіть підпис таблиці","Keystrokes that can be used in a table cell":"Натискання клавіш, які можна використовувати в комірці таблиці","Move the selection to the next cell":"Move the selection to the next cell","Move the selection to the previous cell":"Перемістити виділення в попередню клітинку","Insert a new table row (when in the last cell of a table)":"Вставити новий рядок таблиці (якщо в останній клітинці таблиці)","Navigate through the table":"Навігація по таблиці","Table":"Таблиця"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
7
+ const { [ 'uk' ]: { dictionary, getPluralForm } } = {"uk":{"dictionary":{"Insert table":"Вставити таблицю","Header column":"Заголовок стовпця","Insert column left":"Вставити стовпець зліва","Insert column right":"Вставити стовпець справа","Delete column":"Видалити стовпець","Select column":"Виберіть стовпчик","Column":"Стовпець","Header row":"Заголовок рядка","Insert row below":"Вставити рядок знизу","Insert row above":"Вставити рядок зверху","Delete row":"Видалити рядок","Select row":"Виберіть рядок","Row":"Рядок","Merge cell up":"Поєднати комірки вгору","Merge cell right":"Поєднати комірки праворуч","Merge cell down":"Поєднати комірки внизу","Merge cell left":"Поєднати комірки ліворуч","Split cell vertically":"Розділити комірки вертикально","Split cell horizontally":"Розділити комірки горизонтально","Merge cells":"Поєднати комірки","Table toolbar":"Панель інструментів таблиці","Table properties":"Властивості таблиці","Cell properties":"Властивості комірок","Border":"Межа","Style":"Стиль","Width":"Ширина","Height":"Висота","Color":"Колір","Background":"Фон","Padding":"Заповнення","Dimensions":"Розміри","Table cell text alignment":"Вирівнювання тексту комірки","Alignment":"Вирівнювання","Horizontal text alignment toolbar":"Панель інструментів вирівнювання горизонтального тексту","Vertical text alignment toolbar":"Панель інструментів вертикального вирівнювання тексту","Table alignment toolbar":"Панель інструментів вирівнювання таблиці","None":"Не вказано","Solid":"Суцільний","Dotted":"Точкова","Dashed":"Пунктирна","Double":"Подвійна","Groove":"Жолобчаста","Ridge":"Ребриста","Inset":"Угнута","Outset":"Випукла","Align cell text to the left":"Вирівняти текст по лівому краю","Align cell text to the center":"Вирівняти текст по центру","Align cell text to the right":"Вирівняти текст по правому краю","Justify cell text":"Вирівняти текст по ширині ","Align cell text to the top":"Вирівняти текст комірки по верху ","Align cell text to the middle":"Вирівняти текст комірки по середині","Align cell text to the bottom":"Вирівняти текст комірки по низу","Align table to the left":"Вирівняти таблицю по лівому краю","Center table":"Відцентрувати таблицю","Align table to the right":"Вирівняти таблицю по правому краю ","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Колір недійсний. Спробуйте \"#FF0000\" або \"rgb(255,0,0)\" або \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Значення недійсне. Спробуйте \"10px\" або \"2em\" або просто \"2\"","Enter table caption":"Введіть підпис таблиці","Keystrokes that can be used in a table cell":"Натискання клавіш, які можна використовувати в комірці таблиці","Move the selection to the next cell":"Move the selection to the next cell","Move the selection to the previous cell":"Перемістити виділення в попередню клітинку","Insert a new table row (when in the last cell of a table)":"Вставити новий рядок таблиці (якщо в останній клітинці таблиці)","Navigate through the table":"Навігація по таблиці","Table":"Таблиця"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
8
8
  e[ 'uk' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'uk' ].dictionary = Object.assign( e[ 'uk' ].dictionary, dictionary );
10
10
  e[ 'uk' ].getPluralForm = getPluralForm;
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/ui/colorinputview
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module table/ui/formrowview