vxe-table 4.10.6-beta.8 → 4.10.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.
- package/es/grid/src/grid.js +1 -1
- package/es/index.css +1 -1
- package/es/index.min.css +1 -1
- package/es/locale/lang/ar-EG.js +2 -1
- package/es/locale/lang/de-DE.js +2 -1
- package/es/locale/lang/en-US.js +4 -3
- package/es/locale/lang/es-ES.js +2 -1
- package/es/locale/lang/fr-FR.js +2 -1
- package/es/locale/lang/hu-HU.js +2 -1
- package/es/locale/lang/hy-AM.js +2 -1
- package/es/locale/lang/it-IT.js +2 -1
- package/es/locale/lang/ja-JP.js +2 -1
- package/es/locale/lang/ko-KR.js +2 -1
- package/es/locale/lang/nb-NO.js +2 -1
- package/es/locale/lang/pt-BR.js +2 -1
- package/es/locale/lang/ru-RU.js +4 -3
- package/es/locale/lang/th-TH.js +2 -1
- package/es/locale/lang/ug-CN.js +2 -1
- package/es/locale/lang/uk-UA.js +518 -517
- package/es/locale/lang/vi-VN.js +2 -1
- package/es/locale/lang/zh-CHT.js +2 -1
- package/es/locale/lang/zh-CN.js +2 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/module/edit/hook.js +7 -7
- package/es/table/module/export/hook.js +97 -62
- package/es/table/module/keyboard/hook.js +63 -27
- package/es/table/src/body.js +128 -81
- package/es/table/src/cell.js +41 -55
- package/es/table/src/column.js +13 -1
- package/es/table/src/columnInfo.js +3 -0
- package/es/table/src/emits.js +2 -0
- package/es/table/src/footer.js +48 -10
- package/es/table/src/header.js +70 -168
- package/es/table/src/props.js +14 -4
- package/es/table/src/table.js +884 -426
- package/es/table/src/util.js +77 -62
- package/es/table/style.css +253 -189
- package/es/table/style.min.css +1 -1
- package/es/ui/index.js +26 -11
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +253 -189
- package/es/vxe-table/style.min.css +1 -1
- package/lib/grid/src/grid.js +1 -1
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.min.css +1 -1
- package/lib/index.umd.js +1533 -917
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/ar-EG.js +2 -1
- package/lib/locale/lang/ar-EG.min.js +1 -1
- package/lib/locale/lang/de-DE.js +2 -1
- package/lib/locale/lang/de-DE.min.js +1 -1
- package/lib/locale/lang/en-US.js +4 -3
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +4 -3
- package/lib/locale/lang/es-ES.js +2 -1
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +2 -1
- package/lib/locale/lang/fr-FR.js +2 -1
- package/lib/locale/lang/fr-FR.min.js +1 -1
- package/lib/locale/lang/hu-HU.js +2 -1
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/hu-HU.umd.js +2 -1
- package/lib/locale/lang/hy-AM.js +2 -1
- package/lib/locale/lang/hy-AM.min.js +1 -1
- package/lib/locale/lang/it-IT.js +2 -1
- package/lib/locale/lang/it-IT.min.js +1 -1
- package/lib/locale/lang/ja-JP.js +2 -1
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +2 -1
- package/lib/locale/lang/ko-KR.js +2 -1
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/ko-KR.umd.js +2 -1
- package/lib/locale/lang/nb-NO.js +2 -1
- package/lib/locale/lang/nb-NO.min.js +1 -1
- package/lib/locale/lang/pt-BR.js +2 -1
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +2 -1
- package/lib/locale/lang/ru-RU.js +4 -3
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +4 -3
- package/lib/locale/lang/th-TH.js +2 -1
- package/lib/locale/lang/th-TH.min.js +1 -1
- package/lib/locale/lang/ug-CN.js +2 -1
- package/lib/locale/lang/ug-CN.min.js +1 -1
- package/lib/locale/lang/uk-UA.js +518 -517
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +518 -517
- package/lib/locale/lang/vi-VN.js +2 -1
- package/lib/locale/lang/vi-VN.min.js +1 -1
- package/lib/locale/lang/zh-CHT.js +2 -1
- package/lib/locale/lang/zh-CHT.min.js +1 -1
- package/lib/locale/lang/zh-CN.js +2 -1
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +2 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/module/edit/hook.js +7 -2
- package/lib/table/module/edit/hook.min.js +1 -1
- package/lib/table/module/export/hook.js +97 -57
- package/lib/table/module/export/hook.min.js +1 -1
- package/lib/table/module/keyboard/hook.js +71 -28
- package/lib/table/module/keyboard/hook.min.js +1 -1
- package/lib/table/src/body.js +129 -80
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/cell.js +32 -42
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/column.js +13 -1
- package/lib/table/src/column.min.js +1 -1
- package/lib/table/src/columnInfo.js +3 -0
- 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/footer.js +48 -8
- package/lib/table/src/footer.min.js +1 -1
- package/lib/table/src/header.js +54 -181
- package/lib/table/src/header.min.js +1 -1
- package/lib/table/src/props.js +14 -4
- package/lib/table/src/props.min.js +1 -1
- package/lib/table/src/table.js +935 -417
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/src/util.js +100 -82
- package/lib/table/src/util.min.js +1 -1
- package/lib/table/style/style.css +253 -189
- package/lib/table/style/style.min.css +1 -1
- package/lib/ui/index.js +26 -11
- 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 +253 -189
- package/lib/vxe-table/style/style.min.css +1 -1
- package/package.json +2 -2
- package/packages/grid/src/grid.ts +1 -1
- package/packages/locale/lang/ar-EG.ts +2 -1
- package/packages/locale/lang/de-DE.ts +2 -1
- package/packages/locale/lang/en-US.ts +4 -3
- package/packages/locale/lang/es-ES.ts +2 -1
- package/packages/locale/lang/fr-FR.ts +2 -1
- package/packages/locale/lang/hu-HU.ts +2 -1
- package/packages/locale/lang/hy-AM.ts +2 -1
- package/packages/locale/lang/it-IT.ts +2 -1
- package/packages/locale/lang/ja-JP.ts +2 -1
- package/packages/locale/lang/ko-KR.ts +2 -1
- package/packages/locale/lang/nb-NO.ts +2 -1
- package/packages/locale/lang/pt-BR.ts +2 -1
- package/packages/locale/lang/ru-RU.ts +4 -3
- package/packages/locale/lang/th-TH.ts +2 -1
- package/packages/locale/lang/ug-CN.ts +2 -1
- package/packages/locale/lang/uk-UA.ts +518 -517
- package/packages/locale/lang/vi-VN.ts +2 -1
- package/packages/locale/lang/zh-CHT.ts +2 -1
- package/packages/locale/lang/zh-CN.ts +2 -1
- package/packages/table/module/edit/hook.ts +7 -7
- package/packages/table/module/export/hook.ts +118 -65
- package/packages/table/module/keyboard/hook.ts +59 -25
- package/packages/table/src/body.ts +148 -91
- package/packages/table/src/cell.ts +41 -63
- package/packages/table/src/column.ts +13 -1
- package/packages/table/src/columnInfo.ts +3 -0
- package/packages/table/src/emits.ts +5 -1
- package/packages/table/src/footer.ts +51 -11
- package/packages/table/src/header.ts +70 -168
- package/packages/table/src/props.ts +14 -5
- package/packages/table/src/table.ts +890 -428
- package/packages/table/src/util.ts +81 -62
- package/packages/ui/index.ts +25 -10
- package/styles/components/table.scss +319 -271
- package/styles/theme/base.scss +4 -6
- package/styles/theme/dark.scss +1 -0
- package/styles/theme/light.scss +1 -0
- package/styles/variable.scss +1 -1
- /package/es/{iconfont.1736840923205.ttf → iconfont.1738985856004.ttf} +0 -0
- /package/es/{iconfont.1736840923205.woff → iconfont.1738985856004.woff} +0 -0
- /package/es/{iconfont.1736840923205.woff2 → iconfont.1738985856004.woff2} +0 -0
- /package/lib/{iconfont.1736840923205.ttf → iconfont.1738985856004.ttf} +0 -0
- /package/lib/{iconfont.1736840923205.woff → iconfont.1738985856004.woff} +0 -0
- /package/lib/{iconfont.1736840923205.woff2 → iconfont.1738985856004.woff2} +0 -0
|
@@ -77,7 +77,8 @@ export default {
|
|
|
77
77
|
customRestore: 'Alapértelmezés visszaállítása',
|
|
78
78
|
maxFixedCol: 'A rögzített oszlopok maximális száma nem haladhatja meg a következőt: {0}',
|
|
79
79
|
dragTip: '移动:{0}',
|
|
80
|
-
resizeColTip: '{0}
|
|
80
|
+
resizeColTip: '宽:{0} 像素',
|
|
81
|
+
resizeRowTip: '高:{0} 像素'
|
|
81
82
|
},
|
|
82
83
|
grid: {
|
|
83
84
|
selectOneRecord: 'Kérjük, válasszon legalább egy rekordot!',
|
|
@@ -77,7 +77,8 @@ export default {
|
|
|
77
77
|
customRestore: 'Ripristina impostazione predefinita',
|
|
78
78
|
maxFixedCol: 'Il numero massimo di colonne bloccate non può superare {0}',
|
|
79
79
|
dragTip: 'Sposta: {0}',
|
|
80
|
-
resizeColTip: '{0}
|
|
80
|
+
resizeColTip: '宽:{0} 像素',
|
|
81
|
+
resizeRowTip: '高:{0} 像素'
|
|
81
82
|
},
|
|
82
83
|
grid: {
|
|
83
84
|
selectOneRecord: 'Seleziona almeno un record!',
|
|
@@ -77,7 +77,8 @@ export default {
|
|
|
77
77
|
customRestore: '기본값으로 복원',
|
|
78
78
|
maxFixedCol: '최대 고정 열 수는 {0}을(를) 초과할 수 없습니다.',
|
|
79
79
|
dragTip: '이동: {0}',
|
|
80
|
-
resizeColTip: '{0}
|
|
80
|
+
resizeColTip: '宽:{0} 像素',
|
|
81
|
+
resizeRowTip: '高:{0} 像素'
|
|
81
82
|
},
|
|
82
83
|
grid: {
|
|
83
84
|
selectOneRecord: '최소한 하나의 레코드를 선택해주세요!',
|
|
@@ -77,7 +77,8 @@ export default {
|
|
|
77
77
|
customRestore: 'Gjenopprett standard',
|
|
78
78
|
maxFixedCol: 'Maksimalt antall frosne kolonner kan ikke overstige {0}',
|
|
79
79
|
dragTip: 'Flytt: {0}',
|
|
80
|
-
resizeColTip: '{0}
|
|
80
|
+
resizeColTip: '宽:{0} 像素',
|
|
81
|
+
resizeRowTip: '高:{0} 像素'
|
|
81
82
|
},
|
|
82
83
|
grid: {
|
|
83
84
|
selectOneRecord: '请至少选择一条记录!',
|
|
@@ -77,7 +77,8 @@ export default {
|
|
|
77
77
|
customRestore: 'Restore',
|
|
78
78
|
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}',
|
|
79
79
|
dragTip: '移动:{0}',
|
|
80
|
-
resizeColTip: '{0}
|
|
80
|
+
resizeColTip: '宽:{0} 像素',
|
|
81
|
+
resizeRowTip: '高:{0} 像素'
|
|
81
82
|
},
|
|
82
83
|
grid: {
|
|
83
84
|
selectOneRecord: 'Por favor, selecione pelo menos um registro!',
|
|
@@ -3,8 +3,8 @@ export default {
|
|
|
3
3
|
base: {
|
|
4
4
|
pleaseInput: 'Пожалуйста, введите',
|
|
5
5
|
pleaseSelect: 'Пожалуйста, выберите',
|
|
6
|
-
comma: '
|
|
7
|
-
fullStop: '
|
|
6
|
+
comma: ',',
|
|
7
|
+
fullStop: '.'
|
|
8
8
|
},
|
|
9
9
|
loading: {
|
|
10
10
|
text: 'загрузка...'
|
|
@@ -77,7 +77,8 @@ export default {
|
|
|
77
77
|
customRestore: 'Восстановить настройки по умолчанию',
|
|
78
78
|
maxFixedCol: 'Максимальное количество замороженных столбцов не может превышать {0}.',
|
|
79
79
|
dragTip: 'Переместить: {0}',
|
|
80
|
-
resizeColTip: '{0}
|
|
80
|
+
resizeColTip: '宽:{0} 像素',
|
|
81
|
+
resizeRowTip: '高:{0} 像素'
|
|
81
82
|
},
|
|
82
83
|
grid: {
|
|
83
84
|
selectOneRecord: 'Пожалуйста, выберите хотя бы одну запись!',
|
|
@@ -77,7 +77,8 @@ export default {
|
|
|
77
77
|
customRestore: 'คืนค่าเริ่มต้น',
|
|
78
78
|
maxFixedCol: 'จำนวนคอลัมน์ที่ตรึงไว้สูงสุดต้องไม่เกิน {0}',
|
|
79
79
|
dragTip: 'ย้าย: {0}',
|
|
80
|
-
resizeColTip: '{0}
|
|
80
|
+
resizeColTip: '宽:{0} 像素',
|
|
81
|
+
resizeRowTip: '高:{0} 像素'
|
|
81
82
|
},
|
|
82
83
|
grid: {
|
|
83
84
|
selectOneRecord: 'โปรดเลือกอย่างน้อยหนึ่งรายการ!',
|
|
@@ -77,7 +77,8 @@ export default {
|
|
|
77
77
|
customRestore: 'ئەسلىگە قايتۇرۇش',
|
|
78
78
|
maxFixedCol: 'توڭلىتىشقا بولىدىغان ئەڭ چوڭ قۇر سانى {0} دانە',
|
|
79
79
|
dragTip: 'يۆتكەش:{0}',
|
|
80
|
-
resizeColTip: '{0}
|
|
80
|
+
resizeColTip: '宽:{0} 像素',
|
|
81
|
+
resizeRowTip: '高:{0} 像素'
|
|
81
82
|
},
|
|
82
83
|
grid: {
|
|
83
84
|
selectOneRecord: 'كەم بولغاندا بىر تال ئۇچۇر تاللاڭ',
|