filepond 5.0.0-beta.2 → 5.0.0-beta.3

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 (223) hide show
  1. package/cdn/assets/index.js +1 -1
  2. package/cdn/index.js +2 -2
  3. package/cdn/locales/ar-ar.js +1 -1
  4. package/cdn/locales/bn-bd.js +1 -1
  5. package/cdn/locales/cs-cz.js +1 -1
  6. package/cdn/locales/da-dk.js +1 -1
  7. package/cdn/locales/de-de.js +1 -1
  8. package/cdn/locales/el-gr.js +1 -1
  9. package/cdn/locales/en-gb.js +1 -1
  10. package/cdn/locales/es-es.js +1 -1
  11. package/cdn/locales/fi-fi.js +1 -1
  12. package/cdn/locales/fr-fr.js +1 -1
  13. package/cdn/locales/hi-in.js +1 -1
  14. package/cdn/locales/hu-hu.js +1 -1
  15. package/cdn/locales/index.js +1 -1
  16. package/cdn/locales/is-is.js +1 -1
  17. package/cdn/locales/it-it.js +1 -1
  18. package/cdn/locales/ja-jp.js +1 -1
  19. package/cdn/locales/ko-kr.js +1 -1
  20. package/cdn/locales/nb-no.js +1 -1
  21. package/cdn/locales/nl-nl.js +1 -1
  22. package/cdn/locales/pl-pl.js +1 -1
  23. package/cdn/locales/pt-pt.js +1 -1
  24. package/cdn/locales/sv-se.js +1 -1
  25. package/cdn/locales/tr-tr.js +1 -1
  26. package/cdn/locales/uk-ua.js +1 -1
  27. package/cdn/locales/vi-vn.js +1 -1
  28. package/cdn/locales/zh-cn.js +1 -1
  29. package/esm/assets/index.js +1 -1
  30. package/esm/common/console.js +1 -1
  31. package/esm/common/entry.js +1 -1
  32. package/esm/common/perceivedPerformanceProxy.js +1 -1
  33. package/esm/common/readEntriesFromDataTransfer.js +1 -1
  34. package/esm/common/ssr.js +1 -1
  35. package/esm/common/status.js +1 -1
  36. package/esm/core/entryTree.js +1 -1
  37. package/esm/core/extensionManager.js +1 -1
  38. package/esm/core/taskScheduler.js +1 -1
  39. package/esm/elements/FilePondDefault/index.css.js +1 -1
  40. package/esm/elements/FilePondDefault/index.js +47 -51
  41. package/esm/elements/FilePondDropArea/index.css.js +1 -1
  42. package/esm/elements/FilePondDropArea/index.js +1 -1
  43. package/esm/elements/FilePondDropArea/index.svelte.js +1 -1
  44. package/esm/elements/FilePondDropIndicator/index.css.js +1 -1
  45. package/esm/elements/FilePondDropIndicator/index.js +1 -1
  46. package/esm/elements/FilePondDropIndicator/index.svelte.js +1 -1
  47. package/esm/elements/FilePondEntryList/components/Entry/index.css.js +1 -1
  48. package/esm/elements/FilePondEntryList/components/Entry/index.js +1 -1
  49. package/esm/elements/FilePondEntryList/components/Entry/index.svelte.js +1 -1
  50. package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.css.js +1 -1
  51. package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.js +1 -1
  52. package/esm/elements/FilePondEntryList/components/EntryActivityIndicator/index.svelte.js +1 -1
  53. package/esm/elements/FilePondEntryList/components/EntryList/index.css.js +1 -1
  54. package/esm/elements/FilePondEntryList/components/EntryList/index.js +1 -1
  55. package/esm/elements/FilePondEntryList/components/EntryList/index.svelte.js +1 -1
  56. package/esm/elements/FilePondEntryList/components/EntryListItem/index.css.js +1 -1
  57. package/esm/elements/FilePondEntryList/components/EntryListItem/index.js +1 -1
  58. package/esm/elements/FilePondEntryList/components/EntryListItem/index.svelte.js +1 -1
  59. package/esm/elements/FilePondEntryList/components/EntryListItemPlaceholder/index.svelte.js +1 -1
  60. package/esm/elements/FilePondEntryList/components/EntryStatus/index.css.js +1 -1
  61. package/esm/elements/FilePondEntryList/components/EntryStatus/index.js +1 -1
  62. package/esm/elements/FilePondEntryList/components/EntryStatus/index.svelte.js +1 -1
  63. package/esm/elements/FilePondEntryList/components/MediaImage/components/BitmapRenderer.svelte.js +1 -1
  64. package/esm/elements/FilePondEntryList/components/MediaImage/components/BitmapRendererCache.js +1 -1
  65. package/esm/elements/FilePondEntryList/components/MediaImage/index.css.js +1 -1
  66. package/esm/elements/FilePondEntryList/components/MediaImage/index.js +1 -1
  67. package/esm/elements/FilePondEntryList/components/MediaImage/index.svelte.js +1 -1
  68. package/esm/elements/FilePondEntryList/components/MediaPane/index.css.js +1 -1
  69. package/esm/elements/FilePondEntryList/components/MediaPane/index.js +1 -1
  70. package/esm/elements/FilePondEntryList/components/MediaPane/index.svelte.js +1 -1
  71. package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index.css.js +1 -1
  72. package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index.js +1 -1
  73. package/esm/elements/FilePondEntryList/components/MediaTimeIndicator/index.svelte.js +1 -1
  74. package/esm/elements/FilePondEntryList/components/MediaVideo/index.css.js +1 -1
  75. package/esm/elements/FilePondEntryList/components/MediaVideo/index.js +1 -1
  76. package/esm/elements/FilePondEntryList/components/MediaVideo/index.svelte.js +1 -1
  77. package/esm/elements/FilePondEntryList/contexts/appContext.js +1 -1
  78. package/esm/elements/FilePondEntryList/contexts/dragContext.js +1 -1
  79. package/esm/elements/FilePondEntryList/contexts/dropContext.js +1 -1
  80. package/esm/elements/FilePondEntryList/contexts/entryContext.js +1 -1
  81. package/esm/elements/FilePondEntryList/contexts/springElementTreeContext.js +1 -1
  82. package/esm/elements/FilePondEntryList/index.css.js +1 -1
  83. package/esm/elements/FilePondEntryList/index.js +7 -7
  84. package/esm/elements/FilePondEntryList/index.svelte.js +1 -1
  85. package/esm/elements/FilePondInput/index.css.js +1 -1
  86. package/esm/elements/FilePondInput/index.js +8 -6
  87. package/esm/elements/FilePondSvelteComponent/index.svelte.js +1 -1
  88. package/esm/elements/attachments/dragarea.js +1 -1
  89. package/esm/elements/attachments/droparea.js +1 -1
  90. package/esm/elements/attachments/measurable.js +1 -1
  91. package/esm/elements/attachments/resizable.js +1 -1
  92. package/esm/elements/attachments/transitions.js +1 -1
  93. package/esm/elements/common/animationGuard.js +1 -1
  94. package/esm/elements/common/animationPreference.svelte.js +1 -1
  95. package/esm/elements/common/dragDrop.js +1 -1
  96. package/esm/elements/common/event.js +1 -1
  97. package/esm/elements/common/extendStyles.js +1 -1
  98. package/esm/elements/common/getClosestElement.js +1 -1
  99. package/esm/elements/common/html.js +1 -1
  100. package/esm/elements/common/nodeTree.js +1 -1
  101. package/esm/elements/common/store.svelte.js +1 -1
  102. package/esm/elements/common/string.js +1 -1
  103. package/esm/elements/common/transition.js +1 -1
  104. package/esm/elements/components/BooleanInput/index.css.js +1 -1
  105. package/esm/elements/components/BooleanInput/index.js +1 -1
  106. package/esm/elements/components/BooleanInput/index.svelte.js +1 -1
  107. package/esm/elements/components/Button/index.css.js +1 -1
  108. package/esm/elements/components/Button/index.js +1 -1
  109. package/esm/elements/components/Button/index.svelte.js +1 -1
  110. package/esm/elements/components/ElementPane/index.css.js +1 -1
  111. package/esm/elements/components/ElementPane/index.js +1 -1
  112. package/esm/elements/components/ElementPane/index.svelte.js +1 -1
  113. package/esm/elements/components/ElementSkeleton/index.css.js +1 -1
  114. package/esm/elements/components/ElementSkeleton/index.js +1 -1
  115. package/esm/elements/components/ElementSkeleton/index.svelte.js +1 -1
  116. package/esm/elements/components/FilenameInput/index.css.js +1 -1
  117. package/esm/elements/components/FilenameInput/index.js +1 -1
  118. package/esm/elements/components/FilenameInput/index.svelte.js +1 -1
  119. package/esm/elements/components/NodeList/index.svelte.js +1 -1
  120. package/esm/elements/components/ProgressIndicator/index.css.js +1 -1
  121. package/esm/elements/components/ProgressIndicator/index.js +1 -1
  122. package/esm/elements/components/ProgressIndicator/index.svelte.js +1 -1
  123. package/esm/elements/components/RangeInput/index.css.js +1 -1
  124. package/esm/elements/components/RangeInput/index.js +1 -1
  125. package/esm/elements/components/RangeInput/index.svelte.js +1 -1
  126. package/esm/elements/components/SpringElement/index.svelte.js +1 -1
  127. package/esm/elements/components/TextInput/index.css.js +1 -1
  128. package/esm/elements/components/TextInput/index.js +1 -1
  129. package/esm/elements/components/TextInput/index.svelte.js +1 -1
  130. package/esm/extensions/blob-loader.js +1 -1
  131. package/esm/extensions/canvas-loader.js +1 -1
  132. package/esm/extensions/chunked-upload-store.js +1 -1
  133. package/esm/extensions/clipboard-source.js +1 -1
  134. package/esm/extensions/common/createExtension.js +1 -1
  135. package/esm/extensions/common/createStoreExtension.js +1 -1
  136. package/esm/extensions/common/createTransformExtension.js +1 -1
  137. package/esm/extensions/common/createValidatorExtension.js +1 -1
  138. package/esm/extensions/console-view.js +1 -1
  139. package/esm/extensions/data-transfer-loader.js +1 -1
  140. package/esm/extensions/data-url-store.js +1 -1
  141. package/esm/extensions/drag-drop-source.js +1 -1
  142. package/esm/extensions/dropbox-source.js +1 -1
  143. package/esm/extensions/entry-list-view.js +1 -1
  144. package/esm/extensions/file-extension-validator.js +1 -1
  145. package/esm/extensions/file-input-source.js +1 -1
  146. package/esm/extensions/file-input-store.js +1 -1
  147. package/esm/extensions/file-mime-type-validator.js +1 -1
  148. package/esm/extensions/file-name-transform.js +1 -1
  149. package/esm/extensions/file-name-validator.js +1 -1
  150. package/esm/extensions/file-size-validator.js +1 -1
  151. package/esm/extensions/form-post-store.js +1 -1
  152. package/esm/extensions/index.js +1 -1
  153. package/esm/extensions/list-count-validator.js +1 -1
  154. package/esm/extensions/list-size-validator.js +1 -1
  155. package/esm/extensions/media-resolution-validator.js +1 -1
  156. package/esm/extensions/object-url-store.js +1 -1
  157. package/esm/extensions/simulated-loader.js +1 -1
  158. package/esm/extensions/simulated-store.js +1 -1
  159. package/esm/extensions/text-input-store.js +1 -1
  160. package/esm/extensions/url-loader.js +1 -1
  161. package/esm/extensions/value-callback-store.js +1 -1
  162. package/esm/index.js +1 -1
  163. package/esm/locales/ar-ar.js +1 -1
  164. package/esm/locales/bn-bd.js +1 -1
  165. package/esm/locales/cs-cz.js +1 -1
  166. package/esm/locales/da-dk.js +1 -1
  167. package/esm/locales/de-de.js +1 -1
  168. package/esm/locales/el-gr.js +1 -1
  169. package/esm/locales/en-gb.js +1 -1
  170. package/esm/locales/es-es.js +1 -1
  171. package/esm/locales/fi-fi.js +1 -1
  172. package/esm/locales/fr-fr.js +1 -1
  173. package/esm/locales/hi-in.js +1 -1
  174. package/esm/locales/hu-hu.js +1 -1
  175. package/esm/locales/index.js +1 -1
  176. package/esm/locales/is-is.js +1 -1
  177. package/esm/locales/it-it.js +1 -1
  178. package/esm/locales/ja-jp.js +1 -1
  179. package/esm/locales/ko-kr.js +1 -1
  180. package/esm/locales/nb-no.js +1 -1
  181. package/esm/locales/nl-nl.js +1 -1
  182. package/esm/locales/pl-pl.js +1 -1
  183. package/esm/locales/pt-pt.js +1 -1
  184. package/esm/locales/sv-se.js +1 -1
  185. package/esm/locales/tr-tr.js +1 -1
  186. package/esm/locales/uk-ua.js +1 -1
  187. package/esm/locales/vi-vn.js +1 -1
  188. package/esm/locales/zh-cn.js +1 -1
  189. package/esm/templates/entry.js +4 -2
  190. package/esm/templates/helpers.js +1 -1
  191. package/esm/templates/index.js +1 -1
  192. package/esm/templates/media.js +1 -1
  193. package/esm/utils/array.js +1 -1
  194. package/esm/utils/bounds.js +1 -1
  195. package/esm/utils/cache.js +1 -1
  196. package/esm/utils/canvasToBlob.js +1 -1
  197. package/esm/utils/date.js +1 -1
  198. package/esm/utils/debounce.js +1 -1
  199. package/esm/utils/dom.js +1 -1
  200. package/esm/utils/file.js +1 -1
  201. package/esm/utils/functionToBlob.js +1 -1
  202. package/esm/utils/math.js +1 -1
  203. package/esm/utils/media.js +1 -1
  204. package/esm/utils/number.js +1 -1
  205. package/esm/utils/object.js +1 -1
  206. package/esm/utils/objectURL.js +1 -1
  207. package/esm/utils/placeholder.js +1 -1
  208. package/esm/utils/poly.js +1 -1
  209. package/esm/utils/pubsub.js +1 -1
  210. package/esm/utils/rect.js +1 -1
  211. package/esm/utils/size.js +1 -1
  212. package/esm/utils/sleep.js +1 -1
  213. package/esm/utils/string.js +1 -1
  214. package/esm/utils/support.js +1 -1
  215. package/esm/utils/test.js +1 -1
  216. package/esm/utils/thread.js +1 -1
  217. package/esm/utils/tree.js +1 -1
  218. package/esm/utils/url.js +1 -1
  219. package/esm/utils/vector.js +1 -1
  220. package/esm/utils/window.js +1 -1
  221. package/esm/utils/xhr.js +1 -1
  222. package/package.json +1 -1
  223. package/types/elements/FilePondEntryList/index.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
