vxe-table 4.6.5 → 4.6.6

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 (149) hide show
  1. package/es/button/style.css +6 -6
  2. package/es/checkbox/src/group.js +7 -1
  3. package/es/custom/src/hook.js +1 -0
  4. package/es/custom/src/panel.js +207 -45
  5. package/es/custom/style.css +326 -80
  6. package/es/export/src/export-panel.js +1 -1
  7. package/es/export/src/import-panel.js +1 -1
  8. package/es/icon/style.css +1 -1
  9. package/es/input/style.css +0 -1
  10. package/es/loading/src/loading.js +1 -1
  11. package/es/loading/style.css +1 -1
  12. package/es/locale/lang/en-US.js +18 -7
  13. package/es/locale/lang/es-ES.js +18 -7
  14. package/es/locale/lang/ja-JP.js +18 -6
  15. package/es/locale/lang/pt-BR.js +18 -7
  16. package/es/locale/lang/zh-CN.js +18 -7
  17. package/es/locale/lang/zh-TC.js +18 -7
  18. package/es/modal/src/modal.js +1 -1
  19. package/es/radio/src/group.js +7 -1
  20. package/es/style.css +1 -1
  21. package/es/style.min.css +1 -1
  22. package/es/table/src/columnInfo.js +3 -3
  23. package/es/table/src/table.js +60 -36
  24. package/es/table/style.css +4 -4
  25. package/es/tools/log.js +1 -1
  26. package/es/v-x-e-table/index.js +1 -1
  27. package/es/v-x-e-table/style.css +1 -1
  28. package/es/vxe-button/style.css +6 -6
  29. package/es/vxe-input/style.css +0 -1
  30. package/es/vxe-loading/style.css +1 -1
  31. package/es/vxe-table/style.css +4 -4
  32. package/es/vxe-table-custom-module/style.css +326 -80
  33. package/lib/button/style/style.css +6 -6
  34. package/lib/button/style/style.min.css +1 -1
  35. package/lib/checkbox/src/group.js +7 -1
  36. package/lib/checkbox/src/group.min.js +1 -1
  37. package/lib/custom/src/hook.js +1 -0
  38. package/lib/custom/src/hook.min.js +1 -1
  39. package/lib/custom/src/panel.js +185 -30
  40. package/lib/custom/src/panel.min.js +1 -1
  41. package/lib/custom/style/style.css +326 -80
  42. package/lib/custom/style/style.min.css +1 -1
  43. package/lib/export/src/export-panel.js +1 -1
  44. package/lib/export/src/export-panel.min.js +1 -1
  45. package/lib/export/src/import-panel.js +1 -1
  46. package/lib/export/src/import-panel.min.js +1 -1
  47. package/lib/icon/style/style.css +1 -1
  48. package/lib/icon/style/style.min.css +1 -1
  49. package/lib/index.umd.js +288 -84
  50. package/lib/index.umd.min.js +1 -1
  51. package/lib/input/style/style.css +0 -1
  52. package/lib/input/style/style.min.css +1 -1
  53. package/lib/loading/src/loading.js +1 -1
  54. package/lib/loading/src/loading.min.js +1 -1
  55. package/lib/loading/style/style.css +1 -1
  56. package/lib/loading/style/style.min.css +1 -1
  57. package/lib/locale/lang/en-US.js +18 -7
  58. package/lib/locale/lang/en-US.min.js +1 -1
  59. package/lib/locale/lang/en-US.umd.js +18 -7
  60. package/lib/locale/lang/es-ES.js +18 -7
  61. package/lib/locale/lang/es-ES.min.js +1 -1
  62. package/lib/locale/lang/es-ES.umd.js +18 -7
  63. package/lib/locale/lang/ja-JP.js +18 -6
  64. package/lib/locale/lang/ja-JP.min.js +1 -1
  65. package/lib/locale/lang/ja-JP.umd.js +18 -6
  66. package/lib/locale/lang/pt-BR.js +18 -7
  67. package/lib/locale/lang/pt-BR.min.js +1 -1
  68. package/lib/locale/lang/pt-BR.umd.js +18 -7
  69. package/lib/locale/lang/zh-CN.js +18 -7
  70. package/lib/locale/lang/zh-CN.min.js +1 -1
  71. package/lib/locale/lang/zh-CN.umd.js +18 -7
  72. package/lib/locale/lang/zh-HK.min.js +1 -1
  73. package/lib/locale/lang/zh-HK.umd.js +18 -7
  74. package/lib/locale/lang/zh-MO.min.js +1 -1
  75. package/lib/locale/lang/zh-MO.umd.js +18 -7
  76. package/lib/locale/lang/zh-TC.js +18 -7
  77. package/lib/locale/lang/zh-TC.min.js +1 -1
  78. package/lib/locale/lang/zh-TC.umd.js +18 -7
  79. package/lib/locale/lang/zh-TW.min.js +1 -1
  80. package/lib/locale/lang/zh-TW.umd.js +18 -7
  81. package/lib/modal/src/modal.js +1 -1
  82. package/lib/modal/src/modal.min.js +1 -1
  83. package/lib/radio/src/group.js +7 -1
  84. package/lib/radio/src/group.min.js +1 -1
  85. package/lib/style.css +1 -1
  86. package/lib/style.min.css +1 -1
  87. package/lib/table/src/columnInfo.js +3 -3
  88. package/lib/table/src/columnInfo.min.js +1 -1
  89. package/lib/table/src/table.js +61 -36
  90. package/lib/table/src/table.min.js +1 -1
  91. package/lib/table/style/style.css +4 -4
  92. package/lib/table/style/style.min.css +1 -1
  93. package/lib/tools/log.js +1 -1
  94. package/lib/tools/log.min.js +1 -1
  95. package/lib/v-x-e-table/index.js +1 -1
  96. package/lib/v-x-e-table/index.min.js +1 -1
  97. package/lib/v-x-e-table/style/style.css +1 -1
  98. package/lib/v-x-e-table/style/style.min.css +1 -1
  99. package/lib/vxe-button/style/style.css +6 -6
  100. package/lib/vxe-button/style/style.min.css +1 -1
  101. package/lib/vxe-input/style/style.css +0 -1
  102. package/lib/vxe-input/style/style.min.css +1 -1
  103. package/lib/vxe-loading/style/style.css +1 -1
  104. package/lib/vxe-loading/style/style.min.css +1 -1
  105. package/lib/vxe-table/style/style.css +4 -4
  106. package/lib/vxe-table/style/style.min.css +1 -1
  107. package/lib/vxe-table-custom-module/style/style.css +326 -80
  108. package/lib/vxe-table-custom-module/style/style.min.css +1 -1
  109. package/package.json +1 -1
  110. package/packages/checkbox/src/group.ts +8 -1
  111. package/packages/custom/src/hook.ts +1 -0
  112. package/packages/custom/src/panel.ts +213 -45
  113. package/packages/export/src/export-panel.ts +1 -1
  114. package/packages/export/src/import-panel.ts +1 -1
  115. package/packages/loading/src/loading.ts +1 -1
  116. package/packages/locale/lang/en-US.ts +18 -7
  117. package/packages/locale/lang/es-ES.ts +18 -7
  118. package/packages/locale/lang/ja-JP.ts +18 -6
  119. package/packages/locale/lang/pt-BR.ts +18 -7
  120. package/packages/locale/lang/zh-CN.ts +18 -7
  121. package/packages/locale/lang/zh-TC.ts +18 -7
  122. package/packages/modal/src/modal.ts +1 -1
  123. package/packages/radio/src/group.ts +8 -1
  124. package/packages/table/src/columnInfo.ts +9 -6
  125. package/packages/table/src/table.ts +62 -39
  126. package/packages/table/src/util.ts +1 -1
  127. package/styles/base/common.scss +4 -4
  128. package/styles/button.scss +5 -5
  129. package/styles/custom.scss +192 -86
  130. package/styles/helpers/mixin.scss +1 -1
  131. package/styles/input.scss +1 -2
  132. package/styles/loading.scss +1 -1
  133. package/styles/modal.scss +2 -2
  134. package/styles/select.scss +1 -1
  135. package/styles/table.scss +2 -2
  136. package/types/table.d.ts +32 -22
  137. package/types/v-x-e-table/renderer.d.ts +1 -0
  138. /package/es/icon/style/{iconfont.1714102086168.ttf → iconfont.1714295309081.ttf} +0 -0
  139. /package/es/icon/style/{iconfont.1714102086168.woff → iconfont.1714295309081.woff} +0 -0
  140. /package/es/icon/style/{iconfont.1714102086168.woff2 → iconfont.1714295309081.woff2} +0 -0
  141. /package/es/{iconfont.1714102086168.ttf → iconfont.1714295309081.ttf} +0 -0
  142. /package/es/{iconfont.1714102086168.woff → iconfont.1714295309081.woff} +0 -0
  143. /package/es/{iconfont.1714102086168.woff2 → iconfont.1714295309081.woff2} +0 -0
  144. /package/lib/icon/style/{iconfont.1714102086168.ttf → iconfont.1714295309081.ttf} +0 -0
  145. /package/lib/icon/style/{iconfont.1714102086168.woff → iconfont.1714295309081.woff} +0 -0
  146. /package/lib/icon/style/{iconfont.1714102086168.woff2 → iconfont.1714295309081.woff2} +0 -0
  147. /package/lib/{iconfont.1714102086168.ttf → iconfont.1714295309081.ttf} +0 -0
  148. /package/lib/{iconfont.1714102086168.woff → iconfont.1714295309081.woff} +0 -0
  149. /package/lib/{iconfont.1714102086168.woff2 → iconfont.1714295309081.woff2} +0 -0
