@nocobase/client 1.2.27-alpha → 1.2.28-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 +12 -4
- package/lib/index.js +2 -2
- package/package.json +5 -5
package/es/index.mjs
CHANGED
|
@@ -3965,7 +3965,7 @@ function addAppVersion(e, t) {
|
|
|
3965
3965
|
addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
|
|
3966
3966
|
}), e;
|
|
3967
3967
|
}
|
|
3968
|
-
const name = "@nocobase/client", version$1 = "1.2.
|
|
3968
|
+
const name = "@nocobase/client", version$1 = "1.2.28-alpha", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
|
|
3969
3969
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
3970
3970
|
"@ant-design/cssinjs": "^1.11.1",
|
|
3971
3971
|
"@ant-design/icons": "^5.1.4",
|
|
@@ -3986,9 +3986,9 @@ const name = "@nocobase/client", version$1 = "1.2.27-alpha", license = "AGPL-3.0
|
|
|
3986
3986
|
"@formily/reactive-react": "^2.2.27",
|
|
3987
3987
|
"@formily/shared": "^2.2.27",
|
|
3988
3988
|
"@formily/validator": "^2.2.27",
|
|
3989
|
-
"@nocobase/evaluators": "1.2.
|
|
3990
|
-
"@nocobase/sdk": "1.2.
|
|
3991
|
-
"@nocobase/utils": "1.2.
|
|
3989
|
+
"@nocobase/evaluators": "1.2.28-alpha",
|
|
3990
|
+
"@nocobase/sdk": "1.2.28-alpha",
|
|
3991
|
+
"@nocobase/utils": "1.2.28-alpha",
|
|
3992
3992
|
ahooks: "^3.7.2",
|
|
3993
3993
|
antd: "^5.12.8",
|
|
3994
3994
|
"antd-style": "3.4.5",
|
|
@@ -43208,6 +43208,14 @@ const getSchema$4 = (e, t, o) => {
|
|
|
43208
43208
|
},
|
|
43209
43209
|
title: '{{ t("Edit collection") }}',
|
|
43210
43210
|
properties: F(g({}, r), {
|
|
43211
|
+
filterTargetKey: {
|
|
43212
|
+
title: '{{ t("Record unique key")}}',
|
|
43213
|
+
type: "single",
|
|
43214
|
+
description: '{{t( "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.")}}',
|
|
43215
|
+
"x-decorator": "FormItem",
|
|
43216
|
+
"x-component": "Select",
|
|
43217
|
+
"x-reactions": ["{{useAsyncDataSource(loadFilterTargetKeys)}}"]
|
|
43218
|
+
},
|
|
43211
43219
|
footer: {
|
|
43212
43220
|
type: "void",
|
|
43213
43221
|
"x-component": "Action.Drawer.Footer",
|