@lingxiteam/theme-utils 0.3.9 → 0.3.11
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/DatePicker.js +1 -1
- package/dist/config/Form.js +1 -1
- package/dist/h5config/DForm.d.ts +0 -14
- package/dist/h5config/DForm.js +3 -5
- package/dist/h5config/DformSelect.d.ts +1 -3
- package/dist/h5config/DformSelect.js +1 -3
- package/dist/h5config/Grid.d.ts +110 -3
- package/dist/h5config/Grid.js +105 -1
- package/dist/h5config/Link.js +1 -1
- package/dist/h5config/SearchView.js +1 -1
- package/dist/h5config/Table.d.ts +1 -1
- package/dist/h5config/Table.js +2 -2
- package/dist/lx-mobile.js +2 -2
- package/package.json +1 -1
package/dist/config/Form.js
CHANGED
|
@@ -108,7 +108,7 @@ export var Form = {
|
|
|
108
108
|
// 单选组、复选组无边框
|
|
109
109
|
// 下拉单选与下拉复选样式一致
|
|
110
110
|
// 滑动输入条没有边框样式
|
|
111
|
-
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
|
|
111
|
+
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 .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-input-affix-wrapper:focus, .pcfactory-input-affix-wrapper-focused {\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-input-affix-wrapper:focus .pcfactory-input ued-textarea-wrap{\n border-color: itemHoverBorderColor !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number:hover {\n border-color: itemHoverBorderColor !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number:focus, .pcfactory-input-number-focused{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-select:not(.pcfactory-select-disabled):hover .pcfactory-select-selector{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-select-focused .pcfactory-select-selector{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-picker:hover, .pcfactory-picker-focused{\n border-color: itemHoverBorderColor !important;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-input:hover{\n border-color: itemHoverBorderColor !important;\n }\n .ued-textarea-wrap:focus{\n border-color: itemHoverBorderColor !important;\n }\n .verificationCodePC:focus, .verificationCodePC-titleTop:focus{\n border-color: itemHoverBorderColor !important;\n }\n .verificationCodePC:hover, .verificationCodePC-titleTop:hover{\n border-color: itemHoverBorderColor !important;\n }\n .verificationCodePC .pcfactory-input{\n box-shadow: none !important;\n border-style: none !important;\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 .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-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\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 \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 .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 }",
|
|
112
112
|
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 .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-input-affix-wrapper:focus, .pcfactory-input-affix-wrapper-focused {\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-input-affix-wrapper:focus .pcfactory-input ued-textarea-wrap{\n border-color: itemHoverBorderColor !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number:hover {\n border-color: itemHoverBorderColor !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number:focus, .pcfactory-input-number-focused{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-select:not(.pcfactory-select-disabled):hover .pcfactory-select-selector{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-select-focused .pcfactory-select-selector{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-picker:hover, .pcfactory-picker-focused{\n border-color: itemHoverBorderColor !important;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemHoverBorderColor !important;\n }\n .pcfactory-input:hover{\n border-color: itemHoverBorderColor !important;\n }\n .ued-textarea-wrap:focus{\n border-color: itemHoverBorderColor !important;\n }\n .verificationCodePC:focus, .verificationCodePC-titleTop:focus{\n border-color: itemHoverBorderColor !important;\n }\n .verificationCodePC:hover, .verificationCodePC-titleTop:hover{\n border-color: itemHoverBorderColor !important;\n }\n .verificationCodePC .pcfactory-input{\n box-shadow: none !important;\n border-style: none !important;\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 .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-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\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 \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 .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 ",
|
|
113
113
|
components: [{
|
|
114
114
|
id: 'Form_180373',
|
package/dist/h5config/DForm.d.ts
CHANGED
|
@@ -232,7 +232,6 @@ export declare const DForm: {
|
|
|
232
232
|
style: {
|
|
233
233
|
inputContent: string;
|
|
234
234
|
lineHeight?: undefined;
|
|
235
|
-
textAlign?: undefined;
|
|
236
235
|
inputBorderRadius?: undefined;
|
|
237
236
|
};
|
|
238
237
|
isContainer: boolean;
|
|
@@ -333,7 +332,6 @@ export declare const DForm: {
|
|
|
333
332
|
style: {
|
|
334
333
|
lineHeight: string;
|
|
335
334
|
inputContent?: undefined;
|
|
336
|
-
textAlign?: undefined;
|
|
337
335
|
inputBorderRadius?: undefined;
|
|
338
336
|
};
|
|
339
337
|
isContainer: boolean;
|
|
@@ -430,7 +428,6 @@ export declare const DForm: {
|
|
|
430
428
|
style: {
|
|
431
429
|
inputContent?: undefined;
|
|
432
430
|
lineHeight?: undefined;
|
|
433
|
-
textAlign?: undefined;
|
|
434
431
|
inputBorderRadius?: undefined;
|
|
435
432
|
};
|
|
436
433
|
isContainer: boolean;
|
|
@@ -567,7 +564,6 @@ export declare const DForm: {
|
|
|
567
564
|
style: {
|
|
568
565
|
inputContent?: undefined;
|
|
569
566
|
lineHeight?: undefined;
|
|
570
|
-
textAlign?: undefined;
|
|
571
567
|
inputBorderRadius?: undefined;
|
|
572
568
|
};
|
|
573
569
|
isContainer: boolean;
|
|
@@ -678,7 +674,6 @@ export declare const DForm: {
|
|
|
678
674
|
selectedType?: undefined;
|
|
679
675
|
};
|
|
680
676
|
style: {
|
|
681
|
-
textAlign: string;
|
|
682
677
|
inputContent?: undefined;
|
|
683
678
|
lineHeight?: undefined;
|
|
684
679
|
inputBorderRadius?: undefined;
|
|
@@ -785,7 +780,6 @@ export declare const DForm: {
|
|
|
785
780
|
style: {
|
|
786
781
|
inputContent?: undefined;
|
|
787
782
|
lineHeight?: undefined;
|
|
788
|
-
textAlign?: undefined;
|
|
789
783
|
inputBorderRadius?: undefined;
|
|
790
784
|
};
|
|
791
785
|
isContainer: boolean;
|
|
@@ -882,7 +876,6 @@ export declare const DForm: {
|
|
|
882
876
|
style: {
|
|
883
877
|
inputContent: string;
|
|
884
878
|
lineHeight?: undefined;
|
|
885
|
-
textAlign?: undefined;
|
|
886
879
|
inputBorderRadius?: undefined;
|
|
887
880
|
};
|
|
888
881
|
isContainer: boolean;
|
|
@@ -987,7 +980,6 @@ export declare const DForm: {
|
|
|
987
980
|
style: {
|
|
988
981
|
inputContent?: undefined;
|
|
989
982
|
lineHeight?: undefined;
|
|
990
|
-
textAlign?: undefined;
|
|
991
983
|
inputBorderRadius?: undefined;
|
|
992
984
|
};
|
|
993
985
|
isContainer: boolean;
|
|
@@ -1092,7 +1084,6 @@ export declare const DForm: {
|
|
|
1092
1084
|
style: {
|
|
1093
1085
|
inputContent?: undefined;
|
|
1094
1086
|
lineHeight?: undefined;
|
|
1095
|
-
textAlign?: undefined;
|
|
1096
1087
|
inputBorderRadius?: undefined;
|
|
1097
1088
|
};
|
|
1098
1089
|
isContainer: boolean;
|
|
@@ -1197,7 +1188,6 @@ export declare const DForm: {
|
|
|
1197
1188
|
style: {
|
|
1198
1189
|
inputContent?: undefined;
|
|
1199
1190
|
lineHeight?: undefined;
|
|
1200
|
-
textAlign?: undefined;
|
|
1201
1191
|
inputBorderRadius?: undefined;
|
|
1202
1192
|
};
|
|
1203
1193
|
isContainer: boolean;
|
|
@@ -1302,7 +1292,6 @@ export declare const DForm: {
|
|
|
1302
1292
|
style: {
|
|
1303
1293
|
inputContent?: undefined;
|
|
1304
1294
|
lineHeight?: undefined;
|
|
1305
|
-
textAlign?: undefined;
|
|
1306
1295
|
inputBorderRadius?: undefined;
|
|
1307
1296
|
};
|
|
1308
1297
|
isContainer: boolean;
|
|
@@ -1399,7 +1388,6 @@ export declare const DForm: {
|
|
|
1399
1388
|
style: {
|
|
1400
1389
|
inputContent?: undefined;
|
|
1401
1390
|
lineHeight?: undefined;
|
|
1402
|
-
textAlign?: undefined;
|
|
1403
1391
|
inputBorderRadius?: undefined;
|
|
1404
1392
|
};
|
|
1405
1393
|
isContainer: boolean;
|
|
@@ -1500,7 +1488,6 @@ export declare const DForm: {
|
|
|
1500
1488
|
style: {
|
|
1501
1489
|
inputContent?: undefined;
|
|
1502
1490
|
lineHeight?: undefined;
|
|
1503
|
-
textAlign?: undefined;
|
|
1504
1491
|
inputBorderRadius?: undefined;
|
|
1505
1492
|
};
|
|
1506
1493
|
isContainer: boolean;
|
|
@@ -1598,7 +1585,6 @@ export declare const DForm: {
|
|
|
1598
1585
|
inputContent: string;
|
|
1599
1586
|
inputBorderRadius: string;
|
|
1600
1587
|
lineHeight?: undefined;
|
|
1601
|
-
textAlign?: undefined;
|
|
1602
1588
|
};
|
|
1603
1589
|
isContainer: boolean;
|
|
1604
1590
|
isBusiObjContainer: boolean;
|
package/dist/h5config/DForm.js
CHANGED
|
@@ -185,8 +185,8 @@ export var DForm = {
|
|
|
185
185
|
'@color-text-base': [],
|
|
186
186
|
'@border-color-base': []
|
|
187
187
|
},
|
|
188
|
-
tpl: ".dynamic-form-wrapper {\n background-color: backgroundColor;\n .lingxiteam-dform-text-item .lingxiteam-dform-placeholder .lingxiteam-dform-text-item-text div{\n text-align: headTextAlign;\n span{\n font-size: fontSize;\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n .lcdp-form-item {\n --color: textColor;\n --font-size: fontSize;\n .adm-text-area{\n --color: textColor;\n --font-size: fontSize;\n }\n .lingxiteam-dform-title {\n color: labelTextColor;\n font-size: labelFontSize !important;\n line-height: labelLineHeight;\n font-weight: labelFontWeight;\n text-align: headTextAlign;\n }\n .lingxiteam-dform-input-item-value input{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n
|
|
189
|
-
itemCustomTpl: ".lcdp-form-item {\n --color: textColor;\n --font-size: fontSize;\n .adm-text-area{\n --color: textColor;\n --font-size: fontSize;\n }\n .lingxiteam-dform-title {\n color: labelTextColor;\n font-size: labelFontSize !important;\n line-height: labelLineHeight;\n font-weight: labelFontWeight;\n text-align: headTextAlign;\n }\n .lingxiteam-dform-input-item-value input{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n
|
|
188
|
+
tpl: ".dynamic-form-wrapper {\n background-color: backgroundColor;\n .lingxiteam-dform-text-item .lingxiteam-dform-placeholder .lingxiteam-dform-text-item-text div{\n text-align: headTextAlign;\n span{\n font-size: fontSize;\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n .lcdp-form-item {\n --color: textColor;\n --font-size: fontSize;\n .adm-text-area{\n --color: textColor;\n --font-size: fontSize;\n }\n .lingxiteam-dform-rangdate-default{\n font-size: fontSize;\n }\n .lingxiteam-dform-text-item-value-wrapper{\n font-size: fontSize;\n }\n .lingxiteam-dform-title {\n color: labelTextColor;\n font-size: labelFontSize !important;\n line-height: labelLineHeight;\n font-weight: labelFontWeight;\n text-align: headTextAlign;\n }\n .lingxiteam-dform-input-item-value input{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n }\n .lingxiteam-dform-radio-button{\n font-size: fontSize;\n }\n .lingxiteam-dform-radio-label{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n }\n .lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-label{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n text-align: headTextAlign;\n font-size: fontSize;\n \n }\n .lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-text{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n text-align: headTextAlign;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-date-text{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n text-align: headTextAlign;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-rangdate-h-value{\n color: textColor;\n line-height: lineHeight;\n text-align: headTextAlign;\n font-size: fontSize;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-area-group-value-area textarea{\n line-height: lineHeight;\n padding: paddingValue;\n font-weight: fontWeight;\n font-size: fontSize;\n color: textColor;\n text-align: headTextAlign;\n }\n .lingxiteam-dform-right-content{\n width: iconSize;\n height: iconSize;\n overflow: hidden;\n .cust-icon{\n width: iconSize;\n height: iconSize;\n }\n .cust-icon svg{\n color: iconColor;\n fill: iconColor;\n width: iconSize;\n height: iconSize;\n }\n }\n .lingxiteam-dform-arrow-horizontal{\n background-image: none;\n width: iconSize;\n height: iconSize;\n position: relative;\n }\n .lingxiteam-dform-arrow-horizontal::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: iconSize;\n height: iconSize;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\n background-repeat: round;\n transform: translateX(-100%);\n background-size: 100%;\n filter: drop-shadow(iconSize 0 iconColor);\n }\n }\n }\n ",
|
|
189
|
+
itemCustomTpl: ".lcdp-form-item {\n --color: textColor;\n --font-size: fontSize;\n .adm-text-area{\n --color: textColor;\n --font-size: fontSize;\n }\n .lingxiteam-dform-title {\n color: labelTextColor;\n font-size: labelFontSize !important;\n line-height: labelLineHeight;\n font-weight: labelFontWeight;\n text-align: headTextAlign;\n }\n .lingxiteam-dform-input-item-value input{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n }\n .lingxiteam-dform-rangdate-default{\n font-size: fontSize;\n }\n .lingxiteam-dform-text-item-value-wrapper{\n font-size: fontSize;\n }\n .lingxiteam-dform-radio-button{\n font-size: fontSize;\n }\n .lingxiteam-dform-radio-label{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n }\n .lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-label{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n text-align: headTextAlign;\n font-size: fontSize;\n }\n .lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-text{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n text-align: headTextAlign;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-date-text{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n text-align: headTextAlign;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-rangdate-h-value{\n color: textColor;\n line-height: lineHeight;\n text-align: headTextAlign;\n font-size: fontSize;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-area-group-value-area textarea{\n line-height: lineHeight;\n padding: paddingValue;\n font-weight: fontWeight;\n font-size: fontSize;\n color: textColor;\n text-align: headTextAlign;\n }\n .lingxiteam-dform-right-content{\n width: iconSize;\n height: iconSize;\n overflow: hidden;\n .cust-icon{\n width: iconSize;\n height: iconSize;\n }\n .cust-icon svg{\n color: iconColor;\n fill: iconColor;\n width: iconSize;\n height: iconSize;\n }\n }\n .lingxiteam-dform-arrow-horizontal{\n background-image: none;\n width: iconSize;\n height: iconSize;\n position: relative;\n }\n .lingxiteam-dform-arrow-horizontal::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: iconSize;\n height: iconSize;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\n background-repeat: round;\n transform: translateX(-100%);\n background-size: 100%;\n filter: drop-shadow(iconSize 0 iconColor);\n }\n }",
|
|
190
190
|
components: [{
|
|
191
191
|
id: 'DForm_458695',
|
|
192
192
|
label: '表单',
|
|
@@ -491,9 +491,7 @@ export var DForm = {
|
|
|
491
491
|
value: '638287'
|
|
492
492
|
}]
|
|
493
493
|
},
|
|
494
|
-
style: {
|
|
495
|
-
textAlign: 'right'
|
|
496
|
-
},
|
|
494
|
+
style: {},
|
|
497
495
|
isContainer: false,
|
|
498
496
|
isBusiObjContainer: false,
|
|
499
497
|
cmdgroup: ['basic'],
|
package/dist/h5config/Grid.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ export declare const Grid: {
|
|
|
77
77
|
'@color-text-base': never[];
|
|
78
78
|
};
|
|
79
79
|
tpl: string;
|
|
80
|
-
components: {
|
|
80
|
+
components: ({
|
|
81
81
|
id: string;
|
|
82
82
|
label: string;
|
|
83
83
|
compName: string;
|
|
@@ -98,8 +98,17 @@ export declare const Grid: {
|
|
|
98
98
|
columnNum: number;
|
|
99
99
|
square: boolean;
|
|
100
100
|
carouselMaxRow: number;
|
|
101
|
+
basicStatus?: undefined;
|
|
102
|
+
};
|
|
103
|
+
style: {
|
|
104
|
+
textAlign?: undefined;
|
|
105
|
+
display?: undefined;
|
|
106
|
+
flexDirection?: undefined;
|
|
107
|
+
padding?: undefined;
|
|
108
|
+
width?: undefined;
|
|
109
|
+
backgroundColor?: undefined;
|
|
110
|
+
height?: undefined;
|
|
101
111
|
};
|
|
102
|
-
style: {};
|
|
103
112
|
isContainer: boolean;
|
|
104
113
|
isBusiObjContainer: boolean;
|
|
105
114
|
cmdgroup: string[];
|
|
@@ -124,5 +133,103 @@ export declare const Grid: {
|
|
|
124
133
|
isLabelDropBoxChild: boolean;
|
|
125
134
|
components: never[];
|
|
126
135
|
path: string[];
|
|
127
|
-
}
|
|
136
|
+
} | {
|
|
137
|
+
id: string;
|
|
138
|
+
label: string;
|
|
139
|
+
compName: string;
|
|
140
|
+
type: string;
|
|
141
|
+
compType: number;
|
|
142
|
+
compLib: string;
|
|
143
|
+
props: {
|
|
144
|
+
name: string;
|
|
145
|
+
basicStatus: number;
|
|
146
|
+
gridData?: undefined;
|
|
147
|
+
hasLine?: undefined;
|
|
148
|
+
isCarousel?: undefined;
|
|
149
|
+
aliasIcon?: undefined;
|
|
150
|
+
aliasText?: undefined;
|
|
151
|
+
maxRow?: undefined;
|
|
152
|
+
columnNum?: undefined;
|
|
153
|
+
square?: undefined;
|
|
154
|
+
carouselMaxRow?: undefined;
|
|
155
|
+
};
|
|
156
|
+
style: {
|
|
157
|
+
textAlign: string;
|
|
158
|
+
display: string;
|
|
159
|
+
flexDirection: string;
|
|
160
|
+
padding: string;
|
|
161
|
+
width: string;
|
|
162
|
+
backgroundColor: string;
|
|
163
|
+
height: string;
|
|
164
|
+
};
|
|
165
|
+
isContainer: boolean;
|
|
166
|
+
isBusiObjContainer: boolean;
|
|
167
|
+
cmdgroup: string[];
|
|
168
|
+
platform: string;
|
|
169
|
+
icon: string;
|
|
170
|
+
description: string;
|
|
171
|
+
image: string;
|
|
172
|
+
groupsName: string;
|
|
173
|
+
engineApi: string[];
|
|
174
|
+
setEvents: never[];
|
|
175
|
+
isLabelDropBoxChild: boolean;
|
|
176
|
+
components: never[];
|
|
177
|
+
path: string[];
|
|
178
|
+
} | {
|
|
179
|
+
id: string;
|
|
180
|
+
label: string;
|
|
181
|
+
compName: string;
|
|
182
|
+
type: string;
|
|
183
|
+
compType: number;
|
|
184
|
+
compLib: string;
|
|
185
|
+
props: {
|
|
186
|
+
name: string;
|
|
187
|
+
gridData: {
|
|
188
|
+
icon: string;
|
|
189
|
+
text: string;
|
|
190
|
+
}[];
|
|
191
|
+
hasLine: boolean;
|
|
192
|
+
isCarousel: boolean;
|
|
193
|
+
aliasIcon: string;
|
|
194
|
+
aliasText: string;
|
|
195
|
+
maxRow: number;
|
|
196
|
+
columnNum: number;
|
|
197
|
+
square: boolean;
|
|
198
|
+
carouselMaxRow: number;
|
|
199
|
+
basicStatus?: undefined;
|
|
200
|
+
};
|
|
201
|
+
style: {
|
|
202
|
+
textAlign?: undefined;
|
|
203
|
+
display?: undefined;
|
|
204
|
+
flexDirection?: undefined;
|
|
205
|
+
padding?: undefined;
|
|
206
|
+
width?: undefined;
|
|
207
|
+
backgroundColor?: undefined;
|
|
208
|
+
height?: undefined;
|
|
209
|
+
};
|
|
210
|
+
isContainer: boolean;
|
|
211
|
+
isBusiObjContainer: boolean;
|
|
212
|
+
cmdgroup: string[];
|
|
213
|
+
platform: string;
|
|
214
|
+
setEvents: {
|
|
215
|
+
dataName: string;
|
|
216
|
+
dataId: string;
|
|
217
|
+
value: string;
|
|
218
|
+
params: {
|
|
219
|
+
title: string;
|
|
220
|
+
name: string;
|
|
221
|
+
value: string;
|
|
222
|
+
}[];
|
|
223
|
+
path: never[];
|
|
224
|
+
children: never[];
|
|
225
|
+
}[];
|
|
226
|
+
description: string;
|
|
227
|
+
image: string;
|
|
228
|
+
groupsName: string;
|
|
229
|
+
icon: string;
|
|
230
|
+
isLabelDropBoxChild: boolean;
|
|
231
|
+
components: never[];
|
|
232
|
+
path: string[];
|
|
233
|
+
engineApi?: undefined;
|
|
234
|
+
})[];
|
|
128
235
|
};
|
package/dist/h5config/Grid.js
CHANGED
|
@@ -97,7 +97,7 @@ export var Grid = {
|
|
|
97
97
|
'@border-color-base': [],
|
|
98
98
|
'@color-text-base': []
|
|
99
99
|
},
|
|
100
|
-
tpl: ".use-app-grid{\n background-color: backgroundColor;\n border-radius: borderRadius;\n .am-grid {\n border-
|
|
100
|
+
tpl: ".use-app-grid{\n background-color: backgroundColor;\n border-radius: borderRadius;\n .am-grid {\n border-color: borderColor;\n background-color: backgroundColor;\n border-radius: borderRadius;\n --adm-font-size-4: fontSize;\n --adm-color-text: textColor;\n --adm-border-color: lineColor;\n }\n .am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon{\n width: iconSize;\n }\n .am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text{\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n",
|
|
101
101
|
components: [{
|
|
102
102
|
id: 'Grid_842271',
|
|
103
103
|
label: '宫格',
|
|
@@ -170,5 +170,109 @@ export var Grid = {
|
|
|
170
170
|
isLabelDropBoxChild: false,
|
|
171
171
|
components: [],
|
|
172
172
|
path: ['454426', 'View_454426_1']
|
|
173
|
+
}, {
|
|
174
|
+
id: 'View_519882',
|
|
175
|
+
label: '普通容器',
|
|
176
|
+
compName: 'View',
|
|
177
|
+
type: 'View',
|
|
178
|
+
compType: 0,
|
|
179
|
+
compLib: 'custom',
|
|
180
|
+
props: {
|
|
181
|
+
name: '普通容器1',
|
|
182
|
+
basicStatus: 1
|
|
183
|
+
},
|
|
184
|
+
style: {
|
|
185
|
+
textAlign: 'left',
|
|
186
|
+
display: 'block',
|
|
187
|
+
flexDirection: 'column',
|
|
188
|
+
padding: '0px 0px 0px 0px',
|
|
189
|
+
width: '100%',
|
|
190
|
+
backgroundColor: '#FFFFFF',
|
|
191
|
+
height: '50px'
|
|
192
|
+
},
|
|
193
|
+
isContainer: true,
|
|
194
|
+
isBusiObjContainer: false,
|
|
195
|
+
cmdgroup: ['basic'],
|
|
196
|
+
platform: 'app',
|
|
197
|
+
icon: 'View',
|
|
198
|
+
description: '',
|
|
199
|
+
image: '',
|
|
200
|
+
groupsName: '布局',
|
|
201
|
+
engineApi: ['service.downloadFileByFileCode'],
|
|
202
|
+
setEvents: [],
|
|
203
|
+
isLabelDropBoxChild: false,
|
|
204
|
+
components: [],
|
|
205
|
+
path: ['998509']
|
|
206
|
+
}, {
|
|
207
|
+
id: 'Grid_4314385',
|
|
208
|
+
label: '宫格',
|
|
209
|
+
compName: 'Grid',
|
|
210
|
+
type: 'Grid',
|
|
211
|
+
compType: 3,
|
|
212
|
+
compLib: '@/components',
|
|
213
|
+
props: {
|
|
214
|
+
name: '宫格',
|
|
215
|
+
gridData: [{
|
|
216
|
+
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
217
|
+
text: '整体清洁'
|
|
218
|
+
}, {
|
|
219
|
+
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
220
|
+
text: '汽车清洁'
|
|
221
|
+
}, {
|
|
222
|
+
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
223
|
+
text: '垃圾桶清洁'
|
|
224
|
+
}, {
|
|
225
|
+
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
226
|
+
text: '家庭除螨'
|
|
227
|
+
}, {
|
|
228
|
+
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
229
|
+
text: '干洗衣物'
|
|
230
|
+
}, {
|
|
231
|
+
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
232
|
+
text: '家电清洗'
|
|
233
|
+
}, {
|
|
234
|
+
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
235
|
+
text: '服务清洁'
|
|
236
|
+
}, {
|
|
237
|
+
icon: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
|
|
238
|
+
text: '墙壁粉刷'
|
|
239
|
+
}],
|
|
240
|
+
hasLine: true,
|
|
241
|
+
isCarousel: true,
|
|
242
|
+
aliasIcon: 'icon',
|
|
243
|
+
aliasText: 'text',
|
|
244
|
+
maxRow: 0,
|
|
245
|
+
columnNum: 4,
|
|
246
|
+
square: true,
|
|
247
|
+
carouselMaxRow: 1
|
|
248
|
+
},
|
|
249
|
+
style: {},
|
|
250
|
+
isContainer: false,
|
|
251
|
+
isBusiObjContainer: false,
|
|
252
|
+
cmdgroup: ['basic'],
|
|
253
|
+
platform: 'h5',
|
|
254
|
+
setEvents: [{
|
|
255
|
+
dataName: 'event',
|
|
256
|
+
dataId: '150502',
|
|
257
|
+
value: 'onClick',
|
|
258
|
+
params: [{
|
|
259
|
+
title: '数据项',
|
|
260
|
+
name: 'e',
|
|
261
|
+
value: '$e$'
|
|
262
|
+
}, {
|
|
263
|
+
title: '数据索引',
|
|
264
|
+
name: 'index',
|
|
265
|
+
value: '$index$'
|
|
266
|
+
}],
|
|
267
|
+
path: [],
|
|
268
|
+
children: []
|
|
269
|
+
}],
|
|
270
|
+
description: '',
|
|
271
|
+
image: '',
|
|
272
|
+
groupsName: '高级',
|
|
273
|
+
icon: 'Grid',
|
|
274
|
+
isLabelDropBoxChild: false,
|
|
275
|
+
components: [],
|
|
276
|
+
path: ['769713', 'View_769713_1']
|
|
173
277
|
}]
|
|
174
278
|
};
|
package/dist/h5config/Link.js
CHANGED
|
@@ -17,7 +17,7 @@ export var ALink = {
|
|
|
17
17
|
followThemes: {
|
|
18
18
|
'@color-link': ['textColor']
|
|
19
19
|
},
|
|
20
|
-
tpl: "\n
|
|
20
|
+
tpl: "\n .use-app-alink {\n color: textColor;\n }\n .use-app-alink:hover {\n color: textColor;\n opacity: 0.6;\n }",
|
|
21
21
|
components: [{
|
|
22
22
|
id: 'ALink_414643',
|
|
23
23
|
label: '超链接',
|
|
@@ -111,7 +111,7 @@ export var SearchView = {
|
|
|
111
111
|
'@border-color-base': [],
|
|
112
112
|
'@color-text-base': []
|
|
113
113
|
},
|
|
114
|
-
tpl: "\n .alita-search-view-wrap{\n --adm-color-background: backgroundColor;\n padding: paddingValue;\n border: 1PX solid borderColor;\n border-radius: borderRadius;\n overflow: hidden;\n }\n .alita-search-bar-input{\n background-color: sBackgroundColor;\ncolor: textColor;\nfont-size: fontSize;\nfont-weight: fontWeight;\npadding: sPaddingValue;\nborder-radius: sBorderRadius;\nborder: 1PX solid sBorderColor;\n }\n .alita-search-bar-search{\n width: iconSize;\n height: iconSize;\n }",
|
|
114
|
+
tpl: "\n .alita-search-view-wrap{\n --adm-color-background: backgroundColor;\n padding: paddingValue;\n border: 1PX solid borderColor;\n border-radius: borderRadius;\n overflow: hidden;\n }\n .alita-search-view-wrap .alita-search-bar-input{\n background-color: sBackgroundColor;\ncolor: textColor;\nfont-size: fontSize;\nfont-weight: fontWeight;\npadding: sPaddingValue;\nborder-radius: sBorderRadius;\nborder: 1PX solid sBorderColor;\n }\n .alita-search-view-wrap .alita-search-bar-search{\n width: iconSize;\n height: iconSize;\n }",
|
|
115
115
|
components: [{
|
|
116
116
|
id: 'SearchView_197467',
|
|
117
117
|
label: '搜索',
|
package/dist/h5config/Table.d.ts
CHANGED
package/dist/h5config/Table.js
CHANGED
package/dist/lx-mobile.js
CHANGED
|
@@ -7,7 +7,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
7
7
|
import { stringifyCss, parseCss, prefixAnyCSS } from "./css";
|
|
8
8
|
import { objToListByGroupsName } from "./utils";
|
|
9
9
|
import { Button } from "./h5config/Button";
|
|
10
|
-
import {
|
|
10
|
+
import { DynamicTable } from "./h5config/Table";
|
|
11
11
|
import { FilterItems } from "./h5config/FilterItems";
|
|
12
12
|
import { NoticeBarPlus } from "./h5config/NoticeBarPlus";
|
|
13
13
|
import { StaticTabs } from "./h5config/StaticTabs";
|
|
@@ -51,7 +51,7 @@ export var MOBILE_ASSETS_CSS_TPL = {
|
|
|
51
51
|
// TODO: 分割线 style 写死,最后修改方案
|
|
52
52
|
// Divider,
|
|
53
53
|
Card: Card,
|
|
54
|
-
|
|
54
|
+
DynamicTable: DynamicTable,
|
|
55
55
|
FilterItems: FilterItems,
|
|
56
56
|
NoticeBarPlus: NoticeBarPlus,
|
|
57
57
|
StaticTabs: StaticTabs,
|