@nocobase/client 1.4.0-alpha.0 → 1.4.0-alpha.2
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 -13
- package/lib/index.js +52 -52
- package/package.json +5 -5
package/es/index.mjs
CHANGED
|
@@ -4244,7 +4244,7 @@ function addAppVersion(e, t) {
|
|
|
4244
4244
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
4245
4245
|
}), e;
|
|
4246
4246
|
}
|
|
4247
|
-
const name = "@nocobase/client", version$1 = "1.4.0-alpha.
|
|
4247
|
+
const name = "@nocobase/client", version$1 = "1.4.0-alpha.2", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
4248
4248
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
4249
4249
|
"@ant-design/cssinjs": "^1.11.1",
|
|
4250
4250
|
"@ant-design/icons": "^5.1.4",
|
|
@@ -4266,9 +4266,9 @@ const name = "@nocobase/client", version$1 = "1.4.0-alpha.0", license = "AGPL-3.
|
|
|
4266
4266
|
"@formily/reactive-react": "^2.2.27",
|
|
4267
4267
|
"@formily/shared": "^2.2.27",
|
|
4268
4268
|
"@formily/validator": "^2.2.27",
|
|
4269
|
-
"@nocobase/evaluators": "1.4.0-alpha.
|
|
4270
|
-
"@nocobase/sdk": "1.4.0-alpha.
|
|
4271
|
-
"@nocobase/utils": "1.4.0-alpha.
|
|
4269
|
+
"@nocobase/evaluators": "1.4.0-alpha.2",
|
|
4270
|
+
"@nocobase/sdk": "1.4.0-alpha.2",
|
|
4271
|
+
"@nocobase/utils": "1.4.0-alpha.2",
|
|
4272
4272
|
ahooks: "^3.7.2",
|
|
4273
4273
|
antd: "5.12.8",
|
|
4274
4274
|
"antd-style": "3.7.1",
|
|
@@ -36298,15 +36298,7 @@ function Uploader(o) {
|
|
|
36298
36298
|
) })
|
|
36299
36299
|
}
|
|
36300
36300
|
),
|
|
36301
|
-
k && b && /* @__PURE__ */ jsx(
|
|
36302
|
-
b,
|
|
36303
|
-
{
|
|
36304
|
-
value: a,
|
|
36305
|
-
onChange: (A) => {
|
|
36306
|
-
console.log(A);
|
|
36307
|
-
}
|
|
36308
|
-
}
|
|
36309
|
-
)
|
|
36301
|
+
k && b && /* @__PURE__ */ jsx(b, { disabled: r, multiple: i, value: a, onChange: l })
|
|
36310
36302
|
] });
|
|
36311
36303
|
}
|
|
36312
36304
|
function Attachment(e) {
|