vxe-table 4.7.28 → 4.7.29

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.
Files changed (47) hide show
  1. package/es/locale/lang/en-US.js +148 -8
  2. package/es/locale/lang/es-ES.js +149 -9
  3. package/es/locale/lang/ja-JP.js +149 -9
  4. package/es/locale/lang/pt-BR.js +149 -9
  5. package/es/locale/lang/zh-CN.js +145 -5
  6. package/es/locale/lang/zh-TC.js +149 -9
  7. package/es/table/module/export/hook.js +12 -2
  8. package/es/ui/index.js +2 -2
  9. package/es/ui/src/log.js +1 -1
  10. package/lib/index.umd.js +3 -3
  11. package/lib/index.umd.min.js +1 -1
  12. package/lib/locale/lang/en-US.js +148 -8
  13. package/lib/locale/lang/en-US.min.js +1 -1
  14. package/lib/locale/lang/en-US.umd.js +148 -8
  15. package/lib/locale/lang/es-ES.js +149 -9
  16. package/lib/locale/lang/es-ES.min.js +1 -1
  17. package/lib/locale/lang/es-ES.umd.js +149 -9
  18. package/lib/locale/lang/ja-JP.js +149 -9
  19. package/lib/locale/lang/ja-JP.min.js +1 -1
  20. package/lib/locale/lang/ja-JP.umd.js +149 -9
  21. package/lib/locale/lang/pt-BR.js +149 -9
  22. package/lib/locale/lang/pt-BR.min.js +1 -1
  23. package/lib/locale/lang/pt-BR.umd.js +149 -9
  24. package/lib/locale/lang/zh-CN.js +145 -5
  25. package/lib/locale/lang/zh-CN.min.js +1 -1
  26. package/lib/locale/lang/zh-CN.umd.js +145 -5
  27. package/lib/locale/lang/zh-HK.min.js +1 -1
  28. package/lib/locale/lang/zh-HK.umd.js +149 -9
  29. package/lib/locale/lang/zh-MO.min.js +1 -1
  30. package/lib/locale/lang/zh-MO.umd.js +149 -9
  31. package/lib/locale/lang/zh-TC.js +149 -9
  32. package/lib/locale/lang/zh-TC.min.js +1 -1
  33. package/lib/locale/lang/zh-TC.umd.js +149 -9
  34. package/lib/locale/lang/zh-TW.min.js +1 -1
  35. package/lib/locale/lang/zh-TW.umd.js +149 -9
  36. package/lib/ui/index.js +2 -2
  37. package/lib/ui/index.min.js +1 -1
  38. package/lib/ui/src/log.js +1 -1
  39. package/lib/ui/src/log.min.js +1 -1
  40. package/package.json +2 -2
  41. package/packages/locale/lang/en-US.ts +148 -8
  42. package/packages/locale/lang/es-ES.ts +149 -9
  43. package/packages/locale/lang/ja-JP.ts +149 -9
  44. package/packages/locale/lang/pt-BR.ts +149 -9
  45. package/packages/locale/lang/zh-CN.ts +145 -5
  46. package/packages/locale/lang/zh-TC.ts +149 -9
  47. package/packages/table/module/export/hook.ts +12 -2
