@abtnode/ux 1.16.26-beta-5251ab18 → 1.16.26-beta-818ea1c5
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/blocklet/storage/action.js +8 -4
- package/es/blocklet/storage/item.js +2 -1
- package/es/contexts/blocklet-storage.js +0 -4
- package/es/locales/ar.js +0 -1
- package/es/locales/de.js +0 -1
- package/es/locales/en.js +0 -1
- package/es/locales/es.js +0 -1
- package/es/locales/fr.js +0 -1
- package/es/locales/hi.js +0 -1
- package/es/locales/id.js +0 -1
- package/es/locales/ja.js +0 -1
- package/es/locales/ko.js +0 -1
- package/es/locales/pt.js +0 -1
- package/es/locales/ru.js +0 -1
- package/es/locales/th.js +0 -1
- package/es/locales/vi.js +0 -1
- package/es/locales/zh-tw.js +0 -1
- package/es/locales/zh.js +0 -1
- package/lib/blocklet/storage/action.js +10 -6
- package/lib/blocklet/storage/item.js +2 -1
- package/lib/contexts/blocklet-storage.js +0 -4
- package/lib/locales/ar.js +0 -1
- package/lib/locales/de.js +0 -1
- package/lib/locales/en.js +0 -1
- package/lib/locales/es.js +0 -1
- package/lib/locales/fr.js +0 -1
- package/lib/locales/hi.js +0 -1
- package/lib/locales/id.js +0 -1
- package/lib/locales/ja.js +0 -1
- package/lib/locales/ko.js +0 -1
- package/lib/locales/pt.js +0 -1
- package/lib/locales/ru.js +0 -1
- package/lib/locales/th.js +0 -1
- package/lib/locales/vi.js +0 -1
- package/lib/locales/zh-tw.js +0 -1
- package/lib/locales/zh.js +0 -1
- package/package.json +17 -17
|
@@ -17,7 +17,8 @@ import DeleteDIDSpacesGateWay from './delete';
|
|
|
17
17
|
* onDelete: (spaceGateway: import('./connected').SpaceGateway) => Promise<void>,
|
|
18
18
|
* onConnect: (spaceGateway: import('./connected').SpaceGateway) => Promise<void>,
|
|
19
19
|
* enableSwitchToSpace: true | false,
|
|
20
|
-
* connected: false | true
|
|
20
|
+
* connected: false | true,
|
|
21
|
+
* backupInProgress: false | true,
|
|
21
22
|
* } & import('@mui/material').IconButtonProps} { spaceGateway, onDelete, onConnect, enableSwitchToSpace, connected, ...rest }
|
|
22
23
|
* @return {React.Component}
|
|
23
24
|
*/
|
|
@@ -28,6 +29,7 @@ function SpaceItemAction({
|
|
|
28
29
|
onDelete,
|
|
29
30
|
onConnect,
|
|
30
31
|
enableSwitchToSpace,
|
|
32
|
+
backupInProgress,
|
|
31
33
|
...rest
|
|
32
34
|
}) {
|
|
33
35
|
const [anchorEl, setAnchorEl] = useState(null);
|
|
@@ -117,7 +119,7 @@ function SpaceItemAction({
|
|
|
117
119
|
}), /*#__PURE__*/_jsx(ListItemText, {
|
|
118
120
|
children: t('storage.spaces.connect.switchToSpace')
|
|
119
121
|
})]
|
|
120
|
-
}), !
|
|
122
|
+
}), !backupInProgress && /*#__PURE__*/_jsx(DeleteDIDSpacesGateWay, {
|
|
121
123
|
spaceGateway: spaceGateway,
|
|
122
124
|
onDelete: onDelete
|
|
123
125
|
})]
|
|
@@ -135,11 +137,13 @@ SpaceItemAction.propTypes = {
|
|
|
135
137
|
connected: PropTypes.bool.isRequired,
|
|
136
138
|
enableSwitchToSpace: PropTypes.bool,
|
|
137
139
|
onDelete: PropTypes.func,
|
|
138
|
-
onConnect: PropTypes.func
|
|
140
|
+
onConnect: PropTypes.func,
|
|
141
|
+
backupInProgress: PropTypes.bool
|
|
139
142
|
};
|
|
140
143
|
SpaceItemAction.defaultProps = {
|
|
141
144
|
onDelete: () => {},
|
|
142
145
|
onConnect: () => {},
|
|
143
|
-
enableSwitchToSpace: true
|
|
146
|
+
enableSwitchToSpace: true,
|
|
147
|
+
backupInProgress: false
|
|
144
148
|
};
|
|
145
149
|
export default SpaceItemAction;
|
|
@@ -442,7 +442,8 @@ function SpaceItem({
|
|
|
442
442
|
connected: connected,
|
|
443
443
|
onDelete: onDelete,
|
|
444
444
|
onConnect: onConnect,
|
|
445
|
-
enableSwitchToSpace: backupProgress?.completed || isEmpty(backupProgress?.message)
|
|
445
|
+
enableSwitchToSpace: backupProgress?.completed || isEmpty(backupProgress?.message),
|
|
446
|
+
backupInProgress: shouldDisplayBackupProgress
|
|
446
447
|
})]
|
|
447
448
|
})]
|
|
448
449
|
}), /*#__PURE__*/_jsx(DidConnect, {
|
|
@@ -144,10 +144,6 @@ function BlockletStorageProvider({
|
|
|
144
144
|
if (!spaceGateway) {
|
|
145
145
|
return;
|
|
146
146
|
}
|
|
147
|
-
if (spaceGateway.endpoint === backupEndpoint) {
|
|
148
|
-
toast.warning(t('storage.spaces.gateway.delete.failedForConnected'));
|
|
149
|
-
return;
|
|
150
|
-
}
|
|
151
147
|
await api.deleteBlockletSpaceGateway({
|
|
152
148
|
input: {
|
|
153
149
|
did: blocklet.meta.did,
|
package/es/locales/ar.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'حذف البوابة',
|
|
1617
1617
|
succeeded: 'حذف DID Spaces {name} بنجاح',
|
|
1618
1618
|
failed: 'فشل حذف البوابة',
|
|
1619
|
-
failedForConnected: 'غير قادر على حذف فضاء DID متصل',
|
|
1620
1619
|
failedForSelected: 'غير قادر على حذف مساحة DID المحددة'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/de.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'Lösche Gateway',
|
|
1617
1617
|
succeeded: 'Löschen Sie DID Spaces {name} Erfolg',
|
|
1618
1618
|
failed: 'Löschen des Gateways fehlgeschlagen',
|
|
1619
|
-
failedForConnected: 'Es ist nicht möglich, einen verbundenen DID Space zu löschen',
|
|
1620
1619
|
failedForSelected: 'Kann den ausgewählten DID-Space nicht löschen'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/en.js
CHANGED
|
@@ -1606,7 +1606,6 @@ export default {
|
|
|
1606
1606
|
title: 'Delete gateway',
|
|
1607
1607
|
succeeded: 'Delete DID Spaces{name} Success',
|
|
1608
1608
|
failed: 'Delete gateway failed',
|
|
1609
|
-
failedForConnected: 'Unable to delete a connected DID Spaces',
|
|
1610
1609
|
failedForSelected: 'Unable to delete a selected DID Spaces'
|
|
1611
1610
|
},
|
|
1612
1611
|
connect: {
|
package/es/locales/es.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'Eliminar gateway',
|
|
1617
1617
|
succeeded: 'Eliminar espacios de DID {name} éxito',
|
|
1618
1618
|
failed: 'Eliminar puerta de enlace falló',
|
|
1619
|
-
failedForConnected: 'No se puede eliminar un espacio de DID conectado',
|
|
1620
1619
|
failedForSelected: 'No se puede eliminar un DID Espacios seleccionado'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/fr.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'Supprimer la passerelle',
|
|
1617
1617
|
succeeded: 'Supprimer DID Spaces {name} Succès',
|
|
1618
1618
|
failed: 'Échec de la suppression de la passerelle',
|
|
1619
|
-
failedForConnected: 'Impossible de supprimer un DID Space connecté',
|
|
1620
1619
|
failedForSelected: "Impossible de supprimer l'espace DID sélectionné"
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/hi.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'गेटवे को हटाएं',
|
|
1617
1617
|
succeeded: 'DID स्थान {name} को हटाएँ सफलता',
|
|
1618
1618
|
failed: 'गेटवे हटाना विफल हुआ',
|
|
1619
|
-
failedForConnected: 'जुड़े हुए डीआईडी स्थान को हटाने में असमर्थ',
|
|
1620
1619
|
failedForSelected: 'चयनित डीआईडी स्थानों को हटाने में असमर्थ'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/id.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'Hapus gateway',
|
|
1617
1617
|
succeeded: 'Hapus Ruang DID {name} Berhasil.',
|
|
1618
1618
|
failed: 'Gagal menghapus gerbang',
|
|
1619
|
-
failedForConnected: 'Tidak dapat menghapus DID Spaces yang terhubung',
|
|
1620
1619
|
failedForSelected: 'Tidak dapat menghapus DID Spaces yang dipilih'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/ja.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'ゲートウェイを削除する',
|
|
1617
1617
|
succeeded: 'DID スペース {name} の削除に成功しました',
|
|
1618
1618
|
failed: 'ゲートウェイの削除に失敗しました',
|
|
1619
|
-
failedForConnected: '接続されたDIDスペースを削除することはできません',
|
|
1620
1619
|
failedForSelected: '選択したDIDスペースを削除できません'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/ko.js
CHANGED
package/es/locales/pt.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'Excluir gateway',
|
|
1617
1617
|
succeeded: 'Espaços DIDs {name} excluídos com sucesso.',
|
|
1618
1618
|
failed: 'Falha ao excluir o gateway',
|
|
1619
|
-
failedForConnected: 'Não é possível excluir um DID Spaces conectado',
|
|
1620
1619
|
failedForSelected: 'Não é possível excluir um DID Spaces selecionado'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/ru.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'Удалить шлюз',
|
|
1617
1617
|
succeeded: 'Успешное удаление DID Spaces {name}',
|
|
1618
1618
|
failed: 'Не удалось удалить шлюз',
|
|
1619
|
-
failedForConnected: 'Невозможно удалить подключенное пространство DID',
|
|
1620
1619
|
failedForSelected: 'Невозможно удалить выбранное пространство DID'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/th.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'ลบเกตเวย์',
|
|
1617
1617
|
succeeded: 'ลบพื้นที่ DID {name} สำเร็จแล้ว.',
|
|
1618
1618
|
failed: 'การลบเกตเวย์ล้มเหลว',
|
|
1619
|
-
failedForConnected: 'ไม่สามารถลบ DID Spaces ที่เชื่อมต่อได้',
|
|
1620
1619
|
failedForSelected: 'ไม่สามารถลบ DID Spaces ที่เลือกได้'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/vi.js
CHANGED
|
@@ -1616,7 +1616,6 @@ export default {
|
|
|
1616
1616
|
title: 'Xóa cổng kết nối',
|
|
1617
1617
|
succeeded: 'Xóa Dịch vụ DID Thành công {name}.',
|
|
1618
1618
|
failed: 'Xóa cổng không thành công',
|
|
1619
|
-
failedForConnected: 'Không thể xóa DID Spaces đang được kết nối',
|
|
1620
1619
|
failedForSelected: 'Không thể xóa DID Spaces đã chọn'
|
|
1621
1620
|
},
|
|
1622
1621
|
connect: {
|
package/es/locales/zh-tw.js
CHANGED
package/es/locales/zh.js
CHANGED
|
@@ -16,7 +16,7 @@ var _Toast = _interopRequireDefault(require("@arcblock/ux/lib/Toast"));
|
|
|
16
16
|
var _spaces = require("../../util/spaces");
|
|
17
17
|
var _delete = _interopRequireDefault(require("./delete"));
|
|
18
18
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
19
|
-
const _excluded = ["spaceGateway", "connected", "onDelete", "onConnect", "enableSwitchToSpace"];
|
|
19
|
+
const _excluded = ["spaceGateway", "connected", "onDelete", "onConnect", "enableSwitchToSpace", "backupInProgress"];
|
|
20
20
|
/**
|
|
21
21
|
* @description
|
|
22
22
|
* @param {{
|
|
@@ -24,7 +24,8 @@ const _excluded = ["spaceGateway", "connected", "onDelete", "onConnect", "enable
|
|
|
24
24
|
* onDelete: (spaceGateway: import('./connected').SpaceGateway) => Promise<void>,
|
|
25
25
|
* onConnect: (spaceGateway: import('./connected').SpaceGateway) => Promise<void>,
|
|
26
26
|
* enableSwitchToSpace: true | false,
|
|
27
|
-
* connected: false | true
|
|
27
|
+
* connected: false | true,
|
|
28
|
+
* backupInProgress: false | true,
|
|
28
29
|
* } & import('@mui/material').IconButtonProps} { spaceGateway, onDelete, onConnect, enableSwitchToSpace, connected, ...rest }
|
|
29
30
|
* @return {React.Component}
|
|
30
31
|
*/
|
|
@@ -44,7 +45,8 @@ function SpaceItemAction(_ref) {
|
|
|
44
45
|
connected,
|
|
45
46
|
onDelete,
|
|
46
47
|
onConnect,
|
|
47
|
-
enableSwitchToSpace
|
|
48
|
+
enableSwitchToSpace,
|
|
49
|
+
backupInProgress
|
|
48
50
|
} = _ref,
|
|
49
51
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
50
52
|
const [anchorEl, setAnchorEl] = (0, _react.useState)(null);
|
|
@@ -134,7 +136,7 @@ function SpaceItemAction(_ref) {
|
|
|
134
136
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.ListItemText, {
|
|
135
137
|
children: t('storage.spaces.connect.switchToSpace')
|
|
136
138
|
})]
|
|
137
|
-
}), !
|
|
139
|
+
}), !backupInProgress && /*#__PURE__*/(0, _jsxRuntime.jsx)(_delete.default, {
|
|
138
140
|
spaceGateway: spaceGateway,
|
|
139
141
|
onDelete: onDelete
|
|
140
142
|
})]
|
|
@@ -152,11 +154,13 @@ SpaceItemAction.propTypes = {
|
|
|
152
154
|
connected: _propTypes.default.bool.isRequired,
|
|
153
155
|
enableSwitchToSpace: _propTypes.default.bool,
|
|
154
156
|
onDelete: _propTypes.default.func,
|
|
155
|
-
onConnect: _propTypes.default.func
|
|
157
|
+
onConnect: _propTypes.default.func,
|
|
158
|
+
backupInProgress: _propTypes.default.bool
|
|
156
159
|
};
|
|
157
160
|
SpaceItemAction.defaultProps = {
|
|
158
161
|
onDelete: () => {},
|
|
159
162
|
onConnect: () => {},
|
|
160
|
-
enableSwitchToSpace: true
|
|
163
|
+
enableSwitchToSpace: true,
|
|
164
|
+
backupInProgress: false
|
|
161
165
|
};
|
|
162
166
|
var _default = exports.default = SpaceItemAction;
|
|
@@ -455,7 +455,8 @@ function SpaceItem(_ref) {
|
|
|
455
455
|
connected: connected,
|
|
456
456
|
onDelete: onDelete,
|
|
457
457
|
onConnect: onConnect,
|
|
458
|
-
enableSwitchToSpace: (backupProgress === null || backupProgress === void 0 ? void 0 : backupProgress.completed) || (0, _lodash.isEmpty)(backupProgress === null || backupProgress === void 0 ? void 0 : backupProgress.message)
|
|
458
|
+
enableSwitchToSpace: (backupProgress === null || backupProgress === void 0 ? void 0 : backupProgress.completed) || (0, _lodash.isEmpty)(backupProgress === null || backupProgress === void 0 ? void 0 : backupProgress.message),
|
|
459
|
+
backupInProgress: shouldDisplayBackupProgress
|
|
459
460
|
})]
|
|
460
461
|
})]
|
|
461
462
|
})), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Connect.default, {
|
|
@@ -153,10 +153,6 @@ function BlockletStorageProvider(_ref) {
|
|
|
153
153
|
if (!spaceGateway) {
|
|
154
154
|
return;
|
|
155
155
|
}
|
|
156
|
-
if (spaceGateway.endpoint === backupEndpoint) {
|
|
157
|
-
_Toast.default.warning(t('storage.spaces.gateway.delete.failedForConnected'));
|
|
158
|
-
return;
|
|
159
|
-
}
|
|
160
156
|
await api.deleteBlockletSpaceGateway({
|
|
161
157
|
input: {
|
|
162
158
|
did: blocklet.meta.did,
|
package/lib/locales/ar.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'حذف البوابة',
|
|
1623
1623
|
succeeded: 'حذف DID Spaces {name} بنجاح',
|
|
1624
1624
|
failed: 'فشل حذف البوابة',
|
|
1625
|
-
failedForConnected: 'غير قادر على حذف فضاء DID متصل',
|
|
1626
1625
|
failedForSelected: 'غير قادر على حذف مساحة DID المحددة'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/de.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'Lösche Gateway',
|
|
1623
1623
|
succeeded: 'Löschen Sie DID Spaces {name} Erfolg',
|
|
1624
1624
|
failed: 'Löschen des Gateways fehlgeschlagen',
|
|
1625
|
-
failedForConnected: 'Es ist nicht möglich, einen verbundenen DID Space zu löschen',
|
|
1626
1625
|
failedForSelected: 'Kann den ausgewählten DID-Space nicht löschen'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/en.js
CHANGED
|
@@ -1612,7 +1612,6 @@ var _default = exports.default = {
|
|
|
1612
1612
|
title: 'Delete gateway',
|
|
1613
1613
|
succeeded: 'Delete DID Spaces{name} Success',
|
|
1614
1614
|
failed: 'Delete gateway failed',
|
|
1615
|
-
failedForConnected: 'Unable to delete a connected DID Spaces',
|
|
1616
1615
|
failedForSelected: 'Unable to delete a selected DID Spaces'
|
|
1617
1616
|
},
|
|
1618
1617
|
connect: {
|
package/lib/locales/es.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'Eliminar gateway',
|
|
1623
1623
|
succeeded: 'Eliminar espacios de DID {name} éxito',
|
|
1624
1624
|
failed: 'Eliminar puerta de enlace falló',
|
|
1625
|
-
failedForConnected: 'No se puede eliminar un espacio de DID conectado',
|
|
1626
1625
|
failedForSelected: 'No se puede eliminar un DID Espacios seleccionado'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/fr.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'Supprimer la passerelle',
|
|
1623
1623
|
succeeded: 'Supprimer DID Spaces {name} Succès',
|
|
1624
1624
|
failed: 'Échec de la suppression de la passerelle',
|
|
1625
|
-
failedForConnected: 'Impossible de supprimer un DID Space connecté',
|
|
1626
1625
|
failedForSelected: "Impossible de supprimer l'espace DID sélectionné"
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/hi.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'गेटवे को हटाएं',
|
|
1623
1623
|
succeeded: 'DID स्थान {name} को हटाएँ सफलता',
|
|
1624
1624
|
failed: 'गेटवे हटाना विफल हुआ',
|
|
1625
|
-
failedForConnected: 'जुड़े हुए डीआईडी स्थान को हटाने में असमर्थ',
|
|
1626
1625
|
failedForSelected: 'चयनित डीआईडी स्थानों को हटाने में असमर्थ'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/id.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'Hapus gateway',
|
|
1623
1623
|
succeeded: 'Hapus Ruang DID {name} Berhasil.',
|
|
1624
1624
|
failed: 'Gagal menghapus gerbang',
|
|
1625
|
-
failedForConnected: 'Tidak dapat menghapus DID Spaces yang terhubung',
|
|
1626
1625
|
failedForSelected: 'Tidak dapat menghapus DID Spaces yang dipilih'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/ja.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'ゲートウェイを削除する',
|
|
1623
1623
|
succeeded: 'DID スペース {name} の削除に成功しました',
|
|
1624
1624
|
failed: 'ゲートウェイの削除に失敗しました',
|
|
1625
|
-
failedForConnected: '接続されたDIDスペースを削除することはできません',
|
|
1626
1625
|
failedForSelected: '選択したDIDスペースを削除できません'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/ko.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: '게이트웨이 삭제하기',
|
|
1623
1623
|
succeeded: 'DID 공간 {name} 삭제 성공',
|
|
1624
1624
|
failed: '게이트웨이 삭제 실패',
|
|
1625
|
-
failedForConnected: '연결된 DID 공간을 삭제할 수 없습니다',
|
|
1626
1625
|
failedForSelected: '선택한 DID 스페이스를 삭제할 수 없습니다'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/pt.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'Excluir gateway',
|
|
1623
1623
|
succeeded: 'Espaços DIDs {name} excluídos com sucesso.',
|
|
1624
1624
|
failed: 'Falha ao excluir o gateway',
|
|
1625
|
-
failedForConnected: 'Não é possível excluir um DID Spaces conectado',
|
|
1626
1625
|
failedForSelected: 'Não é possível excluir um DID Spaces selecionado'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/ru.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'Удалить шлюз',
|
|
1623
1623
|
succeeded: 'Успешное удаление DID Spaces {name}',
|
|
1624
1624
|
failed: 'Не удалось удалить шлюз',
|
|
1625
|
-
failedForConnected: 'Невозможно удалить подключенное пространство DID',
|
|
1626
1625
|
failedForSelected: 'Невозможно удалить выбранное пространство DID'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/th.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'ลบเกตเวย์',
|
|
1623
1623
|
succeeded: 'ลบพื้นที่ DID {name} สำเร็จแล้ว.',
|
|
1624
1624
|
failed: 'การลบเกตเวย์ล้มเหลว',
|
|
1625
|
-
failedForConnected: 'ไม่สามารถลบ DID Spaces ที่เชื่อมต่อได้',
|
|
1626
1625
|
failedForSelected: 'ไม่สามารถลบ DID Spaces ที่เลือกได้'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/vi.js
CHANGED
|
@@ -1622,7 +1622,6 @@ var _default = exports.default = {
|
|
|
1622
1622
|
title: 'Xóa cổng kết nối',
|
|
1623
1623
|
succeeded: 'Xóa Dịch vụ DID Thành công {name}.',
|
|
1624
1624
|
failed: 'Xóa cổng không thành công',
|
|
1625
|
-
failedForConnected: 'Không thể xóa DID Spaces đang được kết nối',
|
|
1626
1625
|
failedForSelected: 'Không thể xóa DID Spaces đã chọn'
|
|
1627
1626
|
},
|
|
1628
1627
|
connect: {
|
package/lib/locales/zh-tw.js
CHANGED
package/lib/locales/zh.js
CHANGED
|
@@ -1628,7 +1628,6 @@ var _default = exports.default = {
|
|
|
1628
1628
|
title: '删除 DID Spaces',
|
|
1629
1629
|
succeeded: '删除 DID Spaces{name} 成功',
|
|
1630
1630
|
failed: '删除 DID Spaces 失败',
|
|
1631
|
-
failedForConnected: '无法删除一个已连接的 DID Spaces',
|
|
1632
1631
|
failedForSelected: '无法删除一个已选中的 DID Spaces'
|
|
1633
1632
|
},
|
|
1634
1633
|
connect: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.26-beta-
|
|
3
|
+
"version": "1.16.26-beta-818ea1c5",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -28,24 +28,24 @@
|
|
|
28
28
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@abtnode/auth": "1.16.26-beta-
|
|
32
|
-
"@abtnode/constant": "1.16.26-beta-
|
|
33
|
-
"@abtnode/util": "1.16.26-beta-
|
|
31
|
+
"@abtnode/auth": "1.16.26-beta-818ea1c5",
|
|
32
|
+
"@abtnode/constant": "1.16.26-beta-818ea1c5",
|
|
33
|
+
"@abtnode/util": "1.16.26-beta-818ea1c5",
|
|
34
34
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
35
35
|
"@arcblock/did": "^1.18.115",
|
|
36
|
-
"@arcblock/did-connect": "^2.9.
|
|
36
|
+
"@arcblock/did-connect": "^2.9.66",
|
|
37
37
|
"@arcblock/did-motif": "^1.1.13",
|
|
38
|
-
"@arcblock/icons": "^2.9.
|
|
39
|
-
"@arcblock/nft-display": "2.9.
|
|
40
|
-
"@arcblock/react-hooks": "^2.9.
|
|
41
|
-
"@arcblock/terminal": "^2.9.
|
|
42
|
-
"@arcblock/ux": "^2.9.
|
|
43
|
-
"@blocklet/constant": "1.16.26-beta-
|
|
44
|
-
"@blocklet/launcher-layout": "2.3.
|
|
45
|
-
"@blocklet/list": "^0.12.
|
|
46
|
-
"@blocklet/meta": "1.16.26-beta-
|
|
47
|
-
"@blocklet/ui-react": "^2.9.
|
|
48
|
-
"@blocklet/uploader": "^0.0.
|
|
38
|
+
"@arcblock/icons": "^2.9.66",
|
|
39
|
+
"@arcblock/nft-display": "2.9.66",
|
|
40
|
+
"@arcblock/react-hooks": "^2.9.66",
|
|
41
|
+
"@arcblock/terminal": "^2.9.66",
|
|
42
|
+
"@arcblock/ux": "^2.9.66",
|
|
43
|
+
"@blocklet/constant": "1.16.26-beta-818ea1c5",
|
|
44
|
+
"@blocklet/launcher-layout": "2.3.6",
|
|
45
|
+
"@blocklet/list": "^0.12.87",
|
|
46
|
+
"@blocklet/meta": "1.16.26-beta-818ea1c5",
|
|
47
|
+
"@blocklet/ui-react": "^2.9.66",
|
|
48
|
+
"@blocklet/uploader": "^0.0.77",
|
|
49
49
|
"@emotion/react": "^11.10.4",
|
|
50
50
|
"@emotion/styled": "^11.10.4",
|
|
51
51
|
"@iconify/react": "^4.0.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"jest": "^29.7.0",
|
|
108
108
|
"jest-environment-jsdom": "^29.7.0"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "94aded9a2c0f4b5a57f0ca0fa2493ec417ef3339",
|
|
111
111
|
"exports": {
|
|
112
112
|
".": {
|
|
113
113
|
"import": "./es/index.js",
|