@uploadcare/file-uploader 1.15.0-alpha.9 → 1.16.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 (285) hide show
  1. package/abstract/ActivityBlock.d.ts +5 -5
  2. package/abstract/ActivityBlock.d.ts.map +1 -1
  3. package/abstract/Block.d.ts +3 -9
  4. package/abstract/Block.d.ts.map +1 -1
  5. package/abstract/CTX.d.ts +6 -6
  6. package/abstract/CTX.d.ts.map +1 -1
  7. package/abstract/LocaleManager.d.ts +3 -3
  8. package/abstract/LocaleManager.d.ts.map +1 -1
  9. package/abstract/ModalManager.d.ts +13 -18
  10. package/abstract/ModalManager.d.ts.map +1 -1
  11. package/abstract/ModalManager.js +19 -10
  12. package/abstract/SecureUploadsManager.d.ts +2 -2
  13. package/abstract/SecureUploadsManager.d.ts.map +1 -1
  14. package/abstract/SolutionBlock.d.ts +2 -2
  15. package/abstract/SolutionBlock.d.ts.map +1 -1
  16. package/abstract/TypedCollection.d.ts +44 -44
  17. package/abstract/TypedCollection.d.ts.map +1 -1
  18. package/abstract/TypedCollection.js +53 -33
  19. package/abstract/TypedData.d.ts +71 -25
  20. package/abstract/TypedData.d.ts.map +1 -1
  21. package/abstract/TypedData.js +74 -17
  22. package/abstract/UploaderBlock.d.ts +10 -10
  23. package/abstract/UploaderBlock.d.ts.map +1 -1
  24. package/abstract/UploaderBlock.js +22 -10
  25. package/abstract/UploaderPublicApi.d.ts +24 -23
  26. package/abstract/UploaderPublicApi.d.ts.map +1 -1
  27. package/abstract/UploaderPublicApi.js +21 -10
  28. package/abstract/ValidationManager.d.ts +125 -6
  29. package/abstract/ValidationManager.d.ts.map +1 -1
  30. package/abstract/ValidationManager.js +1 -1
  31. package/abstract/a11y.d.ts +2 -2
  32. package/abstract/a11y.d.ts.map +1 -1
  33. package/abstract/buildOutputCollectionState.d.ts +1 -1
  34. package/abstract/buildOutputCollectionState.d.ts.map +1 -1
  35. package/abstract/defineComponents.d.ts.map +1 -1
  36. package/abstract/l10nProcessor.d.ts.map +1 -1
  37. package/abstract/loadFileUploaderFrom.d.ts +1 -1
  38. package/abstract/loadFileUploaderFrom.d.ts.map +1 -1
  39. package/abstract/localeRegistry.d.ts.map +1 -1
  40. package/abstract/sharedConfigKey.d.ts.map +1 -1
  41. package/abstract/uploadEntrySchema.d.ts +123 -63
  42. package/abstract/uploadEntrySchema.d.ts.map +1 -1
  43. package/abstract/uploadEntrySchema.js +66 -81
  44. package/blocks/CameraSource/CameraSource.d.ts +9 -9
  45. package/blocks/CameraSource/CameraSource.d.ts.map +1 -1
  46. package/blocks/CameraSource/calcCameraModes.d.ts +1 -1
  47. package/blocks/CameraSource/constants.d.ts.map +1 -1
  48. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
  49. package/blocks/CloudImageEditor/src/CropFrame.d.ts +8 -1
  50. package/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -1
  51. package/blocks/CloudImageEditor/src/CropFrame.js +50 -0
  52. package/blocks/CloudImageEditor/src/EditorFilterControl.js +1 -1
  53. package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +3 -3
  54. package/blocks/CloudImageEditor/src/EditorImageCropper.js +1 -1
  55. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +1 -1
  56. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -1
  57. package/blocks/CloudImageEditor/src/EditorImageFader.js +1 -1
  58. package/blocks/CloudImageEditor/src/EditorSlider.d.ts +1 -1
  59. package/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -1
  60. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +1 -1
  61. package/blocks/CloudImageEditor/src/EditorToolbar.js +1 -1
  62. package/blocks/CloudImageEditor/src/crop-utils.d.ts +14 -14
  63. package/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -1
  64. package/blocks/CloudImageEditor/src/cropper-constants.d.ts.map +1 -1
  65. package/blocks/CloudImageEditor/src/css/common.css +4 -0
  66. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts +1 -1
  67. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts.map +1 -1
  68. package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +1 -1
  69. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +3 -3
  70. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -1
  71. package/blocks/CloudImageEditor/src/state.d.ts +4 -4
  72. package/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -1
  73. package/blocks/CloudImageEditor/src/types.d.ts +8 -58
  74. package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
  75. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +5 -2
  76. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
  77. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +7 -3
  78. package/blocks/Config/Config.d.ts +3 -12
  79. package/blocks/Config/Config.d.ts.map +1 -1
  80. package/blocks/Config/assertions.d.ts +1 -1
  81. package/blocks/Config/initialConfig.d.ts +1 -1
  82. package/blocks/Config/initialConfig.d.ts.map +1 -1
  83. package/blocks/Config/initialConfig.js +3 -1
  84. package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
  85. package/blocks/Config/normalizeConfigValue.js +1 -0
  86. package/blocks/Config/side-effects.d.ts.map +1 -1
  87. package/blocks/Config/validatorsType.d.ts +1 -1
  88. package/blocks/Config/validatorsType.d.ts.map +1 -1
  89. package/blocks/DropArea/DropArea.d.ts +2 -2
  90. package/blocks/DropArea/DropArea.d.ts.map +1 -1
  91. package/blocks/DropArea/addDropzone.d.ts.map +1 -1
  92. package/blocks/DropArea/drop-area.css +4 -2
  93. package/blocks/DropArea/getDropItems.d.ts +2 -2
  94. package/blocks/DropArea/getDropItems.d.ts.map +1 -1
  95. package/blocks/ExternalSource/ExternalSource.d.ts +3 -3
  96. package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
  97. package/blocks/ExternalSource/MessageBridge.d.ts +3 -3
  98. package/blocks/ExternalSource/MessageBridge.d.ts.map +1 -1
  99. package/blocks/ExternalSource/query-string.d.ts.map +1 -1
  100. package/blocks/ExternalSource/types.d.ts +64 -64
  101. package/blocks/ExternalSource/types.d.ts.map +1 -1
  102. package/blocks/FileItem/FileItem.d.ts +12 -39
  103. package/blocks/FileItem/FileItem.d.ts.map +1 -1
  104. package/blocks/FileItem/FileItem.js +114 -178
  105. package/blocks/FileItem/FileItemConfig.d.ts +28 -0
  106. package/blocks/FileItem/FileItemConfig.d.ts.map +1 -0
  107. package/blocks/FileItem/FileItemConfig.js +74 -0
  108. package/blocks/FileItem/file-item.css +21 -6
  109. package/blocks/Img/ImgBase.d.ts +3 -3
  110. package/blocks/Img/ImgBase.d.ts.map +1 -1
  111. package/blocks/Img/ImgBase.js +9 -9
  112. package/blocks/Img/ImgConfig.d.ts.map +1 -1
  113. package/blocks/Img/configurations.d.ts.map +1 -1
  114. package/blocks/Modal/Modal.d.ts +4 -4
  115. package/blocks/Modal/Modal.d.ts.map +1 -1
  116. package/blocks/ProgressBar/ProgressBar.d.ts +6 -1
  117. package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -1
  118. package/blocks/ProgressBar/ProgressBar.js +41 -44
  119. package/blocks/ProgressBar/progress-bar.css +8 -6
  120. package/blocks/Range/Range.d.ts.map +1 -1
  121. package/blocks/SimpleBtn/SimpleBtn.d.ts +2 -2
  122. package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
  123. package/blocks/SourceBtn/SourceBtn.d.ts +2 -5
  124. package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
  125. package/blocks/SourceBtn/SourceBtn.js +5 -5
  126. package/blocks/SourceList/SourceList.js +2 -2
  127. package/blocks/Spinner/Spinner.d.ts.map +1 -1
  128. package/blocks/Thumb/Thumb.d.ts +30 -5
  129. package/blocks/Thumb/Thumb.d.ts.map +1 -1
  130. package/blocks/Thumb/Thumb.js +188 -22
  131. package/blocks/UploadCtxProvider/EventEmitter.d.ts +20 -20
  132. package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -1
  133. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +4 -4
  134. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -1
  135. package/blocks/UploadList/UploadList.d.ts +3 -3
  136. package/blocks/UploadList/UploadList.d.ts.map +1 -1
  137. package/blocks/svg-backgrounds/svg-backgrounds.d.ts +3 -3
  138. package/blocks/svg-backgrounds/svg-backgrounds.d.ts.map +1 -1
  139. package/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -1
  140. package/blocks/utils/UploadSource.d.ts.map +1 -1
  141. package/blocks/utils/debounce.d.ts +3 -1
  142. package/blocks/utils/debounce.d.ts.map +1 -1
  143. package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.js +1 -1
  144. package/blocks/utils/resizeImage.d.ts +1 -1
  145. package/blocks/utils/resizeImage.d.ts.map +1 -1
  146. package/blocks/utils/throttle.d.ts +3 -1
  147. package/blocks/utils/throttle.d.ts.map +1 -1
  148. package/blocks/utils/userAgent.d.ts +1 -1
  149. package/blocks/utils/userAgent.d.ts.map +1 -1
  150. package/env.d.ts +1 -1
  151. package/env.d.ts.map +1 -1
  152. package/env.js +1 -1
  153. package/index.d.ts +1 -0
  154. package/index.js +1 -0
  155. package/index.ssr.d.ts +9 -1
  156. package/index.ssr.d.ts.map +1 -1
  157. package/index.ssr.js +18 -10
  158. package/locales/file-uploader/ar.d.ts +1 -0
  159. package/locales/file-uploader/ar.js +1 -0
  160. package/locales/file-uploader/az.d.ts +1 -0
  161. package/locales/file-uploader/az.js +1 -0
  162. package/locales/file-uploader/ca.d.ts +1 -0
  163. package/locales/file-uploader/ca.js +1 -0
  164. package/locales/file-uploader/cs.d.ts +1 -0
  165. package/locales/file-uploader/cs.js +1 -0
  166. package/locales/file-uploader/da.d.ts +1 -0
  167. package/locales/file-uploader/da.js +1 -0
  168. package/locales/file-uploader/de.d.ts +1 -0
  169. package/locales/file-uploader/de.js +1 -0
  170. package/locales/file-uploader/el.d.ts +1 -0
  171. package/locales/file-uploader/el.js +1 -0
  172. package/locales/file-uploader/en.d.ts +1 -0
  173. package/locales/file-uploader/en.js +1 -0
  174. package/locales/file-uploader/es.d.ts +1 -0
  175. package/locales/file-uploader/es.js +1 -0
  176. package/locales/file-uploader/et.d.ts +1 -0
  177. package/locales/file-uploader/et.js +1 -0
  178. package/locales/file-uploader/fi.d.ts +1 -0
  179. package/locales/file-uploader/fi.js +1 -0
  180. package/locales/file-uploader/fr.d.ts +1 -0
  181. package/locales/file-uploader/fr.js +1 -0
  182. package/locales/file-uploader/he.d.ts +1 -0
  183. package/locales/file-uploader/he.js +1 -0
  184. package/locales/file-uploader/hy.d.ts +1 -0
  185. package/locales/file-uploader/hy.js +1 -0
  186. package/locales/file-uploader/is.d.ts +1 -0
  187. package/locales/file-uploader/is.js +1 -0
  188. package/locales/file-uploader/it.d.ts +1 -0
  189. package/locales/file-uploader/it.js +1 -0
  190. package/locales/file-uploader/ja.d.ts +1 -0
  191. package/locales/file-uploader/ja.js +1 -0
  192. package/locales/file-uploader/ka.d.ts +1 -0
  193. package/locales/file-uploader/ka.js +1 -0
  194. package/locales/file-uploader/kk.d.ts +1 -0
  195. package/locales/file-uploader/kk.js +1 -0
  196. package/locales/file-uploader/ko.d.ts +1 -0
  197. package/locales/file-uploader/ko.js +1 -0
  198. package/locales/file-uploader/lv.d.ts +1 -0
  199. package/locales/file-uploader/lv.js +1 -0
  200. package/locales/file-uploader/nb.d.ts +1 -0
  201. package/locales/file-uploader/nb.js +1 -0
  202. package/locales/file-uploader/nl.d.ts +1 -0
  203. package/locales/file-uploader/nl.js +1 -0
  204. package/locales/file-uploader/pl.d.ts +1 -0
  205. package/locales/file-uploader/pl.js +1 -0
  206. package/locales/file-uploader/pt.d.ts +1 -0
  207. package/locales/file-uploader/pt.js +1 -0
  208. package/locales/file-uploader/ro.d.ts +1 -0
  209. package/locales/file-uploader/ro.js +1 -0
  210. package/locales/file-uploader/ru.d.ts +1 -0
  211. package/locales/file-uploader/ru.js +1 -0
  212. package/locales/file-uploader/sk.d.ts +1 -0
  213. package/locales/file-uploader/sk.js +1 -0
  214. package/locales/file-uploader/sr.d.ts +1 -0
  215. package/locales/file-uploader/sr.js +1 -0
  216. package/locales/file-uploader/sv.d.ts +1 -0
  217. package/locales/file-uploader/sv.js +1 -0
  218. package/locales/file-uploader/tr.d.ts +1 -0
  219. package/locales/file-uploader/tr.js +1 -0
  220. package/locales/file-uploader/uk.d.ts +1 -0
  221. package/locales/file-uploader/uk.js +1 -0
  222. package/locales/file-uploader/vi.d.ts +1 -0
  223. package/locales/file-uploader/vi.js +1 -0
  224. package/locales/file-uploader/zh-TW.d.ts +1 -0
  225. package/locales/file-uploader/zh-TW.js +1 -0
  226. package/locales/file-uploader/zh.d.ts +1 -0
  227. package/locales/file-uploader/zh.js +1 -0
  228. package/package.json +7 -8
  229. package/solutions/file-uploader/inline/FileUploaderInline.d.ts +2 -2
  230. package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
  231. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +10 -10
  232. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
  233. package/solutions/file-uploader/minimal/FileUploaderMinimal.js +8 -1
  234. package/solutions/file-uploader/minimal/index.css +5 -23
  235. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +2 -2
  236. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
  237. package/types/exported.d.ts +51 -49
  238. package/types/jsx.d.ts +1 -1
  239. package/utils/browser-info.d.ts +13 -0
  240. package/utils/browser-info.d.ts.map +1 -0
  241. package/utils/browser-info.js +22 -0
  242. package/utils/browser-info.test.d.ts +2 -0
  243. package/utils/browser-info.test.d.ts.map +1 -0
  244. package/utils/browser-info.test.js +109 -0
  245. package/utils/cdn-utils.d.ts +3 -3
  246. package/utils/cdn-utils.d.ts.map +1 -1
  247. package/utils/fileTypes.d.ts +5 -1
  248. package/utils/fileTypes.d.ts.map +1 -1
  249. package/utils/fileTypes.js +18 -2
  250. package/utils/getPluralForm.d.ts.map +1 -1
  251. package/utils/isSecureTokenExpired.d.ts +1 -1
  252. package/utils/memoize.d.ts.map +1 -1
  253. package/utils/mixinClass.d.ts +3 -1
  254. package/utils/mixinClass.d.ts.map +1 -1
  255. package/utils/prettyBytes.d.ts.map +1 -1
  256. package/utils/template-utils.d.ts +1 -1
  257. package/utils/template-utils.d.ts.map +1 -1
  258. package/utils/toKebabCase.d.ts.map +1 -1
  259. package/utils/transparentPixelSrc.d.ts.map +1 -1
  260. package/utils/uniqueArray.d.ts.map +1 -1
  261. package/utils/validators/collection/validateCollectionUploadError.d.ts +1 -1
  262. package/utils/validators/collection/validateMultiple.d.ts +1 -1
  263. package/utils/validators/file/validateFileType.d.ts +1 -1
  264. package/utils/validators/file/validateIsImage.d.ts +1 -1
  265. package/utils/validators/file/validateMaxSizeLimit.d.ts +1 -1
  266. package/utils/validators/file/validateUploadError.d.ts +1 -1
  267. package/utils/waitForAttribute.d.ts +1 -1
  268. package/utils/waitForAttribute.d.ts.map +1 -1
  269. package/web/file-uploader.iife.min.js +4 -4
  270. package/web/file-uploader.min.js +4 -4
  271. package/web/uc-basic.min.css +1 -1
  272. package/web/uc-cloud-image-editor.min.css +1 -1
  273. package/web/uc-cloud-image-editor.min.js +2 -2
  274. package/web/uc-file-uploader-inline.min.css +1 -1
  275. package/web/uc-file-uploader-inline.min.js +4 -4
  276. package/web/uc-file-uploader-minimal.min.css +1 -1
  277. package/web/uc-file-uploader-minimal.min.js +4 -4
  278. package/web/uc-file-uploader-regular.min.css +1 -1
  279. package/web/uc-file-uploader-regular.min.js +4 -4
  280. package/web/uc-img.min.js +2 -2
  281. package/blocks/utils/supportCapture.d.ts +0 -2
  282. package/blocks/utils/supportCapture.d.ts.map +0 -1
  283. package/blocks/utils/supportCapture.js +0 -3
  284. /package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.d.ts +0 -0
  285. /package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.d.ts.map +0 -0
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'waiting-for': string;
122
123
  };
