@onepercentio/one-ui 0.20.3 → 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.
Files changed (115) hide show
  1. package/.babelrc +0 -6
  2. package/.prod.babelrc +2 -9
  3. package/dist/components/AdaptiveButton/AdaptiveButton.js +2 -2
  4. package/dist/components/AdaptiveContainer/AdaptiveContainer.js +26 -26
  5. package/dist/components/AdaptiveDialog/AdaptiveDialog.js +9 -9
  6. package/dist/components/AdaptiveSidebar/AdaptiveSidebar.js +14 -14
  7. package/dist/components/AnchoredTooltip/AnchoredTooltip.js +30 -30
  8. package/dist/components/AnimatedEntrance/AnimatedEntrance.js +40 -27
  9. package/dist/components/AsyncWrapper/AsyncWrapper.js +2 -2
  10. package/dist/components/Avatar/Avatar.js +4 -4
  11. package/dist/components/BucketFill/BucketFill.js +9 -9
  12. package/dist/components/Button/Button.js +4 -4
  13. package/dist/components/Card/Card.js +1 -1
  14. package/dist/components/Chart/Chart.view.js +35 -34
  15. package/dist/components/CheckBox/CheckBox.js +3 -3
  16. package/dist/components/Collapsable/Collapsable.js +18 -18
  17. package/dist/components/Countdown/Countdown.js +16 -16
  18. package/dist/components/Divider/Divider.js +1 -1
  19. package/dist/components/EmailInput/EmailInput.js +4 -4
  20. package/dist/components/FadeIn/FadeIn.js +9 -9
  21. package/dist/components/FileInput/FileInput.js +6 -6
  22. package/dist/components/FileInput/View/BigFactory/BigFactory.js +1 -1
  23. package/dist/components/FileInput/View/Compact/Compact.js +6 -6
  24. package/dist/components/FlowController/FlowController.js +4 -4
  25. package/dist/components/Form/Form.js +29 -18
  26. package/dist/components/Freeze/Freeze.js +1 -1
  27. package/dist/components/HSForms/HSForms.js +11 -9
  28. package/dist/components/Header/Header.js +8 -8
  29. package/dist/components/HeaderCloseBtn/HeaderCloseBtn.js +1 -1
  30. package/dist/components/InfinityScroll/InfinityScroll.js +25 -25
  31. package/dist/components/Input/Input.js +13 -13
  32. package/dist/components/InstantCounter/InstantCounter.js +9 -9
  33. package/dist/components/LavaLamp/LavaLamp.data.js +25 -25
  34. package/dist/components/LavaLamp/LavaLamp.js +12 -5
  35. package/dist/components/LavaLamp/v2/LavaLamp.js +45 -29
  36. package/dist/components/LinkToId/LinkToId.js +7 -7
  37. package/dist/components/Loader/Loader.js +2 -2
  38. package/dist/components/LoaderDotsIndicator/LoaderDotsIndicator.js +6 -6
  39. package/dist/components/LoopableVideo/LoopableVideo.js +4 -4
  40. package/dist/components/MainGrid/MainGrid.js +2 -2
  41. package/dist/components/MutableHamburgerButton/MutableHamburgerButton.js +2 -2
  42. package/dist/components/Notification/Notification.js +1 -1
  43. package/dist/components/OrderableList/OrderableList.js +141 -112
  44. package/dist/components/PaginationIndicator/PaginationIndicator.js +50 -50
  45. package/dist/components/Parallax/Parallax.js +39 -39
  46. package/dist/components/Parallax/math/helpers.js +19 -18
  47. package/dist/components/PasswordInput/PasswordInput.js +10 -10
  48. package/dist/components/PingPongText/PingPongText.js +15 -15
  49. package/dist/components/PixelatedScan/PixelatedScan.js +20 -19
  50. package/dist/components/Portal/Portal.js +10 -10
  51. package/dist/components/ProgressBar/ProgressBar.js +6 -6
  52. package/dist/components/ProgressTexts/ProgressTexts.js +3 -3
  53. package/dist/components/Radio/Radio.js +3 -3
  54. package/dist/components/SectionContainer/SectionContainer.js +1 -1
  55. package/dist/components/Select/Select.js +13 -13
  56. package/dist/components/Skeleton/Skeleton.js +1 -1
  57. package/dist/components/Spacing/Spacing.js +1 -1
  58. package/dist/components/StaticScroller/StaticScroller.js +12 -12
  59. package/dist/components/Switch/Switch.js +2 -2
  60. package/dist/components/Table/Table.js +11 -11
  61. package/dist/components/Tabs/Tabs.js +3 -3
  62. package/dist/components/Text/Text.js +5 -5
  63. package/dist/components/Transition/MasksFactory/DiagonalReveal.js +5 -5
  64. package/dist/components/Transition/MasksFactory/DiagonalSquareToBalls.js +17 -17
  65. package/dist/components/Transition/MasksFactory/PhysicsSquares.js +13 -13
  66. package/dist/components/Transition/MasksFactory/SquareToBalls.js +9 -9
  67. package/dist/components/Transition/MasksFactory/utils.js +8 -8
  68. package/dist/components/Transition/Transition.js +49 -49
  69. package/dist/components/UncontrolledTransition/UncontrolledTransition.js +7 -7
  70. package/dist/components/WalletConnectionWrapper/WalletConnectionWrapper.js +82 -44
  71. package/dist/components/utilitary/ScrollAndFocusLock/ScrollAndFocusLock.js +6 -6
  72. package/dist/context/AsyncProcess.js +42 -19
  73. package/dist/context/CustomBrowserRouter.js +6 -6
  74. package/dist/context/OneUIProvider.js +15 -15
  75. package/dist/hooks/logs/useDependencyChangeDetection.js +5 -2
  76. package/dist/hooks/persistence/useLocalStorage.js +7 -6
  77. package/dist/hooks/shims/ObjectWatchShim.js +15 -1
  78. package/dist/hooks/ui/useAdaptiveImage.js +6 -6
  79. package/dist/hooks/ui/useBreakpoint.js +5 -5
  80. package/dist/hooks/ui/useCustomScrollbar.js +2 -2
  81. package/dist/hooks/ui/useMouseHover.js +4 -4
  82. package/dist/hooks/ui/usePaginationControls.d.ts +2 -1
  83. package/dist/hooks/ui/usePaginationControls.js +42 -40
  84. package/dist/hooks/ui/useSnapToViewport.js +3 -3
  85. package/dist/hooks/ui/useTilt.js +38 -38
  86. package/dist/hooks/ui/useZoomable.js +46 -38
  87. package/dist/hooks/ui/useZoomable.module.scss +2 -2
  88. package/dist/hooks/useAsyncControl.js +39 -22
  89. package/dist/hooks/useContainedRepositioning.js +22 -22
  90. package/dist/hooks/useCustomHistory.js +2 -2
  91. package/dist/hooks/useElementFit.js +6 -6
  92. package/dist/hooks/useFirestoreWatch.js +39 -26
  93. package/dist/hooks/useForm.js +8 -8
  94. package/dist/hooks/useFreeze.js +1 -1
  95. package/dist/hooks/useHero.js +90 -78
  96. package/dist/hooks/useIntersection.js +4 -4
  97. package/dist/hooks/useMergeRefs.js +7 -3
  98. package/dist/hooks/useObserve.js +8 -4
  99. package/dist/hooks/usePagination.js +59 -39
  100. package/dist/hooks/usePooledOperation.js +22 -8
  101. package/dist/hooks/usePooling.js +33 -17
  102. package/dist/hooks/useRebound.js +5 -5
  103. package/dist/hooks/useShortIntl.js +13 -13
  104. package/dist/hooks/utility/useEvents.js +5 -5
  105. package/dist/hooks/utility/useModule.js +3 -3
  106. package/dist/hooks/utility/useQuery.js +1 -1
  107. package/dist/models/DebugLogger.js +2 -2
  108. package/dist/models/GenericContract.js +1 -1
  109. package/dist/storybookUtils/index.js +1 -1
  110. package/dist/utility.d.js +6 -6
  111. package/dist/utils/blockchain.js +105 -32
  112. package/dist/utils/flatten.js +3 -3
  113. package/dist/utils/html.utils.js +1 -1
  114. package/package.json +2 -1
  115. package/dist/hooks/ui/usePaginationControls.e2e.d.ts +0 -4
