@lingxiteam/theme-utils 0.2.14 → 0.2.16
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.js +1 -1
- package/dist/config/Tabs.d.ts +30 -43
- package/dist/config/Tabs.js +651 -22
- package/dist/h5config/Accordion.d.ts +69 -11
- package/dist/h5config/Accordion.js +102 -22
- package/dist/h5config/DForm.js +2 -2
- package/dist/h5config/SearchView.js +1 -1
- package/dist/h5config/Table.js +1 -1
- package/package.json +1 -1
package/dist/config/Form.js
CHANGED
|
@@ -93,7 +93,7 @@ export var Form = {
|
|
|
93
93
|
// 滑动输入条没有边框样式
|
|
94
94
|
// TODO: 树选择器,联级选择器效果待确认
|
|
95
95
|
itemCustomTpl: ".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 .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 ",
|
|
96
|
-
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 .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 ",
|
|
96
|
+
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 ",
|
|
97
97
|
components: [{
|
|
98
98
|
id: 'Form_180373',
|
|
99
99
|
label: '表单',
|
package/dist/config/Tabs.d.ts
CHANGED
|
@@ -116,61 +116,40 @@ export declare const Tabs: {
|
|
|
116
116
|
props: {
|
|
117
117
|
name: string;
|
|
118
118
|
basicStatus: number;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
119
|
+
content: string;
|
|
120
|
+
textType: string;
|
|
121
|
+
showHtml: boolean;
|
|
122
|
+
type?: undefined;
|
|
123
|
+
animated?: undefined;
|
|
124
|
+
defaultActiveKey?: undefined;
|
|
125
|
+
tabBarGutter?: undefined;
|
|
126
|
+
tabPosition?: undefined;
|
|
127
|
+
size?: undefined;
|
|
126
128
|
};
|
|
127
129
|
style: {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
+
textAlign: string;
|
|
131
|
+
fontSize: number;
|
|
132
|
+
lineHeight: string;
|
|
133
|
+
color: string;
|
|
134
|
+
backgroundColor: string;
|
|
130
135
|
padding: string;
|
|
136
|
+
margin: string;
|
|
137
|
+
width?: undefined;
|
|
131
138
|
};
|
|
132
139
|
isContainer: boolean;
|
|
133
140
|
isBusiObjContainer: boolean;
|
|
134
141
|
cmdgroup: string[];
|
|
135
142
|
platform: string;
|
|
136
143
|
icon: string;
|
|
144
|
+
isInlineBlock: boolean;
|
|
145
|
+
setEvents: never[];
|
|
137
146
|
description: string;
|
|
138
147
|
image: string;
|
|
139
148
|
groupsName: string;
|
|
140
|
-
onlyChildren: string[];
|
|
141
|
-
setEvents: never[];
|
|
142
149
|
isLabelDropBoxChild: boolean;
|
|
143
|
-
components:
|
|
144
|
-
id: string;
|
|
145
|
-
label: string;
|
|
146
|
-
compName: string;
|
|
147
|
-
type: string;
|
|
148
|
-
compType: number;
|
|
149
|
-
compLib: string;
|
|
150
|
-
props: {
|
|
151
|
-
name: string;
|
|
152
|
-
basicStatus: number;
|
|
153
|
-
tab: string;
|
|
154
|
-
key: string;
|
|
155
|
-
};
|
|
156
|
-
style: {
|
|
157
|
-
minHeight: number;
|
|
158
|
-
};
|
|
159
|
-
isContainer: boolean;
|
|
160
|
-
isBusiObjContainer: boolean;
|
|
161
|
-
cmdgroup: string[];
|
|
162
|
-
platform: string;
|
|
163
|
-
icon: string;
|
|
164
|
-
description: string;
|
|
165
|
-
image: string;
|
|
166
|
-
groupsName: string;
|
|
167
|
-
onlyRoot: string[];
|
|
168
|
-
setEvents: never[];
|
|
169
|
-
isLabelDropBoxChild: boolean;
|
|
170
|
-
components: never[];
|
|
171
|
-
path: string[];
|
|
172
|
-
}[];
|
|
150
|
+
components: never[];
|
|
173
151
|
path: string[];
|
|
152
|
+
onlyChildren?: undefined;
|
|
174
153
|
} | {
|
|
175
154
|
id: string;
|
|
176
155
|
label: string;
|
|
@@ -187,12 +166,19 @@ export declare const Tabs: {
|
|
|
187
166
|
tabBarGutter: string;
|
|
188
167
|
tabPosition: string;
|
|
189
168
|
size: string;
|
|
190
|
-
|
|
169
|
+
content?: undefined;
|
|
170
|
+
textType?: undefined;
|
|
171
|
+
showHtml?: undefined;
|
|
191
172
|
};
|
|
192
173
|
style: {
|
|
193
174
|
width: string;
|
|
194
175
|
margin: string;
|
|
195
176
|
padding: string;
|
|
177
|
+
textAlign?: undefined;
|
|
178
|
+
fontSize?: undefined;
|
|
179
|
+
lineHeight?: undefined;
|
|
180
|
+
color?: undefined;
|
|
181
|
+
backgroundColor?: undefined;
|
|
196
182
|
};
|
|
197
183
|
isContainer: boolean;
|
|
198
184
|
isBusiObjContainer: boolean;
|
|
@@ -219,7 +205,7 @@ export declare const Tabs: {
|
|
|
219
205
|
key: string;
|
|
220
206
|
};
|
|
221
207
|
style: {
|
|
222
|
-
|
|
208
|
+
height: number;
|
|
223
209
|
};
|
|
224
210
|
isContainer: boolean;
|
|
225
211
|
isBusiObjContainer: boolean;
|
|
@@ -236,5 +222,6 @@ export declare const Tabs: {
|
|
|
236
222
|
path: string[];
|
|
237
223
|
}[];
|
|
238
224
|
path: string[];
|
|
225
|
+
isInlineBlock?: undefined;
|
|
239
226
|
})[];
|
|
240
227
|
};
|
package/dist/config/Tabs.js
CHANGED
|
@@ -146,9 +146,453 @@ export var Tabs = {
|
|
|
146
146
|
followThemes: {
|
|
147
147
|
'@primary-color': ['activeFColor', 'activeBgColor']
|
|
148
148
|
},
|
|
149
|
-
tpl: ".ued-tabs-wrap {\n .pcfactory-tabs {\n border-radius: borderRadius !important;\n }\n .ued-tabs-tabpane-content{\n background-color: bodyColor;\n }\n .pcfactory-tabs-nav .pcfactory-tabs-nav-wrap{\n background: headBgColor;\n }\n .pcfactory-tabs-nav .pcfactory-tabs-tab .pcfactory-tabs-tab-btn{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n }\n .pcfactory-tabs-top .pcfactory-tabs-nav .pcfactory-tabs-tab-active{\n background: activeBgColor;\n border-top-left-radius: activeRadius;\n border-top-right-radius: activeRadius;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n .pcfactory-tabs-left .pcfactory-tabs-nav .pcfactory-tabs-tab-active{\n background: activeBgColor;\n border-top-left-radius: activeRadius;\n border-bottom-left-radius: activeRadius;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n .pcfactory-tabs-bottom .pcfactory-tabs-nav .pcfactory-tabs-tab-active{\n background: activeBgColor;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n border-bottom-left-radius: activeRadius;\n border-bottom-right-radius: activeRadius;\n }\n .pcfactory-tabs-right .pcfactory-tabs-nav .pcfactory-tabs-tab-active{\n background: activeBgColor;\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n border-bottom-right-radius: activeRadius;\n border-top-right-radius: activeRadius;\n }\n .pcfactory-tabs-nav .pcfactory-tabs-tab-active:hover{\n background: activeBgColor;\n
|
|
149
|
+
tpl: ".ued-tabs-wrap {\n .pcfactory-tabs-card.pcfactory-tabs-bottom .pcfactory-tabs-tab.pcfactory-tabs-tab-active {\n border-top: 1px solid activeBgColor !important;\n background-color: activeBgColor !important;\n }\n .pcfactory-tabs {\n border-radius: borderRadius !important;\n }\n .ued-tabs-tabpane-content{\n background-color: bodyColor;\n }\n .pcfactory-tabs-nav .pcfactory-tabs-nav-wrap{\n background: headBgColor;\n }\n .pcfactory-tabs-nav .pcfactory-tabs-tab .pcfactory-tabs-tab-btn{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n }\n .pcfactory-tabs-top .pcfactory-tabs-nav .pcfactory-tabs-tab-active{\n background: activeBgColor;\n border-top-left-radius: activeRadius;\n border-top-right-radius: activeRadius;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n .pcfactory-tabs-left .pcfactory-tabs-nav .pcfactory-tabs-tab-active{\n background: activeBgColor;\n border-top-left-radius: activeRadius;\n border-bottom-left-radius: activeRadius;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n .pcfactory-tabs-bottom .pcfactory-tabs-nav .pcfactory-tabs-tab-active{\n background: activeBgColor;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n border-bottom-left-radius: activeRadius;\n border-bottom-right-radius: activeRadius;\n }\n .pcfactory-tabs-right .pcfactory-tabs-nav .pcfactory-tabs-tab-active{\n background: activeBgColor;\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n border-bottom-right-radius: activeRadius;\n border-top-right-radius: activeRadius;\n }\n .pcfactory-tabs-nav .pcfactory-tabs-tab-active:hover{\n background: activeBgColor !important;\n }\n .pcfactory-tabs-top .pcfactory-tabs-tab:hover{\n color: activeBgColor;\n background: rgba(92,140,252,0.1);\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n border-top-left-radius: activeRadius;\n border-top-right-radius: activeRadius;\n }\n .pcfactory-tabs-left .pcfactory-tabs-tab:hover{\n color: activeBgColor;\n background: rgba(92,140,252,0.1);\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-top-left-radius: activeRadius;\n border-bottom-left-radius: activeRadius;\n }\n .pcfactory-tabs-bottom .pcfactory-tabs-tab:hover{\n color: activeBgColor;\n background: rgba(92,140,252,0.1);\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n border-bottom-left-radius: activeRadius;\n border-bottom-right-radius: activeRadius;\n }\n .pcfactory-tabs-right .pcfactory-tabs-tab:hover{\n color: activeBgColor;\n background: rgba(92,140,252,0.1);\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border-top-right-radius: activeRadius;\n border-bottom-right-radius: activeRadius;\n }\n .pcfactory-tabs-card.pcfactory-tabs-bottom .pcfactory-tabs-tab{\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n border-bottom-left-radius: activeRadius;\n border-bottom-right-radius: activeRadius;\n}\n.pcfactory-tabs-card.pcfactory-tabs-left .pcfactory-tabs-tab{\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-top-left-radius: activeRadius;\n border-bottom-left-radius: activeRadius;\n}\n.pcfactory-tabs-card.pcfactory-tabs-right .pcfactory-tabs-tab{\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border-top-right-radius: activeRadius;\n border-bottom-right-radius: activeRadius;\n}\n.pcfactory-tabs-card.pcfactory-tabs-top .pcfactory-tabs-tab{\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n border-top-left-radius: activeRadius;\n border-top-right-radius: activeRadius;\n}\n.pcfactory-tabs-card .pcfactory-tabs-nav .pcfactory-tabs-tab .pcfactory-tabs-tab-btn:hover{\n color: activeBgColor;\n}\n .pcfactory-tabs-tab.pcfactory-tabs-tab-active .pcfactory-tabs-tab-btn{\n color: activeTextColor;\n font-weight: activeFontWeight;\n }\n .pcfactory-tabs-nav .pcfactory-tabs-tab{\n margin-right: marginValue;\n padding: paddingValue;\n }\n .pcfactory-tabs.pcfactory-tabs-card .pcfactory-tabs-tab {\n margin-right: marginValue;\n background: #fff;\n border: 1px solid #f0f0f0;\n transform: translateY(1px);\n}\n .pcfactory-tabs-top > .pcfactory-tabs-nav::before, .pcfactory-tabs-bottom > .pcfactory-tabs-nav::before, .pcfactory-tabs-top > div > .pcfactory-tabs-nav::before, .pcfactory-tabs-bottom > div > .pcfactory-tabs-nav::before{\n border-bottom: 2px solid activeFColor;\n z-index: 1;\n}\n .pcfactory-tabs.pcfactory-tabs-card .pcfactory-tabs-tab-active{\n background: activeBgColor !important;\n }\n }\n ",
|
|
150
150
|
components: [{
|
|
151
|
-
id: '
|
|
151
|
+
id: 'Text_1726476',
|
|
152
|
+
label: '文本',
|
|
153
|
+
compName: 'Text',
|
|
154
|
+
type: 'Text',
|
|
155
|
+
compType: 1,
|
|
156
|
+
compLib: 'custom',
|
|
157
|
+
props: {
|
|
158
|
+
name: '基础式',
|
|
159
|
+
basicStatus: 1,
|
|
160
|
+
content: '基础式',
|
|
161
|
+
textType: 'h1',
|
|
162
|
+
showHtml: false
|
|
163
|
+
},
|
|
164
|
+
style: {
|
|
165
|
+
textAlign: 'left',
|
|
166
|
+
fontSize: 32,
|
|
167
|
+
lineHeight: '24px',
|
|
168
|
+
color: '#1c242e',
|
|
169
|
+
backgroundColor: 'rgba(255, 255, 255,0)',
|
|
170
|
+
padding: '0px 0px 0px 0px',
|
|
171
|
+
margin: '24px 24px 24px 24px'
|
|
172
|
+
},
|
|
173
|
+
isContainer: false,
|
|
174
|
+
isBusiObjContainer: false,
|
|
175
|
+
cmdgroup: ['basic'],
|
|
176
|
+
platform: 'pc',
|
|
177
|
+
icon: 'Text',
|
|
178
|
+
isInlineBlock: true,
|
|
179
|
+
setEvents: [],
|
|
180
|
+
description: '',
|
|
181
|
+
image: '',
|
|
182
|
+
groupsName: '通用',
|
|
183
|
+
isLabelDropBoxChild: false,
|
|
184
|
+
components: [],
|
|
185
|
+
path: ['057343', 'View_057343_1']
|
|
186
|
+
}, {
|
|
187
|
+
id: 'Tabs_5075684',
|
|
188
|
+
label: '标签页',
|
|
189
|
+
compName: 'Tabs',
|
|
190
|
+
type: 'Tabs',
|
|
191
|
+
compType: 0,
|
|
192
|
+
compLib: 'comm',
|
|
193
|
+
props: {
|
|
194
|
+
name: '标签页',
|
|
195
|
+
basicStatus: 1,
|
|
196
|
+
type: 'line',
|
|
197
|
+
animated: false,
|
|
198
|
+
defaultActiveKey: '1',
|
|
199
|
+
tabBarGutter: '4px',
|
|
200
|
+
tabPosition: 'top',
|
|
201
|
+
size: 'default'
|
|
202
|
+
},
|
|
203
|
+
style: {
|
|
204
|
+
width: '100%',
|
|
205
|
+
margin: '0 0 16px 0',
|
|
206
|
+
padding: '20px 20px 20px 20px'
|
|
207
|
+
},
|
|
208
|
+
isContainer: true,
|
|
209
|
+
isBusiObjContainer: false,
|
|
210
|
+
cmdgroup: ['basic'],
|
|
211
|
+
platform: 'pc',
|
|
212
|
+
icon: 'Tabs',
|
|
213
|
+
description: '',
|
|
214
|
+
image: '',
|
|
215
|
+
groupsName: '容器',
|
|
216
|
+
onlyChildren: ['TabPane'],
|
|
217
|
+
setEvents: [],
|
|
218
|
+
isLabelDropBoxChild: false,
|
|
219
|
+
components: [{
|
|
220
|
+
id: 'TabPane_526344',
|
|
221
|
+
label: '标签子面板',
|
|
222
|
+
compName: 'TabPane',
|
|
223
|
+
type: 'TabPane',
|
|
224
|
+
compType: 0,
|
|
225
|
+
compLib: 'comm',
|
|
226
|
+
props: {
|
|
227
|
+
name: '标签子面板',
|
|
228
|
+
basicStatus: 1,
|
|
229
|
+
tab: '标题1',
|
|
230
|
+
key: '1'
|
|
231
|
+
},
|
|
232
|
+
style: {
|
|
233
|
+
height: 80
|
|
234
|
+
},
|
|
235
|
+
isContainer: true,
|
|
236
|
+
isBusiObjContainer: false,
|
|
237
|
+
cmdgroup: ['basic'],
|
|
238
|
+
platform: 'pc',
|
|
239
|
+
icon: 'TabPane',
|
|
240
|
+
description: '',
|
|
241
|
+
image: '',
|
|
242
|
+
groupsName: '容器',
|
|
243
|
+
onlyRoot: ['Tabs'],
|
|
244
|
+
setEvents: [],
|
|
245
|
+
isLabelDropBoxChild: false,
|
|
246
|
+
components: [],
|
|
247
|
+
path: ['057343', 'View_057343_1', 'Tabs_5075684']
|
|
248
|
+
}, {
|
|
249
|
+
id: 'TabPane_696377',
|
|
250
|
+
label: '标签子面板',
|
|
251
|
+
compName: 'TabPane',
|
|
252
|
+
type: 'TabPane',
|
|
253
|
+
compType: 0,
|
|
254
|
+
compLib: 'comm',
|
|
255
|
+
props: {
|
|
256
|
+
name: '标签子面板',
|
|
257
|
+
basicStatus: 1,
|
|
258
|
+
tab: '标题2',
|
|
259
|
+
key: '2'
|
|
260
|
+
},
|
|
261
|
+
style: {
|
|
262
|
+
height: 80
|
|
263
|
+
},
|
|
264
|
+
isContainer: true,
|
|
265
|
+
isBusiObjContainer: false,
|
|
266
|
+
cmdgroup: ['basic'],
|
|
267
|
+
platform: 'pc',
|
|
268
|
+
icon: 'TabPane',
|
|
269
|
+
description: '',
|
|
270
|
+
image: '',
|
|
271
|
+
groupsName: '容器',
|
|
272
|
+
onlyRoot: ['Tabs'],
|
|
273
|
+
setEvents: [],
|
|
274
|
+
isLabelDropBoxChild: false,
|
|
275
|
+
components: [],
|
|
276
|
+
path: ['057343', 'View_057343_1', 'Tabs_5075684']
|
|
277
|
+
}],
|
|
278
|
+
path: ['057343', 'View_057343_1']
|
|
279
|
+
}, {
|
|
280
|
+
id: 'Tabs_803186',
|
|
281
|
+
label: '标签页',
|
|
282
|
+
compName: 'Tabs',
|
|
283
|
+
type: 'Tabs',
|
|
284
|
+
compType: 0,
|
|
285
|
+
compLib: 'comm',
|
|
286
|
+
props: {
|
|
287
|
+
name: '标签页',
|
|
288
|
+
basicStatus: 1,
|
|
289
|
+
type: 'line',
|
|
290
|
+
animated: false,
|
|
291
|
+
defaultActiveKey: '1',
|
|
292
|
+
tabBarGutter: '4px',
|
|
293
|
+
tabPosition: 'bottom',
|
|
294
|
+
size: 'default'
|
|
295
|
+
},
|
|
296
|
+
style: {
|
|
297
|
+
width: '100%',
|
|
298
|
+
margin: '0 0 16px 0',
|
|
299
|
+
padding: '20px 20px 20px 20px'
|
|
300
|
+
},
|
|
301
|
+
isContainer: true,
|
|
302
|
+
isBusiObjContainer: false,
|
|
303
|
+
cmdgroup: ['basic'],
|
|
304
|
+
platform: 'pc',
|
|
305
|
+
icon: 'Tabs',
|
|
306
|
+
description: '',
|
|
307
|
+
image: '',
|
|
308
|
+
groupsName: '容器',
|
|
309
|
+
onlyChildren: ['TabPane'],
|
|
310
|
+
setEvents: [],
|
|
311
|
+
isLabelDropBoxChild: false,
|
|
312
|
+
components: [{
|
|
313
|
+
id: 'TabPane_3542895',
|
|
314
|
+
label: '标签子面板',
|
|
315
|
+
compName: 'TabPane',
|
|
316
|
+
type: 'TabPane',
|
|
317
|
+
compType: 0,
|
|
318
|
+
compLib: 'comm',
|
|
319
|
+
props: {
|
|
320
|
+
name: '标签子面板',
|
|
321
|
+
basicStatus: 1,
|
|
322
|
+
tab: '标题1',
|
|
323
|
+
key: '1'
|
|
324
|
+
},
|
|
325
|
+
style: {
|
|
326
|
+
height: 80
|
|
327
|
+
},
|
|
328
|
+
isContainer: true,
|
|
329
|
+
isBusiObjContainer: false,
|
|
330
|
+
cmdgroup: ['basic'],
|
|
331
|
+
platform: 'pc',
|
|
332
|
+
icon: 'TabPane',
|
|
333
|
+
description: '',
|
|
334
|
+
image: '',
|
|
335
|
+
groupsName: '容器',
|
|
336
|
+
onlyRoot: ['Tabs'],
|
|
337
|
+
setEvents: [],
|
|
338
|
+
isLabelDropBoxChild: false,
|
|
339
|
+
components: [],
|
|
340
|
+
path: ['057343', 'View_057343_1', 'Tabs_803186']
|
|
341
|
+
}, {
|
|
342
|
+
id: 'TabPane_682926',
|
|
343
|
+
label: '标签子面板',
|
|
344
|
+
compName: 'TabPane',
|
|
345
|
+
type: 'TabPane',
|
|
346
|
+
compType: 0,
|
|
347
|
+
compLib: 'comm',
|
|
348
|
+
props: {
|
|
349
|
+
name: '标签子面板',
|
|
350
|
+
basicStatus: 1,
|
|
351
|
+
tab: '标题2',
|
|
352
|
+
key: '2'
|
|
353
|
+
},
|
|
354
|
+
style: {
|
|
355
|
+
height: 80
|
|
356
|
+
},
|
|
357
|
+
isContainer: true,
|
|
358
|
+
isBusiObjContainer: false,
|
|
359
|
+
cmdgroup: ['basic'],
|
|
360
|
+
platform: 'pc',
|
|
361
|
+
icon: 'TabPane',
|
|
362
|
+
description: '',
|
|
363
|
+
image: '',
|
|
364
|
+
groupsName: '容器',
|
|
365
|
+
onlyRoot: ['Tabs'],
|
|
366
|
+
setEvents: [],
|
|
367
|
+
isLabelDropBoxChild: false,
|
|
368
|
+
components: [],
|
|
369
|
+
path: ['057343', 'View_057343_1', 'Tabs_803186']
|
|
370
|
+
}],
|
|
371
|
+
path: ['057343', 'View_057343_1']
|
|
372
|
+
}, {
|
|
373
|
+
id: 'Tabs_35703',
|
|
374
|
+
label: '标签页',
|
|
375
|
+
compName: 'Tabs',
|
|
376
|
+
type: 'Tabs',
|
|
377
|
+
compType: 0,
|
|
378
|
+
compLib: 'comm',
|
|
379
|
+
props: {
|
|
380
|
+
name: '标签页',
|
|
381
|
+
basicStatus: 1,
|
|
382
|
+
type: 'line',
|
|
383
|
+
animated: false,
|
|
384
|
+
defaultActiveKey: '1',
|
|
385
|
+
tabBarGutter: '4px',
|
|
386
|
+
tabPosition: 'left',
|
|
387
|
+
size: 'default'
|
|
388
|
+
},
|
|
389
|
+
style: {
|
|
390
|
+
width: '100%',
|
|
391
|
+
margin: '0 0 16px 0',
|
|
392
|
+
padding: '20px 20px 20px 20px'
|
|
393
|
+
},
|
|
394
|
+
isContainer: true,
|
|
395
|
+
isBusiObjContainer: false,
|
|
396
|
+
cmdgroup: ['basic'],
|
|
397
|
+
platform: 'pc',
|
|
398
|
+
icon: 'Tabs',
|
|
399
|
+
description: '',
|
|
400
|
+
image: '',
|
|
401
|
+
groupsName: '容器',
|
|
402
|
+
onlyChildren: ['TabPane'],
|
|
403
|
+
setEvents: [],
|
|
404
|
+
isLabelDropBoxChild: false,
|
|
405
|
+
components: [{
|
|
406
|
+
id: 'TabPane_083081',
|
|
407
|
+
label: '标签子面板',
|
|
408
|
+
compName: 'TabPane',
|
|
409
|
+
type: 'TabPane',
|
|
410
|
+
compType: 0,
|
|
411
|
+
compLib: 'comm',
|
|
412
|
+
props: {
|
|
413
|
+
name: '标签子面板',
|
|
414
|
+
basicStatus: 1,
|
|
415
|
+
tab: '标题1',
|
|
416
|
+
key: '1'
|
|
417
|
+
},
|
|
418
|
+
style: {
|
|
419
|
+
height: 80
|
|
420
|
+
},
|
|
421
|
+
isContainer: true,
|
|
422
|
+
isBusiObjContainer: false,
|
|
423
|
+
cmdgroup: ['basic'],
|
|
424
|
+
platform: 'pc',
|
|
425
|
+
icon: 'TabPane',
|
|
426
|
+
description: '',
|
|
427
|
+
image: '',
|
|
428
|
+
groupsName: '容器',
|
|
429
|
+
onlyRoot: ['Tabs'],
|
|
430
|
+
setEvents: [],
|
|
431
|
+
isLabelDropBoxChild: false,
|
|
432
|
+
components: [],
|
|
433
|
+
path: ['057343', 'View_057343_1', 'Tabs_35703']
|
|
434
|
+
}, {
|
|
435
|
+
id: 'TabPane_5671683',
|
|
436
|
+
label: '标签子面板',
|
|
437
|
+
compName: 'TabPane',
|
|
438
|
+
type: 'TabPane',
|
|
439
|
+
compType: 0,
|
|
440
|
+
compLib: 'comm',
|
|
441
|
+
props: {
|
|
442
|
+
name: '标签子面板',
|
|
443
|
+
basicStatus: 1,
|
|
444
|
+
tab: '标题2',
|
|
445
|
+
key: '2'
|
|
446
|
+
},
|
|
447
|
+
style: {
|
|
448
|
+
height: 80
|
|
449
|
+
},
|
|
450
|
+
isContainer: true,
|
|
451
|
+
isBusiObjContainer: false,
|
|
452
|
+
cmdgroup: ['basic'],
|
|
453
|
+
platform: 'pc',
|
|
454
|
+
icon: 'TabPane',
|
|
455
|
+
description: '',
|
|
456
|
+
image: '',
|
|
457
|
+
groupsName: '容器',
|
|
458
|
+
onlyRoot: ['Tabs'],
|
|
459
|
+
setEvents: [],
|
|
460
|
+
isLabelDropBoxChild: false,
|
|
461
|
+
components: [],
|
|
462
|
+
path: ['057343', 'View_057343_1', 'Tabs_35703']
|
|
463
|
+
}],
|
|
464
|
+
path: ['057343', 'View_057343_1']
|
|
465
|
+
}, {
|
|
466
|
+
id: 'Tabs_758167',
|
|
467
|
+
label: '标签页',
|
|
468
|
+
compName: 'Tabs',
|
|
469
|
+
type: 'Tabs',
|
|
470
|
+
compType: 0,
|
|
471
|
+
compLib: 'comm',
|
|
472
|
+
props: {
|
|
473
|
+
name: '标签页',
|
|
474
|
+
basicStatus: 1,
|
|
475
|
+
type: 'line',
|
|
476
|
+
animated: false,
|
|
477
|
+
defaultActiveKey: '1',
|
|
478
|
+
tabBarGutter: '4px',
|
|
479
|
+
tabPosition: 'right',
|
|
480
|
+
size: 'default'
|
|
481
|
+
},
|
|
482
|
+
style: {
|
|
483
|
+
width: '100%',
|
|
484
|
+
margin: '0 0 16px 0',
|
|
485
|
+
padding: '20px 20px 20px 20px'
|
|
486
|
+
},
|
|
487
|
+
isContainer: true,
|
|
488
|
+
isBusiObjContainer: false,
|
|
489
|
+
cmdgroup: ['basic'],
|
|
490
|
+
platform: 'pc',
|
|
491
|
+
icon: 'Tabs',
|
|
492
|
+
description: '',
|
|
493
|
+
image: '',
|
|
494
|
+
groupsName: '容器',
|
|
495
|
+
onlyChildren: ['TabPane'],
|
|
496
|
+
setEvents: [],
|
|
497
|
+
isLabelDropBoxChild: false,
|
|
498
|
+
components: [{
|
|
499
|
+
id: 'TabPane_85666',
|
|
500
|
+
label: '标签子面板',
|
|
501
|
+
compName: 'TabPane',
|
|
502
|
+
type: 'TabPane',
|
|
503
|
+
compType: 0,
|
|
504
|
+
compLib: 'comm',
|
|
505
|
+
props: {
|
|
506
|
+
name: '标签子面板',
|
|
507
|
+
basicStatus: 1,
|
|
508
|
+
tab: '标题1',
|
|
509
|
+
key: '1'
|
|
510
|
+
},
|
|
511
|
+
style: {
|
|
512
|
+
height: 80
|
|
513
|
+
},
|
|
514
|
+
isContainer: true,
|
|
515
|
+
isBusiObjContainer: false,
|
|
516
|
+
cmdgroup: ['basic'],
|
|
517
|
+
platform: 'pc',
|
|
518
|
+
icon: 'TabPane',
|
|
519
|
+
description: '',
|
|
520
|
+
image: '',
|
|
521
|
+
groupsName: '容器',
|
|
522
|
+
onlyRoot: ['Tabs'],
|
|
523
|
+
setEvents: [],
|
|
524
|
+
isLabelDropBoxChild: false,
|
|
525
|
+
components: [],
|
|
526
|
+
path: ['057343', 'View_057343_1', 'Tabs_758167']
|
|
527
|
+
}, {
|
|
528
|
+
id: 'TabPane_576443',
|
|
529
|
+
label: '标签子面板',
|
|
530
|
+
compName: 'TabPane',
|
|
531
|
+
type: 'TabPane',
|
|
532
|
+
compType: 0,
|
|
533
|
+
compLib: 'comm',
|
|
534
|
+
props: {
|
|
535
|
+
name: '标签子面板',
|
|
536
|
+
basicStatus: 1,
|
|
537
|
+
tab: '标题2',
|
|
538
|
+
key: '2'
|
|
539
|
+
},
|
|
540
|
+
style: {
|
|
541
|
+
height: 80
|
|
542
|
+
},
|
|
543
|
+
isContainer: true,
|
|
544
|
+
isBusiObjContainer: false,
|
|
545
|
+
cmdgroup: ['basic'],
|
|
546
|
+
platform: 'pc',
|
|
547
|
+
icon: 'TabPane',
|
|
548
|
+
description: '',
|
|
549
|
+
image: '',
|
|
550
|
+
groupsName: '容器',
|
|
551
|
+
onlyRoot: ['Tabs'],
|
|
552
|
+
setEvents: [],
|
|
553
|
+
isLabelDropBoxChild: false,
|
|
554
|
+
components: [],
|
|
555
|
+
path: ['057343', 'View_057343_1', 'Tabs_758167']
|
|
556
|
+
}],
|
|
557
|
+
path: ['057343', 'View_057343_1']
|
|
558
|
+
}, {
|
|
559
|
+
id: 'Text_1726476',
|
|
560
|
+
label: '文本',
|
|
561
|
+
compName: 'Text',
|
|
562
|
+
type: 'Text',
|
|
563
|
+
compType: 1,
|
|
564
|
+
compLib: 'custom',
|
|
565
|
+
props: {
|
|
566
|
+
name: '卡片式',
|
|
567
|
+
basicStatus: 1,
|
|
568
|
+
content: '卡片式',
|
|
569
|
+
textType: 'h1',
|
|
570
|
+
showHtml: false
|
|
571
|
+
},
|
|
572
|
+
style: {
|
|
573
|
+
textAlign: 'left',
|
|
574
|
+
fontSize: 32,
|
|
575
|
+
lineHeight: '24px',
|
|
576
|
+
color: '#1c242e',
|
|
577
|
+
backgroundColor: 'rgba(255, 255, 255,0)',
|
|
578
|
+
padding: '0px 0px 0px 0px',
|
|
579
|
+
margin: '24px 24px 24px 24px'
|
|
580
|
+
},
|
|
581
|
+
isContainer: false,
|
|
582
|
+
isBusiObjContainer: false,
|
|
583
|
+
cmdgroup: ['basic'],
|
|
584
|
+
platform: 'pc',
|
|
585
|
+
icon: 'Text',
|
|
586
|
+
isInlineBlock: true,
|
|
587
|
+
setEvents: [],
|
|
588
|
+
description: '',
|
|
589
|
+
image: '',
|
|
590
|
+
groupsName: '通用',
|
|
591
|
+
isLabelDropBoxChild: false,
|
|
592
|
+
components: [],
|
|
593
|
+
path: ['057343', 'View_057343_1']
|
|
594
|
+
}, {
|
|
595
|
+
id: 'Tabs_5075684',
|
|
152
596
|
label: '标签页',
|
|
153
597
|
compName: 'Tabs',
|
|
154
598
|
type: 'Tabs',
|
|
@@ -157,13 +601,12 @@ export var Tabs = {
|
|
|
157
601
|
props: {
|
|
158
602
|
name: '标签页',
|
|
159
603
|
basicStatus: 1,
|
|
160
|
-
type: '
|
|
604
|
+
type: 'card',
|
|
161
605
|
animated: false,
|
|
162
606
|
defaultActiveKey: '1',
|
|
163
607
|
tabBarGutter: '4px',
|
|
164
608
|
tabPosition: 'top',
|
|
165
|
-
size: 'default'
|
|
166
|
-
className: 'fdddd'
|
|
609
|
+
size: 'default'
|
|
167
610
|
},
|
|
168
611
|
style: {
|
|
169
612
|
width: '100%',
|
|
@@ -182,7 +625,7 @@ export var Tabs = {
|
|
|
182
625
|
setEvents: [],
|
|
183
626
|
isLabelDropBoxChild: false,
|
|
184
627
|
components: [{
|
|
185
|
-
id: '
|
|
628
|
+
id: 'TabPane_526344',
|
|
186
629
|
label: '标签子面板',
|
|
187
630
|
compName: 'TabPane',
|
|
188
631
|
type: 'TabPane',
|
|
@@ -195,7 +638,7 @@ export var Tabs = {
|
|
|
195
638
|
key: '1'
|
|
196
639
|
},
|
|
197
640
|
style: {
|
|
198
|
-
|
|
641
|
+
height: 80
|
|
199
642
|
},
|
|
200
643
|
isContainer: true,
|
|
201
644
|
isBusiObjContainer: false,
|
|
@@ -209,9 +652,9 @@ export var Tabs = {
|
|
|
209
652
|
setEvents: [],
|
|
210
653
|
isLabelDropBoxChild: false,
|
|
211
654
|
components: [],
|
|
212
|
-
path: ['
|
|
655
|
+
path: ['057343', 'View_057343_1', 'Tabs_5075684']
|
|
213
656
|
}, {
|
|
214
|
-
id: '
|
|
657
|
+
id: 'TabPane_696377',
|
|
215
658
|
label: '标签子面板',
|
|
216
659
|
compName: 'TabPane',
|
|
217
660
|
type: 'TabPane',
|
|
@@ -224,7 +667,7 @@ export var Tabs = {
|
|
|
224
667
|
key: '2'
|
|
225
668
|
},
|
|
226
669
|
style: {
|
|
227
|
-
|
|
670
|
+
height: 80
|
|
228
671
|
},
|
|
229
672
|
isContainer: true,
|
|
230
673
|
isBusiObjContainer: false,
|
|
@@ -238,11 +681,11 @@ export var Tabs = {
|
|
|
238
681
|
setEvents: [],
|
|
239
682
|
isLabelDropBoxChild: false,
|
|
240
683
|
components: [],
|
|
241
|
-
path: ['
|
|
684
|
+
path: ['057343', 'View_057343_1', 'Tabs_5075684']
|
|
242
685
|
}],
|
|
243
|
-
path: ['
|
|
686
|
+
path: ['057343', 'View_057343_1']
|
|
244
687
|
}, {
|
|
245
|
-
id: '
|
|
688
|
+
id: 'Tabs_803186',
|
|
246
689
|
label: '标签页',
|
|
247
690
|
compName: 'Tabs',
|
|
248
691
|
type: 'Tabs',
|
|
@@ -255,7 +698,193 @@ export var Tabs = {
|
|
|
255
698
|
animated: false,
|
|
256
699
|
defaultActiveKey: '1',
|
|
257
700
|
tabBarGutter: '4px',
|
|
258
|
-
tabPosition: '
|
|
701
|
+
tabPosition: 'bottom',
|
|
702
|
+
size: 'default'
|
|
703
|
+
},
|
|
704
|
+
style: {
|
|
705
|
+
width: '100%',
|
|
706
|
+
margin: '0 0 16px 0',
|
|
707
|
+
padding: '20px 20px 20px 20px'
|
|
708
|
+
},
|
|
709
|
+
isContainer: true,
|
|
710
|
+
isBusiObjContainer: false,
|
|
711
|
+
cmdgroup: ['basic'],
|
|
712
|
+
platform: 'pc',
|
|
713
|
+
icon: 'Tabs',
|
|
714
|
+
description: '',
|
|
715
|
+
image: '',
|
|
716
|
+
groupsName: '容器',
|
|
717
|
+
onlyChildren: ['TabPane'],
|
|
718
|
+
setEvents: [],
|
|
719
|
+
isLabelDropBoxChild: false,
|
|
720
|
+
components: [{
|
|
721
|
+
id: 'TabPane_3542895',
|
|
722
|
+
label: '标签子面板',
|
|
723
|
+
compName: 'TabPane',
|
|
724
|
+
type: 'TabPane',
|
|
725
|
+
compType: 0,
|
|
726
|
+
compLib: 'comm',
|
|
727
|
+
props: {
|
|
728
|
+
name: '标签子面板',
|
|
729
|
+
basicStatus: 1,
|
|
730
|
+
tab: '标题1',
|
|
731
|
+
key: '1'
|
|
732
|
+
},
|
|
733
|
+
style: {
|
|
734
|
+
height: 80
|
|
735
|
+
},
|
|
736
|
+
isContainer: true,
|
|
737
|
+
isBusiObjContainer: false,
|
|
738
|
+
cmdgroup: ['basic'],
|
|
739
|
+
platform: 'pc',
|
|
740
|
+
icon: 'TabPane',
|
|
741
|
+
description: '',
|
|
742
|
+
image: '',
|
|
743
|
+
groupsName: '容器',
|
|
744
|
+
onlyRoot: ['Tabs'],
|
|
745
|
+
setEvents: [],
|
|
746
|
+
isLabelDropBoxChild: false,
|
|
747
|
+
components: [],
|
|
748
|
+
path: ['057343', 'View_057343_1', 'Tabs_803186']
|
|
749
|
+
}, {
|
|
750
|
+
id: 'TabPane_682926',
|
|
751
|
+
label: '标签子面板',
|
|
752
|
+
compName: 'TabPane',
|
|
753
|
+
type: 'TabPane',
|
|
754
|
+
compType: 0,
|
|
755
|
+
compLib: 'comm',
|
|
756
|
+
props: {
|
|
757
|
+
name: '标签子面板',
|
|
758
|
+
basicStatus: 1,
|
|
759
|
+
tab: '标题2',
|
|
760
|
+
key: '2'
|
|
761
|
+
},
|
|
762
|
+
style: {
|
|
763
|
+
height: 80
|
|
764
|
+
},
|
|
765
|
+
isContainer: true,
|
|
766
|
+
isBusiObjContainer: false,
|
|
767
|
+
cmdgroup: ['basic'],
|
|
768
|
+
platform: 'pc',
|
|
769
|
+
icon: 'TabPane',
|
|
770
|
+
description: '',
|
|
771
|
+
image: '',
|
|
772
|
+
groupsName: '容器',
|
|
773
|
+
onlyRoot: ['Tabs'],
|
|
774
|
+
setEvents: [],
|
|
775
|
+
isLabelDropBoxChild: false,
|
|
776
|
+
components: [],
|
|
777
|
+
path: ['057343', 'View_057343_1', 'Tabs_803186']
|
|
778
|
+
}],
|
|
779
|
+
path: ['057343', 'View_057343_1']
|
|
780
|
+
}, {
|
|
781
|
+
id: 'Tabs_35703',
|
|
782
|
+
label: '标签页',
|
|
783
|
+
compName: 'Tabs',
|
|
784
|
+
type: 'Tabs',
|
|
785
|
+
compType: 0,
|
|
786
|
+
compLib: 'comm',
|
|
787
|
+
props: {
|
|
788
|
+
name: '标签页',
|
|
789
|
+
basicStatus: 1,
|
|
790
|
+
type: 'card',
|
|
791
|
+
animated: false,
|
|
792
|
+
defaultActiveKey: '1',
|
|
793
|
+
tabBarGutter: '4px',
|
|
794
|
+
tabPosition: 'left',
|
|
795
|
+
size: 'default'
|
|
796
|
+
},
|
|
797
|
+
style: {
|
|
798
|
+
width: '100%',
|
|
799
|
+
margin: '0 0 16px 0',
|
|
800
|
+
padding: '20px 20px 20px 20px'
|
|
801
|
+
},
|
|
802
|
+
isContainer: true,
|
|
803
|
+
isBusiObjContainer: false,
|
|
804
|
+
cmdgroup: ['basic'],
|
|
805
|
+
platform: 'pc',
|
|
806
|
+
icon: 'Tabs',
|
|
807
|
+
description: '',
|
|
808
|
+
image: '',
|
|
809
|
+
groupsName: '容器',
|
|
810
|
+
onlyChildren: ['TabPane'],
|
|
811
|
+
setEvents: [],
|
|
812
|
+
isLabelDropBoxChild: false,
|
|
813
|
+
components: [{
|
|
814
|
+
id: 'TabPane_083081',
|
|
815
|
+
label: '标签子面板',
|
|
816
|
+
compName: 'TabPane',
|
|
817
|
+
type: 'TabPane',
|
|
818
|
+
compType: 0,
|
|
819
|
+
compLib: 'comm',
|
|
820
|
+
props: {
|
|
821
|
+
name: '标签子面板',
|
|
822
|
+
basicStatus: 1,
|
|
823
|
+
tab: '标题1',
|
|
824
|
+
key: '1'
|
|
825
|
+
},
|
|
826
|
+
style: {
|
|
827
|
+
height: 80
|
|
828
|
+
},
|
|
829
|
+
isContainer: true,
|
|
830
|
+
isBusiObjContainer: false,
|
|
831
|
+
cmdgroup: ['basic'],
|
|
832
|
+
platform: 'pc',
|
|
833
|
+
icon: 'TabPane',
|
|
834
|
+
description: '',
|
|
835
|
+
image: '',
|
|
836
|
+
groupsName: '容器',
|
|
837
|
+
onlyRoot: ['Tabs'],
|
|
838
|
+
setEvents: [],
|
|
839
|
+
isLabelDropBoxChild: false,
|
|
840
|
+
components: [],
|
|
841
|
+
path: ['057343', 'View_057343_1', 'Tabs_35703']
|
|
842
|
+
}, {
|
|
843
|
+
id: 'TabPane_5671683',
|
|
844
|
+
label: '标签子面板',
|
|
845
|
+
compName: 'TabPane',
|
|
846
|
+
type: 'TabPane',
|
|
847
|
+
compType: 0,
|
|
848
|
+
compLib: 'comm',
|
|
849
|
+
props: {
|
|
850
|
+
name: '标签子面板',
|
|
851
|
+
basicStatus: 1,
|
|
852
|
+
tab: '标题2',
|
|
853
|
+
key: '2'
|
|
854
|
+
},
|
|
855
|
+
style: {
|
|
856
|
+
height: 80
|
|
857
|
+
},
|
|
858
|
+
isContainer: true,
|
|
859
|
+
isBusiObjContainer: false,
|
|
860
|
+
cmdgroup: ['basic'],
|
|
861
|
+
platform: 'pc',
|
|
862
|
+
icon: 'TabPane',
|
|
863
|
+
description: '',
|
|
864
|
+
image: '',
|
|
865
|
+
groupsName: '容器',
|
|
866
|
+
onlyRoot: ['Tabs'],
|
|
867
|
+
setEvents: [],
|
|
868
|
+
isLabelDropBoxChild: false,
|
|
869
|
+
components: [],
|
|
870
|
+
path: ['057343', 'View_057343_1', 'Tabs_35703']
|
|
871
|
+
}],
|
|
872
|
+
path: ['057343', 'View_057343_1']
|
|
873
|
+
}, {
|
|
874
|
+
id: 'Tabs_758167',
|
|
875
|
+
label: '标签页',
|
|
876
|
+
compName: 'Tabs',
|
|
877
|
+
type: 'Tabs',
|
|
878
|
+
compType: 0,
|
|
879
|
+
compLib: 'comm',
|
|
880
|
+
props: {
|
|
881
|
+
name: '标签页',
|
|
882
|
+
basicStatus: 1,
|
|
883
|
+
type: 'card',
|
|
884
|
+
animated: false,
|
|
885
|
+
defaultActiveKey: '1',
|
|
886
|
+
tabBarGutter: '4px',
|
|
887
|
+
tabPosition: 'right',
|
|
259
888
|
size: 'default'
|
|
260
889
|
},
|
|
261
890
|
style: {
|
|
@@ -275,7 +904,7 @@ export var Tabs = {
|
|
|
275
904
|
setEvents: [],
|
|
276
905
|
isLabelDropBoxChild: false,
|
|
277
906
|
components: [{
|
|
278
|
-
id: '
|
|
907
|
+
id: 'TabPane_85666',
|
|
279
908
|
label: '标签子面板',
|
|
280
909
|
compName: 'TabPane',
|
|
281
910
|
type: 'TabPane',
|
|
@@ -283,12 +912,12 @@ export var Tabs = {
|
|
|
283
912
|
compLib: 'comm',
|
|
284
913
|
props: {
|
|
285
914
|
name: '标签子面板',
|
|
286
|
-
basicStatus:
|
|
915
|
+
basicStatus: 1,
|
|
287
916
|
tab: '标题1',
|
|
288
917
|
key: '1'
|
|
289
918
|
},
|
|
290
919
|
style: {
|
|
291
|
-
|
|
920
|
+
height: 80
|
|
292
921
|
},
|
|
293
922
|
isContainer: true,
|
|
294
923
|
isBusiObjContainer: false,
|
|
@@ -302,9 +931,9 @@ export var Tabs = {
|
|
|
302
931
|
setEvents: [],
|
|
303
932
|
isLabelDropBoxChild: false,
|
|
304
933
|
components: [],
|
|
305
|
-
path: ['
|
|
934
|
+
path: ['057343', 'View_057343_1', 'Tabs_758167']
|
|
306
935
|
}, {
|
|
307
|
-
id: '
|
|
936
|
+
id: 'TabPane_576443',
|
|
308
937
|
label: '标签子面板',
|
|
309
938
|
compName: 'TabPane',
|
|
310
939
|
type: 'TabPane',
|
|
@@ -317,7 +946,7 @@ export var Tabs = {
|
|
|
317
946
|
key: '2'
|
|
318
947
|
},
|
|
319
948
|
style: {
|
|
320
|
-
|
|
949
|
+
height: 80
|
|
321
950
|
},
|
|
322
951
|
isContainer: true,
|
|
323
952
|
isBusiObjContainer: false,
|
|
@@ -331,8 +960,8 @@ export var Tabs = {
|
|
|
331
960
|
setEvents: [],
|
|
332
961
|
isLabelDropBoxChild: false,
|
|
333
962
|
components: [],
|
|
334
|
-
path: ['
|
|
963
|
+
path: ['057343', 'View_057343_1', 'Tabs_758167']
|
|
335
964
|
}],
|
|
336
|
-
path: ['
|
|
965
|
+
path: ['057343', 'View_057343_1']
|
|
337
966
|
}]
|
|
338
967
|
};
|
|
@@ -10,10 +10,6 @@ export declare const Accordion: {
|
|
|
10
10
|
type: string;
|
|
11
11
|
label: string;
|
|
12
12
|
groupsName: string;
|
|
13
|
-
options: {
|
|
14
|
-
label: string;
|
|
15
|
-
value: string;
|
|
16
|
-
}[];
|
|
17
13
|
};
|
|
18
14
|
fontSize: {
|
|
19
15
|
type: string;
|
|
@@ -40,11 +36,6 @@ export declare const Accordion: {
|
|
|
40
36
|
groupsName: string;
|
|
41
37
|
followTheme: string;
|
|
42
38
|
};
|
|
43
|
-
lineColor: {
|
|
44
|
-
type: string;
|
|
45
|
-
label: string;
|
|
46
|
-
groupsName: string;
|
|
47
|
-
};
|
|
48
39
|
tagSize: {
|
|
49
40
|
type: string;
|
|
50
41
|
label: string;
|
|
@@ -92,7 +83,6 @@ export declare const Accordion: {
|
|
|
92
83
|
fontWeight: string;
|
|
93
84
|
backgroundColor: string;
|
|
94
85
|
titleColor: string;
|
|
95
|
-
lineColor: string;
|
|
96
86
|
tagSize: string;
|
|
97
87
|
tagMargin: string;
|
|
98
88
|
arrowColor: string;
|
|
@@ -176,7 +166,9 @@ export declare const Accordion: {
|
|
|
176
166
|
props: {
|
|
177
167
|
name: string;
|
|
178
168
|
};
|
|
179
|
-
style: {
|
|
169
|
+
style: {
|
|
170
|
+
padding: string;
|
|
171
|
+
};
|
|
180
172
|
isContainer: boolean;
|
|
181
173
|
isBusiObjContainer: boolean;
|
|
182
174
|
cmdgroup: string[];
|
|
@@ -313,6 +305,7 @@ export declare const Accordion: {
|
|
|
313
305
|
name: string;
|
|
314
306
|
};
|
|
315
307
|
style: {
|
|
308
|
+
padding: string;
|
|
316
309
|
textAlign: string;
|
|
317
310
|
lineHeight: string;
|
|
318
311
|
fontSize: number;
|
|
@@ -343,5 +336,70 @@ export declare const Accordion: {
|
|
|
343
336
|
}[];
|
|
344
337
|
path: string[];
|
|
345
338
|
engineApi?: undefined;
|
|
339
|
+
} | {
|
|
340
|
+
id: string;
|
|
341
|
+
label: string;
|
|
342
|
+
compName: string;
|
|
343
|
+
type: string;
|
|
344
|
+
compType: number;
|
|
345
|
+
compLib: string;
|
|
346
|
+
props: {
|
|
347
|
+
name: string;
|
|
348
|
+
visible: number;
|
|
349
|
+
bordered: boolean;
|
|
350
|
+
accordion: boolean;
|
|
351
|
+
data: never[];
|
|
352
|
+
cardIconType: string;
|
|
353
|
+
defaultActiveKey: string[];
|
|
354
|
+
basicStatus?: undefined;
|
|
355
|
+
};
|
|
356
|
+
style: {
|
|
357
|
+
textAlign?: undefined;
|
|
358
|
+
display?: undefined;
|
|
359
|
+
flexDirection?: undefined;
|
|
360
|
+
padding?: undefined;
|
|
361
|
+
width?: undefined;
|
|
362
|
+
backgroundColor?: undefined;
|
|
363
|
+
height?: undefined;
|
|
364
|
+
};
|
|
365
|
+
isContainer: boolean;
|
|
366
|
+
isBusiObjContainer: boolean;
|
|
367
|
+
cmdgroup: string[];
|
|
368
|
+
platform: string;
|
|
369
|
+
description: string;
|
|
370
|
+
image: string;
|
|
371
|
+
groupsName: string;
|
|
372
|
+
icon: string;
|
|
373
|
+
setEvents: never[];
|
|
374
|
+
isLabelDropBoxChild: boolean;
|
|
375
|
+
components: {
|
|
376
|
+
id: string;
|
|
377
|
+
label: string;
|
|
378
|
+
compName: string;
|
|
379
|
+
type: string;
|
|
380
|
+
compType: number;
|
|
381
|
+
compLib: string;
|
|
382
|
+
props: {
|
|
383
|
+
name: string;
|
|
384
|
+
visible: boolean;
|
|
385
|
+
header: string;
|
|
386
|
+
key: string;
|
|
387
|
+
};
|
|
388
|
+
style: {};
|
|
389
|
+
isContainer: boolean;
|
|
390
|
+
isBusiObjContainer: boolean;
|
|
391
|
+
cmdgroup: string[];
|
|
392
|
+
platform: string;
|
|
393
|
+
description: string;
|
|
394
|
+
image: string;
|
|
395
|
+
groupsName: string;
|
|
396
|
+
icon: string;
|
|
397
|
+
setEvents: never[];
|
|
398
|
+
isLabelDropBoxChild: boolean;
|
|
399
|
+
components: never[];
|
|
400
|
+
path: string[];
|
|
401
|
+
}[];
|
|
402
|
+
path: string[];
|
|
403
|
+
engineApi?: undefined;
|
|
346
404
|
})[];
|
|
347
405
|
};
|
|
@@ -9,14 +9,7 @@ export var Accordion = {
|
|
|
9
9
|
lineHeight: {
|
|
10
10
|
type: 'px',
|
|
11
11
|
label: '标题文本行高',
|
|
12
|
-
groupsName: '标题'
|
|
13
|
-
options: [{
|
|
14
|
-
label: 'px',
|
|
15
|
-
value: 'px'
|
|
16
|
-
}, {
|
|
17
|
-
label: '%',
|
|
18
|
-
value: '%'
|
|
19
|
-
}]
|
|
12
|
+
groupsName: '标题'
|
|
20
13
|
},
|
|
21
14
|
fontSize: {
|
|
22
15
|
type: 'px',
|
|
@@ -61,11 +54,11 @@ export var Accordion = {
|
|
|
61
54
|
groupsName: '标题',
|
|
62
55
|
followTheme: '@primary-color'
|
|
63
56
|
},
|
|
64
|
-
lineColor: {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
},
|
|
57
|
+
// lineColor: {
|
|
58
|
+
// type: 'color',
|
|
59
|
+
// label: '分割线颜色',
|
|
60
|
+
// groupsName: '边框',
|
|
61
|
+
// },
|
|
69
62
|
tagSize: {
|
|
70
63
|
type: 'px',
|
|
71
64
|
label: '标题装饰图标尺寸',
|
|
@@ -73,7 +66,7 @@ export var Accordion = {
|
|
|
73
66
|
},
|
|
74
67
|
tagMargin: {
|
|
75
68
|
type: 'px',
|
|
76
|
-
label: '
|
|
69
|
+
label: '标题左外边距',
|
|
77
70
|
groupsName: '标题'
|
|
78
71
|
},
|
|
79
72
|
arrowColor: {
|
|
@@ -108,24 +101,24 @@ export var Accordion = {
|
|
|
108
101
|
title: '折叠面板',
|
|
109
102
|
defaultValue: [{
|
|
110
103
|
textColor: 'rgb(28, 36, 46)',
|
|
111
|
-
lineHeight: '
|
|
112
|
-
fontSize: '
|
|
104
|
+
lineHeight: '25px',
|
|
105
|
+
fontSize: '17px',
|
|
113
106
|
fontWeight: '400',
|
|
114
107
|
backgroundColor: '#fff',
|
|
115
108
|
titleColor: '#47e',
|
|
116
|
-
lineColor: '#f0f0f0',
|
|
109
|
+
// lineColor: '#f0f0f0',
|
|
117
110
|
tagSize: '16px',
|
|
118
|
-
tagMargin: '
|
|
111
|
+
tagMargin: '8px',
|
|
119
112
|
arrowColor: '#cccccc',
|
|
120
113
|
arrowSize: '19px',
|
|
121
114
|
bodyBgColor: '#fff',
|
|
122
|
-
borderColor: '#
|
|
115
|
+
borderColor: '#fff',
|
|
123
116
|
borderRadius: '4px'
|
|
124
117
|
}],
|
|
125
118
|
followThemes: {
|
|
126
119
|
'@primary-color': ['titleColor']
|
|
127
120
|
},
|
|
128
|
-
tpl: ".lcdp-accordion {\n .lcdp-accordion-header{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n background: backgroundColor;\n }\n .lcdp-accordion-header-default-icon{\n height: tagSize;\n background: titleColor;\n margin-right:
|
|
121
|
+
tpl: ".lcdp-accordion {\n .lcdp-accordion-header{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n background: backgroundColor;\n > div {\n margin-left: tagMargin !important;\n }\n }\n .lcdp-accordion-header-icon-left{\n background: titleColor;\n }\n .lcdp-accordion-header-default-icon{\n height: tagSize;\n background: titleColor;\n margin-right: -4px;\n }\n .adm-collapse-arrow svg{\n color: arrowColor;\n width: arrowSize;\n height: arrowSize;\n }\n .adm-list-item-content-main{\n background: bodyBgColor;\n }\n .adm-collapse{\n border-radius: borderRadius;\n border-color: borderColor !important;\n }\n }\n ",
|
|
129
122
|
components: [{
|
|
130
123
|
id: 'Accordion_960849',
|
|
131
124
|
label: '折叠面板',
|
|
@@ -188,7 +181,9 @@ export var Accordion = {
|
|
|
188
181
|
props: {
|
|
189
182
|
name: '内容文本'
|
|
190
183
|
},
|
|
191
|
-
style: {
|
|
184
|
+
style: {
|
|
185
|
+
padding: '11px'
|
|
186
|
+
},
|
|
192
187
|
isContainer: false,
|
|
193
188
|
isBusiObjContainer: false,
|
|
194
189
|
cmdgroup: ['basic'],
|
|
@@ -246,7 +241,9 @@ export var Accordion = {
|
|
|
246
241
|
props: {
|
|
247
242
|
name: '内容文本'
|
|
248
243
|
},
|
|
249
|
-
style: {
|
|
244
|
+
style: {
|
|
245
|
+
padding: '11px'
|
|
246
|
+
},
|
|
250
247
|
isContainer: false,
|
|
251
248
|
isBusiObjContainer: false,
|
|
252
249
|
cmdgroup: ['basic'],
|
|
@@ -367,6 +364,7 @@ export var Accordion = {
|
|
|
367
364
|
name: '内容文本'
|
|
368
365
|
},
|
|
369
366
|
style: {
|
|
367
|
+
padding: '11px',
|
|
370
368
|
textAlign: 'left',
|
|
371
369
|
lineHeight: '24px',
|
|
372
370
|
fontSize: 14,
|
|
@@ -430,6 +428,7 @@ export var Accordion = {
|
|
|
430
428
|
name: '内容文本'
|
|
431
429
|
},
|
|
432
430
|
style: {
|
|
431
|
+
padding: '11px',
|
|
433
432
|
textAlign: 'left',
|
|
434
433
|
lineHeight: '24px',
|
|
435
434
|
fontSize: 14,
|
|
@@ -459,5 +458,86 @@ export var Accordion = {
|
|
|
459
458
|
path: ['769713', 'View_769713_1', 'Accordion_960849']
|
|
460
459
|
}],
|
|
461
460
|
path: ['769713', 'View_769713_1']
|
|
461
|
+
}, {
|
|
462
|
+
id: 'Accordion_666603',
|
|
463
|
+
label: '折叠面板',
|
|
464
|
+
compName: 'Accordion',
|
|
465
|
+
type: 'Accordion',
|
|
466
|
+
compType: 0,
|
|
467
|
+
compLib: '@/components',
|
|
468
|
+
props: {
|
|
469
|
+
name: '折叠面板',
|
|
470
|
+
visible: 1,
|
|
471
|
+
bordered: true,
|
|
472
|
+
accordion: true,
|
|
473
|
+
data: [],
|
|
474
|
+
cardIconType: 'left',
|
|
475
|
+
defaultActiveKey: ['1']
|
|
476
|
+
},
|
|
477
|
+
style: {},
|
|
478
|
+
isContainer: true,
|
|
479
|
+
isBusiObjContainer: false,
|
|
480
|
+
cmdgroup: ['basic'],
|
|
481
|
+
platform: 'h5',
|
|
482
|
+
description: '',
|
|
483
|
+
image: '',
|
|
484
|
+
groupsName: '容器',
|
|
485
|
+
icon: 'Accordion',
|
|
486
|
+
setEvents: [],
|
|
487
|
+
isLabelDropBoxChild: false,
|
|
488
|
+
components: [{
|
|
489
|
+
id: 'AccordionPanel_245519',
|
|
490
|
+
label: '折叠子面板',
|
|
491
|
+
compName: 'AccordionPanel',
|
|
492
|
+
type: 'AccordionPanel',
|
|
493
|
+
compType: 0,
|
|
494
|
+
compLib: '@/components',
|
|
495
|
+
props: {
|
|
496
|
+
name: '折叠子面板',
|
|
497
|
+
visible: true,
|
|
498
|
+
header: '标题1',
|
|
499
|
+
key: '1'
|
|
500
|
+
},
|
|
501
|
+
style: {},
|
|
502
|
+
isContainer: true,
|
|
503
|
+
isBusiObjContainer: false,
|
|
504
|
+
cmdgroup: ['basic'],
|
|
505
|
+
platform: 'h5',
|
|
506
|
+
description: '',
|
|
507
|
+
image: '',
|
|
508
|
+
groupsName: '容器',
|
|
509
|
+
icon: 'Accordion',
|
|
510
|
+
setEvents: [],
|
|
511
|
+
isLabelDropBoxChild: false,
|
|
512
|
+
components: [],
|
|
513
|
+
path: ['181337953', 'View_181337953_1', 'Accordion_666603']
|
|
514
|
+
}, {
|
|
515
|
+
id: 'AccordionPanel_0992',
|
|
516
|
+
label: '折叠子面板',
|
|
517
|
+
compName: 'AccordionPanel',
|
|
518
|
+
type: 'AccordionPanel',
|
|
519
|
+
compType: 0,
|
|
520
|
+
compLib: '@/components',
|
|
521
|
+
props: {
|
|
522
|
+
name: '折叠子面板',
|
|
523
|
+
visible: true,
|
|
524
|
+
header: '标题2',
|
|
525
|
+
key: '2'
|
|
526
|
+
},
|
|
527
|
+
style: {},
|
|
528
|
+
isContainer: true,
|
|
529
|
+
isBusiObjContainer: false,
|
|
530
|
+
cmdgroup: ['basic'],
|
|
531
|
+
platform: 'h5',
|
|
532
|
+
description: '',
|
|
533
|
+
image: '',
|
|
534
|
+
groupsName: '容器',
|
|
535
|
+
icon: 'Accordion',
|
|
536
|
+
setEvents: [],
|
|
537
|
+
isLabelDropBoxChild: false,
|
|
538
|
+
components: [],
|
|
539
|
+
path: ['181337953', 'View_181337953_1', 'Accordion_666603']
|
|
540
|
+
}],
|
|
541
|
+
path: ['181337953', 'View_181337953_1']
|
|
462
542
|
}]
|
|
463
543
|
};
|
package/dist/h5config/DForm.js
CHANGED
|
@@ -178,8 +178,8 @@ export var DForm = {
|
|
|
178
178
|
iconColor: 'rgba(0, 0, 0, 0.45)',
|
|
179
179
|
iconSize: '16px'
|
|
180
180
|
}],
|
|
181
|
-
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 padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n }\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 }\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 }\n .
|
|
182
|
-
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 \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 }\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 }\n .
|
|
181
|
+
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 padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n }\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 }\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 }\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 ",
|
|
182
|
+
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 \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 }\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 }\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 }",
|
|
183
183
|
components: [{
|
|
184
184
|
id: 'DForm_458695',
|
|
185
185
|
label: '表单',
|
|
@@ -106,7 +106,7 @@ export var SearchView = {
|
|
|
106
106
|
followThemes: {
|
|
107
107
|
'@font-size-base': ['fontSize']
|
|
108
108
|
},
|
|
109
|
-
tpl: "\n .alita-search-view-wrap{\n --adm-color-background: backgroundColor;\n padding: paddingValue;\n border: 1PX solid borderColor;\n border-radius: borderRadius;\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 }",
|
|
109
|
+
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 }",
|
|
110
110
|
components: [{
|
|
111
111
|
id: 'SearchView_197467',
|
|
112
112
|
label: '搜索',
|
package/dist/h5config/Table.js
CHANGED
|
@@ -124,7 +124,7 @@ export var Table = {
|
|
|
124
124
|
// fHeadBgColor: '#FAFAFA',
|
|
125
125
|
}],
|
|
126
126
|
|
|
127
|
-
tpl: ".appDynamicTable {\n .table-header{\n font-weight: fontWeight;\n font-size: fontSize;\n color: textColor;\n }\n .ag-header-row{\n font-size: headFontSize;\n }\n .table-body{\n --dynamic-table-header-bg-color: headBgColor;\n --ag-odd-row-background-color: bodyBgColor;\n --dynamic-table-header-color: headTextColor;\n }\n .ag-
|
|
127
|
+
tpl: ".appDynamicTable {\n border-radius: borderRadius;\n .table-header{\n font-weight: fontWeight;\n font-size: fontSize;\n color: textColor;\n }\n .ag-header-row{\n font-size: headFontSize;\n }\n .table-body{\n --dynamic-table-header-bg-color: headBgColor;\n --ag-odd-row-background-color: bodyBgColor;\n --dynamic-table-header-color: headTextColor;\n }\n .ag-theme-segmentation {\n --ag-background-color: bodyBgColor;\n --ag-borders-critical: borderColor;\n --ag-row-border-color: borderColor;\n --ag-header-border-color: borderColor;\n }\n .ag-theme-zebra {\n --ag-background-color: bodyBgColor;\n --ag-odd-row-background-color: zebraBgColor;\n --ag-borders: none;\n --ag-row-border-color: none;\n}\n .ag-theme-border {\n --ag-background-color: bodyBgColor;\n --ag-border-color: borderColor;\n --ag-cell-horizontal-border: solid borderColor;\n}\n }\n",
|
|
128
128
|
// tpl: `
|
|
129
129
|
// .appDynamicTable {
|
|
130
130
|
// .table-body{
|