@ckeditor/ckeditor5-table 48.2.0 → 48.3.0-alpha.1

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 (94) hide show
  1. package/dist/augmentation.d.ts +80 -80
  2. package/dist/commands/insertcolumncommand.d.ts +50 -50
  3. package/dist/commands/insertrowcommand.d.ts +49 -49
  4. package/dist/commands/inserttablecommand.d.ts +43 -43
  5. package/dist/commands/inserttablelayoutcommand.d.ts +34 -34
  6. package/dist/commands/mergecellcommand.d.ts +63 -63
  7. package/dist/commands/mergecellscommand.d.ts +24 -24
  8. package/dist/commands/removecolumncommand.d.ts +24 -24
  9. package/dist/commands/removerowcommand.d.ts +24 -24
  10. package/dist/commands/selectcolumncommand.d.ts +28 -28
  11. package/dist/commands/selectrowcommand.d.ts +28 -28
  12. package/dist/commands/setfooterrowcommand.d.ts +48 -48
  13. package/dist/commands/setheadercolumncommand.d.ts +45 -45
  14. package/dist/commands/setheaderrowcommand.d.ts +48 -48
  15. package/dist/commands/splitcellcommand.d.ts +38 -38
  16. package/dist/converters/downcast.d.ts +77 -77
  17. package/dist/converters/table-caption-post-fixer.d.ts +18 -18
  18. package/dist/converters/table-cell-paragraph-post-fixer.d.ts +30 -30
  19. package/dist/converters/table-cell-refresh-handler.d.ts +16 -16
  20. package/dist/converters/table-layout-post-fixer.d.ts +224 -224
  21. package/dist/converters/table-structure-post-fixer.d.ts +16 -16
  22. package/dist/converters/table-structure-refresh-handler.d.ts +15 -15
  23. package/dist/converters/tableproperties.d.ts +98 -98
  24. package/dist/converters/upcasttable.d.ts +47 -47
  25. package/dist/index.css.map +1 -1
  26. package/dist/index.d.ts +98 -98
  27. package/dist/index.js +12835 -14503
  28. package/dist/index.js.map +1 -1
  29. package/dist/plaintableoutput.d.ts +28 -28
  30. package/dist/table.d.ts +39 -39
  31. package/dist/tablecaption/tablecaptionediting.d.ts +62 -62
  32. package/dist/tablecaption/tablecaptionui.d.ts +18 -18
  33. package/dist/tablecaption/toggletablecaptioncommand.d.ts +61 -61
  34. package/dist/tablecaption/utils.d.ts +31 -31
  35. package/dist/tablecaption.d.ts +23 -23
  36. package/dist/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +27 -27
  37. package/dist/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +32 -32
  38. package/dist/tablecellproperties/commands/tablecellborderstylecommand.d.ts +32 -32
  39. package/dist/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +46 -46
  40. package/dist/tablecellproperties/commands/tablecellheightcommand.d.ts +41 -41
  41. package/dist/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +27 -27
  42. package/dist/tablecellproperties/commands/tablecellpaddingcommand.d.ts +46 -46
  43. package/dist/tablecellproperties/commands/tablecellpropertycommand.d.ts +79 -79
  44. package/dist/tablecellproperties/commands/tablecelltypecommand.d.ts +42 -42
  45. package/dist/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +35 -35
  46. package/dist/tablecellproperties/tablecellpropertiesediting.d.ts +49 -49
  47. package/dist/tablecellproperties/tablecellpropertiesui.d.ts +123 -123
  48. package/dist/tablecellproperties/tablecellpropertiesutils.d.ts +13 -13
  49. package/dist/tablecellproperties/ui/tablecellpropertiesview.d.ts +257 -257
  50. package/dist/tablecellproperties.d.ts +29 -29
  51. package/dist/tablecellwidth/commands/tablecellwidthcommand.d.ts +41 -41
  52. package/dist/tablecellwidth/tablecellwidthediting.d.ts +28 -28
  53. package/dist/tableclipboard.d.ts +79 -79
  54. package/dist/tablecolumnresize/constants.d.ts +23 -23
  55. package/dist/tablecolumnresize/converters.d.ts +20 -20
  56. package/dist/tablecolumnresize/tablecolumnresizeediting.d.ts +184 -184
  57. package/dist/tablecolumnresize/tablewidthscommand.d.ts +31 -31
  58. package/dist/tablecolumnresize/utils.d.ts +127 -127
  59. package/dist/tablecolumnresize.d.ts +25 -25
  60. package/dist/tableconfig.d.ts +670 -670
  61. package/dist/tableediting.d.ts +99 -99
  62. package/dist/tablekeyboard.d.ts +67 -67
  63. package/dist/tablelayout/commands/tabletypecommand.d.ts +38 -38
  64. package/dist/tablelayout/tablelayoutediting.d.ts +58 -58
  65. package/dist/tablelayout/tablelayoutui.d.ts +27 -27
  66. package/dist/tablelayout.d.ts +25 -25
  67. package/dist/tablemouse/mouseeventsobserver.d.ts +54 -54
  68. package/dist/tablemouse.d.ts +47 -47
  69. package/dist/tableproperties/commands/tablealignmentcommand.d.ts +27 -27
  70. package/dist/tableproperties/commands/tablebackgroundcolorcommand.d.ts +27 -27
  71. package/dist/tableproperties/commands/tablebordercolorcommand.d.ts +32 -32
  72. package/dist/tableproperties/commands/tableborderstylecommand.d.ts +32 -32
  73. package/dist/tableproperties/commands/tableborderwidthcommand.d.ts +46 -46
  74. package/dist/tableproperties/commands/tableheightcommand.d.ts +41 -41
  75. package/dist/tableproperties/commands/tablepropertycommand.d.ts +64 -64
  76. package/dist/tableproperties/commands/tablewidthcommand.d.ts +41 -41
  77. package/dist/tableproperties/tablepropertiesediting.d.ts +48 -48
  78. package/dist/tableproperties/tablepropertiesui.d.ts +131 -131
  79. package/dist/tableproperties/ui/tablepropertiesview.d.ts +207 -207
  80. package/dist/tableproperties.d.ts +29 -29
  81. package/dist/tableselection.d.ts +106 -106
  82. package/dist/tabletoolbar.d.ts +31 -31
  83. package/dist/tableui.d.ts +53 -53
  84. package/dist/tableutils.d.ts +532 -532
  85. package/dist/tablewalker.d.ts +342 -350
  86. package/dist/ui/colorinputview.d.ts +137 -137
  87. package/dist/ui/inserttableview.d.ts +78 -78
  88. package/dist/utils/common.d.ts +58 -58
  89. package/dist/utils/structure.d.ts +229 -229
  90. package/dist/utils/table-properties.d.ts +92 -92
  91. package/dist/utils/ui/contextualballoon.d.ts +28 -28
  92. package/dist/utils/ui/table-properties.d.ts +195 -192
  93. package/dist/utils/ui/widget.d.ts +22 -22
  94. package/package.json +9 -9
