@ckeditor/ckeditor5-table 37.0.0-alpha.3 → 37.0.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/build/table.js +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/az.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de-ch.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/en-gb.po +1 -1
- package/lang/translations/en.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fa.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/gl.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hr.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/ku.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nb.po +1 -1
- package/lang/translations/ne.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sq.po +1 -1
- package/lang/translations/sr-latn.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tk.po +1 -1
- package/lang/translations/tr.po +1 -1
- package/lang/translations/tt.po +1 -1
- package/lang/translations/ug.po +1 -1
- package/lang/translations/uk.po +1 -1
- package/lang/translations/ur.po +1 -1
- package/lang/translations/uz.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +27 -27
- package/src/table.d.ts +1 -1
- package/src/table.js +1 -1
- package/src/tablecellproperties.d.ts +1 -1
- package/src/tablecellproperties.js +1 -1
- package/src/tableproperties.d.ts +1 -1
- package/src/tableproperties.js +1 -1
package/lang/translations/ar.po
CHANGED
package/lang/translations/az.po
CHANGED
package/lang/translations/bg.po
CHANGED
package/lang/translations/bn.po
CHANGED
package/lang/translations/ca.po
CHANGED
package/lang/translations/cs.po
CHANGED
package/lang/translations/da.po
CHANGED
package/lang/translations/de.po
CHANGED
package/lang/translations/el.po
CHANGED
package/lang/translations/en.po
CHANGED
package/lang/translations/es.po
CHANGED
package/lang/translations/et.po
CHANGED
package/lang/translations/fa.po
CHANGED
package/lang/translations/fi.po
CHANGED
package/lang/translations/fr.po
CHANGED
package/lang/translations/gl.po
CHANGED
package/lang/translations/he.po
CHANGED
package/lang/translations/hi.po
CHANGED
package/lang/translations/hr.po
CHANGED
package/lang/translations/hu.po
CHANGED
package/lang/translations/id.po
CHANGED
package/lang/translations/it.po
CHANGED
package/lang/translations/ja.po
CHANGED
package/lang/translations/ko.po
CHANGED
package/lang/translations/ku.po
CHANGED
package/lang/translations/lt.po
CHANGED
package/lang/translations/lv.po
CHANGED
package/lang/translations/ms.po
CHANGED
package/lang/translations/nb.po
CHANGED
package/lang/translations/ne.po
CHANGED
package/lang/translations/nl.po
CHANGED
package/lang/translations/no.po
CHANGED
package/lang/translations/pl.po
CHANGED
package/lang/translations/pt.po
CHANGED
package/lang/translations/ro.po
CHANGED
package/lang/translations/ru.po
CHANGED
package/lang/translations/sk.po
CHANGED
package/lang/translations/sq.po
CHANGED
package/lang/translations/sr.po
CHANGED
package/lang/translations/sv.po
CHANGED
package/lang/translations/th.po
CHANGED
package/lang/translations/tk.po
CHANGED
package/lang/translations/tr.po
CHANGED
package/lang/translations/tt.po
CHANGED
package/lang/translations/ug.po
CHANGED
package/lang/translations/uk.po
CHANGED
package/lang/translations/ur.po
CHANGED
package/lang/translations/uz.po
CHANGED
package/lang/translations/vi.po
CHANGED
package/lang/translations/zh.po
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-table",
|
|
3
|
-
"version": "37.0.0
|
|
3
|
+
"version": "37.0.0",
|
|
4
4
|
"description": "Table feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,41 +12,41 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "^37.0.0
|
|
15
|
+
"ckeditor5": "^37.0.0",
|
|
16
16
|
"lodash-es": "^4.17.15"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@ckeditor/ckeditor5-alignment": "^37.0.0
|
|
20
|
-
"@ckeditor/ckeditor5-basic-styles": "^37.0.0
|
|
21
|
-
"@ckeditor/ckeditor5-block-quote": "^37.0.0
|
|
22
|
-
"@ckeditor/ckeditor5-clipboard": "^37.0.0
|
|
23
|
-
"@ckeditor/ckeditor5-core": "^37.0.0
|
|
24
|
-
"@ckeditor/ckeditor5-dev-utils": "^
|
|
25
|
-
"@ckeditor/ckeditor5-editor-classic": "^37.0.0
|
|
26
|
-
"@ckeditor/ckeditor5-engine": "^37.0.0
|
|
27
|
-
"@ckeditor/ckeditor5-highlight": "^37.0.0
|
|
28
|
-
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0
|
|
29
|
-
"@ckeditor/ckeditor5-html-support": "^37.0.0
|
|
30
|
-
"@ckeditor/ckeditor5-image": "^37.0.0
|
|
31
|
-
"@ckeditor/ckeditor5-indent": "^37.0.0
|
|
32
|
-
"@ckeditor/ckeditor5-link": "^37.0.0
|
|
33
|
-
"@ckeditor/ckeditor5-list": "^37.0.0
|
|
34
|
-
"@ckeditor/ckeditor5-media-embed": "^37.0.0
|
|
35
|
-
"@ckeditor/ckeditor5-paragraph": "^37.0.0
|
|
36
|
-
"@ckeditor/ckeditor5-theme-lark": "^37.0.0
|
|
37
|
-
"@ckeditor/ckeditor5-typing": "^37.0.0
|
|
38
|
-
"@ckeditor/ckeditor5-ui": "^37.0.0
|
|
39
|
-
"@ckeditor/ckeditor5-undo": "^37.0.0
|
|
40
|
-
"@ckeditor/ckeditor5-utils": "^37.0.0
|
|
41
|
-
"@ckeditor/ckeditor5-widget": "^37.0.0
|
|
42
|
-
"@ckeditor/ckeditor5-source-editing": "^37.0.0
|
|
19
|
+
"@ckeditor/ckeditor5-alignment": "^37.0.0",
|
|
20
|
+
"@ckeditor/ckeditor5-basic-styles": "^37.0.0",
|
|
21
|
+
"@ckeditor/ckeditor5-block-quote": "^37.0.0",
|
|
22
|
+
"@ckeditor/ckeditor5-clipboard": "^37.0.0",
|
|
23
|
+
"@ckeditor/ckeditor5-core": "^37.0.0",
|
|
24
|
+
"@ckeditor/ckeditor5-dev-utils": "^36.0.0",
|
|
25
|
+
"@ckeditor/ckeditor5-editor-classic": "^37.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-engine": "^37.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-highlight": "^37.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0",
|
|
29
|
+
"@ckeditor/ckeditor5-html-support": "^37.0.0",
|
|
30
|
+
"@ckeditor/ckeditor5-image": "^37.0.0",
|
|
31
|
+
"@ckeditor/ckeditor5-indent": "^37.0.0",
|
|
32
|
+
"@ckeditor/ckeditor5-link": "^37.0.0",
|
|
33
|
+
"@ckeditor/ckeditor5-list": "^37.0.0",
|
|
34
|
+
"@ckeditor/ckeditor5-media-embed": "^37.0.0",
|
|
35
|
+
"@ckeditor/ckeditor5-paragraph": "^37.0.0",
|
|
36
|
+
"@ckeditor/ckeditor5-theme-lark": "^37.0.0",
|
|
37
|
+
"@ckeditor/ckeditor5-typing": "^37.0.0",
|
|
38
|
+
"@ckeditor/ckeditor5-ui": "^37.0.0",
|
|
39
|
+
"@ckeditor/ckeditor5-undo": "^37.0.0",
|
|
40
|
+
"@ckeditor/ckeditor5-utils": "^37.0.0",
|
|
41
|
+
"@ckeditor/ckeditor5-widget": "^37.0.0",
|
|
42
|
+
"@ckeditor/ckeditor5-source-editing": "^37.0.0",
|
|
43
43
|
"json-diff": "^0.5.4",
|
|
44
44
|
"typescript": "^4.8.4",
|
|
45
45
|
"webpack": "^5.58.1",
|
|
46
46
|
"webpack-cli": "^4.9.0"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
|
-
"node": ">=
|
|
49
|
+
"node": ">=16.0.0",
|
|
50
50
|
"npm": ">=5.7.1"
|
|
51
51
|
},
|
|
52
52
|
"author": "CKSource (http://cksource.com/)",
|
package/src/table.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import '../theme/table.css';
|
|
|
17
17
|
/**
|
|
18
18
|
* The table plugin.
|
|
19
19
|
*
|
|
20
|
-
* For a detailed overview, check the {@glink features/
|
|
20
|
+
* For a detailed overview, check the {@glink features/tables/tables Table feature documentation}.
|
|
21
21
|
*
|
|
22
22
|
* This is a "glue" plugin that loads the following table features:
|
|
23
23
|
*
|
package/src/table.js
CHANGED
|
@@ -17,7 +17,7 @@ import '../theme/table.css';
|
|
|
17
17
|
/**
|
|
18
18
|
* The table plugin.
|
|
19
19
|
*
|
|
20
|
-
* For a detailed overview, check the {@glink features/
|
|
20
|
+
* For a detailed overview, check the {@glink features/tables/tables Table feature documentation}.
|
|
21
21
|
*
|
|
22
22
|
* This is a "glue" plugin that loads the following table features:
|
|
23
23
|
*
|
|
@@ -11,7 +11,7 @@ import TableCellPropertiesEditing from './tablecellproperties/tablecellpropertie
|
|
|
11
11
|
/**
|
|
12
12
|
* The table cell properties feature. Enables support for setting properties of table cells (size, border, background, etc.).
|
|
13
13
|
*
|
|
14
|
-
* Read more in the {@glink features/
|
|
14
|
+
* Read more in the {@glink features/tables/tables-styling Table and cell styling tools} section.
|
|
15
15
|
* See also the {@link module:table/tableproperties~TableProperties} plugin.
|
|
16
16
|
*
|
|
17
17
|
* This is a "glue" plugin that loads the
|
|
@@ -11,7 +11,7 @@ import TableCellPropertiesEditing from './tablecellproperties/tablecellpropertie
|
|
|
11
11
|
/**
|
|
12
12
|
* The table cell properties feature. Enables support for setting properties of table cells (size, border, background, etc.).
|
|
13
13
|
*
|
|
14
|
-
* Read more in the {@glink features/
|
|
14
|
+
* Read more in the {@glink features/tables/tables-styling Table and cell styling tools} section.
|
|
15
15
|
* See also the {@link module:table/tableproperties~TableProperties} plugin.
|
|
16
16
|
*
|
|
17
17
|
* This is a "glue" plugin that loads the
|
package/src/tableproperties.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import TablePropertiesUI from './tableproperties/tablepropertiesui';
|
|
|
11
11
|
/**
|
|
12
12
|
* The table properties feature. Enables support for setting properties of tables (size, border, background, etc.).
|
|
13
13
|
*
|
|
14
|
-
* Read more in the {@glink features/
|
|
14
|
+
* Read more in the {@glink features/tables/tables-styling Table and cell styling tools} section.
|
|
15
15
|
* See also the {@link module:table/tablecellproperties~TableCellProperties} plugin.
|
|
16
16
|
*
|
|
17
17
|
* This is a "glue" plugin that loads the
|
package/src/tableproperties.js
CHANGED
|
@@ -11,7 +11,7 @@ import TablePropertiesUI from './tableproperties/tablepropertiesui';
|
|
|
11
11
|
/**
|
|
12
12
|
* The table properties feature. Enables support for setting properties of tables (size, border, background, etc.).
|
|
13
13
|
*
|
|
14
|
-
* Read more in the {@glink features/
|
|
14
|
+
* Read more in the {@glink features/tables/tables-styling Table and cell styling tools} section.
|
|
15
15
|
* See also the {@link module:table/tablecellproperties~TableCellProperties} plugin.
|
|
16
16
|
*
|
|
17
17
|
* This is a "glue" plugin that loads the
|