@adyen/adyen-platform-experience-web 1.0.0-beta.2 → 1.0.0-beta.3

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 (202) hide show
  1. package/dist/ModalContent-387502da.js +2 -0
  2. package/dist/{ModalContent-88fdb6f4.js.map → ModalContent-387502da.js.map} +1 -1
  3. package/dist/cjs/index.js +1 -1
  4. package/dist/es/components/external/TransactionDetails/TransactionDetails.js +6 -6
  5. package/dist/es/components/external/TransactionDetails/components/TransactionData.js +3 -3
  6. package/dist/es/components/external/TransactionDetails/components/TransactionDetails.js +6 -6
  7. package/dist/es/components/external/TransactionsOverview/components/AmountSkeleton/AmountSkeleton.js +2 -2
  8. package/dist/es/components/external/TransactionsOverview/components/BalanceAccountSelector/useBalanceAccountSelection.js +7 -7
  9. package/dist/es/components/external/TransactionsOverview/components/Balances/Balances.js +9 -9
  10. package/dist/es/components/external/TransactionsOverview/components/ModalContent.js +4 -4
  11. package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.js +6 -6
  12. package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.js +7 -7
  13. package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.js +15 -15
  14. package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItemLabel.js +3 -3
  15. package/dist/es/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.js +6 -6
  16. package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.js +7 -7
  17. package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.js +31 -31
  18. package/dist/es/components/external/TransactionsOverview/components/TransactionsDisplay/TransactionsDisplay.js +15 -15
  19. package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.js +6 -6
  20. package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewContainer/TransactionsOverviewContainer.js +21 -21
  21. package/dist/es/components/external/TransactionsOverview/components/TransactionsOverviewDateFilter.js +21 -21
  22. package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.js +30 -30
  23. package/dist/es/components/external/TransactionsOverview/components/utils.js +1 -1
  24. package/dist/es/components/external/TransactionsOverview/hooks/useMaxWidths.js +4 -4
  25. package/dist/es/components/external/UIElement.js +4 -4
  26. package/dist/es/components/internal/BaseButton/BaseButton.js +11 -11
  27. package/dist/es/components/internal/BaseList/BaseList.js +2 -2
  28. package/dist/es/components/internal/Button/Button.js +9 -9
  29. package/dist/es/components/internal/Button/hooks/useButton.js +2 -2
  30. package/dist/es/components/internal/Calendar/components/CalendarControls/CalendarControls.js +2 -2
  31. package/dist/es/components/internal/Calendar/components/CalendarGrid/CalendarGridDayOfWeek.js +4 -4
  32. package/dist/es/components/internal/Calendar/hooks/useCalendar.js +13 -13
  33. package/dist/es/components/internal/Calendar/hooks/useTimezone.js +2 -2
  34. package/dist/es/components/internal/DataGrid/DataGrid.js +6 -6
  35. package/dist/es/components/internal/DataGrid/components/InteractiveBody.js +8 -8
  36. package/dist/es/components/internal/DataGrid/components/TableBody.js +5 -5
  37. package/dist/es/components/internal/DataGrid/components/TableCells.js +2 -2
  38. package/dist/es/components/internal/DataGrid/hooks/useInteractiveDataGrid.js +2 -2
  39. package/dist/es/components/internal/DatePicker/DatePicker.js +9 -9
  40. package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.js +9 -9
  41. package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.js +29 -29
  42. package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.js +10 -10
  43. package/dist/es/components/internal/ExpandableCard/ExpandableCard.js +14 -14
  44. package/dist/es/components/internal/FilterBar/FilterBar.js +12 -12
  45. package/dist/es/components/internal/FilterBar/components/FilterButton/FilterButton.js +8 -8
  46. package/dist/es/components/internal/FilterBar/filters/AmountFilter/AmountFilter.js +26 -26
  47. package/dist/es/components/internal/FilterBar/filters/AmountFilter/RangeSelection.js +3 -3
  48. package/dist/es/components/internal/FilterBar/filters/BaseFilter/BaseFilter.js +27 -27
  49. package/dist/es/components/internal/FilterBar/filters/DateFilter/DateFilter.js +17 -17
  50. package/dist/es/components/internal/FormFields/InputBase.js +16 -16
  51. package/dist/es/components/internal/FormFields/InputText.js +2 -2
  52. package/dist/es/components/internal/FormFields/Select/Select.js +27 -27
  53. package/dist/es/components/internal/FormFields/Select/components/SelectButton.js +16 -16
  54. package/dist/es/components/internal/FormFields/Select/components/SelectList.js +21 -21
  55. package/dist/es/components/internal/FormFields/Select/components/SelectListItem.js +9 -9
  56. package/dist/es/components/internal/FormFields/Select/hooks/useSelect.js +7 -7
  57. package/dist/es/components/internal/Image/Image.js +2 -2
  58. package/dist/es/components/internal/Img/Img.js +4 -4
  59. package/dist/es/components/internal/Modal/Modal.js +16 -16
  60. package/dist/es/components/internal/Pagination/Pagination.js +4 -4
  61. package/dist/es/components/internal/Pagination/hooks/usePageLimit.js +2 -2
  62. package/dist/es/components/internal/Pagination/hooks/usePaginatedRecords.js +42 -44
  63. package/dist/es/components/internal/Pagination/hooks/usePagination.js +15 -15
  64. package/dist/es/components/internal/Popover/Popover.js +31 -31
  65. package/dist/es/components/internal/Popover/PopoverTitle/PopoverTitle.js +2 -2
  66. package/dist/es/components/internal/SVGIcons/ChevronLeft.js +3 -3
  67. package/dist/es/components/internal/SVGIcons/ChevronRight.js +3 -3
  68. package/dist/es/components/internal/SVGIcons/ChevronUp.js +2 -2
  69. package/dist/es/components/internal/SVGIcons/Filter.js +2 -2
  70. package/dist/es/components/internal/Tag/Tag.js +3 -3
  71. package/dist/es/components/internal/Tooltip/Tooltip.js +3 -3
  72. package/dist/es/components/internal/Typography/Typography.js +2 -2
  73. package/dist/es/core/Auth/AuthProvider.js +6 -6
  74. package/dist/es/core/Context/CoreProvider.js +4 -4
  75. package/dist/es/core/Localization/utils.js +30 -30
  76. package/dist/es/core/Session/Session.js +1 -1
  77. package/dist/es/core/core.js +9 -9
  78. package/dist/es/external/preact/compat/dist/compat.module.js +86 -86
  79. package/dist/es/external/preact/dist/preact.module.js +241 -234
  80. package/dist/es/external/preact/hooks/dist/hooks.module.js +86 -84
  81. package/dist/es/external/preact/jsx-runtime/dist/jsxRuntime.module.js +5 -5
  82. package/dist/es/hooks/element/useClickOutside.js +2 -2
  83. package/dist/es/hooks/element/useDetachedRender.js +2 -2
  84. package/dist/es/hooks/element/useFocusCursor.js +2 -2
  85. package/dist/es/hooks/element/useFocusTrap.js +2 -2
  86. package/dist/es/hooks/element/usePopoverPositioner.js +27 -27
  87. package/dist/es/hooks/useCommitAction/useCommitAction.js +2 -2
  88. package/dist/es/hooks/useFetch/useFetch.js +1 -1
  89. package/dist/es/hooks/useModalDetails/useModalDetails.js +4 -4
  90. package/dist/es/hooks/useReactiveState/useReactiveState.js +10 -10
  91. package/dist/es/hooks/useSetupEndpoint/useSetupEndpoint.js +4 -4
  92. package/dist/es/utils/SessionStorage.js +31 -0
  93. package/dist/index-8daceaea.js +12 -0
  94. package/dist/index-8daceaea.js.map +1 -0
  95. package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts +2 -2
  96. package/dist/types/components/external/TransactionDetails/components/TransactionData.d.ts.map +1 -1
  97. package/dist/types/components/external/TransactionDetails/components/TransactionDataSkeleton.d.ts +2 -2
  98. package/dist/types/components/external/TransactionDetails/components/TransactionDataSkeleton.d.ts.map +1 -1
  99. package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.d.ts +1 -5
  100. package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.d.ts.map +1 -1
  101. package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.d.ts +1 -1
  102. package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.d.ts.map +1 -1
  103. package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts.map +1 -1
  104. package/dist/types/components/external/TransactionsOverview/components/TransactionListError/TransactionListError.d.ts +1 -1
  105. package/dist/types/components/external/TransactionsOverview/components/TransactionListError/TransactionListError.d.ts.map +1 -1
  106. package/dist/types/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.d.ts.map +1 -1
  107. package/dist/types/components/external/TransactionsOverview/components/utils.d.ts +1 -1
  108. package/dist/types/components/external/TransactionsOverview/hooks/useMaxWidths.d.ts.map +1 -1
  109. package/dist/types/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts +2 -2
  110. package/dist/types/components/internal/Button/constants.d.ts +7 -7
  111. package/dist/types/components/internal/Button/constants.d.ts.map +1 -1
  112. package/dist/types/components/internal/Calendar/calendar/shared/indexed/index.d.ts.map +1 -1
  113. package/dist/types/components/internal/Calendar/calendar/timerange/utils.d.ts +1 -1
  114. package/dist/types/components/internal/Calendar/calendar/timerange/utils.d.ts.map +1 -1
  115. package/dist/types/components/internal/Calendar/components/CalendarGrid/utils.d.ts +2 -2
  116. package/dist/types/components/internal/Calendar/components/CalendarGrid/utils.d.ts.map +1 -1
  117. package/dist/types/components/internal/CopyText/CopyText.d.ts.map +1 -1
  118. package/dist/types/components/internal/DataGrid/components/InteractiveBody.d.ts.map +1 -1
  119. package/dist/types/components/internal/DataGrid/components/SkeletonBody.d.ts +1 -1
  120. package/dist/types/components/internal/DataGrid/components/SkeletonBody.d.ts.map +1 -1
  121. package/dist/types/components/internal/DataGrid/components/TableBody.d.ts +1 -1
  122. package/dist/types/components/internal/DataGrid/components/TableBody.d.ts.map +1 -1
  123. package/dist/types/components/internal/DataGrid/components/TableCells.d.ts +1 -1
  124. package/dist/types/components/internal/DataGrid/components/TableCells.d.ts.map +1 -1
  125. package/dist/types/components/internal/DataGrid/hooks/useInteractiveDataGrid.d.ts.map +1 -1
  126. package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.d.ts +1 -1
  127. package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/TimeRangeSelector.d.ts.map +1 -1
  128. package/dist/types/components/internal/FormFields/Select/Select.d.ts.map +1 -1
  129. package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts.map +1 -1
  130. package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +1 -3
  131. package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts.map +1 -1
  132. package/dist/types/components/internal/FormFields/Select/constants.d.ts +21 -21
  133. package/dist/types/components/internal/FormFields/Select/constants.d.ts.map +1 -1
  134. package/dist/types/components/internal/FormFields/Select/hooks/useSelect.d.ts +1 -1
  135. package/dist/types/components/internal/FormFields/Select/hooks/useSelect.d.ts.map +1 -1
  136. package/dist/types/components/internal/FormFields/index.d.ts +1 -1
  137. package/dist/types/components/internal/FormFields/index.d.ts.map +1 -1
  138. package/dist/types/components/internal/Pagination/hooks/useCursorPaginatedRecords.d.ts.map +1 -1
  139. package/dist/types/components/internal/Pagination/hooks/useOffsetPaginatedRecords.d.ts.map +1 -1
  140. package/dist/types/components/internal/Pagination/hooks/usePaginatedRecords.d.ts.map +1 -1
  141. package/dist/types/components/internal/Pagination/hooks/usePaginatedRecordsFilters.d.ts.map +1 -1
  142. package/dist/types/components/internal/Pagination/hooks/usePagination.d.ts +1 -1
  143. package/dist/types/components/internal/Pagination/hooks/usePagination.d.ts.map +1 -1
  144. package/dist/types/components/internal/Pagination/types.d.ts +5 -1
  145. package/dist/types/components/internal/Pagination/types.d.ts.map +1 -1
  146. package/dist/types/components/internal/Popover/constants.d.ts +6 -6
  147. package/dist/types/components/internal/Popover/constants.d.ts.map +1 -1
  148. package/dist/types/components/internal/Tooltip/useTooltipListeners.d.ts.map +1 -1
  149. package/dist/types/components/types.d.ts +2 -0
  150. package/dist/types/components/types.d.ts.map +1 -1
  151. package/dist/types/core/Localization/amount/amount-util.d.ts +28 -0
  152. package/dist/types/core/Localization/amount/amount-util.d.ts.map +1 -1
  153. package/dist/types/core/Localization/datetime/restamper/utils.d.ts.map +1 -1
  154. package/dist/types/core/Localization/localization-utils.d.ts.map +1 -1
  155. package/dist/types/core/Localization/utils.d.ts +468 -3
  156. package/dist/types/core/Localization/utils.d.ts.map +1 -1
  157. package/dist/types/core/core.d.ts +19 -0
  158. package/dist/types/core/core.d.ts.map +1 -1
  159. package/dist/types/core/types.d.ts +5 -0
  160. package/dist/types/core/types.d.ts.map +1 -1
  161. package/dist/types/hooks/element/useClickOutside.d.ts +1 -1
  162. package/dist/types/hooks/element/useClickOutside.d.ts.map +1 -1
  163. package/dist/types/hooks/element/useDetachedRender.d.ts.map +1 -1
  164. package/dist/types/hooks/element/useFocusTrap.d.ts.map +1 -1
  165. package/dist/types/hooks/useImageUrl/useImageUrl.d.ts.map +1 -1
  166. package/dist/types/hooks/useModalDetails/useModalDetails.d.ts.map +1 -1
  167. package/dist/types/hooks/useMounted/useMounted.d.ts +1 -1
  168. package/dist/types/hooks/useMounted/useMounted.d.ts.map +1 -1
  169. package/dist/types/hooks/useReactiveState/useReactiveState.d.ts.map +1 -1
  170. package/dist/types/hooks/useReflex/core/reflex.d.ts.map +1 -1
  171. package/dist/types/hooks/useReflex/core/utils.d.ts.map +1 -1
  172. package/dist/types/hooks/useReflex/hooks/useReflex.d.ts.map +1 -1
  173. package/dist/types/hooks/useSessionAwareRequest/useSessionAwareRequest.d.ts.map +1 -1
  174. package/dist/types/hooks/useSetupEndpoint/useSetupEndpoint.d.ts +1 -1
  175. package/dist/types/hooks/useSetupEndpoint/useSetupEndpoint.d.ts.map +1 -1
  176. package/dist/types/types/models/openapi/BalanceAccountsResource.d.ts +104 -0
  177. package/dist/types/types/models/openapi/BalanceAccountsResource.d.ts.map +1 -0
  178. package/dist/types/types/models/openapi/SetupResource.d.ts +59 -0
  179. package/dist/types/types/models/openapi/SetupResource.d.ts.map +1 -0
  180. package/dist/types/types/models/openapi/TransactionsResource.d.ts +198 -0
  181. package/dist/types/types/models/openapi/TransactionsResource.d.ts.map +1 -0
  182. package/dist/types/types/models/openapi/endpoints.d.ts +11 -0
  183. package/dist/types/types/models/openapi/endpoints.d.ts.map +1 -0
  184. package/dist/types/utils/SessionStorage.d.ts +11 -0
  185. package/dist/types/utils/SessionStorage.d.ts.map +1 -0
  186. package/dist/types/utils/common/index.d.ts +2 -2
  187. package/dist/types/utils/common/index.d.ts.map +1 -1
  188. package/dist/types/utils/fixedForwardRef.d.ts +3 -3
  189. package/dist/types/utils/fixedForwardRef.d.ts.map +1 -1
  190. package/dist/types/utils/watchable/core/Watchable.d.ts +5 -3
  191. package/dist/types/utils/watchable/core/Watchable.d.ts.map +1 -1
  192. package/dist/types/utils/watchable/core/helpers.d.ts +4 -2
  193. package/dist/types/utils/watchable/core/helpers.d.ts.map +1 -1
  194. package/dist/types/utils/watchable/core/syncEffect.d.ts +1 -1
  195. package/dist/types/utils/watchable/core/syncEffect.d.ts.map +1 -1
  196. package/package.json +5 -5
  197. package/dist/ModalContent-88fdb6f4.js +0 -2
  198. package/dist/es/utils/Storage.js +0 -31
  199. package/dist/index-7e2df524.js +0 -12
  200. package/dist/index-7e2df524.js.map +0 -1
  201. package/dist/types/utils/Storage.d.ts +0 -11
  202. package/dist/types/utils/Storage.d.ts.map +0 -1
