@newview/ui 1.1.76 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.76",
3
+ "version": "1.1.78",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
@@ -27,6 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@js-preview/docx": "^1.6.2",
30
+ "core-js": "^3.39.0",
30
31
  "@newview/base-vue": "^1.1.0",
31
32
  "@newview/infrastructure": "^1.1.0",
32
33
  "@newview/tools": "^1.1.0",
@@ -34,7 +35,6 @@
34
35
  "gsap": "^3.12.5",
35
36
  "particlesjs": "^2.2.3",
36
37
  "three": "^0.160.1",
37
- "md-editor-v3": "^4.20.2",
38
38
  "ace-builds": "1.23.1",
39
39
  "axios": "1.6.2",
40
40
  "bin-editor-next": "1.1.0",
package/types/Grid.d.ts CHANGED
@@ -556,6 +556,11 @@ export interface GridEvent extends VxeTableListeners {
556
556
  * @returns
557
557
  */
558
558
  event_pageChangeBefore?: () => boolean;
559
+ /**
560
+ * 表尾自定义方法
561
+ * @returns
562
+ */
563
+ event_footerMethod?: ({columns,data}) => void
559
564
  }
560
565
 
561
566
  /**