@ckeditor/ckeditor5-core 44.0.0 → 44.1.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.
- package/dist/accessibility.d.ts +1 -1
- package/dist/augmentation.d.ts +1 -1
- package/dist/command.d.ts +1 -1
- package/dist/commandcollection.d.ts +1 -1
- package/dist/context.d.ts +1 -1
- package/dist/contextplugin.d.ts +1 -1
- package/dist/editingkeystrokehandler.d.ts +1 -1
- package/dist/editor/editor.d.ts +1 -1
- package/dist/editor/editorconfig.d.ts +1 -1
- package/dist/editor/utils/attachtoform.d.ts +1 -1
- package/dist/editor/utils/dataapimixin.d.ts +1 -1
- package/dist/editor/utils/editorusagedata.d.ts +1 -1
- package/dist/editor/utils/elementapimixin.d.ts +1 -1
- package/dist/editor/utils/securesourceelement.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +22 -4
- package/dist/index.js.map +1 -1
- package/dist/multicommand.d.ts +1 -1
- package/dist/pendingactions.d.ts +1 -1
- package/dist/plugin.d.ts +1 -1
- package/dist/plugincollection.d.ts +1 -1
- package/dist/typings.d.ts +1 -1
- package/package.json +4 -4
- package/src/accessibility.d.ts +1 -1
- package/src/accessibility.js +1 -1
- package/src/augmentation.d.ts +1 -1
- package/src/augmentation.js +1 -1
- package/src/command.d.ts +1 -1
- package/src/command.js +1 -1
- package/src/commandcollection.d.ts +1 -1
- package/src/commandcollection.js +1 -1
- package/src/context.d.ts +1 -1
- package/src/context.js +1 -1
- package/src/contextplugin.d.ts +1 -1
- package/src/contextplugin.js +1 -1
- package/src/editingkeystrokehandler.d.ts +1 -1
- package/src/editingkeystrokehandler.js +1 -1
- package/src/editor/editor.d.ts +1 -1
- package/src/editor/editor.js +22 -4
- package/src/editor/editorconfig.d.ts +1 -1
- package/src/editor/editorconfig.js +1 -1
- package/src/editor/utils/attachtoform.d.ts +1 -1
- package/src/editor/utils/attachtoform.js +1 -1
- package/src/editor/utils/dataapimixin.d.ts +1 -1
- package/src/editor/utils/dataapimixin.js +1 -1
- package/src/editor/utils/editorusagedata.d.ts +1 -1
- package/src/editor/utils/editorusagedata.js +1 -1
- package/src/editor/utils/elementapimixin.d.ts +1 -1
- package/src/editor/utils/elementapimixin.js +1 -1
- package/src/editor/utils/securesourceelement.d.ts +1 -1
- package/src/editor/utils/securesourceelement.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/multicommand.d.ts +1 -1
- package/src/multicommand.js +1 -1
- package/src/pendingactions.d.ts +1 -1
- package/src/pendingactions.js +1 -1
- package/src/plugin.d.ts +1 -1
- package/src/plugin.js +1 -1
- package/src/plugincollection.d.ts +1 -1
- package/src/plugincollection.js +1 -1
- package/src/typings.d.ts +1 -1
- package/src/typings.js +1 -1
package/dist/accessibility.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import type Editor from './editor/editor.js';
|
|
10
10
|
export declare const DEFAULT_GROUP_ID: "common";
|
package/dist/augmentation.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import type { PendingActions } from './index.js';
|
|
10
10
|
declare module '@ckeditor/ckeditor5-core' {
|
package/dist/command.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module core/command
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import type Command from './command.js';
|
|
10
10
|
/**
|
package/dist/context.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module core/context
|
package/dist/contextplugin.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module core/contextplugin
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module core/editingkeystrokehandler
|
package/dist/editor/editor.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import { Config, type Locale, type LocaleTranslate } from '@ckeditor/ckeditor5-utils';
|
|
10
10
|
import { Conversion, DataController, EditingController, Model } from '@ckeditor/ckeditor5-engine';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module core/editor/editorconfig
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import type { default as Editor } from '../editor.js';
|
|
10
10
|
import type { ElementApi } from './elementapimixin.js';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module core/editor/utils/dataapimixin
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import type Editor from '../editor.js';
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module core/editor/utils/elementapimixin
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import type { default as Editor } from '../editor.js';
|
|
10
10
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module core
|
package/dist/index.js
CHANGED
|
@@ -2481,7 +2481,14 @@ function getPageSessionID() {
|
|
|
2481
2481
|
}
|
|
2482
2482
|
if (reason == 'expired') {
|
|
2483
2483
|
/**
|
|
2484
|
-
* Your license key has expired.
|
|
2484
|
+
* Your license key has expired.
|
|
2485
|
+
*
|
|
2486
|
+
* If you used our free trial, you either need to switch to
|
|
2487
|
+
* [open-source license](https://ckeditor.com/docs/ckeditor5/latest/getting-started/licensing/license-and-legal.html), or
|
|
2488
|
+
* in case of a commercial plan, change the trial key to production key or development key.
|
|
2489
|
+
* Switching from trial, you also need to align the editor configuration to the features available in your plan.
|
|
2490
|
+
*
|
|
2491
|
+
* If you already had one of our Cloud or Custom plans, please renew your license in the
|
|
2485
2492
|
* [Customer Portal](https://portal.ckeditor.com).
|
|
2486
2493
|
*
|
|
2487
2494
|
* @error license-key-expired
|
|
@@ -2555,13 +2562,24 @@ function getPageSessionID() {
|
|
|
2555
2562
|
/**
|
|
2556
2563
|
* Your license does not allow the current distribution channel.
|
|
2557
2564
|
*
|
|
2558
|
-
*
|
|
2565
|
+
* These are the available distribution channels:
|
|
2566
|
+
* * Self-hosted - the editor is installed via npm or from a ZIP package
|
|
2567
|
+
* * Cloud - the editor is run from CDN
|
|
2568
|
+
*
|
|
2569
|
+
* The licenses available include:
|
|
2570
|
+
* * GPL license for open-source users.
|
|
2571
|
+
* * Commercial plans (Cloud or sales-assisted).
|
|
2572
|
+
*
|
|
2573
|
+
* The relation between distribution channels and licenses works as follows:
|
|
2574
|
+
* * With the 'GPL' license key, you may use the editor installed via npm or a ZIP package (self-hosted).
|
|
2559
2575
|
* * With the CKEditor Cloud plans, you may use the editor via our CDN.
|
|
2560
2576
|
* * With the CKEditor Custom plans, depending on your plan details, you can use the editor via npm
|
|
2561
|
-
* or a ZIP package (self-hosted) or Cloud (CDN)
|
|
2577
|
+
* or a ZIP package (self-hosted) or Cloud (CDN).
|
|
2562
2578
|
*
|
|
2563
2579
|
* {@glink getting-started/licensing/usage-based-billing#key-terms Read more about distributions in the documentation}.
|
|
2564
2580
|
* Please verify your installation or [contact support](https://ckeditor.com/contact/) for assistance.
|
|
2581
|
+
* Should you need to migrate your installation from npm to CDN, please refer to our
|
|
2582
|
+
* [dedicated migration guides](https://ckeditor.com/docs/ckeditor5/latest/updating/migrations/vanilla-js.html).
|
|
2565
2583
|
*
|
|
2566
2584
|
* @error license-key-invalid-distribution-channel
|
|
2567
2585
|
*/ throw new CKEditorError('license-key-invalid-distribution-channel');
|
|
@@ -2676,7 +2694,7 @@ function isTextArea(sourceElement) {
|
|
|
2676
2694
|
|
|
2677
2695
|
/**
|
|
2678
2696
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2679
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2697
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
2680
2698
|
*/ /**
|
|
2681
2699
|
* @module core/editor/utils/dataapimixin
|
|
2682
2700
|
*/ /**
|