@ckeditor/ckeditor5-clipboard 37.0.0-alpha.1 → 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 +22 -22
- package/src/clipboard.d.ts +5 -2
- package/src/dragdrop.d.ts +4 -2
- package/src/pasteplaintext.d.ts +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-clipboard",
|
|
3
|
-
"version": "37.0.0-alpha.
|
|
3
|
+
"version": "37.0.0-alpha.3",
|
|
4
4
|
"description": "Clipboard integration feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,30 +12,30 @@
|
|
|
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.
|
|
18
|
-
"@ckeditor/ckeditor5-widget": "^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
|
+
"@ckeditor/ckeditor5-widget": "^37.0.0-alpha.3",
|
|
19
19
|
"lodash-es": "^4.17.15"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@ckeditor/ckeditor5-alignment": "^37.0.0-alpha.
|
|
23
|
-
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.
|
|
24
|
-
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.
|
|
25
|
-
"@ckeditor/ckeditor5-cloud-services": "^37.0.0-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-easy-image": "^37.0.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.
|
|
29
|
-
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.
|
|
30
|
-
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0-alpha.
|
|
31
|
-
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.
|
|
32
|
-
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.
|
|
33
|
-
"@ckeditor/ckeditor5-page-break": "^37.0.0-alpha.
|
|
34
|
-
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.
|
|
35
|
-
"@ckeditor/ckeditor5-paste-from-office": "^37.0.0-alpha.
|
|
36
|
-
"@ckeditor/ckeditor5-remove-format": "^37.0.0-alpha.
|
|
37
|
-
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.
|
|
38
|
-
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.
|
|
22
|
+
"@ckeditor/ckeditor5-alignment": "^37.0.0-alpha.3",
|
|
23
|
+
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.3",
|
|
24
|
+
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.3",
|
|
25
|
+
"@ckeditor/ckeditor5-cloud-services": "^37.0.0-alpha.3",
|
|
26
|
+
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.3",
|
|
27
|
+
"@ckeditor/ckeditor5-easy-image": "^37.0.0-alpha.3",
|
|
28
|
+
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.3",
|
|
29
|
+
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.3",
|
|
30
|
+
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0-alpha.3",
|
|
31
|
+
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.3",
|
|
32
|
+
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.3",
|
|
33
|
+
"@ckeditor/ckeditor5-page-break": "^37.0.0-alpha.3",
|
|
34
|
+
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.3",
|
|
35
|
+
"@ckeditor/ckeditor5-paste-from-office": "^37.0.0-alpha.3",
|
|
36
|
+
"@ckeditor/ckeditor5-remove-format": "^37.0.0-alpha.3",
|
|
37
|
+
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.3",
|
|
38
|
+
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.3",
|
|
39
39
|
"typescript": "^4.8.4",
|
|
40
40
|
"webpack": "^5.58.1",
|
|
41
41
|
"webpack-cli": "^4.9.0"
|
package/src/clipboard.d.ts
CHANGED
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module clipboard/clipboard
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from '@ckeditor/ckeditor5-core';
|
|
9
|
+
import ClipboardPipeline from './clipboardpipeline';
|
|
10
|
+
import DragDrop from './dragdrop';
|
|
11
|
+
import PastePlainText from './pasteplaintext';
|
|
9
12
|
/**
|
|
10
13
|
* The clipboard feature.
|
|
11
14
|
*
|
|
@@ -24,5 +27,5 @@ export default class Clipboard extends Plugin {
|
|
|
24
27
|
/**
|
|
25
28
|
* @inheritDoc
|
|
26
29
|
*/
|
|
27
|
-
static get requires():
|
|
30
|
+
static get requires(): readonly [typeof ClipboardPipeline, typeof DragDrop, typeof PastePlainText];
|
|
28
31
|
}
|
package/src/dragdrop.d.ts
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module clipboard/dragdrop
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from '@ckeditor/ckeditor5-core';
|
|
9
|
+
import { Widget } from '@ckeditor/ckeditor5-widget';
|
|
10
|
+
import ClipboardPipeline from './clipboardpipeline';
|
|
9
11
|
import '../theme/clipboard.css';
|
|
10
12
|
/**
|
|
11
13
|
* The drag and drop feature. It works on top of the {@link module:clipboard/clipboardpipeline~ClipboardPipeline}.
|
|
@@ -46,7 +48,7 @@ export default class DragDrop extends Plugin {
|
|
|
46
48
|
/**
|
|
47
49
|
* @inheritDoc
|
|
48
50
|
*/
|
|
49
|
-
static get requires():
|
|
51
|
+
static get requires(): readonly [typeof ClipboardPipeline, typeof Widget];
|
|
50
52
|
/**
|
|
51
53
|
* @inheritDoc
|
|
52
54
|
*/
|
package/src/pasteplaintext.d.ts
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module clipboard/pasteplaintext
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin
|
|
8
|
+
import { Plugin } from '@ckeditor/ckeditor5-core';
|
|
9
|
+
import ClipboardPipeline from './clipboardpipeline';
|
|
9
10
|
/**
|
|
10
11
|
* The plugin detects the user's intention to paste plain text.
|
|
11
12
|
*
|
|
@@ -19,7 +20,7 @@ export default class PastePlainText extends Plugin {
|
|
|
19
20
|
/**
|
|
20
21
|
* @inheritDoc
|
|
21
22
|
*/
|
|
22
|
-
static get requires():
|
|
23
|
+
static get requires(): readonly [typeof ClipboardPipeline];
|
|
23
24
|
/**
|
|
24
25
|
* @inheritDoc
|
|
25
26
|
*/
|