@ckeditor/ckeditor5-typing 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 +21 -21
- package/src/texttransformation.d.ts +2 -2
- package/src/typing.d.ts +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-typing",
|
|
3
|
-
"version": "37.0.0-alpha.
|
|
3
|
+
"version": "37.0.0-alpha.3",
|
|
4
4
|
"description": "Typing feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,29 +12,29 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.
|
|
16
|
-
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.
|
|
15
|
+
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.3",
|
|
16
|
+
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.3",
|
|
17
|
+
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.3",
|
|
18
18
|
"lodash-es": "^4.17.15"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@ckeditor/ckeditor5-autoformat": "^37.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.
|
|
23
|
-
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.
|
|
24
|
-
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.
|
|
25
|
-
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-essentials": "^37.0.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.
|
|
29
|
-
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.
|
|
30
|
-
"@ckeditor/ckeditor5-indent": "^37.0.0-alpha.
|
|
31
|
-
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.
|
|
32
|
-
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.
|
|
33
|
-
"@ckeditor/ckeditor5-media-embed": "^37.0.0-alpha.
|
|
34
|
-
"@ckeditor/ckeditor5-mention": "^37.0.0-alpha.
|
|
35
|
-
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.
|
|
36
|
-
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.
|
|
37
|
-
"@ckeditor/ckeditor5-undo": "^37.0.0-alpha.
|
|
21
|
+
"@ckeditor/ckeditor5-autoformat": "^37.0.0-alpha.3",
|
|
22
|
+
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.3",
|
|
23
|
+
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.3",
|
|
24
|
+
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.3",
|
|
25
|
+
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.3",
|
|
26
|
+
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.3",
|
|
27
|
+
"@ckeditor/ckeditor5-essentials": "^37.0.0-alpha.3",
|
|
28
|
+
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.3",
|
|
29
|
+
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.3",
|
|
30
|
+
"@ckeditor/ckeditor5-indent": "^37.0.0-alpha.3",
|
|
31
|
+
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.3",
|
|
32
|
+
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.3",
|
|
33
|
+
"@ckeditor/ckeditor5-media-embed": "^37.0.0-alpha.3",
|
|
34
|
+
"@ckeditor/ckeditor5-mention": "^37.0.0-alpha.3",
|
|
35
|
+
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.3",
|
|
36
|
+
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.3",
|
|
37
|
+
"@ckeditor/ckeditor5-undo": "^37.0.0-alpha.3",
|
|
38
38
|
"typescript": "^4.8.4",
|
|
39
39
|
"webpack": "^5.58.1",
|
|
40
40
|
"webpack-cli": "^4.9.0"
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module typing/texttransformation
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin, type Editor
|
|
8
|
+
import { Plugin, type Editor } from '@ckeditor/ckeditor5-core';
|
|
9
9
|
/**
|
|
10
10
|
* The text transformation plugin.
|
|
11
11
|
*/
|
|
@@ -13,7 +13,7 @@ export default class TextTransformation extends Plugin {
|
|
|
13
13
|
/**
|
|
14
14
|
* @inheritDoc
|
|
15
15
|
*/
|
|
16
|
-
static get requires():
|
|
16
|
+
static get requires(): readonly ["Delete", "Input"];
|
|
17
17
|
/**
|
|
18
18
|
* @inheritDoc
|
|
19
19
|
*/
|
package/src/typing.d.ts
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module typing/typing
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from '@ckeditor/ckeditor5-core';
|
|
9
|
+
import Input from './input';
|
|
10
|
+
import Delete from './delete';
|
|
9
11
|
/**
|
|
10
12
|
* The typing feature. It handles typing.
|
|
11
13
|
*
|
|
@@ -13,7 +15,7 @@ import { Plugin, type PluginDependencies } from '@ckeditor/ckeditor5-core';
|
|
|
13
15
|
* plugins.
|
|
14
16
|
*/
|
|
15
17
|
export default class Typing extends Plugin {
|
|
16
|
-
static get requires():
|
|
18
|
+
static get requires(): readonly [typeof Input, typeof Delete];
|
|
17
19
|
/**
|
|
18
20
|
* @inheritDoc
|
|
19
21
|
*/
|