giime 0.8.11 → 0.8.12
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/dist/index.css +91 -90
- package/es/components/src/base/tableColumn/TableColumn.vue2.mjs +5 -5
- package/es/components/src/base/tableColumn/TableColumn.vue2.mjs.map +1 -1
- package/es/components/src/composite/previewFile/PreviewFile.vue2.mjs +1 -1
- package/es/components/src/composite/previewFile/PreviewFile.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.d.ts +4 -2
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.mjs +44 -16
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.mjs.map +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue.mjs +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs +2 -2
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue2.mjs +5 -5
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue2.mjs.map +1 -1
- package/es/components/src/composite/tablePro/tableHelper.d.ts +8 -1
- package/es/components/src/composite/tablePro/tableHelper.mjs +10 -1
- package/es/components/src/composite/tablePro/tableHelper.mjs.map +1 -1
- package/es/components/src/composite/uploadFile/UploadFile.vue.d.ts +4 -90
- package/es/components/src/composite/uploadFile/UploadFile.vue.mjs +1 -1
- package/es/components/src/composite/uploadFile/UploadFile.vue2.mjs +47 -41
- package/es/components/src/composite/uploadFile/UploadFile.vue2.mjs.map +1 -1
- package/es/components/src/composite/uploadFile/index.d.ts +4 -190
- package/es/components/src/composite/uploadFile/uploadFile.d.ts +1 -51
- package/es/components/src/composite/uploadFile/uploadFile.mjs +0 -50
- package/es/components/src/composite/uploadFile/uploadFile.mjs.map +1 -1
- package/es/giime/version.d.ts +1 -1
- package/es/index.css +91 -90
- package/lib/components/src/base/tableColumn/TableColumn.vue2.js +4 -4
- package/lib/components/src/base/tableColumn/TableColumn.vue2.js.map +1 -1
- package/lib/components/src/composite/previewFile/PreviewFile.vue2.js +1 -1
- package/lib/components/src/composite/previewFile/PreviewFile.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.d.ts +4 -2
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.js +43 -15
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.js.map +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue.js +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue2.js +2 -2
- package/lib/components/src/composite/tablePro/TablePro.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue2.js +4 -4
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue2.js.map +1 -1
- package/lib/components/src/composite/tablePro/tableHelper.d.ts +8 -1
- package/lib/components/src/composite/tablePro/tableHelper.js +10 -1
- package/lib/components/src/composite/tablePro/tableHelper.js.map +1 -1
- package/lib/components/src/composite/uploadFile/UploadFile.vue.d.ts +4 -90
- package/lib/components/src/composite/uploadFile/UploadFile.vue.js +1 -1
- package/lib/components/src/composite/uploadFile/UploadFile.vue2.js +47 -41
- package/lib/components/src/composite/uploadFile/UploadFile.vue2.js.map +1 -1
- package/lib/components/src/composite/uploadFile/index.d.ts +4 -190
- package/lib/components/src/composite/uploadFile/uploadFile.d.ts +1 -51
- package/lib/components/src/composite/uploadFile/uploadFile.js +0 -50
- package/lib/components/src/composite/uploadFile/uploadFile.js.map +1 -1
- package/lib/giime/version.d.ts +1 -1
- package/lib/index.css +91 -90
- package/package.json +1 -1
|
@@ -21,34 +21,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
folder: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
seat: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
parallel: {
|
|
33
|
-
type: NumberConstructor;
|
|
34
|
-
default: null;
|
|
35
|
-
};
|
|
36
|
-
partSize: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
default: null;
|
|
39
|
-
};
|
|
40
|
-
options: {
|
|
41
|
-
type: ObjectConstructor;
|
|
42
|
-
default: () => {};
|
|
43
|
-
};
|
|
44
|
-
bucket: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
fileName: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
24
|
showDelete: {
|
|
53
25
|
type: BooleanConstructor;
|
|
54
26
|
default: boolean;
|
|
@@ -61,18 +33,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
61
33
|
type: BooleanConstructor;
|
|
62
34
|
default: boolean;
|
|
63
35
|
};
|
|
64
|
-
saveStore: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
platform: {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
default: string;
|
|
71
|
-
};
|
|
72
|
-
cdn: {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
default: string;
|
|
75
|
-
};
|
|
76
36
|
width: {
|
|
77
37
|
type: NumberConstructor;
|
|
78
38
|
default: number;
|
|
@@ -355,34 +315,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
355
315
|
type: BooleanConstructor;
|
|
356
316
|
default: boolean;
|
|
357
317
|
};
|
|
358
|
-
folder: {
|
|
359
|
-
type: StringConstructor;
|
|
360
|
-
default: string;
|
|
361
|
-
};
|
|
362
|
-
seat: {
|
|
363
|
-
type: StringConstructor;
|
|
364
|
-
default: string;
|
|
365
|
-
};
|
|
366
|
-
parallel: {
|
|
367
|
-
type: NumberConstructor;
|
|
368
|
-
default: null;
|
|
369
|
-
};
|
|
370
|
-
partSize: {
|
|
371
|
-
type: NumberConstructor;
|
|
372
|
-
default: null;
|
|
373
|
-
};
|
|
374
|
-
options: {
|
|
375
|
-
type: ObjectConstructor;
|
|
376
|
-
default: () => {};
|
|
377
|
-
};
|
|
378
|
-
bucket: {
|
|
379
|
-
type: StringConstructor;
|
|
380
|
-
default: string;
|
|
381
|
-
};
|
|
382
|
-
fileName: {
|
|
383
|
-
type: StringConstructor;
|
|
384
|
-
default: string;
|
|
385
|
-
};
|
|
386
318
|
showDelete: {
|
|
387
319
|
type: BooleanConstructor;
|
|
388
320
|
default: boolean;
|
|
@@ -395,18 +327,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
395
327
|
type: BooleanConstructor;
|
|
396
328
|
default: boolean;
|
|
397
329
|
};
|
|
398
|
-
saveStore: {
|
|
399
|
-
type: BooleanConstructor;
|
|
400
|
-
default: boolean;
|
|
401
|
-
};
|
|
402
|
-
platform: {
|
|
403
|
-
type: StringConstructor;
|
|
404
|
-
default: string;
|
|
405
|
-
};
|
|
406
|
-
cdn: {
|
|
407
|
-
type: StringConstructor;
|
|
408
|
-
default: string;
|
|
409
|
-
};
|
|
410
330
|
width: {
|
|
411
331
|
type: NumberConstructor;
|
|
412
332
|
default: number;
|
|
@@ -657,7 +577,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
657
577
|
"onUpdate:checkoutFiles"?: ((value: any[]) => any) | undefined;
|
|
658
578
|
}, {
|
|
659
579
|
size: number;
|
|
660
|
-
options: Record<string, any>;
|
|
661
580
|
method: string;
|
|
662
581
|
data: ({
|
|
663
582
|
[x: string]: any;
|
|
@@ -695,9 +614,7 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
695
614
|
autoUpload: boolean;
|
|
696
615
|
listType: "text" | "picture" | "picture-card";
|
|
697
616
|
httpRequest: import("element-plus").UploadRequestHandler;
|
|
698
|
-
fileName: string;
|
|
699
617
|
acl: string;
|
|
700
|
-
platform: string;
|
|
701
618
|
fileWidth: string;
|
|
702
619
|
fileHeight: string;
|
|
703
620
|
fileStyle: Record<string, any>;
|
|
@@ -712,13 +629,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
712
629
|
deleteTip: boolean;
|
|
713
630
|
disabledCheckboxUids: number[];
|
|
714
631
|
onAllComplete: () => void;
|
|
715
|
-
folder: string;
|
|
716
|
-
seat: string;
|
|
717
|
-
parallel: number;
|
|
718
|
-
partSize: number;
|
|
719
|
-
bucket: string;
|
|
720
|
-
saveStore: boolean;
|
|
721
|
-
cdn: string;
|
|
722
632
|
}, true, {}, {}, {
|
|
723
633
|
P: {};
|
|
724
634
|
B: {};
|
|
@@ -747,34 +657,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
747
657
|
type: BooleanConstructor;
|
|
748
658
|
default: boolean;
|
|
749
659
|
};
|
|
750
|
-
folder: {
|
|
751
|
-
type: StringConstructor;
|
|
752
|
-
default: string;
|
|
753
|
-
};
|
|
754
|
-
seat: {
|
|
755
|
-
type: StringConstructor;
|
|
756
|
-
default: string;
|
|
757
|
-
};
|
|
758
|
-
parallel: {
|
|
759
|
-
type: NumberConstructor;
|
|
760
|
-
default: null;
|
|
761
|
-
};
|
|
762
|
-
partSize: {
|
|
763
|
-
type: NumberConstructor;
|
|
764
|
-
default: null;
|
|
765
|
-
};
|
|
766
|
-
options: {
|
|
767
|
-
type: ObjectConstructor;
|
|
768
|
-
default: () => {};
|
|
769
|
-
};
|
|
770
|
-
bucket: {
|
|
771
|
-
type: StringConstructor;
|
|
772
|
-
default: string;
|
|
773
|
-
};
|
|
774
|
-
fileName: {
|
|
775
|
-
type: StringConstructor;
|
|
776
|
-
default: string;
|
|
777
|
-
};
|
|
778
660
|
showDelete: {
|
|
779
661
|
type: BooleanConstructor;
|
|
780
662
|
default: boolean;
|
|
@@ -787,18 +669,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
787
669
|
type: BooleanConstructor;
|
|
788
670
|
default: boolean;
|
|
789
671
|
};
|
|
790
|
-
saveStore: {
|
|
791
|
-
type: BooleanConstructor;
|
|
792
|
-
default: boolean;
|
|
793
|
-
};
|
|
794
|
-
platform: {
|
|
795
|
-
type: StringConstructor;
|
|
796
|
-
default: string;
|
|
797
|
-
};
|
|
798
|
-
cdn: {
|
|
799
|
-
type: StringConstructor;
|
|
800
|
-
default: string;
|
|
801
|
-
};
|
|
802
672
|
width: {
|
|
803
673
|
type: NumberConstructor;
|
|
804
674
|
default: number;
|
|
@@ -1055,7 +925,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1055
925
|
uploadFileRef: import("vue").Ref<import("element-plus").UploadInstance | undefined>;
|
|
1056
926
|
}, {}, {}, {}, {
|
|
1057
927
|
size: number;
|
|
1058
|
-
options: Record<string, any>;
|
|
1059
928
|
method: string;
|
|
1060
929
|
data: ({
|
|
1061
930
|
[x: string]: any;
|
|
@@ -1093,9 +962,7 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1093
962
|
autoUpload: boolean;
|
|
1094
963
|
listType: "text" | "picture" | "picture-card";
|
|
1095
964
|
httpRequest: import("element-plus").UploadRequestHandler;
|
|
1096
|
-
fileName: string;
|
|
1097
965
|
acl: string;
|
|
1098
|
-
platform: string;
|
|
1099
966
|
fileWidth: string;
|
|
1100
967
|
fileHeight: string;
|
|
1101
968
|
fileStyle: Record<string, any>;
|
|
@@ -1110,13 +977,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1110
977
|
deleteTip: boolean;
|
|
1111
978
|
disabledCheckboxUids: number[];
|
|
1112
979
|
onAllComplete: () => void;
|
|
1113
|
-
folder: string;
|
|
1114
|
-
seat: string;
|
|
1115
|
-
parallel: number;
|
|
1116
|
-
partSize: number;
|
|
1117
|
-
bucket: string;
|
|
1118
|
-
saveStore: boolean;
|
|
1119
|
-
cdn: string;
|
|
1120
980
|
}>;
|
|
1121
981
|
__isFragment?: undefined;
|
|
1122
982
|
__isTeleport?: undefined;
|
|
@@ -1142,34 +1002,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1142
1002
|
type: BooleanConstructor;
|
|
1143
1003
|
default: boolean;
|
|
1144
1004
|
};
|
|
1145
|
-
folder: {
|
|
1146
|
-
type: StringConstructor;
|
|
1147
|
-
default: string;
|
|
1148
|
-
};
|
|
1149
|
-
seat: {
|
|
1150
|
-
type: StringConstructor;
|
|
1151
|
-
default: string;
|
|
1152
|
-
};
|
|
1153
|
-
parallel: {
|
|
1154
|
-
type: NumberConstructor;
|
|
1155
|
-
default: null;
|
|
1156
|
-
};
|
|
1157
|
-
partSize: {
|
|
1158
|
-
type: NumberConstructor;
|
|
1159
|
-
default: null;
|
|
1160
|
-
};
|
|
1161
|
-
options: {
|
|
1162
|
-
type: ObjectConstructor;
|
|
1163
|
-
default: () => {};
|
|
1164
|
-
};
|
|
1165
|
-
bucket: {
|
|
1166
|
-
type: StringConstructor;
|
|
1167
|
-
default: string;
|
|
1168
|
-
};
|
|
1169
|
-
fileName: {
|
|
1170
|
-
type: StringConstructor;
|
|
1171
|
-
default: string;
|
|
1172
|
-
};
|
|
1173
1005
|
showDelete: {
|
|
1174
1006
|
type: BooleanConstructor;
|
|
1175
1007
|
default: boolean;
|
|
@@ -1182,18 +1014,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1182
1014
|
type: BooleanConstructor;
|
|
1183
1015
|
default: boolean;
|
|
1184
1016
|
};
|
|
1185
|
-
saveStore: {
|
|
1186
|
-
type: BooleanConstructor;
|
|
1187
|
-
default: boolean;
|
|
1188
|
-
};
|
|
1189
|
-
platform: {
|
|
1190
|
-
type: StringConstructor;
|
|
1191
|
-
default: string;
|
|
1192
|
-
};
|
|
1193
|
-
cdn: {
|
|
1194
|
-
type: StringConstructor;
|
|
1195
|
-
default: string;
|
|
1196
|
-
};
|
|
1197
1017
|
width: {
|
|
1198
1018
|
type: NumberConstructor;
|
|
1199
1019
|
default: number;
|
|
@@ -1457,7 +1277,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1457
1277
|
"update:checkoutFiles": (value: any[]) => void;
|
|
1458
1278
|
}, string, {
|
|
1459
1279
|
size: number;
|
|
1460
|
-
options: Record<string, any>;
|
|
1461
1280
|
method: string;
|
|
1462
1281
|
data: ({
|
|
1463
1282
|
[x: string]: any;
|
|
@@ -1495,9 +1314,7 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1495
1314
|
autoUpload: boolean;
|
|
1496
1315
|
listType: "text" | "picture" | "picture-card";
|
|
1497
1316
|
httpRequest: import("element-plus").UploadRequestHandler;
|
|
1498
|
-
fileName: string;
|
|
1499
1317
|
acl: string;
|
|
1500
|
-
platform: string;
|
|
1501
1318
|
fileWidth: string;
|
|
1502
1319
|
fileHeight: string;
|
|
1503
1320
|
fileStyle: Record<string, any>;
|
|
@@ -1512,13 +1329,6 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1512
1329
|
deleteTip: boolean;
|
|
1513
1330
|
disabledCheckboxUids: number[];
|
|
1514
1331
|
onAllComplete: () => void;
|
|
1515
|
-
folder: string;
|
|
1516
|
-
seat: string;
|
|
1517
|
-
parallel: number;
|
|
1518
|
-
partSize: number;
|
|
1519
|
-
bucket: string;
|
|
1520
|
-
saveStore: boolean;
|
|
1521
|
-
cdn: string;
|
|
1522
1332
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1523
1333
|
$slots: {
|
|
1524
1334
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -1526,6 +1336,10 @@ export declare const GmUploadFile: import("../../../../utils").SFCWithInstall<{
|
|
|
1526
1336
|
file?: ((props: {
|
|
1527
1337
|
file: import("element-plus").UploadFile;
|
|
1528
1338
|
}) => any) | undefined;
|
|
1339
|
+
} & {
|
|
1340
|
+
fileBottom?: ((props: {
|
|
1341
|
+
file: import("element-plus").UploadFile;
|
|
1342
|
+
}) => any) | undefined;
|
|
1529
1343
|
};
|
|
1530
1344
|
})> & Record<string, any>;
|
|
1531
1345
|
export type UploadFileInstance = InstanceType<typeof UploadFile>;
|
|
@@ -23,41 +23,6 @@ export declare const uploadFileProps: {
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
/** 文件存储位置 */
|
|
27
|
-
folder: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
/** 文件存储文件夹 */
|
|
32
|
-
seat: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
/** 并行上传数量 */
|
|
37
|
-
parallel: {
|
|
38
|
-
type: NumberConstructor;
|
|
39
|
-
default: null;
|
|
40
|
-
};
|
|
41
|
-
/** 并行分片大小 */
|
|
42
|
-
partSize: {
|
|
43
|
-
type: NumberConstructor;
|
|
44
|
-
default: null;
|
|
45
|
-
};
|
|
46
|
-
/** 阿里oss上传配置 */
|
|
47
|
-
options: {
|
|
48
|
-
type: ObjectConstructor;
|
|
49
|
-
default: () => {};
|
|
50
|
-
};
|
|
51
|
-
/** 阿里oss上传bucket */
|
|
52
|
-
bucket: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
/** 文件存储名称 */
|
|
57
|
-
fileName: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
26
|
/** 是否展示删除按钮 */
|
|
62
27
|
showDelete: {
|
|
63
28
|
type: BooleanConstructor;
|
|
@@ -73,21 +38,6 @@ export declare const uploadFileProps: {
|
|
|
73
38
|
type: BooleanConstructor;
|
|
74
39
|
default: boolean;
|
|
75
40
|
};
|
|
76
|
-
/** 文件是否保存入库 */
|
|
77
|
-
saveStore: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
/** 文件保存入库平台 */
|
|
82
|
-
platform: {
|
|
83
|
-
type: StringConstructor;
|
|
84
|
-
default: string;
|
|
85
|
-
};
|
|
86
|
-
/** cdn */
|
|
87
|
-
cdn: {
|
|
88
|
-
type: StringConstructor;
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
41
|
/** 缩略图宽度 */
|
|
92
42
|
width: {
|
|
93
43
|
type: NumberConstructor;
|
|
@@ -315,7 +265,7 @@ export declare const uploadFileProps: {
|
|
|
315
265
|
};
|
|
316
266
|
controlslist: {
|
|
317
267
|
type: StringConstructor;
|
|
318
|
-
default: string;
|
|
268
|
+
default: string; /** 是否开启文件多选 */
|
|
319
269
|
};
|
|
320
270
|
oncontextmenu: {
|
|
321
271
|
type: BooleanConstructor;
|
|
@@ -28,41 +28,6 @@ const uploadFileProps = {
|
|
|
28
28
|
type: Boolean,
|
|
29
29
|
default: true
|
|
30
30
|
},
|
|
31
|
-
/** 文件存储位置 */
|
|
32
|
-
folder: {
|
|
33
|
-
type: String,
|
|
34
|
-
default: "uploadFile"
|
|
35
|
-
},
|
|
36
|
-
/** 文件存储文件夹 */
|
|
37
|
-
seat: {
|
|
38
|
-
type: String,
|
|
39
|
-
default: "default"
|
|
40
|
-
},
|
|
41
|
-
/** 并行上传数量 */
|
|
42
|
-
parallel: {
|
|
43
|
-
type: Number,
|
|
44
|
-
default: null
|
|
45
|
-
},
|
|
46
|
-
/** 并行分片大小 */
|
|
47
|
-
partSize: {
|
|
48
|
-
type: Number,
|
|
49
|
-
default: null
|
|
50
|
-
},
|
|
51
|
-
/** 阿里oss上传配置 */
|
|
52
|
-
options: {
|
|
53
|
-
type: Object,
|
|
54
|
-
default: () => ({})
|
|
55
|
-
},
|
|
56
|
-
/** 阿里oss上传bucket */
|
|
57
|
-
bucket: {
|
|
58
|
-
type: String,
|
|
59
|
-
default: "giikin-material"
|
|
60
|
-
},
|
|
61
|
-
/** 文件存储名称 */
|
|
62
|
-
fileName: {
|
|
63
|
-
type: String,
|
|
64
|
-
default: ""
|
|
65
|
-
},
|
|
66
31
|
/** 是否展示删除按钮 */
|
|
67
32
|
showDelete: {
|
|
68
33
|
type: Boolean,
|
|
@@ -78,21 +43,6 @@ const uploadFileProps = {
|
|
|
78
43
|
type: Boolean,
|
|
79
44
|
default: true
|
|
80
45
|
},
|
|
81
|
-
/** 文件是否保存入库 */
|
|
82
|
-
saveStore: {
|
|
83
|
-
type: Boolean,
|
|
84
|
-
default: false
|
|
85
|
-
},
|
|
86
|
-
/** 文件保存入库平台 */
|
|
87
|
-
platform: {
|
|
88
|
-
type: String,
|
|
89
|
-
default: ""
|
|
90
|
-
},
|
|
91
|
-
/** cdn */
|
|
92
|
-
cdn: {
|
|
93
|
-
type: String,
|
|
94
|
-
default: "https://sucai.giikin.cn/"
|
|
95
|
-
},
|
|
96
46
|
/** 缩略图宽度 */
|
|
97
47
|
width: {
|
|
98
48
|
type: Number,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploadFile.mjs","sources":["../../../../../../../packages/components/src/composite/uploadFile/uploadFile.ts"],"sourcesContent":["import { type PropType } from 'vue';\nimport { type UploadFile, type UploadProps, uploadProps } from 'element-plus';\nimport { previewFileProps } from '../previewFile';\nimport { uploadFileProProps } from '../../business/uploadPro';\nexport type { GmUploadProUserFile, GmUploadProUserFileResponse } from '../../business/uploadPro';\n\nexport type GmUploadFile = Partial<UploadFile>;\n\nexport const uploadFileProps = {\n ...uploadProps,\n ...previewFileProps,\n ...uploadFileProProps,\n listType: {\n type: String as PropType<UploadProps['listType']>,\n default: 'picture-card',\n },\n accept: {\n type: String,\n default: '*',\n },\n autoUpload: {\n type: Boolean,\n default: false,\n },\n drag: {\n type: Boolean,\n default: true,\n },\n multiple: {\n type: Boolean,\n default: true,\n },\n /**
|
|
1
|
+
{"version":3,"file":"uploadFile.mjs","sources":["../../../../../../../packages/components/src/composite/uploadFile/uploadFile.ts"],"sourcesContent":["import { type PropType } from 'vue';\nimport { type UploadFile, type UploadProps, uploadProps } from 'element-plus';\nimport { previewFileProps } from '../previewFile';\nimport { uploadFileProProps } from '../../business/uploadPro';\nexport type { GmUploadProUserFile, GmUploadProUserFileResponse } from '../../business/uploadPro';\n\nexport type GmUploadFile = Partial<UploadFile>;\n\nexport const uploadFileProps = {\n ...uploadProps,\n ...previewFileProps,\n ...uploadFileProProps,\n listType: {\n type: String as PropType<UploadProps['listType']>,\n default: 'picture-card',\n },\n accept: {\n type: String,\n default: '*',\n },\n autoUpload: {\n type: Boolean,\n default: false,\n },\n drag: {\n type: Boolean,\n default: true,\n },\n multiple: {\n type: Boolean,\n default: true,\n },\n /** 是否展示删除按钮 */\n showDelete: {\n type: Boolean,\n default: true,\n },\n /** 删除时提示 */\n deleteTip: {\n type: Boolean,\n default: false,\n },\n /** 是否开启文件多选 */\n checkbox: {\n type: Boolean,\n default: true,\n },\n /** 缩略图宽度 */\n width: {\n type: Number,\n default: 120,\n },\n /** 缩略图高度 */\n height: {\n type: Number,\n default: 120,\n },\n};\n"],"names":[],"mappings":";;;;;;AAQO,MAAM,eAAA,GAAkB;AAAA,EAC7B,GAAG,WAAA;AAAA,EACH,GAAG,gBAAA;AAAA,EACH,GAAG,kBAAA;AAAA,EACH,QAAA,EAAU;AAAA,IACR,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,MAAA,EAAQ;AAAA,IACN,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,UAAA,EAAY;AAAA,IACV,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,IAAA,EAAM;AAAA,IACJ,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,QAAA,EAAU;AAAA,IACR,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA;AAAA,EAEA,UAAA,EAAY;AAAA,IACV,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA;AAAA,EAEA,SAAA,EAAW;AAAA,IACT,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA;AAAA,EAEA,QAAA,EAAU;AAAA,IACR,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA;AAAA,EAEA,KAAA,EAAO;AAAA,IACL,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA;AAAA,EAEA,MAAA,EAAQ;AAAA,IACN,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA;AAEb;;;;"}
|
package/es/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.8.
|
|
1
|
+
export declare const version = "0.8.12";
|