vxe-table 4.6.18 → 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.
Files changed (145) hide show
  1. package/es/grid/src/grid.js +3 -3
  2. package/es/icon/style.css +1 -1
  3. package/es/input/src/input.js +8 -6
  4. package/es/locale/lang/en-US.js +214 -13
  5. package/es/locale/lang/es-ES.js +215 -14
  6. package/es/locale/lang/hu-HU.d.ts +2 -0
  7. package/es/locale/lang/hu-HU.js +672 -0
  8. package/es/locale/lang/ja-JP.js +218 -17
  9. package/es/locale/lang/ko-KR.d.ts +2 -0
  10. package/es/locale/lang/ko-KR.js +674 -0
  11. package/es/locale/lang/pt-BR.js +214 -13
  12. package/es/locale/lang/ru-RU.d.ts +2 -0
  13. package/es/locale/lang/ru-RU.js +674 -0
  14. package/es/locale/lang/uk-UA.d.ts +2 -0
  15. package/es/locale/lang/uk-UA.js +674 -0
  16. package/es/locale/lang/vi-VN.js +674 -0
  17. package/es/locale/lang/zh-CHT.d.ts +2 -0
  18. package/es/locale/lang/zh-CHT.js +674 -0
  19. package/es/locale/lang/zh-CN.js +211 -10
  20. package/es/locale/lang/zh-HK.js +2 -2
  21. package/es/locale/lang/zh-MO.js +2 -2
  22. package/es/locale/lang/zh-TC.js +2 -473
  23. package/es/locale/lang/zh-TW.js +2 -2
  24. package/es/modal/src/modal.js +6 -1
  25. package/es/radio/style.css +1 -1
  26. package/es/style.css +1 -1
  27. package/es/style.min.css +1 -1
  28. package/es/table/src/columnInfo.js +2 -2
  29. package/es/table/src/table.js +6 -4
  30. package/es/tools/log.js +1 -1
  31. package/es/v-x-e-table/index.js +1 -1
  32. package/es/vxe-radio/style.css +1 -1
  33. package/lib/grid/src/grid.js +3 -3
  34. package/lib/grid/src/grid.min.js +1 -1
  35. package/lib/icon/style/style.css +1 -1
  36. package/lib/icon/style/style.min.css +1 -1
  37. package/lib/index.umd.js +317 -52
  38. package/lib/index.umd.min.js +1 -1
  39. package/lib/input/src/input.js +14 -4
  40. package/lib/input/src/input.min.js +1 -1
  41. package/lib/locale/lang/en-US.js +214 -13
  42. package/lib/locale/lang/en-US.min.js +1 -1
  43. package/lib/locale/lang/en-US.umd.js +214 -13
  44. package/lib/locale/lang/es-ES.js +215 -14
  45. package/lib/locale/lang/es-ES.min.js +1 -1
  46. package/lib/locale/lang/es-ES.umd.js +215 -14
  47. package/lib/locale/lang/hu-HU.d.ts +2 -0
  48. package/lib/locale/lang/hu-HU.js +678 -0
  49. package/lib/locale/lang/hu-HU.min.js +1 -0
  50. package/lib/locale/lang/hu-HU.umd.js +692 -0
  51. package/lib/locale/lang/ja-JP.js +218 -17
  52. package/lib/locale/lang/ja-JP.min.js +1 -1
  53. package/lib/locale/lang/ja-JP.umd.js +218 -17
  54. package/lib/locale/lang/ko-KR.d.ts +2 -0
  55. package/lib/locale/lang/ko-KR.js +680 -0
  56. package/lib/locale/lang/ko-KR.min.js +1 -0
  57. package/lib/locale/lang/ko-KR.umd.js +694 -0
  58. package/lib/locale/lang/pt-BR.js +214 -13
  59. package/lib/locale/lang/pt-BR.min.js +1 -1
  60. package/lib/locale/lang/pt-BR.umd.js +214 -13
  61. package/lib/locale/lang/ru-RU.d.ts +2 -0
  62. package/lib/locale/lang/ru-RU.js +680 -0
  63. package/lib/locale/lang/ru-RU.min.js +1 -0
  64. package/lib/locale/lang/ru-RU.umd.js +694 -0
  65. package/lib/locale/lang/uk-UA.d.ts +2 -0
  66. package/lib/locale/lang/uk-UA.js +680 -0
  67. package/lib/locale/lang/uk-UA.min.js +1 -0
  68. package/lib/locale/lang/uk-UA.umd.js +694 -0
  69. package/lib/locale/lang/vi-VN.js +680 -0
  70. package/lib/locale/lang/vi-VN.min.js +1 -0
  71. package/lib/locale/lang/zh-CHT.d.ts +2 -0
  72. package/lib/locale/lang/zh-CHT.js +680 -0
  73. package/lib/locale/lang/zh-CHT.min.js +1 -0
  74. package/lib/locale/lang/zh-CHT.umd.js +694 -0
  75. package/lib/locale/lang/zh-CN.js +211 -10
  76. package/lib/locale/lang/zh-CN.min.js +1 -1
  77. package/lib/locale/lang/zh-CN.umd.js +211 -10
  78. package/lib/locale/lang/zh-HK.js +2 -2
  79. package/lib/locale/lang/zh-HK.min.js +1 -1
  80. package/lib/locale/lang/zh-HK.umd.js +7 -477
  81. package/lib/locale/lang/zh-MO.js +2 -2
  82. package/lib/locale/lang/zh-MO.min.js +1 -1
  83. package/lib/locale/lang/zh-MO.umd.js +7 -477
  84. package/lib/locale/lang/zh-TC.js +3 -473
  85. package/lib/locale/lang/zh-TC.min.js +1 -1
  86. package/lib/locale/lang/zh-TC.umd.js +7 -477
  87. package/lib/locale/lang/zh-TW.js +2 -2
  88. package/lib/locale/lang/zh-TW.min.js +1 -1
  89. package/lib/locale/lang/zh-TW.umd.js +7 -477
  90. package/lib/modal/src/modal.js +5 -0
  91. package/lib/modal/src/modal.min.js +1 -1
  92. package/lib/radio/style/style.css +1 -1
  93. package/lib/radio/style/style.min.css +1 -1
  94. package/lib/style.css +1 -1
  95. package/lib/style.min.css +1 -1
  96. package/lib/table/src/columnInfo.js +2 -2
  97. package/lib/table/src/columnInfo.min.js +1 -1
  98. package/lib/table/src/table.js +6 -4
  99. package/lib/table/src/table.min.js +1 -1
  100. package/lib/tools/log.js +1 -1
  101. package/lib/tools/log.min.js +1 -1
  102. package/lib/v-x-e-table/index.js +1 -1
  103. package/lib/v-x-e-table/index.min.js +1 -1
  104. package/lib/vxe-radio/style/style.css +1 -1
  105. package/lib/vxe-radio/style/style.min.css +1 -1
  106. package/package.json +4 -4
  107. package/packages/grid/src/grid.ts +3 -3
  108. package/packages/input/src/input.ts +8 -6
  109. package/packages/locale/lang/en-US.ts +214 -13
  110. package/packages/locale/lang/es-ES.ts +215 -14
  111. package/packages/locale/lang/hu-HU.ts +674 -0
  112. package/packages/locale/lang/ja-JP.ts +218 -17
  113. package/packages/locale/lang/ko-KR.ts +676 -0
  114. package/packages/locale/lang/pt-BR.ts +214 -13
  115. package/packages/locale/lang/ru-RU.ts +676 -0
  116. package/packages/locale/lang/uk-UA.ts +676 -0
  117. package/packages/locale/lang/vi-VN.ts +676 -0
  118. package/packages/locale/lang/zh-CHT.ts +676 -0
  119. package/packages/locale/lang/zh-CN.ts +211 -10
  120. package/packages/locale/lang/zh-HK.ts +2 -2
  121. package/packages/locale/lang/zh-MO.ts +2 -2
  122. package/packages/locale/lang/zh-TC.ts +2 -474
  123. package/packages/locale/lang/zh-TW.ts +2 -2
  124. package/packages/modal/src/modal.ts +6 -1
  125. package/packages/table/src/columnInfo.ts +2 -2
  126. package/packages/table/src/table.ts +6 -4
  127. package/styles/checkbox.scss +1 -1
  128. package/styles/custom.scss +1 -1
  129. package/styles/export.scss +1 -1
  130. package/styles/radio.scss +1 -1
  131. package/styles/variable.scss +18 -18
  132. package/types/v-x-e-table/formats.d.ts +5 -0
  133. package/types/v-x-e-table/index.d.ts +1 -1
  134. /package/es/icon/style/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
  135. /package/es/icon/style/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
  136. /package/es/icon/style/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
  137. /package/es/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
  138. /package/es/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
  139. /package/es/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
  140. /package/lib/icon/style/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
  141. /package/lib/icon/style/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
  142. /package/lib/icon/style/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
  143. /package/lib/{iconfont.1720006583309.ttf → iconfont.1727934888345.ttf} +0 -0
  144. /package/lib/{iconfont.1720006583309.woff → iconfont.1727934888345.woff} +0 -0
  145. /package/lib/{iconfont.1720006583309.woff2 → iconfont.1727934888345.woff2} +0 -0
