@abtnode/ux 1.17.8-beta-20260106-113136-b3c09e14 → 1.17.8-beta-20260108-120904-21cb5fb6
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/blocklet/aigne-config/components/credit.js +14 -8
- package/lib/blocklet/authentication/auth-text/action-item.js +272 -0
- package/lib/blocklet/authentication/auth-text/add-language-dialog.js +67 -0
- package/lib/blocklet/authentication/auth-text/constants.js +74 -0
- package/lib/blocklet/authentication/auth-text/visual-mode.js +277 -0
- package/lib/blocklet/authentication/did-connect-settings.js +87 -23
- package/lib/blocklet/authentication/providers/email.js +16 -4
- package/lib/blocklet/authentication/providers/index.js +1 -1
- package/lib/blocklet/notification/index.js +14 -4
- package/lib/locales/ar.js +11 -8
- package/lib/locales/de.js +10 -7
- package/lib/locales/en.js +9 -1
- package/lib/locales/es.js +11 -8
- package/lib/locales/fr.js +11 -8
- package/lib/locales/hi.js +11 -8
- package/lib/locales/i18n.json +181 -21
- package/lib/locales/id.js +11 -8
- package/lib/locales/ja.js +11 -8
- package/lib/locales/ko.js +11 -8
- package/lib/locales/pt.js +11 -8
- package/lib/locales/ru.js +11 -8
- package/lib/locales/th.js +11 -8
- package/lib/locales/vi.js +11 -8
- package/lib/locales/zh-tw.js +11 -8
- package/lib/locales/zh.js +10 -7
- package/package.json +25 -25
package/lib/locales/vi.js
CHANGED
|
@@ -144,7 +144,7 @@ export default {
|
|
|
144
144
|
community: 'URL Cộng đồng',
|
|
145
145
|
complete: 'Hoàn thành',
|
|
146
146
|
componentBasicInfo: 'Thông tin cơ bản về thành phần',
|
|
147
|
-
components: '
|
|
147
|
+
components: 'Blocklets',
|
|
148
148
|
config: 'Cài đặt',
|
|
149
149
|
configuration: 'Cấu hình',
|
|
150
150
|
appearance: 'Giao diện',
|
|
@@ -2398,10 +2398,6 @@ export default {
|
|
|
2398
2398
|
}
|
|
2399
2399
|
},
|
|
2400
2400
|
oauth: {
|
|
2401
|
-
auth0: {},
|
|
2402
|
-
github: {},
|
|
2403
|
-
google: {},
|
|
2404
|
-
apple: {},
|
|
2405
2401
|
authorize: 'Xác thực OAuth',
|
|
2406
2402
|
client: {
|
|
2407
2403
|
tab: 'Ứng dụng OAuth',
|
|
@@ -2499,8 +2495,7 @@ export default {
|
|
|
2499
2495
|
listTitle: 'Bật quyền truy cập an toàn của bên thứ ba bằng Ứng dụng OAuth',
|
|
2500
2496
|
tooltipTitle: 'Sử dụng máy chủ OAuth tích hợp sẵn của ứng dụng để ủy quyền cho các ứng dụng bên ngoài với các giao thức tiêu chuẩn ngành. Trao quyền cho người dùng với xác thực an toàn, liền mạch và kiểm soát truy cập được ủy quyền.',
|
|
2501
2497
|
empty: 'Chưa thêm dữ liệu'
|
|
2502
|
-
}
|
|
2503
|
-
twitter: {}
|
|
2498
|
+
}
|
|
2504
2499
|
},
|
|
2505
2500
|
expiration: {
|
|
2506
2501
|
mobile: {
|
|
@@ -2898,7 +2893,15 @@ export default {
|
|
|
2898
2893
|
},
|
|
2899
2894
|
didConnect: {
|
|
2900
2895
|
showDidColor: 'Hiển thị màu của DID Connect',
|
|
2901
|
-
showAppInfo: 'Hiển thị thông tin Blocklet'
|
|
2896
|
+
showAppInfo: 'Hiển thị thông tin Blocklet',
|
|
2897
|
+
basicSettings: 'Cài đặt cơ bản',
|
|
2898
|
+
customSettings: 'Cài đặt Tùy Chỉnh',
|
|
2899
|
+
configDialogTitle: 'Cấu hình văn bản popup xác thực',
|
|
2900
|
+
addNewAction: 'Thêm Hành Động',
|
|
2901
|
+
addLanguage: 'Thêm ngôn ngữ',
|
|
2902
|
+
selectLanguage: 'Chọn một ngôn ngữ...',
|
|
2903
|
+
actionNameError: 'Chỉ cho phép chữ cái thường và dấu gạch ngang, không được bắt đầu bằng dấu gạch ngang',
|
|
2904
|
+
actionNameDuplicate: 'Tên hành động đã tồn tại'
|
|
2902
2905
|
}
|
|
2903
2906
|
}
|
|
2904
2907
|
};
|
package/lib/locales/zh-tw.js
CHANGED
|
@@ -144,7 +144,7 @@ export default {
|
|
|
144
144
|
community: '社群 URL',
|
|
145
145
|
complete: '完成',
|
|
146
146
|
componentBasicInfo: 'Blocklet 基本資訊',
|
|
147
|
-
components: '
|
|
147
|
+
components: 'Blocklets',
|
|
148
148
|
config: '配置',
|
|
149
149
|
configuration: '配置',
|
|
150
150
|
appearance: '外觀',
|
|
@@ -2398,10 +2398,6 @@ export default {
|
|
|
2398
2398
|
}
|
|
2399
2399
|
},
|
|
2400
2400
|
oauth: {
|
|
2401
|
-
auth0: {},
|
|
2402
|
-
github: {},
|
|
2403
|
-
google: {},
|
|
2404
|
-
apple: {},
|
|
2405
2401
|
authorize: 'OAuth 授權',
|
|
2406
2402
|
client: {
|
|
2407
2403
|
tab: 'OAuth 應用',
|
|
@@ -2499,8 +2495,7 @@ export default {
|
|
|
2499
2495
|
listTitle: '啟用 OAuth 應用程式的安全第三方存取',
|
|
2500
2496
|
tooltipTitle: '使用您應用內建的 OAuth 伺服器來授權外部應用程式使用業界標準協定。賦予用戶安全、無縫的身份驗證和委託存取控制。',
|
|
2501
2497
|
empty: '沒有添加數據'
|
|
2502
|
-
}
|
|
2503
|
-
twitter: {}
|
|
2498
|
+
}
|
|
2504
2499
|
},
|
|
2505
2500
|
expiration: {
|
|
2506
2501
|
mobile: {
|
|
@@ -2898,7 +2893,15 @@ export default {
|
|
|
2898
2893
|
},
|
|
2899
2894
|
didConnect: {
|
|
2900
2895
|
showDidColor: '顯示 DID Connect 顏色',
|
|
2901
|
-
showAppInfo: '顯示 Blocklet 資訊'
|
|
2896
|
+
showAppInfo: '顯示 Blocklet 資訊',
|
|
2897
|
+
basicSettings: '基本設定',
|
|
2898
|
+
customSettings: '自訂設定',
|
|
2899
|
+
configDialogTitle: '設定身份驗證彈出文字',
|
|
2900
|
+
addNewAction: '新增動作',
|
|
2901
|
+
addLanguage: '新增語言',
|
|
2902
|
+
selectLanguage: '選擇語言...',
|
|
2903
|
+
actionNameError: '只允許使用小寫字母和連字號;不能以連字號開頭。',
|
|
2904
|
+
actionNameDuplicate: '動作名稱已存在'
|
|
2902
2905
|
}
|
|
2903
2906
|
}
|
|
2904
2907
|
};
|
package/lib/locales/zh.js
CHANGED
|
@@ -157,7 +157,7 @@ export default {
|
|
|
157
157
|
community: '社区 URL',
|
|
158
158
|
complete: '完成',
|
|
159
159
|
componentBasicInfo: 'Blocklet 基础信息',
|
|
160
|
-
components: '
|
|
160
|
+
components: 'Blocklets',
|
|
161
161
|
config: '配置',
|
|
162
162
|
configuration: '配置',
|
|
163
163
|
appearance: '外观',
|
|
@@ -2414,11 +2414,6 @@ export default {
|
|
|
2414
2414
|
}
|
|
2415
2415
|
},
|
|
2416
2416
|
oauth: {
|
|
2417
|
-
auth0: {},
|
|
2418
|
-
github: {},
|
|
2419
|
-
twitter: {},
|
|
2420
|
-
google: {},
|
|
2421
|
-
apple: {},
|
|
2422
2417
|
authorize: 'OAuth 授权',
|
|
2423
2418
|
client: {
|
|
2424
2419
|
tab: 'OAuth 应用',
|
|
@@ -2898,7 +2893,15 @@ export default {
|
|
|
2898
2893
|
},
|
|
2899
2894
|
didConnect: {
|
|
2900
2895
|
showDidColor: '显示 DID Connect 颜色',
|
|
2901
|
-
showAppInfo: '显示 Blocklet 信息'
|
|
2896
|
+
showAppInfo: '显示 Blocklet 信息',
|
|
2897
|
+
basicSettings: '基本配置',
|
|
2898
|
+
customSettings: '自定义配置',
|
|
2899
|
+
configDialogTitle: '认证文案配置',
|
|
2900
|
+
addNewAction: '添加操作',
|
|
2901
|
+
addLanguage: '添加语言',
|
|
2902
|
+
selectLanguage: '选择语言...',
|
|
2903
|
+
actionNameError: '只能使用小写字母和连字符,且不能以连字符开头',
|
|
2904
|
+
actionNameDuplicate: '操作名称已存在'
|
|
2902
2905
|
}
|
|
2903
2906
|
}
|
|
2904
2907
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.17.8-beta-
|
|
3
|
+
"version": "1.17.8-beta-20260108-120904-21cb5fb6",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,32 +23,32 @@
|
|
|
23
23
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@abtnode/auth": "1.17.8-beta-
|
|
27
|
-
"@abtnode/constant": "1.17.8-beta-
|
|
28
|
-
"@abtnode/docker-utils": "1.17.8-beta-
|
|
29
|
-
"@abtnode/util": "1.17.8-beta-
|
|
26
|
+
"@abtnode/auth": "1.17.8-beta-20260108-120904-21cb5fb6",
|
|
27
|
+
"@abtnode/constant": "1.17.8-beta-20260108-120904-21cb5fb6",
|
|
28
|
+
"@abtnode/docker-utils": "1.17.8-beta-20260108-120904-21cb5fb6",
|
|
29
|
+
"@abtnode/util": "1.17.8-beta-20260108-120904-21cb5fb6",
|
|
30
30
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
31
|
-
"@arcblock/did": "^1.28.
|
|
32
|
-
"@arcblock/did-connect-react": "^3.4.
|
|
33
|
-
"@arcblock/did-ext": "^1.28.
|
|
31
|
+
"@arcblock/did": "^1.28.4",
|
|
32
|
+
"@arcblock/did-connect-react": "^3.4.5",
|
|
33
|
+
"@arcblock/did-ext": "^1.28.4",
|
|
34
34
|
"@arcblock/did-motif": "^1.1.14",
|
|
35
|
-
"@arcblock/icons": "^3.4.
|
|
36
|
-
"@arcblock/nft-display": "^3.4.
|
|
37
|
-
"@arcblock/react-hooks": "^3.4.
|
|
38
|
-
"@arcblock/terminal": "^3.4.
|
|
39
|
-
"@arcblock/ux": "^3.4.
|
|
40
|
-
"@arcblock/validator": "^1.28.
|
|
41
|
-
"@blocklet/aigne-hub": "^0.7.
|
|
42
|
-
"@blocklet/constant": "1.17.8-beta-
|
|
35
|
+
"@arcblock/icons": "^3.4.5",
|
|
36
|
+
"@arcblock/nft-display": "^3.4.5",
|
|
37
|
+
"@arcblock/react-hooks": "^3.4.5",
|
|
38
|
+
"@arcblock/terminal": "^3.4.5",
|
|
39
|
+
"@arcblock/ux": "^3.4.5",
|
|
40
|
+
"@arcblock/validator": "^1.28.4",
|
|
41
|
+
"@blocklet/aigne-hub": "^0.7.16",
|
|
42
|
+
"@blocklet/constant": "1.17.8-beta-20260108-120904-21cb5fb6",
|
|
43
43
|
"@blocklet/did-domain-react": "^0.6.17",
|
|
44
44
|
"@blocklet/did-space-react": "^1.2.14",
|
|
45
45
|
"@blocklet/error": "^0.3.5",
|
|
46
|
-
"@blocklet/js-sdk": "1.17.8-beta-
|
|
47
|
-
"@blocklet/launcher-layout": "^3.4.
|
|
46
|
+
"@blocklet/js-sdk": "1.17.8-beta-20260108-120904-21cb5fb6",
|
|
47
|
+
"@blocklet/launcher-layout": "^3.4.5",
|
|
48
48
|
"@blocklet/list": "^0.18.11",
|
|
49
|
-
"@blocklet/meta": "1.17.8-beta-
|
|
50
|
-
"@blocklet/theme": "^3.4.
|
|
51
|
-
"@blocklet/ui-react": "^3.4.
|
|
49
|
+
"@blocklet/meta": "1.17.8-beta-20260108-120904-21cb5fb6",
|
|
50
|
+
"@blocklet/theme": "^3.4.5",
|
|
51
|
+
"@blocklet/ui-react": "^3.4.5",
|
|
52
52
|
"@blocklet/uploader": "^0.3.19",
|
|
53
53
|
"@emotion/react": "^11.14.0",
|
|
54
54
|
"@emotion/styled": "^11.14.1",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"@mui/material": "^7.2.0",
|
|
62
62
|
"@mui/x-date-pickers": "^8.9.0",
|
|
63
63
|
"@mui/x-tree-view": "^8.9.0",
|
|
64
|
-
"@ocap/client": "^1.28.
|
|
65
|
-
"@ocap/mcrypto": "^1.28.
|
|
66
|
-
"@ocap/util": "^1.28.
|
|
64
|
+
"@ocap/client": "^1.28.4",
|
|
65
|
+
"@ocap/mcrypto": "^1.28.4",
|
|
66
|
+
"@ocap/util": "^1.28.4",
|
|
67
67
|
"@uiw/react-markdown-preview": "^5.1.1",
|
|
68
68
|
"ahooks": "^3.7.8",
|
|
69
69
|
"axios": "^1.7.9",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
128
128
|
"glob": "^10.4.1"
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "81be4cd432cd3803b72514917e6197c31e916b9d"
|
|
131
131
|
}
|