@abtnode/ux 1.8.64 → 1.8.65-beta-81d3340c
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/lib/issue-passport.js
CHANGED
|
@@ -105,6 +105,8 @@ function IssuePassport(_ref) {
|
|
|
105
105
|
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_Connect.default, {
|
|
106
106
|
className: "connect",
|
|
107
107
|
action: "issue-passport",
|
|
108
|
+
forceConnected: false,
|
|
109
|
+
autoConnect: false,
|
|
108
110
|
checkFn: api.get,
|
|
109
111
|
checkTimeout: 10 * 60 * 1000,
|
|
110
112
|
socketUrl: api.socketUrl,
|
package/lib/locales/en.js
CHANGED
|
@@ -1036,9 +1036,10 @@ module.exports = {
|
|
|
1036
1036
|
appInfoDesc: 'Confirm the application information',
|
|
1037
1037
|
author: 'Application Author: {author}',
|
|
1038
1038
|
setup: 'Setup Blocklet',
|
|
1039
|
+
redirect: 'Redirect',
|
|
1039
1040
|
alreadyRunning: 'Application {name} is already running on this Blocklet Server',
|
|
1040
1041
|
alreadyInstalled: 'Application {name} is already installed on this Blocklet Server',
|
|
1041
|
-
alreadyExists: 'This application already exists,
|
|
1042
|
+
alreadyExists: 'This application already exists, redirecting...',
|
|
1042
1043
|
selectAbtNode: 'Select Blocklet Server',
|
|
1043
1044
|
purchased: 'Already Purchased',
|
|
1044
1045
|
purchase: 'Purchase',
|
package/lib/locales/zh.js
CHANGED
|
@@ -1042,9 +1042,10 @@ module.exports = {
|
|
|
1042
1042
|
appInfoDesc: '确认应用信息',
|
|
1043
1043
|
author: '应用作者:{author}',
|
|
1044
1044
|
setup: '设置应用',
|
|
1045
|
+
redirect: '跳转',
|
|
1045
1046
|
alreadyRunning: '应用 {name} 已经运行在当前节点',
|
|
1046
1047
|
alreadyInstalled: '应用 {name} 已经安装到当前节点,无需重复安装',
|
|
1047
|
-
alreadyExists: '
|
|
1048
|
+
alreadyExists: '该应用已经存在,跳转中...',
|
|
1048
1049
|
launchSuccess: '{appName} 已经启动成功!',
|
|
1049
1050
|
selectAbtNode: '选择节点',
|
|
1050
1051
|
nextStep: '下一步',
|
package/lib/lost-passport.js
CHANGED
|
@@ -143,6 +143,8 @@ function LostPassport(_ref2) {
|
|
|
143
143
|
hideCloseButton: true,
|
|
144
144
|
className: "connect",
|
|
145
145
|
action: "lost-passport-list",
|
|
146
|
+
forceConnected: false,
|
|
147
|
+
autoConnect: false,
|
|
146
148
|
checkFn: api.get,
|
|
147
149
|
checkTimeout: 10 * 60 * 1000,
|
|
148
150
|
socketUrl: api.socketUrl,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.65-beta-81d3340c",
|
|
7
7
|
"description": "UX components shared across abtnode packages",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@abtnode/auth": "1.8.
|
|
25
|
-
"@abtnode/constant": "1.8.
|
|
26
|
-
"@abtnode/util": "1.8.
|
|
24
|
+
"@abtnode/auth": "1.8.65-beta-81d3340c",
|
|
25
|
+
"@abtnode/constant": "1.8.65-beta-81d3340c",
|
|
26
|
+
"@abtnode/util": "1.8.65-beta-81d3340c",
|
|
27
27
|
"@arcblock/did-connect": "^2.4.66",
|
|
28
28
|
"@arcblock/did-motif": "^1.1.10",
|
|
29
29
|
"@arcblock/icons": "^2.4.66",
|
|
30
30
|
"@arcblock/terminal": "^2.4.66",
|
|
31
31
|
"@arcblock/ux": "^2.4.66",
|
|
32
|
-
"@blocklet/constant": "1.8.
|
|
32
|
+
"@blocklet/constant": "1.8.65-beta-81d3340c",
|
|
33
33
|
"@blocklet/launcher-layout": "^1.9.50",
|
|
34
34
|
"@blocklet/list": "^0.10.47",
|
|
35
|
-
"@blocklet/meta": "1.8.
|
|
35
|
+
"@blocklet/meta": "1.8.65-beta-81d3340c",
|
|
36
36
|
"@blocklet/ui-react": "^2.4.66",
|
|
37
37
|
"@emotion/react": "^11.10.4",
|
|
38
38
|
"@emotion/styled": "^11.10.4",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"@babel/preset-react": "^7.18.6",
|
|
87
87
|
"babel-plugin-inline-react-svg": "^1.1.2"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "5a904b9192febd1d09a759d929ca4de639a50cd1"
|
|
90
90
|
}
|