ckeditor5 38.1.1 → 38.2.0-alpha.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.
@@ -196,6 +196,7 @@
196
196
  "ButtonView",
197
197
  "ColorGridView",
198
198
  "ColorPickerView",
199
+ "ColorSelectorView",
199
200
  "ColorTileView",
200
201
  "ComponentFactory",
201
202
  "ContextualBalloon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ckeditor5",
3
- "version": "38.1.1",
3
+ "version": "38.2.0-alpha.1",
4
4
  "keywords": [
5
5
  "ckeditor",
6
6
  "ckeditor5",
@@ -19,20 +19,21 @@
19
19
  "framework"
20
20
  ],
21
21
  "description": "A set of ready-to-use rich text editors created with a powerful framework. Made with real-time collaborative editing in mind.",
22
+ "type": "module",
22
23
  "dependencies": {
23
- "@ckeditor/ckeditor5-clipboard": "38.1.1",
24
- "@ckeditor/ckeditor5-core": "38.1.1",
25
- "@ckeditor/ckeditor5-engine": "38.1.1",
26
- "@ckeditor/ckeditor5-enter": "38.1.1",
27
- "@ckeditor/ckeditor5-paragraph": "38.1.1",
28
- "@ckeditor/ckeditor5-select-all": "38.1.1",
29
- "@ckeditor/ckeditor5-typing": "38.1.1",
30
- "@ckeditor/ckeditor5-ui": "38.1.1",
31
- "@ckeditor/ckeditor5-undo": "38.1.1",
32
- "@ckeditor/ckeditor5-upload": "38.1.1",
33
- "@ckeditor/ckeditor5-utils": "38.1.1",
34
- "@ckeditor/ckeditor5-watchdog": "38.1.1",
35
- "@ckeditor/ckeditor5-widget": "38.1.1"
24
+ "@ckeditor/ckeditor5-clipboard": "38.2.0-alpha.1",
25
+ "@ckeditor/ckeditor5-core": "38.2.0-alpha.1",
26
+ "@ckeditor/ckeditor5-engine": "38.2.0-alpha.1",
27
+ "@ckeditor/ckeditor5-enter": "38.2.0-alpha.1",
28
+ "@ckeditor/ckeditor5-paragraph": "38.2.0-alpha.1",
29
+ "@ckeditor/ckeditor5-select-all": "38.2.0-alpha.1",
30
+ "@ckeditor/ckeditor5-typing": "38.2.0-alpha.1",
31
+ "@ckeditor/ckeditor5-ui": "38.2.0-alpha.1",
32
+ "@ckeditor/ckeditor5-undo": "38.2.0-alpha.1",
33
+ "@ckeditor/ckeditor5-upload": "38.2.0-alpha.1",
34
+ "@ckeditor/ckeditor5-utils": "38.2.0-alpha.1",
35
+ "@ckeditor/ckeditor5-watchdog": "38.2.0-alpha.1",
36
+ "@ckeditor/ckeditor5-widget": "38.2.0-alpha.1"
36
37
  },