@@ -20,22 +20,26 @@
20
20
  var _default = _exports.default = {
21
21
  vxe: {
22
22
  base: {
23
- pleaseInput: 'Please input',
24
- pleaseSelect: 'Select'
23
+ pleaseInput: '入力してください',
24
+ pleaseSelect: '選択してください',
25
+ comma: ',',
26
+ fullStop: '.'
25
27
  },
26
28
  loading: {
27
29
  text: 'Loading...'
28
30
  },
29
31
  error: {
30
- groupFixed: 'グループ化ヘッダーを使用する場合、固定列はグループで設定しなければなりません',
31
- groupMouseRange: 'グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
32
- groupTag: 'グループ化ヘッダーは "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',
32
+ downErr: '下载失败',
33
+ groupFixed: 'ヘッダー結合を使用する場合、固定列はグループで設定しなければなりません',
34
+ groupMouseRange: 'ヘッダー結合と「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
35
+ groupTag: 'ヘッダー結合は "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',
33
36
  scrollErrProp: '仮想スクロールはこのパラメータを使えません: "{0}"',
34
37
  errConflicts: 'パラメータ "{0}" と "{1}" は同時に使えません',
35
38
  unableInsert: '指定された位置に挿入できない',
36
39
  useErr: '"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',
37
40
  barUnableLink: 'ツールバーはフォームを関連付けることができない',
38
41
  expandContent: '拡張行スロットは "content" である必要があります。確認してください',
42
+ reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
39
43
  reqModule: '"{0}" モジュールが必要です',
40
44
  reqProp: '必要な "{0}" パラメーターが欠落しているため、エラーが発生する可能性があります',
41
45
  emptyProp: '"{0}" プロパティは空白が許可されていません',
@@ -51,6 +55,7 @@
51
55
  notProp: 'サポートされていないパラメータ "{0}"',
52
56
  checkProp: 'パフマンス低下になる可能性があります。パラメータ "{0}" の値を指定してください',
53
57
  coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',
58
+ uniField: '字段名 "{0}" 重复定义,这可能会出现错误',
54
59
  delFunc: '"{0}" functionが非推奨です。"{1}"を使用してください',
55
60
  delProp: '"{0}" propertyが非推奨です。"{1}"を使用してください',
56
61
  delEvent: 'イベント "{0}" が廃止されました。 "{1}" を使用してください',
@@ -64,7 +69,8 @@
64
69
  table: {
65
70
  emptyText: 'データがありません',
66
71
  allTitle: '全て選択/取消',
67
- seqTitle: '#',
72
+ seqTitle: 'N/S',
73
+ actionTitle: 'Action',
68
74
  confirmFilter: 'OK',
69
75
  resetFilter: 'リセット',
70
76
  allFilter: '全て',
@@ -79,11 +85,13 @@
79
85
  customTitle: '列設定',
80
86
  customAll: '全部',
81
87
  customConfirm: 'OK',
88
+ customClose: '关闭',
89
+ customCancel: 'Cancel',
82
90
  customRestore: 'リセット',
83
91
  maxFixedCol: '最大固定列数が {0} です。'
84
92
  },
85
93
  grid: {
86
- selectOneRecord: '1つ以上ののレコードを選択してください',
94
+ selectOneRecord: '1つ以上のレコードを選択してください',
87
95
  deleteSelectRecord: 'レコードを削除してもよろしいですか?',
88
96
  removeSelectRecord: 'レコードを削除してもよろしいですか?',
89
97
  dataUnchanged: 'データが変更されませんでした',
@@ -98,6 +106,7 @@
98
106
  },
99
107
  pager: {
100
108
  goto: '移動',
109
+ gotoTitle: '页数',
101
110
  pagesize: '{0}件/ページ',
102
111
  total: '全 {0} 件',
103
112
  pageClassifier: 'ページ',
@@ -115,7 +124,7 @@
115
124
  endPageTitle: '最後ページ'
116
125
  },
117
126
  alert: {
118
- title: 'System messages'
127
+ title: '確認'
119
128
  },
120
129
  button: {
121
130
  confirm: 'OK',
@@ -133,10 +142,12 @@
133
142
  cstmDragTarget: '移動ターゲット: {0}',
134
143
  setting: {
135
144
  colSort: 'ソート',
136
- sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
145
+ sortHelpTip: 'ドラッグして列を並べ替えます',
137
146
  colTitle: 'タイトル',
138
- colVisible: '表示',
139
- colFixed: '冻结列(最多 {0} 列)',
147
+ colResizable: '列の幅 (px)',
148
+ colVisible: '表示する',
149
+ colFixed: '列固定',
150
+ colFixedMax: '列固定(最大 {0} 列)',
140
151
  fixedLeft: '左側',
141
152
  fixedUnset: '指定しない',
142
153
  fixedRight: '右側'
@@ -144,14 +155,17 @@
144
155
  },
145
156
  import: {
146
157
  modes: {
147
- covering: '上書き',
148
- insert: '追加'
158
+ covering: '上書きモード',
159
+ insert: '追加モード(最後行に追加)',
160
+ insertTop: '追加モード(先頭行に追加)',
161
+ insertBottom: '追加モード(最後行に追加)'
149
162
  },
150
163
  impTitle: 'データインポート',
151
164
  impFile: 'ファイル名',
152
165
  impSelect: 'ファイル選択',
153
166
  impType: 'ファイルの種類',
154
167
  impOpts: 'パラメータ指定',
168
+ impMode: 'インポートモード',
155
169
  impConfirm: 'インポート',
156
170
  impCancel: 'キャンセル'
157
171
  },
@@ -200,9 +214,13 @@
200
214
  expCancel: 'キャンセル'
201
215
  },
202
216
  modal: {
217
+ errTitle: 'エラー',
218
+ zoomMin: '最小化',
203
219
  zoomIn: '最大化',
204
220
  zoomOut: '縮小',
205
- close: '閉じる'
221
+ close: '閉じる',
222
+ miniMaxSize: 'The number of minimized Windows cannot exceed {0}.',
223
+ footPropErr: 'show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用'
206
224
  },
207
225
  drawer: {
208
226
  close: '閉じる'
@@ -284,11 +302,194 @@
284
302
  }
285
303
  }
286
304
  },
305
+ imagePreview: {
306
+ popupTitle: 'Preview',
307
+ operBtn: {
308
+ zoomOut: 'Reduce',
309
+ zoomIn: 'Enlarge',
310
+ pctFull: 'Proportional scaling',
311
+ pct11: 'Show original size',
312
+ rotateLeft: 'Rotate left',
313
+ rotateRight: 'Rotate right',
314
+ print: 'Click to print',
315
+ download: 'Click to download'
316
+ }
317
+ },
318
+ upload: {
319
+ fileBtnText: 'Click or drag',
320
+ imgBtnText: 'Click or drag',
321
+ dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
322
+ imgSizeHint: 'Single {0}',
323
+ imgCountHint: 'Up to {0}',
324
+ fileTypeHint: 'Support {0} file types',
325
+ fileSizeHint: 'Single file size does not exceed {0}',
326
+ fileCountHint: 'Up to {0} file can be uploaded',
327
+ overCountErr: 'You can only choose {0} file!',
328
+ overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
329
+ overSizeErr: 'The size of the file is not more than {0}}!',
330
+ reUpload: 'Re upload',
331
+ uploadProgress: 'Uploading {0}%',
332
+ uploadErr: 'Fail to upload',
333
+ uploadSuccess: 'Successfully upload',
334
+ moreBtnText: 'More ({0})',
335
+ viewItemTitle: 'click to view',
336
+ morePopup: {
337
+ readTitle: '查看列表',
338
+ imageTitle: '上传图片',
339
+ fileTitle: '上传文件'
340
+ }
341
+ },
287
342
  formDesign: {
343
+ formName: 'Form name',
344
+ defFormTitle: 'Unnamed form',
345
+ widgetPropTab: 'Field property',
346
+ widgetFormTab: 'Form property',
347
+ error: {
348
+ wdFormUni: '该类型的控件在表单中只允许添加一个',
349
+ wdSubUni: '该类型的控件在子表中只允许添加一个'
350
+ },
351
+ styleSetting: {
352
+ btn: 'Style setting',
353
+ title: 'Form style setting',
354
+ layoutTitle: 'Field layout',
355
+ verticalLayout: 'Vertical layout',
356
+ horizontalLayout: 'Horizontal layout',
357
+ styleTitle: 'Title style',
358
+ boldTitle: 'Bold title',
359
+ fontBold: 'Bold',
360
+ fontNormal: 'Normal',
361
+ colonTitle: 'Display colon',
362
+ colonVisible: 'Visible',
363
+ colonHidden: 'Hidden',
364
+ alignTitle: 'Title align',
365
+ widthTitle: 'Title width',
366
+ alignLeft: 'Left',
367
+ alignRight: 'Right',
368
+ unitPx: 'Px',
369
+ unitPct: 'Pct'
370
+ },
288
371
  widget: {
289
- input: 'Input',
290
- textarea: 'Textarea',
291
- select: 'Select'
372
+ group: {
373
+ base: 'Base control',
374
+ layout: 'Layout control',
375
+ system: 'System control',
376
+ module: 'Module control',
377
+ chart: 'Chart control',
378
+ advanced: 'Advanced control'
379
+ },
380
+ copyTitle: 'Copy_{0}',
381
+ component: {
382
+ input: 'Input',
383
+ textarea: 'Textarea',
384
+ select: 'Select',
385
+ row: 'Row/column',
386
+ title: 'Title',
387
+ text: 'Text',
388
+ subtable: 'Subtable',
389
+ VxeSwitch: 'Yes/no',
390
+ VxeInput: 'Input',
391
+ VxeNumberInput: 'Number',
392
+ VxeDatePicker: 'Date',
393
+ VxeTextarea: 'Textarea',
394
+ VxeSelect: 'Select',
395
+ VxeTreeSelect: 'Tree select',
396
+ VxeRadioGroup: 'Radio',
397
+ VxeCheckboxGroup: 'Checkbox',
398
+ VxeUploadFile: 'File',
399
+ VxeUploadImage: 'Image'
400
+ }
401
+ },
402
+ widgetProp: {
403
+ name: 'Field name',
404
+ placeholder: 'Field placeholder',
405
+ required: 'Required',
406
+ multiple: 'Allow to select multiple',
407
+ displaySetting: {
408
+ name: 'Display setting',
409
+ pc: 'PC',
410
+ mobile: 'Mobile',
411
+ visible: 'Visible',
412
+ hidden: 'Hidden'
413
+ },
414
+ dataSource: {
415
+ name: 'Data source',
416
+ defValue: 'Option {0}',
417
+ addOption: 'Add option',
418
+ batchEditOption: 'Batch edit',
419
+ batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
420
+ 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.',
421
+ buildOption: 'Build option'
422
+ },
423
+ rowProp: {
424
+ colSize: 'Number of columns',
425
+ col2: 'Two columns',
426
+ col3: 'Three columns',
427
+ col4: 'Four columns',
428
+ col6: 'Six columns',
429
+ layout: 'Layout'
430
+ },
431
+ textProp: {
432
+ name: 'Content',
433
+ alignTitle: 'Align',
434
+ alignLeft: 'Left',
435
+ alignCenter: 'Center',
436
+ alignRight: 'Right',
437
+ colorTitle: 'Color',
438
+ sizeTitle: 'Font size',
439
+ boldTitle: 'Font bold',
440
+ fontNormal: 'Normal',
441
+ fontBold: 'Bold'
442
+ },
443
+ subtableProp: {
444
+ seqTitle: 'S/N',
445
+ showSeq: 'Display serial number',
446
+ showCheckbox: 'Allow multiple selections',
447
+ errSubDrag: 'The sub table does not support this control. Please use another control.',
448
+ colPlace: '将控件拖拽进来'
449
+ },
450
+ uploadProp: {
451
+ limitFileCount: 'File quantity limitation',
452
+ limitFileSize: 'File size limitation',
453
+ multiFile: 'Allows multiple files',
454
+ limitImgCount: 'Image quantity limitation',
455
+ limitImgSize: 'Image size limitation',
456
+ multiImg: 'Allows multiple images'
457
+ }
458
+ }
459
+ },
460
+ listDesign: {
461
+ fieldSettingTab: 'Field',
462
+ listSettingTab: 'Parameter',
463
+ searchTitle: 'Search',
464
+ listTitle: 'List',
465
+ searchField: 'Search field',
466
+ listField: 'List field',
467
+ activeBtn: {
468
+ ActionButtonUpdate: 'Edit',
469
+ ActionButtonDelete: 'Delete'
470
+ },
471
+ search: {
472
+ addBtn: 'Edit',
473
+ emptyText: 'No filter condition is configured.',
474
+ editPopupTitle: '编辑查询字段'
475
+ },
476
+ searchPopup: {
477
+ colTitle: '标题',
478
+ saveBtn: '保存'
479
+ }
480
+ },
481
+ text: {
482
+ copySuccess: 'Successfully copied to clipboard.',
483
+ copyError: 'The current environment does not support this operation.'
484
+ },
485
+ countdown: {
486
+ formats: {
487
+ yyyy: '年',
488
+ MM: '月',
489
+ dd: '天',
490
+ HH: '时',
491
+ mm: '分',
492
+ ss: '秒'
292
493
  }
293
494
  },
294
495
  /**
@@ -0,0 +1,2 @@
1
+ declare const langMsgs: { [key: string]: any }
2
+ export default langMsgs