@ckeditor/ckeditor5-utils 44.0.0 → 44.1.0-alpha.1

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 (207) hide show
  1. package/dist/abortabledebounce.d.ts +1 -1
  2. package/dist/areconnectedthroughproperties.d.ts +1 -1
  3. package/dist/ckeditorerror.d.ts +1 -1
  4. package/dist/collection.d.ts +1 -1
  5. package/dist/comparearrays.d.ts +1 -1
  6. package/dist/config.d.ts +1 -1
  7. package/dist/count.d.ts +1 -1
  8. package/dist/crc32.d.ts +1 -1
  9. package/dist/delay.d.ts +1 -1
  10. package/dist/diff.d.ts +1 -1
  11. package/dist/difftochanges.d.ts +1 -1
  12. package/dist/dom/createelement.d.ts +1 -1
  13. package/dist/dom/emittermixin.d.ts +1 -1
  14. package/dist/dom/findclosestscrollableancestor.d.ts +1 -1
  15. package/dist/dom/getancestors.d.ts +1 -1
  16. package/dist/dom/getborderwidths.d.ts +1 -1
  17. package/dist/dom/getcommonancestor.d.ts +1 -1
  18. package/dist/dom/getdatafromelement.d.ts +1 -1
  19. package/dist/dom/getpositionedancestor.d.ts +1 -1
  20. package/dist/dom/getrangefrommouseevent.d.ts +1 -1
  21. package/dist/dom/global.d.ts +1 -1
  22. package/dist/dom/indexof.d.ts +1 -1
  23. package/dist/dom/insertat.d.ts +1 -1
  24. package/dist/dom/iscomment.d.ts +1 -1
  25. package/dist/dom/isnode.d.ts +1 -1
  26. package/dist/dom/isrange.d.ts +1 -1
  27. package/dist/dom/istext.d.ts +1 -1
  28. package/dist/dom/isvalidattributename.d.ts +1 -1
  29. package/dist/dom/isvisible.d.ts +1 -1
  30. package/dist/dom/iswindow.d.ts +1 -1
  31. package/dist/dom/position.d.ts +1 -1
  32. package/dist/dom/rect.d.ts +1 -1
  33. package/dist/dom/remove.d.ts +1 -1
  34. package/dist/dom/resizeobserver.d.ts +1 -1
  35. package/dist/dom/scroll.d.ts +1 -1
  36. package/dist/dom/setdatainelement.d.ts +1 -1
  37. package/dist/dom/tounit.d.ts +1 -1
  38. package/dist/elementreplacer.d.ts +1 -1
  39. package/dist/emittermixin.d.ts +1 -1
  40. package/dist/env.d.ts +1 -1
  41. package/dist/eventinfo.d.ts +1 -1
  42. package/dist/fastdiff.d.ts +1 -1
  43. package/dist/first.d.ts +1 -1
  44. package/dist/focustracker.d.ts +1 -1
  45. package/dist/index.d.ts +1 -1
  46. package/dist/index.js +73 -78
  47. package/dist/index.js.map +1 -1
  48. package/dist/inserttopriorityarray.d.ts +1 -1
  49. package/dist/isiterable.d.ts +1 -1
  50. package/dist/keyboard.d.ts +1 -1
  51. package/dist/keystrokehandler.d.ts +1 -1
  52. package/dist/language.d.ts +1 -1
  53. package/dist/locale.d.ts +1 -1
  54. package/dist/mapsequal.d.ts +1 -1
  55. package/dist/mix.d.ts +1 -1
  56. package/dist/nth.d.ts +1 -1
  57. package/dist/objecttomap.d.ts +1 -1
  58. package/dist/observablemixin.d.ts +1 -1
  59. package/dist/parsebase64encodedobject.d.ts +1 -1
  60. package/dist/priorities.d.ts +1 -1
  61. package/dist/retry.d.ts +1 -1
  62. package/dist/splicearray.d.ts +12 -11
  63. package/dist/spy.d.ts +1 -1
  64. package/dist/toarray.d.ts +1 -1
  65. package/dist/tomap.d.ts +1 -1
  66. package/dist/translation-service.d.ts +1 -1
  67. package/dist/uid.d.ts +1 -1
  68. package/dist/unicode.d.ts +1 -1
  69. package/dist/version.d.ts +2 -2
  70. package/dist/wait.d.ts +1 -1
  71. package/package.json +2 -2
  72. package/src/abortabledebounce.d.ts +1 -1
  73. package/src/abortabledebounce.js +1 -1
  74. package/src/areconnectedthroughproperties.d.ts +1 -1
  75. package/src/areconnectedthroughproperties.js +1 -1
  76. package/src/ckeditorerror.d.ts +1 -1
  77. package/src/ckeditorerror.js +1 -1
  78. package/src/collection.d.ts +1 -1
  79. package/src/collection.js +1 -1
  80. package/src/comparearrays.d.ts +1 -1
  81. package/src/comparearrays.js +1 -1
  82. package/src/config.d.ts +1 -1
  83. package/src/config.js +1 -1
  84. package/src/count.d.ts +1 -1
  85. package/src/count.js +1 -1
  86. package/src/crc32.d.ts +1 -1
  87. package/src/crc32.js +1 -1
  88. package/src/delay.d.ts +1 -1
  89. package/src/delay.js +1 -1
  90. package/src/diff.d.ts +1 -1
  91. package/src/diff.js +1 -1
  92. package/src/difftochanges.d.ts +1 -1
  93. package/src/difftochanges.js +1 -1
  94. package/src/dom/createelement.d.ts +1 -1
  95. package/src/dom/createelement.js +1 -1
  96. package/src/dom/emittermixin.d.ts +1 -1
  97. package/src/dom/emittermixin.js +1 -1
  98. package/src/dom/findclosestscrollableancestor.d.ts +1 -1
  99. package/src/dom/findclosestscrollableancestor.js +1 -1
  100. package/src/dom/getancestors.d.ts +1 -1
  101. package/src/dom/getancestors.js +1 -1
  102. package/src/dom/getborderwidths.d.ts +1 -1
  103. package/src/dom/getborderwidths.js +1 -1
  104. package/src/dom/getcommonancestor.d.ts +1 -1
  105. package/src/dom/getcommonancestor.js +1 -1
  106. package/src/dom/getdatafromelement.d.ts +1 -1
  107. package/src/dom/getdatafromelement.js +1 -1
  108. package/src/dom/getpositionedancestor.d.ts +1 -1
  109. package/src/dom/getpositionedancestor.js +1 -1
  110. package/src/dom/getrangefrommouseevent.d.ts +1 -1
  111. package/src/dom/getrangefrommouseevent.js +1 -1
  112. package/src/dom/global.d.ts +1 -1
  113. package/src/dom/global.js +1 -1
  114. package/src/dom/indexof.d.ts +1 -1
  115. package/src/dom/indexof.js +1 -1
  116. package/src/dom/insertat.d.ts +1 -1
  117. package/src/dom/insertat.js +1 -1
  118. package/src/dom/iscomment.d.ts +1 -1
  119. package/src/dom/iscomment.js +1 -1
  120. package/src/dom/isnode.d.ts +1 -1
  121. package/src/dom/isnode.js +1 -1
  122. package/src/dom/isrange.d.ts +1 -1
  123. package/src/dom/isrange.js +1 -1
  124. package/src/dom/istext.d.ts +1 -1
  125. package/src/dom/istext.js +1 -1
  126. package/src/dom/isvalidattributename.d.ts +1 -1
  127. package/src/dom/isvalidattributename.js +1 -1
  128. package/src/dom/isvisible.d.ts +1 -1
  129. package/src/dom/isvisible.js +1 -1
  130. package/src/dom/iswindow.d.ts +1 -1
  131. package/src/dom/iswindow.js +1 -1
  132. package/src/dom/position.d.ts +1 -1
  133. package/src/dom/position.js +1 -1
  134. package/src/dom/rect.d.ts +1 -1
  135. package/src/dom/rect.js +1 -1
  136. package/src/dom/remove.d.ts +1 -1
  137. package/src/dom/remove.js +1 -1
  138. package/src/dom/resizeobserver.d.ts +1 -1
  139. package/src/dom/resizeobserver.js +1 -1
  140. package/src/dom/scroll.d.ts +1 -1
  141. package/src/dom/scroll.js +1 -1
  142. package/src/dom/setdatainelement.d.ts +1 -1
  143. package/src/dom/setdatainelement.js +1 -1
  144. package/src/dom/tounit.d.ts +1 -1
  145. package/src/dom/tounit.js +1 -1
  146. package/src/elementreplacer.d.ts +1 -1
  147. package/src/elementreplacer.js +1 -1
  148. package/src/emittermixin.d.ts +1 -1
  149. package/src/emittermixin.js +17 -19
  150. package/src/env.d.ts +1 -1
  151. package/src/env.js +1 -1
  152. package/src/eventinfo.d.ts +1 -1
  153. package/src/eventinfo.js +1 -1
  154. package/src/fastdiff.d.ts +1 -1
  155. package/src/fastdiff.js +1 -1
  156. package/src/first.d.ts +1 -1
  157. package/src/first.js +1 -1
  158. package/src/focustracker.d.ts +1 -1
  159. package/src/focustracker.js +1 -1
  160. package/src/index.d.ts +1 -1
  161. package/src/index.js +1 -1
  162. package/src/inserttopriorityarray.d.ts +1 -1
  163. package/src/inserttopriorityarray.js +1 -1
  164. package/src/isiterable.d.ts +1 -1
  165. package/src/isiterable.js +1 -1
  166. package/src/keyboard.d.ts +1 -1
  167. package/src/keyboard.js +1 -1
  168. package/src/keystrokehandler.d.ts +1 -1
  169. package/src/keystrokehandler.js +1 -1
  170. package/src/language.d.ts +1 -1
  171. package/src/language.js +1 -1
  172. package/src/locale.d.ts +1 -1
  173. package/src/locale.js +1 -1
  174. package/src/mapsequal.d.ts +1 -1
  175. package/src/mapsequal.js +1 -1
  176. package/src/mix.d.ts +1 -1
  177. package/src/mix.js +1 -1
  178. package/src/nth.d.ts +1 -1
  179. package/src/nth.js +1 -1
  180. package/src/objecttomap.d.ts +1 -1
  181. package/src/objecttomap.js +1 -1
  182. package/src/observablemixin.d.ts +1 -1
  183. package/src/observablemixin.js +1 -1
  184. package/src/parsebase64encodedobject.d.ts +1 -1
  185. package/src/parsebase64encodedobject.js +1 -1
  186. package/src/priorities.d.ts +1 -1
  187. package/src/priorities.js +1 -1
  188. package/src/retry.d.ts +1 -1
  189. package/src/retry.js +1 -1
  190. package/src/splicearray.d.ts +12 -11
  191. package/src/splicearray.js +17 -19
  192. package/src/spy.d.ts +1 -1
  193. package/src/spy.js +1 -1
  194. package/src/toarray.d.ts +1 -1
  195. package/src/toarray.js +1 -1
  196. package/src/tomap.d.ts +1 -1
  197. package/src/tomap.js +1 -1
  198. package/src/translation-service.d.ts +1 -1
  199. package/src/translation-service.js +1 -1
  200. package/src/uid.d.ts +1 -1
  201. package/src/uid.js +1 -1
  202. package/src/unicode.d.ts +1 -1
  203. package/src/unicode.js +1 -1
  204. package/src/version.d.ts +2 -2
  205. package/src/version.js +3 -3
  206. package/src/wait.d.ts +1 -1
  207. package/src/wait.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
  /**
10
10
  * @module utils/abortabledebounce
@@ -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 utils/areconnectedthroughproperties
@@ -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 utils/ckeditorerror
@@ -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
  declare const Collection_base: {
10
10
  new (): import("./emittermixin.js").Emitter;
@@ -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 utils/comparearrays
package/dist/config.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
  * Handles a configuration dictionary.
package/dist/count.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 utils/count
package/dist/crc32.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
  * Calculates CRC-32 checksum for a given inputData to verify the integrity of data.
package/dist/delay.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 utils/delay
package/dist/diff.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
  * Calculates the difference between two arrays or strings producing an array containing a list of changes
@@ -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 { DiffResult } from './diff.js';
10
10
  /**
@@ -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
  * Attributes to be applied to the HTML element.
@@ -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 utils/dom/emittermixin
@@ -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
  * Returns the closest scrollable ancestor of a DOM element.
@@ -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 utils/dom/getancestors
@@ -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 utils/dom/getborderwidths
@@ -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
  * Searches and returns the lowest common ancestor of two given nodes.
@@ -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 utils/dom/getdatafromelement
@@ -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
  * For a given element, returns the nearest ancestor element which CSS position is not "static".
@@ -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 utils/dom/getrangefrommouseevent
@@ -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 utils/dom/global
@@ -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 utils/dom/indexof
@@ -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 utils/dom/insertat
@@ -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 utils/dom/iscomment
@@ -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 utils/dom/isnode
@@ -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 utils/dom/isrange
@@ -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 utils/dom/istext
@@ -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
  * Checks if the given attribute name is valid in terms of HTML.
@@ -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
  * Checks whether the element is visible to the user in DOM:
@@ -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 utils/dom/iswindow
@@ -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 Rect, { type RectSource } from './rect.js';
10
10
  /**
@@ -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
  * A helper class representing a `ClientRect` object, e.g. value returned by
@@ -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 utils/dom/remove
@@ -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
  * A helper class which instances allow performing custom actions when native DOM elements are resized.
@@ -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
  type IfTrue<T> = T extends true ? true : never;
10
10
  /**
@@ -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 utils/dom/setdatainelement
@@ -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 utils/dom/tounit
@@ -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 utils/elementreplacer
@@ -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 utils/emittermixin
package/dist/env.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
  * Safely returns `userAgent` from browser's navigator API in a lower case.
@@ -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
  * The event object passed to event callbacks. It is used to provide information about the event as well as a tool to
@@ -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 { DiffResult } from './diff.js';
10
10
  import type { Change } from './difftochanges.js';
package/dist/first.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 utils/first
@@ -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 View } from '@ckeditor/ckeditor5-ui';
10
10
  declare const FocusTracker_base: import("./mix.js").Mixed<{
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 utils