package/esm/common/ssr.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com
@@ -12,10 +12,10 @@ import { FileInputSource as E } from "../../extensions/file-input-source.js";
12
12
  import { DataTransferLoader as L } from "../../extensions/data-transfer-loader.js";
13
13
  import { ValueCallbackStore as P } from "../../extensions/value-callback-store.js";
14
14
  import { EntryListView as C } from "../../extensions/entry-list-view.js";
15
- import { hasDefinedTag as D, defineCustomElements as S, defineCustomElement as x, h as o, addListener as n, dispatchCustomEvent as p } from "../../utils/dom.js";
15
+ import { hasDefinedTag as D, defineCustomElements as S, defineCustomElement as x, h as n, addListener as s, dispatchCustomEvent as p } from "../../utils/dom.js";
16
16
  import { isString as k } from "../../utils/test.js";
17
- import { assets as _ } from "../../assets/index.js";
18
- import w from "./index.css.js";
17
+ import { assets as v } from "../../assets/index.js";
18
+ import _ from "./index.css.js";
19
19
  import { createFilePondEntryList as F } from "../../templates/entry.js";
20
20
  function d(i = []) {
21
21
  return [
@@ -27,21 +27,21 @@ function d(i = []) {
27
27
  ];
28
28
  }
29
29
  const O = ["springDefaults", "animations"];
30
- let c;
31
- class v extends f {
32
- #e = {};
30
+ let h;
31
+ class w extends f {
32
+ #t = {};
33
33
  /** Set to `true` to remove the attribution link */
34
- #t;
34
+ #e;
35
35
  /** Holds references to event subscriptions so we can more easily unsub */
36
36
  #r = [];
37
37
  /** Pass spring and animaton config to children */
38
38
  set springDefaults(t) {
39
- Object.values(this.#e).forEach((e) => {
39
+ Object.values(this.#t).forEach((e) => {
40
40
  e.springDefaults = t;
41
41
  });
42
42
  }
43
43
  set animations(t) {
44
- Object.values(this.#e).forEach((e) => {
44
+ Object.values(this.#t).forEach((e) => {
45
45
  e.animations = t;
46
46
  });
47
47
  }
@@ -53,40 +53,40 @@ class v extends f {
53
53
  static get observedAttributes() {
54
54
  return [...super.observedAttributes, "noattribution"];
55
55
  }
56
- attributeChangedCallback(t, e, s) {
56
+ attributeChangedCallback(t, e, o) {
57
57
  if (t === "noattribution") {
58
- this.#n(!k(s));
58
+ this.#s(!k(o));
59
59
  return;
60
60
  }
61
- super.attributeChangedCallback(t, e, s);
61
+ super.attributeChangedCallback(t, e, o);
62
62
  }
63
- #n(t) {
64
- this.#t && (t ? this._root.append(this.#t) : this.#t.remove());
63
+ #s(t) {
64
+ this.#e && (t ? this._root.append(this.#e) : this.#e.remove());
65
65
  }
66
66
  set noAttribution(t) {
67
67
  t ? this.setAttribute("noattribution", "") : this.removeAttribute("noattribution");
68
68
  }
69
69
  get noAttribution() {
70
- return !this.#t?.parentNode;
70
+ return !this.#e?.parentNode;
71
71
  }
72
72
  constructor() {
73
73
  super({
74
- styles: [w]
74
+ styles: [_]
75
75
  });
76
- const t = o("file-pond-entry-list", {
76
+ const t = n("file-pond-entry-list", {
77
77
  part: "entry-list"
78
- }), e = o("file-pond-drop-area", {
78
+ }), e = n("file-pond-drop-area", {
79
79
  part: "drop-area"
80
- }), s = o("file-pond-drop-indicator", {
80
+ }), o = n("file-pond-drop-indicator", {
81
81
  part: "drop-indicator"
82
82
  });
83
- this.#e = {
83
+ this.#t = {
84
84
  entryList: t,
85
85
  dropArea: e,
86
- dropIndicator: s
86
+ dropIndicator: o
87
87
  };
88
88
  const a = /* @__PURE__ */ new Set(["virtualized", "dragged", "selected", "checked"]);
89
- function h(r) {
89
+ function c(r) {
90
90
  if (!r || a.has(r))
91
91
  return;
92
92
  const u = Array.from(a.add(r)).join(",");
@@ -102,10 +102,10 @@ class v extends f {
102
102
  // set up items view extension
103
103
  EntryListView: {
104
104
  // assets to use
105
- assets: _,
105
+ assets: v,
106
106
  // called before rendering a node, allows dynamically modifying a node or adding nodes
107
107
  beforeRenderNode(r) {
108
- return h(r.props?.part || r.attrs?.part), r;
108
+ return c(r.props?.part || r.attrs?.part), r;
109
109
  },
110
110
  // animations
111
111
  entryAnimationProps: y(),
@@ -114,39 +114,39 @@ class v extends f {
114
114
  }
115
115
  }), this.springDefaults = l(), O.forEach((r) => {
116
116
  this[r] = t[r];
117
- }), this.#t = j({
117
+ }), this.#e = I({
118
118
  caption: "Powered by FilePond"
119
- }), this._root.prepend(e, s), this._root.append(t), this.#t && !this.hasAttribute("noattribution") && this._root.append(this.#t), Object.assign(this, c);
119
+ }), Object.assign(this, h);
120
120
  }
121
121
  #i() {
122
122
  this._slot.assignedElements().filter((t) => t.tagName === "LABEL").forEach((t) => t.setAttribute("for", this.inputId));
123
123
  }
