@cloudbase/weda-ui 3.10.3 → 3.11.1
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-link.js +1 -1
- package/dist/configs/components/wd-progress.d.ts +10 -0
- package/dist/configs/components/wd-progress.js +39 -2
- 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-table.d.ts +1 -1
- package/dist/configs/components/wd-table.js +1 -0
- package/dist/configs/components/wd-top-tab.d.ts +4 -0
- package/dist/configs/components/wd-top-tab.js +7 -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 +765 -2065
- 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 +64 -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 +16 -4
- package/dist/style/index.scss +1 -1
- package/dist/style/weda-ui.min.css +2 -2
- package/dist/web/components/form/location/common/propsConfig.d.ts +1 -1
- 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 +13 -4
- package/dist/web/components/form/uploader/util.d.ts +1 -0
- package/dist/web/components/form/uploader/util.js +28 -0
- package/dist/web/components/form/uploaderFile/uploadFile.h5.js +14 -6
- 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/grid/col.d.ts +2 -2
- 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-progress/wd-progress.js +5 -3
- 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 +42 -15
- package/dist/web/components/wd-table/components/ModalTable/index.js +4 -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/utils/index.js +1 -1
- package/dist/web/components/wd-table/wd-table.js +2 -2
- package/dist/web/utils/isObjectEqual.d.ts +1 -1
- package/dist/web/utils/moment.d.ts +1 -0
- package/dist/web/utils/platform.js +3 -3
- package/dist/web/utils/tool.js +2 -2
- package/package.json +18 -13
- 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,19 @@ 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: '默认支持静态数据查询,启用后可以支持动态加载查询结果',
|
|
545
|
+
display: false,
|
|
552
546
|
}),
|
|
553
547
|
ignoreCase: Type.Boolean({
|
|
554
548
|
title: '搜索时忽略大小写',
|
|
555
549
|
'x-runtime-default': X_RUNTIME_DEFAULT.ignoreCase,
|
|
556
550
|
'x-category': X_CATEGORY.COMMON,
|
|
557
551
|
'x-index': 15,
|
|
552
|
+
display: false,
|
|
558
553
|
}),
|
|
559
554
|
value: Type.String({
|
|
560
555
|
title: '输入值',
|
|
@@ -1090,7 +1085,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1090
1085
|
'x-rules': [
|
|
1091
1086
|
{
|
|
1092
1087
|
message: '请输入合法的图片地址',
|
|
1093
|
-
pattern: '^(((https?)://)|/resources/)[^\\s]+$',
|
|
1088
|
+
pattern: '^(((cloud|https?)://)|/resources/)[^\\s]+$',
|
|
1094
1089
|
},
|
|
1095
1090
|
],
|
|
1096
1091
|
title: '前缀图标',
|
|
@@ -1154,7 +1149,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1154
1149
|
'x-rules': [
|
|
1155
1150
|
{
|
|
1156
1151
|
message: '请输入合法的图片地址',
|
|
1157
|
-
pattern: '^(((https?)://)|/resources/)[^\\s]+$',
|
|
1152
|
+
pattern: '^(((cloud|https?)://)|/resources/)[^\\s]+$',
|
|
1158
1153
|
},
|
|
1159
1154
|
],
|
|
1160
1155
|
title: '后缀图标',
|
|
@@ -1163,23 +1158,63 @@ export const FORM_ITEM_DATA = {
|
|
|
1163
1158
|
'x-index': 162,
|
|
1164
1159
|
'x-category': X_CATEGORY.INPUT_BOX,
|
|
1165
1160
|
}),
|
|
1161
|
+
selectFieldType: Type.Optional(Type.StringEnum({
|
|
1162
|
+
title: '选项展示字段',
|
|
1163
|
+
type: 'string',
|
|
1164
|
+
enum: [
|
|
1165
|
+
{ label: '主列字段', value: 'primary' },
|
|
1166
|
+
{ label: '自定义', value: 'custom' },
|
|
1167
|
+
],
|
|
1168
|
+
'x-runtime-default': 'primary',
|
|
1169
|
+
'x-props': { clearable: true },
|
|
1170
|
+
description: '默认展示主列字段',
|
|
1171
|
+
'x-index': 22,
|
|
1172
|
+
'x-category': X_CATEGORY.COMMON,
|
|
1173
|
+
'x-helper-text': 'PC/H5端生效',
|
|
1174
|
+
'x-linkages': [
|
|
1175
|
+
{
|
|
1176
|
+
type: 'value:visible',
|
|
1177
|
+
target: 'selectFields',
|
|
1178
|
+
condition: '{{$self.value === "custom"}}',
|
|
1179
|
+
},
|
|
1180
|
+
],
|
|
1181
|
+
})),
|
|
1182
|
+
selectFields: Type.Optional(Type.Array(Type.String(), {
|
|
1183
|
+
title: '自定义选择展示字段',
|
|
1184
|
+
type: 'array',
|
|
1185
|
+
'x-props': { clearable: true },
|
|
1186
|
+
'x-index': 23,
|
|
1187
|
+
'x-category': X_CATEGORY.COMMON,
|
|
1188
|
+
'x-component': 'mutilp-data-source-field-select',
|
|
1189
|
+
'x-component-props': {
|
|
1190
|
+
subTitle: '请选择选项展示字段',
|
|
1191
|
+
dataSourceName: '',
|
|
1192
|
+
},
|
|
1193
|
+
})),
|
|
1166
1194
|
enableRelationalRefresh: Type.Boolean({
|
|
1167
1195
|
title: '显示刷新按钮',
|
|
1168
1196
|
description: '点击刷新下拉列表数据',
|
|
1169
1197
|
'x-runtime-default': X_RUNTIME_DEFAULT.enableRelationalRefresh,
|
|
1170
|
-
'x-index':
|
|
1198
|
+
'x-index': 165,
|
|
1171
1199
|
'x-category': X_CATEGORY.COMMON,
|
|
1172
1200
|
}),
|
|
1173
1201
|
enableRelationalSetting: Type.Boolean({
|
|
1174
1202
|
title: '显示设置按钮',
|
|
1175
1203
|
'x-runtime-default': X_RUNTIME_DEFAULT.enableRelationalSetting,
|
|
1176
|
-
'x-index':
|
|
1204
|
+
'x-index': 166,
|
|
1177
1205
|
'x-category': X_CATEGORY.COMMON,
|
|
1178
1206
|
}),
|
|
1207
|
+
enableRelationOptionJump: Type.Boolean({
|
|
1208
|
+
title: '显示下拉选项跳转按钮',
|
|
1209
|
+
'x-runtime-default': X_RUNTIME_DEFAULT.enableAddRelationButton,
|
|
1210
|
+
'x-index': 167,
|
|
1211
|
+
'x-category': X_CATEGORY.COMMON,
|
|
1212
|
+
description: '仅选自自定义展示关联关系字段时,支持配置下拉选项跳转按钮',
|
|
1213
|
+
}),
|
|
1179
1214
|
enableAddRelationButton: Type.Boolean({
|
|
1180
1215
|
title: '显示新建按钮',
|
|
1181
1216
|
'x-runtime-default': X_RUNTIME_DEFAULT.enableAddRelationButton,
|
|
1182
|
-
'x-index':
|
|
1217
|
+
'x-index': 168,
|
|
1183
1218
|
'x-category': X_CATEGORY.COMMON,
|
|
1184
1219
|
'x-linkages': [
|
|
1185
1220
|
{
|
|
@@ -1192,7 +1227,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1192
1227
|
addRelationButtonText: Type.String({
|
|
1193
1228
|
title: '新建按钮文案',
|
|
1194
1229
|
'x-runtime-default': X_RUNTIME_DEFAULT.addRelationButtonText,
|
|
1195
|
-
'x-index':
|
|
1230
|
+
'x-index': 169,
|
|
1196
1231
|
'x-category': X_CATEGORY.COMMON,
|
|
1197
1232
|
}),
|
|
1198
1233
|
extra: Type.String({
|
|
@@ -1409,7 +1444,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1409
1444
|
title: '自定义',
|
|
1410
1445
|
message: '请输入正确格式的内容',
|
|
1411
1446
|
},
|
|
1412
|
-
'x-display': "({'':'自定义','id':'身份证','bankCard':'银行卡','email':'邮箱','num':'数字','cn':'中文','mobile':'
|
|
1447
|
+
'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
1448
|
}), {
|
|
1414
1449
|
title: '校验规则',
|
|
1415
1450
|
'x-runtime-default': X_RUNTIME_DEFAULT.rules,
|
|
@@ -1640,7 +1675,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1640
1675
|
},
|
|
1641
1676
|
{
|
|
1642
1677
|
type: 'value:visible',
|
|
1643
|
-
target: '*(tipBlock,where,enableRelationalSetting,enableRelationalRefresh,enableAddRelationButton)',
|
|
1678
|
+
target: '*(selectFieldType,tipBlock,where,enableRelationalSetting,enableRelationalRefresh,enableAddRelationButton)',
|
|
1644
1679
|
condition: "{{$self.value=='father-son'||$self.value=='related'||$self.value=='many-one'||$self.value=='one-one'||$self.value=='one-one-r'}}",
|
|
1645
1680
|
},
|
|
1646
1681
|
],
|
|
@@ -1678,6 +1713,13 @@ export const FORM_ITEM_DATA = {
|
|
|
1678
1713
|
},
|
|
1679
1714
|
target: 'where',
|
|
1680
1715
|
},
|
|
1716
|
+
{
|
|
1717
|
+
type: 'value:schema',
|
|
1718
|
+
schema: {
|
|
1719
|
+
'x-component-props': '{{{dataSourceName: $self.value}}}',
|
|
1720
|
+
},
|
|
1721
|
+
target: 'selectFields',
|
|
1722
|
+
},
|
|
1681
1723
|
],
|
|
1682
1724
|
'x-category': X_CATEGORY.COMMON,
|
|
1683
1725
|
'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
|
@@ -3244,7 +3244,7 @@ _:-ms-lang(x)::backdrop,
|
|
|
3244
3244
|
visibility: visible;
|
|
3245
3245
|
}
|
|
3246
3246
|
.wd-table__body .wd-tag__text {
|
|
3247
|
-
max-width:
|
|
3247
|
+
max-width: 60px;
|
|
3248
3248
|
}
|
|
3249
3249
|
|
|
3250
3250
|
.wd-table-scroll-wrap.wd-table--status {
|
|
@@ -4050,6 +4050,8 @@ _:-ms-lang(x)::backdrop,
|
|
|
4050
4050
|
color: var(--wd-form-readonly-font-color);
|
|
4051
4051
|
width: 100%;
|
|
4052
4052
|
word-break: break-word;
|
|
4053
|
+
display: flex;
|
|
4054
|
+
align-items: center;
|
|
4053
4055
|
}
|
|
4054
4056
|
.wd-form-item__readonly-web.size-font-sm {
|
|
4055
4057
|
font: var(--wd-typography-body-sm);
|
|
@@ -9395,7 +9397,6 @@ page,
|
|
|
9395
9397
|
font-size: var(--wd-tabs-vertical-heder-item-size);
|
|
9396
9398
|
line-height: calc(var(--wd-space-base) * 6);
|
|
9397
9399
|
color: var(--wd-tabs-vertical-heder-item-color);
|
|
9398
|
-
cursor: pointer;
|
|
9399
9400
|
}
|
|
9400
9401
|
.wd-tabs--vertical > .wd-tabs__header > .wd-tabs__header-item-wrap .wd-tabs__item-icon {
|
|
9401
9402
|
display: flex;
|
|
@@ -9496,6 +9497,14 @@ page,
|
|
|
9496
9497
|
display: block;
|
|
9497
9498
|
}
|
|
9498
9499
|
|
|
9500
|
+
.wd-mp-side-tab-root .wd-tabs__item {
|
|
9501
|
+
cursor: unset;
|
|
9502
|
+
}
|
|
9503
|
+
|
|
9504
|
+
.wd-mp-top-tab-root .wd-tabs__item {
|
|
9505
|
+
cursor: unset;
|
|
9506
|
+
}
|
|
9507
|
+
|
|
9499
9508
|
.wd-form-item.wd-form-item--detail-vertical-right > .wd-form-item-wrap {
|
|
9500
9509
|
align-items: flex-end;
|
|
9501
9510
|
flex-direction: column;
|
|
@@ -10264,7 +10273,7 @@ page,
|
|
|
10264
10273
|
color: var(--wd-tabbar-heder-item-color-hover);
|
|
10265
10274
|
}
|
|
10266
10275
|
.wd-tabbar__item:hover .wd-tabbar__item-text {
|
|
10267
|
-
color:
|
|
10276
|
+
color: inherit;
|
|
10268
10277
|
}
|
|
10269
10278
|
.wd-tabbar__item-text {
|
|
10270
10279
|
text-overflow: ellipsis;
|
|
@@ -10283,7 +10292,7 @@ page,
|
|
|
10283
10292
|
color: var(--wd-tabbar-heder-item-color-selected);
|
|
10284
10293
|
}
|
|
10285
10294
|
.wd-tabbar__item.is-selected .wd-tabbar__item-text {
|
|
10286
|
-
color:
|
|
10295
|
+
color: inherit;
|
|
10287
10296
|
}
|
|
10288
10297
|
.wd-tabbar .wd-link__slot {
|
|
10289
10298
|
width: 100%;
|
|
@@ -10442,6 +10451,7 @@ page,
|
|
|
10442
10451
|
border: none;
|
|
10443
10452
|
border-radius: var(--wd-progress-radius);
|
|
10444
10453
|
color: var(--wd-progress-text-color);
|
|
10454
|
+
flex-grow: 1;
|
|
10445
10455
|
}
|
|
10446
10456
|
.wd-progress__value {
|
|
10447
10457
|
background: var(--wd-progress-color-default);
|
|
@@ -10454,6 +10464,8 @@ page,
|
|
|
10454
10464
|
}
|
|
10455
10465
|
|
|
10456
10466
|
.wd-progress-container {
|
|
10467
|
+
display: flex;
|
|
10468
|
+
align-items: center;
|
|
10457
10469
|
flex-grow: 1;
|
|
10458
10470
|
}
|
|
10459
10471
|
|