@lingxiteam/theme-utils 0.2.5 → 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 -373
- package/dist/config/Form.js +68 -62
- package/dist/config/Link.js +1 -1
- package/dist/config/MultipleSelect.js +3 -3
- package/dist/config/Radio.js +1 -1
- package/dist/config/StdUpload.d.ts +0 -16
- package/dist/config/StdUpload.js +0 -16
- package/dist/config/Tree.d.ts +6 -0
- package/dist/config/Tree.js +7 -1
- package/dist/h5config/DMultiplePicker.js +4 -4
- package/package.json +1 -1
package/dist/config/Form.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export declare const Form: {
|
|
2
2
|
type: string;
|
|
3
3
|
hasPrefixClass: boolean;
|
|
4
|
-
hasCustomNoPrefixClass: boolean;
|
|
5
4
|
variable: {
|
|
6
5
|
backgroundColor: {
|
|
7
6
|
type: string;
|
|
@@ -200,20 +199,8 @@ export declare const Form: {
|
|
|
200
199
|
startTime?: undefined;
|
|
201
200
|
endTime?: undefined;
|
|
202
201
|
customTip?: undefined;
|
|
203
|
-
placeholderText?: undefined;
|
|
204
|
-
displayStyle?: undefined;
|
|
205
|
-
countdownTime?: undefined;
|
|
206
|
-
random?: undefined;
|
|
207
|
-
digit?: undefined;
|
|
208
|
-
};
|
|
209
|
-
style: {
|
|
210
|
-
borderSetting?: undefined;
|
|
211
|
-
border?: undefined;
|
|
212
|
-
borderRadius?: undefined;
|
|
213
|
-
fontSize?: undefined;
|
|
214
|
-
color?: undefined;
|
|
215
|
-
backgroundColor?: undefined;
|
|
216
202
|
};
|
|
203
|
+
style: {};
|
|
217
204
|
isContainer: boolean;
|
|
218
205
|
isBusiObjContainer: boolean;
|
|
219
206
|
cmdgroup: string[];
|
|
@@ -327,20 +314,8 @@ export declare const Form: {
|
|
|
327
314
|
startTime?: undefined;
|
|
328
315
|
endTime?: undefined;
|
|
329
316
|
customTip?: undefined;
|
|
330
|
-
placeholderText?: undefined;
|
|
331
|
-
displayStyle?: undefined;
|
|
332
|
-
countdownTime?: undefined;
|
|
333
|
-
random?: undefined;
|
|
334
|
-
digit?: undefined;
|
|
335
|
-
};
|
|
336
|
-
style: {
|
|
337
|
-
borderSetting?: undefined;
|
|
338
|
-
border?: undefined;
|
|
339
|
-
borderRadius?: undefined;
|
|
340
|
-
fontSize?: undefined;
|
|
341
|
-
color?: undefined;
|
|
342
|
-
backgroundColor?: undefined;
|
|
343
317
|
};
|
|
318
|
+
style: {};
|
|
344
319
|
isContainer: boolean;
|
|
345
320
|
isBusiObjContainer: boolean;
|
|
346
321
|
cmdgroup: string[];
|
|
@@ -454,20 +429,8 @@ export declare const Form: {
|
|
|
454
429
|
startTime?: undefined;
|
|
455
430
|
endTime?: undefined;
|
|
456
431
|
customTip?: undefined;
|
|
457
|
-
placeholderText?: undefined;
|
|
458
|
-
displayStyle?: undefined;
|
|
459
|
-
countdownTime?: undefined;
|
|
460
|
-
random?: undefined;
|
|
461
|
-
digit?: undefined;
|
|
462
|
-
};
|
|
463
|
-
style: {
|
|
464
|
-
borderSetting?: undefined;
|
|
465
|
-
border?: undefined;
|
|
466
|
-
borderRadius?: undefined;
|
|
467
|
-
fontSize?: undefined;
|
|
468
|
-
color?: undefined;
|
|
469
|
-
backgroundColor?: undefined;
|
|
470
432
|
};
|
|
433
|
+
style: {};
|
|
471
434
|
isContainer: boolean;
|
|
472
435
|
isBusiObjContainer: boolean;
|
|
473
436
|
cmdgroup: string[];
|
|
@@ -589,20 +552,8 @@ export declare const Form: {
|
|
|
589
552
|
startTime?: undefined;
|
|
590
553
|
endTime?: undefined;
|
|
591
554
|
customTip?: undefined;
|
|
592
|
-
placeholderText?: undefined;
|
|
593
|
-
displayStyle?: undefined;
|
|
594
|
-
countdownTime?: undefined;
|
|
595
|
-
random?: undefined;
|
|
596
|
-
digit?: undefined;
|
|
597
|
-
};
|
|
598
|
-
style: {
|
|
599
|
-
borderSetting?: undefined;
|
|
600
|
-
border?: undefined;
|
|
601
|
-
borderRadius?: undefined;
|
|
602
|
-
fontSize?: undefined;
|
|
603
|
-
color?: undefined;
|
|
604
|
-
backgroundColor?: undefined;
|
|
605
555
|
};
|
|
556
|
+
style: {};
|
|
606
557
|
isContainer: boolean;
|
|
607
558
|
isBusiObjContainer: boolean;
|
|
608
559
|
cmdgroup: string[];
|
|
@@ -730,20 +681,8 @@ export declare const Form: {
|
|
|
730
681
|
startTime?: undefined;
|
|
731
682
|
endTime?: undefined;
|
|
732
683
|
customTip?: undefined;
|
|
733
|
-
placeholderText?: undefined;
|
|
734
|
-
displayStyle?: undefined;
|
|
735
|
-
countdownTime?: undefined;
|
|
736
|
-
random?: undefined;
|
|
737
|
-
digit?: undefined;
|
|
738
|
-
};
|
|
739
|
-
style: {
|
|
740
|
-
borderSetting?: undefined;
|
|
741
|
-
border?: undefined;
|
|
742
|
-
borderRadius?: undefined;
|
|
743
|
-
fontSize?: undefined;
|
|
744
|
-
color?: undefined;
|
|
745
|
-
backgroundColor?: undefined;
|
|
746
684
|
};
|
|
685
|
+
style: {};
|
|
747
686
|
isContainer: boolean;
|
|
748
687
|
isBusiObjContainer: boolean;
|
|
749
688
|
cmdgroup: string[];
|
|
@@ -860,20 +799,8 @@ export declare const Form: {
|
|
|
860
799
|
startTime?: undefined;
|
|
861
800
|
endTime?: undefined;
|
|
862
801
|
customTip?: undefined;
|
|
863
|
-
placeholderText?: undefined;
|
|
864
|
-
displayStyle?: undefined;
|
|
865
|
-
countdownTime?: undefined;
|
|
866
|
-
random?: undefined;
|
|
867
|
-
digit?: undefined;
|
|
868
|
-
};
|
|
869
|
-
style: {
|
|
870
|
-
borderSetting?: undefined;
|
|
871
|
-
border?: undefined;
|
|
872
|
-
borderRadius?: undefined;
|
|
873
|
-
fontSize?: undefined;
|
|
874
|
-
color?: undefined;
|
|
875
|
-
backgroundColor?: undefined;
|
|
876
802
|
};
|
|
803
|
+
style: {};
|
|
877
804
|
isContainer: boolean;
|
|
878
805
|
isBusiObjContainer: boolean;
|
|
879
806
|
cmdgroup: string[];
|
|
@@ -998,20 +925,8 @@ export declare const Form: {
|
|
|
998
925
|
startTime?: undefined;
|
|
999
926
|
endTime?: undefined;
|
|
1000
927
|
customTip?: undefined;
|
|
1001
|
-
placeholderText?: undefined;
|
|
1002
|
-
displayStyle?: undefined;
|
|
1003
|
-
countdownTime?: undefined;
|
|
1004
|
-
random?: undefined;
|
|
1005
|
-
digit?: undefined;
|
|
1006
|
-
};
|
|
1007
|
-
style: {
|
|
1008
|
-
borderSetting?: undefined;
|
|
1009
|
-
border?: undefined;
|
|
1010
|
-
borderRadius?: undefined;
|
|
1011
|
-
fontSize?: undefined;
|
|
1012
|
-
color?: undefined;
|
|
1013
|
-
backgroundColor?: undefined;
|
|
1014
928
|
};
|
|
929
|
+
style: {};
|
|
1015
930
|
isContainer: boolean;
|
|
1016
931
|
isBusiObjContainer: boolean;
|
|
1017
932
|
cmdgroup: string[];
|
|
@@ -1136,20 +1051,8 @@ export declare const Form: {
|
|
|
1136
1051
|
startTime?: undefined;
|
|
1137
1052
|
endTime?: undefined;
|
|
1138
1053
|
customTip?: undefined;
|
|
1139
|
-
placeholderText?: undefined;
|
|
1140
|
-
displayStyle?: undefined;
|
|
1141
|
-
countdownTime?: undefined;
|
|
1142
|
-
random?: undefined;
|
|
1143
|
-
digit?: undefined;
|
|
1144
|
-
};
|
|
1145
|
-
style: {
|
|
1146
|
-
borderSetting?: undefined;
|
|
1147
|
-
border?: undefined;
|
|
1148
|
-
borderRadius?: undefined;
|
|
1149
|
-
fontSize?: undefined;
|
|
1150
|
-
color?: undefined;
|
|
1151
|
-
backgroundColor?: undefined;
|
|
1152
1054
|
};
|
|
1055
|
+
style: {};
|
|
1153
1056
|
isContainer: boolean;
|
|
1154
1057
|
isBusiObjContainer: boolean;
|
|
1155
1058
|
cmdgroup: string[];
|
|
@@ -1282,20 +1185,8 @@ export declare const Form: {
|
|
|
1282
1185
|
startTime?: undefined;
|
|
1283
1186
|
endTime?: undefined;
|
|
1284
1187
|
customTip?: undefined;
|
|
1285
|
-
placeholderText?: undefined;
|
|
1286
|
-
displayStyle?: undefined;
|
|
1287
|
-
countdownTime?: undefined;
|
|
1288
|
-
random?: undefined;
|
|
1289
|
-
digit?: undefined;
|
|
1290
|
-
};
|
|
1291
|
-
style: {
|
|
1292
|
-
borderSetting?: undefined;
|
|
1293
|
-
border?: undefined;
|
|
1294
|
-
borderRadius?: undefined;
|
|
1295
|
-
fontSize?: undefined;
|
|
1296
|
-
color?: undefined;
|
|
1297
|
-
backgroundColor?: undefined;
|
|
1298
1188
|
};
|
|
1189
|
+
style: {};
|
|
1299
1190
|
isContainer: boolean;
|
|
1300
1191
|
isBusiObjContainer: boolean;
|
|
1301
1192
|
cmdgroup: string[];
|
|
@@ -1427,20 +1318,8 @@ export declare const Form: {
|
|
|
1427
1318
|
startTime?: undefined;
|
|
1428
1319
|
endTime?: undefined;
|
|
1429
1320
|
customTip?: undefined;
|
|
1430
|
-
placeholderText?: undefined;
|
|
1431
|
-
displayStyle?: undefined;
|
|
1432
|
-
countdownTime?: undefined;
|
|
1433
|
-
random?: undefined;
|
|
1434
|
-
digit?: undefined;
|
|
1435
|
-
};
|
|
1436
|
-
style: {
|
|
1437
|
-
borderSetting?: undefined;
|
|
1438
|
-
border?: undefined;
|
|
1439
|
-
borderRadius?: undefined;
|
|
1440
|
-
fontSize?: undefined;
|
|
1441
|
-
color?: undefined;
|
|
1442
|
-
backgroundColor?: undefined;
|
|
1443
1321
|
};
|
|
1322
|
+
style: {};
|
|
1444
1323
|
isContainer: boolean;
|
|
1445
1324
|
isBusiObjContainer: boolean;
|
|
1446
1325
|
cmdgroup: string[];
|
|
@@ -1554,20 +1433,8 @@ export declare const Form: {
|
|
|
1554
1433
|
startTime?: undefined;
|
|
1555
1434
|
endTime?: undefined;
|
|
1556
1435
|
customTip?: undefined;
|
|
1557
|
-
placeholderText?: undefined;
|
|
1558
|
-
displayStyle?: undefined;
|
|
1559
|
-
countdownTime?: undefined;
|
|
1560
|
-
random?: undefined;
|
|
1561
|
-
digit?: undefined;
|
|
1562
|
-
};
|
|
1563
|
-
style: {
|
|
1564
|
-
borderSetting?: undefined;
|
|
1565
|
-
border?: undefined;
|
|
1566
|
-
borderRadius?: undefined;
|
|
1567
|
-
fontSize?: undefined;
|
|
1568
|
-
color?: undefined;
|
|
1569
|
-
backgroundColor?: undefined;
|
|
1570
1436
|
};
|
|
1437
|
+
style: {};
|
|
1571
1438
|
isContainer: boolean;
|
|
1572
1439
|
isBusiObjContainer: boolean;
|
|
1573
1440
|
cmdgroup: string[];
|
|
@@ -1681,20 +1548,8 @@ export declare const Form: {
|
|
|
1681
1548
|
startTime?: undefined;
|
|
1682
1549
|
endTime?: undefined;
|
|
1683
1550
|
customTip?: undefined;
|
|
1684
|
-
placeholderText?: undefined;
|
|
1685
|
-
displayStyle?: undefined;
|
|
1686
|
-
countdownTime?: undefined;
|
|
1687
|
-
random?: undefined;
|
|
1688
|
-
digit?: undefined;
|
|
1689
|
-
};
|
|
1690
|
-
style: {
|
|
1691
|
-
borderSetting?: undefined;
|
|
1692
|
-
border?: undefined;
|
|
1693
|
-
borderRadius?: undefined;
|
|
1694
|
-
fontSize?: undefined;
|
|
1695
|
-
color?: undefined;
|
|
1696
|
-
backgroundColor?: undefined;
|
|
1697
1551
|
};
|
|
1552
|
+
style: {};
|
|
1698
1553
|
isContainer: boolean;
|
|
1699
1554
|
isBusiObjContainer: boolean;
|
|
1700
1555
|
cmdgroup: string[];
|
|
@@ -1827,20 +1682,8 @@ export declare const Form: {
|
|
|
1827
1682
|
startTime?: undefined;
|
|
1828
1683
|
endTime?: undefined;
|
|
1829
1684
|
customTip?: undefined;
|
|
1830
|
-
placeholderText?: undefined;
|
|
1831
|
-
displayStyle?: undefined;
|
|
1832
|
-
countdownTime?: undefined;
|
|
1833
|
-
random?: undefined;
|
|
1834
|
-
digit?: undefined;
|
|
1835
|
-
};
|
|
1836
|
-
style: {
|
|
1837
|
-
borderSetting?: undefined;
|
|
1838
|
-
border?: undefined;
|
|
1839
|
-
borderRadius?: undefined;
|
|
1840
|
-
fontSize?: undefined;
|
|
1841
|
-
color?: undefined;
|
|
1842
|
-
backgroundColor?: undefined;
|
|
1843
1685
|
};
|
|
1686
|
+
style: {};
|
|
1844
1687
|
isContainer: boolean;
|
|
1845
1688
|
isBusiObjContainer: boolean;
|
|
1846
1689
|
cmdgroup: string[];
|
|
@@ -1979,20 +1822,8 @@ export declare const Form: {
|
|
|
1979
1822
|
startTime?: undefined;
|
|
1980
1823
|
endTime?: undefined;
|
|
1981
1824
|
customTip?: undefined;
|
|
1982
|
-
placeholderText?: undefined;
|
|
1983
|
-
displayStyle?: undefined;
|
|
1984
|
-
countdownTime?: undefined;
|
|
1985
|
-
random?: undefined;
|
|
1986
|
-
digit?: undefined;
|
|
1987
|
-
};
|
|
1988
|
-
style: {
|
|
1989
|
-
borderSetting?: undefined;
|
|
1990
|
-
border?: undefined;
|
|
1991
|
-
borderRadius?: undefined;
|
|
1992
|
-
fontSize?: undefined;
|
|
1993
|
-
color?: undefined;
|
|
1994
|
-
backgroundColor?: undefined;
|
|
1995
1825
|
};
|
|
1826
|
+
style: {};
|
|
1996
1827
|
isContainer: boolean;
|
|
1997
1828
|
isBusiObjContainer: boolean;
|
|
1998
1829
|
cmdgroup: string[];
|
|
@@ -2103,20 +1934,8 @@ export declare const Form: {
|
|
|
2103
1934
|
startTime?: undefined;
|
|
2104
1935
|
endTime?: undefined;
|
|
2105
1936
|
customTip?: undefined;
|
|
2106
|
-
placeholderText?: undefined;
|
|
2107
|
-
displayStyle?: undefined;
|
|
2108
|
-
countdownTime?: undefined;
|
|
2109
|
-
random?: undefined;
|
|
2110
|
-
digit?: undefined;
|
|
2111
|
-
};
|
|
2112
|
-
style: {
|
|
2113
|
-
borderSetting?: undefined;
|
|
2114
|
-
border?: undefined;
|
|
2115
|
-
borderRadius?: undefined;
|
|
2116
|
-
fontSize?: undefined;
|
|
2117
|
-
color?: undefined;
|
|
2118
|
-
backgroundColor?: undefined;
|
|
2119
1937
|
};
|
|
1938
|
+
style: {};
|
|
2120
1939
|
isContainer: boolean;
|
|
2121
1940
|
isBusiObjContainer: boolean;
|
|
2122
1941
|
cmdgroup: string[];
|
|
@@ -2230,20 +2049,8 @@ export declare const Form: {
|
|
|
2230
2049
|
modalWidth?: undefined;
|
|
2231
2050
|
modalHeight?: undefined;
|
|
2232
2051
|
separator?: undefined;
|
|
2233
|
-
placeholderText?: undefined;
|
|
2234
|
-
displayStyle?: undefined;
|
|
2235
|
-
countdownTime?: undefined;
|
|
2236
|
-
random?: undefined;
|
|
2237
|
-
digit?: undefined;
|
|
2238
|
-
};
|
|
2239
|
-
style: {
|
|
2240
|
-
borderSetting?: undefined;
|
|
2241
|
-
border?: undefined;
|
|
2242
|
-
borderRadius?: undefined;
|
|
2243
|
-
fontSize?: undefined;
|
|
2244
|
-
color?: undefined;
|
|
2245
|
-
backgroundColor?: undefined;
|
|
2246
2052
|
};
|
|
2053
|
+
style: {};
|
|
2247
2054
|
isContainer: boolean;
|
|
2248
2055
|
isBusiObjContainer: boolean;
|
|
2249
2056
|
cmdgroup: string[];
|
|
@@ -2357,20 +2164,8 @@ export declare const Form: {
|
|
|
2357
2164
|
modalWidth?: undefined;
|
|
2358
2165
|
modalHeight?: undefined;
|
|
2359
2166
|
separator?: undefined;
|
|
2360
|
-
placeholderText?: undefined;
|
|
2361
|
-
displayStyle?: undefined;
|
|
2362
|
-
countdownTime?: undefined;
|
|
2363
|
-
random?: undefined;
|
|
2364
|
-
digit?: undefined;
|
|
2365
|
-
};
|
|
2366
|
-
style: {
|
|
2367
|
-
borderSetting?: undefined;
|
|
2368
|
-
border?: undefined;
|
|
2369
|
-
borderRadius?: undefined;
|
|
2370
|
-
fontSize?: undefined;
|
|
2371
|
-
color?: undefined;
|
|
2372
|
-
backgroundColor?: undefined;
|
|
2373
2167
|
};
|
|
2168
|
+
style: {};
|
|
2374
2169
|
isContainer: boolean;
|
|
2375
2170
|
isBusiObjContainer: boolean;
|
|
2376
2171
|
cmdgroup: string[];
|
|
@@ -2484,20 +2279,8 @@ export declare const Form: {
|
|
|
2484
2279
|
startTime?: undefined;
|
|
2485
2280
|
endTime?: undefined;
|
|
2486
2281
|
customTip?: undefined;
|
|
2487
|
-
placeholderText?: undefined;
|
|
2488
|
-
displayStyle?: undefined;
|
|
2489
|
-
countdownTime?: undefined;
|
|
2490
|
-
random?: undefined;
|
|
2491
|
-
digit?: undefined;
|
|
2492
|
-
};
|
|
2493
|
-
style: {
|
|
2494
|
-
borderSetting?: undefined;
|
|
2495
|
-
border?: undefined;
|
|
2496
|
-
borderRadius?: undefined;
|
|
2497
|
-
fontSize?: undefined;
|
|
2498
|
-
color?: undefined;
|
|
2499
|
-
backgroundColor?: undefined;
|
|
2500
2282
|
};
|
|
2283
|
+
style: {};
|
|
2501
2284
|
isContainer: boolean;
|
|
2502
2285
|
isBusiObjContainer: boolean;
|
|
2503
2286
|
cmdgroup: string[];
|
|
@@ -2517,144 +2300,6 @@ export declare const Form: {
|
|
|
2517
2300
|
engineApi?: undefined;
|
|
2518
2301
|
alias?: undefined;
|
|
2519
2302
|
isInlineBlock?: undefined;
|
|
2520
|
-
} | {
|
|
2521
|
-
id: string;
|
|
2522
|
-
label: string;
|
|
2523
|
-
compName: string;
|
|
2524
|
-
type: string;
|
|
2525
|
-
compType: number;
|
|
2526
|
-
compLib: string;
|
|
2527
|
-
props: {
|
|
2528
|
-
name: string;
|
|
2529
|
-
placeholderText: string;
|
|
2530
|
-
displayStyle: string;
|
|
2531
|
-
countdownTime: number;
|
|
2532
|
-
random: boolean;
|
|
2533
|
-
digit: number;
|
|
2534
|
-
formItemIndex: number;
|
|
2535
|
-
labelCol: number;
|
|
2536
|
-
wrapperCol: number;
|
|
2537
|
-
fieldName: string;
|
|
2538
|
-
basicStatus?: undefined;
|
|
2539
|
-
size?: undefined;
|
|
2540
|
-
titleTip?: undefined;
|
|
2541
|
-
tipContent?: undefined;
|
|
2542
|
-
tipSize?: undefined;
|
|
2543
|
-
tipWidth?: undefined;
|
|
2544
|
-
tipHeight?: undefined;
|
|
2545
|
-
prefixIconPosition?: undefined;
|
|
2546
|
-
postfix?: undefined;
|
|
2547
|
-
postfixIconPosition?: undefined;
|
|
2548
|
-
required?: undefined;
|
|
2549
|
-
placeholder?: undefined;
|
|
2550
|
-
allowClear?: undefined;
|
|
2551
|
-
dataMask?: undefined;
|
|
2552
|
-
step?: undefined;
|
|
2553
|
-
min?: undefined;
|
|
2554
|
-
formatting?: undefined;
|
|
2555
|
-
radioType?: undefined;
|
|
2556
|
-
optionMarginRight?: undefined;
|
|
2557
|
-
staticData?: undefined;
|
|
2558
|
-
options?: undefined;
|
|
2559
|
-
checkAllText?: undefined;
|
|
2560
|
-
selfSpan?: undefined;
|
|
2561
|
-
tipPlacement?: undefined;
|
|
2562
|
-
tipIcon?: undefined;
|
|
2563
|
-
tipLocation?: undefined;
|
|
2564
|
-
checkedAll?: undefined;
|
|
2565
|
-
text?: undefined;
|
|
2566
|
-
extendProps?: undefined;
|
|
2567
|
-
filter?: undefined;
|
|
2568
|
-
mode?: undefined;
|
|
2569
|
-
classification?: undefined;
|
|
2570
|
-
defaultValue?: undefined;
|
|
2571
|
-
treeDefaultExpandAll?: undefined;
|
|
2572
|
-
showSearch?: undefined;
|
|
2573
|
-
treeNodeFilterProp?: undefined;
|
|
2574
|
-
treeData?: undefined;
|
|
2575
|
-
multiple?: undefined;
|
|
2576
|
-
expandTrigger?: undefined;
|
|
2577
|
-
popupPlacement?: undefined;
|
|
2578
|
-
popoverStyle?: undefined;
|
|
2579
|
-
range?: undefined;
|
|
2580
|
-
included?: undefined;
|
|
2581
|
-
direction?: undefined;
|
|
2582
|
-
showInput?: undefined;
|
|
2583
|
-
showLabel?: undefined;
|
|
2584
|
-
labelPlacement?: undefined;
|
|
2585
|
-
max?: undefined;
|
|
2586
|
-
count?: undefined;
|
|
2587
|
-
value?: undefined;
|
|
2588
|
-
tooltips?: undefined;
|
|
2589
|
-
switchStyle?: undefined;
|
|
2590
|
-
checkedChildren?: undefined;
|
|
2591
|
-
unCheckedChildren?: undefined;
|
|
2592
|
-
checkedChildrenIcon?: undefined;
|
|
2593
|
-
unCheckedChildrenIcon?: undefined;
|
|
2594
|
-
defaultChecked?: undefined;
|
|
2595
|
-
uploadStyle?: undefined;
|
|
2596
|
-
listType?: undefined;
|
|
2597
|
-
viewMode?: undefined;
|
|
2598
|
-
fileNameEncode?: undefined;
|
|
2599
|
-
isWatermark?: undefined;
|
|
2600
|
-
optionalFile?: undefined;
|
|
2601
|
-
fileName?: undefined;
|
|
2602
|
-
numberLimit?: undefined;
|
|
2603
|
-
singleFileMaxSize?: undefined;
|
|
2604
|
-
uploadText?: undefined;
|
|
2605
|
-
uploadTimeout?: undefined;
|
|
2606
|
-
deleteIcon?: undefined;
|
|
2607
|
-
downloadIcon?: undefined;
|
|
2608
|
-
previewIcon?: undefined;
|
|
2609
|
-
modalWidth?: undefined;
|
|
2610
|
-
modalHeight?: undefined;
|
|
2611
|
-
timeMode?: undefined;
|
|
2612
|
-
separator?: undefined;
|
|
2613
|
-
format?: undefined;
|
|
2614
|
-
pickerType?: undefined;
|
|
2615
|
-
limitRange?: undefined;
|
|
2616
|
-
startTime?: undefined;
|
|
2617
|
-
endTime?: undefined;
|
|
2618
|
-
customTip?: undefined;
|
|
2619
|
-
};
|
|
2620
|
-
style: {
|
|
2621
|
-
borderSetting: string;
|
|
2622
|
-
border: string;
|
|
2623
|
-
borderRadius: string;
|
|
2624
|
-
fontSize: string;
|
|
2625
|
-
color: string;
|
|
2626
|
-
backgroundColor: string;
|
|
2627
|
-
};
|
|
2628
|
-
isContainer: boolean;
|
|
2629
|
-
isBusiObjContainer: boolean;
|
|
2630
|
-
cmdgroup: string[];
|
|
2631
|
-
platform: string;
|
|
2632
|
-
fieldProps: {
|
|
2633
|
-
trigger: string;
|
|
2634
|
-
valuePropName: string;
|
|
2635
|
-
};
|
|
2636
|
-
icon: string;
|
|
2637
|
-
description: string;
|
|
2638
|
-
image: string;
|
|
2639
|
-
groupsName: string;
|
|
2640
|
-
engineApi: string[];
|
|
2641
|
-
setEvents: {
|
|
2642
|
-
dataName: string;
|
|
2643
|
-
value: string;
|
|
2644
|
-
params: {
|
|
2645
|
-
title: string;
|
|
2646
|
-
name: string;
|
|
2647
|
-
value: string;
|
|
2648
|
-
}[];
|
|
2649
|
-
path: never[];
|
|
2650
|
-
dataId: string;
|
|
2651
|
-
children: never[];
|
|
2652
|
-
}[];
|
|
2653
|
-
isLabelDropBoxChild: boolean;
|
|
2654
|
-
components: never[];
|
|
2655
|
-
path: string[];
|
|
2656
|
-
alias?: undefined;
|
|
2657
|
-
isInlineBlock?: undefined;
|
|
2658
2303
|
})[];
|
|
2659
2304
|
path: string[];
|
|
2660
2305
|
} | {
|
package/dist/config/Form.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export var Form = {
|
|
2
2
|
type: 'Form',
|
|
3
3
|
hasPrefixClass: true,
|
|
4
|
-
hasCustomNoPrefixClass: true,
|
|
5
4
|
variable: {
|
|
6
5
|
backgroundColor: {
|
|
7
6
|
type: 'color',
|
|
@@ -26,19 +25,19 @@ export var Form = {
|
|
|
26
25
|
// },
|
|
27
26
|
labelTextColor: {
|
|
28
27
|
type: 'color',
|
|
29
|
-
label: '
|
|
28
|
+
label: '标题文本颜色',
|
|
30
29
|
groupsName: '文字',
|
|
31
30
|
desc: '对所有[数据录入]类型组件生效'
|
|
32
31
|
},
|
|
33
32
|
labelLineHeight: {
|
|
34
33
|
type: 'px',
|
|
35
|
-
label: '
|
|
34
|
+
label: '标题文本行高',
|
|
36
35
|
groupsName: '文字',
|
|
37
36
|
desc: '对所有[数据录入]类型组件生效'
|
|
38
37
|
},
|
|
39
38
|
labelFontSize: {
|
|
40
39
|
type: 'px',
|
|
41
|
-
label: '
|
|
40
|
+
label: '标题文本尺寸',
|
|
42
41
|
groupsName: '文字',
|
|
43
42
|
desc: '对所有[数据录入]类型组件生效'
|
|
44
43
|
},
|
|
@@ -88,8 +87,8 @@ export var Form = {
|
|
|
88
87
|
// 下拉单选与下拉复选样式一致
|
|
89
88
|
// 滑动输入条没有边框样式
|
|
90
89
|
// TODO: 树选择器,联级选择器效果待确认
|
|
91
|
-
itemCustomTpl: "\n .
|
|
92
|
-
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n
|
|
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 ",
|
|
93
92
|
components: [{
|
|
94
93
|
id: 'Form_180373',
|
|
95
94
|
label: '表单',
|
|
@@ -1123,62 +1122,69 @@ export var Form = {
|
|
|
1123
1122
|
isLabelDropBoxChild: false,
|
|
1124
1123
|
components: [],
|
|
1125
1124
|
path: ['998509', 'Form_180373']
|
|
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
|
-
|
|
1181
|
-
}
|
|
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
|
+
|
|
1182
1188
|
path: ['998509']
|
|
1183
1189
|
}, {
|
|
1184
1190
|
id: 'View_519882',
|
package/dist/config/Link.js
CHANGED
|
@@ -22,7 +22,7 @@ export var Link = {
|
|
|
22
22
|
lineHeight: '22px',
|
|
23
23
|
fontSize: '14px'
|
|
24
24
|
}],
|
|
25
|
-
tpl: ".ued-link {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n }",
|
|
25
|
+
tpl: ".ued-link {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n }\n .ued-link:hover {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n opacity: 0.6;\n }",
|
|
26
26
|
components: [{
|
|
27
27
|
id: 'Link_610976',
|
|
28
28
|
label: '超链接',
|
|
@@ -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,
|
package/dist/config/Radio.js
CHANGED
|
@@ -78,7 +78,7 @@ export var Radio = {
|
|
|
78
78
|
radioSeBorderColor: '#47e',
|
|
79
79
|
radioSeBgColor: '#fff'
|
|
80
80
|
}],
|
|
81
|
-
tpl: ".ued-radio-wrap {\n .pcfactory-radio-inner{\n width: radioSize;\n height: radioSize;\n border-color: radioBorderColor;\n background: radioBgColor;\n }\n .pcfactory-radio-checked .pcfactory-radio-inner{\n border-color: radioSeBorderColor;\n background: radioSeBgColor;\n }\n .pcfactory-radio-input:focus+.pcfactory-radio-inner{\n border-color: radioSeBorderColor;\n }\n .pcfactory-radio-wrapper:hover .pcfactory-radio{\n border-color: radioSeBorderColor;\n}\n .pcfactory-radio:hover .pcfactory-radio-inner {\n border-color: radioSeBorderColor;\n }\n .pcfactory-form-item input[type=checkbox]{\n width: radioSize;\n height: radioSize;\n }\n .pcfactory-form-item input[type=radio]{\n width: radioSize;\n height: radioSize;\n }\n .pcfactory-radio-checked .pcfactory-radio-inner:after{\n background: radioSeBorderColor;\n margin-left:0px;\n margin-top:0px;\n top:-
|
|
81
|
+
tpl: ".ued-radio-wrap {\n .pcfactory-radio-inner{\n width: radioSize;\n height: radioSize;\n border-color: radioBorderColor;\n background: radioBgColor;\n }\n .pcfactory-radio-checked .pcfactory-radio-inner{\n border-color: radioSeBorderColor;\n background: radioSeBgColor;\n }\n .pcfactory-radio-input:focus+.pcfactory-radio-inner{\n border-color: radioSeBorderColor;\n }\n .pcfactory-radio-wrapper:hover .pcfactory-radio{\n border-color: radioSeBorderColor;\n}\n .pcfactory-radio:hover .pcfactory-radio-inner {\n border-color: radioSeBorderColor;\n }\n .pcfactory-form-item input[type=checkbox]{\n width: radioSize;\n height: radioSize;\n }\n .pcfactory-form-item input[type=radio]{\n width: radioSize;\n height: radioSize;\n }\n .pcfactory-radio-checked .pcfactory-radio-inner:after{\n background: radioSeBorderColor;\n margin-left:0px;\n margin-top:0px;\n top:-1px;\n left:-1px;\n border-radius: radioSize;\n width: radioSize;\n height: radioSize;\n }\n}",
|
|
82
82
|
components: [{
|
|
83
83
|
id: 'Form_180373',
|
|
84
84
|
label: '表单',
|
|
@@ -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: '列表文本颜色',
|
package/dist/config/Tree.d.ts
CHANGED
|
@@ -21,6 +21,11 @@ export declare const Tree: {
|
|
|
21
21
|
label: string;
|
|
22
22
|
groupsName: string;
|
|
23
23
|
};
|
|
24
|
+
btnWidth: {
|
|
25
|
+
type: string;
|
|
26
|
+
label: string;
|
|
27
|
+
groupsName: string;
|
|
28
|
+
};
|
|
24
29
|
treeTextColor: {
|
|
25
30
|
type: string;
|
|
26
31
|
label: string;
|
|
@@ -55,6 +60,7 @@ export declare const Tree: {
|
|
|
55
60
|
borderRadius: string;
|
|
56
61
|
textColor: string;
|
|
57
62
|
fontSize: string;
|
|
63
|
+
btnWidth: string;
|
|
58
64
|
treeTextColor: string;
|
|
59
65
|
treeFontSize: string;
|
|
60
66
|
treeBgColor: string;
|
package/dist/config/Tree.js
CHANGED
|
@@ -21,6 +21,11 @@ export var Tree = {
|
|
|
21
21
|
label: '文本尺寸',
|
|
22
22
|
groupsName: '搜索框样式'
|
|
23
23
|
},
|
|
24
|
+
btnWidth: {
|
|
25
|
+
type: 'px',
|
|
26
|
+
label: '按钮宽度',
|
|
27
|
+
groupsName: '搜索框样式'
|
|
28
|
+
},
|
|
24
29
|
// treeLineHeight: { type: 'px', label: '树行高', groupsName: '树样式' },
|
|
25
30
|
treeTextColor: {
|
|
26
31
|
type: 'color',
|
|
@@ -57,13 +62,14 @@ export var Tree = {
|
|
|
57
62
|
textColor: '#1c242e',
|
|
58
63
|
fontSize: '14px',
|
|
59
64
|
// treeLineHeight: '2',
|
|
65
|
+
btnWidth: '32px',
|
|
60
66
|
treeTextColor: '#1c242e',
|
|
61
67
|
treeFontSize: '14px',
|
|
62
68
|
treeBgColor: 'rgba(68,119,238,.06)',
|
|
63
69
|
treeLineColor: '#e5e5e5',
|
|
64
70
|
treeIconColor: '#47e'
|
|
65
71
|
}],
|
|
66
|
-
tpl: ".ued-tree-wrap .ued-tree-search .pcfactory-input{\n color: textColor;\n border-color: borderColor;\n font-size:fontSize;\n border-bottom-left-radius: borderRadius;\n border-top-left-radius: borderRadius;\n }\n .ued-tree-wrap .pcfactory-input-search>.pcfactory-input-group>.pcfactory-input-group-addon:last-child .pcfactory-input-search-button{\n height: calc(1.5715* fontSize + 10px);\n border-color: borderColor;\n border-bottom-right-radius: borderRadius;\n border-top-right-radius: borderRadius;\n }\n .ued-tree .ued-tree-tit{\n color: treeTextColor;\n font-size: treeFontSize;\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode .pcfactory-tree-node-content-wrapper.pcfactory-tree-node-selected{\n background-color: treeBgColor\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode span.pcfactory-tree-switcher{\n color: treeIconColor;\n }\n .ued-tree-wrap .pcfactory-tree-show-line .pcfactory-tree-indent-unit:before{\n border-color: treeLineColor;\n }\n .ued-tree-wrap .pcfactory-tree-switcher-leaf-line:before{\n border-color: treeLineColor;\n }\n .ued-tree-wrap .pcfactory-tree-switcher-leaf-line:after{\n border-color: treeLineColor;\n\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode .pcfactory-tree-node-content-wrapper .pcfactory-tree-iconEle .ued-icon.fill-primary{\n fill: treeIconColor;\n color: treeIconColor;\n }",
|
|
72
|
+
tpl: ".ued-tree-wrap .ued-tree-search .pcfactory-input{\n color: textColor;\n border-color: borderColor;\n font-size: fontSize;\n border-bottom-left-radius: borderRadius;\n border-top-left-radius: borderRadius;\n }\n .ued-tree-wrap .pcfactory-input-search>.pcfactory-input-group>.pcfactory-input-group-addon:last-child .pcfactory-input-search-button{\n height: calc(1.5715* fontSize + 10px);\n border-color: borderColor;\n border-bottom-right-radius: borderRadius;\n border-top-right-radius: borderRadius;\n }\n .ued-tree .ued-tree-tit{\n color: treeTextColor;\n font-size: treeFontSize;\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode .pcfactory-tree-node-content-wrapper.pcfactory-tree-node-selected{\n background-color: treeBgColor\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode span.pcfactory-tree-switcher{\n color: treeIconColor;\n }\n .ued-tree-wrap .pcfactory-tree-show-line .pcfactory-tree-indent-unit:before{\n border-color: treeLineColor;\n }\n .ued-tree-wrap .pcfactory-tree-switcher-leaf-line:before{\n border-color: treeLineColor;\n }\n .ued-tree-wrap .pcfactory-tree-switcher-leaf-line:after{\n border-color: treeLineColor;\n\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode .pcfactory-tree-node-content-wrapper .pcfactory-tree-iconEle .ued-icon.fill-primary{\n fill: treeIconColor;\n color: treeIconColor;\n }\n .ued-tree-wrap .pcfactory-input-search>.pcfactory-input-group>.pcfactory-input-group-addon:last-child .pcfactory-input-search-button{\n width: btnWidth;\n }\n .ued-tree-wrap .pcfactory-input-search>.pcfactory-input-group>.pcfactory-input-group-addon:last-child .pcfactory-input-search-button .anticon svg{\n width: fontSize;\n height: fontSize;\n }",
|
|
67
73
|
components: [{
|
|
68
74
|
id: 'Tree_371619',
|
|
69
75
|
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',
|