@coding-flow/flow-mobile-form 0.0.47 → 0.0.49

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.
@@ -1,3 +1,3 @@
1
- import React from "react";
2
1
  import { FormViewProps } from "@coding-flow/flow-types";
2
+ import React from "react";
3
3
  export declare const FlowFormView: React.FC<FormViewProps>;
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
+ import { FlowList } from "../list/index.js";
2
3
  import "react";
3
4
  import { FlowFormView } from "./view.js";
4
- import { FlowList } from "../list/index.js";
5
5
  const form_FlowFormView = (props)=>{
6
6
  const form = props.form;
7
7
  const formList = props.formList || [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coding-flow/flow-mobile-form",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "flow-engine mobile form engine",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -36,11 +36,12 @@
36
36
  "@coding-form/form-engine": "^0.0.18",
37
37
  "antd-mobile": "^5.42.3",
38
38
  "dayjs": "^1.11.19",
39
- "@coding-flow/flow-core": "0.0.47",
40
- "@coding-flow/flow-types": "0.0.47"
39
+ "antd": "^6.2.1",
40
+ "@coding-flow/flow-core": "0.0.49",
41
+ "@coding-flow/flow-types": "0.0.49"
41
42
  },
42
43
  "devDependencies": {
43
- "@coding-flow/flow-types": "0.0.47"
44
+ "@coding-flow/flow-types": "0.0.49"
44
45
  },
45
46
  "scripts": {
46
47
  "build": "rslib build",