@cloudbase/weda-ui 3.16.0 → 3.17.1
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/configs/components/container.js +0 -3
- package/dist/configs/components/wd-ad.d.ts +10 -1
- package/dist/configs/components/wd-ad.js +31 -1
- package/dist/configs/components/wd-cascader.d.ts +4 -0
- package/dist/configs/components/wd-checkbox.d.ts +4 -0
- package/dist/configs/components/wd-code-editor.d.ts +4 -0
- package/dist/configs/components/wd-date-range.d.ts +4 -0
- package/dist/configs/components/wd-date.d.ts +4 -0
- package/dist/configs/components/wd-department.d.ts +6 -0
- package/dist/configs/components/wd-department.js +1 -1
- package/dist/configs/components/wd-form-arr.d.ts +4 -0
- package/dist/configs/components/wd-form-detail.d.ts +4 -0
- package/dist/configs/components/wd-form-obj.d.ts +4 -0
- package/dist/configs/components/wd-input-email.d.ts +4 -0
- package/dist/configs/components/wd-input-number.d.ts +4 -0
- package/dist/configs/components/wd-input-phone.d.ts +4 -0
- package/dist/configs/components/wd-input-url.d.ts +4 -0
- package/dist/configs/components/wd-input.d.ts +4 -0
- package/dist/configs/components/wd-location.d.ts +4 -0
- package/dist/configs/components/wd-member.d.ts +4 -0
- package/dist/configs/components/wd-radio.d.ts +4 -0
- package/dist/configs/components/wd-rating.d.ts +4 -0
- package/dist/configs/components/wd-region.d.ts +4 -0
- package/dist/configs/components/wd-rich-text.d.ts +4 -0
- package/dist/configs/components/wd-select-multiple.d.ts +4 -0
- package/dist/configs/components/wd-select.d.ts +4 -0
- package/dist/configs/components/wd-switch.d.ts +4 -0
- package/dist/configs/components/wd-table.d.ts +1 -1
- package/dist/configs/components/wd-table.js +1 -1
- package/dist/configs/components/wd-tag-select.d.ts +4 -0
- package/dist/configs/components/wd-tag.d.ts +4 -0
- package/dist/configs/components/wd-textarea.d.ts +4 -0
- package/dist/configs/components/wd-time.d.ts +4 -0
- package/dist/configs/components/wd-upload-file.d.ts +4 -0
- package/dist/configs/components/wd-upload-image.d.ts +207 -15
- package/dist/configs/components/wd-upload-image.js +143 -6
- package/dist/configs/components/web-view.js +1 -1
- package/dist/configs/index.d.ts +522 -8
- package/dist/configs/type-utils/type-form.d.ts +4 -0
- package/dist/configs/type-utils/type-form.js +4 -0
- package/dist/configs/type-utils/x-runtime-default.d.ts +2 -0
- package/dist/configs/type-utils/x-runtime-default.js +2 -0
- package/dist/configs/utils/field.d.ts +1 -0
- package/dist/configs/utils/field.js +95 -0
- package/dist/style/weda-ui.min.css +1 -1
- package/dist/web/components/form/uploader/index.d.ts +1 -0
- package/dist/web/components/form/uploader/index.js +7 -4
- package/dist/web/components/form/uploader/upload/index.d.ts +26 -0
- package/dist/web/components/form/uploader/upload/index.js +200 -0
- package/dist/web/components/form/uploader/uploader.h5.d.ts +6 -1
- package/dist/web/components/form/uploader/uploader.h5.js +26 -94
- package/dist/web/components/form/uploader/uploader.pc.d.ts +1 -1
- package/dist/web/components/form/uploader/uploader.pc.js +30 -100
- package/dist/web/components/form/uploader/util.d.ts +16 -0
- package/dist/web/components/form/uploader/util.js +106 -5
- package/dist/web/components/richText/index.js +3 -1
- package/dist/web/components/uploaderView/index.js +1 -1
- package/dist/web/components/wd-ad/wd-ad.js +2 -4
- package/dist/web/components/wd-form/hooks/use-remote-value.js +18 -18
- package/dist/web/components/wd-modal/wd-modal.js +10 -13
- package/dist/web/components/wd-upload-image/wd-upload-image.js +14 -4
- package/package.json +5 -5
- package/dist/web/components/form/uploader/useUploadFile.d.ts +0 -16
- package/dist/web/components/form/uploader/useUploadFile.js +0 -99
package/dist/configs/index.d.ts
CHANGED
|
@@ -348,6 +348,10 @@ export declare const components: {
|
|
|
348
348
|
props: string[];
|
|
349
349
|
};
|
|
350
350
|
readonly group: {
|
|
351
|
+
模板: {
|
|
352
|
+
'x-index': number;
|
|
353
|
+
expand: boolean;
|
|
354
|
+
};
|
|
351
355
|
标签项: {
|
|
352
356
|
'x-index': number;
|
|
353
357
|
expand: boolean;
|
|
@@ -612,6 +616,10 @@ export declare const components: {
|
|
|
612
616
|
readonly 'x-index': 2;
|
|
613
617
|
readonly expand: false;
|
|
614
618
|
};
|
|
619
|
+
readonly 模板: {
|
|
620
|
+
'x-index': number;
|
|
621
|
+
expand: boolean;
|
|
622
|
+
};
|
|
615
623
|
readonly 标签项: {
|
|
616
624
|
'x-index': number;
|
|
617
625
|
expand: boolean;
|
|
@@ -1008,6 +1016,10 @@ export declare const components: {
|
|
|
1008
1016
|
props: string[];
|
|
1009
1017
|
};
|
|
1010
1018
|
readonly group: {
|
|
1019
|
+
模板: {
|
|
1020
|
+
'x-index': number;
|
|
1021
|
+
expand: boolean;
|
|
1022
|
+
};
|
|
1011
1023
|
标签项: {
|
|
1012
1024
|
'x-index': number;
|
|
1013
1025
|
expand: boolean;
|
|
@@ -1331,6 +1343,10 @@ export declare const components: {
|
|
|
1331
1343
|
readonly icon: "../icons/Text.svg";
|
|
1332
1344
|
readonly category: "表单";
|
|
1333
1345
|
readonly group: {
|
|
1346
|
+
模板: {
|
|
1347
|
+
'x-index': number;
|
|
1348
|
+
expand: boolean;
|
|
1349
|
+
};
|
|
1334
1350
|
标签项: {
|
|
1335
1351
|
'x-index': number;
|
|
1336
1352
|
expand: boolean;
|
|
@@ -1488,6 +1504,10 @@ export declare const components: {
|
|
|
1488
1504
|
readonly icon: "../icons/Text.svg";
|
|
1489
1505
|
readonly category: "表单";
|
|
1490
1506
|
readonly group: {
|
|
1507
|
+
模板: {
|
|
1508
|
+
'x-index': number;
|
|
1509
|
+
expand: boolean;
|
|
1510
|
+
};
|
|
1491
1511
|
标签项: {
|
|
1492
1512
|
'x-index': number;
|
|
1493
1513
|
expand: boolean;
|
|
@@ -1580,6 +1600,8 @@ export declare const components: {
|
|
|
1580
1600
|
adTheme: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
1581
1601
|
adIntervals: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
1582
1602
|
gridCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<number>>;
|
|
1603
|
+
multiton: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
1604
|
+
disableFallbackSharePage: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
1583
1605
|
}>;
|
|
1584
1606
|
readonly classes: readonly [{
|
|
1585
1607
|
readonly name: "根元素";
|
|
@@ -1590,7 +1612,12 @@ export declare const components: {
|
|
|
1590
1612
|
readonly selector: ".wd-mp-ad";
|
|
1591
1613
|
readonly description: "可以为小程序端的广告编写样式";
|
|
1592
1614
|
}];
|
|
1593
|
-
readonly methods: readonly [
|
|
1615
|
+
readonly methods: readonly [{
|
|
1616
|
+
readonly name: "show";
|
|
1617
|
+
readonly label: "显示激励视频广告";
|
|
1618
|
+
readonly 'x-platforms': readonly ["MP"];
|
|
1619
|
+
readonly description: "显示激励视频广告。激励视频广告将从屏幕下方推入。";
|
|
1620
|
+
}];
|
|
1594
1621
|
readonly events: readonly [{
|
|
1595
1622
|
readonly name: "load";
|
|
1596
1623
|
readonly title: "广告加载成功";
|
|
@@ -2600,6 +2627,10 @@ export declare const components: {
|
|
|
2600
2627
|
readonly icon: "../icons/Text.svg";
|
|
2601
2628
|
readonly category: "表单";
|
|
2602
2629
|
readonly group: {
|
|
2630
|
+
模板: {
|
|
2631
|
+
'x-index': number;
|
|
2632
|
+
expand: boolean;
|
|
2633
|
+
};
|
|
2603
2634
|
标签项: {
|
|
2604
2635
|
'x-index': number;
|
|
2605
2636
|
expand: boolean;
|
|
@@ -11732,7 +11763,7 @@ export declare const components: {
|
|
|
11732
11763
|
recordIndex: import("@sinclair/typebox").TNumber;
|
|
11733
11764
|
columnIndex: import("@sinclair/typebox").TNumber;
|
|
11734
11765
|
}>;
|
|
11735
|
-
readonly description: "
|
|
11766
|
+
readonly description: "点击表格某一列时触发";
|
|
11736
11767
|
readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
|
|
11737
11768
|
}, {
|
|
11738
11769
|
readonly title: "选中行改变";
|
|
@@ -12131,6 +12162,10 @@ export declare const components: {
|
|
|
12131
12162
|
props: string[];
|
|
12132
12163
|
};
|
|
12133
12164
|
readonly group: {
|
|
12165
|
+
模板: {
|
|
12166
|
+
'x-index': number;
|
|
12167
|
+
expand: boolean;
|
|
12168
|
+
};
|
|
12134
12169
|
标签项: {
|
|
12135
12170
|
'x-index': number;
|
|
12136
12171
|
expand: boolean;
|
|
@@ -12387,6 +12422,10 @@ export declare const components: {
|
|
|
12387
12422
|
props: string[];
|
|
12388
12423
|
};
|
|
12389
12424
|
readonly group: {
|
|
12425
|
+
模板: {
|
|
12426
|
+
'x-index': number;
|
|
12427
|
+
expand: boolean;
|
|
12428
|
+
};
|
|
12390
12429
|
标签项: {
|
|
12391
12430
|
'x-index': number;
|
|
12392
12431
|
expand: boolean;
|
|
@@ -13313,6 +13352,10 @@ export declare const components: {
|
|
|
13313
13352
|
props: string[];
|
|
13314
13353
|
};
|
|
13315
13354
|
readonly group: {
|
|
13355
|
+
模板: {
|
|
13356
|
+
'x-index': number;
|
|
13357
|
+
expand: boolean;
|
|
13358
|
+
};
|
|
13316
13359
|
标签项: {
|
|
13317
13360
|
'x-index': number;
|
|
13318
13361
|
expand: boolean;
|
|
@@ -13565,6 +13608,10 @@ export declare const components: {
|
|
|
13565
13608
|
props: string[];
|
|
13566
13609
|
};
|
|
13567
13610
|
readonly group: {
|
|
13611
|
+
模板: {
|
|
13612
|
+
'x-index': number;
|
|
13613
|
+
expand: boolean;
|
|
13614
|
+
};
|
|
13568
13615
|
标签项: {
|
|
13569
13616
|
'x-index': number;
|
|
13570
13617
|
expand: boolean;
|
|
@@ -13867,6 +13914,10 @@ export declare const components: {
|
|
|
13867
13914
|
props: string[];
|
|
13868
13915
|
};
|
|
13869
13916
|
readonly group: {
|
|
13917
|
+
模板: {
|
|
13918
|
+
'x-index': number;
|
|
13919
|
+
expand: boolean;
|
|
13920
|
+
};
|
|
13870
13921
|
标签项: {
|
|
13871
13922
|
'x-index': number;
|
|
13872
13923
|
expand: boolean;
|
|
@@ -14177,6 +14228,10 @@ export declare const components: {
|
|
|
14177
14228
|
props: string[];
|
|
14178
14229
|
};
|
|
14179
14230
|
readonly group: {
|
|
14231
|
+
模板: {
|
|
14232
|
+
'x-index': number;
|
|
14233
|
+
expand: boolean;
|
|
14234
|
+
};
|
|
14180
14235
|
标签项: {
|
|
14181
14236
|
'x-index': number;
|
|
14182
14237
|
expand: boolean;
|
|
@@ -14389,6 +14444,10 @@ export declare const components: {
|
|
|
14389
14444
|
props: string[];
|
|
14390
14445
|
};
|
|
14391
14446
|
readonly group: {
|
|
14447
|
+
模板: {
|
|
14448
|
+
'x-index': number;
|
|
14449
|
+
expand: boolean;
|
|
14450
|
+
};
|
|
14392
14451
|
标签项: {
|
|
14393
14452
|
'x-index': number;
|
|
14394
14453
|
expand: boolean;
|
|
@@ -14606,6 +14665,10 @@ export declare const components: {
|
|
|
14606
14665
|
props: string[];
|
|
14607
14666
|
};
|
|
14608
14667
|
readonly group: {
|
|
14668
|
+
模板: {
|
|
14669
|
+
'x-index': number;
|
|
14670
|
+
expand: boolean;
|
|
14671
|
+
};
|
|
14609
14672
|
标签项: {
|
|
14610
14673
|
'x-index': number;
|
|
14611
14674
|
expand: boolean;
|
|
@@ -14832,6 +14895,10 @@ export declare const components: {
|
|
|
14832
14895
|
props: string[];
|
|
14833
14896
|
};
|
|
14834
14897
|
readonly group: {
|
|
14898
|
+
模板: {
|
|
14899
|
+
'x-index': number;
|
|
14900
|
+
expand: boolean;
|
|
14901
|
+
};
|
|
14835
14902
|
标签项: {
|
|
14836
14903
|
'x-index': number;
|
|
14837
14904
|
expand: boolean;
|
|
@@ -15068,6 +15135,10 @@ export declare const components: {
|
|
|
15068
15135
|
props: string[];
|
|
15069
15136
|
};
|
|
15070
15137
|
readonly group: {
|
|
15138
|
+
模板: {
|
|
15139
|
+
'x-index': number;
|
|
15140
|
+
expand: boolean;
|
|
15141
|
+
};
|
|
15071
15142
|
标签项: {
|
|
15072
15143
|
'x-index': number;
|
|
15073
15144
|
expand: boolean;
|
|
@@ -15240,6 +15311,10 @@ export declare const components: {
|
|
|
15240
15311
|
props: string[];
|
|
15241
15312
|
};
|
|
15242
15313
|
group: {
|
|
15314
|
+
模板: {
|
|
15315
|
+
'x-index': number;
|
|
15316
|
+
expand: boolean;
|
|
15317
|
+
};
|
|
15243
15318
|
标签项: {
|
|
15244
15319
|
'x-index': number;
|
|
15245
15320
|
expand: boolean;
|
|
@@ -15360,6 +15435,7 @@ export declare const components: {
|
|
|
15360
15435
|
'x-helper-text': string;
|
|
15361
15436
|
}>;
|
|
15362
15437
|
value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
15438
|
+
template: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15363
15439
|
}>;
|
|
15364
15440
|
properties: import("@sinclair/typebox").TObject<{
|
|
15365
15441
|
name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
|
|
@@ -15371,7 +15447,59 @@ export declare const components: {
|
|
|
15371
15447
|
disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15372
15448
|
visible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15373
15449
|
readOnly: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15450
|
+
uploadInstance: import("@sinclair/typebox").TObject<{
|
|
15451
|
+
config: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
15452
|
+
action: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15453
|
+
maxUploadCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15454
|
+
maxSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15455
|
+
isCompressBeforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15456
|
+
compressQuality: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15457
|
+
compressedWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15458
|
+
compressedHeight: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15459
|
+
accepts: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15460
|
+
customUploadPath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15461
|
+
}>>;
|
|
15462
|
+
beforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
15463
|
+
files: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnknown>>;
|
|
15464
|
+
base64Uri: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
15465
|
+
tmpFilePaths: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
15466
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
15467
|
+
onUploadProgress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
15468
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15469
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15470
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15471
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15472
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15473
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
15474
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
15475
|
+
onComplete: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
15476
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15477
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15478
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15479
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15480
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15481
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
15482
|
+
}>>], import("@sinclair/typebox").TAny>>;
|
|
15483
|
+
onSuccess: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
15484
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15485
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15486
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15487
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15488
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15489
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
15490
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
15491
|
+
onFail: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TAny], import("@sinclair/typebox").TAny>>;
|
|
15492
|
+
}>;
|
|
15493
|
+
previewFile: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
15494
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15495
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15496
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15497
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15498
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15499
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
15500
|
+
}>>;
|
|
15374
15501
|
}>;
|
|
15502
|
+
isContainer: true;
|
|
15375
15503
|
classes: ({
|
|
15376
15504
|
name: string;
|
|
15377
15505
|
selector: string;
|
|
@@ -15382,11 +15510,40 @@ export declare const components: {
|
|
|
15382
15510
|
description: string;
|
|
15383
15511
|
code: string;
|
|
15384
15512
|
})[];
|
|
15385
|
-
methods: {
|
|
15513
|
+
methods: ({
|
|
15386
15514
|
name: string;
|
|
15387
15515
|
label: string;
|
|
15388
15516
|
description: string;
|
|
15389
|
-
}
|
|
15517
|
+
} | {
|
|
15518
|
+
name: string;
|
|
15519
|
+
label: string;
|
|
15520
|
+
params: {
|
|
15521
|
+
properties: {
|
|
15522
|
+
cloudId: {
|
|
15523
|
+
title: string;
|
|
15524
|
+
type: string;
|
|
15525
|
+
};
|
|
15526
|
+
};
|
|
15527
|
+
};
|
|
15528
|
+
description: string;
|
|
15529
|
+
} | {
|
|
15530
|
+
name: string;
|
|
15531
|
+
label: string;
|
|
15532
|
+
params: import("@sinclair/typebox").TObject<{
|
|
15533
|
+
config: import("@sinclair/typebox").TObject<{
|
|
15534
|
+
action: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15535
|
+
maxUploadCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15536
|
+
maxSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15537
|
+
isCompressBeforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15538
|
+
compressQuality: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15539
|
+
compressedWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15540
|
+
compressedHeight: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15541
|
+
accepts: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15542
|
+
customUploadPath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15543
|
+
}>;
|
|
15544
|
+
}>;
|
|
15545
|
+
description?: undefined;
|
|
15546
|
+
})[];
|
|
15390
15547
|
events: ({
|
|
15391
15548
|
name: string;
|
|
15392
15549
|
title: string;
|
|
@@ -15398,6 +15555,52 @@ export declare const components: {
|
|
|
15398
15555
|
name: string;
|
|
15399
15556
|
title: string;
|
|
15400
15557
|
description: string;
|
|
15558
|
+
} | {
|
|
15559
|
+
name: string;
|
|
15560
|
+
title: string;
|
|
15561
|
+
detail: import("@sinclair/typebox").TObject<{
|
|
15562
|
+
config: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
15563
|
+
action: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15564
|
+
maxUploadCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15565
|
+
maxSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15566
|
+
isCompressBeforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15567
|
+
compressQuality: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15568
|
+
compressedWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15569
|
+
compressedHeight: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15570
|
+
accepts: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15571
|
+
customUploadPath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15572
|
+
}>>;
|
|
15573
|
+
beforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
15574
|
+
files: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnknown>>;
|
|
15575
|
+
base64Uri: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
15576
|
+
tmpFilePaths: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
15577
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
15578
|
+
onUploadProgress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
15579
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15580
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15581
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15582
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15583
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15584
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
15585
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
15586
|
+
onComplete: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
15587
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15588
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15589
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15590
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15591
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15592
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
15593
|
+
}>>], import("@sinclair/typebox").TAny>>;
|
|
15594
|
+
onSuccess: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
15595
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
15596
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
15597
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15598
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15599
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
15600
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
15601
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
15602
|
+
onFail: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TAny], import("@sinclair/typebox").TAny>>;
|
|
15603
|
+
}>;
|
|
15401
15604
|
})[];
|
|
15402
15605
|
meta: {
|
|
15403
15606
|
description: string;
|
|
@@ -15414,6 +15617,10 @@ export declare const components: {
|
|
|
15414
15617
|
props: string[];
|
|
15415
15618
|
};
|
|
15416
15619
|
group: {
|
|
15620
|
+
模板: {
|
|
15621
|
+
'x-index': number;
|
|
15622
|
+
expand: boolean;
|
|
15623
|
+
};
|
|
15417
15624
|
标签项: {
|
|
15418
15625
|
'x-index': number;
|
|
15419
15626
|
expand: boolean;
|
|
@@ -15489,6 +15696,11 @@ export declare const components: {
|
|
|
15489
15696
|
} | {
|
|
15490
15697
|
body: string;
|
|
15491
15698
|
when: string;
|
|
15699
|
+
to?: undefined;
|
|
15700
|
+
} | {
|
|
15701
|
+
when: string;
|
|
15702
|
+
to: string;
|
|
15703
|
+
body: string;
|
|
15492
15704
|
})[];
|
|
15493
15705
|
};
|
|
15494
15706
|
compConfig: {
|
|
@@ -15671,6 +15883,10 @@ export declare const components: {
|
|
|
15671
15883
|
props: string[];
|
|
15672
15884
|
};
|
|
15673
15885
|
readonly group: {
|
|
15886
|
+
模板: {
|
|
15887
|
+
'x-index': number;
|
|
15888
|
+
expand: boolean;
|
|
15889
|
+
};
|
|
15674
15890
|
标签项: {
|
|
15675
15891
|
'x-index': number;
|
|
15676
15892
|
expand: boolean;
|
|
@@ -15893,6 +16109,10 @@ export declare const components: {
|
|
|
15893
16109
|
props: string[];
|
|
15894
16110
|
};
|
|
15895
16111
|
readonly group: {
|
|
16112
|
+
模板: {
|
|
16113
|
+
'x-index': number;
|
|
16114
|
+
expand: boolean;
|
|
16115
|
+
};
|
|
15896
16116
|
标签项: {
|
|
15897
16117
|
'x-index': number;
|
|
15898
16118
|
expand: boolean;
|
|
@@ -16007,6 +16227,7 @@ export declare const components: {
|
|
|
16007
16227
|
name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
16008
16228
|
value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
|
|
16009
16229
|
title: string;
|
|
16230
|
+
default: any;
|
|
16010
16231
|
}>;
|
|
16011
16232
|
placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
|
|
16012
16233
|
default: string;
|
|
@@ -16113,6 +16334,10 @@ export declare const components: {
|
|
|
16113
16334
|
props: string[];
|
|
16114
16335
|
};
|
|
16115
16336
|
readonly group: {
|
|
16337
|
+
模板: {
|
|
16338
|
+
'x-index': number;
|
|
16339
|
+
expand: boolean;
|
|
16340
|
+
};
|
|
16116
16341
|
标签项: {
|
|
16117
16342
|
'x-index': number;
|
|
16118
16343
|
expand: boolean;
|
|
@@ -16445,6 +16670,10 @@ export declare const components: {
|
|
|
16445
16670
|
props: string[];
|
|
16446
16671
|
};
|
|
16447
16672
|
readonly group: {
|
|
16673
|
+
模板: {
|
|
16674
|
+
'x-index': number;
|
|
16675
|
+
expand: boolean;
|
|
16676
|
+
};
|
|
16448
16677
|
标签项: {
|
|
16449
16678
|
'x-index': number;
|
|
16450
16679
|
expand: boolean;
|
|
@@ -16640,6 +16869,10 @@ export declare const components: {
|
|
|
16640
16869
|
props: string[];
|
|
16641
16870
|
};
|
|
16642
16871
|
readonly group: {
|
|
16872
|
+
模板: {
|
|
16873
|
+
'x-index': number;
|
|
16874
|
+
expand: boolean;
|
|
16875
|
+
};
|
|
16643
16876
|
标签项: {
|
|
16644
16877
|
'x-index': number;
|
|
16645
16878
|
expand: boolean;
|
|
@@ -16846,6 +17079,10 @@ export declare const components: {
|
|
|
16846
17079
|
props: string[];
|
|
16847
17080
|
};
|
|
16848
17081
|
readonly group: {
|
|
17082
|
+
模板: {
|
|
17083
|
+
'x-index': number;
|
|
17084
|
+
expand: boolean;
|
|
17085
|
+
};
|
|
16849
17086
|
标签项: {
|
|
16850
17087
|
'x-index': number;
|
|
16851
17088
|
expand: boolean;
|
|
@@ -17049,6 +17286,10 @@ export declare const components: {
|
|
|
17049
17286
|
props: string[];
|
|
17050
17287
|
};
|
|
17051
17288
|
readonly group: {
|
|
17289
|
+
模板: {
|
|
17290
|
+
'x-index': number;
|
|
17291
|
+
expand: boolean;
|
|
17292
|
+
};
|
|
17052
17293
|
标签项: {
|
|
17053
17294
|
'x-index': number;
|
|
17054
17295
|
expand: boolean;
|
|
@@ -17300,6 +17541,10 @@ export declare const components: {
|
|
|
17300
17541
|
props: string[];
|
|
17301
17542
|
};
|
|
17302
17543
|
readonly group: {
|
|
17544
|
+
模板: {
|
|
17545
|
+
'x-index': number;
|
|
17546
|
+
expand: boolean;
|
|
17547
|
+
};
|
|
17303
17548
|
标签项: {
|
|
17304
17549
|
'x-index': number;
|
|
17305
17550
|
expand: boolean;
|
|
@@ -17520,6 +17765,10 @@ export declare const components: {
|
|
|
17520
17765
|
props: string[];
|
|
17521
17766
|
};
|
|
17522
17767
|
readonly group: {
|
|
17768
|
+
模板: {
|
|
17769
|
+
'x-index': number;
|
|
17770
|
+
expand: boolean;
|
|
17771
|
+
};
|
|
17523
17772
|
标签项: {
|
|
17524
17773
|
'x-index': number;
|
|
17525
17774
|
expand: boolean;
|
|
@@ -17659,6 +17908,10 @@ export declare const components: {
|
|
|
17659
17908
|
readonly componentOrder: 355;
|
|
17660
17909
|
readonly category: "展示";
|
|
17661
17910
|
readonly group: {
|
|
17911
|
+
模板: {
|
|
17912
|
+
'x-index': number;
|
|
17913
|
+
expand: boolean;
|
|
17914
|
+
};
|
|
17662
17915
|
标签项: {
|
|
17663
17916
|
'x-index': number;
|
|
17664
17917
|
expand: boolean;
|
|
@@ -18376,6 +18629,10 @@ export declare const components: {
|
|
|
18376
18629
|
props: string[];
|
|
18377
18630
|
};
|
|
18378
18631
|
readonly group: {
|
|
18632
|
+
模板: {
|
|
18633
|
+
'x-index': number;
|
|
18634
|
+
expand: boolean;
|
|
18635
|
+
};
|
|
18379
18636
|
标签项: {
|
|
18380
18637
|
'x-index': number;
|
|
18381
18638
|
expand: boolean;
|
|
@@ -19543,6 +19800,10 @@ declare const _default: {
|
|
|
19543
19800
|
props: string[];
|
|
19544
19801
|
};
|
|
19545
19802
|
readonly group: {
|
|
19803
|
+
模板: {
|
|
19804
|
+
'x-index': number;
|
|
19805
|
+
expand: boolean;
|
|
19806
|
+
};
|
|
19546
19807
|
标签项: {
|
|
19547
19808
|
'x-index': number;
|
|
19548
19809
|
expand: boolean;
|
|
@@ -19807,6 +20068,10 @@ declare const _default: {
|
|
|
19807
20068
|
readonly 'x-index': 2;
|
|
19808
20069
|
readonly expand: false;
|
|
19809
20070
|
};
|
|
20071
|
+
readonly 模板: {
|
|
20072
|
+
'x-index': number;
|
|
20073
|
+
expand: boolean;
|
|
20074
|
+
};
|
|
19810
20075
|
readonly 标签项: {
|
|
19811
20076
|
'x-index': number;
|
|
19812
20077
|
expand: boolean;
|
|
@@ -20203,6 +20468,10 @@ declare const _default: {
|
|
|
20203
20468
|
props: string[];
|
|
20204
20469
|
};
|
|
20205
20470
|
readonly group: {
|
|
20471
|
+
模板: {
|
|
20472
|
+
'x-index': number;
|
|
20473
|
+
expand: boolean;
|
|
20474
|
+
};
|
|
20206
20475
|
标签项: {
|
|
20207
20476
|
'x-index': number;
|
|
20208
20477
|
expand: boolean;
|
|
@@ -20526,6 +20795,10 @@ declare const _default: {
|
|
|
20526
20795
|
readonly icon: "../icons/Text.svg";
|
|
20527
20796
|
readonly category: "表单";
|
|
20528
20797
|
readonly group: {
|
|
20798
|
+
模板: {
|
|
20799
|
+
'x-index': number;
|
|
20800
|
+
expand: boolean;
|
|
20801
|
+
};
|
|
20529
20802
|
标签项: {
|
|
20530
20803
|
'x-index': number;
|
|
20531
20804
|
expand: boolean;
|
|
@@ -20683,6 +20956,10 @@ declare const _default: {
|
|
|
20683
20956
|
readonly icon: "../icons/Text.svg";
|
|
20684
20957
|
readonly category: "表单";
|
|
20685
20958
|
readonly group: {
|
|
20959
|
+
模板: {
|
|
20960
|
+
'x-index': number;
|
|
20961
|
+
expand: boolean;
|
|
20962
|
+
};
|
|
20686
20963
|
标签项: {
|
|
20687
20964
|
'x-index': number;
|
|
20688
20965
|
expand: boolean;
|
|
@@ -20775,6 +21052,8 @@ declare const _default: {
|
|
|
20775
21052
|
adTheme: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
20776
21053
|
adIntervals: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
20777
21054
|
gridCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<number>>;
|
|
21055
|
+
multiton: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
21056
|
+
disableFallbackSharePage: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
20778
21057
|
}>;
|
|
20779
21058
|
readonly classes: readonly [{
|
|
20780
21059
|
readonly name: "根元素";
|
|
@@ -20785,7 +21064,12 @@ declare const _default: {
|
|
|
20785
21064
|
readonly selector: ".wd-mp-ad";
|
|
20786
21065
|
readonly description: "可以为小程序端的广告编写样式";
|
|
20787
21066
|
}];
|
|
20788
|
-
readonly methods: readonly [
|
|
21067
|
+
readonly methods: readonly [{
|
|
21068
|
+
readonly name: "show";
|
|
21069
|
+
readonly label: "显示激励视频广告";
|
|
21070
|
+
readonly 'x-platforms': readonly ["MP"];
|
|
21071
|
+
readonly description: "显示激励视频广告。激励视频广告将从屏幕下方推入。";
|
|
21072
|
+
}];
|
|
20789
21073
|
readonly events: readonly [{
|
|
20790
21074
|
readonly name: "load";
|
|
20791
21075
|
readonly title: "广告加载成功";
|
|
@@ -21795,6 +22079,10 @@ declare const _default: {
|
|
|
21795
22079
|
readonly icon: "../icons/Text.svg";
|
|
21796
22080
|
readonly category: "表单";
|
|
21797
22081
|
readonly group: {
|
|
22082
|
+
模板: {
|
|
22083
|
+
'x-index': number;
|
|
22084
|
+
expand: boolean;
|
|
22085
|
+
};
|
|
21798
22086
|
标签项: {
|
|
21799
22087
|
'x-index': number;
|
|
21800
22088
|
expand: boolean;
|
|
@@ -30927,7 +31215,7 @@ declare const _default: {
|
|
|
30927
31215
|
recordIndex: import("@sinclair/typebox").TNumber;
|
|
30928
31216
|
columnIndex: import("@sinclair/typebox").TNumber;
|
|
30929
31217
|
}>;
|
|
30930
|
-
readonly description: "
|
|
31218
|
+
readonly description: "点击表格某一列时触发";
|
|
30931
31219
|
readonly 'x-platforms': readonly ["MOBILEWEB", "PCWEB"];
|
|
30932
31220
|
}, {
|
|
30933
31221
|
readonly title: "选中行改变";
|
|
@@ -31326,6 +31614,10 @@ declare const _default: {
|
|
|
31326
31614
|
props: string[];
|
|
31327
31615
|
};
|
|
31328
31616
|
readonly group: {
|
|
31617
|
+
模板: {
|
|
31618
|
+
'x-index': number;
|
|
31619
|
+
expand: boolean;
|
|
31620
|
+
};
|
|
31329
31621
|
标签项: {
|
|
31330
31622
|
'x-index': number;
|
|
31331
31623
|
expand: boolean;
|
|
@@ -31582,6 +31874,10 @@ declare const _default: {
|
|
|
31582
31874
|
props: string[];
|
|
31583
31875
|
};
|
|
31584
31876
|
readonly group: {
|
|
31877
|
+
模板: {
|
|
31878
|
+
'x-index': number;
|
|
31879
|
+
expand: boolean;
|
|
31880
|
+
};
|
|
31585
31881
|
标签项: {
|
|
31586
31882
|
'x-index': number;
|
|
31587
31883
|
expand: boolean;
|
|
@@ -32508,6 +32804,10 @@ declare const _default: {
|
|
|
32508
32804
|
props: string[];
|
|
32509
32805
|
};
|
|
32510
32806
|
readonly group: {
|
|
32807
|
+
模板: {
|
|
32808
|
+
'x-index': number;
|
|
32809
|
+
expand: boolean;
|
|
32810
|
+
};
|
|
32511
32811
|
标签项: {
|
|
32512
32812
|
'x-index': number;
|
|
32513
32813
|
expand: boolean;
|
|
@@ -32760,6 +33060,10 @@ declare const _default: {
|
|
|
32760
33060
|
props: string[];
|
|
32761
33061
|
};
|
|
32762
33062
|
readonly group: {
|
|
33063
|
+
模板: {
|
|
33064
|
+
'x-index': number;
|
|
33065
|
+
expand: boolean;
|
|
33066
|
+
};
|
|
32763
33067
|
标签项: {
|
|
32764
33068
|
'x-index': number;
|
|
32765
33069
|
expand: boolean;
|
|
@@ -33062,6 +33366,10 @@ declare const _default: {
|
|
|
33062
33366
|
props: string[];
|
|
33063
33367
|
};
|
|
33064
33368
|
readonly group: {
|
|
33369
|
+
模板: {
|
|
33370
|
+
'x-index': number;
|
|
33371
|
+
expand: boolean;
|
|
33372
|
+
};
|
|
33065
33373
|
标签项: {
|
|
33066
33374
|
'x-index': number;
|
|
33067
33375
|
expand: boolean;
|
|
@@ -33372,6 +33680,10 @@ declare const _default: {
|
|
|
33372
33680
|
props: string[];
|
|
33373
33681
|
};
|
|
33374
33682
|
readonly group: {
|
|
33683
|
+
模板: {
|
|
33684
|
+
'x-index': number;
|
|
33685
|
+
expand: boolean;
|
|
33686
|
+
};
|
|
33375
33687
|
标签项: {
|
|
33376
33688
|
'x-index': number;
|
|
33377
33689
|
expand: boolean;
|
|
@@ -33584,6 +33896,10 @@ declare const _default: {
|
|
|
33584
33896
|
props: string[];
|
|
33585
33897
|
};
|
|
33586
33898
|
readonly group: {
|
|
33899
|
+
模板: {
|
|
33900
|
+
'x-index': number;
|
|
33901
|
+
expand: boolean;
|
|
33902
|
+
};
|
|
33587
33903
|
标签项: {
|
|
33588
33904
|
'x-index': number;
|
|
33589
33905
|
expand: boolean;
|
|
@@ -33801,6 +34117,10 @@ declare const _default: {
|
|
|
33801
34117
|
props: string[];
|
|
33802
34118
|
};
|
|
33803
34119
|
readonly group: {
|
|
34120
|
+
模板: {
|
|
34121
|
+
'x-index': number;
|
|
34122
|
+
expand: boolean;
|
|
34123
|
+
};
|
|
33804
34124
|
标签项: {
|
|
33805
34125
|
'x-index': number;
|
|
33806
34126
|
expand: boolean;
|
|
@@ -34027,6 +34347,10 @@ declare const _default: {
|
|
|
34027
34347
|
props: string[];
|
|
34028
34348
|
};
|
|
34029
34349
|
readonly group: {
|
|
34350
|
+
模板: {
|
|
34351
|
+
'x-index': number;
|
|
34352
|
+
expand: boolean;
|
|
34353
|
+
};
|
|
34030
34354
|
标签项: {
|
|
34031
34355
|
'x-index': number;
|
|
34032
34356
|
expand: boolean;
|
|
@@ -34263,6 +34587,10 @@ declare const _default: {
|
|
|
34263
34587
|
props: string[];
|
|
34264
34588
|
};
|
|
34265
34589
|
readonly group: {
|
|
34590
|
+
模板: {
|
|
34591
|
+
'x-index': number;
|
|
34592
|
+
expand: boolean;
|
|
34593
|
+
};
|
|
34266
34594
|
标签项: {
|
|
34267
34595
|
'x-index': number;
|
|
34268
34596
|
expand: boolean;
|
|
@@ -34435,6 +34763,10 @@ declare const _default: {
|
|
|
34435
34763
|
props: string[];
|
|
34436
34764
|
};
|
|
34437
34765
|
group: {
|
|
34766
|
+
模板: {
|
|
34767
|
+
'x-index': number;
|
|
34768
|
+
expand: boolean;
|
|
34769
|
+
};
|
|
34438
34770
|
标签项: {
|
|
34439
34771
|
'x-index': number;
|
|
34440
34772
|
expand: boolean;
|
|
@@ -34555,6 +34887,7 @@ declare const _default: {
|
|
|
34555
34887
|
'x-helper-text': string;
|
|
34556
34888
|
}>;
|
|
34557
34889
|
value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
34890
|
+
template: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34558
34891
|
}>;
|
|
34559
34892
|
properties: import("@sinclair/typebox").TObject<{
|
|
34560
34893
|
name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
|
|
@@ -34566,7 +34899,59 @@ declare const _default: {
|
|
|
34566
34899
|
disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34567
34900
|
visible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34568
34901
|
readOnly: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34902
|
+
uploadInstance: import("@sinclair/typebox").TObject<{
|
|
34903
|
+
config: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
34904
|
+
action: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34905
|
+
maxUploadCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34906
|
+
maxSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34907
|
+
isCompressBeforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34908
|
+
compressQuality: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34909
|
+
compressedWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34910
|
+
compressedHeight: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34911
|
+
accepts: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34912
|
+
customUploadPath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34913
|
+
}>>;
|
|
34914
|
+
beforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
34915
|
+
files: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnknown>>;
|
|
34916
|
+
base64Uri: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
34917
|
+
tmpFilePaths: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
34918
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
34919
|
+
onUploadProgress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
34920
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34921
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34922
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34923
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34924
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34925
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
34926
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
34927
|
+
onComplete: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
34928
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34929
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34930
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34931
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34932
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34933
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
34934
|
+
}>>], import("@sinclair/typebox").TAny>>;
|
|
34935
|
+
onSuccess: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
34936
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34937
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34938
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34939
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34940
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34941
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
34942
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
34943
|
+
onFail: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TAny], import("@sinclair/typebox").TAny>>;
|
|
34944
|
+
}>;
|
|
34945
|
+
previewFile: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
34946
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34947
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34948
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34949
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34950
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34951
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
34952
|
+
}>>;
|
|
34569
34953
|
}>;
|
|
34954
|
+
isContainer: true;
|
|
34570
34955
|
classes: ({
|
|
34571
34956
|
name: string;
|
|
34572
34957
|
selector: string;
|
|
@@ -34577,11 +34962,40 @@ declare const _default: {
|
|
|
34577
34962
|
description: string;
|
|
34578
34963
|
code: string;
|
|
34579
34964
|
})[];
|
|
34580
|
-
methods: {
|
|
34965
|
+
methods: ({
|
|
34581
34966
|
name: string;
|
|
34582
34967
|
label: string;
|
|
34583
34968
|
description: string;
|
|
34584
|
-
}
|
|
34969
|
+
} | {
|
|
34970
|
+
name: string;
|
|
34971
|
+
label: string;
|
|
34972
|
+
params: {
|
|
34973
|
+
properties: {
|
|
34974
|
+
cloudId: {
|
|
34975
|
+
title: string;
|
|
34976
|
+
type: string;
|
|
34977
|
+
};
|
|
34978
|
+
};
|
|
34979
|
+
};
|
|
34980
|
+
description: string;
|
|
34981
|
+
} | {
|
|
34982
|
+
name: string;
|
|
34983
|
+
label: string;
|
|
34984
|
+
params: import("@sinclair/typebox").TObject<{
|
|
34985
|
+
config: import("@sinclair/typebox").TObject<{
|
|
34986
|
+
action: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34987
|
+
maxUploadCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34988
|
+
maxSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34989
|
+
isCompressBeforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
34990
|
+
compressQuality: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34991
|
+
compressedWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34992
|
+
compressedHeight: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
34993
|
+
accepts: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34994
|
+
customUploadPath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
34995
|
+
}>;
|
|
34996
|
+
}>;
|
|
34997
|
+
description?: undefined;
|
|
34998
|
+
})[];
|
|
34585
34999
|
events: ({
|
|
34586
35000
|
name: string;
|
|
34587
35001
|
title: string;
|
|
@@ -34593,6 +35007,52 @@ declare const _default: {
|
|
|
34593
35007
|
name: string;
|
|
34594
35008
|
title: string;
|
|
34595
35009
|
description: string;
|
|
35010
|
+
} | {
|
|
35011
|
+
name: string;
|
|
35012
|
+
title: string;
|
|
35013
|
+
detail: import("@sinclair/typebox").TObject<{
|
|
35014
|
+
config: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
35015
|
+
action: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35016
|
+
maxUploadCount: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
35017
|
+
maxSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
35018
|
+
isCompressBeforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
35019
|
+
compressQuality: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
35020
|
+
compressedWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
35021
|
+
compressedHeight: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
35022
|
+
accepts: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35023
|
+
customUploadPath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35024
|
+
}>>;
|
|
35025
|
+
beforeUpload: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
35026
|
+
files: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnknown>>;
|
|
35027
|
+
base64Uri: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
35028
|
+
tmpFilePaths: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
35029
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
35030
|
+
onUploadProgress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
35031
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
35032
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
35033
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35034
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35035
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35036
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
35037
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
35038
|
+
onComplete: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
35039
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
35040
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
35041
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35042
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35043
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35044
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
35045
|
+
}>>], import("@sinclair/typebox").TAny>>;
|
|
35046
|
+
onSuccess: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TObject<{
|
|
35047
|
+
progress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
35048
|
+
loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
35049
|
+
cloudId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35050
|
+
tempUrl: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35051
|
+
key: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35052
|
+
file: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
35053
|
+
}>], import("@sinclair/typebox").TAny>>;
|
|
35054
|
+
onFail: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TFunction<[import("@sinclair/typebox").TAny], import("@sinclair/typebox").TAny>>;
|
|
35055
|
+
}>;
|
|
34596
35056
|
})[];
|
|
34597
35057
|
meta: {
|
|
34598
35058
|
description: string;
|
|
@@ -34609,6 +35069,10 @@ declare const _default: {
|
|
|
34609
35069
|
props: string[];
|
|
34610
35070
|
};
|
|
34611
35071
|
group: {
|
|
35072
|
+
模板: {
|
|
35073
|
+
'x-index': number;
|
|
35074
|
+
expand: boolean;
|
|
35075
|
+
};
|
|
34612
35076
|
标签项: {
|
|
34613
35077
|
'x-index': number;
|
|
34614
35078
|
expand: boolean;
|
|
@@ -34684,6 +35148,11 @@ declare const _default: {
|
|
|
34684
35148
|
} | {
|
|
34685
35149
|
body: string;
|
|
34686
35150
|
when: string;
|
|
35151
|
+
to?: undefined;
|
|
35152
|
+
} | {
|
|
35153
|
+
when: string;
|
|
35154
|
+
to: string;
|
|
35155
|
+
body: string;
|
|
34687
35156
|
})[];
|
|
34688
35157
|
};
|
|
34689
35158
|
compConfig: {
|
|
@@ -34866,6 +35335,10 @@ declare const _default: {
|
|
|
34866
35335
|
props: string[];
|
|
34867
35336
|
};
|
|
34868
35337
|
readonly group: {
|
|
35338
|
+
模板: {
|
|
35339
|
+
'x-index': number;
|
|
35340
|
+
expand: boolean;
|
|
35341
|
+
};
|
|
34869
35342
|
标签项: {
|
|
34870
35343
|
'x-index': number;
|
|
34871
35344
|
expand: boolean;
|
|
@@ -35088,6 +35561,10 @@ declare const _default: {
|
|
|
35088
35561
|
props: string[];
|
|
35089
35562
|
};
|
|
35090
35563
|
readonly group: {
|
|
35564
|
+
模板: {
|
|
35565
|
+
'x-index': number;
|
|
35566
|
+
expand: boolean;
|
|
35567
|
+
};
|
|
35091
35568
|
标签项: {
|
|
35092
35569
|
'x-index': number;
|
|
35093
35570
|
expand: boolean;
|
|
@@ -35202,6 +35679,7 @@ declare const _default: {
|
|
|
35202
35679
|
name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
35203
35680
|
value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
|
|
35204
35681
|
title: string;
|
|
35682
|
+
default: any;
|
|
35205
35683
|
}>;
|
|
35206
35684
|
placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString & {
|
|
35207
35685
|
default: string;
|
|
@@ -35308,6 +35786,10 @@ declare const _default: {
|
|
|
35308
35786
|
props: string[];
|
|
35309
35787
|
};
|
|
35310
35788
|
readonly group: {
|
|
35789
|
+
模板: {
|
|
35790
|
+
'x-index': number;
|
|
35791
|
+
expand: boolean;
|
|
35792
|
+
};
|
|
35311
35793
|
标签项: {
|
|
35312
35794
|
'x-index': number;
|
|
35313
35795
|
expand: boolean;
|
|
@@ -35640,6 +36122,10 @@ declare const _default: {
|
|
|
35640
36122
|
props: string[];
|
|
35641
36123
|
};
|
|
35642
36124
|
readonly group: {
|
|
36125
|
+
模板: {
|
|
36126
|
+
'x-index': number;
|
|
36127
|
+
expand: boolean;
|
|
36128
|
+
};
|
|
35643
36129
|
标签项: {
|
|
35644
36130
|
'x-index': number;
|
|
35645
36131
|
expand: boolean;
|
|
@@ -35835,6 +36321,10 @@ declare const _default: {
|
|
|
35835
36321
|
props: string[];
|
|
35836
36322
|
};
|
|
35837
36323
|
readonly group: {
|
|
36324
|
+
模板: {
|
|
36325
|
+
'x-index': number;
|
|
36326
|
+
expand: boolean;
|
|
36327
|
+
};
|
|
35838
36328
|
标签项: {
|
|
35839
36329
|
'x-index': number;
|
|
35840
36330
|
expand: boolean;
|
|
@@ -36041,6 +36531,10 @@ declare const _default: {
|
|
|
36041
36531
|
props: string[];
|
|
36042
36532
|
};
|
|
36043
36533
|
readonly group: {
|
|
36534
|
+
模板: {
|
|
36535
|
+
'x-index': number;
|
|
36536
|
+
expand: boolean;
|
|
36537
|
+
};
|
|
36044
36538
|
标签项: {
|
|
36045
36539
|
'x-index': number;
|
|
36046
36540
|
expand: boolean;
|
|
@@ -36244,6 +36738,10 @@ declare const _default: {
|
|
|
36244
36738
|
props: string[];
|
|
36245
36739
|
};
|
|
36246
36740
|
readonly group: {
|
|
36741
|
+
模板: {
|
|
36742
|
+
'x-index': number;
|
|
36743
|
+
expand: boolean;
|
|
36744
|
+
};
|
|
36247
36745
|
标签项: {
|
|
36248
36746
|
'x-index': number;
|
|
36249
36747
|
expand: boolean;
|
|
@@ -36495,6 +36993,10 @@ declare const _default: {
|
|
|
36495
36993
|
props: string[];
|
|
36496
36994
|
};
|
|
36497
36995
|
readonly group: {
|
|
36996
|
+
模板: {
|
|
36997
|
+
'x-index': number;
|
|
36998
|
+
expand: boolean;
|
|
36999
|
+
};
|
|
36498
37000
|
标签项: {
|
|
36499
37001
|
'x-index': number;
|
|
36500
37002
|
expand: boolean;
|
|
@@ -36715,6 +37217,10 @@ declare const _default: {
|
|
|
36715
37217
|
props: string[];
|
|
36716
37218
|
};
|
|
36717
37219
|
readonly group: {
|
|
37220
|
+
模板: {
|
|
37221
|
+
'x-index': number;
|
|
37222
|
+
expand: boolean;
|
|
37223
|
+
};
|
|
36718
37224
|
标签项: {
|
|
36719
37225
|
'x-index': number;
|
|
36720
37226
|
expand: boolean;
|
|
@@ -36854,6 +37360,10 @@ declare const _default: {
|
|
|
36854
37360
|
readonly componentOrder: 355;
|
|
36855
37361
|
readonly category: "展示";
|
|
36856
37362
|
readonly group: {
|
|
37363
|
+
模板: {
|
|
37364
|
+
'x-index': number;
|
|
37365
|
+
expand: boolean;
|
|
37366
|
+
};
|
|
36857
37367
|
标签项: {
|
|
36858
37368
|
'x-index': number;
|
|
36859
37369
|
expand: boolean;
|
|
@@ -37571,6 +38081,10 @@ declare const _default: {
|
|
|
37571
38081
|
props: string[];
|
|
37572
38082
|
};
|
|
37573
38083
|
readonly group: {
|
|
38084
|
+
模板: {
|
|
38085
|
+
'x-index': number;
|
|
38086
|
+
expand: boolean;
|
|
38087
|
+
};
|
|
37574
38088
|
标签项: {
|
|
37575
38089
|
'x-index': number;
|
|
37576
38090
|
expand: boolean;
|