@@ -118,6 +118,7 @@ export default {
118
118
  failed: 'Uğursuz',
119
119
  uploading: 'Yüklənir',
120
120
  idle: 'Boş',
121
+ queued: 'Növbədə',
121
122
  'a11y-file-item-status': '{{fileName}} faylı {{status}} statusundadır',
122
123
  'waiting-for': '{{source}} gözlənilir',
123
124
  };
@@ -119,6 +119,7 @@ declare const _default: {
119
119
  failed: string;
120
120
  uploading: string;
121
121
  idle: string;
122
+ queued: string;
122
123
  'a11y-file-item-status': string;
123
124
  'waiting-for': string;
124
125
  };
@@ -121,6 +121,7 @@ export default {
121
121
  failed: 'Fallat',
122
122
  uploading: 'Carregant',
123
123
  idle: 'Inactiu',
124
+ queued: 'En cua',
124
125
  'a11y-file-item-status': 'El fitxer {{fileName}} està en estat {{status}}',
125
126
  'waiting-for': 'Esperant per {{source}}',
126
127
  };
@@ -121,6 +121,7 @@ declare const _default: {
121
121
  failed: string;
122
122
  uploading: string;
123
123
  idle: string;
124
+ queued: string;
124
125
  'a11y-file-item-status': string;
125
126
  'waiting-for': string;
126
127
  };
