adtec-core-package 1.2.7 → 1.2.8

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": "adtec-core-package",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,4 +1,3 @@
1
-
2
1
  import {
3
2
  VxeUI,
4
3
  VxeTable,
@@ -266,3 +265,4 @@ export default {
266
265
  lazyVxeTable(app)
267
266
  }
268
267
  }
268
+
@@ -0,0 +1 @@
1
+ export * from 'vxe-table/types/all'
@@ -4,7 +4,6 @@
4
4
  * 创建时间: 2024/9/4 上午11:30
5
5
  * 修改时间: 2024/9/4 上午11:30
6
6
  */
7
-
8
7
  import type { MessageViewType, MessageType } from '../interface/enum/MessageEnum.ts'
9
8
 
10
9
  /**