@ckeditor/ckeditor5-typing 44.0.0 → 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.
- package/dist/augmentation.d.ts +1 -1
- package/dist/delete.d.ts +1 -1
- package/dist/deletecommand.d.ts +1 -1
- package/dist/deleteobserver.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/input.d.ts +1 -1
- package/dist/inserttextcommand.d.ts +1 -1
- package/dist/inserttextobserver.d.ts +1 -1
- package/dist/texttransformation.d.ts +1 -1
- package/dist/textwatcher.d.ts +1 -1
- package/dist/twostepcaretmovement.d.ts +1 -1
- package/dist/typing.d.ts +1 -1
- package/dist/typingconfig.d.ts +1 -1
- package/dist/utils/changebuffer.d.ts +1 -1
- package/dist/utils/findattributerange.d.ts +1 -1
- package/dist/utils/getlasttextline.d.ts +1 -1
- package/dist/utils/inlinehighlight.d.ts +1 -1
- package/package.json +4 -4
- package/src/augmentation.d.ts +1 -1
- package/src/augmentation.js +1 -1
- package/src/delete.d.ts +1 -1
- package/src/delete.js +1 -1
- package/src/deletecommand.d.ts +1 -1
- package/src/deletecommand.js +1 -1
- package/src/deleteobserver.d.ts +1 -1
- package/src/deleteobserver.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/input.d.ts +1 -1
- package/src/input.js +1 -1
- package/src/inserttextcommand.d.ts +1 -1
- package/src/inserttextcommand.js +1 -1
- package/src/inserttextobserver.d.ts +1 -1
- package/src/inserttextobserver.js +1 -1
- package/src/texttransformation.d.ts +1 -1
- package/src/texttransformation.js +1 -1
- package/src/textwatcher.d.ts +1 -1
- package/src/textwatcher.js +1 -1
- package/src/twostepcaretmovement.d.ts +1 -1
- package/src/twostepcaretmovement.js +1 -1
- package/src/typing.d.ts +1 -1
- package/src/typing.js +1 -1
- package/src/typingconfig.d.ts +1 -1
- package/src/typingconfig.js +1 -1
- package/src/utils/changebuffer.d.ts +1 -1
- package/src/utils/changebuffer.js +1 -1
- package/src/utils/findattributerange.d.ts +1 -1
- package/src/utils/findattributerange.js +1 -1
- package/src/utils/getlasttextline.d.ts +1 -1
- package/src/utils/getlasttextline.js +1 -1
- package/src/utils/inlinehighlight.d.ts +1 -1
- package/src/utils/inlinehighlight.js +1 -1
package/dist/augmentation.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-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import type { Delete, DeleteCommand, Input, InsertTextCommand, TextTransformation, TwoStepCaretMovement, Typing, TypingConfig } from './index.js';
|
|
10
10
|
declare module '@ckeditor/ckeditor5-core' {
|
package/dist/delete.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-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module typing/delete
|
package/dist/deletecommand.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-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module typing/deletecommand
|
package/dist/deleteobserver.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-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
import { DomEventData, Observer, type BubblingEvent, type ViewDocumentSelection, type ViewSelection, type EditingView } from '@ckeditor/ckeditor5-engine';
|
|
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-
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* @module typing
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { debounce, escapeRegExp } from 'lodash-es';
|
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
12
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
12
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
13
13
|
*/ /**
|
|
14
14
|
* @module typing/utils/changebuffer
|
|
15
15
|
*/ /**
|
|
@@ -1254,7 +1254,7 @@ const DELETE_EVENT_TYPES = {
|
|
|
1254
1254
|
|
|
1255
1255
|
/**
|
|
1256
1256
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
1257
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
1257
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
1258
1258
|
*/ /**
|
|
1259
1259
|
* @module typing/utils/getlasttextline
|
|
1260
1260
|
*/ /**
|
|
@@ -2373,7 +2373,7 @@ const DEFAULT_TRANSFORMATIONS = [
|
|
|
2373
2373
|
|
|
2374
2374
|
/**
|
|
2375
2375
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2376
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
2376
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
2377
2377
|
*/ /**
|
|
2378
2378
|
* @module typing/utils/findattributerange
|
|
2379
2379
|
*/ /**
|