venus-design 0.3.7 → 0.3.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/dist/index.d.ts CHANGED
@@ -65,7 +65,7 @@ export { default as WorkGz } from './WorkGz';
65
65
  export { default as WorkRecord } from './WorkRecord';
66
66
  export { default as DrawBpmn } from './DrawBpmn';
67
67
  export { default as InitLoading } from './InitLoading';
68
- export { default as FullModel } from './FullModal';
68
+ export { default as FullModal } from './FullModal';
69
69
  export { default as ModalDetail } from './ModalDetail';
70
70
  export { default as BpmnModeler } from './Modeler/indexDraw';
71
71
  export { default as NetDiskUpload } from './NetDiskUpload';
package/dist/index.js CHANGED
@@ -65,7 +65,7 @@ export { default as WorkGz } from "./WorkGz";
65
65
  export { default as WorkRecord } from "./WorkRecord";
66
66
  export { default as DrawBpmn } from "./DrawBpmn";
67
67
  export { default as InitLoading } from "./InitLoading";
68
- export { default as FullModel } from "./FullModal";
68
+ export { default as FullModal } from "./FullModal";
69
69
  export { default as ModalDetail } from "./ModalDetail";
70
70
  export { default as BpmnModeler } from "./Modeler/indexDraw";
71
71
  export { default as NetDiskUpload } from "./NetDiskUpload";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",