@nocobase/client 1.3.49-beta → 1.3.50-beta
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 -5
- package/lib/index.js +2 -2
- 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.50-beta", 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.50-beta",
|
|
4165
|
+
"@nocobase/sdk": "1.3.50-beta",
|
|
4166
|
+
"@nocobase/utils": "1.3.50-beta",
|
|
4167
4167
|
ahooks: "^3.7.2",
|
|
4168
4168
|
antd: "5.12.8",
|
|
4169
4169
|
"antd-style": "3.7.1",
|
|
@@ -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 }));
|