@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.
Files changed (98) hide show
  1. package/README.md +0 -1
  2. package/build/show-blocks.js +5 -0
  3. package/build/translations/ar.js +1 -0
  4. package/build/translations/bg.js +1 -0
  5. package/build/translations/bn.js +1 -0
  6. package/build/translations/ca.js +1 -0
  7. package/build/translations/cs.js +1 -0
  8. package/build/translations/da.js +1 -0
  9. package/build/translations/de.js +1 -0
  10. package/build/translations/el.js +1 -0
  11. package/build/translations/es.js +1 -0
  12. package/build/translations/et.js +1 -0
  13. package/build/translations/fi.js +1 -0
  14. package/build/translations/fr.js +1 -0
  15. package/build/translations/gl.js +1 -0
  16. package/build/translations/he.js +1 -0
  17. package/build/translations/hi.js +1 -0
  18. package/build/translations/hr.js +1 -0
  19. package/build/translations/hu.js +1 -0
  20. package/build/translations/id.js +1 -0
  21. package/build/translations/it.js +1 -0
  22. package/build/translations/ja.js +1 -0
  23. package/build/translations/ko.js +1 -0
  24. package/build/translations/lt.js +1 -0
  25. package/build/translations/lv.js +1 -0
  26. package/build/translations/ms.js +1 -0
  27. package/build/translations/nl.js +1 -0
  28. package/build/translations/no.js +1 -0
  29. package/build/translations/pl.js +1 -0
  30. package/build/translations/pt-br.js +1 -0
  31. package/build/translations/pt.js +1 -0
  32. package/build/translations/ro.js +1 -0
  33. package/build/translations/ru.js +1 -0
  34. package/build/translations/sk.js +1 -0
  35. package/build/translations/sq.js +1 -0
  36. package/build/translations/sr.js +1 -0
  37. package/build/translations/sv.js +1 -0
  38. package/build/translations/th.js +1 -0
  39. package/build/translations/tr.js +1 -0
  40. package/build/translations/ug.js +1 -0
  41. package/build/translations/uk.js +1 -0
  42. package/build/translations/vi.js +1 -0
  43. package/build/translations/zh-cn.js +1 -0
  44. package/build/translations/zh.js +1 -0
  45. package/lang/translations/ar.po +21 -0
  46. package/lang/translations/bg.po +21 -0
  47. package/lang/translations/bn.po +21 -0
  48. package/lang/translations/ca.po +21 -0
  49. package/lang/translations/cs.po +21 -0
  50. package/lang/translations/da.po +21 -0
  51. package/lang/translations/de.po +21 -0
  52. package/lang/translations/el.po +21 -0
  53. package/lang/translations/es.po +21 -0
  54. package/lang/translations/et.po +21 -0
  55. package/lang/translations/fi.po +21 -0
  56. package/lang/translations/fr.po +21 -0
  57. package/lang/translations/gl.po +21 -0
  58. package/lang/translations/he.po +21 -0
  59. package/lang/translations/hi.po +21 -0
  60. package/lang/translations/hr.po +21 -0
  61. package/lang/translations/hu.po +21 -0
  62. package/lang/translations/id.po +21 -0
  63. package/lang/translations/it.po +21 -0
  64. package/lang/translations/ja.po +21 -0
  65. package/lang/translations/ko.po +21 -0
  66. package/lang/translations/lt.po +21 -0
  67. package/lang/translations/lv.po +21 -0
  68. package/lang/translations/ms.po +21 -0
  69. package/lang/translations/nl.po +21 -0
  70. package/lang/translations/no.po +21 -0
  71. package/lang/translations/pl.po +21 -0
  72. package/lang/translations/pt-br.po +21 -0
  73. package/lang/translations/pt.po +21 -0
  74. package/lang/translations/ro.po +21 -0
  75. package/lang/translations/ru.po +21 -0
  76. package/lang/translations/sk.po +21 -0
  77. package/lang/translations/sq.po +21 -0
  78. package/lang/translations/sr.po +21 -0
  79. package/lang/translations/sv.po +21 -0
  80. package/lang/translations/th.po +21 -0
  81. package/lang/translations/tr.po +21 -0
  82. package/lang/translations/ug.po +21 -0
  83. package/lang/translations/uk.po +21 -0
  84. package/lang/translations/vi.po +21 -0
  85. package/lang/translations/zh-cn.po +21 -0
  86. package/lang/translations/zh.po +21 -0
  87. package/package.json +5 -16
  88. package/src/augmentation.d.ts +1 -1
  89. package/src/index.d.ts +5 -5
  90. package/src/index.js +5 -5
  91. package/src/showblocks.d.ts +3 -3
  92. package/src/showblocks.js +3 -3
  93. package/src/showblockscommand.d.ts +1 -1
  94. package/src/showblockscommand.js +1 -1
  95. package/src/showblocksediting.d.ts +1 -1
  96. package/src/showblocksediting.js +2 -2
  97. package/src/showblocksui.d.ts +1 -1
  98. 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": "38.2.0-alpha.1",
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
- "WYSIWYG",
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": "38.2.0-alpha.1",
28
- "@ckeditor/ckeditor5-ui": "38.2.0-alpha.1"
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
  ],
@@ -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.js';
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.js';
9
- export { default as ShowBlocksCommand } from './showblockscommand.js';
10
- export { default as ShowBlocksEditing } from './showblocksediting.js';
11
- export { default as ShowBlocksUI } from './showblocksui.js';
12
- import './augmentation.js';
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.js';
9
- export { default as ShowBlocksCommand } from './showblockscommand.js';
10
- export { default as ShowBlocksEditing } from './showblocksediting.js';
11
- export { default as ShowBlocksUI } from './showblocksui.js';
12
- import './augmentation.js';
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';
@@ -5,9 +5,9 @@
5
5
  /**
6
6
  * @module show-blocks/showblocks
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
9
- import ShowBlocksEditing from './showblocksediting.js';
10
- import ShowBlocksUI from './showblocksui.js';
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.js';
9
- import ShowBlocksEditing from './showblocksediting.js';
10
- import ShowBlocksUI from './showblocksui.js';
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
  *
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module show-blocks/showblockscommand
7
7
  */
8
- import { Command, type Editor } from 'ckeditor5/src/core.js';
8
+ import { Command, type Editor } from 'ckeditor5/src/core';
9
9
  /**
10
10
  * The show blocks command.
11
11
  *
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module show-blocks/showblockscommand
7
7
  */
8
- import { Command } from 'ckeditor5/src/core.js';
8
+ import { Command } from 'ckeditor5/src/core';
9
9
  /**
10
10
  * The show blocks command.
11
11
  *
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module show-blocks/showblocksediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
8
+ import { Plugin } from 'ckeditor5/src/core';
9
9
  /**
10
10
  * The show blocks editing plugin.
11
11
  */
@@ -5,8 +5,8 @@
5
5
  /**
6
6
  * @module show-blocks/showblocksediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
9
- import ShowBlocksCommand from './showblockscommand.js';
8
+ import { Plugin } from 'ckeditor5/src/core';
9
+ import ShowBlocksCommand from './showblockscommand';
10
10
  /**
11
11
  * The show blocks editing plugin.
12
12
  */
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module show-blocks/showblocksui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
8
+ import { Plugin } from 'ckeditor5/src/core';
9
9
  import '../theme/showblocks.css';
10
10
  /**
11
11
  * The UI plugin of the show blocks feature.
@@ -5,8 +5,8 @@
5
5
  /**
6
6
  * @module show-blocks/showblocksui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core.js';
9
- import { ButtonView } from 'ckeditor5/src/ui.js';
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
  /**