@newview/ui 1.1.77 → 1.1.78

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/Grid.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.77",
3
+ "version": "1.1.78",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
package/types/Grid.d.ts CHANGED
@@ -560,7 +560,7 @@ export interface GridEvent extends VxeTableListeners {
560
560
  * 表尾自定义方法
561
561
  * @returns
562
562
  */
563
- event_footerMethod: ({columns,data}) => void
563
+ event_footerMethod?: ({columns,data}) => void
564
564
  }
565
565
 
566
566
  /**