@uploadcare/file-uploader 1.15.0-alpha.2 → 1.15.0-alpha.21
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/abstract/ActivityBlock.d.ts +5 -5
- package/abstract/ActivityBlock.d.ts.map +1 -1
- package/abstract/Block.d.ts +3 -9
- package/abstract/Block.d.ts.map +1 -1
- package/abstract/Block.js +1 -1
- package/abstract/CTX.d.ts +6 -6
- package/abstract/CTX.d.ts.map +1 -1
- package/abstract/LocaleManager.d.ts +3 -3
- package/abstract/LocaleManager.d.ts.map +1 -1
- package/abstract/ModalManager.d.ts +26 -17
- package/abstract/ModalManager.d.ts.map +1 -1
- package/abstract/ModalManager.js +32 -18
- 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 +44 -44
- package/abstract/TypedCollection.d.ts.map +1 -1
- package/abstract/TypedCollection.js +53 -33
- package/abstract/TypedData.d.ts +71 -25
- package/abstract/TypedData.d.ts.map +1 -1
- package/abstract/TypedData.js +74 -17
- package/abstract/UploaderBlock.d.ts +10 -10
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderBlock.js +23 -11
- package/abstract/UploaderPublicApi.d.ts +24 -23
- package/abstract/UploaderPublicApi.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.js +21 -10
- package/abstract/ValidationManager.d.ts +125 -6
- package/abstract/ValidationManager.d.ts.map +1 -1
- package/abstract/ValidationManager.js +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/l10nProcessor.d.ts.map +1 -1
- package/abstract/loadFileUploaderFrom.d.ts +1 -1
- 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 +123 -63
- package/abstract/uploadEntrySchema.d.ts.map +1 -1
- package/abstract/uploadEntrySchema.js +66 -81
- package/blocks/CameraSource/CameraSource.d.ts +9 -9
- package/blocks/CameraSource/CameraSource.d.ts.map +1 -1
- package/blocks/CameraSource/calcCameraModes.d.ts +1 -1
- package/blocks/CameraSource/constants.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CropFrame.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.js +1 -1
- package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +3 -3
- package/blocks/CloudImageEditor/src/EditorImageCropper.js +1 -1
- package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorImageFader.js +1 -1
- package/blocks/CloudImageEditor/src/EditorSlider.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorToolbar.js +1 -1
- 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/cropper-constants.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts +1 -1
- package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts.map +1 -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/svg-sprite.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/types.d.ts +8 -58
- package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +5 -2
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +7 -3
- package/blocks/Config/Config.d.ts +3 -12
- package/blocks/Config/Config.d.ts.map +1 -1
- package/blocks/Config/assertions.d.ts +1 -1
- package/blocks/Config/initialConfig.d.ts +1 -1
- package/blocks/Config/initialConfig.d.ts.map +1 -1
- package/blocks/Config/initialConfig.js +4 -4
- package/blocks/Config/normalizeConfigValue.d.ts +2 -1
- package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
- package/blocks/Config/normalizeConfigValue.js +18 -109
- package/blocks/Config/side-effects.d.ts.map +1 -1
- package/blocks/Config/validatorsType.d.ts +37 -0
- package/blocks/Config/validatorsType.d.ts.map +1 -0
- package/blocks/Config/validatorsType.js +134 -0
- package/blocks/DropArea/DropArea.d.ts +3 -2
- package/blocks/DropArea/DropArea.d.ts.map +1 -1
- package/blocks/DropArea/DropArea.js +20 -2
- package/blocks/DropArea/addDropzone.d.ts.map +1 -1
- package/blocks/DropArea/drop-area.css +4 -2
- package/blocks/DropArea/getDropItems.d.ts +2 -2
- package/blocks/DropArea/getDropItems.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.d.ts +3 -3
- package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.js +0 -1
- package/blocks/ExternalSource/MessageBridge.d.ts +3 -3
- package/blocks/ExternalSource/MessageBridge.d.ts.map +1 -1
- package/blocks/ExternalSource/query-string.d.ts.map +1 -1
- package/blocks/ExternalSource/types.d.ts +64 -64
- package/blocks/ExternalSource/types.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.d.ts +13 -40
- package/blocks/FileItem/FileItem.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.js +126 -179
- package/blocks/FileItem/FileItemConfig.d.ts +28 -0
- package/blocks/FileItem/FileItemConfig.d.ts.map +1 -0
- package/blocks/FileItem/FileItemConfig.js +74 -0
- package/blocks/FileItem/file-item.css +39 -0
- package/blocks/Img/ImgBase.d.ts +3 -3
- package/blocks/Img/ImgBase.d.ts.map +1 -1
- package/blocks/Img/ImgBase.js +9 -9
- package/blocks/Img/ImgConfig.d.ts.map +1 -1
- package/blocks/Img/configurations.d.ts.map +1 -1
- package/blocks/Modal/Modal.d.ts +21 -2
- package/blocks/Modal/Modal.d.ts.map +1 -1
- package/blocks/Modal/Modal.js +37 -18
- package/blocks/ProgressBar/ProgressBar.d.ts +6 -1
- package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/blocks/ProgressBar/ProgressBar.js +41 -44
- package/blocks/ProgressBar/progress-bar.css +9 -6
- package/blocks/Range/Range.d.ts.map +1 -1
- package/blocks/SimpleBtn/SimpleBtn.d.ts +2 -2
- package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
- package/blocks/SimpleBtn/SimpleBtn.js +1 -1
- package/blocks/SourceBtn/SourceBtn.d.ts +2 -5
- package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
- package/blocks/SourceBtn/SourceBtn.js +5 -5
- package/blocks/SourceList/SourceList.js +2 -2
- package/blocks/Spinner/Spinner.d.ts.map +1 -1
- package/blocks/Thumb/Thumb.d.ts +51 -0
- package/blocks/Thumb/Thumb.d.ts.map +1 -0
- package/blocks/Thumb/Thumb.js +233 -0
- package/blocks/Thumb/thumb.css +4 -0
- package/blocks/UploadCtxProvider/EventEmitter.d.ts +20 -20
- 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 +4 -2
- package/blocks/UploadList/UploadList.d.ts.map +1 -1
- package/blocks/UploadList/UploadList.js +3 -1
- package/blocks/svg-backgrounds/svg-backgrounds.d.ts +3 -3
- package/blocks/svg-backgrounds/svg-backgrounds.d.ts.map +1 -1
- package/blocks/themes/uc-basic/common.css +1 -1
- package/blocks/themes/uc-basic/index.css +1 -0
- package/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -1
- package/blocks/utils/UploadSource.d.ts.map +1 -1
- package/blocks/utils/debounce.d.ts +3 -1
- package/blocks/utils/debounce.d.ts.map +1 -1
- package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.js +1 -1
- package/blocks/utils/resizeImage.d.ts +1 -1
- package/blocks/utils/resizeImage.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/env.d.ts.map +1 -1
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/index.ssr.d.ts +59 -0
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +79 -13
- package/locales/file-uploader/ar.d.ts +1 -0
- package/locales/file-uploader/ar.js +1 -0
- package/locales/file-uploader/az.d.ts +1 -0
- package/locales/file-uploader/az.js +1 -0
- package/locales/file-uploader/ca.d.ts +1 -0
- package/locales/file-uploader/ca.js +1 -0
- package/locales/file-uploader/cs.d.ts +1 -0
- package/locales/file-uploader/cs.js +1 -0
- package/locales/file-uploader/da.d.ts +1 -0
- package/locales/file-uploader/da.js +1 -0
- package/locales/file-uploader/de.d.ts +1 -0
- package/locales/file-uploader/de.js +1 -0
- package/locales/file-uploader/el.d.ts +1 -0
- package/locales/file-uploader/el.js +1 -0
- package/locales/file-uploader/en.d.ts +1 -0
- package/locales/file-uploader/en.js +1 -0
- package/locales/file-uploader/es.d.ts +1 -0
- package/locales/file-uploader/es.js +1 -0
- package/locales/file-uploader/et.d.ts +1 -0
- package/locales/file-uploader/et.js +1 -0
- package/locales/file-uploader/fi.d.ts +1 -0
- package/locales/file-uploader/fi.js +1 -0
- package/locales/file-uploader/fr.d.ts +1 -0
- package/locales/file-uploader/fr.js +1 -0
- package/locales/file-uploader/he.d.ts +1 -0
- package/locales/file-uploader/he.js +1 -0
- package/locales/file-uploader/hy.d.ts +1 -0
- package/locales/file-uploader/hy.js +1 -0
- package/locales/file-uploader/is.d.ts +1 -0
- package/locales/file-uploader/is.js +1 -0
- package/locales/file-uploader/it.d.ts +1 -0
- package/locales/file-uploader/it.js +1 -0
- package/locales/file-uploader/ja.d.ts +1 -0
- package/locales/file-uploader/ja.js +1 -0
- package/locales/file-uploader/ka.d.ts +1 -0
- package/locales/file-uploader/ka.js +1 -0
- package/locales/file-uploader/kk.d.ts +1 -0
- package/locales/file-uploader/kk.js +1 -0
- package/locales/file-uploader/ko.d.ts +1 -0
- package/locales/file-uploader/ko.js +1 -0
- package/locales/file-uploader/lv.d.ts +1 -0
- package/locales/file-uploader/lv.js +1 -0
- package/locales/file-uploader/nb.d.ts +1 -0
- package/locales/file-uploader/nb.js +1 -0
- package/locales/file-uploader/nl.d.ts +1 -0
- package/locales/file-uploader/nl.js +1 -0
- package/locales/file-uploader/pl.d.ts +1 -0
- package/locales/file-uploader/pl.js +1 -0
- package/locales/file-uploader/pt.d.ts +1 -0
- package/locales/file-uploader/pt.js +1 -0
- package/locales/file-uploader/ro.d.ts +1 -0
- package/locales/file-uploader/ro.js +1 -0
- package/locales/file-uploader/ru.d.ts +1 -0
- package/locales/file-uploader/ru.js +1 -0
- package/locales/file-uploader/sk.d.ts +1 -0
- package/locales/file-uploader/sk.js +1 -0
- package/locales/file-uploader/sr.d.ts +1 -0
- package/locales/file-uploader/sr.js +1 -0
- package/locales/file-uploader/sv.d.ts +1 -0
- package/locales/file-uploader/sv.js +1 -0
- package/locales/file-uploader/tr.d.ts +1 -0
- package/locales/file-uploader/tr.js +1 -0
- package/locales/file-uploader/uk.d.ts +1 -0
- package/locales/file-uploader/uk.js +1 -0
- package/locales/file-uploader/vi.d.ts +1 -0
- package/locales/file-uploader/vi.js +1 -0
- package/locales/file-uploader/zh-TW.d.ts +1 -0
- package/locales/file-uploader/zh-TW.js +1 -0
- package/locales/file-uploader/zh.d.ts +1 -0
- package/locales/file-uploader/zh.js +1 -0
- package/package.json +6 -5
- 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/minimal/FileUploaderMinimal.d.ts +21 -2
- package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
- package/solutions/file-uploader/minimal/FileUploaderMinimal.js +102 -23
- package/solutions/file-uploader/minimal/index.css +11 -28
- package/solutions/file-uploader/minimal/index.d.ts +1 -16
- package/solutions/file-uploader/minimal/index.js +1 -18
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +3 -5
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
- package/solutions/file-uploader/regular/FileUploaderRegular.js +1 -15
- package/types/exported.d.ts +4 -3
- package/types/jsx.d.ts +1 -1
- package/utils/browser-info.d.ts +13 -0
- package/utils/browser-info.d.ts.map +1 -0
- package/utils/browser-info.js +22 -0
- package/utils/browser-info.test.d.ts +2 -0
- package/utils/browser-info.test.d.ts.map +1 -0
- package/utils/browser-info.test.js +109 -0
- package/utils/cdn-utils.d.ts +3 -3
- package/utils/cdn-utils.d.ts.map +1 -1
- package/utils/fileTypes.d.ts +5 -1
- package/utils/fileTypes.d.ts.map +1 -1
- package/utils/fileTypes.js +18 -2
- 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 +1 -1
- package/utils/template-utils.d.ts.map +1 -1
- package/utils/toKebabCase.d.ts.map +1 -1
- package/utils/transparentPixelSrc.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 +1 -1
- package/utils/waitForAttribute.d.ts.map +1 -1
- package/web/file-uploader.iife.min.js +4 -4
- package/web/file-uploader.min.js +4 -4
- package/web/uc-basic.min.css +1 -1
- package/web/uc-cloud-image-editor.min.js +4 -4
- package/web/uc-file-uploader-inline.min.css +1 -1
- package/web/uc-file-uploader-inline.min.js +4 -4
- package/web/uc-file-uploader-minimal.min.css +1 -1
- package/web/uc-file-uploader-minimal.min.js +4 -4
- package/web/uc-file-uploader-regular.min.css +1 -1
- package/web/uc-file-uploader-regular.min.js +4 -4
- package/web/uc-img.min.js +1 -1
- package/blocks/utils/supportCapture.d.ts +0 -2
- package/blocks/utils/supportCapture.d.ts.map +0 -1
- package/blocks/utils/supportCapture.js +0 -3
- /package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.d.ts +0 -0
- /package/blocks/{CloudImageEditor/src/lib → utils}/preloadImage.d.ts.map +0 -0
package/index.ssr.js
CHANGED
|
@@ -377,9 +377,9 @@ export const Config = class {
|
|
|
377
377
|
"enable-audio-recording",
|
|
378
378
|
"enable-video-recording",
|
|
379
379
|
"max-video-recording-duration",
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
380
|
+
"files-view-mode",
|
|
381
|
+
"grid-show-file-names",
|
|
382
|
+
"cloud-image-editor-auto-open",
|
|
383
383
|
"multiplemin",
|
|
384
384
|
"multiplemax",
|
|
385
385
|
"confirmupload",
|
|
@@ -425,9 +425,9 @@ export const Config = class {
|
|
|
425
425
|
"enableaudiorecording",
|
|
426
426
|
"enablevideorecording",
|
|
427
427
|
"maxvideorecordingduration",
|
|
428
|
-
"
|
|
429
|
-
"
|
|
430
|
-
"
|
|
428
|
+
"filesviewmode",
|
|
429
|
+
"gridshowfilenames",
|
|
430
|
+
"cloudimageeditorautoopen",
|
|
431
431
|
];
|
|
432
432
|
static reg = () => {};
|
|
433
433
|
static styleAttrs = [];
|
|
@@ -491,6 +491,7 @@ export const DropArea = class {
|
|
|
491
491
|
"text",
|
|
492
492
|
"fullscreen",
|
|
493
493
|
"disabled",
|
|
494
|
+
"initflow",
|
|
494
495
|
];
|
|
495
496
|
static extSrcList = {
|
|
496
497
|
FACEBOOK: "facebook",
|
|
@@ -839,13 +840,10 @@ export const ExternalUploadSource = {
|
|
|
839
840
|
export const FileItem = class {
|
|
840
841
|
static template = `
|
|
841
842
|
<div class="uc-inner" set="@finished: isFinished; @uploading: isUploading; @failed: isFailed; @focused: isFocused">
|
|
842
|
-
<
|
|
843
|
-
|
|
844
|
-
<uc-icon set="@name: badgeIcon"></uc-icon>
|
|
845
|
-
</div>
|
|
846
|
-
</div>
|
|
843
|
+
<uc-thumb set="uid:uid;badgeIcon:badgeIcon"></uc-thumb>
|
|
844
|
+
|
|
847
845
|
<div aria-atomic="true" aria-live="polite" class="uc-file-name-wrapper" set="@aria-label:ariaLabelStatusFile;">
|
|
848
|
-
<span class="uc-file-name" set="@hidden:
|
|
846
|
+
<span class="uc-file-name" set="@hidden: !showFileNames">{{itemName}}</span>
|
|
849
847
|
<span class="uc-file-error" set="@hidden: !errorText;">{{errorText}}</span>
|
|
850
848
|
<span class="uc-file-hint" set="@hidden: !hint">{{hint}}</span>
|
|
851
849
|
</div>
|
|
@@ -870,7 +868,11 @@ export const FileItem = class {
|
|
|
870
868
|
<uc-icon name="upload"></uc-icon>
|
|
871
869
|
</button>
|
|
872
870
|
</div>
|
|
873
|
-
<uc-progress-bar
|
|
871
|
+
<uc-progress-bar
|
|
872
|
+
class="uc-progress-bar"
|
|
873
|
+
set="value: progressValue; visible: progressVisible; @hasFileName: showFileNames;"
|
|
874
|
+
>
|
|
875
|
+
</uc-progress-bar>
|
|
874
876
|
</div>
|
|
875
877
|
`;
|
|
876
878
|
static activeInstances = {};
|
|
@@ -1048,6 +1050,14 @@ export const Modal = class {
|
|
|
1048
1050
|
static is = `sym-1`;
|
|
1049
1051
|
static bindAttributes = () => {};
|
|
1050
1052
|
};
|
|
1053
|
+
export const ModalEvents = {
|
|
1054
|
+
ADD: "modal:add",
|
|
1055
|
+
DELETE: "modal:delete",
|
|
1056
|
+
OPEN: "modal:open",
|
|
1057
|
+
CLOSE: "modal:close",
|
|
1058
|
+
CLOSE_ALL: "modal:closeAll",
|
|
1059
|
+
DESTROY: "modal:destroy",
|
|
1060
|
+
};
|
|
1051
1061
|
export const PACKAGE_NAME = `blocks`;
|
|
1052
1062
|
export const PACKAGE_VERSION = `1.14.0`;
|
|
1053
1063
|
export const PresenceToggle = class {
|
|
@@ -1287,6 +1297,62 @@ export const StartFrom = class {
|
|
|
1287
1297
|
static is = `sym-1`;
|
|
1288
1298
|
static bindAttributes = () => {};
|
|
1289
1299
|
};
|
|
1300
|
+
export const Thumb = class {
|
|
1301
|
+
static template = `
|
|
1302
|
+
<div class="uc-thumb" set="style.backgroundImage: thumbUrl">
|
|
1303
|
+
<div class="uc-badge">
|
|
1304
|
+
<uc-icon set="@name: badgeIcon"></uc-icon>
|
|
1305
|
+
</div>
|
|
1306
|
+
</div>
|
|
1307
|
+
`;
|
|
1308
|
+
static observedAttributes = ["badgeIcon", "uid"];
|
|
1309
|
+
static extSrcList = {
|
|
1310
|
+
FACEBOOK: "facebook",
|
|
1311
|
+
DROPBOX: "dropbox",
|
|
1312
|
+
GDRIVE: "gdrive",
|
|
1313
|
+
GPHOTOS: "gphotos",
|
|
1314
|
+
FLICKR: "flickr",
|
|
1315
|
+
VK: "vk",
|
|
1316
|
+
EVERNOTE: "evernote",
|
|
1317
|
+
BOX: "box",
|
|
1318
|
+
ONEDRIVE: "onedrive",
|
|
1319
|
+
HUDDLE: "huddle",
|
|
1320
|
+
};
|
|
1321
|
+
static sourceTypes = {
|
|
1322
|
+
LOCAL: "local",
|
|
1323
|
+
DROP_AREA: "drop-area",
|
|
1324
|
+
CAMERA: "camera",
|
|
1325
|
+
EXTERNAL: "external",
|
|
1326
|
+
API: "js-api",
|
|
1327
|
+
URL: "url",
|
|
1328
|
+
DRAW: "draw",
|
|
1329
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1330
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1331
|
+
FACEBOOK: "facebook",
|
|
1332
|
+
DROPBOX: "dropbox",
|
|
1333
|
+
GDRIVE: "gdrive",
|
|
1334
|
+
GPHOTOS: "gphotos",
|
|
1335
|
+
FLICKR: "flickr",
|
|
1336
|
+
VK: "vk",
|
|
1337
|
+
EVERNOTE: "evernote",
|
|
1338
|
+
BOX: "box",
|
|
1339
|
+
ONEDRIVE: "onedrive",
|
|
1340
|
+
HUDDLE: "huddle",
|
|
1341
|
+
};
|
|
1342
|
+
static activities = {
|
|
1343
|
+
START_FROM: "start-from",
|
|
1344
|
+
CAMERA: "camera",
|
|
1345
|
+
DRAW: "draw",
|
|
1346
|
+
UPLOAD_LIST: "upload-list",
|
|
1347
|
+
URL: "url",
|
|
1348
|
+
CLOUD_IMG_EDIT: "cloud-image-edit",
|
|
1349
|
+
EXTERNAL: "external",
|
|
1350
|
+
};
|
|
1351
|
+
static reg = () => {};
|
|
1352
|
+
static styleAttrs = [];
|
|
1353
|
+
static is = `sym-1`;
|
|
1354
|
+
static bindAttributes = () => {};
|
|
1355
|
+
};
|
|
1290
1356
|
export const UID = class {
|
|
1291
1357
|
static generate = () => {};
|
|
1292
1358
|
static apply = () => {};
|
|
@@ -120,6 +120,7 @@ export default {
|
|
|
120
120
|
failed: 'Fehlgeschlagen',
|
|
121
121
|
uploading: 'Hochladen',
|
|
122
122
|
idle: 'Leerlauf',
|
|
123
|
+
queued: 'In der Warteschlange',
|
|
123
124
|
'a11y-file-item-status': 'Datei {{fileName}} im Status {{status}}',
|
|
124
125
|
'waiting-for': 'Warten auf {{source}}',
|
|
125
126
|
};
|
|
@@ -120,6 +120,7 @@ export default {
|
|
|
120
120
|
failed: 'Απέτυχε',
|
|
121
121
|
uploading: 'Μεταφόρτωση',
|
|
122
122
|
idle: 'Αδράνεια',
|
|
123
|
+
queued: 'Σε ουρά',
|
|
123
124
|
'a11y-file-item-status': 'Το αρχείο {{fileName}} βρίσκεται στην κατάσταση {{status}}',
|
|
124
125
|
'waiting-for': 'Αναμονή για {{source}}',
|
|
125
126
|
};
|
|
@@ -117,6 +117,7 @@ export default {
|
|
|
117
117
|
failed: 'Epäonnistui',
|
|
118
118
|
uploading: 'Ladataan',
|
|
119
119
|
idle: 'Toimeton',
|
|
120
|
+
queued: 'Jonossa',
|
|
120
121
|
'a11y-file-item-status': 'Tiedosto {{fileName}} tilassa {{status}}',
|
|
121
122
|
'select-all': 'Valitse kaikki',
|
|
122
123
|
'deselect-all': 'Poista valinnat',
|
|
@@ -119,6 +119,7 @@ export default {
|
|
|
119
119
|
failed: 'Échoué',
|
|
120
120
|
uploading: 'Téléchargement',
|
|
121
121
|
idle: 'Inactif',
|
|
122
|
+
queued: 'En file',
|
|
122
123
|
'a11y-file-item-status': 'Le fichier {{fileName}} est en statut {{status}}',
|
|
123
124
|
'select-all': 'Tout sélectionner',
|
|
124
125
|
'deselect-all': 'Tout désélectionner',
|
|
@@ -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': 'Հրաժարվել բոլորից',
|
|
@@ -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',
|
|
@@ -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',
|
|
@@ -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': 'ყველას არჩევის გაუქმება',
|
|
@@ -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': 'Барлығын таңдаудан шығару',
|
|
@@ -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',
|
|
@@ -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',
|
|
@@ -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',
|
|
@@ -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',
|
|
@@ -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': 'Отменить выбор всех',
|