@@ -11,43 +11,60 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
11
11
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
12
12
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
13
13
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
14
+ 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; }
14
15
  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); } }
15
16
  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); }); }; }
16
17
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
17
18
  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."); }
18
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); }
19
- 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
- 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; } }
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; }
21
+ 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; } }
21
22
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
22
23
  function useAsyncControl(functionsToWrap) {
23
- const _useState = (0, _react.useState)(),
24
+ var _useState = (0, _react.useState)(),
24
25
  _useState2 = _slicedToArray(_useState, 2),
25
26
  error = _useState2[0],
26
27
  setError = _useState2[1];
27
- const _useState3 = (0, _react.useState)(false),
28
+ var _useState3 = (0, _react.useState)(false),
28
29
  _useState4 = _slicedToArray(_useState3, 2),
29
30
  loading = _useState4[0],
30
31
  setLoading = _useState4[1];
31
- const _process = (0, _react.useCallback)( /*#__PURE__*/function () {
32
- var _ref = _asyncToGenerator(function* (asyncFn) {
33
- try {
34
- setLoading(true);
35
- setError(undefined);
36
- return yield asyncFn();
37
- } catch (e) {
38
- if (process.env.NODE_ENV === "development") console.error(e);
39
- setError(e);
40
- throw e;
41
- } finally {
42
- setLoading(false);
43
- }
44
- });
45
- return function () {
32
+ var _process = (0, _react.useCallback)( /*#__PURE__*/function () {
33
+ var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(asyncFn) {
34
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
35
+ while (1) {
36
+ switch (_context.prev = _context.next) {
37
+ case 0:
38
+ _context.prev = 0;
39
+ setLoading(true);
40
+ setError(undefined);
41
+ _context.next = 5;
42
+ return asyncFn();
43
+ case 5:
44
+ return _context.abrupt("return", _context.sent);
45
+ case 8:
46
+ _context.prev = 8;
47
+ _context.t0 = _context["catch"](0);
48
+ if (process.env.NODE_ENV === "development") console.error(_context.t0);
49
+ setError(_context.t0);
50
+ throw _context.t0;
51
+ case 13:
52
+ _context.prev = 13;
53
+ setLoading(false);
54
+ return _context.finish(13);
55
+ case 16:
56
+ case "end":
57
+ return _context.stop();
58
+ }
59
+ }
60
+ }, _callee, null, [[0, 8, 13, 16]]);
61
+ }));
62
+ return function (_x2) {
46
63
  return _ref.apply(this, arguments);
47
64
  };
48
65
  }(), []);
