@ckeditor/ckeditor5-table 48.2.0-alpha.7 → 48.3.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 (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,46 +1,46 @@
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/tablecellwidth/commands/tablecellwidthcommand
7
- */
8
- import type { Editor } from '@ckeditor/ckeditor5-core';
9
- import { TableCellPropertyCommand } from '../../tablecellproperties/commands/tablecellpropertycommand.js';
6
+ * @module table/tablecellwidth/commands/tablecellwidthcommand
7
+ */
8
+ import type { Editor } from "@ckeditor/ckeditor5-core";
9
+ import { TableCellPropertyCommand } from "../../tablecellproperties/commands/tablecellpropertycommand.js";
10
10
  /**
11
- * The table cell width command.
12
- *
13
- * The command is registered by the {@link module:table/tablecellwidth/tablecellwidthediting~TableCellWidthEditing} as
14
- * the `'tableCellWidth'` editor command.
15
- *
16
- * To change the width of selected cells, execute the command:
17
- *
18
- * ```ts
19
- * editor.execute( 'tableCellWidth', {
20
- * value: '50px'
21
- * } );
22
- * ```
23
- *
24
- * **Note**: This command adds a default `'px'` unit to numeric values. Executing:
25
- *
26
- * ```ts
27
- * editor.execute( 'tableCellWidth', {
28
- * value: '50'
29
- * } );
30
- * ```
31
- *
32
- * will set the `width` attribute to `'50px'` in the model.
33
- */
11
+ * The table cell width command.
12
+ *
13
+ * The command is registered by the {@link module:table/tablecellwidth/tablecellwidthediting~TableCellWidthEditing} as
14
+ * the `'tableCellWidth'` editor command.
15
+ *
16
+ * To change the width of selected cells, execute the command:
17
+ *
18
+ * ```ts
19
+ * editor.execute( 'tableCellWidth', {
20
+ * value: '50px'
21
+ * } );
22
+ * ```
23
+ *
24
+ * **Note**: This command adds a default `'px'` unit to numeric values. Executing:
25
+ *
26
+ * ```ts
27
+ * editor.execute( 'tableCellWidth', {
28
+ * value: '50'
29
+ * } );
30
+ * ```
31
+ *
32
+ * will set the `width` attribute to `'50px'` in the model.
33
+ */
34
34
  export declare class TableCellWidthCommand extends TableCellPropertyCommand {
35
- /**
36
- * Creates a new `TableCellWidthCommand` instance.
37
- *
38
- * @param editor An editor in which this command will be used.
39
- * @param defaultValue The default value of the attribute.
40
- */
41
- constructor(editor: Editor, defaultValue: string);
42
- /**
43
- * @inheritDoc
44
- */
45
- _getValueToSet(value: string | number | undefined): unknown;
35
+ /**
36
+ * Creates a new `TableCellWidthCommand` instance.
37
+ *
38
+ * @param editor An editor in which this command will be used.
39
+ * @param defaultValue The default value of the attribute.
40
+ */
41
+ constructor(editor: Editor, defaultValue: string);
42
+ /**
43
+ * @inheritDoc
44
+ */
45
+ override _getValueToSet(value: string | number | undefined): unknown;
46
46
  }
@@ -1,33 +1,33 @@
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/tablecellwidth/tablecellwidthediting
7
- */
8
- import { Plugin } from '@ckeditor/ckeditor5-core';
9
- import { TableEditing } from './../tableediting.js';
6
+ * @module table/tablecellwidth/tablecellwidthediting
7
+ */
8
+ import { Plugin, type PluginDependenciesOf } from "@ckeditor/ckeditor5-core";
9
+ import { TableEditing } from "./../tableediting.js";
10
10
  /**
11
- * The table cell width editing feature.
12
- *
13
- * Introduces `tableCellWidth` table cell model attribute alongside with its converters
14
- * and a command.
15
- */
11
+ * The table cell width editing feature.
12
+ *
13
+ * Introduces `tableCellWidth` table cell model attribute alongside with its converters
14
+ * and a command.
15
+ */
16
16
  export declare class TableCellWidthEditing extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- static get pluginName(): "TableCellWidthEditing";
21
- /**
22
- * @inheritDoc
23
- */
24
- static get isOfficialPlugin(): true;
25
- /**
26
- * @inheritDoc
27
- */
28
- static get requires(): readonly [typeof TableEditing];
29
- /**
30
- * @inheritDoc
31
- */
32
- init(): void;
17
+ /**
18
+ * @inheritDoc
19
+ */
20
+ static get pluginName(): "TableCellWidthEditing";
21
+ /**
22
+ * @inheritDoc
23
+ */
24
+ static override get isOfficialPlugin(): true;
25
+ /**
26
+ * @inheritDoc
27
+ */
28
+ static get requires(): PluginDependenciesOf<[TableEditing]>;
29
+ /**
30
+ * @inheritDoc
31
+ */
32
+ init(): void;
33
33
  }
