@nocobase/client 1.3.49-beta → 1.3.51
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 +7 -7
- package/lib/index.js +4 -4
- package/package.json +5 -5
package/es/index.mjs
CHANGED
|
@@ -4140,7 +4140,7 @@ function addAppVersion(e, t) {
|
|
|
4140
4140
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
4141
4141
|
}), e;
|
|
4142
4142
|
}
|
|
4143
|
-
const name = "@nocobase/client", version$1 = "1.3.
|
|
4143
|
+
const name = "@nocobase/client", version$1 = "1.3.51", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
4144
4144
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
4145
4145
|
"@ant-design/cssinjs": "^1.11.1",
|
|
4146
4146
|
"@ant-design/icons": "^5.1.4",
|
|
@@ -4161,9 +4161,9 @@ const name = "@nocobase/client", version$1 = "1.3.49-beta", license = "AGPL-3.0"
|
|
|
4161
4161
|
"@formily/reactive-react": "^2.2.27",
|
|
4162
4162
|
"@formily/shared": "^2.2.27",
|
|
4163
4163
|
"@formily/validator": "^2.2.27",
|
|
4164
|
-
"@nocobase/evaluators": "1.3.
|
|
4165
|
-
"@nocobase/sdk": "1.3.
|
|
4166
|
-
"@nocobase/utils": "1.3.
|
|
4164
|
+
"@nocobase/evaluators": "1.3.51",
|
|
4165
|
+
"@nocobase/sdk": "1.3.51",
|
|
4166
|
+
"@nocobase/utils": "1.3.51",
|
|
4167
4167
|
ahooks: "^3.7.2",
|
|
4168
4168
|
antd: "5.12.8",
|
|
4169
4169
|
"antd-style": "3.7.1",
|
|
@@ -21581,7 +21581,7 @@ const DynamicComponent$1 = (e) => {
|
|
|
21581
21581
|
style: { width: 150 },
|
|
21582
21582
|
onChange: (A) => {
|
|
21583
21583
|
l(A), n({
|
|
21584
|
-
mode: t == null ? void 0 : t.mode
|
|
21584
|
+
mode: A || (t == null ? void 0 : t.mode)
|
|
21585
21585
|
});
|
|
21586
21586
|
},
|
|
21587
21587
|
children: P.map((A) => /* @__PURE__ */ jsx(Option, { value: A.value, children: A.label }, A.value))
|
|
@@ -21867,7 +21867,7 @@ const useStyles$d = createStyles(() => ({
|
|
|
21867
21867
|
return /* @__PURE__ */ jsx(
|
|
21868
21868
|
Input$3.TextArea,
|
|
21869
21869
|
{
|
|
21870
|
-
value: r.title
|
|
21870
|
+
value: r.title,
|
|
21871
21871
|
defaultValue: n("Linkage rule"),
|
|
21872
21872
|
onChange: (a) => {
|
|
21873
21873
|
a.stopPropagation(), t.field.value.splice(o, 1, F(h({}, r), { title: a.target.value }));
|
|
@@ -51479,7 +51479,7 @@ const ACLCollectionProvider = (e) => {
|
|
|
51479
51479
|
let i = (r == null ? void 0 : r["x-acl-action"]) || e.actionPath;
|
|
51480
51480
|
const a = ((d = r == null ? void 0 : r["x-decorator-props"]) == null ? void 0 : d.association) || ((p = r == null ? void 0 : r["x-decorator-props"]) == null ? void 0 : p.collection);
|
|
51481
51481
|
if (i === "undefined:list" && a && a !== "undefined" && (i = `${a}:list`), !i)
|
|
51482
|
-
return e.children;
|
|
51482
|
+
return /* @__PURE__ */ jsx(ACLActionParamsContext.Provider, { value: {}, children: e.children });
|
|
51483
51483
|
const l = o(i, { schema: r });
|
|
51484
51484
|
if (!l)
|
|
51485
51485
|
return /* @__PURE__ */ jsx(CollectionNotAllowViewPlaceholder, {});
|