@lingxiteam/theme-utils 0.2.6 → 0.2.8
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/config/Form.d.ts +18 -372
- package/dist/config/Form.js +68 -61
- package/dist/config/MultipleSelect.js +3 -3
- package/dist/config/StdUpload.d.ts +0 -16
- package/dist/config/StdUpload.js +0 -16
- package/dist/h5config/DMultiplePicker.js +4 -4
- package/package.json +1 -1
package/dist/config/Form.d.ts
CHANGED
|
@@ -199,20 +199,8 @@ export declare const Form: {
|
|
|
199
199
|
startTime?: undefined;
|
|
200
200
|
endTime?: undefined;
|
|
201
201
|
customTip?: undefined;
|
|
202
|
-
placeholderText?: undefined;
|
|
203
|
-
displayStyle?: undefined;
|
|
204
|
-
countdownTime?: undefined;
|
|
205
|
-
random?: undefined;
|
|
206
|
-
digit?: undefined;
|
|
207
|
-
};
|
|
208
|
-
style: {
|
|
209
|
-
borderSetting?: undefined;
|
|
210
|
-
border?: undefined;
|
|
211
|
-
borderRadius?: undefined;
|
|
212
|
-
fontSize?: undefined;
|
|
213
|
-
color?: undefined;
|
|
214
|
-
backgroundColor?: undefined;
|
|
215
202
|
};
|
|
203
|
+
style: {};
|
|
216
204
|
isContainer: boolean;
|
|
217
205
|
isBusiObjContainer: boolean;
|
|
218
206
|
cmdgroup: string[];
|
|
@@ -326,20 +314,8 @@ export declare const Form: {
|
|
|
326
314
|
startTime?: undefined;
|
|
327
315
|
endTime?: undefined;
|
|
328
316
|
customTip?: undefined;
|
|
329
|
-
placeholderText?: undefined;
|
|
330
|
-
displayStyle?: undefined;
|
|
331
|
-
countdownTime?: undefined;
|
|
332
|
-
random?: undefined;
|
|
333
|
-
digit?: undefined;
|
|
334
|
-
};
|
|
335
|
-
style: {
|
|
336
|
-
borderSetting?: undefined;
|
|
337
|
-
border?: undefined;
|
|
338
|
-
borderRadius?: undefined;
|
|
339
|
-
fontSize?: undefined;
|
|
340
|
-
color?: undefined;
|
|
341
|
-
backgroundColor?: undefined;
|
|
342
317
|
};
|
|
318
|
+
style: {};
|
|
343
319
|
isContainer: boolean;
|
|
344
320
|
isBusiObjContainer: boolean;
|
|
345
321
|
cmdgroup: string[];
|
|
@@ -453,20 +429,8 @@ export declare const Form: {
|
|
|
453
429
|
startTime?: undefined;
|
|
454
430
|
endTime?: undefined;
|
|
455
431
|
customTip?: undefined;
|
|
456
|
-
placeholderText?: undefined;
|
|
457
|
-
displayStyle?: undefined;
|
|
458
|
-
countdownTime?: undefined;
|
|
459
|
-
random?: undefined;
|
|
460
|
-
digit?: undefined;
|
|
461
|
-
};
|
|
462
|
-
style: {
|
|
463
|
-
borderSetting?: undefined;
|
|
464
|
-
border?: undefined;
|
|
465
|
-
borderRadius?: undefined;
|
|
466
|
-
fontSize?: undefined;
|
|
467
|
-
color?: undefined;
|
|
468
|
-
backgroundColor?: undefined;
|
|
469
432
|
};
|
|
433
|
+
style: {};
|
|
470
434
|
isContainer: boolean;
|
|
471
435
|
isBusiObjContainer: boolean;
|
|
472
436
|
cmdgroup: string[];
|
|
@@ -588,20 +552,8 @@ export declare const Form: {
|
|
|
588
552
|
startTime?: undefined;
|
|
589
553
|
endTime?: undefined;
|
|
590
554
|
customTip?: undefined;
|
|
591
|
-
placeholderText?: undefined;
|
|
592
|
-
displayStyle?: undefined;
|
|
593
|
-
countdownTime?: undefined;
|
|
594
|
-
random?: undefined;
|
|
595
|
-
digit?: undefined;
|
|
596
|
-
};
|
|
597
|
-
style: {
|
|
598
|
-
borderSetting?: undefined;
|
|
599
|
-
border?: undefined;
|
|
600
|
-
borderRadius?: undefined;
|
|
601
|
-
fontSize?: undefined;
|
|
602
|
-
color?: undefined;
|
|
603
|
-
backgroundColor?: undefined;
|
|
604
555
|
};
|
|
556
|
+
style: {};
|
|
605
557
|
isContainer: boolean;
|
|
606
558
|
isBusiObjContainer: boolean;
|
|
607
559
|
cmdgroup: string[];
|
|
@@ -729,20 +681,8 @@ export declare const Form: {
|
|
|
729
681
|
startTime?: undefined;
|
|
730
682
|
endTime?: undefined;
|
|
731
683
|
customTip?: undefined;
|
|
732
|
-
placeholderText?: undefined;
|
|
733
|
-
displayStyle?: undefined;
|
|
734
|
-
countdownTime?: undefined;
|
|
735
|
-
random?: undefined;
|
|
736
|
-
digit?: undefined;
|
|
737
|
-
};
|
|
738
|
-
style: {
|
|
739
|
-
borderSetting?: undefined;
|
|
740
|
-
border?: undefined;
|
|
741
|
-
borderRadius?: undefined;
|
|
742
|
-
fontSize?: undefined;
|
|
743
|
-
color?: undefined;
|
|
744
|
-
backgroundColor?: undefined;
|
|
745
684
|
};
|
|
685
|
+
style: {};
|
|
746
686
|
isContainer: boolean;
|
|
747
687
|
isBusiObjContainer: boolean;
|
|
748
688
|
cmdgroup: string[];
|
|
@@ -859,20 +799,8 @@ export declare const Form: {
|
|
|
859
799
|
startTime?: undefined;
|
|
860
800
|
endTime?: undefined;
|
|
861
801
|
customTip?: undefined;
|
|
862
|
-
placeholderText?: undefined;
|
|
863
|
-
displayStyle?: undefined;
|
|
864
|
-
countdownTime?: undefined;
|
|
865
|
-
random?: undefined;
|
|
866
|
-
digit?: undefined;
|
|
867
|
-
};
|
|
868
|
-
style: {
|
|
869
|
-
borderSetting?: undefined;
|
|
870
|
-
border?: undefined;
|
|
871
|
-
borderRadius?: undefined;
|
|
872
|
-
fontSize?: undefined;
|
|
873
|
-
color?: undefined;
|
|
874
|
-
backgroundColor?: undefined;
|
|
875
802
|
};
|
|
803
|
+
style: {};
|
|
876
804
|
isContainer: boolean;
|
|
877
805
|
isBusiObjContainer: boolean;
|
|
878
806
|
cmdgroup: string[];
|
|
@@ -997,20 +925,8 @@ export declare const Form: {
|
|
|
997
925
|
startTime?: undefined;
|
|
998
926
|
endTime?: undefined;
|
|
999
927
|
customTip?: undefined;
|
|
1000
|
-
placeholderText?: undefined;
|
|
1001
|
-
displayStyle?: undefined;
|
|
1002
|
-
countdownTime?: undefined;
|
|
1003
|
-
random?: undefined;
|
|
1004
|
-
digit?: undefined;
|
|
1005
|
-
};
|
|
1006
|
-
style: {
|
|
1007
|
-
borderSetting?: undefined;
|
|
1008
|
-
border?: undefined;
|
|
1009
|
-
borderRadius?: undefined;
|
|
1010
|
-
fontSize?: undefined;
|
|
1011
|
-
color?: undefined;
|
|
1012
|
-
backgroundColor?: undefined;
|
|
1013
928
|
};
|
|
929
|
+
style: {};
|
|
1014
930
|
isContainer: boolean;
|
|
1015
931
|
isBusiObjContainer: boolean;
|
|
1016
932
|
cmdgroup: string[];
|
|
@@ -1135,20 +1051,8 @@ export declare const Form: {
|
|
|
1135
1051
|
startTime?: undefined;
|
|
1136
1052
|
endTime?: undefined;
|
|
1137
1053
|
customTip?: undefined;
|
|
1138
|
-
placeholderText?: undefined;
|
|
1139
|
-
displayStyle?: undefined;
|
|
1140
|
-
countdownTime?: undefined;
|
|
1141
|
-
random?: undefined;
|
|
1142
|
-
digit?: undefined;
|
|
1143
|
-
};
|
|
1144
|
-
style: {
|
|
1145
|
-
borderSetting?: undefined;
|
|
1146
|
-
border?: undefined;
|
|
1147
|
-
borderRadius?: undefined;
|
|
1148
|
-
fontSize?: undefined;
|
|
1149
|
-
color?: undefined;
|
|
1150
|
-
backgroundColor?: undefined;
|
|
1151
1054
|
};
|
|
1055
|
+
style: {};
|
|
1152
1056
|
isContainer: boolean;
|
|
1153
1057
|
isBusiObjContainer: boolean;
|
|
1154
1058
|
cmdgroup: string[];
|
|
@@ -1281,20 +1185,8 @@ export declare const Form: {
|
|
|
1281
1185
|
startTime?: undefined;
|
|
1282
1186
|
endTime?: undefined;
|
|
1283
1187
|
customTip?: undefined;
|
|
1284
|
-
placeholderText?: undefined;
|
|
1285
|
-
displayStyle?: undefined;
|
|
1286
|
-
countdownTime?: undefined;
|
|
1287
|
-
random?: undefined;
|
|
1288
|
-
digit?: undefined;
|
|
1289
|
-
};
|
|
1290
|
-
style: {
|
|
1291
|
-
borderSetting?: undefined;
|
|
1292
|
-
border?: undefined;
|
|
1293
|
-
borderRadius?: undefined;
|
|
1294
|
-
fontSize?: undefined;
|
|
1295
|
-
color?: undefined;
|
|
1296
|
-
backgroundColor?: undefined;
|
|
1297
1188
|
};
|
|
1189
|
+
style: {};
|
|
1298
1190
|
isContainer: boolean;
|
|
1299
1191
|
isBusiObjContainer: boolean;
|
|
1300
1192
|
cmdgroup: string[];
|
|
@@ -1426,20 +1318,8 @@ export declare const Form: {
|
|
|
1426
1318
|
startTime?: undefined;
|
|
1427
1319
|
endTime?: undefined;
|
|
1428
1320
|
customTip?: undefined;
|
|
1429
|
-
placeholderText?: undefined;
|
|
1430
|
-
displayStyle?: undefined;
|
|
1431
|
-
countdownTime?: undefined;
|
|
1432
|
-
random?: undefined;
|
|
1433
|
-
digit?: undefined;
|
|
1434
|
-
};
|
|
1435
|
-
style: {
|
|
1436
|
-
borderSetting?: undefined;
|
|
1437
|
-
border?: undefined;
|
|
1438
|
-
borderRadius?: undefined;
|
|
1439
|
-
fontSize?: undefined;
|
|
1440
|
-
color?: undefined;
|
|
1441
|
-
backgroundColor?: undefined;
|
|
1442
1321
|
};
|
|
1322
|
+
style: {};
|
|
1443
1323
|
isContainer: boolean;
|
|
1444
1324
|
isBusiObjContainer: boolean;
|
|
1445
1325
|
cmdgroup: string[];
|
|
@@ -1553,20 +1433,8 @@ export declare const Form: {
|
|
|
1553
1433
|
startTime?: undefined;
|
|
1554
1434
|
endTime?: undefined;
|
|
1555
1435
|
customTip?: undefined;
|
|
1556
|
-
placeholderText?: undefined;
|
|
1557
|
-
displayStyle?: undefined;
|
|
1558
|
-
countdownTime?: undefined;
|
|
1559
|
-
random?: undefined;
|
|
1560
|
-
digit?: undefined;
|
|
1561
|
-
};
|
|
1562
|
-
style: {
|
|
1563
|
-
borderSetting?: undefined;
|
|
1564
|
-
border?: undefined;
|
|
1565
|
-
borderRadius?: undefined;
|
|
1566
|
-
fontSize?: undefined;
|
|
1567
|
-
color?: undefined;
|
|
1568
|
-
backgroundColor?: undefined;
|
|
1569
1436
|
};
|
|
1437
|
+
style: {};
|
|
1570
1438
|
isContainer: boolean;
|
|
1571
1439
|
isBusiObjContainer: boolean;
|
|
1572
1440
|
cmdgroup: string[];
|
|
@@ -1680,20 +1548,8 @@ export declare const Form: {
|
|
|
1680
1548
|
startTime?: undefined;
|
|
1681
1549
|
endTime?: undefined;
|
|
1682
1550
|
customTip?: undefined;
|
|
1683
|
-
placeholderText?: undefined;
|
|
1684
|
-
displayStyle?: undefined;
|
|
1685
|
-
countdownTime?: undefined;
|
|
1686
|
-
random?: undefined;
|
|
1687
|
-
digit?: undefined;
|
|
1688
|
-
};
|
|
1689
|
-
style: {
|
|
1690
|
-
borderSetting?: undefined;
|
|
1691
|
-
border?: undefined;
|
|
1692
|
-
borderRadius?: undefined;
|
|
1693
|
-
fontSize?: undefined;
|
|
1694
|
-
color?: undefined;
|
|
1695
|
-
backgroundColor?: undefined;
|
|
1696
1551
|
};
|
|
1552
|
+
style: {};
|
|
1697
1553
|
isContainer: boolean;
|
|
1698
1554
|
isBusiObjContainer: boolean;
|
|
1699
1555
|
cmdgroup: string[];
|
|
@@ -1826,20 +1682,8 @@ export declare const Form: {
|
|
|
1826
1682
|
startTime?: undefined;
|
|
1827
1683
|
endTime?: undefined;
|
|
1828
1684
|
customTip?: undefined;
|
|
1829
|
-
placeholderText?: undefined;
|
|
1830
|
-
displayStyle?: undefined;
|
|
1831
|
-
countdownTime?: undefined;
|
|
1832
|
-
random?: undefined;
|
|
1833
|
-
digit?: undefined;
|
|
1834
|
-
};
|
|
1835
|
-
style: {
|
|
1836
|
-
borderSetting?: undefined;
|
|
1837
|
-
border?: undefined;
|
|
1838
|
-
borderRadius?: undefined;
|
|
1839
|
-
fontSize?: undefined;
|
|
1840
|
-
color?: undefined;
|
|
1841
|
-
backgroundColor?: undefined;
|
|
1842
1685
|
};
|
|
1686
|
+
style: {};
|
|
1843
1687
|
isContainer: boolean;
|
|
1844
1688
|
isBusiObjContainer: boolean;
|
|
1845
1689
|
cmdgroup: string[];
|
|
@@ -1978,20 +1822,8 @@ export declare const Form: {
|
|
|
1978
1822
|
startTime?: undefined;
|
|
1979
1823
|
endTime?: undefined;
|
|
1980
1824
|
customTip?: undefined;
|
|
1981
|
-
placeholderText?: undefined;
|
|
1982
|
-
displayStyle?: undefined;
|
|
1983
|
-
countdownTime?: undefined;
|
|
1984
|
-
random?: undefined;
|
|
1985
|
-
digit?: undefined;
|
|
1986
|
-
};
|
|
1987
|
-
style: {
|
|
1988
|
-
borderSetting?: undefined;
|
|
1989
|
-
border?: undefined;
|
|
1990
|
-
borderRadius?: undefined;
|
|
1991
|
-
fontSize?: undefined;
|
|
1992
|
-
color?: undefined;
|
|
1993
|
-
backgroundColor?: undefined;
|
|
1994
1825
|
};
|
|
1826
|
+
style: {};
|
|
1995
1827
|
isContainer: boolean;
|
|
1996
1828
|
isBusiObjContainer: boolean;
|
|
1997
1829
|
cmdgroup: string[];
|
|
@@ -2102,20 +1934,8 @@ export declare const Form: {
|
|
|
2102
1934
|
startTime?: undefined;
|
|
2103
1935
|
endTime?: undefined;
|
|
2104
1936
|
customTip?: undefined;
|
|
2105
|
-
placeholderText?: undefined;
|
|
2106
|
-
displayStyle?: undefined;
|
|
2107
|
-
countdownTime?: undefined;
|
|
2108
|
-
random?: undefined;
|
|
2109
|
-
digit?: undefined;
|
|
2110
|
-
};
|
|
2111
|
-
style: {
|
|
2112
|
-
borderSetting?: undefined;
|
|
2113
|
-
border?: undefined;
|
|
2114
|
-
borderRadius?: undefined;
|
|
2115
|
-
fontSize?: undefined;
|
|
2116
|
-
color?: undefined;
|
|
2117
|
-
backgroundColor?: undefined;
|
|
2118
1937
|
};
|
|
1938
|
+
style: {};
|
|
2119
1939
|
isContainer: boolean;
|
|
2120
1940
|
isBusiObjContainer: boolean;
|
|
2121
1941
|
cmdgroup: string[];
|
|
@@ -2229,20 +2049,8 @@ export declare const Form: {
|
|
|
2229
2049
|
modalWidth?: undefined;
|
|
2230
2050
|
modalHeight?: undefined;
|
|
2231
2051
|
separator?: undefined;
|
|
2232
|
-
placeholderText?: undefined;
|
|
2233
|
-
displayStyle?: undefined;
|
|
2234
|
-
countdownTime?: undefined;
|
|
2235
|
-
random?: undefined;
|
|
2236
|
-
digit?: undefined;
|
|
2237
|
-
};
|
|
2238
|
-
style: {
|
|
2239
|
-
borderSetting?: undefined;
|
|
2240
|
-
border?: undefined;
|
|
2241
|
-
borderRadius?: undefined;
|
|
2242
|
-
fontSize?: undefined;
|
|
2243
|
-
color?: undefined;
|
|
2244
|
-
backgroundColor?: undefined;
|
|
2245
2052
|
};
|
|
2053
|
+
style: {};
|
|
2246
2054
|
isContainer: boolean;
|
|
2247
2055
|
isBusiObjContainer: boolean;
|
|
2248
2056
|
cmdgroup: string[];
|
|
@@ -2356,20 +2164,8 @@ export declare const Form: {
|
|
|
2356
2164
|
modalWidth?: undefined;
|
|
2357
2165
|
modalHeight?: undefined;
|
|
2358
2166
|
separator?: undefined;
|
|
2359
|
-
placeholderText?: undefined;
|
|
2360
|
-
displayStyle?: undefined;
|
|
2361
|
-
countdownTime?: undefined;
|
|
2362
|
-
random?: undefined;
|
|
2363
|
-
digit?: undefined;
|
|
2364
|
-
};
|
|
2365
|
-
style: {
|
|
2366
|
-
borderSetting?: undefined;
|
|
2367
|
-
border?: undefined;
|
|
2368
|
-
borderRadius?: undefined;
|
|
2369
|
-
fontSize?: undefined;
|
|
2370
|
-
color?: undefined;
|
|
2371
|
-
backgroundColor?: undefined;
|
|
2372
2167
|
};
|
|
2168
|
+
style: {};
|
|
2373
2169
|
isContainer: boolean;
|
|
2374
2170
|
isBusiObjContainer: boolean;
|
|
2375
2171
|
cmdgroup: string[];
|
|
@@ -2483,20 +2279,8 @@ export declare const Form: {
|
|
|
2483
2279
|
startTime?: undefined;
|
|
2484
2280
|
endTime?: undefined;
|
|
2485
2281
|
customTip?: undefined;
|
|
2486
|
-
placeholderText?: undefined;
|
|
2487
|
-
displayStyle?: undefined;
|
|
2488
|
-
countdownTime?: undefined;
|
|
2489
|
-
random?: undefined;
|
|
2490
|
-
digit?: undefined;
|
|
2491
|
-
};
|
|
2492
|
-
style: {
|
|
2493
|
-
borderSetting?: undefined;
|
|
2494
|
-
border?: undefined;
|
|
2495
|
-
borderRadius?: undefined;
|
|
2496
|
-
fontSize?: undefined;
|
|
2497
|
-
color?: undefined;
|
|
2498
|
-
backgroundColor?: undefined;
|
|
2499
2282
|
};
|
|
2283
|
+
style: {};
|
|
2500
2284
|
isContainer: boolean;
|
|
2501
2285
|
isBusiObjContainer: boolean;
|
|
2502
2286
|
cmdgroup: string[];
|
|
@@ -2516,144 +2300,6 @@ export declare const Form: {
|
|
|
2516
2300
|
engineApi?: undefined;
|
|
2517
2301
|
alias?: undefined;
|
|
2518
2302
|
isInlineBlock?: undefined;
|
|
2519
|
-
} | {
|
|
2520
|
-
id: string;
|
|
2521
|
-
label: string;
|
|
2522
|
-
compName: string;
|
|
2523
|
-
type: string;
|
|
2524
|
-
compType: number;
|
|
2525
|
-
compLib: string;
|
|
2526
|
-
props: {
|
|
2527
|
-
name: string;
|
|
2528
|
-
placeholderText: string;
|
|
2529
|
-
displayStyle: string;
|
|
2530
|
-
countdownTime: number;
|
|
2531
|
-
random: boolean;
|
|
2532
|
-
digit: number;
|
|
2533
|
-
formItemIndex: number;
|
|
2534
|
-
labelCol: number;
|
|
2535
|
-
wrapperCol: number;
|
|
2536
|
-
fieldName: string;
|
|
2537
|
-
basicStatus?: undefined;
|
|
2538
|
-
size?: undefined;
|
|
2539
|
-
titleTip?: undefined;
|
|
2540
|
-
tipContent?: undefined;
|
|
2541
|
-
tipSize?: undefined;
|
|
2542
|
-
tipWidth?: undefined;
|
|
2543
|
-
tipHeight?: undefined;
|
|
2544
|
-
prefixIconPosition?: undefined;
|
|
2545
|
-
postfix?: undefined;
|
|
2546
|
-
postfixIconPosition?: undefined;
|
|
2547
|
-
required?: undefined;
|
|
2548
|
-
placeholder?: undefined;
|
|
2549
|
-
allowClear?: undefined;
|
|
2550
|
-
dataMask?: undefined;
|
|
2551
|
-
step?: undefined;
|
|
2552
|
-
min?: undefined;
|
|
2553
|
-
formatting?: undefined;
|
|
2554
|
-
radioType?: undefined;
|
|
2555
|
-
optionMarginRight?: undefined;
|
|
2556
|
-
staticData?: undefined;
|
|
2557
|
-
options?: undefined;
|
|
2558
|
-
checkAllText?: undefined;
|
|
2559
|
-
selfSpan?: undefined;
|
|
2560
|
-
tipPlacement?: undefined;
|
|
2561
|
-
tipIcon?: undefined;
|
|
2562
|
-
tipLocation?: undefined;
|
|
2563
|
-
checkedAll?: undefined;
|
|
2564
|
-
text?: undefined;
|
|
2565
|
-
extendProps?: undefined;
|
|
2566
|
-
filter?: undefined;
|
|
2567
|
-
mode?: undefined;
|
|
2568
|
-
classification?: undefined;
|
|
2569
|
-
defaultValue?: undefined;
|
|
2570
|
-
treeDefaultExpandAll?: undefined;
|
|
2571
|
-
showSearch?: undefined;
|
|
2572
|
-
treeNodeFilterProp?: undefined;
|
|
2573
|
-
treeData?: undefined;
|
|
2574
|
-
multiple?: undefined;
|
|
2575
|
-
expandTrigger?: undefined;
|
|
2576
|
-
popupPlacement?: undefined;
|
|
2577
|
-
popoverStyle?: undefined;
|
|
2578
|
-
range?: undefined;
|
|
2579
|
-
included?: undefined;
|
|
2580
|
-
direction?: undefined;
|
|
2581
|
-
showInput?: undefined;
|
|
2582
|
-
showLabel?: undefined;
|
|
2583
|
-
labelPlacement?: undefined;
|
|
2584
|
-
max?: undefined;
|
|
2585
|
-
count?: undefined;
|
|
2586
|
-
value?: undefined;
|
|
2587
|
-
tooltips?: undefined;
|
|
2588
|
-
switchStyle?: undefined;
|
|
2589
|
-
checkedChildren?: undefined;
|
|
2590
|
-
unCheckedChildren?: undefined;
|
|
2591
|
-
checkedChildrenIcon?: undefined;
|
|
2592
|
-
unCheckedChildrenIcon?: undefined;
|
|
2593
|
-
defaultChecked?: undefined;
|
|
2594
|
-
uploadStyle?: undefined;
|
|
2595
|
-
listType?: undefined;
|
|
2596
|
-
viewMode?: undefined;
|
|
2597
|
-
fileNameEncode?: undefined;
|
|
2598
|
-
isWatermark?: undefined;
|
|
2599
|
-
optionalFile?: undefined;
|
|
2600
|
-
fileName?: undefined;
|
|
2601
|
-
numberLimit?: undefined;
|
|
2602
|
-
singleFileMaxSize?: undefined;
|
|
2603
|
-
uploadText?: undefined;
|
|
2604
|
-
uploadTimeout?: undefined;
|
|
2605
|
-
deleteIcon?: undefined;
|
|
2606
|
-
downloadIcon?: undefined;
|
|
2607
|
-
previewIcon?: undefined;
|
|
2608
|
-
modalWidth?: undefined;
|
|
2609
|
-
modalHeight?: undefined;
|
|
2610
|
-
timeMode?: undefined;
|
|
2611
|
-
separator?: undefined;
|
|
2612
|
-
format?: undefined;
|
|
2613
|
-
pickerType?: undefined;
|
|
2614
|
-
limitRange?: undefined;
|
|
2615
|
-
startTime?: undefined;
|
|
2616
|
-
endTime?: undefined;
|
|
2617
|
-
customTip?: undefined;
|
|
2618
|
-
};
|
|
2619
|
-
style: {
|
|
2620
|
-
borderSetting: string;
|
|
2621
|
-
border: string;
|
|
2622
|
-
borderRadius: string;
|
|
2623
|
-
fontSize: string;
|
|
2624
|
-
color: string;
|
|
2625
|
-
backgroundColor: string;
|
|
2626
|
-
};
|
|
2627
|
-
isContainer: boolean;
|
|
2628
|
-
isBusiObjContainer: boolean;
|
|
2629
|
-
cmdgroup: string[];
|
|
2630
|
-
platform: string;
|
|
2631
|
-
fieldProps: {
|
|
2632
|
-
trigger: string;
|
|
2633
|
-
valuePropName: string;
|
|
2634
|
-
};
|
|
2635
|
-
icon: string;
|
|
2636
|
-
description: string;
|
|
2637
|
-
image: string;
|
|
2638
|
-
groupsName: string;
|
|
2639
|
-
engineApi: string[];
|
|
2640
|
-
setEvents: {
|
|
2641
|
-
dataName: string;
|
|
2642
|
-
value: string;
|
|
2643
|
-
params: {
|
|
2644
|
-
title: string;
|
|
2645
|
-
name: string;
|
|
2646
|
-
value: string;
|
|
2647
|
-
}[];
|
|
2648
|
-
path: never[];
|
|
2649
|
-
dataId: string;
|
|
2650
|
-
children: never[];
|
|
2651
|
-
}[];
|
|
2652
|
-
isLabelDropBoxChild: boolean;
|
|
2653
|
-
components: never[];
|
|
2654
|
-
path: string[];
|
|
2655
|
-
alias?: undefined;
|
|
2656
|
-
isInlineBlock?: undefined;
|
|
2657
2303
|
})[];
|
|
2658
2304
|
path: string[];
|
|
2659
2305
|
} | {
|
package/dist/config/Form.js
CHANGED
|
@@ -25,19 +25,19 @@ export var Form = {
|
|
|
25
25
|
// },
|
|
26
26
|
labelTextColor: {
|
|
27
27
|
type: 'color',
|
|
28
|
-
label: '
|
|
28
|
+
label: '标题文本颜色',
|
|
29
29
|
groupsName: '文字',
|
|
30
30
|
desc: '对所有[数据录入]类型组件生效'
|
|
31
31
|
},
|
|
32
32
|
labelLineHeight: {
|
|
33
33
|
type: 'px',
|
|
34
|
-
label: '
|
|
34
|
+
label: '标题文本行高',
|
|
35
35
|
groupsName: '文字',
|
|
36
36
|
desc: '对所有[数据录入]类型组件生效'
|
|
37
37
|
},
|
|
38
38
|
labelFontSize: {
|
|
39
39
|
type: 'px',
|
|
40
|
-
label: '
|
|
40
|
+
label: '标题文本尺寸',
|
|
41
41
|
groupsName: '文字',
|
|
42
42
|
desc: '对所有[数据录入]类型组件生效'
|
|
43
43
|
},
|
|
@@ -87,8 +87,8 @@ export var Form = {
|
|
|
87
87
|
// 下拉单选与下拉复选样式一致
|
|
88
88
|
// 滑动输入条没有边框样式
|
|
89
89
|
// TODO: 树选择器,联级选择器效果待确认
|
|
90
|
-
itemCustomTpl: ".pcFactory-from-component{\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-select-multiple .ued-select-checked-tag{\n color: textColor;\n font-size: fontSize;\n min-height: 24px;\n height: auto;\n padding: 4px 8px 4px 8px;\n }\n .pcfactory-select-single:not(.pcfactory-select-customize-input) .pcfactory-select-selector::after{\n line-height: fontSize;\n }\n span.pcfactory-radio+*{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-selector{\n height: auto;\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select-selector {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemBorderColor;\n }\n .pcfactory-checkbox+span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n height: auto;\n }\n .ued-cascader-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-
|
|
91
|
-
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n .pcFactory-from-component{\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-select-multiple .ued-select-checked-tag{\n color: textColor;\n font-size: fontSize;\n min-height: 24px;\n height: auto;\n padding: 4px 8px 4px 8px;\n }\n .pcfactory-select-single:not(.pcfactory-select-customize-input) .pcfactory-select-selector::after{\n line-height: fontSize;\n }\n span.pcfactory-radio+*{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-selector{\n height: auto;\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select-selector {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemBorderColor;\n }\n .pcfactory-checkbox+span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n height: auto;\n }\n .ued-cascader-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-
|
|
90
|
+
itemCustomTpl: ".pcFactory-from-component{\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select.ued-select-wrap{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-select:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .ued-datePicker-wrap.pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n }\n .pcfactory-picker-input>input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-open .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-item, .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-placeholder{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select-multiple .ued-select-checked-tag{\n color: textColor;\n font-size: fontSize;\n min-height: 24px;\n height: auto;\n padding: 4px 8px 4px 8px;\n line-height: 1.5715;\n }\n .pcfactory-select-single:not(.pcfactory-select-customize-input) .pcfactory-select-selector::after{\n line-height: fontSize;\n }\n span.pcfactory-radio+*{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-selector{\n height: auto;\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select-selector {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemBorderColor;\n }\n .pcfactory-checkbox+span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n height: auto;\n }\n .ued-cascader-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker-input > input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-treeSelect-wrap .pcfactory-select-selector{\n height: 1000px\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button>span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n \n .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-item, .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-placeholder{\n line-height: 2;\n font-size: fontSize;\n }\n .pcfactory-select-multiple .pcfactory-select-selection-placeholder{\n font-size: fontSize;\n }\n .ued-rateContainer .pcfactory-rate{\n font-size: fontSize;\n }\n .ued-rateContainer-rateText{\n color: textColor;\n font-size: fontSize;\n }\n\n }",
|
|
91
|
+
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n .pcFactory-from-component{\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select.ued-select-wrap{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-select:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .ued-datePicker-wrap.pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n }\n .pcfactory-picker-input>input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-open .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-item, .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-placeholder{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select-multiple .ued-select-checked-tag{\n color: textColor;\n font-size: fontSize;\n min-height: 24px;\n height: auto;\n padding: 4px 8px 4px 8px;\n line-height: 1.5715;\n }\n .pcfactory-select-single:not(.pcfactory-select-customize-input) .pcfactory-select-selector::after{\n line-height: fontSize;\n }\n span.pcfactory-radio+*{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-selector{\n height: auto;\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select-selector {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemBorderColor;\n }\n .pcfactory-checkbox+span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n height: auto;\n }\n .ued-cascader-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker-input > input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-treeSelect-wrap .pcfactory-select-selector{\n height: 1000px\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button>span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n \n .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-item, .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-placeholder{\n line-height: 2;\n font-size: fontSize;\n }\n .pcfactory-select-multiple .pcfactory-select-selection-placeholder{\n font-size: fontSize;\n }\n .ued-rateContainer .pcfactory-rate{\n font-size: fontSize;\n }\n .ued-rateContainer-rateText{\n color: textColor;\n font-size: fontSize;\n }\n\n }\n \n }\n \n ",
|
|
92
92
|
components: [{
|
|
93
93
|
id: 'Form_180373',
|
|
94
94
|
label: '表单',
|
|
@@ -1122,62 +1122,69 @@ export var Form = {
|
|
|
1122
1122
|
isLabelDropBoxChild: false,
|
|
1123
1123
|
components: [],
|
|
1124
1124
|
path: ['998509', 'Form_180373']
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
}
|
|
1125
|
+
}
|
|
1126
|
+
// {
|
|
1127
|
+
// id: 'VerificationCode_6637723',
|
|
1128
|
+
// label: '验证码',
|
|
1129
|
+
// compName: 'VerificationCode',
|
|
1130
|
+
// type: 'VerificationCode',
|
|
1131
|
+
// compType: 2,
|
|
1132
|
+
// compLib: 'comm',
|
|
1133
|
+
// props: {
|
|
1134
|
+
// name: '验证码',
|
|
1135
|
+
// placeholderText: '请输入验证码',
|
|
1136
|
+
// displayStyle: 'countdownStyle',
|
|
1137
|
+
// countdownTime: 60,
|
|
1138
|
+
// random: false,
|
|
1139
|
+
// digit: 4,
|
|
1140
|
+
// formItemIndex: 16,
|
|
1141
|
+
// labelCol: 8,
|
|
1142
|
+
// wrapperCol: 16,
|
|
1143
|
+
// fieldName: 'asdcx',
|
|
1144
|
+
// },
|
|
1145
|
+
// style: {
|
|
1146
|
+
// borderSetting: 'border 1px solid #E5E5E5',
|
|
1147
|
+
// border: '1px solid #E5E5E5',
|
|
1148
|
+
// borderRadius: '4px 4px 4px 4px',
|
|
1149
|
+
// fontSize: '14',
|
|
1150
|
+
// color: '#4477EE',
|
|
1151
|
+
// backgroundColor: '#ffffff',
|
|
1152
|
+
// },
|
|
1153
|
+
// isContainer: false,
|
|
1154
|
+
// isBusiObjContainer: false,
|
|
1155
|
+
// cmdgroup: ['basic'],
|
|
1156
|
+
// platform: 'pc',
|
|
1157
|
+
// fieldProps: {
|
|
1158
|
+
// trigger: 'onChange',
|
|
1159
|
+
// valuePropName: 'value',
|
|
1160
|
+
// },
|
|
1161
|
+
// icon: 'VerificationCode',
|
|
1162
|
+
// description: '',
|
|
1163
|
+
// image: '',
|
|
1164
|
+
// groupsName: '数据录入',
|
|
1165
|
+
// engineApi: ['getValidateCodePicture'],
|
|
1166
|
+
// setEvents: [
|
|
1167
|
+
// {
|
|
1168
|
+
// dataName: 'event',
|
|
1169
|
+
// value: 'onChange',
|
|
1170
|
+
// params: [
|
|
1171
|
+
// {
|
|
1172
|
+
// title: '事件对象',
|
|
1173
|
+
// name: 'e',
|
|
1174
|
+
// value: '$e$',
|
|
1175
|
+
// },
|
|
1176
|
+
// ],
|
|
1177
|
+
// path: [],
|
|
1178
|
+
// dataId: '4056877',
|
|
1179
|
+
// children: [],
|
|
1180
|
+
// },
|
|
1181
|
+
// ],
|
|
1182
|
+
// isLabelDropBoxChild: false,
|
|
1183
|
+
// components: [],
|
|
1184
|
+
// path: ['998509', 'Form_180373'],
|
|
1185
|
+
// },
|
|
1186
|
+
],
|
|
1187
|
+
|
|
1181
1188
|
path: ['998509']
|
|
1182
1189
|
}, {
|
|
1183
1190
|
id: 'View_519882',
|
|
@@ -3,7 +3,7 @@ export var MultipleSelect = {
|
|
|
3
3
|
variable: {
|
|
4
4
|
labelTextColor: {
|
|
5
5
|
type: 'color',
|
|
6
|
-
label: '
|
|
6
|
+
label: '标题文本颜色',
|
|
7
7
|
groupsName: '文字',
|
|
8
8
|
desc: '继承自表单,此处不可编辑',
|
|
9
9
|
canEdit: false,
|
|
@@ -11,7 +11,7 @@ export var MultipleSelect = {
|
|
|
11
11
|
},
|
|
12
12
|
labelLineHeight: {
|
|
13
13
|
type: 'px',
|
|
14
|
-
label: '
|
|
14
|
+
label: '标题文本行高',
|
|
15
15
|
groupsName: '文字',
|
|
16
16
|
desc: '继承自表单,此处不可编辑',
|
|
17
17
|
canEdit: false,
|
|
@@ -19,7 +19,7 @@ export var MultipleSelect = {
|
|
|
19
19
|
},
|
|
20
20
|
labelFontSize: {
|
|
21
21
|
type: 'px',
|
|
22
|
-
label: '
|
|
22
|
+
label: '标题文本尺寸',
|
|
23
23
|
groupsName: '文字',
|
|
24
24
|
desc: '继承自表单,此处不可编辑',
|
|
25
25
|
canEdit: false,
|
|
@@ -42,22 +42,6 @@ export declare const StdUpload: {
|
|
|
42
42
|
canEdit: boolean;
|
|
43
43
|
extendsKey: string;
|
|
44
44
|
};
|
|
45
|
-
itemBorderColor: {
|
|
46
|
-
type: string;
|
|
47
|
-
label: string;
|
|
48
|
-
groupsName: string;
|
|
49
|
-
desc: string;
|
|
50
|
-
canEdit: boolean;
|
|
51
|
-
extendsKey: string;
|
|
52
|
-
};
|
|
53
|
-
itemBorderRadius: {
|
|
54
|
-
type: string;
|
|
55
|
-
label: string;
|
|
56
|
-
groupsName: string;
|
|
57
|
-
desc: string;
|
|
58
|
-
canEdit: boolean;
|
|
59
|
-
extendsKey: string;
|
|
60
|
-
};
|
|
61
45
|
listTextColor: {
|
|
62
46
|
type: string;
|
|
63
47
|
label: string;
|
package/dist/config/StdUpload.js
CHANGED
|
@@ -42,22 +42,6 @@ export var StdUpload = {
|
|
|
42
42
|
canEdit: false,
|
|
43
43
|
extendsKey: 'Form'
|
|
44
44
|
},
|
|
45
|
-
itemBorderColor: {
|
|
46
|
-
type: 'color',
|
|
47
|
-
label: '边框颜色',
|
|
48
|
-
groupsName: '边框',
|
|
49
|
-
desc: '继承自表单,此处不可编辑',
|
|
50
|
-
canEdit: false,
|
|
51
|
-
extendsKey: 'Form'
|
|
52
|
-
},
|
|
53
|
-
itemBorderRadius: {
|
|
54
|
-
type: 'px',
|
|
55
|
-
label: '边框圆角',
|
|
56
|
-
groupsName: '边框',
|
|
57
|
-
desc: '继承自表单,此处不可编辑',
|
|
58
|
-
canEdit: false,
|
|
59
|
-
extendsKey: 'Form'
|
|
60
|
-
},
|
|
61
45
|
listTextColor: {
|
|
62
46
|
type: 'color',
|
|
63
47
|
label: '列表文本颜色',
|
|
@@ -19,7 +19,7 @@ export var DMultiplePicker = {
|
|
|
19
19
|
},
|
|
20
20
|
labelTextColor: {
|
|
21
21
|
type: 'color',
|
|
22
|
-
label: '
|
|
22
|
+
label: '标题文本颜色',
|
|
23
23
|
groupsName: '标签',
|
|
24
24
|
desc: '继承自表单,此处不可编辑',
|
|
25
25
|
canEdit: false,
|
|
@@ -27,7 +27,7 @@ export var DMultiplePicker = {
|
|
|
27
27
|
},
|
|
28
28
|
labelLineHeight: {
|
|
29
29
|
type: 'px',
|
|
30
|
-
label: '
|
|
30
|
+
label: '标题文本行高',
|
|
31
31
|
groupsName: '标签',
|
|
32
32
|
desc: '继承自表单,此处不可编辑',
|
|
33
33
|
canEdit: false,
|
|
@@ -35,7 +35,7 @@ export var DMultiplePicker = {
|
|
|
35
35
|
},
|
|
36
36
|
labelFontSize: {
|
|
37
37
|
type: 'px',
|
|
38
|
-
label: '
|
|
38
|
+
label: '标题文本尺寸',
|
|
39
39
|
groupsName: '标签',
|
|
40
40
|
desc: '继承自表单,此处不可编辑',
|
|
41
41
|
canEdit: false,
|
|
@@ -43,7 +43,7 @@ export var DMultiplePicker = {
|
|
|
43
43
|
},
|
|
44
44
|
labelFontWeight: {
|
|
45
45
|
type: 'select',
|
|
46
|
-
label: '
|
|
46
|
+
label: '标题文本字重',
|
|
47
47
|
groupsName: '标签',
|
|
48
48
|
options: [{
|
|
49
49
|
title: '100',
|