vxe-table 4.6.19 → 4.6.20
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/es/icon/style.css +1 -1
- package/es/input/src/input.js +8 -6
- package/es/locale/lang/en-US.js +214 -13
- package/es/locale/lang/es-ES.js +215 -14
- package/es/locale/lang/hu-HU.d.ts +2 -0
- package/es/locale/lang/hu-HU.js +672 -0
- package/es/locale/lang/ja-JP.js +218 -17
- package/es/locale/lang/ko-KR.d.ts +2 -0
- package/es/locale/lang/ko-KR.js +674 -0
- package/es/locale/lang/pt-BR.js +214 -13
- package/es/locale/lang/ru-RU.d.ts +2 -0
- package/es/locale/lang/ru-RU.js +674 -0
- package/es/locale/lang/uk-UA.d.ts +2 -0
- package/es/locale/lang/uk-UA.js +674 -0
- package/es/locale/lang/vi-VN.js +674 -0
- package/es/locale/lang/zh-CHT.d.ts +2 -0
- package/es/locale/lang/zh-CHT.js +674 -0
- package/es/locale/lang/zh-CN.js +211 -10
- package/es/locale/lang/zh-HK.js +2 -2
- package/es/locale/lang/zh-MO.js +2 -2
- package/es/locale/lang/zh-TC.js +2 -473
- package/es/locale/lang/zh-TW.js +2 -2
- package/es/modal/src/modal.js +6 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/columnInfo.js +2 -2
- package/es/table/src/table.js +4 -2
- package/es/tools/log.js +1 -1
- package/es/v-x-e-table/index.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +238 -20
- package/lib/index.umd.min.js +1 -1
- package/lib/input/src/input.js +14 -4
- package/lib/input/src/input.min.js +1 -1
- package/lib/locale/lang/en-US.js +214 -13
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +214 -13
- package/lib/locale/lang/es-ES.js +215 -14
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +215 -14
- package/lib/locale/lang/hu-HU.d.ts +2 -0
- package/lib/locale/lang/hu-HU.js +678 -0
- package/lib/locale/lang/hu-HU.min.js +1 -0
- package/lib/locale/lang/hu-HU.umd.js +692 -0
- package/lib/locale/lang/ja-JP.js +218 -17
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +218 -17
- package/lib/locale/lang/ko-KR.d.ts +2 -0
- package/lib/locale/lang/ko-KR.js +680 -0
- package/lib/locale/lang/ko-KR.min.js +1 -0
- package/lib/locale/lang/ko-KR.umd.js +694 -0
- package/lib/locale/lang/pt-BR.js +214 -13
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +214 -13
- package/lib/locale/lang/ru-RU.d.ts +2 -0
- package/lib/locale/lang/ru-RU.js +680 -0
- package/lib/locale/lang/ru-RU.min.js +1 -0
- package/lib/locale/lang/ru-RU.umd.js +694 -0
- package/lib/locale/lang/uk-UA.d.ts +2 -0
- package/lib/locale/lang/uk-UA.js +680 -0
- package/lib/locale/lang/uk-UA.min.js +1 -0
- package/lib/locale/lang/uk-UA.umd.js +694 -0
- package/lib/locale/lang/vi-VN.js +680 -0
- package/lib/locale/lang/vi-VN.min.js +1 -0
- package/lib/locale/lang/zh-CHT.d.ts +2 -0
- package/lib/locale/lang/zh-CHT.js +680 -0
- package/lib/locale/lang/zh-CHT.min.js +1 -0
- package/lib/locale/lang/zh-CHT.umd.js +694 -0
- package/lib/locale/lang/zh-CN.js +211 -10
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +211 -10
- package/lib/locale/lang/zh-HK.js +2 -2
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +7 -477
- package/lib/locale/lang/zh-MO.js +2 -2
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +7 -477
- package/lib/locale/lang/zh-TC.js +3 -473
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +7 -477
- package/lib/locale/lang/zh-TW.js +2 -2
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +7 -477
- package/lib/modal/src/modal.js +5 -0
- package/lib/modal/src/modal.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/columnInfo.js +2 -2
- package/lib/table/src/columnInfo.min.js +1 -1
- package/lib/table/src/table.js +4 -2
- package/lib/table/src/table.min.js +1 -1
- package/lib/tools/log.js +1 -1
- package/lib/tools/log.min.js +1 -1
- package/lib/v-x-e-table/index.js +1 -1
- package/lib/v-x-e-table/index.min.js +1 -1
- package/package.json +2 -2
- package/packages/input/src/input.ts +8 -6
- package/packages/locale/lang/en-US.ts +214 -13
- package/packages/locale/lang/es-ES.ts +215 -14
- package/packages/locale/lang/hu-HU.ts +674 -0
- package/packages/locale/lang/ja-JP.ts +218 -17
- package/packages/locale/lang/ko-KR.ts +676 -0
- package/packages/locale/lang/pt-BR.ts +214 -13
- package/packages/locale/lang/ru-RU.ts +676 -0
- package/packages/locale/lang/uk-UA.ts +676 -0
- package/packages/locale/lang/vi-VN.ts +676 -0
- package/packages/locale/lang/zh-CHT.ts +676 -0
- package/packages/locale/lang/zh-CN.ts +211 -10
- package/packages/locale/lang/zh-HK.ts +2 -2
- package/packages/locale/lang/zh-MO.ts +2 -2
- package/packages/locale/lang/zh-TC.ts +2 -474
- package/packages/locale/lang/zh-TW.ts +2 -2
- package/packages/modal/src/modal.ts +6 -1
- package/packages/table/src/columnInfo.ts +2 -2
- package/packages/table/src/table.ts +4 -2
- package/styles/variable.scss +18 -18
- package/types/v-x-e-table/formats.d.ts +5 -0
- /package/es/icon/style/{iconfont.1726118382121.ttf → iconfont.1727934888345.ttf} +0 -0
- /package/es/icon/style/{iconfont.1726118382121.woff → iconfont.1727934888345.woff} +0 -0
- /package/es/icon/style/{iconfont.1726118382121.woff2 → iconfont.1727934888345.woff2} +0 -0
- /package/es/{iconfont.1726118382121.ttf → iconfont.1727934888345.ttf} +0 -0
- /package/es/{iconfont.1726118382121.woff → iconfont.1727934888345.woff} +0 -0
- /package/es/{iconfont.1726118382121.woff2 → iconfont.1727934888345.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1726118382121.ttf → iconfont.1727934888345.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1726118382121.woff → iconfont.1727934888345.woff} +0 -0
- /package/lib/icon/style/{iconfont.1726118382121.woff2 → iconfont.1727934888345.woff2} +0 -0
- /package/lib/{iconfont.1726118382121.ttf → iconfont.1727934888345.ttf} +0 -0
- /package/lib/{iconfont.1726118382121.woff → iconfont.1727934888345.woff} +0 -0
- /package/lib/{iconfont.1726118382121.woff2 → iconfont.1727934888345.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -2665,7 +2665,7 @@ updateVar();
|
|
|
2665
2665
|
;// CONCATENATED MODULE: ./packages/tools/log.ts
|
|
2666
2666
|
|
|
2667
2667
|
function getLog(message, params) {
|
|
2668
|
-
return `[vxe-table v${"4.6.
|
|
2668
|
+
return `[vxe-table v${"4.6.20"}] ${conf.i18n(message, params)}`;
|
|
2669
2669
|
}
|
|
2670
2670
|
function outLog(type) {
|
|
2671
2671
|
return function (message, params) {
|
|
@@ -2915,12 +2915,12 @@ class ColumnInfo {
|
|
|
2915
2915
|
if (formatter) {
|
|
2916
2916
|
if (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isString(formatter)) {
|
|
2917
2917
|
const gFormatOpts = formats.get(formatter) || (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default())[formatter];
|
|
2918
|
-
if (!gFormatOpts || !external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(gFormatOpts.cellFormatMethod)) {
|
|
2918
|
+
if (!gFormatOpts || !external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(gFormatOpts.tableCellFormatMethod || gFormatOpts.cellFormatMethod)) {
|
|
2919
2919
|
errLog('vxe.error.notFormats', [formatter]);
|
|
2920
2920
|
}
|
|
2921
2921
|
} else if (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isArray(formatter)) {
|
|
2922
2922
|
const gFormatOpts = formats.get(formatter[0]) || (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default())[formatter[0]];
|
|
2923
|
-
if (!gFormatOpts || !external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(gFormatOpts.cellFormatMethod)) {
|
|
2923
|
+
if (!gFormatOpts || !external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(gFormatOpts.tableCellFormatMethod || gFormatOpts.cellFormatMethod)) {
|
|
2924
2924
|
errLog('vxe.error.notFormats', [formatter[0]]);
|
|
2925
2925
|
}
|
|
2926
2926
|
}
|
|
@@ -5085,7 +5085,7 @@ function component(comp) {
|
|
|
5085
5085
|
components[comp.name] = comp;
|
|
5086
5086
|
}
|
|
5087
5087
|
}
|
|
5088
|
-
const version = "4.6.
|
|
5088
|
+
const version = "4.6.20";
|
|
5089
5089
|
const tableVersion = version;
|
|
5090
5090
|
const VXETable = {
|
|
5091
5091
|
v,
|
|
@@ -9083,6 +9083,11 @@ const msgQueue = [];
|
|
|
9083
9083
|
}
|
|
9084
9084
|
});
|
|
9085
9085
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.onMounted)(() => {
|
|
9086
|
+
if (({"NODE_ENV":"production","VUE_APP_VXE_TABLE_ENV":"development","VUE_APP_VXE_TABLE_VERSION":"4.6.20","BASE_URL":"/"}).VUE_APP_VXE_ENV === 'development') {
|
|
9087
|
+
if (props.type === 'modal' && props.showFooter && !(props.showConfirmButton || props.showCancelButton || slots.footer)) {
|
|
9088
|
+
warnLog('vxe.modal.footPropErr');
|
|
9089
|
+
}
|
|
9090
|
+
}
|
|
9086
9091
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)(() => {
|
|
9087
9092
|
if (props.storage && !props.id) {
|
|
9088
9093
|
errLog('vxe.error.reqProp', ['modal.id']);
|
|
@@ -10261,7 +10266,9 @@ const quarterSize = 8;
|
|
|
10261
10266
|
if (!disabled && !readonly && !isDisabledSubtractNumber) {
|
|
10262
10267
|
numberChange(false, evnt);
|
|
10263
10268
|
}
|
|
10264
|
-
inputMethods.dispatchEvent('next-number', {
|
|
10269
|
+
inputMethods.dispatchEvent('next-number', {
|
|
10270
|
+
value: reactData.inputValue
|
|
10271
|
+
}, evnt);
|
|
10265
10272
|
};
|
|
10266
10273
|
const numberDownNextEvent = evnt => {
|
|
10267
10274
|
downbumTimeout = window.setTimeout(() => {
|
|
@@ -10279,7 +10286,9 @@ const quarterSize = 8;
|
|
|
10279
10286
|
if (!disabled && !readonly && !isDisabledAddNumber) {
|
|
10280
10287
|
numberChange(true, evnt);
|
|
10281
10288
|
}
|
|
10282
|
-
inputMethods.dispatchEvent('prev-number', {
|
|
10289
|
+
inputMethods.dispatchEvent('prev-number', {
|
|
10290
|
+
value: reactData.inputValue
|
|
10291
|
+
}, evnt);
|
|
10283
10292
|
};
|
|
10284
10293
|
const numberKeydownEvent = evnt => {
|
|
10285
10294
|
const isUpArrow = hasEventKey(evnt, EVENT_KEYS.ARROW_UP);
|
|
@@ -10385,8 +10394,10 @@ const quarterSize = 8;
|
|
|
10385
10394
|
} = props;
|
|
10386
10395
|
const {
|
|
10387
10396
|
datePanelType,
|
|
10388
|
-
selectMonth
|
|
10397
|
+
selectMonth,
|
|
10398
|
+
inputValue
|
|
10389
10399
|
} = reactData;
|
|
10400
|
+
const value = inputValue;
|
|
10390
10401
|
const isDisabledPrevDateBtn = computeIsDisabledPrevDateBtn.value;
|
|
10391
10402
|
if (!isDisabledPrevDateBtn) {
|
|
10392
10403
|
if (type === 'year') {
|
|
@@ -10407,6 +10418,7 @@ const quarterSize = 8;
|
|
|
10407
10418
|
}
|
|
10408
10419
|
}
|
|
10409
10420
|
inputMethods.dispatchEvent('date-prev', {
|
|
10421
|
+
value,
|
|
10410
10422
|
type
|
|
10411
10423
|
}, evnt);
|
|
10412
10424
|
}
|
|
@@ -10427,8 +10439,10 @@ const quarterSize = 8;
|
|
|
10427
10439
|
} = props;
|
|
10428
10440
|
const {
|
|
10429
10441
|
datePanelType,
|
|
10430
|
-
selectMonth
|
|
10442
|
+
selectMonth,
|
|
10443
|
+
inputValue
|
|
10431
10444
|
} = reactData;
|
|
10445
|
+
const value = inputValue;
|
|
10432
10446
|
const isDisabledNextDateBtn = computeIsDisabledNextDateBtn.value;
|
|
10433
10447
|
if (!isDisabledNextDateBtn) {
|
|
10434
10448
|
if (type === 'year') {
|
|
@@ -10449,6 +10463,7 @@ const quarterSize = 8;
|
|
|
10449
10463
|
}
|
|
10450
10464
|
}
|
|
10451
10465
|
inputMethods.dispatchEvent('date-next', {
|
|
10466
|
+
value,
|
|
10452
10467
|
type
|
|
10453
10468
|
}, evnt);
|
|
10454
10469
|
}
|
|
@@ -28603,10 +28618,12 @@ const sortStorageKey = 'VXE_TABLE_CUSTOM_COLUMN_SORT';
|
|
|
28603
28618
|
};
|
|
28604
28619
|
if (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isString(formatter)) {
|
|
28605
28620
|
const gFormatOpts = VXETable.formats.get(formatter);
|
|
28606
|
-
|
|
28621
|
+
const tcFormatMethod = gFormatOpts ? gFormatOpts.tableCellFormatMethod || gFormatOpts.cellFormatMethod : null;
|
|
28622
|
+
cellLabel = tcFormatMethod ? tcFormatMethod(formatParams) : '';
|
|
28607
28623
|
} else if (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isArray(formatter)) {
|
|
28608
28624
|
const gFormatOpts = VXETable.formats.get(formatter[0]);
|
|
28609
|
-
|
|
28625
|
+
const tcFormatMethod = gFormatOpts ? gFormatOpts.tableCellFormatMethod || gFormatOpts.cellFormatMethod : null;
|
|
28626
|
+
cellLabel = tcFormatMethod ? tcFormatMethod(formatParams, ...formatter.slice(1)) : '';
|
|
28610
28627
|
} else {
|
|
28611
28628
|
cellLabel = formatter(formatParams);
|
|
28612
28629
|
}
|
|
@@ -35756,12 +35773,15 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35756
35773
|
vxe: {
|
|
35757
35774
|
base: {
|
|
35758
35775
|
pleaseInput: '请输入',
|
|
35759
|
-
pleaseSelect: '请选择'
|
|
35776
|
+
pleaseSelect: '请选择',
|
|
35777
|
+
comma: ',',
|
|
35778
|
+
fullStop: '。'
|
|
35760
35779
|
},
|
|
35761
35780
|
loading: {
|
|
35762
35781
|
text: '加载中...'
|
|
35763
35782
|
},
|
|
35764
35783
|
error: {
|
|
35784
|
+
downErr: '下载失败',
|
|
35765
35785
|
groupFixed: '如果使用分组表头,冻结列必须按组设置',
|
|
35766
35786
|
groupMouseRange: '分组表头与 "{0}" 不能同时使用,这可能会出现错误',
|
|
35767
35787
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
@@ -35771,6 +35791,7 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35771
35791
|
useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
|
|
35772
35792
|
barUnableLink: '工具栏无法关联表格',
|
|
35773
35793
|
expandContent: '展开行的插槽应该是 "content",请检查是否正确',
|
|
35794
|
+
reqComp: '缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useGlobal',
|
|
35774
35795
|
reqModule: '缺少 "{0}" 模块',
|
|
35775
35796
|
reqProp: '缺少必要的 "{0}" 参数,这可能会导致出现错误',
|
|
35776
35797
|
emptyProp: '参数 "{0}" 不允许为空',
|
|
@@ -35786,6 +35807,7 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35786
35807
|
notProp: '不支持的参数 "{0}"',
|
|
35787
35808
|
checkProp: '当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',
|
|
35788
35809
|
coverProp: '"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',
|
|
35810
|
+
uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
|
|
35789
35811
|
delFunc: '方法 "{0}" 已废弃,请使用 "{1}"',
|
|
35790
35812
|
delProp: '参数 "{0}" 已废弃,请使用 "{1}"',
|
|
35791
35813
|
delEvent: '事件 "{0}" 已废弃,请使用 "{1}"',
|
|
@@ -35799,7 +35821,8 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35799
35821
|
table: {
|
|
35800
35822
|
emptyText: '暂无数据',
|
|
35801
35823
|
allTitle: '全选/取消',
|
|
35802
|
-
seqTitle: '
|
|
35824
|
+
seqTitle: '序号',
|
|
35825
|
+
actionTitle: '操作',
|
|
35803
35826
|
confirmFilter: '筛选',
|
|
35804
35827
|
resetFilter: '重置',
|
|
35805
35828
|
allFilter: '全部',
|
|
@@ -35814,7 +35837,9 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35814
35837
|
customTitle: '列设置',
|
|
35815
35838
|
customAll: '全部',
|
|
35816
35839
|
customConfirm: '确认',
|
|
35817
|
-
|
|
35840
|
+
customClose: '关闭',
|
|
35841
|
+
customCancel: '取消',
|
|
35842
|
+
customRestore: '恢复默认',
|
|
35818
35843
|
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
35819
35844
|
},
|
|
35820
35845
|
grid: {
|
|
@@ -35833,6 +35858,7 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35833
35858
|
},
|
|
35834
35859
|
pager: {
|
|
35835
35860
|
goto: '前往',
|
|
35861
|
+
gotoTitle: '页数',
|
|
35836
35862
|
pagesize: '{0}条/页',
|
|
35837
35863
|
total: '共 {0} 条记录',
|
|
35838
35864
|
pageClassifier: '页',
|
|
@@ -35870,8 +35896,10 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35870
35896
|
colSort: '排序',
|
|
35871
35897
|
sortHelpTip: '点击并拖动图标可以调整列的排序',
|
|
35872
35898
|
colTitle: '标题',
|
|
35899
|
+
colResizable: '列宽(像素)',
|
|
35873
35900
|
colVisible: '是否显示',
|
|
35874
|
-
colFixed: '
|
|
35901
|
+
colFixed: '冻结列',
|
|
35902
|
+
colFixedMax: '冻结列(最多 {0} 列)',
|
|
35875
35903
|
fixedLeft: '左侧',
|
|
35876
35904
|
fixedUnset: '不设置',
|
|
35877
35905
|
fixedRight: '右侧'
|
|
@@ -35879,14 +35907,17 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35879
35907
|
},
|
|
35880
35908
|
import: {
|
|
35881
35909
|
modes: {
|
|
35882
|
-
covering: '
|
|
35883
|
-
insert: '
|
|
35910
|
+
covering: '覆盖方式(直接覆盖表格数据)',
|
|
35911
|
+
insert: '底部追加(在表格的底部追加新数据)',
|
|
35912
|
+
insertTop: '顶部追加(在表格的顶部追加新数据)',
|
|
35913
|
+
insertBottom: '底部追加(在表格的底部追加新数据)'
|
|
35884
35914
|
},
|
|
35885
35915
|
impTitle: '导入数据',
|
|
35886
35916
|
impFile: '文件名',
|
|
35887
35917
|
impSelect: '选择文件',
|
|
35888
35918
|
impType: '文件类型',
|
|
35889
35919
|
impOpts: '参数设置',
|
|
35920
|
+
impMode: '导入模式',
|
|
35890
35921
|
impConfirm: '导入',
|
|
35891
35922
|
impCancel: '取消'
|
|
35892
35923
|
},
|
|
@@ -35935,9 +35966,13 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
35935
35966
|
expCancel: '取消'
|
|
35936
35967
|
},
|
|
35937
35968
|
modal: {
|
|
35969
|
+
errTitle: '错误提示',
|
|
35970
|
+
zoomMin: '最小化',
|
|
35938
35971
|
zoomIn: '最大化',
|
|
35939
35972
|
zoomOut: '还原',
|
|
35940
|
-
close: '关闭'
|
|
35973
|
+
close: '关闭',
|
|
35974
|
+
miniMaxSize: '最小化窗口的数量不能超过 {0} 个',
|
|
35975
|
+
footPropErr: 'show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用'
|
|
35941
35976
|
},
|
|
35942
35977
|
drawer: {
|
|
35943
35978
|
close: '关闭'
|
|
@@ -36019,11 +36054,194 @@ dynamicApp.component(pulldown.name, pulldown);
|
|
|
36019
36054
|
}
|
|
36020
36055
|
}
|
|
36021
36056
|
},
|
|
36057
|
+
imagePreview: {
|
|
36058
|
+
popupTitle: '预览',
|
|
36059
|
+
operBtn: {
|
|
36060
|
+
zoomOut: '缩小',
|
|
36061
|
+
zoomIn: '放大',
|
|
36062
|
+
pctFull: '等比例缩放',
|
|
36063
|
+
pct11: '显示原始尺寸',
|
|
36064
|
+
rotateLeft: '向左旋转',
|
|
36065
|
+
rotateRight: '向右旋转',
|
|
36066
|
+
print: '点击打印图片',
|
|
36067
|
+
download: '点击下载图片'
|
|
36068
|
+
}
|
|
36069
|
+
},
|
|
36070
|
+
upload: {
|
|
36071
|
+
fileBtnText: '点击或拖拽上传',
|
|
36072
|
+
imgBtnText: '点击或拖拽上传',
|
|
36073
|
+
dragPlaceholder: '请把文件拖放到这个区域即可上传',
|
|
36074
|
+
imgSizeHint: '单张{0}',
|
|
36075
|
+
imgCountHint: '最多{0}张',
|
|
36076
|
+
fileTypeHint: '支持 {0} 文件类型',
|
|
36077
|
+
fileSizeHint: '单个文件大小不超过{0}',
|
|
36078
|
+
fileCountHint: '最多可上传{0}个文件',
|
|
36079
|
+
overCountErr: '最多只能选择{0}个文件!',
|
|
36080
|
+
overCountExtraErr: '已超出最大数量{0}个,超出的{1}个文件将被忽略!',
|
|
36081
|
+
overSizeErr: '文件大小最大不能超过{0}!',
|
|
36082
|
+
reUpload: '重新上传',
|
|
36083
|
+
uploadProgress: '上传中 {0}%',
|
|
36084
|
+
uploadErr: '上传失败',
|
|
36085
|
+
uploadSuccess: '上传成功',
|
|
36086
|
+
moreBtnText: '更多({0})',
|
|
36087
|
+
viewItemTitle: '点击查看',
|
|
36088
|
+
morePopup: {
|
|
36089
|
+
readTitle: '查看列表',
|
|
36090
|
+
imageTitle: '上传图片',
|
|
36091
|
+
fileTitle: '上传文件'
|
|
36092
|
+
}
|
|
36093
|
+
},
|
|
36022
36094
|
formDesign: {
|
|
36095
|
+
formName: '表单名称',
|
|
36096
|
+
defFormTitle: '未命名的表单',
|
|
36097
|
+
widgetPropTab: '控件属性',
|
|
36098
|
+
widgetFormTab: '表单属性',
|
|
36099
|
+
error: {
|
|
36100
|
+
wdFormUni: '该类型的控件在表单中只允许添加一个',
|
|
36101
|
+
wdSubUni: '该类型的控件在子表中只允许添加一个'
|
|
36102
|
+
},
|
|
36103
|
+
styleSetting: {
|
|
36104
|
+
btn: '样式设置',
|
|
36105
|
+
title: '表单的样式设置',
|
|
36106
|
+
layoutTitle: '控件布局',
|
|
36107
|
+
verticalLayout: '上下布局',
|
|
36108
|
+
horizontalLayout: '横向布局',
|
|
36109
|
+
styleTitle: '标题样式',
|
|
36110
|
+
boldTitle: '标题加粗',
|
|
36111
|
+
fontBold: '加粗',
|
|
36112
|
+
fontNormal: '常规',
|
|
36113
|
+
colonTitle: '显示冒号',
|
|
36114
|
+
colonVisible: '显示',
|
|
36115
|
+
colonHidden: '隐藏',
|
|
36116
|
+
alignTitle: '对齐方式',
|
|
36117
|
+
widthTitle: '标题宽度',
|
|
36118
|
+
alignLeft: '居左',
|
|
36119
|
+
alignRight: '居右',
|
|
36120
|
+
unitPx: '像素',
|
|
36121
|
+
unitPct: '百分比'
|
|
36122
|
+
},
|
|
36023
36123
|
widget: {
|
|
36024
|
-
|
|
36025
|
-
|
|
36026
|
-
|
|
36124
|
+
group: {
|
|
36125
|
+
base: '基础控件',
|
|
36126
|
+
layout: '布局控件',
|
|
36127
|
+
system: '系统控件',
|
|
36128
|
+
module: '模块控件',
|
|
36129
|
+
chart: '图表控件',
|
|
36130
|
+
advanced: '高级控件'
|
|
36131
|
+
},
|
|
36132
|
+
copyTitle: '副本_{0}',
|
|
36133
|
+
component: {
|
|
36134
|
+
input: '输入框',
|
|
36135
|
+
textarea: '文本域',
|
|
36136
|
+
select: '下拉选择',
|
|
36137
|
+
row: '一行多列',
|
|
36138
|
+
title: '标题',
|
|
36139
|
+
text: '文本',
|
|
36140
|
+
subtable: '子表',
|
|
36141
|
+
VxeSwitch: '是/否',
|
|
36142
|
+
VxeInput: '输入框',
|
|
36143
|
+
VxeNumberInput: '数字',
|
|
36144
|
+
VxeDatePicker: '日期',
|
|
36145
|
+
VxeTextarea: '文本域',
|
|
36146
|
+
VxeSelect: '下拉选择',
|
|
36147
|
+
VxeTreeSelect: '树形选择',
|
|
36148
|
+
VxeRadioGroup: '单选框',
|
|
36149
|
+
VxeCheckboxGroup: '复选框',
|
|
36150
|
+
VxeUploadFile: '文件',
|
|
36151
|
+
VxeUploadImage: '图片'
|
|
36152
|
+
}
|
|
36153
|
+
},
|
|
36154
|
+
widgetProp: {
|
|
36155
|
+
name: '控件名称',
|
|
36156
|
+
placeholder: '提示语',
|
|
36157
|
+
required: '必填校验',
|
|
36158
|
+
multiple: '允许多选',
|
|
36159
|
+
displaySetting: {
|
|
36160
|
+
name: '显示设置',
|
|
36161
|
+
pc: '电脑端',
|
|
36162
|
+
mobile: '手机端',
|
|
36163
|
+
visible: '显示',
|
|
36164
|
+
hidden: '隐藏'
|
|
36165
|
+
},
|
|
36166
|
+
dataSource: {
|
|
36167
|
+
name: '数据源',
|
|
36168
|
+
defValue: '选项{0}',
|
|
36169
|
+
addOption: '添加选项',
|
|
36170
|
+
batchEditOption: '批量编辑',
|
|
36171
|
+
batchEditTip: '每行对应一个选项,支持从表格、Excel、WPS 中直接复制粘贴。',
|
|
36172
|
+
batchEditSubTip: '每行对应一个选项,如果是分组,子项可以是空格或制表键开头,支持从表格、Excel、WPS 中直接复制粘贴。',
|
|
36173
|
+
buildOption: '生成选项'
|
|
36174
|
+
},
|
|
36175
|
+
rowProp: {
|
|
36176
|
+
colSize: '列数',
|
|
36177
|
+
col2: '两列',
|
|
36178
|
+
col3: '三列',
|
|
36179
|
+
col4: '四列',
|
|
36180
|
+
col6: '六列',
|
|
36181
|
+
layout: '布局'
|
|
36182
|
+
},
|
|
36183
|
+
textProp: {
|
|
36184
|
+
name: '内容',
|
|
36185
|
+
alignTitle: '对齐方式',
|
|
36186
|
+
alignLeft: '居左',
|
|
36187
|
+
alignCenter: '居中',
|
|
36188
|
+
alignRight: '居右',
|
|
36189
|
+
colorTitle: '字体颜色',
|
|
36190
|
+
sizeTitle: '字体大小',
|
|
36191
|
+
boldTitle: '字体加粗',
|
|
36192
|
+
fontNormal: '常规',
|
|
36193
|
+
fontBold: '加粗'
|
|
36194
|
+
},
|
|
36195
|
+
subtableProp: {
|
|
36196
|
+
seqTitle: '序号',
|
|
36197
|
+
showSeq: '显示序号',
|
|
36198
|
+
showCheckbox: '允许多选',
|
|
36199
|
+
errSubDrag: '子表不支持该控件,请使用其他控件',
|
|
36200
|
+
colPlace: '将控件拖拽进来'
|
|
36201
|
+
},
|
|
36202
|
+
uploadProp: {
|
|
36203
|
+
limitFileCount: '文件数量限制',
|
|
36204
|
+
limitFileSize: '文件大小限制',
|
|
36205
|
+
multiFile: '允许上传多个文件',
|
|
36206
|
+
limitImgCount: '图片数量限制',
|
|
36207
|
+
limitImgSize: '图片大小限制',
|
|
36208
|
+
multiImg: '允许上传多张图片'
|
|
36209
|
+
}
|
|
36210
|
+
}
|
|
36211
|
+
},
|
|
36212
|
+
listDesign: {
|
|
36213
|
+
fieldSettingTab: '字段设置',
|
|
36214
|
+
listSettingTab: '参数设置',
|
|
36215
|
+
searchTitle: '查询条件',
|
|
36216
|
+
listTitle: '列表字段',
|
|
36217
|
+
searchField: '查询字段',
|
|
36218
|
+
listField: '列表字段',
|
|
36219
|
+
activeBtn: {
|
|
36220
|
+
ActionButtonUpdate: '编辑',
|
|
36221
|
+
ActionButtonDelete: '删除'
|
|
36222
|
+
},
|
|
36223
|
+
search: {
|
|
36224
|
+
addBtn: '编辑',
|
|
36225
|
+
emptyText: '未配置查询条件',
|
|
36226
|
+
editPopupTitle: '编辑查询字段'
|
|
36227
|
+
},
|
|
36228
|
+
searchPopup: {
|
|
36229
|
+
colTitle: '标题',
|
|
36230
|
+
saveBtn: '保存'
|
|
36231
|
+
}
|
|
36232
|
+
},
|
|
36233
|
+
text: {
|
|
36234
|
+
copySuccess: '已复制到剪贴板',
|
|
36235
|
+
copyError: '当前环境不支持该操作'
|
|
36236
|
+
},
|
|
36237
|
+
countdown: {
|
|
36238
|
+
formats: {
|
|
36239
|
+
yyyy: '年',
|
|
36240
|
+
MM: '月',
|
|
36241
|
+
dd: '天',
|
|
36242
|
+
HH: '时',
|
|
36243
|
+
mm: '分',
|
|
36244
|
+
ss: '秒'
|
|
36027
36245
|
}
|
|
36028
36246
|
},
|
|
36029
36247
|
/**
|