@nocobase/plugin-users 2.0.0-alpha.52 → 2.0.0-alpha.54

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.
@@ -13,17 +13,17 @@ module.exports = {
13
13
  "react-i18next": "11.18.6",
14
14
  "react-router-dom": "6.30.1",
15
15
  "react": "18.2.0",
16
- "@nocobase/client": "2.0.0-alpha.52",
16
+ "@nocobase/client": "2.0.0-alpha.54",
17
17
  "antd": "5.24.2",
18
18
  "@formily/core": "2.3.7",
19
- "@nocobase/plugin-acl": "2.0.0-alpha.52",
19
+ "@nocobase/plugin-acl": "2.0.0-alpha.54",
20
20
  "@emotion/css": "11.13.0",
21
- "@nocobase/utils": "2.0.0-alpha.52",
22
- "@nocobase/database": "2.0.0-alpha.52",
23
- "@nocobase/server": "2.0.0-alpha.52",
24
- "@nocobase/plugin-user-data-sync": "2.0.0-alpha.52",
25
- "@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.52",
21
+ "@nocobase/utils": "2.0.0-alpha.54",
22
+ "@nocobase/database": "2.0.0-alpha.54",
23
+ "@nocobase/server": "2.0.0-alpha.54",
24
+ "@nocobase/plugin-user-data-sync": "2.0.0-alpha.54",
25
+ "@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.54",
26
26
  "lodash": "4.17.21",
27
- "@nocobase/actions": "2.0.0-alpha.52",
27
+ "@nocobase/actions": "2.0.0-alpha.54",
28
28
  "sequelize": "6.35.2"
29
29
  };
@@ -40,6 +40,7 @@ var users_default = (0, import_database.defineCollection)({
40
40
  title: '{{t("Users")}}',
41
41
  sortable: "sort",
42
42
  model: "UserModel",
43
+ titleField: "nickname",
43
44
  createdBy: true,
44
45
  updatedBy: true,
45
46
  logging: true,
@@ -52,7 +53,7 @@ var users_default = (0, import_database.defineCollection)({
52
53
  primaryKey: true,
53
54
  allowNull: false,
54
55
  uiSchema: { type: "number", title: '{{t("ID")}}', "x-component": "InputNumber", "x-read-pretty": true },
55
- interface: "id"
56
+ interface: "integer"
56
57
  },
57
58
  {
58
59
  interface: "input",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Provides basic user model, as well as created by and updated by fields.",
7
7
  "description.ru-RU": "Предоставляет базовую модель пользователя, а также поля кем, когда «создано» и «обновлено».",
8
8
  "description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
9
- "version": "2.0.0-alpha.52",
9
+ "version": "2.0.0-alpha.54",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/users",
@@ -30,7 +30,7 @@
30
30
  "@nocobase/test": "2.x",
31
31
  "@nocobase/utils": "2.x"
32
32
  },
33
- "gitHead": "b32992d8baeb4ca6616d839ca2f9c023d49476a9",
33
+ "gitHead": "68c84deaabba0ebec7407bf7245376b8d843449c",
34
34
  "keywords": [
35
35
  "Users & permissions"
36
36
  ]