@ckeditor/ckeditor5-image 40.2.0 → 41.0.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 (187) hide show
  1. package/LICENSE.md +1 -1
  2. package/build/image.js +2 -2
  3. package/lang/translations/ar.po +1 -1
  4. package/lang/translations/ast.po +1 -1
  5. package/lang/translations/az.po +1 -1
  6. package/lang/translations/bg.po +1 -1
  7. package/lang/translations/bn.po +1 -1
  8. package/lang/translations/bs.po +1 -1
  9. package/lang/translations/ca.po +1 -1
  10. package/lang/translations/cs.po +1 -1
  11. package/lang/translations/da.po +1 -1
  12. package/lang/translations/de-ch.po +1 -1
  13. package/lang/translations/de.po +1 -1
  14. package/lang/translations/el.po +1 -1
  15. package/lang/translations/en-au.po +1 -1
  16. package/lang/translations/en-gb.po +1 -1
  17. package/lang/translations/en.po +1 -1
  18. package/lang/translations/eo.po +1 -1
  19. package/lang/translations/es.po +1 -1
  20. package/lang/translations/et.po +1 -1
  21. package/lang/translations/eu.po +1 -1
  22. package/lang/translations/fa.po +1 -1
  23. package/lang/translations/fi.po +1 -1
  24. package/lang/translations/fr.po +1 -1
  25. package/lang/translations/gl.po +1 -1
  26. package/lang/translations/he.po +1 -1
  27. package/lang/translations/hi.po +1 -1
  28. package/lang/translations/hr.po +1 -1
  29. package/lang/translations/hu.po +1 -1
  30. package/lang/translations/id.po +1 -1
  31. package/lang/translations/it.po +1 -1
  32. package/lang/translations/ja.po +1 -1
  33. package/lang/translations/jv.po +1 -1
  34. package/lang/translations/km.po +1 -1
  35. package/lang/translations/kn.po +1 -1
  36. package/lang/translations/ko.po +1 -1
  37. package/lang/translations/ku.po +1 -1
  38. package/lang/translations/lt.po +1 -1
  39. package/lang/translations/lv.po +1 -1
  40. package/lang/translations/ms.po +1 -1
  41. package/lang/translations/nb.po +1 -1
  42. package/lang/translations/ne.po +1 -1
  43. package/lang/translations/nl.po +1 -1
  44. package/lang/translations/no.po +1 -1
  45. package/lang/translations/pl.po +1 -1
  46. package/lang/translations/pt-br.po +1 -1
  47. package/lang/translations/pt.po +1 -1
  48. package/lang/translations/ro.po +1 -1
  49. package/lang/translations/ru.po +1 -1
  50. package/lang/translations/si.po +1 -1
  51. package/lang/translations/sk.po +1 -1
  52. package/lang/translations/sq.po +1 -1
  53. package/lang/translations/sr-latn.po +1 -1
  54. package/lang/translations/sr.po +1 -1
  55. package/lang/translations/sv.po +1 -1
  56. package/lang/translations/th.po +1 -1
  57. package/lang/translations/tk.po +1 -1
  58. package/lang/translations/tr.po +1 -1
  59. package/lang/translations/tt.po +1 -1
  60. package/lang/translations/ug.po +1 -1
  61. package/lang/translations/uk.po +1 -1
  62. package/lang/translations/ur.po +1 -1
  63. package/lang/translations/uz.po +1 -1
  64. package/lang/translations/vi.po +1 -1
  65. package/lang/translations/zh-cn.po +1 -1
  66. package/lang/translations/zh.po +1 -1
  67. package/package.json +4 -3
  68. package/src/augmentation.d.ts +1 -1
  69. package/src/augmentation.js +1 -1
  70. package/src/autoimage.d.ts +6 -6
  71. package/src/autoimage.js +8 -8
  72. package/src/image/converters.d.ts +3 -3
  73. package/src/image/converters.js +2 -2
  74. package/src/image/imageblockediting.d.ts +7 -7
  75. package/src/image/imageblockediting.js +11 -11
  76. package/src/image/imageediting.d.ts +3 -3
  77. package/src/image/imageediting.js +6 -6
  78. package/src/image/imageinlineediting.d.ts +7 -7
  79. package/src/image/imageinlineediting.js +11 -11
  80. package/src/image/imageloadobserver.d.ts +2 -2
  81. package/src/image/imageloadobserver.js +2 -2
  82. package/src/image/imageplaceholder.d.ts +3 -3
  83. package/src/image/imageplaceholder.js +4 -4
  84. package/src/image/imagetypecommand.d.ts +3 -3
  85. package/src/image/imagetypecommand.js +2 -2
  86. package/src/image/insertimagecommand.d.ts +3 -3
  87. package/src/image/insertimagecommand.js +3 -3
  88. package/src/image/replaceimagesourcecommand.d.ts +3 -3
  89. package/src/image/replaceimagesourcecommand.js +2 -2
  90. package/src/image/ui/utils.d.ts +3 -3
  91. package/src/image/ui/utils.js +2 -2
  92. package/src/image/utils.d.ts +3 -3
  93. package/src/image/utils.js +2 -2
  94. package/src/image.d.ts +4 -4
  95. package/src/image.js +4 -4
  96. package/src/imageblock.d.ts +6 -6
  97. package/src/imageblock.js +6 -6
  98. package/src/imagecaption/imagecaptionediting.d.ts +5 -5
  99. package/src/imagecaption/imagecaptionediting.js +7 -7
  100. package/src/imagecaption/imagecaptionui.d.ts +3 -3
  101. package/src/imagecaption/imagecaptionui.js +4 -4
  102. package/src/imagecaption/imagecaptionutils.d.ts +4 -4
  103. package/src/imagecaption/imagecaptionutils.js +3 -3
  104. package/src/imagecaption/toggleimagecaptioncommand.d.ts +2 -2
  105. package/src/imagecaption/toggleimagecaptioncommand.js +3 -3
  106. package/src/imagecaption.d.ts +4 -4
  107. package/src/imagecaption.js +4 -4
  108. package/src/imageconfig.d.ts +1 -1
  109. package/src/imageconfig.js +1 -1
  110. package/src/imageinline.d.ts +6 -6
  111. package/src/imageinline.js +6 -6
  112. package/src/imageinsert/imageinsertui.d.ts +5 -5
  113. package/src/imageinsert/imageinsertui.js +6 -6
  114. package/src/imageinsert/imageinsertviaurlui.d.ts +3 -3
  115. package/src/imageinsert/imageinsertviaurlui.js +5 -5
  116. package/src/imageinsert/ui/imageinsertformview.d.ts +5 -5
  117. package/src/imageinsert/ui/imageinsertformview.js +3 -3
  118. package/src/imageinsert/ui/imageinserturlview.d.ts +3 -3
  119. package/src/imageinsert/ui/imageinserturlview.js +4 -4
  120. package/src/imageinsert.d.ts +5 -5
  121. package/src/imageinsert.js +5 -5
  122. package/src/imageinsertviaurl.d.ts +4 -4
  123. package/src/imageinsertviaurl.js +4 -4
  124. package/src/imageresize/imageresizebuttons.d.ts +3 -3
  125. package/src/imageresize/imageresizebuttons.js +6 -6
  126. package/src/imageresize/imageresizeediting.d.ts +3 -3
  127. package/src/imageresize/imageresizeediting.js +5 -5
  128. package/src/imageresize/imageresizehandles.d.ts +4 -4
  129. package/src/imageresize/imageresizehandles.js +5 -5
  130. package/src/imageresize/resizeimagecommand.d.ts +2 -2
  131. package/src/imageresize/resizeimagecommand.js +2 -2
  132. package/src/imageresize.d.ts +5 -5
  133. package/src/imageresize.js +5 -5
  134. package/src/imagesizeattributes.d.ts +3 -3
  135. package/src/imagesizeattributes.js +4 -4
  136. package/src/imagestyle/converters.d.ts +4 -4
  137. package/src/imagestyle/converters.js +2 -2
  138. package/src/imagestyle/imagestylecommand.d.ts +4 -4
  139. package/src/imagestyle/imagestylecommand.js +2 -2
  140. package/src/imagestyle/imagestyleediting.d.ts +4 -4
  141. package/src/imagestyle/imagestyleediting.js +6 -6
  142. package/src/imagestyle/imagestyleui.d.ts +3 -3
  143. package/src/imagestyle/imagestyleui.js +5 -5
  144. package/src/imagestyle/utils.d.ts +3 -3
  145. package/src/imagestyle/utils.js +3 -3
  146. package/src/imagestyle.d.ts +4 -4
  147. package/src/imagestyle.js +4 -4
  148. package/src/imagetextalternative/imagetextalternativecommand.d.ts +2 -2
  149. package/src/imagetextalternative/imagetextalternativecommand.js +2 -2
  150. package/src/imagetextalternative/imagetextalternativeediting.d.ts +3 -3
  151. package/src/imagetextalternative/imagetextalternativeediting.js +4 -4
  152. package/src/imagetextalternative/imagetextalternativeui.d.ts +3 -3
  153. package/src/imagetextalternative/imagetextalternativeui.js +5 -5
  154. package/src/imagetextalternative/ui/textalternativeformview.d.ts +4 -4
  155. package/src/imagetextalternative/ui/textalternativeformview.js +4 -4
  156. package/src/imagetextalternative.d.ts +4 -4
  157. package/src/imagetextalternative.js +4 -4
  158. package/src/imagetoolbar.d.ts +4 -4
  159. package/src/imagetoolbar.js +4 -4
  160. package/src/imageupload/imageuploadediting.d.ts +7 -7
  161. package/src/imageupload/imageuploadediting.js +11 -11
  162. package/src/imageupload/imageuploadprogress.d.ts +2 -2
  163. package/src/imageupload/imageuploadprogress.js +3 -3
  164. package/src/imageupload/imageuploadui.d.ts +2 -2
  165. package/src/imageupload/imageuploadui.js +4 -4
  166. package/src/imageupload/uploadimagecommand.d.ts +3 -3
  167. package/src/imageupload/uploadimagecommand.js +4 -4
  168. package/src/imageupload/utils.d.ts +3 -3
  169. package/src/imageupload/utils.js +2 -2
  170. package/src/imageupload.d.ts +5 -5
  171. package/src/imageupload.js +5 -5
  172. package/src/imageutils.d.ts +3 -3
  173. package/src/imageutils.js +5 -5
  174. package/src/index.d.ts +42 -42
  175. package/src/index.js +33 -33
  176. package/src/pictureediting.d.ts +4 -4
  177. package/src/pictureediting.js +5 -5
  178. package/theme/image.css +1 -1
  179. package/theme/imagecaption.css +1 -1
  180. package/theme/imageinsert.css +1 -1
  181. package/theme/imageplaceholder.css +1 -1
  182. package/theme/imageresize.css +1 -1
  183. package/theme/imagestyle.css +1 -1
  184. package/theme/imageuploadicon.css +1 -1
  185. package/theme/imageuploadloader.css +1 -1
  186. package/theme/imageuploadprogress.css +1 -1
  187. package/theme/textalternativeform.css +1 -1
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/imageloadobserver
7
7
  */