124
124
  connectedCallback() {
125
- if (super.connectedCallback(), Object.assign(this, {
125
+ if (super.connectedCallback(), this._root.prepend(this.#t.dropArea, this.#t.dropIndicator), this._root.append(this.#t.entryList), this.#e && !this.hasAttribute("noattribution") && this._root.append(this.#e), Object.assign(this, {
126
126
  EntryListView: {
127
127
  // the element that the item list will be appended to
128
- element: this.#e.entryList,
128
+ element: this.#t.entryList,
129
129
  // the root element to use for dragging and dropping elements, defaults to the list itself
130
- dropRoot: this.#e.dropArea,
130
+ dropRoot: this.#t.dropArea,
131
131
  // the template to render
132
132
  template: F()
133
133
  }
134
134
  }), !this.querySelector("label")) {
135
135
  const t = "dropAreaLabel";
136
136
  this.append(
137
- o("label", {
137
+ n("label", {
138
138
  innerHTML: this.locale ? this.locale[t] : t
139
139
  })
140
140
  );
141
141
  }
142
142
  this.#i(), this.#r.push(
143
143
  // label elements for attributes are synced with file input
144
- n(this._slot, "slotchange", () => {
144
+ s(this._slot, "slotchange", () => {
145
145
  this.#i();
146
146
  }),
147
147
  // @ts-ignore
148
148
  // did compute target rect
149
- n(this.#e.dropArea, "computerect", (t) => {
149
+ s(this.#t.dropArea, "computerect", (t) => {
150
150
  if (!t.detail)
151
151
  return;
152
152
  const e = t.detail;
@@ -154,39 +154,35 @@ class v extends f {
154
154
  }),
155
155
  // @ts-ignore
156
156
  // did update visual rect
157
- n(this.#e.dropArea, "updaterect", (t) => {
157
+ s(this.#t.dropArea, "updaterect", (t) => {
158
158
  if (!t.detail)
159
159
  return;
160
160
  const e = t.detail;
161
- this._slot.style.setProperty("--width", e.width), this._slot.style.setProperty("--height", e.height), this.#t?.style.setProperty("--x", e.width), this.#t?.style.setProperty("--y", e.height), p(this, "updaterect", { detail: e });
161
+ this._slot.style.setProperty("--width", e.width), this._slot.style.setProperty("--height", e.height), this.#e?.style.setProperty("--x", e.width), this.#e?.style.setProperty("--y", e.height), p(this, "updaterect", { detail: e });
162
162
  }),
163
163
  // link up placeholder position with drop indicator
164
- n(this.#e.entryList, "updateplaceholder", (t) => {
165
- this.#e.dropIndicator.indicatorRect = t.detail;
164
+ s(this.#t.entryList, "updateplaceholder", (t) => {
165
+ this.#t.dropIndicator.indicatorRect = t.detail;
166
166
  }),
167
167
  // prevent interaction with slot content and attribution link while dragging
168
- n(this.#e.entryList, "dragentrystart", () => {
169
- this._slot.inert = !0, this.#t && (this.#t.inert = !0);
168
+ s(this.#t.entryList, "dragentrystart", () => {
169
+ this._slot.inert = !0, this.#e && (this.#e.inert = !0);
170
170
  }),
171
171
  // restore interaction with slot content and attribution link while dragging
172
- n(this.#e.entryList, "dragentryend", () => {
173
- this._slot.inert = !1, this.#t && (this.#t.inert = !1);
172
+ s(this.#t.entryList, "dragentryend", () => {
173
+ this._slot.inert = !1, this.#e && (this.#e.inert = !1);
174
174
  })
175
175
  );
176
176
  }
177
177
  /** Called each time the element is removed from the document. */
178
178
  disconnectedCallback() {
179
- super.disconnectedCallback(), Object.assign(this, {
180
- EntryListView: {
181
- element: null
182
- }
183
- }), this.#r.forEach((t) => t()), this.#r = [];
179
+ super.disconnectedCallback(), Object.values(this.#t).forEach((t) => t.remove()), this.#e?.remove(), this.#r.forEach((t) => t()), this.#r = [];
184
180
  }
185
181
  }
186
- function j(i) {
182
+ function I(i) {
187
183
  const { caption: t = "" } = i || {};
188
184
  if (t.length)
189
- return o("a", {
185
+ return n("a", {
190
186
  textContent: t,
191
187
  href: "https://filepond.com",
192
188
  target: "_tab",
@@ -196,14 +192,14 @@ function j(i) {
196
192
  }
197
193
  function J(i) {
198
194
  const t = "file-pond";
199
- return c = i, D(t) || (S({
195
+ return h = i, D(t) || (S({
200
196
  [`${t}-entry-list`]: m,
201
197
  [`${t}-drop-area`]: g,
202
198
  [`${t}-drop-indicator`]: A
203
- }), x(t, v)), Array.from(document.querySelectorAll(t));
199
+ }), x(t, w)), Array.from(document.querySelectorAll(t));
204
200
  }
205
201
  export {
206
- v as FilePondElement,
202
+ w as FilePondElement,
207
203
  d as createFilePondExtensionSet,
208
204
  J as defineFilePond
209
205
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond v5.0.0-beta.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
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.2
2
+ * FilePond v5.0.0-beta.3
3
3
  * Copyright (c) 2017-2026 Pqina B.V.
4
4
  * Released under the MIT License
5
5
  * https://filepond.com