@ibiz-template/vue3-components 0.7.19-alpha.0 → 0.7.19

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 (39) hide show
  1. package/dist/index-oK641mi0.js +4 -0
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/{xlsx-util-OC1lZ9lp.js → xlsx-util-rzoYhEen.js} +1 -1
  5. package/es/common/no-data/no-data.css +1 -1
  6. package/es/common/no-data/no-data.d.ts +9 -0
  7. package/es/common/no-data/no-data.mjs +5 -1
  8. package/es/common/view-message/view-message.css +1 -1
  9. package/es/control/app-menu/app-menu.mjs +2 -2
  10. package/es/control/drbar/drbar.controller.mjs +3 -2
  11. package/es/control/drbar/drbar.mjs +3 -2
  12. package/es/control/drtab/drtab.controller.mjs +9 -2
  13. package/es/control/drtab/drtab.mjs +2 -1
  14. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +3 -2
  15. package/es/control/gantt/gantt.mjs +3 -3
  16. package/es/control/grid/grid/grid.mjs +6 -9
  17. package/es/control/search-bar/search-bar.mjs +2 -1
  18. package/es/control/tree/tree.mjs +4 -1
  19. package/es/locale/en/index.d.ts +1 -1
  20. package/es/locale/zh-CN/index.d.ts +1 -1
  21. package/es/panel-component/user-action/user-action.mjs +7 -3
  22. package/es/view-engine/mpickup-view-engine.mjs +4 -0
  23. package/lib/common/no-data/no-data.cjs +5 -1
  24. package/lib/common/no-data/no-data.css +1 -1
  25. package/lib/common/view-message/view-message.css +1 -1
  26. package/lib/control/app-menu/app-menu.cjs +2 -2
  27. package/lib/control/drbar/drbar.cjs +3 -2
  28. package/lib/control/drbar/drbar.controller.cjs +3 -2
  29. package/lib/control/drtab/drtab.cjs +2 -1
  30. package/lib/control/drtab/drtab.controller.cjs +9 -2
  31. package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.cjs +3 -2
  32. package/lib/control/gantt/gantt.cjs +3 -3
  33. package/lib/control/grid/grid/grid.cjs +6 -9
  34. package/lib/control/search-bar/search-bar.cjs +1 -0
  35. package/lib/control/tree/tree.cjs +4 -1
  36. package/lib/panel-component/user-action/user-action.cjs +7 -3
  37. package/lib/view-engine/mpickup-view-engine.cjs +4 -0
  38. package/package.json +7 -7
  39. package/dist/index-DSuPqXOB.js +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/vue3-components",
3
- "version": "0.7.19-alpha.0",
3
+ "version": "0.7.19",
4
4
  "description": "使用 rollup 编译 vue 组件或者 jsx",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.mjs",
@@ -29,15 +29,15 @@
29
29
  "dependencies": {
30
30
  "@floating-ui/dom": "^1.5.3",
31
31
  "@ibiz-template-plugin/ai-chat": "^0.0.5",
32
- "@ibiz-template-plugin/gantt": "0.1.6-alpha.0",
32
+ "@ibiz-template-plugin/gantt": "0.1.6",
33
33
  "@ibiz-template/core": "0.7.18",
34
34
  "@ibiz-template/devtool": "0.0.1-dev.6",
35
- "@ibiz-template/model-helper": "0.7.19-alpha.0",
36
- "@ibiz-template/runtime": "0.7.19-alpha.0",
35
+ "@ibiz-template/model-helper": "0.7.19",
36
+ "@ibiz-template/runtime": "0.7.19",
37
37
  "@ibiz-template/theme": "^0.7.0",
38
- "@ibiz-template/vue3-util": "0.7.19-alpha.0",
38
+ "@ibiz-template/vue3-util": "0.7.19",
39
39
  "@ibiz-template/web-theme": "^1.1.17",
40
- "@ibiz/model-core": "^0.1.27",
40
+ "@ibiz/model-core": "^0.1.29",
41
41
  "@imengyu/vue3-context-menu": "^1.3.5",
42
42
  "@monaco-editor/loader": "^1.4.0",
43
43
  "@wangeditor/editor": "^5.1.23",
@@ -101,7 +101,7 @@
101
101
  "@ibiz-template/runtime": "^0.7.0",
102
102
  "@ibiz-template/theme": "^0.7.0",
103
103
  "@ibiz-template/vue3-util": "^0.7.0",
104
- "@ibiz/model-core": "^0.1.27",
104
+ "@ibiz/model-core": "^0.1.29",
105
105
  "@imengyu/vue3-context-menu": "^1.3.3",
106
106
  "@monaco-editor/loader": "^1.3.3",
107
107
  "@wangeditor/editor": "^5.1.23",