@uploadcare/file-uploader 1.13.3-alpha.0 → 1.14.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/UploaderBlock.d.ts +2 -1
- package/abstract/UploaderBlock.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.d.ts.map +1 -1
- package/abstract/UploaderPublicApi.js +27 -3
- package/blocks/SourceBtn/SourceBtn.d.ts +1 -1
- package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
- package/blocks/SourceBtn/SourceBtn.js +24 -14
- package/blocks/SourceList/SourceList.d.ts.map +1 -1
- package/blocks/SourceList/SourceList.js +17 -11
- package/blocks/themes/uc-basic/svg-sprite.d.ts +1 -1
- package/blocks/themes/uc-basic/svg-sprite.js +1 -1
- package/blocks/utils/UploadSource.d.ts +6 -1
- package/blocks/utils/UploadSource.d.ts.map +1 -1
- package/blocks/utils/UploadSource.js +7 -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/env.d.ts +1 -1
- package/env.js +1 -1
- package/index.ssr.d.ts +29 -15
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +29 -15
- 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 -1
- package/locales/file-uploader/en.js +2 -1
- 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 +1 -1
- package/web/file-uploader.iife.min.js +4 -4
- package/web/file-uploader.min.js +4 -4
- package/web/uc-cloud-image-editor.min.js +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.js +4 -4
- package/web/uc-img.min.js +1 -1
- package/blocks/utils/checkDevice.d.ts +0 -9
- package/blocks/utils/checkDevice.d.ts.map +0 -1
- package/blocks/utils/checkDevice.js +0 -34
package/index.ssr.d.ts
CHANGED
|
@@ -71,11 +71,12 @@ export const CameraSource: {
|
|
|
71
71
|
LOCAL: string;
|
|
72
72
|
DROP_AREA: string;
|
|
73
73
|
CAMERA: string;
|
|
74
|
-
VIDEO_CAMERA: string;
|
|
75
74
|
EXTERNAL: string;
|
|
76
75
|
API: string;
|
|
77
76
|
URL: string;
|
|
78
77
|
DRAW: string;
|
|
78
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
79
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
79
80
|
FACEBOOK: string;
|
|
80
81
|
DROPBOX: string;
|
|
81
82
|
GDRIVE: string;
|
|
@@ -128,11 +129,12 @@ export const CloudImageEditorActivity: {
|
|
|
128
129
|
LOCAL: string;
|
|
129
130
|
DROP_AREA: string;
|
|
130
131
|
CAMERA: string;
|
|
131
|
-
VIDEO_CAMERA: string;
|
|
132
132
|
EXTERNAL: string;
|
|
133
133
|
API: string;
|
|
134
134
|
URL: string;
|
|
135
135
|
DRAW: string;
|
|
136
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
137
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
136
138
|
FACEBOOK: string;
|
|
137
139
|
DROPBOX: string;
|
|
138
140
|
GDRIVE: string;
|
|
@@ -229,11 +231,12 @@ export const DropArea: {
|
|
|
229
231
|
LOCAL: string;
|
|
230
232
|
DROP_AREA: string;
|
|
231
233
|
CAMERA: string;
|
|
232
|
-
VIDEO_CAMERA: string;
|
|
233
234
|
EXTERNAL: string;
|
|
234
235
|
API: string;
|
|
235
236
|
URL: string;
|
|
236
237
|
DRAW: string;
|
|
238
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
239
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
237
240
|
FACEBOOK: string;
|
|
238
241
|
DROPBOX: string;
|
|
239
242
|
GDRIVE: string;
|
|
@@ -340,11 +343,12 @@ export const ExternalSource: {
|
|
|
340
343
|
LOCAL: string;
|
|
341
344
|
DROP_AREA: string;
|
|
342
345
|
CAMERA: string;
|
|
343
|
-
VIDEO_CAMERA: string;
|
|
344
346
|
EXTERNAL: string;
|
|
345
347
|
API: string;
|
|
346
348
|
URL: string;
|
|
347
349
|
DRAW: string;
|
|
350
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
351
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
348
352
|
FACEBOOK: string;
|
|
349
353
|
DROPBOX: string;
|
|
350
354
|
GDRIVE: string;
|
|
@@ -402,11 +406,12 @@ export const FileItem: {
|
|
|
402
406
|
LOCAL: string;
|
|
403
407
|
DROP_AREA: string;
|
|
404
408
|
CAMERA: string;
|
|
405
|
-
VIDEO_CAMERA: string;
|
|
406
409
|
EXTERNAL: string;
|
|
407
410
|
API: string;
|
|
408
411
|
URL: string;
|
|
409
412
|
DRAW: string;
|
|
413
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
414
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
410
415
|
FACEBOOK: string;
|
|
411
416
|
DROPBOX: string;
|
|
412
417
|
GDRIVE: string;
|
|
@@ -472,11 +477,12 @@ export const FormInput: {
|
|
|
472
477
|
LOCAL: string;
|
|
473
478
|
DROP_AREA: string;
|
|
474
479
|
CAMERA: string;
|
|
475
|
-
VIDEO_CAMERA: string;
|
|
476
480
|
EXTERNAL: string;
|
|
477
481
|
API: string;
|
|
478
482
|
URL: string;
|
|
479
483
|
DRAW: string;
|
|
484
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
485
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
480
486
|
FACEBOOK: string;
|
|
481
487
|
DROPBOX: string;
|
|
482
488
|
GDRIVE: string;
|
|
@@ -536,7 +542,7 @@ export const Modal: {
|
|
|
536
542
|
bindAttributes: () => void;
|
|
537
543
|
};
|
|
538
544
|
export const PACKAGE_NAME: "blocks";
|
|
539
|
-
export const PACKAGE_VERSION: "1.
|
|
545
|
+
export const PACKAGE_VERSION: "1.14.0";
|
|
540
546
|
export const PresenceToggle: {
|
|
541
547
|
new (): {};
|
|
542
548
|
template: string;
|
|
@@ -572,11 +578,12 @@ export const ProgressBarCommon: {
|
|
|
572
578
|
LOCAL: string;
|
|
573
579
|
DROP_AREA: string;
|
|
574
580
|
CAMERA: string;
|
|
575
|
-
VIDEO_CAMERA: string;
|
|
576
581
|
EXTERNAL: string;
|
|
577
582
|
API: string;
|
|
578
583
|
URL: string;
|
|
579
584
|
DRAW: string;
|
|
585
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
586
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
580
587
|
FACEBOOK: string;
|
|
581
588
|
DROPBOX: string;
|
|
582
589
|
GDRIVE: string;
|
|
@@ -631,11 +638,12 @@ export const SimpleBtn: {
|
|
|
631
638
|
LOCAL: string;
|
|
632
639
|
DROP_AREA: string;
|
|
633
640
|
CAMERA: string;
|
|
634
|
-
VIDEO_CAMERA: string;
|
|
635
641
|
EXTERNAL: string;
|
|
636
642
|
API: string;
|
|
637
643
|
URL: string;
|
|
638
644
|
DRAW: string;
|
|
645
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
646
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
639
647
|
FACEBOOK: string;
|
|
640
648
|
DROPBOX: string;
|
|
641
649
|
GDRIVE: string;
|
|
@@ -695,11 +703,12 @@ export const SourceBtn: {
|
|
|
695
703
|
LOCAL: string;
|
|
696
704
|
DROP_AREA: string;
|
|
697
705
|
CAMERA: string;
|
|
698
|
-
VIDEO_CAMERA: string;
|
|
699
706
|
EXTERNAL: string;
|
|
700
707
|
API: string;
|
|
701
708
|
URL: string;
|
|
702
709
|
DRAW: string;
|
|
710
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
711
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
703
712
|
FACEBOOK: string;
|
|
704
713
|
DROPBOX: string;
|
|
705
714
|
GDRIVE: string;
|
|
@@ -807,11 +816,12 @@ export const UploadCtxProvider: {
|
|
|
807
816
|
LOCAL: string;
|
|
808
817
|
DROP_AREA: string;
|
|
809
818
|
CAMERA: string;
|
|
810
|
-
VIDEO_CAMERA: string;
|
|
811
819
|
EXTERNAL: string;
|
|
812
820
|
API: string;
|
|
813
821
|
URL: string;
|
|
814
822
|
DRAW: string;
|
|
823
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
824
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
815
825
|
FACEBOOK: string;
|
|
816
826
|
DROPBOX: string;
|
|
817
827
|
GDRIVE: string;
|
|
@@ -856,11 +866,12 @@ export const UploadList: {
|
|
|
856
866
|
LOCAL: string;
|
|
857
867
|
DROP_AREA: string;
|
|
858
868
|
CAMERA: string;
|
|
859
|
-
VIDEO_CAMERA: string;
|
|
860
869
|
EXTERNAL: string;
|
|
861
870
|
API: string;
|
|
862
871
|
URL: string;
|
|
863
872
|
DRAW: string;
|
|
873
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
874
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
864
875
|
FACEBOOK: string;
|
|
865
876
|
DROPBOX: string;
|
|
866
877
|
GDRIVE: string;
|
|
@@ -890,11 +901,12 @@ export namespace UploadSource {
|
|
|
890
901
|
export let LOCAL: string;
|
|
891
902
|
export let DROP_AREA: string;
|
|
892
903
|
export let CAMERA: string;
|
|
893
|
-
export let VIDEO_CAMERA: string;
|
|
894
904
|
export let EXTERNAL: string;
|
|
895
905
|
export let API: string;
|
|
896
906
|
export let URL: string;
|
|
897
907
|
export let DRAW: string;
|
|
908
|
+
export let MOBILE_VIDEO_CAMERA: string;
|
|
909
|
+
export let MOBILE_PHOTO_CAMERA: string;
|
|
898
910
|
let FACEBOOK_1: string;
|
|
899
911
|
export { FACEBOOK_1 as FACEBOOK };
|
|
900
912
|
let DROPBOX_1: string;
|
|
@@ -934,11 +946,12 @@ export const UploaderBlock: {
|
|
|
934
946
|
LOCAL: string;
|
|
935
947
|
DROP_AREA: string;
|
|
936
948
|
CAMERA: string;
|
|
937
|
-
VIDEO_CAMERA: string;
|
|
938
949
|
EXTERNAL: string;
|
|
939
950
|
API: string;
|
|
940
951
|
URL: string;
|
|
941
952
|
DRAW: string;
|
|
953
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
954
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
942
955
|
FACEBOOK: string;
|
|
943
956
|
DROPBOX: string;
|
|
944
957
|
GDRIVE: string;
|
|
@@ -983,11 +996,12 @@ export const UrlSource: {
|
|
|
983
996
|
LOCAL: string;
|
|
984
997
|
DROP_AREA: string;
|
|
985
998
|
CAMERA: string;
|
|
986
|
-
VIDEO_CAMERA: string;
|
|
987
999
|
EXTERNAL: string;
|
|
988
1000
|
API: string;
|
|
989
1001
|
URL: string;
|
|
990
1002
|
DRAW: string;
|
|
1003
|
+
MOBILE_VIDEO_CAMERA: string;
|
|
1004
|
+
MOBILE_PHOTO_CAMERA: string;
|
|
991
1005
|
FACEBOOK: string;
|
|
992
1006
|
DROPBOX: string;
|
|
993
1007
|
GDRIVE: 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;;;;;;;;EAgBE;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;;;;;;;;EAgBE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4IE;AACF;;;;;;;;EAuCE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CE;AACF;;;;;;;;EAuCE;AACF;;;;;;;EAsGE;AACF;;;;;;;EAaE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkEE;AACF;;;;;;;EAWE;AACF;;;;;;;EAWE;AACF;;;;;;;EASE;AACF;;;;;;EAKE;AACF;;;;;;;EAWE;AACF;;;;;;;EAME;AACF;;;;;;;EAWE;AACF;;;;;;;EA2IE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0EE;;;;;;;;;;;;;AAaF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoFE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CE;AACF;;;;;;;;EAWE;AACF;;;;;;EAwBE;AACF;;;;;;;EAUE;AACF;;;;;;;;EAWE;AACF,oCAAqC;AACrC,uCAAwC;AACxC;;;;;;;EAME;AACF;;;;;;;EASE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDE;AACF;;;;;;;EAME;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0DE;AACF;;;;;;;EAeE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsDE;AACF;;;;;;EAKE;AACF;;;;;;EAKE;AACF;;;;;;;;;;;;;;;;EAeE;AACF;;;;;;;;;;;;EAWE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmEE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8FE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CE;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2EE;AACK,yCAAiC;AACjC,qCAA6B;AAC7B,6CAAqC;AACrC,oCAA4B"}
|
package/index.ssr.js
CHANGED
|
@@ -166,11 +166,12 @@ export const CameraSource = class {
|
|
|
166
166
|
LOCAL: "local",
|
|
167
167
|
DROP_AREA: "drop-area",
|
|
168
168
|
CAMERA: "camera",
|
|
169
|
-
VIDEO_CAMERA: "video-camera",
|
|
170
169
|
EXTERNAL: "external",
|
|
171
170
|
API: "js-api",
|
|
172
171
|
URL: "url",
|
|
173
172
|
DRAW: "draw",
|
|
173
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
174
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
174
175
|
FACEBOOK: "facebook",
|
|
175
176
|
DROPBOX: "dropbox",
|
|
176
177
|
GDRIVE: "gdrive",
|
|
@@ -253,11 +254,12 @@ export const CloudImageEditorActivity = class {
|
|
|
253
254
|
LOCAL: "local",
|
|
254
255
|
DROP_AREA: "drop-area",
|
|
255
256
|
CAMERA: "camera",
|
|
256
|
-
VIDEO_CAMERA: "video-camera",
|
|
257
257
|
EXTERNAL: "external",
|
|
258
258
|
API: "js-api",
|
|
259
259
|
URL: "url",
|
|
260
260
|
DRAW: "draw",
|
|
261
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
262
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
261
263
|
FACEBOOK: "facebook",
|
|
262
264
|
DROPBOX: "dropbox",
|
|
263
265
|
GDRIVE: "gdrive",
|
|
@@ -500,11 +502,12 @@ export const DropArea = class {
|
|
|
500
502
|
LOCAL: "local",
|
|
501
503
|
DROP_AREA: "drop-area",
|
|
502
504
|
CAMERA: "camera",
|
|
503
|
-
VIDEO_CAMERA: "video-camera",
|
|
504
505
|
EXTERNAL: "external",
|
|
505
506
|
API: "js-api",
|
|
506
507
|
URL: "url",
|
|
507
508
|
DRAW: "draw",
|
|
509
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
510
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
508
511
|
FACEBOOK: "facebook",
|
|
509
512
|
DROPBOX: "dropbox",
|
|
510
513
|
GDRIVE: "gdrive",
|
|
@@ -784,11 +787,12 @@ export const ExternalSource = class {
|
|
|
784
787
|
LOCAL: "local",
|
|
785
788
|
DROP_AREA: "drop-area",
|
|
786
789
|
CAMERA: "camera",
|
|
787
|
-
VIDEO_CAMERA: "video-camera",
|
|
788
790
|
EXTERNAL: "external",
|
|
789
791
|
API: "js-api",
|
|
790
792
|
URL: "url",
|
|
791
793
|
DRAW: "draw",
|
|
794
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
795
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
792
796
|
FACEBOOK: "facebook",
|
|
793
797
|
DROPBOX: "dropbox",
|
|
794
798
|
GDRIVE: "gdrive",
|
|
@@ -880,11 +884,12 @@ export const FileItem = class {
|
|
|
880
884
|
LOCAL: "local",
|
|
881
885
|
DROP_AREA: "drop-area",
|
|
882
886
|
CAMERA: "camera",
|
|
883
|
-
VIDEO_CAMERA: "video-camera",
|
|
884
887
|
EXTERNAL: "external",
|
|
885
888
|
API: "js-api",
|
|
886
889
|
URL: "url",
|
|
887
890
|
DRAW: "draw",
|
|
891
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
892
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
888
893
|
FACEBOOK: "facebook",
|
|
889
894
|
DROPBOX: "dropbox",
|
|
890
895
|
GDRIVE: "gdrive",
|
|
@@ -946,11 +951,12 @@ export const FormInput = class {
|
|
|
946
951
|
LOCAL: "local",
|
|
947
952
|
DROP_AREA: "drop-area",
|
|
948
953
|
CAMERA: "camera",
|
|
949
|
-
VIDEO_CAMERA: "video-camera",
|
|
950
954
|
EXTERNAL: "external",
|
|
951
955
|
API: "js-api",
|
|
952
956
|
URL: "url",
|
|
953
957
|
DRAW: "draw",
|
|
958
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
959
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
954
960
|
FACEBOOK: "facebook",
|
|
955
961
|
DROPBOX: "dropbox",
|
|
956
962
|
GDRIVE: "gdrive",
|
|
@@ -1037,7 +1043,7 @@ export const Modal = class {
|
|
|
1037
1043
|
static bindAttributes = () => {};
|
|
1038
1044
|
};
|
|
1039
1045
|
export const PACKAGE_NAME = `blocks`;
|
|
1040
|
-
export const PACKAGE_VERSION = `1.
|
|
1046
|
+
export const PACKAGE_VERSION = `1.14.0`;
|
|
1041
1047
|
export const PresenceToggle = class {
|
|
1042
1048
|
static template = `<slot></slot> `;
|
|
1043
1049
|
static reg = () => {};
|
|
@@ -1073,11 +1079,12 @@ export const ProgressBarCommon = class {
|
|
|
1073
1079
|
LOCAL: "local",
|
|
1074
1080
|
DROP_AREA: "drop-area",
|
|
1075
1081
|
CAMERA: "camera",
|
|
1076
|
-
VIDEO_CAMERA: "video-camera",
|
|
1077
1082
|
EXTERNAL: "external",
|
|
1078
1083
|
API: "js-api",
|
|
1079
1084
|
URL: "url",
|
|
1080
1085
|
DRAW: "draw",
|
|
1086
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1087
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1081
1088
|
FACEBOOK: "facebook",
|
|
1082
1089
|
DROPBOX: "dropbox",
|
|
1083
1090
|
GDRIVE: "gdrive",
|
|
@@ -1139,11 +1146,12 @@ export const SimpleBtn = class {
|
|
|
1139
1146
|
LOCAL: "local",
|
|
1140
1147
|
DROP_AREA: "drop-area",
|
|
1141
1148
|
CAMERA: "camera",
|
|
1142
|
-
VIDEO_CAMERA: "video-camera",
|
|
1143
1149
|
EXTERNAL: "external",
|
|
1144
1150
|
API: "js-api",
|
|
1145
1151
|
URL: "url",
|
|
1146
1152
|
DRAW: "draw",
|
|
1153
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1154
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1147
1155
|
FACEBOOK: "facebook",
|
|
1148
1156
|
DROPBOX: "dropbox",
|
|
1149
1157
|
GDRIVE: "gdrive",
|
|
@@ -1214,11 +1222,12 @@ export const SourceBtn = class {
|
|
|
1214
1222
|
LOCAL: "local",
|
|
1215
1223
|
DROP_AREA: "drop-area",
|
|
1216
1224
|
CAMERA: "camera",
|
|
1217
|
-
VIDEO_CAMERA: "video-camera",
|
|
1218
1225
|
EXTERNAL: "external",
|
|
1219
1226
|
API: "js-api",
|
|
1220
1227
|
URL: "url",
|
|
1221
1228
|
DRAW: "draw",
|
|
1229
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1230
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1222
1231
|
FACEBOOK: "facebook",
|
|
1223
1232
|
DROPBOX: "dropbox",
|
|
1224
1233
|
GDRIVE: "gdrive",
|
|
@@ -1321,11 +1330,12 @@ export const UploadCtxProvider = class {
|
|
|
1321
1330
|
LOCAL: "local",
|
|
1322
1331
|
DROP_AREA: "drop-area",
|
|
1323
1332
|
CAMERA: "camera",
|
|
1324
|
-
VIDEO_CAMERA: "video-camera",
|
|
1325
1333
|
EXTERNAL: "external",
|
|
1326
1334
|
API: "js-api",
|
|
1327
1335
|
URL: "url",
|
|
1328
1336
|
DRAW: "draw",
|
|
1337
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1338
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1329
1339
|
FACEBOOK: "facebook",
|
|
1330
1340
|
DROPBOX: "dropbox",
|
|
1331
1341
|
GDRIVE: "gdrive",
|
|
@@ -1415,11 +1425,12 @@ export const UploadList = class {
|
|
|
1415
1425
|
LOCAL: "local",
|
|
1416
1426
|
DROP_AREA: "drop-area",
|
|
1417
1427
|
CAMERA: "camera",
|
|
1418
|
-
VIDEO_CAMERA: "video-camera",
|
|
1419
1428
|
EXTERNAL: "external",
|
|
1420
1429
|
API: "js-api",
|
|
1421
1430
|
URL: "url",
|
|
1422
1431
|
DRAW: "draw",
|
|
1432
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1433
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1423
1434
|
FACEBOOK: "facebook",
|
|
1424
1435
|
DROPBOX: "dropbox",
|
|
1425
1436
|
GDRIVE: "gdrive",
|
|
@@ -1449,11 +1460,12 @@ export const UploadSource = {
|
|
|
1449
1460
|
LOCAL: "local",
|
|
1450
1461
|
DROP_AREA: "drop-area",
|
|
1451
1462
|
CAMERA: "camera",
|
|
1452
|
-
VIDEO_CAMERA: "video-camera",
|
|
1453
1463
|
EXTERNAL: "external",
|
|
1454
1464
|
API: "js-api",
|
|
1455
1465
|
URL: "url",
|
|
1456
1466
|
DRAW: "draw",
|
|
1467
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1468
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1457
1469
|
FACEBOOK: "facebook",
|
|
1458
1470
|
DROPBOX: "dropbox",
|
|
1459
1471
|
GDRIVE: "gdrive",
|
|
@@ -1482,11 +1494,12 @@ export const UploaderBlock = class {
|
|
|
1482
1494
|
LOCAL: "local",
|
|
1483
1495
|
DROP_AREA: "drop-area",
|
|
1484
1496
|
CAMERA: "camera",
|
|
1485
|
-
VIDEO_CAMERA: "video-camera",
|
|
1486
1497
|
EXTERNAL: "external",
|
|
1487
1498
|
API: "js-api",
|
|
1488
1499
|
URL: "url",
|
|
1489
1500
|
DRAW: "draw",
|
|
1501
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1502
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1490
1503
|
FACEBOOK: "facebook",
|
|
1491
1504
|
DROPBOX: "dropbox",
|
|
1492
1505
|
GDRIVE: "gdrive",
|
|
@@ -1557,11 +1570,12 @@ export const UrlSource = class {
|
|
|
1557
1570
|
LOCAL: "local",
|
|
1558
1571
|
DROP_AREA: "drop-area",
|
|
1559
1572
|
CAMERA: "camera",
|
|
1560
|
-
VIDEO_CAMERA: "video-camera",
|
|
1561
1573
|
EXTERNAL: "external",
|
|
1562
1574
|
API: "js-api",
|
|
1563
1575
|
URL: "url",
|
|
1564
1576
|
DRAW: "draw",
|
|
1577
|
+
MOBILE_VIDEO_CAMERA: "mobile-video-camera",
|
|
1578
|
+
MOBILE_PHOTO_CAMERA: "mobile-photo-camera",
|
|
1565
1579
|
FACEBOOK: "facebook",
|
|
1566
1580
|
DROPBOX: "dropbox",
|
|
1567
1581
|
GDRIVE: "gdrive",
|
|
@@ -65,6 +65,8 @@ declare const _default: {
|
|
|
65
65
|
'src-type-onedrive': string;
|
|
66
66
|
'src-type-huddle': string;
|
|
67
67
|
'src-type-other': string;
|
|
68
|
+
'src-type-mobile-video-camera': string;
|
|
69
|
+
'src-type-mobile-photo-camera': string;
|
|
68
70
|
'caption-from-url': string;
|
|
69
71
|
'caption-camera': string;
|
|
70
72
|
'caption-draw': string;
|
|
@@ -65,6 +65,8 @@ export default {
|
|
|
65
65
|
'src-type-onedrive': 'Onedrive',
|
|
66
66
|
'src-type-huddle': 'Huddle',
|
|
67
67
|
'src-type-other': 'أخرى',
|
|
68
|
+
'src-type-mobile-video-camera': 'فيديو',
|
|
69
|
+
'src-type-mobile-photo-camera': 'صورة',
|
|
68
70
|
'caption-from-url': 'استيراد من رابط',
|
|
69
71
|
'caption-camera': 'كاميرا',
|
|
70
72
|
'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': 'Digər',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Linkdən import et',
|
|
61
63
|
'caption-camera': 'Kamera',
|
|
62
64
|
'caption-draw': 'Çək',
|
|
@@ -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': 'Altres',
|
|
62
|
+
'src-type-mobile-video-camera': 'Vídeo',
|
|
63
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
62
64
|
'caption-from-url': "Importar des d'enllaç",
|
|
63
65
|
'caption-camera': 'Càmera',
|
|
64
66
|
'caption-draw': 'Dibuix',
|
|
@@ -61,6 +61,8 @@ declare const _default: {
|
|
|
61
61
|
'src-type-onedrive': string;
|
|
62
62
|
'src-type-huddle': string;
|
|
63
63
|
'src-type-other': string;
|
|
64
|
+
'src-type-mobile-video-camera': string;
|
|
65
|
+
'src-type-mobile-photo-camera': string;
|
|
64
66
|
'caption-from-url': string;
|
|
65
67
|
'caption-camera': string;
|
|
66
68
|
'caption-draw': string;
|
|
@@ -61,6 +61,8 @@ export default {
|
|
|
61
61
|
'src-type-onedrive': 'Onedrive',
|
|
62
62
|
'src-type-huddle': 'Huddle',
|
|
63
63
|
'src-type-other': 'Jiné',
|
|
64
|
+
'src-type-mobile-video-camera': 'Video',
|
|
65
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
64
66
|
'caption-from-url': 'Importovat z odkazu',
|
|
65
67
|
'caption-camera': 'Kamera',
|
|
66
68
|
'caption-draw': 'Kreslit',
|
|
@@ -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': 'Andet',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Importer fra link',
|
|
61
63
|
'caption-camera': 'Kamera',
|
|
62
64
|
'caption-draw': 'Tegn',
|
|
@@ -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': 'Andere',
|
|
60
|
+
'src-type-mobile-video-camera': 'Video',
|
|
61
|
+
'src-type-mobile-photo-camera': 'Foto',
|
|
60
62
|
'caption-from-url': 'Von Link importieren',
|
|
61
63
|
'caption-camera': 'Kamera',
|
|
62
64
|
'caption-draw': 'Zeichnen',
|
|
@@ -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': 'Σχέδιο',
|
|
@@ -45,7 +45,8 @@ declare const _default: {
|
|
|
45
45
|
'src-type-local': string;
|
|
46
46
|
'src-type-from-url': string;
|
|
47
47
|
'src-type-camera': string;
|
|
48
|
-
'src-type-video-camera': string;
|
|
48
|
+
'src-type-mobile-video-camera': string;
|
|
49
|
+
'src-type-mobile-photo-camera': string;
|
|
49
50
|
'src-type-draw': string;
|
|
50
51
|
'src-type-facebook': string;
|
|
51
52
|
'src-type-dropbox': string;
|
|
@@ -45,7 +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-video-camera': '
|
|
48
|
+
'src-type-mobile-video-camera': 'Video',
|
|
49
|
+
'src-type-mobile-photo-camera': 'Photo',
|
|
49
50
|
'src-type-draw': 'Draw',
|
|
50
51
|
'src-type-facebook': 'Facebook',
|
|
51
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;
|