@vlprojects-chat/chat 0.0.58 → 0.5.12

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 (254) hide show
  1. package/README.md +1 -0
  2. package/build/main.js +173 -0
  3. package/package.json +90 -91
  4. package/dist/App.d.ts +0 -3
  5. package/dist/Chat.d.ts +0 -10
  6. package/dist/api/Api.d.ts +0 -10
  7. package/dist/api/index.d.ts +0 -1
  8. package/dist/components/ChannelList/ChannelList.d.ts +0 -3
  9. package/dist/components/ChannelList/components/LastMessage/LastMessage.d.ts +0 -7
  10. package/dist/components/ChannelList/components/LastMessage/index.d.ts +0 -1
  11. package/dist/components/ChannelList/index.d.ts +0 -1
  12. package/dist/components/ChannelList/styles.d.ts +0 -2
  13. package/dist/components/CreateChannelForm/index.d.ts +0 -6
  14. package/dist/components/CreateChannelForm/styles.d.ts +0 -2
  15. package/dist/components/DirectList/DirectList.d.ts +0 -3
  16. package/dist/components/DirectList/components/DirectListRow/DirectListRow.d.ts +0 -11
  17. package/dist/components/DirectList/components/DirectListRow/index.d.ts +0 -1
  18. package/dist/components/DirectList/components/DirectListRow/styles.d.ts +0 -2
  19. package/dist/components/DirectList/index.d.ts +0 -1
  20. package/dist/components/DirectList/service.d.ts +0 -6
  21. package/dist/components/Drawer/index.d.ts +0 -8
  22. package/dist/components/Drawer/styles.d.ts +0 -2
  23. package/dist/components/LoadingStatus/LoadingStatus.d.ts +0 -6
  24. package/dist/components/LoadingStatus/index.d.ts +0 -1
  25. package/dist/components/LoadingStatus/styles.d.ts +0 -2
  26. package/dist/components/MessageInput/MessageInput.d.ts +0 -8
  27. package/dist/components/MessageInput/components/MessageInputActions/MessageInputActions.d.ts +0 -5
  28. package/dist/components/MessageInput/components/MessageInputActions/index.d.ts +0 -1
  29. package/dist/components/MessageInput/index.d.ts +0 -1
  30. package/dist/components/MessageInput/styles.d.ts +0 -2
  31. package/dist/components/MessageList/MessageList.d.ts +0 -6
  32. package/dist/components/MessageList/components/MessageActions/MessageActions.d.ts +0 -9
  33. package/dist/components/MessageList/components/MessageActions/index.d.ts +0 -1
  34. package/dist/components/MessageList/components/MessageRow/MessageRow.d.ts +0 -11
  35. package/dist/components/MessageList/components/MessageRow/index.d.ts +0 -1
  36. package/dist/components/MessageList/components/SystemMessage/SystemMessage.d.ts +0 -7
  37. package/dist/components/MessageList/components/SystemMessage/components/ChangedChannel/ChangedChannel.d.ts +0 -7
  38. package/dist/components/MessageList/components/SystemMessage/components/ChangedChannel/index.d.ts +0 -1
  39. package/dist/components/MessageList/components/SystemMessage/components/UserChanged/UserChanged.d.ts +0 -7
  40. package/dist/components/MessageList/components/SystemMessage/components/UserChanged/index.d.ts +0 -1
  41. package/dist/components/MessageList/components/SystemMessage/components/UserChangedChannel/UserChangedChannel.d.ts +0 -7
  42. package/dist/components/MessageList/components/SystemMessage/components/UserChangedChannel/index.d.ts +0 -1
  43. package/dist/components/MessageList/components/SystemMessage/components/UserJoined/UserJoined.d.ts +0 -7
  44. package/dist/components/MessageList/components/SystemMessage/components/UserJoined/index.d.ts +0 -1
  45. package/dist/components/MessageList/components/SystemMessage/index.d.ts +0 -1
  46. package/dist/components/MessageList/components/SystemMessage/styles.d.ts +0 -2
  47. package/dist/components/MessageList/components/UserMessage/UserMessage.d.ts +0 -12
  48. package/dist/components/MessageList/components/UserMessage/components/UserMessageAvatar/UserMessageAvatar.d.ts +0 -7
  49. package/dist/components/MessageList/components/UserMessage/components/UserMessageAvatar/index.d.ts +0 -1
  50. package/dist/components/MessageList/components/UserMessage/components/UserMessageDisplayName/UserMessageDisplayName.d.ts +0 -8
  51. package/dist/components/MessageList/components/UserMessage/components/UserMessageDisplayName/index.d.ts +0 -1
  52. package/dist/components/MessageList/components/UserMessage/components/UserMessageDisplayName/styles.d.ts +0 -2
  53. package/dist/components/MessageList/components/UserMessage/index.d.ts +0 -1
  54. package/dist/components/MessageList/components/UserMessage/styles.d.ts +0 -5
  55. package/dist/components/MessageList/index.d.ts +0 -1
  56. package/dist/components/MessageList/styles.d.ts +0 -2
  57. package/dist/components/NameInput/index.d.ts +0 -6
  58. package/dist/components/NameInput/styles.d.ts +0 -2
  59. package/dist/components/PinnedMessageList/PinnedMessageList.d.ts +0 -3
  60. package/dist/components/PinnedMessageList/index.d.ts +0 -1
  61. package/dist/components/PinnedMessageList/styles.d.ts +0 -2
  62. package/dist/components/PollStatusBadge/PollStatusBadge.d.ts +0 -8
  63. package/dist/components/PollStatusBadge/index.d.ts +0 -1
  64. package/dist/components/Router/index.d.ts +0 -6
  65. package/dist/components/SubHeader/SubHeader.d.ts +0 -6
  66. package/dist/components/SubHeader/index.d.ts +0 -1
  67. package/dist/components/SubHeader/styles.d.ts +0 -2
  68. package/dist/containers/Auth/Auth.d.ts +0 -4
  69. package/dist/containers/Auth/components/ActionBlock/ActionBlock.d.ts +0 -12
  70. package/dist/containers/Auth/components/ActionBlock/index.d.ts +0 -1
  71. package/dist/containers/Auth/components/ActionBlock/styles.d.ts +0 -2
  72. package/dist/containers/Auth/components/Guest/Guest.d.ts +0 -3
  73. package/dist/containers/Auth/components/Guest/index.d.ts +0 -1
  74. package/dist/containers/Auth/components/Guest/styles.d.ts +0 -2
  75. package/dist/containers/Auth/components/Signin/Signin.d.ts +0 -6
  76. package/dist/containers/Auth/components/Signin/index.d.ts +0 -1
  77. package/dist/containers/Auth/components/Signin/styles.d.ts +0 -2
  78. package/dist/containers/Auth/components/Signup/Signup.d.ts +0 -6
  79. package/dist/containers/Auth/components/Signup/index.d.ts +0 -1
  80. package/dist/containers/Auth/components/Signup/styles.d.ts +0 -2
  81. package/dist/containers/Auth/const.d.ts +0 -2
  82. package/dist/containers/Auth/index.d.ts +0 -1
  83. package/dist/containers/Auth/styles.d.ts +0 -2
  84. package/dist/containers/AuthLayout/index.d.ts +0 -7
  85. package/dist/containers/ChannelPage/ChannelPage.d.ts +0 -3
  86. package/dist/containers/ChannelPage/components/ChannelPageHeader/ChannelPageHeader.d.ts +0 -8
  87. package/dist/containers/ChannelPage/components/ChannelPageHeader/index.d.ts +0 -1
  88. package/dist/containers/ChannelPage/index.d.ts +0 -1
  89. package/dist/containers/ChannelPage/service.d.ts +0 -8
  90. package/dist/containers/ChannelPage/styles.d.ts +0 -2
  91. package/dist/containers/Channels/Channels.d.ts +0 -7
  92. package/dist/containers/Channels/components/ChannelsHeader/ChannelsHeader.d.ts +0 -6
  93. package/dist/containers/Channels/components/ChannelsHeader/index.d.ts +0 -1
  94. package/dist/containers/Channels/components/ChannelsHeader/styles.d.ts +0 -2
  95. package/dist/containers/Channels/components/Footer/Footer.d.ts +0 -3
  96. package/dist/containers/Channels/components/Footer/index.d.ts +0 -1
  97. package/dist/containers/Channels/components/Footer/styles.d.ts +0 -2
  98. package/dist/containers/Channels/index.d.ts +0 -1
  99. package/dist/containers/CreatePollPage/CreatePollPage.d.ts +0 -3
  100. package/dist/containers/CreatePollPage/components/CreatePollForm/CreatePollForm.d.ts +0 -7
  101. package/dist/containers/CreatePollPage/components/CreatePollForm/index.d.ts +0 -1
  102. package/dist/containers/CreatePollPage/components/CreatePollForm/styles.d.ts +0 -2
  103. package/dist/containers/CreatePollPage/components/CreatePollForm/validate.d.ts +0 -7
  104. package/dist/containers/CreatePollPage/components/SelectPollType/SelectPollType.d.ts +0 -9
  105. package/dist/containers/CreatePollPage/components/SelectPollType/index.d.ts +0 -1
  106. package/dist/containers/CreatePollPage/index.d.ts +0 -1
  107. package/dist/containers/CreatePollPage/services.d.ts +0 -2
  108. package/dist/containers/CreatePollPage/types.d.ts +0 -48
  109. package/dist/containers/PollListPage/PollListPage.d.ts +0 -3
  110. package/dist/containers/PollListPage/components/PollAction/PollAction.d.ts +0 -8
  111. package/dist/containers/PollListPage/components/PollAction/index.d.ts +0 -1
  112. package/dist/containers/PollListPage/components/PollAction/styles.d.ts +0 -2
  113. package/dist/containers/PollListPage/components/PollCard/PollCard.d.ts +0 -8
  114. package/dist/containers/PollListPage/components/PollCard/index.d.ts +0 -1
  115. package/dist/containers/PollListPage/components/PollCard/styles.d.ts +0 -2
  116. package/dist/containers/PollListPage/components/TemplateList/TemplateList.d.ts +0 -3
  117. package/dist/containers/PollListPage/components/TemplateList/index.d.ts +0 -1
  118. package/dist/containers/PollListPage/index.d.ts +0 -1
  119. package/dist/containers/PollListPage/services.d.ts +0 -20
  120. package/dist/containers/PollModeratorResultPage/PollModeratorResultPage.d.ts +0 -3
  121. package/dist/containers/PollModeratorResultPage/components/ActionButton/ActionButton.d.ts +0 -10
  122. package/dist/containers/PollModeratorResultPage/components/ActionButton/index.d.ts +0 -1
  123. package/dist/containers/PollModeratorResultPage/components/OptionRow/OptionRow.d.ts +0 -7
  124. package/dist/containers/PollModeratorResultPage/components/OptionRow/index.d.ts +0 -1
  125. package/dist/containers/PollModeratorResultPage/components/OptionRowOpenEnded/OptionRowOpenEnded.d.ts +0 -7
  126. package/dist/containers/PollModeratorResultPage/components/OptionRowOpenEnded/index.d.ts +0 -1
  127. package/dist/containers/PollModeratorResultPage/components/OptionRowWrapper/OptionRowWrapper.d.ts +0 -3
  128. package/dist/containers/PollModeratorResultPage/components/OptionRowWrapper/index.d.ts +0 -1
  129. package/dist/containers/PollModeratorResultPage/components/PollModeratorResultCard/PollModeratorResultCard.d.ts +0 -7
  130. package/dist/containers/PollModeratorResultPage/components/PollModeratorResultCard/index.d.ts +0 -1
  131. package/dist/containers/PollModeratorResultPage/index.d.ts +0 -1
  132. package/dist/containers/PollPortal/PollPortal.d.ts +0 -3
  133. package/dist/containers/PollPortal/components/CheckboxGroup/CheckboxGroup.d.ts +0 -8
  134. package/dist/containers/PollPortal/components/CheckboxGroup/index.d.ts +0 -1
  135. package/dist/containers/PollPortal/components/CloseButton/CloseButton.d.ts +0 -3
  136. package/dist/containers/PollPortal/components/CloseButton/index.d.ts +0 -1
  137. package/dist/containers/PollPortal/components/OpenEnded/OpenEnded.d.ts +0 -6
  138. package/dist/containers/PollPortal/components/OpenEnded/index.d.ts +0 -1
  139. package/dist/containers/PollPortal/components/OpenEnded/styles.d.ts +0 -2
  140. package/dist/containers/PollPortal/components/OptionBox/OptionBox.d.ts +0 -10
  141. package/dist/containers/PollPortal/components/OptionBox/index.d.ts +0 -1
  142. package/dist/containers/PollPortal/components/PollVariant/PollVariant.d.ts +0 -9
  143. package/dist/containers/PollPortal/components/PollVariant/index.d.ts +0 -1
  144. package/dist/containers/PollPortal/components/RadioGroup/RadioGroup.d.ts +0 -8
  145. package/dist/containers/PollPortal/components/RadioGroup/index.d.ts +0 -1
  146. package/dist/containers/PollPortal/components/ResultVariant/ResultVariant.d.ts +0 -7
  147. package/dist/containers/PollPortal/components/ResultVariant/index.d.ts +0 -1
  148. package/dist/containers/PollPortal/components/SubmitPollButton/SubmitPollButton.d.ts +0 -8
  149. package/dist/containers/PollPortal/components/SubmitPollButton/index.d.ts +0 -1
  150. package/dist/containers/PollPortal/index.d.ts +0 -1
  151. package/dist/containers/PollPortal/services.d.ts +0 -3
  152. package/dist/containers/PollPortal/styles.d.ts +0 -2
  153. package/dist/containers/PollResultOpenEndedDetailPage/PollResultOpenEndedDetailPage.d.ts +0 -3
  154. package/dist/containers/PollResultOpenEndedDetailPage/index.d.ts +0 -1
  155. package/dist/containers/PollResultOpenEndedDetailPage/styles.d.ts +0 -2
  156. package/dist/containers/Profile/Profile.d.ts +0 -4
  157. package/dist/containers/Profile/index.d.ts +0 -1
  158. package/dist/containers/Profile/styles.d.ts +0 -2
  159. package/dist/containers/SocketLayout/index.d.ts +0 -8
  160. package/dist/containers/UsersListPage/UsersListPage.d.ts +0 -4
  161. package/dist/containers/UsersListPage/components/UserList/UserList.d.ts +0 -7
  162. package/dist/containers/UsersListPage/components/UserList/index.d.ts +0 -1
  163. package/dist/containers/UsersListPage/components/UserRow/UserRow.d.ts +0 -9
  164. package/dist/containers/UsersListPage/components/UserRow/index.d.ts +0 -1
  165. package/dist/containers/UsersListPage/components/UserRow/styles.d.ts +0 -2
  166. package/dist/containers/UsersListPage/index.d.ts +0 -1
  167. package/dist/containers/UsersListPage/services.d.ts +0 -7
  168. package/dist/hoc/FieldHOC.d.ts +0 -8
  169. package/dist/hoc/MoreButtonHOC.d.ts +0 -9
  170. package/dist/hooks/useEventHook.d.ts +0 -4
  171. package/dist/index.d.ts +0 -1
  172. package/dist/index.es.js +0 -407
  173. package/dist/index.js +0 -393
  174. package/dist/keystone/auth.d.ts +0 -27
  175. package/dist/keystone/chat/channel.d.ts +0 -69
  176. package/dist/keystone/chat/index.d.ts +0 -38
  177. package/dist/keystone/chat/message.d.ts +0 -62
  178. package/dist/keystone/chat/pinnedMessage.d.ts +0 -26
  179. package/dist/keystone/chat/poll.d.ts +0 -48
  180. package/dist/keystone/chat/pub.d.ts +0 -13
  181. package/dist/keystone/chat/user.d.ts +0 -27
  182. package/dist/keystone/factory.d.ts +0 -3
  183. package/dist/keystone/index.d.ts +0 -30
  184. package/dist/keystone/service.d.ts +0 -16
  185. package/dist/keystone/settings.d.ts +0 -42
  186. package/dist/keystone/socket.d.ts +0 -19
  187. package/dist/keystone/ui.d.ts +0 -29
  188. package/dist/lib/index.d.ts +0 -2
  189. package/dist/locales/index.d.ts +0 -196
  190. package/dist/routes.d.ts +0 -13
  191. package/dist/sentry/index.d.ts +0 -3
  192. package/dist/theme/consts.d.ts +0 -54
  193. package/dist/theme/muicssbaseline.d.ts +0 -4
  194. package/dist/theme/theme.d.ts +0 -2
  195. package/dist/types/centrifugeEvents.d.ts +0 -6
  196. package/dist/types/const.d.ts +0 -8
  197. package/dist/types/enums.d.ts +0 -24
  198. package/dist/types/serverResponses.d.ts +0 -54
  199. package/dist/types/socketEvents.d.ts +0 -16
  200. package/dist/types/types.d.ts +0 -5
  201. package/dist/ui-kit/HeaderTitle/HeaderTitile.d.ts +0 -8
  202. package/dist/ui-kit/HeaderTitle/index.d.ts +0 -1
  203. package/dist/ui-kit/HeaderTitle/styles.d.ts +0 -2
  204. package/dist/ui-kit/assets/icons/chat-minimize.svg +0 -3
  205. package/dist/ui-kit/assets/icons/icon-checkbox.svg +0 -3
  206. package/dist/ui-kit/components/Avatar/Avatar.d.ts +0 -15
  207. package/dist/ui-kit/components/Avatar/index.d.ts +0 -1
  208. package/dist/ui-kit/components/Avatar/styles.d.ts +0 -3
  209. package/dist/ui-kit/components/Button/index.d.ts +0 -13
  210. package/dist/ui-kit/components/Button/styles.d.ts +0 -2
  211. package/dist/ui-kit/components/Checkbox/index.d.ts +0 -3
  212. package/dist/ui-kit/components/Checkbox/styles.d.ts +0 -2
  213. package/dist/ui-kit/components/DropMenu/DropMenu.d.ts +0 -8
  214. package/dist/ui-kit/components/DropMenu/DropMenuItem.d.ts +0 -10
  215. package/dist/ui-kit/components/DropMenu/index.d.ts +0 -2
  216. package/dist/ui-kit/components/DropMenu/styles.d.ts +0 -2
  217. package/dist/ui-kit/components/FormErrorMessage/index.d.ts +0 -6
  218. package/dist/ui-kit/components/FormErrorMessage/styles.d.ts +0 -2
  219. package/dist/ui-kit/components/Image/index.d.ts +0 -7
  220. package/dist/ui-kit/components/Input/Input.d.ts +0 -19
  221. package/dist/ui-kit/components/Input/StyledInput.d.ts +0 -11
  222. package/dist/ui-kit/components/Input/index.d.ts +0 -1
  223. package/dist/ui-kit/components/Input/styles.d.ts +0 -2
  224. package/dist/ui-kit/components/Loaders/WineLoader/index.d.ts +0 -3
  225. package/dist/ui-kit/components/Loaders/WineLoader/styles.d.ts +0 -2
  226. package/dist/ui-kit/components/Loaders/index.d.ts +0 -1
  227. package/dist/ui-kit/icons/CheckDoubleIcon.d.ts +0 -10
  228. package/dist/ui-kit/icons/CheckIcon.d.ts +0 -10
  229. package/dist/ui-kit/icons/ChevronLeftIcon.d.ts +0 -10
  230. package/dist/ui-kit/icons/CloseCircleIcon.d.ts +0 -10
  231. package/dist/ui-kit/icons/CloseClean.d.ts +0 -10
  232. package/dist/ui-kit/icons/CloseIcon.d.ts +0 -10
  233. package/dist/ui-kit/icons/EmptyPollIcon.d.ts +0 -10
  234. package/dist/ui-kit/icons/MoreHoriz.d.ts +0 -10
  235. package/dist/ui-kit/icons/PinnedIcon.d.ts +0 -10
  236. package/dist/ui-kit/icons/PollMessageIcon.d.ts +0 -10
  237. package/dist/ui-kit/icons/PollOption1.d.ts +0 -10
  238. package/dist/ui-kit/icons/PollOption2.d.ts +0 -10
  239. package/dist/ui-kit/icons/PollOption3.d.ts +0 -10
  240. package/dist/ui-kit/icons/SearchIcon.d.ts +0 -10
  241. package/dist/ui-kit/icons/SendMessageIcon.d.ts +0 -10
  242. package/dist/ui-kit/icons/SubmitMessageIcon.d.ts +0 -10
  243. package/dist/ui-kit/icons/TalkIcon.d.ts +0 -10
  244. package/dist/ui-kit/index.d.ts +0 -7
  245. package/dist/utils/auth.d.ts +0 -4
  246. package/dist/utils/common.d.ts +0 -8
  247. package/dist/utils/consts.d.ts +0 -2
  248. package/dist/utils/date.d.ts +0 -4
  249. package/dist/utils/errors.d.ts +0 -3
  250. package/dist/utils/eventBus/eventBus.d.ts +0 -4
  251. package/dist/utils/eventBus/index.d.ts +0 -1
  252. package/dist/utils/eventBus/types.d.ts +0 -12
  253. package/dist/utils/helper.d.ts +0 -4
  254. package/dist/utils/users.d.ts +0 -3
package/dist/index.es.js DELETED
@@ -1,407 +0,0 @@
1
- import*as e from"react";import t,{createContext as n,forwardRef as r,useContext as o,createElement as i,Fragment as a,useRef as s,useLayoutEffect as u,Children as c,isValidElement as l,cloneElement as d,useState as f,memo as p,useCallback as h,Component as m,PureComponent as v,useMemo as g,useEffect as y,useImperativeHandle as b}from"react";import*as E from"react-dom";import w,{unstable_batchedUpdates as S,createPortal as x}from"react-dom";import O,{jsx as C,jsxs as k}from"react/jsx-runtime";import{EventEmitter as T}from"events";
2
- /*! *****************************************************************************
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission to use, copy, modify, and/or distribute this software for any
6
- purpose with or without fee is hereby granted.
7
-
8
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
- PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */var A=function(e,t){return(A=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function D(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}A(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var N=function(){return(N=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function R(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}function P(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}function I(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function s(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}u((r=r.apply(e,t||[])).next())}))}function M(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function j(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}
16
- /*! *****************************************************************************
17
- Copyright (c) Microsoft Corporation.
18
-
19
- Permission to use, copy, modify, and/or distribute this software for any
20
- purpose with or without fee is hereby granted.
21
-
22
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
23
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
24
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
25
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
26
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
27
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
28
- PERFORMANCE OF THIS SOFTWARE.
29
- ***************************************************************************** */var L=function(e,t){return(L=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function F(e,t){function n(){this.constructor=e}L(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var V,B=function(){return(B=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function U(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function _(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function W(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(_(arguments[t]));return e}
30
- /*! *****************************************************************************
31
- Copyright (c) Microsoft Corporation.
32
-
33
- Permission to use, copy, modify, and/or distribute this software for any
34
- purpose with or without fee is hereby granted.
35
-
36
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
37
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
38
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
39
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
40
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
41
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
42
- PERFORMANCE OF THIS SOFTWARE.
43
- ***************************************************************************** */
44
- function z(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function q(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(z(arguments[t]));return e}
45
- /*! *****************************************************************************
46
- Copyright (c) Microsoft Corporation.
47
-
48
- Permission to use, copy, modify, and/or distribute this software for any
49
- purpose with or without fee is hereby granted.
50
-
51
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
52
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
53
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
54
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
55
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
56
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
57
- PERFORMANCE OF THIS SOFTWARE.
58
- ***************************************************************************** */!function(e){e.Fatal="fatal",e.Error="error",e.Warning="warning",e.Log="log",e.Info="info",e.Debug="debug",e.Critical="critical"}(V||(V={}));var G=function(){return(G=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function H(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function Y(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(H(arguments[t]));return e}function K(){return"undefined"!=typeof __SENTRY_NO_DEBUG__&&!__SENTRY_BROWSER_BUNDLE__}function X(){return!("undefined"!=typeof __SENTRY_BROWSER_BUNDLE__&&__SENTRY_BROWSER_BUNDLE__)&&"[object process]"===Object.prototype.toString.call("undefined"!=typeof process?process:0)}function J(e,t){return e.require(t)}var Z={};function Q(){return X()?global:"undefined"!=typeof window?window:"undefined"!=typeof self?self:Z}var $=Object.prototype.toString;function ee(e){switch($.call(e)){case"[object Error]":case"[object Exception]":case"[object DOMException]":return!0;default:return le(e,Error)}}function te(e,t){return $.call(e)==="[object "+t+"]"}function ne(e){return te(e,"ErrorEvent")}function re(e){return te(e,"DOMError")}function oe(e){return te(e,"String")}function ie(e){return null===e||"object"!=typeof e&&"function"!=typeof e}function ae(e){return te(e,"Object")}function se(e){return"undefined"!=typeof Event&&le(e,Event)}function ue(e){return"undefined"!=typeof Element&&le(e,Element)}function ce(e){return Boolean(e&&e.then&&"function"==typeof e.then)}function le(e,t){try{return e instanceof t}catch(e){return!1}}function de(e,t){try{for(var n=e,r=[],o=0,i=0,a=" > ".length,s=void 0;n&&o++<5&&!("html"===(s=fe(n,t))||o>1&&i+r.length*a+s.length>=80);)r.push(s),i+=s.length,n=n.parentNode;return r.reverse().join(" > ")}catch(e){return"<unknown>"}}function fe(e,t){var n,r,o,i,a,s=e,u=[];if(!s||!s.tagName)return"";u.push(s.tagName.toLowerCase());var c=t&&t.length?t.filter((function(e){return s.getAttribute(e)})).map((function(e){return[e,s.getAttribute(e)]})):null;if(c&&c.length)c.forEach((function(e){u.push("["+e[0]+'="'+e[1]+'"]')}));else if(s.id&&u.push("#"+s.id),(n=s.className)&&oe(n))for(r=n.split(/\s+/),a=0;a<r.length;a++)u.push("."+r[a]);var l=["type","name","title","alt"];for(a=0;a<l.length;a++)o=l[a],(i=s.getAttribute(o))&&u.push("["+o+'="'+i+'"]');return u.join("")}
59
- /*! *****************************************************************************
60
- Copyright (c) Microsoft Corporation.
61
-
62
- Permission to use, copy, modify, and/or distribute this software for any
63
- purpose with or without fee is hereby granted.
64
-
65
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
66
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
67
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
68
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
69
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
70
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
71
- PERFORMANCE OF THIS SOFTWARE.
72
- ***************************************************************************** */
73
- var pe=function(e,t){return(pe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};var he=function(){return(he=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function me(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}var ve=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){return e.__proto__=t,e}:function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(e,n)||(e[n]=t[n]);return e});var ge=function(e){function t(t){var n=this.constructor,r=e.call(this,t)||this;return r.message=t,r.name=n.prototype.constructor.name,ve(r,n.prototype),r}return function(e,t){function n(){this.constructor=e}pe(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t}(Error),ye=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/;function be(e,t){void 0===t&&(t=!1);var n=e.host,r=e.path,o=e.pass,i=e.port,a=e.projectId;return e.protocol+"://"+e.publicKey+(t&&o?":"+o:"")+"@"+n+(i?":"+i:"")+"/"+(r?r+"/":r)+a}function Ee(e){var t=ye.exec(e);if(!t)throw new ge("Invalid Sentry Dsn: "+e);var n=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}(t.slice(1),6),r=n[0],o=n[1],i=n[2],a=void 0===i?"":i,s=n[3],u=n[4],c=void 0===u?"":u,l="",d=n[5],f=d.split("/");if(f.length>1&&(l=f.slice(0,-1).join("/"),d=f.pop()),d){var p=d.match(/^\d+/);p&&(d=p[0])}return we({host:s,pass:a,path:l,projectId:d,port:c,protocol:r,publicKey:o})}function we(e){return"user"in e&&!("publicKey"in e)&&(e.publicKey=e.user),{user:e.publicKey||"",protocol:e.protocol,publicKey:e.publicKey||"",pass:e.pass||"",host:e.host,port:e.port||"",path:e.path||"",projectId:e.projectId}}function Se(e){var t="string"==typeof e?Ee(e):we(e);return function(e){if(K()){var t=e.port,n=e.projectId,r=e.protocol;if(["protocol","publicKey","host","projectId"].forEach((function(t){if(!e[t])throw new ge("Invalid Sentry Dsn: "+t+" missing")})),!n.match(/^\d+$/))throw new ge("Invalid Sentry Dsn: Invalid projectId "+n);if(!function(e){return"http"===e||"https"===e}(r))throw new ge("Invalid Sentry Dsn: Invalid protocol "+r);if(t&&isNaN(parseInt(t,10)))throw new ge("Invalid Sentry Dsn: Invalid port "+t)}}(t),t}var xe=["fatal","error","warning","log","info","debug","critical"],Oe=Q(),Ce="Sentry Logger ";function ke(e){var t=Q();if(!("console"in t))return e();var n=t.console,r={};["debug","info","warn","error","log","assert"].forEach((function(e){e in t.console&&n[e].__sentry_original__&&(r[e]=n[e],n[e]=n[e].__sentry_original__)}));var o=e();return Object.keys(r).forEach((function(e){n[e]=r[e]})),o}var Te=function(){function e(){this._enabled=!1}return e.prototype.disable=function(){this._enabled=!1},e.prototype.enable=function(){this._enabled=!0},e.prototype.log=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this._enabled&&ke((function(){Oe.console.log(Ce+"[Log]: "+e.join(" "))}))},e.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this._enabled&&ke((function(){Oe.console.warn(Ce+"[Warn]: "+e.join(" "))}))},e.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this._enabled&&ke((function(){Oe.console.error(Ce+"[Error]: "+e.join(" "))}))},e}();Oe.__SENTRY__=Oe.__SENTRY__||{};var Ae=Oe.__SENTRY__.logger||(Oe.__SENTRY__.logger=new Te);function De(e){if(!e.length)return[];var t=e,n=t[0].function||"",r=t[t.length-1].function||"";return-1===n.indexOf("captureMessage")&&-1===n.indexOf("captureException")||(t=t.slice(1)),-1!==r.indexOf("sentryWrapped")&&(t=t.slice(0,-1)),t.slice(0,50).map((function(e){return he(he({},e),{filename:e.filename||t[0].filename,function:e.function||"?"})})).reverse()}function Ne(e){try{return e&&"function"==typeof e&&e.name||"<anonymous>"}catch(e){return"<anonymous>"}}function Re(e,t){return void 0===t&&(t=0),"string"!=typeof e||0===t||e.length<=t?e:e.substr(0,t)+"..."}function Pe(e,t){if(!Array.isArray(e))return"";for(var n=[],r=0;r<e.length;r++){var o=e[r];try{n.push(String(o))}catch(e){n.push("[value cannot be serialized]")}}return n.join(t)}function Ie(e,t){return!!oe(e)&&(te(t,"RegExp")?t.test(e):"string"==typeof t&&-1!==e.indexOf(t))}function Me(e,t,n){if(t in e){var r=e[t],o=n(r);if("function"==typeof o)try{Le(o,r)}catch(e){}e[t]=o}}function je(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0})}function Le(e,t){var n=t.prototype||{};e.prototype=t.prototype=n,je(e,"__sentry_original__",t)}function Fe(e){return e.__sentry_original__}function Ve(e){if(ee(e)){var t=e,n={message:t.message,name:t.name,stack:t.stack};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r]);return n}if(se(e)){var o=e,i={};i.type=o.type;try{i.target=ue(o.target)?de(o.target):Object.prototype.toString.call(o.target)}catch(e){i.target="<unknown>"}try{i.currentTarget=ue(o.currentTarget)?de(o.currentTarget):Object.prototype.toString.call(o.currentTarget)}catch(e){i.currentTarget="<unknown>"}for(var a in"undefined"!=typeof CustomEvent&&le(e,CustomEvent)&&(i.detail=o.detail),o)Object.prototype.hasOwnProperty.call(o,a)&&(i[a]=o[a]);return i}return e}function Be(e){return function(e){return~-encodeURI(e).split(/%..|./).length}(JSON.stringify(e))}function Ue(e,t,n){void 0===t&&(t=3),void 0===n&&(n=102400);var r=ze(e,t);return Be(r)>n?Ue(e,t-1,n):r}function _e(e,t){return"domain"===t&&e&&"object"==typeof e&&e._events?"[Domain]":"domainEmitter"===t?"[DomainEmitter]":"undefined"!=typeof global&&e===global?"[Global]":"undefined"!=typeof window&&e===window?"[Window]":"undefined"!=typeof document&&e===document?"[Document]":ae(n=e)&&"nativeEvent"in n&&"preventDefault"in n&&"stopPropagation"in n?"[SyntheticEvent]":"number"==typeof e&&e!=e?"[NaN]":void 0===e?"[undefined]":"function"==typeof e?"[Function: "+Ne(e)+"]":"symbol"==typeof e?"["+String(e)+"]":"bigint"==typeof e?"[BigInt: "+String(e)+"]":e;var n}function We(e,t,n,r){if(void 0===n&&(n=1/0),void 0===r&&(r=function(){var e="function"==typeof WeakSet,t=e?new WeakSet:[];return[function(n){if(e)return!!t.has(n)||(t.add(n),!1);for(var r=0;r<t.length;r++)if(t[r]===n)return!0;return t.push(n),!1},function(n){if(e)t.delete(n);else for(var r=0;r<t.length;r++)if(t[r]===n){t.splice(r,1);break}}]}()),0===n)return function(e){if("string"==typeof e)return e;var t=Object.prototype.toString.call(e);if("[object Object]"===t)return"[Object]";if("[object Array]"===t)return"[Array]";var n=_e(e);return ie(n)?n:t}(t);if(null!=t&&"function"==typeof t.toJSON)return t.toJSON();var o=_e(t,e);if(ie(o))return o;var i=Ve(t),a=Array.isArray(t)?[]:{};if(r[0](t))return"[Circular ~]";for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(a[s]=We(s,i[s],n-1,r));return r[1](t),a}function ze(e,t){try{return JSON.parse(JSON.stringify(e,(function(e,n){return We(e,n,t)})))}catch(e){return"**non-serializable**"}}function qe(e,t){void 0===t&&(t=40);var n=Object.keys(Ve(e));if(n.sort(),!n.length)return"[object has no keys]";if(n[0].length>=t)return Re(n[0],t);for(var r=n.length;r>0;r--){var o=n.slice(0,r).join(", ");if(!(o.length>t))return r===n.length?o:Re(o,t)}return""}function Ge(e){var t,n;if(ae(e)){var r=e,o={};try{for(var i=me(Object.keys(r)),a=i.next();!a.done;a=i.next()){var s=a.value;void 0!==r[s]&&(o[s]=Ge(r[s]))}}catch(e){t={error:e}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return o}return Array.isArray(e)?e.map(Ge):e}function He(){if(!("fetch"in Q()))return!1;try{return new Headers,new Request(""),new Response,!0}catch(e){return!1}}function Ye(e){return e&&/^function fetch\(\)\s+\{\s+\[native code\]\s+\}$/.test(e.toString())}function Ke(){if(!He())return!1;try{return new Request("_",{referrerPolicy:"origin"}),!0}catch(e){return!1}}var Xe,Je=Q(),Ze={},Qe={};function $e(e){if(!Qe[e])switch(Qe[e]=!0,e){case"console":!function(){if(!("console"in Je))return;["debug","info","warn","error","log","assert"].forEach((function(e){e in Je.console&&Me(Je.console,e,(function(t){return function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];tt("console",{args:n,level:e}),t&&t.apply(Je.console,n)}}))}))}();break;case"dom":!function(){if(!("document"in Je))return;var e=tt.bind(null,"dom"),t=at(e,!0);Je.document.addEventListener("click",t,!1),Je.document.addEventListener("keypress",t,!1),["EventTarget","Node"].forEach((function(t){var n=Je[t]&&Je[t].prototype;n&&n.hasOwnProperty&&n.hasOwnProperty("addEventListener")&&(Me(n,"addEventListener",(function(t){return function(n,r,o){if("click"===n||"keypress"==n)try{var i=this,a=i.__sentry_instrumentation_handlers__=i.__sentry_instrumentation_handlers__||{},s=a[n]=a[n]||{refCount:0};if(!s.handler){var u=at(e);s.handler=u,t.call(this,n,u,o)}s.refCount+=1}catch(e){}return t.call(this,n,r,o)}})),Me(n,"removeEventListener",(function(e){return function(t,n,r){if("click"===t||"keypress"==t)try{var o=this,i=o.__sentry_instrumentation_handlers__||{},a=i[t];a&&(a.refCount-=1,a.refCount<=0&&(e.call(this,t,a.handler,r),a.handler=void 0,delete i[t]),0===Object.keys(i).length&&delete o.__sentry_instrumentation_handlers__)}catch(e){}return e.call(this,t,n,r)}})))}))}();break;case"xhr":!function(){if(!("XMLHttpRequest"in Je))return;var e=XMLHttpRequest.prototype;Me(e,"open",(function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=this,o=t[1],i=r.__sentry_xhr__={method:oe(t[0])?t[0].toUpperCase():t[0],url:t[1]};oe(o)&&"POST"===i.method&&o.match(/sentry_key/)&&(r.__sentry_own_request__=!0);var a=function(){if(4===r.readyState){try{i.status_code=r.status}catch(e){}tt("xhr",{args:t,endTimestamp:Date.now(),startTimestamp:Date.now(),xhr:r})}};return"onreadystatechange"in r&&"function"==typeof r.onreadystatechange?Me(r,"onreadystatechange",(function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return a(),e.apply(r,t)}})):r.addEventListener("readystatechange",a),e.apply(r,t)}})),Me(e,"send",(function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return this.__sentry_xhr__&&void 0!==t[0]&&(this.__sentry_xhr__.body=t[0]),tt("xhr",{args:t,startTimestamp:Date.now(),xhr:this}),e.apply(this,t)}}))}();break;case"fetch":!function(){if(!function(){if(!He())return!1;var e=Q();if(Ye(e.fetch))return!0;var t=!1,n=e.document;if(n&&"function"==typeof n.createElement)try{var r=n.createElement("iframe");r.hidden=!0,n.head.appendChild(r),r.contentWindow&&r.contentWindow.fetch&&(t=Ye(r.contentWindow.fetch)),n.head.removeChild(r)}catch(e){K()&&Ae.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",e)}return t}())return;Me(Je,"fetch",(function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r={args:t,fetchData:{method:nt(t),url:rt(t)},startTimestamp:Date.now()};return tt("fetch",he({},r)),e.apply(Je,t).then((function(e){return tt("fetch",he(he({},r),{endTimestamp:Date.now(),response:e})),e}),(function(e){throw tt("fetch",he(he({},r),{endTimestamp:Date.now(),error:e})),e}))}}))}();break;case"history":!function(){if(!function(){var e=Q(),t=e.chrome,n=t&&t.app&&t.app.runtime,r="history"in e&&!!e.history.pushState&&!!e.history.replaceState;return!n&&r}())return;var e=Je.onpopstate;function t(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=t.length>2?t[2]:void 0;if(r){var o=Xe,i=String(r);Xe=i,tt("history",{from:o,to:i})}return e.apply(this,t)}}Je.onpopstate=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=Je.location.href,o=Xe;if(Xe=r,tt("history",{from:o,to:r}),e)try{return e.apply(this,t)}catch(e){}},Me(Je.history,"pushState",t),Me(Je.history,"replaceState",t)}();break;case"error":st=Je.onerror,Je.onerror=function(e,t,n,r,o){return tt("error",{column:r,error:o,line:n,msg:e,url:t}),!!st&&st.apply(this,arguments)};break;case"unhandledrejection":ut=Je.onunhandledrejection,Je.onunhandledrejection=function(e){return tt("unhandledrejection",e),!ut||ut.apply(this,arguments)};break;default:Ae.warn("unknown instrumentation type:",e)}}function et(e,t){Ze[e]=Ze[e]||[],Ze[e].push(t),$e(e)}function tt(e,t){var n,r;if(e&&Ze[e])try{for(var o=me(Ze[e]||[]),i=o.next();!i.done;i=o.next()){var a=i.value;try{a(t)}catch(t){K()&&Ae.error("Error while triggering instrumentation handler.\nType: "+e+"\nName: "+Ne(a)+"\nError: "+t)}}}catch(e){n={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}}function nt(e){return void 0===e&&(e=[]),"Request"in Je&&le(e[0],Request)&&e[0].method?String(e[0].method).toUpperCase():e[1]&&e[1].method?String(e[1].method).toUpperCase():"GET"}function rt(e){return void 0===e&&(e=[]),"string"==typeof e[0]?e[0]:"Request"in Je&&le(e[0],Request)?e[0].url:String(e[0])}var ot,it;function at(e,t){return void 0===t&&(t=!1),function(n){if(n&&it!==n&&!function(e){if("keypress"!==e.type)return!1;try{var t=e.target;if(!t||!t.tagName)return!0;if("INPUT"===t.tagName||"TEXTAREA"===t.tagName||t.isContentEditable)return!1}catch(e){}return!0}(n)){var r="keypress"===n.type?"input":n.type;(void 0===ot||function(e,t){if(!e)return!0;if(e.type!==t.type)return!0;try{if(e.target!==t.target)return!0}catch(e){}return!1}(it,n))&&(e({event:n,name:r,global:t}),it=n),clearTimeout(ot),ot=Je.setTimeout((function(){ot=void 0}),1e3)}}}var st=null;var ut=null;function ct(){var e=Q(),t=e.crypto||e.msCrypto;if(void 0!==t&&t.getRandomValues){var n=new Uint16Array(8);t.getRandomValues(n),n[3]=4095&n[3]|16384,n[4]=16383&n[4]|32768;var r=function(e){for(var t=e.toString(16);t.length<4;)t="0"+t;return t};return r(n[0])+r(n[1])+r(n[2])+r(n[3])+r(n[4])+r(n[5])+r(n[6])+r(n[7])}return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}function lt(e){if(!e)return{};var t=e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);if(!t)return{};var n=t[6]||"",r=t[8]||"";return{host:t[4],path:t[5],protocol:t[2],relative:t[5]+n+r}}function dt(e){return e.exception&&e.exception.values?e.exception.values[0]:void 0}function ft(e){var t=e.message,n=e.event_id;if(t)return t;var r=dt(e);return r?r.type&&r.value?r.type+": "+r.value:r.type||r.value||n||"<unknown>":n||"<unknown>"}function pt(e,t,n){var r=e.exception=e.exception||{},o=r.values=r.values||[],i=o[0]=o[0]||{};i.value||(i.value=t||""),i.type||(i.type=n||"Error")}function ht(e,t){var n=dt(e);if(n){var r=n.mechanism;if(n.mechanism=he(he(he({},{type:"generic",handled:!0}),r),t),t&&"data"in t){var o=he(he({},r&&r.data),t.data);n.mechanism.data=o}}}function mt(e){if(e&&e.__sentry_captured__)return!0;try{je(e,"__sentry_captured__",!0)}catch(e){}return!1}function vt(e){return new yt((function(t){t(e)}))}function gt(e){return new yt((function(t,n){n(e)}))}var yt=function(){function e(e){var t=this;this._state=0,this._handlers=[],this._resolve=function(e){t._setResult(1,e)},this._reject=function(e){t._setResult(2,e)},this._setResult=function(e,n){0===t._state&&(ce(n)?n.then(t._resolve,t._reject):(t._state=e,t._value=n,t._executeHandlers()))},this._executeHandlers=function(){if(0!==t._state){var e=t._handlers.slice();t._handlers=[],e.forEach((function(e){e[0]||(1===t._state&&e[1](t._value),2===t._state&&e[2](t._value),e[0]=!0)}))}};try{e(this._resolve,this._reject)}catch(e){this._reject(e)}}return e.prototype.then=function(t,n){var r=this;return new e((function(e,o){r._handlers.push([!1,function(n){if(t)try{e(t(n))}catch(e){o(e)}else e(n)},function(t){if(n)try{e(n(t))}catch(e){o(e)}else o(t)}]),r._executeHandlers()}))},e.prototype.catch=function(e){return this.then((function(e){return e}),e)},e.prototype.finally=function(t){var n=this;return new e((function(e,r){var o,i;return n.then((function(e){i=!1,o=e,t&&t()}),(function(e){i=!0,o=e,t&&t()})).then((function(){i?r(o):e(o)}))}))},e}();function bt(e){var t=[];function n(e){return t.splice(t.indexOf(e),1)[0]}return{$:t,add:function(r){if(!(void 0===e||t.length<e))return gt(new ge("Not adding Promise due to buffer limit reached."));var o=r();return-1===t.indexOf(o)&&t.push(o),o.then((function(){return n(o)})).then(null,(function(){return n(o).then(null,(function(){}))})),o},drain:function(e){return new yt((function(n,r){var o=t.length;if(!o)return n(!0);var i=setTimeout((function(){e&&e>0&&n(!1)}),e);t.forEach((function(e){vt(e).then((function(){--o||(clearTimeout(i),n(!0))}),r)}))}))}}}function Et(e){return"warn"===e?V.Warning:function(e){return-1!==xe.indexOf(e)}(e)?e:V.Log}var wt={nowSeconds:function(){return Date.now()/1e3}};var St=X()?function(){try{return J(module,"perf_hooks").performance}catch(e){return}}():function(){var e=Q().performance;if(e&&e.now)return{now:function(){return e.now()},timeOrigin:Date.now()-e.now()}}(),xt=void 0===St?wt:{nowSeconds:function(){return(St.timeOrigin+St.now())/1e3}},Ot=wt.nowSeconds.bind(wt),Ct=xt.nowSeconds.bind(xt),kt=Ct,Tt=function(){var e=Q().performance;if(e&&e.now){var t=36e5,n=e.now(),r=Date.now(),o=e.timeOrigin?Math.abs(e.timeOrigin+n-r):t,i=o<t,a=e.timing&&e.timing.navigationStart,s="number"==typeof a?Math.abs(a+n-r):t;return i||s<t?o<=s?e.timeOrigin:a:r}}(),At=function(){function e(){this._notifyingListeners=!1,this._scopeListeners=[],this._eventProcessors=[],this._breadcrumbs=[],this._user={},this._tags={},this._extra={},this._contexts={},this._sdkProcessingMetadata={}}return e.clone=function(t){var n=new e;return t&&(n._breadcrumbs=Y(t._breadcrumbs),n._tags=G({},t._tags),n._extra=G({},t._extra),n._contexts=G({},t._contexts),n._user=t._user,n._level=t._level,n._span=t._span,n._session=t._session,n._transactionName=t._transactionName,n._fingerprint=t._fingerprint,n._eventProcessors=Y(t._eventProcessors),n._requestSession=t._requestSession),n},e.prototype.addScopeListener=function(e){this._scopeListeners.push(e)},e.prototype.addEventProcessor=function(e){return this._eventProcessors.push(e),this},e.prototype.setUser=function(e){return this._user=e||{},this._session&&this._session.update({user:e}),this._notifyScopeListeners(),this},e.prototype.getUser=function(){return this._user},e.prototype.getRequestSession=function(){return this._requestSession},e.prototype.setRequestSession=function(e){return this._requestSession=e,this},e.prototype.setTags=function(e){return this._tags=G(G({},this._tags),e),this._notifyScopeListeners(),this},e.prototype.setTag=function(e,t){var n;return this._tags=G(G({},this._tags),((n={})[e]=t,n)),this._notifyScopeListeners(),this},e.prototype.setExtras=function(e){return this._extra=G(G({},this._extra),e),this._notifyScopeListeners(),this},e.prototype.setExtra=function(e,t){var n;return this._extra=G(G({},this._extra),((n={})[e]=t,n)),this._notifyScopeListeners(),this},e.prototype.setFingerprint=function(e){return this._fingerprint=e,this._notifyScopeListeners(),this},e.prototype.setLevel=function(e){return this._level=e,this._notifyScopeListeners(),this},e.prototype.setTransactionName=function(e){return this._transactionName=e,this._notifyScopeListeners(),this},e.prototype.setTransaction=function(e){return this.setTransactionName(e)},e.prototype.setContext=function(e,t){var n;return null===t?delete this._contexts[e]:this._contexts=G(G({},this._contexts),((n={})[e]=t,n)),this._notifyScopeListeners(),this},e.prototype.setSpan=function(e){return this._span=e,this._notifyScopeListeners(),this},e.prototype.getSpan=function(){return this._span},e.prototype.getTransaction=function(){var e=this.getSpan();return e&&e.transaction},e.prototype.setSession=function(e){return e?this._session=e:delete this._session,this._notifyScopeListeners(),this},e.prototype.getSession=function(){return this._session},e.prototype.update=function(t){if(!t)return this;if("function"==typeof t){var n=t(this);return n instanceof e?n:this}return t instanceof e?(this._tags=G(G({},this._tags),t._tags),this._extra=G(G({},this._extra),t._extra),this._contexts=G(G({},this._contexts),t._contexts),t._user&&Object.keys(t._user).length&&(this._user=t._user),t._level&&(this._level=t._level),t._fingerprint&&(this._fingerprint=t._fingerprint),t._requestSession&&(this._requestSession=t._requestSession)):ae(t)&&(t=t,this._tags=G(G({},this._tags),t.tags),this._extra=G(G({},this._extra),t.extra),this._contexts=G(G({},this._contexts),t.contexts),t.user&&(this._user=t.user),t.level&&(this._level=t.level),t.fingerprint&&(this._fingerprint=t.fingerprint),t.requestSession&&(this._requestSession=t.requestSession)),this},e.prototype.clear=function(){return this._breadcrumbs=[],this._tags={},this._extra={},this._user={},this._contexts={},this._level=void 0,this._transactionName=void 0,this._fingerprint=void 0,this._requestSession=void 0,this._span=void 0,this._session=void 0,this._notifyScopeListeners(),this},e.prototype.addBreadcrumb=function(e,t){var n="number"==typeof t?Math.min(t,100):100;if(n<=0)return this;var r=G({timestamp:Ot()},e);return this._breadcrumbs=Y(this._breadcrumbs,[r]).slice(-n),this._notifyScopeListeners(),this},e.prototype.clearBreadcrumbs=function(){return this._breadcrumbs=[],this._notifyScopeListeners(),this},e.prototype.applyToEvent=function(e,t){if(this._extra&&Object.keys(this._extra).length&&(e.extra=G(G({},this._extra),e.extra)),this._tags&&Object.keys(this._tags).length&&(e.tags=G(G({},this._tags),e.tags)),this._user&&Object.keys(this._user).length&&(e.user=G(G({},this._user),e.user)),this._contexts&&Object.keys(this._contexts).length&&(e.contexts=G(G({},this._contexts),e.contexts)),this._level&&(e.level=this._level),this._transactionName&&(e.transaction=this._transactionName),this._span){e.contexts=G({trace:this._span.getTraceContext()},e.contexts);var n=this._span.transaction&&this._span.transaction.name;n&&(e.tags=G({transaction:n},e.tags))}return this._applyFingerprint(e),e.breadcrumbs=Y(e.breadcrumbs||[],this._breadcrumbs),e.breadcrumbs=e.breadcrumbs.length>0?e.breadcrumbs:void 0,e.sdkProcessingMetadata=this._sdkProcessingMetadata,this._notifyEventProcessors(Y(Dt(),this._eventProcessors),e,t)},e.prototype.setSDKProcessingMetadata=function(e){return this._sdkProcessingMetadata=G(G({},this._sdkProcessingMetadata),e),this},e.prototype._notifyEventProcessors=function(e,t,n,r){var o=this;return void 0===r&&(r=0),new yt((function(i,a){var s=e[r];if(null===t||"function"!=typeof s)i(t);else{var u=s(G({},t),n);ce(u)?u.then((function(t){return o._notifyEventProcessors(e,t,n,r+1).then(i)})).then(null,a):o._notifyEventProcessors(e,u,n,r+1).then(i).then(null,a)}}))},e.prototype._notifyScopeListeners=function(){var e=this;this._notifyingListeners||(this._notifyingListeners=!0,this._scopeListeners.forEach((function(t){t(e)})),this._notifyingListeners=!1)},e.prototype._applyFingerprint=function(e){e.fingerprint=e.fingerprint?Array.isArray(e.fingerprint)?e.fingerprint:[e.fingerprint]:[],this._fingerprint&&(e.fingerprint=e.fingerprint.concat(this._fingerprint)),e.fingerprint&&!e.fingerprint.length&&delete e.fingerprint},e}();function Dt(){var e=Q();return e.__SENTRY__=e.__SENTRY__||{},e.__SENTRY__.globalEventProcessors=e.__SENTRY__.globalEventProcessors||[],e.__SENTRY__.globalEventProcessors}function Nt(e){Dt().push(e)}var Rt=function(){function e(e){this.errors=0,this.sid=ct(),this.duration=0,this.status="ok",this.init=!0,this.ignoreDuration=!1;var t=Ct();this.timestamp=t,this.started=t,e&&this.update(e)}return e.prototype.update=function(e){if(void 0===e&&(e={}),e.user&&(!this.ipAddress&&e.user.ip_address&&(this.ipAddress=e.user.ip_address),this.did||e.did||(this.did=e.user.id||e.user.email||e.user.username)),this.timestamp=e.timestamp||Ct(),e.ignoreDuration&&(this.ignoreDuration=e.ignoreDuration),e.sid&&(this.sid=32===e.sid.length?e.sid:ct()),void 0!==e.init&&(this.init=e.init),!this.did&&e.did&&(this.did=""+e.did),"number"==typeof e.started&&(this.started=e.started),this.ignoreDuration)this.duration=void 0;else if("number"==typeof e.duration)this.duration=e.duration;else{var t=this.timestamp-this.started;this.duration=t>=0?t:0}e.release&&(this.release=e.release),e.environment&&(this.environment=e.environment),!this.ipAddress&&e.ipAddress&&(this.ipAddress=e.ipAddress),!this.userAgent&&e.userAgent&&(this.userAgent=e.userAgent),"number"==typeof e.errors&&(this.errors=e.errors),e.status&&(this.status=e.status)},e.prototype.close=function(e){e?this.update({status:e}):"ok"===this.status?this.update({status:"exited"}):this.update()},e.prototype.toJSON=function(){return Ge({sid:""+this.sid,init:this.init,started:new Date(1e3*this.started).toISOString(),timestamp:new Date(1e3*this.timestamp).toISOString(),status:this.status,errors:this.errors,did:"number"==typeof this.did||"string"==typeof this.did?""+this.did:void 0,duration:this.duration,attrs:{release:this.release,environment:this.environment,ip_address:this.ipAddress,user_agent:this.userAgent}})},e}(),Pt=function(){function e(e,t,n){void 0===t&&(t=new At),void 0===n&&(n=4),this._version=n,this._stack=[{}],this.getStackTop().scope=t,e&&this.bindClient(e)}return e.prototype.isOlderThan=function(e){return this._version<e},e.prototype.bindClient=function(e){this.getStackTop().client=e,e&&e.setupIntegrations&&e.setupIntegrations()},e.prototype.pushScope=function(){var e=At.clone(this.getScope());return this.getStack().push({client:this.getClient(),scope:e}),e},e.prototype.popScope=function(){return!(this.getStack().length<=1)&&!!this.getStack().pop()},e.prototype.withScope=function(e){var t=this.pushScope();try{e(t)}finally{this.popScope()}},e.prototype.getClient=function(){return this.getStackTop().client},e.prototype.getScope=function(){return this.getStackTop().scope},e.prototype.getStack=function(){return this._stack},e.prototype.getStackTop=function(){return this._stack[this._stack.length-1]},e.prototype.captureException=function(e,t){var n=this._lastEventId=ct(),r=t;if(!t){var o=void 0;try{throw new Error("Sentry syntheticException")}catch(e){o=e}r={originalException:e,syntheticException:o}}return this._invokeClient("captureException",e,G(G({},r),{event_id:n})),n},e.prototype.captureMessage=function(e,t,n){var r=this._lastEventId=ct(),o=n;if(!n){var i=void 0;try{throw new Error(e)}catch(e){i=e}o={originalException:e,syntheticException:i}}return this._invokeClient("captureMessage",e,t,G(G({},o),{event_id:r})),r},e.prototype.captureEvent=function(e,t){var n=ct();return"transaction"!==e.type&&(this._lastEventId=n),this._invokeClient("captureEvent",e,G(G({},t),{event_id:n})),n},e.prototype.lastEventId=function(){return this._lastEventId},e.prototype.addBreadcrumb=function(e,t){var n=this.getStackTop(),r=n.scope,o=n.client;if(r&&o){var i=o.getOptions&&o.getOptions()||{},a=i.beforeBreadcrumb,s=void 0===a?null:a,u=i.maxBreadcrumbs,c=void 0===u?100:u;if(!(c<=0)){var l=Ot(),d=G({timestamp:l},e),f=s?ke((function(){return s(d,t)})):d;null!==f&&r.addBreadcrumb(f,c)}}},e.prototype.setUser=function(e){var t=this.getScope();t&&t.setUser(e)},e.prototype.setTags=function(e){var t=this.getScope();t&&t.setTags(e)},e.prototype.setExtras=function(e){var t=this.getScope();t&&t.setExtras(e)},e.prototype.setTag=function(e,t){var n=this.getScope();n&&n.setTag(e,t)},e.prototype.setExtra=function(e,t){var n=this.getScope();n&&n.setExtra(e,t)},e.prototype.setContext=function(e,t){var n=this.getScope();n&&n.setContext(e,t)},e.prototype.configureScope=function(e){var t=this.getStackTop(),n=t.scope,r=t.client;n&&r&&e(n)},e.prototype.run=function(e){var t=Mt(this);try{e(this)}finally{Mt(t)}},e.prototype.getIntegration=function(e){var t=this.getClient();if(!t)return null;try{return t.getIntegration(e)}catch(t){return Ae.warn("Cannot retrieve integration "+e.id+" from the current Hub"),null}},e.prototype.startSpan=function(e){return this._callExtensionMethod("startSpan",e)},e.prototype.startTransaction=function(e,t){return this._callExtensionMethod("startTransaction",e,t)},e.prototype.traceHeaders=function(){return this._callExtensionMethod("traceHeaders")},e.prototype.captureSession=function(e){if(void 0===e&&(e=!1),e)return this.endSession();this._sendSessionUpdate()},e.prototype.endSession=function(){var e=this.getStackTop(),t=e&&e.scope,n=t&&t.getSession();n&&n.close(),this._sendSessionUpdate(),t&&t.setSession()},e.prototype.startSession=function(e){var t=this.getStackTop(),n=t.scope,r=t.client,o=r&&r.getOptions()||{},i=o.release,a=o.environment,s=(Q().navigator||{}).userAgent,u=new Rt(G(G(G({release:i,environment:a},n&&{user:n.getUser()}),s&&{userAgent:s}),e));if(n){var c=n.getSession&&n.getSession();c&&"ok"===c.status&&c.update({status:"exited"}),this.endSession(),n.setSession(u)}return u},e.prototype._sendSessionUpdate=function(){var e=this.getStackTop(),t=e.scope,n=e.client;if(t){var r=t.getSession&&t.getSession();r&&n&&n.captureSession&&n.captureSession(r)}},e.prototype._invokeClient=function(e){for(var t,n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];var o=this.getStackTop(),i=o.scope,a=o.client;a&&a[e]&&(t=a)[e].apply(t,Y(n,[i]))},e.prototype._callExtensionMethod=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=It(),o=r.__SENTRY__;if(o&&o.extensions&&"function"==typeof o.extensions[e])return o.extensions[e].apply(this,t);Ae.warn("Extension method "+e+" couldn't be found, doing nothing.")},e}();function It(){var e=Q();return e.__SENTRY__=e.__SENTRY__||{extensions:{},hub:void 0},e}function Mt(e){var t=It(),n=Ft(t);return Vt(t,e),n}function jt(){var e=It();return Lt(e)&&!Ft(e).isOlderThan(4)||Vt(e,new Pt),X()?function(e){try{var t=It().__SENTRY__,n=t&&t.extensions&&t.extensions.domain&&t.extensions.domain.active;if(!n)return Ft(e);if(!Lt(n)||Ft(n).isOlderThan(4)){var r=Ft(e).getStackTop();Vt(n,new Pt(r.client,At.clone(r.scope)))}return Ft(n)}catch(t){return Ft(e)}}(e):Ft(e)}function Lt(e){return!!(e&&e.__SENTRY__&&e.__SENTRY__.hub)}function Ft(e){return e&&e.__SENTRY__&&e.__SENTRY__.hub||(e.__SENTRY__=e.__SENTRY__||{},e.__SENTRY__.hub=new Pt),e.__SENTRY__.hub}function Vt(e,t){return!!e&&(e.__SENTRY__=e.__SENTRY__||{},e.__SENTRY__.hub=t,!0)}function Bt(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=jt();if(r&&r[e])return r[e].apply(r,q(t));throw new Error("No hub defined or "+e+" was not found on the hub, please open a bug report.")}function Ut(e,t){var n;try{throw new Error("Sentry syntheticException")}catch(e){n=e}return Bt("captureException",e,{captureContext:t,originalException:e,syntheticException:n})}function _t(e){Bt("withScope",e)}function Wt(e){var t=e.protocol?e.protocol+":":"",n=e.port?":"+e.port:"";return t+"//"+e.host+n+(e.path?"/"+e.path:"")+"/api/"}function zt(e,t){return""+Wt(e)+e.projectId+"/"+t+"/"}function qt(e){return t={sentry_key:e.publicKey,sentry_version:"7"},Object.keys(t).map((function(e){return encodeURIComponent(e)+"="+encodeURIComponent(t[e])})).join("&");var t}function Gt(e){return function(e){return zt(e,"store")}(e)+"?"+qt(e)}function Ht(e,t){return t||function(e){return zt(e,"envelope")}(e)+"?"+qt(e)}
74
- /*! *****************************************************************************
75
- Copyright (c) Microsoft Corporation.
76
-
77
- Permission to use, copy, modify, and/or distribute this software for any
78
- purpose with or without fee is hereby granted.
79
-
80
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
81
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
82
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
83
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
84
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
85
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
86
- PERFORMANCE OF THIS SOFTWARE.
87
- ***************************************************************************** */
88
- var Yt=function(){return(Yt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function Kt(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function Xt(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(Kt(arguments[t]));return e}var Jt=[];function Zt(e){return e.reduce((function(e,t){return e.every((function(e){return t.name!==e.name}))&&e.push(t),e}),[])}function Qt(e){var t={};return function(e){var t=e.defaultIntegrations&&Xt(e.defaultIntegrations)||[],n=e.integrations,r=Xt(Zt(t));Array.isArray(n)?r=Xt(r.filter((function(e){return n.every((function(t){return t.name!==e.name}))})),Zt(n)):"function"==typeof n&&(r=n(r),r=Array.isArray(r)?r:[r]);var o=r.map((function(e){return e.name})),i="Debug";return-1!==o.indexOf(i)&&r.push.apply(r,Xt(r.splice(o.indexOf(i),1))),r}(e).forEach((function(e){t[e.name]=e,function(e){-1===Jt.indexOf(e.name)&&(e.setupOnce(Nt,jt),Jt.push(e.name),Ae.log("Integration installed: "+e.name))}(e)})),je(t,"initialized",!0),t}var $t="Not capturing exception because it's already been captured.",en=function(){function e(e,t){this._integrations={},this._numProcessing=0,this._backend=new e(t),this._options=t,t.dsn&&(this._dsn=Se(t.dsn))}return e.prototype.captureException=function(e,t,n){var r=this;if(!mt(e)){var o=t&&t.event_id;return this._process(this._getBackend().eventFromException(e,t).then((function(e){return r._captureEvent(e,t,n)})).then((function(e){o=e}))),o}Ae.log($t)},e.prototype.captureMessage=function(e,t,n,r){var o=this,i=n&&n.event_id,a=ie(e)?this._getBackend().eventFromMessage(String(e),t,n):this._getBackend().eventFromException(e,n);return this._process(a.then((function(e){return o._captureEvent(e,n,r)})).then((function(e){i=e}))),i},e.prototype.captureEvent=function(e,t,n){if(!(t&&t.originalException&&mt(t.originalException))){var r=t&&t.event_id;return this._process(this._captureEvent(e,t,n).then((function(e){r=e}))),r}Ae.log($t)},e.prototype.captureSession=function(e){this._isEnabled()?"string"!=typeof e.release?K()&&Ae.warn("Discarded session because of missing or non-string release"):(this._sendSession(e),e.update({init:!1})):K()&&Ae.warn("SDK not enabled, will not capture session.")},e.prototype.getDsn=function(){return this._dsn},e.prototype.getOptions=function(){return this._options},e.prototype.getTransport=function(){return this._getBackend().getTransport()},e.prototype.flush=function(e){var t=this;return this._isClientDoneProcessing(e).then((function(n){return t.getTransport().close(e).then((function(e){return n&&e}))}))},e.prototype.close=function(e){var t=this;return this.flush(e).then((function(e){return t.getOptions().enabled=!1,e}))},e.prototype.setupIntegrations=function(){this._isEnabled()&&!this._integrations.initialized&&(this._integrations=Qt(this._options))},e.prototype.getIntegration=function(e){try{return this._integrations[e.id]||null}catch(t){return Ae.warn("Cannot retrieve integration "+e.id+" from the current Client"),null}},e.prototype._updateSessionFromEvent=function(e,t){var n,r,o=!1,i=!1,a=t.exception&&t.exception.values;if(a){i=!0;try{for(var s=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(a),u=s.next();!u.done;u=s.next()){var c=u.value.mechanism;if(c&&!1===c.handled){o=!0;break}}}catch(e){n={error:e}}finally{try{u&&!u.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}}var l="ok"===e.status;(l&&0===e.errors||l&&o)&&(e.update(Yt(Yt({},o&&{status:"crashed"}),{errors:e.errors||Number(i||o)})),this.captureSession(e))},e.prototype._sendSession=function(e){this._getBackend().sendSession(e)},e.prototype._isClientDoneProcessing=function(e){var t=this;return new yt((function(n){var r=0,o=setInterval((function(){0==t._numProcessing?(clearInterval(o),n(!0)):(r+=1,e&&r>=e&&(clearInterval(o),n(!1)))}),1)}))},e.prototype._getBackend=function(){return this._backend},e.prototype._isEnabled=function(){return!1!==this.getOptions().enabled&&void 0!==this._dsn},e.prototype._prepareEvent=function(e,t,n){var r=this,o=this.getOptions().normalizeDepth,i=void 0===o?3:o,a=Yt(Yt({},e),{event_id:e.event_id||(n&&n.event_id?n.event_id:ct()),timestamp:e.timestamp||Ot()});this._applyClientOptions(a),this._applyIntegrationsMetadata(a);var s=t;n&&n.captureContext&&(s=At.clone(s).update(n.captureContext));var u=vt(a);return s&&(u=s.applyToEvent(a,n)),u.then((function(e){return e&&(e.sdkProcessingMetadata=Yt(Yt({},e.sdkProcessingMetadata),{normalizeDepth:ze(i)})),"number"==typeof i&&i>0?r._normalizeEvent(e,i):e}))},e.prototype._normalizeEvent=function(e,t){if(!e)return null;var n=Yt(Yt(Yt(Yt(Yt({},e),e.breadcrumbs&&{breadcrumbs:e.breadcrumbs.map((function(e){return Yt(Yt({},e),e.data&&{data:ze(e.data,t)})}))}),e.user&&{user:ze(e.user,t)}),e.contexts&&{contexts:ze(e.contexts,t)}),e.extra&&{extra:ze(e.extra,t)});return e.contexts&&e.contexts.trace&&(n.contexts.trace=e.contexts.trace),e.sdkProcessingMetadata=Yt(Yt({},e.sdkProcessingMetadata),{baseClientNormalized:!0}),n},e.prototype._applyClientOptions=function(e){var t=this.getOptions(),n=t.environment,r=t.release,o=t.dist,i=t.maxValueLength,a=void 0===i?250:i;"environment"in e||(e.environment="environment"in t?n:"production"),void 0===e.release&&void 0!==r&&(e.release=r),void 0===e.dist&&void 0!==o&&(e.dist=o),e.message&&(e.message=Re(e.message,a));var s=e.exception&&e.exception.values&&e.exception.values[0];s&&s.value&&(s.value=Re(s.value,a));var u=e.request;u&&u.url&&(u.url=Re(u.url,a))},e.prototype._applyIntegrationsMetadata=function(e){var t=Object.keys(this._integrations);t.length>0&&(e.sdk=e.sdk||{},e.sdk.integrations=Xt(e.sdk.integrations||[],t))},e.prototype._sendEvent=function(e){this._getBackend().sendEvent(e)},e.prototype._captureEvent=function(e,t,n){return this._processEvent(e,t,n).then((function(e){return e.event_id}),(function(e){Ae.error(e)}))},e.prototype._processEvent=function(e,t,n){var r=this,o=this.getOptions(),i=o.beforeSend,a=o.sampleRate,s=this.getTransport();function u(e,t){s.recordLostEvent&&s.recordLostEvent(e,t)}if(!this._isEnabled())return gt(new ge("SDK not enabled, will not capture event."));var c="transaction"===e.type;return!c&&"number"==typeof a&&Math.random()>a?(u("sample_rate","event"),gt(new ge("Discarding event because it's not included in the random sample (sampling rate = "+a+")"))):this._prepareEvent(e,n,t).then((function(n){if(null===n)throw u("event_processor",e.type||"event"),new ge("An event processor returned null, will not send event.");return t&&t.data&&!0===t.data.__sentry__||c||!i?n:function(e){var t="`beforeSend` method has to return `null` or a valid event.";if(ce(e))return e.then((function(e){if(!ae(e)&&null!==e)throw new ge(t);return e}),(function(e){throw new ge("beforeSend rejected with "+e)}));if(!ae(e)&&null!==e)throw new ge(t);return e}(i(n,t))})).then((function(t){if(null===t)throw u("before_send",e.type||"event"),new ge("`beforeSend` returned `null`, will not send event.");var o=n&&n.getSession&&n.getSession();return!c&&o&&r._updateSessionFromEvent(o,t),r._sendEvent(t),t})).then(null,(function(e){if(e instanceof ge)throw e;throw r.captureException(e,{data:{__sentry__:!0},originalException:e}),new ge("Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: "+e)}))},e.prototype._process=function(e){var t=this;this._numProcessing+=1,e.then((function(e){return t._numProcessing-=1,e}),(function(e){return t._numProcessing-=1,e}))},e}();var tn=function(){function e(){}return e.prototype.sendEvent=function(e){return vt({reason:"NoopTransport: Event has been skipped because no Dsn is configured.",status:"skipped"})},e.prototype.close=function(e){return vt(!0)},e}(),nn=function(){function e(e){this._options=e,this._options.dsn||Ae.warn("No DSN provided, backend will not do anything."),this._transport=this._setupTransport()}return e.prototype.eventFromException=function(e,t){throw new ge("Backend has to implement `eventFromException` method")},e.prototype.eventFromMessage=function(e,t,n){throw new ge("Backend has to implement `eventFromMessage` method")},e.prototype.sendEvent=function(e){this._transport.sendEvent(e).then(null,(function(e){K()&&Ae.error("Error while sending event: "+e)}))},e.prototype.sendSession=function(e){this._transport.sendSession?this._transport.sendSession(e).then(null,(function(e){K()&&Ae.error("Error while sending session: "+e)})):K()&&Ae.warn("Dropping session because custom transport doesn't implement sendSession")},e.prototype.getTransport=function(){return this._transport},e.prototype._setupTransport=function(){return new tn},e}();function rn(e){if(e.metadata&&e.metadata.sdk){var t=e.metadata.sdk;return{name:t.name,version:t.version}}}function on(e,t){var n,r=rn(t),o=e.type||"event",i="transaction"===o||!!t.tunnel,a=(e.sdkProcessingMetadata||{}).transactionSampling||{},s=a.method,u=a.rate;!function(e,t){t&&(e.sdk=e.sdk||{},e.sdk.name=e.sdk.name||t.name,e.sdk.version=e.sdk.version||t.version,e.sdk.integrations=Xt(e.sdk.integrations||[],t.integrations||[]),e.sdk.packages=Xt(e.sdk.packages||[],t.packages||[]))}(e,t.metadata.sdk),e.tags=e.tags||{},e.extra=e.extra||{},e.sdkProcessingMetadata&&e.sdkProcessingMetadata.baseClientNormalized||(e.tags.skippedNormalization=!0,e.extra.normalizeDepth=e.sdkProcessingMetadata?e.sdkProcessingMetadata.normalizeDepth:"unset"),delete e.sdkProcessingMetadata;try{n=JSON.stringify(e)}catch(t){e.tags.JSONStringifyError=!0,e.extra.JSONStringifyError=t;try{n=JSON.stringify(ze(e))}catch(e){var c=e;n=JSON.stringify({message:"JSON.stringify error after renormalization",extra:{message:c.message,stack:c.stack}})}}var l={body:n,type:o,url:i?Ht(t.dsn,t.tunnel):Gt(t.dsn)};if(i){var d=JSON.stringify(Yt(Yt({event_id:e.event_id,sent_at:(new Date).toISOString()},r&&{sdk:r}),!!t.tunnel&&{dsn:be(t.dsn)}))+"\n"+JSON.stringify({type:o,sample_rates:[{id:s,rate:u}]})+"\n"+l.body;l.body=d}return l}var an,sn=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(){an=Function.prototype.toString,Function.prototype.toString=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=Fe(this)||this;return an.apply(n,e)}},e.id="FunctionToString",e}(),un=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/],cn=function(){function e(t){void 0===t&&(t={}),this._options=t,this.name=e.id}return e.prototype.setupOnce=function(){Nt((function(t){var n=jt();if(!n)return t;var r=n.getIntegration(e);if(r){var o=n.getClient(),i=o?o.getOptions():{},a="function"==typeof r._mergeOptions?r._mergeOptions(i):{};return"function"!=typeof r._shouldDropEvent?t:r._shouldDropEvent(t,a)?null:t}return t}))},e.prototype._shouldDropEvent=function(e,t){return this._isSentryError(e,t)?(K()&&Ae.warn("Event dropped due to being internal Sentry Error.\nEvent: "+ft(e)),!0):this._isIgnoredError(e,t)?(K()&&Ae.warn("Event dropped due to being matched by `ignoreErrors` option.\nEvent: "+ft(e)),!0):this._isDeniedUrl(e,t)?(K()&&Ae.warn("Event dropped due to being matched by `denyUrls` option.\nEvent: "+ft(e)+".\nUrl: "+this._getEventFilterUrl(e)),!0):!this._isAllowedUrl(e,t)&&(K()&&Ae.warn("Event dropped due to not being matched by `allowUrls` option.\nEvent: "+ft(e)+".\nUrl: "+this._getEventFilterUrl(e)),!0)},e.prototype._isSentryError=function(e,t){if(!t.ignoreInternal)return!1;try{return"SentryError"===e.exception.values[0].type}catch(e){}return!1},e.prototype._isIgnoredError=function(e,t){return!(!t.ignoreErrors||!t.ignoreErrors.length)&&this._getPossibleEventMessages(e).some((function(e){return t.ignoreErrors.some((function(t){return Ie(e,t)}))}))},e.prototype._isDeniedUrl=function(e,t){if(!t.denyUrls||!t.denyUrls.length)return!1;var n=this._getEventFilterUrl(e);return!!n&&t.denyUrls.some((function(e){return Ie(n,e)}))},e.prototype._isAllowedUrl=function(e,t){if(!t.allowUrls||!t.allowUrls.length)return!0;var n=this._getEventFilterUrl(e);return!n||t.allowUrls.some((function(e){return Ie(n,e)}))},e.prototype._mergeOptions=function(e){return void 0===e&&(e={}),{allowUrls:Xt(this._options.whitelistUrls||[],this._options.allowUrls||[],e.whitelistUrls||[],e.allowUrls||[]),denyUrls:Xt(this._options.blacklistUrls||[],this._options.denyUrls||[],e.blacklistUrls||[],e.denyUrls||[]),ignoreErrors:Xt(this._options.ignoreErrors||[],e.ignoreErrors||[],un),ignoreInternal:void 0===this._options.ignoreInternal||this._options.ignoreInternal}},e.prototype._getPossibleEventMessages=function(e){if(e.message)return[e.message];if(e.exception)try{var t=e.exception.values&&e.exception.values[0]||{},n=t.type,r=void 0===n?"":n,o=t.value,i=void 0===o?"":o;return[""+i,r+": "+i]}catch(t){return K()&&Ae.error("Cannot extract message for event "+ft(e)),[]}return[]},e.prototype._getLastValidUrl=function(e){void 0===e&&(e=[]);for(var t=e.length-1;t>=0;t--){var n=e[t];if(n&&"<anonymous>"!==n.filename&&"[native code]"!==n.filename)return n.filename||null}return null},e.prototype._getEventFilterUrl=function(e){try{if(e.stacktrace)return this._getLastValidUrl(e.stacktrace.frames);var t;try{t=e.exception.values[0].stacktrace.frames}catch(e){}return t?this._getLastValidUrl(t):null}catch(t){return K()&&Ae.error("Cannot extract url for event "+ft(e)),null}},e.id="InboundFilters",e}();function ln(e,t,n,r){var o={filename:e,function:t,in_app:!0};return void 0!==n&&(o.lineno=n),void 0!==r&&(o.colno=r),o}var dn=/^\s*at (?:(.*?) ?\((?:address at )?)?((?:file|https?|blob|chrome-extension|address|native|eval|webpack|<anonymous>|[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,fn=/\((\S*)(?::(\d+))(?::(\d+))\)/,pn=function(e){var t=dn.exec(e);if(t){if(t[2]&&0===t[2].indexOf("eval")){var n=fn.exec(t[2]);n&&(t[2]=n[1],t[3]=n[2],t[4]=n[3])}var r=_(xn(t[1]||"?",t[2]),2),o=r[0];return ln(r[1],o,t[3]?+t[3]:void 0,t[4]?+t[4]:void 0)}},hn=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension|capacitor).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,mn=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,vn=function(e){var t,n=hn.exec(e);if(n){if(n[3]&&n[3].indexOf(" > eval")>-1){var r=mn.exec(n[3]);r&&(n[1]=n[1]||"eval",n[3]=r[1],n[4]=r[2],n[5]="")}var o=n[3],i=n[1]||"?";return i=(t=_(xn(i,o),2))[0],ln(o=t[1],i,n[4]?+n[4]:void 0,n[5]?+n[5]:void 0)}},gn=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,yn=function(e){var t=gn.exec(e);return t?ln(t[2],t[1]||"?",+t[3],t[4]?+t[4]:void 0):void 0},bn=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,En=function(e){var t=bn.exec(e);return t?ln(t[2],t[3]||"?",+t[1]):void 0},wn=/ line (\d+), column (\d+)\s*(?:in (?:<anonymous function: ([^>]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,Sn=function(e){var t=wn.exec(e);return t?ln(t[5],t[3]||t[4]||"?",+t[1],+t[2]):void 0},xn=function(e,t){var n=-1!==e.indexOf("safari-extension"),r=-1!==e.indexOf("safari-web-extension");return n||r?[-1!==e.indexOf("@")?e.split("@")[0]:"?",n?"safari-extension:"+t:"safari-web-extension:"+t]:[e,t]};function On(e){var t=kn(e),n={type:e&&e.name,value:An(e)};return t&&t.length&&(n.stacktrace={frames:t}),void 0===n.type&&""===n.value&&(n.value="Unrecoverable error caught"),n}function Cn(e){return{exception:{values:[On(e)]}}}function kn(e){var t=e.stacktrace||e.stack||"",n=function(e){if(e){if("number"==typeof e.framesToPop)return e.framesToPop;if(Tn.test(e.message))return 1}return 0}(e);try{return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return function(t,n){var r,o,i,a;void 0===n&&(n=0);var s=[];try{for(var u=me(t.split("\n").slice(n)),c=u.next();!c.done;c=u.next()){var l=c.value;try{for(var d=(i=void 0,me(e)),f=d.next();!f.done;f=d.next()){var p=(0,f.value)(l);if(p){s.push(p);break}}}catch(e){i={error:e}}finally{try{f&&!f.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}}}catch(e){r={error:e}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(r)throw r.error}}return De(s)}}(En,Sn,pn,yn,vn)(t,n)}catch(e){}return[]}var Tn=/Minified React error #\d+;/i;function An(e){var t=e&&e.message;return t?t.error&&"string"==typeof t.error.message?t.error.message:t:"No error message"}function Dn(e,t,n){var r;if(void 0===n&&(n={}),ne(e)&&e.error)return Cn(e.error);if(re(e)||te(e,"DOMException")){var o=e;if("stack"in e)r=Cn(e);else{var i=o.name||(re(o)?"DOMError":"DOMException"),a=o.message?i+": "+o.message:i;pt(r=Nn(a,t,n),a)}return"code"in o&&(r.tags=B(B({},r.tags),{"DOMException.code":""+o.code})),r}return ee(e)?Cn(e):ae(e)||se(e)?(ht(r=function(e,t,n){var r={exception:{values:[{type:se(e)?e.constructor.name:n?"UnhandledRejection":"Error",value:"Non-Error "+(n?"promise rejection":"exception")+" captured with keys: "+qe(e)}]},extra:{__serialized__:Ue(e)}};return t&&(r.stacktrace={frames:kn(t)}),r}(e,t,n.isRejection),{synthetic:!0}),r):(pt(r=Nn(e,t,n),""+e,void 0),ht(r,{synthetic:!0}),r)}function Nn(e,t,n){void 0===n&&(n={});var r={message:e};return n.attachStacktrace&&t&&(r.stacktrace={frames:kn(t)}),r}var Rn,Pn=Q();function In(){if(Rn)return Rn;if(Ye(Pn.fetch))return Rn=Pn.fetch.bind(Pn);var e=Pn.document,t=Pn.fetch;if(e&&"function"==typeof e.createElement)try{var n=e.createElement("iframe");n.hidden=!0,e.head.appendChild(n);var r=n.contentWindow;r&&r.fetch&&(t=r.fetch),e.head.removeChild(n)}catch(e){K()&&Ae.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ",e)}return Rn=t.bind(Pn)}function Mn(e,t){if("[object Navigator]"===Object.prototype.toString.call(Pn&&Pn.navigator)&&"function"==typeof Pn.navigator.sendBeacon)return Pn.navigator.sendBeacon.bind(Pn.navigator)(e,t);if(He()){var n=In();n(e,{body:t,method:"POST",credentials:"omit",keepalive:!0}).then(null,(function(e){console.error(e)}))}else;}function jn(e){return"event"===e?"error":e}var Ln=Q(),Fn=function(){function e(e){var t,n,r,o=this;this.options=e,this._buffer=bt(30),this._rateLimits={},this._outcomes={},this._api=(t=e.dsn,n=e._metadata,r=e.tunnel,{initDsn:t,metadata:n||{},dsn:Se(t),tunnel:r}),this.url=Gt(this._api.dsn),this.options.sendClientReports&&Ln.document&&Ln.document.addEventListener("visibilitychange",(function(){"hidden"===Ln.document.visibilityState&&o._flushOutcomes()}))}return e.prototype.sendEvent=function(e){return this._sendRequest(on(e,this._api),e)},e.prototype.sendSession=function(e){return this._sendRequest(function(e,t){var n=rn(t),r="aggregates"in e?"sessions":"session";return{body:JSON.stringify(Yt(Yt({sent_at:(new Date).toISOString()},n&&{sdk:n}),!!t.tunnel&&{dsn:be(t.dsn)}))+"\n"+JSON.stringify({type:r})+"\n"+JSON.stringify(e),type:r,url:Ht(t.dsn,t.tunnel)}}(e,this._api),e)},e.prototype.close=function(e){return this._buffer.drain(e)},e.prototype.recordLostEvent=function(e,t){var n;if(this.options.sendClientReports){var r=jn(t)+":"+e;Ae.log("Adding outcome: "+r),this._outcomes[r]=(null!=(n=this._outcomes[r])?n:0)+1}},e.prototype._flushOutcomes=function(){if(this.options.sendClientReports){var e=this._outcomes;if(this._outcomes={},Object.keys(e).length){Ae.log("Flushing outcomes:\n"+JSON.stringify(e,null,2));var t=Ht(this._api.dsn,this._api.tunnel),n=JSON.stringify(B({},this._api.tunnel&&{dsn:be(this._api.dsn)}))+"\n"+JSON.stringify({type:"client_report"})+"\n"+JSON.stringify({timestamp:Ot(),discarded_events:Object.keys(e).map((function(t){var n=_(t.split(":"),2),r=n[0];return{reason:n[1],category:r,quantity:e[t]}}))});try{Mn(t,n)}catch(e){Ae.error(e)}}else Ae.log("No outcomes to flush")}},e.prototype._handleResponse=function(e){var t,n=e.requestType,r=e.response,o=e.headers,i=e.resolve,a=e.reject,s=(t=r.status)>=200&&t<300?"success":429===t?"rate_limit":t>=400&&t<500?"invalid":t>=500?"failed":"unknown";this._handleRateLimit(o)&&K()&&Ae.warn("Too many "+n+" requests, backing off until: "+this._disabledUntil(n)),"success"!==s?a(r):i({status:s})},e.prototype._disabledUntil=function(e){var t=jn(e);return this._rateLimits[t]||this._rateLimits.all},e.prototype._isRateLimited=function(e){return this._disabledUntil(e)>new Date(Date.now())},e.prototype._handleRateLimit=function(e){var t,n,r,o,i=Date.now(),a=e["x-sentry-rate-limits"],s=e["retry-after"];if(a){try{for(var u=U(a.trim().split(",")),c=u.next();!c.done;c=u.next()){var l=c.value.split(":",2),d=parseInt(l[0],10),f=1e3*(isNaN(d)?60:d);try{for(var p=(r=void 0,U(l[1].split(";"))),h=p.next();!h.done;h=p.next()){var m=h.value;this._rateLimits[m||"all"]=new Date(i+f)}}catch(e){r={error:e}}finally{try{h&&!h.done&&(o=p.return)&&o.call(p)}finally{if(r)throw r.error}}}}catch(e){t={error:e}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}return!0}return!!s&&(this._rateLimits.all=new Date(i+function(e,t){if(!t)return 6e4;var n=parseInt(""+t,10);if(!isNaN(n))return 1e3*n;var r=Date.parse(""+t);return isNaN(r)?6e4:r-e}(i,s)),!0)},e}(),Vn=function(e){function t(t,n){void 0===n&&(n=In());var r=e.call(this,t)||this;return r._fetch=n,r}return F(t,e),t.prototype._sendRequest=function(e,t){var n=this;if(this._isRateLimited(e.type))return this.recordLostEvent("ratelimit_backoff",e.type),Promise.reject({event:t,type:e.type,reason:"Transport for "+e.type+" requests locked till "+this._disabledUntil(e.type)+" due to too many requests.",status:429});var r={body:e.body,method:"POST",referrerPolicy:Ke()?"origin":""};return void 0!==this.options.fetchParameters&&Object.assign(r,this.options.fetchParameters),void 0!==this.options.headers&&(r.headers=this.options.headers),this._buffer.add((function(){return new yt((function(t,o){n._fetch(e.url,r).then((function(r){var i={"x-sentry-rate-limits":r.headers.get("X-Sentry-Rate-Limits"),"retry-after":r.headers.get("Retry-After")};n._handleResponse({requestType:e.type,response:r,headers:i,resolve:t,reject:o})})).catch(o)}))})).then(void 0,(function(t){throw t instanceof ge?n.recordLostEvent("queue_overflow",e.type):n.recordLostEvent("network_error",e.type),t}))},t}(Fn),Bn=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype._sendRequest=function(e,t){var n=this;return this._isRateLimited(e.type)?(this.recordLostEvent("ratelimit_backoff",e.type),Promise.reject({event:t,type:e.type,reason:"Transport for "+e.type+" requests locked till "+this._disabledUntil(e.type)+" due to too many requests.",status:429})):this._buffer.add((function(){return new yt((function(t,r){var o=new XMLHttpRequest;for(var i in o.onreadystatechange=function(){if(4===o.readyState){var i={"x-sentry-rate-limits":o.getResponseHeader("X-Sentry-Rate-Limits"),"retry-after":o.getResponseHeader("Retry-After")};n._handleResponse({requestType:e.type,response:o,headers:i,resolve:t,reject:r})}},o.open("POST",e.url),n.options.headers)Object.prototype.hasOwnProperty.call(n.options.headers,i)&&o.setRequestHeader(i,n.options.headers[i]);o.send(e.body)}))})).then(void 0,(function(t){throw t instanceof ge?n.recordLostEvent("queue_overflow",e.type):n.recordLostEvent("network_error",e.type),t}))},t}(Fn),Un=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return F(t,e),t.prototype.eventFromException=function(e,t){return function(e,t,n){var r=Dn(t,n&&n.syntheticException||void 0,{attachStacktrace:e.attachStacktrace});return ht(r),r.level=V.Error,n&&n.event_id&&(r.event_id=n.event_id),vt(r)}(this._options,e,t)},t.prototype.eventFromMessage=function(e,t,n){return void 0===t&&(t=V.Info),function(e,t,n,r){void 0===n&&(n=V.Info);var o=Nn(t,r&&r.syntheticException||void 0,{attachStacktrace:e.attachStacktrace});return o.level=n,r&&r.event_id&&(o.event_id=r.event_id),vt(o)}(this._options,e,t,n)},t.prototype._setupTransport=function(){if(!this._options.dsn)return e.prototype._setupTransport.call(this);var t=B(B({},this._options.transportOptions),{dsn:this._options.dsn,tunnel:this._options.tunnel,sendClientReports:this._options.sendClientReports,_metadata:this._options._metadata});return this._options.transport?new this._options.transport(t):He()?new Vn(t):new Bn(t)},t}(nn),_n=Q(),Wn=0;function zn(){return Wn>0}function qn(){Wn+=1,setTimeout((function(){Wn-=1}))}function Gn(e,t,n){if(void 0===t&&(t={}),"function"!=typeof e)return e;try{var r=e.__sentry_wrapped__;if(r)return r;if(Fe(e))return e}catch(t){return e}var o=function(){var r=Array.prototype.slice.call(arguments);try{n&&"function"==typeof n&&n.apply(this,arguments);var o=r.map((function(e){return Gn(e,t)}));return e.apply(this,o)}catch(e){throw qn(),_t((function(n){n.addEventProcessor((function(e){return t.mechanism&&(pt(e,void 0,void 0),ht(e,t.mechanism)),e.extra=B(B({},e.extra),{arguments:r}),e})),Ut(e)})),e}};try{for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(o[i]=e[i])}catch(e){}Le(o,e),je(e,"__sentry_wrapped__",o);try{Object.getOwnPropertyDescriptor(o,"name").configurable&&Object.defineProperty(o,"name",{get:function(){return e.name}})}catch(e){}return o}function Hn(e){if(void 0===e&&(e={}),_n.document)if(e.eventId)if(e.dsn){var t=_n.document.createElement("script");t.async=!0,t.src=function(e,t){var n=Se(e),r=Wt(n)+"embed/error-page/",o="dsn="+be(n);for(var i in t)if("dsn"!==i)if("user"===i){if(!t.user)continue;t.user.name&&(o+="&name="+encodeURIComponent(t.user.name)),t.user.email&&(o+="&email="+encodeURIComponent(t.user.email))}else o+="&"+encodeURIComponent(i)+"="+encodeURIComponent(t[i]);return r+"?"+o}(e.dsn,e),e.onLoad&&(t.onload=e.onLoad);var n=_n.document.head||_n.document.body;n&&n.appendChild(t)}else K()&&Ae.error("Missing dsn option in showReportDialog call");else K()&&Ae.error("Missing eventId option in showReportDialog call")}var Yn=function(){function e(t){this.name=e.id,this._installFunc={onerror:Kn,onunhandledrejection:Xn},this._options=B({onerror:!0,onunhandledrejection:!0},t)}return e.prototype.setupOnce=function(){Error.stackTraceLimit=50;var e=this._options;for(var t in e){var n=this._installFunc[t];n&&e[t]&&(Zn(t),n(),this._installFunc[t]=void 0)}},e.id="GlobalHandlers",e}();function Kn(){et("error",(function(e){var t=_($n(),2),n=t[0],r=t[1];if(n.getIntegration(Yn)){var o=e.msg,i=e.url,a=e.line,s=e.column,u=e.error;if(!(zn()||u&&u.__sentry_own_request__)){var c=void 0===u&&oe(o)?function(e,t,n,r){var o=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i,i=ne(e)?e.message:e,a="Error",s=i.match(o);s&&(a=s[1],i=s[2]);return Jn({exception:{values:[{type:a,value:i}]}},t,n,r)}(o,i,a,s):Jn(Dn(u||o,void 0,{attachStacktrace:r,isRejection:!1}),i,a,s);c.level=V.Error,Qn(n,u,c,"onerror")}}}))}function Xn(){et("unhandledrejection",(function(e){var t=_($n(),2),n=t[0],r=t[1];if(n.getIntegration(Yn)){var o=e;try{"reason"in e?o=e.reason:"detail"in e&&"reason"in e.detail&&(o=e.detail.reason)}catch(e){}if(zn()||o&&o.__sentry_own_request__)return!0;var i=ie(o)?{exception:{values:[{type:"UnhandledRejection",value:"Non-Error promise rejection captured with value: "+String(o)}]}}:Dn(o,void 0,{attachStacktrace:r,isRejection:!0});i.level=V.Error,Qn(n,o,i,"onunhandledrejection")}}))}function Jn(e,t,n,r){var o=e.exception=e.exception||{},i=o.values=o.values||[],a=i[0]=i[0]||{},s=a.stacktrace=a.stacktrace||{},u=s.frames=s.frames||[],c=isNaN(parseInt(r,10))?void 0:r,l=isNaN(parseInt(n,10))?void 0:n,d=oe(t)&&t.length>0?t:function(){var e=Q();try{return e.document.location.href}catch(e){return""}}();return 0===u.length&&u.push({colno:c,filename:d,function:"?",in_app:!0,lineno:l}),e}function Zn(e){K()&&Ae.log("Global Handler attached: "+e)}function Qn(e,t,n,r){ht(n,{handled:!1,type:r}),e.captureEvent(n,{originalException:t})}function $n(){var e=jt(),t=e.getClient();return[e,t&&t.getOptions().attachStacktrace]}var er=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],tr=function(){function e(t){this.name=e.id,this._options=B({XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0},t)}return e.prototype.setupOnce=function(){var e=Q();this._options.setTimeout&&Me(e,"setTimeout",nr),this._options.setInterval&&Me(e,"setInterval",nr),this._options.requestAnimationFrame&&Me(e,"requestAnimationFrame",rr),this._options.XMLHttpRequest&&"XMLHttpRequest"in e&&Me(XMLHttpRequest.prototype,"send",or);var t=this._options.eventTarget;t&&(Array.isArray(t)?t:er).forEach(ir)},e.id="TryCatch",e}();function nr(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=t[0];return t[0]=Gn(r,{mechanism:{data:{function:Ne(e)},handled:!0,type:"instrument"}}),e.apply(this,t)}}function rr(e){return function(t){return e.call(this,Gn(t,{mechanism:{data:{function:"requestAnimationFrame",handler:Ne(e)},handled:!0,type:"instrument"}}))}}function or(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var r=this,o=["onload","onerror","onprogress","onreadystatechange"];return o.forEach((function(e){e in r&&"function"==typeof r[e]&&Me(r,e,(function(t){var n={mechanism:{data:{function:e,handler:Ne(t)},handled:!0,type:"instrument"}},r=Fe(t);return r&&(n.mechanism.data.handler=Ne(r)),Gn(t,n)}))})),e.apply(this,t)}}function ir(e){var t=Q(),n=t[e]&&t[e].prototype;n&&n.hasOwnProperty&&n.hasOwnProperty("addEventListener")&&(Me(n,"addEventListener",(function(t){return function(n,r,o){try{"function"==typeof r.handleEvent&&(r.handleEvent=Gn(r.handleEvent.bind(r),{mechanism:{data:{function:"handleEvent",handler:Ne(r),target:e},handled:!0,type:"instrument"}}))}catch(e){}return t.call(this,n,Gn(r,{mechanism:{data:{function:"addEventListener",handler:Ne(r),target:e},handled:!0,type:"instrument"}}),o)}})),Me(n,"removeEventListener",(function(e){return function(t,n,r){var o=n;try{var i=o&&o.__sentry_wrapped__;i&&e.call(this,t,i,r)}catch(e){}return e.call(this,t,o,r)}})))}var ar=function(){function e(t){this.name=e.id,this._options=B({console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0},t)}return e.prototype.addSentryBreadcrumb=function(e){this._options.sentry&&jt().addBreadcrumb({category:"sentry."+("transaction"===e.type?"transaction":"event"),event_id:e.event_id,level:e.level,message:ft(e)},{event:e})},e.prototype.setupOnce=function(){this._options.console&&et("console",sr),this._options.dom&&et("dom",function(e){function t(t){var n,r="object"==typeof e?e.serializeAttribute:void 0;"string"==typeof r&&(r=[r]);try{n=t.event.target?de(t.event.target,r):de(t.event,r)}catch(e){n="<unknown>"}0!==n.length&&jt().addBreadcrumb({category:"ui."+t.name,message:n},{event:t.event,name:t.name,global:t.global})}return t}(this._options.dom)),this._options.xhr&&et("xhr",ur),this._options.fetch&&et("fetch",cr),this._options.history&&et("history",lr)},e.id="Breadcrumbs",e}();function sr(e){var t={category:"console",data:{arguments:e.args,logger:"console"},level:Et(e.level),message:Pe(e.args," ")};if("assert"===e.level){if(!1!==e.args[0])return;t.message="Assertion failed: "+(Pe(e.args.slice(1)," ")||"console.assert"),t.data.arguments=e.args.slice(1)}jt().addBreadcrumb(t,{input:e.args,level:e.level})}function ur(e){if(e.endTimestamp){if(e.xhr.__sentry_own_request__)return;var t=e.xhr.__sentry_xhr__||{},n=t.method,r=t.url,o=t.status_code,i=t.body;jt().addBreadcrumb({category:"xhr",data:{method:n,url:r,status_code:o},type:"http"},{xhr:e.xhr,input:i})}else;}function cr(e){e.endTimestamp&&(e.fetchData.url.match(/sentry_key/)&&"POST"===e.fetchData.method||(e.error?jt().addBreadcrumb({category:"fetch",data:e.fetchData,level:V.Error,type:"http"},{data:e.error,input:e.args}):jt().addBreadcrumb({category:"fetch",data:B(B({},e.fetchData),{status_code:e.response.status}),type:"http"},{input:e.args,response:e.response})))}function lr(e){var t=Q(),n=e.from,r=e.to,o=lt(t.location.href),i=lt(n),a=lt(r);i.path||(i=o),o.protocol===a.protocol&&o.host===a.host&&(r=a.relative),o.protocol===i.protocol&&o.host===i.host&&(n=i.relative),jt().addBreadcrumb({category:"navigation",data:{from:n,to:r}})}var dr=function(){function e(t){void 0===t&&(t={}),this.name=e.id,this._key=t.key||"cause",this._limit=t.limit||5}return e.prototype.setupOnce=function(){Nt((function(t,n){var r=jt().getIntegration(e);return r?function(e,t,n,r){if(!(n.exception&&n.exception.values&&r&&le(r.originalException,Error)))return n;var o=fr(t,r.originalException,e);return n.exception.values=W(o,n.exception.values),n}(r._key,r._limit,t,n):t}))},e.id="LinkedErrors",e}();function fr(e,t,n,r){if(void 0===r&&(r=[]),!le(t[n],Error)||r.length+1>=e)return r;var o=On(t[n]);return fr(e,t[n],n,W([o],r))}var pr=Q(),hr=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(){Nt((function(t){if(jt().getIntegration(e)){if(!pr.navigator&&!pr.location&&!pr.document)return t;var n=t.request&&t.request.url||pr.location&&pr.location.href,r=(pr.document||{}).referrer,o=(pr.navigator||{}).userAgent,i=B(B(B({},t.request&&t.request.headers),r&&{Referer:r}),o&&{"User-Agent":o}),a=B(B({},n&&{url:n}),{headers:i});return B(B({},t),{request:a})}return t}))},e.id="UserAgent",e}(),mr=function(){function e(){this.name=e.id}return e.prototype.setupOnce=function(t,n){t((function(t){var r=n().getIntegration(e);if(r){try{if(function(e,t){if(!t)return!1;if(function(e,t){var n=e.message,r=t.message;if(!n&&!r)return!1;if(n&&!r||!n&&r)return!1;if(n!==r)return!1;if(!gr(e,t))return!1;if(!vr(e,t))return!1;return!0}(e,t))return!0;if(function(e,t){var n=yr(t),r=yr(e);if(!n||!r)return!1;if(n.type!==r.type||n.value!==r.value)return!1;if(!gr(e,t))return!1;if(!vr(e,t))return!1;return!0}(e,t))return!0;return!1}(t,r._previousEvent))return Ae.warn("Event dropped due to being a duplicate of previously captured event."),null}catch(e){return r._previousEvent=t}return r._previousEvent=t}return t}))},e.id="Dedupe",e}();function vr(e,t){var n=br(e),r=br(t);if(!n&&!r)return!0;if(n&&!r||!n&&r)return!1;if(n=n,(r=r).length!==n.length)return!1;for(var o=0;o<r.length;o++){var i=r[o],a=n[o];if(i.filename!==a.filename||i.lineno!==a.lineno||i.colno!==a.colno||i.function!==a.function)return!1}return!0}function gr(e,t){var n=e.fingerprint,r=t.fingerprint;if(!n&&!r)return!0;if(n&&!r||!n&&r)return!1;n=n,r=r;try{return!(n.join("")!==r.join(""))}catch(e){return!1}}function yr(e){return e.exception&&e.exception.values&&e.exception.values[0]}function br(e){var t=e.exception;if(t)try{return t.values[0].stacktrace.frames}catch(e){return}else if(e.stacktrace)return e.stacktrace.frames}var Er=function(e){function t(t){void 0===t&&(t={});return t._metadata=t._metadata||{},t._metadata.sdk=t._metadata.sdk||{name:"sentry.javascript.browser",packages:[{name:"npm:@sentry/browser",version:"6.17.9"}],version:"6.17.9"},e.call(this,Un,t)||this}return F(t,e),t.prototype.showReportDialog=function(e){void 0===e&&(e={}),Q().document&&(this._isEnabled()?Hn(B(B({},e),{dsn:e.dsn||this.getDsn()})):Ae.error("Trying to call showReportDialog with Sentry Client disabled"))},t.prototype._prepareEvent=function(t,n,r){return t.platform=t.platform||"javascript",e.prototype._prepareEvent.call(this,t,n,r)},t.prototype._sendEvent=function(t){var n=this.getIntegration(ar);n&&n.addSentryBreadcrumb(t),e.prototype._sendEvent.call(this,t)},t}(en);new cn,new sn,new tr,new ar,new Yn,new dr,new mr,new hr;
89
- /*! *****************************************************************************
90
- Copyright (c) Microsoft Corporation.
91
-
92
- Permission to use, copy, modify, and/or distribute this software for any
93
- purpose with or without fee is hereby granted.
94
-
95
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
96
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
97
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
98
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
99
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
100
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
101
- PERFORMANCE OF THIS SOFTWARE.
102
- ***************************************************************************** */
103
- var wr=function(e,t){return(wr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};var Sr=function(){return(Sr=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function xr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Or(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})})),t}var Cr={exports:{}},kr={},Tr="function"==typeof Symbol&&Symbol.for,Ar=Tr?Symbol.for("react.element"):60103,Dr=Tr?Symbol.for("react.portal"):60106,Nr=Tr?Symbol.for("react.fragment"):60107,Rr=Tr?Symbol.for("react.strict_mode"):60108,Pr=Tr?Symbol.for("react.profiler"):60114,Ir=Tr?Symbol.for("react.provider"):60109,Mr=Tr?Symbol.for("react.context"):60110,jr=Tr?Symbol.for("react.async_mode"):60111,Lr=Tr?Symbol.for("react.concurrent_mode"):60111,Fr=Tr?Symbol.for("react.forward_ref"):60112,Vr=Tr?Symbol.for("react.suspense"):60113,Br=Tr?Symbol.for("react.suspense_list"):60120,Ur=Tr?Symbol.for("react.memo"):60115,_r=Tr?Symbol.for("react.lazy"):60116,Wr=Tr?Symbol.for("react.block"):60121,zr=Tr?Symbol.for("react.fundamental"):60117,qr=Tr?Symbol.for("react.responder"):60118,Gr=Tr?Symbol.for("react.scope"):60119;function Hr(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case Ar:switch(e=e.type){case jr:case Lr:case Nr:case Pr:case Rr:case Vr:return e;default:switch(e=e&&e.$$typeof){case Mr:case Fr:case _r:case Ur:case Ir:return e;default:return t}}case Dr:return t}}}function Yr(e){return Hr(e)===Lr}kr.AsyncMode=jr,kr.ConcurrentMode=Lr,kr.ContextConsumer=Mr,kr.ContextProvider=Ir,kr.Element=Ar,kr.ForwardRef=Fr,kr.Fragment=Nr,kr.Lazy=_r,kr.Memo=Ur,kr.Portal=Dr,kr.Profiler=Pr,kr.StrictMode=Rr,kr.Suspense=Vr,kr.isAsyncMode=function(e){return Yr(e)||Hr(e)===jr},kr.isConcurrentMode=Yr,kr.isContextConsumer=function(e){return Hr(e)===Mr},kr.isContextProvider=function(e){return Hr(e)===Ir},kr.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===Ar},kr.isForwardRef=function(e){return Hr(e)===Fr},kr.isFragment=function(e){return Hr(e)===Nr},kr.isLazy=function(e){return Hr(e)===_r},kr.isMemo=function(e){return Hr(e)===Ur},kr.isPortal=function(e){return Hr(e)===Dr},kr.isProfiler=function(e){return Hr(e)===Pr},kr.isStrictMode=function(e){return Hr(e)===Rr},kr.isSuspense=function(e){return Hr(e)===Vr},kr.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===Nr||e===Lr||e===Pr||e===Rr||e===Vr||e===Br||"object"==typeof e&&null!==e&&(e.$$typeof===_r||e.$$typeof===Ur||e.$$typeof===Ir||e.$$typeof===Mr||e.$$typeof===Fr||e.$$typeof===zr||e.$$typeof===qr||e.$$typeof===Gr||e.$$typeof===Wr)},kr.typeOf=Hr;var Kr={};
104
- /** @license React v16.13.1
105
- * react-is.development.js
106
- *
107
- * Copyright (c) Facebook, Inc. and its affiliates.
108
- *
109
- * This source code is licensed under the MIT license found in the
110
- * LICENSE file in the root directory of this source tree.
111
- */"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,l=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var f=e.$$typeof;switch(f){case t:var m=e.type;switch(m){case u:case c:case r:case i:case o:case d:return m;default:var v=m&&m.$$typeof;switch(v){case s:case l:case h:case p:case a:return v;default:return f}}case n:return f}}}var E=u,w=c,S=s,x=a,O=t,C=l,k=r,T=h,A=p,D=n,N=i,R=o,P=d,I=!1;function M(e){return b(e)===c}Kr.AsyncMode=E,Kr.ConcurrentMode=w,Kr.ContextConsumer=S,Kr.ContextProvider=x,Kr.Element=O,Kr.ForwardRef=C,Kr.Fragment=k,Kr.Lazy=T,Kr.Memo=A,Kr.Portal=D,Kr.Profiler=N,Kr.StrictMode=R,Kr.Suspense=P,Kr.isAsyncMode=function(e){return I||(I=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),M(e)||b(e)===u},Kr.isConcurrentMode=M,Kr.isContextConsumer=function(e){return b(e)===s},Kr.isContextProvider=function(e){return b(e)===a},Kr.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Kr.isForwardRef=function(e){return b(e)===l},Kr.isFragment=function(e){return b(e)===r},Kr.isLazy=function(e){return b(e)===h},Kr.isMemo=function(e){return b(e)===p},Kr.isPortal=function(e){return b(e)===n},Kr.isProfiler=function(e){return b(e)===i},Kr.isStrictMode=function(e){return b(e)===o},Kr.isSuspense=function(e){return b(e)===d},Kr.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===i||e===o||e===d||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===a||e.$$typeof===s||e.$$typeof===l||e.$$typeof===v||e.$$typeof===g||e.$$typeof===y||e.$$typeof===m)},Kr.typeOf=b}(),"production"===process.env.NODE_ENV?Cr.exports=kr:Cr.exports=Kr;var Xr=Cr.exports,Jr={};Jr[Xr.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Jr[Xr.Memo]={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0};var Zr={componentStack:null,error:null,eventId:null},Qr=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.state=Zr,e.resetErrorBoundary=function(){var t=e.props.onReset,n=e.state,r=n.error,o=n.componentStack,i=n.eventId;t&&t(r,o,i),e.setState(Zr)},e}return function(e,t){function n(){this.constructor=e}wr(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(n,t),n.prototype.componentDidCatch=function(t,n){var r=this,o=n.componentStack,i=this.props,a=i.beforeCapture,s=i.onError,u=i.showDialog,c=i.dialogOptions;_t((function(n){if(function(e){var t=e.match(/^([^.]+)/);return null!==t&&parseInt(t[0])>=17}(e.version)){var i=new Error(t.message);i.name="React ErrorBoundary "+i.name,i.stack=o,t.cause=i}a&&a(n,t,o);var l=Ut(t,{contexts:{react:{componentStack:o}}});s&&s(t,o,l),u&&function(e){void 0===e&&(e={});var t=jt(),n=t.getScope();n&&(e.user=B(B({},n.getUser()),e.user)),e.eventId||(e.eventId=t.lastEventId());var r=t.getClient();r&&r.showReportDialog(e)}(Sr(Sr({},c),{eventId:l})),r.setState({error:t,componentStack:o,eventId:l})}))},n.prototype.componentDidMount=function(){var e=this.props.onMount;e&&e()},n.prototype.componentWillUnmount=function(){var e=this.state,t=e.error,n=e.componentStack,r=e.eventId,o=this.props.onUnmount;o&&o(t,n,r)},n.prototype.render=function(){var t=this.props,n=t.fallback,r=t.children,o=this.state,i=o.error,a=o.componentStack,s=o.eventId;if(i){var u=void 0;return u="function"==typeof n?n({error:i,componentStack:a,resetError:this.resetErrorBoundary,eventId:s}):n,e.isValidElement(u)?u:(n&&Ae.warn("fallback did not produce a valid ReactElement"),null)}return"function"==typeof r?r():r},n}(e.Component);function $r(){return($r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var eo={exports:{}},to={exports:{}},no={},ro="function"==typeof Symbol&&Symbol.for,oo=ro?Symbol.for("react.element"):60103,io=ro?Symbol.for("react.portal"):60106,ao=ro?Symbol.for("react.fragment"):60107,so=ro?Symbol.for("react.strict_mode"):60108,uo=ro?Symbol.for("react.profiler"):60114,co=ro?Symbol.for("react.provider"):60109,lo=ro?Symbol.for("react.context"):60110,fo=ro?Symbol.for("react.async_mode"):60111,po=ro?Symbol.for("react.concurrent_mode"):60111,ho=ro?Symbol.for("react.forward_ref"):60112,mo=ro?Symbol.for("react.suspense"):60113,vo=ro?Symbol.for("react.suspense_list"):60120,go=ro?Symbol.for("react.memo"):60115,yo=ro?Symbol.for("react.lazy"):60116,bo=ro?Symbol.for("react.block"):60121,Eo=ro?Symbol.for("react.fundamental"):60117,wo=ro?Symbol.for("react.responder"):60118,So=ro?Symbol.for("react.scope"):60119;function xo(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case oo:switch(e=e.type){case fo:case po:case ao:case uo:case so:case mo:return e;default:switch(e=e&&e.$$typeof){case lo:case ho:case yo:case go:case co:return e;default:return t}}case io:return t}}}function Oo(e){return xo(e)===po}no.AsyncMode=fo,no.ConcurrentMode=po,no.ContextConsumer=lo,no.ContextProvider=co,no.Element=oo,no.ForwardRef=ho,no.Fragment=ao,no.Lazy=yo,no.Memo=go,no.Portal=io,no.Profiler=uo,no.StrictMode=so,no.Suspense=mo,no.isAsyncMode=function(e){return Oo(e)||xo(e)===fo},no.isConcurrentMode=Oo,no.isContextConsumer=function(e){return xo(e)===lo},no.isContextProvider=function(e){return xo(e)===co},no.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===oo},no.isForwardRef=function(e){return xo(e)===ho},no.isFragment=function(e){return xo(e)===ao},no.isLazy=function(e){return xo(e)===yo},no.isMemo=function(e){return xo(e)===go},no.isPortal=function(e){return xo(e)===io},no.isProfiler=function(e){return xo(e)===uo},no.isStrictMode=function(e){return xo(e)===so},no.isSuspense=function(e){return xo(e)===mo},no.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===ao||e===po||e===uo||e===so||e===mo||e===vo||"object"==typeof e&&null!==e&&(e.$$typeof===yo||e.$$typeof===go||e.$$typeof===co||e.$$typeof===lo||e.$$typeof===ho||e.$$typeof===Eo||e.$$typeof===wo||e.$$typeof===So||e.$$typeof===bo)},no.typeOf=xo;var Co={};
112
- /** @license React v16.13.1
113
- * react-is.development.js
114
- *
115
- * Copyright (c) Facebook, Inc. and its affiliates.
116
- *
117
- * This source code is licensed under the MIT license found in the
118
- * LICENSE file in the root directory of this source tree.
119
- */"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,l=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var f=e.$$typeof;switch(f){case t:var m=e.type;switch(m){case u:case c:case r:case i:case o:case d:return m;default:var v=m&&m.$$typeof;switch(v){case s:case l:case h:case p:case a:return v;default:return f}}case n:return f}}}var E=u,w=c,S=s,x=a,O=t,C=l,k=r,T=h,A=p,D=n,N=i,R=o,P=d,I=!1;function M(e){return b(e)===c}Co.AsyncMode=E,Co.ConcurrentMode=w,Co.ContextConsumer=S,Co.ContextProvider=x,Co.Element=O,Co.ForwardRef=C,Co.Fragment=k,Co.Lazy=T,Co.Memo=A,Co.Portal=D,Co.Profiler=N,Co.StrictMode=R,Co.Suspense=P,Co.isAsyncMode=function(e){return I||(I=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),M(e)||b(e)===u},Co.isConcurrentMode=M,Co.isContextConsumer=function(e){return b(e)===s},Co.isContextProvider=function(e){return b(e)===a},Co.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Co.isForwardRef=function(e){return b(e)===l},Co.isFragment=function(e){return b(e)===r},Co.isLazy=function(e){return b(e)===h},Co.isMemo=function(e){return b(e)===p},Co.isPortal=function(e){return b(e)===n},Co.isProfiler=function(e){return b(e)===i},Co.isStrictMode=function(e){return b(e)===o},Co.isSuspense=function(e){return b(e)===d},Co.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===i||e===o||e===d||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===a||e.$$typeof===s||e.$$typeof===l||e.$$typeof===v||e.$$typeof===g||e.$$typeof===y||e.$$typeof===m)},Co.typeOf=b}(),"production"===process.env.NODE_ENV?to.exports=no:to.exports=Co
120
- /*
121
- object-assign
122
- (c) Sindre Sorhus
123
- @license MIT
124
- */;var ko=Object.getOwnPropertySymbols,To=Object.prototype.hasOwnProperty,Ao=Object.prototype.propertyIsEnumerable;function Do(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var No=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,r,o=Do(e),i=1;i<arguments.length;i++){for(var a in n=Object(arguments[i]))To.call(n,a)&&(o[a]=n[a]);if(ko){r=ko(n);for(var s=0;s<r.length;s++)Ao.call(n,r[s])&&(o[r[s]]=n[r[s]])}}return o},Ro="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",Po=function(){};if("production"!==process.env.NODE_ENV){var Io=Ro,Mo={},jo=Function.call.bind(Object.prototype.hasOwnProperty);Po=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function Lo(e,t,n,r,o){if("production"!==process.env.NODE_ENV)for(var i in e)if(jo(e,i)){var a;try{if("function"!=typeof e[i]){var s=Error((r||"React class")+": "+n+" type `"+i+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[i]+"`.");throw s.name="Invariant Violation",s}a=e[i](t,i,r,n,null,Io)}catch(e){a=e}if(!a||a instanceof Error||Po((r||"React class")+": type specification of "+n+" `"+i+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof a+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),a instanceof Error&&!(a.message in Mo)){Mo[a.message]=!0;var u=o?o():"";Po("Failed "+n+" type: "+a.message+(null!=u?u:""))}}}Lo.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(Mo={})};var Fo=Lo,Vo=to.exports,Bo=No,Uo=Ro,_o=Fo,Wo=Function.call.bind(Object.prototype.hasOwnProperty),zo=function(){};function qo(){return null}"production"!==process.env.NODE_ENV&&(zo=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}});function Go(){}function Ho(){}Ho.resetWarningCache=Go;if("production"!==process.env.NODE_ENV){var Yo=to.exports;eo.exports=function(e,t){var n="function"==typeof Symbol&&Symbol.iterator,r="<<anonymous>>",o={array:u("array"),bool:u("boolean"),func:u("function"),number:u("number"),object:u("object"),string:u("string"),symbol:u("symbol"),any:s(qo),arrayOf:function(e){return s((function(t,n,r,o,i){if("function"!=typeof e)return new a("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var s=t[n];if(!Array.isArray(s))return new a("Invalid "+o+" `"+i+"` of type `"+l(s)+"` supplied to `"+r+"`, expected an array.");for(var u=0;u<s.length;u++){var c=e(s,u,r,o,i+"["+u+"]",Uo);if(c instanceof Error)return c}return null}))},element:s((function(t,n,r,o,i){var s=t[n];return e(s)?null:new a("Invalid "+o+" `"+i+"` of type `"+l(s)+"` supplied to `"+r+"`, expected a single ReactElement.")})),elementType:s((function(e,t,n,r,o){var i=e[t];return Vo.isValidElementType(i)?null:new a("Invalid "+r+" `"+o+"` of type `"+l(i)+"` supplied to `"+n+"`, expected a single ReactElement type.")})),instanceOf:function(e){return s((function(t,n,o,i,s){if(!(t[n]instanceof e)){var u=e.name||r;return new a("Invalid "+i+" `"+s+"` of type `"+((c=t[n]).constructor&&c.constructor.name?c.constructor.name:r)+"` supplied to `"+o+"`, expected instance of `"+u+"`.")}var c;return null}))},node:s((function(e,t,n,r,o){return c(e[t])?null:new a("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return s((function(t,n,r,o,i){if("function"!=typeof e)return new a("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var s=t[n],u=l(s);if("object"!==u)return new a("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected an object.");for(var c in s)if(Wo(s,c)){var d=e(s,c,r,o,i+"."+c,Uo);if(d instanceof Error)return d}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&zo(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),qo;function t(t,n,r,o,s){for(var u=t[n],c=0;c<e.length;c++)if(i(u,e[c]))return null;var l=JSON.stringify(e,(function(e,t){return"symbol"===d(t)?String(t):t}));return new a("Invalid "+o+" `"+s+"` of value `"+String(u)+"` supplied to `"+r+"`, expected one of "+l+".")}return s(t)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&zo("Invalid argument supplied to oneOfType, expected an instance of array."),qo;for(var t=0;t<e.length;t++){var n=e[t];if("function"!=typeof n)return zo("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+f(n)+" at index "+t+"."),qo}return s((function(t,n,r,o,i){for(var s=0;s<e.length;s++)if(null==(0,e[s])(t,n,r,o,i,Uo))return null;return new a("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")}))},shape:function(e){return s((function(t,n,r,o,i){var s=t[n],u=l(s);if("object"!==u)return new a("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected `object`.");for(var c in e){var d=e[c];if(d){var f=d(s,c,r,o,i+"."+c,Uo);if(f)return f}}return null}))},exact:function(e){return s((function(t,n,r,o,i){var s=t[n],u=l(s);if("object"!==u)return new a("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected `object`.");var c=Bo({},t[n],e);for(var d in c){var f=e[d];if(!f)return new a("Invalid "+o+" `"+i+"` key `"+d+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var p=f(s,d,r,o,i+"."+d,Uo);if(p)return p}return null}))}};function i(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function a(e){this.message=e,this.stack=""}function s(e){if("production"!==process.env.NODE_ENV)var n={},o=0;function i(i,s,u,c,l,d,f){if(c=c||r,d=d||u,f!==Uo){if(t){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var h=c+":"+u;!n[h]&&o<3&&(zo("You are manually calling a React.PropTypes validation function for the `"+d+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),n[h]=!0,o++)}}return null==s[u]?i?null===s[u]?new a("The "+l+" `"+d+"` is marked as required in `"+c+"`, but its value is `null`."):new a("The "+l+" `"+d+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(s,u,c,l,d)}var s=i.bind(null,!1);return s.isRequired=i.bind(null,!0),s}function u(e){return s((function(t,n,r,o,i,s){var u=t[n];return l(u)!==e?new a("Invalid "+o+" `"+i+"` of type `"+d(u)+"` supplied to `"+r+"`, expected `"+e+"`."):null}))}function c(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(c);if(null===t||e(t))return!0;var r=function(e){var t=e&&(n&&e[n]||e["@@iterator"]);if("function"==typeof t)return t}(t);if(!r)return!1;var o,i=r.call(t);if(r!==t.entries){for(;!(o=i.next()).done;)if(!c(o.value))return!1}else for(;!(o=i.next()).done;){var a=o.value;if(a&&!c(a[1]))return!1}return!0;default:return!1}}function l(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function d(e){if(null==e)return""+e;var t=l(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function f(e){var t=d(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return a.prototype=Error.prototype,o.checkPropTypes=_o,o.resetWarningCache=_o.resetWarningCache,o.PropTypes=o,o}(Yo.isElement,!0)}else eo.exports=function(){function e(e,t,n,r,o,i){if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==i){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:Ho,resetWarningCache:Go};return n.PropTypes=n,n}();var Ko=eo.exports;function Xo(){return(Xo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Jo(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}var Zo=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Qo=Jo((function(e){return Zo.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));var $o=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy?"production"===process.env.NODE_ENV:e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if("production"!==process.env.NODE_ENV){var n=64===e.charCodeAt(0)&&105===e.charCodeAt(1);n&&this._alreadyInsertedOrderInsensitiveRule&&console.error("You're attempting to insert the following rule:\n"+e+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!n}if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{r.insertRule(e,r.cssRules.length)}catch(t){"production"===process.env.NODE_ENV||/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear){/.test(e)||console.error('There was a problem inserting the following rule: "'+e+'"',t)}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode&&e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0,"production"!==process.env.NODE_ENV&&(this._alreadyInsertedOrderInsensitiveRule=!1)},e}(),ei="-ms-",ti="-moz-",ni="-webkit-",ri=Math.abs,oi=String.fromCharCode;function ii(e){return e.trim()}function ai(e,t,n){return e.replace(t,n)}function si(e,t){return e.indexOf(t)}function ui(e,t){return 0|e.charCodeAt(t)}function ci(e,t,n){return e.slice(t,n)}function li(e){return e.length}function di(e){return e.length}function fi(e,t){return t.push(e),e}var pi=1,hi=1,mi=0,vi=0,gi=0,yi="";function bi(e,t,n,r,o,i,a){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:pi,column:hi,length:a,return:""}}function Ei(e,t,n){return bi(e,t.root,t.parent,n,t.props,t.children,0)}function wi(){return gi=vi>0?ui(yi,--vi):0,hi--,10===gi&&(hi=1,pi--),gi}function Si(){return gi=vi<mi?ui(yi,vi++):0,hi++,10===gi&&(hi=1,pi++),gi}function xi(){return ui(yi,vi)}function Oi(){return vi}function Ci(e,t){return ci(yi,e,t)}function ki(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Ti(e){return pi=hi=1,mi=li(yi=e),vi=0,[]}function Ai(e){return yi="",e}function Di(e){return ii(Ci(vi-1,Pi(91===e?e+2:40===e?e+1:e)))}function Ni(e){for(;(gi=xi())&&gi<33;)Si();return ki(e)>2||ki(gi)>3?"":" "}function Ri(e,t){for(;--t&&Si()&&!(gi<48||gi>102||gi>57&&gi<65||gi>70&&gi<97););return Ci(e,Oi()+(t<6&&32==xi()&&32==Si()))}function Pi(e){for(;Si();)switch(gi){case e:return vi;case 34:case 39:return Pi(34===e||39===e?e:gi);case 40:41===e&&Pi(e);break;case 92:Si()}return vi}function Ii(e,t){for(;Si()&&e+gi!==57&&(e+gi!==84||47!==xi()););return"/*"+Ci(t,vi-1)+"*"+oi(47===e?e:Si())}function Mi(e){for(;!ki(xi());)Si();return Ci(e,vi)}function ji(e){return Ai(Li("",null,null,null,[""],e=Ti(e),0,[0],e))}function Li(e,t,n,r,o,i,a,s,u){for(var c=0,l=0,d=a,f=0,p=0,h=0,m=1,v=1,g=1,y=0,b="",E=o,w=i,S=r,x=b;v;)switch(h=y,y=Si()){case 34:case 39:case 91:case 40:x+=Di(y);break;case 9:case 10:case 13:case 32:x+=Ni(h);break;case 92:x+=Ri(Oi()-1,7);continue;case 47:switch(xi()){case 42:case 47:fi(Vi(Ii(Si(),Oi()),t,n),u);break;default:x+="/"}break;case 123*m:s[c++]=li(x)*g;case 125*m:case 59:case 0:switch(y){case 0:case 125:v=0;case 59+l:p>0&&li(x)-d&&fi(p>32?Bi(x+";",r,n,d-1):Bi(ai(x," ","")+";",r,n,d-2),u);break;case 59:x+=";";default:if(fi(S=Fi(x,t,n,c,l,o,s,b,E=[],w=[],d),i),123===y)if(0===l)Li(x,t,S,S,E,i,d,s,w);else switch(f){case 100:case 109:case 115:Li(e,S,S,r&&fi(Fi(e,S,S,0,0,o,s,b,o,E=[],d),w),o,w,d,s,r?E:w);break;default:Li(x,S,S,S,[""],w,d,s,w)}}c=l=p=0,m=g=1,b=x="",d=a;break;case 58:d=1+li(x),p=h;default:if(m<1)if(123==y)--m;else if(125==y&&0==m++&&125==wi())continue;switch(x+=oi(y),y*m){case 38:g=l>0?1:(x+="\f",-1);break;case 44:s[c++]=(li(x)-1)*g,g=1;break;case 64:45===xi()&&(x+=Di(Si())),f=xi(),l=li(b=x+=Mi(Oi())),y++;break;case 45:45===h&&2==li(x)&&(m=0)}}return i}function Fi(e,t,n,r,o,i,a,s,u,c,l){for(var d=o-1,f=0===o?i:[""],p=di(f),h=0,m=0,v=0;h<r;++h)for(var g=0,y=ci(e,d+1,d=ri(m=a[h])),b=e;g<p;++g)(b=ii(m>0?f[g]+" "+y:ai(y,/&\f/g,f[g])))&&(u[v++]=b);return bi(e,t,n,0===o?"rule":s,u,c,l)}function Vi(e,t,n){return bi(e,t,n,"comm",oi(gi),ci(e,2,-2),0)}function Bi(e,t,n,r){return bi(e,t,n,"decl",ci(e,0,r),ci(e,r+1,-1),r)}function Ui(e,t){switch(function(e,t){return(((t<<2^ui(e,0))<<2^ui(e,1))<<2^ui(e,2))<<2^ui(e,3)}(e,t)){case 5103:return ni+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ni+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ni+e+ti+e+ei+e+e;case 6828:case 4268:return ni+e+ei+e+e;case 6165:return ni+e+ei+"flex-"+e+e;case 5187:return ni+e+ai(e,/(\w+).+(:[^]+)/,"-webkit-box-$1$2-ms-flex-$1$2")+e;case 5443:return ni+e+ei+"flex-item-"+ai(e,/flex-|-self/,"")+e;case 4675:return ni+e+ei+"flex-line-pack"+ai(e,/align-content|flex-|-self/,"")+e;case 5548:return ni+e+ei+ai(e,"shrink","negative")+e;case 5292:return ni+e+ei+ai(e,"basis","preferred-size")+e;case 6060:return ni+"box-"+ai(e,"-grow","")+ni+e+ei+ai(e,"grow","positive")+e;case 4554:return ni+ai(e,/([^-])(transform)/g,"$1-webkit-$2")+e;case 6187:return ai(ai(ai(e,/(zoom-|grab)/,ni+"$1"),/(image-set)/,ni+"$1"),e,"")+e;case 5495:case 3959:return ai(e,/(image-set\([^]*)/,ni+"$1$`$1");case 4968:return ai(ai(e,/(.+:)(flex-)?(.*)/,"-webkit-box-pack:$3-ms-flex-pack:$3"),/s.+-b[^;]+/,"justify")+ni+e+e;case 4095:case 3583:case 4068:case 2532:return ai(e,/(.+)-inline(.+)/,ni+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(li(e)-1-t>6)switch(ui(e,t+1)){case 109:if(45!==ui(e,t+4))break;case 102:return ai(e,/(.+:)(.+)-([^]+)/,"$1-webkit-$2-$3$1"+ti+(108==ui(e,t+3)?"$3":"$2-$3"))+e;case 115:return~si(e,"stretch")?Ui(ai(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==ui(e,t+1))break;case 6444:switch(ui(e,li(e)-3-(~si(e,"!important")&&10))){case 107:return ai(e,":",":"+ni)+e;case 101:return ai(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ni+(45===ui(e,14)?"inline-":"")+"box$3$1"+ni+"$2$3$1"+ei+"$2box$3")+e}break;case 5936:switch(ui(e,t+11)){case 114:return ni+e+ei+ai(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ni+e+ei+ai(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ni+e+ei+ai(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ni+e+ei+e+e}return e}function _i(e,t){for(var n="",r=di(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function Wi(e,t,n,r){switch(e.type){case"@import":case"decl":return e.return=e.return||e.value;case"comm":return"";case"rule":e.value=e.props.join(",")}return li(n=_i(e.children,r))?e.return=e.value+"{"+n+"}":""}var zi=function(e,t,n){for(var r=0,o=0;r=o,o=xi(),38===r&&12===o&&(t[n]=1),!ki(o);)Si();return Ci(e,vi)},qi=function(e,t){return Ai(function(e,t){var n=-1,r=44;do{switch(ki(r)){case 0:38===r&&12===xi()&&(t[n]=1),e[n]+=zi(vi-1,t,n);break;case 2:e[n]+=Di(r);break;case 4:if(44===r){e[++n]=58===xi()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=oi(r)}}while(r=Si());return e}(Ti(e),t))},Gi=new WeakMap,Hi=function(e){if("rule"===e.type&&e.parent&&e.length){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Gi.get(n))&&!r){Gi.set(e,!0);for(var o=[],i=qi(t,o),a=n.props,s=0,u=0;s<i.length;s++)for(var c=0;c<a.length;c++,u++)e.props[u]=o[s]?i[s].replace(/&\f/g,a[c]):a[c]+" "+i[s]}}},Yi=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},Ki=function(e){return 105===e.type.charCodeAt(1)&&64===e.type.charCodeAt(0)},Xi=function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},Ji=function(e,t,n){Ki(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),Xi(e)):function(e,t){for(var n=e-1;n>=0;n--)if(!Ki(t[n]))return!0;return!1}(t,n)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),Xi(e)))},Zi=[function(e,t,n,r){if(!e.return)switch(e.type){case"decl":e.return=Ui(e.value,e.length);break;case"@keyframes":return _i([Ei(ai(e.value,"@","@"+ni),e,"")],r);case"rule":if(e.length)return function(e,t){return e.map(t).join("")}(e.props,(function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return _i([Ei(ai(t,/:(read-\w+)/,":-moz-$1"),e,"")],r);case"::placeholder":return _i([Ei(ai(t,/:(plac\w+)/,":-webkit-input-$1"),e,""),Ei(ai(t,/:(plac\w+)/,":-moz-$1"),e,""),Ei(ai(t,/:(plac\w+)/,ei+"input-$1"),e,"")],r)}return""}))}}],Qi=function(e){var t=e.key;if("production"!==process.env.NODE_ENV&&!t)throw new Error("You have to configure `key` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.\nIf multiple caches share the same key they might \"fight\" for each other's style elements.");if("css"===t){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,(function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))}))}var r=e.stylisPlugins||Zi;if("production"!==process.env.NODE_ENV&&/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var o,i,a={},s=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),(function(e){for(var t=e.getAttribute("data-emotion").split(" "),n=1;n<t.length;n++)a[t[n]]=!0;s.push(e)}));var u=[Hi,Yi];"production"!==process.env.NODE_ENV&&u.push(function(e){return function(t,n,r){if("rule"===t.type){var o,i=t.value.match(/(:first|:nth|:nth-last)-child/g);if(i&&!0!==e.compat){var a=n>0?r[n-1]:null;if(a&&function(e){return!!e&&"comm"===e.type&&e.children.indexOf("emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason")>-1}((o=a.children).length?o[o.length-1]:null))return;i.forEach((function(e){console.error('The pseudo class "'+e+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+e.split("-child")[0]+'-of-type".')}))}}}}({get compat(){return p.compat}}),Ji);var c,l,d=[Wi,"production"!==process.env.NODE_ENV?function(e){e.root||(e.return?c.insert(e.return):e.value&&"comm"!==e.type&&c.insert(e.value+"{}"))}:(l=function(e){c.insert(e)},function(e){e.root||(e=e.return)&&l(e)})],f=function(e){var t=di(e);return function(n,r,o,i){for(var a="",s=0;s<t;s++)a+=e[s](n,r,o,i)||"";return a}}(u.concat(r,d));i=function(e,t,n,r){c=n,"production"!==process.env.NODE_ENV&&void 0!==t.map&&(c={insert:function(e){n.insert(e+t.map)}}),function(e){_i(ji(e),f)}(e?e+"{"+t.styles+"}":t.styles),r&&(p.inserted[t.name]=!0)};var p={key:t,sheet:new $o({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:i};return p.sheet.hydrate(s),p};function $i(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):r+=n+" "})),r}var ea=function(e,t,n){var r=e.key+"-"+t.name;if(!1===n&&void 0===e.registered[r]&&(e.registered[r]=t.styles),void 0===e.inserted[t.name]){var o=t;do{e.insert(t===o?"."+r:"",o,e.sheet,!0),o=o.next}while(void 0!==o)}};var ta={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},na="You have illegal escape sequence in your template literal, most likely inside content's property value.\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \"content: '\\00d7';\" should become \"content: '\\\\00d7';\".\nYou can read more about this here:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences",ra="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",oa=/[A-Z]|^ms/g,ia=/_EMO_([^_]+?)_([^]*?)_EMO_/g,aa=function(e){return 45===e.charCodeAt(1)},sa=function(e){return null!=e&&"boolean"!=typeof e},ua=Jo((function(e){return aa(e)?e:e.replace(oa,"-$&").toLowerCase()})),ca=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(ia,(function(e,t,n){return ya={name:t,styles:n,next:ya},t}))}return 1===ta[e]||aa(e)||"number"!=typeof t||0===t?t:t+"px"};if("production"!==process.env.NODE_ENV){var la=/(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,da=["normal","none","initial","inherit","unset"],fa=ca,pa=/^-ms-/,ha=/-(.)/g,ma={};ca=function(e,t){if("content"===e&&("string"!=typeof t||-1===da.indexOf(t)&&!la.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||'"'!==t.charAt(0)&&"'"!==t.charAt(0))))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+t+"\"'`");var n=fa(e,t);return""===n||aa(e)||-1===e.indexOf("-")||void 0!==ma[e]||(ma[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(pa,"ms-").replace(ha,(function(e,t){return t.toUpperCase()}))+"?")),n}}function va(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles){if("production"!==process.env.NODE_ENV&&"NO_COMPONENT_SELECTOR"===n.toString())throw new Error("Component selectors can only be used in conjunction with @emotion/babel-plugin.");return n}switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return ya={name:n.name,styles:n.styles,next:ya},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)ya={name:r.name,styles:r.styles,next:ya},r=r.next;var o=n.styles+";";return"production"!==process.env.NODE_ENV&&void 0!==n.map&&(o+=n.map),o}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=va(e,t,n[o])+";";else for(var i in n){var a=n[i];if("object"!=typeof a)null!=t&&void 0!==t[a]?r+=i+"{"+t[a]+"}":sa(a)&&(r+=ua(i)+":"+ca(i,a)+";");else{if("NO_COMPONENT_SELECTOR"===i&&"production"!==process.env.NODE_ENV)throw new Error("Component selectors can only be used in conjunction with @emotion/babel-plugin.");if(!Array.isArray(a)||"string"!=typeof a[0]||null!=t&&void 0!==t[a[0]]){var s=va(e,t,a);switch(i){case"animation":case"animationName":r+=ua(i)+":"+s+";";break;default:"production"!==process.env.NODE_ENV&&"undefined"===i&&console.error(ra),r+=i+"{"+s+"}"}}else for(var u=0;u<a.length;u++)sa(a[u])&&(r+=ua(i)+":"+ca(i,a[u])+";")}}return r}(e,t,n);case"function":if(void 0!==e){var i=ya,a=n(e);return ya=i,va(e,t,a)}"production"!==process.env.NODE_ENV&&console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break;case"string":if("production"!==process.env.NODE_ENV){var s=[],u=n.replace(ia,(function(e,t,n){var r="animation"+s.length;return s.push("const "+r+" = keyframes`"+n.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+r+"}"}));s.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(s,["`"+u+"`"]).join("\n")+"\n\nYou should wrap it with `css` like this:\n\ncss`"+u+"`")}}if(null==t)return n;var c=t[n];return void 0!==c?c:n}var ga,ya,ba=/label:\s*([^\s;\n{]+)\s*(;|$)/g;"production"!==process.env.NODE_ENV&&(ga=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g);var Ea=function(e,t,n){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var r=!0,o="";ya=void 0;var i,a=e[0];null==a||void 0===a.raw?(r=!1,o+=va(n,t,a)):("production"!==process.env.NODE_ENV&&void 0===a[0]&&console.error(na),o+=a[0]);for(var s=1;s<e.length;s++)o+=va(n,t,e[s]),r&&("production"!==process.env.NODE_ENV&&void 0===a[s]&&console.error(na),o+=a[s]);"production"!==process.env.NODE_ENV&&(o=o.replace(ga,(function(e){return i=e,""}))),ba.lastIndex=0;for(var u,c="";null!==(u=ba.exec(o));)c+="-"+u[1];var l=function(e){for(var t,n=0,r=0,o=e.length;o>=4;++r,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(o)+c;return"production"!==process.env.NODE_ENV?{name:l,styles:o,map:i,next:ya,toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}}:{name:l,styles:o,next:ya}},wa={}.hasOwnProperty,Sa=n("undefined"!=typeof HTMLElement?Qi({key:"css"}):null);"production"!==process.env.NODE_ENV&&(Sa.displayName="EmotionCacheContext");var xa=Sa.Provider,Oa=function(e){return r((function(t,n){var r=o(Sa);return e(t,r,n)}))},Ca=n({});"production"!==process.env.NODE_ENV&&(Ca.displayName="EmotionThemeContext");var ka=function(){return null},Ta=Oa((function(e,t,n){var r=e.css;"string"==typeof r&&void 0!==t.registered[r]&&(r=t.registered[r]);var s=e.__EMOTION_TYPE_PLEASE_DO_NOT_USE__,u=[r],c="";"string"==typeof e.className?c=$i(t.registered,u,e.className):null!=e.className&&(c=e.className+" ");var l=Ea(u,void 0,o(Ca));if("production"!==process.env.NODE_ENV&&-1===l.name.indexOf("-")){var d=e.__EMOTION_LABEL_PLEASE_DO_NOT_USE__;d&&(l=Ea([l,"label:"+d+";"]))}ea(t,l,"string"==typeof s),c+=t.key+"-"+l.name;var f={};for(var p in e)!wa.call(e,p)||"css"===p||"__EMOTION_TYPE_PLEASE_DO_NOT_USE__"===p||"production"!==process.env.NODE_ENV&&"__EMOTION_LABEL_PLEASE_DO_NOT_USE__"===p||(f[p]=e[p]);f.ref=n,f.className=c;var h=i(s,f);return i(a,null,i(ka,null),h)}));"production"!==process.env.NODE_ENV&&(Ta.displayName="EmotionCssPropInternal");var Aa=!1,Da=Oa((function(e,t){"production"===process.env.NODE_ENV||Aa||!e.className&&!e.css||(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),Aa=!0);var n=e.styles,r=Ea([n],void 0,o(Ca)),i=s();return u((function(){var e=t.key+"-global",n=new $o({key:e,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),o=!1,a=document.querySelector('style[data-emotion="'+e+" "+r.name+'"]');return t.sheet.tags.length&&(n.before=t.sheet.tags[0]),null!==a&&(o=!0,a.setAttribute("data-emotion",e),n.hydrate([a])),i.current=[n,o],function(){n.flush()}}),[t]),u((function(){var e=i.current,n=e[0];if(e[1])e[1]=!1;else{if(void 0!==r.next&&ea(t,r.next,!0),n.tags.length){var o=n.tags[n.tags.length-1].nextElementSibling;n.before=o,n.flush()}t.insert("",r,n,!1)}}),[t,r.name]),null}));function Na(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Ea(t)}"production"!==process.env.NODE_ENV&&(Da.displayName="EmotionGlobal");var Ra=function(){var e=Na.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}},Pa=function e(t){for(var n=t.length,r=0,o="";r<n;r++){var i=t[r];if(null!=i){var a=void 0;switch(typeof i){case"boolean":break;case"object":if(Array.isArray(i))a=e(i);else for(var s in"production"!==process.env.NODE_ENV&&void 0!==i.styles&&void 0!==i.name&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),a="",i)i[s]&&s&&(a&&(a+=" "),a+=s);break;default:a=i}a&&(o&&(o+=" "),o+=a)}}return o};function Ia(e,t,n){var r=[],o=$i(e,r,n);return r.length<2?n:o+t(r)}var Ma=function(){return null},ja=Oa((function(e,t){var n=!1,r=function(){if(n&&"production"!==process.env.NODE_ENV)throw new Error("css can only be used during render");for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];var i=Ea(r,t.registered);return ea(t,i,!1),t.key+"-"+i.name},s={css:r,cx:function(){if(n&&"production"!==process.env.NODE_ENV)throw new Error("cx can only be used during render");for(var e=arguments.length,o=new Array(e),i=0;i<e;i++)o[i]=arguments[i];return Ia(t.registered,r,Pa(o))},theme:o(Ca)},u=e.children(s);return n=!0,i(a,null,i(Ma,null),u)}));if("production"!==process.env.NODE_ENV&&(ja.displayName="EmotionClassNames"),"production"!==process.env.NODE_ENV){if(!("undefined"!=typeof jest)){var La="undefined"!=typeof globalThis?globalThis:window,Fa="__EMOTION_REACT_"+"11.6.0".split(".")[0]+"__";La[Fa]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),La[Fa]=!0}}var Va=Qo,Ba=function(e){return"theme"!==e},Ua=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?Va:Ba},_a=function(e,t,n){var r;if(t){var o=t.shouldForwardProp;r=e.__emotion_forwardProp&&o?function(t){return e.__emotion_forwardProp(t)&&o(t)}:o}return"function"!=typeof r&&n&&(r=e.__emotion_forwardProp),r},Wa="You have illegal escape sequence in your template literal, most likely inside content's property value.\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \"content: '\\00d7';\" should become \"content: '\\\\00d7';\".\nYou can read more about this here:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences",za=function(){return null},qa=function e(t,n){if("production"!==process.env.NODE_ENV&&void 0===t)throw new Error("You are trying to create a styled element with an undefined component.\nYou may have forgotten to import it.");var r,s,u=t.__emotion_real===t,c=u&&t.__emotion_base||t;void 0!==n&&(r=n.label,s=n.target);var l=_a(t,n,u),d=l||Ua(c),f=!d("as");return function(){var p=arguments,h=u&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==r&&h.push("label:"+r+";"),null==p[0]||void 0===p[0].raw)h.push.apply(h,p);else{"production"!==process.env.NODE_ENV&&void 0===p[0][0]&&console.error(Wa),h.push(p[0][0]);for(var m=p.length,v=1;v<m;v++)"production"!==process.env.NODE_ENV&&void 0===p[0][v]&&console.error(Wa),h.push(p[v],p[0][v])}var g=Oa((function(e,t,n){var r=f&&e.as||c,u="",p=[],m=e;if(null==e.theme){for(var v in m={},e)m[v]=e[v];m.theme=o(Ca)}"string"==typeof e.className?u=$i(t.registered,p,e.className):null!=e.className&&(u=e.className+" ");var g=Ea(h.concat(p),t.registered,m);ea(t,g,"string"==typeof r),u+=t.key+"-"+g.name,void 0!==s&&(u+=" "+s);var y=f&&void 0===l?Ua(r):d,b={};for(var E in e)f&&"as"===E||y(E)&&(b[E]=e[E]);b.className=u,b.ref=n;var w=i(r,b);return i(a,null,i(za,null),w)}));return g.displayName=void 0!==r?r:"Styled("+("string"==typeof c?c:c.displayName||c.name||"Component")+")",g.defaultProps=t.defaultProps,g.__emotion_real=g,g.__emotion_base=c,g.__emotion_styles=h,g.__emotion_forwardProp=l,Object.defineProperty(g,"toString",{value:function(){return void 0===s&&"production"!==process.env.NODE_ENV?"NO_COMPONENT_SELECTOR":"."+s}}),g.withComponent=function(t,r){return e(t,Xo({},n,r,{shouldForwardProp:_a(g,r,!0)})).apply(void 0,h)},g}}.bind();["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){qa[e]=qa(e)}));var Ga=qa;const Ha=Qi({key:"css",prepend:!0});function Ya(e){const{injectFirst:t,children:n}=e;return t?C(xa,{value:Ha,children:n}):n}function Ka(e){const{styles:t,defaultTheme:n={}}=e;return C(Da,{styles:"function"==typeof t?e=>{return t(null==(r=e)||0===Object.keys(r).length?n:e);var r}:t})}
125
- /** @license MUI v5.1.1
126
- *
127
- * This source code is licensed under the MIT license found in the
128
- * LICENSE file in the root directory of this source tree.
129
- */
130
- function Xa(e,t){const n=Ga(e,t);return"production"!==process.env.NODE_ENV?(...t)=>{const r="string"==typeof e?`"${e}"`:"component";return 0===t.length?console.error([`MUI: Seems like you called \`styled(${r})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join("\n")):t.some((e=>void 0===e))&&console.error(`MUI: the styled(${r})(...args) API requires all its args to be defined.`),n(...t)}:n}"production"!==process.env.NODE_ENV&&(Ya.propTypes={children:Ko.node,injectFirst:Ko.bool}),"production"!==process.env.NODE_ENV&&(Ka.propTypes={defaultTheme:Ko.object,styles:Ko.oneOfType([Ko.string,Ko.object,Ko.func])});var Ja="production"!==process.env.NODE_ENV?Ko.oneOfType([Ko.number,Ko.string,Ko.object,Ko.array]):{};function Za(e,t){return"production"===process.env.NODE_ENV?()=>null:function(...n){return e(...n)||t(...n)}}function Qa(){return(Qa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function $a(e){return null!==e&&"object"==typeof e&&e.constructor===Object}function es(e,t,n={clone:!0}){const r=n.clone?Qa({},e):e;return $a(e)&&$a(t)&&Object.keys(t).forEach((o=>{"__proto__"!==o&&($a(t[o])&&o in e&&$a(e[o])?r[o]=es(e[o],t[o],n):r[o]=t[o])})),r}function ts(e,t,n,r,o){const i=e[t],a=o||t;if(null==i||"undefined"==typeof window)return null;let s;const u=i.type;return"function"!=typeof u||function(e){const{prototype:t={}}=e;return Boolean(t.isReactComponent)}(u)||(s="Did you accidentally use a plain function component for an element instead?"),void 0!==s?new Error(`Invalid ${r} \`${a}\` supplied to \`${n}\`. Expected an element that can hold a ref. ${s} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const ns=Za(Ko.element,ts);ns.isRequired=Za(Ko.element.isRequired,ts);var rs=ns;var os=Za(Ko.elementType,(function(e,t,n,r,o){const i=e[t],a=o||t;if(null==i||"undefined"==typeof window)return null;let s;return"function"!=typeof i||function(e){const{prototype:t={}}=e;return Boolean(t.isReactComponent)}(i)||(s="Did you accidentally provide a plain function component instead?"),void 0!==s?new Error(`Invalid ${r} \`${a}\` supplied to \`${n}\`. Expected an element type that can hold a ref. ${s} For more information see https://mui.com/r/caveat-with-refs-guide`):null}));function is(e){return"production"===process.env.NODE_ENV?e:Qa({},e,{"exact-prop: ​":t=>{const n=Object.keys(t).filter((t=>!e.hasOwnProperty(t)));return n.length>0?new Error(`The following props are not supported: ${n.map((e=>`\`${e}\``)).join(", ")}. Please remove them.`):null}})}function as(e){let t="https://mui.com/production-error/?code="+e;for(let e=1;e<arguments.length;e+=1)t+="&args[]="+encodeURIComponent(arguments[e]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}var ss={exports:{}},us={},cs=60103,ls=60106,ds=60107,fs=60108,ps=60114,hs=60109,ms=60110,vs=60112,gs=60113,ys=60120,bs=60115,Es=60116,ws=60121,Ss=60122,xs=60117,Os=60129,Cs=60131;if("function"==typeof Symbol&&Symbol.for){var ks=Symbol.for;cs=ks("react.element"),ls=ks("react.portal"),ds=ks("react.fragment"),fs=ks("react.strict_mode"),ps=ks("react.profiler"),hs=ks("react.provider"),ms=ks("react.context"),vs=ks("react.forward_ref"),gs=ks("react.suspense"),ys=ks("react.suspense_list"),bs=ks("react.memo"),Es=ks("react.lazy"),ws=ks("react.block"),Ss=ks("react.server.block"),xs=ks("react.fundamental"),Os=ks("react.debug_trace_mode"),Cs=ks("react.legacy_hidden")}function Ts(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case cs:switch(e=e.type){case ds:case ps:case fs:case gs:case ys:return e;default:switch(e=e&&e.$$typeof){case ms:case vs:case Es:case bs:case hs:return e;default:return t}}case ls:return t}}}var As=hs,Ds=cs,Ns=vs,Rs=ds,Ps=Es,Is=bs,Ms=ls,js=ps,Ls=fs,Fs=gs;us.ContextConsumer=ms,us.ContextProvider=As,us.Element=Ds,us.ForwardRef=Ns,us.Fragment=Rs,us.Lazy=Ps,us.Memo=Is,us.Portal=Ms,us.Profiler=js,us.StrictMode=Ls,us.Suspense=Fs,us.isAsyncMode=function(){return!1},us.isConcurrentMode=function(){return!1},us.isContextConsumer=function(e){return Ts(e)===ms},us.isContextProvider=function(e){return Ts(e)===hs},us.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===cs},us.isForwardRef=function(e){return Ts(e)===vs},us.isFragment=function(e){return Ts(e)===ds},us.isLazy=function(e){return Ts(e)===Es},us.isMemo=function(e){return Ts(e)===bs},us.isPortal=function(e){return Ts(e)===ls},us.isProfiler=function(e){return Ts(e)===ps},us.isStrictMode=function(e){return Ts(e)===fs},us.isSuspense=function(e){return Ts(e)===gs},us.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===ds||e===ps||e===Os||e===fs||e===gs||e===ys||e===Cs||"object"==typeof e&&null!==e&&(e.$$typeof===Es||e.$$typeof===bs||e.$$typeof===hs||e.$$typeof===ms||e.$$typeof===vs||e.$$typeof===xs||e.$$typeof===ws||e[0]===Ss)},us.typeOf=Ts;var Vs={};
131
- /** @license React v17.0.2
132
- * react-is.development.js
133
- *
134
- * Copyright (c) Facebook, Inc. and its affiliates.
135
- *
136
- * This source code is licensed under the MIT license found in the
137
- * LICENSE file in the root directory of this source tree.
138
- */"production"!==process.env.NODE_ENV&&function(){var e=60103,t=60106,n=60107,r=60108,o=60114,i=60109,a=60110,s=60112,u=60113,c=60120,l=60115,d=60116,f=60121,p=60122,h=60117,m=60129,v=60131;if("function"==typeof Symbol&&Symbol.for){var g=Symbol.for;e=g("react.element"),t=g("react.portal"),n=g("react.fragment"),r=g("react.strict_mode"),o=g("react.profiler"),i=g("react.provider"),a=g("react.context"),s=g("react.forward_ref"),u=g("react.suspense"),c=g("react.suspense_list"),l=g("react.memo"),d=g("react.lazy"),f=g("react.block"),p=g("react.server.block"),h=g("react.fundamental"),g("react.scope"),g("react.opaque.id"),m=g("react.debug_trace_mode"),g("react.offscreen"),v=g("react.legacy_hidden")}function y(f){if("object"==typeof f&&null!==f){var p=f.$$typeof;switch(p){case e:var h=f.type;switch(h){case n:case o:case r:case u:case c:return h;default:var m=h&&h.$$typeof;switch(m){case a:case s:case d:case l:case i:return m;default:return p}}case t:return p}}}var b=a,E=i,w=e,S=s,x=n,O=d,C=l,k=t,T=o,A=r,D=u,N=!1,R=!1;Vs.ContextConsumer=b,Vs.ContextProvider=E,Vs.Element=w,Vs.ForwardRef=S,Vs.Fragment=x,Vs.Lazy=O,Vs.Memo=C,Vs.Portal=k,Vs.Profiler=T,Vs.StrictMode=A,Vs.Suspense=D,Vs.isAsyncMode=function(e){return N||(N=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1},Vs.isConcurrentMode=function(e){return R||(R=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1},Vs.isContextConsumer=function(e){return y(e)===a},Vs.isContextProvider=function(e){return y(e)===i},Vs.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===e},Vs.isForwardRef=function(e){return y(e)===s},Vs.isFragment=function(e){return y(e)===n},Vs.isLazy=function(e){return y(e)===d},Vs.isMemo=function(e){return y(e)===l},Vs.isPortal=function(e){return y(e)===t},Vs.isProfiler=function(e){return y(e)===o},Vs.isStrictMode=function(e){return y(e)===r},Vs.isSuspense=function(e){return y(e)===u},Vs.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||(e===n||e===o||e===m||e===r||e===u||e===c||e===v||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===l||e.$$typeof===i||e.$$typeof===a||e.$$typeof===s||e.$$typeof===h||e.$$typeof===f||e[0]===p))},Vs.typeOf=y}(),"production"===process.env.NODE_ENV?ss.exports=us:ss.exports=Vs;const Bs=/^\s*function(?:\s|\s*\/\*.*\*\/\s*)+([^(\s/]*)\s*/;function Us(e,t=""){return e.displayName||e.name||function(e){const t=`${e}`.match(Bs);return t&&t[1]||""}(e)||t}function _s(e,t,n){const r=Us(t);return e.displayName||(""!==r?`${n}(${r})`:n)}function Ws(e){if(null!=e){if("string"==typeof e)return e;if("function"==typeof e)return Us(e,"Component");if("object"==typeof e)switch(e.$$typeof){case ss.exports.ForwardRef:return _s(e,e.render,"ForwardRef");case ss.exports.Memo:return _s(e,e.type,"memo");default:return}}}function zs(e,t,n,r,o){if("production"===process.env.NODE_ENV)return null;const i=e[t],a=o||t;return null==i?null:i&&1!==i.nodeType?new Error(`Invalid ${r} \`${a}\` supplied to \`${n}\`. Expected an HTMLElement.`):null}var qs="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();var Gs=Ko.oneOfType([Ko.func,Ko.object]);function Hs(e){if("string"!=typeof e)throw new Error("production"!==process.env.NODE_ENV?"MUI: `capitalize(string)` expects a string argument.":as(7));return e.charAt(0).toUpperCase()+e.slice(1)}function Ys(...e){return e.reduce(((e,t)=>null==t?e:function(...n){e.apply(this,n),t.apply(this,n)}),(()=>{}))}function Ks(e,t=166){let n;function r(...r){clearTimeout(n),n=setTimeout((()=>{e.apply(this,r)}),t)}return r.clear=()=>{clearTimeout(n)},r}function Xs(e,t){return"production"===process.env.NODE_ENV?()=>null:(e,n,r,o,i)=>{const a=r||"<<anonymous>>",s=i||n;return void 0!==e[n]?new Error(`The ${o} \`${s}\` of \`${a}\` is deprecated. ${t}`):null}}function Js(t,n){return e.isValidElement(t)&&-1!==n.indexOf(t.type.muiName)}function Zs(e){return e&&e.ownerDocument||document}function Qs(e){return Zs(e).defaultView||window}function $s(e,t){if("production"===process.env.NODE_ENV)return()=>null;const n=t?Qa({},t.propTypes):null;return t=>(r,o,i,a,s,...u)=>{const c=s||o,l=null==n?void 0:n[c];if(l){const e=l(r,o,i,a,s,...u);if(e)return e}return void 0===r[o]||r[t]?null:new Error(`The prop \`${c}\` of \`${e}\` can only be used together with the \`${t}\` prop.`)}}function eu(e,t){"function"==typeof e?e(t):e&&(e.current=t)}var tu="undefined"!=typeof window?e.useLayoutEffect:e.useEffect;function nu(t){const[n,r]=e.useState(t),o=t||n;return e.useEffect((()=>{null==n&&r(`mui-${Math.round(1e9*Math.random())}`)}),[n]),o}function ru(e,t,n,r,o){if("production"===process.env.NODE_ENV)return null;const i=o||t;return void 0!==e[t]?new Error(`The prop \`${i}\` is not supported. Please remove it.`):null}function ou({controlled:t,default:n,name:r,state:o="value"}){const{current:i}=e.useRef(void 0!==t),[a,s]=e.useState(n),u=i?t:a;if("production"!==process.env.NODE_ENV){e.useEffect((()=>{i!==(void 0!==t)&&console.error([`MUI: A component is changing the ${i?"":"un"}controlled ${o} state of ${r} to be ${i?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join("\n"))}),[o,r,t]);const{current:a}=e.useRef(n);e.useEffect((()=>{i||a===n||console.error([`MUI: A component is changing the default ${o} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join("\n"))}),[JSON.stringify(n)])}return[u,e.useCallback((e=>{i||s(e)}),[])]}function iu(t){const n=e.useRef(t);return tu((()=>{n.current=t})),e.useCallback(((...e)=>(0,n.current)(...e)),[])}function au(t,n){return e.useMemo((()=>null==t&&null==n?null:e=>{eu(t,e),eu(n,e)}),[t,n])}let su=!0,uu=!1,cu=null;const lu={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function du(e){e.metaKey||e.altKey||e.ctrlKey||(su=!0)}function fu(){su=!1}function pu(){"hidden"===this.visibilityState&&uu&&(su=!0)}function hu(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch(e){}return su||function(e){const{type:t,tagName:n}=e;return!("INPUT"!==n||!lu[t]||e.readOnly)||"TEXTAREA"===n&&!e.readOnly||!!e.isContentEditable}(t)}function mu(){const t=e.useCallback((e=>{var t;null!=e&&((t=e.ownerDocument).addEventListener("keydown",du,!0),t.addEventListener("mousedown",fu,!0),t.addEventListener("pointerdown",fu,!0),t.addEventListener("touchstart",fu,!0),t.addEventListener("visibilitychange",pu,!0))}),[]),n=e.useRef(!1);return{isFocusVisibleRef:n,onFocus:function(e){return!!hu(e)&&(n.current=!0,!0)},onBlur:function(){return!!n.current&&(uu=!0,window.clearTimeout(cu),cu=window.setTimeout((()=>{uu=!1}),100),n.current=!1,!0)},ref:t}}function vu(e){const t=e.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}let gu;function yu(){if(gu)return gu;const e=document.createElement("div"),t=document.createElement("div");return t.style.width="10px",t.style.height="1px",e.appendChild(t),e.dir="rtl",e.style.fontSize="14px",e.style.width="4px",e.style.height="1px",e.style.position="absolute",e.style.top="-1000px",e.style.overflow="scroll",document.body.appendChild(e),gu="reverse",e.scrollLeft>0?gu="default":(e.scrollLeft=1,0===e.scrollLeft&&(gu="negative")),document.body.removeChild(e),gu}var bu=t=>{const n=e.useRef({});return e.useEffect((()=>{n.current=t})),n.current};var Eu={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:-1,overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};const wu=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e};function Su(e,t,n,r){const o=e[t];if(null==o||!wu(o)){const e=function(e){const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":Number.isFinite(e)?e!==Math.floor(e)?"float":"number":"Infinity";case"object":return null===e?"null":e.constructor.name;default:return t}}(o);return new RangeError(`Invalid ${r} \`${t}\` of type \`${e}\` supplied to \`${n}\`, expected \`integer\`.`)}return null}function xu(e,t,...n){return void 0===e[t]?null:Su(e,t,...n)}function Ou(){return null}xu.isRequired=Su,Ou.isRequired=Ou;var Cu="production"===process.env.NODE_ENV?Ou:xu,ku=Object.freeze({__proto__:null,chainPropTypes:Za,deepmerge:es,isPlainObject:$a,elementAcceptingRef:rs,elementTypeAcceptingRef:os,exactProp:is,formatMuiErrorMessage:as,getDisplayName:Ws,HTMLElementType:zs,ponyfillGlobal:qs,refType:Gs,unstable_capitalize:Hs,unstable_createChainedFunction:Ys,unstable_debounce:Ks,unstable_deprecatedPropType:Xs,unstable_isMuiElement:Js,unstable_ownerDocument:Zs,unstable_ownerWindow:Qs,unstable_requirePropFactory:$s,unstable_setRef:eu,unstable_useEnhancedEffect:tu,unstable_useId:nu,unstable_unsupportedProp:ru,unstable_useControlled:ou,unstable_useEventCallback:iu,unstable_useForkRef:au,unstable_useIsFocusVisible:mu,unstable_getScrollbarSize:vu,unstable_detectScrollType:yu,unstable_getNormalizedScrollLeft:function(e,t){const n=e.scrollLeft;if("rtl"!==t)return n;switch(yu()){case"negative":return e.scrollWidth-e.clientWidth+n;case"reverse":return e.scrollWidth-e.clientWidth-n;default:return n}},usePreviousProps:bu,visuallyHidden:Eu,integerPropType:Cu});function Tu(){return(Tu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Au(e,t){return t?es(e,t,{clone:!1}):e}const Du={xs:0,sm:600,md:900,lg:1200,xl:1536},Nu={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Du[e]}px)`};function Ru(e,t,n){const r=e.theme||{};if(Array.isArray(t)){const e=r.breakpoints||Nu;return t.reduce(((r,o,i)=>(r[e.up(e.keys[i])]=n(t[i]),r)),{})}if("object"==typeof t){const e=r.breakpoints||Nu;return Object.keys(t).reduce(((r,o)=>{if(-1!==Object.keys(e.values||Du).indexOf(o)){r[e.up(o)]=n(t[o],o)}else{const e=o;r[e]=t[e]}return r}),{})}return n(t)}function Pu({values:e,breakpoints:t,base:n}){const r=n||function(e,t){if("object"!=typeof e)return{};const n={},r=Object.keys(t);return Array.isArray(e)?r.forEach(((t,r)=>{r<e.length&&(n[t]=!0)})):r.forEach((t=>{null!=e[t]&&(n[t]=!0)})),n}(e,t),o=Object.keys(r);if(0===o.length)return e;let i;return o.reduce(((t,n,r)=>(Array.isArray(e)?(t[n]=null!=e[r]?e[r]:e[i],i=r):(t[n]=null!=e[n]?e[n]:e[i]||e,i=n),t)),{})}function Iu(e,t){return t&&"string"==typeof t?t.split(".").reduce(((e,t)=>e&&e[t]?e[t]:null),e):null}function Mu(e,t,n,r=n){let o;return o="function"==typeof e?e(n):Array.isArray(e)?e[n]||r:Iu(e,n)||r,t&&(o=t(o)),o}function ju(e){const{prop:t,cssProperty:n=e.prop,themeKey:r,transform:o}=e,i=e=>{if(null==e[t])return null;const i=e[t],a=Iu(e.theme,r)||{};return Ru(e,i,(e=>{let r=Mu(a,o,e);return e===r&&"string"==typeof e&&(r=Mu(a,o,`${t}${"default"===e?"":Hs(e)}`,e)),!1===n?r:{[n]:r}}))};return i.propTypes="production"!==process.env.NODE_ENV?{[t]:Ja}:{},i.filterProps=[t],i}function Lu(...e){const t=e.reduce(((e,t)=>(t.filterProps.forEach((n=>{e[n]=t})),e)),{}),n=e=>Object.keys(e).reduce(((n,r)=>t[r]?Au(n,t[r](e)):n),{});return n.propTypes="production"!==process.env.NODE_ENV?e.reduce(((e,t)=>Object.assign(e,t.propTypes)),{}):{},n.filterProps=e.reduce(((e,t)=>e.concat(t.filterProps)),[]),n}const Fu={m:"margin",p:"padding"},Vu={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Bu={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Uu=function(e){const t={};return n=>(void 0===t[n]&&(t[n]=e(n)),t[n])}((e=>{if(e.length>2){if(!Bu[e])return[e];e=Bu[e]}const[t,n]=e.split(""),r=Fu[t],o=Vu[n]||"";return Array.isArray(o)?o.map((e=>r+e)):[r+o]})),_u=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Wu=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],zu=[..._u,...Wu];function qu(e,t,n,r){const o=Iu(e,t)||n;return"number"==typeof o?e=>"string"==typeof e?e:("production"!==process.env.NODE_ENV&&"number"!=typeof e&&console.error(`MUI: Expected ${r} argument to be a number or a string, got ${e}.`),o*e):Array.isArray(o)?e=>"string"==typeof e?e:("production"!==process.env.NODE_ENV&&(Number.isInteger(e)?e>o.length-1&&console.error([`MUI: The value provided (${e}) overflows.`,`The supported values are: ${JSON.stringify(o)}.`,`${e} > ${o.length-1}, you need to add the missing values.`].join("\n")):console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join("\n"))),o[e]):"function"==typeof o?o:("production"!==process.env.NODE_ENV&&console.error([`MUI: The \`theme.${t}\` value (${o}) is invalid.`,"It should be a number, an array or a function."].join("\n")),()=>{})}function Gu(e){return qu(e,"spacing",8,"spacing")}function Hu(e,t){if("string"==typeof t||null==t)return t;const n=e(Math.abs(t));return t>=0?n:"number"==typeof n?-n:`-${n}`}function Yu(e,t,n,r){if(-1===t.indexOf(n))return null;const o=function(e,t){return n=>e.reduce(((e,r)=>(e[r]=Hu(t,n),e)),{})}(Uu(n),r);return Ru(e,e[n],o)}function Ku(e){return function(e,t){const n=Gu(e.theme);return Object.keys(e).map((r=>Yu(e,t,r,n))).reduce(Au,{})}(e,zu)}function Xu(e){return"number"!=typeof e?e:`${e}px solid`}"production"===process.env.NODE_ENV||_u.reduce(((e,t)=>(e[t]=Ja,e)),{}),"production"===process.env.NODE_ENV||Wu.reduce(((e,t)=>(e[t]=Ja,e)),{}),Ku.propTypes="production"!==process.env.NODE_ENV?zu.reduce(((e,t)=>(e[t]=Ja,e)),{}):{},Ku.filterProps=zu;const Ju=ju({prop:"border",themeKey:"borders",transform:Xu}),Zu=ju({prop:"borderTop",themeKey:"borders",transform:Xu}),Qu=ju({prop:"borderRight",themeKey:"borders",transform:Xu}),$u=ju({prop:"borderBottom",themeKey:"borders",transform:Xu}),ec=ju({prop:"borderLeft",themeKey:"borders",transform:Xu}),tc=ju({prop:"borderColor",themeKey:"palette"}),nc=ju({prop:"borderTopColor",themeKey:"palette"}),rc=ju({prop:"borderRightColor",themeKey:"palette"}),oc=ju({prop:"borderBottomColor",themeKey:"palette"}),ic=ju({prop:"borderLeftColor",themeKey:"palette"}),ac=e=>{if(void 0!==e.borderRadius&&null!==e.borderRadius){const t=qu(e.theme,"shape.borderRadius",4,"borderRadius"),n=e=>({borderRadius:Hu(t,e)});return Ru(e,e.borderRadius,n)}return null};ac.propTypes="production"!==process.env.NODE_ENV?{borderRadius:Ja}:{},ac.filterProps=["borderRadius"];var sc=Lu(Ju,Zu,Qu,$u,ec,tc,nc,rc,oc,ic,ac);var uc=Lu(ju({prop:"displayPrint",cssProperty:!1,transform:e=>({"@media print":{display:e}})}),ju({prop:"display"}),ju({prop:"overflow"}),ju({prop:"textOverflow"}),ju({prop:"visibility"}),ju({prop:"whiteSpace"}));var cc=Lu(ju({prop:"flexBasis"}),ju({prop:"flexDirection"}),ju({prop:"flexWrap"}),ju({prop:"justifyContent"}),ju({prop:"alignItems"}),ju({prop:"alignContent"}),ju({prop:"order"}),ju({prop:"flex"}),ju({prop:"flexGrow"}),ju({prop:"flexShrink"}),ju({prop:"alignSelf"}),ju({prop:"justifyItems"}),ju({prop:"justifySelf"}));const lc=e=>{if(void 0!==e.gap&&null!==e.gap){const t=qu(e.theme,"spacing",8,"gap"),n=e=>({gap:Hu(t,e)});return Ru(e,e.gap,n)}return null};lc.propTypes="production"!==process.env.NODE_ENV?{gap:Ja}:{},lc.filterProps=["gap"];const dc=e=>{if(void 0!==e.columnGap&&null!==e.columnGap){const t=qu(e.theme,"spacing",8,"columnGap"),n=e=>({columnGap:Hu(t,e)});return Ru(e,e.columnGap,n)}return null};dc.propTypes="production"!==process.env.NODE_ENV?{columnGap:Ja}:{},dc.filterProps=["columnGap"];const fc=e=>{if(void 0!==e.rowGap&&null!==e.rowGap){const t=qu(e.theme,"spacing",8,"rowGap"),n=e=>({rowGap:Hu(t,e)});return Ru(e,e.rowGap,n)}return null};fc.propTypes="production"!==process.env.NODE_ENV?{rowGap:Ja}:{},fc.filterProps=["rowGap"];var pc=Lu(lc,dc,fc,ju({prop:"gridColumn"}),ju({prop:"gridRow"}),ju({prop:"gridAutoFlow"}),ju({prop:"gridAutoColumns"}),ju({prop:"gridAutoRows"}),ju({prop:"gridTemplateColumns"}),ju({prop:"gridTemplateRows"}),ju({prop:"gridTemplateAreas"}),ju({prop:"gridArea"}));var hc=Lu(ju({prop:"color",themeKey:"palette"}),ju({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette"}),ju({prop:"backgroundColor",themeKey:"palette"}));var mc=Lu(ju({prop:"position"}),ju({prop:"zIndex",themeKey:"zIndex"}),ju({prop:"top"}),ju({prop:"right"}),ju({prop:"bottom"}),ju({prop:"left"}));var vc=ju({prop:"boxShadow",themeKey:"shadows"});function gc(e){return e<=1&&0!==e?100*e+"%":e}const yc=ju({prop:"width",transform:gc}),bc=e=>{if(void 0!==e.maxWidth&&null!==e.maxWidth){const t=t=>{var n,r,o;return{maxWidth:(null==(n=e.theme)||null==(r=n.breakpoints)||null==(o=r.values)?void 0:o[t])||Du[t]||gc(t)}};return Ru(e,e.maxWidth,t)}return null};bc.filterProps=["maxWidth"];const Ec=ju({prop:"minWidth",transform:gc}),wc=ju({prop:"height",transform:gc}),Sc=ju({prop:"maxHeight",transform:gc}),xc=ju({prop:"minHeight",transform:gc});ju({prop:"size",cssProperty:"width",transform:gc}),ju({prop:"size",cssProperty:"height",transform:gc});var Oc=Lu(yc,bc,Ec,wc,Sc,xc,ju({prop:"boxSizing"}));const Cc=ju({prop:"fontFamily",themeKey:"typography"}),kc=ju({prop:"fontSize",themeKey:"typography"}),Tc=ju({prop:"fontStyle",themeKey:"typography"}),Ac=ju({prop:"fontWeight",themeKey:"typography"}),Dc=ju({prop:"letterSpacing"}),Nc=ju({prop:"lineHeight"}),Rc=ju({prop:"textAlign"});var Pc=Lu(ju({prop:"typography",cssProperty:!1,themeKey:"typography"}),Cc,kc,Tc,Ac,Dc,Nc,Rc);const Ic={borders:sc.filterProps,display:uc.filterProps,flexbox:cc.filterProps,grid:pc.filterProps,positions:mc.filterProps,palette:hc.filterProps,shadows:vc.filterProps,sizing:Oc.filterProps,spacing:Ku.filterProps,typography:Pc.filterProps},Mc={borders:sc,display:uc,flexbox:cc,grid:pc,positions:mc,palette:hc,shadows:vc,sizing:Oc,spacing:Ku,typography:Pc},jc=Object.keys(Ic).reduce(((e,t)=>(Ic[t].forEach((n=>{e[n]=Mc[t]})),e)),{});function Lc(e,t,n){const r={[e]:t,theme:n},o=jc[e];return o?o(r):{[e]:t}}function Fc(e){const{sx:t,theme:n={}}=e||{};if(!t)return null;function r(e){let t=e;if("function"==typeof e)t=e(n);else if("object"!=typeof e)return e;const r=function(e={}){var t;return(null==e||null==(t=e.keys)?void 0:t.reduce(((t,n)=>(t[e.up(n)]={},t)),{}))||{}}(n.breakpoints),o=Object.keys(r);let i=r;return Object.keys(t).forEach((e=>{const r=(o=t[e],a=n,"function"==typeof o?o(a):o);var o,a;if("object"==typeof r)if(jc[e])i=Au(i,Lc(e,r,n));else{const t=Ru({theme:n},r,(t=>({[e]:t})));!function(...e){const t=e.reduce(((e,t)=>e.concat(Object.keys(t))),[]),n=new Set(t);return e.every((e=>n.size===Object.keys(e).length))}(t,r)?i=Au(i,t):i[e]=Fc({sx:r,theme:n})}else i=Au(i,Lc(e,r,n))})),function(e,t){return e.reduce(((e,t)=>{const n=e[t];return 0===Object.keys(n).length&&delete e[t],e}),t)}(o,i)}return Array.isArray(t)?t.map(r):r(t)}function Vc(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}Fc.filterProps=["sx"];const Bc=["sx"];function Uc(e){const{sx:t}=e,n=Vc(e,Bc),{systemProps:r,otherProps:o}=(e=>{const t={systemProps:{},otherProps:{}};return Object.keys(e).forEach((n=>{jc[n]?t.systemProps[n]=e[n]:t.otherProps[n]=e[n]})),t})(n);let i;return i=Array.isArray(t)?[r,...t]:"function"==typeof t?(...e)=>{const n=t(...e);return $a(n)?Tu({},r,n):r}:Tu({},r,t),Tu({},o,{sx:i})}function _c(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=_c(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function Wc(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=_c(e))&&(r&&(r+=" "),r+=t);return r}const zc=["values","unit","step"];var qc={borderRadius:4};const Gc=["breakpoints","palette","spacing","shape"];function Hc(e={},...t){const{breakpoints:n={},palette:r={},spacing:o,shape:i={}}=e,a=Vc(e,Gc),s=function(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:r=5}=e,o=Vc(e,zc),i=Object.keys(t);function a(e){return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${n})`}function s(e,o){const a=i.indexOf(o);return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${n}) and (max-width:${(-1!==a&&"number"==typeof t[i[a]]?t[i[a]]:o)-r/100}${n})`}return Tu({keys:i,values:t,up:a,down:function(e){return`@media (max-width:${("number"==typeof t[e]?t[e]:e)-r/100}${n})`},between:s,only:function(e){return i.indexOf(e)+1<i.length?s(e,i[i.indexOf(e)+1]):a(e)},unit:n},o)}(n),u=function(e=8){if(e.mui)return e;const t=Gu({spacing:e}),n=(...e)=>("production"!==process.env.NODE_ENV&&(e.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${e.length}`)),(0===e.length?[1]:e).map((e=>{const n=t(e);return"number"==typeof n?`${n}px`:n})).join(" "));return n.mui=!0,n}(o);let c=es({breakpoints:s,direction:"ltr",components:{},palette:Tu({mode:"light"},r),spacing:u,shape:Tu({},qc,i)},a);return c=t.reduce(((e,t)=>es(e,t)),c),c}function Yc(){return(Yc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}const Kc=e.createContext(null);"production"!==process.env.NODE_ENV&&(Kc.displayName="ThemeContext");var Xc=Kc;function Jc(){const t=e.useContext(Xc);return"production"!==process.env.NODE_ENV&&e.useDebugValue(t),t}var Zc="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__";function Qc(t){const{children:n,theme:r}=t,o=Jc();"production"!==process.env.NODE_ENV&&null===o&&"function"==typeof r&&console.error(["MUI: You are providing a theme function prop to the ThemeProvider component:","<ThemeProvider theme={outerTheme => outerTheme} />","","However, no outer theme is present.","Make sure a theme is already injected higher in the React tree or provide a theme object."].join("\n"));const i=e.useMemo((()=>{const e=null===o?r:function(e,t){if("function"==typeof t){const n=t(e);return"production"!==process.env.NODE_ENV&&(n||console.error(["MUI: You should return an object from your theme function, i.e.","<ThemeProvider theme={() => ({})} />"].join("\n"))),n}return Yc({},e,t)}(o,r);return null!=e&&(e[Zc]=null!==o),e}),[r,o]);return C(Xc.Provider,{value:i,children:n})}function $c(e=null){const t=Jc();return t&&(n=t,0!==Object.keys(n).length)?t:e;var n}"production"!==process.env.NODE_ENV&&(Qc.propTypes={children:Ko.node,theme:Ko.oneOfType([Ko.object,Ko.func]).isRequired}),"production"!==process.env.NODE_ENV&&"production"!==process.env.NODE_ENV&&(Qc.propTypes=is(Qc.propTypes));const el=Hc();function tl(e=el){return $c(e)}const nl=["className","component"];function rl(t={}){const{defaultTheme:n,defaultClassName:r="MuiBox-root",generateClassName:o}=t,i=Xa("div")(Fc),a=e.forwardRef((function(e,t){const a=tl(n),s=Uc(e),{className:u,component:c="div"}=s,l=Vc(s,nl);return C(i,Tu({as:c,ref:t,className:Wc(u,o?o(r):r),theme:a},l))}));return"production"!==process.env.NODE_ENV&&(a.propTypes={children:Ko.node,component:Ko.elementType,sx:Ko.oneOfType([Ko.object,Ko.array])}),a}var ol=rl();const il=["variant"];function al(e){return 0===e.length}function sl(e){const{variant:t}=e,n=Vc(e,il);let r=t||"";return Object.keys(n).sort().forEach((t=>{r+="color"===t?al(r)?e[t]:Hs(e[t]):`${al(r)?t:Hs(t)}${Hs(e[t].toString())}`})),r}const ul=["name","slot","skipVariantsResolver","skipSx","overridesResolver"],cl=["theme"],ll=["theme"];function dl(e){return 0===Object.keys(e).length}function fl(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}const pl=Hc();function hl(e={}){const{defaultTheme:t=pl,rootShouldForwardProp:n=fl,slotShouldForwardProp:r=fl}=e;return(e,o={})=>{const{name:i,slot:a,skipVariantsResolver:s,skipSx:u,overridesResolver:c}=o,l=Vc(o,ul),d=void 0!==s?s:a&&"Root"!==a||!1,f=u||!1;let p;var h;"production"!==process.env.NODE_ENV&&i&&(p=`${i}-${h=a||"Root",h.charAt(0).toLowerCase()+h.slice(1)}`);let m=fl;"Root"===a?m=n:a&&(m=r);const v=Xa(e,Tu({shouldForwardProp:m,label:p},l));return(n,...r)=>{const o=r?r.map((e=>"function"==typeof e&&e.__emotion_real!==e?n=>{let{theme:r}=n,o=Vc(n,cl);return e(Tu({theme:dl(r)?t:r},o))}:e)):[];let s=n;i&&c&&o.push((e=>{const n=dl(e.theme)?t:e.theme,r=((e,t)=>t.components&&t.components[e]&&t.components[e].styleOverrides?t.components[e].styleOverrides:null)(i,n);return r?c(e,r):null})),i&&!d&&o.push((e=>{const n=dl(e.theme)?t:e.theme;return((e,t,n,r)=>{var o,i;const{ownerState:a={}}=e,s=[],u=null==n||null==(o=n.components)||null==(i=o[r])?void 0:i.variants;return u&&u.forEach((n=>{let r=!0;Object.keys(n.props).forEach((t=>{a[t]!==n.props[t]&&e[t]!==n.props[t]&&(r=!1)})),r&&s.push(t[sl(n.props)])})),s})(e,((e,t)=>{let n=[];t&&t.components&&t.components[e]&&t.components[e].variants&&(n=t.components[e].variants);const r={};return n.forEach((e=>{const t=sl(e.props);r[t]=e.style})),r})(i,n),n,i)})),f||o.push((e=>Fc(Tu({},e,{theme:dl(e.theme)?t:e.theme}))));const u=o.length-r.length;if(Array.isArray(n)&&u>0){const e=new Array(u).fill("");s=[...n,...e],s.raw=[...n.raw,...e]}else"function"==typeof n&&(s=e=>{let{theme:r}=e,o=Vc(e,ll);return n(Tu({theme:dl(r)?t:r},o))});const l=v(s,...o);if("production"!==process.env.NODE_ENV){let t;i&&(t=`${i}${a||""}`),void 0===t&&(t=`Styled(${Ws(e)})`),l.displayName=t}return l}}}var ml=hl();function vl({props:e,name:t,defaultTheme:n}){return function(e){const{theme:t,name:n,props:r}=e;if(!(t&&t.components&&t.components[n]&&t.components[n].defaultProps))return r;const o=Tu({},r),i=t.components[n].defaultProps;let a;for(a in i)void 0===o[a]&&(o[a]=i[a]);return o}({theme:tl(n),name:t,props:e})}function gl(e,t=0,n=1){return"production"!==process.env.NODE_ENV&&(e<t||e>n)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`),Math.min(Math.max(t,e),n)}function yl(e){if(e.type)return e;if("#"===e.charAt(0))return yl(function(e){e=e.substr(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let n=e.match(t);return n&&1===n[0].length&&(n=n.map((e=>e+e))),n?`rgb${4===n.length?"a":""}(${n.map(((e,t)=>t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3)).join(", ")})`:""}(e));const t=e.indexOf("("),n=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla","color"].indexOf(n))throw new Error("production"!==process.env.NODE_ENV?`MUI: Unsupported \`${e}\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:as(9,e));let r,o=e.substring(t+1,e.length-1);if("color"===n){if(o=o.split(" "),r=o.shift(),4===o.length&&"/"===o[3].charAt(0)&&(o[3]=o[3].substr(1)),-1===["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(r))throw new Error("production"!==process.env.NODE_ENV?`MUI: unsupported \`${r}\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:as(10,r))}else o=o.split(",");return o=o.map((e=>parseFloat(e))),{type:n,values:o,colorSpace:r}}function bl(e){const{type:t,colorSpace:n}=e;let{values:r}=e;return-1!==t.indexOf("rgb")?r=r.map(((e,t)=>t<3?parseInt(e,10):e)):-1!==t.indexOf("hsl")&&(r[1]=`${r[1]}%`,r[2]=`${r[2]}%`),r=-1!==t.indexOf("color")?`${n} ${r.join(" ")}`:`${r.join(", ")}`,`${t}(${r})`}function El(e){let t="hsl"===(e=yl(e)).type?yl(function(e){e=yl(e);const{values:t}=e,n=t[0],r=t[1]/100,o=t[2]/100,i=r*Math.min(o,1-o),a=(e,t=(e+n/30)%12)=>o-i*Math.max(Math.min(t-3,9-t,1),-1);let s="rgb";const u=[Math.round(255*a(0)),Math.round(255*a(8)),Math.round(255*a(4))];return"hsla"===e.type&&(s+="a",u.push(t[3])),bl({type:s,values:u})}(e)).values:e.values;return t=t.map((t=>("color"!==e.type&&(t/=255),t<=.03928?t/12.92:((t+.055)/1.055)**2.4))),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function wl(e,t){const n=El(e),r=El(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function Sl(e,t){return e=yl(e),t=gl(t),"rgb"!==e.type&&"hsl"!==e.type||(e.type+="a"),"color"===e.type?e.values[3]=`/${t}`:e.values[3]=t,bl(e)}function xl(e,t){if(e=yl(e),t=gl(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb")||-1!==e.type.indexOf("color"))for(let n=0;n<3;n+=1)e.values[n]*=1-t;return bl(e)}function Ol(e,t){if(e=yl(e),t=gl(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(-1!==e.type.indexOf("color"))for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return bl(e)}function Cl(e){const t=tl();return C(Ca.Provider,{value:"object"==typeof t?t:{},children:e.children})}function kl(e){const{children:t,theme:n}=e;return C(Qc,{theme:n,children:C(Cl,{children:t})})}function Tl(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function Al(){return(Al=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Dl(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function Nl(e,t,n){const r={};return Object.keys(e).forEach((o=>{r[o]=e[o].reduce(((e,r)=>(r&&(n&&n[r]&&e.push(n[r]),e.push(t(r))),e)),[]).join(" ")})),r}function Rl(e){return"string"==typeof e}"production"!==process.env.NODE_ENV&&(Cl.propTypes={children:Ko.node}),"production"!==process.env.NODE_ENV&&(kl.propTypes={children:Ko.node,theme:Ko.oneOfType([Ko.object,Ko.func]).isRequired}),"production"!==process.env.NODE_ENV&&"production"!==process.env.NODE_ENV&&(kl.propTypes=is(kl.propTypes));const Pl=e=>e;var Il=(()=>{let e=Pl;return{configure(t){e=t},generate:t=>e(t),reset(){e=Pl}}})();const Ml={active:"Mui-active",checked:"Mui-checked",completed:"Mui-completed",disabled:"Mui-disabled",error:"Mui-error",expanded:"Mui-expanded",focused:"Mui-focused",focusVisible:"Mui-focusVisible",required:"Mui-required",selected:"Mui-selected"};function jl(e,t){return Ml[t]||`${Il.generate(e)}-${t}`}function Ll(e,t){const n={};return t.forEach((t=>{n[t]=jl(e,t)})),n}function Fl(e){return jl("MuiBackdrop",e)}Ll("MuiBackdrop",["root","invisible"]);const Vl=["classes","className","invisible","component","components","componentsProps","theme"],Bl=e.forwardRef((function(e,t){const{classes:n,className:r,invisible:o=!1,component:i="div",components:a={},componentsProps:s={},theme:u}=e,c=Dl(e,Vl),l=Al({},e,{classes:n,invisible:o}),d=(e=>{const{classes:t,invisible:n}=e;return Nl({root:["root",n&&"invisible"]},Fl,t)})(l),f=a.Root||i,p=s.root||{};return C(f,Al({"aria-hidden":!0},p,!Rl(f)&&{as:i,ownerState:Al({},l,p.ownerState),theme:u},{ref:t},c,{className:Wc(d.root,p.className,r)}))}));"production"!==process.env.NODE_ENV&&(Bl.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,components:Ko.shape({Root:Ko.elementType}),componentsProps:Ko.object,invisible:Ko.bool});var Ul=Bl;function _l(e,t=[]){if(void 0===e)return{};const n={};return Object.keys(e).filter((n=>n.match(/^on[A-Z]/)&&"function"==typeof e[n]&&!t.includes(n))).forEach((t=>{n[t]=e[t]})),n}function Wl(e,t,n){return Rl(e)?t:Al({},t,{ownerState:Al({},t.ownerState,n)})}const zl=e.createContext(void 0);"production"!==process.env.NODE_ENV&&(zl.displayName="FormControlUnstyledContext");var ql=zl;var Gl=Ll("MuiInput",["root","formControl","focused","disabled","error","multiline","input","inputMultiline","inputTypeSearch","adornedStart","adornedEnd"]);function Hl(t,n){const{defaultValue:r,disabled:o=!1,error:i=!1,onBlur:a,onChange:s,onFocus:u,required:c=!1,value:l}=t,d=e.useContext(ql);let f,p,h,m;var v,g,y;d?(f=d.value,h=null!=(v=d.disabled)&&v,p=null!=(g=d.required)&&g,m=null!=(y=d.error)&&y):(f=l,h=o,p=c,m=i);const{current:b}=e.useRef(null!=f),E=e.useCallback((e=>{"production"!==process.env.NODE_ENV&&e&&"INPUT"!==e.nodeName&&!e.focus&&console.error(["MUI: You have provided a `components.Input` to the input component","that does not correctly handle the `ref` prop.","Make sure the `ref` prop is called with a HTMLInputElement."].join("\n"))}),[]),w=e.useRef(null),S=au(n,E),x=au(w,S),[O,C]=e.useState(!1);e.useEffect((()=>{!d&&h&&O&&(C(!1),null==a||a())}),[d,h,O,a]);const k=e=>t=>{var n,r;null!=d&&d.disabled?t.stopPropagation():(null==(n=e.onFocus)||n.call(e,t),d&&d.onFocus?null==d||null==(r=d.onFocus)||r.call(d):C(!0))},T=e=>(t,...n)=>{var r,o;if(!b){if(null==(t.target||w.current))throw new Error("production"!==process.env.NODE_ENV?"MUI: Expected valid input target. Did you use a custom `components.Input` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.":as(17))}null==d||null==(r=d.onChange)||r.call(d,t),null==(o=e.onChange)||o.call(e,t,...n)};return{disabled:h,error:m,focused:O,formControlContext:d,getInputProps:e=>{const t=Al({},{onBlur:a,onChange:s,onFocus:u},_l(e)),n=Al({},e,t,{onBlur:(o=t,e=>{var t;null==(t=o.onBlur)||t.call(o,e),d&&d.onBlur?d.onBlur():C(!1)}),onChange:T(t),onFocus:k(t)});var o;return Al({},n,{"aria-invalid":m||void 0,defaultValue:r,ref:x,value:f,required:p,disabled:h})},getRootProps:e=>{const n=Al({},_l(t,["onBlur","onChange","onFocus"]),_l(e));return Al({},e,n,{onClick:(r=n,e=>{var t;w.current&&e.currentTarget===e.target&&w.current.focus(),null==(t=r.onClick)||t.call(r,e)})});var r},required:p,value:f}}const Yl=["aria-describedby","aria-label","aria-labelledby","autoComplete","autoFocus","className","component","components","componentsProps","defaultValue","disabled","endAdornment","error","id","maxRows","minRows","multiline","name","onClick","onChange","onKeyDown","onKeyUp","onFocus","onBlur","placeholder","readOnly","required","rows","type","startAdornment","value"],Kl=e.forwardRef((function(e,t){var n,r,o,i,a;const{"aria-describedby":s,"aria-label":u,"aria-labelledby":c,autoComplete:l,autoFocus:d,className:f,component:p,components:h={},componentsProps:m={},defaultValue:v,disabled:g,endAdornment:y,error:b,id:E,maxRows:w,minRows:S,multiline:x=!1,name:O,onClick:T,onChange:A,onKeyDown:D,onKeyUp:N,onFocus:R,onBlur:P,placeholder:I,readOnly:M,required:j,rows:L,type:F="text",startAdornment:V,value:B}=e,U=Dl(e,Yl),{getRootProps:_,getInputProps:W,focused:z,formControlContext:q,error:G,disabled:H}=Hl({disabled:g,defaultValue:v,error:b,onBlur:P,onClick:T,onChange:A,onFocus:R,required:j,value:B},null==(n=m.input)?void 0:n.ref),Y=Al({},e,{disabled:H,error:G,focused:z,formControlContext:q,multiline:x,type:F}),K=Wc(H&&Gl.disabled,G&&Gl.error,z&&Gl.focused,Boolean(q)&&Gl.formControl,x&&Gl.multiline,Boolean(V)&&Gl.adornedStart,Boolean(y)&&Gl.adornedEnd),X=Wc(H&&Gl.disabled,x&&Gl.multiline),J={"aria-describedby":s,"aria-label":u,"aria-labelledby":c,autoComplete:l,autoFocus:d,id:E,onKeyDown:D,onKeyUp:N,name:O,placeholder:I,readOnly:M,type:F},Z=null!=(r=null!=p?p:h.Root)?r:"div",Q=Wl(Z,Al({},_(Al({},U,m.root)),{className:Wc(Gl.root,K,f,null==(o=m.root)?void 0:o.className)}),Y);let $=null!=(i=h.Input)?i:"input",ee=Wl($,Al({},W(Al({},m.input,J)),{className:Wc(Gl.input,X,null==(a=m.input)?void 0:a.className)}),Y);if(x){var te,ne;const e=Rl(null!=(te=h.Textarea)?te:"textarea");L?("production"!==process.env.NODE_ENV&&(S||w)&&console.warn("Material-UI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set."),ee=Al({type:void 0,minRows:e?void 0:L,maxRows:e?void 0:L},ee)):ee=Al({type:void 0,maxRows:e?void 0:w,minRows:e?void 0:S},ee),$=null!=(ne=h.Textarea)?ne:"textarea"}return k(Z,Al({},Q,{ref:t,children:[V,C($,Al({},ee)),y]}))}));"production"!==process.env.NODE_ENV&&(Kl.propTypes={"aria-describedby":Ko.string,"aria-label":Ko.string,"aria-labelledby":Ko.string,autoComplete:Ko.string,autoFocus:Ko.bool,children:Ko.node,className:Ko.string,component:Ko.elementType,components:Ko.shape({Input:Ko.elementType,Root:Ko.elementType,Textarea:Ko.elementType}),componentsProps:Ko.object,defaultValue:Ko.any,disabled:Ko.bool,endAdornment:Ko.node,error:Ko.bool,id:Ko.string,maxRows:Ko.number,minRows:Ko.number,multiline:Ko.bool,name:Ko.string,onBlur:Ko.func,onChange:Ko.func,onClick:Ko.func,onFocus:Ko.func,onKeyDown:Ko.func,onKeyUp:Ko.func,placeholder:Ko.string,readOnly:Ko.bool,required:Ko.bool,rows:Ko.number,startAdornment:Ko.node,type:Ko.string,value:Ko.any});var Xl=Kl;const Jl=e.forwardRef((function(t,n){const{children:r,container:o,disablePortal:i=!1}=t,[a,s]=e.useState(null),u=au(e.isValidElement(r)?r.ref:null,n);return tu((()=>{i||s(function(e){return"function"==typeof e?e():e}(o)||document.body)}),[o,i]),tu((()=>{if(a&&!i)return eu(n,a),()=>{eu(n,null)}}),[n,a,i]),i?e.isValidElement(r)?e.cloneElement(r,{ref:u}):r:a?E.createPortal(r,a):a}));"production"!==process.env.NODE_ENV&&(Jl.propTypes={children:Ko.node,container:Ko.oneOfType([zs,Ko.func]),disablePortal:Ko.bool}),"production"!==process.env.NODE_ENV&&(Jl.propTypes=is(Jl.propTypes));var Zl=Jl;function Ql(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function $l(e){return parseInt(Qs(e).getComputedStyle(e).paddingRight,10)||0}function ed(e,t,n,r=[],o){const i=[t,n,...r],a=["TEMPLATE","SCRIPT","STYLE"];[].forEach.call(e.children,(e=>{-1===i.indexOf(e)&&-1===a.indexOf(e.tagName)&&Ql(e,o)}))}function td(e,t){let n=-1;return e.some(((e,r)=>!!t(e)&&(n=r,!0))),n}function nd(e,t){const n=[],r=e.container;if(!t.disableScrollLock){if(function(e){const t=Zs(e);return t.body===e?Qs(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}(r)){const e=vu(Zs(r));n.push({value:r.style.paddingRight,property:"padding-right",el:r}),r.style.paddingRight=`${$l(r)+e}px`;const t=Zs(r).querySelectorAll(".mui-fixed");[].forEach.call(t,(t=>{n.push({value:t.style.paddingRight,property:"padding-right",el:t}),t.style.paddingRight=`${$l(t)+e}px`}))}const e=r.parentElement,t=Qs(r),o="HTML"===(null==e?void 0:e.nodeName)&&"scroll"===t.getComputedStyle(e).overflowY?e:r;n.push({value:o.style.overflow,property:"overflow",el:o},{value:o.style.overflowX,property:"overflow-x",el:o},{value:o.style.overflowY,property:"overflow-y",el:o}),o.style.overflow="hidden"}return()=>{n.forEach((({value:e,el:t,property:n})=>{e?t.style.setProperty(n,e):t.style.removeProperty(n)}))}}const rd=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function od(e){const t=[],n=[];return Array.from(e.querySelectorAll(rd)).forEach(((e,r)=>{const o=function(e){const t=parseInt(e.getAttribute("tabindex"),10);return Number.isNaN(t)?"true"===e.contentEditable||("AUDIO"===e.nodeName||"VIDEO"===e.nodeName||"DETAILS"===e.nodeName)&&null===e.getAttribute("tabindex")?0:e.tabIndex:t}(e);-1!==o&&function(e){return!(e.disabled||"INPUT"===e.tagName&&"hidden"===e.type||function(e){if("INPUT"!==e.tagName||"radio"!==e.type)return!1;if(!e.name)return!1;const t=t=>e.ownerDocument.querySelector(`input[type="radio"]${t}`);let n=t(`[name="${e.name}"]:checked`);return n||(n=t(`[name="${e.name}"]`)),n!==e}(e))}(e)&&(0===o?t.push(e):n.push({documentOrder:r,tabIndex:o,node:e}))})),n.sort(((e,t)=>e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex)).map((e=>e.node)).concat(t)}function id(){return!0}function ad(t){const{children:n,disableAutoFocus:r=!1,disableEnforceFocus:o=!1,disableRestoreFocus:i=!1,getTabbable:a=od,isEnabled:s=id,open:u}=t,c=e.useRef(),l=e.useRef(null),d=e.useRef(null),f=e.useRef(null),p=e.useRef(null),h=e.useRef(!1),m=e.useRef(null),v=au(n.ref,m),g=e.useRef(null);e.useEffect((()=>{u&&m.current&&(h.current=!r)}),[r,u]),e.useEffect((()=>{if(!u||!m.current)return;const e=Zs(m.current);return m.current.contains(e.activeElement)||(m.current.hasAttribute("tabIndex")||("production"!==process.env.NODE_ENV&&console.error(["MUI: The modal content node does not accept focus.",'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join("\n")),m.current.setAttribute("tabIndex",-1)),h.current&&m.current.focus()),()=>{i||(f.current&&f.current.focus&&(c.current=!0,f.current.focus()),f.current=null)}}),[u]),e.useEffect((()=>{if(!u||!m.current)return;const e=Zs(m.current),t=t=>{const{current:n}=m;if(null!==n)if(e.hasFocus()&&!o&&s()&&!c.current){if(!n.contains(e.activeElement)){if(t&&p.current!==t.target||e.activeElement!==p.current)p.current=null;else if(null!==p.current)return;if(!h.current)return;let o=[];if(e.activeElement!==l.current&&e.activeElement!==d.current||(o=a(m.current)),o.length>0){var r,i;const e=Boolean((null==(r=g.current)?void 0:r.shiftKey)&&"Tab"===(null==(i=g.current)?void 0:i.key)),t=o[0],n=o[o.length-1];e?n.focus():t.focus()}else n.focus()}}else c.current=!1},n=t=>{g.current=t,!o&&s()&&"Tab"===t.key&&e.activeElement===m.current&&t.shiftKey&&(c.current=!0,d.current.focus())};e.addEventListener("focusin",t),e.addEventListener("keydown",n,!0);const r=setInterval((()=>{"BODY"===e.activeElement.tagName&&t()}),50);return()=>{clearInterval(r),e.removeEventListener("focusin",t),e.removeEventListener("keydown",n,!0)}}),[r,o,i,s,u,a]);const y=e=>{null===f.current&&(f.current=e.relatedTarget),h.current=!0};return k(e.Fragment,{children:[C("div",{tabIndex:0,onFocus:y,ref:l,"data-test":"sentinelStart"}),e.cloneElement(n,{ref:v,onFocus:e=>{null===f.current&&(f.current=e.relatedTarget),h.current=!0,p.current=e.target;const t=n.props.onFocus;t&&t(e)}}),C("div",{tabIndex:0,onFocus:y,ref:d,"data-test":"sentinelEnd"})]})}function sd(e){return jl("MuiModal",e)}"production"!==process.env.NODE_ENV&&(ad.propTypes={children:rs,disableAutoFocus:Ko.bool,disableEnforceFocus:Ko.bool,disableRestoreFocus:Ko.bool,getTabbable:Ko.func,isEnabled:Ko.func,open:Ko.bool.isRequired}),"production"!==process.env.NODE_ENV&&(ad.propTypes=is(ad.propTypes)),Ll("MuiModal",["root","hidden"]);const ud=["BackdropComponent","BackdropProps","children","classes","className","closeAfterTransition","component","components","componentsProps","container","disableAutoFocus","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","manager","onBackdropClick","onClose","onKeyDown","open","theme","onTransitionEnter","onTransitionExited"];const cd=new class{constructor(){this.containers=void 0,this.modals=void 0,this.modals=[],this.containers=[]}add(e,t){let n=this.modals.indexOf(e);if(-1!==n)return n;n=this.modals.length,this.modals.push(e),e.modalRef&&Ql(e.modalRef,!1);const r=function(e){const t=[];return[].forEach.call(e.children,(e=>{"true"===e.getAttribute("aria-hidden")&&t.push(e)})),t}(t);ed(t,e.mount,e.modalRef,r,!0);const o=td(this.containers,(e=>e.container===t));return-1!==o?(this.containers[o].modals.push(e),n):(this.containers.push({modals:[e],container:t,restore:null,hiddenSiblings:r}),n)}mount(e,t){const n=td(this.containers,(t=>-1!==t.modals.indexOf(e))),r=this.containers[n];r.restore||(r.restore=nd(r,t))}remove(e){const t=this.modals.indexOf(e);if(-1===t)return t;const n=td(this.containers,(t=>-1!==t.modals.indexOf(e))),r=this.containers[n];if(r.modals.splice(r.modals.indexOf(e),1),this.modals.splice(t,1),0===r.modals.length)r.restore&&r.restore(),e.modalRef&&Ql(e.modalRef,!0),ed(r.container,e.mount,e.modalRef,r.hiddenSiblings,!1),this.containers.splice(n,1);else{const e=r.modals[r.modals.length-1];e.modalRef&&Ql(e.modalRef,!1)}return t}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}},ld=e.forwardRef((function(t,n){const{BackdropComponent:r,BackdropProps:o,children:i,classes:a,className:s,closeAfterTransition:u=!1,component:c="div",components:l={},componentsProps:d={},container:f,disableAutoFocus:p=!1,disableEnforceFocus:h=!1,disableEscapeKeyDown:m=!1,disablePortal:v=!1,disableRestoreFocus:g=!1,disableScrollLock:y=!1,hideBackdrop:b=!1,keepMounted:E=!1,manager:w=cd,onBackdropClick:S,onClose:x,onKeyDown:O,open:T,theme:A,onTransitionEnter:D,onTransitionExited:N}=t,R=Dl(t,ud),[P,I]=e.useState(!0),M=e.useRef({}),j=e.useRef(null),L=e.useRef(null),F=au(L,n),V=function(e){return!!e.children&&e.children.props.hasOwnProperty("in")}(t),B=()=>(M.current.modalRef=L.current,M.current.mountNode=j.current,M.current),U=()=>{w.mount(B(),{disableScrollLock:y}),L.current.scrollTop=0},_=iu((()=>{const e=function(e){return"function"==typeof e?e():e}(f)||Zs(j.current).body;w.add(B(),e),L.current&&U()})),W=e.useCallback((()=>w.isTopModal(B())),[w]),z=iu((e=>{j.current=e,e&&(T&&W()?U():Ql(L.current,!0))})),q=e.useCallback((()=>{w.remove(B())}),[w]);e.useEffect((()=>()=>{q()}),[q]),e.useEffect((()=>{T?_():V&&u||q()}),[T,q,V,u,_]);const G=Al({},t,{classes:a,closeAfterTransition:u,disableAutoFocus:p,disableEnforceFocus:h,disableEscapeKeyDown:m,disablePortal:v,disableRestoreFocus:g,disableScrollLock:y,exited:P,hideBackdrop:b,keepMounted:E}),H=(e=>{const{open:t,exited:n,classes:r}=e;return Nl({root:["root",!t&&n&&"hidden"]},sd,r)})(G);if(!E&&!T&&(!V||P))return null;const Y=()=>{I(!1),D&&D()},K=()=>{I(!0),N&&N(),u&&q()},X={};void 0===i.props.tabIndex&&(X.tabIndex="-1"),V&&(X.onEnter=Ys(Y,i.props.onEnter),X.onExited=Ys(K,i.props.onExited));const J=l.Root||c,Z=d.root||{};return C(Zl,{ref:z,container:f,disablePortal:v,children:k(J,Al({role:"presentation"},Z,!Rl(J)&&{as:c,ownerState:Al({},G,Z.ownerState),theme:A},R,{ref:F,onKeyDown:e=>{O&&O(e),"Escape"===e.key&&W()&&(m||(e.stopPropagation(),x&&x(e,"escapeKeyDown")))},className:Wc(H.root,Z.className,s),children:[!b&&r?C(r,Al({open:T,onClick:e=>{e.target===e.currentTarget&&(S&&S(e),x&&x(e,"backdropClick"))}},o)):null,C(ad,{disableEnforceFocus:h,disableAutoFocus:p,disableRestoreFocus:g,isEnabled:W,open:T,children:e.cloneElement(i,X)})]}))})}));"production"!==process.env.NODE_ENV&&(ld.propTypes={BackdropComponent:Ko.elementType,BackdropProps:Ko.object,children:rs.isRequired,classes:Ko.object,className:Ko.string,closeAfterTransition:Ko.bool,component:Ko.elementType,components:Ko.shape({Root:Ko.elementType}),componentsProps:Ko.object,container:Ko.oneOfType([zs,Ko.func]),disableAutoFocus:Ko.bool,disableEnforceFocus:Ko.bool,disableEscapeKeyDown:Ko.bool,disablePortal:Ko.bool,disableRestoreFocus:Ko.bool,disableScrollLock:Ko.bool,hideBackdrop:Ko.bool,keepMounted:Ko.bool,onBackdropClick:Ko.func,onClose:Ko.func,onKeyDown:Ko.func,open:Ko.bool.isRequired});var dd=ld;const fd=["onChange","maxRows","minRows","style","value"];function pd(e,t){return parseInt(e[t],10)||0}const hd={visibility:"hidden",position:"absolute",overflow:"hidden",height:0,top:0,left:0,transform:"translateZ(0)"},md=e.forwardRef((function(t,n){const{onChange:r,maxRows:o,minRows:i=1,style:a,value:s}=t,u=Dl(t,fd),{current:c}=e.useRef(null!=s),l=e.useRef(null),d=au(n,l),f=e.useRef(null),p=e.useRef(0),[h,m]=e.useState({}),v=e.useCallback((()=>{const e=l.current,n=Qs(e).getComputedStyle(e);if("0px"===n.width)return;const r=f.current;r.style.width=n.width,r.value=e.value||t.placeholder||"x","\n"===r.value.slice(-1)&&(r.value+=" ");const a=n["box-sizing"],s=pd(n,"padding-bottom")+pd(n,"padding-top"),u=pd(n,"border-bottom-width")+pd(n,"border-top-width"),c=r.scrollHeight;r.value="x";const d=r.scrollHeight;let h=c;i&&(h=Math.max(Number(i)*d,h)),o&&(h=Math.min(Number(o)*d,h)),h=Math.max(h,d);const v=h+("border-box"===a?s+u:0),g=Math.abs(h-c)<=1;m((e=>p.current<20&&(v>0&&Math.abs((e.outerHeightStyle||0)-v)>1||e.overflow!==g)?(p.current+=1,{overflow:g,outerHeightStyle:v}):("production"!==process.env.NODE_ENV&&20===p.current&&console.error(["MUI: Too many re-renders. The layout is unstable.","TextareaAutosize limits the number of renders to prevent an infinite loop."].join("\n")),e)))}),[o,i,t.placeholder]);e.useEffect((()=>{const e=Ks((()=>{p.current=0,v()})),t=Qs(l.current);let n;return t.addEventListener("resize",e),"undefined"!=typeof ResizeObserver&&(n=new ResizeObserver(e),n.observe(l.current)),()=>{e.clear(),t.removeEventListener("resize",e),n&&n.disconnect()}}),[v]),tu((()=>{v()})),e.useEffect((()=>{p.current=0}),[s]);return k(e.Fragment,{children:[C("textarea",Al({value:s,onChange:e=>{p.current=0,c||v(),r&&r(e)},ref:d,rows:i,style:Al({height:h.outerHeightStyle,overflow:h.overflow?"hidden":null},a)},u)),C("textarea",{"aria-hidden":!0,className:t.className,readOnly:!0,ref:f,tabIndex:-1,style:Al({},hd,a,{padding:0})})]})}));"production"!==process.env.NODE_ENV&&(md.propTypes={className:Ko.string,maxRows:Ko.oneOfType([Ko.number,Ko.string]),minRows:Ko.oneOfType([Ko.number,Ko.string]),onChange:Ko.func,placeholder:Ko.string,style:Ko.object,value:Ko.oneOfType([Ko.arrayOf(Ko.string),Ko.number,Ko.string])});var vd=md;var gd={black:"#000",white:"#fff"};var yd={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"};var bd={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"};var Ed={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"};var wd={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"};var Sd={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"};var xd={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"};var Od={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};const Cd=["mode","contrastThreshold","tonalOffset"],kd={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:gd.white,default:gd.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},Td={text:{primary:gd.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:gd.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function Ad(e,t,n,r){const o=r.light||r,i=r.dark||1.5*r;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:"light"===t?e.light=Ol(e.main,o):"dark"===t&&(e.dark=xl(e.main,i)))}function Dd(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:r=.2}=e,o=Tl(e,Cd),i=e.primary||function(e="light"){return"dark"===e?{main:Sd[200],light:Sd[50],dark:Sd[400]}:{main:Sd[700],light:Sd[400],dark:Sd[800]}}(t),a=e.secondary||function(e="light"){return"dark"===e?{main:bd[200],light:bd[50],dark:bd[400]}:{main:bd[500],light:bd[300],dark:bd[700]}}(t),s=e.error||function(e="light"){return"dark"===e?{main:Ed[500],light:Ed[300],dark:Ed[700]}:{main:Ed[700],light:Ed[400],dark:Ed[800]}}(t),u=e.info||function(e="light"){return"dark"===e?{main:xd[400],light:xd[300],dark:xd[700]}:{main:xd[700],light:xd[500],dark:xd[900]}}(t),c=e.success||function(e="light"){return"dark"===e?{main:Od[400],light:Od[300],dark:Od[700]}:{main:Od[800],light:Od[500],dark:Od[900]}}(t),l=e.warning||function(e="light"){return"dark"===e?{main:wd[400],light:wd[300],dark:wd[700]}:{main:"#ed6c02",light:wd[500],dark:wd[900]}}(t);function d(e){const t=wl(e,Td.text.primary)>=n?Td.text.primary:kd.text.primary;if("production"!==process.env.NODE_ENV){const n=wl(e,t);n<3&&console.error([`MUI: The contrast ratio of ${n}:1 for ${t} on ${e}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join("\n"))}return t}const f=({color:e,name:t,mainShade:n=500,lightShade:o=300,darkShade:i=700})=>{if(!(e=$r({},e)).main&&e[n]&&(e.main=e[n]),!e.hasOwnProperty("main"))throw new Error("production"!==process.env.NODE_ENV?`MUI: The color${t?` (${t})`:""} provided to augmentColor(color) is invalid.\nThe color object needs to have a \`main\` property or a \`${n}\` property.`:as(11,t?` (${t})`:"",n));if("string"!=typeof e.main)throw new Error("production"!==process.env.NODE_ENV?`MUI: The color${t?` (${t})`:""} provided to augmentColor(color) is invalid.\n\`color.main\` should be a string, but \`${JSON.stringify(e.main)}\` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from "@mui/material/colors";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });`:as(12,t?` (${t})`:"",JSON.stringify(e.main)));return Ad(e,"light",o,r),Ad(e,"dark",i,r),e.contrastText||(e.contrastText=d(e.main)),e},p={dark:Td,light:kd};"production"!==process.env.NODE_ENV&&(p[t]||console.error(`MUI: The palette mode \`${t}\` is not supported.`));return es($r({common:gd,mode:t,primary:f({color:i,name:"primary"}),secondary:f({color:a,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:f({color:s,name:"error"}),warning:f({color:l,name:"warning"}),info:f({color:u,name:"info"}),success:f({color:c,name:"success"}),grey:yd,contrastThreshold:n,getContrastText:d,augmentColor:f,tonalOffset:r},p[t]),o)}const Nd=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];const Rd={textTransform:"uppercase"},Pd='"Roboto", "Helvetica", "Arial", sans-serif';function Id(e,t){const n="function"==typeof t?t(e):t,{fontFamily:r=Pd,fontSize:o=14,fontWeightLight:i=300,fontWeightRegular:a=400,fontWeightMedium:s=500,fontWeightBold:u=700,htmlFontSize:c=16,allVariants:l,pxToRem:d}=n,f=Tl(n,Nd);"production"!==process.env.NODE_ENV&&("number"!=typeof o&&console.error("MUI: `fontSize` is required to be a number."),"number"!=typeof c&&console.error("MUI: `htmlFontSize` is required to be a number."));const p=o/14,h=d||(e=>e/c*p+"rem"),m=(e,t,n,o,i)=>{return $r({fontFamily:r,fontWeight:e,fontSize:h(t),lineHeight:n},r===Pd?{letterSpacing:(a=o/t,Math.round(1e5*a)/1e5)+"em"}:{},i,l);var a},v={h1:m(i,96,1.167,-1.5),h2:m(i,60,1.2,-.5),h3:m(a,48,1.167,0),h4:m(a,34,1.235,.25),h5:m(a,24,1.334,0),h6:m(s,20,1.6,.15),subtitle1:m(a,16,1.75,.15),subtitle2:m(s,14,1.57,.1),body1:m(a,16,1.5,.15),body2:m(a,14,1.43,.15),button:m(s,14,1.75,.4,Rd),caption:m(a,12,1.66,.4),overline:m(a,12,2.66,1,Rd)};return es($r({htmlFontSize:c,pxToRem:h,fontFamily:r,fontSize:o,fontWeightLight:i,fontWeightRegular:a,fontWeightMedium:s,fontWeightBold:u},v),f,{clone:!1})}function Md(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,0.2)`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,0.14)`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,0.12)`].join(",")}var jd=["none",Md(0,2,1,-1,0,1,1,0,0,1,3,0),Md(0,3,1,-2,0,2,2,0,0,1,5,0),Md(0,3,3,-2,0,3,4,0,0,1,8,0),Md(0,2,4,-1,0,4,5,0,0,1,10,0),Md(0,3,5,-1,0,5,8,0,0,1,14,0),Md(0,3,5,-1,0,6,10,0,0,1,18,0),Md(0,4,5,-2,0,7,10,1,0,2,16,1),Md(0,5,5,-3,0,8,10,1,0,3,14,2),Md(0,5,6,-3,0,9,12,1,0,3,16,2),Md(0,6,6,-3,0,10,14,1,0,4,18,3),Md(0,6,7,-4,0,11,15,1,0,4,20,3),Md(0,7,8,-4,0,12,17,2,0,5,22,4),Md(0,7,8,-4,0,13,19,2,0,5,24,4),Md(0,7,9,-4,0,14,21,2,0,5,26,4),Md(0,8,9,-5,0,15,22,2,0,6,28,5),Md(0,8,10,-5,0,16,24,2,0,6,30,5),Md(0,8,11,-5,0,17,26,2,0,6,32,5),Md(0,9,11,-5,0,18,28,2,0,7,34,6),Md(0,9,12,-6,0,19,29,2,0,7,36,6),Md(0,10,13,-6,0,20,31,3,0,8,38,7),Md(0,10,13,-6,0,21,33,3,0,8,40,7),Md(0,10,14,-6,0,22,35,3,0,8,42,7),Md(0,11,14,-7,0,23,36,3,0,9,44,8),Md(0,11,15,-7,0,24,38,3,0,9,46,8)];const Ld=["duration","easing","delay"],Fd={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},Vd={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function Bd(e){return`${Math.round(e)}ms`}function Ud(e){if(!e)return 0;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}function _d(e){const t=$r({},Fd,e.easing),n=$r({},Vd,e.duration);return $r({getAutoHeightDuration:Ud,create:(e=["all"],r={})=>{const{duration:o=n.standard,easing:i=t.easeInOut,delay:a=0}=r,s=Tl(r,Ld);if("production"!==process.env.NODE_ENV){const t=e=>"string"==typeof e,n=e=>!isNaN(parseFloat(e));t(e)||Array.isArray(e)||console.error('MUI: Argument "props" must be a string or Array.'),n(o)||t(o)||console.error(`MUI: Argument "duration" must be a number or a string but found ${o}.`),t(i)||console.error('MUI: Argument "easing" must be a string.'),n(a)||t(a)||console.error('MUI: Argument "delay" must be a number or a string.'),0!==Object.keys(s).length&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(s).join(",")}].`)}return(Array.isArray(e)?e:[e]).map((e=>`${e} ${"string"==typeof o?o:Bd(o)} ${i} ${"string"==typeof a?a:Bd(a)}`)).join(",")}},e,{easing:t,duration:n})}var Wd={mobileStepper:1e3,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};const zd=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function qd(e={},...t){const{mixins:n={},palette:r={},transitions:o={},typography:i={}}=e,a=Tl(e,zd),s=Dd(r),u=Hc(e);let c=es(u,{mixins:(l=u.breakpoints,u.spacing,d=n,$r({toolbar:{minHeight:56,[`${l.up("xs")} and (orientation: landscape)`]:{minHeight:48},[l.up("sm")]:{minHeight:64}}},d)),palette:s,shadows:jd.slice(),typography:Id(s,i),transitions:_d(o),zIndex:$r({},Wd)});var l,d;if(c=es(c,a),c=t.reduce(((e,t)=>es(e,t)),c),"production"!==process.env.NODE_ENV){const e=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],t=(t,n)=>{let r;for(r in t){const o=t[r];if(-1!==e.indexOf(r)&&Object.keys(o).length>0){if("production"!==process.env.NODE_ENV){const e=jl("",r);console.error([`MUI: The \`${n}\` component increases the CSS specificity of the \`${r}\` internal state.`,"You can not override it like this: ",JSON.stringify(t,null,2),"",`Instead, you need to use the '&.${e}' syntax:`,JSON.stringify({root:{[`&.${e}`]:o}},null,2),"","https://mui.com/r/state-classes-guide"].join("\n"))}t[r]={}}}};Object.keys(c.components).forEach((e=>{const n=c.components[e].styleOverrides;n&&0===e.indexOf("Mui")&&t(n,e)}))}return c}var Gd=qd();function Hd({props:e,name:t}){return vl({props:e,name:t,defaultTheme:Gd})}function Yd(e){return C(Ka,$r({},e,{defaultTheme:Gd}))}"production"!==process.env.NODE_ENV&&(Yd.propTypes={styles:Ko.oneOfType([Ko.func,Ko.number,Ko.object,Ko.shape({__emotion_styles:Ko.any.isRequired}),Ko.string,Ko.bool])});const Kd=(e,t)=>$r({WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",boxSizing:"border-box",WebkitTextSizeAdjust:"100%"},t&&{colorScheme:e.palette.mode}),Xd=e=>$r({color:e.palette.text.primary},e.typography.body1,{backgroundColor:e.palette.background.default,"@media print":{backgroundColor:e.palette.common.white}});function Jd(t){const n=Hd({props:t,name:"MuiCssBaseline"}),{children:r,enableColorScheme:o=!1}=n;return k(e.Fragment,{children:[C(Yd,{styles:e=>((e,t=!1)=>{var n,r;let o={html:Kd(e,t),"*, *::before, *::after":{boxSizing:"inherit"},"strong, b":{fontWeight:e.typography.fontWeightBold},body:$r({margin:0},Xd(e),{"&::backdrop":{backgroundColor:e.palette.background.default}})};const i=null==(n=e.components)||null==(r=n.MuiCssBaseline)?void 0:r.styleOverrides;return i&&(o=[o,i]),o})(e,o)}),r]})}function Zd(){const t=tl(Gd);return"production"!==process.env.NODE_ENV&&e.useDebugValue(t),t}"production"!==process.env.NODE_ENV&&(Jd.propTypes={children:Ko.node,enableColorScheme:Ko.bool});const Qd=e=>fl(e)&&"classes"!==e;var $d=hl({defaultTheme:Gd,rootShouldForwardProp:Qd});function ef(e){return jl("MuiSvgIcon",e)}Ll("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const tf=["children","className","color","component","fontSize","htmlColor","titleAccess","viewBox"],nf=$d("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,"inherit"!==n.color&&t[`color${Hs(n.color)}`],t[`fontSize${Hs(n.fontSize)}`]]}})((({theme:e,ownerState:t})=>{var n,r;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:"currentColor",flexShrink:0,transition:e.transitions.create("fill",{duration:e.transitions.duration.shorter}),fontSize:{inherit:"inherit",small:e.typography.pxToRem(20),medium:e.typography.pxToRem(24),large:e.typography.pxToRem(35)}[t.fontSize],color:null!=(n=null==(r=e.palette[t.color])?void 0:r.main)?n:{action:e.palette.action.active,disabled:e.palette.action.disabled,inherit:void 0}[t.color]}})),rf=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiSvgIcon"}),{children:r,className:o,color:i="inherit",component:a="svg",fontSize:s="medium",htmlColor:u,titleAccess:c,viewBox:l="0 0 24 24"}=n,d=Tl(n,tf),f=$r({},n,{color:i,component:a,fontSize:s,viewBox:l}),p=(e=>{const{color:t,fontSize:n,classes:r}=e;return Nl({root:["root","inherit"!==t&&`color${Hs(t)}`,`fontSize${Hs(n)}`]},ef,r)})(f);return k(nf,$r({as:a,className:Wc(p.root,o),ownerState:f,focusable:"false",viewBox:l,color:u,"aria-hidden":!c||void 0,role:c?"img":void 0,ref:t},d,{children:[r,c?C("title",{children:c}):null]}))}));"production"!==process.env.NODE_ENV&&(rf.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,color:Ko.oneOfType([Ko.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),Ko.string]),component:Ko.elementType,fontSize:Ko.oneOfType([Ko.oneOf(["inherit","large","medium","small"]),Ko.string]),htmlColor:Ko.string,shapeRendering:Ko.string,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),titleAccess:Ko.string,viewBox:Ko.string}),rf.muiName="SvgIcon";var of=rf;function af(t,n){const r=(e,r)=>C(of,$r({"data-testid":`${n}Icon`,ref:r},e,{children:t}));return"production"!==process.env.NODE_ENV&&(r.displayName=`${n}Icon`),r.muiName=of.muiName,e.memo(e.forwardRef(r))}var sf=Object.freeze({__proto__:null,capitalize:Hs,createChainedFunction:Ys,createSvgIcon:af,debounce:Ks,deprecatedPropType:Xs,isMuiElement:Js,ownerDocument:Zs,ownerWindow:Qs,requirePropFactory:$s,setRef:eu,unstable_useEnhancedEffect:tu,unstable_useId:nu,unsupportedProp:ru,useControlled:ou,useEventCallback:iu,useForkRef:au,useIsFocusVisible:mu,unstable_ClassNameGenerator:Il});function uf(){return(uf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function cf(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function lf(e,t){return(lf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function df(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,lf(e,t)}var ff=!1,pf="production"!==process.env.NODE_ENV?Ko.oneOfType([Ko.number,Ko.shape({enter:Ko.number,exit:Ko.number,appear:Ko.number}).isRequired]):null;"production"!==process.env.NODE_ENV&&Ko.oneOfType([Ko.string,Ko.shape({enter:Ko.string,exit:Ko.string,active:Ko.string}),Ko.shape({enter:Ko.string,enterDone:Ko.string,enterActive:Ko.string,exit:Ko.string,exitDone:Ko.string,exitActive:Ko.string})]);var hf=t.createContext(null),mf=function(e){function n(t,n){var r;r=e.call(this,t,n)||this;var o,i=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?i?(o="exited",r.appearStatus="entering"):o="entered":o=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",r.state={status:o},r.nextCallback=null,r}df(n,e),n.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null};var r=n.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?"entering"!==n&&"entered"!==n&&(t="entering"):"entering"!==n&&"entered"!==n||(t="exiting")}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},r.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),"entering"===t?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},r.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,o=this.props.nodeRef?[r]:[w.findDOMNode(this),r],i=o[0],a=o[1],s=this.getTimeouts(),u=r?s.appear:s.enter;!e&&!n||ff?this.safeSetState({status:"entered"},(function(){t.props.onEntered(i)})):(this.props.onEnter(i,a),this.safeSetState({status:"entering"},(function(){t.props.onEntering(i,a),t.onTransitionEnd(u,(function(){t.safeSetState({status:"entered"},(function(){t.props.onEntered(i,a)}))}))})))},r.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:w.findDOMNode(this);t&&!ff?(this.props.onExit(r),this.safeSetState({status:"exiting"},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:"exited"},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:"exited"},(function(){e.props.onExited(r)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:w.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],i=o[0],a=o[1];this.props.addEndListener(i,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if("unmounted"===e)return null;var n=this.props,r=n.children;n.in,n.mountOnEnter,n.unmountOnExit,n.appear,n.enter,n.exit,n.timeout,n.addEndListener,n.onEnter,n.onEntering,n.onEntered,n.onExit,n.onExiting,n.onExited,n.nodeRef;var o=cf(n,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return t.createElement(hf.Provider,{value:null},"function"==typeof r?r(e,o):t.cloneElement(t.Children.only(r),o))},n}(t.Component);function vf(){}mf.contextType=hf,mf.propTypes="production"!==process.env.NODE_ENV?{nodeRef:Ko.shape({current:"undefined"==typeof Element?Ko.any:function(e,t,n,r,o,i){var a=e[t];return Ko.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,n,r,o,i)}}),children:Ko.oneOfType([Ko.func.isRequired,Ko.element.isRequired]).isRequired,in:Ko.bool,mountOnEnter:Ko.bool,unmountOnExit:Ko.bool,appear:Ko.bool,enter:Ko.bool,exit:Ko.bool,timeout:function(e){var t=pf;e.addEndListener||(t=t.isRequired);for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return t.apply(void 0,[e].concat(r))},addEndListener:Ko.func,onEnter:Ko.func,onEntering:Ko.func,onEntered:Ko.func,onExit:Ko.func,onExiting:Ko.func,onExited:Ko.func}:{},mf.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:vf,onEntering:vf,onEntered:vf,onExit:vf,onExiting:vf,onExited:vf},mf.UNMOUNTED="unmounted",mf.EXITED="exited",mf.ENTERING="entering",mf.ENTERED="entered",mf.EXITING="exiting";var gf=mf;function yf(e,t){var n=Object.create(null);return e&&c.map(e,(function(e){return e})).forEach((function(e){n[e.key]=function(e){return t&&l(e)?t(e):e}(e)})),n}function bf(e,t,n){return null!=n[t]?n[t]:e.props[t]}function Ef(e,t,n){var r=yf(e.children),o=function(e,t){function n(n){return n in t?t[n]:e[n]}e=e||{},t=t||{};var r,o=Object.create(null),i=[];for(var a in e)a in t?i.length&&(o[a]=i,i=[]):i.push(a);var s={};for(var u in t){if(o[u])for(r=0;r<o[u].length;r++){var c=o[u][r];s[o[u][r]]=n(c)}s[u]=n(u)}for(r=0;r<i.length;r++)s[i[r]]=n(i[r]);return s}(t,r);return Object.keys(o).forEach((function(i){var a=o[i];if(l(a)){var s=i in t,u=i in r,c=t[i],f=l(c)&&!c.props.in;!u||s&&!f?u||!s||f?u&&s&&l(c)&&(o[i]=d(a,{onExited:n.bind(null,a),in:c.props.in,exit:bf(a,"exit",e),enter:bf(a,"enter",e)})):o[i]=d(a,{in:!1}):o[i]=d(a,{onExited:n.bind(null,a),in:!0,exit:bf(a,"exit",e),enter:bf(a,"enter",e)})}})),o}var wf=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},Sf=function(e){function n(t,n){var r,o=(r=e.call(this,t,n)||this).handleExited.bind(function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(r));return r.state={contextValue:{isMounting:!0},handleExited:o,firstRender:!0},r}df(n,e);var r=n.prototype;return r.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},r.componentWillUnmount=function(){this.mounted=!1},n.getDerivedStateFromProps=function(e,t){var n,r,o=t.children,i=t.handleExited;return{children:t.firstRender?(n=e,r=i,yf(n.children,(function(e){return d(e,{onExited:r.bind(null,e),in:!0,appear:bf(e,"appear",n),enter:bf(e,"enter",n),exit:bf(e,"exit",n)})}))):Ef(e,o,i),firstRender:!1}},r.handleExited=function(e,t){var n=yf(this.props.children);e.key in n||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var n=uf({},t.children);return delete n[e.key],{children:n}})))},r.render=function(){var e=this.props,n=e.component,r=e.childFactory,o=cf(e,["component","childFactory"]),i=this.state.contextValue,a=wf(this.state.children).map(r);return delete o.appear,delete o.enter,delete o.exit,null===n?t.createElement(hf.Provider,{value:i},a):t.createElement(hf.Provider,{value:i},t.createElement(n,o,a))},n}(t.Component);Sf.propTypes="production"!==process.env.NODE_ENV?{component:Ko.any,children:Ko.node,appear:Ko.bool,enter:Ko.bool,exit:Ko.bool,childFactory:Ko.func}:{},Sf.defaultProps={component:"div",childFactory:function(e){return e}};var xf=Sf;const Of=e=>e.scrollTop;function Cf(e,t){var n,r;const{timeout:o,easing:i,style:a={}}=e;return{duration:null!=(n=a.transitionDuration)?n:"number"==typeof o?o:o[t.mode]||0,easing:null!=(r=a.transitionTimingFunction)?r:"object"==typeof i?i[t.mode]:i,delay:a.transitionDelay}}function kf(e){return jl("MuiCollapse",e)}Ll("MuiCollapse",["root","horizontal","vertical","entered","hidden","wrapper","wrapperInner"]);const Tf=["addEndListener","children","className","collapsedSize","component","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","orientation","style","timeout","TransitionComponent"],Af=$d("div",{name:"MuiCollapse",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.orientation],"entered"===n.state&&t.entered,"exited"===n.state&&!n.in&&"0px"===n.collapsedSize&&t.hidden]}})((({theme:e,ownerState:t})=>$r({height:0,overflow:"hidden",transition:e.transitions.create("height")},"horizontal"===t.orientation&&{height:"auto",width:0,transition:e.transitions.create("width")},"entered"===t.state&&$r({height:"auto",overflow:"visible"},"horizontal"===t.orientation&&{width:"auto"}),"exited"===t.state&&!t.in&&"0px"===t.collapsedSize&&{visibility:"hidden"}))),Df=$d("div",{name:"MuiCollapse",slot:"Wrapper",overridesResolver:(e,t)=>t.wrapper})((({ownerState:e})=>$r({display:"flex",width:"100%"},"horizontal"===e.orientation&&{width:"auto",height:"100%"}))),Nf=$d("div",{name:"MuiCollapse",slot:"WrapperInner",overridesResolver:(e,t)=>t.wrapperInner})((({ownerState:e})=>$r({width:"100%"},"horizontal"===e.orientation&&{width:"auto",height:"100%"}))),Rf=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiCollapse"}),{addEndListener:o,children:i,className:a,collapsedSize:s="0px",component:u,easing:c,in:l,onEnter:d,onEntered:f,onEntering:p,onExit:h,onExited:m,onExiting:v,orientation:g="vertical",style:y,timeout:b=Vd.standard,TransitionComponent:E=gf}=r,w=Tl(r,Tf),S=$r({},r,{orientation:g,collapsedSize:s}),x=(e=>{const{orientation:t,classes:n}=e;return Nl({root:["root",`${t}`],entered:["entered"],hidden:["hidden"],wrapper:["wrapper",`${t}`],wrapperInner:["wrapperInner",`${t}`]},kf,n)})(S),O=Zd(),k=e.useRef(),T=e.useRef(null),A=e.useRef(),D="number"==typeof s?`${s}px`:s,N="horizontal"===g,R=N?"width":"height";e.useEffect((()=>()=>{clearTimeout(k.current)}),[]);const P=e.useRef(null),I=au(n,P),M=e=>t=>{if(e){const n=P.current;void 0===t?e(n):e(n,t)}},j=()=>T.current?T.current[N?"clientWidth":"clientHeight"]:0,L=M(((e,t)=>{T.current&&N&&(T.current.style.position="absolute"),e.style[R]=D,d&&d(e,t)})),F=M(((e,t)=>{const n=j();T.current&&N&&(T.current.style.position="");const{duration:r,easing:o}=Cf({style:y,timeout:b,easing:c},{mode:"enter"});if("auto"===b){const t=O.transitions.getAutoHeightDuration(n);e.style.transitionDuration=`${t}ms`,A.current=t}else e.style.transitionDuration="string"==typeof r?r:`${r}ms`;e.style[R]=`${n}px`,e.style.transitionTimingFunction=o,p&&p(e,t)})),V=M(((e,t)=>{e.style[R]="auto",f&&f(e,t)})),B=M((e=>{e.style[R]=`${j()}px`,h&&h(e)})),U=M(m),_=M((e=>{const t=j(),{duration:n,easing:r}=Cf({style:y,timeout:b,easing:c},{mode:"exit"});if("auto"===b){const n=O.transitions.getAutoHeightDuration(t);e.style.transitionDuration=`${n}ms`,A.current=n}else e.style.transitionDuration="string"==typeof n?n:`${n}ms`;e.style[R]=D,e.style.transitionTimingFunction=r,v&&v(e)}));return C(E,$r({in:l,onEnter:L,onEntered:V,onEntering:F,onExit:B,onExited:U,onExiting:_,addEndListener:e=>{"auto"===b&&(k.current=setTimeout(e,A.current||0)),o&&o(P.current,e)},nodeRef:P,timeout:"auto"===b?null:b},w,{children:(e,t)=>C(Af,$r({as:u,className:Wc(x.root,a,{entered:x.entered,exited:!l&&"0px"===D&&x.hidden}[e]),style:$r({[N?"minWidth":"minHeight"]:D},y),ownerState:$r({},S,{state:e}),ref:I},t,{children:C(Df,{ownerState:$r({},S,{state:e}),className:x.wrapper,ref:T,children:C(Nf,{ownerState:$r({},S,{state:e}),className:x.wrapperInner,children:i})})}))}))}));"production"!==process.env.NODE_ENV&&(Rf.propTypes={addEndListener:Ko.func,children:Ko.node,classes:Ko.object,className:Ko.string,collapsedSize:Ko.oneOfType([Ko.number,Ko.string]),component:os,easing:Ko.oneOfType([Ko.shape({enter:Ko.string,exit:Ko.string}),Ko.string]),in:Ko.bool,onEnter:Ko.func,onEntered:Ko.func,onEntering:Ko.func,onExit:Ko.func,onExited:Ko.func,onExiting:Ko.func,orientation:Ko.oneOf(["horizontal","vertical"]),style:Ko.object,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),timeout:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.shape({appear:Ko.number,enter:Ko.number,exit:Ko.number})])}),Rf.muiSupportAuto=!0;var Pf=Rf;function If(e){return jl("MuiPaper",e)}Ll("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);const Mf=["className","component","elevation","square","variant"],jf=e=>{let t;return t=e<1?5.11916*e**2:4.5*Math.log(e+1)+2,(t/100).toFixed(2)},Lf=$d("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],!n.square&&t.rounded,"elevation"===n.variant&&t[`elevation${n.elevation}`]]}})((({theme:e,ownerState:t})=>$r({backgroundColor:e.palette.background.paper,color:e.palette.text.primary,transition:e.transitions.create("box-shadow")},!t.square&&{borderRadius:e.shape.borderRadius},"outlined"===t.variant&&{border:`1px solid ${e.palette.divider}`},"elevation"===t.variant&&$r({boxShadow:e.shadows[t.elevation]},"dark"===e.palette.mode&&{backgroundImage:`linear-gradient(${Sl("#fff",jf(t.elevation))}, ${Sl("#fff",jf(t.elevation))})`})))),Ff=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiPaper"}),{className:r,component:o="div",elevation:i=1,square:a=!1,variant:s="elevation"}=n,u=Tl(n,Mf),c=$r({},n,{component:o,elevation:i,square:a,variant:s}),l=(e=>{const{square:t,elevation:n,variant:r,classes:o}=e;return Nl({root:["root",r,!t&&"rounded","elevation"===r&&`elevation${n}`]},If,o)})(c);if("production"!==process.env.NODE_ENV){void 0===Zd().shadows[i]&&console.error([`MUI: The elevation provided <Paper elevation={${i}}> is not available in the theme.`,`Please make sure that \`theme.shadows[${i}]\` is defined.`].join("\n"))}return C(Lf,$r({as:o,ownerState:c,className:Wc(l.root,r),ref:t},u))}));"production"!==process.env.NODE_ENV&&(Ff.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,elevation:Za(Cu,(e=>{const{elevation:t,variant:n}=e;return t>0&&"outlined"===n?new Error(`MUI: Combining \`elevation={${t}}\` with \`variant="${n}"\` has no effect. Either use \`elevation={0}\` or use a different \`variant\`.`):null})),square:Ko.bool,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),variant:Ko.oneOfType([Ko.oneOf(["elevation","outlined"]),Ko.string])});var Vf=Ff;function Bf(t){const{className:n,classes:r,pulsate:o=!1,rippleX:i,rippleY:a,rippleSize:s,in:u,onExited:c,timeout:l}=t,[d,f]=e.useState(!1),p=Wc(n,r.ripple,r.rippleVisible,o&&r.ripplePulsate),h={width:s,height:s,top:-s/2+a,left:-s/2+i},m=Wc(r.child,d&&r.childLeaving,o&&r.childPulsate);return u||d||f(!0),e.useEffect((()=>{if(!u&&null!=c){const e=setTimeout(c,l);return()=>{clearTimeout(e)}}}),[c,u,l]),C("span",{className:p,style:h,children:C("span",{className:m})})}"production"!==process.env.NODE_ENV&&(Bf.propTypes={classes:Ko.object.isRequired,className:Ko.string,in:Ko.bool,onExited:Ko.func,pulsate:Ko.bool,rippleSize:Ko.number,rippleX:Ko.number,rippleY:Ko.number,timeout:Ko.number.isRequired});var Uf=Ll("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]);const _f=["center","classes","className"];let Wf,zf,qf,Gf,Hf=e=>e;const Yf=Ra(Wf||(Wf=Hf`
139
- 0% {
140
- transform: scale(0);
141
- opacity: 0.1;
142
- }
143
-
144
- 100% {
145
- transform: scale(1);
146
- opacity: 0.3;
147
- }
148
- `)),Kf=Ra(zf||(zf=Hf`
149
- 0% {
150
- opacity: 1;
151
- }
152
-
153
- 100% {
154
- opacity: 0;
155
- }
156
- `)),Xf=Ra(qf||(qf=Hf`
157
- 0% {
158
- transform: scale(1);
159
- }
160
-
161
- 50% {
162
- transform: scale(0.92);
163
- }
164
-
165
- 100% {
166
- transform: scale(1);
167
- }
168
- `)),Jf=$d("span",{name:"MuiTouchRipple",slot:"Root",skipSx:!0})({overflow:"hidden",pointerEvents:"none",position:"absolute",zIndex:0,top:0,right:0,bottom:0,left:0,borderRadius:"inherit"}),Zf=$d(Bf,{name:"MuiTouchRipple",slot:"Ripple"})(Gf||(Gf=Hf`
169
- opacity: 0;
170
- position: absolute;
171
-
172
- &.${0} {
173
- opacity: 0.3;
174
- transform: scale(1);
175
- animation-name: ${0};
176
- animation-duration: ${0}ms;
177
- animation-timing-function: ${0};
178
- }
179
-
180
- &.${0} {
181
- animation-duration: ${0}ms;
182
- }
183
-
184
- & .${0} {
185
- opacity: 1;
186
- display: block;
187
- width: 100%;
188
- height: 100%;
189
- border-radius: 50%;
190
- background-color: currentColor;
191
- }
192
-
193
- & .${0} {
194
- opacity: 0;
195
- animation-name: ${0};
196
- animation-duration: ${0}ms;
197
- animation-timing-function: ${0};
198
- }
199
-
200
- & .${0} {
201
- position: absolute;
202
- /* @noflip */
203
- left: 0px;
204
- top: 0;
205
- animation-name: ${0};
206
- animation-duration: 2500ms;
207
- animation-timing-function: ${0};
208
- animation-iteration-count: infinite;
209
- animation-delay: 200ms;
210
- }
211
- `),Uf.rippleVisible,Yf,550,(({theme:e})=>e.transitions.easing.easeInOut),Uf.ripplePulsate,(({theme:e})=>e.transitions.duration.shorter),Uf.child,Uf.childLeaving,Kf,550,(({theme:e})=>e.transitions.easing.easeInOut),Uf.childPulsate,Xf,(({theme:e})=>e.transitions.easing.easeInOut)),Qf=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiTouchRipple"}),{center:o=!1,classes:i={},className:a}=r,s=Tl(r,_f),[u,c]=e.useState([]),l=e.useRef(0),d=e.useRef(null);e.useEffect((()=>{d.current&&(d.current(),d.current=null)}),[u]);const f=e.useRef(!1),p=e.useRef(null),h=e.useRef(null),m=e.useRef(null);e.useEffect((()=>()=>{clearTimeout(p.current)}),[]);const v=e.useCallback((e=>{const{pulsate:t,rippleX:n,rippleY:r,rippleSize:o,cb:a}=e;c((e=>[...e,C(Zf,{classes:{ripple:Wc(i.ripple,Uf.ripple),rippleVisible:Wc(i.rippleVisible,Uf.rippleVisible),ripplePulsate:Wc(i.ripplePulsate,Uf.ripplePulsate),child:Wc(i.child,Uf.child),childLeaving:Wc(i.childLeaving,Uf.childLeaving),childPulsate:Wc(i.childPulsate,Uf.childPulsate)},timeout:550,pulsate:t,rippleX:n,rippleY:r,rippleSize:o},l.current)])),l.current+=1,d.current=a}),[i]),g=e.useCallback(((e={},t={},n)=>{const{pulsate:r=!1,center:i=o||t.pulsate,fakeElement:a=!1}=t;if("mousedown"===e.type&&f.current)return void(f.current=!1);"touchstart"===e.type&&(f.current=!0);const s=a?null:m.current,u=s?s.getBoundingClientRect():{width:0,height:0,left:0,top:0};let c,l,d;if(i||0===e.clientX&&0===e.clientY||!e.clientX&&!e.touches)c=Math.round(u.width/2),l=Math.round(u.height/2);else{const{clientX:t,clientY:n}=e.touches?e.touches[0]:e;c=Math.round(t-u.left),l=Math.round(n-u.top)}if(i)d=Math.sqrt((2*u.width**2+u.height**2)/3),d%2==0&&(d+=1);else{const e=2*Math.max(Math.abs((s?s.clientWidth:0)-c),c)+2,t=2*Math.max(Math.abs((s?s.clientHeight:0)-l),l)+2;d=Math.sqrt(e**2+t**2)}e.touches?null===h.current&&(h.current=()=>{v({pulsate:r,rippleX:c,rippleY:l,rippleSize:d,cb:n})},p.current=setTimeout((()=>{h.current&&(h.current(),h.current=null)}),80)):v({pulsate:r,rippleX:c,rippleY:l,rippleSize:d,cb:n})}),[o,v]),y=e.useCallback((()=>{g({},{pulsate:!0})}),[g]),b=e.useCallback(((e,t)=>{if(clearTimeout(p.current),"touchend"===e.type&&h.current)return h.current(),h.current=null,void(p.current=setTimeout((()=>{b(e,t)})));h.current=null,c((e=>e.length>0?e.slice(1):e)),d.current=t}),[]);return e.useImperativeHandle(n,(()=>({pulsate:y,start:g,stop:b})),[y,g,b]),C(Jf,$r({className:Wc(i.root,Uf.root,a),ref:m},s,{children:C(xf,{component:null,exit:!0,children:u})}))}));"production"!==process.env.NODE_ENV&&(Qf.propTypes={center:Ko.bool,classes:Ko.object,className:Ko.string});var $f=Qf;function ep(e){return jl("MuiButtonBase",e)}var tp=Ll("MuiButtonBase",["root","disabled","focusVisible"]);const np=["action","centerRipple","children","className","component","disabled","disableRipple","disableTouchRipple","focusRipple","focusVisibleClassName","LinkComponent","onBlur","onClick","onContextMenu","onDragLeave","onFocus","onFocusVisible","onKeyDown","onKeyUp","onMouseDown","onMouseLeave","onMouseUp","onTouchEnd","onTouchMove","onTouchStart","tabIndex","TouchRippleProps","type"],rp=$d("button",{name:"MuiButtonBase",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"inline-flex",alignItems:"center",justifyContent:"center",position:"relative",boxSizing:"border-box",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none",textDecoration:"none",color:"inherit","&::-moz-focus-inner":{borderStyle:"none"},[`&.${tp.disabled}`]:{pointerEvents:"none",cursor:"default"},"@media print":{colorAdjust:"exact"}}),op=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiButtonBase"}),{action:o,centerRipple:i=!1,children:a,className:s,component:u="button",disabled:c=!1,disableRipple:l=!1,disableTouchRipple:d=!1,focusRipple:f=!1,LinkComponent:p="a",onBlur:h,onClick:m,onContextMenu:v,onDragLeave:g,onFocus:y,onFocusVisible:b,onKeyDown:E,onKeyUp:w,onMouseDown:S,onMouseLeave:x,onMouseUp:O,onTouchEnd:T,onTouchMove:A,onTouchStart:D,tabIndex:N=0,TouchRippleProps:R,type:P}=r,I=Tl(r,np),M=e.useRef(null),j=e.useRef(null),{isFocusVisibleRef:L,onFocus:F,onBlur:V,ref:B}=mu(),[U,_]=e.useState(!1);function W(e,t,n=d){return iu((r=>{t&&t(r);return!n&&j.current&&j.current[e](r),!0}))}c&&U&&_(!1),e.useImperativeHandle(o,(()=>({focusVisible:()=>{_(!0),M.current.focus()}})),[]),e.useEffect((()=>{U&&f&&!l&&j.current.pulsate()}),[l,f,U]);const z=W("start",S),q=W("stop",v),G=W("stop",g),H=W("stop",O),Y=W("stop",(e=>{U&&e.preventDefault(),x&&x(e)})),K=W("start",D),X=W("stop",T),J=W("stop",A),Z=W("stop",(e=>{V(e),!1===L.current&&_(!1),h&&h(e)}),!1),Q=iu((e=>{M.current||(M.current=e.currentTarget),F(e),!0===L.current&&(_(!0),b&&b(e)),y&&y(e)})),$=()=>{const e=M.current;return u&&"button"!==u&&!("A"===e.tagName&&e.href)},ee=e.useRef(!1),te=iu((e=>{f&&!ee.current&&U&&j.current&&" "===e.key&&(ee.current=!0,j.current.stop(e,(()=>{j.current.start(e)}))),e.target===e.currentTarget&&$()&&" "===e.key&&e.preventDefault(),E&&E(e),e.target===e.currentTarget&&$()&&"Enter"===e.key&&!c&&(e.preventDefault(),m&&m(e))})),ne=iu((e=>{f&&" "===e.key&&j.current&&U&&!e.defaultPrevented&&(ee.current=!1,j.current.stop(e,(()=>{j.current.pulsate(e)}))),w&&w(e),m&&e.target===e.currentTarget&&$()&&" "===e.key&&!e.defaultPrevented&&m(e)}));let re=u;"button"===re&&(I.href||I.to)&&(re=p);const oe={};"button"===re?(oe.type=void 0===P?"button":P,oe.disabled=c):(I.href||I.to||(oe.role="button"),c&&(oe["aria-disabled"]=c));const ie=au(B,M),ae=au(n,ie),[se,ue]=e.useState(!1);e.useEffect((()=>{ue(!0)}),[]);const ce=se&&!l&&!c;"production"!==process.env.NODE_ENV&&e.useEffect((()=>{ce&&!j.current&&console.error(["MUI: The `component` prop provided to ButtonBase is invalid.","Please make sure the children prop is rendered in this custom component."].join("\n"))}),[ce]);const le=$r({},r,{centerRipple:i,component:u,disabled:c,disableRipple:l,disableTouchRipple:d,focusRipple:f,tabIndex:N,focusVisible:U}),de=(e=>{const{disabled:t,focusVisible:n,focusVisibleClassName:r,classes:o}=e,i=Nl({root:["root",t&&"disabled",n&&"focusVisible"]},ep,o);return n&&r&&(i.root+=` ${r}`),i})(le);return k(rp,$r({as:re,className:Wc(de.root,s),ownerState:le,onBlur:Z,onClick:m,onContextMenu:q,onFocus:Q,onKeyDown:te,onKeyUp:ne,onMouseDown:z,onMouseLeave:Y,onMouseUp:H,onDragLeave:G,onTouchEnd:X,onTouchMove:J,onTouchStart:K,ref:ae,tabIndex:c?-1:N,type:P},oe,I,{children:[a,ce?C($f,$r({ref:j,center:i},R)):null]}))}));"production"!==process.env.NODE_ENV&&(op.propTypes={action:Gs,centerRipple:Ko.bool,children:Ko.node,classes:Ko.object,className:Ko.string,component:os,disabled:Ko.bool,disableRipple:Ko.bool,disableTouchRipple:Ko.bool,focusRipple:Ko.bool,focusVisibleClassName:Ko.string,href:Ko.any,LinkComponent:Ko.elementType,onBlur:Ko.func,onClick:Ko.func,onContextMenu:Ko.func,onDragLeave:Ko.func,onFocus:Ko.func,onFocusVisible:Ko.func,onKeyDown:Ko.func,onKeyUp:Ko.func,onMouseDown:Ko.func,onMouseLeave:Ko.func,onMouseUp:Ko.func,onTouchEnd:Ko.func,onTouchMove:Ko.func,onTouchStart:Ko.func,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),tabIndex:Ko.number,TouchRippleProps:Ko.object,type:Ko.oneOfType([Ko.oneOf(["button","reset","submit"]),Ko.string])});var ip=op;function ap(e){return jl("MuiIconButton",e)}var sp=Ll("MuiIconButton",["root","disabled","colorInherit","colorPrimary","colorSecondary","edgeStart","edgeEnd","sizeSmall","sizeMedium","sizeLarge"]);const up=["edge","children","className","color","disabled","disableFocusRipple","size"],cp=$d(ip,{name:"MuiIconButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,"default"!==n.color&&t[`color${Hs(n.color)}`],n.edge&&t[`edge${Hs(n.edge)}`],t[`size${Hs(n.size)}`]]}})((({theme:e,ownerState:t})=>$r({textAlign:"center",flex:"0 0 auto",fontSize:e.typography.pxToRem(24),padding:8,borderRadius:"50%",overflow:"visible",color:e.palette.action.active,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{backgroundColor:Sl(e.palette.action.active,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},"start"===t.edge&&{marginLeft:"small"===t.size?-3:-12},"end"===t.edge&&{marginRight:"small"===t.size?-3:-12})),(({theme:e,ownerState:t})=>$r({},"inherit"===t.color&&{color:"inherit"},"inherit"!==t.color&&"default"!==t.color&&{color:e.palette[t.color].main,"&:hover":{backgroundColor:Sl(e.palette[t.color].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},"small"===t.size&&{padding:5,fontSize:e.typography.pxToRem(18)},"large"===t.size&&{padding:12,fontSize:e.typography.pxToRem(28)},{[`&.${sp.disabled}`]:{backgroundColor:"transparent",color:e.palette.action.disabled}}))),lp=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiIconButton"}),{edge:r=!1,children:o,className:i,color:a="default",disabled:s=!1,disableFocusRipple:u=!1,size:c="medium"}=n,l=Tl(n,up),d=$r({},n,{edge:r,color:a,disabled:s,disableFocusRipple:u,size:c}),f=(e=>{const{classes:t,disabled:n,color:r,edge:o,size:i}=e;return Nl({root:["root",n&&"disabled","default"!==r&&`color${Hs(r)}`,o&&`edge${Hs(o)}`,`size${Hs(i)}`]},ap,t)})(d);return C(cp,$r({className:Wc(f.root,i),centerRipple:!0,focusRipple:!u,disabled:s,ref:t,ownerState:d},l,{children:o}))}));"production"!==process.env.NODE_ENV&&(lp.propTypes={children:Za(Ko.node,(t=>e.Children.toArray(t.children).some((t=>e.isValidElement(t)&&t.props.onClick))?new Error(["MUI: You are providing an onClick event listener to a child of a button element.","Prefer applying it to the IconButton directly.","This guarantees that the whole <button> will be responsive to click events."].join("\n")):null)),classes:Ko.object,className:Ko.string,color:Ko.oneOfType([Ko.oneOf(["inherit","default","primary","secondary","error","info","success","warning"]),Ko.string]),disabled:Ko.bool,disableFocusRipple:Ko.bool,disableRipple:Ko.bool,edge:Ko.oneOf(["end","start",!1]),size:Ko.oneOfType([Ko.oneOf(["small","medium","large"]),Ko.string]),sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object])});var dp=lp;function fp(e){return jl("MuiTypography",e)}Ll("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);const pp=["align","className","component","gutterBottom","noWrap","paragraph","variant","variantMapping"],hp=$d("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.variant&&t[n.variant],"inherit"!==n.align&&t[`align${Hs(n.align)}`],n.noWrap&&t.noWrap,n.gutterBottom&&t.gutterBottom,n.paragraph&&t.paragraph]}})((({theme:e,ownerState:t})=>$r({margin:0},t.variant&&e.typography[t.variant],"inherit"!==t.align&&{textAlign:t.align},t.noWrap&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t.gutterBottom&&{marginBottom:"0.35em"},t.paragraph&&{marginBottom:16}))),mp={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},vp={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},gp=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiTypography"}),r=(e=>vp[e]||e)(n.color),o=Uc($r({},n,{color:r})),{align:i="inherit",className:a,component:s,gutterBottom:u=!1,noWrap:c=!1,paragraph:l=!1,variant:d="body1",variantMapping:f=mp}=o,p=Tl(o,pp),h=$r({},o,{align:i,color:r,className:a,component:s,gutterBottom:u,noWrap:c,paragraph:l,variant:d,variantMapping:f}),m=s||(l?"p":f[d]||mp[d])||"span",v=(e=>{const{align:t,gutterBottom:n,noWrap:r,paragraph:o,variant:i,classes:a}=e;return Nl({root:["root",i,"inherit"!==e.align&&`align${Hs(t)}`,n&&"gutterBottom",r&&"noWrap",o&&"paragraph"]},fp,a)})(h);return C(hp,$r({as:m,ref:t,ownerState:h,className:Wc(v.root,a)},p))}));"production"!==process.env.NODE_ENV&&(gp.propTypes={align:Ko.oneOf(["center","inherit","justify","left","right"]),children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,gutterBottom:Ko.bool,noWrap:Ko.bool,paragraph:Ko.bool,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),variant:Ko.oneOfType([Ko.oneOf(["body1","body2","button","caption","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),Ko.string]),variantMapping:Ko.object});var yp=gp;function bp(e){return jl("MuiInput",e)}var Ep=Ll("MuiInput",["root","formControl","focused","disabled","colorSecondary","underline","error","sizeSmall","multiline","fullWidth","input","inputSizeSmall","inputMultiline","inputTypeSearch"]);function wp(e){return jl("MuiInputBase",e)}var Sp=Ll("MuiInputBase",["root","formControl","focused","disabled","adornedStart","adornedEnd","error","sizeSmall","multiline","colorSecondary","fullWidth","hiddenLabel","input","inputSizeSmall","inputMultiline","inputTypeSearch","inputAdornedStart","inputAdornedEnd","inputHiddenLabel"]),xp=af(C("path",{d:"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"}),"Person");function Op(e){return jl("MuiAvatar",e)}Ll("MuiAvatar",["root","colorDefault","circular","rounded","square","img","fallback"]);const Cp=["alt","children","className","component","imgProps","sizes","src","srcSet","variant"],kp=$d("div",{name:"MuiAvatar",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],n.colorDefault&&t.colorDefault]}})((({theme:e,ownerState:t})=>$r({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,width:40,height:40,fontFamily:e.typography.fontFamily,fontSize:e.typography.pxToRem(20),lineHeight:1,borderRadius:"50%",overflow:"hidden",userSelect:"none"},"rounded"===t.variant&&{borderRadius:e.shape.borderRadius},"square"===t.variant&&{borderRadius:0},t.colorDefault&&{color:e.palette.background.default,backgroundColor:"light"===e.palette.mode?e.palette.grey[400]:e.palette.grey[600]}))),Tp=$d("img",{name:"MuiAvatar",slot:"Img",overridesResolver:(e,t)=>t.img})({width:"100%",height:"100%",textAlign:"center",objectFit:"cover",color:"transparent",textIndent:1e4}),Ap=$d(xp,{name:"MuiAvatar",slot:"Fallback",overridesResolver:(e,t)=>t.fallback})({width:"75%",height:"75%"});const Dp=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiAvatar"}),{alt:o,children:i,className:a,component:s="div",imgProps:u,sizes:c,src:l,srcSet:d,variant:f="circular"}=r,p=Tl(r,Cp);let h=null;const m=function({crossOrigin:t,referrerPolicy:n,src:r,srcSet:o}){const[i,a]=e.useState(!1);return e.useEffect((()=>{if(!r&&!o)return;a(!1);let e=!0;const i=new Image;return i.onload=()=>{e&&a("loaded")},i.onerror=()=>{e&&a("error")},i.crossOrigin=t,i.referrerPolicy=n,i.src=r,o&&(i.srcset=o),()=>{e=!1}}),[t,n,r,o]),i}($r({},u,{src:l,srcSet:d})),v=l||d,g=v&&"error"!==m,y=$r({},r,{colorDefault:!g,component:s,variant:f}),b=(e=>{const{classes:t,variant:n,colorDefault:r}=e;return Nl({root:["root",n,r&&"colorDefault"],img:["img"],fallback:["fallback"]},Op,t)})(y);return h=g?C(Tp,$r({alt:o,src:l,srcSet:d,sizes:c,ownerState:y,className:b.img},u)):null!=i?i:v&&o?o[0]:C(Ap,{className:b.fallback}),C(kp,$r({as:s,ownerState:y,className:Wc(b.root,a),ref:n},p,{children:h}))}));"production"!==process.env.NODE_ENV&&(Dp.propTypes={alt:Ko.string,children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,imgProps:Ko.object,sizes:Ko.string,src:Ko.string,srcSet:Ko.string,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),variant:Ko.oneOfType([Ko.oneOf(["circular","rounded","square"]),Ko.string])});var Np=Dp;const Rp=["addEndListener","appear","children","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"],Pp={entering:{opacity:1},entered:{opacity:1}},Ip={enter:Vd.enteringScreen,exit:Vd.leavingScreen},Mp=e.forwardRef((function(t,n){const{addEndListener:r,appear:o=!0,children:i,easing:a,in:s,onEnter:u,onEntered:c,onEntering:l,onExit:d,onExited:f,onExiting:p,style:h,timeout:m=Ip,TransitionComponent:v=gf}=t,g=Tl(t,Rp),y=Zd(),b=e.useRef(null),E=au(i.ref,n),w=au(b,E),S=e=>t=>{if(e){const n=b.current;void 0===t?e(n):e(n,t)}},x=S(l),O=S(((e,t)=>{Of(e);const n=Cf({style:h,timeout:m,easing:a},{mode:"enter"});e.style.webkitTransition=y.transitions.create("opacity",n),e.style.transition=y.transitions.create("opacity",n),u&&u(e,t)})),k=S(c),T=S(p),A=S((e=>{const t=Cf({style:h,timeout:m,easing:a},{mode:"exit"});e.style.webkitTransition=y.transitions.create("opacity",t),e.style.transition=y.transitions.create("opacity",t),d&&d(e)})),D=S(f);return C(v,$r({appear:o,in:s,nodeRef:b,onEnter:O,onEntered:k,onEntering:x,onExit:A,onExited:D,onExiting:T,addEndListener:e=>{r&&r(b.current,e)},timeout:m},g,{children:(t,n)=>e.cloneElement(i,$r({style:$r({opacity:0,visibility:"exited"!==t||s?void 0:"hidden"},Pp[t],h,i.props.style),ref:w},n))}))}));"production"!==process.env.NODE_ENV&&(Mp.propTypes={addEndListener:Ko.func,appear:Ko.bool,children:rs.isRequired,easing:Ko.oneOfType([Ko.shape({enter:Ko.string,exit:Ko.string}),Ko.string]),in:Ko.bool,onEnter:Ko.func,onEntered:Ko.func,onEntering:Ko.func,onExit:Ko.func,onExited:Ko.func,onExiting:Ko.func,style:Ko.object,timeout:Ko.oneOfType([Ko.number,Ko.shape({appear:Ko.number,enter:Ko.number,exit:Ko.number})])});var jp=Mp;const Lp=["children","components","componentsProps","className","invisible","open","transitionDuration","TransitionComponent"],Fp=$d("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.invisible&&t.invisible]}})((({ownerState:e})=>$r({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent"},e.invisible&&{backgroundColor:"transparent"}))),Vp=e.forwardRef((function(e,t){var n;const r=Hd({props:e,name:"MuiBackdrop"}),{children:o,components:i={},componentsProps:a={},className:s,invisible:u=!1,open:c,transitionDuration:l,TransitionComponent:d=jp}=r,f=Tl(r,Lp),p=(e=>{const{classes:t}=e;return t})($r({},r,{invisible:u}));return C(d,$r({in:c,timeout:l},f,{children:C(Ul,{className:s,invisible:u,components:$r({Root:Fp},i),componentsProps:{root:$r({},a.root,(!i.Root||!Rl(i.Root))&&{ownerState:$r({},null==(n=a.root)?void 0:n.ownerState)})},classes:p,ref:t,children:o})}))}));"production"!==process.env.NODE_ENV&&(Vp.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,components:Ko.shape({Root:Ko.elementType}),componentsProps:Ko.object,invisible:Ko.bool,open:Ko.bool.isRequired,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),transitionDuration:Ko.oneOfType([Ko.number,Ko.shape({appear:Ko.number,enter:Ko.number,exit:Ko.number})])});var Bp=Vp;var Up=rl({defaultTheme:qd(),defaultClassName:"MuiBox-root",generateClassName:Il.generate});function _p(e){return jl("MuiCard",e)}Ll("MuiCard",["root"]);const Wp=["className","raised"],zp=$d(Vf,{name:"MuiCard",slot:"Root",overridesResolver:(e,t)=>t.root})((()=>({overflow:"hidden"}))),qp=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiCard"}),{className:r,raised:o=!1}=n,i=Tl(n,Wp),a=$r({},n,{raised:o}),s=(e=>{const{classes:t}=e;return Nl({root:["root"]},_p,t)})(a);return C(zp,$r({className:Wc(s.root,r),elevation:o?8:void 0,ref:t,ownerState:a},i))}));"production"!==process.env.NODE_ENV&&(qp.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,raised:Za(Ko.bool,(e=>e.raised&&"outlined"===e.variant?new Error('MUI: Combining `raised={true}` with `variant="outlined"` has no effect.'):null)),sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object])});var Gp=qp;function Hp(e){return jl("MuiCardContent",e)}Ll("MuiCardContent",["root"]);const Yp=["className","component"],Kp=$d("div",{name:"MuiCardContent",slot:"Root",overridesResolver:(e,t)=>t.root})((()=>({padding:16,"&:last-child":{paddingBottom:24}}))),Xp=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiCardContent"}),{className:r,component:o="div"}=n,i=Tl(n,Yp),a=$r({},n,{component:o}),s=(e=>{const{classes:t}=e;return Nl({root:["root"]},Hp,t)})(a);return C(Kp,$r({as:o,className:Wc(s.root,r),ownerState:a,ref:t},i))}));"production"!==process.env.NODE_ENV&&(Xp.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object])});var Jp=Xp;function Zp(e){return jl("MuiCardHeader",e)}var Qp=Ll("MuiCardHeader",["root","avatar","action","content","title","subheader"]);const $p=["action","avatar","className","component","disableTypography","subheader","subheaderTypographyProps","title","titleTypographyProps"],eh=$d("div",{name:"MuiCardHeader",slot:"Root",overridesResolver:(e,t)=>$r({[`& .${Qp.title}`]:t.title,[`& .${Qp.subheader}`]:t.subheader},t.root)})({display:"flex",alignItems:"center",padding:16}),th=$d("div",{name:"MuiCardHeader",slot:"Avatar",overridesResolver:(e,t)=>t.avatar})({display:"flex",flex:"0 0 auto",marginRight:16}),nh=$d("div",{name:"MuiCardHeader",slot:"Action",overridesResolver:(e,t)=>t.action})({flex:"0 0 auto",alignSelf:"flex-start",marginTop:-4,marginRight:-8,marginBottom:-4}),rh=$d("div",{name:"MuiCardHeader",slot:"Content",overridesResolver:(e,t)=>t.content})({flex:"1 1 auto"}),oh=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiCardHeader"}),{action:r,avatar:o,className:i,component:a="div",disableTypography:s=!1,subheader:u,subheaderTypographyProps:c,title:l,titleTypographyProps:d}=n,f=Tl(n,$p),p=$r({},n,{component:a,disableTypography:s}),h=(e=>{const{classes:t}=e;return Nl({root:["root"],avatar:["avatar"],action:["action"],content:["content"],title:["title"],subheader:["subheader"]},Zp,t)})(p);let m=l;null==m||m.type===yp||s||(m=C(yp,$r({variant:o?"body2":"h5",className:h.title,component:"span",display:"block"},d,{children:m})));let v=u;return null==v||v.type===yp||s||(v=C(yp,$r({variant:o?"body2":"body1",className:h.subheader,color:"text.secondary",component:"span",display:"block"},c,{children:v}))),k(eh,$r({className:Wc(h.root,i),as:a,ref:t,ownerState:p},f,{children:[o&&C(th,{className:h.avatar,ownerState:p,children:o}),k(rh,{className:h.content,ownerState:p,children:[m,v]}),r&&C(nh,{className:h.action,ownerState:p,children:r})]}))}));"production"!==process.env.NODE_ENV&&(oh.propTypes={action:Ko.node,avatar:Ko.node,children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,disableTypography:Ko.bool,subheader:Ko.node,subheaderTypographyProps:Ko.object,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),title:Ko.node,titleTypographyProps:Ko.object});var ih=oh;const ah=e.createContext();"production"!==process.env.NODE_ENV&&(ah.displayName="FormControlContext");var sh=ah;function uh(){return e.useContext(sh)}function ch(e){return jl("PrivateSwitchBase",e)}Ll("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);const lh=["autoFocus","checked","checkedIcon","className","defaultChecked","disabled","disableFocusRipple","edge","icon","id","inputProps","inputRef","name","onBlur","onChange","onFocus","readOnly","required","tabIndex","type","value"],dh=$d(ip,{skipSx:!0})((({ownerState:e})=>$r({padding:9,borderRadius:"50%"},"start"===e.edge&&{marginLeft:"small"===e.size?-3:-12},"end"===e.edge&&{marginRight:"small"===e.size?-3:-12}))),fh=$d("input",{skipSx:!0})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),ph=e.forwardRef((function(e,t){const{autoFocus:n,checked:r,checkedIcon:o,className:i,defaultChecked:a,disabled:s,disableFocusRipple:u=!1,edge:c=!1,icon:l,id:d,inputProps:f,inputRef:p,name:h,onBlur:m,onChange:v,onFocus:g,readOnly:y,required:b,tabIndex:E,type:w,value:S}=e,x=Tl(e,lh),[O,T]=ou({controlled:r,default:Boolean(a),name:"SwitchBase",state:"checked"}),A=uh();let D=s;A&&void 0===D&&(D=A.disabled);const N="checkbox"===w||"radio"===w,R=$r({},e,{checked:O,disabled:D,disableFocusRipple:u,edge:c}),P=(e=>{const{classes:t,checked:n,disabled:r,edge:o}=e;return Nl({root:["root",n&&"checked",r&&"disabled",o&&`edge${Hs(o)}`],input:["input"]},ch,t)})(R);return k(dh,$r({component:"span",className:Wc(P.root,i),centerRipple:!0,focusRipple:!u,disabled:D,tabIndex:null,role:void 0,onFocus:e=>{g&&g(e),A&&A.onFocus&&A.onFocus(e)},onBlur:e=>{m&&m(e),A&&A.onBlur&&A.onBlur(e)},ownerState:R,ref:t},x,{children:[C(fh,$r({autoFocus:n,checked:r,defaultChecked:a,className:P.input,disabled:D,id:N&&d,name:h,onChange:e=>{if(e.nativeEvent.defaultPrevented)return;const t=e.target.checked;T(t),v&&v(e,t)},readOnly:y,ref:p,required:b,ownerState:R,tabIndex:E,type:w},"checkbox"===w&&void 0===S?{}:{value:S},f)),O?o:l]}))}));"production"!==process.env.NODE_ENV&&(ph.propTypes={autoFocus:Ko.bool,checked:Ko.bool,checkedIcon:Ko.node.isRequired,classes:Ko.object,className:Ko.string,defaultChecked:Ko.bool,disabled:Ko.bool,disableFocusRipple:Ko.bool,edge:Ko.oneOf(["end","start",!1]),icon:Ko.node.isRequired,id:Ko.string,inputProps:Ko.object,inputRef:Gs,name:Ko.string,onBlur:Ko.func,onChange:Ko.func,onFocus:Ko.func,readOnly:Ko.bool,required:Ko.bool,sx:Ko.object,tabIndex:Ko.oneOfType([Ko.number,Ko.string]),type:Ko.string.isRequired,value:Ko.any});var hh=ph;function mh(e){return e.substring(2).toLowerCase()}function vh(t){const{children:n,disableReactTree:r=!1,mouseEvent:o="onClick",onClickAway:i,touchEvent:a="onTouchEnd"}=t,s=e.useRef(!1),u=e.useRef(null),c=e.useRef(!1),l=e.useRef(!1);e.useEffect((()=>(setTimeout((()=>{c.current=!0}),0),()=>{c.current=!1})),[]);const d=au(n.ref,u),f=iu((e=>{const t=l.current;l.current=!1;const n=Zs(u.current);if(!c.current||!u.current||"clientX"in e&&function(e,t){return t.documentElement.clientWidth<e.clientX||t.documentElement.clientHeight<e.clientY}(e,n))return;if(s.current)return void(s.current=!1);let o;o=e.composedPath?e.composedPath().indexOf(u.current)>-1:!n.documentElement.contains(e.target)||u.current.contains(e.target),o||!r&&t||i(e)})),p=e=>t=>{l.current=!0;const r=n.props[e];r&&r(t)},h={ref:d};return!1!==a&&(h[a]=p(a)),e.useEffect((()=>{if(!1!==a){const e=mh(a),t=Zs(u.current),n=()=>{s.current=!0};return t.addEventListener(e,f),t.addEventListener("touchmove",n),()=>{t.removeEventListener(e,f),t.removeEventListener("touchmove",n)}}}),[f,a]),!1!==o&&(h[o]=p(o)),e.useEffect((()=>{if(!1!==o){const e=mh(o),t=Zs(u.current);return t.addEventListener(e,f),()=>{t.removeEventListener(e,f)}}}),[f,o]),C(e.Fragment,{children:e.cloneElement(n,h)})}"production"!==process.env.NODE_ENV&&(vh.propTypes={children:rs.isRequired,disableReactTree:Ko.bool,mouseEvent:Ko.oneOf(["onClick","onMouseDown","onMouseUp",!1]),onClickAway:Ko.func.isRequired,touchEvent:Ko.oneOf(["onTouchEnd","onTouchStart",!1])}),"production"!==process.env.NODE_ENV&&(vh.propTypes=is(vh.propTypes));const gh=["BackdropComponent","closeAfterTransition","children","components","componentsProps","disableAutoFocus","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted"],yh=$d("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})((({theme:e,ownerState:t})=>$r({position:"fixed",zIndex:e.zIndex.modal,right:0,bottom:0,top:0,left:0},!t.open&&t.exited&&{visibility:"hidden"}))),bh=$d(Bp,{name:"MuiModal",slot:"Backdrop",overridesResolver:(e,t)=>t.backdrop})({zIndex:-1}),Eh=e.forwardRef((function(t,n){var r;const o=Hd({name:"MuiModal",props:t}),{BackdropComponent:i=bh,closeAfterTransition:a=!1,children:s,components:u={},componentsProps:c={},disableAutoFocus:l=!1,disableEnforceFocus:d=!1,disableEscapeKeyDown:f=!1,disablePortal:p=!1,disableRestoreFocus:h=!1,disableScrollLock:m=!1,hideBackdrop:v=!1,keepMounted:g=!1}=o,y=Tl(o,gh),[b,E]=e.useState(!0),w={closeAfterTransition:a,disableAutoFocus:l,disableEnforceFocus:d,disableEscapeKeyDown:f,disablePortal:p,disableRestoreFocus:h,disableScrollLock:m,hideBackdrop:v,keepMounted:g},S=(e=>e.classes)($r({},o,w,{exited:b}));return C(dd,$r({components:$r({Root:yh},u),componentsProps:{root:$r({},c.root,(!u.Root||!Rl(u.Root))&&{ownerState:$r({},null==(r=c.root)?void 0:r.ownerState)})},BackdropComponent:i,onTransitionEnter:()=>E(!1),onTransitionExited:()=>E(!0),ref:n},y,{classes:S},w,{children:s}))}));"production"!==process.env.NODE_ENV&&(Eh.propTypes={BackdropComponent:Ko.elementType,BackdropProps:Ko.object,children:rs.isRequired,classes:Ko.object,closeAfterTransition:Ko.bool,components:Ko.shape({Root:Ko.elementType}),componentsProps:Ko.object,container:Ko.oneOfType([zs,Ko.func]),disableAutoFocus:Ko.bool,disableEnforceFocus:Ko.bool,disableEscapeKeyDown:Ko.bool,disablePortal:Ko.bool,disableRestoreFocus:Ko.bool,disableScrollLock:Ko.bool,hideBackdrop:Ko.bool,keepMounted:Ko.bool,onBackdropClick:Ko.func,onClose:Ko.func,open:Ko.bool.isRequired,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object])});var wh=Eh;function Sh(e){return jl("MuiDivider",e)}var xh=Ll("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]);const Oh=["absolute","children","className","component","flexItem","light","orientation","role","textAlign","variant"],Ch=$d("div",{name:"MuiDivider",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.absolute&&t.absolute,t[n.variant],n.light&&t.light,"vertical"===n.orientation&&t.vertical,n.flexItem&&t.flexItem,n.children&&t.withChildren,n.children&&"vertical"===n.orientation&&t.withChildrenVertical,"right"===n.textAlign&&"vertical"!==n.orientation&&t.textAlignRight,"left"===n.textAlign&&"vertical"!==n.orientation&&t.textAlignLeft]}})((({theme:e,ownerState:t})=>$r({margin:0,flexShrink:0,borderWidth:0,borderStyle:"solid",borderColor:e.palette.divider,borderBottomWidth:"thin"},t.absolute&&{position:"absolute",bottom:0,left:0,width:"100%"},t.light&&{borderColor:Sl(e.palette.divider,.08)},"inset"===t.variant&&{marginLeft:72},"middle"===t.variant&&"horizontal"===t.orientation&&{marginLeft:e.spacing(2),marginRight:e.spacing(2)},"middle"===t.variant&&"vertical"===t.orientation&&{marginTop:e.spacing(1),marginBottom:e.spacing(1)},"vertical"===t.orientation&&{height:"100%",borderBottomWidth:0,borderRightWidth:"thin"},t.flexItem&&{alignSelf:"stretch",height:"auto"})),(({theme:e,ownerState:t})=>$r({},t.children&&{display:"flex",whiteSpace:"nowrap",textAlign:"center",border:0,"&::before, &::after":{position:"relative",width:"100%",borderTop:`thin solid ${e.palette.divider}`,top:"50%",content:'""',transform:"translateY(50%)"}})),(({theme:e,ownerState:t})=>$r({},t.children&&"vertical"===t.orientation&&{flexDirection:"column","&::before, &::after":{height:"100%",top:"0%",left:"50%",borderTop:0,borderLeft:`thin solid ${e.palette.divider}`,transform:"translateX(0%)"}})),(({ownerState:e})=>$r({},"right"===e.textAlign&&"vertical"!==e.orientation&&{"&::before":{width:"90%"},"&::after":{width:"10%"}},"left"===e.textAlign&&"vertical"!==e.orientation&&{"&::before":{width:"10%"},"&::after":{width:"90%"}}))),kh=$d("span",{name:"MuiDivider",slot:"Wrapper",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.wrapper,"vertical"===n.orientation&&t.wrapperVertical]}})((({theme:e,ownerState:t})=>$r({display:"inline-block",paddingLeft:`calc(${e.spacing(1)} * 1.2)`,paddingRight:`calc(${e.spacing(1)} * 1.2)`},"vertical"===t.orientation&&{paddingTop:`calc(${e.spacing(1)} * 1.2)`,paddingBottom:`calc(${e.spacing(1)} * 1.2)`}))),Th=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiDivider"}),{absolute:r=!1,children:o,className:i,component:a=(o?"div":"hr"),flexItem:s=!1,light:u=!1,orientation:c="horizontal",role:l=("hr"!==a?"separator":void 0),textAlign:d="center",variant:f="fullWidth"}=n,p=Tl(n,Oh),h=$r({},n,{absolute:r,component:a,flexItem:s,light:u,orientation:c,role:l,textAlign:d,variant:f}),m=(e=>{const{absolute:t,children:n,classes:r,flexItem:o,light:i,orientation:a,textAlign:s,variant:u}=e;return Nl({root:["root",t&&"absolute",u,i&&"light","vertical"===a&&"vertical",o&&"flexItem",n&&"withChildren",n&&"vertical"===a&&"withChildrenVertical","right"===s&&"vertical"!==a&&"textAlignRight","left"===s&&"vertical"!==a&&"textAlignLeft"],wrapper:["wrapper","vertical"===a&&"wrapperVertical"]},Sh,r)})(h);return C(Ch,$r({as:a,className:Wc(m.root,i),role:l,ref:t,ownerState:h},p,{children:o?C(kh,{className:m.wrapper,ownerState:h,children:o}):null}))}));"production"!==process.env.NODE_ENV&&(Th.propTypes={absolute:Ko.bool,children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,flexItem:Ko.bool,light:Ko.bool,orientation:Ko.oneOf(["horizontal","vertical"]),role:Ko.string,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),textAlign:Ko.oneOf(["center","left","right"]),variant:Ko.oneOfType([Ko.oneOf(["fullWidth","inset","middle"]),Ko.string])});var Ah=Th;const Dh=["addEndListener","appear","children","container","direction","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"];function Nh(e){return"function"==typeof e?e():e}function Rh(e,t,n){const r=function(e,t,n){const r=t.getBoundingClientRect(),o=n&&n.getBoundingClientRect(),i=Qs(t);let a;if(t.fakeTransform)a=t.fakeTransform;else{const e=i.getComputedStyle(t);a=e.getPropertyValue("-webkit-transform")||e.getPropertyValue("transform")}let s=0,u=0;if(a&&"none"!==a&&"string"==typeof a){const e=a.split("(")[1].split(")")[0].split(",");s=parseInt(e[4],10),u=parseInt(e[5],10)}return"left"===e?o?`translateX(${o.right+s-r.left}px)`:`translateX(${i.innerWidth+s-r.left}px)`:"right"===e?o?`translateX(-${r.right-o.left-s}px)`:`translateX(-${r.left+r.width-s}px)`:"up"===e?o?`translateY(${o.bottom+u-r.top}px)`:`translateY(${i.innerHeight+u-r.top}px)`:o?`translateY(-${r.top-o.top+r.height-u}px)`:`translateY(-${r.top+r.height-u}px)`}(e,t,Nh(n));r&&(t.style.webkitTransform=r,t.style.transform=r)}const Ph={enter:Fd.easeOut,exit:Fd.sharp},Ih={enter:Vd.enteringScreen,exit:Vd.leavingScreen},Mh=e.forwardRef((function(t,n){const{addEndListener:r,appear:o=!0,children:i,container:a,direction:s="down",easing:u=Ph,in:c,onEnter:l,onEntered:d,onEntering:f,onExit:p,onExited:h,onExiting:m,style:v,timeout:g=Ih,TransitionComponent:y=gf}=t,b=Tl(t,Dh),E=Zd(),w=e.useRef(null),S=au(i.ref,w),x=au(S,n),O=e=>t=>{e&&(void 0===t?e(w.current):e(w.current,t))},k=O(((e,t)=>{Rh(s,e,a),Of(e),l&&l(e,t)})),T=O(((e,t)=>{const n=Cf({timeout:g,style:v,easing:u},{mode:"enter"});e.style.webkitTransition=E.transitions.create("-webkit-transform",$r({},n)),e.style.transition=E.transitions.create("transform",$r({},n)),e.style.webkitTransform="none",e.style.transform="none",f&&f(e,t)})),A=O(d),D=O(m),N=O((e=>{const t=Cf({timeout:g,style:v,easing:u},{mode:"exit"});e.style.webkitTransition=E.transitions.create("-webkit-transform",t),e.style.transition=E.transitions.create("transform",t),Rh(s,e,a),p&&p(e)})),R=O((e=>{e.style.webkitTransition="",e.style.transition="",h&&h(e)})),P=e.useCallback((()=>{w.current&&Rh(s,w.current,a)}),[s,a]);return e.useEffect((()=>{if(c||"down"===s||"right"===s)return;const e=Ks((()=>{w.current&&Rh(s,w.current,a)})),t=Qs(w.current);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}}),[s,c,a]),e.useEffect((()=>{c||P()}),[c,P]),C(y,$r({nodeRef:w,onEnter:k,onEntered:A,onEntering:T,onExit:N,onExited:R,onExiting:D,addEndListener:e=>{r&&r(w.current,e)},appear:o,in:c,timeout:g},b,{children:(t,n)=>e.cloneElement(i,$r({ref:x,style:$r({visibility:"exited"!==t||c?void 0:"hidden"},v,i.props.style)},n))}))}));"production"!==process.env.NODE_ENV&&(Mh.propTypes={addEndListener:Ko.func,appear:Ko.bool,children:rs.isRequired,container:Za(Ko.oneOfType([zs,Ko.func]),(e=>{if(e.open){const t=Nh(e.container);if(t&&1===t.nodeType){const e=t.getBoundingClientRect();if("test"!==process.env.NODE_ENV&&0===e.top&&0===e.left&&0===e.right&&0===e.bottom)return new Error(["MUI: The `container` prop provided to the component is invalid.","The anchor element should be part of the document layout.","Make sure the element is present in the document or that it's not display none."].join("\n"))}else if(!t||"function"!=typeof t.getBoundingClientRect||null!=t.contextElement&&1!==t.contextElement.nodeType)return new Error(["MUI: The `container` prop provided to the component is invalid.","It should be an HTML element instance."].join("\n"))}return null})),direction:Ko.oneOf(["down","left","right","up"]),easing:Ko.oneOfType([Ko.shape({enter:Ko.string,exit:Ko.string}),Ko.string]),in:Ko.bool,onEnter:Ko.func,onEntered:Ko.func,onEntering:Ko.func,onExit:Ko.func,onExited:Ko.func,onExiting:Ko.func,style:Ko.object,timeout:Ko.oneOfType([Ko.number,Ko.shape({appear:Ko.number,enter:Ko.number,exit:Ko.number})])});var jh=Mh;function Lh(e){return null!=e&&!(Array.isArray(e)&&0===e.length)}function Fh(e,t=!1){return e&&(Lh(e.value)&&""!==e.value||t&&Lh(e.defaultValue)&&""!==e.defaultValue)}const Vh=["aria-describedby","autoComplete","autoFocus","className","color","components","componentsProps","defaultValue","disabled","endAdornment","error","fullWidth","id","inputComponent","inputProps","inputRef","margin","maxRows","minRows","multiline","name","onBlur","onChange","onClick","onFocus","onKeyDown","onKeyUp","placeholder","readOnly","renderSuffix","rows","size","startAdornment","type","value"],Bh=(e,t)=>{const{ownerState:n}=e;return[t.root,n.formControl&&t.formControl,n.startAdornment&&t.adornedStart,n.endAdornment&&t.adornedEnd,n.error&&t.error,"small"===n.size&&t.sizeSmall,n.multiline&&t.multiline,n.color&&t[`color${Hs(n.color)}`],n.fullWidth&&t.fullWidth,n.hiddenLabel&&t.hiddenLabel]},Uh=(e,t)=>{const{ownerState:n}=e;return[t.input,"small"===n.size&&t.inputSizeSmall,n.multiline&&t.inputMultiline,"search"===n.type&&t.inputTypeSearch,n.startAdornment&&t.inputAdornedStart,n.endAdornment&&t.inputAdornedEnd,n.hiddenLabel&&t.inputHiddenLabel]},_h=$d("div",{name:"MuiInputBase",slot:"Root",overridesResolver:Bh})((({theme:e,ownerState:t})=>$r({},e.typography.body1,{color:e.palette.text.primary,lineHeight:"1.4375em",boxSizing:"border-box",position:"relative",cursor:"text",display:"inline-flex",alignItems:"center",[`&.${Sp.disabled}`]:{color:e.palette.text.disabled,cursor:"default"}},t.multiline&&$r({padding:"4px 0 5px"},"small"===t.size&&{paddingTop:1}),t.fullWidth&&{width:"100%"}))),Wh=$d("input",{name:"MuiInputBase",slot:"Input",overridesResolver:Uh})((({theme:e,ownerState:t})=>{const n="light"===e.palette.mode,r={color:"currentColor",opacity:n?.42:.5,transition:e.transitions.create("opacity",{duration:e.transitions.duration.shorter})},o={opacity:"0 !important"},i={opacity:n?.42:.5};return $r({font:"inherit",letterSpacing:"inherit",color:"currentColor",padding:"4px 0 5px",border:0,boxSizing:"content-box",background:"none",height:"1.4375em",margin:0,WebkitTapHighlightColor:"transparent",display:"block",minWidth:0,width:"100%",animationName:"mui-auto-fill-cancel",animationDuration:"10ms","&::-webkit-input-placeholder":r,"&::-moz-placeholder":r,"&:-ms-input-placeholder":r,"&::-ms-input-placeholder":r,"&:focus":{outline:0},"&:invalid":{boxShadow:"none"},"&::-webkit-search-decoration":{WebkitAppearance:"none"},[`label[data-shrink=false] + .${Sp.formControl} &`]:{"&::-webkit-input-placeholder":o,"&::-moz-placeholder":o,"&:-ms-input-placeholder":o,"&::-ms-input-placeholder":o,"&:focus::-webkit-input-placeholder":i,"&:focus::-moz-placeholder":i,"&:focus:-ms-input-placeholder":i,"&:focus::-ms-input-placeholder":i},[`&.${Sp.disabled}`]:{opacity:1,WebkitTextFillColor:e.palette.text.disabled},"&:-webkit-autofill":{animationDuration:"5000s",animationName:"mui-auto-fill"}},"small"===t.size&&{paddingTop:1},t.multiline&&{height:"auto",resize:"none",padding:0,paddingTop:0},"search"===t.type&&{MozAppearance:"textfield"})})),zh=C(Yd,{styles:{"@keyframes mui-auto-fill":{from:{display:"block"}},"@keyframes mui-auto-fill-cancel":{from:{display:"block"}}}}),qh=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiInputBase"}),{"aria-describedby":o,autoComplete:i,autoFocus:a,className:s,components:u={},componentsProps:c={},defaultValue:l,disabled:d,endAdornment:f,fullWidth:p=!1,id:h,inputComponent:m="input",inputProps:v={},inputRef:g,maxRows:y,minRows:b,multiline:E=!1,name:w,onBlur:S,onChange:x,onClick:O,onFocus:T,onKeyDown:A,onKeyUp:D,placeholder:N,readOnly:R,renderSuffix:P,rows:I,startAdornment:M,type:j="text",value:L}=r,F=Tl(r,Vh),V=null!=v.value?v.value:L,{current:B}=e.useRef(null!=V),U=e.useRef(),_=e.useCallback((e=>{"production"!==process.env.NODE_ENV&&e&&"INPUT"!==e.nodeName&&!e.focus&&console.error(["MUI: You have provided a `inputComponent` to the input component","that does not correctly handle the `ref` prop.","Make sure the `ref` prop is called with a HTMLInputElement."].join("\n"))}),[]),W=au(v.ref,_),z=au(g,W),q=au(U,z),[G,H]=e.useState(!1),Y=uh();"production"!==process.env.NODE_ENV&&e.useEffect((()=>{if(Y)return Y.registerEffect()}),[Y]);const K=function({props:e,states:t,muiFormControl:n}){return t.reduce(((t,r)=>(t[r]=e[r],n&&void 0===e[r]&&(t[r]=n[r]),t)),{})}({props:r,muiFormControl:Y,states:["color","disabled","error","hiddenLabel","size","required","filled"]});K.focused=Y?Y.focused:G,e.useEffect((()=>{!Y&&d&&G&&(H(!1),S&&S())}),[Y,d,G,S]);const X=Y&&Y.onFilled,J=Y&&Y.onEmpty,Z=e.useCallback((e=>{Fh(e)?X&&X():J&&J()}),[X,J]);tu((()=>{B&&Z({value:V})}),[V,Z,B]);e.useEffect((()=>{Z(U.current)}),[]);let Q=m,$=v;E&&"input"===Q&&(I?("production"!==process.env.NODE_ENV&&(b||y)&&console.warn("MUI: You can not use the `minRows` or `maxRows` props when the input `rows` prop is set."),$=$r({type:void 0,minRows:I,maxRows:I},$)):$=$r({type:void 0,maxRows:y,minRows:b},$),Q=vd);e.useEffect((()=>{Y&&Y.setAdornedStart(Boolean(M))}),[Y,M]);const ee=$r({},r,{color:K.color||"primary",disabled:K.disabled,endAdornment:f,error:K.error,focused:K.focused,formControl:Y,fullWidth:p,hiddenLabel:K.hiddenLabel,multiline:E,size:K.size,startAdornment:M,type:j}),te=(e=>{const{classes:t,color:n,disabled:r,error:o,endAdornment:i,focused:a,formControl:s,fullWidth:u,hiddenLabel:c,multiline:l,size:d,startAdornment:f,type:p}=e;return Nl({root:["root",`color${Hs(n)}`,r&&"disabled",o&&"error",u&&"fullWidth",a&&"focused",s&&"formControl","small"===d&&"sizeSmall",l&&"multiline",f&&"adornedStart",i&&"adornedEnd",c&&"hiddenLabel"],input:["input",r&&"disabled","search"===p&&"inputTypeSearch",l&&"inputMultiline","small"===d&&"inputSizeSmall",c&&"inputHiddenLabel",f&&"inputAdornedStart",i&&"inputAdornedEnd"]},wp,t)})(ee),ne=u.Root||_h,re=c.root||{},oe=u.Input||Wh;return $=$r({},$,c.input),k(e.Fragment,{children:[zh,k(ne,$r({},re,!Rl(ne)&&{ownerState:$r({},ee,re.ownerState)},{ref:n,onClick:e=>{U.current&&e.currentTarget===e.target&&U.current.focus(),O&&O(e)}},F,{className:Wc(te.root,re.className,s),children:[M,C(sh.Provider,{value:null,children:C(oe,$r({ownerState:ee,"aria-invalid":K.error,"aria-describedby":o,autoComplete:i,autoFocus:a,defaultValue:l,disabled:K.disabled,id:h,onAnimationStart:e=>{Z("mui-auto-fill-cancel"===e.animationName?U.current:{value:"x"})},name:w,placeholder:N,readOnly:R,required:K.required,rows:I,value:V,onKeyDown:A,onKeyUp:D,type:j},$,!Rl(oe)&&{as:Q,ownerState:$r({},ee,$.ownerState)},{ref:q,className:Wc(te.input,$.className),onBlur:e=>{S&&S(e),v.onBlur&&v.onBlur(e),Y&&Y.onBlur?Y.onBlur(e):H(!1)},onChange:(e,...t)=>{if(!B){const t=e.target||U.current;if(null==t)throw new Error("production"!==process.env.NODE_ENV?"MUI: Expected valid input target. Did you use a custom `inputComponent` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.":as(1));Z({value:t.value})}v.onChange&&v.onChange(e,...t),x&&x(e,...t)},onFocus:e=>{K.disabled?e.stopPropagation():(T&&T(e),v.onFocus&&v.onFocus(e),Y&&Y.onFocus?Y.onFocus(e):H(!0))}}))}),f,P?P($r({},K,{startAdornment:M})):null]}))]})}));"production"!==process.env.NODE_ENV&&(qh.propTypes={"aria-describedby":Ko.string,autoComplete:Ko.string,autoFocus:Ko.bool,classes:Ko.object,className:Ko.string,color:Ko.oneOfType([Ko.oneOf(["primary","secondary","error","info","success","warning"]),Ko.string]),components:Ko.shape({Input:Ko.elementType,Root:Ko.elementType}),componentsProps:Ko.object,defaultValue:Ko.any,disabled:Ko.bool,endAdornment:Ko.node,error:Ko.bool,fullWidth:Ko.bool,id:Ko.string,inputComponent:os,inputProps:Ko.object,inputRef:Gs,margin:Ko.oneOf(["dense","none"]),maxRows:Ko.oneOfType([Ko.number,Ko.string]),minRows:Ko.oneOfType([Ko.number,Ko.string]),multiline:Ko.bool,name:Ko.string,onBlur:Ko.func,onChange:Ko.func,onClick:Ko.func,onFocus:Ko.func,onKeyDown:Ko.func,onKeyUp:Ko.func,placeholder:Ko.string,readOnly:Ko.bool,renderSuffix:Ko.func,required:Ko.bool,rows:Ko.oneOfType([Ko.number,Ko.string]),size:Ko.oneOfType([Ko.oneOf(["medium","small"]),Ko.string]),startAdornment:Ko.node,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),type:Ko.string,value:Ko.any});var Gh=qh;function Hh(e){return jl("MuiFormControl",e)}Ll("MuiFormControl",["root","marginNone","marginNormal","marginDense","fullWidth","disabled"]);const Yh=["children","className","color","component","disabled","error","focused","fullWidth","hiddenLabel","margin","required","size","variant"],Kh=$d("div",{name:"MuiFormControl",slot:"Root",overridesResolver:({ownerState:e},t)=>$r({},t.root,t[`margin${Hs(e.margin)}`],e.fullWidth&&t.fullWidth)})((({ownerState:e})=>$r({display:"inline-flex",flexDirection:"column",position:"relative",minWidth:0,padding:0,margin:0,border:0,verticalAlign:"top"},"normal"===e.margin&&{marginTop:16,marginBottom:8},"dense"===e.margin&&{marginTop:8,marginBottom:4},e.fullWidth&&{width:"100%"}))),Xh=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiFormControl"}),{children:o,className:i,color:a="primary",component:s="div",disabled:u=!1,error:c=!1,focused:l,fullWidth:d=!1,hiddenLabel:f=!1,margin:p="none",required:h=!1,size:m="medium",variant:v="outlined"}=r,g=Tl(r,Yh),y=$r({},r,{color:a,component:s,disabled:u,error:c,fullWidth:d,hiddenLabel:f,margin:p,required:h,size:m,variant:v}),b=(e=>{const{classes:t,margin:n,fullWidth:r}=e;return Nl({root:["root","none"!==n&&`margin${Hs(n)}`,r&&"fullWidth"]},Hh,t)})(y),[E,w]=e.useState((()=>{let t=!1;return o&&e.Children.forEach(o,(e=>{if(!Js(e,["Input","Select"]))return;const n=Js(e,["Select"])?e.props.input:e;n&&n.props.startAdornment&&(t=!0)})),t})),[S,x]=e.useState((()=>{let t=!1;return o&&e.Children.forEach(o,(e=>{Js(e,["Input","Select"])&&Fh(e.props,!0)&&(t=!0)})),t})),[O,k]=e.useState(!1);u&&O&&k(!1);const T=void 0===l||u?O:l;let A;if("production"!==process.env.NODE_ENV){const t=e.useRef(!1);A=()=>(t.current&&console.error(["MUI: There are multiple `InputBase` components inside a FormControl.","This creates visual inconsistencies, only use one `InputBase`."].join("\n")),t.current=!0,()=>{t.current=!1})}const D=e.useCallback((()=>{x(!0)}),[]),N={adornedStart:E,setAdornedStart:w,color:a,disabled:u,error:c,filled:S,focused:T,fullWidth:d,hiddenLabel:f,size:m,onBlur:()=>{k(!1)},onEmpty:e.useCallback((()=>{x(!1)}),[]),onFilled:D,onFocus:()=>{k(!0)},registerEffect:A,required:h,variant:v};return C(sh.Provider,{value:N,children:C(Kh,$r({as:s,ownerState:y,className:Wc(b.root,i),ref:n},g,{children:o}))})}));"production"!==process.env.NODE_ENV&&(Xh.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,color:Ko.oneOfType([Ko.oneOf(["primary","secondary","error","info","success","warning"]),Ko.string]),component:Ko.elementType,disabled:Ko.bool,error:Ko.bool,focused:Ko.bool,fullWidth:Ko.bool,hiddenLabel:Ko.bool,margin:Ko.oneOf(["dense","none","normal"]),required:Ko.bool,size:Ko.oneOfType([Ko.oneOf(["medium","small"]),Ko.string]),sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),variant:Ko.oneOf(["filled","outlined","standard"])});var Jh=Xh;function Zh(e){return jl("MuiFormControlLabel",e)}var Qh=Ll("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label"]);const $h=["checked","className","componentsProps","control","disabled","disableTypography","inputRef","label","labelPlacement","name","onChange","value"],em=$d("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${Qh.label}`]:t.label},t.root,t[`labelPlacement${Hs(n.labelPlacement)}`]]}})((({theme:e,ownerState:t})=>$r({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${Qh.disabled}`]:{cursor:"default"}},"start"===t.labelPlacement&&{flexDirection:"row-reverse",marginLeft:16,marginRight:-11},"top"===t.labelPlacement&&{flexDirection:"column-reverse",marginLeft:16},"bottom"===t.labelPlacement&&{flexDirection:"column",marginLeft:16},{[`& .${Qh.label}`]:{[`&.${Qh.disabled}`]:{color:e.palette.text.disabled}}}))),tm=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiFormControlLabel"}),{className:o,componentsProps:i={},control:a,disabled:s,disableTypography:u,label:c,labelPlacement:l="end"}=r,d=Tl(r,$h),f=uh();let p=s;void 0===p&&void 0!==a.props.disabled&&(p=a.props.disabled),void 0===p&&f&&(p=f.disabled);const h={disabled:p};["checked","name","onChange","value","inputRef"].forEach((e=>{void 0===a.props[e]&&void 0!==r[e]&&(h[e]=r[e])}));const m=$r({},r,{disabled:p,label:c,labelPlacement:l}),v=(e=>{const{classes:t,disabled:n,labelPlacement:r}=e;return Nl({root:["root",n&&"disabled",`labelPlacement${Hs(r)}`],label:["label",n&&"disabled"]},Zh,t)})(m);return k(em,$r({className:Wc(v.root,o),ownerState:m,ref:n},d,{children:[e.cloneElement(a,h),c.type===yp||u?c:C(yp,$r({component:"span",className:v.label},i.typography,{children:c}))]}))}));"production"!==process.env.NODE_ENV&&(tm.propTypes={checked:Ko.bool,classes:Ko.object,className:Ko.string,componentsProps:Ko.object,control:Ko.element.isRequired,disabled:Ko.bool,disableTypography:Ko.bool,inputRef:Gs,label:Ko.oneOfType([Ko.element,Ko.number,Ko.string]).isRequired,labelPlacement:Ko.oneOf(["bottom","end","start","top"]),name:Ko.string,onChange:Ko.func,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),value:Ko.any});var nm=tm;function rm(e){return jl("MuiFormGroup",e)}Ll("MuiFormGroup",["root","row"]);const om=["className","row"],im=$d("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.row&&t.row]}})((({ownerState:e})=>$r({display:"flex",flexDirection:"column",flexWrap:"wrap"},e.row&&{flexDirection:"row"}))),am=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiFormGroup"}),{className:r,row:o=!1}=n,i=Tl(n,om),a=$r({},n,{row:o}),s=(e=>{const{classes:t,row:n}=e;return Nl({root:["root",n&&"row"]},rm,t)})(a);return C(im,$r({className:Wc(s.root,r),ownerState:a,ref:t},i))}));"production"!==process.env.NODE_ENV&&(am.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,row:Ko.bool,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object])});var sm=am;const um=e.createContext();"production"!==process.env.NODE_ENV&&(um.displayName="GridContext");var cm=um;function lm(e){return jl("MuiGrid",e)}const dm=["auto",!0,1,2,3,4,5,6,7,8,9,10,11,12],fm=Ll("MuiGrid",["root","container","item","zeroMinWidth",...[0,1,2,3,4,5,6,7,8,9,10].map((e=>`spacing-xs-${e}`)),...["column-reverse","column","row-reverse","row"].map((e=>`direction-xs-${e}`)),...["nowrap","wrap-reverse","wrap"].map((e=>`wrap-xs-${e}`)),...dm.map((e=>`grid-xs-${e}`)),...dm.map((e=>`grid-sm-${e}`)),...dm.map((e=>`grid-md-${e}`)),...dm.map((e=>`grid-lg-${e}`)),...dm.map((e=>`grid-xl-${e}`))]),pm=["className","columns","columnSpacing","component","container","direction","item","lg","md","rowSpacing","sm","spacing","wrap","xl","xs","zeroMinWidth"];function hm(e){const t=parseFloat(e);return`${t}${String(e).replace(String(t),"")||"px"}`}const mm=$d("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>{const{container:n,direction:r,item:o,lg:i,md:a,sm:s,spacing:u,wrap:c,xl:l,xs:d,zeroMinWidth:f}=e.ownerState;return[t.root,n&&t.container,o&&t.item,f&&t.zeroMinWidth,n&&0!==u&&t[`spacing-xs-${String(u)}`],"row"!==r&&t[`direction-xs-${String(r)}`],"wrap"!==c&&t[`wrap-xs-${String(c)}`],!1!==d&&t[`grid-xs-${String(d)}`],!1!==s&&t[`grid-sm-${String(s)}`],!1!==a&&t[`grid-md-${String(a)}`],!1!==i&&t[`grid-lg-${String(i)}`],!1!==l&&t[`grid-xl-${String(l)}`]]}})((({ownerState:e})=>$r({boxSizing:"border-box"},e.container&&{display:"flex",flexWrap:"wrap",width:"100%"},e.item&&{margin:0},e.zeroMinWidth&&{minWidth:0},"nowrap"===e.wrap&&{flexWrap:"nowrap"},"reverse"===e.wrap&&{flexWrap:"wrap-reverse"})),(function({theme:e,ownerState:t}){return Ru({theme:e},Pu({values:t.direction,breakpoints:e.breakpoints.values}),(e=>{const t={flexDirection:e};return 0===e.indexOf("column")&&(t[`& > .${fm.item}`]={maxWidth:"none"}),t}))}),(function({theme:e,ownerState:t}){const{container:n,rowSpacing:r}=t;let o={};if(n&&0!==r){const t=Pu({values:r,breakpoints:e.breakpoints.values});o=Ru({theme:e},t,(t=>{const n=e.spacing(t);return"0px"!==n?{marginTop:`-${hm(n)}`,[`& > .${fm.item}`]:{paddingTop:hm(n)}}:{}}))}return o}),(function({theme:e,ownerState:t}){const{container:n,columnSpacing:r}=t;let o={};if(n&&0!==r){const t=Pu({values:r,breakpoints:e.breakpoints.values});o=Ru({theme:e},t,(t=>{const n=e.spacing(t);return"0px"!==n?{width:`calc(100% + ${hm(n)})`,marginLeft:`-${hm(n)}`,[`& > .${fm.item}`]:{paddingLeft:hm(n)}}:{}}))}return o}),(({theme:e,ownerState:t})=>e.breakpoints.keys.reduce(((n,r)=>(function(e,t,n,r){const o=r[n];if(!o)return;let i={};if(!0===o)i={flexBasis:0,flexGrow:1,maxWidth:"100%"};else if("auto"===o)i={flexBasis:"auto",flexGrow:0,flexShrink:0,maxWidth:"none",width:"auto"};else{const e=Pu({values:r.columns,breakpoints:t.breakpoints.values}),a="object"==typeof e?e[n]:e,s=Math.round(o/a*1e8)/1e6+"%";let u={};if(r.container&&r.item&&0!==r.columnSpacing){const e=t.spacing(r.columnSpacing);if("0px"!==e){const t=`calc(${s} + ${hm(e)})`;u={flexBasis:t,maxWidth:t}}}i=$r({flexBasis:s,flexGrow:0,maxWidth:s},u)}0===t.breakpoints.values[n]?Object.assign(e,i):e[t.breakpoints.up(n)]=i}(n,e,r,t),n)),{}))),vm=e.forwardRef((function(t,n){const r=Uc(Hd({props:t,name:"MuiGrid"})),{className:o,columns:i,columnSpacing:a,component:s="div",container:u=!1,direction:c="row",item:l=!1,lg:d=!1,md:f=!1,rowSpacing:p,sm:h=!1,spacing:m=0,wrap:v="wrap",xl:g=!1,xs:y=!1,zeroMinWidth:b=!1}=r,E=Tl(r,pm),w=p||m,S=a||m,x=e.useContext(cm),O=i||x||12,k=$r({},r,{columns:O,container:u,direction:c,item:l,lg:d,md:f,sm:h,rowSpacing:w,columnSpacing:S,wrap:v,xl:g,xs:y,zeroMinWidth:b}),T=(e=>{const{classes:t,container:n,direction:r,item:o,lg:i,md:a,sm:s,spacing:u,wrap:c,xl:l,xs:d,zeroMinWidth:f}=e;return Nl({root:["root",n&&"container",o&&"item",f&&"zeroMinWidth",n&&0!==u&&`spacing-xs-${String(u)}`,"row"!==r&&`direction-xs-${String(r)}`,"wrap"!==c&&`wrap-xs-${String(c)}`,!1!==d&&`grid-xs-${String(d)}`,!1!==s&&`grid-sm-${String(s)}`,!1!==a&&`grid-md-${String(a)}`,!1!==i&&`grid-lg-${String(i)}`,!1!==l&&`grid-xl-${String(l)}`]},lm,t)})(k);return A=C(mm,$r({ownerState:k,className:Wc(T.root,o),as:s,ref:n},E)),12!==O?C(cm.Provider,{value:O,children:A}):A;var A}));if("production"!==process.env.NODE_ENV&&(vm.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,columns:Ko.oneOfType([Ko.arrayOf(Ko.number),Ko.number,Ko.object]),columnSpacing:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.number,Ko.string])),Ko.number,Ko.object,Ko.string]),component:Ko.elementType,container:Ko.bool,direction:Ko.oneOfType([Ko.oneOf(["column-reverse","column","row-reverse","row"]),Ko.arrayOf(Ko.oneOf(["column-reverse","column","row-reverse","row"])),Ko.object]),item:Ko.bool,lg:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.bool]),md:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.bool]),rowSpacing:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.number,Ko.string])),Ko.number,Ko.object,Ko.string]),sm:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.bool]),spacing:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.number,Ko.string])),Ko.number,Ko.object,Ko.string]),sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),wrap:Ko.oneOf(["nowrap","wrap-reverse","wrap"]),xl:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.bool]),xs:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.bool]),zeroMinWidth:Ko.bool}),"production"!==process.env.NODE_ENV){const e=$s("Grid",vm);vm.propTypes=$r({},vm.propTypes,{direction:e("container"),lg:e("item"),md:e("item"),sm:e("item"),spacing:e("container"),wrap:e("container"),xs:e("item"),zeroMinWidth:e("item")})}var gm=vm;const ym=["addEndListener","appear","children","easing","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"];function bm(e){return`scale(${e}, ${e**2})`}const Em={entering:{opacity:1,transform:bm(1)},entered:{opacity:1,transform:"none"}},wm=e.forwardRef((function(t,n){const{addEndListener:r,appear:o=!0,children:i,easing:a,in:s,onEnter:u,onEntered:c,onEntering:l,onExit:d,onExited:f,onExiting:p,style:h,timeout:m="auto",TransitionComponent:v=gf}=t,g=Tl(t,ym),y=e.useRef(),b=e.useRef(),E=Zd(),w=e.useRef(null),S=au(i.ref,n),x=au(w,S),O=e=>t=>{if(e){const n=w.current;void 0===t?e(n):e(n,t)}},k=O(l),T=O(((e,t)=>{Of(e);const{duration:n,delay:r,easing:o}=Cf({style:h,timeout:m,easing:a},{mode:"enter"});let i;"auto"===m?(i=E.transitions.getAutoHeightDuration(e.clientHeight),b.current=i):i=n,e.style.transition=[E.transitions.create("opacity",{duration:i,delay:r}),E.transitions.create("transform",{duration:.666*i,delay:r,easing:o})].join(","),u&&u(e,t)})),A=O(c),D=O(p),N=O((e=>{const{duration:t,delay:n,easing:r}=Cf({style:h,timeout:m,easing:a},{mode:"exit"});let o;"auto"===m?(o=E.transitions.getAutoHeightDuration(e.clientHeight),b.current=o):o=t,e.style.transition=[E.transitions.create("opacity",{duration:o,delay:n}),E.transitions.create("transform",{duration:.666*o,delay:n||.333*o,easing:r})].join(","),e.style.opacity="0",e.style.transform=bm(.75),d&&d(e)})),R=O(f);return e.useEffect((()=>()=>{clearTimeout(y.current)}),[]),C(v,$r({appear:o,in:s,nodeRef:w,onEnter:T,onEntered:A,onEntering:k,onExit:N,onExited:R,onExiting:D,addEndListener:e=>{"auto"===m&&(y.current=setTimeout(e,b.current||0)),r&&r(w.current,e)},timeout:"auto"===m?null:m},g,{children:(t,n)=>e.cloneElement(i,$r({style:$r({opacity:0,transform:bm(.75),visibility:"exited"!==t||s?void 0:"hidden"},Em[t],h,i.props.style),ref:x},n))}))}));"production"!==process.env.NODE_ENV&&(wm.propTypes={addEndListener:Ko.func,appear:Ko.bool,children:rs.isRequired,easing:Ko.oneOfType([Ko.shape({enter:Ko.string,exit:Ko.string}),Ko.string]),in:Ko.bool,onEnter:Ko.func,onEntered:Ko.func,onEntering:Ko.func,onExit:Ko.func,onExited:Ko.func,onExiting:Ko.func,style:Ko.object,timeout:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.shape({appear:Ko.number,enter:Ko.number,exit:Ko.number})])}),wm.muiSupportAuto=!0;var Sm=wm;const xm=["disableUnderline","components","componentsProps","fullWidth","inputComponent","multiline","type"],Om=$d(_h,{shouldForwardProp:e=>Qd(e)||"classes"===e,name:"MuiInput",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[...Bh(e,t),!n.disableUnderline&&t.underline]}})((({theme:e,ownerState:t})=>{const n="light"===e.palette.mode?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)";return $r({position:"relative"},t.formControl&&{"label + &":{marginTop:16}},!t.disableUnderline&&{"&:after":{borderBottom:`2px solid ${e.palette[t.color].main}`,left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${Ep.focused}:after`]:{transform:"scaleX(1)"},[`&.${Ep.error}:after`]:{borderBottomColor:e.palette.error.main,transform:"scaleX(1)"},"&:before":{borderBottom:`1px solid ${n}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${Ep.disabled}):before`]:{borderBottom:`2px solid ${e.palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${n}`}},[`&.${Ep.disabled}:before`]:{borderBottomStyle:"dotted"}})})),Cm=$d(Wh,{name:"MuiInput",slot:"Input",overridesResolver:Uh})({}),km=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiInput"}),{disableUnderline:r,components:o={},componentsProps:i,fullWidth:a=!1,inputComponent:s="input",multiline:u=!1,type:c="text"}=n,l=Tl(n,xm),d=(e=>{const{classes:t,disableUnderline:n}=e;return $r({},t,Nl({root:["root",!n&&"underline"],input:["input"]},bp,t))})(n),f={root:{ownerState:{disableUnderline:r}}},p=i?es(i,f):f;return C(Gh,$r({components:$r({Root:Om,Input:Cm},o),componentsProps:p,fullWidth:a,inputComponent:s,multiline:u,ref:t,type:c},l,{classes:d}))}));"production"!==process.env.NODE_ENV&&(km.propTypes={autoComplete:Ko.string,autoFocus:Ko.bool,classes:Ko.object,color:Ko.oneOfType([Ko.oneOf(["primary","secondary"]),Ko.string]),components:Ko.shape({Input:Ko.elementType,Root:Ko.elementType}),componentsProps:Ko.object,defaultValue:Ko.any,disabled:Ko.bool,disableUnderline:Ko.bool,endAdornment:Ko.node,error:Ko.bool,fullWidth:Ko.bool,id:Ko.string,inputComponent:Ko.elementType,inputProps:Ko.object,inputRef:Gs,margin:Ko.oneOf(["dense","none"]),maxRows:Ko.oneOfType([Ko.number,Ko.string]),minRows:Ko.oneOfType([Ko.number,Ko.string]),multiline:Ko.bool,name:Ko.string,onChange:Ko.func,placeholder:Ko.string,readOnly:Ko.bool,required:Ko.bool,rows:Ko.oneOfType([Ko.number,Ko.string]),startAdornment:Ko.node,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),type:Ko.string,value:Ko.any}),km.muiName="Input";var Tm=km;function Am(e){return jl("MuiInputAdornment",e)}var Dm=Ll("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]);const Nm=["children","className","component","disablePointerEvents","disableTypography","position","variant"],Rm=$d("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`position${Hs(n.position)}`],!0===n.disablePointerEvents&&t.disablePointerEvents,t[n.variant]]}})((({theme:e,ownerState:t})=>$r({display:"flex",height:"0.01em",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:e.palette.action.active},"filled"===t.variant&&{[`&.${Dm.positionStart}&:not(.${Dm.hiddenLabel})`]:{marginTop:16}},"start"===t.position&&{marginRight:8},"end"===t.position&&{marginLeft:8},!0===t.disablePointerEvents&&{pointerEvents:"none"}))),Pm=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiInputAdornment"}),{children:o,className:i,component:a="div",disablePointerEvents:s=!1,disableTypography:u=!1,position:c,variant:l}=r,d=Tl(r,Nm),f=uh()||{};let p=l;l&&f.variant&&"production"!==process.env.NODE_ENV&&l===f.variant&&console.error("MUI: The `InputAdornment` variant infers the variant prop you do not have to provide one."),f&&!p&&(p=f.variant);const h=$r({},r,{hiddenLabel:f.hiddenLabel,size:f.size,disablePointerEvents:s,position:c,variant:p}),m=(e=>{const{classes:t,disablePointerEvents:n,hiddenLabel:r,position:o,size:i,variant:a}=e;return Nl({root:["root",n&&"disablePointerEvents",o&&`position${Hs(o)}`,a,r&&"hiddenLabel",i&&`size${Hs(i)}`]},Am,t)})(h);return C(sh.Provider,{value:null,children:C(Rm,$r({as:a,ownerState:h,className:Wc(m.root,i),ref:n},d,{children:"string"!=typeof o||u?k(e.Fragment,{children:["start"===c?C("span",{className:"notranslate",dangerouslySetInnerHTML:{__html:"&#8203;"}}):null,o]}):C(yp,{color:"text.secondary",children:o})}))})}));"production"!==process.env.NODE_ENV&&(Pm.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,disablePointerEvents:Ko.bool,disableTypography:Ko.bool,position:Ko.oneOf(["end","start"]).isRequired,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),variant:Ko.oneOf(["filled","outlined","standard"])});var Im=Pm;function Mm(e){return jl("MuiLinearProgress",e)}Ll("MuiLinearProgress",["root","colorPrimary","colorSecondary","determinate","indeterminate","buffer","query","dashed","dashedColorPrimary","dashedColorSecondary","bar","barColorPrimary","barColorSecondary","bar1Indeterminate","bar1Determinate","bar1Buffer","bar2Indeterminate","bar2Buffer"]);const jm=["className","color","value","valueBuffer","variant"];let Lm,Fm,Vm,Bm,Um,_m,Wm=e=>e;const zm=Ra(Lm||(Lm=Wm`
212
- 0% {
213
- left: -35%;
214
- right: 100%;
215
- }
216
-
217
- 60% {
218
- left: 100%;
219
- right: -90%;
220
- }
221
-
222
- 100% {
223
- left: 100%;
224
- right: -90%;
225
- }
226
- `)),qm=Ra(Fm||(Fm=Wm`
227
- 0% {
228
- left: -200%;
229
- right: 100%;
230
- }
231
-
232
- 60% {
233
- left: 107%;
234
- right: -8%;
235
- }
236
-
237
- 100% {
238
- left: 107%;
239
- right: -8%;
240
- }
241
- `)),Gm=Ra(Vm||(Vm=Wm`
242
- 0% {
243
- opacity: 1;
244
- background-position: 0 -23px;
245
- }
246
-
247
- 60% {
248
- opacity: 0;
249
- background-position: 0 -23px;
250
- }
251
-
252
- 100% {
253
- opacity: 1;
254
- background-position: -200px -23px;
255
- }
256
- `)),Hm=(e,t)=>"inherit"===t?"currentColor":"light"===e.palette.mode?Ol(e.palette[t].main,.62):xl(e.palette[t].main,.5),Ym=$d("span",{name:"MuiLinearProgress",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`color${Hs(n.color)}`],t[n.variant]]}})((({ownerState:e,theme:t})=>$r({position:"relative",overflow:"hidden",display:"block",height:4,zIndex:0,"@media print":{colorAdjust:"exact"},backgroundColor:Hm(t,e.color)},"inherit"===e.color&&"buffer"!==e.variant&&{backgroundColor:"none","&::before":{content:'""',position:"absolute",left:0,top:0,right:0,bottom:0,backgroundColor:"currentColor",opacity:.3}},"buffer"===e.variant&&{backgroundColor:"transparent"},"query"===e.variant&&{transform:"rotate(180deg)"}))),Km=$d("span",{name:"MuiLinearProgress",slot:"Dashed",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.dashed,t[`dashedColor${Hs(n.color)}`]]}})((({ownerState:e,theme:t})=>{const n=Hm(t,e.color);return $r({position:"absolute",marginTop:0,height:"100%",width:"100%"},"inherit"===e.color&&{opacity:.3},{backgroundImage:`radial-gradient(${n} 0%, ${n} 16%, transparent 42%)`,backgroundSize:"10px 10px",backgroundPosition:"0 -23px"})}),Na(Bm||(Bm=Wm`
257
- animation: ${0} 3s infinite linear;
258
- `),Gm)),Xm=$d("span",{name:"MuiLinearProgress",slot:"Bar1",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.bar,t[`barColor${Hs(n.color)}`],("indeterminate"===n.variant||"query"===n.variant)&&t.bar1Indeterminate,"determinate"===n.variant&&t.bar1Determinate,"buffer"===n.variant&&t.bar1Buffer]}})((({ownerState:e,theme:t})=>$r({width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left",backgroundColor:"inherit"===e.color?"currentColor":t.palette[e.color].main},"determinate"===e.variant&&{transition:"transform .4s linear"},"buffer"===e.variant&&{zIndex:1,transition:"transform .4s linear"})),(({ownerState:e})=>("indeterminate"===e.variant||"query"===e.variant)&&Na(Um||(Um=Wm`
259
- width: auto;
260
- animation: ${0} 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
261
- `),zm))),Jm=$d("span",{name:"MuiLinearProgress",slot:"Bar2",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.bar,t[`barColor${Hs(n.color)}`],("indeterminate"===n.variant||"query"===n.variant)&&t.bar2Indeterminate,"buffer"===n.variant&&t.bar2Buffer]}})((({ownerState:e,theme:t})=>$r({width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left"},"buffer"!==e.variant&&{backgroundColor:"inherit"===e.color?"currentColor":t.palette[e.color].main},"inherit"===e.color&&{opacity:.3},"buffer"===e.variant&&{backgroundColor:Hm(t,e.color),transition:"transform .4s linear"})),(({ownerState:e})=>("indeterminate"===e.variant||"query"===e.variant)&&Na(_m||(_m=Wm`
262
- width: auto;
263
- animation: ${0} 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
264
- `),qm))),Zm=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiLinearProgress"}),{className:r,color:o="primary",value:i,valueBuffer:a,variant:s="indeterminate"}=n,u=Tl(n,jm),c=$r({},n,{color:o,variant:s}),l=(e=>{const{classes:t,variant:n,color:r}=e;return Nl({root:["root",`color${Hs(r)}`,n],dashed:["dashed",`dashedColor${Hs(r)}`],bar1:["bar",`barColor${Hs(r)}`,("indeterminate"===n||"query"===n)&&"bar1Indeterminate","determinate"===n&&"bar1Determinate","buffer"===n&&"bar1Buffer"],bar2:["bar","buffer"!==n&&`barColor${Hs(r)}`,"buffer"===n&&`color${Hs(r)}`,("indeterminate"===n||"query"===n)&&"bar2Indeterminate","buffer"===n&&"bar2Buffer"]},Mm,t)})(c),d=Zd(),f={},p={bar1:{},bar2:{}};if("determinate"===s||"buffer"===s)if(void 0!==i){f["aria-valuenow"]=Math.round(i),f["aria-valuemin"]=0,f["aria-valuemax"]=100;let e=i-100;"rtl"===d.direction&&(e=-e),p.bar1.transform=`translateX(${e}%)`}else"production"!==process.env.NODE_ENV&&console.error("MUI: You need to provide a value prop when using the determinate or buffer variant of LinearProgress .");if("buffer"===s)if(void 0!==a){let e=(a||0)-100;"rtl"===d.direction&&(e=-e),p.bar2.transform=`translateX(${e}%)`}else"production"!==process.env.NODE_ENV&&console.error("MUI: You need to provide a valueBuffer prop when using the buffer variant of LinearProgress.");return k(Ym,$r({className:Wc(l.root,r),ownerState:c,role:"progressbar"},f,{ref:t},u,{children:["buffer"===s?C(Km,{className:l.dashed,ownerState:c}):null,C(Xm,{className:l.bar1,ownerState:c,style:p.bar1}),"determinate"===s?null:C(Jm,{className:l.bar2,ownerState:c,style:p.bar2})]}))}));"production"!==process.env.NODE_ENV&&(Zm.propTypes={classes:Ko.object,className:Ko.string,color:Ko.oneOfType([Ko.oneOf(["inherit","primary","secondary"]),Ko.string]),sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),value:Ko.number,valueBuffer:Ko.number,variant:Ko.oneOf(["buffer","determinate","indeterminate","query"])});var Qm=Zm;const $m=e.createContext({});"production"!==process.env.NODE_ENV&&($m.displayName="ListContext");var ev=$m;function tv(e){return jl("MuiList",e)}Ll("MuiList",["root","padding","dense","subheader"]);const nv=["children","className","component","dense","disablePadding","subheader"],rv=$d("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disablePadding&&t.padding,n.dense&&t.dense,n.subheader&&t.subheader]}})((({ownerState:e})=>$r({listStyle:"none",margin:0,padding:0,position:"relative"},!e.disablePadding&&{paddingTop:8,paddingBottom:8},e.subheader&&{paddingTop:0}))),ov=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiList"}),{children:o,className:i,component:a="ul",dense:s=!1,disablePadding:u=!1,subheader:c}=r,l=Tl(r,nv),d=e.useMemo((()=>({dense:s})),[s]),f=$r({},r,{component:a,dense:s,disablePadding:u}),p=(e=>{const{classes:t,disablePadding:n,dense:r,subheader:o}=e;return Nl({root:["root",!n&&"padding",r&&"dense",o&&"subheader"]},tv,t)})(f);return C(ev.Provider,{value:d,children:k(rv,$r({as:a,className:Wc(p.root,i),ref:n,ownerState:f},l,{children:[c,o]}))})}));"production"!==process.env.NODE_ENV&&(ov.propTypes={children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,dense:Ko.bool,disablePadding:Ko.bool,subheader:Ko.node,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object])});var iv=ov;var av=Ll("MuiListItemIcon",["root","alignItemsFlexStart"]);var sv=Ll("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]);const uv=["actions","autoFocus","autoFocusItem","children","className","disabledItemsFocusable","disableListWrap","onKeyDown","variant"];function cv(e,t,n){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:n?null:e.firstChild}function lv(e,t,n){return e===t?n?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:n?null:e.lastChild}function dv(e,t){if(void 0===t)return!0;let n=e.innerText;return void 0===n&&(n=e.textContent),n=n.trim().toLowerCase(),0!==n.length&&(t.repeating?n[0]===t.keys[0]:0===n.indexOf(t.keys.join("")))}function fv(e,t,n,r,o,i){let a=!1,s=o(e,t,!!t&&n);for(;s;){if(s===e.firstChild){if(a)return!1;a=!0}const t=!r&&(s.disabled||"true"===s.getAttribute("aria-disabled"));if(s.hasAttribute("tabindex")&&dv(s,i)&&!t)return s.focus(),!0;s=o(e,s,n)}return!1}const pv=e.forwardRef((function(t,n){const{actions:r,autoFocus:o=!1,autoFocusItem:i=!1,children:a,className:s,disabledItemsFocusable:u=!1,disableListWrap:c=!1,onKeyDown:l,variant:d="selectedMenu"}=t,f=Tl(t,uv),p=e.useRef(null),h=e.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});tu((()=>{o&&p.current.focus()}),[o]),e.useImperativeHandle(r,(()=>({adjustStyleForScrollbar:(e,t)=>{const n=!p.current.style.width;if(e.clientHeight<p.current.clientHeight&&n){const n=`${vu(Zs(e))}px`;p.current.style["rtl"===t.direction?"paddingLeft":"paddingRight"]=n,p.current.style.width=`calc(100% + ${n})`}return p.current}})),[]);const m=au(p,n);let v=-1;e.Children.forEach(a,((t,n)=>{e.isValidElement(t)&&("production"!==process.env.NODE_ENV&&ss.exports.isFragment(t)&&console.error(["MUI: The Menu component doesn't accept a Fragment as a child.","Consider providing an array instead."].join("\n")),t.props.disabled||("selectedMenu"===d&&t.props.selected||-1===v)&&(v=n))}));const g=e.Children.map(a,((t,n)=>{if(n===v){const n={};return i&&(n.autoFocus=!0),void 0===t.props.tabIndex&&"selectedMenu"===d&&(n.tabIndex=0),e.cloneElement(t,n)}return t}));return C(iv,$r({role:"menu",ref:m,className:s,onKeyDown:e=>{const t=p.current,n=e.key,r=Zs(t).activeElement;if("ArrowDown"===n)e.preventDefault(),fv(t,r,c,u,cv);else if("ArrowUp"===n)e.preventDefault(),fv(t,r,c,u,lv);else if("Home"===n)e.preventDefault(),fv(t,null,c,u,cv);else if("End"===n)e.preventDefault(),fv(t,null,c,u,lv);else if(1===n.length){const o=h.current,i=n.toLowerCase(),a=performance.now();o.keys.length>0&&(a-o.lastTime>500?(o.keys=[],o.repeating=!0,o.previousKeyMatched=!0):o.repeating&&i!==o.keys[0]&&(o.repeating=!1)),o.lastTime=a,o.keys.push(i);const s=r&&!o.repeating&&dv(r,o);o.previousKeyMatched&&(s||fv(t,r,!1,u,cv,o))?e.preventDefault():o.previousKeyMatched=!1}l&&l(e)},tabIndex:o?0:-1},f,{children:g}))}));"production"!==process.env.NODE_ENV&&(pv.propTypes={autoFocus:Ko.bool,autoFocusItem:Ko.bool,children:Ko.node,className:Ko.string,disabledItemsFocusable:Ko.bool,disableListWrap:Ko.bool,onKeyDown:Ko.func,variant:Ko.oneOf(["menu","selectedMenu"])});var hv=pv;function mv(e){return jl("MuiPopover",e)}Ll("MuiPopover",["root","paper"]);const vv=["onEntering"],gv=["action","anchorEl","anchorOrigin","anchorPosition","anchorReference","children","className","container","elevation","marginThreshold","open","PaperProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps"];function yv(e,t){let n=0;return"number"==typeof t?n=t:"center"===t?n=e.height/2:"bottom"===t&&(n=e.height),n}function bv(e,t){let n=0;return"number"==typeof t?n=t:"center"===t?n=e.width/2:"right"===t&&(n=e.width),n}function Ev(e){return[e.horizontal,e.vertical].map((e=>"number"==typeof e?`${e}px`:e)).join(" ")}function wv(e){return"function"==typeof e?e():e}const Sv=$d(wh,{name:"MuiPopover",slot:"Root",overridesResolver:(e,t)=>t.root})({}),xv=$d(Vf,{name:"MuiPopover",slot:"Paper",overridesResolver:(e,t)=>t.paper})({position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}),Ov=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiPopover"}),{action:o,anchorEl:i,anchorOrigin:a={vertical:"top",horizontal:"left"},anchorPosition:s,anchorReference:u="anchorEl",children:c,className:l,container:d,elevation:f=8,marginThreshold:p=16,open:h,PaperProps:m={},transformOrigin:v={vertical:"top",horizontal:"left"},TransitionComponent:g=Sm,transitionDuration:y="auto",TransitionProps:{onEntering:b}={}}=r,E=Tl(r.TransitionProps,vv),w=Tl(r,gv),S=e.useRef(),x=au(S,m.ref),O=$r({},r,{anchorOrigin:a,anchorReference:u,elevation:f,marginThreshold:p,PaperProps:m,transformOrigin:v,TransitionComponent:g,transitionDuration:y,TransitionProps:E}),k=(e=>{const{classes:t}=e;return Nl({root:["root"],paper:["paper"]},mv,t)})(O),T=e.useCallback((()=>{if("anchorPosition"===u)return"production"!==process.env.NODE_ENV&&(s||console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')),s;const e=wv(i),t=e&&1===e.nodeType?e:Zs(S.current).body,n=t.getBoundingClientRect();if("production"!==process.env.NODE_ENV){const e=t.getBoundingClientRect();"test"!==process.env.NODE_ENV&&0===e.top&&0===e.left&&0===e.right&&0===e.bottom&&console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.","The anchor element should be part of the document layout.","Make sure the element is present in the document or that it's not display none."].join("\n"))}return{top:n.top+yv(n,a.vertical),left:n.left+bv(n,a.horizontal)}}),[i,a.horizontal,a.vertical,s,u]),A=e.useCallback((e=>({vertical:yv(e,v.vertical),horizontal:bv(e,v.horizontal)})),[v.horizontal,v.vertical]),D=e.useCallback((e=>{const t={width:e.offsetWidth,height:e.offsetHeight},n=A(t);if("none"===u)return{top:null,left:null,transformOrigin:Ev(n)};const r=T();let o=r.top-n.vertical,a=r.left-n.horizontal;const s=o+t.height,c=a+t.width,l=Qs(wv(i)),d=l.innerHeight-p,f=l.innerWidth-p;if(o<p){const e=o-p;o-=e,n.vertical+=e}else if(s>d){const e=s-d;o-=e,n.vertical+=e}if("production"!==process.env.NODE_ENV&&t.height>d&&t.height&&d&&console.error(["MUI: The popover component is too tall.",`Some part of it can not be seen on the screen (${t.height-d}px).`,"Please consider adding a `max-height` to improve the user-experience."].join("\n")),a<p){const e=a-p;a-=e,n.horizontal+=e}else if(c>f){const e=c-f;a-=e,n.horizontal+=e}return{top:`${Math.round(o)}px`,left:`${Math.round(a)}px`,transformOrigin:Ev(n)}}),[i,u,T,A,p]),N=e.useCallback((()=>{const e=S.current;if(!e)return;const t=D(e);null!==t.top&&(e.style.top=t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin}),[D]);e.useEffect((()=>{h&&N()})),e.useImperativeHandle(o,(()=>h?{updatePosition:()=>{N()}}:null),[h,N]),e.useEffect((()=>{if(!h)return;const e=Ks((()=>{N()})),t=Qs(i);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}}),[i,h,N]);let R=y;"auto"!==y||g.muiSupportAuto||(R=void 0);const P=d||(i?Zs(wv(i)).body:void 0);return C(Sv,$r({BackdropProps:{invisible:!0},className:Wc(k.root,l),container:P,open:h,ref:n,ownerState:O},w,{children:C(g,$r({appear:!0,in:h,onEntering:(e,t)=>{b&&b(e,t),N()},timeout:R},E,{children:C(xv,$r({elevation:f},m,{ref:x,className:Wc(k.paper,m.className),children:c}))}))}))}));"production"!==process.env.NODE_ENV&&(Ov.propTypes={action:Gs,anchorEl:Za(Ko.oneOfType([zs,Ko.func]),(e=>{if(e.open&&(!e.anchorReference||"anchorEl"===e.anchorReference)){const t=wv(e.anchorEl);if(!t||1!==t.nodeType)return new Error(["MUI: The `anchorEl` prop provided to the component is invalid.",`It should be an Element instance but it's \`${t}\` instead.`].join("\n"));{const e=t.getBoundingClientRect();if("test"!==process.env.NODE_ENV&&0===e.top&&0===e.left&&0===e.right&&0===e.bottom)return new Error(["MUI: The `anchorEl` prop provided to the component is invalid.","The anchor element should be part of the document layout.","Make sure the element is present in the document or that it's not display none."].join("\n"))}}return null})),anchorOrigin:Ko.shape({horizontal:Ko.oneOfType([Ko.oneOf(["center","left","right"]),Ko.number]).isRequired,vertical:Ko.oneOfType([Ko.oneOf(["bottom","center","top"]),Ko.number]).isRequired}),anchorPosition:Ko.shape({left:Ko.number.isRequired,top:Ko.number.isRequired}),anchorReference:Ko.oneOf(["anchorEl","anchorPosition","none"]),children:Ko.node,classes:Ko.object,className:Ko.string,container:Ko.oneOfType([zs,Ko.func]),elevation:Cu,marginThreshold:Ko.number,onClose:Ko.func,open:Ko.bool.isRequired,PaperProps:Ko.shape({component:os}),sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),transformOrigin:Ko.shape({horizontal:Ko.oneOfType([Ko.oneOf(["center","left","right"]),Ko.number]).isRequired,vertical:Ko.oneOfType([Ko.oneOf(["bottom","center","top"]),Ko.number]).isRequired}),TransitionComponent:Ko.elementType,transitionDuration:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.shape({appear:Ko.number,enter:Ko.number,exit:Ko.number})]),TransitionProps:Ko.object});var Cv=Ov;function kv(e){return jl("MuiMenu",e)}Ll("MuiMenu",["root","paper","list"]);const Tv=["onEntering"],Av=["autoFocus","children","disableAutoFocusItem","MenuListProps","onClose","open","PaperProps","PopoverClasses","transitionDuration","TransitionProps","variant"],Dv={vertical:"top",horizontal:"right"},Nv={vertical:"top",horizontal:"left"},Rv=$d(Cv,{shouldForwardProp:e=>Qd(e)||"classes"===e,name:"MuiMenu",slot:"Root",overridesResolver:(e,t)=>t.root})({}),Pv=$d(Vf,{name:"MuiMenu",slot:"Paper",overridesResolver:(e,t)=>t.paper})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),Iv=$d(hv,{name:"MuiMenu",slot:"List",overridesResolver:(e,t)=>t.list})({outline:0}),Mv=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiMenu"}),{autoFocus:o=!0,children:i,disableAutoFocusItem:a=!1,MenuListProps:s={},onClose:u,open:c,PaperProps:l={},PopoverClasses:d,transitionDuration:f="auto",TransitionProps:{onEntering:p}={},variant:h="selectedMenu"}=r,m=Tl(r.TransitionProps,Tv),v=Tl(r,Av),g=Zd(),y="rtl"===g.direction,b=$r({},r,{autoFocus:o,disableAutoFocusItem:a,MenuListProps:s,onEntering:p,PaperProps:l,transitionDuration:f,TransitionProps:m,variant:h}),E=(e=>{const{classes:t}=e;return Nl({root:["root"],paper:["paper"],list:["list"]},kv,t)})(b),w=o&&!a&&c,S=e.useRef(null);let x=-1;return e.Children.map(i,((t,n)=>{e.isValidElement(t)&&("production"!==process.env.NODE_ENV&&ss.exports.isFragment(t)&&console.error(["MUI: The Menu component doesn't accept a Fragment as a child.","Consider providing an array instead."].join("\n")),t.props.disabled||("selectedMenu"===h&&t.props.selected||-1===x)&&(x=n))})),C(Rv,$r({classes:d,onClose:u,anchorOrigin:{vertical:"bottom",horizontal:y?"right":"left"},transformOrigin:y?Dv:Nv,PaperProps:$r({component:Pv},l,{classes:$r({},l.classes,{root:E.paper})}),className:E.root,open:c,ref:n,transitionDuration:f,TransitionProps:$r({onEntering:(e,t)=>{S.current&&S.current.adjustStyleForScrollbar(e,g),p&&p(e,t)}},m),ownerState:b},v,{children:C(Iv,$r({onKeyDown:e=>{"Tab"===e.key&&(e.preventDefault(),u&&u(e,"tabKeyDown"))},actions:S,autoFocus:o&&(-1===x||a),autoFocusItem:w,variant:h},s,{className:Wc(E.list,s.className),children:i}))}))}));"production"!==process.env.NODE_ENV&&(Mv.propTypes={anchorEl:Ko.oneOfType([zs,Ko.func]),autoFocus:Ko.bool,children:Ko.node,classes:Ko.object,disableAutoFocusItem:Ko.bool,MenuListProps:Ko.object,onClose:Ko.func,open:Ko.bool.isRequired,PaperProps:Ko.object,PopoverClasses:Ko.object,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),transitionDuration:Ko.oneOfType([Ko.oneOf(["auto"]),Ko.number,Ko.shape({appear:Ko.number,enter:Ko.number,exit:Ko.number})]),TransitionProps:Ko.object,variant:Ko.oneOf(["menu","selectedMenu"])});var jv=Mv;function Lv(e){return jl("MuiMenuItem",e)}var Fv=Ll("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]);const Vv=["autoFocus","component","dense","divider","disableGutters","focusVisibleClassName","role","tabIndex"],Bv=$d(ip,{shouldForwardProp:e=>Qd(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.divider&&t.divider,!n.disableGutters&&t.gutters]}})((({theme:e,ownerState:t})=>$r({},e.typography.body1,{display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap"},!t.disableGutters&&{paddingLeft:16,paddingRight:16},t.divider&&{borderBottom:`1px solid ${e.palette.divider}`,backgroundClip:"padding-box"},{"&:hover":{textDecoration:"none",backgroundColor:e.palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${Fv.selected}`]:{backgroundColor:Sl(e.palette.primary.main,e.palette.action.selectedOpacity),[`&.${Fv.focusVisible}`]:{backgroundColor:Sl(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.focusOpacity)}},[`&.${Fv.selected}:hover`]:{backgroundColor:Sl(e.palette.primary.main,e.palette.action.selectedOpacity+e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:Sl(e.palette.primary.main,e.palette.action.selectedOpacity)}},[`&.${Fv.focusVisible}`]:{backgroundColor:e.palette.action.focus},[`&.${Fv.disabled}`]:{opacity:e.palette.action.disabledOpacity},[`& + .${xh.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${xh.inset}`]:{marginLeft:52},[`& .${sv.root}`]:{marginTop:0,marginBottom:0},[`& .${sv.inset}`]:{paddingLeft:36},[`& .${av.root}`]:{minWidth:36}},!t.dense&&{[e.breakpoints.up("sm")]:{minHeight:"auto"}},t.dense&&$r({minHeight:32,paddingTop:4,paddingBottom:4},e.typography.body2,{[`& .${av.root} svg`]:{fontSize:"1.25rem"}})))),Uv=e.forwardRef((function(t,n){const r=Hd({props:t,name:"MuiMenuItem"}),{autoFocus:o=!1,component:i="li",dense:a=!1,divider:s=!1,disableGutters:u=!1,focusVisibleClassName:c,role:l="menuitem",tabIndex:d}=r,f=Tl(r,Vv),p=e.useContext(ev),h={dense:a||p.dense||!1,disableGutters:u},m=e.useRef(null);tu((()=>{o&&(m.current?m.current.focus():"production"!==process.env.NODE_ENV&&console.error("MUI: Unable to set focus to a MenuItem whose component has not been rendered."))}),[o]);const v=$r({},r,{dense:h.dense,divider:s,disableGutters:u}),g=(e=>{const{disabled:t,dense:n,divider:r,disableGutters:o,selected:i,classes:a}=e;return $r({},a,Nl({root:["root",n&&"dense",t&&"disabled",!o&&"gutters",r&&"divider",i&&"selected"]},Lv,a))})(r),y=au(m,n);let b;return r.disabled||(b=void 0!==d?d:-1),C(ev.Provider,{value:h,children:C(Bv,$r({ref:y,role:l,tabIndex:b,component:i,focusVisibleClassName:Wc(g.focusVisible,c)},f,{ownerState:v,classes:g}))})}));"production"!==process.env.NODE_ENV&&(Uv.propTypes={autoFocus:Ko.bool,children:Ko.node,classes:Ko.object,component:Ko.elementType,dense:Ko.bool,disabled:Ko.bool,disableGutters:Ko.bool,divider:Ko.bool,focusVisibleClassName:Ko.string,role:Ko.string,selected:Ko.bool,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),tabIndex:Ko.number});var _v=Uv,Wv=af(C("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),"RadioButtonUnchecked"),zv=af(C("path",{d:"M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"}),"RadioButtonChecked");const qv=$d("span")({position:"relative",display:"flex"}),Gv=$d(Wv,{skipSx:!0})({transform:"scale(1)"}),Hv=$d(zv,{skipSx:!0})((({theme:e,ownerState:t})=>$r({left:0,position:"absolute",transform:"scale(0)",transition:e.transitions.create("transform",{easing:e.transitions.easing.easeIn,duration:e.transitions.duration.shortest})},t.checked&&{transform:"scale(1)",transition:e.transitions.create("transform",{easing:e.transitions.easing.easeOut,duration:e.transitions.duration.shortest})})));function Yv(e){const{checked:t=!1,classes:n={},fontSize:r}=e,o=$r({},e,{checked:t});return k(qv,{className:n.root,ownerState:o,children:[C(Gv,{fontSize:r,className:n.background,ownerState:o}),C(Hv,{fontSize:r,className:n.dot,ownerState:o})]})}"production"!==process.env.NODE_ENV&&(Yv.propTypes={checked:Ko.bool,classes:Ko.object,fontSize:Ko.oneOf(["small","medium"])});const Kv=e.createContext(void 0);"production"!==process.env.NODE_ENV&&(Kv.displayName="RadioGroupContext");var Xv=Kv;function Jv(e){return jl("MuiRadio",e)}var Zv=Ll("MuiRadio",["root","checked","disabled","colorPrimary","colorSecondary"]);const Qv=["checked","checkedIcon","color","icon","name","onChange","size"],$v=$d(hh,{shouldForwardProp:e=>Qd(e)||"classes"===e,name:"MuiRadio",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`color${Hs(n.color)}`]]}})((({theme:e,ownerState:t})=>$r({color:e.palette.text.secondary,"&:hover":{backgroundColor:Sl("default"===t.color?e.palette.action.active:e.palette[t.color].main,e.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}}},"default"!==t.color&&{[`&.${Zv.checked}`]:{color:e.palette[t.color].main}},{[`&.${Zv.disabled}`]:{color:e.palette.action.disabled}})));const eg=C(Yv,{checked:!0}),tg=C(Yv,{}),ng=e.forwardRef((function(t,n){var r,o;const i=Hd({props:t,name:"MuiRadio"}),{checked:a,checkedIcon:s=eg,color:u="primary",icon:c=tg,name:l,onChange:d,size:f="medium"}=i,p=Tl(i,Qv),h=$r({},i,{color:u,size:f}),m=(e=>{const{classes:t,color:n}=e;return $r({},t,Nl({root:["root",`color${Hs(n)}`]},Jv,t))})(h),v=e.useContext(Xv);let g=a;const y=Ys(d,v&&v.onChange);let b=l;return v&&(void 0===g&&(g=function(e,t){return"object"==typeof t&&null!==t?e===t:String(e)===String(t)}(v.value,i.value)),void 0===b&&(b=v.name)),C($v,$r({type:"radio",icon:e.cloneElement(c,{fontSize:null!=(r=tg.props.fontSize)?r:f}),checkedIcon:e.cloneElement(s,{fontSize:null!=(o=eg.props.fontSize)?o:f}),ownerState:h,classes:m,name:b,checked:g,onChange:y,ref:n},p))}));"production"!==process.env.NODE_ENV&&(ng.propTypes={checked:Ko.bool,checkedIcon:Ko.node,classes:Ko.object,color:Ko.oneOfType([Ko.oneOf(["default","primary","secondary","error","info","success","warning"]),Ko.string]),disabled:Ko.bool,disableRipple:Ko.bool,icon:Ko.node,id:Ko.string,inputProps:Ko.object,inputRef:Gs,name:Ko.string,onChange:Ko.func,required:Ko.bool,size:Ko.oneOfType([Ko.oneOf(["medium","small"]),Ko.string]),sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),value:Ko.any});var rg=ng;function og(e){return jl("MuiSkeleton",e)}Ll("MuiSkeleton",["root","text","rectangular","circular","pulse","wave","withChildren","fitContent","heightAuto"]);const ig=["animation","className","component","height","style","variant","width"];let ag,sg,ug,cg,lg=e=>e;const dg=Ra(ag||(ag=lg`
265
- 0% {
266
- opacity: 1;
267
- }
268
-
269
- 50% {
270
- opacity: 0.4;
271
- }
272
-
273
- 100% {
274
- opacity: 1;
275
- }
276
- `)),fg=Ra(sg||(sg=lg`
277
- 0% {
278
- transform: translateX(-100%);
279
- }
280
-
281
- 50% {
282
- /* +0.5s of delay between each loop */
283
- transform: translateX(100%);
284
- }
285
-
286
- 100% {
287
- transform: translateX(100%);
288
- }
289
- `)),pg=$d("span",{name:"MuiSkeleton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],!1!==n.animation&&t[n.animation],n.hasChildren&&t.withChildren,n.hasChildren&&!n.width&&t.fitContent,n.hasChildren&&!n.height&&t.heightAuto]}})((({theme:e,ownerState:t})=>{const n=(r=e.shape.borderRadius,String(r).match(/[\d.\-+]*\s*(.*)/)[1]||""||"px");var r;const o=function(e){return parseFloat(e)}(e.shape.borderRadius);return $r({display:"block",backgroundColor:Sl(e.palette.text.primary,"light"===e.palette.mode?.11:.13),height:"1.2em"},"text"===t.variant&&{marginTop:0,marginBottom:0,height:"auto",transformOrigin:"0 55%",transform:"scale(1, 0.60)",borderRadius:`${o}${n}/${Math.round(o/.6*10)/10}${n}`,"&:empty:before":{content:'"\\00a0"'}},"circular"===t.variant&&{borderRadius:"50%"},t.hasChildren&&{"& > *":{visibility:"hidden"}},t.hasChildren&&!t.width&&{maxWidth:"fit-content"},t.hasChildren&&!t.height&&{height:"auto"})}),(({ownerState:e})=>"pulse"===e.animation&&Na(ug||(ug=lg`
290
- animation: ${0} 1.5s ease-in-out 0.5s infinite;
291
- `),dg)),(({ownerState:e,theme:t})=>"wave"===e.animation&&Na(cg||(cg=lg`
292
- position: relative;
293
- overflow: hidden;
294
-
295
- /* Fix bug in Safari https://bugs.webkit.org/show_bug.cgi?id=68196 */
296
- -webkit-mask-image: -webkit-radial-gradient(white, black);
297
-
298
- &::after {
299
- animation: ${0} 1.6s linear 0.5s infinite;
300
- background: linear-gradient(90deg, transparent, ${0}, transparent);
301
- content: '';
302
- position: absolute;
303
- transform: translateX(-100%); /* Avoid flash during server-side hydration */
304
- bottom: 0;
305
- left: 0;
306
- right: 0;
307
- top: 0;
308
- }
309
- `),fg,t.palette.action.hover))),hg=e.forwardRef((function(e,t){const n=Hd({props:e,name:"MuiSkeleton"}),{animation:r="pulse",className:o,component:i="span",height:a,style:s,variant:u="text",width:c}=n,l=Tl(n,ig),d=$r({},n,{animation:r,component:i,variant:u,hasChildren:Boolean(l.children)}),f=(e=>{const{classes:t,variant:n,animation:r,hasChildren:o,width:i,height:a}=e;return Nl({root:["root",n,r,o&&"withChildren",o&&!i&&"fitContent",o&&!a&&"heightAuto"]},og,t)})(d);return C(pg,$r({as:i,ref:t,className:Wc(f.root,o),ownerState:d},l,{style:$r({width:c,height:a},s)}))}));"production"!==process.env.NODE_ENV&&(hg.propTypes={animation:Ko.oneOf(["pulse","wave",!1]),children:Ko.node,classes:Ko.object,className:Ko.string,component:Ko.elementType,height:Ko.oneOfType([Ko.number,Ko.string]),style:Ko.object,sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object]),variant:Ko.oneOfType([Ko.oneOf(["circular","rectangular","text"]),Ko.string]),width:Ko.oneOfType([Ko.number,Ko.string])});var mg=hg;const vg=["component","direction","spacing","divider","children"];function gg(t,n){const r=e.Children.toArray(t).filter(Boolean);return r.reduce(((t,o,i)=>(t.push(o),i<r.length-1&&t.push(e.cloneElement(n,{key:`separator-${i}`})),t)),[])}const yg=$d("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>[t.root]})((({ownerState:e,theme:t})=>{let n=$r({display:"flex"},Ru({theme:t},Pu({values:e.direction,breakpoints:t.breakpoints.values}),(e=>({flexDirection:e}))));if(e.spacing){const r=Gu(t),o=Object.keys(t.breakpoints.values).reduce(((t,n)=>(null==e.spacing[n]&&null==e.direction[n]||(t[n]=!0),t)),{}),i=Pu({values:e.direction,base:o});n=es(n,Ru({theme:t},Pu({values:e.spacing,base:o}),((t,n)=>{return{"& > :not(style) + :not(style)":{margin:0,[`margin${o=n?i[n]:e.direction,{row:"Left","row-reverse":"Right",column:"Top","column-reverse":"Bottom"}[o]}`]:Hu(r,t)}};var o})))}return n})),bg=e.forwardRef((function(e,t){const n=Uc(Hd({props:e,name:"MuiStack"})),{component:r="div",direction:o="column",spacing:i=0,divider:a,children:s}=n,u=Tl(n,vg);return C(yg,$r({as:r,ownerState:{direction:o,spacing:i},ref:t},u,{children:a?gg(s,a):s}))}));"production"!==process.env.NODE_ENV&&(bg.propTypes={children:Ko.node,component:Ko.elementType,direction:Ko.oneOfType([Ko.oneOf(["column-reverse","column","row-reverse","row"]),Ko.arrayOf(Ko.oneOf(["column-reverse","column","row-reverse","row"])),Ko.object]),divider:Ko.node,spacing:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.number,Ko.string])),Ko.number,Ko.object,Ko.string]),sx:Ko.oneOfType([Ko.arrayOf(Ko.oneOfType([Ko.func,Ko.object])),Ko.func,Ko.object])});var Eg=bg;const wg=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];function Sg(e={}){const{disableGlobal:t=!1,productionPrefix:n="jss",seed:r=""}=e,o=""===r?"":`${r}-`;let i=0;const a=()=>(i+=1,"production"!==process.env.NODE_ENV&&i>=1e10&&console.warn(["MUI: You might have a memory leak.","The ruleCounter is not supposed to grow that much."].join("")),i);return(e,i)=>{const s=i.options.name;if(s&&0===s.indexOf("Mui")&&!i.options.link&&!t){if(-1!==wg.indexOf(e.key))return`Mui-${e.key}`;const t=`${o}${s}-${e.key}`;return i.options.theme[Zc]&&""===r?`${t}-${a()}`:t}if("production"===process.env.NODE_ENV)return`${o}${n}${a()}`;const u=`${e.key}-${a()}`;return i.options.classNamePrefix?`${o}${i.options.classNamePrefix}-${u}`:`${o}${u}`}}function xg(){return(xg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Og="production"===process.env.NODE_ENV;function Cg(e,t){if(!Og){if(e)return;var n="Warning: "+t;"undefined"!=typeof console&&console.warn(n);try{throw Error(n)}catch(e){}}}function kg(){return(kg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Tg="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ag="object"===("undefined"==typeof window?"undefined":Tg(window))&&"object"===("undefined"==typeof document?"undefined":Tg(document))&&9===document.nodeType;function Dg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ng(e,t,n){return t&&Dg(e.prototype,t),n&&Dg(e,n),e}function Rg(e,t){return(Rg=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Pg(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Rg(e,t)}function Ig(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Mg={}.constructor;function jg(e){if(null==e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(jg);if(e.constructor!==Mg)return e;var t={};for(var n in e)t[n]=jg(e[n]);return t}function Lg(e,t,n){void 0===e&&(e="unnamed");var r=n.jss,o=jg(t),i=r.plugins.onCreateRule(e,o,n);return i||("@"===e[0]&&"production"!==process.env.NODE_ENV&&Cg(!1,"[JSS] Unknown rule "+e),null)}var Fg=function(e,t){for(var n="",r=0;r<e.length&&"!important"!==e[r];r++)n&&(n+=t),n+=e[r];return n},Vg=function(e,t){if(void 0===t&&(t=!1),!Array.isArray(e))return e;var n="";if(Array.isArray(e[0]))for(var r=0;r<e.length&&"!important"!==e[r];r++)n&&(n+=", "),n+=Fg(e[r]," ");else n=Fg(e,", ");return t||"!important"!==e[e.length-1]||(n+=" !important"),n};function Bg(e){return e&&!1===e.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function Ug(e,t){for(var n="",r=0;r<t;r++)n+=" ";return n+e}function _g(e,t,n){void 0===n&&(n={});var r="";if(!t)return r;var o=n.indent,i=void 0===o?0:o,a=t.fallbacks;!1===n.format&&(i=-1/0);var s=Bg(n),u=s.linebreak,c=s.space;if(e&&i++,a)if(Array.isArray(a))for(var l=0;l<a.length;l++){var d=a[l];for(var f in d){var p=d[f];null!=p&&(r&&(r+=u),r+=Ug(f+":"+c+Vg(p)+";",i))}}else for(var h in a){var m=a[h];null!=m&&(r&&(r+=u),r+=Ug(h+":"+c+Vg(m)+";",i))}for(var v in t){var g=t[v];null!=g&&"fallbacks"!==v&&(r&&(r+=u),r+=Ug(v+":"+c+Vg(g)+";",i))}return(r||n.allowEmpty)&&e?(r&&(r=""+u+r+u),Ug(""+e+c+"{"+r,--i)+Ug("}",i)):r}var Wg=/([[\].#*$><+~=|^:(),"'`\s])/g,zg="undefined"!=typeof CSS&&CSS.escape,qg=function(e){return zg?zg(e):e.replace(Wg,"\\$1")},Gg=function(){function e(e,t,n){this.type="style",this.isProcessed=!1;var r=n.sheet,o=n.Renderer;this.key=e,this.options=n,this.style=t,r?this.renderer=r.renderer:o&&(this.renderer=new o)}return e.prototype.prop=function(e,t,n){if(void 0===t)return this.style[e];var r=!!n&&n.force;if(!r&&this.style[e]===t)return this;var o=t;n&&!1===n.process||(o=this.options.jss.plugins.onChangeValue(t,e,this));var i=null==o||!1===o,a=e in this.style;if(i&&!a&&!r)return this;var s=i&&a;if(s?delete this.style[e]:this.style[e]=o,this.renderable&&this.renderer)return s?this.renderer.removeProperty(this.renderable,e):this.renderer.setProperty(this.renderable,e,o),this;var u=this.options.sheet;return u&&u.attached&&"production"!==process.env.NODE_ENV&&Cg(!1,'[JSS] Rule is not linked. Missing sheet option "link: true".'),this},e}(),Hg=function(e){function t(t,n,r){var o;o=e.call(this,t,n,r)||this;var i=r.selector,a=r.scoped,s=r.sheet,u=r.generateId;return i?o.selectorText=i:!1!==a&&(o.id=u(Ig(Ig(o)),s),o.selectorText="."+qg(o.id)),o}Pg(t,e);var n=t.prototype;return n.applyTo=function(e){var t=this.renderer;if(t){var n=this.toJSON();for(var r in n)t.setProperty(e,r,n[r])}return this},n.toJSON=function(){var e={};for(var t in this.style){var n=this.style[t];"object"!=typeof n?e[t]=n:Array.isArray(n)&&(e[t]=Vg(n))}return e},n.toString=function(e){var t=this.options.sheet,n=!!t&&t.options.link?kg({},e,{allowEmpty:!0}):e;return _g(this.selectorText,this.style,n)},Ng(t,[{key:"selector",set:function(e){if(e!==this.selectorText){this.selectorText=e;var t=this.renderer,n=this.renderable;if(n&&t)t.setSelector(n,e)||t.replaceRule(n,this)}},get:function(){return this.selectorText}}]),t}(Gg),Yg={onCreateRule:function(e,t,n){return"@"===e[0]||n.parent&&"keyframes"===n.parent.type?null:new Hg(e,t,n)}},Kg={indent:1,children:!0},Xg=/@([\w-]+)/,Jg=function(){function e(e,t,n){this.type="conditional",this.isProcessed=!1,this.key=e;var r=e.match(Xg);for(var o in this.at=r?r[1]:"unknown",this.query=n.name||"@"+this.at,this.options=n,this.rules=new by(kg({},n,{parent:this})),t)this.rules.add(o,t[o]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.indexOf=function(e){return this.rules.indexOf(e)},t.addRule=function(e,t,n){var r=this.rules.add(e,t,n);return r?(this.options.jss.plugins.onProcessRule(r),r):null},t.toString=function(e){void 0===e&&(e=Kg);var t=Bg(e).linebreak;if(null==e.indent&&(e.indent=Kg.indent),null==e.children&&(e.children=Kg.children),!1===e.children)return this.query+" {}";var n=this.rules.toString(e);return n?this.query+" {"+t+n+t+"}":""},e}(),Zg=/@media|@supports\s+/,Qg={onCreateRule:function(e,t,n){return Zg.test(e)?new Jg(e,t,n):null}},$g={indent:1,children:!0},ey=/@keyframes\s+([\w-]+)/,ty=function(){function e(e,t,n){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var r=e.match(ey);r&&r[1]?this.name=r[1]:(this.name="noname","production"!==process.env.NODE_ENV&&Cg(!1,"[JSS] Bad keyframes name "+e)),this.key=this.type+"-"+this.name,this.options=n;var o=n.scoped,i=n.sheet,a=n.generateId;for(var s in this.id=!1===o?this.name:qg(a(this,i)),this.rules=new by(kg({},n,{parent:this})),t)this.rules.add(s,t[s],kg({},n,{parent:this}));this.rules.process()}return e.prototype.toString=function(e){void 0===e&&(e=$g);var t=Bg(e).linebreak;if(null==e.indent&&(e.indent=$g.indent),null==e.children&&(e.children=$g.children),!1===e.children)return this.at+" "+this.id+" {}";var n=this.rules.toString(e);return n&&(n=""+t+n+t),this.at+" "+this.id+" {"+n+"}"},e}(),ny=/@keyframes\s+/,ry=/\$([\w-]+)/g,oy=function(e,t){return"string"==typeof e?e.replace(ry,(function(e,n){return n in t?t[n]:("production"!==process.env.NODE_ENV&&Cg(!1,'[JSS] Referenced keyframes rule "'+n+'" is not defined.'),e)})):e},iy=function(e,t,n){var r=e[t],o=oy(r,n);o!==r&&(e[t]=o)},ay={onCreateRule:function(e,t,n){return"string"==typeof e&&ny.test(e)?new ty(e,t,n):null},onProcessStyle:function(e,t,n){return"style"===t.type&&n?("animation-name"in e&&iy(e,"animation-name",n.keyframes),"animation"in e&&iy(e,"animation",n.keyframes),e):e},onChangeValue:function(e,t,n){var r=n.options.sheet;if(!r)return e;switch(t){case"animation":case"animation-name":return oy(e,r.keyframes);default:return e}}},sy=function(e){function t(){return e.apply(this,arguments)||this}return Pg(t,e),t.prototype.toString=function(e){var t=this.options.sheet,n=!!t&&t.options.link?kg({},e,{allowEmpty:!0}):e;return _g(this.key,this.style,n)},t}(Gg),uy={onCreateRule:function(e,t,n){return n.parent&&"keyframes"===n.parent.type?new sy(e,t,n):null}},cy=function(){function e(e,t,n){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=e,this.style=t,this.options=n}return e.prototype.toString=function(e){var t=Bg(e).linebreak;if(Array.isArray(this.style)){for(var n="",r=0;r<this.style.length;r++)n+=_g(this.at,this.style[r]),this.style[r+1]&&(n+=t);return n}return _g(this.at,this.style,e)},e}(),ly=/@font-face/,dy={onCreateRule:function(e,t,n){return ly.test(e)?new cy(e,t,n):null}},fy=function(){function e(e,t,n){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=e,this.style=t,this.options=n}return e.prototype.toString=function(e){return _g(this.key,this.style,e)},e}(),py={onCreateRule:function(e,t,n){return"@viewport"===e||"@-ms-viewport"===e?new fy(e,t,n):null}},hy=function(){function e(e,t,n){this.type="simple",this.isProcessed=!1,this.key=e,this.value=t,this.options=n}return e.prototype.toString=function(e){if(Array.isArray(this.value)){for(var t="",n=0;n<this.value.length;n++)t+=this.key+" "+this.value[n]+";",this.value[n+1]&&(t+="\n");return t}return this.key+" "+this.value+";"},e}(),my={"@charset":!0,"@import":!0,"@namespace":!0},vy=[Yg,Qg,ay,uy,dy,py,{onCreateRule:function(e,t,n){return e in my?new hy(e,t,n):null}}],gy={process:!0},yy={force:!0,process:!0},by=function(){function e(e){this.map={},this.raw={},this.index=[],this.counter=0,this.options=e,this.classes=e.classes,this.keyframes=e.keyframes}var t=e.prototype;return t.add=function(e,t,n){var r=this.options,o=r.parent,i=r.sheet,a=r.jss,s=r.Renderer,u=r.generateId,c=r.scoped,l=kg({classes:this.classes,parent:o,sheet:i,jss:a,Renderer:s,generateId:u,scoped:c,name:e,keyframes:this.keyframes,selector:void 0},n),d=e;e in this.raw&&(d=e+"-d"+this.counter++),this.raw[d]=t,d in this.classes&&(l.selector="."+qg(this.classes[d]));var f=Lg(d,t,l);if(!f)return null;this.register(f);var p=void 0===l.index?this.index.length:l.index;return this.index.splice(p,0,f),f},t.get=function(e){return this.map[e]},t.remove=function(e){this.unregister(e),delete this.raw[e.key],this.index.splice(this.index.indexOf(e),1)},t.indexOf=function(e){return this.index.indexOf(e)},t.process=function(){var e=this.options.jss.plugins;this.index.slice(0).forEach(e.onProcessRule,e)},t.register=function(e){this.map[e.key]=e,e instanceof Hg?(this.map[e.selector]=e,e.id&&(this.classes[e.key]=e.id)):e instanceof ty&&this.keyframes&&(this.keyframes[e.name]=e.id)},t.unregister=function(e){delete this.map[e.key],e instanceof Hg?(delete this.map[e.selector],delete this.classes[e.key]):e instanceof ty&&delete this.keyframes[e.name]},t.update=function(){var e,t,n;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(e=arguments.length<=0?void 0:arguments[0],t=arguments.length<=1?void 0:arguments[1],n=arguments.length<=2?void 0:arguments[2]):(t=arguments.length<=0?void 0:arguments[0],n=arguments.length<=1?void 0:arguments[1],e=null),e)this.updateOne(this.map[e],t,n);else for(var r=0;r<this.index.length;r++)this.updateOne(this.index[r],t,n)},t.updateOne=function(t,n,r){void 0===r&&(r=gy);var o=this.options,i=o.jss.plugins,a=o.sheet;if(t.rules instanceof e)t.rules.update(n,r);else{var s=t.style;if(i.onUpdate(n,t,a,r),r.process&&s&&s!==t.style){for(var u in i.onProcessStyle(t.style,t,a),t.style){var c=t.style[u];c!==s[u]&&t.prop(u,c,yy)}for(var l in s){var d=t.style[l],f=s[l];null==d&&d!==f&&t.prop(l,null,yy)}}}},t.toString=function(e){for(var t="",n=this.options.sheet,r=!!n&&n.options.link,o=Bg(e).linebreak,i=0;i<this.index.length;i++){var a=this.index[i].toString(e);(a||r)&&(t&&(t+=o),t+=a)}return t},e}(),Ey=function(){function e(e,t){for(var n in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=kg({},t,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),t.Renderer&&(this.renderer=new t.Renderer(this)),this.rules=new by(this.options),e)this.rules.add(n,e[n]);this.rules.process()}var t=e.prototype;return t.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},t.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},t.addRule=function(e,t,n){var r=this.queue;this.attached&&!r&&(this.queue=[]);var o=this.rules.add(e,t,n);return o?(this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(r?r.push(o):(this.insertRule(o),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),o):o:(this.deployed=!1,o)):null},t.insertRule=function(e){this.renderer&&this.renderer.insertRule(e)},t.addRules=function(e,t){var n=[];for(var r in e){var o=this.addRule(r,e[r],t);o&&n.push(o)}return n},t.getRule=function(e){return this.rules.get(e)},t.deleteRule=function(e){var t="object"==typeof e?e:this.rules.get(e);return!(!t||this.attached&&!t.renderable)&&(this.rules.remove(t),!(this.attached&&t.renderable&&this.renderer)||this.renderer.deleteRule(t.renderable))},t.indexOf=function(e){return this.rules.indexOf(e)},t.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},t.update=function(){var e;return(e=this.rules).update.apply(e,arguments),this},t.updateOne=function(e,t,n){return this.rules.updateOne(e,t,n),this},t.toString=function(e){return this.rules.toString(e)},e}(),wy=function(){function e(){this.plugins={internal:[],external:[]},this.registry={}}var t=e.prototype;return t.onCreateRule=function(e,t,n){for(var r=0;r<this.registry.onCreateRule.length;r++){var o=this.registry.onCreateRule[r](e,t,n);if(o)return o}return null},t.onProcessRule=function(e){if(!e.isProcessed){for(var t=e.options.sheet,n=0;n<this.registry.onProcessRule.length;n++)this.registry.onProcessRule[n](e,t);e.style&&this.onProcessStyle(e.style,e,t),e.isProcessed=!0}},t.onProcessStyle=function(e,t,n){for(var r=0;r<this.registry.onProcessStyle.length;r++)t.style=this.registry.onProcessStyle[r](t.style,t,n)},t.onProcessSheet=function(e){for(var t=0;t<this.registry.onProcessSheet.length;t++)this.registry.onProcessSheet[t](e)},t.onUpdate=function(e,t,n,r){for(var o=0;o<this.registry.onUpdate.length;o++)this.registry.onUpdate[o](e,t,n,r)},t.onChangeValue=function(e,t,n){for(var r=e,o=0;o<this.registry.onChangeValue.length;o++)r=this.registry.onChangeValue[o](r,t,n);return r},t.use=function(e,t){void 0===t&&(t={queue:"external"});var n=this.plugins[t.queue];-1===n.indexOf(e)&&(n.push(e),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce((function(e,t){for(var n in t)n in e?e[n].push(t[n]):"production"!==process.env.NODE_ENV&&Cg(!1,'[JSS] Unknown hook "'+n+'".');return e}),{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},e}(),Sy=new(function(){function e(){this.registry=[]}var t=e.prototype;return t.add=function(e){var t=this.registry,n=e.options.index;if(-1===t.indexOf(e))if(0===t.length||n>=this.index)t.push(e);else for(var r=0;r<t.length;r++)if(t[r].options.index>n)return void t.splice(r,0,e)},t.reset=function(){this.registry=[]},t.remove=function(e){var t=this.registry.indexOf(e);this.registry.splice(t,1)},t.toString=function(e){for(var t=void 0===e?{}:e,n=t.attached,r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(t,["attached"]),o=Bg(r).linebreak,i="",a=0;a<this.registry.length;a++){var s=this.registry[a];null!=n&&s.attached!==n||(i&&(i+=o),i+=s.toString(r))}return i},Ng(e,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),e}()),xy="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),Oy="2f1acc6c3a606b082e5eef5e54414ffb";null==xy[Oy]&&(xy[Oy]=0);var Cy=xy[Oy]++,ky=function(e){void 0===e&&(e={});var t=0;return function(n,r){(t+=1)>1e10&&"production"!==process.env.NODE_ENV&&Cg(!1,"[JSS] You might have a memory leak. Rule counter is at "+t+".");var o="",i="";return r&&(r.options.classNamePrefix&&(i=r.options.classNamePrefix),null!=r.options.jss.id&&(o=String(r.options.jss.id))),e.minify?""+(i||"c")+Cy+o+t:i+n.key+"-"+Cy+(o?"-"+o:"")+"-"+t}},Ty=function(e){var t;return function(){return t||(t=e()),t}},Ay=function(e,t){try{return e.attributeStyleMap?e.attributeStyleMap.get(t):e.style.getPropertyValue(t)}catch(e){return""}},Dy=function(e,t,n){try{var r=n;if(Array.isArray(n)&&(r=Vg(n,!0),"!important"===n[n.length-1]))return e.style.setProperty(t,r,"important"),!0;e.attributeStyleMap?e.attributeStyleMap.set(t,r):e.style.setProperty(t,r)}catch(e){return!1}return!0},Ny=function(e,t){try{e.attributeStyleMap?e.attributeStyleMap.delete(t):e.style.removeProperty(t)}catch(e){"production"!==process.env.NODE_ENV&&Cg(!1,'[JSS] DOMException "'+e.message+'" was thrown. Tried to remove property "'+t+'".')}},Ry=function(e,t){return e.selectorText=t,e.selectorText===t},Py=Ty((function(){return document.querySelector("head")}));function Iy(e){var t=Sy.registry;if(t.length>0){var n=function(e,t){for(var n=0;n<e.length;n++){var r=e[n];if(r.attached&&r.options.index>t.index&&r.options.insertionPoint===t.insertionPoint)return r}return null}(t,e);if(n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element};if((n=function(e,t){for(var n=e.length-1;n>=0;n--){var r=e[n];if(r.attached&&r.options.insertionPoint===t.insertionPoint)return r}return null}(t,e))&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element.nextSibling}}var r=e.insertionPoint;if(r&&"string"==typeof r){var o=function(e){for(var t=Py(),n=0;n<t.childNodes.length;n++){var r=t.childNodes[n];if(8===r.nodeType&&r.nodeValue.trim()===e)return r}return null}(r);if(o)return{parent:o.parentNode,node:o.nextSibling};"production"!==process.env.NODE_ENV&&Cg(!1,'[JSS] Insertion point "'+r+'" not found.')}return!1}var My=Ty((function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null})),jy=function(e,t,n){try{"insertRule"in e?e.insertRule(t,n):"appendRule"in e&&e.appendRule(t)}catch(e){return"production"!==process.env.NODE_ENV&&Cg(!1,"[JSS] "+e.message),!1}return e.cssRules[n]},Ly=function(e,t){var n=e.cssRules.length;return void 0===t||t>n?n:t},Fy=function(){function e(e){this.getPropertyValue=Ay,this.setProperty=Dy,this.removeProperty=Ny,this.setSelector=Ry,this.hasInsertedRules=!1,this.cssRules=[],e&&Sy.add(e),this.sheet=e;var t=this.sheet?this.sheet.options:{},n=t.media,r=t.meta,o=t.element;this.element=o||function(){var e=document.createElement("style");return e.textContent="\n",e}(),this.element.setAttribute("data-jss",""),n&&this.element.setAttribute("media",n),r&&this.element.setAttribute("data-meta",r);var i=My();i&&this.element.setAttribute("nonce",i)}var t=e.prototype;return t.attach=function(){if(!this.element.parentNode&&this.sheet){!function(e,t){var n=t.insertionPoint,r=Iy(t);if(!1!==r&&r.parent)r.parent.insertBefore(e,r.node);else if(n&&"number"==typeof n.nodeType){var o=n,i=o.parentNode;i?i.insertBefore(e,o.nextSibling):"production"!==process.env.NODE_ENV&&Cg(!1,"[JSS] Insertion point is not in the DOM.")}else Py().appendChild(e)}(this.element,this.sheet.options);var e=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&e&&(this.hasInsertedRules=!1,this.deploy())}},t.detach=function(){if(this.sheet){var e=this.element.parentNode;e&&e.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},t.deploy=function(){var e=this.sheet;e&&(e.options.link?this.insertRules(e.rules):this.element.textContent="\n"+e.toString()+"\n")},t.insertRules=function(e,t){for(var n=0;n<e.index.length;n++)this.insertRule(e.index[n],n,t)},t.insertRule=function(e,t,n){if(void 0===n&&(n=this.element.sheet),e.rules){var r=e,o=n;if("conditional"===e.type||"keyframes"===e.type){var i=Ly(n,t);if(!1===(o=jy(n,r.toString({children:!1}),i)))return!1;this.refCssRule(e,i,o)}return this.insertRules(r.rules,o),o}var a=e.toString();if(!a)return!1;var s=Ly(n,t),u=jy(n,a,s);return!1!==u&&(this.hasInsertedRules=!0,this.refCssRule(e,s,u),u)},t.refCssRule=function(e,t,n){e.renderable=n,e.options.parent instanceof Ey&&(this.cssRules[t]=n)},t.deleteRule=function(e){var t=this.element.sheet,n=this.indexOf(e);return-1!==n&&(t.deleteRule(n),this.cssRules.splice(n,1),!0)},t.indexOf=function(e){return this.cssRules.indexOf(e)},t.replaceRule=function(e,t){var n=this.indexOf(e);return-1!==n&&(this.element.sheet.deleteRule(n),this.cssRules.splice(n,1),this.insertRule(t,n))},t.getRules=function(){return this.element.sheet.cssRules},e}(),Vy=0,By=function(){function e(e){this.id=Vy++,this.version="10.8.2",this.plugins=new wy,this.options={id:{minify:!1},createGenerateId:ky,Renderer:Ag?Fy:null,plugins:[]},this.generateId=ky({minify:!1});for(var t=0;t<vy.length;t++)this.plugins.use(vy[t],{queue:"internal"});this.setup(e)}var t=e.prototype;return t.setup=function(e){return void 0===e&&(e={}),e.createGenerateId&&(this.options.createGenerateId=e.createGenerateId),e.id&&(this.options.id=kg({},this.options.id,e.id)),(e.createGenerateId||e.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=e.insertionPoint&&(this.options.insertionPoint=e.insertionPoint),"Renderer"in e&&(this.options.Renderer=e.Renderer),e.plugins&&this.use.apply(this,e.plugins),this},t.createStyleSheet=function(e,t){void 0===t&&(t={});var n=t.index;"number"!=typeof n&&(n=0===Sy.index?0:Sy.index+1);var r=new Ey(e,kg({},t,{jss:this,generateId:t.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:n}));return this.plugins.onProcessSheet(r),r},t.removeStyleSheet=function(e){return e.detach(),Sy.remove(e),this},t.createRule=function(e,t,n){if(void 0===t&&(t={}),void 0===n&&(n={}),"object"==typeof e)return this.createRule(void 0,e,t);var r=kg({},n,{name:e,jss:this,Renderer:this.options.Renderer});r.generateId||(r.generateId=this.generateId),r.classes||(r.classes={}),r.keyframes||(r.keyframes={});var o=Lg(e,t,r);return o&&this.plugins.onProcessRule(o),o},t.use=function(){for(var e=this,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return n.forEach((function(t){e.plugins.use(t)})),this},e}(),Uy=function(e){return new By(e)},_y="object"==typeof CSS&&null!=CSS&&"number"in CSS;function Wy(e){var t=null;for(var n in e){var r=e[n],o=typeof r;if("function"===o)t||(t={}),t[n]=r;else if("object"===o&&null!==r&&!Array.isArray(r)){var i=Wy(r);i&&(t||(t={}),t[n]=i)}}return t}
310
- /**
311
- * A better abstraction over CSS.
312
- *
313
- * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
314
- * @website https://github.com/cssinjs/jss
315
- * @license MIT
316
- */Uy();var zy=Date.now(),qy="fnValues"+zy,Gy="fnStyle"+ ++zy,Hy=function(){return{onCreateRule:function(e,t,n){if("function"!=typeof t)return null;var r=Lg(e,{},n);return r[Gy]=t,r},onProcessStyle:function(e,t){if(qy in t||Gy in t)return e;var n={};for(var r in e){var o=e[r];"function"==typeof o&&(delete e[r],n[r]=o)}return t[qy]=n,e},onUpdate:function(e,t,n,r){var o=t,i=o[Gy];if(i&&(o.style=i(e)||{},"development"===process.env.NODE_ENV))for(var a in o.style)if("function"==typeof o.style[a]){"production"!==process.env.NODE_ENV&&Cg(!1,"[JSS] Function values inside function rules are not supported.");break}var s=o[qy];if(s)for(var u in s)o.prop(u,s[u](e),r)}}};function Yy(){return(Yy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Ky="@global",Xy=function(){function e(e,t,n){for(var r in this.type="global",this.at=Ky,this.isProcessed=!1,this.key=e,this.options=n,this.rules=new by(Yy({},n,{parent:this})),t)this.rules.add(r,t[r]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.addRule=function(e,t,n){var r=this.rules.add(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},t.indexOf=function(e){return this.rules.indexOf(e)},t.toString=function(){return this.rules.toString()},e}(),Jy=function(){function e(e,t,n){this.type="global",this.at=Ky,this.isProcessed=!1,this.key=e,this.options=n;var r=e.substr("@global ".length);this.rule=n.jss.createRule(r,t,Yy({},n,{parent:this}))}return e.prototype.toString=function(e){return this.rule?this.rule.toString(e):""},e}(),Zy=/\s*,\s*/g;function Qy(e,t){for(var n=e.split(Zy),r="",o=0;o<n.length;o++)r+=t+" "+n[o].trim(),n[o+1]&&(r+=", ");return r}function $y(){return{onCreateRule:function(e,t,n){if(!e)return null;if(e===Ky)return new Xy(e,t,n);if("@"===e[0]&&"@global "===e.substr(0,"@global ".length))return new Jy(e,t,n);var r=n.parent;return r&&("global"===r.type||r.options.parent&&"global"===r.options.parent.type)&&(n.scoped=!1),!1===n.scoped&&(n.selector=e),null},onProcessRule:function(e,t){"style"===e.type&&t&&(function(e,t){var n=e.options,r=e.style,o=r?r[Ky]:null;if(o){for(var i in o)t.addRule(i,o[i],Yy({},n,{selector:Qy(i,e.selector)}));delete r[Ky]}}(e,t),function(e,t){var n=e.options,r=e.style;for(var o in r)if("@"===o[0]&&o.substr(0,Ky.length)===Ky){var i=Qy(o.substr(Ky.length),e.selector);t.addRule(i,r[o],Yy({},n,{selector:i})),delete r[o]}}(e,t))}}}function eb(){return(eb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var tb=/\s*,\s*/g,nb=/&/g,rb=/\$([\w-]+)/g;function ob(){function e(e,t){return function(n,r){var o=e.getRule(r)||t&&t.getRule(r);return o?o.selector:("production"!==process.env.NODE_ENV&&Cg(!1,'[JSS] Could not find the referenced rule "'+r+'" in "'+(e.options.meta||e.toString())+'".'),r)}}function t(e,t){for(var n=t.split(tb),r=e.split(tb),o="",i=0;i<n.length;i++)for(var a=n[i],s=0;s<r.length;s++){var u=r[s];o&&(o+=", "),o+=-1!==u.indexOf("&")?u.replace(nb,a):a+" "+u}return o}function n(e,t,n){if(n)return eb({},n,{index:n.index+1});var r=e.options.nestingLevel;r=void 0===r?1:r+1;var o=eb({},e.options,{nestingLevel:r,index:t.indexOf(e)+1});return delete o.name,o}return{onProcessStyle:function(r,o,i){if("style"!==o.type)return r;var a,s,u=o,c=u.options.parent;for(var l in r){var d=-1!==l.indexOf("&"),f="@"===l[0];if(d||f){if(a=n(u,c,a),d){var p=t(l,u.selector);s||(s=e(c,i)),p=p.replace(rb,s),c.addRule(p,r[l],eb({},a,{selector:p}))}else f&&c.addRule(l,{},a).addRule(u.key,r[l],{selector:u.selector});delete r[l]}}return r}}}var ib=/[A-Z]/g,ab=/^ms-/,sb={};function ub(e){return"-"+e.toLowerCase()}function cb(e){if(sb.hasOwnProperty(e))return sb[e];var t=e.replace(ib,ub);return sb[e]=ab.test(t)?"-"+t:t}function lb(e){var t={};for(var n in e){t[0===n.indexOf("--")?n:cb(n)]=e[n]}return e.fallbacks&&(Array.isArray(e.fallbacks)?t.fallbacks=e.fallbacks.map(lb):t.fallbacks=lb(e.fallbacks)),t}var db=_y&&CSS?CSS.px:"px",fb=_y&&CSS?CSS.ms:"ms",pb=_y&&CSS?CSS.percent:"%";function hb(e){var t=/(-[a-z])/g,n=function(e){return e[1].toUpperCase()},r={};for(var o in e)r[o]=e[o],r[o.replace(t,n)]=e[o];return r}var mb=hb({"animation-delay":fb,"animation-duration":fb,"background-position":db,"background-position-x":db,"background-position-y":db,"background-size":db,border:db,"border-bottom":db,"border-bottom-left-radius":db,"border-bottom-right-radius":db,"border-bottom-width":db,"border-left":db,"border-left-width":db,"border-radius":db,"border-right":db,"border-right-width":db,"border-top":db,"border-top-left-radius":db,"border-top-right-radius":db,"border-top-width":db,"border-width":db,"border-block":db,"border-block-end":db,"border-block-end-width":db,"border-block-start":db,"border-block-start-width":db,"border-block-width":db,"border-inline":db,"border-inline-end":db,"border-inline-end-width":db,"border-inline-start":db,"border-inline-start-width":db,"border-inline-width":db,"border-start-start-radius":db,"border-start-end-radius":db,"border-end-start-radius":db,"border-end-end-radius":db,margin:db,"margin-bottom":db,"margin-left":db,"margin-right":db,"margin-top":db,"margin-block":db,"margin-block-end":db,"margin-block-start":db,"margin-inline":db,"margin-inline-end":db,"margin-inline-start":db,padding:db,"padding-bottom":db,"padding-left":db,"padding-right":db,"padding-top":db,"padding-block":db,"padding-block-end":db,"padding-block-start":db,"padding-inline":db,"padding-inline-end":db,"padding-inline-start":db,"mask-position-x":db,"mask-position-y":db,"mask-size":db,height:db,width:db,"min-height":db,"max-height":db,"min-width":db,"max-width":db,bottom:db,left:db,top:db,right:db,inset:db,"inset-block":db,"inset-block-end":db,"inset-block-start":db,"inset-inline":db,"inset-inline-end":db,"inset-inline-start":db,"box-shadow":db,"text-shadow":db,"column-gap":db,"column-rule":db,"column-rule-width":db,"column-width":db,"font-size":db,"font-size-delta":db,"letter-spacing":db,"text-decoration-thickness":db,"text-indent":db,"text-stroke":db,"text-stroke-width":db,"word-spacing":db,motion:db,"motion-offset":db,outline:db,"outline-offset":db,"outline-width":db,perspective:db,"perspective-origin-x":pb,"perspective-origin-y":pb,"transform-origin":pb,"transform-origin-x":pb,"transform-origin-y":pb,"transform-origin-z":pb,"transition-delay":fb,"transition-duration":fb,"vertical-align":db,"flex-basis":db,"shape-margin":db,size:db,gap:db,grid:db,"grid-gap":db,"row-gap":db,"grid-row-gap":db,"grid-column-gap":db,"grid-template-rows":db,"grid-template-columns":db,"grid-auto-rows":db,"grid-auto-columns":db,"box-shadow-x":db,"box-shadow-y":db,"box-shadow-blur":db,"box-shadow-spread":db,"font-line-height":db,"text-shadow-x":db,"text-shadow-y":db,"text-shadow-blur":db});function vb(e,t,n){if(null==t)return t;if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]=vb(e,t[r],n);else if("object"==typeof t)if("fallbacks"===e)for(var o in t)t[o]=vb(o,t[o],n);else for(var i in t)t[i]=vb(e+"-"+i,t[i],n);else if("number"==typeof t&&!1===isNaN(t)){var a=n[e]||mb[e];return!a||0===t&&a===db?t.toString():"function"==typeof a?a(t).toString():""+t+a}return t}function gb(e){void 0===e&&(e={});var t=hb(e);return{onProcessStyle:function(e,n){if("style"!==n.type)return e;for(var r in e)e[r]=vb(r,e[r],t);return e},onChangeValue:function(e,n){return vb(n,e,t)}}}function yb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function bb(e){return function(e){if(Array.isArray(e))return yb(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return yb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?yb(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var Eb="",wb="",Sb="",xb="",Ob=Ag&&"ontouchstart"in document.documentElement;if(Ag){var Cb={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},kb=document.createElement("p").style;for(var Tb in Cb)if(Tb+"Transform"in kb){Eb=Tb,wb=Cb[Tb];break}"Webkit"===Eb&&"msHyphens"in kb&&(Eb="ms",wb=Cb.ms,xb="edge"),"Webkit"===Eb&&"-apple-trailing-word"in kb&&(Sb="apple")}var Ab=Eb,Db=wb,Nb=Sb,Rb=xb,Pb=Ob;var Ib={noPrefill:["appearance"],supportedProperty:function(e){return"appearance"===e&&("ms"===Ab?"-webkit-"+e:Db+e)}},Mb={noPrefill:["color-adjust"],supportedProperty:function(e){return"color-adjust"===e&&("Webkit"===Ab?Db+"print-"+e:e)}},jb=/[-\s]+(.)?/g;function Lb(e,t){return t?t.toUpperCase():""}function Fb(e){return e.replace(jb,Lb)}function Vb(e){return Fb("-"+e)}var Bb,Ub={noPrefill:["mask"],supportedProperty:function(e,t){if(!/^mask/.test(e))return!1;if("Webkit"===Ab){var n="mask-image";if(Fb(n)in t)return e;if(Ab+Vb(n)in t)return Db+e}return e}},_b={noPrefill:["text-orientation"],supportedProperty:function(e){return"text-orientation"===e&&("apple"!==Nb||Pb?e:Db+e)}},Wb={noPrefill:["transform"],supportedProperty:function(e,t,n){return"transform"===e&&(n.transform?e:Db+e)}},zb={noPrefill:["transition"],supportedProperty:function(e,t,n){return"transition"===e&&(n.transition?e:Db+e)}},qb={noPrefill:["writing-mode"],supportedProperty:function(e){return"writing-mode"===e&&("Webkit"===Ab||"ms"===Ab&&"edge"!==Rb?Db+e:e)}},Gb={noPrefill:["user-select"],supportedProperty:function(e){return"user-select"===e&&("Moz"===Ab||"ms"===Ab||"apple"===Nb?Db+e:e)}},Hb={supportedProperty:function(e,t){return!!/^break-/.test(e)&&("Webkit"===Ab?"WebkitColumn"+Vb(e)in t&&Db+"column-"+e:"Moz"===Ab&&("page"+Vb(e)in t&&"page-"+e))}},Yb={supportedProperty:function(e,t){if(!/^(border|margin|padding)-inline/.test(e))return!1;if("Moz"===Ab)return e;var n=e.replace("-inline","");return Ab+Vb(n)in t&&Db+n}},Kb={supportedProperty:function(e,t){return Fb(e)in t&&e}},Xb={supportedProperty:function(e,t){var n=Vb(e);return"-"===e[0]||"-"===e[0]&&"-"===e[1]?e:Ab+n in t?Db+e:"Webkit"!==Ab&&"Webkit"+n in t&&"-webkit-"+e}},Jb={supportedProperty:function(e){return"scroll-snap"===e.substring(0,11)&&("ms"===Ab?""+Db+e:e)}},Zb={supportedProperty:function(e){return"overscroll-behavior"===e&&("ms"===Ab?Db+"scroll-chaining":e)}},Qb={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},$b={supportedProperty:function(e,t){var n=Qb[e];return!!n&&(Ab+Vb(n)in t&&Db+n)}},eE={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},tE=Object.keys(eE),nE=function(e){return Db+e},rE=[Ib,Mb,Ub,_b,Wb,zb,qb,Gb,Hb,Yb,Kb,Xb,Jb,Zb,$b,{supportedProperty:function(e,t,n){var r=n.multiple;if(tE.indexOf(e)>-1){var o=eE[e];if(!Array.isArray(o))return Ab+Vb(o)in t&&Db+o;if(!r)return!1;for(var i=0;i<o.length;i++)if(!(Ab+Vb(o[0])in t))return!1;return o.map(nE)}return!1}}],oE=rE.filter((function(e){return e.supportedProperty})).map((function(e){return e.supportedProperty})),iE=rE.filter((function(e){return e.noPrefill})).reduce((function(e,t){return e.push.apply(e,bb(t.noPrefill)),e}),[]),aE={};if(Ag){Bb=document.createElement("p");var sE=window.getComputedStyle(document.documentElement,"");for(var uE in sE)isNaN(uE)||(aE[sE[uE]]=sE[uE]);iE.forEach((function(e){return delete aE[e]}))}function cE(e,t){if(void 0===t&&(t={}),!Bb)return e;if("benchmark"!==process.env.NODE_ENV&&null!=aE[e])return aE[e];"transition"!==e&&"transform"!==e||(t[e]=e in Bb.style);for(var n=0;n<oE.length&&(aE[e]=oE[n](e,Bb.style,t),!aE[e]);n++);try{Bb.style[e]=""}catch(e){return!1}return aE[e]}var lE,dE={},fE={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},pE=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function hE(e,t,n){if("var"===t)return"var";if("all"===t)return"all";if("all"===n)return", all";var r=t?cE(t):", "+cE(n);return r||(t||n)}function mE(e,t){var n=t;if(!lE||"content"===e)return t;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=e+n;if("benchmark"!==process.env.NODE_ENV&&null!=dE[r])return dE[r];try{lE.style[e]=n}catch(e){return dE[r]=!1,!1}if(fE[e])n=n.replace(pE,hE);else if(""===lE.style[e]&&("-ms-flex"===(n=Db+n)&&(lE.style[e]="-ms-flexbox"),lE.style[e]=n,""===lE.style[e]))return dE[r]=!1,!1;return lE.style[e]="",dE[r]=n,dE[r]}function vE(){function e(t){for(var n in t){var r=t[n];if("fallbacks"===n&&Array.isArray(r))t[n]=r.map(e);else{var o=!1,i=cE(n);i&&i!==n&&(o=!0);var a=!1,s=mE(i,Vg(r));s&&s!==r&&(a=!0),(o||a)&&(o&&delete t[n],t[i||n]=s||r)}}return t}return{onProcessRule:function(e){if("keyframes"===e.type){var t=e;t.at=function(e){return"-"===e[1]||"ms"===Ab?e:"@"+Db+"keyframes"+e.substr(10)}(t.at)}},onProcessStyle:function(t,n){return"style"!==n.type?t:e(t)},onChangeValue:function(e,t){return mE(t,Vg(e))||e}}}function gE(){return{plugins:[Hy(),$y(),ob(),{onProcessStyle:function(e){if(Array.isArray(e)){for(var t=0;t<e.length;t++)e[t]=lb(e[t]);return e}return lb(e)},onChangeValue:function(e,t,n){if(0===t.indexOf("--"))return e;var r=cb(t);return t===r?e:(n.prop(r,e),null)}},gb(),"undefined"==typeof window?null:vE(),(e=function(e,t){return e.length===t.length?e>t?1:-1:e.length-t.length},{onProcessStyle:function(t,n){if("style"!==n.type)return t;for(var r={},o=Object.keys(t).sort(e),i=0;i<o.length;i++)r[o[i]]=t[o[i]];return r}})]};var e}function yE(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function bE(e={}){const{baseClasses:t,newClasses:n,Component:r}=e;if(!n)return t;const o=xg({},t);return"production"!==process.env.NODE_ENV&&"string"==typeof n?(console.error([`MUI: The value \`${n}\` provided to the classes prop of ${Ws(r)} is incorrect.`,"You might want to use the className prop instead."].join("\n")),t):(Object.keys(n).forEach((e=>{"production"!==process.env.NODE_ENV&&(!t[e]&&n[e]&&console.error([`MUI: The key \`${e}\` provided to the classes prop is not implemented in ${Ws(r)}.`,`You can only override one of the following: ${Object.keys(t).join(",")}.`].join("\n")),n[e]&&"string"!=typeof n[e]&&console.error([`MUI: The key \`${e}\` provided to the classes prop is not valid for ${Ws(r)}.`,`You need to provide a non empty string instead of: ${n[e]}.`].join("\n"))),n[e]&&(o[e]=`${t[e]} ${n[e]}`)})),o)}Ag&&(lE=document.createElement("p"));var EE={set:(e,t,n,r)=>{let o=e.get(t);o||(o=new Map,e.set(t,o)),o.set(n,r)},get:(e,t,n)=>{const r=e.get(t);return r?r.get(n):void 0},delete:(e,t,n)=>{e.get(t).delete(n)}};const wE=["children","injectFirst","disableGeneration"],SE=Uy(gE()),xE={disableGeneration:!1,generateClassName:Sg(),jss:SE,sheetsCache:null,sheetsManager:new Map,sheetsRegistry:null},OE=e.createContext(xE);let CE;function kE(t){const{children:n,injectFirst:r=!1,disableGeneration:o=!1}=t,i=yE(t,wE),a=xg({},e.useContext(OE),{disableGeneration:o},i);if("production"!==process.env.NODE_ENV&&("undefined"!=typeof window||a.sheetsManager||console.error("MUI: You need to use the ServerStyleSheets API when rendering on the server.")),"production"!==process.env.NODE_ENV&&a.jss.options.insertionPoint&&r&&console.error("MUI: You cannot use a custom insertionPoint and <StylesContext injectFirst> at the same time."),"production"!==process.env.NODE_ENV&&r&&i.jss&&console.error("MUI: You cannot use the jss and injectFirst props at the same time."),!a.jss.options.insertionPoint&&r&&"undefined"!=typeof window){if(!CE){const e=document.head;CE=document.createComment("mui-inject-first"),e.insertBefore(CE,e.firstChild)}a.jss=Uy({plugins:gE().plugins,insertionPoint:CE})}return C(OE.Provider,{value:a,children:n})}"production"!==process.env.NODE_ENV&&(OE.displayName="StylesContext"),"production"!==process.env.NODE_ENV&&(kE.propTypes={children:Ko.node,disableGeneration:Ko.bool,generateClassName:Ko.func,injectFirst:Ko.bool,jss:Ko.object,serverGenerateClassName:Ko.func,sheetsCache:Ko.object,sheetsManager:Ko.object,sheetsRegistry:Ko.object}),"production"!==process.env.NODE_ENV&&"production"!==process.env.NODE_ENV&&(kE.propTypes=is(kE.propTypes));let TE=-1e9;const AE=["variant"];function DE(e){return 0===e.length}var NE={};function RE(e){const t="function"==typeof e;return"production"!==process.env.NODE_ENV&&("object"==typeof e||t||console.error(["MUI: The `styles` argument provided is invalid.","You need to provide a function generating the styles or a styles object."].join("\n"))),{create:(n,r)=>{let o;try{o=t?e(n):e}catch(e){throw"production"!==process.env.NODE_ENV&&!0===t&&n===NE&&console.error(["MUI: The `styles` argument provided is invalid.","You are providing a function without a theme in the context.","One of the parent elements needs to use a ThemeProvider."].join("\n")),e}if(!r||!n.components||!n.components[r]||!n.components[r].styleOverrides&&!n.components[r].variants)return o;const i=n.components[r].styleOverrides||{},a=n.components[r].variants||[],s=xg({},o);return Object.keys(i).forEach((e=>{"production"!==process.env.NODE_ENV&&(s[e]||console.warn(["MUI: You are trying to override a style that does not exist.",`Fix the \`${e}\` key of \`theme.components.${r}.styleOverrides\`.`,"",`If you intentionally wanted to add a new key, please use the theme.components[${r}].variants option.`].join("\n"))),s[e]=es(s[e]||{},i[e])})),a.forEach((e=>{const t=function(e){const{variant:t}=e,n=yE(e,AE);let r=t||"";return Object.keys(n).sort().forEach((t=>{r+="color"===t?DE(r)?e[t]:Hs(e[t]):`${DE(r)?t:Hs(t)}${Hs(e[t].toString())}`})),r}(e.props);s[t]=es(s[t]||{},e.style)})),s},options:{}}}const PE=["name","classNamePrefix","Component","defaultTheme"];function IE({state:e,theme:t,stylesOptions:n,stylesCreator:r,name:o},i){if(n.disableGeneration)return;let a=EE.get(n.sheetsManager,r,t);a||(a={refs:0,staticSheet:null,dynamicStyles:null},EE.set(n.sheetsManager,r,t,a));const s=xg({},r.options,n,{theme:t,flip:"boolean"==typeof n.flip?n.flip:"rtl"===t.direction});s.generateId=s.serverGenerateClassName||s.generateClassName;const u=n.sheetsRegistry;if(0===a.refs){let e;n.sheetsCache&&(e=EE.get(n.sheetsCache,r,t));const i=r.create(t,o);e||(e=n.jss.createStyleSheet(i,xg({link:!1},s)),e.attach(),n.sheetsCache&&EE.set(n.sheetsCache,r,t,e)),u&&u.add(e),a.staticSheet=e,a.dynamicStyles=Wy(i)}if(a.dynamicStyles){const t=n.jss.createStyleSheet(a.dynamicStyles,xg({link:!0},s));t.update(i),t.attach(),e.dynamicSheet=t,e.classes=bE({baseClasses:a.staticSheet.classes,newClasses:t.classes}),u&&u.add(t)}else e.classes=a.staticSheet.classes;a.refs+=1}function ME(t,n={}){const{name:r,classNamePrefix:o,Component:i,defaultTheme:a=NE}=n,s=yE(n,PE),u=RE(t),c=r||o||"makeStyles";u.options={index:(TE+=1,"production"!==process.env.NODE_ENV&&TE>=0&&console.warn(["MUI: You might have a memory leak.","The indexCounter is not supposed to grow that much."].join("\n")),TE),name:r,meta:c,classNamePrefix:c};return(t={})=>{const n=Jc()||a,o=xg({},e.useContext(OE),s),c=e.useRef(),l=e.useRef();!function(t,n){const r=e.useRef([]);let o;const i=e.useMemo((()=>({})),n);r.current!==i&&(r.current=i,o=t()),e.useEffect((()=>()=>{o&&o()}),[i])}((()=>{const e={name:r,state:{},stylesCreator:u,stylesOptions:o,theme:n};return IE(e,t),l.current=!1,c.current=e,()=>{!function({state:e,theme:t,stylesOptions:n,stylesCreator:r}){if(n.disableGeneration)return;const o=EE.get(n.sheetsManager,r,t);o.refs-=1;const i=n.sheetsRegistry;0===o.refs&&(EE.delete(n.sheetsManager,r,t),n.jss.removeStyleSheet(o.staticSheet),i&&i.remove(o.staticSheet)),e.dynamicSheet&&(n.jss.removeStyleSheet(e.dynamicSheet),i&&i.remove(e.dynamicSheet))}(e)}}),[n,u]),e.useEffect((()=>{l.current&&function({state:e},t){e.dynamicSheet&&e.dynamicSheet.update(t)}(c.current,t),l.current=!0}));const d=function({state:e,stylesOptions:t},n,r){if(t.disableGeneration)return n||{};e.cacheClasses||(e.cacheClasses={value:null,lastProp:null,lastJSS:{}});let o=!1;return e.classes!==e.cacheClasses.lastJSS&&(e.cacheClasses.lastJSS=e.classes,o=!0),n!==e.cacheClasses.lastProp&&(e.cacheClasses.lastProp=n,o=!0),o&&(e.cacheClasses.value=bE({baseClasses:e.cacheClasses.lastJSS,newClasses:n,Component:r})),e.cacheClasses.value}(c.current,t.classes,i);if("production"!==process.env.NODE_ENV&&e.useDebugValue(d),"production"!==process.env.NODE_ENV){const e=["MuiAvatar","MuiBadge","MuiButton","MuiButtonGroup","MuiChip","MuiDivider","MuiFab","MuiPaper","MuiToolbar","MuiTypography","MuiAlert","MuiPagination","MuiPaginationItem","MuiSkeleton","MuiTimelineDot"];r&&e.indexOf(r)>=0&&t.variant&&!d[t.variant]&&console.error([`MUI: You are using a variant value \`${t.variant}\` for which you didn't define styles.`,"Please create a new variant matcher in your theme for this variant. To learn more about matchers visit https://mui.com/r/custom-component-variants."].join("\n"))}return d}}var jE="production"!==process.env.NODE_ENV?{0:"Invalid value for configuration 'enforceActions', expected 'never', 'always' or 'observed'",1:function(e,t){return"Cannot apply '"+e+"' to '"+t.toString()+"': Field not found."},5:"'keys()' can only be used on observable objects, arrays, sets and maps",6:"'values()' can only be used on observable objects, arrays, sets and maps",7:"'entries()' can only be used on observable objects, arrays and maps",8:"'set()' can only be used on observable objects, arrays and maps",9:"'remove()' can only be used on observable objects, arrays and maps",10:"'has()' can only be used on observable objects, arrays and maps",11:"'get()' can only be used on observable objects, arrays and maps",12:"Invalid annotation",13:"Dynamic observable objects cannot be frozen",14:"Intercept handlers should return nothing or a change object",15:"Observable arrays cannot be frozen",16:"Modification exception: the internal structure of an observable array was changed.",17:function(e,t){return"[mobx.array] Index out of bounds, "+e+" is larger than "+t},18:"mobx.map requires Map polyfill for the current browser. Check babel-polyfill or core-js/es6/map.js",19:function(e){return"Cannot initialize from classes that inherit from Map: "+e.constructor.name},20:function(e){return"Cannot initialize map from "+e},21:function(e){return"Cannot convert to map from '"+e+"'"},22:"mobx.set requires Set polyfill for the current browser. Check babel-polyfill or core-js/es6/set.js",23:"It is not possible to get index atoms from arrays",24:function(e){return"Cannot obtain administration from "+e},25:function(e,t){return"the entry '"+e+"' does not exist in the observable map '"+t+"'"},26:"please specify a property",27:function(e,t){return"no observable property '"+e.toString()+"' found on the observable object '"+t+"'"},28:function(e){return"Cannot obtain atom from "+e},29:"Expecting some object",30:"invalid action stack. did you forget to finish an action?",31:"missing option for computed: get",32:function(e,t){return"Cycle detected in computation "+e+": "+t},33:function(e){return"The setter of computed value '"+e+"' is trying to update itself. Did you intend to update an _observable_ value, instead of the computed property?"},34:function(e){return"[ComputedValue '"+e+"'] It is not possible to assign a new value to a computed value."},35:"There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`",36:"isolateGlobalState should be called before MobX is running any reactions",37:function(e){return"[mobx] `observableArray."+e+"()` mutates the array in-place, which is not allowed inside a derivation. Use `array.slice()."+e+"()` instead"},38:"'ownKeys()' can only be used on observable objects",39:"'defineProperty()' can only be used on observable objects"}:{};function LE(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];if("production"!==process.env.NODE_ENV){var o="string"==typeof e?e:jE[e];throw"function"==typeof o&&(o=o.apply(null,n)),new Error("[MobX] "+o)}throw new Error("number"==typeof e?"[MobX] minified error nr: "+e+(n.length?" "+n.map(String).join(","):"")+". Find the full error at: https://github.com/mobxjs/mobx/blob/main/packages/mobx/src/errors.ts":"[MobX] "+e)}var FE={};function VE(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:FE}var BE=Object.assign,UE=Object.getOwnPropertyDescriptor,_E=Object.defineProperty,WE=Object.prototype,zE=[];Object.freeze(zE);var qE={};Object.freeze(qE);var GE="undefined"!=typeof Proxy,HE=Object.toString();function YE(){GE||LE("production"!==process.env.NODE_ENV?"`Proxy` objects are not available in the current environment. Please configure MobX to enable a fallback implementation.`":"Proxy not available")}function KE(e){"production"!==process.env.NODE_ENV&&YS.verifyProxies&&LE("MobX is currently configured to be able to run in ES5 mode, but in ES5 MobX won't be able to "+e)}function XE(){return++YS.mobxGuid}function JE(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}var ZE=function(){};function QE(e){return"function"==typeof e}function $E(e){switch(typeof e){case"string":case"symbol":case"number":return!0}return!1}function ew(e){return null!==e&&"object"==typeof e}function tw(e){var t;if(!ew(e))return!1;var n=Object.getPrototypeOf(e);return null==n||(null==(t=n.constructor)?void 0:t.toString())===HE}function nw(e){var t=null==e?void 0:e.constructor;return!!t&&("GeneratorFunction"===t.name||"GeneratorFunction"===t.displayName)}function rw(e,t,n){_E(e,t,{enumerable:!1,writable:!0,configurable:!0,value:n})}function ow(e,t,n){_E(e,t,{enumerable:!1,writable:!1,configurable:!0,value:n})}function iw(e,t){var n="isMobX"+e;return t.prototype[n]=!0,function(e){return ew(e)&&!0===e[n]}}function aw(e){return e instanceof Map}function sw(e){return e instanceof Set}var uw=void 0!==Object.getOwnPropertySymbols;var cw="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:uw?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames;function lw(e){return"string"==typeof e?e:"symbol"==typeof e?e.toString():new String(e).toString()}function dw(e){return null===e?null:"object"==typeof e?""+e:e}function fw(e,t){return WE.hasOwnProperty.call(e,t)}var pw=Object.getOwnPropertyDescriptors||function(e){var t={};return cw(e).forEach((function(n){t[n]=UE(e,n)})),t};function hw(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function mw(e,t,n){return t&&hw(e.prototype,t),n&&hw(e,n),e}function vw(){return(vw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function gw(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function yw(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function bw(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ew(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return bw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?bw(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}var ww=Symbol("mobx-stored-annotations");function Sw(e){return Object.assign((function(t,n){xw(t,n,e)}),e)}function xw(e,t,n){(fw(e,ww)||rw(e,ww,vw({},e[ww])),"production"!==process.env.NODE_ENV&&Pw(n)&&!fw(e[ww],t))&&LE("'"+(e.constructor.name+".prototype."+t.toString())+"' is decorated with 'override', but no such decorated member was found on prototype.");!function(e,t,n){if("production"!==process.env.NODE_ENV&&!Pw(t)&&fw(e[ww],n)){var r=e.constructor.name+".prototype."+n.toString(),o=e[ww][n].annotationType_;LE("Cannot apply '@"+t.annotationType_+"' to '"+r+"':\nThe field is already decorated with '@"+o+"'.\nRe-decorating fields is not allowed.\nUse '@override' decorator for methods overriden by subclass.")}}(e,n,t),Pw(n)||(e[ww][t]=n)}var Ow=Symbol("mobx administration"),Cw=function(){function e(e){void 0===e&&(e="production"!==process.env.NODE_ENV?"Atom@"+XE():"Atom"),this.name_=void 0,this.isPendingUnobservation_=!1,this.isBeingObserved_=!1,this.observers_=new Set,this.diffValue_=0,this.lastAccessedBy_=0,this.lowestObserverState_=TS.NOT_TRACKING_,this.onBOL=void 0,this.onBUOL=void 0,this.name_=e}var t=e.prototype;return t.onBO=function(){this.onBOL&&this.onBOL.forEach((function(e){return e()}))},t.onBUO=function(){this.onBUOL&&this.onBUOL.forEach((function(e){return e()}))},t.reportObserved=function(){return $S(this)},t.reportChanged=function(){ZS(),ex(this),QS()},t.toString=function(){return this.name_},e}(),kw=iw("Atom",Cw);function Tw(e,t,n){void 0===t&&(t=ZE),void 0===n&&(n=ZE);var r=new Cw(e);return t!==ZE&&Ax(r,t),n!==ZE&&Dx(r,n),r}var Aw={identity:function(e,t){return e===t},structural:function(e,t){return lC(e,t)},default:function(e,t){return Object.is?Object.is(e,t):e===t?0!==e||1/e==1/t:e!=e&&t!=t},shallow:function(e,t){return lC(e,t,1)}};function Dw(e,t,n){return Kx(e)?e:Array.isArray(e)?uS.array(e,{name:n}):tw(e)?uS.object(e,void 0,{name:n}):aw(e)?uS.map(e,{name:n}):sw(e)?uS.set(e,{name:n}):"function"!=typeof e||xx(e)||Wx(e)?e:nw(e)?Ux(e):wx(n,e)}function Nw(e){return e}var Rw=Sw({annotationType_:"override",make_:function(e,t){"production"!==process.env.NODE_ENV&&e.isPlainObject_&&LE("Cannot apply '"+this.annotationType_+"' to '"+e.name_+"."+t.toString()+"':\n'"+this.annotationType_+"' cannot be used on plain objects.");"production"===process.env.NODE_ENV||fw(e.appliedAnnotations_,t)||LE("'"+e.name_+"."+t.toString()+"' is annotated with '"+this.annotationType_+"', but no such annotated member was found on prototype.");return 0},extend_:function(e,t,n,r){LE("'"+this.annotationType_+"' can only be used with 'makeObservable'")}});function Pw(e){return"override"===e.annotationType_}function Iw(e,t){return{annotationType_:e,options_:t,make_:Mw,extend_:jw}}function Mw(e,t,n,r){var o;if(null==(o=this.options_)?void 0:o.bound)return null===this.extend_(e,t,n,!1)?0:1;if(r===e.target_)return null===this.extend_(e,t,n,!1)?0:2;if(xx(n.value))return 1;var i=Lw(e,this,t,n,!1);return _E(r,t,i),2}function jw(e,t,n,r){var o=Lw(e,this,t,n);return e.defineProperty_(t,o,r)}function Lw(e,t,n,r,o){var i,a,s,u,c,l,d;void 0===o&&(o=YS.safeDescriptors),function(e,t,n,r){var o=t.annotationType_,i=r.value;"production"===process.env.NODE_ENV||QE(i)||LE("Cannot apply '"+o+"' to '"+e.name_+"."+n.toString()+"':\n'"+o+"' can only be used on properties with a function value.")}(e,t,n,r);var f,p=r.value;(null==(i=t.options_)?void 0:i.bound)&&(p=p.bind(null!=(f=e.proxy_)?f:e.target_));return{value:gS(null!=(a=null==(s=t.options_)?void 0:s.name)?a:n.toString(),p,null!=(u=null==(c=t.options_)?void 0:c.autoAction)&&u,(null==(l=t.options_)?void 0:l.bound)?null!=(d=e.proxy_)?d:e.target_:void 0),configurable:!o||e.isPlainObject_,enumerable:!1,writable:!o}}function Fw(e,t){return{annotationType_:e,options_:t,make_:Vw,extend_:Bw}}function Vw(e,t,n,r){var o;if(r===e.target_)return null===this.extend_(e,t,n,!1)?0:2;if((null==(o=this.options_)?void 0:o.bound)&&!Wx(e.target_[t])&&null===this.extend_(e,t,n,!1))return 0;if(Wx(n.value))return 1;var i=Uw(e,this,t,n,!1,!1);return _E(r,t,i),2}function Bw(e,t,n,r){var o,i=Uw(e,this,t,n,null==(o=this.options_)?void 0:o.bound);return e.defineProperty_(t,i,r)}function Uw(e,t,n,r,o,i){void 0===i&&(i=YS.safeDescriptors),function(e,t,n,r){var o=t.annotationType_,i=r.value;"production"===process.env.NODE_ENV||QE(i)||LE("Cannot apply '"+o+"' to '"+e.name_+"."+n.toString()+"':\n'"+o+"' can only be used on properties with a generator function value.")}(e,t,n,r);var a,s=r.value;o&&(s=s.bind(null!=(a=e.proxy_)?a:e.target_));return{value:Ux(s),configurable:!i||e.isPlainObject_,enumerable:!1,writable:!i}}function _w(e,t){return{annotationType_:e,options_:t,make_:Ww,extend_:zw}}function Ww(e,t,n){return null===this.extend_(e,t,n,!1)?0:1}function zw(e,t,n,r){return function(e,t,n,r){var o=t.annotationType_,i=r.get;"production"===process.env.NODE_ENV||i||LE("Cannot apply '"+o+"' to '"+e.name_+"."+n.toString()+"':\n'"+o+"' can only be used on getter(+setter) properties.")}(e,this,t,n),e.defineComputedProperty_(t,vw({},this.options_,{get:n.get,set:n.set}),r)}function qw(e,t){return{annotationType_:e,options_:t,make_:Gw,extend_:Hw}}function Gw(e,t,n){return null===this.extend_(e,t,n,!1)?0:1}function Hw(e,t,n,r){var o,i;return function(e,t,n,r){var o=t.annotationType_;"production"===process.env.NODE_ENV||"value"in r||LE("Cannot apply '"+o+"' to '"+e.name_+"."+n.toString()+"':\n'"+o+"' cannot be used on getter/setter properties")}(e,this,t,n),e.defineObservableProperty_(t,n.value,null!=(o=null==(i=this.options_)?void 0:i.enhancer)?o:Dw,r)}var Yw=Kw();function Kw(e){return{annotationType_:"true",options_:e,make_:Xw,extend_:Jw}}function Xw(e,t,n,r){var o,i,a,s;if(n.get)return dS.make_(e,t,n,r);if(n.set){var u=gS(t.toString(),n.set);return r===e.target_?null===e.defineProperty_(t,{configurable:!YS.safeDescriptors||e.isPlainObject_,set:u})?0:2:(_E(r,t,{configurable:!0,set:u}),2)}if(r!==e.target_&&"function"==typeof n.value)return nw(n.value)?((null==(s=this.options_)?void 0:s.autoBind)?Ux.bound:Ux).make_(e,t,n,r):((null==(a=this.options_)?void 0:a.autoBind)?wx.bound:wx).make_(e,t,n,r);var c,l=!1===(null==(o=this.options_)?void 0:o.deep)?uS.ref:uS;"function"==typeof n.value&&(null==(i=this.options_)?void 0:i.autoBind)&&(n.value=n.value.bind(null!=(c=e.proxy_)?c:e.target_));return l.make_(e,t,n,r)}function Jw(e,t,n,r){var o,i,a;if(n.get)return dS.extend_(e,t,n,r);if(n.set)return e.defineProperty_(t,{configurable:!YS.safeDescriptors||e.isPlainObject_,set:gS(t.toString(),n.set)},r);"function"==typeof n.value&&(null==(o=this.options_)?void 0:o.autoBind)&&(n.value=n.value.bind(null!=(a=e.proxy_)?a:e.target_));return(!1===(null==(i=this.options_)?void 0:i.deep)?uS.ref:uS).extend_(e,t,n,r)}var Zw={deep:!0,name:void 0,defaultDecorator:void 0,proxy:!0};function Qw(e){return e||Zw}Object.freeze(Zw);var $w=qw("observable"),eS=qw("observable.ref",{enhancer:Nw}),tS=qw("observable.shallow",{enhancer:function(e,t,n){return null==e||XO(e)||MO(e)||UO(e)||zO(e)?e:Array.isArray(e)?uS.array(e,{name:n,deep:!1}):tw(e)?uS.object(e,void 0,{name:n,deep:!1}):aw(e)?uS.map(e,{name:n,deep:!1}):sw(e)?uS.set(e,{name:n,deep:!1}):void("production"!==process.env.NODE_ENV&&LE("The shallow modifier / decorator can only used in combination with arrays, objects, maps and sets"))}}),nS=qw("observable.struct",{enhancer:function(e,t){return"production"!==process.env.NODE_ENV&&Kx(e)&&LE("observable.struct should not be used with observable values"),lC(e,t)?t:e}}),rS=Sw($w);function oS(e){return!0===e.deep?Dw:!1===e.deep?Nw:(t=e.defaultDecorator)&&null!=(n=null==(r=t.options_)?void 0:r.enhancer)?n:Dw;var t,n,r}function iS(e,t,n){if(!$E(t))return Kx(e)?e:tw(e)?uS.object(e,t,n):Array.isArray(e)?uS.array(e,t):aw(e)?uS.map(e,t):sw(e)?uS.set(e,t):"object"==typeof e&&null!==e?e:uS.box(e,t);xw(e,t,$w)}Object.assign(iS,rS);var aS,sS,uS=BE(iS,{box:function(e,t){var n=Qw(t);return new CS(e,oS(n),n.name,!0,n.equals)},array:function(e,t){var n=Qw(t);return(!1===YS.useProxies||!1===n.proxy?iC:CO)(e,oS(n),n.name)},map:function(e,t){var n=Qw(t);return new BO(e,oS(n),n.name)},set:function(e,t){var n=Qw(t);return new WO(e,oS(n),n.name)},object:function(e,t,n){return Px(!1===YS.useProxies||!1===(null==n?void 0:n.proxy)?HO({},n):function(e,t){var n,r;return YE(),e=HO(e,t),null!=(r=(n=e[Ow]).proxy_)?r:n.proxy_=new Proxy(e,pO)}({},n),e,t)},ref:Sw(eS),shallow:Sw(tS),deep:rS,struct:Sw(nS)}),cS=_w("computed"),lS=_w("computed.struct",{equals:Aw.structural}),dS=function(e,t){if($E(t))return xw(e,t,cS);if(tw(e))return Sw(_w("computed",e));"production"!==process.env.NODE_ENV&&(QE(e)||LE("First argument to `computed` should be an expression."),QE(t)&&LE("A setter as second argument is no longer supported, use `{ set: fn }` option instead"));var n=tw(t)?t:{};return n.get=e,n.name||(n.name=e.name||""),new DS(n)};Object.assign(dS,cS),dS.struct=Sw(lS);var fS,pS=0,hS=1,mS=null!=(aS=null==(sS=UE((function(){}),"name"))?void 0:sS.configurable)&&aS,vS={value:"action",configurable:!0,writable:!1,enumerable:!1};function gS(e,t,n,r){function o(){return yS(e,n,t,r||this,arguments)}return void 0===n&&(n=!1),"production"!==process.env.NODE_ENV&&(QE(t)||LE("`action` can only be invoked on functions"),"string"==typeof e&&e||LE("actions should have valid names, got: '"+e+"'")),o.isMobxAction=!0,mS&&(vS.value=e,Object.defineProperty(o,"name",vS)),o}function yS(e,t,n,r,o){var i=bS(e,t,r,o);try{return n.apply(r,o)}catch(e){throw i.error_=e,e}finally{ES(i)}}function bS(e,t,n,r){var o="production"!==process.env.NODE_ENV&&ux()&&!!e,i=0;if("production"!==process.env.NODE_ENV&&o){i=Date.now();var a=r?Array.from(r):zE;lx({type:hx,name:e,object:n,arguments:a})}var s=YS.trackingDerivation,u=!t||!s;ZS();var c=YS.allowStateChanges;u&&(VS(),c=SS(!0));var l={runAsAction_:u,prevDerivation_:s,prevAllowStateChanges_:c,prevAllowStateReads_:US(!0),notifySpy_:o,startTime_:i,actionId_:hS++,parentActionId_:pS};return pS=l.actionId_,l}function ES(e){pS!==e.actionId_&&LE(30),pS=e.parentActionId_,void 0!==e.error_&&(YS.suppressReactionErrors=!0),xS(e.prevAllowStateChanges_),_S(e.prevAllowStateReads_),QS(),e.runAsAction_&&BS(e.prevDerivation_),"production"!==process.env.NODE_ENV&&e.notifySpy_&&fx({time:Date.now()-e.startTime_}),YS.suppressReactionErrors=!1}function wS(e,t){var n=SS(e);try{return t()}finally{xS(n)}}function SS(e){var t=YS.allowStateChanges;return YS.allowStateChanges=e,t}function xS(e){YS.allowStateChanges=e}fS=Symbol.toPrimitive;var OS,CS=function(e){function t(t,n,r,o,i){var a;return void 0===r&&(r="production"!==process.env.NODE_ENV?"ObservableValue@"+XE():"ObservableValue"),void 0===o&&(o=!0),void 0===i&&(i=Aw.default),(a=e.call(this,r)||this).enhancer=void 0,a.name_=void 0,a.equals=void 0,a.hasUnreportedChange_=!1,a.interceptors_=void 0,a.changeListeners_=void 0,a.value_=void 0,a.dehancer=void 0,a.enhancer=n,a.name_=r,a.equals=i,a.value_=n(t,void 0,r),"production"!==process.env.NODE_ENV&&o&&ux()&&cx({type:"create",object:yw(a),observableKind:"value",debugObjectName:a.name_,newValue:""+a.value_}),a}gw(t,e);var n=t.prototype;return n.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},n.set=function(e){var t=this.value_;if((e=this.prepareNewValue_(e))!==YS.UNCHANGED){var n=ux();"production"!==process.env.NODE_ENV&&n&&lx({type:SO,object:this,observableKind:"value",debugObjectName:this.name_,newValue:e,oldValue:t}),this.setNewValue_(e),"production"!==process.env.NODE_ENV&&n&&fx()}},n.prepareNewValue_=function(e){if(MS(this),hO(this)){var t=vO(this,{object:this,type:SO,newValue:e});if(!t)return YS.UNCHANGED;e=t.newValue}return e=this.enhancer(e,this.value_,this.name_),this.equals(this.value_,e)?YS.UNCHANGED:e},n.setNewValue_=function(e){var t=this.value_;this.value_=e,this.reportChanged(),gO(this)&&bO(this,{type:SO,object:this,newValue:e,oldValue:t})},n.get=function(){return this.reportObserved(),this.dehanceValue(this.value_)},n.intercept_=function(e){return mO(this,e)},n.observe_=function(e,t){return t&&e({observableKind:"value",debugObjectName:this.name_,object:this,type:SO,newValue:this.value_,oldValue:void 0}),yO(this,e)},n.raw=function(){return this.value_},n.toJSON=function(){return this.get()},n.toString=function(){return this.name_+"["+this.value_+"]"},n.valueOf=function(){return dw(this.get())},n[fS]=function(){return this.valueOf()},t}(Cw),kS=iw("ObservableValue",CS);OS=Symbol.toPrimitive;var TS,AS,DS=function(){function e(e){this.dependenciesState_=TS.NOT_TRACKING_,this.observing_=[],this.newObserving_=null,this.isBeingObserved_=!1,this.isPendingUnobservation_=!1,this.observers_=new Set,this.diffValue_=0,this.runId_=0,this.lastAccessedBy_=0,this.lowestObserverState_=TS.UP_TO_DATE_,this.unboundDepsCount_=0,this.value_=new RS(null),this.name_=void 0,this.triggeredBy_=void 0,this.isComputing_=!1,this.isRunningSetter_=!1,this.derivation=void 0,this.setter_=void 0,this.isTracing_=AS.NONE,this.scope_=void 0,this.equals_=void 0,this.requiresReaction_=void 0,this.keepAlive_=void 0,this.onBOL=void 0,this.onBUOL=void 0,e.get||LE(31),this.derivation=e.get,this.name_=e.name||("production"!==process.env.NODE_ENV?"ComputedValue@"+XE():"ComputedValue"),e.set&&(this.setter_=gS("production"!==process.env.NODE_ENV?this.name_+"-setter":"ComputedValue-setter",e.set)),this.equals_=e.equals||(e.compareStructural||e.struct?Aw.structural:Aw.default),this.scope_=e.context,this.requiresReaction_=!!e.requiresReaction,this.keepAlive_=!!e.keepAlive}var t=e.prototype;return t.onBecomeStale_=function(){!function(e){if(e.lowestObserverState_!==TS.UP_TO_DATE_)return;e.lowestObserverState_=TS.POSSIBLY_STALE_,e.observers_.forEach((function(e){e.dependenciesState_===TS.UP_TO_DATE_&&(e.dependenciesState_=TS.POSSIBLY_STALE_,e.onBecomeStale_())}))}(this)},t.onBO=function(){this.onBOL&&this.onBOL.forEach((function(e){return e()}))},t.onBUO=function(){this.onBUOL&&this.onBUOL.forEach((function(e){return e()}))},t.get=function(){if(this.isComputing_&&LE(32,this.name_,this.derivation),0!==YS.inBatch||0!==this.observers_.size||this.keepAlive_){if($S(this),IS(this)){var e=YS.trackingContext;this.keepAlive_&&!e&&(YS.trackingContext=this),this.trackAndCompute()&&function(e){if(e.lowestObserverState_===TS.STALE_)return;e.lowestObserverState_=TS.STALE_,e.observers_.forEach((function(t){t.dependenciesState_===TS.POSSIBLY_STALE_?(t.dependenciesState_=TS.STALE_,"production"!==process.env.NODE_ENV&&t.isTracing_!==AS.NONE&&tx(t,e)):t.dependenciesState_===TS.UP_TO_DATE_&&(e.lowestObserverState_=TS.UP_TO_DATE_)}))}(this),YS.trackingContext=e}}else IS(this)&&(this.warnAboutUntrackedRead_(),ZS(),this.value_=this.computeValue_(!1),QS());var t=this.value_;if(PS(t))throw t.cause;return t},t.set=function(e){if(this.setter_){this.isRunningSetter_&&LE(33,this.name_),this.isRunningSetter_=!0;try{this.setter_.call(this.scope_,e)}finally{this.isRunningSetter_=!1}}else LE(34,this.name_)},t.trackAndCompute=function(){var e=this.value_,t=this.dependenciesState_===TS.NOT_TRACKING_,n=this.computeValue_(!0),r=t||PS(e)||PS(n)||!this.equals_(e,n);return r&&(this.value_=n,"production"!==process.env.NODE_ENV&&ux()&&cx({observableKind:"computed",debugObjectName:this.name_,object:this.scope_,type:"update",oldValue:e,newValue:n})),r},t.computeValue_=function(e){this.isComputing_=!0;var t,n=SS(!1);if(e)t=jS(this,this.derivation,this.scope_);else if(!0===YS.disableErrorBoundaries)t=this.derivation.call(this.scope_);else try{t=this.derivation.call(this.scope_)}catch(e){t=new RS(e)}return xS(n),this.isComputing_=!1,t},t.suspend_=function(){this.keepAlive_||(LS(this),this.value_=void 0,"production"!==process.env.NODE_ENV&&this.isTracing_!==AS.NONE&&console.log("[mobx.trace] Computed value '"+this.name_+"' was suspended and it will recompute on the next access."))},t.observe_=function(e,t){var n=this,r=!0,o=void 0;return Ox((function(){var i=n.get();if(!r||t){var a=VS();e({observableKind:"computed",debugObjectName:n.name_,type:SO,object:n,newValue:i,oldValue:o}),BS(a)}r=!1,o=i}))},t.warnAboutUntrackedRead_=function(){"production"!==process.env.NODE_ENV&&(this.isTracing_!==AS.NONE&&console.log("[mobx.trace] Computed value '"+this.name_+"' is being read outside a reactive context. Doing a full recompute."),(YS.computedRequiresReaction||this.requiresReaction_)&&console.warn("[mobx] Computed value '"+this.name_+"' is being read outside a reactive context. Doing a full recompute."))},t.toString=function(){return this.name_+"["+this.derivation.toString()+"]"},t.valueOf=function(){return dw(this.get())},t[OS]=function(){return this.valueOf()},e}(),NS=iw("ComputedValue",DS);!function(e){e[e.NOT_TRACKING_=-1]="NOT_TRACKING_",e[e.UP_TO_DATE_=0]="UP_TO_DATE_",e[e.POSSIBLY_STALE_=1]="POSSIBLY_STALE_",e[e.STALE_=2]="STALE_"}(TS||(TS={})),function(e){e[e.NONE=0]="NONE",e[e.LOG=1]="LOG",e[e.BREAK=2]="BREAK"}(AS||(AS={}));var RS=function(e){this.cause=void 0,this.cause=e};function PS(e){return e instanceof RS}function IS(e){switch(e.dependenciesState_){case TS.UP_TO_DATE_:return!1;case TS.NOT_TRACKING_:case TS.STALE_:return!0;case TS.POSSIBLY_STALE_:for(var t=US(!0),n=VS(),r=e.observing_,o=r.length,i=0;i<o;i++){var a=r[i];if(NS(a)){if(YS.disableErrorBoundaries)a.get();else try{a.get()}catch(e){return BS(n),_S(t),!0}if(e.dependenciesState_===TS.STALE_)return BS(n),_S(t),!0}}return WS(e),BS(n),_S(t),!1}}function MS(e){if("production"!==process.env.NODE_ENV){var t=e.observers_.size>0;YS.allowStateChanges||!t&&"always"!==YS.enforceActions||console.warn("[MobX] "+(YS.enforceActions?"Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: ":"Side effects like changing state are not allowed at this point. Are you trying to modify state from, for example, a computed value or the render function of a React component? You can wrap side effects in 'runInAction' (or decorate functions with 'action') if needed. Tried to modify: ")+e.name_)}}function jS(e,t,n){var r=US(!0);WS(e),e.newObserving_=new Array(e.observing_.length+100),e.unboundDepsCount_=0,e.runId_=++YS.runId;var o,i=YS.trackingDerivation;if(YS.trackingDerivation=e,YS.inBatch++,!0===YS.disableErrorBoundaries)o=t.call(n);else try{o=t.call(n)}catch(e){o=new RS(e)}return YS.inBatch--,YS.trackingDerivation=i,function(e){for(var t=e.observing_,n=e.observing_=e.newObserving_,r=TS.UP_TO_DATE_,o=0,i=e.unboundDepsCount_,a=0;a<i;a++){var s=n[a];0===s.diffValue_&&(s.diffValue_=1,o!==a&&(n[o]=s),o++),s.dependenciesState_>r&&(r=s.dependenciesState_)}n.length=o,e.newObserving_=null,i=t.length;for(;i--;){var u=t[i];0===u.diffValue_&&XS(u,e),u.diffValue_=0}for(;o--;){var c=n[o];1===c.diffValue_&&(c.diffValue_=0,KS(c,e))}r!==TS.UP_TO_DATE_&&(e.dependenciesState_=r,e.onBecomeStale_())}(e),function(e){if("production"===process.env.NODE_ENV)return;if(0!==e.observing_.length)return;(YS.reactionRequiresObservable||e.requiresObservable_)&&console.warn("[mobx] Derivation '"+e.name_+"' is created/updated without reading any observable value.")}(e),_S(r),o}function LS(e){var t=e.observing_;e.observing_=[];for(var n=t.length;n--;)XS(t[n],e);e.dependenciesState_=TS.NOT_TRACKING_}function FS(e){var t=VS();try{return e()}finally{BS(t)}}function VS(){var e=YS.trackingDerivation;return YS.trackingDerivation=null,e}function BS(e){YS.trackingDerivation=e}function US(e){var t=YS.allowStateReads;return YS.allowStateReads=e,t}function _S(e){YS.allowStateReads=e}function WS(e){if(e.dependenciesState_!==TS.UP_TO_DATE_){e.dependenciesState_=TS.UP_TO_DATE_;for(var t=e.observing_,n=t.length;n--;)t[n].lowestObserverState_=TS.UP_TO_DATE_}}var zS=["mobxGuid","spyListeners","enforceActions","computedRequiresReaction","reactionRequiresObservable","observableRequiresReaction","allowStateReads","disableErrorBoundaries","runId","UNCHANGED","useProxies"],qS=function(){this.version=6,this.UNCHANGED={},this.trackingDerivation=null,this.trackingContext=null,this.runId=0,this.mobxGuid=0,this.inBatch=0,this.pendingUnobservations=[],this.pendingReactions=[],this.isRunningReactions=!1,this.allowStateChanges=!1,this.allowStateReads=!0,this.enforceActions=!0,this.spyListeners=[],this.globalReactionErrorHandlers=[],this.computedRequiresReaction=!1,this.reactionRequiresObservable=!1,this.observableRequiresReaction=!1,this.disableErrorBoundaries=!1,this.suppressReactionErrors=!1,this.useProxies=!0,this.verifyProxies=!1,this.safeDescriptors=!0},GS=!0,HS=!1,YS=function(){var e=VE();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&(GS=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new qS).version&&(GS=!1),GS?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals.UNCHANGED||(e.__mobxGlobals.UNCHANGED={}),e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new qS):(setTimeout((function(){HS||LE(35)}),1),new qS)}();function KS(e,t){e.observers_.add(t),e.lowestObserverState_>t.dependenciesState_&&(e.lowestObserverState_=t.dependenciesState_)}function XS(e,t){e.observers_.delete(t),0===e.observers_.size&&JS(e)}function JS(e){!1===e.isPendingUnobservation_&&(e.isPendingUnobservation_=!0,YS.pendingUnobservations.push(e))}function ZS(){YS.inBatch++}function QS(){if(0==--YS.inBatch){ix();for(var e=YS.pendingUnobservations,t=0;t<e.length;t++){var n=e[t];n.isPendingUnobservation_=!1,0===n.observers_.size&&(n.isBeingObserved_&&(n.isBeingObserved_=!1,n.onBUO()),n instanceof DS&&n.suspend_())}YS.pendingUnobservations=[]}}function $S(e){!function(e){"production"!==process.env.NODE_ENV&&!YS.allowStateReads&&YS.observableRequiresReaction&&console.warn("[mobx] Observable '"+e.name_+"' being read outside a reactive context.")}(e);var t=YS.trackingDerivation;return null!==t?(t.runId_!==e.lastAccessedBy_&&(e.lastAccessedBy_=t.runId_,t.newObserving_[t.unboundDepsCount_++]=e,!e.isBeingObserved_&&YS.trackingContext&&(e.isBeingObserved_=!0,e.onBO())),!0):(0===e.observers_.size&&YS.inBatch>0&&JS(e),!1)}function ex(e){e.lowestObserverState_!==TS.STALE_&&(e.lowestObserverState_=TS.STALE_,e.observers_.forEach((function(t){t.dependenciesState_===TS.UP_TO_DATE_&&("production"!==process.env.NODE_ENV&&t.isTracing_!==AS.NONE&&tx(t,e),t.onBecomeStale_()),t.dependenciesState_=TS.STALE_})))}function tx(e,t){if(console.log("[mobx.trace] '"+e.name_+"' is invalidated due to a change in: '"+t.name_+"'"),e.isTracing_===AS.BREAK){var n=[];nx(Ix(e),n,1),new Function("debugger;\n/*\nTracing '"+e.name_+"'\n\nYou are entering this break point because derivation '"+e.name_+"' is being traced and '"+t.name_+"' is now forcing it to update.\nJust follow the stacktrace you should now see in the devtools to see precisely what piece of your code is causing this update\nThe stackframe you are looking for is at least ~6-8 stack-frames up.\n\n"+(e instanceof DS?e.derivation.toString().replace(/[*]\//g,"/"):"")+"\n\nThe dependencies for this derivation are:\n\n"+n.join("\n")+"\n*/\n ")()}}function nx(e,t,n){t.length>=1e3?t.push("(and many more)"):(t.push(""+"\t".repeat(n-1)+e.name),e.dependencies&&e.dependencies.forEach((function(e){return nx(e,t,n+1)})))}var rx=function(){function e(e,t,n,r){void 0===e&&(e="production"!==process.env.NODE_ENV?"Reaction@"+XE():"Reaction"),void 0===r&&(r=!1),this.name_=void 0,this.onInvalidate_=void 0,this.errorHandler_=void 0,this.requiresObservable_=void 0,this.observing_=[],this.newObserving_=[],this.dependenciesState_=TS.NOT_TRACKING_,this.diffValue_=0,this.runId_=0,this.unboundDepsCount_=0,this.isDisposed_=!1,this.isScheduled_=!1,this.isTrackPending_=!1,this.isRunning_=!1,this.isTracing_=AS.NONE,this.name_=e,this.onInvalidate_=t,this.errorHandler_=n,this.requiresObservable_=r}var t=e.prototype;return t.onBecomeStale_=function(){this.schedule_()},t.schedule_=function(){this.isScheduled_||(this.isScheduled_=!0,YS.pendingReactions.push(this),ix())},t.isScheduled=function(){return this.isScheduled_},t.runReaction_=function(){if(!this.isDisposed_){ZS(),this.isScheduled_=!1;var e=YS.trackingContext;if(YS.trackingContext=this,IS(this)){this.isTrackPending_=!0;try{this.onInvalidate_(),"production"!==process.env.NODE_ENV&&this.isTrackPending_&&ux()&&cx({name:this.name_,type:"scheduled-reaction"})}catch(e){this.reportExceptionInDerivation_(e)}}YS.trackingContext=e,QS()}},t.track=function(e){if(!this.isDisposed_){ZS();var t,n=ux();"production"!==process.env.NODE_ENV&&n&&(t=Date.now(),lx({name:this.name_,type:"reaction"})),this.isRunning_=!0;var r=YS.trackingContext;YS.trackingContext=this;var o=jS(this,e,void 0);YS.trackingContext=r,this.isRunning_=!1,this.isTrackPending_=!1,this.isDisposed_&&LS(this),PS(o)&&this.reportExceptionInDerivation_(o.cause),"production"!==process.env.NODE_ENV&&n&&fx({time:Date.now()-t}),QS()}},t.reportExceptionInDerivation_=function(e){var t=this;if(this.errorHandler_)this.errorHandler_(e,this);else{if(YS.disableErrorBoundaries)throw e;var n="production"!==process.env.NODE_ENV?"[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: '"+this+"'":"[mobx] uncaught error in '"+this+"'";YS.suppressReactionErrors?"production"!==process.env.NODE_ENV&&console.warn("[mobx] (error in reaction '"+this.name_+"' suppressed, fix error of causing action below)"):console.error(n,e),"production"!==process.env.NODE_ENV&&ux()&&cx({type:"error",name:this.name_,message:n,error:""+e}),YS.globalReactionErrorHandlers.forEach((function(n){return n(e,t)}))}},t.dispose=function(){this.isDisposed_||(this.isDisposed_=!0,this.isRunning_||(ZS(),LS(this),QS()))},t.getDisposer_=function(){var e=this.dispose.bind(this);return e[Ow]=this,e},t.toString=function(){return"Reaction["+this.name_+"]"},t.trace=function(e){void 0===e&&(e=!1),sO(this,e)},e}();var ox=function(e){return e()};function ix(){YS.inBatch>0||YS.isRunningReactions||ox(ax)}function ax(){YS.isRunningReactions=!0;for(var e=YS.pendingReactions,t=0;e.length>0;){100==++t&&(console.error("production"!==process.env.NODE_ENV?"Reaction doesn't converge to a stable state after 100 iterations. Probably there is a cycle in the reactive function: "+e[0]:"[mobx] cycle in reaction: "+e[0]),e.splice(0));for(var n=e.splice(0),r=0,o=n.length;r<o;r++)n[r].runReaction_()}YS.isRunningReactions=!1}var sx=iw("Reaction",rx);function ux(){return"production"!==process.env.NODE_ENV&&!!YS.spyListeners.length}function cx(e){if("production"!==process.env.NODE_ENV&&YS.spyListeners.length)for(var t=YS.spyListeners,n=0,r=t.length;n<r;n++)t[n](e)}function lx(e){"production"!==process.env.NODE_ENV&&cx(vw({},e,{spyReportStart:!0}))}var dx={type:"report-end",spyReportEnd:!0};function fx(e){"production"!==process.env.NODE_ENV&&cx(e?vw({},e,{type:"report-end",spyReportEnd:!0}):dx)}function px(e){return"production"===process.env.NODE_ENV?(console.warn("[mobx.spy] Is a no-op in production builds"),function(){}):(YS.spyListeners.push(e),JE((function(){YS.spyListeners=YS.spyListeners.filter((function(t){return t!==e}))})))}var hx="action",mx=Iw(hx),vx=Iw("action.bound",{bound:!0}),gx=Iw("autoAction",{autoAction:!0}),yx=Iw("autoAction.bound",{autoAction:!0,bound:!0});function bx(e){return function(t,n){return QE(t)?gS(t.name||"<unnamed action>",t,e):QE(n)?gS(t,n,e):$E(n)?xw(t,n,e?gx:mx):$E(t)?Sw(Iw(e?"autoAction":hx,{name:t,autoAction:e})):void("production"!==process.env.NODE_ENV&&LE("Invalid arguments for `action`"))}}var Ex=bx(!1);Object.assign(Ex,mx);var wx=bx(!0);function Sx(e){return yS(e.name||"<unnamed action>",!1,e,this,void 0)}function xx(e){return QE(e)&&!0===e.isMobxAction}function Ox(e,t){var n,r;void 0===t&&(t=qE),"production"!==process.env.NODE_ENV&&(QE(e)||LE("Autorun expects a function as first argument"),xx(e)&&LE("Autorun does not accept actions since actions are untrackable"));var o,i=null!=(n=null==(r=t)?void 0:r.name)?n:"production"!==process.env.NODE_ENV?e.name||"Autorun@"+XE():"Autorun";if(!t.scheduler&&!t.delay)o=new rx(i,(function(){this.track(u)}),t.onError,t.requiresObservable);else{var a=kx(t),s=!1;o=new rx(i,(function(){s||(s=!0,a((function(){s=!1,o.isDisposed_||o.track(u)})))}),t.onError,t.requiresObservable)}function u(){e(o)}return o.schedule_(),o.getDisposer_()}Object.assign(wx,gx),Ex.bound=Sw(vx),wx.bound=Sw(yx);var Cx=function(e){return e()};function kx(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:Cx}function Tx(e,t,n){var r;void 0===n&&(n=qE),"production"!==process.env.NODE_ENV&&(QE(e)&&QE(t)||LE("First and second argument to reaction should be functions"),tw(n)||LE("Third argument of reactions should be an object"));var o,i,a,s,u=null!=(r=n.name)?r:"production"!==process.env.NODE_ENV?"Reaction@"+XE():"Reaction",c=Ex(u,n.onError?(o=n.onError,i=t,function(){try{return i.apply(this,arguments)}catch(e){o.call(this,e)}}):t),l=!n.scheduler&&!n.delay,d=kx(n),f=!0,p=!1,h=n.compareStructural?Aw.structural:n.equals||Aw.default,m=new rx(u,(function(){f||l?v():p||(p=!0,d(v))}),n.onError,n.requiresObservable);function v(){if(p=!1,!m.isDisposed_){var t=!1;m.track((function(){var n=wS(!1,(function(){return e(m)}));t=f||!h(a,n),s=a,a=n})),(f&&n.fireImmediately||!f&&t)&&c(a,s,m),f=!1}}return m.schedule_(),m.getDisposer_()}function Ax(e,t,n){return Nx("onBO",e,t,n)}function Dx(e,t,n){return Nx("onBUO",e,t,n)}function Nx(e,t,n,r){var o="function"==typeof r?aC(t,n):aC(t),i=QE(r)?r:n,a=e+"L";return o[a]?o[a].add(i):o[a]=new Set([i]),function(){var e=o[a];e&&(e.delete(i),0===e.size&&delete o[a])}}function Rx(e){!0===e.isolateGlobalState&&function(){if((YS.pendingReactions.length||YS.inBatch||YS.isRunningReactions)&&LE(36),HS=!0,GS){var e=VE();0==--e.__mobxInstanceCount&&(e.__mobxGlobals=void 0),YS=new qS}}();var t,n,r=e.useProxies,o=e.enforceActions;if(void 0!==r&&(YS.useProxies="always"===r||"never"!==r&&"undefined"!=typeof Proxy),"ifavailable"===r&&(YS.verifyProxies=!0),void 0!==o){var i="always"===o?"always":"observed"===o;YS.enforceActions=i,YS.allowStateChanges=!0!==i&&"always"!==i}["computedRequiresReaction","reactionRequiresObservable","observableRequiresReaction","disableErrorBoundaries","safeDescriptors"].forEach((function(t){t in e&&(YS[t]=!!e[t])})),YS.allowStateReads=!YS.observableRequiresReaction,"production"!==process.env.NODE_ENV&&!0===YS.disableErrorBoundaries&&console.warn("WARNING: Debug feature only. MobX will NOT recover from errors when `disableErrorBoundaries` is enabled."),e.reactionScheduler&&(t=e.reactionScheduler,n=ox,ox=function(e){return t((function(){return n(e)}))})}function Px(e,t,n,r){"production"!==process.env.NODE_ENV&&(arguments.length>4&&LE("'extendObservable' expected 2-4 arguments"),"object"!=typeof e&&LE("'extendObservable' expects an object as first argument"),UO(e)&&LE("'extendObservable' should not be used on maps, use map.merge instead"),tw(t)||LE("'extendObservable' only accepts plain objects as second argument"),(Kx(t)||Kx(n))&&LE("Extending an object with another observable (object) is not supported"));var o=pw(t),i=HO(e,r)[Ow];ZS();try{cw(o).forEach((function(e){i.extend_(e,o[e],!n||(!(e in n)||n[e]))}))}finally{QS()}return e}function Ix(e,t){return Mx(aC(e,t))}function Mx(e){var t,n={name:e.name_};return e.observing_&&e.observing_.length>0&&(n.dependencies=(t=e.observing_,Array.from(new Set(t))).map(Mx)),n}function jx(e){var t={name:e.name_};return function(e){return e.observers_&&e.observers_.size>0}(e)&&(t.observers=Array.from(function(e){return e.observers_}(e)).map(jx)),t}var Lx=0;function Fx(){this.message="FLOW_CANCELLED"}Fx.prototype=Object.create(Error.prototype);var Vx=Fw("flow"),Bx=Fw("flow.bound",{bound:!0}),Ux=Object.assign((function(e,t){if($E(t))return xw(e,t,Vx);"production"!==process.env.NODE_ENV&&1!==arguments.length&&LE("Flow expects single argument with generator function");var n=e,r=n.name||"<unnamed flow>",o=function(){var e,t=this,o=arguments,i=++Lx,a=Ex(r+" - runid: "+i+" - init",n).apply(t,o),s=void 0,u=new Promise((function(t,n){var o=0;function u(e){var t;s=void 0;try{t=Ex(r+" - runid: "+i+" - yield "+o++,a.next).call(a,e)}catch(e){return n(e)}l(t)}function c(e){var t;s=void 0;try{t=Ex(r+" - runid: "+i+" - yield "+o++,a.throw).call(a,e)}catch(e){return n(e)}l(t)}function l(e){if(!QE(null==e?void 0:e.then))return e.done?t(e.value):(s=Promise.resolve(e.value)).then(u,c);e.then(l,n)}e=n,u(void 0)}));return u.cancel=Ex(r+" - runid: "+i+" - cancel",(function(){try{s&&_x(s);var t=a.return(void 0),n=Promise.resolve(t.value);n.then(ZE,ZE),_x(n),e(new Fx)}catch(t){e(t)}})),u};return o.isMobXFlow=!0,o}),Vx);function _x(e){QE(e.cancel)&&e.cancel()}function Wx(e){return!0===(null==e?void 0:e.isMobXFlow)}function zx(e,t,n){return QE(n)?function(e,t,n){return sC(e,t).intercept_(n)}(e,t,n):function(e,t){return sC(e).intercept_(t)}(e,t)}function qx(e,t){if(void 0===t)return NS(e);if(!1===XO(e))return!1;if(!e[Ow].values_.has(t))return!1;var n=aC(e,t);return NS(n)}function Gx(e){return"production"!==process.env.NODE_ENV&&arguments.length>1?LE("isComputed expects only 1 argument. Use isComputedProp to inspect the observability of a property"):qx(e)}function Hx(e,t){return"production"===process.env.NODE_ENV||$E(t)?qx(e,t):LE("isComputed expected a property name as second argument")}function Yx(e,t){return!!e&&(void 0!==t?"production"!==process.env.NODE_ENV&&(UO(e)||MO(e))?LE("isObservable(object, propertyName) is not supported for arrays and maps. Use map.has or array.length instead."):!!XO(e)&&e[Ow].values_.has(t):XO(e)||!!e[Ow]||kw(e)||sx(e)||NS(e))}function Kx(e){return"production"!==process.env.NODE_ENV&&1!==arguments.length&&LE("isObservable expects only 1 argument. Use isObservableProp to inspect the observability of a property"),Yx(e)}function Xx(e){return XO(e)?e[Ow].keys_():UO(e)||zO(e)?Array.from(e.keys()):MO(e)?e.map((function(e,t){return t})):void LE(5)}function Jx(e){return XO(e)?Xx(e).map((function(t){return e[t]})):UO(e)?Xx(e).map((function(t){return e.get(t)})):zO(e)?Array.from(e.values()):MO(e)?e.slice():void LE(6)}function Zx(e){return XO(e)?Xx(e).map((function(t){return[t,e[t]]})):UO(e)?Xx(e).map((function(t){return[t,e.get(t)]})):zO(e)?Array.from(e.entries()):MO(e)?e.map((function(e,t){return[t,e]})):void LE(7)}function Qx(e,t,n){if(2!==arguments.length||zO(e))XO(e)?e[Ow].set_(t,n):UO(e)?e.set(t,n):zO(e)?e.add(t):MO(e)?("number"!=typeof t&&(t=parseInt(t,10)),t<0&&LE("Invalid index: '"+t+"'"),ZS(),t>=e.length&&(e.length=t+1),e[t]=n,QS()):LE(8);else{ZS();var r=t;try{for(var o in r)Qx(e,o,r[o])}finally{QS()}}}function $x(e,t){XO(e)?e[Ow].delete_(t):UO(e)||zO(e)?e.delete(t):MO(e)?("number"!=typeof t&&(t=parseInt(t,10)),e.splice(t,1)):LE(9)}function eO(e,t){return XO(e)?e[Ow].has_(t):UO(e)||zO(e)?e.has(t):MO(e)?t>=0&&t<e.length:void LE(10)}function tO(e,t){if(eO(e,t))return XO(e)?e[Ow].get_(t):UO(e)?e.get(t):MO(e)?e[t]:void LE(11)}function nO(e){if(XO(e))return e[Ow].ownKeys_();LE(38)}function rO(e,t,n,r){return QE(n)?function(e,t,n,r){return sC(e,t).observe_(n,r)}(e,t,n,r):function(e,t,n){return sC(e).observe_(t,n)}(e,t,n)}function oO(e,t,n){return e.set(t,n),n}function iO(e,t){if(null==e||"object"!=typeof e||e instanceof Date||!Kx(e))return e;if(kS(e)||NS(e))return iO(e.get(),t);if(t.has(e))return t.get(e);if(MO(e)){var n=oO(t,e,new Array(e.length));return e.forEach((function(e,r){n[r]=iO(e,t)})),n}if(zO(e)){var r=oO(t,e,new Set);return e.forEach((function(e){r.add(iO(e,t))})),r}if(UO(e)){var o=oO(t,e,new Map);return e.forEach((function(e,n){o.set(n,iO(e,t))})),o}var i=oO(t,e,{});return nO(e).forEach((function(n){WE.propertyIsEnumerable.call(e,n)&&(i[n]=iO(e[n],t))})),i}function aO(e,t){return"production"!==process.env.NODE_ENV&&t&&LE("toJS no longer supports options"),iO(e,new Map)}function sO(){"production"===process.env.NODE_ENV&&LE("trace() is not available in production builds");for(var e=!1,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];"boolean"==typeof n[n.length-1]&&(e=n.pop());var o=uO(n);if(!o)return LE("'trace(break?)' can only be used inside a tracked computed value or a Reaction. Consider passing in the computed value or reaction explicitly");o.isTracing_===AS.NONE&&console.log("[mobx.trace] '"+o.name_+"' tracing enabled"),o.isTracing_=e?AS.BREAK:AS.LOG}function uO(e){switch(e.length){case 0:return YS.trackingDerivation;case 1:return aC(e[0]);case 2:return aC(e[0],e[1])}}function cO(e,t){void 0===t&&(t=void 0),ZS();try{return e.apply(t)}finally{QS()}}function lO(e,t,n){var r;if("number"==typeof n.timeout){var o=new Error("WHEN_TIMEOUT");r=setTimeout((function(){if(!a[Ow].isDisposed_){if(a(),!n.onError)throw o;n.onError(o)}}),n.timeout)}n.name="production"!==process.env.NODE_ENV?n.name||"When@"+XE():"When";var i=gS("production"!==process.env.NODE_ENV?n.name+"-effect":"When-effect",t),a=Ox((function(t){wS(!1,e)&&(t.dispose(),r&&clearTimeout(r),i())}),n);return a}function dO(e,t){if("production"!==process.env.NODE_ENV&&t&&t.onError)return LE("the options 'onError' and 'promise' cannot be combined");var n,r=new Promise((function(r,o){var i=lO(e,r,vw({},t,{onError:o}));n=function(){i(),o(new Error("WHEN_CANCELLED"))}}));return r.cancel=n,r}function fO(e){return e[Ow]}Ux.bound=Sw(Bx);var pO={has:function(e,t){return"production"!==process.env.NODE_ENV&&YS.trackingDerivation&&KE("detect new properties using the 'in' operator. Use 'has' from 'mobx' instead."),fO(e).has_(t)},get:function(e,t){return fO(e).get_(t)},set:function(e,t,n){var r;return!!$E(t)&&("production"===process.env.NODE_ENV||fO(e).values_.has(t)||KE("add a new observable property through direct assignment. Use 'set' from 'mobx' instead."),null==(r=fO(e).set_(t,n,!0))||r)},deleteProperty:function(e,t){var n;return"production"!==process.env.NODE_ENV&&KE("delete properties from an observable object. Use 'remove' from 'mobx' instead."),!!$E(t)&&(null==(n=fO(e).delete_(t,!0))||n)},defineProperty:function(e,t,n){var r;return"production"!==process.env.NODE_ENV&&KE("define property on an observable object. Use 'defineProperty' from 'mobx' instead."),null==(r=fO(e).defineProperty_(t,n))||r},ownKeys:function(e){return"production"!==process.env.NODE_ENV&&YS.trackingDerivation&&KE("iterate keys to detect added / removed properties. Use 'keys' from 'mobx' instead."),fO(e).ownKeys_()},preventExtensions:function(e){LE(13)}};function hO(e){return void 0!==e.interceptors_&&e.interceptors_.length>0}function mO(e,t){var n=e.interceptors_||(e.interceptors_=[]);return n.push(t),JE((function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)}))}function vO(e,t){var n=VS();try{for(var r=[].concat(e.interceptors_||[]),o=0,i=r.length;o<i&&((t=r[o](t))&&!t.type&&LE(14),t);o++);return t}finally{BS(n)}}function gO(e){return void 0!==e.changeListeners_&&e.changeListeners_.length>0}function yO(e,t){var n=e.changeListeners_||(e.changeListeners_=[]);return n.push(t),JE((function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)}))}function bO(e,t){var n=VS(),r=e.changeListeners_;if(r){for(var o=0,i=(r=r.slice()).length;o<i;o++)r[o](t);BS(n)}}function EO(e,t,n){var r=HO(e,n)[Ow];ZS();try{"production"!==process.env.NODE_ENV&&t&&e[ww]&&LE("makeObservable second arg must be nullish when using decorators. Mixing @decorator syntax with annotations is not supported."),null!=t||(t=function(e){return fw(e,ww)||("production"===process.env.NODE_ENV||e[ww]||LE("No annotations were passed to makeObservable, but no decorated members have been found either"),rw(e,ww,vw({},e[ww]))),e[ww]}(e)),cw(t).forEach((function(e){return r.make_(e,t[e])}))}finally{QS()}return e}var wO=Symbol("mobx-keys");var SO="update",xO={get:function(e,t){var n=e[Ow];return t===Ow?n:"length"===t?n.getArrayLength_():"string"!=typeof t||isNaN(t)?fw(kO,t)?kO[t]:e[t]:n.get_(parseInt(t))},set:function(e,t,n){var r=e[Ow];return"length"===t&&r.setArrayLength_(n),"symbol"==typeof t||isNaN(t)?e[t]=n:r.set_(parseInt(t),n),!0},preventExtensions:function(){LE(15)}},OO=function(){function e(e,t,n,r){void 0===e&&(e="production"!==process.env.NODE_ENV?"ObservableArray@"+XE():"ObservableArray"),this.owned_=void 0,this.legacyMode_=void 0,this.atom_=void 0,this.values_=[],this.interceptors_=void 0,this.changeListeners_=void 0,this.enhancer_=void 0,this.dehancer=void 0,this.proxy_=void 0,this.lastKnownLength_=0,this.owned_=n,this.legacyMode_=r,this.atom_=new Cw(e),this.enhancer_=function(n,r){return t(n,r,"production"!==process.env.NODE_ENV?e+"[..]":"ObservableArray[..]")}}var t=e.prototype;return t.dehanceValue_=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.dehanceValues_=function(e){return void 0!==this.dehancer&&e.length>0?e.map(this.dehancer):e},t.intercept_=function(e){return mO(this,e)},t.observe_=function(e,t){return void 0===t&&(t=!1),t&&e({observableKind:"array",object:this.proxy_,debugObjectName:this.atom_.name_,type:"splice",index:0,added:this.values_.slice(),addedCount:this.values_.length,removed:[],removedCount:0}),yO(this,e)},t.getArrayLength_=function(){return this.atom_.reportObserved(),this.values_.length},t.setArrayLength_=function(e){("number"!=typeof e||isNaN(e)||e<0)&&LE("Out of range: "+e);var t=this.values_.length;if(e!==t)if(e>t){for(var n=new Array(e-t),r=0;r<e-t;r++)n[r]=void 0;this.spliceWithArray_(t,0,n)}else this.spliceWithArray_(e,t-e)},t.updateArrayLength_=function(e,t){e!==this.lastKnownLength_&&LE(16),this.lastKnownLength_+=t,this.legacyMode_&&t>0&&oC(e+t+1)},t.spliceWithArray_=function(e,t,n){var r=this;MS(this.atom_);var o=this.values_.length;if(void 0===e?e=0:e>o?e=o:e<0&&(e=Math.max(0,o+e)),t=1===arguments.length?o-e:null==t?0:Math.max(0,Math.min(t,o-e)),void 0===n&&(n=zE),hO(this)){var i=vO(this,{object:this.proxy_,type:"splice",index:e,removedCount:t,added:n});if(!i)return zE;t=i.removedCount,n=i.added}if(n=0===n.length?n:n.map((function(e){return r.enhancer_(e,void 0)})),this.legacyMode_||"production"!==process.env.NODE_ENV){var a=n.length-t;this.updateArrayLength_(o,a)}var s=this.spliceItemsIntoValues_(e,t,n);return 0===t&&0===n.length||this.notifyArraySplice_(e,n,s),this.dehanceValues_(s)},t.spliceItemsIntoValues_=function(e,t,n){var r;if(n.length<1e4)return(r=this.values_).splice.apply(r,[e,t].concat(n));var o=this.values_.slice(e,e+t),i=this.values_.slice(e+t);this.values_.length=e+n.length-t;for(var a=0;a<n.length;a++)this.values_[e+a]=n[a];for(var s=0;s<i.length;s++)this.values_[e+n.length+s]=i[s];return o},t.notifyArrayChildUpdate_=function(e,t,n){var r=!this.owned_&&ux(),o=gO(this),i=o||r?{observableKind:"array",object:this.proxy_,type:SO,debugObjectName:this.atom_.name_,index:e,newValue:t,oldValue:n}:null;"production"!==process.env.NODE_ENV&&r&&lx(i),this.atom_.reportChanged(),o&&bO(this,i),"production"!==process.env.NODE_ENV&&r&&fx()},t.notifyArraySplice_=function(e,t,n){var r=!this.owned_&&ux(),o=gO(this),i=o||r?{observableKind:"array",object:this.proxy_,debugObjectName:this.atom_.name_,type:"splice",index:e,removed:n,added:t,removedCount:n.length,addedCount:t.length}:null;"production"!==process.env.NODE_ENV&&r&&lx(i),this.atom_.reportChanged(),o&&bO(this,i),"production"!==process.env.NODE_ENV&&r&&fx()},t.get_=function(e){if(e<this.values_.length)return this.atom_.reportObserved(),this.dehanceValue_(this.values_[e]);console.warn("production"!==process.env.NODE_ENV?"[mobx] Out of bounds read: "+e:"[mobx.array] Attempt to read an array index ("+e+") that is out of bounds ("+this.values_.length+"). Please check length first. Out of bound indices will not be tracked by MobX")},t.set_=function(e,t){var n=this.values_;if(e<n.length){MS(this.atom_);var r=n[e];if(hO(this)){var o=vO(this,{type:SO,object:this.proxy_,index:e,newValue:t});if(!o)return;t=o.newValue}(t=this.enhancer_(t,r))!==r&&(n[e]=t,this.notifyArrayChildUpdate_(e,t,r))}else e===n.length?this.spliceWithArray_(e,0,[t]):LE(17,e,n.length)},e}();function CO(e,t,n,r){void 0===n&&(n="production"!==process.env.NODE_ENV?"ObservableArray@"+XE():"ObservableArray"),void 0===r&&(r=!1),YE();var o=new OO(n,t,r,!1);ow(o.values_,Ow,o);var i=new Proxy(o.values_,xO);if(o.proxy_=i,e&&e.length){var a=SS(!0);o.spliceWithArray_(0,0,e),xS(a)}return i}var kO={clear:function(){return this.splice(0)},replace:function(e){var t=this[Ow];return t.spliceWithArray_(0,t.values_.length,e)},toJSON:function(){return this.slice()},splice:function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];var i=this[Ow];switch(arguments.length){case 0:return[];case 1:return i.spliceWithArray_(e);case 2:return i.spliceWithArray_(e,t)}return i.spliceWithArray_(e,t,r)},spliceWithArray:function(e,t,n){return this[Ow].spliceWithArray_(e,t,n)},push:function(){for(var e=this[Ow],t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e.spliceWithArray_(e.values_.length,0,n),e.values_.length},pop:function(){return this.splice(Math.max(this[Ow].values_.length-1,0),1)[0]},shift:function(){return this.splice(0,1)[0]},unshift:function(){for(var e=this[Ow],t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e.spliceWithArray_(0,0,n),e.values_.length},reverse:function(){return YS.trackingDerivation&&LE(37,"reverse"),this.replace(this.slice().reverse()),this},sort:function(){YS.trackingDerivation&&LE(37,"sort");var e=this.slice();return e.sort.apply(e,arguments),this.replace(e),this},remove:function(e){var t=this[Ow],n=t.dehanceValues_(t.values_).indexOf(e);return n>-1&&(this.splice(n,1),!0)}};function TO(e,t){"function"==typeof Array.prototype[e]&&(kO[e]=t(e))}function AO(e){return function(){var t=this[Ow];t.atom_.reportObserved();var n=t.dehanceValues_(t.values_);return n[e].apply(n,arguments)}}function DO(e){return function(t,n){var r=this,o=this[Ow];return o.atom_.reportObserved(),o.dehanceValues_(o.values_)[e]((function(e,o){return t.call(n,e,o,r)}))}}function NO(e){return function(){var t=this,n=this[Ow];n.atom_.reportObserved();var r=n.dehanceValues_(n.values_),o=arguments[0];return arguments[0]=function(e,n,r){return o(e,n,r,t)},r[e].apply(r,arguments)}}TO("concat",AO),TO("flat",AO),TO("includes",AO),TO("indexOf",AO),TO("join",AO),TO("lastIndexOf",AO),TO("slice",AO),TO("toString",AO),TO("toLocaleString",AO),TO("every",DO),TO("filter",DO),TO("find",DO),TO("findIndex",DO),TO("flatMap",DO),TO("forEach",DO),TO("map",DO),TO("some",DO),TO("reduce",NO),TO("reduceRight",NO);var RO,PO,IO=iw("ObservableArrayAdministration",OO);function MO(e){return ew(e)&&IO(e[Ow])}var jO={},LO="add";RO=Symbol.iterator,PO=Symbol.toStringTag;var FO,VO,BO=function(){function e(e,t,n){void 0===t&&(t=Dw),void 0===n&&(n="production"!==process.env.NODE_ENV?"ObservableMap@"+XE():"ObservableMap"),this.enhancer_=void 0,this.name_=void 0,this[Ow]=jO,this.data_=void 0,this.hasMap_=void 0,this.keysAtom_=void 0,this.interceptors_=void 0,this.changeListeners_=void 0,this.dehancer=void 0,this.enhancer_=t,this.name_=n,QE(Map)||LE(18),this.keysAtom_=Tw("production"!==process.env.NODE_ENV?this.name_+".keys()":"ObservableMap.keys()"),this.data_=new Map,this.hasMap_=new Map,this.merge(e)}var t=e.prototype;return t.has_=function(e){return this.data_.has(e)},t.has=function(e){var t=this;if(!YS.trackingDerivation)return this.has_(e);var n=this.hasMap_.get(e);if(!n){var r=n=new CS(this.has_(e),Nw,"production"!==process.env.NODE_ENV?this.name_+"."+lw(e)+"?":"ObservableMap.key?",!1);this.hasMap_.set(e,r),Dx(r,(function(){return t.hasMap_.delete(e)}))}return n.get()},t.set=function(e,t){var n=this.has_(e);if(hO(this)){var r=vO(this,{type:n?SO:LO,object:this,newValue:t,name:e});if(!r)return this;t=r.newValue}return n?this.updateValue_(e,t):this.addValue_(e,t),this},t.delete=function(e){var t=this;if((MS(this.keysAtom_),hO(this))&&!vO(this,{type:"delete",object:this,name:e}))return!1;if(this.has_(e)){var n=ux(),r=gO(this),o=r||n?{observableKind:"map",debugObjectName:this.name_,type:"delete",object:this,oldValue:this.data_.get(e).value_,name:e}:null;return"production"!==process.env.NODE_ENV&&n&&lx(o),cO((function(){var n;t.keysAtom_.reportChanged(),null==(n=t.hasMap_.get(e))||n.setNewValue_(!1),t.data_.get(e).setNewValue_(void 0),t.data_.delete(e)})),r&&bO(this,o),"production"!==process.env.NODE_ENV&&n&&fx(),!0}return!1},t.updateValue_=function(e,t){var n=this.data_.get(e);if((t=n.prepareNewValue_(t))!==YS.UNCHANGED){var r=ux(),o=gO(this),i=o||r?{observableKind:"map",debugObjectName:this.name_,type:SO,object:this,oldValue:n.value_,name:e,newValue:t}:null;"production"!==process.env.NODE_ENV&&r&&lx(i),n.setNewValue_(t),o&&bO(this,i),"production"!==process.env.NODE_ENV&&r&&fx()}},t.addValue_=function(e,t){var n=this;MS(this.keysAtom_),cO((function(){var r,o=new CS(t,n.enhancer_,"production"!==process.env.NODE_ENV?n.name_+"."+lw(e):"ObservableMap.key",!1);n.data_.set(e,o),t=o.value_,null==(r=n.hasMap_.get(e))||r.setNewValue_(!0),n.keysAtom_.reportChanged()}));var r=ux(),o=gO(this),i=o||r?{observableKind:"map",debugObjectName:this.name_,type:LO,object:this,name:e,newValue:t}:null;"production"!==process.env.NODE_ENV&&r&&lx(i),o&&bO(this,i),"production"!==process.env.NODE_ENV&&r&&fx()},t.get=function(e){return this.has(e)?this.dehanceValue_(this.data_.get(e).get()):this.dehanceValue_(void 0)},t.dehanceValue_=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.keys=function(){return this.keysAtom_.reportObserved(),this.data_.keys()},t.values=function(){var e=this,t=this.keys();return pC({next:function(){var n=t.next(),r=n.done,o=n.value;return{done:r,value:r?void 0:e.get(o)}}})},t.entries=function(){var e=this,t=this.keys();return pC({next:function(){var n=t.next(),r=n.done,o=n.value;return{done:r,value:r?void 0:[o,e.get(o)]}}})},t[RO]=function(){return this.entries()},t.forEach=function(e,t){for(var n,r=Ew(this);!(n=r()).done;){var o=n.value,i=o[0],a=o[1];e.call(t,a,i,this)}},t.merge=function(e){var t=this;return UO(e)&&(e=new Map(e)),cO((function(){tw(e)?function(e){var t=Object.keys(e);if(!uw)return t;var n=Object.getOwnPropertySymbols(e);return n.length?[].concat(t,n.filter((function(t){return WE.propertyIsEnumerable.call(e,t)}))):t}(e).forEach((function(n){return t.set(n,e[n])})):Array.isArray(e)?e.forEach((function(e){var n=e[0],r=e[1];return t.set(n,r)})):aw(e)?(e.constructor!==Map&&LE(19,e),e.forEach((function(e,n){return t.set(n,e)}))):null!=e&&LE(20,e)})),this},t.clear=function(){var e=this;cO((function(){FS((function(){for(var t,n=Ew(e.keys());!(t=n()).done;){var r=t.value;e.delete(r)}}))}))},t.replace=function(e){var t=this;return cO((function(){for(var n,r=function(e){if(aw(e)||UO(e))return e;if(Array.isArray(e))return new Map(e);if(tw(e)){var t=new Map;for(var n in e)t.set(n,e[n]);return t}return LE(21,e)}(e),o=new Map,i=!1,a=Ew(t.data_.keys());!(n=a()).done;){var s=n.value;if(!r.has(s))if(t.delete(s))i=!0;else{var u=t.data_.get(s);o.set(s,u)}}for(var c,l=Ew(r.entries());!(c=l()).done;){var d=c.value,f=d[0],p=d[1],h=t.data_.has(f);if(t.set(f,p),t.data_.has(f)){var m=t.data_.get(f);o.set(f,m),h||(i=!0)}}if(!i)if(t.data_.size!==o.size)t.keysAtom_.reportChanged();else for(var v=t.data_.keys(),g=o.keys(),y=v.next(),b=g.next();!y.done;){if(y.value!==b.value){t.keysAtom_.reportChanged();break}y=v.next(),b=g.next()}t.data_=o})),this},t.toString=function(){return"[object ObservableMap]"},t.toJSON=function(){return Array.from(this)},t.observe_=function(e,t){return"production"!==process.env.NODE_ENV&&!0===t&&LE("`observe` doesn't support fireImmediately=true in combination with maps."),yO(this,e)},t.intercept_=function(e){return mO(this,e)},mw(e,[{key:"size",get:function(){return this.keysAtom_.reportObserved(),this.data_.size}},{key:PO,get:function(){return"Map"}}]),e}(),UO=iw("ObservableMap",BO);var _O={};FO=Symbol.iterator,VO=Symbol.toStringTag;var WO=function(){function e(e,t,n){void 0===t&&(t=Dw),void 0===n&&(n="production"!==process.env.NODE_ENV?"ObservableSet@"+XE():"ObservableSet"),this.name_=void 0,this[Ow]=_O,this.data_=new Set,this.atom_=void 0,this.changeListeners_=void 0,this.interceptors_=void 0,this.dehancer=void 0,this.enhancer_=void 0,this.name_=n,QE(Set)||LE(22),this.atom_=Tw(this.name_),this.enhancer_=function(e,r){return t(e,r,n)},e&&this.replace(e)}var t=e.prototype;return t.dehanceValue_=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.clear=function(){var e=this;cO((function(){FS((function(){for(var t,n=Ew(e.data_.values());!(t=n()).done;){var r=t.value;e.delete(r)}}))}))},t.forEach=function(e,t){for(var n,r=Ew(this);!(n=r()).done;){var o=n.value;e.call(t,o,o,this)}},t.add=function(e){var t=this;if((MS(this.atom_),hO(this))&&!vO(this,{type:LO,object:this,newValue:e}))return this;if(!this.has(e)){cO((function(){t.data_.add(t.enhancer_(e,void 0)),t.atom_.reportChanged()}));var n="production"!==process.env.NODE_ENV&&ux(),r=gO(this),o=r||n?{observableKind:"set",debugObjectName:this.name_,type:LO,object:this,newValue:e}:null;n&&"production"!==process.env.NODE_ENV&&lx(o),r&&bO(this,o),n&&"production"!==process.env.NODE_ENV&&fx()}return this},t.delete=function(e){var t=this;if(hO(this)&&!vO(this,{type:"delete",object:this,oldValue:e}))return!1;if(this.has(e)){var n="production"!==process.env.NODE_ENV&&ux(),r=gO(this),o=r||n?{observableKind:"set",debugObjectName:this.name_,type:"delete",object:this,oldValue:e}:null;return n&&"production"!==process.env.NODE_ENV&&lx(o),cO((function(){t.atom_.reportChanged(),t.data_.delete(e)})),r&&bO(this,o),n&&"production"!==process.env.NODE_ENV&&fx(),!0}return!1},t.has=function(e){return this.atom_.reportObserved(),this.data_.has(this.dehanceValue_(e))},t.entries=function(){var e=0,t=Array.from(this.keys()),n=Array.from(this.values());return pC({next:function(){var r=e;return e+=1,r<n.length?{value:[t[r],n[r]],done:!1}:{done:!0}}})},t.keys=function(){return this.values()},t.values=function(){this.atom_.reportObserved();var e=this,t=0,n=Array.from(this.data_.values());return pC({next:function(){return t<n.length?{value:e.dehanceValue_(n[t++]),done:!1}:{done:!0}}})},t.replace=function(e){var t=this;return zO(e)&&(e=new Set(e)),cO((function(){Array.isArray(e)||sw(e)?(t.clear(),e.forEach((function(e){return t.add(e)}))):null!=e&&LE("Cannot initialize set from "+e)})),this},t.observe_=function(e,t){return"production"!==process.env.NODE_ENV&&!0===t&&LE("`observe` doesn't support fireImmediately=true in combination with sets."),yO(this,e)},t.intercept_=function(e){return mO(this,e)},t.toJSON=function(){return Array.from(this)},t.toString=function(){return"[object ObservableSet]"},t[FO]=function(){return this.values()},mw(e,[{key:"size",get:function(){return this.atom_.reportObserved(),this.data_.size}},{key:VO,get:function(){return"Set"}}]),e}(),zO=iw("ObservableSet",WO),qO=Object.create(null),GO=function(){function e(e,t,n,r){void 0===t&&(t=new Map),void 0===r&&(r=Yw),this.target_=void 0,this.values_=void 0,this.name_=void 0,this.defaultAnnotation_=void 0,this.keysAtom_=void 0,this.changeListeners_=void 0,this.interceptors_=void 0,this.proxy_=void 0,this.isPlainObject_=void 0,this.appliedAnnotations_=void 0,this.pendingKeys_=void 0,this.target_=e,this.values_=t,this.name_=n,this.defaultAnnotation_=r,this.keysAtom_=new Cw("production"!==process.env.NODE_ENV?this.name_+".keys":"ObservableObject.keys"),this.isPlainObject_=tw(this.target_),"production"===process.env.NODE_ENV||mC(this.defaultAnnotation_)||LE("defaultAnnotation must be valid annotation"),"production"!==process.env.NODE_ENV&&(this.appliedAnnotations_={})}var t=e.prototype;return t.getObservablePropValue_=function(e){return this.values_.get(e).get()},t.setObservablePropValue_=function(e,t){var n=this.values_.get(e);if(n instanceof DS)return n.set(t),!0;if(hO(this)){var r=vO(this,{type:SO,object:this.proxy_||this.target_,name:e,newValue:t});if(!r)return null;t=r.newValue}if((t=n.prepareNewValue_(t))!==YS.UNCHANGED){var o=gO(this),i="production"!==process.env.NODE_ENV&&ux(),a=o||i?{type:SO,observableKind:"object",debugObjectName:this.name_,object:this.proxy_||this.target_,oldValue:n.value_,name:e,newValue:t}:null;"production"!==process.env.NODE_ENV&&i&&lx(a),n.setNewValue_(t),o&&bO(this,a),"production"!==process.env.NODE_ENV&&i&&fx()}return!0},t.get_=function(e){return YS.trackingDerivation&&!fw(this.target_,e)&&this.has_(e),this.target_[e]},t.set_=function(e,t,n){return void 0===n&&(n=!1),fw(this.target_,e)?this.values_.has(e)?this.setObservablePropValue_(e,t):n?Reflect.set(this.target_,e,t):(this.target_[e]=t,!0):this.extend_(e,{value:t,enumerable:!0,writable:!0,configurable:!0},this.defaultAnnotation_,n)},t.has_=function(e){if(!YS.trackingDerivation)return e in this.target_;this.pendingKeys_||(this.pendingKeys_=new Map);var t=this.pendingKeys_.get(e);return t||(t=new CS(e in this.target_,Nw,"production"!==process.env.NODE_ENV?this.name_+"."+lw(e)+"?":"ObservableObject.key?",!1),this.pendingKeys_.set(e,t)),t.get()},t.make_=function(e,t){if(!0===t&&(t=this.defaultAnnotation_),!1!==t){if(ZO(this,t,e),!(e in this.target_)){var n;if(null==(n=this.target_[ww])?void 0:n[e])return;LE(1,t.annotationType_,this.name_+"."+e.toString())}for(var r=this.target_;r&&r!==WE;){var o=UE(r,e);if(o){var i=t.make_(this,e,o,r);if(0===i)return;if(1===i)break}r=Object.getPrototypeOf(r)}JO(this,t,e)}},t.extend_=function(e,t,n,r){if(void 0===r&&(r=!1),!0===n&&(n=this.defaultAnnotation_),!1===n)return this.defineProperty_(e,t,r);ZO(this,n,e);var o=n.extend_(this,e,t,r);return o&&JO(this,n,e),o},t.defineProperty_=function(e,t,n){void 0===n&&(n=!1);try{ZS();var r=this.delete_(e);if(!r)return r;if(hO(this)){var o=vO(this,{object:this.proxy_||this.target_,name:e,type:LO,newValue:t.value});if(!o)return null;var i=o.newValue;t.value!==i&&(t=vw({},t,{value:i}))}if(n){if(!Reflect.defineProperty(this.target_,e,t))return!1}else _E(this.target_,e,t);this.notifyPropertyAddition_(e,t.value)}finally{QS()}return!0},t.defineObservableProperty_=function(e,t,n,r){void 0===r&&(r=!1);try{ZS();var o=this.delete_(e);if(!o)return o;if(hO(this)){var i=vO(this,{object:this.proxy_||this.target_,name:e,type:LO,newValue:t});if(!i)return null;t=i.newValue}var a=KO(e),s={configurable:!YS.safeDescriptors||this.isPlainObject_,enumerable:!0,get:a.get,set:a.set};if(r){if(!Reflect.defineProperty(this.target_,e,s))return!1}else _E(this.target_,e,s);var u=new CS(t,n,"production"!==process.env.NODE_ENV?this.name_+"."+e.toString():"ObservableObject.key",!1);this.values_.set(e,u),this.notifyPropertyAddition_(e,u.value_)}finally{QS()}return!0},t.defineComputedProperty_=function(e,t,n){void 0===n&&(n=!1);try{ZS();var r=this.delete_(e);if(!r)return r;if(hO(this))if(!vO(this,{object:this.proxy_||this.target_,name:e,type:LO,newValue:void 0}))return null;t.name||(t.name="production"!==process.env.NODE_ENV?this.name_+"."+e.toString():"ObservableObject.key"),t.context=this.proxy_||this.target_;var o=KO(e),i={configurable:!YS.safeDescriptors||this.isPlainObject_,enumerable:!1,get:o.get,set:o.set};if(n){if(!Reflect.defineProperty(this.target_,e,i))return!1}else _E(this.target_,e,i);this.values_.set(e,new DS(t)),this.notifyPropertyAddition_(e,void 0)}finally{QS()}return!0},t.delete_=function(e,t){if(void 0===t&&(t=!1),!fw(this.target_,e))return!0;if(hO(this)&&!vO(this,{object:this.proxy_||this.target_,name:e,type:"remove"}))return null;try{var n,r;ZS();var o,i=gO(this),a="production"!==process.env.NODE_ENV&&ux(),s=this.values_.get(e),u=void 0;if(!s&&(i||a))u=null==(o=UE(this.target_,e))?void 0:o.value;if(t){if(!Reflect.deleteProperty(this.target_,e))return!1}else delete this.target_[e];if("production"!==process.env.NODE_ENV&&delete this.appliedAnnotations_[e],s&&(this.values_.delete(e),s instanceof CS&&(u=s.value_),ex(s)),this.keysAtom_.reportChanged(),null==(n=this.pendingKeys_)||null==(r=n.get(e))||r.set(e in this.target_),i||a){var c={type:"remove",observableKind:"object",object:this.proxy_||this.target_,debugObjectName:this.name_,oldValue:u,name:e};"production"!==process.env.NODE_ENV&&a&&lx(c),i&&bO(this,c),"production"!==process.env.NODE_ENV&&a&&fx()}}finally{QS()}return!0},t.observe_=function(e,t){return"production"!==process.env.NODE_ENV&&!0===t&&LE("`observe` doesn't support the fire immediately property for observable objects."),yO(this,e)},t.intercept_=function(e){return mO(this,e)},t.notifyPropertyAddition_=function(e,t){var n,r,o=gO(this),i="production"!==process.env.NODE_ENV&&ux();if(o||i){var a=o||i?{type:LO,observableKind:"object",debugObjectName:this.name_,object:this.proxy_||this.target_,name:e,newValue:t}:null;"production"!==process.env.NODE_ENV&&i&&lx(a),o&&bO(this,a),"production"!==process.env.NODE_ENV&&i&&fx()}null==(n=this.pendingKeys_)||null==(r=n.get(e))||r.set(!0),this.keysAtom_.reportChanged()},t.ownKeys_=function(){return this.keysAtom_.reportObserved(),cw(this.target_)},t.keys_=function(){return this.keysAtom_.reportObserved(),Object.keys(this.target_)},e}();function HO(e,t){var n;if("production"!==process.env.NODE_ENV&&t&&XO(e)&&LE("Options can't be provided for already observable objects."),fw(e,Ow))return"production"===process.env.NODE_ENV||sC(e)instanceof GO||LE("Cannot convert '"+uC(e)+"' into observable object:\nThe target is already observable of different type.\nExtending builtins is not supported."),e;"production"===process.env.NODE_ENV||Object.isExtensible(e)||LE("Cannot make the designated object observable; it is not extensible");var r=null!=(n=null==t?void 0:t.name)?n:"production"!==process.env.NODE_ENV?(tw(e)?"ObservableObject":e.constructor.name)+"@"+XE():"ObservableObject",o=new GO(e,new Map,String(r),function(e){var t;return e?null!=(t=e.defaultDecorator)?t:Kw(e):void 0}(t));return rw(e,Ow,o),e}var YO=iw("ObservableObjectAdministration",GO);function KO(e){return qO[e]||(qO[e]={get:function(){return this[Ow].getObservablePropValue_(e)},set:function(t){return this[Ow].setObservablePropValue_(e,t)}})}function XO(e){return!!ew(e)&&YO(e[Ow])}function JO(e,t,n){var r;"production"!==process.env.NODE_ENV&&(e.appliedAnnotations_[n]=t),null==(r=e.target_[ww])||delete r[n]}function ZO(e,t,n){if("production"===process.env.NODE_ENV||mC(t)||LE("Cannot annotate '"+e.name_+"."+n.toString()+"': Invalid annotation."),"production"!==process.env.NODE_ENV&&!Pw(t)&&fw(e.appliedAnnotations_,n)){var r=e.name_+"."+n.toString(),o=e.appliedAnnotations_[n].annotationType_;LE("Cannot apply '"+t.annotationType_+"' to '"+r+"':\nThe field is already annotated with '"+o+"'.\nRe-annotating fields is not allowed.\nUse 'override' annotation for methods overriden by subclass.")}}var QO,$O,eC=0,tC=function(){};QO=tC,$O=Array.prototype,Object.setPrototypeOf?Object.setPrototypeOf(QO.prototype,$O):void 0!==QO.prototype.__proto__?QO.prototype.__proto__=$O:QO.prototype=$O;var nC=function(e){function t(t,n,r,o){var i;void 0===r&&(r="production"!==process.env.NODE_ENV?"ObservableArray@"+XE():"ObservableArray"),void 0===o&&(o=!1),i=e.call(this)||this;var a=new OO(r,n,o,!0);if(a.proxy_=yw(i),ow(yw(i),Ow,a),t&&t.length){var s=SS(!0);i.spliceWithArray(0,0,t),xS(s)}return i}gw(t,e);var n=t.prototype;return n.concat=function(){this[Ow].atom_.reportObserved();for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Array.prototype.concat.apply(this.slice(),t.map((function(e){return MO(e)?e.slice():e})))},n[Symbol.iterator]=function(){var e=this,t=0;return pC({next:function(){return t<e.length?{value:e[t++],done:!1}:{done:!0,value:void 0}}})},mw(t,[{key:"length",get:function(){return this[Ow].getArrayLength_()},set:function(e){this[Ow].setArrayLength_(e)}},{key:Symbol.toStringTag,get:function(){return"Array"}}]),t}(tC);function rC(e){_E(nC.prototype,""+e,function(e){return{enumerable:!1,configurable:!0,get:function(){return this[Ow].get_(e)},set:function(t){this[Ow].set_(e,t)}}}(e))}function oC(e){if(e>eC){for(var t=eC;t<e+100;t++)rC(t);eC=e}}function iC(e,t,n){return new nC(e,t,n)}function aC(e,t){if("object"==typeof e&&null!==e){if(MO(e))return void 0!==t&&LE(23),e[Ow].atom_;if(zO(e))return e[Ow];if(UO(e)){if(void 0===t)return e.keysAtom_;var n=e.data_.get(t)||e.hasMap_.get(t);return n||LE(25,t,uC(e)),n}if(XO(e)){if(!t)return LE(26);var r=e[Ow].values_.get(t);return r||LE(27,t,uC(e)),r}if(kw(e)||NS(e)||sx(e))return e}else if(QE(e)&&sx(e[Ow]))return e[Ow];LE(28)}function sC(e,t){return e||LE(29),void 0!==t?sC(aC(e,t)):kw(e)||NS(e)||sx(e)||UO(e)||zO(e)?e:e[Ow]?e[Ow]:void LE(24,e)}function uC(e,t){var n;if(void 0!==t)n=aC(e,t);else{if(xx(e))return e.name;n=XO(e)||UO(e)||zO(e)?sC(e):aC(e)}return n.name_}Object.entries(kO).forEach((function(e){var t=e[0],n=e[1];"concat"!==t&&rw(nC.prototype,t,n)})),oC(1e3);var cC=WE.toString;function lC(e,t,n){return void 0===n&&(n=-1),dC(e,t,n)}function dC(e,t,n,r,o){if(e===t)return 0!==e||1/e==1/t;if(null==e||null==t)return!1;if(e!=e)return t!=t;var i=typeof e;if(!QE(i)&&"object"!==i&&"object"!=typeof t)return!1;var a=cC.call(e);if(a!==cC.call(t))return!1;switch(a){case"[object RegExp]":case"[object String]":return""+e==""+t;case"[object Number]":return+e!=+e?+t!=+t:0==+e?1/+e==1/t:+e==+t;case"[object Date]":case"[object Boolean]":return+e==+t;case"[object Symbol]":return"undefined"!=typeof Symbol&&Symbol.valueOf.call(e)===Symbol.valueOf.call(t);case"[object Map]":case"[object Set]":n>=0&&n++}e=fC(e),t=fC(t);var s="[object Array]"===a;if(!s){if("object"!=typeof e||"object"!=typeof t)return!1;var u=e.constructor,c=t.constructor;if(u!==c&&!(QE(u)&&u instanceof u&&QE(c)&&c instanceof c)&&"constructor"in e&&"constructor"in t)return!1}if(0===n)return!1;n<0&&(n=-1),o=o||[];for(var l=(r=r||[]).length;l--;)if(r[l]===e)return o[l]===t;if(r.push(e),o.push(t),s){if((l=e.length)!==t.length)return!1;for(;l--;)if(!dC(e[l],t[l],n-1,r,o))return!1}else{var d,f=Object.keys(e);if(l=f.length,Object.keys(t).length!==l)return!1;for(;l--;)if(!fw(t,d=f[l])||!dC(e[d],t[d],n-1,r,o))return!1}return r.pop(),o.pop(),!0}function fC(e){return MO(e)?e.slice():aw(e)||UO(e)||sw(e)||zO(e)?Array.from(e.entries()):e}function pC(e){return e[Symbol.iterator]=hC,e}function hC(){return this}function mC(e){return e instanceof Object&&"string"==typeof e.annotationType_&&QE(e.make_)&&QE(e.extend_)}["Symbol","Map","Set"].forEach((function(e){void 0===VE()[e]&&LE("MobX requires global '"+e+"' to be available or polyfilled")})),"object"==typeof __MOBX_DEVTOOLS_GLOBAL_HOOK__&&__MOBX_DEVTOOLS_GLOBAL_HOOK__.injectMobx({spy:px,extras:{getDebugName:uC},$mobx:Ow});var vC=Object.freeze({__proto__:null,$mobx:Ow,FlowCancellationError:Fx,ObservableMap:BO,ObservableSet:WO,Reaction:rx,_allowStateChanges:wS,_allowStateChangesInsideComputed:Sx,_allowStateReadsEnd:_S,_allowStateReadsStart:US,_autoAction:wx,_endAction:ES,_getAdministration:sC,_getGlobalState:function(){return YS},_interceptReads:function(e,t,n){var r;if(UO(e)||MO(e)||kS(e))r=sC(e);else if(XO(e)){if("production"!==process.env.NODE_ENV&&!$E(t))return LE("InterceptReads can only be used with a specific property, not with an object in general");r=sC(e,t)}else if("production"!==process.env.NODE_ENV)return LE("Expected observable map, object or array as first array");return"production"!==process.env.NODE_ENV&&void 0!==r.dehancer?LE("An intercept reader was already established"):(r.dehancer="function"==typeof t?t:n,function(){r.dehancer=void 0})},_isComputingDerivation:function(){return null!==YS.trackingDerivation},_resetGlobalState:function(){var e=new qS;for(var t in e)-1===zS.indexOf(t)&&(YS[t]=e[t]);YS.allowStateChanges=!YS.enforceActions},_startAction:bS,action:Ex,autorun:Ox,comparer:Aw,computed:dS,configure:Rx,createAtom:Tw,defineProperty:function(e,t,n){if(XO(e))return e[Ow].defineProperty_(t,n);LE(39)},entries:Zx,extendObservable:Px,flow:Ux,flowResult:function(e){return e},get:tO,getAtom:aC,getDebugName:uC,getDependencyTree:Ix,getObserverTree:function(e,t){return jx(aC(e,t))},has:eO,intercept:zx,isAction:xx,isBoxedObservable:kS,isComputed:Gx,isComputedProp:Hx,isFlow:Wx,isFlowCancellationError:function(e){return e instanceof Fx},isObservable:Kx,isObservableArray:MO,isObservableMap:UO,isObservableObject:XO,isObservableProp:function(e,t){return"production"===process.env.NODE_ENV||$E(t)?Yx(e,t):LE("expected a property name as second argument")},isObservableSet:zO,keys:Xx,makeAutoObservable:function(e,t,n){if("production"!==process.env.NODE_ENV&&(tw(e)||tw(Object.getPrototypeOf(e))||LE("'makeAutoObservable' can only be used for classes that don't have a superclass"),XO(e)&&LE("makeAutoObservable can only be used on objects not already made observable")),tw(e))return Px(e,e,t,n);var r=HO(e,n)[Ow];if(!e[wO]){var o=Object.getPrototypeOf(e),i=new Set([].concat(cw(e),cw(o)));i.delete("constructor"),i.delete(Ow),rw(o,wO,i)}ZS();try{e[wO].forEach((function(e){return r.make_(e,!t||(!(e in t)||t[e]))}))}finally{QS()}return e},makeObservable:EO,observable:uS,observe:rO,onBecomeObserved:Ax,onBecomeUnobserved:Dx,onReactionError:function(e){return YS.globalReactionErrorHandlers.push(e),function(){var t=YS.globalReactionErrorHandlers.indexOf(e);t>=0&&YS.globalReactionErrorHandlers.splice(t,1)}},override:Rw,ownKeys:nO,reaction:Tx,remove:$x,runInAction:Sx,set:Qx,spy:px,toJS:aO,trace:sO,transaction:cO,untracked:FS,values:Jx,when:function(e,t,n){return 1===arguments.length||t&&"object"==typeof t?dO(e,t):lO(e,t,n||{})}});if(!f)throw new Error("mobx-react-lite requires React with Hooks support");if(!EO)throw new Error("mobx-react-lite@3 requires mobx at least version 6 to be available");function gC(e){e()}function yC(e){return Ix(e)}var bC="undefined"==typeof FinalizationRegistry?void 0:FinalizationRegistry;function EC(e){return{reaction:e,mounted:!1,changedBeforeMount:!1,cleanAt:Date.now()+wC}}var wC=1e4;var SC=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var xC=bC?function(e){var t=new Map,n=1,r=new e((function(e){var n=t.get(e);n&&(n.reaction.dispose(),t.delete(e))}));return{addReactionToTrack:function(e,o,i){var a=n++;return r.register(i,a,e),e.current=EC(o),e.current.finalizationRegistryCleanupToken=a,t.set(a,e.current),e.current},recordReactionAsCommitted:function(e){r.unregister(e),e.current&&e.current.finalizationRegistryCleanupToken&&t.delete(e.current.finalizationRegistryCleanupToken)},forceCleanupTimerToRunNowForTests:function(){},resetCleanupScheduleForTests:function(){}}}(bC):function(){var e,t=new Set;function n(){void 0===e&&(e=setTimeout(r,1e4))}function r(){e=void 0;var r=Date.now();t.forEach((function(e){var n=e.current;n&&r>=n.cleanAt&&(n.reaction.dispose(),e.current=null,t.delete(e))})),t.size>0&&n()}return{addReactionToTrack:function(e,r,o){var i;return e.current=EC(r),i=e,t.add(i),n(),e.current},recordReactionAsCommitted:function(e){t.delete(e)},forceCleanupTimerToRunNowForTests:function(){e&&(clearTimeout(e),r())},resetCleanupScheduleForTests:function(){var n,r;if(t.size>0){try{for(var o=SC(t),i=o.next();!i.done;i=o.next()){var a=i.value,s=a.current;s&&(s.reaction.dispose(),a.current=null)}}catch(e){n={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}t.clear()}e&&(clearTimeout(e),e=void 0)}}}(),OC=xC.addReactionToTrack,CC=xC.recordReactionAsCommitted,kC=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a};function TC(e){return"observer"+e}var AC=function(){};function DC(){return new AC}var NC=function(){return(NC=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function RC(e,n){var o,i,a,s=NC({forwardRef:!1},n),u=e.displayName||e.name,c=function(n,r){return function(e,n){void 0===n&&(n="observed");var r=kC(t.useState(DC),1)[0],o=kC(t.useState(),2)[1],i=function(){return o([])},a=t.useRef(null);if(!a.current)var s=new rx(TC(n),(function(){u.mounted?i():u.changedBeforeMount=!0})),u=OC(a,s,r);var c,l,d=a.current.reaction;if(t.useDebugValue(d,yC),t.useEffect((function(){return CC(a),a.current?(a.current.mounted=!0,a.current.changedBeforeMount&&(a.current.changedBeforeMount=!1,i())):(a.current={reaction:new rx(TC(n),(function(){i()})),mounted:!0,changedBeforeMount:!1,cleanAt:1/0},i()),function(){a.current.reaction.dispose(),a.current=null}}),[]),d.track((function(){try{c=e()}catch(e){l=e}})),l)throw l;return c}((function(){return e(n,r)}),u)};return c.displayName=u,e.contextTypes&&(c.contextTypes=e.contextTypes),o=s.forwardRef?p(r(c)):p(c),i=e,a=o,Object.keys(i).forEach((function(e){PC[e]||Object.defineProperty(a,e,Object.getOwnPropertyDescriptor(i,e))})),o.displayName=u,"production"!==process.env.NODE_ENV&&Object.defineProperty(o,"contextTypes",{set:function(){throw new Error("[mobx-react-lite] `"+(this.displayName||"Component")+".contextTypes` must be set before applying `observer`.")}}),o}var PC={$$typeof:!0,render:!0,compare:!0,type:!0};process.env.NODE_ENV,function(e){e||(e=gC,"production"!==process.env.NODE_ENV&&console.warn("[MobX] Failed to get unstable_batched updates from react-dom / react-native")),Rx({reactionScheduler:e})}(S);
317
- /*! *****************************************************************************
318
- Copyright (c) Microsoft Corporation.
319
-
320
- Permission to use, copy, modify, and/or distribute this software for any
321
- purpose with or without fee is hereby granted.
322
-
323
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
324
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
325
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
326
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
327
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
328
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
329
- PERFORMANCE OF THIS SOFTWARE.
330
- ***************************************************************************** */
331
- var IC=function(e,t){return(IC=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};var MC=function(){return(MC=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function jC(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}function LC(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||t)}function FC(e,t,n){if(void 0===n&&(n=Error),!e)throw new n(t)}
332
- /*! *****************************************************************************
333
- Copyright (c) Microsoft Corporation.
334
-
335
- Permission to use, copy, modify, and/or distribute this software for any
336
- purpose with or without fee is hereby granted.
337
-
338
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
339
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
340
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
341
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
342
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
343
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
344
- PERFORMANCE OF THIS SOFTWARE.
345
- ***************************************************************************** */var VC=function(e,t){return(VC=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function BC(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}VC(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var UC=function(){return(UC=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function _C(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||t)}
346
- /*! *****************************************************************************
347
- Copyright (c) Microsoft Corporation.
348
-
349
- Permission to use, copy, modify, and/or distribute this software for any
350
- purpose with or without fee is hereby granted.
351
-
352
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
353
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
354
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
355
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
356
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
357
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
358
- PERFORMANCE OF THIS SOFTWARE.
359
- ***************************************************************************** */var WC=function(e,t){return(WC=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function zC(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}WC(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var qC=function(){return(qC=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function GC(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||t)}
360
- /*! *****************************************************************************
361
- Copyright (c) Microsoft Corporation.
362
-
363
- Permission to use, copy, modify, and/or distribute this software for any
364
- purpose with or without fee is hereby granted.
365
-
366
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
367
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
368
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
369
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
370
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
371
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
372
- PERFORMANCE OF THIS SOFTWARE.
373
- ***************************************************************************** */var HC,YC,KC,XC=function(){return(XC=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function JC(e){return e.type===YC.literal}function ZC(e){return e.type===YC.argument}function QC(e){return e.type===YC.number}function $C(e){return e.type===YC.date}function ek(e){return e.type===YC.time}function tk(e){return e.type===YC.select}function nk(e){return e.type===YC.plural}function rk(e){return e.type===YC.pound}function ok(e){return e.type===YC.tag}function ik(e){return!(!e||"object"!=typeof e||e.type!==KC.number)}function ak(e){return!(!e||"object"!=typeof e||e.type!==KC.dateTime)}!function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(HC||(HC={})),function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"}(YC||(YC={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(KC||(KC={}));var sk=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,uk=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function ck(e){var t={};return e.replace(uk,(function(e){var n=e.length;switch(e[0]){case"G":t.era=4===n?"long":5===n?"narrow":"short";break;case"y":t.year=2===n?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=4===n?"short":5===n?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
374
- /*! *****************************************************************************
375
- Copyright (c) Microsoft Corporation.
376
-
377
- Permission to use, copy, modify, and/or distribute this software for any
378
- purpose with or without fee is hereby granted.
379
-
380
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
381
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
382
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
383
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
384
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
385
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
386
- PERFORMANCE OF THIS SOFTWARE.
387
- ***************************************************************************** */var lk=function(){return(lk=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},dk=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var fk,pk=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,hk=/^(@+)?(\+|#+)?[rs]?$/g,mk=/(\*)(0+)|(#+)(0+)|(0+)/g,vk=/^(0+)$/;function gk(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(hk,(function(e,n,r){return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function yk(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function bk(e){var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if("+!"===n?(t.signDisplay="always",e=e.slice(2)):"+?"===n&&(t.signDisplay="exceptZero",e=e.slice(2)),!vk.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Ek(e){var t=yk(e);return t||{}}function wk(e){for(var t={},n=0,r=e;n<r.length;n++){var o=r[n];switch(o.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=o.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=o.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=lk(lk(lk({},t),{notation:"scientific"}),o.options.reduce((function(e,t){return lk(lk({},e),Ek(t))}),{}));continue;case"engineering":t=lk(lk(lk({},t),{notation:"engineering"}),o.options.reduce((function(e,t){return lk(lk({},e),Ek(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(o.options[0]);continue;case"integer-width":if(o.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(mk,(function(e,n,r,o,i,a){if(n)t.minimumIntegerDigits=r.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(vk.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(pk.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(pk,(function(e,n,r,o,i,a){return"*"===r?t.minimumFractionDigits=n.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length),""}));var i=o.options[0];"w"===i?t=lk(lk({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=lk(lk({},t),gk(i)))}else if(hk.test(o.stem))t=lk(lk({},t),gk(o.stem));else{var a=yk(o.stem);a&&(t=lk(lk({},t),a));var s=bk(o.stem);s&&(t=lk(lk({},t),s))}}return t}var Sk=new RegExp("^"+sk.source+"*"),xk=new RegExp(sk.source+"*$");function Ok(e,t){return{start:e,end:t}}var Ck=!!String.prototype.startsWith,kk=!!String.fromCodePoint,Tk=!!Object.fromEntries,Ak=!!String.prototype.codePointAt,Dk=!!String.prototype.trimStart,Nk=!!String.prototype.trimEnd,Rk=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Pk=!0;try{Pk="a"===(null===(fk=Uk("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===fk?void 0:fk[0])}catch(xH){Pk=!1}var Ik,Mk=Ck?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},jk=kk?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n,r="",o=e.length,i=0;o>i;){if((n=e[i++])>1114111)throw RangeError(n+" is not a valid code point");r+=n<65536?String.fromCharCode(n):String.fromCharCode(55296+((n-=65536)>>10),n%1024+56320)}return r},Lk=Tk?Object.fromEntries:function(e){for(var t={},n=0,r=e;n<r.length;n++){var o=r[n],i=o[0],a=o[1];t[i]=a}return t},Fk=Ak?function(e,t){return e.codePointAt(t)}:function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,o=e.charCodeAt(t);return o<55296||o>56319||t+1===n||(r=e.charCodeAt(t+1))<56320||r>57343?o:r-56320+(o-55296<<10)+65536}},Vk=Dk?function(e){return e.trimStart()}:function(e){return e.replace(Sk,"")},Bk=Nk?function(e){return e.trimEnd()}:function(e){return e.replace(xk,"")};function Uk(e,t){return new RegExp(e,t)}if(Pk){var _k=Uk("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ik=function(e,t){var n;return _k.lastIndex=t,null!==(n=_k.exec(e)[1])&&void 0!==n?n:""}}else Ik=function(e,t){for(var n=[];;){var r=Fk(e,t);if(void 0===r||Gk(r)||Hk(r))break;n.push(r),t+=r>=65536?2:1}return jk.apply(void 0,n)};var Wk=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,n)).err)return i;r.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(HC.UNMATCHED_CLOSING_TAG,Ok(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&zk(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;r.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;r.push(i.val)}}else{var a=this.clonePosition();this.bump(),r.push({type:YC.pound,location:Ok(a,this.clonePosition())})}}}return{val:r,err:null}},e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:YC.literal,value:"<"+r+"/>",location:Ok(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!zk(this.char()))return this.error(HC.INVALID_TAG,Ok(a,this.clonePosition()));var s=this.clonePosition();return r!==this.parseTagName()?this.error(HC.UNMATCHED_CLOSING_TAG,Ok(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:YC.tag,value:r,children:i,location:Ok(n,this.clonePosition())},err:null}:this.error(HC.INVALID_TAG,Ok(a,this.clonePosition())))}return this.error(HC.UNCLOSED_TAG,Ok(n,this.clonePosition()))}return this.error(HC.INVALID_TAG,Ok(n,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&qk(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var o=this.tryParseQuote(t);if(o)r+=o;else{var i=this.tryParseUnquoted(e,t);if(i)r+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;r+=a}}}var s=Ok(n,this.clonePosition());return{val:{type:YC.literal,value:r,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(zk(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(39===n){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(n);this.bump()}return jk.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return 60===n||123===n||35===n&&("plural"===t||"selectordinal"===t)||125===n&&e>0?null:(this.bump(),jk(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(HC.EXPECT_ARGUMENT_CLOSING_BRACE,Ok(n,this.clonePosition()));if(125===this.char())return this.bump(),this.error(HC.EMPTY_ARGUMENT,Ok(n,this.clonePosition()));var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(HC.MALFORMED_ARGUMENT,Ok(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(HC.EXPECT_ARGUMENT_CLOSING_BRACE,Ok(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:YC.argument,value:r,location:Ok(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(HC.EXPECT_ARGUMENT_CLOSING_BRACE,Ok(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(HC.MALFORMED_ARGUMENT,Ok(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=Ik(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Ok(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(HC.EXPECT_ARGUMENT_TYPE,Ok(i,s));case"number":case"date":case"time":this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((v=this.parseSimpleArgStyleIfPossible()).err)return v;if(0===(f=Bk(v.val)).length)return this.error(HC.EXPECT_ARGUMENT_STYLE,Ok(this.clonePosition(),this.clonePosition()));u={style:f,styleLocation:Ok(c,this.clonePosition())}}if((g=this.tryParseArgumentClose(r)).err)return g;var l=Ok(r,this.clonePosition());if(u&&Mk(null==u?void 0:u.style,"::",0)){var d=Vk(u.style.slice(2));if("number"===a)return(v=this.parseNumberSkeletonFromString(d,u.styleLocation)).err?v:{val:{type:YC.number,value:n,location:l,style:v.val},err:null};if(0===d.length)return this.error(HC.EXPECT_DATE_TIME_SKELETON,l);var f={type:KC.dateTime,pattern:d,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?ck(d):{}};return{val:{type:"date"===a?YC.date:YC.time,value:n,location:l,style:f},err:null}}return{val:{type:"number"===a?YC.number:"date"===a?YC.date:YC.time,value:n,location:l,style:null!==(o=null==u?void 0:u.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var p=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(HC.EXPECT_SELECT_ARGUMENT_OPTIONS,Ok(p,XC({},p)));this.bumpSpace();var h=this.parseIdentifierIfPossible(),m=0;if("select"!==a&&"offset"===h.value){if(!this.bumpIf(":"))return this.error(HC.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ok(this.clonePosition(),this.clonePosition()));var v;if(this.bumpSpace(),(v=this.tryParseDecimalInteger(HC.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,HC.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return v;this.bumpSpace(),h=this.parseIdentifierIfPossible(),m=v.val}var g,y=this.tryParsePluralOrSelectOptions(e,a,t,h);if(y.err)return y;if((g=this.tryParseArgumentClose(r)).err)return g;var b=Ok(r,this.clonePosition());return"select"===a?{val:{type:YC.select,value:n,options:Lk(y.val),location:b},err:null}:{val:{type:YC.plural,value:n,options:Lk(y.val),offset:m,pluralType:"plural"===a?"cardinal":"ordinal",location:b},err:null};default:return this.error(HC.INVALID_ARGUMENT_TYPE,Ok(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(HC.EXPECT_ARGUMENT_CLOSING_BRACE,Ok(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(HC.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Ok(n,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var n=[];try{n=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=[],n=0,r=e.split(dk).filter((function(e){return e.length>0}));n<r.length;n++){var o=r[n].split("/");if(0===o.length)throw new Error("Invalid number skeleton");for(var i=o[0],a=o.slice(1),s=0,u=a;s<u.length;s++)if(0===u[s].length)throw new Error("Invalid number skeleton");t.push({stem:i,options:a})}return t}(e)}catch(e){return this.error(HC.INVALID_NUMBER_SKELETON,t)}return{val:{type:KC.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?wk(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){for(var o,i=!1,a=[],s=new Set,u=r.value,c=r.location;;){if(0===u.length){var l=this.clonePosition();if("select"===t||!this.bumpIf("="))break;var d=this.tryParseDecimalInteger(HC.EXPECT_PLURAL_ARGUMENT_SELECTOR,HC.INVALID_PLURAL_ARGUMENT_SELECTOR);if(d.err)return d;c=Ok(l,this.clonePosition()),u=this.message.slice(l.offset,this.offset())}if(s.has(u))return this.error("select"===t?HC.DUPLICATE_SELECT_ARGUMENT_SELECTOR:HC.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===u&&(i=!0),this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?HC.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:HC.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ok(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(e+1,t,n);if(p.err)return p;var h=this.tryParseArgumentClose(f);if(h.err)return h;a.push([u,{value:p.val,location:Ok(f,this.clonePosition())}]),s.add(u),this.bumpSpace(),u=(o=this.parseIdentifierIfPossible()).value,c=o.location}return 0===a.length?this.error("select"===t?HC.EXPECT_SELECT_ARGUMENT_SELECTOR:HC.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ok(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!i?this.error(HC.MISSING_OTHER_CLAUSE,Ok(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var o=!1,i=0;!this.isEOF();){var a=this.char();if(!(a>=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Ok(r,this.clonePosition());return o?Rk(i*=n)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=Fk(this.message,e);if(void 0===t)throw Error("Offset "+e+" is at invalid UTF-16 code unit boundary");return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(Mk(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset "+e+" must be greater than or equal to the current offset "+this.offset());for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset "+e+" is at invalid UTF-16 code unit boundary");if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Gk(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),n=this.message.charCodeAt(t+(e>=65536?2:1));return null!=n?n:null},e}();function zk(e){return e>=97&&e<=122||e>=65&&e<=90}function qk(e){return 45===e||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Gk(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Hk(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Yk(e){e.forEach((function(e){if(delete e.location,tk(e)||nk(e))for(var t in e.options)delete e.options[t].location,Yk(e.options[t].value);else QC(e)&&ik(e.style)||($C(e)||ek(e))&&ak(e.style)?delete e.style.location:ok(e)&&Yk(e.children)}))}function Kk(e,t){void 0===t&&(t={}),t=XC({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new Wk(e,t).parse();if(n.err){var r=SyntaxError(HC[n.err.kind]);throw r.location=n.err.location,r.originalMessage=n.err.message,r}return(null==t?void 0:t.captureLocation)||Yk(n.val),n.val}function Xk(e,t){var n=t&&t.cache?t.cache:rT,r=t&&t.serializer?t.serializer:eT;return(t&&t.strategy?t.strategy:$k)(e,{cache:n,serializer:r})}function Jk(e,t,n,r){var o,i=null==(o=r)||"number"==typeof o||"boolean"==typeof o?r:n(r),a=t.get(i);return void 0===a&&(a=e.call(this,r),t.set(i,a)),a}function Zk(e,t,n){var r=Array.prototype.slice.call(arguments,3),o=n(r),i=t.get(o);return void 0===i&&(i=e.apply(this,r),t.set(o,i)),i}function Qk(e,t,n,r,o){return n.bind(t,e,r,o)}function $k(e,t){return Qk(e,this,1===e.length?Jk:Zk,t.cache.create(),t.serializer)}var eT=function(){return JSON.stringify(arguments)};function tT(){this.cache=Object.create(null)}tT.prototype.get=function(e){return this.cache[e]},tT.prototype.set=function(e,t){this.cache[e]=t};var nT,rT={create:function(){return new tT}},oT={variadic:function(e,t){return Qk(e,this,Zk,t.cache.create(),t.serializer)},monadic:function(e,t){return Qk(e,this,Jk,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(nT||(nT={}));var iT,aT=function(e){function t(t,n,r){var o=e.call(this,t)||this;return o.code=n,o.originalMessage=r,o}return zC(t,e),t.prototype.toString=function(){return"[formatjs Error: "+this.code+"] "+this.message},t}(Error),sT=function(e){function t(t,n,r,o){return e.call(this,'Invalid values for "'+t+'": "'+n+'". Options are "'+Object.keys(r).join('", "')+'"',nT.INVALID_VALUE,o)||this}return zC(t,e),t}(aT),uT=function(e){function t(t,n,r){return e.call(this,'Value for "'+t+'" must be of type '+n,nT.INVALID_VALUE,r)||this}return zC(t,e),t}(aT),cT=function(e){function t(t,n){return e.call(this,'The intl string context variable "'+t+'" was not provided to the string "'+n+'"',nT.MISSING_VALUE,n)||this}return zC(t,e),t}(aT);function lT(e){return"function"==typeof e}function dT(e,t,n,r,o,i,a){if(1===e.length&&JC(e[0]))return[{type:iT.literal,value:e[0].value}];for(var s=[],u=0,c=e;u<c.length;u++){var l=c[u];if(JC(l))s.push({type:iT.literal,value:l.value});else if(rk(l))"number"==typeof i&&s.push({type:iT.literal,value:n.getNumberFormat(t).format(i)});else{var d=l.value;if(!o||!(d in o))throw new cT(d,a);var f=o[d];if(ZC(l))f&&"string"!=typeof f&&"number"!=typeof f||(f="string"==typeof f||"number"==typeof f?String(f):""),s.push({type:"string"==typeof f?iT.literal:iT.object,value:f});else if($C(l)){var p="string"==typeof l.style?r.date[l.style]:ak(l.style)?l.style.parsedOptions:void 0;s.push({type:iT.literal,value:n.getDateTimeFormat(t,p).format(f)})}else if(ek(l)){p="string"==typeof l.style?r.time[l.style]:ak(l.style)?l.style.parsedOptions:void 0;s.push({type:iT.literal,value:n.getDateTimeFormat(t,p).format(f)})}else if(QC(l)){(p="string"==typeof l.style?r.number[l.style]:ik(l.style)?l.style.parsedOptions:void 0)&&p.scale&&(f*=p.scale||1),s.push({type:iT.literal,value:n.getNumberFormat(t,p).format(f)})}else{if(ok(l)){var h=l.children,m=l.value,v=o[m];if(!lT(v))throw new uT(m,"function",a);var g=v(dT(h,t,n,r,o,i).map((function(e){return e.value})));Array.isArray(g)||(g=[g]),s.push.apply(s,g.map((function(e){return{type:"string"==typeof e?iT.literal:iT.object,value:e}})))}if(tk(l)){if(!(y=l.options[f]||l.options.other))throw new sT(l.value,f,Object.keys(l.options),a);s.push.apply(s,dT(y.value,t,n,r,o))}else if(nk(l)){var y;if(!(y=l.options["="+f])){if(!Intl.PluralRules)throw new aT('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',nT.MISSING_INTL_API,a);var b=n.getPluralRules(t,{type:l.pluralType}).select(f-(l.offset||0));y=l.options[b]||l.options.other}if(!y)throw new sT(l.value,f,Object.keys(l.options),a);s.push.apply(s,dT(y.value,t,n,r,o,f-(l.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce((function(e,t){var n=e[e.length-1];return n&&n.type===iT.literal&&t.type===iT.literal?n.value+=t.value:e.push(t),e}),[])}(s)}function fT(e,t){return t?Object.keys(e).reduce((function(n,r){var o,i;return n[r]=(o=e[r],(i=t[r])?qC(qC(qC({},o||{}),i||{}),Object.keys(o).reduce((function(e,t){return e[t]=qC(qC({},o[t]),i[t]||{}),e}),{})):o),n}),qC({},e)):e}function pT(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(iT||(iT={}));var hT,mT=function(){function e(t,n,r,o){var i=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=i.formatToParts(e);if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===iT.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return dT(i.ast,i.locales,i.formatters,i.formats,e,void 0,i.message)},this.resolvedOptions=function(){return{locale:Intl.NumberFormat.supportedLocalesOf(i.locales)[0]}},this.getAst=function(){return i.ast},"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=e.__parse(t,{ignoreTag:null==o?void 0:o.ignoreTag})}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=fT(e.formats,r),this.locales=n,this.formatters=o&&o.formatters||function(e){return void 0===e&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Xk((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,GC([void 0],t,!1)))}),{cache:pT(e.number),strategy:oT.variadic}),getDateTimeFormat:Xk((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,GC([void 0],t,!1)))}),{cache:pT(e.dateTime),strategy:oT.variadic}),getPluralRules:Xk((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,GC([void 0],t,!1)))}),{cache:pT(e.pluralRules),strategy:oT.variadic})}}(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.__parse=Kk,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(hT||(hT={}));var vT=function(e){function t(n,r,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error "+n+"] "+r+" \n"+(a?"\n"+a.message+"\n"+a.stack:""))||this).code=n,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return BC(t,e),t}(Error),gT=function(e){function t(t,n){return e.call(this,hT.UNSUPPORTED_FORMATTER,t,n)||this}return BC(t,e),t}(vT),yT=function(e){function t(t,n){return e.call(this,hT.INVALID_CONFIG,t,n)||this}return BC(t,e),t}(vT),bT=function(e){function t(t,n){return e.call(this,hT.MISSING_DATA,t,n)||this}return BC(t,e),t}(vT),ET=function(e){function t(t,n,r){return e.call(this,hT.FORMAT_ERROR,t+" \nLocale: "+n+"\n",r)||this}return BC(t,e),t}(vT),wT=function(e){function t(t,n,r,o){var i=e.call(this,t+" \nMessageID: "+(null==r?void 0:r.id)+"\nDefault Message: "+(null==r?void 0:r.defaultMessage)+"\nDescription: "+(null==r?void 0:r.description)+" \n",n,o)||this;return i.descriptor=r,i}return BC(t,e),t}(ET),ST=function(e){function t(t,n){var r=e.call(this,hT.MISSING_TRANSLATION,'Missing message: "'+t.id+'" for locale "'+n+'", using '+(t.defaultMessage?"default message":"id")+" as fallback.")||this;return r.descriptor=t,r}return BC(t,e),t}(vT);function xT(e,t,n){return void 0===n&&(n={}),t.reduce((function(t,r){return r in e?t[r]=e[r]:r in n&&(t[r]=n[r]),t}),{})}var OT={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){"production"!==process.env.NODE_ENV&&console.error(e)}};function CT(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function kT(e,t,n,r){var o,i=e&&e[t];if(i&&(o=i[n]),o)return o;r(new gT("No "+t+" format named: "+n))}function TT(e,t){return Object.keys(e).reduce((function(n,r){return n[r]=UC({timeZone:t},e[r]),n}),{})}function AT(e,t){return Object.keys(UC(UC({},e),t)).reduce((function(n,r){return n[r]=UC(UC({},e[r]||{}),t[r]||{}),n}),{})}function DT(e,t){if(!t)return e;var n=mT.formats;return UC(UC(UC({},n),e),{date:AT(TT(n.date,t),TT(e.date||{},t)),time:AT(TT(n.time,t),TT(e.time||{},t))})}function NT(e,t,n,r,o){var i=e.locale,a=e.formats,s=e.messages,u=e.defaultLocale,c=e.defaultFormats,l=e.fallbackOnEmptyString,d=e.onError,f=e.timeZone,p=e.defaultRichTextElements;void 0===n&&(n={id:""});var h=n.id,m=n.defaultMessage;FC(!!h,"[@formatjs/intl] An `id` must be provided to format a message. You can either:\n1. Configure your build toolchain with [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin)\nor [@formatjs/ts-transformer](https://formatjs.io/docs/tooling/ts-transformer) OR\n2. Configure your `eslint` config to include [eslint-plugin-formatjs](https://formatjs.io/docs/tooling/linter#enforce-id)\nto autofix this issue");var v=String(h),g=s&&Object.prototype.hasOwnProperty.call(s,v)&&s[v];if(Array.isArray(g)&&1===g.length&&g[0].type===YC.literal)return g[0].value;if(!r&&g&&"string"==typeof g&&!p)return g.replace(/'\{(.*?)\}'/gi,"{$1}");if(r=UC(UC({},p),r||{}),a=DT(a,f),c=DT(c,f),!g){if(!1===l&&""===g)return g;if((!m||i&&i.toLowerCase()!==u.toLowerCase())&&d(new ST(n,i)),m)try{return t.getMessageFormat(m,u,c,o).format(r)}catch(e){return d(new wT('Error formatting default message for: "'+v+'", rendering default message verbatim',i,n,e)),"string"==typeof m?m:v}return v}try{return t.getMessageFormat(g,i,a,UC({formatters:t},o||{})).format(r)}catch(e){d(new wT('Error formatting message: "'+v+'", using '+(m?"default message":"id")+" as fallback.",i,n,e))}if(m)try{return t.getMessageFormat(m,u,c,o).format(r)}catch(e){d(new wT('Error formatting the default message for: "'+v+'", rendering message verbatim',i,n,e))}return"string"==typeof g?g:"string"==typeof m?m:v}var RT=["localeMatcher","formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName","hourCycle","dateStyle","timeStyle","calendar","numberingSystem"];function PT(e,t,n,r){var o=e.locale,i=e.formats,a=e.onError,s=e.timeZone;void 0===r&&(r={});var u=r.format,c=UC(UC({},s&&{timeZone:s}),u&&kT(i,t,u,a)),l=xT(r,RT,c);return"time"!==t||l.hour||l.minute||l.second||l.timeStyle||l.dateStyle||(l=UC(UC({},l),{hour:"numeric",minute:"numeric"})),n(o,l)}function IT(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var o=n[0],i=n[1],a=void 0===i?{}:i,s="string"==typeof o?new Date(o||0):o;try{return PT(e,"date",t,a).format(s)}catch(t){e.onError(new vT(hT.FORMAT_ERROR,"Error formatting date.",t))}return String(s)}function MT(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var o=n[0],i=n[1],a=void 0===i?{}:i,s="string"==typeof o?new Date(o||0):o;try{return PT(e,"time",t,a).format(s)}catch(t){e.onError(new vT(hT.FORMAT_ERROR,"Error formatting time.",t))}return String(s)}function jT(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var o=n[0],i=n[1],a=n[2],s=void 0===a?{}:a,u=e.timeZone,c=e.locale,l=e.onError,d=xT(s,RT,u?{timeZone:u}:{});try{return t(c,d).formatRange(o,i)}catch(e){l(new vT(hT.FORMAT_ERROR,"Error formatting date time range.",e))}return String(o)}function LT(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var o=n[0],i=n[1],a=void 0===i?{}:i,s="string"==typeof o?new Date(o||0):o;try{return PT(e,"date",t,a).formatToParts(s)}catch(t){e.onError(new vT(hT.FORMAT_ERROR,"Error formatting date.",t))}return[]}function FT(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var o=n[0],i=n[1],a=void 0===i?{}:i,s="string"==typeof o?new Date(o||0):o;try{return PT(e,"time",t,a).formatToParts(s)}catch(t){e.onError(new vT(hT.FORMAT_ERROR,"Error formatting time.",t))}return[]}var VT=["localeMatcher","style","type","fallback"];function BT(e,t,n,r){var o=e.locale,i=e.onError;Intl.DisplayNames||i(new aT('Intl.DisplayNames is not available in this environment.\nTry polyfilling it using "@formatjs/intl-displaynames"\n',nT.MISSING_INTL_API));var a=xT(r,VT);try{return t(o,a).of(n)}catch(e){i(new vT(hT.FORMAT_ERROR,"Error formatting display name.",e))}}var UT=["localeMatcher","type","style"],_T=Date.now();function WT(e,t,n,r){void 0===r&&(r={});var o=zT(e,t,n,r).reduce((function(e,t){var n=t.value;return"string"!=typeof n?e.push(n):"string"==typeof e[e.length-1]?e[e.length-1]+=n:e.push(n),e}),[]);return 1===o.length?o[0]:o}function zT(e,t,n,r){var o=e.locale,i=e.onError;void 0===r&&(r={}),Intl.ListFormat||i(new aT('Intl.ListFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-listformat"\n',nT.MISSING_INTL_API));var a=xT(r,UT);try{var s={},u=n.map((function(e,t){if("object"==typeof e){var n=function(e){return _T+"_"+e+"_"+_T}(t);return s[n]=e,n}return String(e)}));return t(o,a).formatToParts(u).map((function(e){return"literal"===e.type?e:UC(UC({},e),{value:s[e.value]||e.value})}))}catch(e){i(new vT(hT.FORMAT_ERROR,"Error formatting list.",e))}return n}var qT=["localeMatcher","type"];function GT(e,t,n,r){var o=e.locale,i=e.onError;void 0===r&&(r={}),Intl.PluralRules||i(new aT('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',nT.MISSING_INTL_API));var a=xT(r,qT);try{return t(o,a).select(n)}catch(e){i(new ET("Error formatting plural.",o,e))}return"other"}var HT=["numeric","style"];function YT(e,t,n,r,o){void 0===o&&(o={}),r||(r="second"),Intl.RelativeTimeFormat||e.onError(new aT('Intl.RelativeTimeFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-relativetimeformat"\n',nT.MISSING_INTL_API));try{return function(e,t,n){var r=e.locale,o=e.formats,i=e.onError;void 0===n&&(n={});var a=n.format,s=!!a&&kT(o,"relative",a,i)||{};return t(r,xT(n,HT,s))}(e,t,o).format(n,r)}catch(t){e.onError(new ET("Error formatting relative time.",e.locale,t))}return String(n)}var KT=["localeMatcher","style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay","numberingSystem"];function XT(e,t,n){var r=e.locale,o=e.formats,i=e.onError;void 0===n&&(n={});var a=n.format,s=a&&kT(o,"number",a,i)||{};return t(r,xT(n,KT,s))}function JT(e,t,n,r){void 0===r&&(r={});try{return XT(e,t,r).format(n)}catch(t){e.onError(new vT(hT.FORMAT_ERROR,"Error formatting number.",t))}return String(n)}function ZT(e,t,n,r){void 0===r&&(r={});try{return XT(e,t,r).formatToParts(n)}catch(t){e.onError(new vT(hT.FORMAT_ERROR,"Error formatting number.",t))}return[]}function QT(e){var t;e.defaultRichTextElements&&"string"==typeof((t=e.messages||{})?t[Object.keys(t)[0]]:void 0)&&console.warn('[@formatjs/intl] "defaultRichTextElements" was specified but "message" was not pre-compiled. \nPlease consider using "@formatjs/cli" to pre-compile your messages for performance.\nFor more details see https://formatjs.io/docs/getting-started/message-distribution')}function $T(e,t){var n=function(e){void 0===e&&(e={dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}});var t=Intl.RelativeTimeFormat,n=Intl.ListFormat,r=Intl.DisplayNames,o=Xk((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,_C([void 0],t,!1)))}),{cache:CT(e.dateTime),strategy:oT.variadic}),i=Xk((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,_C([void 0],t,!1)))}),{cache:CT(e.number),strategy:oT.variadic}),a=Xk((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,_C([void 0],t,!1)))}),{cache:CT(e.pluralRules),strategy:oT.variadic});return{getDateTimeFormat:o,getNumberFormat:i,getMessageFormat:Xk((function(e,t,n,r){return new mT(e,t,n,UC({formatters:{getNumberFormat:i,getDateTimeFormat:o,getPluralRules:a}},r||{}))}),{cache:CT(e.message),strategy:oT.variadic}),getRelativeTimeFormat:Xk((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return new(t.bind.apply(t,_C([void 0],e,!1)))}),{cache:CT(e.relativeTime),strategy:oT.variadic}),getPluralRules:a,getListFormat:Xk((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return new(n.bind.apply(n,_C([void 0],e,!1)))}),{cache:CT(e.list),strategy:oT.variadic}),getDisplayNames:Xk((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return new(r.bind.apply(r,_C([void 0],e,!1)))}),{cache:CT(e.displayNames),strategy:oT.variadic})}}(t),r=UC(UC({},OT),e),o=r.locale,i=r.defaultLocale,a=r.onError;return o?!Intl.NumberFormat.supportedLocalesOf(o).length&&a?a(new bT('Missing locale data for locale: "'+o+'" in Intl.NumberFormat. Using default locale: "'+i+'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details')):!Intl.DateTimeFormat.supportedLocalesOf(o).length&&a&&a(new bT('Missing locale data for locale: "'+o+'" in Intl.DateTimeFormat. Using default locale: "'+i+'" as fallback. See https://formatjs.io/docs/react-intl#runtime-requirements for more details')):(a&&a(new yT('"locale" was not configured, using "'+i+'" as fallback. See https://formatjs.io/docs/react-intl/api#intlshape for more details')),r.locale=r.defaultLocale||"en"),QT(r),UC(UC({},r),{formatters:n,formatNumber:JT.bind(null,r,n.getNumberFormat),formatNumberToParts:ZT.bind(null,r,n.getNumberFormat),formatRelativeTime:YT.bind(null,r,n.getRelativeTimeFormat),formatDate:IT.bind(null,r,n.getDateTimeFormat),formatDateToParts:LT.bind(null,r,n.getDateTimeFormat),formatTime:MT.bind(null,r,n.getDateTimeFormat),formatDateTimeRange:jT.bind(null,r,n.getDateTimeFormat),formatTimeToParts:FT.bind(null,r,n.getDateTimeFormat),formatPlural:GT.bind(null,r,n.getPluralRules),formatMessage:NT.bind(null,r,n),formatList:WT.bind(null,r,n.getListFormat),formatListToParts:zT.bind(null,r,n.getListFormat),formatDisplayName:BT.bind(null,r,n.getDisplayNames)})}function eA(e){FC(e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}var tA=MC(MC({},OT),{textComponent:e.Fragment});function nA(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=Object.keys(e),r=Object.keys(t),o=n.length;if(r.length!==o)return!1;for(var i=0;i<o;i++){var a=n[i];if(e[a]!==t[a]||!Object.prototype.hasOwnProperty.call(t,a))return!1}return!0}var rA=e.createContext(null);rA.Consumer;var oA=rA.Provider,iA=rA;function aA(){var t=e.useContext(iA);return eA(t),t}function sA(e){return{locale:e.locale,timeZone:e.timeZone,fallbackOnEmptyString:e.fallbackOnEmptyString,formats:e.formats,textComponent:e.textComponent,messages:e.messages,defaultLocale:e.defaultLocale,defaultFormats:e.defaultFormats,onError:e.onError,wrapRichTextChunksInFragment:e.wrapRichTextChunksInFragment,defaultRichTextElements:e.defaultRichTextElements}}function uA(t){return t?Object.keys(t).reduce((function(n,r){var o,i=t[r];return n[r]=lT(i)?(o=i,function(t){return o(e.Children.toArray(t))}):i,n}),{}):t}var cA=function(t,n,r,o){for(var i=[],a=4;a<arguments.length;a++)i[a-4]=arguments[a];var s=uA(o),u=NT.apply(void 0,LC([t,n,r,s],i,!1));return Array.isArray(u)?e.Children.toArray(u):u},lA=function(e,t){var n=e.defaultRichTextElements,r=jC(e,["defaultRichTextElements"]),o=uA(n),i=$T(MC(MC(MC({},tA),r),{defaultRichTextElements:o}),t);return MC(MC({},i),{formatMessage:cA.bind(null,{locale:i.locale,timeZone:i.timeZone,formats:i.formats,defaultLocale:i.defaultLocale,defaultFormats:i.defaultFormats,messages:i.messages,onError:i.onError,defaultRichTextElements:o},i.formatters)})},dA=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.cache={dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}},e.state={cache:e.cache,intl:lA(sA(e.props),e.cache),prevConfig:sA(e.props)},e}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}IC(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(n,t),n.getDerivedStateFromProps=function(e,t){var n=t.prevConfig,r=t.cache,o=sA(e);return nA(n,o)?null:{intl:lA(o,r),prevConfig:o}},n.prototype.render=function(){return eA(this.state.intl),e.createElement(oA,{value:this.state.intl},this.props.children)},n.displayName="IntlProvider",n.defaultProps=tA,n}(e.PureComponent);function fA(t){var n=aA(),r=n.formatMessage,o=n.textComponent,i=void 0===o?e.Fragment:o,a=t.id,s=t.description,u=t.defaultMessage,c=t.values,l=t.children,d=t.tagName,f=void 0===d?i:d,p=r({id:a,description:s,defaultMessage:u},c,{ignoreTag:t.ignoreTag});return"function"==typeof l?l(Array.isArray(p)?p:[p]):f?e.createElement(f,null,e.Children.toArray(p)):e.createElement(e.Fragment,null,p)}fA.displayName="FormattedMessage";var pA=e.memo(fA,(function(e,t){var n=e.values,r=jC(e,["values"]),o=t.values,i=jC(t,["values"]);return nA(o,n)&&nA(r,i)}));pA.displayName="MemoizedFormattedMessage";var hA=pA,mA={},vA=Or(ku);Object.defineProperty(mA,"__esModule",{value:!0});var gA=mA.alpha=function(e,t){e=SA(e),t=EA(t),("rgb"===e.type||"hsl"===e.type)&&(e.type+="a");"color"===e.type?e.values[3]=`/${t}`:e.values[3]=t;return xA(e)};mA.darken=kA,mA.decomposeColor=SA,mA.emphasize=function(e,t=.15){return CA(e)>.5?kA(e,t):TA(e,t)},mA.getContrastRatio=function(e,t){const n=CA(e),r=CA(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)},mA.getLuminance=CA,mA.hexToRgb=wA,mA.hslToRgb=OA,mA.lighten=TA,mA.recomposeColor=xA,mA.rgbToHex=function(e){if(0===e.indexOf("#"))return e;const{values:t}=SA(e);return`#${t.map(((e,t)=>function(e){const t=e.toString(16);return 1===t.length?`0${t}`:t}(3===t?Math.round(255*e):e))).join("")}`};var yA,bA=vA;function EA(e,t=0,n=1){return"production"!==process.env.NODE_ENV&&(e<t||e>n)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`),Math.min(Math.max(t,e),n)}function wA(e){e=e.substr(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let n=e.match(t);return n&&1===n[0].length&&(n=n.map((e=>e+e))),n?`rgb${4===n.length?"a":""}(${n.map(((e,t)=>t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3)).join(", ")})`:""}function SA(e){if(e.type)return e;if("#"===e.charAt(0))return SA(wA(e));const t=e.indexOf("("),n=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla","color"].indexOf(n))throw new Error("production"!==process.env.NODE_ENV?`MUI: Unsupported \`${e}\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:(0,bA.formatMuiErrorMessage)(9,e));let r,o=e.substring(t+1,e.length-1);if("color"===n){if(o=o.split(" "),r=o.shift(),4===o.length&&"/"===o[3].charAt(0)&&(o[3]=o[3].substr(1)),-1===["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(r))throw new Error("production"!==process.env.NODE_ENV?`MUI: unsupported \`${r}\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:(0,bA.formatMuiErrorMessage)(10,r))}else o=o.split(",");return o=o.map((e=>parseFloat(e))),{type:n,values:o,colorSpace:r}}function xA(e){const{type:t,colorSpace:n}=e;let{values:r}=e;return-1!==t.indexOf("rgb")?r=r.map(((e,t)=>t<3?parseInt(e,10):e)):-1!==t.indexOf("hsl")&&(r[1]=`${r[1]}%`,r[2]=`${r[2]}%`),r=-1!==t.indexOf("color")?`${n} ${r.join(" ")}`:`${r.join(", ")}`,`${t}(${r})`}function OA(e){e=SA(e);const{values:t}=e,n=t[0],r=t[1]/100,o=t[2]/100,i=r*Math.min(o,1-o),a=(e,t=(e+n/30)%12)=>o-i*Math.max(Math.min(t-3,9-t,1),-1);let s="rgb";const u=[Math.round(255*a(0)),Math.round(255*a(8)),Math.round(255*a(4))];return"hsla"===e.type&&(s+="a",u.push(t[3])),xA({type:s,values:u})}function CA(e){let t="hsl"===(e=SA(e)).type?SA(OA(e)).values:e.values;return t=t.map((t=>("color"!==e.type&&(t/=255),t<=.03928?t/12.92:((t+.055)/1.055)**2.4))),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function kA(e,t){if(e=SA(e),t=EA(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb")||-1!==e.type.indexOf("color"))for(let n=0;n<3;n+=1)e.values[n]*=1-t;return xA(e)}function TA(e,t){if(e=SA(e),t=EA(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(-1!==e.type.indexOf("color"))for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return xA(e)}var AA,DA={HEADER:10,TOOLTIP_POPPER:9};!function(e){e.AVATAR1_BURGUNDY="AVATAR1_BURGUNDY",e.AVATAR2_RED="AVATAR2_RED",e.AVATAR3_DARK_PINK="AVATAR3_DARK_PINK",e.AVATAR4_PINK="AVATAR4_PINK",e.AVATAR5_GOLD="AVATAR5_GOLD",e.AVATAR6_NAVY_GREEN="AVATAR6_NAVY_GREEN",e.AVATAR7_NAVY_BLUE="AVATAR7_NAVY_BLUE",e.AVATAR8_PURPLE="AVATAR8_PURPLE"}(AA||(AA={}));var NA,RA=((yA={BLACK_01:"#060A2D",BLACK_02:"#1A2558",BLACK_03:"#999999",BLACK_06:"#7A7D98",WHITE:"#FFF",BLACK:"#000",GREY:"#A1A4BC",POLL_TEXT_PRIMARY:"#676767",POLL_TEXT_SECONDARY:"#A1B0BC",SURFACE_PRIMARY:"#FFF",SURFACE_SECONDARY:"#E8E8E9",MESSAGE_DATE_COLOR:"#A1A4BC",BG_FOR_SLOT:"#EEF1F3",LIGHT:"#F3F2F9",LIGHT_01:"#DEE3E7",LIGHT_02:"#A1A4BC",LIGHT_03:"#E2E2F0",LIGHT_04:"#F6F6FC",LIGHT_05:"#D2D2E4",BLUE_02:"#163498",BLUE:"#1399FA",GREEN:"#23BE33",ORANGE:"#EFA20B",ERROR:"#FC2F2F",ACTIVE:"#163498"})[AA.AVATAR1_BURGUNDY]="#6B0C22",yA[AA.AVATAR2_RED]="#D9042B",yA[AA.AVATAR3_DARK_PINK]="#C0437F",yA[AA.AVATAR4_PINK]="#D792D8",yA[AA.AVATAR5_GOLD]="#E2B978",yA[AA.AVATAR6_NAVY_GREEN]="#588C8C",yA[AA.AVATAR7_NAVY_BLUE]="#66588C",yA[AA.AVATAR8_PURPLE]="#5E0C6B",yA);!function(e){e.New="new",e.InProgress="in_progress",e.Done="done"}(NA||(NA={}));var PA,IA,MA=function(e){var n=e.status,r=R(e,["status"]),o=function(e){switch(e){case NA.New:return RA.BLUE;case NA.InProgress:return RA.ORANGE;case NA.Done:return RA.GREEN;default:return""}}(n);return t.createElement(ol,N({display:"inline-block",padding:"4px 8px",bgcolor:Sl(o,.1),borderRadius:"2px"},r),t.createElement(yp,{variant:"subtitle2",color:o},t.createElement(hA,{id:n})))},jA=function(e){var n=e.className,r=e.fill,o=void 0===r?"#333333":r,i=e.width,a=void 0===i?8:i,s=e.height,u=void 0===s?16:s,c=e.style;return t.createElement(t.Fragment,null,t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 8 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M7.75924 14.3492C8.11866 14.7685 8.0701 15.3998 7.65077\n 15.7592C7.23145 16.1187 6.60015 16.0701 6.24073 15.6508L0.240743 8.65079C-0.0802476 8.2763\n -0.0802476 7.7237 0.240743 7.34921L6.24073 0.349226C6.60015 -0.0700989 7.23145 -0.11866 7.65077\n 0.240761C8.0701 0.600182 8.11866 1.23148 7.75924 1.65081L2.31707 8L7.75924 14.3492Z",fill:o})))},LA=function(e){var n=e.className,r=e.fill,o=void 0===r?"#D2D2E4":r,i=e.width,a=void 0===i?12:i,s=e.height,u=void 0===s?12:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M1.33403 0.000578098C1.06975 0.000905507 0.811563 0.0800467 0.592456 0.227892C0.373349 0.375737 0.203268 0.585574 0.10394 0.830597C0.00461216 1.07562 -0.0194532 1.3447 0.0348181 1.60348C0.0890895 1.86225 0.219234 2.09896 0.408626 2.28338L4.12063 5.99715L0.408626 9.71092C0.281072 9.83344 0.179237 9.9802 0.109083 10.1426C0.0389292 10.305 0.00186758 10.4797 6.87814e-05 10.6566C-0.00173002 10.8335 0.0317702 11.009 0.0986071 11.1728C0.165444 11.3366 0.264274 11.4854 0.38931 11.6105C0.514346 11.7356 0.663073 11.8345 0.826782 11.9013C0.990491 11.9682 1.16589 12.0017 1.34271 11.9999C1.51953 11.9981 1.69421 11.961 1.85652 11.8909C2.01884 11.8207 2.16552 11.7188 2.28799 11.5912L6 7.8774L9.712 11.5912C9.83447 11.7188 9.98115 11.8207 10.1435 11.8909C10.3058 11.9611 10.4805 11.9981 10.6573 11.9999C10.8341 12.0017 11.0095 11.9682 11.1732 11.9013C11.3369 11.8345 11.4857 11.7356 11.6107 11.6105C11.7357 11.4854 11.8346 11.3366 11.9014 11.1728C11.9682 11.009 12.0017 10.8336 11.9999 10.6566C11.9981 10.4797 11.9611 10.305 11.8909 10.1426C11.8208 9.9802 11.7189 9.83344 11.5914 9.71092L7.87936 5.99715L11.5914 2.28338C11.7834 2.09661 11.9146 1.85615 11.9677 1.59351C12.0208 1.33087 11.9934 1.0583 11.889 0.811532C11.7846 0.564762 11.6081 0.355297 11.3827 0.210589C11.1573 0.0658805 10.8934 -0.00732073 10.6257 0.000578098C10.2804 0.0108714 9.95272 0.155247 9.712 0.403119L6 4.11689L2.28799 0.403119C2.16398 0.275586 2.01566 0.174247 1.8518 0.105102C1.68793 0.0359579 1.51187 0.000414782 1.33403 0.000578098Z",fill:o}))},FA=ME({header:{height:68,minHeight:68,display:"flex",position:"relative",borderBottom:"1px solid ".concat(RA.LIGHT_01),justifyContent:"center",alignItems:"center",backgroundColor:"white",zIndex:DA.HEADER}},{name:"SubHeader"}),VA=new T;!function(e){e.App="app"}(PA||(PA={})),function(e){e.MessageSent="MessageSent",e.ChatLoaded="ChatLoaded",e.ChatClose="ChatClose"}(IA||(IA={}));var BA,UA,_A,WA,zA,qA,GA,HA,YA,KA,XA,JA,ZA=function(e){var n=e.children,r=e.onBack,o=FA();return t.createElement("div",{className:o.header},r&&t.createElement(dp,{onClick:r,size:"small",sx:{position:"absolute",left:30}},t.createElement(jA,{fill:RA.BLACK_01})),n,t.createElement(dp,{sx:{position:"absolute",right:"15px"},onClick:function(){VA.emit(PA.App,{event:IA.ChatClose})}},t.createElement(LA,null)))},QA=Object.defineProperty,$A=Object.defineProperties,eD=Object.getOwnPropertyDescriptors,tD=Object.getOwnPropertySymbols,nD=Object.prototype.hasOwnProperty,rD=Object.prototype.propertyIsEnumerable,oD=(e,t,n)=>t in e?QA(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,iD=(e,t)=>{for(var n in t||(t={}))nD.call(t,n)&&oD(e,n,t[n]);if(tD)for(var n of tD(t))rD.call(t,n)&&oD(e,n,t[n]);return e},aD=(e,t)=>$A(e,eD(t)),sD=(e,t,n)=>(oD(e,"symbol"!=typeof t?t+"":t,n),n),uD=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)};const cD=new Map;var lD,dD,fD,pD,hD,mD;let vD;function gD(){return vD}function yD(e){vD=e}(dD=lD||(lD={})).ApplyPatches="$$applyPatches",dD.ApplySnapshot="$$applySnapshot",dD.Detach="$$detach",dD.ApplySet="$$applySet",dD.ApplyDelete="$$applyDelete",dD.ApplyMethodCall="$$applyMethodCall",new Set(Object.values(lD)),(pD=fD||(fD={})).Sync="sync",pD.Async="async",(mD=hD||(hD={})).Spawn="spawn",mD.Return="return",mD.Resume="resume",mD.ResumeError="resumeError",mD.Throw="throw";const bD=Symbol("modelAction");function ED(e){return"function"==typeof e&&!!e[bD]}function wD(e){return"$modelType"===e}class SD extends Error{constructor(e){super(e),Object.setPrototypeOf(this,SD.prototype)}}function xD(e){return new SD(e)}const OD={enumerable:!1,writable:!0,configurable:!1,value:void 0};function CD(e,t,n,r=!0){r?(Object.defineProperty(e,t,OD),e[t]=n):Object.defineProperty(e,t,{enumerable:!1,writable:r,configurable:!0,value:n})}function kD(e){if(!TD(e))return!1;const t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}function TD(e){return null!==e&&"object"==typeof e}function AD(e){switch(typeof e){case"number":case"string":case"boolean":case"undefined":case"bigint":return!0}return null===e}function DD(e){return e instanceof Map||UO(e)}function ND(e){return e instanceof Set||zO(e)}function RD(e){return Array.isArray(e)||MO(e)}function PD(e,t){if(!TD(e))throw xD(`${t} must be an object`)}function ID(e,t){if("function"!=typeof e)throw xD(`${t} must be a function`)}const MD=Symbol("runAfterNew");function jD(e,t,n){let r=e[t];r||(r=[],CD(e,t,r)),r.push(n)}function LD(e,t){const n=e[t];if(n)for(const t of n)t(e)}const FD=new Set;function VD(e,t,n){if(n){if(FD.has(n))return;FD.add(n)}switch(t="[mobx-keystone] "+t,e){case"warn":console.warn(t);break;case"error":console.error(t);break;default:throw xD(`unknown log type - ${e}`)}}const BD=Symbol("notMemoized");function UD(e){let t=BD;return(...n)=>(t===BD&&(t=e(...n)),t)}function _D(e){let t,n=!1;return()=>(n||(t=e(),n=!0),t)}const WD={makeObservable:vC[String.fromCharCode("l".charCodeAt(0)+1)+"akeObservable"]};function zD(e){return`set${e[0].toUpperCase()}${e.slice(1)}`}function qD(){return WD.makeObservable?6:5}let GD;function HD(e){return e instanceof GD}function YD(e){return"function"==typeof e&&(e===GD||e.prototype instanceof GD)}function KD(e){return kD(e)&&!!e.$modelType}function XD(e,t,n){let r=e.get(t);return void 0===r&&(r=n(),e.set(t,r)),r}const JD=new WeakMap,ZD=new WeakMap;function QD(e){return XD(ZD,e,(()=>Tw("parentAtom")))}function $D(e){QD(e).reportChanged()}const eN=new WeakMap;function tN(e){const t=eN.get(e);return null!=t?t:e}function nN(e){return HD(e)?e.$:e}const rN=new WeakMap;function oN(e,t){return!(!t&&eN.has(e))&&rN.has(e)}function iN(e){return!AD(e)&&oN(e,!1)}function aN(e,t,n=!1){if(!n&&eN.has(e))throw xD(`${t} must be the model object instance instead of the '$' sub-object`);if(AD(e)||!oN(e,!0))throw xD(`${t} must be a tree node (usually a model or a shallow / deep child part of a model 'data' object)`)}let sN=!1;function uN(e){return function(e){QD(e).reportObserved()}(e),JD.get(e)}function cN(e){const t=eN.get(e);if(t)return{parent:t,path:"$"};const n=uN(e);return n&&HD(n.parent)?{parent:n.parent.$,path:n.path}:n}function lN(e){const t=uN(e);return t?t.parent:void 0}function dN(e){const t=cN(e);return t?t.parent:void 0}const fN=new WeakMap;function pN(e){return XD(fN,e,(()=>dS((()=>function(e){const t={root:e,path:[],pathObjects:[e]};let n;for(;n=uN(t.root);)t.root=n.parent,t.path.unshift(n.path),t.pathObjects.unshift(n.parent);return t}(e))))).get()}function hN(e){return aN(e,"value"),mN(e)}function mN(e){return pN(e).root}const vN={resolved:!1};function gN(e,t){let n=nN(e),r=t.length;for(let e=0;e<r;e++){if(!TD(n))return vN;const r=t[e];if(RD(n)&&+r>=n.length)return vN;n=nN(n[r])}return{resolved:!0,value:tN(n)}}const yN=Symbol("skipIdChecking");function bN(e,t,n){var r;let o=nN(e),i=t.length;for(let e=0;e<i;e++){if(!TD(o))return{resolved:!1};const i=t[e];if(RD(o)&&+i>=o.length)return{resolved:!1};const a=o[i];o=nN(a);const s=n[e];if(s!==yN){if(s!==(HD(a)&&null!=(r=a.$modelId)?r:null))return{resolved:!1}}}return{resolved:!0,value:tN(o)}}const EN={deep:!1},wN=new WeakMap;function SN(e){return wN.get(e).shallow}function xN(e,t){t.deep.add(e),AN.forEach(((n,r)=>{n.addNode(e,t.extensionsData.get(r))}))}const ON=Ex((e=>{const t=wN.get(e);if(!t.deepDirty)return t;const n={deep:new Set,extensionsData:NN()},r=SN(e).values();let o=r.next();for(;!o.done;){xN(o.value,n);const e=ON(o.value).deep.values();let t=e.next();for(;!t.done;)xN(t.value,n),t=e.next();o=r.next()}return Object.assign(t,n),t.deepDirty=!1,t.deepAtom.reportChanged(),t})),CN=Ex(((e,t)=>{wN.get(e).shallow.add(t),TN(e)})),kN=Ex(((e,t)=>{wN.get(e).shallow.delete(t),TN(e)}));function TN(e){const t=wN.get(e);t.deepDirty||(t.deepDirty=!0,t.deepAtom.reportChanged());const n=lN(e);n&&TN(n)}const AN=new Map;function DN(e){const t=Symbol("deepObjectChildrenExtension");return AN.set(t,e),e=>e.extensionsData.get(t)}function NN(){const e=new Map;return AN.forEach(((t,n)=>{e.set(n,t.initData())})),e}const RN=new WeakMap,PN=new WeakMap;function IN(e){let t=PN.get(e);return t||(t={[Symbol.iterator](){let t=e;function n(){const e=t?RN.get(t):void 0;if(e&&!(e.length<=0))return e[Symbol.iterator]()}function r(){let e;for(;t&&!e;)t=lN(t),e=n();return e}let o=n();o||(o=r());return{next(){if(!o)return{value:void 0,done:!0};let e=o.next();return e.done?(o=r(),this.next()):e}}}},PN.set(e,t)),t}function MN(){if(!gD())throw xD("data changes must be performed inside model actions")}const jN=[];function LN(){return gD()}function FN(){if(LN())return!1;for(;jN.length>0;){jN.shift()()}return!0}function VN({nameOrNameFn:e,fn:t,actionType:n,overrideContext:r,isFlowFinisher:o=!1}){let i=!1;const a=function(){const a="function"==typeof e?e():e;i||(i=!0,t=Ex(a,t));const s=this,u=gD(),c={actionName:a,type:n,target:s,args:Array.from(arguments),parentContext:u,data:{},rootContext:void 0};r&&r(c,this),c.rootContext||(c.previousAsyncStepContext?c.rootContext=c.previousAsyncStepContext.rootContext:c.parentContext?c.rootContext=c.parentContext.rootContext:c.rootContext=c),yD(c);let l=t.bind(s,...arguments);const d=IN(c.target)[Symbol.iterator]();let f=d.next();for(;!f.done;){const e=f.value;(!e.filter||e.filter(c))&&(l=e.middleware.bind(void 0,c,l)),f=d.next()}try{const e=l();if(o){const t=e,n=t.value;return"accept"===t.resolution?t.accepter(n):t.rejecter(n),n}return e}finally{yD(c.parentContext),FN()}};return a[bD]=!0,a}function BN(e,t,n){const r=e[t];if(ED(r))return;const o=VN({nameOrNameFn:n,fn:r,actionType:fD.Sync}),i=Object.getPrototypeOf(e);i[t]===r?i[t]=o:e[t]=o}function UN(e){aN(e,"node"),_N().call(e)}const _N=_D((()=>VN({nameOrNameFn:lD.Detach,fn:WN,actionType:fD.Sync})));function WN(){const e=cN(this);if(!e)return;const{parent:t,path:n}=e;if(MO(t))t.splice(+n,1);else{if(!XO(t))throw xD("parent must be an observable object or an observable array");$x(t,""+n)}}function zN(e,t,n=0){const r=function(e,t,n=0){aN(e,"child");const r=[];let o,i=e,a=0;for(;o=uN(i);){if(r.unshift(o.path),i=o.parent,t(i))return{parent:i,path:r};if(a++,n>0&&a===n)break}return}(e,t,n);return r?r.parent:void 0}var qN,GN;function HN(e,t,n){if(aN(e,"target"),n===qN.ParentFirst){const n=e=>YN(e,t,n);return YN(e,t,n)}{const n=e=>KN(e,t,n);return KN(e,t,n)}}function YN(e,t,n){const r=t(e);if(void 0!==r)return r;const o=SN(e).values();let i=o.next();for(;!i.done;){const e=n(i.value);if(void 0!==e)return e;i=o.next()}}function KN(e,t,n){const r=SN(e).values();let o=r.next();for(;!o.done;){const e=n(o.value);if(void 0!==e)return e;o=r.next()}const i=t(e);if(void 0!==i)return i}function XN(e){const t=new WeakMap,n=n=>{let o=t.get(n);return o||(o=dS((()=>function(e,t,n){let r;const o=t(e),i=SN(e),a=i.values();let s=a.next();if(void 0===o&&1===i.size)return n(s.value);for(;!s.done;){const e=n(s.value);if(e){r||(r=new Map);const t=e.keys();let n=t.next();for(;!n.done;){const o=n.value,i=e.get(o);r.set(o,i),n=t.next()}}s=a.next()}void 0!==o&&(r||(r=new Map),r.set(o,e));return r}(n,e,r))),t.set(n,o)),o.get()},r=e=>n(e);return{walk:e=>n(e)}}(GN=qN||(qN={})).ParentFirst="parentFirst",GN.ChildrenFirst="childrenFirst";const JN=[];function ZN(e,t){JN.push({priority:e,reconciler:t}),JN.sort(((e,t)=>e.priority-t.priority))}function QN(e,t,n,r){if(AD(t))return t;const o=JN.length;for(let i=0;i<o;i++){const{reconciler:o}=JN[i],a=o(e,t,n,r);if(void 0!==a)return a}if(DD(t))throw xD("a snapshot must not contain maps");if(ND(t))throw xD("a snapshot must not contain sets");throw xD(`unsupported snapshot - ${t}`)}function $N(e,t,n){if(e!==t&&HD(e)&&n.findModelByTypeAndId(e.$modelType,e.$modelId)){const t=cN(e);t&&Qx(t.parent,t.path,null)}}const eR=Symbol("modelMetadata"),tR=Symbol("modelUnwrappedClass"),nR=Symbol("runAfterModelDecorator");function rR(e){if(HD(e))return e.constructor[eR];if(YD(e))return e[eR];throw xD("modelClassOrInstance must be a model class or instance")}const oR=new WeakMap;function iR(e){return XD(oR,e,(()=>rR(e).modelIdProperty))}const aR={},sR=new Map;function uR(e){return aR[e]}function cR(e,t){return e+" "+t}class lR{constructor(e){var t;sD(this,"pool"),e=null!=(t=eN.get(e))?t:e,this.pool=dR(function(e){const t=wN.get(e);return t.deepDirty&&ON(e),t.deepAtom.reportObserved(),t}(e))}findModelByTypeAndId(e,t){return t?this.pool.get(cR(e,t)):void 0}findModelForSnapshot(e){if(!KD(e))return;const t=iR(uR(e.$modelType).class);return t?this.findModelByTypeAndId(e.$modelType,e[t]):void 0}}const dR=DN({initData:()=>new Map,addNode(e,t){if(HD(e)){const n=e.$modelId;n&&t.set(cR(e.$modelType,n),e)}}});function fR(e,t,n=!1){aN(e,"node"),t.length<=0||hR().call(e,t,n)}function pR(e,t=!1){const n=this,r=new lR(n);if(t){let t=e.length;for(;t--;){const o=e[t];if(RD(o)){let e=o.length;for(;e--;)mR(n,o[e],r)}else mR(n,o,r)}}else{const t=e.length;for(let o=0;o<t;o++){const t=e[o];if(RD(t)){const e=t.length;for(let o=0;o<e;o++)mR(n,t[o],r)}else mR(n,t,r)}}}const hR=_D((()=>VN({nameOrNameFn:lD.ApplyPatches,fn:pR,actionType:fD.Sync})));function mR(e,t,n){const{target:r,prop:o}=function(e,t){let n=nN(e);if(0===t.length)return{target:n};for(let e=0;e<=t.length-2;e++)n=nN(n[t[e]]);return{target:n,prop:t[t.length-1]}}(e,t.path);if(RD(r))switch(t.op){case"add":{const e=+o,i=QN(void 0,t.value,n,r);r.splice(e,0,i);break}case"remove":{const e=+o;r.splice(e,1);break}case"replace":if("length"===o)r.length=t.value;else{const e=+o;Qx(r,e,QN(r[e],t.value,n,r))}break;default:throw xD(`unsupported patch operation: ${t.op}`)}else switch(t.op){case"add":Qx(r,o,QN(void 0,t.value,n,r));break;case"remove":$x(r,o);break;case"replace":Qx(r,o,QN(r[o],t.value,n,r));break;default:throw xD(`unsupported patch operation: ${t.op}`)}}var vR,gR;(gR=vR||(vR={})).DevModeOnly="devModeOnly",gR.AlwaysOn="alwaysOn",gR.AlwaysOff="alwaysOff";let yR=0;const bR=((e=21)=>{let t="",n=e;for(;n--;)t+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return t})();let ER,wR={modelAutoTypeChecking:vR.DevModeOnly,modelIdGenerator:function(){const e=yR.toString(36)+"-"+bR;return yR++,e},allowUndefinedArrayElements:!1,showDuplicateModelNameWarnings:!0};function SR(){return wR}function xR(){switch(SR().modelAutoTypeChecking){case vR.DevModeOnly:case vR.AlwaysOff:return!1;case vR.AlwaysOn:return!0;default:throw xD(`invalid 'modelAutoTypeChecking' config value - ${wR.modelAutoTypeChecking}`)}}function OR(e){return e instanceof ER}function CR(e){return"function"==typeof e&&(e===ER||e.prototype instanceof ER)}var kR,TR;(TR=kR||(kR={})).OnInit="$$onInit",TR.OnLazyInit="$$onLazyInit",TR.OnAttachedToRootStore="$$onAttachedToRootStore",TR.OnAttachedToRootStoreDisposer="$$onAttachedToRootStoreDisposer",new Set(Object.values(kR));const AR=new WeakMap,DR=new WeakSet,NR=Ex("attachToRootStore",((e,t)=>{const n=[];HN(t,(e=>{DR.has(e)||(DR.add(e),e instanceof GD&&e.onAttachedToRootStore&&(BN(e,"onAttachedToRootStore",kR.OnAttachedToRootStore),n.push(e)))}),qN.ParentFirst);const r=n.length;for(let t=0;t<r;t++){const r=n[t],o=r.onAttachedToRootStore(e);o&&AR.set(r,o)}})),RR=Ex("detachFromRootStore",(e=>{const t=[];HN(e,(e=>{if(!DR.delete(e))return;const n=AR.get(e);if(n){const r=VN({nameOrNameFn:kR.OnAttachedToRootStoreDisposer,fn:n,actionType:fD.Sync}).bind(e);AR.delete(e),t.push(r)}}),qN.ChildrenFirst);const n=t.length;for(let e=0;e<n;e++)t[e]()})),PR=new WeakSet,IR=new WeakMap,MR=Ex("registerRootStore",(e=>{if(aN(e,"node"),PR.has(e))throw xD("object already registered as root store");if(aN(t=e,"value"),lN(t))throw xD("a root store must not have a parent");var t;return PR.add(e),NR(e,e),FR(e).reportChanged(),e})),jR=Ex("unregisterRootStore",(e=>{if(!LR(e))throw xD("not a root store");PR.delete(e),RR(e),FR(e).reportChanged()}));function LR(e){return aN(e,"node"),function(e){return FR(e).reportObserved(),PR.has(e)}(e)}function FR(e){return XD(IR,e,(()=>Tw("rootStore")))}const VR=[];function BR(e,t){VR.push({priority:e,snapshotter:t}),VR.sort(((e,t)=>e.priority-t.priority))}let UR=(e,t)=>{const n={options:iD({generateNewIds:!1,overrideRootModelId:void 0},t)};return n.snapshotToInitialData=WR.bind(void 0,n),_R(e,n)};function _R(e,t){if(AD(e))return e;const n=VR.length;for(let r=0;r<n;r++){const{snapshotter:n}=VR[r],o=n(e,t);if(void 0!==o)return o}if(DD(e))throw xD("a snapshot must not contain maps");if(ND(e))throw xD("a snapshot must not contain sets");throw xD(`unsupported snapshot - ${e}`)}function WR(e,t){const n=uS.object({},void 0,zR),r=Object.keys(t),o=r.length;for(let i=0;i<o;i++){const o=r[i];if(!wD(o)){Qx(n,o,_R(t[o],e))}}return n}UR=Ex("fromSnapshot",UR);const zR={deep:!1},qR=new WeakMap;function GR(e){return qR.get(e)}const HR=Ex("unsetInternalSnapshot",(e=>{const t=GR(e);t&&(qR.delete(e),t.atom.reportChanged())})),YR=Ex("setInternalSnapshot",((e,t,n)=>{const r=GR(e);if(r&&r.untransformed===t)return;let o;r?(o=r,o.untransformed=t,o.transformed=o.transformFn?o.transformFn(t):t):(o={untransformed:t,transformFn:n,transformed:n?n(t):t,atom:Tw("snapshot")},qR.set(e,o)),o.untransformed!==o.transformed&&o.transformed,o.atom.reportChanged();const i=function(e,t){return FS((()=>{if(!t)return;const n=GR(t.parent);return n&&e?{parentSnapshot:n,parentPath:t}:void 0}))}(r,uN(e));if(i){const{parentSnapshot:e,parentPath:t}=i;if(e){const n=t.path;let r=e.untransformed;r[n]!==o.transformed&&(r=Array.isArray(r)?r.slice():Object.assign({},r),r[n]=o.transformed,YR(t.parent,r,void 0))}}}));function KR(e){if(AD(e))return e;aN(e,"nodeOrPrimitive");const t=GR(e);if(!t)throw xD("getSnapshot is not supported for this kind of object");return t.atom.reportObserved(),t.transformed}const XR=Ex("setParent",(({value:e,parentPath:t,indexChangeAllowed:n,isDataObject:r,cloneIfApplicable:o})=>{if(AD(e))return e;if(r)return eN.set(e,t.parent),e;if(function(e){wN.has(e)||wN.set(e,{shallow:uS.set(void 0,EN),deep:new Set,extensionsData:NN(),deepDirty:!0,deepAtom:Tw("deepChildrenAtom")})}(e),t){const e=tN(t.parent);t.parent!==e&&(t={parent:e,path:t.path})}let i=uN(e);if(function(e,t,n=!0){return!e&&!t||!(!e||!t)&&!(e.parent!==t.parent||n&&e.path!==t.path)}(i,t))return e;if(LR(e))throw xD("root stores cannot be attached to any parents");if(o&&(null==t?void 0:t.parent)&&HD(e)&&rR(e).valueType&&(e=function(e,t){aN(e,"node");const n=iD({generateNewIds:!0},t),r=KR(e);return UR(r,n)}(e,{generateNewIds:!0}),i=uN(e)),i&&t){if(i.parent===t.parent&&n)return JD.set(e,t),$D(e),e;throw xD("an object cannot be assigned a new parent when it already has one")}const a=()=>{(null==i?void 0:i.parent)&&kN(i.parent,e),JD.set(e,t),(null==t?void 0:t.parent)&&CN(t.parent,e),$D(e)};if(e instanceof GD){const t=mN(e),n=LR(t)?t:void 0;a();const r=mN(e),o=LR(r)?r:void 0;n!==o&&(n||o)&&(s=()=>{n&&RR(e),o&&NR(o,e)},LN()?jN.push(s):s())}else a();var s;return e}));class JR{constructor(e,t,n){sD(this,"path"),sD(this,"expectedTypeName"),sD(this,"actualValue"),this.path=e,this.expectedTypeName=t,this.actualValue=n}throw(e){let t="TypeCheckError: ",n=[];var r;throw oN(e,!0)&&(n=(r=e,aN(r,"value"),pN(r)).path),t+="[/"+[...n,...this.path].join("/")+"] ",t+="Expected: "+this.expectedTypeName,xD(t)}}const ZR=[],QR=new WeakMap;class $R{constructor(e,t,n){sD(this,"_check"),sD(this,"getTypeName"),sD(this,"checkResultCache"),sD(this,"unchecked"),sD(this,"_cachedTypeInfoGen"),this._check=e,this.getTypeName=t,this.unchecked=!e,this._cachedTypeInfoGen=UD(n)}createCacheIfNeeded(){return this.checkResultCache||(this.checkResultCache=new WeakMap),this.checkResultCache}setCachedResult(e,t){this.createCacheIfNeeded().set(e,t);let n=QR.get(e);n||(n=new Set,QR.set(e,n)),n.add(this)}invalidateCachedResult(e){this.checkResultCache&&this.checkResultCache.delete(e)}getCachedResult(e){return this.checkResultCache?this.checkResultCache.get(e):void 0}check(e,t){if(this.unchecked)return null;if(!oN(e,!0))return this._check(e,t);let n=this.getCachedResult(e);return void 0===n&&(n=this._check(e,ZR),this.setCachedResult(e,n)),n?new JR([...t,...n.path],n.expectedTypeName,n.actualValue):null}get typeInfo(){return this._cachedTypeInfoGen(this)}}const eP=Symbol("lateTypeCheker");function tP(e,t){let n;const r=function(){return n||(n=e(),n)};r[eP]=!0;const o=UD(t);return Object.defineProperty(r,"typeInfo",{enumerable:!0,configurable:!0,get:()=>o(r)}),r}function nP(e){return"function"==typeof e&&e[eP]}class rP{constructor(e){sD(this,"thisType"),this.thisType=e}}const oP=new Map;function iP(e,t){oP.set(e,t)}function aP(e){let t=e;for(;;){if(t instanceof $R)return t;if(!nP(t)){const t=oP.get(e);if(t)return t;throw xD("type checker could not be resolved")}t=t()}}function sP(e){if(e instanceof $R||nP(e))return e;{const t=oP.get(e);if(t)return t;throw xD("standard type could not be resolved")}}function uP(e,t){const n=aP(e);return n.unchecked?null:n.check(t,[])}function cP(e,t){let n,r,o;if(1===arguments.length?(o=!1,n=e):(r=e,o=!0,n=t),!TD(n))throw xD("only objects can be turned into tree nodes");if(o&&xR()){const e=uP(r,n);e&&e.throw(n)}return oN(n,!0)?n:fP(n,void 0)}const lP=[];function dP(e,t){lP.push({priority:e,tweaker:t}),lP.sort(((e,t)=>e.priority-t.priority))}const fP=Ex("tweak",(function(e,t){if(AD(e))return e;if(oN(e,!0))return e=XR({value:e,parentPath:t,indexChangeAllowed:!1,isDataObject:!1,cloneIfApplicable:!0});if(OR(e))throw xD("data models are not directly supported. you may insert the data in the tree instead ('$' property).");const n=lP.length;for(let r=0;r<n;r++){const{tweaker:n}=lP[r],o=n(e,t);if(void 0!==o)return o}if(DD(e))throw xD("maps are not directly supported. consider using 'ObjectMap' / 'asMap' instead.");if(ND(e))throw xD("sets are not directly supported. consider using 'ArraySet' / 'asSet' instead.");throw xD(`tweak can only work over models, observable objects/arrays, or primitives, but got ${e} instead`)}));function pP(e){if(AD(e))return!0;const t=rN.get(e);if(!t)return!1;const n=[],r=SN(e).values();let o=r.next();for(;!o.done;)n.push(o.value),o=r.next();for(let e=0;e<n.length;e++)XR({value:n[e],parentPath:void 0,indexChangeAllowed:!1,isDataObject:!1,cloneIfApplicable:!1});return t(),rN.delete(e),HR(e),!0}var hP,mP;(mP=hP||(hP={})).DevModeOnly="devModeOnly",mP.On="on",mP.Off="off";class vP{constructor(e,t=hP.DevModeOnly){sD(this,"data");const n=t===hP.On||t===hP.DevModeOnly&&!1;n&&yP(e),this.data=e,n&&Object.freeze(this.data),fP(this,void 0)}}function gP(e,t=hP.DevModeOnly){return new vP(e,t)}function yP(e){if(!AD(e))if(Array.isArray(e)){const t=e.length;for(let n=0;n<t;n++){const t=e[n];if(void 0===t&&!SR().allowUndefinedArrayElements)throw xD("undefined is not supported inside arrays since it is not serializable in JSON, consider using null instead");yP(t)}Object.freeze(e)}else{if(!kD(e))throw xD(`frozen data must be plainly serializable to JSON, but ${e} is not`);{const t=Object.keys(e),n=t.length;for(let r=0;r<n;r++){const n=t[r],o=e[n];yP(n),yP(o)}Object.freeze(e)}}}function bP(e){return kD(e)&&!!e.$frozen}function EP(e,t){aN(e,"node"),PD(t,"snapshot"),SP().call(e,t)}function wP(e){const t=this,n=()=>{const n=new lR(t);QN(t,e,n,void 0)};if(RD(e)){if(!RD(t))throw xD("if the snapshot is an array the target must be an array too");return n()}if(bP(e))throw xD("applySnapshot cannot be used over frozen objects");if(KD(e)){const r=e.$modelType,o=uR(r);if(!o)throw xD(`model with name "${r}" not found in the registry`);if(!HD(t))throw xD("the target for a model snapshot must be a model instance");if(t.$modelType!==r)throw xD(`snapshot model type '${r}' does not match target model type '${t.$modelType}'`);const i=iR(o.class);if(i){const n=e[i];if(t.$modelId!==n)throw xD(`snapshot model id '${n}' does not match target model id '${t.$modelId}'`)}return n()}if(kD(e)){if(!kD(t)&&!XO(t))throw xD("if the snapshot is an object the target must be an object too");return n()}throw xD(`unsupported snapshot - ${e}`)}const SP=_D((()=>VN({nameOrNameFn:lD.ApplySnapshot,fn:wP,actionType:fD.Sync})));function xP(e,t){let n,r=t;if(CR(e)||OR(e)){let o;n=(e,t)=>{e.target=t.$},r=()=>o;jD(CR(e)?e:e.constructor,nR,(e=>{const n=sR.get(e);o=`fn::${n.name}::${t}`,function(e,t,n){cD.set(e,{modelClass:t,fnName:n})}(o,n.class,t)}))}return{actionName:r,overrideContext:n}}const OP=Symbol("modelFlow");const CP=new Map;function kP(e,t,n){if(ID(t,e),CP.has(e)&&VD("warn",`an standalone action with name "${e}" already exists (if you are using hot-reloading you may safely ignore this warning)`,`duplicateActionName - ${e}`),ED(t))throw xD("the standalone action must not be previously marked as an action");if(function(e){return"function"==typeof e&&e[OP]}(t))throw xD("the standalone action must not be previously marked as a flow action");const r=n?function({nameOrNameFn:e,generator:t,overrideContext:n}){const r=function(...r){const o="function"==typeof e?e():e,i=this;let a;const s=e=>(t,o)=>{n&&n(t,o),t.previousAsyncStepContext=a,t.spawnAsyncStepContext=a?a.spawnAsyncStepContext:t,t.asyncStepType=e,t.args=r,a=t};let u=!1;const c=VN({nameOrNameFn:o,fn:()=>(u=!0,t.apply(i,r)),actionType:fD.Async,overrideContext:s(hD.Spawn)}).apply(i);if(!u)return c instanceof Promise?c:Promise.resolve(c);const l=c.next.bind(c),d=c.throw.bind(c);return new Promise((function(e,t){function n(n){let r;try{r=VN({nameOrNameFn:o,fn:l,actionType:fD.Async,overrideContext:s(hD.Resume)}).call(i,n)}catch(n){return void VN({nameOrNameFn:o,fn:n=>({value:n,resolution:"reject",accepter:e,rejecter:t}),actionType:fD.Async,overrideContext:s(hD.Throw),isFlowFinisher:!0}).call(i,n)}a(r)}function r(n){let r;try{r=VN({nameOrNameFn:o,fn:d,actionType:fD.Async,overrideContext:s(hD.ResumeError)}).call(i,n)}catch(n){return void VN({nameOrNameFn:o,fn:n=>({value:n,resolution:"reject",accepter:e,rejecter:t}),actionType:fD.Async,overrideContext:s(hD.Throw),isFlowFinisher:!0}).call(i,n)}a(r)}function a(u){u&&"function"==typeof u.then?u.then(a,t):u.done?VN({nameOrNameFn:o,fn:n=>({value:n,resolution:"accept",accepter:e,rejecter:t}),actionType:fD.Async,overrideContext:s(hD.Return),isFlowFinisher:!0}).call(i,u.value):Promise.resolve(u.value).then(n,r)}n(void 0)}))};return r[OP]=!0,r}({nameOrNameFn:e,generator:t}):VN({nameOrNameFn:e,fn:t,actionType:fD.Sync}),o=(e,...t)=>(function(e,t="argument"){aN(e,t,!1)}(e,"target"),r.call(e,e,...t));return CP.set(e,o),o}function TP(e){$x(this,""+e)}_D((()=>VN({nameOrNameFn:lD.ApplyDelete,fn:TP,actionType:fD.Sync})));function AP(e,t){return this[e](...t)}_D((()=>VN({nameOrNameFn:lD.ApplyMethodCall,fn:AP,actionType:fD.Sync})));function DP(e,t,n){aN(e,"node",!0),RP().call(e,t,n)}function NP(e,t){!HD(this)&&Kx(this)?Qx(this,e,t):this[e]=t}const RP=_D((()=>VN({nameOrNameFn:lD.ApplySet,fn:NP,actionType:fD.Sync})));function PP(e,t,n){if("function"!=typeof n)throw xD("modelAction has to be used over functions");!function(e,t,n){if("string"!=typeof n)throw xD(`${e} cannot be used over symbol properties`);const r=`${e} must be used over model classes or instances`;if(!t)throw xD(r);if(t instanceof GD||t===GD||t.prototype instanceof GD)return;if(!(t instanceof ER||t===ER||t.prototype instanceof ER))throw xD(r)}("modelAction",e,t)}function IP(e,t,n){const{actionName:r,overrideContext:o}=xP(e,t);return function(e,t,n){const{target:r,propertyKey:o,baseDescriptor:i}=t,a=()=>{jD(r,MD,(e=>{e[o]=n(t,e[o])}))};if(i){if(void 0!==i.get)throw xD(`@${e} cannot be used with getters`);if(i.value)return{enumerable:!1,writable:!0,configurable:!0,value:n(t,i.value)};a()}else a()}("modelAction",{target:e,propertyKey:t,baseDescriptor:n},((e,t)=>ED(t)?t:(PP(e.target,e.propertyKey,t),VN({nameOrNameFn:r,fn:t,actionType:fD.Sync,overrideContext:o}))))}lD.ApplySnapshot,lD.ApplyPatches,lD.Detach,lD.ApplySet,lD.ApplyDelete,lD.ApplyMethodCall;const MP=Symbol("cannotSerialize"),jP={id:"mobx-keystone/array",serialize:(e,t)=>RD(e)?e.map(t):MP,deserialize:(e,t)=>e.map(t)},LP={id:"mobx-keystone/dateAsTimestamp",serialize:e=>e instanceof Date?+e:MP,deserialize:e=>new Date(e)},FP={id:"mobx-keystone/mapAsArray",serialize(e,t){if(!(e instanceof Map||UO(e)))return MP;const n=[],r=e.keys();let o=r.next();for(;!o.done;){const i=o.value,a=e.get(i);n.push([t(i),t(a)]),o=r.next()}return n},deserialize(e,t){const n=new Map,r=e.length;for(let o=0;o<r;o++){const r=e[o][0],i=e[o][1];n.set(t(r),t(i))}return n}};function VP(e){var t;const n=[];for(let r=0;r<e.path.length;r++){const o=e.pathObjects[r+1],i=HD(o)&&null!=(t=o.$modelId)?t:null;n.push(i)}return n}const BP={id:"mobx-keystone/objectPath",serialize(e,t,n){if("object"!=typeof e||null===e||!oN(e,!1))return MP;if(n){const t=pN(e);if(t.root===n)return{targetPath:t.path,targetPathIds:VP(t)}}return MP},deserialize(e,t,n){if(n){const t=bN(n,e.targetPath,e.targetPathIds);if(t.resolved)return t.value}throw xD(`object at path ${JSON.stringify(e.targetPath)} with ids ${JSON.stringify(e.targetPathIds)} could not be resolved`)}},UP={id:"mobx-keystone/objectSnapshot",serialize:e=>"object"==typeof e&&null!==e&&oN(e,!1)?KR(e):MP,deserialize:e=>UR(e)},_P={id:"mobx-keystone/plainObject",serialize:(e,t)=>kD(e)||XO(e)?WP(e,t):MP,deserialize:(e,t)=>WP(e,t)};function WP(e,t){const n={},r=Object.keys(e),o=r.length;for(let i=0;i<o;i++){const o=r[i],a=e[o];n[o]=t(a)}return n}const zP={id:"mobx-keystone/setAsArray",serialize(e,t){if(!(e instanceof Set))return MP;const n=[],r=e.keys();let o=r.next();for(;!o.done;){const e=o.value;n.push(t(e)),o=r.next()}return n},deserialize(e,t){const n=new Set,r=e.length;for(let o=0;o<r;o++){const r=e[o];n.add(t(r))}return n}},qP=[],GP=new Map;function HP(e){if(qP.includes(e))throw xD("action call argument serializer already registered");if(GP.has(e.id))throw xD(`action call argument serializer with id '${e.id}' already registered`);return qP.unshift(e),GP.set(e.id,e),()=>{const t=qP.indexOf(e);t>=0&&qP.splice(t,1),GP.delete(e.id)}}HP(_P),HP(zP),HP(FP),HP(LP),HP(jP),HP(UP),HP(BP);class YP{constructor(){sD(this,"patches"),sD(this,"invPatches")}record(e,t){this.patches=e,this.invPatches=t}emit(e){JP(e,this.patches,this.invPatches,!0)}}const KP=new WeakMap,XP=[];function JP(e,t,n,r){if(t.length<=0&&n.length<=0)return;if(r)for(let r=0;r<XP.length;r++){(0,XP[r])(e,t,n)}const o=KP.get(e);if(o)for(let e=0;e<o.length;e++){(0,o[e])(t,n)}const i=uN(e);if(i){const e=i.path,r=t.map((t=>ZP(t,e))),o=n.map((t=>ZP(t,e)));JP(i.parent,r,o,!1)}}function ZP(e,t){return aD(iD({},e),{path:[t,...e.path]})}var QP,$P;($P=QP||(QP={})).Return="return",$P.Throw="throw";const eI=Symbol("modelInitializers");
388
- /*! *****************************************************************************
389
- Copyright (c) Microsoft Corporation.
390
-
391
- Permission to use, copy, modify, and/or distribute this software for any
392
- purpose with or without fee is hereby granted.
393
-
394
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
395
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
396
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
397
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
398
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
399
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
400
- PERFORMANCE OF THIS SOFTWARE.
401
- ***************************************************************************** */
402
- function tI(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}const nI=Symbol(),rI=Symbol(),oI=Symbol(),iI=Symbol(),aI=Symbol(),sI=Symbol(),uI=Symbol("modelInitialized"),cI=Symbol("modelProperties");function lI(e){return e[cI]}const dI=Symbol("noDefaultValue"),fI={setter:!1,isId:!0,withSetter(e){return aD(iD({},this),{setter:null==e||e})}};function pI(e){let t=!1;arguments.length>=1&&(t=!0);const n="function"==typeof e,r={$valueType:null,$creationValueType:null,$transformedValueType:null,$transformedCreationValueType:null,$isOptional:null,$isId:null,$hasSetter:null,defaultFn:t&&n?e:dI,defaultValue:t&&!n?e:dI,typeChecker:void 0,setter:!1,isId:!1,transform:void 0,withSetter(e){return aD(iD({},this),{setter:null==e||e})},withTransform(e){return aD(iD({},this),{transform:vI(e)})}};return r}let hI=!1;const mI=()=>{hI=!0};function vI(e){const t=new WeakMap;return{transform(n,r,o,i){const a=XD(t,r,(()=>new Map));let s=a.get(o);(null==s?void 0:s.originalValue)!==n&&(a.delete(o),s=void 0);const u=null==(c={originalValue:n,cachedTransformedValue:null==s?void 0:s.transformedValue,setOriginalValue:i}).originalValue?c.originalValue:e.transform(c);var c;return a.set(o,{originalValue:n,transformedValue:u}),u},untransform(n,r,o){const i=XD(t,r,(()=>new Map));hI=!1;const a=null==(s={transformedValue:n,cacheTransformedValue:mI}).transformedValue?s.transformedValue:e.untransform(s);var s;return hI?i.set(o,{originalValue:a,transformedValue:n}):i.delete(o),a}}}function gI(e){if(OR(e))return e.constructor[eR];if(CR(e))return e[eR];throw xD("modelClassOrInstance must be a model class or instance")}function yI(e){const t=sP(e).typeInfo;if(!t)throw xD(`type info not found for ${e}`);return t}const bI=new WeakMap;function EI(e){if(CR(e)||"function"!=typeof e){const t=e,n=bI.get(t);if(n)return n;const r=e=>new wI(e,t),o=tP((()=>{const e=sR.get(t),n=`DataModelData(${e.name})`,o=gI(t).dataType;if(!o)throw xD(`type checking cannot be performed over data model data of type '${e.name}' since that model type has no data type declared, consider adding a data type or using types.unchecked() instead`);return new $R(((e,t)=>{const n=aP(o);return n.unchecked?null:n.check(e,t)}),(()=>n),r)}),r);return bI.set(t,o),o}{const t=e;return tP((()=>EI(t())),(e=>new wI(e,t())))}}class wI extends rP{constructor(e,t){super(e),sD(this,"modelClass"),sD(this,"_props",UD((()=>{const e=lI(this.modelClass),t={};return Object.keys(e).forEach((n=>{const r=e[n],o=r.typeChecker;let i;o&&(i=yI(o));let a,s=!1;r.defaultFn!==dI?(a=r.defaultFn,s=!0):r.defaultValue!==dI&&(a=r.defaultValue,s=!0),t[n]={type:o,typeInfo:i,hasDefault:s,default:a}})),t}))),this.modelClass=t}get props(){return this._props()}get modelType(){return sR.get(this.modelClass).name}}function SI(e,t){const n=function(e){return e[eI]}(e);if(n){const e=n.length;for(let r=0;r<e;r++){(0,n[r])(t)}}}const xI=Ex("newModel",((e,t,n)=>{const{modelClass:r}=n,o=r,i=e;if(!sR.get(o))throw xD(`no model info for class ${o.name} could be found - did you forget to add the @model decorator?`);if(i.$=t,xR()&&gI(o).dataType){const e=i.typeCheck();e&&e.throw(i)}return SI(o,i),i})),OI=new WeakMap;class CI{constructor(e){if(sD(this,BA),sD(this,UA),sD(this,_A),sD(this,WA),sD(this,"$"),!TD(e))throw xD("data models can only work over data objects");const{modelClass:t}=arguments[1],n=t;let r;if(iN(e))r=e;else{if(!sR.get(n))throw xD(`no model info for class ${n.name} could be found - did you forget to add the @model decorator?`);const t=lI(n),o=Object.assign({},e),i=Object.keys(t);for(let e=0;e<i.length;e++){const n=i[e],r=t[n];let a=o[n],s=!1;r.transform&&(s=!0,a=r.transform.untransform(a,this,n)),null==a&&(r.defaultFn!==dI?(s=!0,a=r.defaultFn()):r.defaultValue!==dI&&(s=!0,a=r.defaultValue)),s&&(o[n]=a)}r=cP(o)}const o=XD(OI,n,(()=>new WeakMap)),i=o.get(r);if(i)return i;o.set(r,this),Object.setPrototypeOf(this,n.prototype);const a=this;delete a[nI],delete a[rI],delete a[oI],delete a[iI],xI(this,r,{modelClass:n})}typeCheck(){return uP(EI(this.constructor),this.$)}toString(e){const t=iD({withData:!0},e),n=sR.get(this.constructor),r=`${this.constructor.name}#${n.name}`;return t.withData?`[${r} ${JSON.stringify(KR(this))}]`:`[${r}]`}}BA=nI,UA=rI,_A=oI,WA=iI,ER=CI;const kI=new Set(["onLazyInit","$","typeCheck"]),TI=new WeakMap;function AI(e){if(YD(e)||"function"!=typeof e){const t=e,n=TI.get(t);if(n)return n;const r=e=>new DI(e,t),o=tP((()=>{const e=sR.get(t),n=`Model(${e.name})`,o=rR(t).dataType;if(!o)throw xD(`type checking cannot be performed over model of type '${e.name}' since that model type has no data type declared, consider adding a data type or using types.unchecked() instead`);return new $R(((e,r)=>{if(!(e instanceof t))return new JR(r,n,e);const i=aP(o);return i.unchecked?null:i.check(e.$,r)}),(()=>n),r)}),r);return TI.set(t,o),o}{const t=e;return tP((()=>AI(t())),(e=>new DI(e,t())))}}class DI extends rP{constructor(e,t){super(e),sD(this,"modelClass"),sD(this,"_props",UD((()=>{const e=lI(this.modelClass),t={};return Object.keys(e).forEach((n=>{const r=e[n],o=r.typeChecker;let i;o&&(i=yI(o));let a,s=!1;r.defaultFn!==dI?(a=r.defaultFn,s=!0):r.defaultValue!==dI&&(a=r.defaultValue,s=!0),t[n]={type:o,typeInfo:i,hasDefault:s,default:a}})),t}))),this.modelClass=t}get props(){return this._props()}get modelType(){return sR.get(this.modelClass).name}}var NI,RI;function PI(e,t){return rN.set(e,void 0),XR({value:e,parentPath:t,indexChangeAllowed:!1,isDataObject:!1,cloneIfApplicable:!0}),e}(RI=NI||(NI={}))[RI.Model=0]="Model",RI[RI.Array=1]="Array",RI[RI.PlainObject=2]="PlainObject",RI[RI.Frozen=3]="Frozen",dP(NI.Model,((e,t)=>{if(HD(e))return PI(e,t)}));let II=!0;function MI(e){let t=II;II=!1;try{e()}finally{II=t}}function jI(e,t,n){if(II&&(function(e){let t=e;for(;t;){const e=QR.get(t);if(e){for(const n of e)n.invalidateCachedResult(t);QR.delete(t)}t=dN(t)}}(e),xR())){const r=function(e){const t=tN(e);if(e!==t&&HD(e=t)&&rR(e).dataType)return e;return zN(e,(e=>HD(e)&&!!rR(e).dataType))}(e);if(r){const o=r.typeCheck();o&&(!function(e){const t=sN;sN=!0;try{Sx((()=>{e()}))}finally{sN=t}}((()=>{t?pR.call(e,t.invPatches,!0):n&&wP.call(e,n)})),o.throw(r))}}}function LI(e,t,n,r,o){const i=e,a=XO(i)?i:uS.object({},void 0,FI);let s,u;rN.set(a,(()=>{s(),u()})),XR({value:a,parentPath:t,indexChangeAllowed:!1,isDataObject:o,cloneIfApplicable:!1});let c={};const l=Object.keys(i),d=l.length;for(let e=0;e<d;e++){const t=l[e],n=i[t];if(AD(n))r||Qx(a,t,n),c[t]=n;else{const e={parent:a,path:t};let o;r?(o=n,XR({value:o,parentPath:e,indexChangeAllowed:!1,isDataObject:!1,cloneIfApplicable:!1})):(o=fP(n,e),Qx(a,t,o));const i=GR(o);c[t]=i.transformed}}let f;if(n){c.$modelType=n;const e=uR(n);if(!e)throw xD(`model with name "${n}" not found in the registry`);const t=e.class.toSnapshotProcessor;t&&(f=e=>t(e,tN(a)))}return YR(o?tN(a):a,c,f),s=zx(a,BI),u=rO(a,VI),a}const FI={deep:!1};function VI(e){const t=e.object,n=tN(t);let{untransformed:r}=GR(n);const o=new YP;switch(r=Object.assign({},r),e.type){case"add":case"update":{const t=e.name,n=e.newValue,i=r[t];if(AD(n))r[t]=n;else{const e=GR(n);r[t]=e.transformed}const a=[t];"add"===e.type?o.record([{op:"add",path:a,value:r[t]}],[{op:"remove",path:a}]):o.record([{op:"replace",path:a,value:r[t]}],[{op:"replace",path:a,value:i}])}break;case"remove":{const t=e.name,n=r[t];delete r[t];const i=[t];o.record([{op:"remove",path:i}],[{op:"add",path:i,value:n}])}}jI(t,o),sN||(YR(n,r,void 0),o.emit(n))}function BI(e){if(MN(),"symbol"==typeof e.name)throw xD("symbol properties are not supported");switch(e.type){case"add":e.newValue=fP(e.newValue,{parent:e.object,path:""+e.name});break;case"remove":{const t=e.object[e.name];fP(t,void 0),pP(t);break}case"update":{const t=e.object[e.name];fP(t,void 0),pP(t),e.newValue=fP(e.newValue,{parent:e.object,path:""+e.name});break}}return e}dP(NI.PlainObject,((e,t)=>{if(XO(e)||kD(e))return LI(e,t,void 0,!1,!1)}));const UI=Ex("newModel",((e,t,n)=>{const r=t?"new":"fromSnapshot",{modelClass:o,snapshotInitialData:i,generateNewIds:a}=n,s=o,u=e,c=sR.get(s);if(!c)throw xD(`no model info for class ${s.name} could be found - did you forget to add the @model decorator?`);const l=iR(s),d=lI(s),f=l?d[l]:void 0;let p;if(i){let e=i.unprocessedSnapshot;f&&l&&(p=a?f.defaultFn():e[l]),s.fromSnapshotProcessor&&(e=s.fromSnapshotProcessor(e)),t=i.snapshotToInitialData(e)}else f&&l&&(p=t[l]?t[l]:f.defaultFn());u.$modelType=c.name;const h=Object.keys(d);for(let e=0;e<h.length;e++){const n=h[e];if(n===l)continue;const o=d[n];let i=t[n],a=!1;"new"===r&&o.transform&&(a=!0,i=o.transform.untransform(i,u,n)),null==i&&(o.defaultFn!==dI?(a=!0,i=o.defaultFn()):o.defaultValue!==dI&&(a=!0,i=o.defaultValue)),a&&Qx(t,n,i)}l&&Qx(t,l,p),PI(u,void 0);let m=LI(t,{parent:u,path:"$"},u.$modelType,!1,!0);if(u.$=m,xR()&&rR(s).dataType){const e=u.typeCheck();e&&e.throw(u)}return SI(s,u),u})),_I=Symbol();class WI{constructor(e){sD(this,zA),sD(this,qA),sD(this,GA),sD(this,HA),sD(this,YA),sD(this,KA),sD(this,XA),sD(this,JA),sD(this,"$");let t=e;const{snapshotInitialData:n,modelClass:r,generateNewIds:o}=arguments[1];Object.setPrototypeOf(this,r.prototype);const i=this;delete i[nI],delete i[rI],delete i[oI],delete i[iI],delete i[aI],delete i[sI],delete i[_I],n?UI(this,void 0,{modelClass:r,snapshotInitialData:n,generateNewIds:o}):(PD(t,"initialData"),UI(this,uS.object(t,void 0,{deep:!1}),{modelClass:r,generateNewIds:!0}))}get[(zA=nI,qA=rI,GA=oI,HA=iI,YA=aI,KA=sI,XA=_I,JA="$modelType","$modelId")](){const e=iR(this.constructor);return e?this.$[e]:void 0}set $modelId(e){const t=iR(this.constructor);if(!t)throw xD("$modelId cannot be set when there is no idProp set in the model");this.$[t]=e}getRefId(){return this.$modelId}typeCheck(){return uP(AI(this.constructor),this)}toString(e){const t=iD({withData:!0},e),n=`${this.constructor.name}#${this.$modelType}`;return t.withData?`[${n} ${JSON.stringify(KR(this))}]`:`[${n}]`}}!function(e){GD=e}(WI);const zI=new Set(["$modelType","$modelId","onInit","$","getRefId","onAttachedToRootStore","typeCheck"]);function qI(e){return function(e,t,n){return ID(e,"objFn"),tP((()=>{const r=e();PD(r,"objectSchema");const o=Object.entries(r),i=(...e)=>{const t=[];for(const[n,r]of o){const o=aP(r);let i="...";e.includes(o)||(i=o.getTypeName(...e,o)),t.push(`${n}: ${i};`)}return`{ ${t.join(" ")} }`},a=new $R(((e,n)=>{if(!TD(e)||t&&!(e instanceof vP))return new JR(n,i(a),e);for(const[t,r]of o){const o=aP(r),i=e[t],a=o.unchecked?null:o.check(i,[...n,t]);if(a)return a}return null}),i,n);return a}),n)}(e,!1,(t=>new GI(t,e)))}class GI extends rP{constructor(e,t){super(e),sD(this,"_objTypeFn"),sD(this,"_props",UD((()=>{const e=this._objTypeFn(),t={};return Object.keys(e).forEach((n=>{const r=sP(e[n]);t[n]={type:r,typeInfo:yI(r)}})),t}))),this._objTypeFn=t}get props(){return this._props()}}function HI(e){let t;switch(function(e,t){if(!AD(e))throw xD(`${t} must be a primitive`)}(e,"literal"),e){case void 0:t="undefined";break;case null:t="null";break;default:t=JSON.stringify(e)}return new $R(((n,r)=>n===e?null:new JR(r,t,n)),(()=>t),(t=>new YI(t,e)))}class YI extends rP{constructor(e,t){super(e),sD(this,"literal"),this.literal=t}}iP(void 0,HI(void 0));iP(null,HI(null));const KI=new $R(((e,t)=>"boolean"==typeof e?null:new JR(t,"boolean",e)),(()=>"boolean"),(e=>new XI(e)));iP(Boolean,KI);class XI extends rP{}const JI=new $R(((e,t)=>"number"==typeof e?null:new JR(t,"number",e)),(()=>"number"),(e=>new ZI(e)));iP(Number,JI);class ZI extends rP{}const QI=new $R(((e,t)=>"string"==typeof e?null:new JR(t,"string",e)),(()=>"string"),(e=>new $I(e)));iP(String,QI);class $I extends rP{}function eM(e,t){let n=!1;switch(typeof e){case"string":return eM(QI,e);case"number":return eM(JI,e);case"boolean":return eM(KI,e)}return arguments.length>=2&&(n=!0),aD(iD({},n?pI(t):pI()),{typeChecker:sP(e)})}const tM=new $R(null,(()=>"any"),(e=>new rM(e)));function nM(){return tM}class rM extends rP{}function oM(e,t,n="must be a class or data model class"){if(!YD(e)&&!CR(e))throw xD(`${t} ${n}`)}function iM(e,t,n){return{enumerable:n,configurable:!0,get(){return function(e,t,n){const r=e.$[n];if(null==t?void 0:t.transform)return t.transform.transform(r,e,n,(t=>{DP(e.$,n,t)}));return r}(this,t,e)},set(n){this[uI]&&function(e,t,n,r){if("assign"===(null==t?void 0:t.setter)&&!gD())return void DP(e,n,r);const o=(null==t?void 0:t.transform)?t.transform.untransform(r,e,n):r;e.$[n]=o}(this,t,e,n)}}}const aM=()=>SR().modelIdGenerator(),sM=eM(QI,aM);sM.isId=!0;const uM=pI(aM);function cM({modelProps:e,baseModel:t,type:n,valueType:r,fromSnapshotProcessor:o,toSnapshotProcessor:i}){if(PD(e,"modelProps"),t){oM(t,"baseModel");const e=t[tR];e&&oM(t=e,"baseModel")}const a={},s=e;if(t){const n=lI(t);for(const t of Object.keys(n)){if(e[t])throw xD(`extended model cannot redeclare base model property named '${t}'`);s[t]=n[t]}}const u=Object.keys(s).filter((e=>s[e].isId));if("class"===n){if(u.length>1)throw xD(`expected at most one idProp but got many: ${JSON.stringify(u)}`)}else if(u.length>=1)throw xD(`expected no idProp but got some: ${JSON.stringify(u)}`);const c=Object.values(s).some((e=>!!e.typeChecker));let l,d;if(u.length>=1){l=u[0];const e=s[l];let t=c?sM:uM;switch(null==e?void 0:e.setter){case!0:t=t.withSetter();break;case"assign":t=t.withSetter("assign")}s[l]=t}if(c){const e={};for(const[t,n]of Object.entries(s))e[t]=n.typeChecker?n.typeChecker:nM();d=qI((()=>e))}const f="class"===n?zI:kI;for(const t of Object.keys(e).filter((e=>!f.has(e))))a[t]=iM(t,e[t],!1);const p=Object.keys(a),h=p.length,m=null!=t?t:"class"===n?WI:CI,v=function(e){function t(t,n){var r;const o=null!=(r=null==n?void 0:n.modelClass)?r:this.constructor,i=new e(t,aD(iD({},n),{modelClass:o}));for(let e=0;e<h;e++){const t=p[e];Object.getOwnPropertyDescriptor(i,t)&&delete i[t]}return i}return function(e,t){function n(){this.constructor=e}Object.setPrototypeOf(e,t),n.prototype=t.prototype,e.prototype=new n}(t,e),t}(m),g=m[eI];var y;if(g&&(v[eI]=g.slice()),y=s,v[cI]=y,"class"===n){const e={dataType:d,modelIdProperty:l,valueType:r};v[eR]=e}else{const e={dataType:d};v[eR]=e}Object.defineProperties(v.prototype,a);for(const[t,n]of Object.entries(e))if(!0===n.setter){const e=zD(t);v.prototype[e]=function(e){this[t]=e};const n=IP(v.prototype,e,Object.getOwnPropertyDescriptor(v.prototype,e));Object.defineProperty(v.prototype,e,n)}if(o){const e=o;o=t=>aD(iD({},e(t)),{$modelType:t.$modelType})}if(i){const e=i;i=(t,n)=>aD(iD({},e(t,n)),{$modelType:t.$modelType})}return v.fromSnapshotProcessor=o,v.toSnapshotProcessor=i,v}function lM(e,t){return function(e,t,n){var r;return cM({modelProps:e,baseModel:t,type:"class",valueType:null!=(r=null==n?void 0:n.valueType)&&r,fromSnapshotProcessor:null==n?void 0:n.fromSnapshotProcessor,toSnapshotProcessor:null==n?void 0:n.toSnapshotProcessor})}("function"==typeof e?e():e,void 0,t)}uM.isId=!0;const dM=e=>t=>fM(e)(t),fM=e=>t=>{const n=YD(t)?"class":CR(t)?"data":void 0;if(!n)throw xD("clazz must be a class that extends from Model/DataModel");if(aR[e]&&VD("warn",`a model with name "${e}" already exists (if you are using hot-reloading you may safely ignore this warning)`,`duplicateModelName - ${e}`),t[tR])throw xD("a class already decorated with `@model` cannot be re-decorated");const r=function(e,o){const i=new t(e,o);if(Object.defineProperty(i,"constructor",{configurable:!0,writable:!0,enumerable:!1,value:r}),LD(i,MD),qD()>=6)try{WD.makeObservable(i)}catch(e){const t=e;if("[MobX] No annotations were passed to makeObservable, but no decorator members have been found either"!==t.message&&"[MobX] No annotations were passed to makeObservable, but no decorated members have been found either"!==t.message)throw t}return CD(i,uI,!0,!1),"class"===n&&i.onInit&&(BN(i,"onInit",kR.OnInit),i.onInit()),"data"===n&&i.onLazyInit&&(BN(i,"onLazyInit",kR.OnLazyInit),i.onLazyInit()),i};t.toString=()=>`class ${t.name}#${e}`,"class"===n&&(t.$modelType=e),Object.setPrototypeOf(r,t),r.prototype=t.prototype,Object.defineProperty(r,"name",aD(iD({},Object.getOwnPropertyDescriptor(r,"name")),{value:t.name})),r[tR]=t;const o={name:e,class:r};return aR[e]=o,sR.set(r,o),sR.set(t,o),LD(t,nR),r};function pM(e){const t=t=>new hM(t,sP(e));return tP((()=>{const n=aP(e),r=(...e)=>`Array<${n.getTypeName(...e,n)}>`,o=new $R(((e,t)=>{if(!RD(e))return new JR(t,r(o),e);if(!n.unchecked)for(let r=0;r<e.length;r++){const o=n.check(e[r],[...t,r]);if(o)return o}return null}),r,t);return o}),t)}class hM extends rP{constructor(e,t){super(e),sD(this,"itemType"),this.itemType=t}get itemTypeInfo(){return yI(this.itemType)}}var mM,vM;function gM(e,t){if(e.type===mM.Single)return[e];{const n=[];for(const r of e.events)t?n.unshift(...gM(r,!0)):n.push(...gM(r,!1));return n}}(vM=mM||(mM={})).Single="single",vM.Group="group";let yM=class extends(lM({undoEvents:eM(pM(nM()),(()=>[])),redoEvents:eM(pM(nM()),(()=>[]))})){constructor(){super(...arguments),sD(this,"_groupStack",[])}_clearUndo(){wM((()=>{this.undoEvents.length=0}))}_clearRedo(){wM((()=>{this.redoEvents.length=0}))}_undo(){wM((()=>{const e=this.undoEvents.pop();this.redoEvents.push(e)}))}_redo(){wM((()=>{const e=this.redoEvents.pop();this.undoEvents.push(e)}))}_addUndo(e){wM((()=>{this.undoEvents.push(e),this.redoEvents.length=0}))}_addUndoToParentGroup(e,t){e.events.push(t)}get _currentGroup(){return this._groupStack[this._groupStack.length-1]}_startGroup(e,t,n){var r;let o=!1,i=!1;const a=this._currentGroup,s={type:mM.Group,groupName:e,events:[]},u=a||null==(r=null==n?void 0:n.attachedState)?void 0:r.save(),c={pause:()=>{if(i)throw xD("cannot pause a group when it is already ended");if(!o)throw xD("cannot pause a group when it is not running");if(this._currentGroup!==s)throw xD("group out of order");this._groupStack.pop(),o=!1},resume:()=>{if(i)throw xD("cannot resume a group when it is already ended");if(o)throw xD("cannot resume a group when it is already running");this._groupStack.push(s),o=!0},end:()=>{var e;o&&c.pause(),i=!0,a?this._addUndoToParentGroup(a,s):this._addUndo(aD(iD({},s),{attachedState:{beforeEvent:u,afterEvent:null==(e=null==n?void 0:n.attachedState)?void 0:e.save()}}))}};return t&&c.resume(),c}};tI([IP],yM.prototype,"_clearUndo",null),tI([IP],yM.prototype,"_clearRedo",null),tI([IP],yM.prototype,"_undo",null),tI([IP],yM.prototype,"_redo",null),tI([IP],yM.prototype,"_addUndo",null),yM=tI([dM("mobx-keystone/UndoStore")],yM);class bM{constructor(e,t,n,r){sD(this,"disposer"),sD(this,"subtreeRoot"),sD(this,"options"),sD(this,"store"),sD(this,"_isUndoRecordingDisabled",!1),this.disposer=e,this.subtreeRoot=t,this.options=r,qD()>=6&&WD.makeObservable(this),this.store=null!=n?n:new yM({})}get undoQueue(){return this.store.undoEvents}get redoQueue(){return this.store.redoEvents}get undoLevels(){return this.undoQueue.length}get canUndo(){return this.undoLevels>0}clearUndo(){this.store._clearUndo()}get redoLevels(){return this.redoQueue.length}get canRedo(){return this.redoLevels>0}clearRedo(){this.store._clearRedo()}undo(){if(!this.canUndo)throw xD("nothing to undo");const e=this.undoQueue[this.undoQueue.length-1];wM((()=>{var t,n,r;gM(e,!0).forEach((e=>{fR(this.subtreeRoot,e.inversePatches,!0)})),(null==(t=e.attachedState)?void 0:t.beforeEvent)&&(null==(r=null==(n=this.options)?void 0:n.attachedState)||r.restore(e.attachedState.beforeEvent))})),this.store._undo()}redo(){if(!this.canRedo)throw xD("nothing to redo");const e=this.redoQueue[this.redoQueue.length-1];wM((()=>{var t,n,r;gM(e,!1).forEach((e=>{fR(this.subtreeRoot,e.patches)})),(null==(t=e.attachedState)?void 0:t.afterEvent)&&(null==(r=null==(n=this.options)?void 0:n.attachedState)||r.restore(e.attachedState.afterEvent))})),this.store._redo()}dispose(){this.disposer()}get isUndoRecordingDisabled(){return this._isUndoRecordingDisabled}withoutUndo(e){const t=this._isUndoRecordingDisabled;this._isUndoRecordingDisabled=!0;try{return e()}finally{this._isUndoRecordingDisabled=t}}createGroup(e){const t=this.store._startGroup(e,!1,this.options);return{continue(e){t.resume();try{return e()}finally{t.pause()}},end(){t.end()}}}withGroup(e,t){let n,r;"string"==typeof e?(n=e,r=t):r=e;const o=this.store._startGroup(n,!0,this.options);try{return r()}finally{o.end()}}withGroupFlow(e,t){let n,r;"string"==typeof e?(n=e,r=t):r=e;const o=r(),i=this.store._startGroup(n,!1,this.options),a=o.next.bind(o),s=o.throw.bind(o);return new Promise((function(e,t){function n(e){let n;i.resume();try{n=a(e)}catch(e){return i.end(),void t(e)}i.pause(),o(n)}function r(e){let n;i.resume();try{n=s(e)}catch(e){return i.end(),void t(e)}i.pause(),o(n)}function o(a){a&&"function"==typeof a.then?a.then(o,t):a.done?(i.end(),e(a.value)):Promise.resolve(a.value).then(n,r)}n(void 0)}))}}tI([dS],bM.prototype,"undoQueue",null),tI([dS],bM.prototype,"redoQueue",null),tI([dS],bM.prototype,"undoLevels",null),tI([dS],bM.prototype,"canUndo",null),tI([Ex],bM.prototype,"clearUndo",null),tI([dS],bM.prototype,"redoLevels",null),tI([dS],bM.prototype,"canRedo",null),tI([Ex],bM.prototype,"clearRedo",null),tI([Ex],bM.prototype,"undo",null),tI([Ex],bM.prototype,"redo",null);let EM=!1;function wM(e){const t=EM;EM=!0;try{return e()}finally{EM=t}}function SM(e){return"value"===e.type?e.value:e.value.get()}class xM{constructor(e){sD(this,"defaultContextValue"),sD(this,"overrideContextValue"),sD(this,"nodeContextValue",new WeakMap),sD(this,"nodeAtom",new WeakMap),qD()>=6&&WD.makeObservable(this),this.setDefault(e)}getNodeAtom(e){return XD(this.nodeAtom,e,(()=>Tw("contextValue")))}fastGet(e){this.getNodeAtom(e).reportObserved();const t=this.nodeContextValue.get(e);if(t)return SM(t);const n=lN(e);return n?this.fastGet(n):this.overrideContextValue?SM(this.overrideContextValue):this.getDefault()}get(e){return aN(e,"node"),this.fastGet(e)}fastGetProviderNode(e){this.getNodeAtom(e).reportObserved();if(this.nodeContextValue.get(e))return e;const t=lN(e);return t?this.fastGetProviderNode(t):void 0}getProviderNode(e){return aN(e,"node"),this.fastGetProviderNode(e)}getDefault(){return SM(this.defaultContextValue)}setDefault(e){this.defaultContextValue={type:"value",value:e}}setDefaultComputed(e){this.defaultContextValue={type:"computed",value:dS(e)}}set(e,t){aN(e,"node"),this.nodeContextValue.set(e,{type:"value",value:t}),this.getNodeAtom(e).reportChanged()}_setComputed(e,t){aN(e,"node"),this.nodeContextValue.set(e,{type:"computed",value:t}),this.getNodeAtom(e).reportChanged()}setComputed(e,t){this._setComputed(e,dS(t))}unset(e){aN(e,"node"),this.nodeContextValue.delete(e),this.getNodeAtom(e).reportChanged()}apply(e,t){const n=this.overrideContextValue;this.overrideContextValue={type:"value",value:t};try{const r=e();return oN(r,!0)&&this.set(r,t),r}finally{this.overrideContextValue=n}}applyComputed(e,t){const n=dS(t),r=this.overrideContextValue;this.overrideContextValue={type:"computed",value:n};try{const t=e();return oN(t,!0)&&this._setComputed(t,n),t}finally{this.overrideContextValue=r}}}tI([uS.ref],xM.prototype,"defaultContextValue",void 0),tI([uS.ref],xM.prototype,"overrideContextValue",void 0),tI([Ex],xM.prototype,"setDefault",null),tI([Ex],xM.prototype,"setDefaultComputed",null),tI([Ex],xM.prototype,"set",null),tI([Ex],xM.prototype,"setComputed",null),tI([Ex],xM.prototype,"unset",null),tI([Ex],xM.prototype,"apply",null),tI([Ex],xM.prototype,"applyComputed",null);class OM extends(lM({id:eM(QI)})){get maybeCurrent(){return this.resolve()}get isValid(){return!!this.maybeCurrent}get current(){const e=this.maybeCurrent;if(!e)throw xD(`a reference of type '${this.$modelType}' could not resolve an object with id '${this.id}'`);return e}}tI([dS],OM.prototype,"maybeCurrent",null),tI([dS],OM.prototype,"isValid",null),tI([dS],OM.prototype,"current",null);const CM=new WeakMap;function kM(e,t,n,r){var o,i;let a=(i=class extends OM{constructor(){super(...arguments),sD(this,"resolver"),((e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)})(this,o,void 0)}resolve(){return this.resolver||(this.resolver=t(this)),this.resolver(this)}internalForceUpdateBackRefs(e){const t=(uD(n=this,r=o,"read from private field"),i?i.call(n):r.get(n));var n,r,i;((e,t,n,r)=>{uD(e,t,"write to private field"),r?r.call(e,n):t.set(e,n)})(this,o,e),NM(this,u,e,t)}forceUpdateBackRefs(){this.internalForceUpdateBackRefs(this.maybeCurrent)}onInit(){let e,t=!0;Tx((()=>this.maybeCurrent),(n=>{this.internalForceUpdateBackRefs(n);const o=e,i=t;e=n,t=!1,!i&&r&&n!==o&&r(this,n,o)}),{fireImmediately:!0})}},o=new WeakMap,i);tI([Ex],a.prototype,"forceUpdateBackRefs",null),a=tI([dM(e)],a);const s=e=>{let t;if("string"==typeof e?t=e:(PD(e,"target"),t=n(e)),"string"!=typeof t)throw xD("ref target object must have an id of string type");return new a({id:t})};s.refClass=a;const u=s;return u}function TM(e){if(HD(e)&&e.getRefId){const t=e.getRefId();if(void 0!==t&&"string"!=typeof t)throw xD("'getRefId()' must return a string or undefined when present");return t}}const AM=new WeakMap;function DM(e,t){let n=CM.get(e);if(n||(n={all:uS.set(void 0,{deep:!1}),byType:new WeakMap},CM.set(e,n)),t){let e=n.byType.get(t);return e||(e=uS.set(void 0,{deep:!1}),n.byType.set(t,e)),e}return n.all}const NM=Ex("updateBackRefs",((e,t,n,r)=>{n!==r&&(r&&(DM(r).delete(e),DM(r,t).delete(e)),n&&(DM(n).add(e),DM(n,t).add(e)))}));DN({initData:()=>({all:new Set,byType:new WeakMap}),addNode(e,t){if(e instanceof OM){t.all.add(e);XD(t.byType,e.constructor,(()=>new Set)).add(e)}}}),Ex("customRef",((e,t)=>{var n;return kM(e,(()=>t.resolve),null!=(n=t.getId)?n:TM,t.onResolvedValueChange)}));const RM=Ex("rootRef",((e,t)=>{var n;const r=null!=(n=null==t?void 0:t.getId)?n:TM,o=null==t?void 0:t.onResolvedValueChange;return kM(e,(e=>{let t;return()=>{const n=mN(e);if(function(e,t,n,r){return!!n&&(e.id===r(n)&&t===mN(n))}(e,n,t,r))return t;const o=function(e,t,n=TM){const r=XD(AM,n,(()=>XN((e=>n(e))))).walk(e);return r?r.get(t):void 0}(n,e.id,r);return o&&(t=o),o}}),r,o)}));function PM(e,t,n){const r=e,o=r.length,i=MO(r)?r:uS.array([],jM);let a,s;i!==r&&(i.length=r.length);rN.set(i,(()=>{a(),s()})),XR({value:i,parentPath:t,indexChangeAllowed:!1,isDataObject:!1,cloneIfApplicable:!1});const u=[];u.length=o;for(let e=0;e<o;e++){const t=r[e];if(AD(t))n||Qx(i,e,t),u[e]=t;else{const r={parent:i,path:e};let o;n?(o=t,XR({value:o,parentPath:r,indexChangeAllowed:!1,isDataObject:!1,cloneIfApplicable:!1})):(o=fP(t,r),Qx(i,e,o));const a=GR(o);u[e]=a.transformed}}return YR(i,u,void 0),a=zx(i,MM.bind(void 0,i)),s=rO(i,IM),i}function IM(e){const t=e.object;let{untransformed:n}=GR(t);const r=new YP,o=n.slice();switch(e.type){case"splice":{const t=e.index,i=e.addedCount,a=e.removedCount;let s=[];s.length=i;for(let t=0;t<i;t++){const n=e.added[t];AD(n)?s[t]=n:s[t]=GR(n).transformed}const u=n.length;o.splice(t,a,...s);const c=[],l=[];if(i===a)for(let e=0;e<i;e++){const r=t+e,i=o[r],a=n[r];if(i!==a){const e=[r];c.push({op:"replace",path:e,value:i}),l.push({op:"replace",path:e,value:a})}}else{const e=u-a;if(a>0){const r=t>=e;r&&c.push({op:"replace",path:["length"],value:e});for(let e=a-1;e>=0;e--){const o=t+e,i=[o];r||c.push({op:"remove",path:i}),l.push({op:"add",path:i,value:n[o]})}}if(i>0){const n=t>=e;n&&l.push({op:"replace",path:["length"],value:e});for(let e=0;e<i;e++){const r=t+e,i=[r];c.push({op:"add",path:i,value:o[r]}),n||l.push({op:"remove",path:i})}}}r.record(c,l)}break;case"update":{const t=e.index,n=e.newValue,i=o[t];if(AD(n))o[t]=n;else{const e=GR(n);o[t]=e.transformed}const a=[t];r.record([{op:"replace",path:a,value:o[t]}],[{op:"replace",path:a,value:i}])}}jI(t,r),sN||(YR(t,o,void 0),r.emit(t))}function MM(e,t){switch(MN(),t.type){case"splice":{for(let e=0;e<t.removedCount;e++){const n=t.object[t.index+e];fP(n,void 0),pP(n)}for(let e=0;e<t.added.length;e++)t.added[e]=fP(t.added[e],{parent:t.object,path:t.index+e});const e=t.index+t.removedCount,n=t.index+t.added.length;if(e!==n)for(let r=e,o=n;r<t.object.length;r++,o++)XR({value:t.object[r],parentPath:{parent:t.object,path:o},indexChangeAllowed:!0,isDataObject:!1,cloneIfApplicable:!1})}break;case"update":const n=e[t.index];fP(n,void 0),pP(n),t.newValue=fP(t.newValue,{parent:e,path:t.index})}return t}dP(NI.Array,((e,t)=>{if(RD(e))return PM(e,t,!1)}));const jM={deep:!1};var LM,FM;function VM(e,t){return kP(e,t,!1)}(FM=LM||(LM={}))[FM.Array=0]="Array",FM[FM.Frozen=1]="Frozen",FM[FM.Model=2]="Model",FM[FM.PlainObject=3]="PlainObject",BR(LM.Array,((e,t)=>{if(RD(e))return function(e,t){const n=uS.array([],zR),r=e.length;for(let o=0;o<r;o++)n.push(_R(e[o],t));return PM(n,void 0,!0)}(e,t)})),BR(LM.Frozen,(e=>{if(bP(e))return gP(e.data)})),BR(LM.Model,((e,t)=>{if(KD(e))return function(e,t){const n=e.$modelType;if(!n)throw xD("a model snapshot must contain a type key ($modelType), but none was found");const r=uR(n);if(!r)throw xD(`model with name "${n}" not found in the registry`);const o=iR(r.class);if(o&&!e[o])throw xD(`a model snapshot of type '${n}' must contain an id key (${o}), but none was found`);return new r.class(void 0,{snapshotInitialData:{unprocessedSnapshot:e,snapshotToInitialData:t.snapshotToInitialData},generateNewIds:t.options.generateNewIds})}(e,t)})),BR(LM.PlainObject,((e,t)=>{if(kD(e))return function(e,t){const n=uS.object({},void 0,zR),r=Object.keys(e),o=r.length;for(let i=0;i<o;i++){const o=r[i];Qx(n,o,_R(e[o],t))}return LI(n,void 0,void 0,!0,!1)}(e,t)})),ZN(LM.Array,((e,t,n)=>{if(RD(t))return function(e,t,n){if(!RD(e))return UR(t);const r=KR(e);return MI((()=>{e.length>t.length&&e.splice(t.length,e.length-t.length);for(let r=0;r<e.length;r++){const o=e[r],i=QN(o,t[r],n,e);$N(i,o,n),Qx(e,r,i)}for(let r=e.length;r<t.length;r++)e.push(QN(void 0,t[r],n,e))})),jI(e,void 0,r),e}(e,t,n)})),ZN(LM.Frozen,((e,t)=>{if(bP(t))return function(e,t){return e instanceof vP&&e.data===t.data?e:gP(t.data)}(e,t)})),ZN(LM.Model,((e,t,n,r)=>{if(KD(t))return function(e,t,n,r){const o=t.$modelType,i=uR(o);if(!i)throw xD(`model with name "${o}" not found in the registry`);const a=n.findModelForSnapshot(t);if(a&&(e=a),!HD(e)||e.$modelType!==o)return UR(t);const s=iR(i.class);if(s){const n=t[s];if(e.$modelId!==n)return UR(t)}else if(RD(r))return UR(t);const u=e,c=KR(u);return MI((()=>{let e=t;const r=u.constructor;r.fromSnapshotProcessor&&(e=r.fromSnapshotProcessor(t));const o=u.$,i=Object.keys(o),a=i.length;for(let t=0;t<a;t++){const n=i[t];n in e||$x(o,n)}const s=Object.keys(e),c=s.length;for(let t=0;t<c;t++){const r=s[t];if(!wD(r)){const t=e[r],i=o[r],a=QN(i,t,n,u);$N(a,i,n),Qx(o,r,a)}}})),jI(u,void 0,c),u}(e,t,n,r)})),ZN(LM.PlainObject,((e,t,n)=>{if(kD(t))return function(e,t,n){if(!kD(e)&&!XO(e))return UR(t);const r=e,o=KR(r);return MI((()=>{const e=Object.keys(r),o=e.length;for(let n=0;n<o;n++){const o=e[n];o in t||$x(r,o)}const i=Object.keys(t),a=i.length;for(let e=0;e<a;e++){const o=i[e],a=t[o],s=r[o],u=QN(s,a,n,r);$N(u,s,n),Qx(r,o,u)}})),jI(r,void 0,o),r}(e,t,n)}));const BM="mobx-keystone/arrayActions";VM(`${BM}::set`,((e,t,n)=>{Qx(e,t,n)})),VM(`${BM}::delete`,((e,t)=>$x(e,""+t))),VM(`${BM}::setLength`,((e,t)=>{e.length=t})),VM(`${BM}::concat`,((e,...t)=>e.concat(...t))),VM(`${BM}::copyWithin`,((e,t,n,r)=>e.copyWithin(t,n,r))),VM(`${BM}::fill`,((e,t,n,r)=>e.fill(t,n,r))),VM(`${BM}::pop`,(e=>e.pop())),VM(`${BM}::push`,((e,...t)=>e.push(...t))),VM(`${BM}::reverse`,(e=>e.reverse())),VM(`${BM}::shift`,(e=>e.shift())),VM(`${BM}::slice`,((e,t,n)=>e.slice(t,n))),VM(`${BM}::sort`,((e,t)=>e.sort(t))),VM(`${BM}::splice`,(function(e,...t){return e.splice(...t)})),VM(`${BM}::unshift`,((e,...t)=>e.unshift(...t))),VM(`${BM}::swap`,((e,t,n)=>{if(t<0||n<0||t>=e.length||n>=e.length)return!1;n<t&&([t,n]=[n,t]);const[r]=e.splice(t,1),[o]=e.splice(n-1,1);return e.splice(t,0,o),e.splice(n,0,r),!0}));const UM="mobx-keystone/objectActions";VM(`${UM}::set`,((e,t,n)=>{Qx(e,t,n)})),VM(`${UM}::assign`,((e,t)=>{PD(t,"partialObject");const n=Object.keys(t);for(const r of n)Qx(e,r,t[r])})),VM(`${UM}::delete`,((e,t)=>$x(e,t))),VM(`${UM}::call`,((e,t,...n)=>e[t](...n))),Ex((e=>{const t=uS.map();t.dataObject=e;const n=Object.keys(e);for(let r=0;r<n.length;r++){const o=n[r];t.set(o,e[o])}let r=!1,o=!1;return rO(e,Ex((e=>{if(!r){o=!0;try{switch(e.type){case"add":case"update":t.set(e.name,e.newValue);break;case"remove":t.delete(e.name)}}finally{o=!1}}}))),zx(t,Ex((t=>{if(r)return null;if(o)return t;r=!0;try{switch(t.type){case"add":case"update":Qx(e,t.name,t.newValue);break;case"delete":$x(e,t.name)}return t}finally{r=!1}}))),t})),Ex((e=>{const t=uS.map(e);if(t.dataObject=e,t.size!==e.length)throw xD("arrays backing a map cannot contain duplicate keys");let n=!1,r=!1;return rO(e,Ex((e=>{if(!n){r=!0;try{switch(e.type){case"splice":{const n=e.removed;for(let e=0;e<n.length;e++)t.delete(n[e][0])}{const n=e.added;for(let e=0;e<n.length;e++)t.set(n[e][0],n[e][1])}break;case"update":t.delete(e.oldValue[0]),t.set(e.newValue[0],e.newValue[1])}}finally{r=!1}}}))),zx(t,Ex((t=>{if(n)return null;if(r)return t;n=!0;try{switch(t.type){case"update":{const n=e.findIndex((e=>e[0]===t.name));e[n]=[t.name,t.newValue];break}case"add":e.push([t.name,t.newValue]);break;case"delete":{const n=e.findIndex((e=>e[0]===t.name));n>=0&&e.splice(n,1);break}}return t}finally{n=!1}}))),t})),Ex((e=>{const t=uS.set(e);if(t.dataObject=e,t.size!==e.length)throw xD("arrays backing a set cannot contain duplicate values");let n=!1,r=!1;return rO(e,Ex((e=>{if(!n){r=!0;try{switch(e.type){case"splice":{const n=e.removed;for(let e=0;e<n.length;e++)t.delete(n[e])}{const n=e.added;for(let e=0;e<n.length;e++)t.add(n[e])}break;case"update":t.delete(e.oldValue),t.add(e.newValue)}}finally{r=!1}}}))),zx(t,Ex((t=>{if(n)return null;if(r)return t;n=!0;try{switch(t.type){case"add":e.push(t.newValue);break;case"delete":{const n=e.indexOf(t.oldValue);n>=0&&e.splice(n,1);break}}return t}finally{n=!1}}))),t}));var _M=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var r,o,i;if(Array.isArray(t)){if((r=t.length)!=n.length)return!1;for(o=r;0!=o--;)if(!e(t[o],n[o]))return!1;return!0}if(t instanceof Map&&n instanceof Map){if(t.size!==n.size)return!1;for(o of t.entries())if(!n.has(o[0]))return!1;for(o of t.entries())if(!e(o[1],n.get(o[0])))return!1;return!0}if(t instanceof Set&&n instanceof Set){if(t.size!==n.size)return!1;for(o of t.entries())if(!n.has(o[0]))return!1;return!0}if(ArrayBuffer.isView(t)&&ArrayBuffer.isView(n)){if((r=t.length)!=n.length)return!1;for(o=r;0!=o--;)if(t[o]!==n[o])return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((r=(i=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(o=r;0!=o--;)if(!Object.prototype.hasOwnProperty.call(n,i[o]))return!1;for(o=r;0!=o--;){var a=i[o];if(!e(t[a],n[a]))return!1}return!0}return t!=t&&n!=n};function WM(e,t){return e===t||(iN(e)?e=KR(e):Kx(e)&&(e=aO(e,zM)),iN(t)?t=KR(t):Kx(t)&&(t=aO(t,zM)),_M(e,t))}dP(NI.Frozen,((e,t)=>{if(e instanceof vP)return function(e,t){return rN.set(e,void 0),XR({value:e,parentPath:t,indexChangeAllowed:!1,isDataObject:!1,cloneIfApplicable:!1}),YR(e,{$frozen:!0,data:e.data},void 0),e}(e,t)}));const zM=qD()>=6?void 0:{exportMapsAsObjects:!1,recurseEverything:!1};class qM{constructor(e){sD(this,"data"),sD(this,"originalData"),aN(e,"original"),this.originalData=e,this.data=UR(this.originalSnapshot,{generateNewIds:!1})}commit(){EP(this.originalData,KR(this.data))}commitByPath(e){const t=gN(this.data,e);if(!t.resolved)throw xD(`path ${JSON.stringify(e)} could not be resolved in draft object`);const n=GM(this.data,e);if(!bN(this.originalData,e,n).resolved)throw xD(`path ${JSON.stringify(e)} could not be resolved in original object`);fR(this.originalData,[{path:e,op:"replace",value:KR(t.value)}])}reset(){EP(this.data,this.originalSnapshot)}resetByPath(e){const t=gN(this.originalData,e);if(!t.resolved)throw xD(`path ${JSON.stringify(e)} could not be resolved in original object`);const n=GM(this.originalData,e);if(!bN(this.data,e,n).resolved)throw xD(`path ${JSON.stringify(e)} could not be resolved in draft object`);fR(this.data,[{path:e,op:"replace",value:KR(t.value)}])}get isDirty(){return!WM(KR(this.data),this.originalSnapshot)}isDirtyByPath(e){const t=gN(this.data,e);if(!t.resolved)throw xD(`path ${JSON.stringify(e)} could not be resolved in draft object`);const n=GM(this.data,e),r=bN(this.originalData,e,n);return!r.resolved||!WM(t.value,r.value)}get originalSnapshot(){return KR(this.originalData)}}function GM(e,t){const n=function(e,t){var n;const r=[];let o=e;for(let e=0;e<t.length;e++){o=o[t[e]];const i=HD(o)&&null!=(n=o.$modelId)?n:null;r.push(i)}return r}(e,t);return n.length>=1&&(n[n.length-1]=yN),n}var HM;tI([Ex],qM.prototype,"commit",null),tI([Ex],qM.prototype,"commitByPath",null),tI([Ex],qM.prototype,"reset",null),tI([Ex],qM.prototype,"resetByPath",null),tI([dS],qM.prototype,"isDirty",null),tI([dS],qM.prototype,"originalSnapshot",null),new xM(HM);let YM=class extends(lM({$modelId:fI,items:eM(pM(nM()),(()=>[]))})){add(e){const t=this.items;return t.includes(e)||t.push(e),this}clear(){this.items.length=0}delete(e){const t=this.items,n=t.findIndex((t=>t===e));return n>=0&&(t.splice(n,1),!0)}forEach(e,t){const n=this.items,r=n.length;for(let o=0;o<r;o++){const r=n[o];e.call(t,r,r,this)}}has(e){return this.items.includes(e)}get size(){return this.items.length}keys(){return this.values()}values(){return Jx(this.items)[Symbol.iterator]()}entries(){return this.items.map((e=>[e,e])).values()}[Symbol.iterator](){return this.values()}get[Symbol.toStringTag](){return"ArraySet"}};function KM(e){const t=t=>new XM(t,sP(e));return tP((()=>{const n=aP(e),r=(...e)=>`Record<${n.getTypeName(...e,n)}>`,o=new $R(((e,t)=>{if(!TD(e))return new JR(t,r(o),e);if(!n.unchecked){const r=Object.keys(e);for(let o=0;o<r.length;o++){const i=r[o],a=e[i],s=n.check(a,[...t,i]);if(s)return s}}return null}),r,t);return o}),t)}tI([IP],YM.prototype,"add",null),tI([IP],YM.prototype,"clear",null),tI([IP],YM.prototype,"delete",null),YM=tI([dM("mobx-keystone/ArraySet")],YM);class XM extends rP{constructor(e,t){super(e),sD(this,"valueType"),this.valueType=t}get valueTypeInfo(){return yI(this.valueType)}}let JM=class extends(lM({$modelId:fI,items:eM(KM(nM()),(()=>({})))})){clear(){const e=this.items,t=Object.keys(e),n=t.length;for(let r=0;r<n;r++){$x(e,t[r])}}delete(e){return!!this.has(e)&&($x(this.items,e),!0)}forEach(e,t){const n=this.items,r=Object.keys(n),o=r.length;for(let i=0;i<o;i++){const o=r[i];e.call(t,n[o],o,this)}}get(e){return tO(this.items,e)}has(e){return eO(this.items,e)}set(e,t){return Qx(this.items,e,t),this}get size(){return Xx(this.items).length}keys(){return Xx(this.items)[Symbol.iterator]()}values(){return Jx(this.items)[Symbol.iterator]()}entries(){return Zx(this.items)[Symbol.iterator]()}[Symbol.iterator](){return this.entries()}get[Symbol.toStringTag](){return"ObjectMap"}};function ZM(e){const t={};if(e){let n=e.length;for(let r=0;r<n;r++){const n=e[r];t[n[0]]=n[1]}}return new JM({items:t})}tI([IP],JM.prototype,"clear",null),tI([IP],JM.prototype,"delete",null),tI([IP],JM.prototype,"set",null),JM=tI([dM("mobx-keystone/ObjectMap")],JM);const QM=qI((()=>({id:QI})));new $R(((e,t)=>{if(!(e instanceof OM))return new JR(t,"Ref",e);return aP(QM).check(e.$,t)}),(()=>"Ref"),(e=>new $M(e)));class $M extends rP{}function ej(e,t,n){const r=r=>new tj(r,sP(e),t,n);return tP((()=>{const o=aP(e),i=(...e)=>{const t=o.getTypeName(...e,o);return`${n||"refinementOf"}<${t}>`},a=new $R(((e,n)=>{const r=o.check(e,n);if(r)return r;const s=t(e);return!0===s?null:!1===s?new JR(n,i(a),e):null!=s?s:null}),i,r);return a}),r)}class tj extends rP{constructor(e,t,n,r){super(e),sD(this,"baseType"),sD(this,"checkFunction"),sD(this,"typeName"),this.baseType=t,this.checkFunction=n,this.typeName=r}get baseTypeInfo(){return yI(this.baseType)}}ej(JI,(e=>Number.isInteger(e)),"integer"),ej(QI,(e=>""!==e),"nonEmpty");var nj={exports:{}},rj=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}},oj=rj,ij=Object.prototype.toString;function aj(e){return"[object Array]"===ij.call(e)}function sj(e){return void 0===e}function uj(e){return null!==e&&"object"==typeof e}function cj(e){if("[object Object]"!==ij.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function lj(e){return"[object Function]"===ij.call(e)}function dj(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),aj(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}var fj={isArray:aj,isArrayBuffer:function(e){return"[object ArrayBuffer]"===ij.call(e)},isBuffer:function(e){return null!==e&&!sj(e)&&null!==e.constructor&&!sj(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:uj,isPlainObject:cj,isUndefined:sj,isDate:function(e){return"[object Date]"===ij.call(e)},isFile:function(e){return"[object File]"===ij.call(e)},isBlob:function(e){return"[object Blob]"===ij.call(e)},isFunction:lj,isStream:function(e){return uj(e)&&lj(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:dj,merge:function e(){var t={};function n(n,r){cj(t[r])&&cj(n)?t[r]=e(t[r],n):cj(n)?t[r]=e({},n):aj(n)?t[r]=n.slice():t[r]=n}for(var r=0,o=arguments.length;r<o;r++)dj(arguments[r],n);return t},extend:function(e,t,n){return dj(t,(function(t,r){e[r]=n&&"function"==typeof t?oj(t,n):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e}},pj=fj;function hj(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var mj=function(e,t,n){if(!t)return e;var r;if(n)r=n(t);else if(pj.isURLSearchParams(t))r=t.toString();else{var o=[];pj.forEach(t,(function(e,t){null!=e&&(pj.isArray(e)?t+="[]":e=[e],pj.forEach(e,(function(e){pj.isDate(e)?e=e.toISOString():pj.isObject(e)&&(e=JSON.stringify(e)),o.push(hj(t)+"="+hj(e))})))})),r=o.join("&")}if(r){var i=e.indexOf("#");-1!==i&&(e=e.slice(0,i)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e},vj=fj;function gj(){this.handlers=[]}gj.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},gj.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},gj.prototype.forEach=function(e){vj.forEach(this.handlers,(function(t){null!==t&&e(t)}))};var yj=gj,bj=fj,Ej=function(e,t,n,r,o){return e.config=t,n&&(e.code=n),e.request=r,e.response=o,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},e},wj=Ej,Sj=function(e,t,n,r,o){var i=new Error(e);return wj(i,t,n,r,o)},xj=Sj,Oj=fj,Cj=Oj.isStandardBrowserEnv()?{write:function(e,t,n,r,o,i){var a=[];a.push(e+"="+encodeURIComponent(t)),Oj.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),Oj.isString(r)&&a.push("path="+r),Oj.isString(o)&&a.push("domain="+o),!0===i&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}},kj=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)},Tj=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e},Aj=fj,Dj=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"],Nj=fj,Rj=Nj.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function r(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=r(window.location.href),function(t){var n=Nj.isString(t)?r(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0};function Pj(e){this.message=e}Pj.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},Pj.prototype.__CANCEL__=!0;var Ij=Pj,Mj=fj,jj=function(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(xj("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)},Lj=Cj,Fj=mj,Vj=function(e,t){return e&&!kj(t)?Tj(e,t):t},Bj=function(e){var t,n,r,o={};return e?(Aj.forEach(e.split("\n"),(function(e){if(r=e.indexOf(":"),t=Aj.trim(e.substr(0,r)).toLowerCase(),n=Aj.trim(e.substr(r+1)),t){if(o[t]&&Dj.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o},Uj=Rj,_j=Sj,Wj=Qj,zj=Ij,qj=function(e){return new Promise((function(t,n){var r,o=e.data,i=e.headers,a=e.responseType;function s(){e.cancelToken&&e.cancelToken.unsubscribe(r),e.signal&&e.signal.removeEventListener("abort",r)}Mj.isFormData(o)&&delete i["Content-Type"];var u=new XMLHttpRequest;if(e.auth){var c=e.auth.username||"",l=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.Authorization="Basic "+btoa(c+":"+l)}var d=Vj(e.baseURL,e.url);function f(){if(u){var r="getAllResponseHeaders"in u?Bj(u.getAllResponseHeaders()):null,o={data:a&&"text"!==a&&"json"!==a?u.response:u.responseText,status:u.status,statusText:u.statusText,headers:r,config:e,request:u};jj((function(e){t(e),s()}),(function(e){n(e),s()}),o),u=null}}if(u.open(e.method.toUpperCase(),Fj(d,e.params,e.paramsSerializer),!0),u.timeout=e.timeout,"onloadend"in u?u.onloadend=f:u.onreadystatechange=function(){u&&4===u.readyState&&(0!==u.status||u.responseURL&&0===u.responseURL.indexOf("file:"))&&setTimeout(f)},u.onabort=function(){u&&(n(_j("Request aborted",e,"ECONNABORTED",u)),u=null)},u.onerror=function(){n(_j("Network Error",e,null,u)),u=null},u.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||Wj.transitional;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(_j(t,e,r.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",u)),u=null},Mj.isStandardBrowserEnv()){var p=(e.withCredentials||Uj(d))&&e.xsrfCookieName?Lj.read(e.xsrfCookieName):void 0;p&&(i[e.xsrfHeaderName]=p)}"setRequestHeader"in u&&Mj.forEach(i,(function(e,t){void 0===o&&"content-type"===t.toLowerCase()?delete i[t]:u.setRequestHeader(t,e)})),Mj.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),a&&"json"!==a&&(u.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&u.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&u.upload&&u.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(r=function(e){u&&(n(!e||e&&e.type?new zj("canceled"):e),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(r),e.signal&&(e.signal.aborted?r():e.signal.addEventListener("abort",r))),o||(o=null),u.send(o)}))},Gj=fj,Hj=function(e,t){bj.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))},Yj=Ej,Kj={"Content-Type":"application/x-www-form-urlencoded"};function Xj(e,t){!Gj.isUndefined(e)&&Gj.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var Jj,Zj={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(Jj=qj),Jj),transformRequest:[function(e,t){return Hj(t,"Accept"),Hj(t,"Content-Type"),Gj.isFormData(e)||Gj.isArrayBuffer(e)||Gj.isBuffer(e)||Gj.isStream(e)||Gj.isFile(e)||Gj.isBlob(e)?e:Gj.isArrayBufferView(e)?e.buffer:Gj.isURLSearchParams(e)?(Xj(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):Gj.isObject(e)||t&&"application/json"===t["Content-Type"]?(Xj(t,"application/json"),function(e,t,n){if(Gj.isString(e))try{return(t||JSON.parse)(e),Gj.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||Zj.transitional,n=t&&t.silentJSONParsing,r=t&&t.forcedJSONParsing,o=!n&&"json"===this.responseType;if(o||r&&Gj.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw Yj(e,this,"E_JSON_PARSE");throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};Gj.forEach(["delete","get","head"],(function(e){Zj.headers[e]={}})),Gj.forEach(["post","put","patch"],(function(e){Zj.headers[e]=Gj.merge(Kj)}));var Qj=Zj,$j=fj,eL=Qj,tL=function(e){return!(!e||!e.__CANCEL__)},nL=fj,rL=function(e,t,n){var r=this||eL;return $j.forEach(n,(function(n){e=n.call(r,e,t)})),e},oL=tL,iL=Qj,aL=Ij;function sL(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new aL("canceled")}var uL=fj,cL=function(e,t){t=t||{};var n={};function r(e,t){return uL.isPlainObject(e)&&uL.isPlainObject(t)?uL.merge(e,t):uL.isPlainObject(t)?uL.merge({},t):uL.isArray(t)?t.slice():t}function o(n){return uL.isUndefined(t[n])?uL.isUndefined(e[n])?void 0:r(void 0,e[n]):r(e[n],t[n])}function i(e){if(!uL.isUndefined(t[e]))return r(void 0,t[e])}function a(n){return uL.isUndefined(t[n])?uL.isUndefined(e[n])?void 0:r(void 0,e[n]):r(void 0,t[n])}function s(n){return n in t?r(e[n],t[n]):n in e?r(void 0,e[n]):void 0}var u={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:s};return uL.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=u[e]||o,r=t(e);uL.isUndefined(r)&&t!==s||(n[e]=r)})),n},lL="0.23.0",dL=lL,fL={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){fL[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var pL={};fL.transitional=function(e,t,n){function r(e,t){return"[Axios v"+dL+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,o,i){if(!1===e)throw new Error(r(o," has been removed"+(t?" in "+t:"")));return t&&!pL[o]&&(pL[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};var hL=fj,mL=mj,vL=yj,gL=function(e){return sL(e),e.headers=e.headers||{},e.data=rL.call(e,e.data,e.headers,e.transformRequest),e.headers=nL.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),nL.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||iL.adapter)(e).then((function(t){return sL(e),t.data=rL.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return oL(t)||(sL(e),t&&t.response&&(t.response.data=rL.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))},yL=cL,bL={assertOptions:function(e,t,n){if("object"!=typeof e)throw new TypeError("options must be an object");for(var r=Object.keys(e),o=r.length;o-- >0;){var i=r[o],a=t[i];if(a){var s=e[i],u=void 0===s||a(s,i,e);if(!0!==u)throw new TypeError("option "+i+" must be "+u)}else if(!0!==n)throw Error("Unknown option "+i)}},validators:fL},EL=bL.validators;function wL(e){this.defaults=e,this.interceptors={request:new vL,response:new vL}}wL.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=yL(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=e.transitional;void 0!==t&&bL.assertOptions(t,{silentJSONParsing:EL.transitional(EL.boolean),forcedJSONParsing:EL.transitional(EL.boolean),clarifyTimeoutError:EL.transitional(EL.boolean)},!1);var n=[],r=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(r=r&&t.synchronous,n.unshift(t.fulfilled,t.rejected))}));var o,i=[];if(this.interceptors.response.forEach((function(e){i.push(e.fulfilled,e.rejected)})),!r){var a=[gL,void 0];for(Array.prototype.unshift.apply(a,n),a=a.concat(i),o=Promise.resolve(e);a.length;)o=o.then(a.shift(),a.shift());return o}for(var s=e;n.length;){var u=n.shift(),c=n.shift();try{s=u(s)}catch(e){c(e);break}}try{o=gL(s)}catch(e){return Promise.reject(e)}for(;i.length;)o=o.then(i.shift(),i.shift());return o},wL.prototype.getUri=function(e){return e=yL(this.defaults,e),mL(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},hL.forEach(["delete","get","head","options"],(function(e){wL.prototype[e]=function(t,n){return this.request(yL(n||{},{method:e,url:t,data:(n||{}).data}))}})),hL.forEach(["post","put","patch"],(function(e){wL.prototype[e]=function(t,n,r){return this.request(yL(r||{},{method:e,url:t,data:n}))}}));var SL=wL,xL=Ij;function OL(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,r=n._listeners.length;for(t=0;t<r;t++)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,r=new Promise((function(e){n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e){n.reason||(n.reason=new xL(e),t(n.reason))}))}OL.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},OL.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},OL.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},OL.source=function(){var e;return{token:new OL((function(t){e=t})),cancel:e}};var CL=OL,kL=fj,TL=rj,AL=SL,DL=cL;var NL=function e(t){var n=new AL(t),r=TL(AL.prototype.request,n);return kL.extend(r,AL.prototype,n),kL.extend(r,n),r.create=function(n){return e(DL(t,n))},r}(Qj);NL.Axios=AL,NL.Cancel=Ij,NL.CancelToken=CL,NL.isCancel=tL,NL.VERSION=lL,NL.all=function(e){return Promise.all(e)},NL.spread=function(e){return function(t){return e.apply(null,t)}},NL.isAxiosError=function(e){return"object"==typeof e&&!0===e.isAxiosError},nj.exports=NL,nj.exports.default=NL;var RL=nj.exports,PL="undefined"!=typeof Symbol&&Symbol,IL=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0},ML="Function.prototype.bind called on incompatible ",jL=Array.prototype.slice,LL=Object.prototype.toString,FL=function(e){var t=this;if("function"!=typeof t||"[object Function]"!==LL.call(t))throw new TypeError(ML+t);for(var n,r=jL.call(arguments,1),o=function(){if(this instanceof n){var o=t.apply(this,r.concat(jL.call(arguments)));return Object(o)===o?o:this}return t.apply(e,r.concat(jL.call(arguments)))},i=Math.max(0,t.length-r.length),a=[],s=0;s<i;s++)a.push("$"+s);if(n=Function("binder","return function ("+a.join(",")+"){ return binder.apply(this,arguments); }")(o),t.prototype){var u=function(){};u.prototype=t.prototype,n.prototype=new u,u.prototype=null}return n},VL=Function.prototype.bind||FL,BL=VL.call(Function.call,Object.prototype.hasOwnProperty),UL=SyntaxError,_L=Function,WL=TypeError,zL=function(e){try{return _L('"use strict"; return ('+e+").constructor;")()}catch(e){}},qL=Object.getOwnPropertyDescriptor;if(qL)try{qL({},"")}catch(fs){qL=null}var GL=function(){throw new WL},HL=qL?function(){try{return GL}catch(e){try{return qL(arguments,"callee").get}catch(e){return GL}}}():GL,YL="function"==typeof PL&&"function"==typeof Symbol&&"symbol"==typeof PL("foo")&&"symbol"==typeof Symbol("bar")&&IL(),KL=Object.getPrototypeOf||function(e){return e.__proto__},XL={},JL="undefined"==typeof Uint8Array?undefined:KL(Uint8Array),ZL={"%AggregateError%":"undefined"==typeof AggregateError?undefined:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?undefined:ArrayBuffer,"%ArrayIteratorPrototype%":YL?KL([][Symbol.iterator]()):undefined,"%AsyncFromSyncIteratorPrototype%":undefined,"%AsyncFunction%":XL,"%AsyncGenerator%":XL,"%AsyncGeneratorFunction%":XL,"%AsyncIteratorPrototype%":XL,"%Atomics%":"undefined"==typeof Atomics?undefined:Atomics,"%BigInt%":"undefined"==typeof BigInt?undefined:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?undefined:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?undefined:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?undefined:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?undefined:FinalizationRegistry,"%Function%":_L,"%GeneratorFunction%":XL,"%Int8Array%":"undefined"==typeof Int8Array?undefined:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?undefined:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?undefined:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":YL?KL(KL([][Symbol.iterator]())):undefined,"%JSON%":"object"==typeof JSON?JSON:undefined,"%Map%":"undefined"==typeof Map?undefined:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&YL?KL((new Map)[Symbol.iterator]()):undefined,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?undefined:Promise,"%Proxy%":"undefined"==typeof Proxy?undefined:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?undefined:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?undefined:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&YL?KL((new Set)[Symbol.iterator]()):undefined,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?undefined:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":YL?KL(""[Symbol.iterator]()):undefined,"%Symbol%":YL?Symbol:undefined,"%SyntaxError%":UL,"%ThrowTypeError%":HL,"%TypedArray%":JL,"%TypeError%":WL,"%Uint8Array%":"undefined"==typeof Uint8Array?undefined:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?undefined:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?undefined:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?undefined:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?undefined:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?undefined:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?undefined:WeakSet},QL=function e(t){var n;if("%AsyncFunction%"===t)n=zL("async function () {}");else if("%GeneratorFunction%"===t)n=zL("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=zL("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&(n=KL(o.prototype))}return ZL[t]=n,n},$L={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},eF=VL,tF=BL,nF=eF.call(Function.call,Array.prototype.concat),rF=eF.call(Function.apply,Array.prototype.splice),oF=eF.call(Function.call,String.prototype.replace),iF=eF.call(Function.call,String.prototype.slice),aF=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,sF=/\\(\\)?/g,uF=function(e){var t=iF(e,0,1),n=iF(e,-1);if("%"===t&&"%"!==n)throw new UL("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new UL("invalid intrinsic syntax, expected opening `%`");var r=[];return oF(e,aF,(function(e,t,n,o){r[r.length]=n?oF(o,sF,"$1"):t||e})),r},cF=function(e,t){var n,r=e;if(tF($L,r)&&(r="%"+(n=$L[r])[0]+"%"),tF(ZL,r)){var o=ZL[r];if(o===XL&&(o=QL(r)),void 0===o&&!t)throw new WL("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new UL("intrinsic "+e+" does not exist!")},lF=function(e,t){if("string"!=typeof e||0===e.length)throw new WL("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new WL('"allowMissing" argument must be a boolean');var n=uF(e),r=n.length>0?n[0]:"",o=cF("%"+r+"%",t),i=o.name,a=o.value,s=!1,u=o.alias;u&&(r=u[0],rF(n,nF([0,1],u)));for(var c=1,l=!0;c<n.length;c+=1){var d=n[c],f=iF(d,0,1),p=iF(d,-1);if(('"'===f||"'"===f||"`"===f||'"'===p||"'"===p||"`"===p)&&f!==p)throw new UL("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),tF(ZL,i="%"+(r+="."+d)+"%"))a=ZL[i];else if(null!=a){if(!(d in a)){if(!t)throw new WL("base intrinsic for "+e+" exists, but the property is not available.");return}if(qL&&c+1>=n.length){var h=qL(a,d);a=(l=!!h)&&"get"in h&&!("originalValue"in h.get)?h.get:a[d]}else l=tF(a,d),a=a[d];l&&!s&&(ZL[i]=a)}}return a},dF={exports:{}};!function(e){var t=VL,n=lF,r=n("%Function.prototype.apply%"),o=n("%Function.prototype.call%"),i=n("%Reflect.apply%",!0)||t.call(o,r),a=n("%Object.getOwnPropertyDescriptor%",!0),s=n("%Object.defineProperty%",!0),u=n("%Math.max%");if(s)try{s({},"a",{value:1})}catch(e){s=null}e.exports=function(e){var n=i(t,o,arguments);if(a&&s){var r=a(n,"length");r.configurable&&s(n,"length",{value:1+u(0,e.length-(arguments.length-1))})}return n};var c=function(){return i(t,r,arguments)};s?s(e.exports,"apply",{value:c}):e.exports.apply=c}(dF);var fF=lF,pF=dF.exports,hF=pF(fF("String.prototype.indexOf")),mF=Or(Object.freeze({__proto__:null,default:{}})),vF="function"==typeof Map&&Map.prototype,gF=Object.getOwnPropertyDescriptor&&vF?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,yF=vF&&gF&&"function"==typeof gF.get?gF.get:null,bF=vF&&Map.prototype.forEach,EF="function"==typeof Set&&Set.prototype,wF=Object.getOwnPropertyDescriptor&&EF?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,SF=EF&&wF&&"function"==typeof wF.get?wF.get:null,xF=EF&&Set.prototype.forEach,OF="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,CF="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,kF="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,TF=Boolean.prototype.valueOf,AF=Object.prototype.toString,DF=Function.prototype.toString,NF=String.prototype.match,RF="function"==typeof BigInt?BigInt.prototype.valueOf:null,PF=Object.getOwnPropertySymbols,IF="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,MF="function"==typeof Symbol&&"object"==typeof Symbol.iterator,jF=Object.prototype.propertyIsEnumerable,LF=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null),FF=mF.custom,VF=FF&&zF(FF)?FF:null,BF="function"==typeof Symbol&&void 0!==Symbol.toStringTag?Symbol.toStringTag:null;function UF(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function _F(e){return String(e).replace(/"/g,"&quot;")}function WF(e){return!("[object Array]"!==HF(e)||BF&&"object"==typeof e&&BF in e)}function zF(e){if(MF)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!IF)return!1;try{return IF.call(e),!0}catch(e){}return!1}var qF=Object.prototype.hasOwnProperty||function(e){return e in this};function GF(e,t){return qF.call(e,t)}function HF(e){return AF.call(e)}function YF(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}function KF(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return KF(e.slice(0,t.maxStringLength),t)+r}return UF(e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,XF),"single",t)}function XF(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+t.toString(16).toUpperCase()}function JF(e){return"Object("+e+")"}function ZF(e){return e+" { ? }"}function QF(e,t,n,r){return e+" ("+t+") {"+(r?$F(n,r):n.join(", "))+"}"}function $F(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+e.join(","+n)+"\n"+t.prev}function eV(e,t){var n=WF(e),r=[];if(n){r.length=e.length;for(var o=0;o<e.length;o++)r[o]=GF(e,o)?t(e[o],e):""}var i,a="function"==typeof PF?PF(e):[];if(MF){i={};for(var s=0;s<a.length;s++)i["$"+a[s]]=a[s]}for(var u in e)GF(e,u)&&(n&&String(Number(u))===u&&u<e.length||MF&&i["$"+u]instanceof Symbol||(/[^\w$]/.test(u)?r.push(t(u,e)+": "+t(e[u],e)):r.push(u+": "+t(e[u],e))));if("function"==typeof PF)for(var c=0;c<a.length;c++)jF.call(e,a[c])&&r.push("["+t(a[c])+"]: "+t(e[a[c]],e));return r}var tV,nV,rV=lF,oV=function(e,t){var n=fF(e,!!t);return"function"==typeof n&&hF(e,".prototype.")>-1?pF(n):n},iV=function e(t,n,r,o){var i=n||{};if(GF(i,"quoteStyle")&&"single"!==i.quoteStyle&&"double"!==i.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(GF(i,"maxStringLength")&&("number"==typeof i.maxStringLength?i.maxStringLength<0&&i.maxStringLength!==1/0:null!==i.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var a=!GF(i,"customInspect")||i.customInspect;if("boolean"!=typeof a&&"symbol"!==a)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(GF(i,"indent")&&null!==i.indent&&"\t"!==i.indent&&!(parseInt(i.indent,10)===i.indent&&i.indent>0))throw new TypeError('options "indent" must be "\\t", an integer > 0, or `null`');if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return KF(t,i);if("number"==typeof t)return 0===t?1/0/t>0?"0":"-0":String(t);if("bigint"==typeof t)return String(t)+"n";var s=void 0===i.depth?5:i.depth;if(void 0===r&&(r=0),r>=s&&s>0&&"object"==typeof t)return WF(t)?"[Array]":"[Object]";var u=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;n=Array(e.indent+1).join(" ")}return{base:n,prev:Array(t+1).join(n)}}(i,r);if(void 0===o)o=[];else if(YF(o,t)>=0)return"[Circular]";function c(t,n,a){if(n&&(o=o.slice()).push(n),a){var s={depth:i.depth};return GF(i,"quoteStyle")&&(s.quoteStyle=i.quoteStyle),e(t,s,r+1,o)}return e(t,i,r+1,o)}if("function"==typeof t){var l=function(e){if(e.name)return e.name;var t=NF.call(DF.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),d=eV(t,c);return"[Function"+(l?": "+l:" (anonymous)")+"]"+(d.length>0?" { "+d.join(", ")+" }":"")}if(zF(t)){var f=MF?String(t).replace(/^(Symbol\(.*\))_[^)]*$/,"$1"):IF.call(t);return"object"!=typeof t||MF?f:JF(f)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var p="<"+String(t.nodeName).toLowerCase(),h=t.attributes||[],m=0;m<h.length;m++)p+=" "+h[m].name+"="+UF(_F(h[m].value),"double",i);return p+=">",t.childNodes&&t.childNodes.length&&(p+="..."),p+="</"+String(t.nodeName).toLowerCase()+">"}if(WF(t)){if(0===t.length)return"[]";var v=eV(t,c);return u&&!function(e){for(var t=0;t<e.length;t++)if(YF(e[t],"\n")>=0)return!1;return!0}(v)?"["+$F(v,u)+"]":"[ "+v.join(", ")+" ]"}if(function(e){return!("[object Error]"!==HF(e)||BF&&"object"==typeof e&&BF in e)}(t)){var g=eV(t,c);return 0===g.length?"["+String(t)+"]":"{ ["+String(t)+"] "+g.join(", ")+" }"}if("object"==typeof t&&a){if(VF&&"function"==typeof t[VF])return t[VF]();if("symbol"!==a&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!yF||!e||"object"!=typeof e)return!1;try{yF.call(e);try{SF.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var y=[];return bF.call(t,(function(e,n){y.push(c(n,t,!0)+" => "+c(e,t))})),QF("Map",yF.call(t),y,u)}if(function(e){if(!SF||!e||"object"!=typeof e)return!1;try{SF.call(e);try{yF.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var b=[];return xF.call(t,(function(e){b.push(c(e,t))})),QF("Set",SF.call(t),b,u)}if(function(e){if(!OF||!e||"object"!=typeof e)return!1;try{OF.call(e,OF);try{CF.call(e,CF)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return ZF("WeakMap");if(function(e){if(!CF||!e||"object"!=typeof e)return!1;try{CF.call(e,CF);try{OF.call(e,OF)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return ZF("WeakSet");if(function(e){if(!kF||!e||"object"!=typeof e)return!1;try{return kF.call(e),!0}catch(e){}return!1}(t))return ZF("WeakRef");if(function(e){return!("[object Number]"!==HF(e)||BF&&"object"==typeof e&&BF in e)}(t))return JF(c(Number(t)));if(function(e){if(!e||"object"!=typeof e||!RF)return!1;try{return RF.call(e),!0}catch(e){}return!1}(t))return JF(c(RF.call(t)));if(function(e){return!("[object Boolean]"!==HF(e)||BF&&"object"==typeof e&&BF in e)}(t))return JF(TF.call(t));if(function(e){return!("[object String]"!==HF(e)||BF&&"object"==typeof e&&BF in e)}(t))return JF(c(String(t)));if(!function(e){return!("[object Date]"!==HF(e)||BF&&"object"==typeof e&&BF in e)}(t)&&!function(e){return!("[object RegExp]"!==HF(e)||BF&&"object"==typeof e&&BF in e)}(t)){var E=eV(t,c),w=LF?LF(t)===Object.prototype:t instanceof Object||t.constructor===Object,S=t instanceof Object?"":"null prototype",x=!w&&BF&&Object(t)===t&&BF in t?HF(t).slice(8,-1):S?"Object":"",O=(w||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(x||S?"["+[].concat(x||[],S||[]).join(": ")+"] ":"");return 0===E.length?O+"{}":u?O+"{"+$F(E,u)+"}":O+"{ "+E.join(", ")+" }"}return String(t)},aV=rV("%TypeError%"),sV=rV("%WeakMap%",!0),uV=rV("%Map%",!0),cV=oV("WeakMap.prototype.get",!0),lV=oV("WeakMap.prototype.set",!0),dV=oV("WeakMap.prototype.has",!0),fV=oV("Map.prototype.get",!0),pV=oV("Map.prototype.set",!0),hV=oV("Map.prototype.has",!0),mV=function(e,t){for(var n,r=e;null!==(n=r.next);r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n},vV=String.prototype.replace,gV=/%20/g,yV="RFC3986",bV={default:yV,formatters:{RFC1738:function(e){return vV.call(e,gV,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:yV},EV=bV,wV=Object.prototype.hasOwnProperty,SV=Array.isArray,xV=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),OV=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)void 0!==e[r]&&(n[r]=e[r]);return n},CV={arrayToObject:OV,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var o=t[r],i=o.obj[o.prop],a=Object.keys(i),s=0;s<a.length;++s){var u=a[s],c=i[u];"object"==typeof c&&null!==c&&-1===n.indexOf(c)&&(t.push({obj:i,prop:u}),n.push(c))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(SV(n)){for(var r=[],o=0;o<n.length;++o)void 0!==n[o]&&r.push(n[o]);t.obj[t.prop]=r}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(e){return r}},encode:function(e,t,n,r,o){if(0===e.length)return e;var i=e;if("symbol"==typeof e?i=Symbol.prototype.toString.call(e):"string"!=typeof e&&(i=String(e)),"iso-8859-1"===n)return escape(i).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var a="",s=0;s<i.length;++s){var u=i.charCodeAt(s);45===u||46===u||95===u||126===u||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||o===EV.RFC1738&&(40===u||41===u)?a+=i.charAt(s):u<128?a+=xV[u]:u<2048?a+=xV[192|u>>6]+xV[128|63&u]:u<55296||u>=57344?a+=xV[224|u>>12]+xV[128|u>>6&63]+xV[128|63&u]:(s+=1,u=65536+((1023&u)<<10|1023&i.charCodeAt(s)),a+=xV[240|u>>18]+xV[128|u>>12&63]+xV[128|u>>6&63]+xV[128|63&u])}return a},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(SV(e)){for(var n=[],r=0;r<e.length;r+=1)n.push(t(e[r]));return n}return t(e)},merge:function e(t,n,r){if(!n)return t;if("object"!=typeof n){if(SV(t))t.push(n);else{if(!t||"object"!=typeof t)return[t,n];(r&&(r.plainObjects||r.allowPrototypes)||!wV.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(n);var o=t;return SV(t)&&!SV(n)&&(o=OV(t,r)),SV(t)&&SV(n)?(n.forEach((function(n,o){if(wV.call(t,o)){var i=t[o];i&&"object"==typeof i&&n&&"object"==typeof n?t[o]=e(i,n,r):t.push(n)}else t[o]=n})),t):Object.keys(n).reduce((function(t,o){var i=n[o];return wV.call(t,o)?t[o]=e(t[o],i,r):t[o]=i,t}),o)}},kV=function(){var e,t,n,r={assert:function(e){if(!r.has(e))throw new aV("Side channel does not contain "+iV(e))},get:function(r){if(sV&&r&&("object"==typeof r||"function"==typeof r)){if(e)return cV(e,r)}else if(uV){if(t)return fV(t,r)}else if(n)return function(e,t){var n=mV(e,t);return n&&n.value}(n,r)},has:function(r){if(sV&&r&&("object"==typeof r||"function"==typeof r)){if(e)return dV(e,r)}else if(uV){if(t)return hV(t,r)}else if(n)return function(e,t){return!!mV(e,t)}(n,r);return!1},set:function(r,o){sV&&r&&("object"==typeof r||"function"==typeof r)?(e||(e=new sV),lV(e,r,o)):uV?(t||(t=new uV),pV(t,r,o)):(n||(n={key:{},next:null}),function(e,t,n){var r=mV(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(n,r,o))}};return r},TV=CV,AV=bV,DV=Object.prototype.hasOwnProperty,NV={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},RV=Array.isArray,PV=Array.prototype.push,IV=function(e,t){PV.apply(e,RV(t)?t:[t])},MV=Date.prototype.toISOString,jV=AV.default,LV={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:TV.encode,encodeValuesOnly:!1,format:jV,formatter:AV.formatters[jV],indices:!1,serializeDate:function(e){return MV.call(e)},skipNulls:!1,strictNullHandling:!1},FV=function e(t,n,r,o,i,a,s,u,c,l,d,f,p,h,m){var v=t;if(m.has(t))throw new RangeError("Cyclic object value");if("function"==typeof s?v=s(n,v):v instanceof Date?v=l(v):"comma"===r&&RV(v)&&(v=TV.maybeMap(v,(function(e){return e instanceof Date?l(e):e}))),null===v){if(o)return a&&!p?a(n,LV.encoder,h,"key",d):n;v=""}if(function(e){return"string"==typeof e||"number"==typeof e||"boolean"==typeof e||"symbol"==typeof e||"bigint"==typeof e}(v)||TV.isBuffer(v))return a?[f(p?n:a(n,LV.encoder,h,"key",d))+"="+f(a(v,LV.encoder,h,"value",d))]:[f(n)+"="+f(String(v))];var g,y=[];if(void 0===v)return y;if("comma"===r&&RV(v))g=[{value:v.length>0?v.join(",")||null:void 0}];else if(RV(s))g=s;else{var b=Object.keys(v);g=u?b.sort(u):b}for(var E=0;E<g.length;++E){var w=g[E],S="object"==typeof w&&void 0!==w.value?w.value:v[w];if(!i||null!==S){var x=RV(v)?"function"==typeof r?r(n,w):n:n+(c?"."+w:"["+w+"]");m.set(t,!0);var O=kV();IV(y,e(S,x,r,o,i,a,s,u,c,l,d,f,p,h,O))}}return y},VV=CV,BV=Object.prototype.hasOwnProperty,UV=Array.isArray,_V={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:VV.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},WV=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},zV=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},qV=function(e,t,n,r){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/g,a=n.depth>0&&/(\[[^[\]]*])/.exec(o),s=a?o.slice(0,a.index):o,u=[];if(s){if(!n.plainObjects&&BV.call(Object.prototype,s)&&!n.allowPrototypes)return;u.push(s)}for(var c=0;n.depth>0&&null!==(a=i.exec(o))&&c<n.depth;){if(c+=1,!n.plainObjects&&BV.call(Object.prototype,a[1].slice(1,-1))&&!n.allowPrototypes)return;u.push(a[1])}return a&&u.push("["+o.slice(a.index)+"]"),function(e,t,n,r){for(var o=r?t:zV(t,n),i=e.length-1;i>=0;--i){var a,s=e[i];if("[]"===s&&n.parseArrays)a=[].concat(o);else{a=n.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,c=parseInt(u,10);n.parseArrays||""!==u?!isNaN(c)&&s!==u&&String(c)===u&&c>=0&&n.parseArrays&&c<=n.arrayLimit?(a=[])[c]=o:a[u]=o:a={0:o}}o=a}return o}(u,t,n,r)}},GV={formats:bV,parse:function(e,t){var n=function(e){if(!e)return _V;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?_V.charset:e.charset;return{allowDots:void 0===e.allowDots?_V.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:_V.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:_V.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:_V.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:_V.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:_V.comma,decoder:"function"==typeof e.decoder?e.decoder:_V.decoder,delimiter:"string"==typeof e.delimiter||VV.isRegExp(e.delimiter)?e.delimiter:_V.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:_V.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:_V.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:_V.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:_V.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:_V.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var r="string"==typeof e?function(e,t){var n,r={},o=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,i=t.parameterLimit===1/0?void 0:t.parameterLimit,a=o.split(t.delimiter,i),s=-1,u=t.charset;if(t.charsetSentinel)for(n=0;n<a.length;++n)0===a[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===a[n]?u="utf-8":"utf8=%26%2310003%3B"===a[n]&&(u="iso-8859-1"),s=n,n=a.length);for(n=0;n<a.length;++n)if(n!==s){var c,l,d=a[n],f=d.indexOf("]="),p=-1===f?d.indexOf("="):f+1;-1===p?(c=t.decoder(d,_V.decoder,u,"key"),l=t.strictNullHandling?null:""):(c=t.decoder(d.slice(0,p),_V.decoder,u,"key"),l=VV.maybeMap(zV(d.slice(p+1),t),(function(e){return t.decoder(e,_V.decoder,u,"value")}))),l&&t.interpretNumericEntities&&"iso-8859-1"===u&&(l=WV(l)),d.indexOf("[]=")>-1&&(l=UV(l)?[l]:l),BV.call(r,c)?r[c]=VV.combine(r[c],l):r[c]=l}return r}(e,n):e,o=n.plainObjects?Object.create(null):{},i=Object.keys(r),a=0;a<i.length;++a){var s=i[a],u=qV(s,r[s],n,"string"==typeof e);o=VV.merge(o,u,n)}return!0===n.allowSparse?o:VV.compact(o)},stringify:function(e,t){var n,r=e,o=function(e){if(!e)return LV;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||LV.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=AV.default;if(void 0!==e.format){if(!DV.call(AV.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=AV.formatters[n],o=LV.filter;return("function"==typeof e.filter||RV(e.filter))&&(o=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:LV.addQueryPrefix,allowDots:void 0===e.allowDots?LV.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:LV.charsetSentinel,delimiter:void 0===e.delimiter?LV.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:LV.encode,encoder:"function"==typeof e.encoder?e.encoder:LV.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:LV.encodeValuesOnly,filter:o,format:n,formatter:r,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:LV.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:LV.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:LV.strictNullHandling}}(t);"function"==typeof o.filter?r=(0,o.filter)("",r):RV(o.filter)&&(n=o.filter);var i,a=[];if("object"!=typeof r||null===r)return"";i=t&&t.arrayFormat in NV?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var s=NV[i];n||(n=Object.keys(r)),o.sort&&n.sort(o.sort);for(var u=kV(),c=0;c<n.length;++c){var l=n[c];o.skipNulls&&null===r[l]||IV(a,FV(r[l],l,s,o.strictNullHandling,o.skipNulls,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.format,o.formatter,o.encodeValuesOnly,o.charset,u))}var d=a.join(o.delimiter),f=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&("iso-8859-1"===o.charset?f+="utf8=%26%2310003%3B&":f+="utf8=%E2%9C%93&"),d.length>0?f+d:""}};!function(e){e.Get="get",e.Put="put",e.Post="post",e.Patch="patch",e.Delete="delete"}(tV||(tV={}));var HV,YV=function(e,t,n,r){return void 0===n&&(n={}),void 0===r&&(r={}),I(void 0,void 0,void 0,(function(){return M(this,(function(o){switch(o.label){case 0:return[4,nV[e](t,n,r)];case 1:return[2,o.sent()]}}))}))},KV=function(e,t,n){return void 0===t&&(t={}),void 0===n&&(n={}),I(void 0,void 0,void 0,(function(){return M(this,(function(r){switch(r.label){case 0:return[4,YV(tV.Get,e,N({params:t,paramsSerializer:GV.stringify},n))];case 1:return[2,r.sent().data]}}))}))},XV=function(e,t,n){return void 0===t&&(t={}),void 0===n&&(n={}),I(void 0,void 0,void 0,(function(){return M(this,(function(r){switch(r.label){case 0:return[4,YV(tV.Post,e,t,n)];case 1:return[2,r.sent().data]}}))}))},JV=function(e,t){return void 0===t&&(t={}),I(void 0,void 0,void 0,(function(){return M(this,(function(n){switch(n.label){case 0:return[4,YV(tV.Delete,e,t)];case 1:return[2,n.sent().data]}}))}))},ZV={exports:{}},QV=ZV.exports=function(){function e(){for(var e=0,t={};e<arguments.length;e++){var n=arguments[e];for(var r in n)t[r]=n[r]}return t}function t(e){return e.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)}return function n(r){function o(){}function i(t,n,i){if("undefined"!=typeof document){"number"==typeof(i=e({path:"/"},o.defaults,i)).expires&&(i.expires=new Date(1*new Date+864e5*i.expires)),i.expires=i.expires?i.expires.toUTCString():"";try{var a=JSON.stringify(n);/^[\{\[]/.test(a)&&(n=a)}catch(e){}n=r.write?r.write(n,t):encodeURIComponent(String(n)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),t=encodeURIComponent(String(t)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var s="";for(var u in i)i[u]&&(s+="; "+u,!0!==i[u]&&(s+="="+i[u].split(";")[0]));return document.cookie=t+"="+n+s}}function a(e,n){if("undefined"!=typeof document){for(var o={},i=document.cookie?document.cookie.split("; "):[],a=0;a<i.length;a++){var s=i[a].split("="),u=s.slice(1).join("=");n||'"'!==u.charAt(0)||(u=u.slice(1,-1));try{var c=t(s[0]);if(u=(r.read||r)(u,c)||t(u),n)try{u=JSON.parse(u)}catch(e){}if(o[c]=u,e===c)break}catch(e){}}return e?o[e]:o}}return o.set=i,o.get=function(e){return a(e,!1)},o.getJSON=function(e){return a(e,!0)},o.remove=function(t,n){i(t,"",e(n,{expires:-1}))},o.defaults={},o.withConverter=n,o}((function(){}))}();!function(e){e.ACCESS_TOKEN="ldChatAccessToken"}(HV||(HV={}));var $V,eB,tB,nB;!function(e){e.System="system",e.User="user"}($V||($V={})),function(e){e.Public="public",e.Private="private",e.Direct="direct",e.Blank="blank"}(eB||(eB={})),function(e){e.User="user",e.Moderator="moderator"}(tB||(tB={})),function(e){e[e.Mode1=1]="Mode1",e[e.Mode2=2]="Mode2",e[e.Mode3=3]="Mode3",e[e.Mode4=4]="Mode4",e[e.Mode5=5]="Mode5",e[e.Mode6=6]="Mode6",e[e.Mode7=7]="Mode7",e[e.Mode8=8]="Mode8"}(nB||(nB={}));var rB=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),Object.defineProperty(t.prototype,"getAvatarColor",{get:function(){var e,t,n=(e=Object.keys(AA),(null==(t=this.displayName)?void 0:t.length)&&e.length?e[t.length<=e.length?t.length-1:t.length%(e.length*Math.floor(t.length/e.length))]:e[0]);return AA[n]},enumerable:!1,configurable:!0}),P([dS],t.prototype,"getAvatarColor",null),t=P([dM("User")],t)}(lM({id:pI(""),username:pI((function(){return""})),displayName:pI((function(){return""})),avatarUrl:pI((function(){return""})),role:pI((function(){return tB.User}))})),oB=RM("User",{getId:function(e){return e instanceof rB?e.id:void 0},onResolvedValueChange:function(e,t,n){n&&!t&&UN(e)}}),iB=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),t.prototype.setAccessToken=function(e){var t;!function(e){nV.defaults.headers.common.Authorization="Bearer ".concat(e)}(e),this.accessToken=e,this.isAuthorized=!0,(t=e)&&QV.set(HV.ACCESS_TOKEN,t,{expires:new Date((new Date).setFullYear((new Date).getFullYear()+1))})},Object.defineProperty(t.prototype,"isModerator",{get:function(){return this.me.role===tB.Moderator},enumerable:!1,configurable:!0}),t.prototype.setMe=function(e){var t=new rB({id:e.id,displayName:e.displayName,username:e.username,avatarUrl:e.avatarUrl,role:e.role});this.me=t},P([IP],t.prototype,"setAccessToken",null),P([dS],t.prototype,"isModerator",null),P([IP],t.prototype,"setMe",null),t=P([dM("Auth")],t)}(lM({me:pI((function(){return new rB({})})),accessToken:pI(""),appId:pI("").withSetter(),isAuthorized:pI(!1).withSetter(),isAnonymousAllowed:pI(!1).withSetter()})),aB=function(e){return new rB({id:String(e.id),username:e.username,displayName:e.displayName,avatarUrl:e.avatarUrl,role:e.role})};function sB(e,t){void 0===t&&(t="Illegal state"),e||function(e){throw new Error("[mobx-utils] "+e)}(t)}var uB=function(e){return e&&e!==Object.prototype&&Object.getOwnPropertyNames(e).concat(uB(Object.getPrototypeOf(e))||[])},cB=function(e){return function(e){var t=uB(e);return t.filter((function(e,n){return t.indexOf(e)===n}))}(e).filter((function(e){return"constructor"!==e&&!~e.indexOf("__")}))};function lB(e){switch(this.state){case"pending":return e.pending&&e.pending(this.value);case"rejected":return e.rejected&&e.rejected(this.value);case"fulfilled":return e.fulfilled?e.fulfilled(this.value):this.value}}function dB(e,t){if(sB(arguments.length<=2,"fromPromise expects up to two arguments"),sB("function"==typeof e||"object"==typeof e&&e&&"function"==typeof e.then,"Please pass a promise or function to fromPromise"),!0===e.isPromiseBasedObservable)return e;"function"==typeof e&&(e=new Promise(e));var n=e;e.then(Ex("observableFromPromise-resolve",(function(e){n.value=e,n.state="fulfilled"})),Ex("observableFromPromise-reject",(function(e){n.value=e,n.state="rejected"}))),n.isPromiseBasedObservable=!0,n.case=lB;var r=t&&"fulfilled"===t.state?t.value:void 0;return Px(n,{value:r,state:"pending"},{},{deep:!1}),n}!function(e){e.reject=Ex("fromPromise.reject",(function(t){var n=e(Promise.reject(t));return n.state="rejected",n.value=t,n})),e.resolve=Ex("fromPromise.resolve",(function(t){void 0===t&&(t=void 0);var n=e(Promise.resolve(t));return n.state="fulfilled",n.value=t,n}))}(dB||(dB={}));var fB=function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};!function(){function e(e,t){var n=this;Object.defineProperty(this,"current",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"subscription",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),EO(this),Sx((function(){n.current=t,n.subscription=e.subscribe(n)}))}Object.defineProperty(e.prototype,"dispose",{enumerable:!1,configurable:!0,writable:!0,value:function(){this.subscription&&this.subscription.unsubscribe()}}),Object.defineProperty(e.prototype,"next",{enumerable:!1,configurable:!0,writable:!0,value:function(e){this.current=e}}),Object.defineProperty(e.prototype,"complete",{enumerable:!1,configurable:!0,writable:!0,value:function(){this.dispose()}}),Object.defineProperty(e.prototype,"error",{enumerable:!1,configurable:!0,writable:!0,value:function(e){this.current=e,this.dispose()}}),fB([uS.ref],e.prototype,"current",void 0),fB([Ex.bound],e.prototype,"next",null),fB([Ex.bound],e.prototype,"complete",null),fB([Ex.bound],e.prototype,"error",null)}();var pB=function(){return(pB=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},hB=function(e,t,n,r){var o,i=arguments.length,a=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},mB=["model","reset","submit","isDirty","isPropertyDirty","resetProperty"];function vB(e,t,n,r){if(void 0===n&&(n=0),void 0===r&&(r=0),!MO(e))throw new Error("Expected observable array as first argument");xx(t)||(t=Ex("chunkProcessor",t));var o=function(){for(var n=function(){var n=0===r?e.length:Math.min(e.length,r),o=e.slice(0,n);Sx((function(){return e.splice(0,n)})),t(o)};e.length>0;)n()};return n>0?Ox(o,{delay:n}):Ox(o)}!function(){function e(e){var t=this;Object.defineProperty(this,"model",{enumerable:!0,configurable:!0,writable:!0,value:e}),Object.defineProperty(this,"localValues",{enumerable:!0,configurable:!0,writable:!0,value:uS.map({})}),Object.defineProperty(this,"localComputedValues",{enumerable:!0,configurable:!0,writable:!0,value:uS.map({})}),Object.defineProperty(this,"isPropertyDirty",{enumerable:!0,configurable:!0,writable:!0,value:function(e){return t.localValues.has(e)}}),EO(this),sB(XO(e),"createViewModel expects an observable object"),cB(e).forEach((function(n){var r;if(n!==Ow&&"__mobxDidRunLazyInitializers"!==n){if(sB(-1===mB.indexOf(n),"The propertyname "+n+" is reserved and cannot be used with viewModels"),Hx(e,n)){var o=sC(e,n),i=o.derivation.bind(t),a=null===(r=o.setter_)||void 0===r?void 0:r.bind(t);t.localComputedValues.set(n,dS(i,{set:a}))}var s=Object.getOwnPropertyDescriptor(e,n),u=s?{enumerable:s.enumerable}:{};Object.defineProperty(t,n,pB(pB({},u),{configurable:!0,get:function(){return Hx(e,n)?t.localComputedValues.get(n).get():t.isPropertyDirty(n)?t.localValues.get(n):t.model[n]},set:Ex((function(r){Hx(e,n)?t.localComputedValues.get(n).set(r):r!==t.model[n]?t.localValues.set(n,r):t.localValues.delete(n)}))}))}}))}Object.defineProperty(e.prototype,"isDirty",{get:function(){return this.localValues.size>0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"changedValues",{get:function(){return new Map(this.localValues)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"submit",{enumerable:!1,configurable:!0,writable:!0,value:function(){var e=this;Xx(this.localValues).forEach((function(t){var n=e.localValues.get(t),r=e.model[t];MO(r)?r.replace(n):UO(r)?(r.clear(),r.merge(n)):Gx(n)||(e.model[t]=n)})),this.localValues.clear()}}),Object.defineProperty(e.prototype,"reset",{enumerable:!1,configurable:!0,writable:!0,value:function(){this.localValues.clear()}}),Object.defineProperty(e.prototype,"resetProperty",{enumerable:!1,configurable:!0,writable:!0,value:function(e){this.localValues.delete(e)}}),hB([dS],e.prototype,"isDirty",null),hB([dS],e.prototype,"changedValues",null),hB([Ex.bound],e.prototype,"submit",null),hB([Ex.bound],e.prototype,"reset",null),hB([Ex.bound],e.prototype,"resetProperty",null)}();var gB=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(e){function t(t,n,r){var o=void 0===r?{}:r,i=o.name,a=void 0===i?"ogm"+(1e3*Math.random()|0):i,s=o.keyToName,u=void 0===s?function(e){return""+e}:s,c=e.call(this)||this;Object.defineProperty(c,"_base",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(c,"_ogmInfoKey",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(c,"_groupBy",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(c,"_keyToName",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(c,"_disposeBaseObserver",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),c._keyToName=u,c._groupBy=n,c._ogmInfoKey=Symbol("ogmInfo"+a),c._base=t;for(var l=0;l<t.length;l++)c._addItem(t[l]);return c._disposeBaseObserver=rO(c._base,(function(e){if("splice"===e.type)cO((function(){for(var t=0,n=e.removed;t<n.length;t++){var r=n[t];c._removeItem(r)}for(var o=0,i=e.added;o<i.length;o++){var a=i[o];c._addItem(a)}}));else{if("update"!==e.type)throw new Error("illegal state");cO((function(){c._removeItem(e.oldValue),c._addItem(e.newValue)}))}})),c}gB(t,e),Object.defineProperty(t.prototype,"clear",{enumerable:!1,configurable:!0,writable:!0,value:function(){throw new Error("not supported")}}),Object.defineProperty(t.prototype,"delete",{enumerable:!1,configurable:!0,writable:!0,value:function(e){throw new Error("not supported")}}),Object.defineProperty(t.prototype,"set",{enumerable:!1,configurable:!0,writable:!0,value:function(e,t){throw new Error("not supported")}}),Object.defineProperty(t.prototype,"dispose",{enumerable:!1,configurable:!0,writable:!0,value:function(){this._disposeBaseObserver();for(var e=0;e<this._base.length;e++){var t=this._base[e];t[this._ogmInfoKey].reaction(),delete t[this._ogmInfoKey]}}}),Object.defineProperty(t.prototype,"_getGroupArr",{enumerable:!1,configurable:!0,writable:!0,value:function(t){var n=e.prototype.get.call(this,t);return void 0===n&&(n=uS([],{name:"GroupArray["+this._keyToName(t)+"]",deep:!1}),e.prototype.set.call(this,t,n)),n}}),Object.defineProperty(t.prototype,"_removeFromGroupArr",{enumerable:!1,configurable:!0,writable:!0,value:function(t,n){var r=e.prototype.get.call(this,t);1===r.length?e.prototype.delete.call(this,t):(n===r.length-1||(r[n]=r[r.length-1],r[n][this._ogmInfoKey].groupArrIndex=n),r.length--)}}),Object.defineProperty(t.prototype,"_addItem",{enumerable:!1,configurable:!0,writable:!0,value:function(e){var t=this,n=this._groupBy(e),r=this._getGroupArr(n),o={groupByValue:n,groupArrIndex:r.length,reaction:Tx((function(){return t._groupBy(e)}),(function(n,r){var o=e[t._ogmInfoKey];t._removeFromGroupArr(o.groupByValue,o.groupArrIndex);var i=t._getGroupArr(n),a=i.length;i.push(e),o.groupByValue=n,o.groupArrIndex=a}))};Object.defineProperty(e,this._ogmInfoKey,{configurable:!0,enumerable:!1,value:o}),r.push(e)}}),Object.defineProperty(t.prototype,"_removeItem",{enumerable:!1,configurable:!0,writable:!0,value:function(e){var t=e[this._ogmInfoKey];this._removeFromGroupArr(t.groupByValue,t.groupArrIndex),t.reaction(),delete e[this._ogmInfoKey]}})}(BO);var yB=function(){function e(e,t){Object.defineProperty(this,"base",{enumerable:!0,configurable:!0,writable:!0,value:e}),Object.defineProperty(this,"args",{enumerable:!0,configurable:!0,writable:!0,value:t}),Object.defineProperty(this,"root",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"closest",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"closestIdx",{enumerable:!0,configurable:!0,writable:!0,value:0}),Object.defineProperty(this,"isDisposed",{enumerable:!0,configurable:!0,writable:!0,value:!1});for(var n=this.closest=this.root=e,r=0;r<this.args.length-1&&(n=n.get(t[r]));r++)this.closest=n;this.closestIdx=r}return Object.defineProperty(e.prototype,"exists",{enumerable:!1,configurable:!0,writable:!0,value:function(){this.assertNotDisposed();var e=this.args.length;return this.closestIdx>=e-1&&this.closest.has(this.args[e-1])}}),Object.defineProperty(e.prototype,"get",{enumerable:!1,configurable:!0,writable:!0,value:function(){if(this.assertNotDisposed(),!this.exists())throw new Error("Entry doesn't exist");return this.closest.get(this.args[this.args.length-1])}}),Object.defineProperty(e.prototype,"set",{enumerable:!1,configurable:!0,writable:!0,value:function(e){this.assertNotDisposed();for(var t=this.args.length,n=this.closest,r=this.closestIdx;r<t-1;r++){var o=new Map;n.set(this.args[r],o),n=o}this.closestIdx=t-1,this.closest=n,n.set(this.args[t-1],e)}}),Object.defineProperty(e.prototype,"delete",{enumerable:!1,configurable:!0,writable:!0,value:function(){if(this.assertNotDisposed(),!this.exists())throw new Error("Entry doesn't exist");var e=this.args.length;this.closest.delete(this.args[e-1]);for(var t=this.root,n=[t],r=0;r<e-1;r++)t=t.get(this.args[r]),n.push(t);for(r=n.length-1;r>0;r--)0===n[r].size&&n[r-1].delete(this.args[r-1]);this.isDisposed=!0}}),Object.defineProperty(e.prototype,"assertNotDisposed",{enumerable:!1,configurable:!0,writable:!0,value:function(){if(this.isDisposed)throw new Error("Concurrent modification exception")}}),e}();function bB(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function EB(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function wB(e){EB(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new Date(e.getTime()):"number"==typeof e||"[object Number]"===t?new Date(e):("string"!=typeof e&&"[object String]"!==t||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}function SB(e,t){EB(2,arguments);var n=wB(e),r=bB(t);return isNaN(r)?new Date(NaN):r?(n.setDate(n.getDate()+r),n):n}function xB(e,t){EB(2,arguments);var n=wB(e).getTime(),r=bB(t);return new Date(n+r)}function OB(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}function CB(e){EB(1,arguments);var t=wB(e);return t.setHours(0,0,0,0),t}!function(){function e(){Object.defineProperty(this,"store",{enumerable:!0,configurable:!0,writable:!0,value:new Map}),Object.defineProperty(this,"argsLength",{enumerable:!0,configurable:!0,writable:!0,value:-1}),Object.defineProperty(this,"last",{enumerable:!0,configurable:!0,writable:!0,value:void 0})}Object.defineProperty(e.prototype,"entry",{enumerable:!1,configurable:!0,writable:!0,value:function(e){if(-1===this.argsLength)this.argsLength=e.length;else if(this.argsLength!==e.length)throw new Error("DeepMap should be used with functions with a consistent length, expected: "+this.argsLength+", got: "+e.length);return this.last&&(this.last.isDisposed=!0),this.last=new yB(this.store,e)}})}();function kB(e,t){EB(2,arguments);var n=CB(e),r=CB(t),o=n.getTime()-OB(n),i=r.getTime()-OB(r);return Math.round((o-i)/864e5)}function TB(e){return EB(1,arguments),e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)}function AB(e){if(EB(1,arguments),!TB(e)&&"number"!=typeof e)return!1;var t=wB(e);return!isNaN(Number(t))}function DB(e,t){EB(2,arguments);var n=CB(e),r=CB(t);return n.getTime()===r.getTime()}function NB(e,t){var n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}var RB={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},PB=function(e,t,n){var r,o=RB[e];return r="string"==typeof o?o:1===t?o.one:o.other.replace("{{count}}",t.toString()),null!=n&&n.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};function IB(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.width?String(t.width):e.defaultWidth,r=e.formats[n]||e.formats[e.defaultWidth];return r}}var MB={date:IB({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:IB({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:IB({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},jB={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},LB=function(e,t,n,r){return jB[e]};function FB(e){return function(t,n){var r,o=n||{};if("formatting"===(o.context?String(o.context):"standalone")&&e.formattingValues){var i=e.defaultFormattingWidth||e.defaultWidth,a=o.width?String(o.width):i;r=e.formattingValues[a]||e.formattingValues[i]}else{var s=e.defaultWidth,u=o.width?String(o.width):e.defaultWidth;r=e.values[u]||e.values[s]}return r[e.argumentCallback?e.argumentCallback(t):t]}}var VB={ordinalNumber:function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:FB({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:FB({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:FB({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:FB({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:FB({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};function BB(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.width,o=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],i=t.match(o);if(!i)return null;var a,s=i[0],u=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(u)?_B(u,(function(e){return e.test(s)})):UB(u,(function(e){return e.test(s)}));a=e.valueCallback?e.valueCallback(c):c,a=n.valueCallback?n.valueCallback(a):a;var l=t.slice(s.length);return{value:a,rest:l}}}function UB(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function _B(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}function WB(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.match(e.matchPattern);if(!r)return null;var o=r[0],i=t.match(e.parsePattern);if(!i)return null;var a=e.valueCallback?e.valueCallback(i[0]):i[0];a=n.valueCallback?n.valueCallback(a):a;var s=t.slice(o.length);return{value:a,rest:s}}}var zB={ordinalNumber:WB({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}}),era:BB({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:BB({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:BB({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:BB({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:BB({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},qB={code:"en-US",formatDistance:PB,formatLong:MB,formatRelative:LB,localize:VB,match:zB,options:{weekStartsOn:0,firstWeekContainsDate:1}};function GB(e,t){EB(2,arguments);var n=bB(t);return xB(e,-n)}function HB(e,t){for(var n=e<0?"-":"",r=Math.abs(e).toString();r.length<t;)r="0"+r;return n+r}var YB={y:function(e,t){var n=e.getUTCFullYear(),r=n>0?n:1-n;return HB("yy"===t?r%100:r,t.length)},M:function(e,t){var n=e.getUTCMonth();return"M"===t?String(n+1):HB(n+1,2)},d:function(e,t){return HB(e.getUTCDate(),t.length)},a:function(e,t){var n=e.getUTCHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return"am"===n?"a.m.":"p.m."}},h:function(e,t){return HB(e.getUTCHours()%12||12,t.length)},H:function(e,t){return HB(e.getUTCHours(),t.length)},m:function(e,t){return HB(e.getUTCMinutes(),t.length)},s:function(e,t){return HB(e.getUTCSeconds(),t.length)},S:function(e,t){var n=t.length,r=e.getUTCMilliseconds();return HB(Math.floor(r*Math.pow(10,n-3)),t.length)}};function KB(e){EB(1,arguments);var t=1,n=wB(e),r=n.getUTCDay(),o=(r<t?7:0)+r-t;return n.setUTCDate(n.getUTCDate()-o),n.setUTCHours(0,0,0,0),n}function XB(e){EB(1,arguments);var t=wB(e),n=t.getUTCFullYear(),r=new Date(0);r.setUTCFullYear(n+1,0,4),r.setUTCHours(0,0,0,0);var o=KB(r),i=new Date(0);i.setUTCFullYear(n,0,4),i.setUTCHours(0,0,0,0);var a=KB(i);return t.getTime()>=o.getTime()?n+1:t.getTime()>=a.getTime()?n:n-1}function JB(e){EB(1,arguments);var t=XB(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var r=KB(n);return r}function ZB(e,t){EB(1,arguments);var n=t||{},r=n.locale,o=r&&r.options&&r.options.weekStartsOn,i=null==o?0:bB(o),a=null==n.weekStartsOn?i:bB(n.weekStartsOn);if(!(a>=0&&a<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var s=wB(e),u=s.getUTCDay(),c=(u<a?7:0)+u-a;return s.setUTCDate(s.getUTCDate()-c),s.setUTCHours(0,0,0,0),s}function QB(e,t){EB(1,arguments);var n=wB(e,t),r=n.getUTCFullYear(),o=t||{},i=o.locale,a=i&&i.options&&i.options.firstWeekContainsDate,s=null==a?1:bB(a),u=null==o.firstWeekContainsDate?s:bB(o.firstWeekContainsDate);if(!(u>=1&&u<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var c=new Date(0);c.setUTCFullYear(r+1,0,u),c.setUTCHours(0,0,0,0);var l=ZB(c,t),d=new Date(0);d.setUTCFullYear(r,0,u),d.setUTCHours(0,0,0,0);var f=ZB(d,t);return n.getTime()>=l.getTime()?r+1:n.getTime()>=f.getTime()?r:r-1}function $B(e,t){EB(1,arguments);var n=t||{},r=n.locale,o=r&&r.options&&r.options.firstWeekContainsDate,i=null==o?1:bB(o),a=null==n.firstWeekContainsDate?i:bB(n.firstWeekContainsDate),s=QB(e,t),u=new Date(0);u.setUTCFullYear(s,0,a),u.setUTCHours(0,0,0,0);var c=ZB(u,t);return c}var eU="midnight",tU="noon",nU="morning",rU="afternoon",oU="evening",iU="night";function aU(e,t){var n=e>0?"-":"+",r=Math.abs(e),o=Math.floor(r/60),i=r%60;if(0===i)return n+String(o);var a=t||"";return n+String(o)+a+HB(i,2)}function sU(e,t){return e%60==0?(e>0?"-":"+")+HB(Math.abs(e)/60,2):uU(e,t)}function uU(e,t){var n=t||"",r=e>0?"-":"+",o=Math.abs(e);return r+HB(Math.floor(o/60),2)+n+HB(o%60,2)}var cU={G:function(e,t,n){var r=e.getUTCFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});case"GGGG":default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if("yo"===t){var r=e.getUTCFullYear(),o=r>0?r:1-r;return n.ordinalNumber(o,{unit:"year"})}return YB.y(e,t)},Y:function(e,t,n,r){var o=QB(e,r),i=o>0?o:1-o;return"YY"===t?HB(i%100,2):"Yo"===t?n.ordinalNumber(i,{unit:"year"}):HB(i,t.length)},R:function(e,t){return HB(XB(e),t.length)},u:function(e,t){return HB(e.getUTCFullYear(),t.length)},Q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return HB(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return HB(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){var r=e.getUTCMonth();switch(t){case"M":case"MM":return YB.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){var r=e.getUTCMonth();switch(t){case"L":return String(r+1);case"LL":return HB(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){var o=function(e,t){EB(1,arguments);var n=wB(e),r=ZB(n,t).getTime()-$B(n,t).getTime();return Math.round(r/6048e5)+1}(e,r);return"wo"===t?n.ordinalNumber(o,{unit:"week"}):HB(o,t.length)},I:function(e,t,n){var r=function(e){EB(1,arguments);var t=wB(e),n=KB(t).getTime()-JB(t).getTime();return Math.round(n/6048e5)+1}(e);return"Io"===t?n.ordinalNumber(r,{unit:"week"}):HB(r,t.length)},d:function(e,t,n){return"do"===t?n.ordinalNumber(e.getUTCDate(),{unit:"date"}):YB.d(e,t)},D:function(e,t,n){var r=function(e){EB(1,arguments);var t=wB(e),n=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var r=t.getTime(),o=n-r;return Math.floor(o/864e5)+1}(e);return"Do"===t?n.ordinalNumber(r,{unit:"dayOfYear"}):HB(r,t.length)},E:function(e,t,n){var r=e.getUTCDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});case"EEEE":default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){var o=e.getUTCDay(),i=(o-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(i);case"ee":return HB(i,2);case"eo":return n.ordinalNumber(i,{unit:"day"});case"eee":return n.day(o,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(o,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(o,{width:"short",context:"formatting"});case"eeee":default:return n.day(o,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){var o=e.getUTCDay(),i=(o-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(i);case"cc":return HB(i,t.length);case"co":return n.ordinalNumber(i,{unit:"day"});case"ccc":return n.day(o,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(o,{width:"narrow",context:"standalone"});case"cccccc":return n.day(o,{width:"short",context:"standalone"});case"cccc":default:return n.day(o,{width:"wide",context:"standalone"})}},i:function(e,t,n){var r=e.getUTCDay(),o=0===r?7:r;switch(t){case"i":return String(o);case"ii":return HB(o,t.length);case"io":return n.ordinalNumber(o,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});case"iiii":default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){var r=e.getUTCHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(r,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,n){var r,o=e.getUTCHours();switch(r=12===o?tU:0===o?eU:o/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(r,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(e,t,n){var r,o=e.getUTCHours();switch(r=o>=17?oU:o>=12?rU:o>=4?nU:iU,t){case"B":case"BB":case"BBB":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(r,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(e,t,n){if("ho"===t){var r=e.getUTCHours()%12;return 0===r&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return YB.h(e,t)},H:function(e,t,n){return"Ho"===t?n.ordinalNumber(e.getUTCHours(),{unit:"hour"}):YB.H(e,t)},K:function(e,t,n){var r=e.getUTCHours()%12;return"Ko"===t?n.ordinalNumber(r,{unit:"hour"}):HB(r,t.length)},k:function(e,t,n){var r=e.getUTCHours();return 0===r&&(r=24),"ko"===t?n.ordinalNumber(r,{unit:"hour"}):HB(r,t.length)},m:function(e,t,n){return"mo"===t?n.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):YB.m(e,t)},s:function(e,t,n){return"so"===t?n.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):YB.s(e,t)},S:function(e,t){return YB.S(e,t)},X:function(e,t,n,r){var o=(r._originalDate||e).getTimezoneOffset();if(0===o)return"Z";switch(t){case"X":return sU(o);case"XXXX":case"XX":return uU(o);case"XXXXX":case"XXX":default:return uU(o,":")}},x:function(e,t,n,r){var o=(r._originalDate||e).getTimezoneOffset();switch(t){case"x":return sU(o);case"xxxx":case"xx":return uU(o);case"xxxxx":case"xxx":default:return uU(o,":")}},O:function(e,t,n,r){var o=(r._originalDate||e).getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+aU(o,":");case"OOOO":default:return"GMT"+uU(o,":")}},z:function(e,t,n,r){var o=(r._originalDate||e).getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+aU(o,":");case"zzzz":default:return"GMT"+uU(o,":")}},t:function(e,t,n,r){var o=r._originalDate||e;return HB(Math.floor(o.getTime()/1e3),t.length)},T:function(e,t,n,r){return HB((r._originalDate||e).getTime(),t.length)}};function lU(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function dU(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}var fU={p:dU,P:function(e,t){var n,r=e.match(/(P+)(p+)?/),o=r[1],i=r[2];if(!i)return lU(e,t);switch(o){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;case"PPPP":default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",lU(o,t)).replace("{{time}}",dU(i,t))}},pU=["D","DD"],hU=["YY","YYYY"];function mU(e){return-1!==pU.indexOf(e)}function vU(e){return-1!==hU.indexOf(e)}function gU(e,t,n){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("YY"===e)throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("D"===e)throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://git.io/fxCyr"));if("DD"===e)throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://git.io/fxCyr"))}var yU=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,bU=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,EU=/^'([^]*?)'?$/,wU=/''/g,SU=/[a-zA-Z]/;function xU(e,t,n){EB(2,arguments);var r=String(t),o=n||{},i=o.locale||qB,a=i.options&&i.options.firstWeekContainsDate,s=null==a?1:bB(a),u=null==o.firstWeekContainsDate?s:bB(o.firstWeekContainsDate);if(!(u>=1&&u<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var c=i.options&&i.options.weekStartsOn,l=null==c?0:bB(c),d=null==o.weekStartsOn?l:bB(o.weekStartsOn);if(!(d>=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!i.localize)throw new RangeError("locale must contain localize property");if(!i.formatLong)throw new RangeError("locale must contain formatLong property");var f=wB(e);if(!AB(f))throw new RangeError("Invalid time value");var p=OB(f),h=GB(f,p),m={firstWeekContainsDate:u,weekStartsOn:d,locale:i,_originalDate:f},v=r.match(bU).map((function(e){var t=e[0];return"p"===t||"P"===t?(0,fU[t])(e,i.formatLong,m):e})).join("").match(yU).map((function(n){if("''"===n)return"'";var r=n[0];if("'"===r)return OU(n);var a=cU[r];if(a)return!o.useAdditionalWeekYearTokens&&vU(n)&&gU(n,t,e),!o.useAdditionalDayOfYearTokens&&mU(n)&&gU(n,t,e),a(h,n,i.localize,m);if(r.match(SU))throw new RangeError("Format string contains an unescaped latin alphabet character `"+r+"`");return n})).join("");return v}function OU(e){return e.match(EU)[1].replace(wU,"'")}function CU(e,t){EB(2,arguments);var n=bB(t);return SB(e,-n)}function kU(e,t){EB(2,arguments);var n=wB(e),r=wB(t);return n.getFullYear()===r.getFullYear()}var TU={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},AU=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,DU=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,NU=/^([+-])(\d{2})(?::?(\d{2}))?$/;function RU(e,t){EB(1,arguments);var n=t||{},r=null==n.additionalDigits?2:bB(n.additionalDigits);if(2!==r&&1!==r&&0!==r)throw new RangeError("additionalDigits must be 0, 1 or 2");if("string"!=typeof e&&"[object String]"!==Object.prototype.toString.call(e))return new Date(NaN);var o,i=PU(e);if(i.date){var a=IU(i.date,r);o=MU(a.restDateString,a.year)}if(isNaN(o)||!o)return new Date(NaN);var s,u=o.getTime(),c=0;if(i.time&&(c=LU(i.time),isNaN(c)||null===c))return new Date(NaN);if(!i.timezone){var l=new Date(u+c),d=new Date(0);return d.setFullYear(l.getUTCFullYear(),l.getUTCMonth(),l.getUTCDate()),d.setHours(l.getUTCHours(),l.getUTCMinutes(),l.getUTCSeconds(),l.getUTCMilliseconds()),d}return s=VU(i.timezone),isNaN(s)?new Date(NaN):new Date(u+c+s)}function PU(e){var t,n={},r=e.split(TU.dateTimeDelimiter);if(r.length>2)return n;if(/:/.test(r[0])?(n.date=null,t=r[0]):(n.date=r[0],t=r[1],TU.timeZoneDelimiter.test(n.date)&&(n.date=e.split(TU.timeZoneDelimiter)[0],t=e.substr(n.date.length,e.length))),t){var o=TU.timezone.exec(t);o?(n.time=t.replace(o[1],""),n.timezone=o[1]):n.time=t}return n}function IU(e,t){var n=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),r=e.match(n);if(!r)return{year:null};var o=r[1]&&parseInt(r[1]),i=r[2]&&parseInt(r[2]);return{year:null==i?o:100*i,restDateString:e.slice((r[1]||r[2]).length)}}function MU(e,t){if(null===t)return null;var n=e.match(AU);if(!n)return null;var r=!!n[4],o=jU(n[1]),i=jU(n[2])-1,a=jU(n[3]),s=jU(n[4]),u=jU(n[5])-1;if(r)return function(e,t,n){return t>=1&&t<=53&&n>=0&&n<=6}(0,s,u)?function(e,t,n){var r=new Date(0);r.setUTCFullYear(e,0,4);var o=r.getUTCDay()||7,i=7*(t-1)+n+1-o;return r.setUTCDate(r.getUTCDate()+i),r}(t,s,u):new Date(NaN);var c=new Date(0);return function(e,t,n){return t>=0&&t<=11&&n>=1&&n<=(BU[t]||(UU(e)?29:28))}(t,i,a)&&function(e,t){return t>=1&&t<=(UU(e)?366:365)}(t,o)?(c.setUTCFullYear(t,i,Math.max(o,a)),c):new Date(NaN)}function jU(e){return e?parseInt(e):1}function LU(e){var t=e.match(DU);if(!t)return null;var n=FU(t[1]),r=FU(t[2]),o=FU(t[3]);return function(e,t,n){if(24===e)return 0===t&&0===n;return n>=0&&n<60&&t>=0&&t<60&&e>=0&&e<25}(n,r,o)?36e5*n+6e4*r+1e3*o:NaN}function FU(e){return e&&parseFloat(e.replace(",","."))||0}function VU(e){if("Z"===e)return 0;var t=e.match(NU);if(!t)return 0;var n="+"===t[1]?-1:1,r=parseInt(t[2]),o=t[3]&&parseInt(t[3])||0;return function(e,t){return t>=0&&t<=59}(0,o)?n*(36e5*r+6e4*o):NaN}var BU=[31,null,31,30,31,30,31,31,30,31,30,31];function UU(e){return e%400==0||e%4==0&&e%100}var _U,WU=function(e){return(null==e?void 0:e.withAnswer)?"poll":(null==e?void 0:e.isOpenEnded)?"pollOpenEnded":(null==e?void 0:e.withAnswer)||(null==e?void 0:e.isOpenEnded)?void 0:"test"},zU=function(e,t){return+t.id-+e.id},qU=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),t.prototype.changeStatus=function(e){this.setStatus(e)},t.prototype.addVote=function(e){this.votes.push(e)},P([IP],t.prototype,"changeStatus",null),P([IP],t.prototype,"addVote",null),t=P([dM("Poll")],t)}(lM({id:pI(),question:pI(""),isOpenEnded:pI((function(){return!1})),withAnswer:pI((function(){return!1})),isVoted:pI((function(){return!1})),options:pI((function(){return[]})),validOptions:pI((function(){return[]})),templateId:pI(),createdAt:pI(),stoppedAt:pI(),status:pI((function(){return NA.New})).withSetter(),votes:pI((function(){return[]}))})),GU=RM("PollRef",{getId:function(e){return e instanceof qU?e.id:void 0}}),HU=function(e){var t=[],n=[],r=!1;return e.options.forEach((function(e){t.push(e),e.valid&&(n.push(e.option),r=!0)})),r=e.withAnswer,new qU(N(N({},e),{id:"".concat(e.id),options:t,validOptions:n,withAnswer:r}))};!function(e){e.UserJoinedEvent="user-joined",e.UserChangedEvent="user-changed",e.UserChangedChannelEvent="user-changed-channel",e.ChangedChannelEvent="changed-channel"}(_U||(_U={}));var YU=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),Object.defineProperty(t.prototype,"getUser",{get:function(){var e;return null===(e=this.user)||void 0===e?void 0:e.current},enumerable:!1,configurable:!0}),t.prototype.loadSystemData=function(e,t,n){switch(this.systemData={event:t},t){case _U.UserJoinedEvent:var r=n.userId;this.systemData.whoJoined=e.chat.createUserRef(r);break;case _U.UserChangedEvent:var o=n,i=o.oldDisplayName,a=o.newDisplayName;this.systemData.oldDisplayName=i,this.systemData.newDisplayName=a;break;case _U.UserChangedChannelEvent:var s=n,u=(r=s.userId,s.newName);this.systemData.whoRenamedChannel=e.chat.createUserRef(r),this.systemData.newName=u;break;case _U.ChangedChannelEvent:u=n.newName;this.systemData.newName=u}},P([dS],t.prototype,"getUser",null),P([IP],t.prototype,"loadSystemData",null),t=P([dM("Message")],t)}(lM({id:pI(),text:pI(),type:pI(),user:pI(),createdAt:pI(),meta:pI(),systemData:pI()})),KU=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),t=P([dM("PinnedMessage")],t)}(lM({id:pI(),channelId:pI(),messageId:pI(),message:pI(),user:pI()}));RM("PinnedMessageRef",{getId:function(e){return e instanceof KU?e.id:void 0}});var XU=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),t.prototype.addMessages=function(e){var t=this,n=0;return e.forEach((function(e,r,o){if(e.type!==$V.System||e.meta){t.messages.has(e.id)||(n+=1);var i=new YU({id:e.id,text:e.text,type:e.type,createdAt:e.createdAt,user:e.userId?hN(t).chat.createUserRef(e.userId):null,meta:e.meta,systemData:null});e.type===$V.System&&i.loadSystemData(hN(t),e.meta.event,e.meta.data),t.messages.set(e.id,i)}})),n},t.prototype.setPollList=function(e){this.polls=e.map(HU)},t.prototype.addPoll=function(e){var t=HU(e);return this.polls=j(j([],this.polls,!0),[t],!1),t},t.prototype.deletePoll=function(e){var t;e.id===(null===(t=this.activePoll)||void 0===t?void 0:t.current.id)&&(this.activePoll=void 0),this.polls=this.polls.filter((function(t){return t.id!==e.id}))},t.prototype.startPoll=function(e){e&&this.setActivePoll(GU(e))},t.prototype.setPollVoted=function(e,t){var n=this;this.activePoll&&(this.activePoll.current.isOpenEnded?this.activePoll.current.isVoted=!0:(this.activePoll.current.options=t,e.forEach((function(e){var t;null===(t=n.activePoll)||void 0===t||t.current.options.forEach((function(t){+t.id==+e&&(t.isVoted=!0)}))}))))},t.prototype.updateVotesCounter=function(e){var t=this;e.forEach((function(e){var n;return null===(n=t.activePoll)||void 0===n?void 0:n.current.options.forEach((function(t){+t.id==+e&&(t.votesCount+=1)}))}))},t.prototype.stopPoll=function(e){e&&(this.activePoll=void 0,this.polls.forEach((function(t){t.id===e.id&&(t.status=NA.Done)})))},t.prototype.closePollPortal=function(){this.activePoll=void 0},t.prototype.pollResult=function(e){this.activePoll=e?GU(e):void 0},t.prototype.setPinnedMessages=function(e){var t=this;this.pinnedMessages=e.map((function(e){return new KU(N(N({},e),{id:"".concat(e.id),user:hN(t).chat.createUserRef(e.message.userId)}))}))},t.prototype.cleanAllMessages=function(){this.messages.clear()},t.prototype.deleteMessages=function(e){var t=this;e.forEach((function(e){var n=t.messages.get("".concat(e));n&&t.messages.delete(n.id)}))},t.prototype.getLastPollByTemplateId=function(e){if(e)return this.polls.filter((function(t){return t.templateId===+e})).sort(zU)[0]},t.prototype.findPollById=function(e){if(e)return this.polls.find((function(t){return t.id===e}))},t.prototype.getPollListByTemplateId=function(e){if(e)return this.polls.filter((function(t){return"".concat(t.templateId)===(null==e?void 0:e.id)})).sort(zU)},Object.defineProperty(t.prototype,"sortedMessages",{get:function(){return Array.from(this.messages.values()).sort((function(e,t){return function(e,t){EB(2,arguments);var n=wB(e),r=wB(t),o=n.getTime()-r.getTime();return o<0?-1:o>0?1:o}(new Date(e.createdAt),new Date(t.createdAt))}))},enumerable:!1,configurable:!0}),t.prototype.findLastMessageForUser=function(e){return this.sortedMessages.slice(e).find((function(e,t,n){var r,o,i;return(null===(o=null===(r=n[t+1])||void 0===r?void 0:r.user)||void 0===o?void 0:o.current.id)!==(null===(i=null==e?void 0:e.user)||void 0===i?void 0:i.current.id)}))},Object.defineProperty(t.prototype,"lastMessage",{get:function(){return j([],this.sortedMessages,!0).reverse().find((function(e){return e.type!==$V.System}))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"messagesCount",{get:function(){return this.messages.size},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"getActivePoll",{get:function(){var e;return null===(e=this.activePoll)||void 0===e?void 0:e.maybeCurrent},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isPollsInProgress",{get:function(){return Boolean(this.polls.find((function(e){return e.status===NA.InProgress})))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"getPinnedMessages",{get:function(){return Array.from(this.pinnedMessages.values())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastPinnedMessage",{get:function(){var e=this.getPinnedMessages;return e[e.length-1]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"getPollTemplates",{get:function(){return this.polls.filter((function(e){return null===e.templateId})).sort(zU)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"getPollList",{get:function(){return this.polls},enumerable:!1,configurable:!0}),t.prototype.findMessageIdx=function(e){return Array.from(this.messages.values()).findIndex((function(t){return+t.id===e}))},P([IP],t.prototype,"addMessages",null),P([IP],t.prototype,"setPollList",null),P([IP],t.prototype,"addPoll",null),P([IP],t.prototype,"deletePoll",null),P([IP],t.prototype,"startPoll",null),P([IP],t.prototype,"setPollVoted",null),P([IP],t.prototype,"updateVotesCounter",null),P([IP],t.prototype,"stopPoll",null),P([IP],t.prototype,"closePollPortal",null),P([IP],t.prototype,"pollResult",null),P([IP],t.prototype,"setPinnedMessages",null),P([IP],t.prototype,"cleanAllMessages",null),P([IP],t.prototype,"deleteMessages",null),P([dS],t.prototype,"sortedMessages",null),P([dS],t.prototype,"lastMessage",null),P([dS],t.prototype,"messagesCount",null),P([dS],t.prototype,"getActivePoll",null),P([dS],t.prototype,"isPollsInProgress",null),P([dS],t.prototype,"getPinnedMessages",null),P([dS],t.prototype,"lastPinnedMessage",null),P([dS],t.prototype,"getPollTemplates",null),P([dS],t.prototype,"getPollList",null),P([IP],t.prototype,"findMessageIdx",null),t=P([dM("Channel")],t)}(lM({name:pI((function(){return""})),id:pI(),externalId:pI(""),type:pI(eB.Public),messages:pI((function(){return ZM()})),directUsersOnly:pI((function(){return[]})),polls:pI((function(){return[]})),activePoll:pI((function(){})).withSetter(),pinnedMessages:pI((function(){return[]}))})),JU=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),t=P([dM("Pub")],t)}(lM({id:pI(""),name:pI("")})),ZU=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.fetchingQueueUser=[],t}return D(t,e),t.prototype.startFetching=function(){var e=this;return vB(this.fetchingQueueUser,(function(t){var n;n=t,I(e,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return[4,XV("users/fetch",{ids:n})];case 1:return e=t.sent(),this.addUsers(e),[2]}}))}))}),100,100)},t.prototype.onAttachedToRootStore=function(){var e=this.startFetching();return function(){return e()}},Object.defineProperty(t.prototype,"userList",{get:function(){return Array.from(this.users.values())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"channelsList",{get:function(){return Array.from(this.channels.values())},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"publicChannelsList",{get:function(){return Array.from(this.channels.values()).filter((function(e){return[eB.Public,eB.Blank].includes(e.type)}))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"directChannelsList",{get:function(){return Array.from(this.channels.values()).filter((function(e){return e.type===eB.Direct}))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"pubsList",{get:function(){return Array.from(this.pubs.values())},enumerable:!1,configurable:!0}),t.prototype.createUserRef=function(e){var t=this.users.get(e);if(t)return oB(t);var n=new rB({id:String(e),displayName:"Loading..."});return this.fetchingQueueUser.push(e),this.users.set(e,n),oB(n)},t.prototype.updateUser=function(e){var t=e.userId,n=e.displayName,r=e.avatarUrl,o=this.users.get("".concat(t));o&&n&&(o.displayName=n),o&&r&&(o.avatarUrl=r)},t.prototype.addUsers=function(e){var t=this;e&&e.forEach((function(e){var n=aB(e);t.users.set(e.id,n)}))},t.prototype.addChannels=function(e){var t=this;e.forEach((function(e){var n,r=e.polls,o=new XU({id:String(e.id),name:e.name,type:e.type,externalId:e.externalId,directUsersOnly:(null===(n=e.users)||void 0===n?void 0:n.map((function(e){return aB(e)})))||[]});t.channels.set(e.id,o),o.addMessages(e.messages),e.type===eB.Direct&&t.addUsers(e.users),e.type===eB.Public&&r.forEach((function(e){var t=o.addPoll(e);o.startPoll(t)}))}))},t.prototype.addPubs=function(e){var t=this;e.forEach((function(e){var n=new JU({id:e.id,name:e.name});t.pubs.set(e.id,n)}))},P([uS],t.prototype,"fetchingQueueUser",void 0),P([dS],t.prototype,"userList",null),P([dS],t.prototype,"channelsList",null),P([dS],t.prototype,"publicChannelsList",null),P([dS],t.prototype,"directChannelsList",null),P([dS],t.prototype,"pubsList",null),P([IP],t.prototype,"createUserRef",null),P([IP],t.prototype,"updateUser",null),P([IP],t.prototype,"addUsers",null),P([IP],t.prototype,"addChannels",null),P([IP],t.prototype,"addPubs",null),t=P([dM("Chat")],t)}(lM({channels:pI((function(){return ZM()})),pubs:pI((function(){return ZM()})),users:pI((function(){return ZM()}))})),QU=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),t.prototype.setAll=function(e){var t=e.createChannelAllowed,n=void 0!==t&&t,r=e.accessUnregisteredUsers,o=void 0!==r&&r,i=e.accessChatGuest,a=void 0!==i&&i,s=e.accessRegister,u=void 0!==s&&s,c=e.displayDirect,l=void 0!==c&&c,d=e.displayUserList,f=void 0!==d&&d,p=e.displayChannelList,h=void 0!==p&&p,m=e.displaySystemMessages,v=void 0!==m&&m,g=e.displayHeader,y=void 0!==g&&g,b=e.displayFooter,E=void 0!==b&&b,w=e.socketUrl;this.createChannelAllowed=n,this.accessRegister=u,this.accessChatGuest=a,this.accessUnregisteredUsers=o,this.displayDirect=l,this.displayUserList=f,this.displayChannelList=h,this.displaySystemMessages=v,this.displayHeader=y,this.displayFooter=E,this.socketUrl=w},Object.defineProperty(t.prototype,"authMode",{get:function(){return{0:{0:{0:nB.Mode1,1:nB.Mode2},1:{0:nB.Mode3,1:nB.Mode4}},1:{0:{0:nB.Mode5,1:nB.Mode6},1:{0:nB.Mode7,1:nB.Mode8}}}[+this.accessRegister][+this.accessUnregisteredUsers][+this.accessChatGuest]},enumerable:!1,configurable:!0}),P([IP],t.prototype,"setAll",null),P([dS],t.prototype,"authMode",null),t=P([dM("Settings")],t)}(lM({createChannelAllowed:pI(!1).withSetter(),accessUnregisteredUsers:pI(!1).withSetter(),accessChatGuest:pI(!1).withSetter(),accessRegister:pI(!1).withSetter(),displayDirect:pI(!1).withSetter(),displayUserList:pI(!1).withSetter(),displayChannelList:pI(!1).withSetter(),displaySystemMessages:pI(!1).withSetter(),displayHeader:pI(!1).withSetter(),displayFooter:pI(!1).withSetter(),socketUrl:pI("").withSetter()})),$U={exports:{}},e_=xr($U.exports=function(){var e={382:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.Centrifuge=void 0;var r=s(n(187)),o=s(n(471)),i=n(147),a=n(853);function s(e){return e&&e.__esModule?e:{default:e}}function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=p(e);if(t){var o=p(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return f(this,n)}}function f(e,t){return!t||"object"!==u(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var h="timeout",m="connection closed",v=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&l(e,t)}(p,e);var t,r,s,f=d(p);function p(e,t){var n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,p),(n=f.call(this))._url=e,n._websocket=null,n._sockjs=null,n._isSockjs=!1,n._xmlhttprequest=null,n._binary=!1,n._methodType=null,n._pushType=null,n._encoder=null,n._decoder=null,n._status="disconnected",n._reconnect=!0,n._reconnecting=!1,n._transport=null,n._transportName=null,n._transportClosed=!0,n._messageId=0,n._clientID=null,n._refreshRequired=!1,n._subs={},n._serverSubs={},n._lastSeq={},n._lastGen={},n._lastOffset={},n._lastEpoch={},n._messages=[],n._isBatching=!1,n._isSubscribeBatching=!1,n._privateChannels={},n._numRefreshFailed=0,n._refreshTimeout=null,n._pingTimeout=null,n._pongTimeout=null,n._subRefreshTimeouts={},n._retries=0,n._callbacks={},n._latency=null,n._latencyStart=null,n._connectData=null,n._token=null,n._xhrID=0,n._xhrs={},n._dispatchPromise=Promise.resolve(),n._protocol="",n._config={protocol:"",debug:!1,name:"js",version:"",websocket:null,sockjs:null,xmlhttprequest:null,minRetry:1e3,maxRetry:2e4,timeout:5e3,ping:!0,pingInterval:25e3,pongWaitTimeout:5e3,privateChannelPrefix:"$",onTransportClose:null,sockjsServer:null,sockjsTimeout:null,sockjsTransports:["websocket","xdr-streaming","xhr-streaming","eventsource","iframe-eventsource","iframe-htmlfile","xdr-polling","xhr-polling","iframe-xhr-polling","jsonp-polling"],refreshEndpoint:"/centrifuge/refresh",refreshHeaders:{},refreshParams:{},refreshData:{},refreshAttempts:null,refreshInterval:1e3,onRefreshFailed:null,onRefresh:null,subscribeEndpoint:"/centrifuge/subscribe",subscribeHeaders:{},subscribeParams:{},subRefreshInterval:1e3,onPrivateSubscribe:null,disableWithCredentials:!1},n._configure(t),n}return t=p,(r=[{key:"setToken",value:function(e){this._token=e}},{key:"setConnectData",value:function(e){this._connectData=e}},{key:"setRefreshHeaders",value:function(e){this._config.refreshHeaders=e}},{key:"setRefreshParams",value:function(e){this._config.refreshParams=e}},{key:"setRefreshData",value:function(e){this._config.refreshData=e}},{key:"setSubscribeHeaders",value:function(e){this._config.subscribeHeaders=e}},{key:"setSubscribeParams",value:function(e){this._config.subscribeParams=e}},{key:"_ajax",value:function(e,t,r,o,i){var a,s=this,u="";for(var c in this._debug("sending AJAX request to",e,"with data",JSON.stringify(o)),a=null!==this._xmlhttprequest?new this._xmlhttprequest:n.g.XMLHttpRequest?new n.g.XMLHttpRequest:new n.g.ActiveXObject("Microsoft.XMLHTTP"),t)t.hasOwnProperty(c)&&(u.length>0&&(u+="&"),u+=encodeURIComponent(c)+"="+encodeURIComponent(t[c]));for(var l in u.length>0&&(u="?"+u),a.open("POST",e+u,!0),"withCredentials"in a&&(a.withCredentials=!this._config.disableWithCredentials),a.setRequestHeader("X-Requested-With","XMLHttpRequest"),a.setRequestHeader("Content-Type","application/json"),r)r.hasOwnProperty(l)&&a.setRequestHeader(l,r[l]);return a.onreadystatechange=function(){if(4===a.readyState)if(200===a.status){var e,t=!1;try{e=JSON.parse(a.responseText),t=!0}catch(e){i({error:"Invalid JSON. Data was: "+a.responseText,status:200,data:null})}t&&i({data:e,status:200})}else s._log("wrong status code in AJAX response",a.status),i({status:a.status,data:null})},setTimeout((function(){return a.send(JSON.stringify(o))}),20),a}},{key:"_log",value:function(){(0,a.log)("info",arguments)}},{key:"_debug",value:function(){!0===this._config.debug&&(0,a.log)("debug",arguments)}},{key:"_websocketSupported",value:function(){return null!==this._config.websocket||!("function"!=typeof WebSocket&&"object"!==("undefined"==typeof WebSocket?"undefined":u(WebSocket)))}},{key:"_setFormat",value:function(e){if(!this._formatOverride(e)){if("protobuf"===e)throw new Error("not implemented by JSON only Centrifuge client – use client with Protobuf");this._binary=!1,this._methodType=i.JsonMethodType,this._pushType=i.JsonPushType,this._encoder=new i.JsonEncoder,this._decoder=new i.JsonDecoder}}},{key:"_formatOverride",value:function(e){return!1}},{key:"_configure",value:function(e){if(!("Promise"in n.g))throw new Error("Promise polyfill required");if((0,a.extend)(this._config,e||{}),this._debug("centrifuge config",this._config),!this._url)throw new Error("url required");if((0,a.startsWith)(this._url,"ws")&&this._url.indexOf("format=protobuf")>-1||"protobuf"===this._config.protocol)this._setFormat("protobuf"),this._protocol="protobuf";else{if(""!==this._config.protocol&&"json"!==this._config.protocol)throw new Error("unsupported protocol "+this._config.protocol);this._setFormat("json")}if((0,a.startsWith)(this._url,"http"))if(this._debug("client will try to connect to SockJS endpoint"),null!==this._config.sockjs)this._debug("SockJS explicitly provided in options"),this._sockjs=this._config.sockjs;else{if(void 0===n.g.SockJS)throw new Error("SockJS not found, use ws:// in url or include SockJS");this._debug("use globally defined SockJS"),this._sockjs=n.g.SockJS}else this._debug("client will connect to websocket endpoint");this._xmlhttprequest=this._config.xmlhttprequest}},{key:"_setStatus",value:function(e){this._status!==e&&(this._debug("Status",this._status,"->",e),this._status=e)}},{key:"_isDisconnected",value:function(){return"disconnected"===this._status}},{key:"_isConnecting",value:function(){return"connecting"===this._status}},{key:"_isConnected",value:function(){return"connected"===this._status}},{key:"_nextMessageId",value:function(){return++this._messageId}},{key:"_resetRetry",value:function(){this._debug("reset retries count to 0"),this._retries=0}},{key:"_getRetryInterval",value:function(){var e=(0,a.backoff)(this._retries,this._config.minRetry,this._config.maxRetry);return this._retries+=1,e}},{key:"_abortInflightXHRs",value:function(){for(var e in this._xhrs){try{this._xhrs[e].abort()}catch(e){this._debug("error aborting xhr",e)}delete this._xhrs[e]}}},{key:"_clearConnectedState",value:function(e){for(var t in this._clientID=null,this._stopPing(),this._callbacks)if(this._callbacks.hasOwnProperty(t)){var n=this._callbacks[t];clearTimeout(n.timeout);var r=n.errback;if(!r)continue;r({error:this._createErrorObject("disconnected")})}for(var o in this._callbacks={},this._subs)if(this._subs.hasOwnProperty(o)){var i=this._subs[o];e?(i._isSuccess()&&(i._triggerUnsubscribe(),i._recover=!0),i._shouldResubscribe()&&i._setSubscribing()):i._setUnsubscribed()}for(var a in this._abortInflightXHRs(),null!==this._refreshTimeout&&(clearTimeout(this._refreshTimeout),this._refreshTimeout=null),this._subRefreshTimeouts)this._subRefreshTimeouts.hasOwnProperty(a)&&this._subRefreshTimeouts[a]&&this._clearSubRefreshTimeout(a);this._subRefreshTimeouts={},this._reconnect||(this._subs={})}},{key:"_isTransportOpen",value:function(){return this._isSockjs?this._transport&&this._transport.transport&&this._transport.transport.readyState===this._transport.transport.OPEN:this._transport&&this._transport.readyState===this._transport.OPEN}},{key:"_transportSend",value:function(e){if(!e.length)return!0;if(!this._isTransportOpen()){for(var t in e){var n=t.id;if(n in this._callbacks){var r=this._callbacks[n];clearTimeout(this._callbacks[n].timeout),delete this._callbacks[n],(0,r.errback)({error:this._createErrorObject(m,0)})}}return!1}return this._transport.send(this._encoder.encodeCommands(e)),!0}},{key:"_getSubProtocol",value:function(){return this._protocol?"centrifuge-"+this._protocol:""}},{key:"_setupTransport",value:function(){var e=this;if(this._isSockjs=!1,null!==this._sockjs){var t={transports:this._config.sockjsTransports};null!==this._config.sockjsServer&&(t.server=this._config.sockjsServer),null!==this._config.sockjsTimeout&&(t.timeout=this._config.sockjsTimeout),this._isSockjs=!0,this._transport=new this._sockjs(this._url,null,t)}else{if(!this._websocketSupported())return void this._debug("No Websocket support and no SockJS configured, can not connect");null!==this._config.websocket?this._websocket=this._config.websocket:this._websocket=WebSocket;var n=this._getSubProtocol();this._transport=""!==n?new this._websocket(this._url,n):new this._websocket(this._url),!0===this._binary&&(this._transport.binaryType="arraybuffer")}this._transport.onopen=function(){e._transportClosed=!1,e._isSockjs?(e._transportName="sockjs-"+e._transport.transport,e._transport.onheartbeat=function(){return e._restartPing()}):e._transportName="websocket";var t={};(e._token||e._connectData||e._config.name||e._config.version)&&(t.params={}),e._token&&(t.params.token=e._token),e._connectData&&(t.params.data=e._connectData),e._config.name&&(t.params.name=e._config.name),e._config.version&&(t.params.version=e._config.version);var n={},r=!1;for(var o in e._serverSubs)if(e._serverSubs.hasOwnProperty(o)&&e._serverSubs[o].recoverable){r=!0;var i={recover:!0};e._serverSubs[o].seq||e._serverSubs[o].gen?(e._serverSubs[o].seq&&(i.seq=e._serverSubs[o].seq),e._serverSubs[o].gen&&(i.gen=e._serverSubs[o].gen)):e._serverSubs[o].offset&&(i.offset=e._serverSubs[o].offset),e._serverSubs[o].epoch&&(i.epoch=e._serverSubs[o].epoch),n[o]=i}r&&(t.params||(t.params={}),t.params.subs=n),e._latencyStart=new Date,e._call(t).then((function(t){e._connectResponse(e._decoder.decodeCommandResult(e._methodType.CONNECT,t.result),r),t.next&&t.next()}),(function(t){109===t.error.code&&(e._refreshRequired=!0),e._disconnect("connect error",!0),t.next&&t.next()}))},this._transport.onerror=function(t){e._debug("transport level error",t)},this._transport.onclose=function(t){e._transportClosed=!0;var n=m,r=!0;if(t&&"reason"in t&&t.reason)try{var o=JSON.parse(t.reason);e._debug("reason is an advice object",o),n=o.reason,r=o.reconnect}catch(r){n=t.reason,e._debug("reason is a plain string",n)}if(null!==e._config.onTransportClose&&e._config.onTransportClose({event:t,reason:n,reconnect:r}),e._disconnect(n,r),!0===e._reconnect){e._reconnecting=!0;var i=e._getRetryInterval();e._debug("reconnect after "+i+" milliseconds"),setTimeout((function(){!0===e._reconnect&&(e._refreshRequired?e._refresh():e._connect())}),i)}},this._transport.onmessage=function(t){e._dataReceived(t.data)}}},{key:"rpc",value:function(e){return this._rpc("",e)}},{key:"namedRPC",value:function(e,t){return this._rpc(e,t)}},{key:"_rpc",value:function(e,t){var n={data:t};""!==e&&(n.method=e);var r={method:this._methodType.RPC,params:n};return this._methodCall(r,(function(e){return e}))}},{key:"send",value:function(e){var t={method:this._methodType.SEND,params:{data:e}};return this.isConnected()&&this._transportSend([t])?Promise.resolve({}):Promise.reject(this._createErrorObject(m,0))}},{key:"_getHistoryParams",value:function(e,t){var n={channel:e};return void 0!==t&&(t.since&&(n.since={offset:t.since.offset},t.since.epoch&&(n.since.epoch=t.since.epoch)),void 0!==t.limit&&(n.limit=t.limit),!0===t.reverse&&(n.reverse=!0)),n}},{key:"_methodCall",value:function(e,t){var n=this;return this.isConnected()?new Promise((function(r,o){n._call(e).then((function(o){r(t(n._decoder.decodeCommandResult(e.method,o.result))),o.next&&o.next()}),(function(e){o(e.error),e.next&&e.next()}))})):Promise.reject(this._createErrorObject(m,0))}},{key:"publish",value:function(e,t){var n={method:this._methodType.PUBLISH,params:{channel:e,data:t}};return this._methodCall(n,(function(){return{}}))}},{key:"history",value:function(e,t){var n=this._getHistoryParams(e,t),r={method:this._methodType.HISTORY,params:n};return this._methodCall(r,(function(e){return{publications:e.publications,epoch:e.epoch||"",offset:e.offset||0}}))}},{key:"presence",value:function(e){var t={method:this._methodType.PRESENCE,params:{channel:e}};return this._methodCall(t,(function(e){return{presence:e.presence}}))}},{key:"presenceStats",value:function(e){var t={method:this._methodType.PRESENCE_STATS,params:{channel:e}};return this._methodCall(t,(function(e){return{num_users:e.num_users,num_clients:e.num_clients}}))}},{key:"_dataReceived",value:function(e){var t=this,n=this._decoder.decodeReplies(e);this._dispatchPromise=this._dispatchPromise.then((function(){var e;t._dispatchPromise=new Promise((function(t){e=t})),t._dispatchSynchronized(n,e)})),this._restartPing()}},{key:"_dispatchSynchronized",value:function(e,t){var n=this,r=Promise.resolve(),o=function(t){e.hasOwnProperty(t)&&(r=r.then((function(){return n._dispatchReply(e[t])})))};for(var i in e)o(i);r=r.then((function(){t()}))}},{key:"_dispatchReply",value:function(e){var t,n=new Promise((function(e){t=e}));if(null==e)return this._debug("dispatch: got undefined or null reply"),t(),n;var r=e.id;return r&&r>0?this._handleReply(e,t):this._handlePush(e.result,t),n}},{key:"_call",value:function(e){var t=this;return new Promise((function(n,r){var o=t._addMessage(e);t._registerCall(o,n,r)}))}},{key:"_connect",value:function(){this.isConnected()?this._debug("connect called when already connected"):"connecting"!==this._status&&(this._debug("start connecting"),this._setStatus("connecting"),this._clientID=null,this._reconnect=!0,this._setupTransport())}},{key:"_disconnect",value:function(e,t){var n=t||!1;if(!1===n&&(this._reconnect=!1),this._isDisconnected())n||this._clearConnectedState(n);else{if(this._clearConnectedState(n),this._debug("disconnected:",e,t),this._setStatus("disconnected"),this._refreshTimeout&&(clearTimeout(this._refreshTimeout),this._refreshTimeout=null),!1===this._reconnecting){for(var r in this._serverSubs)this._serverSubs.hasOwnProperty(r)&&this.emit("unsubscribe",{channel:r});this.emit("disconnect",{reason:e,reconnect:n})}!1===n&&(this._subs={},this._serverSubs={}),this._transportClosed||this._transport.close()}}},{key:"_refreshFailed",value:function(){this._numRefreshFailed=0,this._isDisconnected()||this._disconnect("refresh failed",!1),null!==this._config.onRefreshFailed&&this._config.onRefreshFailed()}},{key:"_refresh",value:function(){var e=this;if(this._debug("refresh token"),0===this._config.refreshAttempts)return this._debug("refresh attempts set to 0, do not send refresh request at all"),void this._refreshFailed();null!==this._refreshTimeout&&(clearTimeout(this._refreshTimeout),this._refreshTimeout=null);var t=this._clientID,n=this._newXHRID(),r=function(r){if(n in e._xhrs&&delete e._xhrs[n],e._clientID===t)if(r.error||200!==r.status){if(r.error?e._debug("error refreshing connection token",r.error):e._debug("error refreshing connection token: wrong status code",r.status),e._numRefreshFailed++,null!==e._refreshTimeout&&(clearTimeout(e._refreshTimeout),e._refreshTimeout=null),null!==e._config.refreshAttempts&&e._numRefreshFailed>=e._config.refreshAttempts)return void e._refreshFailed();var o=Math.round(1e3*Math.random()*Math.max(e._numRefreshFailed,20)),i=e._config.refreshInterval+o;e._refreshTimeout=setTimeout((function(){return e._refresh()}),i)}else if(e._numRefreshFailed=0,e._token=r.data.token,e._token)if(e._isDisconnected()&&e._reconnect)e._debug("token refreshed, connect from scratch"),e._connect();else{e._debug("send refreshed token");var a={method:e._methodType.REFRESH,params:{token:e._token}};e._call(a).then((function(t){e._refreshResponse(e._decoder.decodeCommandResult(e._methodType.REFRESH,t.result)),t.next&&t.next()}),(function(t){e._refreshError(t.error),t.next&&t.next()}))}else e._refreshFailed()};if(null!==this._config.onRefresh)this._config.onRefresh({},r);else{var o=this._ajax(this._config.refreshEndpoint,this._config.refreshParams,this._config.refreshHeaders,this._config.refreshData,r);this._xhrs[n]=o}}},{key:"_refreshError",value:function(e){var t=this;this._debug("refresh error",e),this._refreshTimeout&&(clearTimeout(this._refreshTimeout),this._refreshTimeout=null);var n=this._config.refreshInterval+Math.round(1e3*Math.random());this._refreshTimeout=setTimeout((function(){return t._refresh()}),n)}},{key:"_refreshResponse",value:function(e){var t=this;this._refreshTimeout&&(clearTimeout(this._refreshTimeout),this._refreshTimeout=null),e.expires&&(this._clientID=e.client,this._refreshTimeout=setTimeout((function(){return t._refresh()}),this._getTTLMilliseconds(e.ttl)))}},{key:"_newXHRID",value:function(){return this._xhrID++,this._xhrID}},{key:"_subRefresh",value:function(e){var t=this;if(this._debug("refresh subscription token for channel",e),void 0!==this._subRefreshTimeouts[e]){this._clearSubRefreshTimeout(e);var n=this._clientID,r=this._newXHRID(),o=function(o){if(r in t._xhrs&&delete t._xhrs[r],!o.error&&200===o.status&&t._clientID===n){var i={};if(o.data.channels)for(var a in o.data.channels){var s=o.data.channels[a];s.channel&&(i[s.channel]=s.token)}var u=i[e];if(u){var c={method:t._methodType.SUB_REFRESH,params:{channel:e,token:u}};null!==t._getSub(e)&&t._call(c).then((function(n){t._subRefreshResponse(e,t._decoder.decodeCommandResult(t._methodType.SUB_REFRESH,n.result)),n.next&&n.next()}),(function(n){t._subRefreshError(e,n.error),n.next&&n.next()}))}}},i={client:this._clientID,channels:[e]};if(null!==this._config.onPrivateSubscribe)this._config.onPrivateSubscribe({data:i},o);else{var a=this._ajax(this._config.subscribeEndpoint,this._config.subscribeParams,this._config.subscribeHeaders,i,o);this._xhrs[r]=a}}}},{key:"_clearSubRefreshTimeout",value:function(e){void 0!==this._subRefreshTimeouts[e]&&(clearTimeout(this._subRefreshTimeouts[e]),delete this._subRefreshTimeouts[e])}},{key:"_subRefreshError",value:function(e,t){var n=this;if(this._debug("subscription refresh error",e,t),this._clearSubRefreshTimeout(e),null!==this._getSub(e)){var r=Math.round(1e3*Math.random()),o=setTimeout((function(){return n._subRefresh(e)}),this._config.subRefreshInterval+r);this._subRefreshTimeouts[e]=o}}},{key:"_subRefreshResponse",value:function(e,t){var n=this;if(this._debug("subscription refresh success",e),this._clearSubRefreshTimeout(e),null!==this._getSub(e)&&!0===t.expires){var r=setTimeout((function(){return n._subRefresh(e)}),this._getTTLMilliseconds(t.ttl));this._subRefreshTimeouts[e]=r}}},{key:"_subscribe",value:function(e,t){var n=this;this._debug("subscribing on",e.channel);var r=e.channel;if(r in this._subs||(this._subs[r]=e),this.isConnected()){e._setSubscribing(t);var o={method:this._methodType.SUBSCRIBE,params:{channel:r}};if((0,a.startsWith)(r,this._config.privateChannelPrefix))this._isSubscribeBatching?this._privateChannels[r]=!0:(this.startSubscribeBatching(),this._subscribe(e),this.stopSubscribeBatching());else{var i=e._needRecover();if(!0===i){o.params.recover=!0;var s=this._getLastSeq(r),u=this._getLastGen(r);if(s||u)s&&(o.params.seq=s),u&&(o.params.gen=u);else{var c=this._getLastOffset(r);c&&(o.params.offset=c)}var l=this._getLastEpoch(r);l&&(o.params.epoch=l)}this._call(o).then((function(e){n._subscribeResponse(r,i,n._decoder.decodeCommandResult(n._methodType.SUBSCRIBE,e.result)),e.next&&e.next()}),(function(e){n._subscribeError(r,e.error),e.next&&e.next()}))}}else e._setNew()}},{key:"_unsubscribe",value:function(e){delete this._subs[e.channel],delete this._lastOffset[e.channel],delete this._lastSeq[e.channel],delete this._lastGen[e.channel],this.isConnected()&&this._addMessage({method:this._methodType.UNSUBSCRIBE,params:{channel:e.channel}})}},{key:"_getTTLMilliseconds",value:function(e){return Math.min(1e3*e,2147483647)}},{key:"getSub",value:function(e){return this._getSub(e)}},{key:"_getSub",value:function(e){var t=this._subs[e];return t||null}},{key:"_isServerSub",value:function(e){return void 0!==this._serverSubs[e]}},{key:"_connectResponse",value:function(e,t){var n=this,r=this._reconnecting;if(this._reconnecting=!1,this._resetRetry(),this._refreshRequired=!1,!this.isConnected()){for(var o in null!==this._latencyStart&&(this._latency=(new Date).getTime()-this._latencyStart.getTime(),this._latencyStart=null),this._clientID=e.client,this._setStatus("connected"),this._refreshTimeout&&clearTimeout(this._refreshTimeout),e.expires&&(this._refreshTimeout=setTimeout((function(){return n._refresh()}),this._getTTLMilliseconds(e.ttl))),this.startBatching(),this.startSubscribeBatching(),this._subs)if(this._subs.hasOwnProperty(o)){var i=this._subs[o];i._shouldResubscribe()&&this._subscribe(i,r)}this.stopSubscribeBatching(),this.stopBatching(),this._startPing();var a={client:e.client,transport:this._transportName,latency:this._latency};e.data&&(a.data=e.data),this.emit("connect",a),e.subs&&this._processServerSubs(e.subs)}}},{key:"_processServerSubs",value:function(e){for(var t in e)if(e.hasOwnProperty(t)){var n=e[t],r={channel:t,isResubscribe:void 0!==this._serverSubs[t]};r=this._expandSubscribeContext(r,n),this.emit("subscribe",r)}for(var o in e)if(e.hasOwnProperty(o)){var i=e[o];if(i.recovered){var a=i.publications;if(a&&a.length>0)for(var s in a.length>1&&(!a[0].offset||a[0].offset>a[1].offset)&&(a=a.reverse()),a)a.hasOwnProperty(s)&&this._handlePublication(o,a[s])}this._serverSubs[o]={seq:i.seq,gen:i.gen,offset:i.offset,epoch:i.epoch,recoverable:i.recoverable}}}},{key:"_stopPing",value:function(){null!==this._pongTimeout&&(clearTimeout(this._pongTimeout),this._pongTimeout=null),null!==this._pingTimeout&&(clearTimeout(this._pingTimeout),this._pingTimeout=null)}},{key:"_startPing",value:function(){var e=this;!0!==this._config.ping||this._config.pingInterval<=0||this.isConnected()&&(this._pingTimeout=setTimeout((function(){e.isConnected()?(e.ping(),e._pongTimeout=setTimeout((function(){e._disconnect("no ping",!0)}),e._config.pongWaitTimeout)):e._stopPing()}),this._config.pingInterval))}},{key:"_restartPing",value:function(){this._stopPing(),this._startPing()}},{key:"_subscribeError",value:function(e,t){var n=this._getSub(e);n&&n._isSubscribing()&&(0!==t.code||t.message!==h?n._setSubscribeError(t):this._disconnect("timeout",!0))}},{key:"_expandSubscribeContext",value:function(e,t){var n=!1;"recovered"in t&&(n=t.recovered),e.recovered=n;var r=!1;"positioned"in t&&(r=t.positioned);var o="";"epoch"in t&&(o=t.epoch);var i=0;return"offset"in t&&(i=t.offset),r&&(e.streamPosition={offset:i,epoch:o}),t.data&&(e.data=t.data),e}},{key:"_subscribeResponse",value:function(e,t,n){var r=this,o=this._getSub(e);if(o&&o._isSubscribing()){o._setSubscribeSuccess(n);var i=n.publications;if(i&&i.length>0)for(var a in i.length>=2&&!i[0].offset&&!i[1].offset&&(i=i.reverse()),i)i.hasOwnProperty(a)&&this._handlePublication(e,i[a]);if(!n.recoverable||t&&n.recovered||(this._lastSeq[e]=n.seq||0,this._lastGen[e]=n.gen||0,this._lastOffset[e]=n.offset||0),this._lastEpoch[e]=n.epoch||"",n.recoverable&&(o._recoverable=!0),!0===n.expires){var s=setTimeout((function(){return r._subRefresh(e)}),this._getTTLMilliseconds(n.ttl));this._subRefreshTimeouts[e]=s}}}},{key:"_handleReply",value:function(e,t){var n=e.id,r=e.result;if(n in this._callbacks){var o=this._callbacks[n];if(clearTimeout(this._callbacks[n].timeout),delete this._callbacks[n],(0,a.errorExists)(e)){var i=o.errback;if(!i)return void t();i({error:e.error,next:t})}else{var s=o.callback;if(!s)return;s({result:r,next:t})}}else t()}},{key:"_handleJoin",value:function(e,t){var n={info:t.info},r=this._getSub(e);r?r.emit("join",n):this._isServerSub(e)&&(n.channel=e,this.emit("join",n))}},{key:"_handleLeave",value:function(e,t){var n={info:t.info},r=this._getSub(e);r?r.emit("leave",n):this._isServerSub(e)&&(n.channel=e,this.emit("leave",n))}},{key:"_handleUnsub",value:function(e,t){var n={},r=this._getSub(e);r?(r.unsubscribe(),!0===t.resubscribe&&r.subscribe()):this._isServerSub(e)&&(delete this._serverSubs[e],n.channel=e,this.emit("unsubscribe",n))}},{key:"_handleSub",value:function(e,t){this._serverSubs[e]={seq:t.seq,gen:t.gen,offset:t.offset,epoch:t.epoch,recoverable:t.recoverable};var n={channel:e,isResubscribe:!1};n=this._expandSubscribeContext(n,t),this.emit("subscribe",n)}},{key:"_handlePublication",value:function(e,t){var n=this._getSub(e),r={data:t.data,seq:t.seq,gen:t.gen,offset:t.offset};t.info&&(r.info=t.info),n?(void 0!==t.seq&&(this._lastSeq[e]=t.seq),void 0!==t.gen&&(this._lastGen[e]=t.gen),void 0!==t.offset&&(this._lastOffset[e]=t.offset),n.emit("publish",r)):this._isServerSub(e)&&(void 0!==t.seq&&(this._serverSubs[e].seq=t.seq),void 0!==t.gen&&(this._serverSubs[e].gen=t.gen),void 0!==t.offset&&(this._serverSubs[e].offset=t.offset),r.channel=e,this.emit("publish",r))}},{key:"_handleMessage",value:function(e){this.emit("message",e.data)}},{key:"_handlePush",value:function(e,t){var n=this._decoder.decodePush(e),r=0;"type"in n&&(r=n.type);var o=n.channel;if(r===this._pushType.PUBLICATION){var i=this._decoder.decodePushData(this._pushType.PUBLICATION,n.data);this._handlePublication(o,i)}else if(r===this._pushType.MESSAGE){var a=this._decoder.decodePushData(this._pushType.MESSAGE,n.data);this._handleMessage(a)}else if(r===this._pushType.JOIN){var s=this._decoder.decodePushData(this._pushType.JOIN,n.data);this._handleJoin(o,s)}else if(r===this._pushType.LEAVE){var u=this._decoder.decodePushData(this._pushType.LEAVE,n.data);this._handleLeave(o,u)}else if(r===this._pushType.UNSUBSCRIBE){var c=this._decoder.decodePushData(this._pushType.UNSUBSCRIBE,n.data);this._handleUnsub(o,c)}else if(r===this._pushType.SUBSCRIBE){var l=this._decoder.decodePushData(this._pushType.UNSUBSCRIBE,n.data);this._handleSub(o,l)}t()}},{key:"_flush",value:function(){var e=this._messages.slice(0);this._messages=[],this._transportSend(e)}},{key:"_ping",value:function(){var e=this,t={method:this._methodType.PING};this._call(t).then((function(t){e._pingResponse(e._decoder.decodeCommandResult(e._methodType.PING,t.result)),t.next&&t.next()}),(function(t){e._debug("ping error",t.error),t.next&&t.next()}))}},{key:"_pingResponse",value:function(e){this.isConnected()&&(this._stopPing(),this._startPing())}},{key:"_getLastSeq",value:function(e){var t=this._lastSeq[e];return t||0}},{key:"_getLastOffset",value:function(e){var t=this._lastOffset[e];return t||0}},{key:"_getLastGen",value:function(e){var t=this._lastGen[e];return t||0}},{key:"_getLastEpoch",value:function(e){var t=this._lastEpoch[e];return t||""}},{key:"_createErrorObject",value:function(e,t){return{message:e,code:t||0}}},{key:"_registerCall",value:function(e,t,n){var r=this;this._callbacks[e]={callback:t,errback:n,timeout:null},this._callbacks[e].timeout=setTimeout((function(){delete r._callbacks[e],(0,a.isFunction)(n)&&n({error:r._createErrorObject(h)})}),this._config.timeout)}},{key:"_addMessage",value:function(e){var t=this._nextMessageId();return e.id=t,!0===this._isBatching?this._messages.push(e):this._transportSend([e]),t}},{key:"isConnected",value:function(){return this._isConnected()}},{key:"connect",value:function(){this._connect()}},{key:"disconnect",value:function(){this._disconnect("client",!1)}},{key:"ping",value:function(){return this._ping()}},{key:"startBatching",value:function(){this._isBatching=!0}},{key:"stopBatching",value:function(){this._isBatching=!1,this._flush()}},{key:"startSubscribeBatching",value:function(){this._isSubscribeBatching=!0}},{key:"stopSubscribeBatching",value:function(){var e=this;this._isSubscribeBatching=!1;var t=this._privateChannels;this._privateChannels={};var n=[];for(var r in t)if(t.hasOwnProperty(r)){if(!this._getSub(r))continue;n.push(r)}if(0!==n.length){var o={client:this._clientID,channels:n},i=this._clientID,a=this._newXHRID(),s=function(t){if(a in e._xhrs&&delete e._xhrs[a],e._clientID===i)if(t.error||200!==t.status){for(var r in e._debug("authorization request failed"),n)if(n.hasOwnProperty(r)){var o=n[r];e._subscribeError(o,e._createErrorObject("authorization request failed"))}}else{var s={};if(t.data.channels)for(var u in t.data.channels){var c=t.data.channels[u];c.channel&&(s[c.channel]=c.token)}var l=!1;for(var d in e._isBatching||(e.startBatching(),l=!0),n)!n.hasOwnProperty(d)||function(){var t=n[d],r=s[t];if(!r)return e._subscribeError(t,e._createErrorObject("permission denied",103)),"continue";var o={method:e._methodType.SUBSCRIBE,params:{channel:t,token:r}},i=e._getSub(t);if(null===i)return"continue";var a=i._needRecover();if(!0===a){o.params.recover=!0;var u=e._getLastSeq(t),c=e._getLastGen(t);if(u||c)u&&(o.params.seq=u),c&&(o.params.gen=c);else{var l=e._getLastOffset(t);l&&(o.params.offset=l)}var f=e._getLastEpoch(t);f&&(o.params.epoch=f)}e._call(o).then((function(n){e._subscribeResponse(t,a,e._decoder.decodeCommandResult(e._methodType.SUBSCRIBE,n.result)),n.next&&n.next()}),(function(n){e._subscribeError(t,n.error),n.next&&n.next()}))}();l&&e.stopBatching()}};if(null!==this._config.onPrivateSubscribe)this._config.onPrivateSubscribe({data:o},s);else{var u=this._ajax(this._config.subscribeEndpoint,this._config.subscribeParams,this._config.subscribeHeaders,o,s);this._xhrs[a]=u}}else this._debug("no private channels found, no need to make request")}},{key:"_setSubscribeSince",value:function(e,t){this._lastOffset[e.channel]=t.offset,this._lastEpoch[e.channel]=t.epoch,e._setNeedRecover(!0)}},{key:"subscribe",value:function(e,t,n){var r=this._getSub(e);if(null!==r)return r._setEvents(t),r._isUnsubscribed()&&r.subscribe(),r;var i=new o.default(this,e,t);return this._subs[e]=i,n&&n.since&&this._setSubscribeSince(i,n.since),i.subscribe(),i}}])&&c(t.prototype,r),s&&c(t,s),p}(r.default);t.Centrifuge=v},579:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(382).Centrifuge;t.default=r,e.exports=t.default},147:function(e,t){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function o(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}Object.defineProperty(t,"__esModule",{value:!0}),t.JsonDecoder=t.JsonEncoder=t.JsonPushType=t.JsonMethodType=void 0,t.JsonMethodType={CONNECT:0,SUBSCRIBE:1,UNSUBSCRIBE:2,PUBLISH:3,PRESENCE:4,PRESENCE_STATS:5,HISTORY:6,PING:7,SEND:8,RPC:9,REFRESH:10,SUB_REFRESH:11},t.JsonPushType={PUBLICATION:0,JOIN:1,LEAVE:2,UNSUBSCRIBE:3,MESSAGE:4,SUBSCRIBE:5};var i=function(){function e(){n(this,e)}return o(e,[{key:"encodeCommands",value:function(e){return e.map((function(e){return JSON.stringify(e)})).join("\n")}}]),e}();t.JsonEncoder=i;var a=function(){function e(){n(this,e)}return o(e,[{key:"decodeReplies",value:function(e){return e.split("\n").filter((function(e){return""!==e})).map((function(e){return JSON.parse(e)}))}},{key:"decodeCommandResult",value:function(e,t){return t}},{key:"decodePush",value:function(e){return e}},{key:"decodePushData",value:function(e,t){return t}}]),e}();t.JsonDecoder=a},471:function(e,t,n){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o,i=(o=n(187))&&o.__esModule?o:{default:o},a=n(853);function s(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e,t){return(u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=d(e);if(t){var o=d(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return l(this,n)}}function l(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var f=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&u(e,t)}(i,e);var t,n,r,o=c(i);function i(e,t,n){var r;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),(r=o.call(this)).channel=t,r._centrifuge=e,r._status=0,r._error=null,r._isResubscribe=!1,r._ready=!1,r._subscriptionPromise=null,r._noResubscribe=!1,r._recoverable=!1,r._recover=!1,r._setEvents(n),r._initializePromise(),r._promises={},r._promiseId=0,r.on("error",(function(e){this._centrifuge._debug("subscription error",e)})),r}return t=i,(n=[{key:"_nextPromiseId",value:function(){return++this._promiseId}},{key:"_initializePromise",value:function(){var e=this;this._ready=!1,this._subscriptionPromise=new Promise((function(t,n){e._resolve=function(n){e._ready=!0,t(n)},e._reject=function(t){e._ready=!0,n(t)}})).then((function(){}),(function(){}))}},{key:"_setNeedRecover",value:function(e){this._recoverable=e,this._recover=e}},{key:"_needRecover",value:function(){return!0===this._recoverable&&!0===this._recover}},{key:"_setEvents",value:function(e){if(e)if((0,a.isFunction)(e))this.on("publish",e);else if(Object.prototype.toString.call(e)===Object.prototype.toString.call({}))for(var t=["publish","join","leave","unsubscribe","subscribe","error"],n=0,r=t.length;n<r;n++){var o=t[n];o in e&&this.on(o,e[o])}}},{key:"_isNew",value:function(){return 0===this._status}},{key:"_isUnsubscribed",value:function(){return 4===this._status}},{key:"_isSubscribing",value:function(){return 1===this._status}},{key:"_isReady",value:function(){return 2===this._status||3===this._status}},{key:"_isSuccess",value:function(){return 2===this._status}},{key:"_isError",value:function(){return 3===this._status}},{key:"_setNew",value:function(){this._status=0}},{key:"_setSubscribing",value:function(e){this._isResubscribe=e||!1,!0===this._ready&&this._initializePromise(),this._status=1}},{key:"_setSubscribeSuccess",value:function(e){if(2!==this._status){this._status=2;var t=this._getSubscribeSuccessContext(e);for(var n in this._recover=!1,this.emit("subscribe",t),this._resolve(t),this._promises)clearTimeout(this._promises[n].timeout),this._promises[n].resolve(),delete this._promises[n]}}},{key:"_setSubscribeError",value:function(e){if(3!==this._status){this._status=3,this._error=e;var t=this._getSubscribeErrorContext();for(var n in this.emit("error",t),this._reject(t),this._promises)clearTimeout(this._promises[n].timeout),this._promises[n].reject(e),delete this._promises[n]}}},{key:"_triggerUnsubscribe",value:function(){this.emit("unsubscribe",{channel:this.channel})}},{key:"_setUnsubscribed",value:function(e){if(this._centrifuge._clearSubRefreshTimeout(this.channel),4!==this._status){var t=2===this._status;this._status=4,!0===e&&(this._recover=!1,this._noResubscribe=!0,delete this._centrifuge._lastSeq[this.channel],delete this._centrifuge._lastGen[this.channel],delete this._centrifuge._lastEpoch[this.channel]),t&&this._triggerUnsubscribe()}}},{key:"_shouldResubscribe",value:function(){return!this._noResubscribe}},{key:"_getSubscribeSuccessContext",value:function(e){var t={channel:this.channel,isResubscribe:this._isResubscribe};return e&&(t=this._centrifuge._expandSubscribeContext(t,e)),t}},{key:"_getSubscribeErrorContext",value:function(){var e=this._error;return e.channel=this.channel,e.isResubscribe=this._isResubscribe,e}},{key:"ready",value:function(e,t){this._ready&&(this._isSuccess()?e(this._getSubscribeSuccessContext()):t(this._getSubscribeErrorContext()))}},{key:"subscribe",value:function(e){2!==this._status&&(this._noResubscribe=!1,e&&e.since&&this._centrifuge._setSubscribeSince(this,e.since),this._centrifuge._subscribe(this))}},{key:"unsubscribe",value:function(){this._setUnsubscribed(!0),this._centrifuge._unsubscribe(this)}},{key:"_methodCall",value:function(){var e=this;return this._isSuccess()?Promise.resolve():this._isError()?Promise.reject(this._error):new Promise((function(t,n){var r=setTimeout((function(){n({code:0,message:"timeout"})}),e._centrifuge._config.timeout);e._promises[e._nextPromiseId()]={timeout:r,resolve:t,reject:n}}))}},{key:"publish",value:function(e){var t=this;return this._methodCall().then((function(){return t._centrifuge.publish(t.channel,e)}))}},{key:"presence",value:function(){var e=this;return this._methodCall().then((function(){return e._centrifuge.presence(e.channel)}))}},{key:"presenceStats",value:function(){var e=this;return this._methodCall().then((function(){return e._centrifuge.presenceStats(e.channel)}))}},{key:"history",value:function(e){var t=this;return this._methodCall().then((function(){return t._centrifuge.history(t.channel,e)}))}}])&&s(t.prototype,n),r&&s(t,r),i}(i.default);t.default=f,e.exports=t.default},853:function(e,t,n){function r(e){return null!=e&&"function"==typeof e}Object.defineProperty(t,"__esModule",{value:!0}),t.startsWith=function(e,t){return 0===e.lastIndexOf(t,0)},t.isFunction=r,t.log=function(e,t){if(n.g.console){var o=n.g.console[e];r(o)&&o.apply(n.g.console,t)}},t.backoff=function(e,t,n){var r=.5*Math.random(),o=Math.min(n,t*Math.pow(2,e+1));return Math.floor((1-r)*o)},t.errorExists=function(e){return"error"in e&&null!==e.error},t.extend=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}},187:function(e){var t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var o=Number.isNaN||function(e){return e!=e};function i(){i.init.call(this)}e.exports=i,e.exports.once=function(e,t){return new Promise((function(n,r){function o(n){e.removeListener(t,i),r(n)}function i(){"function"==typeof e.removeListener&&e.removeListener("error",o),n([].slice.call(arguments))}m(e,t,i,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&m(e,"error",t,n)}(e,o,{once:!0})}))},i.EventEmitter=i,i.prototype._events=void 0,i.prototype._eventsCount=0,i.prototype._maxListeners=void 0;var a=10;function s(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function u(e){return void 0===e._maxListeners?i.defaultMaxListeners:e._maxListeners}function c(e,t,n,r){var o,i,a;if(s(n),void 0===(i=e._events)?(i=e._events=Object.create(null),e._eventsCount=0):(void 0!==i.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),i=e._events),a=i[t]),void 0===a)a=i[t]=n,++e._eventsCount;else if("function"==typeof a?a=i[t]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(o=u(e))>0&&a.length>o&&!a.warned){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=a.length,function(e){console&&console.warn&&console.warn(e)}(c)}return e}function l(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=l.bind(r);return o.listener=n,r.wrapFn=o,o}function f(e,t,n){var r=e._events;if(void 0===r)return[];var o=r[t];return void 0===o?[]:"function"==typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):h(o,o.length)}function p(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function h(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function m(e,t,n,r){if("function"==typeof e.on)r.once?e.once(t,n):e.on(t,n);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function o(i){r.once&&e.removeEventListener(t,o),n(i)}))}}Object.defineProperty(i,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||o(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),i.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},i.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||o(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},i.prototype.getMaxListeners=function(){return u(this)},i.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var o="error"===e,i=this._events;if(void 0!==i)o=o&&void 0===i.error;else if(!o)return!1;if(o){var a;if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var u=i[e];if(void 0===u)return!1;if("function"==typeof u)r(u,this,t);else{var c=u.length,l=h(u,c);for(n=0;n<c;++n)r(l[n],this,t)}return!0},i.prototype.addListener=function(e,t){return c(this,e,t,!1)},i.prototype.on=i.prototype.addListener,i.prototype.prependListener=function(e,t){return c(this,e,t,!0)},i.prototype.once=function(e,t){return s(t),this.on(e,d(this,e,t)),this},i.prototype.prependOnceListener=function(e,t){return s(t),this.prependListener(e,d(this,e,t)),this},i.prototype.removeListener=function(e,t){var n,r,o,i,a;if(s(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(o=-1,i=n.length-1;i>=0;i--)if(n[i]===t||n[i].listener===t){a=n[i].listener,o=i;break}if(o<0)return this;0===o?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,o),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,a||t)}return this},i.prototype.off=i.prototype.removeListener,i.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var o,i=Object.keys(n);for(r=0;r<i.length;++r)"removeListener"!==(o=i[r])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},i.prototype.listeners=function(e){return f(this,e,!0)},i.prototype.rawListeners=function(e){return f(this,e,!1)},i.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},i.prototype.listenerCount=p,i.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}return n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n(579)}()),t_=function(e,t){return(t_=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function n_(e,t){function n(){this.constructor=e}t_(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var r_=function(){return(r_=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function o_(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}function i_(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(o_(arguments[t]));return e}var a_=new RegExp("^[ \\t]*([0-9a-f]{32})?-?([0-9a-f]{16})?-?([01])?[ \\t]*$");function s_(e){var t=jt().getClient(),n=e||t&&t.getOptions();return!!n&&("tracesSampleRate"in n||"tracesSampler"in n)}function u_(e){var t=(e||jt()).getScope();return t&&t.getTransaction()}function c_(e){return e/1e3}function l_(){var e=u_();if(e){var t="internal_error";Ae.log("[Tracing] Transaction: "+t+" -> Global error occured"),e.setStatus(t)}}var d_=["heartbeatFailed","idleTimeout","documentHidden"],f_=function(){function e(e){void 0===e&&(e=1e3),this.spans=[],this._maxlen=e}return e.prototype.add=function(e){this.spans.length>this._maxlen?e.spanRecorder=void 0:this.spans.push(e)},e}();var p_=function(e){function t(t,n){var r=e.call(this,t)||this;return r._measurements={},r._hub=jt(),le(n,Pt)&&(r._hub=n),r.name=t.name||"",r.metadata=t.metadata||{},r._trimEnd=t.trimEnd,r.transaction=r,r}return n_(t,e),t.prototype.setName=function(e){this.name=e},t.prototype.initSpanRecorder=function(e){void 0===e&&(e=1e3),this.spanRecorder||(this.spanRecorder=new f_(e)),this.spanRecorder.add(this)},t.prototype.setMeasurements=function(e){this._measurements=r_({},e)},t.prototype.setMetadata=function(e){this.metadata=r_(r_({},this.metadata),e)},t.prototype.finish=function(t){var n=this;if(void 0===this.endTimestamp){if(this.name||(Ae.warn("Transaction has no name, falling back to `<unlabeled transaction>`."),this.name="<unlabeled transaction>"),e.prototype.finish.call(this,t),!0===this.sampled){var r=this.spanRecorder?this.spanRecorder.spans.filter((function(e){return e!==n&&e.endTimestamp})):[];this._trimEnd&&r.length>0&&(this.endTimestamp=r.reduce((function(e,t){return e.endTimestamp&&t.endTimestamp?e.endTimestamp>t.endTimestamp?e:t:e})).endTimestamp);var o={contexts:{trace:this.getTraceContext()},spans:r,start_timestamp:this.startTimestamp,tags:this.tags,timestamp:this.endTimestamp,transaction:this.name,type:"transaction",sdkProcessingMetadata:this.metadata};return Object.keys(this._measurements).length>0&&(Ae.log("[Measurements] Adding measurements to transaction",JSON.stringify(this._measurements,void 0,2)),o.measurements=this._measurements),Ae.log("[Tracing] Finishing "+this.op+" transaction: "+this.name+"."),this._hub.captureEvent(o)}Ae.log("[Tracing] Discarding transaction because its trace was not chosen to be sampled.");var i=this._hub.getClient(),a=i&&i.getTransport&&i.getTransport();a&&a.recordLostEvent&&a.recordLostEvent("sample_rate","transaction")}},t.prototype.toContext=function(){var t=e.prototype.toContext.call(this);return Ge(r_(r_({},t),{name:this.name,trimEnd:this._trimEnd}))},t.prototype.updateWithContext=function(t){var n;return e.prototype.updateWithContext.call(this,t),this.name=null!=(n=t.name)?n:"",this._trimEnd=t.trimEnd,this},t}(function(){function e(e){if(this.traceId=ct(),this.spanId=ct().substring(16),this.startTimestamp=kt(),this.tags={},this.data={},!e)return this;e.traceId&&(this.traceId=e.traceId),e.spanId&&(this.spanId=e.spanId),e.parentSpanId&&(this.parentSpanId=e.parentSpanId),"sampled"in e&&(this.sampled=e.sampled),e.op&&(this.op=e.op),e.description&&(this.description=e.description),e.data&&(this.data=e.data),e.tags&&(this.tags=e.tags),e.status&&(this.status=e.status),e.startTimestamp&&(this.startTimestamp=e.startTimestamp),e.endTimestamp&&(this.endTimestamp=e.endTimestamp)}return e.prototype.child=function(e){return this.startChild(e)},e.prototype.startChild=function(t){var n=new e(r_(r_({},t),{parentSpanId:this.spanId,sampled:this.sampled,traceId:this.traceId}));return n.spanRecorder=this.spanRecorder,n.spanRecorder&&n.spanRecorder.add(n),n.transaction=this.transaction,n},e.prototype.setTag=function(e,t){var n;return this.tags=r_(r_({},this.tags),((n={})[e]=t,n)),this},e.prototype.setData=function(e,t){var n;return this.data=r_(r_({},this.data),((n={})[e]=t,n)),this},e.prototype.setStatus=function(e){return this.status=e,this},e.prototype.setHttpStatus=function(e){this.setTag("http.status_code",String(e));var t=function(e){if(e<400&&e>=100)return"ok";if(e>=400&&e<500)switch(e){case 401:return"unauthenticated";case 403:return"permission_denied";case 404:return"not_found";case 409:return"already_exists";case 413:return"failed_precondition";case 429:return"resource_exhausted";default:return"invalid_argument"}if(e>=500&&e<600)switch(e){case 501:return"unimplemented";case 503:return"unavailable";case 504:return"deadline_exceeded";default:return"internal_error"}return"unknown_error"}(e);return"unknown_error"!==t&&this.setStatus(t),this},e.prototype.isSuccess=function(){return"ok"===this.status},e.prototype.finish=function(e){this.endTimestamp="number"==typeof e?e:kt()},e.prototype.toTraceparent=function(){var e="";return void 0!==this.sampled&&(e=this.sampled?"-1":"-0"),this.traceId+"-"+this.spanId+e},e.prototype.toContext=function(){return Ge({data:this.data,description:this.description,endTimestamp:this.endTimestamp,op:this.op,parentSpanId:this.parentSpanId,sampled:this.sampled,spanId:this.spanId,startTimestamp:this.startTimestamp,status:this.status,tags:this.tags,traceId:this.traceId})},e.prototype.updateWithContext=function(e){var t,n,r,o,i;return this.data=null!=(t=e.data)?t:{},this.description=e.description,this.endTimestamp=e.endTimestamp,this.op=e.op,this.parentSpanId=e.parentSpanId,this.sampled=e.sampled,this.spanId=null!=(n=e.spanId)?n:this.spanId,this.startTimestamp=null!=(r=e.startTimestamp)?r:this.startTimestamp,this.status=e.status,this.tags=null!=(o=e.tags)?o:{},this.traceId=null!=(i=e.traceId)?i:this.traceId,this},e.prototype.getTraceContext=function(){return Ge({data:Object.keys(this.data).length>0?this.data:void 0,description:this.description,op:this.op,parent_span_id:this.parentSpanId,span_id:this.spanId,status:this.status,tags:Object.keys(this.tags).length>0?this.tags:void 0,trace_id:this.traceId})},e.prototype.toJSON=function(){return Ge({data:Object.keys(this.data).length>0?this.data:void 0,description:this.description,op:this.op,parent_span_id:this.parentSpanId,span_id:this.spanId,start_timestamp:this.startTimestamp,status:this.status,tags:Object.keys(this.tags).length>0?this.tags:void 0,timestamp:this.endTimestamp,trace_id:this.traceId})},e}()),h_=function(e){function t(t,n,r,o){void 0===r&&(r="");var i=e.call(this,o)||this;return i._pushActivity=t,i._popActivity=n,i.transactionSpanId=r,i}return n_(t,e),t.prototype.add=function(t){var n=this;t.spanId!==this.transactionSpanId&&(t.finish=function(e){t.endTimestamp="number"==typeof e?e:kt(),n._popActivity(t.spanId)},void 0===t.endTimestamp&&this._pushActivity(t.spanId)),e.prototype.add.call(this,t)},t}(f_),m_=function(e){function t(t,n,r,o){void 0===r&&(r=1e3),void 0===o&&(o=!1);var i=e.call(this,t,n)||this;return i._idleHub=n,i._idleTimeout=r,i._onScope=o,i.activities={},i._heartbeatCounter=0,i._finished=!1,i._beforeFinishCallbacks=[],n&&o&&(v_(n),Ae.log("Setting idle transaction on scope. Span ID: "+i.spanId),n.configureScope((function(e){return e.setSpan(i)}))),i._initTimeout=setTimeout((function(){i._finished||i.finish()}),i._idleTimeout),i}return n_(t,e),t.prototype.finish=function(t){var n,r,o=this;if(void 0===t&&(t=kt()),this._finished=!0,this.activities={},this.spanRecorder){Ae.log("[Tracing] finishing IdleTransaction",new Date(1e3*t).toISOString(),this.op);try{for(var i=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(this._beforeFinishCallbacks),a=i.next();!a.done;a=i.next()){(0,a.value)(this,t)}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}this.spanRecorder.spans=this.spanRecorder.spans.filter((function(e){if(e.spanId===o.spanId)return!0;e.endTimestamp||(e.endTimestamp=t,e.setStatus("cancelled"),Ae.log("[Tracing] cancelling span since transaction ended early",JSON.stringify(e,void 0,2)));var n=e.startTimestamp<t;return n||Ae.log("[Tracing] discarding Span since it happened after Transaction was finished",JSON.stringify(e,void 0,2)),n})),Ae.log("[Tracing] flushing IdleTransaction")}else Ae.log("[Tracing] No active IdleTransaction");return this._onScope&&v_(this._idleHub),e.prototype.finish.call(this,t)},t.prototype.registerBeforeFinishCallback=function(e){this._beforeFinishCallbacks.push(e)},t.prototype.initSpanRecorder=function(e){var t=this;if(!this.spanRecorder){this.spanRecorder=new h_((function(e){t._finished||t._pushActivity(e)}),(function(e){t._finished||t._popActivity(e)}),this.spanId,e),Ae.log("Starting heartbeat"),this._pingHeartbeat()}this.spanRecorder.add(this)},t.prototype._pushActivity=function(e){this._initTimeout&&(clearTimeout(this._initTimeout),this._initTimeout=void 0),Ae.log("[Tracing] pushActivity: "+e),this.activities[e]=!0,Ae.log("[Tracing] new activities count",Object.keys(this.activities).length)},t.prototype._popActivity=function(e){var t=this;if(this.activities[e]&&(Ae.log("[Tracing] popActivity "+e),delete this.activities[e],Ae.log("[Tracing] new activities count",Object.keys(this.activities).length)),0===Object.keys(this.activities).length){var n=this._idleTimeout,r=kt()+n/1e3;setTimeout((function(){t._finished||(t.setTag("finishReason",d_[1]),t.finish(r))}),n)}},t.prototype._beat=function(){if(!this._finished){var e=Object.keys(this.activities).join("");e===this._prevHeartbeatString?this._heartbeatCounter+=1:this._heartbeatCounter=1,this._prevHeartbeatString=e,this._heartbeatCounter>=3?(Ae.log("[Tracing] Transaction finished because of no change for 3 heart beats"),this.setStatus("deadline_exceeded"),this.setTag("finishReason",d_[0]),this.finish()):this._pingHeartbeat()}},t.prototype._pingHeartbeat=function(){var e=this;Ae.log("pinging Heartbeat -> current counter: "+this._heartbeatCounter),setTimeout((function(){e._beat()}),5e3)},t}(p_);function v_(e){if(e){var t=e.getScope();if(t)t.getTransaction()&&t.setSpan(void 0)}}function g_(){var e=this.getScope();if(e){var t=e.getSpan();if(t)return{"sentry-trace":t.toTraceparent()}}return{}}function y_(e,t,n){return s_(t)?void 0!==e.sampled?(e.setMetadata({transactionSampling:{method:"explicitly_set"}}),e):("function"==typeof t.tracesSampler?(r=t.tracesSampler(n),e.setMetadata({transactionSampling:{method:"client_sampler",rate:Number(r)}})):void 0!==n.parentSampled?(r=n.parentSampled,e.setMetadata({transactionSampling:{method:"inheritance"}})):(r=t.tracesSampleRate,e.setMetadata({transactionSampling:{method:"client_rate",rate:Number(r)}})),function(e){if(isNaN(e)||"number"!=typeof e&&"boolean"!=typeof e)return Ae.warn("[Tracing] Given sample rate is invalid. Sample rate must be a boolean or a number between 0 and 1. Got "+JSON.stringify(e)+" of type "+JSON.stringify(typeof e)+"."),!1;if(e<0||e>1)return Ae.warn("[Tracing] Given sample rate is invalid. Sample rate must be between 0 and 1. Got "+e+"."),!1;return!0}(r)?r?(e.sampled=Math.random()<r,e.sampled?(Ae.log("[Tracing] starting "+e.op+" transaction - "+e.name),e):(Ae.log("[Tracing] Discarding transaction because it's not included in the random sample (sampling rate = "+Number(r)+")"),e)):(Ae.log("[Tracing] Discarding transaction because "+("function"==typeof t.tracesSampler?"tracesSampler returned 0 or false":"a negative sampling decision was inherited or tracesSampleRate is set to 0")),e.sampled=!1,e):(Ae.warn("[Tracing] Discarding transaction because of invalid sample rate."),e.sampled=!1,e)):(e.sampled=!1,e);var r}function b_(e,t){var n=this.getClient(),r=n&&n.getOptions()||{},o=new p_(e,this);return(o=y_(o,r,r_({parentSampled:e.parentSampled,transactionContext:e},t))).sampled&&o.initSpanRecorder(r._experiments&&r._experiments.maxSpans),o}function E_(){var e=It();if(e.__SENTRY__){var t={mongodb:function(){return new(J(module,"./integrations/node/mongo").Mongo)},mongoose:function(){return new(J(module,"./integrations/node/mongo").Mongo)({mongoose:!0})},mysql:function(){return new(J(module,"./integrations/node/mysql").Mysql)},pg:function(){return new(J(module,"./integrations/node/postgres").Postgres)}},n=Object.keys(t).filter((function(e){return!!function(e){var t;try{t=J(module,e)}catch(e){}try{var n=J(module,"process").cwd;t=J(module,n()+"/node_modules/"+e)}catch(e){}return t}(e)})).map((function(e){try{return t[e]()}catch(e){return}})).filter((function(e){return e}));n.length>0&&(e.__SENTRY__.integrations=i_(e.__SENTRY__.integrations||[],n))}}var w_=Q();var S_=function(e,t,n){var r;return function(o){t.value>=0&&(o||n)&&(t.delta=t.value-(r||0),(t.delta||void 0===r)&&(r=t.value,e(t)))}},x_=function(e,t){return{name:e,value:null!=t?t:-1,delta:0,entries:[],id:"v2-"+Date.now()+"-"+(Math.floor(8999999999999*Math.random())+1e12)}},O_=function(e,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){if("first-input"===e&&!("PerformanceEventTiming"in self))return;var n=new PerformanceObserver((function(e){return e.getEntries().map(t)}));return n.observe({type:e,buffered:!0}),n}}catch(e){}},C_=function(e,t){var n=function(r){"pagehide"!==r.type&&"hidden"!==Q().document.visibilityState||(e(r),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},k_=-1,T_=function(){return k_<0&&(k_="hidden"===Q().document.visibilityState?0:1/0,C_((function(e){var t=e.timeStamp;k_=t}),!0)),{get firstHiddenTime(){return k_}}},A_={},D_=Q(),N_=function(){function e(e){void 0===e&&(e=!1),this._reportAllChanges=e,this._measurements={},this._performanceCursor=0,!X()&&D_&&D_.performance&&D_.document&&(D_.performance.mark&&D_.performance.mark("sentry-tracing-init"),this._trackCLS(),this._trackLCP(),this._trackFID())}return e.prototype.addPerformanceEntries=function(e){var t=this;if(D_&&D_.performance&&D_.performance.getEntries&&Tt){Ae.log("[Tracing] Adding & adjusting spans using Performance API");var n,r,o=c_(Tt);if(D_.performance.getEntries().slice(this._performanceCursor).forEach((function(i){var a=c_(i.startTime),s=c_(i.duration);if(!("navigation"===e.op&&o+a<e.startTimestamp))switch(i.entryType){case"navigation":!function(e,t,n){["unloadEvent","redirect","domContentLoadedEvent","loadEvent","connect"].forEach((function(r){R_(e,t,r,n)})),R_(e,t,"secureConnection",n,"TLS/SSL","connectEnd"),R_(e,t,"fetch",n,"cache","domainLookupStart"),R_(e,t,"domainLookup",n,"DNS"),function(e,t,n){P_(e,{op:"browser",description:"request",startTimestamp:n+c_(t.requestStart),endTimestamp:n+c_(t.responseEnd)}),P_(e,{op:"browser",description:"response",startTimestamp:n+c_(t.responseStart),endTimestamp:n+c_(t.responseEnd)})}(e,t,n)}(e,i,o),n=o+c_(i.responseStart),r=o+c_(i.requestStart);break;case"mark":case"paint":case"measure":var u=function(e,t,n,r,o){var i=o+n,a=i+r;return P_(e,{description:t.name,endTimestamp:a,op:t.entryType,startTimestamp:i}),i}(e,i,a,s,o),c=T_(),l=i.startTime<c.firstHiddenTime;"first-paint"===i.name&&l&&(Ae.log("[Measurements] Adding FP"),t._measurements.fp={value:i.startTime},t._measurements["mark.fp"]={value:u}),"first-contentful-paint"===i.name&&l&&(Ae.log("[Measurements] Adding FCP"),t._measurements.fcp={value:i.startTime},t._measurements["mark.fcp"]={value:u});break;case"resource":var d=i.name.replace(D_.location.origin,"");!function(e,t,n,r,o,i){if("xmlhttprequest"===t.initiatorType||"fetch"===t.initiatorType)return;var a={};"transferSize"in t&&(a["Transfer Size"]=t.transferSize);"encodedBodySize"in t&&(a["Encoded Body Size"]=t.encodedBodySize);"decodedBodySize"in t&&(a["Decoded Body Size"]=t.decodedBodySize);var s=i+r;P_(e,{description:n,endTimestamp:s+o,op:t.initiatorType?"resource."+t.initiatorType:"resource",startTimestamp:s,data:a})}(e,i,d,a,s,o)}})),this._performanceCursor=Math.max(performance.getEntries().length-1,0),this._trackNavigator(e),"pageload"===e.op){var i=c_(Tt);"number"==typeof n&&(Ae.log("[Measurements] Adding TTFB"),this._measurements.ttfb={value:1e3*(n-e.startTimestamp)},"number"==typeof r&&r<=n&&(this._measurements["ttfb.requestTime"]={value:1e3*(n-r)})),["fcp","fp","lcp"].forEach((function(n){if(t._measurements[n]&&!(i>=e.startTimestamp)){var r=t._measurements[n].value,o=i+c_(r),a=Math.abs(1e3*(o-e.startTimestamp)),s=a-r;Ae.log("[Measurements] Normalized "+n+" from "+r+" to "+a+" ("+s+")"),t._measurements[n].value=a}})),this._measurements["mark.fid"]&&this._measurements.fid&&P_(e,{description:"first input delay",endTimestamp:this._measurements["mark.fid"].value+c_(this._measurements.fid.value),op:"web.vitals",startTimestamp:this._measurements["mark.fid"].value}),"fcp"in this._measurements||delete this._measurements.cls,e.setMeasurements(this._measurements),function(e,t,n){t&&(Ae.log("[Measurements] Adding LCP Data"),t.element&&e.setTag("lcp.element",de(t.element)),t.id&&e.setTag("lcp.id",t.id),t.url&&e.setTag("lcp.url",t.url.trim().slice(0,200)),e.setTag("lcp.size",t.size));n&&n.sources&&(Ae.log("[Measurements] Adding CLS Data"),n.sources.forEach((function(t,n){return e.setTag("cls.source."+(n+1),de(t.node))})))}(e,this._lcpEntry,this._clsEntry),e.setTag("sentry_reportAllChanges",this._reportAllChanges)}}},e.prototype._trackNavigator=function(e){var t=D_.navigator;if(t){var n=t.connection;n&&(n.effectiveType&&e.setTag("effectiveConnectionType",n.effectiveType),n.type&&e.setTag("connectionType",n.type),I_(n.rtt)&&(this._measurements["connection.rtt"]={value:n.rtt}),I_(n.downlink)&&(this._measurements["connection.downlink"]={value:n.downlink})),I_(t.deviceMemory)&&e.setTag("deviceMemory",String(t.deviceMemory)),I_(t.hardwareConcurrency)&&e.setTag("hardwareConcurrency",String(t.hardwareConcurrency))}},e.prototype._trackCLS=function(){var e,t,n,r,o,i,a,s,u=this;e=function(e){var t=e.entries.pop();t&&(Ae.log("[Measurements] Adding CLS"),u._measurements.cls={value:e.value},u._clsEntry=t)},r=x_("CLS",0),o=0,i=[],(s=O_("layout-shift",a=function(e){if(e&&!e.hadRecentInput){var t=i[0],a=i[i.length-1];o&&0!==i.length&&e.startTime-a.startTime<1e3&&e.startTime-t.startTime<5e3?(o+=e.value,i.push(e)):(o=e.value,i=[e]),o>r.value&&(r.value=o,r.entries=i,n&&n())}}))&&(n=S_(e,r,t),C_((function(){s.takeRecords().map(a),n(!0)})))},e.prototype._trackLCP=function(){var e=this;!function(e,t){var n,r=T_(),o=x_("LCP"),i=function(e){var t=e.startTime;t<r.firstHiddenTime&&(o.value=t,o.entries.push(e)),n&&n()},a=O_("largest-contentful-paint",i);if(a){n=S_(e,o,t);var s=function(){A_[o.id]||(a.takeRecords().map(i),a.disconnect(),A_[o.id]=!0,n(!0))};["keydown","click"].forEach((function(e){addEventListener(e,s,{once:!0,capture:!0})})),C_(s,!0)}}((function(t){var n=t.entries.pop();if(n){var r=c_(Tt),o=c_(n.startTime);Ae.log("[Measurements] Adding LCP"),e._measurements.lcp={value:t.value},e._measurements["mark.lcp"]={value:r+o},e._lcpEntry=n}}),this._reportAllChanges)},e.prototype._trackFID=function(){var e,t,n,r,o,i,a,s=this;e=function(e){var t=e.entries.pop();if(t){var n=c_(Tt),r=c_(t.startTime);Ae.log("[Measurements] Adding FID"),s._measurements.fid={value:e.value},s._measurements["mark.fid"]={value:n+r}}},r=T_(),o=x_("FID"),(a=O_("first-input",i=function(e){n&&e.startTime<r.firstHiddenTime&&(o.value=e.processingStart-e.startTime,o.entries.push(e),n(!0))}))&&(n=S_(e,o,t),C_((function(){a.takeRecords().map(i),a.disconnect()}),!0))},e}();function R_(e,t,n,r,o,i){var a=i?t[i]:t[n+"End"],s=t[n+"Start"];s&&a&&P_(e,{op:"browser",description:null!=o?o:n,startTimestamp:r+c_(s),endTimestamp:r+c_(a)})}function P_(e,t){var n=t.startTimestamp,r=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(t,["startTimestamp"]);return n&&e.startTimestamp>n&&(e.startTimestamp=n),e.startChild(r_({startTimestamp:n},r))}function I_(e){return"number"==typeof e&&isFinite(e)}var M_={traceFetch:!0,traceXHR:!0,tracingOrigins:["localhost",/^\//]};function j_(e){var t=r_(r_({},M_),e),n=t.traceFetch,r=t.traceXHR,o=t.tracingOrigins,i=t.shouldCreateSpanForRequest,a={},s=function(e){if(a[e])return a[e];var t=o;return a[e]=t.some((function(t){return Ie(e,t)}))&&!Ie(e,"sentry_key"),a[e]},u=s;"function"==typeof i&&(u=function(e){return s(e)&&i(e)});var c={};n&&et("fetch",(function(e){!function(e,t,n){if(!s_()||!e.fetchData||!t(e.fetchData.url))return;if(e.endTimestamp){var r=e.fetchData.__span;if(!r)return;return void((i=n[r])&&(e.response?i.setHttpStatus(e.response.status):e.error&&i.setStatus("internal_error"),i.finish(),delete n[r]))}var o=u_();if(o){var i=o.startChild({data:r_(r_({},e.fetchData),{type:"fetch"}),description:e.fetchData.method+" "+e.fetchData.url,op:"http.client"});e.fetchData.__span=i.spanId,n[i.spanId]=i;var a=e.args[0]=e.args[0],s=e.args[1]=e.args[1]||{},u=s.headers;le(a,Request)&&(u=a.headers),u?"function"==typeof u.append?u.append("sentry-trace",i.toTraceparent()):u=Array.isArray(u)?i_(u,[["sentry-trace",i.toTraceparent()]]):r_(r_({},u),{"sentry-trace":i.toTraceparent()}):u={"sentry-trace":i.toTraceparent()},s.headers=u}}(e,u,c)})),r&&et("xhr",(function(e){!function(e,t,n){if(!s_()||e.xhr&&e.xhr.__sentry_own_request__||!(e.xhr&&e.xhr.__sentry_xhr__&&t(e.xhr.__sentry_xhr__.url)))return;var r=e.xhr.__sentry_xhr__;if(e.endTimestamp){var o=e.xhr.__sentry_xhr_span_id__;if(!o)return;return void((a=n[o])&&(a.setHttpStatus(r.status_code),a.finish(),delete n[o]))}var i=u_();if(i){var a=i.startChild({data:r_(r_({},r.data),{type:"xhr",method:r.method,url:r.url}),description:r.method+" "+r.url,op:"http.client"});if(e.xhr.__sentry_xhr_span_id__=a.spanId,n[e.xhr.__sentry_xhr_span_id__]=a,e.xhr.setRequestHeader)try{e.xhr.setRequestHeader("sentry-trace",a.toTraceparent())}catch(e){}}}(e,u,c)}))}var L_=Q();var F_,V_=r_({idleTimeout:1e3,markBackgroundTransactions:!0,maxTransactionDuration:600,routingInstrumentation:function(e,t,n){if(void 0===t&&(t=!0),void 0===n&&(n=!0),L_&&L_.location){var r,o=L_.location.href;t&&(r=e({name:L_.location.pathname,op:"pageload"})),n&&et("history",(function(t){var n=t.to,i=t.from;void 0===i&&o&&-1!==o.indexOf(n)?o=void 0:i!==n&&(o=void 0,r&&(Ae.log("[Tracing] Finishing current transaction with op: "+r.op),r.finish()),r=e({name:L_.location.pathname,op:"navigation"}))}))}else Ae.warn("Could not initialize routing instrumentation due to invalid location")},startTransactionOnLocationChange:!0,startTransactionOnPageLoad:!0},M_),B_=function(){function e(t){this.name=e.id,this._emitOptionsWarning=!1,this._configuredIdleTimeout=void 0;var n=M_.tracingOrigins;t&&(this._configuredIdleTimeout=t.idleTimeout,t.tracingOrigins&&Array.isArray(t.tracingOrigins)&&0!==t.tracingOrigins.length?n=t.tracingOrigins:this._emitOptionsWarning=!0),this.options=r_(r_(r_({},V_),t),{tracingOrigins:n});var r=this.options._metricOptions;this._metrics=new N_(r&&r._reportAllChanges)}return e.prototype.setupOnce=function(e,t){var n=this;this._getCurrentHub=t,this._emitOptionsWarning&&(Ae.warn("[Tracing] You need to define `tracingOrigins` in the options. Set an array of urls or patterns to trace."),Ae.warn("[Tracing] We added a reasonable default for you: "+M_.tracingOrigins));var r=this.options,o=r.routingInstrumentation,i=r.startTransactionOnLocationChange,a=r.startTransactionOnPageLoad,s=r.markBackgroundTransactions,u=r.traceFetch,c=r.traceXHR,l=r.tracingOrigins,d=r.shouldCreateSpanForRequest;o((function(e){return n._createRouteTransaction(e)}),a,i),s&&(w_&&w_.document?w_.document.addEventListener("visibilitychange",(function(){var e=u_();if(w_.document.hidden&&e){var t="cancelled";Ae.log("[Tracing] Transaction: cancelled -> since tab moved to the background, op: "+e.op),e.status||e.setStatus(t),e.setTag("visibilitychange","document.hidden"),e.setTag("finishReason",d_[2]),e.finish()}})):Ae.warn("[Tracing] Could not set up background tab detection due to lack of global document")),j_({traceFetch:u,traceXHR:c,tracingOrigins:l,shouldCreateSpanForRequest:d})},e.prototype._createRouteTransaction=function(e){var t=this;if(this._getCurrentHub){var n=this.options,r=n.beforeNavigate,o=n.idleTimeout,i=n.maxTransactionDuration,a="pageload"===e.op?function(){var e=function(e){var t=Q().document.querySelector("meta[name="+e+"]");return t?t.getAttribute("content"):null}("sentry-trace");if(e)return function(e){var t=e.match(a_);if(t){var n=void 0;return"1"===t[3]?n=!0:"0"===t[3]&&(n=!1),{traceId:t[1],parentSampled:n,parentSpanId:t[2]}}}(e);return}():void 0,s=r_(r_(r_({},e),a),{trimEnd:!0}),u="function"==typeof r?r(s):s,c=void 0===u?r_(r_({},s),{sampled:!1}):u;!1===c.sampled&&Ae.log("[Tracing] Will not send "+c.op+" transaction because of beforeNavigate."),Ae.log("[Tracing] Starting "+c.op+" transaction on scope");var l=function(e,t,n,r,o){var i=e.getClient(),a=i&&i.getOptions()||{},s=new m_(t,e,n,r);return(s=y_(s,a,r_({parentSampled:t.parentSampled,transactionContext:t},o))).sampled&&s.initSpanRecorder(a._experiments&&a._experiments.maxSpans),s}(this._getCurrentHub(),c,o,!0,{location:Q().location});return l.registerBeforeFinishCallback((function(e,n){t._metrics.addPerformanceEntries(e),function(e,t,n){var r=n-t.startTimestamp;n&&(r>e||r<0)&&(t.setStatus("deadline_exceeded"),t.setTag("maxTransactionDurationExceeded","true"))}(1e3*i,e,n)})),l.setTag("idleTimeout",this._configuredIdleTimeout),l}Ae.warn("[Tracing] Did not create "+e.op+" transaction because _getCurrentHub is invalid.")},e.id="BrowserTracing",e}();(F_=It()).__SENTRY__&&(F_.__SENTRY__.extensions=F_.__SENTRY__.extensions||{},F_.__SENTRY__.extensions.startTransaction||(F_.__SENTRY__.extensions.startTransaction=b_),F_.__SENTRY__.extensions.traceHeaders||(F_.__SENTRY__.extensions.traceHeaders=g_)),X()&&E_(),et("error",l_),et("unhandledrejection",l_);var U_,__=new Er({dsn:"production"===process.env.NODE_ENV?"https://445426b388f045748970982694bb1520@o1158674.ingest.sentry.io/6242013":void 0,release:"0.0.58",environment:process.env.NODE_ENV||"unknown",ignoreErrors:["ResizeObserver loop limit exceeded"],integrations:[new B_],tracesSampleRate:1}),W_=function(e){return I(void 0,void 0,void 0,(function(){var t,n;return M(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,KV("channels/directs")];case 1:return t=r.sent(),e.chat.addChannels(t),[3,3];case 2:return n=r.sent(),__.captureException(n),[3,3];case 3:return[2]}}))}))},z_=function(e,t){var n=e.chat.channels.get(t),r=e.auth.me.id,o=null==n?void 0:n.directUsersOnly.find((function(e){return+e.id!=+r}));return(null==o?void 0:o.displayName)||(null==o?void 0:o.username)||""},q_=function(e,t){return I(void 0,void 0,void 0,(function(){var n,r;return M(this,(function(o){switch(o.label){case 0:n=e.chat.channels.get(t),o.label=1;case 1:return o.trys.push([1,3,,4]),[4,KV("messages-pinned/channel/".concat(t))];case 2:return r=o.sent(),null==n||n.setPinnedMessages(r),[3,4];case 3:return o.sent(),null==n||n.setPinnedMessages([]),[3,4];case 4:return[2]}}))}))};!function(e){e.Publish="publish",e.Connect="connect",e.Disconnect="disconnect"}(U_||(U_={}));var G_,H_=U_;!function(e){e.Message="message",e.SystemMessage="system:message",e.NewPublic="new-public",e.NewChannelUser="new-channel-user",e.NewDirect="new-direct",e.PollStart="poll-start",e.PollStop="poll-stop",e.PollVote="poll-vote",e.PollVoteOpenEnded="poll-vote-open-ended",e.UserUpdateProfile="user-update-profile",e.MessagePinned="message-pinned",e.DeleteMessages="delete-messages",e.CleanChannelMessages="clean-channel-messages"}(G_||(G_={}));var Y_,K_=G_;!function(e){e.Login="login",e.Signup="signup",e.Profile="profile",e.Channels="channels",e.Direct="direct",e.Users="users",e.Polls="polls",e.CreatePoll="create_poll",e.PollResultDetail="poll_result_detail",e.PollResultOpenEndedDetail="poll_result_open_ended_detail"}(Y_||(Y_={}));var X_=Y_,J_=function(e){return I(void 0,void 0,void 0,(function(){var t,n,r,o,i;return M(this,(function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),[4,KV("get-initial")];case 1:return t=a.sent(),n=t.publics,r=t.user,o=t.channels,e.chat.addUsers([r]),e.chat.addChannels(o),e.chat.addPubs(n),e.auth.setMe(r),r.lang&&e.ui.setLang(r.lang),[3,3];case 2:return i=a.sent(),__.captureException(i),[3,3];case 3:return[2]}}))}))},Z_=function(e,t,n){return I(void 0,void 0,void 0,(function(){var r,o;return M(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,XV("login",{app_id:e.auth.appId,username:t,password:n})];case 1:return r=i.sent(),e.auth.setAccessToken(r.access_token),[3,3];case 2:return o=i.sent(),__.captureException(o),[3,3];case 3:return[2]}}))}))},Q_=function(e,t,n){return I(void 0,void 0,void 0,(function(){var r,o;return M(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,XV("signup",{app_id:e.auth.appId,username:t,password:n})];case 1:return r=i.sent(),e.auth.setAccessToken(r.access_token),[3,3];case 2:return o=i.sent(),__.captureException(o),[3,3];case 3:return[2]}}))}))},$_=function(e,t,n){return I(void 0,void 0,void 0,(function(){var r,o,i;return M(this,(function(a){switch(a.label){case 0:r={},t&&(r.displayName=t),n&&(r.avatarUrl=n),a.label=1;case 1:return a.trys.push([1,3,,4]),[4,(s="profile",u=r,void 0===u&&(u={}),I(void 0,void 0,void 0,(function(){return M(this,(function(e){switch(e.label){case 0:return[4,YV(tV.Patch,s,u)];case 1:return[2,e.sent().data]}}))})))];case 2:return o=a.sent(),e.auth.setMe(o),[3,4];case 3:return i=a.sent(),__.captureException(i),[3,4];case 4:return[2]}var s,u}))}))},eW=function(e,t){return I(void 0,void 0,void 0,(function(){var n,r;return M(this,(function(o){switch(o.label){case 0:if(e.chat.channels.has(t))return[3,4];o.label=1;case 1:return o.trys.push([1,3,,4]),[4,XV("channels/join",{id:t})];case 2:return n=o.sent(),e.chat.pubs.has(t)&&e.chat.pubs.delete(t),e.chat.addChannels([n]),[3,4];case 3:return r=o.sent(),__.captureException(r),[3,4];case 4:return[2]}}))}))},tW=function(e,t,n,r){return I(void 0,void 0,void 0,(function(){var o,i,a,s,u,c;return M(this,(function(l){switch(l.label){case 0:i=(o=r||{}).limit,a=o.until,l.label=1;case 1:return l.trys.push([1,3,,4]),[4,KV("channels/".concat(t,"/messages"),{before:n,limit:i,until:a})];case 2:return s=l.sent(),(u=e.chat.channels.get(String(t)))&&u.messages.get(String(n))?[2,u.addMessages(s)]:[3,4];case 3:return c=l.sent(),__.captureException(c),[3,4];case 4:return[2,0]}}))}))},nW=function(e){return e.ui.channelId?function(e,t){return I(void 0,void 0,void 0,(function(){var n,r,o;return M(this,(function(i){switch(i.label){case 0:return(n=e.chat.channelsList.find((function(e){return e.externalId===t})))?(e.ui.setRoute("".concat(X_.Channels,"/").concat(n.id)),[3,4]):[3,1];case 1:return i.trys.push([1,3,,4]),[4,XV("channels/join-external/".concat(t))];case 2:return r=i.sent(),e.chat.pubs.delete(r.id),e.chat.addChannels([r]),e.ui.setRoute("".concat(X_.Channels,"/").concat(r.id)),[3,4];case 3:return o=i.sent(),__.captureException(o),[3,4];case 4:return[2]}}))}))}(e,e.ui.channelId):e.ui.setRoute(X_.Channels)},rW=function(e,t,n){return I(void 0,void 0,void 0,(function(){return M(this,(function(e){switch(e.label){case 0:return[4,XV("messages/send",{channelId:t,text:n})];case 1:return e.sent(),VA.emit(PA.App,{event:IA.MessageSent,data:{message:n}}),[2]}}))}))},oW=function(e,t){return I(void 0,void 0,void 0,(function(){var n,r;return M(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,KV("applications/".concat(t,"/settings"))];case 1:return n=o.sent(),e.settings.setAll(n),[3,3];case 2:return r=o.sent(),__.captureException(r),[3,3];case 3:return[2]}}))}))},iW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.messageChunk=[],t.messageRate=0,t}return D(t,e),t.prototype.startMessageProcessing=function(){var e=hN(this);return vB(this.messageChunk,(function(t){!function(t){var n=new Map;t.forEach((function(e){var t,r=e.channelId,o=e.message;n.has(r)||n.set(r,[]),null===(t=n.get(r))||void 0===t||t.push(o)})),n.forEach((function(t,n){var r=e.chat.channels.get(n);r&&r.addMessages(t)}))}(t)}),300,1e3)},t.prototype.onAttachedToRootStore=function(){var e=this,t=this.startMessageProcessing(),n=setInterval((function(){window.chatRate=e.messageRate,e.messageRate=0}),1e3);return function(){t(),clearInterval(n)}},t.prototype.connect=function(e,t){var n=this,r=hN(this),o=new e_(e);o.on(H_.Connect,(function(){n.setIsSocketConnected(!0)})),o.on(H_.Disconnect,(function(e){n.setIsSocketConnected(!1);var t=setInterval((function(){o.isConnected()?clearInterval(t):o.connect()}),1500)})),o.on(H_.Publish,(function(e){var t,o=e.data,i=o.event,a=o.payload;switch(i){case K_.SystemMessage:case K_.Message:!function(e){var t=e.channelId,r=e.message;n.messageRate+=1,Sx((function(){return n.messageChunk.push({channelId:t,message:r})}))}(a);break;case K_.NewDirect:t=a,I(n,void 0,void 0,(function(){return M(this,(function(e){switch(e.label){case 0:return[4,eW(r,t.id)];case 1:return e.sent(),W_(r),[2]}}))}));break;case K_.PollStart:!function(e){var t=r.chat.channels.get("".concat(e.channelId));if(t){var n=t.addPoll(e);t.startPoll(n)}}(a);break;case K_.PollStop:!function(e){var t=r.chat.channels.get("".concat(e.channelId));t&&t.stopPoll(HU(e))}(a);break;case K_.PollVote:!function(e){var t=e.channelId,n=e.pollOptionsIds,o=r.chat.channels.get("".concat(t));o&&n&&o.updateVotesCounter(n)}(a);break;case K_.PollVoteOpenEnded:!function(e){var t=e.id,n=e.answer,o=e.channelId,i=e.pollId,a=e.user,s=r.chat.channels.get("".concat(o));if(s){var u=s.findPollById(String(i));u&&u.addVote({id:t,answer:n,user:a})}}(a);break;case K_.UserUpdateProfile:!function(e){var t=e.displayName,n=e.avatarUrl,o=e.userId,i=e.lang;i&&+r.auth.me.id==+o&&r.ui.setLang(i),r.chat.updateUser({userId:o,displayName:t,avatarUrl:n})}(a);break;case K_.MessagePinned:!function(e){var t=e.channelId;q_(r,t)}(a);break;case K_.DeleteMessages:!function(e){var t=e.channelId,n=e.ids,o=r.chat.channels.get("".concat(t));null==o||o.deleteMessages(n)}(a);break;case K_.CleanChannelMessages:!function(e){var t=e.channelId,n=r.chat.channels.get("".concat(t));null==n||n.cleanAllMessages()}(a)}})),o.setToken(t),o.connect()},P([uS],t.prototype,"messageChunk",void 0),t=P([dM("SocketStore")],t)}(lM({isSocketConnected:pI(!1).withSetter()})),aW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.jumpToMessage=function(){},t.routeHistory=[],t}return D(t,e),t.prototype.setJumpToMessage=function(e){this.jumpToMessage=e},t.prototype.setRoute=function(e){this.route=e,this.routeHistory.unshift(e)},t.prototype.back=function(){this.routeHistory.shift(),this.route=this.routeHistory[0]},P([IP],t.prototype,"setRoute",null),P([IP],t.prototype,"back",null),t=P([dM("UI")],t)}(lM({route:pI(""),channelId:pI("").withSetter(),lang:pI("ru"===navigator.language?"ru":"en").withSetter(),params:pI((function(){return{}})).withSetter()})),sW=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),Object.defineProperty(t.prototype,"currentChannel",{get:function(){return this.chat.channels.get(this.ui.params.id)},enumerable:!1,configurable:!0}),t.prototype.init=function(){LR(this)&&jR(this),this.chat=new ZU({}),this.auth=new iB({}),this.socket=new iW({}),this.ui=new aW({}),this.settings=new QU({}),MR(this)},P([dS],t.prototype,"currentChannel",null),P([IP],t.prototype,"init",null),t=P([dM("Root")],t)}(lM({chat:pI((function(){return new ZU({})})),auth:pI((function(){return new iB({})})),socket:pI((function(){return new iW({})})),ui:pI((function(){return new aW({})})),settings:pI((function(){return new QU({})}))})))({}),uW=n(sW),cW=function(){return o(uW)};if("production"!==process.env.NODE_ENV&&function(e,t){const n="function"==typeof e?e:()=>e,r=n();aN(r,"node");let o=KR(r);Tx((()=>KR(n())),(e=>{const n=o;o=e,t(e,n)}))}(sW,(function(e){return console.log("snapshot",e)})),!f)throw new Error("mobx-react-lite requires React with Hooks support");if(!EO)throw new Error("mobx-react-lite@3 requires mobx at least version 6 to be available");function lW(e){e()}var dW=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a},fW=[];function pW(e){return Ix(e)}var hW="undefined"==typeof FinalizationRegistry?void 0:FinalizationRegistry;function mW(e){return{reaction:e,mounted:!1,changedBeforeMount:!1,cleanAt:Date.now()+vW}}var vW=1e4;var gW=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var yW=hW?function(e){var t=new Map,n=1,r=new e((function(e){var n=t.get(e);n&&(n.reaction.dispose(),t.delete(e))}));return{addReactionToTrack:function(e,o,i){var a=n++;return r.register(i,a,e),e.current=mW(o),e.current.finalizationRegistryCleanupToken=a,t.set(a,e.current),e.current},recordReactionAsCommitted:function(e){r.unregister(e),e.current&&e.current.finalizationRegistryCleanupToken&&t.delete(e.current.finalizationRegistryCleanupToken)},forceCleanupTimerToRunNowForTests:function(){},resetCleanupScheduleForTests:function(){}}}(hW):function(){var e,t=new Set;function n(){void 0===e&&(e=setTimeout(r,1e4))}function r(){e=void 0;var r=Date.now();t.forEach((function(e){var n=e.current;n&&r>=n.cleanAt&&(n.reaction.dispose(),e.current=null,t.delete(e))})),t.size>0&&n()}return{addReactionToTrack:function(e,r,o){var i;return e.current=mW(r),i=e,t.add(i),n(),e.current},recordReactionAsCommitted:function(e){t.delete(e)},forceCleanupTimerToRunNowForTests:function(){e&&(clearTimeout(e),r())},resetCleanupScheduleForTests:function(){var n,r;if(t.size>0){try{for(var o=gW(t),i=o.next();!i.done;i=o.next()){var a=i.value,s=a.current;s&&(s.reaction.dispose(),a.current=null)}}catch(e){n={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}t.clear()}e&&(clearTimeout(e),e=void 0)}}}(),bW=yW.addReactionToTrack,EW=yW.recordReactionAsCommitted,wW=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a};function SW(e){return"observer"+e}var xW=function(){};function OW(e,n){void 0===n&&(n="observed");var r,o=wW(t.useState(new xW),1)[0],i=(r=dW(f(0),2)[1],h((function(){r((function(e){return e+1}))}),fW)),a=t.useRef(null);if(!a.current)var s=new rx(SW(n),(function(){u.mounted?i():u.changedBeforeMount=!0})),u=bW(a,s,o);var c,l,d=a.current.reaction;if(t.useDebugValue(d,pW),t.useEffect((function(){return EW(a),a.current?(a.current.mounted=!0,a.current.changedBeforeMount&&(a.current.changedBeforeMount=!1,i())):(a.current={reaction:new rx(SW(n),(function(){i()})),mounted:!0,changedBeforeMount:!1,cleanAt:1/0},i()),function(){a.current.reaction.dispose(),a.current=null}}),[]),d.track((function(){try{c=e()}catch(e){l=e}})),l)throw l;return c}var CW=function(){return(CW=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function kW(e,t){var n,o,i,a=CW({forwardRef:!1},t),s=e.displayName||e.name,u=function(t,n){return OW((function(){return e(t,n)}),s)};return u.displayName=s,n=a.forwardRef?p(r(u)):p(u),o=e,i=n,Object.keys(o).forEach((function(e){TW[e]||Object.defineProperty(i,e,Object.getOwnPropertyDescriptor(o,e))})),n.displayName=s,n}var TW={$$typeof:!0,render:!0,compare:!0,type:!0};function AW(e){var t=e.children,n=e.render,r=t||n;return"function"!=typeof r?null:OW(r)}function DW(e,t,n,r,o){var i="children"===t?"render":"children",a="function"==typeof e[t],s="function"==typeof e[i];return a&&s?new Error("MobX Observer: Do not use children and render in the same time in`"+n):a||s?null:new Error("Invalid prop `"+o+"` of type `"+typeof e[t]+"` supplied to `"+n+"`, expected `function`.")}"production"!==process.env.NODE_ENV&&(AW.propTypes={children:DW,render:DW}),AW.displayName="Observer",function(e){e||(e=lW,"production"!==process.env.NODE_ENV&&console.warn("[MobX] Failed to get unstable_batched updates from react-dom / react-native")),Rx({reactionScheduler:e})}(S);var NW=0;var RW={};function PW(e){return RW[e]||(RW[e]=function(e){if("function"==typeof Symbol)return Symbol(e);var t="__$mobx-react "+e+" ("+NW+")";return NW++,t}(e)),RW[e]}function IW(e,t){if(MW(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=0;o<n.length;o++)if(!Object.hasOwnProperty.call(t,n[o])||!MW(e[n[o]],t[n[o]]))return!1;return!0}function MW(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function jW(e,t,n){Object.hasOwnProperty.call(e,t)?e[t]=n:Object.defineProperty(e,t,{enumerable:!1,configurable:!0,writable:!0,value:n})}var LW=PW("patchMixins"),FW=PW("patchedDefinition");function VW(e,t){for(var n=this,r=arguments.length,o=new Array(r>2?r-2:0),i=2;i<r;i++)o[i-2]=arguments[i];t.locks++;try{var a;return null!=e&&(a=e.apply(this,o)),a}finally{t.locks--,0===t.locks&&t.methods.forEach((function(e){e.apply(n,o)}))}}function BW(e,t){return function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];VW.call.apply(VW,[this,e,t].concat(r))}}function UW(e,t,n){var r=function(e,t){var n=e[LW]=e[LW]||{},r=n[t]=n[t]||{};return r.locks=r.locks||0,r.methods=r.methods||[],r}(e,t);r.methods.indexOf(n)<0&&r.methods.push(n);var o=Object.getOwnPropertyDescriptor(e,t);if(!o||!o[FW]){var i=e[t],a=_W(e,t,o?o.enumerable:void 0,r,i);Object.defineProperty(e,t,a)}}function _W(e,t,n,r,o){var i,a=BW(o,r);return(i={})[FW]=!0,i.get=function(){return a},i.set=function(o){if(this===e)a=BW(o,r);else{var i=_W(this,t,n,r,o);Object.defineProperty(this,t,i)}},i.configurable=!0,i.enumerable=n,i}var WW=Ow||"$mobx",zW=PW("isMobXReactObserver"),qW=PW("isUnmounted"),GW=PW("skipRender"),HW=PW("isForcingUpdate");function YW(e){var t=e.prototype;if(e[zW]){var n=KW(t);console.warn("The provided component class ("+n+") \n has already been declared as an observer component.")}else e[zW]=!0;if(t.componentWillReact)throw new Error("The componentWillReact life-cycle event is no longer supported");if(e.__proto__!==v)if(t.shouldComponentUpdate){if(t.shouldComponentUpdate!==JW)throw new Error("It is not allowed to use shouldComponentUpdate in observer based components.")}else t.shouldComponentUpdate=JW;ZW(t,"props"),ZW(t,"state");var r=t.render;if("function"!=typeof r){var o=KW(t);throw new Error("[mobx-react] class component ("+o+") is missing `render` method.\n`observer` requires `render` being a function defined on prototype.\n`render = () => {}` or `render = function() {}` is not supported.")}return t.render=function(){return XW.call(this,r)},UW(t,"componentWillUnmount",(function(){var e;if(null==(e=this.render[WW])||e.dispose(),this[qW]=!0,!this.render[WW]){var t=KW(this);console.warn("The reactive render of an observer class component ("+t+") \n was overriden after MobX attached. This may result in a memory leak if the \n overriden reactive render was not properly disposed.")}})),e}function KW(e){return e.displayName||e.name||e.constructor&&(e.constructor.displayName||e.constructor.name)||"<component>"}function XW(e){var t=this;jW(this,GW,!1),jW(this,HW,!1);var n=KW(this),r=e.bind(this),o=!1,i=new rx(n+".render()",(function(){if(!o&&(o=!0,!0!==t[qW])){var e=!0;try{jW(t,HW,!0),t[GW]||m.prototype.forceUpdate.call(t),e=!1}finally{jW(t,HW,!1),e&&i.dispose()}}}));function a(){o=!1;var e=void 0,t=void 0;if(i.track((function(){try{t=wS(!1,r)}catch(t){e=t}})),e)throw e;return t}return i.reactComponent=this,a[WW]=i,this.render=a,a.call(this)}function JW(e,t){return this.state!==t||!IW(this.props,e)}function ZW(e,t){var n=PW("reactProp_"+t+"_valueHolder"),r=PW("reactProp_"+t+"_atomHolder");function o(){return this[r]||jW(this,r,Tw("reactive "+t)),this[r]}Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){var e=!1;return US&&_S&&(e=US(!0)),o.call(this).reportObserved(),US&&_S&&_S(e),this[n]},set:function(e){this[HW]||IW(this[n],e)?jW(this,n,e):(jW(this,n,e),jW(this,GW,!0),o.call(this).reportChanged(),jW(this,GW,!1))}})}var QW="function"==typeof Symbol&&Symbol.for,$W=QW?Symbol.for("react.forward_ref"):"function"==typeof r&&r((function(e){return null})).$$typeof,ez=QW?Symbol.for("react.memo"):"function"==typeof p&&p((function(e){return null})).$$typeof;function tz(e){if(!0===e.isMobxInjector&&console.warn("Mobx observer: You are trying to use 'observer' on a component that already has 'inject'. Please apply 'observer' before applying 'inject'"),ez&&e.$$typeof===ez)throw new Error("Mobx observer: You are trying to use 'observer' on a function component wrapped in either another observer or 'React.memo'. The observer already applies 'React.memo' for you.");if($W&&e.$$typeof===$W){var t=e.render;if("function"!=typeof t)throw new Error("render property of ForwardRef was not a function");return r((function(){var e=arguments;return i(AW,null,(function(){return t.apply(void 0,e)}))}))}return"function"!=typeof e||e.prototype&&e.prototype.render||e.isReactClass||Object.prototype.isPrototypeOf.call(m,e)?YW(e):kW(e)}if(!m)throw new Error("mobx-react requires React to be available");if(!uS)throw new Error("mobx-react requires mobx to be available");var nz={exports:{}};
403
- /*!
404
- Copyright (c) 2018 Jed Watson.
405
- Licensed under the MIT License (MIT), see
406
- http://jedwatson.github.io/classnames
407
- */!function(e){!function(){var t={}.hasOwnProperty;function n(){for(var e=[],r=0;r<arguments.length;r++){var o=arguments[r];if(o){var i=typeof o;if("string"===i||"number"===i)e.push(o);else if(Array.isArray(o)){if(o.length){var a=n.apply(null,o);a&&e.push(a)}}else if("object"===i)if(o.toString===Object.prototype.toString)for(var s in o)t.call(o,s)&&o[s]&&e.push(s);else e.push(o.toString())}}return e.join(" ")}e.exports?(n.default=n,e.exports=n):window.classNames=n}()}(nz);var rz=nz.exports,oz=ME({root:{fontFamily:"PTRootUIWebMedium"},active:{backgroundColor:RA.BG_FOR_SLOT,padding:"8px 16px",borderRadius:37}}),iz=function(e){var n,r=e.title,o=e.active,i=e.children,a=e.sx,s=oz();return t.createElement(yp,{variant:"h4",color:"textPrimary",className:rz(s.root,(n={},n[s.active]=o,n)),noWrap:!0,sx:a},r||i)},az=function(e){return I(void 0,void 0,void 0,(function(){var t,n,r,o,i,a;return M(this,(function(s){switch(s.label){case 0:if(t=e.activePoll,n=e.channel,r=e.defaultErrorAction,!t||!n)return[2];s.label=1;case 1:return s.trys.push([1,3,,4]),[4,(u=null==t?void 0:t.id,I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:if(t.trys.push([0,2,,3]),!u)throw new Error("No poll id");return[4,XV("polls/".concat(u,"/stop"))];case 1:return[2,t.sent()];case 2:return e=t.sent(),__.captureException(e),[3,3];case 3:return[2]}}))})))];case 2:return s.sent(),null==n||n.stopPoll(t),[3,4];case 3:switch(o=s.sent(),null===(a=null==(i=o)?void 0:i.response)||void 0===a?void 0:a.status){case 409:null==n||n.stopPoll(t);break;default:r&&r()}return[3,4];case 4:return[2]}var u}))}))},sz=function(e){var t,n=e.templatePoll,r=e.channel;n&&r&&(t=null==n?void 0:n.id,I(void 0,void 0,void 0,(function(){var e;return M(this,(function(n){switch(n.label){case 0:if(n.trys.push([0,2,,3]),!t)throw new Error("No poll id");return[4,XV("polls/".concat(t,"/start"))];case 1:return[2,n.sent()];case 2:return e=n.sent(),__.captureException(e),[3,3];case 3:return[2]}}))})))},uz=ME((function(e){return{button:{display:"block",fontStyle:"normal",fontWeight:500,textAlign:"center",color:"#fff",cursor:"pointer",border:0,letterSpacing:"0.01em",backgroundColor:"transparent",transition:"all 0.1s ease-in-out","&:hover":{background:RA.LIGHT_03,color:RA.BLACK_01}},large:{height:48,lineHeight:"48px"},medium:{fontSize:14,lineHeight:"18px",padding:15},small:{fontSize:10,fontWeight:"bold",padding:"0 8px",height:24,lineHeight:"24px",borderRadius:4},contained:{borderRadius:10,background:RA.LIGHT_04,color:RA.BLACK_01,"&[disabled]":{color:RA.LIGHT_02}},outlined:{borderRadius:10,color:RA.BLACK_01,fontWeight:700,boxShadow:"0px 0px 18px rgba(0, 0, 0, 0.07)","&:hover":{color:RA.BLACK_01},"&:active":{transform:"translateY(1px)",boxShadow:"none"}},flatTransparent:{borderRadius:10,border:"1px solid #B8B6C2",color:RA.BLACK_01,"&:hover":{},"&:active":{}},text:{},fullWidth:{width:"100%"},submit:{background:"radial-gradient(100% 167.95% at 0% 50%, #535FC4 0%, #7D40C8 52.98%, #A836AF 100%);",borderRadius:10,fontSize:14,lineHeight:"18px",padding:"6px 12px",letterSpacing:"0.01em","&:hover":{background:"radial-gradient(100% 167.95% at 0% 50%, #535FC4 0%, #535FC4 0.01%, #7D40C8 52.98%, #A836AF 100%);",boxShadow:"0px 2px 14px 2px #7918AA"},"&:active":{background:"radial-gradient(100% 167.95% at 0% 50%, #535FC4 0%, #535FC4 0.01%, #7D40C8 52.98%, #A836AF 100%);",boxShadow:"0px 2px 14px 2px #7918AA"},"&[disabled]":{background:RA.SURFACE_SECONDARY,color:RA.POLL_TEXT_SECONDARY,boxShadow:"none"}},link:{color:RA.BLACK_01,background:"none",border:0,padding:0,"&:hover, &:focus, &:active, &:active:focus":{color:RA.BLACK_01,backgroundColor:"inherit",textDecoration:"underline"},"&:disabled":{color:RA.BLACK_03}},primary:{borderRadius:10,backgroundColor:RA.BLUE_02,"&:hover":{filter:"brightness(85%)"},"&:active":{transform:"translateY(1px)",boxShadow:"none"}}}}),{name:"Button"}),cz=function(e){var n,r=e.children,o=e.onClick,i=e.fullWidth,a=void 0!==i&&i,s=e.disabled,u=void 0!==s&&s,c=e.variant,l=void 0===c?"text":c,d=e.size,f=void 0===d?"medium":d,p=e.className,h=R(e,["children","onClick","fullWidth","disabled","variant","size","className"]),m=uz(),v=rz(m.button,p,m[l],m[f],((n={})[m.fullWidth]=a,n));return t.createElement("button",N({type:"button",disabled:u,onClick:o,className:v},h),r)},lz=function(e){var n=e.currentChannel,r=e.templatePoll,o=e.activePoll;switch(o.status){case NA.Done:return(null==n?void 0:n.isPollsInProgress)?null:t.createElement(ol,{padding:"12px"},t.createElement(cz,{variant:"contained",fullWidth:!0,"data-qa":"startPoll",onClick:function(){sz({channel:n,templatePoll:r})}},t.createElement(hA,{id:"startPoll"})));case NA.InProgress:return t.createElement(ol,{padding:"12px"},t.createElement(cz,{variant:"contained",fullWidth:!0,onClick:function(){az({activePoll:o,channel:n})},"data-qa":"completePoll"},t.createElement(hA,{id:"completePoll"})));default:return null}};function dz(e,t,n){EB(2,arguments);var r=ZB(e,n),o=ZB(t,n);return r.getTime()===o.getTime()}var fz={code:"en-GB",formatDistance:PB,formatLong:{date:IB({formats:{full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd/MM/yyyy"},defaultWidth:"full"}),time:IB({formats:{full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},defaultWidth:"full"}),dateTime:IB({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},formatRelative:LB,localize:VB,match:zB,options:{weekStartsOn:1,firstWeekContainsDate:4}};function pz(e,t){if(void 0!==e.one&&1===t)return e.one;var n=t%10,r=t%100;return 1===n&&11!==r?e.singularNominative.replace("{{count}}",t):n>=2&&n<=4&&(r<10||r>20)?e.singularGenitive.replace("{{count}}",t):e.pluralGenitive.replace("{{count}}",t)}function hz(e){return function(t,n){return n.addSuffix?n.comparison>0?e.future?pz(e.future,t):"через "+pz(e.regular,t):e.past?pz(e.past,t):pz(e.regular,t)+" назад":pz(e.regular,t)}}var mz={lessThanXSeconds:hz({regular:{one:"меньше секунды",singularNominative:"меньше {{count}} секунды",singularGenitive:"меньше {{count}} секунд",pluralGenitive:"меньше {{count}} секунд"},future:{one:"меньше, чем через секунду",singularNominative:"меньше, чем через {{count}} секунду",singularGenitive:"меньше, чем через {{count}} секунды",pluralGenitive:"меньше, чем через {{count}} секунд"}}),xSeconds:hz({regular:{singularNominative:"{{count}} секунда",singularGenitive:"{{count}} секунды",pluralGenitive:"{{count}} секунд"},past:{singularNominative:"{{count}} секунду назад",singularGenitive:"{{count}} секунды назад",pluralGenitive:"{{count}} секунд назад"},future:{singularNominative:"через {{count}} секунду",singularGenitive:"через {{count}} секунды",pluralGenitive:"через {{count}} секунд"}}),halfAMinute:function(e,t){return t.addSuffix?t.comparison>0?"через полминуты":"полминуты назад":"полминуты"},lessThanXMinutes:hz({regular:{one:"меньше минуты",singularNominative:"меньше {{count}} минуты",singularGenitive:"меньше {{count}} минут",pluralGenitive:"меньше {{count}} минут"},future:{one:"меньше, чем через минуту",singularNominative:"меньше, чем через {{count}} минуту",singularGenitive:"меньше, чем через {{count}} минуты",pluralGenitive:"меньше, чем через {{count}} минут"}}),xMinutes:hz({regular:{singularNominative:"{{count}} минута",singularGenitive:"{{count}} минуты",pluralGenitive:"{{count}} минут"},past:{singularNominative:"{{count}} минуту назад",singularGenitive:"{{count}} минуты назад",pluralGenitive:"{{count}} минут назад"},future:{singularNominative:"через {{count}} минуту",singularGenitive:"через {{count}} минуты",pluralGenitive:"через {{count}} минут"}}),aboutXHours:hz({regular:{singularNominative:"около {{count}} часа",singularGenitive:"около {{count}} часов",pluralGenitive:"около {{count}} часов"},future:{singularNominative:"приблизительно через {{count}} час",singularGenitive:"приблизительно через {{count}} часа",pluralGenitive:"приблизительно через {{count}} часов"}}),xHours:hz({regular:{singularNominative:"{{count}} час",singularGenitive:"{{count}} часа",pluralGenitive:"{{count}} часов"}}),xDays:hz({regular:{singularNominative:"{{count}} день",singularGenitive:"{{count}} дня",pluralGenitive:"{{count}} дней"}}),aboutXWeeks:hz({regular:{singularNominative:"около {{count}} недели",singularGenitive:"около {{count}} недель",pluralGenitive:"около {{count}} недель"},future:{singularNominative:"приблизительно через {{count}} неделю",singularGenitive:"приблизительно через {{count}} недели",pluralGenitive:"приблизительно через {{count}} недель"}}),xWeeks:hz({regular:{singularNominative:"{{count}} неделя",singularGenitive:"{{count}} недели",pluralGenitive:"{{count}} недель"}}),aboutXMonths:hz({regular:{singularNominative:"около {{count}} месяца",singularGenitive:"около {{count}} месяцев",pluralGenitive:"около {{count}} месяцев"},future:{singularNominative:"приблизительно через {{count}} месяц",singularGenitive:"приблизительно через {{count}} месяца",pluralGenitive:"приблизительно через {{count}} месяцев"}}),xMonths:hz({regular:{singularNominative:"{{count}} месяц",singularGenitive:"{{count}} месяца",pluralGenitive:"{{count}} месяцев"}}),aboutXYears:hz({regular:{singularNominative:"около {{count}} года",singularGenitive:"около {{count}} лет",pluralGenitive:"около {{count}} лет"},future:{singularNominative:"приблизительно через {{count}} год",singularGenitive:"приблизительно через {{count}} года",pluralGenitive:"приблизительно через {{count}} лет"}}),xYears:hz({regular:{singularNominative:"{{count}} год",singularGenitive:"{{count}} года",pluralGenitive:"{{count}} лет"}}),overXYears:hz({regular:{singularNominative:"больше {{count}} года",singularGenitive:"больше {{count}} лет",pluralGenitive:"больше {{count}} лет"},future:{singularNominative:"больше, чем через {{count}} год",singularGenitive:"больше, чем через {{count}} года",pluralGenitive:"больше, чем через {{count}} лет"}}),almostXYears:hz({regular:{singularNominative:"почти {{count}} год",singularGenitive:"почти {{count}} года",pluralGenitive:"почти {{count}} лет"},future:{singularNominative:"почти через {{count}} год",singularGenitive:"почти через {{count}} года",pluralGenitive:"почти через {{count}} лет"}})};var vz={date:IB({formats:{full:"EEEE, d MMMM y 'г.'",long:"d MMMM y 'г.'",medium:"d MMM y 'г.'",short:"dd.MM.y"},defaultWidth:"full"}),time:IB({formats:{full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},defaultWidth:"full"}),dateTime:IB({formats:{any:"{{date}}, {{time}}"},defaultWidth:"any"})},gz=["воскресенье","понедельник","вторник","среду","четверг","пятницу","субботу"];function yz(e){var t=gz[e];return 2===e?"'во "+t+" в' p":"'в "+t+" в' p"}var bz={lastWeek:function(e,t,n){var r=e.getUTCDay();return dz(e,t,n)?yz(r):function(e){var t=gz[e];switch(e){case 0:return"'в прошлое "+t+" в' p";case 1:case 2:case 4:return"'в прошлый "+t+" в' p";case 3:case 5:case 6:return"'в прошлую "+t+" в' p"}}(r)},yesterday:"'вчера в' p",today:"'сегодня в' p",tomorrow:"'завтра в' p",nextWeek:function(e,t,n){var r=e.getUTCDay();return dz(e,t,n)?yz(r):function(e){var t=gz[e];switch(e){case 0:return"'в следующее "+t+" в' p";case 1:case 2:case 4:return"'в следующий "+t+" в' p";case 3:case 5:case 6:return"'в следующую "+t+" в' p"}}(r)},other:"P"};var Ez,wz={code:"ru",formatDistance:function(e,t,n){return n=n||{},mz[e](t,n)},formatLong:vz,formatRelative:function(e,t,n,r){var o=bz[e];return"function"==typeof o?o(t,n,r):o},localize:{ordinalNumber:function(e,t){var n=String((t||{}).unit);return e+("date"===n?"-е":"week"===n||"minute"===n||"second"===n?"-я":"-й")},era:FB({values:{narrow:["до н.э.","н.э."],abbreviated:["до н. э.","н. э."],wide:["до нашей эры","нашей эры"]},defaultWidth:"wide"}),quarter:FB({values:{narrow:["1","2","3","4"],abbreviated:["1-й кв.","2-й кв.","3-й кв.","4-й кв."],wide:["1-й квартал","2-й квартал","3-й квартал","4-й квартал"]},defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:FB({values:{narrow:["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],abbreviated:["янв.","фев.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],wide:["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]},defaultWidth:"wide",formattingValues:{narrow:["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],abbreviated:["янв.","фев.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],wide:["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]},defaultFormattingWidth:"wide"}),day:FB({values:{narrow:["В","П","В","С","Ч","П","С"],short:["вс","пн","вт","ср","чт","пт","сб"],abbreviated:["вск","пнд","втр","срд","чтв","птн","суб"],wide:["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"]},defaultWidth:"wide"}),dayPeriod:FB({values:{narrow:{am:"ДП",pm:"ПП",midnight:"полн.",noon:"полд.",morning:"утро",afternoon:"день",evening:"веч.",night:"ночь"},abbreviated:{am:"ДП",pm:"ПП",midnight:"полн.",noon:"полд.",morning:"утро",afternoon:"день",evening:"веч.",night:"ночь"},wide:{am:"ДП",pm:"ПП",midnight:"полночь",noon:"полдень",morning:"утро",afternoon:"день",evening:"вечер",night:"ночь"}},defaultWidth:"any",formattingValues:{narrow:{am:"ДП",pm:"ПП",midnight:"полн.",noon:"полд.",morning:"утра",afternoon:"дня",evening:"веч.",night:"ночи"},abbreviated:{am:"ДП",pm:"ПП",midnight:"полн.",noon:"полд.",morning:"утра",afternoon:"дня",evening:"веч.",night:"ночи"},wide:{am:"ДП",pm:"ПП",midnight:"полночь",noon:"полдень",morning:"утра",afternoon:"дня",evening:"вечера",night:"ночи"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:WB({matchPattern:/^(\d+)(-?(е|я|й|ое|ье|ая|ья|ый|ой|ий|ый))?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}}),era:BB({matchPatterns:{narrow:/^((до )?н\.?\s?э\.?)/i,abbreviated:/^((до )?н\.?\s?э\.?)/i,wide:/^(до нашей эры|нашей эры|наша эра)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^д/i,/^н/i]},defaultParseWidth:"any"}),quarter:BB({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^[1234](-?[ыои]?й?)? кв.?/i,wide:/^[1234](-?[ыои]?й?)? квартал/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:BB({matchPatterns:{narrow:/^[яфмаисонд]/i,abbreviated:/^(янв|фев|март?|апр|ма[йя]|июн[ья]?|июл[ья]?|авг|сент?|окт|нояб?|дек)\.?/i,wide:/^(январ[ья]|феврал[ья]|марта?|апрел[ья]|ма[йя]|июн[ья]|июл[ья]|августа?|сентябр[ья]|октябр[ья]|октябр[ья]|ноябр[ья]|декабр[ья])/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^я/i,/^ф/i,/^м/i,/^а/i,/^м/i,/^и/i,/^и/i,/^а/i,/^с/i,/^о/i,/^н/i,/^я/i],any:[/^я/i,/^ф/i,/^мар/i,/^ап/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^ав/i,/^с/i,/^о/i,/^н/i,/^д/i]},defaultParseWidth:"any"}),day:BB({matchPatterns:{narrow:/^[впсч]/i,short:/^(вс|во|пн|по|вт|ср|чт|че|пт|пя|сб|су)\.?/i,abbreviated:/^(вск|вос|пнд|пон|втр|вто|срд|сре|чтв|чет|птн|пят|суб).?/i,wide:/^(воскресень[ея]|понедельника?|вторника?|сред[аы]|четверга?|пятниц[аы]|суббот[аы])/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^в/i,/^п/i,/^в/i,/^с/i,/^ч/i,/^п/i,/^с/i],any:[/^в[ос]/i,/^п[он]/i,/^в/i,/^ср/i,/^ч/i,/^п[ят]/i,/^с[уб]/i]},defaultParseWidth:"any"}),dayPeriod:BB({matchPatterns:{narrow:/^([дп]п|полн\.?|полд\.?|утр[оа]|день|дня|веч\.?|ноч[ьи])/i,abbreviated:/^([дп]п|полн\.?|полд\.?|утр[оа]|день|дня|веч\.?|ноч[ьи])/i,wide:/^([дп]п|полночь|полдень|утр[оа]|день|дня|вечера?|ноч[ьи])/i},defaultMatchWidth:"wide",parsePatterns:{any:{am:/^дп/i,pm:/^пп/i,midnight:/^полн/i,noon:/^полд/i,morning:/^у/i,afternoon:/^д[ен]/i,evening:/^в/i,night:/^н/i}},defaultParseWidth:"any"})},options:{weekStartsOn:1,firstWeekContainsDate:1}},Sz=function(e,t){void 0===t&&(t="HH:mm");var n=cW().ui.lang;return e?xU(RU(e),t,{locale:"ru"===n?wz:fz}):""},xz=function(e,t){return function(e,t){EB(2,arguments);var n=wB(e),r=wB(t),o=NB(n,r),i=Math.abs(kB(n,r));n.setDate(n.getDate()-o*i);var a=Number(NB(n,r)===-o),s=o*(i-a);return 0===s?0:s}(RU(e),RU(t))},Oz=function(e,t){switch(t){case"today":return function(e){return EB(1,arguments),DB(e,Date.now())}(RU(e));case"yesterday":return function(e){return EB(1,arguments),DB(e,CU(Date.now(),1))}(RU(e));case"year":return function(e){return EB(1,arguments),kU(e,Date.now())}(RU(e));default:return!1}},Cz=function(e,n){if(!e)return null;if(Oz(e,"today"))return n?t.createElement(hA,{id:"time.today"}):Sz(e,"HH:mm");if(!Oz(e,"year"))return Sz(e,"dd MMMM yyyy");if(Oz(e,"yesterday"))return t.createElement(hA,{id:"time.yesterday"});var r=xz(e,(new Date).toISOString());return-2===r?t.createElement(hA,{id:"time.dayBefore"}):Sz(e,r<-2?"dd MMMM":"HH:mm")},kz=function(e){return t.createElement(gm,{container:!0,alignItems:"center"},e.children)},Tz=tz((function(e){var n=e.option;return t.createElement(kz,null,t.createElement(gm,{item:!0,xs:!0,component:yp,variant:"subtitle2",color:n.valid?RA.GREEN:RA.BLACK_01,sx:{wordBreak:"break-word"}},n.option),t.createElement(gm,{item:!0,component:yp,variant:"subtitle2",color:n.valid?RA.GREEN:gA(RA.BLACK_01,.5)},n.votesCount))})),Az=ME({avatar:{width:function(e){return Ez[e.size]},height:function(e){return Ez[e.size]},cursor:"pointer",fontSize:16}},{name:"Avatar"});!function(e){e[e.lg=32]="lg",e[e.sm=24]="sm"}(Ez||(Ez={}));var Dz=function(e){var n=e.src,r=e.onClick,o=e.name,i=e.avatarColor,a=void 0===i?AA.AVATAR1_BURGUNDY:i,s=Az(e);return t.createElement(Np,{alt:o,src:n,className:s.avatar,onClick:r,sx:{bgcolor:n?"inherit":RA[a]}},t.createElement(yp,{variant:"h4",sx:{textTransform:"uppercase"}},o&&function(e,t){return void 0===t&&(t=2),e.split(/(\s+)/).filter((function(e){return/\S/.test(e)})).slice(0,t).map((function(e){return e[0]})).join("")}(o)))};ME({checkbox:{width:20,height:20,border:"2px solid ".concat(RA.BLACK_03),borderRadius:4},input:{position:"absolute",left:-9999,width:1,height:1,"&:checked":{"&+ div":{backgroundImage:"url(/ui-kit/assets/icons/icon-checkbox.svg)",backgroundRepeat:"no-repeat",backgroundPosition:"center center",border:"0"}}}},{name:"Checkbox"});var Nz=ml("input")((function(e){return"\n padding: 0;\n border: 0;\n padding: 0;\n margin: 0;\n font-weight: 400;\n font-size: 15px;\n line-height: 19px;\n color: ".concat(e.error?RA.ERROR:RA.BLACK_01,";\n font-family: 'PTRootUIWebMedium';\n\n &::placeholder {\n color: ").concat(RA.LIGHT_02,";\n }\n\n &:focus {\n border: none;\n outline: none;\n }\n\n &:disabled {\n background: none;\n color: ").concat(RA.LIGHT_02,";\n }\n")})),Rz=ml("textarea")((function(e){var t=e.maxRows;return"\n font-weight: 400;\n font-size: 15px;\n line-height: ".concat(19,"px;\n color: ").concat(RA.BLACK_01,";\n width: 100%;\n border: 0;\n height: ").concat(t?19*t+"px":"auto",";\n resize: none;\n font-family: 'PTRootUIWebMedium';\n\n &::placeholder {\n color: ").concat(RA.LIGHT_02,";\n }\n\n &:focus {\n border: none;\n outline: none;\n }\n")})),Pz=t.forwardRef((function(e,n){var r=e.onChange,o=e.rightIcon,i=void 0===o?null:o,a=e.fullWidth,s=e.inputProps,u=e.disabled,c=e.onFocus,l=e.onBlur,d=e.error;e.errorText;var p=R(e,["onChange","rightIcon","fullWidth","inputProps","disabled","onFocus","onBlur","error","errorText"]),h=f(!1),m=h[0],v=h[1],y=i&&t.createElement(Im,{position:"end"},i),b=function(e){switch(e.type){case"focus":v(!0),c&&c(e);break;case"blur":v(!1),l&&l(e)}},E=e.multiline?"12px 16px":"14px 16px",w=g((function(){return d?RA.ERROR:m?RA.ACTIVE:RA.LIGHT_01}),[m]);return t.createElement(Xl,N({style:N(N({padding:E,display:"flex",alignItems:"center",justifyContent:"space-between",border:"1px solid ".concat(w),borderRadius:"10px"},a&&{width:"100%"}),{background:u?RA.LIGHT_01:"inherit"}),components:{Input:Nz,Textarea:Rz},componentsProps:{input:N(N({},s),{error:d})},onChange:function(e){r&&r(e.target.value)},onFocus:b,onBlur:b,endAdornment:y,disabled:u},p,{ref:n}))}));ME({wineLoader:{margin:"auto"},wineglass:{height:36,position:"relative","&:after":{content:"''",position:"absolute",top:"47px",left:"5px",width:"20px",height:"5px",background:"rgb(65, 56, 56)",boxShadow:"0 0 1px white"}},top:{background:"white",width:30,height:36,borderRadius:"0 0 36px 36px",boxShadow:"0 0 1px white","&:before":{animation:"rotate2 2s linear infinite",content:"''",position:"absolute",left:4,bottom:4,width:22,height:22,borderRadius:"50%",background:"linear-gradient(transparent 50%, #F36E3E 50%)"},"&:after":{content:"''",position:"absolute",top:"35px",left:"12px",width:"6px",height:"13px",background:"white",boxShadow:"0 0 1px white"}},left:{display:"inline-block",marginRight:10,animation:"rotate1 2s cubic-bezier(.39,1.52,.46,.92) infinite"},right:{display:"inline-block",animation:"rotate2 2s cubic-bezier(.39,1.52,.46,.92) infinite"},ul:{listStyle:"none",margin:0,padding:0,width:70,height:25,position:"relative",opacity:0,animation:"2s fadeInUp infinite linear 2s"},li:{width:6,height:15,background:"white",position:"absolute",boxShadow:"0 0 1px white",transformOrigin:"bottom","&:nth-child(1)":{left:"26px",bottom:"5px",transform:"rotate(-35deg)"},"&:nth-child(2)":{left:34,bottom:8},"&:nth-child(3)":{left:42,bottom:5,transform:"rotate(35deg)"}},"@keyframes rotate1":{"0%":{transform:"rotate(0deg)"},"50%":{transform:"rotate(22deg)"}},"@keyframes rotate2":{"0%":{transform:"rotate(0deg)"},"50%":{transform:"rotate(-22deg)"}},"@keyframes fadeInUp":{"0%":{opacity:0,transform:"scaleY(1)"},"33%":{opacity:1,transform:"scaleY(1.4)"},"64%":{opacity:.1,transform:"scaleY(1)"},"100%":{opacity:0,transform:"scaleY(.3)"}}},{name:"WineLoader"});var Iz=function(e){var n=e.className,r=e.fill,o=void 0===r?"#060A2D":r,i=e.width,a=void 0===i?12:i,s=e.height,u=void 0===s?12:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M1.38462 0C0.623798 0 0 0.603664 0 1.33992V8.48619C0 9.22245 0.623798 9.82611 1.38462 9.82611H5.85937L9.23077 12V9.82611H10.6154C11.3762 9.82611 12 9.22245 12 8.48619V1.33992C12 0.603664 11.3762 0 10.6154 0H1.38462ZM1.38462 0.893283H10.6154C10.875 0.893283 11.0769 1.08869 11.0769 1.33992V8.48619C11.0769 8.73742 10.875 8.93283 10.6154 8.93283H8.30769V10.3321L6.14063 8.93283H1.38462C1.125 8.93283 0.923077 8.73742 0.923077 8.48619V1.33992C0.923077 1.08869 1.125 0.893283 1.38462 0.893283ZM2.76923 2.67985V3.57313H9.23077V2.67985H2.76923ZM2.76923 4.46641V5.3597H9.23077V4.46641H2.76923ZM2.76923 6.25298V7.14626H6.46154V6.25298H2.76923Z",fill:o}))},Mz=function(e){var n=cW(),r=n.ui.params.id,o=e.length,i=e.pollId,a=!!o;return t.createElement(kz,null,t.createElement(cz,{variant:"link",onClick:function(){n.ui.setRoute("".concat(X_.PollResultOpenEndedDetail,"/").concat(r,"/").concat(i))},disabled:!a},t.createElement(gm,{container:!0,wrap:"nowrap",alignItems:"center",columnGap:"6px"},t.createElement(Iz,null),t.createElement(yp,{variant:"subtitle2"},t.createElement(hA,{id:"poll.answers",values:{number:o}})))))},jz=tz((function(e){var n,r,o=e.poll;return null===(n=cW().currentChannel)||void 0===n||n.getPollList,t.createElement(gm,{item:!0,width:"100%"},t.createElement(Vf,{sx:{backgroundColor:RA.LIGHT_04,margin:"0px 12px 13px"},elevation:0},t.createElement(gm,{container:!0,justifyContent:"space-between",padding:"16px 12px"},t.createElement(yp,{variant:"h4"},Cz(o.stoppedAt||o.createdAt,!0)),t.createElement(yp,{variant:"subtitle2",color:gA(RA.BLACK_01,.5)},Sz(o.stoppedAt||o.createdAt))),t.createElement(Ah,null),t.createElement(gm,{item:!0,container:!0,padding:"13px 14px",rowGap:3},o.options.map((function(e){return t.createElement(Tz,{key:e.id,option:e})})),o.isOpenEnded&&t.createElement(Mz,{length:(null===(r=o.votes)||void 0===r?void 0:r.length)||0,pollId:o.id}))))})),Lz=tz((function(){var e=cW(),n=e.ui,r=e.currentChannel,o=n.params.pollId,i=null==r?void 0:r.findPollById(o),a=null==r?void 0:r.getPollListByTemplateId(i),s=a[0],u=s.question,c=s.status;return s?t.createElement(t.Fragment,null,t.createElement(ZA,{onBack:function(){return n.back()}},t.createElement(iz,{title:null==r?void 0:r.name})),t.createElement(gm,{container:!0,direction:"column",wrap:"nowrap",overflow:"auto",height:"100%"},t.createElement(yp,{variant:"h2",marginTop:"24px",textAlign:"center"},t.createElement(hA,{id:"poll.results"})),t.createElement(MA,{status:c,alignSelf:"start",marginTop:"49px",mb:"12px",marginLeft:"16px"}),t.createElement(yp,{variant:"h2",alignSelf:"start",margin:"0px 20px",sx:{wordBreak:"break-word"}},u),t.createElement(yp,{variant:"body2",alignSelf:"start",color:gA(RA.BLACK_02,.6),marginLeft:"20px",marginTop:"6px",marginBottom:"20px"},t.createElement(hA,{id:WU(s)})),null==a?void 0:a.map((function(e){return t.createElement(jz,{key:e.id,poll:e})}))),t.createElement(lz,{activePoll:s,currentChannel:r,templatePoll:i})):null})),Fz=function(){var e=cW(),n=e.ui,r=String(n.params.pollId),o=e.currentChannel,i=null==o?void 0:o.findPollById(r);return t.createElement(t.Fragment,null,t.createElement(ZA,{onBack:function(){return n.back()}},t.createElement(iz,{title:null==o?void 0:o.name})),t.createElement(gm,{container:!0,direction:"column",overflow:"auto",paddingTop:"24px",wrap:"nowrap"},t.createElement(gm,{item:!0,component:yp,variant:"h2",alignSelf:"center"},t.createElement(hA,{id:"poll.answers",values:{number:null==i?void 0:i.votes.length}})),t.createElement(MA,{status:null==i?void 0:i.status,alignSelf:"start",marginTop:"49px",mb:"12px",marginLeft:"16px"}),t.createElement(yp,{variant:"h2",alignSelf:"start",margin:"0px 20px",sx:{wordBreak:"break-word"}},null==i?void 0:i.question),t.createElement(yp,{variant:"body2",alignSelf:"start",color:gA(RA.BLACK_02,.6),marginLeft:"20px",marginTop:"6px",marginBottom:"20px"},t.createElement(hA,{id:WU(i)})),null==i?void 0:i.votes.map((function(e){return t.createElement(Vf,{key:e.id,sx:{backgroundColor:RA.LIGHT_04,margin:"0px 12px 13px"},elevation:0},t.createElement(gm,{container:!0,justifyContent:"space-between",padding:"16px 12px"},t.createElement(yp,{variant:"h4"},e.user.displayName),t.createElement(yp,{variant:"subtitle2",color:gA(RA.BLACK_01,.5)},Sz(i.stoppedAt||i.createdAt))),t.createElement(Ah,null),t.createElement(yp,{margin:"12px",variant:"subtitle2"},e.answer))}))))};function Vz(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Bz(){return(Bz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Uz(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function _z(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Wz=t.createContext(),zz={containerRoot:{},containerAnchorOriginTopCenter:{},containerAnchorOriginBottomCenter:{},containerAnchorOriginTopRight:{},containerAnchorOriginBottomRight:{},containerAnchorOriginTopLeft:{},containerAnchorOriginBottomLeft:{}},qz="WARNING - notistack: Reached maxSnack while all enqueued snackbars have 'persist' flag. Notistack will dismiss the oldest snackbar anyway to allow other ones in the queue to be presented.",Gz={default:20,dense:4},Hz={default:6,dense:2},Yz={maxSnack:3,dense:!1,hideIconVariant:!1,variant:"default",autoHideDuration:5e3,anchorOrigin:{vertical:"bottom",horizontal:"left"},TransitionComponent:jh,transitionDuration:{enter:225,exit:195}},Kz=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},Xz=function(e){return Object.keys(e).filter((function(e){return!zz[e]})).reduce((function(t,n){var r;return Bz({},t,((r={})[n]=e[n],r))}),{})},Jz={TIMEOUT:"timeout",CLICKAWAY:"clickaway",MAXSNACK:"maxsnack",INSTRUCTED:"instructed"},Zz=function(e){return"containerAnchorOrigin"+e},Qz=function(e){var t=e.vertical,n=e.horizontal;return"anchorOrigin"+Kz(t)+Kz(n)},$z=function(e){return"variant"+Kz(e)},eq=function(e){return!!e||0===e},tq=function(e){return"number"==typeof e||null===e};function nq(e,t,n){return void 0===e&&(e={}),void 0===t&&(t={}),void 0===n&&(n={}),Bz({},n,{},t,{},e)}var rq={root:"SnackbarContent-root"},oq=$d("div")((function(e){var t,n,r=e.theme;return(n={})["&."+rq.root]=((t={display:"flex",flexWrap:"wrap",flexGrow:1})[r.breakpoints.up("sm")]={flexGrow:"initial",minWidth:288},t),n})),iq=r((function(e,n){var r=e.className,o=Uz(e,["className"]);return t.createElement(oq,Object.assign({ref:n,className:Wc(rq.root,r)},o))})),aq={right:"left",left:"right",bottom:"up",top:"down"},sq=function(e){return"center"!==e.horizontal?aq[e.horizontal]:aq[e.vertical]},uq=function(e){return t.createElement(of,Object.assign({},e),t.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41\n 10.59L10 14.17L17.59 6.58L19 8L10 17Z"}))},cq=function(e){return t.createElement(of,Object.assign({},e),t.createElement("path",{d:"M13,14H11V10H13M13,18H11V16H13M1,21H23L12,2L1,21Z"}))},lq=function(e){return t.createElement(of,Object.assign({},e),t.createElement("path",{d:"M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,\n 6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,\n 13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z"}))},dq=function(e){return t.createElement(of,Object.assign({},e),t.createElement("path",{d:"M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,\n 0 22,12A10,10 0 0,0 12,2Z"}))},fq={fontSize:20,marginInlineEnd:8},pq={default:void 0,success:t.createElement(uq,{style:fq}),warning:t.createElement(cq,{style:fq}),error:t.createElement(lq,{style:fq}),info:t.createElement(dq,{style:fq})};function hq(e,t){return e.reduce((function(e,n){return null==n?e:("production"!==process.env.NODE_ENV&&"function"!=typeof n&&console.error("Invalid Argument Type. must only provide functions, undefined, or null."),function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];var a=[].concat(o);t&&-1===a.indexOf(t)&&a.push(t),e.apply(this,a),n.apply(this,a)})}),(function(){}))}var mq="undefined"!=typeof window?u:y;function vq(e){var t=s(e);return mq((function(){t.current=e})),h((function(){return t.current.apply(void 0,arguments)}),[])}var gq={contentRoot:"SnackbarItem-contentRoot",lessPadding:"SnackbarItem-lessPadding",variantSuccess:"SnackbarItem-variantSuccess",variantError:"SnackbarItem-variantError",variantInfo:"SnackbarItem-variantInfo",variantWarning:"SnackbarItem-variantWarning",message:"SnackbarItem-message",action:"SnackbarItem-action",wrappedRoot:"SnackbarItem-wrappedRoot"},yq=$d(r((function(e,t){var n=e.children,r=e.autoHideDuration,o=e.ClickAwayListenerProps,a=e.disableWindowBlurListener,u=void 0!==a&&a,c=e.onClose,l=e.onMouseEnter,d=e.onMouseLeave,f=e.open,p=e.resumeHideDuration,m=Uz(e,["children","autoHideDuration","ClickAwayListenerProps","disableWindowBlurListener","onClose","onMouseEnter","onMouseLeave","open","resumeHideDuration"]),v=s(),g=vq((function(){c&&c.apply(void 0,arguments)})),b=vq((function(e){c&&null!=e&&(clearTimeout(v.current),v.current=setTimeout((function(){g(null,Jz.TIMEOUT)}),e))}));y((function(){return f&&b(r),function(){clearTimeout(v.current)}}),[f,r,b]);var E=function(){clearTimeout(v.current)},w=h((function(){null!=r&&b(null!=p?p:.5*r)}),[r,p,b]);return y((function(){if(!u&&f)return window.addEventListener("focus",w),window.addEventListener("blur",E),function(){window.removeEventListener("focus",w),window.removeEventListener("blur",E)}}),[u,w,f]),i(vh,Bz({onClickAway:function(e){c&&c(e,Jz.CLICKAWAY)}},o),i("div",Bz({onMouseEnter:function(e){l&&l(e),E()},onMouseLeave:function(e){d&&d(e),w()},ref:t},m),n))})))((function(e){var t,n=e.theme,r=n.palette.mode||n.palette.type,o=function(e,t=.15){return El(e)>.5?xl(e,t):Ol(e,t)}(n.palette.background.default,"light"===r?.8:.98);return(t={})["&."+gq.wrappedRoot]={position:"relative",transform:"translateX(0)",top:0,right:0,bottom:0,left:0},t["."+gq.contentRoot]=Bz({},n.typography.body2,{backgroundColor:o,color:n.palette.getContrastText(o),alignItems:"center",padding:"6px 16px",borderRadius:"4px",boxShadow:"0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"}),t["."+gq.lessPadding]={paddingLeft:20},t["."+gq.variantSuccess]={backgroundColor:"#43a047",color:"#fff"},t["."+gq.variantError]={backgroundColor:"#d32f2f",color:"#fff"},t["."+gq.variantInfo]={backgroundColor:"#2196f3",color:"#fff"},t["."+gq.variantWarning]={backgroundColor:"#ff9800",color:"#fff"},t["."+gq.message]={display:"flex",alignItems:"center",padding:"8px 0"},t["."+gq.action]={display:"flex",alignItems:"center",marginLeft:"auto",paddingLeft:16,marginRight:-8},t})),bq=function(e){var n=e.classes,r=Uz(e,["classes"]),o=s(),i=f(!0),a=i[0],u=i[1];y((function(){return function(){o.current&&clearTimeout(o.current)}}),[]);var c=hq([r.snack.onClose,r.onClose],r.snack.key),l=r.style,d=r.ariaAttributes,p=r.className,h=r.hideIconVariant,m=r.iconVariant,v=r.snack,g=r.action,b=r.content,E=r.TransitionComponent,w=r.TransitionProps,S=r.transitionDuration,x=Uz(r,["style","dense","ariaAttributes","className","hideIconVariant","iconVariant","snack","action","content","TransitionComponent","TransitionProps","transitionDuration","onEnter","onEntered","onEntering","onExit","onExited","onExiting"]),O=v.key,C=v.open,k=v.className,T=v.variant,A=v.content,D=v.action,N=v.ariaAttributes,R=v.anchorOrigin,P=v.message,I=v.TransitionComponent,M=v.TransitionProps,j=v.transitionDuration,L=Uz(v,["persist","key","open","entered","requestClose","className","variant","content","action","ariaAttributes","anchorOrigin","message","TransitionComponent","TransitionProps","transitionDuration","onEnter","onEntered","onEntering","onExit","onExited","onExiting"]),F=Bz({},pq,{},m)[T],V=Bz({"aria-describedby":"notistack-snackbar"},nq(N,d)),B=I||E||Yz.TransitionComponent,U=nq(j,S,Yz.transitionDuration),_=Bz({direction:sq(R)},nq(M,w)),W=D||g;"function"==typeof W&&(W=W(O));var z=A||b;"function"==typeof z&&(z=z(O,v.message));var q=["onEnter","onEntering","onEntered","onExit","onExiting","onExited"].reduce((function(e,t){var n;return Bz({},e,((n={})[t]=hq([r.snack[t],r[t]],r.snack.key),n))}),{});return t.createElement(Pf,{unmountOnExit:!0,timeout:175,in:a,onExited:q.onExited},t.createElement(yq,Object.assign({},x,L,{open:C,className:Wc(n.root,gq.wrappedRoot,n[Qz(R)]),onClose:c}),t.createElement(B,Object.assign({appear:!0,in:C,timeout:U},_,{onExit:q.onExit,onExiting:q.onExiting,onExited:function(){o.current=setTimeout((function(){u(!a)}),125)},onEnter:q.onEnter,onEntering:q.onEntering,onEntered:hq([q.onEntered,function(){r.snack.requestClose&&c(null,Jz.INSTRCUTED)}])}),z||t.createElement(iq,Object.assign({},V,{role:"alert",style:l,className:Wc(gq.contentRoot,gq[$z(T)],n[$z(T)],p,k,!h&&F&&gq.lessPadding)}),t.createElement("div",{id:V["aria-describedby"],className:gq.message},h?null:F,P),W&&t.createElement("div",{className:gq.action},W)))))},Eq="& > .MuiCollapse-container, & > .MuiCollapse-root",wq="& > .MuiCollapse-container > .MuiCollapse-wrapper, & > .MuiCollapse-root > .MuiCollapse-wrapper",Sq={root:"SnackbarContainer-root",rootDense:"SnackbarContainer-rootDense",top:"SnackbarContainer-top",bottom:"SnackbarContainer-bottom",left:"SnackbarContainer-left",right:"SnackbarContainer-right",center:"SnackbarContainer-center"},xq=$d("div")((function(e){var t,n,r,o,i,a,s=e.theme;return(a={})["&."+Sq.root]=((t={boxSizing:"border-box",display:"flex",maxHeight:"100%",position:"fixed",zIndex:s.zIndex.snackbar,height:"auto",width:"auto",transition:"top 300ms ease 0ms, right 300ms ease 0ms, bottom 300ms ease 0ms, left 300ms ease 0ms, margin 300ms ease 0ms, max-width 300ms ease 0ms",pointerEvents:"none"})[Eq]={pointerEvents:"all"},t[wq]={padding:Hz.default+"px 0px",transition:"padding 300ms ease 0ms"},t.maxWidth="calc(100% - "+2*Gz.default+"px)",t[s.breakpoints.down("sm")]={width:"100%",maxWidth:"calc(100% - 32px)"},t),a["&."+Sq.rootDense]=((n={})[wq]={padding:Hz.dense+"px 0px"},n),a["&."+Sq.top]={top:Gz.default-Hz.default,flexDirection:"column"},a["&."+Sq.bottom]={bottom:Gz.default-Hz.default,flexDirection:"column-reverse"},a["&."+Sq.left]=((r={left:Gz.default})[s.breakpoints.up("sm")]={alignItems:"flex-start"},r[s.breakpoints.down("sm")]={left:"16px"},r),a["&."+Sq.right]=((o={right:Gz.default})[s.breakpoints.up("sm")]={alignItems:"flex-end"},o[s.breakpoints.down("sm")]={right:"16px"},o),a["&."+Sq.center]=((i={left:"50%",transform:"translateX(-50%)"})[s.breakpoints.up("sm")]={alignItems:"center"},i),a})),Oq=function(e){var n=e.className,r=e.anchorOrigin,o=e.dense,i=Uz(e,["className","anchorOrigin","dense"]),a=Wc(Sq[r.vertical],Sq[r.horizontal],Sq.root,n,o&&Sq.rootDense);return t.createElement(xq,Object.assign({className:a},i))},Cq=t.memo(Oq),kq="production"!==process.env.NODE_ENV,Tq=function(e){var n,r,o,i,a;function s(t){var n;return(n=e.call(this,t)||this).enqueueSnackbar=function(e,t){void 0===t&&(t={});var r=t,o=r.key,i=r.preventDuplicate,a=Uz(r,["key","preventDuplicate"]),s=eq(o),u=s?o:(new Date).getTime()+Math.random(),c=function(e,t,n){return function(r){return"autoHideDuration"===r?tq(e.autoHideDuration)?e.autoHideDuration:tq(t.autoHideDuration)?t.autoHideDuration:Yz.autoHideDuration:e[r]||t[r]||n[r]}}(a,n.props,Yz),l=Bz({key:u},a,{message:e,open:!0,entered:!1,requestClose:!1,variant:c("variant"),anchorOrigin:c("anchorOrigin"),autoHideDuration:c("autoHideDuration")});return a.persist&&(l.autoHideDuration=void 0),n.setState((function(t){if(void 0===i&&n.props.preventDuplicate||i){var r=function(t){return s?t.key===o:t.message===e},a=t.queue.findIndex(r)>-1,u=t.snacks.findIndex(r)>-1;if(a||u)return t}return n.handleDisplaySnack(Bz({},t,{queue:[].concat(t.queue,[l])}))})),u},n.handleDisplaySnack=function(e){return e.snacks.length>=n.maxSnack?n.handleDismissOldest(e):n.processQueue(e)},n.processQueue=function(e){var t=e.queue,n=e.snacks;return t.length>0?Bz({},e,{snacks:[].concat(n,[t[0]]),queue:t.slice(1,t.length)}):e},n.handleDismissOldest=function(e){if(e.snacks.some((function(e){return!e.open||e.requestClose})))return e;var t=!1,r=!1;e.snacks.reduce((function(e,t){return e+(t.open&&t.persist?1:0)}),0)===n.maxSnack&&("production"!==process.env.NODE_ENV&&function(e){if(kq){"undefined"!=typeof console&&console.error(e);try{throw new Error(e)}catch(e){}}}(qz),r=!0);var o=e.snacks.map((function(e){return t||e.persist&&!r?Bz({},e):(t=!0,e.entered?(e.onClose&&e.onClose(null,Jz.MAXSNACK,e.key),n.props.onClose&&n.props.onClose(null,Jz.MAXSNACK,e.key),Bz({},e,{open:!1})):Bz({},e,{requestClose:!0}))}));return Bz({},e,{snacks:o})},n.handleEnteredSnack=function(e,t,r){if(!eq(r))throw new Error("handleEnteredSnack Cannot be called with undefined key");n.setState((function(e){return{snacks:e.snacks.map((function(e){return e.key===r?Bz({},e,{entered:!0}):Bz({},e)}))}}))},n.handleCloseSnack=function(e,t,r){if(n.props.onClose&&n.props.onClose(e,t,r),t!==Jz.CLICKAWAY){var o=void 0===r;n.setState((function(e){var t=e.snacks,n=e.queue;return{snacks:t.map((function(e){return o||e.key===r?e.entered?Bz({},e,{open:!1}):Bz({},e,{requestClose:!0}):Bz({},e)})),queue:n.filter((function(e){return e.key!==r}))}}))}},n.closeSnackbar=function(e){var t=n.state.snacks.find((function(t){return t.key===e}));eq(e)&&t&&t.onClose&&t.onClose(null,Jz.INSTRUCTED,e),n.handleCloseSnack(null,Jz.INSTRUCTED,e)},n.handleExitedSnack=function(e,t,r){var o=t||r;if(!eq(o))throw new Error("handleExitedSnack Cannot be called with undefined key");n.setState((function(e){var t=n.processQueue(Bz({},e,{snacks:e.snacks.filter((function(e){return e.key!==o}))}));return 0===t.queue.length?t:n.handleDismissOldest(t)}))},n.state={snacks:[],queue:[],contextValue:{enqueueSnackbar:n.enqueueSnackbar.bind(_z(n)),closeSnackbar:n.closeSnackbar.bind(_z(n))}},n}return r=e,(n=s).prototype=Object.create(r.prototype),n.prototype.constructor=n,n.__proto__=r,s.prototype.render=function(){var e=this,n=this.state.contextValue,r=this.props,o=r.iconVariant,i=r.dense,a=void 0===i?Yz.dense:i,s=r.hideIconVariant,u=void 0===s?Yz.hideIconVariant:s,c=r.domRoot,l=r.children,d=r.classes,f=void 0===d?{}:d,p=Uz(r,["maxSnack","preventDuplicate","variant","anchorOrigin","iconVariant","dense","hideIconVariant","domRoot","children","classes"]),h=this.state.snacks.reduce((function(e,t){var n,r,o=(r=t.anchorOrigin,""+Kz(r.vertical)+Kz(r.horizontal)),i=e[o]||[];return Bz({},e,((n={})[o]=[].concat(i,[t]),n))}),{}),m=Object.keys(h).map((function(n){var r=h[n];return t.createElement(Cq,{key:n,dense:a,anchorOrigin:r[0].anchorOrigin,className:Wc(f.containerRoot,f[Zz(n)])},r.map((function(n){return t.createElement(bq,Object.assign({},p,{key:n.key,snack:n,dense:a,iconVariant:o,hideIconVariant:u,classes:Xz(f),onClose:e.handleCloseSnack,onExited:hq([e.handleExitedSnack,e.props.onExited]),onEntered:hq([e.handleEnteredSnack,e.props.onEntered])}))})))}));return t.createElement(Wz.Provider,{value:n},l,c?x(m,c):m)},o=s,(i=[{key:"maxSnack",get:function(){return this.props.maxSnack||Yz.maxSnack}}])&&Vz(o.prototype,i),a&&Vz(o,a),s}(m),Aq=function(){return o(Wz)},Dq={};function Nq(e){return function(t,n){return{displayName:e,props:t,children:n||[]}}}!function(e){var t=function(){var e=function(e,t,n,r){for(n=n||{},r=e.length;r--;n[e[r]]=t);return n},t=[1,9],n=[1,10],r=[1,11],o=[1,12],i=[5,11,12,13,14,15],a={trace:function(){},yy:{},symbols_:{error:2,root:3,expressions:4,EOF:5,expression:6,optional:7,literal:8,splat:9,param:10,"(":11,")":12,LITERAL:13,SPLAT:14,PARAM:15,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",11:"(",12:")",13:"LITERAL",14:"SPLAT",15:"PARAM"},productions_:[0,[3,2],[3,1],[4,2],[4,1],[6,1],[6,1],[6,1],[6,1],[7,3],[8,1],[9,1],[10,1]],performAction:function(e,t,n,r,o,i,a){var s=i.length-1;switch(o){case 1:return new r.Root({},[i[s-1]]);case 2:return new r.Root({},[new r.Literal({value:""})]);case 3:this.$=new r.Concat({},[i[s-1],i[s]]);break;case 4:case 5:this.$=i[s];break;case 6:this.$=new r.Literal({value:i[s]});break;case 7:this.$=new r.Splat({name:i[s]});break;case 8:this.$=new r.Param({name:i[s]});break;case 9:this.$=new r.Optional({},[i[s-1]]);break;case 10:this.$=e;break;case 11:case 12:this.$=e.slice(1)}},table:[{3:1,4:2,5:[1,3],6:4,7:5,8:6,9:7,10:8,11:t,13:n,14:r,15:o},{1:[3]},{5:[1,13],6:14,7:5,8:6,9:7,10:8,11:t,13:n,14:r,15:o},{1:[2,2]},e(i,[2,4]),e(i,[2,5]),e(i,[2,6]),e(i,[2,7]),e(i,[2,8]),{4:15,6:4,7:5,8:6,9:7,10:8,11:t,13:n,14:r,15:o},e(i,[2,10]),e(i,[2,11]),e(i,[2,12]),{1:[2,1]},e(i,[2,3]),{6:14,7:5,8:6,9:7,10:8,11:t,12:[1,16],13:n,14:r,15:o},e(i,[2,9])],defaultActions:{3:[2,2],13:[2,1]},parseError:function(e,t){if(!t.recoverable){function n(e,t){this.message=e,this.hash=t}throw n.prototype=Error,new n(e,t)}this.trace(e)},parse:function(e){var t=this,n=[0],r=[null],o=[],i=this.table,a="",s=0,u=0,c=2,l=1,d=o.slice.call(arguments,1),f=Object.create(this.lexer),p={yy:{}};for(var h in this.yy)Object.prototype.hasOwnProperty.call(this.yy,h)&&(p.yy[h]=this.yy[h]);f.setInput(e,p.yy),p.yy.lexer=f,p.yy.parser=this,void 0===f.yylloc&&(f.yylloc={});var m=f.yylloc;o.push(m);var v=f.options&&f.options.ranges;"function"==typeof p.yy.parseError?this.parseError=p.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var g,y,b,E,w,S,x,O,C=function(){var e;return"number"!=typeof(e=f.lex()||l)&&(e=t.symbols_[e]||e),e},k={};;){if(y=n[n.length-1],this.defaultActions[y]?b=this.defaultActions[y]:(null==g&&(g=C()),b=i[y]&&i[y][g]),void 0===b||!b.length||!b[0]){var T="";for(w in O=[],i[y])this.terminals_[w]&&w>c&&O.push("'"+this.terminals_[w]+"'");T=f.showPosition?"Parse error on line "+(s+1)+":\n"+f.showPosition()+"\nExpecting "+O.join(", ")+", got '"+(this.terminals_[g]||g)+"'":"Parse error on line "+(s+1)+": Unexpected "+(g==l?"end of input":"'"+(this.terminals_[g]||g)+"'"),this.parseError(T,{text:f.match,token:this.terminals_[g]||g,line:f.yylineno,loc:m,expected:O})}if(b[0]instanceof Array&&b.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+g);switch(b[0]){case 1:n.push(g),r.push(f.yytext),o.push(f.yylloc),n.push(b[1]),g=null,u=f.yyleng,a=f.yytext,s=f.yylineno,m=f.yylloc;break;case 2:if(S=this.productions_[b[1]][1],k.$=r[r.length-S],k._$={first_line:o[o.length-(S||1)].first_line,last_line:o[o.length-1].last_line,first_column:o[o.length-(S||1)].first_column,last_column:o[o.length-1].last_column},v&&(k._$.range=[o[o.length-(S||1)].range[0],o[o.length-1].range[1]]),void 0!==(E=this.performAction.apply(k,[a,u,s,p.yy,b[1],r,o].concat(d))))return E;S&&(n=n.slice(0,-1*S*2),r=r.slice(0,-1*S),o=o.slice(0,-1*S)),n.push(this.productions_[b[1]][0]),r.push(k.$),o.push(k._$),x=i[n[n.length-2]][n[n.length-1]],n.push(x);break;case 3:return!0}}return!0}},s={EOF:1,parseError:function(e,t){if(!this.yy.parser)throw new Error(e);this.yy.parser.parseError(e,t)},setInput:function(e,t){return this.yy=t||this.yy||{},this._input=e,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var e=this._input[0];return this.yytext+=e,this.yyleng++,this.offset++,this.match+=e,this.matched+=e,e.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),e},unput:function(e){var t=e.length,n=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-t),this.offset-=t;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var o=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-t},this.options.ranges&&(this.yylloc.range=[o[0],o[0]+this.yyleng-t]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;return e.length<20&&(e+=this._input.substr(0,20-e.length)),(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput(),t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},test_match:function(e,t){var n,r,o;if(this.options.backtrack_lexer&&(o={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(o.yylloc.range=this.yylloc.range.slice(0))),(r=e[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+e[0].length},this.yytext+=e[0],this.match+=e[0],this.matches=e,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(e[0].length),this.matched+=e[0],n=this.performAction.call(this,this.yy,this,t,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var i in o)this[i]=o[i];return!1}return!1},next:function(){if(this.done)return this.EOF;var e,t,n,r;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var o=this._currentRules(),i=0;i<o.length;i++)if((n=this._input.match(this.rules[o[i]]))&&(!t||n[0].length>t[0].length)){if(t=n,r=i,this.options.backtrack_lexer){if(!1!==(e=this.test_match(n,o[i])))return e;if(this._backtrack){t=!1;continue}return!1}if(!this.options.flex)break}return t?!1!==(e=this.test_match(t,o[r]))&&e:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var e=this.next();return e||this.lex()},begin:function(e){this.conditionStack.push(e)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(e){return(e=this.conditionStack.length-1-Math.abs(e||0))>=0?this.conditionStack[e]:"INITIAL"},pushState:function(e){this.begin(e)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(e,t,n,r){switch(n){case 0:return"(";case 1:return")";case 2:return"SPLAT";case 3:return"PARAM";case 4:case 5:return"LITERAL";case 6:return"EOF"}},rules:[/^(?:\()/,/^(?:\))/,/^(?:\*+\w+)/,/^(?::+\w+)/,/^(?:[\w%\-~\n]+)/,/^(?:.)/,/^(?:$)/],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6],inclusive:!0}}};function u(){this.yy={}}return a.lexer=s,u.prototype=a,a.Parser=u,new u}();e.parser=t,e.Parser=t.Parser,e.parse=function(){return t.parse.apply(t,arguments)}}(Dq);var Rq={Root:Nq("Root"),Concat:Nq("Concat"),Literal:Nq("Literal"),Splat:Nq("Splat"),Param:Nq("Param"),Optional:Nq("Optional")},Pq=Dq.parser;Pq.yy=Rq;var Iq=Pq,Mq=Object.keys(Rq);var jq=function(e){return Mq.forEach((function(t){if(void 0===e[t])throw new Error("No handler defined for "+t.displayName)})),{visit:function(e,t){return this.handlers[e.displayName].call(this,e,t)},handlers:e}},Lq=jq,Fq=/[\-{}\[\]+?.,\\\^$|#\s]/g;function Vq(e){this.captures=e.captures,this.re=e.re}Vq.prototype.match=function(e){var t=this.re.exec(e),n={};if(t)return this.captures.forEach((function(e,r){void 0===t[r+1]?n[e]=void 0:n[e]=decodeURIComponent(t[r+1])})),n};var Bq=Lq({Concat:function(e){return e.children.reduce(function(e,t){var n=this.visit(t);return{re:e.re+n.re,captures:e.captures.concat(n.captures)}}.bind(this),{re:"",captures:[]})},Literal:function(e){return{re:e.props.value.replace(Fq,"\\$&"),captures:[]}},Splat:function(e){return{re:"([^?]*?)",captures:[e.props.name]}},Param:function(e){return{re:"([^\\/\\?]+)",captures:[e.props.name]}},Optional:function(e){var t=this.visit(e.children[0]);return{re:"(?:"+t.re+")?",captures:t.captures}},Root:function(e){var t=this.visit(e.children[0]);return new Vq({re:new RegExp("^"+t.re+"(?=\\?|$)"),captures:t.captures})}}),Uq=jq({Concat:function(e,t){var n=e.children.map(function(e){return this.visit(e,t)}.bind(this));return!n.some((function(e){return!1===e}))&&n.join("")},Literal:function(e){return decodeURI(e.props.value)},Splat:function(e,t){return!!t[e.props.name]&&t[e.props.name]},Param:function(e,t){return!!t[e.props.name]&&t[e.props.name]},Optional:function(e,t){var n=this.visit(e.children[0],t);return n||""},Root:function(e,t){t=t||{};var n=this.visit(e.children[0],t);return!!n&&encodeURI(n)}}),_q=Iq,Wq=Bq,zq=Uq;function qq(e){var t;if(t=this?this:Object.create(qq.prototype),void 0===e)throw new Error("A route spec is required");return t.spec=e,t.ast=_q.parse(e),t}qq.prototype=Object.create(null),qq.prototype.match=function(e){var t=Wq.visit(this.ast).match(e);return t||!1},qq.prototype.reverse=function(e){return zq.visit(this.ast,e)};var Gq=qq,Hq=RC((function(e){var t=e.route,n=e.children,r=cW().ui,o=f(!1),i=o[0],a=o[1];return y((function(){return Ox((function(){var e=new Gq(t).match(r.route);e?(r.setParams(e),a(!0)):a(!1)}))})),i?n:null})),Yq=af(C("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),Kq=af(C("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}),"MoreHoriz"),Xq=ME({root:{position:"absolute",left:0,right:0,bottom:0,overflow:"hidden"},content:{zIndex:1e3,background:RA.SURFACE_PRIMARY,padding:20,borderRadius:"20px 20px 0px 0px"},background:{background:"black",width:"100%",height:"100%",position:"absolute",opacity:".1"},cancelButton:{width:32,height:34,backgroundColor:RA.WHITE,borderRadius:10,marginLeft:16,marginBottom:12}},{name:"Drawer"}),Jq=p((function(e){var n,r,o=e.children,i=e.onClickClose,a=e.open,s=Xq();return t.createElement(t.Fragment,null,a&&t.createElement(t.Fragment,null,t.createElement("div",{className:rz((n={},n[s.background]=a,n))}),t.createElement("div",{className:rz((r={},r[s.root]=!0,r))},t.createElement(dp,{className:s.cancelButton,onClick:i},t.createElement(Yq,{fill:RA.BLACK_01})),t.createElement("div",{className:s.content},o))))})),Zq=ME({footerActions:{"& > a":{color:RA.BLUE}}},{name:"ActionBlock"}),Qq=p((function(e){var n=e.buttonText,r=e.onClickButton,o=e.footerActions,i=Zq();return t.createElement(t.Fragment,null,t.createElement(cz,{variant:"primary",fullWidth:!0,size:"large",onClick:r},n),t.createElement(yp,{variant:"body2",component:"div",className:i.footerActions},null==o?void 0:o.map((function(e,n){return t.createElement(a,{key:n},t.createElement("a",{href:"#",onClick:e.onClick},e.text),n+1!==o.length&&t.createElement("span",null," ",t.createElement(hA,{id:"or"})," "))}))))})),$q=function(e){return e instanceof Error?RL.isAxiosError(e)?e.toJSON().message:e.message:""},eG=function(){var e=["autumn","hidden","bitter","misty","silent","empty","dry","dark","summer","icy","delicate","quiet","white","cool","spring","winter","patient","twilight","dawn","crimson","wispy","weathered","blue","billowing","broken","cold","damp","falling","frosty","green","long","late","lingering","bold","little","morning","muddy","old","red","rough","still","small","sparkling","throbbing","shy","wandering","withered","wild","black","young","holy","solitary","fragrant","aged","snowy","proud","floral","restless","divine","polished","ancient","purple","lively","nameless"],t=["waterfall","river","breeze","moon","rain","wind","sea","morning","snow","lake","sunset","pine","shadow","leaf","dawn","glitter","forest","hill","cloud","meadow","sun","glade","bird","brook","butterfly","bush","dew","dust","field","fire","flower","firefly","feather","grass","haze","mountain","night","pond","darkness","snowflake","silence","sound","sky","shape","surf","thunder","violet","water","wildflower","wave","water","resonance","sun","wood","dream","cherry","tree","fog","frost","voice","paper","frog","smoke","star"];return e[Math.floor(Math.random()*(e.length-1))]+"_"+t[Math.floor(Math.random()*(t.length-1))]},tG=ME({container:{display:"flex",flexDirection:"column",paddingLeft:16,paddingRight:16,height:"100%",justifyContent:"center"},field:{marginTop:24,marginBottom:21,"&:nth-of-type(2)":{marginBottom:20}},fieldLabel:{marginBottom:4},footer:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center","&>*":{marginBottom:24}}},{name:"Guest"}),nG=RC((function(){var e=aA(),n=tG(),r=cW(),o=Aq().enqueueSnackbar,i=f(""),a=i[0],s=i[1];return t.createElement(t.Fragment,null,t.createElement("div",{className:n.container},t.createElement(yp,{variant:"h2"},t.createElement(hA,{id:"loginAsGuest"})),t.createElement("div",{className:n.field},t.createElement(yp,{variant:"body2",className:n.fieldLabel},t.createElement(hA,{id:"name"})),t.createElement(Pz,{id:"username",type:"text",size:"large",variant:"outlined",fullWidth:!0,placeholder:e.formatMessage({id:"enterYourName"}),onChange:s,value:a})),t.createElement("div",{className:n.footer},t.createElement(cz,{variant:"primary",fullWidth:!0,size:"large",onClick:function(){return I(void 0,void 0,void 0,(function(){var e,t;return M(this,(function(n){switch(n.label){case 0:(e=a).length||(e=eG()),n.label=1;case 1:return n.trys.push([1,3,,4]),[4,Q_(r,e)];case 2:return n.sent(),[3,4];case 3:return t=n.sent(),o($q(t)),[3,4];case 4:return[2]}}))}))}},t.createElement(hA,{id:"enterTheChat"})))))})),rG=ME({container:{display:"flex",flexDirection:"column",paddingLeft:16,paddingRight:16,height:"100%",justifyContent:"center"},field:{marginBottom:21,"&:nth-of-type(2)":{marginBottom:20}},fieldLabel:{marginBottom:4},footer:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center","&>*":{marginBottom:24}},formLabel:{marginTop:10,marginBottom:24,"& > a":{marginLeft:4,color:RA.BLUE}}},{name:"Signin"}),oG=RC((function(e){var n=aA(),r=e.onClickSignUp,o=rG(),i=cW(),a=Aq().enqueueSnackbar,s=f(""),u=s[0],c=s[1],l=f(""),d=l[0],p=l[1],h=g((function(){return u.length>=3&&d.length>=6}),[u,d]);return t.createElement(t.Fragment,null,t.createElement("div",{className:o.container},t.createElement(yp,{variant:"h2"},t.createElement(hA,{id:"signInTheChat"})),t.createElement(yp,{variant:"h4",fontWeight:500,fontFamily:"PTRootUIWebMedium",component:"div",className:o.formLabel},t.createElement("span",null,t.createElement(hA,{id:"dontHaveAccount"})),t.createElement("a",{href:"#",onClick:r},t.createElement(hA,{id:"signUp"}))),t.createElement("div",{className:o.field},t.createElement(yp,{variant:"body2",className:o.fieldLabel},t.createElement(hA,{id:"name"})),t.createElement(Pz,{id:"username",type:"text",size:"large",variant:"outlined",fullWidth:!0,placeholder:n.formatMessage({id:"enterYourName"}),onChange:c,value:u})),t.createElement("div",{className:o.field},t.createElement(yp,{variant:"body2",className:o.fieldLabel},t.createElement(hA,{id:"password"})),t.createElement(Pz,{id:"password",size:"large",variant:"outlined",fullWidth:!0,type:"password",placeholder:n.formatMessage({id:"enterPassword"}),onChange:p,value:d})),t.createElement("div",{className:o.footer},t.createElement(cz,{disabled:!h,variant:"primary",fullWidth:!0,size:"large",onClick:function(){return I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:if(!(u.length>0))return[3,4];t.label=1;case 1:return t.trys.push([1,3,,4]),[4,Z_(i,u,d)];case 2:return t.sent(),[3,4];case 3:return e=t.sent(),a($q(e)),[3,4];case 4:return[2]}}))}))}},t.createElement(hA,{id:"enterTheChat"})))))})),iG=ME({container:{display:"flex",flexDirection:"column",paddingLeft:16,paddingRight:16,height:"100%",justifyContent:"center"},field:{marginBottom:21,"&:nth-of-type(2)":{marginBottom:20}},fieldLabel:{marginBottom:4},footer:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center","&>*":{marginBottom:24}},formLabel:{marginTop:10,marginBottom:24,"& > a":{color:RA.BLUE}}},{name:"Signup"}),aG=RC((function(e){var n=aA(),r=e.onClickSignIn,o=iG(),i=cW(),a=Aq().enqueueSnackbar,s=f(""),u=s[0],c=s[1],l=f(""),d=l[0],p=l[1],h=g((function(){return u.length>=3&&d.length>=6}),[u,d]);return t.createElement("div",{className:o.container},t.createElement(yp,{variant:"h2"},t.createElement(hA,{id:"signUpInTheChat"})),t.createElement("div",{className:o.formLabel},t.createElement("span",null,t.createElement(hA,{id:"alreadyHaveAccount"})," "),t.createElement("a",{href:"#",onClick:r},t.createElement(hA,{id:"signIn"}))),t.createElement("div",{className:o.field},t.createElement(yp,{variant:"body2",className:o.fieldLabel},t.createElement(hA,{id:"name"})),t.createElement(Pz,{id:"username",type:"text",size:"large",variant:"outlined",fullWidth:!0,placeholder:n.formatMessage({id:"enterYourName"}),onChange:c,value:u})),t.createElement("div",{className:o.field},t.createElement(yp,{variant:"body2",className:o.fieldLabel},t.createElement(hA,{id:"password"})),t.createElement(Pz,{id:"password",size:"large",variant:"outlined",fullWidth:!0,type:"password",placeholder:n.formatMessage({id:"enterPassword"}),onChange:p,value:d})),t.createElement("div",{className:o.footer},t.createElement(cz,{disabled:!h,variant:"primary",fullWidth:!0,size:"large",onClick:function(){return I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:if(!h)return[3,4];t.label=1;case 1:return t.trys.push([1,3,,4]),[4,Q_(i,u,d)];case 2:return t.sent(),[3,4];case 3:return e=t.sent(),a($q(e)),[3,4];case 4:return[2]}}))}))}},t.createElement(hA,{id:"createAccount"}))))})),sG=ME({container:{display:"flex",flexDirection:"column",paddingLeft:16,paddingRight:16,height:"100%",background:"white",justifyContent:"flex-end"},header:{fontWeight:"bold"},field:{marginBottom:21,"&:nth-of-type(2)":{marginBottom:33}},fieldLabel:{marginBottom:4},footer:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center","&>*":{marginBottom:24}}},{name:"Auth"}),uG=RC((function(){var e=aA(),n=sG(),r=cW().settings,o=f(!1),i=o[0],a=o[1],s=f(!1),u=s[0],c=s[1],l=f(!1),d=l[0],p=l[1],h=function(){a(!1),c(!0)},m=function(){c(!1),a(!0)},v=function(){p(!0)};return t.createElement(t.Fragment,null,t.createElement(Jq,{open:u,onClickClose:function(){return c(!1)}},t.createElement(aG,{onClickSignIn:m})),t.createElement(Jq,{open:i,onClickClose:function(){return a(!1)}},t.createElement(oG,{onClickSignUp:h})),t.createElement(Jq,{open:d,onClickClose:function(){return p(!1)}},t.createElement(nG,null)),t.createElement("div",{className:n.container},t.createElement("div",{className:n.footer},function(){switch(r.authMode){case nB.Mode1:return t.createElement(Qq,{buttonText:e.formatMessage({id:"signIn"}),onClickButton:m});case nB.Mode2:case nB.Mode4:return t.createElement(Qq,{buttonText:e.formatMessage({id:"loginAsGuest"}),onClickButton:v,footerActions:[{text:e.formatMessage({id:"signIn"}),onClick:m}]});case nB.Mode5:case nB.Mode7:return t.createElement(Qq,{buttonText:e.formatMessage({id:"createAccount"}),onClickButton:h,footerActions:[{text:e.formatMessage({id:"signIn"}),onClick:m}]});case nB.Mode6:case nB.Mode8:return t.createElement(Qq,{buttonText:e.formatMessage({id:"loginAsGuest"}),onClickButton:v,footerActions:[{text:e.formatMessage({id:"createAccount"}),onClick:h},{text:e.formatMessage({id:"signIn"}).toLocaleLowerCase(),onClick:m}]});default:return null}}())))})),cG=RC((function(e){var n=e.children,r=cW();return y((function(){return Ox((function(){return I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return r.auth.isAuthorized?[3,3]:r.auth.isAnonymousAllowed?(e=eG(),[4,Q_(r,e)]):[3,2];case 1:return t.sent(),[3,3];case 2:r.ui.setRoute(X_.Login),t.label=3;case 3:return[2]}}))}))}))}),[]),r.auth.isAuthorized?n:r.auth.isAnonymousAllowed?t.createElement(t.Fragment,null,t.createElement(Qm,{color:"secondary"})):t.createElement(uG,null)})),lG={},dG={exports:{}};!function(e){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.default=e.exports,e.exports.__esModule=!0}(dG);var fG={},pG=Or(sf);!function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.createSvgIcon}});var t=pG}(fG);var hG=dG.exports;Object.defineProperty(lG,"__esModule",{value:!0});var mG=lG.default=void 0,vG=O,gG=(0,hG(fG).default)((0,vG.jsx)("path",{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"}),"Settings");mG=lG.default=gG;var yG=function(e){var n=e.className,r=e.fill,o=void 0===r?"#DEE3E7":r,i=e.width,a=void 0===i?32:i,s=e.height,u=void 0===s?232:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("circle",{cx:"16",cy:"16",r:"16",fill:o}),t.createElement("path",{d:"M11.8047 15.4714L15.3333 11.9431V21.6667C15.3333 22.0347 15.632 22.3334 16 22.3334C16.368\n 22.3334 16.6667 22.0347 16.6667 21.6667V11.9431L20.1953 15.4717C20.3253 15.6017 20.496 15.6667\n 20.6667 15.6667C20.8373 15.6667 21.008 15.6017 21.138 15.4714C21.3983 15.2111 21.3983 14.7891\n 21.138 14.5287L16.4713 9.86206C16.2113 9.60173 15.7887 9.60173 15.5287 9.86206L10.862 14.5287C10.6017\n 14.7891 10.6017 15.2111 10.862 15.4714C11.122 15.7317 11.5447 15.7317 11.8047 15.4714Z",fill:"white"}))},bG=15,EG=ME((function(e){return{paper:{borderRadius:10,overflow:"auto",boxShadow:"0px 4px 20px rgba(0, 0, 0, 0.07)","& ul":{padding:0,width:"fit-content!important",minWidth:130}},menuItem:{paddingTop:8,paddingBottom:8,fontSize:13,lineHeight:"15px",color:RA.BLACK_01},icon:{color:e.palette.grey[400],marginRight:12,fontSize:bG}}})),wG=function(e){var n=e.open,r=e.onClose,o=e.anchorEl,i=e.children,a=EG();return t.createElement(jv,{disableAutoFocusItem:!0,open:n,classes:{paper:a.paper},anchorEl:o,onClose:r},i)},SG=function(e){var n=e.disabled,r=e.selected,o=e.children,i=e.divider,a=e.href,s=e.action,u=e.onClose,c=e.className,l=EG();return t.createElement(_v,{onClick:function(e){a?window.open(a,"_target"):(s&&(e.preventDefault(),e.stopPropagation(),s(e)),u&&u())},disableRipple:!0,divider:i,disabled:n,selected:r,classes:{root:rz(l.menuItem,c)}},o)};function xG(e){return function(n){var r=n.icon,o=R(n,["icon"]),i=t.useState(null),a=i[0],s=i[1],u=Boolean(a),c=function(){s(null)};return t.createElement(t.Fragment,null,t.createElement(dp,{onClick:function(e){e.preventDefault(),e.stopPropagation(),s(e.currentTarget)},size:"small",disableRipple:!0,disableFocusRipple:!0,edge:"end",sx:{zIndex:1}},r||t.createElement(Kq,{style:{fill:"#7D7D80"}})),t.createElement(wG,{onClose:c,anchorEl:a,open:u},t.createElement(e,N({},o,{onClose:c}))))}}var OG=xG((function(e){var n=e.onClose,r=cW();return t.createElement(t.Fragment,null,t.createElement(SG,{action:function(){!function(e){var t=Number(e.ui.params.id);JV("messages/channel/".concat(t))}(r),n&&n()}},t.createElement(hA,{id:"deleteAllMessage"})))})),CG=ME({root:{width:"100%",overflow:"auto",padding:"14px 16px",borderTop:"1px solid ".concat(RA.LIGHT_01),background:RA.WHITE,zIndex:DA.HEADER}},{name:"MessageInput"}),kG=RC((function(e){var n=aA(),r=e.channelId,o=e.isModerator,i=e.isPublic,a=CG(),u=f(""),c=u[0],l=u[1],d=f(!1),p=d[0],h=d[1],m=(cW(),Aq().enqueueSnackbar),v=s(),g=function(){return I(void 0,void 0,void 0,(function(){var e,t;return M(this,(function(n){switch(n.label){case 0:if(!c.trim().length)return[3,5];n.label=1;case 1:return n.trys.push([1,3,4,5]),h(!0),[4,rW(0,r,c)];case 2:return n.sent(),l(""),[3,5];case 3:return e=n.sent(),__.captureException(e),m($q(e)),[3,5];case 4:return h(!1),null===(t=null==v?void 0:v.current)||void 0===t||t.focus(),[7];case 5:return[2]}}))}))};return t.createElement("div",{className:a.root},t.createElement(gm,{container:!0,alignItems:"center",spacing:1,wrap:"nowrap"},o&&i&&t.createElement(gm,{item:!0,alignSelf:"baseline",sx:{color:"#999999",cursor:"pointer",paddingRight:"7px"}},t.createElement(OG,{icon:t.createElement(mG,{fontSize:"small",color:"inherit"})})),t.createElement(gm,{item:!0,xs:10,sx:{overflow:"auto"}},t.createElement(vd,{onKeyDown:function(e){"Enter"!==e.key||e.shiftKey||(e.preventDefault(),e.stopPropagation(),g())},placeholder:n.formatMessage({id:"messageInputPlaceholder"}),value:c,maxRows:5,onChange:function(e){l(e.target.value)},disabled:p,"data-qa":"input-message",ref:v,style:{border:"none",resize:"none",width:"100%",fontFamily:"PTRootUIWebMedium",fontSize:"16px",lineHeight:"20px"}})),t.createElement(gm,{item:!0,alignSelf:"baseline",sx:{overflow:"hidden"}},t.createElement(dp,{sx:{"&:hover":{backgroundColor:"transparent"},height:32},"data-qa":"send-button",onClick:g,disabled:p,disableFocusRipple:!0,disableRipple:!0},t.createElement(yG,{fill:!p&&c.trim().length?RA.BLACK:RA.LIGHT_01})))))}));function TG(e,t){return function(n){return e(t(n))}}function AG(e,t){return t(e)}function DG(e,t){return function(n){return e(t,n)}}function NG(e,t){return function(){return e(t)}}function RG(e){return function(t){return t[e]}}function PG(e,t){return t(e),e}function IG(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t}function MG(e){e()}function jG(e){return function(){return e}}function LG(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(){t.map(MG)}}function FG(){}function VG(e,t){return e(1,t)}function BG(e,t){e(0,t)}function UG(e){e(2)}function _G(e){return e(4)}function WG(e,t){return VG(e,DG(t,0))}function zG(e,t){var n=e(1,(function(e){n(),t(e)}));return n}function qG(){var e=[];return function(t,n){switch(t){case 2:return void e.splice(0,e.length);case 1:return e.push(n),function(){var t=e.indexOf(n);t>-1&&e.splice(t,1)};case 0:return void e.slice().forEach((function(e){e(n)}));default:throw new Error("unrecognized action "+t)}}}function GG(e){var t=e,n=qG();return function(e,r){switch(e){case 1:r(t);break;case 0:t=r;break;case 4:return t}return n(e,r)}}function HG(e){return PG(qG(),(function(t){return WG(e,t)}))}function YG(e,t){return PG(GG(t),(function(t){return WG(e,t)}))}function KG(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return t.reduceRight(AG,e)}}function XG(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=KG.apply(void 0,n);return function(t,n){switch(t){case 1:return VG(e,o(n));case 2:return void UG(e);default:throw new Error("unrecognized action "+t)}}}function JG(e,t){return e===t}function ZG(e){var t;return void 0===e&&(e=JG),function(n){return function(r){e(t,r)||(t=r,n(r))}}}function QG(e){return function(t){return function(n){e(n)&&t(n)}}}function $G(e){return function(t){return TG(t,e)}}function eH(e){return function(t){return function(){return t(e)}}}function tH(e,t){return function(n){return function(r){return n(t=e(t,r))}}}function nH(e){return function(t){return function(n){e>0?e--:t(n)}}}function rH(e){var t,n;return function(r){return function(o){t=o,n||(n=setTimeout((function(){n=void 0,r(t)}),e))}}}function oH(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=new Array(t.length),o=0,i=null,a=Math.pow(2,t.length)-1;return t.forEach((function(e,t){var n=Math.pow(2,t);VG(e,(function(e){var s=o;o|=n,r[t]=e,s!==a&&o===a&&i&&(i(),i=null)}))})),function(e){return function(t){var n=function(){return e([t].concat(r))};o===a?n():i=n}}}function iH(e,t){return void 0===t&&(t=JG),XG(e,ZG(t))}function aH(){for(var e=qG(),t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var o=new Array(n.length),i=0,a=Math.pow(2,n.length)-1;return n.forEach((function(t,n){var r=Math.pow(2,n);VG(t,(function(t){o[n]=t,(i|=r)===a&&BG(e,o)}))})),function(t,n){switch(t){case 1:return i===a&&n(o),VG(e,n);case 2:return UG(e);default:throw new Error("unrecognized action "+t)}}}function sH(e,t,n){void 0===t&&(t=[]);var r=(void 0===n?{singleton:!0}:n).singleton;return{id:uH(),constructor:e,dependencies:t,singleton:r}}var uH=function(){return Symbol()};function cH(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function lH(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return cH(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?cH(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}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 dH=["children"];var fH="undefined"!=typeof document?u:y;function pH(e,t,a){var s=Object.keys(t.required||{}),u=Object.keys(t.optional||{}),c=Object.keys(t.methods||{}),l=Object.keys(t.events||{}),d=n({});function p(e,n){e.propsReady&&BG(e.propsReady,!1);for(var r,o=lH(s);!(r=o()).done;){var i=r.value;BG(e[t.required[i]],n[i])}for(var a,c=lH(u);!(a=c()).done;){var l=a.value;if(l in n)BG(e[t.optional[l]],n[l])}e.propsReady&&BG(e.propsReady,!0)}function m(e){return l.reduce((function(n,r){var o,i,a,s;return n[r]=(o=e[t.events[r]],s=function(){return i&&i()},function(e,t){switch(e){case 1:if(t){if(a===t)return;return s(),a=t,i=VG(o,t)}return s(),FG;case 2:return s(),void(a=null);default:throw new Error("unrecognized action "+e)}}),n}),{})}return{Component:r((function(n,r){var o=n.children,h=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(n,dH),v=f((function(){return PG(function(e){var t=new Map;return function e(n){var r=n.id,o=n.constructor,i=n.dependencies,a=n.singleton;if(a&&t.has(r))return t.get(r);var s=o(i.map((function(t){return e(t)})));return a&&t.set(r,s),s}(e)}(e),(function(e){return p(e,h)}))}))[0],g=f(NG(m,v))[0];return fH((function(){for(var e,t=lH(l);!(e=t()).done;){var n=e.value;n in h&&VG(g[n],h[n])}return function(){Object.values(g).map(UG)}}),[h,g,v]),fH((function(){p(v,h)})),b(r,jG(function(e){return c.reduce((function(n,r){return n[r]=function(n){BG(e[t.methods[r]],n)},n}),{})}(v))),i(d.Provider,{value:v},a?i(a,function(e,t){for(var n={},r={},o=0,i=e.length;o<i;)r[e[o]]=1,o+=1;for(var a in t)r.hasOwnProperty(a)||(n[a]=t[a]);return n}([].concat(s,u,l),h),o):o)})),usePublisher:function(e){return h(DG(BG,o(d)[e]),[e])},useEmitterValue:function(e){var t=o(d)[e],n=f(NG(_G,t)),r=n[0],i=n[1];return fH((function(){return VG(t,(function(e){e!==r&&i(jG(e))}))}),[t,r]),r},useEmitter:function(e,t){var n=o(d)[e];fH((function(){return VG(n,t)}),[t,n])}}}function hH(){return(hH=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function mH(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)t.indexOf(n=i[r])>=0||(o[n]=e[n]);return o}function vH(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function gH(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return vH(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?vH(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function yH(e,t){return!(!e||e[0]!==t[0]||e[1]!==t[1])}function bH(e,t){return!(!e||e.startIndex!==t.startIndex||e.endIndex!==t.endIndex)}var EH,wH,SH=sH((function(){var e=qG(),t=GG(0),n=qG(),r=GG(0),o=qG(),i=qG(),a=GG(0),s=GG(0),u=qG(),c=qG(),l=GG(!1);return WG(e,r),{scrollTop:e,viewportHeight:o,headerHeight:a,footerHeight:s,scrollHeight:i,smoothScrollTargetReached:n,scrollTo:u,scrollBy:c,statefulScrollTop:r,deviation:t,scrollingInProgress:l}}),[],{singleton:!0});!function(e){e[e.DEBUG=0]="DEBUG",e[e.INFO=1]="INFO",e[e.WARN=2]="WARN",e[e.ERROR=3]="ERROR"}(wH||(wH={}));var xH=((EH={})[wH.DEBUG]="debug",EH[wH.INFO]="log",EH[wH.WARN]="warn",EH[wH.ERROR]="error",EH),OH=sH((function(){var e=GG(wH.ERROR);return{log:GG((function(t,n,r){var o;void 0===r&&(r=wH.INFO),r>=(null!=(o=("undefined"==typeof globalThis?window:globalThis).VIRTUOSO_LOG_LEVEL)?o:_G(e))&&console[xH[r]]("%creact-virtuoso: %c%s %o","color: #0253b3; font-weight: bold","color: black",t,n)})),logLevel:e}}),[],{singleton:!0}),CH=sH((function(e){var t=e[0].log,n=GG(!1),r=HG(XG(n,QG((function(e){return e})),ZG()));return VG(n,(function(e){e&&_G(t)("props updated",{},wH.DEBUG)})),{propsReady:n,didMount:r}}),IG(OH),{singleton:!0}),kH="up",TH={atBottom:!1,notAtBottomBecause:"NOT_SHOWING_LAST_ITEM",state:{offsetBottom:0,scrollTop:0,viewportHeight:0,scrollHeight:0}},AH=sH((function(e){var t,n,r,o=e[0],i=o.scrollTop,a=o.viewportHeight,s=o.headerHeight,u=o.footerHeight,c=o.scrollHeight,l=GG(!1),d=GG(!0),f=qG(),p=qG(),h=GG(4),m=HG(XG(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e,n){switch(e){case 1:return LG.apply(void 0,t.map((function(e){return VG(e,n)})));case 2:return;default:throw new Error("unrecognized action "+e)}}}(XG(iH(i),nH(1),eH(!0)),XG(iH(i),nH(1),eH(!1),(t=100,function(e){return function(o){n=o,r&&clearTimeout(r),r=setTimeout((function(){e(n)}),t)}}))),ZG()));WG(XG(iH(i),$G((function(e){return 0===e})),ZG()),d),WG(d,p);var v=HG(XG(aH(c,iH(i),iH(a),iH(s),iH(u),iH(h)),tH((function(e,t){var n=t[0],r=t[1],o=t[2],i={viewportHeight:o,scrollTop:r,scrollHeight:n};return r+o-n>-t[5]?{atBottom:!0,state:i}:{atBottom:!1,notAtBottomBecause:i.scrollHeight>e.state.scrollHeight?"SIZE_INCREASED":o<e.state.viewportHeight?"VIEWPORT_HEIGHT_DECREASING":r<e.state.scrollTop?"SCROLLING_UPWARDS":"NOT_FULLY_SCROLLED_TO_LAST_ITEM_BOTTOM",state:i}}),TH),ZG((function(e,t){return e&&e.atBottom===t.atBottom}))));WG(XG(v,$G((function(e){return e.atBottom}))),l),VG(l,(function(e){setTimeout((function(){return BG(f,e)}))}));var g=GG("down");return WG(XG(i,tH((function(e,t){return{direction:t<e.prevScrollTop&&!_G(l)?kH:"down",prevScrollTop:t}}),{direction:"down",prevScrollTop:0}),$G((function(e){return e.direction}))),g),{isScrolling:m,isAtTop:d,isAtBottom:l,atBottomState:v,atTopStateChange:p,atBottomStateChange:f,scrollDirection:g,atBottomThreshold:h}}),IG(SH)),DH=sH((function(e){var t=e[0].scrollTop,n=e[1].isScrolling,r=GG(0),o=GG(!1),i=qG(),a=GG(!1);return WG(XG(n,QG((function(e){return!e})),eH(0)),r),WG(XG(t,rH(100),oH(n),QG((function(e){return!!e[1]})),tH((function(e,t){return[e[1],t[0]]}),[0,0]),$G((function(e){return e[1]-e[0]}))),r),WG(XG(r,oH(a,o,i),QG((function(e){return!!e[1]})),$G((function(e){var t=e[0],n=e[1],r=e[2],o=e[3],i=n.enter;if(r){if((0,n.exit)(t,o))return!1}else if(i(t,o))return!0;return r})),ZG()),o),VG(XG(aH(o,r,i),oH(a)),(function(e){var t=e[0],n=e[1];return t[0]&&n&&n.change&&n.change(t[1],t[2])})),{isSeeking:o,scrollSeekConfiguration:a,scrollVelocity:r,scrollSeekRangeChanged:i}}),IG(SH,AH),{singleton:!0}),NH={lvl:0};function RH(e,t,n,r,o){return void 0===r&&(r=NH),void 0===o&&(o=NH),{k:e,v:t,lvl:n,l:r,r:o}}function PH(e){return e===NH}function IH(){return NH}function MH(e,t){if(PH(e))return NH;var n=e.k,r=e.l,o=e.r;if(t===n){if(PH(r))return o;if(PH(o))return r;var i=BH(r);return zH(_H(e,{k:i[0],v:i[1],l:UH(r)}))}return zH(_H(e,t<n?{l:MH(r,t)}:{r:MH(o,t)}))}function jH(e,t,n){if(void 0===n&&(n="k"),PH(e))return[-1/0,void 0];if(e[n]===t)return[e.k,e.v];if(e[n]<t){var r=jH(e.r,t,n);return-1/0===r[0]?[e.k,e.v]:r}return jH(e.l,t,n)}function LH(e,t,n){return PH(e)?RH(t,n,1):t===e.k?_H(e,{k:t,v:n}):function(e){return HH(YH(e))}(_H(e,t<e.k?{l:LH(e.l,t,n)}:{r:LH(e.r,t,n)}))}function FH(e,t,n){if(PH(e))return[];var r=e.k,o=e.v,i=e.r,a=[];return r>t&&(a=a.concat(FH(e.l,t,n))),r>=t&&r<=n&&a.push({k:r,v:o}),r<=n&&(a=a.concat(FH(i,t,n))),a}function VH(e){return PH(e)?[]:[].concat(VH(e.l),[{k:e.k,v:e.v}],VH(e.r))}function BH(e){return PH(e.r)?[e.k,e.v]:BH(e.r)}function UH(e){return PH(e.r)?e.l:zH(_H(e,{r:UH(e.r)}))}function _H(e,t){return RH(void 0!==t.k?t.k:e.k,void 0!==t.v?t.v:e.v,void 0!==t.lvl?t.lvl:e.lvl,void 0!==t.l?t.l:e.l,void 0!==t.r?t.r:e.r)}function WH(e){return PH(e)||e.lvl>e.r.lvl}function zH(e){var t=e.l,n=e.r,r=e.lvl;if(n.lvl>=r-1&&t.lvl>=r-1)return e;if(r>n.lvl+1){if(WH(t))return YH(_H(e,{lvl:r-1}));if(PH(t)||PH(t.r))throw new Error("Unexpected empty nodes");return _H(t.r,{l:_H(t,{r:t.r.l}),r:_H(e,{l:t.r.r,lvl:r-1}),lvl:r})}if(WH(e))return HH(_H(e,{lvl:r-1}));if(PH(n)||PH(n.l))throw new Error("Unexpected empty nodes");var o=n.l,i=WH(o)?n.lvl-1:n.lvl;return _H(o,{l:_H(e,{r:o.l,lvl:r-1}),r:HH(_H(n,{l:o.r,lvl:i})),lvl:o.lvl+1})}function qH(e,t,n){return PH(e)?[]:GH(FH(e,jH(e,t)[0],n),(function(e){return{index:e.k,value:e.v}}))}function GH(e,t){var n=e.length;if(0===n)return[];for(var r=t(e[0]),o=r.index,i=r.value,a=[],s=1;s<n;s++){var u=t(e[s]),c=u.index,l=u.value;a.push({start:o,end:c-1,value:i}),o=c,i=l}return a.push({start:o,end:1/0,value:i}),a}function HH(e){var t=e.r,n=e.lvl;return PH(t)||PH(t.r)||t.lvl!==n||t.r.lvl!==n?e:_H(t,{l:_H(e,{r:t.l}),lvl:n+1})}function YH(e){var t=e.l;return PH(t)||t.lvl!==e.lvl?e:_H(t,{r:_H(e,{l:t.r})})}function KH(e,t,n,r){void 0===r&&(r=0);for(var o=e.length-1;r<=o;){var i=Math.floor((r+o)/2),a=n(e[i],t);if(0===a)return i;if(-1===a){if(o-r<2)return i-1;o=i-1}else{if(o===r)return i;r=i+1}}throw new Error("Failed binary finding record in array - "+e.join(",")+", searched for "+t)}function XH(e,t,n){return e[KH(e,t,n)]}function JH(e,t){return Math.round(e.getBoundingClientRect()[t])}function ZH(e){var t=e.size,n=e.startIndex,r=e.endIndex;return function(e){return e.start===n&&(e.end===r||1/0===e.end)&&e.value===t}}function QH(e,t){var n=e.index;return t===n?0:t<n?-1:1}function $H(e,t){var n=e.offset;return t===n?0:t<n?-1:1}function eY(e){return{index:e.index,value:e}}function tY(e,t){var n=t[0],r=t[1];n.length>0&&(0,t[2])("received item sizes",n,wH.DEBUG);var o=e.sizeTree,i=e.offsetTree,a=o,s=0;if(r.length>0&&PH(o)&&2===n.length){var u=n[0].size,c=n[1].size;a=r.reduce((function(e,t){return LH(LH(e,t,u),t+1,c)}),a)}else{var l=function(e,t){for(var n,r=PH(e)?0:1/0,o=gH(t);!(n=o()).done;){var i=n.value,a=i.size,s=i.startIndex,u=i.endIndex;if(r=Math.min(r,s),PH(e))e=LH(e,0,a);else{var c=qH(e,s-1,u+1);if(!c.some(ZH(i))){for(var l,d=!1,f=!1,p=gH(c);!(l=p()).done;){var h=l.value,m=h.start,v=h.end,g=h.value;d?(u>=m||a===g)&&(e=MH(e,m)):(f=g!==a,d=!0),v>u&&u>=m&&g!==a&&(e=LH(e,u+1,g))}f&&(e=LH(e,s,a))}}}return[e,r]}(a,n);a=l[0],s=l[1]}if(a===o)return e;var d=0,f=0,p=0,h=0;if(0!==s){h=KH(i,s-1,QH),p=i[h].offset;var m=jH(a,s-1);d=m[0],f=m[1],i.length&&i[h].size===jH(a,s)[1]&&(h-=1),i=i.slice(0,h+1)}else i=[];for(var v,g=gH(qH(a,s,1/0));!(v=g()).done;){var y=v.value,b=y.start,E=y.value,w=(b-d)*f+p;i.push({offset:w,size:E,index:b}),d=b,p=w,f=E}return{sizeTree:a,offsetTree:i,groupOffsetTree:r.reduce((function(e,t){return LH(e,t,nY(t,i))}),IH()),lastIndex:d,lastOffset:p,lastSize:f,groupIndices:r}}function nY(e,t){if(0===t.length)return 0;var n=XH(t,e,QH);return n.size*(e-n.index)+n.offset}function rY(e,t){if(!oY(t))return e;for(var n=0;t.groupIndices[n]<=e+n;)n++;return e+n}function oY(e){return!PH(e.groupOffsetTree)}var iY={offsetHeight:"height",offsetWidth:"width"},aY=sH((function(e){var t=e[0].log,n=qG(),r=qG(),o=qG(),i=GG(0),a=GG([]),s=GG(void 0),u=GG(void 0),c=GG((function(e,t){return JH(e,iY[t])})),l=GG(void 0),d={offsetTree:[],sizeTree:IH(),groupOffsetTree:IH(),lastIndex:0,lastOffset:0,lastSize:0,groupIndices:[]},f=YG(XG(n,oH(a,t),tH(tY,d),ZG()),d);WG(XG(a,QG((function(e){return e.length>0})),oH(f),$G((function(e){var t=e[0],n=e[1],r=t.reduce((function(e,t,r){return LH(e,t,nY(t,n.offsetTree)||r)}),IH());return hH({},n,{groupIndices:t,groupOffsetTree:r})}))),f),WG(XG(r,oH(f),QG((function(e){return e[0]<e[1].lastIndex})),$G((function(e){var t=e[1];return[{startIndex:e[0],endIndex:t.lastIndex,size:t.lastSize}]}))),n),WG(s,u);var p=YG(XG(s,$G((function(e){return void 0===e}))),!0);WG(XG(u,QG((function(e){return void 0!==e&&PH(_G(f).sizeTree)})),$G((function(e){return[{startIndex:0,endIndex:0,size:e}]}))),n);var h=HG(XG(n,oH(f),tH((function(e,t){var n=t[1];return{changed:n!==e.sizes,sizes:n}}),{changed:!1,sizes:d}),$G((function(e){return e.changed}))));WG(XG(i,tH((function(e,t){return{diff:e.prev-t,prev:t}}),{diff:0,prev:0}),$G((function(e){return e.diff})),QG((function(e){return e>0}))),o),VG(XG(i,oH(t)),(function(e){e[0]<0&&(0,e[1])("`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",{firstItemIndex:i},wH.ERROR)}));var m=HG(o);return WG(XG(o,oH(f),$G((function(e){var t=e[0],n=e[1];if(n.groupIndices.length>0)throw new Error("Virtuoso: prepending items does not work with groups");return VH(n.sizeTree).reduce((function(e,n){var r=n.k,o=n.v;return{ranges:[].concat(e.ranges,[{startIndex:e.prevIndex,endIndex:r+t-1,size:e.prevSize}]),prevIndex:r+t,prevSize:o}}),{ranges:[],prevIndex:0,prevSize:n.lastSize}).ranges}))),n),{data:l,totalCount:r,sizeRanges:n,groupIndices:a,defaultItemSize:u,fixedItemSize:s,unshiftWith:o,beforeUnshiftWith:m,firstItemIndex:i,sizes:f,listRefresh:h,trackItemSizes:p,itemSize:c}}),IG(OH),{singleton:!0}),sY="undefined"!=typeof document&&"scrollBehavior"in document.documentElement.style;function uY(e){var t="number"==typeof e?{index:e}:e;return t.align||(t.align="start"),t.behavior&&sY||(t.behavior="auto"),t.offset||(t.offset=0),t}var cY=sH((function(e){var t=e[0],n=t.sizes,r=t.totalCount,o=t.listRefresh,i=e[1],a=i.scrollingInProgress,s=i.viewportHeight,u=i.scrollTo,c=i.smoothScrollTargetReached,l=i.headerHeight,d=i.footerHeight,f=e[2].log,p=qG(),h=GG(0),m=null,v=null,g=null;function y(){m&&(m(),m=null),g&&(g(),g=null),v&&(clearTimeout(v),v=null),BG(a,!1)}return WG(XG(p,oH(n,s,r,h,l,d,f),$G((function(e){var t=e[0],n=e[1],r=e[2],i=e[3],s=e[4],u=e[5],l=e[6],d=e[7],f=uY(t),h=f.align,b=f.behavior,E=f.offset,w=i-1,S=f.index;"LAST"===S&&(S=w),S=rY(S,n);var x=nY(S=Math.max(0,S,Math.min(w,S)),n.offsetTree)+u;"end"===h?(x=Math.round(x-r+jH(n.sizeTree,S)[1]),S===w&&(x+=l)):"center"===h?x=Math.round(x-r/2+jH(n.sizeTree,S)[1]/2):x-=s,E&&(x+=E);var O=function(e){y(),e?(d("retrying to scroll to",{location:t},wH.DEBUG),BG(p,t)):d("list did not change, scroll successful",{},wH.DEBUG)};if(y(),"smooth"===b){var C=!1;g=VG(o,(function(e){C=C||e})),m=zG(c,(function(){O(C)}))}else m=zG(XG(o,(function(e){var t=setTimeout((function(){e(!1)}),50);return function(n){n&&(e(!0),clearTimeout(t))}})),O);return v=setTimeout((function(){y()}),1200),BG(a,!0),d("scrolling from index to",{index:S,top:x,behavior:b},wH.DEBUG),{top:x,behavior:b}}))),u),{scrollToIndex:p,topListHeight:h}}),IG(aY,SH,OH),{singleton:!0});function lY(e,t,n){return"number"==typeof e?n===kH&&"top"===t||"down"===n&&"bottom"===t?e:0:n===kH?"top"===t?e.main:e.reverse:"bottom"===t?e.main:e.reverse}function dY(e,t){return"number"==typeof e?e:e[t]||0}var fY=sH((function(e){var t=e[0],n=t.scrollTop,r=t.viewportHeight,o=t.deviation,i=t.headerHeight,a=qG(),s=GG(0),u=GG(0),c=GG(0);return{listBoundary:a,overscan:c,topListHeight:s,increaseViewportBy:u,visibleRange:YG(XG(aH(iH(n),iH(r),iH(i),iH(a,yH),iH(c),iH(s),iH(o),iH(u)),$G((function(e){var t=e[0],n=e[1],r=e[2],o=e[3],i=o[0],a=o[1],s=e[4],u=e[5],c=e[6],l=e[7],d=t-c,f=Math.max(r-d,0),p="none",h=dY(l,"top"),m=dY(l,"bottom");return i-=c,a+=r,(i+=r)>t+u-h&&(p=kH),(a-=c)<t-f+n+m&&(p="down"),"none"!==p?[Math.max(d-r-lY(s,"top",p)-h,0),d-f+n+lY(s,"bottom",p)+m]:null})),QG((function(e){return null!=e})),ZG(yH)),[0,0])}}),IG(SH),{singleton:!0}),pY=sH((function(e){var t=e[0],n=t.scrollTop,r=t.scrollTo,o=qG(),i=qG(),a=qG(),s=GG(!1);return WG(XG(aH(i,o),$G((function(e){return Math.max(0,e[0]-e[1].offsetTop)}))),n),WG(XG(r,oH(o),$G((function(e){var t=e[0];return hH({},t,{top:t.top+e[1].offsetTop})}))),a),{useWindowScroll:s,windowScrollTop:i,windowViewportRect:o,windowScrollTo:a}}),IG(SH)),hY={items:[],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},mY={items:[{index:0}],offsetBottom:0,offsetTop:0,top:0,bottom:0,itemHeight:0,itemWidth:0},vY=Math.ceil,gY=Math.floor,yY=Math.min,bY=Math.max;function EY(e){return vY(e)-e<.03?vY(e):gY(e)}function wY(e,t){return Array.from({length:t-e+1}).map((function(t,n){return{index:n+e}}))}var SY=sH((function(e){var t=e[0],n=t.overscan,r=t.visibleRange,o=t.listBoundary,i=e[1],a=i.scrollTop,s=i.viewportHeight,u=i.scrollBy,c=i.scrollTo,l=i.smoothScrollTargetReached,d=e[2],f=e[3],p=e[4],h=p.propsReady,m=p.didMount,v=e[5],g=v.windowViewportRect,y=v.windowScrollTo,b=v.useWindowScroll,E=v.windowScrollTop,w=GG(0),S=GG(0),x=GG(hY),O=GG({height:0,width:0}),C=GG({height:0,width:0}),k=qG(),T=qG();WG(XG(m,oH(S),QG((function(e){return 0!==e[1]})),$G((function(e){return{items:wY(0,e[1]-1),top:0,bottom:0,offsetBottom:0,offsetTop:0,itemHeight:0,itemWidth:0}}))),x),WG(XG(aH(iH(w),r,iH(C,(function(e,t){return e&&e.width===t.width&&e.height===t.height}))),oH(O),$G((function(e){var t=e[0],n=t[0],r=t[1],o=r[0],i=r[1],a=t[2],s=e[1],u=a.height,c=a.width,l=s.width;if(0===n||0===l)return hY;if(0===c)return mY;var d=EY(l/c),f=d*gY(o/u),p=d*vY(i/u)-1;p=yY(n-1,p);var h=wY(f=yY(p,bY(0,f)),p),m=xY(s,a,h),v=m.top,g=m.bottom;return{items:h,offsetTop:v,offsetBottom:vY(n/d)*u-g,top:v,bottom:g,itemHeight:u,itemWidth:c}}))),x),WG(XG(O,$G((function(e){return e.height}))),s),WG(XG(aH(O,C,x),$G((function(e){var t=xY(e[0],e[1],e[2].items);return[t.top,t.bottom]})),ZG(yH)),o);var A=HG(XG(iH(x),QG((function(e){return e.items.length>0})),oH(w),QG((function(e){var t=e[0].items;return t[t.length-1].index===e[1]-1})),$G((function(e){return e[1]-1})),ZG())),D=HG(XG(iH(x),QG((function(e){var t=e.items;return t.length>0&&0===t[0].index})),eH(0),ZG())),N=HG(XG(iH(x),QG((function(e){return e.items.length>0})),$G((function(e){var t=e.items;return{startIndex:t[0].index,endIndex:t[t.length-1].index}})),ZG(bH)));WG(N,f.scrollSeekRangeChanged),WG(XG(k,oH(O,C,w),$G((function(e){var t=e[1],n=e[2],r=e[3],o=uY(e[0]),i=o.align,a=o.behavior,s=o.offset,u=o.index;"LAST"===u&&(u=r-1);var c=OY(t,n,u=Math.max(0,u,Math.min(r-1,u)));return"end"===i?c=Math.round(c-t.height+n.height):"center"===i&&(c=Math.round(c-t.height/2+n.height/2)),s&&(c+=s),{top:c,behavior:a}}))),c);var R=YG(XG(x,$G((function(e){return e.offsetBottom+e.bottom}))),0);return WG(XG(g,$G((function(e){return{width:e.visibleWidth,height:e.visibleHeight}}))),O),hH({totalCount:w,viewportDimensions:O,itemDimensions:C,scrollTop:a,scrollHeight:T,overscan:n,scrollBy:u,scrollTo:c,scrollToIndex:k,smoothScrollTargetReached:l,windowViewportRect:g,windowScrollTo:y,useWindowScroll:b,windowScrollTop:E,initialItemCount:S},f,{gridState:x,totalListHeight:R},d,{startReached:D,endReached:A,rangeChanged:N,propsReady:h})}),IG(fY,SH,AH,DH,CH,pY));function xY(e,t,n){var r=t.height;return void 0===r||0===n.length?{top:0,bottom:0}:{top:OY(e,t,n[0].index),bottom:OY(e,t,n[n.length-1].index)+r}}function OY(e,t,n){var r=EY(e.width/t.width);return gY(n/r)*t.height}function CY(e,t){void 0===t&&(t=!0);var n=s(null),r=function(e){};if("undefined"!=typeof ResizeObserver){var o=new ResizeObserver((function(t){var n=t[0].target;null!==n.offsetParent&&e(n)}));r=function(e){e&&t?(o.observe(e),n.current=e):(n.current&&o.unobserve(n.current),n.current=null)}}return{ref:n,callbackRef:r}}function kY(e,t){return void 0===t&&(t=!0),CY(e,t).callbackRef}function TY(e){var t=s(null),n=h((function(n){if(null!==n){var r=n.getBoundingClientRect(),o=window.innerHeight-Math.max(0,r.top),i=r.top+window.pageYOffset;t.current={offsetTop:i,visibleHeight:o,visibleWidth:r.width},e(t.current)}}),[e]),r=CY(n),o=r.callbackRef,i=r.ref,a=h((function(){n(i.current)}),[n,i]);return y((function(){return window.addEventListener("scroll",a),window.addEventListener("resize",a),function(){window.removeEventListener("scroll",a),window.removeEventListener("resize",a)}}),[a]),o}var AY="undefined"!=typeof document?u:y;function DY(e,t,n,r,o){void 0===r&&(r=FG),void 0===o&&(o=FG);var i=s(null),a=s(null),u=s(null),c=h((function(n){var r=n.target,i=r===window||r===document?window.pageYOffset||document.documentElement.scrollTop:r.scrollTop,s=r===window?document.documentElement.scrollHeight:r.scrollHeight;o(s),e(Math.max(i,0)),null!==a.current&&(i===a.current||i<=0||i===r.scrollHeight-JH(r,"height"))&&(a.current=null,t(!0),u.current&&(clearTimeout(u.current),u.current=null))}),[e,t,o]);return y((function(){var e=i.current;return r(i.current),c({target:e}),e.addEventListener("scroll",c,{passive:!0}),function(){r(null),e.removeEventListener("scroll",c)}}),[i,c,n,r]),{scrollerRef:i,scrollByCallback:function(e){null===a.current&&i.current.scrollBy(e)},scrollToCallback:function(n){var r=i.current;if(r&&(!("offsetHeight"in r)||0!==r.offsetHeight)){var o,s,c,l="smooth"===n.behavior;if(r===window?(s=Math.max(JH(document.documentElement,"height"),document.documentElement.scrollHeight),o=window.innerHeight,c=document.documentElement.scrollTop):(s=r.scrollHeight,o=JH(r,"height"),c=r.scrollTop),n.top=Math.max(Math.min(s-o,n.top),0),Math.abs(o-s)<1.01||n.top===c)return e(c),void(l&&t(!0));l?(a.current=n.top,u.current&&clearTimeout(u.current),u.current=setTimeout((function(){u.current=null,a.current=null,t(!0)}),1e3)):a.current=null,r.scrollTo(n)}}}}var NY=sH((function(e){var t=e[0],n=t.sizes,r=t.listRefresh,o=t.defaultItemSize,i=e[1].scrollTop,a=e[2].scrollToIndex,s=e[3].didMount,u=GG(!0),c=GG(0);return WG(XG(s,oH(c),QG((function(e){return 0!==e[1]})),eH(!1)),u),VG(XG(aH(r,s),oH(u,n,o),QG((function(e){var t=e[1],n=e[3];return e[0][1]&&(!PH(e[2].sizeTree)||void 0!==n)&&!t})),oH(c)),(function(e){var t=e[1];setTimeout((function(){zG(i,(function(){BG(u,!0)})),BG(a,t)}))})),{scrolledToInitialItem:u,initialTopMostItemIndex:c}}),IG(aY,SH,cY,CH),{singleton:!0});function RY(e){return!!e&&("smooth"===e?"smooth":"auto")}var PY=sH((function(e){var t=e[0],n=t.totalCount,r=t.listRefresh,o=e[1],i=o.isAtBottom,a=o.atBottomState,s=e[2].scrollToIndex,u=e[3].scrolledToInitialItem,c=e[4],l=c.propsReady,d=c.didMount,f=e[5].log,p=e[6].scrollingInProgress,h=GG(!1),m=null;function v(e){BG(s,{index:"LAST",align:"end",behavior:e})}return VG(XG(aH(XG(iH(n),nH(1)),d),oH(iH(h),i,u,p),$G((function(e){var t=e[0],n=t[0],r=t[1]&&e[3],o="auto";return r&&(o=function(e,t){return"function"==typeof e?RY(e(t)):t&&RY(e)}(e[1],e[2]||e[4]),r=r&&!!o),{totalCount:n,shouldFollow:r,followOutputBehavior:o}})),QG((function(e){return e.shouldFollow}))),(function(e){var t=e.totalCount,n=e.followOutputBehavior;m&&(m(),m=null),m=zG(r,(function(){_G(f)("following output to ",{totalCount:t},wH.DEBUG),v(n),m=null}))})),VG(XG(aH(iH(h),n,l),QG((function(e){return e[0]&&e[2]})),tH((function(e,t){var n=t[1];return{refreshed:e.value===n,value:n}}),{refreshed:!1,value:0}),QG((function(e){return e.refreshed})),oH(h,n)),(function(e){var t=e[1],n=zG(a,(function(e){!t||e.atBottom||"SIZE_INCREASED"!==e.notAtBottomBecause||m||(_G(f)("scrolling to bottom due to increased size",wH.DEBUG),v("auto"))}));setTimeout(n,100)})),VG(aH(iH(h),a),(function(e){var t=e[1];e[0]&&!t.atBottom&&"VIEWPORT_HEIGHT_DECREASING"===t.notAtBottomBecause&&v("auto")})),{followOutput:h}}),IG(aY,AH,cY,NY,CH,OH,SH));function IY(e){return e.reduce((function(e,t){return e.groupIndices.push(e.totalCount),e.totalCount+=t+1,e}),{totalCount:0,groupIndices:[]})}var MY=sH((function(e){var t=e[0],n=t.totalCount,r=t.groupIndices,o=t.sizes,i=e[1],a=i.scrollTop,s=i.headerHeight,u=qG(),c=qG(),l=HG(XG(u,$G(IY)));return WG(XG(l,$G(RG("totalCount"))),n),WG(XG(l,$G(RG("groupIndices"))),r),WG(XG(aH(a,o,s),QG((function(e){return oY(e[1])})),$G((function(e){return jH(e[1].groupOffsetTree,Math.max(e[0]-e[2],0),"v")[0]})),ZG(),$G((function(e){return[e]}))),c),{groupCounts:u,topItemsIndexes:c}}),IG(aY,SH)),jY={items:[],topItems:[],offsetTop:0,offsetBottom:0,top:0,bottom:0,topListHeight:0,totalCount:0};function LY(e,t,n){if(0===e.length)return[];if(!oY(t))return e.map((function(e){return hH({},e,{index:e.index+n,originalIndex:e.index})}));for(var r,o=[],i=qH(t.groupOffsetTree,e[0].index,e[e.length-1].index),a=void 0,s=0,u=gH(e);!(r=u()).done;){var c=r.value;(!a||a.end<c.index)&&(a=i.shift(),s=t.groupIndices.indexOf(a.start)),o.push(hH({},c.index===a.start?{type:"group",index:s}:{index:c.index-(s+1)+n,groupIndex:s},{size:c.size,offset:c.offset,originalIndex:c.index,data:c.data}))}return o}function FY(e,t,n,r,o){var i=0,a=0;if(e.length>0){i=e[0].offset;var s=e[e.length-1];a=s.offset+s.size}var u=i,c=r.lastOffset+(n-r.lastIndex)*r.lastSize-a;return{items:LY(e,r,o),topItems:LY(t,r,o),topListHeight:t.reduce((function(e,t){return t.size+e}),0),offsetTop:i,offsetBottom:c,top:u,bottom:a,totalCount:n}}var VY,BY,UY,_Y=sH((function(e){var t=e[0],n=t.sizes,r=t.totalCount,o=t.data,i=t.firstItemIndex,a=e[1],s=e[2],u=s.visibleRange,c=s.listBoundary,l=s.topListHeight,d=e[3],f=d.scrolledToInitialItem,p=d.initialTopMostItemIndex,h=e[4].topListHeight,m=e[5],v=e[6].didMount,g=GG([]),y=qG();WG(a.topItemsIndexes,g);var b=YG(XG(aH(v,iH(u),iH(r),iH(n),iH(p),f,iH(g),iH(i),o),QG((function(e){return e[0]})),$G((function(e){var t=e[1],n=t[0],r=t[1],o=e[2],i=e[4],a=e[5],s=e[6],u=e[7],c=e[8],l=e[3],d=l.sizeTree,f=l.offsetTree;if(0===o||0===n&&0===r)return jY;if(PH(d))return FY(function(e,t,n){if(oY(t)){var r=rY(e,t);return[{index:jH(t.groupOffsetTree,r)[0],size:0,offset:0},{index:r,size:0,offset:0,data:n&&n[0]}]}return[{index:e,size:0,offset:0,data:n&&n[0]}]}(i,l,c),[],o,l,u);var p=[];if(s.length>0)for(var h,m=s[0],v=s[s.length-1],g=0,y=gH(qH(d,m,v));!(h=y()).done;)for(var b=h.value,E=b.value,w=Math.max(b.start,m),S=Math.min(b.end,v),x=w;x<=S;x++)p.push({index:x,size:E,offset:g,data:c&&c[x]}),g+=E;if(!a)return FY([],p,o,l,u);var O=s.length>0?s[s.length-1]+1:0,C=function(e,t,n,r){return void 0===r&&(r=0),r>0&&(t=Math.max(t,XH(e,r,QH).offset)),GH((i=n,s=KH(o=e,t,a=$H),u=KH(o,i,a,s),o.slice(s,u+1)),eY);var o,i,a,s,u}(f,n,r,O);if(0===C.length)return null;var k=o-1;return FY(PG([],(function(e){for(var t,o=gH(C);!(t=o()).done;){var i=t.value,a=i.value,s=a.offset,u=i.start,l=a.size;a.offset<n&&(s+=((u+=Math.floor((n-a.offset)/l))-i.start)*l),u<O&&(s+=(O-u)*l,u=O);for(var d=Math.min(i.end,k),f=u;f<=d&&!(s>=r);f++)e.push({index:f,size:l,offset:s,data:c&&c[f]}),s+=l}})),p,o,l,u)})),QG((function(e){return null!==e})),ZG()),jY);return WG(XG(o,QG((function(e){return void 0!==e})),$G((function(e){return e.length}))),r),WG(XG(b,$G(RG("topListHeight"))),h),WG(h,l),WG(XG(b,$G((function(e){return[e.top,e.bottom]}))),c),WG(XG(b,$G((function(e){return e.items}))),y),hH({listState:b,topItemsIndexes:g,endReached:HG(XG(b,QG((function(e){return e.items.length>0})),oH(r,o),QG((function(e){var t=e[0].items;return t[t.length-1].originalIndex===e[1]-1})),$G((function(e){return[e[1]-1,e[2]]})),ZG(yH),$G((function(e){return e[0]})))),startReached:HG(XG(b,rH(200),QG((function(e){var t=e.items;return t.length>0&&t[0].originalIndex===e.topItems.length})),$G((function(e){return e.items[0].index})),ZG())),rangeChanged:HG(XG(b,QG((function(e){return e.items.length>0})),$G((function(e){var t=e.items;return{startIndex:t[0].index,endIndex:t[t.length-1].index}})),ZG(bH))),itemsRendered:y},m)}),IG(aY,MY,fY,NY,cY,AH,CH),{singleton:!0}),WY=sH((function(e){var t=e[0],n=t.sizes,r=t.firstItemIndex,o=t.data,i=e[1].listState,a=e[2].didMount,s=GG(0);return WG(XG(a,oH(s),QG((function(e){return 0!==e[1]})),oH(n,r,o),$G((function(e){var t=e[0][1],n=e[1],r=e[2],o=e[3],i=void 0===o?[]:o,a=0;if(n.groupIndices.length>0)for(var s,u=gH(n.groupIndices);!((s=u()).done||s.value-a>=t);)a++;var c=t+a;return FY(Array.from({length:c}).map((function(e,t){return{index:t,size:0,offset:0,data:i[t]}})),[],c,n,r)}))),i),{initialItemCount:s}}),IG(aY,_Y,CH),{singleton:!0}),zY=sH((function(e){var t=e[0].topItemsIndexes,n=GG(0);return WG(XG(n,QG((function(e){return e>0})),$G((function(e){return Array.from({length:e}).map((function(e,t){return t}))}))),t),{topItemCount:n}}),IG(_Y)),qY=sH((function(e){var t=e[0],n=t.footerHeight,r=t.headerHeight,o=e[1].listState,i=qG(),a=YG(XG(aH(n,r,o),$G((function(e){var t=e[2];return e[0]+e[1]+t.offsetBottom+t.bottom}))),0);return WG(iH(a),i),{totalListHeight:a,totalListHeightChanged:i}}),IG(SH,_Y),{singleton:!0}),GY=sH((function(e){var t=e[0],n=t.scrollBy,r=t.scrollTop,o=t.deviation,i=t.scrollingInProgress,a=e[1],s=a.isScrolling,u=a.isAtBottom,c=a.scrollDirection,l=e[3],d=l.beforeUnshiftWith,f=l.sizes,p=e[4].log,h=HG(XG(e[2].listState,tH((function(e,t){var n=e[1],r=t.items,o=0;if(n.length>0&&r.length>0){var i=r[0].originalIndex,a=n[0].originalIndex;if(0!==i||0!==a)if(i===a)o=r[0].size-n[0].size;else for(var s=function(e){var t=r[e],i=n.find((function(e){return e.originalIndex===t.originalIndex}));return i?t.offset!==i.offset?(o=t.offset-i.offset,"break"):void 0:"continue"},u=r.length-1;u>=0;u--){var c=s(u);if("continue"!==c&&"break"===c)break}}return[o,r]}),[0,[]]),QG((function(e){return 0!==e[0]})),oH(r,c,i,p,u),QG((function(e){return!e[3]&&0!==e[1]&&e[2]===kH&&(!e[5]||e[0][0]>0)})),$G((function(e){var t=e[0][0];return(0,e[4])("Upward scrolling compensation",{amount:t},wH.DEBUG),t}))));return WG(XG(h,oH(o),$G((function(e){return e[1]-e[0]}))),o),VG(XG(aH(YG(s,!1),o),QG((function(e){return!e[0]&&0!==e[1]})),$G((function(e){return e[1]})),rH(1)),(function(e){e>0?(BG(n,{top:-e,behavior:"auto"}),BG(o,0)):(BG(o,0),BG(n,{top:-e,behavior:"auto"}))})),WG(XG(d,oH(f),$G((function(e){return e[0]*e[1].lastSize}))),h),{deviation:o}}),IG(SH,AH,_Y,aY,OH)),HY=sH((function(e){var t=e[0].totalListHeight,n=e[1].didMount,r=e[2].scrollTo,o=GG(0);return VG(XG(n,oH(o),QG((function(e){return 0!==e[1]})),$G((function(e){return{top:e[1]}}))),(function(e){zG(XG(t,QG((function(e){return 0!==e}))),(function(){setTimeout((function(){BG(r,e)}))}))})),{initialScrollTop:o}}),IG(qY,CH,SH),{singleton:!0}),YY=sH((function(e){var t=e[0].viewportHeight,n=e[1].totalListHeight,r=GG(!1);return{alignToBottom:r,paddingTopAddition:YG(XG(aH(r,t,n),QG((function(e){return e[0]})),$G((function(e){return Math.max(0,e[1]-e[2])})),ZG()),0)}}),IG(SH,qY),{singleton:!0}),KY=sH((function(e){var t=e[0],n=t.sizes,r=t.totalCount,o=e[1],i=o.scrollTop,a=o.viewportHeight,s=o.headerHeight,u=o.scrollingInProgress,c=e[2].scrollToIndex,l=qG();return WG(XG(l,oH(n,a,r,s,i),$G((function(e){var t=e[0],n=t.index,r=t.behavior,o=void 0===r?"auto":r,i=t.done,a=e[1],s=e[2],c=e[4],l=e[5],d=e[3]-1,f=null;n=rY(n,a);var p=nY(n=Math.max(0,n,Math.min(d,n)),a.offsetTree)+c;return p<l?f={index:n,behavior:o,align:"start"}:p+jH(a.sizeTree,n)[1]>l+s&&(f={index:n,behavior:o,align:"end"}),f?i&&zG(XG(u,nH(1),QG((function(e){return!1===e}))),i):i&&i(),f})),QG((function(e){return null!==e}))),c),{scrollIntoView:l}}),IG(aY,SH,cY,_Y,OH),{singleton:!0}),XY=sH((function(e){return hH({},e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7],e[8])}),IG(fY,WY,CH,DH,qY,HY,YY,pY,KY)),JY=sH((function(e){var t=e[0],n=t.totalCount,r=t.sizeRanges,o=t.fixedItemSize,i=t.defaultItemSize,a=t.trackItemSizes,s=t.itemSize,u=t.data,c=t.firstItemIndex,l=t.groupIndices,d=e[1],f=d.initialTopMostItemIndex,p=d.scrolledToInitialItem,h=e[2],m=e[3],v=e[4],g=v.listState,y=v.topItemsIndexes,b=mH(v,["listState","topItemsIndexes"]),E=e[5].scrollToIndex,w=e[7].topItemCount,S=e[8].groupCounts,x=e[9],O=e[10];return WG(b.rangeChanged,x.scrollSeekRangeChanged),WG(XG(x.windowViewportRect,$G(RG("visibleHeight"))),h.viewportHeight),hH({totalCount:n,data:u,firstItemIndex:c,sizeRanges:r,initialTopMostItemIndex:f,scrolledToInitialItem:p,topItemsIndexes:y,topItemCount:w,groupCounts:S,fixedItemHeight:o,defaultItemHeight:i},m,{listState:g,scrollToIndex:E,trackItemSizes:a,itemSize:s,groupIndices:l},b,x,h,O)}),IG(aY,NY,SH,PY,_Y,cY,GY,zY,MY,XY,OH)),ZY=(VY=function(){if("undefined"==typeof document)return"sticky";var e=document.createElement("div");return e.style.position="-webkit-sticky","-webkit-sticky"===e.style.position?"-webkit-sticky":"sticky"},UY=!1,function(){return UY||(UY=!0,BY=VY()),BY});function QY(e){return e}var $Y=sH((function(){var e=GG((function(e){return"Item "+e})),t=GG((function(e){return"Group "+e})),n=GG({}),r=GG(QY),o=GG("div"),i=GG(FG),a=function(e,t){return void 0===t&&(t=null),YG(XG(n,$G((function(t){return t[e]})),ZG()),t)};return{itemContent:e,groupContent:t,components:n,computeItemKey:r,headerFooterTag:o,scrollerRef:i,FooterComponent:a("Footer"),HeaderComponent:a("Header"),TopItemListComponent:a("TopItemList"),ListComponent:a("List","div"),ItemComponent:a("Item","div"),GroupComponent:a("Group","div"),ScrollerComponent:a("Scroller","div"),EmptyPlaceholder:a("EmptyPlaceholder"),ScrollSeekPlaceholder:a("ScrollSeekPlaceholder")}}));function eK(e,t){var n=qG();return VG(n,(function(){return console.warn("react-virtuoso: You are using a deprecated property. "+t,"color: red;","color: inherit;","color: blue;")})),WG(n,e),n}var tK=sH((function(e){var t=e[0],n=e[1],r={item:eK(n.itemContent,"Rename the %citem%c prop to %citemContent."),group:eK(n.groupContent,"Rename the %cgroup%c prop to %cgroupContent."),topItems:eK(t.topItemCount,"Rename the %ctopItems%c prop to %ctopItemCount."),itemHeight:eK(t.fixedItemHeight,"Rename the %citemHeight%c prop to %cfixedItemHeight."),scrollingStateChange:eK(t.isScrolling,"Rename the %cscrollingStateChange%c prop to %cisScrolling."),adjustForPrependedItems:qG(),maxHeightCacheSize:qG(),footer:qG(),header:qG(),HeaderContainer:qG(),FooterContainer:qG(),ItemContainer:qG(),ScrollContainer:qG(),GroupContainer:qG(),ListContainer:qG(),emptyComponent:qG(),scrollSeek:qG()};function o(e,t,r){WG(XG(e,oH(n.components),$G((function(e){var n,o=e[0],i=e[1];return console.warn("react-virtuoso: "+r+" property is deprecated. Pass components."+t+" instead."),hH({},i,((n={})[t]=o,n))}))),n.components)}return VG(r.adjustForPrependedItems,(function(){console.warn("react-virtuoso: adjustForPrependedItems is no longer supported. Use the firstItemIndex property instead - https://virtuoso.dev/prepend-items.","color: red;","color: inherit;","color: blue;")})),VG(r.maxHeightCacheSize,(function(){console.warn("react-virtuoso: maxHeightCacheSize is no longer necessary. Setting it has no effect - remove it from your code.")})),VG(r.HeaderContainer,(function(){console.warn("react-virtuoso: HeaderContainer is deprecated. Use headerFooterTag if you want to change the wrapper of the header component and pass components.Header to change its contents.")})),VG(r.FooterContainer,(function(){console.warn("react-virtuoso: FooterContainer is deprecated. Use headerFooterTag if you want to change the wrapper of the footer component and pass components.Footer to change its contents.")})),VG(r.scrollSeek,(function(e){var r=e.placeholder,o=mH(e,["placeholder"]);console.warn("react-virtuoso: scrollSeek property is deprecated. Pass scrollSeekConfiguration and specify the placeholder in components.ScrollSeekPlaceholder instead."),BG(n.components,hH({},_G(n.components),{ScrollSeekPlaceholder:r})),BG(t.scrollSeekConfiguration,o)})),o(r.footer,"Footer","footer"),o(r.header,"Header","header"),o(r.ItemContainer,"Item","ItemContainer"),o(r.ListContainer,"List","ListContainer"),o(r.ScrollContainer,"Scroller","ScrollContainer"),o(r.emptyComponent,"EmptyPlaceholder","emptyComponent"),o(r.GroupContainer,"Group","GroupContainer"),hH({},t,n,r)}),IG(JY,$Y)),nK=function(e){return i("div",{style:{height:e.height}})},rK={position:ZY(),zIndex:1},oK=p((function(e){var t=e.showTopList,n=void 0!==t&&t,r=yK("listState"),o=yK("deviation"),a=gK("sizeRanges"),s=gK("scrollHeight"),u=yK("itemContent"),c=yK("groupContent"),l=yK("trackItemSizes"),d=function(e,t,n,r,o){return kY((function(n){var i=function(e,t,n,r){var o=e.length;if(0===o)return null;for(var i=[],a=0;a<o;a++){var s=e.item(a);if(s&&void 0!==s.dataset.index){var u=parseInt(s.dataset.index),c=parseFloat(s.dataset.knownSize),l=t(s,"offsetHeight");if(0===l&&r("Zero-sized element, this should not happen",{child:s},wH.ERROR),l!==c){var d=i[i.length-1];0===i.length||d.size!==l||d.endIndex!==u-1?i.push({startIndex:u,endIndex:u,size:l}):i[i.length-1].endIndex++}}}return i}(n.children,t,0,o);r(n.parentElement.parentElement.scrollHeight),null!==i&&e(i)}),n)}(a,yK("itemSize"),l,n?FG:s,yK("log")),f=yK("EmptyPlaceholder"),p=yK("ScrollSeekPlaceholder")||nK,h=yK("ListComponent"),m=yK("ItemComponent"),v=yK("GroupComponent"),g=yK("computeItemKey"),y=yK("isSeeking"),b=yK("groupIndices").length>0,E=yK("paddingTopAddition"),w=yK("scrolledToInitialItem"),S=yK("firstItemIndex"),x=n?{}:{boxSizing:"border-box",paddingTop:r.offsetTop+E,paddingBottom:r.offsetBottom,marginTop:o};return!n&&0===r.items.length&&f&&w?i(f):i(h,{ref:d,style:x,"data-test-id":n?"virtuoso-top-item-list":"virtuoso-item-list"},(n?r.topItems:r.items).map((function(e){var t=e.originalIndex,n=g(t+S,e.data);return y?i(p,{key:n,index:e.index,height:e.size}):"group"===e.type?i(v,{key:n,"data-index":t,"data-known-size":e.size,"data-item-index":e.index,style:rK},c(e.index)):i(m,{key:n,"data-index":t,"data-known-size":e.size,"data-item-index":e.index,"data-item-group-index":e.groupIndex,style:{overflowAnchor:"none"}},b?u(e.index,e.groupIndex,e.data):u(e.index,e.data))})))})),iK={height:"100%",outline:"none",overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},aK={width:"100%",height:"100%",position:"absolute",top:0},sK={width:"100%",position:ZY(),top:0},uK=p((function(){var e=yK("HeaderComponent"),t=gK("headerHeight"),n=yK("headerFooterTag"),r=kY((function(e){return t(JH(e,"height"))}));return e?i(n,{ref:r},i(e)):null})),cK=p((function(){var e=yK("FooterComponent"),t=gK("footerHeight"),n=yK("headerFooterTag"),r=kY((function(e){return t(JH(e,"height"))}));return e?i(n,{ref:r},i(e)):null}));function lK(e){var t=e.usePublisher,n=e.useEmitter,r=e.useEmitterValue;return p((function(e){var o=e.style,a=e.children,s=mH(e,["style","children"]),u=t("scrollTop"),c=t("scrollHeight"),l=r("ScrollerComponent"),d=DY(u,t("smoothScrollTargetReached"),l,r("scrollerRef"),c),f=d.scrollerRef,p=d.scrollByCallback;return n("scrollTo",d.scrollToCallback),n("scrollBy",p),i(l,hH({ref:f,style:hH({},iK,o),tabIndex:0},s),a)}))}function dK(e){var t=e.usePublisher,n=e.useEmitter,r=e.useEmitterValue;return p((function(e){var o=e.style,a=e.children,s=mH(e,["style","children"]),u=t("windowScrollTop"),c=t("scrollHeight"),l=r("ScrollerComponent"),d=t("smoothScrollTargetReached"),f=r("totalListHeight"),p=DY(u,d,l,FG,c),h=p.scrollerRef,m=p.scrollByCallback,v=p.scrollToCallback;return AY((function(){return h.current=window,function(){h.current=null}}),[h]),n("windowScrollTo",v),n("scrollBy",m),i(l,hH({style:hH({position:"relative"},o,0!==f?{height:f}:{})},s),a)}))}var fK=function(e){var t=e.children,n=kY(TG(gK("viewportHeight"),(function(e){return JH(e,"height")})));return i("div",{style:aK,ref:n},t)},pK=function(e){var t=e.children,n=TY(gK("windowViewportRect"));return i("div",{ref:n,style:aK},t)},hK=function(e){var t=e.children,n=yK("TopItemListComponent"),r=yK("headerHeight"),o=hH({},sK,{marginTop:r+"px"});return i(n||"div",{style:o},t)},mK=pH(tK,{required:{},optional:{followOutput:"followOutput",firstItemIndex:"firstItemIndex",itemContent:"itemContent",groupContent:"groupContent",overscan:"overscan",increaseViewportBy:"increaseViewportBy",totalCount:"totalCount",topItemCount:"topItemCount",initialTopMostItemIndex:"initialTopMostItemIndex",components:"components",groupCounts:"groupCounts",atBottomThreshold:"atBottomThreshold",computeItemKey:"computeItemKey",defaultItemHeight:"defaultItemHeight",fixedItemHeight:"fixedItemHeight",itemSize:"itemSize",scrollSeekConfiguration:"scrollSeekConfiguration",headerFooterTag:"headerFooterTag",data:"data",initialItemCount:"initialItemCount",initialScrollTop:"initialScrollTop",alignToBottom:"alignToBottom",useWindowScroll:"useWindowScroll",scrollerRef:"scrollerRef",logLevel:"logLevel",item:"item",group:"group",topItems:"topItems",itemHeight:"itemHeight",scrollingStateChange:"scrollingStateChange",maxHeightCacheSize:"maxHeightCacheSize",footer:"footer",header:"header",ItemContainer:"ItemContainer",ScrollContainer:"ScrollContainer",ListContainer:"ListContainer",GroupContainer:"GroupContainer",emptyComponent:"emptyComponent",HeaderContainer:"HeaderContainer",FooterContainer:"FooterContainer",scrollSeek:"scrollSeek"},methods:{scrollToIndex:"scrollToIndex",scrollIntoView:"scrollIntoView",scrollTo:"scrollTo",scrollBy:"scrollBy",adjustForPrependedItems:"adjustForPrependedItems"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange",totalListHeightChanged:"totalListHeightChanged",itemsRendered:"itemsRendered",groupIndices:"groupIndices"}},p((function(e){var t=yK("useWindowScroll"),n=yK("topItemsIndexes").length>0,r=t?pK:fK;return i(t?wK:EK,hH({},e),i(r,null,i(uK,null),i(oK,null),i(cK,null)),n&&i(hK,null,i(oK,{showTopList:!0})))}))),vK=mK.Component,gK=mK.usePublisher,yK=mK.useEmitterValue,bK=mK.useEmitter,EK=lK({usePublisher:gK,useEmitterValue:yK,useEmitter:bK}),wK=dK({usePublisher:gK,useEmitterValue:yK,useEmitter:bK}),SK=sH((function(){var e=GG((function(e){return"Item "+e})),t=GG({}),n=GG("virtuoso-grid-item"),r=GG("virtuoso-grid-list"),o=GG(QY),i=GG(FG),a=function(e,n){return void 0===n&&(n=null),YG(XG(t,$G((function(t){return t[e]})),ZG()),n)};return{itemContent:e,components:t,computeItemKey:o,itemClassName:n,listClassName:r,scrollerRef:i,ListComponent:a("List","div"),ItemComponent:a("Item","div"),ScrollerComponent:a("Scroller","div"),ScrollSeekPlaceholder:a("ScrollSeekPlaceholder","div")}})),xK=sH((function(e){var t=e[0],n=e[1],r={item:eK(n.itemContent,"Rename the %citem%c prop to %citemContent."),ItemContainer:qG(),ScrollContainer:qG(),ListContainer:qG(),emptyComponent:qG(),scrollSeek:qG()};function o(e,t,r){WG(XG(e,oH(n.components),$G((function(e){var n,o=e[0],i=e[1];return console.warn("react-virtuoso: "+r+" property is deprecated. Pass components."+t+" instead."),hH({},i,((n={})[t]=o,n))}))),n.components)}return VG(r.scrollSeek,(function(e){var r=e.placeholder,o=mH(e,["placeholder"]);console.warn("react-virtuoso: scrollSeek property is deprecated. Pass scrollSeekConfiguration and specify the placeholder in components.ScrollSeekPlaceholder instead."),BG(n.components,hH({},_G(n.components),{ScrollSeekPlaceholder:r})),BG(t.scrollSeekConfiguration,o)})),o(r.ItemContainer,"Item","ItemContainer"),o(r.ListContainer,"List","ListContainer"),o(r.ScrollContainer,"Scroller","ScrollContainer"),hH({},t,n,r)}),IG(SY,SK)),OK=p((function(){var e=DK("gridState"),t=DK("listClassName"),n=DK("itemClassName"),r=DK("itemContent"),o=DK("computeItemKey"),a=DK("isSeeking"),s=AK("scrollHeight"),u=DK("ItemComponent"),c=DK("ListComponent"),l=DK("ScrollSeekPlaceholder"),d=AK("itemDimensions"),f=kY((function(e){s(e.parentElement.parentElement.scrollHeight);var t=e.firstChild;t&&d(t.getBoundingClientRect())}));return i(c,{ref:f,className:t,style:{paddingTop:e.offsetTop,paddingBottom:e.offsetBottom}},e.items.map((function(t){var s=o(t.index);return a?i(l,{key:s,index:t.index,height:e.itemHeight,width:e.itemWidth}):i(u,{className:n,"data-index":t.index,key:s},r(t.index))})))})),CK=function(e){var t=e.children,n=AK("viewportDimensions"),r=kY((function(e){n(e.getBoundingClientRect())}));return i("div",{style:aK,ref:r},t)},kK=function(e){var t=e.children,n=TY(AK("windowViewportRect"));return i("div",{ref:n,style:aK},t)},TK=pH(xK,{optional:{totalCount:"totalCount",overscan:"overscan",itemContent:"itemContent",components:"components",computeItemKey:"computeItemKey",initialItemCount:"initialItemCount",scrollSeekConfiguration:"scrollSeekConfiguration",listClassName:"listClassName",itemClassName:"itemClassName",useWindowScroll:"useWindowScroll",scrollerRef:"scrollerRef",item:"item",ItemContainer:"ItemContainer",ScrollContainer:"ScrollContainer",ListContainer:"ListContainer",scrollSeek:"scrollSeek"},methods:{scrollTo:"scrollTo",scrollBy:"scrollBy",scrollToIndex:"scrollToIndex"},events:{isScrolling:"isScrolling",endReached:"endReached",startReached:"startReached",rangeChanged:"rangeChanged",atBottomStateChange:"atBottomStateChange",atTopStateChange:"atTopStateChange"}},p((function(e){var t=hH({},e),n=DK("useWindowScroll"),r=n?kK:CK;return i(n?PK:RK,hH({},t),i(r,null,i(OK,null)))}))),AK=TK.usePublisher,DK=TK.useEmitterValue,NK=TK.useEmitter,RK=lK({usePublisher:AK,useEmitterValue:DK,useEmitter:NK}),PK=dK({usePublisher:AK,useEmitterValue:DK,useEmitter:NK}),IK=vK,MK=function(e){var n=e.message.systemData;return t.createElement(t.Fragment,null,t.createElement(yp,{variant:"body2",noWrap:!0},t.createElement(hA,{id:"systemMessageChangedChannelName"})),t.createElement(yp,{variant:"body2",fontWeight:600,noWrap:!0},null==n?void 0:n.newName))},jK=function(e){var n=e.message.systemData;return t.createElement(t.Fragment,null,t.createElement(yp,{variant:"body2",fontWeight:600,noWrap:!0},null==n?void 0:n.oldDisplayName),t.createElement(yp,{variant:"body2",noWrap:!0},t.createElement(hA,{id:"systemMessageChangedName"})),t.createElement(yp,{variant:"body2",fontWeight:600,noWrap:!0},null==n?void 0:n.newDisplayName))},LK=function(e){var n,r,o=e.message.systemData;return t.createElement(t.Fragment,null,t.createElement(yp,{variant:"body2",fontWeight:600,noWrap:!0},null===(r=null===(n=null==o?void 0:o.whoRenamedChannel)||void 0===n?void 0:n.maybeCurrent)||void 0===r?void 0:r.displayName),t.createElement(yp,{variant:"body2",noWrap:!0},t.createElement(hA,{id:"systemMessageUserChangedChannelName"})),t.createElement(yp,{variant:"body2",fontWeight:600,noWrap:!0},null==o?void 0:o.newName))},FK=RC((function(e){var n,r,o=e.message.systemData;return t.createElement(t.Fragment,null,t.createElement(gm,{item:!0,zeroMinWidth:!0},t.createElement(yp,{variant:"body2",fontWeight:600,noWrap:!0},null===(r=null===(n=null==o?void 0:o.whoJoined)||void 0===n?void 0:n.maybeCurrent)||void 0===r?void 0:r.displayName)),t.createElement(yp,{variant:"body2",noWrap:!0},t.createElement(hA,{id:"joined"})))})),VK=RC((function(e){var n=e.message,r=n.meta.event;return t.createElement(gm,{container:!0,justifyContent:"center",alignItems:"center",wrap:"nowrap",columnGap:1},function(){switch(r){case _U.UserJoinedEvent:return t.createElement(FK,{message:n});case _U.UserChangedEvent:return t.createElement(jK,{message:n});case _U.UserChangedChannelEvent:return t.createElement(LK,{message:n});case _U.ChangedChannelEvent:return t.createElement(MK,{message:n});default:return null}}())})),BK={};function UK(e){this.j={},this.jr=[],this.jd=null,this.t=e}Object.defineProperty(BK,"__esModule",{value:!0}),UK.prototype={accepts:function(){return!!this.t},tt:function(e,t){if(t&&t.j)return this.j[e]=t,t;var n=t,r=this.j[e];if(r)return n&&(r.t=n),r;r=_K();var o=GK(this,e);return o?(Object.assign(r.j,o.j),r.jr.append(o.jr),r.jr=o.jd,r.t=n||o.t):r.t=n,this.j[e]=r,r}};var _K=function(){return new UK},WK=function(e){return new UK(e)},zK=function(e,t,n){e.j[t]||(e.j[t]=n)},qK=function(e,t,n){e.jr.push([t,n])},GK=function(e,t){var n=e.j[t];if(n)return n;for(var r=0;r<e.jr.length;r++){var o=e.jr[r][0],i=e.jr[r][1];if(o.test(t))return i}return e.jd},HK=function(e,t,n){for(var r=0;r<t.length;r++)zK(e,t[r],n)},YK=function(e,t){for(var n=0;n<t.length;n++){var r=t[n][0],o=t[n][1];zK(e,r,o)}},KK=function(e,t,n,r){for(var o,i=0,a=t.length;i<a&&(o=e.j[t[i]]);)e=o,i++;if(i>=a)return[];for(;i<a-1;)o=r(),zK(e,t[i],o),e=o,i++;zK(e,t[a-1],n)},XK="DOMAIN",JK="TLD",ZK="NUM",QK="AT",$K="DOT",eX="SLASH",tX=Object.freeze({__proto__:null,DOMAIN:XK,LOCALHOST:"LOCALHOST",TLD:JK,NUM:ZK,PROTOCOL:"PROTOCOL",MAILTO:"MAILTO",WS:"WS",NL:"NL",OPENBRACE:"OPENBRACE",OPENBRACKET:"OPENBRACKET",OPENANGLEBRACKET:"OPENANGLEBRACKET",OPENPAREN:"OPENPAREN",CLOSEBRACE:"CLOSEBRACE",CLOSEBRACKET:"CLOSEBRACKET",CLOSEANGLEBRACKET:"CLOSEANGLEBRACKET",CLOSEPAREN:"CLOSEPAREN",AMPERSAND:"AMPERSAND",APOSTROPHE:"APOSTROPHE",ASTERISK:"ASTERISK",AT:QK,BACKSLASH:"BACKSLASH",BACKTICK:"BACKTICK",CARET:"CARET",COLON:"COLON",COMMA:"COMMA",DOLLAR:"DOLLAR",DOT:$K,EQUALS:"EQUALS",EXCLAMATION:"EXCLAMATION",HYPHEN:"HYPHEN",PERCENT:"PERCENT",PIPE:"PIPE",PLUS:"PLUS",POUND:"POUND",QUERY:"QUERY",QUOTE:"QUOTE",SEMI:"SEMI",SLASH:eX,TILDE:"TILDE",UNDERSCORE:"UNDERSCORE",SYM:"SYM"}),nX="aaa aarp abarth abb abbott abbvie abc able abogado abudhabi ac academy accenture accountant accountants aco actor ad adac ads adult ae aeg aero aetna af afamilycompany afl africa ag agakhan agency ai aig airbus airforce airtel akdn al alfaromeo alibaba alipay allfinanz allstate ally alsace alstom am amazon americanexpress americanfamily amex amfam amica amsterdam analytics android anquan anz ao aol apartments app apple aq aquarelle ar arab aramco archi army arpa art arte as asda asia associates at athleta attorney au auction audi audible audio auspost author auto autos avianca aw aws ax axa az azure ba baby baidu banamex bananarepublic band bank bar barcelona barclaycard barclays barefoot bargains baseball basketball bauhaus bayern bb bbc bbt bbva bcg bcn bd be beats beauty beer bentley berlin best bestbuy bet bf bg bh bharti bi bible bid bike bing bingo bio biz bj black blackfriday blockbuster blog bloomberg blue bm bms bmw bn bnpparibas bo boats boehringer bofa bom bond boo book booking bosch bostik boston bot boutique box br bradesco bridgestone broadway broker brother brussels bs bt budapest bugatti build builders business buy buzz bv bw by bz bzh ca cab cafe cal call calvinklein cam camera camp cancerresearch canon capetown capital capitalone car caravan cards care career careers cars casa case cash casino cat catering catholic cba cbn cbre cbs cc cd center ceo cern cf cfa cfd cg ch chanel channel charity chase chat cheap chintai christmas chrome church ci cipriani circle cisco citadel citi citic city cityeats ck cl claims cleaning click clinic clinique clothing cloud club clubmed cm cn co coach codes coffee college cologne com comcast commbank community company compare computer comsec condos construction consulting contact contractors cooking cookingchannel cool coop corsica country coupon coupons courses cpa cr credit creditcard creditunion cricket crown crs cruise cruises csc cu cuisinella cv cw cx cy cymru cyou cz dabur dad dance data date dating datsun day dclk dds de deal dealer deals degree delivery dell deloitte delta democrat dental dentist desi design dev dhl diamonds diet digital direct directory discount discover dish diy dj dk dm dnp do docs doctor dog domains dot download drive dtv dubai duck dunlop dupont durban dvag dvr dz earth eat ec eco edeka edu education ee eg email emerck energy engineer engineering enterprises epson equipment er ericsson erni es esq estate et etisalat eu eurovision eus events exchange expert exposed express extraspace fage fail fairwinds faith family fan fans farm farmers fashion fast fedex feedback ferrari ferrero fi fiat fidelity fido film final finance financial fire firestone firmdale fish fishing fit fitness fj fk flickr flights flir florist flowers fly fm fo foo food foodnetwork football ford forex forsale forum foundation fox fr free fresenius frl frogans frontdoor frontier ftr fujitsu fujixerox fun fund furniture futbol fyi ga gal gallery gallo gallup game games gap garden gay gb gbiz gd gdn ge gea gent genting george gf gg ggee gh gi gift gifts gives giving gl glade glass gle global globo gm gmail gmbh gmo gmx gn godaddy gold goldpoint golf goo goodyear goog google gop got gov gp gq gr grainger graphics gratis green gripe grocery group gs gt gu guardian gucci guge guide guitars guru gw gy hair hamburg hangout haus hbo hdfc hdfcbank health healthcare help helsinki here hermes hgtv hiphop hisamitsu hitachi hiv hk hkt hm hn hockey holdings holiday homedepot homegoods homes homesense honda horse hospital host hosting hot hoteles hotels hotmail house how hr hsbc ht hu hughes hyatt hyundai ibm icbc ice icu id ie ieee ifm ikano il im imamat imdb immo immobilien in inc industries infiniti info ing ink institute insurance insure int international intuit investments io ipiranga iq ir irish is ismaili ist istanbul it itau itv iveco jaguar java jcb je jeep jetzt jewelry jio jll jm jmp jnj jo jobs joburg jot joy jp jpmorgan jprs juegos juniper kaufen kddi ke kerryhotels kerrylogistics kerryproperties kfh kg kh ki kia kim kinder kindle kitchen kiwi km kn koeln komatsu kosher kp kpmg kpn kr krd kred kuokgroup kw ky kyoto kz la lacaixa lamborghini lamer lancaster lancia land landrover lanxess lasalle lat latino latrobe law lawyer lb lc lds lease leclerc lefrak legal lego lexus lgbt li lidl life lifeinsurance lifestyle lighting like lilly limited limo lincoln linde link lipsy live living lixil lk llc llp loan loans locker locus loft lol london lotte lotto love lpl lplfinancial lr ls lt ltd ltda lu lundbeck luxe luxury lv ly ma macys madrid maif maison makeup man management mango map market marketing markets marriott marshalls maserati mattel mba mc mckinsey md me med media meet melbourne meme memorial men menu merckmsd mg mh miami microsoft mil mini mint mit mitsubishi mk ml mlb mls mm mma mn mo mobi mobile moda moe moi mom monash money monster mormon mortgage moscow moto motorcycles mov movie mp mq mr ms msd mt mtn mtr mu museum mutual mv mw mx my mz na nab nagoya name nationwide natura navy nba nc ne nec net netbank netflix network neustar new news next nextdirect nexus nf nfl ng ngo nhk ni nico nike nikon ninja nissan nissay nl no nokia northwesternmutual norton now nowruz nowtv np nr nra nrw ntt nu nyc nz obi observer off office okinawa olayan olayangroup oldnavy ollo om omega one ong onl online onyourside ooo open oracle orange org organic origins osaka otsuka ott ovh pa page panasonic paris pars partners parts party passagens pay pccw pe pet pf pfizer pg ph pharmacy phd philips phone photo photography photos physio pics pictet pictures pid pin ping pink pioneer pizza pk pl place play playstation plumbing plus pm pn pnc pohl poker politie porn post pr pramerica praxi press prime pro prod productions prof progressive promo properties property protection pru prudential ps pt pub pw pwc py qa qpon quebec quest qvc racing radio raid re read realestate realtor realty recipes red redstone redumbrella rehab reise reisen reit reliance ren rent rentals repair report republican rest restaurant review reviews rexroth rich richardli ricoh ril rio rip rmit ro rocher rocks rodeo rogers room rs rsvp ru rugby ruhr run rw rwe ryukyu sa saarland safe safety sakura sale salon samsclub samsung sandvik sandvikcoromant sanofi sap sarl sas save saxo sb sbi sbs sc sca scb schaeffler schmidt scholarships school schule schwarz science scjohnson scot sd se search seat secure security seek select sener services ses seven sew sex sexy sfr sg sh shangrila sharp shaw shell shia shiksha shoes shop shopping shouji show showtime si silk sina singles site sj sk ski skin sky skype sl sling sm smart smile sn sncf so soccer social softbank software sohu solar solutions song sony soy spa space sport spot spreadbetting sr srl ss st stada staples star statebank statefarm stc stcgroup stockholm storage store stream studio study style su sucks supplies supply support surf surgery suzuki sv swatch swiftcover swiss sx sy sydney systems sz tab taipei talk taobao target tatamotors tatar tattoo tax taxi tc tci td tdk team tech technology tel temasek tennis teva tf tg th thd theater theatre tiaa tickets tienda tiffany tips tires tirol tj tjmaxx tjx tk tkmaxx tl tm tmall tn to today tokyo tools top toray toshiba total tours town toyota toys tr trade trading training travel travelchannel travelers travelersinsurance trust trv tt tube tui tunes tushu tv tvs tw tz ua ubank ubs ug uk unicom university uno uol ups us uy uz va vacations vana vanguard vc ve vegas ventures verisign versicherung vet vg vi viajes video vig viking villas vin vip virgin visa vision viva vivo vlaanderen vn vodka volkswagen volvo vote voting voto voyage vu vuelos wales walmart walter wang wanggou watch watches weather weatherchannel webcam weber website wed wedding weibo weir wf whoswho wien wiki williamhill win windows wine winners wme wolterskluwer woodside work works world wow ws wtc wtf xbox xerox xfinity xihuan xin xxx xyz yachts yahoo yamaxun yandex ye yodobashi yoga yokohama you youtube yt yun za zappos zara zero zip zm zone zuerich zw vermögensberater-ctb vermögensberatung-pwb ελ ευ бг бел дети ею католик ком қаз мкд мон москва онлайн орг рус рф сайт срб укр გე հայ ישראל קום ابوظبي اتصالات ارامكو الاردن البحرين الجزائر السعودية العليان المغرب امارات ایران بارت بازار بھارت بيتك پاکستان ڀارت تونس سودان سورية شبكة عراق عرب عمان فلسطين قطر كاثوليك كوم مصر مليسيا موريتانيا موقع همراه कॉम नेट भारत भारतम् भारोत संगठन বাংলা ভারত ভাৰত ਭਾਰਤ ભારત ଭାରତ இந்தியா இலங்கை சிங்கப்பூர் భారత్ ಭಾರತ ഭാരതം ලංකා คอม ไทย ລາວ 닷넷 닷컴 삼성 한국 アマゾン グーグル クラウド コム ストア セール ファッション ポイント みんな 世界 中信 中国 中國 中文网 亚马逊 企业 佛山 信息 健康 八卦 公司 公益 台湾 台灣 商城 商店 商标 嘉里 嘉里大酒店 在线 大众汽车 大拿 天主教 娱乐 家電 广东 微博 慈善 我爱你 手机 招聘 政务 政府 新加坡 新闻 时尚 書籍 机构 淡马锡 游戏 澳門 点看 移动 组织机构 网址 网店 网站 网络 联通 诺基亚 谷歌 购物 通販 集团 電訊盈科 飞利浦 食品 餐厅 香格里拉 香港".split(" "),rX=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDEC0-\uDEEB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/,oX=/(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])/,iX=/\uFE0F/,aX=/\d/,sX=/\s/;function uX(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=_K(),n=WK(ZK),r=WK(XK),o=_K(),i=WK("WS"),a=[[aX,r],[rX,r],[oX,r],[iX,r]],s=function(){var e=WK(XK);return e.j={"-":o},e.jr=[].concat(a),e},u=function(e){var t=s();return t.t=e,t};YK(t,[["'",WK("APOSTROPHE")],["{",WK("OPENBRACE")],["[",WK("OPENBRACKET")],["<",WK("OPENANGLEBRACKET")],["(",WK("OPENPAREN")],["}",WK("CLOSEBRACE")],["]",WK("CLOSEBRACKET")],[">",WK("CLOSEANGLEBRACKET")],[")",WK("CLOSEPAREN")],["&",WK("AMPERSAND")],["*",WK("ASTERISK")],["@",WK(QK)],["`",WK("BACKTICK")],["^",WK("CARET")],[":",WK("COLON")],[",",WK("COMMA")],["$",WK("DOLLAR")],[".",WK($K)],["=",WK("EQUALS")],["!",WK("EXCLAMATION")],["-",WK("HYPHEN")],["%",WK("PERCENT")],["|",WK("PIPE")],["+",WK("PLUS")],["#",WK("POUND")],["?",WK("QUERY")],['"',WK("QUOTE")],["/",WK(eX)],[";",WK("SEMI")],["~",WK("TILDE")],["_",WK("UNDERSCORE")],["\\",WK("BACKSLASH")]]),zK(t,"\n",WK("NL")),qK(t,sX,i),zK(i,"\n",_K()),qK(i,sX,i);for(var c=0;c<nX.length;c++)KK(t,nX[c],u(JK),s);var l=s(),d=s(),f=s(),p=s();KK(t,"file",l,s),KK(t,"ftp",d,s),KK(t,"http",f,s),KK(t,"mailto",p,s);var h=s(),m=WK("PROTOCOL"),v=WK("MAILTO");zK(d,"s",h),zK(d,":",m),zK(f,"s",h),zK(f,":",m),zK(l,":",m),zK(h,":",m),zK(p,":",v);for(var g=s(),y=0;y<e.length;y++)KK(t,e[y],g,s);return zK(g,":",m),KK(t,"localhost",u("LOCALHOST"),s),qK(t,aX,n),qK(t,rX,r),qK(t,oX,r),qK(t,iX,r),qK(n,aX,n),qK(n,rX,r),qK(n,oX,r),qK(n,iX,r),zK(n,"-",o),zK(r,"-",o),zK(o,"-",o),qK(r,aX,r),qK(r,rX,r),qK(r,oX,r),qK(r,iX,r),qK(o,aX,r),qK(o,rX,r),qK(o,oX,r),qK(o,iX,r),t.jd=WK("SYM"),t}function cX(e){return(cX="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var lX={defaultProtocol:"http",events:null,format:fX,formatHref:fX,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:0,className:null,attributes:null,ignoreTags:[]};function dX(e){e=e||{},this.defaultProtocol="defaultProtocol"in e?e.defaultProtocol:lX.defaultProtocol,this.events="events"in e?e.events:lX.events,this.format="format"in e?e.format:lX.format,this.formatHref="formatHref"in e?e.formatHref:lX.formatHref,this.nl2br="nl2br"in e?e.nl2br:lX.nl2br,this.tagName="tagName"in e?e.tagName:lX.tagName,this.target="target"in e?e.target:lX.target,this.rel="rel"in e?e.rel:lX.rel,this.validate="validate"in e?e.validate:lX.validate,this.truncate="truncate"in e?e.truncate:lX.truncate,this.className="className"in e?e.className:lX.className,this.attributes=e.attributes||lX.attributes,this.ignoreTags=[];for(var t=("ignoreTags"in e?e.ignoreTags:lX.ignoreTags),n=0;n<t.length;n++)this.ignoreTags.push(t[n].toUpperCase())}function fX(e){return e}dX.prototype={resolve:function(e){var t=e.toHref(this.defaultProtocol);return{formatted:this.get("format",e.toString(),e),formattedHref:this.get("formatHref",t,e),tagName:this.get("tagName",t,e),className:this.get("className",t,e),target:this.get("target",t,e),rel:this.get("rel",t,e),events:this.getObject("events",t,e),attributes:this.getObject("attributes",t,e),truncate:this.get("truncate",t,e)}},check:function(e){return this.get("validate",e.toString(),e)},get:function(e,t,n){var r,o=this[e];if(!o)return o;switch(cX(o)){case"function":return o(t,n.t);case"object":return"function"==typeof(r=n.t in o?o[n.t]:lX[e])?r(t,n.t):r}return o},getObject:function(e,t,n){var r=this[e];return"function"==typeof r?r(t,n.t):r}};var pX=Object.freeze({__proto__:null,defaults:lX,Options:dX});function hX(){}function mX(e,t){function n(t,n){this.t=e,this.v=t,this.tk=n}return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=Object.create(e.prototype);for(var o in n)r[o]=n[o];r.constructor=t,t.prototype=r}(hX,n,t),n}hX.prototype={t:"token",isLink:!1,toString:function(){return this.v},toHref:function(){return this.toString()},startIndex:function(){return this.tk[0].s},endIndex:function(){return this.tk[this.tk.length-1].e},toObject:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:lX.defaultProtocol;return{type:this.t,value:this.v,isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}}};var vX=mX("email",{isLink:!0}),gX=mX("email",{isLink:!0,toHref:function(){return"mailto:"+this.toString()}}),yX=mX("text"),bX=mX("nl"),EX=mX("url",{isLink:!0,toHref:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:lX.defaultProtocol,t=this.tk,n=!1,r=!1,o=[],i=0;"PROTOCOL"===t[i].t;)n=!0,o.push(t[i].v),i++;for(;t[i].t===eX;)r=!0,o.push(t[i].v),i++;for(;i<t.length;i++)o.push(t[i].v);return o=o.join(""),n||r||(o="".concat(e,"://").concat(o)),o},hasProtocol:function(){return"PROTOCOL"===this.tk[0].t}}),wX=Object.freeze({__proto__:null,MultiToken:hX,Base:hX,createTokenClass:mX,MailtoEmail:vX,Email:gX,Text:yX,Nl:bX,Url:EX});function SX(){var e=_K(),t=_K(),n=_K(),r=_K(),o=_K(),i=_K(),a=_K(),s=WK(EX),u=_K(),c=WK(EX),l=WK(EX),d=_K(),f=_K(),p=_K(),h=_K(),m=_K(),v=WK(EX),g=WK(EX),y=WK(EX),b=WK(EX),E=_K(),w=_K(),S=_K(),x=_K(),O=_K(),C=_K(),k=WK(gX),T=_K(),A=WK(gX),D=WK(vX),N=_K(),R=_K(),P=_K(),I=_K(),M=WK(bX);zK(e,"NL",M),zK(e,"PROTOCOL",t),zK(e,"MAILTO",n),zK(t,eX,r),zK(r,eX,o),zK(e,JK,i),zK(e,XK,i),zK(e,"LOCALHOST",s),zK(e,ZK,i),zK(o,JK,l),zK(o,XK,l),zK(o,ZK,l),zK(o,"LOCALHOST",l),zK(i,$K,a),zK(O,$K,C),zK(a,JK,s),zK(a,XK,i),zK(a,ZK,i),zK(a,"LOCALHOST",i),zK(C,JK,k),zK(C,XK,O),zK(C,ZK,O),zK(C,"LOCALHOST",O),zK(s,$K,a),zK(k,$K,C),zK(s,"COLON",u),zK(s,eX,l),zK(u,ZK,c),zK(c,eX,l),zK(k,"COLON",T),zK(T,ZK,A);var j=["AMPERSAND","ASTERISK",QK,"BACKSLASH","BACKTICK","CARET","DOLLAR",XK,"EQUALS","HYPHEN","LOCALHOST",ZK,"PERCENT","PIPE","PLUS","POUND","PROTOCOL",eX,"SYM","TILDE",JK,"UNDERSCORE"],L=["APOSTROPHE","CLOSEANGLEBRACKET","CLOSEBRACE","CLOSEBRACKET","CLOSEPAREN","COLON","COMMA",$K,"EXCLAMATION","OPENANGLEBRACKET","OPENBRACE","OPENBRACKET","OPENPAREN","QUERY","QUOTE","SEMI"];zK(l,"OPENBRACE",f),zK(l,"OPENBRACKET",p),zK(l,"OPENANGLEBRACKET",h),zK(l,"OPENPAREN",m),zK(d,"OPENBRACE",f),zK(d,"OPENBRACKET",p),zK(d,"OPENANGLEBRACKET",h),zK(d,"OPENPAREN",m),zK(f,"CLOSEBRACE",l),zK(p,"CLOSEBRACKET",l),zK(h,"CLOSEANGLEBRACKET",l),zK(m,"CLOSEPAREN",l),zK(v,"CLOSEBRACE",l),zK(g,"CLOSEBRACKET",l),zK(y,"CLOSEANGLEBRACKET",l),zK(b,"CLOSEPAREN",l),zK(E,"CLOSEBRACE",l),zK(w,"CLOSEBRACKET",l),zK(S,"CLOSEANGLEBRACKET",l),zK(x,"CLOSEPAREN",l),HK(f,j,v),HK(p,j,g),HK(h,j,y),HK(m,j,b),HK(f,L,E),HK(p,L,w),HK(h,L,S),HK(m,L,x),HK(v,j,v),HK(g,j,g),HK(y,j,y),HK(b,j,b),HK(v,L,v),HK(g,L,g),HK(y,L,y),HK(b,L,b),HK(E,j,v),HK(w,j,g),HK(S,j,y),HK(x,j,b),HK(E,L,E),HK(w,L,w),HK(S,L,S),HK(x,L,x),HK(l,j,l),HK(d,j,l),HK(l,L,d),HK(d,L,d),zK(n,JK,D),zK(n,XK,D),zK(n,ZK,D),zK(n,"LOCALHOST",D),HK(D,j,D),HK(D,L,N),HK(N,j,D),HK(N,L,N);var F=["AMPERSAND","APOSTROPHE","ASTERISK","BACKSLASH","BACKTICK","CARET","CLOSEBRACE","DOLLAR",XK,"EQUALS","HYPHEN",ZK,"OPENBRACE","PERCENT","PIPE","PLUS","POUND","QUERY",eX,"SYM","TILDE",JK,"UNDERSCORE"];return HK(i,F,R),zK(i,QK,P),HK(s,F,R),zK(s,QK,P),HK(a,F,R),HK(R,F,R),zK(R,QK,P),zK(R,$K,I),HK(I,F,R),zK(P,JK,O),zK(P,XK,O),zK(P,ZK,O),zK(P,"LOCALHOST",k),e}function xX(e,t,n){var r=n[0].s,o=n[n.length-1].e;return new e(t.substr(r,o-r),n)}var OX="undefined"!=typeof console&&console&&console.warn||function(){},CX={scanner:null,parser:null,pluginQueue:[],customProtocols:[],initialized:!1};function kX(){CX.scanner={start:uX(CX.customProtocols),tokens:tX},CX.parser={start:SX(),tokens:wX};for(var e={createTokenClass:mX},t=0;t<CX.pluginQueue.length;t++)CX.pluginQueue[t][1]({scanner:CX.scanner,parser:CX.parser,utils:e});CX.initialized=!0}function TX(e){return CX.initialized||kX(),function(e,t,n){for(var r=n.length,o=0,i=[],a=[];o<r;){for(var s=e,u=null,c=null,l=0,d=null,f=-1;o<r&&!(u=GK(s,n[o].t));)a.push(n[o++]);for(;o<r&&(c=u||GK(s,n[o].t));)u=null,(s=c).accepts()?(f=0,d=s):f>=0&&f++,o++,l++;if(f<0)for(var p=o-l;p<o;p++)a.push(n[p]);else{a.length>0&&(i.push(xX(yX,t,a)),a=[]),o-=f,l-=f;var h=d.t,m=n.slice(o-l,o);i.push(xX(h,t,m))}}return a.length>0&&i.push(xX(yX,t,a)),i}(CX.parser.start,e,function(e,t){for(var n=function(e){for(var t=[],n=e.length,r=0;r<n;){var o=e.charCodeAt(r),i=void 0,a=o<55296||o>56319||r+1===n||(i=e.charCodeAt(r+1))<56320||i>57343?e[r]:e.slice(r,r+2);t.push(a),r+=a.length}return t}(t.replace(/[A-Z]/g,(function(e){return e.toLowerCase()}))),r=n.length,o=[],i=0,a=0;a<r;){for(var s=e,u=null,c=0,l=null,d=-1,f=-1;a<r&&(u=GK(s,n[a]));)(s=u).accepts()?(d=0,f=0,l=s):d>=0&&(d+=n[a].length,f++),c+=n[a].length,i+=n[a].length,a++;i-=d,a-=f,c-=d,o.push({t:l.t,v:t.substr(i-c,c),s:i-c,e:i})}return o}(CX.scanner.start,e))}BK.Options=dX,BK.find=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=TX(e),r=[],o=0;o<n.length;o++){var i=n[o];!i.isLink||t&&i.t!==t||r.push(i.toObject())}return r},BK.init=kX,BK.options=pX,BK.registerCustomProtocol=function(e){if(CX.initialized&&OX('linkifyjs: already initialized - will not register custom protocol "'.concat(e,'" until you manually call linkify.init(). To avoid this warning, please register all custom protocols before invoking linkify the first time.')),!/^[a-z-]+$/.test(e))throw Error("linkifyjs: protocols containing characters other than a-z or - (hyphen) are not supported");CX.customProtocols.push(e)},BK.registerPlugin=function(e,t){for(var n=0;n<CX.pluginQueue.length;n++)if(e===CX.pluginQueue[n][0])return OX('linkifyjs: plugin "'.concat(e,'" already registered - will be overwritten')),void(CX.pluginQueue[n]=[e,t]);CX.pluginQueue.push([e,t]),CX.initialized&&OX('linkifyjs: already initialized - will not register plugin "'.concat(e,'" until you manually call linkify.init(). To avoid this warning, please register all plugins before invoking linkify the first time.'))},BK.reset=function(){CX.scanner=null,CX.parser=null,CX.pluginQueue=[],CX.customProtocols=[],CX.initialized=!1},BK.test=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=TX(e);return 1===n.length&&n[0].isLink&&(!t||n[0].t===t)},BK.tokenize=TX;var AX=BK;function DX(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var NX=DX(t);function RX(e){return function(e){if(Array.isArray(e))return PX(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return PX(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return PX(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function PX(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function IX(e,t){for(var n=AX.tokenize(e),r=[],o=0,i=0;i<n.length;i++){var a=n[i];if("nl"===a.t&&t.nl2br)r.push(NX.createElement("br",{key:"linkified-".concat(++o)}));else if(a.isLink&&t.check(a)){var s=t.resolve(a),u=s.formatted,c=s.formattedHref,l=s.tagName,d=s.className,f=s.target,p=s.rel,h=s.attributes,m={key:"linkified-".concat(++o),href:c};if(d&&(m.className=d),f&&(m.target=f),p&&(m.rel=p),h)for(var v in h)m[v]=h[v];r.push(NX.createElement(l,m,u))}else r.push(a.toString())}return r}function MX(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(0===NX.Children.count(e.props.children))return e;var r=[];NX.Children.forEach(e.props.children,(function(e){"string"==typeof e?(n+=1,r.push.apply(r,RX(IX(e,t)))):NX.isValidElement(e)?"string"==typeof e.type&&t.ignoreTags.indexOf(e.type.toUpperCase())>=0?r.push(e):r.push(MX(e,t,++n)):r.push(e)}));var o={key:"linkified-element-".concat(n)};for(var i in e.props)o[i]=e.props[i];return NX.cloneElement(e,o,r)}var jX=function(e){var t={key:"linkified-element-wrapper"};for(var n in e)"options"!==n&&"tagName"!==n&&"children"!==n&&(t[n]=e[n]);var r=new AX.Options(e.options),o=e.tagName||NX.Fragment||"span",i=e.children;return MX(NX.createElement(o,t,i),r,0)},LX=xG((function(e){var n=e.onClose,r=cW();return t.createElement(t.Fragment,null,t.createElement(SG,{action:function(){!function(e,t){var n=Number(e.ui.params.id);XV("messages-pinned",{channelId:n,messageId:t})}(r,e.messageId),n&&n()}},t.createElement(hA,{id:"pinMessage"})),t.createElement(SG,{action:function(){var t;t=e.messageId,JV("messages/".concat(+t)),n&&n()}},t.createElement(hA,{id:"deleteMessage"})))})),FX=function(e){var n=e.className,r=e.fill,o=void 0===r?"#A1A4BC":r,i=e.width,a=void 0===i?18:i,s=e.height,u=void 0===s?18:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M4.09375 9.2C3.77083 9.2 3.50521 9.09524 3.29687 8.88571C3.09896 8.66571 3 8.40381 3 8.1C3 7.79619 3.09896 7.53952 3.29687 7.33C3.50521 7.11 3.77083 7 4.09375 7C4.41667 7 4.67708 7.11 4.875 7.33C5.08333 7.53952 5.1875 7.79619 5.1875 8.1C5.1875 8.40381 5.08333 8.66571 4.875 8.88571C4.67708 9.09524 4.41667 9.2 4.09375 9.2Z",fill:o}),t.createElement("path",{d:"M8 9.2C7.67708 9.2 7.41146 9.09524 7.20312 8.88571C7.00521 8.66571 6.90625 8.40381 6.90625 8.1C6.90625 7.79619 7.00521 7.53952 7.20312 7.33C7.41146 7.11 7.67708 7 8 7C8.32292 7 8.58333 7.11 8.78125 7.33C8.98958 7.53952 9.09375 7.79619 9.09375 8.1C9.09375 8.40381 8.98958 8.66571 8.78125 8.88571C8.58333 9.09524 8.32292 9.2 8 9.2Z",fill:o}),t.createElement("path",{d:"M11.9062 9.2C11.5833 9.2 11.3177 9.09524 11.1094 8.88571C10.9115 8.66571 10.8125 8.40381 10.8125 8.1C10.8125 7.79619 10.9115 7.53952 11.1094 7.33C11.3177 7.11 11.5833 7 11.9062 7C12.2292 7 12.4896 7.11 12.6875 7.33C12.8958 7.53952 13 7.79619 13 8.1C13 8.40381 12.8958 8.66571 12.6875 8.88571C12.4896 9.09524 12.2292 9.2 11.9062 9.2Z",fill:o}))},VX=tz((function(e){var n=e.user;return t.createElement(gm,{item:!0,component:Dz,name:n.displayName,src:n.avatarUrl,size:"lg",avatarColor:null==n?void 0:n.getAvatarColor})})),BX=function(e,t){return I(void 0,void 0,void 0,(function(){var n,r;return M(this,(function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4,XV("channels/create-direct",{userId:t.id})];case 1:return n=o.sent(),[4,W_(e)];case 2:return o.sent(),[2,n];case 3:return r=o.sent(),__.captureException(r),[3,4];case 4:return[2]}}))}))},UX=function(e,t){return I(void 0,void 0,void 0,(function(){var n,r;return M(this,(function(o){switch(o.label){case 0:return(null==(n=function(e,t){return e.chat.directChannelsList.find((function(e){return e.directUsersOnly.find((function(e){return e.id===t.id}))}))}(e,t))?void 0:n.id)?[2,e.ui.setRoute("".concat(X_.Channels,"/").concat(n.id))]:[4,BX(e,t)];case 1:return(r=o.sent())?[4,eW(e,r.id)]:[3,3];case 2:return o.sent(),[2,e.ui.setRoute("".concat(X_.Channels,"/").concat(r.id))];case 3:return[2]}}))}))},_X=ME({link:{"&:hover":{cursor:"pointer",textDecoration:"underline"}}},{name:"UserMessageDisplayName"}),WX=tz((function(e){var n,r=e.user,o=e.own,i=_X(),a=cW(),s=a.ui,u=a.chat,c=a.settings,l=String(s.params.id),d=u.channels.get(l),f=c.displayDirect,p=(null==d?void 0:d.type)===eB.Public,h=f&&p&&!o;return t.createElement(yp,{variant:"body2",fontWeight:600,onClick:function(){h&&UX(a,r)},className:rz((n={},n[i.link]=h,n)),noWrap:!0},null==r?void 0:r.displayName)})),zX=ME({otherUserMessage:{backgroundColor:"#F6F6F9",marginLeft:40},ownMessage:{backgroundColor:function(e){var t;return RA[(null===(t=null==e?void 0:e.user)||void 0===t?void 0:t.getAvatarColor)||"AVATAR2_RED"]},color:RA.WHITE,marginRight:35},message:{padding:"6px 12px",borderRadius:10,whiteSpace:"pre-wrap",wordWrap:"break-word",wordBreak:"break-word"},tooltip:{backgroundColor:"transparent",boxShadow:"none",borderRadius:"none",marginLeft:"-10px!important",marginRight:"-5px!important",maxWidth:"none"},icon:{"& :hover":{fill:"red"}}},{name:"Message"}),qX=function(e){var n,r=e.message,o=e.short,i=e.index,a=e.showLineTime,s=e.user,u=cW(),c=u.auth,l=u.chat,d=u.ui,p=f(!1),h=p[0],m=p[1],v=f(!1),g=v[0],y=v[1],b=(null==s?void 0:s.id)==="".concat(c.me.id),E=String(d.params.id),w=l.channels.get(E),S=(null==w?void 0:w.type)===eB.Public,x=zX({user:s}),O=c.isModerator&&S&&h;return s?t.createElement(t.Fragment,null,a&&t.createElement(yp,{color:"textSecondary",variant:"body2",textAlign:"center",marginTop:"24px"},Cz(r.createdAt,!0)),!o&&t.createElement(gm,{container:!0,alignItems:"center",direction:b?"row-reverse":"row",paddingTop:i?"24px":"10px",wrap:"nowrap"},t.createElement(VX,{user:s}),t.createElement(gm,{item:!0,marginLeft:"8px",marginRight:"12px",zeroMinWidth:!0},t.createElement(WX,{user:s,own:b}))),t.createElement(gm,{container:!0,alignItems:"center",direction:b?"row-reverse":"row",paddingTop:o?"10px":0,onMouseEnter:function(){return m(!0)},onMouseLeave:function(){return m(!1)}},t.createElement(gm,{item:!0,container:!0,className:rz(x.message,(n={},n[x.ownMessage]=b,n[x.otherUserMessage]=!b,n)),position:"relative",width:"auto",alignItems:"center",columnGap:.8,wrap:"nowrap"},t.createElement(gm,{item:!0,component:yp,xs:!0,"data-qa":"chat-msg"},t.createElement(jX,{options:{target:"_blank"}},r.text)),t.createElement(yp,{alignSelf:"end",variant:"subtitle2",fontFamily:"PTRootUIWebRegular",fontSize:11,pl:.5,letterSpacing:"0.01em",component:"span",sx:{color:b?RA.LIGHT_03:RA.MESSAGE_DATE_COLOR}},Sz(r.createdAt)),O&&t.createElement(vh,{onClickAway:function(){return m(!1)}},t.createElement(Up,{position:"absolute",width:"24px",height:"24px",right:"-10px",top:"-8px",sx:{justifyContent:"center",boxShadow:"0px 4px 20px rgba(0, 0, 0, 0.07)",backgroundColor:RA.WHITE,borderRadius:"50px"},onMouseEnter:function(){return y(!0)},onMouseLeave:function(){return y(!1)}},t.createElement(LX,{messageId:+r.id,icon:t.createElement(FX,{fill:g?RA.BLACK:RA.GREY})})))))):null},GX=RC((function(e){var n,r=e.message,o=e.short,i=e.last,a=e.index,s=e.showLineTime,u={paddingLeft:"24px",paddingRight:"8px",paddingBottom:i?"35px":"0"},c=null===(n=r.user)||void 0===n?void 0:n.current;switch(r.type){case $V.User:return t.createElement(ol,{sx:u},t.createElement(qX,{short:o,user:c,message:r,index:a,showLineTime:s}));case $V.System:return t.createElement("div",{style:{paddingTop:a?"30px":0}},t.createElement(VK,{message:r}));default:return null}})),HX=ME({virtListWrapper:{flex:"1 1 auto",overflow:"hidden"}},{name:"MessageList"}),YX=function(e,t){y((function(){return VA.on(e,t),function(){VA.off(e,t)}}),[])},KX=RC((function(e){var n,r=e.channelId,o=HX(),i=s(null),a=cW(),u=a.ui,c=a.chat,l=cW(),d=f(15e4),p=d[0],m=d[1],v=f(0),g=v[0],b=v[1],E=f(!1),w=E[0],S=E[1],x=c.channels.get(r);if(!x)return t.createElement(t.Fragment,null,"Channel not found");var O=x.sortedMessages;y((function(){var e=O.length-g;b(O.length),e&&m(p-e)}),[x.sortedMessages.length]),YX(PA.App,(function(e){var t;e.event===IA.MessageSent&&(null===(t=i.current)||void 0===t||t.scrollToIndex({index:x.sortedMessages.length-1,behavior:"smooth"}))})),y((function(){u.setJumpToMessage((function(e){var t;null===(t=i.current)||void 0===t||t.scrollToIndex({index:e,behavior:"smooth"})}))}),[]);var C=h((function(){return I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return w?[3,2]:[4,tW(l,Number(r),Number(null===(e=O[0])||void 0===e?void 0:e.id))];case 1:t.sent()||S(!0),t.label=2;case 2:return[2]}}))}))}),[null===(n=O[0])||void 0===n?void 0:n.id,w]);return t.createElement("div",{className:o.virtListWrapper},t.createElement(IK,{style:{overflow:"hidden auto"},ref:i,firstItemIndex:p,overscan:100,startReached:C,initialTopMostItemIndex:Math.max(O.length-1,0),totalCount:O.length,data:O,itemContent:function(e,n){var r,o,i=e-p,a=!1,s=null;i>0&&(s=O[i-1],a=(null===(r=null==n?void 0:n.user)||void 0===r?void 0:r.current.id)===(null===(o=null==s?void 0:s.user)||void 0===o?void 0:o.current.id));var u=i===O.length-1,c=s&&xz(n.createdAt,(null==s?void 0:s.createdAt)||"0")>=1,l=0===i&&!Oz(n.createdAt,"today");return t.createElement(GX,{key:n.id,message:n,index:i,short:a,last:u,showLineTime:c||l})},followOutput:function(e){return!!e&&"smooth"}}))})),XX={},JX=dG.exports;Object.defineProperty(XX,"__esModule",{value:!0});var ZX=XX.default=void 0,QX=O,$X=(0,JX(fG).default)((0,QX.jsx)("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close");ZX=XX.default=$X;var eJ,tJ=function(e){var n=e.className,r=e.fill,o=void 0===r?"#A1B0BC":r,i=e.width,a=void 0===i?16:i,s=e.height,u=void 0===s?16:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M12.0578 0.0769517C11.8847 0.074548 11.7044 0.16349\n 11.5386 0.365413L7.63473 5.32695C5.97127 5.05772 4.38232 5.34859\n 2.84627 6.88464L5.21165 9.25003L0.0385742 16L6.78857 10.827L9.15396\n 13.1923C10.7092 11.6346 10.9905 10.0048 10.6924 8.32695H10.7117L15.654\n 4.53849C16.0602 4.21397 16.0025 3.77407 15.7117 3.4808L12.5386\n 0.307721C12.404 0.173106 12.2309 0.0793554 12.0578 0.0769517Z",fill:o}))},nJ=ME({root:{padding:9,boxShadow:"0px 4px 20px rgba(0, 0, 0, 0.07)"}}),rJ=RC((function(){var e=nJ(),n=cW(),r=n.ui,o=n.chat,i=n.auth,a=String(r.params.id),s=o.channels.get(a),u=null==s?void 0:s.lastPinnedMessage;if(!u)return null;var c=u.user.current,l=new Date(u.message.createdAt);return t.createElement(gm,{container:!0,className:e.root,columnGap:1,alignItems:"center",wrap:"nowrap",sx:{backgroundColor:"white",zIndex:DA}},t.createElement(gm,{item:!0,xs:!0},t.createElement(tJ,null)),t.createElement(gm,{item:!0,xs:10,container:!0,sx:{cursor:"pointer"},onClick:function(){return I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return(e=s.findMessageIdx(u.messageId))>-1?(r.jumpToMessage(e),[3,3]):[3,1];case 1:return[4,tW(n,Number(a),Number(s.sortedMessages[0].id),{until:Number(u.messageId)})];case 2:t.sent(),setTimeout((function(){r.jumpToMessage(0)}),1e3),t.label=3;case 3:return[2]}}))}))}},t.createElement(yp,{variant:"body2",fontWeight:"bold"},c.displayName),t.createElement(yp,{variant:"body2",fontFamily:"PTRootUIWebRegular",letterSpacing:"0.01em",color:"textSecondary",title:xU(l,"MM/dd/yyyy, HH:mm"),marginLeft:"8px"},Sz(u.message.createdAt,"dd MMMM ".concat(Oz(u.message.createdAt,"year")?"":"yyyy"," HH:mm"))),t.createElement(gm,{item:!0,xs:12},t.createElement(yp,{noWrap:!0},u.message.text))),i.me.role===tB.Moderator&&t.createElement(gm,{item:!0,xs:1},t.createElement(dp,{size:"small",onClick:function(){return e=u.id,void JV("messages-pinned/".concat(+e));var e}},t.createElement(ZX,null))))})),oJ=function(e){var n=e.className,r=e.fill,o=void 0===r?"#A1B0BC":r,i=e.width,a=void 0===i?24:i,s=e.height,u=void 0===s?24:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("circle",{cx:"12",cy:"12",r:"12",fill:o}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.1397 9.29397C15.2291 9.17274\n 15.2192 9.0007 15.1098 8.89075C14.9895 8.76981 14.7945 8.76981 14.6742 8.89075L12\n 11.5793L9.32587 8.89075L9.29133 8.86077C9.17075 8.77081 8.99962 8.78081 8.89027\n 8.89075L8.86044 8.92548C8.77097 9.04672 8.78091 9.21876 8.89027 9.3287L11.5472\n 12L8.89027 14.6714L8.86044 14.7061C8.77097 14.8274 8.78091 14.9994 8.89027\n 15.1093C9.01055 15.2303 9.20559 15.2303 9.32587 15.1093L12 12.4208L14.6742\n 15.1093L14.7088 15.1393C14.8294 15.2293 15.0005 15.2193 15.1098 15.1093L15.1397\n 15.0746C15.2291 14.9534 15.2192 14.7813 15.1098 14.6714L12.4529 12L15.1098 9.3287L15.1397\n 9.29397Z",fill:"white"}),t.createElement("path",{d:"M15.1098 8.89073L15.3934 8.60864L15.1098 8.89073ZM15.1396 9.29394L15.4431\n 9.55453L15.4527 9.54334L15.4614 9.53147L15.1396 9.29394ZM14.6742 8.89073L14.3906\n 8.60864L14.6742 8.89073ZM12 11.5793L11.7164 11.8614L12 12.1465L12.2836 11.8614L12\n 11.5793ZM9.32582 8.89073L9.60942 8.60864L9.59909 8.59825L9.58802 8.58864L9.32582\n 8.89073ZM9.29128 8.86074L9.55347 8.55866L9.5423 8.54896L9.53045 8.54012L9.29128\n 8.86074ZM8.89022 8.89073L8.60662 8.60864L8.59629 8.61903L8.58675 8.63014L8.89022\n 8.89073ZM8.86039 8.92546L8.55692 8.66488L8.54731 8.67607L8.53855 8.68794L8.86039\n 8.92546ZM8.89022 9.32868L9.17382 9.0466L9.17382 9.04659L8.89022 9.32868ZM11.5471\n 12L11.8307 12.2821L12.1113 12L11.8307 11.718L11.5471 12ZM8.89022 14.6714L8.60661\n 14.3893L8.59628 14.3997L8.58674 14.4108L8.89022 14.6714ZM8.86039 14.7061L8.55692\n 14.4455L8.54731 14.4567L8.53855 14.4686L8.86039 14.7061ZM8.89022 15.1093L8.60662\n 15.3914L8.89022 15.1093ZM9.32582 15.1093L9.60942 15.3914L9.32582 15.1093ZM12\n 12.4208L12.2836 12.1387L12 11.8536L11.7164 12.1387L12 12.4208ZM14.6742\n 15.1093L14.3906 15.3914L14.4009 15.4018L14.412 15.4114L14.6742 15.1093ZM14.7087\n 15.1393L14.4465 15.4414L14.4577 15.4511L14.4696 15.4599L14.7087 15.1393ZM15.1098\n 15.1093L15.3934 15.3914L15.4037 15.381L15.4133 15.3699L15.1098 15.1093ZM15.1396\n 15.0746L15.4431 15.3352L15.4527 15.324L15.4614 15.3121L15.1396 15.0746ZM15.1098\n 14.6714L14.8262 14.9534L14.8262 14.9535L15.1098 14.6714ZM12.4529 12L12.1693\n 11.7179L11.8887 12L12.1693 12.2821L12.4529 12ZM15.1098 9.32868L15.3934 9.61075L15.4037\n 9.60037L15.4133 9.58926L15.1098 9.32868ZM14.8262 9.17281C14.7941 9.14053 14.7918\n 9.09156 14.8178 9.05642L15.4614 9.53147C15.6663 9.25386 15.6442 8.86081 15.3934\n 8.60864L14.8262 9.17281ZM14.9578 9.17281C14.9217 9.2091 14.8623 9.2091 14.8262\n 9.17281L15.3934 8.60864C15.1167 8.33048 14.6672 8.33048 14.3906 8.60864L14.9578\n 9.17281ZM12.2836 11.8614L14.9578 9.17281L14.3906 8.60864L11.7164 11.2972L12.2836\n 11.8614ZM9.04222 9.17281L11.7164 11.8614L12.2836 11.2972L9.60942 8.60864L9.04222\n 9.17281ZM9.02909 9.16283L9.06363 9.19282L9.58802 8.58864L9.55347 8.55866L9.02909\n 9.16283ZM9.17382 9.17281C9.14088 9.20592 9.08892 9.20882 9.0521 9.18136L9.53045\n 8.54012C9.25246 8.33275 8.85826 8.35565 8.60662 8.60864L9.17382 9.17281ZM9.16386\n 9.18604L9.19369 9.15131L8.58675 8.63014L8.55692 8.66488L9.16386 9.18604ZM9.17382\n 9.04659C9.20593 9.07888 9.20817 9.12784 9.18223 9.16298L8.53855 8.68794C8.33367\n 8.96554 8.3558 9.35859 8.60662 9.61076L9.17382 9.04659ZM11.8307 11.718L9.17382\n 9.0466L8.60661 9.61075L11.2635 12.2821L11.8307 11.718ZM9.17382 14.9534L11.8307\n 12.2821L11.2635 11.718L8.60661 14.3893L9.17382 14.9534ZM9.16386 14.9667L9.19369\n 14.932L8.58674 14.4108L8.55692 14.4455L9.16386 14.9667ZM9.17382 14.8272C9.20593\n 14.8595 9.20817 14.9085 9.18223 14.9436L8.53855 14.4686C8.33367 14.7462 8.3558\n 15.1392 8.60662 15.3914L9.17382 14.8272ZM9.04222 14.8272C9.07832 14.791\n 9.13773 14.791 9.17382 14.8272L8.60662 15.3914C8.88329 15.6696 9.33275 15.6696\n 9.60942 15.3914L9.04222 14.8272ZM11.7164 12.1387L9.04222 14.8272L9.60942\n 15.3914L12.2836 12.7029L11.7164 12.1387ZM14.9578 14.8272L12.2836 12.1387L11.7164\n 12.7029L14.3906 15.3914L14.9578 14.8272ZM14.9709 14.8372L14.9364 14.8072L14.412\n 15.4114L14.4465 15.4414L14.9709 14.8372ZM14.8262 14.8272C14.8591 14.7941 14.9111\n 14.7912 14.9479 14.8187L14.4696 15.4599C14.7475 15.6673 15.1417 15.6444 15.3934\n 15.3914L14.8262 14.8272ZM14.8361 14.814L14.8063 14.8487L15.4133 15.3699L15.4431\n 15.3352L14.8361 14.814ZM14.8262 14.9535C14.7941 14.9212 14.7918 14.8722 14.8178\n 14.8371L15.4614 15.3121C15.6663 15.0345 15.6442 14.6415 15.3934 14.3893L14.8262\n 14.9535ZM12.1693 12.2821L14.8262 14.9534L15.3934 14.3893L12.7365 11.7179L12.1693\n 12.2821ZM14.8262 9.0466L12.1693 11.7179L12.7365 12.2821L15.3934 9.61075L14.8262\n 9.0466ZM14.8361 9.03336L14.8063 9.0681L15.4133 9.58926L15.4431 9.55453L14.8361\n 9.03336Z",fill:"white"}))},iJ=function(e,t){return I(void 0,void 0,void 0,(function(){var n;return M(this,(function(r){switch(r.label){case 0:return n=e.isOpenEnded?{answer:t[0].trim(),poll_id:+e.id}:{ids:t.map(Number)},[4,XV("polls/vote",n)];case 1:return[2,r.sent()]}}))}))},aJ=function(e){var n=e.onChange,r=e.option,o=e.checked,i=e.dataQA;return t.createElement(gm,{item:!0,xs:!0,"data-qa":i,padding:"8px 12px",borderRadius:"10px",border:"1px solid ".concat(RA.LIGHT_01),sx:{"&:hover":{backgroundColor:RA.LIGHT_04},backgroundColor:o?RA.LIGHT:"",wordBreak:"break-word"},onClick:n},t.createElement(yp,{variant:"body2"},r.option))},sJ=function(e){var n=e.dataQA,r=e.onSubmit,o=e.disabled;return t.createElement(Up,{component:cz,marginTop:"16px",variant:"contained",fullWidth:!0,disabled:o,"data-qa":n,onClick:r},t.createElement(hA,{id:"reply"}))},uJ=function(e){var n=e.poll,r=e.voteHandler,o=f(n.options.reduce((function(e,t){var n;return N(N({},e),((n={})[t.id]=!1,n))}),{})),i=o[0],a=o[1],s=!Object.values(i).find((function(e){return e})),u=function(e){return function(){a((function(t){var n;return N(N({},t),((n={})[e]=!t[e],n))}))}};return t.createElement(t.Fragment,null,t.createElement(gm,{container:!0,direction:"column",rowGap:2},n.options.map((function(e){return t.createElement(aJ,{key:e.id,onChange:u("".concat(e.id)),checked:i[e.id],option:e,dataQA:"poll-pick-".concat(e.option)})}))),t.createElement(sJ,{disabled:s,onSubmit:function(){return r(Object.keys(i).filter((function(e){return i[e]})))},dataQA:"submitPollAnswer"}))},cJ=ME({input:{border:"1px solid #B8B6C2",borderRadius:10,marginTop:10,padding:10,width:"100%"}},{name:"Textarea"}),lJ=function(e){var n=e.voteHandler,r=cJ(),o=aA(),i=f(""),a=i[0],s=i[1],u=f(!1),c=u[0],l=u[1],d=f(""),p=d[0],h=d[1];return t.createElement(t.Fragment,null,t.createElement(Tm,{type:"text",className:r.input,fullWidth:!0,disableUnderline:!0,rows:3,onChange:function(e){var t=e.target.value;t.trim().length<1?(h(o.formatMessage({id:"pollValidateAnswerLongerLetters"},{length:1})),l(!1)):t.trim().length>200?(h(o.formatMessage({id:"pollValidateAnswerNotLongerLetters"},{length:200})),l(!1)):(h(""),l(!0)),s(t)},multiline:!0,"data-qa":"poll-pick-textarea",placeholder:o.formatMessage({id:"your.reply"})}),p&&t.createElement(yp,{textAlign:"center",py:1.5},p),t.createElement(sJ,{disabled:!c,onSubmit:function(){return n([a])},dataQA:"deployReply"}))},dJ=function(e){var n=e.poll,r=e.voteHandler,o=function(e){return function(){r([e])}};return t.createElement(t.Fragment,null,t.createElement(gm,{container:!0,direction:"column",rowGap:2},n.options.map((function(e){return t.createElement(aJ,{key:e.id,dataQA:"poll-pick-".concat(e.option),onChange:o("".concat(e.id)),option:e})}))))},fJ=function(e){var n=e.poll,r=e.channel,o=function(e){return I(void 0,void 0,void 0,(function(){var t,o;return M(this,(function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,iJ(n,e)];case 1:return t=i.sent(),r.setPollVoted(e,t),[3,3];case 2:return o=i.sent(),__.captureException(o),[3,3];case 3:return[2]}}))}))};return n.isOpenEnded?t.createElement(lJ,{voteHandler:o}):n.withAnswer?t.createElement(dJ,{poll:n,voteHandler:o}):t.createElement(uJ,{poll:n,voteHandler:o})},pJ=ME((function(e){return{progress:{border:"1px solid #F3F2F9",borderRadius:10,padding:0,margin:0,position:"relative",display:"flex",alignItems:"center"},progressLine:{borderRadius:10}}})),hJ=tz((function(){var e=cW(),n=e.auth,r=e.currentChannel,o=null==r?void 0:r.getActivePoll,i=pJ();if(!o)return null;var a=o.options.reduce((function(e,t){return e+t.votesCount}),0);return o.isOpenEnded?t.createElement(gm,{mt:4,container:!0,alignItems:"center",direction:"column",rowGap:2},t.createElement(yp,{variant:"h2"},t.createElement(hA,{id:"thanks"})),t.createElement(yp,{variant:"body1"},t.createElement(hA,{id:"answerAccepted"}))):t.createElement(t.Fragment,null,t.createElement(gm,{container:!0,direction:"column",rowGap:2},o.options.map((function(e){var r=function(){return e.valid?RA.GREEN:e.isVoted?RA[n.me.getAvatarColor]:e.votesCount>0?RA.LIGHT:RA.WHITE};return t.createElement(gm,{item:!0,xs:!0,key:e.id,className:i.progress,"data-qa-votes":e.votesCount,"data-qa-option":e.option,bgcolor:function(e){return e===RA.LIGHT?RA.WHITE:Ol(e,.5)}(r())},t.createElement(yp,{component:"span",color:e.isVoted||e.valid?RA.WHITE:RA.BLACK_01,fontWeight:500,padding:"8px 25px 8px 12px",zIndex:"10"},e.option),t.createElement(Up,{width:e.votesCount?"".concat(e.votesCount/a*100,"%"):"100%",bgcolor:r(),position:"absolute",minHeight:"100%",borderRadius:"10px"}),t.createElement(yp,{component:"span",variant:"body2",position:"absolute",right:"10px",color:e.isVoted||e.valid?Ol(RA.WHITE,.5):RA.BLACK_01},e.votesCount))}))))})),mJ=ME(((eJ={root:{display:"flex",flexDirection:"column",width:432,minHeight:220,position:"absolute",left:20,bottom:20,backgroundColor:"#fff",boxShadow:"0px 0px 25px rgba(0, 0, 0, 0.15)",borderRadius:10,padding:24,zIndex:999999}})["@media (max-width:".concat(600,"px)")]={root:{left:0,right:0,bottom:5,marginLeft:"auto",marginRight:"auto",width:"auto",maxWidth:432,padding:"calc(100% / 48)"}},eJ),{name:"PollPortal"}),vJ=RC((function(){var e=mJ(),n=cW(),r=n.auth,o=s(null);y((function(){o.current=document.getElementById("poll-container")}),[]);var i=n.currentChannel;if(!i)return null;var a=i.getActivePoll;if(!a)return null;var u=a.options.find((function(e){return e.isVoted}))||a.isVoted;return t.createElement(Zl,{container:o.current},t.createElement("div",{className:e.root},t.createElement(ol,{position:"relative"},t.createElement(yp,{variant:"h2",sx:{wordBreak:"break-word",marginRight:"5px"}},null==a?void 0:a.question),t.createElement(dp,{onClick:function(){return i.closePollPortal()},sx:{position:"absolute",right:-60,top:-30}},t.createElement(oJ,null)),t.createElement(yp,{color:"text.pollSecondary",marginBottom:"16px"},t.createElement(hA,{id:WU(a)})),u||r.isModerator&&a.status===NA.Done?t.createElement(hJ,{poll:a}):t.createElement(fJ,{poll:a,channel:i}))))})),gJ=RC((function(e){var n=e.currentChannel,r=e.isModerator,o=cW(),i=o.ui,a=o.settings,s=(null==n?void 0:n.type)===eB.Public,u=(null==n?void 0:n.type)===eB.Direct,c=a.displayChannelList,l=a.displayDirect,d=!c&&u,f=h((function(){i.setRoute("".concat(X_.Polls,"/").concat(n.id))}),[]),p=h((function(){i.setRoute("".concat(X_.Direct))}),[]),m=n.type===eB.Direct?z_(o,n.id):t.createElement(hA,{id:"channelPage.chat"}),v=h((function(){i.back()}),[]);return t.createElement(ZA,{onBack:c||d?v:void 0},t.createElement(iz,{title:m,active:!0,sx:{maxWidth:r?"40%":"70%"}}),r&&s&&t.createElement(Up,{ml:4},t.createElement(cz,{"data-qa":"pollStart",variant:"link",onClick:f},t.createElement(iz,null,t.createElement(yp,null,t.createElement(hA,{id:"polls"}))))),l&&s&&t.createElement(Up,{ml:4},t.createElement(iz,null,t.createElement(cz,{"data-qa":"onDirectClick",variant:"link",onClick:p},t.createElement(yp,null,t.createElement(hA,{id:"menu.direct"}))))))})),yJ=RC((function(){var e=cW(),n=e.auth,r=e.currentChannel;if(y((function(){(null==r?void 0:r.id)&&q_(e,null==r?void 0:r.id)}),[]),!r)return null;var o=n.me.role===tB.Moderator,i=r.type===eB.Public;return t.createElement(t.Fragment,null,t.createElement(gJ,{currentChannel:r,isModerator:o}),i&&t.createElement(rJ,null),t.createElement(KX,{channelId:null==r?void 0:r.id}),t.createElement(kG,{channelId:null==r?void 0:r.id,isModerator:o,isPublic:i}),t.createElement(vJ,null))})),bJ=ME({channelRow:{padding:"12px 16px",cursor:"pointer","&:hover":{backgroundColor:RA.LIGHT_04}},badge:{marginRight:10}}),EJ=RC((function(e){var n,r,o,i=e.channel,a=bJ(),s=cW().ui,u=i.lastMessage;return t.createElement(gm,{container:!0,className:a.channelRow,onClick:function(){return s.setRoute("".concat(X_.Channels,"/").concat(i.id))},alignItems:"center"},t.createElement(gm,{item:!0,xs:6},t.createElement(yp,{marginBottom:"6px"},i.name)),t.createElement(gm,{item:!0,xs:6,textAlign:"right"},t.createElement(yp,{variant:"body2",fontFamily:"PTRootUIWebRegular",letterSpacing:"0.01em",color:"textSecondary",component:"span"},Cz(null==u?void 0:u.createdAt))),t.createElement(gm,{item:!0,container:!0,alignItems:"center",spacing:1,xs:12,wrap:"nowrap"},u&&t.createElement(gm,{item:!0},t.createElement(Dz,{name:null===(n=u.getUser)||void 0===n?void 0:n.displayName,src:null===(r=u.getUser)||void 0===r?void 0:r.avatarUrl,size:"lg",avatarColor:null===(o=u.getUser)||void 0===o?void 0:o.getAvatarColor})),t.createElement(gm,{item:!0,xs:!0,zeroMinWidth:!0},t.createElement(yp,{pl:1,variant:"subtitle2",color:"textSecondary",noWrap:!0},(null==u?void 0:u.text)||t.createElement(hA,{id:"channelCreated"})))))})),wJ=ME({channelsList:{display:"flex",flexDirection:"column",flexGrow:1}},{name:"ChannelList"}),SJ=RC((function(){var e=cW(),n=wJ(),r=function(t){return function(){return I(void 0,void 0,void 0,(function(){return M(this,(function(n){switch(n.label){case 0:return[4,eW(e,t)];case 1:return n.sent(),function(t){e.ui.setRoute("".concat(X_.Channels,"/").concat(t))}(t),[2]}}))}))}};return t.createElement("div",{className:n.channelsList},e.chat.publicChannelsList.map((function(e){return t.createElement(EJ,{key:e.id,channel:e})})),e.chat.pubsList.map((function(e){return t.createElement(gm,{container:!0,key:e.id,alignItems:"center",justifyContent:"space-between",sx:{padding:"12px 16px"}},t.createElement(yp,{variant:"subtitle2"},e.name),t.createElement(cz,{onClick:r(e.id),variant:"contained",size:"small"},t.createElement(hA,{id:"join"})))})))})),xJ=ME({createChannelForm:{position:"absolute",zIndex:10,left:"0",right:"0",bottom:"0"},wrapper:{width:"100%",padding:"20px",boxSizing:"border-box",animationDuration:".2s",animationName:"slidein",backgroundColor:RA.SURFACE_PRIMARY,boxShadow:"var(--shadow-main-totop)"},closeButton:{width:"42px",height:"42px",display:"flex",justifyContent:"center",alignItems:"center",color:"#aaa",position:"absolute",zIndex:1,right:"10px",top:"10px",transition:"color .2s ease-in-out","&:hover":{color:"var(--color-white)"}},field:{margin:"0 0 40px"},input:{border:"1px solid rgba(255,255,255,.2)",boxSizing:"border-box",borderRadius:"5px",padding:"0 12px",height:"48px",lineHeight:"48px",transition:"border .2s ease-in-out","&:hover, &:focus":{borderColor:"rgba(255,255,255,.5)"}},"@keyframes slidein":{from:{transform:"translateY(100%)",height:"80%"},to:{transform:"translateY(0)",height:"100%"}}},{name:"CreateChannelForm"}),OJ=RC((function(e){var n=e.onClose,r=xJ(),o=aA(),i=f(""),a=i[0],s=i[1],u=h((function(){}),[a,s]);return t.createElement("div",{className:r.createChannelForm},t.createElement("div",{className:r.wrapper},t.createElement("button",{type:"button",className:r.closeButton,onClick:n},"✕"),t.createElement("div",null,t.createElement("h2",null,t.createElement(hA,{id:"newChannel"})),t.createElement("div",{className:r.field},t.createElement(Pz,{fullWidth:!0,placeholder:o.formatMessage({id:"channelName"}),onChange:s,value:a})),t.createElement("div",null,t.createElement(cz,{fullWidth:!0,variant:"submit",onClick:u},t.createElement(hA,{id:"create"}))))))})),CJ=ME({row:{padding:"12px 16px",cursor:"pointer","&:hover":{backgroundColor:RA.LIGHT_04}},badge:{marginRight:10}},{name:"DirectListRow"}),kJ=RC((function(e){var n=e.channel,r=e.user,o=e.clickRowHandler,i=e.directChannelName,a=CJ(),s=n.lastMessage;return t.createElement(gm,{item:!0,container:!0,wrap:"nowrap",columnGap:1,className:a.row,onClick:function(){return o(n.id)},alignItems:"center"},t.createElement(gm,{item:!0,xs:!0,component:Dz,src:null==r?void 0:r.avatarUrl,avatarColor:r.getAvatarColor,size:"lg",name:r.displayName}),t.createElement(gm,{item:!0,container:!0,direction:"column"},t.createElement(gm,{item:!0,container:!0,alignItems:"center",wrap:"nowrap"},t.createElement(gm,{item:!0,xs:6,component:yp},i),t.createElement(gm,{item:!0,xs:6,textAlign:"right"},t.createElement(yp,{variant:"body2",fontFamily:"PTRootUIWebRegular",letterSpacing:"0.01em",color:"textSecondary",component:"span"},Cz(null==s?void 0:s.createdAt)))),t.createElement(gm,{item:!0,container:!0,alignItems:"center",wrap:"nowrap"},t.createElement(gm,{item:!0,xs:!0,zeroMinWidth:!0},t.createElement(yp,{variant:"subtitle2",color:"textSecondary",noWrap:!0},(null==s?void 0:s.text)||t.createElement(hA,{id:"channelCreated"}))))))})),TJ=function(){return t.createElement(Eg,{spacing:1,flexGrow:1,padding:"20px 12px",rowGap:2},t.createElement(gm,{item:!0,container:!0,wrap:"nowrap",columnGap:1},t.createElement(mg,{variant:"circular",width:40,height:40}),t.createElement(mg,{variant:"text",width:"200px"})),t.createElement(gm,{item:!0,container:!0,wrap:"nowrap",columnGap:1},t.createElement(mg,{variant:"circular",width:40,height:40}),t.createElement(mg,{variant:"text",width:"200px"})),t.createElement(gm,{item:!0,container:!0,wrap:"nowrap",columnGap:1},t.createElement(mg,{variant:"circular",width:40,height:40}),t.createElement(mg,{variant:"text",width:"200px"})),t.createElement(gm,{item:!0,container:!0,wrap:"nowrap",columnGap:1},t.createElement(mg,{variant:"circular",width:40,height:40}),t.createElement(mg,{variant:"text",width:"200px"})))},AJ=RC((function(){var e=cW(),n=f(!1),r=n[0],o=n[1];y((function(){I(void 0,void 0,void 0,(function(){return M(this,(function(t){switch(t.label){case 0:return t.trys.push([0,,2,3]),o(!0),[4,W_(e)];case 1:return t.sent(),[3,3];case 2:return o(!1),[7];case 3:return[2]}}))}))}),[]);var i=h((function(t){return e.ui.setRoute("".concat(X_.Channels,"/").concat(t))}),[]),a=e.chat.directChannelsList;return r&&!a.length?t.createElement(TJ,null):t.createElement(gm,{container:!0,direction:"column",flexGrow:1},a.map((function(n){var r=function(e,t){var n=e.chat.channels.get(t),r=e.auth.me.id;return null==n?void 0:n.directUsersOnly.find((function(e){return+e.id!=+r}))}(e,n.id),o=z_(e,n.id);return r?t.createElement(kJ,{key:n.id,channel:n,user:r,clickRowHandler:i,directChannelName:o}):null})))})),DJ=ME({button:{"&:nth-of-type(2)":{marginLeft:32}}},{name:"Channels"}),NJ=function(e){var n=e.channelTabType,r=DJ(),o=cW(),i=o.ui,a=o.settings,s=n===X_.Direct&&!a.displayChannelList,u=function(e){return function(){i.setRoute("".concat(e))}};return t.createElement(ZA,{onBack:s?function(){n===X_.Direct&&i.back()}:void 0},a.displayChannelList&&t.createElement(cz,{variant:"link",onClick:u(X_.Channels),className:r.button},t.createElement(iz,{title:t.createElement(hA,{id:"channels"}),active:n===X_.Channels})),a.displayDirect&&t.createElement(cz,{variant:"link",onClick:u(X_.Direct),className:r.button},t.createElement(iz,{title:t.createElement(hA,{id:"direct"}),active:n===X_.Direct})))},RJ={},PJ=dG.exports;Object.defineProperty(RJ,"__esModule",{value:!0});var IJ=RJ.default=void 0,MJ=O,jJ=(0,PJ(fG).default)((0,MJ.jsx)("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"}),"Group");IJ=RJ.default=jJ;var LJ={},FJ=dG.exports;Object.defineProperty(LJ,"__esModule",{value:!0});var VJ=LJ.default=void 0,BJ=O,UJ=(0,FJ(fG).default)((0,BJ.jsx)("path",{d:"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"}),"Person");VJ=LJ.default=UJ;var _J=ME({root:{display:"flex",flexWrap:"nowrap",justifyContent:"center",alignItems:"center",height:68,boxShadow:"0px 0px 18px rgba(0, 0, 0, 0.07)",width:"100%"},buttonWrapper:{display:"flex",alignItems:"center",flexWrap:"nowrap",cursor:"pointer","& > *":{marginRight:13},"&:first-of-type":{marginRight:82}}},{name:"Footer"}),WJ=function(){var e=_J(),n=cW();return t.createElement("div",{className:e.root},t.createElement("div",{className:e.buttonWrapper,onClick:function(){return n.ui.setRoute(X_.Profile)}},t.createElement(VJ,null),t.createElement(yp,{variant:"body2"},t.createElement(hA,{id:"profile"}))),t.createElement("div",{className:e.buttonWrapper,onClick:function(){return n.ui.setRoute(X_.Users)}},t.createElement(IJ,null),t.createElement(yp,{variant:"body2"},t.createElement(hA,{id:"users"}))))},zJ=RC((function(e){var n=e.channelTabType,r=cW(),o=r.settings,i=r.auth,a=f(!1),s=a[0],u=a[1];return t.createElement(t.Fragment,null,(o.displayHeader||i.isModerator)&&t.createElement(NJ,{channelTabType:n}),n===X_.Channels&&t.createElement(t.Fragment,null,t.createElement(SJ,null),o.createChannelAllowed&&t.createElement(cz,{size:"medium",variant:"primary",onClick:function(){return u(!0)}},t.createElement(hA,{id:"createNewChannel"})),s&&t.createElement(OJ,{onClose:function(){return u(!1)}})),n===X_.Direct&&t.createElement(AJ,null),o.displayFooter&&n!==X_.Direct&&t.createElement(WJ,null))}));function qJ(){return(qJ=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function GJ(e,t,n,r){void 0===r&&(r=e),delete e.fields[t.name],e.fields[n]=qJ({},t,{name:n,change:r.fields[n]&&r.fields[n].change,blur:r.fields[n]&&r.fields[n].blur,focus:r.fields[n]&&r.fields[n].focus,lastFieldState:void 0}),e.fields[n].change||delete e.fields[n].change,e.fields[n].blur||delete e.fields[n].blur,e.fields[n].focus||delete e.fields[n].focus}var HJ=function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")},YJ=function(e,t,n){var r=e[0],o=e[1],i=e[2],a=n.changeValue;n.resetFieldState,a(t,r,(function(e){var t=[].concat(e||[]);return t.splice(o,0,i),t}));var s=qJ({},t.fields),u=new RegExp("^"+HJ(r)+"\\[(\\d+)\\](.*)");Object.keys(t.fields).sort().reverse().forEach((function(e){var n=u.exec(e);if(n){var i=Number(n[1]);if(i>=o){var a=r+"["+(i+1)+"]"+n[2];GJ(t,s[e],a)}}}))};function KJ(e,t,n,r){Object.keys(r.fields).forEach((function(o){if(o.substring(0,t.length)===t){var i=o.substring(t.length),a=e+"["+n+"]"+i;GJ(r,r.fields[o],a)}}))}function XJ(e,t){Object.keys(e.fields).forEach((function(n){e.fields[n]=qJ({},e.fields[n],{change:e.fields[n].change||t.fields[n]&&t.fields[n].change,blur:e.fields[n].blur||t.fields[n]&&t.fields[n].blur,focus:e.fields[n].focus||t.fields[n]&&t.fields[n].focus}),e.fields[n].change||delete e.fields[n].change,e.fields[n].blur||delete e.fields[n].blur,e.fields[n].focus||delete e.fields[n].focus}))}var JJ=function(e,t,n){var r,o=e[0],i=e[1],a=n.changeValue,s=n.renameField;a(t,o,(function(e){var t=[].concat(e||[]);return r=t[i],t.splice(i,1),t}));var u=new RegExp("^"+HJ(o)+"\\[(\\d+)\\](.*)"),c=qJ({},t,{fields:qJ({},t.fields)});return Object.keys(t.fields).forEach((function(e){var n=u.exec(e);if(n){var r=Number(n[1]);if(r===i)delete t.fields[e];else if(r>i){delete t.fields[e];var a=o+"["+(r-1)+"]"+n[2];c.fields[a]?GJ(t,c.fields[e],a,c):s(t,e,a)}}})),r},ZJ={insert:YJ,concat:function(e,t,n){var r=e[0],o=e[1];(0,n.changeValue)(t,r,(function(e){return e?[].concat(e,o):o}))},move:function(e,t,n){var r=e[0],o=e[1],i=e[2],a=n.changeValue;if(o!==i){a(t,r,(function(e){var t=[].concat(e||[]),n=t[o];return t.splice(o,1),t.splice(i,0,n),t}));var s=qJ({},t,{fields:qJ({},t.fields)});if(KJ(r,r+"["+o+"]","tmp",t),o<i)for(var u=o+1;u<=i;u++){KJ(r,r+"["+u+"]",""+(u-1),t)}else for(var c=o-1;c>=i;c--){KJ(r,r+"["+c+"]",""+(c+1),t)}KJ(r,r+"[tmp]",i,t),XJ(t,s)}},pop:function(e,t,n){var r,o,i=e[0];if((0,n.changeValue)(t,i,(function(e){if(e)return e.length?(o=e.length-1,r=e[o],e.slice(0,o)):[]})),void 0!==o){var a=new RegExp("^"+HJ(i)+"\\["+o+"].*");Object.keys(t.fields).forEach((function(e){a.test(e)&&delete t.fields[e]}))}return r},push:function(e,t,n){var r=e[0],o=e[1];(0,n.changeValue)(t,r,(function(e){return e?[].concat(e,[o]):[o]}))},remove:JJ,removeBatch:function(e,t,n){var r=e[0],o=e[1],i=n.changeValue,a=[].concat(o);a.sort();for(var s=0;s<a.length;s++)s>0&&a[s]===a[s-1]&&a.splice(s--,1);var u=[];i(t,r,(function(e){if(u=o.map((function(t){return e&&e[t]})),!e||!a.length)return e;var t=[].concat(e),n=[];return a.forEach((function(r){t.splice(r-n.length,1),n.push(e&&e[r])})),t}));var c=new RegExp("^"+HJ(r)+"\\[(\\d+)\\](.*)"),l=qJ({},t,{fields:{}});return Object.keys(t.fields).forEach((function(e){var n,o=c.exec(e);if(o){var i=Number(o[1]);if(!~a.indexOf(i)){var s=r+"["+(i-(n=i,a.reduce((function(e,t){return t<n?e+1:e}),0)))+"]"+o[2];GJ(l,t.fields[e],s,t)}}else l.fields[e]=t.fields[e]})),t.fields=l.fields,u},shift:function(e,t,n){var r=e[0];return JJ([r,0],t,n)},swap:function(e,t,n){var r=e[0],o=e[1],i=e[2],a=n.changeValue;if(o!==i){a(t,r,(function(e){var t=[].concat(e||[]),n=t[o];return t[o]=t[i],t[i]=n,t}));var s=qJ({},t,{fields:qJ({},t.fields)}),u=r+"["+i+"]",c=r+"[tmp]";KJ(r,r+"["+o+"]","tmp",t),KJ(r,u,o,t),KJ(r,c,i,t),XJ(t,s)}},unshift:function(e,t,n){var r=e[0],o=e[1];return YJ([r,0,o],t,n)},update:function(e,t,n){var r=e[0],o=e[1],i=e[2];(0,n.changeValue)(t,r,(function(e){var t=[].concat(e||[]);return t.splice(o,1,i),t}))}};function QJ(){return(QJ=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function $J(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function eZ(){return(eZ=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var tZ=".".charCodeAt(0),nZ=/\\(\\)?/g,rZ=RegExp("[^.[\\]]+|\\[(?:([^\"'][^[]*)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))","g"),oZ={},iZ=function(e){if(null==e||!e.length)return[];if("string"!=typeof e)throw new Error("toPath() expects a string");var t,n;return null==oZ[e]&&(oZ[e]=(n=[],(t=e).charCodeAt(0)===tZ&&n.push(""),t.replace(rZ,(function(e,t,r,o){var i=e;r?i=o.replace(nZ,"$1"):t&&(i=t.trim()),n.push(i)})),n)),oZ[e]},aZ=function(e,t){for(var n=iZ(t),r=e,o=0;o<n.length;o++){var i=n[o];if(null==r||"object"!=typeof r||Array.isArray(r)&&isNaN(i))return;r=r[i]}return r};function sZ(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}var uZ=function e(t,n,r,o,i){if(n>=r.length)return o;var a=r[n];if(isNaN(a)){var s;if(null==t){var u,c=e(void 0,n+1,r,o,i);return void 0===c?void 0:((u={})[a]=c,u)}if(Array.isArray(t))throw new Error("Cannot set a non-numeric property on an array");var l=e(t[a],n+1,r,o,i);if(void 0===l){var d=Object.keys(t).length;if(void 0===t[a]&&0===d)return;return void 0!==t[a]&&d<=1?isNaN(r[n-1])||i?void 0:{}:(t[a],function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(t,[a].map(sZ)))}return eZ({},t,((s={})[a]=l,s))}var f=Number(a);if(null==t){var p=e(void 0,n+1,r,o,i);if(void 0===p)return;var h=[];return h[f]=p,h}if(!Array.isArray(t))throw new Error("Cannot set a numeric property on an object");var m=e(t[f],n+1,r,o,i),v=[].concat(t);if(i&&void 0===m){if(v.splice(f,1),0===v.length)return}else v[f]=m;return v},cZ=function(e,t,n,r){if(void 0===r&&(r=!1),null==e)throw new Error("Cannot call setIn() with "+String(e)+" state");if(null==t)throw new Error("Cannot call setIn() with "+String(t)+" key");return uZ(e,0,iZ(t),n,r)},lZ="FINAL_FORM/array-error";function dZ(e,t){var n=e.errors,r=e.initialValues,o=e.lastSubmittedValues,i=e.submitErrors,a=e.submitFailed,s=e.submitSucceeded,u=e.submitting,c=e.values,l=t.active,d=t.blur,f=t.change,p=t.data,h=t.focus,m=t.modified,v=t.modifiedSinceLastSubmit,g=t.name,y=t.touched,b=t.validating,E=t.visited,w=aZ(c,g),S=aZ(n,g);S&&S[lZ]&&(S=S[lZ]);var x=i&&aZ(i,g),O=r&&aZ(r,g),C=t.isEqual(O,w),k=!S&&!x;return{active:l,blur:d,change:f,data:p,dirty:!C,dirtySinceLastSubmit:!(!o||t.isEqual(aZ(o,g),w)),error:S,focus:h,initial:O,invalid:!k,length:Array.isArray(w)?w.length:void 0,modified:m,modifiedSinceLastSubmit:v,name:g,pristine:C,submitError:x,submitFailed:a,submitSucceeded:s,submitting:u,touched:y,valid:k,value:w,visited:E,validating:b}}var fZ=["active","data","dirty","dirtySinceLastSubmit","error","initial","invalid","length","modified","modifiedSinceLastSubmit","pristine","submitError","submitFailed","submitSucceeded","submitting","touched","valid","value","visited","validating"],pZ=function(e,t){if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=Object.prototype.hasOwnProperty.bind(t),i=0;i<n.length;i++){var a=n[i];if(!o(a)||e[a]!==t[a])return!1}return!0};function hZ(e,t,n,r,o,i){var a=!1;return o.forEach((function(o){r[o]&&(e[o]=t[o],n&&(~i.indexOf(o)?pZ(t[o],n[o]):t[o]===n[o])||(a=!0))})),a}var mZ=["data"],vZ=function(e,t,n,r){var o={blur:e.blur,change:e.change,focus:e.focus,name:e.name};return hZ(o,e,t,n,fZ,mZ)||!t||r?o:void 0},gZ=["active","dirty","dirtyFields","dirtyFieldsSinceLastSubmit","dirtySinceLastSubmit","error","errors","hasSubmitErrors","hasValidationErrors","initialValues","invalid","modified","modifiedSinceLastSubmit","pristine","submitting","submitError","submitErrors","submitFailed","submitSucceeded","touched","valid","validating","values","visited"],yZ=["touched","visited"];function bZ(e,t,n,r){var o={};return hZ(o,e,t,n,gZ,yZ)||!t||r?o:void 0}var EZ=function(e){var t,n;return function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return t&&o.length===t.length&&!o.some((function(e,n){return!pZ(t[n],e)}))||(t=o,n=e.apply(void 0,o)),n}},wZ=function(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then},SZ=function(e,t){return e===t},xZ=function e(t){return Object.keys(t).some((function(n){var r=t[n];return!r||"object"!=typeof r||r instanceof Error?void 0!==r:e(r)}))};function OZ(e,t,n,r,o,i){var a=o(n,r,t,i);return!!a&&(e(a),!0)}function CZ(e,t,n,r,o){var i=e.entries;Object.keys(i).forEach((function(e){var a=i[Number(e)];if(a){var s=a.subscription,u=a.subscriber,c=a.notified;OZ(u,s,t,n,r,o||!c)&&(a.notified=!0)}}))}function kZ(e){if(!e)throw new Error("No config specified");var t=e.debug,n=e.destroyOnUnregister,r=e.keepDirtyOnReinitialize,o=e.initialValues,i=e.mutators,a=e.onSubmit,s=e.validate,u=e.validateOnBlur;if(!a)throw new Error("No onSubmit function specified");var c={subscribers:{index:0,entries:{}},fieldSubscribers:{},fields:{},formState:{dirtySinceLastSubmit:!1,modifiedSinceLastSubmit:!1,errors:{},initialValues:o&&eZ({},o),invalid:!1,pristine:!0,submitting:!1,submitFailed:!1,submitSucceeded:!1,resetWhileSubmitting:!1,valid:!0,validating:0,values:o?eZ({},o):{}},lastFormState:void 0},l=0,d=!1,f=!1,p=!1,h=0,m={},v=function(e,t,n){var r=n(aZ(e.formState.values,t));e.formState.values=cZ(e.formState.values,t,r)||{}},g=function(e,t,n){if(e.fields[t]){var r,o;e.fields=eZ({},e.fields,((r={})[n]=eZ({},e.fields[t],{name:n,blur:function(){return D.blur(n)},change:function(e){return D.change(n,e)},focus:function(){return D.focus(n)},lastFieldState:void 0}),r)),delete e.fields[t],e.fieldSubscribers=eZ({},e.fieldSubscribers,((o={})[n]=e.fieldSubscribers[t],o)),delete e.fieldSubscribers[t];var i=aZ(e.formState.values,t);e.formState.values=cZ(e.formState.values,t,void 0)||{},e.formState.values=cZ(e.formState.values,n,i),delete e.lastFormState}},y=function(e){return function(){if(i){for(var t={formState:c.formState,fields:c.fields,fieldSubscribers:c.fieldSubscribers,lastFormState:c.lastFormState},n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];var a=i[e](r,t,{changeValue:v,getIn:aZ,renameField:g,resetFieldState:D.resetFieldState,setIn:cZ,shallowEqual:pZ});return c.formState=t.formState,c.fields=t.fields,c.fieldSubscribers=t.fieldSubscribers,c.lastFormState=t.lastFormState,w(void 0,(function(){S(),T()})),a}}},b=i?Object.keys(i).reduce((function(e,t){return e[t]=y(t),e}),{}):{},E=function(e){return Object.keys(e.validators).reduce((function(t,n){var r=e.validators[Number(n)]();return r&&t.push(r),t}),[])},w=function(e,t){if(d)return f=!0,void t();var n=c.fields,r=c.formState,o=eZ({},n),i=Object.keys(o);if(s||i.some((function(e){return E(o[e]).length}))){var a=!1;if(e){var u=o[e];if(u){var l=u.validateFields;l&&(a=!0,i=l.length?l.concat(e):[e])}}var p={},v={},g=[].concat(function(e){var t=[];if(s){var n=s(eZ({},c.formState.values));wZ(n)?t.push(n.then(e)):e(n)}return t}((function(e){p=e||{}})),i.reduce((function(e,t){return e.concat(function(e,t){var n,r=[],o=E(e);return o.length&&(o.forEach((function(o){var i=o(aZ(c.formState.values,e.name),c.formState.values,0===o.length||3===o.length?dZ(c.formState,c.fields[e.name]):void 0);if(i&&wZ(i)){e.validating=!0;var a=i.then((function(n){c.fields[e.name]&&(c.fields[e.name].validating=!1,t(n))}));r.push(a)}else n||(n=i)})),t(n)),r}(n[t],(function(e){v[t]=e})))}),[])),y=g.length>0,b=++h,w=Promise.all(g).then(function(e){return function(t){return delete m[e],t}}(b));y&&(m[b]=w);var S=function(){var e=eZ({},a?r.errors:{},p),t=function(t){i.forEach((function(r){if(n[r]){var i=aZ(p,r),u=aZ(e,r),c=E(o[r]).length,l=v[r];t(r,c&&l||s&&i||(i||a?void 0:u))}}))};t((function(t,n){e=cZ(e,t,n)||{}})),t((function(t,n){if(n&&n[lZ]){var r=aZ(e,t),o=[].concat(r);o[lZ]=n[lZ],e=cZ(e,t,o)}})),pZ(r.errors,e)||(r.errors=e),r.error=p["FINAL_FORM/form-error"]};if(y&&(c.formState.validating++,t()),S(),t(),y){var x=function(){c.formState.validating--,t()};w.then((function(){h>b||S()})).then(x,x)}}else t()},S=function(e){if(!l){var t=c.fields,n=c.fieldSubscribers,r=c.formState,o=eZ({},t),i=function(e){var t=o[e],i=dZ(r,t),a=t.lastFieldState;t.lastFieldState=i;var s=n[e];s&&CZ(s,i,a,vZ,void 0===a)};e?i(e):Object.keys(o).forEach(i)}},x=function(){Object.keys(c.fields).forEach((function(e){c.fields[e].touched=!0}))},O=function(){var e=c.fields,t=c.formState,n=c.lastFormState,r=eZ({},e),o=Object.keys(r),i=!1,a=o.reduce((function(e,n){return!r[n].isEqual(aZ(t.values,n),aZ(t.initialValues||{},n))&&(i=!0,e[n]=!0),e}),{}),s=o.reduce((function(e,n){var o=t.lastSubmittedValues||{};return r[n].isEqual(aZ(t.values,n),aZ(o,n))||(e[n]=!0),e}),{});t.pristine=!i,t.dirtySinceLastSubmit=!(!t.lastSubmittedValues||!Object.values(s).some((function(e){return e}))),t.modifiedSinceLastSubmit=!(!t.lastSubmittedValues||!Object.keys(r).some((function(e){return r[e].modifiedSinceLastSubmit}))),t.valid=!(t.error||t.submitError||xZ(t.errors)||t.submitErrors&&xZ(t.submitErrors));var u=function(e){var t=e.active,n=e.dirtySinceLastSubmit,r=e.modifiedSinceLastSubmit,o=e.error,i=e.errors,a=e.initialValues,s=e.pristine,u=e.submitting,c=e.submitFailed,l=e.submitSucceeded,d=e.submitError,f=e.submitErrors,p=e.valid,h=e.validating,m=e.values;return{active:t,dirty:!s,dirtySinceLastSubmit:n,modifiedSinceLastSubmit:r,error:o,errors:i,hasSubmitErrors:!!(d||f&&xZ(f)),hasValidationErrors:!(!o&&!xZ(i)),invalid:!p,initialValues:a,pristine:s,submitting:u,submitFailed:c,submitSucceeded:l,submitError:d,submitErrors:f,valid:p,validating:h>0,values:m}}(t),l=o.reduce((function(e,t){return e.modified[t]=r[t].modified,e.touched[t]=r[t].touched,e.visited[t]=r[t].visited,e}),{modified:{},touched:{},visited:{}}),d=l.modified,f=l.touched,p=l.visited;return u.dirtyFields=n&&pZ(n.dirtyFields,a)?n.dirtyFields:a,u.dirtyFieldsSinceLastSubmit=n&&pZ(n.dirtyFieldsSinceLastSubmit,s)?n.dirtyFieldsSinceLastSubmit:s,u.modified=n&&pZ(n.modified,d)?n.modified:d,u.touched=n&&pZ(n.touched,f)?n.touched:f,u.visited=n&&pZ(n.visited,p)?n.visited:p,n&&pZ(n,u)?n:u},C=!1,k=!1,T=function e(){if(C)k=!0;else{if(C=!0,t&&t(O(),Object.keys(c.fields).reduce((function(e,t){return e[t]=c.fields[t],e}),{})),!(l||d&&p)){var n=c.lastFormState,r=O();r!==n&&(c.lastFormState=r,CZ(c.subscribers,r,n,bZ))}C=!1,k&&(k=!1,e())}},A=function(){return Object.keys(c.fields).forEach((function(e){return c.fields[e].modifiedSinceLastSubmit=!1}))};w(void 0,(function(){T()}));var D={batch:function(e){l++,e(),l--,S(),T()},blur:function(e){var t=c.fields,n=c.formState,r=t[e];r&&(delete n.active,t[e]=eZ({},r,{active:!1,touched:!0}),u?w(e,(function(){S(),T()})):(S(),T()))},change:function(e,t){var n=c.fields,r=c.formState;if(aZ(r.values,e)!==t){v(c,e,(function(){return t}));var o=n[e];o&&(n[e]=eZ({},o,{modified:!0,modifiedSinceLastSubmit:!!r.lastSubmittedValues})),u?(S(),T()):w(e,(function(){S(),T()}))}},get destroyOnUnregister(){return!!n},set destroyOnUnregister(e){n=e},focus:function(e){var t=c.fields[e];t&&!t.active&&(c.formState.active=e,t.active=!0,t.visited=!0,S(),T())},mutators:b,getFieldState:function(e){var t=c.fields[e];return t&&t.lastFieldState},getRegisteredFields:function(){return Object.keys(c.fields)},getState:function(){return O()},initialize:function(e){var t=c.fields,n=c.formState,o=eZ({},t),i="function"==typeof e?e(n.values):e;r||(n.values=i);var a=r?Object.keys(o).reduce((function(e,t){return o[t].isEqual(aZ(n.values,t),aZ(n.initialValues||{},t))||(e[t]=aZ(n.values,t)),e}),{}):{};n.initialValues=i,n.values=i,Object.keys(a).forEach((function(e){n.values=cZ(n.values,e,a[e])})),w(void 0,(function(){S(),T()}))},isValidationPaused:function(){return d},pauseValidation:function(e){void 0===e&&(e=!0),d=!0,p=e},registerField:function(e,t,r,o){void 0===r&&(r={}),c.fieldSubscribers[e]||(c.fieldSubscribers[e]={index:0,entries:{}});var i=c.fieldSubscribers[e].index++;c.fieldSubscribers[e].entries[i]={subscriber:EZ(t),subscription:r,notified:!1},c.fields[e]||(c.fields[e]={active:!1,afterSubmit:o&&o.afterSubmit,beforeSubmit:o&&o.beforeSubmit,blur:function(){return D.blur(e)},change:function(t){return D.change(e,t)},data:o&&o.data||{},focus:function(){return D.focus(e)},isEqual:o&&o.isEqual||SZ,lastFieldState:void 0,modified:!1,modifiedSinceLastSubmit:!1,name:e,touched:!1,valid:!0,validateFields:o&&o.validateFields,validators:{},validating:!1,visited:!1});var a=!1,s=o&&o.silent,u=function(){s?S(e):(T(),S())};if(o){a=!(!o.getValidator||!o.getValidator()),o.getValidator&&(c.fields[e].validators[i]=o.getValidator);var l=void 0===aZ(c.formState.values,e);void 0===o.initialValue||!l&&aZ(c.formState.values,e)!==aZ(c.formState.initialValues,e)||(c.formState.initialValues=cZ(c.formState.initialValues||{},e,o.initialValue),c.formState.values=cZ(c.formState.values,e,o.initialValue),w(void 0,u)),void 0!==o.defaultValue&&void 0===o.initialValue&&void 0===aZ(c.formState.initialValues,e)&&l&&(c.formState.values=cZ(c.formState.values,e,o.defaultValue))}return a?w(void 0,u):u(),function(){var t=!1;c.fields[e]&&(t=!(!c.fields[e].validators[i]||!c.fields[e].validators[i]()),delete c.fields[e].validators[i]);var r=!!c.fieldSubscribers[e];r&&delete c.fieldSubscribers[e].entries[i];var o=r&&!Object.keys(c.fieldSubscribers[e].entries).length;o&&(delete c.fieldSubscribers[e],delete c.fields[e],t&&(c.formState.errors=cZ(c.formState.errors,e,void 0)||{}),n&&(c.formState.values=cZ(c.formState.values,e,void 0,!0)||{})),s||(t?w(void 0,(function(){T(),S()})):o&&T())}},reset:function(e){void 0===e&&(e=c.formState.initialValues),c.formState.submitting&&(c.formState.resetWhileSubmitting=!0),c.formState.submitFailed=!1,c.formState.submitSucceeded=!1,delete c.formState.submitError,delete c.formState.submitErrors,delete c.formState.lastSubmittedValues,D.initialize(e||{})},resetFieldState:function(e){c.fields[e]=eZ({},c.fields[e],{active:!1,lastFieldState:void 0,modified:!1,touched:!1,valid:!0,validating:!1,visited:!1}),w(void 0,(function(){S(),T()}))},restart:function(e){void 0===e&&(e=c.formState.initialValues),D.batch((function(){for(var t in c.fields)D.resetFieldState(t),c.fields[t]=eZ({},c.fields[t],{active:!1,lastFieldState:void 0,modified:!1,modifiedSinceLastSubmit:!1,touched:!1,valid:!0,validating:!1,visited:!1});D.reset(e)}))},resumeValidation:function(){d=!1,p=!1,f&&w(void 0,(function(){S(),T()})),f=!1},setConfig:function(e,o){switch(e){case"debug":t=o;break;case"destroyOnUnregister":n=o;break;case"initialValues":D.initialize(o);break;case"keepDirtyOnReinitialize":r=o;break;case"mutators":i=o,o?(Object.keys(b).forEach((function(e){e in o||delete b[e]})),Object.keys(o).forEach((function(e){b[e]=y(e)}))):Object.keys(b).forEach((function(e){delete b[e]}));break;case"onSubmit":a=o;break;case"validate":s=o,w(void 0,(function(){S(),T()}));break;case"validateOnBlur":u=o;break;default:throw new Error("Unrecognised option "+e)}},submit:function(){var e=c.formState;if(!e.submitting){if(delete e.submitErrors,delete e.submitError,e.lastSubmittedValues=eZ({},e.values),c.formState.error||xZ(c.formState.errors))return x(),A(),c.formState.submitFailed=!0,T(),void S();var t=Object.keys(m);if(t.length)Promise.all(t.map((function(e){return m[Number(e)]}))).then(D.submit,console.error);else if(!Object.keys(c.fields).some((function(e){return c.fields[e].beforeSubmit&&!1===c.fields[e].beforeSubmit()}))){var n,r=!1,o=function(t){e.submitting=!1;var o=e.resetWhileSubmitting;return o&&(e.resetWhileSubmitting=!1),t&&xZ(t)?(e.submitFailed=!0,e.submitSucceeded=!1,e.submitErrors=t,e.submitError=t["FINAL_FORM/form-error"],x()):(o||(e.submitFailed=!1,e.submitSucceeded=!0),Object.keys(c.fields).forEach((function(e){return c.fields[e].afterSubmit&&c.fields[e].afterSubmit()}))),T(),S(),r=!0,n&&n(t),t};e.submitting=!0,e.submitFailed=!1,e.submitSucceeded=!1,e.lastSubmittedValues=eZ({},e.values),A();var i=a(e.values,D,o);if(!r){if(i&&wZ(i))return T(),S(),i.then(o,(function(e){throw o(),e}));if(a.length>=3)return T(),S(),new Promise((function(e){n=e}));o(i)}}}},subscribe:function(e,t){if(!e)throw new Error("No callback given.");if(!t)throw new Error("No subscription provided. What values do you want to listen to?");var n=EZ(e),r=c.subscribers,o=r.index++;r.entries[o]={subscriber:n,subscription:t,notified:!1};var i=O();return OZ(n,t,i,i,bZ,!0),function(){delete r.entries[o]}}};return D}var TZ=["render","children","component"];function AZ(t,n,r){var o=t.render,i=t.children,a=t.component,s=$J(t,TZ);if(a)return e.createElement(a,Object.assign(n,s,{children:i,render:o}));if(o)return o(void 0===i?Object.assign(n,s):Object.assign(n,s,{children:i}));if("function"!=typeof i)throw new Error("Must specify either a render prop, a render function as children, or a component prop to "+r);return i(Object.assign(n,s))}function DZ(e,n,r){void 0===r&&(r=function(e,t){return e===t});var o=t.useRef(e);t.useEffect((function(){r(e,o.current)||(n(),o.current=e)}))}var NZ=function(e,t){if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=Object.prototype.hasOwnProperty.bind(t),i=0;i<n.length;i++){var a=n[i];if(!o(a)||e[a]!==t[a])return!1}return!0},RZ=e.createContext();function PZ(e){var n=t.useRef(e);return t.useEffect((function(){n.current=e})),n}var IZ=function(e,t,n){n.forEach((function(n){Object.defineProperty(e,n,{get:function(){return t[n]},enumerable:!0})}))},MZ=["debug","decorators","destroyOnUnregister","form","initialValues","initialValuesEqual","keepDirtyOnReinitialize","mutators","onSubmit","subscription","validate","validateOnBlur"],jZ={"final-form":"4.20.4","react-final-form":"6.5.7"},LZ=gZ.reduce((function(e,t){return e[t]=!0,e}),{});function FZ(n){var r=n.debug,o=n.decorators,i=void 0===o?[]:o,a=n.destroyOnUnregister,s=n.form,u=n.initialValues,c=n.initialValuesEqual,l=n.keepDirtyOnReinitialize,d=n.mutators,f=n.onSubmit,p=n.subscription,h=void 0===p?LZ:p,m=n.validate,v=n.validateOnBlur,g=$J(n,MZ),y={debug:r,destroyOnUnregister:a,initialValues:u,keepDirtyOnReinitialize:l,mutators:d,onSubmit:f,validate:m,validateOnBlur:v},b=function(e){var n=t.useRef();return n.current||(n.current=e()),n.current}((function(){var e=s||kZ(y);return e.pauseValidation(),e})),E=e.useState((function(){var e={};return b.subscribe((function(t){e=t}),h)(),e})),w=E[0],S=E[1],x=PZ(w);e.useEffect((function(){b.isValidationPaused()&&b.resumeValidation();var e=[b.subscribe((function(e){NZ(e,x.current)||S(e)}),h)].concat(i?i.map((function(e){return e(b)})):[]);return function(){b.pauseValidation(),e.reverse().forEach((function(e){return e()}))}}),i),"production"!==process.env.NODE_ENV&&DZ(i,(function(){console.error("Form decorators should not change from one render to the next as new values will be ignored")}),NZ),DZ(r,(function(){b.setConfig("debug",r)})),DZ(a,(function(){b.destroyOnUnregister=!!a})),DZ(l,(function(){b.setConfig("keepDirtyOnReinitialize",l)})),DZ(u,(function(){b.setConfig("initialValues",u)}),c||NZ),DZ(d,(function(){b.setConfig("mutators",d)})),DZ(f,(function(){b.setConfig("onSubmit",f)})),DZ(m,(function(){b.setConfig("validate",m)})),DZ(v,(function(){b.setConfig("validateOnBlur",v)}));var O={form:QJ({},b,{reset:function(e){var t;(t=e)&&"function"==typeof t.stopPropagation?b.reset():b.reset(e)}}),handleSubmit:function(e){return e&&("function"==typeof e.preventDefault&&e.preventDefault(),"function"==typeof e.stopPropagation&&e.stopPropagation()),b.submit()}};return function(e,t){IZ(e,t,["active","dirty","dirtyFields","dirtySinceLastSubmit","dirtyFieldsSinceLastSubmit","error","errors","hasSubmitErrors","hasValidationErrors","initialValues","invalid","modified","modifiedSinceLastSubmit","pristine","submitError","submitErrors","submitFailed","submitSucceeded","submitting","touched","valid","validating","values","visited"])}(O,w),e.createElement(RZ.Provider,{value:b},AZ(QJ({},g,{__versions:jZ}),O,"ReactFinalForm"))}function VZ(t){var n=e.useContext(RZ);if(!n)throw new Error((t||"useForm")+" must be used inside of a <Form> component");return n}var BZ="undefined"!=typeof window&&window.navigator&&window.navigator.product&&"ReactNative"===window.navigator.product;function UZ(t){var n=e.useRef(t);return e.useEffect((function(){n.current=t})),e.useCallback((function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return n.current.apply(null,t)}),[])}var _Z=fZ.reduce((function(e,t){return e[t]=!0,e}),{}),WZ=function(e,t){return void 0===e?"":e},zZ=function(e,t){return""===e?void 0:e},qZ=function(e,t){return e===t};function GZ(t,n){void 0===n&&(n={});var r=n,o=r.afterSubmit,i=r.allowNull,a=r.component,s=r.data,u=r.defaultValue,c=r.format,l=void 0===c?WZ:c,d=r.formatOnBlur,f=r.initialValue,p=r.multiple,h=r.parse,m=void 0===h?zZ:h,v=r.subscription,g=void 0===v?_Z:v,y=r.type,b=r.validateFields,E=r.value,w=VZ("useField"),S=PZ(n),x=function(e,n){return w.registerField(t,e,g,{afterSubmit:o,beforeSubmit:function(){var e=S.current,n=e.beforeSubmit,r=e.formatOnBlur,o=e.format,i=void 0===o?WZ:o;if(r){var a=w.getFieldState(t).value,s=i(a,t);s!==a&&w.change(t,s)}return n&&n()},data:s,defaultValue:u,getValidator:function(){return S.current.validate},initialValue:f,isEqual:function(e,t){return(S.current.isEqual||qZ)(e,t)},silent:n,validateFields:b})},O=e.useRef(!0),C=e.useState((function(){var e={},t=w.destroyOnUnregister;return w.destroyOnUnregister=!1,x((function(t){e=t}),!0)(),w.destroyOnUnregister=t,e})),k=C[0],T=C[1];e.useEffect((function(){return x((function(e){O.current?O.current=!1:T(e)}),!1)}),[t,s,u,f]);var A={};!function(e,t){IZ(e,t,["active","data","dirty","dirtySinceLastSubmit","error","initial","invalid","length","modified","modifiedSinceLastSubmit","pristine","submitError","submitFailed","submitSucceeded","submitting","touched","valid","validating","visited"])}(A,k);var D={name:t,get value(){var e=k.value;return d?"input"===a&&(e=WZ(e)):e=l(e,t),null!==e||i||(e=""),"checkbox"===y||"radio"===y?E:"select"===a&&p?e||[]:e},get checked(){var e=k.value;return"checkbox"===y?(e=l(e,t),void 0===E?!!e:!(!Array.isArray(e)||!~e.indexOf(E))):"radio"===y?l(e,t)===E:void 0},onBlur:UZ((function(e){if(k.blur(),d){var t=w.getFieldState(k.name);k.change(l(t.value,k.name))}})),onChange:UZ((function(e){if("production"!==process.env.NODE_ENV&&e&&e.target){var n=e.target.type,r=~["checkbox","radio","select-multiple"].indexOf(n)&&!y&&"select"!==a,o="select-multiple"===n?k.value:E;r&&console.error('You must pass `type="'+("select-multiple"===n?"select":n)+'"` prop to your Field('+t+") component.\nWithout it we don't know how to unpack your `value` prop - "+(Array.isArray(o)?"["+o+"]":'"'+o+'"')+".")}var i=e&&e.target?function(e,t,n,r){if(!r&&e.nativeEvent&&void 0!==e.nativeEvent.text)return e.nativeEvent.text;if(r&&e.nativeEvent)return e.nativeEvent.text;var o=e.target,i=o.type,a=o.value,s=o.checked;switch(i){case"checkbox":if(void 0!==n){if(s)return Array.isArray(t)?t.concat(n):[n];if(!Array.isArray(t))return t;var u=t.indexOf(n);return u<0?t:t.slice(0,u).concat(t.slice(u+1))}return!!s;case"select-multiple":return function(e){var t=[];if(e)for(var n=0;n<e.length;n++){var r=e[n];r.selected&&t.push(r.value)}return t}(e.target.options);default:return a}}(e,k.value,E,BZ):e;k.change(m(i,t))})),onFocus:UZ((function(e){return k.focus()}))};return p&&(D.multiple=p),void 0!==y&&(D.type=y),{input:D,meta:A}}var HZ=["afterSubmit","allowNull","beforeSubmit","children","component","data","defaultValue","format","formatOnBlur","initialValue","isEqual","multiple","name","parse","subscription","type","validate","validateFields","value"],YZ=e.forwardRef((function(t,n){var r=t.afterSubmit,o=t.allowNull,i=t.beforeSubmit,a=t.children,s=t.component,u=t.data,c=t.defaultValue,l=t.format,d=t.formatOnBlur,f=t.initialValue,p=t.isEqual,h=t.multiple,m=t.name,v=t.parse,g=t.subscription,y=t.type,b=t.validate,E=t.validateFields,w=t.value,S=$J(t,HZ),x=GZ(m,{afterSubmit:r,allowNull:o,beforeSubmit:i,children:a,component:s,data:u,defaultValue:c,format:l,formatOnBlur:d,initialValue:f,isEqual:p,multiple:h,parse:v,subscription:g,type:y,validate:b,validateFields:E,value:w});if("function"==typeof a)return a(QJ({},x,S));if("string"==typeof s)return e.createElement(s,QJ({},x.input,{children:a,ref:n},S));if(!m)throw new Error("prop name cannot be undefined in <Field> component");return AZ(QJ({children:a,component:s,ref:n},S),x,"Field("+m+")")}));function KZ(){return(KZ=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function XZ(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}var JZ=function(e,t){return e===t||Array.isArray(e)&&Array.isArray(t)&&e.length===t.length&&!e.some((function(e,n){return e!==t[n]}))};function ZZ(e){var n=t.useRef();return n.current||(n.current=e()),n.current}var QZ,$Z=fZ.reduce((function(e,t){return e[t]=!0,e}),{}),eQ={"final-form":"4.20.4","react-final-form":"6.5.7","react-final-form-arrays":"3.1.2"},tQ=function(e){var t=e.name,n=e.subscription,r=e.defaultValue,o=e.initialValue,a=e.isEqual,s=e.validate,u=XZ(e,["name","subscription","defaultValue","initialValue","isEqual","validate"]),c=function(e,t){var n=void 0===t?{}:t,r=n.subscription,o=void 0===r?$Z:r,i=n.defaultValue,a=n.initialValue,s=n.isEqual,u=void 0===s?JZ:s,c=n.validate,l=VZ("useFieldArray").mutators;if(!(l&&l.push&&l.pop))throw new Error("Array mutators not found. You need to provide the mutators from final-form-arrays to your form");var d=ZZ((function(){return Object.keys(l).reduce((function(t,n){return t[n]=function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return l[n].apply(l,[e].concat(r))},t}),{})})),f=ZZ((function(){return function(e,t,n){if(c){var r=c(e,t,n);if(!r||Array.isArray(r))return r;var o=[];return o[lZ]=r,o}}})),p=GZ(e,{subscription:KZ({},o,{length:!0}),defaultValue:i,initialValue:a,isEqual:u,validate:f,format:function(e){return e}}),h=p.meta,m=h.length,v=XZ(h,["length"]),g=p.input,y=XZ(p,["meta","input"]);return{fields:KZ({name:e,forEach:function(t){for(var n=m||0,r=0;r<n;r++)t(e+"["+r+"]",r)},length:m||0,map:function(t){for(var n=m||0,r=[],o=0;o<n;o++)r.push(t(e+"["+o+"]",o));return r}},d,y,{value:g.value}),meta:v}}(t,{subscription:n,defaultValue:r,initialValue:o,isEqual:a,validate:s});return function(e,t){var n=e.render,r=e.children,o=e.component,a=XZ(e,["render","children","component"]);if(o)return i(o,KZ({},a,{children:r,render:n}));if(n)return n(void 0===r?a:KZ({},a,{children:r}));if("function"!=typeof r)throw new Error("Must specify either a render prop, a render function as children, or a component prop to "+t);return r(a)}(KZ({fields:c.fields,meta:KZ({},c.meta,{__versions:eQ})},u),"FieldArray("+t+")")},nQ=function(e){var n=e.className,r=e.fill,o=void 0===r?"#333333":r,i=e.width,a=void 0===i?24:i,s=e.height,u=void 0===s?24:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{d:"M16.3399 2C19.7299 2 21.9999 4.38 21.9999 7.92V16.091C21.9999 19.621 19.7299 22 16.3399\n 22H7.66988C4.27988 22 1.99988 19.621 1.99988 16.091V7.92C1.99988 4.38 4.27988 2 7.66988\n 2H16.3399ZM15.0099 8.971C14.6699 8.63 14.1199 8.63 13.7699 8.971L11.9999 10.75L10.2199\n 8.971C9.86988 8.63 9.31988 8.63 8.97988 8.971C8.63988 9.311 8.63988 9.871 8.97988 10.21L10.7599\n 11.991L8.97988 13.761C8.63988 14.111 8.63988 14.661 8.97988 15C9.14988 15.17 9.37988 15.261 9.59988\n 15.261C9.82988 15.261 10.0499 15.17 10.2199 15L11.9999 13.231L13.7799 15C13.9499 15.181 14.1699\n 15.261 14.3899 15.261C14.6199 15.261 14.8399 15.17 15.0099 15C15.3499 14.661 15.3499 14.111\n 15.0099 13.771L13.2299 11.991L15.0099 10.21C15.3499 9.871 15.3499 9.311 15.0099 8.971Z",fill:o}))};!function(e){e.OneAnswer="one_answer",e.MultipleAnswer="multiple_answer",e.OpenEndedAnswer="open_ended_answer"}(QZ||(QZ={}));var rQ=function(e){var n=e.className,r=e.fill,o=void 0===r?"":r,i=e.width,a=void 0===i?136:i,s=e.height,u=void 0===s?90:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 136 90",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("rect",{x:"1",y:"1",width:"134",height:"88",rx:"10",fill:"#A4ADFF",stroke:o,strokeWidth:"2"}),t.createElement("rect",{x:"12.75",y:"11.9004",width:"113.05",height:"18.7",rx:"9.35",fill:"white"}),t.createElement("circle",{cx:"110.499",cy:"21.2503",r:"7.08333",fill:"#163498"}),t.createElement("path",{d:"M109.251 24.0837C109.091 24.0837 108.931 24.02 108.809 23.8923L107.142 22.1486C106.898 21.8932 106.898 21.4795 107.142 21.2241C107.386 20.9686 107.782 20.9686 108.026 21.2241L109.251 22.5052L112.975 18.6086C113.22 18.3531 113.615 18.3531 113.859 18.6086C114.103 18.864 114.103 19.2777 113.859 19.5332L109.692 23.8923C109.571 24.02 109.411 24.0837 109.251 24.0837Z",fill:"white"}),t.createElement("rect",{x:"12.75",y:"34",width:"113.05",height:"18.7",rx:"9.35",fill:"white"}),t.createElement("rect",{x:"12.75",y:"56.0996",width:"113.05",height:"18.7",rx:"9.35",fill:"white"}),t.createElement("circle",{cx:"110.499",cy:"43.3499",r:"7.08333",fill:"#163498"}),t.createElement("path",{d:"M109.251 46.1833C109.091 46.1833 108.931 46.1196 108.809 45.9919L107.142 44.2482C106.898 43.9928 106.898 43.5791 107.142 43.3237C107.386 43.0682 107.782 43.0682 108.026 43.3237L109.251 44.6048L112.975 40.7082C113.22 40.4527 113.615 40.4527 113.859 40.7082C114.103 40.9636 114.103 41.3773 113.859 41.6328L109.692 45.9919C109.571 46.1196 109.411 46.1833 109.251 46.1833Z",fill:"white"}))},oQ=function(e){var n=e.className,r=e.fill,o=void 0===r?"":r,i=e.width,a=void 0===i?136:i,s=e.height,u=void 0===s?90:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 136 90",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("rect",{x:"1",y:"1",width:"134",height:"88",rx:"10",fill:"#A4ADFF",stroke:o,strokeWidth:"2"}),t.createElement("rect",{x:"12.75",y:"11.8999",width:"113.05",height:"18.7",rx:"9.35",fill:"white"}),t.createElement("rect",{x:"12.75",y:"34",width:"113.05",height:"18.7",rx:"9.35",fill:"white"}),t.createElement("rect",{x:"12.75",y:"56.1001",width:"113.05",height:"18.7",rx:"9.35",fill:"white"}),t.createElement("circle",{cx:"111.349",cy:"21.2498",r:"7.08333",fill:"#23BE33"}),t.createElement("path",{d:"M110.101 24.0832C109.941 24.0832 109.781 24.0195 109.658 23.8918L107.992 22.1481C107.748 21.8927 107.748 21.479 107.992 21.2236C108.236 20.9681 108.631 20.9681 108.876 21.2236L110.1 22.5047L113.825 18.6081C114.069 18.3526 114.465 18.3526 114.709 18.6081C114.953 18.8635 114.953 19.2772 114.709 19.5327L110.542 23.8918C110.421 24.0195 110.261 24.0832 110.101 24.0832Z",fill:"white"}))},iQ=function(e){var n=e.className,r=e.fill,o=void 0===r?"":r,i=e.width,a=void 0===i?136:i,s=e.height,u=void 0===s?90:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 136 90",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("rect",{x:"1",y:"1",width:"134",height:"88",rx:"10",fill:"#A4ADFF",stroke:o,strokeWidth:"2"}),t.createElement("rect",{x:"13",y:"39",width:"113",height:"19",rx:"4",fill:"white"}),t.createElement("g",{opacity:"0.4"},t.createElement("path",{d:"M21 45H21.8814V51.9209H21V45Z",fill:"#060A2D"}),t.createElement("path",{d:"M25.1871 46.9774H26.031V45.5932H26.8749V46.9774H28.0939V47.7881H26.8749V50.3686C26.8749 50.863 27.0937 51.1102 27.5313 51.1102H28.1876V51.9209H27.4094C26.9655 51.9209 26.6248 51.7957 26.3873 51.5452C26.1497 51.2947 26.031 50.9355 26.031 50.4675V47.7881H25.1871V46.9774Z",fill:"#060A2D"}),t.createElement("path",{d:"M29.1286 45H29.9725V47.5607C30.1288 47.3498 30.3257 47.1883 30.5633 47.0763C30.8008 46.9576 31.0728 46.8983 31.3791 46.8983C31.9229 46.8983 32.3543 47.0796 32.6731 47.4421C32.9981 47.798 33.1607 48.3187 33.1607 49.0042V51.9209H32.3167V49.0042C32.3167 48.5824 32.223 48.2693 32.0354 48.065C31.8479 47.854 31.5822 47.7486 31.2384 47.7486C30.8571 47.7486 30.5539 47.8606 30.3289 48.0847C30.1038 48.3089 29.985 48.5989 29.9725 48.9548V51.9209H29.1286V45Z",fill:"#060A2D"}),t.createElement("path",{d:"M34.5971 46.9774H35.4411V51.9209H34.5971V46.9774ZM35.0191 46.226C34.8566 46.226 34.7222 46.17 34.6159 46.0579C34.5096 45.9459 34.4565 45.8041 34.4565 45.6328C34.4565 45.4614 34.5096 45.3197 34.6159 45.2076C34.7222 45.0956 34.8566 45.0395 35.0191 45.0395C35.1816 45.0395 35.316 45.0956 35.4223 45.2076C35.5286 45.3197 35.5817 45.4614 35.5817 45.6328C35.5817 45.8041 35.5286 45.9459 35.4223 46.0579C35.316 46.17 35.1816 46.226 35.0191 46.226Z",fill:"#060A2D"}),t.createElement("path",{d:"M36.9213 46.9774H37.5777L37.6621 47.6596C37.8246 47.4157 38.034 47.2279 38.2903 47.096C38.5466 46.9642 38.8404 46.8983 39.1717 46.8983C39.7156 46.8983 40.1469 47.0796 40.4657 47.4421C40.7908 47.798 40.9533 48.3187 40.9533 49.0042V51.9209H40.1094V49.0042C40.1094 48.5824 40.0156 48.2693 39.8281 48.065C39.6406 47.854 39.3749 47.7486 39.0311 47.7486C38.6497 47.7486 38.3466 47.8606 38.1215 48.0847C37.8965 48.3089 37.7777 48.5989 37.7652 48.9548V51.9209H36.9213V46.9774Z",fill:"#060A2D"}),t.createElement("path",{d:"M43.8901 49.7952L43.1587 50.7443V51.9209H42.3148V45H43.1587V49.5184L45.0528 46.9774H46.0655L44.4433 49.1427L46.2531 51.9209H45.2216L43.8901 49.7952Z",fill:"#060A2D"}),t.createElement("path",{d:"M47.6552 52C47.4614 52 47.302 51.9341 47.177 51.8023C47.0582 51.6638 46.9988 51.4991 46.9988 51.3079C46.9988 51.1168 47.0582 50.9553 47.177 50.8234C47.302 50.685 47.4614 50.6158 47.6552 50.6158C47.849 50.6158 48.0053 50.685 48.124 50.8234C48.2491 50.9553 48.3116 51.1168 48.3116 51.3079C48.3116 51.4991 48.2491 51.6638 48.124 51.8023C48.0053 51.9341 47.849 52 47.6552 52Z",fill:"#060A2D"}),t.createElement("path",{d:"M49.9994 52C49.8056 52 49.6462 51.9341 49.5212 51.8023C49.4024 51.6638 49.343 51.4991 49.343 51.3079C49.343 51.1168 49.4024 50.9553 49.5212 50.8234C49.6462 50.685 49.8056 50.6158 49.9994 50.6158C50.1932 50.6158 50.3495 50.685 50.4683 50.8234C50.5933 50.9553 50.6558 51.1168 50.6558 51.3079C50.6558 51.4991 50.5933 51.6638 50.4683 51.8023C50.3495 51.9341 50.1932 52 49.9994 52Z",fill:"#060A2D"}),t.createElement("path",{d:"M52.3436 52C52.1498 52 51.9904 51.9341 51.8654 51.8023C51.7466 51.6638 51.6872 51.4991 51.6872 51.3079C51.6872 51.1168 51.7466 50.9553 51.8654 50.8234C51.9904 50.685 52.1498 50.6158 52.3436 50.6158C52.5374 50.6158 52.6937 50.685 52.8125 50.8234C52.9375 50.9553 53 51.1168 53 51.3079C53 51.4991 52.9375 51.6638 52.8125 51.8023C52.6937 51.9341 52.5374 52 52.3436 52Z",fill:"#060A2D"})))},aQ=function(e){var n=e.title,r=e.onClick,o=e.active,i=e.icon,a=s(null),u=o?"1":"0.5";return t.createElement(gm,{item:!0,xs:!0,minWidth:"139px",onClick:function(){var e;null===(e=a.current)||void 0===e||e.scrollIntoView({block:"end",inline:"start"}),r()},ref:a,"data-qa":n,sx:{"& > svg":{opacity:u},"& > svg:hover":{opacity:1}}},i,t.createElement(yp,{mb:1,color:o?"text.primary":"text.secondary6"},t.createElement(hA,{id:n})))},sQ=function(e){var n=e.form,r=e.selectedPollType,o=function(e,t){return function(){n.batch((function(){n.reset(),n.change(e,t)}))}};return t.createElement(t.Fragment,null,t.createElement(yp,{mb:3,mt:6},t.createElement(hA,{id:"selectPollType"})),t.createElement(gm,{container:!0,wrap:"nowrap",columnGap:3,mb:5,overflow:"auto",paddingRight:"24px"},t.createElement(aQ,{title:"poll",onClick:o("withAnswer",!1),active:r===QZ.MultipleAnswer,icon:t.createElement(rQ,{fill:r===QZ.MultipleAnswer?RA.BLUE_02:""})}),t.createElement(aQ,{title:"test",onClick:o("withAnswer",!0),active:r===QZ.OneAnswer,icon:t.createElement(oQ,{fill:r===QZ.OneAnswer?RA.BLUE_02:""})}),t.createElement(aQ,{title:"pollOpenEnded",onClick:o("isOpenEnded",!0),active:r===QZ.OpenEndedAnswer,icon:t.createElement(iQ,{fill:r===QZ.OpenEndedAnswer?RA.BLUE_02:""})})))},uQ=ME({form:{width:"100%",display:"flex",flexDirection:"column",flexGrow:1}});function cQ(e,t){return e.slice(0).reduce((function(e,n,r,o){return e===t?o.splice(1):e+=n?1:0}),0)}var lQ=function(e){var t,n,r,o=aA(),i={all:[]};return(null===(t=e.question)||void 0===t?void 0:t.trim())||i.all.push(o.formatMessage({id:"questionNotBeEmpty"})),(null===(n=null==e?void 0:e.question)||void 0===n?void 0:n.trim().length)<1&&i.all.push(o.formatMessage({id:"questionValidateLongerLetters"},{length:1})),(null===(r=null==e?void 0:e.question)||void 0===r?void 0:r.trim().length)>250&&i.all.push(o.formatMessage({id:"questionValidateNotLongerLetters"},{length:250})),!(null==e?void 0:e.isOpenEnded)&&cQ(e.options,2)<2&&i.all.push(o.formatMessage({id:"questionValidateWriteLeastTwoAnswerOptions"})),e.withAnswer&&cQ(e.validOptions,1)<1&&i.all.push(o.formatMessage({id:"questionValidateLeastOneCorrectAnswer"})),e.withAnswer&&!function(e,t){var n=!0;return e.forEach((function(e,r){e&&!t[r]&&(n=!1)})),n}(e.validOptions,e.options)&&i.all.push(o.formatMessage({id:"questionValidateCorrectAnswerNotEmpty"})),i},dQ=function(e){return function(n){var r=n.input,o=n.meta;n.helperText,n.margin;var i=R(n,["input","meta","helperText","margin"]);return t.createElement(e,N({},i,{value:r.value,onChange:r.onChange,onBlur:r.onBlur,error:o.error}))}}(Pz),fQ={withAnswer:!1,isOpenEnded:!1,question:"",options:["","",""],validOptions:[]},pQ=function(e){var n=aA(),r=e.channel,o=cW().ui,i=uQ();return t.createElement(FZ,{onSubmit:function(e){return I(void 0,void 0,void 0,(function(){var t;return M(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),(null==e?void 0:e.options)&&(e.options=e.options.filter((function(e){return e}))),[4,(i=e,a=+r.id,XV("polls/create",N(N({},i),{channelId:a,options:i.options.map((function(e,t){return{option:e,valid:i.validOptions[t]}}))})))];case 1:return t=n.sent(),r.addPoll(t),o.back(),[3,3];case 2:return n.sent(),[3,3];case 3:return[2]}var i,a}))}))},initialValues:fQ,mutators:N({},ZJ),validate:lQ},(function(e){var r,o=e.handleSubmit,a=e.values,s=e.errors,u=e.form,c=a.withAnswer?QZ.OneAnswer:a.isOpenEnded?QZ.OpenEndedAnswer:QZ.MultipleAnswer;return t.createElement("form",{onSubmit:o,className:i.form},t.createElement(sQ,{form:u,selectedPollType:c}),t.createElement(Up,{paddingRight:"24px"},t.createElement(Jh,{component:"fieldset",fullWidth:!0},t.createElement(yp,{marginBottom:3},t.createElement(hA,{id:"pollQuestion"})),t.createElement(sm,null,t.createElement(nm,{sx:{m:0},control:t.createElement(YZ,{name:"question",component:dQ,rows:5,multiline:!0,fullWidth:!0,"data-qa":"enterYourQuestion",placeholder:n.formatMessage({id:"enterYourQuestion"}),inputProps:{maxLength:250}}),label:""})),t.createElement(yp,{variant:"body2",mt:1,color:"text.light02"},(null===(r=a.question)||void 0===r?void 0:r.length)||0," / ",250)),c!==QZ.OpenEndedAnswer&&t.createElement(t.Fragment,null,t.createElement(Up,{sx:{mt:5,mb:3}},t.createElement(yp,{color:"text.black02"},t.createElement(hA,{id:"pollOptions"}))),t.createElement(tQ,{name:"options"},(function(e){var r=e.fields;return t.createElement(t.Fragment,null,t.createElement(gm,{container:!0,rowGap:2,justifyContent:"center"},r.map((function(e,o){return t.createElement(gm,{item:!0,xs:12,container:!0,wrap:"nowrap",alignItems:"center",key:o},c===QZ.OneAnswer&&t.createElement(rg,{checked:!!a.validOptions[o],onChange:function(){return u.change("validOptions",a.options.map((function(e,t){return t===o})))}}),t.createElement(YZ,{name:"".concat(e),component:dQ,"data-qa":"enterOption-".concat(o),placeholder:n.formatMessage({id:"enterOption"}),fullWidth:!0,inputProps:{maxLength:250},rightIcon:a.options.length>2&&t.createElement(of,{onClick:function(){return r.remove(o)}},t.createElement(nQ,null))}))})),8-a.options.length!=0&&t.createElement(yp,{color:"text.light02",variant:"body2",textAlign:"center"},t.createElement(hA,{id:"addOptionsNumber",values:{number:8-a.options.length}})),t.createElement(cz,{variant:"link",fullWidth:!0,"data-qa":"addOption",onClick:function(){return r.value.length<8&&r.push("")}},t.createElement(yp,null,t.createElement(hA,{id:"addOption"})))))}))),t.createElement(yp,{color:"text.light02",variant:"body2",textAlign:"center",mt:3,mb:3},null==s?void 0:s.all[0]),t.createElement(cz,{"data-qa":"createPoll",type:"submit",variant:"primary",fullWidth:!0,size:"large",disabled:null==s?void 0:s.all[0]},t.createElement(yp,null,t.createElement(hA,{id:"createPoll"})))))}))},hQ=function(){var e=cW(),n=e.ui,r=e.currentChannel;return r?t.createElement(t.Fragment,null,t.createElement(ZA,{onBack:function(){return n.back()}},t.createElement(iz,{title:null==r?void 0:r.name})),t.createElement(gm,{container:!0,padding:"24px 0px 24px 24px ",overflow:"auto",direction:"column",wrap:"nowrap"},t.createElement(yp,{variant:"h2",alignSelf:"center"},t.createElement(hA,{id:"createPoll"})),t.createElement(pQ,{channel:r}))):null},mQ={},vQ=dG.exports;Object.defineProperty(mQ,"__esModule",{value:!0});var gQ=mQ.default=void 0,yQ=O,bQ=(0,vQ(fG).default)((0,yQ.jsx)("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}),"MoreHoriz");gQ=mQ.default=bQ;var EQ=ME({actionButton:{borderRadius:"0 0 10px 10px"}}),wQ=RC((function(e){var n=e.templatePoll,r=e.lastActivePoll,o=cW(),i=o.ui,a=EQ(),s=o.currentChannel;switch(r?r.status:n.status){case NA.New:return(null==s?void 0:s.isPollsInProgress)?null:t.createElement(cz,{variant:"primary",disabled:null==s?void 0:s.isPollsInProgress,fullWidth:!0,className:a.actionButton,onClick:function(){sz({channel:s,templatePoll:n})},"data-qa":"startPoll"},t.createElement(hA,{id:"startPoll"}));case NA.InProgress:return t.createElement(cz,{variant:"contained",fullWidth:!0,className:a.actionButton,onClick:function(){az({activePoll:r,channel:s,defaultErrorAction:function(){return i.setRoute("/".concat(X_.Polls))}})},"data-qa":"completePoll"},t.createElement(hA,{id:"completePoll"}));case NA.Done:return t.createElement(cz,{variant:"contained",fullWidth:!0,className:a.actionButton,onClick:function(){i.setRoute("".concat(X_.PollResultDetail,"/").concat(null==s?void 0:s.id,"/").concat(null==n?void 0:n.id))},"data-qa":"seeResults"},t.createElement(hA,{id:"seeResults"}));default:return null}})),SQ=ME({root:{padding:12,borderRadius:"10px 10px 0 0",boxShadow:"0px 0px 18px rgba(0, 0, 0, 0.07)"}}),xQ=tz((function(e){var n=e.templatePoll,r=e.onDelete,o=cW(),i=f(null),a=i[0],s=i[1],u=function(){return s(null)},c=SQ(),l=o.currentChannel,d=null==l?void 0:l.getLastPollByTemplateId(null==n?void 0:n.id);return t.createElement(ol,null,t.createElement(Gp,{classes:{root:c.root}},t.createElement(ih,{action:t.createElement(dp,{"aria-label":"settings",onClick:function(e){s(e.currentTarget)}},t.createElement(gQ,null)),title:t.createElement(MA,{status:(null==d?void 0:d.status)||n.status})}),t.createElement(jv,{id:"poll-menu",anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},anchorEl:a,open:Boolean(a),onClose:u},t.createElement(_v,{onClick:function(){r(n),u()},disabled:(null==d?void 0:d.status)===NA.InProgress,sx:{boxShadow:"0px 4px 20px rgba(9, 43, 98, 0.07)",borderRadius:"10px",background:RA.WHITE}},t.createElement(yp,{variant:"subtitle2",color:"text.error"},t.createElement(hA,{id:"delete"})))),t.createElement(Jp,null,t.createElement(yp,{variant:"h4",sx:{wordBreak:"break-word"}},n.question),t.createElement(yp,{variant:"body2",color:gA(RA.BLACK_02,.6),marginTop:"9px",marginBottom:"23px"},t.createElement(hA,{id:WU(n)})))),t.createElement(wQ,{templatePoll:n,lastActivePoll:d}))})),OQ=tz((function(){var e=cW(),n=aA(),r=e.currentChannel,o=null==r?void 0:r.getPollTemplates,i=function(e){return I(void 0,void 0,void 0,(function(){return M(this,(function(t){switch(t.label){case 0:return confirm(n.formatMessage({id:"areYouSure"}))?[4,(o=+e.id,I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,JV("polls/".concat(o))];case 1:return t.sent(),[2,!0];case 2:return e=t.sent(),__.captureException(e),[2,!1];case 3:return[2]}}))})))]:[3,2];case 1:t.sent()&&(null==r||r.deletePoll(e)),t.label=2;case 2:return[2]}var o}))}))};return t.createElement(t.Fragment,null,null==o?void 0:o.map((function(e){return t.createElement(xQ,{key:"".concat(e.question,"-").concat(e.id),templatePoll:e,onDelete:i})})))})),CQ=function(){var e=cW(),n=e.ui,r=e.currentChannel;y((function(){!function(){I(this,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return[4,(n=null==r?void 0:r.id,I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,KV("polls?channelId=".concat(n))];case 1:return[2,t.sent()];case 2:return e=t.sent(),__.captureException(e),[3,3];case 3:return[2]}}))})))];case 1:return(e=t.sent())&&(null==r||r.setPollList(e)),[2]}var n}))}))}()}),[]);return t.createElement(t.Fragment,null,t.createElement(ZA,{onBack:function(){return n.back()}},t.createElement(iz,{title:null==r?void 0:r.name})),t.createElement(gm,{container:!0,direction:"column",wrap:"nowrap",overflow:"auto",padding:"20px 24px",rowGap:"23px"},t.createElement(OQ,null)),t.createElement(ol,{padding:"12px"},t.createElement(cz,{variant:"contained",fullWidth:!0,size:"large","data-qa":"newPoll",onClick:function(){n.setRoute("".concat(X_.CreatePoll,"/").concat(null==r?void 0:r.id,"/").concat(void 0))}},t.createElement(yp,{variant:"body1"},t.createElement(hA,{id:"newPoll"})))),t.createElement(vJ,null))},kQ=ME({container:{display:"flex",flexDirection:"column",flex:1,padding:"24px"},error:{display:"inline-block",borderRadius:4,background:"red",color:"#fff",padding:"4px 8px"}},{name:"Profile"}),TQ=RC((function(){var e=aA(),n=kQ(),r=cW(),o=r.auth,i=r.ui,a=cW(),s=Aq().enqueueSnackbar,u=f(""),c=u[0],l=u[1],d=f(""),p=d[0],h=d[1];y((function(){l(o.me.displayName),h(o.me.avatarUrl)}),[o.me]);return t.createElement(t.Fragment,null,t.createElement(ZA,{onBack:function(){return i.back()}},t.createElement(iz,null,t.createElement(hA,{id:"profile"}))),t.createElement("div",{className:n.container},t.createElement(yp,{component:"label",htmlFor:"username",variant:"body2",fontFamily:"PTRootUIWebBold"},t.createElement(hA,{id:"username"})),t.createElement(Pz,{id:"username",fullWidth:!0,variant:"outlined",size:"large",placeholder:e.formatMessage({id:"username"}),value:c,onChange:l}),t.createElement(yp,{component:"label",htmlFor:"avatar",variant:"body2",marginTop:"20px",fontFamily:"PTRootUIWebBold"},t.createElement(hA,{id:"avatar"})),t.createElement(Pz,{id:"avatar",fullWidth:!0,variant:"outlined",size:"large",placeholder:e.formatMessage({id:"avatarUrl"}),value:p,onChange:h}),t.createElement(cz,{fullWidth:!0,size:"large",variant:"primary",onClick:function(){return I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,$_(a,c,p)];case 1:return t.sent(),i.back(),[3,3];case 2:return e=t.sent(),s($q(e)),[3,3];case 3:return[2]}}))}))},style:{marginTop:"auto"}},t.createElement(hA,{id:"save"}))))})),AQ=ME({root:{textAlign:"center",fontSize:10,opacity:.5}},{name:"LoadingStatus"}),DQ=function(e){var n=e.intlId,r=AQ();return t.createElement("div",{className:r.root},t.createElement(hA,{id:n}))},NQ=RC((function(e){var n=e.children,r=cW().socket,o=cW(),i=Aq().enqueueSnackbar,a=f(!1),s=a[0],u=a[1];return y((function(){return Ox((function(){return I(void 0,void 0,void 0,(function(){var e,t;return M(this,(function(n){switch(n.label){case 0:if(r.isSocketConnected)return[3,4];n.label=1;case 1:return n.trys.push([1,3,,4]),[4,KV("centrifuge-token")];case 2:return e=n.sent(),o.settings.socketUrl&&e.token&&r.connect(o.settings.socketUrl,e.token),[3,4];case 3:return t=n.sent(),i($q(t)),[3,4];case 4:return[2]}}))}))}))})),y((function(){return Tx((function(){return r.isSocketConnected}),(function(e){e&&I(void 0,void 0,void 0,(function(){var e;return M(this,(function(t){switch(t.label){case 0:return t.trys.push([0,3,,4]),[4,J_(o)];case 1:return t.sent(),[4,nW(o)];case 2:return t.sent(),u(!0),[3,4];case 3:return e=t.sent(),i($q(e)),[3,4];case 4:return[2]}}))}))}))})),r.isSocketConnected?s?t.createElement(t.Fragment,null,n):t.createElement(t.Fragment,null,t.createElement(Qm,{color:"secondary"}),t.createElement(DQ,{intlId:"loadingInitial"})):t.createElement(t.Fragment,null,t.createElement(Qm,{color:"secondary"}),t.createElement(DQ,{intlId:"loadingSocket"}))})),RQ=function(e){var n=e.className,r=e.fill,o=void 0===r?"#fff":r,i=e.width,a=void 0===i?24:i,s=e.height,u=void 0===s?24:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8536 20.1464L16.9994 16.2923C18.2445 14.882 19 13.0292 19 11C19\n 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C13.0292 19\n 14.882 18.2445 16.2923 16.9994L20.1464 20.8536C20.3417 21.0488 20.6583 21.0488 20.8536\n 20.8536C21.0488 20.6583 21.0488 20.3417 20.8536 20.1464ZM17.9997 11.0004C17.9997\n 14.8664 14.8657 18.0004 10.9997 18.0004C7.13368 18.0004 3.99967 14.8664 3.99967\n 11.0004C3.99967 7.13439 7.13368 4.00038 10.9997 4.00038C14.8657 4.00038 17.9997 7.13439 17.9997 11.0004Z",fill:o}))},PQ=function(e){var n=e.className,r=e.fill,o=void 0===r?"#000":r,i=e.width,a=void 0===i?16:i,s=e.height,u=void 0===s?18:s,c=e.style;return t.createElement("svg",{style:N(N({},c),{width:a,height:u}),width:a,height:u,className:n,viewBox:"0 0 16 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.0257921 0.660726C-0.11223 0.228766 0.330535 -0.155041 0.715904\n 0.0630638L15.748 8.56064C16.0842 8.75042 16.0835 9.24965 15.7487\n 9.43943L0.716587 17.937C0.331217 18.1551 -0.11223 17.7706 0.0264753\n 17.3393L2.70903 9.00039L0.0257921 0.660726ZM1.33154 1.55085L13.6217\n 8.49974L3.56586 8.49903L1.33154 1.55085ZM1.33154 16.4485L3.56586\n 9.50033L13.6217 9.50104L1.33154 16.4485Z",fill:o}))},IQ=ME({userRow:{padding:"12px 16px","&:hover":{backgroundColor:RA.LIGHT_04},"&:hover > #sendMessageBtn":{display:"block"},"& > #sendMessageBtn":{display:"none"}},sendMessageBtn:{cursor:"pointer",marginLeft:"auto"}},{name:"UserRow"}),MQ=function(e){var n=aA(),r=e.user,o=e.displayDirect,i=e.openNewChat,a=IQ(),s=f(!1),u=s[0],c=s[1];return r?t.createElement(gm,{container:!0,className:a.userRow,alignItems:"center"},t.createElement(gm,{item:!0,component:Dz,name:null==r?void 0:r.displayName,size:"lg",src:r.avatarUrl,avatarColor:r.getAvatarColor}),t.createElement(gm,{item:!0,component:yp,style:{marginLeft:9}},r.displayName),o&&t.createElement(gm,{item:!0,className:a.sendMessageBtn,id:"sendMessageBtn",onClick:function(){return I(void 0,void 0,void 0,(function(){return M(this,(function(e){switch(e.label){case 0:return e.trys.push([0,,2,3]),c(!0),[4,i(r)];case 1:return e.sent(),[3,3];case 2:return c(!1),[7];case 3:return[2]}}))}))}},u?n.formatMessage({id:"loading"}):t.createElement(PQ,null))):null},jQ=RC((function(e){var n=aA(),r=cW(),o=r.settings,i=f(""),a=i[0],s=i[1],u=e.users,c=g((function(){return a?u.filter((function(e){return e.displayName.includes(a)})):u}),[a]),l=function(e){return UX(r,e)};return t.createElement(gm,{container:!0,wrap:"nowrap",direction:"column",marginTop:"20px",marginBottom:"20px",overflow:"hidden"},t.createElement(gm,{item:!0,padding:"0 12px"},t.createElement(Pz,{placeholder:n.formatMessage({id:"search"}),onChange:s,value:a,rightIcon:t.createElement(RQ,{fill:RA.BLACK_01})})),t.createElement(gm,{item:!0,container:!0,marginTop:"20px",marginBottom:"20px",padding:"0 12px"},t.createElement(VJ,{fill:RA.BLACK_01}),t.createElement(yp,{style:{marginLeft:8}},c.length)),t.createElement(gm,{item:!0,container:!0,wrap:"nowrap",direction:"column",overflow:"auto"},c.map((function(e){return t.createElement(MQ,{key:e.id,user:e,displayDirect:o.displayDirect,openNewChat:l})}))))})),LQ=RC((function(){var e,n=cW(),r=n.ui,o=n.chat,i=String(r.params.id);return e=o.channels.get(i)?Array.from(o.users.values()):o.userList,t.createElement(t.Fragment,null,t.createElement(ZA,{onBack:function(){return r.back()}},t.createElement(iz,null,t.createElement(hA,{id:"userList"}))),t.createElement(jQ,{users:e}))})),FQ=ME({container:{width:"100%",height:"100%",background:RA.SURFACE_PRIMARY,overflow:"hidden",position:"relative",minHeight:400,display:"flex",flexDirection:"column",boxShadow:"0px 4px 20px rgba(0, 0, 0, 0.07)",borderRadius:10},snackbar:{maxWidth:310}},{name:"Chat"}),VQ=function(){var e=FQ();return cW().ui.lang,y((function(){document.getElementById("poll-container")||document.body.appendChild(function(){var e=document.createElement("div");return e.id="poll-container",e}())}),[]),t.createElement("div",{className:e.container,"data-version":"0.0.58"},t.createElement(Tq,{maxSnack:3,autoHideDuration:3e3,dense:!0,classes:{root:e.snackbar}},t.createElement(cG,null,t.createElement(NQ,null,t.createElement(Hq,{route:X_.Profile},t.createElement(TQ,null)),t.createElement(Hq,{route:"".concat(X_.Users,"/:id")},t.createElement(LQ,null)),t.createElement(Hq,{route:X_.Users},t.createElement(LQ,null)),t.createElement(Hq,{route:X_.Channels},t.createElement(zJ,{channelTabType:X_.Channels})),t.createElement(Hq,{route:X_.Direct},t.createElement(zJ,{channelTabType:X_.Direct})),t.createElement(Hq,{route:"".concat(X_.Channels,"/:id")},t.createElement(yJ,null)),t.createElement(Hq,{route:"".concat(X_.Polls,"/:id")},t.createElement(CQ,null)),t.createElement(Hq,{route:"".concat(X_.CreatePoll,"/:id/:pollId")},t.createElement(hQ,null)),t.createElement(Hq,{route:"".concat(X_.PollResultDetail,"/:id/:pollId")},t.createElement(Lz,null)),t.createElement(Hq,{route:"".concat(X_.PollResultOpenEndedDetail,"/:id/:pollId")},t.createElement(Fz,null))))))},BQ={styleOverrides:"\n @font-face {\n font-family: 'PTRootUIWebMedium';\n src: local('Raleway'),local('Raleway-Regular'),url(".concat("data:font/woff2;base64,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",") format('woff2');\n }\n @font-face {\n font-family: 'PTRootUIWebRegular';\n src:\n local('Raleway'),\n local('Raleway-Regular'),\n url(").concat("data:font/woff2;base64,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",") format('woff2');\n }\n @font-face {\n font-family: 'PTRootUIWebBold';\n src:\n local('Raleway'),\n local('Raleway-Regular'),\n url(").concat("data:font/woff2;base64,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",") format('woff2');\n }\n\n a {\n color: inherit\n }\n\n html {\n letter-spacing: 0.01em;\n * {\n box-sizing: border-box;\n }\n *:after { box-sizing: border-box };\n *:before { box-sizing: border-box };\n *:focus {\n outline: none;\n }\n }\n\n\n\n /* Works on Firefox */\n * {\n scrollbar-width: thin;\n scrollbar-color: #fff #DEE3E7;\n }\n\n /* Works on Chrome, Edge, and Safari */\n *::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n }\n\n *::-webkit-scrollbar-track {\n background: #fff;\n }\n\n *::-webkit-scrollbar-thumb {\n background-color: #DEE3E7;\n border-radius: 50px;\n\n }\n ")},UQ=qd({palette:{text:{primary:RA.BLACK_01,black02:RA.BLACK_02,secondary:RA.BLACK_03,light02:RA.LIGHT_02,secondary6:RA.BLACK_06,white:RA.WHITE,black:RA.BLACK,pollPrimary:RA.POLL_TEXT_PRIMARY,pollSecondary:RA.POLL_TEXT_SECONDARY,error:RA.ERROR},primary:{main:"#535FC4"}},typography:{fontFamily:"PTRootUIWebMedium",h1:{fontFamily:"PTRootUIWebBold",fontSize:40,lineHeight:"50px",letterSpacing:"0.01em",margin:0},h2:{fontFamily:"PTRootUIWebBold",fontSize:22,lineHeight:"28px",fontWeight:700},h3:{fontFamily:"PTRootUIWebBold",fontSize:18,lineHeight:"20px",fontWeight:700},h4:{fontFamily:"PTRootUIWebBold",fontSize:16,lineHeight:"20px"},body1:{fontSize:16,lineHeight:"20px"},body2:{fontSize:14,lineHeight:"18px"},subtitle1:{fontFamily:"PTRootUIWebBold",fontSize:14},subtitle2:{fontSize:13,lineHeight:"16px"}},spacing:4,components:{MuiCheckbox:{styleOverrides:{root:{"&.Mui-checked":{color:"unset"}}}},MuiTooltip:{styleOverrides:{popper:{zIndex:DA.TOOLTIP_POPPER}}},MuiPaper:{styleOverrides:{rounded:{borderRadius:10}}},MuiCard:{styleOverrides:{root:{overflow:"visible"}}},MuiCardHeader:{styleOverrides:{root:{wordBreak:"break-word",padding:0,marginBottom:12}}},MuiCardContent:{styleOverrides:{root:{padding:0,"&:last-child":{paddingBottom:0}}}},MuiMenuItem:{styleOverrides:{root:{boxShadow:"none!important"}}},MuiCssBaseline:BQ}}),_Q={loadingSocket:"Подключение к вебсокету...",loadingInitial:"Загружаются сообщения...",loadingSettings:"Загружаются глобальные настройки...",globalError:"Что-то пошло не так",messageInputPlaceholder:"Введите сообщение",channelName:"Название канала",newChannel:"Новый канал",create:"Создать",send:"Отправить",loginAsGuest:"Войти как гость",enter:"Войти",enterYourName:"Введите свое имя",enterTheChat:"Войдите в чат",or:"или","channelPage.chat":"Чат",login:"Вход в систему",signIn:"Войти",signInTheChat:"Войти чат",dontHaveAccount:"У вас нет аккаунта?",signUp:"Зарегистрироваться",enterPassword:"Введите пароль",signUpInTheChat:"Зарегистрироваться в чате",alreadyHaveAccount:"У вас уже есть аккаунт?",name:"Имя",password:"Пароль",createAccount:"Создать учетную запись",polls:"Опросы",poll:"Опрос",profile:"Профиль",users:"Пользователи",createNewChannel:"Создать новый канал",pollQuestion:"Вопрос для голосования",enterYourQuestion:"Введите вопрос",pollWithCorrectAnswer:"Один правильный ответ",pollOptions:"Варианты опроса",enterOption:"Введите вариант",createPoll:"Создать опрос",addOption:"+ Добавить вариант",startPoll:"Начать опрос",completePoll:"Завершить опрос",seeResults:"Посмотреть результаты",newPoll:"+ Новый опрос",reply:"Ответить",username:"Имя пользователя",avatar:"Аватар",avatarUrl:"URL-адрес аватара",save:"Сохранить",search:"Поиск",loading:"Загрузка",userList:"Список пользователей",channels:"Каналы",direct:"Директ",questionNotBeEmpty:"Вопрос не может быть пустым",questionValidateLongerLetters:"Вопрос должен быть длиннее {length} символов",questionValidateWriteLeastTwoAnswerOptions:"Напишите не менее двух вариантов ответа",questionValidateLeastOneCorrectAnswer:"Выберите хотя бы один правильный ответ",questionValidateCorrectAnswerNotEmpty:"Правильный ответ не может быть пустым",questionValidateNotLongerLetters:"Вопрос не может быть длиннее {length} символов",joined:"присоединился",channelCreated:"Канал создан",pinMessage:"Закрепить",deleteMessage:"Удалить сообщение",deleteAllMessage:"Удалить все сообщения",systemMessageChangedName:"изменил имя на",systemMessageUserChangedChannelName:"изменил название канала на",selectPollType:"Выберите тип опроса: ",multipleAnswerOptions:"Несколько вариантов ответа",pollOpenEnded:"Свободный ответ",test:"Тест",thanks:"Спасибо!",answerAccepted:"Ваш ответ принят",listEmpty:"Список пуст",results:"Результаты",systemMessageChangedChannelName:"изменено название канала на","menu.direct":"Директ","time.dayBefore":"Позавчера","time.yesterday":"Вчера","time.today":"Сегодня",pollValidateAnswerLongerLetters:"Минимальная длина ответа: {length}",pollValidateAnswerNotLongerLetters:"Максимальная длина ответа: {length}",restart:"Перезапустить",edit:"Редактировать",delete:"Удалить",templates:"Шаблоны",join:"Присоединиться",addOptionsNumber:"Вы можете добавить еще {number, plural, =5 {# опций} =4 {# опции} one {# опцию} other {# опции}}","poll.answers":"{number, plural, =1 {# ответ} =2 {# ответа} =3 {# ответа} =4 {# ответа} other {# ответов}}","your.reply":"Ваш ответ","poll.results":"Результат голосования",done:"Завершен",in_progress:"Запущен",new:"Черновик",areYouSure:"Вы уверены?",anotherPollInProgress:"Другое голосование в этом канале сейчас запущено. Запустить это все равно?"},WQ={en:N({},{loadingSocket:"Connecting websocket...",loadingInitial:"Loading messages...",loadingSettings:"Loading global settings...",globalError:"Something went wrong",messageInputPlaceholder:"Enter your message",channelName:"Channel name",newChannel:"New channel",create:"Create",send:"Send",loginAsGuest:"Login as guest",enter:"Enter",enterYourName:"Enter your name",enterTheChat:"Enter the chat","channelPage.chat":"Chat",or:"or",login:"Login",signIn:"Sign in",signInTheChat:"Sign in the chat",dontHaveAccount:"Don't have an account?",signUp:"Sign up",enterPassword:"Enter password",signUpInTheChat:"Sign up in the chat",alreadyHaveAccount:"Already have an account?",name:"Name",password:"Password",createAccount:"Create an account",polls:"Polls",poll:"Poll",test:"Test",profile:"Profile",users:"Users",createNewChannel:"Create a new channel",pollQuestion:"Poll question",enterYourQuestion:"Enter your question",pollWithCorrectAnswer:"Choice poll",pollOptions:"Poll options",enterOption:"Enter option",createPoll:"Create Poll",addOption:"+ Add option",startPoll:"Start poll",completePoll:"Complete poll",seeResults:"See results",deletePoll:"Delete poll",newPoll:"+ New poll",reply:"Reply",username:"Username",avatar:"Avatar",avatarUrl:"Avatar URL",save:"Save",search:"Search",loading:"Loading",userList:"User list",channels:"Channels",direct:"Direct",questionNotBeEmpty:"Question couldn't be empty",questionValidateLongerLetters:"Question must be longer than {length} letters",questionValidateWriteLeastTwoAnswerOptions:"Write at least two answer options",questionValidateLeastOneCorrectAnswer:"Choose at least one correct answer",questionValidateCorrectAnswerNotEmpty:"Correct answer couldn't be empty",questionValidateNotLongerLetters:"Question couldn't be longer then {length} letters",joined:"joined",channelCreated:"Channel created",pinMessage:"Pin message",deleteMessage:"Delete message",deleteAllMessage:"Delete all messages",systemMessageChangedName:"changed name to",systemMessageUserChangedChannelName:"changed channel name to",selectPollType:"Select poll type: ",multipleAnswerOptions:"Multiple answer options",pollOpenEnded:"Open ended",thanks:"Thanks!",answerAccepted:"Your answer has been accepted",listEmpty:"The list is empty",results:"Results",systemMessageChangedChannelName:"changed channel name to","menu.direct":"Direct","time.dayBefore":"The day before","time.yesterday":"Yesterday","time.today":"Today",pollValidateAnswerLongerLetters:"Answer must be longer than {length} letters",pollValidateAnswerNotLongerLetters:"Answer couldn't be longer then {length} letters",restart:"Restart",edit:"Edit",delete:"Delete",templates:"Templates",join:"Join",addOptionsNumber:"You can add {number} more options","poll.answers":"{number, plural, =1 {# answer} other {# answers}}","your.reply":"Your reply","poll.results":"Result Poll",done:"Done",in_progress:"In Progress",new:"Template",areYouSure:"Are you sure?",anotherPollInProgress:"Another poll is still in progress. Start this one anyway?"}),ru:N({},_Q)},zQ=RC((function(e){var n=e.apiUrl,r=e.appId,o=e.channelId,i=e.userToken,a=e.onEvent,s=f(!1),u=s[0],c=s[1],l=cW(),d=l.ui.lang;a&&YX(PA.App,a);var p=Sg({productionPrefix:"vlprojects-chat"});return y((function(){I(void 0,void 0,void 0,(function(){var e,t,a,s,u;return M(this,(function(d){switch(d.label){case 0:return c(!1),l.init(),f=document.getElementById("livedigital-chat"),e={channelIdFromAttr:null==f?void 0:f.getAttribute("data-chatid"),appIdFromAttr:null==f?void 0:f.getAttribute("data-appId"),apiUrlFromAttr:null==f?void 0:f.getAttribute("data-apiUrl")},t=e.apiUrlFromAttr,a=e.appIdFromAttr,s=e.channelIdFromAttr,l.auth.setAppId(a||r||""),function(e){nV=RL.create({baseURL:e,timeout:3e4,headers:{"Content-Type":"application/json"},withCredentials:!0})}(t||n||"https://api.livedigital.chat"),(s||o)&&l.ui.setChannelId(s||o||""),l.auth.appId?[4,oW(l,l.auth.appId)]:[3,2];case 1:d.sent(),(u=i||QV.get(HV.ACCESS_TOKEN))&&l.auth.setAccessToken(u),c(!0),VA.emit(PA.App,{event:IA.ChatLoaded}),d.label=2;case 2:return[2]}var f}))}))}),[o,r,n,i]),t.createElement(Qr,{fallback:function(){return t.createElement(hA,{id:"globalError"})}},t.createElement(Ya,{injectFirst:!0},t.createElement(kE,{generateClassName:p},t.createElement(kl,{theme:UQ},t.createElement(Jd,null),t.createElement(dA,{locale:d,messages:WQ[d],defaultLocale:"en"},u?t.createElement(VQ,null):t.createElement(t.Fragment,null,t.createElement(Qm,{color:"secondary"}),t.createElement(DQ,{intlId:"loadingSettings"})))))))}));export{zQ as default};