@@ -1,83 +1,83 @@
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 { ClipboardPipeline, ClipboardMarkersUtils } from '@ckeditor/ckeditor5-clipboard';
6
- import { Plugin } from '@ckeditor/ckeditor5-core';
7
- import type { ModelDocumentFragment, ModelElement, ModelItem, Model, ModelPosition, ModelWriter } from '@ckeditor/ckeditor5-engine';
8
- import { TableSelection } from './tableselection.js';
9
- import { type TableSlot } from './tablewalker.js';
10
- import { TableUtils } from './tableutils.js';
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 { ClipboardPipeline, ClipboardMarkersUtils } from "@ckeditor/ckeditor5-clipboard";
6
+ import { Plugin, type PluginDependenciesOf } from "@ckeditor/ckeditor5-core";
7
+ import type { ModelDocumentFragment, ModelElement, ModelItem, Model, ModelPosition, ModelWriter } from "@ckeditor/ckeditor5-engine";
8
+ import { TableSelection } from "./tableselection.js";
9
+ import { type TableSlot } from "./tablewalker.js";
10
+ import { TableUtils } from "./tableutils.js";
11
11
  /**
12
- * This plugin adds support for copying/cutting/pasting fragments of tables.
13
- * It is loaded automatically by the {@link module:table/table~Table} plugin.
14
- */
12
+ * This plugin adds support for copying/cutting/pasting fragments of tables.
13
+ * It is loaded automatically by the {@link module:table/table~Table} plugin.
14
+ */
15
15
  export declare class TableClipboard extends Plugin {
16
- /**
17
- * @inheritDoc
18
- */
19
- static get pluginName(): "TableClipboard";
20
- /**
21
- * @inheritDoc
22
- */
23
- static get isOfficialPlugin(): true;
24
- /**
25
- * @inheritDoc
26
- */
27
- static get requires(): readonly [typeof ClipboardMarkersUtils, typeof ClipboardPipeline, typeof TableSelection, typeof TableUtils];
28
- /**
29
- * @inheritDoc
30
- */
31
- init(): void;
32
- /**
33
- * Sets up listening for events from the clipboard pipeline to properly handle
34
- * table content merging during paste/drop operations.
35
- *
36
- * When a user is dragging and dropping a table, we want to insert the entire table into
37
- * a table cell instead of merging table contents. For paste and other events,
38
- * the normal table merge behavior is applied.
39
- */
40
- private _listenToContentInsertion;
41
- /**
42
- * Copies table content to a clipboard on "copy" & "cut" events.
43
- *
44
- * @param evt An object containing information about the handled event.
45
- * @param data Clipboard event data.
46
- */
47
- private _onCopyCut;
48
- /**
49
- * Overrides default {@link module:engine/model/model~Model#insertContent `model.insertContent()`} method to handle pasting table inside
50
- * selected table fragment.
51
- *
52
- * Depending on selected table fragment:
53
- * - If a selected table fragment is smaller than paste table it will crop pasted table to match dimensions.
54
- * - If dimensions are equal it will replace selected table fragment with a pasted table contents.
55
- *
56
- * @param content The content to insert.
57
- * @param selectable The selection into which the content should be inserted.
58
- * If not provided the current model document selection will be used.
59
- */
60
- private _onInsertContent;
61
- /**
62
- * Inserts provided `selectedTableCells` into `pastedTable`.
63
- */
64
- private _replaceSelectedCells;
65
- /**
66
- * Replaces the part of selectedTable with pastedTable.
67
- */
68
- private _replaceSelectedCellsWithPasted;
69
- /**
70
- * Replaces a single table slot.
71
- *
72
- * @returns Inserted table cell or null if slot should remain empty.
73
- * @private
74
- */
75
- _replaceTableSlotCell(tableSlot: TableSlot, cellToInsert: ModelElement | null, insertPosition: ModelPosition, writer: ModelWriter): ModelElement | null;
76
- /**
77
- * Extracts the table for pasting into a table.
78
- *
79
- * @param content The content to insert.
80
- * @param model The editor model.
81
- */
82
- getTableIfOnlyTableInContent(content: ModelDocumentFragment | ModelItem, model: Model): ModelElement | null;
16
+ /**
17
+ * @inheritDoc
18
+ */
19
+ static get pluginName(): "TableClipboard";
20
+ /**
21
+ * @inheritDoc
22
+ */
23
+ static override get isOfficialPlugin(): true;
24
+ /**
25
+ * @inheritDoc
26
+ */
27
+ static get requires(): PluginDependenciesOf<[ClipboardMarkersUtils, ClipboardPipeline, TableSelection, TableUtils]>;
28
+ /**
29
+ * @inheritDoc
30
+ */
31
+ init(): void;
32
+ /**
33
+ * Sets up listening for events from the clipboard pipeline to properly handle
34
+ * table content merging during paste/drop operations.
35
+ *
36
+ * When a user is dragging and dropping a table, we want to insert the entire table into
37
+ * a table cell instead of merging table contents. For paste and other events,
38
+ * the normal table merge behavior is applied.
39
+ */
40
+ private _listenToContentInsertion;
41
+ /**
42
+ * Copies table content to a clipboard on "copy" & "cut" events.
43
+ *
44
+ * @param evt An object containing information about the handled event.
45
+ * @param data Clipboard event data.
46
+ */
47
+ private _onCopyCut;
48
+ /**
49
+ * Overrides default {@link module:engine/model/model~Model#insertContent `model.insertContent()`} method to handle pasting table inside
50
+ * selected table fragment.
51
+ *
52
+ * Depending on selected table fragment:
53
+ * - If a selected table fragment is smaller than paste table it will crop pasted table to match dimensions.
54
+ * - If dimensions are equal it will replace selected table fragment with a pasted table contents.
55
+ *
56
+ * @param content The content to insert.
57
+ * @param selectable The selection into which the content should be inserted.
58
+ * If not provided the current model document selection will be used.
59
+ */
60
+ private _onInsertContent;
61
+ /**
62
+ * Inserts provided `selectedTableCells` into `pastedTable`.
63
+ */
64
+ private _replaceSelectedCells;
65
+ /**
66
+ * Replaces the part of selectedTable with pastedTable.
67
+ */
68
+ private _replaceSelectedCellsWithPasted;
69
+ /**
70
+ * Replaces a single table slot.
71
+ *
72
+ * @returns Inserted table cell or null if slot should remain empty.
73
+ * @private
74
+ */
75
+ _replaceTableSlotCell(tableSlot: TableSlot, cellToInsert: ModelElement | null, insertPosition: ModelPosition, writer: ModelWriter): ModelElement | null;
76
+ /**
77
+ * Extracts the table for pasting into a table.
78
+ *
79
+ * @param content The content to insert.
80
+ * @param model The editor model.
81
+ */
82
+ getTableIfOnlyTableInContent(content: ModelDocumentFragment | ModelItem, model: Model): ModelElement | null;
83
83
  }
