@ckeditor/ckeditor5-table 46.0.0-alpha.0 → 46.0.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-table",
|
|
3
|
-
"version": "46.0.0-alpha.
|
|
3
|
+
"version": "46.0.0-alpha.1",
|
|
4
4
|
"description": "Table feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"ckeditor5": "46.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-clipboard": "46.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-core": "46.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-engine": "46.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-icons": "46.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "46.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "46.0.0-alpha.
|
|
23
|
-
"@ckeditor/ckeditor5-widget": "46.0.0-alpha.
|
|
16
|
+
"ckeditor5": "46.0.0-alpha.1",
|
|
17
|
+
"@ckeditor/ckeditor5-clipboard": "46.0.0-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-core": "46.0.0-alpha.1",
|
|
19
|
+
"@ckeditor/ckeditor5-engine": "46.0.0-alpha.1",
|
|
20
|
+
"@ckeditor/ckeditor5-icons": "46.0.0-alpha.1",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "46.0.0-alpha.1",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "46.0.0-alpha.1",
|
|
23
|
+
"@ckeditor/ckeditor5-widget": "46.0.0-alpha.1",
|
|
24
24
|
"es-toolkit": "1.39.5"
|
|
25
25
|
},
|
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -31,5 +31,6 @@ export declare function getBalloonTablePositionData(editor: Editor): Partial<Dom
|
|
|
31
31
|
* to the selected table cell in the editor content.
|
|
32
32
|
*
|
|
33
33
|
* @param editor The editor instance.
|
|
34
|
+
* @internal
|
|
34
35
|
*/
|
|
35
36
|
export declare function getBalloonCellPositionData(editor: Editor): Partial<DomOptimalPositionOptions>;
|
|
@@ -65,6 +65,7 @@ export function getBalloonTablePositionData(editor) {
|
|
|
65
65
|
* to the selected table cell in the editor content.
|
|
66
66
|
*
|
|
67
67
|
* @param editor The editor instance.
|
|
68
|
+
* @internal
|
|
68
69
|
*/
|
|
69
70
|
export function getBalloonCellPositionData(editor) {
|
|
70
71
|
const mapper = editor.editing.mapper;
|