@@ -123,6 +123,7 @@ export default {
123
123
  failed: 'Selhalo',
124
124
  uploading: 'Nahrává se',
125
125
  idle: 'Nečinný',
126
+ queued: 'Ve frontě',
126
127
  'a11y-file-item-status': 'Soubor {{fileName}} je ve stavu {{status}}',
127
128
  'waiting-for': 'Čekání na {{source}}',
128
129
  };
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'waiting-for': string;
122
123
  };
@@ -119,6 +119,7 @@ export default {
119
119
  failed: 'Mislykkedes',
120
120
  uploading: 'Uploader',
121
121
  idle: 'Inaktiv',
122
+ queued: 'I kø',
122
123
  'a11y-file-item-status': 'Filen {{fileName}} er i status {{status}}',
123
124
  'waiting-for': 'Venter på {{source}}',
124
125
  };
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'waiting-for': string;
122
123
  };
@@ -120,6 +120,7 @@ export default {
120
120
  failed: 'Fehlgeschlagen',
121
121
  uploading: 'Hochladen',
122
122
  idle: 'Leerlauf',
123
+ queued: 'In der Warteschlange',
123
124
  'a11y-file-item-status': 'Datei {{fileName}} im Status {{status}}',
124
125
  'waiting-for': 'Warten auf {{source}}',
125
126
  };
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'waiting-for': string;
122
123
  };
