@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.
- 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
package/dist/index.d.ts
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
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
|
-
export { PlainTableOutput } from
|
|
9
|
-
export { Table } from
|
|
10
|
-
export { TableWalker, TableSlot, type TableWalkerOptions } from
|
|
11
|
-
export { TableEditing, type TableConversionAdditionalSlot } from
|
|
12
|
-
export { TableUI } from
|
|
13
|
-
export { TableToolbar } from
|
|
14
|
-
export { TableCellProperties } from
|
|
15
|
-
export { TableCellPropertiesEditing } from
|
|
16
|
-
export { TableCellPropertiesUI } from
|
|
17
|
-
export { TableCellPropertiesView, type TableCellPropertiesViewOptions } from
|
|
18
|
-
export { TableCellWidthEditing } from
|
|
19
|
-
export { TableLayout } from
|
|
20
|
-
export { TableLayoutEditing } from
|
|
21
|
-
export { TableLayoutUI } from
|
|
22
|
-
export { TableProperties } from
|
|
23
|
-
export { TablePropertiesEditing } from
|
|
24
|
-
export { TablePropertiesUI } from
|
|
25
|
-
export { TablePropertiesView, type TablePropertiesViewOptions } from
|
|
26
|
-
export { TableCaption } from
|
|
27
|
-
export { TableCaptionEditing } from
|
|
28
|
-
export { TableCaptionUI } from
|
|
29
|
-
export { TableClipboard } from
|
|
30
|
-
export { TableMouse } from
|
|
31
|
-
export { TableKeyboard } from
|
|
32
|
-
export { TableSelection } from
|
|
33
|
-
export { TableUtils, type TableIndexesObject, type UpdateTableHeadingsOptions } from
|
|
34
|
-
export { TableColumnResize } from
|
|
35
|
-
export { TableColumnResizeEditing } from
|
|
36
|
-
export { TableWidthsCommand, type TableWidthsCommandOptions } from
|
|
37
|
-
export { InsertColumnCommand } from
|
|
38
|
-
export { InsertRowCommand } from
|
|
39
|
-
export { InsertTableCommand } from
|
|
40
|
-
export { InsertTableLayoutCommand } from
|
|
41
|
-
export { TableTypeCommand } from
|
|
42
|
-
export { MergeCellCommand } from
|
|
43
|
-
export { MergeCellsCommand } from
|
|
44
|
-
export { RemoveColumnCommand } from
|
|
45
|
-
export { RemoveRowCommand } from
|
|
46
|
-
export { SelectColumnCommand } from
|
|
47
|
-
export { SelectRowCommand } from
|
|
48
|
-
export { SetHeaderColumnCommand } from
|
|
49
|
-
export { SetHeaderRowCommand } from
|
|
50
|
-
export { SetFooterRowCommand } from
|
|
51
|
-
export { SplitCellCommand } from
|
|
52
|
-
export { ToggleTableCaptionCommand } from
|
|
53
|
-
export { TableCellBackgroundColorCommand } from
|
|
54
|
-
export { TableCellBorderColorCommand } from
|
|
55
|
-
export { TableCellBorderStyleCommand } from
|
|
56
|
-
export { TableCellBorderWidthCommand } from
|
|
57
|
-
export { TableCellHeightCommand } from
|
|
58
|
-
export { TableCellHorizontalAlignmentCommand } from
|
|
59
|
-
export { TableCellPaddingCommand } from
|
|
60
|
-
export { TableCellVerticalAlignmentCommand } from
|
|
61
|
-
export { TableCellWidthCommand } from
|
|
62
|
-
export { TableAlignmentCommand } from
|
|
63
|
-
export { TableBackgroundColorCommand } from
|
|
64
|
-
export { TableBorderColorCommand } from
|
|
65
|
-
export { TableBorderStyleCommand } from
|
|
66
|
-
export { TableBorderWidthCommand } from
|
|
67
|
-
export { TableHeightCommand } from
|
|
68
|
-
export { TableWidthCommand } from
|
|
69
|
-
export { TablePropertyCommand, type TablePropertyCommandExecuteOptions } from
|
|
70
|
-
export { TableCellTypeCommand } from
|
|
71
|
-
export { isTableHeaderCellType, type TableCellType } from
|
|
72
|
-
export { TableCellPropertyCommand, type TableCellPropertyCommandAfterExecuteEvent, type TableCellPropertyCommandAfterExecuteEventData } from
|
|
73
|
-
export type { ViewDocumentTableMouseMoveEvent, ViewDocumentTableMouseLeaveEvent } from
|
|
74
|
-
export type { TableConfig, TableAlignmentConfig, TablePropertiesConfig, TablePropertiesOptions, TableCellPropertiesConfig, TableColorConfig, TableCellPropertiesOptions, TableLayoutConfig, TableCaptionConfig, TableType } from
|
|
75
|
-
export { downcastTable as _downcastTable, downcastRow as _downcastTableRow, downcastCell as _downcastTableCell, convertParagraphInTableCell as _convertParagraphInTableCell, isSingleParagraphWithoutAttributes as _isSingleTableParagraphWithoutAttributes } from
|
|
76
|
-
export type { DowncastTableOptions as _DowncastTableOptions } from
|
|
77
|
-
export { injectTableCaptionPostFixer as _injectTableCaptionPostFixer } from
|
|
78
|
-
export { injectTableCellParagraphPostFixer as _injectTableCellParagraphPostFixer } from
|
|
79
|
-
export { tableCellRefreshHandler as _tableCellRefreshHandler } from
|
|
80
|
-
export { tableStructureRefreshHandler as _tableStructureRefreshHandler } from
|
|
81
|
-
export { injectTableLayoutPostFixer as _injectTableLayoutPostFixer } from
|
|
82
|
-
export { upcastStyleToAttribute as _upcastNormalizedTableStyleToAttribute, upcastBorderStyles as _upcastTableBorderStyles, downcastAttributeToStyle as _downcastTableAttributeToStyle, downcastTableAttribute as _downcastTableAttribute, getDefaultValueAdjusted as _getDefaultTableValueAdjusted } from
|
|
83
|
-
export type { StyleValues as _TableStyleValues } from
|
|
84
|
-
export { upcastTableFigure as _upcastTableFigure, upcastTable as _upcastTable, skipEmptyTableRow as _skipEmptyTableRow, ensureParagraphInTableCell as _ensureParagraphInTableCell } from
|
|
85
|
-
export { isTable as _isTableModelElement, getCaptionFromTableModelElement as _getTableCaptionFromModelElement, getCaptionFromModelSelection as _getTableCaptionFromModelSelection, matchTableCaptionViewElement as _matchTableCaptionViewElement } from
|
|
86
|
-
export { COLUMN_MIN_WIDTH_AS_PERCENTAGE as _TABLE_COLUMN_MIN_WIDTH_AS_PERCENTAGE, COLUMN_MIN_WIDTH_IN_PIXELS as _TABLE_COLUMN_MIN_WIDTH_IN_PIXELS, COLUMN_WIDTH_PRECISION as _TABLE_COLUMN_WIDTH_PRECISION, COLUMN_RESIZE_DISTANCE_THRESHOLD as _TABLE_COLUMN_RESIZE_DISTANCE_THRESHOLD } from
|
|
87
|
-
export { upcastColgroupElement as _upcastTableColgroupElement, downcastTableResizedClass as _downcastTableResizedClass } from
|
|
88
|
-
export { getChangedResizedTables as _getChangedResizedTables, getColumnMinWidthAsPercentage as _getTableColumnMinWidthAsPercentage, getTableWidthInPixels as _getTableWidthInPixels, getElementWidthInPixels as _getElementWidthInPixels, getColumnEdgesIndexes as _getTableColumnEdgesIndexes, toPrecision as _toPrecision, clamp as _clamp, createFilledArray as _createFilledArray, sumArray as _sumArray, normalizeColumnWidths as _normalizeTableColumnWidths, getDomCellOuterWidth as _getDomTableCellOuterWidth, updateColumnElements as _updateTableColumnElements, getColumnGroupElement as _getTableColumnGroupElement, getTableColumnElements as _getTableColumnElements, getTableColumnsWidths as _getTableColumnsWidths, translateColSpanAttribute as _translateTableColspanAttribute } from
|
|
89
|
-
export { MouseEventsObserver as _TableMouseEventsObserver } from
|
|
90
|
-
export type { ColorInputViewOptions as _TableColorInputViewOptions } from
|
|
91
|
-
export { ColorInputView as _TableColorInputView } from
|
|
92
|
-
export { InsertTableView as _InsertTableView } from
|
|
93
|
-
export { updateNumericAttribute as _updateTableNumericAttribute, createEmptyTableCell as _createEmptyTableCell, isHeadingColumnCell as _isTableHeadingColumnCell, enableProperty as _enableTableCellProperty, getSelectionAffectedTable as _getSelectionAffectedTable } from
|
|
94
|
-
export { cropTableToDimensions as _cropTableToDimensions, getVerticallyOverlappingCells as _getVerticallyOverlappingTableCells, splitHorizontally as _splitTableCellHorizontally, getHorizontallyOverlappingCells as _getHorizontallyOverlappingTableCells, splitVertically as _splitTableCellVertically, trimTableCellIfNeeded as _trimTableCellIfNeeded, removeEmptyColumns as _removeEmptyTableColumns, removeEmptyRows as _removeEmptyTableRows, removeEmptyRowsColumns as _removeEmptyTableRowsColumns, adjustLastRowIndex as _adjustLastTableRowIndex, adjustLastColumnIndex as _adjustLastTableColumnIndex } from
|
|
95
|
-
export { getSingleValue as _getTableBorderBoxSingleValue, addDefaultUnitToNumericValue as _addDefaultUnitToNumericValue, getNormalizedDefaultProperties as _getNormalizedDefaultTableBaseProperties, getNormalizedDefaultTableProperties as _getNormalizedDefaultTableProperties, getNormalizedDefaultCellProperties as _getNormalizedDefaultTableCellProperties } from
|
|
96
|
-
export type { NormalizedDefaultProperties as _NormalizedTableDefaultProperties, NormalizeTableDefaultPropertiesOptions as _NormalizeTableDefaultPropertiesOptions } from
|
|
97
|
-
export { repositionContextualBalloon as _repositionTableContextualBalloon, getBalloonTablePositionData as _getBalloonTablePositionData, getBalloonCellPositionData as _getBalloonTableCellPositionData } from
|
|
98
|
-
export { getBorderStyleLabels as _getBorderTableStyleLabels, getLocalizedColorErrorText as _getLocalizedTableColorErrorText, getLocalizedLengthErrorText as _getLocalizedTableLengthErrorText, colorFieldValidator as _colorTableFieldValidator, lengthFieldValidator as _lengthTableFieldValidator, lineWidthFieldValidator as _lineWidthTableFieldValidator, getBorderStyleDefinitions as _getTableOrCellBorderStyleDefinitions, fillToolbar as _fillTableOrCellToolbar, defaultColors as _TABLE_DEFAULT_COLORS, getLabeledColorInputCreator as _getLabeledTableColorInputCreator } from
|
|
99
|
-
export { getSelectionAffectedTableWidget as _getSelectionAffectedTableWidget, getSelectedTableWidget as _getSelectedTableWidget, getTableWidgetAncestor as _getTableWidgetAncestor } from
|
|
100
|
-
import
|
|
6
|
+
* @module table
|
|
7
|
+
*/
|
|
8
|
+
export { PlainTableOutput } from "./plaintableoutput.js";
|
|
9
|
+
export { Table } from "./table.js";
|
|
10
|
+
export { TableWalker, TableSlot, type TableWalkerOptions } from "./tablewalker.js";
|
|
11
|
+
export { TableEditing, type TableConversionAdditionalSlot } from "./tableediting.js";
|
|
12
|
+
export { TableUI } from "./tableui.js";
|
|
13
|
+
export { TableToolbar } from "./tabletoolbar.js";
|
|
14
|
+
export { TableCellProperties } from "./tablecellproperties.js";
|
|
15
|
+
export { TableCellPropertiesEditing } from "./tablecellproperties/tablecellpropertiesediting.js";
|
|
16
|
+
export { TableCellPropertiesUI } from "./tablecellproperties/tablecellpropertiesui.js";
|
|
17
|
+
export { TableCellPropertiesView, type TableCellPropertiesViewOptions } from "./tablecellproperties/ui/tablecellpropertiesview.js";
|
|
18
|
+
export { TableCellWidthEditing } from "./tablecellwidth/tablecellwidthediting.js";
|
|
19
|
+
export { TableLayout } from "./tablelayout.js";
|
|
20
|
+
export { TableLayoutEditing } from "./tablelayout/tablelayoutediting.js";
|
|
21
|
+
export { TableLayoutUI } from "./tablelayout/tablelayoutui.js";
|
|
22
|
+
export { TableProperties } from "./tableproperties.js";
|
|
23
|
+
export { TablePropertiesEditing } from "./tableproperties/tablepropertiesediting.js";
|
|
24
|
+
export { TablePropertiesUI } from "./tableproperties/tablepropertiesui.js";
|
|
25
|
+
export { TablePropertiesView, type TablePropertiesViewOptions } from "./tableproperties/ui/tablepropertiesview.js";
|
|
26
|
+
export { TableCaption } from "./tablecaption.js";
|
|
27
|
+
export { TableCaptionEditing } from "./tablecaption/tablecaptionediting.js";
|
|
28
|
+
export { TableCaptionUI } from "./tablecaption/tablecaptionui.js";
|
|
29
|
+
export { TableClipboard } from "./tableclipboard.js";
|
|
30
|
+
export { TableMouse } from "./tablemouse.js";
|
|
31
|
+
export { TableKeyboard } from "./tablekeyboard.js";
|
|
32
|
+
export { TableSelection } from "./tableselection.js";
|
|
33
|
+
export { TableUtils, type TableIndexesObject, type UpdateTableHeadingsOptions } from "./tableutils.js";
|
|
34
|
+
export { TableColumnResize } from "./tablecolumnresize.js";
|
|
35
|
+
export { TableColumnResizeEditing } from "./tablecolumnresize/tablecolumnresizeediting.js";
|
|
36
|
+
export { TableWidthsCommand, type TableWidthsCommandOptions } from "./tablecolumnresize/tablewidthscommand.js";
|
|
37
|
+
export { InsertColumnCommand } from "./commands/insertcolumncommand.js";
|
|
38
|
+
export { InsertRowCommand } from "./commands/insertrowcommand.js";
|
|
39
|
+
export { InsertTableCommand } from "./commands/inserttablecommand.js";
|
|
40
|
+
export { InsertTableLayoutCommand } from "./commands/inserttablelayoutcommand.js";
|
|
41
|
+
export { TableTypeCommand } from "./tablelayout/commands/tabletypecommand.js";
|
|
42
|
+
export { MergeCellCommand } from "./commands/mergecellcommand.js";
|
|
43
|
+
export { MergeCellsCommand } from "./commands/mergecellscommand.js";
|
|
44
|
+
export { RemoveColumnCommand } from "./commands/removecolumncommand.js";
|
|
45
|
+
export { RemoveRowCommand } from "./commands/removerowcommand.js";
|
|
46
|
+
export { SelectColumnCommand } from "./commands/selectcolumncommand.js";
|
|
47
|
+
export { SelectRowCommand } from "./commands/selectrowcommand.js";
|
|
48
|
+
export { SetHeaderColumnCommand } from "./commands/setheadercolumncommand.js";
|
|
49
|
+
export { SetHeaderRowCommand } from "./commands/setheaderrowcommand.js";
|
|
50
|
+
export { SetFooterRowCommand } from "./commands/setfooterrowcommand.js";
|
|
51
|
+
export { SplitCellCommand } from "./commands/splitcellcommand.js";
|
|
52
|
+
export { ToggleTableCaptionCommand } from "./tablecaption/toggletablecaptioncommand.js";
|
|
53
|
+
export { TableCellBackgroundColorCommand } from "./tablecellproperties/commands/tablecellbackgroundcolorcommand.js";
|
|
54
|
+
export { TableCellBorderColorCommand } from "./tablecellproperties/commands/tablecellbordercolorcommand.js";
|
|
55
|
+
export { TableCellBorderStyleCommand } from "./tablecellproperties/commands/tablecellborderstylecommand.js";
|
|
56
|
+
export { TableCellBorderWidthCommand } from "./tablecellproperties/commands/tablecellborderwidthcommand.js";
|
|
57
|
+
export { TableCellHeightCommand } from "./tablecellproperties/commands/tablecellheightcommand.js";
|
|
58
|
+
export { TableCellHorizontalAlignmentCommand } from "./tablecellproperties/commands/tablecellhorizontalalignmentcommand.js";
|
|
59
|
+
export { TableCellPaddingCommand } from "./tablecellproperties/commands/tablecellpaddingcommand.js";
|
|
60
|
+
export { TableCellVerticalAlignmentCommand } from "./tablecellproperties/commands/tablecellverticalalignmentcommand.js";
|
|
61
|
+
export { TableCellWidthCommand } from "./tablecellwidth/commands/tablecellwidthcommand.js";
|
|
62
|
+
export { TableAlignmentCommand } from "./tableproperties/commands/tablealignmentcommand.js";
|
|
63
|
+
export { TableBackgroundColorCommand } from "./tableproperties/commands/tablebackgroundcolorcommand.js";
|
|
64
|
+
export { TableBorderColorCommand } from "./tableproperties/commands/tablebordercolorcommand.js";
|
|
65
|
+
export { TableBorderStyleCommand } from "./tableproperties/commands/tableborderstylecommand.js";
|
|
66
|
+
export { TableBorderWidthCommand } from "./tableproperties/commands/tableborderwidthcommand.js";
|
|
67
|
+
export { TableHeightCommand } from "./tableproperties/commands/tableheightcommand.js";
|
|
68
|
+
export { TableWidthCommand } from "./tableproperties/commands/tablewidthcommand.js";
|
|
69
|
+
export { TablePropertyCommand, type TablePropertyCommandExecuteOptions } from "./tableproperties/commands/tablepropertycommand.js";
|
|
70
|
+
export { TableCellTypeCommand } from "./tablecellproperties/commands/tablecelltypecommand.js";
|
|
71
|
+
export { isTableHeaderCellType, type TableCellType } from "./tablecellproperties/tablecellpropertiesutils.js";
|
|
72
|
+
export { TableCellPropertyCommand, type TableCellPropertyCommandAfterExecuteEvent, type TableCellPropertyCommandAfterExecuteEventData } from "./tablecellproperties/commands/tablecellpropertycommand.js";
|
|
73
|
+
export type { ViewDocumentTableMouseMoveEvent, ViewDocumentTableMouseLeaveEvent } from "./tablemouse/mouseeventsobserver.js";
|
|
74
|
+
export type { TableConfig, TableAlignmentConfig, TablePropertiesConfig, TablePropertiesOptions, TableCellPropertiesConfig, TableColorConfig, TableCellPropertiesOptions, TableLayoutConfig, TableCaptionConfig, TableType } from "./tableconfig.js";
|
|
75
|
+
export { downcastTable as _downcastTable, downcastRow as _downcastTableRow, downcastCell as _downcastTableCell, convertParagraphInTableCell as _convertParagraphInTableCell, isSingleParagraphWithoutAttributes as _isSingleTableParagraphWithoutAttributes } from "./converters/downcast.js";
|
|
76
|
+
export type { DowncastTableOptions as _DowncastTableOptions } from "./converters/downcast.js";
|
|
77
|
+
export { injectTableCaptionPostFixer as _injectTableCaptionPostFixer } from "./converters/table-caption-post-fixer.js";
|
|
78
|
+
export { injectTableCellParagraphPostFixer as _injectTableCellParagraphPostFixer } from "./converters/table-cell-paragraph-post-fixer.js";
|
|
79
|
+
export { tableCellRefreshHandler as _tableCellRefreshHandler } from "./converters/table-cell-refresh-handler.js";
|
|
80
|
+
export { tableStructureRefreshHandler as _tableStructureRefreshHandler } from "./converters/table-structure-refresh-handler.js";
|
|
81
|
+
export { injectTableLayoutPostFixer as _injectTableLayoutPostFixer } from "./converters/table-layout-post-fixer.js";
|
|
82
|
+
export { upcastStyleToAttribute as _upcastNormalizedTableStyleToAttribute, upcastBorderStyles as _upcastTableBorderStyles, downcastAttributeToStyle as _downcastTableAttributeToStyle, downcastTableAttribute as _downcastTableAttribute, getDefaultValueAdjusted as _getDefaultTableValueAdjusted } from "./converters/tableproperties.js";
|
|
83
|
+
export type { StyleValues as _TableStyleValues } from "./converters/tableproperties.js";
|
|
84
|
+
export { upcastTableFigure as _upcastTableFigure, upcastTable as _upcastTable, skipEmptyTableRow as _skipEmptyTableRow, ensureParagraphInTableCell as _ensureParagraphInTableCell } from "./converters/upcasttable.js";
|
|
85
|
+
export { isTable as _isTableModelElement, getCaptionFromTableModelElement as _getTableCaptionFromModelElement, getCaptionFromModelSelection as _getTableCaptionFromModelSelection, matchTableCaptionViewElement as _matchTableCaptionViewElement } from "./tablecaption/utils.js";
|
|
86
|
+
export { COLUMN_MIN_WIDTH_AS_PERCENTAGE as _TABLE_COLUMN_MIN_WIDTH_AS_PERCENTAGE, COLUMN_MIN_WIDTH_IN_PIXELS as _TABLE_COLUMN_MIN_WIDTH_IN_PIXELS, COLUMN_WIDTH_PRECISION as _TABLE_COLUMN_WIDTH_PRECISION, COLUMN_RESIZE_DISTANCE_THRESHOLD as _TABLE_COLUMN_RESIZE_DISTANCE_THRESHOLD } from "./tablecolumnresize/constants.js";
|
|
87
|
+
export { upcastColgroupElement as _upcastTableColgroupElement, downcastTableResizedClass as _downcastTableResizedClass } from "./tablecolumnresize/converters.js";
|
|
88
|
+
export { getChangedResizedTables as _getChangedResizedTables, getColumnMinWidthAsPercentage as _getTableColumnMinWidthAsPercentage, getTableWidthInPixels as _getTableWidthInPixels, getElementWidthInPixels as _getElementWidthInPixels, getColumnEdgesIndexes as _getTableColumnEdgesIndexes, toPrecision as _toPrecision, clamp as _clamp, createFilledArray as _createFilledArray, sumArray as _sumArray, normalizeColumnWidths as _normalizeTableColumnWidths, getDomCellOuterWidth as _getDomTableCellOuterWidth, updateColumnElements as _updateTableColumnElements, getColumnGroupElement as _getTableColumnGroupElement, getTableColumnElements as _getTableColumnElements, getTableColumnsWidths as _getTableColumnsWidths, translateColSpanAttribute as _translateTableColspanAttribute } from "./tablecolumnresize/utils.js";
|
|
89
|
+
export { MouseEventsObserver as _TableMouseEventsObserver } from "./tablemouse/mouseeventsobserver.js";
|
|
90
|
+
export type { ColorInputViewOptions as _TableColorInputViewOptions } from "./ui/colorinputview.js";
|
|
91
|
+
export { ColorInputView as _TableColorInputView } from "./ui/colorinputview.js";
|
|
92
|
+
export { InsertTableView as _InsertTableView } from "./ui/inserttableview.js";
|
|
93
|
+
export { updateNumericAttribute as _updateTableNumericAttribute, createEmptyTableCell as _createEmptyTableCell, isHeadingColumnCell as _isTableHeadingColumnCell, enableProperty as _enableTableCellProperty, getSelectionAffectedTable as _getSelectionAffectedTable } from "./utils/common.js";
|
|
94
|
+
export { cropTableToDimensions as _cropTableToDimensions, getVerticallyOverlappingCells as _getVerticallyOverlappingTableCells, splitHorizontally as _splitTableCellHorizontally, getHorizontallyOverlappingCells as _getHorizontallyOverlappingTableCells, splitVertically as _splitTableCellVertically, trimTableCellIfNeeded as _trimTableCellIfNeeded, removeEmptyColumns as _removeEmptyTableColumns, removeEmptyRows as _removeEmptyTableRows, removeEmptyRowsColumns as _removeEmptyTableRowsColumns, adjustLastRowIndex as _adjustLastTableRowIndex, adjustLastColumnIndex as _adjustLastTableColumnIndex } from "./utils/structure.js";
|
|
95
|
+
export { getSingleValue as _getTableBorderBoxSingleValue, addDefaultUnitToNumericValue as _addDefaultUnitToNumericValue, getNormalizedDefaultProperties as _getNormalizedDefaultTableBaseProperties, getNormalizedDefaultTableProperties as _getNormalizedDefaultTableProperties, getNormalizedDefaultCellProperties as _getNormalizedDefaultTableCellProperties } from "./utils/table-properties.js";
|
|
96
|
+
export type { NormalizedDefaultProperties as _NormalizedTableDefaultProperties, NormalizeTableDefaultPropertiesOptions as _NormalizeTableDefaultPropertiesOptions } from "./utils/table-properties.js";
|
|
97
|
+
export { repositionContextualBalloon as _repositionTableContextualBalloon, getBalloonTablePositionData as _getBalloonTablePositionData, getBalloonCellPositionData as _getBalloonTableCellPositionData } from "./utils/ui/contextualballoon.js";
|
|
98
|
+
export { getBorderStyleLabels as _getBorderTableStyleLabels, getLocalizedColorErrorText as _getLocalizedTableColorErrorText, getLocalizedLengthErrorText as _getLocalizedTableLengthErrorText, colorFieldValidator as _colorTableFieldValidator, lengthFieldValidator as _lengthTableFieldValidator, lineWidthFieldValidator as _lineWidthTableFieldValidator, getBorderStyleDefinitions as _getTableOrCellBorderStyleDefinitions, fillToolbar as _fillTableOrCellToolbar, defaultColors as _TABLE_DEFAULT_COLORS, getLabeledColorInputCreator as _getLabeledTableColorInputCreator } from "./utils/ui/table-properties.js";
|
|
99
|
+
export { getSelectionAffectedTableWidget as _getSelectionAffectedTableWidget, getSelectedTableWidget as _getSelectedTableWidget, getTableWidgetAncestor as _getTableWidgetAncestor } from "./utils/ui/widget.js";
|
|
100
|
+
import "./augmentation.js";
|