@uploadcare/file-uploader 1.15.0-alpha.16 → 1.15.0-alpha.18

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 (99) hide show
  1. package/abstract/ValidationManager.d.ts +4 -0
  2. package/abstract/ValidationManager.d.ts.map +1 -1
  3. package/abstract/uploadEntrySchema.d.ts +4 -0
  4. package/abstract/uploadEntrySchema.d.ts.map +1 -1
  5. package/abstract/uploadEntrySchema.js +4 -0
  6. package/blocks/CloudImageEditor/src/EditorFilterControl.js +1 -1
  7. package/blocks/CloudImageEditor/src/EditorImageCropper.js +1 -1
  8. package/blocks/CloudImageEditor/src/EditorImageFader.js +1 -1
  9. package/blocks/CloudImageEditor/src/EditorToolbar.js +1 -1
  10. package/blocks/FileItem/FileItem.d.ts +0 -1
  11. package/blocks/FileItem/FileItem.d.ts.map +1 -1
  12. package/blocks/FileItem/FileItem.js +30 -15
  13. package/blocks/FileItem/FileItemConfig.d.ts +2 -0
  14. package/blocks/FileItem/FileItemConfig.d.ts.map +1 -1
  15. package/blocks/FileItem/FileItemConfig.js +10 -0
  16. package/blocks/Thumb/Thumb.d.ts +1 -3
  17. package/blocks/Thumb/Thumb.d.ts.map +1 -1
  18. package/blocks/Thumb/Thumb.js +26 -29
  19. package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.js +1 -1
  20. package/locales/file-uploader/ar.d.ts +1 -0
  21. package/locales/file-uploader/ar.js +1 -0
  22. package/locales/file-uploader/az.d.ts +1 -0
  23. package/locales/file-uploader/az.js +1 -0
  24. package/locales/file-uploader/ca.d.ts +1 -0
  25. package/locales/file-uploader/ca.js +1 -0
  26. package/locales/file-uploader/cs.d.ts +1 -0
  27. package/locales/file-uploader/cs.js +1 -0
  28. package/locales/file-uploader/da.d.ts +1 -0
  29. package/locales/file-uploader/da.js +1 -0
  30. package/locales/file-uploader/de.d.ts +1 -0
  31. package/locales/file-uploader/de.js +1 -0
  32. package/locales/file-uploader/el.d.ts +1 -0
  33. package/locales/file-uploader/el.js +1 -0
  34. package/locales/file-uploader/en.d.ts +1 -0
  35. package/locales/file-uploader/en.js +1 -0
  36. package/locales/file-uploader/es.d.ts +1 -0
  37. package/locales/file-uploader/es.js +1 -0
  38. package/locales/file-uploader/et.d.ts +1 -0
  39. package/locales/file-uploader/et.js +1 -0
  40. package/locales/file-uploader/fi.d.ts +1 -0
  41. package/locales/file-uploader/fi.js +1 -0
  42. package/locales/file-uploader/fr.d.ts +1 -0
  43. package/locales/file-uploader/fr.js +1 -0
  44. package/locales/file-uploader/he.d.ts +1 -0
  45. package/locales/file-uploader/he.js +1 -0
  46. package/locales/file-uploader/hy.d.ts +1 -0
  47. package/locales/file-uploader/hy.js +1 -0
  48. package/locales/file-uploader/is.d.ts +1 -0
  49. package/locales/file-uploader/is.js +1 -0
  50. package/locales/file-uploader/it.d.ts +1 -0
  51. package/locales/file-uploader/it.js +1 -0
  52. package/locales/file-uploader/ja.d.ts +1 -0
  53. package/locales/file-uploader/ja.js +1 -0
  54. package/locales/file-uploader/ka.d.ts +1 -0
  55. package/locales/file-uploader/ka.js +1 -0
  56. package/locales/file-uploader/kk.d.ts +1 -0
  57. package/locales/file-uploader/kk.js +1 -0
  58. package/locales/file-uploader/ko.d.ts +1 -0
  59. package/locales/file-uploader/ko.js +1 -0
  60. package/locales/file-uploader/lv.d.ts +1 -0
  61. package/locales/file-uploader/lv.js +1 -0
  62. package/locales/file-uploader/nb.d.ts +1 -0
  63. package/locales/file-uploader/nb.js +1 -0
  64. package/locales/file-uploader/nl.d.ts +1 -0
  65. package/locales/file-uploader/nl.js +1 -0
  66. package/locales/file-uploader/pl.d.ts +1 -0
  67. package/locales/file-uploader/pl.js +1 -0
  68. package/locales/file-uploader/pt.d.ts +1 -0
  69. package/locales/file-uploader/pt.js +1 -0
  70. package/locales/file-uploader/ro.d.ts +1 -0
  71. package/locales/file-uploader/ro.js +1 -0
  72. package/locales/file-uploader/ru.d.ts +1 -0
  73. package/locales/file-uploader/ru.js +1 -0
  74. package/locales/file-uploader/sk.d.ts +1 -0
  75. package/locales/file-uploader/sk.js +1 -0
  76. package/locales/file-uploader/sr.d.ts +1 -0
  77. package/locales/file-uploader/sr.js +1 -0
  78. package/locales/file-uploader/sv.d.ts +1 -0
  79. package/locales/file-uploader/sv.js +1 -0
  80. package/locales/file-uploader/tr.d.ts +1 -0
  81. package/locales/file-uploader/tr.js +1 -0
  82. package/locales/file-uploader/uk.d.ts +1 -0
  83. package/locales/file-uploader/uk.js +1 -0
  84. package/locales/file-uploader/vi.d.ts +1 -0
  85. package/locales/file-uploader/vi.js +1 -0
  86. package/locales/file-uploader/zh-TW.d.ts +1 -0
  87. package/locales/file-uploader/zh-TW.js +1 -0
  88. package/locales/file-uploader/zh.d.ts +1 -0
  89. package/locales/file-uploader/zh.js +1 -0
  90. package/package.json +1 -1
  91. package/types/jsx.d.ts +1 -1
  92. package/web/file-uploader.iife.min.js +4 -4
  93. package/web/file-uploader.min.js +4 -4
  94. package/web/uc-cloud-image-editor.min.js +1 -1
  95. package/web/uc-file-uploader-inline.min.js +4 -4
  96. package/web/uc-file-uploader-minimal.min.js +4 -4
  97. package/web/uc-file-uploader-regular.min.js +4 -4
  98. /package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.d.ts +0 -0
  99. /package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.d.ts.map +0 -0
