@nocobase/plugin-field-china-region 2.1.0-beta.45 → 2.1.0-beta.47
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/dist/externalVersion.js
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/core": "2.3.7",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.1.0-beta.
|
|
14
|
-
"@nocobase/client-v2": "2.1.0-beta.
|
|
13
|
+
"@nocobase/client": "2.1.0-beta.47",
|
|
14
|
+
"@nocobase/client-v2": "2.1.0-beta.47",
|
|
15
15
|
"@formily/shared": "2.3.7",
|
|
16
|
-
"@nocobase/flow-engine": "2.1.0-beta.
|
|
17
|
-
"@nocobase/server": "2.1.0-beta.
|
|
16
|
+
"@nocobase/flow-engine": "2.1.0-beta.47",
|
|
17
|
+
"@nocobase/server": "2.1.0-beta.47",
|
|
18
18
|
"china-division": "2.7.0",
|
|
19
19
|
"antd": "5.24.2",
|
|
20
20
|
"ahooks": "3.7.8",
|
|
21
21
|
"lodash": "4.18.1",
|
|
22
22
|
"react": "18.2.0",
|
|
23
|
-
"@nocobase/utils": "2.1.0-beta.
|
|
24
|
-
"@nocobase/database": "2.1.0-beta.
|
|
23
|
+
"@nocobase/utils": "2.1.0-beta.47",
|
|
24
|
+
"@nocobase/database": "2.1.0-beta.47"
|
|
25
25
|
};
|
|
@@ -34,6 +34,7 @@ var chinaRegions_default = (0, import_database.defineCollection)({
|
|
|
34
34
|
dumpRules: "skipped",
|
|
35
35
|
migrationRules: ["schema-only", "overwrite"],
|
|
36
36
|
name: "chinaRegions",
|
|
37
|
+
dataCategory: "business",
|
|
37
38
|
autoGenId: false,
|
|
38
39
|
fields: [
|
|
39
40
|
// 如使用代码作为 id 可能更节省,但由于代码数字最长为 12 字节,除非使用 bigint(64) 才够放置
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-field-china-region",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.47",
|
|
4
4
|
"displayName": "Collection field: administrative divisions of China",
|
|
5
5
|
"displayName.zh-CN": "数据表字段:中国行政区划",
|
|
6
6
|
"displayName.ru-RU": "Поле коллекции: административное деление Китая",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@nocobase/server": "2.x",
|
|
27
27
|
"@nocobase/test": "2.x"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "bf8fc3790e3494c901b4d22861c5471a0d27c464",
|
|
30
30
|
"keywords": [
|
|
31
31
|
"Collection fields"
|
|
32
32
|
]
|