@ckeditor/ckeditor5-essentials 39.0.2 → 40.0.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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essentials.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAE4C;;AAEQ;AACI;AACH;AACP;AACJ;;AAE1C;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,2CAA2C;AACjD,MAAM,+BAA+B;AACrC,MAAM,4CAA4C;AAClD,MAAM,yCAAyC;AAC/C,MAAM,kCAAkC;AACxC,MAAM,4BAA4B;AAClC;AACA,wEAAwE,2CAA2C;AACnH;AACA;AACA;AACA;AACe,yBAAyB,sDAAM;AAC9C;AACA;AACA;AACA;AACA,WAAW,8DAAS,EAAE,sDAAK,EAAE,+DAAS,EAAE,2DAAU,EAAE,wDAAM,EAAE,oDAAI;AAChE;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;ACjDA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;;ACAA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;;;ACNA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEqD","sources":["webpack://CKEditor5.essentials/./src/essentials.js","webpack://CKEditor5.essentials/delegated \"./src/clipboard.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.essentials/delegated \"./src/core.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.essentials/delegated \"./src/enter.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.essentials/delegated \"./src/select-all.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.essentials/delegated \"./src/typing.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.essentials/delegated \"./src/undo.js\" from dll-reference CKEditor5.dll","webpack://CKEditor5.essentials/external var \"CKEditor5.dll\"","webpack://CKEditor5.essentials/webpack/bootstrap","webpack://CKEditor5.essentials/webpack/runtime/define property getters","webpack://CKEditor5.essentials/webpack/runtime/hasOwnProperty shorthand","webpack://CKEditor5.essentials/webpack/runtime/make namespace object","webpack://CKEditor5.essentials/./src/index.js"],"sourcesContent":["/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module essentials/essentials\n */\n\nimport { Plugin } from 'ckeditor5/src/core';\n\nimport { Clipboard } from 'ckeditor5/src/clipboard';\nimport { Enter, ShiftEnter } from 'ckeditor5/src/enter';\nimport { SelectAll } from 'ckeditor5/src/select-all';\nimport { Typing } from 'ckeditor5/src/typing';\nimport { Undo } from 'ckeditor5/src/undo';\n\n/**\n * A plugin including all essential editing features. It represents a set of features that enables similar functionalities\n * to a `<textarea>` element.\n *\n * It includes:\n *\n * * {@link module:clipboard/clipboard~Clipboard},\n * * {@link module:enter/enter~Enter},\n * * {@link module:select-all/selectall~SelectAll},\n * * {@link module:enter/shiftenter~ShiftEnter},\n * * {@link module:typing/typing~Typing},\n * * {@link module:undo/undo~Undo}.\n *\n * This plugin set does not define any block-level containers (such as {@link module:paragraph/paragraph~Paragraph}).\n * If your editor is supposed to handle block content, make sure to include it.\n *\n * @extends module:core/plugin~Plugin\n */\nexport default class Essentials extends Plugin {\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get requires() {\n\t\treturn [ Clipboard, Enter, SelectAll, ShiftEnter, Typing, Undo ];\n\t}\n\n\t/**\n\t * @inheritDoc\n\t */\n\tstatic get pluginName() {\n\t\treturn 'Essentials';\n\t}\n}\n","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/clipboard.js\");","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/core.js\");","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/enter.js\");","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/select-all.js\");","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/typing.js\");","module.exports = (__webpack_require__(/*! dll-reference CKEditor5.dll */ \"dll-reference CKEditor5.dll\"))(\"./src/undo.js\");","module.exports = CKEditor5.dll;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","/**\n * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license\n */\n\n/**\n * @module essentials\n */\n\nexport { default as Essentials } from './essentials';\n"],"names":[],"sourceRoot":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-essentials",
3
- "version": "39.0.2",
3
+ "version": "40.0.0",
4
4
  "description": "Essential editing features for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "39.0.2"
15
+ "ckeditor5": "40.0.0"
16
16
  },
17
17
  "author": "CKSource (http://cksource.com/)",
18
18
  "license": "GPL-2.0-or-later",
