@oceanbase/ui 0.4.16 → 0.4.17
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/Login/locale/en-US.js
CHANGED
|
@@ -4,6 +4,7 @@ export default {
|
|
|
4
4
|
passwordPlaceholder: 'Please input password',
|
|
5
5
|
passwordMessage: 'Password is required',
|
|
6
6
|
loginText: 'Login',
|
|
7
|
+
otherLoginText: 'Third-party Login',
|
|
7
8
|
isLoadingWarn: 'In progress',
|
|
8
9
|
usernameLabel: 'Username',
|
|
9
10
|
switchLoginLabel: 'Already have an account',
|
|
@@ -28,6 +28,7 @@ var en_US_default = {
|
|
|
28
28
|
passwordPlaceholder: "Please input password",
|
|
29
29
|
passwordMessage: "Password is required",
|
|
30
30
|
loginText: "Login",
|
|
31
|
+
otherLoginText: "Third-party Login",
|
|
31
32
|
isLoadingWarn: "In progress",
|
|
32
33
|
usernameLabel: "Username",
|
|
33
34
|
switchLoginLabel: "Already have an account",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanbase/ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.17",
|
|
4
4
|
"description": "The UI library based on OceanBase Design",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oceanbase",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"build": "NODE_OPTIONS=--max_old_space_size=4096 father build"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@ant-design/cssinjs": "^1.
|
|
43
|
-
"@ant-design/pro-components": "^2.8.
|
|
42
|
+
"@ant-design/cssinjs": "^1.24.0",
|
|
43
|
+
"@ant-design/pro-components": "^2.8.10",
|
|
44
44
|
"@antv/g6": "3.4.10",
|
|
45
|
-
"@oceanbase/design": "^0.4.
|
|
45
|
+
"@oceanbase/design": "^0.4.14",
|
|
46
46
|
"@oceanbase/icons": "^0.4.7",
|
|
47
47
|
"@oceanbase/util": "^0.4.4",
|
|
48
48
|
"ahooks": "^2.10.14",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"screenfull": "^6.0.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@ant-design/pro-form": "^2.
|
|
68
|
-
"@ant-design/pro-layout": "^7.22.
|
|
67
|
+
"@ant-design/pro-form": "^2.32.0",
|
|
68
|
+
"@ant-design/pro-layout": "^7.22.7"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"react": ">=16.9.0",
|
|
72
72
|
"react-dom": ">=16.9.0"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "e5b9f06614070e38c9d6a77244da2320679e3ffa"
|
|
75
75
|
}
|