@uploadcare/file-uploader 1.22.0 → 1.23.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 (111) hide show
  1. package/abstract/UploaderBlock.d.ts.map +1 -1
  2. package/abstract/UploaderBlock.js +27 -5
  3. package/abstract/UploaderPublicApi.d.ts.map +1 -1
  4. package/abstract/UploaderPublicApi.js +9 -1
  5. package/abstract/managers/ValidationManager.d.ts +71 -12
  6. package/abstract/managers/ValidationManager.d.ts.map +1 -1
  7. package/abstract/managers/ValidationManager.js +229 -53
  8. package/abstract/uploadEntrySchema.d.ts +10 -2
  9. package/abstract/uploadEntrySchema.d.ts.map +1 -1
  10. package/abstract/uploadEntrySchema.js +10 -2
  11. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.js +1 -1
  12. package/blocks/Config/initialConfig.d.ts.map +1 -1
  13. package/blocks/Config/initialConfig.js +2 -0
  14. package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
  15. package/blocks/Config/normalizeConfigValue.js +2 -0
  16. package/blocks/FileItem/FileItem.d.ts +1 -1
  17. package/blocks/FileItem/FileItem.d.ts.map +1 -1
  18. package/blocks/FileItem/FileItem.js +68 -49
  19. package/blocks/UploadList/UploadList.d.ts +2 -0
  20. package/blocks/UploadList/UploadList.d.ts.map +1 -1
  21. package/blocks/UploadList/UploadList.js +18 -20
  22. package/env.d.ts +1 -1
  23. package/env.js +1 -1
  24. package/index.ssr.d.ts +1 -1
  25. package/index.ssr.d.ts.map +1 -1
  26. package/index.ssr.js +5 -1
  27. package/locales/file-uploader/ar.d.ts +3 -1
  28. package/locales/file-uploader/ar.js +4 -2
  29. package/locales/file-uploader/az.d.ts +3 -1
  30. package/locales/file-uploader/az.js +5 -2
  31. package/locales/file-uploader/ca.d.ts +3 -1
  32. package/locales/file-uploader/ca.js +5 -2
  33. package/locales/file-uploader/cs.d.ts +3 -1
  34. package/locales/file-uploader/cs.js +5 -2
  35. package/locales/file-uploader/da.d.ts +3 -1
  36. package/locales/file-uploader/da.js +5 -2
  37. package/locales/file-uploader/de.d.ts +3 -1
  38. package/locales/file-uploader/de.js +5 -2
  39. package/locales/file-uploader/el.d.ts +3 -1
  40. package/locales/file-uploader/el.js +5 -2
  41. package/locales/file-uploader/en.d.ts +3 -1
  42. package/locales/file-uploader/en.js +4 -2
  43. package/locales/file-uploader/es.d.ts +3 -1
  44. package/locales/file-uploader/es.js +5 -2
  45. package/locales/file-uploader/et.d.ts +3 -1
  46. package/locales/file-uploader/et.js +5 -2
  47. package/locales/file-uploader/fi.d.ts +3 -1
  48. package/locales/file-uploader/fi.js +5 -2
  49. package/locales/file-uploader/fr.d.ts +3 -1
  50. package/locales/file-uploader/fr.js +5 -2
  51. package/locales/file-uploader/he.d.ts +3 -1
  52. package/locales/file-uploader/he.js +5 -2
  53. package/locales/file-uploader/hy.d.ts +3 -1
  54. package/locales/file-uploader/hy.js +4 -2
  55. package/locales/file-uploader/is.d.ts +3 -1
  56. package/locales/file-uploader/is.js +5 -2
  57. package/locales/file-uploader/it.d.ts +3 -1
  58. package/locales/file-uploader/it.js +5 -2
  59. package/locales/file-uploader/ja.d.ts +3 -1
  60. package/locales/file-uploader/ja.js +5 -2
  61. package/locales/file-uploader/ka.d.ts +3 -1
  62. package/locales/file-uploader/ka.js +5 -2
  63. package/locales/file-uploader/kk.d.ts +3 -1
  64. package/locales/file-uploader/kk.js +5 -2
  65. package/locales/file-uploader/ko.d.ts +3 -1
  66. package/locales/file-uploader/ko.js +5 -2
  67. package/locales/file-uploader/lv.d.ts +3 -1
  68. package/locales/file-uploader/lv.js +5 -2
  69. package/locales/file-uploader/nb.d.ts +3 -1
  70. package/locales/file-uploader/nb.js +5 -2
  71. package/locales/file-uploader/nl.d.ts +3 -1
  72. package/locales/file-uploader/nl.js +5 -2
  73. package/locales/file-uploader/pl.d.ts +3 -1
  74. package/locales/file-uploader/pl.js +5 -2
  75. package/locales/file-uploader/pt.d.ts +3 -1
  76. package/locales/file-uploader/pt.js +5 -2
  77. package/locales/file-uploader/ro.d.ts +3 -1
  78. package/locales/file-uploader/ro.js +5 -2
  79. package/locales/file-uploader/ru.d.ts +3 -1
  80. package/locales/file-uploader/ru.js +5 -2
  81. package/locales/file-uploader/sk.d.ts +3 -1
  82. package/locales/file-uploader/sk.js +5 -2
  83. package/locales/file-uploader/sr.d.ts +3 -1
  84. package/locales/file-uploader/sr.js +5 -2
  85. package/locales/file-uploader/sv.d.ts +3 -1
  86. package/locales/file-uploader/sv.js +5 -2
  87. package/locales/file-uploader/tr.d.ts +3 -1
  88. package/locales/file-uploader/tr.js +5 -2
  89. package/locales/file-uploader/uk.d.ts +3 -1
  90. package/locales/file-uploader/uk.js +5 -2
  91. package/locales/file-uploader/vi.d.ts +3 -1
  92. package/locales/file-uploader/vi.js +5 -2
  93. package/locales/file-uploader/zh-TW.d.ts +3 -1
  94. package/locales/file-uploader/zh-TW.js +5 -2
  95. package/locales/file-uploader/zh.d.ts +3 -1
  96. package/locales/file-uploader/zh.js +5 -2
  97. package/package.json +8 -8
  98. package/types/exported.d.ts +26 -4
  99. package/utils/withResolvers.d.ts +6 -0
  100. package/utils/withResolvers.d.ts.map +1 -0
  101. package/utils/withResolvers.js +18 -0
  102. package/utils/withResolvers.test.d.ts +2 -0
  103. package/utils/withResolvers.test.d.ts.map +1 -0
  104. package/utils/withResolvers.test.js +36 -0
  105. package/web/file-uploader.iife.min.js +4 -4
  106. package/web/file-uploader.min.js +4 -4
  107. package/web/uc-cloud-image-editor.min.js +4 -4
  108. package/web/uc-file-uploader-inline.min.js +4 -4
  109. package/web/uc-file-uploader-minimal.min.js +4 -4
  110. package/web/uc-file-uploader-regular.min.js +4 -4
  111. package/web/uc-img.min.js +1 -1