8
- import { Observer } from 'ckeditor5/src/engine';
8
+ import { Observer } from 'ckeditor5/src/engine.js';
9
9
  /**
10
10
  * Observes all new images added to the {@link module:engine/view/document~Document},
11
11
  * fires {@link module:engine/view/document~Document#event:imageLoaded} and
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/imageloadobserver
7
7
  */
8
- import { Observer } from 'ckeditor5/src/engine';
8
+ import { Observer } from 'ckeditor5/src/engine.js';
9
9
  /**
10
10
  * Observes all new images added to the {@link module:engine/view/document~Document},
11
11
  * fires {@link module:engine/view/document~Document#event:imageLoaded} and
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/imageplaceholder
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import ImageUtils from '../imageutils';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import ImageUtils from '../imageutils.js';
10
10
  import '../../theme/imageplaceholder.css';
11
11
  /**
12
12
  * Adds support for image placeholder that is automatically removed when the image is loaded.
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/imageplaceholder
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import ImageUtils from '../imageutils';
10
- import ImageLoadObserver from './imageloadobserver';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import ImageUtils from '../imageutils.js';
10
+ import ImageLoadObserver from './imageloadobserver.js';
11
11
  import '../../theme/imageplaceholder.css';
12
12
  /**
13
13
  * Adds support for image placeholder that is automatically removed when the image is loaded.
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/imagetypecommand
7
7
  */