@@ -120,6 +120,7 @@ export default {
120
120
  failed: 'Απέτυχε',
121
121
  uploading: 'Μεταφόρτωση',
122
122
  idle: 'Αδράνεια',
123
+ queued: 'Σε ουρά',
123
124
  'a11y-file-item-status': 'Το αρχείο {{fileName}} βρίσκεται στην κατάσταση {{status}}',
124
125
  'waiting-for': 'Αναμονή για {{source}}',
125
126
  };
@@ -119,6 +119,7 @@ declare const _default: {
119
119
  idle: string;
120
120
  'a11y-file-item-status': string;
121
121
  'waiting-for': string;
122
+ queued: string;
122
123
  };
123
124
  export default _default;
124
125
  //# sourceMappingURL=en.d.ts.map
@@ -120,4 +120,5 @@ export default {
120
120
  idle: 'Idle',
121
121
  'a11y-file-item-status': 'File {{fileName}} in status {{status}}',
122
122
  'waiting-for': 'Waiting for {{source}}',
123
+ queued: 'Queued',
123
124
  };
@@ -119,6 +119,7 @@ declare const _default: {
119
119
  failed: string;
120
120
  uploading: string;
121
121
  idle: string;
122
+ queued: string;
122
123
  'a11y-file-item-status': string;
123
124
  'waiting-for': string;
124
125
  };
