@abtnode/ux 1.16.20-beta-9c254d14 → 1.16.20-beta-e6e3b017
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/access/index.js +1 -1
- package/es/blocklet/actions.js +0 -1
- package/es/blocklet/add-cert.js +0 -2
- package/es/blocklet/component/add-component-core.js +0 -1
- package/es/blocklet/component/did-space/connect-to.js +1 -1
- package/es/blocklet/component/domain-list.js +96 -89
- package/es/blocklet/component/index.js +7 -7
- package/es/blocklet/publish/tree.js +0 -1
- package/es/blocklet/router/add-domain.js +1 -2
- package/es/blocklet/router/dns-tip.js +5 -3
- package/es/clear-cache.js +1 -1
- package/es/hooks/use-space-gateways.js +1 -1
- package/es/locales/en.js +1 -1
- package/es/locales/index.js +4 -5
- package/es/locales/zh.js +1 -1
- package/lib/actions.js +2 -2
- package/lib/analytics/card.js +2 -2
- package/lib/analytics/chart.js +4 -4
- package/lib/analytics/disk.js +2 -2
- package/lib/analytics/runtime.js +2 -2
- package/lib/analytics/traffic.js +2 -2
- package/lib/blocklet/access/config-access.js +1 -2
- package/lib/blocklet/access/index.js +3 -3
- package/lib/blocklet/actions.js +2 -3
- package/lib/blocklet/add-cert.js +2 -4
- package/lib/blocklet/agreement-app.js +2 -2
- package/lib/blocklet/app-avatar.js +2 -2
- package/lib/blocklet/bundle-avatar.js +2 -2
- package/lib/blocklet/component/add-component-core.js +2 -3
- package/lib/blocklet/component/button.js +2 -2
- package/lib/blocklet/component/delete.js +2 -2
- package/lib/blocklet/component/did-space/connect-to.js +6 -7
- package/lib/blocklet/component/did-space/connected.js +1 -2
- package/lib/blocklet/component/did-space/delete.js +3 -4
- package/lib/blocklet/component/did-space/disconnect.js +3 -4
- package/lib/blocklet/component/did-space/index.js +3 -4
- package/lib/blocklet/component/did-space/item.js +5 -6
- package/lib/blocklet/component/domain-list.js +73 -68
- package/lib/blocklet/component/environment.js +2 -2
- package/lib/blocklet/component/index.js +11 -11
- package/lib/blocklet/component/navigation/locale-tabs.js +1 -2
- package/lib/blocklet/component/navigation/navigation-actions.js +1 -2
- package/lib/blocklet/component/navigation/navigation-dialog.js +3 -4
- package/lib/blocklet/component/navigation/navigation-preview.js +1 -2
- package/lib/blocklet/component/navigation/simple-select.js +3 -4
- package/lib/blocklet/component/select-store.js +2 -2
- package/lib/blocklet/component/setting.js +2 -2
- package/lib/blocklet/component/sortable-tree.js +3 -4
- package/lib/blocklet/component/space-connector.js +5 -6
- package/lib/blocklet/component/space-selector.js +5 -6
- package/lib/blocklet/component/store-blocklet-list.js +4 -4
- package/lib/blocklet/component/switch-control.js +3 -4
- package/lib/blocklet/config-navigation.js +3 -4
- package/lib/blocklet/configuration.js +4 -4
- package/lib/blocklet/disk-info.js +2 -2
- package/lib/blocklet/icons.js +2 -3
- package/lib/blocklet/install-from-url.js +2 -2
- package/lib/blocklet/log.js +2 -2
- package/lib/blocklet/logo-uploader.js +2 -2
- package/lib/blocklet/migration.js +2 -2
- package/lib/blocklet/mode.js +2 -2
- package/lib/blocklet/notification/email.js +3 -4
- package/lib/blocklet/notification/index.js +1 -2
- package/lib/blocklet/oauth/auth0.js +3 -4
- package/lib/blocklet/oauth/common-settings.js +2 -2
- package/lib/blocklet/oauth/federated-detail-dialog.js +1 -2
- package/lib/blocklet/oauth/federated-invite-dialog.js +1 -2
- package/lib/blocklet/oauth/federated-join-dialog.js +1 -2
- package/lib/blocklet/oauth/federated-site-list.js +1 -2
- package/lib/blocklet/oauth/index.js +1 -2
- package/lib/blocklet/overview.js +2 -2
- package/lib/blocklet/page-group.js +2 -2
- package/lib/blocklet/preferences/index.js +4 -4
- package/lib/blocklet/publish/create-project.js +2 -2
- package/lib/blocklet/publish/create-release.js +4 -4
- package/lib/blocklet/publish/index.js +2 -2
- package/lib/blocklet/publish/project-list.js +2 -2
- package/lib/blocklet/publish/release-list.js +2 -2
- package/lib/blocklet/publish/tree.js +0 -1
- package/lib/blocklet/purchase/common.js +2 -4
- package/lib/blocklet/purchase/component-purchase.js +3 -4
- package/lib/blocklet/resource-type.js +2 -2
- package/lib/blocklet/router/action/add-domain-alias.js +2 -2
- package/lib/blocklet/router/action/add-rule.js +4 -4
- package/lib/blocklet/router/action/config-routing-rule.js +4 -4
- package/lib/blocklet/router/action/update-rule.js +2 -2
- package/lib/blocklet/router/add-domain.js +6 -7
- package/lib/blocklet/router/dns-tip.js +7 -5
- package/lib/blocklet/router/rule-actions.js +2 -2
- package/lib/blocklet/router/rule-list.js +2 -2
- package/lib/blocklet/runtime-info.js +2 -2
- package/lib/blocklet/status.js +2 -2
- package/lib/blocklet/storage/action.js +5 -6
- package/lib/blocklet/storage/auto-backup.js +9 -10
- package/lib/blocklet/storage/backups.js +10 -11
- package/lib/blocklet/storage/connect-to.js +9 -10
- package/lib/blocklet/storage/connected.js +1 -2
- package/lib/blocklet/storage/delete.js +3 -4
- package/lib/blocklet/storage/disconnect.js +3 -4
- package/lib/blocklet/storage/index.js +1 -2
- package/lib/blocklet/storage/item.js +5 -6
- package/lib/blocklet/storage/preview-nft.js +5 -6
- package/lib/blocklet/types.js +2 -3
- package/lib/blocklet/util.js +4 -8
- package/lib/blocklet/version.js +2 -2
- package/lib/clear-cache.js +5 -5
- package/lib/click-to-copy.js +2 -2
- package/lib/confirm.js +2 -2
- package/lib/contexts/audit-log.js +1 -2
- package/lib/contexts/blocklet-storage.js +26 -27
- package/lib/contexts/blocklet.js +1 -2
- package/lib/contexts/config-space.js +1 -2
- package/lib/contexts/node.js +3 -4
- package/lib/contexts/team.js +1 -2
- package/lib/delete-confirm.js +2 -2
- package/lib/did-address.js +3 -4
- package/lib/dot.js +1 -2
- package/lib/empty-spinner.js +2 -2
- package/lib/exchange-passport.js +3 -4
- package/lib/form/form-select-input.js +4 -4
- package/lib/form/form-text-input.js +4 -4
- package/lib/form/form-wrapper.js +1 -2
- package/lib/form/required.js +1 -2
- package/lib/hooks/blocklet.js +2 -2
- package/lib/hooks/mobile-width.js +1 -2
- package/lib/hooks/url-evaluation.js +2 -2
- package/lib/hooks/use-backup-progress.js +4 -4
- package/lib/hooks/use-blocklet-info-for-connect-did-spaces.js +1 -2
- package/lib/hooks/use-navigation.js +2 -2
- package/lib/hooks/use-space-gateways.js +1 -1
- package/lib/images.js +2 -2
- package/lib/invitation/invitation-app.js +3 -4
- package/lib/invitation/invitation-login.js +1 -2
- package/lib/invitation/invitation-passport.js +1 -2
- package/lib/invitation/invitation-receive.js +3 -4
- package/lib/invitation/invitation-success.js +1 -2
- package/lib/invitation/invitation-user.js +1 -2
- package/lib/invitation/invitation.js +1 -2
- package/lib/issue-passport.js +1 -2
- package/lib/launch-blocklet/content-layout.js +2 -2
- package/lib/launch-blocklet/page-header.js +1 -2
- package/lib/layout/addon.js +2 -2
- package/lib/locales/en.js +5 -1
- package/lib/locales/index.js +8 -5
- package/lib/locales/zh.js +5 -1
- package/lib/logs/clock.js +1 -2
- package/lib/logs/log-terminal.js +3 -4
- package/lib/lost-passport.js +3 -4
- package/lib/nav-logo.js +2 -2
- package/lib/passport-tag.js +2 -2
- package/lib/permission.js +2 -2
- package/lib/relative-time.js +2 -2
- package/lib/result-message.js +1 -2
- package/lib/schema-form/common-prop-types.js +2 -3
- package/lib/schema-form/index.js +2 -2
- package/lib/schema-form/passport-input.js +2 -2
- package/lib/schema-form/text-input.js +2 -2
- package/lib/subscription.js +3 -4
- package/lib/table-icons.js +2 -3
- package/lib/table.js +1 -2
- package/lib/tag.js +2 -2
- package/lib/team/members/index.js +4 -4
- package/lib/team/members/member.js +2 -2
- package/lib/team/members/passport-item.js +2 -2
- package/lib/team/members/passports.js +4 -4
- package/lib/team/passports/color.js +2 -2
- package/lib/team/passports/detail.js +2 -2
- package/lib/team/passports/index.js +2 -2
- package/lib/team/passports/trusted-factories.js +4 -4
- package/lib/team/passports/trusted-factory.js +2 -2
- package/lib/team/passports/trusted-issuer.js +4 -4
- package/lib/team/passports/trusted-issuers.js +4 -4
- package/lib/team/search-input.js +3 -4
- package/lib/team/styles/dialog.js +1 -2
- package/lib/team/styles/list-header.js +1 -2
- package/lib/util/api.js +2 -4
- package/lib/util/constants.js +2 -4
- package/lib/util/index.js +11 -22
- package/lib/util/mode.js +1 -2
- package/lib/util/space-gateway.js +2 -2
- package/lib/who-can-access/config.js +2 -3
- package/lib/wrap-locale.js +2 -2
- package/package.json +16 -16
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.updateSpaceGatewaysFromDIDSpaces = updateSpaceGatewaysFromDIDSpaces;
|
|
7
7
|
var _lodash = require("lodash");
|
|
8
8
|
var _spaces = require("./spaces");
|
|
9
|
-
function ownKeys(
|
|
10
|
-
function _objectSpread(
|
|
9
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
10
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
11
11
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
12
12
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
13
13
|
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /* eslint-disable import/prefer-default-export */
|
|
@@ -9,7 +9,7 @@ var _ContactMail = _interopRequireDefault(require("@mui/icons-material/ContactMa
|
|
|
9
9
|
var _Public = _interopRequireDefault(require("@mui/icons-material/Public"));
|
|
10
10
|
var _constant = require("@abtnode/constant");
|
|
11
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
12
|
-
var _default = [{
|
|
12
|
+
var _default = exports.default = [{
|
|
13
13
|
value: _constant.WHO_CAN_ACCESS.ALL,
|
|
14
14
|
icon: _Public.default,
|
|
15
15
|
title: {
|
|
@@ -42,5 +42,4 @@ var _default = [{
|
|
|
42
42
|
zh: '必须提供所有者通行证才能访问应用',
|
|
43
43
|
en: 'You must provide owner passport to access this application'
|
|
44
44
|
}
|
|
45
|
-
}];
|
|
46
|
-
exports.default = _default;
|
|
45
|
+
}];
|
package/lib/wrap-locale.js
CHANGED
|
@@ -7,8 +7,8 @@ exports.default = wrapLocale;
|
|
|
7
7
|
var _context = require("@arcblock/ux/lib/Locale/context");
|
|
8
8
|
var _locales = require("./locales");
|
|
9
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
-
function ownKeys(
|
|
11
|
-
function _objectSpread(
|
|
10
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12
12
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
13
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
14
14
|
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /* eslint-disable react/jsx-props-no-spreading */ /* eslint-disable import/no-extraneous-dependencies */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.20-beta-
|
|
3
|
+
"version": "1.16.20-beta-e6e3b017",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -27,23 +27,23 @@
|
|
|
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.20-beta-
|
|
31
|
-
"@abtnode/constant": "1.16.20-beta-
|
|
32
|
-
"@abtnode/util": "1.16.20-beta-
|
|
30
|
+
"@abtnode/auth": "1.16.20-beta-e6e3b017",
|
|
31
|
+
"@abtnode/constant": "1.16.20-beta-e6e3b017",
|
|
32
|
+
"@abtnode/util": "1.16.20-beta-e6e3b017",
|
|
33
33
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
34
34
|
"@arcblock/did": "^1.18.103",
|
|
35
|
-
"@arcblock/did-connect": "^2.8.
|
|
35
|
+
"@arcblock/did-connect": "^2.8.21",
|
|
36
36
|
"@arcblock/did-motif": "^1.1.13",
|
|
37
|
-
"@arcblock/icons": "^2.8.
|
|
38
|
-
"@arcblock/nft-display": "2.8.
|
|
39
|
-
"@arcblock/react-hooks": "^2.8.
|
|
40
|
-
"@arcblock/terminal": "^2.8.
|
|
41
|
-
"@arcblock/ux": "^2.8.
|
|
42
|
-
"@blocklet/constant": "1.16.20-beta-
|
|
43
|
-
"@blocklet/launcher-layout": "2.2.
|
|
44
|
-
"@blocklet/list": "^0.12.
|
|
45
|
-
"@blocklet/meta": "1.16.20-beta-
|
|
46
|
-
"@blocklet/ui-react": "^2.8.
|
|
37
|
+
"@arcblock/icons": "^2.8.21",
|
|
38
|
+
"@arcblock/nft-display": "2.8.21",
|
|
39
|
+
"@arcblock/react-hooks": "^2.8.21",
|
|
40
|
+
"@arcblock/terminal": "^2.8.21",
|
|
41
|
+
"@arcblock/ux": "^2.8.21",
|
|
42
|
+
"@blocklet/constant": "1.16.20-beta-e6e3b017",
|
|
43
|
+
"@blocklet/launcher-layout": "2.2.47",
|
|
44
|
+
"@blocklet/list": "^0.12.57",
|
|
45
|
+
"@blocklet/meta": "1.16.20-beta-e6e3b017",
|
|
46
|
+
"@blocklet/ui-react": "^2.8.21",
|
|
47
47
|
"@blocklet/uploader": "^0.0.52",
|
|
48
48
|
"@emotion/react": "^11.10.4",
|
|
49
49
|
"@emotion/styled": "^11.10.4",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"babel-plugin-inline-react-svg": "^1.1.2",
|
|
101
101
|
"glob": "^10.3.3"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "764869cd8c889713e56416f4e60385cc70b9482e",
|
|
104
104
|
"exports": {
|
|
105
105
|
".": {
|
|
106
106
|
"import": "./es/index.js",
|