@onepercentio/one-ui 0.20.2 → 0.20.4
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/.babelrc +0 -5
- package/.prod.babelrc +2 -8
- package/dist/components/AdaptiveButton/AdaptiveButton.js +2 -2
- package/dist/components/AdaptiveContainer/AdaptiveContainer.js +26 -26
- package/dist/components/AdaptiveDialog/AdaptiveDialog.js +9 -9
- package/dist/components/AdaptiveSidebar/AdaptiveSidebar.js +14 -14
- package/dist/components/AnchoredTooltip/AnchoredTooltip.js +30 -30
- package/dist/components/AnimatedEntrance/AnimatedEntrance.js +40 -27
- package/dist/components/AsyncWrapper/AsyncWrapper.js +2 -2
- package/dist/components/Avatar/Avatar.js +4 -4
- package/dist/components/BucketFill/BucketFill.js +9 -9
- package/dist/components/Button/Button.js +4 -4
- package/dist/components/Card/Card.js +1 -1
- package/dist/components/Chart/Chart.view.js +35 -34
- package/dist/components/CheckBox/CheckBox.js +3 -3
- package/dist/components/Collapsable/Collapsable.js +18 -18
- package/dist/components/Countdown/Countdown.js +16 -16
- package/dist/components/Divider/Divider.js +1 -1
- package/dist/components/EmailInput/EmailInput.js +4 -4
- package/dist/components/FadeIn/FadeIn.js +9 -9
- package/dist/components/FileInput/FileInput.js +6 -6
- package/dist/components/FileInput/View/BigFactory/BigFactory.js +1 -1
- package/dist/components/FileInput/View/Compact/Compact.js +6 -6
- package/dist/components/FlowController/FlowController.js +4 -4
- package/dist/components/Form/Form.js +29 -18
- package/dist/components/Freeze/Freeze.js +1 -1
- package/dist/components/HSForms/HSForms.js +7 -7
- package/dist/components/Header/Header.js +8 -8
- package/dist/components/HeaderCloseBtn/HeaderCloseBtn.js +1 -1
- package/dist/components/InfinityScroll/InfinityScroll.js +25 -25
- package/dist/components/Input/Input.js +13 -13
- package/dist/components/InstantCounter/InstantCounter.js +9 -9
- package/dist/components/LavaLamp/LavaLamp.data.js +25 -25
- package/dist/components/LavaLamp/LavaLamp.js +12 -5
- package/dist/components/LavaLamp/v2/LavaLamp.js +45 -29
- package/dist/components/LinkToId/LinkToId.js +7 -7
- package/dist/components/Loader/Loader.js +2 -2
- package/dist/components/LoaderDotsIndicator/LoaderDotsIndicator.js +6 -6
- package/dist/components/LoopableVideo/LoopableVideo.js +4 -4
- package/dist/components/MainGrid/MainGrid.js +2 -2
- package/dist/components/MutableHamburgerButton/MutableHamburgerButton.js +2 -2
- package/dist/components/Notification/Notification.js +1 -1
- package/dist/components/OrderableList/OrderableList.js +141 -112
- package/dist/components/PaginationIndicator/PaginationIndicator.js +50 -50
- package/dist/components/Parallax/Parallax.js +39 -39
- package/dist/components/Parallax/math/helpers.js +19 -18
- package/dist/components/PasswordInput/PasswordInput.js +10 -10
- package/dist/components/PingPongText/PingPongText.js +15 -15
- package/dist/components/PixelatedScan/PixelatedScan.js +20 -19
- package/dist/components/Portal/Portal.js +10 -10
- package/dist/components/ProgressBar/ProgressBar.js +6 -6
- package/dist/components/ProgressTexts/ProgressTexts.js +3 -3
- package/dist/components/Radio/Radio.js +3 -3
- package/dist/components/SectionContainer/SectionContainer.js +1 -1
- package/dist/components/Select/Select.js +13 -13
- package/dist/components/Skeleton/Skeleton.js +1 -1
- package/dist/components/Spacing/Spacing.js +1 -1
- package/dist/components/StaticScroller/StaticScroller.js +12 -12
- package/dist/components/Switch/Switch.js +2 -2
- package/dist/components/Table/Table.js +11 -11
- package/dist/components/Tabs/Tabs.js +3 -3
- package/dist/components/Text/Text.js +5 -5
- package/dist/components/Transition/MasksFactory/DiagonalReveal.js +5 -5
- package/dist/components/Transition/MasksFactory/DiagonalSquareToBalls.js +17 -17
- package/dist/components/Transition/MasksFactory/PhysicsSquares.js +13 -13
- package/dist/components/Transition/MasksFactory/SquareToBalls.js +9 -9
- package/dist/components/Transition/MasksFactory/utils.js +8 -8
- package/dist/components/Transition/Transition.js +49 -49
- package/dist/components/UncontrolledTransition/UncontrolledTransition.js +7 -7
- package/dist/components/WalletConnectionWrapper/WalletConnectionWrapper.js +82 -44
- package/dist/components/utilitary/ScrollAndFocusLock/ScrollAndFocusLock.js +6 -6
- package/dist/context/AsyncProcess.js +42 -19
- package/dist/context/CustomBrowserRouter.js +6 -6
- package/dist/context/OneUIProvider.js +15 -15
- package/dist/hooks/logs/useDependencyChangeDetection.js +5 -2
- package/dist/hooks/persistence/useLocalStorage.js +7 -6
- package/dist/hooks/shims/ObjectWatchShim.js +15 -1
- package/dist/hooks/ui/useAdaptiveImage.js +6 -6
- package/dist/hooks/ui/useBreakpoint.js +5 -5
- package/dist/hooks/ui/useCustomScrollbar.js +2 -2
- package/dist/hooks/ui/useMouseHover.js +4 -4
- package/dist/hooks/ui/usePaginationControls.d.ts +2 -1
- package/dist/hooks/ui/usePaginationControls.js +42 -40
- package/dist/hooks/ui/useSnapToViewport.js +3 -3
- package/dist/hooks/ui/useTilt.js +38 -38
- package/dist/hooks/ui/useZoomable.js +46 -38
- package/dist/hooks/ui/useZoomable.module.scss +2 -2
- package/dist/hooks/useAsyncControl.js +39 -22
- package/dist/hooks/useContainedRepositioning.js +22 -22
- package/dist/hooks/useCustomHistory.js +2 -2
- package/dist/hooks/useElementFit.js +6 -6
- package/dist/hooks/useFirestoreWatch.js +39 -26
- package/dist/hooks/useForm.js +8 -8
- package/dist/hooks/useFreeze.js +1 -1
- package/dist/hooks/useHero.d.ts +2 -2
- package/dist/hooks/useHero.js +96 -74
- package/dist/hooks/useIntersection.js +4 -4
- package/dist/hooks/useMergeRefs.js +7 -3
- package/dist/hooks/useObserve.js +8 -4
- package/dist/hooks/usePagination.js +59 -39
- package/dist/hooks/usePooledOperation.js +22 -8
- package/dist/hooks/usePooling.js +33 -17
- package/dist/hooks/useRebound.js +5 -5
- package/dist/hooks/useShortIntl.js +13 -13
- package/dist/hooks/utility/useEvents.js +5 -5
- package/dist/hooks/utility/useModule.js +3 -3
- package/dist/hooks/utility/useQuery.js +1 -1
- package/dist/models/DebugLogger.js +2 -2
- package/dist/models/GenericContract.js +1 -1
- package/dist/storybookUtils/index.js +1 -1
- package/dist/utility.d.js +6 -6
- package/dist/utils/blockchain.js +105 -32
- package/dist/utils/flatten.js +3 -3
- package/dist/utils/html.utils.js +1 -1
- package/package.json +2 -1
- package/dist/hooks/ui/usePaginationControls.e2e.d.ts +0 -4
|
@@ -14,9 +14,10 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
14
14
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
15
15
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
16
16
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
17
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
18
|
-
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
17
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
18
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
19
19
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
20
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
20
21
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
21
22
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
22
23
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
@@ -37,31 +38,53 @@ function _BaseWalletConnectionWrapper(props, ref) {
|
|
|
37
38
|
}, props));
|
|
38
39
|
}
|
|
39
40
|
function Content(_ref) {
|
|
40
|
-
|
|
41
|
+
var ProviderUnavailable = _ref.ProviderUnavailable,
|
|
41
42
|
ChainIdInvalid = _ref.ChainIdInvalid,
|
|
42
43
|
chain = _ref.chain,
|
|
43
44
|
ProvidedContentWrapper = _ref.Content,
|
|
44
45
|
compRef = _ref.compRef,
|
|
45
46
|
children = _ref.children;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
var _ref2 = _asyncToGenerator(function
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
47
|
+
var wallet = (0, _useWallet.useWallet)();
|
|
48
|
+
var connectionAsyncWrapper = (0, _useAsyncControl.default)();
|
|
49
|
+
var connect = /*#__PURE__*/function () {
|
|
50
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
|
51
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
52
|
+
while (1) {
|
|
53
|
+
switch (_context2.prev = _context2.next) {
|
|
54
|
+
case 0:
|
|
55
|
+
connectionAsyncWrapper.process( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
56
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
57
|
+
while (1) {
|
|
58
|
+
switch (_context.prev = _context.next) {
|
|
59
|
+
case 0:
|
|
60
|
+
_context.next = 2;
|
|
61
|
+
return wallet.connect("injected");
|
|
62
|
+
case 2:
|
|
63
|
+
localStorage.setItem("auto_connect", "true");
|
|
64
|
+
case 3:
|
|
65
|
+
case "end":
|
|
66
|
+
return _context.stop();
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}, _callee);
|
|
70
|
+
})));
|
|
71
|
+
case 1:
|
|
72
|
+
case "end":
|
|
73
|
+
return _context2.stop();
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}, _callee2);
|
|
77
|
+
}));
|
|
55
78
|
return function connect() {
|
|
56
79
|
return _ref2.apply(this, arguments);
|
|
57
80
|
};
|
|
58
81
|
}();
|
|
59
|
-
|
|
82
|
+
var disconnect = function disconnect() {
|
|
60
83
|
wallet.reset();
|
|
61
84
|
localStorage.removeItem("auto_connect");
|
|
62
85
|
};
|
|
63
86
|
(0, _react.useEffect)(function () {
|
|
64
|
-
|
|
87
|
+
var autoConnect = !!localStorage.getItem("auto_connect");
|
|
65
88
|
if (autoConnect && !wallet.account) connect();
|
|
66
89
|
}, []);
|
|
67
90
|
(0, _react.useImperativeHandle)(compRef, function () {
|
|
@@ -70,48 +93,63 @@ function Content(_ref) {
|
|
|
70
93
|
disconnect: disconnect
|
|
71
94
|
};
|
|
72
95
|
}, [wallet]);
|
|
73
|
-
|
|
96
|
+
var _useState = (0, _react.useState)(function () {
|
|
74
97
|
return !!window.ethereum;
|
|
75
98
|
}),
|
|
76
99
|
_useState2 = _slicedToArray(_useState, 1),
|
|
77
100
|
isProviderAvailable = _useState2[0];
|
|
78
|
-
|
|
101
|
+
var isChainIdValid = (0, _react.useMemo)(function () {
|
|
79
102
|
return wallet.isConnected() ? wallet.chainId === chain.id : true;
|
|
80
103
|
}, [wallet, chain.id]);
|
|
81
104
|
function changeChainId() {
|
|
82
105
|
return _changeChainId.apply(this, arguments);
|
|
83
106
|
}
|
|
84
107
|
function _changeChainId() {
|
|
85
|
-
_changeChainId = _asyncToGenerator(function
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
_changeChainId = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
|
|
109
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
110
|
+
while (1) {
|
|
111
|
+
switch (_context3.prev = _context3.next) {
|
|
112
|
+
case 0:
|
|
113
|
+
_context3.prev = 0;
|
|
114
|
+
_context3.next = 3;
|
|
115
|
+
return window.ethereum.request({
|
|
116
|
+
method: "wallet_switchEthereumChain",
|
|
117
|
+
params: [{
|
|
118
|
+
chainId: "0x".concat(chain.id.toString(16).padStart(2, "0"))
|
|
119
|
+
}]
|
|
120
|
+
});
|
|
121
|
+
case 3:
|
|
122
|
+
_context3.next = 8;
|
|
123
|
+
break;
|
|
124
|
+
case 5:
|
|
125
|
+
_context3.prev = 5;
|
|
126
|
+
_context3.t0 = _context3["catch"](0);
|
|
127
|
+
switch (_context3.t0.code) {
|
|
128
|
+
case 4902:
|
|
129
|
+
window.ethereum.request({
|
|
130
|
+
method: "wallet_addEthereumChain",
|
|
131
|
+
params: [{
|
|
132
|
+
chainId: "0x".concat(chain.id.toString(16).padStart(2, "0")),
|
|
133
|
+
chainName: chain.name,
|
|
134
|
+
rpcUrls: [chain.rpcUrl],
|
|
135
|
+
blockExplorerUrls: [chain.explorerUrl],
|
|
136
|
+
nativeCurrency: {
|
|
137
|
+
symbol: chain.currency,
|
|
138
|
+
decimals: 18
|
|
139
|
+
}
|
|
140
|
+
}]
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
case 8:
|
|
144
|
+
case "end":
|
|
145
|
+
return _context3.stop();
|
|
146
|
+
}
|
|
109
147
|
}
|
|
110
|
-
}
|
|
111
|
-
});
|
|
148
|
+
}, _callee3, null, [[0, 5]]);
|
|
149
|
+
}));
|
|
112
150
|
return _changeChainId.apply(this, arguments);
|
|
113
151
|
}
|
|
114
|
-
|
|
152
|
+
var ContentWrapper = ProvidedContentWrapper;
|
|
115
153
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, ProviderUnavailable && !isProviderAvailable && /*#__PURE__*/_react.default.createElement(ProviderUnavailable, null), ChainIdInvalid && !isChainIdValid && /*#__PURE__*/_react.default.createElement(ChainIdInvalid, {
|
|
116
154
|
changeChainId: changeChainId
|
|
117
155
|
}), /*#__PURE__*/_react.default.createElement(ContentWrapper, _extends({}, connectionAsyncWrapper, {
|
|
@@ -128,5 +166,5 @@ function Content(_ref) {
|
|
|
128
166
|
}
|
|
129
167
|
var _default = /*#__PURE__*/(0, _react.forwardRef)(WalletConnectionWrapper);
|
|
130
168
|
exports.default = _default;
|
|
131
|
-
|
|
169
|
+
var BaseWalletConnectionWrapper = /*#__PURE__*/(0, _react.forwardRef)(_BaseWalletConnectionWrapper);
|
|
132
170
|
exports.BaseWalletConnectionWrapper = BaseWalletConnectionWrapper;
|
|
@@ -14,11 +14,11 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
14
14
|
* This utilitary component shall be used to lock the focus and disable scroll over the wrapped component
|
|
15
15
|
**/
|
|
16
16
|
function ScrollAndFocusLock(_ref) {
|
|
17
|
-
|
|
17
|
+
var open = _ref.open,
|
|
18
18
|
children = _ref.children;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
var firstAnchor = (0, _react.useRef)(null);
|
|
20
|
+
var lastAnchor = (0, _react.useRef)(null);
|
|
21
|
+
var startOfModal = (0, _react.useRef)(null);
|
|
22
22
|
(0, _react.useEffect)(function () {
|
|
23
23
|
if (open) startOfModal.current.focus();
|
|
24
24
|
}, []);
|
|
@@ -32,8 +32,8 @@ function ScrollAndFocusLock(_ref) {
|
|
|
32
32
|
}
|
|
33
33
|
}, [open]);
|
|
34
34
|
function onFocusAnchors(e) {
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
var focusOnStartOfModal = function focusOnStartOfModal() {
|
|
36
|
+
var nextSibling = firstAnchor.current.nextElementSibling;
|
|
37
37
|
if (nextSibling instanceof HTMLDivElement) nextSibling.focus();
|
|
38
38
|
};
|
|
39
39
|
if (e.target === firstAnchor.current) {
|
|
@@ -13,31 +13,32 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
13
13
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
14
14
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
15
15
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
16
|
-
function
|
|
17
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
18
|
-
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
16
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
19
17
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
18
|
+
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
19
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
20
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
20
21
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
21
22
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
22
23
|
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; }
|
|
23
24
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
24
25
|
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); }
|
|
25
|
-
|
|
26
|
+
var AsyncProcessContext = /*#__PURE__*/(0, _react.createContext)(null);
|
|
26
27
|
function AsyncProcessProvider(_ref) {
|
|
27
|
-
|
|
28
|
+
var children = _ref.children,
|
|
28
29
|
triggers = _ref.triggers,
|
|
29
30
|
persistence = _ref.persistence;
|
|
30
|
-
|
|
31
|
+
var _useEvents = (0, _useEvents2.default)(),
|
|
31
32
|
subscriber = _useEvents.subscriber,
|
|
32
33
|
dispatcher = _useEvents.dispatcher;
|
|
33
|
-
|
|
34
|
+
var wrappedFunctions = (0, _react.useMemo)(function () {
|
|
34
35
|
return Object.keys(triggers).reduce(function (r, k) {
|
|
35
36
|
return _objectSpread(_objectSpread({}, r), {}, _defineProperty({}, k, function () {
|
|
36
37
|
var _ref2;
|
|
37
38
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
38
39
|
args[_key] = arguments[_key];
|
|
39
40
|
}
|
|
40
|
-
|
|
41
|
+
var persisted = persistence.write.apply(persistence, [k].concat(args));
|
|
41
42
|
return (_ref2 = triggers)[k].apply(_ref2, args).finally(function () {
|
|
42
43
|
persistence.remove(persisted);
|
|
43
44
|
dispatcher(k);
|
|
@@ -46,14 +47,25 @@ function AsyncProcessProvider(_ref) {
|
|
|
46
47
|
}, {});
|
|
47
48
|
}, []);
|
|
48
49
|
(0, _react.useEffect)(function () {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
50
|
+
var recoveries = persistence.recover();
|
|
51
|
+
var _iterator = _createForOfIteratorHelper(recoveries),
|
|
52
|
+
_step;
|
|
53
|
+
try {
|
|
54
|
+
var _loop = function _loop() {
|
|
55
|
+
var _step$value = _slicedToArray(_step.value, 2),
|
|
56
|
+
recoveryId = _step$value[0],
|
|
57
|
+
recoveryProcess = _step$value[1];
|
|
58
|
+
recoveryProcess.finally(function () {
|
|
59
|
+
persistence.remove(recoveryId);
|
|
60
|
+
});
|
|
61
|
+
};
|
|
62
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
63
|
+
_loop();
|
|
64
|
+
}
|
|
65
|
+
} catch (err) {
|
|
66
|
+
_iterator.e(err);
|
|
67
|
+
} finally {
|
|
68
|
+
_iterator.f();
|
|
57
69
|
}
|
|
58
70
|
}, []);
|
|
59
71
|
return /*#__PURE__*/_react.default.createElement(AsyncProcessContext.Provider, {
|
|
@@ -64,13 +76,24 @@ function AsyncProcessProvider(_ref) {
|
|
|
64
76
|
}, children);
|
|
65
77
|
}
|
|
66
78
|
function useAsyncProcess() {
|
|
67
|
-
|
|
79
|
+
var _useContext = (0, _react.useContext)(AsyncProcessContext),
|
|
68
80
|
subscriber = _useContext._subscriber,
|
|
69
81
|
_wrappedFunctions = _useContext._wrappedFunctions;
|
|
70
|
-
|
|
82
|
+
var subscriptions = (0, _react.useRef)([]);
|
|
71
83
|
(0, _react.useEffect)(function () {
|
|
72
84
|
return function () {
|
|
73
|
-
|
|
85
|
+
var _iterator2 = _createForOfIteratorHelper(subscriptions.current),
|
|
86
|
+
_step2;
|
|
87
|
+
try {
|
|
88
|
+
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
89
|
+
var unsubscribe = _step2.value;
|
|
90
|
+
unsubscribe();
|
|
91
|
+
}
|
|
92
|
+
} catch (err) {
|
|
93
|
+
_iterator2.e(err);
|
|
94
|
+
} finally {
|
|
95
|
+
_iterator2.f();
|
|
96
|
+
}
|
|
74
97
|
};
|
|
75
98
|
}, []);
|
|
76
99
|
return _objectSpread({
|
|
@@ -11,23 +11,23 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
11
11
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
12
12
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
13
|
function CustomBrowserRouter(_ref) {
|
|
14
|
-
|
|
14
|
+
var children = _ref.children,
|
|
15
15
|
_ref$beforeRouteChang = _ref.beforeRouteChange,
|
|
16
16
|
beforeRouteChange = _ref$beforeRouteChang === void 0 ? function (s) {
|
|
17
17
|
return s;
|
|
18
18
|
} : _ref$beforeRouteChang;
|
|
19
|
-
|
|
19
|
+
var _useRef = (0, _react.useRef)((0, _history.createBrowserHistory)()),
|
|
20
20
|
historyCustom = _useRef.current;
|
|
21
21
|
(0, _react.useLayoutEffect)(function () {
|
|
22
22
|
function overrideFunction(name) {
|
|
23
|
-
|
|
23
|
+
var orig = historyCustom[name];
|
|
24
24
|
historyCustom[name] = function (route, state) {
|
|
25
25
|
var _history$state, _history$state$state, _history$state2, _history$state2$state;
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
var isReplacingAnInternalNavigation = name === "replace" && ((_history$state = history.state) === null || _history$state === void 0 ? void 0 : (_history$state$state = _history$state.state) === null || _history$state$state === void 0 ? void 0 : _history$state$state.internalNavigation);
|
|
27
|
+
var isARouteChange = name !== "replace";
|
|
28
28
|
if ((isARouteChange || isReplacingAnInternalNavigation) && !state) state = {};
|
|
29
29
|
if (state) state.internalNavigation = name === "replace" ? (_history$state2 = history.state) === null || _history$state2 === void 0 ? void 0 : (_history$state2$state = _history$state2.state) === null || _history$state2$state === void 0 ? void 0 : _history$state2$state.internalNavigation : true;
|
|
30
|
-
|
|
30
|
+
var modifiedRoute = beforeRouteChange(route, historyCustom);
|
|
31
31
|
for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
|
|
32
32
|
args[_key - 2] = arguments[_key];
|
|
33
33
|
}
|
|
@@ -17,13 +17,13 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
17
17
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
18
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
19
19
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
20
|
-
|
|
20
|
+
var Context = /*#__PURE__*/(0, _react.createContext)(null);
|
|
21
21
|
function OneUIProvider(_ref) {
|
|
22
|
-
|
|
22
|
+
var children = _ref.children,
|
|
23
23
|
config = _ref.config;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
var prevCtx = (0, _react.useContext)(Context);
|
|
25
|
+
var scale = (0, _useAdaptiveImage.default)();
|
|
26
|
+
var mergedConfig = (0, _react.useMemo)(function () {
|
|
27
27
|
return (0, _merge.default)((0, _cloneDeep.default)(prevCtx), config, {
|
|
28
28
|
state: {
|
|
29
29
|
imageScale: scale
|
|
@@ -35,7 +35,7 @@ function OneUIProvider(_ref) {
|
|
|
35
35
|
}, children);
|
|
36
36
|
}
|
|
37
37
|
function pathToJson(path, key) {
|
|
38
|
-
|
|
38
|
+
var exampleConfig = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "THE_MISSING_CONFIG";
|
|
39
39
|
if (!key) {
|
|
40
40
|
key = path.split(".").slice(-1)[0];
|
|
41
41
|
path = path.replace(".".concat(key), "");
|
|
@@ -48,7 +48,7 @@ function pathToJson(path, key) {
|
|
|
48
48
|
}, {});
|
|
49
49
|
}
|
|
50
50
|
function ErrorWrapper(originalObject) {
|
|
51
|
-
|
|
51
|
+
var path = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "config";
|
|
52
52
|
return new Proxy(_typeof(originalObject) !== "object" ? {} : originalObject || {}, {
|
|
53
53
|
get: function get(_target, key) {
|
|
54
54
|
if (key === Symbol.toPrimitive) {
|
|
@@ -57,45 +57,45 @@ function ErrorWrapper(originalObject) {
|
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
59
|
try {
|
|
60
|
-
|
|
60
|
+
var value = originalObject[key];
|
|
61
61
|
if (typeof value === "undefined") return undefined;
|
|
62
62
|
if (_typeof(value) === "object") return ErrorWrapper(value, [path, key].filter(Boolean).join("."));
|
|
63
63
|
return value;
|
|
64
64
|
} catch (e) {
|
|
65
|
-
|
|
65
|
+
var pathJson = pathToJson(path, key);
|
|
66
66
|
throw new Error("A component is using the UI config ".concat([path, key].join("."), ".\n\nPlease define it using:\nimport OneUIProvider from \"@onepercent/one-ui/dist/context/OneUIProvider\";\n\n ...\n").concat("<OneUIProvider config={".concat(JSON.stringify(pathJson, null, 4), "}>\n...\n</OneUIProvider>").replace(/[ ]/g, "-")));
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
}
|
|
71
71
|
function useOneUIContext() {
|
|
72
|
-
|
|
72
|
+
var context = (0, _react.useContext)(Context);
|
|
73
73
|
if (process.env.NODE_ENV === "development") return ErrorWrapper(context);
|
|
74
74
|
return context;
|
|
75
75
|
}
|
|
76
76
|
function useOneUIView(oneuiConfigPath, componentName) {
|
|
77
|
-
|
|
77
|
+
var providedValue = useOneUIConfig(oneuiConfigPath);
|
|
78
78
|
if (!providedValue) {
|
|
79
79
|
throw new Error("The component ".concat(componentName, " requires a view to be set on OneUI initialization\n\nViews ready for use with this component shall be available at:\nimport SomeView from \"@onepercentio/one-ui/dist/components/").concat(componentName, "/View/SomeView\";\n \nPlease define it using:\nimport OneUIProvider from \"@onepercentio/one-ui/dist/context/OneUIProvider\";\n\n ...\n").concat("<OneUIProvider config={".concat(JSON.stringify(pathToJson(oneuiConfigPath, undefined, "SomeView"), null, 4), "}>\n...\n</OneUIProvider>").replace(/[ ]/g, "-")));
|
|
80
80
|
}
|
|
81
81
|
return providedValue;
|
|
82
82
|
}
|
|
83
83
|
function useOneUIConfig(prop, defaultValue) {
|
|
84
|
-
|
|
84
|
+
var context = (0, _react.useContext)(Context);
|
|
85
85
|
if (process.env.NODE_ENV === "development") {
|
|
86
|
-
|
|
86
|
+
var val = (0, _react.useMemo)(function () {
|
|
87
87
|
return (0, _get.default)(context, prop);
|
|
88
88
|
}, [context, prop]);
|
|
89
89
|
if (typeof val === "string" || typeof val === "function" || prop.endsWith(".Component") || prop.endsWith(".View")) return val || defaultValue;
|
|
90
90
|
if (typeof val === "boolean") return val;
|
|
91
91
|
return ErrorWrapper(val || defaultValue);
|
|
92
92
|
}
|
|
93
|
-
|
|
93
|
+
var value = (0, _react.useMemo)(function () {
|
|
94
94
|
return (0, _get.default)(context, prop);
|
|
95
95
|
}, [context, prop]);
|
|
96
96
|
return value || defaultValue;
|
|
97
97
|
}
|
|
98
98
|
function useCurrentImageScale() {
|
|
99
|
-
|
|
99
|
+
var context = (0, _react.useContext)(Context);
|
|
100
100
|
return context.state.imageScale;
|
|
101
101
|
}
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = useDependencyChangeDetection;
|
|
7
7
|
var _react = require("react");
|
|
8
8
|
function useDependencyChangeDetection(tag, dependencyArray) {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
var _loop = function _loop(dependencyIndex) {
|
|
10
|
+
var prevValue = (0, _react.useRef)();
|
|
11
11
|
(0, _react.useEffect)(function () {
|
|
12
12
|
if (!prevValue.current) return;
|
|
13
13
|
if (process.env.NODE_ENV === "development") require('../../models/DebugLogger').default("".concat(useDependencyChangeDetection.name, ":").concat(tag), "Element index ".concat(dependencyIndex, " (prev: ").concat(JSON.stringify(prevValue.current), ") (new: ").concat(JSON.stringify(dependencyArray[dependencyIndex]), ") has changed"));
|
|
@@ -15,5 +15,8 @@ function useDependencyChangeDetection(tag, dependencyArray) {
|
|
|
15
15
|
(0, _react.useEffect)(function () {
|
|
16
16
|
prevValue.current = dependencyArray[dependencyIndex];
|
|
17
17
|
}, [dependencyArray[dependencyIndex]]);
|
|
18
|
+
};
|
|
19
|
+
for (var dependencyIndex in dependencyArray) {
|
|
20
|
+
_loop(dependencyIndex);
|
|
18
21
|
}
|
|
19
22
|
}
|
|
@@ -8,11 +8,12 @@ var _react = require("react");
|
|
|
8
8
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
9
9
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
10
10
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
11
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
12
|
-
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
11
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
12
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
13
13
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
14
14
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
15
|
-
|
|
15
|
+
var DUD = _typeof("");
|
|
16
|
+
var toString = function toString(val) {
|
|
16
17
|
switch (_typeof(val)) {
|
|
17
18
|
case "boolean":
|
|
18
19
|
return !val ? "0" : "1";
|
|
@@ -22,7 +23,7 @@ const toString = function toString(val) {
|
|
|
22
23
|
throw new Error("Doesn't know how to handle type " + _typeof(val));
|
|
23
24
|
}
|
|
24
25
|
};
|
|
25
|
-
|
|
26
|
+
var fromString = function fromString(type, value) {
|
|
26
27
|
switch (type) {
|
|
27
28
|
case "boolean":
|
|
28
29
|
return value === "1";
|
|
@@ -33,8 +34,8 @@ const fromString = function fromString(type, value) {
|
|
|
33
34
|
}
|
|
34
35
|
};
|
|
35
36
|
function useLocalStorage(id, defaultValue) {
|
|
36
|
-
|
|
37
|
-
|
|
37
|
+
var _useState = (0, _react.useState)(function () {
|
|
38
|
+
var persistedValue = localStorage.getItem(id);
|
|
38
39
|
if (persistedValue === null) return defaultValue;
|
|
39
40
|
return fromString(_typeof(defaultValue), persistedValue);
|
|
40
41
|
}),
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
7
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
8
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
6
9
|
// @ts-nocheck
|
|
7
10
|
// object.watch
|
|
8
11
|
if (!Object.prototype.watch) {
|
|
@@ -19,7 +22,18 @@ if (!Object.prototype.watch) {
|
|
|
19
22
|
var _this2 = this;
|
|
20
23
|
if (this._watchTimer) clearTimeout(this._watchTimer);
|
|
21
24
|
this._watchTimer = setTimeout(function () {
|
|
22
|
-
|
|
25
|
+
var _iterator = _createForOfIteratorHelper(_this2._handlers),
|
|
26
|
+
_step;
|
|
27
|
+
try {
|
|
28
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
29
|
+
var _handler = _step.value;
|
|
30
|
+
_handler.call();
|
|
31
|
+
}
|
|
32
|
+
} catch (err) {
|
|
33
|
+
_iterator.e(err);
|
|
34
|
+
} finally {
|
|
35
|
+
_iterator.f();
|
|
36
|
+
}
|
|
23
37
|
clearTimeout(_this2._watchTimer);
|
|
24
38
|
delete _this2._watchTimer;
|
|
25
39
|
}, 0);
|
|
@@ -11,8 +11,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
11
11
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
12
12
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
13
13
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
14
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
15
|
-
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
14
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
15
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
16
16
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
17
17
|
/**
|
|
18
18
|
* This hooks is built over the implementation of this loader https://github.com/Muritavo/webpack-microfrontend-scripts#imageresolutionoptimizer
|
|
@@ -21,23 +21,23 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
21
21
|
function useAdaptiveImage() {
|
|
22
22
|
function ScaleFromCurrentWidth() {
|
|
23
23
|
if (window.PRERENDER) return _ImageScales.ImageScales.LARGE;
|
|
24
|
-
|
|
24
|
+
var width = window.visualViewport.width;
|
|
25
25
|
if (width < 480) return _ImageScales.ImageScales.SMALL;
|
|
26
26
|
if (width < 800) return _ImageScales.ImageScales.NORMAL;
|
|
27
27
|
if (width < 1280) return _ImageScales.ImageScales.BIG;
|
|
28
28
|
if (width < 1920) return _ImageScales.ImageScales.LARGE;else return _ImageScales.ImageScales.EXTRA_LARGE;
|
|
29
29
|
}
|
|
30
|
-
|
|
30
|
+
var _useState = (0, _react.useState)(function () {
|
|
31
31
|
return ScaleFromCurrentWidth();
|
|
32
32
|
}),
|
|
33
33
|
_useState2 = _slicedToArray(_useState, 2),
|
|
34
34
|
currentScale = _useState2[0],
|
|
35
35
|
setCurrentScale = _useState2[1];
|
|
36
36
|
(0, _react.useEffect)(function () {
|
|
37
|
-
|
|
37
|
+
var onResizeThrottle = (0, _throttle.default)(function () {
|
|
38
38
|
setCurrentScale(ScaleFromCurrentWidth());
|
|
39
39
|
}, 1000 / 4);
|
|
40
|
-
|
|
40
|
+
var onResize = function onResize() {
|
|
41
41
|
return onResizeThrottle();
|
|
42
42
|
};
|
|
43
43
|
window.addEventListener("resize", onResize);
|