vxe-table 4.19.9 → 4.19.11
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 +24 -18
- package/dist/style.css +1 -1
- package/es/grid/src/grid.js +8 -2
- package/es/locale/lang/ar-EG.js +9 -9
- package/es/locale/lang/de-DE.js +8 -8
- package/es/locale/lang/en-US.js +8 -8
- package/es/locale/lang/es-ES.js +10 -10
- package/es/locale/lang/fr-FR.js +10 -10
- package/es/locale/lang/hu-HU.js +9 -9
- package/es/locale/lang/hy-AM.js +1 -1
- package/es/locale/lang/id-ID.js +10 -10
- package/es/locale/lang/it-IT.js +10 -10
- package/es/locale/lang/ja-JP.js +10 -10
- package/es/locale/lang/ko-KR.js +9 -9
- package/es/locale/lang/ms-MY.js +10 -10
- package/es/locale/lang/nb-NO.js +9 -9
- package/es/locale/lang/pt-BR.js +10 -10
- package/es/locale/lang/ru-RU.js +10 -10
- package/es/locale/lang/th-TH.js +9 -9
- package/es/locale/lang/ug-CN.js +9 -9
- package/es/locale/lang/uk-UA.js +10 -10
- package/es/locale/lang/uz-UZ.js +10 -10
- package/es/locale/lang/vi-VN.js +10 -10
- package/es/style.css +1 -1
- package/es/table/src/body.js +11 -11
- package/es/table/src/table.js +3 -3
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/grid/src/grid.js +6 -2
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/index.umd.js +23 -16
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/ar-EG.js +9 -9
- package/lib/locale/lang/ar-EG.min.js +1 -1
- package/lib/locale/lang/ar-EG.umd.js +9 -9
- package/lib/locale/lang/de-DE.js +8 -8
- package/lib/locale/lang/de-DE.min.js +1 -1
- package/lib/locale/lang/de-DE.umd.js +8 -8
- package/lib/locale/lang/en-US.js +8 -8
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +8 -8
- package/lib/locale/lang/es-ES.js +10 -10
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +10 -10
- package/lib/locale/lang/fr-FR.js +10 -10
- package/lib/locale/lang/fr-FR.min.js +1 -1
- package/lib/locale/lang/fr-FR.umd.js +10 -10
- package/lib/locale/lang/hu-HU.js +9 -9
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/hu-HU.umd.js +9 -9
- package/lib/locale/lang/hy-AM.js +1 -1
- package/lib/locale/lang/hy-AM.min.js +1 -1
- package/lib/locale/lang/hy-AM.umd.js +1 -1
- package/lib/locale/lang/id-ID.js +10 -10
- package/lib/locale/lang/id-ID.min.js +1 -1
- package/lib/locale/lang/id-ID.umd.js +10 -10
- package/lib/locale/lang/it-IT.js +10 -10
- package/lib/locale/lang/it-IT.min.js +1 -1
- package/lib/locale/lang/it-IT.umd.js +10 -10
- package/lib/locale/lang/ja-JP.js +10 -10
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +10 -10
- package/lib/locale/lang/ko-KR.js +9 -9
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/ko-KR.umd.js +9 -9
- package/lib/locale/lang/ms-MY.js +10 -10
- package/lib/locale/lang/ms-MY.min.js +1 -1
- package/lib/locale/lang/ms-MY.umd.js +10 -10
- package/lib/locale/lang/nb-NO.js +9 -9
- package/lib/locale/lang/nb-NO.min.js +1 -1
- package/lib/locale/lang/nb-NO.umd.js +9 -9
- package/lib/locale/lang/pt-BR.js +10 -10
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +10 -10
- package/lib/locale/lang/ru-RU.js +10 -10
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +10 -10
- package/lib/locale/lang/th-TH.js +9 -9
- package/lib/locale/lang/th-TH.min.js +1 -1
- package/lib/locale/lang/th-TH.umd.js +9 -9
- package/lib/locale/lang/ug-CN.js +9 -9
- package/lib/locale/lang/ug-CN.min.js +1 -1
- package/lib/locale/lang/ug-CN.umd.js +9 -9
- package/lib/locale/lang/uk-UA.js +10 -10
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +10 -10
- package/lib/locale/lang/uz-UZ.js +10 -10
- package/lib/locale/lang/uz-UZ.min.js +1 -1
- package/lib/locale/lang/uz-UZ.umd.js +10 -10
- package/lib/locale/lang/vi-VN.js +10 -10
- package/lib/locale/lang/vi-VN.min.js +1 -1
- package/lib/locale/lang/vi-VN.umd.js +10 -10
- package/lib/style.css +1 -1
- package/lib/table/src/body.js +11 -11
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/table.js +4 -1
- package/lib/table/src/table.min.js +1 -1
- package/lib/ui/index.js +1 -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 +2 -2
- package/packages/grid/src/grid.ts +6 -2
- package/packages/locale/lang/ar-EG.ts +9 -9
- package/packages/locale/lang/de-DE.ts +8 -8
- package/packages/locale/lang/en-US.ts +8 -8
- package/packages/locale/lang/es-ES.ts +10 -10
- package/packages/locale/lang/fr-FR.ts +10 -10
- package/packages/locale/lang/hu-HU.ts +9 -9
- package/packages/locale/lang/hy-AM.ts +1 -1
- package/packages/locale/lang/id-ID.ts +10 -10
- package/packages/locale/lang/it-IT.ts +10 -10
- package/packages/locale/lang/ja-JP.ts +10 -10
- package/packages/locale/lang/ko-KR.ts +9 -9
- package/packages/locale/lang/ms-MY.ts +10 -10
- package/packages/locale/lang/nb-NO.ts +9 -9
- package/packages/locale/lang/pt-BR.ts +10 -10
- package/packages/locale/lang/ru-RU.ts +10 -10
- package/packages/locale/lang/th-TH.ts +9 -9
- package/packages/locale/lang/ug-CN.ts +9 -9
- package/packages/locale/lang/uk-UA.ts +10 -10
- package/packages/locale/lang/uz-UZ.ts +10 -10
- package/packages/locale/lang/vi-VN.ts +10 -10
- package/packages/table/src/body.ts +13 -13
- package/packages/table/src/table.ts +3 -3
- /package/es/{iconfont.1780878117167.ttf → iconfont.1781074420923.ttf} +0 -0
- /package/es/{iconfont.1780878117167.woff → iconfont.1781074420923.woff} +0 -0
- /package/es/{iconfont.1780878117167.woff2 → iconfont.1781074420923.woff2} +0 -0
- /package/lib/{iconfont.1780878117167.ttf → iconfont.1781074420923.ttf} +0 -0
- /package/lib/{iconfont.1780878117167.woff → iconfont.1781074420923.woff} +0 -0
- /package/lib/{iconfont.1780878117167.woff2 → iconfont.1781074420923.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.19.
|
|
16
|
+
const version = exports.version = "4.19.11";
|
|
17
17
|
_core.VxeUI.version = version;
|
|
18
18
|
_core.VxeUI.tableVersion = version;
|
|
19
19
|
_core.VxeUI.setConfig({
|
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.19.
|
|
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.19.11",iconPrefix=(_core.VxeUI.version=version,_core.VxeUI.tableVersion=version,_core.VxeUI.setConfig({emptyCell:" ",table:{fit:!0,showHeader:!0,animat:!0,delayHover:250,autoResize:!0,resizeConfig:{},resizableConfig:{dragMode:"auto",showDragTip:!0,isSyncAutoHeight:!0,isSyncAutoWidth:!0,minHeight:18},currentRowConfig:{strict:!0},currentColumnConfig:{strict:!0},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,defaultPlacement:"top"},headerTooltipConfig:{enterable:!0},footerTooltipConfig:{enterable:!0},validConfig:{showErrorMessage:!0,autoClear:!0,autoPos:!0,message:"inline",msgMode:"single",theme:"beautify"},columnConfig:{autoOptions:{isCalcHeader:!0,isCalcBody:!0,isCalcFooter:!0},maxFixedSize:4},cellConfig:{padding:!0},headerCellConfig:{height:"unset"},footerCellConfig:{height:"unset"},menuConfig:{destroyOnClose:!0},customConfig:{allowVisible:!0,allowResizable:!0,allowFixed:!0,allowSort:!0,showSortDragButton:!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:{destroyOnClose:!0,multiple:!0,showIcon:!0,maxHeight:280},floatingFilterConfig:{},aggregateConfig:{padding:!0,placement:"left",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,showRootLine:!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:{x:{visible:!0},y:{visible:!0}},undoRedoHistoryConfig:{stackSize:50}},grid:{formConfig:{enabled:!0},pagerConfig:{enabled:!0},toolbarConfig:{enabled:!0},proxyConfig:{enabled:!0,autoLoad:!0,showLoading:!0,showResponseMsg:!0,showActionMsg:!0,response:{list:"list",result:"result",total:"page.total",footerData:"footerData",message:"message"}}},toolbar:{},gantt:{}}),"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_MENU_OPTION_LOADING:iconPrefix+"repeat roll",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.19.
|
|
11
|
+
const version = `table v${"4.19.11"}`;
|
|
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.19.
|
|
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.19.11",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.19.
|
|
3
|
+
"version": "4.19.11",
|
|
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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"typescript": "~4.7.4",
|
|
70
70
|
"vue": "3.4.27",
|
|
71
71
|
"vue-router": "~4.5.1",
|
|
72
|
-
"vxe-pc-ui": "4.14.
|
|
72
|
+
"vxe-pc-ui": "4.14.34"
|
|
73
73
|
},
|
|
74
74
|
"vetur": {
|
|
75
75
|
"tags": "helper/vetur/tags.json",
|
|
@@ -465,14 +465,16 @@ export default defineVxeComponent({
|
|
|
465
465
|
return
|
|
466
466
|
}
|
|
467
467
|
if (proxyConfig && isEnableConf(proxyOpts)) {
|
|
468
|
+
$xeGrid.dispatchEvent('form-submit', params, params.$event)
|
|
468
469
|
internalData.uFoot = true
|
|
469
470
|
$xeGrid.commitProxy('reload').then((rest) => {
|
|
470
471
|
$xeGrid.dispatchEvent('proxy-query', { ...rest, isReload: true }, params.$event)
|
|
471
472
|
})
|
|
472
473
|
internalData.uFoot = false
|
|
473
474
|
updateQueryFooter()
|
|
475
|
+
} else {
|
|
476
|
+
$xeGrid.dispatchEvent('form-submit', params, params.$event)
|
|
474
477
|
}
|
|
475
|
-
$xeGrid.dispatchEvent('form-submit', params, params.$event)
|
|
476
478
|
}
|
|
477
479
|
|
|
478
480
|
const resetFormEvent: VxeFormEvents.Reset = (params) => {
|
|
@@ -481,6 +483,7 @@ export default defineVxeComponent({
|
|
|
481
483
|
const { $event } = params
|
|
482
484
|
const proxyOpts = computeProxyOpts.value
|
|
483
485
|
if (proxyConfig && isEnableConf(proxyOpts)) {
|
|
486
|
+
$xeGrid.dispatchEvent('form-reset', params, $event)
|
|
484
487
|
if ($xeTable) {
|
|
485
488
|
$xeTable.clearScroll()
|
|
486
489
|
}
|
|
@@ -490,8 +493,9 @@ export default defineVxeComponent({
|
|
|
490
493
|
})
|
|
491
494
|
internalData.uFoot = false
|
|
492
495
|
updateQueryFooter()
|
|
496
|
+
} else {
|
|
497
|
+
$xeGrid.dispatchEvent('form-reset', params, $event)
|
|
493
498
|
}
|
|
494
|
-
$xeGrid.dispatchEvent('form-reset', params, $event)
|
|
495
499
|
}
|
|
496
500
|
|
|
497
501
|
const submitInvalidEvent: VxeFormEvents.SubmitInvalid = (params) => {
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'لا توجد بيانات حتى الآن',
|
|
66
66
|
allTitle: 'حدد الكل/إلغاء',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: 'تعمل',
|
|
69
69
|
confirmFilter: 'فلتر',
|
|
70
70
|
resetFilter: 'إعادة ضبط',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'نوع',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Noch keine Daten',
|
|
66
66
|
allTitle: 'Wählen Sie alle/abbrechen',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: 'arbeiten',
|
|
69
69
|
confirmFilter: 'Filter',
|
|
70
70
|
resetFilter: 'Zurücksetzen',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Sortieren',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: 'Linke
|
|
170
|
+
colTitle: 'Titel',
|
|
171
|
+
colResizable: 'Breite (Pixel)',
|
|
172
|
+
colVisible: 'Sichtbar',
|
|
173
|
+
colFixed: 'Einfrieren',
|
|
174
|
+
colFixedMax: 'Einfrieren (bis zu {0} Spalten)',
|
|
175
|
+
fixedLeft: 'Linke',
|
|
176
176
|
fixedUnset: 'Nicht gesetzt',
|
|
177
|
-
fixedRight: 'Rechte
|
|
177
|
+
fixedRight: 'Rechte',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Sort',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: 'Freeze
|
|
174
|
-
colFixedMax: 'Freeze
|
|
175
|
-
fixedLeft: 'Left
|
|
176
|
-
fixedUnset: 'Not set',
|
|
177
|
-
fixedRight: 'Right
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: 'Up',
|
|
179
179
|
moveDn: 'Down',
|
|
180
180
|
putTop: 'Top',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Aún no hay datos',
|
|
66
66
|
allTitle: 'Seleccionar todo/Cancelar',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: 'funcionar',
|
|
69
69
|
confirmFilter: 'filtrar',
|
|
70
70
|
resetFilter: 'Reiniciar',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Clasificar',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: 'Título
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Título',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -508,7 +508,7 @@ export default {
|
|
|
508
508
|
fontBold: 'Atrevido'
|
|
509
509
|
},
|
|
510
510
|
subtableProp: {
|
|
511
|
-
seqTitle: 'Número
|
|
511
|
+
seqTitle: 'Número',
|
|
512
512
|
showSeq: 'Mostrar número de serie',
|
|
513
513
|
showCheckbox: 'Se permiten múltiples opciones',
|
|
514
514
|
errSubDrag: 'El subtendible no admite este control, utilice otros controles',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Pas encore de données',
|
|
66
66
|
allTitle: 'Sélectionnez tout / Annuler',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: 'fonctionner',
|
|
69
69
|
confirmFilter: 'filtre',
|
|
70
70
|
resetFilter: 'Réinitialiser',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Trier',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible:
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax:
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -508,7 +508,7 @@ export default {
|
|
|
508
508
|
fontBold: 'Audacieux'
|
|
509
509
|
},
|
|
510
510
|
subtableProp: {
|
|
511
|
-
seqTitle: 'Numéro
|
|
511
|
+
seqTitle: 'Numéro',
|
|
512
512
|
showSeq: 'Afficher le numéro de série',
|
|
513
513
|
showCheckbox: 'Plusieurs choix sont autorisés',
|
|
514
514
|
errSubDrag: "La sous-table ne prend pas en charge ce contrôle, veuillez utiliser d'autres contrôles",
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Még nincs adat',
|
|
66
66
|
allTitle: 'Válassza ki az összes/Mégse lehetőséget',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: 'működik',
|
|
69
69
|
confirmFilter: 'szűrő',
|
|
70
70
|
resetFilter: 'Visszaállít',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Fajta',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Belum ada data',
|
|
66
66
|
allTitle: 'Pilih semua/Batal',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: 'beroperasi',
|
|
69
69
|
confirmFilter: 'menyaring',
|
|
70
70
|
resetFilter: 'Mengatur ulang',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Menyortir',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -508,7 +508,7 @@ export default {
|
|
|
508
508
|
fontBold: 'Berani'
|
|
509
509
|
},
|
|
510
510
|
subtableProp: {
|
|
511
|
-
seqTitle: 'Nomor
|
|
511
|
+
seqTitle: 'Nomor',
|
|
512
512
|
showSeq: 'Tunjukkan nomor seri',
|
|
513
513
|
showCheckbox: 'Beberapa pilihan diperbolehkan',
|
|
514
514
|
errSubDrag: 'Subtable tidak mendukung kontrol ini, silakan gunakan kontrol lain',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Nessun dati ancora',
|
|
66
66
|
allTitle: 'Seleziona All/Annulla',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: 'operare',
|
|
69
69
|
confirmFilter: 'filtro',
|
|
70
70
|
resetFilter: 'Reset',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Ordinare',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -508,7 +508,7 @@ export default {
|
|
|
508
508
|
fontBold: 'Grassetto'
|
|
509
509
|
},
|
|
510
510
|
subtableProp: {
|
|
511
|
-
seqTitle: 'Numero
|
|
511
|
+
seqTitle: 'Numero',
|
|
512
512
|
showSeq: 'Mostra il numero di serie',
|
|
513
513
|
showCheckbox: 'Sono consentite più scelte',
|
|
514
514
|
errSubDrag: 'La sottotable non supporta questo controllo, utilizza altri controlli',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'まだデータはありません',
|
|
66
66
|
allTitle: 'すべてを選択/キャンセルします',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: '動作します',
|
|
69
69
|
confirmFilter: 'フィルター',
|
|
70
70
|
resetFilter: 'リセット',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: '選別',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'タイトル',
|
|
171
|
+
colResizable: '幅(ピクセル)',
|
|
172
|
+
colVisible: '可視',
|
|
173
|
+
colFixed: 'フリーズ',
|
|
174
|
+
colFixedMax: 'フリーズ(最大{0})',
|
|
175
|
+
fixedLeft: '左',
|
|
176
|
+
fixedUnset: 'いいえ',
|
|
177
|
+
fixedRight: 'はい',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -508,7 +508,7 @@ export default {
|
|
|
508
508
|
fontBold: '大胆な'
|
|
509
509
|
},
|
|
510
510
|
subtableProp: {
|
|
511
|
-
seqTitle: '
|
|
511
|
+
seqTitle: '序号',
|
|
512
512
|
showSeq: 'シリアル番号を表示します',
|
|
513
513
|
showCheckbox: '複数の選択肢が許可されています',
|
|
514
514
|
errSubDrag: 'サブテーブルはこのコントロールをサポートしていません。他のコントロールを使用してください',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: '아직 데이터가 없습니다',
|
|
66
66
|
allTitle: 'ALL/CANCEL을 선택하십시오',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: '작동하다',
|
|
69
69
|
confirmFilter: '필터',
|
|
70
70
|
resetFilter: '다시 놓기',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: '종류',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Belum ada data',
|
|
66
66
|
allTitle: 'Pilih Semua/Batal',
|
|
67
|
-
seqTitle: 'Nombor
|
|
67
|
+
seqTitle: 'Nombor',
|
|
68
68
|
actionTitle: 'mengendalikan',
|
|
69
69
|
confirmFilter: 'penapis',
|
|
70
70
|
resetFilter: 'Tetapkan semula',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Menyusun',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -508,7 +508,7 @@ export default {
|
|
|
508
508
|
fontBold: 'Berani'
|
|
509
509
|
},
|
|
510
510
|
subtableProp: {
|
|
511
|
-
seqTitle: 'Nombor
|
|
511
|
+
seqTitle: 'Nombor',
|
|
512
512
|
showSeq: 'Tunjukkan nombor siri',
|
|
513
513
|
showCheckbox: 'Pelbagai pilihan dibenarkan',
|
|
514
514
|
errSubDrag: 'Subtable tidak menyokong kawalan ini, sila gunakan kawalan lain',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Ingen data ennå',
|
|
66
66
|
allTitle: 'Velg alle/avbryt',
|
|
67
|
-
seqTitle: '
|
|
67
|
+
seqTitle: '#',
|
|
68
68
|
actionTitle: 'operere',
|
|
69
69
|
confirmFilter: 'filter',
|
|
70
70
|
resetFilter: 'Tilbakestill',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Sortere',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -64,7 +64,7 @@ export default {
|
|
|
64
64
|
table: {
|
|
65
65
|
emptyText: 'Ainda não há dados',
|
|
66
66
|
allTitle: 'Selecione tudo/Cancelar',
|
|
67
|
-
seqTitle: 'Número
|
|
67
|
+
seqTitle: 'Número',
|
|
68
68
|
actionTitle: 'operar',
|
|
69
69
|
confirmFilter: 'filtro',
|
|
70
70
|
resetFilter: 'Reiniciar',
|
|
@@ -167,14 +167,14 @@ export default {
|
|
|
167
167
|
setting: {
|
|
168
168
|
colSort: 'Organizar',
|
|
169
169
|
sortHelpTip: '点击图标开始拖动',
|
|
170
|
-
colTitle: '
|
|
171
|
-
colResizable: '
|
|
172
|
-
colVisible: '
|
|
173
|
-
colFixed: '
|
|
174
|
-
colFixedMax: '
|
|
175
|
-
fixedLeft: '
|
|
176
|
-
fixedUnset: '
|
|
177
|
-
fixedRight: '
|
|
170
|
+
colTitle: 'Title',
|
|
171
|
+
colResizable: 'Width (pixels)',
|
|
172
|
+
colVisible: 'Visible',
|
|
173
|
+
colFixed: 'Freeze',
|
|
174
|
+
colFixedMax: 'Freeze (up to {0} columns)',
|
|
175
|
+
fixedLeft: 'Left',
|
|
176
|
+
fixedUnset: 'Not set',
|
|
177
|
+
fixedRight: 'Right',
|
|
178
178
|
moveUp: '上移',
|
|
179
179
|
moveDn: '下移',
|
|
180
180
|
putTop: '置顶',
|
|
@@ -508,7 +508,7 @@ export default {
|
|
|
508
508
|
fontBold: 'Audacioso'
|
|
509
509
|
},
|
|
510
510
|
subtableProp: {
|
|
511
|
-
seqTitle: 'Número
|
|
511
|
+
seqTitle: 'Número',
|
|
512
512
|
showSeq: 'Mostre número de série',
|
|
513
513
|
showCheckbox: 'Várias opções são permitidas',
|
|
514
514
|
errSubDrag: 'O subtable não suporta esse controle, use outros controles',
|