vxe-table 4.13.53 → 4.13.56
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 +25 -9
- package/es/locale/lang/ar-EG.js +22 -2
- package/es/locale/lang/de-DE.js +22 -2
- package/es/locale/lang/en-US.js +23 -3
- package/es/locale/lang/es-ES.js +22 -2
- package/es/locale/lang/fr-FR.js +22 -2
- package/es/locale/lang/hu-HU.js +22 -2
- package/es/locale/lang/hy-AM.js +21 -1
- package/es/locale/lang/id-ID.js +22 -2
- package/es/locale/lang/it-IT.js +22 -2
- package/es/locale/lang/ja-JP.js +22 -2
- package/es/locale/lang/ko-KR.js +22 -2
- package/es/locale/lang/ms-MY.js +22 -2
- package/es/locale/lang/nb-NO.js +22 -2
- package/es/locale/lang/pt-BR.js +22 -2
- package/es/locale/lang/ru-RU.js +22 -2
- package/es/locale/lang/th-TH.js +22 -2
- package/es/locale/lang/ug-CN.js +22 -2
- package/es/locale/lang/uk-UA.js +22 -2
- package/es/locale/lang/uz-UZ.js +22 -2
- package/es/locale/lang/vi-VN.js +22 -2
- package/es/locale/lang/zh-CHT.js +22 -2
- package/es/locale/lang/zh-CN.js +21 -1
- package/es/style.css +1 -1
- package/es/table/src/columnInfo.js +9 -0
- package/es/table/src/table.js +58 -17
- package/es/ui/index.js +2 -1
- package/es/ui/src/log.js +1 -1
- package/lib/grid/src/grid.js +25 -9
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/index.umd.js +65 -17
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/ar-EG.js +22 -2
- package/lib/locale/lang/ar-EG.min.js +1 -1
- package/lib/locale/lang/ar-EG.umd.js +22 -2
- package/lib/locale/lang/de-DE.js +22 -2
- package/lib/locale/lang/de-DE.min.js +1 -1
- package/lib/locale/lang/de-DE.umd.js +22 -2
- package/lib/locale/lang/en-US.js +23 -3
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +23 -3
- package/lib/locale/lang/es-ES.js +22 -2
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +22 -2
- package/lib/locale/lang/fr-FR.js +22 -2
- package/lib/locale/lang/fr-FR.min.js +1 -1
- package/lib/locale/lang/fr-FR.umd.js +22 -2
- package/lib/locale/lang/hu-HU.js +22 -2
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/hu-HU.umd.js +22 -2
- package/lib/locale/lang/hy-AM.js +21 -1
- package/lib/locale/lang/hy-AM.min.js +1 -1
- package/lib/locale/lang/hy-AM.umd.js +21 -1
- package/lib/locale/lang/id-ID.js +22 -2
- package/lib/locale/lang/id-ID.min.js +1 -1
- package/lib/locale/lang/id-ID.umd.js +22 -2
- package/lib/locale/lang/it-IT.js +22 -2
- package/lib/locale/lang/it-IT.min.js +1 -1
- package/lib/locale/lang/it-IT.umd.js +22 -2
- package/lib/locale/lang/ja-JP.js +22 -2
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +22 -2
- package/lib/locale/lang/ko-KR.js +22 -2
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/ko-KR.umd.js +22 -2
- package/lib/locale/lang/ms-MY.js +22 -2
- package/lib/locale/lang/ms-MY.min.js +1 -1
- package/lib/locale/lang/ms-MY.umd.js +22 -2
- package/lib/locale/lang/nb-NO.js +22 -2
- package/lib/locale/lang/nb-NO.min.js +1 -1
- package/lib/locale/lang/nb-NO.umd.js +22 -2
- package/lib/locale/lang/pt-BR.js +22 -2
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +22 -2
- package/lib/locale/lang/ru-RU.js +22 -2
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +22 -2
- package/lib/locale/lang/th-TH.js +22 -2
- package/lib/locale/lang/th-TH.min.js +1 -1
- package/lib/locale/lang/th-TH.umd.js +22 -2
- package/lib/locale/lang/ug-CN.js +22 -2
- package/lib/locale/lang/ug-CN.min.js +1 -1
- package/lib/locale/lang/ug-CN.umd.js +22 -2
- package/lib/locale/lang/uk-UA.js +22 -2
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +22 -2
- package/lib/locale/lang/uz-UZ.js +22 -2
- package/lib/locale/lang/uz-UZ.min.js +1 -1
- package/lib/locale/lang/uz-UZ.umd.js +22 -2
- package/lib/locale/lang/vi-VN.js +22 -2
- package/lib/locale/lang/vi-VN.min.js +1 -1
- package/lib/locale/lang/vi-VN.umd.js +22 -2
- package/lib/locale/lang/zh-CHT.js +22 -2
- package/lib/locale/lang/zh-CHT.min.js +1 -1
- package/lib/locale/lang/zh-CHT.umd.js +22 -2
- package/lib/locale/lang/zh-CN.js +21 -1
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +21 -1
- package/lib/style.css +1 -1
- package/lib/table/src/columnInfo.js +12 -0
- package/lib/table/src/columnInfo.min.js +1 -1
- package/lib/table/src/table.js +4 -5
- package/lib/table/src/table.min.js +1 -1
- package/lib/ui/index.js +2 -1
- 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/package.json +1 -1
- package/packages/grid/src/grid.ts +30 -10
- package/packages/locale/lang/ar-EG.ts +22 -2
- package/packages/locale/lang/de-DE.ts +22 -2
- package/packages/locale/lang/en-US.ts +23 -3
- package/packages/locale/lang/es-ES.ts +22 -2
- package/packages/locale/lang/fr-FR.ts +22 -2
- package/packages/locale/lang/hu-HU.ts +22 -2
- package/packages/locale/lang/hy-AM.ts +21 -1
- package/packages/locale/lang/id-ID.ts +22 -2
- package/packages/locale/lang/it-IT.ts +22 -2
- package/packages/locale/lang/ja-JP.ts +22 -2
- package/packages/locale/lang/ko-KR.ts +22 -2
- package/packages/locale/lang/ms-MY.ts +22 -2
- package/packages/locale/lang/nb-NO.ts +22 -2
- package/packages/locale/lang/pt-BR.ts +22 -2
- package/packages/locale/lang/ru-RU.ts +22 -2
- package/packages/locale/lang/th-TH.ts +22 -2
- package/packages/locale/lang/ug-CN.ts +22 -2
- package/packages/locale/lang/uk-UA.ts +22 -2
- package/packages/locale/lang/uz-UZ.ts +22 -2
- package/packages/locale/lang/vi-VN.ts +22 -2
- package/packages/locale/lang/zh-CHT.ts +22 -2
- package/packages/locale/lang/zh-CN.ts +21 -1
- package/packages/table/src/columnInfo.ts +11 -0
- package/packages/table/src/table.ts +67 -16
- package/packages/ui/index.ts +1 -0
- /package/es/{iconfont.1751969999028.ttf → iconfont.1753525580419.ttf} +0 -0
- /package/es/{iconfont.1751969999028.woff → iconfont.1753525580419.woff} +0 -0
- /package/es/{iconfont.1751969999028.woff2 → iconfont.1753525580419.woff2} +0 -0
- /package/lib/{iconfont.1751969999028.ttf → iconfont.1753525580419.ttf} +0 -0
- /package/lib/{iconfont.1751969999028.woff → iconfont.1753525580419.woff} +0 -0
- /package/lib/{iconfont.1751969999028.woff2 → iconfont.1753525580419.woff2} +0 -0
package/lib/ui/index.js
CHANGED
|
@@ -13,7 +13,7 @@ Object.defineProperty(exports, "VxeUI", {
|
|
|
13
13
|
exports.version = exports.validators = exports.use = exports.t = exports.setup = exports.setTheme = exports.setLanguage = exports.setIcon = exports.setI18n = exports.setConfig = exports.saveFile = exports.renderer = exports.readFile = exports.print = exports.modal = exports.menus = exports.log = exports.interceptor = exports.hooks = exports.globalResize = exports.globalEvents = exports.getTheme = exports.getIcon = exports.getI18n = exports.getConfig = exports.formats = exports.default = exports.config = exports.commands = exports.clipboard = exports._t = void 0;
|
|
14
14
|
var _core = require("@vxe-ui/core");
|
|
15
15
|
var _utils = require("./src/utils");
|
|
16
|
-
const version = exports.version = "4.13.
|
|
16
|
+
const version = exports.version = "4.13.56";
|
|
17
17
|
_core.VxeUI.version = version;
|
|
18
18
|
_core.VxeUI.tableVersion = version;
|
|
19
19
|
_core.VxeUI.setConfig({
|
|
@@ -146,6 +146,7 @@ _core.VxeUI.setConfig({
|
|
|
146
146
|
// filterMethod: null,
|
|
147
147
|
// destroyOnClose: false,
|
|
148
148
|
// isEvery: false,
|
|
149
|
+
multiple: true,
|
|
149
150
|
showIcon: true
|
|
150
151
|
},
|
|
151
152
|
aggregateConfig: {
|
package/lib/ui/index.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:!0}),exports.VXETable=void 0,Object.defineProperty(exports,"VxeUI",{enumerable:!0,get:function(){return _core.VxeUI}}),exports.version=exports.validators=exports.use=exports.t=exports.setup=exports.setTheme=exports.setLanguage=exports.setIcon=exports.setI18n=exports.setConfig=exports.saveFile=exports.renderer=exports.readFile=exports.print=exports.modal=exports.menus=exports.log=exports.interceptor=exports.hooks=exports.globalResize=exports.globalEvents=exports.getTheme=exports.getIcon=exports.getI18n=exports.getConfig=exports.formats=exports.default=exports.config=exports.commands=exports.clipboard=exports._t=void 0;var _core=require("@vxe-ui/core"),_utils=require("./src/utils");let version=exports.version="4.13.
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.VXETable=void 0,Object.defineProperty(exports,"VxeUI",{enumerable:!0,get:function(){return _core.VxeUI}}),exports.version=exports.validators=exports.use=exports.t=exports.setup=exports.setTheme=exports.setLanguage=exports.setIcon=exports.setI18n=exports.setConfig=exports.saveFile=exports.renderer=exports.readFile=exports.print=exports.modal=exports.menus=exports.log=exports.interceptor=exports.hooks=exports.globalResize=exports.globalEvents=exports.getTheme=exports.getIcon=exports.getI18n=exports.getConfig=exports.formats=exports.default=exports.config=exports.commands=exports.clipboard=exports._t=void 0;var _core=require("@vxe-ui/core"),_utils=require("./src/utils");let version=exports.version="4.13.56",iconPrefix=(_core.VxeUI.version=version,_core.VxeUI.tableVersion=version,_core.VxeUI.setConfig({emptyCell:" ",table:{fit:!0,showHeader:!0,animat:!0,delayHover:250,autoResize:!0,minHeight:144,resizeConfig:{},resizableConfig:{dragMode:"auto",showDragTip:!0,isSyncAutoHeight:!0,isSyncAutoWidth:!0,minHeight:18},radioConfig:{strict:!0},rowDragConfig:{showIcon:!0,animation:!0,showGuidesStatus:!0,showDragTip:!0},columnDragConfig:{showIcon:!0,animation:!0,showGuidesStatus:!0,showDragTip:!0},checkboxConfig:{strict:!0},tooltipConfig:{enterable:!0},validConfig:{showMessage:!0,autoClear:!0,autoPos:!0,message:"inline",msgMode:"single",theme:"beautify"},columnConfig:{maxFixedSize:4},cellConfig:{padding:!0},headerCellConfig:{height:"unset"},footerCellConfig:{height:"unset"},customConfig:{allowVisible:!0,allowResizable:!0,allowFixed:!0,allowSort:!0,showFooter:!0,placement:"top-right",storeOptions:{visible:!0,resizable:!0,sort:!0,fixed:!0},modalOptions:{showMaximize:!0,mask:!0,lockView:!0,resize:!0,escClosable:!0},drawerOptions:{mask:!0,lockView:!0,escClosable:!0,resize:!0}},sortConfig:{showIcon:!0,allowClear:!0,allowBtn:!0,iconLayout:"vertical"},filterConfig:{multiple:!0,showIcon:!0},aggregateConfig:{padding:!0,rowField:"id",parentField:"_X_ROW_PARENT_KEY",childrenField:"_X_ROW_CHILDREN",mapChildrenField:"_X_ROW_CHILD_LIST",indent:20,showIcon:!0,maxGroupSize:4,showAggFuncTitle:!0},treeConfig:{padding:!0,rowField:"id",parentField:"parentId",childrenField:"children",hasChildField:"hasChild",mapChildrenField:"_X_ROW_CHILD",indent:20,showIcon:!0},expandConfig:{showIcon:!0,mode:"fixed"},editConfig:{showIcon:!0,showAsterisk:!0,autoFocus:!0},importConfig:{_typeMaps:{csv:1,html:1,xml:1,txt:1}},exportConfig:{_typeMaps:{csv:1,html:1,xml:1,txt:1}},printConfig:{},mouseConfig:{extension:!0},keyboardConfig:{isAll:!0,isEsc:!0},areaConfig:{autoClear:!0,selectCellByHeader:!0,selectCellByBody:!0,extendDirection:{top:!0,left:!0,bottom:!0,right:!0}},clipConfig:{isCopy:!0,isCut:!0,isPaste:!0},fnrConfig:{isFind:!0,isReplace:!0},virtualXConfig:{gt:24,preSize:1,oSize:0},virtualYConfig:{gt:100,preSize:1,oSize:0},scrollbarConfig:{}},grid:{formConfig:{enabled:!0},pagerConfig:{enabled:!0},toolbarConfig:{enabled:!0},proxyConfig:{enabled:!0,autoLoad:!0,showResponseMsg:!0,showActiveMsg:!0,props:{list:null,result:"result",total:"page.total",message:"message"}}},toolbar:{}}),"vxe-table-icon-"),setTheme=(_core.VxeUI.setIcon({TABLE_SORT_ASC:iconPrefix+"caret-up",TABLE_SORT_DESC:iconPrefix+"caret-down",TABLE_FILTER_NONE:iconPrefix+"funnel",TABLE_FILTER_MATCH:iconPrefix+"funnel",TABLE_EDIT:iconPrefix+"edit",TABLE_TITLE_PREFIX:iconPrefix+"question-circle-fill",TABLE_TITLE_SUFFIX:iconPrefix+"question-circle-fill",TABLE_TREE_LOADED:iconPrefix+"spinner roll",TABLE_TREE_OPEN:iconPrefix+"caret-right rotate90",TABLE_TREE_CLOSE:iconPrefix+"caret-right",TABLE_EXPAND_LOADED:iconPrefix+"spinner roll",TABLE_EXPAND_OPEN:iconPrefix+"arrow-right rotate90",TABLE_EXPAND_CLOSE:iconPrefix+"arrow-right",TABLE_CHECKBOX_CHECKED:iconPrefix+"checkbox-checked-fill",TABLE_CHECKBOX_UNCHECKED:iconPrefix+"checkbox-unchecked",TABLE_CHECKBOX_INDETERMINATE:iconPrefix+"checkbox-indeterminate-fill",TABLE_CHECKBOX_DISABLED_UNCHECKED:iconPrefix+"checkbox-unchecked-fill",TABLE_RADIO_CHECKED:iconPrefix+"radio-checked-fill",TABLE_RADIO_UNCHECKED:iconPrefix+"radio-unchecked",TABLE_RADIO_DISABLED_UNCHECKED:iconPrefix+"radio-unchecked-fill",TABLE_CUSTOM_SORT:iconPrefix+"drag-handle",TABLE_MENU_OPTIONS:iconPrefix+"arrow-right",TABLE_DRAG_ROW:iconPrefix+"drag-handle",TABLE_DRAG_COLUMN:iconPrefix+"drag-handle",TABLE_DRAG_STATUS_ROW:iconPrefix+"sort",TABLE_DRAG_STATUS_SUB_ROW:iconPrefix+"add-sub",TABLE_DRAG_STATUS_AGG_GROUP:iconPrefix+"grouping",TABLE_DRAG_STATUS_AGG_VALUES:iconPrefix+"values",TABLE_DRAG_STATUS_COLUMN:iconPrefix+"swap",TABLE_DRAG_DISABLED:iconPrefix+"no-drop",TABLE_ROW_GROUP_OPEN:iconPrefix+"arrow-right rotate90",TABLE_ROW_GROUP_CLOSE:iconPrefix+"arrow-right",TABLE_AGGREGATE_GROUPING:iconPrefix+"grouping",TABLE_AGGREGATE_VALUES:iconPrefix+"values",TABLE_AGGREGATE_SORT:iconPrefix+"drag-handle",TABLE_AGGREGATE_DELETE:iconPrefix+"close",TOOLBAR_TOOLS_REFRESH:iconPrefix+"repeat",TOOLBAR_TOOLS_REFRESH_LOADING:iconPrefix+"repeat roll",TOOLBAR_TOOLS_IMPORT:iconPrefix+"upload",TOOLBAR_TOOLS_EXPORT:iconPrefix+"download",TOOLBAR_TOOLS_PRINT:iconPrefix+"print",TOOLBAR_TOOLS_FULLSCREEN:iconPrefix+"fullscreen",TOOLBAR_TOOLS_MINIMIZE:iconPrefix+"minimize",TOOLBAR_TOOLS_CUSTOM:iconPrefix+"custom-column",TOOLBAR_TOOLS_FIXED_LEFT:iconPrefix+"fixed-left",TOOLBAR_TOOLS_FIXED_LEFT_ACTIVE:iconPrefix+"fixed-left-fill",TOOLBAR_TOOLS_FIXED_RIGHT:iconPrefix+"fixed-right",TOOLBAR_TOOLS_FIXED_RIGHT_ACTIVE:iconPrefix+"fixed-right-fill"}),exports.setTheme=_core.VxeUI.setTheme),getTheme=exports.getTheme=_core.VxeUI.getTheme,setConfig=exports.setConfig=_core.VxeUI.setConfig,getConfig=exports.getConfig=_core.VxeUI.getConfig,setIcon=exports.setIcon=_core.VxeUI.setIcon,getIcon=exports.getIcon=_core.VxeUI.getIcon,setLanguage=exports.setLanguage=_core.VxeUI.setLanguage,setI18n=exports.setI18n=_core.VxeUI.setI18n,getI18n=exports.getI18n=_core.VxeUI.getI18n,globalEvents=exports.globalEvents=_core.VxeUI.globalEvents,globalResize=exports.globalResize=_core.VxeUI.globalResize,renderer=exports.renderer=_core.VxeUI.renderer,validators=exports.validators=_core.VxeUI.validators,menus=exports.menus=_core.VxeUI.menus,formats=exports.formats=_core.VxeUI.formats,commands=exports.commands=_core.VxeUI.commands,interceptor=exports.interceptor=_core.VxeUI.interceptor,clipboard=exports.clipboard=_core.VxeUI.clipboard,log=exports.log=_core.VxeUI.log,hooks=exports.hooks=_core.VxeUI.hooks,use=exports.use=_core.VxeUI.use,setup=e=>_core.VxeUI.setConfig(e),config=(exports.setup=setup,_core.VxeUI.setup=setup,e=>_core.VxeUI.setConfig(e)),t=(exports.config=config,_core.VxeUI.config=config,(e,o)=>_core.VxeUI.getI18n(e,o)),_t=(exports.t=t,_core.VxeUI.t=t,(e,o)=>(0,_utils.getFuncText)(e,o)),VXETable=(exports._t=_t,_core.VxeUI._t=_t,exports.VXETable=_core.VxeUI),saveFile=e=>_core.VxeUI.saveFile(e),readFile=(exports.saveFile=saveFile,e=>_core.VxeUI.readFile(e)),print=(exports.readFile=readFile,e=>_core.VxeUI.print(e)),modal=(exports.print=print,exports.modal={get(e){return _core.VxeUI.modal.get(e)},close(e){return _core.VxeUI.modal.close(e)},open(e){return _core.VxeUI.modal.open(e)},alert(e,o,r){return _core.VxeUI.modal.alert(e,o,r)},confirm(e,o,r){return _core.VxeUI.modal.confirm(e,o,r)},message(e,o){return _core.VxeUI.modal.message(e,o)},notification(e,o,r){return _core.VxeUI.modal.notification(e,o,r)}});var _default=exports.default=_core.VxeUI;
|
package/lib/ui/src/log.js
CHANGED
|
@@ -8,6 +8,6 @@ var _core = require("@vxe-ui/core");
|
|
|
8
8
|
const {
|
|
9
9
|
log
|
|
10
10
|
} = _core.VxeUI;
|
|
11
|
-
const version = `table v${"4.13.
|
|
11
|
+
const version = `table v${"4.13.56"}`;
|
|
12
12
|
const warnLog = exports.warnLog = log.create('warn', version);
|
|
13
13
|
const errLog = exports.errLog = log.create('error', version);
|
package/lib/ui/src/log.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:!0}),exports.warnLog=exports.errLog=void 0;var _core=require("@vxe-ui/core");let log=_core.VxeUI.log,version="table v4.13.
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.warnLog=exports.errLog=void 0;var _core=require("@vxe-ui/core");let log=_core.VxeUI.log,version="table v4.13.56",warnLog=exports.warnLog=log.create("warn",version),errLog=exports.errLog=log.create("error",version);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vxe-table",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.56",
|
|
4
4
|
"description": "A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"update": "npm install --legacy-peer-deps",
|
|
@@ -18,7 +18,7 @@ const { getConfig, getI18n, commands, hooks, useFns, createEvent, globalEvents,
|
|
|
18
18
|
|
|
19
19
|
const tableComponentPropKeys = Object.keys(tableComponentProps as any)
|
|
20
20
|
|
|
21
|
-
const tableComponentMethodKeys: (keyof VxeTableMethods)[] = ['clearAll', 'syncData', 'updateData', 'loadData', 'reloadData', 'reloadRow', 'loadColumn', 'reloadColumn', 'getRowNode', 'getColumnNode', 'getRowIndex', 'getVTRowIndex', 'getVMRowIndex', 'getColumnIndex', 'getVTColumnIndex', 'getVMColumnIndex', 'setRow', 'createData', 'createRow', 'revertData', 'clearData', 'isRemoveByRow', 'isInsertByRow', 'isUpdateByRow', 'getColumns', 'getColumnById', 'getColumnByField', 'getTableColumn', 'getFullColumns', 'getData', 'getCheckboxRecords', 'getParentRow', 'getTreeRowChildren', 'getTreeParentRow', 'getRowSeq', 'getRowById', 'getRowid', 'getTableData', 'getFullData', 'setColumnFixed', 'clearColumnFixed', 'setColumnWidth', 'getColumnWidth', 'setRowHeightConf', 'getRowHeightConf', 'setRowHeight', 'getRowHeight', 'hideColumn', 'showColumn', 'resetColumn', 'refreshColumn', 'refreshScroll', 'recalculate', 'closeTooltip', 'isAllCheckboxChecked', 'isAllCheckboxIndeterminate', 'getCheckboxIndeterminateRecords', 'setCheckboxRow', 'setCheckboxRowKey', 'isCheckedByCheckboxRow', 'isCheckedByCheckboxRowKey', 'isIndeterminateByCheckboxRow', 'isIndeterminateByCheckboxRowKey', 'toggleCheckboxRow', 'setAllCheckboxRow', 'getRadioReserveRecord', 'clearRadioReserve', 'getCheckboxReserveRecords', 'clearCheckboxReserve', 'toggleAllCheckboxRow', 'clearCheckboxRow', 'setCurrentRow', 'isCheckedByRadioRow', 'isCheckedByRadioRowKey', 'setRadioRow', 'setRadioRowKey', 'clearCurrentRow', 'clearRadioRow', 'getCurrentRecord', 'getRadioRecord', 'getCurrentColumn', 'setCurrentColumn', 'clearCurrentColumn', 'setPendingRow', 'togglePendingRow', 'hasPendingByRow', 'isPendingByRow', 'getPendingRecords', 'clearPendingRow', 'sort', 'setSort', 'clearSort', 'clearSortByEvent', 'isSort', 'getSortColumns', 'closeFilter', 'isFilter', 'clearFilterByEvent', 'isActiveFilterByColumn', 'isRowExpandLoaded', 'clearRowExpandLoaded', 'reloadRowExpand', 'reloadRowExpand', 'toggleRowExpand', 'setAllRowExpand', 'setRowExpand', 'isExpandByRow', 'isRowExpandByRow', 'clearRowExpand', 'clearRowExpandReserve', 'getRowExpandRecords', 'getTreeExpandRecords', 'isTreeExpandLoaded', 'clearTreeExpandLoaded', 'reloadTreeExpand', 'reloadTreeChilds', 'toggleTreeExpand', 'setAllTreeExpand', 'setTreeExpand', 'isTreeExpandByRow', 'clearTreeExpand', 'clearTreeExpandReserve', 'getScroll', 'scrollTo', 'scrollToRow', 'scrollToColumn', 'clearScroll', 'updateFooter', 'updateStatus', 'setMergeCells', 'removeInsertRow', 'removeMergeCells', 'getMergeCells', 'clearMergeCells', 'setMergeFooterItems', 'removeMergeFooterItems', 'getMergeFooterItems', 'clearMergeFooterItems', 'getCustomStoreData', 'setRowGroupExpand', 'setAllRowGroupExpand', 'clearRowGroupExpand', 'isRowGroupExpandByRow', 'isRowGroupRecord', 'isAggregateRecord', 'isAggregateExpandByRow', 'getAggregateContentByRow', 'getAggregateRowChildren', 'setRowGroups', 'clearRowGroups', 'openTooltip', 'moveColumnTo', 'moveRowTo', 'getCellLabel', 'getCellElement', 'focus', 'blur', 'connect']
|
|
21
|
+
const tableComponentMethodKeys: (keyof VxeTableMethods)[] = ['clearAll', 'syncData', 'updateData', 'loadData', 'reloadData', 'reloadRow', 'loadColumn', 'reloadColumn', 'getRowNode', 'getColumnNode', 'getRowIndex', 'getVTRowIndex', 'getVMRowIndex', 'getColumnIndex', 'getVTColumnIndex', 'getVMColumnIndex', 'setRow', 'createData', 'createRow', 'revertData', 'clearData', 'isRemoveByRow', 'isInsertByRow', 'isUpdateByRow', 'getColumns', 'getColumnById', 'getColumnByField', 'getTableColumn', 'getFullColumns', 'getData', 'getCheckboxRecords', 'getParentRow', 'getTreeRowChildren', 'getTreeParentRow', 'getRowSeq', 'getRowById', 'getRowid', 'getTableData', 'getFullData', 'setColumnFixed', 'clearColumnFixed', 'setColumnWidth', 'getColumnWidth', 'setRowHeightConf', 'getRowHeightConf', 'setRowHeight', 'getRowHeight', 'hideColumn', 'showColumn', 'resetColumn', 'refreshColumn', 'refreshScroll', 'recalculate', 'closeTooltip', 'isAllCheckboxChecked', 'isAllCheckboxIndeterminate', 'getCheckboxIndeterminateRecords', 'setCheckboxRow', 'setCheckboxRowKey', 'isCheckedByCheckboxRow', 'isCheckedByCheckboxRowKey', 'isIndeterminateByCheckboxRow', 'isIndeterminateByCheckboxRowKey', 'toggleCheckboxRow', 'setAllCheckboxRow', 'getRadioReserveRecord', 'clearRadioReserve', 'getCheckboxReserveRecords', 'clearCheckboxReserve', 'toggleAllCheckboxRow', 'clearCheckboxRow', 'setCurrentRow', 'isCheckedByRadioRow', 'isCheckedByRadioRowKey', 'setRadioRow', 'setRadioRowKey', 'clearCurrentRow', 'clearRadioRow', 'getCurrentRecord', 'getRadioRecord', 'getCurrentColumn', 'setCurrentColumn', 'clearCurrentColumn', 'setPendingRow', 'togglePendingRow', 'hasPendingByRow', 'isPendingByRow', 'getPendingRecords', 'clearPendingRow', 'setFilterByEvent', 'sort', 'setSort', 'setSortByEvent', 'clearSort', 'clearSortByEvent', 'isSort', 'getSortColumns', 'closeFilter', 'isFilter', 'clearFilterByEvent', 'isActiveFilterByColumn', 'isRowExpandLoaded', 'clearRowExpandLoaded', 'reloadRowExpand', 'reloadRowExpand', 'toggleRowExpand', 'setAllRowExpand', 'setRowExpand', 'isExpandByRow', 'isRowExpandByRow', 'clearRowExpand', 'clearRowExpandReserve', 'getRowExpandRecords', 'getTreeExpandRecords', 'isTreeExpandLoaded', 'clearTreeExpandLoaded', 'reloadTreeExpand', 'reloadTreeChilds', 'toggleTreeExpand', 'setAllTreeExpand', 'setTreeExpand', 'isTreeExpandByRow', 'clearTreeExpand', 'clearTreeExpandReserve', 'getScroll', 'scrollTo', 'scrollToRow', 'scrollToColumn', 'clearScroll', 'updateFooter', 'updateStatus', 'setMergeCells', 'removeInsertRow', 'removeMergeCells', 'getMergeCells', 'clearMergeCells', 'setMergeFooterItems', 'removeMergeFooterItems', 'getMergeFooterItems', 'clearMergeFooterItems', 'getCustomStoreData', 'setRowGroupExpand', 'setAllRowGroupExpand', 'clearRowGroupExpand', 'isRowGroupExpandByRow', 'isRowGroupRecord', 'isAggregateRecord', 'isAggregateExpandByRow', 'getAggregateContentByRow', 'getAggregateRowChildren', 'setRowGroups', 'clearRowGroups', 'openTooltip', 'moveColumnTo', 'moveRowTo', 'getCellLabel', 'getCellElement', 'focus', 'blur', 'connect']
|
|
22
22
|
|
|
23
23
|
const gridComponentEmits: VxeGridEmits = [
|
|
24
24
|
...tableComponentEmits,
|
|
@@ -379,7 +379,7 @@ export default defineVxeComponent({
|
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
|
|
382
|
-
const
|
|
382
|
+
const handleSortEvent = (params: any) => {
|
|
383
383
|
const $xeTable = refTable.value
|
|
384
384
|
const { proxyConfig } = props
|
|
385
385
|
const { computeSortOpts } = $xeTable.getComputeMaps()
|
|
@@ -390,15 +390,24 @@ export default defineVxeComponent({
|
|
|
390
390
|
reactData.sortData = params.sortList
|
|
391
391
|
if (proxyConfig && isEnableConf(proxyOpts)) {
|
|
392
392
|
reactData.tablePage.currentPage = 1
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
$xeGrid.commitProxy('query').then((rest) => {
|
|
394
|
+
$xeGrid.dispatchEvent('proxy-query', rest, params.$event)
|
|
395
395
|
})
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
|
-
gridMethods.dispatchEvent('sort-change', params, params.$event)
|
|
399
398
|
}
|
|
400
399
|
|
|
401
|
-
const
|
|
400
|
+
const sortChangeEvent: VxeTableEvents.SortChange = (params) => {
|
|
401
|
+
handleSortEvent(params)
|
|
402
|
+
$xeGrid.dispatchEvent('sort-change', params, params.$event)
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
const clearAllSortEvent = (params: any) => {
|
|
406
|
+
handleSortEvent(params)
|
|
407
|
+
$xeGrid.dispatchEvent('clear-all-sort', params, params.$event)
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
const handleFilterEvent = (params: any) => {
|
|
402
411
|
const $xeTable = refTable.value
|
|
403
412
|
const { proxyConfig } = props
|
|
404
413
|
const { computeFilterOpts } = $xeTable.getComputeMaps()
|
|
@@ -409,12 +418,21 @@ export default defineVxeComponent({
|
|
|
409
418
|
reactData.filterData = params.filterList
|
|
410
419
|
if (proxyConfig && isEnableConf(proxyOpts)) {
|
|
411
420
|
reactData.tablePage.currentPage = 1
|
|
412
|
-
|
|
413
|
-
|
|
421
|
+
$xeGrid.commitProxy('query').then((rest) => {
|
|
422
|
+
$xeGrid.dispatchEvent('proxy-query', rest, params.$event)
|
|
414
423
|
})
|
|
415
424
|
}
|
|
416
425
|
}
|
|
417
|
-
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
const filterChangeEvent: VxeTableEvents.FilterChange = (params) => {
|
|
429
|
+
handleFilterEvent(params)
|
|
430
|
+
$xeGrid.dispatchEvent('filter-change', params, params.$event)
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
const clearAllFilterEvent: any = (params: any) => {
|
|
434
|
+
handleFilterEvent(params)
|
|
435
|
+
$xeGrid.dispatchEvent('clear-all-filter', params, params.$event)
|
|
418
436
|
}
|
|
419
437
|
|
|
420
438
|
const submitFormEvent: VxeFormEvents.Submit = (params) => {
|
|
@@ -668,7 +686,7 @@ export default defineVxeComponent({
|
|
|
668
686
|
const { proxyConfig } = props
|
|
669
687
|
const tableProps = computeTableProps.value
|
|
670
688
|
const proxyOpts = computeProxyOpts.value
|
|
671
|
-
const tableOns = Object.assign({}, tableCompEvents)
|
|
689
|
+
const tableOns: any = Object.assign({}, tableCompEvents)
|
|
672
690
|
const emptySlot = slots.empty
|
|
673
691
|
const loadingSlot = slots.loading
|
|
674
692
|
const rowDragIconSlot = slots.rowDragIcon || slots['row-drag-icon']
|
|
@@ -676,9 +694,11 @@ export default defineVxeComponent({
|
|
|
676
694
|
if (proxyConfig && isEnableConf(proxyOpts)) {
|
|
677
695
|
if (proxyOpts.sort) {
|
|
678
696
|
tableOns.onSortChange = sortChangeEvent
|
|
697
|
+
tableOns.onClearAllSort = clearAllSortEvent
|
|
679
698
|
}
|
|
680
699
|
if (proxyOpts.filter) {
|
|
681
700
|
tableOns.onFilterChange = filterChangeEvent
|
|
701
|
+
tableOns.onClearAllFilter = clearAllFilterEvent
|
|
682
702
|
}
|
|
683
703
|
}
|
|
684
704
|
const slotObj: {
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: 'يجب أن تستخدم رؤوس عمود التجميع "{0}" بدلاً من "{1}" ، والتي قد تسبب أخطاء',
|
|
18
18
|
scrollErrProp: 'لا يتم دعم هذه المعلمة "{0}" بعد تمكين التمرير الظاهري',
|
|
19
19
|
errConflicts: 'المعلمة "{0}" تتعارض مع "{1}"',
|
|
20
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
20
21
|
notSupportProp: 'لا يتم دعم "{1}" عند تمكين المعلمة "{0}" ، يجب أن يكون "{2}" ، وإلا',
|
|
21
22
|
notConflictProp: 'عند استخدام "{0}" ، يجب تعيين "{1}" ، وإلا قد يكون هناك تعارضات وظيفية',
|
|
22
23
|
unableInsert: 'لا يمكن إدراجها في الموقع المحدد ، يرجى التحقق مما إذا كانت المعلمات صحيحة',
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: 'فقط اسحب المستوى الأول',
|
|
55
56
|
treeDragChild: 'لا يمكن للآباء السحب إلى أطفالهم',
|
|
56
57
|
reqPlugin: '"{1}" لم يتم تثبيته على https://vxeui.com/other',
|
|
57
|
-
errMaxRow: 'تجاوز الحد الأقصى لصفوف البيانات المدعومة {0} ، قد يتسبب ذلك في حدوث خطأ'
|
|
58
|
+
errMaxRow: 'تجاوز الحد الأقصى لصفوف البيانات المدعومة {0} ، قد يتسبب ذلك في حدوث خطأ',
|
|
59
|
+
useNew: '不建议使用 {0},请使用 {1}'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: 'لا توجد بيانات حتى الآن',
|
|
@@ -96,9 +98,27 @@ export default {
|
|
|
96
98
|
operError: 'حدث خطأ وفشلت العملية!'
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
101
|
+
clear: '清除',
|
|
102
|
+
allChecked: '全选',
|
|
103
|
+
total: '{0} / {1}',
|
|
99
104
|
search: 'يبحث',
|
|
100
105
|
loadingText: 'تحميل',
|
|
101
|
-
emptyText: 'لا توجد بيانات حتى الآن'
|
|
106
|
+
emptyText: 'لا توجد بيانات حتى الآن',
|
|
107
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
108
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
109
|
+
searchEmpty: '未匹配到数据!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: '清除',
|
|
116
|
+
allChecked: '全选',
|
|
117
|
+
allExpand: '全部展开',
|
|
118
|
+
clearExpand: '全部收起',
|
|
119
|
+
total: '已选 {0}',
|
|
120
|
+
search: 'Search',
|
|
121
|
+
emptyText: '暂无数据'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
104
124
|
goto: 'يذهب',
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: 'Gruppierungsspalten -Header sollten "{0}" anstelle von "{1}" verwenden, was zu Fehlern führen kann',
|
|
18
18
|
scrollErrProp: 'Dieser Parameter "{0}" wird nicht unterstützt, nachdem die virtuelle Scrollen aktiviert ist',
|
|
19
19
|
errConflicts: 'Parameter "{0}" Konflikte mit "{1}"',
|
|
20
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
20
21
|
notSupportProp: '"{1}" wird nicht unterstützt, wenn der Parameter "{0}" aktiviert ist. Es sollte "{2}" sein, andernfalls tritt ein Fehler auf',
|
|
21
22
|
notConflictProp: 'Wenn "{0}" verwendet wird, sollte "{1}" festgelegt werden, andernfalls kann es funktionale Konflikte geben',
|
|
22
23
|
unableInsert: 'Kann nicht in den angegebenen Ort eingefügt werden. Überprüfen Sie bitte, ob die Parameter korrekt sind',
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: 'Ziehen Sie nur die erste Ebene',
|
|
55
56
|
treeDragChild: 'Eltern können nicht zu ihren eigenen Kindern ziehen',
|
|
56
57
|
reqPlugin: '"{1}" ist nicht unter https://vxeui.com/Otheriationation installiert',
|
|
57
|
-
errMaxRow: 'Wenn das maximal unterstützte Datenvolumen {0} Zeilen überschreitet, kann dies einen Fehler verursachen'
|
|
58
|
+
errMaxRow: 'Wenn das maximal unterstützte Datenvolumen {0} Zeilen überschreitet, kann dies einen Fehler verursachen',
|
|
59
|
+
useNew: '不建议使用 {0},请使用 {1}'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: 'Noch keine Daten',
|
|
@@ -96,9 +98,27 @@ export default {
|
|
|
96
98
|
operError: 'Ein Fehler ist aufgetreten und die Operation ist fehlgeschlagen!'
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
101
|
+
clear: '清除',
|
|
102
|
+
allChecked: '全选',
|
|
103
|
+
total: '{0} / {1}',
|
|
99
104
|
search: 'suchen',
|
|
100
105
|
loadingText: 'Laden',
|
|
101
|
-
emptyText: 'Noch keine Daten'
|
|
106
|
+
emptyText: 'Noch keine Daten',
|
|
107
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
108
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
109
|
+
searchEmpty: '未匹配到数据!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: '清除',
|
|
116
|
+
allChecked: '全选',
|
|
117
|
+
allExpand: '全部展开',
|
|
118
|
+
clearExpand: '全部收起',
|
|
119
|
+
total: '已选 {0}',
|
|
120
|
+
search: 'Search',
|
|
121
|
+
emptyText: '暂无数据'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
104
124
|
goto: 'Gehen',
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
|
|
18
18
|
scrollErrProp: 'This parameter "{0}" is not supported after virtual scrolling is enabled',
|
|
19
19
|
errConflicts: 'Parameter "{0}" conflicts with "{1}"',
|
|
20
|
+
modelConflicts: 'The bound field values "{0}" and "{1}" conflict, an error will occur.',
|
|
20
21
|
notSupportProp: '"{1}" is not supported when the parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
|
|
21
22
|
notConflictProp: 'When using "{0}", "{1}" should be set, otherwise there may be functional conflicts',
|
|
22
23
|
unableInsert: 'Cannot be inserted into the specified location, please check whether the parameters are correct',
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: 'Only drag the first level',
|
|
55
56
|
treeDragChild: 'Parents cannot drag to their own children',
|
|
56
57
|
reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
|
|
57
|
-
errMaxRow: 'Exceeding the maximum supported data volume {0} rows, this may cause an error'
|
|
58
|
+
errMaxRow: 'Exceeding the maximum supported data volume {0} rows, this may cause an error',
|
|
59
|
+
useNew: 'It is not recommended to use {0}. Please use {1} instead.'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: 'No data yet',
|
|
@@ -96,8 +98,26 @@ export default {
|
|
|
96
98
|
operError: 'An error occurred and the operation failed!'
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
+
clear: 'Clear',
|
|
102
|
+
allChecked: 'All',
|
|
103
|
+
total: '{0} / {1}',
|
|
104
|
+
search: 'Search',
|
|
105
|
+
loadingText: 'Loading',
|
|
106
|
+
emptyText: 'No data yet',
|
|
107
|
+
maxOpt: 'The maximum number that can be selected cannot exceed {0}.',
|
|
108
|
+
overSizeErr: 'The maximum selectable quantity of {0} has been exceeded. The excess part will be ignored!',
|
|
109
|
+
searchEmpty: 'No matching data found!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: 'Clear',
|
|
116
|
+
allChecked: 'Check all',
|
|
117
|
+
allExpand: 'Expand all',
|
|
118
|
+
clearExpand: 'Collapse all',
|
|
119
|
+
total: 'Selected {0}',
|
|
120
|
+
search: 'Search',
|
|
101
121
|
emptyText: 'No data yet'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: 'Los encabezados de la columna de agrupación deben usar "{0}" en lugar de "{1}", lo que puede causar errores',
|
|
18
18
|
scrollErrProp: 'Este parámetro "{0}" no es compatible después de que el desplazamiento virtual esté habilitado',
|
|
19
19
|
errConflicts: 'Parámetro "{0}" En conflicto con "{1}"',
|
|
20
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
20
21
|
notSupportProp: '"{1}" no se admite cuando el parámetro "{0}" está habilitado, debería ser "{2}", de lo contrario ocurrirá un error',
|
|
21
22
|
notConflictProp: 'Cuando se usa "{0}", "{1}" debe establecerse, de lo contrario puede haber conflictos funcionales',
|
|
22
23
|
unableInsert: 'No se puede insertar en la ubicación especificada, verifique si los parámetros son correctos',
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: 'Solo arrastre el primer nivel',
|
|
55
56
|
treeDragChild: 'Los padres no pueden arrastrar a sus propios hijos',
|
|
56
57
|
reqPlugin: '"{1}" no está instalado en https://vxeui.com/other{0 /#/{1}/install',
|
|
57
|
-
errMaxRow: 'Al exceder las filas de volumen de datos máximos admitidos, esto puede causar un error'
|
|
58
|
+
errMaxRow: 'Al exceder las filas de volumen de datos máximos admitidos, esto puede causar un error',
|
|
59
|
+
useNew: '不建议使用 {0},请使用 {1}'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: 'Aún no hay datos',
|
|
@@ -96,9 +98,27 @@ export default {
|
|
|
96
98
|
operError: '¡Se produjo un error y la operación falló!'
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
101
|
+
clear: '清除',
|
|
102
|
+
allChecked: '全选',
|
|
103
|
+
total: '{0} / {1}',
|
|
99
104
|
search: 'buscar',
|
|
100
105
|
loadingText: 'cargando',
|
|
101
|
-
emptyText: 'Aún no hay datos'
|
|
106
|
+
emptyText: 'Aún no hay datos',
|
|
107
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
108
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
109
|
+
searchEmpty: '未匹配到数据!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: '清除',
|
|
116
|
+
allChecked: '全选',
|
|
117
|
+
allExpand: '全部展开',
|
|
118
|
+
clearExpand: '全部收起',
|
|
119
|
+
total: '已选 {0}',
|
|
120
|
+
search: '搜索',
|
|
121
|
+
emptyText: '暂无数据'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
104
124
|
goto: 'Ir',
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: 'Le regroupement des en-têtes de colonne doit utiliser "{0}" au lieu de "{1}", ce qui peut entraîner des erreurs',
|
|
18
18
|
scrollErrProp: "Ce paramètre \"{0}\" n'est pas pris en charge après l'activation du défilement virtuel",
|
|
19
19
|
errConflicts: 'Paramètre "{0}" entre en conflit avec "{1}"',
|
|
20
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
20
21
|
notSupportProp: "\"{1}\" n'est pas pris en charge lorsque le paramètre \"{0}\" est activé, il devrait être \"{2}\", sinon une erreur se produira",
|
|
21
22
|
notConflictProp: 'Lorsque vous utilisez "{0}", "{1}" doit être défini, sinon il peut y avoir des conflits fonctionnels',
|
|
22
23
|
unableInsert: "Ne peut pas être inséré dans l'emplacement spécifié, veuillez vérifier si les paramètres sont corrects",
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: 'Faites seulement glisser le premier niveau',
|
|
55
56
|
treeDragChild: 'Les parents ne peuvent pas traîner à leurs propres enfants',
|
|
56
57
|
reqPlugin: "\"{1}\" n'est pas installé sur https://vxeui.com/other {0,/#/{1 }/install",
|
|
57
|
-
errMaxRow: 'Dépassant les lignes maximales du volume de données prises en charge {0}, cela peut entraîner une erreur'
|
|
58
|
+
errMaxRow: 'Dépassant les lignes maximales du volume de données prises en charge {0}, cela peut entraîner une erreur',
|
|
59
|
+
useNew: '不建议使用 {0},请使用 {1}'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: 'Pas encore de données',
|
|
@@ -96,9 +98,27 @@ export default {
|
|
|
96
98
|
operError: "Une erreur s'est produite et l'opération a échoué!"
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
101
|
+
clear: '清除',
|
|
102
|
+
allChecked: '全选',
|
|
103
|
+
total: '{0} / {1}',
|
|
99
104
|
search: 'recherche',
|
|
100
105
|
loadingText: 'chargement',
|
|
101
|
-
emptyText: 'Pas encore de données'
|
|
106
|
+
emptyText: 'Pas encore de données',
|
|
107
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
108
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
109
|
+
searchEmpty: '未匹配到数据!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: '清除',
|
|
116
|
+
allChecked: '全选',
|
|
117
|
+
allExpand: '全部展开',
|
|
118
|
+
clearExpand: '全部收起',
|
|
119
|
+
total: '已选 {0}',
|
|
120
|
+
search: '搜索',
|
|
121
|
+
emptyText: '暂无数据'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
104
124
|
goto: 'Aller',
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: 'Az oszlopfejlécek csoportosításának a "{0}" -et használni kell a "{1}" helyett, amely hibákat okozhat',
|
|
18
18
|
scrollErrProp: 'Ezt a "{0}" paramétert a virtuális görgetés engedélyezése után nem támogatják',
|
|
19
19
|
errConflicts: 'A "{0}" paraméter konfliktusok "{1}"',
|
|
20
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
20
21
|
notSupportProp: 'A "{1}" nem támogatott, ha a "{0}" paraméter engedélyezve van, "{2}" -nek kell lennie, különben hiba lép fel',
|
|
21
22
|
notConflictProp: 'A "{0}" használatakor a "{1}" -et be kell állítani, különben funkcionális konfliktusok merülhetnek fel',
|
|
22
23
|
unableInsert: 'Nem lehet beilleszteni a megadott helyre, kérjük, ellenőrizze, hogy a paraméterek helyesek -e',
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: 'Csak húzza az első szintet',
|
|
55
56
|
treeDragChild: 'A szülők nem tudnak elhúzni a saját gyermekeiket',
|
|
56
57
|
reqPlugin: 'A "{1}" nincs telepítve a https://vxeui.com/other oldalon {0 }/#/ (1 }/install',
|
|
57
|
-
errMaxRow: 'A maximális támogatott adatmennyiség {0} sorok túllépése, ez hibát okozhat'
|
|
58
|
+
errMaxRow: 'A maximális támogatott adatmennyiség {0} sorok túllépése, ez hibát okozhat',
|
|
59
|
+
useNew: '不建议使用 {0},请使用 {1}'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: 'Még nincs adat',
|
|
@@ -96,9 +98,27 @@ export default {
|
|
|
96
98
|
operError: 'Hiba történt, és a művelet meghibásodott!'
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
101
|
+
clear: '清除',
|
|
102
|
+
allChecked: '全选',
|
|
103
|
+
total: '{0} / {1}',
|
|
99
104
|
search: 'keresés',
|
|
100
105
|
loadingText: 'terhelés',
|
|
101
|
-
emptyText: 'Még nincs adat'
|
|
106
|
+
emptyText: 'Még nincs adat',
|
|
107
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
108
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
109
|
+
searchEmpty: '未匹配到数据!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: '清除',
|
|
116
|
+
allChecked: '全选',
|
|
117
|
+
allExpand: '全部展开',
|
|
118
|
+
clearExpand: '全部收起',
|
|
119
|
+
total: '已选 {0}',
|
|
120
|
+
search: '搜索',
|
|
121
|
+
emptyText: '暂无数据'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
104
124
|
goto: 'Megy',
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
18
18
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
19
19
|
errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
|
|
20
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
20
21
|
notSupportProp: '当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',
|
|
21
22
|
notConflictProp: '当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',
|
|
22
23
|
unableInsert: '无法插入到指定位置,请检查参数是否正确',
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: '只能拖拽第一层级',
|
|
55
56
|
treeDragChild: '父级不能拖拽到自己的子级中',
|
|
56
57
|
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
|
|
57
|
-
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误'
|
|
58
|
+
errMaxRow: '超过支持的最大数据量 {0} 行,这可能会导致出现错误',
|
|
59
|
+
useNew: '不建议使用 {0},请使用 {1}'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: '暂无数据',
|
|
@@ -96,8 +98,26 @@ export default {
|
|
|
96
98
|
operError: '发生错误,操作失败!'
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
101
|
+
clear: '清除',
|
|
102
|
+
allChecked: '全选',
|
|
103
|
+
total: '{0} / {1}',
|
|
99
104
|
search: '搜索',
|
|
100
105
|
loadingText: '加载中',
|
|
106
|
+
emptyText: '暂无数据',
|
|
107
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
108
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
109
|
+
searchEmpty: '未匹配到数据!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: '清除',
|
|
116
|
+
allChecked: '全选',
|
|
117
|
+
allExpand: '全部展开',
|
|
118
|
+
clearExpand: '全部收起',
|
|
119
|
+
total: '已选 {0}',
|
|
120
|
+
search: '搜索',
|
|
101
121
|
emptyText: '暂无数据'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: 'Mengelompokkan header kolom harus menggunakan "{0}" bukan "{1}", yang dapat menyebabkan kesalahan',
|
|
18
18
|
scrollErrProp: 'Parameter ini "{0}" tidak didukung setelah pengguliran virtual diaktifkan',
|
|
19
19
|
errConflicts: 'Parameter "{0}" bertentangan dengan "{1}"',
|
|
20
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
20
21
|
notSupportProp: '"{1}" tidak didukung ketika parameter "{0}" diaktifkan, itu harus menjadi "{2}", jika tidak kesalahan akan terjadi',
|
|
21
22
|
notConflictProp: 'Saat menggunakan "{0}", "{1}" harus diatur, jika tidak mungkin ada konflik fungsional',
|
|
22
23
|
unableInsert: 'Tidak dapat dimasukkan ke lokasi yang ditentukan, silakan periksa apakah parameternya benar',
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: 'Hanya menyeret level pertama',
|
|
55
56
|
treeDragChild: 'Orang tua tidak bisa menyeret ke anak -anak mereka sendiri',
|
|
56
57
|
reqPlugin: '"{1}" tidak diinstal di https://vxeUi.com/other{ 0',
|
|
57
|
-
errMaxRow: 'Melebihi volume data yang didukung maksimum {0}, ini dapat menyebabkan kesalahan'
|
|
58
|
+
errMaxRow: 'Melebihi volume data yang didukung maksimum {0}, ini dapat menyebabkan kesalahan',
|
|
59
|
+
useNew: '不建议使用 {0},请使用 {1}'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: 'Belum ada data',
|
|
@@ -96,9 +98,27 @@ export default {
|
|
|
96
98
|
operError: 'Terjadi kesalahan dan operasinya gagal!'
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
101
|
+
clear: '清除',
|
|
102
|
+
allChecked: '全选',
|
|
103
|
+
total: '{0} / {1}',
|
|
99
104
|
search: 'mencari',
|
|
100
105
|
loadingText: 'memuat',
|
|
101
|
-
emptyText: 'Belum ada data'
|
|
106
|
+
emptyText: 'Belum ada data',
|
|
107
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
108
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
109
|
+
searchEmpty: '未匹配到数据!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: '清除',
|
|
116
|
+
allChecked: '全选',
|
|
117
|
+
allExpand: '全部展开',
|
|
118
|
+
clearExpand: '全部收起',
|
|
119
|
+
total: '已选 {0}',
|
|
120
|
+
search: '搜索',
|
|
121
|
+
emptyText: '暂无数据'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
104
124
|
goto: 'Pergi',
|
|
@@ -17,6 +17,7 @@ export default {
|
|
|
17
17
|
groupTag: 'Le intestazioni della colonna di raggruppamento dovrebbero usare "{0}" invece di "{1}", che può causare errori',
|
|
18
18
|
scrollErrProp: 'Questo parametro "{0}" non è supportato dopo che lo scorrimento virtuale è abilitato',
|
|
19
19
|
errConflicts: 'Parametro "{0}" conflitti con "{1}"',
|
|
20
|
+
modelConflicts: '绑定的字段值 "{0}" 与 "{1}" 存在冲突,将会出现错误',
|
|
20
21
|
notSupportProp: '"{1}" non è supportato quando il parametro "{0}" è abilitato, dovrebbe essere "{2}", altrimenti si verificherà un errore',
|
|
21
22
|
notConflictProp: 'Quando si utilizza "{0}", "{1}" dovrebbe essere impostato, altrimenti potrebbero esserci conflitti funzionali',
|
|
22
23
|
unableInsert: 'Non può essere inserito nella posizione specificata, si prega di verificare se i parametri sono corretti',
|
|
@@ -54,7 +55,8 @@ export default {
|
|
|
54
55
|
treeCrossDrag: 'Trascina solo il primo livello',
|
|
55
56
|
treeDragChild: 'I genitori non possono trascinare con i propri figli',
|
|
56
57
|
reqPlugin: '"{1}" non è installato su https://vxeui.com/other{0}/#/{1}/install',
|
|
57
|
-
errMaxRow: 'Superando il volume dei dati supportato massimo {0} righe, questo può causare un errore'
|
|
58
|
+
errMaxRow: 'Superando il volume dei dati supportato massimo {0} righe, questo può causare un errore',
|
|
59
|
+
useNew: '不建议使用 {0},请使用 {1}'
|
|
58
60
|
},
|
|
59
61
|
table: {
|
|
60
62
|
emptyText: 'Nessun dati ancora',
|
|
@@ -96,9 +98,27 @@ export default {
|
|
|
96
98
|
operError: "Si è verificato un errore e l'operazione non è riuscita!"
|
|
97
99
|
},
|
|
98
100
|
select: {
|
|
101
|
+
clear: '清除',
|
|
102
|
+
allChecked: '全选',
|
|
103
|
+
total: '{0} / {1}',
|
|
99
104
|
search: 'ricerca',
|
|
100
105
|
loadingText: 'caricamento',
|
|
101
|
-
emptyText: 'Nessun dati ancora'
|
|
106
|
+
emptyText: 'Nessun dati ancora',
|
|
107
|
+
maxOpt: '最大可选择的数量不能超过 {0} 个',
|
|
108
|
+
overSizeErr: '已超出最大可选数量 {0} 个,超出部分将被忽略!',
|
|
109
|
+
searchEmpty: '未匹配到数据!'
|
|
110
|
+
},
|
|
111
|
+
tree: {
|
|
112
|
+
searchEmpty: '未匹配到数据!'
|
|
113
|
+
},
|
|
114
|
+
treeSelect: {
|
|
115
|
+
clearChecked: '清除',
|
|
116
|
+
allChecked: '全选',
|
|
117
|
+
allExpand: '全部展开',
|
|
118
|
+
clearExpand: '全部收起',
|
|
119
|
+
total: '已选 {0}',
|
|
120
|
+
search: '搜索',
|
|
121
|
+
emptyText: '暂无数据'
|
|
102
122
|
},
|
|
103
123
|
pager: {
|
|
104
124
|
goto: 'Andare',
|