@@ -116,11 +116,13 @@ declare const _default: {
116
116
  failed: string;
117
117
  uploading: string;
118
118
  idle: string;
119
- queued: string;
120
119
  'a11y-file-item-status': string;
121
120
  'select-all': string;
122
121
  'deselect-all': string;
123
122
  'waiting-for': string;
123
+ 'queued-uploading': string;
124
+ 'queued-validation': string;
125
+ validation: string;
124
126
  'a11y-cloud-editor-apply-aspect-ratio': string;
125
127
  'crop-to-shape': string;
126
128
  custom: string;
@@ -53,7 +53,7 @@ export default {
53
53
  'src-type-vk': 'VK',
54
54
  'src-type-evernote': 'Evernote',
55
55
  'src-type-box': 'Box',
56
- 'src-type-onedrive': 'Onedrive',
56
+ 'src-type-onedrive': 'OneDrive',
57
57
  'src-type-huddle': 'Huddle',
58
58
  'src-type-other': 'Annet',
59
59
  'src-type-mobile-video-camera': 'Video',
@@ -117,11 +117,14 @@ export default {
117
117
  failed: 'Mislyktes',
118
118
  uploading: 'Laster opp',
119
119
  idle: 'Inaktiv',
120
- queued: 'I kø',
120
+
121
121
  'a11y-file-item-status': 'Fil {{fileName}} i status {{status}}',
122
122
  'select-all': 'Velg alle',
123
123
  'deselect-all': 'Fjern alle',
124
124
  'waiting-for': 'Venter på {{source}}',
125
+ 'queued-uploading': 'I kø for opplasting',
126
+ 'queued-validation': 'I kø for validering',
127
+ validation: 'Validerer',
125
128
  'a11y-cloud-editor-apply-aspect-ratio': 'Bruk handling {{name}} {{value}}',
126
129
 
127
130
  'crop-to-shape': 'Beskjær til {{value}}',
@@ -116,11 +116,13 @@ declare const _default: {
116
116
  failed: string;
117
117
  uploading: string;
118
118
  idle: string;
119
- queued: string;
120
119
  'a11y-file-item-status': string;
121
120
  'select-all': string;
122
121
  'deselect-all': string;
123
122
  'waiting-for': string;
123
+ 'queued-uploading': string;
124
+ 'queued-validation': string;
125
+ validation: string;
124
126
  'a11y-cloud-editor-apply-aspect-ratio': string;
125
127
  'crop-to-shape': string;
126
128
  custom: string;
@@ -53,7 +53,7 @@ export default {
53
53
  'src-type-vk': 'VK',
54
54
  'src-type-evernote': 'Evernote',
55
55
  'src-type-box': 'Box',
56
- 'src-type-onedrive': 'Onedrive',
56
+ 'src-type-onedrive': 'OneDrive',
57
57
  'src-type-huddle': 'Huddle',
58
58
  'src-type-other': 'Andere',
59
59
  'src-type-mobile-video-camera': 'Video',
@@ -118,11 +118,14 @@ export default {
118
118
  failed: 'Mislukt',
119
119
  uploading: 'Uploaden',
120
120
  idle: 'Inactief',
121
- queued: 'In de wachtrij',
121
+
122
122
  'a11y-file-item-status': 'Bestand {{fileName}} in status {{status}}',
123
123
  'select-all': 'Selecteer alles',
124
124
  'deselect-all': 'Deselecteer alles',
125
125
  'waiting-for': 'Wachten op {{source}}',
126
+ 'queued-uploading': 'In de wachtrij voor upload',
127
+ 'queued-validation': 'In de wachtrij voor validatie',
128
+ validation: 'Bezig met valideren',
126
129
  'a11y-cloud-editor-apply-aspect-ratio': 'Bewerking {{name}} {{value}} toepassen',
127
130
 
128
131
  'crop-to-shape': 'Bijsnijden naar {{value}}',
@@ -120,11 +120,13 @@ declare const _default: {
120
120
  failed: string;
121
121
  uploading: string;
122
122
  idle: string;
123
- queued: string;
124
123
  'a11y-file-item-status': string;
125
124
  'select-all': string;
126
125
  'deselect-all': string;
127
126
  'waiting-for': string;
127
+ 'queued-uploading': string;
128
+ 'queued-validation': string;
129
+ validation: string;
128
130
  'a11y-cloud-editor-apply-aspect-ratio': string;
129
131
  'crop-to-shape': string;
130
132
  custom: string;
@@ -57,7 +57,7 @@ export default {
57
57
  'src-type-vk': 'VK',
58
58
  'src-type-evernote': 'Evernote',
59
59
  'src-type-box': 'Box',
60
- 'src-type-onedrive': 'Onedrive',
60
+ 'src-type-onedrive': 'OneDrive',
61
61
  'src-type-huddle': 'Huddle',
62
62
  'src-type-other': 'Inne',
63
63
  'src-type-mobile-video-camera': 'Wideo',
@@ -121,11 +121,14 @@ export default {
121
121
  failed: 'Nie powiodło się',
122
122
  uploading: 'Przesyłanie',
123
123
  idle: 'Bezczynny',
124
- queued: 'W kolejce',
124
+
125
125
  'a11y-file-item-status': 'Plik {{fileName}} ma status {{status}}',
126
126
  'select-all': 'Zaznacz wszystko',
127
127
  'deselect-all': 'Odznacz wszystko',
128
128
  'waiting-for': 'Oczekiwanie na {{source}}',
129
+ 'queued-uploading': 'W kolejce do przesłania',
130
+ 'queued-validation': 'W kolejce do walidacji',
131
+ validation: 'Walidacja w toku',
129
132
  'a11y-cloud-editor-apply-aspect-ratio': 'Zastosuj operację {{name}} {{value}}',
130
133
 
131
134
  'crop-to-shape': 'Przytnij do {{value}}',
@@ -118,11 +118,13 @@ declare const _default: {
118
118
  failed: string;
119
119
  uploading: string;
120
120
  idle: string;
121
- queued: string;
122
121
  'a11y-file-item-status': string;
123
122
  'select-all': string;
124
123
  'deselect-all': string;
125
124
  'waiting-for': string;
125
+ 'queued-uploading': string;
126
+ 'queued-validation': string;
127
+ validation: string;
126
128
  'a11y-cloud-editor-apply-aspect-ratio': string;
127
129
  'crop-to-shape': string;
128
130
  custom: string;
@@ -55,7 +55,7 @@ export default {
55
55
  'src-type-vk': 'VK',
56
56
  'src-type-evernote': 'Evernote',
57
57
  'src-type-box': 'Box',
58
- 'src-type-onedrive': 'Onedrive',
58
+ 'src-type-onedrive': 'OneDrive',
59
59
  'src-type-huddle': 'Huddle',
60
60
  'src-type-other': 'Outro',
61
61
  'src-type-mobile-video-camera': 'Vídeo',
@@ -120,11 +120,14 @@ export default {
120
120
  failed: 'Falhou',
121
121
  uploading: 'Carregando',
122
122
  idle: 'Ocioso',
123
- queued: 'Na fila',
123
+
124
124
  'a11y-file-item-status': 'O arquivo {{fileName}} está no status {{status}}',
125
125
  'select-all': 'Selecionar tudo',
126
126
  'deselect-all': 'Desmarcar tudo',
127
127
  'waiting-for': 'Aguardando {{source}}',
128
+ 'queued-uploading': 'Na fila para envio',
129
+ 'queued-validation': 'Na fila para validação',
130
+ validation: 'Validando',
128
131
  'a11y-cloud-editor-apply-aspect-ratio': 'Aplicar operação {{name}} {{value}}',
129
132
 
130
133
  'crop-to-shape': 'Recortar para {{value}}',
@@ -118,11 +118,13 @@ declare const _default: {
118
118
  failed: string;
119
119
  uploading: string;
120
120
  idle: string;
121
- queued: string;
122
121
  'a11y-file-item-status': string;
123
122
  'select-all': string;
124
123
  'deselect-all': string;
125
124
  'waiting-for': string;
125
+ 'queued-uploading': string;
126
+ 'queued-validation': string;
127
+ validation: string;
126
128
  'a11y-cloud-editor-apply-aspect-ratio': string;
127
129
  'crop-to-shape': string;
128
130
  custom: string;
@@ -55,7 +55,7 @@ export default {
55
55
  'src-type-vk': 'VK',
56
56
  'src-type-evernote': 'Evernote',
57
57
  'src-type-box': 'Box',
58
- 'src-type-onedrive': 'Onedrive',
58
+ 'src-type-onedrive': 'OneDrive',
59
59
  'src-type-huddle': 'Huddle',
60
60
  'src-type-other': 'Altele',
61
61
  'src-type-mobile-video-camera': 'Video',
@@ -120,11 +120,14 @@ export default {
120
120
  failed: 'Eșuat',
121
121
  uploading: 'Se încarcă',
122
122
  idle: 'Inactiv',
123
- queued: 'În așteptare',
123
+
124
124
  'a11y-file-item-status': 'Fișierul {{fileName}} este în starea {{status}}',
125
125
  'select-all': 'Selectează tot',
126
126
  'deselect-all': 'Deselectează tot',
127
127
  'waiting-for': 'Așteptare pentru {{source}}',
128
+ 'queued-uploading': 'În așteptare pentru încărcare',
129
+ 'queued-validation': 'În așteptare pentru validare',
130
+ validation: 'Se validează',
128
131
  'a11y-cloud-editor-apply-aspect-ratio': 'Aplică operația {{name}} {{value}}',
129
132
 
130
133
  'crop-to-shape': 'Decupează la {{value}}',
@@ -120,11 +120,13 @@ declare const _default: {
120
120
  failed: string;
121
121
  uploading: string;
122
122
  idle: string;
123
- queued: string;
124
123
  'a11y-file-item-status': string;
125
124
  'select-all': string;
126
125
  'deselect-all': string;
127
126
  'waiting-for': string;
127
+ 'queued-uploading': string;
128
+ 'queued-validation': string;
129
+ validation: string;
128
130
  'a11y-cloud-editor-apply-aspect-ratio': string;
129
131
  'crop-to-shape': string;
130
132
  custom: string;
@@ -57,7 +57,7 @@ export default {
57
57
  'src-type-vk': 'ВКонтакте',
58
58
  'src-type-evernote': 'Evernote',
59
59
  'src-type-box': 'Box',
60
- 'src-type-onedrive': 'Onedrive',
60
+ 'src-type-onedrive': 'OneDrive',
61
61
  'src-type-huddle': 'Huddle',
62
62
  'src-type-other': 'Другое',
63
63
  'src-type-mobile-video-camera': 'Видео',
@@ -121,11 +121,14 @@ export default {
121
121
  failed: 'Не удалось',
122
122
  uploading: 'Загрузка',
123
123
  idle: 'Ожидание',
124
- queued: 'В очереди',
124
+
125
125
  'a11y-file-item-status': 'Файл {{fileName}} находится в статусе {{status}}',
126
126
  'select-all': 'Выбрать все',
127
127
  'deselect-all': 'Отменить выбор всех',
128
128
  'waiting-for': 'Ожидание {{source}}',
129
+ 'queued-uploading': 'В очереди на загрузку',
130
+ 'queued-validation': 'В очереди на проверку',
131
+ validation: 'Идет проверка',
129
132
  'a11y-cloud-editor-apply-aspect-ratio': 'Применить операцию {{name}} {{value}}',
130
133
  'crop-to-shape': 'Обрезать до {{value}}',
131
134
  custom: 'Свободная форма',
@@ -124,7 +124,9 @@ declare const _default: {
124
124
  'select-all': string;
125
125
  'deselect-all': string;
126
126
  'waiting-for': string;
127
- queued: string;
127
+ 'queued-uploading': string;
128
+ 'queued-validation': string;
129
+ validation: string;
128
130
  'a11y-cloud-editor-apply-aspect-ratio': string;
129
131
  'crop-to-shape': string;
130
132
  custom: string;
@@ -57,7 +57,7 @@ export default {
57
57
  'src-type-vk': 'VK',
58
58
  'src-type-evernote': 'Evernote',
59
59
  'src-type-box': 'Box',
60
- 'src-type-onedrive': 'Onedrive',
60
+ 'src-type-onedrive': 'OneDrive',
61
61
  'src-type-huddle': 'Huddle',
62
62
  'src-type-other': 'Iné',
63
63
  'src-type-mobile-video-camera': 'Video',
@@ -121,11 +121,14 @@ export default {
121
121
  failed: 'Neúspešné',
122
122
  uploading: 'Nahrávanie',
123
123
  idle: 'Nečinný',
124
+
124
125
  'a11y-file-item-status': 'Súbor {{fileName}} je v stave {{status}}',
125
126
  'select-all': 'Vybrať všetko',
126
127
  'deselect-all': 'Zrušiť výber všetkého',
127
128
  'waiting-for': 'Čaká sa na {{source}}',
128
- queued: 'Vo fronte',
129
+ 'queued-uploading': 'Vo fronte na nahranie',
130
+ 'queued-validation': 'Vo fronte na validáciu',
131
+ validation: 'Prebieha validácia',
129
132
  'a11y-cloud-editor-apply-aspect-ratio': 'Použiť operáciu {{name}} {{value}}',
130
133
 
131
134
  'crop-to-shape': 'Orezať na {{value}}',
@@ -122,7 +122,9 @@ declare const _default: {
122
122
  'select-all': string;
123
123
  'deselect-all': string;
124
124
  'waiting-for': string;
125
- queued: string;
125
+ 'queued-uploading': string;
126
+ 'queued-validation': string;
127
+ validation: string;
126
128
  'a11y-cloud-editor-apply-aspect-ratio': string;
127
129
  'crop-to-shape': string;
128
130
  custom: string;
@@ -55,7 +55,7 @@ export default {
55
55
  'src-type-vk': 'VK',
56
56
  'src-type-evernote': 'Evernote',
57
57
  'src-type-box': 'Box',
58
- 'src-type-onedrive': 'Onedrive',
58
+ 'src-type-onedrive': 'OneDrive',
59
59
  'src-type-huddle': 'Huddle',
60
60
  'src-type-other': 'Остало',
61
61
  'src-type-mobile-video-camera': 'Видео',
@@ -119,11 +119,14 @@ export default {
119
119
  failed: 'Neuspešno',
120
120
  uploading: 'Otpremanje',
121
121
  idle: 'Neaktivan',
122
+
122
123
  'a11y-file-item-status': 'Datoteka {{fileName}} je u statusu {{status}}',
123
124
  'select-all': 'Изабери све',
124
125
  'deselect-all': 'Поништи избор свих',
125
126
  'waiting-for': 'Чека се {{source}}',
126
- queued: 'У реду',
127
+ 'queued-uploading': 'У реду за отпремање',
128
+ 'queued-validation': 'У реду за валидацију',
129
+ validation: 'Валидација у току',
127
130
  'a11y-cloud-editor-apply-aspect-ratio': 'Примени операцију {{name}} {{value}}',
128
131
 
129
132
  'crop-to-shape': 'Исеци на {{value}}',
@@ -116,11 +116,13 @@ declare const _default: {
116
116
  failed: string;
117
117
  uploading: string;
118
118
  idle: string;
119
- queued: string;
120
119
  'a11y-file-item-status': string;
121
120
  'select-all': string;
122
121
  'deselect-all': string;
123
122
  'waiting-for': string;
123
+ 'queued-uploading': string;
124
+ 'queued-validation': string;
125
+ validation: string;
124
126
  'a11y-cloud-editor-apply-aspect-ratio': string;
125
127
  'crop-to-shape': string;
126
128
  custom: string;
@@ -53,7 +53,7 @@ export default {
53
53
  'src-type-vk': 'VK',
54
54
  'src-type-evernote': 'Evernote',
55
55
  'src-type-box': 'Box',
56
- 'src-type-onedrive': 'Onedrive',
56
+ 'src-type-onedrive': 'OneDrive',
57
57
  'src-type-huddle': 'Huddle',
58
58
  'src-type-other': 'Annat',
59
59
  'src-type-mobile-video-camera': 'Video',
@@ -117,11 +117,14 @@ export default {
117
117
  failed: 'Misslyckades',
118
118
  uploading: 'Laddar upp',
119
119
  idle: 'Overksam',
120
- queued: 'I kö',
120
+
121
121
  'a11y-file-item-status': 'Filen {{fileName}} är i status {{status}}',
122
122
  'select-all': 'Välj alla',
123
123
  'deselect-all': 'Avmarkera alla',
124
124
  'waiting-for': 'Väntar på {{source}}',
125
+ 'queued-uploading': 'I kö för uppladdning',
126
+ 'queued-validation': 'I kö för validering',
127
+ validation: 'Validerar',
125
128
  'a11y-cloud-editor-apply-aspect-ratio': 'Använd åtgärd {{name}} {{value}}',
126
129
 
127
130
  'crop-to-shape': 'Beskär till {{value}}',
@@ -116,11 +116,13 @@ declare const _default: {
116
116
  failed: string;
117
117
  uploading: string;
118
118
  idle: string;
119
- queued: string;
120
119
  'a11y-file-item-status': string;
121
120
  'select-all': string;
122
121
  'deselect-all': string;
123
122
  'waiting-for': string;
123
+ 'queued-uploading': string;
124
+ 'queued-validation': string;
125
+ validation: string;
124
126
  'a11y-cloud-editor-apply-aspect-ratio': string;
125
127
  'crop-to-shape': string;
126
128
  custom: string;
@@ -53,7 +53,7 @@ export default {
53
53
  'src-type-vk': 'VK',
54
54
  'src-type-evernote': 'Evernote',
55
55
  'src-type-box': 'Box',
56
- 'src-type-onedrive': 'Onedrive',
56
+ 'src-type-onedrive': 'OneDrive',
57
57
  'src-type-huddle': 'Huddle',
58
58
  'src-type-other': 'Diğer',
59
59
  'src-type-mobile-video-camera': 'Video',
@@ -117,11 +117,14 @@ export default {
117
117
  failed: 'Başarısız',
118
118
  uploading: 'Yükleniyor',
119
119
  idle: 'Boşta',
120
- queued: 'Sırada',
120
+
121
121
  'a11y-file-item-status': '{{fileName}} dosyası {{status}} durumunda',
122
122
  'select-all': 'Hepsini seç',
123
123
  'deselect-all': 'Hiçbirini seçme',
124
124
  'waiting-for': '{{source}} bekleniyor',
125
+ 'queued-uploading': 'Yükleme için sırada',
126
+ 'queued-validation': 'Doğrulama için sırada',
127
+ validation: 'Doğrulanıyor',
125
128
  'a11y-cloud-editor-apply-aspect-ratio': '{{name}} {{value}} işlemini uygula',
126
129
 
127
130
  'crop-to-shape': '{{value}} boyutuna kırp',
@@ -120,11 +120,13 @@ declare const _default: {
120
120
  failed: string;
121
121
  uploading: string;
122
122
  idle: string;
123
- queued: string;
124
123
  'a11y-file-item-status': string;
125
124
  'select-all': string;
126
125
  'deselect-all': string;
127
126
  'waiting-for': string;
127
+ 'queued-uploading': string;
128
+ 'queued-validation': string;
129
+ validation: string;
128
130
  'a11y-cloud-editor-apply-aspect-ratio': string;
129
131
  'crop-to-shape': string;
130
132
  custom: string;
@@ -57,7 +57,7 @@ export default {
57
57
  'src-type-vk': 'VK',
58
58
  'src-type-evernote': 'Evernote',
59
59
  'src-type-box': 'Box',
60
- 'src-type-onedrive': 'Onedrive',
60
+ 'src-type-onedrive': 'OneDrive',
61
61
  'src-type-huddle': 'Huddle',
62
62
  'src-type-other': 'Інше',
63
63
  'src-type-mobile-video-camera': 'Відео',
@@ -121,11 +121,14 @@ export default {
121
121
  failed: 'Не вдалося',
122
122
  uploading: 'Завантаження',
123
123
  idle: 'Очікування',
124
- queued: 'У черзі',
124
+
125
125
  'a11y-file-item-status': 'Файл {{fileName}} у стані {{status}}',
126
126
  'select-all': 'Вибрати всі',
127
127
  'deselect-all': 'Скасувати вибір всіх',
128
128
  'waiting-for': 'Очікування {{source}}',
129
+ 'queued-uploading': 'У черзі на завантаження',
130
+ 'queued-validation': 'У черзі на перевірку',
131
+ validation: 'Триває перевірка',
129
132
  'a11y-cloud-editor-apply-aspect-ratio': 'Застосувати операцію {{name}} {{value}}',
130
133
 
131
134
  'crop-to-shape': 'Обрізати до {{value}}',
@@ -116,11 +116,13 @@ declare const _default: {
116
116
  failed: string;
117
117
  uploading: string;
118
118
  idle: string;
119
- queued: string;
120
119
  'a11y-file-item-status': string;
121
120
  'select-all': string;
122
121
  'deselect-all': string;
123
122
  'waiting-for': string;
123
+ 'queued-uploading': string;
124
+ 'queued-validation': string;
125
+ validation: string;
124
126
  'a11y-cloud-editor-apply-aspect-ratio': string;
125
127
  'crop-to-shape': string;
126
128
  custom: string;
@@ -53,7 +53,7 @@ export default {
53
53
  'src-type-vk': 'VK',
54
54
  'src-type-evernote': 'Evernote',
55
55
  'src-type-box': 'Box',
56
- 'src-type-onedrive': 'Onedrive',
56
+ 'src-type-onedrive': 'OneDrive',
57
57
  'src-type-huddle': 'Huddle',
58
58
  'src-type-other': 'Khác',
59
59
  'src-type-mobile-video-camera': 'Video',
@@ -117,11 +117,14 @@ export default {
117
117
  failed: 'Thất bại',
118
118
  uploading: 'Đang tải lên',
119
119
  idle: 'Nhàn rỗi',
120
- queued: 'Đang xếp hàng',
120
+
121
121
  'a11y-file-item-status': 'Tệp {{fileName}} ở trạng thái {{status}}',
122
122
  'select-all': 'Chọn tất cả',
123
123
  'deselect-all': 'Bỏ chọn tất cả',
124
124
  'waiting-for': 'Đang chờ {{source}}',
125
+ 'queued-uploading': 'Đang xếp hàng để tải lên',
126
+ 'queued-validation': 'Đang xếp hàng để xác thực',
127
+ validation: 'Đang xác thực',
125
128
  'a11y-cloud-editor-apply-aspect-ratio': 'Áp dụng thao tác {{name}} {{value}}',
126
129
 
127
130
  'crop-to-shape': 'Cắt theo {{value}}',
@@ -116,11 +116,13 @@ declare const _default: {
116
116
  failed: string;
117
117
  uploading: string;
118
118
  idle: string;
119
- queued: string;
120
119
  'a11y-file-item-status': string;
121
120
  'select-all': string;
122
121
  'deselect-all': string;
123
122
  'waiting-for': string;
123
+ 'queued-uploading': string;
124
+ 'queued-validation': string;
125
+ validation: string;
124
126
  'a11y-cloud-editor-apply-aspect-ratio': string;
125
127
  'crop-to-shape': string;
126
128
  custom: string;
@@ -53,7 +53,7 @@ export default {
53
53
  'src-type-vk': 'VK',
54
54
  'src-type-evernote': 'Evernote',
55
55
  'src-type-box': 'Box',
56
- 'src-type-onedrive': 'Onedrive',
56
+ 'src-type-onedrive': 'OneDrive',
57
57
  'src-type-huddle': 'Huddle',
58
58
  'src-type-other': '其他',
59
59
  'src-type-mobile-video-camera': '影片',
@@ -117,11 +117,14 @@ export default {
117
117
  failed: '失敗',
118
118
  uploading: '上傳中',
119
119
  idle: '閒置',
120
- queued: '排隊中',
120
+
121
121
  'a11y-file-item-status': '檔案 {{fileName}} 的狀態是 {{status}}',
122
122
  'select-all': '全選',
123
123
  'deselect-all': '取消全選',
124
124
  'waiting-for': '等待 {{source}}',
125
+ 'queued-uploading': '排隊等待上傳',
126
+ 'queued-validation': '排隊等待驗證',
127
+ validation: '驗證中',
125
128
  'a11y-cloud-editor-apply-aspect-ratio': '套用操作 {{name}} {{value}}',
126
129
 
127
130
  'crop-to-shape': '裁剪為 {{value}}',
@@ -116,11 +116,13 @@ declare const _default: {
116
116
  failed: string;
117
117
  uploading: string;
118
118
  idle: string;
119
- queued: string;
120
119
  'a11y-file-item-status': string;
121
120
  'select-all': string;
122
121
  'deselect-all': string;
123
122
  'waiting-for': string;
123
+ 'queued-uploading': string;
124
+ 'queued-validation': string;
125
+ validation: string;
124
126
  'a11y-cloud-editor-apply-aspect-ratio': string;
125
127
  'crop-to-shape': string;
126
128
  custom: string;
@@ -53,7 +53,7 @@ export default {
53
53
  'src-type-vk': 'VK',
54
54
  'src-type-evernote': 'Evernote',
55
55
  'src-type-box': 'Box',
56
- 'src-type-onedrive': 'Onedrive',
56
+ 'src-type-onedrive': 'OneDrive',
57
57
  'src-type-huddle': 'Huddle',
58
58
  'src-type-other': '其他',
59
59
  'src-type-mobile-video-camera': '视频',
@@ -117,11 +117,14 @@ export default {
117
117
  failed: '失败',
118
118
  uploading: '上传中',
119
119
  idle: '空闲',
120
- queued: '排队中',
120
+
121
121
  'a11y-file-item-status': '文件 {{fileName}} 的状态是 {{status}}',
122
122
  'select-all': '全选',
123
123
  'deselect-all': '取消全选',
124
124
  'waiting-for': '等待 {{source}}',
125
+ 'queued-uploading': '排队等待上传',
126
+ 'queued-validation': '排队等待验证',
127
+ validation: '正在验证',
125
128
  'a11y-cloud-editor-apply-aspect-ratio': '应用操作 {{name}} {{value}}',
126
129
  'crop-to-shape': '裁剪为 {{value}}',
127
130
  custom: '自由形式',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uploadcare/file-uploader",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "description": "Building blocks for Uploadcare products integration",
5
5
  "keywords": [
6
6
  "web components",
@@ -107,8 +107,8 @@
107
107
  "@types/node": "^18.15.11",
108
108
  "@types/react": "^18.2.34",
109
109
  "@types/sinon": "^17.0.4",
110
- "@vitest/browser": "^3.1.2",
111
- "@vitest/coverage-v8": "^3.1.3",
110
+ "@vitest/browser": "^3.2.4",
111
+ "@vitest/coverage-v8": "^3.2.4",
112
112
  "@web/test-runner": "^0.20.1",
113
113
  "esbuild": "^0.25.1",
114
114
  "eslint": "^8.56.0",
@@ -135,16 +135,16 @@
135
135
  "tsd": "^0.32.0",
136
136
  "typescript": "^5.8.2",
137
137
  "vite": "^6.3.4",
138
- "vitest": "^3.1.2"
138
+ "vitest": "^3.2.4"
139
139
  },
140
140
  "author": "Uploadcare Inc.",
141
141
  "license": "MIT",
142
142
  "dependencies": {
143
143
  "@symbiotejs/symbiote": "^1.11.7",
144
- "@uploadcare/cname-prefix": "^6.17.0",
145
- "@uploadcare/image-shrink": "^6.17.0",
146
- "@uploadcare/quality-insights": "^6.17.0",
147
- "@uploadcare/upload-client": "^6.17.0",
144
+ "@uploadcare/cname-prefix": "^6.18.0",
145
+ "@uploadcare/image-shrink": "^6.18.0",
146
+ "@uploadcare/quality-insights": "^6.18.0",
147
+ "@uploadcare/upload-client": "^6.18.0",
148
148
  "keyux": "^0.7.1"
149
149
  }
150
150
  }