@@ -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': '取消全选',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uploadcare/file-uploader",
3
- "version": "1.15.0-alpha.16",
3
+ "version": "1.15.0-alpha.18",
4
4
  "description": "Building blocks for Uploadcare products integration",
5
5
  "keywords": [
6
6
  "web components",
package/types/jsx.d.ts CHANGED
@@ -54,7 +54,7 @@ declare namespace JSX {
54
54
  >;
55
55
  'uc-cloud-image-editor': CustomElement<CloudImageEditorBlock, JSX.IntrinsicElements['uc-cloud-image-editor-block']>;
56
56
  'uc-form-input': CustomElement<FormInput, CtxAttributes>;
57
- 'uc-file-uploader-regular': CustomElement<FileUploaderRegular, CtxAttributes & { headless: boolean }>;
57
+ 'uc-file-uploader-regular': CustomElement<FileUploaderRegular, CtxAttributes & Partial<{ headless: boolean }>>;
58
58
  'uc-file-uploader-minimal': CustomElement<FileUploaderMinimal, CtxAttributes>;
59
59
  'uc-file-uploader-inline': CustomElement<FileUploaderInline, CtxAttributes>;
60
60
  'uc-upload-ctx-provider': CustomElement<InstanceType<UploadCtxProvider>, CtxAttributes>;