@atlaskit/editor-plugin-table 8.4.13 → 8.4.14
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/CHANGELOG.md +9 -0
- package/package.json +2 -2
- package/dist/cjs/pm-plugins/decorations/utils/index.js +0 -31
- package/dist/cjs/pm-plugins/drag-and-drop/index.js +0 -19
- package/dist/cjs/pm-plugins/drag-and-drop/utils/index.js +0 -12
- package/dist/cjs/pm-plugins/sticky-headers/index.js +0 -26
- package/dist/cjs/pm-plugins/table-resizing/index.js +0 -26
- package/dist/cjs/pm-plugins/table-resizing/utils/index.js +0 -176
- package/dist/cjs/pm-plugins/transforms/index.js +0 -59
- package/dist/cjs/pm-plugins/utils/index.js +0 -359
- package/dist/cjs/ui/TableFloatingControls/CornerControls/index.js +0 -25
- package/dist/cjs/ui/TableFloatingControls/RowControls/index.js +0 -19
- package/dist/cjs/ui/icons/index.js +0 -68
- package/dist/es2019/pm-plugins/decorations/utils/index.js +0 -2
- package/dist/es2019/pm-plugins/drag-and-drop/index.js +0 -2
- package/dist/es2019/pm-plugins/drag-and-drop/utils/index.js +0 -1
- package/dist/es2019/pm-plugins/sticky-headers/index.js +0 -3
- package/dist/es2019/pm-plugins/table-resizing/index.js +0 -3
- package/dist/es2019/pm-plugins/table-resizing/utils/index.js +0 -9
- package/dist/es2019/pm-plugins/transforms/index.js +0 -6
- package/dist/es2019/pm-plugins/utils/index.js +0 -12
- package/dist/es2019/ui/TableFloatingControls/CornerControls/index.js +0 -2
- package/dist/es2019/ui/TableFloatingControls/RowControls/index.js +0 -2
- package/dist/es2019/ui/icons/index.js +0 -9
- package/dist/esm/pm-plugins/decorations/utils/index.js +0 -2
- package/dist/esm/pm-plugins/drag-and-drop/index.js +0 -2
- package/dist/esm/pm-plugins/drag-and-drop/utils/index.js +0 -1
- package/dist/esm/pm-plugins/sticky-headers/index.js +0 -3
- package/dist/esm/pm-plugins/table-resizing/index.js +0 -3
- package/dist/esm/pm-plugins/table-resizing/utils/index.js +0 -9
- package/dist/esm/pm-plugins/transforms/index.js +0 -6
- package/dist/esm/pm-plugins/utils/index.js +0 -12
- package/dist/esm/ui/TableFloatingControls/CornerControls/index.js +0 -2
- package/dist/esm/ui/TableFloatingControls/RowControls/index.js +0 -2
- package/dist/esm/ui/icons/index.js +0 -9
- package/dist/types/pm-plugins/decorations/utils/index.d.ts +0 -2
- package/dist/types/pm-plugins/drag-and-drop/index.d.ts +0 -2
- package/dist/types/pm-plugins/drag-and-drop/utils/index.d.ts +0 -1
- package/dist/types/pm-plugins/sticky-headers/index.d.ts +0 -4
- package/dist/types/pm-plugins/table-resizing/index.d.ts +0 -3
- package/dist/types/pm-plugins/table-resizing/utils/index.d.ts +0 -10
- package/dist/types/pm-plugins/transforms/index.d.ts +0 -6
- package/dist/types/pm-plugins/utils/index.d.ts +0 -13
- package/dist/types/ui/TableFloatingControls/CornerControls/index.d.ts +0 -2
- package/dist/types/ui/TableFloatingControls/RowControls/index.d.ts +0 -2
- package/dist/types/ui/icons/index.d.ts +0 -9
- package/dist/types-ts4.5/pm-plugins/decorations/utils/index.d.ts +0 -2
- package/dist/types-ts4.5/pm-plugins/drag-and-drop/index.d.ts +0 -2
- package/dist/types-ts4.5/pm-plugins/drag-and-drop/utils/index.d.ts +0 -1
- package/dist/types-ts4.5/pm-plugins/sticky-headers/index.d.ts +0 -4
- package/dist/types-ts4.5/pm-plugins/table-resizing/index.d.ts +0 -3
- package/dist/types-ts4.5/pm-plugins/table-resizing/utils/index.d.ts +0 -10
- package/dist/types-ts4.5/pm-plugins/transforms/index.d.ts +0 -6
- package/dist/types-ts4.5/pm-plugins/utils/index.d.ts +0 -13
- package/dist/types-ts4.5/ui/TableFloatingControls/CornerControls/index.d.ts +0 -2
- package/dist/types-ts4.5/ui/TableFloatingControls/RowControls/index.d.ts +0 -2
- package/dist/types-ts4.5/ui/icons/index.d.ts +0 -9
- package/src/pm-plugins/decorations/utils/index.ts +0 -5
- package/src/pm-plugins/drag-and-drop/index.ts +0 -2
- package/src/pm-plugins/drag-and-drop/utils/index.ts +0 -1
- package/src/pm-plugins/sticky-headers/index.ts +0 -5
- package/src/pm-plugins/table-resizing/index.ts +0 -3
- package/src/pm-plugins/table-resizing/utils/index.ts +0 -23
- package/src/pm-plugins/transforms/index.ts +0 -6
- package/src/pm-plugins/utils/index.ts +0 -69
- package/src/ui/TableFloatingControls/CornerControls/index.tsx +0 -2
- package/src/ui/TableFloatingControls/RowControls/index.tsx +0 -2
- package/src/ui/icons/index.ts +0 -9
|
@@ -1,359 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "checkIfHeaderColumnEnabled", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _nodes.checkIfHeaderColumnEnabled;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "checkIfHeaderRowEnabled", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _nodes.checkIfHeaderRowEnabled;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "checkIfNumberColumnEnabled", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _nodes.checkIfNumberColumnEnabled;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "containsHeaderColumn", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _nodes.containsHeaderColumn;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(exports, "containsHeaderRow", {
|
|
31
|
-
enumerable: true,
|
|
32
|
-
get: function get() {
|
|
33
|
-
return _nodes.containsHeaderRow;
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
Object.defineProperty(exports, "convertHTMLCellIndexToColumnIndex", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function get() {
|
|
39
|
-
return _columnControls.convertHTMLCellIndexToColumnIndex;
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(exports, "copyPreviousRow", {
|
|
43
|
-
enumerable: true,
|
|
44
|
-
get: function get() {
|
|
45
|
-
return _rowControls.copyPreviousRow;
|
|
46
|
-
}
|
|
47
|
-
});
|
|
48
|
-
Object.defineProperty(exports, "createCellHoverDecoration", {
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function get() {
|
|
51
|
-
return _decoration.createCellHoverDecoration;
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
Object.defineProperty(exports, "createColumnInsertLine", {
|
|
55
|
-
enumerable: true,
|
|
56
|
-
get: function get() {
|
|
57
|
-
return _decoration.createColumnInsertLine;
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
Object.defineProperty(exports, "createColumnLineResize", {
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function get() {
|
|
63
|
-
return _decoration.createColumnLineResize;
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
Object.defineProperty(exports, "createControlsHoverDecoration", {
|
|
67
|
-
enumerable: true,
|
|
68
|
-
get: function get() {
|
|
69
|
-
return _decoration.createControlsHoverDecoration;
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
Object.defineProperty(exports, "createRowInsertLine", {
|
|
73
|
-
enumerable: true,
|
|
74
|
-
get: function get() {
|
|
75
|
-
return _decoration.createRowInsertLine;
|
|
76
|
-
}
|
|
77
|
-
});
|
|
78
|
-
Object.defineProperty(exports, "createTableWithWidth", {
|
|
79
|
-
enumerable: true,
|
|
80
|
-
get: function get() {
|
|
81
|
-
return _create.createTableWithWidth;
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
Object.defineProperty(exports, "findControlsHoverDecoration", {
|
|
85
|
-
enumerable: true,
|
|
86
|
-
get: function get() {
|
|
87
|
-
return _decoration.findControlsHoverDecoration;
|
|
88
|
-
}
|
|
89
|
-
});
|
|
90
|
-
Object.defineProperty(exports, "findDuplicatePosition", {
|
|
91
|
-
enumerable: true,
|
|
92
|
-
get: function get() {
|
|
93
|
-
return _mergedCells.findDuplicatePosition;
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
Object.defineProperty(exports, "findNearestCellIndexToPoint", {
|
|
97
|
-
enumerable: true,
|
|
98
|
-
get: function get() {
|
|
99
|
-
return _dom.findNearestCellIndexToPoint;
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
Object.defineProperty(exports, "getAssistiveMessage", {
|
|
103
|
-
enumerable: true,
|
|
104
|
-
get: function get() {
|
|
105
|
-
return _table.getAssistiveMessage;
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
|
-
Object.defineProperty(exports, "getColumnDeleteButtonParams", {
|
|
109
|
-
enumerable: true,
|
|
110
|
-
get: function get() {
|
|
111
|
-
return _columnControls.getColumnDeleteButtonParams;
|
|
112
|
-
}
|
|
113
|
-
});
|
|
114
|
-
Object.defineProperty(exports, "getColumnIndexMappedToColumnIndexInFirstRow", {
|
|
115
|
-
enumerable: true,
|
|
116
|
-
get: function get() {
|
|
117
|
-
return _columnControls.getColumnIndexMappedToColumnIndexInFirstRow;
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
|
-
Object.defineProperty(exports, "getColumnOrRowIndex", {
|
|
121
|
-
enumerable: true,
|
|
122
|
-
get: function get() {
|
|
123
|
-
return _dom.getColumnOrRowIndex;
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
Object.defineProperty(exports, "getColumnsWidths", {
|
|
127
|
-
enumerable: true,
|
|
128
|
-
get: function get() {
|
|
129
|
-
return _columnControls.getColumnsWidths;
|
|
130
|
-
}
|
|
131
|
-
});
|
|
132
|
-
Object.defineProperty(exports, "getMergedCellsPositions", {
|
|
133
|
-
enumerable: true,
|
|
134
|
-
get: function get() {
|
|
135
|
-
return _table.getMergedCellsPositions;
|
|
136
|
-
}
|
|
137
|
-
});
|
|
138
|
-
Object.defineProperty(exports, "getMousePositionHorizontalRelativeByElement", {
|
|
139
|
-
enumerable: true,
|
|
140
|
-
get: function get() {
|
|
141
|
-
return _dom.getMousePositionHorizontalRelativeByElement;
|
|
142
|
-
}
|
|
143
|
-
});
|
|
144
|
-
Object.defineProperty(exports, "getMousePositionVerticalRelativeByElement", {
|
|
145
|
-
enumerable: true,
|
|
146
|
-
get: function get() {
|
|
147
|
-
return _dom.getMousePositionVerticalRelativeByElement;
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
Object.defineProperty(exports, "getRowClassNames", {
|
|
151
|
-
enumerable: true,
|
|
152
|
-
get: function get() {
|
|
153
|
-
return _rowControls.getRowClassNames;
|
|
154
|
-
}
|
|
155
|
-
});
|
|
156
|
-
Object.defineProperty(exports, "getRowDeleteButtonParams", {
|
|
157
|
-
enumerable: true,
|
|
158
|
-
get: function get() {
|
|
159
|
-
return _rowControls.getRowDeleteButtonParams;
|
|
160
|
-
}
|
|
161
|
-
});
|
|
162
|
-
Object.defineProperty(exports, "getRowHeights", {
|
|
163
|
-
enumerable: true,
|
|
164
|
-
get: function get() {
|
|
165
|
-
return _rowControls.getRowHeights;
|
|
166
|
-
}
|
|
167
|
-
});
|
|
168
|
-
Object.defineProperty(exports, "getRowsParams", {
|
|
169
|
-
enumerable: true,
|
|
170
|
-
get: function get() {
|
|
171
|
-
return _rowControls.getRowsParams;
|
|
172
|
-
}
|
|
173
|
-
});
|
|
174
|
-
Object.defineProperty(exports, "getSelectedCellInfo", {
|
|
175
|
-
enumerable: true,
|
|
176
|
-
get: function get() {
|
|
177
|
-
return _analytics.getSelectedCellInfo;
|
|
178
|
-
}
|
|
179
|
-
});
|
|
180
|
-
Object.defineProperty(exports, "getSelectedColumnIndexes", {
|
|
181
|
-
enumerable: true,
|
|
182
|
-
get: function get() {
|
|
183
|
-
return _selection.getSelectedColumnIndexes;
|
|
184
|
-
}
|
|
185
|
-
});
|
|
186
|
-
Object.defineProperty(exports, "getSelectedRowIndexes", {
|
|
187
|
-
enumerable: true,
|
|
188
|
-
get: function get() {
|
|
189
|
-
return _selection.getSelectedRowIndexes;
|
|
190
|
-
}
|
|
191
|
-
});
|
|
192
|
-
Object.defineProperty(exports, "getSelectedTableInfo", {
|
|
193
|
-
enumerable: true,
|
|
194
|
-
get: function get() {
|
|
195
|
-
return _analytics.getSelectedTableInfo;
|
|
196
|
-
}
|
|
197
|
-
});
|
|
198
|
-
Object.defineProperty(exports, "getTableWidth", {
|
|
199
|
-
enumerable: true,
|
|
200
|
-
get: function get() {
|
|
201
|
-
return _nodes.getTableWidth;
|
|
202
|
-
}
|
|
203
|
-
});
|
|
204
|
-
Object.defineProperty(exports, "hasMergedCellsInBetween", {
|
|
205
|
-
enumerable: true,
|
|
206
|
-
get: function get() {
|
|
207
|
-
return _mergedCells.hasMergedCellsInBetween;
|
|
208
|
-
}
|
|
209
|
-
});
|
|
210
|
-
Object.defineProperty(exports, "hasMergedCellsInSelection", {
|
|
211
|
-
enumerable: true,
|
|
212
|
-
get: function get() {
|
|
213
|
-
return _mergedCells.hasMergedCellsInSelection;
|
|
214
|
-
}
|
|
215
|
-
});
|
|
216
|
-
Object.defineProperty(exports, "hasResizeHandler", {
|
|
217
|
-
enumerable: true,
|
|
218
|
-
get: function get() {
|
|
219
|
-
return _dom.hasResizeHandler;
|
|
220
|
-
}
|
|
221
|
-
});
|
|
222
|
-
Object.defineProperty(exports, "isCell", {
|
|
223
|
-
enumerable: true,
|
|
224
|
-
get: function get() {
|
|
225
|
-
return _dom.isCell;
|
|
226
|
-
}
|
|
227
|
-
});
|
|
228
|
-
Object.defineProperty(exports, "isColumnControlsDecorations", {
|
|
229
|
-
enumerable: true,
|
|
230
|
-
get: function get() {
|
|
231
|
-
return _dom.isColumnControlsDecorations;
|
|
232
|
-
}
|
|
233
|
-
});
|
|
234
|
-
Object.defineProperty(exports, "isCornerButton", {
|
|
235
|
-
enumerable: true,
|
|
236
|
-
get: function get() {
|
|
237
|
-
return _dom.isCornerButton;
|
|
238
|
-
}
|
|
239
|
-
});
|
|
240
|
-
Object.defineProperty(exports, "isDragColumnFloatingInsertDot", {
|
|
241
|
-
enumerable: true,
|
|
242
|
-
get: function get() {
|
|
243
|
-
return _dom.isDragColumnFloatingInsertDot;
|
|
244
|
-
}
|
|
245
|
-
});
|
|
246
|
-
Object.defineProperty(exports, "isDragCornerButton", {
|
|
247
|
-
enumerable: true,
|
|
248
|
-
get: function get() {
|
|
249
|
-
return _dom.isDragCornerButton;
|
|
250
|
-
}
|
|
251
|
-
});
|
|
252
|
-
Object.defineProperty(exports, "isDragRowFloatingInsertDot", {
|
|
253
|
-
enumerable: true,
|
|
254
|
-
get: function get() {
|
|
255
|
-
return _dom.isDragRowFloatingInsertDot;
|
|
256
|
-
}
|
|
257
|
-
});
|
|
258
|
-
Object.defineProperty(exports, "isInsertRowButton", {
|
|
259
|
-
enumerable: true,
|
|
260
|
-
get: function get() {
|
|
261
|
-
return _dom.isInsertRowButton;
|
|
262
|
-
}
|
|
263
|
-
});
|
|
264
|
-
Object.defineProperty(exports, "isResizeHandleDecoration", {
|
|
265
|
-
enumerable: true,
|
|
266
|
-
get: function get() {
|
|
267
|
-
return _dom.isResizeHandleDecoration;
|
|
268
|
-
}
|
|
269
|
-
});
|
|
270
|
-
Object.defineProperty(exports, "isRowControlsButton", {
|
|
271
|
-
enumerable: true,
|
|
272
|
-
get: function get() {
|
|
273
|
-
return _dom.isRowControlsButton;
|
|
274
|
-
}
|
|
275
|
-
});
|
|
276
|
-
Object.defineProperty(exports, "isTableContainerOrWrapper", {
|
|
277
|
-
enumerable: true,
|
|
278
|
-
get: function get() {
|
|
279
|
-
return _dom.isTableContainerOrWrapper;
|
|
280
|
-
}
|
|
281
|
-
});
|
|
282
|
-
Object.defineProperty(exports, "isTableControlsButton", {
|
|
283
|
-
enumerable: true,
|
|
284
|
-
get: function get() {
|
|
285
|
-
return _dom.isTableControlsButton;
|
|
286
|
-
}
|
|
287
|
-
});
|
|
288
|
-
Object.defineProperty(exports, "isTableNested", {
|
|
289
|
-
enumerable: true,
|
|
290
|
-
get: function get() {
|
|
291
|
-
return _nodes.isTableNested;
|
|
292
|
-
}
|
|
293
|
-
});
|
|
294
|
-
Object.defineProperty(exports, "isTableNestedInMoreThanOneNode", {
|
|
295
|
-
enumerable: true,
|
|
296
|
-
get: function get() {
|
|
297
|
-
return _nodes.isTableNestedInMoreThanOneNode;
|
|
298
|
-
}
|
|
299
|
-
});
|
|
300
|
-
Object.defineProperty(exports, "tablesHaveDifferentColumnWidths", {
|
|
301
|
-
enumerable: true,
|
|
302
|
-
get: function get() {
|
|
303
|
-
return _nodes.tablesHaveDifferentColumnWidths;
|
|
304
|
-
}
|
|
305
|
-
});
|
|
306
|
-
Object.defineProperty(exports, "tablesHaveDifferentNoOfColumns", {
|
|
307
|
-
enumerable: true,
|
|
308
|
-
get: function get() {
|
|
309
|
-
return _nodes.tablesHaveDifferentNoOfColumns;
|
|
310
|
-
}
|
|
311
|
-
});
|
|
312
|
-
Object.defineProperty(exports, "tablesHaveDifferentNoOfRows", {
|
|
313
|
-
enumerable: true,
|
|
314
|
-
get: function get() {
|
|
315
|
-
return _nodes.tablesHaveDifferentNoOfRows;
|
|
316
|
-
}
|
|
317
|
-
});
|
|
318
|
-
Object.defineProperty(exports, "transformSliceToCorrectEmptyTableCells", {
|
|
319
|
-
enumerable: true,
|
|
320
|
-
get: function get() {
|
|
321
|
-
return _paste.transformSliceToCorrectEmptyTableCells;
|
|
322
|
-
}
|
|
323
|
-
});
|
|
324
|
-
Object.defineProperty(exports, "transformSliceToFixHardBreakProblemOnCopyFromCell", {
|
|
325
|
-
enumerable: true,
|
|
326
|
-
get: function get() {
|
|
327
|
-
return _paste.transformSliceToFixHardBreakProblemOnCopyFromCell;
|
|
328
|
-
}
|
|
329
|
-
});
|
|
330
|
-
Object.defineProperty(exports, "transformSliceToRemoveOpenTable", {
|
|
331
|
-
enumerable: true,
|
|
332
|
-
get: function get() {
|
|
333
|
-
return _paste.transformSliceToRemoveOpenTable;
|
|
334
|
-
}
|
|
335
|
-
});
|
|
336
|
-
Object.defineProperty(exports, "updateDecorations", {
|
|
337
|
-
enumerable: true,
|
|
338
|
-
get: function get() {
|
|
339
|
-
return _decoration.updateDecorations;
|
|
340
|
-
}
|
|
341
|
-
});
|
|
342
|
-
Object.defineProperty(exports, "updatePluginStateDecorations", {
|
|
343
|
-
enumerable: true,
|
|
344
|
-
get: function get() {
|
|
345
|
-
return _updatePluginStateDecorations.updatePluginStateDecorations;
|
|
346
|
-
}
|
|
347
|
-
});
|
|
348
|
-
var _selection = require("./selection");
|
|
349
|
-
var _decoration = require("./decoration");
|
|
350
|
-
var _nodes = require("./nodes");
|
|
351
|
-
var _paste = require("./paste");
|
|
352
|
-
var _dom = require("./dom");
|
|
353
|
-
var _columnControls = require("./column-controls");
|
|
354
|
-
var _rowControls = require("./row-controls");
|
|
355
|
-
var _analytics = require("./analytics");
|
|
356
|
-
var _table = require("./table");
|
|
357
|
-
var _updatePluginStateDecorations = require("./update-plugin-state-decorations");
|
|
358
|
-
var _mergedCells = require("./merged-cells");
|
|
359
|
-
var _create = require("./create");
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "CornerControls", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _ClassicCornerControls.CornerControls;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "DragCornerControls", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _DragCornerControls.DragCornerControls;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "DragCornerControlsWithSelection", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _DragCornerControls.DragCornerControlsWithSelection;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
var _ClassicCornerControls = require("./ClassicCornerControls");
|
|
25
|
-
var _DragCornerControls = require("./DragCornerControls");
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "DragControls", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _DragControls.DragControls;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "RowControls", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _ClassicControls.RowControls;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
var _ClassicControls = require("./ClassicControls");
|
|
19
|
-
var _DragControls = require("./DragControls");
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "AddColLeftIcon", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _AddColLeftIcon.AddColLeftIcon;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "AddColRightIcon", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _AddColRightIcon.AddColRightIcon;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "AddRowAboveIcon", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _AddRowAboveIcon.AddRowAboveIcon;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "AddRowBelowIcon", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _AddRowBelowIcon.AddRowBelowIcon;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(exports, "DragHandleDisabledIcon", {
|
|
31
|
-
enumerable: true,
|
|
32
|
-
get: function get() {
|
|
33
|
-
return _DragHandleDisabledIcon.DragHandleDisabledIcon;
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
Object.defineProperty(exports, "DragHandleIcon", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function get() {
|
|
39
|
-
return _DragHandleIcon.DragHandleIcon;
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(exports, "MergeCellsIcon", {
|
|
43
|
-
enumerable: true,
|
|
44
|
-
get: function get() {
|
|
45
|
-
return _MergeCellsIcon.MergeCellsIcon;
|
|
46
|
-
}
|
|
47
|
-
});
|
|
48
|
-
Object.defineProperty(exports, "MinimisedHandleIcon", {
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function get() {
|
|
51
|
-
return _MinimisedHandle.MinimisedHandleIcon;
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
Object.defineProperty(exports, "SplitCellIcon", {
|
|
55
|
-
enumerable: true,
|
|
56
|
-
get: function get() {
|
|
57
|
-
return _SplitCellIcon.SplitCellIcon;
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
var _DragHandleIcon = require("./DragHandleIcon");
|
|
61
|
-
var _DragHandleDisabledIcon = require("./DragHandleDisabledIcon");
|
|
62
|
-
var _MinimisedHandle = require("./MinimisedHandle");
|
|
63
|
-
var _MergeCellsIcon = require("./MergeCellsIcon");
|
|
64
|
-
var _SplitCellIcon = require("./SplitCellIcon");
|
|
65
|
-
var _AddRowAboveIcon = require("./AddRowAboveIcon");
|
|
66
|
-
var _AddRowBelowIcon = require("./AddRowBelowIcon");
|
|
67
|
-
var _AddColLeftIcon = require("./AddColLeftIcon");
|
|
68
|
-
var _AddColRightIcon = require("./AddColRightIcon");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { autoScrollerFactory } from './autoscrollers';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { generateColgroup, insertColgroupFromNode, hasTableBeenResized, getColgroupChildrenLength, getResizerMinWidth } from './colgroup';
|
|
2
|
-
export { contentWidth } from './content-width';
|
|
3
|
-
export { getCellsRefsInColumn, calculateColumnWidth } from './column-state';
|
|
4
|
-
export { getResizeState, updateColgroup, evenAllColumnsWidths } from './resize-state';
|
|
5
|
-
export { getLayoutSize, pointsAtCell, currentColWidth, getTableMaxWidth, getTableElementWidth, getTableContainerElementWidth } from './misc';
|
|
6
|
-
export { updateControls, isClickNear, getResizeCellPos } from './dom';
|
|
7
|
-
export { scaleTable, previewScaleTable } from './scale-table';
|
|
8
|
-
export { resizeColumn, resizeColumnAndTable } from './resize-column';
|
|
9
|
-
export { COLUMN_MIN_WIDTH, TABLE_MAX_WIDTH, TABLE_OFFSET_IN_COMMENT_EDITOR } from './consts';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { fixTables, fixAutoSizedTable } from './fix-tables';
|
|
2
|
-
export { mergeCells, canMergeCells } from './merge';
|
|
3
|
-
export { deleteColumns } from './delete-columns';
|
|
4
|
-
export { deleteRows } from './delete-rows';
|
|
5
|
-
export { updateColumnWidths } from './column-width';
|
|
6
|
-
export { replaceSelectedTable } from './replace-table';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { getSelectedColumnIndexes, getSelectedRowIndexes } from './selection';
|
|
2
|
-
export { findControlsHoverDecoration, createControlsHoverDecoration, createCellHoverDecoration, updateDecorations, createColumnInsertLine, createColumnLineResize, createRowInsertLine } from './decoration';
|
|
3
|
-
export { containsHeaderColumn, containsHeaderRow, checkIfHeaderColumnEnabled, checkIfHeaderRowEnabled, checkIfNumberColumnEnabled, getTableWidth, tablesHaveDifferentColumnWidths, tablesHaveDifferentNoOfColumns, tablesHaveDifferentNoOfRows, isTableNested, isTableNestedInMoreThanOneNode } from './nodes';
|
|
4
|
-
export { transformSliceToRemoveOpenTable, transformSliceToCorrectEmptyTableCells, transformSliceToFixHardBreakProblemOnCopyFromCell } from './paste';
|
|
5
|
-
export { isCell, isCornerButton, isInsertRowButton, isColumnControlsDecorations, isTableControlsButton, isTableContainerOrWrapper, isRowControlsButton, isDragColumnFloatingInsertDot, isDragRowFloatingInsertDot, isDragCornerButton, getColumnOrRowIndex, getMousePositionHorizontalRelativeByElement, getMousePositionVerticalRelativeByElement, isResizeHandleDecoration, hasResizeHandler, findNearestCellIndexToPoint } from './dom';
|
|
6
|
-
export { convertHTMLCellIndexToColumnIndex, getColumnsWidths, getColumnDeleteButtonParams, getColumnIndexMappedToColumnIndexInFirstRow } from './column-controls';
|
|
7
|
-
export { getRowHeights, getRowDeleteButtonParams, getRowsParams, getRowClassNames, copyPreviousRow } from './row-controls';
|
|
8
|
-
export { getSelectedTableInfo, getSelectedCellInfo } from './analytics';
|
|
9
|
-
export { getMergedCellsPositions, getAssistiveMessage } from './table';
|
|
10
|
-
export { updatePluginStateDecorations } from './update-plugin-state-decorations';
|
|
11
|
-
export { hasMergedCellsInBetween, hasMergedCellsInSelection, findDuplicatePosition } from './merged-cells';
|
|
12
|
-
export { createTableWithWidth } from './create';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { DragHandleIcon } from './DragHandleIcon';
|
|
2
|
-
export { DragHandleDisabledIcon } from './DragHandleDisabledIcon';
|
|
3
|
-
export { MinimisedHandleIcon } from './MinimisedHandle';
|
|
4
|
-
export { MergeCellsIcon } from './MergeCellsIcon';
|
|
5
|
-
export { SplitCellIcon } from './SplitCellIcon';
|
|
6
|
-
export { AddRowAboveIcon } from './AddRowAboveIcon';
|
|
7
|
-
export { AddRowBelowIcon } from './AddRowBelowIcon';
|
|
8
|
-
export { AddColLeftIcon } from './AddColLeftIcon';
|
|
9
|
-
export { AddColRightIcon } from './AddColRightIcon';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { autoScrollerFactory } from './autoscrollers';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { generateColgroup, insertColgroupFromNode, hasTableBeenResized, getColgroupChildrenLength, getResizerMinWidth } from './colgroup';
|
|
2
|
-
export { contentWidth } from './content-width';
|
|
3
|
-
export { getCellsRefsInColumn, calculateColumnWidth } from './column-state';
|
|
4
|
-
export { getResizeState, updateColgroup, evenAllColumnsWidths } from './resize-state';
|
|
5
|
-
export { getLayoutSize, pointsAtCell, currentColWidth, getTableMaxWidth, getTableElementWidth, getTableContainerElementWidth } from './misc';
|
|
6
|
-
export { updateControls, isClickNear, getResizeCellPos } from './dom';
|
|
7
|
-
export { scaleTable, previewScaleTable } from './scale-table';
|
|
8
|
-
export { resizeColumn, resizeColumnAndTable } from './resize-column';
|
|
9
|
-
export { COLUMN_MIN_WIDTH, TABLE_MAX_WIDTH, TABLE_OFFSET_IN_COMMENT_EDITOR } from './consts';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { fixTables, fixAutoSizedTable } from './fix-tables';
|
|
2
|
-
export { mergeCells, canMergeCells } from './merge';
|
|
3
|
-
export { deleteColumns } from './delete-columns';
|
|
4
|
-
export { deleteRows } from './delete-rows';
|
|
5
|
-
export { updateColumnWidths } from './column-width';
|
|
6
|
-
export { replaceSelectedTable } from './replace-table';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { getSelectedColumnIndexes, getSelectedRowIndexes } from './selection';
|
|
2
|
-
export { findControlsHoverDecoration, createControlsHoverDecoration, createCellHoverDecoration, updateDecorations, createColumnInsertLine, createColumnLineResize, createRowInsertLine } from './decoration';
|
|
3
|
-
export { containsHeaderColumn, containsHeaderRow, checkIfHeaderColumnEnabled, checkIfHeaderRowEnabled, checkIfNumberColumnEnabled, getTableWidth, tablesHaveDifferentColumnWidths, tablesHaveDifferentNoOfColumns, tablesHaveDifferentNoOfRows, isTableNested, isTableNestedInMoreThanOneNode } from './nodes';
|
|
4
|
-
export { transformSliceToRemoveOpenTable, transformSliceToCorrectEmptyTableCells, transformSliceToFixHardBreakProblemOnCopyFromCell } from './paste';
|
|
5
|
-
export { isCell, isCornerButton, isInsertRowButton, isColumnControlsDecorations, isTableControlsButton, isTableContainerOrWrapper, isRowControlsButton, isDragColumnFloatingInsertDot, isDragRowFloatingInsertDot, isDragCornerButton, getColumnOrRowIndex, getMousePositionHorizontalRelativeByElement, getMousePositionVerticalRelativeByElement, isResizeHandleDecoration, hasResizeHandler, findNearestCellIndexToPoint } from './dom';
|
|
6
|
-
export { convertHTMLCellIndexToColumnIndex, getColumnsWidths, getColumnDeleteButtonParams, getColumnIndexMappedToColumnIndexInFirstRow } from './column-controls';
|
|
7
|
-
export { getRowHeights, getRowDeleteButtonParams, getRowsParams, getRowClassNames, copyPreviousRow } from './row-controls';
|
|
8
|
-
export { getSelectedTableInfo, getSelectedCellInfo } from './analytics';
|
|
9
|
-
export { getMergedCellsPositions, getAssistiveMessage } from './table';
|
|
10
|
-
export { updatePluginStateDecorations } from './update-plugin-state-decorations';
|
|
11
|
-
export { hasMergedCellsInBetween, hasMergedCellsInSelection, findDuplicatePosition } from './merged-cells';
|
|
12
|
-
export { createTableWithWidth } from './create';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { DragHandleIcon } from './DragHandleIcon';
|
|
2
|
-
export { DragHandleDisabledIcon } from './DragHandleDisabledIcon';
|
|
3
|
-
export { MinimisedHandleIcon } from './MinimisedHandle';
|
|
4
|
-
export { MergeCellsIcon } from './MergeCellsIcon';
|
|
5
|
-
export { SplitCellIcon } from './SplitCellIcon';
|
|
6
|
-
export { AddRowAboveIcon } from './AddRowAboveIcon';
|
|
7
|
-
export { AddRowBelowIcon } from './AddRowBelowIcon';
|
|
8
|
-
export { AddColLeftIcon } from './AddColLeftIcon';
|
|
9
|
-
export { AddColRightIcon } from './AddColRightIcon';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { autoScrollerFactory } from './autoscrollers';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export { generateColgroup, insertColgroupFromNode, hasTableBeenResized, getColgroupChildrenLength, getResizerMinWidth, } from './colgroup';
|
|
2
|
-
export { contentWidth } from './content-width';
|
|
3
|
-
export { getCellsRefsInColumn, calculateColumnWidth } from './column-state';
|
|
4
|
-
export { getResizeState, updateColgroup, evenAllColumnsWidths } from './resize-state';
|
|
5
|
-
export { getLayoutSize, pointsAtCell, currentColWidth, getTableMaxWidth, getTableElementWidth, getTableContainerElementWidth, } from './misc';
|
|
6
|
-
export { updateControls, isClickNear, getResizeCellPos } from './dom';
|
|
7
|
-
export { scaleTable, previewScaleTable } from './scale-table';
|
|
8
|
-
export type { ResizeState, ResizeStateWithAnalytics } from './types';
|
|
9
|
-
export { resizeColumn, resizeColumnAndTable } from './resize-column';
|
|
10
|
-
export { COLUMN_MIN_WIDTH, TABLE_MAX_WIDTH, TABLE_OFFSET_IN_COMMENT_EDITOR } from './consts';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { fixTables, fixAutoSizedTable } from './fix-tables';
|
|
2
|
-
export { mergeCells, canMergeCells } from './merge';
|
|
3
|
-
export { deleteColumns } from './delete-columns';
|
|
4
|
-
export { deleteRows } from './delete-rows';
|
|
5
|
-
export { updateColumnWidths } from './column-width';
|
|
6
|
-
export { replaceSelectedTable } from './replace-table';
|