@@ -121,6 +121,7 @@ export default {
121
121
  failed: 'Fallido',
122
122
  uploading: 'Subiendo',
123
123
  idle: 'Inactivo',
124
+ queued: 'En cola',
124
125
  'a11y-file-item-status': 'El archivo {{fileName}} está en estado {{status}}',
125
126
  'waiting-for': 'Esperando por {{source}}',
126
127
  };
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'waiting-for': string;
122
123
  };
@@ -118,6 +118,7 @@ export default {
118
118
  failed: 'Ebaõnnestunud',
119
119
  uploading: 'Üleslaadimine',
120
120
  idle: 'Ootel',
121
+ queued: 'Järjekorras',
121
122
  'a11y-file-item-status': 'Fail {{fileName}} on seisundis {{status}}',
122
123
  'waiting-for': 'Ootel {{source}}',
123
124
  };
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -117,6 +117,7 @@ export default {
117
117
  failed: 'Epäonnistui',
118
118
  uploading: 'Ladataan',
119
119
  idle: 'Toimeton',
120
+ queued: 'Jonossa',
120
121
  'a11y-file-item-status': 'Tiedosto {{fileName}} tilassa {{status}}',
121
122
  'select-all': 'Valitse kaikki',
122
123
  'deselect-all': 'Poista valinnat',
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'select-all': string;
122
123
  'deselect-all': string;
@@ -119,6 +119,7 @@ export default {
119
119
  failed: 'Échoué',
120
120
  uploading: 'Téléchargement',
121
121
  idle: 'Inactif',
122
+ queued: 'En file',
122
123
  'a11y-file-item-status': 'Le fichier {{fileName}} est en statut {{status}}',
123
124
  'select-all': 'Tout sélectionner',
124
125
  'deselect-all': 'Tout désélectionner',
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'select-all': string;
122
123
  'deselect-all': string;
@@ -118,6 +118,7 @@ export default {
118
118
  failed: 'נכשל',
119
119
  uploading: 'מעלה',
120
120
  idle: 'בטלה',
121
+ queued: 'בתור',
121
122
  'a11y-file-item-status': 'הקובץ {{fileName}} במצב {{status}}',
122
123
  'select-all': 'בחר הכל',
123
124
  'deselect-all': 'בטל בחירת הכל',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: 'Չհաջողվեց',
117
117
  uploading: 'Բեռնվում է',
118
118
  idle: 'Անգործ',
119
+ queued: 'Հերթում',
119
120
  'a11y-file-item-status': 'Ֆայլը {{fileName}} {{status}} կարգավիճակում է',
120
121
  'select-all': 'Ընտրել բոլորը',
121
122
  'deselect-all': 'Հրաժարվել բոլորից',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: 'Mistókst',
117
117
  uploading: 'Hleður upp',
118
118
  idle: 'Aðgerðalaus',
119
+ queued: 'Í biðröð',
119
120
  'a11y-file-item-status': 'Skráin {{fileName}} er í stöðu {{status}}',
120
121
  'select-all': 'Velja allt',
121
122
  'deselect-all': 'Afvelja allt',
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'select-all': string;
122
123
  'deselect-all': string;
@@ -119,6 +119,7 @@ export default {
119
119
  failed: 'Fallito',
120
120
  uploading: 'Caricamento',
121
121
  idle: 'Inattivo',
122
+ queued: 'In coda',
122
123
  'a11y-file-item-status': 'Il file {{fileName}} è nello stato {{status}}',
123
124
  'select-all': 'Seleziona tutto',
124
125
  'deselect-all': 'Deseleziona tutto',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: '失敗',
117
117
  uploading: 'アップロード中',
118
118
  idle: 'アイドル',
119
+ queued: 'キューに追加',
119
120
  'a11y-file-item-status': 'ファイル {{fileName}} のステータスは {{status}} です',
120
121
  'select-all': 'すべて選択',
121
122
  'deselect-all': 'すべて選択解除',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: 'შეცდომა',
117
117
  uploading: 'იტვირთება',
118
118
  idle: 'მოქმედების გარეშე',
119
+ queued: 'რიგში',
119
120
  'a11y-file-item-status': 'ფაილი {{fileName}} არის მდგომარეობაში {{status}}',
120
121
  'select-all': 'ყველას არჩევა',
121
122
  'deselect-all': 'ყველას არჩევის გაუქმება',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: 'Сәтсіз аяқталды',
117
117
  uploading: 'Жүктелуде',
118
118
  idle: 'Бос',
119
+ queued: 'Кезекте',
119
120
  'a11y-file-item-status': '{{fileName}} файлы {{status}} күйінде',
120
121
  'select-all': 'Барлығын таңдау',
121
122
  'deselect-all': 'Барлығын таңдаудан шығару',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -115,6 +115,7 @@ export default {
115
115
  failed: '실패함',
116
116
  uploading: '업로드 중',
117
117
  idle: '대기 중',
118
+ queued: '대기 중',
118
119
  'a11y-file-item-status': '{{fileName}} 파일이 {{status}} 상태입니다',
119
120
  'select-all': '모두 선택',
120
121
  'deselect-all': '모두 선택 해제',
@@ -121,6 +121,7 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ queued: string;
124
125
  };
125
126
  export default _default;
126
127
  //# sourceMappingURL=lv.d.ts.map
@@ -122,4 +122,5 @@ export default {
122
122
  'select-all': 'Izvēlēties visus',
123
123
  'deselect-all': 'Noņemt izvēli visiem',
124
124
  'waiting-for': 'Gaida {{source}}',
125
+ queued: 'Rindā',
125
126
  };
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: 'Mislyktes',
117
117
  uploading: 'Laster opp',
118
118
  idle: 'Inaktiv',
119
+ queued: 'I kø',
119
120
  'a11y-file-item-status': 'Fil {{fileName}} i status {{status}}',
120
121
  'select-all': 'Velg alle',
121
122
  'deselect-all': 'Fjern alle',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -117,6 +117,7 @@ export default {
117
117
  failed: 'Mislukt',
118
118
  uploading: 'Uploaden',
119
119
  idle: 'Inactief',
120
+ queued: 'In de wachtrij',
120
121
  'a11y-file-item-status': 'Bestand {{fileName}} in status {{status}}',
121
122
  'select-all': 'Selecteer alles',
122
123
  'deselect-all': 'Deselecteer alles',
@@ -119,6 +119,7 @@ declare const _default: {
119
119
  failed: string;
120
120
  uploading: string;
121
121
  idle: string;
122
+ queued: string;
122
123
  'a11y-file-item-status': string;
123
124
  'select-all': string;
124
125
  'deselect-all': string;
@@ -120,6 +120,7 @@ export default {
120
120
  failed: 'Nie powiodło się',
121
121
  uploading: 'Przesyłanie',
122
122
  idle: 'Bezczynny',
123
+ queued: 'W kolejce',
123
124
  'a11y-file-item-status': 'Plik {{fileName}} ma status {{status}}',
124
125
  'select-all': 'Zaznacz wszystko',
125
126
  'deselect-all': 'Odznacz wszystko',
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'select-all': string;
122
123
  'deselect-all': string;
@@ -119,6 +119,7 @@ export default {
119
119
  failed: 'Falhou',
120
120
  uploading: 'Carregando',
121
121
  idle: 'Ocioso',
122
+ queued: 'Na fila',
122
123
  'a11y-file-item-status': 'O arquivo {{fileName}} está no status {{status}}',
123
124
  'select-all': 'Selecionar tudo',
124
125
  'deselect-all': 'Desmarcar tudo',
@@ -117,6 +117,7 @@ declare const _default: {
117
117
  failed: string;
118
118
  uploading: string;
119
119
  idle: string;
120
+ queued: string;
120
121
  'a11y-file-item-status': string;
121
122
  'select-all': string;
122
123
  'deselect-all': string;
@@ -119,6 +119,7 @@ export default {
119
119
  failed: 'Eșuat',
120
120
  uploading: 'Se încarcă',
121
121
  idle: 'Inactiv',
122
+ queued: 'În așteptare',
122
123
  'a11y-file-item-status': 'Fișierul {{fileName}} este în starea {{status}}',
123
124
  'select-all': 'Selectează tot',
124
125
  'deselect-all': 'Deselectează tot',
@@ -119,6 +119,7 @@ declare const _default: {
119
119
  failed: string;
120
120
  uploading: string;
121
121
  idle: string;
122
+ queued: string;
122
123
  'a11y-file-item-status': string;
123
124
  'select-all': string;
124
125
  'deselect-all': string;
@@ -120,6 +120,7 @@ export default {
120
120
  failed: 'Не удалось',
121
121
  uploading: 'Загрузка',
122
122
  idle: 'Ожидание',
123
+ queued: 'В очереди',
123
124
  'a11y-file-item-status': 'Файл {{fileName}} находится в статусе {{status}}',
124
125
  'select-all': 'Выбрать все',
125
126
  'deselect-all': 'Отменить выбор всех',
@@ -123,6 +123,7 @@ declare const _default: {
123
123
  'select-all': string;
124
124
  'deselect-all': string;
125
125
  'waiting-for': string;
126
+ queued: string;
126
127
  };
127
128
  export default _default;
128
129
  //# sourceMappingURL=sk.d.ts.map
@@ -124,4 +124,5 @@ export default {
124
124
  'select-all': 'Vybrať všetko',
125
125
  'deselect-all': 'Zrušiť výber všetkého',
126
126
  'waiting-for': 'Čaká sa na {{source}}',
127
+ queued: 'Vo fronte',
127
128
  };
@@ -121,6 +121,7 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ queued: string;
124
125
  };
125
126
  export default _default;
126
127
  //# sourceMappingURL=sr.d.ts.map
@@ -122,4 +122,5 @@ export default {
122
122
  'select-all': 'Изабери све',
123
123
  'deselect-all': 'Поништи избор свих',
124
124
  'waiting-for': 'Чека се {{source}}',
125
+ queued: 'У реду',
125
126
  };
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: 'Misslyckades',
117
117
  uploading: 'Laddar upp',
118
118
  idle: 'Overksam',
119
+ queued: 'I kö',
119
120
  'a11y-file-item-status': 'Filen {{fileName}} är i status {{status}}',
120
121
  'select-all': 'Välj alla',
121
122
  'deselect-all': 'Avmarkera alla',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: 'Başarısız',
117
117
  uploading: 'Yükleniyor',
118
118
  idle: 'Boşta',
119
+ queued: 'Sırada',
119
120
  'a11y-file-item-status': '{{fileName}} dosyası {{status}} durumunda',
120
121
  'select-all': 'Hepsini seç',
121
122
  'deselect-all': 'Hiçbirini seçme',
@@ -119,6 +119,7 @@ declare const _default: {
119
119
  failed: string;
120
120
  uploading: string;
121
121
  idle: string;
122
+ queued: string;
122
123
  'a11y-file-item-status': string;
123
124
  'select-all': string;
124
125
  'deselect-all': string;
@@ -120,6 +120,7 @@ export default {
120
120
  failed: 'Не вдалося',
121
121
  uploading: 'Завантаження',
122
122
  idle: 'Очікування',
123
+ queued: 'У черзі',
123
124
  'a11y-file-item-status': 'Файл {{fileName}} у стані {{status}}',
124
125
  'select-all': 'Вибрати всі',
125
126
  'deselect-all': 'Скасувати вибір всіх',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: 'Thất bại',
117
117
  uploading: 'Đang tải lên',
118
118
  idle: 'Nhàn rỗi',
119
+ queued: 'Đang xếp hàng',
119
120
  'a11y-file-item-status': 'Tệp {{fileName}} ở trạng thái {{status}}',
120
121
  'select-all': 'Chọn tất cả',
121
122
  'deselect-all': 'Bỏ chọn tất cả',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: '失敗',
117
117
  uploading: '上傳中',
118
118
  idle: '閒置',
119
+ queued: '排隊中',
119
120
  'a11y-file-item-status': '檔案 {{fileName}} 的狀態是 {{status}}',
120
121
  'select-all': '全選',
121
122
  'deselect-all': '取消全選',
@@ -115,6 +115,7 @@ declare const _default: {
115
115
  failed: string;
116
116
  uploading: string;
117
117
  idle: string;
118
+ queued: string;
118
119
  'a11y-file-item-status': string;
119
120
  'select-all': string;
120
121
  'deselect-all': string;
@@ -116,6 +116,7 @@ export default {
116
116
  failed: '失败',
117
117
  uploading: '上传中',
118
118
  idle: '空闲',
119
+ queued: '排队中',
119
120
  'a11y-file-item-status': '文件 {{fileName}} 的状态是 {{status}}',
120
121
  'select-all': '全选',
121
122
  'deselect-all': '取消全选',