vxe-table 4.19.21 → 4.19.23
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/all.esm.js +682 -359
- package/dist/style.css +1 -1
- package/dist/style.min.css +1 -1
- package/es/{iconfont.1782656047498.ttf → iconfont.1783046321610.ttf} +0 -0
- package/es/iconfont.1783046321610.woff +0 -0
- package/es/iconfont.1783046321610.woff2 +0 -0
- package/es/index.css +1 -1
- package/es/index.min.css +1 -1
- package/es/locale/lang/ar-EG.js +16 -3
- package/es/locale/lang/de-DE.js +16 -3
- package/es/locale/lang/en-US.js +20 -7
- package/es/locale/lang/es-ES.js +16 -3
- package/es/locale/lang/fr-FR.js +16 -3
- package/es/locale/lang/hu-HU.js +16 -3
- package/es/locale/lang/hy-AM.js +16 -3
- package/es/locale/lang/id-ID.js +16 -3
- package/es/locale/lang/it-IT.js +15 -2
- package/es/locale/lang/ja-JP.js +16 -3
- package/es/locale/lang/ko-KR.js +16 -3
- package/es/locale/lang/ms-MY.js +16 -3
- package/es/locale/lang/nb-NO.js +16 -3
- package/es/locale/lang/pt-BR.js +16 -3
- package/es/locale/lang/ru-RU.js +16 -3
- package/es/locale/lang/th-TH.js +16 -3
- package/es/locale/lang/ug-CN.js +16 -3
- package/es/locale/lang/uk-UA.js +16 -3
- package/es/locale/lang/uz-UZ.js +16 -3
- package/es/locale/lang/vi-VN.js +15 -2
- package/es/locale/lang/zh-CHT.js +18 -5
- package/es/locale/lang/zh-CN.js +18 -5
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/module/custom/hook.js +114 -37
- package/es/table/module/custom/panel.js +405 -257
- package/es/table/module/edit/hook.js +0 -1
- package/es/table/src/columnInfo.js +14 -8
- package/es/table/src/emits.js +8 -0
- package/es/table/src/table.js +81 -46
- package/es/table/src/util.js +32 -1
- package/es/table/style.css +96 -49
- package/es/table/style.min.css +1 -1
- package/es/ui/index.js +16 -4
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +96 -49
- package/es/vxe-table/style.min.css +1 -1
- package/lib/{iconfont.1782656047498.ttf → iconfont.1783046321610.ttf} +0 -0
- package/lib/iconfont.1783046321610.woff +0 -0
- package/lib/iconfont.1783046321610.woff2 +0 -0
- package/lib/index.css +1 -1
- package/lib/index.min.css +1 -1
- package/lib/index.umd.js +561 -206
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/ar-EG.js +16 -3
- package/lib/locale/lang/ar-EG.min.js +1 -1
- package/lib/locale/lang/ar-EG.umd.js +16 -3
- package/lib/locale/lang/de-DE.js +16 -3
- package/lib/locale/lang/de-DE.min.js +1 -1
- package/lib/locale/lang/de-DE.umd.js +16 -3
- package/lib/locale/lang/en-US.js +20 -7
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +20 -7
- package/lib/locale/lang/es-ES.js +16 -3
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +16 -3
- package/lib/locale/lang/fr-FR.js +16 -3
- package/lib/locale/lang/fr-FR.min.js +1 -1
- package/lib/locale/lang/fr-FR.umd.js +16 -3
- package/lib/locale/lang/hu-HU.js +16 -3
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/hu-HU.umd.js +16 -3
- package/lib/locale/lang/hy-AM.js +16 -3
- package/lib/locale/lang/hy-AM.min.js +1 -1
- package/lib/locale/lang/hy-AM.umd.js +16 -3
- package/lib/locale/lang/id-ID.js +16 -3
- package/lib/locale/lang/id-ID.min.js +1 -1
- package/lib/locale/lang/id-ID.umd.js +16 -3
- package/lib/locale/lang/it-IT.js +15 -2
- package/lib/locale/lang/it-IT.min.js +1 -1
- package/lib/locale/lang/it-IT.umd.js +15 -2
- package/lib/locale/lang/ja-JP.js +16 -3
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +16 -3
- package/lib/locale/lang/ko-KR.js +16 -3
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/ko-KR.umd.js +16 -3
- package/lib/locale/lang/ms-MY.js +16 -3
- package/lib/locale/lang/ms-MY.min.js +1 -1
- package/lib/locale/lang/ms-MY.umd.js +16 -3
- package/lib/locale/lang/nb-NO.js +16 -3
- package/lib/locale/lang/nb-NO.min.js +1 -1
- package/lib/locale/lang/nb-NO.umd.js +16 -3
- package/lib/locale/lang/pt-BR.js +16 -3
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +16 -3
- package/lib/locale/lang/ru-RU.js +16 -3
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +16 -3
- package/lib/locale/lang/th-TH.js +16 -3
- package/lib/locale/lang/th-TH.min.js +1 -1
- package/lib/locale/lang/th-TH.umd.js +16 -3
- package/lib/locale/lang/ug-CN.js +16 -3
- package/lib/locale/lang/ug-CN.min.js +1 -1
- package/lib/locale/lang/ug-CN.umd.js +16 -3
- package/lib/locale/lang/uk-UA.js +16 -3
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +16 -3
- package/lib/locale/lang/uz-UZ.js +16 -3
- package/lib/locale/lang/uz-UZ.min.js +1 -1
- package/lib/locale/lang/uz-UZ.umd.js +16 -3
- package/lib/locale/lang/vi-VN.js +15 -2
- package/lib/locale/lang/vi-VN.min.js +1 -1
- package/lib/locale/lang/vi-VN.umd.js +15 -2
- package/lib/locale/lang/zh-CHT.js +18 -5
- package/lib/locale/lang/zh-CHT.min.js +1 -1
- package/lib/locale/lang/zh-CHT.umd.js +18 -5
- package/lib/locale/lang/zh-CN.js +18 -5
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +18 -5
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/module/custom/hook.js +120 -34
- package/lib/table/module/custom/hook.min.js +1 -1
- package/lib/table/module/custom/panel.js +340 -141
- package/lib/table/module/custom/panel.min.js +1 -1
- package/lib/table/module/edit/hook.js +0 -1
- package/lib/table/module/edit/hook.min.js +1 -1
- package/lib/table/src/columnInfo.js +17 -7
- package/lib/table/src/columnInfo.min.js +1 -1
- package/lib/table/src/emits.js +1 -1
- package/lib/table/src/emits.min.js +1 -1
- package/lib/table/src/table.js +11 -11
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/src/util.js +38 -1
- package/lib/table/src/util.min.js +1 -1
- package/lib/table/style/style.css +96 -49
- package/lib/table/style/style.min.css +1 -1
- package/lib/ui/index.js +16 -4
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/vxe-table/style/style.css +96 -49
- package/lib/vxe-table/style/style.min.css +1 -1
- package/package.json +2 -2
- package/packages/locale/lang/ar-EG.ts +16 -3
- package/packages/locale/lang/de-DE.ts +16 -3
- package/packages/locale/lang/en-US.ts +20 -7
- package/packages/locale/lang/es-ES.ts +16 -3
- package/packages/locale/lang/fr-FR.ts +16 -3
- package/packages/locale/lang/hu-HU.ts +16 -3
- package/packages/locale/lang/hy-AM.ts +16 -3
- package/packages/locale/lang/id-ID.ts +16 -3
- package/packages/locale/lang/it-IT.ts +15 -2
- package/packages/locale/lang/ja-JP.ts +16 -3
- package/packages/locale/lang/ko-KR.ts +16 -3
- package/packages/locale/lang/ms-MY.ts +16 -3
- package/packages/locale/lang/nb-NO.ts +16 -3
- package/packages/locale/lang/pt-BR.ts +16 -3
- package/packages/locale/lang/ru-RU.ts +16 -3
- package/packages/locale/lang/th-TH.ts +16 -3
- package/packages/locale/lang/ug-CN.ts +16 -3
- package/packages/locale/lang/uk-UA.ts +16 -3
- package/packages/locale/lang/uz-UZ.ts +16 -3
- package/packages/locale/lang/vi-VN.ts +15 -2
- package/packages/locale/lang/zh-CHT.ts +18 -5
- package/packages/locale/lang/zh-CN.ts +18 -5
- package/packages/table/module/custom/hook.ts +113 -36
- package/packages/table/module/custom/panel.ts +488 -286
- package/packages/table/module/edit/hook.ts +0 -1
- package/packages/table/src/columnInfo.ts +14 -8
- package/packages/table/src/emits.ts +8 -0
- package/packages/table/src/table.ts +91 -47
- package/packages/table/src/util.ts +35 -1
- package/packages/ui/index.ts +15 -3
- package/styles/components/icon.scss +29 -2
- package/styles/components/table-module/custom.scss +88 -67
- package/styles/icon/iconfont.ttf +0 -0
- package/styles/icon/iconfont.woff +0 -0
- package/styles/icon/iconfont.woff2 +0 -0
- package/styles/theme/base.scss +13 -1
- package/es/iconfont.1782656047498.woff +0 -0
- package/es/iconfont.1782656047498.woff2 +0 -0
- package/lib/iconfont.1782656047498.woff +0 -0
- package/lib/iconfont.1782656047498.woff2 +0 -0
package/es/locale/lang/th-TH.js
CHANGED
|
@@ -175,10 +175,16 @@ export default {
|
|
|
175
175
|
colResizable: 'Width (pixels)',
|
|
176
176
|
colVisible: 'Visible',
|
|
177
177
|
colFixed: 'Freeze',
|
|
178
|
-
colFixedMax: 'Freeze (
|
|
178
|
+
colFixedMax: 'Freeze (Max {0})',
|
|
179
|
+
colAlign: '对齐方式',
|
|
180
|
+
colHeadAlign: '表头对齐方式',
|
|
181
|
+
colFootAlign: '表尾对齐方式',
|
|
179
182
|
fixedLeft: 'Left',
|
|
180
|
-
fixedUnset: '
|
|
183
|
+
fixedUnset: 'None',
|
|
181
184
|
fixedRight: 'Right',
|
|
185
|
+
alignLeft: '居左',
|
|
186
|
+
alignCenter: '居中',
|
|
187
|
+
alignRight: '居右',
|
|
182
188
|
moveUp: '上移',
|
|
183
189
|
moveDn: '下移',
|
|
184
190
|
putTop: '置顶',
|
|
@@ -186,7 +192,10 @@ export default {
|
|
|
186
192
|
moveUpTitle: '点击向上移动',
|
|
187
193
|
moveDnTitle: '点击向下移动',
|
|
188
194
|
putTopTitle: '点击置顶',
|
|
189
|
-
putBottomTitle: '点击置尾'
|
|
195
|
+
putBottomTitle: '点击置尾',
|
|
196
|
+
anLeftTitle: '左对齐',
|
|
197
|
+
anCenterTitle: '居中',
|
|
198
|
+
anRightTitle: '右对齐'
|
|
190
199
|
}
|
|
191
200
|
},
|
|
192
201
|
import: {
|
|
@@ -287,6 +296,10 @@ export default {
|
|
|
287
296
|
fixedRight: 'แช่แข็งขวา',
|
|
288
297
|
cancelFixed: 'สูดดม'
|
|
289
298
|
},
|
|
299
|
+
iconPicker: {
|
|
300
|
+
search: '搜索',
|
|
301
|
+
emptyText: '暂无数据'
|
|
302
|
+
},
|
|
290
303
|
datePicker: {
|
|
291
304
|
yearTitle: '{0} ปี'
|
|
292
305
|
},
|
package/es/locale/lang/ug-CN.js
CHANGED
|
@@ -175,10 +175,16 @@ export default {
|
|
|
175
175
|
colResizable: 'Width (pixels)',
|
|
176
176
|
colVisible: 'Visible',
|
|
177
177
|
colFixed: 'Freeze',
|
|
178
|
-
colFixedMax: 'Freeze (
|
|
178
|
+
colFixedMax: 'Freeze (Max {0})',
|
|
179
|
+
colAlign: '对齐方式',
|
|
180
|
+
colHeadAlign: '表头对齐方式',
|
|
181
|
+
colFootAlign: '表尾对齐方式',
|
|
179
182
|
fixedLeft: 'Left',
|
|
180
|
-
fixedUnset: '
|
|
183
|
+
fixedUnset: 'None',
|
|
181
184
|
fixedRight: 'Right',
|
|
185
|
+
alignLeft: '居左',
|
|
186
|
+
alignCenter: '居中',
|
|
187
|
+
alignRight: '居右',
|
|
182
188
|
moveUp: '上移',
|
|
183
189
|
moveDn: '下移',
|
|
184
190
|
putTop: '置顶',
|
|
@@ -186,7 +192,10 @@ export default {
|
|
|
186
192
|
moveUpTitle: '点击向上移动',
|
|
187
193
|
moveDnTitle: '点击向下移动',
|
|
188
194
|
putTopTitle: '点击置顶',
|
|
189
|
-
putBottomTitle: '点击置尾'
|
|
195
|
+
putBottomTitle: '点击置尾',
|
|
196
|
+
anLeftTitle: '左对齐',
|
|
197
|
+
anCenterTitle: '居中',
|
|
198
|
+
anRightTitle: '右对齐'
|
|
190
199
|
}
|
|
191
200
|
},
|
|
192
201
|
import: {
|
|
@@ -287,6 +296,10 @@ export default {
|
|
|
287
296
|
fixedRight: 'ئوڭ ياندا توڭلىتىش',
|
|
288
297
|
cancelFixed: 'قۇر توڭلىتىشنى ئەمەلدىن قالدۇرۇش'
|
|
289
298
|
},
|
|
299
|
+
iconPicker: {
|
|
300
|
+
search: '搜索',
|
|
301
|
+
emptyText: '暂无数据'
|
|
302
|
+
},
|
|
290
303
|
datePicker: {
|
|
291
304
|
yearTitle: '{0} يىل'
|
|
292
305
|
},
|
package/es/locale/lang/uk-UA.js
CHANGED
|
@@ -175,10 +175,16 @@ export default {
|
|
|
175
175
|
colResizable: 'Width (pixels)',
|
|
176
176
|
colVisible: 'Visible',
|
|
177
177
|
colFixed: 'Freeze',
|
|
178
|
-
colFixedMax: 'Freeze (
|
|
178
|
+
colFixedMax: 'Freeze (Max {0})',
|
|
179
|
+
colAlign: '对齐方式',
|
|
180
|
+
colHeadAlign: '表头对齐方式',
|
|
181
|
+
colFootAlign: '表尾对齐方式',
|
|
179
182
|
fixedLeft: 'Left',
|
|
180
|
-
fixedUnset: '
|
|
183
|
+
fixedUnset: 'None',
|
|
181
184
|
fixedRight: 'Right',
|
|
185
|
+
alignLeft: '居左',
|
|
186
|
+
alignCenter: '居中',
|
|
187
|
+
alignRight: '居右',
|
|
182
188
|
moveUp: '上移',
|
|
183
189
|
moveDn: '下移',
|
|
184
190
|
putTop: '置顶',
|
|
@@ -186,7 +192,10 @@ export default {
|
|
|
186
192
|
moveUpTitle: '点击向上移动',
|
|
187
193
|
moveDnTitle: '点击向下移动',
|
|
188
194
|
putTopTitle: '点击置顶',
|
|
189
|
-
putBottomTitle: '点击置尾'
|
|
195
|
+
putBottomTitle: '点击置尾',
|
|
196
|
+
anLeftTitle: '左对齐',
|
|
197
|
+
anCenterTitle: '居中',
|
|
198
|
+
anRightTitle: '右对齐'
|
|
190
199
|
}
|
|
191
200
|
},
|
|
192
201
|
import: {
|
|
@@ -287,6 +296,10 @@ export default {
|
|
|
287
296
|
fixedRight: 'Заморожуйте право',
|
|
288
297
|
cancelFixed: 'Розморожувати'
|
|
289
298
|
},
|
|
299
|
+
iconPicker: {
|
|
300
|
+
search: '搜索',
|
|
301
|
+
emptyText: '暂无数据'
|
|
302
|
+
},
|
|
290
303
|
datePicker: {
|
|
291
304
|
yearTitle: '{0} років'
|
|
292
305
|
},
|
package/es/locale/lang/uz-UZ.js
CHANGED
|
@@ -175,10 +175,16 @@ export default {
|
|
|
175
175
|
colResizable: 'Width (pixels)',
|
|
176
176
|
colVisible: 'Visible',
|
|
177
177
|
colFixed: 'Freeze',
|
|
178
|
-
colFixedMax: 'Freeze (
|
|
178
|
+
colFixedMax: 'Freeze (Max {0})',
|
|
179
|
+
colAlign: '对齐方式',
|
|
180
|
+
colHeadAlign: '表头对齐方式',
|
|
181
|
+
colFootAlign: '表尾对齐方式',
|
|
179
182
|
fixedLeft: 'Left',
|
|
180
|
-
fixedUnset: '
|
|
183
|
+
fixedUnset: 'None',
|
|
181
184
|
fixedRight: 'Right',
|
|
185
|
+
alignLeft: '居左',
|
|
186
|
+
alignCenter: '居中',
|
|
187
|
+
alignRight: '居右',
|
|
182
188
|
moveUp: '上移',
|
|
183
189
|
moveDn: '下移',
|
|
184
190
|
putTop: '置顶',
|
|
@@ -186,7 +192,10 @@ export default {
|
|
|
186
192
|
moveUpTitle: '点击向上移动',
|
|
187
193
|
moveDnTitle: '点击向下移动',
|
|
188
194
|
putTopTitle: '点击置顶',
|
|
189
|
-
putBottomTitle: '点击置尾'
|
|
195
|
+
putBottomTitle: '点击置尾',
|
|
196
|
+
anLeftTitle: '左对齐',
|
|
197
|
+
anCenterTitle: '居中',
|
|
198
|
+
anRightTitle: '右对齐'
|
|
190
199
|
}
|
|
191
200
|
},
|
|
192
201
|
import: {
|
|
@@ -287,6 +296,10 @@ export default {
|
|
|
287
296
|
fixedRight: "O'ng tomonda muzlatib qo'ying",
|
|
288
297
|
cancelFixed: "Urug'lar ustunini"
|
|
289
298
|
},
|
|
299
|
+
iconPicker: {
|
|
300
|
+
search: '搜索',
|
|
301
|
+
emptyText: '暂无数据'
|
|
302
|
+
},
|
|
290
303
|
datePicker: {
|
|
291
304
|
yearTitle: '{0} yillar'
|
|
292
305
|
},
|
package/es/locale/lang/vi-VN.js
CHANGED
|
@@ -176,9 +176,15 @@ export default {
|
|
|
176
176
|
colVisible: 'Chiều rộng (pixels)',
|
|
177
177
|
colFixed: 'Sử dụn',
|
|
178
178
|
colFixedMax: 'Sử dụng (lên đến {0})',
|
|
179
|
+
colAlign: '对齐方式',
|
|
180
|
+
colHeadAlign: '表头对齐方式',
|
|
181
|
+
colFootAlign: '表尾对齐方式',
|
|
179
182
|
fixedLeft: 'Trái',
|
|
180
|
-
fixedUnset: '
|
|
183
|
+
fixedUnset: '无',
|
|
181
184
|
fixedRight: 'Đúng',
|
|
185
|
+
alignLeft: '居左',
|
|
186
|
+
alignCenter: '居中',
|
|
187
|
+
alignRight: '居右',
|
|
182
188
|
moveUp: '上移',
|
|
183
189
|
moveDn: '下移',
|
|
184
190
|
putTop: '置顶',
|
|
@@ -186,7 +192,10 @@ export default {
|
|
|
186
192
|
moveUpTitle: '点击向上移动',
|
|
187
193
|
moveDnTitle: '点击向下移动',
|
|
188
194
|
putTopTitle: '点击置顶',
|
|
189
|
-
putBottomTitle: '点击置尾'
|
|
195
|
+
putBottomTitle: '点击置尾',
|
|
196
|
+
anLeftTitle: '左对齐',
|
|
197
|
+
anCenterTitle: '居中',
|
|
198
|
+
anRightTitle: '右对齐'
|
|
190
199
|
}
|
|
191
200
|
},
|
|
192
201
|
import: {
|
|
@@ -287,6 +296,10 @@ export default {
|
|
|
287
296
|
fixedRight: 'Đóng băng bên phải',
|
|
288
297
|
cancelFixed: 'Mở ra cột'
|
|
289
298
|
},
|
|
299
|
+
iconPicker: {
|
|
300
|
+
search: '搜索',
|
|
301
|
+
emptyText: '暂无数据'
|
|
302
|
+
},
|
|
290
303
|
datePicker: {
|
|
291
304
|
yearTitle: '{0} năm'
|
|
292
305
|
},
|
package/es/locale/lang/zh-CHT.js
CHANGED
|
@@ -175,10 +175,16 @@ export default {
|
|
|
175
175
|
colResizable: '列寬(像素)',
|
|
176
176
|
colVisible: '是否顯示',
|
|
177
177
|
colFixed: '凍結列',
|
|
178
|
-
colFixedMax: '
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
178
|
+
colFixedMax: '凍結列({0})',
|
|
179
|
+
colAlign: '对齐方式',
|
|
180
|
+
colHeadAlign: '表头对齐方式',
|
|
181
|
+
colFootAlign: '表尾对齐方式',
|
|
182
|
+
fixedLeft: '左',
|
|
183
|
+
fixedUnset: '无',
|
|
184
|
+
fixedRight: '右',
|
|
185
|
+
alignLeft: '左',
|
|
186
|
+
alignCenter: '中',
|
|
187
|
+
alignRight: '右',
|
|
182
188
|
moveUp: '上移',
|
|
183
189
|
moveDn: '下移',
|
|
184
190
|
putTop: '置顶',
|
|
@@ -186,7 +192,10 @@ export default {
|
|
|
186
192
|
moveUpTitle: '点击向上移动',
|
|
187
193
|
moveDnTitle: '点击向下移动',
|
|
188
194
|
putTopTitle: '点击置顶',
|
|
189
|
-
putBottomTitle: '点击置尾'
|
|
195
|
+
putBottomTitle: '点击置尾',
|
|
196
|
+
anLeftTitle: '左对齐',
|
|
197
|
+
anCenterTitle: '居中',
|
|
198
|
+
anRightTitle: '右对齐'
|
|
190
199
|
}
|
|
191
200
|
},
|
|
192
201
|
import: {
|
|
@@ -287,6 +296,10 @@ export default {
|
|
|
287
296
|
fixedRight: '凍結在右側',
|
|
288
297
|
cancelFixed: '取消凍結列'
|
|
289
298
|
},
|
|
299
|
+
iconPicker: {
|
|
300
|
+
search: '搜索',
|
|
301
|
+
emptyText: '暂无数据'
|
|
302
|
+
},
|
|
290
303
|
datePicker: {
|
|
291
304
|
yearTitle: '{0} 年'
|
|
292
305
|
},
|
package/es/locale/lang/zh-CN.js
CHANGED
|
@@ -175,10 +175,16 @@ export default {
|
|
|
175
175
|
colResizable: '列宽(像素)',
|
|
176
176
|
colVisible: '是否显示',
|
|
177
177
|
colFixed: '冻结列',
|
|
178
|
-
colFixedMax: '
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
178
|
+
colFixedMax: '冻结列({0})',
|
|
179
|
+
colAlign: '对齐方式',
|
|
180
|
+
colHeadAlign: '表头对齐方式',
|
|
181
|
+
colFootAlign: '表尾对齐方式',
|
|
182
|
+
fixedLeft: '左',
|
|
183
|
+
fixedUnset: '无',
|
|
184
|
+
fixedRight: '右',
|
|
185
|
+
alignLeft: '左',
|
|
186
|
+
alignCenter: '中',
|
|
187
|
+
alignRight: '右',
|
|
182
188
|
moveUp: '上移',
|
|
183
189
|
moveDn: '下移',
|
|
184
190
|
putTop: '置顶',
|
|
@@ -186,7 +192,10 @@ export default {
|
|
|
186
192
|
moveUpTitle: '点击向上移动',
|
|
187
193
|
moveDnTitle: '点击向下移动',
|
|
188
194
|
putTopTitle: '点击置顶',
|
|
189
|
-
putBottomTitle: '点击置尾'
|
|
195
|
+
putBottomTitle: '点击置尾',
|
|
196
|
+
anLeftTitle: '左对齐',
|
|
197
|
+
anCenterTitle: '居中',
|
|
198
|
+
anRightTitle: '右对齐'
|
|
190
199
|
}
|
|
191
200
|
},
|
|
192
201
|
import: {
|
|
@@ -287,6 +296,10 @@ export default {
|
|
|
287
296
|
fixedRight: '冻结在右侧',
|
|
288
297
|
cancelFixed: '取消冻结列'
|
|
289
298
|
},
|
|
299
|
+
iconPicker: {
|
|
300
|
+
search: '搜索',
|
|
301
|
+
emptyText: '暂无数据'
|
|
302
|
+
},
|
|
290
303
|
datePicker: {
|
|
291
304
|
yearTitle: '{0} 年'
|
|
292
305
|
},
|