49
- const _Object$entries$reduc = Object.entries(functionsToWrap || {}).reduce(function (r, _ref2) {
50
- let _ref3 = _slicedToArray(_ref2, 2),
66
+ var _Object$entries$reduc = Object.entries(functionsToWrap || {}).reduce(function (r, _ref2) {
67
+ var _ref3 = _slicedToArray(_ref2, 2),
51
68
  k = _ref3[0],
52
69
  func = _ref3[1];
53
70
  return _objectSpread(_objectSpread({}, r), typeof func === "function" ? {
@@ -68,7 +85,7 @@ function useAsyncControl(functionsToWrap) {
68
85
  setError: setError,
69
86
  setLoading: setLoading
70
87
  }, other), Object.entries(functionsToMemoize).reduce(function (r, _ref4) {
71
- let _ref5 = _slicedToArray(_ref4, 2),
88
+ var _ref5 = _slicedToArray(_ref4, 2),
72
89
  k = _ref5[0],
73
90
  v = _ref5[1];
74
91
  return _objectSpread(_objectSpread({}, r), {}, _defineProperty({}, k, (0, _react.useMemo)(function () {
@@ -12,43 +12,43 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
12
12
  * If it is, it should move it so it can be totally visible inside the container
13
13
  */
14
14
  function useContainedRepositioning(focused, getParent) {
15
- let _ref = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {},
15
+ var _ref = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {},
16
16
  _ref$offset = _ref.offset,
17
17
  offset = _ref$offset === void 0 ? 16 : _ref$offset,
18
18
  _ref$scale = _ref.scale,
19
19
  scale = _ref$scale === void 0 ? 1 : _ref$scale,
20
20
  _ref$offsetLimit = _ref.offsetLimit,
21
21
  offsetLimit = _ref$offsetLimit === void 0 ? Number.POSITIVE_INFINITY : _ref$offsetLimit;
22
- const elementToCheck = (0, _react.useRef)(null);
22
+ var elementToCheck = (0, _react.useRef)(null);
23
23
  (0, _react.useEffect)(function () {
24
- const el = elementToCheck.current;
24
+ var el = elementToCheck.current;
25
25
  if (!el) return;
26
- const curr = el;
27
- const relativeParent = getParent(curr);
26
+ var curr = el;
27
+ var relativeParent = getParent(curr);
28
28
  if (process.env.NODE_ENV === "development") {
29
29
  if (window.getComputedStyle(el).position !== "relative") throw new Error("The target element MUST have position relative so it can be moved");
30
30
  if (window.getComputedStyle(relativeParent).position !== "relative") throw new Error("The relative to element MUST have position relative so it can calculate correctly the target position");
31
31
  }
32
32
  if (focused) {
33
33
  curr.style.right = "0px";
34
- const reposition = (0, _debounce.default)(function () {
35
- const alreadyRight = Number(curr.style.right.replace("px", ""));
36
- const limitOffset = relativeParent.scrollLeft + relativeParent.clientWidth;
37
- const elWidth = curr.clientWidth * scale;
38
- const offsetOfScale = (elWidth - curr.clientWidth) / 2;
39
- const cardLimit = curr.offsetLeft - offsetOfScale + alreadyRight + elWidth;
40
- const exceedingSpace = cardLimit - limitOffset;
41
- const offsetLeft = curr.offsetLeft - offsetOfScale + alreadyRight - relativeParent.scrollLeft;
42
- const isOverflowedRight = exceedingSpace > 0;
43
- const isOverflowedLeft = offsetLeft < 0;
44
- const limit = exceedingSpace + -offsetLeft;
34
+ var reposition = (0, _debounce.default)(function () {
35
+ var alreadyRight = Number(curr.style.right.replace("px", ""));
36
+ var limitOffset = relativeParent.scrollLeft + relativeParent.clientWidth;
37
+ var elWidth = curr.clientWidth * scale;
38
+ var offsetOfScale = (elWidth - curr.clientWidth) / 2;
39
+ var cardLimit = curr.offsetLeft - offsetOfScale + alreadyRight + elWidth;
40
+ var exceedingSpace = cardLimit - limitOffset;
41
+ var offsetLeft = curr.offsetLeft - offsetOfScale + alreadyRight - relativeParent.scrollLeft;
42
+ var isOverflowedRight = exceedingSpace > 0;
43
+ var isOverflowedLeft = offsetLeft < 0;
44
+ var limit = exceedingSpace + -offsetLeft;
45
45
  if (isOverflowedRight) {
46
- const val = Math.min(exceedingSpace - -Math.min(Math.abs(limit / 2), offset), offsetLimit);
46
+ var val = Math.min(exceedingSpace - -Math.min(Math.abs(limit / 2), offset), offsetLimit);
47
47
  curr.style.right = "".concat(val, "px");
48
48
  }
49
49
  if (isOverflowedLeft) {
50
- const val = Math.max(offsetLeft - Math.min(Math.abs(limit) / 2, offset), -offsetLimit);
51
- curr.style.right = "".concat(val, "px");
50
+ var _val = Math.max(offsetLeft - Math.min(Math.abs(limit) / 2, offset), -offsetLimit);
51
+ curr.style.right = "".concat(_val, "px");
52
52
  }
53
53
  if (isOverflowedLeft || isOverflowedRight) {
54
54
  curr.style.zIndex = "1000";
@@ -63,10 +63,10 @@ function useContainedRepositioning(focused, getParent) {
63
63
  reposition.cancel();
64
64
  relativeParent.removeEventListener("scroll", reposition);
65
65
  el.style.right = "0px";
66
- const restore = function restore(_ref2) {
67
- let propertyName = _ref2.propertyName,
66
+ var restore = function restore(_ref2) {
67
+ var propertyName = _ref2.propertyName,
68
68
  currentTarget = _ref2.currentTarget;
69
- const targetTransformation = window.getComputedStyle(currentTarget).right;
69
+ var targetTransformation = window.getComputedStyle(currentTarget).right;
70
70
  if (propertyName === "right" && targetTransformation === "0px") {
71
71
  curr.style.zIndex = "";
72
72
  el.removeEventListener("transitionend", restore);
@@ -12,8 +12,8 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
12
12
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
13
13
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
14
14
  function useCustomHistory() {
15
- const customHistory = (0, _reactRouterDom.useHistory)();
16
- const _useLocation = (0, _reactRouterDom.useLocation)(),
15
+ var customHistory = (0, _reactRouterDom.useHistory)();
16
+ var _useLocation = (0, _reactRouterDom.useLocation)(),
17
17
  state = _useLocation.state;
18
18
  return _objectSpread(_objectSpread({}, customHistory), {}, {
19
19
  goBackWithFallback: function goBackWithFallback(fallbackRoute) {
@@ -8,8 +8,8 @@ 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
  /**
15
15
  * This hook receives a base width of an element and returns how much items fit **vertically** inside the referenced html element
@@ -17,7 +17,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
17
17
  * @param baseWidth The base width of each element
18
18
  */
19
19
  function useElementFit(baseWidth, baseHeight) {
20
- const ref = (0, _react.useRef)(null);
20
+ var ref = (0, _react.useRef)(null);
21
21
  function calculateDimension() {
22
22
  var _ref$current, _ref$current2;
23
23
  function fittingRows() {
@@ -25,12 +25,12 @@ function useElementFit(baseWidth, baseHeight) {
25
25
  return Math.ceil(ref.current.clientHeight / baseHeight);
26
26
  }
27
27
  if (window.PRERENDER) return 4;
28
- const width = ((_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.clientWidth) || window.visualViewport.width;
29
- const maxItemsVertically = Math.floor(width / baseWidth) || 1;
28
+ var width = ((_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.clientWidth) || window.visualViewport.width;
29
+ var maxItemsVertically = Math.floor(width / baseWidth) || 1;
30
30
  if (process.env.NODE_ENV === "development") require('../models/DebugLogger').default("".concat(useElementFit.name, ":clientWidth"), (_ref$current2 = ref.current) === null || _ref$current2 === void 0 ? void 0 : _ref$current2.clientWidth);
31
31
  return maxItemsVertically * fittingRows();
32
32
  }
33
- const _useState = (0, _react.useState)(window.PRERENDER ? 4 : undefined),
33
+ var _useState = (0, _react.useState)(window.PRERENDER ? 4 : undefined),
34
34
  _useState2 = _slicedToArray(_useState, 2),
35
35
  itemsToShow = _useState2[0],
36
36
  setItemsToShow = _useState2[1];
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = useFirestoreWatch;
7
7
  var _react = require("react");
8
+ 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; } } }; }
8
9
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
9
10
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
10
11
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
@@ -12,41 +13,53 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
12
13
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
13
14
  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."); }
14
15
  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); }
15
- 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; }
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; } }
16
+ 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; }
17
+ 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
18
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
18
19
  function useFirestoreWatch(queryFactory, params) {
19
- const _useState = (0, _react.useState)(),
20
+ var _useState = (0, _react.useState)(),
20
21
  _useState2 = _slicedToArray(_useState, 2),
21
22
  docsList = _useState2[0],
22
23
  updateList = _useState2[1];
23
24
  (0, _react.useEffect)(function () {
24
- const unsub = queryFactory.apply(void 0, _toConsumableArray(params))(function (changes) {
25
+ var unsub = queryFactory.apply(void 0, _toConsumableArray(params))(function (changes) {
25
26
  updateList(function () {
26
- let prevList = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
27
- for (let docChange of changes) {
28
- switch (docChange.type) {
29
- case 'added':
30
- if (!prevList.find(function (f) {
31
- return f.id === docChange.doc.id;
32
- })) {
33
- prevList.unshift(docChange.doc);
34
- }
35
- break;
36
- case 'modified':
37
- prevList = prevList.map(function (item) {
38
- if (item.id === docChange.doc.id) for (let key in docChange.doc) {
39
- item[key] = docChange.doc[key];
27
+ var prevList = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
28
+ var _iterator = _createForOfIteratorHelper(changes),
29
+ _step;
30
+ try {
31
+ var _loop = function _loop() {
32
+ var docChange = _step.value;
33
+ switch (docChange.type) {
34
+ case 'added':
35
+ if (!prevList.find(function (f) {
36
+ return f.id === docChange.doc.id;
37
+ })) {
38
+ prevList.unshift(docChange.doc);
40
39
  }
41
- return item;
42
- });
43
- break;
44
- case 'removed':
45
- prevList = prevList.filter(function (item) {
46
- return item.id !== docChange.doc.id;
47
- });
48
- break;
40
+ break;
41
+ case 'modified':
42
+ prevList = prevList.map(function (item) {
43
+ if (item.id === docChange.doc.id) for (var key in docChange.doc) {
44
+ item[key] = docChange.doc[key];
45
+ }
46
+ return item;
47
+ });
48
+ break;
49
+ case 'removed':
50
+ prevList = prevList.filter(function (item) {
51
+ return item.id !== docChange.doc.id;
52
+ });
53
+ break;
54
+ }
55
+ };
56
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
57
+ _loop();
49
58
  }
59
+ } catch (err) {
60
+ _iterator.e(err);
61
+ } finally {
62
+ _iterator.f();
50
63
  }
51
64
  return _toConsumableArray(prevList);
52
65
  });
@@ -14,28 +14,28 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
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
20
  function useContextForm(config, initialState) {
21
- const _useState = (0, _react.useState)(initialState),
21
+ var _useState = (0, _react.useState)(initialState),
22
22
  _useState2 = _slicedToArray(_useState, 2),
23
23
  form = _useState2[0],
24
24
  setForm = _useState2[1];
25
- const isValid = (0, _react.useMemo)(function () {
25
+ var isValid = (0, _react.useMemo)(function () {
26
26
  return !Object.keys(config).some(function (a) {
27
27
  return typeof config[a].validator(form[a], form) === "string";
28
28
  });
29
29
  }, [form]);
30
- const _setFormField = function _setFormField(key, value) {
30
+ var _setFormField = function _setFormField(key, value) {
31
31
  setForm(function (prev) {
32
32
  return _objectSpread(_objectSpread({}, prev), {}, _defineProperty({}, key, value));
33
33
  });
34
34
  };
35
- const validFormFields = (0, _react.useMemo)(function () {
35
+ var validFormFields = (0, _react.useMemo)(function () {
36
36
  return Object.keys(config).reduce(function (result, field) {
37
- const fieldConfig = config[field];
38
- const invalidMessage = fieldConfig.validator(form[field], form);
37
+ var fieldConfig = config[field];
38
+ var invalidMessage = fieldConfig.validator(form[field], form);
39
39
  return _objectSpread(_objectSpread({}, result), {}, _defineProperty({}, field, invalidMessage));
40
40
  }, {
41
41
  isValid: isValid
@@ -10,7 +10,7 @@ var _react = require("react");
10
10
  * it returns the previous valid value
11
11
  */
12
12
  function useFreeze(something) {
13
- const currChildOrPrev = (0, _react.useRef)();
13
+ var currChildOrPrev = (0, _react.useRef)();
14
14
  currChildOrPrev.current = something || currChildOrPrev.current;
15
15
  return currChildOrPrev.current || null;
16
16
  }