vxe-table 4.10.6-beta.3 → 4.10.6-beta.30
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 +112 -77
- package/es/table/src/cell.js +28 -46
- 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 +32 -8
- package/es/table/src/header.js +73 -158
- package/es/table/src/props.js +6 -2
- package/es/table/src/table.js +1175 -633
- package/es/table/src/util.js +77 -62
- package/es/table/style.css +357 -213
- package/es/table/style.min.css +1 -1
- package/es/ui/index.js +24 -11
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +357 -213
- 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 +1833 -1161
- 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 +12 -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 +104 -76
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/cell.js +27 -38
- 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 +30 -8
- package/lib/table/src/footer.min.js +1 -1
- package/lib/table/src/header.js +57 -169
- package/lib/table/src/header.min.js +1 -1
- package/lib/table/src/props.js +6 -2
- package/lib/table/src/props.min.js +1 -1
- package/lib/table/src/table.js +1227 -625
- 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 +357 -213
- package/lib/table/style/style.min.css +1 -1
- package/lib/ui/index.js +24 -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 +357 -213
- 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 +122 -80
- package/packages/table/src/cell.ts +28 -54
- 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 +32 -8
- package/packages/table/src/header.ts +73 -158
- package/packages/table/src/props.ts +6 -2
- package/packages/table/src/table.ts +1179 -631
- package/packages/table/src/util.ts +81 -62
- package/packages/ui/index.ts +23 -10
- package/styles/components/table.scss +428 -290
- 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.1736748534420.ttf → iconfont.1737460213413.ttf} +0 -0
- /package/es/{iconfont.1736748534420.woff → iconfont.1737460213413.woff} +0 -0
- /package/es/{iconfont.1736748534420.woff2 → iconfont.1737460213413.woff2} +0 -0
- /package/lib/{iconfont.1736748534420.ttf → iconfont.1737460213413.ttf} +0 -0
- /package/lib/{iconfont.1736748534420.woff → iconfont.1737460213413.woff} +0 -0
- /package/lib/{iconfont.1736748534420.woff2 → iconfont.1737460213413.woff2} +0 -0
package/es/locale/lang/it-IT.js
CHANGED
|
@@ -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!',
|
package/es/locale/lang/ja-JP.js
CHANGED
package/es/locale/lang/ko-KR.js
CHANGED
|
@@ -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: '최소한 하나의 레코드를 선택해주세요!',
|
package/es/locale/lang/nb-NO.js
CHANGED
|
@@ -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: '请至少选择一条记录!',
|
package/es/locale/lang/pt-BR.js
CHANGED
|
@@ -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!',
|
package/es/locale/lang/ru-RU.js
CHANGED
|
@@ -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: 'Пожалуйста, выберите хотя бы одну запись!',
|
package/es/locale/lang/th-TH.js
CHANGED
|
@@ -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: 'โปรดเลือกอย่างน้อยหนึ่งรายการ!',
|
package/es/locale/lang/ug-CN.js
CHANGED
|
@@ -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: 'كەم بولغاندا بىر تال ئۇچۇر تاللاڭ',
|