@@ -1,10 +1,10 @@
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
- import type { Essentials } from './index';
6
- declare module '@ckeditor/ckeditor5-core' {
7
- interface PluginsMap {
8
- [Essentials.pluginName]: Essentials;
9
- }
10
- }
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
+ import type { Essentials } from './index';
6
+ declare module '@ckeditor/ckeditor5-core' {
7
+ interface PluginsMap {
8
+ [Essentials.pluginName]: Essentials;
9
+ }
10
+ }
@@ -1,5 +1,5 @@
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
- export {};
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
+ export {};
@@ -1,39 +1,39 @@
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 essentials/essentials
7
- */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { Clipboard } from 'ckeditor5/src/clipboard';
10
- import { Enter, ShiftEnter } from 'ckeditor5/src/enter';
11
- import { SelectAll } from 'ckeditor5/src/select-all';
12
- import { Typing } from 'ckeditor5/src/typing';
13
- import { Undo } from 'ckeditor5/src/undo';
14
- /**
15
- * A plugin including all essential editing features. It represents a set of features that enables similar functionalities
16
- * to a `<textarea>` element.
17
- *
18
- * It includes:
19
- *
20
- * * {@link module:clipboard/clipboard~Clipboard},
21
- * * {@link module:enter/enter~Enter},
22
- * * {@link module:select-all/selectall~SelectAll},
23
- * * {@link module:enter/shiftenter~ShiftEnter},
24
- * * {@link module:typing/typing~Typing},
25
- * * {@link module:undo/undo~Undo}.
26
- *
27
- * This plugin set does not define any block-level containers (such as {@link module:paragraph/paragraph~Paragraph}).
28
- * If your editor is supposed to handle block content, make sure to include it.
29
- */
30
- export default class Essentials extends Plugin {
31
- /**
32
- * @inheritDoc
33
- */
34
- static get requires(): readonly [typeof Clipboard, typeof Enter, typeof SelectAll, typeof ShiftEnter, typeof Typing, typeof Undo];
35
- /**
36
- * @inheritDoc
37
- */
38
- static get pluginName(): "Essentials";
39
- }
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 essentials/essentials
7
+ */
8
+ import { Plugin } from 'ckeditor5/src/core';
9
+ import { Clipboard } from 'ckeditor5/src/clipboard';
10
+ import { Enter, ShiftEnter } from 'ckeditor5/src/enter';
11
+ import { SelectAll } from 'ckeditor5/src/select-all';
12
+ import { Typing } from 'ckeditor5/src/typing';
13
+ import { Undo } from 'ckeditor5/src/undo';
14
+ /**
15
+ * A plugin including all essential editing features. It represents a set of features that enables similar functionalities
16
+ * to a `<textarea>` element.
17
+ *
18
+ * It includes:
19
+ *
20
+ * * {@link module:clipboard/clipboard~Clipboard},
21
+ * * {@link module:enter/enter~Enter},
22
+ * * {@link module:select-all/selectall~SelectAll},
23
+ * * {@link module:enter/shiftenter~ShiftEnter},
24
+ * * {@link module:typing/typing~Typing},
25
+ * * {@link module:undo/undo~Undo}.
26
+ *
27
+ * This plugin set does not define any block-level containers (such as {@link module:paragraph/paragraph~Paragraph}).
28
+ * If your editor is supposed to handle block content, make sure to include it.
29
+ */
30
+ export default class Essentials extends Plugin {
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get requires(): readonly [typeof Clipboard, typeof Enter, typeof SelectAll, typeof ShiftEnter, typeof Typing, typeof Undo];
35
+ /**
36
+ * @inheritDoc
37
+ */
38
+ static get pluginName(): "Essentials";
39
+ }
package/src/essentials.js CHANGED
@@ -1,43 +1,43 @@
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 essentials/essentials
7
- */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { Clipboard } from 'ckeditor5/src/clipboard';
10
- import { Enter, ShiftEnter } from 'ckeditor5/src/enter';
11
- import { SelectAll } from 'ckeditor5/src/select-all';
12
- import { Typing } from 'ckeditor5/src/typing';
13
- import { Undo } from 'ckeditor5/src/undo';
14
- /**
15
- * A plugin including all essential editing features. It represents a set of features that enables similar functionalities
16
- * to a `<textarea>` element.
17
- *
18
- * It includes:
19
- *
20
- * * {@link module:clipboard/clipboard~Clipboard},
21
- * * {@link module:enter/enter~Enter},
22
- * * {@link module:select-all/selectall~SelectAll},
23
- * * {@link module:enter/shiftenter~ShiftEnter},
24
- * * {@link module:typing/typing~Typing},
25
- * * {@link module:undo/undo~Undo}.
26
- *
27
- * This plugin set does not define any block-level containers (such as {@link module:paragraph/paragraph~Paragraph}).
28
- * If your editor is supposed to handle block content, make sure to include it.
29
- */
30
- export default class Essentials extends Plugin {
31
- /**
32
- * @inheritDoc
33
- */
34
- static get requires() {
35
- return [Clipboard, Enter, SelectAll, ShiftEnter, Typing, Undo];
36
- }
37
- /**
38
- * @inheritDoc
39
- */
40
- static get pluginName() {
41
- return 'Essentials';
42
- }
43
- }
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 essentials/essentials
7
+ */
8
+ import { Plugin } from 'ckeditor5/src/core';
9
+ import { Clipboard } from 'ckeditor5/src/clipboard';
10
+ import { Enter, ShiftEnter } from 'ckeditor5/src/enter';
11
+ import { SelectAll } from 'ckeditor5/src/select-all';
12
+ import { Typing } from 'ckeditor5/src/typing';
13
+ import { Undo } from 'ckeditor5/src/undo';
14
+ /**
15
+ * A plugin including all essential editing features. It represents a set of features that enables similar functionalities
16
+ * to a `<textarea>` element.
17
+ *
18
+ * It includes:
19
+ *
20
+ * * {@link module:clipboard/clipboard~Clipboard},
21
+ * * {@link module:enter/enter~Enter},
22
+ * * {@link module:select-all/selectall~SelectAll},
23
+ * * {@link module:enter/shiftenter~ShiftEnter},
24
+ * * {@link module:typing/typing~Typing},
25
+ * * {@link module:undo/undo~Undo}.
26
+ *
27
+ * This plugin set does not define any block-level containers (such as {@link module:paragraph/paragraph~Paragraph}).
28
+ * If your editor is supposed to handle block content, make sure to include it.
29
+ */
30
+ export default class Essentials extends Plugin {
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ static get requires() {
35
+ return [Clipboard, Enter, SelectAll, ShiftEnter, Typing, Undo];
36
+ }
37
+ /**
38
+ * @inheritDoc
39
+ */
40
+ static get pluginName() {
41
+ return 'Essentials';
42
+ }
43
+ }
package/src/index.d.ts CHANGED
@@ -1,9 +1,9 @@
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 essentials
7
- */
8
- export { default as Essentials } from './essentials';
9
- import './augmentation';
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 essentials
7
+ */
8
+ export { default as Essentials } from './essentials';
9
+ import './augmentation';
package/src/index.js CHANGED
@@ -1,9 +1,9 @@
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 essentials
7
- */
8
- export { default as Essentials } from './essentials';
9
- import './augmentation';
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 essentials
7
+ */
8
+ export { default as Essentials } from './essentials';
9
+ import './augmentation';