@uploadcare/file-uploader 1.12.0-alpha.0 → 1.13.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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/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 +5 -7
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.d.ts +23 -22
- package/abstract/UploaderPublicApi.d.ts.map +1 -1
- 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 +11 -10
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CropFrame.d.ts +8 -1
- package/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/CropFrame.js +45 -0
- 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/css/common.css +4 -0
- 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/Config/Config.d.ts +4 -12
- package/blocks/Config/Config.d.ts.map +1 -1
- package/blocks/Config/Config.js +2 -0
- package/blocks/Config/initialConfig.d.ts +1 -1
- package/blocks/Config/initialConfig.d.ts.map +1 -1
- package/blocks/Config/initialConfig.js +3 -0
- package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
- package/blocks/Config/normalizeConfigValue.js +2 -0
- package/blocks/DropArea/DropArea.d.ts +2 -2
- package/blocks/DropArea/DropArea.d.ts.map +1 -1
- 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 +11 -5
- package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
- package/blocks/ExternalSource/ExternalSource.js +27 -16
- package/blocks/ExternalSource/MessageBridge.d.ts +3 -3
- package/blocks/ExternalSource/MessageBridge.d.ts.map +1 -1
- package/blocks/ExternalSource/external-source.css +14 -0
- package/blocks/ExternalSource/query-string.d.ts.map +1 -1
- package/blocks/ExternalSource/types.d.ts +65 -76
- package/blocks/ExternalSource/types.d.ts.map +1 -1
- package/blocks/ExternalSource/types.js +1 -15
- package/blocks/FileItem/FileItem.d.ts +2 -2
- package/blocks/FileItem/FileItem.d.ts.map +1 -1
- 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/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/SourceBtn/SourceBtn.d.ts +2 -2
- package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
- package/blocks/SourceList/SourceList.d.ts.map +1 -1
- package/blocks/SourceList/SourceList.js +11 -0
- package/blocks/Spinner/Spinner.d.ts +8 -0
- package/blocks/Spinner/Spinner.d.ts.map +1 -0
- package/blocks/Spinner/Spinner.js +5 -0
- package/blocks/Spinner/spinner.css +18 -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 +2 -2
- package/blocks/UploadList/UploadList.d.ts.map +1 -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/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/utils/UploadSource.d.ts +0 -2
- package/blocks/utils/UploadSource.d.ts.map +1 -1
- package/blocks/utils/UploadSource.js +0 -1
- 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/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 +1 -0
- package/index.js +1 -0
- package/index.ssr.d.ts +8 -30
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +13 -35
- package/locales/file-uploader/ar.d.ts +0 -1
- package/locales/file-uploader/ar.js +0 -1
- package/locales/file-uploader/az.d.ts +0 -1
- package/locales/file-uploader/az.js +0 -1
- package/locales/file-uploader/ca.d.ts +0 -1
- package/locales/file-uploader/ca.js +0 -1
- package/locales/file-uploader/cs.d.ts +0 -1
- package/locales/file-uploader/cs.js +0 -1
- package/locales/file-uploader/da.d.ts +0 -1
- package/locales/file-uploader/da.js +0 -1
- package/locales/file-uploader/de.d.ts +0 -1
- package/locales/file-uploader/de.js +0 -1
- package/locales/file-uploader/el.d.ts +0 -1
- package/locales/file-uploader/el.js +0 -1
- package/locales/file-uploader/en.d.ts +0 -1
- package/locales/file-uploader/en.js +0 -1
- package/locales/file-uploader/es.d.ts +0 -1
- package/locales/file-uploader/es.js +0 -1
- package/locales/file-uploader/et.d.ts +0 -1
- package/locales/file-uploader/et.js +0 -1
- package/locales/file-uploader/fi.d.ts +0 -1
- package/locales/file-uploader/fi.js +0 -1
- package/locales/file-uploader/fr.d.ts +0 -1
- package/locales/file-uploader/fr.js +0 -1
- package/locales/file-uploader/he.d.ts +0 -1
- package/locales/file-uploader/he.js +0 -1
- package/locales/file-uploader/hy.d.ts +0 -1
- package/locales/file-uploader/hy.js +0 -1
- package/locales/file-uploader/is.d.ts +0 -1
- package/locales/file-uploader/is.js +0 -1
- package/locales/file-uploader/it.d.ts +0 -1
- package/locales/file-uploader/it.js +0 -1
- package/locales/file-uploader/ja.d.ts +0 -1
- package/locales/file-uploader/ja.js +0 -1
- package/locales/file-uploader/ka.d.ts +0 -1
- package/locales/file-uploader/ka.js +0 -1
- package/locales/file-uploader/kk.d.ts +0 -1
- package/locales/file-uploader/kk.js +0 -1
- package/locales/file-uploader/ko.d.ts +0 -1
- package/locales/file-uploader/ko.js +0 -1
- package/locales/file-uploader/lv.d.ts +0 -1
- package/locales/file-uploader/lv.js +0 -1
- package/locales/file-uploader/nb.d.ts +0 -1
- package/locales/file-uploader/nb.js +0 -1
- package/locales/file-uploader/nl.d.ts +0 -1
- package/locales/file-uploader/nl.js +0 -1
- package/locales/file-uploader/pl.d.ts +0 -1
- package/locales/file-uploader/pl.js +0 -1
- package/locales/file-uploader/pt.d.ts +0 -1
- package/locales/file-uploader/pt.js +0 -1
- package/locales/file-uploader/ro.d.ts +0 -1
- package/locales/file-uploader/ro.js +0 -1
- package/locales/file-uploader/ru.d.ts +0 -1
- package/locales/file-uploader/ru.js +0 -1
- package/locales/file-uploader/sk.d.ts +0 -1
- package/locales/file-uploader/sk.js +0 -1
- package/locales/file-uploader/sr.d.ts +0 -1
- package/locales/file-uploader/sr.js +0 -1
- package/locales/file-uploader/sv.d.ts +0 -1
- package/locales/file-uploader/sv.js +0 -1
- package/locales/file-uploader/tr.d.ts +0 -1
- package/locales/file-uploader/tr.js +0 -1
- package/locales/file-uploader/uk.d.ts +0 -1
- package/locales/file-uploader/uk.js +0 -1
- package/locales/file-uploader/vi.d.ts +0 -1
- package/locales/file-uploader/vi.js +0 -1
- package/locales/file-uploader/zh-TW.d.ts +0 -1
- package/locales/file-uploader/zh-TW.js +0 -1
- package/locales/file-uploader/zh.d.ts +0 -1
- package/locales/file-uploader/zh.js +0 -1
- package/package.json +1 -1
- 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/regular/FileUploaderRegular.d.ts +3 -3
- package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
- package/types/exported.d.ts +170 -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.js +3 -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
package/index.ssr.d.ts
CHANGED
|
@@ -74,7 +74,6 @@ export const CameraSource: {
|
|
|
74
74
|
DROPBOX: string;
|
|
75
75
|
GDRIVE: string;
|
|
76
76
|
GPHOTOS: string;
|
|
77
|
-
INSTAGRAM: string;
|
|
78
77
|
FLICKR: string;
|
|
79
78
|
VK: string;
|
|
80
79
|
EVERNOTE: string;
|
|
@@ -94,7 +93,6 @@ export const CameraSource: {
|
|
|
94
93
|
DROPBOX: string;
|
|
95
94
|
GDRIVE: string;
|
|
96
95
|
GPHOTOS: string;
|
|
97
|
-
INSTAGRAM: string;
|
|
98
96
|
FLICKR: string;
|
|
99
97
|
VK: string;
|
|
100
98
|
EVERNOTE: string;
|
|
@@ -132,7 +130,6 @@ export const CloudImageEditorActivity: {
|
|
|
132
130
|
DROPBOX: string;
|
|
133
131
|
GDRIVE: string;
|
|
134
132
|
GPHOTOS: string;
|
|
135
|
-
INSTAGRAM: string;
|
|
136
133
|
FLICKR: string;
|
|
137
134
|
VK: string;
|
|
138
135
|
EVERNOTE: string;
|
|
@@ -152,7 +149,6 @@ export const CloudImageEditorActivity: {
|
|
|
152
149
|
DROPBOX: string;
|
|
153
150
|
GDRIVE: string;
|
|
154
151
|
GPHOTOS: string;
|
|
155
|
-
INSTAGRAM: string;
|
|
156
152
|
FLICKR: string;
|
|
157
153
|
VK: string;
|
|
158
154
|
EVERNOTE: string;
|
|
@@ -234,7 +230,6 @@ export const DropArea: {
|
|
|
234
230
|
DROPBOX: string;
|
|
235
231
|
GDRIVE: string;
|
|
236
232
|
GPHOTOS: string;
|
|
237
|
-
INSTAGRAM: string;
|
|
238
233
|
FLICKR: string;
|
|
239
234
|
VK: string;
|
|
240
235
|
EVERNOTE: string;
|
|
@@ -254,7 +249,6 @@ export const DropArea: {
|
|
|
254
249
|
DROPBOX: string;
|
|
255
250
|
GDRIVE: string;
|
|
256
251
|
GPHOTOS: string;
|
|
257
|
-
INSTAGRAM: string;
|
|
258
252
|
FLICKR: string;
|
|
259
253
|
VK: string;
|
|
260
254
|
EVERNOTE: string;
|
|
@@ -346,7 +340,6 @@ export const ExternalSource: {
|
|
|
346
340
|
DROPBOX: string;
|
|
347
341
|
GDRIVE: string;
|
|
348
342
|
GPHOTOS: string;
|
|
349
|
-
INSTAGRAM: string;
|
|
350
343
|
FLICKR: string;
|
|
351
344
|
VK: string;
|
|
352
345
|
EVERNOTE: string;
|
|
@@ -366,7 +359,6 @@ export const ExternalSource: {
|
|
|
366
359
|
DROPBOX: string;
|
|
367
360
|
GDRIVE: string;
|
|
368
361
|
GPHOTOS: string;
|
|
369
|
-
INSTAGRAM: string;
|
|
370
362
|
FLICKR: string;
|
|
371
363
|
VK: string;
|
|
372
364
|
EVERNOTE: string;
|
|
@@ -393,7 +385,6 @@ export namespace ExternalUploadSource {
|
|
|
393
385
|
let DROPBOX: string;
|
|
394
386
|
let GDRIVE: string;
|
|
395
387
|
let GPHOTOS: string;
|
|
396
|
-
let INSTAGRAM: string;
|
|
397
388
|
let FLICKR: string;
|
|
398
389
|
let VK: string;
|
|
399
390
|
let EVERNOTE: string;
|
|
@@ -410,7 +401,6 @@ export const FileItem: {
|
|
|
410
401
|
DROPBOX: string;
|
|
411
402
|
GDRIVE: string;
|
|
412
403
|
GPHOTOS: string;
|
|
413
|
-
INSTAGRAM: string;
|
|
414
404
|
FLICKR: string;
|
|
415
405
|
VK: string;
|
|
416
406
|
EVERNOTE: string;
|
|
@@ -430,7 +420,6 @@ export const FileItem: {
|
|
|
430
420
|
DROPBOX: string;
|
|
431
421
|
GDRIVE: string;
|
|
432
422
|
GPHOTOS: string;
|
|
433
|
-
INSTAGRAM: string;
|
|
434
423
|
FLICKR: string;
|
|
435
424
|
VK: string;
|
|
436
425
|
EVERNOTE: string;
|
|
@@ -481,7 +470,6 @@ export const FormInput: {
|
|
|
481
470
|
DROPBOX: string;
|
|
482
471
|
GDRIVE: string;
|
|
483
472
|
GPHOTOS: string;
|
|
484
|
-
INSTAGRAM: string;
|
|
485
473
|
FLICKR: string;
|
|
486
474
|
VK: string;
|
|
487
475
|
EVERNOTE: string;
|
|
@@ -501,7 +489,6 @@ export const FormInput: {
|
|
|
501
489
|
DROPBOX: string;
|
|
502
490
|
GDRIVE: string;
|
|
503
491
|
GPHOTOS: string;
|
|
504
|
-
INSTAGRAM: string;
|
|
505
492
|
FLICKR: string;
|
|
506
493
|
VK: string;
|
|
507
494
|
EVERNOTE: string;
|
|
@@ -557,7 +544,7 @@ export const Modal: {
|
|
|
557
544
|
bindAttributes: () => void;
|
|
558
545
|
};
|
|
559
546
|
export const PACKAGE_NAME: "blocks";
|
|
560
|
-
export const PACKAGE_VERSION: "1.
|
|
547
|
+
export const PACKAGE_VERSION: "1.12.0";
|
|
561
548
|
export const PresenceToggle: {
|
|
562
549
|
new (): {};
|
|
563
550
|
template: string;
|
|
@@ -582,7 +569,6 @@ export const ProgressBarCommon: {
|
|
|
582
569
|
DROPBOX: string;
|
|
583
570
|
GDRIVE: string;
|
|
584
571
|
GPHOTOS: string;
|
|
585
|
-
INSTAGRAM: string;
|
|
586
572
|
FLICKR: string;
|
|
587
573
|
VK: string;
|
|
588
574
|
EVERNOTE: string;
|
|
@@ -602,7 +588,6 @@ export const ProgressBarCommon: {
|
|
|
602
588
|
DROPBOX: string;
|
|
603
589
|
GDRIVE: string;
|
|
604
590
|
GPHOTOS: string;
|
|
605
|
-
INSTAGRAM: string;
|
|
606
591
|
FLICKR: string;
|
|
607
592
|
VK: string;
|
|
608
593
|
EVERNOTE: string;
|
|
@@ -642,7 +627,6 @@ export const SimpleBtn: {
|
|
|
642
627
|
DROPBOX: string;
|
|
643
628
|
GDRIVE: string;
|
|
644
629
|
GPHOTOS: string;
|
|
645
|
-
INSTAGRAM: string;
|
|
646
630
|
FLICKR: string;
|
|
647
631
|
VK: string;
|
|
648
632
|
EVERNOTE: string;
|
|
@@ -662,7 +646,6 @@ export const SimpleBtn: {
|
|
|
662
646
|
DROPBOX: string;
|
|
663
647
|
GDRIVE: string;
|
|
664
648
|
GPHOTOS: string;
|
|
665
|
-
INSTAGRAM: string;
|
|
666
649
|
FLICKR: string;
|
|
667
650
|
VK: string;
|
|
668
651
|
EVERNOTE: string;
|
|
@@ -707,7 +690,6 @@ export const SourceBtn: {
|
|
|
707
690
|
DROPBOX: string;
|
|
708
691
|
GDRIVE: string;
|
|
709
692
|
GPHOTOS: string;
|
|
710
|
-
INSTAGRAM: string;
|
|
711
693
|
FLICKR: string;
|
|
712
694
|
VK: string;
|
|
713
695
|
EVERNOTE: string;
|
|
@@ -727,7 +709,6 @@ export const SourceBtn: {
|
|
|
727
709
|
DROPBOX: string;
|
|
728
710
|
GDRIVE: string;
|
|
729
711
|
GPHOTOS: string;
|
|
730
|
-
INSTAGRAM: string;
|
|
731
712
|
FLICKR: string;
|
|
732
713
|
VK: string;
|
|
733
714
|
EVERNOTE: string;
|
|
@@ -756,6 +737,13 @@ export const SourceList: {
|
|
|
756
737
|
is: string;
|
|
757
738
|
bindAttributes: () => void;
|
|
758
739
|
};
|
|
740
|
+
export const Spinner: {
|
|
741
|
+
new (): {};
|
|
742
|
+
template: string;
|
|
743
|
+
reg: () => void;
|
|
744
|
+
is: string;
|
|
745
|
+
bindAttributes: () => void;
|
|
746
|
+
};
|
|
759
747
|
export const StartFrom: {
|
|
760
748
|
new (): {};
|
|
761
749
|
template: string;
|
|
@@ -813,7 +801,6 @@ export const UploadCtxProvider: {
|
|
|
813
801
|
DROPBOX: string;
|
|
814
802
|
GDRIVE: string;
|
|
815
803
|
GPHOTOS: string;
|
|
816
|
-
INSTAGRAM: string;
|
|
817
804
|
FLICKR: string;
|
|
818
805
|
VK: string;
|
|
819
806
|
EVERNOTE: string;
|
|
@@ -833,7 +820,6 @@ export const UploadCtxProvider: {
|
|
|
833
820
|
DROPBOX: string;
|
|
834
821
|
GDRIVE: string;
|
|
835
822
|
GPHOTOS: string;
|
|
836
|
-
INSTAGRAM: string;
|
|
837
823
|
FLICKR: string;
|
|
838
824
|
VK: string;
|
|
839
825
|
EVERNOTE: string;
|
|
@@ -863,7 +849,6 @@ export const UploadList: {
|
|
|
863
849
|
DROPBOX: string;
|
|
864
850
|
GDRIVE: string;
|
|
865
851
|
GPHOTOS: string;
|
|
866
|
-
INSTAGRAM: string;
|
|
867
852
|
FLICKR: string;
|
|
868
853
|
VK: string;
|
|
869
854
|
EVERNOTE: string;
|
|
@@ -883,7 +868,6 @@ export const UploadList: {
|
|
|
883
868
|
DROPBOX: string;
|
|
884
869
|
GDRIVE: string;
|
|
885
870
|
GPHOTOS: string;
|
|
886
|
-
INSTAGRAM: string;
|
|
887
871
|
FLICKR: string;
|
|
888
872
|
VK: string;
|
|
889
873
|
EVERNOTE: string;
|
|
@@ -921,8 +905,6 @@ export namespace UploadSource {
|
|
|
921
905
|
export { GDRIVE_1 as GDRIVE };
|
|
922
906
|
let GPHOTOS_1: string;
|
|
923
907
|
export { GPHOTOS_1 as GPHOTOS };
|
|
924
|
-
let INSTAGRAM_1: string;
|
|
925
|
-
export { INSTAGRAM_1 as INSTAGRAM };
|
|
926
908
|
let FLICKR_1: string;
|
|
927
909
|
export { FLICKR_1 as FLICKR };
|
|
928
910
|
let VK_1: string;
|
|
@@ -943,7 +925,6 @@ export const UploaderBlock: {
|
|
|
943
925
|
DROPBOX: string;
|
|
944
926
|
GDRIVE: string;
|
|
945
927
|
GPHOTOS: string;
|
|
946
|
-
INSTAGRAM: string;
|
|
947
928
|
FLICKR: string;
|
|
948
929
|
VK: string;
|
|
949
930
|
EVERNOTE: string;
|
|
@@ -963,7 +944,6 @@ export const UploaderBlock: {
|
|
|
963
944
|
DROPBOX: string;
|
|
964
945
|
GDRIVE: string;
|
|
965
946
|
GPHOTOS: string;
|
|
966
|
-
INSTAGRAM: string;
|
|
967
947
|
FLICKR: string;
|
|
968
948
|
VK: string;
|
|
969
949
|
EVERNOTE: string;
|
|
@@ -993,7 +973,6 @@ export const UrlSource: {
|
|
|
993
973
|
DROPBOX: string;
|
|
994
974
|
GDRIVE: string;
|
|
995
975
|
GPHOTOS: string;
|
|
996
|
-
INSTAGRAM: string;
|
|
997
976
|
FLICKR: string;
|
|
998
977
|
VK: string;
|
|
999
978
|
EVERNOTE: string;
|
|
@@ -1013,7 +992,6 @@ export const UrlSource: {
|
|
|
1013
992
|
DROPBOX: string;
|
|
1014
993
|
GDRIVE: string;
|
|
1015
994
|
GPHOTOS: string;
|
|
1016
|
-
INSTAGRAM: string;
|
|
1017
995
|
FLICKR: string;
|
|
1018
996
|
VK: string;
|
|
1019
997
|
EVERNOTE: string;
|
package/index.ssr.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;EAcE;AACF;;;;;;;;;;;;;;;EAcE;AACF;;;;;EAIE;AACF;;;;;;EAKE;AACF;;;;;;;;EAYE;AACF
|
|
1
|
+
{"version":3,"file":"index.ssr.d.ts","sourceRoot":"","sources":["index.ssr.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;EAcE;AACF;;;;;;;;;;;;;;;EAcE;AACF;;;;;EAIE;AACF;;;;;;EAKE;AACF;;;;;;;;EAYE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqJE;AACF;;;;;;;;EAuCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAuCE;AACF;;;;;;;EAoGE;AACF;;;;;;;EAaE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgEE;AACF;;;;;;;EAWE;AACF;;;;;;;EAWE;AACF;;;;;;;EASE;AACF;;;;;;EAKE;AACF;;;;;;;EAWE;AACF;;;;;;;EAME;AACF;;;;;;;EAWE;AACF;;;;;;;EA2IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwEE;;;;;;;;;;;;;AAaF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiFE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;EAWE;AACF;;;;;;EAwBE;AACF;;;;;;;EAUE;AACF;;;;;;;;EAWE;AACF,oCAAqC;AACrC,uCAAwC;AACxC;;;;;;;EAME;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDE;AACF;;;;;;;EAeE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4FE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyEE;AACK,yCAAiC;AACjC,qCAA6B;AAC7B,6CAAqC;AACrC,oCAA4B"}
|
package/index.ssr.js
CHANGED
|
@@ -162,7 +162,6 @@ export const CameraSource = class {
|
|
|
162
162
|
DROPBOX: "dropbox",
|
|
163
163
|
GDRIVE: "gdrive",
|
|
164
164
|
GPHOTOS: "gphotos",
|
|
165
|
-
INSTAGRAM: "instagram",
|
|
166
165
|
FLICKR: "flickr",
|
|
167
166
|
VK: "vk",
|
|
168
167
|
EVERNOTE: "evernote",
|
|
@@ -182,7 +181,6 @@ export const CameraSource = class {
|
|
|
182
181
|
DROPBOX: "dropbox",
|
|
183
182
|
GDRIVE: "gdrive",
|
|
184
183
|
GPHOTOS: "gphotos",
|
|
185
|
-
INSTAGRAM: "instagram",
|
|
186
184
|
FLICKR: "flickr",
|
|
187
185
|
VK: "vk",
|
|
188
186
|
EVERNOTE: "evernote",
|
|
@@ -250,7 +248,6 @@ export const CloudImageEditorActivity = class {
|
|
|
250
248
|
DROPBOX: "dropbox",
|
|
251
249
|
GDRIVE: "gdrive",
|
|
252
250
|
GPHOTOS: "gphotos",
|
|
253
|
-
INSTAGRAM: "instagram",
|
|
254
251
|
FLICKR: "flickr",
|
|
255
252
|
VK: "vk",
|
|
256
253
|
EVERNOTE: "evernote",
|
|
@@ -270,7 +267,6 @@ export const CloudImageEditorActivity = class {
|
|
|
270
267
|
DROPBOX: "dropbox",
|
|
271
268
|
GDRIVE: "gdrive",
|
|
272
269
|
GPHOTOS: "gphotos",
|
|
273
|
-
INSTAGRAM: "instagram",
|
|
274
270
|
FLICKR: "flickr",
|
|
275
271
|
VK: "vk",
|
|
276
272
|
EVERNOTE: "evernote",
|
|
@@ -343,6 +339,7 @@ export const Config = class {
|
|
|
343
339
|
"img-only",
|
|
344
340
|
"accept",
|
|
345
341
|
"external-sources-preferred-types",
|
|
342
|
+
"external-sources-embed-css",
|
|
346
343
|
"store",
|
|
347
344
|
"camera-mirror",
|
|
348
345
|
"camera-capture",
|
|
@@ -387,6 +384,7 @@ export const Config = class {
|
|
|
387
384
|
"confirmupload",
|
|
388
385
|
"imgonly",
|
|
389
386
|
"externalsourcespreferredtypes",
|
|
387
|
+
"externalsourcesembedcss",
|
|
390
388
|
"cameramirror",
|
|
391
389
|
"cameracapture",
|
|
392
390
|
"sourcelist",
|
|
@@ -494,7 +492,6 @@ export const DropArea = class {
|
|
|
494
492
|
DROPBOX: "dropbox",
|
|
495
493
|
GDRIVE: "gdrive",
|
|
496
494
|
GPHOTOS: "gphotos",
|
|
497
|
-
INSTAGRAM: "instagram",
|
|
498
495
|
FLICKR: "flickr",
|
|
499
496
|
VK: "vk",
|
|
500
497
|
EVERNOTE: "evernote",
|
|
@@ -514,7 +511,6 @@ export const DropArea = class {
|
|
|
514
511
|
DROPBOX: "dropbox",
|
|
515
512
|
GDRIVE: "gdrive",
|
|
516
513
|
GPHOTOS: "gphotos",
|
|
517
|
-
INSTAGRAM: "instagram",
|
|
518
514
|
FLICKR: "flickr",
|
|
519
515
|
VK: "vk",
|
|
520
516
|
EVERNOTE: "evernote",
|
|
@@ -767,12 +763,10 @@ export const ExternalSource = class {
|
|
|
767
763
|
<button type="button" set="onclick: onSelectAll; @hidden: !couldSelectAll" l10n="select-all"></button>
|
|
768
764
|
<button type="button" set="onclick: onDeselectAll; @hidden: !couldDeselectAll" l10n="deselect-all"></button>
|
|
769
765
|
</div>
|
|
770
|
-
<button
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
l10n="done"
|
|
775
|
-
></button>
|
|
766
|
+
<button type="button" class="uc-done-btn uc-primary-btn" set="onclick: onDone; @disabled: !isDoneBtnEnabled;">
|
|
767
|
+
<uc-spinner set="@hidden: isSelectionReady"></uc-spinner>
|
|
768
|
+
<span l10n="done" set="@class: doneBtnTextClass"></span>
|
|
769
|
+
</button>
|
|
776
770
|
</div>
|
|
777
771
|
</div>
|
|
778
772
|
`;
|
|
@@ -781,7 +775,6 @@ export const ExternalSource = class {
|
|
|
781
775
|
DROPBOX: "dropbox",
|
|
782
776
|
GDRIVE: "gdrive",
|
|
783
777
|
GPHOTOS: "gphotos",
|
|
784
|
-
INSTAGRAM: "instagram",
|
|
785
778
|
FLICKR: "flickr",
|
|
786
779
|
VK: "vk",
|
|
787
780
|
EVERNOTE: "evernote",
|
|
@@ -801,7 +794,6 @@ export const ExternalSource = class {
|
|
|
801
794
|
DROPBOX: "dropbox",
|
|
802
795
|
GDRIVE: "gdrive",
|
|
803
796
|
GPHOTOS: "gphotos",
|
|
804
|
-
INSTAGRAM: "instagram",
|
|
805
797
|
FLICKR: "flickr",
|
|
806
798
|
VK: "vk",
|
|
807
799
|
EVERNOTE: "evernote",
|
|
@@ -828,7 +820,6 @@ export const ExternalUploadSource = {
|
|
|
828
820
|
DROPBOX: "dropbox",
|
|
829
821
|
GDRIVE: "gdrive",
|
|
830
822
|
GPHOTOS: "gphotos",
|
|
831
|
-
INSTAGRAM: "instagram",
|
|
832
823
|
FLICKR: "flickr",
|
|
833
824
|
VK: "vk",
|
|
834
825
|
EVERNOTE: "evernote",
|
|
@@ -878,7 +869,6 @@ export const FileItem = class {
|
|
|
878
869
|
DROPBOX: "dropbox",
|
|
879
870
|
GDRIVE: "gdrive",
|
|
880
871
|
GPHOTOS: "gphotos",
|
|
881
|
-
INSTAGRAM: "instagram",
|
|
882
872
|
FLICKR: "flickr",
|
|
883
873
|
VK: "vk",
|
|
884
874
|
EVERNOTE: "evernote",
|
|
@@ -898,7 +888,6 @@ export const FileItem = class {
|
|
|
898
888
|
DROPBOX: "dropbox",
|
|
899
889
|
GDRIVE: "gdrive",
|
|
900
890
|
GPHOTOS: "gphotos",
|
|
901
|
-
INSTAGRAM: "instagram",
|
|
902
891
|
FLICKR: "flickr",
|
|
903
892
|
VK: "vk",
|
|
904
893
|
EVERNOTE: "evernote",
|
|
@@ -945,7 +934,6 @@ export const FormInput = class {
|
|
|
945
934
|
DROPBOX: "dropbox",
|
|
946
935
|
GDRIVE: "gdrive",
|
|
947
936
|
GPHOTOS: "gphotos",
|
|
948
|
-
INSTAGRAM: "instagram",
|
|
949
937
|
FLICKR: "flickr",
|
|
950
938
|
VK: "vk",
|
|
951
939
|
EVERNOTE: "evernote",
|
|
@@ -965,7 +953,6 @@ export const FormInput = class {
|
|
|
965
953
|
DROPBOX: "dropbox",
|
|
966
954
|
GDRIVE: "gdrive",
|
|
967
955
|
GPHOTOS: "gphotos",
|
|
968
|
-
INSTAGRAM: "instagram",
|
|
969
956
|
FLICKR: "flickr",
|
|
970
957
|
VK: "vk",
|
|
971
958
|
EVERNOTE: "evernote",
|
|
@@ -1048,7 +1035,7 @@ export const Modal = class {
|
|
|
1048
1035
|
static bindAttributes = () => {};
|
|
1049
1036
|
};
|
|
1050
1037
|
export const PACKAGE_NAME = `blocks`;
|
|
1051
|
-
export const PACKAGE_VERSION = `1.
|
|
1038
|
+
export const PACKAGE_VERSION = `1.12.0`;
|
|
1052
1039
|
export const PresenceToggle = class {
|
|
1053
1040
|
static template = `<slot></slot> `;
|
|
1054
1041
|
static reg = () => {};
|
|
@@ -1070,7 +1057,6 @@ export const ProgressBarCommon = class {
|
|
|
1070
1057
|
DROPBOX: "dropbox",
|
|
1071
1058
|
GDRIVE: "gdrive",
|
|
1072
1059
|
GPHOTOS: "gphotos",
|
|
1073
|
-
INSTAGRAM: "instagram",
|
|
1074
1060
|
FLICKR: "flickr",
|
|
1075
1061
|
VK: "vk",
|
|
1076
1062
|
EVERNOTE: "evernote",
|
|
@@ -1090,7 +1076,6 @@ export const ProgressBarCommon = class {
|
|
|
1090
1076
|
DROPBOX: "dropbox",
|
|
1091
1077
|
GDRIVE: "gdrive",
|
|
1092
1078
|
GPHOTOS: "gphotos",
|
|
1093
|
-
INSTAGRAM: "instagram",
|
|
1094
1079
|
FLICKR: "flickr",
|
|
1095
1080
|
VK: "vk",
|
|
1096
1081
|
EVERNOTE: "evernote",
|
|
@@ -1137,7 +1122,6 @@ export const SimpleBtn = class {
|
|
|
1137
1122
|
DROPBOX: "dropbox",
|
|
1138
1123
|
GDRIVE: "gdrive",
|
|
1139
1124
|
GPHOTOS: "gphotos",
|
|
1140
|
-
INSTAGRAM: "instagram",
|
|
1141
1125
|
FLICKR: "flickr",
|
|
1142
1126
|
VK: "vk",
|
|
1143
1127
|
EVERNOTE: "evernote",
|
|
@@ -1157,7 +1141,6 @@ export const SimpleBtn = class {
|
|
|
1157
1141
|
DROPBOX: "dropbox",
|
|
1158
1142
|
GDRIVE: "gdrive",
|
|
1159
1143
|
GPHOTOS: "gphotos",
|
|
1160
|
-
INSTAGRAM: "instagram",
|
|
1161
1144
|
FLICKR: "flickr",
|
|
1162
1145
|
VK: "vk",
|
|
1163
1146
|
EVERNOTE: "evernote",
|
|
@@ -1213,7 +1196,6 @@ export const SourceBtn = class {
|
|
|
1213
1196
|
DROPBOX: "dropbox",
|
|
1214
1197
|
GDRIVE: "gdrive",
|
|
1215
1198
|
GPHOTOS: "gphotos",
|
|
1216
|
-
INSTAGRAM: "instagram",
|
|
1217
1199
|
FLICKR: "flickr",
|
|
1218
1200
|
VK: "vk",
|
|
1219
1201
|
EVERNOTE: "evernote",
|
|
@@ -1233,7 +1215,6 @@ export const SourceBtn = class {
|
|
|
1233
1215
|
DROPBOX: "dropbox",
|
|
1234
1216
|
GDRIVE: "gdrive",
|
|
1235
1217
|
GPHOTOS: "gphotos",
|
|
1236
|
-
INSTAGRAM: "instagram",
|
|
1237
1218
|
FLICKR: "flickr",
|
|
1238
1219
|
VK: "vk",
|
|
1239
1220
|
EVERNOTE: "evernote",
|
|
@@ -1261,6 +1242,12 @@ export const SourceList = class {
|
|
|
1261
1242
|
static is = `sym-1`;
|
|
1262
1243
|
static bindAttributes = () => {};
|
|
1263
1244
|
};
|
|
1245
|
+
export const Spinner = class {
|
|
1246
|
+
static template = ` <div class="uc-spinner"></div> `;
|
|
1247
|
+
static reg = () => {};
|
|
1248
|
+
static is = `sym-1`;
|
|
1249
|
+
static bindAttributes = () => {};
|
|
1250
|
+
};
|
|
1264
1251
|
export const StartFrom = class {
|
|
1265
1252
|
static template = ` <div class="uc-content"><slot></slot></div> `;
|
|
1266
1253
|
static activities = {
|
|
@@ -1315,7 +1302,6 @@ export const UploadCtxProvider = class {
|
|
|
1315
1302
|
DROPBOX: "dropbox",
|
|
1316
1303
|
GDRIVE: "gdrive",
|
|
1317
1304
|
GPHOTOS: "gphotos",
|
|
1318
|
-
INSTAGRAM: "instagram",
|
|
1319
1305
|
FLICKR: "flickr",
|
|
1320
1306
|
VK: "vk",
|
|
1321
1307
|
EVERNOTE: "evernote",
|
|
@@ -1335,7 +1321,6 @@ export const UploadCtxProvider = class {
|
|
|
1335
1321
|
DROPBOX: "dropbox",
|
|
1336
1322
|
GDRIVE: "gdrive",
|
|
1337
1323
|
GPHOTOS: "gphotos",
|
|
1338
|
-
INSTAGRAM: "instagram",
|
|
1339
1324
|
FLICKR: "flickr",
|
|
1340
1325
|
VK: "vk",
|
|
1341
1326
|
EVERNOTE: "evernote",
|
|
@@ -1410,7 +1395,6 @@ export const UploadList = class {
|
|
|
1410
1395
|
DROPBOX: "dropbox",
|
|
1411
1396
|
GDRIVE: "gdrive",
|
|
1412
1397
|
GPHOTOS: "gphotos",
|
|
1413
|
-
INSTAGRAM: "instagram",
|
|
1414
1398
|
FLICKR: "flickr",
|
|
1415
1399
|
VK: "vk",
|
|
1416
1400
|
EVERNOTE: "evernote",
|
|
@@ -1430,7 +1414,6 @@ export const UploadList = class {
|
|
|
1430
1414
|
DROPBOX: "dropbox",
|
|
1431
1415
|
GDRIVE: "gdrive",
|
|
1432
1416
|
GPHOTOS: "gphotos",
|
|
1433
|
-
INSTAGRAM: "instagram",
|
|
1434
1417
|
FLICKR: "flickr",
|
|
1435
1418
|
VK: "vk",
|
|
1436
1419
|
EVERNOTE: "evernote",
|
|
@@ -1464,7 +1447,6 @@ export const UploadSource = {
|
|
|
1464
1447
|
DROPBOX: "dropbox",
|
|
1465
1448
|
GDRIVE: "gdrive",
|
|
1466
1449
|
GPHOTOS: "gphotos",
|
|
1467
|
-
INSTAGRAM: "instagram",
|
|
1468
1450
|
FLICKR: "flickr",
|
|
1469
1451
|
VK: "vk",
|
|
1470
1452
|
EVERNOTE: "evernote",
|
|
@@ -1478,7 +1460,6 @@ export const UploaderBlock = class {
|
|
|
1478
1460
|
DROPBOX: "dropbox",
|
|
1479
1461
|
GDRIVE: "gdrive",
|
|
1480
1462
|
GPHOTOS: "gphotos",
|
|
1481
|
-
INSTAGRAM: "instagram",
|
|
1482
1463
|
FLICKR: "flickr",
|
|
1483
1464
|
VK: "vk",
|
|
1484
1465
|
EVERNOTE: "evernote",
|
|
@@ -1498,7 +1479,6 @@ export const UploaderBlock = class {
|
|
|
1498
1479
|
DROPBOX: "dropbox",
|
|
1499
1480
|
GDRIVE: "gdrive",
|
|
1500
1481
|
GPHOTOS: "gphotos",
|
|
1501
|
-
INSTAGRAM: "instagram",
|
|
1502
1482
|
FLICKR: "flickr",
|
|
1503
1483
|
VK: "vk",
|
|
1504
1484
|
EVERNOTE: "evernote",
|
|
@@ -1554,7 +1534,6 @@ export const UrlSource = class {
|
|
|
1554
1534
|
DROPBOX: "dropbox",
|
|
1555
1535
|
GDRIVE: "gdrive",
|
|
1556
1536
|
GPHOTOS: "gphotos",
|
|
1557
|
-
INSTAGRAM: "instagram",
|
|
1558
1537
|
FLICKR: "flickr",
|
|
1559
1538
|
VK: "vk",
|
|
1560
1539
|
EVERNOTE: "evernote",
|
|
@@ -1574,7 +1553,6 @@ export const UrlSource = class {
|
|
|
1574
1553
|
DROPBOX: "dropbox",
|
|
1575
1554
|
GDRIVE: "gdrive",
|
|
1576
1555
|
GPHOTOS: "gphotos",
|
|
1577
|
-
INSTAGRAM: "instagram",
|
|
1578
1556
|
FLICKR: "flickr",
|
|
1579
1557
|
VK: "vk",
|
|
1580
1558
|
EVERNOTE: "evernote",
|