@ckeditor/ckeditor5-show-blocks 38.2.0-alpha.1 → 39.0.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/README.md +0 -1
- package/build/show-blocks.js +5 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/translations/ar.po +21 -0
- package/lang/translations/bg.po +21 -0
- package/lang/translations/bn.po +21 -0
- package/lang/translations/ca.po +21 -0
- package/lang/translations/cs.po +21 -0
- package/lang/translations/da.po +21 -0
- package/lang/translations/de.po +21 -0
- package/lang/translations/el.po +21 -0
- package/lang/translations/es.po +21 -0
- package/lang/translations/et.po +21 -0
- package/lang/translations/fi.po +21 -0
- package/lang/translations/fr.po +21 -0
- package/lang/translations/gl.po +21 -0
- package/lang/translations/he.po +21 -0
- package/lang/translations/hi.po +21 -0
- package/lang/translations/hr.po +21 -0
- package/lang/translations/hu.po +21 -0
- package/lang/translations/id.po +21 -0
- package/lang/translations/it.po +21 -0
- package/lang/translations/ja.po +21 -0
- package/lang/translations/ko.po +21 -0
- package/lang/translations/lt.po +21 -0
- package/lang/translations/lv.po +21 -0
- package/lang/translations/ms.po +21 -0
- package/lang/translations/nl.po +21 -0
- package/lang/translations/no.po +21 -0
- package/lang/translations/pl.po +21 -0
- package/lang/translations/pt-br.po +21 -0
- package/lang/translations/pt.po +21 -0
- package/lang/translations/ro.po +21 -0
- package/lang/translations/ru.po +21 -0
- package/lang/translations/sk.po +21 -0
- package/lang/translations/sq.po +21 -0
- package/lang/translations/sr.po +21 -0
- package/lang/translations/sv.po +21 -0
- package/lang/translations/th.po +21 -0
- package/lang/translations/tr.po +21 -0
- package/lang/translations/ug.po +21 -0
- package/lang/translations/uk.po +21 -0
- package/lang/translations/vi.po +21 -0
- package/lang/translations/zh-cn.po +21 -0
- package/lang/translations/zh.po +21 -0
- package/package.json +5 -16
- package/src/augmentation.d.ts +1 -1
- package/src/index.d.ts +5 -5
- package/src/index.js +5 -5
- package/src/showblocks.d.ts +3 -3
- package/src/showblocks.js +3 -3
- package/src/showblockscommand.d.ts +1 -1
- package/src/showblockscommand.js +1 -1
- package/src/showblocksediting.d.ts +1 -1
- package/src/showblocksediting.js +2 -2
- package/src/showblocksui.d.ts +1 -1
- package/src/showblocksui.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-show-blocks",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "39.0.1",
|
|
4
4
|
"description": "Show blocks feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -8,24 +8,12 @@
|
|
|
8
8
|
"ckeditor 5",
|
|
9
9
|
"ckeditor5-feature",
|
|
10
10
|
"ckeditor5-plugin",
|
|
11
|
-
"
|
|
12
|
-
"text",
|
|
13
|
-
"rich-text",
|
|
14
|
-
"richtext",
|
|
15
|
-
"ckeditor",
|
|
16
|
-
"editor",
|
|
17
|
-
"editing",
|
|
18
|
-
"html",
|
|
19
|
-
"contentEditable",
|
|
20
|
-
"blocks",
|
|
21
|
-
"content-blocks",
|
|
22
|
-
"show-blocks"
|
|
11
|
+
"ckeditor5-dll"
|
|
23
12
|
],
|
|
24
13
|
"main": "src/index.js",
|
|
25
|
-
"type": "module",
|
|
26
14
|
"dependencies": {
|
|
27
|
-
"ckeditor5": "
|
|
28
|
-
"@ckeditor/ckeditor5-ui": "
|
|
15
|
+
"ckeditor5": "39.0.1",
|
|
16
|
+
"@ckeditor/ckeditor5-ui": "39.0.1"
|
|
29
17
|
},
|
|
30
18
|
"engines": {
|
|
31
19
|
"node": ">=16.0.0",
|
|
@@ -45,6 +33,7 @@
|
|
|
45
33
|
"src/**/*.js",
|
|
46
34
|
"src/**/*.d.ts",
|
|
47
35
|
"theme",
|
|
36
|
+
"build",
|
|
48
37
|
"ckeditor5-metadata.json",
|
|
49
38
|
"CHANGELOG.md"
|
|
50
39
|
],
|
package/src/augmentation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
import type { ShowBlocks, ShowBlocksCommand, ShowBlocksEditing, ShowBlocksUI } from './index
|
|
5
|
+
import type { ShowBlocks, ShowBlocksCommand, ShowBlocksEditing, ShowBlocksUI } from './index';
|
|
6
6
|
declare module '@ckeditor/ckeditor5-core' {
|
|
7
7
|
interface PluginsMap {
|
|
8
8
|
[ShowBlocks.pluginName]: ShowBlocks;
|
package/src/index.d.ts
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module show-blocks
|
|
7
7
|
*/
|
|
8
|
-
export { default as ShowBlocks } from './showblocks
|
|
9
|
-
export { default as ShowBlocksCommand } from './showblockscommand
|
|
10
|
-
export { default as ShowBlocksEditing } from './showblocksediting
|
|
11
|
-
export { default as ShowBlocksUI } from './showblocksui
|
|
12
|
-
import './augmentation
|
|
8
|
+
export { default as ShowBlocks } from './showblocks';
|
|
9
|
+
export { default as ShowBlocksCommand } from './showblockscommand';
|
|
10
|
+
export { default as ShowBlocksEditing } from './showblocksediting';
|
|
11
|
+
export { default as ShowBlocksUI } from './showblocksui';
|
|
12
|
+
import './augmentation';
|
package/src/index.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module show-blocks
|
|
7
7
|
*/
|
|
8
|
-
export { default as ShowBlocks } from './showblocks
|
|
9
|
-
export { default as ShowBlocksCommand } from './showblockscommand
|
|
10
|
-
export { default as ShowBlocksEditing } from './showblocksediting
|
|
11
|
-
export { default as ShowBlocksUI } from './showblocksui
|
|
12
|
-
import './augmentation
|
|
8
|
+
export { default as ShowBlocks } from './showblocks';
|
|
9
|
+
export { default as ShowBlocksCommand } from './showblockscommand';
|
|
10
|
+
export { default as ShowBlocksEditing } from './showblocksediting';
|
|
11
|
+
export { default as ShowBlocksUI } from './showblocksui';
|
|
12
|
+
import './augmentation';
|
package/src/showblocks.d.ts
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module show-blocks/showblocks
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin } from 'ckeditor5/src/core
|
|
9
|
-
import ShowBlocksEditing from './showblocksediting
|
|
10
|
-
import ShowBlocksUI from './showblocksui
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import ShowBlocksEditing from './showblocksediting';
|
|
10
|
+
import ShowBlocksUI from './showblocksui';
|
|
11
11
|
/**
|
|
12
12
|
* The show blocks feature.
|
|
13
13
|
*
|
package/src/showblocks.js
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module show-blocks/showblocks
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin } from 'ckeditor5/src/core
|
|
9
|
-
import ShowBlocksEditing from './showblocksediting
|
|
10
|
-
import ShowBlocksUI from './showblocksui
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import ShowBlocksEditing from './showblocksediting';
|
|
10
|
+
import ShowBlocksUI from './showblocksui';
|
|
11
11
|
/**
|
|
12
12
|
* The show blocks feature.
|
|
13
13
|
*
|
package/src/showblockscommand.js
CHANGED
package/src/showblocksediting.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module show-blocks/showblocksediting
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin } from 'ckeditor5/src/core
|
|
9
|
-
import ShowBlocksCommand from './showblockscommand
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import ShowBlocksCommand from './showblockscommand';
|
|
10
10
|
/**
|
|
11
11
|
* The show blocks editing plugin.
|
|
12
12
|
*/
|
package/src/showblocksui.d.ts
CHANGED
package/src/showblocksui.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* @module show-blocks/showblocksui
|
|
7
7
|
*/
|
|
8
|
-
import { Plugin } from 'ckeditor5/src/core
|
|
9
|
-
import { ButtonView } from 'ckeditor5/src/ui
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
9
|
+
import { ButtonView } from 'ckeditor5/src/ui';
|
|
10
10
|
import showBlocksIcon from '../theme/icons/show-blocks.svg';
|
|
11
11
|
import '../theme/showblocks.css';
|
|
12
12
|
/**
|