ckeditor5 37.0.0-alpha.2 → 37.0.0-alpha.3

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.
@@ -189,6 +189,7 @@
189
189
  "ContextualBalloon",
190
190
  "CssTransitionDisablerMixin",
191
191
  "DropdownButtonView",
192
+ "DropdownPanelView",
192
193
  "DropdownView",
193
194
  "EditorUI",
194
195
  "EditorUIView",
@@ -329,6 +330,18 @@
329
330
  "version"
330
331
  ]
331
332
  },
333
+ "./watchdog.js": {
334
+ "id": "./src/watchdog.js",
335
+ "buildMeta": {
336
+ "exportsType": "namespace",
337
+ "sideEffectFree": true
338
+ },
339
+ "exports": [
340
+ "ContextWatchdog",
341
+ "EditorWatchdog",
342
+ "Watchdog"
343
+ ]
344
+ },
332
345
  "./widget.js": {
333
346
  "id": "./src/widget.js",
334
347
  "buildMeta": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ckeditor5",
3
- "version": "37.0.0-alpha.2",
3
+ "version": "37.0.0-alpha.3",
4
4
  "description": "A set of ready-to-use rich text editors created with a powerful framework. Made with real-time collaborative editing in mind.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -32,17 +32,18 @@
32
32
  "url": "https://github.com/ckeditor/ckeditor5.git"
33
33
  },
34
34
  "dependencies": {
35
- "@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.2",
36
- "@ckeditor/ckeditor5-core": "^37.0.0-alpha.2",
37
- "@ckeditor/ckeditor5-engine": "^37.0.0-alpha.2",
38
- "@ckeditor/ckeditor5-enter": "^37.0.0-alpha.2",
39
- "@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.2",
40
- "@ckeditor/ckeditor5-select-all": "^37.0.0-alpha.2",
41
- "@ckeditor/ckeditor5-typing": "^37.0.0-alpha.2",
42
- "@ckeditor/ckeditor5-ui": "^37.0.0-alpha.2",
43
- "@ckeditor/ckeditor5-undo": "^37.0.0-alpha.2",
44
- "@ckeditor/ckeditor5-upload": "^37.0.0-alpha.2",
45
- "@ckeditor/ckeditor5-utils": "^37.0.0-alpha.2",
46
- "@ckeditor/ckeditor5-widget": "^37.0.0-alpha.2"
35
+ "@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.3",
36
+ "@ckeditor/ckeditor5-core": "^37.0.0-alpha.3",
37
+ "@ckeditor/ckeditor5-engine": "^37.0.0-alpha.3",
38
+ "@ckeditor/ckeditor5-enter": "^37.0.0-alpha.3",
39
+ "@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.3",
40
+ "@ckeditor/ckeditor5-select-all": "^37.0.0-alpha.3",
41
+ "@ckeditor/ckeditor5-typing": "^37.0.0-alpha.3",
42
+ "@ckeditor/ckeditor5-ui": "^37.0.0-alpha.3",
43
+ "@ckeditor/ckeditor5-undo": "^37.0.0-alpha.3",
44
+ "@ckeditor/ckeditor5-upload": "^37.0.0-alpha.3",
45
+ "@ckeditor/ckeditor5-utils": "^37.0.0-alpha.3",
46
+ "@ckeditor/ckeditor5-watchdog": "^37.0.0-alpha.3",
47
+ "@ckeditor/ckeditor5-widget": "^37.0.0-alpha.3"
47
48
  }
48
49
  }
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/clipboard
6
+ * @module ckeditor5/clipboard
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-clipboard';
package/src/clipboard.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/clipboard
6
+ * @module ckeditor5/clipboard
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-clipboard';
package/src/core.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/core
6
+ * @module ckeditor5/core
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-core';
package/src/core.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/core
6
+ * @module ckeditor5/core
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-core';
package/src/engine.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/engine
6
+ * @module ckeditor5/engine
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-engine';
package/src/engine.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/engine
6
+ * @module ckeditor5/engine
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-engine';
package/src/enter.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/enter
6
+ * @module ckeditor5/enter
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-enter';
package/src/enter.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/enter
6
+ * @module ckeditor5/enter
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-enter';
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/paragraph
6
+ * @module ckeditor5/paragraph
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-paragraph';
package/src/paragraph.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/paragraph
6
+ * @module ckeditor5/paragraph
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-paragraph';
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/select-all
6
+ * @module ckeditor5/select-all
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-select-all';
package/src/select-all.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/select-all
6
+ * @module ckeditor5/select-all
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-select-all';
package/src/typing.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/typing
6
+ * @module ckeditor5/typing
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-typing';
package/src/typing.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/typing
6
+ * @module ckeditor5/typing
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-typing';
package/src/ui.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/ui
6
+ * @module ckeditor5/ui
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-ui';
package/src/ui.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/ui
6
+ * @module ckeditor5/ui
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-ui';
package/src/undo.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/undo
6
+ * @module ckeditor5/undo
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-undo';
package/src/undo.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/undo
6
+ * @module ckeditor5/undo
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-undo';
package/src/upload.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/upload
6
+ * @module ckeditor5/upload
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-upload';
package/src/upload.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/upload
6
+ * @module ckeditor5/upload
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-upload';
package/src/utils.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/utils
6
+ * @module ckeditor5/utils
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-utils';
package/src/utils.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/utils
6
+ * @module ckeditor5/utils
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-utils';
@@ -0,0 +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';
@@ -0,0 +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';
package/src/widget.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/widget
6
+ * @module ckeditor5/widget
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-widget';
package/src/widget.js CHANGED
@@ -3,6 +3,6 @@
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
- * @module ckeditor5/widget
6
+ * @module ckeditor5/widget
7
7
  */
8
8
  export * from '@ckeditor/ckeditor5-widget';