@ckeditor/ckeditor5-restricted-editing 48.0.1-alpha.1 → 48.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.
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
import type { Editor } from '@ckeditor/ckeditor5-core';
|
|
6
|
-
import type { ModelDocumentSelection, Marker, ModelPosition, ModelRange, Model } from '@ckeditor/ckeditor5-engine';
|
|
7
5
|
/**
|
|
8
6
|
* @module restricted-editing/restrictededitingmode/utils
|
|
9
7
|
*/
|
|
8
|
+
import type { Editor } from '@ckeditor/ckeditor5-core';
|
|
9
|
+
import type { ModelDocumentSelection, Marker, ModelPosition, ModelRange, Model } from '@ckeditor/ckeditor5-engine';
|
|
10
10
|
/**
|
|
11
11
|
* Returns a single "restricted-editing-exception" marker at a given position. Contrary to
|
|
12
|
-
* {@link module:engine/model/markercollection~MarkerCollection#getMarkersAtPosition}, it
|
|
12
|
+
* {@link module:engine/model/markercollection~MarkerCollection#getMarkersAtPosition}, it returns a marker also when the position is
|
|
13
13
|
* equal to one of the marker's start or end positions.
|
|
14
14
|
*
|
|
15
15
|
* @internal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-restricted-editing",
|
|
3
|
-
"version": "48.0
|
|
3
|
+
"version": "48.1.0-alpha.0",
|
|
4
4
|
"description": "Restricted editing feature for CKEditor 5 editors.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"./package.json": "./package.json"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ckeditor/ckeditor5-clipboard": "48.0
|
|
29
|
-
"@ckeditor/ckeditor5-core": "48.0
|
|
30
|
-
"@ckeditor/ckeditor5-engine": "48.0
|
|
31
|
-
"@ckeditor/ckeditor5-icons": "48.0
|
|
32
|
-
"@ckeditor/ckeditor5-typing": "48.0
|
|
33
|
-
"@ckeditor/ckeditor5-ui": "48.0
|
|
34
|
-
"@ckeditor/ckeditor5-utils": "48.0
|
|
28
|
+
"@ckeditor/ckeditor5-clipboard": "48.1.0-alpha.0",
|
|
29
|
+
"@ckeditor/ckeditor5-core": "48.1.0-alpha.0",
|
|
30
|
+
"@ckeditor/ckeditor5-engine": "48.1.0-alpha.0",
|
|
31
|
+
"@ckeditor/ckeditor5-icons": "48.1.0-alpha.0",
|
|
32
|
+
"@ckeditor/ckeditor5-typing": "48.1.0-alpha.0",
|
|
33
|
+
"@ckeditor/ckeditor5-ui": "48.1.0-alpha.0",
|
|
34
|
+
"@ckeditor/ckeditor5-utils": "48.1.0-alpha.0"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"dist",
|