@@ -1,33 +1,33 @@
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/tablecolumnresize/constants
7
- */
6
+ * @module table/tablecolumnresize/constants
7
+ */
8
8
  /**
9
- * The minimum column width given as a percentage value. Used in situations when the table is not yet rendered, so it is impossible to
10
- * calculate how many percentage of the table width would be {@link ~COLUMN_MIN_WIDTH_IN_PIXELS minimum column width in pixels}.
11
- *
12
- * @internal
13
- */
9
+ * The minimum column width given as a percentage value. Used in situations when the table is not yet rendered, so it is impossible to
10
+ * calculate how many percentage of the table width would be {@link ~COLUMN_MIN_WIDTH_IN_PIXELS minimum column width in pixels}.
11
+ *
12
+ * @internal
13
+ */
14
14
  export declare const COLUMN_MIN_WIDTH_AS_PERCENTAGE = 5;
15
15
  /**
16
- * The minimum column width in pixels when the maximum table width is known.
17
- * This value is an equivalent of `10%` of the default editor width (600px).
18
- *
19
- * @internal
20
- */
16
+ * The minimum column width in pixels when the maximum table width is known.
17
+ * This value is an equivalent of `10%` of the default editor width (600px).
18
+ *
19
+ * @internal
20
+ */
21
21
  export declare const COLUMN_MIN_WIDTH_IN_PIXELS = 40;