37
38
  "engines": {
38
39
  "node": ">=16.0.0",
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/clipboard
7
- */
8
- export * from '@ckeditor/ckeditor5-clipboard';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/clipboard
7
+ */
8
+ export * from '@ckeditor/ckeditor5-clipboard';
package/src/clipboard.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/clipboard
7
- */
8
- export * from '@ckeditor/ckeditor5-clipboard';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/clipboard
7
+ */
8
+ export * from '@ckeditor/ckeditor5-clipboard';
package/src/core.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/core
7
- */
8
- export * from '@ckeditor/ckeditor5-core';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/core
7
+ */
8
+ export * from '@ckeditor/ckeditor5-core';
package/src/core.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/core
7
- */
8
- export * from '@ckeditor/ckeditor5-core';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/core
7
+ */
8
+ export * from '@ckeditor/ckeditor5-core';
package/src/engine.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/engine
7
- */
8
- export * from '@ckeditor/ckeditor5-engine';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/engine
7
+ */
8
+ export * from '@ckeditor/ckeditor5-engine';
package/src/engine.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/engine
7
- */
8
- export * from '@ckeditor/ckeditor5-engine';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/engine
7
+ */
8
+ export * from '@ckeditor/ckeditor5-engine';
package/src/enter.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/enter
7
- */
8
- export * from '@ckeditor/ckeditor5-enter';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/enter
7
+ */
8
+ export * from '@ckeditor/ckeditor5-enter';
package/src/enter.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/enter
7
- */
8
- export * from '@ckeditor/ckeditor5-enter';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/enter
7
+ */
8
+ export * from '@ckeditor/ckeditor5-enter';
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/paragraph
7
- */
8
- export * from '@ckeditor/ckeditor5-paragraph';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/paragraph
7
+ */
8
+ export * from '@ckeditor/ckeditor5-paragraph';
package/src/paragraph.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/paragraph
7
- */
8
- export * from '@ckeditor/ckeditor5-paragraph';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/paragraph
7
+ */
8
+ export * from '@ckeditor/ckeditor5-paragraph';
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/select-all
7
- */
8
- export * from '@ckeditor/ckeditor5-select-all';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/select-all
7
+ */
8
+ export * from '@ckeditor/ckeditor5-select-all';
package/src/select-all.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/select-all
7
- */
8
- export * from '@ckeditor/ckeditor5-select-all';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/select-all
7
+ */
8
+ export * from '@ckeditor/ckeditor5-select-all';
package/src/typing.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/typing
7
- */
8
- export * from '@ckeditor/ckeditor5-typing';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/typing
7
+ */
8
+ export * from '@ckeditor/ckeditor5-typing';
package/src/typing.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/typing
7
- */
8
- export * from '@ckeditor/ckeditor5-typing';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/typing
7
+ */
8
+ export * from '@ckeditor/ckeditor5-typing';
package/src/ui.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/ui
7
- */
8
- export * from '@ckeditor/ckeditor5-ui';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/ui
7
+ */
8
+ export * from '@ckeditor/ckeditor5-ui';
package/src/ui.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/ui
7
- */
8
- export * from '@ckeditor/ckeditor5-ui';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/ui
7
+ */
8
+ export * from '@ckeditor/ckeditor5-ui';
package/src/undo.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/undo
7
- */
8
- export * from '@ckeditor/ckeditor5-undo';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/undo
7
+ */
8
+ export * from '@ckeditor/ckeditor5-undo';
package/src/undo.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/undo
7
- */
8
- export * from '@ckeditor/ckeditor5-undo';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/undo
7
+ */
8
+ export * from '@ckeditor/ckeditor5-undo';
package/src/upload.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/upload
7
- */
8
- export * from '@ckeditor/ckeditor5-upload';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/upload
7
+ */
8
+ export * from '@ckeditor/ckeditor5-upload';
package/src/upload.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/upload
7
- */
8
- export * from '@ckeditor/ckeditor5-upload';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/upload
7
+ */
8
+ export * from '@ckeditor/ckeditor5-upload';
package/src/utils.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/utils
7
- */
8
- export * from '@ckeditor/ckeditor5-utils';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/utils
7
+ */
8
+ export * from '@ckeditor/ckeditor5-utils';
package/src/utils.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/utils
7
- */
8
- export * from '@ckeditor/ckeditor5-utils';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/utils
7
+ */
8
+ export * from '@ckeditor/ckeditor5-utils';
package/src/watchdog.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/watchdog
7
- */
8
- export * from '@ckeditor/ckeditor5-watchdog';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/watchdog
7
+ */
8
+ export * from '@ckeditor/ckeditor5-watchdog';
package/src/watchdog.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/watchdog
7
- */
8
- export * from '@ckeditor/ckeditor5-watchdog';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/watchdog
7
+ */
8
+ export * from '@ckeditor/ckeditor5-watchdog';
package/src/widget.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/widget
7
- */
8
- export * from '@ckeditor/ckeditor5-widget';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/widget
7
+ */
8
+ export * from '@ckeditor/ckeditor5-widget';
package/src/widget.js CHANGED
@@ -1,8 +1,8 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module ckeditor5/widget
7
- */
8
- export * from '@ckeditor/ckeditor5-widget';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module ckeditor5/widget
7
+ */
8
+ export * from '@ckeditor/ckeditor5-widget';