@@ -1,82 +1,82 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
5
- import type { TableConfig, Table, TableCaption, TableCaptionEditing, TableCaptionUI, TableCellProperties, TableCellPropertiesEditing, TableCellPropertiesUI, TableCellWidthEditing, TableClipboard, TableColumnResize, TableColumnResizeEditing, TableEditing, TableKeyboard, TableLayout, TableLayoutEditing, TableMouse, TableProperties, TablePropertiesEditing, TablePropertiesUI, TableSelection, TableToolbar, TableUI, TableUtils, PlainTableOutput, InsertColumnCommand, InsertRowCommand, InsertTableCommand, InsertTableLayoutCommand, MergeCellCommand, MergeCellsCommand, RemoveColumnCommand, RemoveRowCommand, SelectColumnCommand, SelectRowCommand, SetHeaderColumnCommand, SetHeaderRowCommand, TableTypeCommand, SplitCellCommand, ToggleTableCaptionCommand, TableCellBackgroundColorCommand, TableCellBorderColorCommand, TableCellBorderStyleCommand, TableCellBorderWidthCommand, TableCellHeightCommand, TableCellHorizontalAlignmentCommand, TableCellPaddingCommand, TableCellVerticalAlignmentCommand, TableCellWidthCommand, TableAlignmentCommand, TableBackgroundColorCommand, TableBorderColorCommand, TableBorderStyleCommand, TableBorderWidthCommand, TableHeightCommand, TableWidthCommand, TableCellTypeCommand, SetFooterRowCommand } from './index.js';
6
- declare module '@ckeditor/ckeditor5-core' {
7
- interface EditorConfig {
8
- /**
9
- * The configuration of the {@link module:table/table~Table} feature.
10
- *
11
- * Read more in {@link module:table/tableconfig~TableConfig}.
12
- */
13
- table?: TableConfig;
14
- }
15
- interface PluginsMap {
16
- [Table.pluginName]: Table;
17
- [TableCaption.pluginName]: TableCaption;
18
- [TableCaptionEditing.pluginName]: TableCaptionEditing;
19
- [TableCaptionUI.pluginName]: TableCaptionUI;
20
- [TableCellProperties.pluginName]: TableCellProperties;
21
- [TableCellPropertiesEditing.pluginName]: TableCellPropertiesEditing;
22
- [TableCellPropertiesUI.pluginName]: TableCellPropertiesUI;
23
- [TableCellWidthEditing.pluginName]: TableCellWidthEditing;
24
- [TableClipboard.pluginName]: TableClipboard;
25
- [TableColumnResize.pluginName]: TableColumnResize;
26
- [TableColumnResizeEditing.pluginName]: TableColumnResizeEditing;
27
- [TableEditing.pluginName]: TableEditing;
28
- [TableKeyboard.pluginName]: TableKeyboard;
29
- [TableLayout.pluginName]: TableLayout;
30
- [TableLayoutEditing.pluginName]: TableLayoutEditing;
31
- [TableMouse.pluginName]: TableMouse;
32
- [TableProperties.pluginName]: TableProperties;
33
- [TablePropertiesEditing.pluginName]: TablePropertiesEditing;
34
- [TablePropertiesUI.pluginName]: TablePropertiesUI;
35
- [TableSelection.pluginName]: TableSelection;
36
- [TableToolbar.pluginName]: TableToolbar;
37
- [TableUI.pluginName]: TableUI;
38
- [TableUtils.pluginName]: TableUtils;
39
- [PlainTableOutput.pluginName]: PlainTableOutput;
40
- }
41
- interface CommandsMap {
42
- insertTableColumnLeft: InsertColumnCommand;
43
- insertTableColumnRight: InsertColumnCommand;
44
- insertTableRowAbove: InsertRowCommand;
45
- insertTableRowBelow: InsertRowCommand;
46
- insertTable: InsertTableCommand;
47
- insertTableLayout: InsertTableLayoutCommand;
48
- mergeTableCellRight: MergeCellCommand;
49
- mergeTableCellLeft: MergeCellCommand;
50
- mergeTableCellDown: MergeCellCommand;
51
- mergeTableCellUp: MergeCellCommand;
52
- mergeTableCells: MergeCellsCommand;
53
- removeTableColumn: RemoveColumnCommand;
54
- removeTableRow: RemoveRowCommand;
55
- selectTableColumn: SelectColumnCommand;
56
- selectTableRow: SelectRowCommand;
57
- setTableColumnHeader: SetHeaderColumnCommand;
58
- setTableRowHeader: SetHeaderRowCommand;
59
- setTableFooterRow: SetFooterRowCommand;
60
- splitTableCellVertically: SplitCellCommand;
61
- splitTableCellHorizontally: SplitCellCommand;
62
- toggleTableCaption: ToggleTableCaptionCommand;
63
- tableCellBackgroundColor: TableCellBackgroundColorCommand;
64
- tableCellBorderColor: TableCellBorderColorCommand;
65
- tableCellBorderStyle: TableCellBorderStyleCommand;
66
- tableCellBorderWidth: TableCellBorderWidthCommand;
67
- tableCellHeight: TableCellHeightCommand;
68
- tableCellHorizontalAlignment: TableCellHorizontalAlignmentCommand;
69
- tableCellPadding: TableCellPaddingCommand;
70
- tableCellVerticalAlignment: TableCellVerticalAlignmentCommand;
71
- tableCellWidth: TableCellWidthCommand;
72
- tableCellType: TableCellTypeCommand;
73
- tableAlignment: TableAlignmentCommand;
74
- tableBackgroundColor: TableBackgroundColorCommand;
75
- tableBorderColor: TableBorderColorCommand;
76
- tableBorderStyle: TableBorderStyleCommand;
77
- tableBorderWidth: TableBorderWidthCommand;
78
- tableHeight: TableHeightCommand;
79
- tableWidth: TableWidthCommand;
80
- tableType: TableTypeCommand;
81
- }
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ import type { TableConfig, Table, TableCaption, TableCaptionEditing, TableCaptionUI, TableCellProperties, TableCellPropertiesEditing, TableCellPropertiesUI, TableCellWidthEditing, TableClipboard, TableColumnResize, TableColumnResizeEditing, TableEditing, TableKeyboard, TableLayout, TableLayoutEditing, TableMouse, TableProperties, TablePropertiesEditing, TablePropertiesUI, TableSelection, TableToolbar, TableUI, TableUtils, PlainTableOutput, InsertColumnCommand, InsertRowCommand, InsertTableCommand, InsertTableLayoutCommand, MergeCellCommand, MergeCellsCommand, RemoveColumnCommand, RemoveRowCommand, SelectColumnCommand, SelectRowCommand, SetHeaderColumnCommand, SetHeaderRowCommand, TableTypeCommand, SplitCellCommand, ToggleTableCaptionCommand, TableCellBackgroundColorCommand, TableCellBorderColorCommand, TableCellBorderStyleCommand, TableCellBorderWidthCommand, TableCellHeightCommand, TableCellHorizontalAlignmentCommand, TableCellPaddingCommand, TableCellVerticalAlignmentCommand, TableCellWidthCommand, TableAlignmentCommand, TableBackgroundColorCommand, TableBorderColorCommand, TableBorderStyleCommand, TableBorderWidthCommand, TableHeightCommand, TableWidthCommand, TableCellTypeCommand, SetFooterRowCommand } from "./index.js";
6
+ declare module "@ckeditor/ckeditor5-core" {
7
+ interface EditorConfig {
8
+ /**
9
+ * The configuration of the {@link module:table/table~Table} feature.
10
+ *
11
+ * Read more in {@link module:table/tableconfig~TableConfig}.
12
+ */
13
+ table?: TableConfig;
14
+ }
15
+ interface PluginsMap {
16
+ [Table.pluginName]: Table;
17
+ [TableCaption.pluginName]: TableCaption;
18
+ [TableCaptionEditing.pluginName]: TableCaptionEditing;
19
+ [TableCaptionUI.pluginName]: TableCaptionUI;
20
+ [TableCellProperties.pluginName]: TableCellProperties;
21
+ [TableCellPropertiesEditing.pluginName]: TableCellPropertiesEditing;
22
+ [TableCellPropertiesUI.pluginName]: TableCellPropertiesUI;
23
+ [TableCellWidthEditing.pluginName]: TableCellWidthEditing;
24
+ [TableClipboard.pluginName]: TableClipboard;
25
+ [TableColumnResize.pluginName]: TableColumnResize;
26
+ [TableColumnResizeEditing.pluginName]: TableColumnResizeEditing;
27
+ [TableEditing.pluginName]: TableEditing;
28
+ [TableKeyboard.pluginName]: TableKeyboard;
29
+ [TableLayout.pluginName]: TableLayout;
30
+ [TableLayoutEditing.pluginName]: TableLayoutEditing;
31
+ [TableMouse.pluginName]: TableMouse;
32
+ [TableProperties.pluginName]: TableProperties;
33
+ [TablePropertiesEditing.pluginName]: TablePropertiesEditing;
34
+ [TablePropertiesUI.pluginName]: TablePropertiesUI;
35
+ [TableSelection.pluginName]: TableSelection;
36
+ [TableToolbar.pluginName]: TableToolbar;
37
+ [TableUI.pluginName]: TableUI;
38
+ [TableUtils.pluginName]: TableUtils;
39
+ [PlainTableOutput.pluginName]: PlainTableOutput;
40
+ }
41
+ interface CommandsMap {
42
+ insertTableColumnLeft: InsertColumnCommand;
43
+ insertTableColumnRight: InsertColumnCommand;
44
+ insertTableRowAbove: InsertRowCommand;
45
+ insertTableRowBelow: InsertRowCommand;
46
+ insertTable: InsertTableCommand;
47
+ insertTableLayout: InsertTableLayoutCommand;
48
+ mergeTableCellRight: MergeCellCommand;
49
+ mergeTableCellLeft: MergeCellCommand;
50
+ mergeTableCellDown: MergeCellCommand;
51
+ mergeTableCellUp: MergeCellCommand;
52
+ mergeTableCells: MergeCellsCommand;
53
+ removeTableColumn: RemoveColumnCommand;
54
+ removeTableRow: RemoveRowCommand;
55
+ selectTableColumn: SelectColumnCommand;
56
+ selectTableRow: SelectRowCommand;
57
+ setTableColumnHeader: SetHeaderColumnCommand;
58
+ setTableRowHeader: SetHeaderRowCommand;
59
+ setTableFooterRow: SetFooterRowCommand;
60
+ splitTableCellVertically: SplitCellCommand;
61
+ splitTableCellHorizontally: SplitCellCommand;
62
+ toggleTableCaption: ToggleTableCaptionCommand;
63
+ tableCellBackgroundColor: TableCellBackgroundColorCommand;
64
+ tableCellBorderColor: TableCellBorderColorCommand;
65
+ tableCellBorderStyle: TableCellBorderStyleCommand;
66
+ tableCellBorderWidth: TableCellBorderWidthCommand;
67
+ tableCellHeight: TableCellHeightCommand;
68
+ tableCellHorizontalAlignment: TableCellHorizontalAlignmentCommand;
69
+ tableCellPadding: TableCellPaddingCommand;
70
+ tableCellVerticalAlignment: TableCellVerticalAlignmentCommand;
71
+ tableCellWidth: TableCellWidthCommand;
72
+ tableCellType: TableCellTypeCommand;
73
+ tableAlignment: TableAlignmentCommand;
74
+ tableBackgroundColor: TableBackgroundColorCommand;
75
+ tableBorderColor: TableBorderColorCommand;
76
+ tableBorderStyle: TableBorderStyleCommand;
77
+ tableBorderWidth: TableBorderWidthCommand;
78
+ tableHeight: TableHeightCommand;
79
+ tableWidth: TableWidthCommand;
80
+ tableType: TableTypeCommand;
81
+ }
82
82
  }
@@ -1,55 +1,55 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module table/commands/insertcolumncommand
7
- */
8
- import { Command, type Editor } from '@ckeditor/ckeditor5-core';
6
+ * @module table/commands/insertcolumncommand
7
+ */
8
+ import { Command, type Editor } from "@ckeditor/ckeditor5-core";
9
9
  /**
10
- * The insert column command.
11
- *
12
- * The command is registered by {@link module:table/tableediting~TableEditing} as the `'insertTableColumnLeft'` and
13
- * `'insertTableColumnRight'` editor commands.
14
- *
15
- * To insert a column to the left of the selected cell, execute the following command:
16
- *
17
- * ```ts
18
- * editor.execute( 'insertTableColumnLeft' );
19
- * ```
20
- *
21
- * To insert a column to the right of the selected cell, execute the following command:
22
- *
23
- * ```ts
24
- * editor.execute( 'insertTableColumnRight' );
25
- * ```
26
- */
10
+ * The insert column command.
11
+ *
12
+ * The command is registered by {@link module:table/tableediting~TableEditing} as the `'insertTableColumnLeft'` and
13
+ * `'insertTableColumnRight'` editor commands.
14
+ *
15
+ * To insert a column to the left of the selected cell, execute the following command:
16
+ *
17
+ * ```ts
18
+ * editor.execute( 'insertTableColumnLeft' );
19
+ * ```
20
+ *
21
+ * To insert a column to the right of the selected cell, execute the following command:
22
+ *
23
+ * ```ts
24
+ * editor.execute( 'insertTableColumnRight' );
25
+ * ```
26
+ */
27
27
  export declare class InsertColumnCommand extends Command {
28
- /**
29
- * The order of insertion relative to the column in which the caret is located.
30
- */
31
- readonly order: 'left' | 'right';
32
- /**
33
- * Creates a new `InsertColumnCommand` instance.
34
- *
35
- * @param editor An editor on which this command will be used.
36
- * @param options.order The order of insertion relative to the column in which the caret is located.
37
- * Possible values: `"left"` and `"right"`. Default value is "right".
38
- */
39
- constructor(editor: Editor, options?: {
40
- order?: 'left' | 'right';
41
- });
42
- /**
43
- * @inheritDoc
44
- */
45
- refresh(): void;
46
- /**
47
- * Executes the command.
48
- *
49
- * Depending on the command's {@link #order} value, it inserts a column to the `'left'` or `'right'` of the column
50
- * in which the selection is set.
51
- *
52
- * @fires execute
53
- */
54
- execute(): void;
28
+ /**
29
+ * The order of insertion relative to the column in which the caret is located.
30
+ */
31
+ readonly order: "left" | "right";
32
+ /**
33
+ * Creates a new `InsertColumnCommand` instance.
34
+ *
35
+ * @param editor An editor on which this command will be used.
36
+ * @param options.order The order of insertion relative to the column in which the caret is located.
37
+ * Possible values: `"left"` and `"right"`. Default value is "right".
38
+ */
39
+ constructor(editor: Editor, options?: {
40
+ order?: "left" | "right";
41
+ });
42
+ /**
43
+ * @inheritDoc
44
+ */
45
+ override refresh(): void;
46
+ /**
47
+ * Executes the command.
48
+ *
49
+ * Depending on the command's {@link #order} value, it inserts a column to the `'left'` or `'right'` of the column
50
+ * in which the selection is set.
51
+ *
52
+ * @fires execute
53
+ */
54
+ override execute(): void;
55
55
  }
@@ -1,54 +1,54 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module table/commands/insertrowcommand
7
- */
8
- import { Command, type Editor } from '@ckeditor/ckeditor5-core';
6
+ * @module table/commands/insertrowcommand
7
+ */
8
+ import { Command, type Editor } from "@ckeditor/ckeditor5-core";
9
9
  /**
10
- * The insert row command.
11
- *
12
- * The command is registered by {@link module:table/tableediting~TableEditing} as the `'insertTableRowBelow'` and
13
- * `'insertTableRowAbove'` editor commands.
14
- *
15
- * To insert a row below the selected cell, execute the following command:
16
- *
17
- * ```ts
18
- * editor.execute( 'insertTableRowBelow' );
19
- * ```
20
- *
21
- * To insert a row above the selected cell, execute the following command:
22
- *
23
- * ```ts
24
- * editor.execute( 'insertTableRowAbove' );
25
- * ```
26
- */
10
+ * The insert row command.
11
+ *
12
+ * The command is registered by {@link module:table/tableediting~TableEditing} as the `'insertTableRowBelow'` and
13
+ * `'insertTableRowAbove'` editor commands.
14
+ *
15
+ * To insert a row below the selected cell, execute the following command:
16
+ *
17
+ * ```ts
18
+ * editor.execute( 'insertTableRowBelow' );
19
+ * ```
20
+ *
21
+ * To insert a row above the selected cell, execute the following command:
22
+ *
23
+ * ```ts
24
+ * editor.execute( 'insertTableRowAbove' );
25
+ * ```
26
+ */
27
27
  export declare class InsertRowCommand extends Command {
28
- /**
29
- * The order of insertion relative to the row in which the caret is located.
30
- */
31
- readonly order: 'above' | 'below';
32
- /**
33
- * Creates a new `InsertRowCommand` instance.
34
- *
35
- * @param editor The editor on which this command will be used.
36
- * @param options.order The order of insertion relative to the row in which the caret is located.
37
- * Possible values: `"above"` and `"below"`. Default value is "below"
38
- */
39
- constructor(editor: Editor, options?: {
40
- order?: 'above' | 'below';
41
- });
42
- /**
43
- * @inheritDoc
44
- */
45
- refresh(): void;
46
- /**
47
- * Executes the command.
48
- *
49
- * Depending on the command's {@link #order} value, it inserts a row `'below'` or `'above'` the row in which selection is set.
50
- *
51
- * @fires execute
52
- */
53
- execute(): void;
28
+ /**
29
+ * The order of insertion relative to the row in which the caret is located.
30
+ */
31
+ readonly order: "above" | "below";
32
+ /**
33
+ * Creates a new `InsertRowCommand` instance.
34
+ *
35
+ * @param editor The editor on which this command will be used.
36
+ * @param options.order The order of insertion relative to the row in which the caret is located.
37
+ * Possible values: `"above"` and `"below"`. Default value is "below"
38
+ */
39
+ constructor(editor: Editor, options?: {
40
+ order?: "above" | "below";
41
+ });
42
+ /**
43
+ * @inheritDoc
44
+ */
45
+ override refresh(): void;
46
+ /**
47
+ * Executes the command.
48
+ *
49
+ * Depending on the command's {@link #order} value, it inserts a row `'below'` or `'above'` the row in which selection is set.
50
+ *
51
+ * @fires execute
52
+ */
53
+ override execute(): void;
54
54
  }
@@ -1,48 +1,48 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module table/commands/inserttablecommand
7
- */
8
- import { Command } from '@ckeditor/ckeditor5-core';
6
+ * @module table/commands/inserttablecommand
7
+ */
8
+ import { Command } from "@ckeditor/ckeditor5-core";
9
9
  /**
10
- * The insert table command.
11
- *
12
- * The command is registered by {@link module:table/tableediting~TableEditing} as the `'insertTable'` editor command.
13
- *
14
- * To insert a table at the current selection, execute the command and specify the dimensions:
15
- *
16
- * ```ts
17
- * editor.execute( 'insertTable', { rows: 20, columns: 5 } );
18
- * ```
19
- */
10
+ * The insert table command.
11
+ *
12
+ * The command is registered by {@link module:table/tableediting~TableEditing} as the `'insertTable'` editor command.
13
+ *
14
+ * To insert a table at the current selection, execute the command and specify the dimensions:
15
+ *
16
+ * ```ts
17
+ * editor.execute( 'insertTable', { rows: 20, columns: 5 } );
18
+ * ```
19
+ */
20
20
  export declare class InsertTableCommand extends Command {
21
- /**
22
- * @inheritDoc
23
- */
24
- refresh(): void;
25
- /**
26
- * Executes the command.
27
- *
28
- * Inserts a table with the given number of rows and columns into the editor.
29
- *
30
- * @param options.rows The number of rows to create in the inserted table. Default value is 2.
31
- * @param options.columns The number of columns to create in the inserted table. Default value is 2.
32
- * @param options.headingRows The number of heading rows. If not provided it will default to
33
- * {@link module:table/tableconfig~TableConfig#defaultHeadings `config.table.defaultHeadings.rows`} table config.
34
- * @param options.headingColumns The number of heading columns. If not provided it will default to
35
- * {@link module:table/tableconfig~TableConfig#defaultHeadings `config.table.defaultHeadings.columns`} table config.
36
- * @param options.footerRows The number of footer rows. If not provided it will default to
37
- * {@link module:table/tableconfig~TableConfig#defaultFooters `config.table.defaultFooters`} table config.
38
- * This option is ignored when {@link module:table/tableconfig~TableConfig#enableFooters `config.table.enableFooters`} is `false`.
39
- * @fires execute
40
- */
41
- execute(options?: {
42
- rows?: number;
43
- columns?: number;
44
- headingRows?: number;
45
- headingColumns?: number;
46
- footerRows?: number;
47
- }): void;
21
+ /**
22
+ * @inheritDoc
23
+ */
24
+ override refresh(): void;
25
+ /**
26
+ * Executes the command.
27
+ *
28
+ * Inserts a table with the given number of rows and columns into the editor.
29
+ *
30
+ * @param options.rows The number of rows to create in the inserted table. Default value is 2.
31
+ * @param options.columns The number of columns to create in the inserted table. Default value is 2.
32
+ * @param options.headingRows The number of heading rows. If not provided it will default to
33
+ * {@link module:table/tableconfig~TableConfig#defaultHeadings `config.table.defaultHeadings.rows`} table config.
34
+ * @param options.headingColumns The number of heading columns. If not provided it will default to
35
+ * {@link module:table/tableconfig~TableConfig#defaultHeadings `config.table.defaultHeadings.columns`} table config.
36
+ * @param options.footerRows The number of footer rows. If not provided it will default to
37
+ * {@link module:table/tableconfig~TableConfig#defaultFooters `config.table.defaultFooters`} table config.
38
+ * This option is ignored when {@link module:table/tableconfig~TableConfig#enableFooters `config.table.enableFooters`} is `false`.
39
+ * @fires execute
40
+ */
41
+ override execute(options?: {
42
+ rows?: number;
43
+ columns?: number;
44
+ headingRows?: number;
45
+ headingColumns?: number;
46
+ footerRows?: number;
47
+ }): void;
48
48
  }
@@ -1,39 +1,39 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module table/commands/inserttablelayoutcommand
7
- */
8
- import { Command } from '@ckeditor/ckeditor5-core';
6
+ * @module table/commands/inserttablelayoutcommand
7
+ */
8
+ import { Command } from "@ckeditor/ckeditor5-core";
9
9
  /**
10
- * The insert table layout command.
11
- *
12
- * The command is registered by {@link module:table/tablelayout/tablelayoutediting~TableLayoutEditing}
13
- * as the `'insertTableLayout'` editor command.
14
- *
15
- * To insert a layout table at the current selection, execute the command and specify the dimensions:
16
- *
17
- * ```ts
18
- * editor.execute( 'insertTableLayout', { rows: 20, columns: 5 } );
19
- * ```
20
- */
10
+ * The insert table layout command.
11
+ *
12
+ * The command is registered by {@link module:table/tablelayout/tablelayoutediting~TableLayoutEditing}
13
+ * as the `'insertTableLayout'` editor command.
14
+ *
15
+ * To insert a layout table at the current selection, execute the command and specify the dimensions:
16
+ *
17
+ * ```ts
18
+ * editor.execute( 'insertTableLayout', { rows: 20, columns: 5 } );
19
+ * ```
20
+ */
21
21
  export declare class InsertTableLayoutCommand extends Command {
22
- /**
23
- * @inheritDoc
24
- */
25
- refresh(): void;
26
- /**
27
- * Executes the command.
28
- *
29
- * Inserts a layout table with the given number of rows and columns into the editor.
30
- *
31
- * @param options.rows The number of rows to create in the inserted table. Default value is 2.
32
- * @param options.columns The number of columns to create in the inserted table. Default value is 2.
33
- * @fires execute
34
- */
35
- execute(options?: {
36
- rows?: number;
37
- columns?: number;
38
- }): void;
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ override refresh(): void;
26
+ /**
27
+ * Executes the command.
28
+ *
29
+ * Inserts a layout table with the given number of rows and columns into the editor.
30
+ *
31
+ * @param options.rows The number of rows to create in the inserted table. Default value is 2.
32
+ * @param options.columns The number of columns to create in the inserted table. Default value is 2.
33
+ * @fires execute
34
+ */
35
+ override execute(options?: {
36
+ rows?: number;
37
+ columns?: number;
38
+ }): void;
39
39
  }