8
- import type { Element } from 'ckeditor5/src/engine';
9
- import { Command, type Editor } from 'ckeditor5/src/core';
8
+ import type { Element } from 'ckeditor5/src/engine.js';
9
+ import { Command, type Editor } from 'ckeditor5/src/core.js';
10
10
  /**
11
11
  * The image type command. It changes the type of a selected image, depending on the configuration.
12
12
  */
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import { Command } from 'ckeditor5/src/core';
5
+ import { Command } from 'ckeditor5/src/core.js';
6
6
  /**
7
7
  * The image type command. It changes the type of a selected image, depending on the configuration.
8
8
  */
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/insertimagecommand
7
7
  */
8
- import { Command, type Editor } from 'ckeditor5/src/core';
9
- import { type ArrayOrItem } from 'ckeditor5/src/utils';
8
+ import { Command, type Editor } from 'ckeditor5/src/core.js';
9
+ import { type ArrayOrItem } from 'ckeditor5/src/utils.js';
10
10
  /**
11
11
  * Insert image command.
12
12
  *
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/insertimagecommand
7
7
  */
8
- import { Command } from 'ckeditor5/src/core';
9
- import { logWarning, toArray } from 'ckeditor5/src/utils';
8
+ import { Command } from 'ckeditor5/src/core.js';
9
+ import { logWarning, toArray } from 'ckeditor5/src/utils.js';
10
10
  /**
11
11
  * Insert image command.
12
12
  *
@@ -1,9 +1,9 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import { Command, type Editor } from 'ckeditor5/src/core';
6
- import type { Writer, Element } from 'ckeditor5/src/engine';
5
+ import { Command, type Editor } from 'ckeditor5/src/core.js';
6
+ import type { Writer, Element } from 'ckeditor5/src/engine.js';
7
7
  /**
8
8
  * @module image/image/replaceimagesourcecommand
9
9
  */
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import { Command } from 'ckeditor5/src/core';
5
+ import { Command } from 'ckeditor5/src/core.js';
6
6
  /**
7
7
  * @module image/image/replaceimagesourcecommand
8
8
  */
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/ui/utils
7
7
  */
