releases 4.7.0
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,260 +1 @@
|
||||
{
|
||||
"vxe-table": {
|
||||
"attributes": [
|
||||
"id",
|
||||
"data",
|
||||
"height",
|
||||
"min-height",
|
||||
"max-height",
|
||||
"auto-resize",
|
||||
"sync-resize",
|
||||
"resizable",
|
||||
"stripe",
|
||||
"border",
|
||||
"round",
|
||||
"size",
|
||||
"loading",
|
||||
"align",
|
||||
"header-align",
|
||||
"footer-align",
|
||||
"show-header",
|
||||
"highlight-current-row",
|
||||
"highlight-hover-row",
|
||||
"highlight-current-column",
|
||||
"highlight-hover-column",
|
||||
"row-class-name",
|
||||
"cell-class-name",
|
||||
"header-row-class-name",
|
||||
"header-cell-class-name",
|
||||
"footer-row-class-name",
|
||||
"footer-cell-class-name",
|
||||
"cell-style",
|
||||
"header-cell-style",
|
||||
"footer-cell-style",
|
||||
"row-style",
|
||||
"header-row-style",
|
||||
"footer-row-style",
|
||||
"show-footer",
|
||||
"footer-data",
|
||||
"footer-method",
|
||||
"merge-cells",
|
||||
"merge-footer-items",
|
||||
"span-method",
|
||||
"footer-span-method",
|
||||
"show-overflow",
|
||||
"show-header-overflow",
|
||||
"show-footer-overflow",
|
||||
"column-key",
|
||||
"row-key",
|
||||
"row-id",
|
||||
"keep-source",
|
||||
"column-config",
|
||||
"row-config",
|
||||
"resize-config",
|
||||
"resizable-config",
|
||||
"seq-config",
|
||||
"sort-config",
|
||||
"filter-config",
|
||||
"export-config",
|
||||
"import-config",
|
||||
"print-config",
|
||||
"radio-config",
|
||||
"checkbox-config",
|
||||
"tooltip-config",
|
||||
"expand-config",
|
||||
"tree-config",
|
||||
"menu-config",
|
||||
"clip-config",
|
||||
"fnr-config",
|
||||
"mouse-config",
|
||||
"area-config",
|
||||
"keyboard-config",
|
||||
"edit-config",
|
||||
"valid-config",
|
||||
"edit-rules",
|
||||
"empty-text",
|
||||
"empty-render",
|
||||
"loading-config",
|
||||
"custom-config",
|
||||
"scroll-x",
|
||||
"scroll-y",
|
||||
"params"
|
||||
],
|
||||
"subtags": [
|
||||
"vxe-colgroup",
|
||||
"vxe-column"
|
||||
],
|
||||
"description": "基础表格"
|
||||
},
|
||||
"vxe-colgroup": {
|
||||
"attributes": [
|
||||
"field",
|
||||
"title",
|
||||
"width",
|
||||
"min-width",
|
||||
"resizable",
|
||||
"visible",
|
||||
"fixed",
|
||||
"align",
|
||||
"header-align",
|
||||
"show-overflow",
|
||||
"show-header-overflow",
|
||||
"header-class-name"
|
||||
],
|
||||
"subtags": [
|
||||
"vxe-column"
|
||||
],
|
||||
"description": "基础表格 - 分组列"
|
||||
},
|
||||
"vxe-column": {
|
||||
"attributes": [
|
||||
"type",
|
||||
"field",
|
||||
"title",
|
||||
"width",
|
||||
"min-width",
|
||||
"resizable",
|
||||
"visible",
|
||||
"fixed",
|
||||
"align",
|
||||
"header-align",
|
||||
"footer-align",
|
||||
"show-overflow",
|
||||
"show-header-overflow",
|
||||
"show-footer-overflow",
|
||||
"class-name",
|
||||
"header-class-name",
|
||||
"footer-class-name",
|
||||
"formatter",
|
||||
"sortable",
|
||||
"sort-by",
|
||||
"sort-type",
|
||||
"filters",
|
||||
"filter-multiple",
|
||||
"filter-method",
|
||||
"filter-reset-method",
|
||||
"filter-recover-method",
|
||||
"filter-render",
|
||||
"header-export-method",
|
||||
"export-method",
|
||||
"footer-export-method",
|
||||
"title-help",
|
||||
"title-prefix",
|
||||
"title-suffix",
|
||||
"cell-type",
|
||||
"cell-render",
|
||||
"edit-render",
|
||||
"content-render",
|
||||
"tree-node",
|
||||
"params",
|
||||
"col-id"
|
||||
],
|
||||
"description": "基础表格 - 列"
|
||||
},
|
||||
"vxe-grid": {
|
||||
"attributes": [
|
||||
"id",
|
||||
"columns",
|
||||
"data",
|
||||
"height",
|
||||
"min-height",
|
||||
"max-height",
|
||||
"auto-resize",
|
||||
"sync-resize",
|
||||
"resizable",
|
||||
"stripe",
|
||||
"border",
|
||||
"round",
|
||||
"size",
|
||||
"loading",
|
||||
"align",
|
||||
"header-align",
|
||||
"footer-align",
|
||||
"show-header",
|
||||
"highlight-current-row",
|
||||
"highlight-hover-row",
|
||||
"highlight-current-column",
|
||||
"highlight-hover-column",
|
||||
"row-class-name",
|
||||
"cell-class-name",
|
||||
"header-row-class-name",
|
||||
"header-cell-class-name",
|
||||
"footer-row-class-name",
|
||||
"footer-cell-class-name",
|
||||
"cell-style",
|
||||
"header-cell-style",
|
||||
"footer-cell-style",
|
||||
"row-style",
|
||||
"header-row-style",
|
||||
"footer-row-style",
|
||||
"show-footer",
|
||||
"footer-data",
|
||||
"footer-method",
|
||||
"merge-cells",
|
||||
"merge-footer-items",
|
||||
"span-method",
|
||||
"footer-span-method",
|
||||
"show-overflow",
|
||||
"show-header-overflow",
|
||||
"show-footer-overflow",
|
||||
"column-key",
|
||||
"row-key",
|
||||
"row-id",
|
||||
"keep-source",
|
||||
"column-config",
|
||||
"row-config",
|
||||
"resize-config",
|
||||
"resizable-config",
|
||||
"seq-config",
|
||||
"sort-config",
|
||||
"filter-config",
|
||||
"export-config",
|
||||
"import-config",
|
||||
"print-config",
|
||||
"radio-config",
|
||||
"checkbox-config",
|
||||
"tooltip-config",
|
||||
"expand-config",
|
||||
"tree-config",
|
||||
"menu-config",
|
||||
"clip-config",
|
||||
"fnr-config",
|
||||
"mouse-config",
|
||||
"area-config",
|
||||
"keyboard-config",
|
||||
"edit-config",
|
||||
"valid-config",
|
||||
"edit-rules",
|
||||
"empty-text",
|
||||
"empty-render",
|
||||
"loading-config",
|
||||
"custom-config",
|
||||
"scroll-x",
|
||||
"scroll-y",
|
||||
"params",
|
||||
"form-config",
|
||||
"toolbar-config",
|
||||
"pager-config",
|
||||
"proxy-config",
|
||||
"zoom-config",
|
||||
"layouts"
|
||||
],
|
||||
"description": "配置式表格"
|
||||
},
|
||||
"vxe-toolbar": {
|
||||
"attributes": [
|
||||
"size",
|
||||
"loading",
|
||||
"perfect",
|
||||
"class-name",
|
||||
"import",
|
||||
"export",
|
||||
"print",
|
||||
"refresh",
|
||||
"custom",
|
||||
"buttons",
|
||||
"tools"
|
||||
],
|
||||
"description": "工具栏"
|
||||
}
|
||||
}
|
||||
{"vxe-table":{"attributes":["id","data","height","min-height","max-height","auto-resize","sync-resize","resizable","stripe","border","round","size","loading","align","header-align","footer-align","show-header","highlight-current-row","highlight-hover-row","highlight-current-column","highlight-hover-column","row-class-name","cell-class-name","header-row-class-name","header-cell-class-name","footer-row-class-name","footer-cell-class-name","cell-style","header-cell-style","footer-cell-style","row-style","header-row-style","footer-row-style","show-footer","footer-data","footer-method","merge-cells","merge-footer-items","span-method","footer-span-method","show-overflow","show-header-overflow","show-footer-overflow","column-key","row-key","row-id","keep-source","column-config","row-config","resize-config","resizable-config","seq-config","sort-config","filter-config","export-config","import-config","print-config","radio-config","checkbox-config","tooltip-config","expand-config","tree-config","menu-config","clip-config","fnr-config","mouse-config","area-config","keyboard-config","edit-config","valid-config","edit-rules","empty-text","empty-render","loading-config","custom-config","scroll-x","scroll-y","params"],"subtags":["vxe-colgroup","vxe-column"],"description":"基础表格"},"vxe-colgroup":{"attributes":["field","title","width","min-width","resizable","visible","fixed","align","header-align","show-overflow","show-header-overflow","header-class-name"],"subtags":["vxe-column"],"description":"基础表格 - 分组列"},"vxe-column":{"attributes":["type","field","title","width","min-width","resizable","visible","fixed","align","header-align","footer-align","show-overflow","show-header-overflow","show-footer-overflow","class-name","header-class-name","footer-class-name","formatter","sortable","sort-by","sort-type","filters","filter-multiple","filter-method","filter-reset-method","filter-recover-method","filter-render","header-export-method","export-method","footer-export-method","title-help","title-prefix","title-suffix","cell-type","cell-render","edit-render","content-render","tree-node","params","col-id"],"description":"基础表格 - 列"},"vxe-grid":{"attributes":["id","columns","data","height","min-height","max-height","auto-resize","sync-resize","resizable","stripe","border","round","size","loading","align","header-align","footer-align","show-header","highlight-current-row","highlight-hover-row","highlight-current-column","highlight-hover-column","row-class-name","cell-class-name","header-row-class-name","header-cell-class-name","footer-row-class-name","footer-cell-class-name","cell-style","header-cell-style","footer-cell-style","row-style","header-row-style","footer-row-style","show-footer","footer-data","footer-method","merge-cells","merge-footer-items","span-method","footer-span-method","show-overflow","show-header-overflow","show-footer-overflow","column-key","row-key","row-id","keep-source","column-config","row-config","resize-config","resizable-config","seq-config","sort-config","filter-config","export-config","import-config","print-config","radio-config","checkbox-config","tooltip-config","expand-config","tree-config","menu-config","clip-config","fnr-config","mouse-config","area-config","keyboard-config","edit-config","valid-config","edit-rules","empty-text","empty-render","loading-config","custom-config","scroll-x","scroll-y","params","form-config","toolbar-config","pager-config","proxy-config","zoom-config","layouts"],"description":"配置式表格"},"vxe-toolbar":{"attributes":["size","loading","class-name","import","export","print","refresh","custom","buttons","tools"],"description":"工具栏"}}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vxe-table",
|
||||
"version": "4.7.0-rc.2",
|
||||
"version": "4.7.0",
|
||||
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、列拖拽,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
|
||||
"scripts": {
|
||||
"update": "npm install --legacy-peer-deps",
|
||||
@@ -28,7 +28,7 @@
|
||||
"style": "lib/style.css",
|
||||
"typings": "types/index.d.ts",
|
||||
"dependencies": {
|
||||
"vxe-pc-ui": "^1.8.3"
|
||||
"vxe-pc-ui": "^1.8.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/resize-observer-browser": "^0.1.11",
|
||||
|
||||
@@ -95,7 +95,12 @@ VxeUI.setConfig({
|
||||
showAsterisk: true
|
||||
},
|
||||
importConfig: {
|
||||
_typeMaps: {},
|
||||
_typeMaps: {
|
||||
csv: 1,
|
||||
html: 1,
|
||||
xml: 1,
|
||||
txt: 1
|
||||
},
|
||||
modes: ['insert', 'covering']
|
||||
},
|
||||
exportConfig: {
|
||||
|
||||
Reference in New Issue
Block a user