@lingxiteam/theme-utils 0.3.8 → 0.3.10
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/Grid.d.ts +110 -3
- package/dist/h5config/Grid.js +105 -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/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
|
};
|
|
@@ -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,
|