autoforma 1.1.2 → 1.1.4
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.cjs.js +35 -35
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as AutoForm } from './components/AutoForm/AutoForm';
|
|
2
2
|
export { default as FieldRenderer } from './fields/FieldRenderer/FieldRenderer';
|
|
3
3
|
export { default as FieldLayoutWrapper } from './fields/FieldRenderer/FieldLayoutWrapper';
|
|
4
|
+
export { DefaultFieldRenderWrapper } from './fields/FieldRenderer/DefaultFieldRender';
|
|
4
5
|
export type { AutoFormProps, AutoFormRef, FieldRendererProps, } from './components/AutoForm/AutoForm.types';
|
|
5
6
|
export type { FieldSchema } from './fields/types';
|
package/dist/index.es.js
CHANGED
|
@@ -1001,7 +1001,7 @@ const [qp, Xu, Kp] = Up(), Qu = cr(
|
|
|
1001
1001
|
return c(), () => {
|
|
1002
1002
|
a = !0;
|
|
1003
1003
|
};
|
|
1004
|
-
}, [e, r]), !o) return null;
|
|
1004
|
+
}, [e, r, s.getValues()]), !e.visible || !o) return null;
|
|
1005
1005
|
const l = t == null ? void 0 : t.resolve(o);
|
|
1006
1006
|
return l ? /* @__PURE__ */ m.jsx(l, { field: o, form: s }) : null;
|
|
1007
1007
|
};
|
|
@@ -23626,6 +23626,7 @@ const mC = Vt((n, e) => {
|
|
|
23626
23626
|
mC.displayName = "AutoForm";
|
|
23627
23627
|
export {
|
|
23628
23628
|
mC as AutoForm,
|
|
23629
|
+
lC as DefaultFieldRenderWrapper,
|
|
23629
23630
|
pC as FieldLayoutWrapper,
|
|
23630
23631
|
jl as FieldRenderer
|
|
23631
23632
|
};
|