@nocobase/plugin-users 1.6.10 → 1.7.0-alpha.10
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.
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
9
|
import React from 'react';
|
|
10
|
-
export declare const useEditProfile: () => import("antd/es/menu/
|
|
10
|
+
export declare const useEditProfile: () => import("antd/es/menu/interface").ItemType;
|
|
11
11
|
export declare const UsersProvider: React.FC;
|
package/dist/externalVersion.js
CHANGED
|
@@ -13,18 +13,18 @@ module.exports = {
|
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
14
|
"react-router-dom": "6.28.1",
|
|
15
15
|
"react": "18.2.0",
|
|
16
|
-
"@nocobase/client": "1.
|
|
17
|
-
"antd": "5.
|
|
16
|
+
"@nocobase/client": "1.7.0-alpha.10",
|
|
17
|
+
"antd": "5.24.2",
|
|
18
18
|
"@formily/core": "2.3.0",
|
|
19
|
-
"@nocobase/plugin-acl": "1.
|
|
19
|
+
"@nocobase/plugin-acl": "1.7.0-alpha.10",
|
|
20
20
|
"@emotion/css": "11.13.0",
|
|
21
|
-
"@nocobase/utils": "1.
|
|
22
|
-
"@nocobase/database": "1.
|
|
23
|
-
"@nocobase/server": "1.
|
|
24
|
-
"@nocobase/plugin-user-data-sync": "1.
|
|
25
|
-
"@nocobase/plugin-ui-schema-storage": "1.
|
|
21
|
+
"@nocobase/utils": "1.7.0-alpha.10",
|
|
22
|
+
"@nocobase/database": "1.7.0-alpha.10",
|
|
23
|
+
"@nocobase/server": "1.7.0-alpha.10",
|
|
24
|
+
"@nocobase/plugin-user-data-sync": "1.7.0-alpha.10",
|
|
25
|
+
"@nocobase/plugin-ui-schema-storage": "1.7.0-alpha.10",
|
|
26
26
|
"lodash": "4.17.21",
|
|
27
|
-
"@nocobase/actions": "1.
|
|
27
|
+
"@nocobase/actions": "1.7.0-alpha.10",
|
|
28
28
|
"sequelize": "6.35.2",
|
|
29
|
-
"@nocobase/plugin-system-settings": "1.
|
|
29
|
+
"@nocobase/plugin-system-settings": "1.7.0-alpha.10"
|
|
30
30
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Users & Permissions": "Gebruikers & Toegangen",
|
|
3
|
+
"Add users": "Gebruikers toevoegen",
|
|
4
|
+
"Add user": "Gebruiker toevoegen",
|
|
5
|
+
"Remove user": "Gebruiker verwijderen",
|
|
6
|
+
"Are you sure you want to remove it?": "Ben je zeker dat je het wil verwijderen?",
|
|
7
|
+
"Random password": "Willekeurig wachtwoord",
|
|
8
|
+
"Users manager": "Gebruikersbeheer",
|
|
9
|
+
"Allow edit profile": "Profiel bewerken toestaan",
|
|
10
|
+
"Allow change password": "Wachtwoord wijzigen toestaan",
|
|
11
|
+
"User profile is not allowed to be edited": "Het gebruikersprofiel mag niet bewerkt worden."
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"The email is incorrect, please re-enter": "Het e-mailadres is incorrect, probeer het opnieuw",
|
|
3
|
+
"Please fill in your email address": "Vul je e-mailadres in",
|
|
4
|
+
"The password is incorrect, please re-enter": "Het wachtwoord is incorrect, probeer het opnieuw",
|
|
5
|
+
"Not a valid cellphone number, please re-enter": "Geen geldig telefoonnummer, probeer het opnieuw",
|
|
6
|
+
"The phone number has been registered, please login directly": "Het telefoonnummer is al geregistreerd, log direct in",
|
|
7
|
+
"The phone number is not registered, please register first": "Het telefoonnummer is niet geregistreerd, registreer eerst"
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "用户",
|
|
5
5
|
"description": "Provides basic user model, as well as created by and updated by fields.",
|
|
6
6
|
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
|
|
7
|
-
"version": "1.
|
|
7
|
+
"version": "1.7.0-alpha.10",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/users",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@nocobase/test": "1.x",
|
|
28
28
|
"@nocobase/utils": "1.x"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "d2c8d0194316b2d1bf42af6f466cf4b29af84778",
|
|
31
31
|
"keywords": [
|
|
32
32
|
"Users & permissions"
|
|
33
33
|
]
|