@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.
Files changed (54) hide show
  1. package/dist/augmentation.d.ts +1 -1
  2. package/dist/delete.d.ts +1 -1
  3. package/dist/deletecommand.d.ts +1 -1
  4. package/dist/deleteobserver.d.ts +1 -1
  5. package/dist/index.d.ts +1 -1
  6. package/dist/index.js +3 -3
  7. package/dist/index.js.map +1 -1
  8. package/dist/input.d.ts +1 -1
  9. package/dist/inserttextcommand.d.ts +1 -1
  10. package/dist/inserttextobserver.d.ts +1 -1
  11. package/dist/texttransformation.d.ts +1 -1
  12. package/dist/textwatcher.d.ts +1 -1
  13. package/dist/twostepcaretmovement.d.ts +1 -1
  14. package/dist/typing.d.ts +1 -1
  15. package/dist/typingconfig.d.ts +1 -1
  16. package/dist/utils/changebuffer.d.ts +1 -1
  17. package/dist/utils/findattributerange.d.ts +1 -1
  18. package/dist/utils/getlasttextline.d.ts +1 -1
  19. package/dist/utils/inlinehighlight.d.ts +1 -1
  20. package/package.json +4 -4
  21. package/src/augmentation.d.ts +1 -1
  22. package/src/augmentation.js +1 -1
  23. package/src/delete.d.ts +1 -1
  24. package/src/delete.js +1 -1
  25. package/src/deletecommand.d.ts +1 -1
  26. package/src/deletecommand.js +1 -1
  27. package/src/deleteobserver.d.ts +1 -1
  28. package/src/deleteobserver.js +1 -1
  29. package/src/index.d.ts +1 -1
  30. package/src/index.js +1 -1
  31. package/src/input.d.ts +1 -1
  32. package/src/input.js +1 -1
  33. package/src/inserttextcommand.d.ts +1 -1
  34. package/src/inserttextcommand.js +1 -1
  35. package/src/inserttextobserver.d.ts +1 -1
  36. package/src/inserttextobserver.js +1 -1
  37. package/src/texttransformation.d.ts +1 -1
  38. package/src/texttransformation.js +1 -1
  39. package/src/textwatcher.d.ts +1 -1
  40. package/src/textwatcher.js +1 -1
  41. package/src/twostepcaretmovement.d.ts +1 -1
  42. package/src/twostepcaretmovement.js +1 -1
  43. package/src/typing.d.ts +1 -1
  44. package/src/typing.js +1 -1
  45. package/src/typingconfig.d.ts +1 -1
  46. package/src/typingconfig.js +1 -1
  47. package/src/utils/changebuffer.d.ts +1 -1
  48. package/src/utils/changebuffer.js +1 -1
  49. package/src/utils/findattributerange.d.ts +1 -1
  50. package/src/utils/findattributerange.js +1 -1
  51. package/src/utils/getlasttextline.d.ts +1 -1
  52. package/src/utils/getlasttextline.js +1 -1
  53. package/src/utils/inlinehighlight.d.ts +1 -1
  54. package/src/utils/inlinehighlight.js +1 -1
@@ -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-oss-license
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-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module typing/delete
@@ -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-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * @module typing/deletecommand
@@ -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-oss-license
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-oss-license
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-oss-license
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-oss-license
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-oss-license
2376
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2377
2377
  */ /**
2378
2378
  * @module typing/utils/findattributerange
2379
2379
  */ /**