@@ -383,7 +383,6 @@
383
383
 
384
384
  .vxe-input--date-picker-label,
385
385
  .vxe-input--date-picker-btn {
386
- display: inline-block;
387
386
  display: flex;
388
387
  align-items: center;
389
388
  justify-content: center;
@@ -24,7 +24,7 @@ export default defineComponent({
24
24
  }]
25
25
  }, slots.default ? [
26
26
  h('div', {
27
- class: 'vxe-loading--warpper'
27
+ class: 'vxe-loading--wrapper'
28
28
  }, slots.default({}))
29
29
  ] : [
30
30
  h('div', {
@@ -41,7 +41,7 @@
41
41
  .vxe-loading.is--visible {
42
42
  display: block;
43
43
  }
44
- .vxe-loading > .vxe-loading--chunk, .vxe-loading > .vxe-loading--warpper {
44
+ .vxe-loading > .vxe-loading--chunk, .vxe-loading > .vxe-loading--wrapper {
45
45
  width: 100%;
46
46
  position: absolute;
47
47
  top: 50%;
@@ -8,7 +8,7 @@ export default {
8
8
  text: 'Loading...'
9
9
  },
10
10
  error: {
11
- groupFixed: 'If you use group headers, the fixed columns must be set by group.',
11
+ groupFixed: 'If you use group headers, the freeze columns must be set by group.',
12
12
  groupMouseRange: 'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',
13
13
  groupTag: 'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',
14
14
  scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled.',
@@ -61,7 +61,7 @@ export default {
61
61
  customAll: 'All',
62
62
  customConfirm: 'Confirm',
63
63
  customRestore: 'Reset',
64
- maxFixedCol: 'The maximum number of fixed columns cannot exceed {0}'
64
+ maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
65
65
  },
66
66
  grid: {
67
67
  selectOneRecord: 'Please choose at least one piece of record!',
@@ -96,7 +96,7 @@ export default {
96
96
  endPageTitle: 'End'
97
97
  },
98
98
  alert: {
99
- title: 'Message notification'
99
+ title: 'System messages'
100
100
  },
101
101
  button: {
102
102
  confirm: 'Confirm',
@@ -109,7 +109,18 @@ export default {
109
109
  cstmTitle: 'Column Settings',
110
110
  cstmRestore: 'Restore default',
111
111
  cstmCancel: 'Cancelar',
112
- cstmConfirm: 'Confirm'
112
+ cstmConfirm: 'Confirm',
113
+ cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
114
+ cstmDragTarget: 'Moving target: {0}',
115
+ setting: {
116
+ colSort: 'Sort',
117
+ colTitle: 'Title',
118
+ colVisible: 'Visible',
119
+ colFixed: 'Freeze column',
120
+ fixedLeft: 'Left',
121
+ fixedUnset: 'Unset',
122
+ fixedRight: 'Right'
123
+ }
113
124
  },
114
125
  import: {
115
126
  modes: {
@@ -188,9 +199,9 @@ export default {
188
199
  customAll: 'All',
189
200
  customConfirm: 'Confirm',
190
201
  customRestore: 'Reset',
191
- fixedLeft: 'Fixed on the left side',
192
- fixedRight: 'Fixed on the right side',
193
- cancelfixed: 'Unfixed'
202
+ fixedLeft: 'Freeze on the left',
203
+ fixedRight: 'Freeze on the right',
204
+ cancelfixed: 'Unfreeze column'
194
205
  },
195
206
  input: {
196
207
  date: {
@@ -8,7 +8,7 @@ export default {
8
8
  text: 'Cargando...'
9
9
  },
10
10
  error: {
11
- groupFixed: 'Si se utilizan encabezados de grupo, las columnas fijas deben ser establecidas por grupo.',
11
+ groupFixed: 'If you use group headers, the freeze columns must be set by group.',
12
12
  groupMouseRange: 'Los encabezados de agrupación y "{0}" no pueden ser utilizados al mismo tiempo, lo que puede causar errores.',
13
13
  groupTag: 'El encabezado de columna de agrupación debería utilizar "{0}" en lugar de "{1}", lo que puede causar errores.',
14
14
  scrollErrProp: 'El parámetro "{0}" no es compatible cuando el desplazamiento virtual está habilitado.',
@@ -61,7 +61,7 @@ export default {
61
61
  customAll: 'Todo',
62
62
  customConfirm: 'Confirmar',
63
63
  customRestore: 'Restaurar',
64
- maxFixedCol: '最大固定列的数量不能超过 {0}'
64
+ maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
65
65
  },
66
66
  grid: {
67
67
  selectOneRecord: '¡Seleccione al menos un registro!',
@@ -88,7 +88,7 @@ export default {
88
88
  nextJump: 'Saltar siguiente página'
89
89
  },
90
90
  alert: {
91
- title: 'Notificación de mensaje'
91
+ title: 'System messages'
92
92
  },
93
93
  button: {
94
94
  confirm: 'Confirmar',
@@ -101,7 +101,18 @@ export default {
101
101
  cstmTitle: 'Column Settings',
102
102
  cstmRestore: 'Restore default',
103
103
  cstmCancel: 'Cancelar',
104
- cstmConfirm: 'Confirm'
104
+ cstmConfirm: 'Confirm',
105
+ cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
106
+ cstmDragTarget: 'Moving target: {0}',
107
+ setting: {
108
+ colSort: 'Sort',
109
+ colTitle: 'Title',
110
+ colVisible: 'Visible',
111
+ colFixed: 'Freeze column',
112
+ fixedLeft: 'Left',
113
+ fixedUnset: 'Unset',
114
+ fixedRight: 'Right'
115
+ }
105
116
  },
106
117
  import: {
107
118
  modes: {
@@ -180,9 +191,9 @@ export default {
180
191
  customAll: 'Todo',
181
192
  customConfirm: 'Confirmar',
182
193
  customRestore: 'Restaurar',
183
- fixedLeft: '固定在左侧',
184
- fixedRight: '固定在右侧',
185
- cancelfixed: '取消固定'
194
+ fixedLeft: 'Freeze on the left',
195
+ fixedRight: 'Freeze on the right',
196
+ cancelfixed: 'Unfreeze column'
186
197
  },
187
198
  entrada: {
188
199
  fecha: {
@@ -8,7 +8,7 @@ export default {
8
8
  text: 'Loading...'
9
9
  },
10
10
  error: {
11
- groupFixed: 'グループのヘッダを使用すると、固定列はグループで設定しなければなりません',
11
+ groupFixed: 'If you use group headers, the freeze columns must be set by group.',
12
12
  groupMouseRange: 'グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
13
13
  groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
14
14
  scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
@@ -61,7 +61,7 @@ export default {
61
61
  customAll: '全部',
62
62
  customConfirm: '确认',
63
63
  customRestore: 'リセット',
64
- maxFixedCol: '最大固定列的数量不能超过 {0}'
64
+ maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
65
65
  },
66
66
  grid: {
67
67
  selectOneRecord: '少なくとも1つのレコードを選択してください',
@@ -96,7 +96,7 @@ export default {
96
96
  endPageTitle: 'End page'
97
97
  },
98
98
  alert: {
99
- title: 'メッセージ'
99
+ title: 'System messages'
100
100
  },
101
101
  button: {
102
102
  confirm: '完了',
@@ -109,7 +109,18 @@ export default {
109
109
  cstmTitle: 'Column Settings',
110
110
  cstmRestore: 'Restore default',
111
111
  cstmCancel: 'Cancelar',
112
- cstmConfirm: 'Confirm'
112
+ cstmConfirm: 'Confirm',
113
+ cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
114
+ cstmDragTarget: 'Moving target: {0}',
115
+ setting: {
116
+ colSort: 'Sort',
117
+ colTitle: 'Title',
118
+ colVisible: 'Visible',
119
+ colFixed: 'Freeze column',
120
+ fixedLeft: 'Left',
121
+ fixedUnset: 'Unset',
122
+ fixedRight: 'Right'
123
+ }
113
124
  },
114
125
  import: {
115
126
  modes: {
@@ -188,8 +199,9 @@ export default {
188
199
  customAll: '全部',
189
200
  customConfirm: '確定',
190
201
  customRestore: 'リセット',
191
- fixedLeft: '固定在左侧',
192
- fixedRight: '固定在右侧'
202
+ fixedLeft: 'Freeze on the left',
203
+ fixedRight: 'Freeze on the right',
204
+ cancelfixed: 'Unfreeze column'
193
205
  },
194
206
  input: {
195
207
  date: {
@@ -8,7 +8,7 @@ export default {
8
8
  text: 'Carregando...'
9
9
  },
10
10
  error: {
11
- groupFixed: 'Se você estiver usando cabeçalhos de grupo, as colunas fixas devem ser definidas por grupo.',
11
+ groupFixed: 'If you use group headers, the freeze columns must be set by group.',
12
12
  groupMouseRange: 'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',
13
13
  groupTag: 'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',
14
14
  scrollErrProp: 'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',
@@ -147,7 +147,7 @@ export default {
147
147
  customAll: 'Todos',
148
148
  customConfirm: 'Confirmar',
149
149
  customRestore: 'Redefinir',
150
- maxFixedCol: 'O número máximo de colunas fixas não pode exceder {0}'
150
+ maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
151
151
  },
152
152
  grid: {
153
153
  selectOneRecord: 'Por favor, selecione pelo menos um registro!',
@@ -174,7 +174,7 @@ export default {
174
174
  nextJump: 'Saltar para próxima página'
175
175
  },
176
176
  alert: {
177
- title: 'Notificação de Mensagem'
177
+ title: 'System messages'
178
178
  },
179
179
  button: {
180
180
  confirm: 'Confirmar',
@@ -184,7 +184,18 @@ export default {
184
184
  cstmTitle: 'Column Settings',
185
185
  cstmRestore: 'Restore default',
186
186
  cstmCancel: 'Cancelar',
187
- cstmConfirm: 'Confirm'
187
+ cstmConfirm: 'Confirm',
188
+ cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
189
+ cstmDragTarget: 'Moving target: {0}',
190
+ setting: {
191
+ colSort: 'Sort',
192
+ colTitle: 'Title',
193
+ colVisible: 'Visible',
194
+ colFixed: 'Freeze column',
195
+ fixedLeft: 'Left',
196
+ fixedUnset: 'Unset',
197
+ fixedRight: 'Right'
198
+ }
188
199
  },
189
200
  import: {
190
201
  modes: {
@@ -263,9 +274,9 @@ export default {
263
274
  customAll: 'Todos',
264
275
  customConfirm: 'Confirmar',
265
276
  customRestore: 'Redefinir',
266
- fixedLeft: 'Fixar à esquerda',
267
- fixedRight: 'Fixar à direita',
268
- cancelfixed: 'Não fixar'
277
+ fixedLeft: 'Freeze on the left',
278
+ fixedRight: 'Freeze on the right',
279
+ cancelfixed: 'Unfreeze column'
269
280
  },
270
281
  input: {
271
282
  date: {
@@ -8,7 +8,7 @@ export default {
8
8
  text: '加载中...'
9
9
  },
10
10
  error: {
11
- groupFixed: '如果使用分组表头,固定列必须按组设置',
11
+ groupFixed: '如果使用分组表头,冻结列必须按组设置',
12
12
  groupMouseRange: '分组表头与 "{0}" 不能同时使用,这可能会出现错误',
13
13
  groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
14
14
  scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
@@ -61,7 +61,7 @@ export default {
61
61
  customAll: '全部',
62
62
  customConfirm: '确认',
63
63
  customRestore: '重置',
64
- maxFixedCol: '最大固定列的数量不能超过 {0} 个'
64
+ maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
65
65
  },
66
66
  grid: {
67
67
  selectOneRecord: '请至少选择一条记录!',
@@ -96,7 +96,7 @@ export default {
96
96
  endPageTitle: '末页'
97
97
  },
98
98
  alert: {
99
- title: '消息提示'
99
+ title: '系统提示'
100
100
  },
101
101
  button: {
102
102
  confirm: '确认',
@@ -109,7 +109,18 @@ export default {
109
109
  cstmTitle: '列设置',
110
110
  cstmRestore: '恢复默认',
111
111
  cstmCancel: '取消',
112
- cstmConfirm: '确定'
112
+ cstmConfirm: '确定',
113
+ cstmConfirmRestore: '请确认是否恢复成默认列配置?',
114
+ cstmDragTarget: '移动目标:{0}',
115
+ setting: {
116
+ colSort: '排序',
117
+ colTitle: '标题',
118
+ colVisible: '是否显示',
119
+ colFixed: '冻结列',
120
+ fixedLeft: '左侧',
121
+ fixedUnset: '不设置',
122
+ fixedRight: '右侧'
123
+ }
113
124
  },
114
125
  import: {
115
126
  modes: {
@@ -188,9 +199,9 @@ export default {
188
199
  customAll: '全部',
189
200
  customConfirm: '确认',
190
201
  customRestore: '重置',
191
- fixedLeft: '固定在左侧',
192
- fixedRight: '固定在右侧',
193
- cancelfixed: '取消固定'
202
+ fixedLeft: '冻结在左侧',
203
+ fixedRight: '冻结在右侧',
204
+ cancelfixed: '取消冻结列'
194
205
  },
195
206
  input: {
196
207
  date: {
@@ -8,7 +8,7 @@ export default {
8
8
  text: '加載中...'
9
9
  },
10
10
  error: {
11
- groupFixed: '如果使用分組表頭,固定列必須按組設定',
11
+ groupFixed: '如果使用分組表頭,固冻结列必須按組設定',
12
12
  groupMouseRange: '分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',
13
13
  groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
14
14
  scrollErrProp: '啟用虛擬滾動後不支持該參數 "{0}"',
@@ -61,7 +61,7 @@ export default {
61
61
  customAll: '全部',
62
62
  customConfirm: '確認',
63
63
  customRestore: '重置',
64
- maxFixedCol: '最大固定列的數量不能超過 {0} 個'
64
+ maxFixedCol: '最大冻结列的數量不能超過 {0} 個'
65
65
  },
66
66
  grid: {
67
67
  selectOneRecord: '請至少選擇一條記錄!',
@@ -96,7 +96,7 @@ export default {
96
96
  endPageTitle: '末頁'
97
97
  },
98
98
  alert: {
99
- title: '訊息提示'
99
+ title: '系統提示'
100
100
  },
101
101
  button: {
102
102
  confirm: '確認',
@@ -109,7 +109,18 @@ export default {
109
109
  cstmTitle: '列設定',
110
110
  cstmRestore: '恢復默認',
111
111
  cstmCancel: '取消',
112
- cstmConfirm: '確認'
112
+ cstmConfirm: '確認',
113
+ cstmConfirmRestore: '請確認是否恢復成默認列配置?',
114
+ cstmDragTarget: '移動目標:{0}',
115
+ setting: {
116
+ colSort: '排序',
117
+ colTitle: '標題',
118
+ colVisible: '是否顯示',
119
+ colFixed: '冻结列',
120
+ fixedLeft: '左側',
121
+ fixedUnset: '不設定',
122
+ fixedRight: '右側'
123
+ }
113
124
  },
114
125
  import: {
115
126
  modes: {
@@ -188,9 +199,9 @@ export default {
188
199
  customAll: '全部',
189
200
  customConfirm: '確認',
190
201
  customRestore: '重置',
191
- fixedLeft: '固定在左側',
192
- fixedRight: '固定在右側',
193
- cancelfixed: '取消固定'
202
+ fixedLeft: '冻结在左側',
203
+ fixedRight: '冻结在右側',
204
+ cancelfixed: '取消冻结列'
194
205
  },
195
206
  input: {
196
207
  date: {
@@ -662,7 +662,7 @@ export default defineComponent({
662
662
  const rightVNs = [];
663
663
  if (cornerSlot) {
664
664
  rightVNs.push(h('span', {
665
- class: 'vxe-modal--corner-warpper'
665
+ class: 'vxe-modal--corner-wrapper'
666
666
  }, getSlotVNs(cornerSlot({ $modal: $xemodal }))));
667
667
  }
668
668
  if (showZoom) {
@@ -41,6 +41,10 @@ export default defineComponent({
41
41
  const propsOpts = computePropsOpts.value;
42
42
  return propsOpts.value || 'value';
43
43
  });
44
+ const computeDisabledField = computed(() => {
45
+ const propsOpts = computePropsOpts.value;
46
+ return propsOpts.disabled || 'disabled';
47
+ });
44
48
  let radioGroupMethods = {};
45
49
  useSize(props);
46
50
  const radioGroupPrivateMethods = {
@@ -63,13 +67,15 @@ export default defineComponent({
63
67
  const defaultSlot = slots.default;
64
68
  const valueField = computeValueField.value;
65
69
  const labelField = computeLabelField.value;
70
+ const disabledField = computeDisabledField.value;
66
71
  const btnComp = type === 'button' ? VxeRadioButtonComponent : VxeRadioComponent;
67
72
  return h('div', {
68
73
  class: 'vxe-radio-group'
69
74
  }, defaultSlot ? defaultSlot({}) : (options ? options.map(item => {
70
75
  return h(btnComp, {
71
76
  label: item[valueField],
72
- content: item[labelField]
77
+ content: item[labelField],
78
+ disabled: item[disabledField]
73
79
  });
74
80
  }) : []));
75
81
  };