@uploadcare/file-uploader 1.13.2 → 1.14.0-alpha.11
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/ActivityBlock.js +10 -15
- package/abstract/Block.d.ts +9 -9
- package/abstract/Block.d.ts.map +1 -1
- package/abstract/Block.js +15 -0
- package/abstract/CTX.d.ts +6 -6
- package/abstract/CTX.d.ts.map +1 -1
- package/abstract/CTX.js +3 -1
- package/abstract/LocaleManager.d.ts +3 -3
- package/abstract/LocaleManager.d.ts.map +1 -1
- package/abstract/ModalManager.d.ts +124 -0
- package/abstract/ModalManager.d.ts.map +1 -0
- package/abstract/ModalManager.js +227 -0
- 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.map +1 -1
- package/abstract/TypedData.d.ts +1 -1
- package/abstract/TypedData.d.ts.map +1 -1
- package/abstract/UploaderBlock.d.ts +8 -5
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderBlock.js +24 -8
- package/abstract/UploaderPublicApi.d.ts +25 -23
- package/abstract/UploaderPublicApi.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.js +48 -10
- package/abstract/ValidationManager.d.ts +4 -4
- 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/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 +2 -2
- package/abstract/uploadEntrySchema.d.ts.map +1 -1
- package/blocks/CameraSource/CameraSource.d.ts +9 -9
- package/blocks/CameraSource/CameraSource.d.ts.map +1 -1
- package/blocks/CameraSource/CameraSource.js +1 -0
- package/blocks/CameraSource/calcCameraModes.d.ts +5 -0
- package/blocks/CameraSource/calcCameraModes.d.ts.map +1 -0
- package/blocks/CameraSource/calcCameraModes.js +11 -0
- package/blocks/CameraSource/constants.d.ts +1 -0
- package/blocks/CameraSource/constants.d.ts.map +1 -1
- package/blocks/CameraSource/constants.js +2 -0
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CropFrame.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +3 -3
- package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +1 -1
- package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +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/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 +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
- package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +2 -0
- 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 -0
- package/blocks/Config/normalizeConfigValue.d.ts +2 -1
- package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
- package/blocks/Config/normalizeConfigValue.js +19 -106
- 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 +21 -2
- 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 +3 -3
- package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.js +2 -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 +5 -6
- package/blocks/FileItem/FileItem.d.ts.map +1 -1
- package/blocks/FileItem/FileItem.js +40 -42
- package/blocks/FileItem/file-item.css +90 -0
- package/blocks/Img/ImgBase.d.ts +3 -3
- package/blocks/Img/ImgBase.d.ts.map +1 -1
- 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 +52 -24
- package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/blocks/ProgressBar/ProgressBar.js +1 -0
- package/blocks/ProgressBar/progress-bar.css +1 -0
- 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 -2
- package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
- package/blocks/SourceBtn/SourceBtn.js +29 -3
- package/blocks/SourceList/SourceList.d.ts.map +1 -1
- package/blocks/SourceList/SourceList.js +20 -0
- package/blocks/Spinner/Spinner.d.ts.map +1 -1
- package/blocks/StartFrom/StartFrom.js +1 -1
- package/blocks/Thumb/Thumb.d.ts +48 -0
- package/blocks/Thumb/Thumb.d.ts.map +1 -0
- package/blocks/Thumb/Thumb.js +169 -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 +16 -1
- package/blocks/UploadList/upload-list.css +23 -0
- package/blocks/UrlSource/UrlSource.d.ts.map +1 -1
- package/blocks/UrlSource/UrlSource.js +1 -0
- 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 +1 -1
- package/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -1
- package/blocks/themes/uc-basic/svg-sprite.js +1 -1
- package/blocks/themes/uc-basic/theme.css +12 -0
- package/blocks/utils/UploadSource.d.ts +6 -0
- package/blocks/utils/UploadSource.d.ts.map +1 -1
- package/blocks/utils/UploadSource.js +7 -0
- package/blocks/utils/debounce.d.ts +3 -1
- package/blocks/utils/debounce.d.ts.map +1 -1
- package/blocks/utils/resizeImage.d.ts +1 -1
- package/blocks/utils/resizeImage.d.ts.map +1 -1
- package/blocks/utils/supportCapture.d.ts +2 -0
- package/blocks/utils/supportCapture.d.ts.map +1 -0
- package/blocks/utils/supportCapture.js +3 -0
- 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 +1 -1
- package/env.d.ts.map +1 -1
- package/env.js +1 -1
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/index.ssr.d.ts +88 -1
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +119 -10
- package/locales/file-uploader/ar.d.ts +2 -0
- package/locales/file-uploader/ar.js +2 -0
- package/locales/file-uploader/az.d.ts +2 -0
- package/locales/file-uploader/az.js +2 -0
- package/locales/file-uploader/ca.d.ts +2 -0
- package/locales/file-uploader/ca.js +2 -0
- package/locales/file-uploader/cs.d.ts +2 -0
- package/locales/file-uploader/cs.js +2 -0
- package/locales/file-uploader/da.d.ts +2 -0
- package/locales/file-uploader/da.js +2 -0
- package/locales/file-uploader/de.d.ts +2 -0
- package/locales/file-uploader/de.js +2 -0
- package/locales/file-uploader/el.d.ts +2 -0
- package/locales/file-uploader/el.js +2 -0
- package/locales/file-uploader/en.d.ts +2 -0
- package/locales/file-uploader/en.js +2 -0
- package/locales/file-uploader/es.d.ts +2 -0
- package/locales/file-uploader/es.js +2 -0
- package/locales/file-uploader/et.d.ts +2 -0
- package/locales/file-uploader/et.js +2 -0
- package/locales/file-uploader/fi.d.ts +2 -0
- package/locales/file-uploader/fi.js +2 -0
- package/locales/file-uploader/fr.d.ts +2 -0
- package/locales/file-uploader/fr.js +2 -0
- package/locales/file-uploader/he.d.ts +2 -0
- package/locales/file-uploader/he.js +2 -0
- package/locales/file-uploader/hy.d.ts +2 -0
- package/locales/file-uploader/hy.js +2 -0
- package/locales/file-uploader/is.d.ts +2 -0
- package/locales/file-uploader/is.js +2 -0
- package/locales/file-uploader/it.d.ts +2 -0
- package/locales/file-uploader/it.js +2 -0
- package/locales/file-uploader/ja.d.ts +2 -0
- package/locales/file-uploader/ja.js +2 -0
- package/locales/file-uploader/ka.d.ts +2 -0
- package/locales/file-uploader/ka.js +2 -0
- package/locales/file-uploader/kk.d.ts +2 -0
- package/locales/file-uploader/kk.js +2 -0
- package/locales/file-uploader/ko.d.ts +2 -0
- package/locales/file-uploader/ko.js +2 -0
- package/locales/file-uploader/lv.d.ts +2 -0
- package/locales/file-uploader/lv.js +2 -0
- package/locales/file-uploader/nb.d.ts +2 -0
- package/locales/file-uploader/nb.js +2 -0
- package/locales/file-uploader/nl.d.ts +2 -0
- package/locales/file-uploader/nl.js +2 -0
- package/locales/file-uploader/pl.d.ts +2 -0
- package/locales/file-uploader/pl.js +2 -0
- package/locales/file-uploader/pt.d.ts +2 -0
- package/locales/file-uploader/pt.js +2 -0
- package/locales/file-uploader/ro.d.ts +2 -0
- package/locales/file-uploader/ro.js +2 -0
- package/locales/file-uploader/ru.d.ts +2 -0
- package/locales/file-uploader/ru.js +2 -0
- package/locales/file-uploader/sk.d.ts +2 -0
- package/locales/file-uploader/sk.js +2 -0
- package/locales/file-uploader/sr.d.ts +2 -0
- package/locales/file-uploader/sr.js +2 -0
- package/locales/file-uploader/sv.d.ts +2 -0
- package/locales/file-uploader/sv.js +2 -0
- package/locales/file-uploader/tr.d.ts +2 -0
- package/locales/file-uploader/tr.js +2 -0
- package/locales/file-uploader/uk.d.ts +2 -0
- package/locales/file-uploader/uk.js +2 -0
- package/locales/file-uploader/vi.d.ts +2 -0
- package/locales/file-uploader/vi.js +2 -0
- package/locales/file-uploader/zh-TW.d.ts +2 -0
- package/locales/file-uploader/zh-TW.js +2 -0
- package/locales/file-uploader/zh.d.ts +2 -0
- package/locales/file-uploader/zh.js +2 -0
- package/package.json +4 -2
- 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 +35 -0
- package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
- package/solutions/file-uploader/minimal/FileUploaderMinimal.js +122 -9
- package/solutions/file-uploader/minimal/index.css +25 -24
- package/solutions/file-uploader/minimal/index.d.ts +1 -13
- package/solutions/file-uploader/minimal/index.js +1 -13
- 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 +17 -16
- package/types/exported.d.ts +7 -0
- package/utils/cdn-utils.d.ts +3 -3
- package/utils/cdn-utils.d.ts.map +1 -1
- package/utils/fileTypes.d.ts +1 -1
- package/utils/fileTypes.d.ts.map +1 -1
- 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.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 -3
- 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 +2 -2
|
@@ -45,6 +45,8 @@ export default {
|
|
|
45
45
|
'src-type-local': 'From device',
|
|
46
46
|
'src-type-from-url': 'From link',
|
|
47
47
|
'src-type-camera': 'Camera',
|
|
48
|
+
'src-type-mobile-video-camera': 'Video',
|
|
49
|
+
'src-type-mobile-photo-camera': 'Photo',
|
|
48
50
|
'src-type-draw': 'Draw',
|
|
49
51
|
'src-type-facebook': 'Facebook',
|
|
50
52
|
'src-type-dropbox': 'Dropbox',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Otro',
|
|
62
|
+
'src-type-mobile-video-camera': 'Vídeo',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
62
64
|
'caption-from-url': 'Importar desde enlace',
|
|
63
65
|
'caption-camera': 'Cámara',
|
|
64
66
|
'caption-draw': 'Dibujar',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Muu',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Impordi lingist',
|
|
61
63
|
'caption-camera': 'Kaamera',
|
|
62
64
|
'caption-draw': 'Joonista',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Muu',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Valokuva',
|
|
58
60
|
'caption-from-url': 'Tuo linkistä',
|
|
59
61
|
'caption-camera': 'Kamera',
|
|
60
62
|
'caption-draw': 'Piirrä',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Autre',
|
|
60
|
+
'src-type-mobile-video-camera': 'Vidéo',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Photo',
|
|
60
62
|
'caption-from-url': 'Importer depuis le lien',
|
|
61
63
|
'caption-camera': 'Appareil photo',
|
|
62
64
|
'caption-draw': 'Dessiner',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'אחר',
|
|
60
|
+
'src-type-mobile-video-camera': 'וידאו',
|
|
61
|
+
'src-type-mobile-photo-camera': 'תמונה',
|
|
60
62
|
'caption-from-url': 'ייבוא מקישור',
|
|
61
63
|
'caption-camera': 'מצלמה',
|
|
62
64
|
'caption-draw': 'ציור',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Այլ',
|
|
58
|
+
'src-type-mobile-video-camera': 'Տեսանյութ',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Լուսանկար',
|
|
58
60
|
'caption-from-url': 'Իմպորտել հղումով',
|
|
59
61
|
'caption-camera': 'Կամերա',
|
|
60
62
|
'caption-draw': 'Նկարել',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Annað',
|
|
58
|
+
'src-type-mobile-video-camera': 'Myndband',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Ljósmynd',
|
|
58
60
|
'caption-from-url': 'Flytja inn frá slóð',
|
|
59
61
|
'caption-camera': 'Myndavél',
|
|
60
62
|
'caption-draw': 'Teikna',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Altro',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Importa da link',
|
|
61
63
|
'caption-camera': 'Fotocamera',
|
|
62
64
|
'caption-draw': 'Disegna',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'その他',
|
|
58
|
+
'src-type-mobile-video-camera': 'ビデオ',
|
|
59
|
+
'src-type-mobile-photo-camera': '写真',
|
|
58
60
|
'caption-from-url': 'リンクからインポート',
|
|
59
61
|
'caption-camera': 'カメラ',
|
|
60
62
|
'caption-draw': '描画',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'სხვა',
|
|
58
|
+
'src-type-mobile-video-camera': 'ვიდეო',
|
|
59
|
+
'src-type-mobile-photo-camera': 'ფოტო',
|
|
58
60
|
'caption-from-url': 'იმპორტი ლინკიდან',
|
|
59
61
|
'caption-camera': 'კამერა',
|
|
60
62
|
'caption-draw': 'ხატვა',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Басқа',
|
|
58
|
+
'src-type-mobile-video-camera': 'Бейне',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Фото',
|
|
58
60
|
'caption-from-url': 'Сілтемеден импорттау',
|
|
59
61
|
'caption-camera': 'Камера',
|
|
60
62
|
'caption-draw': 'Сызу',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': '기타',
|
|
58
|
+
'src-type-mobile-video-camera': '비디오',
|
|
59
|
+
'src-type-mobile-photo-camera': '사진',
|
|
58
60
|
'caption-from-url': '링크에서 가져오기',
|
|
59
61
|
'caption-camera': '카메라',
|
|
60
62
|
'caption-draw': '그리기',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Cits',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Importēt no saites',
|
|
61
63
|
'caption-camera': 'Kamera',
|
|
62
64
|
'caption-draw': 'Zīmēt',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Annet',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
58
60
|
'caption-from-url': 'Importer fra lenke',
|
|
59
61
|
'caption-camera': 'Kamera',
|
|
60
62
|
'caption-draw': 'Tegn',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Andere',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
58
60
|
'caption-from-url': 'Importeren van link',
|
|
59
61
|
'caption-camera': 'Camera',
|
|
60
62
|
'caption-draw': 'Tekenen',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Inne',
|
|
62
|
+
'src-type-mobile-video-camera': 'Wideo',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Zdjęcie',
|
|
62
64
|
'caption-from-url': 'Import z linku',
|
|
63
65
|
'caption-camera': 'Aparat',
|
|
64
66
|
'caption-draw': 'Rysuj',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Outro',
|
|
60
|
+
'src-type-mobile-video-camera': 'Vídeo',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Importar do link',
|
|
61
63
|
'caption-camera': 'Câmera',
|
|
62
64
|
'caption-draw': 'Desenhar',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Altele',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Import din link',
|
|
61
63
|
'caption-camera': 'Cameră',
|
|
62
64
|
'caption-draw': 'Desenați',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Другое',
|
|
62
|
+
'src-type-mobile-video-camera': 'Видео',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Фото',
|
|
62
64
|
'caption-from-url': 'Импорт из ссылки',
|
|
63
65
|
'caption-camera': 'Камера',
|
|
64
66
|
'caption-draw': 'Рисование',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Iné',
|
|
62
|
+
'src-type-mobile-video-camera': 'Video',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
62
64
|
'caption-from-url': 'Import z odkazu',
|
|
63
65
|
'caption-camera': 'Kamera',
|
|
64
66
|
'caption-draw': 'Kresliť',
|
|
@@ -57,6 +57,8 @@ declare const _default: {
|
|
|
57
57
|
'src-type-onedrive': string;
|
|
58
58
|
'src-type-huddle': string;
|
|
59
59
|
'src-type-other': string;
|
|
60
|
+
'src-type-mobile-video-camera': string;
|
|
61
|
+
'src-type-mobile-photo-camera': string;
|
|
60
62
|
'caption-from-url': string;
|
|
61
63
|
'caption-camera': string;
|
|
62
64
|
'caption-draw': string;
|
|
@@ -57,6 +57,8 @@ export default {
|
|
|
57
57
|
'src-type-onedrive': 'Onedrive',
|
|
58
58
|
'src-type-huddle': 'Huddle',
|
|
59
59
|
'src-type-other': 'Остало',
|
|
60
|
+
'src-type-mobile-video-camera': 'Видео',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Фотографија',
|
|
60
62
|
'caption-from-url': 'Увези са везе',
|
|
61
63
|
'caption-camera': 'Камера',
|
|
62
64
|
'caption-draw': 'Цртај',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Annat',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
58
60
|
'caption-from-url': 'Importera från länk',
|
|
59
61
|
'caption-camera': 'Kamera',
|
|
60
62
|
'caption-draw': 'Rita',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Diğer',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Fotoğraf',
|
|
58
60
|
'caption-from-url': 'Bağlantıdan İçe Aktar',
|
|
59
61
|
'caption-camera': 'Kamera',
|
|
60
62
|
'caption-draw': 'Çiz',
|
|
@@ -59,6 +59,8 @@ declare const _default: {
|
|
|
59
59
|
'src-type-onedrive': string;
|
|
60
60
|
'src-type-huddle': string;
|
|
61
61
|
'src-type-other': string;
|
|
62
|
+
'src-type-mobile-video-camera': string;
|
|
63
|
+
'src-type-mobile-photo-camera': string;
|
|
62
64
|
'caption-from-url': string;
|
|
63
65
|
'caption-camera': string;
|
|
64
66
|
'caption-draw': string;
|
|
@@ -59,6 +59,8 @@ export default {
|
|
|
59
59
|
'src-type-onedrive': 'Onedrive',
|
|
60
60
|
'src-type-huddle': 'Huddle',
|
|
61
61
|
'src-type-other': 'Інше',
|
|
62
|
+
'src-type-mobile-video-camera': 'Відео',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Фото',
|
|
62
64
|
'caption-from-url': 'Імпортувати з посилання',
|
|
63
65
|
'caption-camera': 'Камера',
|
|
64
66
|
'caption-draw': 'Малювати',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': 'Khác',
|
|
58
|
+
'src-type-mobile-video-camera': 'Video',
|
|
59
|
+
'src-type-mobile-photo-camera': 'Ảnh',
|
|
58
60
|
'caption-from-url': 'Nhập khẩu từ liên kết',
|
|
59
61
|
'caption-camera': 'Máy ảnh',
|
|
60
62
|
'caption-draw': 'Vẽ',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': '其他',
|
|
58
|
+
'src-type-mobile-video-camera': '影片',
|
|
59
|
+
'src-type-mobile-photo-camera': '照片',
|
|
58
60
|
'caption-from-url': '從連結匯入',
|
|
59
61
|
'caption-camera': '相機',
|
|
60
62
|
'caption-draw': '繪圖',
|
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
'src-type-onedrive': string;
|
|
56
56
|
'src-type-huddle': string;
|
|
57
57
|
'src-type-other': string;
|
|
58
|
+
'src-type-mobile-video-camera': string;
|
|
59
|
+
'src-type-mobile-photo-camera': string;
|
|
58
60
|
'caption-from-url': string;
|
|
59
61
|
'caption-camera': string;
|
|
60
62
|
'caption-draw': string;
|
|
@@ -55,6 +55,8 @@ export default {
|
|
|
55
55
|
'src-type-onedrive': 'Onedrive',
|
|
56
56
|
'src-type-huddle': 'Huddle',
|
|
57
57
|
'src-type-other': '其他',
|
|
58
|
+
'src-type-mobile-video-camera': '视频',
|
|
59
|
+
'src-type-mobile-photo-camera': '照片',
|
|
58
60
|
'caption-from-url': '从链接导入',
|
|
59
61
|
'caption-camera': '相机',
|
|
60
62
|
'caption-draw': '绘制',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uploadcare/file-uploader",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0-alpha.11",
|
|
4
4
|
"description": "Building blocks for Uploadcare products integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web components",
|
|
@@ -35,7 +35,9 @@
|
|
|
35
35
|
"MIT"
|
|
36
36
|
],
|
|
37
37
|
"type": "module",
|
|
38
|
-
"sideEffects": [
|
|
38
|
+
"sideEffects": [
|
|
39
|
+
"*.css"
|
|
40
|
+
],
|
|
39
41
|
"module": "./index.js",
|
|
40
42
|
"exports": {
|
|
41
43
|
".": {
|
|
@@ -5,8 +5,8 @@ export class FileUploaderInline extends SolutionBlock {
|
|
|
5
5
|
'*commonProgress': number;
|
|
6
6
|
'*uploadList': never[];
|
|
7
7
|
'*uploadQueue': import("@uploadcare/upload-client").Queue;
|
|
8
|
-
'*collectionErrors':
|
|
9
|
-
'*collectionState': import("./index.js").OutputCollectionState
|
|
8
|
+
'*collectionErrors': ReturnType<import("./index.js").OutputErrorCollection>[];
|
|
9
|
+
'*collectionState': import("./index.js").OutputCollectionState | null;
|
|
10
10
|
'*groupInfo': import("@uploadcare/upload-client").UploadcareGroup | null;
|
|
11
11
|
'*uploadTrigger': Set<string>;
|
|
12
12
|
'*secureUploadsManager': import("../../../abstract/SecureUploadsManager.js").SecureUploadsManager | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUploaderInline.d.ts","sourceRoot":"","sources":["FileUploaderInline.js"],"names":[],"mappings":"AAIA;IAMI
|
|
1
|
+
{"version":3,"file":"FileUploaderInline.d.ts","sourceRoot":"","sources":["FileUploaderInline.js"],"names":[],"mappings":"AAIA;IAMI;;;;;;+CAcoB,YAAU;mCACsC,YAAU;6BAIhD,2BAA2B;;wCAMS,2CACnD;;;;;;MAhBd;IAGH,gCAGC;IAED,6BAEC;CA0BF;;;;8BAtD6B,oCAAoC"}
|