@nocobase/client 1.3.31-beta → 1.3.32-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 +6 -6
- package/lib/index.js +2 -2
- package/package.json +5 -5
package/es/index.mjs
CHANGED
|
@@ -4122,7 +4122,7 @@ function addAppVersion(e, t) {
|
|
|
4122
4122
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
4123
4123
|
}), e;
|
|
4124
4124
|
}
|
|
4125
|
-
const name = "@nocobase/client", version$1 = "1.3.
|
|
4125
|
+
const name = "@nocobase/client", version$1 = "1.3.32-beta", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
4126
4126
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
4127
4127
|
"@ant-design/cssinjs": "^1.11.1",
|
|
4128
4128
|
"@ant-design/icons": "^5.1.4",
|
|
@@ -4143,9 +4143,9 @@ const name = "@nocobase/client", version$1 = "1.3.31-beta", license = "AGPL-3.0"
|
|
|
4143
4143
|
"@formily/reactive-react": "^2.2.27",
|
|
4144
4144
|
"@formily/shared": "^2.2.27",
|
|
4145
4145
|
"@formily/validator": "^2.2.27",
|
|
4146
|
-
"@nocobase/evaluators": "1.3.
|
|
4147
|
-
"@nocobase/sdk": "1.3.
|
|
4148
|
-
"@nocobase/utils": "1.3.
|
|
4146
|
+
"@nocobase/evaluators": "1.3.32-beta",
|
|
4147
|
+
"@nocobase/sdk": "1.3.32-beta",
|
|
4148
|
+
"@nocobase/utils": "1.3.32-beta",
|
|
4149
4149
|
ahooks: "^3.7.2",
|
|
4150
4150
|
antd: "5.12.8",
|
|
4151
4151
|
"antd-style": "3.4.5",
|
|
@@ -33878,8 +33878,8 @@ const AppendsTreeSelect = (e) => {
|
|
|
33878
33878
|
const k = uid();
|
|
33879
33879
|
return f.addEffects(k, () => {
|
|
33880
33880
|
onFieldInputValueChange("*", (T) => {
|
|
33881
|
-
var N, V, O, $, R, M;
|
|
33882
|
-
(filterAnalyses((O = (V = (N = r.componentProps) == null ? void 0 : N.service) == null ? void 0 : V.params) == null ? void 0 : O.filter) || []).includes(($ = T == null ? void 0 : T.props) == null ? void 0 : $.name) && r.value && ((R = T == null ? void 0 : T.indexes) == null ? void 0 : R[0]) === ((M = r == null ? void 0 : r.indexes) == null ? void 0 : M[0]) && (r.setValue(void 0), p(void 0));
|
|
33881
|
+
var N, V, O, $, R, M, j;
|
|
33882
|
+
(filterAnalyses((O = (V = (N = r.componentProps) == null ? void 0 : N.service) == null ? void 0 : V.params) == null ? void 0 : O.filter) || []).includes(($ = T == null ? void 0 : T.props) == null ? void 0 : $.name) && r.value && ((R = T == null ? void 0 : T.indexes) == null ? void 0 : R[0]) === ((M = r == null ? void 0 : r.indexes) == null ? void 0 : M[0]) && ((j = T == null ? void 0 : T.props) == null ? void 0 : j.name) !== r.props.name && (r.setValue(void 0), p(void 0));
|
|
33883
33883
|
});
|
|
33884
33884
|
}), () => {
|
|
33885
33885
|
f.removeEffects(k);
|