22
22
  /**
23
- * Determines how many digits after the decimal point are used to store the column width as a percentage value.
24
- *
25
- * @internal
26
- */
23
+ * Determines how many digits after the decimal point are used to store the column width as a percentage value.
24
+ *
25
+ * @internal
26
+ */
27
27
  export declare const COLUMN_WIDTH_PRECISION = 2;
28
28
  /**
29
- * The distance in pixels that the mouse has to move to start resizing the column.
30
- *
31
- * @internal
32
- */
29
+ * The distance in pixels that the mouse has to move to start resizing the column.
30
+ *
31
+ * @internal
32
+ */
33
33
  export declare const COLUMN_RESIZE_DISTANCE_THRESHOLD = 3;
@@ -1,28 +1,28 @@
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/tablecolumnresize/converters
7
- */
8
- import type { DowncastDispatcher, UpcastDispatcher } from '@ckeditor/ckeditor5-engine';
9
- import { type TableUtils } from '../tableutils.js';
6
+ * @module table/tablecolumnresize/converters
7
+ */
8
+ import type { DowncastDispatcher, UpcastDispatcher } from "@ckeditor/ckeditor5-engine";
9
+ import { type TableUtils } from "../tableutils.js";
10
10
  /**
11
- * Returns a upcast helper that ensures the number of `<tableColumn>` elements corresponds to the actual number of columns in the table,
12
- * because the input data might have too few or too many <col> elements.
13
- *
14
- * @internal
15
- */
11
+ * Returns a upcast helper that ensures the number of `<tableColumn>` elements corresponds to the actual number of columns in the table,
12
+ * because the input data might have too few or too many <col> elements.
13
+ *
14
+ * @internal
15
+ */
16
16
  export declare function upcastColgroupElement(tableUtilsPlugin: TableUtils): (dispatcher: UpcastDispatcher) => void;
17
17
  /**
18
- * Returns downcast helper for adding `ck-table-resized` class if there is a `<tableColumnGroup>` element inside the table.
19
- *
20
- * @internal
21
- */
18
+ * Returns downcast helper for adding `ck-table-resized` class if there is a `<tableColumnGroup>` element inside the table.
19
+ *
20
+ * @internal
21
+ */
22
22
  export declare function downcastTableResizedClass(): (dispatcher: DowncastDispatcher) => void;
23
23
  /**
24
- * Returns a upcast helper that removes the `ck-table-resized` class from the table element.
25
- *
26
- * @internal
27
- */
24
+ * Returns a upcast helper that removes the `ck-table-resized` class from the table element.
25
+ *
26
+ * @internal
27
+ */
28
28
  export declare function upcastTableResizedClass(): (dispatcher: UpcastDispatcher) => void;