@coding-flow/flow-approval-presenter 0.0.12 → 0.0.13

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.
@@ -8,6 +8,7 @@ export interface ApprovalLayoutProps {
8
8
  onClose?: () => void;
9
9
  /** 初始化数据 **/
10
10
  initData?: any;
11
+ className?: string;
11
12
  }
12
13
  /** 流程审批面板 */
13
14
  export interface ApprovalPanelProps {
@@ -17,6 +18,7 @@ export interface ApprovalPanelProps {
17
18
  recordId?: string;
18
19
  onClose?: () => void;
19
20
  review?: boolean;
21
+ className?: string;
20
22
  }
21
23
  export type ApprovalState = {
22
24
  flow?: FlowContent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coding-flow/flow-approval-presenter",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "flow-engine approval presenter framework ",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -36,11 +36,11 @@
36
36
  "dayjs": "^1.11.19",
37
37
  "immer": "^11.1.3",
38
38
  "react-redux": "^9.2.0",
39
- "@coding-flow/flow-types": "0.0.12",
40
- "@coding-flow/flow-core": "0.0.12"
39
+ "@coding-flow/flow-core": "0.0.13",
40
+ "@coding-flow/flow-types": "0.0.13"
41
41
  },
42
42
  "devDependencies": {
43
- "@coding-flow/flow-types": "0.0.12"
43
+ "@coding-flow/flow-types": "0.0.13"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "rslib build",