@ckeditor/ckeditor5-table 48.2.0 → 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.
- package/dist/augmentation.d.ts +80 -80
- package/dist/commands/insertcolumncommand.d.ts +50 -50
- package/dist/commands/insertrowcommand.d.ts +49 -49
- package/dist/commands/inserttablecommand.d.ts +43 -43
- package/dist/commands/inserttablelayoutcommand.d.ts +34 -34
- package/dist/commands/mergecellcommand.d.ts +63 -63
- package/dist/commands/mergecellscommand.d.ts +24 -24
- package/dist/commands/removecolumncommand.d.ts +24 -24
- package/dist/commands/removerowcommand.d.ts +24 -24
- package/dist/commands/selectcolumncommand.d.ts +28 -28
- package/dist/commands/selectrowcommand.d.ts +28 -28
- package/dist/commands/setfooterrowcommand.d.ts +48 -48
- package/dist/commands/setheadercolumncommand.d.ts +45 -45
- package/dist/commands/setheaderrowcommand.d.ts +48 -48
- package/dist/commands/splitcellcommand.d.ts +38 -38
- package/dist/converters/downcast.d.ts +77 -77
- package/dist/converters/table-caption-post-fixer.d.ts +18 -18
- package/dist/converters/table-cell-paragraph-post-fixer.d.ts +30 -30
- package/dist/converters/table-cell-refresh-handler.d.ts +16 -16
- package/dist/converters/table-layout-post-fixer.d.ts +224 -224
- package/dist/converters/table-structure-post-fixer.d.ts +16 -16
- package/dist/converters/table-structure-refresh-handler.d.ts +15 -15
- package/dist/converters/tableproperties.d.ts +98 -98
- package/dist/converters/upcasttable.d.ts +47 -47
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +98 -98
- package/dist/index.js +12835 -14503
- package/dist/index.js.map +1 -1
- package/dist/plaintableoutput.d.ts +28 -28
- package/dist/table.d.ts +39 -39
- package/dist/tablecaption/tablecaptionediting.d.ts +62 -62
- package/dist/tablecaption/tablecaptionui.d.ts +18 -18
- package/dist/tablecaption/toggletablecaptioncommand.d.ts +61 -61
- package/dist/tablecaption/utils.d.ts +31 -31
- package/dist/tablecaption.d.ts +23 -23
- package/dist/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +27 -27
- package/dist/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +32 -32
- package/dist/tablecellproperties/commands/tablecellborderstylecommand.d.ts +32 -32
- package/dist/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +46 -46
- package/dist/tablecellproperties/commands/tablecellheightcommand.d.ts +41 -41
- package/dist/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +27 -27
- package/dist/tablecellproperties/commands/tablecellpaddingcommand.d.ts +46 -46
- package/dist/tablecellproperties/commands/tablecellpropertycommand.d.ts +79 -79
- package/dist/tablecellproperties/commands/tablecelltypecommand.d.ts +42 -42
- package/dist/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +35 -35
- package/dist/tablecellproperties/tablecellpropertiesediting.d.ts +49 -49
- package/dist/tablecellproperties/tablecellpropertiesui.d.ts +123 -123
- package/dist/tablecellproperties/tablecellpropertiesutils.d.ts +13 -13
- package/dist/tablecellproperties/ui/tablecellpropertiesview.d.ts +257 -257
- package/dist/tablecellproperties.d.ts +29 -29
- package/dist/tablecellwidth/commands/tablecellwidthcommand.d.ts +41 -41
- package/dist/tablecellwidth/tablecellwidthediting.d.ts +28 -28
- package/dist/tableclipboard.d.ts +79 -79
- package/dist/tablecolumnresize/constants.d.ts +23 -23
- package/dist/tablecolumnresize/converters.d.ts +20 -20
- package/dist/tablecolumnresize/tablecolumnresizeediting.d.ts +184 -184
- package/dist/tablecolumnresize/tablewidthscommand.d.ts +31 -31
- package/dist/tablecolumnresize/utils.d.ts +127 -127
- package/dist/tablecolumnresize.d.ts +25 -25
- package/dist/tableconfig.d.ts +670 -670
- package/dist/tableediting.d.ts +99 -99
- package/dist/tablekeyboard.d.ts +67 -67
- package/dist/tablelayout/commands/tabletypecommand.d.ts +38 -38
- package/dist/tablelayout/tablelayoutediting.d.ts +58 -58
- package/dist/tablelayout/tablelayoutui.d.ts +27 -27
- package/dist/tablelayout.d.ts +25 -25
- package/dist/tablemouse/mouseeventsobserver.d.ts +54 -54
- package/dist/tablemouse.d.ts +47 -47
- package/dist/tableproperties/commands/tablealignmentcommand.d.ts +27 -27
- package/dist/tableproperties/commands/tablebackgroundcolorcommand.d.ts +27 -27
- package/dist/tableproperties/commands/tablebordercolorcommand.d.ts +32 -32
- package/dist/tableproperties/commands/tableborderstylecommand.d.ts +32 -32
- package/dist/tableproperties/commands/tableborderwidthcommand.d.ts +46 -46
- package/dist/tableproperties/commands/tableheightcommand.d.ts +41 -41
- package/dist/tableproperties/commands/tablepropertycommand.d.ts +64 -64
- package/dist/tableproperties/commands/tablewidthcommand.d.ts +41 -41
- package/dist/tableproperties/tablepropertiesediting.d.ts +48 -48
- package/dist/tableproperties/tablepropertiesui.d.ts +131 -131
- package/dist/tableproperties/ui/tablepropertiesview.d.ts +207 -207
- package/dist/tableproperties.d.ts +29 -29
- package/dist/tableselection.d.ts +106 -106
- package/dist/tabletoolbar.d.ts +31 -31
- package/dist/tableui.d.ts +53 -53
- package/dist/tableutils.d.ts +532 -532
- package/dist/tablewalker.d.ts +342 -350
- package/dist/ui/colorinputview.d.ts +137 -137
- package/dist/ui/inserttableview.d.ts +78 -78
- package/dist/utils/common.d.ts +58 -58
- package/dist/utils/structure.d.ts +229 -229
- package/dist/utils/table-properties.d.ts +92 -92
- package/dist/utils/ui/contextualballoon.d.ts +28 -28
- package/dist/utils/ui/table-properties.d.ts +195 -192
- package/dist/utils/ui/widget.d.ts +22 -22
- package/package.json +9 -9
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
import { Command, type Editor } from
|
|
9
|
-
import type { ModelElement, Batch, ModelWriter } from
|
|
6
|
+
* @module table/tablecellproperties/commands/tablecellpropertycommand
|
|
7
|
+
*/
|
|
8
|
+
import { Command, type Editor } from "@ckeditor/ckeditor5-core";
|
|
9
|
+
import type { ModelElement, Batch, ModelWriter } from "@ckeditor/ckeditor5-engine";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
* The table cell attribute command.
|
|
12
|
+
*
|
|
13
|
+
* The command is a base command for other table cell property commands.
|
|
14
|
+
*/
|
|
15
15
|
export declare class TableCellPropertyCommand extends Command {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
16
|
+
/**
|
|
17
|
+
* The attribute that will be set by the command.
|
|
18
|
+
*/
|
|
19
|
+
readonly attributeName: string;
|
|
20
|
+
/**
|
|
21
|
+
* The default value for the attribute.
|
|
22
|
+
*
|
|
23
|
+
* @readonly
|
|
24
|
+
*/
|
|
25
|
+
protected _defaultValue: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* The default value for the attribute for the content table.
|
|
28
|
+
*/
|
|
29
|
+
private readonly _defaultContentTableValue;
|
|
30
|
+
/**
|
|
31
|
+
* The default value for the attribute for the layout table.
|
|
32
|
+
*/
|
|
33
|
+
private readonly _defaultLayoutTableValue;
|
|
34
|
+
/**
|
|
35
|
+
* Creates a new `TableCellPropertyCommand` instance.
|
|
36
|
+
*
|
|
37
|
+
* @param editor An editor in which this command will be used.
|
|
38
|
+
* @param attributeName Table cell attribute name.
|
|
39
|
+
* @param defaultValue The default value of the attribute.
|
|
40
|
+
*/
|
|
41
|
+
constructor(editor: Editor, attributeName: string, defaultValue: string);
|
|
42
|
+
/**
|
|
43
|
+
* @inheritDoc
|
|
44
|
+
*/
|
|
45
|
+
override refresh(): void;
|
|
46
|
+
/**
|
|
47
|
+
* Executes the command.
|
|
48
|
+
*
|
|
49
|
+
* @fires execute
|
|
50
|
+
* @param options.value If set, the command will set the attribute on selected table cells.
|
|
51
|
+
* If it is not set, the command will remove the attribute from the selected table cells.
|
|
52
|
+
* @param options.batch Pass the model batch instance to the command to aggregate changes,
|
|
53
|
+
* for example to allow a single undo step for multiple executions.
|
|
54
|
+
*/
|
|
55
|
+
override execute(options?: {
|
|
56
|
+
value?: string | number;
|
|
57
|
+
batch?: Batch;
|
|
58
|
+
}): void;
|
|
59
|
+
/**
|
|
60
|
+
* Returns the attribute value for a table cell.
|
|
61
|
+
*/
|
|
62
|
+
protected _getAttribute(tableCell: ModelElement | undefined): unknown;
|
|
63
|
+
/**
|
|
64
|
+
* Returns the proper model value. It can be used to add a default unit to numeric values.
|
|
65
|
+
*/
|
|
66
|
+
protected _getValueToSet(value: string | number | undefined): unknown;
|
|
67
|
+
/**
|
|
68
|
+
* Returns a single value for all selected table cells. If the value is the same for all cells,
|
|
69
|
+
* it will be returned (`undefined` otherwise).
|
|
70
|
+
*/
|
|
71
|
+
private _getSingleValue;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
74
|
+
* Fired after the {@link module:table/tablecellproperties/commands/tablecellpropertycommand~TableCellPropertyCommand}
|
|
75
|
+
*
|
|
76
|
+
* @eventName ~TableCellPropertyCommand#afterExecute
|
|
77
|
+
*/
|
|
78
78
|
export type TableCellPropertyCommandAfterExecuteEvent = {
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
name: "afterExecute";
|
|
80
|
+
args: [data: TableCellPropertyCommandAfterExecuteEventData];
|
|
81
81
|
};
|
|
82
82
|
/**
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
* The data of the
|
|
84
|
+
* {@link module:table/tablecellproperties/commands/tablecellpropertycommand~TableCellPropertyCommandAfterExecuteEvent} event.
|
|
85
|
+
*/
|
|
86
86
|
export type TableCellPropertyCommandAfterExecuteEventData = {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
writer: ModelWriter;
|
|
88
|
+
tableCells: Array<ModelElement>;
|
|
89
|
+
valueToSet: unknown;
|
|
90
90
|
};
|
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
import type { Editor } from
|
|
9
|
-
import type { ModelElement, ModelWriter } from
|
|
10
|
-
import { TableUtils } from
|
|
11
|
-
import { TableCellPropertyCommand } from
|
|
6
|
+
* @module table/tablecellproperties/commands/tablecelltypecommand
|
|
7
|
+
*/
|
|
8
|
+
import type { Editor } from "@ckeditor/ckeditor5-core";
|
|
9
|
+
import type { ModelElement, ModelWriter } from "@ckeditor/ckeditor5-engine";
|
|
10
|
+
import { TableUtils } from "../../tableutils.js";
|
|
11
|
+
import { TableCellPropertyCommand } from "./tablecellpropertycommand.js";
|
|
12
12
|
/**
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
13
|
+
* The table cell type command.
|
|
14
|
+
*
|
|
15
|
+
* The command is registered by the {@link module:table/tablecellproperties/tablecellpropertiesediting~TableCellPropertiesEditing} as
|
|
16
|
+
* the `'tableCellType'` editor command.
|
|
17
|
+
*
|
|
18
|
+
* To change the type of selected cells, execute the command:
|
|
19
|
+
*
|
|
20
|
+
* ```ts
|
|
21
|
+
* editor.execute( 'tableCellType', {
|
|
22
|
+
* value: 'header'
|
|
23
|
+
* } );
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* The `value` can be either `'header'` or `'data'`.
|
|
27
|
+
* It'll return `undefined` if multiple types are selected.
|
|
28
|
+
*/
|
|
29
29
|
export declare class TableCellTypeCommand extends TableCellPropertyCommand {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
30
|
+
/**
|
|
31
|
+
* Creates a new `TableCellTypeCommand` instance.
|
|
32
|
+
*
|
|
33
|
+
* @param editor An editor in which this command will be used.
|
|
34
|
+
*/
|
|
35
|
+
constructor(editor: Editor);
|
|
36
|
+
/**
|
|
37
|
+
* @inheritDoc
|
|
38
|
+
*/
|
|
39
|
+
override refresh(): void;
|
|
40
|
+
/**
|
|
41
|
+
* Returns the attribute value for a table cell.
|
|
42
|
+
*/
|
|
43
|
+
protected override _getAttribute(tableCell: ModelElement | undefined): unknown;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
* Updates the `headingRows` and `headingColumns` attributes of the given tables
|
|
47
|
+
* based on the `tableCellType` of their cells.
|
|
48
|
+
*/
|
|
49
49
|
export declare function updateTablesHeadingAttributes(tableUtils: TableUtils, writer: ModelWriter, tables: Iterable<ModelElement>): boolean;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
import type { Editor } from
|
|
9
|
-
import { TableCellPropertyCommand } from
|
|
6
|
+
* @module table/tablecellproperties/commands/tablecellverticalalignmentcommand
|
|
7
|
+
*/
|
|
8
|
+
import type { Editor } from "@ckeditor/ckeditor5-core";
|
|
9
|
+
import { TableCellPropertyCommand } from "./tablecellpropertycommand.js";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
11
|
+
* The table cell vertical alignment command.
|
|
12
|
+
*
|
|
13
|
+
* The command is registered by the {@link module:table/tablecellproperties/tablecellpropertiesediting~TableCellPropertiesEditing} as
|
|
14
|
+
* the `'tableCellVerticalAlignment'` editor command.
|
|
15
|
+
*
|
|
16
|
+
* To change the vertical text alignment of selected cells, execute the command:
|
|
17
|
+
*
|
|
18
|
+
* ```ts
|
|
19
|
+
* editor.execute( 'tableCellVerticalAlignment', {
|
|
20
|
+
* value: 'top'
|
|
21
|
+
* } );
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* The following values, corresponding to the
|
|
25
|
+
* [`vertical-align` CSS attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align), are allowed:
|
|
26
|
+
*
|
|
27
|
+
* * `'top'`
|
|
28
|
+
* * `'bottom'`
|
|
29
|
+
*
|
|
30
|
+
* The `'middle'` value is the default one so there is no need to set it.
|
|
31
|
+
*/
|
|
32
32
|
export declare class TableCellVerticalAlignmentCommand extends TableCellPropertyCommand {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
/**
|
|
34
|
+
* Creates a new `TableCellVerticalAlignmentCommand` instance.
|
|
35
|
+
*
|
|
36
|
+
* @param editor An editor in which this command will be used.
|
|
37
|
+
* @param defaultValue The default value for the "alignment" attribute.
|
|
38
|
+
*/
|
|
39
|
+
constructor(editor: Editor, defaultValue: string);
|
|
40
40
|
}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { Plugin } from
|
|
6
|
-
import { TableEditing } from
|
|
7
|
-
import { TableCellWidthEditing } from
|
|
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 { Plugin, type PluginDependenciesOf } from "@ckeditor/ckeditor5-core";
|
|
6
|
+
import { TableEditing } from "./../tableediting.js";
|
|
7
|
+
import { TableCellWidthEditing } from "../tablecellwidth/tablecellwidthediting.js";
|
|
8
8
|
/**
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
9
|
+
* The table cell properties editing feature.
|
|
10
|
+
*
|
|
11
|
+
* Introduces table cell model attributes and their conversion:
|
|
12
|
+
*
|
|
13
|
+
* - border: `tableCellBorderStyle`, `tableCellBorderColor` and `tableCellBorderWidth`
|
|
14
|
+
* - background color: `tableCellBackgroundColor`
|
|
15
|
+
* - cell padding: `tableCellPadding`
|
|
16
|
+
* - horizontal and vertical alignment: `tableCellHorizontalAlignment`, `tableCellVerticalAlignment`
|
|
17
|
+
* - cell width and height: `tableCellWidth`, `tableCellHeight`
|
|
18
|
+
*
|
|
19
|
+
* It also registers commands used to manipulate the above attributes:
|
|
20
|
+
*
|
|
21
|
+
* - border: the `'tableCellBorderStyle'`, `'tableCellBorderColor'` and `'tableCellBorderWidth'` commands
|
|
22
|
+
* - background color: the `'tableCellBackgroundColor'` command
|
|
23
|
+
* - cell padding: the `'tableCellPadding'` command
|
|
24
|
+
* - horizontal and vertical alignment: the `'tableCellHorizontalAlignment'` and `'tableCellVerticalAlignment'` commands
|
|
25
|
+
* - width and height: the `'tableCellWidth'` and `'tableCellHeight'` commands
|
|
26
|
+
*/
|
|
27
27
|
export declare class TableCellPropertiesEditing extends Plugin {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
28
|
+
/**
|
|
29
|
+
* @inheritDoc
|
|
30
|
+
*/
|
|
31
|
+
static get pluginName(): "TableCellPropertiesEditing";
|
|
32
|
+
/**
|
|
33
|
+
* @inheritDoc
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
static get licenseFeatureCode(): string;
|
|
37
|
+
/**
|
|
38
|
+
* @inheritDoc
|
|
39
|
+
*/
|
|
40
|
+
static override get isOfficialPlugin(): true;
|
|
41
|
+
/**
|
|
42
|
+
* @inheritDoc
|
|
43
|
+
*/
|
|
44
|
+
static override get isPremiumPlugin(): true;
|
|
45
|
+
/**
|
|
46
|
+
* @inheritDoc
|
|
47
|
+
*/
|
|
48
|
+
static get requires(): PluginDependenciesOf<[TableEditing, TableCellWidthEditing]>;
|
|
49
|
+
/**
|
|
50
|
+
* @inheritDoc
|
|
51
|
+
*/
|
|
52
|
+
init(): void;
|
|
53
53
|
}
|