@lingxiteam/theme-utils 0.3.5 → 0.3.6
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 +221 -0
- package/dist/config/Form.js +51 -3
- package/dist/config/Table.js +1 -1
- package/package.json +1 -1
package/dist/config/Form.d.ts
CHANGED
|
@@ -216,6 +216,11 @@ export declare const Form: {
|
|
|
216
216
|
countdownTime?: undefined;
|
|
217
217
|
random?: undefined;
|
|
218
218
|
digit?: undefined;
|
|
219
|
+
postfixIcon?: undefined;
|
|
220
|
+
isIconFont?: undefined;
|
|
221
|
+
theme?: undefined;
|
|
222
|
+
type?: undefined;
|
|
223
|
+
postfixStyle?: undefined;
|
|
219
224
|
};
|
|
220
225
|
style: {};
|
|
221
226
|
isContainer: boolean;
|
|
@@ -336,6 +341,11 @@ export declare const Form: {
|
|
|
336
341
|
countdownTime?: undefined;
|
|
337
342
|
random?: undefined;
|
|
338
343
|
digit?: undefined;
|
|
344
|
+
postfixIcon?: undefined;
|
|
345
|
+
isIconFont?: undefined;
|
|
346
|
+
theme?: undefined;
|
|
347
|
+
type?: undefined;
|
|
348
|
+
postfixStyle?: undefined;
|
|
339
349
|
};
|
|
340
350
|
style: {};
|
|
341
351
|
isContainer: boolean;
|
|
@@ -456,6 +466,11 @@ export declare const Form: {
|
|
|
456
466
|
countdownTime?: undefined;
|
|
457
467
|
random?: undefined;
|
|
458
468
|
digit?: undefined;
|
|
469
|
+
postfixIcon?: undefined;
|
|
470
|
+
isIconFont?: undefined;
|
|
471
|
+
theme?: undefined;
|
|
472
|
+
type?: undefined;
|
|
473
|
+
postfixStyle?: undefined;
|
|
459
474
|
};
|
|
460
475
|
style: {};
|
|
461
476
|
isContainer: boolean;
|
|
@@ -584,6 +599,11 @@ export declare const Form: {
|
|
|
584
599
|
countdownTime?: undefined;
|
|
585
600
|
random?: undefined;
|
|
586
601
|
digit?: undefined;
|
|
602
|
+
postfixIcon?: undefined;
|
|
603
|
+
isIconFont?: undefined;
|
|
604
|
+
theme?: undefined;
|
|
605
|
+
type?: undefined;
|
|
606
|
+
postfixStyle?: undefined;
|
|
587
607
|
};
|
|
588
608
|
style: {};
|
|
589
609
|
isContainer: boolean;
|
|
@@ -718,6 +738,11 @@ export declare const Form: {
|
|
|
718
738
|
countdownTime?: undefined;
|
|
719
739
|
random?: undefined;
|
|
720
740
|
digit?: undefined;
|
|
741
|
+
postfixIcon?: undefined;
|
|
742
|
+
isIconFont?: undefined;
|
|
743
|
+
theme?: undefined;
|
|
744
|
+
type?: undefined;
|
|
745
|
+
postfixStyle?: undefined;
|
|
721
746
|
};
|
|
722
747
|
style: {};
|
|
723
748
|
isContainer: boolean;
|
|
@@ -841,6 +866,11 @@ export declare const Form: {
|
|
|
841
866
|
countdownTime?: undefined;
|
|
842
867
|
random?: undefined;
|
|
843
868
|
digit?: undefined;
|
|
869
|
+
postfixIcon?: undefined;
|
|
870
|
+
isIconFont?: undefined;
|
|
871
|
+
theme?: undefined;
|
|
872
|
+
type?: undefined;
|
|
873
|
+
postfixStyle?: undefined;
|
|
844
874
|
};
|
|
845
875
|
style: {};
|
|
846
876
|
isContainer: boolean;
|
|
@@ -972,6 +1002,11 @@ export declare const Form: {
|
|
|
972
1002
|
countdownTime?: undefined;
|
|
973
1003
|
random?: undefined;
|
|
974
1004
|
digit?: undefined;
|
|
1005
|
+
postfixIcon?: undefined;
|
|
1006
|
+
isIconFont?: undefined;
|
|
1007
|
+
theme?: undefined;
|
|
1008
|
+
type?: undefined;
|
|
1009
|
+
postfixStyle?: undefined;
|
|
975
1010
|
};
|
|
976
1011
|
style: {};
|
|
977
1012
|
isContainer: boolean;
|
|
@@ -1103,6 +1138,11 @@ export declare const Form: {
|
|
|
1103
1138
|
countdownTime?: undefined;
|
|
1104
1139
|
random?: undefined;
|
|
1105
1140
|
digit?: undefined;
|
|
1141
|
+
postfixIcon?: undefined;
|
|
1142
|
+
isIconFont?: undefined;
|
|
1143
|
+
theme?: undefined;
|
|
1144
|
+
type?: undefined;
|
|
1145
|
+
postfixStyle?: undefined;
|
|
1106
1146
|
};
|
|
1107
1147
|
style: {};
|
|
1108
1148
|
isContainer: boolean;
|
|
@@ -1242,6 +1282,11 @@ export declare const Form: {
|
|
|
1242
1282
|
countdownTime?: undefined;
|
|
1243
1283
|
random?: undefined;
|
|
1244
1284
|
digit?: undefined;
|
|
1285
|
+
postfixIcon?: undefined;
|
|
1286
|
+
isIconFont?: undefined;
|
|
1287
|
+
theme?: undefined;
|
|
1288
|
+
type?: undefined;
|
|
1289
|
+
postfixStyle?: undefined;
|
|
1245
1290
|
};
|
|
1246
1291
|
style: {};
|
|
1247
1292
|
isContainer: boolean;
|
|
@@ -1380,6 +1425,11 @@ export declare const Form: {
|
|
|
1380
1425
|
countdownTime?: undefined;
|
|
1381
1426
|
random?: undefined;
|
|
1382
1427
|
digit?: undefined;
|
|
1428
|
+
postfixIcon?: undefined;
|
|
1429
|
+
isIconFont?: undefined;
|
|
1430
|
+
theme?: undefined;
|
|
1431
|
+
type?: undefined;
|
|
1432
|
+
postfixStyle?: undefined;
|
|
1383
1433
|
};
|
|
1384
1434
|
style: {};
|
|
1385
1435
|
isContainer: boolean;
|
|
@@ -1500,6 +1550,11 @@ export declare const Form: {
|
|
|
1500
1550
|
countdownTime?: undefined;
|
|
1501
1551
|
random?: undefined;
|
|
1502
1552
|
digit?: undefined;
|
|
1553
|
+
postfixIcon?: undefined;
|
|
1554
|
+
isIconFont?: undefined;
|
|
1555
|
+
theme?: undefined;
|
|
1556
|
+
type?: undefined;
|
|
1557
|
+
postfixStyle?: undefined;
|
|
1503
1558
|
};
|
|
1504
1559
|
style: {};
|
|
1505
1560
|
isContainer: boolean;
|
|
@@ -1620,6 +1675,11 @@ export declare const Form: {
|
|
|
1620
1675
|
countdownTime?: undefined;
|
|
1621
1676
|
random?: undefined;
|
|
1622
1677
|
digit?: undefined;
|
|
1678
|
+
postfixIcon?: undefined;
|
|
1679
|
+
isIconFont?: undefined;
|
|
1680
|
+
theme?: undefined;
|
|
1681
|
+
type?: undefined;
|
|
1682
|
+
postfixStyle?: undefined;
|
|
1623
1683
|
};
|
|
1624
1684
|
style: {};
|
|
1625
1685
|
isContainer: boolean;
|
|
@@ -1759,6 +1819,11 @@ export declare const Form: {
|
|
|
1759
1819
|
countdownTime?: undefined;
|
|
1760
1820
|
random?: undefined;
|
|
1761
1821
|
digit?: undefined;
|
|
1822
|
+
postfixIcon?: undefined;
|
|
1823
|
+
isIconFont?: undefined;
|
|
1824
|
+
theme?: undefined;
|
|
1825
|
+
type?: undefined;
|
|
1826
|
+
postfixStyle?: undefined;
|
|
1762
1827
|
};
|
|
1763
1828
|
style: {};
|
|
1764
1829
|
isContainer: boolean;
|
|
@@ -1904,6 +1969,11 @@ export declare const Form: {
|
|
|
1904
1969
|
countdownTime?: undefined;
|
|
1905
1970
|
random?: undefined;
|
|
1906
1971
|
digit?: undefined;
|
|
1972
|
+
postfixIcon?: undefined;
|
|
1973
|
+
isIconFont?: undefined;
|
|
1974
|
+
theme?: undefined;
|
|
1975
|
+
type?: undefined;
|
|
1976
|
+
postfixStyle?: undefined;
|
|
1907
1977
|
};
|
|
1908
1978
|
style: {};
|
|
1909
1979
|
isContainer: boolean;
|
|
@@ -2021,6 +2091,11 @@ export declare const Form: {
|
|
|
2021
2091
|
countdownTime?: undefined;
|
|
2022
2092
|
random?: undefined;
|
|
2023
2093
|
digit?: undefined;
|
|
2094
|
+
postfixIcon?: undefined;
|
|
2095
|
+
isIconFont?: undefined;
|
|
2096
|
+
theme?: undefined;
|
|
2097
|
+
type?: undefined;
|
|
2098
|
+
postfixStyle?: undefined;
|
|
2024
2099
|
};
|
|
2025
2100
|
style: {};
|
|
2026
2101
|
isContainer: boolean;
|
|
@@ -2141,6 +2216,11 @@ export declare const Form: {
|
|
|
2141
2216
|
countdownTime?: undefined;
|
|
2142
2217
|
random?: undefined;
|
|
2143
2218
|
digit?: undefined;
|
|
2219
|
+
postfixIcon?: undefined;
|
|
2220
|
+
isIconFont?: undefined;
|
|
2221
|
+
theme?: undefined;
|
|
2222
|
+
type?: undefined;
|
|
2223
|
+
postfixStyle?: undefined;
|
|
2144
2224
|
};
|
|
2145
2225
|
style: {};
|
|
2146
2226
|
isContainer: boolean;
|
|
@@ -2261,6 +2341,11 @@ export declare const Form: {
|
|
|
2261
2341
|
countdownTime?: undefined;
|
|
2262
2342
|
random?: undefined;
|
|
2263
2343
|
digit?: undefined;
|
|
2344
|
+
postfixIcon?: undefined;
|
|
2345
|
+
isIconFont?: undefined;
|
|
2346
|
+
theme?: undefined;
|
|
2347
|
+
type?: undefined;
|
|
2348
|
+
postfixStyle?: undefined;
|
|
2264
2349
|
};
|
|
2265
2350
|
style: {};
|
|
2266
2351
|
isContainer: boolean;
|
|
@@ -2381,6 +2466,11 @@ export declare const Form: {
|
|
|
2381
2466
|
countdownTime?: undefined;
|
|
2382
2467
|
random?: undefined;
|
|
2383
2468
|
digit?: undefined;
|
|
2469
|
+
postfixIcon?: undefined;
|
|
2470
|
+
isIconFont?: undefined;
|
|
2471
|
+
theme?: undefined;
|
|
2472
|
+
type?: undefined;
|
|
2473
|
+
postfixStyle?: undefined;
|
|
2384
2474
|
};
|
|
2385
2475
|
style: {};
|
|
2386
2476
|
isContainer: boolean;
|
|
@@ -2501,6 +2591,11 @@ export declare const Form: {
|
|
|
2501
2591
|
startTime?: undefined;
|
|
2502
2592
|
endTime?: undefined;
|
|
2503
2593
|
customTip?: undefined;
|
|
2594
|
+
postfixIcon?: undefined;
|
|
2595
|
+
isIconFont?: undefined;
|
|
2596
|
+
theme?: undefined;
|
|
2597
|
+
type?: undefined;
|
|
2598
|
+
postfixStyle?: undefined;
|
|
2504
2599
|
};
|
|
2505
2600
|
style: {};
|
|
2506
2601
|
isContainer: boolean;
|
|
@@ -2533,6 +2628,132 @@ export declare const Form: {
|
|
|
2533
2628
|
path: string[];
|
|
2534
2629
|
alias?: undefined;
|
|
2535
2630
|
isInlineBlock?: undefined;
|
|
2631
|
+
} | {
|
|
2632
|
+
id: string;
|
|
2633
|
+
label: string;
|
|
2634
|
+
compName: string;
|
|
2635
|
+
type: string;
|
|
2636
|
+
compType: number;
|
|
2637
|
+
compLib: string;
|
|
2638
|
+
props: {
|
|
2639
|
+
name: string;
|
|
2640
|
+
basicStatus: number;
|
|
2641
|
+
size: string;
|
|
2642
|
+
mode: string;
|
|
2643
|
+
labelCol: number;
|
|
2644
|
+
wrapperCol: number;
|
|
2645
|
+
titleTip: string;
|
|
2646
|
+
tipContent: string;
|
|
2647
|
+
tipSize: string;
|
|
2648
|
+
tipWidth: string;
|
|
2649
|
+
tipHeight: string;
|
|
2650
|
+
postfix: string;
|
|
2651
|
+
postfixIconPosition: string;
|
|
2652
|
+
required: boolean;
|
|
2653
|
+
placeholder: string;
|
|
2654
|
+
postfixIcon: {
|
|
2655
|
+
isIconFont: boolean;
|
|
2656
|
+
theme: string;
|
|
2657
|
+
type: string;
|
|
2658
|
+
};
|
|
2659
|
+
isIconFont: boolean;
|
|
2660
|
+
theme: string;
|
|
2661
|
+
type: string;
|
|
2662
|
+
postfixStyle: string;
|
|
2663
|
+
allowClear: boolean;
|
|
2664
|
+
formItemIndex: number;
|
|
2665
|
+
fieldName: string;
|
|
2666
|
+
prefixIconPosition?: undefined;
|
|
2667
|
+
dataMask?: undefined;
|
|
2668
|
+
step?: undefined;
|
|
2669
|
+
min?: undefined;
|
|
2670
|
+
formatting?: undefined;
|
|
2671
|
+
radioType?: undefined;
|
|
2672
|
+
optionMarginRight?: undefined;
|
|
2673
|
+
staticData?: undefined;
|
|
2674
|
+
options?: undefined;
|
|
2675
|
+
checkAllText?: undefined;
|
|
2676
|
+
selfSpan?: undefined;
|
|
2677
|
+
tipPlacement?: undefined;
|
|
2678
|
+
tipIcon?: undefined;
|
|
2679
|
+
tipLocation?: undefined;
|
|
2680
|
+
checkedAll?: undefined;
|
|
2681
|
+
text?: undefined;
|
|
2682
|
+
extendProps?: undefined;
|
|
2683
|
+
filter?: undefined;
|
|
2684
|
+
classification?: undefined;
|
|
2685
|
+
defaultValue?: undefined;
|
|
2686
|
+
treeDefaultExpandAll?: undefined;
|
|
2687
|
+
showSearch?: undefined;
|
|
2688
|
+
treeNodeFilterProp?: undefined;
|
|
2689
|
+
treeData?: undefined;
|
|
2690
|
+
multiple?: undefined;
|
|
2691
|
+
expandTrigger?: undefined;
|
|
2692
|
+
popupPlacement?: undefined;
|
|
2693
|
+
popoverStyle?: undefined;
|
|
2694
|
+
range?: undefined;
|
|
2695
|
+
included?: undefined;
|
|
2696
|
+
direction?: undefined;
|
|
2697
|
+
showInput?: undefined;
|
|
2698
|
+
showLabel?: undefined;
|
|
2699
|
+
labelPlacement?: undefined;
|
|
2700
|
+
max?: undefined;
|
|
2701
|
+
count?: undefined;
|
|
2702
|
+
value?: undefined;
|
|
2703
|
+
tooltips?: undefined;
|
|
2704
|
+
switchStyle?: undefined;
|
|
2705
|
+
checkedChildren?: undefined;
|
|
2706
|
+
unCheckedChildren?: undefined;
|
|
2707
|
+
checkedChildrenIcon?: undefined;
|
|
2708
|
+
unCheckedChildrenIcon?: undefined;
|
|
2709
|
+
defaultChecked?: undefined;
|
|
2710
|
+
uploadStyle?: undefined;
|
|
2711
|
+
listType?: undefined;
|
|
2712
|
+
viewMode?: undefined;
|
|
2713
|
+
fileNameEncode?: undefined;
|
|
2714
|
+
isWatermark?: undefined;
|
|
2715
|
+
optionalFile?: undefined;
|
|
2716
|
+
fileName?: undefined;
|
|
2717
|
+
numberLimit?: undefined;
|
|
2718
|
+
singleFileMaxSize?: undefined;
|
|
2719
|
+
uploadText?: undefined;
|
|
2720
|
+
uploadTimeout?: undefined;
|
|
2721
|
+
deleteIcon?: undefined;
|
|
2722
|
+
downloadIcon?: undefined;
|
|
2723
|
+
previewIcon?: undefined;
|
|
2724
|
+
modalWidth?: undefined;
|
|
2725
|
+
modalHeight?: undefined;
|
|
2726
|
+
timeMode?: undefined;
|
|
2727
|
+
separator?: undefined;
|
|
2728
|
+
format?: undefined;
|
|
2729
|
+
pickerType?: undefined;
|
|
2730
|
+
limitRange?: undefined;
|
|
2731
|
+
startTime?: undefined;
|
|
2732
|
+
endTime?: undefined;
|
|
2733
|
+
customTip?: undefined;
|
|
2734
|
+
placeholderText?: undefined;
|
|
2735
|
+
displayStyle?: undefined;
|
|
2736
|
+
countdownTime?: undefined;
|
|
2737
|
+
random?: undefined;
|
|
2738
|
+
digit?: undefined;
|
|
2739
|
+
};
|
|
2740
|
+
style: {};
|
|
2741
|
+
isContainer: boolean;
|
|
2742
|
+
isBusiObjContainer: boolean;
|
|
2743
|
+
cmdgroup: string[];
|
|
2744
|
+
platform: string;
|
|
2745
|
+
icon: string;
|
|
2746
|
+
description: string;
|
|
2747
|
+
image: string;
|
|
2748
|
+
groupsName: string;
|
|
2749
|
+
setEvents: never[];
|
|
2750
|
+
isLabelDropBoxChild: boolean;
|
|
2751
|
+
components: never[];
|
|
2752
|
+
path: string[];
|
|
2753
|
+
fieldProps?: undefined;
|
|
2754
|
+
engineApi?: undefined;
|
|
2755
|
+
alias?: undefined;
|
|
2756
|
+
isInlineBlock?: undefined;
|
|
2536
2757
|
})[];
|
|
2537
2758
|
path: string[];
|
|
2538
2759
|
} | {
|
package/dist/config/Form.js
CHANGED
|
@@ -98,9 +98,8 @@ export var Form = {
|
|
|
98
98
|
// 单选组、复选组无边框
|
|
99
99
|
// 下拉单选与下拉复选样式一致
|
|
100
100
|
// 滑动输入条没有边框样式
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n .pcFactory-from-component{\n .verificationCodePC, .verificationCodePC-titleTop{\n border: 1px solid itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number .pcfactory-input-number-input{\n line-height: fontSize;\n }\n .verificationCodePC-inputContent{\n height: auto;\n }\n .verificationCodePC-inputContent .normalArea{\n height: auto;\n }\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 .pcfactory-input:focus{\n box-shadow: none !important ;\n border-style: none !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-button-wrapper {\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n height:auto;\n min-height: 32px;\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 line-height: 2;\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\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 ",
|
|
101
|
+
itemCustomTpl: ".pcFactory-from-component{\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 line-height: 2;\n overflow: hidden;\n }\n .modalSelect .pcfactory-select:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n padding-left: 8px;\n border-color: itemBorderColor;\n height: calc(fontSize * 2 + 4px);\n min-height: 32px;\n line-height: 2;\n color: textColor;\n font-size: fontSize;\n }\n .modalSelect .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-placeholder{\n line-height: calc(fontSize * 2 + 4px);\n }\n .ued-input-wrap .pcfactory-input-wrapper.pcfactory-input-group .pcfactory-input-group-addon{\n font-size: fontSize;\n line-height: calc(fontSize * 2 + 2px);\n }\n .ued-input-wrap.postfixGreyStyle .pcfactory-input-group-addon:last-child, .ued-input-wrap.postfixBlueStyle .pcfactory-input-group-addon:last-child, .ued-input-wrap.postfixWhiteStyle .pcfactory-input-group-addon:last-child, .ued-input-wrap.postfixNoBorderStyle .pcfactory-input-group-addon:last-child, .ued-input-wrap.nonePostfixStyle .pcfactory-input-group-addon:last-child{\n border-top-right-radius: itemBorderRadius;\n border-bottom-right-radius: itemBorderRadius;\n border-color: itemBorderColor;\n }\n .verificationCodePC, .verificationCodePC-titleTop{\n border: 1px solid itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number .pcfactory-input-number-input{\n line-height: fontSize;\n }\n .verificationCodePC-inputContent{\n height: calc(fontSize * 2 + 2px);\n min-height: 32px;\n }\n .verificationCodePC-inputContent .normalArea{\n height: calc(fontSize * 2 + 2px);\n min-height: 32px;\n\n }\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 height: calc(fontSize * 2 + 2px);\n min-height: 32px;\n }\n .pcfactory-input-affix-wrapper.pcfactory-input-affix-wrapper-textarea-with-clear-btn{\n min-height: calc(fontSize * 4 + 2px);\n }\n .pcfactory-input-affix-wrapper-textarea-with-clear-btn .pcfactory-input-clear-icon{\n font-size: fontSize;\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 .pcfactory-input:focus{\n box-shadow: none !important ;\n border-style: none !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n overflow: hidden;\n height: calc(fontSize * 2 + 2px);\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-button-wrapper {\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n height:auto;\n min-height: 32px;\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 overflow: hidden;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\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: calc(fontSize * 2 + 4px);\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\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: calc(fontSize * 2 + 4px);\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 ",
|
|
102
|
+
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n .pcFactory-from-component{\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 line-height: 2;\n overflow: hidden;\n }\n .modalSelect .pcfactory-select:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n padding-left: 8px;\n border-color: itemBorderColor;\n height: calc(fontSize * 2 + 4px);\n min-height: 32px;\n line-height: 2;\n color: textColor;\n font-size: fontSize;\n }\n .modalSelect .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-placeholder{\n line-height: calc(fontSize * 2 + 4px);\n }\n .ued-input-wrap .pcfactory-input-wrapper.pcfactory-input-group .pcfactory-input-group-addon{\n font-size: fontSize;\n line-height: calc(fontSize * 2 + 2px);\n }\n .ued-input-wrap.postfixGreyStyle .pcfactory-input-group-addon:last-child, .ued-input-wrap.postfixBlueStyle .pcfactory-input-group-addon:last-child, .ued-input-wrap.postfixWhiteStyle .pcfactory-input-group-addon:last-child, .ued-input-wrap.postfixNoBorderStyle .pcfactory-input-group-addon:last-child, .ued-input-wrap.nonePostfixStyle .pcfactory-input-group-addon:last-child{\n border-top-right-radius: itemBorderRadius;\n border-bottom-right-radius: itemBorderRadius;\n border-color: itemBorderColor;\n }\n .verificationCodePC, .verificationCodePC-titleTop{\n border: 1px solid itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number .pcfactory-input-number-input{\n line-height: fontSize;\n }\n .verificationCodePC-inputContent{\n height: calc(fontSize * 2 + 2px);\n min-height: 32px;\n }\n .verificationCodePC-inputContent .normalArea{\n height: calc(fontSize * 2 + 2px);\n min-height: 32px;\n\n }\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 height: calc(fontSize * 2 + 2px);\n min-height: 32px;\n }\n .pcfactory-input-affix-wrapper.pcfactory-input-affix-wrapper-textarea-with-clear-btn{\n min-height: calc(fontSize * 4 + 2px);\n }\n .pcfactory-input-affix-wrapper-textarea-with-clear-btn .pcfactory-input-clear-icon{\n font-size: fontSize;\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 .pcfactory-input:focus{\n box-shadow: none !important ;\n border-style: none !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n overflow: hidden;\n height: calc(fontSize * 2 + 2px);\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-button-wrapper {\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n height:auto;\n min-height: 32px;\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 overflow: hidden;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\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: calc(fontSize * 2 + 4px);\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\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: calc(fontSize * 2 + 4px);\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 ",
|
|
104
103
|
components: [{
|
|
105
104
|
id: 'Form_180373',
|
|
106
105
|
label: '表单',
|
|
@@ -1182,6 +1181,55 @@ export var Form = {
|
|
|
1182
1181
|
isLabelDropBoxChild: false,
|
|
1183
1182
|
components: [],
|
|
1184
1183
|
path: ['998509', 'Form_180373']
|
|
1184
|
+
}, {
|
|
1185
|
+
id: 'ModalSelect_0125654',
|
|
1186
|
+
label: '弹窗选择',
|
|
1187
|
+
compName: 'ModalSelect',
|
|
1188
|
+
type: 'ModalSelect',
|
|
1189
|
+
compType: 2,
|
|
1190
|
+
compLib: 'comm',
|
|
1191
|
+
props: {
|
|
1192
|
+
name: '弹窗选择',
|
|
1193
|
+
basicStatus: 1,
|
|
1194
|
+
size: 'default',
|
|
1195
|
+
mode: 'normal',
|
|
1196
|
+
labelCol: 8,
|
|
1197
|
+
wrapperCol: 16,
|
|
1198
|
+
titleTip: 'notext',
|
|
1199
|
+
tipContent: '',
|
|
1200
|
+
tipSize: 'default',
|
|
1201
|
+
tipWidth: '240px',
|
|
1202
|
+
tipHeight: 'auto',
|
|
1203
|
+
postfix: '',
|
|
1204
|
+
postfixIconPosition: 'before',
|
|
1205
|
+
required: false,
|
|
1206
|
+
placeholder: '请选择',
|
|
1207
|
+
postfixIcon: {
|
|
1208
|
+
isIconFont: false,
|
|
1209
|
+
theme: 'outlined',
|
|
1210
|
+
type: 'search'
|
|
1211
|
+
},
|
|
1212
|
+
isIconFont: false,
|
|
1213
|
+
theme: 'outlined',
|
|
1214
|
+
type: 'search',
|
|
1215
|
+
postfixStyle: '1',
|
|
1216
|
+
allowClear: true,
|
|
1217
|
+
formItemIndex: 0,
|
|
1218
|
+
fieldName: 'ffs'
|
|
1219
|
+
},
|
|
1220
|
+
style: {},
|
|
1221
|
+
isContainer: false,
|
|
1222
|
+
isBusiObjContainer: false,
|
|
1223
|
+
cmdgroup: ['basic'],
|
|
1224
|
+
platform: 'pc',
|
|
1225
|
+
icon: 'ModalSelect',
|
|
1226
|
+
description: '',
|
|
1227
|
+
image: '',
|
|
1228
|
+
groupsName: '数据录入',
|
|
1229
|
+
setEvents: [],
|
|
1230
|
+
isLabelDropBoxChild: false,
|
|
1231
|
+
components: [],
|
|
1232
|
+
path: ['632083', 'View_632083_1', 'Form_214817']
|
|
1185
1233
|
}],
|
|
1186
1234
|
path: ['998509']
|
|
1187
1235
|
}, {
|
package/dist/config/Table.js
CHANGED
|
@@ -256,7 +256,7 @@ export var Table = {
|
|
|
256
256
|
'@border-radius-base': [],
|
|
257
257
|
'@border-color-base': []
|
|
258
258
|
},
|
|
259
|
-
tpl: ".ued-table-wrap {\n .pcfactory-table{\n font-size: tbFontSize;\n }\n .pcfactory-table-tbody{\n background: bodyBgColor;\n }\n .ued-table .pcfactory-table table {\n border-radius: tbBorderRadius;\n border: 1px solid #E8E8E8;\n overflow: hidden;\n }\n .ued-table .pcfactory-table-thead > tr:first-child > th:first-child{\n border-top-left-radius: tbBorderRadius;\n }\n .ued-table .pcfactory-table-thead > tr:first-child > th:last-child{\n border-top-right-radius: tbBorderRadius;\n }\n .ued-table .pcfactory-table table .pcfactory-table-thead th {\n background: headBgColor;\n padding: headPadding;\n color: headTextColor;\n font-weight: headFontWeight;\n text-align: headTextAlign;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-body>table>tbody>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-body>table>tfoot>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-body>table>tfoot>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>tbody>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>tfoot>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>tfoot>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>thead>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-header>table>tbody>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-header>table>tfoot>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-header>table>tfoot>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-header>table>thead>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-summary>table>tbody>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-summary>table>tfoot>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-summary>table>tfoot>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-summary>table>thead>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>thead>tr>th{\n border-bottom: headLineSize solid headLineColor;\n }\n .ued-table-filters .ued-table .pcfactory-table-thead>tr>th{\n border-bottom: headLineSize solid headLineColor;\n }\n .ued-table .pcfactory-table-thead>tr>th{\n border-bottom: headLineSize solid headLineColor;\n }\n .ued-table-filters .ued-table .pcfactory-table-tbody>tr>td{\n border-color: tbBorderColor;\n padding: bodyPadding;\n color: bodyTextColor;\n font-weight: bodyFontWeight;\n text-align: bodyTextAlign;\n }\n .ued-table .pcfactory-table-tbody>tr>td{\n border-color: tbBorderColor;\n padding: bodyPadding;\n color: bodyTextColor;\n font-weight: bodyFontWeight;\n text-align: bodyTextAlign;\n }\n .ued-table-filters .ued-table .pcfactory-table-bordered{\n border-color: tbBorderColor;\n }\n .ued-table .pcfactory-table-bordered{\n border-color: tbBorderColor;\n border-radius: tbBorderRadius;\n }\n .ued-table-filters .ued-table-page .pcfactory-pagination-item-active{\n background: selectPaginationColor;\n }\n .ued-table-page .pcfactory-pagination-item-active{\n background: selectPaginationColor;\n border-style: solid;\n border-width: 1px;\n }\n .ued-table-page .pcfactory-pagination-item{\n border-radius: selectPaginationRadius;\n border-color: selectPaginationBorder;\n }\n .ued-table-page .pcfactory-pagination-item-link{\n border-radius: selectPaginationRadius;\n border-color: selectPaginationBorder;\n }\n .ued-table-page .pcfactory-pagination-options .pcfactory-select .pcfactory-select-selector{\n border-radius: selectPaginationRadius;\n border-color: selectPaginationBorder;\n }\n .ued-table-page .pcfactory-pagination-options .pcfactory-pagination-options-quick-jumper input{\n border-radius: selectPaginationRadius;\n border-color: selectPaginationBorder;\n }\n .ued-table-filters .ued-table-zebra-stripe .pcfactory-table-row:nth-child(2n){\n background: zebraBgColor;\n }\n .ued-table-zebra-stripe .pcfactory-table-row:nth-child(2n){\n background: zebraBgColor;\n }\n}",
|
|
259
|
+
tpl: ".ued-table-wrap {\n .ued-control-line-number{\n line-height: tbFontSize !important;\n max-height: tbFontSize !important;\n }\n .pcfactory-table{\n font-size: tbFontSize;\n }\n .pcfactory-table-tbody{\n background: bodyBgColor;\n }\n .ued-table .pcfactory-table table {\n border-radius: tbBorderRadius;\n border: 1px solid #E8E8E8;\n overflow: hidden;\n }\n .ued-table .pcfactory-table-thead > tr:first-child > th:first-child{\n border-top-left-radius: tbBorderRadius;\n }\n .ued-table .pcfactory-table-thead > tr:first-child > th:last-child{\n border-top-right-radius: tbBorderRadius;\n }\n .ued-table .pcfactory-table table .pcfactory-table-thead th {\n background: headBgColor;\n padding: headPadding;\n color: headTextColor;\n font-weight: headFontWeight;\n text-align: headTextAlign;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-body>table>tbody>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-body>table>tfoot>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-body>table>tfoot>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>tbody>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>tfoot>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>tfoot>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>thead>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-header>table>tbody>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-header>table>tfoot>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-header>table>tfoot>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-header>table>thead>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-summary>table>tbody>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-summary>table>tfoot>tr>td{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-summary>table>tfoot>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-summary>table>thead>tr>th{\n border-color: tbBorderColor;\n }\n .pcfactory-table.pcfactory-table-bordered>.pcfactory-table-container>.pcfactory-table-content>table>thead>tr>th{\n border-bottom: headLineSize solid headLineColor;\n }\n .ued-table-filters .ued-table .pcfactory-table-thead>tr>th{\n border-bottom: headLineSize solid headLineColor;\n }\n .ued-table .pcfactory-table-thead>tr>th{\n border-bottom: headLineSize solid headLineColor;\n }\n .ued-table-filters .ued-table .pcfactory-table-tbody>tr>td{\n border-color: tbBorderColor;\n padding: bodyPadding;\n color: bodyTextColor;\n font-weight: bodyFontWeight;\n text-align: bodyTextAlign;\n }\n .ued-table .pcfactory-table-tbody>tr>td{\n border-color: tbBorderColor;\n padding: bodyPadding;\n color: bodyTextColor;\n font-weight: bodyFontWeight;\n text-align: bodyTextAlign;\n }\n .ued-table-filters .ued-table .pcfactory-table-bordered{\n border-color: tbBorderColor;\n }\n .ued-table .pcfactory-table-bordered{\n border-color: tbBorderColor;\n border-radius: tbBorderRadius;\n }\n .ued-table-filters .ued-table-page .pcfactory-pagination-item-active{\n background: selectPaginationColor;\n }\n .ued-table-page .pcfactory-pagination-item-active{\n background: selectPaginationColor;\n border-style: solid;\n border-width: 1px;\n }\n .ued-table-page .pcfactory-pagination-item{\n border-radius: selectPaginationRadius;\n border-color: selectPaginationBorder;\n }\n .ued-table-page .pcfactory-pagination-item-link{\n border-radius: selectPaginationRadius;\n border-color: selectPaginationBorder;\n }\n .ued-table-page .pcfactory-pagination-options .pcfactory-select .pcfactory-select-selector{\n border-radius: selectPaginationRadius;\n border-color: selectPaginationBorder;\n }\n .ued-table-page .pcfactory-pagination-options .pcfactory-pagination-options-quick-jumper input{\n border-radius: selectPaginationRadius;\n border-color: selectPaginationBorder;\n }\n .ued-table-filters .ued-table-zebra-stripe .pcfactory-table-row:nth-child(2n){\n background: zebraBgColor;\n }\n .ued-table-zebra-stripe .pcfactory-table-row:nth-child(2n){\n background: zebraBgColor;\n }\n}",
|
|
260
260
|
components: [{
|
|
261
261
|
id: 'Table_2740384',
|
|
262
262
|
label: '表格',
|