vxe-table 4.13.5 → 4.13.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 +3 -2
- package/es/locale/lang/de-DE.js +3 -2
- package/es/locale/lang/en-US.js +2 -1
- package/es/locale/lang/es-ES.js +3 -2
- 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/id-ID.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 +2 -1
- 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 +2 -1
- 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/custom/hook.js +11 -8
- package/es/table/module/custom/panel.js +7 -7
- package/es/table/module/export/hook.js +21 -20
- package/es/table/module/keyboard/hook.js +3 -2
- package/es/table/src/body.js +45 -10
- package/es/table/src/cell.js +159 -69
- package/es/table/src/column.js +2 -0
- package/es/table/src/columnInfo.js +1 -0
- package/es/table/src/emits.js +1 -0
- package/es/table/src/props.js +9 -7
- package/es/table/src/table.js +653 -171
- package/es/table/style.css +70 -40
- package/es/table/style.min.css +1 -1
- package/es/ui/index.js +13 -1
- package/es/ui/src/dom.js +3 -0
- package/es/ui/src/log.js +1 -1
- package/es/vxe-table/style.css +70 -40
- 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 +419 -179
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/ar-EG.js +3 -2
- package/lib/locale/lang/ar-EG.min.js +1 -1
- package/lib/locale/lang/de-DE.js +3 -2
- package/lib/locale/lang/de-DE.min.js +1 -1
- package/lib/locale/lang/en-US.js +2 -1
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +2 -1
- package/lib/locale/lang/es-ES.js +3 -2
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +3 -2
- 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/id-ID.js +2 -1
- package/lib/locale/lang/id-ID.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 +2 -1
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +2 -1
- 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 +2 -1
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +2 -1
- 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/custom/hook.js +11 -1
- package/lib/table/module/custom/hook.min.js +1 -1
- package/lib/table/module/custom/panel.js +6 -2
- package/lib/table/module/custom/panel.min.js +1 -1
- package/lib/table/module/export/hook.js +21 -11
- package/lib/table/module/export/hook.min.js +1 -1
- package/lib/table/module/keyboard/hook.js +2 -1
- package/lib/table/module/keyboard/hook.min.js +1 -1
- package/lib/table/src/body.js +35 -9
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/cell.js +177 -52
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/column.js +2 -0
- package/lib/table/src/column.min.js +1 -1
- package/lib/table/src/columnInfo.js +1 -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/props.js +9 -7
- package/lib/table/src/props.min.js +1 -1
- package/lib/table/src/table.js +134 -91
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/style/style.css +70 -40
- package/lib/table/style/style.min.css +1 -1
- package/lib/ui/index.js +13 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/dom.js +4 -0
- package/lib/ui/src/dom.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 +70 -40
- 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 +3 -2
- package/packages/locale/lang/de-DE.ts +3 -2
- package/packages/locale/lang/en-US.ts +2 -1
- package/packages/locale/lang/es-ES.ts +3 -2
- 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/id-ID.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 +2 -1
- 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 +2 -1
- 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/custom/hook.ts +14 -8
- package/packages/table/module/custom/panel.ts +7 -7
- package/packages/table/module/export/hook.ts +28 -27
- package/packages/table/module/keyboard/hook.ts +3 -2
- package/packages/table/src/body.ts +46 -10
- package/packages/table/src/cell.ts +162 -73
- package/packages/table/src/column.ts +2 -0
- package/packages/table/src/columnInfo.ts +1 -0
- package/packages/table/src/emits.ts +1 -0
- package/packages/table/src/props.ts +9 -7
- package/packages/table/src/table.ts +658 -176
- package/packages/ui/index.ts +12 -0
- package/packages/ui/src/dom.ts +4 -0
- package/styles/components/table.scss +131 -92
- /package/es/{iconfont.1744880866629.ttf → iconfont.1745197925862.ttf} +0 -0
- /package/es/{iconfont.1744880866629.woff → iconfont.1745197925862.woff} +0 -0
- /package/es/{iconfont.1744880866629.woff2 → iconfont.1745197925862.woff2} +0 -0
- /package/lib/{iconfont.1744880866629.ttf → iconfont.1745197925862.ttf} +0 -0
- /package/lib/{iconfont.1744880866629.woff → iconfont.1745197925862.woff} +0 -0
- /package/lib/{iconfont.1744880866629.woff2 → iconfont.1745197925862.woff2} +0 -0
package/es/locale/lang/fr-FR.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'Le nombre maximum de colonnes gelées ne peut pas dépasser {0}',
|
|
82
82
|
dragTip: 'Déplacer : {0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: '请至少选择一条记录!',
|
package/es/locale/lang/hu-HU.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'A rögzített oszlopok maximális száma nem haladhatja meg a következőt: {0}',
|
|
82
82
|
dragTip: '移动:{0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: 'Kérjük, válasszon legalább egy rekordot!',
|
package/es/locale/lang/hy-AM.js
CHANGED
package/es/locale/lang/id-ID.js
CHANGED
package/es/locale/lang/it-IT.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'Il numero massimo di colonne bloccate non può superare {0}',
|
|
82
82
|
dragTip: 'Sposta: {0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: 'Seleziona almeno un record!',
|
package/es/locale/lang/ja-JP.js
CHANGED
package/es/locale/lang/ko-KR.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: '최대 고정 열 수는 {0}을(를) 초과할 수 없습니다.',
|
|
82
82
|
dragTip: '이동: {0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: '최소한 하나의 레코드를 선택해주세요!',
|
package/es/locale/lang/nb-NO.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'Maksimalt antall frosne kolonner kan ikke overstige {0}',
|
|
82
82
|
dragTip: 'Flytt: {0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: '请至少选择一条记录!',
|
package/es/locale/lang/pt-BR.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}',
|
|
82
82
|
dragTip: '移动:{0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: 'Por favor, selecione pelo menos um registro!',
|
package/es/locale/lang/ru-RU.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'Максимальное количество замороженных столбцов не может превышать {0}.',
|
|
82
82
|
dragTip: 'Переместить: {0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: 'Пожалуйста, выберите хотя бы одну запись!',
|
package/es/locale/lang/th-TH.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'จำนวนคอลัมน์ที่ตรึงไว้สูงสุดต้องไม่เกิน {0}',
|
|
82
82
|
dragTip: 'ย้าย: {0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: 'โปรดเลือกอย่างน้อยหนึ่งรายการ!',
|
package/es/locale/lang/ug-CN.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'توڭلىتىشقا بولىدىغان ئەڭ چوڭ قۇر سانى {0} دانە',
|
|
82
82
|
dragTip: 'يۆتكەش:{0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: 'كەم بولغاندا بىر تال ئۇچۇر تاللاڭ',
|
package/es/locale/lang/uk-UA.js
CHANGED
|
@@ -81,7 +81,8 @@ export default {
|
|
|
81
81
|
maxFixedCol: 'Максимальна кількість зафіксованих стовпців не повинна перевищувати {0}',
|
|
82
82
|
dragTip: 'Переміщення: {0}',
|
|
83
83
|
resizeColTip: '宽:{0} 像素',
|
|
84
|
-
resizeRowTip: '高:{0} 像素'
|
|
84
|
+
resizeRowTip: '高:{0} 像素',
|
|
85
|
+
rowGroupContentTotal: '{0}({1})'
|
|
85
86
|
},
|
|
86
87
|
grid: {
|
|
87
88
|
selectOneRecord: 'Будь ласка, виберіть хоча б один запис!',
|
package/es/locale/lang/vi-VN.js
CHANGED
package/es/locale/lang/zh-CHT.js
CHANGED
package/es/locale/lang/zh-CN.js
CHANGED