@uploadcare/file-uploader 1.20.0-rc.2 → 1.20.1-alpha.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 (224) hide show
  1. package/abstract/Block.d.ts +2 -11
  2. package/abstract/Block.d.ts.map +1 -1
  3. package/abstract/Block.js +3 -29
  4. package/abstract/CTX.d.ts +2 -2
  5. package/abstract/CTX.d.ts.map +1 -1
  6. package/abstract/CTX.js +1 -1
  7. package/abstract/{managers/LocaleManager.d.ts → LocaleManager.d.ts} +8 -8
  8. package/abstract/{managers/LocaleManager.d.ts.map → LocaleManager.d.ts.map} +1 -1
  9. package/abstract/{managers/LocaleManager.js → LocaleManager.js} +8 -8
  10. package/abstract/{managers/ModalManager.d.ts → ModalManager.d.ts} +7 -7
  11. package/abstract/{managers/ModalManager.d.ts.map → ModalManager.d.ts.map} +1 -1
  12. package/abstract/{managers/ModalManager.js → ModalManager.js} +3 -3
  13. package/abstract/SecureUploadsManager.d.ts +22 -0
  14. package/abstract/{managers/SecureUploadsManager.d.ts.map → SecureUploadsManager.d.ts.map} +1 -1
  15. package/abstract/{managers/SecureUploadsManager.js → SecureUploadsManager.js} +5 -5
  16. package/abstract/SolutionBlock.d.ts +1 -1
  17. package/abstract/UploaderBlock.d.ts +8 -4
  18. package/abstract/UploaderBlock.d.ts.map +1 -1
  19. package/abstract/UploaderBlock.js +50 -13
  20. package/abstract/{managers/ValidationManager.d.ts → ValidationManager.d.ts} +7 -7
  21. package/abstract/{managers/ValidationManager.d.ts.map → ValidationManager.d.ts.map} +1 -1
  22. package/abstract/{managers/ValidationManager.js → ValidationManager.js} +14 -14
  23. package/abstract/{managers/a11y.d.ts → a11y.d.ts} +2 -2
  24. package/abstract/a11y.d.ts.map +1 -0
  25. package/abstract/{managers/a11y.js → a11y.js} +1 -1
  26. package/abstract/l10nProcessor.js +1 -1
  27. package/blocks/CameraSource/CameraSource.d.ts +1 -1
  28. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +1 -0
  29. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
  30. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.js +19 -5
  31. package/blocks/CloudImageEditor/src/CropFrame.js +3 -3
  32. package/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +11 -0
  33. package/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts.map +1 -0
  34. package/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.js +130 -0
  35. package/blocks/CloudImageEditor/src/EditorButtonControl.js +1 -1
  36. package/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -1
  37. package/blocks/CloudImageEditor/src/EditorCropButtonControl.js +2 -8
  38. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
  39. package/blocks/CloudImageEditor/src/EditorFilterControl.js +1 -7
  40. package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts.map +1 -1
  41. package/blocks/CloudImageEditor/src/EditorImageCropper.js +2 -3
  42. package/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +1 -1
  43. package/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -1
  44. package/blocks/CloudImageEditor/src/EditorOperationControl.js +3 -9
  45. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +15 -8
  46. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
  47. package/blocks/CloudImageEditor/src/EditorToolbar.js +68 -25
  48. package/blocks/CloudImageEditor/src/css/common.css +39 -7
  49. package/blocks/CloudImageEditor/src/index.d.ts +1 -0
  50. package/blocks/CloudImageEditor/src/index.js +1 -0
  51. package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +2 -1
  52. package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts.map +1 -1
  53. package/blocks/CloudImageEditor/src/lib/parseCropPreset.js +74 -8
  54. package/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +2 -0
  55. package/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts.map +1 -0
  56. package/blocks/CloudImageEditor/src/lib/parseCropPreset.test.js +35 -0
  57. package/blocks/CloudImageEditor/src/state.d.ts +1 -1
  58. package/blocks/CloudImageEditor/src/state.d.ts.map +1 -1
  59. package/blocks/CloudImageEditor/src/state.js +2 -2
  60. package/blocks/CloudImageEditor/src/svg-sprite.d.ts +1 -1
  61. package/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -1
  62. package/blocks/CloudImageEditor/src/svg-sprite.js +1 -1
  63. package/blocks/CloudImageEditor/src/toolbar-constants.d.ts +0 -1
  64. package/blocks/CloudImageEditor/src/toolbar-constants.d.ts.map +1 -1
  65. package/blocks/CloudImageEditor/src/toolbar-constants.js +0 -2
  66. package/blocks/CloudImageEditor/src/types.d.ts +2 -0
  67. package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
  68. package/blocks/CloudImageEditor/src/types.js +9 -1
  69. package/blocks/Config/initialConfig.d.ts.map +1 -1
  70. package/blocks/Config/initialConfig.js +0 -2
  71. package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
  72. package/blocks/Config/normalizeConfigValue.js +0 -2
  73. package/blocks/DropArea/DropArea.d.ts +1 -1
  74. package/blocks/ExternalSource/ExternalSource.d.ts +1 -1
  75. package/blocks/FileItem/FileItem.d.ts +1 -1
  76. package/blocks/FileItem/FileItem.d.ts.map +1 -1
  77. package/blocks/FileItem/FileItem.js +0 -16
  78. package/blocks/Modal/Modal.d.ts +6 -6
  79. package/blocks/Modal/Modal.d.ts.map +1 -1
  80. package/blocks/Modal/Modal.js +12 -10
  81. package/blocks/SimpleBtn/SimpleBtn.d.ts +1 -1
  82. package/blocks/SourceBtn/SourceBtn.d.ts +1 -1
  83. package/blocks/Thumb/Thumb.d.ts +1 -1
  84. package/blocks/UploadCtxProvider/EventEmitter.d.ts +4 -17
  85. package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -1
  86. package/blocks/UploadCtxProvider/EventEmitter.js +2 -14
  87. package/blocks/UploadList/UploadList.d.ts +1 -1
  88. package/blocks/themes/uc-basic/svg-sprite.d.ts +1 -1
  89. package/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -1
  90. package/blocks/themes/uc-basic/svg-sprite.js +1 -1
  91. package/env.d.ts +1 -1
  92. package/env.js +1 -1
  93. package/index.d.ts +1 -1
  94. package/index.js +1 -1
  95. package/index.ssr.d.ts +17 -3
  96. package/index.ssr.d.ts.map +1 -1
  97. package/index.ssr.js +35 -11
  98. package/locales/file-uploader/ar.d.ts +4 -0
  99. package/locales/file-uploader/ar.js +5 -0
  100. package/locales/file-uploader/az.d.ts +4 -0
  101. package/locales/file-uploader/az.js +5 -0
  102. package/locales/file-uploader/ca.d.ts +4 -0
  103. package/locales/file-uploader/ca.js +6 -0
  104. package/locales/file-uploader/cs.d.ts +4 -0
  105. package/locales/file-uploader/cs.js +6 -0
  106. package/locales/file-uploader/da.d.ts +4 -0
  107. package/locales/file-uploader/da.js +6 -0
  108. package/locales/file-uploader/de.d.ts +4 -0
  109. package/locales/file-uploader/de.js +6 -0
  110. package/locales/file-uploader/el.d.ts +4 -0
  111. package/locales/file-uploader/el.js +6 -0
  112. package/locales/file-uploader/en.d.ts +4 -0
  113. package/locales/file-uploader/en.js +5 -0
  114. package/locales/file-uploader/es.d.ts +4 -0
  115. package/locales/file-uploader/es.js +6 -0
  116. package/locales/file-uploader/et.d.ts +4 -0
  117. package/locales/file-uploader/et.js +6 -0
  118. package/locales/file-uploader/fi.d.ts +4 -0
  119. package/locales/file-uploader/fi.js +6 -0
  120. package/locales/file-uploader/fr.d.ts +4 -0
  121. package/locales/file-uploader/fr.js +6 -0
  122. package/locales/file-uploader/he.d.ts +4 -0
  123. package/locales/file-uploader/he.js +6 -0
  124. package/locales/file-uploader/hy.d.ts +4 -0
  125. package/locales/file-uploader/hy.js +5 -0
  126. package/locales/file-uploader/is.d.ts +4 -0
  127. package/locales/file-uploader/is.js +6 -0
  128. package/locales/file-uploader/it.d.ts +4 -0
  129. package/locales/file-uploader/it.js +6 -0
  130. package/locales/file-uploader/ja.d.ts +4 -0
  131. package/locales/file-uploader/ja.js +6 -0
  132. package/locales/file-uploader/ka.d.ts +4 -0
  133. package/locales/file-uploader/ka.js +6 -0
  134. package/locales/file-uploader/kk.d.ts +4 -0
  135. package/locales/file-uploader/kk.js +6 -0
  136. package/locales/file-uploader/ko.d.ts +4 -0
  137. package/locales/file-uploader/ko.js +6 -0
  138. package/locales/file-uploader/lv.d.ts +4 -0
  139. package/locales/file-uploader/lv.js +6 -0
  140. package/locales/file-uploader/nb.d.ts +4 -0
  141. package/locales/file-uploader/nb.js +6 -0
  142. package/locales/file-uploader/nl.d.ts +4 -0
  143. package/locales/file-uploader/nl.js +6 -0
  144. package/locales/file-uploader/pl.d.ts +4 -0
  145. package/locales/file-uploader/pl.js +6 -0
  146. package/locales/file-uploader/pt.d.ts +4 -0
  147. package/locales/file-uploader/pt.js +6 -0
  148. package/locales/file-uploader/ro.d.ts +4 -0
  149. package/locales/file-uploader/ro.js +6 -0
  150. package/locales/file-uploader/ru.d.ts +4 -0
  151. package/locales/file-uploader/ru.js +6 -0
  152. package/locales/file-uploader/sk.d.ts +4 -0
  153. package/locales/file-uploader/sk.js +6 -0
  154. package/locales/file-uploader/sr.d.ts +4 -0
  155. package/locales/file-uploader/sr.js +6 -0
  156. package/locales/file-uploader/sv.d.ts +4 -0
  157. package/locales/file-uploader/sv.js +6 -0
  158. package/locales/file-uploader/tr.d.ts +4 -0
  159. package/locales/file-uploader/tr.js +6 -0
  160. package/locales/file-uploader/uk.d.ts +4 -0
  161. package/locales/file-uploader/uk.js +6 -0
  162. package/locales/file-uploader/vi.d.ts +4 -0
  163. package/locales/file-uploader/vi.js +6 -0
  164. package/locales/file-uploader/zh-TW.d.ts +4 -0
  165. package/locales/file-uploader/zh-TW.js +6 -0
  166. package/locales/file-uploader/zh.d.ts +4 -0
  167. package/locales/file-uploader/zh.js +6 -0
  168. package/package.json +3 -6
  169. package/solutions/cloud-image-editor/CloudImageEditor.d.ts +0 -34
  170. package/solutions/cloud-image-editor/CloudImageEditor.d.ts.map +1 -1
  171. package/solutions/cloud-image-editor/CloudImageEditor.js +0 -12
  172. package/solutions/file-uploader/inline/FileUploaderInline.d.ts +1 -2
  173. package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
  174. package/solutions/file-uploader/inline/FileUploaderInline.js +0 -4
  175. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +9 -10
  176. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
  177. package/solutions/file-uploader/minimal/FileUploaderMinimal.js +3 -7
  178. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +1 -2
  179. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
  180. package/solutions/file-uploader/regular/FileUploaderRegular.js +0 -4
  181. package/types/events.d.ts +1 -1
  182. package/types/exported.d.ts +52 -54
  183. package/types/jsx.d.ts +2 -0
  184. package/utils/parseCdnUrl.d.ts.map +1 -1
  185. package/utils/parseCdnUrl.js +4 -1
  186. package/utils/parseCdnUrl.test.js +13 -0
  187. package/utils/validators/collection/validateCollectionUploadError.d.ts +2 -2
  188. package/utils/validators/collection/validateCollectionUploadError.d.ts.map +1 -1
  189. package/utils/validators/collection/validateCollectionUploadError.js +1 -1
  190. package/utils/validators/collection/validateMultiple.d.ts +2 -2
  191. package/utils/validators/collection/validateMultiple.d.ts.map +1 -1
  192. package/utils/validators/collection/validateMultiple.js +1 -1
  193. package/utils/validators/file/validateFileType.d.ts +2 -2
  194. package/utils/validators/file/validateFileType.d.ts.map +1 -1
  195. package/utils/validators/file/validateFileType.js +1 -1
  196. package/utils/validators/file/validateIsImage.d.ts +2 -2
  197. package/utils/validators/file/validateIsImage.d.ts.map +1 -1
  198. package/utils/validators/file/validateIsImage.js +1 -1
  199. package/utils/validators/file/validateMaxSizeLimit.d.ts +2 -2
  200. package/utils/validators/file/validateMaxSizeLimit.d.ts.map +1 -1
  201. package/utils/validators/file/validateMaxSizeLimit.js +1 -1
  202. package/utils/validators/file/validateUploadError.d.ts +2 -2
  203. package/utils/validators/file/validateUploadError.d.ts.map +1 -1
  204. package/utils/validators/file/validateUploadError.js +1 -1
  205. package/web/file-uploader.iife.min.js +4 -4
  206. package/web/file-uploader.min.js +4 -4
  207. package/web/uc-basic.min.css +1 -1
  208. package/web/uc-cloud-image-editor.min.css +1 -1
  209. package/web/uc-cloud-image-editor.min.js +4 -4
  210. package/web/uc-file-uploader-inline.min.css +1 -1
  211. package/web/uc-file-uploader-inline.min.js +4 -4
  212. package/web/uc-file-uploader-minimal.min.css +1 -1
  213. package/web/uc-file-uploader-minimal.min.js +4 -4
  214. package/web/uc-file-uploader-regular.min.css +1 -1
  215. package/web/uc-file-uploader-regular.min.js +4 -4
  216. package/web/uc-img.min.js +1 -1
  217. package/abstract/managers/SecureUploadsManager.d.ts +0 -22
  218. package/abstract/managers/TelemetryManager.d.ts +0 -66
  219. package/abstract/managers/TelemetryManager.d.ts.map +0 -1
  220. package/abstract/managers/TelemetryManager.js +0 -202
  221. package/abstract/managers/a11y.d.ts.map +0 -1
  222. package/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +0 -11
  223. package/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts.map +0 -1
  224. package/blocks/CloudImageEditor/src/utils/parseFilterValue.js +0 -11
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  queued: string;
122
122
  'a11y-file-item-status': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=de.d.ts.map
