mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
重构 4.0 next 版本
This commit is contained in:
10
lib_pro/demo.html
Normal file
10
lib_pro/demo.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<meta charset="utf-8">
|
||||
<title>index demo</title>
|
||||
<script src="./index.umd.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="./index.css">
|
||||
|
||||
|
||||
<script>
|
||||
console.log(index)
|
||||
</script>
|
||||
41609
lib_pro/index.common.js
Normal file
41609
lib_pro/index.common.js
Normal file
File diff suppressed because it is too large
Load Diff
1
lib_pro/index.css
Normal file
1
lib_pro/index.css
Normal file
File diff suppressed because one or more lines are too long
41619
lib_pro/index.umd.js
Normal file
41619
lib_pro/index.umd.js
Normal file
File diff suppressed because it is too large
Load Diff
1
lib_pro/index.umd.min.js
vendored
Normal file
1
lib_pro/index.umd.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
types/grid.d.ts
vendored
10
types/grid.d.ts
vendored
@@ -450,9 +450,9 @@ export namespace VxeGridEvents {
|
||||
|
||||
export type PageChange = (params: VxeGridDefines.PageChangeEventParams) => void;
|
||||
export type FormSubmitEvent = (params: VxeGridDefines.FormSubmitEventParams) => void;
|
||||
export type FormSubmitInvalid = (params: VxeGridDefines.FormSubmitInvalidParams) => void;
|
||||
export type FormReset = (params: VxeGridDefines.FormResetParams) => void;
|
||||
export type FormToggleCollapse = (params: VxeGridDefines.FormToggleCollapseParams) => void;
|
||||
export type ToolbarButtonClick = (params: VxeGridDefines.ToolbarButtonClickParams) => void;
|
||||
export type Zoom = (params: VxeGridDefines.ZoomParams) => void;
|
||||
export type FormSubmitInvalid = (params: VxeGridDefines.FormSubmitInvalidEventParams) => void;
|
||||
export type FormReset = (params: VxeGridDefines.FormResetEventParams) => void;
|
||||
export type FormToggleCollapse = (params: VxeGridDefines.FormToggleCollapseEventParams) => void;
|
||||
export type ToolbarButtonClick = (params: VxeGridDefines.ToolbarButtonClickEventParams) => void;
|
||||
export type Zoom = (params: VxeGridDefines.ZoomEventParams) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user