@ckeditor/ckeditor5-style 37.0.0-alpha.2 → 37.0.0-alpha.3
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 +34 -34
- package/src/style.d.ts +4 -2
- package/src/styleediting.d.ts +3 -2
- package/src/styleui.d.ts +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-style",
|
|
3
|
-
"version": "37.0.0-alpha.
|
|
3
|
+
"version": "37.0.0-alpha.3",
|
|
4
4
|
"description": "Style feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,43 +12,43 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "^37.0.0-alpha.
|
|
15
|
+
"ckeditor5": "^37.0.0-alpha.3",
|
|
16
16
|
"lodash-es": "^4.17.15"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@ckeditor/ckeditor5-alignment": "^37.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-cloud-services": "^37.0.0-alpha.
|
|
23
|
-
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.
|
|
24
|
-
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.
|
|
19
|
+
"@ckeditor/ckeditor5-alignment": "^37.0.0-alpha.3",
|
|
20
|
+
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.3",
|
|
21
|
+
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.3",
|
|
22
|
+
"@ckeditor/ckeditor5-cloud-services": "^37.0.0-alpha.3",
|
|
23
|
+
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.3",
|
|
24
|
+
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.3",
|
|
25
25
|
"@ckeditor/ckeditor5-dev-utils": "^35.0.0",
|
|
26
|
-
"@ckeditor/ckeditor5-easy-image": "^37.0.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.
|
|
29
|
-
"@ckeditor/ckeditor5-font": "^37.0.0-alpha.
|
|
30
|
-
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.
|
|
31
|
-
"@ckeditor/ckeditor5-highlight": "^37.0.0-alpha.
|
|
32
|
-
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0-alpha.
|
|
33
|
-
"@ckeditor/ckeditor5-html-embed": "^37.0.0-alpha.
|
|
34
|
-
"@ckeditor/ckeditor5-html-support": "^37.0.0-alpha.
|
|
35
|
-
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.
|
|
36
|
-
"@ckeditor/ckeditor5-indent": "^37.0.0-alpha.
|
|
37
|
-
"@ckeditor/ckeditor5-language": "^37.0.0-alpha.
|
|
38
|
-
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.
|
|
39
|
-
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.
|
|
40
|
-
"@ckeditor/ckeditor5-mention": "^37.0.0-alpha.
|
|
41
|
-
"@ckeditor/ckeditor5-page-break": "^37.0.0-alpha.
|
|
42
|
-
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.
|
|
43
|
-
"@ckeditor/ckeditor5-paste-from-office": "^37.0.0-alpha.
|
|
44
|
-
"@ckeditor/ckeditor5-remove-format": "^37.0.0-alpha.
|
|
45
|
-
"@ckeditor/ckeditor5-source-editing": "^37.0.0-alpha.
|
|
46
|
-
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.
|
|
47
|
-
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.
|
|
48
|
-
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.
|
|
51
|
-
"@ckeditor/ckeditor5-word-count": "^37.0.0-alpha.
|
|
26
|
+
"@ckeditor/ckeditor5-easy-image": "^37.0.0-alpha.3",
|
|
27
|
+
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.3",
|
|
28
|
+
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.3",
|
|
29
|
+
"@ckeditor/ckeditor5-font": "^37.0.0-alpha.3",
|
|
30
|
+
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.3",
|
|
31
|
+
"@ckeditor/ckeditor5-highlight": "^37.0.0-alpha.3",
|
|
32
|
+
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0-alpha.3",
|
|
33
|
+
"@ckeditor/ckeditor5-html-embed": "^37.0.0-alpha.3",
|
|
34
|
+
"@ckeditor/ckeditor5-html-support": "^37.0.0-alpha.3",
|
|
35
|
+
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.3",
|
|
36
|
+
"@ckeditor/ckeditor5-indent": "^37.0.0-alpha.3",
|
|
37
|
+
"@ckeditor/ckeditor5-language": "^37.0.0-alpha.3",
|
|
38
|
+
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.3",
|
|
39
|
+
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.3",
|
|
40
|
+
"@ckeditor/ckeditor5-mention": "^37.0.0-alpha.3",
|
|
41
|
+
"@ckeditor/ckeditor5-page-break": "^37.0.0-alpha.3",
|
|
42
|
+
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.3",
|
|
43
|
+
"@ckeditor/ckeditor5-paste-from-office": "^37.0.0-alpha.3",
|
|
44
|
+
"@ckeditor/ckeditor5-remove-format": "^37.0.0-alpha.3",
|
|
45
|
+
"@ckeditor/ckeditor5-source-editing": "^37.0.0-alpha.3",
|
|
46
|
+
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.3",
|
|
47
|
+
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.3",
|
|
48
|
+
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.3",
|
|
49
|
+
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.3",
|
|
50
|
+
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.3",
|
|
51
|
+
"@ckeditor/ckeditor5-word-count": "^37.0.0-alpha.3",
|
|
52
52
|
"typescript": "^4.8.4",
|
|
53
53
|
"webpack": "^5.58.1",
|
|
54
54
|
"webpack-cli": "^4.9.0"
|
package/src/style.d.ts
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module style/style
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import StyleUI from './styleui';
|
|
10
|
+
import StyleEditing from './styleediting';
|
|
9
11
|
/**
|
|
10
12
|
* The style plugin.
|
|
11
13
|
*
|
|
@@ -20,5 +22,5 @@ export default class Style extends Plugin {
|
|
|
20
22
|
/**
|
|
21
23
|
* @inheritDoc
|
|
22
24
|
*/
|
|
23
|
-
static get requires():
|
|
25
|
+
static get requires(): readonly [typeof StyleEditing, typeof StyleUI];
|
|
24
26
|
}
|
package/src/styleediting.d.ts
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module style/styleediting
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import StyleUtils from './styleutils';
|
|
9
10
|
/**
|
|
10
11
|
* The style engine feature.
|
|
11
12
|
*
|
|
@@ -21,7 +22,7 @@ export default class StyleEditing extends Plugin {
|
|
|
21
22
|
/**
|
|
22
23
|
* @inheritDoc
|
|
23
24
|
*/
|
|
24
|
-
static get requires():
|
|
25
|
+
static get requires(): readonly ["GeneralHtmlSupport", typeof StyleUtils];
|
|
25
26
|
/**
|
|
26
27
|
* @inheritDoc
|
|
27
28
|
*/
|
package/src/styleui.d.ts
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module style/styleui
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import StyleUtils from './styleutils';
|
|
9
10
|
import '../theme/style.css';
|
|
10
11
|
/**
|
|
11
12
|
* The UI plugin of the style feature .
|
|
@@ -21,7 +22,7 @@ export default class StyleUI extends Plugin {
|
|
|
21
22
|
/**
|
|
22
23
|
* @inheritDoc
|
|
23
24
|
*/
|
|
24
|
-
static get requires():
|
|
25
|
+
static get requires(): readonly [typeof StyleUtils];
|
|
25
26
|
/**
|
|
26
27
|
* @inheritDoc
|
|
27
28
|
*/
|