@nocobase/client 1.2.13-alpha → 1.2.14-alpha
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/es/index.mjs +5 -6
- package/lib/index.js +3 -3
- package/package.json +5 -5
package/es/index.mjs
CHANGED
|
@@ -3941,7 +3941,7 @@ function addAppVersion(e, t) {
|
|
|
3941
3941
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
3942
3942
|
}), e;
|
|
3943
3943
|
}
|
|
3944
|
-
const name = "@nocobase/client", version$1 = "1.2.
|
|
3944
|
+
const name = "@nocobase/client", version$1 = "1.2.14-alpha", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
3945
3945
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
3946
3946
|
"@ant-design/cssinjs": "^1.11.1",
|
|
3947
3947
|
"@ant-design/icons": "^5.1.4",
|
|
@@ -3962,9 +3962,9 @@ const name = "@nocobase/client", version$1 = "1.2.13-alpha", license = "AGPL-3.0
|
|
|
3962
3962
|
"@formily/reactive-react": "^2.2.27",
|
|
3963
3963
|
"@formily/shared": "^2.2.27",
|
|
3964
3964
|
"@formily/validator": "^2.2.27",
|
|
3965
|
-
"@nocobase/evaluators": "1.2.
|
|
3966
|
-
"@nocobase/sdk": "1.2.
|
|
3967
|
-
"@nocobase/utils": "1.2.
|
|
3965
|
+
"@nocobase/evaluators": "1.2.14-alpha",
|
|
3966
|
+
"@nocobase/sdk": "1.2.14-alpha",
|
|
3967
|
+
"@nocobase/utils": "1.2.14-alpha",
|
|
3968
3968
|
ahooks: "^3.7.2",
|
|
3969
3969
|
antd: "^5.12.8",
|
|
3970
3970
|
"antd-style": "3.4.5",
|
|
@@ -9281,7 +9281,7 @@ const useMemoizedSchema = (e) => useMemo(() => toSchema(e), []), RecursionSchema
|
|
|
9281
9281
|
l && l(f), u && u();
|
|
9282
9282
|
}
|
|
9283
9283
|
});
|
|
9284
|
-
return h ? /* @__PURE__ */ jsx(Spin, {}) : n ? /* @__PURE__ */ jsx(Spin, {}) : t ? /* @__PURE__ */ jsx(SchemaComponent, {
|
|
9284
|
+
return h ? /* @__PURE__ */ jsx(Spin, {}) : n ? /* @__PURE__ */ jsx(Spin, {}) : t ? /* @__PURE__ */ jsx(SchemaComponent, { components: a, scope: r, schema: c((m == null ? void 0 : m.data) || {}) }) : /* @__PURE__ */ jsx(FormProvider, { form: p, children: /* @__PURE__ */ jsx(SchemaComponent, { components: a, scope: r, schema: c((m == null ? void 0 : m.data) || {}) }) });
|
|
9285
9285
|
}, RemoteSchemaComponent = (e) => e.uid ? /* @__PURE__ */ jsx(RequestSchemaComponent, g({}, e)) : null, randomString = (e = "") => `${e}${uid()}`;
|
|
9286
9286
|
Schema.silent(!0);
|
|
9287
9287
|
const results = {}, Registry = {
|
|
@@ -52019,7 +52019,6 @@ const useMenuProps = () => {
|
|
|
52019
52019
|
SchemaComponent,
|
|
52020
52020
|
{
|
|
52021
52021
|
distributed: !0,
|
|
52022
|
-
memoized: !0,
|
|
52023
52022
|
scope: { useMenuProps, onSelect: b, sideMenuRef: f, defaultSelectedUid: m },
|
|
52024
52023
|
schema: A
|
|
52025
52024
|
}
|