8
- import type { PositionOptions } from 'ckeditor5/src/utils';
9
- import type { Editor } from 'ckeditor5/src/core';
8
+ import type { PositionOptions } from 'ckeditor5/src/utils.js';
9
+ import type { Editor } from 'ckeditor5/src/core.js';
10
10
  /**
11
11
  * A helper utility that positions the
12
12
  * {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon contextual balloon} instance
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import { BalloonPanelView } from 'ckeditor5/src/ui';
5
+ import { BalloonPanelView } from 'ckeditor5/src/ui.js';
6
6
  /**
7
7
  * A helper utility that positions the
8
8
  * {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon contextual balloon} instance
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image/utils
7
7
  */
8
- import type { DocumentSelection, MatcherPattern, Schema, Selection, ViewContainerElement, DowncastWriter, ViewElement } from 'ckeditor5/src/engine';
9
- import type { Editor } from 'ckeditor5/src/core';
8
+ import type { DocumentSelection, MatcherPattern, Schema, Selection, ViewContainerElement, DowncastWriter, ViewElement } from 'ckeditor5/src/engine.js';
9
+ import type { Editor } from 'ckeditor5/src/core.js';
10
10
  /**
11
11
  * Creates a view element representing the inline image.
12
12
  *
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import { first } from 'ckeditor5/src/utils';
5
+ import { first } from 'ckeditor5/src/utils.js';
6
6
  /**
7
7
  * Creates a view element representing the inline image.
8
8
  *
package/src/image.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import ImageBlock from './imageblock';
10
- import ImageInline from './imageinline';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import ImageBlock from './imageblock.js';
10
+ import ImageInline from './imageinline.js';
11
11
  import '../theme/image.css';
12
12
  /**
13
13
  * The image plugin.
package/src/image.js CHANGED
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/image
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import ImageBlock from './imageblock';
10
- import ImageInline from './imageinline';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import ImageBlock from './imageblock.js';
10
+ import ImageInline from './imageinline.js';
11
11
  import '../theme/image.css';
12
12
  /**
13
13
  * The image plugin.
@@ -1,15 +1,15 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imageblock
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { Widget } from 'ckeditor5/src/widget';
10
- import ImageTextAlternative from './imagetextalternative';
11
- import ImageBlockEditing from './image/imageblockediting';
12
- import ImageInsertUI from './imageinsert/imageinsertui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { Widget } from 'ckeditor5/src/widget.js';
10
+ import ImageTextAlternative from './imagetextalternative.js';
11
+ import ImageBlockEditing from './image/imageblockediting.js';
12
+ import ImageInsertUI from './imageinsert/imageinsertui.js';
13
13
  import '../theme/image.css';
14
14
  /**
15
15
  * The image block plugin.
package/src/imageblock.js CHANGED
@@ -1,15 +1,15 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imageblock
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { Widget } from 'ckeditor5/src/widget';
10
- import ImageTextAlternative from './imagetextalternative';
11
- import ImageBlockEditing from './image/imageblockediting';
12
- import ImageInsertUI from './imageinsert/imageinsertui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { Widget } from 'ckeditor5/src/widget.js';
10
+ import ImageTextAlternative from './imagetextalternative.js';
11
+ import ImageBlockEditing from './image/imageblockediting.js';
12
+ import ImageInsertUI from './imageinsert/imageinsertui.js';
13
13
  import '../theme/image.css';
14
14
  /**
15
15
  * The image block plugin.
@@ -1,14 +1,14 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imagecaption/imagecaptionediting
7
7
  */
