@ckeditor/ckeditor5-core 44.0.0-alpha.9 → 44.1.0-alpha.0

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 (63) hide show
  1. package/dist/accessibility.d.ts +1 -1
  2. package/dist/augmentation.d.ts +1 -1
  3. package/dist/command.d.ts +1 -1
  4. package/dist/commandcollection.d.ts +1 -1
  5. package/dist/context.d.ts +1 -1
  6. package/dist/contextplugin.d.ts +1 -1
  7. package/dist/editingkeystrokehandler.d.ts +1 -1
  8. package/dist/editor/editor.d.ts +1 -1
  9. package/dist/editor/editorconfig.d.ts +1 -1
  10. package/dist/editor/utils/attachtoform.d.ts +1 -1
  11. package/dist/editor/utils/dataapimixin.d.ts +1 -1
  12. package/dist/editor/utils/editorusagedata.d.ts +1 -1
  13. package/dist/editor/utils/elementapimixin.d.ts +1 -1
  14. package/dist/editor/utils/securesourceelement.d.ts +1 -1
  15. package/dist/index.d.ts +1 -1
  16. package/dist/index.js +22 -4
  17. package/dist/index.js.map +1 -1
  18. package/dist/multicommand.d.ts +1 -1
  19. package/dist/pendingactions.d.ts +1 -1
  20. package/dist/plugin.d.ts +1 -1
  21. package/dist/plugincollection.d.ts +1 -1
  22. package/dist/typings.d.ts +1 -1
  23. package/package.json +4 -4
  24. package/src/accessibility.d.ts +1 -1
  25. package/src/accessibility.js +1 -1
  26. package/src/augmentation.d.ts +1 -1
  27. package/src/augmentation.js +1 -1
  28. package/src/command.d.ts +1 -1
  29. package/src/command.js +1 -1
  30. package/src/commandcollection.d.ts +1 -1
  31. package/src/commandcollection.js +1 -1
  32. package/src/context.d.ts +1 -1
  33. package/src/context.js +1 -1
  34. package/src/contextplugin.d.ts +1 -1
  35. package/src/contextplugin.js +1 -1
  36. package/src/editingkeystrokehandler.d.ts +1 -1
  37. package/src/editingkeystrokehandler.js +1 -1
  38. package/src/editor/editor.d.ts +1 -1
  39. package/src/editor/editor.js +22 -4
  40. package/src/editor/editorconfig.d.ts +1 -1
  41. package/src/editor/editorconfig.js +1 -1
  42. package/src/editor/utils/attachtoform.d.ts +1 -1
  43. package/src/editor/utils/attachtoform.js +1 -1
  44. package/src/editor/utils/dataapimixin.d.ts +1 -1
  45. package/src/editor/utils/dataapimixin.js +1 -1
  46. package/src/editor/utils/editorusagedata.d.ts +1 -1
  47. package/src/editor/utils/editorusagedata.js +1 -1
  48. package/src/editor/utils/elementapimixin.d.ts +1 -1
  49. package/src/editor/utils/elementapimixin.js +1 -1
  50. package/src/editor/utils/securesourceelement.d.ts +1 -1
  51. package/src/editor/utils/securesourceelement.js +1 -1
  52. package/src/index.d.ts +1 -1
  53. package/src/index.js +1 -1
  54. package/src/multicommand.d.ts +1 -1
  55. package/src/multicommand.js +1 -1
  56. package/src/pendingactions.d.ts +1 -1
  57. package/src/pendingactions.js +1 -1
  58. package/src/plugin.d.ts +1 -1
  59. package/src/plugin.js +1 -1
  60. package/src/plugincollection.d.ts +1 -1
  61. package/src/plugincollection.js +1 -1
  62. package/src/typings.d.ts +1 -1
  63. package/src/typings.js +1 -1
@@ -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-oss-license
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";
@@ -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-oss-license
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-oss-license
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-oss-license
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-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module core/context
@@ -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-oss-license
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-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module core/editingkeystrokehandler
@@ -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-oss-license
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-oss-license
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-oss-license
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-oss-license
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-oss-license
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-oss-license
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-oss-license
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-oss-license
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. Please renew your license on the
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
- * * With a 'GPL' license key, you may use the editor installed via npm or a ZIP package (self-hosted).
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-oss-license
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
  */ /**