@arcblock/ux 2.9.91 → 2.10.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/ActionButton/index.js +36 -48
- package/lib/ActivityIndicator/index.js +122 -75
- package/lib/Address/compact-text.js +48 -66
- package/lib/Address/did-address.js +114 -87
- package/lib/Address/index.js +15 -27
- package/lib/Address/responsive-did-address.js +48 -50
- package/lib/Alert/index.js +58 -52
- package/lib/AnimationWaiter/index.js +123 -69
- package/lib/Async/index.js +8 -22
- package/lib/Avatar/did-motif.js +38 -52
- package/lib/Avatar/etherscan-blockies.js +4 -10
- package/lib/Avatar/index.js +71 -77
- package/lib/Badge/index.js +49 -56
- package/lib/Blocklet/blocklet.js +181 -97
- package/lib/Blocklet/index.js +4 -24
- package/lib/Blocklet/utils.js +50 -13
- package/lib/BlockletContext/index.js +21 -31
- package/lib/BlockletNFT/index.js +255 -115
- package/lib/Button/index.js +5 -11
- package/lib/Button/wrap.js +45 -56
- package/lib/ButtonGroup/index.js +3 -9
- package/lib/CardSelector/index.js +67 -43
- package/lib/Center/index.js +19 -20
- package/lib/ClickToCopy/copy-button.js +37 -50
- package/lib/ClickToCopy/hook.js +10 -18
- package/lib/ClickToCopy/index.js +54 -66
- package/lib/CodeBlock/LightBox.js +84 -11
- package/lib/CodeBlock/index.js +175 -101
- package/lib/Colors/index.js +3 -20
- package/lib/Colors/themes/default.js +1 -7
- package/lib/Colors/themes/temp.js +1 -7
- package/lib/ContactForm/index.js +95 -60
- package/lib/CookieConsent/index.js +58 -52
- package/lib/CountDown/index.js +90 -59
- package/lib/DID/index.js +80 -96
- package/lib/Datatable/CustomToolbar.js +188 -137
- package/lib/Datatable/DatatableContext.js +14 -21
- package/lib/Datatable/TableSearch.js +99 -58
- package/lib/Datatable/index.js +312 -139
- package/lib/Datatable/utils.js +9 -17
- package/lib/Dialog/confirm.js +46 -58
- package/lib/Dialog/dialog.js +110 -66
- package/lib/Dialog/index.js +4 -27
- package/lib/Dialog/use-confirm.js +40 -65
- package/lib/DidLogo/index.js +14 -22
- package/lib/DriftBot/index.js +34 -19
- package/lib/Earth/index.js +214 -110
- package/lib/Earth/util.js +6 -19
- package/lib/Empty/index.js +33 -38
- package/lib/ErrorBoundary/fallback.js +45 -43
- package/lib/ErrorBoundary/index.js +1 -16
- package/lib/Footer/index.js +96 -48
- package/lib/Header/auto-hidden.js +28 -31
- package/lib/Header/header.js +151 -69
- package/lib/Header/index.js +2 -20
- package/lib/Header/responsive-header.js +67 -60
- package/lib/Icon/image.js +41 -45
- package/lib/Icon/index.js +51 -53
- package/lib/Img/index.js +77 -88
- package/lib/InfoRow/index.js +66 -48
- package/lib/Layout/dashboard/external-link.js +38 -53
- package/lib/Layout/dashboard/full-page.js +27 -41
- package/lib/Layout/dashboard/index.js +177 -132
- package/lib/Layout/dashboard/sidebar.js +164 -61
- package/lib/Layout/dashboard-legacy/header.js +119 -66
- package/lib/Layout/dashboard-legacy/index.js +90 -79
- package/lib/Layout/dashboard-legacy/sidebar.js +95 -62
- package/lib/Layout/index.js +200 -106
- package/lib/LoadingMask/index.js +31 -38
- package/lib/Locale/browser-lang.js +2 -8
- package/lib/Locale/context.js +46 -69
- package/lib/Locale/languages.js +6 -15
- package/lib/Locale/selector.js +116 -92
- package/lib/Locale/util.js +7 -16
- package/lib/Logo/index.js +54 -57
- package/lib/Metric/index.js +103 -40
- package/lib/NFTDisplay/aspect-ratio-container.js +33 -40
- package/lib/NFTDisplay/broken.js +68 -52
- package/lib/NFTDisplay/index.js +140 -129
- package/lib/NFTDisplay/loading.js +14 -13
- package/lib/NFTDisplay/svg-embedder/img.js +18 -33
- package/lib/NFTDisplay/svg-embedder/inline-svg.js +28 -32
- package/lib/NavMenu/index.js +2 -13
- package/lib/NavMenu/nav-menu.js +133 -148
- package/lib/NavMenu/style.js +179 -12
- package/lib/PageScroller/index.js +82 -93
- package/lib/PageScroller/story/FifthComponent.js +4 -10
- package/lib/PageScroller/story/FirstComponent.js +4 -10
- package/lib/PageScroller/story/FourthComponent.js +4 -10
- package/lib/PageScroller/story/FullPage.js +21 -28
- package/lib/PageScroller/story/PageContain.js +23 -30
- package/lib/PageScroller/story/SecondComponent.js +4 -10
- package/lib/PageScroller/story/ThirdComponent.js +4 -10
- package/lib/PageScroller/usePrevValue.js +4 -11
- package/lib/Passport/index.js +2 -9
- package/lib/Passport/passport.js +38 -51
- package/lib/PoweredByArcBlock/index.js +19 -33
- package/lib/PricingTable/PricingPlan.js +90 -34
- package/lib/PricingTable/index.js +28 -26
- package/lib/QRCode/index.js +38 -50
- package/lib/RelativeTime/index.js +44 -59
- package/lib/Result/common.js +85 -107
- package/lib/Result/index.js +22 -34
- package/lib/Result/result.js +35 -41
- package/lib/Result/translations.js +1 -7
- package/lib/Screenshot/BaseScreenshot/index.js +65 -43
- package/lib/Screenshot/BaseScreenshot/shells/Macbook.js +17 -27
- package/lib/Screenshot/BaseScreenshot/shells/Phone.js +14 -25
- package/lib/Screenshot/index.js +103 -92
- package/lib/SessionBlocklet/index.js +125 -143
- package/lib/SessionManager/index.js +2 -9
- package/lib/SessionPermission/index.js +13 -23
- package/lib/SessionUser/components/logged-in.js +139 -158
- package/lib/SessionUser/components/session-user-item.js +44 -58
- package/lib/SessionUser/components/session-user-switch.js +133 -152
- package/lib/SessionUser/components/un-login.js +27 -35
- package/lib/SessionUser/components/user-info.js +62 -74
- package/lib/SessionUser/index.js +26 -34
- package/lib/SessionUser/libs/translation.js +1 -7
- package/lib/SessionUser/libs/utils.js +13 -34
- package/lib/Sparkline/index.js +4 -10
- package/lib/Spinner/index.js +11 -17
- package/lib/SplitButton/index.js +72 -68
- package/lib/Success/index.js +28 -34
- package/lib/Switch/index.js +64 -75
- package/lib/Tabs/index.js +84 -103
- package/lib/Tag/index.js +52 -56
- package/lib/TextCollapse/index.js +57 -50
- package/lib/Theme/index.js +8 -47
- package/lib/Theme/theme-provider.js +19 -26
- package/lib/Theme/theme.js +49 -62
- package/lib/Toast/index.js +41 -73
- package/lib/Typography/index.js +44 -55
- package/lib/Util/constant.js +16 -22
- package/lib/Util/deprecate.js +14 -26
- package/lib/Util/federated.js +16 -38
- package/lib/Util/index.js +63 -113
- package/lib/Util/passport.js +23 -33
- package/lib/Util/wallet.js +5 -14
- package/lib/Video/index.js +34 -34
- package/lib/Wallet/Action.js +72 -49
- package/lib/Wallet/Download.js +132 -115
- package/lib/Wallet/Open.js +26 -25
- package/lib/WalletOSIcon/index.js +33 -42
- package/lib/WebWalletSWKeeper/index.js +42 -55
- package/lib/WechatPrompt/index.js +53 -33
- package/lib/index.js +38 -265
- package/lib/withTheme/index.js +53 -33
- package/lib/withTracker/error_boundary.js +7 -18
- package/lib/withTracker/index.js +25 -34
- package/package.json +9 -316
- package/src/WalletOSIcon/index.jsx +1 -1
- package/es/ActionButton/index.js +0 -99
- package/es/ActivityIndicator/index.js +0 -180
- package/es/Address/compact-text.js +0 -105
- package/es/Address/did-address.js +0 -222
- package/es/Address/index.js +0 -23
- package/es/Address/responsive-did-address.js +0 -87
- package/es/Alert/index.js +0 -134
- package/es/AnimationWaiter/default-animation.json +0 -1
- package/es/AnimationWaiter/index.js +0 -240
- package/es/Async/index.js +0 -38
- package/es/Avatar/did-motif.js +0 -68
- package/es/Avatar/etherscan-blockies.js +0 -83
- package/es/Avatar/index.js +0 -179
- package/es/Badge/index.js +0 -98
- package/es/Blocklet/blocklet.js +0 -298
- package/es/Blocklet/index.js +0 -4
- package/es/Blocklet/utils.js +0 -52
- package/es/BlockletContext/index.js +0 -65
- package/es/BlockletNFT/index.js +0 -412
- package/es/Button/index.js +0 -8
- package/es/Button/wrap.js +0 -140
- package/es/ButtonGroup/index.js +0 -6
- package/es/CardSelector/index.js +0 -149
- package/es/Center/index.js +0 -41
- package/es/ClickToCopy/copy-button.js +0 -72
- package/es/ClickToCopy/hook.js +0 -39
- package/es/ClickToCopy/index.js +0 -92
- package/es/CodeBlock/LightBox.js +0 -85
- package/es/CodeBlock/index.js +0 -222
- package/es/Colors/index.js +0 -3
- package/es/Colors/themes/default.js +0 -77
- package/es/Colors/themes/temp.js +0 -41
- package/es/ContactForm/index.js +0 -230
- package/es/CookieConsent/index.js +0 -113
- package/es/CountDown/index.js +0 -178
- package/es/DID/index.js +0 -249
- package/es/Datatable/CustomToolbar.js +0 -396
- package/es/Datatable/DatatableContext.js +0 -34
- package/es/Datatable/TableSearch.js +0 -166
- package/es/Datatable/index.js +0 -629
- package/es/Datatable/utils.js +0 -132
- package/es/Dialog/confirm.js +0 -123
- package/es/Dialog/dialog.js +0 -201
- package/es/Dialog/index.js +0 -4
- package/es/Dialog/types.d.ts +0 -17
- package/es/Dialog/use-confirm.js +0 -133
- package/es/DidLogo/index.js +0 -31
- package/es/DriftBot/index.js +0 -70
- package/es/Earth/countries.json +0 -8057
- package/es/Earth/index.js +0 -521
- package/es/Earth/util.js +0 -51
- package/es/Empty/index.js +0 -65
- package/es/ErrorBoundary/fallback.js +0 -73
- package/es/ErrorBoundary/index.js +0 -1
- package/es/Footer/index.js +0 -172
- package/es/Header/auto-hidden.js +0 -35
- package/es/Header/header.js +0 -223
- package/es/Header/index.js +0 -2
- package/es/Header/responsive-header.js +0 -146
- package/es/Icon/image.js +0 -65
- package/es/Icon/index.js +0 -84
- package/es/Img/index.js +0 -218
- package/es/InfoRow/index.js +0 -87
- package/es/Layout/dashboard/external-link.js +0 -58
- package/es/Layout/dashboard/full-page.js +0 -53
- package/es/Layout/dashboard/index.js +0 -282
- package/es/Layout/dashboard/sidebar.js +0 -209
- package/es/Layout/dashboard-legacy/header.js +0 -174
- package/es/Layout/dashboard-legacy/index.js +0 -148
- package/es/Layout/dashboard-legacy/sidebar.js +0 -129
- package/es/Layout/index.js +0 -335
- package/es/LoadingMask/index.js +0 -102
- package/es/Locale/browser-lang.js +0 -52
- package/es/Locale/context.js +0 -139
- package/es/Locale/languages.js +0 -60
- package/es/Locale/selector.js +0 -186
- package/es/Locale/util.js +0 -21
- package/es/Logo/images/logo-dark-text.svg +0 -3
- package/es/Logo/images/logo-dark-top.svg +0 -6
- package/es/Logo/images/logo-light-text.svg +0 -3
- package/es/Logo/images/logo-light-top.svg +0 -6
- package/es/Logo/index.js +0 -136
- package/es/Metric/index.js +0 -132
- package/es/NFTDisplay/NFTBroken.svg +0 -34
- package/es/NFTDisplay/README.md +0 -59
- package/es/NFTDisplay/aspect-ratio-container.js +0 -39
- package/es/NFTDisplay/broken.js +0 -132
- package/es/NFTDisplay/demo/data/asset-state-display-url.json +0 -7
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-1-1.json +0 -10
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-374-130.json +0 -10
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-with-foreign-object.json +0 -20
- package/es/NFTDisplay/demo/data/asset-state-svg.json +0 -29
- package/es/NFTDisplay/demo/data/asset-state-url.json +0 -10
- package/es/NFTDisplay/index.js +0 -328
- package/es/NFTDisplay/loading.js +0 -18
- package/es/NFTDisplay/svg-embedder/img.js +0 -45
- package/es/NFTDisplay/svg-embedder/inline-svg.js +0 -39
- package/es/NavMenu/index.js +0 -2
- package/es/NavMenu/nav-menu.js +0 -358
- package/es/NavMenu/style.js +0 -181
- package/es/PageScroller/index.js +0 -286
- package/es/PageScroller/story/FifthComponent.js +0 -9
- package/es/PageScroller/story/FirstComponent.js +0 -9
- package/es/PageScroller/story/FourthComponent.js +0 -12
- package/es/PageScroller/story/FullPage.js +0 -47
- package/es/PageScroller/story/PageContain.js +0 -59
- package/es/PageScroller/story/SecondComponent.js +0 -9
- package/es/PageScroller/story/ThirdComponent.js +0 -9
- package/es/PageScroller/story/index.css +0 -115
- package/es/PageScroller/usePrevValue.js +0 -9
- package/es/Passport/index.js +0 -2
- package/es/Passport/passport.js +0 -103
- package/es/PoweredByArcBlock/index.js +0 -31
- package/es/PricingTable/PricingPlan.js +0 -124
- package/es/PricingTable/index.js +0 -53
- package/es/QRCode/index.js +0 -73
- package/es/RelativeTime/index.js +0 -107
- package/es/Result/common.js +0 -140
- package/es/Result/demo/fixtures/result-image-404.svg +0 -1
- package/es/Result/index.js +0 -33
- package/es/Result/result.js +0 -59
- package/es/Result/translations.js +0 -54
- package/es/Screenshot/BaseScreenshot/index.js +0 -91
- package/es/Screenshot/BaseScreenshot/shells/Macbook.js +0 -51
- package/es/Screenshot/BaseScreenshot/shells/Phone.js +0 -36
- package/es/Screenshot/demo/images/bg-00.jpg +0 -0
- package/es/Screenshot/demo/images/bg-01.jpg +0 -0
- package/es/Screenshot/demo/images/bg-02.jpg +0 -0
- package/es/Screenshot/demo/images/bg-03.jpg +0 -0
- package/es/Screenshot/demo/images/bg-04.jpg +0 -0
- package/es/Screenshot/demo/images/bg-05.jpg +0 -0
- package/es/Screenshot/demo/images/bg-06.jpg +0 -0
- package/es/Screenshot/demo/images/bg-07.jpg +0 -0
- package/es/Screenshot/demo/images/bg-08.jpg +0 -0
- package/es/Screenshot/demo/images/bg-09.jpg +0 -0
- package/es/Screenshot/devices.css +0 -1366
- package/es/Screenshot/index.js +0 -299
- package/es/SessionBlocklet/index.js +0 -173
- package/es/SessionManager/index.js +0 -2
- package/es/SessionPermission/index.js +0 -28
- package/es/SessionUser/components/logged-in.js +0 -229
- package/es/SessionUser/components/session-user-item.js +0 -102
- package/es/SessionUser/components/session-user-switch.js +0 -223
- package/es/SessionUser/components/un-login.js +0 -64
- package/es/SessionUser/components/user-info.js +0 -167
- package/es/SessionUser/index.js +0 -49
- package/es/SessionUser/libs/translation.js +0 -19
- package/es/SessionUser/libs/utils.js +0 -29
- package/es/Sparkline/index.js +0 -193
- package/es/Spinner/index.js +0 -28
- package/es/SplitButton/index.js +0 -145
- package/es/Success/index.js +0 -175
- package/es/Switch/index.js +0 -96
- package/es/Tabs/index.js +0 -214
- package/es/Tag/index.js +0 -108
- package/es/TextCollapse/index.js +0 -92
- package/es/Theme/index.js +0 -16
- package/es/Theme/theme-provider.js +0 -39
- package/es/Theme/theme.js +0 -145
- package/es/Toast/index.js +0 -97
- package/es/Typography/index.js +0 -95
- package/es/Util/constant.js +0 -42
- package/es/Util/deprecate.js +0 -28
- package/es/Util/federated.js +0 -91
- package/es/Util/index.js +0 -363
- package/es/Util/passport.js +0 -62
- package/es/Util/wallet.js +0 -32
- package/es/Video/index.js +0 -89
- package/es/Wallet/Action.js +0 -119
- package/es/Wallet/Download.js +0 -331
- package/es/Wallet/Open.js +0 -45
- package/es/Wallet/images/abtwallet.png +0 -0
- package/es/Wallet/images/android_download.svg +0 -23
- package/es/Wallet/images/app-store.svg +0 -20
- package/es/Wallet/images/google-play.svg +0 -70
- package/es/WalletOSIcon/index.js +0 -82
- package/es/WebWalletSWKeeper/index.js +0 -117
- package/es/WechatPrompt/images/android.png +0 -0
- package/es/WechatPrompt/images/ios.png +0 -0
- package/es/WechatPrompt/index.js +0 -88
- package/es/index.js +0 -38
- package/es/withTheme/index.js +0 -69
- package/es/withTracker/README.md +0 -34
- package/es/withTracker/error_boundary.js +0 -34
- package/es/withTracker/index.js +0 -55
package/lib/Util/deprecate.js
CHANGED
@@ -1,40 +1,28 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.withDeprecated = exports.warn = void 0;
|
7
|
-
var _react = require("react");
|
8
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
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
|
-
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
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
|
13
|
-
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
1
|
+
import { useEffect } from 'react';
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
14
3
|
const warn = (name, alternative) => {
|
15
|
-
var _console;
|
16
4
|
if (process.env.NODE_ENV === 'production') {
|
17
5
|
return;
|
18
6
|
}
|
19
|
-
if (typeof
|
7
|
+
if (typeof console?.warn === 'function') {
|
20
8
|
if (alternative) {
|
21
|
-
console.warn(
|
9
|
+
console.warn(`DEPRECATED: ${name} is deprecated, use ${alternative} instead.`);
|
22
10
|
} else {
|
23
|
-
console.warn(
|
11
|
+
console.warn(`DEPRECATED: ${name} is deprecated.`);
|
24
12
|
}
|
25
13
|
}
|
26
14
|
};
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
alternative
|
32
|
-
} = _ref;
|
15
|
+
const withDeprecated = (Component, {
|
16
|
+
name,
|
17
|
+
alternative
|
18
|
+
}) => {
|
33
19
|
return function Deprecated(props) {
|
34
|
-
|
20
|
+
useEffect(() => {
|
35
21
|
warn(name, alternative);
|
36
22
|
}, []);
|
37
|
-
return /*#__PURE__*/(
|
23
|
+
return /*#__PURE__*/_jsx(Component, {
|
24
|
+
...props
|
25
|
+
});
|
38
26
|
};
|
39
27
|
};
|
40
|
-
|
28
|
+
export { warn, withDeprecated };
|
package/lib/Util/federated.js
CHANGED
@@ -1,44 +1,23 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.getApps = getApps;
|
7
|
-
exports.getBlockletData = getBlockletData;
|
8
|
-
exports.getConfig = getConfig;
|
9
|
-
exports.getCurrentApp = getCurrentApp;
|
10
|
-
exports.getFederatedApp = getFederatedApp;
|
11
|
-
exports.getFederatedEnabled = getFederatedEnabled;
|
12
|
-
exports.getMaster = getMaster;
|
13
|
-
exports.getSourceAppPid = getSourceAppPid;
|
14
|
-
var _isEmpty = _interopRequireDefault(require("lodash/isEmpty"));
|
15
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
16
|
-
function getMaster() {
|
17
|
-
var _blocklet$settings;
|
18
|
-
let blocklet = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.blocklet;
|
19
|
-
const federated = (blocklet === null || blocklet === void 0 ? void 0 : (_blocklet$settings = blocklet.settings) === null || _blocklet$settings === void 0 ? void 0 : _blocklet$settings.federated) || {};
|
1
|
+
import isEmpty from 'lodash/isEmpty';
|
2
|
+
export function getMaster(blocklet = window.blocklet) {
|
3
|
+
const federated = blocklet?.settings?.federated || {};
|
20
4
|
return federated.master;
|
21
5
|
}
|
22
|
-
function getConfig() {
|
23
|
-
|
24
|
-
let blocklet = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.blocklet;
|
25
|
-
const federated = (blocklet === null || blocklet === void 0 ? void 0 : (_blocklet$settings2 = blocklet.settings) === null || _blocklet$settings2 === void 0 ? void 0 : _blocklet$settings2.federated) || {};
|
6
|
+
export function getConfig(blocklet = window.blocklet) {
|
7
|
+
const federated = blocklet?.settings?.federated || {};
|
26
8
|
return federated.config;
|
27
9
|
}
|
28
|
-
function getFederatedEnabled() {
|
29
|
-
let blocklet = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.blocklet;
|
10
|
+
export function getFederatedEnabled(blocklet = window.blocklet) {
|
30
11
|
const config = getConfig(blocklet);
|
31
|
-
return
|
12
|
+
return config?.status === 'approved';
|
32
13
|
}
|
33
|
-
function getSourceAppPid() {
|
34
|
-
let blocklet = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.blocklet;
|
14
|
+
export function getSourceAppPid(blocklet = window.blocklet) {
|
35
15
|
const master = getMaster(blocklet);
|
36
|
-
return master
|
16
|
+
return master?.appPid;
|
37
17
|
}
|
38
|
-
function getFederatedApp() {
|
39
|
-
let blocklet = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.blocklet;
|
18
|
+
export function getFederatedApp(blocklet = window.blocklet) {
|
40
19
|
const master = getMaster(blocklet);
|
41
|
-
const isFederatedMode = !(
|
20
|
+
const isFederatedMode = !isEmpty(master);
|
42
21
|
return isFederatedMode ? {
|
43
22
|
appId: master.appId,
|
44
23
|
appName: master.appName,
|
@@ -51,8 +30,7 @@ function getFederatedApp() {
|
|
51
30
|
provider: 'wallet'
|
52
31
|
} : null;
|
53
32
|
}
|
54
|
-
function getCurrentApp() {
|
55
|
-
let blocklet = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.blocklet;
|
33
|
+
export function getCurrentApp(blocklet = window.blocklet) {
|
56
34
|
// 适用于 blocklet 项目
|
57
35
|
if (blocklet) {
|
58
36
|
return {
|
@@ -85,7 +63,7 @@ function getCurrentApp() {
|
|
85
63
|
}
|
86
64
|
return null;
|
87
65
|
}
|
88
|
-
function getApps(blocklet) {
|
66
|
+
export function getApps(blocklet) {
|
89
67
|
const appList = [];
|
90
68
|
const masterApp = getFederatedApp(blocklet);
|
91
69
|
const currentApp = getCurrentApp(blocklet);
|
@@ -93,13 +71,13 @@ function getApps(blocklet) {
|
|
93
71
|
if (currentApp) {
|
94
72
|
appList.push(currentApp);
|
95
73
|
}
|
96
|
-
if (masterApp &&
|
74
|
+
if (masterApp && masterApp?.appId !== currentApp?.appId && federatedEnabled) {
|
97
75
|
appList.push(masterApp);
|
98
76
|
}
|
99
77
|
// NOTICE: masterApp 应该排在前面
|
100
78
|
return appList.reverse();
|
101
79
|
}
|
102
|
-
async function getBlockletData(appUrl) {
|
80
|
+
export async function getBlockletData(appUrl) {
|
103
81
|
try {
|
104
82
|
const url = new URL('__blocklet__.js', appUrl);
|
105
83
|
url.searchParams.set('type', 'json');
|
@@ -107,7 +85,7 @@ async function getBlockletData(appUrl) {
|
|
107
85
|
const jsonData = await res.json();
|
108
86
|
return jsonData;
|
109
87
|
} catch (err) {
|
110
|
-
console.error(
|
88
|
+
console.error(`Failed to get blocklet data: ${appUrl}`, err);
|
111
89
|
return null;
|
112
90
|
}
|
113
91
|
}
|
package/lib/Util/index.js
CHANGED
@@ -1,44 +1,17 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.appendParams = void 0;
|
7
|
-
exports.detectWalletExtension = detectWalletExtension;
|
8
|
-
exports.formatToDate = formatToDate;
|
9
|
-
exports.formatToDatetime = formatToDatetime;
|
10
|
-
exports.getColor = exports.getBackground = exports.formatUptime = void 0;
|
11
|
-
exports.getCookieOptions = getCookieOptions;
|
12
|
-
exports.getCopyright = getCopyright;
|
13
|
-
exports.getDIDColor = void 0;
|
14
|
-
exports.getDateTool = getDateTool;
|
15
|
-
exports.isUrl = exports.isEthereumDid = exports.getVisitorId = exports.getUserAvatar = exports.getTranslation = exports.getTimezone = exports.getFontSize = void 0;
|
16
|
-
exports.mergeProps = mergeProps;
|
17
|
-
exports.openWebWallet = openWebWallet;
|
18
|
-
exports.parseQuery = parseQuery;
|
19
|
-
exports.setDateTool = setDateTool;
|
20
|
-
exports.str2color = exports.sleep = exports.setVisitorId = void 0;
|
21
|
-
exports.stringifyQuery = stringifyQuery;
|
22
|
-
var _padStart = _interopRequireDefault(require("lodash/padStart"));
|
23
|
-
var _didMotif = require("@arcblock/did-motif");
|
24
|
-
var _constant = require("./constant");
|
25
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
26
1
|
/* eslint-disable no-bitwise */
|
27
|
-
|
2
|
+
import padStart from 'lodash/padStart';
|
3
|
+
import { getDIDMotifInfo, colors } from '@arcblock/did-motif';
|
4
|
+
import { DID_PREFIX } from './constant';
|
28
5
|
let dateTool = null;
|
29
|
-
function parseQuery(str) {
|
30
|
-
return str.replace(/^\?/, '').split('&').map(x => x.split('=')).filter(
|
31
|
-
let [key] = _ref;
|
32
|
-
return !!key;
|
33
|
-
}).reduce((memo, x) => {
|
6
|
+
export function parseQuery(str) {
|
7
|
+
return str.replace(/^\?/, '').split('&').map(x => x.split('=')).filter(([key]) => !!key).reduce((memo, x) => {
|
34
8
|
const key = x[0];
|
35
9
|
const value = decodeURIComponent(x[1]) || true;
|
36
10
|
memo[key] = value;
|
37
11
|
return memo;
|
38
12
|
}, {});
|
39
13
|
}
|
40
|
-
function stringifyQuery() {
|
41
|
-
let params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
14
|
+
export function stringifyQuery(params = {}) {
|
42
15
|
return new URLSearchParams(params).toString();
|
43
16
|
}
|
44
17
|
|
@@ -48,8 +21,7 @@ function stringifyQuery() {
|
|
48
21
|
* @param {domain} opts.domain
|
49
22
|
* @param {boolean} opts.returnDomain if === false, opts.domain will be skipped
|
50
23
|
*/
|
51
|
-
function getCookieOptions() {
|
52
|
-
let expireInDays = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 1;
|
24
|
+
export function getCookieOptions(expireInDays = 1) {
|
53
25
|
let opts = {
|
54
26
|
expireInDays
|
55
27
|
};
|
@@ -76,7 +48,7 @@ function getCookieOptions() {
|
|
76
48
|
}
|
77
49
|
return options;
|
78
50
|
}
|
79
|
-
const getColor = props => {
|
51
|
+
export const getColor = props => {
|
80
52
|
if (props.color) {
|
81
53
|
return props.color;
|
82
54
|
}
|
@@ -85,8 +57,7 @@ const getColor = props => {
|
|
85
57
|
}
|
86
58
|
return props.theme.palette.text.primary;
|
87
59
|
};
|
88
|
-
|
89
|
-
const getBackground = props => {
|
60
|
+
export const getBackground = props => {
|
90
61
|
if (props.background) {
|
91
62
|
return props.background;
|
92
63
|
}
|
@@ -95,9 +66,7 @@ const getBackground = props => {
|
|
95
66
|
}
|
96
67
|
return props.theme.palette.common.white;
|
97
68
|
};
|
98
|
-
|
99
|
-
function mergeProps(props, component) {
|
100
|
-
let jsonAttrs = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
|
69
|
+
export function mergeProps(props, component, jsonAttrs = []) {
|
101
70
|
const newProps = Object.assign({}, props);
|
102
71
|
Object.keys(component.defaultProps || {}).forEach(x => {
|
103
72
|
if (typeof newProps[x] === 'string' && newProps[x].indexOf('::prop::') === 0) {
|
@@ -122,19 +91,17 @@ function mergeProps(props, component) {
|
|
122
91
|
});
|
123
92
|
return newProps;
|
124
93
|
}
|
125
|
-
function getCopyright() {
|
126
|
-
let startYear = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 2017;
|
94
|
+
export function getCopyright(startYear = 2017) {
|
127
95
|
const currentYear = new Date().getFullYear();
|
128
|
-
return
|
96
|
+
return `${currentYear}` === `${startYear}` ? `© ArcBlock ${currentYear}` : `© ArcBlock ${startYear} - ${currentYear}`;
|
129
97
|
}
|
130
|
-
const getTimezone = () => {
|
98
|
+
export const getTimezone = () => {
|
131
99
|
if (typeof Intl === 'object' && typeof Intl.DateTimeFormat === 'function' && typeof Intl.DateTimeFormat().resolvedOptions === 'function') {
|
132
100
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
133
101
|
}
|
134
102
|
return '';
|
135
103
|
};
|
136
|
-
|
137
|
-
const str2color = str => {
|
104
|
+
export const str2color = str => {
|
138
105
|
let hash = 0;
|
139
106
|
for (let i = 0; i < str.length; i++) {
|
140
107
|
hash = str.charCodeAt(i) + ((hash << 5) - hash);
|
@@ -142,17 +109,16 @@ const str2color = str => {
|
|
142
109
|
let colour = '#';
|
143
110
|
for (let j = 0; j < 3; j++) {
|
144
111
|
const value = hash >> j * 8 & 0xff;
|
145
|
-
colour +=
|
112
|
+
colour += `00${value.toString(16)}`.substr(-2);
|
146
113
|
}
|
147
114
|
return colour;
|
148
115
|
};
|
149
|
-
|
150
|
-
const formatUptime = uptime => {
|
116
|
+
export const formatUptime = uptime => {
|
151
117
|
const total = Math.round(uptime / 1000);
|
152
118
|
const hours = Math.floor(total / 3600);
|
153
119
|
const minutes = Math.floor((total - hours * 3600) / 60);
|
154
120
|
const seconds = total % 60;
|
155
|
-
return
|
121
|
+
return `${padStart(hours, 2, '0')}:${padStart(minutes, 2, '0')}:${padStart(seconds, 2, '0')}`;
|
156
122
|
};
|
157
123
|
|
158
124
|
/**
|
@@ -160,18 +126,16 @@ const formatUptime = uptime => {
|
|
160
126
|
* moment and dayjs are recommended.
|
161
127
|
* @param {object} the date tool library
|
162
128
|
*/
|
163
|
-
|
164
|
-
function setDateTool(tool) {
|
129
|
+
export function setDateTool(tool) {
|
165
130
|
dateTool = tool;
|
166
131
|
}
|
167
|
-
function getDateTool() {
|
132
|
+
export function getDateTool() {
|
168
133
|
return dateTool;
|
169
134
|
}
|
170
|
-
const createDateFormatter = format => (date,
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
} = _ref2;
|
135
|
+
const createDateFormatter = format => (date, {
|
136
|
+
locale,
|
137
|
+
tz
|
138
|
+
}) => {
|
175
139
|
if (dateTool === null) {
|
176
140
|
throw new Error('call setDateTool to set the date tool library, such as: setDateTool(dayjs)');
|
177
141
|
}
|
@@ -197,11 +161,10 @@ const createDateFormatter = format => (date, _ref2) => {
|
|
197
161
|
* @param {string} option.tz, default: timzone
|
198
162
|
* @returns formatted date string
|
199
163
|
*/
|
200
|
-
function formatToDate(date
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
} = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
164
|
+
export function formatToDate(date, {
|
165
|
+
locale,
|
166
|
+
tz
|
167
|
+
} = {}) {
|
205
168
|
return createDateFormatter('ll')(date, {
|
206
169
|
locale,
|
207
170
|
tz
|
@@ -217,32 +180,29 @@ function formatToDate(date) {
|
|
217
180
|
* @param {string} option.tz, default: timzone
|
218
181
|
* @returns formatted date string
|
219
182
|
*/
|
220
|
-
function formatToDatetime(date
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
} = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
183
|
+
export function formatToDatetime(date, {
|
184
|
+
locale,
|
185
|
+
tz
|
186
|
+
} = {}) {
|
225
187
|
return createDateFormatter('lll')(date, {
|
226
188
|
locale,
|
227
189
|
tz
|
228
190
|
});
|
229
191
|
}
|
230
|
-
function detectWalletExtension() {
|
231
|
-
|
232
|
-
const extension = ((_window = window) === null || _window === void 0 ? void 0 : _window.ABT_DEV) || window.ABT;
|
192
|
+
export function detectWalletExtension() {
|
193
|
+
const extension = window?.ABT_DEV || window.ABT;
|
233
194
|
if (extension && typeof extension.open === 'function') {
|
234
195
|
return extension;
|
235
196
|
}
|
236
197
|
return null;
|
237
198
|
}
|
238
|
-
function openWebWallet(
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
} = _ref3;
|
199
|
+
export function openWebWallet({
|
200
|
+
webWalletUrl,
|
201
|
+
action = 'login',
|
202
|
+
locale = 'en',
|
203
|
+
url,
|
204
|
+
windowFeatures
|
205
|
+
}) {
|
246
206
|
// web wallet extension
|
247
207
|
const extension = detectWalletExtension();
|
248
208
|
if (extension) {
|
@@ -264,7 +224,7 @@ function openWebWallet(_ref3) {
|
|
264
224
|
width: 414,
|
265
225
|
height: 736
|
266
226
|
};
|
267
|
-
const windowUrl =
|
227
|
+
const windowUrl = `${webWalletUrl}?action=${action}&locale=${locale}&url=${encodeURIComponent(url)}`;
|
268
228
|
const mergedWindowFeatures = Object.assign({}, defaultWindowFeatures, windowFeatures);
|
269
229
|
const getWindowWidth = win => {
|
270
230
|
return win.innerWidth || win.document.documentElement.clientWidth || win.document.body.clientWidth;
|
@@ -279,21 +239,20 @@ function openWebWallet(_ref3) {
|
|
279
239
|
const winTop = window.screenTop || window.screenY;
|
280
240
|
mergedWindowFeatures.top = winTop;
|
281
241
|
}
|
282
|
-
const strWindowFeatures = Object.keys(mergedWindowFeatures).map(key =>
|
242
|
+
const strWindowFeatures = Object.keys(mergedWindowFeatures).map(key => `${key}=${mergedWindowFeatures[key]}`).join(',');
|
283
243
|
window.open(windowUrl, 'targetWindow', strWindowFeatures);
|
284
244
|
}
|
285
|
-
const getFontSize = size => {
|
245
|
+
export const getFontSize = size => {
|
286
246
|
// 12px 及以上的 size 有效, 否则返回 inherit
|
287
247
|
if (size && Number(size) >= 12) {
|
288
|
-
return
|
248
|
+
return `${Number(size)}px`;
|
289
249
|
}
|
290
250
|
return 'inherit';
|
291
251
|
};
|
292
252
|
|
293
253
|
// 参考: asset-chain @arcblock/did
|
294
|
-
|
295
|
-
const
|
296
|
-
const address = did.replace(_constant.DID_PREFIX, '');
|
254
|
+
export const isEthereumDid = did => {
|
255
|
+
const address = did.replace(DID_PREFIX, '');
|
297
256
|
// check if it has the basic requirements of an address
|
298
257
|
if (!/^(0x)?[0-9a-f]{40}$/i.test(address)) {
|
299
258
|
return false;
|
@@ -307,8 +266,7 @@ const isEthereumDid = did => {
|
|
307
266
|
* @param {{imageFilter: 'crop'|'resize'; w?: number; h?: number; r?: 0|90|180|270}} params
|
308
267
|
* @returns
|
309
268
|
*/
|
310
|
-
|
311
|
-
const appendParams = (url, params) => {
|
269
|
+
export const appendParams = (url, params) => {
|
312
270
|
if (!params) {
|
313
271
|
return url;
|
314
272
|
}
|
@@ -323,13 +281,11 @@ const appendParams = (url, params) => {
|
|
323
281
|
return urlInstance.pathname + urlInstance.search;
|
324
282
|
}
|
325
283
|
return urlInstance.href;
|
326
|
-
} catch
|
284
|
+
} catch {
|
327
285
|
return url;
|
328
286
|
}
|
329
287
|
};
|
330
|
-
|
331
|
-
const getUserAvatar = exports.getUserAvatar = function getUserAvatar(avatar) {
|
332
|
-
let size = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 48;
|
288
|
+
export const getUserAvatar = (avatar, size = 48) => {
|
333
289
|
if (!avatar) {
|
334
290
|
return avatar;
|
335
291
|
}
|
@@ -342,40 +298,36 @@ const getUserAvatar = exports.getUserAvatar = function getUserAvatar(avatar) {
|
|
342
298
|
}
|
343
299
|
return avatar;
|
344
300
|
};
|
345
|
-
const sleep =
|
346
|
-
let time = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
|
301
|
+
export const sleep = (time = 0) => {
|
347
302
|
return new Promise(resolve => {
|
348
303
|
setTimeout(() => {
|
349
304
|
resolve();
|
350
305
|
}, time);
|
351
306
|
});
|
352
307
|
};
|
353
|
-
const isUrl = str => {
|
308
|
+
export const isUrl = str => {
|
354
309
|
return /^https?:\/\//.test(str);
|
355
310
|
};
|
356
|
-
exports.isUrl = isUrl;
|
357
311
|
const visitorIdKey = '__visitor_id';
|
358
|
-
const getVisitorId = () => {
|
312
|
+
export const getVisitorId = () => {
|
359
313
|
return localStorage.getItem(visitorIdKey);
|
360
314
|
};
|
361
|
-
|
362
|
-
const setVisitorId = value => {
|
315
|
+
export const setVisitorId = value => {
|
363
316
|
if (value === null) {
|
364
317
|
localStorage.removeItem(visitorIdKey);
|
365
318
|
} else {
|
366
319
|
localStorage.setItem(visitorIdKey, value);
|
367
320
|
}
|
368
321
|
};
|
369
|
-
|
370
|
-
const getDIDColor = did => {
|
322
|
+
export const getDIDColor = did => {
|
371
323
|
if (isEthereumDid(did)) {
|
372
|
-
const index = Uint8Array.from(did.slice(2).match(/.{1,2}/g).map(pair => parseInt(pair, 16))).slice(0, 8).reduce((acc, val) => acc + val, 0) %
|
373
|
-
return
|
324
|
+
const index = Uint8Array.from(did.slice(2).match(/.{1,2}/g).map(pair => parseInt(pair, 16))).slice(0, 8).reduce((acc, val) => acc + val, 0) % colors.length;
|
325
|
+
return colors[index];
|
374
326
|
}
|
375
327
|
try {
|
376
|
-
const didMotifInfo =
|
377
|
-
return didMotifInfo
|
378
|
-
} catch
|
328
|
+
const didMotifInfo = getDIDMotifInfo(did);
|
329
|
+
return didMotifInfo?.color;
|
330
|
+
} catch {
|
379
331
|
return null;
|
380
332
|
}
|
381
333
|
};
|
@@ -390,12 +342,10 @@ const getDIDColor = did => {
|
|
390
342
|
* @param {string} [options.defaultValue='unknown'] - The default value to return if no translation is found.
|
391
343
|
* @return {string} The translated string based on the locale, with fallback options if necessary.
|
392
344
|
*/
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
defaultValue = 'unknown'
|
398
|
-
} = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
345
|
+
export const getTranslation = (translations, locale, {
|
346
|
+
fallbackLocale = 'en',
|
347
|
+
defaultValue = 'unknown'
|
348
|
+
} = {}) => {
|
399
349
|
if (typeof translations === 'string') {
|
400
350
|
return translations;
|
401
351
|
}
|
package/lib/Util/passport.js
CHANGED
@@ -1,47 +1,38 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.getTextColor = exports.getPassportColor = exports.createPassportSvg = void 0;
|
7
|
-
var _nftDisplay = require("@arcblock/nft-display");
|
8
|
-
const getPassportColor = (preferredColor, did) => {
|
1
|
+
import { getNftBGColor, DEFAULT_COLORS, getNftBGColorFromDid, getSvg } from '@arcblock/nft-display';
|
2
|
+
export const getPassportColor = (preferredColor, did) => {
|
9
3
|
let color;
|
10
4
|
if (preferredColor === 'default') {
|
11
|
-
color =
|
5
|
+
color = DEFAULT_COLORS['app-passport'];
|
12
6
|
} else if (preferredColor === 'auto') {
|
13
|
-
color =
|
7
|
+
color = getNftBGColorFromDid(did);
|
14
8
|
} else {
|
15
|
-
color =
|
9
|
+
color = getNftBGColor(preferredColor);
|
16
10
|
}
|
17
11
|
return color;
|
18
12
|
};
|
19
|
-
|
20
|
-
const getTextColor = background => {
|
13
|
+
export const getTextColor = background => {
|
21
14
|
const r = parseInt(background.slice(1, 3), 16);
|
22
15
|
const g = parseInt(background.slice(3, 5), 16);
|
23
16
|
const b = parseInt(background.slice(5, 7), 16);
|
24
17
|
const luminance = (0.299 * r + 0.587 * g + 0.114 * b) / 255;
|
25
18
|
return luminance > 0.5 ? '#111' : '#EEE';
|
26
19
|
};
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
height = '100%'
|
42
|
-
} = _ref;
|
20
|
+
export const createPassportSvg = ({
|
21
|
+
issuer = '',
|
22
|
+
title = '',
|
23
|
+
issuerDid = '',
|
24
|
+
issuerAvatarUrl = '',
|
25
|
+
ownerDid = '',
|
26
|
+
ownerName = '',
|
27
|
+
ownerAvatarUrl = '',
|
28
|
+
preferredColor = 'default',
|
29
|
+
revoked = false,
|
30
|
+
isDataUrl = false,
|
31
|
+
width = '100%',
|
32
|
+
height = '100%'
|
33
|
+
}) => {
|
43
34
|
const color = getPassportColor(preferredColor, issuerDid);
|
44
|
-
const svgXML =
|
35
|
+
const svgXML = getSvg({
|
45
36
|
width,
|
46
37
|
height,
|
47
38
|
tag: revoked ? 'revoked' : '',
|
@@ -65,8 +56,7 @@ const createPassportSvg = _ref => {
|
|
65
56
|
}
|
66
57
|
});
|
67
58
|
if (isDataUrl) {
|
68
|
-
return
|
59
|
+
return `data:image/svg+xml;utf8,${encodeURIComponent(svgXML)}`;
|
69
60
|
}
|
70
61
|
return svgXML;
|
71
|
-
};
|
72
|
-
exports.createPassportSvg = createPassportSvg;
|
62
|
+
};
|
package/lib/Util/wallet.js
CHANGED
@@ -1,11 +1,5 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.providerName = exports.getWebWalletUrl = exports.checkSameProtocol = void 0;
|
7
1
|
/* eslint-disable import/prefer-default-export */
|
8
|
-
const providerName =
|
2
|
+
export const providerName = 'wallet_url';
|
9
3
|
|
10
4
|
/**
|
11
5
|
* 获取 web wallet url, 常用于为 did connect 组件传递 webWalletUrl 参数,
|
@@ -19,14 +13,12 @@ const providerName = exports.providerName = 'wallet_url';
|
|
19
13
|
* - window.blocklet.webWalletUrl
|
20
14
|
* - production web wallet url
|
21
15
|
*/
|
22
|
-
const getWebWalletUrl = () => {
|
23
|
-
|
24
|
-
return window.localStorage.getItem(providerName) || ((_window$env = window.env) === null || _window$env === void 0 ? void 0 : _window$env.webWalletUrl) || ((_window$blocklet = window.blocklet) === null || _window$blocklet === void 0 ? void 0 : _window$blocklet.webWalletUrl) || 'https://web.abtwallet.io/';
|
16
|
+
export const getWebWalletUrl = () => {
|
17
|
+
return window.localStorage.getItem(providerName) || window.env?.webWalletUrl || window.blocklet?.webWalletUrl || 'https://web.abtwallet.io/';
|
25
18
|
};
|
26
19
|
|
27
20
|
// 检查 wallet url protocol 和当前页面地址的 protocol 是否一致
|
28
|
-
|
29
|
-
const checkSameProtocol = webWalletUrl => {
|
21
|
+
export const checkSameProtocol = webWalletUrl => {
|
30
22
|
const {
|
31
23
|
protocol
|
32
24
|
} = window.location;
|
@@ -37,5 +29,4 @@ const checkSameProtocol = webWalletUrl => {
|
|
37
29
|
walletProtocol = '';
|
38
30
|
}
|
39
31
|
return protocol === walletProtocol;
|
40
|
-
};
|
41
|
-
exports.checkSameProtocol = checkSameProtocol;
|
32
|
+
};
|