@skyfox2000/webui 1.4.24 → 1.4.25

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": "@skyfox2000/webui",
3
- "version": "1.4.24",
3
+ "version": "1.4.25",
4
4
  "description": "后台前端通用组件定义",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -32,6 +32,8 @@ import Toolbar from './toolbar/index.vue';
32
32
  export { Toolbar };
33
33
  import Icontool from './toolbar/icontool.vue';
34
34
  export { Icontool };
35
+ import GroupTools from './toolbar/groupTools.vue';
36
+ export { GroupTools };
35
37
 
36
38
  import Tree from './tree/index.vue';
37
39
  export { Tree };
@@ -27,6 +27,7 @@ export {
27
27
  TableOperate,
28
28
  Toolbar,
29
29
  Icontool,
30
+ GroupTools,
30
31
  Tree,
31
32
  } from './content';
32
33
 
package/src/index.ts CHANGED
@@ -249,6 +249,7 @@ export {
249
249
  TableOperate,
250
250
  Toolbar,
251
251
  Icontool,
252
+ GroupTools,
252
253
  Tree,
253
254
  AutoComplete,
254
255
  Cascader,