filepond 5.0.0-beta.31 → 5.0.0-beta.32

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 (295) hide show
  1. package/cdn/assets/index.js +1 -1
  2. package/cdn/locales/ar-ar.js +1 -1
  3. package/cdn/locales/bn-bd.js +1 -1
  4. package/cdn/locales/cs-cz.js +1 -1
  5. package/cdn/locales/da-dk.js +1 -1
  6. package/cdn/locales/de-de.js +1 -1
  7. package/cdn/locales/el-gr.js +1 -1
  8. package/cdn/locales/en-gb.js +1 -1
  9. package/cdn/locales/es-es.js +1 -1
  10. package/cdn/locales/fi-fi.js +1 -1
  11. package/cdn/locales/fr-fr.js +1 -1
  12. package/cdn/locales/hi-in.js +1 -1
  13. package/cdn/locales/hu-hu.js +1 -1
  14. package/cdn/locales/index.js +1 -1
  15. package/cdn/locales/is-is.js +1 -1
  16. package/cdn/locales/it-it.js +1 -1
  17. package/cdn/locales/ja-jp.js +1 -1
  18. package/cdn/locales/ko-kr.js +1 -1
  19. package/cdn/locales/nb-no.js +1 -1
  20. package/cdn/locales/nl-nl.js +1 -1
  21. package/cdn/locales/pl-pl.js +1 -1
  22. package/cdn/locales/pt-pt.js +1 -1
  23. package/cdn/locales/sv-se.js +1 -1
  24. package/cdn/locales/tr-tr.js +1 -1
  25. package/cdn/locales/uk-ua.js +1 -1
  26. package/cdn/locales/vi-vn.js +1 -1
  27. package/cdn/locales/zh-cn.js +1 -1
  28. package/cdn/main.js +2 -2
  29. package/cdn/utils/array.js +1 -0
  30. package/cdn/utils/bounds.js +1 -0
  31. package/cdn/utils/cache.js +1 -0
  32. package/cdn/utils/canvasToBlob.js +1 -0
  33. package/cdn/utils/date.js +1 -0
  34. package/cdn/utils/debounce.js +1 -0
  35. package/cdn/utils/dom.js +1 -0
  36. package/cdn/utils/file.js +1 -0
  37. package/cdn/utils/functionToBlob.js +1 -0
  38. package/cdn/utils/index.js +1 -0
  39. package/cdn/utils/keyboard.js +1 -0
  40. package/cdn/utils/math.js +1 -0
  41. package/cdn/utils/media.js +1 -0
  42. package/cdn/utils/number.js +1 -0
  43. package/cdn/utils/object.js +1 -0
  44. package/cdn/utils/objectURL.js +1 -0
  45. package/cdn/utils/placeholder.js +1 -0
  46. package/cdn/utils/poly.js +1 -0
  47. package/cdn/utils/pubsub.js +1 -0
  48. package/cdn/utils/rect.js +1 -0
  49. package/cdn/utils/size.js +1 -0
  50. package/cdn/utils/sleep.js +1 -0
  51. package/cdn/utils/string.js +1 -0
  52. package/cdn/utils/support.js +1 -0
  53. package/cdn/utils/test.js +1 -0
  54. package/cdn/utils/thread.js +1 -0
  55. package/cdn/utils/tree.js +1 -0
  56. package/cdn/utils/url.js +1 -0
  57. package/cdn/utils/vector.js +1 -0
  58. package/cdn/utils/window.js +1 -0
  59. package/cdn/utils/xhr.js +1 -0
  60. package/cdn/workers/httpRequest.js +43 -28
  61. package/cdn/workers/httpRequestWorker.js +42 -27
  62. package/cdn/workers/readFile.js +1 -1
  63. package/cdn/workers/transformImage.js +1 -1
  64. package/esm/assets/index.js +1 -1
  65. package/esm/common/console.js +1 -1
  66. package/esm/common/entry.js +1 -1
  67. package/esm/common/perceivedPerformanceProxy.js +63 -54
  68. package/esm/common/readEntriesFromDataTransfer.js +77 -81
  69. package/esm/common/ssr.js +1 -1
  70. package/esm/common/status.js +1 -1
  71. package/esm/core/entryTree.js +1 -1
  72. package/esm/core/extensionManager.js +1 -1
  73. package/esm/core/taskScheduler.js +81 -78
  74. package/esm/dev/index.js +1 -1
  75. package/esm/elements/FilePondDefault/createFilePondExtensionSet.js +1 -1
  76. package/esm/elements/FilePondDefault/index.css.js +1 -1
  77. package/esm/elements/FilePondDefault/index.js +1 -1
  78. package/esm/elements/FilePondDropArea/index.css.js +1 -1
  79. package/esm/elements/FilePondDropArea/index.js +1 -1
  80. package/esm/elements/FilePondDropArea/index.svelte.js +1 -1
  81. package/esm/elements/FilePondDropIndicator/index.css.js +1 -1
  82. package/esm/elements/FilePondDropIndicator/index.js +1 -1
  83. package/esm/elements/FilePondDropIndicator/index.svelte.js +1 -1
  84. package/esm/elements/FilePondEntryList/components/Entry/index.css.js +1 -1
  85. package/esm/elements/FilePondEntryList/components/Entry/index.js +1 -1
  86. package/esm/elements/FilePondEntryList/components/Entry/index.svelte.js +1 -1
  87. package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.css.js +1 -1
  88. package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.js +1 -1
  89. package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.svelte.js +1 -1
  90. package/esm/elements/FilePondEntryList/components/EntryList/index.css.js +1 -1
  91. package/esm/elements/FilePondEntryList/components/EntryList/index.js +1 -1
  92. package/esm/elements/FilePondEntryList/components/EntryList/index.svelte.js +1 -1
  93. package/esm/elements/FilePondEntryList/components/EntryListItem/index.css.js +1 -1
  94. package/esm/elements/FilePondEntryList/components/EntryListItem/index.js +1 -1
  95. package/esm/elements/FilePondEntryList/components/EntryListItem/index.svelte.js +1 -1
  96. package/esm/elements/FilePondEntryList/components/EntryListItemPlaceholder/index.svelte.js +1 -1
  97. package/esm/elements/FilePondEntryList/components/EntryStatus/index.css.js +1 -1
  98. package/esm/elements/FilePondEntryList/components/EntryStatus/index.js +1 -1
  99. package/esm/elements/FilePondEntryList/components/EntryStatus/index.svelte.js +1 -1
  100. package/esm/elements/FilePondEntryList/components/MediaImage/components/BitmapRenderer.svelte.js +43 -40
  101. package/esm/elements/FilePondEntryList/components/MediaImage/components/BitmapRendererCache.js +1 -1
  102. package/esm/elements/FilePondEntryList/components/MediaImage/index.css.js +1 -1
  103. package/esm/elements/FilePondEntryList/components/MediaImage/index.js +1 -1
  104. package/esm/elements/FilePondEntryList/components/MediaImage/index.svelte.js +1 -1
  105. package/esm/elements/FilePondEntryList/components/MediaPane/index.css.js +1 -1
  106. package/esm/elements/FilePondEntryList/components/MediaPane/index.js +1 -1
  107. package/esm/elements/FilePondEntryList/components/MediaPane/index.svelte.js +1 -1
  108. package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index.css.js +1 -1
  109. package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index.js +1 -1
  110. package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index.svelte.js +1 -1
  111. package/esm/elements/FilePondEntryList/components/MediaVideo/index.css.js +1 -1
  112. package/esm/elements/FilePondEntryList/components/MediaVideo/index.js +1 -1
  113. package/esm/elements/FilePondEntryList/components/MediaVideo/index.svelte.js +1 -1
  114. package/esm/elements/FilePondEntryList/contexts/appContext.js +1 -1
  115. package/esm/elements/FilePondEntryList/contexts/dragContext.js +1 -1
  116. package/esm/elements/FilePondEntryList/contexts/dropContext.js +1 -1
  117. package/esm/elements/FilePondEntryList/contexts/entryContext.js +1 -1
  118. package/esm/elements/FilePondEntryList/contexts/springElementTreeContext.js +1 -1
  119. package/esm/elements/FilePondEntryList/index.css.js +1 -1
  120. package/esm/elements/FilePondEntryList/index.js +1 -1
  121. package/esm/elements/FilePondEntryList/index.svelte.js +1 -1
  122. package/esm/elements/FilePondInput/createFilePondEntryTree.js +1 -1
  123. package/esm/elements/FilePondInput/index.css.js +1 -1
  124. package/esm/elements/FilePondInput/index.js +4 -4
  125. package/esm/elements/FilePondSvelteComponent/index.svelte.js +1 -1
  126. package/esm/elements/attachments/dragarea.js +1 -1
  127. package/esm/elements/attachments/droparea.js +1 -1
  128. package/esm/elements/attachments/measurable.js +1 -1
  129. package/esm/elements/attachments/resizable.js +1 -1
  130. package/esm/elements/attachments/transitions.js +1 -1
  131. package/esm/elements/common/animationGuard.js +1 -1
  132. package/esm/elements/common/animationPreference.svelte.js +1 -1
  133. package/esm/elements/common/dragDrop.js +1 -1
  134. package/esm/elements/common/event.js +1 -1
  135. package/esm/elements/common/extendStyles.js +1 -1
  136. package/esm/elements/common/getClosestElement.js +1 -1
  137. package/esm/elements/common/html.js +1 -1
  138. package/esm/elements/common/nodeTree.js +1 -1
  139. package/esm/elements/common/store.svelte.js +1 -1
  140. package/esm/elements/common/string.js +1 -1
  141. package/esm/elements/common/transition.js +1 -1
  142. package/esm/elements/components/BooleanInput/index.css.js +1 -1
  143. package/esm/elements/components/BooleanInput/index.js +1 -1
  144. package/esm/elements/components/BooleanInput/index.svelte.js +1 -1
  145. package/esm/elements/components/Button/index.css.js +1 -1
  146. package/esm/elements/components/Button/index.js +1 -1
  147. package/esm/elements/components/Button/index.svelte.js +1 -1
  148. package/esm/elements/components/ElementPane/index.css.js +1 -1
  149. package/esm/elements/components/ElementPane/index.js +1 -1
  150. package/esm/elements/components/ElementPane/index.svelte.js +1 -1
  151. package/esm/elements/components/ElementSkeleton/index.css.js +1 -1
  152. package/esm/elements/components/ElementSkeleton/index.js +1 -1
  153. package/esm/elements/components/ElementSkeleton/index.svelte.js +1 -1
  154. package/esm/elements/components/FilenameInput/index.css.js +1 -1
  155. package/esm/elements/components/FilenameInput/index.js +1 -1
  156. package/esm/elements/components/FilenameInput/index.svelte.js +1 -1
  157. package/esm/elements/components/NodeList/index.svelte.js +1 -1
  158. package/esm/elements/components/ProgressIndicator/index.css.js +1 -1
  159. package/esm/elements/components/ProgressIndicator/index.js +1 -1
  160. package/esm/elements/components/ProgressIndicator/index.svelte.js +1 -1
  161. package/esm/elements/components/RangeInput/index.css.js +1 -1
  162. package/esm/elements/components/RangeInput/index.js +1 -1
  163. package/esm/elements/components/RangeInput/index.svelte.js +1 -1
  164. package/esm/elements/components/SpringElement/index.svelte.js +1 -1
  165. package/esm/elements/components/TextInput/index.css.js +1 -1
  166. package/esm/elements/components/TextInput/index.js +1 -1
  167. package/esm/elements/components/TextInput/index.svelte.js +1 -1
  168. package/esm/extensions/blob-loader.js +1 -1
  169. package/esm/extensions/canvas-loader.js +1 -1
  170. package/esm/extensions/chunked-upload-store.js +262 -166
  171. package/esm/extensions/clipboard-source.js +1 -1
  172. package/esm/extensions/common/createExtension.js +1 -1
  173. package/esm/extensions/common/createStoreExtension.js +155 -157
  174. package/esm/extensions/common/createTransformExtension.js +92 -87
  175. package/esm/extensions/common/createValidatorExtension.js +1 -1
  176. package/esm/extensions/console-view.js +1 -1
  177. package/esm/extensions/data-transfer-loader.js +35 -31
  178. package/esm/extensions/data-url-store.js +13 -17
  179. package/esm/extensions/drag-drop-source.js +1 -1
  180. package/esm/extensions/dropbox-source.js +1 -1
  181. package/esm/extensions/entry-list-view.js +1 -1
  182. package/esm/extensions/file-extension-validator.js +26 -28
  183. package/esm/extensions/file-input-source.js +1 -1
  184. package/esm/extensions/file-input-store.js +1 -1
  185. package/esm/extensions/file-mime-type-validator.js +28 -31
  186. package/esm/extensions/file-name-transform.js +14 -17
  187. package/esm/extensions/file-name-validator.js +27 -30
  188. package/esm/extensions/file-size-validator.js +25 -30
  189. package/esm/extensions/form-post-store.js +131 -80
  190. package/esm/extensions/image-bitmap-transform.js +51 -56
  191. package/esm/extensions/index.js +43 -45
  192. package/esm/extensions/list-count-validator.js +1 -1
  193. package/esm/extensions/list-size-validator.js +1 -1
  194. package/esm/extensions/media-resolution-validator.js +105 -110
  195. package/esm/extensions/object-url-resource.js +1 -1
  196. package/esm/extensions/simulated-loader.js +120 -96
  197. package/esm/extensions/simulated-store.js +67 -65
  198. package/esm/extensions/text-input-store.js +1 -1
  199. package/esm/extensions/url-loader.js +114 -86
  200. package/esm/extensions/value-callback-store.js +1 -1
  201. package/esm/index.js +1 -1
  202. package/esm/locales/ar-ar.js +1 -1
  203. package/esm/locales/bn-bd.js +1 -1
  204. package/esm/locales/cs-cz.js +1 -1
  205. package/esm/locales/da-dk.js +1 -1
  206. package/esm/locales/de-de.js +1 -1
  207. package/esm/locales/el-gr.js +1 -1
  208. package/esm/locales/en-gb.js +1 -1
  209. package/esm/locales/es-es.js +1 -1
  210. package/esm/locales/fi-fi.js +1 -1
  211. package/esm/locales/fr-fr.js +1 -1
  212. package/esm/locales/hi-in.js +1 -1
  213. package/esm/locales/hu-hu.js +1 -1
  214. package/esm/locales/index.js +1 -1
  215. package/esm/locales/is-is.js +1 -1
  216. package/esm/locales/it-it.js +1 -1
  217. package/esm/locales/ja-jp.js +1 -1
  218. package/esm/locales/ko-kr.js +1 -1
  219. package/esm/locales/nb-no.js +1 -1
  220. package/esm/locales/nl-nl.js +1 -1
  221. package/esm/locales/pl-pl.js +1 -1
  222. package/esm/locales/pt-pt.js +1 -1
  223. package/esm/locales/sv-se.js +1 -1
  224. package/esm/locales/tr-tr.js +1 -1
  225. package/esm/locales/uk-ua.js +1 -1
  226. package/esm/locales/vi-vn.js +1 -1
  227. package/esm/locales/zh-cn.js +1 -1
  228. package/esm/templates/entry.js +6 -4
  229. package/esm/templates/helpers.js +16 -16
  230. package/esm/templates/index.js +1 -1
  231. package/esm/templates/media.js +1 -1
  232. package/esm/utils/abort.js +12 -0
  233. package/esm/utils/array.js +1 -1
  234. package/esm/utils/bounds.js +1 -1
  235. package/esm/utils/cache.js +1 -1
  236. package/esm/utils/canvasToBlob.js +1 -1
  237. package/esm/utils/date.js +1 -1
  238. package/esm/utils/debounce.js +1 -1
  239. package/esm/utils/dom.js +1 -1
  240. package/esm/utils/file.js +55 -44
  241. package/esm/utils/functionToBlob.js +1 -1
  242. package/esm/utils/index.js +27 -0
  243. package/esm/utils/keyboard.js +1 -1
  244. package/esm/utils/math.js +1 -1
  245. package/esm/utils/media.js +1 -1
  246. package/esm/utils/number.js +1 -1
  247. package/esm/utils/object.js +1 -1
  248. package/esm/utils/objectURL.js +2 -6
  249. package/esm/utils/placeholder.js +1 -1
  250. package/esm/utils/poly.js +1 -1
  251. package/esm/utils/pubsub.js +1 -1
  252. package/esm/utils/rect.js +1 -1
  253. package/esm/utils/size.js +1 -1
  254. package/esm/utils/sleep.js +1 -1
  255. package/esm/utils/string.js +1 -1
  256. package/esm/utils/support.js +1 -1
  257. package/esm/utils/test.js +3 -3
  258. package/esm/utils/thread.js +61 -50
  259. package/esm/utils/tree.js +1 -1
  260. package/esm/utils/url.js +1 -1
  261. package/esm/utils/vector.js +1 -1
  262. package/esm/utils/window.js +1 -1
  263. package/esm/utils/xhr.js +53 -54
  264. package/esm/workers/httpRequest.js +43 -28
  265. package/esm/workers/httpRequestWorker.js +42 -27
  266. package/esm/workers/readFile.js +1 -1
  267. package/esm/workers/transformImage.js +1 -1
  268. package/package.json +5 -1
  269. package/types/common/perceivedPerformanceProxy.d.ts +2 -3
  270. package/types/common/readEntriesFromDataTransfer.d.ts +1 -2
  271. package/types/core/extensionManager.d.ts +2 -2
  272. package/types/core/taskScheduler.d.ts +1 -1
  273. package/types/elements/common/transition.d.ts +1 -1
  274. package/types/extensions/chunked-upload-store.d.ts +52 -3
  275. package/types/extensions/common/createStoreExtension.d.ts +33 -17
  276. package/types/extensions/common/createTransformExtension.d.ts +42 -24
  277. package/types/extensions/common/createValidatorExtension.d.ts +14 -7
  278. package/types/extensions/common/requestResolver.d.ts +10 -0
  279. package/types/extensions/file-name-transform.d.ts +1 -2
  280. package/types/extensions/form-post-store.d.ts +35 -5
  281. package/types/extensions/index.d.ts +3 -4
  282. package/types/extensions/simulated-loader.d.ts +1 -2
  283. package/types/extensions/simulated-store.d.ts +3 -4
  284. package/types/extensions/url-loader.d.ts +23 -6
  285. package/types/index.d.ts +3 -3
  286. package/types/types/index.d.ts +0 -2
  287. package/types/utils/abort.d.ts +1 -0
  288. package/types/utils/index.d.ts +2 -0
  289. package/types/utils/placeholder.d.ts +1 -1
  290. package/types/utils/thread.d.ts +1 -2
  291. package/types/utils/xhr.d.ts +1 -2
  292. package/types/workers/httpRequest.d.ts +2 -3
  293. package/esm/extensions/object-url-store.js +0 -30
  294. package/types/extensions/object-url-store.d.ts +0 -12
  295. /package/cdn/{extensions/object-url-store.js → utils/abort.js} +0 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.31
2
+ * FilePond v5.0.0-beta.32
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com