8
- import { type Editor, Plugin } from 'ckeditor5/src/core';
9
- import { Element } from 'ckeditor5/src/engine';
10
- import ImageUtils from '../imageutils';
11
- import ImageCaptionUtils from './imagecaptionutils';
8
+ import { type Editor, Plugin } from 'ckeditor5/src/core.js';
9
+ import { Element } from 'ckeditor5/src/engine.js';
10
+ import ImageUtils from '../imageutils.js';
11
+ import ImageCaptionUtils from './imagecaptionutils.js';
12
12
  /**
13
13
  * The image caption engine plugin. It is responsible for:
14
14
  *
@@ -1,16 +1,16 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imagecaption/imagecaptionediting
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { Element, enablePlaceholder } from 'ckeditor5/src/engine';
10
- import { toWidgetEditable } from 'ckeditor5/src/widget';
11
- import ToggleImageCaptionCommand from './toggleimagecaptioncommand';
12
- import ImageUtils from '../imageutils';
13
- import ImageCaptionUtils from './imagecaptionutils';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { Element, enablePlaceholder } from 'ckeditor5/src/engine.js';
10
+ import { toWidgetEditable } from 'ckeditor5/src/widget.js';
11
+ import ToggleImageCaptionCommand from './toggleimagecaptioncommand.js';
12
+ import ImageUtils from '../imageutils.js';
13
+ import ImageCaptionUtils from './imagecaptionutils.js';
14
14
  /**
15
15
  * The image caption engine plugin. It is responsible for:
16
16
  *
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imagecaption/imagecaptionui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import ImageCaptionUtils from './imagecaptionutils';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import ImageCaptionUtils from './imagecaptionutils.js';
10
10
  /**
11
11
  * The image caption UI plugin. It introduces the `'toggleImageCaption'` UI button.
12
12
  */
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imagecaption/imagecaptionui
7
7
  */
8
- import { Plugin, icons } from 'ckeditor5/src/core';
9
- import { ButtonView } from 'ckeditor5/src/ui';
10
- import ImageCaptionUtils from './imagecaptionutils';
8
+ import { Plugin, icons } from 'ckeditor5/src/core.js';
9
+ import { ButtonView } from 'ckeditor5/src/ui.js';
10
+ import ImageCaptionUtils from './imagecaptionutils.js';
11
11
  /**
12
12
  * The image caption UI plugin. It introduces the `'toggleImageCaption'` UI button.
13
13
  */
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imagecaption/imagecaptionutils
7
7
  */
8
- import type { DocumentSelection, Element, Selection, ViewElement, Match } from 'ckeditor5/src/engine';
9
- import { Plugin } from 'ckeditor5/src/core';
10
- import ImageUtils from '../imageutils';
8
+ import type { DocumentSelection, Element, Selection, ViewElement, Match } from 'ckeditor5/src/engine.js';
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import ImageUtils from '../imageutils.js';
11
11
  /**
12
12
  * The image caption utilities plugin.
13
13
  */