@@ -1,316 +1,323 @@
1
- var M, h, J, S, G, K, $, Q, E = {}, X = [], oe = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i, F = Array.isArray;
2
- function C(t, e) {
3
- for (var _ in e)
4
- t[_] = e[_];
5
- return t;
1
+ var E, d, Q, x, q, X, I, G, $, O, Y, T = {}, Z = [], re = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i, A = Array.isArray;
2
+ function b(_, e) {
3
+ for (var t in e)
4
+ _[t] = e[t];
5
+ return _;
6
6
  }
7
- function Y(t) {
8
- var e = t.parentNode;
9
- e && e.removeChild(t);
7
+ function ee(_) {
8
+ var e = _.parentNode;
9
+ e && e.removeChild(_);
10
10
  }
11
- function re(t, e, _) {
12
- var r, l, o, i = {};
13
- for (o in e)
14
- o == "key" ? r = e[o] : o == "ref" ? l = e[o] : i[o] = e[o];
15
- if (arguments.length > 2 && (i.children = arguments.length > 3 ? M.call(arguments, 2) : _), typeof t == "function" && t.defaultProps != null)
16
- for (o in t.defaultProps)
17
- i[o] === void 0 && (i[o] = t.defaultProps[o]);
18
- return U(t, i, r, l, null);
11
+ function ie(_, e, t) {
12
+ var i, o, r, l = {};
13
+ for (r in e)
14
+ r == "key" ? i = e[r] : r == "ref" ? o = e[r] : l[r] = e[r];
15
+ if (arguments.length > 2 && (l.children = arguments.length > 3 ? E.call(arguments, 2) : t), typeof _ == "function" && _.defaultProps != null)
16
+ for (r in _.defaultProps)
17
+ l[r] === void 0 && (l[r] = _.defaultProps[r]);
18
+ return w(_, l, i, o, null);
19
19
  }
20
- function U(t, e, _, r, l) {
21
- var o = { type: t, props: e, key: _, ref: r, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, __h: null, constructor: void 0, __v: l ?? ++J };
22
- return l == null && h.vnode != null && h.vnode(o), o;
20
+ function w(_, e, t, i, o) {
21
+ var r = { type: _, props: e, key: t, ref: i, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, constructor: void 0, __v: o ?? ++Q, __i: -1, __u: 0 };
22
+ return o == null && d.vnode != null && d.vnode(r), r;
23
23
  }
24
- function I(t) {
25
- return t.children;
24
+ function H(_) {
25
+ return _.children;
26
26
  }
27
- function W(t, e) {
28
- this.props = t, this.context = e;
27
+ function M(_, e) {
28
+ this.props = _, this.context = e;
29
29
  }
30
- function L(t, e) {
30
+ function P(_, e) {
31
31
  if (e == null)
32
- return t.__ ? L(t.__, t.__.__k.indexOf(t) + 1) : null;
33
- for (var _; e < t.__k.length; e++)
34
- if ((_ = t.__k[e]) != null && _.__e != null)
35
- return _.__d || _.__e;
36
- return typeof t.type == "function" ? L(t) : null;
32
+ return _.__ ? P(_.__, _.__i + 1) : null;
33
+ for (var t; e < _.__k.length; e++)
34
+ if ((t = _.__k[e]) != null && t.__e != null)
35
+ return t.__e;
36
+ return typeof _.type == "function" ? P(_) : null;
37
37
  }
38
- function Z(t) {
39
- var e, _;
40
- if ((t = t.__) != null && t.__c != null) {
41
- for (t.__e = t.__c.base = null, e = 0; e < t.__k.length; e++)
42
- if ((_ = t.__k[e]) != null && _.__e != null) {
43
- t.__e = t.__c.base = _.__e;
38
+ function _e(_) {
39
+ var e, t;
40
+ if ((_ = _.__) != null && _.__c != null) {
41
+ for (_.__e = _.__c.base = null, e = 0; e < _.__k.length; e++)
42
+ if ((t = _.__k[e]) != null && t.__e != null) {
43
+ _.__e = _.__c.base = t.__e;
44
44
  break;
45
45
  }
46
- return Z(t);
46
+ return _e(_);
47
47
  }
48
48
  }
49
- function B(t) {
50
- (!t.__d && (t.__d = !0) && S.push(t) && !H.__r++ || G !== h.debounceRendering) && ((G = h.debounceRendering) || K)(H);
49
+ function B(_) {
50
+ (!_.__d && (_.__d = !0) && x.push(_) && !W.__r++ || q !== d.debounceRendering) && ((q = d.debounceRendering) || X)(W);
51
51
  }
52
- function H() {
53
- var t, e, _, r, l, o, i, c, u;
54
- for (S.sort($); t = S.shift(); )
55
- t.__d && (e = S.length, r = void 0, l = void 0, o = void 0, c = (i = (_ = t).__v).__e, (u = _.__P) && (r = [], l = [], (o = C({}, i)).__v = i.__v + 1, R(u, i, o, _.__n, u.ownerSVGElement !== void 0, i.__h != null ? [c] : null, r, c ?? L(i), i.__h, l), ne(r, i, l), i.__e != c && Z(i)), S.length > e && S.sort($));
56
- H.__r = 0;
52
+ function W() {
53
+ var _, e, t, i, o, r, l, s;
54
+ for (x.sort(I); _ = x.shift(); )
55
+ _.__d && (e = x.length, i = void 0, r = (o = (t = _).__v).__e, l = [], s = [], t.__P && ((i = b({}, o)).__v = o.__v + 1, d.vnode && d.vnode(i), j(t.__P, i, o, t.__n, t.__P.ownerSVGElement !== void 0, 32 & o.__u ? [r] : null, l, r ?? P(o), !!(32 & o.__u), s), i.__v = o.__v, i.__.__k[i.__i] = i, oe(l, i, s), i.__e != r && _e(i)), x.length > e && x.sort(I));
56
+ W.__r = 0;
57
57
  }
58
- function ee(t, e, _, r, l, o, i, c, u, x, d) {
59
- var n, m, f, s, p, w, a, v, b, g = 0, y = r && r.__k || X, T = y.length, P = T, D = e.length;
60
- for (_.__k = [], n = 0; n < D; n++)
61
- (s = _.__k[n] = (s = e[n]) == null || typeof s == "boolean" || typeof s == "function" ? null : typeof s == "string" || typeof s == "number" || typeof s == "bigint" ? U(null, s, null, null, s) : F(s) ? U(I, { children: s }, null, null, null) : s.__b > 0 ? U(s.type, s.props, s.key, s.ref ? s.ref : null, s.__v) : s) != null ? (s.__ = _, s.__b = _.__b + 1, (v = ie(s, y, a = n + g, P)) === -1 ? f = E : (f = y[v] || E, y[v] = void 0, P--), R(t, s, f, l, o, i, c, u, x, d), p = s.__e, (m = s.ref) && f.ref != m && (f.ref && j(f.ref, null, s), d.push(m, s.__c || p, s)), p != null && (w == null && (w = p), (b = f === E || f.__v === null) ? v == -1 && g-- : v !== a && (v === a + 1 ? g++ : v > a ? P > D - a ? g += v - a : g-- : g = v < a && v == a - 1 ? v - a : 0), a = n + g, typeof s.type != "function" || v === a && f.__k !== s.__k ? typeof s.type == "function" || v === a && !b ? s.__d !== void 0 ? (u = s.__d, s.__d = void 0) : u = p.nextSibling : u = _e(t, p, u) : u = te(s, u, t), typeof _.type == "function" && (_.__d = u))) : (f = y[n]) && f.key == null && f.__e && (f.__e == u && (f.__ = r, u = L(f)), O(f, f, !1), y[n] = null);
62
- for (_.__e = w, n = T; n--; )
63
- y[n] != null && (typeof _.type == "function" && y[n].__e != null && y[n].__e == _.__d && (_.__d = y[n].__e.nextSibling), O(y[n], y[n]));
58
+ function te(_, e, t, i, o, r, l, s, c, u, p) {
59
+ var n, m, f, h, k, v = i && i.__k || Z, a = e.length;
60
+ for (t.__d = c, le(t, e, v), c = t.__d, n = 0; n < a; n++)
61
+ (f = t.__k[n]) != null && typeof f != "boolean" && typeof f != "function" && (m = f.__i === -1 ? T : v[f.__i] || T, f.__i = n, j(_, f, m, o, r, l, s, c, u, p), h = f.__e, f.ref && m.ref != f.ref && (m.ref && z(m.ref, null, f), p.push(f.ref, f.__c || h, f)), k == null && h != null && (k = h), 65536 & f.__u || m.__k === f.__k ? (c && !c.isConnected && (c = P(m)), c = ne(f, c, _)) : typeof f.type == "function" && f.__d !== void 0 ? c = f.__d : h && (c = h.nextSibling), f.__d = void 0, f.__u &= -196609);
62
+ t.__d = c, t.__e = k;
64
63
  }
65
- function te(t, e, _) {
66
- for (var r, l = t.__k, o = 0; l && o < l.length; o++)
67
- (r = l[o]) && (r.__ = t, e = typeof r.type == "function" ? te(r, e, _) : _e(_, r.__e, e));
68
- return e;
64
+ function le(_, e, t) {
65
+ var i, o, r, l, s, c = e.length, u = t.length, p = u, n = 0;
66
+ for (_.__k = [], i = 0; i < c; i++)
67
+ l = i + n, (o = _.__k[i] = (o = e[i]) == null || typeof o == "boolean" || typeof o == "function" ? null : typeof o == "string" || typeof o == "number" || typeof o == "bigint" || o.constructor == String ? w(null, o, null, null, null) : A(o) ? w(H, { children: o }, null, null, null) : o.constructor === void 0 && o.__b > 0 ? w(o.type, o.props, o.key, o.ref ? o.ref : null, o.__v) : o) != null ? (o.__ = _, o.__b = _.__b + 1, s = ue(o, t, l, p), o.__i = s, r = null, s !== -1 && (p--, (r = t[s]) && (r.__u |= 131072)), r == null || r.__v === null ? (s == -1 && n--, typeof o.type != "function" && (o.__u |= 65536)) : s !== l && (s === l + 1 ? n++ : s > l ? p > c - l ? n += s - l : n-- : s < l ? s == l - 1 && (n = s - l) : n = 0, s !== i + n && (o.__u |= 65536))) : (r = t[l]) && r.key == null && r.__e && !(131072 & r.__u) && (r.__e == _.__d && (_.__d = P(r)), R(r, r, !1), t[l] = null, p--);
68
+ if (p)
69
+ for (i = 0; i < u; i++)
70
+ (r = t[i]) != null && !(131072 & r.__u) && (r.__e == _.__d && (_.__d = P(r)), R(r, r));
69
71
  }
70
- function le(t, e) {
71
- return e = e || [], t == null || typeof t == "boolean" || (F(t) ? t.some(function(_) {
72
- le(_, e);
73
- }) : e.push(t)), e;
72
+ function ne(_, e, t) {
73
+ var i, o;
74
+ if (typeof _.type == "function") {
75
+ for (i = _.__k, o = 0; i && o < i.length; o++)
76
+ i[o] && (i[o].__ = _, e = ne(i[o], e, t));
77
+ return e;
78
+ }
79
+ _.__e != e && (t.insertBefore(_.__e, e || null), e = _.__e);
80
+ do
81
+ e = e && e.nextSibling;
82
+ while (e != null && e.nodeType === 8);
83
+ return e;
74
84
  }
75
- function _e(t, e, _) {
76
- return _ == null || _.parentNode !== t ? t.insertBefore(e, null) : e == _ && e.parentNode != null || t.insertBefore(e, _), e.nextSibling;
85
+ function se(_, e) {
86
+ return e = e || [], _ == null || typeof _ == "boolean" || (A(_) ? _.some(function(t) {
87
+ se(t, e);
88
+ }) : e.push(_)), e;
77
89
  }
78
- function ie(t, e, _, r) {
79
- var l = t.key, o = t.type, i = _ - 1, c = _ + 1, u = e[_];
80
- if (u === null || u && l == u.key && o === u.type)
81
- return _;
82
- if (r > (u != null ? 1 : 0))
83
- for (; i >= 0 || c < e.length; ) {
84
- if (i >= 0) {
85
- if ((u = e[i]) && l == u.key && o === u.type)
86
- return i;
87
- i--;
90
+ function ue(_, e, t, i) {
91
+ var o = _.key, r = _.type, l = t - 1, s = t + 1, c = e[t];
92
+ if (c === null || c && o == c.key && r === c.type && !(131072 & c.__u))
93
+ return t;
94
+ if (i > (c != null && !(131072 & c.__u) ? 1 : 0))
95
+ for (; l >= 0 || s < e.length; ) {
96
+ if (l >= 0) {
97
+ if ((c = e[l]) && !(131072 & c.__u) && o == c.key && r === c.type)
98
+ return l;
99
+ l--;
88
100
  }
89
- if (c < e.length) {
90
- if ((u = e[c]) && l == u.key && o === u.type)
91
- return c;
92
- c++;
101
+ if (s < e.length) {
102
+ if ((c = e[s]) && !(131072 & c.__u) && o == c.key && r === c.type)
103
+ return s;
104
+ s++;
93
105
  }
94
106
  }
95
107
  return -1;
96
108
  }
97
- function se(t, e, _, r, l) {
98
- var o;
99
- for (o in _)
100
- o === "children" || o === "key" || o in e || A(t, o, null, _[o], r);
101
- for (o in e)
102
- l && typeof e[o] != "function" || o === "children" || o === "key" || o === "value" || o === "checked" || _[o] === e[o] || A(t, o, e[o], _[o], r);
103
- }
104
- function z(t, e, _) {
105
- e[0] === "-" ? t.setProperty(e, _ ?? "") : t[e] = _ == null ? "" : typeof _ != "number" || oe.test(e) ? _ : _ + "px";
109
+ function J(_, e, t) {
110
+ e[0] === "-" ? _.setProperty(e, t ?? "") : _[e] = t == null ? "" : typeof t != "number" || re.test(e) ? t : t + "px";
106
111
  }
107
- function A(t, e, _, r, l) {
108
- var o;
112
+ function L(_, e, t, i, o) {
113
+ var r;
109
114
  e:
110
115
  if (e === "style")
111
- if (typeof _ == "string")
112
- t.style.cssText = _;
116
+ if (typeof t == "string")
117
+ _.style.cssText = t;
113
118
  else {
114
- if (typeof r == "string" && (t.style.cssText = r = ""), r)
115
- for (e in r)
116
- _ && e in _ || z(t.style, e, "");
117
- if (_)
118
- for (e in _)
119
- r && _[e] === r[e] || z(t.style, e, _[e]);
119
+ if (typeof i == "string" && (_.style.cssText = i = ""), i)
120
+ for (e in i)
121
+ t && e in t || J(_.style, e, "");
122
+ if (t)
123
+ for (e in t)
124
+ i && t[e] === i[e] || J(_.style, e, t[e]);
120
125
  }
121
126
  else if (e[0] === "o" && e[1] === "n")
122
- o = e !== (e = e.replace(/(PointerCapture)$|Capture$/, "$1")), e = e.toLowerCase() in t ? e.toLowerCase().slice(2) : e.slice(2), t.l || (t.l = {}), t.l[e + o] = _, _ ? r ? _.u = r.u : (_.u = Date.now(), t.addEventListener(e, o ? q : V, o)) : t.removeEventListener(e, o ? q : V, o);
123
- else if (e !== "dangerouslySetInnerHTML") {
124
- if (l)
127
+ r = e !== (e = e.replace(/(PointerCapture)$|Capture$/i, "$1")), e = e.toLowerCase() in _ || e === "onFocusOut" || e === "onFocusIn" ? e.toLowerCase().slice(2) : e.slice(2), _.l || (_.l = {}), _.l[e + r] = t, t ? i ? t.u = i.u : (t.u = G, _.addEventListener(e, r ? O : $, r)) : _.removeEventListener(e, r ? O : $, r);
128
+ else {
129
+ if (o)
125
130
  e = e.replace(/xlink(H|:h)/, "h").replace(/sName$/, "s");
126
- else if (e !== "width" && e !== "height" && e !== "href" && e !== "list" && e !== "form" && e !== "tabIndex" && e !== "download" && e !== "rowSpan" && e !== "colSpan" && e !== "role" && e in t)
131
+ else if (e != "width" && e != "height" && e != "href" && e != "list" && e != "form" && e != "tabIndex" && e != "download" && e != "rowSpan" && e != "colSpan" && e != "role" && e in _)
127
132
  try {
128
- t[e] = _ ?? "";
133
+ _[e] = t ?? "";
129
134
  break e;
130
135
  } catch {
131
136
  }
132
- typeof _ == "function" || (_ == null || _ === !1 && e[4] !== "-" ? t.removeAttribute(e) : t.setAttribute(e, _));
137
+ typeof t == "function" || (t == null || t === !1 && e[4] !== "-" ? _.removeAttribute(e) : _.setAttribute(e, t));
133
138
  }
134
139
  }
135
- function V(t) {
136
- var e = this.l[t.type + !1];
137
- if (t.t) {
138
- if (t.t <= e.u)
139
- return;
140
- } else
141
- t.t = Date.now();
142
- return e(h.event ? h.event(t) : t);
143
- }
144
- function q(t) {
145
- return this.l[t.type + !0](h.event ? h.event(t) : t);
140
+ function K(_) {
141
+ return function(e) {
142
+ if (this.l) {
143
+ var t = this.l[e.type + _];
144
+ if (e.t == null)
145
+ e.t = G++;
146
+ else if (e.t < t.u)
147
+ return;
148
+ return t(d.event ? d.event(e) : e);
149
+ }
150
+ };
146
151
  }
147
- function R(t, e, _, r, l, o, i, c, u, x) {
148
- var d, n, m, f, s, p, w, a, v, b, g, y, T, P, D, k = e.type;
152
+ function j(_, e, t, i, o, r, l, s, c, u) {
153
+ var p, n, m, f, h, k, v, a, y, C, U, S, V, D, N, g = e.type;
149
154
  if (e.constructor !== void 0)
150
155
  return null;
151
- _.__h != null && (u = _.__h, c = e.__e = _.__e, e.__h = null, o = [c]), (d = h.__b) && d(e);
156
+ 128 & t.__u && (c = !!(32 & t.__u), r = [s = e.__e = t.__e]), (p = d.__b) && p(e);
152
157
  e:
153
- if (typeof k == "function")
158
+ if (typeof g == "function")
154
159
  try {
155
- if (a = e.props, v = (d = k.contextType) && r[d.__c], b = d ? v ? v.props.value : d.__ : r, _.__c ? w = (n = e.__c = _.__c).__ = n.__E : ("prototype" in k && k.prototype.render ? e.__c = n = new k(a, b) : (e.__c = n = new W(a, b), n.constructor = k, n.render = fe), v && v.sub(n), n.props = a, n.state || (n.state = {}), n.context = b, n.__n = r, m = n.__d = !0, n.__h = [], n._sb = []), n.__s == null && (n.__s = n.state), k.getDerivedStateFromProps != null && (n.__s == n.state && (n.__s = C({}, n.__s)), C(n.__s, k.getDerivedStateFromProps(a, n.__s))), f = n.props, s = n.state, n.__v = e, m)
156
- k.getDerivedStateFromProps == null && n.componentWillMount != null && n.componentWillMount(), n.componentDidMount != null && n.__h.push(n.componentDidMount);
160
+ if (a = e.props, y = (p = g.contextType) && i[p.__c], C = p ? y ? y.props.value : p.__ : i, t.__c ? v = (n = e.__c = t.__c).__ = n.__E : ("prototype" in g && g.prototype.render ? e.__c = n = new g(a, C) : (e.__c = n = new M(a, C), n.constructor = g, n.render = ce), y && y.sub(n), n.props = a, n.state || (n.state = {}), n.context = C, n.__n = i, m = n.__d = !0, n.__h = [], n._sb = []), n.__s == null && (n.__s = n.state), g.getDerivedStateFromProps != null && (n.__s == n.state && (n.__s = b({}, n.__s)), b(n.__s, g.getDerivedStateFromProps(a, n.__s))), f = n.props, h = n.state, n.__v = e, m)
161
+ g.getDerivedStateFromProps == null && n.componentWillMount != null && n.componentWillMount(), n.componentDidMount != null && n.__h.push(n.componentDidMount);
157
162
  else {
158
- if (k.getDerivedStateFromProps == null && a !== f && n.componentWillReceiveProps != null && n.componentWillReceiveProps(a, b), !n.__e && (n.shouldComponentUpdate != null && n.shouldComponentUpdate(a, n.__s, b) === !1 || e.__v === _.__v)) {
159
- for (e.__v !== _.__v && (n.props = a, n.state = n.__s, n.__d = !1), e.__e = _.__e, e.__k = _.__k, e.__k.forEach(function(N) {
160
- N && (N.__ = e);
161
- }), g = 0; g < n._sb.length; g++)
162
- n.__h.push(n._sb[g]);
163
- n._sb = [], n.__h.length && i.push(n);
163
+ if (g.getDerivedStateFromProps == null && a !== f && n.componentWillReceiveProps != null && n.componentWillReceiveProps(a, C), !n.__e && (n.shouldComponentUpdate != null && n.shouldComponentUpdate(a, n.__s, C) === !1 || e.__v === t.__v)) {
164
+ for (e.__v !== t.__v && (n.props = a, n.state = n.__s, n.__d = !1), e.__e = t.__e, e.__k = t.__k, e.__k.forEach(function(F) {
165
+ F && (F.__ = e);
166
+ }), U = 0; U < n._sb.length; U++)
167
+ n.__h.push(n._sb[U]);
168
+ n._sb = [], n.__h.length && l.push(n);
164
169
  break e;
165
170
  }
166
- n.componentWillUpdate != null && n.componentWillUpdate(a, n.__s, b), n.componentDidUpdate != null && n.__h.push(function() {
167
- n.componentDidUpdate(f, s, p);
171
+ n.componentWillUpdate != null && n.componentWillUpdate(a, n.__s, C), n.componentDidUpdate != null && n.__h.push(function() {
172
+ n.componentDidUpdate(f, h, k);
168
173
  });
169
174
  }
170
- if (n.context = b, n.props = a, n.__P = t, n.__e = !1, y = h.__r, T = 0, "prototype" in k && k.prototype.render) {
171
- for (n.state = n.__s, n.__d = !1, y && y(e), d = n.render(n.props, n.state, n.context), P = 0; P < n._sb.length; P++)
172
- n.__h.push(n._sb[P]);
175
+ if (n.context = C, n.props = a, n.__P = _, n.__e = !1, S = d.__r, V = 0, "prototype" in g && g.prototype.render) {
176
+ for (n.state = n.__s, n.__d = !1, S && S(e), p = n.render(n.props, n.state, n.context), D = 0; D < n._sb.length; D++)
177
+ n.__h.push(n._sb[D]);
173
178
  n._sb = [];
174
179
  } else
175
180
  do
176
- n.__d = !1, y && y(e), d = n.render(n.props, n.state, n.context), n.state = n.__s;
177
- while (n.__d && ++T < 25);
178
- n.state = n.__s, n.getChildContext != null && (r = C(C({}, r), n.getChildContext())), m || n.getSnapshotBeforeUpdate == null || (p = n.getSnapshotBeforeUpdate(f, s)), ee(t, F(D = d != null && d.type === I && d.key == null ? d.props.children : d) ? D : [D], e, _, r, l, o, i, c, u, x), n.base = e.__e, e.__h = null, n.__h.length && i.push(n), w && (n.__E = n.__ = null);
179
- } catch (N) {
180
- e.__v = null, (u || o != null) && (e.__e = c, e.__h = !!u, o[o.indexOf(c)] = null), h.__e(N, e, _);
181
+ n.__d = !1, S && S(e), p = n.render(n.props, n.state, n.context), n.state = n.__s;
182
+ while (n.__d && ++V < 25);
183
+ n.state = n.__s, n.getChildContext != null && (i = b(b({}, i), n.getChildContext())), m || n.getSnapshotBeforeUpdate == null || (k = n.getSnapshotBeforeUpdate(f, h)), te(_, A(N = p != null && p.type === H && p.key == null ? p.props.children : p) ? N : [N], e, t, i, o, r, l, s, c, u), n.base = e.__e, e.__u &= -161, n.__h.length && l.push(n), v && (n.__E = n.__ = null);
184
+ } catch (F) {
185
+ e.__v = null, c || r != null ? (e.__e = s, e.__u |= c ? 160 : 32, r[r.indexOf(s)] = null) : (e.__e = t.__e, e.__k = t.__k), d.__e(F, e, t);
181
186
  }
182
187
  else
183
- o == null && e.__v === _.__v ? (e.__k = _.__k, e.__e = _.__e) : e.__e = ce(_.__e, e, _, r, l, o, i, u, x);
184
- (d = h.diffed) && d(e);
188
+ r == null && e.__v === t.__v ? (e.__k = t.__k, e.__e = t.__e) : e.__e = fe(t.__e, e, t, i, o, r, l, c, u);
189
+ (p = d.diffed) && p(e);
185
190
  }
186
- function ne(t, e, _) {
187
- for (var r = 0; r < _.length; r++)
188
- j(_[r], _[++r], _[++r]);
189
- h.__c && h.__c(e, t), t.some(function(l) {
191
+ function oe(_, e, t) {
192
+ e.__d = void 0;
193
+ for (var i = 0; i < t.length; i++)
194
+ z(t[i], t[++i], t[++i]);
195
+ d.__c && d.__c(e, _), _.some(function(o) {
190
196
  try {
191
- t = l.__h, l.__h = [], t.some(function(o) {
192
- o.call(l);
197
+ _ = o.__h, o.__h = [], _.some(function(r) {
198
+ r.call(o);
193
199
  });
194
- } catch (o) {
195
- h.__e(o, l.__v);
200
+ } catch (r) {
201
+ d.__e(r, o.__v);
196
202
  }
197
203
  });
198
204
  }
199
- function ce(t, e, _, r, l, o, i, c, u) {
200
- var x, d, n, m = _.props, f = e.props, s = e.type, p = 0;
201
- if (s === "svg" && (l = !0), o != null) {
202
- for (; p < o.length; p++)
203
- if ((x = o[p]) && "setAttribute" in x == !!s && (s ? x.localName === s : x.nodeType === 3)) {
204
- t = x, o[p] = null;
205
+ function fe(_, e, t, i, o, r, l, s, c) {
206
+ var u, p, n, m, f, h, k, v = t.props, a = e.props, y = e.type;
207
+ if (y === "svg" && (o = !0), r != null) {
208
+ for (u = 0; u < r.length; u++)
209
+ if ((f = r[u]) && "setAttribute" in f == !!y && (y ? f.localName === y : f.nodeType === 3)) {
210
+ _ = f, r[u] = null;
205
211
  break;
206
212
  }
207
213
  }
208
- if (t == null) {
209
- if (s === null)
210
- return document.createTextNode(f);
211
- t = l ? document.createElementNS("http://www.w3.org/2000/svg", s) : document.createElement(s, f.is && f), o = null, c = !1;
214
+ if (_ == null) {
215
+ if (y === null)
216
+ return document.createTextNode(a);
217
+ _ = o ? document.createElementNS("http://www.w3.org/2000/svg", y) : document.createElement(y, a.is && a), r = null, s = !1;
212
218
  }
213
- if (s === null)
214
- m === f || c && t.data === f || (t.data = f);
219
+ if (y === null)
220
+ v === a || s && _.data === a || (_.data = a);
215
221
  else {
216
- if (o = o && M.call(t.childNodes), d = (m = _.props || E).dangerouslySetInnerHTML, n = f.dangerouslySetInnerHTML, !c) {
217
- if (o != null)
218
- for (m = {}, p = 0; p < t.attributes.length; p++)
219
- m[t.attributes[p].name] = t.attributes[p].value;
220
- (n || d) && (n && (d && n.__html == d.__html || n.__html === t.innerHTML) || (t.innerHTML = n && n.__html || ""));
221
- }
222
- if (se(t, f, m, l, c), n)
223
- e.__k = [];
224
- else if (ee(t, F(p = e.props.children) ? p : [p], e, _, r, l && s !== "foreignObject", o, i, o ? o[0] : _.__k && L(_, 0), c, u), o != null)
225
- for (p = o.length; p--; )
226
- o[p] != null && Y(o[p]);
227
- c || ("value" in f && (p = f.value) !== void 0 && (p !== t.value || s === "progress" && !p || s === "option" && p !== m.value) && A(t, "value", p, m.value, !1), "checked" in f && (p = f.checked) !== void 0 && p !== t.checked && A(t, "checked", p, m.checked, !1));
222
+ if (r = r && E.call(_.childNodes), v = t.props || T, !s && r != null)
223
+ for (v = {}, u = 0; u < _.attributes.length; u++)
224
+ v[(f = _.attributes[u]).name] = f.value;
225
+ for (u in v)
226
+ f = v[u], u == "children" || (u == "dangerouslySetInnerHTML" ? n = f : u === "key" || u in a || L(_, u, null, f, o));
227
+ for (u in a)
228
+ f = a[u], u == "children" ? m = f : u == "dangerouslySetInnerHTML" ? p = f : u == "value" ? h = f : u == "checked" ? k = f : u === "key" || s && typeof f != "function" || v[u] === f || L(_, u, f, v[u], o);
229
+ if (p)
230
+ s || n && (p.__html === n.__html || p.__html === _.innerHTML) || (_.innerHTML = p.__html), e.__k = [];
231
+ else if (n && (_.innerHTML = ""), te(_, A(m) ? m : [m], e, t, i, o && y !== "foreignObject", r, l, r ? r[0] : t.__k && P(t, 0), s, c), r != null)
232
+ for (u = r.length; u--; )
233
+ r[u] != null && ee(r[u]);
234
+ s || (u = "value", h !== void 0 && (h !== _[u] || y === "progress" && !h || y === "option" && h !== v[u]) && L(_, u, h, v[u], !1), u = "checked", k !== void 0 && k !== _[u] && L(_, u, k, v[u], !1));
228
235
  }
229
- return t;
236
+ return _;
230
237
  }
231
- function j(t, e, _) {
238
+ function z(_, e, t) {
232
239
  try {
233
- typeof t == "function" ? t(e) : t.current = e;
234
- } catch (r) {
235
- h.__e(r, _);
240
+ typeof _ == "function" ? _(e) : _.current = e;
241
+ } catch (i) {
242
+ d.__e(i, t);
236
243
  }
237
244
  }
238
- function O(t, e, _) {
239
- var r, l;
240
- if (h.unmount && h.unmount(t), (r = t.ref) && (r.current && r.current !== t.__e || j(r, null, e)), (r = t.__c) != null) {
241
- if (r.componentWillUnmount)
245
+ function R(_, e, t) {
246
+ var i, o;
247
+ if (d.unmount && d.unmount(_), (i = _.ref) && (i.current && i.current !== _.__e || z(i, null, e)), (i = _.__c) != null) {
248
+ if (i.componentWillUnmount)
242
249
  try {
243
- r.componentWillUnmount();
244
- } catch (o) {
245
- h.__e(o, e);
250
+ i.componentWillUnmount();
251
+ } catch (r) {
252
+ d.__e(r, e);
246
253
  }
247
- r.base = r.__P = null, t.__c = void 0;
254
+ i.base = i.__P = null;
248
255
  }
249
- if (r = t.__k)
250
- for (l = 0; l < r.length; l++)
251
- r[l] && O(r[l], e, _ || typeof t.type != "function");
252
- _ || t.__e == null || Y(t.__e), t.__ = t.__e = t.__d = void 0;
256
+ if (i = _.__k)
257
+ for (o = 0; o < i.length; o++)
258
+ i[o] && R(i[o], e, t || typeof _.type != "function");
259
+ t || _.__e == null || ee(_.__e), _.__c = _.__ = _.__e = _.__d = void 0;
253
260
  }
254
- function fe(t, e, _) {
255
- return this.constructor(t, _);
261
+ function ce(_, e, t) {
262
+ return this.constructor(_, t);
256
263
  }
257
- function ue(t, e, _) {
258
- var r, l, o, i;
259
- h.__ && h.__(t, e), l = (r = typeof _ == "function") ? null : _ && _.__k || e.__k, o = [], i = [], R(e, t = (!r && _ || e).__k = re(I, null, [t]), l || E, E, e.ownerSVGElement !== void 0, !r && _ ? [_] : l ? null : e.firstChild ? M.call(e.childNodes) : null, o, !r && _ ? _ : l ? l.__e : e.firstChild, r, i), ne(o, t, i);
264
+ function pe(_, e, t) {
265
+ var i, o, r, l;
266
+ d.__ && d.__(_, e), o = (i = typeof t == "function") ? null : t && t.__k || e.__k, r = [], l = [], j(e, _ = (!i && t || e).__k = ie(H, null, [_]), o || T, T, e.ownerSVGElement !== void 0, !i && t ? [t] : o ? null : e.firstChild ? E.call(e.childNodes) : null, r, !i && t ? t : o ? o.__e : e.firstChild, i, l), oe(r, _, l);
260
267
  }
261
- function pe(t, e, _) {
262
- var r, l, o, i, c = C({}, t.props);
263
- for (o in t.type && t.type.defaultProps && (i = t.type.defaultProps), e)
264
- o == "key" ? r = e[o] : o == "ref" ? l = e[o] : c[o] = e[o] === void 0 && i !== void 0 ? i[o] : e[o];
265
- return arguments.length > 2 && (c.children = arguments.length > 3 ? M.call(arguments, 2) : _), U(t.type, c, r || t.key, l || t.ref, null);
268
+ function ae(_, e, t) {
269
+ var i, o, r, l, s = b({}, _.props);
270
+ for (r in _.type && _.type.defaultProps && (l = _.type.defaultProps), e)
271
+ r == "key" ? i = e[r] : r == "ref" ? o = e[r] : s[r] = e[r] === void 0 && l !== void 0 ? l[r] : e[r];
272
+ return arguments.length > 2 && (s.children = arguments.length > 3 ? E.call(arguments, 2) : t), w(_.type, s, i || _.key, o || _.ref, null);
266
273
  }
267
- function ae(t, e) {
268
- var _ = { __c: e = "__cC" + Q++, __: t, Consumer: function(r, l) {
269
- return r.children(l);
270
- }, Provider: function(r) {
271
- var l, o;
272
- return this.getChildContext || (l = [], (o = {})[e] = this, this.getChildContext = function() {
273
- return o;
274
- }, this.shouldComponentUpdate = function(i) {
275
- this.props.value !== i.value && l.some(function(c) {
276
- c.__e = !0, B(c);
274
+ function de(_, e) {
275
+ var t = { __c: e = "__cC" + Y++, __: _, Consumer: function(i, o) {
276
+ return i.children(o);
277
+ }, Provider: function(i) {
278
+ var o, r;
279
+ return this.getChildContext || (o = [], (r = {})[e] = this, this.getChildContext = function() {
280
+ return r;
281
+ }, this.shouldComponentUpdate = function(l) {
282
+ this.props.value !== l.value && o.some(function(s) {
283
+ s.__e = !0, B(s);
277
284
  });
278
- }, this.sub = function(i) {
279
- l.push(i);
280
- var c = i.componentWillUnmount;
281
- i.componentWillUnmount = function() {
282
- l.splice(l.indexOf(i), 1), c && c.call(i);
285
+ }, this.sub = function(l) {
286
+ o.push(l);
287
+ var s = l.componentWillUnmount;
288
+ l.componentWillUnmount = function() {
289
+ o.splice(o.indexOf(l), 1), s && s.call(l);
283
290
  };
284
- }), r.children;
291
+ }), i.children;
285
292
  } };
286
- return _.Provider.__ = _.Consumer.contextType = _;
293
+ return t.Provider.__ = t.Consumer.contextType = t;
287
294
  }
288
- M = X.slice, h = { __e: function(t, e, _, r) {
289
- for (var l, o, i; e = e.__; )
290
- if ((l = e.__c) && !l.__)
295
+ E = Z.slice, d = { __e: function(_, e, t, i) {
296
+ for (var o, r, l; e = e.__; )
297
+ if ((o = e.__c) && !o.__)
291
298
  try {
292
- if ((o = l.constructor) && o.getDerivedStateFromError != null && (l.setState(o.getDerivedStateFromError(t)), i = l.__d), l.componentDidCatch != null && (l.componentDidCatch(t, r || {}), i = l.__d), i)
293
- return l.__E = l;
294
- } catch (c) {
295
- t = c;
299
+ if ((r = o.constructor) && r.getDerivedStateFromError != null && (o.setState(r.getDerivedStateFromError(_)), l = o.__d), o.componentDidCatch != null && (o.componentDidCatch(_, i || {}), l = o.__d), l)
300
+ return o.__E = o;
301
+ } catch (s) {
302
+ _ = s;
296
303
  }
297
- throw t;
298
- } }, J = 0, W.prototype.setState = function(t, e) {
299
- var _;
300
- _ = this.__s != null && this.__s !== this.state ? this.__s : this.__s = C({}, this.state), typeof t == "function" && (t = t(C({}, _), this.props)), t && C(_, t), t != null && this.__v && (e && this._sb.push(e), B(this));
301
- }, W.prototype.forceUpdate = function(t) {
302
- this.__v && (this.__e = !0, t && this.__h.push(t), B(this));
303
- }, W.prototype.render = I, S = [], K = typeof Promise == "function" ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, $ = function(t, e) {
304
- return t.__v.__b - e.__v.__b;
305
- }, H.__r = 0, Q = 0;
304
+ throw _;
305
+ } }, Q = 0, M.prototype.setState = function(_, e) {
306
+ var t;
307
+ t = this.__s != null && this.__s !== this.state ? this.__s : this.__s = b({}, this.state), typeof _ == "function" && (_ = _(b({}, t), this.props)), _ && b(t, _), _ != null && this.__v && (e && this._sb.push(e), B(this));
308
+ }, M.prototype.forceUpdate = function(_) {
309
+ this.__v && (this.__e = !0, _ && this.__h.push(_), B(this));
310
+ }, M.prototype.render = H, x = [], X = typeof Promise == "function" ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, I = function(_, e) {
311
+ return _.__v.__b - e.__v.__b;
312
+ }, W.__r = 0, G = 0, $ = K(!1), O = K(!0), Y = 0;
306
313
  export {
307
- W as Component,
308
- I as Fragment,
309
- pe as cloneElement,
310
- ae as createContext,
311
- re as createElement,
312
- re as h,
313
- h as options,
314
- ue as render,
315
- le as toChildArray
314
+ M as Component,
315
+ H as Fragment,
316
+ ae as cloneElement,
317
+ de as createContext,
318
+ ie as createElement,
319
+ ie as h,
320
+ d as options,
321
+ pe as render,
322
+ se as toChildArray
316
323
  };