@ftjs/antd 2.1.0 → 3.1.0

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.
@@ -43,3 +43,4 @@ export declare const useRules: (props: FtAntdFormProps<any>) => {
43
43
  };
44
44
  export { default as FtAntdForm } from './ft-antd-form.vue';
45
45
  export { default as FtAntdFormSearch } from './ft-antd-form-search.vue';
46
+ export { useFormItemProps } from './composables';
package/dist/index.js CHANGED
@@ -1279,5 +1279,6 @@ export {
1279
1279
  isComponentTuple,
1280
1280
  registerEdit,
1281
1281
  registerForm,
1282
+ useFormItemProps,
1282
1283
  useRules
1283
1284
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ftjs/antd",
3
- "version": "2.1.0",
3
+ "version": "3.1.0",
4
4
  "keywords": [],
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -30,12 +30,12 @@
30
30
  "vite": "^6.1.0",
31
31
  "vite-plugin-dts": "^4.5.0",
32
32
  "vue-tsc": "2.2.0",
33
- "@ftjs/core": "1.3.1"
33
+ "@ftjs/core": "2.0.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@ant-design/icons-vue": ">=7.0.0",
37
37
  "vue": ">=3.3.0",
38
- "@ftjs/core": "^1.3.1",
38
+ "@ftjs/core": "^2.0.0",
39
39
  "ant-design-vue": ">=4.0.0",
40
40
  "dayjs": ">=1.0.0",
41
41
  "vxe-table": ">=4.0.0"