@@ -1,9 +1,9 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import { Plugin } from 'ckeditor5/src/core';
6
- import ImageUtils from '../imageutils';
5
+ import { Plugin } from 'ckeditor5/src/core.js';
6
+ import ImageUtils from '../imageutils.js';
7
7
  /**
8
8
  * The image caption utilities plugin.
9
9
  */
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import { Command } from 'ckeditor5/src/core';
5
+ import { Command } from 'ckeditor5/src/core.js';
6
6
  /**
7
7
  * The toggle image caption command.
8
8
  *
@@ -1,9 +1,9 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import { Command } from 'ckeditor5/src/core';
6
- import ImageBlockEditing from '../image/imageblockediting';
5
+ import { Command } from 'ckeditor5/src/core.js';
6
+ import ImageBlockEditing from '../image/imageblockediting.js';
7
7
  /**
8
8
  * The toggle image caption command.
9
9
  *
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imagecaption
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import ImageCaptionEditing from './imagecaption/imagecaptionediting';
10
- import ImageCaptionUI from './imagecaption/imagecaptionui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import ImageCaptionEditing from './imagecaption/imagecaptionediting.js';
10
+ import ImageCaptionUI from './imagecaption/imagecaptionui.js';
11
11
  import '../theme/imagecaption.css';
12
12
  /**
13
13
  * The image caption plugin.
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imagecaption
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import ImageCaptionEditing from './imagecaption/imagecaptionediting';
10
- import ImageCaptionUI from './imagecaption/imagecaptionui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import ImageCaptionEditing from './imagecaption/imagecaptionediting.js';
10
+ import ImageCaptionUI from './imagecaption/imagecaptionui.js';
11
11
  import '../theme/imagecaption.css';
12
12
  /**
13
13
  * The image caption plugin.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  export {};
@@ -1,15 +1,15 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imageinline
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { Widget } from 'ckeditor5/src/widget';
10
- import ImageTextAlternative from './imagetextalternative';
11
- import ImageInlineEditing from './image/imageinlineediting';
12
- import ImageInsertUI from './imageinsert/imageinsertui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { Widget } from 'ckeditor5/src/widget.js';
10
+ import ImageTextAlternative from './imagetextalternative.js';
11
+ import ImageInlineEditing from './image/imageinlineediting.js';
12
+ import ImageInsertUI from './imageinsert/imageinsertui.js';
13
13
  import '../theme/image.css';
14
14
  /**
15
15
  * The image inline plugin.
@@ -1,15 +1,15 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imageinline
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { Widget } from 'ckeditor5/src/widget';
10
- import ImageTextAlternative from './imagetextalternative';
11
- import ImageInlineEditing from './image/imageinlineediting';
12
- import ImageInsertUI from './imageinsert/imageinsertui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { Widget } from 'ckeditor5/src/widget.js';
10
+ import ImageTextAlternative from './imagetextalternative.js';
11
+ import ImageInlineEditing from './image/imageinlineediting.js';
12
+ import ImageInsertUI from './imageinsert/imageinsertui.js';
13
13
  import '../theme/image.css';
14
14
  /**
15
15
  * The image inline plugin.
@@ -1,14 +1,14 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imageinsert/imageinsertui
7
7
  */
8
- import { Plugin, type Editor } from 'ckeditor5/src/core';
9
- import { type Observable } from 'ckeditor5/src/utils';
10
- import { type ButtonView, type DropdownView, type FocusableView } from 'ckeditor5/src/ui';
11
- import ImageUtils from '../imageutils';
8
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
9
+ import { type Observable } from 'ckeditor5/src/utils.js';
10
+ import { type ButtonView, type DropdownView, type FocusableView } from 'ckeditor5/src/ui.js';
11
+ import ImageUtils from '../imageutils.js';
12
12
  /**
13
13
  * The image insert dropdown plugin.
14
14
  *
@@ -1,15 +1,15 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imageinsert/imageinsertui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { logWarning } from 'ckeditor5/src/utils';
10
- import { createDropdown, SplitButtonView } from 'ckeditor5/src/ui';
11
- import ImageInsertFormView from './ui/imageinsertformview';
12
- import ImageUtils from '../imageutils';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { logWarning } from 'ckeditor5/src/utils.js';
10
+ import { createDropdown, SplitButtonView } from 'ckeditor5/src/ui.js';
11
+ import ImageInsertFormView from './ui/imageinsertformview.js';
12
+ import ImageUtils from '../imageutils.js';
13
13
  /**
14
14
  * The image insert dropdown plugin.
15
15
  *
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imageinsert/imageinsertviaurlui
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import ImageInsertUI from './imageinsertui';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import ImageInsertUI from './imageinsertui.js';
10
10
  /**
11
11
  * The image insert via URL plugin (UI part).
12
12
  *
@@ -1,14 +1,14 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module image/imageinsert/imageinsertviaurlui
7
7
  */
8
- import { icons, Plugin } from 'ckeditor5/src/core';
9
- import { ButtonView, CollapsibleView, DropdownButtonView } from 'ckeditor5/src/ui';
10
- import ImageInsertUI from './imageinsertui';
11
- import ImageInsertUrlView from './ui/imageinserturlview';
8
+ import { icons, Plugin } from 'ckeditor5/src/core.js';
9
+ import { ButtonView, CollapsibleView, DropdownButtonView } from 'ckeditor5/src/ui.js';
10
+ import ImageInsertUI from './imageinsertui.js';
11
+ import ImageInsertUrlView from './ui/imageinserturlview.js';
12
12
  /**
13
13
  * The image insert via URL plugin (UI part).
14
14
  *