@szjy/workflow 0.1.33 → 0.1.35

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.
@@ -2,6 +2,8 @@ import { FieldItemType, FieldPermissionConfigMapNode, PermissionJSONLike } from
2
2
  import { EsignJSONLike } from './store/esign';
3
3
  import { CellAssociatedJSONLike } from "./store/cell-associated/constants";
4
4
  export declare const getWorkflowXml: () => Promise<string | undefined>;
5
+ export declare const getWorkflowJSON: () => Promise<any>;
6
+ export declare const getAllBizNodes: () => Promise<any>;
5
7
  export declare function initXmlToStore(xml: string): Promise<void>;
6
8
  export declare function updateProcessId(processId: string): void;
7
9
  export declare function getPermissionJSON(): {
@@ -21,6 +21,8 @@ declare const _default: import("vue").DefineComponent<{
21
21
  getCellAssociatedJSON: typeof getCellAssociatedJSON;
22
22
  setCellAssociatedConfig: typeof setCellAssociatedConfig;
23
23
  updateCellAssociatedFields: typeof updateCellAssociatedFields;
24
+ getWorkflowJSON: () => Promise<any>;
25
+ getAllBizNodes: () => Promise<any>;
24
26
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
27
  init: (modeler: BpmnModeler) => void;
26
28
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szjy/workflow",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",