@@ -124,4 +124,10 @@ export default {
124
124
  queued: 'In der Warteschlange',
125
125
  'a11y-file-item-status': 'Datei {{fileName}} im Status {{status}}',
126
126
  'waiting-for': 'Warten auf {{source}}',
127
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Vorgang {{name}} {{value}} anwenden',
128
+ 'aspect-ratio': 'Seitenverhältnis',
129
+
130
+ 'crop-to-shape': 'Zuschneiden auf {{value}}',
131
+
132
+ custom: 'Benutzerdefiniert',
127
133
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  queued: string;
122
122
  'a11y-file-item-status': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=el.d.ts.map
@@ -124,4 +124,10 @@ export default {
124
124
  queued: 'Σε ουρά',
125
125
  'a11y-file-item-status': 'Το αρχείο {{fileName}} βρίσκεται στην κατάσταση {{status}}',
126
126
  'waiting-for': 'Αναμονή για {{source}}',
127
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Εφαρμογή λειτουργίας {{name}} {{value}}',
128
+ 'aspect-ratio': 'Λόγος διαστάσεων',
129
+
130
+ 'crop-to-shape': 'Περικοπή σε {{value}}',
131
+
132
+ custom: 'Προσαρμοσμένο',
127
133
  };
@@ -114,6 +114,7 @@ declare const _default: {
114
114
  'a11y-cloud-editor-apply-filter': string;
115
115
  'a11y-cloud-editor-apply-crop': string;
116
116
  'a11y-cloud-editor-apply-tuning': string;
117
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
117
118
  finished: string;
118
119
  failed: string;
119
120
  uploading: string;
@@ -121,6 +122,9 @@ declare const _default: {
121
122
  'a11y-file-item-status': string;
122
123
  'waiting-for': string;
123
124
  queued: string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=en.d.ts.map
@@ -115,6 +115,7 @@ export default {
115
115
  'a11y-cloud-editor-apply-filter': 'Apply {{name}} filter',
116
116
  'a11y-cloud-editor-apply-crop': 'Apply {{name}} operation',
117
117
  'a11y-cloud-editor-apply-tuning': 'Apply {{name}} tuning',
118
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Apply operation {{name}} {{value}}',
118
119
  finished: 'Finished',
119
120
  failed: 'Failed',
120
121
  uploading: 'Uploading',
@@ -122,4 +123,8 @@ export default {
122
123
  'a11y-file-item-status': 'File {{fileName}} in status {{status}}',
123
124
  'waiting-for': 'Waiting for {{source}}',
124
125
  queued: 'Queued',
126
+ 'aspect-ratio': 'Aspect ratio',
127
+ 'crop-to-shape': 'Crop to {{value}}',
128
+
129
+ custom: 'Custom',
125
130
  };
@@ -123,6 +123,10 @@ declare const _default: {
123
123
  queued: string;
124
124
  'a11y-file-item-status': string;
125
125
  'waiting-for': string;
126
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
127
+ 'aspect-ratio': string;
128
+ 'crop-to-shape': string;
129
+ custom: string;
126
130
  };
127
131
  export default _default;
128
132
  //# sourceMappingURL=es.d.ts.map
@@ -125,4 +125,10 @@ export default {
125
125
  queued: 'En cola',
126
126
  'a11y-file-item-status': 'El archivo {{fileName}} está en estado {{status}}',
127
127
  'waiting-for': 'Esperando por {{source}}',
128
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Aplicar operación {{name}} {{value}}',
129
+ 'aspect-ratio': 'Relación de aspecto',
130
+
131
+ 'crop-to-shape': 'Recortar a {{value}}',
132
+
133
+ custom: 'Personalizado',
128
134
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  queued: string;
122
122
  'a11y-file-item-status': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=et.d.ts.map
@@ -122,4 +122,10 @@ export default {
122
122
  queued: 'Järjekorras',
123
123
  'a11y-file-item-status': 'Fail {{fileName}} on seisundis {{status}}',
124
124
  'waiting-for': 'Ootel {{source}}',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Rakenda toiming {{name}} {{value}}',
126
+ 'aspect-ratio': 'Külgede suhe',
127
+
128
+ 'crop-to-shape': 'Kärbi suuruseks {{value}}',
129
+
130
+ custom: 'Kohandatud',
125
131
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=fi.d.ts.map
@@ -123,4 +123,10 @@ export default {
123
123
  'select-all': 'Valitse kaikki',
124
124
  'deselect-all': 'Poista valinnat',
125
125
  'waiting-for': 'Odotetaan {{source}}',
126
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Käytä toimintoa {{name}} {{value}}',
127
+ 'aspect-ratio': 'Kuvasuhde',
128
+
129
+ 'crop-to-shape': 'Rajaa arvoon {{value}}',
130
+
131
+ custom: 'Mukautettu',
126
132
  };
@@ -123,6 +123,10 @@ declare const _default: {
123
123
  'select-all': string;
124
124
  'deselect-all': string;
125
125
  'waiting-for': string;
126
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
127
+ 'aspect-ratio': string;
128
+ 'crop-to-shape': string;
129
+ custom: string;
126
130
  };
127
131
  export default _default;
128
132
  //# sourceMappingURL=fr.d.ts.map
@@ -125,4 +125,10 @@ export default {
125
125
  'select-all': 'Tout sélectionner',
126
126
  'deselect-all': 'Tout désélectionner',
127
127
  'waiting-for': 'En attente de {{source}}',
128
+ 'a11y-cloud-editor-apply-aspect-ratio': "Appliquer l'opération {{name}} {{value}}",
129
+ 'aspect-ratio': "Rapport d'aspect",
130
+
131
+ 'crop-to-shape': 'Rogner en {{value}}',
132
+
133
+ custom: 'Personnalisé',
128
134
  };
@@ -123,6 +123,10 @@ declare const _default: {
123
123
  'select-all': string;
124
124
  'deselect-all': string;
125
125
  'waiting-for': string;
126
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
127
+ 'aspect-ratio': string;
128
+ 'crop-to-shape': string;
129
+ custom: string;
126
130
  };
127
131
  export default _default;
128
132
  //# sourceMappingURL=he.d.ts.map
@@ -124,4 +124,10 @@ export default {
124
124
  'select-all': 'בחר הכל',
125
125
  'deselect-all': 'בטל בחירת הכל',
126
126
  'waiting-for': 'ממתין ל{{source}}',
127
+ 'a11y-cloud-editor-apply-aspect-ratio': 'החל פעולה {{name}} {{value}}',
128
+ 'aspect-ratio': 'יחס גובה-רוחב',
129
+
130
+ 'crop-to-shape': 'חיתוך ל{{value}}',
131
+
132
+ custom: 'מותאם אישית',
127
133
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=hy.d.ts.map
@@ -122,4 +122,9 @@ export default {
122
122
  'select-all': 'Ընտրել բոլորը',
123
123
  'deselect-all': 'Հրաժարվել բոլորից',
124
124
  'waiting-for': 'Սպասում եմ {{source}}',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Կիրառել գործողություն {{name}} {{value}}',
126
+ 'aspect-ratio': 'Կողմերի հարաբերություն',
127
+ 'crop-to-shape': 'Կտրել մինչև {{value}}',
128
+
129
+ custom: 'Հարմարեցված',
125
130
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=is.d.ts.map
@@ -122,4 +122,10 @@ export default {
122
122
  'select-all': 'Velja allt',
123
123
  'deselect-all': 'Afvelja allt',
124
124
  'waiting-for': 'Bíð eftir {{source}}',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Beita aðgerð {{name}} {{value}}',
126
+ 'aspect-ratio': 'Hlutfall hliða',
127
+
128
+ 'crop-to-shape': 'Sníða í {{value}}',
129
+
130
+ custom: 'Sérsniðið',
125
131
  };
@@ -123,6 +123,10 @@ declare const _default: {
123
123
  'select-all': string;
124
124
  'deselect-all': string;
125
125
  'waiting-for': string;
126
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
127
+ 'aspect-ratio': string;
128
+ 'crop-to-shape': string;
129
+ custom: string;
126
130
  };
127
131
  export default _default;
128
132
  //# sourceMappingURL=it.d.ts.map
@@ -125,4 +125,10 @@ export default {
125
125
  'select-all': 'Seleziona tutto',
126
126
  'deselect-all': 'Deseleziona tutto',
127
127
  'waiting-for': 'In attesa di {{source}}',
128
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Applica operazione {{name}} {{value}}',
129
+ 'aspect-ratio': "Rapporto d'aspetto",
130
+
131
+ 'crop-to-shape': 'Ritaglia a {{value}}',
132
+
133
+ custom: 'Personalizzato',
128
134
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=ja.d.ts.map
@@ -122,4 +122,10 @@ export default {
122
122
  'select-all': 'すべて選択',
123
123
  'deselect-all': 'すべて選択解除',
124
124
  'waiting-for': '{{source}} を待っています',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': '操作 {{name}} {{value}} を適用',
126
+ 'aspect-ratio': 'アスペクト比',
127
+
128
+ 'crop-to-shape': '{{value}} にトリミング',
129
+
130
+ custom: 'カスタム',
125
131
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=ka.d.ts.map
@@ -122,4 +122,10 @@ export default {
122
122
  'select-all': 'ყველას არჩევა',
123
123
  'deselect-all': 'ყველას არჩევის გაუქმება',
124
124
  'waiting-for': 'ველოდები {{source}}',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': 'გამოიყენეთ ოპერაცია {{name}} {{value}}',
126
+ 'aspect-ratio': 'გვერდების თანაფარდობა',
127
+
128
+ 'crop-to-shape': 'შემოკლება {{value}}-მდე',
129
+
130
+ custom: 'მორგებული',
125
131
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=kk.d.ts.map
@@ -122,4 +122,10 @@ export default {
122
122
  'select-all': 'Барлығын таңдау',
123
123
  'deselect-all': 'Барлығын таңдаудан шығару',
124
124
  'waiting-for': 'Күтіп тұр {{source}}',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': '{{name}} {{value}} операциясын қолданыңыз',
126
+ 'aspect-ratio': 'Қабырғалар қатынасы',
127
+
128
+ 'crop-to-shape': '{{value}} өлшеміне қиып алу',
129
+
130
+ custom: 'Теңшеулі',
125
131
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=ko.d.ts.map
@@ -121,4 +121,10 @@ export default {
121
121
  'select-all': '모두 선택',
122
122
  'deselect-all': '모두 선택 해제',
123
123
  'waiting-for': '{{source}} 대기 중',
124
+ 'a11y-cloud-editor-apply-aspect-ratio': '작업 {{name}} {{value}} 적용',
125
+ 'aspect-ratio': '종횡비',
126
+
127
+ 'crop-to-shape': '{{value}}로 자르기',
128
+
129
+ custom: '사용자 정의',
124
130
  };
@@ -123,6 +123,10 @@ declare const _default: {
123
123
  'deselect-all': string;
124
124
  'waiting-for': string;
125
125
  queued: string;
126
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
127
+ 'aspect-ratio': string;
128
+ 'crop-to-shape': string;
129
+ custom: string;
126
130
  };
127
131
  export default _default;
128
132
  //# sourceMappingURL=lv.d.ts.map
@@ -124,4 +124,10 @@ export default {
124
124
  'deselect-all': 'Noņemt izvēli visiem',
125
125
  'waiting-for': 'Gaida {{source}}',
126
126
  queued: 'Rindā',
127
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Lietot darbību {{name}} {{value}}',
128
+ 'aspect-ratio': 'Malu attiecība',
129
+
130
+ 'crop-to-shape': 'Apgriezt līdz {{value}}',
131
+
132
+ custom: 'Pielāgots',
127
133
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=nb.d.ts.map
@@ -122,4 +122,10 @@ export default {
122
122
  'select-all': 'Velg alle',
123
123
  'deselect-all': 'Fjern alle',
124
124
  'waiting-for': 'Venter på {{source}}',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Bruk handling {{name}} {{value}}',
126
+ 'aspect-ratio': 'Bredde-høydeforhold',
127
+
128
+ 'crop-to-shape': 'Beskjær til {{value}}',
129
+
130
+ custom: 'Tilpasset',
125
131
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=nl.d.ts.map
@@ -123,4 +123,10 @@ export default {
123
123
  'select-all': 'Selecteer alles',
124
124
  'deselect-all': 'Deselecteer alles',
125
125
  'waiting-for': 'Wachten op {{source}}',
126
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Bewerking {{name}} {{value}} toepassen',
127
+ 'aspect-ratio': 'Beeldverhouding',
128
+
129
+ 'crop-to-shape': 'Bijsnijden naar {{value}}',
130
+
131
+ custom: 'Aangepast',
126
132
  };
@@ -125,6 +125,10 @@ declare const _default: {
125
125
  'select-all': string;
126
126
  'deselect-all': string;
127
127
  'waiting-for': string;
128
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
129
+ 'aspect-ratio': string;
130
+ 'crop-to-shape': string;
131
+ custom: string;
128
132
  };
129
133
  export default _default;
130
134
  //# sourceMappingURL=pl.d.ts.map
@@ -126,4 +126,10 @@ export default {
126
126
  'select-all': 'Zaznacz wszystko',
127
127
  'deselect-all': 'Odznacz wszystko',
128
128
  'waiting-for': 'Oczekiwanie na {{source}}',
129
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Zastosuj operację {{name}} {{value}}',
130
+ 'aspect-ratio': 'Proporcje',
131
+
132
+ 'crop-to-shape': 'Przytnij do {{value}}',
133
+
134
+ custom: 'Niestandardowy',
129
135
  };
@@ -123,6 +123,10 @@ declare const _default: {
123
123
  'select-all': string;
124
124
  'deselect-all': string;
125
125
  'waiting-for': string;
126
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
127
+ 'aspect-ratio': string;
128
+ 'crop-to-shape': string;
129
+ custom: string;
126
130
  };
127
131
  export default _default;
128
132
  //# sourceMappingURL=pt.d.ts.map
@@ -125,4 +125,10 @@ export default {
125
125
  'select-all': 'Selecionar tudo',
126
126
  'deselect-all': 'Desmarcar tudo',
127
127
  'waiting-for': 'Aguardando {{source}}',
128
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Aplicar operação {{name}} {{value}}',
129
+ 'aspect-ratio': 'Proporção',
130
+
131
+ 'crop-to-shape': 'Recortar para {{value}}',
132
+
133
+ custom: 'Personalizado',
128
134
  };
@@ -123,6 +123,10 @@ declare const _default: {
123
123
  'select-all': string;
124
124
  'deselect-all': string;
125
125
  'waiting-for': string;
126
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
127
+ 'aspect-ratio': string;
128
+ 'crop-to-shape': string;
129
+ custom: string;
126
130
  };
127
131
  export default _default;
128
132
  //# sourceMappingURL=ro.d.ts.map
@@ -125,4 +125,10 @@ export default {
125
125
  'select-all': 'Selectează tot',
126
126
  'deselect-all': 'Deselectează tot',
127
127
  'waiting-for': 'Așteptare pentru {{source}}',
128
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Aplică operația {{name}} {{value}}',
129
+ 'aspect-ratio': 'Raport de aspect',
130
+
131
+ 'crop-to-shape': 'Decupează la {{value}}',
132
+
133
+ custom: 'Personalizat',
128
134
  };
@@ -125,6 +125,10 @@ declare const _default: {
125
125
  'select-all': string;
126
126
  'deselect-all': string;
127
127
  'waiting-for': string;
128
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
129
+ 'aspect-ratio': string;
130
+ 'crop-to-shape': string;
131
+ custom: string;
128
132
  };
129
133
  export default _default;
130
134
  //# sourceMappingURL=ru.d.ts.map
@@ -126,4 +126,10 @@ export default {
126
126
  'select-all': 'Выбрать все',
127
127
  'deselect-all': 'Отменить выбор всех',
128
128
  'waiting-for': 'Ожидание {{source}}',
129
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Применить операцию {{name}} {{value}}',
130
+ 'aspect-ratio': 'Соотношение сторон',
131
+
132
+ 'crop-to-shape': 'Обрезать до {{value}}',
133
+
134
+ custom: 'Пользовательский',
129
135
  };
@@ -125,6 +125,10 @@ declare const _default: {
125
125
  'deselect-all': string;
126
126
  'waiting-for': string;
127
127
  queued: string;
128
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
129
+ 'aspect-ratio': string;
130
+ 'crop-to-shape': string;
131
+ custom: string;
128
132
  };
129
133
  export default _default;
130
134
  //# sourceMappingURL=sk.d.ts.map
@@ -126,4 +126,10 @@ export default {
126
126
  'deselect-all': 'Zrušiť výber všetkého',
127
127
  'waiting-for': 'Čaká sa na {{source}}',
128
128
  queued: 'Vo fronte',
129
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Použiť operáciu {{name}} {{value}}',
130
+ 'aspect-ratio': 'Pomer strán',
131
+
132
+ 'crop-to-shape': 'Orezať na {{value}}',
133
+
134
+ custom: 'Vlastný',
129
135
  };
@@ -123,6 +123,10 @@ declare const _default: {
123
123
  'deselect-all': string;
124
124
  'waiting-for': string;
125
125
  queued: string;
126
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
127
+ 'aspect-ratio': string;
128
+ 'crop-to-shape': string;
129
+ custom: string;
126
130
  };
127
131
  export default _default;
128
132
  //# sourceMappingURL=sr.d.ts.map
@@ -124,4 +124,10 @@ export default {
124
124
  'deselect-all': 'Поништи избор свих',
125
125
  'waiting-for': 'Чека се {{source}}',
126
126
  queued: 'У реду',
127
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Примени операцију {{name}} {{value}}',
128
+ 'aspect-ratio': 'Однос страница',
129
+
130
+ 'crop-to-shape': 'Исеци на {{value}}',
131
+
132
+ custom: 'Прилагођен',
127
133
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=sv.d.ts.map
@@ -122,4 +122,10 @@ export default {
122
122
  'select-all': 'Välj alla',
123
123
  'deselect-all': 'Avmarkera alla',
124
124
  'waiting-for': 'Väntar på {{source}}',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': 'Använd åtgärd {{name}} {{value}}',
126
+ 'aspect-ratio': 'Bildförhållande',
127
+
128
+ 'crop-to-shape': 'Beskär till {{value}}',
129
+
130
+ custom: 'Anpassad',
125
131
  };
@@ -121,6 +121,10 @@ declare const _default: {
121
121
  'select-all': string;
122
122
  'deselect-all': string;
123
123
  'waiting-for': string;
124
+ 'a11y-cloud-editor-apply-aspect-ratio': string;
125
+ 'aspect-ratio': string;
126
+ 'crop-to-shape': string;
127
+ custom: string;
124
128
  };
125
129
  export default _default;
126
130
  //# sourceMappingURL=tr.d.ts.map
@@ -122,4 +122,10 @@ export default {
122
122
  'select-all': 'Hepsini seç',
123
123
  'deselect-all': 'Hiçbirini seçme',
124
124
  'waiting-for': '{{source}} bekleniyor',
125
+ 'a11y-cloud-editor-apply-aspect-ratio': '{{name}} {{value}} işlemini uygula',
126
+ 'aspect-ratio': 'En boy oranı',
127
+
128
+ 'crop-to-shape': '{{value}} boyutuna kırp',
129
+
130
+ custom: 'Özel',
125
131
  };