@uploadcare/file-uploader 1.5.3-alpha.0 → 1.5.3-alpha.2
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.
- package/README.md +5 -5
- package/abstract/ActivityBlock.d.ts +3 -3
- package/abstract/ActivityBlock.d.ts.map +1 -1
- package/abstract/Block.d.ts +4 -11
- package/abstract/Block.d.ts.map +1 -1
- package/abstract/Block.js +16 -16
- package/abstract/CTX.d.ts +7 -7
- package/abstract/CTX.d.ts.map +1 -1
- package/abstract/CTX.js +1 -1
- package/abstract/LocaleManager.d.ts +3 -3
- package/abstract/SecureUploadsManager.d.ts +2 -2
- package/abstract/SecureUploadsManager.d.ts.map +1 -1
- package/abstract/SolutionBlock.d.ts +2 -2
- package/abstract/SolutionBlock.d.ts.map +1 -1
- package/abstract/TypedCollection.d.ts +1 -1
- package/abstract/TypedCollection.d.ts.map +1 -1
- package/abstract/TypedCollection.js +4 -4
- package/abstract/TypedData.d.ts +2 -2
- package/abstract/TypedData.d.ts.map +1 -1
- package/abstract/TypedData.js +4 -4
- package/abstract/UploaderBlock.d.ts +5 -5
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderBlock.js +5 -5
- package/abstract/UploaderPublicApi.d.ts +22 -21
- package/abstract/UploaderPublicApi.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.js +3 -3
- package/abstract/ValidationManager.d.ts +3 -3
- package/abstract/ValidationManager.d.ts.map +1 -1
- package/abstract/a11y.d.ts +2 -2
- package/abstract/a11y.d.ts.map +1 -1
- package/abstract/buildOutputCollectionState.d.ts +1 -1
- package/abstract/buildOutputCollectionState.d.ts.map +1 -1
- package/abstract/defineComponents.d.ts.map +1 -1
- package/abstract/defineComponents.js +5 -0
- package/abstract/l10nProcessor.d.ts.map +1 -1
- package/abstract/l10nProcessor.js +3 -3
- package/abstract/loadFileUploaderFrom.d.ts.map +1 -1
- package/abstract/localeRegistry.d.ts.map +1 -1
- package/abstract/sharedConfigKey.d.ts.map +1 -1
- package/abstract/uploadEntrySchema.d.ts +2 -2
- package/abstract/uploadEntrySchema.d.ts.map +1 -1
- package/abstract/uploadEntrySchema.js +1 -1
- package/blocks/CameraSource/CameraSource.d.ts.map +1 -1
- package/blocks/CameraSource/CameraSource.js +5 -4
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CropFrame.d.ts +11 -11
- package/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CropFrame.js +2 -1
- package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorButtonControl.js +2 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.js +3 -7
- package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +3 -3
- package/blocks/CloudImageEditor/src/EditorImageCropper.js +2 -2
- package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorOperationControl.js +1 -1
- package/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorScroller.js +2 -1
- package/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorSlider.js +2 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.js +4 -3
- package/blocks/CloudImageEditor/src/crop-utils.d.ts +14 -14
- package/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/css/common.css +2 -2
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.js +3 -3
- package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.js +2 -1
- package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.js +3 -2
- package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/elements/slider/SliderUi.js +2 -1
- package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +1 -1
- package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +3 -3
- package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/state.d.ts +4 -4
- package/blocks/CloudImageEditor/src/template.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/template.js +2 -1
- package/blocks/CloudImageEditor/src/types.d.ts +2 -2
- package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +2 -1
- package/blocks/Config/Config.d.ts +3 -11
- package/blocks/Config/Config.d.ts.map +1 -1
- package/blocks/Config/initialConfig.d.ts +1 -1
- package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
- package/blocks/Copyright/Copyright.d.ts.map +1 -1
- package/blocks/Copyright/Copyright.js +2 -1
- package/blocks/DropArea/DropArea.d.ts +2 -2
- package/blocks/DropArea/DropArea.d.ts.map +1 -1
- package/blocks/DropArea/DropArea.js +3 -3
- package/blocks/DropArea/addDropzone.d.ts.map +1 -1
- package/blocks/DropArea/getDropItems.d.ts +2 -2
- package/blocks/DropArea/getDropItems.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.d.ts +5 -5
- package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.js +3 -3
- package/blocks/ExternalSource/buildStyles.js +2 -2
- package/blocks/ExternalSource/query-string.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.d.ts +2 -2
- package/blocks/FileItem/FileItem.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.js +7 -3
- package/blocks/FormInput/FormInput.js +1 -1
- package/blocks/Icon/Icon.d.ts +0 -1
- package/blocks/Icon/Icon.d.ts.map +1 -1
- package/blocks/Icon/Icon.js +2 -4
- package/blocks/Img/ImgBase.js +9 -9
- package/blocks/Img/ImgConfig.d.ts +2 -2
- package/blocks/Img/ImgConfig.d.ts.map +1 -1
- package/blocks/Img/ImgConfig.js +3 -3
- package/blocks/Img/utils/parseObjectToString.js +1 -1
- package/blocks/Modal/Modal.d.ts.map +1 -1
- package/blocks/Modal/Modal.js +2 -1
- package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/blocks/ProgressBar/ProgressBar.js +2 -1
- package/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -1
- package/blocks/ProgressBarCommon/ProgressBarCommon.js +2 -1
- package/blocks/Select/Select.d.ts.map +1 -1
- package/blocks/Select/Select.js +14 -9
- package/blocks/SimpleBtn/SimpleBtn.d.ts +2 -2
- package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
- package/blocks/SimpleBtn/SimpleBtn.js +2 -1
- package/blocks/SourceBtn/SourceBtn.d.ts +2 -2
- package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
- package/blocks/SourceBtn/SourceBtn.js +3 -3
- package/blocks/SourceList/SourceList.d.ts.map +1 -1
- package/blocks/SourceList/SourceList.js +5 -4
- package/blocks/StartFrom/StartFrom.d.ts.map +1 -1
- package/blocks/StartFrom/StartFrom.js +2 -1
- package/blocks/UploadCtxProvider/EventEmitter.d.ts +19 -19
- package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -1
- package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +4 -4
- package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -1
- package/blocks/UploadList/UploadList.d.ts +2 -2
- package/blocks/UploadList/UploadList.d.ts.map +1 -1
- package/blocks/UploadList/UploadList.js +3 -4
- package/blocks/UrlSource/UrlSource.d.ts.map +1 -1
- package/blocks/UrlSource/UrlSource.js +3 -2
- package/blocks/themes/uc-basic/index.css +0 -1
- package/blocks/utils/debounce.d.ts +3 -1
- package/blocks/utils/debounce.d.ts.map +1 -1
- package/blocks/utils/throttle.d.ts +3 -1
- package/blocks/utils/throttle.d.ts.map +1 -1
- package/blocks/utils/userAgent.d.ts +1 -1
- package/blocks/utils/userAgent.d.ts.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.ssr.d.ts +115 -1
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +118 -7
- package/locales/file-uploader/ar.d.ts +5 -0
- package/locales/file-uploader/ar.js +5 -0
- package/locales/file-uploader/az.d.ts +5 -0
- package/locales/file-uploader/az.js +5 -0
- package/locales/file-uploader/ca.d.ts +5 -0
- package/locales/file-uploader/ca.js +5 -0
- package/locales/file-uploader/cs.d.ts +5 -0
- package/locales/file-uploader/cs.js +5 -0
- package/locales/file-uploader/da.d.ts +5 -0
- package/locales/file-uploader/da.js +5 -0
- package/locales/file-uploader/de.d.ts +5 -0
- package/locales/file-uploader/de.js +5 -0
- package/locales/file-uploader/el.d.ts +5 -0
- package/locales/file-uploader/el.js +5 -0
- package/locales/file-uploader/en.d.ts +5 -0
- package/locales/file-uploader/en.js +5 -0
- package/locales/file-uploader/es.d.ts +5 -0
- package/locales/file-uploader/es.js +5 -0
- package/locales/file-uploader/et.d.ts +5 -0
- package/locales/file-uploader/et.js +5 -0
- package/locales/file-uploader/fr.d.ts +5 -0
- package/locales/file-uploader/fr.js +5 -0
- package/locales/file-uploader/he.d.ts +5 -0
- package/locales/file-uploader/he.js +5 -0
- package/locales/file-uploader/hy.d.ts +5 -0
- package/locales/file-uploader/hy.js +5 -0
- package/locales/file-uploader/is.d.ts +5 -0
- package/locales/file-uploader/is.js +5 -0
- package/locales/file-uploader/it.d.ts +5 -0
- package/locales/file-uploader/it.js +5 -0
- package/locales/file-uploader/ja.d.ts +5 -0
- package/locales/file-uploader/ja.js +5 -0
- package/locales/file-uploader/ka.d.ts +5 -0
- package/locales/file-uploader/ka.js +5 -0
- package/locales/file-uploader/kk.d.ts +5 -0
- package/locales/file-uploader/kk.js +5 -0
- package/locales/file-uploader/ko.d.ts +5 -0
- package/locales/file-uploader/ko.js +5 -0
- package/locales/file-uploader/lv.d.ts +5 -0
- package/locales/file-uploader/lv.js +5 -0
- package/locales/file-uploader/nb.d.ts +5 -0
- package/locales/file-uploader/nb.js +5 -0
- package/locales/file-uploader/nl.d.ts +5 -0
- package/locales/file-uploader/nl.js +5 -0
- package/locales/file-uploader/pl.d.ts +5 -0
- package/locales/file-uploader/pl.js +5 -0
- package/locales/file-uploader/pt.d.ts +5 -0
- package/locales/file-uploader/pt.js +5 -0
- package/locales/file-uploader/ro.d.ts +5 -0
- package/locales/file-uploader/ro.js +5 -0
- package/locales/file-uploader/ru.d.ts +5 -0
- package/locales/file-uploader/ru.js +5 -0
- package/locales/file-uploader/sk.d.ts +5 -0
- package/locales/file-uploader/sk.js +5 -0
- package/locales/file-uploader/sr.d.ts +5 -0
- package/locales/file-uploader/sr.js +5 -0
- package/locales/file-uploader/sv.d.ts +5 -0
- package/locales/file-uploader/sv.js +5 -0
- package/locales/file-uploader/tr.d.ts +5 -0
- package/locales/file-uploader/tr.js +5 -0
- package/locales/file-uploader/uk.d.ts +5 -0
- package/locales/file-uploader/uk.js +5 -0
- package/locales/file-uploader/vi.d.ts +5 -0
- package/locales/file-uploader/vi.js +5 -0
- package/locales/file-uploader/zh-TW.d.ts +5 -0
- package/locales/file-uploader/zh-TW.js +5 -0
- package/locales/file-uploader/zh.d.ts +5 -0
- package/locales/file-uploader/zh.js +5 -0
- package/package.json +10 -7
- package/solutions/file-uploader/inline/FileUploaderInline.d.ts +2 -2
- package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
- package/solutions/file-uploader/inline/FileUploaderInline.js +3 -4
- package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
- package/solutions/file-uploader/minimal/FileUploaderMinimal.js +2 -1
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +3 -3
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
- package/solutions/file-uploader/regular/FileUploaderRegular.js +3 -2
- package/symbiote.js +19 -0
- package/types/jsx.d.ts +9 -3
- package/utils/getPluralForm.d.ts.map +1 -1
- package/utils/isSecureTokenExpired.d.ts +1 -1
- package/utils/memoize.d.ts.map +1 -1
- package/utils/mixinClass.d.ts +3 -1
- package/utils/mixinClass.d.ts.map +1 -1
- package/utils/prettyBytes.d.ts.map +1 -1
- package/utils/template-utils.d.ts.map +1 -1
- package/utils/toKebabCase.d.ts.map +1 -1
- package/utils/uniqueArray.d.ts.map +1 -1
- package/utils/validators/collection/validateCollectionUploadError.d.ts +1 -1
- package/utils/validators/collection/validateMultiple.d.ts +1 -1
- package/utils/validators/file/validateFileType.d.ts +1 -1
- package/utils/validators/file/validateIsImage.d.ts +1 -1
- package/utils/validators/file/validateMaxSizeLimit.d.ts +1 -1
- package/utils/validators/file/validateUploadError.d.ts +1 -1
- package/utils/waitForAttribute.d.ts +12 -6
- package/utils/waitForAttribute.d.ts.map +1 -1
- package/utils/waitForAttribute.js +38 -8
- package/utils/waitForAttribute.test.js +10 -47
- package/utils/withResolvers.d.ts +7 -0
- package/utils/withResolvers.d.ts.map +1 -0
- package/utils/withResolvers.js +17 -0
- package/utils/withResolvers.test.d.ts +2 -0
- package/utils/withResolvers.test.d.ts.map +1 -0
- package/utils/withResolvers.test.js +27 -0
- package/web/file-uploader.iife.min.js +5 -4
- package/web/file-uploader.min.js +5 -4
- package/web/uc-basic.min.css +1 -1
- package/web/uc-cloud-image-editor.min.css +1 -1
- package/web/uc-cloud-image-editor.min.js +5 -4
- package/web/uc-file-uploader-inline.min.css +1 -1
- package/web/uc-file-uploader-inline.min.js +5 -4
- package/web/uc-file-uploader-minimal.min.js +4 -3
- package/web/uc-file-uploader-regular.min.css +1 -1
- package/web/uc-file-uploader-regular.min.js +5 -4
- package/web/uc-img.min.js +4 -3
- package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts +0 -15
- package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts.map +0 -1
- package/blocks/CloudImageEditor/src/lib/FocusVisible.js +0 -33
- package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts +0 -10
- package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts.map +0 -1
- package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.js +0 -256
- package/blocks/EditorFilerobotImage/EditorFilerobotImage.d.ts +0 -13
- package/blocks/EditorFilerobotImage/EditorFilerobotImage.d.ts.map +0 -1
- package/blocks/EditorFilerobotImage/EditorFilerobotImage.js +0 -59
- package/blocks/Range/Range.d.ts +0 -16
- package/blocks/Range/Range.d.ts.map +0 -1
- package/blocks/Range/Range.js +0 -44
- package/blocks/Range/range.css +0 -65
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=fr.d.ts.map
|
|
@@ -114,4 +114,9 @@ export default {
|
|
|
114
114
|
'a11y-cloud-editor-apply-filter': 'Appliquer le filtre {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-crop': "Appliquer l'opération {{name}}",
|
|
116
116
|
'a11y-cloud-editor-apply-tuning': 'Appliquer le réglage {{name}}',
|
|
117
|
+
finished: 'Terminé',
|
|
118
|
+
failed: 'Échoué',
|
|
119
|
+
uploading: 'Téléchargement',
|
|
120
|
+
idle: 'Inactif',
|
|
121
|
+
'a11y-file-item-status': 'Le fichier {{fileName}} est en statut {{status}}',
|
|
117
122
|
};
|
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=he.d.ts.map
|
|
@@ -113,4 +113,9 @@ export default {
|
|
|
113
113
|
'a11y-cloud-editor-apply-filter': 'החל מסנן {{name}}',
|
|
114
114
|
'a11y-cloud-editor-apply-crop': 'החל פעולה {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-tuning': 'החל כיוון {{name}}',
|
|
116
|
+
finished: 'הושלם',
|
|
117
|
+
failed: 'נכשל',
|
|
118
|
+
uploading: 'מעלה',
|
|
119
|
+
idle: 'בטלה',
|
|
120
|
+
'a11y-file-item-status': 'הקובץ {{fileName}} במצב {{status}}',
|
|
116
121
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=hy.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': 'Կիրառել {{name}} զտիչը',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': 'Կիրառել {{name}} գործողությունը',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': 'Կիրառել {{name}} կարգավորումը',
|
|
114
|
+
finished: 'Ավարտված',
|
|
115
|
+
failed: 'Չհաջողվեց',
|
|
116
|
+
uploading: 'Բեռնվում է',
|
|
117
|
+
idle: 'Անգործ',
|
|
118
|
+
'a11y-file-item-status': 'Ֆայլը {{fileName}} {{status}} կարգավիճակում է',
|
|
114
119
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=is.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': 'Nota {{name}} sía',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': 'Nota {{name}} aðgerð',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': 'Nota {{name}} stillingu',
|
|
114
|
+
finished: 'Lokið',
|
|
115
|
+
failed: 'Mistókst',
|
|
116
|
+
uploading: 'Hleður upp',
|
|
117
|
+
idle: 'Aðgerðalaus',
|
|
118
|
+
'a11y-file-item-status': 'Skráin {{fileName}} er í stöðu {{status}}',
|
|
114
119
|
};
|
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=it.d.ts.map
|
|
@@ -114,4 +114,9 @@ export default {
|
|
|
114
114
|
'a11y-cloud-editor-apply-filter': 'Applica filtro {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-crop': 'Applica operazione {{name}}',
|
|
116
116
|
'a11y-cloud-editor-apply-tuning': 'Applica regolazione {{name}}',
|
|
117
|
+
finished: 'Completato',
|
|
118
|
+
failed: 'Fallito',
|
|
119
|
+
uploading: 'Caricamento',
|
|
120
|
+
idle: 'Inattivo',
|
|
121
|
+
'a11y-file-item-status': 'Il file {{fileName}} è nello stato {{status}}',
|
|
117
122
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=ja.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': '{{name}} フィルターを適用',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': '{{name}} 操作を適用',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': '{{name}} 調整を適用',
|
|
114
|
+
finished: '完了',
|
|
115
|
+
failed: '失敗',
|
|
116
|
+
uploading: 'アップロード中',
|
|
117
|
+
idle: 'アイドル',
|
|
118
|
+
'a11y-file-item-status': 'ファイル {{fileName}} のステータスは {{status}} です',
|
|
114
119
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=ka.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': '{{name}} ფილტრის გამოყენება',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': '{{name}} ოპერაციის გამოყენება',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': '{{name}} რეგულირების გამოყენება',
|
|
114
|
+
finished: 'დასრულებული',
|
|
115
|
+
failed: 'შეცდომა',
|
|
116
|
+
uploading: 'იტვირთება',
|
|
117
|
+
idle: 'მოქმედების გარეშე',
|
|
118
|
+
'a11y-file-item-status': 'ფაილი {{fileName}} არის მდგომარეობაში {{status}}',
|
|
114
119
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=kk.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': '{{name}} фильтрін қолдану',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': '{{name}} операциясын қолдану',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': '{{name}} тюнингін қолдану',
|
|
114
|
+
finished: 'Аяқталды',
|
|
115
|
+
failed: 'Сәтсіз аяқталды',
|
|
116
|
+
uploading: 'Жүктелуде',
|
|
117
|
+
idle: 'Бос',
|
|
118
|
+
'a11y-file-item-status': '{{fileName}} файлы {{status}} күйінде',
|
|
114
119
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=ko.d.ts.map
|
|
@@ -110,4 +110,9 @@ export default {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': '{{name}} 필터 적용',
|
|
111
111
|
'a11y-cloud-editor-apply-crop': '{{name}} 작업 적용',
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': '{{name}} 튜닝 적용',
|
|
113
|
+
finished: '완료됨',
|
|
114
|
+
failed: '실패함',
|
|
115
|
+
uploading: '업로드 중',
|
|
116
|
+
idle: '대기 중',
|
|
117
|
+
'a11y-file-item-status': '{{fileName}} 파일이 {{status}} 상태입니다',
|
|
113
118
|
};
|
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=lv.d.ts.map
|
|
@@ -113,4 +113,9 @@ export default {
|
|
|
113
113
|
'a11y-cloud-editor-apply-filter': 'Lietot filtru {{name}}',
|
|
114
114
|
'a11y-cloud-editor-apply-crop': 'Lietot operāciju {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-tuning': 'Lietot pielāgošanu {{name}}',
|
|
116
|
+
finished: 'Pabeigts',
|
|
117
|
+
failed: 'Neizdevās',
|
|
118
|
+
uploading: 'Augšupielādē',
|
|
119
|
+
idle: 'Gaida',
|
|
120
|
+
'a11y-file-item-status': 'Fails {{fileName}} ir stāvoklī {{status}}',
|
|
116
121
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=nb.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': 'Bruk filter {{name}}',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': 'Bruk operasjon {{name}}',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': 'Bruk innstilling {{name}}',
|
|
114
|
+
finished: 'Fullført',
|
|
115
|
+
failed: 'Mislyktes',
|
|
116
|
+
uploading: 'Laster opp',
|
|
117
|
+
idle: 'Inaktiv',
|
|
118
|
+
'a11y-file-item-status': 'Fil {{fileName}} i status {{status}}',
|
|
114
119
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=nl.d.ts.map
|
|
@@ -112,4 +112,9 @@ export default {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': '{{name}} filter toepassen',
|
|
113
113
|
'a11y-cloud-editor-apply-crop': '{{name}} operatie toepassen',
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': '{{name}} afstemming toepassen',
|
|
115
|
+
finished: 'Voltooid',
|
|
116
|
+
failed: 'Mislukt',
|
|
117
|
+
uploading: 'Uploaden',
|
|
118
|
+
idle: 'Inactief',
|
|
119
|
+
'a11y-file-item-status': 'Bestand {{fileName}} in status {{status}}',
|
|
115
120
|
};
|
|
@@ -114,6 +114,11 @@ 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
|
+
finished: string;
|
|
118
|
+
failed: string;
|
|
119
|
+
uploading: string;
|
|
120
|
+
idle: string;
|
|
121
|
+
'a11y-file-item-status': string;
|
|
117
122
|
};
|
|
118
123
|
export default _default;
|
|
119
124
|
//# sourceMappingURL=pl.d.ts.map
|
|
@@ -115,4 +115,9 @@ export default {
|
|
|
115
115
|
'a11y-cloud-editor-apply-filter': 'Zastosuj filtr {{name}}',
|
|
116
116
|
'a11y-cloud-editor-apply-crop': 'Zastosuj operację {{name}}',
|
|
117
117
|
'a11y-cloud-editor-apply-tuning': 'Zastosuj dostrajanie {{name}}',
|
|
118
|
+
finished: 'Zakończono',
|
|
119
|
+
failed: 'Nie powiodło się',
|
|
120
|
+
uploading: 'Przesyłanie',
|
|
121
|
+
idle: 'Bezczynny',
|
|
122
|
+
'a11y-file-item-status': 'Plik {{fileName}} ma status {{status}}',
|
|
118
123
|
};
|
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=pt.d.ts.map
|
|
@@ -114,4 +114,9 @@ export default {
|
|
|
114
114
|
'a11y-cloud-editor-apply-filter': 'Aplicar filtro {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-crop': 'Aplicar operação {{name}}',
|
|
116
116
|
'a11y-cloud-editor-apply-tuning': 'Aplicar ajuste {{name}}',
|
|
117
|
+
finished: 'Concluído',
|
|
118
|
+
failed: 'Falhou',
|
|
119
|
+
uploading: 'Carregando',
|
|
120
|
+
idle: 'Ocioso',
|
|
121
|
+
'a11y-file-item-status': 'O arquivo {{fileName}} está no status {{status}}',
|
|
117
122
|
};
|
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=ro.d.ts.map
|
|
@@ -114,4 +114,9 @@ export default {
|
|
|
114
114
|
'a11y-cloud-editor-apply-filter': 'Aplică filtrul {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-crop': 'Aplică operațiunea {{name}}',
|
|
116
116
|
'a11y-cloud-editor-apply-tuning': 'Aplică ajustarea {{name}}',
|
|
117
|
+
finished: 'Finalizat',
|
|
118
|
+
failed: 'Eșuat',
|
|
119
|
+
uploading: 'Se încarcă',
|
|
120
|
+
idle: 'Inactiv',
|
|
121
|
+
'a11y-file-item-status': 'Fișierul {{fileName}} este în starea {{status}}',
|
|
117
122
|
};
|
|
@@ -114,6 +114,11 @@ 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
|
+
finished: string;
|
|
118
|
+
failed: string;
|
|
119
|
+
uploading: string;
|
|
120
|
+
idle: string;
|
|
121
|
+
'a11y-file-item-status': string;
|
|
117
122
|
};
|
|
118
123
|
export default _default;
|
|
119
124
|
//# sourceMappingURL=ru.d.ts.map
|
|
@@ -115,4 +115,9 @@ export default {
|
|
|
115
115
|
'a11y-cloud-editor-apply-filter': 'Применить фильтр {{name}}',
|
|
116
116
|
'a11y-cloud-editor-apply-crop': 'Применить операцию {{name}}',
|
|
117
117
|
'a11y-cloud-editor-apply-tuning': 'Применить настройку {{name}}',
|
|
118
|
+
finished: 'Завершено',
|
|
119
|
+
failed: 'Не удалось',
|
|
120
|
+
uploading: 'Загрузка',
|
|
121
|
+
idle: 'Ожидание',
|
|
122
|
+
'a11y-file-item-status': 'Файл {{fileName}} находится в статусе {{status}}',
|
|
118
123
|
};
|
|
@@ -114,6 +114,11 @@ 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
|
+
finished: string;
|
|
118
|
+
failed: string;
|
|
119
|
+
uploading: string;
|
|
120
|
+
idle: string;
|
|
121
|
+
'a11y-file-item-status': string;
|
|
117
122
|
};
|
|
118
123
|
export default _default;
|
|
119
124
|
//# sourceMappingURL=sk.d.ts.map
|
|
@@ -115,4 +115,9 @@ export default {
|
|
|
115
115
|
'a11y-cloud-editor-apply-filter': 'Použiť filter {{name}}',
|
|
116
116
|
'a11y-cloud-editor-apply-crop': 'Použiť operáciu {{name}}',
|
|
117
117
|
'a11y-cloud-editor-apply-tuning': 'Použiť ladenie {{name}}',
|
|
118
|
+
finished: 'Dokončené',
|
|
119
|
+
failed: 'Neúspešné',
|
|
120
|
+
uploading: 'Nahrávanie',
|
|
121
|
+
idle: 'Nečinný',
|
|
122
|
+
'a11y-file-item-status': 'Súbor {{fileName}} je v stave {{status}}',
|
|
118
123
|
};
|
|
@@ -112,6 +112,11 @@ declare const _default: {
|
|
|
112
112
|
'a11y-cloud-editor-apply-filter': string;
|
|
113
113
|
'a11y-cloud-editor-apply-crop': string;
|
|
114
114
|
'a11y-cloud-editor-apply-tuning': string;
|
|
115
|
+
finished: string;
|
|
116
|
+
failed: string;
|
|
117
|
+
uploading: string;
|
|
118
|
+
idle: string;
|
|
119
|
+
'a11y-file-item-status': string;
|
|
115
120
|
};
|
|
116
121
|
export default _default;
|
|
117
122
|
//# sourceMappingURL=sr.d.ts.map
|
|
@@ -113,4 +113,9 @@ export default {
|
|
|
113
113
|
'a11y-cloud-editor-apply-filter': 'Primeni filter {{name}}',
|
|
114
114
|
'a11y-cloud-editor-apply-crop': 'Primeni operaciju {{name}}',
|
|
115
115
|
'a11y-cloud-editor-apply-tuning': 'Primeni podešavanje {{name}}',
|
|
116
|
+
finished: 'Završeno',
|
|
117
|
+
failed: 'Neuspešno',
|
|
118
|
+
uploading: 'Otpremanje',
|
|
119
|
+
idle: 'Neaktivan',
|
|
120
|
+
'a11y-file-item-status': 'Datoteka {{fileName}} je u statusu {{status}}',
|
|
116
121
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=sv.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': 'Applicera filter {{name}}',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': 'Applicera {{name}} operation',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': 'Applicera {{name}} inställning',
|
|
114
|
+
finished: 'Slutfört',
|
|
115
|
+
failed: 'Misslyckades',
|
|
116
|
+
uploading: 'Laddar upp',
|
|
117
|
+
idle: 'Overksam',
|
|
118
|
+
'a11y-file-item-status': 'Filen {{fileName}} är i status {{status}}',
|
|
114
119
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=tr.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': '{{name}} filtresini uygula',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': '{{name}} işlemini uygula',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': '{{name}} ayarını uygula',
|
|
114
|
+
finished: 'Tamamlandı',
|
|
115
|
+
failed: 'Başarısız',
|
|
116
|
+
uploading: 'Yükleniyor',
|
|
117
|
+
idle: 'Boşta',
|
|
118
|
+
'a11y-file-item-status': '{{fileName}} dosyası {{status}} durumunda',
|
|
114
119
|
};
|
|
@@ -114,6 +114,11 @@ 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
|
+
finished: string;
|
|
118
|
+
failed: string;
|
|
119
|
+
uploading: string;
|
|
120
|
+
idle: string;
|
|
121
|
+
'a11y-file-item-status': string;
|
|
117
122
|
};
|
|
118
123
|
export default _default;
|
|
119
124
|
//# sourceMappingURL=uk.d.ts.map
|
|
@@ -115,4 +115,9 @@ export default {
|
|
|
115
115
|
'a11y-cloud-editor-apply-filter': 'Застосувати фільтр {{name}}',
|
|
116
116
|
'a11y-cloud-editor-apply-crop': 'Застосувати операцію {{name}}',
|
|
117
117
|
'a11y-cloud-editor-apply-tuning': 'Застосувати налаштування {{name}}',
|
|
118
|
+
finished: 'Завершено',
|
|
119
|
+
failed: 'Не вдалося',
|
|
120
|
+
uploading: 'Завантаження',
|
|
121
|
+
idle: 'Очікування',
|
|
122
|
+
'a11y-file-item-status': 'Файл {{fileName}} у стані {{status}}',
|
|
118
123
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=vi.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': 'Áp dụng bộ lọc {{name}}',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': 'Áp dụng thao tác {{name}}',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': 'Áp dụng điều chỉnh {{name}}',
|
|
114
|
+
finished: 'Hoàn thành',
|
|
115
|
+
failed: 'Thất bại',
|
|
116
|
+
uploading: 'Đang tải lên',
|
|
117
|
+
idle: 'Nhàn rỗi',
|
|
118
|
+
'a11y-file-item-status': 'Tệp {{fileName}} ở trạng thái {{status}}',
|
|
114
119
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=zh-TW.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': '應用 {{name}} 篩選器',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': '應用 {{name}} 操作',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': '應用 {{name}} 調整',
|
|
114
|
+
finished: '完成',
|
|
115
|
+
failed: '失敗',
|
|
116
|
+
uploading: '上傳中',
|
|
117
|
+
idle: '閒置',
|
|
118
|
+
'a11y-file-item-status': '檔案 {{fileName}} 的狀態是 {{status}}',
|
|
114
119
|
};
|
|
@@ -110,6 +110,11 @@ declare const _default: {
|
|
|
110
110
|
'a11y-cloud-editor-apply-filter': string;
|
|
111
111
|
'a11y-cloud-editor-apply-crop': string;
|
|
112
112
|
'a11y-cloud-editor-apply-tuning': string;
|
|
113
|
+
finished: string;
|
|
114
|
+
failed: string;
|
|
115
|
+
uploading: string;
|
|
116
|
+
idle: string;
|
|
117
|
+
'a11y-file-item-status': string;
|
|
113
118
|
};
|
|
114
119
|
export default _default;
|
|
115
120
|
//# sourceMappingURL=zh.d.ts.map
|
|
@@ -111,4 +111,9 @@ export default {
|
|
|
111
111
|
'a11y-cloud-editor-apply-filter': '应用 {{name}} 过滤器',
|
|
112
112
|
'a11y-cloud-editor-apply-crop': '应用 {{name}} 操作',
|
|
113
113
|
'a11y-cloud-editor-apply-tuning': '应用 {{name}} 调整',
|
|
114
|
+
finished: '已完成',
|
|
115
|
+
failed: '失败',
|
|
116
|
+
uploading: '上传中',
|
|
117
|
+
idle: '空闲',
|
|
118
|
+
'a11y-file-item-status': '文件 {{fileName}} 的状态是 {{status}}',
|
|
114
119
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uploadcare/file-uploader",
|
|
3
|
-
"version": "1.5.3-alpha.
|
|
3
|
+
"version": "1.5.3-alpha.2",
|
|
4
4
|
"description": "Building blocks for Uploadcare products integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web components",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"repository": "https://github.com/uploadcare/file-uploader/",
|
|
54
54
|
"files": [
|
|
55
55
|
"{abstract,blocks,solutions,web,utils,types,locales}/**/*.{js,css,d.ts,d.ts.map}",
|
|
56
|
+
"symbiote.js",
|
|
56
57
|
"index.{js,d.ts,d.ts.map}",
|
|
57
58
|
"index.ssr.{js,d.ts,d.ts.map}",
|
|
58
59
|
"env.{js,d.ts,d.ts.map}",
|
|
@@ -99,12 +100,12 @@
|
|
|
99
100
|
"@happy-dom/global-registrator": "^9.8.4",
|
|
100
101
|
"@jam-do/jam-tools": "^0.0.4",
|
|
101
102
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
102
|
-
"@types/chai": "^4.3.
|
|
103
|
+
"@types/chai": "^4.3.17",
|
|
103
104
|
"@types/mocha": "^10.0.1",
|
|
104
105
|
"@types/node": "^18.15.11",
|
|
105
106
|
"@types/react": "^18.2.34",
|
|
106
|
-
"@web/dev-server": "^0.
|
|
107
|
-
"@web/test-runner": "^0.
|
|
107
|
+
"@web/dev-server": "^0.4.6",
|
|
108
|
+
"@web/test-runner": "^0.18.2",
|
|
108
109
|
"esbuild": "^0.19.9",
|
|
109
110
|
"eslint": "^8.56.0",
|
|
110
111
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -128,15 +129,17 @@
|
|
|
128
129
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
129
130
|
"stylelint-order": "^6.0.3",
|
|
130
131
|
"svg-sprite": "^2.0.4",
|
|
131
|
-
"tsd": "^0.
|
|
132
|
-
"typescript": "^5.
|
|
132
|
+
"tsd": "^0.31.1",
|
|
133
|
+
"typescript": "^5.5.4"
|
|
133
134
|
},
|
|
134
135
|
"author": "Uploadcare Inc.",
|
|
135
136
|
"license": "MIT",
|
|
136
137
|
"dependencies": {
|
|
137
|
-
"@symbiotejs/symbiote": "^
|
|
138
|
+
"@symbiotejs/symbiote": "^2.3.1",
|
|
139
|
+
"@types/sinon": "^17.0.3",
|
|
138
140
|
"@uploadcare/image-shrink": "^6.14.1",
|
|
139
141
|
"@uploadcare/upload-client": "^6.14.1",
|
|
142
|
+
"D": "^1.0.0",
|
|
140
143
|
"keyux": "^0.7.1"
|
|
141
144
|
}
|
|
142
145
|
}
|