@lingxiteam/theme-utils 0.2.4 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/Button.d.ts +0 -1
- package/dist/config/Button.js +0 -1
- package/dist/config/Collapse.js +6 -0
- package/dist/config/Container.js +1 -1
- package/dist/config/Form.d.ts +0 -1
- package/dist/config/Form.js +2 -3
- package/dist/config/Link.js +2 -2
- package/dist/config/Radio.js +1 -1
- package/dist/config/Table.js +6 -6
- package/dist/config/Tabs.js +1 -1
- package/dist/config/Text.js +1 -1
- package/dist/config/Tree.d.ts +6 -0
- package/dist/config/Tree.js +7 -1
- package/dist/h5config/DAddressPicker.js +3 -3
- package/dist/h5config/DCheckbox.js +3 -3
- package/dist/h5config/DForm.js +3 -3
- package/dist/h5config/DMultiplePicker.js +3 -3
- package/dist/h5config/DformDate.js +3 -3
- package/dist/h5config/DformInput.js +3 -3
- package/dist/h5config/DformInputNumber.js +3 -3
- package/dist/h5config/DformPicker.js +3 -3
- package/dist/h5config/DformRadio.js +3 -3
- package/dist/h5config/DformRangePicker.js +3 -3
- package/dist/h5config/DformSelect.js +3 -3
- package/dist/h5config/DformTextArea.js +3 -3
- package/package.json +1 -1
package/dist/config/Button.d.ts
CHANGED
package/dist/config/Button.js
CHANGED
package/dist/config/Collapse.js
CHANGED
package/dist/config/Container.js
CHANGED
package/dist/config/Form.d.ts
CHANGED
package/dist/config/Form.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export var Form = {
|
|
2
2
|
type: 'Form',
|
|
3
3
|
hasPrefixClass: true,
|
|
4
|
-
hasCustomNoPrefixClass: true,
|
|
5
4
|
variable: {
|
|
6
5
|
backgroundColor: {
|
|
7
6
|
type: 'color',
|
|
@@ -88,8 +87,8 @@ export var Form = {
|
|
|
88
87
|
// 下拉单选与下拉复选样式一致
|
|
89
88
|
// 滑动输入条没有边框样式
|
|
90
89
|
// TODO: 树选择器,联级选择器效果待确认
|
|
91
|
-
itemCustomTpl: "\n .
|
|
92
|
-
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n
|
|
90
|
+
itemCustomTpl: ".pcFactory-from-component{\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\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-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 }\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-select.pcfactory-tree-select.ued-treeSelect-wrap {\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.pcfactory-tree-select.ued-treeSelect-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-picker-input > input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-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:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .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 ",
|
|
91
|
+
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n .pcFactory-from-component{\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\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-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 }\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-select.pcfactory-tree-select.ued-treeSelect-wrap {\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.pcfactory-tree-select.ued-treeSelect-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-picker-input > input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-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:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-item, .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-placeholder{\n line-height: 2;\n font-size: fontSize;\n }\n .pcfactory-select-multiple .pcfactory-select-selection-placeholder{\n font-size: fontSize;\n }\n .ued-rateContainer .pcfactory-rate{\n font-size: fontSize;\n }\n .ued-rateContainer-rateText{\n color: textColor;\n font-size: fontSize;\n }\n\n }\n \n }\n \n ",
|
|
93
92
|
components: [{
|
|
94
93
|
id: 'Form_180373',
|
|
95
94
|
label: '表单',
|
package/dist/config/Link.js
CHANGED
|
@@ -19,10 +19,10 @@ export var Link = {
|
|
|
19
19
|
title: '超链接',
|
|
20
20
|
defaultValue: [{
|
|
21
21
|
textColor: '#1890ff',
|
|
22
|
-
lineHeight: '
|
|
22
|
+
lineHeight: '22px',
|
|
23
23
|
fontSize: '14px'
|
|
24
24
|
}],
|
|
25
|
-
tpl: ".ued-link {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n }",
|
|
25
|
+
tpl: ".ued-link {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n }\n .ued-link:hover {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n opacity: 0.6;\n }",
|
|
26
26
|
components: [{
|
|
27
27
|
id: 'Link_610976',
|
|
28
28
|
label: '超链接',
|
package/dist/config/Radio.js
CHANGED
|
@@ -78,7 +78,7 @@ export var Radio = {
|
|
|
78
78
|
radioSeBorderColor: '#47e',
|
|
79
79
|
radioSeBgColor: '#fff'
|
|
80
80
|
}],
|
|
81
|
-
tpl: ".ued-radio-wrap {\n .pcfactory-radio-inner{\n width: radioSize;\n height: radioSize;\n border-color: radioBorderColor;\n background: radioBgColor;\n }\n .pcfactory-radio-checked .pcfactory-radio-inner{\n border-color: radioSeBorderColor;\n background: radioSeBgColor;\n }\n .pcfactory-radio-input:focus+.pcfactory-radio-inner{\n border-color: radioSeBorderColor;\n }\n .pcfactory-radio-wrapper:hover .pcfactory-radio{\n border-color: radioSeBorderColor;\n}\n .pcfactory-radio:hover .pcfactory-radio-inner {\n border-color: radioSeBorderColor;\n }\n .pcfactory-form-item input[type=checkbox]{\n width: radioSize;\n height: radioSize;\n }\n .pcfactory-form-item input[type=radio]{\n width: radioSize;\n height: radioSize;\n }\n .pcfactory-radio-checked .pcfactory-radio-inner:after{\n background: radioSeBorderColor;\n margin-left:0px;\n margin-top:0px;\n top:-
|
|
81
|
+
tpl: ".ued-radio-wrap {\n .pcfactory-radio-inner{\n width: radioSize;\n height: radioSize;\n border-color: radioBorderColor;\n background: radioBgColor;\n }\n .pcfactory-radio-checked .pcfactory-radio-inner{\n border-color: radioSeBorderColor;\n background: radioSeBgColor;\n }\n .pcfactory-radio-input:focus+.pcfactory-radio-inner{\n border-color: radioSeBorderColor;\n }\n .pcfactory-radio-wrapper:hover .pcfactory-radio{\n border-color: radioSeBorderColor;\n}\n .pcfactory-radio:hover .pcfactory-radio-inner {\n border-color: radioSeBorderColor;\n }\n .pcfactory-form-item input[type=checkbox]{\n width: radioSize;\n height: radioSize;\n }\n .pcfactory-form-item input[type=radio]{\n width: radioSize;\n height: radioSize;\n }\n .pcfactory-radio-checked .pcfactory-radio-inner:after{\n background: radioSeBorderColor;\n margin-left:0px;\n margin-top:0px;\n top:-1px;\n left:-1px;\n border-radius: radioSize;\n width: radioSize;\n height: radioSize;\n }\n}",
|
|
82
82
|
components: [{
|
|
83
83
|
id: 'Form_180373',
|
|
84
84
|
label: '表单',
|
package/dist/config/Table.js
CHANGED
|
@@ -143,13 +143,13 @@ export var Table = {
|
|
|
143
143
|
label: '文字对齐方式',
|
|
144
144
|
groupsName: '表头',
|
|
145
145
|
options: [{
|
|
146
|
-
title: '
|
|
146
|
+
title: '左',
|
|
147
147
|
value: 'left'
|
|
148
148
|
}, {
|
|
149
|
-
title: '
|
|
149
|
+
title: '中',
|
|
150
150
|
value: 'center'
|
|
151
151
|
}, {
|
|
152
|
-
title: '
|
|
152
|
+
title: '右',
|
|
153
153
|
value: 'right'
|
|
154
154
|
}]
|
|
155
155
|
},
|
|
@@ -200,13 +200,13 @@ export var Table = {
|
|
|
200
200
|
label: '文字对齐方式',
|
|
201
201
|
groupsName: '内容行',
|
|
202
202
|
options: [{
|
|
203
|
-
title: '
|
|
203
|
+
title: '左',
|
|
204
204
|
value: 'left'
|
|
205
205
|
}, {
|
|
206
|
-
title: '
|
|
206
|
+
title: '中',
|
|
207
207
|
value: 'center'
|
|
208
208
|
}, {
|
|
209
|
-
title: '
|
|
209
|
+
title: '右',
|
|
210
210
|
value: 'right'
|
|
211
211
|
}]
|
|
212
212
|
},
|
package/dist/config/Tabs.js
CHANGED
package/dist/config/Text.js
CHANGED
package/dist/config/Tree.d.ts
CHANGED
|
@@ -21,6 +21,11 @@ export declare const Tree: {
|
|
|
21
21
|
label: string;
|
|
22
22
|
groupsName: string;
|
|
23
23
|
};
|
|
24
|
+
btnWidth: {
|
|
25
|
+
type: string;
|
|
26
|
+
label: string;
|
|
27
|
+
groupsName: string;
|
|
28
|
+
};
|
|
24
29
|
treeTextColor: {
|
|
25
30
|
type: string;
|
|
26
31
|
label: string;
|
|
@@ -55,6 +60,7 @@ export declare const Tree: {
|
|
|
55
60
|
borderRadius: string;
|
|
56
61
|
textColor: string;
|
|
57
62
|
fontSize: string;
|
|
63
|
+
btnWidth: string;
|
|
58
64
|
treeTextColor: string;
|
|
59
65
|
treeFontSize: string;
|
|
60
66
|
treeBgColor: string;
|
package/dist/config/Tree.js
CHANGED
|
@@ -21,6 +21,11 @@ export var Tree = {
|
|
|
21
21
|
label: '文本尺寸',
|
|
22
22
|
groupsName: '搜索框样式'
|
|
23
23
|
},
|
|
24
|
+
btnWidth: {
|
|
25
|
+
type: 'px',
|
|
26
|
+
label: '按钮宽度',
|
|
27
|
+
groupsName: '搜索框样式'
|
|
28
|
+
},
|
|
24
29
|
// treeLineHeight: { type: 'px', label: '树行高', groupsName: '树样式' },
|
|
25
30
|
treeTextColor: {
|
|
26
31
|
type: 'color',
|
|
@@ -57,13 +62,14 @@ export var Tree = {
|
|
|
57
62
|
textColor: '#1c242e',
|
|
58
63
|
fontSize: '14px',
|
|
59
64
|
// treeLineHeight: '2',
|
|
65
|
+
btnWidth: '32px',
|
|
60
66
|
treeTextColor: '#1c242e',
|
|
61
67
|
treeFontSize: '14px',
|
|
62
68
|
treeBgColor: 'rgba(68,119,238,.06)',
|
|
63
69
|
treeLineColor: '#e5e5e5',
|
|
64
70
|
treeIconColor: '#47e'
|
|
65
71
|
}],
|
|
66
|
-
tpl: ".ued-tree-wrap .ued-tree-search .pcfactory-input{\n color: textColor;\n border-color: borderColor;\n font-size:fontSize;\n border-bottom-left-radius: borderRadius;\n border-top-left-radius: borderRadius;\n }\n .ued-tree-wrap .pcfactory-input-search>.pcfactory-input-group>.pcfactory-input-group-addon:last-child .pcfactory-input-search-button{\n height: calc(1.5715* fontSize + 10px);\n border-color: borderColor;\n border-bottom-right-radius: borderRadius;\n border-top-right-radius: borderRadius;\n }\n .ued-tree .ued-tree-tit{\n color: treeTextColor;\n font-size: treeFontSize;\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode .pcfactory-tree-node-content-wrapper.pcfactory-tree-node-selected{\n background-color: treeBgColor\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode span.pcfactory-tree-switcher{\n color: treeIconColor;\n }\n .ued-tree-wrap .pcfactory-tree-show-line .pcfactory-tree-indent-unit:before{\n border-color: treeLineColor;\n }\n .ued-tree-wrap .pcfactory-tree-switcher-leaf-line:before{\n border-color: treeLineColor;\n }\n .ued-tree-wrap .pcfactory-tree-switcher-leaf-line:after{\n border-color: treeLineColor;\n\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode .pcfactory-tree-node-content-wrapper .pcfactory-tree-iconEle .ued-icon.fill-primary{\n fill: treeIconColor;\n color: treeIconColor;\n }",
|
|
72
|
+
tpl: ".ued-tree-wrap .ued-tree-search .pcfactory-input{\n color: textColor;\n border-color: borderColor;\n font-size: fontSize;\n border-bottom-left-radius: borderRadius;\n border-top-left-radius: borderRadius;\n }\n .ued-tree-wrap .pcfactory-input-search>.pcfactory-input-group>.pcfactory-input-group-addon:last-child .pcfactory-input-search-button{\n height: calc(1.5715* fontSize + 10px);\n border-color: borderColor;\n border-bottom-right-radius: borderRadius;\n border-top-right-radius: borderRadius;\n }\n .ued-tree .ued-tree-tit{\n color: treeTextColor;\n font-size: treeFontSize;\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode .pcfactory-tree-node-content-wrapper.pcfactory-tree-node-selected{\n background-color: treeBgColor\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode span.pcfactory-tree-switcher{\n color: treeIconColor;\n }\n .ued-tree-wrap .pcfactory-tree-show-line .pcfactory-tree-indent-unit:before{\n border-color: treeLineColor;\n }\n .ued-tree-wrap .pcfactory-tree-switcher-leaf-line:before{\n border-color: treeLineColor;\n }\n .ued-tree-wrap .pcfactory-tree-switcher-leaf-line:after{\n border-color: treeLineColor;\n\n }\n .ued-tree.pcfactory-tree .pcfactory-tree-treenode .pcfactory-tree-node-content-wrapper .pcfactory-tree-iconEle .ued-icon.fill-primary{\n fill: treeIconColor;\n color: treeIconColor;\n }\n .ued-tree-wrap .pcfactory-input-search>.pcfactory-input-group>.pcfactory-input-group-addon:last-child .pcfactory-input-search-button{\n width: btnWidth;\n }\n .ued-tree-wrap .pcfactory-input-search>.pcfactory-input-group>.pcfactory-input-group-addon:last-child .pcfactory-input-search-button .anticon svg{\n width: fontSize;\n height: fontSize;\n }",
|
|
67
73
|
components: [{
|
|
68
74
|
id: 'Tree_371619',
|
|
69
75
|
label: '树形控件',
|
|
@@ -141,13 +141,13 @@ export var DAddressPicker = {
|
|
|
141
141
|
canEdit: false,
|
|
142
142
|
extendsKey: 'DForm',
|
|
143
143
|
options: [{
|
|
144
|
-
title: '
|
|
144
|
+
title: '左',
|
|
145
145
|
value: 'left'
|
|
146
146
|
}, {
|
|
147
|
-
title: '
|
|
147
|
+
title: '中',
|
|
148
148
|
value: 'center'
|
|
149
149
|
}, {
|
|
150
|
-
title: '
|
|
150
|
+
title: '右',
|
|
151
151
|
value: 'right'
|
|
152
152
|
}]
|
|
153
153
|
}
|
|
@@ -145,13 +145,13 @@ export var DCheckbox = {
|
|
|
145
145
|
canEdit: false,
|
|
146
146
|
extendsKey: 'DForm',
|
|
147
147
|
options: [{
|
|
148
|
-
title: '
|
|
148
|
+
title: '左',
|
|
149
149
|
value: 'left'
|
|
150
150
|
}, {
|
|
151
|
-
title: '
|
|
151
|
+
title: '中',
|
|
152
152
|
value: 'center'
|
|
153
153
|
}, {
|
|
154
|
-
title: '
|
|
154
|
+
title: '右',
|
|
155
155
|
value: 'right'
|
|
156
156
|
}]
|
|
157
157
|
}
|
package/dist/h5config/DForm.js
CHANGED
|
@@ -135,13 +135,13 @@ export var DForm = {
|
|
|
135
135
|
groupsName: '组件',
|
|
136
136
|
desc: '对所有[表单]类型组件生效',
|
|
137
137
|
options: [{
|
|
138
|
-
title: '
|
|
138
|
+
title: '左',
|
|
139
139
|
value: 'left'
|
|
140
140
|
}, {
|
|
141
|
-
title: '
|
|
141
|
+
title: '中',
|
|
142
142
|
value: 'center'
|
|
143
143
|
}, {
|
|
144
|
-
title: '
|
|
144
|
+
title: '右',
|
|
145
145
|
value: 'right'
|
|
146
146
|
}]
|
|
147
147
|
}
|
|
@@ -141,13 +141,13 @@ export var DMultiplePicker = {
|
|
|
141
141
|
canEdit: false,
|
|
142
142
|
extendsKey: 'DForm',
|
|
143
143
|
options: [{
|
|
144
|
-
title: '
|
|
144
|
+
title: '左',
|
|
145
145
|
value: 'left'
|
|
146
146
|
}, {
|
|
147
|
-
title: '
|
|
147
|
+
title: '中',
|
|
148
148
|
value: 'center'
|
|
149
149
|
}, {
|
|
150
|
-
title: '
|
|
150
|
+
title: '右',
|
|
151
151
|
value: 'right'
|
|
152
152
|
}]
|
|
153
153
|
}
|
|
@@ -141,13 +141,13 @@ export var DformDate = {
|
|
|
141
141
|
canEdit: false,
|
|
142
142
|
extendsKey: 'DForm',
|
|
143
143
|
options: [{
|
|
144
|
-
title: '
|
|
144
|
+
title: '左',
|
|
145
145
|
value: 'left'
|
|
146
146
|
}, {
|
|
147
|
-
title: '
|
|
147
|
+
title: '中',
|
|
148
148
|
value: 'center'
|
|
149
149
|
}, {
|
|
150
|
-
title: '
|
|
150
|
+
title: '右',
|
|
151
151
|
value: 'right'
|
|
152
152
|
}]
|
|
153
153
|
}
|
|
@@ -135,13 +135,13 @@ export var DformInput = {
|
|
|
135
135
|
canEdit: false,
|
|
136
136
|
extendsKey: 'DForm',
|
|
137
137
|
options: [{
|
|
138
|
-
title: '
|
|
138
|
+
title: '左',
|
|
139
139
|
value: 'left'
|
|
140
140
|
}, {
|
|
141
|
-
title: '
|
|
141
|
+
title: '中',
|
|
142
142
|
value: 'center'
|
|
143
143
|
}, {
|
|
144
|
-
title: '
|
|
144
|
+
title: '右',
|
|
145
145
|
value: 'right'
|
|
146
146
|
}]
|
|
147
147
|
}
|
|
@@ -125,13 +125,13 @@ export var DformInputNumber = {
|
|
|
125
125
|
canEdit: false,
|
|
126
126
|
extendsKey: 'DForm',
|
|
127
127
|
options: [{
|
|
128
|
-
title: '
|
|
128
|
+
title: '左',
|
|
129
129
|
value: 'left'
|
|
130
130
|
}, {
|
|
131
|
-
title: '
|
|
131
|
+
title: '中',
|
|
132
132
|
value: 'center'
|
|
133
133
|
}, {
|
|
134
|
-
title: '
|
|
134
|
+
title: '右',
|
|
135
135
|
value: 'right'
|
|
136
136
|
}]
|
|
137
137
|
}
|
|
@@ -141,13 +141,13 @@ export var DformPicker = {
|
|
|
141
141
|
canEdit: false,
|
|
142
142
|
extendsKey: 'DForm',
|
|
143
143
|
options: [{
|
|
144
|
-
title: '
|
|
144
|
+
title: '左',
|
|
145
145
|
value: 'left'
|
|
146
146
|
}, {
|
|
147
|
-
title: '
|
|
147
|
+
title: '中',
|
|
148
148
|
value: 'center'
|
|
149
149
|
}, {
|
|
150
|
-
title: '
|
|
150
|
+
title: '右',
|
|
151
151
|
value: 'right'
|
|
152
152
|
}]
|
|
153
153
|
}
|
|
@@ -145,13 +145,13 @@ export var DformRadio = {
|
|
|
145
145
|
canEdit: false,
|
|
146
146
|
extendsKey: 'DForm',
|
|
147
147
|
options: [{
|
|
148
|
-
title: '
|
|
148
|
+
title: '左',
|
|
149
149
|
value: 'left'
|
|
150
150
|
}, {
|
|
151
|
-
title: '
|
|
151
|
+
title: '中',
|
|
152
152
|
value: 'center'
|
|
153
153
|
}, {
|
|
154
|
-
title: '
|
|
154
|
+
title: '右',
|
|
155
155
|
value: 'right'
|
|
156
156
|
}]
|
|
157
157
|
}
|
|
@@ -146,13 +146,13 @@ export var DformRangePicker = {
|
|
|
146
146
|
canEdit: false,
|
|
147
147
|
extendsKey: 'DForm',
|
|
148
148
|
options: [{
|
|
149
|
-
title: '
|
|
149
|
+
title: '左',
|
|
150
150
|
value: 'left'
|
|
151
151
|
}, {
|
|
152
|
-
title: '
|
|
152
|
+
title: '中',
|
|
153
153
|
value: 'center'
|
|
154
154
|
}, {
|
|
155
|
-
title: '
|
|
155
|
+
title: '右',
|
|
156
156
|
value: 'right'
|
|
157
157
|
}]
|
|
158
158
|
}
|
|
@@ -141,13 +141,13 @@ export var DformSelect = {
|
|
|
141
141
|
canEdit: false,
|
|
142
142
|
extendsKey: 'DForm',
|
|
143
143
|
options: [{
|
|
144
|
-
title: '
|
|
144
|
+
title: '左',
|
|
145
145
|
value: 'left'
|
|
146
146
|
}, {
|
|
147
|
-
title: '
|
|
147
|
+
title: '中',
|
|
148
148
|
value: 'center'
|
|
149
149
|
}, {
|
|
150
|
-
title: '
|
|
150
|
+
title: '右',
|
|
151
151
|
value: 'right'
|
|
152
152
|
}]
|
|
153
153
|
}
|
|
@@ -135,13 +135,13 @@ export var DformTextArea = {
|
|
|
135
135
|
canEdit: false,
|
|
136
136
|
extendsKey: 'DForm',
|
|
137
137
|
options: [{
|
|
138
|
-
title: '
|
|
138
|
+
title: '左',
|
|
139
139
|
value: 'left'
|
|
140
140
|
}, {
|
|
141
|
-
title: '
|
|
141
|
+
title: '中',
|
|
142
142
|
value: 'center'
|
|
143
143
|
}, {
|
|
144
|
-
title: '
|
|
144
|
+
title: '右',
|
|
145
145
|
value: 'right'
|
|
146
146
|
}]
|
|
147
147
|
}
|