@@ -6,7 +6,9 @@ export default {
6
6
  vxe: {
7
7
  base: {
8
8
  pleaseInput: 'Por favor, insira',
9
- pleaseSelect: 'Selecione'
9
+ pleaseSelect: 'Selecione',
10
+ comma: ',',
11
+ fullStop: '.'
10
12
  },
11
13
  loading: {
12
14
  text: 'Carregando...'
@@ -49,7 +51,7 @@ export default {
49
51
  table: {
50
52
  emptyText: 'Sem dados',
51
53
  allTitle: 'Selecionar todos / cancelar',
52
- seqTitle: 'S/N',
54
+ seqTitle: 'N/S',
53
55
  confirmFilter: 'Confirmar',
54
56
  resetFilter: 'Redefinir',
55
57
  allFilter: 'Todos',
@@ -63,8 +65,9 @@ export default {
63
65
  expOriginFilename: 'Exportar_original_{0}',
64
66
  customTitle: 'Configurações de coluna',
65
67
  customAll: 'Todos',
66
- customConfirm: 'Confirmar',
67
- customRestore: 'Redefinir',
68
+ customConfirm: 'Confirm',
69
+ customCancel: 'Cancel',
70
+ customRestore: 'Restore',
68
71
  maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
69
72
  },
70
73
  grid: {
@@ -120,7 +123,8 @@ export default {
120
123
  colSort: 'Sort',
121
124
  sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
122
125
  colTitle: 'Title',
123
- colVisible: 'Visible',
126
+ colResizable: 'Column width (px)',
127
+ colVisible: 'Display',
124
128
  colFixed: 'Freeze columns (Max {0})',
125
129
  fixedLeft: 'Left',
126
130
  fixedUnset: 'Unset',
@@ -185,7 +189,9 @@ export default {
185
189
  expCancel: 'Cancelar'
186
190
  },
187
191
  modal: {
188
- zoomIn: 'Maximizar',
192
+ errTitle: 'Error',
193
+ zoomMin: 'Minimize',
194
+ zoomIn: 'Maximize',
189
195
  zoomOut: 'Restaurar',
190
196
  close: 'Fechar'
191
197
  },
@@ -269,13 +275,147 @@ export default {
269
275
  }
270
276
  }
271
277
  },
278
+ imagePreview: {
279
+ popupTitle: 'Preview',
280
+ operBtn: {
281
+ zoomOut: 'Reduce',
282
+ zoomIn: 'Enlarge',
283
+ pctFull: 'Proportional scaling',
284
+ pct11: 'Show original size',
285
+ rotateLeft: 'Rotate left',
286
+ rotateRight: 'Rotate right',
287
+ print: 'Click to print',
288
+ download: 'Click to download'
289
+ }
290
+ },
291
+ upload: {
292
+ fileBtnText: 'Click or drag',
293
+ imgBtnText: 'Click or drag',
294
+ dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
295
+ imgSizeHint: 'Single {0}',
296
+ imgCountHint: 'Up to {0}',
297
+ fileTypeHint: 'Support {0} file types',
298
+ fileSizeHint: 'Single file size does not exceed {0}',
299
+ fileCountHint: 'Up to {0} file can be uploaded',
300
+ overCountErr: 'You can only choose {0} file!',
301
+ overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
302
+ overSizeErr: 'The size of the file is not more than {0}}!',
303
+ reUpload: 'Re upload',
304
+ uploadProgress: 'Uploading {0}%',
305
+ uploadErr: 'Fail to upload',
306
+ uploadSuccess: 'Successfully upload'
307
+ },
272
308
  formDesign: {
309
+ formName: 'Form name',
310
+ defFormTitle: 'Unnamed form',
311
+ widgetPropTab: 'Field property',
312
+ widgetFormTab: 'Form property',
313
+ styleSetting: {
314
+ btn: 'Style setting',
315
+ title: 'Form style setting',
316
+ layoutTitle: 'Field layout',
317
+ verticalLayout: 'Vertical layout',
318
+ horizontalLayout: 'Horizontal layout',
319
+ styleTitle: 'Title style',
320
+ boldTitle: 'Bold title',
321
+ fontBold: 'Bold',
322
+ fontNormal: 'Normal',
323
+ colonTitle: 'Display colon',
324
+ colonVisible: 'Visible',
325
+ colonHidden: 'Hidden',
326
+ alignTitle: 'Title align',
327
+ widthTitle: 'Title width',
328
+ alignLeft: 'Left',
329
+ alignRight: 'Right',
330
+ unitPx: 'Px',
331
+ unitPct: 'Pct'
332
+ },
273
333
  widget: {
274
- input: 'Input',
275
- textarea: 'Textarea',
276
- select: 'Select'
334
+ group: {
335
+ base: 'Base control',
336
+ layout: 'Layout control',
337
+ advanced: 'Advanced control'
338
+ },
339
+ copyTitle: 'Copy_{0}',
340
+ component: {
341
+ input: 'Input',
342
+ textarea: 'Textarea',
343
+ select: 'Select',
344
+ row: 'Row/column',
345
+ title: 'Text',
346
+ subtable: 'Subtable',
347
+ VxeSwitch: 'Yes/no',
348
+ VxeInput: 'Input',
349
+ VxeNumberInput: 'Number',
350
+ VxeDatePicker: 'Date',
351
+ VxeTextarea: 'Textarea',
352
+ VxeSelect: 'Select',
353
+ VxeRadioGroup: 'Radio',
354
+ VxeCheckboxGroup: 'Checkbox',
355
+ VxeUploadFile: 'File',
356
+ VxeUploadImage: 'Image'
357
+ }
358
+ },
359
+ widgetProp: {
360
+ name: 'Field name',
361
+ placeholder: 'Field placeholder',
362
+ required: 'Required',
363
+ displaySetting: {
364
+ name: 'Display setting',
365
+ pc: 'PC',
366
+ mobile: 'Mobile',
367
+ visible: 'Visible',
368
+ hidden: 'Hidden'
369
+ },
370
+ dataSource: {
371
+ name: 'Data source',
372
+ defValue: 'Option {0}',
373
+ addOption: 'Add option',
374
+ batchEditOption: 'Batch edit',
375
+ batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
376
+ batchEditSubTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.',
377
+ buildOption: 'Build option'
378
+ },
379
+ rowProp: {
380
+ colSize: 'Number of columns',
381
+ col2: 'Two columns',
382
+ col3: 'Three columns',
383
+ col4: 'Four columns',
384
+ col6: 'Six columns',
385
+ layout: 'Layout'
386
+ },
387
+ textProp: {
388
+ name: 'Content',
389
+ alignTitle: 'Align',
390
+ alignLeft: 'Left',
391
+ alignCenter: 'Center',
392
+ alignRight: 'Right',
393
+ colorTitle: 'Color',
394
+ sizeTitle: 'Font size',
395
+ boldTitle: 'Font bold',
396
+ fontNormal: 'Normal',
397
+ fontBold: 'Bold'
398
+ },
399
+ subtableProp: {
400
+ seqTitle: 'S/N',
401
+ showSeq: 'Display serial number',
402
+ showCheckbox: 'Allow multiple selections',
403
+ errSubDrag: 'The sub table does not support this control. Please use another control.'
404
+ },
405
+ uploadProp: {
406
+ limitFileCount: 'File quantity limitation',
407
+ limitFileSize: 'File size limitation',
408
+ multiFile: 'Allows multiple files',
409
+ limitImgCount: 'Image quantity limitation',
410
+ limitImgSize: 'Image size limitation',
411
+ multiImg: 'Allows multiple images'
412
+ }
277
413
  }
278
414
  },
415
+ listDesign: {
416
+ fieldSettingTab: 'Field setting',
417
+ listSettingTab: 'List setting'
418
+ },
279
419
  /**
280
420
  * 扩展插件
281
421
  */
@@ -6,7 +6,9 @@ export default {
6
6
  vxe: {
7
7
  base: {
8
8
  pleaseInput: '请输入',
9
- pleaseSelect: '请选择'
9
+ pleaseSelect: '请选择',
10
+ comma: ',',
11
+ fullStop: '。'
10
12
  },
11
13
  loading: {
12
14
  text: '加载中...'
@@ -64,7 +66,8 @@ export default {
64
66
  customTitle: '列设置',
65
67
  customAll: '全部',
66
68
  customConfirm: '确认',
67
- customRestore: '重置',
69
+ customCancel: '取消',
70
+ customRestore: '恢复默认',
68
71
  maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
69
72
  },
70
73
  grid: {
@@ -120,6 +123,7 @@ export default {
120
123
  colSort: '排序',
121
124
  sortHelpTip: '点击并拖动图标可以调整列的排序',
122
125
  colTitle: '标题',
126
+ colResizable: '列宽(像素)',
123
127
  colVisible: '是否显示',
124
128
  colFixed: '冻结列(最多 {0} 列)',
125
129
  fixedLeft: '左侧',
@@ -185,6 +189,8 @@ export default {
185
189
  expCancel: '取消'
186
190
  },
187
191
  modal: {
192
+ errTitle: '错误提示',
193
+ zoomMin: '最小化',
188
194
  zoomIn: '最大化',
189
195
  zoomOut: '还原',
190
196
  close: '关闭'
@@ -269,13 +275,147 @@ export default {
269
275
  }
270
276
  }
271
277
  },
278
+ imagePreview: {
279
+ popupTitle: '预览',
280
+ operBtn: {
281
+ zoomOut: '缩小',
282
+ zoomIn: '放大',
283
+ pctFull: '等比例缩放',
284
+ pct11: '显示原始尺寸',
285
+ rotateLeft: '向左旋转',
286
+ rotateRight: '向右旋转',
287
+ print: '点击打印图片',
288
+ download: '点击下载图片'
289
+ }
290
+ },
291
+ upload: {
292
+ fileBtnText: '点击或拖拽上传',
293
+ imgBtnText: '点击或拖拽上传',
294
+ dragPlaceholder: '请把文件拖放到这个区域即可上传',
295
+ imgSizeHint: '单张{0}',
296
+ imgCountHint: '最多{0}张',
297
+ fileTypeHint: '支持 {0} 文件类型',
298
+ fileSizeHint: '单个文件大小不超过{0}',
299
+ fileCountHint: '最多可上传{0}个文件',
300
+ overCountErr: '最多只能选择{0}个文件!',
301
+ overCountExtraErr: '已超出最大数量{0}个,超出的{1}个文件将被忽略!',
302
+ overSizeErr: '文件大小最大不能超过{0}!',
303
+ reUpload: '重新上传',
304
+ uploadProgress: '上传中 {0}%',
305
+ uploadErr: '上传失败',
306
+ uploadSuccess: '上传成功'
307
+ },
272
308
  formDesign: {
309
+ formName: '表单名称',
310
+ defFormTitle: '未命名的表单',
311
+ widgetPropTab: '控件属性',
312
+ widgetFormTab: '表单属性',
313
+ styleSetting: {
314
+ btn: '样式设置',
315
+ title: '表单的样式设置',
316
+ layoutTitle: '控件布局',
317
+ verticalLayout: '上下布局',
318
+ horizontalLayout: '横向布局',
319
+ styleTitle: '标题样式',
320
+ boldTitle: '标题加粗',
321
+ fontBold: '加粗',
322
+ fontNormal: '常规',
323
+ colonTitle: '显示冒号',
324
+ colonVisible: '显示',
325
+ colonHidden: '隐藏',
326
+ alignTitle: '对齐方式',
327
+ widthTitle: '标题宽度',
328
+ alignLeft: '居左',
329
+ alignRight: '居右',
330
+ unitPx: '像素',
331
+ unitPct: '百分比'
332
+ },
273
333
  widget: {
274
- input: '输入框',
275
- textarea: '文本域',
276
- select: '下拉框'
334
+ group: {
335
+ base: '基础控件',
336
+ layout: '布局控件',
337
+ advanced: '高级控件'
338
+ },
339
+ copyTitle: '副本_{0}',
340
+ component: {
341
+ input: '输入框',
342
+ textarea: '文本域',
343
+ select: '下拉框',
344
+ row: '一行多列',
345
+ title: '文本',
346
+ subtable: '子表',
347
+ VxeSwitch: '是/否',
348
+ VxeInput: '输入框',
349
+ VxeNumberInput: '数字',
350
+ VxeDatePicker: '日期',
351
+ VxeTextarea: '文本域',
352
+ VxeSelect: '下拉框',
353
+ VxeRadioGroup: '单选框',
354
+ VxeCheckboxGroup: '复选框',
355
+ VxeUploadFile: '文件',
356
+ VxeUploadImage: '图片'
357
+ }
358
+ },
359
+ widgetProp: {
360
+ name: '控件名称',
361
+ placeholder: '提示语',
362
+ required: '必填校验',
363
+ displaySetting: {
364
+ name: '显示设置',
365
+ pc: '电脑端',
366
+ mobile: '手机端',
367
+ visible: '显示',
368
+ hidden: '隐藏'
369
+ },
370
+ dataSource: {
371
+ name: '数据源',
372
+ defValue: '选项{0}',
373
+ addOption: '添加选项',
374
+ batchEditOption: '批量编辑',
375
+ batchEditTip: '每行对应一个选项,支持从表格、Excel、WPS 中直接复制粘贴。',
376
+ batchEditSubTip: '每行对应一个选项,如果是分组,子项可以是空格或制表键开头,支持从表格、Excel、WPS 中直接复制粘贴。',
377
+ buildOption: '生成选项'
378
+ },
379
+ rowProp: {
380
+ colSize: '列数',
381
+ col2: '两列',
382
+ col3: '三列',
383
+ col4: '四列',
384
+ col6: '六列',
385
+ layout: '布局'
386
+ },
387
+ textProp: {
388
+ name: '内容',
389
+ alignTitle: '对齐方式',
390
+ alignLeft: '居左',
391
+ alignCenter: '居中',
392
+ alignRight: '居右',
393
+ colorTitle: '字体颜色',
394
+ sizeTitle: '字体大小',
395
+ boldTitle: '字体加粗',
396
+ fontNormal: '常规',
397
+ fontBold: '加粗'
398
+ },
399
+ subtableProp: {
400
+ seqTitle: '序号',
401
+ showSeq: '显示序号',
402
+ showCheckbox: '允许多选',
403
+ errSubDrag: '子表不支持该控件,请使用其他控件'
404
+ },
405
+ uploadProp: {
406
+ limitFileCount: '文件数量限制',
407
+ limitFileSize: '文件大小限制',
408
+ multiFile: '允许上传多个文件',
409
+ limitImgCount: '图片数量限制',
410
+ limitImgSize: '图片大小限制',
411
+ multiImg: '允许上传多张图片'
412
+ }
277
413
  }
278
414
  },
415
+ listDesign: {
416
+ fieldSettingTab: '字段设置',
417
+ listSettingTab: '列表设置'
418
+ },
279
419
  /**
280
420
  * 扩展插件
281
421
  */
@@ -6,7 +6,9 @@ export default {
6
6
  vxe: {
7
7
  base: {
8
8
  pleaseInput: '请输入',
9
- pleaseSelect: '请选择'
9
+ pleaseSelect: '请选择',
10
+ comma: ',',
11
+ fullStop: '。'
10
12
  },
11
13
  loading: {
12
14
  text: '加載中...'
@@ -49,7 +51,7 @@ export default {
49
51
  table: {
50
52
  emptyText: '暫無資料',
51
53
  allTitle: '全選/取消',
52
- seqTitle: '序號',
54
+ seqTitle: '序号',
53
55
  confirmFilter: '篩選',
54
56
  resetFilter: '重置',
55
57
  allFilter: '全部',
@@ -63,8 +65,9 @@ export default {
63
65
  expSrcFilename: '匯出_從_{0}',
64
66
  customTitle: '列設定',
65
67
  customAll: '全部',
66
- customConfirm: '確認',
67
- customRestore: '重置',
68
+ customConfirm: '确认',
69
+ customCancel: '取消',
70
+ customRestore: '恢复默认',
68
71
  maxFixedCol: '最大冻结列的數量不能超過 {0} 個'
69
72
  },
70
73
  grid: {
@@ -120,6 +123,7 @@ export default {
120
123
  colSort: '排序',
121
124
  sortHelpTip: '點擊並拖動圖標可以調整列的排序',
122
125
  colTitle: '標題',
126
+ colResizable: '列宽(像素)',
123
127
  colVisible: '是否顯示',
124
128
  colFixed: '冻结列(最多 {0} 列)',
125
129
  fixedLeft: '左側',
@@ -185,6 +189,8 @@ export default {
185
189
  expCancel: '取消'
186
190
  },
187
191
  modal: {
192
+ errTitle: '错误提示',
193
+ zoomMin: '最小化',
188
194
  zoomIn: '最大化',
189
195
  zoomOut: '還原',
190
196
  close: '關閉'
@@ -205,8 +211,6 @@ export default {
205
211
  zoomOut: '還原',
206
212
  custom: '列設定',
207
213
  customAll: '全部',
208
- customConfirm: '確認',
209
- customRestore: '重置',
210
214
  fixedLeft: '冻结在左側',
211
215
  fixedRight: '冻结在右側',
212
216
  cancelFixed: '取消冻结列'
@@ -269,13 +273,149 @@ export default {
269
273
  }
270
274
  }
271
275
  },
276
+ imagePreview: {
277
+ popupTitle: '预览',
278
+ operBtn: {
279
+ zoomOut: '缩小',
280
+ zoomIn: '放大',
281
+ pctFull: '等比例缩放',
282
+ pct11: '显示原始尺寸',
283
+ rotateLeft: '向左旋转',
284
+ rotateRight: '向右旋转',
285
+ print: '点击打印图片',
286
+ download: '点击下载图片'
287
+ }
288
+ },
289
+ upload: {
290
+ fileBtnText: '点击或拖拽上传',
291
+ imgBtnText: '点击或拖拽上传',
292
+ dragPlaceholder: '请把文件拖放到这个区域即可上传',
293
+ imgSizeHint: '单张{0}',
294
+ imgCountHint: '最多{0}张',
295
+ fileTypeHint: '支持 {0} 文件类型',
296
+ fileSizeHint: '单个文件大小不超过{0}',
297
+ fileCountHint: '最多可上传{0}个文件',
298
+ overCountErr: '最多只能选择{0}个文件!',
299
+ overCountExtraErr: '已超出最大数量{0}个,超出的{1}个文件将被忽略!',
300
+ overSizeErr: '文件大小最大不能超过{0}!',
301
+ reUpload: '重新上传',
302
+ uploadProgress: '上传中 {0}%',
303
+ uploadErr: '上传失败',
304
+ uploadSuccess: '上传成功'
305
+ },
272
306
  formDesign: {
307
+ formName: '表单名称',
308
+ defFormTitle: '未命名的表单',
309
+ widgetPropTab: '控件属性',
310
+ widgetFormTab: '表单属性',
311
+ styleSetting: {
312
+ btn: '样式设置',
313
+ title: '表单的样式设置',
314
+ layoutTitle: '控件布局',
315
+ verticalLayout: '上下布局',
316
+ horizontalLayout: '横向布局',
317
+ styleTitle: '标题样式',
318
+ boldTitle: '标题加粗',
319
+ fontBold: '加粗',
320
+ fontNormal: '常规',
321
+ colonTitle: '显示冒号',
322
+ colonVisible: '显示',
323
+ colonHidden: '隐藏',
324
+ alignTitle: '对齐方式',
325
+ widthTitle: '标题宽度',
326
+ alignLeft: '居左',
327
+ alignRight: '居右',
328
+ unitPx: '像素',
329
+ unitPct: '百分比'
330
+ },
273
331
  widget: {
274
- input: '輸入框',
275
- textarea: '文本域',
276
- select: '下拉框'
332
+ group: {
333
+ base: '基础控件',
334
+ layout: '布局控件',
335
+ advanced: '高级控件'
336
+ },
337
+ copyTitle: '副本_{0}',
338
+ component: {
339
+ input: '输入框',
340
+ textarea: '文本域',
341
+ select: '下拉框',
342
+ row: '一行多列',
343
+ title: '文本',
344
+ subtable: '子表',
345
+ VxeSwitch: '是/否',
346
+ VxeInput: '输入框',
347
+ VxeNumberInput: '数字',
348
+ VxeDatePicker: '日期',
349
+ VxeTextarea: '文本域',
350
+ VxeSelect: '下拉框',
351
+ VxeRadioGroup: '单选框',
352
+ VxeCheckboxGroup: '复选框',
353
+ VxeUploadFile: '文件',
354
+ VxeUploadImage: '图片'
355
+ }
356
+ },
357
+ widgetProp: {
358
+ name: '控件名称',
359
+ placeholder: '控件提示',
360
+ required: '必填校验',
361
+ displaySetting: {
362
+ name: '显示设置',
363
+ pc: '电脑端',
364
+ mobile: '手机端',
365
+ visible: '显示',
366
+ hidden: '隐藏'
367
+ },
368
+ dataSource: {
369
+ name: '数据源',
370
+ defValue: '选项{0}',
371
+ addOption: '添加选项',
372
+ batchEditOption: '批量编辑',
373
+ batchEditTip: '每行对应一个选项,支持从表格、Excel、WPS 中直接复制粘贴。',
374
+ batchEditSubTip: '每行对应一个选项,如果是分组,子项可以是空格或制表键开头,支持从表格、Excel、WPS 中直接复制粘贴。',
375
+ buildOption: '生成选项'
376
+ },
377
+ rowProp: {
378
+ colSize: '列数',
379
+ col2: '两列',
380
+ col3: '三列',
381
+ col4: '四列',
382
+ col6: '六列',
383
+ layout: '布局'
384
+ },
385
+ textProp: {
386
+ name: '内容',
387
+ alignTitle: '对齐方式',
388
+ alignLeft: '居左',
389
+ alignCenter: '居中',
390
+ alignRight: '居右',
391
+ colorTitle: '字体颜色',
392
+ sizeTitle: '字体大小',
393
+ boldTitle: '字体加粗',
394
+ fontNormal: '常规',
395
+ fontBold: '加粗'
396
+ },
397
+ subtableProp: {
398
+ seqTitle: '序号',
399
+ showSeq: '显示序号',
400
+ showCheckbox: '允许多选',
401
+ errSubDrag: '子表不支持该控件,请使用其他控件'
402
+ },
403
+ uploadProp: {
404
+ uploadProp: {
405
+ limitFileCount: '文件数量限制',
406
+ limitFileSize: '文件大小限制',
407
+ multiFile: '允许上传多个文件',
408
+ limitImgCount: '图片数量限制',
409
+ limitImgSize: '图片大小限制',
410
+ multiImg: '允许上传多张图片'
411
+ }
412
+ }
277
413
  }
278
414
  },
415
+ listDesign: {
416
+ fieldSettingTab: '字段设置',
417
+ listSettingTab: '列表设置'
418
+ },
279
419
  /**
280
420
  * 扩展插件
281
421
  */
@@ -1213,7 +1213,12 @@ hooks.add('tableExportModule', {
1213
1213
  customStyle: opts.style,
1214
1214
  beforeMethod: beforePrintMethod
1215
1215
  ? ({ html }) => {
1216
- return beforePrintMethod({ html, content: html, options: opts, $table: $xeTable });
1216
+ return beforePrintMethod({
1217
+ html,
1218
+ content: html,
1219
+ options: opts,
1220
+ $table: $xeTable
1221
+ });
1217
1222
  }
1218
1223
  : undefined
1219
1224
  }));
@@ -1226,7 +1231,12 @@ hooks.add('tableExportModule', {
1226
1231
  customStyle: opts.style,
1227
1232
  beforeMethod: beforePrintMethod
1228
1233
  ? ({ html }) => {
1229
- return beforePrintMethod({ html, content: html, options: opts, $table: $xeTable });
1234
+ return beforePrintMethod({
1235
+ html,
1236
+ content: html,
1237
+ options: opts,
1238
+ $table: $xeTable
1239
+ });
1230
1240
  }
1231
1241
  : undefined
1232
1242
  });
package/es/ui/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { VxeUI } from '@vxe-ui/core';
2
2
  import { getFuncText } from './src/utils';
3
- export const version = "4.7.28";
3
+ export const version = "4.7.29";
4
4
  VxeUI.version = version;
5
- VxeUI.tableVersion = "4.7.28";
5
+ VxeUI.tableVersion = "4.7.29";
6
6
  VxeUI.setConfig({
7
7
  emptyCell: ' ',
8
8
  table: {
package/es/ui/src/log.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { VxeUI } from '@vxe-ui/core';
2
2
  const { log } = VxeUI;
3
- const version = `table v${"4.7.28"}`;
3
+ const version = `table v${"4.7.29"}`;
4
4
  export const warnLog = log.create('warn', version);
5
5
  export const errLog = log.create('error', version);
package/lib/index.umd.js CHANGED
@@ -1951,9 +1951,9 @@ function eqEmptyValue(cellValue) {
1951
1951
  ;// CONCATENATED MODULE: ./packages/ui/index.ts
1952
1952
 
1953
1953
 
1954
- const version = "4.7.28";
1954
+ const version = "4.7.29";
1955
1955
  core_.VxeUI.version = version;
1956
- core_.VxeUI.tableVersion = "4.7.28";
1956
+ core_.VxeUI.tableVersion = "4.7.29";
1957
1957
  core_.VxeUI.setConfig({
1958
1958
  emptyCell: ' ',
1959
1959
  table: {
@@ -2254,7 +2254,7 @@ var es_array_push = __webpack_require__(4114);
2254
2254
  const {
2255
2255
  log: log_log
2256
2256
  } = core_.VxeUI;
2257
- const log_version = `table v${"4.7.28"}`;
2257
+ const log_version = `table v${"4.7.29"}`;
2258
2258
  const warnLog = log_log.create('warn', log_version);
2259
2259
  const errLog = log_log.create('error', log_version);
2260
2260
  ;// CONCATENATED MODULE: ./packages/table/src/columnInfo.ts