@abtnode/ux 1.16.16 → 1.16.17-beta-7ec31a60

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/locales/zh.js CHANGED
@@ -184,6 +184,7 @@ module.exports = {
184
184
  installSuccess: '安装成功',
185
185
  installing: '安装中',
186
186
  internalIp: '内网 IP',
187
+ introduction: '介绍',
187
188
  invite: '邀请',
188
189
  inviting: '邀请中',
189
190
  ip: 'IP',
@@ -235,6 +236,7 @@ module.exports = {
235
236
  preferences: '偏好',
236
237
  protected: '受保护',
237
238
  protocol: '协议',
239
+ publish: '发布',
238
240
  published: '发布于',
239
241
  purchase: '购买',
240
242
  readMore: '更多',
@@ -245,10 +247,12 @@ module.exports = {
245
247
  redirectUrl: '重定向 URL',
246
248
  rewriteUrl: '重写到 URL',
247
249
  rewrite: '重写',
250
+ release: '发布',
248
251
  reject: '拒绝',
249
252
  reload: '优雅重启',
250
253
  remark: '备注',
251
254
  remove: '删除',
255
+ removeSuccess: '删除成功',
252
256
  renew: '续期',
253
257
  reportIssue: '问题反馈',
254
258
  required: '必需的',
@@ -266,6 +270,7 @@ module.exports = {
266
270
  saveSuccess: '保存成功',
267
271
  scheduleFailed: '加入任务队列失败',
268
272
  scheduleSuccess: '成功加入任务队列',
273
+ screenshot: '截图',
269
274
  search: '搜索',
270
275
  security: '安全',
271
276
  serverDid: '服务器 DID',
@@ -611,6 +616,36 @@ module.exports = {
611
616
  error: {
612
617
  isRunning: '应用正在运行,请先停止运行',
613
618
  isInProgress: '应用正在进行中,请等待完成'
619
+ },
620
+ publish: {
621
+ productTitle: 'Blocklet 详情',
622
+ versionTitle: '版本信息',
623
+ imgTitle: '图片资源',
624
+ resourceTitle: '组件资源',
625
+ blockletEmptyTip: '这里没有任何 blocklet',
626
+ createBlockletTip: '你可以使用此应用的资源,组件,配置制作新的 Blocklet',
627
+ createBlocklet: '创建 Blocklet',
628
+ deleteBlockletTip: '此 Blocklet 删除后不可恢复,是否继续?',
629
+ componentNotRunning: '组件 {name} 未运行',
630
+ releaseEmptyTip: '这里没有任何发布',
631
+ createReleaseTip: '您可以创建 Blocklet 发布,在发布中包含说明和资源,以供其他人使用',
632
+ createRelease: '创建新的发布',
633
+ deleteReleaseTip: '此发布删除后不可恢复,是否继续?',
634
+ createBlockletDid: '通过 DID 钱包创建',
635
+ connect: {
636
+ title: '创建 Blocklet DID',
637
+ scan: '扫描下面的二维码来生成 Blocklet DID',
638
+ confirm: '使用 DID Wallet 确认',
639
+ success: 'Blocklet DID 已经生成,请继续您的操作'
640
+ },
641
+ saveDraft: '保存草稿',
642
+ releaseNote: '发布说明',
643
+ errorTip: {
644
+ noTitle: '请填写 Blocklet 名称',
645
+ noVersion: '请填写 Blocklet 版本号',
646
+ noDescription: '请填写 Blocklet 描述',
647
+ noNote: '请填写 发布说明'
648
+ }
614
649
  }
615
650
  },
616
651
  dashboard: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.16",
3
+ "version": "1.16.17-beta-7ec31a60",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,23 +27,24 @@
27
27
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@abtnode/auth": "1.16.16",
31
- "@abtnode/constant": "1.16.16",
32
- "@abtnode/util": "1.16.16",
30
+ "@abtnode/auth": "1.16.17-beta-7ec31a60",
31
+ "@abtnode/constant": "1.16.17-beta-7ec31a60",
32
+ "@abtnode/util": "1.16.17-beta-7ec31a60",
33
33
  "@ahooksjs/use-url-state": "^3.5.1",
34
- "@arcblock/did": "^1.18.90",
35
- "@arcblock/did-connect": "^2.7.23",
34
+ "@arcblock/did": "^1.18.91",
35
+ "@arcblock/did-connect": "^2.7.24",
36
36
  "@arcblock/did-motif": "^1.1.13",
37
- "@arcblock/icons": "^2.7.23",
38
- "@arcblock/nft-display": "2.7.23",
39
- "@arcblock/react-hooks": "^2.7.23",
40
- "@arcblock/terminal": "^2.7.23",
41
- "@arcblock/ux": "^2.7.23",
42
- "@blocklet/constant": "1.16.16",
43
- "@blocklet/launcher-layout": "2.2.16",
44
- "@blocklet/list": "^0.12.42",
45
- "@blocklet/meta": "1.16.16",
46
- "@blocklet/ui-react": "^2.7.23",
37
+ "@arcblock/icons": "^2.7.24",
38
+ "@arcblock/nft-display": "2.7.24",
39
+ "@arcblock/react-hooks": "^2.7.24",
40
+ "@arcblock/terminal": "^2.7.24",
41
+ "@arcblock/ux": "^2.7.24",
42
+ "@blocklet/constant": "1.16.17-beta-7ec31a60",
43
+ "@blocklet/launcher-layout": "2.2.19",
44
+ "@blocklet/list": "^0.12.43",
45
+ "@blocklet/meta": "1.16.17-beta-7ec31a60",
46
+ "@blocklet/ui-react": "^2.7.24",
47
+ "@blocklet/uploader": "^0.0.19",
47
48
  "@emotion/react": "^11.10.4",
48
49
  "@emotion/styled": "^11.10.4",
49
50
  "@iconify/react": "^4.0.0",
@@ -53,7 +54,7 @@
53
54
  "@mui/material": "^5.14.10",
54
55
  "@mui/styles": "^5.14.10",
55
56
  "@mui/x-date-pickers": "^6.14.0",
56
- "@ocap/client": "1.18.90",
57
+ "@ocap/client": "1.18.91",
57
58
  "@uiw/react-markdown-preview": "4.0.6",
58
59
  "ahooks": "^3.7.1",
59
60
  "axios": "^0.27.2",
@@ -85,6 +86,7 @@
85
86
  "react-sortable-tree": "^2.8.0",
86
87
  "react-sortable-tree-theme-material-ui": "^1.0.16",
87
88
  "react-use": "^17.4.0",
89
+ "semver": "^7.3.8",
88
90
  "ufo": "^1.0.1",
89
91
  "url-join": "^4.0.1",
90
92
  "validator": "^13.9.0"
@@ -98,7 +100,7 @@
98
100
  "babel-plugin-inline-react-svg": "^1.1.2",
99
101
  "glob": "^10.3.3"
100
102
  },
101
- "gitHead": "2de4f6dbad086bd861273a4fc9ca8a87ddda4778",
103
+ "gitHead": "622bb131130d28c3fc554dcb5dc9d72b7da3fba2",
102
104
  "exports": {
103
105
  ".": {
104
106
  "import": "./es/index.js",
@@ -132,6 +134,10 @@
132
134
  "import": "./es/blocklet/preferences/index.js",
133
135
  "require": "./lib/blocklet/preferences/index.js"
134
136
  },
137
+ "./lib/blocklet/publish": {
138
+ "import": "./es/blocklet/publish/index.js",
139
+ "require": "./lib/blocklet/publish/index.js"
140
+ },
135
141
  "./lib/blocklet/purchase": {
136
142
  "import": "./es/blocklet/purchase/index.js",
137
143
  "require": "./lib/blocklet/purchase/index.js"