@cloudbase/weda-ui 3.10.1 → 3.11.0
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/configs/components/button.js +1 -1
- package/dist/configs/components/chart/bar.d.ts +146 -0
- package/dist/configs/components/chart/bar.js +1147 -0
- package/dist/configs/components/dataView.js +0 -16
- package/dist/configs/components/image.js +1 -1
- package/dist/configs/components/listView.js +0 -16
- package/dist/configs/components/lottery.js +1 -1
- package/dist/configs/components/navigationBar.json +1 -1
- package/dist/configs/components/wd-audio.js +1 -1
- package/dist/configs/components/wd-button.js +2 -2
- package/dist/configs/components/wd-icon.js +1 -1
- package/dist/configs/components/wd-image.js +1 -1
- package/dist/configs/components/wd-input-email.d.ts +2 -2
- package/dist/configs/components/wd-input-phone.d.ts +2 -2
- package/dist/configs/components/wd-input-url.d.ts +2 -2
- package/dist/configs/components/wd-layout.js +0 -1
- package/dist/configs/components/wd-link.js +1 -1
- package/dist/configs/components/wd-menu-layout.js +1 -1
- package/dist/configs/components/wd-menu-list.js +1 -1
- package/dist/configs/components/wd-rating.js +2 -2
- package/dist/configs/components/wd-select-multiple.d.ts +23 -0
- package/dist/configs/components/wd-select-multiple.js +26 -1
- package/dist/configs/components/wd-select.d.ts +23 -0
- package/dist/configs/components/wd-select.js +25 -0
- package/dist/configs/components/wd-side-tab.js +2 -2
- package/dist/configs/components/wd-tabbar.js +1 -1
- package/dist/configs/components/wd-table.d.ts +13 -1
- package/dist/configs/components/wd-table.js +34 -0
- package/dist/configs/components/wd-top-tab.js +2 -2
- package/dist/configs/components/wd-upload-image.js +1 -1
- package/dist/configs/components/wedaVideo.js +3 -3
- package/dist/configs/components/wxOpenApi/share.js +1 -1
- package/dist/configs/index.d.ts +4422 -5720
- package/dist/configs/index.js +1 -1
- package/dist/configs/type-utils/type-form.d.ts +6 -0
- package/dist/configs/type-utils/type-form.js +63 -22
- package/dist/configs/type-utils/x-runtime-default.d.ts +1 -0
- package/dist/configs/type-utils/x-runtime-default.js +1 -0
- package/dist/enum/index.js +5 -1
- package/dist/style/index.css +15 -0
- package/dist/style/index.scss +1 -1
- package/dist/style/weda-ui.min.css +2 -2
- package/dist/web/components/form/select/index.css +2 -2
- package/dist/web/components/form/select/request.d.ts +3 -3
- package/dist/web/components/form/select/request.js +1 -0
- package/dist/web/components/form/select/status/index.d.ts +3 -1
- package/dist/web/components/form/select/status/index.js +3 -1
- package/dist/web/components/form/selectMultiple/dropdown-select/index.css +5 -5
- package/dist/web/components/form/uploader/uploader.h5.js +1 -1
- package/dist/web/components/form/uploader/uploader.pc.js +1 -1
- package/dist/web/components/form/uploader/util.d.ts +1 -0
- package/dist/web/components/form/uploader/util.js +2 -1
- package/dist/web/components/form/uploaderFile/uploadFile.h5.js +4 -3
- package/dist/web/components/form/uploaderFile/uploadFile.pc.js +3 -1
- package/dist/web/components/form-date/index.d.ts +1 -1
- package/dist/web/components/form-email/index.d.ts +1 -1
- package/dist/web/components/form-input/index.d.ts +1 -1
- package/dist/web/components/form-input-hooks/index.js +10 -1
- package/dist/web/components/form-input-hooks/validator.d.ts +1 -0
- package/dist/web/components/form-input-hooks/validator.js +6 -2
- package/dist/web/components/form-phone/index.d.ts +1 -1
- package/dist/web/components/form-time/index.d.ts +1 -1
- package/dist/web/components/form-url/index.d.ts +1 -1
- package/dist/web/components/formdetail/index.css +0 -6
- package/dist/web/components/wd-date/elements/Modal.h5.d.ts +2 -0
- package/dist/web/components/wd-date/elements/Modal.h5.js +3 -3
- package/dist/web/components/wd-form/index.js +1 -1
- package/dist/web/components/wd-form-item/wd-form-item-read-only.d.ts +1 -0
- package/dist/web/components/wd-input/wd-input.d.ts +1 -1
- package/dist/web/components/wd-input-email/wd-input-email.d.ts +1 -1
- package/dist/web/components/wd-input-phone/wd-input-phone.d.ts +1 -1
- package/dist/web/components/wd-input-url/wd-input-url.d.ts +1 -1
- package/dist/web/components/wd-menu-list/CommonMenuList.js +1 -1
- package/dist/web/components/wd-menu-list/HorizontalMenuList.js +1 -1
- package/dist/web/components/wd-select/relationSelect/relationSelect.d.ts +4 -0
- package/dist/web/components/wd-select/relationSelect/relationSelect.js +202 -0
- package/dist/web/components/wd-select/{relationalSetting.js → relationSelect/relationalSetting.js} +4 -4
- package/dist/web/components/wd-select/select/index.d.ts +2 -0
- package/dist/web/components/wd-select/select/index.js +8 -0
- package/dist/web/components/wd-select/select/selectUI.d.ts +3 -0
- package/dist/web/components/wd-select/select/selectUI.js +190 -0
- package/dist/web/components/wd-select/style.d.ts +2 -0
- package/dist/web/components/wd-select/style.js +2 -0
- package/dist/web/components/wd-select/wd-select.css +83 -0
- package/dist/web/components/wd-select/wd-select.d.ts +0 -1
- package/dist/web/components/wd-select/wd-select.js +18 -8
- package/dist/web/components/wd-select-multiple/style.d.ts +2 -0
- package/dist/web/components/wd-select-multiple/style.js +2 -0
- package/dist/web/components/wd-select-multiple/wd-select-multiple.css +30 -4
- package/dist/web/components/wd-select-multiple/wd-select-multiple.js +18 -7
- package/dist/web/components/wd-table/components/FieldRender/index.d.ts +7 -4
- package/dist/web/components/wd-table/components/FieldRender/index.js +27 -11
- package/dist/web/components/wd-table/components/ModalTable/index.js +1 -1
- package/dist/web/components/wd-table/components/Table/index.d.ts +4 -2
- package/dist/web/components/wd-table/components/Table/index.js +12 -3
- package/dist/web/components/wd-table/hooks/useChooseList.d.ts +1 -0
- package/dist/web/components/wd-table/hooks/useChooseList.js +55 -26
- package/dist/web/components/wd-table/wd-table.js +8 -3
- package/dist/web/components/wd-textarea/wd-textarea.js +5 -2
- package/dist/web/utils/platform.js +3 -3
- package/package.json +2 -2
- package/dist/configs/components/chart/bar.json +0 -1144
- /package/dist/web/components/wd-select/{relationalSetting.d.ts → relationSelect/relationalSetting.d.ts} +0 -0
package/dist/configs/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import showMessage from './actions/showMessage.json';
|
|
|
31
31
|
import ListView from './components/listView';
|
|
32
32
|
import NavigationBar from './components/navigationBar.json';
|
|
33
33
|
import Line from './components/chart/line';
|
|
34
|
-
import Bar from './components/chart/bar
|
|
34
|
+
import Bar from './components/chart/bar';
|
|
35
35
|
import Pie from './components/chart/pie.json';
|
|
36
36
|
import DataView from './components/dataView';
|
|
37
37
|
import StatisticsCard from './components/chart/statisticsCard.json';
|
|
@@ -125,8 +125,11 @@ export declare const FORM_ITEM_DATA: {
|
|
|
125
125
|
_suffixTypeInSelect: import("@sinclair/typebox").TUnsafe<string>;
|
|
126
126
|
suffixIcon: import("@sinclair/typebox").TUnsafe<string>;
|
|
127
127
|
suffixSrc: import("@sinclair/typebox").TString;
|
|
128
|
+
selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
129
|
+
selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
128
130
|
enableRelationalRefresh: import("@sinclair/typebox").TBoolean;
|
|
129
131
|
enableRelationalSetting: import("@sinclair/typebox").TBoolean;
|
|
132
|
+
enableRelationOptionJump: import("@sinclair/typebox").TBoolean;
|
|
130
133
|
enableAddRelationButton: import("@sinclair/typebox").TBoolean;
|
|
131
134
|
addRelationButtonText: import("@sinclair/typebox").TString;
|
|
132
135
|
extra: import("@sinclair/typebox").TString;
|
|
@@ -537,8 +540,11 @@ export declare const ItemData: import("@sinclair/typebox").TObject<{
|
|
|
537
540
|
_suffixTypeInSelect: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
538
541
|
suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
539
542
|
suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
543
|
+
selectFieldType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
544
|
+
selectFields: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>>;
|
|
540
545
|
enableRelationalRefresh: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
541
546
|
enableRelationalSetting: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
547
|
+
enableRelationOptionJump: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
542
548
|
enableAddRelationButton: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
543
549
|
addRelationButtonText: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
544
550
|
extra: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
@@ -164,7 +164,7 @@ export const FORM_ITEM_DATA = {
|
|
|
164
164
|
'x-rules': [
|
|
165
165
|
{
|
|
166
166
|
message: '请输入合法的图片地址',
|
|
167
|
-
pattern: '^(((https?)://)|/resources/)[^\\s]+$',
|
|
167
|
+
pattern: '^(((cloud|https?)://)|/resources/)[^\\s]+$',
|
|
168
168
|
},
|
|
169
169
|
],
|
|
170
170
|
description: '设置自定义图标地址',
|
|
@@ -205,7 +205,7 @@ export const FORM_ITEM_DATA = {
|
|
|
205
205
|
'x-rules': [
|
|
206
206
|
{
|
|
207
207
|
message: '请输入合法的图片地址',
|
|
208
|
-
pattern: '^(((https?)://)|/resources/)[^\\s]+$',
|
|
208
|
+
pattern: '^(((cloud|https?)://)|/resources/)[^\\s]+$',
|
|
209
209
|
},
|
|
210
210
|
],
|
|
211
211
|
description: '设置自定义图标地址',
|
|
@@ -311,7 +311,7 @@ export const FORM_ITEM_DATA = {
|
|
|
311
311
|
'x-rules': [
|
|
312
312
|
{
|
|
313
313
|
message: '请输入合法的图片地址',
|
|
314
|
-
pattern: '^(((https?)://)|/resources/)[^\\s]+$',
|
|
314
|
+
pattern: '^(((cloud|https?)://)|/resources/)[^\\s]+$',
|
|
315
315
|
},
|
|
316
316
|
],
|
|
317
317
|
description: '设置自定义图标地址',
|
|
@@ -352,7 +352,7 @@ export const FORM_ITEM_DATA = {
|
|
|
352
352
|
'x-rules': [
|
|
353
353
|
{
|
|
354
354
|
message: '请输入合法的图片地址',
|
|
355
|
-
pattern: '^(((https?)://)|/resources/)[^\\s]+$',
|
|
355
|
+
pattern: '^(((cloud|https?)://)|/resources/)[^\\s]+$',
|
|
356
356
|
},
|
|
357
357
|
],
|
|
358
358
|
description: '设置自定义图标地址',
|
|
@@ -537,24 +537,18 @@ export const FORM_ITEM_DATA = {
|
|
|
537
537
|
'x-index': 19,
|
|
538
538
|
}),
|
|
539
539
|
staticSearchable: Type.Boolean({
|
|
540
|
-
title: '
|
|
541
|
-
'x-runtime-default': X_RUNTIME_DEFAULT.staticSearchable,
|
|
540
|
+
title: '启用服务端查询',
|
|
541
|
+
'x-runtime-default': !X_RUNTIME_DEFAULT.staticSearchable,
|
|
542
542
|
'x-category': X_CATEGORY.COMMON,
|
|
543
543
|
'x-index': 14,
|
|
544
|
-
'
|
|
545
|
-
{
|
|
546
|
-
type: 'value:visible',
|
|
547
|
-
target: 'ignoreCase',
|
|
548
|
-
condition: '{{$self.value !== false}}',
|
|
549
|
-
},
|
|
550
|
-
],
|
|
551
|
-
description: '开启后,前端会进行模糊查询,关闭时,可以通过后端进行查询',
|
|
544
|
+
description: '默认支持静态数据查询,启用后可以支持动态加载查询结果',
|
|
552
545
|
}),
|
|
553
546
|
ignoreCase: Type.Boolean({
|
|
554
547
|
title: '搜索时忽略大小写',
|
|
555
548
|
'x-runtime-default': X_RUNTIME_DEFAULT.ignoreCase,
|
|
556
549
|
'x-category': X_CATEGORY.COMMON,
|
|
557
550
|
'x-index': 15,
|
|
551
|
+
display: false,
|
|
558
552
|
}),
|
|
559
553
|
value: Type.String({
|
|
560
554
|
title: '输入值',
|
|
@@ -1090,7 +1084,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1090
1084
|
'x-rules': [
|
|
1091
1085
|
{
|
|
1092
1086
|
message: '请输入合法的图片地址',
|
|
1093
|
-
pattern: '^(((https?)://)|/resources/)[^\\s]+$',
|
|
1087
|
+
pattern: '^(((cloud|https?)://)|/resources/)[^\\s]+$',
|
|
1094
1088
|
},
|
|
1095
1089
|
],
|
|
1096
1090
|
title: '前缀图标',
|
|
@@ -1154,7 +1148,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1154
1148
|
'x-rules': [
|
|
1155
1149
|
{
|
|
1156
1150
|
message: '请输入合法的图片地址',
|
|
1157
|
-
pattern: '^(((https?)://)|/resources/)[^\\s]+$',
|
|
1151
|
+
pattern: '^(((cloud|https?)://)|/resources/)[^\\s]+$',
|
|
1158
1152
|
},
|
|
1159
1153
|
],
|
|
1160
1154
|
title: '后缀图标',
|
|
@@ -1163,23 +1157,63 @@ export const FORM_ITEM_DATA = {
|
|
|
1163
1157
|
'x-index': 162,
|
|
1164
1158
|
'x-category': X_CATEGORY.INPUT_BOX,
|
|
1165
1159
|
}),
|
|
1160
|
+
selectFieldType: Type.Optional(Type.StringEnum({
|
|
1161
|
+
title: '选项展示字段',
|
|
1162
|
+
type: 'string',
|
|
1163
|
+
enum: [
|
|
1164
|
+
{ label: '主列字段', value: 'primary' },
|
|
1165
|
+
{ label: '自定义', value: 'custom' },
|
|
1166
|
+
],
|
|
1167
|
+
'x-runtime-default': 'primary',
|
|
1168
|
+
'x-props': { clearable: true },
|
|
1169
|
+
description: '默认展示主列字段',
|
|
1170
|
+
'x-index': 22,
|
|
1171
|
+
'x-category': X_CATEGORY.COMMON,
|
|
1172
|
+
'x-helper-text': 'PC/H5端生效',
|
|
1173
|
+
'x-linkages': [
|
|
1174
|
+
{
|
|
1175
|
+
type: 'value:visible',
|
|
1176
|
+
target: 'selectFields',
|
|
1177
|
+
condition: '{{$self.value === "custom"}}',
|
|
1178
|
+
},
|
|
1179
|
+
],
|
|
1180
|
+
})),
|
|
1181
|
+
selectFields: Type.Optional(Type.Array(Type.String(), {
|
|
1182
|
+
title: '自定义选择展示字段',
|
|
1183
|
+
type: 'array',
|
|
1184
|
+
'x-props': { clearable: true },
|
|
1185
|
+
'x-index': 23,
|
|
1186
|
+
'x-category': X_CATEGORY.COMMON,
|
|
1187
|
+
'x-component': 'mutilp-data-source-field-select',
|
|
1188
|
+
'x-component-props': {
|
|
1189
|
+
subTitle: '请选择选项展示字段',
|
|
1190
|
+
dataSourceName: '',
|
|
1191
|
+
},
|
|
1192
|
+
})),
|
|
1166
1193
|
enableRelationalRefresh: Type.Boolean({
|
|
1167
1194
|
title: '显示刷新按钮',
|
|
1168
1195
|
description: '点击刷新下拉列表数据',
|
|
1169
1196
|
'x-runtime-default': X_RUNTIME_DEFAULT.enableRelationalRefresh,
|
|
1170
|
-
'x-index':
|
|
1197
|
+
'x-index': 165,
|
|
1171
1198
|
'x-category': X_CATEGORY.COMMON,
|
|
1172
1199
|
}),
|
|
1173
1200
|
enableRelationalSetting: Type.Boolean({
|
|
1174
1201
|
title: '显示设置按钮',
|
|
1175
1202
|
'x-runtime-default': X_RUNTIME_DEFAULT.enableRelationalSetting,
|
|
1176
|
-
'x-index':
|
|
1203
|
+
'x-index': 166,
|
|
1177
1204
|
'x-category': X_CATEGORY.COMMON,
|
|
1178
1205
|
}),
|
|
1206
|
+
enableRelationOptionJump: Type.Boolean({
|
|
1207
|
+
title: '显示下拉选项跳转按钮',
|
|
1208
|
+
'x-runtime-default': X_RUNTIME_DEFAULT.enableAddRelationButton,
|
|
1209
|
+
'x-index': 167,
|
|
1210
|
+
'x-category': X_CATEGORY.COMMON,
|
|
1211
|
+
description: '仅选自自定义展示关联关系字段时,支持配置下拉选项跳转按钮',
|
|
1212
|
+
}),
|
|
1179
1213
|
enableAddRelationButton: Type.Boolean({
|
|
1180
1214
|
title: '显示新建按钮',
|
|
1181
1215
|
'x-runtime-default': X_RUNTIME_DEFAULT.enableAddRelationButton,
|
|
1182
|
-
'x-index':
|
|
1216
|
+
'x-index': 168,
|
|
1183
1217
|
'x-category': X_CATEGORY.COMMON,
|
|
1184
1218
|
'x-linkages': [
|
|
1185
1219
|
{
|
|
@@ -1192,7 +1226,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1192
1226
|
addRelationButtonText: Type.String({
|
|
1193
1227
|
title: '新建按钮文案',
|
|
1194
1228
|
'x-runtime-default': X_RUNTIME_DEFAULT.addRelationButtonText,
|
|
1195
|
-
'x-index':
|
|
1229
|
+
'x-index': 169,
|
|
1196
1230
|
'x-category': X_CATEGORY.COMMON,
|
|
1197
1231
|
}),
|
|
1198
1232
|
extra: Type.String({
|
|
@@ -1409,7 +1443,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1409
1443
|
title: '自定义',
|
|
1410
1444
|
message: '请输入正确格式的内容',
|
|
1411
1445
|
},
|
|
1412
|
-
'x-display': "({'':'自定义','id':'身份证','bankCard':'银行卡','email':'邮箱','num':'数字','cn':'中文','mobile':'
|
|
1446
|
+
'x-display': "({'':'自定义','id':'身份证','bankCard':'银行卡','email':'邮箱','num':'数字','cn':'中文','mobile':'大陆手机号','tel':'固定电话','internationalTel':'通用电话(国内及境外手机号、电话)','url':'网址','carId':'车牌','cnName':'中文名','enName':'英文名','userName':'用户名','address':'地址', 'date':'日期','numVcode':'数字验证码(4-8位)', 'vcode':'其他验证码(4位以上的中英文字符)', 'code':'编码', 'hkMc':'港澳通行证', 'taiWan':'台湾通行证', 'passport':'护照', 'money':'金额'})[this.format] || '自定义'",
|
|
1413
1447
|
}), {
|
|
1414
1448
|
title: '校验规则',
|
|
1415
1449
|
'x-runtime-default': X_RUNTIME_DEFAULT.rules,
|
|
@@ -1640,7 +1674,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1640
1674
|
},
|
|
1641
1675
|
{
|
|
1642
1676
|
type: 'value:visible',
|
|
1643
|
-
target: '*(tipBlock,where,enableRelationalSetting,enableRelationalRefresh,enableAddRelationButton)',
|
|
1677
|
+
target: '*(selectFieldType,tipBlock,where,enableRelationalSetting,enableRelationalRefresh,enableAddRelationButton)',
|
|
1644
1678
|
condition: "{{$self.value=='father-son'||$self.value=='related'||$self.value=='many-one'||$self.value=='one-one'||$self.value=='one-one-r'}}",
|
|
1645
1679
|
},
|
|
1646
1680
|
],
|
|
@@ -1678,6 +1712,13 @@ export const FORM_ITEM_DATA = {
|
|
|
1678
1712
|
},
|
|
1679
1713
|
target: 'where',
|
|
1680
1714
|
},
|
|
1715
|
+
{
|
|
1716
|
+
type: 'value:schema',
|
|
1717
|
+
schema: {
|
|
1718
|
+
'x-component-props': '{{{dataSourceName: $self.value}}}',
|
|
1719
|
+
},
|
|
1720
|
+
target: 'selectFields',
|
|
1721
|
+
},
|
|
1681
1722
|
],
|
|
1682
1723
|
'x-category': X_CATEGORY.COMMON,
|
|
1683
1724
|
'x-platforms': [''],
|
|
@@ -91,6 +91,7 @@ export declare const X_RUNTIME_DEFAULT: {
|
|
|
91
91
|
enableRelationalSetting: boolean;
|
|
92
92
|
enableRelationalRefresh: boolean;
|
|
93
93
|
enableAddRelationButton: boolean;
|
|
94
|
+
enableRelationOptionJump: boolean;
|
|
94
95
|
addRelationButtonText: string;
|
|
95
96
|
_uploadButtonText: string;
|
|
96
97
|
_uploadTipText: string;
|
|
@@ -91,6 +91,7 @@ export const X_RUNTIME_DEFAULT = {
|
|
|
91
91
|
enableRelationalSetting: false,
|
|
92
92
|
enableRelationalRefresh: true,
|
|
93
93
|
enableAddRelationButton: false,
|
|
94
|
+
enableRelationOptionJump: false,
|
|
94
95
|
addRelationButtonText: '去新建',
|
|
95
96
|
_uploadButtonText: '点击上传',
|
|
96
97
|
_uploadTipText: '支持批量上传',
|
package/dist/enum/index.js
CHANGED
|
@@ -694,13 +694,17 @@ export const WD_INPUT_RULES = [
|
|
|
694
694
|
value: 'cn',
|
|
695
695
|
},
|
|
696
696
|
{
|
|
697
|
-
label: '
|
|
697
|
+
label: '大陆手机号',
|
|
698
698
|
value: 'mobile',
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
701
|
label: '固定电话',
|
|
702
702
|
value: 'tel',
|
|
703
703
|
},
|
|
704
|
+
{
|
|
705
|
+
label: '通用电话(国内及境外手机号、电话)',
|
|
706
|
+
value: 'internationalTel',
|
|
707
|
+
},
|
|
704
708
|
{
|
|
705
709
|
label: '网址',
|
|
706
710
|
value: 'url',
|
package/dist/style/index.css
CHANGED
|
@@ -3243,6 +3243,9 @@ _:-ms-lang(x)::backdrop,
|
|
|
3243
3243
|
.wd-table__body tr:hover .wd-text-with-icon .wd-icon {
|
|
3244
3244
|
visibility: visible;
|
|
3245
3245
|
}
|
|
3246
|
+
.wd-table__body .wd-tag__text {
|
|
3247
|
+
max-width: 100px;
|
|
3248
|
+
}
|
|
3246
3249
|
|
|
3247
3250
|
.wd-table-scroll-wrap.wd-table--status {
|
|
3248
3251
|
position: relative;
|
|
@@ -4047,6 +4050,8 @@ _:-ms-lang(x)::backdrop,
|
|
|
4047
4050
|
color: var(--wd-form-readonly-font-color);
|
|
4048
4051
|
width: 100%;
|
|
4049
4052
|
word-break: break-word;
|
|
4053
|
+
display: flex;
|
|
4054
|
+
align-items: center;
|
|
4050
4055
|
}
|
|
4051
4056
|
.wd-form-item__readonly-web.size-font-sm {
|
|
4052
4057
|
font: var(--wd-typography-body-sm);
|
|
@@ -4894,6 +4899,9 @@ textarea {
|
|
|
4894
4899
|
display: flex;
|
|
4895
4900
|
align-items: center;
|
|
4896
4901
|
}
|
|
4902
|
+
.wd-form-input-wrap__content .weui-cell_active:active::after {
|
|
4903
|
+
background-color: unset;
|
|
4904
|
+
}
|
|
4897
4905
|
.wd-form-input-wrap.wd-input-input-search.template.search-box.color-grey.is-pc-bordered {
|
|
4898
4906
|
background-color: #f2f2f2;
|
|
4899
4907
|
border-color: #f2f2f2;
|
|
@@ -6173,6 +6181,10 @@ textarea {
|
|
|
6173
6181
|
cursor: not-allowed;
|
|
6174
6182
|
}
|
|
6175
6183
|
|
|
6184
|
+
.wd-mp-form-item .wd-form-select_input {
|
|
6185
|
+
cursor: unset;
|
|
6186
|
+
}
|
|
6187
|
+
|
|
6176
6188
|
.wd-switch {
|
|
6177
6189
|
--wd-switch-bg-default-checked: var(--wd-color-brand);
|
|
6178
6190
|
--wd-switch-bg-default-checked-disabled: var(--wd-color-brand-disabled);
|
|
@@ -10287,6 +10299,9 @@ page,
|
|
|
10287
10299
|
.wd-mp-tabbar .wd-tabbar__item {
|
|
10288
10300
|
cursor: unset;
|
|
10289
10301
|
}
|
|
10302
|
+
.wd-mp-tabbar .wd-tabbar__item-icon {
|
|
10303
|
+
display: contents;
|
|
10304
|
+
}
|
|
10290
10305
|
|
|
10291
10306
|
.wd-form-obj-root {
|
|
10292
10307
|
display: flex;
|