@ckeditor/ckeditor5-watchdog 44.1.0-alpha.5 → 44.2.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.
- package/LICENSE.md +1 -1
- package/dist/index-content.css +2 -2
- package/dist/index-editor.css +2 -2
- package/dist/index.css +2 -2
- package/dist/index.js +5 -18
- package/dist/index.js.map +1 -1
- package/package.json +25 -2
- package/src/augmentation.d.ts +1 -1
- package/src/augmentation.js +1 -1
- package/src/contextwatchdog.d.ts +3 -3
- package/src/contextwatchdog.js +5 -1
- package/src/editorwatchdog.d.ts +3 -6
- package/src/editorwatchdog.js +6 -2
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/utils/areconnectedthroughproperties.d.ts +1 -1
- package/src/utils/areconnectedthroughproperties.js +1 -1
- package/src/utils/getsubnodes.d.ts +1 -1
- package/src/utils/getsubnodes.js +1 -1
- package/src/watchdog.d.ts +2 -2
- package/src/watchdog.js +1 -1
- package/dist/augmentation.d.ts +0 -19
- package/dist/contextwatchdog.d.ts +0 -337
- package/dist/editorwatchdog.d.ts +0 -195
- package/dist/index.d.ts +0 -15
- package/dist/utils/areconnectedthroughproperties.d.ts +0 -12
- package/dist/utils/getsubnodes.d.ts +0 -12
- package/dist/watchdog.d.ts +0 -233
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 Watchdog feature** (https://github.com/ckeditor/ckeditor5)<br>
|
|
5
|
-
Copyright (c) 2003–
|
|
5
|
+
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
Licensed under a dual-license model, this software is available under:
|
|
8
8
|
|
package/dist/index-content.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index-editor.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
import { throttle, isElement, cloneDeepWith } from 'lodash-es';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* @license Copyright (c) 2003-
|
|
8
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
9
9
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
10
10
|
*/ /**
|
|
11
11
|
* @module watchdog/watchdog
|
|
12
|
-
*/ /* globals window */
|
|
13
|
-
/**
|
|
12
|
+
*/ /* globals window */ /**
|
|
14
13
|
* An abstract watchdog class that handles most of the error handling process and the state of the underlying component.
|
|
15
14
|
*
|
|
16
15
|
* See the {@glink features/watchdog Watchdog feature guide} to learn the rationale behind it and how to use it.
|
|
@@ -189,7 +188,7 @@ import { throttle, isElement, cloneDeepWith } from 'lodash-es';
|
|
|
189
188
|
}
|
|
190
189
|
|
|
191
190
|
/**
|
|
192
|
-
* @license Copyright (c) 2003-
|
|
191
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
193
192
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
194
193
|
*/ /**
|
|
195
194
|
* @module watchdog/utils/getsubnodes
|
|
@@ -272,12 +271,6 @@ function isObject(structure) {
|
|
|
272
271
|
return typeof structure === 'object' && structure !== null;
|
|
273
272
|
}
|
|
274
273
|
|
|
275
|
-
/**
|
|
276
|
-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
277
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
278
|
-
*/ /**
|
|
279
|
-
* @module watchdog/editorwatchdog
|
|
280
|
-
*/ /* globals console */ // eslint-disable-next-line ckeditor5-rules/no-cross-package-imports
|
|
281
274
|
/**
|
|
282
275
|
* A watchdog for CKEditor 5 editors.
|
|
283
276
|
*
|
|
@@ -700,12 +693,6 @@ function isObject(structure) {
|
|
|
700
693
|
}
|
|
701
694
|
}
|
|
702
695
|
|
|
703
|
-
/**
|
|
704
|
-
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
705
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
706
|
-
*/ /**
|
|
707
|
-
* @module watchdog/contextwatchdog
|
|
708
|
-
*/ /* globals console */ // eslint-disable-next-line ckeditor5-rules/no-cross-package-imports
|
|
709
696
|
const mainQueueId = Symbol('MainQueueId');
|
|
710
697
|
/**
|
|
711
698
|
* A watchdog for the {@link module:core/context~Context} class.
|