@kontur.candy/tools 2.210.1-cgroupv2.0 → 2.210.1-cgroupv2.1

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 (625) hide show
  1. package/distr/Common/AsyncUtils.js +18 -0
  2. package/distr/Common/AsyncUtils.js.map +1 -0
  3. package/distr/Common/AutoValidationUtils.js +8 -0
  4. package/distr/Common/AutoValidationUtils.js.map +1 -0
  5. package/distr/Common/CandyApiClient/CandyApiClient.js +578 -0
  6. package/distr/Common/CandyApiClient/CandyApiClient.js.map +1 -0
  7. package/distr/Common/CandyApiClient/CandyApiClientContext.js +18 -0
  8. package/distr/Common/CandyApiClient/CandyApiClientContext.js.map +1 -0
  9. package/distr/Common/CandyApiClient/ClientDraftInfo/ClientDraftInfoResponse.js +6 -0
  10. package/distr/Common/CandyApiClient/ClientDraftInfo/ClientDraftInfoResponse.js.map +1 -0
  11. package/distr/Common/CandyApiClient/ClientDraftInfo/FnsFormInfo.js +6 -0
  12. package/distr/Common/CandyApiClient/ClientDraftInfo/FnsFormInfo.js.map +1 -0
  13. package/distr/Common/CandyApiClient/ClientDraftInfo/GetClientDraftInfoUrl.js +12 -0
  14. package/distr/Common/CandyApiClient/ClientDraftInfo/GetClientDraftInfoUrl.js.map +1 -0
  15. package/distr/Common/CandyApiClient/ClientDraftInfo/PrintInfo.js +6 -0
  16. package/distr/Common/CandyApiClient/ClientDraftInfo/PrintInfo.js.map +1 -0
  17. package/distr/Common/CandyApiClient/DigestApiClient/Decorators/DigestApiClientWithCache.js +33 -0
  18. package/distr/Common/CandyApiClient/DigestApiClient/Decorators/DigestApiClientWithCache.js.map +1 -0
  19. package/distr/Common/CandyApiClient/DigestApiClient/Decorators/DigestApiClientWithDebouncedBatching.js +35 -0
  20. package/distr/Common/CandyApiClient/DigestApiClient/Decorators/DigestApiClientWithDebouncedBatching.js.map +1 -0
  21. package/distr/Common/CandyApiClient/DigestApiClient/DigestApiClient.js +20 -0
  22. package/distr/Common/CandyApiClient/DigestApiClient/DigestApiClient.js.map +1 -0
  23. package/distr/Common/CandyApiClient/DigestApiClient/Fakes/Data/TaxRebate1152026.js +89 -0
  24. package/distr/Common/CandyApiClient/DigestApiClient/Fakes/Data/TaxRebate1152026.js.map +1 -0
  25. package/distr/Common/CandyApiClient/DigestApiClient/Fakes/FakeDigestApiClient.js +42 -0
  26. package/distr/Common/CandyApiClient/DigestApiClient/Fakes/FakeDigestApiClient.js.map +1 -0
  27. package/distr/Common/CandyApiClient/DigestApiClient/Fakes/FakePicklists.js +9 -0
  28. package/distr/Common/CandyApiClient/DigestApiClient/Fakes/FakePicklists.js.map +1 -0
  29. package/distr/Common/CandyApiClient/DigestApiClient/IDigestApiClient.js +6 -0
  30. package/distr/Common/CandyApiClient/DigestApiClient/IDigestApiClient.js.map +1 -0
  31. package/distr/Common/CandyApiClient/DigestApiClient/React/DigestApiClientContext.js +18 -0
  32. package/distr/Common/CandyApiClient/DigestApiClient/React/DigestApiClientContext.js.map +1 -0
  33. package/distr/Common/CandyApiClient/DigestApiClient/TestDigestApiClient.js +15 -0
  34. package/distr/Common/CandyApiClient/DigestApiClient/TestDigestApiClient.js.map +1 -0
  35. package/distr/Common/CandyApiClient/DigestApiClient/Types/DigestQueryFilter.js +19 -0
  36. package/distr/Common/CandyApiClient/DigestApiClient/Types/DigestQueryFilter.js.map +1 -0
  37. package/distr/Common/CandyApiClient/DigestApiClient/Types/DigestRequest.js +6 -0
  38. package/distr/Common/CandyApiClient/DigestApiClient/Types/DigestRequest.js.map +1 -0
  39. package/distr/Common/CandyApiClient/FakeCandyApiClient.js +248 -0
  40. package/distr/Common/CandyApiClient/FakeCandyApiClient.js.map +1 -0
  41. package/distr/Common/CandyApiClient/ICandyApiClient.js +6 -0
  42. package/distr/Common/CandyApiClient/ICandyApiClient.js.map +1 -0
  43. package/distr/Common/CandyApiClient/IsBuffer.js +15 -0
  44. package/distr/Common/CandyApiClient/IsBuffer.js.map +1 -0
  45. package/distr/Common/CandyApiClient/Types/Attachments/Attacments.js +6 -0
  46. package/distr/Common/CandyApiClient/Types/Attachments/Attacments.js.map +1 -0
  47. package/distr/Common/CandyApiClient/Types/Attachments/GetAttachmentsResponse.js +6 -0
  48. package/distr/Common/CandyApiClient/Types/Attachments/GetAttachmentsResponse.js.map +1 -0
  49. package/distr/Common/CandyApiClient/Types/ChangeSet/ServerChangeSet.js +6 -0
  50. package/distr/Common/CandyApiClient/Types/ChangeSet/ServerChangeSet.js.map +1 -0
  51. package/distr/Common/CandyApiClient/Types/CreateDraft/CreateDraftResponse.js +6 -0
  52. package/distr/Common/CandyApiClient/Types/CreateDraft/CreateDraftResponse.js.map +1 -0
  53. package/distr/Common/CandyApiClient/Types/DiagResourcesResponse.js +6 -0
  54. package/distr/Common/CandyApiClient/Types/DiagResourcesResponse.js.map +1 -0
  55. package/distr/Common/CandyApiClient/Types/DraftActions/CombineFufResult.js +24 -0
  56. package/distr/Common/CandyApiClient/Types/DraftActions/CombineFufResult.js.map +1 -0
  57. package/distr/Common/CandyApiClient/Types/DraftActions/ConvertDraftRequest.js +6 -0
  58. package/distr/Common/CandyApiClient/Types/DraftActions/ConvertDraftRequest.js.map +1 -0
  59. package/distr/Common/CandyApiClient/Types/DraftActions/FileProperties.js +6 -0
  60. package/distr/Common/CandyApiClient/Types/DraftActions/FileProperties.js.map +1 -0
  61. package/distr/Common/CandyApiClient/Types/DraftActions/FufSizeTooLargeError.js +9 -0
  62. package/distr/Common/CandyApiClient/Types/DraftActions/FufSizeTooLargeError.js.map +1 -0
  63. package/distr/Common/CandyApiClient/Types/DraftFullId.js +6 -0
  64. package/distr/Common/CandyApiClient/Types/DraftFullId.js.map +1 -0
  65. package/distr/Common/CandyApiClient/Types/ErrorLog/CandyPopdProtocol.js +12 -0
  66. package/distr/Common/CandyApiClient/Types/ErrorLog/CandyPopdProtocol.js.map +1 -0
  67. package/distr/Common/CandyApiClient/Types/ErrorLog/ResolveInnerPathRequest.js +6 -0
  68. package/distr/Common/CandyApiClient/Types/ErrorLog/ResolveInnerPathRequest.js.map +1 -0
  69. package/distr/Common/CandyApiClient/Types/ErrorLog/ResolvePathResponse.js +6 -0
  70. package/distr/Common/CandyApiClient/Types/ErrorLog/ResolvePathResponse.js.map +1 -0
  71. package/distr/Common/CandyApiClient/Types/ErrorLog/ServerErrorLog.js +17 -0
  72. package/distr/Common/CandyApiClient/Types/ErrorLog/ServerErrorLog.js.map +1 -0
  73. package/distr/Common/CandyApiClient/Types/ExplanatoryNote/CreateExplanatoryNoteResponse.js +13 -0
  74. package/distr/Common/CandyApiClient/Types/ExplanatoryNote/CreateExplanatoryNoteResponse.js.map +1 -0
  75. package/distr/Common/CandyApiClient/Types/FeatureFlags/FeatureFlagsResponse.js +6 -0
  76. package/distr/Common/CandyApiClient/Types/FeatureFlags/FeatureFlagsResponse.js.map +1 -0
  77. package/distr/Common/CandyApiClient/Types/Focus/FocusServerResponse.js +6 -0
  78. package/distr/Common/CandyApiClient/Types/Focus/FocusServerResponse.js.map +1 -0
  79. package/distr/Common/CandyApiClient/Types/Focus/FocusTypes.js +15 -0
  80. package/distr/Common/CandyApiClient/Types/Focus/FocusTypes.js.map +1 -0
  81. package/distr/Common/CandyApiClient/Types/GetInner/ServerInnerResponse.js +6 -0
  82. package/distr/Common/CandyApiClient/Types/GetInner/ServerInnerResponse.js.map +1 -0
  83. package/distr/Common/CandyApiClient/Types/GetInner/ServerRawResponse.js +9 -0
  84. package/distr/Common/CandyApiClient/Types/GetInner/ServerRawResponse.js.map +1 -0
  85. package/distr/Common/CandyApiClient/Types/GetInner/ServerRequisitesResponse.js +6 -0
  86. package/distr/Common/CandyApiClient/Types/GetInner/ServerRequisitesResponse.js.map +1 -0
  87. package/distr/Common/CandyApiClient/Types/Guid.js +6 -0
  88. package/distr/Common/CandyApiClient/Types/Guid.js.map +1 -0
  89. package/distr/Common/CandyApiClient/Types/InstancesDeleting/InstancesDeletingRule.js +6 -0
  90. package/distr/Common/CandyApiClient/Types/InstancesDeleting/InstancesDeletingRule.js.map +1 -0
  91. package/distr/Common/CandyApiClient/Types/MassActions/MassActionParameters.js +6 -0
  92. package/distr/Common/CandyApiClient/Types/MassActions/MassActionParameters.js.map +1 -0
  93. package/distr/Common/CandyApiClient/Types/MassActions/ValueForInstancesSettingRule.js +6 -0
  94. package/distr/Common/CandyApiClient/Types/MassActions/ValueForInstancesSettingRule.js.map +1 -0
  95. package/distr/Common/CandyApiClient/Types/Presentations/DraftPresentationType.js +24 -0
  96. package/distr/Common/CandyApiClient/Types/Presentations/DraftPresentationType.js.map +1 -0
  97. package/distr/Common/CandyApiClient/Types/Presentations/PresentationContent.js +6 -0
  98. package/distr/Common/CandyApiClient/Types/Presentations/PresentationContent.js.map +1 -0
  99. package/distr/Common/CandyApiClient/Types/Print/PrintResponse.js +6 -0
  100. package/distr/Common/CandyApiClient/Types/Print/PrintResponse.js.map +1 -0
  101. package/distr/Common/CandyApiClient/Types/Print/PrintType.js +12 -0
  102. package/distr/Common/CandyApiClient/Types/Print/PrintType.js.map +1 -0
  103. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/AndExpression.js +15 -0
  104. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/AndExpression.js.map +1 -0
  105. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/CompareExpression.js +19 -0
  106. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/CompareExpression.js.map +1 -0
  107. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/CountCallExpression.js +15 -0
  108. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/CountCallExpression.js.map +1 -0
  109. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/DecimalConstantExpression.js +15 -0
  110. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/DecimalConstantExpression.js.map +1 -0
  111. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/InstanceIdCallExpression.js +13 -0
  112. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/InstanceIdCallExpression.js.map +1 -0
  113. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/NotExpression.js +15 -0
  114. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/NotExpression.js.map +1 -0
  115. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/OrExpression.js +15 -0
  116. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/OrExpression.js.map +1 -0
  117. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/StringConstantExpression.js +15 -0
  118. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/StringConstantExpression.js.map +1 -0
  119. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/StringMatchExpression.js +21 -0
  120. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/StringMatchExpression.js.map +1 -0
  121. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/SumCallExpression.js +15 -0
  122. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/SumCallExpression.js.map +1 -0
  123. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/TernaryExpression.js +19 -0
  124. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/TernaryExpression.js.map +1 -0
  125. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/ValueReferenceExpression.js +15 -0
  126. package/distr/Common/CandyApiClient/Types/QueryCollecton/Expressions/ValueReferenceExpression.js.map +1 -0
  127. package/distr/Common/CandyApiClient/Types/QueryCollecton/InnerQueryExpression.js +6 -0
  128. package/distr/Common/CandyApiClient/Types/QueryCollecton/InnerQueryExpression.js.map +1 -0
  129. package/distr/Common/CandyApiClient/Types/QueryCollecton/InnerQueryRequest.js +26 -0
  130. package/distr/Common/CandyApiClient/Types/QueryCollecton/InnerQueryRequest.js.map +1 -0
  131. package/distr/Common/CandyApiClient/Types/QueryCollecton/InnerQueryResponse.js +6 -0
  132. package/distr/Common/CandyApiClient/Types/QueryCollecton/InnerQueryResponse.js.map +1 -0
  133. package/distr/Common/CandyApiClient/Types/QueryCollecton/SelectClause.js +16 -0
  134. package/distr/Common/CandyApiClient/Types/QueryCollecton/SelectClause.js.map +1 -0
  135. package/distr/Common/CandyApiClient/Types/QueryCollecton/SortingRule.js +16 -0
  136. package/distr/Common/CandyApiClient/Types/QueryCollecton/SortingRule.js.map +1 -0
  137. package/distr/Common/CandyApiClient/Types/Staff/EmployeeInfo.js +6 -0
  138. package/distr/Common/CandyApiClient/Types/Staff/EmployeeInfo.js.map +1 -0
  139. package/distr/Common/CandyApiClient/Types/Staff/ImportEmployeesOptions.js +6 -0
  140. package/distr/Common/CandyApiClient/Types/Staff/ImportEmployeesOptions.js.map +1 -0
  141. package/distr/Common/CandyApiClient/Types/Staff/ImportEmployeesRequest.js +6 -0
  142. package/distr/Common/CandyApiClient/Types/Staff/ImportEmployeesRequest.js.map +1 -0
  143. package/distr/Common/CandyApiClient/Types/Staff/StaffInfo.js +6 -0
  144. package/distr/Common/CandyApiClient/Types/Staff/StaffInfo.js.map +1 -0
  145. package/distr/Common/CandyApiClient/Types/Tasks/GetTasksServerResponse.js +6 -0
  146. package/distr/Common/CandyApiClient/Types/Tasks/GetTasksServerResponse.js.map +1 -0
  147. package/distr/Common/CandyApiClient/Types/Tasks/Tasks.js +14 -0
  148. package/distr/Common/CandyApiClient/Types/Tasks/Tasks.js.map +1 -0
  149. package/distr/Common/CollectionUtils.js +15 -0
  150. package/distr/Common/CollectionUtils.js.map +1 -0
  151. package/distr/Common/CommonConstants/SectionNames.js +11 -0
  152. package/distr/Common/CommonConstants/SectionNames.js.map +1 -0
  153. package/distr/Common/Comparers.js +63 -0
  154. package/distr/Common/Comparers.js.map +1 -0
  155. package/distr/Common/EmotionStorybookWorkaroundViaAliases.js +22 -0
  156. package/distr/Common/EmotionStorybookWorkaroundViaAliases.js.map +1 -0
  157. package/distr/Common/EndPoints.js +16 -0
  158. package/distr/Common/EndPoints.js.map +1 -0
  159. package/distr/Common/Enums/ButtonSettingsTypeEnum.js +12 -0
  160. package/distr/Common/Enums/ButtonSettingsTypeEnum.js.map +1 -0
  161. package/distr/Common/Errors.js +44 -0
  162. package/distr/Common/Errors.js.map +1 -0
  163. package/distr/Common/ExtractGFVPath/ExtractGFVPath.js +31 -0
  164. package/distr/Common/ExtractGFVPath/ExtractGFVPath.js.map +1 -0
  165. package/distr/Common/FSPrinterClient/FSPrinterClient.js +153 -0
  166. package/distr/Common/FSPrinterClient/FSPrinterClient.js.map +1 -0
  167. package/distr/Common/FSPrinterClient/FakeFSPrinterClient.js +19 -0
  168. package/distr/Common/FSPrinterClient/FakeFSPrinterClient.js.map +1 -0
  169. package/distr/Common/FSPrinterClient/IFSPrinterClient.js +39 -0
  170. package/distr/Common/FSPrinterClient/IFSPrinterClient.js.map +1 -0
  171. package/distr/Common/FormActionHandlers/ContextualActionNames.js +14 -0
  172. package/distr/Common/FormActionHandlers/ContextualActionNames.js.map +1 -0
  173. package/distr/Common/FormActionHandlers/ControlNamedContextualAction.js +6 -0
  174. package/distr/Common/FormActionHandlers/ControlNamedContextualAction.js.map +1 -0
  175. package/distr/Common/FormPathUtils.js +21 -0
  176. package/distr/Common/FormPathUtils.js.map +1 -0
  177. package/distr/Common/Funcs.js +11 -0
  178. package/distr/Common/Funcs.js.map +1 -0
  179. package/distr/Common/GFV.js +6 -0
  180. package/distr/Common/GFV.js.map +1 -0
  181. package/distr/Common/GetRngSchemaFileExtension.js +26 -0
  182. package/distr/Common/GetRngSchemaFileExtension.js.map +1 -0
  183. package/distr/Common/Hooks/UseLocalStorage.js +35 -0
  184. package/distr/Common/Hooks/UseLocalStorage.js.map +1 -0
  185. package/distr/Common/HttpClient/AuthenticationMode.js +31 -0
  186. package/distr/Common/HttpClient/AuthenticationMode.js.map +1 -0
  187. package/distr/Common/HttpClient/FetchImplementation/BrowserFetchWithOptionalPolyfill.js +9 -0
  188. package/distr/Common/HttpClient/FetchImplementation/BrowserFetchWithOptionalPolyfill.js.map +1 -0
  189. package/distr/Common/HttpClient/FetchImplementation/BrowserFetchWithPolyfill.js +9 -0
  190. package/distr/Common/HttpClient/FetchImplementation/BrowserFetchWithPolyfill.js.map +1 -0
  191. package/distr/Common/HttpClient/FetchImplementation/Fetch.js +6 -0
  192. package/distr/Common/HttpClient/FetchImplementation/Fetch.js.map +1 -0
  193. package/distr/Common/HttpClient/FetchImplementation/NativeBrowserFetch.js +8 -0
  194. package/distr/Common/HttpClient/FetchImplementation/NativeBrowserFetch.js.map +1 -0
  195. package/distr/Common/HttpClient/FetchImplementation/NodeFetch.js +36 -0
  196. package/distr/Common/HttpClient/FetchImplementation/NodeFetch.js.map +1 -0
  197. package/distr/Common/HttpClient/HttpClient.js +313 -0
  198. package/distr/Common/HttpClient/HttpClient.js.map +1 -0
  199. package/distr/Common/HttpClient/HttpClientAuthenticationProvider.js +6 -0
  200. package/distr/Common/HttpClient/HttpClientAuthenticationProvider.js.map +1 -0
  201. package/distr/Common/HttpClient/IHttpClient.js +6 -0
  202. package/distr/Common/HttpClient/IHttpClient.js.map +1 -0
  203. package/distr/Common/IndentString.js +16 -0
  204. package/distr/Common/IndentString.js.map +1 -0
  205. package/distr/Common/IntRangeUtils.js +32 -0
  206. package/distr/Common/IntRangeUtils.js.map +1 -0
  207. package/distr/Common/IterableUtils.js +288 -0
  208. package/distr/Common/IterableUtils.js.map +1 -0
  209. package/distr/Common/KCLangRuntimeUtils.js +266 -0
  210. package/distr/Common/KCLangRuntimeUtils.js.map +1 -0
  211. package/distr/Common/ModelPath/AbsoluteModelFieldPath.js +55 -0
  212. package/distr/Common/ModelPath/AbsoluteModelFieldPath.js.map +1 -0
  213. package/distr/Common/ModelPath/BuildIterationSequence.js +41 -0
  214. package/distr/Common/ModelPath/BuildIterationSequence.js.map +1 -0
  215. package/distr/Common/ModelPath/EachCurrentCollision.js +12 -0
  216. package/distr/Common/ModelPath/EachCurrentCollision.js.map +1 -0
  217. package/distr/Common/ModelPath/IEquatable.js +6 -0
  218. package/distr/Common/ModelPath/IEquatable.js.map +1 -0
  219. package/distr/Common/ModelPath/Map/AbsoluteModelPathMap.js +23 -0
  220. package/distr/Common/ModelPath/Map/AbsoluteModelPathMap.js.map +1 -0
  221. package/distr/Common/ModelPath/Map/Map2.js +99 -0
  222. package/distr/Common/ModelPath/Map/Map2.js.map +1 -0
  223. package/distr/Common/ModelPath/Map/ModelPathMap.js +23 -0
  224. package/distr/Common/ModelPath/Map/ModelPathMap.js.map +1 -0
  225. package/distr/Common/ModelPath/ModelPath.js +476 -0
  226. package/distr/Common/ModelPath/ModelPath.js.map +1 -0
  227. package/distr/Common/ModelPath/ModelPathBuilder.js +42 -0
  228. package/distr/Common/ModelPath/ModelPathBuilder.js.map +1 -0
  229. package/distr/Common/ModelPath/ModelPathHelper.js +34 -0
  230. package/distr/Common/ModelPath/ModelPathHelper.js.map +1 -0
  231. package/distr/Common/ModelPath/PathMatcher.js +95 -0
  232. package/distr/Common/ModelPath/PathMatcher.js.map +1 -0
  233. package/distr/Common/ModelPath/PathSplitHelper.js +21 -0
  234. package/distr/Common/ModelPath/PathSplitHelper.js.map +1 -0
  235. package/distr/Common/ModelPath/Set/AbsoluteModelPathSet.js +31 -0
  236. package/distr/Common/ModelPath/Set/AbsoluteModelPathSet.js.map +1 -0
  237. package/distr/Common/ModelPath/Set/AbsoluteResolvedModelPathSet.js +31 -0
  238. package/distr/Common/ModelPath/Set/AbsoluteResolvedModelPathSet.js.map +1 -0
  239. package/distr/Common/ModelPath/Set/ModelPathSet.js +31 -0
  240. package/distr/Common/ModelPath/Set/ModelPathSet.js.map +1 -0
  241. package/distr/Common/ModelPath/Set/Set2.js +59 -0
  242. package/distr/Common/ModelPath/Set/Set2.js.map +1 -0
  243. package/distr/Common/NidusClient/ContextualNidusClient/ContextualNidusClient.js +33 -0
  244. package/distr/Common/NidusClient/ContextualNidusClient/ContextualNidusClient.js.map +1 -0
  245. package/distr/Common/NidusClient/ContextualNidusClient/IContextualNidusClient.js +6 -0
  246. package/distr/Common/NidusClient/ContextualNidusClient/IContextualNidusClient.js.map +1 -0
  247. package/distr/Common/NidusClient/Fakes/CreateUniqueNidusEntryId.js +11 -0
  248. package/distr/Common/NidusClient/Fakes/CreateUniqueNidusEntryId.js.map +1 -0
  249. package/distr/Common/NidusClient/Fakes/FakeNidusClient.js +66 -0
  250. package/distr/Common/NidusClient/Fakes/FakeNidusClient.js.map +1 -0
  251. package/distr/Common/NidusClient/Fakes/LocalStorageBasedNidusClient.js +108 -0
  252. package/distr/Common/NidusClient/Fakes/LocalStorageBasedNidusClient.js.map +1 -0
  253. package/distr/Common/NidusClient/INidusClient.js +14 -0
  254. package/distr/Common/NidusClient/INidusClient.js.map +1 -0
  255. package/distr/Common/NidusClient/NidusClientContext.js +34 -0
  256. package/distr/Common/NidusClient/NidusClientContext.js.map +1 -0
  257. package/distr/Common/NidusClient/NidusClientImpl.js +55 -0
  258. package/distr/Common/NidusClient/NidusClientImpl.js.map +1 -0
  259. package/distr/Common/PathConstants.js +11 -0
  260. package/distr/Common/PathConstants.js.map +1 -0
  261. package/distr/Common/PicklistApiClient/IPicklistApiClient.js +6 -0
  262. package/distr/Common/PicklistApiClient/IPicklistApiClient.js.map +1 -0
  263. package/distr/Common/PicklistApiClient/PicklistApiClient.js +31 -0
  264. package/distr/Common/PicklistApiClient/PicklistApiClient.js.map +1 -0
  265. package/distr/Common/PicklistApiClient/PicklistRequestV2Builder.js +36 -0
  266. package/distr/Common/PicklistApiClient/PicklistRequestV2Builder.js.map +1 -0
  267. package/distr/Common/PicklistApiClient/Serializers/DigestFilterColumnSerializer.js +53 -0
  268. package/distr/Common/PicklistApiClient/Serializers/DigestFilterColumnSerializer.js.map +1 -0
  269. package/distr/Common/PicklistApiClient/Serializers/DigestLogicalFilterSerializer.js +37 -0
  270. package/distr/Common/PicklistApiClient/Serializers/DigestLogicalFilterSerializer.js.map +1 -0
  271. package/distr/Common/PicklistApiClient/Types/PicklistRequestV2.js +6 -0
  272. package/distr/Common/PicklistApiClient/Types/PicklistRequestV2.js.map +1 -0
  273. package/distr/Common/PicklistApiClient/Types/PicklistResultV2.js +6 -0
  274. package/distr/Common/PicklistApiClient/Types/PicklistResultV2.js.map +1 -0
  275. package/distr/Common/RngSchemeTypes/types.js +6 -0
  276. package/distr/Common/RngSchemeTypes/types.js.map +1 -0
  277. package/distr/Common/StringArrayKey.js +26 -0
  278. package/distr/Common/StringArrayKey.js.map +1 -0
  279. package/distr/Common/TextExtractor/TextExtractorTypes.js +6 -0
  280. package/distr/Common/TextExtractor/TextExtractorTypes.js.map +1 -0
  281. package/distr/Common/TypingUtils.js +118 -0
  282. package/distr/Common/TypingUtils.js.map +1 -0
  283. package/distr/Common/UUID.js +14 -0
  284. package/distr/Common/UUID.js.map +1 -0
  285. package/distr/Common/UseAsyncEffect.js +20 -0
  286. package/distr/Common/UseAsyncEffect.js.map +1 -0
  287. package/distr/Common/UseShowOnce.js +60 -0
  288. package/distr/Common/UseShowOnce.js.map +1 -0
  289. package/distr/Common/UseTypedSelector.js +10 -0
  290. package/distr/Common/UseTypedSelector.js.map +1 -0
  291. package/distr/Common/WellKnownDirectories.js +14 -0
  292. package/distr/Common/WellKnownDirectories.js.map +1 -0
  293. package/distr/Common/hashUtils.js +14 -0
  294. package/distr/Common/hashUtils.js.map +1 -0
  295. package/distr/Tools/src/BuildTasks/ClientJS/BuildClientJsTask.js +77 -0
  296. package/distr/Tools/src/BuildTasks/ClientJS/BuildClientJsTask.js.map +1 -0
  297. package/distr/Tools/src/BuildTasks/ClientJS/IsWebpack5.js +14 -0
  298. package/distr/Tools/src/BuildTasks/ClientJS/IsWebpack5.js.map +1 -0
  299. package/distr/Tools/src/BuildTasks/Engine/AcquireFormEngine.js +22 -0
  300. package/distr/Tools/src/BuildTasks/Engine/AcquireFormEngine.js.map +1 -0
  301. package/distr/Tools/src/BuildTasks/Engine/AcquirePublishedEngineTask.js +88 -0
  302. package/distr/Tools/src/BuildTasks/Engine/AcquirePublishedEngineTask.js.map +1 -0
  303. package/distr/Tools/src/BuildTasks/Engine/BuildLocalEngineTask.js +82 -0
  304. package/distr/Tools/src/BuildTasks/Engine/BuildLocalEngineTask.js.map +1 -0
  305. package/distr/Tools/src/BuildTasks/Engine/EngineSource.js +10 -0
  306. package/distr/Tools/src/BuildTasks/Engine/EngineSource.js.map +1 -0
  307. package/distr/Tools/src/BuildTasks/EngineStructureUtils.js +42 -0
  308. package/distr/Tools/src/BuildTasks/EngineStructureUtils.js.map +1 -0
  309. package/distr/Tools/src/BuildTasks/EngineVersionUtils.js +30 -0
  310. package/distr/Tools/src/BuildTasks/EngineVersionUtils.js.map +1 -0
  311. package/distr/Tools/src/BuildTasks/FSTask.js +67 -0
  312. package/distr/Tools/src/BuildTasks/FSTask.js.map +1 -0
  313. package/distr/Tools/src/BuildTasks/Form/CompileForm.js +52 -0
  314. package/distr/Tools/src/BuildTasks/Form/CompileForm.js.map +1 -0
  315. package/distr/Tools/src/BuildTasks/Form/GenerateForm.js +44 -0
  316. package/distr/Tools/src/BuildTasks/Form/GenerateForm.js.map +1 -0
  317. package/distr/Tools/src/BuildTasks/Form/NullFormGenerator.js +37 -0
  318. package/distr/Tools/src/BuildTasks/Form/NullFormGenerator.js.map +1 -0
  319. package/distr/Tools/src/BuildTasks/Form/WriteAttachmentPathFiles.js +25 -0
  320. package/distr/Tools/src/BuildTasks/Form/WriteAttachmentPathFiles.js.map +1 -0
  321. package/distr/Tools/src/BuildTasks/Form/WriteFLangNormalizationFiles.js +31 -0
  322. package/distr/Tools/src/BuildTasks/Form/WriteFLangNormalizationFiles.js.map +1 -0
  323. package/distr/Tools/src/BuildTasks/Generator/AcquireFormGenerator.js +27 -0
  324. package/distr/Tools/src/BuildTasks/Generator/AcquireFormGenerator.js.map +1 -0
  325. package/distr/Tools/src/BuildTasks/Generator/AcquirePublishedGeneratorTask.js +95 -0
  326. package/distr/Tools/src/BuildTasks/Generator/AcquirePublishedGeneratorTask.js.map +1 -0
  327. package/distr/Tools/src/BuildTasks/Generator/BuildGeneratorFromSourcesTask.js +126 -0
  328. package/distr/Tools/src/BuildTasks/Generator/BuildGeneratorFromSourcesTask.js.map +1 -0
  329. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/CreateAsyncGenerator.js +174 -0
  330. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/CreateAsyncGenerator.js.map +1 -0
  331. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/GeneratorRequireUtils.js +121 -0
  332. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/GeneratorRequireUtils.js.map +1 -0
  333. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/ProcessSugarWorker.js +45 -0
  334. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/ProcessSugarWorker.js.map +1 -0
  335. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/ReadSourcesAndProcessSugarWorker.js +52 -0
  336. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/ReadSourcesAndProcessSugarWorker.js.map +1 -0
  337. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/RequireUncached.js +49 -0
  338. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/RequireUncached.js.map +1 -0
  339. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/TypedProcessWorker.js +19 -0
  340. package/distr/Tools/src/BuildTasks/Generator/GeneratorWorker/TypedProcessWorker.js.map +1 -0
  341. package/distr/Tools/src/BuildTasks/ProcessUtils/ProcessUtils.js +64 -0
  342. package/distr/Tools/src/BuildTasks/ProcessUtils/ProcessUtils.js.map +1 -0
  343. package/distr/Tools/src/BuildTasks/ProcessUtils/ShellProcessHandle.js +84 -0
  344. package/distr/Tools/src/BuildTasks/ProcessUtils/ShellProcessHandle.js.map +1 -0
  345. package/distr/Tools/src/BuildTasks/PublishedVersionUtils.js +174 -0
  346. package/distr/Tools/src/BuildTasks/PublishedVersionUtils.js.map +1 -0
  347. package/distr/Tools/src/BuildTasks/ReadFormSource.js +112 -0
  348. package/distr/Tools/src/BuildTasks/ReadFormSource.js.map +1 -0
  349. package/distr/Tools/src/BuildTasks/ResolveFormInfo.js +107 -0
  350. package/distr/Tools/src/BuildTasks/ResolveFormInfo.js.map +1 -0
  351. package/distr/Tools/src/BuildTasks/Version.js +41 -0
  352. package/distr/Tools/src/BuildTasks/Version.js.map +1 -0
  353. package/distr/Tools/src/BuildTasks/WriteFormMeta.js +27 -0
  354. package/distr/Tools/src/BuildTasks/WriteFormMeta.js.map +1 -0
  355. package/distr/Tools/src/CLICommands/BuildForms/BuildCacheMode.js +28 -0
  356. package/distr/Tools/src/CLICommands/BuildForms/BuildCacheMode.js.map +1 -0
  357. package/distr/Tools/src/CLICommands/BuildForms/BuildFormsOptions.js +169 -0
  358. package/distr/Tools/src/CLICommands/BuildForms/BuildFormsOptions.js.map +1 -0
  359. package/distr/Tools/src/CLICommands/BuildForms/ClearSourceMapForProduction.js +24 -0
  360. package/distr/Tools/src/CLICommands/BuildForms/ClearSourceMapForProduction.js.map +1 -0
  361. package/distr/Tools/src/CLICommands/BuildForms/RunBuildForms.js +234 -0
  362. package/distr/Tools/src/CLICommands/BuildForms/RunBuildForms.js.map +1 -0
  363. package/distr/Tools/src/CLICommands/BuildServer/BuildLogsWebsocketController.js +36 -0
  364. package/distr/Tools/src/CLICommands/BuildServer/BuildLogsWebsocketController.js.map +1 -0
  365. package/distr/Tools/src/CLICommands/BuildServer/BuildServerServerOptions.js +112 -0
  366. package/distr/Tools/src/CLICommands/BuildServer/BuildServerServerOptions.js.map +1 -0
  367. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerBackendResourcesController.js +158 -0
  368. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerBackendResourcesController.js.map +1 -0
  369. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerBackendResourcesUpdatesController.js +94 -0
  370. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerBackendResourcesUpdatesController.js.map +1 -0
  371. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerBuildFormsController.js +129 -0
  372. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerBuildFormsController.js.map +1 -0
  373. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerCandyWidgetController.js +45 -0
  374. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerCandyWidgetController.js.map +1 -0
  375. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerClientJsController.js +76 -0
  376. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerClientJsController.js.map +1 -0
  377. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerClientJsFromResourcesController.js +67 -0
  378. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerClientJsFromResourcesController.js.map +1 -0
  379. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerFormInfoController.js +65 -0
  380. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerFormInfoController.js.map +1 -0
  381. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerLocalSourcesEngineController.js +117 -0
  382. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerLocalSourcesEngineController.js.map +1 -0
  383. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerPrebuiltResourcesController.js +22 -0
  384. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerPrebuiltResourcesController.js.map +1 -0
  385. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerPublishedEngineController.js +96 -0
  386. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/BuildServerPublishedEngineController.js.map +1 -0
  387. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/BuildFormDevServer.js +231 -0
  388. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/BuildFormDevServer.js.map +1 -0
  389. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/CandyWidgetDevServer.js +70 -0
  390. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/CandyWidgetDevServer.js.map +1 -0
  391. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/ClientJsDevServer.js +57 -0
  392. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/ClientJsDevServer.js.map +1 -0
  393. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/EngineDevServer.js +67 -0
  394. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/EngineDevServer.js.map +1 -0
  395. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/ReportGeneratorErrorToPageBody.js +21 -0
  396. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/ReportGeneratorErrorToPageBody.js.map +1 -0
  397. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/RunFormCompilationViaWebpackDevServer.js +52 -0
  398. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/RunFormCompilationViaWebpackDevServer.js.map +1 -0
  399. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackDevServerWorker/WebpackDevServerWorker.js +80 -0
  400. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackDevServerWorker/WebpackDevServerWorker.js.map +1 -0
  401. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackDevServerWorker/WebpackDevServerWorkerFactory.js +31 -0
  402. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackDevServerWorker/WebpackDevServerWorkerFactory.js.map +1 -0
  403. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackInMemoryUtils/IInputFileSystem.js +6 -0
  404. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackInMemoryUtils/IInputFileSystem.js.map +1 -0
  405. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackInMemoryUtils/IWatchFileSystem.js +6 -0
  406. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackInMemoryUtils/IWatchFileSystem.js.map +1 -0
  407. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackInMemoryUtils/WebpackHybridFileSystem.js +184 -0
  408. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/DevServers/WebpackInMemoryUtils/WebpackHybridFileSystem.js.map +1 -0
  409. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/Directories/FarmDirectory.js +213 -0
  410. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/Directories/FarmDirectory.js.map +1 -0
  411. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/GlobToRegexp.js +28 -0
  412. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/GlobToRegexp.js.map +1 -0
  413. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/IGeneratedServerSideSourcesProvider.js +6 -0
  414. package/distr/Tools/src/CLICommands/BuildServer/ResourcesControllers/IGeneratedServerSideSourcesProvider.js.map +1 -0
  415. package/distr/Tools/src/CLICommands/BuildServer/RunBuildServer.js +110 -0
  416. package/distr/Tools/src/CLICommands/BuildServer/RunBuildServer.js.map +1 -0
  417. package/distr/Tools/src/CLICommands/BuildServer/StdStreamsIntercepter.js +50 -0
  418. package/distr/Tools/src/CLICommands/BuildServer/StdStreamsIntercepter.js.map +1 -0
  419. package/distr/Tools/src/CLICommands/CommonOptions/BuildDebugOnlyOption.js +19 -0
  420. package/distr/Tools/src/CLICommands/CommonOptions/BuildDebugOnlyOption.js.map +1 -0
  421. package/distr/Tools/src/CLICommands/CommonOptions/CommonOptionDefintions.js +30 -0
  422. package/distr/Tools/src/CLICommands/CommonOptions/CommonOptionDefintions.js.map +1 -0
  423. package/distr/Tools/src/CLICommands/CommonOptions/CommonOptions.js +6 -0
  424. package/distr/Tools/src/CLICommands/CommonOptions/CommonOptions.js.map +1 -0
  425. package/distr/Tools/src/CLICommands/DevBuild/DevBuildOptions.js +163 -0
  426. package/distr/Tools/src/CLICommands/DevBuild/DevBuildOptions.js.map +1 -0
  427. package/distr/Tools/src/CLICommands/DevBuild/RunDevBuild.js +112 -0
  428. package/distr/Tools/src/CLICommands/DevBuild/RunDevBuild.js.map +1 -0
  429. package/distr/Tools/src/CLICommands/FormStats/FormStatsOptions.js +34 -0
  430. package/distr/Tools/src/CLICommands/FormStats/FormStatsOptions.js.map +1 -0
  431. package/distr/Tools/src/CLICommands/FormStats/RunFormStats.js +50 -0
  432. package/distr/Tools/src/CLICommands/FormStats/RunFormStats.js.map +1 -0
  433. package/distr/Tools/src/CLICommands/FormsHelper/FormsHelperController.js +54 -0
  434. package/distr/Tools/src/CLICommands/FormsHelper/FormsHelperController.js.map +1 -0
  435. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/autocalc/{gfv}./320/232/320/241.candy.js.kclang +0 -0
  436. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/converters/{gfv}.AfterMerge.xslt +11 -0
  437. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/converters/{gfv}.BeforePreload.xslt +11 -0
  438. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/converters/{gfv}.fufPatcher.xslt +11 -0
  439. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/converters/{gfv}.outer.inner.json +1 -0
  440. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/fetchfunctions/{gfv}.fetchfunctions.js +2 -0
  441. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/fetchfunctions/{gfv}.fetchfunctions.js.map +1 -0
  442. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/form.json +12 -0
  443. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/helpers/addPril1.txt +6 -0
  444. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/presentations.json +8 -0
  445. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/schemas/{gfv}.0.rng.xml +20 -0
  446. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/sugar/index.sugar.xml +10 -0
  447. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/test/browser/Smoke.test.js +16 -0
  448. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/test/browser/Smoke.test.js.map +1 -0
  449. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/test/ui/DemoTest.test.js +23 -0
  450. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/test/ui/DemoTest.test.js.map +1 -0
  451. package/distr/Tools/src/CLICommands/InitForm/EmptyFormTemplate/validations/validations.KC.kclang +0 -0
  452. package/distr/Tools/src/CLICommands/InitForm/InitFormOptions.js +34 -0
  453. package/distr/Tools/src/CLICommands/InitForm/InitFormOptions.js.map +1 -0
  454. package/distr/Tools/src/CLICommands/InitForm/RunInitForm.js +117 -0
  455. package/distr/Tools/src/CLICommands/InitForm/RunInitForm.js.map +1 -0
  456. package/distr/Tools/src/CLICommands/Localization/LocalizationOptions.js +44 -0
  457. package/distr/Tools/src/CLICommands/Localization/LocalizationOptions.js.map +1 -0
  458. package/distr/Tools/src/CLICommands/Localization/RunLocalization.js +73 -0
  459. package/distr/Tools/src/CLICommands/Localization/RunLocalization.js.map +1 -0
  460. package/distr/Tools/src/CLICommands/RenameFiles/RenameFilesOptions.js +25 -0
  461. package/distr/Tools/src/CLICommands/RenameFiles/RenameFilesOptions.js.map +1 -0
  462. package/distr/Tools/src/CLICommands/RenameFiles/RunRenameFiles.js +38 -0
  463. package/distr/Tools/src/CLICommands/RenameFiles/RunRenameFiles.js.map +1 -0
  464. package/distr/Tools/src/CLICommands/SugarExtractor/ExtractTextsFromSugarController.js +36 -0
  465. package/distr/Tools/src/CLICommands/SugarExtractor/ExtractTextsFromSugarController.js.map +1 -0
  466. package/distr/Tools/src/CLICommands/SugarExtractor/Utils.js +50 -0
  467. package/distr/Tools/src/CLICommands/SugarExtractor/Utils.js.map +1 -0
  468. package/distr/Tools/src/CLICommands/UpgradeForm/RunUpgradeForm.js +144 -0
  469. package/distr/Tools/src/CLICommands/UpgradeForm/RunUpgradeForm.js.map +1 -0
  470. package/distr/Tools/src/CLICommands/UpgradeForm/UpgradeFormOptions.js +78 -0
  471. package/distr/Tools/src/CLICommands/UpgradeForm/UpgradeFormOptions.js.map +1 -0
  472. package/distr/Tools/src/CandyCLI.js +144 -0
  473. package/distr/Tools/src/CandyCLI.js.map +1 -0
  474. package/distr/Tools/src/CheckNodeJsVersion.js +32 -0
  475. package/distr/Tools/src/CheckNodeJsVersion.js.map +1 -0
  476. package/distr/Tools/src/Commons/ApiClient/ToolsApiClient.js +28 -0
  477. package/distr/Tools/src/Commons/ApiClient/ToolsApiClient.js.map +1 -0
  478. package/distr/Tools/src/Commons/ConsoleApplication/ConsoleApplication.js +93 -0
  479. package/distr/Tools/src/Commons/ConsoleApplication/ConsoleApplication.js.map +1 -0
  480. package/distr/Tools/src/Commons/ConsoleApplication/ConsoleApplicationContext.js +24 -0
  481. package/distr/Tools/src/Commons/ConsoleApplication/ConsoleApplicationContext.js.map +1 -0
  482. package/distr/Tools/src/Commons/ErrorUntyped.js +6 -0
  483. package/distr/Tools/src/Commons/ErrorUntyped.js.map +1 -0
  484. package/distr/Tools/src/Commons/EventObject.js +74 -0
  485. package/distr/Tools/src/Commons/EventObject.js.map +1 -0
  486. package/distr/Tools/src/Commons/ExecUtils.js +38 -0
  487. package/distr/Tools/src/Commons/ExecUtils.js.map +1 -0
  488. package/distr/Tools/src/Commons/ExtractGfvsFromFileName.js +21 -0
  489. package/distr/Tools/src/Commons/ExtractGfvsFromFileName.js.map +1 -0
  490. package/distr/Tools/src/Commons/FormGlobsUtils.js +137 -0
  491. package/distr/Tools/src/Commons/FormGlobsUtils.js.map +1 -0
  492. package/distr/Tools/src/Commons/FormLocationInfo.js +6 -0
  493. package/distr/Tools/src/Commons/FormLocationInfo.js.map +1 -0
  494. package/distr/Tools/src/Commons/FsUtils.js +35 -0
  495. package/distr/Tools/src/Commons/FsUtils.js.map +1 -0
  496. package/distr/Tools/src/Commons/GetCpuLimits.js +64 -0
  497. package/distr/Tools/src/Commons/GetCpuLimits.js.map +1 -0
  498. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Actions.js +38 -0
  499. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Actions.js.map +1 -0
  500. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Methods.js +57 -0
  501. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Methods.js.map +1 -0
  502. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/NotFoundWebError.js +15 -0
  503. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/NotFoundWebError.js.map +1 -0
  504. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/CookieParamParamBinder.js +18 -0
  505. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/CookieParamParamBinder.js.map +1 -0
  506. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/IParamBinder.js +6 -0
  507. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/IParamBinder.js.map +1 -0
  508. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/JsonBodyParamBinder.js +14 -0
  509. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/JsonBodyParamBinder.js.map +1 -0
  510. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/StringBodyParamBinder.js +17 -0
  511. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/StringBodyParamBinder.js.map +1 -0
  512. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/UrlParamBinder.js +22 -0
  513. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/UrlParamBinder.js.map +1 -0
  514. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/UrlQueryParamBinder.js +20 -0
  515. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/ParamBinders/UrlQueryParamBinder.js.map +1 -0
  516. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Params.js +46 -0
  517. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Params.js.map +1 -0
  518. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/CustomActionResultHandler.js +13 -0
  519. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/CustomActionResultHandler.js.map +1 -0
  520. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/CustomContentResultHandler.js +18 -0
  521. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/CustomContentResultHandler.js.map +1 -0
  522. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/EmptyResultHandler.js +13 -0
  523. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/EmptyResultHandler.js.map +1 -0
  524. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/HtmlResultHandler.js +13 -0
  525. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/HtmlResultHandler.js.map +1 -0
  526. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/IResultHandler.js +6 -0
  527. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/IResultHandler.js.map +1 -0
  528. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/JsonResultHandler.js +13 -0
  529. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/JsonResultHandler.js.map +1 -0
  530. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/PlainTextResultHandler.js +13 -0
  531. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/PlainTextResultHandler.js.map +1 -0
  532. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/StreamResultHandler.js +113 -0
  533. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results/StreamResultHandler.js.map +1 -0
  534. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results.js +24 -0
  535. package/distr/Tools/src/Commons/HttpServer/AttributeRouting/Results.js.map +1 -0
  536. package/distr/Tools/src/Commons/HttpServer/ExpressWrapper/ExpressServerWrapper.js +106 -0
  537. package/distr/Tools/src/Commons/HttpServer/ExpressWrapper/ExpressServerWrapper.js.map +1 -0
  538. package/distr/Tools/src/Commons/HttpServer/ExpressWrapper/SingletonController.js +22 -0
  539. package/distr/Tools/src/Commons/HttpServer/ExpressWrapper/SingletonController.js.map +1 -0
  540. package/distr/Tools/src/Commons/Locks/Lock.js +24 -0
  541. package/distr/Tools/src/Commons/Locks/Lock.js.map +1 -0
  542. package/distr/Tools/src/Commons/Locks/LockHandle.js +17 -0
  543. package/distr/Tools/src/Commons/Locks/LockHandle.js.map +1 -0
  544. package/distr/Tools/src/Commons/Locks/ReadWriteLockCollection.js +31 -0
  545. package/distr/Tools/src/Commons/Locks/ReadWriteLockCollection.js.map +1 -0
  546. package/distr/Tools/src/Commons/Logging/ELKLogger.js +56 -0
  547. package/distr/Tools/src/Commons/Logging/ELKLogger.js.map +1 -0
  548. package/distr/Tools/src/Commons/Logging/ILogger.js +25 -0
  549. package/distr/Tools/src/Commons/Logging/ILogger.js.map +1 -0
  550. package/distr/Tools/src/Commons/Logging/InMemoryLogger.js +61 -0
  551. package/distr/Tools/src/Commons/Logging/InMemoryLogger.js.map +1 -0
  552. package/distr/Tools/src/Commons/Logging/Logger.js +78 -0
  553. package/distr/Tools/src/Commons/Logging/Logger.js.map +1 -0
  554. package/distr/Tools/src/Commons/Logging/StaticLogger.js +37 -0
  555. package/distr/Tools/src/Commons/Logging/StaticLogger.js.map +1 -0
  556. package/distr/Tools/src/Commons/Options/CommandBasedOptionsParser.d.js +2 -0
  557. package/distr/Tools/src/Commons/Options/CommandBasedOptionsParser.d.js.map +1 -0
  558. package/distr/Tools/src/Commons/Options/CommandBasedOptionsParser.js +152 -0
  559. package/distr/Tools/src/Commons/Options/CommandBasedOptionsParser.js.map +1 -0
  560. package/distr/Tools/src/Commons/PathPattern.js +42 -0
  561. package/distr/Tools/src/Commons/PathPattern.js.map +1 -0
  562. package/distr/Tools/src/Commons/TasksCore/AggregatedError.js +16 -0
  563. package/distr/Tools/src/Commons/TasksCore/AggregatedError.js.map +1 -0
  564. package/distr/Tools/src/Commons/TasksCore/BuildTask.js +6 -0
  565. package/distr/Tools/src/Commons/TasksCore/BuildTask.js.map +1 -0
  566. package/distr/Tools/src/Commons/TasksCore/ChainableValueProducer.js +668 -0
  567. package/distr/Tools/src/Commons/TasksCore/ChainableValueProducer.js.map +1 -0
  568. package/distr/Tools/src/Commons/TasksCore/DirectoryEntriesProducer.js +77 -0
  569. package/distr/Tools/src/Commons/TasksCore/DirectoryEntriesProducer.js.map +1 -0
  570. package/distr/Tools/src/Commons/TasksCore/EmptyProducer.js +20 -0
  571. package/distr/Tools/src/Commons/TasksCore/EmptyProducer.js.map +1 -0
  572. package/distr/Tools/src/Commons/TasksCore/FileSystemEntriesProducer.js +48 -0
  573. package/distr/Tools/src/Commons/TasksCore/FileSystemEntriesProducer.js.map +1 -0
  574. package/distr/Tools/src/Commons/TasksCore/FileValueProducer.js +45 -0
  575. package/distr/Tools/src/Commons/TasksCore/FileValueProducer.js.map +1 -0
  576. package/distr/Tools/src/Commons/TasksCore/FixedDirectoryEntriesProducer.js +25 -0
  577. package/distr/Tools/src/Commons/TasksCore/FixedDirectoryEntriesProducer.js.map +1 -0
  578. package/distr/Tools/src/Commons/TasksCore/Observe.js +35 -0
  579. package/distr/Tools/src/Commons/TasksCore/Observe.js.map +1 -0
  580. package/distr/Tools/src/Commons/TasksCore/SingleValueProducer.js +29 -0
  581. package/distr/Tools/src/Commons/TasksCore/SingleValueProducer.js.map +1 -0
  582. package/distr/Tools/src/Commons/TimingUtils.js +13 -0
  583. package/distr/Tools/src/Commons/TimingUtils.js.map +1 -0
  584. package/distr/Tools/src/FormWebpackConfiguration/CacheAssetsPlugin.js +180 -0
  585. package/distr/Tools/src/FormWebpackConfiguration/CacheAssetsPlugin.js.map +1 -0
  586. package/distr/Tools/src/FormWebpackConfiguration/createFormWebpackConfiguration.js +145 -0
  587. package/distr/Tools/src/FormWebpackConfiguration/createFormWebpackConfiguration.js.map +1 -0
  588. package/distr/Tools/src/FormWebpackConfiguration/variables.less +132 -0
  589. package/distr/Tools/src/GenerateReadMe.js +54 -0
  590. package/distr/Tools/src/GenerateReadMe.js.map +1 -0
  591. package/distr/Tools/src/Keys/localhost-key.pem +116 -0
  592. package/distr/Tools/src/Keys/localhost.pem +35 -0
  593. package/distr/Tools/src/LocalServerFrontEndDist/enhancedClient.js +2 -0
  594. package/distr/Tools/src/LocalServerFrontEndDist/enhancedClient.js.LICENSE.txt +49 -0
  595. package/distr/Tools/src/LocalServerFrontEndDist/favicon-16x16.png +0 -0
  596. package/distr/Tools/src/LocalServerFrontEndDist/favicon-32x32.png +0 -0
  597. package/distr/Tools/src/LocalServerFrontEndDist/favicon.ico +0 -0
  598. package/distr/Tools/src/LocalServerFrontEndDist/index.html +1 -0
  599. package/distr/Tools/src/LocalServerFrontEndDist/index.js +3 -0
  600. package/distr/Tools/src/LocalServerFrontEndDist/index.js.LICENSE.txt +60 -0
  601. package/distr/Tools/src/LocalServerFrontEndDist/index.js.map +1 -0
  602. package/distr/Tools/src/Options/CandyToolOptions.js +20 -0
  603. package/distr/Tools/src/Options/CandyToolOptions.js.map +1 -0
  604. package/distr/Tools/src/ReadFarmConfig.js +18 -0
  605. package/distr/Tools/src/ReadFarmConfig.js.map +1 -0
  606. package/distr/Tools/src/SelfUpdate.js +121 -0
  607. package/distr/Tools/src/SelfUpdate.js.map +1 -0
  608. package/distr/Tools/src/StaticFilesForProductionResourcesDir/client.js +1722 -0
  609. package/distr/Tools/src/StaticFilesForProductionResourcesDir/client.js.LICENSE.txt +1 -0
  610. package/distr/Tools/src/StaticFilesForProductionResourcesDir/client.js.map +1 -0
  611. package/distr/Tools/src/StaticFilesForProductionResourcesDir/client.min.js +1076 -0
  612. package/distr/Tools/src/StaticFilesForProductionResourcesDir/client.min.js.map +1 -0
  613. package/distr/Tools/src/StaticFilesForProductionResourcesDir/jquery-1.11.3.min.js +3328 -0
  614. package/distr/Tools/src/StaticFilesForProductionResourcesDir/jquery-1.11.3.min.js.map +1 -0
  615. package/distr/Tools/src/StaticFilesForProductionResourcesDir/polyfill.min.js +6517 -0
  616. package/distr/Tools/src/StaticFilesForProductionResourcesDir/polyfill.min.js.map +1 -0
  617. package/distr/Tools/src/StaticFilesForProductionResourcesDir/testing.min.js +222 -0
  618. package/distr/Tools/src/StaticFilesForProductionResourcesDir/testing.min.js.map +1 -0
  619. package/distr/Tools/src/StaticFilesForResourcesDir/jquery-1.11.3.min.js +3328 -0
  620. package/distr/Tools/src/StaticFilesForResourcesDir/jquery-1.11.3.min.js.map +1 -0
  621. package/distr/Tools/src/StaticFilesForResourcesDir/polyfill.min.js +6517 -0
  622. package/distr/Tools/src/StaticFilesForResourcesDir/polyfill.min.js.map +1 -0
  623. package/distr/Tools/src/StaticFilesForResourcesDir/testing.min.js +222 -0
  624. package/distr/Tools/src/StaticFilesForResourcesDir/testing.min.js.map +1 -0
  625. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ /*! For license information please see enhancedClient.js.LICENSE.txt */
2
+ (function(){var __webpack_modules__={5996:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.isInstanceOf=t.isBrowser=t.setWindow=t.globalObject=void 0,t.globalObject="object"==typeof window&&window||"object"==typeof globalThis&&globalThis||"object"==typeof n.g&&n.g||Function("return this")(),t.setWindow=function(e){return t.globalObject=e},t.isBrowser=function(e){return"undefined"!=typeof window&&e===t.globalObject},t.isInstanceOf=function(e,t){return"function"==typeof t&&e instanceof t},o(n(4377),t)},4377:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},4999:function(e,t,n){"use strict";n.d(t,{y:function(){return he}});var r,o=n(1568),i=n(9932),a=n(6540),l=n(1658),u=n.n(l),s=n(4173);!function(e){e.ru_RU="ru_RU",e.en_GB="en_GB"}(r||(r={}));var c=r.ru_RU,d=a.createContext({locale:{},langCode:c});d.displayName="LocaleContext",d.__KONTUR_REACT_UI__="LocaleContext";var f,p,h,g,y,m,b,v,_,k,w,C,x,S,P,E,L,B,A,T,O,M,H,I,D,R,j=n(3697),F=n(1228),z=n(5996),N=n(2861),U=function(e,t){var n=this;this.interval=null,this.start=function(){n.animations.forEach((function(e){return e.start()})),n.interval=W((function(){n.animations.forEach((function(e){return e.step()}))}),n.FPS)},this.stop=function(){n.interval&&(n.interval.clear(),n.animations.forEach((function(e){return e.finish()})))},this.animations=e,this.FPS=t,this.start()},W=function(e,t){var n=0,r=!1,o=0;return function i(){if(!r){var a=(new Date).getTime();n||(n=a),a-n>t&&(e(),n=a),z.globalObject.requestAnimationFrame&&(o=z.globalObject.requestAnimationFrame(i))}}(),{clear:function(){r=!0,null==z.globalObject.cancelAnimationFrame||z.globalObject.cancelAnimationFrame(o)}}},G=function(e,t,n){var r=this;this.startTime=0,this.isFinished=!1,this.step=function(){if(!r.isFinished){var e=(new Date).getTime();r.startTime||(r.startTime=e);var t=(e-r.startTime)/r.duration;r.onProgress(t),t>=1&&r.finish()}},this.reset=function(){r.startTime=0,r.isFinished=!1},this.finish=function(){r.isFinished=!0,r.onFinish&&r.onFinish(r)},this.start=function(){r.isFinished||r.step()},this.duration=e,this.onProgress=t,this.onFinish=n},q=function(e,t,n,r,o){return void 0===o&&(o=""),new G(n,(function(n){r("stroke-dashoffset",""+(e+(t-e)*n)+o)}),(function(e){e.reset()}))},K=function(e,t,n,r,o){void 0===o&&(o="");var i=!1;return new G(n,(function(n){var a=i?1-n:n,l=[e[0]+(t[0]-e[0])*a,e[1]+(t[1]-e[1])*a];r("stroke-dasharray",""+l[0]+o+" "+l[1]+o)}),(function(e){i=!i,e.reset()}))},Y=function(e,t,n){var r=e.map((function(e){return N.y.create(e).rgb})),o=0,i=1;return new G(t,(function(e){var t=r[o],a=r[i];if(t&&a){var l=[Math.round(t[0]+(a[0]-t[0])*e),Math.round(t[1]+(a[1]-t[1])*e),Math.round(t[2]+(a[2]-t[2])*e)];n("stroke","rgb("+l+")")}}),(function(t){t.reset(),o=i,i=(i+1)%e.length}))},X=function(e,t,n,r,o){return void 0===o&&(o="deg"),new G(n,(function(n){var i=Math.round(e+(t-e)*n);r("transform","rotate("+i+o+")")}),(function(e){e.reset()}))},V=n(5606),$=void 0!==V&&void 0!==V.env,Q=function(){if("undefined"!=typeof REACT_UI_TEST&&Boolean(REACT_UI_TEST))return!0;if($)switch(!0){case Boolean(V.env.REACT_UI_TEST):case Boolean(V.env.REACT_APP_REACT_UI_TEST):case Boolean(V.env.STORYBOOK_REACT_UI_TEST):case Boolean(V.env.enableReactTesting):return!0}return!1}(),J=n(6885),Z=n(7764),ee=(0,J.SS)({root:function(){return(0,J.AH)(f||(f=(0,Z.A)(["\n display: inline-block;\n margin-left: -1px;\n margin-right: -1px;\n "])))},rootInline:function(){return(0,J.AH)(p||(p=(0,Z.A)(["\n margin-left: -0.0714285714285714em;\n margin-right: -0.0714285714285714em;\n "])))},icon:function(){return(0,J.AH)(h||(h=(0,Z.A)(["\n margin-bottom: -3px;\n border-radius: 50%;\n overflow: visible;\n "])))},iconInline:function(){return(0,J.AH)(g||(g=(0,Z.A)(["\n height: 1.1428571428571428em;\n width: 1.1428571428571428em;\n margin-bottom: -0.2428571428571428em;\n stroke-width: 0.10714285714285714em;\n "])))}}),te={big:{size:96,width:4,radius:32},normal:{size:48,width:2,radius:16},mini:{size:16,width:1.5,radius:6}},ne=function(e){var t,n,r=e.size,o=e.className,i=e.dimmed,l=e.inline,u=e.width,s=e.color,c=function(e){return"string"==typeof e&&e in te}(r)?te[r]:r,d=l?te.mini:c,f=a.useRef(null);if(F.lw&&!Q){var p=a.useRef(null),h=a.useContext(j.D),g=h.red,y=h.yellow,m=h.green,b=h.brand;a.useEffect((function(){var e=f.current,t=function(){var t;e&&(t=e.style).setProperty.apply(t,arguments)};return p.current=new U([q(0,-230,1e3,t,"%"),K([62,168],[187,43],2e3,t,"%"),X(0,360,2e3,t)].concat(i?[]:[Y([g,y,m,b],1500,t)]),1e3/60),function(){var t=p.current;t&&t.stop(),e&&e.removeAttribute("style")}}),[i,g,y,m,b])}return a.createElement("span",{className:(0,J.cx)(ee.root(),(t={},t[ee.rootInline()]=l,t))},a.createElement("svg",{viewBox:"0 0 "+d.size+" "+d.size,className:(0,J.cx)(ee.icon(),o,(n={},n[ee.iconInline()]=l,n)),width:d.size,height:d.size,fill:"none",stroke:s,strokeDasharray:10*d.radius/6+", "+27*d.radius/6,strokeDashoffset:"0",strokeWidth:u||d.width,ref:f,focusable:"false","aria-hidden":"true"},a.createElement("circle",{cx:d.size/2,cy:d.size/2,r:d.radius})))},re=n(5993),oe=n(8755),ie=n(3603),ae=n(7979),le=n(7507),ue=function(){return(0,J.i7)(y||(y=(0,Z.A)(["\n 0% { stroke-dashoffset: 231.25%; }\n 100% { stroke-dashoffset: 0%; }\n "])))},se=function(){return(0,J.i7)(m||(m=(0,Z.A)(["\n 0% { stroke-dasharray: 62.5%, 168.75%; }\n 50% { stroke-dasharray: 187.5%, 43.75%; }\n 100% { stroke-dasharray: 62.5%, 168.75%; }\n "])))},ce=function(){return(0,J.i7)(b||(b=(0,Z.A)(["\n 100% { transform: rotate(360deg); }\n "])))},de=(0,J.SS)({circle:function(e){return(0,J.AH)(_||(_=(0,Z.A)(["\n stroke: ",";\n\n ","\n "])),e.spinnerColor,!F.lw&&"\n animation: "+ue()+" 1s cubic-bezier(0.5, 0.2, 0.5, 0.8) infinite,\n "+se()+" 2s cubic-bezier(0.36, 0.14, 0.38, 0.69) infinite,\n "+ce()+" 2s linear infinite,\n "+function(e){return(0,J.i7)(v||(v=(0,Z.A)(["\n 100%, 0% { stroke: ","; }\n 40% { stroke: ","; }\n 66% { stroke: ","; }\n 80%, 90% { stroke: ","; }\n "])),e.red,e.yellow,e.green,e.brand)}(e)+" 6s ease-in-out infinite;\n ")},circleDimmedColor:function(e){return(0,J.AH)(k||(k=(0,Z.A)(["\n stroke: ",";\n "])),e.spinnerDimmedColor)},circleWithoutColorAnimation:function(){return(0,J.AH)(w||(w=(0,Z.A)(["\n ","\n "])),!F.lw&&"\n animation: "+ue()+" 1s cubic-bezier(0.5, 0.2, 0.5, 0.8) infinite,\n "+se()+" 2s cubic-bezier(0.36, 0.14, 0.38, 0.69) infinite,\n "+ce()+" 2s linear infinite;\n ")},captionColor:function(e){return(0,J.AH)(C||(C=(0,Z.A)(["\n color: ",";\n "])),e.spinnerCaptionColor)},inline:function(){return(0,J.AH)(x||(x=(0,Z.A)(["\n font-size: inherit;\n line-height: inherit;\n "])))},mini:function(e){return(0,J.AH)(S||(S=(0,Z.A)(["\n margin-left: ",";\n font-size: ",";\n line-height: ",";\n "])),e.spinnerCaptionGapSmall,e.spinnerFontSizeSmall,e.spinnerLineHeightSmall)},small:function(e){return(0,J.AH)(P||(P=(0,Z.A)(["\n margin: ",";\n font-size: ",";\n line-height: ",";\n "])),e.spinnerCaptionMarginSmall,e.spinnerFontSizeSmall,e.spinnerLineHeightSmall)},normal:function(e){return(0,J.AH)(E||(E=(0,Z.A)(["\n display: block;\n font-size: ",";\n line-height: ",";\n margin-top: ",";\n "])),e.spinnerFontSizeMedium,e.spinnerLineHeightMedium,e.spinnerCaptionGapMedium)},medium:function(e){return(0,J.AH)(L||(L=(0,Z.A)(["\n margin: ",";\n font-size: ",";\n line-height: ",";\n "])),e.spinnerCaptionMarginMedium,e.spinnerFontSizeMedium,e.spinnerLineHeightMedium)},big:function(e){return(0,J.AH)(B||(B=(0,Z.A)(["\n display: block;\n font-size: ",";\n line-height: ",";\n margin-top: ",";\n "])),e.spinnerFontSizeLarge,e.spinnerLineHeightLarge,e.spinnerCaptionGapLarge)},large:function(e){return(0,J.AH)(A||(A=(0,Z.A)(["\n font-size: ",";\n line-height: ",";\n margin: ",";\n "])),e.spinnerFontSizeLarge,e.spinnerLineHeightLarge,e.spinnerCaptionMarginLarge)},spinner:function(){return(0,J.AH)(T||(T=(0,Z.A)(["\n display: inline-block;\n text-align: center;\n line-height: normal;\n "])))},inner:function(){return(0,J.AH)(O||(O=(0,Z.A)(["\n display: inline-block;\n "])))}}),fe=new(function(){function e(e,t){void 0===t&&(t=c),this.locales=e,this.defaultLangCode=t}return e.prototype.get=function(e){return void 0===e&&(e=this.defaultLangCode),this.locales[e]||this.locales[this.defaultLangCode]||{}},e}())({ru_RU:{loading:"Загрузка"},en_GB:{loading:"Loading"}}),pe=["big","mini","normal"],he=("Spinner",R=fe,M=function(e){var t,n,r=(n=t=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).controlName="Spinner",t.localeHelper=R,t}return(0,i.A)(t,e),(0,s.A)(t,[{key:"locale",get:function(){var e,t=null==(e=this.context.locale)?void 0:e[this.controlName];return Object.assign({},this.localeHelper.get(this.context.langCode),t)},set:function(e){}},{key:"langCode",get:function(){var e;return null!=(e=this.context.langCode)?e:c}}]),t}(e),t.contextType=d,n),o=Object.getOwnPropertyDescriptor(r,"name");return o&&!o.configurable||Object.defineProperty(r,"name",{value:e.name}),r},(0,oe.b)(H=M((D=I=function(e){function t(){for(var n,r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return(n=e.call.apply(e,[this].concat(o))||this).getProps=(0,ie.o)(t.defaultProps),n.renderSpinner=function(e,t,r){var o;return a.createElement(ne,{size:e,className:(0,J.cx)((o={},o[de.circle(n.theme)]=!t&&!n.props.color,o[de.circleDimmedColor(n.theme)]=t,o[de.circleWithoutColorAnimation()]=t||!!n.props.color,o)),dimmed:t,width:n.props.width,color:n.props.color,inline:r})},n.renderCaption=function(e,t){return a.createElement("span",{className:(0,J.cx)(de[e](n.theme),de.captionColor(n.theme))},t)},n}(0,i.A)(t,e);var n=t.prototype;return n.render=function(){var e=this;return a.createElement(ae.K.Consumer,null,(function(t){return e.featureFlags=(0,le.X)(t),a.createElement(j.D.Consumer,null,(function(t){return e.theme=t,e.renderMain()}))}))},n.renderMain=function(){var e=this.featureFlags.spinnerLoaderRemoveDefaultCaption?null:this.locale.loading,t=this.props,n=t.caption,r=void 0===n?e:n,i=t.dimmed,l=t.inline,u=this.getProps().type;return a.createElement(re.v,(0,o.A)({rootNodeRef:this.setRootNode},this.props),a.createElement("div",{"data-tid":"Spinner__root",className:de.spinner()},a.createElement("span",{className:de.inner()},this.renderSpinner(u,i,l)),r&&this.renderCaption(u,r)))},t}(a.Component),I.__KONTUR_REACT_UI__="Spinner",I.displayName="Spinner",I.propTypes={caption:u().node,dimmed:u().bool,type:u().oneOf(pe)},I.defaultProps={type:"normal"},I.Types=Object.assign.apply(Object,[{}].concat(pe.map((function(e){var t;return(t={})[e]=e,t})))),H=D))||H)||H)},5993:function(e,t,n){"use strict";n.d(t,{v:function(){return m}});var r=n(1568),o=n(3443),i=n(9932),a=n(6540),l=n(6696),u=n(6885),s=n(8755),c=n(4185),d=function(e){switch(!0){case"className"===e:case"style"===e:case"rootNodeRef"===e:case"children"===e:case 0===e.indexOf("data-"):return!0;default:return!1}};var f,p,h,g=function(e){return"boolean"==typeof e?e:void 0},y=["className","style","children","rootNodeRef"],m=(0,s.b)((h=p=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).rootNodeSubscription=null,t.ref=function(e){var n,r;t.setRootNode(e),null==t.props.rootNodeRef||t.props.rootNodeRef((0,c.z)(e)),null==(n=t.rootNodeSubscription)||n.remove(),t.rootNodeSubscription=null,e&&(0,s.M)(e)&&(t.rootNodeSubscription=null==e.addRootNodeChangeListener?void 0:e.addRootNodeChangeListener((function(e){t.setRootNode(e),null==t.props.rootNodeRef||t.props.rootNodeRef(e)})));var o=null==(r=t.child)?void 0:r.ref;o&&function(e,t){e&&("function"==typeof e&&e(t),Object.prototype.hasOwnProperty.call(e,"current")&&(e.current=t))}(o,e)},t}return(0,i.A)(t,e),t.prototype.render=function(){var e,t,n=function(e){var t={},n={};for(var r in e)d(r)?t[r]=e[r]:n[r]=e[r];return[t,n]}(this.props),i=n[0],s=i.className,c=i.style,f=i.children,p=(i.rootNodeRef,(0,o.A)(i,y)),h=(0,r.A)({},n[1]);return this.child=(0,l.Tn)(f)?f(h):f,a.isValidElement(this.child)?a.cloneElement(this.child,(0,r.A)({ref:(0,l.wE)(this.child)?this.ref:null,className:(0,u.cx)(this.child.props.className,s),style:(0,r.A)({},this.child.props.style,c)},(t={error:g((e=h).error),warning:g(e.warning)},Object.entries(t).reduce((function(e,t){return n=e,r=t[0],null!=(o=t[1])&&(n["data-visual-state-"+function(e){return e?e.split(/\.?(?=[A-Z])/).join("-").toLowerCase():""}(r)]=String(o)),n;var n,r,o}),{})),p)):this.child},t}(a.Component),p.__KONTUR_REACT_UI__="CommonWrapper",p.displayName="CommonWrapper",f=h))||f},5790:function(e,t,n){"use strict";n.d(t,{c:function(){return h}});var r=n(4173),o=n(5907),i=n(2861),a=(i.y.create("#333333"),i.y.create("#fff"),Object.create(null)),l=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e+"("+n.join()+")"},u=function(e,t,n,r){if(!e)return"";if("transparent"===e.toLowerCase())return"transparent";var a;a="string"==typeof t?t.endsWith("%")?(0,o.i5)(t):parseFloat(t):t,a=(0,o.qE)(a,1);var l=i.y.create(e),u=l.toHSL();return"+"===n?u.l+="relative"===r?u.l*a:a:u.l-="relative"===r?u.l*a:a,u.l=(0,o.qE)(u.l),(l.alpha<1?i.y.create("hsla("+u.h+", "+u.s+", "+u.l+", "+u.a+")"):i.y.create("hsl("+u.h+", "+u.s+", "+u.l+")")).toColorString(l.type)};function s(e,t,n){var r=l("lighten",e,t,n);return void 0===a[r]?(a[r]=u(e,t,"+",n),a[r]):a[r]}function c(e,t,n){var r=l("darken",e,t,n);return void 0===a[r]?(a[r]=u(e,t,"-",n),a[r]):a[r]}var d=function(e,t){var n=l("fade",e,t);if(void 0===a[n]){var r=i.y.create(e).clone();r.alpha=t,a[n]=r.toColorString("hex"===r.type?"rgba":r.type)}return a[n]},f=n(7247),p=function(){function e(){}return(0,r.A)(e,null,[{key:"bgSecondary",get:function(){return this.bgDefault}},{key:"borderColorDisabled",get:function(){return this.bgDisabled}},{key:"bgActive",get:function(){return this.blueLight}},{key:"borderColorFocus",get:function(){return this.blueLight}},{key:"borderColorError",get:function(){return this.errorMain}},{key:"borderColorWarning",get:function(){return this.warningMain}},{key:"linkHoverColor",get:function(){return this.linkColor}},{key:"linkDisabledColor",get:function(){return this.textColorDisabled}},{key:"linkGrayedColor",get:function(){return this.textColorDisabled}},{key:"linkGrayedHoverColor",get:function(){return this.textColorDisabled}},{key:"linkGrayedActiveColor",get:function(){return this.textColorDisabled}},{key:"linkLineHoverBorderBottomStyle",get:function(){return this.linkLineBorderBottomStyle}},{key:"tokenTextColorDisabled",get:function(){return this.textColorDisabledContrast}},{key:"tokenFontSize",get:function(){return this.fontSizeSmall}},{key:"tokenFontSizeSmall",get:function(){return this.tokenFontSize}},{key:"tokenFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"tokenFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"tokenMarginYSmall",get:function(){return this.tokenMarginY}},{key:"tokenMarginXSmall",get:function(){return this.tokenMarginX}},{key:"tokenLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"tokenLineHeightSmall",get:function(){return this.tokenLineHeight}},{key:"tokenLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"tokenLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"tokenPaddingYSmall",get:function(){return this.tokenPaddingY}},{key:"tokenPaddingXSmall",get:function(){return this.tokenPaddingX}},{key:"tokenDefaultIdle",get:function(){return this.grayXLight}},{key:"tokenDefaultActive",get:function(){return this.brand}},{key:"tokenGrayIdle",get:function(){return this.grayXLight}},{key:"tokenGrayActive",get:function(){return this.grayDark}},{key:"tokenBlueIdle",get:function(){return this.blueLight}},{key:"tokenBlueActive",get:function(){return this.blueDark}},{key:"tokenGreenIdle",get:function(){return this.greenXxLight}},{key:"tokenGreenActive",get:function(){return this.greenDark}},{key:"tokenYellowIdle",get:function(){return this.yellowXxLight}},{key:"tokenYellowActive",get:function(){return this.yellowDark}},{key:"tokenRedIdle",get:function(){return this.redXxLight}},{key:"tokenRedActive",get:function(){return this.redDark}},{key:"tokenWhite",get:function(){return this.white}},{key:"tokenBlack",get:function(){return this.black}},{key:"tokenBorderColorWarning",get:function(){return this.borderColorWarning}},{key:"tokenBorderColorError",get:function(){return this.borderColorError}},{key:"tokenPaddingYDisabled",get:function(){return this.tokenPaddingY}},{key:"tokenPaddingXDisabled",get:function(){return this.tokenPaddingX}},{key:"tokenMarginYDisabled",get:function(){return this.tokenMarginY}},{key:"tokenMarginXDisabled",get:function(){return this.tokenMarginX}},{key:"tokenShadowDisabled",get:function(){return"0 0 0 "+this.tokenBorderWidth+" "+this.borderColorDisabled}},{key:"tokenInputLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"tokenInputLineHeightSmall",get:function(){return this.tokenInputLineHeight}},{key:"tokenInputLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"tokenInputLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"tokenInputBorderColor",get:function(){return this.inputBorderColor}},{key:"tokenInputBorderColorHover",get:function(){return this.inputBorderColorHover}},{key:"tokenInputBorderColorFocus",get:function(){return this.inputBorderColorFocus}},{key:"tokenInputBorderColorError",get:function(){return this.inputBorderColorError}},{key:"tokenInputBorderColorWarning",get:function(){return this.inputBorderColorWarning}},{key:"tokenInputBorderTopColor",get:function(){return this.inputBorderTopColor}},{key:"tokenInputPlaceholderColor",get:function(){return this.inputPlaceholderColor}},{key:"tokenInputPlaceholderColorLight",get:function(){return this.inputPlaceholderColorLight}},{key:"tokenInputDisabledBg",get:function(){return this.inputDisabledBg}},{key:"tokenInputDisabledBorderColor",get:function(){return this.inputDisabledBorderColor}},{key:"tokenInputBorderWidth",get:function(){return this.inputBorderWidth}},{key:"tokenInputOutlineWidth",get:function(){return this.inputOutlineWidth}},{key:"tokenInputBg",get:function(){return this.inputBg}},{key:"tokenInputMenuPopupBg",get:function(){return this.bgSecondary}},{key:"tokenInputShadow",get:function(){return this.inputShadow}},{key:"tokenInputTextColor",get:function(){return this.inputTextColor}},{key:"tokenInputTextColorDisabled",get:function(){return this.textColorDisabledContrast}},{key:"tokenInputPlaceholderColorDisabled",get:function(){return this.textColorDisabledContrast}},{key:"tokenInputPaddingYSmall",get:function(){return this.tokenInputPaddingY}},{key:"tokenInputPaddingXSmall",get:function(){return this.tokenInputPaddingX}},{key:"btnCheckedDisabledBorderColor",get:function(){return this.btnCheckedDisabledBg}},{key:"btnBorderWidth",get:function(){return this.controlBorderWidth}},{key:"btnOutlineWidth",get:function(){return this.controlOutlineWidth}},{key:"btnIconGapSmallLeft",get:function(){return this.btnIconGapSmall}},{key:"btnIconGapMediumLeft",get:function(){return this.btnIconGapMedium}},{key:"btnIconGapLargeLeft",get:function(){return this.btnIconGapLarge}},{key:"btnDefaultCheckedBorderColor",get:function(){return this.btnCheckedBg}},{key:"btnDefaultTextColor",get:function(){return this.textColorDefault}},{key:"btnPayTextColor",get:function(){return this.textColorDefault}},{key:"btnFontSizeSmall",get:function(){return this.fontSizeSmall}},{key:"btnFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"btnFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"btnLineHeightSmall",get:function(){return this.controlLineHeightSmall}},{key:"btnLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"btnLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"btnPaddingYSmall",get:function(){return this.controlPaddingYSmall}},{key:"btnPaddingYMedium",get:function(){return this.controlPaddingYMedium}},{key:"btnPaddingYLarge",get:function(){return this.controlPaddingYLarge}},{key:"btnDisabledBg",get:function(){return this.bgDisabled}},{key:"btnBorderColorWarning",get:function(){return this.borderColorWarning}},{key:"btnBorderColorError",get:function(){return this.borderColorError}},{key:"btnHeightSmall",get:function(){return 2*(parseInt(this.btnBorderWidth,10)||0)+2*(parseInt(this.btnPaddingYSmall,10)||0)+(parseInt(this.btnLineHeightSmall,10)||0)+"px"}},{key:"btnHeightMedium",get:function(){return 2*(parseInt(this.btnBorderWidth,10)||0)+2*(parseInt(this.btnPaddingYMedium,10)||0)+(parseInt(this.btnLineHeightMedium,10)||0)+"px"}},{key:"btnHeightLarge",get:function(){return 2*(parseInt(this.btnBorderWidth,10)||0)+2*(parseInt(this.btnPaddingYLarge,10)||0)+(parseInt(this.btnLineHeightLarge,10)||0)+"px"}},{key:"btnLinkColor",get:function(){return this.linkColor}},{key:"btnLinkHoverColor",get:function(){return this.linkHoverColor}},{key:"btnLinkActiveColor",get:function(){return this.linkActiveColor}},{key:"btnLinkHoverTextDecoration",get:function(){return this.linkHoverTextDecoration}},{key:"btnLinkLineBorderBottomColor",get:function(){return this.linkLineBorderBottomColor}},{key:"btnLinkHoverLineBorderBottomStyle",get:function(){return this.btnLinkLineBorderBottomStyle}},{key:"btnLinkLineBorderBottomOpacity",get:function(){return this.linkLineBorderBottomOpacity}},{key:"btnLinkIconMarginRight",get:function(){return this.linkIconMarginRight}},{key:"btnLinkIconMarginLeft",get:function(){return this.linkIconMarginRight}},{key:"btnErrorSecondary",get:function(){return this.errorSecondary}},{key:"btnWarningSecondary",get:function(){return this.warningSecondary}},{key:"btnOutlineColorFocus",get:function(){return this.outlineColorFocus}},{key:"btnBorderColorFocus",get:function(){return this.borderColorFocus}},{key:"btnLinkDisabledColor",get:function(){return this.linkDisabledColor}},{key:"btnDisabledTextColor",get:function(){return this.textColorDisabledContrast}},{key:"btnBacklessBorderColor",get:function(){return this.btnDefaultBorderColor}},{key:"btnBacklessDisabledBorderColor",get:function(){return this.btnDisabledBorderColor}},{key:"btnBacklessHoverBorderColor",get:function(){return this.btnBacklessBorderColor}},{key:"btnBacklessTextColor",get:function(){return this.btnDefaultTextColor}},{key:"btnTextBorderColor",get:function(){return this.btnDefaultBorderColor}},{key:"btnTextTextColor",get:function(){return this.btnDefaultTextColor}},{key:"btnTextHoverBorderColor",get:function(){return this.btnTextHoverBg}},{key:"selectDefaultBg",get:function(){return this.inputBg}},{key:"selectBorderWidth",get:function(){return this.controlBorderWidth}},{key:"selectPlaceholderColorDisabled",get:function(){return this.textColorDisabledContrast}},{key:"selectOutlineWidth",get:function(){return this.controlOutlineWidth}},{key:"selectLineHeightSmall",get:function(){return this.controlLineHeightSmall}},{key:"selectFontSizeSmall",get:function(){return this.fontSizeSmall}},{key:"selectPaddingYSmall",get:function(){return this.controlPaddingYSmall}},{key:"selectBorderRadiusSmall",get:function(){return this.btnBorderRadiusSmall}},{key:"selectLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"selectFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"selectPaddingYMedium",get:function(){return this.controlPaddingYMedium}},{key:"selectBorderRadiusMedium",get:function(){return this.btnBorderRadiusMedium}},{key:"selectLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"selectFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"selectPaddingYLarge",get:function(){return this.controlPaddingYLarge}},{key:"selectBorderRadiusLarge",get:function(){return this.btnBorderRadiusLarge}},{key:"selectMenuArrowColor",get:function(){return this.btnMenuArrowColor}},{key:"selectMenuArrowColorDisabled",get:function(){return this.selectMenuArrowColor}},{key:"selectIconSizeSmall",get:function(){return this.btnIconSizeSmall}},{key:"selectIconSizeMedium",get:function(){return this.btnIconSizeMedium}},{key:"selectIconSizeLarge",get:function(){return this.btnIconSizeLarge}},{key:"selectTextColorDisabled",get:function(){return this.btnDisabledTextColor}},{key:"selectBgDisabled",get:function(){return this.btnDisabledBg}},{key:"selectBorderColorDisabled",get:function(){return this.btnDisabledBorderColor}},{key:"selectMenuOffsetY",get:function(){return this.menuOffsetY}},{key:"selectBorderColorHover",get:function(){return this.btnDefaultHoverBorderColor}},{key:"tooltipTextColor",get:function(){return this.textColorDefault}},{key:"tooltipBorder",get:function(){return this.popupBorder}},{key:"tooltipBorderRadius",get:function(){return this.popupBorderRadius}},{key:"tooltipPinSize",get:function(){return this.popupPinSize}},{key:"tooltipFontSize",get:function(){return this.fontSizeSmall}},{key:"tooltipLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"tooltipMenuPinOffset",get:function(){return this.popupPinOffset}},{key:"tooltipMenuMargin",get:function(){return this.popupMargin}},{key:"tooltipMenuPinSize",get:function(){return this.popupPinSize}},{key:"kebabPinOffset",get:function(){return this.popupPinOffset}},{key:"kebabPinSize",get:function(){return this.popupPinSize}},{key:"kebabBackgroundActive",get:function(){return this.kebabBackgroundHover}},{key:"modalBg",get:function(){return this.bgSecondary}},{key:"modalFixedHeaderBg",get:function(){return this.bgSecondary}},{key:"modalFixedHeaderShadow",get:function(){return this.fixedPanelShadow}},{key:"modalFixedFooterShadow",get:function(){return this.fixedPanelShadow}},{key:"modalHeaderTextColor",get:function(){return this.textColorDefault}},{key:"modalFixedHeaderPaddingBottom",get:function(){return Math.round(parseInt(this.modalHeaderPaddingBottom)/2)+"px"}},{key:"sidePageBgDefault",get:function(){return this.bgSecondary}},{key:"sidePageHeaderTextColor",get:function(){return this.textColorDefault}},{key:"sidePageFixedHeaderShadow",get:function(){return this.fixedPanelShadow}},{key:"sidePageFixedFooterShadow",get:function(){return this.fixedPanelShadow}},{key:"dateInputIconColor",get:function(){return this.textColorDefault}},{key:"dateInputComponentSelectedTextColor",get:function(){return this.textColorDefault}},{key:"calendarBottomSeparatorBorderColor",get:function(){return d(this.calendarMonthTitleBorderBottomColor,1)}},{key:"calendarBottomSeparatorBorderWidth",get:function(){return"1px"}},{key:"calendarBottomSeparatorBorder",get:function(){return this.calendarBottomSeparatorBorderWidth+" solid "+this.calendarBottomSeparatorBorderColor}},{key:"calendarBg",get:function(){return this.bgSecondary}},{key:"calendarCellBg",get:function(){return this.bgSecondary}},{key:"calendarCellLineHeight",get:function(){return"calc("+this.calendarCellSize+" - 2px)"}},{key:"calendarMonthHeaderStickedBgColor",get:function(){return this.bgSecondary}},{key:"calendarCellHoverBgColor",get:function(){return this.bgActive}},{key:"dateSelectTextColorDisabled",get:function(){return this.textColorDisabled}},{key:"dateSelectTextColorDefault",get:function(){return this.textColorDefault}},{key:"dateSelectLinkColor",get:function(){return this.linkColor}},{key:"dateSelectPopupBoxShadow",get:function(){return this.popupBoxShadow}},{key:"dateSelectTextColorInvert",get:function(){return this.textColorInvert}},{key:"datePickerOpenBtnColor",get:function(){return this.textColorDefault}},{key:"pickerBg",get:function(){return this.bgSecondary}},{key:"pickerTodayWrapperBgColor",get:function(){return this.bgSecondary}},{key:"dateSelectMenuBg",get:function(){return this.bgSecondary}},{key:"dateSelectMenuItemBgActive",get:function(){return this.bgActive}},{key:"dateSelectMenuItemBgDisabled",get:function(){return this.bgSecondary}},{key:"dateSelectMenuItemFontActive",get:function(){return this.textColorInvert}},{key:"dateSelectMenuItemFontSelected",get:function(){return this.textColorDefault}},{key:"dateSelectMenuItemFontDisabled",get:function(){return this.textColorDisabled}},{key:"pagingFontSize",get:function(){return this.fontSizeMedium}},{key:"pagingForwardIconSize",get:function(){return this.pagingFontSize}},{key:"pagingPageLinkActiveColor",get:function(){return this.textColorDefault}},{key:"pagingPageLinkHintColor",get:function(){return this.placeholderColor}},{key:"pagingForwardLinkColor",get:function(){return this.linkColor}},{key:"pagingForwardLinkDisabledColor",get:function(){return this.linkDisabledColor}},{key:"pagingDotsDisabledColor",get:function(){return this.textColorDisabled}},{key:"hintColor",get:function(){return this.textColorInvert}},{key:"mobileHintColor",get:function(){return this.hintColor}},{key:"hintFontSize",get:function(){return this.fontSizeSmall}},{key:"hintLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"toastFontSize",get:function(){return this.fontSizeSmall}},{key:"toastLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"dropdownMenuHoverBorderColor",get:function(){return this.btnDefaultHoverBorderColor}},{key:"dropdownMenuHoverBg",get:function(){return this.bgActive}},{key:"dropdownMenuOffsetY",get:function(){return this.menuOffsetY}},{key:"dropdownMenuMenuOffsetY",get:function(){return this.menuOffsetY}},{key:"dropdownDefaultBg",get:function(){return this.btnDefaultBg}},{key:"dropdownBorderWidth",get:function(){return this.btnBorderWidth}},{key:"dropdownOutlineWidth",get:function(){return this.btnOutlineWidth}},{key:"dropdownLineHeightSmall",get:function(){return this.btnLineHeightSmall}},{key:"dropdownFontSizeSmall",get:function(){return this.btnFontSizeSmall}},{key:"dropdownPaddingXSmall",get:function(){return this.selectPaddingXSmall}},{key:"dropdownPaddingYSmall",get:function(){return this.btnPaddingYSmall}},{key:"dropdownIconSizeSmall",get:function(){return this.btnIconSizeSmall}},{key:"dropdownLineHeightMedium",get:function(){return this.btnLineHeightMedium}},{key:"dropdownFontSizeMedium",get:function(){return this.btnFontSizeMedium}},{key:"dropdownPaddingXMedium",get:function(){return this.selectPaddingXMedium}},{key:"dropdownPaddingYMedium",get:function(){return this.btnPaddingYMedium}},{key:"dropdownIconSizeMedium",get:function(){return this.btnIconSizeMedium}},{key:"dropdownLineHeightLarge",get:function(){return this.btnLineHeightLarge}},{key:"dropdownFontSizeLarge",get:function(){return this.btnFontSizeLarge}},{key:"dropdownPaddingXLarge",get:function(){return this.selectPaddingXLarge}},{key:"dropdownPaddingYLarge",get:function(){return this.btnPaddingYLarge}},{key:"dropdownIconSizeLarge",get:function(){return this.btnIconSizeLarge}},{key:"dropdownBgDisabled",get:function(){return this.btnDisabledBg}},{key:"dropdownBorderColorDisabled",get:function(){return this.btnDisabledBorderColor}},{key:"dropdownTextColorDisabled",get:function(){return this.btnDisabledTextColor}},{key:"menuBgDefault",get:function(){return this.bgSecondary}},{key:"menuBorderRadius",get:function(){return"0px"}},{key:"menuItemTextColor",get:function(){return this.textColorDefault}},{key:"menuItemSelectedBg",get:function(){return this.dropdownMenuSelectedBg}},{key:"menuItemHoverBg",get:function(){return this.dropdownMenuHoverBg}},{key:"menuItemIconWidthSmall",get:function(){return this.menuItemIconWidth}},{key:"menuItemPaddingForIcon",get:function(){return parseInt(this.menuItemPaddingXSmall)+parseInt(this.menuItemIconWidthSmall)+parseInt(this.menuItemIconGap)+parseInt(this.menuItemIconLegacyMargin)+"px"}},{key:"menuItemPaddingForIconSmall",get:function(){return this.menuItemPaddingForIcon}},{key:"menuItemPaddingForIconMedium",get:function(){return parseInt(this.menuItemPaddingXMedium)+parseInt(this.menuItemIconWidthMedium)+parseInt(this.menuItemIconGap)+parseInt(this.menuItemIconLegacyMargin)+"px"}},{key:"menuItemPaddingForIconLarge",get:function(){return parseInt(this.menuItemPaddingXLarge)+parseInt(this.menuItemIconWidthLarge)+parseInt(this.menuItemIconGap)+parseInt(this.menuItemIconLegacyMargin)+"px"}},{key:"menuItemLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"menuItemLineHeightSmall",get:function(){return this.menuItemLineHeight}},{key:"menuItemLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"menuItemLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"menuItemFontSize",get:function(){return this.fontSizeSmall}},{key:"menuItemFontSizeSmall",get:function(){return this.menuItemFontSize}},{key:"menuItemFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"menuItemFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"menuItemPaddingXSmall",get:function(){return this.menuItemPaddingX}},{key:"menuItemPaddingYSmall",get:function(){return this.menuItemPaddingY}},{key:"menuItemHoverColor",get:function(){return this.textColorInvert}},{key:"menuItemLinkColor",get:function(){return this.linkColor}},{key:"menuItemLineHeightMobile",get:function(){return this.lineHeightMobile}},{key:"menuItemFontSizeMobile",get:function(){return this.fontSizeMobile}},{key:"menuItemDisabledColor",get:function(){return this.textColorDisabled}},{key:"menuMessageTextColor",get:function(){return this.menuItemDisabledColor}},{key:"menuMessageBg",get:function(){return this.menuItemDisabledBg}},{key:"menuMessagePaddingY",get:function(){return this.menuItemPaddingYSmall}},{key:"menuMessagePaddingX",get:function(){return this.menuItemPaddingXSmall}},{key:"menuMessageDisplay",get:function(){return this.menuItemDisplay}},{key:"menuMessagePaddingMobile",get:function(){return this.menuItemPaddingMobile}},{key:"menuMessageLineHeight",get:function(){return this.menuItemLineHeightSmall}},{key:"menuMessageLineHeightMobile",get:function(){return this.menuItemLineHeightMobile}},{key:"menuMessageFontSize",get:function(){return this.menuItemFontSizeSmall}},{key:"menuMessageFontSizeMobile",get:function(){return this.menuItemFontSizeMobile}},{key:"menuMessageFontSizeSmall",get:function(){return this.menuItemFontSizeSmall}},{key:"menuMessageFontSizeMedium",get:function(){return this.menuItemFontSizeMedium}},{key:"menuMessageFontSizeLarge",get:function(){return this.menuItemFontSizeLarge}},{key:"menuMessageLineHeightSmall",get:function(){return this.menuItemLineHeightSmall}},{key:"menuMessageLineHeightMedium",get:function(){return this.menuItemLineHeightMedium}},{key:"menuMessageLineHeightLarge",get:function(){return this.menuItemLineHeightLarge}},{key:"menuHeaderLineHeightSmall",get:function(){return this.menuHeaderLineHeight}},{key:"menuHeaderFontSizeSmall",get:function(){return this.menuHeaderFontSize}},{key:"menuHeaderPaddingXSmall",get:function(){return this.menuHeaderPaddingX}},{key:"menuHeaderPaddingTopSmall",get:function(){return this.menuHeaderPaddingTop}},{key:"menuHeaderPaddingBottomSmall",get:function(){return this.menuHeaderPaddingBottom}},{key:"menuFooterColor",get:function(){return this.menuHeaderColor}},{key:"menuFooterLineHeightSmall",get:function(){return this.menuHeaderLineHeightSmall}},{key:"menuFooterLineHeightMedium",get:function(){return this.menuHeaderLineHeightMedium}},{key:"menuFooterLineHeightLarge",get:function(){return this.menuHeaderLineHeightLarge}},{key:"menuFooterFontSizeSmall",get:function(){return this.menuHeaderFontSizeSmall}},{key:"menuFooterFontSizeMedium",get:function(){return this.menuHeaderFontSizeMedium}},{key:"menuFooterFontSizeLarge",get:function(){return this.menuHeaderFontSizeLarge}},{key:"menuFooterPaddingXSmall",get:function(){return this.menuHeaderPaddingXSmall}},{key:"menuFooterPaddingXMedium",get:function(){return this.menuHeaderPaddingXMedium}},{key:"menuFooterPaddingXLarge",get:function(){return this.menuHeaderPaddingXLarge}},{key:"menuFooterPaddingTopSmall",get:function(){return this.menuHeaderPaddingBottomSmall}},{key:"menuFooterPaddingTopMedium",get:function(){return this.menuHeaderPaddingBottomMedium}},{key:"menuFooterPaddingTopLarge",get:function(){return this.menuHeaderPaddingBottomLarge}},{key:"menuFooterPaddingBottomSmall",get:function(){return this.menuHeaderPaddingTopSmall}},{key:"menuFooterPaddingBottomMedium",get:function(){return this.menuHeaderPaddingTopMedium}},{key:"menuFooterPaddingBottomLarge",get:function(){return this.menuHeaderPaddingTopLarge}},{key:"toggleFontSize",get:function(){return this.fontSizeSmall}},{key:"toggleLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"toggleLineHeightSmall",get:function(){return this.toggleLineHeight}},{key:"toggleLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"toggleLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"toggleFontSizeSmall",get:function(){return this.toggleFontSize}},{key:"toggleFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"toggleFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"toggleTextColor",get:function(){return this.textColorDefault}},{key:"toggleHandleBorderRadius",get:function(){return((parseInt(this.toggleHeightSmall,10)||0)-2*(parseInt(this.toggleBorderWidth,10)||0))/2+"px"}},{key:"toggleHandleBorderRadiusSmall",get:function(){return this.toggleHandleBorderRadius}},{key:"toggleHandleBorderRadiusMedium",get:function(){return((parseInt(this.toggleHeightMedium,10)||0)-2*(parseInt(this.toggleBorderWidth,10)||0))/2+"px"}},{key:"toggleHandleBorderRadiusLarge",get:function(){return((parseInt(this.toggleHeightLarge,10)||0)-2*(parseInt(this.toggleBorderWidth,10)||0))/2+"px"}},{key:"toggleHeightSmall",get:function(){return this.toggleHeight}},{key:"toggleWidthSmall",get:function(){return this.toggleWidth}},{key:"toggleBorderRadius",get:function(){return"calc("+this.toggleHeightSmall+" * 0.5)"}},{key:"toggleBorderRadiusSmall",get:function(){return this.toggleBorderRadius}},{key:"toggleBorderRadiusMedium",get:function(){return"calc("+this.toggleHeightMedium+" * 0.5)"}},{key:"toggleBorderRadiusLarge",get:function(){return"calc("+this.toggleHeightLarge+" * 0.5)"}},{key:"toggleBgDisabled",get:function(){return this.bgDisabled}},{key:"toggleBorderWidth",get:function(){return this.controlBorderWidth}},{key:"toggleOutlineWidth",get:function(){return(parseInt(this.controlOutlineWidth,10)||0)+(parseInt(this.toggleBorderWidth,10)||0)+"px"}},{key:"toggleBorderColorDisabled",get:function(){return this.toggleBorderColor}},{key:"toggleBorderColorDisabledChecked",get:function(){return this.toggleBorderColor}},{key:"toggleHandleSize",get:function(){return(parseInt(this.toggleHeightSmall,10)||0)-2*(parseInt(this.toggleBorderWidth,10)||0)+"px"}},{key:"toggleHandleSizeSmall",get:function(){return this.toggleHandleSize}},{key:"toggleHandleSizeMedium",get:function(){return(parseInt(this.toggleHeightMedium,10)||0)-2*(parseInt(this.toggleBorderWidth,10)||0)+"px"}},{key:"toggleHandleSizeLarge",get:function(){return(parseInt(this.toggleHeightLarge,10)||0)-2*(parseInt(this.toggleBorderWidth,10)||0)+"px"}},{key:"toggleHandleLeft",get:function(){return this.toggleBorderWidth}},{key:"toggleHandleTop",get:function(){return this.toggleBorderWidth}},{key:"toggleShadowColorError",get:function(){return this.errorMain}},{key:"toggleShadowColorWarning",get:function(){return this.warningMain}},{key:"toggleFocusShadowColor",get:function(){return this.borderColorFocus}},{key:"toggleOutlineColorFocus",get:function(){return this.outlineColorFocus}},{key:"toggleHandleBoxShadowOld",get:function(){return"0 "+this.toggleBorderWidth+" 0 0 rgba(0, 0, 0, 0.15), 0 0 0 "+this.toggleBorderWidth+" rgba(0, 0, 0, 0.15)"}},{key:"toggleContainerBgHover",get:function(){return this.toggleBgHover}},{key:"toggleContainerBgChecked",get:function(){return this.toggleBgChecked}},{key:"toggleHandleBg",get:function(){return this.toggleBg}},{key:"popupTextColor",get:function(){return this.textColorDefault}},{key:"popupBackground",get:function(){return this.bgSecondary}},{key:"inputTextColor",get:function(){return this.textColorDefault}},{key:"inputFocusedIconColor",get:function(){return this.inputIconColor}},{key:"inputTextColorDisabled",get:function(){return this.textColorDisabledContrast}},{key:"inputFontSizeSmall",get:function(){return this.fontSizeSmall}},{key:"inputFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"inputFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"inputLineHeightSmall",get:function(){return this.controlLineHeightSmall}},{key:"inputLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"inputLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"inputHeightSmall",get:function(){return 2*(parseInt(this.inputBorderWidth,10)||0)+2*(parseInt(this.inputPaddingYSmall,10)||0)+(parseInt(this.inputLineHeightSmall,10)||0)+"px"}},{key:"inputHeightMedium",get:function(){return 2*(parseInt(this.inputBorderWidth,10)||0)+2*(parseInt(this.inputPaddingYMedium,10)||0)+(parseInt(this.inputLineHeightMedium,10)||0)+"px"}},{key:"inputHeightLarge",get:function(){return 2*(parseInt(this.inputBorderWidth,10)||0)+2*(parseInt(this.inputPaddingYLarge,10)||0)+(parseInt(this.inputLineHeightLarge,10)||0)+"px"}},{key:"inputPaddingYSmall",get:function(){return this.controlPaddingYSmall}},{key:"inputPaddingYMedium",get:function(){return this.controlPaddingYMedium}},{key:"inputPaddingYLarge",get:function(){return this.controlPaddingYLarge}},{key:"inputFocusShadow",get:function(){return"0 0 0 "+this.inputOutlineWidth+" "+this.borderColorFocus}},{key:"inputFocusedBg",get:function(){return this.inputBg}},{key:"inputDisabledBg",get:function(){return this.bgDisabled}},{key:"inputDisabledBorderColor",get:function(){return this.borderColorDisabled}},{key:"inputFocusOutline",get:function(){return this.borderColorFocus}},{key:"inputBorderWidth",get:function(){return this.controlBorderWidth}},{key:"inputOutlineWidth",get:function(){return"calc("+this.controlOutlineWidth+" - 1px)"}},{key:"inputBorderColor",get:function(){return this.borderColorGrayLight}},{key:"inputBorderColorHover",get:function(){return this.inputBorderColor}},{key:"inputBorderColorFocus",get:function(){return this.borderColorFocus}},{key:"inputBorderColorError",get:function(){return this.borderColorError}},{key:"inputBorderColorWarning",get:function(){return this.borderColorWarning}},{key:"inputPlaceholderColor",get:function(){return this.placeholderColor}},{key:"inputPlaceholderColorDisabled",get:function(){return this.textColorDisabledContrast}},{key:"inputPlaceholderColorLight",get:function(){return this.placeholderColorLight}},{key:"inputBlinkColor",get:function(){return this.blinkColor}},{key:"checkboxFontSize",get:function(){return this.fontSizeSmall}},{key:"checkboxFontSizeSmall",get:function(){return this.checkboxFontSize}},{key:"checkboxFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"checkboxFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"checkboxLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"checkboxLineHeightSmall",get:function(){return this.checkboxLineHeight}},{key:"checkboxLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"checkboxLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"checkboxPaddingY",get:function(){return((parseInt(this.controlHeightSmall,10)||0)-(parseInt(this.checkboxLineHeightSmall,10)||0))/2+"px"}},{key:"checkboxPaddingYSmall",get:function(){return this.checkboxPaddingY}},{key:"checkboxPaddingYMedium",get:function(){return((parseInt(this.controlHeightMedium,10)||0)-(parseInt(this.checkboxLineHeightMedium,10)||0))/2+"px"}},{key:"checkboxPaddingYLarge",get:function(){return((parseInt(this.controlHeightLarge,10)||0)-(parseInt(this.checkboxLineHeightLarge,10)||0))/2+"px"}},{key:"checkboxTextColorDefault",get:function(){return this.textColorDefault}},{key:"checkboxTextColorDisabled",get:function(){return this.textColorDisabled}},{key:"checkboxShadowDisabled",get:function(){return"0 0 0 "+this.checkboxBorderWidth+" "+this.borderColorDisabled}},{key:"checkboxBorderWidth",get:function(){return this.controlBorderWidth}},{key:"checkboxShadow",get:function(){return"0 0 0 "+this.checkboxBorderWidth+" rgba(0, 0, 0, 0.15)"}},{key:"checkboxShadowHover",get:function(){return"0 0 0 "+this.checkboxBorderWidth+" #c3c3c3"}},{key:"checkboxOutlineColorFocus",get:function(){return this.outlineColorFocus}},{key:"checkboxBorderColorWarning",get:function(){return this.borderColorWarning}},{key:"checkboxBorderColorError",get:function(){return this.borderColorError}},{key:"checkboxCheckedHoverShadow",get:function(){return"0 0 0 "+this.checkboxBorderWidth+" "+this.checkboxCheckedHoverBg}},{key:"checkboxOutlineWidth",get:function(){return this.controlOutlineWidth}},{key:"checkboxCheckedShadow",get:function(){return"0 0 0 "+this.checkboxBorderWidth+" "+this.checkboxCheckedBg}},{key:"checkboxCheckedActiveShadow",get:function(){return"0 0 0 "+this.checkboxBorderWidth+" "+this.checkboxCheckedActiveBg}},{key:"checkboxBorderColorFocus",get:function(){return this.borderColorFocus}},{key:"checkboxHoverBg",get:function(){return this.btnDefaultHoverBg}},{key:"checkboxActiveBg",get:function(){return this.btnDefaultActiveBg}},{key:"checkboxCheckedBg",get:function(){return this.borderColorFocus}},{key:"checkboxBgDisabled",get:function(){return this.bgDisabled}},{key:"checkboxCheckedHoverBg",get:function(){return c(this.checkboxCheckedBg,"5%")}},{key:"checkboxCheckedActiveBg",get:function(){return c(this.checkboxCheckedBg,"15%")}},{key:"checkboxShadowActive",get:function(){return"0 0 0 "+this.checkboxBorderWidth+" #c3c3c3"}},{key:"textareaColor",get:function(){return this.textColorDefault}},{key:"textareaTextColorDisabled",get:function(){return this.textColorDisabledContrast}},{key:"textareaPlaceholderColorLight",get:function(){return this.placeholderColorLight}},{key:"textareaPlaceholderColor",get:function(){return this.placeholderColor}},{key:"textareaPlaceholderColorDisabled",get:function(){return this.textColorDisabledContrast}},{key:"textareaFontSize",get:function(){return this.fontSizeSmall}},{key:"textareaFontSizeSmall",get:function(){return this.textareaFontSize}},{key:"textareaFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"textareaFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"textareaLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"textareaLineHeightSmall",get:function(){return this.textareaLineHeight}},{key:"textareaLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"textareaLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"textareaBorderWidth",get:function(){return this.controlBorderWidth}},{key:"textareaOutlineWidth",get:function(){return(parseInt(this.controlOutlineWidth,10)||0)-(parseInt(this.textareaBorderWidth,10)||0)+"px"}},{key:"textareaMinHeight",get:function(){return(parseInt(this.textareaLineHeightSmall,10)||0)+2*(parseInt(this.textareaPaddingYSmall,10)||0)+2*(parseInt(this.textareaBorderWidth,10)||0)+"px"}},{key:"textareaMinHeightSmall",get:function(){return this.textareaMinHeight}},{key:"textareaMinHeightMedium",get:function(){return(parseInt(this.textareaLineHeightMedium,10)||0)+2*(parseInt(this.textareaPaddingYMedium,10)||0)+2*(parseInt(this.textareaBorderWidth,10)||0)+"px"}},{key:"textareaMinHeightLarge",get:function(){return(parseInt(this.textareaLineHeightLarge,10)||0)+2*(parseInt(this.textareaPaddingYLarge,10)||0)+2*(parseInt(this.textareaBorderWidth,10)||0)+"px"}},{key:"textareaPaddingXSmall",get:function(){return this.textareaPaddingX}},{key:"textareaPaddingY",get:function(){return this.controlPaddingYSmall}},{key:"textareaPaddingYSmall",get:function(){return this.textareaPaddingY}},{key:"textareaPaddingYMedium",get:function(){return this.controlPaddingYMedium}},{key:"textareaPaddingYLarge",get:function(){return this.controlPaddingYLarge}},{key:"textareaBorderColor",get:function(){return this.borderColorGrayLight}},{key:"textareaBorderColorFocus",get:function(){return this.borderColorFocus}},{key:"textareaBorderColorHover",get:function(){return this.inputBorderColorHover}},{key:"textareaBorderColorWarning",get:function(){return this.borderColorWarning}},{key:"textareaBorderColorError",get:function(){return this.borderColorError}},{key:"textareaCounterColor",get:function(){return this.gray}},{key:"textareaCounterBg",get:function(){return d(this.textareaBg,.9)}},{key:"textareaCounterErrorColor",get:function(){return this.errorText}},{key:"textareaCounterHelpIconColor",get:function(){return this.linkColor}},{key:"radioBulletSizeSmall",get:function(){return this.radioBulletSize}},{key:"radioOutlineWidth",get:function(){return this.controlOutlineWidth}},{key:"radioTextColor",get:function(){return this.textColorDefault}},{key:"radioSizeSmall",get:function(){return this.radioSize}},{key:"radioFontSize",get:function(){return this.fontSizeSmall}},{key:"radioFontSizeSmall",get:function(){return this.radioFontSize}},{key:"radioFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"radioFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"radioLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"radioLineHeightSmall",get:function(){return this.radioLineHeight}},{key:"radioLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"radioLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"radioPaddingY",get:function(){return((parseInt(this.controlHeightSmall,10)||0)-(parseInt(this.radioLineHeightSmall,10)||0))/2+"px"}},{key:"radioPaddingYSmall",get:function(){return this.radioPaddingY}},{key:"radioPaddingYMedium",get:function(){return((parseInt(this.controlHeightMedium,10)||0)-(parseInt(this.radioLineHeightMedium,10)||0))/2+"px"}},{key:"radioPaddingYLarge",get:function(){return((parseInt(this.controlHeightLarge,10)||0)-(parseInt(this.radioLineHeightLarge,10)||0))/2+"px"}},{key:"radioHoverBg",get:function(){return this.checkboxHoverBg}},{key:"radioActiveBg",get:function(){return this.checkboxActiveBg}},{key:"radioBorderWidth",get:function(){return this.controlBorderWidth}},{key:"radioBorderColor",get:function(){return this.borderColorGrayLight}},{key:"radioBorder",get:function(){return this.radioBorderWidth+" solid "+this.radioBorderColor}},{key:"radioBorderColorFocus",get:function(){return this.borderColorFocus}},{key:"radioBorderColorWarning",get:function(){return this.borderColorWarning}},{key:"radioBorderColorError",get:function(){return this.borderColorError}},{key:"radioFocusShadow",get:function(){return"inset 0 0 0 1px "+this.outlineColorFocus}},{key:"radioCheckedBgColor",get:function(){return this.checkboxCheckedBg}},{key:"radioCheckedHoverBgColor",get:function(){return c(this.checkboxCheckedBg,"5%")}},{key:"radioDisabledBg",get:function(){return this.bgDisabled}},{key:"radioDisabledShadow",get:function(){return"0 0 0 "+this.radioBorderWidth+" "+this.borderColorDisabled}},{key:"radioCheckedDisabledBulletBg",get:function(){return this.gray}},{key:"tabFontSize",get:function(){return this.fontSizeLarge}},{key:"tabFontSizeSmall",get:function(){return this.fontSizeSmall}},{key:"tabFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"tabFontSizeLarge",get:function(){return this.tabFontSize}},{key:"tabLineHeight",get:function(){return this.controlLineHeightLarge}},{key:"tabLineHeightSmall",get:function(){return this.controlLineHeightSmall}},{key:"tabLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"tabLineHeightLarge",get:function(){return this.tabLineHeight}},{key:"tabPaddingXLarge",get:function(){return this.tabPaddingX}},{key:"tabsMarginX",get:function(){return this.tabPaddingX}},{key:"tabPaddingY",get:function(){return parseInt(this.controlPaddingYLarge)+parseInt(this.controlBorderWidth)+"px"}},{key:"tabPaddingYSmall",get:function(){return parseInt(this.controlPaddingYSmall)+parseInt(this.controlBorderWidth)+"px"}},{key:"tabPaddingYMedium",get:function(){return parseInt(this.controlPaddingYMedium)+parseInt(this.controlBorderWidth)+"px"}},{key:"tabPaddingYLarge",get:function(){return this.tabPaddingY}},{key:"tabOutlineWidth",get:function(){return this.controlOutlineWidth}},{key:"tabTextColorDefault",get:function(){return this.textColorDefault}},{key:"tabColorFocus",get:function(){return this.borderColorFocus}},{key:"tabColorError",get:function(){return this.btnDangerBg}},{key:"tabColorWarning",get:function(){return this.btnPayBg}},{key:"tabColorSuccess",get:function(){return this.btnSuccessBg}},{key:"tabColorPrimary",get:function(){return this.btnPrimaryBg}},{key:"tabColorHover",get:function(){return this.borderColorFocusLight}},{key:"tabColorHoverError",get:function(){return s(this.tabColorError,"25%")}},{key:"tabColorHoverWarning",get:function(){return s(this.tabColorWarning,"25%")}},{key:"tabColorHoverSuccess",get:function(){return s(this.tabColorSuccess,"25%")}},{key:"tabColorHoverPrimary",get:function(){return s(this.tabColorPrimary,"25%")}},{key:"spinnerBgColor",get:function(){return this.grayXLight}},{key:"spinnerColor",get:function(){return this.red}},{key:"spinnerDimmedColor",get:function(){return this.gray}},{key:"spinnerCaptionColor",get:function(){return this.gray}},{key:"spinnerFontSizeSmall",get:function(){return this.fontSizeSmall}},{key:"spinnerFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"spinnerFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"spinnerLineHeightSmall",get:function(){return this.controlLineHeightSmall}},{key:"spinnerLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"spinnerLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"switcherTextColor",get:function(){return this.textColorDefault}},{key:"switcherOutlineWidth",get:function(){return this.btnOutlineWidth}},{key:"switcherCaptionFontSizeSmall",get:function(){return this.btnFontSizeSmall}},{key:"switcherCaptionFontSizeMedium",get:function(){return this.btnFontSizeMedium}},{key:"switcherCaptionFontSizeLarge",get:function(){return this.btnFontSizeLarge}},{key:"switcherCaptionLineHeightSmall",get:function(){return this.btnLineHeightSmall}},{key:"switcherCaptionLineHeightMedium",get:function(){return this.btnLineHeightMedium}},{key:"switcherCaptionLineHeightLarge",get:function(){return this.btnLineHeightLarge}},{key:"switcherCaptionGapSmall",get:function(){return this.btnPaddingXSmall}},{key:"switcherCaptionGapMedium",get:function(){return this.btnPaddingXMedium}},{key:"switcherCaptionGapLarge",get:function(){return this.btnPaddingXLarge}},{key:"switcherButtonPaddingYSmall",get:function(){return this.btnPaddingYSmall}},{key:"switcherButtonPaddingYMedium",get:function(){return this.btnPaddingYMedium}},{key:"switcherButtonPaddingYLarge",get:function(){return this.btnPaddingYLarge}},{key:"switcherButtonLineHeightSmall",get:function(){return this.btnLineHeightSmall}},{key:"switcherButtonLineHeightMedium",get:function(){return this.btnLineHeightMedium}},{key:"switcherButtonLineHeightLarge",get:function(){return this.btnLineHeightLarge}},{key:"switcherButtonFontSizeSmall",get:function(){return this.btnFontSizeSmall}},{key:"switcherButtonFontSizeMedium",get:function(){return this.btnFontSizeMedium}},{key:"switcherButtonFontSizeLarge",get:function(){return this.btnFontSizeLarge}},{key:"switcherButtonBorderRadiusSmall",get:function(){return this.btnBorderRadiusSmall}},{key:"switcherButtonBorderRadiusMedium",get:function(){return this.btnBorderRadiusMedium}},{key:"switcherButtonBorderRadiusLarge",get:function(){return this.btnBorderRadiusLarge}},{key:"switcherButtonBorderWidth",get:function(){return this.btnBorderWidth}},{key:"switcherButtonDisabledBorderColor",get:function(){return this.switcherBtnDisabledBorderColor}},{key:"switcherButtonCheckedDisabledShadow",get:function(){return this.btnCheckedDisabledShadow}},{key:"mobilePopupHeaderFontSize",get:function(){return this.fontSizeMobile}},{key:"mobilePopupHeaderLineHeight",get:function(){return this.lineHeightMobile}},{key:"globalLoaderColor",get:function(){return this.blueLight}},{key:"fileUploaderFontSize",get:function(){return this.fontSizeSmall}},{key:"fileUploaderPaddingXSmall",get:function(){return this.inputPaddingXSmall}},{key:"fileUploaderPaddingXMedium",get:function(){return this.inputPaddingXMedium}},{key:"fileUploaderPaddingXLarge",get:function(){return this.inputPaddingXLarge}},{key:"fileUploaderFontSizeSmall",get:function(){return this.fontSizeSmall}},{key:"fileUploaderFontSizeMedium",get:function(){return this.fontSizeMedium}},{key:"fileUploaderFontSizeLarge",get:function(){return this.fontSizeLarge}},{key:"fileUploaderLineHeight",get:function(){return this.controlLineHeightSmall}},{key:"fileUploaderLineHeightSmall",get:function(){return this.fileUploaderLineHeight}},{key:"fileUploaderLineHeightMedium",get:function(){return this.controlLineHeightMedium}},{key:"fileUploaderLineHeightLarge",get:function(){return this.controlLineHeightLarge}},{key:"fileUploaderPaddingYSmall",get:function(){return this.fileUploaderPaddingY}},{key:"fileUploaderPaddingYMedium",get:function(){return this.controlPaddingYMedium}},{key:"fileUploaderPaddingYLarge",get:function(){return this.controlPaddingYLarge}},{key:"fileUploaderTextColorDefault",get:function(){return this.textColorDefault}},{key:"fileUploaderPaddingY",get:function(){return this.controlPaddingYSmall}},{key:"fileUploaderBorderWidth",get:function(){return this.controlBorderWidth}},{key:"fileUploaderDisabledBorder",get:function(){return this.fileUploaderBorderWidth+" solid "+this.fileUploaderDisabledBorderColor}},{key:"fileUploaderBorderColorFocus",get:function(){return this.borderColorFocus}},{key:"fileUploaderLinkColor",get:function(){return this.linkColor}},{key:"fileUploaderBorderColorError",get:function(){return this.borderColorError}},{key:"fileUploaderBorderColorWarning",get:function(){return this.borderColorWarning}},{key:"fileUploaderLinkHoverTextDecoration",get:function(){return this.linkHoverTextDecoration}},{key:"fileUploaderDragOverBorderColor",get:function(){return this.borderColorFocus}},{key:"closeBtnIconFocusShadow",get:function(){return"inset 0 0 0 1px "+this.borderColorFocus+", inset 0 0 0 2px "+this.outlineColorFocus}}]),e}();p.fontFamilyCompensationBaseline="0px",p.labGrotesqueBaselineCompensation="1",p.brandXLight="#cae5f5",p.brandLight="#3094d0",p.brand="#2291ff",p.brandDark="#1363a0",p.brandXDark="#084f85",p.white="#fff",p.grayXxLight="#f2f2f2",p.grayXLight="#ebebeb",p.grayLight="#a0a0a0",p.gray="#858585",p.grayDark="#333",p.black="#000",p.blueXxLight="#cdedff",p.blueLight="#1f87ef",p.blue="#1874cf",p.blueDark="#1874cf",p.blueXDark="#044785",p.greenXxLight="#d7f8ae",p.green="#538a1b",p.greenDark="#477916",p.redXxLight="#ffddd6",p.red="#dd473b",p.redDark="#cb3d35",p.yellowXxLight="#ffeec2",p.yellow="#fcb73e",p.yellowDark="#ef8b17",p.bgDefault="#fff",p.bgDisabled="#f6f6f6",p.errorMain="#dd473b",p.errorSecondary="#ffd6d6",p.errorText="#cb3d35",p.warningMain="#fcb73e",p.warningSecondary="#fff0bc",p.warningText="#d97e00",p.borderColorFocusLight="#cdedff",p.borderColorGrayDark="rgba(0, 0, 0, 0.28)",p.borderColorGrayLight="rgba(0, 0, 0, 0.16)",p.placeholderColor="#adadad",p.outlineColorFocus="#fff",p.placeholderColorLight="#cdcdcd",p.blinkColor="rgba(0, 136, 255, 0.2)",p.controlBorderWidth="1px",p.controlOutlineWidth="2px",p.controlLineHeightSmall="20px",p.controlLineHeightMedium="22px",p.controlLineHeightLarge="24px",p.controlPaddingYSmall="5px",p.controlPaddingYMedium="8px",p.controlPaddingYLarge="11px",p.textColorDefault="#222222",p.textColorInvert="#fff",p.textColorDisabled="#adadad",p.textColorDisabledContrast="#858585",p.fontSizeSmall="14px",p.fontSizeMedium="16px",p.fontSizeLarge="18px",p.fontSizeMobile="18px",p.lineHeightMobile="24px",p.specificityLevel="0",p.fixedPanelShadow="0 0 16px 1px rgba(0, 0, 0, 0.3)",p.controlHeightSmall="32px",p.controlHeightMedium="40px",p.controlHeightLarge="48px",p.mobileMediaQuery="(max-width: 576px) and (hover: none) and (pointer: coarse)",p.transitionDuration="100ms",p.transitionTimingFunction="cubic-bezier(0.5, 1, 0.89, 1)",p.linkColor="#1874cf",p.linkActiveColor="#1260ae",p.linkHoverTextDecoration="underline",p.linkSuccessColor="#477916",p.linkSuccessHoverColor="#477916",p.linkSuccessActiveColor="#325a0c",p.linkDangerColor="#cb3d35",p.linkDangerHoverColor="#cb3d35",p.linkDangerActiveColor="#a92a27",p.linkIconMarginRight="4px",p.linkIconMarginLeft="4px",p.linkButtonLineHeight="34px",p.linkButtonPaddingX="10px",p.linkLineBorderBottomStyle="",p.linkLineBorderBottomWidth="0px",p.linkLineBorderBottomOpacity="0.5",p.linkLineBorderBottomColor="color-mix(in srgb, currentColor "+100*parseFloat(p.linkLineBorderBottomOpacity)+"%, transparent)",p.linkFocusOutlineColor="transparent",p.linkFocusOutlineWidth="0px",p.linkFocusOutline="none",p.tokenDisabledBg="rgba(0, 0, 0, 0.05)",p.tokenMarginY="3px",p.tokenMarginX="2px",p.tokenMarginYMedium="3px",p.tokenMarginXMedium="3px",p.tokenMarginYLarge="3px",p.tokenMarginXLarge="4px",p.tokenPaddingY="1px",p.tokenPaddingX="3px",p.tokenPaddingYMedium="2px",p.tokenPaddingXMedium="5px",p.tokenPaddingYLarge="3px",p.tokenPaddingXLarge="7px",p.tokenMarginBeforeIcon="4px",p.tokenRemoveIconSize="8px",p.tokenRemoveIconPaddingY="4px",p.tokenRemoveIconPaddingX="4px",p.tokenRemoveIconGap="4px",p.tokenRemoveIconBoxSizing="content-box",p.tokenBorderRadius="1px",p.tokenBorderWidth="1px",p.tokenBorderColorDisabled="transparent",p.tokenOutlineWidth="2px",p.tokenLegacyTextShift="0px",p.tokenDefaultIdleBg="",p.tokenDefaultIdleColor="",p.tokenDefaultIdleBorderColor="",p.tokenDefaultIdleBgHover="",p.tokenDefaultIdleColorHover="",p.tokenDefaultIdleBorderColorHover="",p.tokenDefaultActiveBg="",p.tokenDefaultActiveColor="",p.tokenDefaultActiveBorderColor="",p.tokenInputBorderRadius="0px",p.tokenInputPaddingY="1px",p.tokenInputPaddingX="2px",p.tokenInputPaddingYMedium="3px",p.tokenInputPaddingXMedium="3px",p.tokenInputPaddingYLarge="5px",p.tokenInputPaddingXLarge="4px",p.tokenInputPopupOffset="0px",p.tokenInputPopupMarginSmall="7px",p.tokenInputPopupMarginMedium="10px",p.tokenInputPopupMarginLarge="13px",p.loaderBg="rgba(255, 255, 255, 0.8)",p.loaderOpacity="0.8",p.loaderBorderRadius="0px",p.btnBackgroundClip="padding-box",p.btnArrowBgImageActive="none",p.btnArrowBgImageChecked="none",p.btnLinkBorderRadius="2px",p.btnFocusShadowWidth="2px",p.btnBorderColorTransition="",p.btnDisabledBorderColor="rgba(0, 0, 0, 0.05)",p.btnCheckedBg="#7e7e7e",p.btnCheckedDisabledBg="#a0a0a0",p.btnCheckedDisabledColor="rgba(255, 255, 255, 0.7)",p.btnCheckedTextColor="#fff",p.btnCheckedShadow="none",p.btnCheckedDisabledShadow="none",p.btnBorderRadiusSmall="1px",p.btnBorderRadiusMedium="1px",p.btnBorderRadiusLarge="1px",p.btnInsetWidth="1px",p.btnPaddingXSmall="15px",p.btnPaddingXMedium="15px",p.btnPaddingXLarge="19px",p.btnIconGapSmall="4px",p.btnIconGapSmallRight="4px",p.btnIconGapMedium="4px",p.btnIconGapMediumRight="4px",p.btnIconGapLarge="4px",p.btnIconGapLargeRight="4px",p.btnIconSizeSmall="16px",p.btnIconSizeMedium="18px",p.btnIconSizeLarge="20px",p.btnDefaultBg="#fff",p.btnDefaultBgStart="none",p.btnDefaultBgEnd="none",p.btnDefaultHoverBg="#f2f2f2",p.btnDefaultHoverBgStart="none",p.btnDefaultHoverBgEnd="none",p.btnDefaultActiveBg="#ebebeb",p.btnDefaultHoverBorderColor="rgba(0, 0, 0, 0.16)",p.btnDefaultHoverBorderBottomColor="",p.btnDefaultHoverTextColor="",p.btnDefaultActiveBorderColor="rgba(0, 0, 0, 0.16)",p.btnDefaultActiveBorderTopColor="",p.btnDefaultBorderColor="rgba(0, 0, 0, 0.16)",p.btnDefaultBorderBottomColor="",p.btnDefaultActiveShadow="none",p.btnSuccessBg="#538a1b",p.btnSuccessHoverBg="#477916",p.btnSuccessHoverBorderColor="#477916",p.btnSuccessHoverBorderBottomColor="",p.btnSuccessHoverTextColor="",p.btnSuccessBorderColor="#538a1b",p.btnSuccessBorderBottomColor="",p.btnSuccessBgStart="none",p.btnSuccessBgEnd="none",p.btnSuccessTextColor="#fff",p.btnSuccessHoverBgStart="none",p.btnSuccessHoverBgEnd="none",p.btnSuccessActiveBg="#3a6710",p.btnSuccessActiveBorderColor="#3a6710",p.btnSuccessActiveBorderTopColor="",p.btnSuccessActiveShadow="none",p.btnPrimaryBg="#1c7edf",p.btnPrimaryHoverBg="#1874cf",p.btnPrimaryHoverBorderColor="#1874cf",p.btnPrimaryHoverBorderBottomColor="",p.btnPrimaryHoverTextColor="",p.btnPrimaryBorderColor="#1c7edf",p.btnPrimaryBorderBottomColor="",p.btnPrimaryBgStart="none",p.btnPrimaryBgEnd="none",p.btnPrimaryTextColor="#fff",p.btnPrimaryHoverBgStart="none",p.btnPrimaryHoverBgEnd="none",p.btnPrimaryActiveBg="#156abe",p.btnPrimaryActiveBorderColor="#156abe",p.btnPrimaryActiveBorderTopColor="",p.btnPrimaryActiveShadow="none",p.btnDangerBg="#dd473b",p.btnDangerHoverBg="#cb3d35",p.btnDangerHoverBorderColor="#cb3d35",p.btnDangerHoverBorderBottomColor="",p.btnDangerHoverTextColor="",p.btnDangerBorderColor="#dd473b",p.btnDangerBorderBottomColor="",p.btnDangerBgStart="none",p.btnDangerBgEnd="none",p.btnDangerTextColor="#fff",p.btnDangerHoverBgStart="none",p.btnDangerHoverBgEnd="none",p.btnDangerActiveBg="#ba342e",p.btnDangerActiveBorderColor="#ba342e",p.btnDangerActiveBorderTopColor="",p.btnDangerActiveShadow="none",p.btnPayBg="#fcb73e",p.btnPayHoverBg="#fda70c",p.btnPayHoverBorderColor="#fda70c",p.btnPayHoverBorderBottomColor="",p.btnPayHoverTextColor="",p.btnPayBorderColor="#fcb73e",p.btnPayBorderBottomColor="",p.btnPayBgStart="none",p.btnPayBgEnd="none",p.btnPayHoverBgStart="none",p.btnPayHoverBgEnd="none",p.btnPayActiveBg="#f69912",p.btnPayActiveBorderColor="#f69912",p.btnPayActiveBorderTopColor="",p.btnPayActiveShadow="none",p.btnMenuArrowColor="#a6a6a6",p.btnLinkLineBorderBottomStyle="",p.btnLinkLineBorderBottomWidth="0px",p.btnInsetColor="#fff",p.btnBacklessBg="transparent !important",p.btnBacklessHoverBg="rgba(0, 0, 0, 0.04) !important",p.btnBacklessActiveBg="rgba(0, 0, 0, 0.1) !important",p.btnBacklessHoverTextColor="",p.btnTextBg="transparent",p.btnTextHoverBg="rgba(0, 0, 0, 0.04)",p.btnTextActiveBg="rgba(0, 0, 0, 0.1)",p.btnTextHoverTextColor="",p.btnWithIconPaddingLeftSmall="",p.btnWithIconPaddingLeftMedium="",p.btnWithIconPaddingLeftLarge="",p.btnIconColor="",p.btnIconHoverColor="",p.btnIconDisabledColor="",p.selectPlaceholderColor="#adadad",p.selectPaddingXSmall="7px",p.selectIconGapSmall="4px",p.selectPaddingXMedium="11px",p.selectIconGapMedium="8px",p.selectPaddingXLarge="15px",p.selectIconGapLarge="12px",p.selectRootWidthMobile="auto",p.mobileSelectMaxWidth="100%",p.selectBorderColorTransition="box-shadow "+p.transitionDuration+" "+p.transitionTimingFunction+";",p.tooltipPaddingY="16px",p.tooltipPaddingX="16px",p.tooltipCloseBtnPadding="8px",p.tooltipCloseBtnSide="8px",p.tooltipCloseBtnColor="rgba(0, 0, 0, 0.32)",p.tooltipCloseBtnHoverColor="rgba(0, 0, 0, 0.5)",p.tooltipBg="#fff",p.tooltipPinOffset="0px",p.tooltipPinOffsetX="16px",p.tooltipPinOffsetY="18px",p.tooltipMargin="10px",p.kebabMargin="4px",p.kebabBackground="transparent",p.kebabBackgroundHover="rgba(0, 0, 0, 0.09)",p.kebabBorderRadius="50%",p.kebabBorder="2px solid transparent",p.kebabSizeSmall="26px",p.kebabSizeMedium="26px",p.kebabSizeLarge="26px",p.kebabIconSizeSmall="14px",p.kebabIconSizeMedium="18px",p.kebabIconSizeLarge="20px",p.kebabIconColor="#757575",p.modalWindowShadow="0 5px 10px rgba(0, 0, 0, 0.2);",p.modalBackBg="#222",p.modalBackOpacity="0.6",p.modalCloseButtonColor="rgba(0, 0, 0, 0.32)",p.modalCloseButtonDisabledColor="#8b8b8b",p.modalCloseButtonHoverColor="rgba(0, 0, 0, 0.865)",p.modalCloseButtonPadding="36px",p.modalCloseButtonLegacyShift="0px",p.modalCloseButtonBottomPadding="20px",p.modalCloseButtonClickArea="10px",p.modalCloseIconSize="12px",p.modalCloseLegacyGap="0px",p.modalCloseWrapperLegacyGap="0px",p.modalBorderRadius="0px",p.modalFixedHeaderBorder="none",p.modalFixedFooterBorder="none",p.modalFixedPanelShadow="none",p.modalFooterBg="#ebebeb",p.modalAdaptiveThreshold="425px",p.modalPaddingTop="24px",p.modalPaddingLeft="32px",p.modalPaddingRight="36px",p.modalHeaderFontSize="24px",p.modalHeaderFontWeight="400",p.modalHeaderLineHeight="32px",p.modalHeaderPaddingBottom="16px",p.modalHeaderPaddingTop="24px",p.modalHeaderAdditionalPaddingBottom="22px",p.modalFixedHeaderMarginBottom="10px",p.modalFixedFooterPaddingTop="20px",p.modalFixedFooterMarginTop="10px",p.modalSeparatorBorderBottom="none",p.modalBodyTextColor="inherit",p.modalFooterTextColor="inherit",p.modalBodyPaddingTop="0",p.modalBodyPaddingBottom="24px",p.modalBodyBorderRadius="0px",p.modalFooterPaddingTop="0px",p.modalFooterPaddingBottom="32px",p.modalPaddingBottom="40px",p.modalFooterPanelPaddingTop="20px",p.modalFooterPanelPaddingBottom="20px",p.mobileModalCloseButtonRightPadding="16px",p.mobileModalCloseButtonTopPadding="12px",p.mobileModalCloseButtonClickArea="16px",p.mobileModalCloseIconSize="12px",p.mobileModalHeaderFontSize="24px",p.mobileModalHeaderLineHeight="32px",p.mobileModalHeaderPadding="16px",p.mobileModalBodyPadding="0 16px 16px 16px",p.mobileModalBodyFontSize="16px",p.mobileModalFooterPadding="16px",p.mobileModalPaddingBottom="16px",p.mobileModalContainerHeight="100%",p.mobileModalContainerMarginTop="0",p.mobileModalContainerMarginRight="0",p.mobileModalContainerMarginBottom="0",p.mobileModalContainerMarginLeft="0",p.sidePageFooterPanelBg="#ebebeb",p.sidePageBackingBg="#222",p.sidePageBackingBgOpacity="0.6",p.sidePageCloseButtonColor="rgba(0, 0, 0, 0.374)",p.sidePageCloseButtonHoverColor="rgba(0, 0, 0, 0.5)",p.sidePageContainerShadow="0 5px 10px rgba(0, 0, 0, 0.2)",p.mobileSidePagePaddingLeft="16px",p.mobileSidePagePaddingRight="16px",p.mobileSidePagePaddingTop="16px",p.mobileSidePagePaddingBottom="16px",p.mobileSidePageFooterPadding="16px",p.sidePagePaddingLeft="32px",p.sidePagePaddingRight="36px",p.sidePagePaddingTop="24px",p.sidePagePaddingBottom="40px",p.sidePageFooterPaddingTop="24px",p.sidePageFooterPaddingBottom="32px",p.sidePageBodyTextColor="inherit",p.sidePageFooterTextColor="inherit",p.sidePageHeaderFontSize="24px",p.sidePageHeaderLineHeight="32px",p.sidePageHeaderPaddingBottom="16px",p.sidePageHeaderPaddingTop="24px",p.sidePageHeaderFixedFontSize="18px",p.sidePageHeaderFixedLineHeight="28px",p.sidePageHeaderFixedPaddingY="10px",p.sidePageHeaderStickyOffset="5px",p.sidePageCloseButtonPadding="36px",p.mobileSidePageCloseButtonPadding="16px",p.sidePageCloseButtonLegacyPaddingLeft="36px",p.sidePageFooterPanelPaddingTop="20px",p.sidePageFooterPanelPaddingBottom="20px",p.sidePageCloseIconSize="12px",p.sidePageCloseButtonClickArea="10px",p.mobileSidePageCloseButtonClickArea="16px",p.sidePageFixedPanelShadow="none",p.mobileSidePageHeaderFontSize="24px",p.mobileSidePageHeaderLineHeight="32px",p.mobileSidePageHeaderPaddingBottom="16px",p.mobileSidePageHeaderPaddingTop="16px",p.sidePageHeaderFontWeight="",p.dateInputMaskColor="#b8b8b8",p.dateInputComponentSelectedBgColor="#cdedff",p.calendarCellHoverColor="white",p.calendarCellActiveHoverColor="white",p.calendarCellWeekendColor="#cb3d35",p.calendarCellTodayBorder="1px solid rgba(0, 0, 0, 0.32)",p.calendarCellSelectedBgColor="#ebebeb",p.calendarCellSelectedFontColor="inherit",p.calendarCellSize="32px",p.calendarMonthTitleBorderBottomColor="#dfdede",p.calendarPaddingX="18px",p.calendarMonthTitleLineHeight="20px",p.calendarMonthTitlePaddingTop="12px",p.calendarMonthTitlePaddingBottom="8px",p.calendarMonthTitleMarginX="6px",p.calendarMonthTitleMarginBottom="6px",p.calendarWrapperHeight=" 330px",p.calendarMonthMarginBottom="6px",p.calendarMaxMonthsToAppendOnScroll="5",p.dateSelectLineHeight="20px",p.dateSelectFontSize="14px",p.dateSelectFontWeight="bold",p.dateSelectMenuItemBgSelected="#ececec",p.datePickerMenuOffsetY="2px",p.pickerShadow="0 4px 12px 0 rgba(0, 0, 0, 0.16)",p.pickerTodayWrapperBorderTop="1px solid #dfdede",p.pickerTodayWrapperHoverBgColor="#f5f5f5",p.pickerTodayWrapperFontSize="14px",p.pickerTodayWrapperLineHeight="20px",p.pickerTodayWrapperPaddingTop="6px",p.pickerTodayWrapperPaddingBottom="6px",p.pickerBorderRadius="",p.pagingForwardIconMarginTop="1px",p.pagingPageLinkBoxSizing="content-box",p.pagingPageLinkPaddingX="0.625em",p.pagingPageLinkPaddingY="0.3125em",p.pagingPageLinkLegacyPaddingY="0px",p.pagingPageLinkMinWidth="0.75em",p.pagingPageForwardLinkMarginTop="0.35em",p.pagingPageForwardLinkMarginLeft="10px",p.pagingPageForwardLinkPaddingRight="1.375em",p.pagingLineHeight="1.375em",p.pagingDotsColor="gray",p.pagingDotsPadding="0.375em 0.625em 0",p.pagingPageLinkActiveBg="rgba(0, 0, 0, 0.09)",p.pagingPageLinkDisabledActiveBg="rgba(0, 0, 0, 0.04)",p.pagingPageLinkHoverBg="rgba(0, 0, 0, 0.05)",p.pagingPageLinkBorderRadius="9999px",p.pagingPageLinkHintFontSize="12px",p.pagingPageLinkHintLineHeight="16px",p.pagingPageLinkHintMargin="0 -20px",p.pagingPageLinkMargin="0px 1px",p.hintMaxWidth="200px",p.hintPaddingY="6px",p.hintPaddingX="8px",p.hintTextAlign="center",p.hintBgColor="rgba(51, 51, 51, 0.8)",p.hintBorder="none",p.hintBorderRadius="2px",p.hintPinOffset="8px",p.hintMargin="8px",p.toastPaddingY="10px",p.toastPaddingX="16px",p.toastBorderRadius="2px",p.toastBorder="none",p.toastTop="24px",p.toastBg="rgba(51, 51, 51, 0.8)",p.toastColor="white",p.toastLinkColor="#8fcdff",p.toastLinkTextDecorationHover="underline",p.toastLinkBgHover="",p.toastLinkBgActive="",p.toastClosePadding="16px",p.toastCloseColor="rgba(255, 255, 255, 0.6)",p.toastCloseHoverColor="white",p.toastCloseSize="8px",p.dropdownMenuSelectedBg="#f1f1f1",p.dropdownMenuBorderColorTransition="",p.dropdownMenuMenuBoxSizing="content-box",p.dropdownButtonBorderRadiusSmall="1px",p.dropdownButtonBorderRadiusMedium="1px",p.dropdownButtonBorderRadiusLarge="1px",p.menuBorder="none",p.menuShadow="0 4px 12px rgba(0, 0, 0, 0.16)",p.menuPaddingY="0px",p.menuLegacyPaddingY="5px",p.menuScrollContainerContentWrapperPaddingY="4px",p.mobileMenuPaddingY="0px",p.mobileMenuScrollContainerContentWrapperPaddingY="0px",p.menuPaddingX="0px",p.mobileMenuPaddingX="8px",p.menuOffsetY="0px",p.menuBoxSizing="content-box",p.menuItemIconWidth="16px",p.menuItemIconWidthMedium="20px",p.menuItemIconWidthLarge="24px",p.menuItemIconGap="4px",p.menuItemIconLegacyMargin="0px",p.menuItemIconLegacyShift="0px",p.menuItemPaddingX="8px",p.menuItemPaddingY="6px",p.menuItemPaddingXMedium="12px",p.menuItemPaddingYMedium="9px",p.menuItemPaddingXLarge="16px",p.menuItemPaddingYLarge="12px",p.menuItemBorderRadius="0px",p.menuItemLegacyPaddingX="0px",p.menuItemLegacyPaddingY="0px",p.menuItemCommentColor="#adadad",p.menuItemCommentOpacity="",p.menuItemCommentColorHover="#fff",p.menuItemDisplay="block",p.menuItemPaddingMobile="12px 16px",p.menuItemDisabledBg="transparent",p.menuItemGap="0px",p.menuHeaderColor="#757575",p.menuHeaderLineHeight="16px",p.menuHeaderLineHeightMedium="20px",p.menuHeaderLineHeightLarge="22px",p.menuHeaderFontSize="12px",p.menuHeaderFontSizeMedium="14px",p.menuHeaderFontSizeLarge="16px",p.menuHeaderPaddingX="8px",p.menuHeaderPaddingTop="12px",p.menuHeaderPaddingBottom="4px",p.menuHeaderPaddingXMedium="12px",p.menuHeaderPaddingTopMedium="14px",p.menuHeaderPaddingBottomMedium="6px",p.menuHeaderPaddingXLarge="16px",p.menuHeaderPaddingTopLarge="18px",p.menuHeaderPaddingBottomLarge="8px",p.menuHeaderTotalCountPaddingTopSmall="4px",p.menuHeaderTotalCountPaddingTopMedium="6px",p.menuHeaderTotalCountPaddingTopLarge="8px",p.menuHeaderTotalCountPaddingBottomSmall="12px",p.menuHeaderTotalCountPaddingBottomMedium="14px",p.menuHeaderTotalCountPaddingBottomLarge="18px",p.menuHeaderLegacyPaddingRight="0px",p.menuFooterLegacyPaddingRight="0px",p.menuSeparatorBorderColor="#ebebeb",p.menuSeparatorMarginY="2px",p.menuSeparatorMarginX="0px",p.menuSeparatorBorderWidth="1px",p.mobileMenuSeparatorMarginY="4px",p.mobileMenuSeparatorMarginX="24px",p.toggleHandleActiveWidthIncrement="4px",p.toggleHeight="20px",p.toggleWidth="32px",p.toggleHeightMedium="22px",p.toggleWidthMedium="34px",p.toggleHeightLarge="24px",p.toggleWidthLarge="36px",p.toggleBg="#fff",p.toggleCheckedBg="#fff",p.toggleDisabledHandleBg="#fff",p.toggleBaseBg="#fff",p.toggleBgDisabledChecked="#dadada",p.toggleBgHover="#f3f3f2",p.toggleCheckedBgHover="#f3f3f2",p.toggleBgChecked="#1874cf",p.toggleBorderColor="rgba(0, 0, 0, 0.16)",p.toggleBgFocus="linear-gradient(-180deg, #f1f1f1, #dedede)",p.toggleBgActive="#e5e5e5",p.toggleCaptionGap="8px",p.toggleButtonOffsetY="0px",p.toggleContainerBg="",p.toggleContainerBgCheckedHover="",p.toggleContainerBoxShadow="",p.toggleContainerBoxShadowHover="",p.toggleContainerBoxShadowChecked="",p.toggleContainerBoxShadowCheckedHover="",p.toggleHandleBgHover="",p.toggleHandleBgChecked="",p.toggleHandleBgCheckedHover="",p.toggleHandleBoxShadow="",p.toggleHandleBoxShadowHover="",p.toggleHandleBoxShadowChecked="",p.toggleHandleBoxShadowCheckedHover="",p.toggleContainerBgDisabled="",p.toggleHandleBgDisabled="",p.toggleContainerBoxShadowDisabled="",p.toggleHandleBoxShadowDisabled="",p.toggleContainerBgDisabledChecked="",p.toggleHandleBgDisabledChecked="",p.toggleContainerBoxShadowDisabledChecked="",p.toggleHandleBoxShadowDisabledChecked="",p.popupBorder="none",p.popupBorderRadius="2px",p.popupBorderColor="transparent",p.popupDropShadow="drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16))",p.popupBoxShadow="0 4px 12px 0 rgba(0, 0, 0, 0.16)",p.popupPinOffset="0px",p.popupPinOffsetX="16px",p.popupPinOffsetY="16px",p.popupMargin="10px",p.popupPinSize="8px",p.popupMenuMenuOffsetY="0px",p.inputShadow="none",p.inputBg="white",p.inputIconColor="#a9a9a9",p.inputColor="inherit",p.inputWidth="200px",p.inputPaddingXSmall="7px",p.inputPaddingXMedium="11px",p.inputPaddingXLarge="15px",p.inputIconGapSmall="4px",p.inputIconGapMedium="8px",p.inputIconGapLarge="12px",p.inputIconSizeSmall="16px",p.inputIconSizeMedium="18px",p.inputIconSizeLarge="20px",p.inputBackgroundClip="padding-box",p.inputBorderRadiusSmall="0px",p.inputBorderRadiusMedium="0px",p.inputBorderRadiusLarge="0px",p.inputDisabledBackgroundClip="",p.inputBorderTopColor="rgba(0, 0, 0, 0.15)",p.inputColorScheme="light",p.checkboxBoxSize="16px",p.checkboxBoxSizeSmall="16px",p.checkboxBoxSizeMedium="20px",p.checkboxBoxSizeLarge="24px",p.checkboxCaptionGap="8px",p.checkboxBoxOffsetY="1px",p.checkboxBgStart="#fdfdfd",p.checkboxBgEnd="#ededed",p.checkboxBorder="none",p.checkboxCheckedColor="#fff",p.checkboxBorderRadius="1px",p.checkboxBg="#fff",p.textareaBg="#fff",p.textareaShadow="none",p.textareaBackgroundClip="border-box",p.textareaBorderRadius="0px",p.textareaWidth="250px",p.textareaPaddingX="7px",p.textareaPaddingXMedium="11px",p.textareaPaddingXLarge="15px",p.textareaBorderTopColor="rgba(0, 0, 0, 0.16)",p.textareaDisabledBg="rgba(0, 0, 0, 0.05)",p.textareaDisabledBorderColor="transparent",p.radioBulletSize="8px",p.radioBulletSizeMedium="10px",p.radioBulletSizeLarge="12px",p.radioSize="16px",p.radioSizeMedium="20px",p.radioSizeLarge="24px",p.radioCaptionGap="8px",p.radioVerticalAlign="top",p.radioBgImage="none",p.radioBgColor="#fff",p.radioBoxShadow="none",p.radioHoverShadow="none",p.radioActiveShadow="none",p.radioCheckedBorderColor="transparent",p.radioCheckedBulletColor="#fff",p.radioCaptionDisplay="inline-flex",p.radioBorderWidthCompensation="0px",p.radioCircleOffsetY="1px",p.radioGroupLegacyItemGap="0px",p.tabPaddingX="12px",p.tabPaddingXSmall="8px",p.tabPaddingXMedium="10px",p.tabBorderWidth="2px",p.tabIndicatorBorderRadius="0px",p.spinnerCaptionGapSmall="6px",p.spinnerCaptionGapMedium="-4px",p.spinnerCaptionGapLarge="-3px",p.spinnerCaptionMarginSmall="0 0 0 6px",p.spinnerCaptionMarginMedium="0 0 0 6px",p.spinnerCaptionMarginLarge="0 0 0 6px",p.switcherBorderRadius="2px",p.switcherButtonPaddingXSmall="7px",p.switcherButtonPaddingXMedium="11px",p.switcherButtonPaddingXLarge="15px",p.switcherBtnDisabledBorderColor="rgba(0, 0, 0, 0.16)",p.mobilePopupTopPadding="80px",p.mobilePopupContainerBottomPadding="8px",p.mobilePopupHeaderPadding="16px 16px 8px 16px",p.mobilePopupContainerBorderRadius="16px",p.mobilePopupHeaderFontWeight="500",p.mobilePopupHeaderChildPadding="12px",p.mobilePopupOuterIndentY="24px",p.scrollContainerScrollBarSize="4px",p.scrollContainerScrollBarHoverSize="10px",p.scrollContainerScrollBarColor="rgba(183, 183, 183, 0.7)",p.scrollContainerScrollBarInvertColor="rgba(255, 255, 255, 0.5)",p.scrollContainerScrollBarOffsetY="4px",p.dropdownMenuScrollContainerScrollBarOffsetY="0px",p.passwordInputVisibilityIconColor="#000",p.passwordInputVisibilityIconOpacity="0.6",p.passwordInputVisibilityIconHoverColor="#000",p.passwordInputVisibilityIconHoverOpacity="1",p.globalLoaderHeight="4px",p.globalLoaderWidth="100%",p.globalLoaderPosition="fixed",p.globalLoaderTop="0px",p.globalLoaderLeft="0px",p.globalLoaderBottom="auto",p.globalLoaderRight="auto",p.globalLoaderBackgroundColor="transparent",p.globalLoaderTransitionToSpinnerDuration="500",p.globalLoaderSpinnerAnimationDuration="2000",p.globalLoaderSlowAnimationDuration="20000",p.globalLoaderTransitionFromSpinnerDuration="200",p.fileUploaderWidth="362px",p.fileUploaderBg="#fff",p.fileUploaderUploadButtonBg="",p.fileUploaderPaddingX="7px",p.fileUploaderBorderRadius="2px",p.fileUploaderBorderColor="rgba(0, 0, 0, 0.37)",p.fileUploaderBorderStyle="dashed",p.fileUploaderAfterLinkColor="",p.fileUploaderIconSize="14px",p.fileUploaderIconColor="#808080",p.fileUploaderIconHoverColor="#333",p.fileUploaderDisabledBg="#f2f2f2",p.fileUploaderDisabledBgClip="",p.fileUploaderDisabledBorderColor="#f2f2f2",p.fileUploaderDisabledTextColor="#808080",p.fileUploaderDisabledLinkColor="#808080",p.fileUploaderDisabledIconColor="#A0A0A0",p.fileUploaderHoveredBg="none",p.fileUploaderHoveredBorderColor="",p.fileUploaderIconGapSmall="4px",p.fileUploaderIconGapMedium="6px",p.fileUploaderIconGapLarge="8px",p.fileUploaderDragOverShadow="0px 0px 0px 3px #2da4f9, 0px 0px 0px 8px rgba(45, 164, 249, 0.35)",p.closeBtnIconColor="rgba(0, 0, 0, 0.32)",p.closeBtnIconDisabledColor="#8b8b8b",p.closeBtnIconHoverColor="rgba(0, 0, 0, 0.865)",p.closeBtnIconBorderRadius="4px",p.internalMenuPaddingY="5px",p.autocompleteMenuOffsetY="2px",p.comboboxMenuOffsetY="2px",p.miniModalHeaderPaddingBottom="0",p.miniModalBodyPaddingTop="16px",p.miniModalBodyPaddingBottom="0",p.miniModalHeaderPaddingTop="32px",p.miniModalActionGap="8px",p.miniModalCancelIndent="8px",p.miniModalFooterPaddingTop="24px",p.miniModalFooterPaddingBottom="32px",p.miniModalTitleMarginTop="16px",p.miniModalHeightMobile="auto",p.miniModalMarginTopMobile="80px",p.miniModalMarginLeftMobile="24px",p.miniModalMarginRightMobile="24px",p.miniModalFooterPaddingMobile="24px 16px 16px",p.miniModalHeaderPaddingMobile="32px 16px 0",p.miniModalBodyPaddingMobile="16px 16px 0";var h=(0,f.Rv)(p)},1228:function(e,t,n){"use strict";n.d(t,{lw:function(){return d}});var r,o,i,a=n(5996),l=((null==(r=a.globalObject.navigator)?void 0:r.platform)||"").toLowerCase(),u=((null==(o=a.globalObject.navigator)?void 0:o.userAgent)||"").toLowerCase(),s=((null==(i=a.globalObject.navigator)?void 0:i.vendor)||"").toLowerCase(),c=(l.includes("mac"),l.includes("win"),/version\/(\d+).+?safari/.test(u)),d=(/(?:firefox|fxios)\/(\d+)/.test(u),/(?:^opera.+?version|opr)\/(\d+)/.test(u),s.includes("google inc")&&/(?:chrome|crios)\/(\d+)/.test(u),u.includes("edge/"),u.includes("trident/"));/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(u)&&a.globalObject.document&&a.globalObject.document.documentElement,/(ip[ao]d|iphone)/gi.test(u),c&&u.includes("version/17")},3603:function(e,t,n){"use strict";function r(e){return function(){return this.props}}n.d(t,{o:function(){return r}})},7507:function(e,t,n){"use strict";n.d(t,{X:function(){return i}});var r=n(1568),o=n(7979),i=function(e){return(0,r.A)({},o.k,e)}},7979:function(e,t,n){"use strict";n.d(t,{K:function(){return i},k:function(){return o}});var r=n(6540),o={tokenInputRemoveWhitespaceFromDefaultDelimiters:!1,kebabHintRemovePin:!1,sidePageEnableFocusLockWhenBackgroundBlocked:!1,spinnerLoaderRemoveDefaultCaption:!1,menuItemsAtAnyLevel:!1,textareaUseSafari17Workaround:!1,linkFocusOutline:!1,comboBoxAllowValueChangeInEditingState:!1,hintAddDynamicPositioning:!1},i=r.createContext(o);i.displayName="ReactUIFeatureFlagsContext",i.__KONTUR_REACT_UI__="ReactUIFeatureFlagsContext"},4185:function(e,t,n){"use strict";n.d(t,{z:function(){return s}});var r=n(961),o=n(9771),i=n.n(o),a=n(5996);function l(e,t){return!!t&&e instanceof t}var u=n(8755),s=function(e){if(!a.globalObject.document||!e)return null;if(l(e,a.globalObject.Element))return e;var t;if((0,u.M)(e)&&(l(e,a.globalObject.Node)||(t=e.getRootNode())),void 0!==t)return t;try{t=(0,r.findDOMNode)(e)}catch(e){return i()(!1,"[getRootNode]: can`t fallback to findDOMNode.\nSee https://github.com/skbkontur/retail-ui/blob/master/packages/react-ui/README.md#strictmode\n\n"+e.message),null}return l(t,a.globalObject.Element)?t:null}},8755:function(e,t,n){"use strict";n.d(t,{M:function(){return u},b:function(){return l}});var r=n(9932),o=n(228),i=n.n(o),a=n(4185);function l(e){var t,n,o=(n=t=function(t){function n(){var n;return(n=t.call(this,arguments.length<=0?void 0:arguments[0])||this).rootNode=e.defaultRootNode,n.rootNodeEmitter=new(i()),n.setRootNode=function(e){var t=(0,a.z)(e);t!==n.rootNode&&(n.rootNode=t,n.rootNodeEmitter.emit("change",t))},n.getRootNode=function(){return n.rootNode},n.addRootNodeChangeListener=function(e){return n.rootNodeEmitter.addListener("change",e),{remove:function(){n.rootNodeEmitter.removeListener("change",e)}}},n}return(0,r.A)(n,t),n}(e),t.__KONTUR_REACT_UI__=e.__KONTUR_REACT_UI__,t.displayName=e.displayName,n),l=Object.getOwnPropertyDescriptor(o,"name");return l&&!l.configurable||Object.defineProperty(o,"name",{value:e.name}),o}var u=function(e){return Boolean(e)&&Object.prototype.hasOwnProperty.call(e,"getRootNode")}},2861:function(e,t,n){"use strict";n.d(t,{y:function(){return d}});var r=n(9771),o=n.n(r),i=n(5907),a={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgrey:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",grey:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},l=function(){function e(e,t,n){this.rgb=e,this.alpha=t,this.type=n}var t=e.prototype;return t.luma=function(){var e=this.rgb[0]/255,t=this.rgb[1]/255,n=this.rgb[2]/255;return.2126*(e=e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(t=t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))},t.toHEXString=function(){return o()(1===this.alpha,"There is an alpha channel="+this.alpha+", converting to HEX will discard opacity"),"#"+this.rgb.map((function(e){var t=(0,i.qE)(Math.round(e),255);return(t<16?"0":"")+t.toString(16)})).join("")},t.toRGB=function(){return{r:this.rgb[0],g:this.rgb[1],b:this.rgb[2],a:this.alpha}},t.toRGBString=function(){return this.alpha<1?"rgba("+this.rgb[0]+", "+this.rgb[1]+", "+this.rgb[2]+", "+this.alpha+")":"rgb("+this.rgb[0]+", "+this.rgb[1]+", "+this.rgb[2]+")"},t.toHSL=function(){var e=this.rgb[0]/255,t=this.rgb[1]/255,n=this.rgb[2]/255,r=Math.max(e,t,n),o=Math.min(e,t,n),a=0,l=0,u=(r+o)/2;if(r!==o){var s=r-o;switch(l=u>.5?s/(2-r-o):s/(r+o),r){case e:a=(t-n)/s+(t<n?6:0);break;case t:a=(n-e)/s+2;break;case n:a=(e-t)/s+4}a=Math.round(60*a)}return{h:a,s:(0,i.CR)(l,2),l:(0,i.CR)(u,2),a:this.alpha}},t.toHSLString=function(){var e=this.toHSL();return e.a<1?"hsla("+e.h+", "+100*e.s+"%, "+100*e.l+"%, "+e.a+")":"hsl("+e.h+", "+100*e.s+"%, "+100*e.l+"%)"},t.toColorString=function(e){switch(void 0===e&&(e=this.type),e){case"rgb":case"rgba":return this.toRGBString();case"hsl":case"hsla":return this.toHSLString();case"transparent":return"transparent";default:return this.toHEXString()}},t.clone=function(){return new e(this.rgb,this.alpha,this.type)},e}(),u=/(?:rgba|rgb)\(\s*(\d{1,3}(?:(?:\.\d+)?%)?)\s*,?\s*(\d{1,3}(?:(?:\.\d+)?%)?)\s*,?\s*(\d{1,3}(?:(?:\.\d+)?%)?)\s*(?:\)|(?:,|\/)?\s*(0|0\.\d+|1|1\.0+|\d{1,3}(?:(?:\.\d+)?%))\s*\))/,s=/(?:hsla|hsl)\(\s*(\d{1,3}(?:deg)?\b)\s*,?\s*(\d{1,3}\.?\d*%|[0-1](?:\.\d*)?\b)\s*,?\s*(\d{1,3}\.?\d*%|[0-1](?:\.\d*)?\b)\s*(?:\)|(?:,|\/)?\s*(\d{1,3}\.?\d*%|\d+(?:\.\d*)?)\s*\))/,c=/^#([0-9a-f]{3}|[0-9a-f]{6})$/,d=function(){function e(){}return e.create=function(e){return this.cache[e]||(this.cache[e]=Object.freeze(this.instantiate(e))),this.cache[e]},e.instantiate=function(e){if("string"!=typeof e)return o()(!1,"Invalid type of input ("+typeof e+"), expected a string. Returning transparent color"),new l([0,0,0],1,"transparent");var t=e.toLowerCase().trim();if("transparent"===t)return new l([0,0,0],0,"transparent");if(this.isKeyword(t))return this.fromKeyword(t);if(t.startsWith("rgb")){var n=(0,i.Ns)(t,u),r=(0,i.JX)(n),a=r.r,c=r.g,d=r.b,f=r.a;return a=(0,i.qE)(a,255),c=(0,i.qE)(c,255),d=(0,i.qE)(d,255),f=(0,i.qE)(f,1),this.fromRGB(a,c,d,f)}if(t.startsWith("hsl")){var p=(0,i.Ns)(t,s),h=(0,i.Tm)(p),g=h.h,y=h.s,m=h.l,b=h.a;return g=(0,i.qE)(g,360),y=(0,i.qE)(y,1),m=(0,i.qE)(m,1),b=(0,i.qE)(b,1),this.fromHSL(g,y,m,b)}return this.fromHex(t)},e.isKeyword=function(e){return Object.prototype.hasOwnProperty.call(a,e)},e.fromKeyword=function(e){return this.fromHex(a[e],e)},e.fromHex=function(e,t){if(void 0===t&&(t="hex"),!c.test(e))throw new Error(e+" is not a valid hex color string");var n,r=e.substring(1),o=[0,0,0];return 6===r.length?null==(n=r.match(/.{2}/g))||n.forEach((function(e,t){o[t]=parseInt(e,16)})):3===r.length&&r.split("").forEach((function(e,t){o[t]=parseInt(e+e,16)})),new l(o,1,t)},e.fromRGB=function(e,t,n,r){return void 0===r&&(r=1),new l([e,t,n],r,r<1?"rgba":"rgb")},e.fromHSL=function(e,t,n,r){if(void 0===r&&(r=1),0===t){var o=Math.round(255*n);return new l([o,o,o],r,r<1?"hsla":"hsl")}var a=e/360,u=n<.5?n*(1+t):n+t-n*t,s=2*n-u,c=(0,i.mQ)(a+1/3,u,s),d=(0,i.mQ)(a,u,s),f=(0,i.mQ)(a-1/3,u,s),p=[Math.round(255*c),Math.round(255*d),Math.round(255*f)];return new l(p,r,r<1?"hsla":"hsl")},e}();d.cache=Object.create(null)},5907:function(e,t,n){"use strict";function r(e,t){return void 0===t&&(t=1),Math.min(t,Math.max(0,e))}function o(e){return parseFloat((parseFloat(e)/100).toFixed(5))}function i(e,t){return void 0===t&&(t=2),parseFloat(e.toFixed(t))}function a(e,t){var n=t.exec(e);if(!n)throw new Error(e+" does not match color patterns: [\n "+t+"\n ]");return n}function l(e){var t=s(e[1],255),n=s(e[2],255),r=s(e[3],255),o=e[4]?c(e[4]):1;if(isNaN(t))throw new Error("Could not parse red="+e[1]+" to number");if(isNaN(n))throw new Error("Could not parse green="+e[2]+" to number");if(isNaN(r))throw new Error("Could not parse blue="+e[3]+" to number");if(isNaN(o))throw new Error("Could not parse alpha="+e[4]+" to number");return{r:t,g:n,b:r,a:o}}function u(e){var t=parseInt(e[1],10),n=c(e[2]),r=c(e[3]),o=e[4]?c(e[4]):1;if(isNaN(t))throw new Error("Could not parse hue="+e[1]+" to number");if(isNaN(n))throw new Error("Could not parse saturation="+e[2]+" to number");if(isNaN(r))throw new Error("Could not parse lightness="+e[3]+" to number");if(isNaN(o))throw new Error("Could not parse alpha="+e[4]+" to number");return{h:t,s:n,l:r,a:o}}function s(e,t){return e.endsWith("%")?function(e,t){return Math.round(parseFloat(e)*t/100)}(e,t):parseInt(e,10)}function c(e){return e.endsWith("%")?o(e):parseFloat(e)}n.d(t,{CR:function(){return i},JX:function(){return l},Ns:function(){return a},Tm:function(){return u},i5:function(){return o},mQ:function(){return f},qE:function(){return r}});var d=function(e){return e<0?e+1:e>1?e-1:e};function f(e,t,n){var r=d(e);return r<1/6?n+6*(t-n)*r:r<.5?t:r<2/3?n+(t-n)*(2/3-r)*6:n}},6885:function(e,t,n){"use strict";n.d(t,{AH:function(){return Le},cx:function(){return Pe},i7:function(){return Ee},SS:function(){return Be},Pl:function(){return Ae}});var r=n(1568),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||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(this.isSpeedy){var n=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{n.insertRule(e,n.cssRules.length)}catch(e){}}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},e}(),i=Math.abs,a=String.fromCharCode,l=Object.assign;function u(e){return e.trim()}function s(e,t,n){return e.replace(t,n)}function c(e,t){return e.indexOf(t)}function d(e,t){return 0|e.charCodeAt(t)}function f(e,t,n){return e.slice(t,n)}function p(e){return e.length}function h(e){return e.length}function g(e,t){return t.push(e),e}var y=1,m=1,b=0,v=0,_=0,k="";function w(e,t,n,r,o,i,a){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:y,column:m,length:a,return:""}}function C(e,t){return l(w("",null,null,"",null,null,0),e,{length:-e.length},t)}function x(){return _=v>0?d(k,--v):0,m--,10===_&&(m=1,y--),_}function S(){return _=v<b?d(k,v++):0,m++,10===_&&(m=1,y++),_}function P(){return d(k,v)}function E(){return v}function L(e,t){return f(k,e,t)}function B(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 A(e){return y=m=1,b=p(k=e),v=0,[]}function T(e){return k="",e}function O(e){return u(L(v-1,I(91===e?e+2:40===e?e+1:e)))}function M(e){for(;(_=P())&&_<33;)S();return B(e)>2||B(_)>3?"":" "}function H(e,t){for(;--t&&S()&&!(_<48||_>102||_>57&&_<65||_>70&&_<97););return L(e,E()+(t<6&&32==P()&&32==S()))}function I(e){for(;S();)switch(_){case e:return v;case 34:case 39:34!==e&&39!==e&&I(_);break;case 40:41===e&&I(e);break;case 92:S()}return v}function D(e,t){for(;S()&&e+_!==57&&(e+_!==84||47!==P()););return"/*"+L(t,v-1)+"*"+a(47===e?e:S())}function R(e){for(;!B(P());)S();return L(e,v)}var j="-ms-",F="-moz-",z="-webkit-",N="comm",U="rule",W="decl",G="@keyframes";function q(e,t){for(var n="",r=h(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function K(e,t,n,r){switch(e.type){case"@import":case W:return e.return=e.return||e.value;case N:return"";case G:return e.return=e.value+"{"+q(e.children,r)+"}";case U:e.value=e.props.join(",")}return p(n=q(e.children,r))?e.return=e.value+"{"+n+"}":""}function Y(e){return T(X("",null,null,null,[""],e=A(e),0,[0],e))}function X(e,t,n,r,o,i,l,u,f){for(var h=0,y=0,m=l,b=0,v=0,_=0,k=1,w=1,C=1,L=0,B="",A=o,T=i,I=r,j=B;w;)switch(_=L,L=S()){case 40:if(108!=_&&58==d(j,m-1)){-1!=c(j+=s(O(L),"&","&\f"),"&\f")&&(C=-1);break}case 34:case 39:case 91:j+=O(L);break;case 9:case 10:case 13:case 32:j+=M(_);break;case 92:j+=H(E()-1,7);continue;case 47:switch(P()){case 42:case 47:g($(D(S(),E()),t,n),f);break;default:j+="/"}break;case 123*k:u[h++]=p(j)*C;case 125*k:case 59:case 0:switch(L){case 0:case 125:w=0;case 59+y:v>0&&p(j)-m&&g(v>32?Q(j+";",r,n,m-1):Q(s(j," ","")+";",r,n,m-2),f);break;case 59:j+=";";default:if(g(I=V(j,t,n,h,y,o,u,B,A=[],T=[],m),i),123===L)if(0===y)X(j,t,I,I,A,i,m,u,T);else switch(99===b&&110===d(j,3)?100:b){case 100:case 109:case 115:X(e,I,I,r&&g(V(e,I,I,0,0,o,u,B,o,A=[],m),T),o,T,m,u,r?A:T);break;default:X(j,I,I,I,[""],T,0,u,T)}}h=y=v=0,k=C=1,B=j="",m=l;break;case 58:m=1+p(j),v=_;default:if(k<1)if(123==L)--k;else if(125==L&&0==k++&&125==x())continue;switch(j+=a(L),L*k){case 38:C=y>0?1:(j+="\f",-1);break;case 44:u[h++]=(p(j)-1)*C,C=1;break;case 64:45===P()&&(j+=O(S())),b=P(),y=m=p(B=j+=R(E())),L++;break;case 45:45===_&&2==p(j)&&(k=0)}}return i}function V(e,t,n,r,o,a,l,c,d,p,g){for(var y=o-1,m=0===o?a:[""],b=h(m),v=0,_=0,k=0;v<r;++v)for(var C=0,x=f(e,y+1,y=i(_=l[v])),S=e;C<b;++C)(S=u(_>0?m[C]+" "+x:s(x,/&\f/g,m[C])))&&(d[k++]=S);return w(e,t,n,0===o?U:c,d,p,g)}function $(e,t,n){return w(e,t,n,N,a(_),f(e,2,-2),0)}function Q(e,t,n,r){return w(e,t,n,W,f(e,0,r),f(e,r+1,-1),r)}var J=function(e,t,n){for(var r=0,o=0;r=o,o=P(),38===r&&12===o&&(t[n]=1),!B(o);)S();return L(e,v)},Z=new WeakMap,ee=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){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)||Z.get(n))&&!r){Z.set(e,!0);for(var o=[],i=function(e,t){return T(function(e,t){var n=-1,r=44;do{switch(B(r)){case 0:38===r&&12===P()&&(t[n]=1),e[n]+=J(v-1,t,n);break;case 2:e[n]+=O(r);break;case 4:if(44===r){e[++n]=58===P()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=a(r)}}while(r=S());return e}(A(e),t))}(t,o),l=n.props,u=0,s=0;u<i.length;u++)for(var c=0;c<l.length;c++,s++)e.props[s]=o[u]?i[u].replace(/&\f/g,l[c]):l[c]+" "+i[u]}}},te=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}};function ne(e,t){switch(function(e,t){return 45^d(e,0)?(((t<<2^d(e,0))<<2^d(e,1))<<2^d(e,2))<<2^d(e,3):0}(e,t)){case 5103:return z+"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 z+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return z+e+F+e+j+e+e;case 6828:case 4268:return z+e+j+e+e;case 6165:return z+e+j+"flex-"+e+e;case 5187:return z+e+s(e,/(\w+).+(:[^]+)/,z+"box-$1$2"+j+"flex-$1$2")+e;case 5443:return z+e+j+"flex-item-"+s(e,/flex-|-self/,"")+e;case 4675:return z+e+j+"flex-line-pack"+s(e,/align-content|flex-|-self/,"")+e;case 5548:return z+e+j+s(e,"shrink","negative")+e;case 5292:return z+e+j+s(e,"basis","preferred-size")+e;case 6060:return z+"box-"+s(e,"-grow","")+z+e+j+s(e,"grow","positive")+e;case 4554:return z+s(e,/([^-])(transform)/g,"$1"+z+"$2")+e;case 6187:return s(s(s(e,/(zoom-|grab)/,z+"$1"),/(image-set)/,z+"$1"),e,"")+e;case 5495:case 3959:return s(e,/(image-set\([^]*)/,z+"$1$`$1");case 4968:return s(s(e,/(.+:)(flex-)?(.*)/,z+"box-pack:$3"+j+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+z+e+e;case 4095:case 3583:case 4068:case 2532:return s(e,/(.+)-inline(.+)/,z+"$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(p(e)-1-t>6)switch(d(e,t+1)){case 109:if(45!==d(e,t+4))break;case 102:return s(e,/(.+:)(.+)-([^]+)/,"$1"+z+"$2-$3$1"+F+(108==d(e,t+3)?"$3":"$2-$3"))+e;case 115:return~c(e,"stretch")?ne(s(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==d(e,t+1))break;case 6444:switch(d(e,p(e)-3-(~c(e,"!important")&&10))){case 107:return s(e,":",":"+z)+e;case 101:return s(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+z+(45===d(e,14)?"inline-":"")+"box$3$1"+z+"$2$3$1"+j+"$2box$3")+e}break;case 5936:switch(d(e,t+11)){case 114:return z+e+j+s(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return z+e+j+s(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return z+e+j+s(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return z+e+j+e+e}return e}var re=[function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case W:e.return=ne(e.value,e.length);break;case G:return q([C(e,{value:s(e.value,"@","@"+z)})],r);case U:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,(function(t){switch(function(e,t){return(e=/(::plac\w+|:read-\w+)/.exec(e))?e[0]:e}(t)){case":read-only":case":read-write":return q([C(e,{props:[s(t,/:(read-\w+)/,":-moz-$1")]})],r);case"::placeholder":return q([C(e,{props:[s(t,/:(plac\w+)/,":"+z+"input-$1")]}),C(e,{props:[s(t,/:(plac\w+)/,":-moz-$1")]}),C(e,{props:[s(t,/:(plac\w+)/,j+"input-$1")]})],r)}return""}))}}],oe=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)},ie={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},ae=/[A-Z]|^ms/g,le=/_EMO_([^_]+?)_([^]*?)_EMO_/g,ue=function(e){return 45===e.charCodeAt(1)},se=function(e){return null!=e&&"boolean"!=typeof e},ce=function(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){return ue(e)?e:e.replace(ae,"-$&").toLowerCase()})),de=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(le,(function(e,t,n){return pe={name:t,styles:n,next:pe},t}))}return 1===ie[e]||ue(e)||"number"!=typeof t||0===t?t:t+"px"};function fe(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return pe={name:n.name,styles:n.styles,next:pe},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)pe={name:r.name,styles:r.styles,next:pe},r=r.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=fe(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]+"}":se(a)&&(r+=ce(i)+":"+de(i,a)+";");else if(!Array.isArray(a)||"string"!=typeof a[0]||null!=t&&void 0!==t[a[0]]){var l=fe(e,t,a);switch(i){case"animation":case"animationName":r+=ce(i)+":"+l+";";break;default:r+=i+"{"+l+"}"}}else for(var u=0;u<a.length;u++)se(a[u])&&(r+=ce(i)+":"+de(i,a[u])+";")}return r}(e,t,n);case"function":if(void 0!==e){var o=pe,i=n(e);return pe=o,fe(e,t,i)}}if(null==t)return n;var a=t[n];return void 0!==a?a:n}var pe,he=/label:\s*([^\s;\n{]+)\s*(;|$)/g,ge=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="";pe=void 0;var i=e[0];null==i||void 0===i.raw?(r=!1,o+=fe(n,t,i)):o+=i[0];for(var a=1;a<e.length;a++)o+=fe(n,t,e[a]),r&&(o+=i[a]);he.lastIndex=0;for(var l,u="";null!==(l=he.exec(o));)u+="-"+l[1];return{name:oe(o)+u,styles:o,next:pe}};function ye(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):r+=n+" "})),r}function me(e,t){if(void 0===e.inserted[t.name])return e.insert("",t,e.sheet,!0)}function be(e,t,n){var r=[],o=ye(e,r,n);return r.length<2?n:o+t(r)}var ve,_e=function e(t){for(var n="",r=0;r<t.length;r++){var o=t[r];if(null!=o){var i=void 0;switch(typeof o){case"boolean":break;case"object":if(Array.isArray(o))i=e(o);else for(var a in i="",o)o[a]&&a&&(i&&(i+=" "),i+=a);break;default:i=o}i&&(n&&(n+=" "),n+=i)}}return n},ke=n(5996),we=(n(9771),0),Ce=(ke.setWindow,"react-ui"),xe=new Array(we).fill("."+Ce).join(""),Se=function(e){var t=function(e){var t=e.key;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,i,a=e.stylisPlugins||re,l={},u=[];r=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++)l[t[n]]=!0;u.push(e)}));var s,c,d,f,p=[K,(f=function(e){s.insert(e)},function(e){e.root||(e=e.return)&&f(e)})],g=(c=[ee,te].concat(a,p),d=h(c),function(e,t,n,r){for(var o="",i=0;i<d;i++)o+=c[i](e,t,n,r)||"";return o});i=function(e,t,n,r){s=n,q(Y(e?e+"{"+t.styles+"}":t.styles),g),r&&(y.inserted[t.name]=!0)};var y={key:t,sheet:new o({key:t,container:r,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:l,registered:{},insert:i};return y.sheet.hydrate(u),y}(e);t.sheet.speedy=function(e){this.isSpeedy=e},t.compat=!0;var n=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var o=ge(n,t.registered,void 0);return function(e,t,n){!function(e,t,n){var r=e.key+"-"+t.name;void 0===e.registered[r]&&(e.registered[r]=t.styles)}(e,t);var r=e.key+"-"+t.name;if(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)}}(t,o),t.key+"-"+o.name};return{css:n,cx:function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return be(t.registered,n,_e(r))},injectGlobal:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var o=ge(n,t.registered);me(t,o)},keyframes:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var o=ge(n,t.registered),i="animation-"+o.name;return me(t,{name:o.name,styles:"@keyframes "+i+"{"+o.styles+"}"}),i},hydrate:function(e){e.forEach((function(e){t.inserted[e]=!0}))},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:ye.bind(null,t.registered),merge:be.bind(null,t.registered,n)}}({key:Ce,prepend:!0,stylisPlugins:xe?[function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t.map((function(e){return e.trim()}));return function(e,t,n,o,i,a,l,u){if(-1===e){var s=n[0];n[0]=r[0]+" "+s;for(var c=1;c<r.length;c++)n.push(r[c]+" "+s)}}}(xe)]:void 0,container:null==(ve=ke.globalObject.document)?void 0:ve.head}),Pe=(Se.flush,Se.hydrate,Se.cx),Ee=(Se.merge,Se.getRegisteredStyles,Se.injectGlobal,Se.keyframes),Le=Se.css;Se.sheet,Se.cache;var Be=function(e){return Object.keys(e).forEach((function(t){return e[t]=function(e){if(function(e){return 0===e.length}(e)){var t,n=!1;return function(){return n||(n=!0,t=e()),t}}var r=new WeakMap;return function(t){return r.has(t)||r.set(t,e(t)),r.get(t)}}(e[t])})),e},Ae=function(e,t){return void 0===t&&(t=Ce),function(n){return Object.keys(n).reduce((function(o,i){var a;return(0,r.A)({},o,((a={})[i]=t+"-"+e+"-"+n[i],a))}),{})}}},3697:function(e,t,n){"use strict";n.d(t,{D:function(){return a}});var r=n(6540),o=n(5790),i=n(6473).g.create({},o.c),a=r.createContext(i);a.displayName="ThemeContext",a.__KONTUR_REACT_UI__="ThemeContext"},6473:function(e,t,n){"use strict";n.d(t,{g:function(){return a}});var r=n(5790),o=n(6696),i=n(7247),a=function(){function e(){}return e.create=function(e,t){var n=t||r.c;return this.constructTheme(n,e)},e.overrideDefaultTheme=function(t){e.getKeys(r.c).forEach((function(e){var n=(0,i.C1)(t,e);Object.defineProperty(r.c,e,n)})),Object.values(i.pS).forEach((function(e){var n=(0,i.C1)(t,e.key);Object.defineProperty(r.c,e.key,n)}))},e.getKeys=function(e){for(var t=[];(0,o.R)(e);)Object.keys(e).forEach((function(e){t.includes(e)||t.push(e)})),e=Object.getPrototypeOf(e);return t.sort()},e.constructTheme=function(e,t){var n=Object.create(e);return Object.keys(t).forEach((function(e){var r=Object.getOwnPropertyDescriptor(t,e);r&&Object.defineProperty(n,e,r)})),Object.freeze(n)},e}()},7247:function(e,t,n){"use strict";n.d(t,{C1:function(){return u},Rv:function(){return o},WM:function(){return l},g4:function(){return a},pS:function(){return i}});var r=n(6696),o=function(e){var t=Object.getOwnPropertyDescriptors(e);return Object.keys(t).forEach((function(n){var r=t[n];"function"==typeof r.get&&r.configurable&&(r.enumerable=!0,Object.defineProperty(e,n,r))})),e},i={darkTheme:{key:"__IS_REACT_UI_DARK_THEME__",value:!0},theme2022:{key:"__IS_REACT_UI_THEME_2022__",value:!0}},a=(i.darkTheme.key,function(e){return e[i.darkTheme.key]===i.darkTheme.value}),l=function(e){return e[i.theme2022.key]===i.theme2022.value};function u(e,t){for(;(0,r.R)(e);e=Object.getPrototypeOf(e))if(Object.prototype.hasOwnProperty.call(e,t))return Object.getOwnPropertyDescriptor(e,t)||{};return{}}},6696:function(e,t,n){"use strict";n.d(t,{R:function(){return u},Tn:function(){return i},i9:function(){return l},wE:function(){return a}}),n(6540);var r=n(6744),o=n(5996);function i(e){return"function"==typeof e}function a(e){return Boolean(function(e){return"string"==typeof e.type}(e)||(t=e.type,Boolean("function"==typeof t&&t.prototype&&t.prototype.isReactComponent))||(0,r.isForwardRef)(e));var t}var l=function(e){return(0,o.isBrowser)(o.globalObject)&&new RegExp("^(https?:)?//(?!"+o.globalObject.location.host+")\\S+","gi").test(e)},u=function(e){return null!=e},s=function(e){return function(t){var n;return(null==t||null==(n=t.type)?void 0:n.__KONTUR_REACT_UI__)===e}};s("Input")||s("FxInput")||s("Autocomplete")||s("PasswordInput")||s("CurrencyInput")},4876:function(e,t,n){"use strict";var r=n(1579);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,i,a){if(a!==r){var l=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 l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint: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:i,resetWarningCache:o};return n.PropTypes=n,n}},1658:function(e,t,n){e.exports=n(4876)()},1579:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},7728:function(e){"use strict";var t=function(){function e(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)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),n=[[{color:"0, 0, 0",class:"ansi-black"},{color:"187, 0, 0",class:"ansi-red"},{color:"0, 187, 0",class:"ansi-green"},{color:"187, 187, 0",class:"ansi-yellow"},{color:"0, 0, 187",class:"ansi-blue"},{color:"187, 0, 187",class:"ansi-magenta"},{color:"0, 187, 187",class:"ansi-cyan"},{color:"255,255,255",class:"ansi-white"}],[{color:"85, 85, 85",class:"ansi-bright-black"},{color:"255, 85, 85",class:"ansi-bright-red"},{color:"0, 255, 0",class:"ansi-bright-green"},{color:"255, 255, 85",class:"ansi-bright-yellow"},{color:"85, 85, 255",class:"ansi-bright-blue"},{color:"255, 85, 255",class:"ansi-bright-magenta"},{color:"85, 255, 255",class:"ansi-bright-cyan"},{color:"255, 255, 255",class:"ansi-bright-white"}]],r=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.fg=this.bg=this.fg_truecolor=this.bg_truecolor=null,this.bright=0}return t(e,null,[{key:"escapeForHtml",value:function(t){return(new e).escapeForHtml(t)}},{key:"linkify",value:function(t){return(new e).linkify(t)}},{key:"ansiToHtml",value:function(t,n){return(new e).ansiToHtml(t,n)}},{key:"ansiToJson",value:function(t,n){return(new e).ansiToJson(t,n)}},{key:"ansiToText",value:function(t){return(new e).ansiToText(t)}}]),t(e,[{key:"setupPalette",value:function(){this.PALETTE_COLORS=[];for(var e=0;e<2;++e)for(var t=0;t<8;++t)this.PALETTE_COLORS.push(n[e][t].color);for(var r=[0,95,135,175,215,255],o=function(e,t,n){return r[e]+", "+r[t]+", "+r[n]},i=0;i<6;++i)for(var a=0;a<6;++a)for(var l=0;l<6;++l)this.PALETTE_COLORS.push(o(i,a,l));for(var u=8,s=0;s<24;++s,u+=10)this.PALETTE_COLORS.push(o(u,u,u))}},{key:"escapeForHtml",value:function(e){return e.replace(/[&<>]/gm,(function(e){return"&"==e?"&amp;":"<"==e?"&lt;":">"==e?"&gt;":""}))}},{key:"linkify",value:function(e){return e.replace(/(https?:\/\/[^\s]+)/gm,(function(e){return'<a href="'+e+'">'+e+"</a>"}))}},{key:"ansiToHtml",value:function(e,t){return this.process(e,t,!0)}},{key:"ansiToJson",value:function(e,t){return(t=t||{}).json=!0,t.clearLine=!1,this.process(e,t,!0)}},{key:"ansiToText",value:function(e){return this.process(e,{},!1)}},{key:"process",value:function(e,t,n){var r=this,o=e.split(/\033\[/),i=o.shift();null==t&&(t={}),t.clearLine=/\r/.test(e);var a=o.map((function(e){return r.processChunk(e,t,n)}));if(t&&t.json){var l=this.processChunkJson("");return l.content=i,l.clearLine=t.clearLine,a.unshift(l),t.remove_empty&&(a=a.filter((function(e){return!e.isEmpty()}))),a}return a.unshift(i),a.join("")}},{key:"processChunkJson",value:function(e,t,r){var o=(t=void 0===t?{}:t).use_classes=void 0!==t.use_classes&&t.use_classes,i=t.key=o?"class":"color",a={content:e,fg:null,bg:null,fg_truecolor:null,bg_truecolor:null,clearLine:t.clearLine,decoration:null,was_processed:!1,isEmpty:function(){return!a.content}},l=e.match(/^([!\x3c-\x3f]*)([\d;]*)([\x20-\x2c]*[\x40-\x7e])([\s\S]*)/m);if(!l)return a;a.content=l[4];var u=l[2].split(";");if(""!==l[1]||"m"!==l[3])return a;if(!r)return a;var s=this;for(s.decoration=null;u.length>0;){var c=u.shift(),d=parseInt(c);if(isNaN(d)||0===d)s.fg=s.bg=s.decoration=null;else if(1===d)s.decoration="bold";else if(2===d)s.decoration="dim";else if(3==d)s.decoration="italic";else if(4==d)s.decoration="underline";else if(5==d)s.decoration="blink";else if(7===d)s.decoration="reverse";else if(8===d)s.decoration="hidden";else if(9===d)s.decoration="strikethrough";else if(39==d)s.fg=null;else if(49==d)s.bg=null;else if(d>=30&&d<38)s.fg=n[0][d%10][i];else if(d>=90&&d<98)s.fg=n[1][d%10][i];else if(d>=40&&d<48)s.bg=n[0][d%10][i];else if(d>=100&&d<108)s.bg=n[1][d%10][i];else if(38===d||48===d){var f=38===d;if(u.length>=1){var p=u.shift();if("5"===p&&u.length>=1){var h=parseInt(u.shift());if(h>=0&&h<=255)if(o){var g=h>=16?"ansi-palette-"+h:n[h>7?1:0][h%8].class;f?s.fg=g:s.bg=g}else this.PALETTE_COLORS||s.setupPalette(),f?s.fg=this.PALETTE_COLORS[h]:s.bg=this.PALETTE_COLORS[h]}else if("2"===p&&u.length>=3){var y=parseInt(u.shift()),m=parseInt(u.shift()),b=parseInt(u.shift());if(y>=0&&y<=255&&m>=0&&m<=255&&b>=0&&b<=255){var v=y+", "+m+", "+b;o?f?(s.fg="ansi-truecolor",s.fg_truecolor=v):(s.bg="ansi-truecolor",s.bg_truecolor=v):f?s.fg=v:s.bg=v}}}}}return null===s.fg&&null===s.bg&&null===s.decoration||(a.fg=s.fg,a.bg=s.bg,a.fg_truecolor=s.fg_truecolor,a.bg_truecolor=s.bg_truecolor,a.decoration=s.decoration,a.was_processed=!0),a}},{key:"processChunk",value:function(e,t,n){var r=this;t=t||{};var o=this.processChunkJson(e,t,n);if(t.json)return o;if(o.isEmpty())return"";if(!o.was_processed)return o.content;var i=t.use_classes,a=[],l=[],u={},s=function(e){var t=[],n=void 0;for(n in e)e.hasOwnProperty(n)&&t.push("data-"+n+'="'+r.escapeForHtml(e[n])+'"');return t.length>0?" "+t.join(" "):""};return o.fg&&(i?(l.push(o.fg+"-fg"),null!==o.fg_truecolor&&(u["ansi-truecolor-fg"]=o.fg_truecolor,o.fg_truecolor=null)):a.push("color:rgb("+o.fg+")")),o.bg&&(i?(l.push(o.bg+"-bg"),null!==o.bg_truecolor&&(u["ansi-truecolor-bg"]=o.bg_truecolor,o.bg_truecolor=null)):a.push("background-color:rgb("+o.bg+")")),o.decoration&&(i?l.push("ansi-"+o.decoration):"bold"===o.decoration?a.push("font-weight:bold"):"dim"===o.decoration?a.push("opacity:0.5"):"italic"===o.decoration?a.push("font-style:italic"):"reverse"===o.decoration?a.push("filter:invert(100%)"):"hidden"===o.decoration?a.push("visibility:hidden"):"strikethrough"===o.decoration?a.push("text-decoration:line-through"):a.push("text-decoration:"+o.decoration)),i?'<span class="'+l.join(" ")+'"'+s(u)+">"+o.content+"</span>":'<span style="'+a.join(";")+'"'+s(u)+">"+o.content+"</span>"}}]),e}();e.exports=r},9899:function(e,t,n){"use strict";var r,o,i;function a(e){return a="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},a(e)}function l(e){return null!=e}function u(e){throw"string"==typeof e||null==e?new Error(null!=e?e:"Undefined is not allowed"):e}function s(e,t){return e.length>=t}function c(e,t){return e.length===t}function d(e){return e.length>0}function f(e){return null==e||""===e}n.d(t,{ku:function(){return u}}),e=n.hmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature,(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(o.register(l,"isNotNullOrUndefined","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){return"object"===a(e)&&(null==e?void 0:e.message)}),"stringifyUnknownError","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){if(!l(e))throw new Error("Value must be defined")}),"ensureNotNullOrUndefined","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(){}),"noop","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register(u,"reject","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register(s,"isLengthGreaterThenOrEqual","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e,t){if(s(e,t))return e}),"minLengthOrUndefined","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){if(!Array.isArray(e))throw new Error("Must be an array!");return e}),"ensureIsArray","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register(c,"arrayHasLength","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register(d,"arrayIsNotEmpty","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){return e.length>0}),"arrayHasAtLeastOneItem","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){if(!d(e))throw new Error("Array must be not empty")}),"ensureArrayIsNotEmpty","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e,t){if(!c(e,t))throw new Error("Array should has length ".concat(t))}),"ensureArrayHasLength","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e,t){if(!s(e,t))throw new Error("Array must have minimal length ".concat(t))}),"ensureArrayLengthGreaterThenOrEqual","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){}),"ensureNever","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){return"".concat(e)}),"ensureAndGetString","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){e()}),"runAsyncAction","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register(f,"isNullOrEmpty","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){return!f(e)}),"isNotNullOrEmpty","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){return null==e||""===e.trim()}),"isNullOrWhiteSpace","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){return"/"===e.slice(-1)?e.slice(0,-1):e}),"trimLastSlash","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts"),o.register((function(e){}),"assertIs","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Common\\TypingUtils.ts")),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&i(e)},2417:function(e,t,n){"use strict";var r;function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}e=n.nmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});var l,u,s=i(n(7728)),c=n(2003),d=a(n(6540));function f(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e=c.escapeCarriageReturn(m(e)),s.default.ansiToJson(e,{json:!0,remove_empty:!0,use_classes:t})}function p(e){var t="";return e.bg&&(t+="".concat(e.bg,"-bg ")),e.fg&&(t+="".concat(e.fg,"-fg ")),e.decoration&&(t+="ansi-".concat(e.decoration," ")),""===t?null:t=t.substring(0,t.length-1)}function h(e){var t={};return e.bg&&(t.backgroundColor="rgb(".concat(e.bg,")")),e.fg&&(t.color="rgb(".concat(e.fg,")")),t}function g(e,t,n,r){var i,a,l=t?null:h(n),u=t?p(n):null;if(!e)return d.createElement("span",{style:l,key:r,className:u},n.content);for(var s,c=[],f=/(\s|^)(https?:\/\/(?:www\.|(?!www))[^\s.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/g,g=0;null!==(s=f.exec(n.content));){var y=(a=3,function(e){if(Array.isArray(e))return e}(i=s)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,l=[],u=!0,s=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(l.push(r.value),l.length!==t);u=!0);}catch(e){s=!0,o=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw o}}return l}}(i,a)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n={}.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)?o(e,t):void 0}}(i,a)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),m=y[1],b=y[2],v=s.index+m.length;v>g&&c.push(n.content.substring(g,v));var _=b.startsWith("www.")?"http://".concat(b):b;c.push(d.createElement("a",{key:g,href:_,target:"_blank"},"".concat(b))),g=f.lastIndex}return g<n.content.length&&c.push(n.content.substring(g)),d.createElement("span",{style:l,key:r,className:u},c)}function y(e){var t=e.className,n=e.useClasses,r=e.children,o=e.linkify;return d.createElement("code",{className:t},f(null!=r?r:"",null!=n&&n).map(g.bind(null,null!=o&&o,null!=n&&n)))}function m(e){var t=e;do{t=(e=t).replace(/[^\n]\x08/gm,"")}while(t.length<e.length);return e}t.default=y,(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(l.register(i,"__importDefault","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(a,"__importStar","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(s,"anser_1","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(d,"React","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(f,"ansiToJSON","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(p,"createClass","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(h,"createStyle","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(g,"convertBundleIntoReact","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(y,"Ansi","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js"),l.register(m,"fixBackspace","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\node_modules\\ansi-to-react\\lib\\index.js")),(u="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&u(e)},8181:function(e,t,n){"use strict";var r;function o(e){return o="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},o(e)}function i(){i=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,a=Object.defineProperty||function(e,t,n){e[t]=n.value},l="function"==typeof Symbol?Symbol:{},u=l.iterator||"@@iterator",s=l.asyncIterator||"@@asyncIterator",c=l.toStringTag||"@@toStringTag";function d(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(e){d=function(e,t,n){return e[t]=n}}function f(e,t,n,r){var o=t&&t.prototype instanceof v?t:v,i=Object.create(o.prototype),l=new O(r||[]);return a(i,"_invoke",{value:L(e,n,l)}),i}function p(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=f;var h="suspendedStart",g="suspendedYield",y="executing",m="completed",b={};function v(){}function _(){}function k(){}var w={};d(w,u,(function(){return this}));var C=Object.getPrototypeOf,x=C&&C(C(M([])));x&&x!==n&&r.call(x,u)&&(w=x);var S=k.prototype=v.prototype=Object.create(w);function P(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function E(e,t){function n(i,a,l,u){var s=p(e[i],e,a);if("throw"!==s.type){var c=s.arg,d=c.value;return d&&"object"==o(d)&&r.call(d,"__await")?t.resolve(d.__await).then((function(e){n("next",e,l,u)}),(function(e){n("throw",e,l,u)})):t.resolve(d).then((function(e){c.value=e,l(c)}),(function(e){return n("throw",e,l,u)}))}u(s.arg)}var i;a(this,"_invoke",{value:function(e,r){function o(){return new t((function(t,o){n(e,r,t,o)}))}return i=i?i.then(o,o):o()}})}function L(t,n,r){var o=h;return function(i,a){if(o===y)throw Error("Generator is already running");if(o===m){if("throw"===i)throw a;return{value:e,done:!0}}for(r.method=i,r.arg=a;;){var l=r.delegate;if(l){var u=B(l,r);if(u){if(u===b)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===h)throw o=m,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=y;var s=p(t,n,r);if("normal"===s.type){if(o=r.done?m:g,s.arg===b)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(o=m,r.method="throw",r.arg=s.arg)}}}function B(t,n){var r=n.method,o=t.iterator[r];if(o===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,B(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),b;var i=p(o,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,b;var a=i.arg;return a?a.done?(n[t.resultName]=a.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,b):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,b)}function A(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function O(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(A,this),this.reset(!0)}function M(t){if(t||""===t){var n=t[u];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i<t.length;)if(r.call(t,i))return n.value=t[i],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}throw new TypeError(o(t)+" is not iterable")}return _.prototype=k,a(S,"constructor",{value:k,configurable:!0}),a(k,"constructor",{value:_,configurable:!0}),_.displayName=d(k,c,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===_||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,k):(e.__proto__=k,d(e,c,"GeneratorFunction")),e.prototype=Object.create(S),e},t.awrap=function(e){return{__await:e}},P(E.prototype),d(E.prototype,s,(function(){return this})),t.AsyncIterator=E,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new E(f(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},P(S),d(S,c,"Generator"),d(S,u,(function(){return this})),d(S,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=M,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function o(r,o){return l.type="throw",l.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],l=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),s=r.call(a,"finallyLoc");if(u&&s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,b):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),b},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),T(n),b}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;T(n)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:M(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),b}},t}function a(e,t,n,r,o,i,a){try{var l=e[i](a),u=l.value}catch(e){return void n(e)}l.done?t(u):Promise.resolve(u).then(r,o)}function l(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,u(r.key),r)}}function u(e){var t=function(e,t){if("object"!=o(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,"string");if("object"!=o(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==o(t)?t:t+""}n.d(t,{z:function(){return f}}),e=n.hmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var s,c,d="1HyDzbd2Mnx_cEByq4-h",f=function(){return e=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)},null,t=[{key:"getFileRaw",value:(n=i().mark((function e(){var t,n,r;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch("https://git.skbkontur.ru/api/v4/projects/13527/repository/files/tips-and-tricks.json/raw?ref=master",{headers:{"PRIVATE-TOKEN":d}});case 2:if((t=e.sent).status>=200&&t.status<300){e.next=11;break}return e.next=6,t.text();case 6:n=e.sent;try{r=JSON.parse(n)}catch(e){r=void 0}if(null==r){e.next=10;break}throw new Error(r.Message||r.message||r.Error);case 10:throw new Error(n);case 11:return e.abrupt("return",t.json());case 12:case"end":return e.stop()}}),e)})),r=function(){var e=this,t=arguments;return new Promise((function(r,o){var i=n.apply(e,t);function l(e){a(i,r,o,l,u,"next",e)}function u(e){a(i,r,o,l,u,"throw",e)}l(void 0)}))},function(){return r.apply(this,arguments)})}],t&&l(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,t,n,r}();(s="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(s.register(d,"GIT_LAB_READ_TOKEN","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\Api\\GitLabClient\\GitLabClient.ts"),s.register(f,"GitLabClient","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\Api\\GitLabClient\\GitLabClient.ts")),(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&c(e)},1681:function(e,t,n){"use strict";n.d(t,{j:function(){return s}});var r,o,i,a=n(6540),l=n(1353),u=n.n(l);function s(e){return a.createElement("div",{className:u()("root")},a.createElement("h3",null,"Failed to execute form start:"),a.createElement("pre",{className:u()("error")},e.text))}e=n.hmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature,(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&o.register(s,"FormBuildingError","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\Components\\FormBuildingError\\FormBuildingError.tsx"),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&i(e)},4190:function(e,t,n){"use strict";n.d(t,{k:function(){return C}});var r,o,i,a=n(4999),l=n(2417),u=n.n(l),s=n(6540),c=n(9614);function d(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2?arguments[2]:void 0,r=e;n=n||"undefined"!=typeof location&&location,null==e&&(e=n.protocol+"//"+n.host),"string"==typeof e&&("/"===e.charAt(0)&&(e="/"===e.charAt(1)?n.protocol+e:n.host+e),/^(https?|wss?):\/\//.test(e)||(e=void 0!==n?n.protocol+"//"+e:"https://"+e),r=c(e)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";var o=-1!==r.host.indexOf(":")?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+o+":"+r.port+t,r.href=r.protocol+"://"+o+(n&&n.port===r.port?"":":"+r.port),r}(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature,(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&o.register(d,"url","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\build\\esm\\url.js"),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&i(e);var f=n(248),p=n(5438);function h(e){return h="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},h(e)}n(8504),function(){var t="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0;t&&t(e)}(),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var g={};function y(e,t){"object"===h(e)&&(t=e,e=void 0);var n,r=d(e,(t=t||{}).path||"/socket.io"),o=r.source,i=r.id,a=r.path,l=g[i]&&a in g[i].nsps;return t.forceNew||t["force new connection"]||!1===t.multiplex||l?n=new f.m(o,t):(g[i]||(g[i]=new f.m(o,t)),n=g[i]),r.query&&!t.query&&(t.query=r.queryKey),n.socket(r.path,t)}Object.assign(y,{Manager:f.m,Socket:p.y,io:y,connect:y}),function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0;e&&(e.register(g,"cache","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\build\\esm\\index.js"),e.register(y,"lookup","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\build\\esm\\index.js"))}(),function(){var t="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0;t&&t(e)}();var m=n(4244),b=n(7142),v=n.n(b);function _(e){return function(e){if(Array.isArray(e))return w(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||k(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 k(e,t){if(e){if("string"==typeof e)return w(e,t);var n={}.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)?w(e,t):void 0}}function w(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function C(e){var t,n,r=(t=s.useState([]),n=2,function(e){if(Array.isArray(e))return e}(t)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,l=[],u=!0,s=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(l.push(r.value),l.length!==t);u=!0);}catch(e){s=!0,o=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw o}}return l}}(t,n)||k(t,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),o=r[0],i=r[1],l=s.useRef(x);return s.useEffect((function(){var e=y("localhost:9043",{transports:["websocket","polling"],path:"/build-info"});return e.on("message",(function(e){i((function(t){return[].concat(_(t),_(e.split("\n").filter((function(e){return""!==e}))))})),null!=l.current&&(l.current.scrollTop=l.current.scrollHeight)})),function(){e.disconnect()}}),[]),s.createElement("div",{className:v()("root")},s.createElement(m.Z,null),s.createElement("div",{className:v()("spinner-container")},s.createElement(a.y,{caption:"Сборка формы",type:"big"})),s.createElement("div",{className:v()("logs-container"),ref:l},s.createElement("pre",null,s.createElement(u(),null,o.join("\n")))))}e=n.hmd(e),function(){var t="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0;t&&t(e)}(),("undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e})(C,"useState{[lines, setLines]([])}\nuseRef{logsContainer}\nuseEffect{}");var x=null;!function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0;e&&(e.register(C,"FormBuildingProgress","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\Components\\FormBuildingProgress\\FormBuildingProgress.tsx"),e.register(x,"emptyRef","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\Components\\FormBuildingProgress\\FormBuildingProgress.tsx"))}(),function(){var t="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0;t&&t(e)}()},4244:function(e,t,n){"use strict";n.d(t,{Z:function(){return ke}});var r,o,i,a,l,u,s,c,d,f,p,h,g,y,m,b,v,_,k,w,C,x,S,P,E,L,B,A,T,O,M,H,I=n(1568),D=n(3443),R=n(9932),j=n(6540),F=n(1658),z=n.n(F),N=n(5996),U=new function(){var e=this;this.isTabPressed=!1,this.isArrowPressed=!1,null==N.globalObject.addEventListener||N.globalObject.addEventListener("keydown",(function(t){e.isTabPressed=function(e){return"Tab"===e.key}(t),e.isArrowPressed=function(e){return function(e){return function(e){return"ArrowRight"===e.key||"Right"===e.key}(e)||function(e){return"ArrowLeft"===e.key||"Left"===e.key}(e)}(e)||function(e){return function(e){return"ArrowUp"===e.key||"Up"===e.key}(e)||function(e){return"ArrowDown"===e.key||"Down"===e.key}(e)}(e)}(t)})),null==N.globalObject.addEventListener||N.globalObject.addEventListener("mousedown",(function(){e.isTabPressed=!1,e.isArrowPressed=!1}))},W=n(3697),G=n(6696),q=n(5993),K=n(6885),Y=n(8755),X=n(3603),V=n(6473),$=n(7247),Q=n(1228),J=n(7979),Z=n(7507),ee=n(7764),te=function(e,t,n){return"\n color: "+e+";\n\n &:hover {\n color: "+t+";\n }\n\n &:active {\n color: "+n+";\n }\n "},ne=function(e){return"\n animation: none !important;\n border-bottom-style: "+e+";\n "},re=(0,K.Pl)("link")({textWrapper:"textWrapper",text:"text"}),oe=(0,K.i7)(r||(r=(0,ee.A)(["\n 0% {\n border-bottom-color: inherit;\n }\n 100% {\n border-bottom-color: transparent;\n }\n"]))),ie=function(e){var t=parseFloat(e.linkLineBorderBottomOpacity)-1;return(0,K.AH)(o||(o=(0,ee.A)(["\n border-bottom-style: ",";\n border-bottom-width: ",";\n animation: "," 1s linear !important; // override creevey\n animation-play-state: paused !important;\n animation-delay: ","s !important;\n animation-fill-mode: forwards !important;\n "])),e.linkLineBorderBottomStyle,e.linkLineBorderBottomWidth,oe,t)},ae=(0,K.SS)({root:function(e){return(0,K.AH)(i||(i=(0,ee.A)(["\n ",";\n position: relative;\n "])),"\n border-radius: 1px;\n outline: none;\n text-decoration: none;\n\n &:hover {\n text-decoration: "+e.linkHoverTextDecoration+";\n }\n ")},lineRoot:function(){return(0,K.AH)(a||(a=(0,ee.A)(["\n border-radius: 1px;\n outline: none;\n text-decoration: none;\n &:hover ."," {\n border-bottom-color: currentColor !important;\n }\n "])),re.text)},lineTextWrapper:function(e){return(0,K.AH)(l||(l=(0,ee.A)(["\n @supports (border-bottom-color: ",") {\n transition: border-bottom-color "," ",";\n border-bottom-style: ",";\n border-bottom-width: ",";\n border-bottom-color: transparent;\n }\n "])),e.linkLineBorderBottomColor,e.transitionDuration,e.transitionTimingFunction,e.linkLineBorderBottomStyle,e.linkLineBorderBottomWidth)},lineTextWrapperFocused:function(e){return(0,K.AH)(u||(u=(0,ee.A)(["\n @supports (border-bottom-color: ",") {\n border-bottom-color: currentColor;\n border-bottom-style: ",";\n }\n "])),e.linkLineBorderBottomColor,e.linkLineHoverBorderBottomStyle)},lineText:function(e){return(0,K.AH)(s||(s=(0,ee.A)(["\n @supports (border-bottom-color: ",") {\n border-bottom-style: ",";\n border-bottom-width: ",";\n border-bottom-color: ",";\n }\n @supports not (border-bottom-color: ",") {\n ",";\n }\n "])),e.linkLineBorderBottomColor,e.linkLineBorderBottomStyle,e.linkLineBorderBottomWidth,e.linkLineBorderBottomColor,e.linkLineBorderBottomColor,ie(e))},lineTextIE11:function(e){return(0,K.AH)(c||(c=(0,ee.A)(["\n ",";\n "])),ie(e))},lineFocus:function(e){return(0,K.AH)(d||(d=(0,ee.A)(["\n color: ",";\n\n ."," {\n ","\n }\n "])),e.linkHoverColor,re.text,ne(e.linkLineHoverBorderBottomStyle))},lineFocusSuccess:function(e){return(0,K.AH)(f||(f=(0,ee.A)(["\n color: "," !important;\n\n ."," {\n ","\n }\n "])),e.linkSuccessHoverColor,re.text,ne(e.linkLineHoverBorderBottomStyle))},lineFocusDanger:function(e){return(0,K.AH)(p||(p=(0,ee.A)(["\n color: "," !important;\n\n ."," {\n ","\n }\n "])),e.linkDangerHoverColor,re.text,ne(e.linkLineHoverBorderBottomStyle))},lineFocusGrayed:function(e){return(0,K.AH)(h||(h=(0,ee.A)(["\n color: "," !important;\n\n ."," {\n ","\n }\n "])),e.linkGrayedHoverColor,re.text,ne(e.linkLineHoverBorderBottomStyle))},button:function(e){return(0,K.AH)(g||(g=(0,ee.A)(["\n display: inline-block;\n line-height: ",";\n padding-left: ",";\n padding-right: ",";\n "])),e.linkButtonLineHeight,e.linkButtonPaddingX,e.linkButtonPaddingX)},buttonOpened:function(e){return(0,K.AH)(y||(y=(0,ee.A)(["\n background: ",";\n "])),e.btnDefaultActiveBg)},arrow:function(){return(0,K.AH)(m||(m=(0,ee.A)(["\n border: 4px solid transparent;\n border-bottom-width: 0;\n border-top-color: #a0a0a0;\n display: inline-block;\n margin-bottom: 3px;\n margin-left: 3px;\n vertical-align: middle;\n "])))},useRoot:function(){return(0,K.AH)(b||(b=(0,ee.A)(["\n border-bottom-color: currentColor;\n "])))},useDefault:function(e){return(0,K.AH)(v||(v=(0,ee.A)(["\n ",";\n ."," {\n :hover {\n ","\n }\n }\n "])),te(e.linkColor,e.linkHoverColor,e.linkActiveColor),re.text,ne(e.linkLineHoverBorderBottomStyle))},useSuccess:function(e){return(0,K.AH)(_||(_=(0,ee.A)(["\n ",";\n ."," {\n :hover {\n ","\n }\n }\n "])),te(e.linkSuccessColor,e.linkSuccessHoverColor,e.linkSuccessActiveColor),re.text,ne(e.linkLineHoverBorderBottomStyle))},useDanger:function(e){return(0,K.AH)(k||(k=(0,ee.A)(["\n ",";\n ."," {\n :hover {\n ","\n }\n }\n "])),te(e.linkDangerColor,e.linkDangerHoverColor,e.linkDangerActiveColor),re.text,ne(e.linkLineHoverBorderBottomStyle))},useGrayed:function(e){return(0,K.AH)(w||(w=(0,ee.A)(["\n ",";\n ."," {\n :hover {\n ","\n }\n }\n "])),te(e.linkGrayedColor,e.linkGrayedHoverColor,e.linkGrayedActiveColor),re.text,ne(e.linkLineHoverBorderBottomStyle))},useGrayedFocus:function(e){return(0,K.AH)(C||(C=(0,ee.A)(["\n color: ",";\n "])),e.linkDisabledColor)},focus:function(e){return(0,K.AH)(x||(x=(0,ee.A)(["\n text-decoration: ",";\n "])),e.linkHoverTextDecoration)},focus2022:function(e){return(0,K.AH)(S||(S=(0,ee.A)(["\n outline: ",";\n\n ."," {\n &,\n &:hover {\n ","\n }\n }\n\n ."," {\n border-bottom-style: none;\n }\n "])),e.linkFocusOutline,re.text,ne("none"),re.textWrapper)},disabled:function(e){return(0,K.AH)(P||(P=(0,ee.A)(["\n ",";\n\n color: "," !important; // override root color\n\n &:hover {\n color: ",";\n }\n "])),"\n box-shadow: none;\n cursor: default;\n pointer-events: none;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n ",e.linkDisabledColor,e.linkDisabledColor)},disabledDark22Theme:function(e){return(0,K.AH)(E||(E=(0,ee.A)(["\n ."," {\n ","\n }\n "])),re.text,ne(e.linkLineHoverBorderBottomStyle))},icon:function(){return(0,K.AH)(L||(L=(0,ee.A)(["\n display: inline-block;\n "])))},iconLeft:function(e){return(0,K.AH)(B||(B=(0,ee.A)(["\n margin-right: ",";\n "])),e.linkIconMarginRight)},iconRight:function(e){return(0,K.AH)(A||(A=(0,ee.A)(["\n margin-left: ",";\n "])),e.linkIconMarginLeft)}}),le=n(4999),ue=function(e){var t=e.icon,n=e.loading,r=e.hasBothIcons,o=e.position,i=(0,j.useContext)(W.D);return j.createElement("span",{className:(0,K.cx)(ae.icon(),"left"===o&&ae.iconLeft(i),"right"===o&&ae.iconRight(i))},n&&!r?j.createElement(le.y,{caption:null,dimmed:!0,inline:!0}):t)},se=["disabled","href","icon","rightIcon","use","loading","_button","_buttonOpened","rel","as","focused"],ce=(0,Y.b)((M=O=function(e){function t(){for(var n,r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return(n=e.call.apply(e,[this].concat(o))||this).getProps=(0,X.o)(t.defaultProps),n.state={focusedByTab:!1},n.renderMain=function(e){var t=e.disabled,r=e.href,o=e.icon,i=e.rightIcon,a=e.use,l=e.loading,u=e._button,s=e._buttonOpened,c=e.rel,d=e.as,f=e.focused,p=void 0!==f&&f,h=(0,D.A)(e,se),g=(0,$.WM)(n.theme),y=null;u&&(y=j.createElement("span",{className:ae.arrow()}));var m=c;void 0===m&&r&&(m="noopener"+((0,G.i9)(r)?" noreferrer":""));var b,v,_=!t&&(n.state.focusedByTab||p),k=o&&j.createElement(ue,{icon:o,loading:l,position:"left"}),w=i&&j.createElement(ue,{hasBothIcons:!!o&&!!i,icon:i,loading:l,position:"right"}),C={className:(0,K.cx)(ae.useRoot(),"default"===a&&ae.useDefault(n.theme),"success"===a&&ae.useSuccess(n.theme),"danger"===a&&ae.useDanger(n.theme),"grayed"===a&&ae.useGrayed(n.theme),!!u&&ae.button(n.theme),!!s&&ae.buttonOpened(n.theme),n.getLinkClassName(_,Boolean(t||l),g)),href:r,rel:m,onClick:n.handleClick,onFocus:n.handleFocus,onBlur:n.handleBlur,tabIndex:t||l?-1:n.props.tabIndex},x=n.props.children;return g&&(x=j.createElement("span",{className:(0,K.cx)(re.textWrapper,ae.lineTextWrapper(n.theme),(b={},b[ae.lineTextWrapperFocused(n.theme)]=_,b))},j.createElement("span",{className:(0,K.cx)(re.text,(v={},v[ae.lineText(n.theme)]=!Q.lw,v[ae.lineTextIE11(n.theme)]=Q.lw,v))},n.props.children))),j.createElement(d,(0,I.A)({"data-tid":"Link__root"},h,C),k,x,w,y)},n.handleFocus=function(){n.props.disabled||null==N.globalObject.requestAnimationFrame||N.globalObject.requestAnimationFrame((function(){U.isTabPressed&&n.setState({focusedByTab:!0})}))},n.handleBlur=function(){n.setState({focusedByTab:!1})},n.handleClick=function(e){var t=n.props,r=t.onClick,o=t.disabled,i=t.loading;n.getProps().href||e.preventDefault(),!r||o||i||r(e)},n}(0,R.A)(t,e);var n=t.prototype;return n.render=function(){var e=this;return j.createElement(J.K.Consumer,null,(function(t){return e.linkFocusOutline=(0,Z.X)(t).linkFocusOutline,j.createElement(W.D.Consumer,null,(function(t){return e.theme=e.props.theme?V.g.create(e.props.theme,t):t,j.createElement(q.v,(0,I.A)({rootNodeRef:e.setRootNode},e.getProps()),e.renderMain)}))}))},n.getLinkClassName=function(e,t,n){var r=this.getProps().use,o=e&&!t;return parseInt(this.theme.linkLineBorderBottomWidth)>0?(0,K.cx)(ae.lineRoot(),t&&ae.disabled(this.theme),t&&n&&(0,$.g4)(this.theme)&&ae.disabledDark22Theme(this.theme),o&&"default"===r&&ae.lineFocus(this.theme),o&&"success"===r&&ae.lineFocusSuccess(this.theme),o&&"danger"===r&&ae.lineFocusDanger(this.theme),o&&"grayed"===r&&ae.lineFocusGrayed(this.theme),o&&n&&this.linkFocusOutline&&ae.focus2022(this.theme)):(0,K.cx)(ae.root(this.theme),o&&ae.focus(this.theme),t&&ae.disabled(this.theme),"grayed"===r&&e&&ae.useGrayedFocus(this.theme))},t}(j.Component),O.__KONTUR_REACT_UI__="Link",O.displayName="Link",O.propTypes={disabled:z().bool,href:z().string,icon:z().node,use:z().oneOf(["default","success","danger","grayed"])},O.defaultProps={href:"",use:"default",as:"a"},T=M))||T,de=n(8181),fe=n(9899),pe=n(8041),he=n.n(pe);function ge(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}e=n.hmd(e),(H="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&H(e);var ye,me,be="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},ve=function(e){var t;return null!==(t=e[Math.floor(Math.random()*e.length)])&&void 0!==t?t:(0,fe.ku)()},_e={text:"Улыбнись!"};function ke(){var e,t,n=(e=j.useState(_e),t=2,function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,l=[],u=!0,s=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(l.push(r.value),l.length!==t);u=!0);}catch(e){s=!0,o=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw o}}return l}}(e,t)||function(e,t){if(e){if("string"==typeof e)return ge(e,t);var n={}.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)?ge(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),r=n[0],o=n[1];return j.useEffect((function(){de.z.getFileRaw().then((function(e){e.length>0&&o(ve(e))})).catch((function(){return o(_e)}))}),[]),j.createElement("div",{className:he()("container")},j.createElement("div",{className:he()("text-block")},r.link?j.createElement(ce,{href:r.link},r.text):j.createElement(j.Fragment,null,r.text)),r.img&&j.createElement("img",{src:r.img,alt:r.text}))}be(ke,"useState{[tip, setTip](defaultTip)}\nuseEffect{}"),(ye="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(ye.register(ve,"getRandomItem","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\Components\\RandomTipsAndTricks\\RandomTipsAndTricks.tsx"),ye.register(_e,"defaultTip","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\Components\\RandomTipsAndTricks\\RandomTipsAndTricks.tsx"),ye.register(ke,"RandomTipsAndTricks","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\Components\\RandomTipsAndTricks\\RandomTipsAndTricks.tsx")),(me="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&me(e)},4678:function(e,t,n){"use strict";var r,o=n(6540),i=n(961),a=n(4190),l=n(1681);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},u(e)}function s(){s=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,o=Object.defineProperty||function(e,t,n){e[t]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",l=i.asyncIterator||"@@asyncIterator",c=i.toStringTag||"@@toStringTag";function d(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(e){d=function(e,t,n){return e[t]=n}}function f(e,t,n,r){var i=t&&t.prototype instanceof v?t:v,a=Object.create(i.prototype),l=new O(r||[]);return o(a,"_invoke",{value:L(e,n,l)}),a}function p(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=f;var h="suspendedStart",g="suspendedYield",y="executing",m="completed",b={};function v(){}function _(){}function k(){}var w={};d(w,a,(function(){return this}));var C=Object.getPrototypeOf,x=C&&C(C(M([])));x&&x!==n&&r.call(x,a)&&(w=x);var S=k.prototype=v.prototype=Object.create(w);function P(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function E(e,t){function n(o,i,a,l){var s=p(e[o],e,i);if("throw"!==s.type){var c=s.arg,d=c.value;return d&&"object"==u(d)&&r.call(d,"__await")?t.resolve(d.__await).then((function(e){n("next",e,a,l)}),(function(e){n("throw",e,a,l)})):t.resolve(d).then((function(e){c.value=e,a(c)}),(function(e){return n("throw",e,a,l)}))}l(s.arg)}var i;o(this,"_invoke",{value:function(e,r){function o(){return new t((function(t,o){n(e,r,t,o)}))}return i=i?i.then(o,o):o()}})}function L(t,n,r){var o=h;return function(i,a){if(o===y)throw Error("Generator is already running");if(o===m){if("throw"===i)throw a;return{value:e,done:!0}}for(r.method=i,r.arg=a;;){var l=r.delegate;if(l){var u=B(l,r);if(u){if(u===b)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===h)throw o=m,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=y;var s=p(t,n,r);if("normal"===s.type){if(o=r.done?m:g,s.arg===b)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(o=m,r.method="throw",r.arg=s.arg)}}}function B(t,n){var r=n.method,o=t.iterator[r];if(o===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,B(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),b;var i=p(o,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,b;var a=i.arg;return a?a.done?(n[t.resultName]=a.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,b):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,b)}function A(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function O(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(A,this),this.reset(!0)}function M(t){if(t||""===t){var n=t[a];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return i.next=i}}throw new TypeError(u(t)+" is not iterable")}return _.prototype=k,o(S,"constructor",{value:k,configurable:!0}),o(k,"constructor",{value:_,configurable:!0}),_.displayName=d(k,c,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===_||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,k):(e.__proto__=k,d(e,c,"GeneratorFunction")),e.prototype=Object.create(S),e},t.awrap=function(e){return{__await:e}},P(E.prototype),d(E.prototype,l,(function(){return this})),t.AsyncIterator=E,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new E(f(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},P(S),d(S,c,"Generator"),d(S,a,(function(){return this})),d(S,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=M,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function o(r,o){return l.type="throw",l.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],l=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),s=r.call(a,"finallyLoc");if(u&&s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,b):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),b},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),T(n),b}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;T(n)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:M(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),b}},t}function c(e,t,n,r,o,i,a){try{var l=e[i](a),u=l.value}catch(e){return void n(e)}l.done?t(u):Promise.resolve(u).then(r,o)}function d(e){return"string"==typeof e?"false"!==e&&"true"===e:Boolean(e)}e=n.hmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var f,p,h={authorized:d("{authorized}"),cauldronApiUrl:"{cauldronApiUrl}",abonId:"{abonId}",orgId:"{orgId}",userId:"{userId}",isTestServer:d("{isTestServer}"),renderCachingForIE8:d("{renderCachingForIE8}"),normalizationOnServer:d("{normalizationOnServer}"),normativeUrl:"{normativeUrl}",konturDomains:"{konturDomains}"},g="{keformsUrl}";function y(e,t,n){var r=function(e){return"{".concat(e,"}")},o=e.toString(),i=o.indexOf("//# sourceMappingURL=client.js.map");return i>=0&&(o=o.substring(0,i),o+="\n//# sourceMappingURL=/static/public/scripts/client.js.map"),(o=(o=(o=(o=(o=(o=o.replace(r("keformsUrl"),t)).replace(r("konturDomains"),n.konturDomains)).replace(r("authorized"),n.authorized.toString())).replace(r("normalizationOnServer"),n.normalizationOnServer.toString())).replace(r("renderCachingForIE8"),n.renderCachingForIE8.toString())).replace(r("normativeUrl"),n.normativeUrl)).replace(r("isTestServer"),n.isTestServer.toString())}function m(e,t,n){return b.apply(this,arguments)}function b(){var e;return e=s().mark((function e(t,n,r){var u,c,d,f,p,b,v;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return u=document.createElement("div"),document.body.appendChild(u),i.render(o.createElement(a.k,null),u),e.next=5,fetch(_("/static/public/scripts/client-original.js"),{method:"GET"});case 5:return c=e.sent,e.t0=y,e.next=9,c.text();case 9:e.t1=e.sent,e.t2=g,e.t3=h,d=(0,e.t0)(e.t1,e.t2,e.t3),(f=document.createElement("script")).type="text/javascript",f.text="try {\n"+d+"\n} catch(e) { window.CF.loadError = e; console.error(window.loadError); }",document.head.appendChild(f),window.CF.start==m?i.render(o.createElement(l.j,{text:"".concat(null!==(p=window.CF.loadError)&&void 0!==p?p:"")}),u):(b="string"==typeof t?document.querySelector(t):t,v=setInterval((function(){(null==b||(null==b?void 0:b.children.length)>0)&&(clearInterval(v),i.unmountComponentAtNode(u))}),100),window.CF.start(t,n,(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];null==r||r.apply(void 0,t)})));case 18:case"end":return e.stop()}}),e)})),b=function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function a(e){c(i,r,o,a,l,"next",e)}function l(e){c(i,r,o,a,l,"throw",e)}a(void 0)}))},b.apply(this,arguments)}function v(e){return e.replace(/([^:])\/{2,}/g,"$1/")}function _(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",r=null!==(e=n.g.CF.keformsUrl)&&void 0!==e?e:"";return v("".concat(r,"/").concat(t))}window.CF={start:m,entryPoint:{},partialRenderingForIE8:d("{partialRenderingForIE8}"),keformsUrl:"{keformsUrl}"},(f="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(f.register(d,"parseBool","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\enhancedClient.tsx"),f.register(h,"clientSettings","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\enhancedClient.tsx"),f.register(g,"keformsUrl","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\enhancedClient.tsx"),f.register(y,"injectSettingsIntoClientJsFile","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\enhancedClient.tsx"),f.register(m,"start","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\enhancedClient.tsx"),f.register(v,"removeDoubleSlashesFromUrl","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\enhancedClient.tsx"),f.register(_,"buildKeFormsUrl","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\LocalServerFrontEnd\\src\\enhancedClient.tsx")),(p="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&p(e)},5671:function(e,t,n){"use strict";var r=n(1354),o=n.n(r),i=n(6314),a=n.n(i)()(o());a.push([e.id,"body {\n margin: 0;\n}\n.FormBuildingError-root-TV0 {\n font-family: Segoe UI, Arial, sans-serif;\n font-size: 14px;\n color: #333333;\n line-height: 20px;\n height: 100vh;\n width: 100vw;\n margin: 24px;\n padding: 0;\n box-sizing: border-box;\n}\n.FormBuildingError-error-rSH {\n width: 90%;\n box-sizing: border-box;\n padding: 12px;\n border: 1px solid #aaa;\n font-family: Consolas, monospace;\n font-size: 12px;\n}\n","",{version:3,sources:["webpack://./src/Components/FormBuildingError/FormBuildingError.less"],names:[],mappings:"AAAA;EACI,SAAA;AACJ;AAEA;EACI,wCAAA;EACA,eAAA;EACA,cAAA;EACA,iBAAA;EAEA,aAAA;EACA,YAAA;EACA,YAAA;EACA,UAAA;EACA,sBAAA;AADJ;AAIA;EACI,UAAA;EACA,sBAAA;EACA,aAAA;EACA,sBAAA;EACA,gCAAA;EACA,eAAA;AAFJ",sourcesContent:["body {\n margin: 0;\n}\n\n.root {\n font-family: Segoe UI, Arial, sans-serif;\n font-size: 14px;\n color: #333333;\n line-height: 20px;\n\n height: 100vh;\n width: 100vw;\n margin: 24px;\n padding: 0;\n box-sizing: border-box;\n}\n\n.error {\n width: 90%;\n box-sizing: border-box;\n padding: 12px;\n border: 1px solid #aaa;\n font-family: Consolas, monospace;\n font-size: 12px;\n}\n"],sourceRoot:""}]),a.locals={root:"FormBuildingError-root-TV0",error:"FormBuildingError-error-rSH"},t.A=a},9943:function(e,t,n){"use strict";var r=n(1354),o=n.n(r),i=n(6314),a=n.n(i)()(o());a.push([e.id,"body {\n margin: 0;\n}\n.FormBuildingProgress-root-WX4 {\n font-family: Segoe UI, Arial, sans-serif;\n font-size: 14px;\n color: #333333;\n line-height: 20px;\n height: 100vh;\n width: 100vw;\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n.FormBuildingProgress-spinner-container-FRG {\n margin: 0 auto;\n width: 200px;\n padding-top: 20vh;\n}\n.FormBuildingProgress-logs-container-SmM {\n width: 90%;\n overflow: scroll;\n margin: 20px auto 0 auto;\n height: 60vh;\n border: 1px solid #aaa;\n padding: 12px;\n}\n.FormBuildingProgress-logs-container-SmM pre {\n font-family: Consolas, monospace;\n font-size: 12px;\n}\n","",{version:3,sources:["webpack://./src/Components/FormBuildingProgress/FormBuildingProgress.less"],names:[],mappings:"AAAA;EACI,SAAA;AACJ;AAEA;EACI,wCAAA;EACA,eAAA;EACA,cAAA;EACA,iBAAA;EAEA,aAAA;EACA,YAAA;EACA,SAAA;EACA,UAAA;EACA,sBAAA;AADJ;AAIA;EACI,cAAA;EACA,YAAA;EACA,iBAAA;AAFJ;AAKA;EACI,UAAA;EACA,gBAAA;EACA,wBAAA;EACA,YAAA;EACA,sBAAA;EACA,aAAA;AAHJ;AAHA;EASQ,gCAAA;EACA,eAAA;AAHR",sourcesContent:["body {\n margin: 0;\n}\n\n.root {\n font-family: Segoe UI, Arial, sans-serif;\n font-size: 14px;\n color: #333333;\n line-height: 20px;\n\n height: 100vh;\n width: 100vw;\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\n.spinner-container {\n margin: 0 auto;\n width: 200px;\n padding-top: 20vh;\n}\n\n.logs-container {\n width: 90%;\n overflow: scroll;\n margin: 20px auto 0 auto;\n height: 60vh;\n border: 1px solid #aaa;\n padding: 12px;\n\n pre {\n font-family: Consolas, monospace;\n font-size: 12px;\n }\n}\n"],sourceRoot:""}]),a.locals={root:"FormBuildingProgress-root-WX4","spinner-container":"FormBuildingProgress-spinner-container-FRG","logs-container":"FormBuildingProgress-logs-container-SmM"},t.A=a},2919:function(e,t,n){"use strict";var r=n(1354),o=n.n(r),i=n(6314),a=n.n(i)()(o());a.push([e.id,'.RandomTipsAndTricks-container-Ogr {\n display: flex;\n margin: 24px auto;\n width: 600px;\n padding: 20px;\n border: 10px solid transparent;\n border-image: 10 repeating-linear-gradient(45deg, #a7cecc, #a7cecc 10px, transparent 10px, transparent 20px, #f8463f 20px, #f8463f 30px, transparent 30px, transparent 40px);\n}\n.RandomTipsAndTricks-text-block-CEC {\n font: italic 1.6em "Fira Sans", serif;\n margin: auto;\n width: 400px;\n}\n',"",{version:3,sources:["webpack://./src/Components/RandomTipsAndTricks/RandomTipsAndTricks.less"],names:[],mappings:"AAAA;EACI,aAAA;EACA,iBAAA;EACA,YAAA;EACA,aAAA;EACA,8BAAA;EACA,4KAAA;AACJ;AAaA;EACI,qCAAA;EACA,YAAA;EACA,YAAA;AAXJ",sourcesContent:['.container {\n display: flex;\n margin: 24px auto;\n width: 600px;\n padding: 20px;\n border: 10px solid transparent;\n border-image: 10\n repeating-linear-gradient(\n 45deg,\n #a7cecc,\n #a7cecc 10px,\n transparent 10px,\n transparent 20px,\n #f8463f 20px,\n #f8463f 30px,\n transparent 30px,\n transparent 40px\n );\n}\n\n.text-block {\n font: italic 1.6em "Fira Sans", serif;\n margin: auto;\n width: 400px;\n}\n'],sourceRoot:""}]),a.locals={container:"RandomTipsAndTricks-container-Ogr","text-block":"RandomTipsAndTricks-text-block-CEC"},t.A=a},6314:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,o,i){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(r)for(var l=0;l<this.length;l++){var u=this[l][0];null!=u&&(a[u]=!0)}for(var s=0;s<e.length;s++){var c=[].concat(e[s]);r&&a[c[0]]||(void 0!==i&&(void 0===c[5]||(c[1]="@layer".concat(c[5].length>0?" ".concat(c[5]):""," {").concat(c[1],"}")),c[5]=i),n&&(c[2]?(c[1]="@media ".concat(c[2]," {").concat(c[1],"}"),c[2]=n):c[2]=n),o&&(c[4]?(c[1]="@supports (".concat(c[4],") {").concat(c[1],"}"),c[4]=o):c[4]="".concat(o)),t.push(c))}},t}},1354:function(e){"use strict";e.exports=function(e){var t=e[1],n=e[3];if(!n)return t;if("function"==typeof btoa){var r=btoa(unescape(encodeURIComponent(JSON.stringify(n)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(r),i="/*# ".concat(o," */"),a=n.sources.map((function(e){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(e," */")}));return[t].concat(a).concat([i]).join("\n")}return[t].join("\n")}},2003:function(e){function t(e){if(!e)return"";if(!/\r/.test(e))return e;for(e=e.replace(/\r+\n/gm,"\n");/\r[^$]/.test(e);){var t=/^(.*)\r+/m.exec(e)[1],n=/\r+(.*)$/m.exec(e)[1];n+=t.slice(n.length,t.length),e=e.replace(/\r+.*$/m,"\r").replace(/^.*\r/m,n)}return e}function n(e){for(var t=0,n=0;n<e.length;n++)e[t].length<=e[n].length&&(t=n);return t}function r(e){if(!/\r/.test(e))return e;for(var t=e.split("\r"),r=[];t.length>0;){var o=n(t);r.push(t[o]),t=t.slice(o+1)}return r.join("\r")}e.exports=t,e.exports.escapeCarriageReturn=t,e.exports.escapeCarriageReturnSafe=function(e){if(!e)return"";if(!/\r/.test(e))return e;if(!/\n/.test(e))return r(e);var n=(e=e.replace(/\r+\n/gm,"\n")).lastIndexOf("\n");return t(e.slice(0,n))+"\n"+r(e.slice(n+1))}},228:function(e){"use strict";var t=Object.prototype.hasOwnProperty,n="~";function r(){}function o(e,t,n){this.fn=e,this.context=t,this.once=n||!1}function i(e,t,r,i,a){if("function"!=typeof r)throw new TypeError("The listener must be a function");var l=new o(r,i||e,a),u=n?n+t:t;return e._events[u]?e._events[u].fn?e._events[u]=[e._events[u],l]:e._events[u].push(l):(e._events[u]=l,e._eventsCount++),e}function a(e,t){0==--e._eventsCount?e._events=new r:delete e._events[t]}function l(){this._events=new r,this._eventsCount=0}Object.create&&(r.prototype=Object.create(null),(new r).__proto__||(n=!1)),l.prototype.eventNames=function(){var e,r,o=[];if(0===this._eventsCount)return o;for(r in e=this._events)t.call(e,r)&&o.push(n?r.slice(1):r);return Object.getOwnPropertySymbols?o.concat(Object.getOwnPropertySymbols(e)):o},l.prototype.listeners=function(e){var t=n?n+e:e,r=this._events[t];if(!r)return[];if(r.fn)return[r.fn];for(var o=0,i=r.length,a=new Array(i);o<i;o++)a[o]=r[o].fn;return a},l.prototype.listenerCount=function(e){var t=n?n+e:e,r=this._events[t];return r?r.fn?1:r.length:0},l.prototype.emit=function(e,t,r,o,i,a){var l=n?n+e:e;if(!this._events[l])return!1;var u,s,c=this._events[l],d=arguments.length;if(c.fn){switch(c.once&&this.removeListener(e,c.fn,void 0,!0),d){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,t),!0;case 3:return c.fn.call(c.context,t,r),!0;case 4:return c.fn.call(c.context,t,r,o),!0;case 5:return c.fn.call(c.context,t,r,o,i),!0;case 6:return c.fn.call(c.context,t,r,o,i,a),!0}for(s=1,u=new Array(d-1);s<d;s++)u[s-1]=arguments[s];c.fn.apply(c.context,u)}else{var f,p=c.length;for(s=0;s<p;s++)switch(c[s].once&&this.removeListener(e,c[s].fn,void 0,!0),d){case 1:c[s].fn.call(c[s].context);break;case 2:c[s].fn.call(c[s].context,t);break;case 3:c[s].fn.call(c[s].context,t,r);break;case 4:c[s].fn.call(c[s].context,t,r,o);break;default:if(!u)for(f=1,u=new Array(d-1);f<d;f++)u[f-1]=arguments[f];c[s].fn.apply(c[s].context,u)}}return!0},l.prototype.on=function(e,t,n){return i(this,e,t,n,!1)},l.prototype.once=function(e,t,n){return i(this,e,t,n,!0)},l.prototype.removeListener=function(e,t,r,o){var i=n?n+e:e;if(!this._events[i])return this;if(!t)return a(this,i),this;var l=this._events[i];if(l.fn)l.fn!==t||o&&!l.once||r&&l.context!==r||a(this,i);else{for(var u=0,s=[],c=l.length;u<c;u++)(l[u].fn!==t||o&&!l[u].once||r&&l[u].context!==r)&&s.push(l[u]);s.length?this._events[i]=1===s.length?s[0]:s:a(this,i)}return this},l.prototype.removeAllListeners=function(e){var t;return e?(t=n?n+e:e,this._events[t]&&a(this,t)):(this._events=new r,this._eventsCount=0),this},l.prototype.off=l.prototype.removeListener,l.prototype.addListener=l.prototype.on,l.prefixed=n,l.EventEmitter=l,e.exports=l},5228:function(e){"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;e.exports=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,o){for(var i,a,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),u=1;u<arguments.length;u++){for(var s in i=Object(arguments[u]))n.call(i,s)&&(l[s]=i[s]);if(t){a=t(i);for(var c=0;c<a.length;c++)r.call(i,a[c])&&(l[a[c]]=i[a[c]])}}return l}},5606:function(e){var t,n,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===o||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:o}catch(e){t=o}try{n="function"==typeof clearTimeout?clearTimeout:i}catch(e){n=i}}();var l,u=[],s=!1,c=-1;function d(){s&&l&&(s=!1,l.length?u=l.concat(u):c=-1,u.length&&f())}function f(){if(!s){var e=a(d);s=!0;for(var t=u.length;t;){for(l=u,u=[];++c<t;)l&&l[c].run();c=-1,t=u.length}l=null,s=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===i||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{return n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function h(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new p(e,t)),1!==u.length||s||a(f)},p.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=h,r.addListener=h,r.once=h,r.off=h,r.removeListener=h,r.removeAllListeners=h,r.emit=h,r.prependListener=h,r.prependOnceListener=h,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},2551:function(e,t,n){"use strict";var r=n(6540),o=n(5228),i=n(9982);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!r)throw Error(a(227));var l=new Set,u={};function s(e,t){c(e,t),c(e+"Capture",t)}function c(e,t){for(u[e]=t,e=0;e<t.length;e++)l.add(t[e])}var d=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),f=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,p=Object.prototype.hasOwnProperty,h={},g={};function y(e,t,n,r,o,i,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var m={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){m[e]=new y(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];m[t]=new y(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){m[e]=new y(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){m[e]=new y(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){m[e]=new y(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){m[e]=new y(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){m[e]=new y(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){m[e]=new y(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){m[e]=new y(e,5,!1,e.toLowerCase(),null,!1,!1)}));var b=/[\-:]([a-z])/g;function v(e){return e[1].toUpperCase()}function _(e,t,n,r){var o=m.hasOwnProperty(t)?m[t]:null;(null!==o?0===o.type:!r&&2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1]))||(function(e,t,n,r){if(null==t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,o,r)&&(n=null),r||null===o?function(e){return!!p.call(g,e)||!p.call(h,e)&&(f.test(e)?g[e]=!0:(h[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=null===n?3!==o.type&&"":n:(t=o.attributeName,r=o.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(o=o.type)||4===o&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(b,v);m[t]=new y(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(b,v);m[t]=new y(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(b,v);m[t]=new y(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){m[e]=new y(e,1,!1,e.toLowerCase(),null,!1,!1)})),m.xlinkHref=new y("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){m[e]=new y(e,1,!1,e.toLowerCase(),null,!0,!0)}));var k=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,w=60103,C=60106,x=60107,S=60108,P=60114,E=60109,L=60110,B=60112,A=60113,T=60120,O=60115,M=60116,H=60121,I=60128,D=60129,R=60130,j=60131;if("function"==typeof Symbol&&Symbol.for){var F=Symbol.for;w=F("react.element"),C=F("react.portal"),x=F("react.fragment"),S=F("react.strict_mode"),P=F("react.profiler"),E=F("react.provider"),L=F("react.context"),B=F("react.forward_ref"),A=F("react.suspense"),T=F("react.suspense_list"),O=F("react.memo"),M=F("react.lazy"),H=F("react.block"),F("react.scope"),I=F("react.opaque.id"),D=F("react.debug_trace_mode"),R=F("react.offscreen"),j=F("react.legacy_hidden")}var z,N="function"==typeof Symbol&&Symbol.iterator;function U(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=N&&e[N]||e["@@iterator"])?e:null}function W(e){if(void 0===z)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);z=t&&t[1]||""}return"\n"+z+e}var G=!1;function q(e,t){if(!e||G)return"";G=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){var r=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){r=e}e.call(t.prototype)}else{try{throw Error()}catch(e){r=e}e()}}catch(e){if(e&&r&&"string"==typeof e.stack){for(var o=e.stack.split("\n"),i=r.stack.split("\n"),a=o.length-1,l=i.length-1;1<=a&&0<=l&&o[a]!==i[l];)l--;for(;1<=a&&0<=l;a--,l--)if(o[a]!==i[l]){if(1!==a||1!==l)do{if(a--,0>--l||o[a]!==i[l])return"\n"+o[a].replace(" at new "," at ")}while(1<=a&&0<=l);break}}}finally{G=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?W(e):""}function K(e){switch(e.tag){case 5:return W(e.type);case 16:return W("Lazy");case 13:return W("Suspense");case 19:return W("SuspenseList");case 0:case 2:case 15:return q(e.type,!1);case 11:return q(e.type.render,!1);case 22:return q(e.type._render,!1);case 1:return q(e.type,!0);default:return""}}function Y(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case x:return"Fragment";case C:return"Portal";case P:return"Profiler";case S:return"StrictMode";case A:return"Suspense";case T:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case L:return(e.displayName||"Context")+".Consumer";case E:return(e._context.displayName||"Context")+".Provider";case B:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case O:return Y(e.type);case H:return Y(e._render);case M:t=e._payload,e=e._init;try{return Y(e(t))}catch(e){}}return null}function X(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function V(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function $(e){e._valueTracker||(e._valueTracker=function(e){var t=V(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var o=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){r=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Q(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=V(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function J(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function Z(e,t){var n=t.checked;return o({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function ee(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=X(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function te(e,t){null!=(t=t.checked)&&_(e,"checked",t,!1)}function ne(e,t){te(e,t);var n=X(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?oe(e,t.type,n):t.hasOwnProperty("defaultValue")&&oe(e,t.type,X(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function re(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function oe(e,t,n){"number"===t&&J(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function ie(e,t){return e=o({children:void 0},t),(t=function(e){var t="";return r.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(t.children))&&(e.children=t),e}function ae(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+X(n),t=null,o=0;o<e.length;o++){if(e[o].value===n)return e[o].selected=!0,void(r&&(e[o].defaultSelected=!0));null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function le(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(a(91));return o({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function ue(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(a(92));if(Array.isArray(n)){if(!(1>=n.length))throw Error(a(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:X(n)}}function se(e,t){var n=X(t.value),r=X(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function ce(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var de={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function fe(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function pe(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?fe(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var he,ge,ye=(ge=function(e,t){if(e.namespaceURI!==de.svg||"innerHTML"in e)e.innerHTML=t;else{for((he=he||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=he.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction((function(){return ge(e,t)}))}:ge);function me(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var be={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},ve=["Webkit","ms","Moz","O"];function _e(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||be.hasOwnProperty(e)&&be[e]?(""+t).trim():t+"px"}function ke(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=_e(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}Object.keys(be).forEach((function(e){ve.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),be[t]=be[e]}))}));var we=o({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Ce(e,t){if(t){if(we[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(a(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(a(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(a(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(a(62))}}function xe(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Se(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var Pe=null,Ee=null,Le=null;function Be(e){if(e=no(e)){if("function"!=typeof Pe)throw Error(a(280));var t=e.stateNode;t&&(t=oo(t),Pe(e.stateNode,e.type,t))}}function Ae(e){Ee?Le?Le.push(e):Le=[e]:Ee=e}function Te(){if(Ee){var e=Ee,t=Le;if(Le=Ee=null,Be(e),t)for(e=0;e<t.length;e++)Be(t[e])}}function Oe(e,t){return e(t)}function Me(e,t,n,r,o){return e(t,n,r,o)}function He(){}var Ie=Oe,De=!1,Re=!1;function je(){null===Ee&&null===Le||(He(),Te())}function Fe(e,t){var n=e.stateNode;if(null===n)return null;var r=oo(n);if(null===r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(a(231,t,typeof n));return n}var ze=!1;if(d)try{var Ne={};Object.defineProperty(Ne,"passive",{get:function(){ze=!0}}),window.addEventListener("test",Ne,Ne),window.removeEventListener("test",Ne,Ne)}catch(ge){ze=!1}function Ue(e,t,n,r,o,i,a,l,u){var s=Array.prototype.slice.call(arguments,3);try{t.apply(n,s)}catch(e){this.onError(e)}}var We=!1,Ge=null,qe=!1,Ke=null,Ye={onError:function(e){We=!0,Ge=e}};function Xe(e,t,n,r,o,i,a,l,u){We=!1,Ge=null,Ue.apply(Ye,arguments)}function Ve(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{!!(1026&(t=e).flags)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function $e(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&null!==(e=e.alternate)&&(t=e.memoizedState),null!==t)return t.dehydrated}return null}function Qe(e){if(Ve(e)!==e)throw Error(a(188))}function Je(e){if(e=function(e){var t=e.alternate;if(!t){if(null===(t=Ve(e)))throw Error(a(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(null===o)break;var i=o.alternate;if(null===i){if(null!==(r=o.return)){n=r;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return Qe(o),e;if(i===r)return Qe(o),t;i=i.sibling}throw Error(a(188))}if(n.return!==r.return)n=o,r=i;else{for(var l=!1,u=o.child;u;){if(u===n){l=!0,n=o,r=i;break}if(u===r){l=!0,r=o,n=i;break}u=u.sibling}if(!l){for(u=i.child;u;){if(u===n){l=!0,n=i,r=o;break}if(u===r){l=!0,r=i,n=o;break}u=u.sibling}if(!l)throw Error(a(189))}}if(n.alternate!==r)throw Error(a(190))}if(3!==n.tag)throw Error(a(188));return n.stateNode.current===n?e:t}(e),!e)return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}function Ze(e,t){for(var n=e.alternate;null!==t;){if(t===e||t===n)return!0;t=t.return}return!1}var et,tt,nt,rt,ot=!1,it=[],at=null,lt=null,ut=null,st=new Map,ct=new Map,dt=[],ft="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function pt(e,t,n,r,o){return{blockedOn:e,domEventName:t,eventSystemFlags:16|n,nativeEvent:o,targetContainers:[r]}}function ht(e,t){switch(e){case"focusin":case"focusout":at=null;break;case"dragenter":case"dragleave":lt=null;break;case"mouseover":case"mouseout":ut=null;break;case"pointerover":case"pointerout":st.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":ct.delete(t.pointerId)}}function gt(e,t,n,r,o,i){return null===e||e.nativeEvent!==i?(e=pt(t,n,r,o,i),null!==t&&null!==(t=no(t))&&tt(t),e):(e.eventSystemFlags|=r,t=e.targetContainers,null!==o&&-1===t.indexOf(o)&&t.push(o),e)}function yt(e){var t=to(e.target);if(null!==t){var n=Ve(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=$e(n)))return e.blockedOn=t,void rt(e.lanePriority,(function(){i.unstable_runWithPriority(e.priority,(function(){nt(n)}))}))}else if(3===t&&n.stateNode.hydrate)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function mt(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var n=Jt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n)return null!==(t=no(n))&&tt(t),e.blockedOn=n,!1;t.shift()}return!0}function bt(e,t,n){mt(e)&&n.delete(t)}function vt(){for(ot=!1;0<it.length;){var e=it[0];if(null!==e.blockedOn){null!==(e=no(e.blockedOn))&&et(e);break}for(var t=e.targetContainers;0<t.length;){var n=Jt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n){e.blockedOn=n;break}t.shift()}null===e.blockedOn&&it.shift()}null!==at&&mt(at)&&(at=null),null!==lt&&mt(lt)&&(lt=null),null!==ut&&mt(ut)&&(ut=null),st.forEach(bt),ct.forEach(bt)}function _t(e,t){e.blockedOn===t&&(e.blockedOn=null,ot||(ot=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,vt)))}function kt(e){function t(t){return _t(t,e)}if(0<it.length){_t(it[0],e);for(var n=1;n<it.length;n++){var r=it[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==at&&_t(at,e),null!==lt&&_t(lt,e),null!==ut&&_t(ut,e),st.forEach(t),ct.forEach(t),n=0;n<dt.length;n++)(r=dt[n]).blockedOn===e&&(r.blockedOn=null);for(;0<dt.length&&null===(n=dt[0]).blockedOn;)yt(n),null===n.blockedOn&&dt.shift()}function wt(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Ct={animationend:wt("Animation","AnimationEnd"),animationiteration:wt("Animation","AnimationIteration"),animationstart:wt("Animation","AnimationStart"),transitionend:wt("Transition","TransitionEnd")},xt={},St={};function Pt(e){if(xt[e])return xt[e];if(!Ct[e])return e;var t,n=Ct[e];for(t in n)if(n.hasOwnProperty(t)&&t in St)return xt[e]=n[t];return e}d&&(St=document.createElement("div").style,"AnimationEvent"in window||(delete Ct.animationend.animation,delete Ct.animationiteration.animation,delete Ct.animationstart.animation),"TransitionEvent"in window||delete Ct.transitionend.transition);var Et=Pt("animationend"),Lt=Pt("animationiteration"),Bt=Pt("animationstart"),At=Pt("transitionend"),Tt=new Map,Ot=new Map,Mt=["abort","abort",Et,"animationEnd",Lt,"animationIteration",Bt,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",At,"transitionEnd","waiting","waiting"];function Ht(e,t){for(var n=0;n<e.length;n+=2){var r=e[n],o=e[n+1];o="on"+(o[0].toUpperCase()+o.slice(1)),Ot.set(r,t),Tt.set(r,o),s(o,[r])}}(0,i.unstable_now)();var It=8;function Dt(e){if(1&e)return It=15,1;if(2&e)return It=14,2;if(4&e)return It=13,4;var t=24&e;return 0!==t?(It=12,t):32&e?(It=11,32):0!=(t=192&e)?(It=10,t):256&e?(It=9,256):0!=(t=3584&e)?(It=8,t):4096&e?(It=7,4096):0!=(t=4186112&e)?(It=6,t):0!=(t=62914560&e)?(It=5,t):67108864&e?(It=4,67108864):134217728&e?(It=3,134217728):0!=(t=805306368&e)?(It=2,t):1073741824&e?(It=1,1073741824):(It=8,e)}function Rt(e,t){var n=e.pendingLanes;if(0===n)return It=0;var r=0,o=0,i=e.expiredLanes,a=e.suspendedLanes,l=e.pingedLanes;if(0!==i)r=i,o=It=15;else if(0!=(i=134217727&n)){var u=i&~a;0!==u?(r=Dt(u),o=It):0!=(l&=i)&&(r=Dt(l),o=It)}else 0!=(i=n&~a)?(r=Dt(i),o=It):0!==l&&(r=Dt(l),o=It);if(0===r)return 0;if(r=n&((0>(r=31-Wt(r))?0:1<<r)<<1)-1,0!==t&&t!==r&&!(t&a)){if(Dt(t),o<=It)return t;It=o}if(0!==(t=e.entangledLanes))for(e=e.entanglements,t&=r;0<t;)o=1<<(n=31-Wt(t)),r|=e[n],t&=~o;return r}function jt(e){return 0!=(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function Ft(e,t){switch(e){case 15:return 1;case 14:return 2;case 12:return 0===(e=zt(24&~t))?Ft(10,t):e;case 10:return 0===(e=zt(192&~t))?Ft(8,t):e;case 8:return 0===(e=zt(3584&~t))&&0===(e=zt(4186112&~t))&&(e=512),e;case 2:return 0===(t=zt(805306368&~t))&&(t=268435456),t}throw Error(a(358,e))}function zt(e){return e&-e}function Nt(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function Ut(e,t,n){e.pendingLanes|=t;var r=t-1;e.suspendedLanes&=r,e.pingedLanes&=r,(e=e.eventTimes)[t=31-Wt(t)]=n}var Wt=Math.clz32?Math.clz32:function(e){return 0===e?32:31-(Gt(e)/qt|0)|0},Gt=Math.log,qt=Math.LN2,Kt=i.unstable_UserBlockingPriority,Yt=i.unstable_runWithPriority,Xt=!0;function Vt(e,t,n,r){De||He();var o=Qt,i=De;De=!0;try{Me(o,e,t,n,r)}finally{(De=i)||je()}}function $t(e,t,n,r){Yt(Kt,Qt.bind(null,e,t,n,r))}function Qt(e,t,n,r){var o;if(Xt)if((o=!(4&t))&&0<it.length&&-1<ft.indexOf(e))e=pt(null,e,t,n,r),it.push(e);else{var i=Jt(e,t,n,r);if(null===i)o&&ht(e,r);else{if(o){if(-1<ft.indexOf(e))return e=pt(i,e,t,n,r),void it.push(e);if(function(e,t,n,r,o){switch(t){case"focusin":return at=gt(at,e,t,n,r,o),!0;case"dragenter":return lt=gt(lt,e,t,n,r,o),!0;case"mouseover":return ut=gt(ut,e,t,n,r,o),!0;case"pointerover":var i=o.pointerId;return st.set(i,gt(st.get(i)||null,e,t,n,r,o)),!0;case"gotpointercapture":return i=o.pointerId,ct.set(i,gt(ct.get(i)||null,e,t,n,r,o)),!0}return!1}(i,e,t,n,r))return;ht(e,r)}Hr(e,t,r,null,n)}}}function Jt(e,t,n,r){var o=Se(r);if(null!==(o=to(o))){var i=Ve(o);if(null===i)o=null;else{var a=i.tag;if(13===a){if(null!==(o=$e(i)))return o;o=null}else if(3===a){if(i.stateNode.hydrate)return 3===i.tag?i.stateNode.containerInfo:null;o=null}else i!==o&&(o=null)}}return Hr(e,t,r,o,n),null}var Zt=null,en=null,tn=null;function nn(){if(tn)return tn;var e,t,n=en,r=n.length,o="value"in Zt?Zt.value:Zt.textContent,i=o.length;for(e=0;e<r&&n[e]===o[e];e++);var a=r-e;for(t=1;t<=a&&n[r-t]===o[i-t];t++);return tn=o.slice(e,1<t?1-t:void 0)}function rn(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function on(){return!0}function an(){return!1}function ln(e){function t(t,n,r,o,i){for(var a in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=o,this.target=i,this.currentTarget=null,e)e.hasOwnProperty(a)&&(t=e[a],this[a]=t?t(o):o[a]);return this.isDefaultPrevented=(null!=o.defaultPrevented?o.defaultPrevented:!1===o.returnValue)?on:an,this.isPropagationStopped=an,this}return o(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=on)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=on)},persist:function(){},isPersistent:on}),t}var un,sn,cn,dn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},fn=ln(dn),pn=o({},dn,{view:0,detail:0}),hn=ln(pn),gn=o({},pn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:En,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==cn&&(cn&&"mousemove"===e.type?(un=e.screenX-cn.screenX,sn=e.screenY-cn.screenY):sn=un=0,cn=e),un)},movementY:function(e){return"movementY"in e?e.movementY:sn}}),yn=ln(gn),mn=ln(o({},gn,{dataTransfer:0})),bn=ln(o({},pn,{relatedTarget:0})),vn=ln(o({},dn,{animationName:0,elapsedTime:0,pseudoElement:0})),_n=o({},dn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),kn=ln(_n),wn=ln(o({},dn,{data:0})),Cn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},xn={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Sn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Pn(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=Sn[e])&&!!t[e]}function En(){return Pn}var Ln=o({},pn,{key:function(e){if(e.key){var t=Cn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=rn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?xn[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:En,charCode:function(e){return"keypress"===e.type?rn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?rn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),Bn=ln(Ln),An=ln(o({},gn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),Tn=ln(o({},pn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:En})),On=ln(o({},dn,{propertyName:0,elapsedTime:0,pseudoElement:0})),Mn=o({},gn,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),Hn=ln(Mn),In=[9,13,27,32],Dn=d&&"CompositionEvent"in window,Rn=null;d&&"documentMode"in document&&(Rn=document.documentMode);var jn=d&&"TextEvent"in window&&!Rn,Fn=d&&(!Dn||Rn&&8<Rn&&11>=Rn),zn=String.fromCharCode(32),Nn=!1;function Un(e,t){switch(e){case"keyup":return-1!==In.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Wn(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Gn=!1,qn={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Kn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!qn[e.type]:"textarea"===t}function Yn(e,t,n,r){Ae(r),0<(t=Dr(t,"onChange")).length&&(n=new fn("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var Xn=null,Vn=null;function $n(e){Lr(e,0)}function Qn(e){if(Q(ro(e)))return e}function Jn(e,t){if("change"===e)return t}var Zn=!1;if(d){var er;if(d){var tr="oninput"in document;if(!tr){var nr=document.createElement("div");nr.setAttribute("oninput","return;"),tr="function"==typeof nr.oninput}er=tr}else er=!1;Zn=er&&(!document.documentMode||9<document.documentMode)}function rr(){Xn&&(Xn.detachEvent("onpropertychange",or),Vn=Xn=null)}function or(e){if("value"===e.propertyName&&Qn(Vn)){var t=[];if(Yn(t,Vn,e,Se(e)),e=$n,De)e(t);else{De=!0;try{Oe(e,t)}finally{De=!1,je()}}}}function ir(e,t,n){"focusin"===e?(rr(),Vn=n,(Xn=t).attachEvent("onpropertychange",or)):"focusout"===e&&rr()}function ar(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Qn(Vn)}function lr(e,t){if("click"===e)return Qn(t)}function ur(e,t){if("input"===e||"change"===e)return Qn(t)}var sr="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},cr=Object.prototype.hasOwnProperty;function dr(e,t){if(sr(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(r=0;r<n.length;r++)if(!cr.call(t,n[r])||!sr(e[n[r]],t[n[r]]))return!1;return!0}function fr(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function pr(e,t){var n,r=fr(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=fr(r)}}function hr(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?hr(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function gr(){for(var e=window,t=J();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=J((e=t.contentWindow).document)}return t}function yr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var mr=d&&"documentMode"in document&&11>=document.documentMode,br=null,vr=null,_r=null,kr=!1;function wr(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;kr||null==br||br!==J(r)||(r="selectionStart"in(r=br)&&yr(r)?{start:r.selectionStart,end:r.selectionEnd}:{anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},_r&&dr(_r,r)||(_r=r,0<(r=Dr(vr,"onSelect")).length&&(t=new fn("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=br)))}Ht("cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focusin focus focusout blur input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Ht("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Ht(Mt,2);for(var Cr="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),xr=0;xr<Cr.length;xr++)Ot.set(Cr[xr],0);c("onMouseEnter",["mouseout","mouseover"]),c("onMouseLeave",["mouseout","mouseover"]),c("onPointerEnter",["pointerout","pointerover"]),c("onPointerLeave",["pointerout","pointerover"]),s("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),s("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),s("onBeforeInput",["compositionend","keypress","textInput","paste"]),s("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),s("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),s("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Sr="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Pr=new Set("cancel close invalid load scroll toggle".split(" ").concat(Sr));function Er(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,r,o,i,l,u,s){if(Xe.apply(this,arguments),We){if(!We)throw Error(a(198));var c=Ge;We=!1,Ge=null,qe||(qe=!0,Ke=c)}}(r,t,void 0,e),e.currentTarget=null}function Lr(e,t){t=!!(4&t);for(var n=0;n<e.length;n++){var r=e[n],o=r.event;r=r.listeners;e:{var i=void 0;if(t)for(var a=r.length-1;0<=a;a--){var l=r[a],u=l.instance,s=l.currentTarget;if(l=l.listener,u!==i&&o.isPropagationStopped())break e;Er(o,l,s),i=u}else for(a=0;a<r.length;a++){if(u=(l=r[a]).instance,s=l.currentTarget,l=l.listener,u!==i&&o.isPropagationStopped())break e;Er(o,l,s),i=u}}}if(qe)throw e=Ke,qe=!1,Ke=null,e}function Br(e,t){var n=io(t),r=e+"__bubble";n.has(r)||(Mr(t,e,2,!1),n.add(r))}var Ar="_reactListening"+Math.random().toString(36).slice(2);function Tr(e){e[Ar]||(e[Ar]=!0,l.forEach((function(t){Pr.has(t)||Or(t,!1,e,null),Or(t,!0,e,null)})))}function Or(e,t,n,r){var o=4<arguments.length&&void 0!==arguments[4]?arguments[4]:0,i=n;if("selectionchange"===e&&9!==n.nodeType&&(i=n.ownerDocument),null!==r&&!t&&Pr.has(e)){if("scroll"!==e)return;o|=2,i=r}var a=io(i),l=e+"__"+(t?"capture":"bubble");a.has(l)||(t&&(o|=4),Mr(i,e,o,t),a.add(l))}function Mr(e,t,n,r){var o=Ot.get(t);switch(void 0===o?2:o){case 0:o=Vt;break;case 1:o=$t;break;default:o=Qt}n=o.bind(null,t,n,e),o=void 0,!ze||"touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(o=!0),r?void 0!==o?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):void 0!==o?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function Hr(e,t,n,r,o){var i=r;if(!(1&t||2&t||null===r))e:for(;;){if(null===r)return;var a=r.tag;if(3===a||4===a){var l=r.stateNode.containerInfo;if(l===o||8===l.nodeType&&l.parentNode===o)break;if(4===a)for(a=r.return;null!==a;){var u=a.tag;if((3===u||4===u)&&((u=a.stateNode.containerInfo)===o||8===u.nodeType&&u.parentNode===o))return;a=a.return}for(;null!==l;){if(null===(a=to(l)))return;if(5===(u=a.tag)||6===u){r=i=a;continue e}l=l.parentNode}}r=r.return}!function(e,t,n){if(Re)return e();Re=!0;try{return Ie(e,t,n)}finally{Re=!1,je()}}((function(){var r=i,o=Se(n),a=[];e:{var l=Tt.get(e);if(void 0!==l){var u=fn,s=e;switch(e){case"keypress":if(0===rn(n))break e;case"keydown":case"keyup":u=Bn;break;case"focusin":s="focus",u=bn;break;case"focusout":s="blur",u=bn;break;case"beforeblur":case"afterblur":u=bn;break;case"click":if(2===n.button)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":u=yn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":u=mn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":u=Tn;break;case Et:case Lt:case Bt:u=vn;break;case At:u=On;break;case"scroll":u=hn;break;case"wheel":u=Hn;break;case"copy":case"cut":case"paste":u=kn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":u=An}var c=!!(4&t),d=!c&&"scroll"===e,f=c?null!==l?l+"Capture":null:l;c=[];for(var p,h=r;null!==h;){var g=(p=h).stateNode;if(5===p.tag&&null!==g&&(p=g,null!==f&&null!=(g=Fe(h,f))&&c.push(Ir(h,g,p))),d)break;h=h.return}0<c.length&&(l=new u(l,s,null,n,o),a.push({event:l,listeners:c}))}}if(!(7&t)){if(u="mouseout"===e||"pointerout"===e,(!(l="mouseover"===e||"pointerover"===e)||16&t||!(s=n.relatedTarget||n.fromElement)||!to(s)&&!s[Zr])&&(u||l)&&(l=o.window===o?o:(l=o.ownerDocument)?l.defaultView||l.parentWindow:window,u?(u=r,null!==(s=(s=n.relatedTarget||n.toElement)?to(s):null)&&(s!==(d=Ve(s))||5!==s.tag&&6!==s.tag)&&(s=null)):(u=null,s=r),u!==s)){if(c=yn,g="onMouseLeave",f="onMouseEnter",h="mouse","pointerout"!==e&&"pointerover"!==e||(c=An,g="onPointerLeave",f="onPointerEnter",h="pointer"),d=null==u?l:ro(u),p=null==s?l:ro(s),(l=new c(g,h+"leave",u,n,o)).target=d,l.relatedTarget=p,g=null,to(o)===r&&((c=new c(f,h+"enter",s,n,o)).target=p,c.relatedTarget=d,g=c),d=g,u&&s)e:{for(f=s,h=0,p=c=u;p;p=Rr(p))h++;for(p=0,g=f;g;g=Rr(g))p++;for(;0<h-p;)c=Rr(c),h--;for(;0<p-h;)f=Rr(f),p--;for(;h--;){if(c===f||null!==f&&c===f.alternate)break e;c=Rr(c),f=Rr(f)}c=null}else c=null;null!==u&&jr(a,l,u,c,!1),null!==s&&null!==d&&jr(a,d,s,c,!0)}if("select"===(u=(l=r?ro(r):window).nodeName&&l.nodeName.toLowerCase())||"input"===u&&"file"===l.type)var y=Jn;else if(Kn(l))if(Zn)y=ur;else{y=ar;var m=ir}else(u=l.nodeName)&&"input"===u.toLowerCase()&&("checkbox"===l.type||"radio"===l.type)&&(y=lr);switch(y&&(y=y(e,r))?Yn(a,y,n,o):(m&&m(e,l,r),"focusout"===e&&(m=l._wrapperState)&&m.controlled&&"number"===l.type&&oe(l,"number",l.value)),m=r?ro(r):window,e){case"focusin":(Kn(m)||"true"===m.contentEditable)&&(br=m,vr=r,_r=null);break;case"focusout":_r=vr=br=null;break;case"mousedown":kr=!0;break;case"contextmenu":case"mouseup":case"dragend":kr=!1,wr(a,n,o);break;case"selectionchange":if(mr)break;case"keydown":case"keyup":wr(a,n,o)}var b;if(Dn)e:{switch(e){case"compositionstart":var v="onCompositionStart";break e;case"compositionend":v="onCompositionEnd";break e;case"compositionupdate":v="onCompositionUpdate";break e}v=void 0}else Gn?Un(e,n)&&(v="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(v="onCompositionStart");v&&(Fn&&"ko"!==n.locale&&(Gn||"onCompositionStart"!==v?"onCompositionEnd"===v&&Gn&&(b=nn()):(en="value"in(Zt=o)?Zt.value:Zt.textContent,Gn=!0)),0<(m=Dr(r,v)).length&&(v=new wn(v,e,null,n,o),a.push({event:v,listeners:m}),(b||null!==(b=Wn(n)))&&(v.data=b))),(b=jn?function(e,t){switch(e){case"compositionend":return Wn(t);case"keypress":return 32!==t.which?null:(Nn=!0,zn);case"textInput":return(e=t.data)===zn&&Nn?null:e;default:return null}}(e,n):function(e,t){if(Gn)return"compositionend"===e||!Dn&&Un(e,t)?(e=nn(),tn=en=Zt=null,Gn=!1,e):null;switch(e){case"paste":default:return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Fn&&"ko"!==t.locale?null:t.data}}(e,n))&&0<(r=Dr(r,"onBeforeInput")).length&&(o=new wn("onBeforeInput","beforeinput",null,n,o),a.push({event:o,listeners:r}),o.data=b)}Lr(a,t)}))}function Ir(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Dr(e,t){for(var n=t+"Capture",r=[];null!==e;){var o=e,i=o.stateNode;5===o.tag&&null!==i&&(o=i,null!=(i=Fe(e,n))&&r.unshift(Ir(e,i,o)),null!=(i=Fe(e,t))&&r.push(Ir(e,i,o))),e=e.return}return r}function Rr(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function jr(e,t,n,r,o){for(var i=t._reactName,a=[];null!==n&&n!==r;){var l=n,u=l.alternate,s=l.stateNode;if(null!==u&&u===r)break;5===l.tag&&null!==s&&(l=s,o?null!=(u=Fe(n,i))&&a.unshift(Ir(n,u,l)):o||null!=(u=Fe(n,i))&&a.push(Ir(n,u,l))),n=n.return}0!==a.length&&e.push({event:t,listeners:a})}function Fr(){}var zr=null,Nr=null;function Ur(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function Wr(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var Gr="function"==typeof setTimeout?setTimeout:void 0,qr="function"==typeof clearTimeout?clearTimeout:void 0;function Kr(e){(1===e.nodeType||9===e.nodeType&&null!=(e=e.body))&&(e.textContent="")}function Yr(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}function Xr(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var Vr=0,$r=Math.random().toString(36).slice(2),Qr="__reactFiber$"+$r,Jr="__reactProps$"+$r,Zr="__reactContainer$"+$r,eo="__reactEvents$"+$r;function to(e){var t=e[Qr];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Zr]||n[Qr]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=Xr(e);null!==e;){if(n=e[Qr])return n;e=Xr(e)}return t}n=(e=n).parentNode}return null}function no(e){return!(e=e[Qr]||e[Zr])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function ro(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(a(33))}function oo(e){return e[Jr]||null}function io(e){var t=e[eo];return void 0===t&&(t=e[eo]=new Set),t}var ao=[],lo=-1;function uo(e){return{current:e}}function so(e){0>lo||(e.current=ao[lo],ao[lo]=null,lo--)}function co(e,t){lo++,ao[lo]=e.current,e.current=t}var fo={},po=uo(fo),ho=uo(!1),go=fo;function yo(e,t){var n=e.type.contextTypes;if(!n)return fo;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in n)i[o]=t[o];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function mo(e){return null!=e.childContextTypes}function bo(){so(ho),so(po)}function vo(e,t,n){if(po.current!==fo)throw Error(a(168));co(po,t),co(ho,n)}function _o(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,"function"!=typeof r.getChildContext)return n;for(var i in r=r.getChildContext())if(!(i in e))throw Error(a(108,Y(t)||"Unknown",i));return o({},n,r)}function ko(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||fo,go=po.current,co(po,e),co(ho,ho.current),!0}function wo(e,t,n){var r=e.stateNode;if(!r)throw Error(a(169));n?(e=_o(e,t,go),r.__reactInternalMemoizedMergedChildContext=e,so(ho),so(po),co(po,e)):so(ho),co(ho,n)}var Co=null,xo=null,So=i.unstable_runWithPriority,Po=i.unstable_scheduleCallback,Eo=i.unstable_cancelCallback,Lo=i.unstable_shouldYield,Bo=i.unstable_requestPaint,Ao=i.unstable_now,To=i.unstable_getCurrentPriorityLevel,Oo=i.unstable_ImmediatePriority,Mo=i.unstable_UserBlockingPriority,Ho=i.unstable_NormalPriority,Io=i.unstable_LowPriority,Do=i.unstable_IdlePriority,Ro={},jo=void 0!==Bo?Bo:function(){},Fo=null,zo=null,No=!1,Uo=Ao(),Wo=1e4>Uo?Ao:function(){return Ao()-Uo};function Go(){switch(To()){case Oo:return 99;case Mo:return 98;case Ho:return 97;case Io:return 96;case Do:return 95;default:throw Error(a(332))}}function qo(e){switch(e){case 99:return Oo;case 98:return Mo;case 97:return Ho;case 96:return Io;case 95:return Do;default:throw Error(a(332))}}function Ko(e,t){return e=qo(e),So(e,t)}function Yo(e,t,n){return e=qo(e),Po(e,t,n)}function Xo(){if(null!==zo){var e=zo;zo=null,Eo(e)}Vo()}function Vo(){if(!No&&null!==Fo){No=!0;var e=0;try{var t=Fo;Ko(99,(function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}})),Fo=null}catch(t){throw null!==Fo&&(Fo=Fo.slice(e+1)),Po(Oo,Xo),t}finally{No=!1}}}var $o=k.ReactCurrentBatchConfig;function Qo(e,t){if(e&&e.defaultProps){for(var n in t=o({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}var Jo=uo(null),Zo=null,ei=null,ti=null;function ni(){ti=ei=Zo=null}function ri(e){var t=Jo.current;so(Jo),e.type._context._currentValue=t}function oi(e,t){for(;null!==e;){var n=e.alternate;if((e.childLanes&t)===t){if(null===n||(n.childLanes&t)===t)break;n.childLanes|=t}else e.childLanes|=t,null!==n&&(n.childLanes|=t);e=e.return}}function ii(e,t){Zo=e,ti=ei=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(!!(e.lanes&t)&&(Da=!0),e.firstContext=null)}function ai(e,t){if(ti!==e&&!1!==t&&0!==t)if("number"==typeof t&&1073741823!==t||(ti=e,t=1073741823),t={context:e,observedBits:t,next:null},null===ei){if(null===Zo)throw Error(a(308));ei=t,Zo.dependencies={lanes:0,firstContext:t,responders:null}}else ei=ei.next=t;return e._currentValue}var li=!1;function ui(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null},effects:null}}function si(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function ci(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function di(e,t){if(null!==(e=e.updateQueue)){var n=(e=e.shared).pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}}function fi(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r&&n===(r=r.updateQueue)){var o=null,i=null;if(null!==(n=n.firstBaseUpdate)){do{var a={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===i?o=i=a:i=i.next=a,n=n.next}while(null!==n);null===i?o=i=t:i=i.next=t}else o=i=t;return n={baseState:r.baseState,firstBaseUpdate:o,lastBaseUpdate:i,shared:r.shared,effects:r.effects},void(e.updateQueue=n)}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function pi(e,t,n,r){var i=e.updateQueue;li=!1;var a=i.firstBaseUpdate,l=i.lastBaseUpdate,u=i.shared.pending;if(null!==u){i.shared.pending=null;var s=u,c=s.next;s.next=null,null===l?a=c:l.next=c,l=s;var d=e.alternate;if(null!==d){var f=(d=d.updateQueue).lastBaseUpdate;f!==l&&(null===f?d.firstBaseUpdate=c:f.next=c,d.lastBaseUpdate=s)}}if(null!==a){for(f=i.baseState,l=0,d=c=s=null;;){u=a.lane;var p=a.eventTime;if((r&u)===u){null!==d&&(d=d.next={eventTime:p,lane:0,tag:a.tag,payload:a.payload,callback:a.callback,next:null});e:{var h=e,g=a;switch(u=t,p=n,g.tag){case 1:if("function"==typeof(h=g.payload)){f=h.call(p,f,u);break e}f=h;break e;case 3:h.flags=-4097&h.flags|64;case 0:if(null==(u="function"==typeof(h=g.payload)?h.call(p,f,u):h))break e;f=o({},f,u);break e;case 2:li=!0}}null!==a.callback&&(e.flags|=32,null===(u=i.effects)?i.effects=[a]:u.push(a))}else p={eventTime:p,lane:u,tag:a.tag,payload:a.payload,callback:a.callback,next:null},null===d?(c=d=p,s=f):d=d.next=p,l|=u;if(null===(a=a.next)){if(null===(u=i.shared.pending))break;a=u.next,u.next=null,i.lastBaseUpdate=u,i.shared.pending=null}}null===d&&(s=f),i.baseState=s,i.firstBaseUpdate=c,i.lastBaseUpdate=d,Fl|=l,e.lanes=l,e.memoizedState=f}}function hi(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(null!==o){if(r.callback=null,r=n,"function"!=typeof o)throw Error(a(191,o));o.call(r)}}}var gi=(new r.Component).refs;function yi(e,t,n,r){n=null==(n=n(r,t=e.memoizedState))?t:o({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var mi={isMounted:function(e){return!!(e=e._reactInternals)&&Ve(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=cu(),o=du(e),i=ci(r,o);i.payload=t,null!=n&&(i.callback=n),di(e,i),fu(e,o,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=cu(),o=du(e),i=ci(r,o);i.tag=1,i.payload=t,null!=n&&(i.callback=n),di(e,i),fu(e,o,r)},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=cu(),r=du(e),o=ci(n,r);o.tag=2,null!=t&&(o.callback=t),di(e,o),fu(e,r,n)}};function bi(e,t,n,r,o,i,a){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,a):!(t.prototype&&t.prototype.isPureReactComponent&&dr(n,r)&&dr(o,i))}function vi(e,t,n){var r=!1,o=fo,i=t.contextType;return"object"==typeof i&&null!==i?i=ai(i):(o=mo(t)?go:po.current,i=(r=null!=(r=t.contextTypes))?yo(e,o):fo),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=mi,e.stateNode=t,t._reactInternals=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function _i(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&mi.enqueueReplaceState(t,t.state,null)}function ki(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs=gi,ui(e);var i=t.contextType;"object"==typeof i&&null!==i?o.context=ai(i):(i=mo(t)?go:po.current,o.context=yo(e,i)),pi(e,n,o,r),o.state=e.memoizedState,"function"==typeof(i=t.getDerivedStateFromProps)&&(yi(e,t,i,n),o.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof o.getSnapshotBeforeUpdate||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||(t=o.state,"function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount(),t!==o.state&&mi.enqueueReplaceState(o,o.state,null),pi(e,n,o,r),o.state=e.memoizedState),"function"==typeof o.componentDidMount&&(e.flags|=4)}var wi=Array.isArray;function Ci(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(a(309));var r=n.stateNode}if(!r)throw Error(a(147,e));var o=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===o?t.ref:(t=function(e){var t=r.refs;t===gi&&(t=r.refs={}),null===e?delete t[o]:t[o]=e},t._stringRef=o,t)}if("string"!=typeof e)throw Error(a(284));if(!n._owner)throw Error(a(290,e))}return e}function xi(e,t){if("textarea"!==e.type)throw Error(a(31,"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t))}function Si(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.flags=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t){return(e=Wu(e,t)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.flags=2,n):r:(t.flags=2,n):n}function l(t){return e&&null===t.alternate&&(t.flags=2),t}function u(e,t,n,r){return null===t||6!==t.tag?((t=Yu(n,e.mode,r)).return=e,t):((t=o(t,n)).return=e,t)}function s(e,t,n,r){return null!==t&&t.elementType===n.type?((r=o(t,n.props)).ref=Ci(e,t,n),r.return=e,r):((r=Gu(n.type,n.key,n.props,null,e.mode,r)).ref=Ci(e,t,n),r.return=e,r)}function c(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Xu(n,e.mode,r)).return=e,t):((t=o(t,n.children||[])).return=e,t)}function d(e,t,n,r,i){return null===t||7!==t.tag?((t=qu(n,e.mode,r,i)).return=e,t):((t=o(t,n)).return=e,t)}function f(e,t,n){if("string"==typeof t||"number"==typeof t)return(t=Yu(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case w:return(n=Gu(t.type,t.key,t.props,null,e.mode,n)).ref=Ci(e,null,t),n.return=e,n;case C:return(t=Xu(t,e.mode,n)).return=e,t}if(wi(t)||U(t))return(t=qu(t,e.mode,n,null)).return=e,t;xi(e,t)}return null}function p(e,t,n,r){var o=null!==t?t.key:null;if("string"==typeof n||"number"==typeof n)return null!==o?null:u(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case w:return n.key===o?n.type===x?d(e,t,n.props.children,r,o):s(e,t,n,r):null;case C:return n.key===o?c(e,t,n,r):null}if(wi(n)||U(n))return null!==o?null:d(e,t,n,r,null);xi(e,n)}return null}function h(e,t,n,r,o){if("string"==typeof r||"number"==typeof r)return u(t,e=e.get(n)||null,""+r,o);if("object"==typeof r&&null!==r){switch(r.$$typeof){case w:return e=e.get(null===r.key?n:r.key)||null,r.type===x?d(t,e,r.props.children,o,r.key):s(t,e,r,o);case C:return c(t,e=e.get(null===r.key?n:r.key)||null,r,o)}if(wi(r)||U(r))return d(t,e=e.get(n)||null,r,o,null);xi(t,r)}return null}function g(o,a,l,u){for(var s=null,c=null,d=a,g=a=0,y=null;null!==d&&g<l.length;g++){d.index>g?(y=d,d=null):y=d.sibling;var m=p(o,d,l[g],u);if(null===m){null===d&&(d=y);break}e&&d&&null===m.alternate&&t(o,d),a=i(m,a,g),null===c?s=m:c.sibling=m,c=m,d=y}if(g===l.length)return n(o,d),s;if(null===d){for(;g<l.length;g++)null!==(d=f(o,l[g],u))&&(a=i(d,a,g),null===c?s=d:c.sibling=d,c=d);return s}for(d=r(o,d);g<l.length;g++)null!==(y=h(d,o,g,l[g],u))&&(e&&null!==y.alternate&&d.delete(null===y.key?g:y.key),a=i(y,a,g),null===c?s=y:c.sibling=y,c=y);return e&&d.forEach((function(e){return t(o,e)})),s}function y(o,l,u,s){var c=U(u);if("function"!=typeof c)throw Error(a(150));if(null==(u=c.call(u)))throw Error(a(151));for(var d=c=null,g=l,y=l=0,m=null,b=u.next();null!==g&&!b.done;y++,b=u.next()){g.index>y?(m=g,g=null):m=g.sibling;var v=p(o,g,b.value,s);if(null===v){null===g&&(g=m);break}e&&g&&null===v.alternate&&t(o,g),l=i(v,l,y),null===d?c=v:d.sibling=v,d=v,g=m}if(b.done)return n(o,g),c;if(null===g){for(;!b.done;y++,b=u.next())null!==(b=f(o,b.value,s))&&(l=i(b,l,y),null===d?c=b:d.sibling=b,d=b);return c}for(g=r(o,g);!b.done;y++,b=u.next())null!==(b=h(g,o,y,b.value,s))&&(e&&null!==b.alternate&&g.delete(null===b.key?y:b.key),l=i(b,l,y),null===d?c=b:d.sibling=b,d=b);return e&&g.forEach((function(e){return t(o,e)})),c}return function(e,r,i,u){var s="object"==typeof i&&null!==i&&i.type===x&&null===i.key;s&&(i=i.props.children);var c="object"==typeof i&&null!==i;if(c)switch(i.$$typeof){case w:e:{for(c=i.key,s=r;null!==s;){if(s.key===c){if(7===s.tag){if(i.type===x){n(e,s.sibling),(r=o(s,i.props.children)).return=e,e=r;break e}}else if(s.elementType===i.type){n(e,s.sibling),(r=o(s,i.props)).ref=Ci(e,s,i),r.return=e,e=r;break e}n(e,s);break}t(e,s),s=s.sibling}i.type===x?((r=qu(i.props.children,e.mode,u,i.key)).return=e,e=r):((u=Gu(i.type,i.key,i.props,null,e.mode,u)).ref=Ci(e,r,i),u.return=e,e=u)}return l(e);case C:e:{for(s=i.key;null!==r;){if(r.key===s){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling),(r=o(r,i.children||[])).return=e,e=r;break e}n(e,r);break}t(e,r),r=r.sibling}(r=Xu(i,e.mode,u)).return=e,e=r}return l(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=o(r,i)).return=e,e=r):(n(e,r),(r=Yu(i,e.mode,u)).return=e,e=r),l(e);if(wi(i))return g(e,r,i,u);if(U(i))return y(e,r,i,u);if(c&&xi(e,i),void 0===i&&!s)switch(e.tag){case 1:case 22:case 0:case 11:case 15:throw Error(a(152,Y(e.type)||"Component"))}return n(e,r)}}var Pi=Si(!0),Ei=Si(!1),Li={},Bi=uo(Li),Ai=uo(Li),Ti=uo(Li);function Oi(e){if(e===Li)throw Error(a(174));return e}function Mi(e,t){switch(co(Ti,t),co(Ai,e),co(Bi,Li),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:pe(null,"");break;default:t=pe(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}so(Bi),co(Bi,t)}function Hi(){so(Bi),so(Ai),so(Ti)}function Ii(e){Oi(Ti.current);var t=Oi(Bi.current),n=pe(t,e.type);t!==n&&(co(Ai,e),co(Bi,n))}function Di(e){Ai.current===e&&(so(Bi),so(Ai))}var Ri=uo(0);function ji(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(64&t.flags)return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Fi=null,zi=null,Ni=!1;function Ui(e,t){var n=Nu(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.flags=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function Wi(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);default:return!1}}function Gi(e){if(Ni){var t=zi;if(t){var n=t;if(!Wi(e,t)){if(!(t=Yr(n.nextSibling))||!Wi(e,t))return e.flags=-1025&e.flags|2,Ni=!1,void(Fi=e);Ui(Fi,n)}Fi=e,zi=Yr(t.firstChild)}else e.flags=-1025&e.flags|2,Ni=!1,Fi=e}}function qi(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;Fi=e}function Ki(e){if(e!==Fi)return!1;if(!Ni)return qi(e),Ni=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!Wr(t,e.memoizedProps))for(t=zi;t;)Ui(e,t),t=Yr(t.nextSibling);if(qi(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(a(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){zi=Yr(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}zi=null}}else zi=Fi?Yr(e.stateNode.nextSibling):null;return!0}function Yi(){zi=Fi=null,Ni=!1}var Xi=[];function Vi(){for(var e=0;e<Xi.length;e++)Xi[e]._workInProgressVersionPrimary=null;Xi.length=0}var $i=k.ReactCurrentDispatcher,Qi=k.ReactCurrentBatchConfig,Ji=0,Zi=null,ea=null,ta=null,na=!1,ra=!1;function oa(){throw Error(a(321))}function ia(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!sr(e[n],t[n]))return!1;return!0}function aa(e,t,n,r,o,i){if(Ji=i,Zi=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,$i.current=null===e||null===e.memoizedState?Oa:Ma,e=n(r,o),ra){i=0;do{if(ra=!1,!(25>i))throw Error(a(301));i+=1,ta=ea=null,t.updateQueue=null,$i.current=Ha,e=n(r,o)}while(ra)}if($i.current=Ta,t=null!==ea&&null!==ea.next,Ji=0,ta=ea=Zi=null,na=!1,t)throw Error(a(300));return e}function la(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===ta?Zi.memoizedState=ta=e:ta=ta.next=e,ta}function ua(){if(null===ea){var e=Zi.alternate;e=null!==e?e.memoizedState:null}else e=ea.next;var t=null===ta?Zi.memoizedState:ta.next;if(null!==t)ta=t,ea=e;else{if(null===e)throw Error(a(310));e={memoizedState:(ea=e).memoizedState,baseState:ea.baseState,baseQueue:ea.baseQueue,queue:ea.queue,next:null},null===ta?Zi.memoizedState=ta=e:ta=ta.next=e}return ta}function sa(e,t){return"function"==typeof t?t(e):t}function ca(e){var t=ua(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=ea,o=r.baseQueue,i=n.pending;if(null!==i){if(null!==o){var l=o.next;o.next=i.next,i.next=l}r.baseQueue=o=i,n.pending=null}if(null!==o){o=o.next,r=r.baseState;var u=l=i=null,s=o;do{var c=s.lane;if((Ji&c)===c)null!==u&&(u=u.next={lane:0,action:s.action,eagerReducer:s.eagerReducer,eagerState:s.eagerState,next:null}),r=s.eagerReducer===e?s.eagerState:e(r,s.action);else{var d={lane:c,action:s.action,eagerReducer:s.eagerReducer,eagerState:s.eagerState,next:null};null===u?(l=u=d,i=r):u=u.next=d,Zi.lanes|=c,Fl|=c}s=s.next}while(null!==s&&s!==o);null===u?i=r:u.next=l,sr(r,t.memoizedState)||(Da=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=u,n.lastRenderedState=r}return[t.memoizedState,n.dispatch]}function da(e){var t=ua(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,i=t.memoizedState;if(null!==o){n.pending=null;var l=o=o.next;do{i=e(i,l.action),l=l.next}while(l!==o);sr(i,t.memoizedState)||(Da=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function fa(e,t,n){var r=t._getVersion;r=r(t._source);var o=t._workInProgressVersionPrimary;if(null!==o?e=o===r:(e=e.mutableReadLanes,(e=(Ji&e)===e)&&(t._workInProgressVersionPrimary=r,Xi.push(t))),e)return n(t._source);throw Xi.push(t),Error(a(350))}function pa(e,t,n,r){var o=Tl;if(null===o)throw Error(a(349));var i=t._getVersion,l=i(t._source),u=$i.current,s=u.useState((function(){return fa(o,t,n)})),c=s[1],d=s[0];s=ta;var f=e.memoizedState,p=f.refs,h=p.getSnapshot,g=f.source;f=f.subscribe;var y=Zi;return e.memoizedState={refs:p,source:t,subscribe:r},u.useEffect((function(){p.getSnapshot=n,p.setSnapshot=c;var e=i(t._source);if(!sr(l,e)){e=n(t._source),sr(d,e)||(c(e),e=du(y),o.mutableReadLanes|=e&o.pendingLanes),e=o.mutableReadLanes,o.entangledLanes|=e;for(var r=o.entanglements,a=e;0<a;){var u=31-Wt(a),s=1<<u;r[u]|=e,a&=~s}}}),[n,t,r]),u.useEffect((function(){return r(t._source,(function(){var e=p.getSnapshot,n=p.setSnapshot;try{n(e(t._source));var r=du(y);o.mutableReadLanes|=r&o.pendingLanes}catch(e){n((function(){throw e}))}}))}),[t,r]),sr(h,n)&&sr(g,t)&&sr(f,r)||((e={pending:null,dispatch:null,lastRenderedReducer:sa,lastRenderedState:d}).dispatch=c=Aa.bind(null,Zi,e),s.queue=e,s.baseQueue=null,d=fa(o,t,n),s.memoizedState=s.baseState=d),d}function ha(e,t,n){return pa(ua(),e,t,n)}function ga(e){var t=la();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={pending:null,dispatch:null,lastRenderedReducer:sa,lastRenderedState:e}).dispatch=Aa.bind(null,Zi,e),[t.memoizedState,e]}function ya(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=Zi.updateQueue)?(t={lastEffect:null},Zi.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function ma(e){return e={current:e},la().memoizedState=e}function ba(){return ua().memoizedState}function va(e,t,n,r){var o=la();Zi.flags|=e,o.memoizedState=ya(1|t,n,void 0,void 0===r?null:r)}function _a(e,t,n,r){var o=ua();r=void 0===r?null:r;var i=void 0;if(null!==ea){var a=ea.memoizedState;if(i=a.destroy,null!==r&&ia(r,a.deps))return void ya(t,n,i,r)}Zi.flags|=e,o.memoizedState=ya(1|t,n,i,r)}function ka(e,t){return va(516,4,e,t)}function wa(e,t){return _a(516,4,e,t)}function Ca(e,t){return _a(4,2,e,t)}function xa(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function Sa(e,t,n){return n=null!=n?n.concat([e]):null,_a(4,2,xa.bind(null,t,e),n)}function Pa(){}function Ea(e,t){var n=ua();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&ia(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function La(e,t){var n=ua();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&ia(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function Ba(e,t){var n=Go();Ko(98>n?98:n,(function(){e(!0)})),Ko(97<n?97:n,(function(){var n=Qi.transition;Qi.transition=1;try{e(!1),t()}finally{Qi.transition=n}}))}function Aa(e,t,n){var r=cu(),o=du(e),i={lane:o,action:n,eagerReducer:null,eagerState:null,next:null},a=t.pending;if(null===a?i.next=i:(i.next=a.next,a.next=i),t.pending=i,a=e.alternate,e===Zi||null!==a&&a===Zi)ra=na=!0;else{if(0===e.lanes&&(null===a||0===a.lanes)&&null!==(a=t.lastRenderedReducer))try{var l=t.lastRenderedState,u=a(l,n);if(i.eagerReducer=a,i.eagerState=u,sr(u,l))return}catch(e){}fu(e,o,r)}}var Ta={readContext:ai,useCallback:oa,useContext:oa,useEffect:oa,useImperativeHandle:oa,useLayoutEffect:oa,useMemo:oa,useReducer:oa,useRef:oa,useState:oa,useDebugValue:oa,useDeferredValue:oa,useTransition:oa,useMutableSource:oa,useOpaqueIdentifier:oa,unstable_isNewReconciler:!1},Oa={readContext:ai,useCallback:function(e,t){return la().memoizedState=[e,void 0===t?null:t],e},useContext:ai,useEffect:ka,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,va(4,2,xa.bind(null,t,e),n)},useLayoutEffect:function(e,t){return va(4,2,e,t)},useMemo:function(e,t){var n=la();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=la();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e=(e=r.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=Aa.bind(null,Zi,e),[r.memoizedState,e]},useRef:ma,useState:ga,useDebugValue:Pa,useDeferredValue:function(e){var t=ga(e),n=t[0],r=t[1];return ka((function(){var t=Qi.transition;Qi.transition=1;try{r(e)}finally{Qi.transition=t}}),[e]),n},useTransition:function(){var e=ga(!1),t=e[0];return ma(e=Ba.bind(null,e[1])),[e,t]},useMutableSource:function(e,t,n){var r=la();return r.memoizedState={refs:{getSnapshot:t,setSnapshot:null},source:e,subscribe:n},pa(r,e,t,n)},useOpaqueIdentifier:function(){if(Ni){var e=!1,t=function(e){return{$$typeof:I,toString:e,valueOf:e}}((function(){throw e||(e=!0,n("r:"+(Vr++).toString(36))),Error(a(355))})),n=ga(t)[1];return!(2&Zi.mode)&&(Zi.flags|=516,ya(5,(function(){n("r:"+(Vr++).toString(36))}),void 0,null)),t}return ga(t="r:"+(Vr++).toString(36)),t},unstable_isNewReconciler:!1},Ma={readContext:ai,useCallback:Ea,useContext:ai,useEffect:wa,useImperativeHandle:Sa,useLayoutEffect:Ca,useMemo:La,useReducer:ca,useRef:ba,useState:function(){return ca(sa)},useDebugValue:Pa,useDeferredValue:function(e){var t=ca(sa),n=t[0],r=t[1];return wa((function(){var t=Qi.transition;Qi.transition=1;try{r(e)}finally{Qi.transition=t}}),[e]),n},useTransition:function(){var e=ca(sa)[0];return[ba().current,e]},useMutableSource:ha,useOpaqueIdentifier:function(){return ca(sa)[0]},unstable_isNewReconciler:!1},Ha={readContext:ai,useCallback:Ea,useContext:ai,useEffect:wa,useImperativeHandle:Sa,useLayoutEffect:Ca,useMemo:La,useReducer:da,useRef:ba,useState:function(){return da(sa)},useDebugValue:Pa,useDeferredValue:function(e){var t=da(sa),n=t[0],r=t[1];return wa((function(){var t=Qi.transition;Qi.transition=1;try{r(e)}finally{Qi.transition=t}}),[e]),n},useTransition:function(){var e=da(sa)[0];return[ba().current,e]},useMutableSource:ha,useOpaqueIdentifier:function(){return da(sa)[0]},unstable_isNewReconciler:!1},Ia=k.ReactCurrentOwner,Da=!1;function Ra(e,t,n,r){t.child=null===e?Ei(t,null,n,r):Pi(t,e.child,n,r)}function ja(e,t,n,r,o){n=n.render;var i=t.ref;return ii(t,o),r=aa(e,t,n,r,i,o),null===e||Da?(t.flags|=1,Ra(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-517,e.lanes&=~o,rl(e,t,o))}function Fa(e,t,n,r,o,i){if(null===e){var a=n.type;return"function"!=typeof a||Uu(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Gu(n.type,null,r,t,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,za(e,t,a,r,o,i))}return a=e.child,o&i||(o=a.memoizedProps,!(n=null!==(n=n.compare)?n:dr)(o,r)||e.ref!==t.ref)?(t.flags|=1,(e=Wu(a,r)).ref=t.ref,e.return=t,t.child=e):rl(e,t,i)}function za(e,t,n,r,o,i){if(null!==e&&dr(e.memoizedProps,r)&&e.ref===t.ref){if(Da=!1,!(i&o))return t.lanes=e.lanes,rl(e,t,i);16384&e.flags&&(Da=!0)}return Wa(e,t,n,r,i)}function Na(e,t,n){var r=t.pendingProps,o=r.children,i=null!==e?e.memoizedState:null;if("hidden"===r.mode||"unstable-defer-without-hiding"===r.mode)if(4&t.mode){if(!(1073741824&n))return e=null!==i?i.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e},vu(0,e),null;t.memoizedState={baseLanes:0},vu(0,null!==i?i.baseLanes:n)}else t.memoizedState={baseLanes:0},vu(0,n);else null!==i?(r=i.baseLanes|n,t.memoizedState=null):r=n,vu(0,r);return Ra(e,t,o,n),t.child}function Ua(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=128)}function Wa(e,t,n,r,o){var i=mo(n)?go:po.current;return i=yo(t,i),ii(t,o),n=aa(e,t,n,r,i,o),null===e||Da?(t.flags|=1,Ra(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-517,e.lanes&=~o,rl(e,t,o))}function Ga(e,t,n,r,o){if(mo(n)){var i=!0;ko(t)}else i=!1;if(ii(t,o),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2),vi(t,n,r),ki(t,n,r,o),r=!0;else if(null===e){var a=t.stateNode,l=t.memoizedProps;a.props=l;var u=a.context,s=n.contextType;s="object"==typeof s&&null!==s?ai(s):yo(t,s=mo(n)?go:po.current);var c=n.getDerivedStateFromProps,d="function"==typeof c||"function"==typeof a.getSnapshotBeforeUpdate;d||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(l!==r||u!==s)&&_i(t,a,r,s),li=!1;var f=t.memoizedState;a.state=f,pi(t,r,a,o),u=t.memoizedState,l!==r||f!==u||ho.current||li?("function"==typeof c&&(yi(t,n,c,r),u=t.memoizedState),(l=li||bi(t,n,l,r,f,u,s))?(d||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||("function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"==typeof a.componentDidMount&&(t.flags|=4)):("function"==typeof a.componentDidMount&&(t.flags|=4),t.memoizedProps=r,t.memoizedState=u),a.props=r,a.state=u,a.context=s,r=l):("function"==typeof a.componentDidMount&&(t.flags|=4),r=!1)}else{a=t.stateNode,si(e,t),l=t.memoizedProps,s=t.type===t.elementType?l:Qo(t.type,l),a.props=s,d=t.pendingProps,f=a.context,u="object"==typeof(u=n.contextType)&&null!==u?ai(u):yo(t,u=mo(n)?go:po.current);var p=n.getDerivedStateFromProps;(c="function"==typeof p||"function"==typeof a.getSnapshotBeforeUpdate)||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(l!==d||f!==u)&&_i(t,a,r,u),li=!1,f=t.memoizedState,a.state=f,pi(t,r,a,o);var h=t.memoizedState;l!==d||f!==h||ho.current||li?("function"==typeof p&&(yi(t,n,p,r),h=t.memoizedState),(s=li||bi(t,n,s,r,f,h,u))?(c||"function"!=typeof a.UNSAFE_componentWillUpdate&&"function"!=typeof a.componentWillUpdate||("function"==typeof a.componentWillUpdate&&a.componentWillUpdate(r,h,u),"function"==typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(r,h,u)),"function"==typeof a.componentDidUpdate&&(t.flags|=4),"function"==typeof a.getSnapshotBeforeUpdate&&(t.flags|=256)):("function"!=typeof a.componentDidUpdate||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),"function"!=typeof a.getSnapshotBeforeUpdate||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=256),t.memoizedProps=r,t.memoizedState=h),a.props=r,a.state=h,a.context=u,r=s):("function"!=typeof a.componentDidUpdate||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),"function"!=typeof a.getSnapshotBeforeUpdate||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=256),r=!1)}return qa(e,t,n,r,i,o)}function qa(e,t,n,r,o,i){Ua(e,t);var a=!!(64&t.flags);if(!r&&!a)return o&&wo(t,n,!1),rl(e,t,i);r=t.stateNode,Ia.current=t;var l=a&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.flags|=1,null!==e&&a?(t.child=Pi(t,e.child,null,i),t.child=Pi(t,null,l,i)):Ra(e,t,l,i),t.memoizedState=r.state,o&&wo(t,n,!0),t.child}function Ka(e){var t=e.stateNode;t.pendingContext?vo(0,t.pendingContext,t.pendingContext!==t.context):t.context&&vo(0,t.context,!1),Mi(e,t.containerInfo)}var Ya,Xa,Va,$a,Qa={dehydrated:null,retryLane:0};function Ja(e,t,n){var r,o=t.pendingProps,i=Ri.current,a=!1;return(r=!!(64&t.flags))||(r=(null===e||null!==e.memoizedState)&&!!(2&i)),r?(a=!0,t.flags&=-65):null!==e&&null===e.memoizedState||void 0===o.fallback||!0===o.unstable_avoidThisFallback||(i|=1),co(Ri,1&i),null===e?(void 0!==o.fallback&&Gi(t),e=o.children,i=o.fallback,a?(e=Za(t,e,i,n),t.child.memoizedState={baseLanes:n},t.memoizedState=Qa,e):"number"==typeof o.unstable_expectedLoadTime?(e=Za(t,e,i,n),t.child.memoizedState={baseLanes:n},t.memoizedState=Qa,t.lanes=33554432,e):((n=Ku({mode:"visible",children:e},t.mode,n,null)).return=t,t.child=n)):(e.memoizedState,a?(o=function(e,t,n,r,o){var i=t.mode,a=e.child;e=a.sibling;var l={mode:"hidden",children:n};return 2&i||t.child===a?n=Wu(a,l):((n=t.child).childLanes=0,n.pendingProps=l,null!==(a=n.lastEffect)?(t.firstEffect=n.firstEffect,t.lastEffect=a,a.nextEffect=null):t.firstEffect=t.lastEffect=null),null!==e?r=Wu(e,r):(r=qu(r,i,o,null)).flags|=2,r.return=t,n.return=t,n.sibling=r,t.child=n,r}(e,t,o.children,o.fallback,n),a=t.child,i=e.child.memoizedState,a.memoizedState=null===i?{baseLanes:n}:{baseLanes:i.baseLanes|n},a.childLanes=e.childLanes&~n,t.memoizedState=Qa,o):(n=function(e,t,n,r){var o=e.child;return e=o.sibling,n=Wu(o,{mode:"visible",children:n}),!(2&t.mode)&&(n.lanes=r),n.return=t,n.sibling=null,null!==e&&(e.nextEffect=null,e.flags=8,t.firstEffect=t.lastEffect=e),t.child=n}(e,t,o.children,n),t.memoizedState=null,n))}function Za(e,t,n,r){var o=e.mode,i=e.child;return t={mode:"hidden",children:t},2&o||null===i?i=Ku(t,o,0,null):(i.childLanes=0,i.pendingProps=t),n=qu(n,o,r,null),i.return=e,n.return=e,i.sibling=n,e.child=i,n}function el(e,t){e.lanes|=t;var n=e.alternate;null!==n&&(n.lanes|=t),oi(e.return,t)}function tl(e,t,n,r,o,i){var a=e.memoizedState;null===a?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o,lastEffect:i}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailMode=o,a.lastEffect=i)}function nl(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(Ra(e,t,r.children,n),2&(r=Ri.current))r=1&r|2,t.flags|=64;else{if(null!==e&&64&e.flags)e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&el(e,n);else if(19===e.tag)el(e,n);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(co(Ri,r),2&t.mode)switch(o){case"forwards":for(n=t.child,o=null;null!==n;)null!==(e=n.alternate)&&null===ji(e)&&(o=n),n=n.sibling;null===(n=o)?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),tl(t,!1,o,n,i,t.lastEffect);break;case"backwards":for(n=null,o=t.child,t.child=null;null!==o;){if(null!==(e=o.alternate)&&null===ji(e)){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}tl(t,!0,n,null,i,t.lastEffect);break;case"together":tl(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}else t.memoizedState=null;return t.child}function rl(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),Fl|=t.lanes,n&t.childLanes){if(null!==e&&t.child!==e.child)throw Error(a(153));if(null!==t.child){for(n=Wu(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Wu(e,e.pendingProps)).return=t;n.sibling=null}return t.child}return null}function ol(e,t){if(!Ni)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function il(e,t,n){var r=t.pendingProps;switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:case 17:return mo(t.type)&&bo(),null;case 3:return Hi(),so(ho),so(po),Vi(),(r=t.stateNode).pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),null!==e&&null!==e.child||(Ki(t)?t.flags|=4:r.hydrate||(t.flags|=256)),Xa(t),null;case 5:Di(t);var i=Oi(Ti.current);if(n=t.type,null!==e&&null!=t.stateNode)Va(e,t,n,r,i),e.ref!==t.ref&&(t.flags|=128);else{if(!r){if(null===t.stateNode)throw Error(a(166));return null}if(e=Oi(Bi.current),Ki(t)){r=t.stateNode,n=t.type;var l=t.memoizedProps;switch(r[Qr]=t,r[Jr]=l,n){case"dialog":Br("cancel",r),Br("close",r);break;case"iframe":case"object":case"embed":Br("load",r);break;case"video":case"audio":for(e=0;e<Sr.length;e++)Br(Sr[e],r);break;case"source":Br("error",r);break;case"img":case"image":case"link":Br("error",r),Br("load",r);break;case"details":Br("toggle",r);break;case"input":ee(r,l),Br("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!l.multiple},Br("invalid",r);break;case"textarea":ue(r,l),Br("invalid",r)}for(var s in Ce(n,l),e=null,l)l.hasOwnProperty(s)&&(i=l[s],"children"===s?"string"==typeof i?r.textContent!==i&&(e=["children",i]):"number"==typeof i&&r.textContent!==""+i&&(e=["children",""+i]):u.hasOwnProperty(s)&&null!=i&&"onScroll"===s&&Br("scroll",r));switch(n){case"input":$(r),re(r,l,!0);break;case"textarea":$(r),ce(r);break;case"select":case"option":break;default:"function"==typeof l.onClick&&(r.onclick=Fr)}r=e,t.updateQueue=r,null!==r&&(t.flags|=4)}else{switch(s=9===i.nodeType?i:i.ownerDocument,e===de.html&&(e=fe(n)),e===de.html?"script"===n?((e=s.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof r.is?e=s.createElement(n,{is:r.is}):(e=s.createElement(n),"select"===n&&(s=e,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):e=s.createElementNS(e,n),e[Qr]=t,e[Jr]=r,Ya(e,t,!1,!1),t.stateNode=e,s=xe(n,r),n){case"dialog":Br("cancel",e),Br("close",e),i=r;break;case"iframe":case"object":case"embed":Br("load",e),i=r;break;case"video":case"audio":for(i=0;i<Sr.length;i++)Br(Sr[i],e);i=r;break;case"source":Br("error",e),i=r;break;case"img":case"image":case"link":Br("error",e),Br("load",e),i=r;break;case"details":Br("toggle",e),i=r;break;case"input":ee(e,r),i=Z(e,r),Br("invalid",e);break;case"option":i=ie(e,r);break;case"select":e._wrapperState={wasMultiple:!!r.multiple},i=o({},r,{value:void 0}),Br("invalid",e);break;case"textarea":ue(e,r),i=le(e,r),Br("invalid",e);break;default:i=r}Ce(n,i);var c=i;for(l in c)if(c.hasOwnProperty(l)){var d=c[l];"style"===l?ke(e,d):"dangerouslySetInnerHTML"===l?null!=(d=d?d.__html:void 0)&&ye(e,d):"children"===l?"string"==typeof d?("textarea"!==n||""!==d)&&me(e,d):"number"==typeof d&&me(e,""+d):"suppressContentEditableWarning"!==l&&"suppressHydrationWarning"!==l&&"autoFocus"!==l&&(u.hasOwnProperty(l)?null!=d&&"onScroll"===l&&Br("scroll",e):null!=d&&_(e,l,d,s))}switch(n){case"input":$(e),re(e,r,!1);break;case"textarea":$(e),ce(e);break;case"option":null!=r.value&&e.setAttribute("value",""+X(r.value));break;case"select":e.multiple=!!r.multiple,null!=(l=r.value)?ae(e,!!r.multiple,l,!1):null!=r.defaultValue&&ae(e,!!r.multiple,r.defaultValue,!0);break;default:"function"==typeof i.onClick&&(e.onclick=Fr)}Ur(n,r)&&(t.flags|=4)}null!==t.ref&&(t.flags|=128)}return null;case 6:if(e&&null!=t.stateNode)$a(e,t,e.memoizedProps,r);else{if("string"!=typeof r&&null===t.stateNode)throw Error(a(166));n=Oi(Ti.current),Oi(Bi.current),Ki(t)?(r=t.stateNode,n=t.memoizedProps,r[Qr]=t,r.nodeValue!==n&&(t.flags|=4)):((r=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[Qr]=t,t.stateNode=r)}return null;case 13:return so(Ri),r=t.memoizedState,64&t.flags?(t.lanes=n,t):(r=null!==r,n=!1,null===e?void 0!==t.memoizedProps.fallback&&Ki(t):n=null!==e.memoizedState,r&&!n&&2&t.mode&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||1&Ri.current?0===Dl&&(Dl=3):(0!==Dl&&3!==Dl||(Dl=4),null===Tl||!(134217727&Fl)&&!(134217727&zl)||yu(Tl,Ml))),(r||n)&&(t.flags|=4),null);case 4:return Hi(),Xa(t),null===e&&Tr(t.stateNode.containerInfo),null;case 10:return ri(t),null;case 19:if(so(Ri),null===(r=t.memoizedState))return null;if(l=!!(64&t.flags),null===(s=r.rendering))if(l)ol(r,!1);else{if(0!==Dl||null!==e&&64&e.flags)for(e=t.child;null!==e;){if(null!==(s=ji(e))){for(t.flags|=64,ol(r,!1),null!==(l=s.updateQueue)&&(t.updateQueue=l,t.flags|=4),null===r.lastEffect&&(t.firstEffect=null),t.lastEffect=r.lastEffect,r=n,n=t.child;null!==n;)e=r,(l=n).flags&=2,l.nextEffect=null,l.firstEffect=null,l.lastEffect=null,null===(s=l.alternate)?(l.childLanes=0,l.lanes=e,l.child=null,l.memoizedProps=null,l.memoizedState=null,l.updateQueue=null,l.dependencies=null,l.stateNode=null):(l.childLanes=s.childLanes,l.lanes=s.lanes,l.child=s.child,l.memoizedProps=s.memoizedProps,l.memoizedState=s.memoizedState,l.updateQueue=s.updateQueue,l.type=s.type,e=s.dependencies,l.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return co(Ri,1&Ri.current|2),t.child}e=e.sibling}null!==r.tail&&Wo()>Gl&&(t.flags|=64,l=!0,ol(r,!1),t.lanes=33554432)}else{if(!l)if(null!==(e=ji(s))){if(t.flags|=64,l=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),ol(r,!0),null===r.tail&&"hidden"===r.tailMode&&!s.alternate&&!Ni)return null!==(t=t.lastEffect=r.lastEffect)&&(t.nextEffect=null),null}else 2*Wo()-r.renderingStartTime>Gl&&1073741824!==n&&(t.flags|=64,l=!0,ol(r,!1),t.lanes=33554432);r.isBackwards?(s.sibling=t.child,t.child=s):(null!==(n=r.last)?n.sibling=s:t.child=s,r.last=s)}return null!==r.tail?(n=r.tail,r.rendering=n,r.tail=n.sibling,r.lastEffect=t.lastEffect,r.renderingStartTime=Wo(),n.sibling=null,t=Ri.current,co(Ri,l?1&t|2:1&t),n):null;case 23:case 24:return _u(),null!==e&&null!==e.memoizedState!=(null!==t.memoizedState)&&"unstable-defer-without-hiding"!==r.mode&&(t.flags|=4),null}throw Error(a(156,t.tag))}function al(e){switch(e.tag){case 1:mo(e.type)&&bo();var t=e.flags;return 4096&t?(e.flags=-4097&t|64,e):null;case 3:if(Hi(),so(ho),so(po),Vi(),64&(t=e.flags))throw Error(a(285));return e.flags=-4097&t|64,e;case 5:return Di(e),null;case 13:return so(Ri),4096&(t=e.flags)?(e.flags=-4097&t|64,e):null;case 19:return so(Ri),null;case 4:return Hi(),null;case 10:return ri(e),null;case 23:case 24:return _u(),null;default:return null}}function ll(e,t){try{var n="",r=t;do{n+=K(r),r=r.return}while(r);var o=n}catch(e){o="\nError generating stack: "+e.message+"\n"+e.stack}return{value:e,source:t,stack:o}}function ul(e,t){try{console.error(t.value)}catch(e){setTimeout((function(){throw e}))}}Ya=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Xa=function(){},Va=function(e,t,n,r){var i=e.memoizedProps;if(i!==r){e=t.stateNode,Oi(Bi.current);var a,l=null;switch(n){case"input":i=Z(e,i),r=Z(e,r),l=[];break;case"option":i=ie(e,i),r=ie(e,r),l=[];break;case"select":i=o({},i,{value:void 0}),r=o({},r,{value:void 0}),l=[];break;case"textarea":i=le(e,i),r=le(e,r),l=[];break;default:"function"!=typeof i.onClick&&"function"==typeof r.onClick&&(e.onclick=Fr)}for(d in Ce(n,r),n=null,i)if(!r.hasOwnProperty(d)&&i.hasOwnProperty(d)&&null!=i[d])if("style"===d){var s=i[d];for(a in s)s.hasOwnProperty(a)&&(n||(n={}),n[a]="")}else"dangerouslySetInnerHTML"!==d&&"children"!==d&&"suppressContentEditableWarning"!==d&&"suppressHydrationWarning"!==d&&"autoFocus"!==d&&(u.hasOwnProperty(d)?l||(l=[]):(l=l||[]).push(d,null));for(d in r){var c=r[d];if(s=null!=i?i[d]:void 0,r.hasOwnProperty(d)&&c!==s&&(null!=c||null!=s))if("style"===d)if(s){for(a in s)!s.hasOwnProperty(a)||c&&c.hasOwnProperty(a)||(n||(n={}),n[a]="");for(a in c)c.hasOwnProperty(a)&&s[a]!==c[a]&&(n||(n={}),n[a]=c[a])}else n||(l||(l=[]),l.push(d,n)),n=c;else"dangerouslySetInnerHTML"===d?(c=c?c.__html:void 0,s=s?s.__html:void 0,null!=c&&s!==c&&(l=l||[]).push(d,c)):"children"===d?"string"!=typeof c&&"number"!=typeof c||(l=l||[]).push(d,""+c):"suppressContentEditableWarning"!==d&&"suppressHydrationWarning"!==d&&(u.hasOwnProperty(d)?(null!=c&&"onScroll"===d&&Br("scroll",e),l||s===c||(l=[])):"object"==typeof c&&null!==c&&c.$$typeof===I?c.toString():(l=l||[]).push(d,c))}n&&(l=l||[]).push("style",n);var d=l;(t.updateQueue=d)&&(t.flags|=4)}},$a=function(e,t,n,r){n!==r&&(t.flags|=4)};var sl="function"==typeof WeakMap?WeakMap:Map;function cl(e,t,n){(n=ci(-1,n)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Xl||(Xl=!0,Vl=r),ul(0,t)},n}function dl(e,t,n){(n=ci(-1,n)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var o=t.value;n.payload=function(){return ul(0,t),r(o)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){"function"!=typeof r&&(null===$l?$l=new Set([this]):$l.add(this),ul(0,t));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}var fl="function"==typeof WeakSet?WeakSet:Set;function pl(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){Ru(e,t)}else t.current=null}function hl(e,t){switch(t.tag){case 0:case 11:case 15:case 22:case 5:case 6:case 4:case 17:return;case 1:if(256&t.flags&&null!==e){var n=e.memoizedProps,r=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:Qo(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:return void(256&t.flags&&Kr(t.stateNode.containerInfo))}throw Error(a(163))}function gl(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:if(null!==(t=null!==(t=n.updateQueue)?t.lastEffect:null)){e=t=t.next;do{if(!(3&~e.tag)){var r=e.create;e.destroy=r()}e=e.next}while(e!==t)}if(null!==(t=null!==(t=n.updateQueue)?t.lastEffect:null)){e=t=t.next;do{var o=e;r=o.next,4&(o=o.tag)&&1&o&&(Hu(n,e),Mu(n,e)),e=r}while(e!==t)}return;case 1:return e=n.stateNode,4&n.flags&&(null===t?e.componentDidMount():(r=n.elementType===n.type?t.memoizedProps:Qo(n.type,t.memoizedProps),e.componentDidUpdate(r,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate))),void(null!==(t=n.updateQueue)&&hi(n,t,e));case 3:if(null!==(t=n.updateQueue)){if(e=null,null!==n.child)switch(n.child.tag){case 5:case 1:e=n.child.stateNode}hi(n,t,e)}return;case 5:return e=n.stateNode,void(null===t&&4&n.flags&&Ur(n.type,n.memoizedProps)&&e.focus());case 6:case 4:case 12:case 19:case 17:case 20:case 21:case 23:case 24:return;case 13:return void(null===n.memoizedState&&(n=n.alternate,null!==n&&(n=n.memoizedState,null!==n&&(n=n.dehydrated,null!==n&&kt(n)))))}throw Error(a(163))}function yl(e,t){for(var n=e;;){if(5===n.tag){var r=n.stateNode;if(t)"function"==typeof(r=r.style).setProperty?r.setProperty("display","none","important"):r.display="none";else{r=n.stateNode;var o=n.memoizedProps.style;o=null!=o&&o.hasOwnProperty("display")?o.display:null,r.style.display=_e("display",o)}}else if(6===n.tag)n.stateNode.nodeValue=t?"":n.memoizedProps;else if((23!==n.tag&&24!==n.tag||null===n.memoizedState||n===e)&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===e)break;for(;null===n.sibling;){if(null===n.return||n.return===e)return;n=n.return}n.sibling.return=n.return,n=n.sibling}}function ml(e,t){if(xo&&"function"==typeof xo.onCommitFiberUnmount)try{xo.onCommitFiberUnmount(Co,t)}catch(e){}switch(t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var n=e=e.next;do{var r=n,o=r.destroy;if(r=r.tag,void 0!==o)if(4&r)Hu(t,n);else{r=t;try{o()}catch(e){Ru(r,e)}}n=n.next}while(n!==e)}break;case 1:if(pl(t),"function"==typeof(e=t.stateNode).componentWillUnmount)try{e.props=t.memoizedProps,e.state=t.memoizedState,e.componentWillUnmount()}catch(e){Ru(t,e)}break;case 5:pl(t);break;case 4:Cl(e,t)}}function bl(e){e.alternate=null,e.child=null,e.dependencies=null,e.firstEffect=null,e.lastEffect=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.return=null,e.updateQueue=null}function vl(e){return 5===e.tag||3===e.tag||4===e.tag}function _l(e){e:{for(var t=e.return;null!==t;){if(vl(t))break e;t=t.return}throw Error(a(160))}var n=t;switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:case 4:t=t.containerInfo,r=!0;break;default:throw Error(a(161))}16&n.flags&&(me(t,""),n.flags&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||vl(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.flags)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.flags)){n=n.stateNode;break e}}r?kl(e,n,t):wl(e,n,t)}function kl(e,t,n){var r=e.tag,o=5===r||6===r;if(o)e=o?e.stateNode:e.stateNode.instance,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!=(n=n._reactRootContainer)||null!==t.onclick||(t.onclick=Fr));else if(4!==r&&null!==(e=e.child))for(kl(e,t,n),e=e.sibling;null!==e;)kl(e,t,n),e=e.sibling}function wl(e,t,n){var r=e.tag,o=5===r||6===r;if(o)e=o?e.stateNode:e.stateNode.instance,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==r&&null!==(e=e.child))for(wl(e,t,n),e=e.sibling;null!==e;)wl(e,t,n),e=e.sibling}function Cl(e,t){for(var n,r,o=t,i=!1;;){if(!i){i=o.return;e:for(;;){if(null===i)throw Error(a(160));switch(n=i.stateNode,i.tag){case 5:r=!1;break e;case 3:case 4:n=n.containerInfo,r=!0;break e}i=i.return}i=!0}if(5===o.tag||6===o.tag){e:for(var l=e,u=o,s=u;;)if(ml(l,s),null!==s.child&&4!==s.tag)s.child.return=s,s=s.child;else{if(s===u)break e;for(;null===s.sibling;){if(null===s.return||s.return===u)break e;s=s.return}s.sibling.return=s.return,s=s.sibling}r?(l=n,u=o.stateNode,8===l.nodeType?l.parentNode.removeChild(u):l.removeChild(u)):n.removeChild(o.stateNode)}else if(4===o.tag){if(null!==o.child){n=o.stateNode.containerInfo,r=!0,o.child.return=o,o=o.child;continue}}else if(ml(e,o),null!==o.child){o.child.return=o,o=o.child;continue}if(o===t)break;for(;null===o.sibling;){if(null===o.return||o.return===t)return;4===(o=o.return).tag&&(i=!1)}o.sibling.return=o.return,o=o.sibling}}function xl(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:var n=t.updateQueue;if(null!==(n=null!==n?n.lastEffect:null)){var r=n=n.next;do{!(3&~r.tag)&&(e=r.destroy,r.destroy=void 0,void 0!==e&&e()),r=r.next}while(r!==n)}return;case 1:case 12:case 17:return;case 5:if(null!=(n=t.stateNode)){r=t.memoizedProps;var o=null!==e?e.memoizedProps:r;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[Jr]=r,"input"===e&&"radio"===r.type&&null!=r.name&&te(n,r),xe(e,o),t=xe(e,r),o=0;o<i.length;o+=2){var l=i[o],u=i[o+1];"style"===l?ke(n,u):"dangerouslySetInnerHTML"===l?ye(n,u):"children"===l?me(n,u):_(n,l,u,t)}switch(e){case"input":ne(n,r);break;case"textarea":se(n,r);break;case"select":e=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(i=r.value)?ae(n,!!r.multiple,i,!1):e!==!!r.multiple&&(null!=r.defaultValue?ae(n,!!r.multiple,r.defaultValue,!0):ae(n,!!r.multiple,r.multiple?[]:"",!1))}}}return;case 6:if(null===t.stateNode)throw Error(a(162));return void(t.stateNode.nodeValue=t.memoizedProps);case 3:return void((n=t.stateNode).hydrate&&(n.hydrate=!1,kt(n.containerInfo)));case 13:return null!==t.memoizedState&&(Wl=Wo(),yl(t.child,!0)),void Sl(t);case 19:return void Sl(t);case 23:case 24:return void yl(t,null!==t.memoizedState)}throw Error(a(163))}function Sl(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new fl),t.forEach((function(t){var r=Fu.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}function Pl(e,t){return null!==e&&(null===(e=e.memoizedState)||null!==e.dehydrated)&&null!==(t=t.memoizedState)&&null===t.dehydrated}var El=Math.ceil,Ll=k.ReactCurrentDispatcher,Bl=k.ReactCurrentOwner,Al=0,Tl=null,Ol=null,Ml=0,Hl=0,Il=uo(0),Dl=0,Rl=null,jl=0,Fl=0,zl=0,Nl=0,Ul=null,Wl=0,Gl=1/0;function ql(){Gl=Wo()+500}var Kl,Yl=null,Xl=!1,Vl=null,$l=null,Ql=!1,Jl=null,Zl=90,eu=[],tu=[],nu=null,ru=0,ou=null,iu=-1,au=0,lu=0,uu=null,su=!1;function cu(){return 48&Al?Wo():-1!==iu?iu:iu=Wo()}function du(e){if(!(2&(e=e.mode)))return 1;if(!(4&e))return 99===Go()?1:2;if(0===au&&(au=jl),0!==$o.transition){0!==lu&&(lu=null!==Ul?Ul.pendingLanes:0),e=au;var t=4186112&~lu;return 0==(t&=-t)&&0==(t=(e=4186112&~e)&-e)&&(t=8192),t}return e=Go(),e=Ft(4&Al&&98===e?12:e=function(e){switch(e){case 99:return 15;case 98:return 10;case 97:case 96:return 8;case 95:return 2;default:return 0}}(e),au)}function fu(e,t,n){if(50<ru)throw ru=0,ou=null,Error(a(185));if(null===(e=pu(e,t)))return null;Ut(e,t,n),e===Tl&&(zl|=t,4===Dl&&yu(e,Ml));var r=Go();1===t?8&Al&&!(48&Al)?mu(e):(hu(e,n),0===Al&&(ql(),Xo())):(!(4&Al)||98!==r&&99!==r||(null===nu?nu=new Set([e]):nu.add(e)),hu(e,n)),Ul=e}function pu(e,t){e.lanes|=t;var n=e.alternate;for(null!==n&&(n.lanes|=t),n=e,e=e.return;null!==e;)e.childLanes|=t,null!==(n=e.alternate)&&(n.childLanes|=t),n=e,e=e.return;return 3===n.tag?n.stateNode:null}function hu(e,t){for(var n=e.callbackNode,r=e.suspendedLanes,o=e.pingedLanes,i=e.expirationTimes,l=e.pendingLanes;0<l;){var u=31-Wt(l),s=1<<u,c=i[u];if(-1===c){if(!(s&r)||s&o){c=t,Dt(s);var d=It;i[u]=10<=d?c+250:6<=d?c+5e3:-1}}else c<=t&&(e.expiredLanes|=s);l&=~s}if(r=Rt(e,e===Tl?Ml:0),t=It,0===r)null!==n&&(n!==Ro&&Eo(n),e.callbackNode=null,e.callbackPriority=0);else{if(null!==n){if(e.callbackPriority===t)return;n!==Ro&&Eo(n)}15===t?(n=mu.bind(null,e),null===Fo?(Fo=[n],zo=Po(Oo,Vo)):Fo.push(n),n=Ro):14===t?n=Yo(99,mu.bind(null,e)):(n=function(e){switch(e){case 15:case 14:return 99;case 13:case 12:case 11:case 10:return 98;case 9:case 8:case 7:case 6:case 4:case 5:return 97;case 3:case 2:case 1:return 95;case 0:return 90;default:throw Error(a(358,e))}}(t),n=Yo(n,gu.bind(null,e))),e.callbackPriority=t,e.callbackNode=n}}function gu(e){if(iu=-1,lu=au=0,48&Al)throw Error(a(327));var t=e.callbackNode;if(Ou()&&e.callbackNode!==t)return null;var n=Rt(e,e===Tl?Ml:0);if(0===n)return null;var r=n,o=Al;Al|=16;var i=Cu();for(Tl===e&&Ml===r||(ql(),ku(e,r));;)try{Pu();break}catch(t){wu(e,t)}if(ni(),Ll.current=i,Al=o,null!==Ol?r=0:(Tl=null,Ml=0,r=Dl),jl&zl)ku(e,0);else if(0!==r){if(2===r&&(Al|=64,e.hydrate&&(e.hydrate=!1,Kr(e.containerInfo)),0!==(n=jt(e))&&(r=xu(e,n))),1===r)throw t=Rl,ku(e,0),yu(e,n),hu(e,Wo()),t;switch(e.finishedWork=e.current.alternate,e.finishedLanes=n,r){case 0:case 1:throw Error(a(345));case 2:case 5:Bu(e);break;case 3:if(yu(e,n),(62914560&n)===n&&10<(r=Wl+500-Wo())){if(0!==Rt(e,0))break;if(((o=e.suspendedLanes)&n)!==n){cu(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=Gr(Bu.bind(null,e),r);break}Bu(e);break;case 4:if(yu(e,n),(4186112&n)===n)break;for(r=e.eventTimes,o=-1;0<n;){var l=31-Wt(n);i=1<<l,(l=r[l])>o&&(o=l),n&=~i}if(n=o,10<(n=(120>(n=Wo()-n)?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*El(n/1960))-n)){e.timeoutHandle=Gr(Bu.bind(null,e),n);break}Bu(e);break;default:throw Error(a(329))}}return hu(e,Wo()),e.callbackNode===t?gu.bind(null,e):null}function yu(e,t){for(t&=~Nl,t&=~zl,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-Wt(t),r=1<<n;e[n]=-1,t&=~r}}function mu(e){if(48&Al)throw Error(a(327));if(Ou(),e===Tl&&e.expiredLanes&Ml){var t=Ml,n=xu(e,t);jl&zl&&(n=xu(e,t=Rt(e,t)))}else n=xu(e,t=Rt(e,0));if(0!==e.tag&&2===n&&(Al|=64,e.hydrate&&(e.hydrate=!1,Kr(e.containerInfo)),0!==(t=jt(e))&&(n=xu(e,t))),1===n)throw n=Rl,ku(e,0),yu(e,t),hu(e,Wo()),n;return e.finishedWork=e.current.alternate,e.finishedLanes=t,Bu(e),hu(e,Wo()),null}function bu(e,t){var n=Al;Al&=-2,Al|=8;try{return e(t)}finally{0===(Al=n)&&(ql(),Xo())}}function vu(e,t){co(Il,Hl),Hl|=t,jl|=t}function _u(){Hl=Il.current,so(Il)}function ku(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,qr(n)),null!==Ol)for(n=Ol.return;null!==n;){var r=n;switch(r.tag){case 1:null!=(r=r.type.childContextTypes)&&bo();break;case 3:Hi(),so(ho),so(po),Vi();break;case 5:Di(r);break;case 4:Hi();break;case 13:case 19:so(Ri);break;case 10:ri(r);break;case 23:case 24:_u()}n=n.return}Tl=e,Ol=Wu(e.current,null),Ml=Hl=jl=t,Dl=0,Rl=null,Nl=zl=Fl=0}function wu(e,t){for(;;){var n=Ol;try{if(ni(),$i.current=Ta,na){for(var r=Zi.memoizedState;null!==r;){var o=r.queue;null!==o&&(o.pending=null),r=r.next}na=!1}if(Ji=0,ta=ea=Zi=null,ra=!1,Bl.current=null,null===n||null===n.return){Dl=1,Rl=t,Ol=null;break}e:{var i=e,a=n.return,l=n,u=t;if(t=Ml,l.flags|=2048,l.firstEffect=l.lastEffect=null,null!==u&&"object"==typeof u&&"function"==typeof u.then){var s=u;if(!(2&l.mode)){var c=l.alternate;c?(l.updateQueue=c.updateQueue,l.memoizedState=c.memoizedState,l.lanes=c.lanes):(l.updateQueue=null,l.memoizedState=null)}var d=!!(1&Ri.current),f=a;do{var p;if(p=13===f.tag){var h=f.memoizedState;if(null!==h)p=null!==h.dehydrated;else{var g=f.memoizedProps;p=void 0!==g.fallback&&(!0!==g.unstable_avoidThisFallback||!d)}}if(p){var y=f.updateQueue;if(null===y){var m=new Set;m.add(s),f.updateQueue=m}else y.add(s);if(!(2&f.mode)){if(f.flags|=64,l.flags|=16384,l.flags&=-2981,1===l.tag)if(null===l.alternate)l.tag=17;else{var b=ci(-1,1);b.tag=2,di(l,b)}l.lanes|=1;break e}u=void 0,l=t;var v=i.pingCache;if(null===v?(v=i.pingCache=new sl,u=new Set,v.set(s,u)):void 0===(u=v.get(s))&&(u=new Set,v.set(s,u)),!u.has(l)){u.add(l);var _=ju.bind(null,i,s,l);s.then(_,_)}f.flags|=4096,f.lanes=t;break e}f=f.return}while(null!==f);u=Error((Y(l.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.")}5!==Dl&&(Dl=2),u=ll(u,l),f=a;do{switch(f.tag){case 3:i=u,f.flags|=4096,t&=-t,f.lanes|=t,fi(f,cl(0,i,t));break e;case 1:i=u;var k=f.type,w=f.stateNode;if(!(64&f.flags||"function"!=typeof k.getDerivedStateFromError&&(null===w||"function"!=typeof w.componentDidCatch||null!==$l&&$l.has(w)))){f.flags|=4096,t&=-t,f.lanes|=t,fi(f,dl(f,i,t));break e}}f=f.return}while(null!==f)}Lu(n)}catch(e){t=e,Ol===n&&null!==n&&(Ol=n=n.return);continue}break}}function Cu(){var e=Ll.current;return Ll.current=Ta,null===e?Ta:e}function xu(e,t){var n=Al;Al|=16;var r=Cu();for(Tl===e&&Ml===t||ku(e,t);;)try{Su();break}catch(t){wu(e,t)}if(ni(),Al=n,Ll.current=r,null!==Ol)throw Error(a(261));return Tl=null,Ml=0,Dl}function Su(){for(;null!==Ol;)Eu(Ol)}function Pu(){for(;null!==Ol&&!Lo();)Eu(Ol)}function Eu(e){var t=Kl(e.alternate,e,Hl);e.memoizedProps=e.pendingProps,null===t?Lu(e):Ol=t,Bl.current=null}function Lu(e){var t=e;do{var n=t.alternate;if(e=t.return,2048&t.flags){if(null!==(n=al(t)))return n.flags&=2047,void(Ol=n);null!==e&&(e.firstEffect=e.lastEffect=null,e.flags|=2048)}else{if(null!==(n=il(n,t,Hl)))return void(Ol=n);if(24!==(n=t).tag&&23!==n.tag||null===n.memoizedState||1073741824&Hl||!(4&n.mode)){for(var r=0,o=n.child;null!==o;)r|=o.lanes|o.childLanes,o=o.sibling;n.childLanes=r}null!==e&&!(2048&e.flags)&&(null===e.firstEffect&&(e.firstEffect=t.firstEffect),null!==t.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=t.firstEffect),e.lastEffect=t.lastEffect),1<t.flags&&(null!==e.lastEffect?e.lastEffect.nextEffect=t:e.firstEffect=t,e.lastEffect=t))}if(null!==(t=t.sibling))return void(Ol=t);Ol=t=e}while(null!==t);0===Dl&&(Dl=5)}function Bu(e){var t=Go();return Ko(99,Au.bind(null,e,t)),null}function Au(e,t){do{Ou()}while(null!==Jl);if(48&Al)throw Error(a(327));var n=e.finishedWork;if(null===n)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(a(177));e.callbackNode=null;var r=n.lanes|n.childLanes,o=r,i=e.pendingLanes&~o;e.pendingLanes=o,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=o,e.mutableReadLanes&=o,e.entangledLanes&=o,o=e.entanglements;for(var l=e.eventTimes,u=e.expirationTimes;0<i;){var s=31-Wt(i),c=1<<s;o[s]=0,l[s]=-1,u[s]=-1,i&=~c}if(null!==nu&&!(24&r)&&nu.has(e)&&nu.delete(e),e===Tl&&(Ol=Tl=null,Ml=0),1<n.flags?null!==n.lastEffect?(n.lastEffect.nextEffect=n,r=n.firstEffect):r=n:r=n.firstEffect,null!==r){if(o=Al,Al|=32,Bl.current=null,zr=Xt,yr(l=gr())){if("selectionStart"in l)u={start:l.selectionStart,end:l.selectionEnd};else e:if(u=(u=l.ownerDocument)&&u.defaultView||window,(c=u.getSelection&&u.getSelection())&&0!==c.rangeCount){u=c.anchorNode,i=c.anchorOffset,s=c.focusNode,c=c.focusOffset;try{u.nodeType,s.nodeType}catch(e){u=null;break e}var d=0,f=-1,p=-1,h=0,g=0,y=l,m=null;t:for(;;){for(var b;y!==u||0!==i&&3!==y.nodeType||(f=d+i),y!==s||0!==c&&3!==y.nodeType||(p=d+c),3===y.nodeType&&(d+=y.nodeValue.length),null!==(b=y.firstChild);)m=y,y=b;for(;;){if(y===l)break t;if(m===u&&++h===i&&(f=d),m===s&&++g===c&&(p=d),null!==(b=y.nextSibling))break;m=(y=m).parentNode}y=b}u=-1===f||-1===p?null:{start:f,end:p}}else u=null;u=u||{start:0,end:0}}else u=null;Nr={focusedElem:l,selectionRange:u},Xt=!1,uu=null,su=!1,Yl=r;do{try{Tu()}catch(e){if(null===Yl)throw Error(a(330));Ru(Yl,e),Yl=Yl.nextEffect}}while(null!==Yl);uu=null,Yl=r;do{try{for(l=e;null!==Yl;){var v=Yl.flags;if(16&v&&me(Yl.stateNode,""),128&v){var _=Yl.alternate;if(null!==_){var k=_.ref;null!==k&&("function"==typeof k?k(null):k.current=null)}}switch(1038&v){case 2:_l(Yl),Yl.flags&=-3;break;case 6:_l(Yl),Yl.flags&=-3,xl(Yl.alternate,Yl);break;case 1024:Yl.flags&=-1025;break;case 1028:Yl.flags&=-1025,xl(Yl.alternate,Yl);break;case 4:xl(Yl.alternate,Yl);break;case 8:Cl(l,u=Yl);var w=u.alternate;bl(u),null!==w&&bl(w)}Yl=Yl.nextEffect}}catch(e){if(null===Yl)throw Error(a(330));Ru(Yl,e),Yl=Yl.nextEffect}}while(null!==Yl);if(k=Nr,_=gr(),v=k.focusedElem,l=k.selectionRange,_!==v&&v&&v.ownerDocument&&hr(v.ownerDocument.documentElement,v)){null!==l&&yr(v)&&(_=l.start,void 0===(k=l.end)&&(k=_),"selectionStart"in v?(v.selectionStart=_,v.selectionEnd=Math.min(k,v.value.length)):(k=(_=v.ownerDocument||document)&&_.defaultView||window).getSelection&&(k=k.getSelection(),u=v.textContent.length,w=Math.min(l.start,u),l=void 0===l.end?w:Math.min(l.end,u),!k.extend&&w>l&&(u=l,l=w,w=u),u=pr(v,w),i=pr(v,l),u&&i&&(1!==k.rangeCount||k.anchorNode!==u.node||k.anchorOffset!==u.offset||k.focusNode!==i.node||k.focusOffset!==i.offset)&&((_=_.createRange()).setStart(u.node,u.offset),k.removeAllRanges(),w>l?(k.addRange(_),k.extend(i.node,i.offset)):(_.setEnd(i.node,i.offset),k.addRange(_))))),_=[];for(k=v;k=k.parentNode;)1===k.nodeType&&_.push({element:k,left:k.scrollLeft,top:k.scrollTop});for("function"==typeof v.focus&&v.focus(),v=0;v<_.length;v++)(k=_[v]).element.scrollLeft=k.left,k.element.scrollTop=k.top}Xt=!!zr,Nr=zr=null,e.current=n,Yl=r;do{try{for(v=e;null!==Yl;){var C=Yl.flags;if(36&C&&gl(v,Yl.alternate,Yl),128&C){_=void 0;var x=Yl.ref;if(null!==x){var S=Yl.stateNode;Yl.tag,_=S,"function"==typeof x?x(_):x.current=_}}Yl=Yl.nextEffect}}catch(e){if(null===Yl)throw Error(a(330));Ru(Yl,e),Yl=Yl.nextEffect}}while(null!==Yl);Yl=null,jo(),Al=o}else e.current=n;if(Ql)Ql=!1,Jl=e,Zl=t;else for(Yl=r;null!==Yl;)t=Yl.nextEffect,Yl.nextEffect=null,8&Yl.flags&&((C=Yl).sibling=null,C.stateNode=null),Yl=t;if(0===(r=e.pendingLanes)&&($l=null),1===r?e===ou?ru++:(ru=0,ou=e):ru=0,n=n.stateNode,xo&&"function"==typeof xo.onCommitFiberRoot)try{xo.onCommitFiberRoot(Co,n,void 0,!(64&~n.current.flags))}catch(e){}if(hu(e,Wo()),Xl)throw Xl=!1,e=Vl,Vl=null,e;return 8&Al||Xo(),null}function Tu(){for(;null!==Yl;){var e=Yl.alternate;su||null===uu||(8&Yl.flags?Ze(Yl,uu)&&(su=!0):13===Yl.tag&&Pl(e,Yl)&&Ze(Yl,uu)&&(su=!0));var t=Yl.flags;256&t&&hl(e,Yl),!(512&t)||Ql||(Ql=!0,Yo(97,(function(){return Ou(),null}))),Yl=Yl.nextEffect}}function Ou(){if(90!==Zl){var e=97<Zl?97:Zl;return Zl=90,Ko(e,Iu)}return!1}function Mu(e,t){eu.push(t,e),Ql||(Ql=!0,Yo(97,(function(){return Ou(),null})))}function Hu(e,t){tu.push(t,e),Ql||(Ql=!0,Yo(97,(function(){return Ou(),null})))}function Iu(){if(null===Jl)return!1;var e=Jl;if(Jl=null,48&Al)throw Error(a(331));var t=Al;Al|=32;var n=tu;tu=[];for(var r=0;r<n.length;r+=2){var o=n[r],i=n[r+1],l=o.destroy;if(o.destroy=void 0,"function"==typeof l)try{l()}catch(e){if(null===i)throw Error(a(330));Ru(i,e)}}for(n=eu,eu=[],r=0;r<n.length;r+=2){o=n[r],i=n[r+1];try{var u=o.create;o.destroy=u()}catch(e){if(null===i)throw Error(a(330));Ru(i,e)}}for(u=e.current.firstEffect;null!==u;)e=u.nextEffect,u.nextEffect=null,8&u.flags&&(u.sibling=null,u.stateNode=null),u=e;return Al=t,Xo(),!0}function Du(e,t,n){di(e,t=cl(0,t=ll(n,t),1)),t=cu(),null!==(e=pu(e,1))&&(Ut(e,1,t),hu(e,t))}function Ru(e,t){if(3===e.tag)Du(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){Du(n,e,t);break}if(1===n.tag){var r=n.stateNode;if("function"==typeof n.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===$l||!$l.has(r))){var o=dl(n,e=ll(t,e),1);if(di(n,o),o=cu(),null!==(n=pu(n,1)))Ut(n,1,o),hu(n,o);else if("function"==typeof r.componentDidCatch&&(null===$l||!$l.has(r)))try{r.componentDidCatch(t,e)}catch(e){}break}}n=n.return}}function ju(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),t=cu(),e.pingedLanes|=e.suspendedLanes&n,Tl===e&&(Ml&n)===n&&(4===Dl||3===Dl&&(62914560&Ml)===Ml&&500>Wo()-Wl?ku(e,0):Nl|=n),hu(e,t)}function Fu(e,t){var n=e.stateNode;null!==n&&n.delete(t),0==(t=0)&&(2&(t=e.mode)?4&t?(0===au&&(au=jl),0===(t=zt(62914560&~au))&&(t=4194304)):t=99===Go()?1:2:t=1),n=cu(),null!==(e=pu(e,t))&&(Ut(e,t,n),hu(e,n))}function zu(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.flags=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childLanes=this.lanes=0,this.alternate=null}function Nu(e,t,n,r){return new zu(e,t,n,r)}function Uu(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Wu(e,t){var n=e.alternate;return null===n?((n=Nu(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Gu(e,t,n,r,o,i){var l=2;if(r=e,"function"==typeof e)Uu(e)&&(l=1);else if("string"==typeof e)l=5;else e:switch(e){case x:return qu(n.children,o,i,t);case D:l=8,o|=16;break;case S:l=8,o|=1;break;case P:return(e=Nu(12,n,t,8|o)).elementType=P,e.type=P,e.lanes=i,e;case A:return(e=Nu(13,n,t,o)).type=A,e.elementType=A,e.lanes=i,e;case T:return(e=Nu(19,n,t,o)).elementType=T,e.lanes=i,e;case R:return Ku(n,o,i,t);case j:return(e=Nu(24,n,t,o)).elementType=j,e.lanes=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case E:l=10;break e;case L:l=9;break e;case B:l=11;break e;case O:l=14;break e;case M:l=16,r=null;break e;case H:l=22;break e}throw Error(a(130,null==e?e:typeof e,""))}return(t=Nu(l,n,t,o)).elementType=e,t.type=r,t.lanes=i,t}function qu(e,t,n,r){return(e=Nu(7,e,r,t)).lanes=n,e}function Ku(e,t,n,r){return(e=Nu(23,e,r,t)).elementType=R,e.lanes=n,e}function Yu(e,t,n){return(e=Nu(6,e,null,t)).lanes=n,e}function Xu(e,t,n){return(t=Nu(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Vu(e,t,n){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=0,this.eventTimes=Nt(0),this.expirationTimes=Nt(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Nt(0),this.mutableSourceEagerHydrationData=null}function $u(e,t,n,r){var o=t.current,i=cu(),l=du(o);e:if(n){t:{if(Ve(n=n._reactInternals)!==n||1!==n.tag)throw Error(a(170));var u=n;do{switch(u.tag){case 3:u=u.stateNode.context;break t;case 1:if(mo(u.type)){u=u.stateNode.__reactInternalMemoizedMergedChildContext;break t}}u=u.return}while(null!==u);throw Error(a(171))}if(1===n.tag){var s=n.type;if(mo(s)){n=_o(n,s,u);break e}}n=u}else n=fo;return null===t.context?t.context=n:t.pendingContext=n,(t=ci(i,l)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),di(o,t),fu(o,l,i),l}function Qu(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Ju(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function Zu(e,t){Ju(e,t),(e=e.alternate)&&Ju(e,t)}function es(e,t,n){var r=null!=n&&null!=n.hydrationOptions&&n.hydrationOptions.mutableSources||null;if(n=new Vu(e,t,null!=n&&!0===n.hydrate),t=Nu(3,null,null,2===t?7:1===t?3:0),n.current=t,t.stateNode=n,ui(t),e[Zr]=n.current,Tr(8===e.nodeType?e.parentNode:e),r)for(e=0;e<r.length;e++){var o=(t=r[e])._getVersion;o=o(t._source),null==n.mutableSourceEagerHydrationData?n.mutableSourceEagerHydrationData=[t,o]:n.mutableSourceEagerHydrationData.push(t,o)}this._internalRoot=n}function ts(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function ns(e,t,n,r,o){var i=n._reactRootContainer;if(i){var a=i._internalRoot;if("function"==typeof o){var l=o;o=function(){var e=Qu(a);l.call(e)}}$u(t,a,e,o)}else{if(i=n._reactRootContainer=function(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new es(e,0,t?{hydrate:!0}:void 0)}(n,r),a=i._internalRoot,"function"==typeof o){var u=o;o=function(){var e=Qu(a);u.call(e)}}bu((function(){$u(t,a,e,o)}))}return Qu(a)}Kl=function(e,t,n){var r=t.lanes;if(null!==e)if(e.memoizedProps!==t.pendingProps||ho.current)Da=!0;else{if(!(n&r)){switch(Da=!1,t.tag){case 3:Ka(t),Yi();break;case 5:Ii(t);break;case 1:mo(t.type)&&ko(t);break;case 4:Mi(t,t.stateNode.containerInfo);break;case 10:r=t.memoizedProps.value;var o=t.type._context;co(Jo,o._currentValue),o._currentValue=r;break;case 13:if(null!==t.memoizedState)return n&t.child.childLanes?Ja(e,t,n):(co(Ri,1&Ri.current),null!==(t=rl(e,t,n))?t.sibling:null);co(Ri,1&Ri.current);break;case 19:if(r=!!(n&t.childLanes),64&e.flags){if(r)return nl(e,t,n);t.flags|=64}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null,o.lastEffect=null),co(Ri,Ri.current),r)break;return null;case 23:case 24:return t.lanes=0,Na(e,t,n)}return rl(e,t,n)}Da=!!(16384&e.flags)}else Da=!1;switch(t.lanes=0,t.tag){case 2:if(r=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2),e=t.pendingProps,o=yo(t,po.current),ii(t,n),o=aa(null,t,r,e,o,n),t.flags|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,mo(r)){var i=!0;ko(t)}else i=!1;t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,ui(t);var l=r.getDerivedStateFromProps;"function"==typeof l&&yi(t,r,l,e),o.updater=mi,t.stateNode=o,o._reactInternals=t,ki(t,r,e,n),t=qa(null,t,r,!0,i,n)}else t.tag=0,Ra(null,t,o,n),t=t.child;return t;case 16:o=t.elementType;e:{switch(null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2),e=t.pendingProps,o=(i=o._init)(o._payload),t.type=o,i=t.tag=function(e){if("function"==typeof e)return Uu(e)?1:0;if(null!=e){if((e=e.$$typeof)===B)return 11;if(e===O)return 14}return 2}(o),e=Qo(o,e),i){case 0:t=Wa(null,t,o,e,n);break e;case 1:t=Ga(null,t,o,e,n);break e;case 11:t=ja(null,t,o,e,n);break e;case 14:t=Fa(null,t,o,Qo(o.type,e),r,n);break e}throw Error(a(306,o,""))}return t;case 0:return r=t.type,o=t.pendingProps,Wa(e,t,r,o=t.elementType===r?o:Qo(r,o),n);case 1:return r=t.type,o=t.pendingProps,Ga(e,t,r,o=t.elementType===r?o:Qo(r,o),n);case 3:if(Ka(t),r=t.updateQueue,null===e||null===r)throw Error(a(282));if(r=t.pendingProps,o=null!==(o=t.memoizedState)?o.element:null,si(e,t),pi(t,r,null,n),(r=t.memoizedState.element)===o)Yi(),t=rl(e,t,n);else{if((i=(o=t.stateNode).hydrate)&&(zi=Yr(t.stateNode.containerInfo.firstChild),Fi=t,i=Ni=!0),i){if(null!=(e=o.mutableSourceEagerHydrationData))for(o=0;o<e.length;o+=2)(i=e[o])._workInProgressVersionPrimary=e[o+1],Xi.push(i);for(n=Ei(t,null,r,n),t.child=n;n;)n.flags=-3&n.flags|1024,n=n.sibling}else Ra(e,t,r,n),Yi();t=t.child}return t;case 5:return Ii(t),null===e&&Gi(t),r=t.type,o=t.pendingProps,i=null!==e?e.memoizedProps:null,l=o.children,Wr(r,o)?l=null:null!==i&&Wr(r,i)&&(t.flags|=16),Ua(e,t),Ra(e,t,l,n),t.child;case 6:return null===e&&Gi(t),null;case 13:return Ja(e,t,n);case 4:return Mi(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=Pi(t,null,r,n):Ra(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,ja(e,t,r,o=t.elementType===r?o:Qo(r,o),n);case 7:return Ra(e,t,t.pendingProps,n),t.child;case 8:case 12:return Ra(e,t,t.pendingProps.children,n),t.child;case 10:e:{r=t.type._context,o=t.pendingProps,l=t.memoizedProps,i=o.value;var u=t.type._context;if(co(Jo,u._currentValue),u._currentValue=i,null!==l)if(u=l.value,0==(i=sr(u,i)?0:0|("function"==typeof r._calculateChangedBits?r._calculateChangedBits(u,i):1073741823))){if(l.children===o.children&&!ho.current){t=rl(e,t,n);break e}}else for(null!==(u=t.child)&&(u.return=t);null!==u;){var s=u.dependencies;if(null!==s){l=u.child;for(var c=s.firstContext;null!==c;){if(c.context===r&&c.observedBits&i){1===u.tag&&((c=ci(-1,n&-n)).tag=2,di(u,c)),u.lanes|=n,null!==(c=u.alternate)&&(c.lanes|=n),oi(u.return,n),s.lanes|=n;break}c=c.next}}else l=10===u.tag&&u.type===t.type?null:u.child;if(null!==l)l.return=u;else for(l=u;null!==l;){if(l===t){l=null;break}if(null!==(u=l.sibling)){u.return=l.return,l=u;break}l=l.return}u=l}Ra(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=(i=t.pendingProps).children,ii(t,n),r=r(o=ai(o,i.unstable_observedBits)),t.flags|=1,Ra(e,t,r,n),t.child;case 14:return i=Qo(o=t.type,t.pendingProps),Fa(e,t,o,i=Qo(o.type,i),r,n);case 15:return za(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Qo(r,o),null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2),t.tag=1,mo(r)?(e=!0,ko(t)):e=!1,ii(t,n),vi(t,r,o),ki(t,r,o,n),qa(null,t,r,!0,e,n);case 19:return nl(e,t,n);case 23:case 24:return Na(e,t,n)}throw Error(a(156,t.tag))},es.prototype.render=function(e){$u(e,this._internalRoot,null,null)},es.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;$u(null,e,null,(function(){t[Zr]=null}))},et=function(e){13===e.tag&&(fu(e,4,cu()),Zu(e,4))},tt=function(e){13===e.tag&&(fu(e,67108864,cu()),Zu(e,67108864))},nt=function(e){if(13===e.tag){var t=cu(),n=du(e);fu(e,n,t),Zu(e,n)}},rt=function(e,t){return t()},Pe=function(e,t,n){switch(t){case"input":if(ne(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=oo(r);if(!o)throw Error(a(90));Q(r),ne(r,o)}}}break;case"textarea":se(e,n);break;case"select":null!=(t=n.value)&&ae(e,!!n.multiple,t,!1)}},Oe=function(e,t){var n=Al;Al|=1;try{return e(t)}finally{0===(Al=n)&&(ql(),Xo())}},Me=function(e,t,n,r,o){var i=Al;Al|=4;try{return Ko(98,e.bind(null,t,n,r,o))}finally{0===(Al=i)&&(ql(),Xo())}},He=function(){!(49&Al)&&(function(){if(null!==nu){var e=nu;nu=null,e.forEach((function(e){e.expiredLanes|=24&e.pendingLanes,hu(e,Wo())}))}Xo()}(),Ou())},Ie=function(e,t){var n=Al;Al|=2;try{return e(t)}finally{0===(Al=n)&&(ql(),Xo())}};var rs={findFiberByHostInstance:to,bundleType:0,version:"17.0.2",rendererPackageName:"react-dom"},os={bundleType:rs.bundleType,version:rs.version,rendererPackageName:rs.rendererPackageName,rendererConfig:rs.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:k.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=Je(e))?null:e.stateNode},findFiberByHostInstance:rs.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null};if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var is=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!is.isDisabled&&is.supportsFiber)try{Co=is.inject(os),xo=is}catch(ge){}}t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if("function"==typeof e.render)throw Error(a(188));throw Error(a(268,Object.keys(e)))}return null===(e=Je(t))?null:e.stateNode},t.render=function(e,t,n){if(!ts(t))throw Error(a(200));return ns(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!ts(e))throw Error(a(40));return!!e._reactRootContainer&&(bu((function(){ns(null,null,e,!1,(function(){e._reactRootContainer=null,e[Zr]=null}))})),!0)}},961:function(e,t,n){"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),e.exports=n(2551)},2799:function(e,t){"use strict";var n=60103,r=60106,o=60107,i=60108,a=60114,l=60109,u=60110,s=60112,c=60113,d=60120,f=60115,p=60116;if("function"==typeof Symbol&&Symbol.for){var h=Symbol.for;n=h("react.element"),r=h("react.portal"),o=h("react.fragment"),i=h("react.strict_mode"),a=h("react.profiler"),l=h("react.provider"),u=h("react.context"),s=h("react.forward_ref"),c=h("react.suspense"),d=h("react.suspense_list"),f=h("react.memo"),p=h("react.lazy"),h("react.block"),h("react.server.block"),h("react.fundamental"),h("react.debug_trace_mode"),h("react.legacy_hidden")}t.isForwardRef=function(e){return function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case o:case a:case i:case c:case d:return e;default:switch(e=e&&e.$$typeof){case u:case s:case p:case f:case l:return e;default:return t}}case r:return t}}}(e)===s}},6744:function(e,t,n){"use strict";e.exports=n(2799)},5287:function(e,t,n){"use strict";var r=n(5228),o=60103,i=60106;t.Fragment=60107,t.StrictMode=60108,t.Profiler=60114;var a=60109,l=60110,u=60112;t.Suspense=60113;var s=60115,c=60116;if("function"==typeof Symbol&&Symbol.for){var d=Symbol.for;o=d("react.element"),i=d("react.portal"),t.Fragment=d("react.fragment"),t.StrictMode=d("react.strict_mode"),t.Profiler=d("react.profiler"),a=d("react.provider"),l=d("react.context"),u=d("react.forward_ref"),t.Suspense=d("react.suspense"),s=d("react.memo"),c=d("react.lazy")}var f="function"==typeof Symbol&&Symbol.iterator;function p(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g={};function y(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||h}function m(){}function b(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||h}y.prototype.isReactComponent={},y.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(p(85));this.updater.enqueueSetState(this,e,t,"setState")},y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},m.prototype=y.prototype;var v=b.prototype=new m;v.constructor=b,r(v,y.prototype),v.isPureReactComponent=!0;var _={current:null},k=Object.prototype.hasOwnProperty,w={key:!0,ref:!0,__self:!0,__source:!0};function C(e,t,n){var r,i={},a=null,l=null;if(null!=t)for(r in void 0!==t.ref&&(l=t.ref),void 0!==t.key&&(a=""+t.key),t)k.call(t,r)&&!w.hasOwnProperty(r)&&(i[r]=t[r]);var u=arguments.length-2;if(1===u)i.children=n;else if(1<u){for(var s=Array(u),c=0;c<u;c++)s[c]=arguments[c+2];i.children=s}if(e&&e.defaultProps)for(r in u=e.defaultProps)void 0===i[r]&&(i[r]=u[r]);return{$$typeof:o,type:e,key:a,ref:l,props:i,_owner:_.current}}function x(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var S=/\/+/g;function P(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function E(e,t,n,r,a){var l=typeof e;"undefined"!==l&&"boolean"!==l||(e=null);var u=!1;if(null===e)u=!0;else switch(l){case"string":case"number":u=!0;break;case"object":switch(e.$$typeof){case o:case i:u=!0}}if(u)return a=a(u=e),e=""===r?"."+P(u,0):r,Array.isArray(a)?(n="",null!=e&&(n=e.replace(S,"$&/")+"/"),E(a,t,n,"",(function(e){return e}))):null!=a&&(x(a)&&(a=function(e,t){return{$$typeof:o,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(a,n+(!a.key||u&&u.key===a.key?"":(""+a.key).replace(S,"$&/")+"/")+e)),t.push(a)),1;if(u=0,r=""===r?".":r+":",Array.isArray(e))for(var s=0;s<e.length;s++){var c=r+P(l=e[s],s);u+=E(l,t,n,c,a)}else if(c=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=f&&e[f]||e["@@iterator"])?e:null}(e),"function"==typeof c)for(e=c.call(e),s=0;!(l=e.next()).done;)u+=E(l=l.value,t,n,c=r+P(l,s++),a);else if("object"===l)throw t=""+e,Error(p(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t));return u}function L(e,t,n){if(null==e)return e;var r=[],o=0;return E(e,r,"","",(function(e){return t.call(n,e,o++)})),r}function B(e){if(-1===e._status){var t=e._result;t=t(),e._status=0,e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}if(1===e._status)return e._result;throw e._result}var A={current:null};function T(){var e=A.current;if(null===e)throw Error(p(321));return e}var O={ReactCurrentDispatcher:A,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:_,IsSomeRendererActing:{current:!1},assign:r};t.Children={map:L,forEach:function(e,t,n){L(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return L(e,(function(){t++})),t},toArray:function(e){return L(e,(function(e){return e}))||[]},only:function(e){if(!x(e))throw Error(p(143));return e}},t.Component=y,t.PureComponent=b,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=O,t.cloneElement=function(e,t,n){if(null==e)throw Error(p(267,e));var i=r({},e.props),a=e.key,l=e.ref,u=e._owner;if(null!=t){if(void 0!==t.ref&&(l=t.ref,u=_.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(c in t)k.call(t,c)&&!w.hasOwnProperty(c)&&(i[c]=void 0===t[c]&&void 0!==s?s[c]:t[c])}var c=arguments.length-2;if(1===c)i.children=n;else if(1<c){s=Array(c);for(var d=0;d<c;d++)s[d]=arguments[d+2];i.children=s}return{$$typeof:o,type:e.type,key:a,ref:l,props:i,_owner:u}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:l,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:a,_context:e},e.Consumer=e},t.createElement=C,t.createFactory=function(e){var t=C.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:u,render:e}},t.isValidElement=x,t.lazy=function(e){return{$$typeof:c,_payload:{_status:-1,_result:e},_init:B}},t.memo=function(e,t){return{$$typeof:s,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return T().useCallback(e,t)},t.useContext=function(e,t){return T().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return T().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return T().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return T().useLayoutEffect(e,t)},t.useMemo=function(e,t){return T().useMemo(e,t)},t.useReducer=function(e,t,n){return T().useReducer(e,t,n)},t.useRef=function(e){return T().useRef(e)},t.useState=function(e){return T().useState(e)},t.version="17.0.2"},6540:function(e,t,n){"use strict";e.exports=n(5287)},7463:function(e,t){"use strict";var n,r,o,i;if("object"==typeof performance&&"function"==typeof performance.now){var a=performance;t.unstable_now=function(){return a.now()}}else{var l=Date,u=l.now();t.unstable_now=function(){return l.now()-u}}if("undefined"==typeof window||"function"!=typeof MessageChannel){var s=null,c=null,d=function(){if(null!==s)try{var e=t.unstable_now();s(!0,e),s=null}catch(e){throw setTimeout(d,0),e}};n=function(e){null!==s?setTimeout(n,0,e):(s=e,setTimeout(d,0))},r=function(e,t){c=setTimeout(e,t)},o=function(){clearTimeout(c)},t.unstable_shouldYield=function(){return!1},i=t.unstable_forceFrameRate=function(){}}else{var f=window.setTimeout,p=window.clearTimeout;if("undefined"!=typeof console){var h=window.cancelAnimationFrame;"function"!=typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),"function"!=typeof h&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills")}var g=!1,y=null,m=-1,b=5,v=0;t.unstable_shouldYield=function(){return t.unstable_now()>=v},i=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):b=0<e?Math.floor(1e3/e):5};var _=new MessageChannel,k=_.port2;_.port1.onmessage=function(){if(null!==y){var e=t.unstable_now();v=e+b;try{y(!0,e)?k.postMessage(null):(g=!1,y=null)}catch(e){throw k.postMessage(null),e}}else g=!1},n=function(e){y=e,g||(g=!0,k.postMessage(null))},r=function(e,n){m=f((function(){e(t.unstable_now())}),n)},o=function(){p(m),m=-1}}function w(e,t){var n=e.length;e.push(t);e:for(;;){var r=n-1>>>1,o=e[r];if(!(void 0!==o&&0<S(o,t)))break e;e[r]=t,e[n]=o,n=r}}function C(e){return void 0===(e=e[0])?null:e}function x(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,o=e.length;r<o;){var i=2*(r+1)-1,a=e[i],l=i+1,u=e[l];if(void 0!==a&&0>S(a,n))void 0!==u&&0>S(u,a)?(e[r]=u,e[l]=n,r=l):(e[r]=a,e[i]=n,r=i);else{if(!(void 0!==u&&0>S(u,n)))break e;e[r]=u,e[l]=n,r=l}}}return t}return null}function S(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var P=[],E=[],L=1,B=null,A=3,T=!1,O=!1,M=!1;function H(e){for(var t=C(E);null!==t;){if(null===t.callback)x(E);else{if(!(t.startTime<=e))break;x(E),t.sortIndex=t.expirationTime,w(P,t)}t=C(E)}}function I(e){if(M=!1,H(e),!O)if(null!==C(P))O=!0,n(D);else{var t=C(E);null!==t&&r(I,t.startTime-e)}}function D(e,n){O=!1,M&&(M=!1,o()),T=!0;var i=A;try{for(H(n),B=C(P);null!==B&&(!(B.expirationTime>n)||e&&!t.unstable_shouldYield());){var a=B.callback;if("function"==typeof a){B.callback=null,A=B.priorityLevel;var l=a(B.expirationTime<=n);n=t.unstable_now(),"function"==typeof l?B.callback=l:B===C(P)&&x(P),H(n)}else x(P);B=C(P)}if(null!==B)var u=!0;else{var s=C(E);null!==s&&r(I,s.startTime-n),u=!1}return u}finally{B=null,A=i,T=!1}}var R=i;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){O||T||(O=!0,n(D))},t.unstable_getCurrentPriorityLevel=function(){return A},t.unstable_getFirstCallbackNode=function(){return C(P)},t.unstable_next=function(e){switch(A){case 1:case 2:case 3:var t=3;break;default:t=A}var n=A;A=t;try{return e()}finally{A=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=R,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=A;A=e;try{return t()}finally{A=n}},t.unstable_scheduleCallback=function(e,i,a){var l=t.unstable_now();switch(a="object"==typeof a&&null!==a&&"number"==typeof(a=a.delay)&&0<a?l+a:l,e){case 1:var u=-1;break;case 2:u=250;break;case 5:u=1073741823;break;case 4:u=1e4;break;default:u=5e3}return e={id:L++,callback:i,priorityLevel:e,startTime:a,expirationTime:u=a+u,sortIndex:-1},a>l?(e.sortIndex=a,w(E,e),null===C(P)&&e===C(E)&&(M?o():M=!0,r(I,a-l))):(e.sortIndex=u,w(P,e),O||T||(O=!0,n(D))),e},t.unstable_wrapCallback=function(e){var t=A;return function(){var n=A;A=t;try{return e.apply(this,arguments)}finally{A=n}}}},9982:function(e,t,n){"use strict";e.exports=n(7463)},3098:function(e,t,n){"use strict";n.r(t);var r=n(5072),o=n.n(r),i=n(7825),a=n.n(i),l=n(7659),u=n.n(l),s=n(5056),c=n.n(s),d=n(540),f=n.n(d),p=n(1113),h=n.n(p),g=n(5671),y={};y.styleTagTransform=h(),y.setAttributes=c(),y.insert=u().bind(null,"head"),y.domAPI=a(),y.insertStyleElement=f(),o()(g.A,y),t.default=g.A&&g.A.locals?g.A.locals:void 0},7790:function(e,t,n){"use strict";n.r(t);var r=n(5072),o=n.n(r),i=n(7825),a=n.n(i),l=n(7659),u=n.n(l),s=n(5056),c=n.n(s),d=n(540),f=n.n(d),p=n(1113),h=n.n(p),g=n(9943),y={};y.styleTagTransform=h(),y.setAttributes=c(),y.insert=u().bind(null,"head"),y.domAPI=a(),y.insertStyleElement=f(),o()(g.A,y),t.default=g.A&&g.A.locals?g.A.locals:void 0},9178:function(e,t,n){"use strict";n.r(t);var r=n(5072),o=n.n(r),i=n(7825),a=n.n(i),l=n(7659),u=n.n(l),s=n(5056),c=n.n(s),d=n(540),f=n.n(d),p=n(1113),h=n.n(p),g=n(2919),y={};y.styleTagTransform=h(),y.setAttributes=c(),y.insert=u().bind(null,"head"),y.domAPI=a(),y.insertStyleElement=f(),o()(g.A,y),t.default=g.A&&g.A.locals?g.A.locals:void 0},5072:function(e){"use strict";var t=[];function n(e){for(var n=-1,r=0;r<t.length;r++)if(t[r].identifier===e){n=r;break}return n}function r(e,r){for(var i={},a=[],l=0;l<e.length;l++){var u=e[l],s=r.base?u[0]+r.base:u[0],c=i[s]||0,d="".concat(s," ").concat(c);i[s]=c+1;var f=n(d),p={css:u[1],media:u[2],sourceMap:u[3],supports:u[4],layer:u[5]};if(-1!==f)t[f].references++,t[f].updater(p);else{var h=o(p,r);r.byIndex=l,t.splice(l,0,{identifier:d,updater:h,references:1})}a.push(d)}return a}function o(e,t){var n=t.domAPI(t);return n.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,o){var i=r(e=e||[],o=o||{});return function(e){e=e||[];for(var a=0;a<i.length;a++){var l=n(i[a]);t[l].references--}for(var u=r(e,o),s=0;s<i.length;s++){var c=n(i[s]);0===t[c].references&&(t[c].updater(),t.splice(c,1))}i=u}}},7659:function(e){"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},540:function(e){"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},5056:function(e,t,n){"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},7825:function(e){"use strict";e.exports=function(e){var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var o=void 0!==n.layer;o&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,o&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var i=n.sourceMap;i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},1113:function(e){"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},9771:function(e){"use strict";e.exports=function(){}},8624:function(e,t,n){"use strict";var r="undefined"!=typeof globalThis&&globalThis||"undefined"!=typeof self&&self||void 0!==r&&r,o="URLSearchParams"in r,i="Symbol"in r&&"iterator"in Symbol,a="FileReader"in r&&"Blob"in r&&function(){try{return new Blob,!0}catch(e){return!1}}(),l="FormData"in r,u="ArrayBuffer"in r;if(u)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],c=ArrayBuffer.isView||function(e){return e&&s.indexOf(Object.prototype.toString.call(e))>-1};function d(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function f(e){return"string"!=typeof e&&(e=String(e)),e}function p(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return i&&(t[Symbol.iterator]=function(){return t}),t}function h(e){this.map={},e instanceof h?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function g(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function y(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function m(e){var t=new FileReader,n=y(t);return t.readAsArrayBuffer(e),n}function b(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function v(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:a&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:l&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:o&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():u&&a&&(t=e)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=b(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):u&&(ArrayBuffer.prototype.isPrototypeOf(e)||c(e))?this._bodyArrayBuffer=b(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a&&(this.blob=function(){var e=g(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?g(this)||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer)):this.blob().then(m)}),this.text=function(){var e,t,n,r=g(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,n=y(t=new FileReader),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},l&&(this.formData=function(){return this.text().then(w)}),this.json=function(){return this.text().then(JSON.parse)},this}h.prototype.append=function(e,t){e=d(e),t=f(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},h.prototype.delete=function(e){delete this.map[d(e)]},h.prototype.get=function(e){return e=d(e),this.has(e)?this.map[e]:null},h.prototype.has=function(e){return this.map.hasOwnProperty(d(e))},h.prototype.set=function(e,t){this.map[d(e)]=f(t)},h.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},h.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),p(e)},h.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),p(e)},h.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),p(e)},i&&(h.prototype[Symbol.iterator]=h.prototype.entries);var _=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function k(e,t){if(!(this instanceof k))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');var n,r,o=(t=t||{}).body;if(e instanceof k){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new h(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,o||null==e._bodyInit||(o=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new h(t.headers)),this.method=(r=(n=t.method||this.method||"GET").toUpperCase(),_.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){var i=/([?&])_=[^&]*/;i.test(this.url)?this.url=this.url.replace(i,"$1_="+(new Date).getTime()):this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}function w(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(o))}})),t}function C(e,t){if(!(this instanceof C))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new h(t.headers),this.url=t.url||"",this._initBody(e)}k.prototype.clone=function(){return new k(this,{body:this._bodyInit})},v.call(k.prototype),v.call(C.prototype),C.prototype.clone=function(){return new C(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new h(this.headers),url:this.url})},C.error=function(){var e=new C(null,{status:0,statusText:""});return e.type="error",e};var x=[301,302,303,307,308];C.redirect=function(e,t){if(-1===x.indexOf(t))throw new RangeError("Invalid status code");return new C(null,{status:t,headers:{location:e}})};var S=r.DOMException;try{new S}catch(e){(S=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),S.prototype.constructor=S}function P(e,t){return new Promise((function(n,o){var i=new k(e,t);if(i.signal&&i.signal.aborted)return o(new S("Aborted","AbortError"));var l=new XMLHttpRequest;function s(){l.abort()}l.onload=function(){var e,t,r={status:l.status,statusText:l.statusText,headers:(e=l.getAllResponseHeaders()||"",t=new h,e.replace(/\r?\n[\t ]+/g," ").split("\r").map((function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e})).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();t.append(r,o)}})),t)};r.url="responseURL"in l?l.responseURL:r.headers.get("X-Request-URL");var o="response"in l?l.response:l.responseText;setTimeout((function(){n(new C(o,r))}),0)},l.onerror=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},l.ontimeout=function(){setTimeout((function(){o(new TypeError("Network request failed"))}),0)},l.onabort=function(){setTimeout((function(){o(new S("Aborted","AbortError"))}),0)},l.open(i.method,function(e){try{return""===e&&r.location.href?r.location.href:e}catch(t){return e}}(i.url),!0),"include"===i.credentials?l.withCredentials=!0:"omit"===i.credentials&&(l.withCredentials=!1),"responseType"in l&&(a?l.responseType="blob":u&&i.headers.get("Content-Type")&&-1!==i.headers.get("Content-Type").indexOf("application/octet-stream")&&(l.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof h?i.headers.forEach((function(e,t){l.setRequestHeader(t,e)})):Object.getOwnPropertyNames(t.headers).forEach((function(e){l.setRequestHeader(e,f(t.headers[e]))})),i.signal&&(i.signal.addEventListener("abort",s),l.onreadystatechange=function(){4===l.readyState&&i.signal.removeEventListener("abort",s)}),l.send(void 0===i._bodyInit?null:i._bodyInit)}))}P.polyfill=!0,r.fetch||(r.fetch=P,r.Headers=h,r.Request=k,r.Response=C)},1353:function(e,t,n){var r,o=n(7967),i=(r=n(3098),r&&r.__esModule?r:{default:r}).default,a=o.bind(i);for(var l in i)i.hasOwnProperty(l)&&("function"==typeof Object.defineProperty?Object.defineProperty(a,l,{value:i[l]}):a[l]=i[l]);e.exports=a},7142:function(e,t,n){var r,o=n(7967),i=(r=n(7790),r&&r.__esModule?r:{default:r}).default,a=o.bind(i);for(var l in i)i.hasOwnProperty(l)&&("function"==typeof Object.defineProperty?Object.defineProperty(a,l,{value:i[l]}):a[l]=i[l]);e.exports=a},8041:function(e,t,n){var r,o=n(7967),i=(r=n(9178),r&&r.__esModule?r:{default:r}).default,a=o.bind(i);for(var l in i)i.hasOwnProperty(l)&&("function"==typeof Object.defineProperty?Object.defineProperty(a,l,{value:i[l]}):a[l]=i[l]);e.exports=a},9555:function(e,t){function n(e){if(e)return function(e){for(var t in n.prototype)e[t]=n.prototype[t];return e}(e)}t.v=n,n.prototype.on=n.prototype.addEventListener=function(e,t){return this._callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this},n.prototype.once=function(e,t){function n(){this.off(e,n),t.apply(this,arguments)}return n.fn=t,this.on(e,n),this},n.prototype.off=n.prototype.removeListener=n.prototype.removeAllListeners=n.prototype.removeEventListener=function(e,t){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n,r=this._callbacks["$"+e];if(!r)return this;if(1==arguments.length)return delete this._callbacks["$"+e],this;for(var o=0;o<r.length;o++)if((n=r[o])===t||n.fn===t){r.splice(o,1);break}return 0===r.length&&delete this._callbacks["$"+e],this},n.prototype.emit=function(e){this._callbacks=this._callbacks||{};for(var t=new Array(arguments.length-1),n=this._callbacks["$"+e],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(n){r=0;for(var o=(n=n.slice(0)).length;r<o;++r)n[r].apply(this,t)}return this},n.prototype.emitReserved=n.prototype.emit,n.prototype.listeners=function(e){return this._callbacks=this._callbacks||{},this._callbacks["$"+e]||[]},n.prototype.hasListeners=function(e){return!!this.listeners(e).length}},7959:function(e){function t(e){e=e||{},this.ms=e.min||100,this.max=e.max||1e4,this.factor=e.factor||2,this.jitter=e.jitter>0&&e.jitter<=1?e.jitter:0,this.attempts=0}e.exports=t,t.prototype.duration=function(){var e=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var t=Math.random(),n=Math.floor(t*this.jitter*e);e=1&Math.floor(10*t)?e+n:e-n}return 0|Math.min(e,this.max)},t.prototype.reset=function(){this.attempts=0},t.prototype.setMin=function(e){this.ms=e},t.prototype.setMax=function(e){this.max=e},t.prototype.setJitter=function(e){this.jitter=e}},4363:function(e){try{e.exports="undefined"!=typeof XMLHttpRequest&&"withCredentials"in new XMLHttpRequest}catch(t){e.exports=!1}},608:function(e,t){t.encode=function(e){var t="";for(var n in e)e.hasOwnProperty(n)&&(t.length&&(t+="&"),t+=encodeURIComponent(n)+"="+encodeURIComponent(e[n]));return t},t.decode=function(e){for(var t={},n=e.split("&"),r=0,o=n.length;r<o;r++){var i=n[r].split("=");t[decodeURIComponent(i[0])]=decodeURIComponent(i[1])}return t}},9614:function(e){var t=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,n=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];e.exports=function(e){var r,o,i=e,a=e.indexOf("["),l=e.indexOf("]");-1!=a&&-1!=l&&(e=e.substring(0,a)+e.substring(a,l).replace(/:/g,";")+e.substring(l,e.length));for(var u,s,c=t.exec(e||""),d={},f=14;f--;)d[n[f]]=c[f]||"";return-1!=a&&-1!=l&&(d.source=i,d.host=d.host.substring(1,d.host.length-1).replace(/;/g,":"),d.authority=d.authority.replace("[","").replace("]","").replace(/;/g,":"),d.ipv6uri=!0),d.pathNames=(r=d.path,o=r.replace(/\/{2,9}/g,"/").split("/"),"/"!=r.substr(0,1)&&0!==r.length||o.splice(0,1),"/"==r.substr(r.length-1,1)&&o.splice(o.length-1,1),o),d.queryKey=(u=d.query,s={},u.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,(function(e,t,n){t&&(s[t]=n)})),s),d}},9613:function(e){"use strict";var t,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),r=64,o={},i=0,a=0;function l(e){var t="";do{t=n[e%r]+t,e=Math.floor(e/r)}while(e>0);return t}function u(){var e=l(+new Date);return e!==t?(i=0,t=e):e+"."+l(i++)}for(;a<r;a++)o[n[a]]=a;u.encode=l,u.decode=function(e){var t=0;for(a=0;a<e.length;a++)t=t*r+o[e.charAt(a)];return t},e.exports=u},7967:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e="",t=0;t<arguments.length;t++){var n=arguments[t];n&&(e=a(e,i.call(this,n)))}return e}function i(e){if("string"==typeof e||"number"==typeof e)return this&&this[e]||e;if("object"!=typeof e)return"";if(Array.isArray(e))return o.apply(this,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var n in e)r.call(e,n)&&e[n]&&(t=a(t,this&&this[n]||n));return t}function a(e,t){return t?e?e+" "+t:e+t:e}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},4173:function(e,t,n){"use strict";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),Object.defineProperty(e,"prototype",{writable:!1}),e}n.d(t,{A:function(){return o}})},1568:function(e,t,n){"use strict";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},r.apply(this,arguments)}n.d(t,{A:function(){return r}})},9932:function(e,t,n){"use strict";function r(e,t){return r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},r(e,t)}function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)}n.d(t,{A:function(){return o}})},3443:function(e,t,n){"use strict";function r(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.d(t,{A:function(){return r}})},7764:function(e,t,n){"use strict";function r(e,t){return t||(t=e.slice(0)),e.raw=t,e}n.d(t,{A:function(){return r}})},1543:function(e,t){"use strict";var n;(n="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&n(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var r,o,i="undefined"!=typeof self?self:"undefined"!=typeof window?window:Function("return this")();t.A=i,(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&r.register(i,"default","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\globalThis.browser.js"),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&o(module)},4576:function(e,t,n){"use strict";n.d(t,{_7:function(){return i._},yQ:function(){return o.y}});var r,o=n(2523),i=(n(2717),n(5535),n(5002));(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var a,l,u=o.y.protocol;(a="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&a.register(u,"protocol","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\index.js"),(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&l(module)},2523:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{y:function(){return Socket}});var _transports_index_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(5535),_util_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(5002),parseqs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(608),parseuri__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(9614),_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(9555),engine_io_parser__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1616),enterModule;function _typeof(e){return _typeof="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},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(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,_toPropertyKey(r.key),r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!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)}function _callSuper(e,t,n){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e).constructor):t.apply(e,n))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _inherits(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}enterModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0,enterModule&&enterModule(module);var __signature__="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},Socket=function(_Emitter){function Socket(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return _classCallCheck(this,Socket),t=_callSuper(this,Socket),e&&"object"===_typeof(e)&&(n=e,e=null),e?(e=parseuri__WEBPACK_IMPORTED_MODULE_3__(e),n.hostname=e.host,n.secure="https"===e.protocol||"wss"===e.protocol,n.port=e.port,e.query&&(n.query=e.query)):n.host&&(n.hostname=parseuri__WEBPACK_IMPORTED_MODULE_3__(n.host).host),(0,_util_js__WEBPACK_IMPORTED_MODULE_1__._)(t,n),t.secure=null!=n.secure?n.secure:"undefined"!=typeof location&&"https:"===location.protocol,n.hostname&&!n.port&&(n.port=t.secure?"443":"80"),t.hostname=n.hostname||("undefined"!=typeof location?location.hostname:"localhost"),t.port=n.port||("undefined"!=typeof location&&location.port?location.port:t.secure?"443":"80"),t.transports=n.transports||["polling","websocket"],t.readyState="",t.writeBuffer=[],t.prevBufferLen=0,t.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!0},n),t.opts.path=t.opts.path.replace(/\/$/,"")+"/","string"==typeof t.opts.query&&(t.opts.query=parseqs__WEBPACK_IMPORTED_MODULE_2__.decode(t.opts.query)),t.id=null,t.upgrades=null,t.pingInterval=null,t.pingTimeout=null,t.pingTimeoutTimer=null,"function"==typeof addEventListener&&(t.opts.closeOnBeforeunload&&addEventListener("beforeunload",(function(){t.transport&&(t.transport.removeAllListeners(),t.transport.close())}),!1),"localhost"!==t.hostname&&(t.offlineEventListener=function(){t.onClose("transport close")},addEventListener("offline",t.offlineEventListener,!1))),t.open(),t}return _inherits(Socket,_Emitter),_createClass(Socket,[{key:"createTransport",value:function(e){var t=clone(this.opts.query);t.EIO=engine_io_parser__WEBPACK_IMPORTED_MODULE_5__.TB,t.transport=e,this.id&&(t.sid=this.id);var n=Object.assign({},this.opts.transportOptions[e],this.opts,{query:t,socket:this,hostname:this.hostname,secure:this.secure,port:this.port});return new _transports_index_js__WEBPACK_IMPORTED_MODULE_0__.T[e](n)}},{key:"open",value:function(){var e,t=this;if(this.opts.rememberUpgrade&&Socket.priorWebsocketSuccess&&-1!==this.transports.indexOf("websocket"))e="websocket";else{if(0===this.transports.length)return void this.setTimeoutFn((function(){t.emitReserved("error","No transports available")}),0);e=this.transports[0]}this.readyState="opening";try{e=this.createTransport(e)}catch(e){return this.transports.shift(),void this.open()}e.open(),this.setTransport(e)}},{key:"setTransport",value:function(e){var t=this;this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",(function(){t.onClose("transport close")}))}},{key:"probe",value:function(e){var t=this,n=this.createTransport(e),r=!1;Socket.priorWebsocketSuccess=!1;var o=function(){r||(n.send([{type:"ping",data:"probe"}]),n.once("packet",(function(e){if(!r)if("pong"===e.type&&"probe"===e.data){if(t.upgrading=!0,t.emitReserved("upgrading",n),!n)return;Socket.priorWebsocketSuccess="websocket"===n.name,t.transport.pause((function(){r||"closed"!==t.readyState&&(c(),t.setTransport(n),n.send([{type:"upgrade"}]),t.emitReserved("upgrade",n),n=null,t.upgrading=!1,t.flush())}))}else{var o=new Error("probe error");o.transport=n.name,t.emitReserved("upgradeError",o)}})))};function i(){r||(r=!0,c(),n.close(),n=null)}var a=function(e){var r=new Error("probe error: "+e);r.transport=n.name,i(),t.emitReserved("upgradeError",r)};function l(){a("transport closed")}function u(){a("socket closed")}function s(e){n&&e.name!==n.name&&i()}var c=function(){n.removeListener("open",o),n.removeListener("error",a),n.removeListener("close",l),t.off("close",u),t.off("upgrading",s)};n.once("open",o),n.once("error",a),n.once("close",l),this.once("close",u),this.once("upgrading",s),n.open()}},{key:"onOpen",value:function(){if(this.readyState="open",Socket.priorWebsocketSuccess="websocket"===this.transport.name,this.emitReserved("open"),this.flush(),"open"===this.readyState&&this.opts.upgrade&&this.transport.pause)for(var e=0,t=this.upgrades.length;e<t;e++)this.probe(this.upgrades[e])}},{key:"onPacket",value:function(e){if("opening"===this.readyState||"open"===this.readyState||"closing"===this.readyState)switch(this.emitReserved("packet",e),this.emitReserved("heartbeat"),e.type){case"open":this.onHandshake(JSON.parse(e.data));break;case"ping":this.resetPingTimeout(),this.sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong");break;case"error":var t=new Error("server error");t.code=e.data,this.onError(t);break;case"message":this.emitReserved("data",e.data),this.emitReserved("message",e.data)}}},{key:"onHandshake",value:function(e){this.emitReserved("handshake",e),this.id=e.sid,this.transport.query.sid=e.sid,this.upgrades=this.filterUpgrades(e.upgrades),this.pingInterval=e.pingInterval,this.pingTimeout=e.pingTimeout,this.onOpen(),"closed"!==this.readyState&&this.resetPingTimeout()}},{key:"resetPingTimeout",value:function(){var e=this;this.clearTimeoutFn(this.pingTimeoutTimer),this.pingTimeoutTimer=this.setTimeoutFn((function(){e.onClose("ping timeout")}),this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}},{key:"onDrain",value:function(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,0===this.writeBuffer.length?this.emitReserved("drain"):this.flush()}},{key:"flush",value:function(){"closed"!==this.readyState&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length&&(this.transport.send(this.writeBuffer),this.prevBufferLen=this.writeBuffer.length,this.emitReserved("flush"))}},{key:"write",value:function(e,t,n){return this.sendPacket("message",e,t,n),this}},{key:"send",value:function(e,t,n){return this.sendPacket("message",e,t,n),this}},{key:"sendPacket",value:function(e,t,n,r){if("function"==typeof t&&(r=t,t=void 0),"function"==typeof n&&(r=n,n=null),"closing"!==this.readyState&&"closed"!==this.readyState){(n=n||{}).compress=!1!==n.compress;var o={type:e,data:t,options:n};this.emitReserved("packetCreate",o),this.writeBuffer.push(o),r&&this.once("flush",r),this.flush()}}},{key:"close",value:function(){var e=this,t=function(){e.onClose("forced close"),e.transport.close()},n=function n(){e.off("upgrade",n),e.off("upgradeError",n),t()},r=function(){e.once("upgrade",n),e.once("upgradeError",n)};return"opening"!==this.readyState&&"open"!==this.readyState||(this.readyState="closing",this.writeBuffer.length?this.once("drain",(function(){e.upgrading?r():t()})):this.upgrading?r():t()),this}},{key:"onError",value:function(e){Socket.priorWebsocketSuccess=!1,this.emitReserved("error",e),this.onClose("transport error",e)}},{key:"onClose",value:function(e,t){"opening"!==this.readyState&&"open"!==this.readyState&&"closing"!==this.readyState||(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),"function"==typeof removeEventListener&&removeEventListener("offline",this.offlineEventListener,!1),this.readyState="closed",this.id=null,this.emitReserved("close",e,t),this.writeBuffer=[],this.prevBufferLen=0)}},{key:"filterUpgrades",value:function(e){for(var t=[],n=0,r=e.length;n<r;n++)~this.transports.indexOf(e[n])&&t.push(e[n]);return t}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_4__.v),reactHotLoader,leaveModule;function clone(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}Socket.protocol=engine_io_parser__WEBPACK_IMPORTED_MODULE_5__.TB,reactHotLoader="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0,reactHotLoader&&(reactHotLoader.register(Socket,"Socket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\socket.js"),reactHotLoader.register(clone,"clone","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\socket.js")),leaveModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0,leaveModule&&leaveModule(module)},2717:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{o:function(){return Transport}});var engine_io_parser__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(1616),_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(9555),_util_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(5002),enterModule;function _typeof(e){return _typeof="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},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(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,_toPropertyKey(r.key),r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!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)}function _callSuper(e,t,n){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e).constructor):t.apply(e,n))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _get(){return _get="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,n){var r=_superPropBase(e,t);if(r){var o=Object.getOwnPropertyDescriptor(r,t);return o.get?o.get.call(arguments.length<3?e:n):o.value}},_get.apply(null,arguments)}function _superPropBase(e,t){for(;!{}.hasOwnProperty.call(e,t)&&null!==(e=_getPrototypeOf(e)););return e}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _inherits(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}enterModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0,enterModule&&enterModule(module);var __signature__="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},Transport=function(_Emitter){function Transport(e){var t;return _classCallCheck(this,Transport),(t=_callSuper(this,Transport)).writable=!1,(0,_util_js__WEBPACK_IMPORTED_MODULE_2__._)(t,e),t.opts=e,t.query=e.query,t.readyState="",t.socket=e.socket,t}return _inherits(Transport,_Emitter),_createClass(Transport,[{key:"onError",value:function(e,t){var n=new Error(e);return n.type="TransportError",n.description=t,_get(_getPrototypeOf(Transport.prototype),"emit",this).call(this,"error",n),this}},{key:"open",value:function(){return"closed"!==this.readyState&&""!==this.readyState||(this.readyState="opening",this.doOpen()),this}},{key:"close",value:function(){return"opening"!==this.readyState&&"open"!==this.readyState||(this.doClose(),this.onClose()),this}},{key:"send",value:function(e){"open"===this.readyState&&this.write(e)}},{key:"onOpen",value:function(){this.readyState="open",this.writable=!0,_get(_getPrototypeOf(Transport.prototype),"emit",this).call(this,"open")}},{key:"onData",value:function(e){var t=(0,engine_io_parser__WEBPACK_IMPORTED_MODULE_0__.JD)(e,this.socket.binaryType);this.onPacket(t)}},{key:"onPacket",value:function(e){_get(_getPrototypeOf(Transport.prototype),"emit",this).call(this,"packet",e)}},{key:"onClose",value:function(){this.readyState="closed",_get(_getPrototypeOf(Transport.prototype),"emit",this).call(this,"close")}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_1__.v),reactHotLoader,leaveModule;reactHotLoader="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0,reactHotLoader&&reactHotLoader.register(Transport,"Transport","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transport.js"),leaveModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0,leaveModule&&leaveModule(module)},5535:function(e,t,n){"use strict";n.d(t,{T:function(){return u}});var r,o=n(7043),i=n(5984);(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var a,l,u={websocket:i.WS,polling:o.x};(a="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&a.register(u,"transports","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\index.js"),(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&l(module)},7043:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{x:function(){return XHR}});var _xmlhttprequest_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(867),_globalThis_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1543),_util_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(5002),_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(9555),_polling_js__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(7668),enterModule;function _typeof(e){return _typeof="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},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(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,_toPropertyKey(r.key),r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!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)}function _callSuper(e,t,n){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e).constructor):t.apply(e,n))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _inherits(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}enterModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0,enterModule&&enterModule(module);var __signature__="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e};function empty(){}var hasXHR2=null!=new _xmlhttprequest_js__WEBPACK_IMPORTED_MODULE_0__.A({xdomain:!1}).responseType,XHR=function(_Polling){function XHR(e){var t;if(_classCallCheck(this,XHR),t=_callSuper(this,XHR,[e]),"undefined"!=typeof location){var n="https:"===location.protocol,r=location.port;r||(r=n?"443":"80"),t.xd="undefined"!=typeof location&&e.hostname!==location.hostname||r!==e.port,t.xs=e.secure!==n}var o=e&&e.forceBase64;return t.supportsBinary=hasXHR2&&!o,t}return _inherits(XHR,_Polling),_createClass(XHR,[{key:"request",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.assign(e,{xd:this.xd,xs:this.xs},this.opts),new Request(this.uri(),e)}},{key:"doWrite",value:function(e,t){var n=this,r=this.request({method:"POST",data:e});r.on("success",t),r.on("error",(function(e){n.onError("xhr post error",e)}))}},{key:"doPoll",value:function(){var e=this,t=this.request();t.on("data",this.onData.bind(this)),t.on("error",(function(t){e.onError("xhr poll error",t)})),this.pollXhr=t}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(_polling_js__WEBPACK_IMPORTED_MODULE_4__.A),Request=function(_Emitter){function Request(e,t){var n;return _classCallCheck(this,Request),n=_callSuper(this,Request),(0,_util_js__WEBPACK_IMPORTED_MODULE_2__._)(n,t),n.opts=t,n.method=t.method||"GET",n.uri=e,n.async=!1!==t.async,n.data=void 0!==t.data?t.data:null,n.create(),n}return _inherits(Request,_Emitter),_createClass(Request,[{key:"create",value:function(){var e=this,t=(0,_util_js__WEBPACK_IMPORTED_MODULE_2__.U)(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");t.xdomain=!!this.opts.xd,t.xscheme=!!this.opts.xs;var n=this.xhr=new _xmlhttprequest_js__WEBPACK_IMPORTED_MODULE_0__.A(t);try{n.open(this.method,this.uri,this.async);try{if(this.opts.extraHeaders)for(var r in n.setDisableHeaderCheck&&n.setDisableHeaderCheck(!0),this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(r)&&n.setRequestHeader(r,this.opts.extraHeaders[r])}catch(e){}if("POST"===this.method)try{n.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(e){}try{n.setRequestHeader("Accept","*/*")}catch(e){}"withCredentials"in n&&(n.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(n.timeout=this.opts.requestTimeout),n.onreadystatechange=function(){4===n.readyState&&(200===n.status||1223===n.status?e.onLoad():e.setTimeoutFn((function(){e.onError("number"==typeof n.status?n.status:0)}),0))},n.send(this.data)}catch(t){return void this.setTimeoutFn((function(){e.onError(t)}),0)}"undefined"!=typeof document&&(this.index=Request.requestsCount++,Request.requests[this.index]=this)}},{key:"onSuccess",value:function(){this.emit("success"),this.cleanup()}},{key:"onData",value:function(e){this.emit("data",e),this.onSuccess()}},{key:"onError",value:function(e){this.emit("error",e),this.cleanup(!0)}},{key:"cleanup",value:function(e){if(void 0!==this.xhr&&null!==this.xhr){if(this.xhr.onreadystatechange=empty,e)try{this.xhr.abort()}catch(e){}"undefined"!=typeof document&&delete Request.requests[this.index],this.xhr=null}}},{key:"onLoad",value:function(){var e=this.xhr.responseText;null!==e&&this.onData(e)}},{key:"abort",value:function(){this.cleanup()}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_3__.v),reactHotLoader,leaveModule;if(Request.requestsCount=0,Request.requests={},"undefined"!=typeof document)if("function"==typeof attachEvent)attachEvent("onunload",unloadHandler);else if("function"==typeof addEventListener){var terminationEvent="onpagehide"in _globalThis_js__WEBPACK_IMPORTED_MODULE_1__.A?"pagehide":"unload";addEventListener(terminationEvent,unloadHandler,!1)}function unloadHandler(){for(var e in Request.requests)Request.requests.hasOwnProperty(e)&&Request.requests[e].abort()}reactHotLoader="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0,reactHotLoader&&(reactHotLoader.register(empty,"empty","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\polling-xhr.js"),reactHotLoader.register(hasXHR2,"hasXHR2","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\polling-xhr.js"),reactHotLoader.register(XHR,"XHR","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\polling-xhr.js"),reactHotLoader.register(Request,"Request","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\polling-xhr.js"),reactHotLoader.register(unloadHandler,"unloadHandler","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\polling-xhr.js")),leaveModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0,leaveModule&&leaveModule(module)},7668:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{A:function(){return Polling}});var _transport_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(2717),yeast__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(9613),parseqs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(608),engine_io_parser__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1616),enterModule;function _typeof(e){return _typeof="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},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(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,_toPropertyKey(r.key),r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!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)}function _callSuper(e,t,n){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e).constructor):t.apply(e,n))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _inherits(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}enterModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0,enterModule&&enterModule(module);var __signature__="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},Polling=function(_Transport){function Polling(){var e;return _classCallCheck(this,Polling),(e=_callSuper(this,Polling,arguments)).polling=!1,e}return _inherits(Polling,_Transport),_createClass(Polling,[{key:"name",get:function(){return"polling"}},{key:"doOpen",value:function(){this.poll()}},{key:"pause",value:function(e){var t=this;this.readyState="pausing";var n=function(){t.readyState="paused",e()};if(this.polling||!this.writable){var r=0;this.polling&&(r++,this.once("pollComplete",(function(){--r||n()}))),this.writable||(r++,this.once("drain",(function(){--r||n()})))}else n()}},{key:"poll",value:function(){this.polling=!0,this.doPoll(),this.emit("poll")}},{key:"onData",value:function(e){var t=this;(0,engine_io_parser__WEBPACK_IMPORTED_MODULE_3__.D)(e,this.socket.binaryType).forEach((function(e){if("opening"===t.readyState&&"open"===e.type&&t.onOpen(),"close"===e.type)return t.onClose(),!1;t.onPacket(e)})),"closed"!==this.readyState&&(this.polling=!1,this.emit("pollComplete"),"open"===this.readyState&&this.poll())}},{key:"doClose",value:function(){var e=this,t=function(){e.write([{type:"close"}])};"open"===this.readyState?t():this.once("open",t)}},{key:"write",value:function(e){var t=this;this.writable=!1,(0,engine_io_parser__WEBPACK_IMPORTED_MODULE_3__.vy)(e,(function(e){t.doWrite(e,(function(){t.writable=!0,t.emit("drain")}))}))}},{key:"uri",value:function(){var e=this.query||{},t=this.opts.secure?"https":"http",n="";!1!==this.opts.timestampRequests&&(e[this.opts.timestampParam]=yeast__WEBPACK_IMPORTED_MODULE_1__()),this.supportsBinary||e.sid||(e.b64=1),this.opts.port&&("https"===t&&443!==Number(this.opts.port)||"http"===t&&80!==Number(this.opts.port))&&(n=":"+this.opts.port);var r=parseqs__WEBPACK_IMPORTED_MODULE_2__.encode(e);return t+"://"+(-1!==this.opts.hostname.indexOf(":")?"["+this.opts.hostname+"]":this.opts.hostname)+n+this.opts.path+(r.length?"?"+r:"")}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(_transport_js__WEBPACK_IMPORTED_MODULE_0__.o),reactHotLoader,leaveModule;reactHotLoader="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0,reactHotLoader&&reactHotLoader.register(Polling,"Polling","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\polling.js"),leaveModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0,leaveModule&&leaveModule(module)},8131:function(e,t,n){"use strict";n.d(t,{dY:function(){return l},kb:function(){return u},rs:function(){return c},sb:function(){return s}});var r,o=n(1543);(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var i,a,l="function"==typeof Promise&&"function"==typeof Promise.resolve?function(e){return Promise.resolve().then(e)}:function(e,t){return t(e,0)},u=o.A.WebSocket||o.A.MozWebSocket,s=!0,c="arraybuffer";(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(i.register(l,"nextTick","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\websocket-constructor.browser.js"),i.register(u,"WebSocket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\websocket-constructor.browser.js"),i.register(s,"usingBrowserWebSocket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\websocket-constructor.browser.js"),i.register(c,"defaultBinaryType","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\websocket-constructor.browser.js")),(a="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&a(module)},5984:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{WS:function(){return WS}});var _transport_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(2717),parseqs__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(608),yeast__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(9613),_util_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(5002),_websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(8131),engine_io_parser__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1616),enterModule;function _typeof(e){return _typeof="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},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(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,_toPropertyKey(r.key),r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!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)}function _callSuper(e,t,n){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e).constructor):t.apply(e,n))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _inherits(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}enterModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0,enterModule&&enterModule(module);var __signature__="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},isReactNative="undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase(),WS=function(_Transport){function WS(e){var t;return _classCallCheck(this,WS),(t=_callSuper(this,WS,[e])).supportsBinary=!e.forceBase64,t}return _inherits(WS,_Transport),_createClass(WS,[{key:"name",get:function(){return"websocket"}},{key:"doOpen",value:function(){if(this.check()){var e=this.uri(),t=this.opts.protocols,n=isReactNative?{}:(0,_util_js__WEBPACK_IMPORTED_MODULE_3__.U)(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(n.headers=this.opts.extraHeaders);try{this.ws=_websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.sb&&!isReactNative?t?new _websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.kb(e,t):new _websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.kb(e):new _websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.kb(e,t,n)}catch(e){return this.emit("error",e)}this.ws.binaryType=this.socket.binaryType||_websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.rs,this.addEventListeners()}}},{key:"addEventListeners",value:function(){var e=this;this.ws.onopen=function(){e.opts.autoUnref&&e.ws._socket.unref(),e.onOpen()},this.ws.onclose=this.onClose.bind(this),this.ws.onmessage=function(t){return e.onData(t.data)},this.ws.onerror=function(t){return e.onError("websocket error",t)}}},{key:"write",value:function(e){var t=this;this.writable=!1;for(var n=function(){var n=e[r],o=r===e.length-1;(0,engine_io_parser__WEBPACK_IMPORTED_MODULE_5__.Py)(n,t.supportsBinary,(function(e){var r={};_websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.sb||(n.options&&(r.compress=n.options.compress),t.opts.perMessageDeflate&&("string"==typeof e?Buffer.byteLength(e):e.length)<t.opts.perMessageDeflate.threshold&&(r.compress=!1));try{_websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.sb?t.ws.send(e):t.ws.send(e,r)}catch(e){}o&&(0,_websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.dY)((function(){t.writable=!0,t.emit("drain")}),t.setTimeoutFn)}))},r=0;r<e.length;r++)n()}},{key:"doClose",value:function(){void 0!==this.ws&&(this.ws.close(),this.ws=null)}},{key:"uri",value:function(){var e=this.query||{},t=this.opts.secure?"wss":"ws",n="";this.opts.port&&("wss"===t&&443!==Number(this.opts.port)||"ws"===t&&80!==Number(this.opts.port))&&(n=":"+this.opts.port),this.opts.timestampRequests&&(e[this.opts.timestampParam]=yeast__WEBPACK_IMPORTED_MODULE_2__()),this.supportsBinary||(e.b64=1);var r=parseqs__WEBPACK_IMPORTED_MODULE_1__.encode(e);return t+"://"+(-1!==this.opts.hostname.indexOf(":")?"["+this.opts.hostname+"]":this.opts.hostname)+n+this.opts.path+(r.length?"?"+r:"")}},{key:"check",value:function(){return!(!_websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.kb||"__initialize"in _websocket_constructor_js__WEBPACK_IMPORTED_MODULE_4__.kb&&this.name===WS.prototype.name)}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(_transport_js__WEBPACK_IMPORTED_MODULE_0__.o),reactHotLoader,leaveModule;reactHotLoader="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0,reactHotLoader&&(reactHotLoader.register(isReactNative,"isReactNative","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\websocket.js"),reactHotLoader.register(WS,"WS","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\websocket.js")),leaveModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0,leaveModule&&leaveModule(module)},867:function(e,t,n){"use strict";var r,o=n(4363),i=n(1543);(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var a,l,u=function(e){var t=e.xdomain;try{if("undefined"!=typeof XMLHttpRequest&&(!t||o))return new XMLHttpRequest}catch(e){}if(!t)try{return new(i.A[["Active"].concat("Object").join("X")])("Microsoft.XMLHTTP")}catch(e){}};t.A=u,(a="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&a.register(u,"default","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\transports\\xmlhttprequest.browser.js"),(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&l(module)},5002:function(e,t,n){"use strict";n.d(t,{U:function(){return i},_:function(){return c}});var r,o=n(1543);function i(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return n.reduce((function(t,n){return e.hasOwnProperty(n)&&(t[n]=e[n]),t}),{})}(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var a,l,u=setTimeout,s=clearTimeout;function c(e,t){t.useNativeTimers?(e.setTimeoutFn=u.bind(o.A),e.clearTimeoutFn=s.bind(o.A)):(e.setTimeoutFn=setTimeout.bind(o.A),e.clearTimeoutFn=clearTimeout.bind(o.A))}(a="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(a.register(i,"pick","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\util.js"),a.register(u,"NATIVE_SET_TIMEOUT","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\util.js"),a.register(s,"NATIVE_CLEAR_TIMEOUT","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\util.js"),a.register(c,"installTimerFunctions","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-client\\build\\esm\\util.js")),(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&l(module)},1616:function(e,t,n){"use strict";var r;n.d(t,{JD:function(){return C},D:function(){return P},Py:function(){return g},vy:function(){return S},TB:function(){return E}}),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var o=Object.create(null);o.open="0",o.close="1",o.ping="2",o.pong="3",o.message="4",o.upgrade="5",o.noop="6";var i=Object.create(null);Object.keys(o).forEach((function(e){i[o[e]]=e}));var a,l,u={type:"error",data:"parser error"};(a="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(a.register(o,"PACKET_TYPES","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\commons.js"),a.register(i,"PACKET_TYPES_REVERSE","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\commons.js"),a.register(u,"ERROR_PACKET","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\commons.js")),(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&l(module),function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0;e&&e(module)}(),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var s="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===Object.prototype.toString.call(Blob),c="function"==typeof ArrayBuffer,d=function(e){return"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer instanceof ArrayBuffer},f=function(e,t,n){var r=e.type,i=e.data;return s&&i instanceof Blob?t?n(i):p(i,n):c&&(i instanceof ArrayBuffer||d(i))?t?n(i):p(new Blob([i]),n):n(o[r]+(i||""))},p=function(e,t){var n=new FileReader;return n.onload=function(){var e=n.result.split(",")[1];t("b"+e)},n.readAsDataURL(e)},h=f,g=h;!function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0;e&&(e.register(s,"withNativeBlob","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\encodePacket.browser.js"),e.register(c,"withNativeArrayBuffer","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\encodePacket.browser.js"),e.register(d,"isView","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\encodePacket.browser.js"),e.register(f,"encodePacket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\encodePacket.browser.js"),e.register(p,"encodeBlobAsBase64","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\encodePacket.browser.js"),e.register(h,"default","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\encodePacket.browser.js"))}(),function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0;e&&e(module)}();for(var y="undefined"==typeof Uint8Array?[]:new Uint8Array(256),m=0;m<64;m++)y["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(m)]=m;!function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0;e&&e(module)}(),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var b="function"==typeof ArrayBuffer,v=function(e,t){if("string"!=typeof e)return{type:"message",data:k(e,t)};var n=e.charAt(0);return"b"===n?{type:"message",data:_(e.substring(1),t)}:i[n]?e.length>1?{type:i[n],data:e.substring(1)}:{type:i[n]}:u},_=function(e,t){if(b){var n=function(e){var t,n,r,o,i,a=.75*e.length,l=e.length,u=0;"="===e[e.length-1]&&(a--,"="===e[e.length-2]&&a--);var s=new ArrayBuffer(a),c=new Uint8Array(s);for(t=0;t<l;t+=4)n=y[e.charCodeAt(t)],r=y[e.charCodeAt(t+1)],o=y[e.charCodeAt(t+2)],i=y[e.charCodeAt(t+3)],c[u++]=n<<2|r>>4,c[u++]=(15&r)<<4|o>>2,c[u++]=(3&o)<<6|63&i;return s}(e);return k(n,t)}return{base64:!0,data:e}},k=function(e,t){return"blob"===t&&e instanceof ArrayBuffer?new Blob([e]):e},w=v,C=w;!function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0;e&&(e.register(b,"withNativeArrayBuffer","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\decodePacket.browser.js"),e.register(v,"decodePacket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\decodePacket.browser.js"),e.register(_,"decodeBase64Packet","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\decodePacket.browser.js"),e.register(k,"mapBinary","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\decodePacket.browser.js"),e.register(w,"default","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\decodePacket.browser.js"))}(),function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0;e&&e(module)}(),function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0;e&&e(module)}(),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var x=String.fromCharCode(30),S=function(e,t){var n=e.length,r=new Array(n),o=0;e.forEach((function(e,i){g(e,!1,(function(e){r[i]=e,++o===n&&t(r.join(x))}))}))},P=function(e,t){for(var n=e.split(x),r=[],o=0;o<n.length;o++){var i=C(n[o],t);if(r.push(i),"error"===i.type)break}return r},E=4;!function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0;e&&(e.register(x,"SEPARATOR","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\index.js"),e.register(S,"encodePayload","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\index.js"),e.register(P,"decodePayload","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\index.js"),e.register(E,"protocol","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\engine.io-parser\\build\\esm\\index.js"))}(),function(){var e="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0;e&&e(module)}()},248:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{m:function(){return Manager}});var engine_io_client__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(4576),_socket_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(5438),socket_io_parser__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(8504),_on_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1550),backo2__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(7959),_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(9555),enterModule;function _typeof(e){return _typeof="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},_typeof(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(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,_toPropertyKey(r.key),r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!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)}function _callSuper(e,t,n){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e).constructor):t.apply(e,n))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _inherits(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}enterModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0,enterModule&&enterModule(module);var __signature__="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},Manager=function(_Emitter){function Manager(e,t){var n,r;_classCallCheck(this,Manager),(n=_callSuper(this,Manager)).nsps={},n.subs=[],e&&"object"===_typeof(e)&&(t=e,e=void 0),(t=t||{}).path=t.path||"/socket.io",n.opts=t,(0,engine_io_client__WEBPACK_IMPORTED_MODULE_0__._7)(n,t),n.reconnection(!1!==t.reconnection),n.reconnectionAttempts(t.reconnectionAttempts||1/0),n.reconnectionDelay(t.reconnectionDelay||1e3),n.reconnectionDelayMax(t.reconnectionDelayMax||5e3),n.randomizationFactor(null!==(r=t.randomizationFactor)&&void 0!==r?r:.5),n.backoff=new backo2__WEBPACK_IMPORTED_MODULE_4__({min:n.reconnectionDelay(),max:n.reconnectionDelayMax(),jitter:n.randomizationFactor()}),n.timeout(null==t.timeout?2e4:t.timeout),n._readyState="closed",n.uri=e;var o=t.parser||socket_io_parser__WEBPACK_IMPORTED_MODULE_2__;return n.encoder=new o.Encoder,n.decoder=new o.Decoder,n._autoConnect=!1!==t.autoConnect,n._autoConnect&&n.open(),n}return _inherits(Manager,_Emitter),_createClass(Manager,[{key:"reconnection",value:function(e){return arguments.length?(this._reconnection=!!e,this):this._reconnection}},{key:"reconnectionAttempts",value:function(e){return void 0===e?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}},{key:"reconnectionDelay",value:function(e){var t;return void 0===e?this._reconnectionDelay:(this._reconnectionDelay=e,null===(t=this.backoff)||void 0===t||t.setMin(e),this)}},{key:"randomizationFactor",value:function(e){var t;return void 0===e?this._randomizationFactor:(this._randomizationFactor=e,null===(t=this.backoff)||void 0===t||t.setJitter(e),this)}},{key:"reconnectionDelayMax",value:function(e){var t;return void 0===e?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,null===(t=this.backoff)||void 0===t||t.setMax(e),this)}},{key:"timeout",value:function(e){return arguments.length?(this._timeout=e,this):this._timeout}},{key:"maybeReconnectOnOpen",value:function(){!this._reconnecting&&this._reconnection&&0===this.backoff.attempts&&this.reconnect()}},{key:"open",value:function(e){var t=this;if(~this._readyState.indexOf("open"))return this;this.engine=new engine_io_client__WEBPACK_IMPORTED_MODULE_0__.yQ(this.uri,this.opts);var n=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;var o=(0,_on_js__WEBPACK_IMPORTED_MODULE_3__.on)(n,"open",(function(){r.onopen(),e&&e()})),i=(0,_on_js__WEBPACK_IMPORTED_MODULE_3__.on)(n,"error",(function(n){r.cleanup(),r._readyState="closed",t.emitReserved("error",n),e?e(n):r.maybeReconnectOnOpen()}));if(!1!==this._timeout){var a=this._timeout;0===a&&o();var l=this.setTimeoutFn((function(){o(),n.close(),n.emit("error",new Error("timeout"))}),a);this.opts.autoUnref&&l.unref(),this.subs.push((function(){clearTimeout(l)}))}return this.subs.push(o),this.subs.push(i),this}},{key:"connect",value:function(e){return this.open(e)}},{key:"onopen",value:function(){this.cleanup(),this._readyState="open",this.emitReserved("open");var e=this.engine;this.subs.push((0,_on_js__WEBPACK_IMPORTED_MODULE_3__.on)(e,"ping",this.onping.bind(this)),(0,_on_js__WEBPACK_IMPORTED_MODULE_3__.on)(e,"data",this.ondata.bind(this)),(0,_on_js__WEBPACK_IMPORTED_MODULE_3__.on)(e,"error",this.onerror.bind(this)),(0,_on_js__WEBPACK_IMPORTED_MODULE_3__.on)(e,"close",this.onclose.bind(this)),(0,_on_js__WEBPACK_IMPORTED_MODULE_3__.on)(this.decoder,"decoded",this.ondecoded.bind(this)))}},{key:"onping",value:function(){this.emitReserved("ping")}},{key:"ondata",value:function(e){this.decoder.add(e)}},{key:"ondecoded",value:function(e){this.emitReserved("packet",e)}},{key:"onerror",value:function(e){this.emitReserved("error",e)}},{key:"socket",value:function(e,t){var n=this.nsps[e];return n||(n=new _socket_js__WEBPACK_IMPORTED_MODULE_1__.y(this,e,t),this.nsps[e]=n),n}},{key:"_destroy",value:function(e){for(var t=0,n=Object.keys(this.nsps);t<n.length;t++){var r=n[t];if(this.nsps[r].active)return}this._close()}},{key:"_packet",value:function(e){for(var t=this.encoder.encode(e),n=0;n<t.length;n++)this.engine.write(t[n],e.options)}},{key:"cleanup",value:function(){this.subs.forEach((function(e){return e()})),this.subs.length=0,this.decoder.destroy()}},{key:"_close",value:function(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}},{key:"disconnect",value:function(){return this._close()}},{key:"onclose",value:function(e){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e),this._reconnection&&!this.skipReconnect&&this.reconnect()}},{key:"reconnect",value:function(){var e=this;if(this._reconnecting||this.skipReconnect)return this;var t=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{var n=this.backoff.duration();this._reconnecting=!0;var r=this.setTimeoutFn((function(){t.skipReconnect||(e.emitReserved("reconnect_attempt",t.backoff.attempts),t.skipReconnect||t.open((function(n){n?(t._reconnecting=!1,t.reconnect(),e.emitReserved("reconnect_error",n)):t.onreconnect()})))}),n);this.opts.autoUnref&&r.unref(),this.subs.push((function(){clearTimeout(r)}))}}},{key:"onreconnect",value:function(){var e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_5__.v),reactHotLoader,leaveModule;reactHotLoader="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0,reactHotLoader&&reactHotLoader.register(Manager,"Manager","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\build\\esm\\manager.js"),leaveModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0,leaveModule&&leaveModule(module)},1550:function(e,t,n){"use strict";var r,o,i;function a(e,t,n){return e.on(t,n),function(){e.off(t,n)}}n.d(t,{on:function(){return a}}),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature,(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&o.register(a,"on","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\build\\esm\\on.js"),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&i(module)},5438:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{y:function(){return Socket}});var socket_io_parser__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(8504),_on_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1550),_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(9555),enterModule;function _typeof(e){return _typeof="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},_typeof(e)}function _createForOfIteratorHelper(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=_unsupportedIterableToArray(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}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 i,a=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw i}}}}function _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(e,t);var n={}.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)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(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,_toPropertyKey(r.key),r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!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)}function _callSuper(e,t,n){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e).constructor):t.apply(e,n))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _get(){return _get="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,n){var r=_superPropBase(e,t);if(r){var o=Object.getOwnPropertyDescriptor(r,t);return o.get?o.get.call(arguments.length<3?e:n):o.value}},_get.apply(null,arguments)}function _superPropBase(e,t){for(;!{}.hasOwnProperty.call(e,t)&&null!==(e=_getPrototypeOf(e)););return e}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _inherits(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}enterModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0,enterModule&&enterModule(module);var __signature__="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},RESERVED_EVENTS=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1}),Socket=function(_Emitter){function Socket(e,t,n){var r;return _classCallCheck(this,Socket),(r=_callSuper(this,Socket)).connected=!1,r.disconnected=!0,r.receiveBuffer=[],r.sendBuffer=[],r.ids=0,r.acks={},r.flags={},r.io=e,r.nsp=t,n&&n.auth&&(r.auth=n.auth),r.io._autoConnect&&r.open(),r}return _inherits(Socket,_Emitter),_createClass(Socket,[{key:"subEvents",value:function(){if(!this.subs){var e=this.io;this.subs=[(0,_on_js__WEBPACK_IMPORTED_MODULE_1__.on)(e,"open",this.onopen.bind(this)),(0,_on_js__WEBPACK_IMPORTED_MODULE_1__.on)(e,"packet",this.onpacket.bind(this)),(0,_on_js__WEBPACK_IMPORTED_MODULE_1__.on)(e,"error",this.onerror.bind(this)),(0,_on_js__WEBPACK_IMPORTED_MODULE_1__.on)(e,"close",this.onclose.bind(this))]}}},{key:"active",get:function(){return!!this.subs}},{key:"connect",value:function(){return this.connected||(this.subEvents(),this.io._reconnecting||this.io.open(),"open"===this.io._readyState&&this.onopen()),this}},{key:"open",value:function(){return this.connect()}},{key:"send",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.unshift("message"),this.emit.apply(this,t),this}},{key:"emit",value:function(e){if(RESERVED_EVENTS.hasOwnProperty(e))throw new Error('"'+e+'" is a reserved event name');for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];n.unshift(e);var o={type:socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.EVENT,data:n,options:{}};if(o.options.compress=!1!==this.flags.compress,"function"==typeof n[n.length-1]){var i=this.ids++,a=n.pop();this._registerAckCallback(i,a),o.id=i}var l=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable;return this.flags.volatile&&(!l||!this.connected)||(this.connected?this.packet(o):this.sendBuffer.push(o)),this.flags={},this}},{key:"_registerAckCallback",value:function(e,t){var n=this,r=this.flags.timeout;if(void 0!==r){var o=this.io.setTimeoutFn((function(){delete n.acks[e];for(var r=0;r<n.sendBuffer.length;r++)n.sendBuffer[r].id===e&&n.sendBuffer.splice(r,1);t.call(n,new Error("operation has timed out"))}),r);this.acks[e]=function(){n.io.clearTimeoutFn(o);for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];t.apply(n,[null].concat(r))}}else this.acks[e]=t}},{key:"packet",value:function(e){e.nsp=this.nsp,this.io._packet(e)}},{key:"onopen",value:function(){var e=this;"function"==typeof this.auth?this.auth((function(t){e.packet({type:socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.CONNECT,data:t})})):this.packet({type:socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.CONNECT,data:this.auth})}},{key:"onerror",value:function(e){this.connected||this.emitReserved("connect_error",e)}},{key:"onclose",value:function(e){this.connected=!1,this.disconnected=!0,delete this.id,this.emitReserved("disconnect",e)}},{key:"onpacket",value:function(e){if(e.nsp===this.nsp)switch(e.type){case socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.CONNECT:if(e.data&&e.data.sid){var t=e.data.sid;this.onconnect(t)}else this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.EVENT:case socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.BINARY_EVENT:this.onevent(e);break;case socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.ACK:case socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.BINARY_ACK:this.onack(e);break;case socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.DISCONNECT:this.ondisconnect();break;case socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.CONNECT_ERROR:this.destroy();var n=new Error(e.data.message);n.data=e.data.data,this.emitReserved("connect_error",n)}}},{key:"onevent",value:function(e){var t=e.data||[];null!=e.id&&t.push(this.ack(e.id)),this.connected?this.emitEvent(t):this.receiveBuffer.push(Object.freeze(t))}},{key:"emitEvent",value:function(e){if(this._anyListeners&&this._anyListeners.length){var t,n=_createForOfIteratorHelper(this._anyListeners.slice());try{for(n.s();!(t=n.n()).done;)t.value.apply(this,e)}catch(e){n.e(e)}finally{n.f()}}_get(_getPrototypeOf(Socket.prototype),"emit",this).apply(this,e)}},{key:"ack",value:function(e){var t=this,n=!1;return function(){if(!n){n=!0;for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];t.packet({type:socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.ACK,id:e,data:o})}}}},{key:"onack",value:function(e){var t=this.acks[e.id];"function"==typeof t&&(t.apply(this,e.data),delete this.acks[e.id])}},{key:"onconnect",value:function(e){this.id=e,this.connected=!0,this.disconnected=!1,this.emitBuffered(),this.emitReserved("connect")}},{key:"emitBuffered",value:function(){var e=this;this.receiveBuffer.forEach((function(t){return e.emitEvent(t)})),this.receiveBuffer=[],this.sendBuffer.forEach((function(t){return e.packet(t)})),this.sendBuffer=[]}},{key:"ondisconnect",value:function(){this.destroy(),this.onclose("io server disconnect")}},{key:"destroy",value:function(){this.subs&&(this.subs.forEach((function(e){return e()})),this.subs=void 0),this.io._destroy(this)}},{key:"disconnect",value:function(){return this.connected&&this.packet({type:socket_io_parser__WEBPACK_IMPORTED_MODULE_0__.PacketType.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}},{key:"close",value:function(){return this.disconnect()}},{key:"compress",value:function(e){return this.flags.compress=e,this}},{key:"volatile",get:function(){return this.flags.volatile=!0,this}},{key:"timeout",value:function(e){return this.flags.timeout=e,this}},{key:"onAny",value:function(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}},{key:"prependAny",value:function(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}},{key:"offAny",value:function(e){if(!this._anyListeners)return this;if(e){for(var t=this._anyListeners,n=0;n<t.length;n++)if(e===t[n])return t.splice(n,1),this}else this._anyListeners=[];return this}},{key:"listenersAny",value:function(){return this._anyListeners||[]}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_2__.v),reactHotLoader,leaveModule;reactHotLoader="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0,reactHotLoader&&(reactHotLoader.register(RESERVED_EVENTS,"RESERVED_EVENTS","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\build\\esm\\socket.js"),reactHotLoader.register(Socket,"Socket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\build\\esm\\socket.js")),leaveModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0,leaveModule&&leaveModule(module)},5299:function(e,t,n){"use strict";n.d(t,{D:function(){return u},X:function(){return c}});var r,o,i,a=n(7198);function l(e){return l="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},l(e)}function u(e){var t=[],n=e.data,r=e;return r.data=s(n,t),r.attachments=t.length,{packet:r,buffers:t}}function s(e,t){if(!e)return e;if((0,a.G)(e)){var n={_placeholder:!0,num:t.length};return t.push(e),n}if(Array.isArray(e)){for(var r=new Array(e.length),o=0;o<e.length;o++)r[o]=s(e[o],t);return r}if("object"===l(e)&&!(e instanceof Date)){var i={};for(var u in e)e.hasOwnProperty(u)&&(i[u]=s(e[u],t));return i}return e}function c(e,t){return e.data=d(e.data,t),e.attachments=void 0,e}function d(e,t){if(!e)return e;if(e&&e._placeholder)return t[e.num];if(Array.isArray(e))for(var n=0;n<e.length;n++)e[n]=d(e[n],t);else if("object"===l(e))for(var r in e)e.hasOwnProperty(r)&&(e[r]=d(e[r],t));return e}(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature,(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(o.register(u,"deconstructPacket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\binary.js"),o.register(s,"_deconstructPacket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\binary.js"),o.register(c,"reconstructPacket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\binary.js"),o.register(d,"_reconstructPacket","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\binary.js")),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&i(module)},8504:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Decoder:function(){return Decoder},Encoder:function(){return Encoder},PacketType:function(){return PacketType},protocol:function(){return protocol}});var _socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(9555),_binary_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(5299),_is_binary_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(7198),enterModule;function _typeof(e){return _typeof="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},_typeof(e)}function _callSuper(e,t,n){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,n||[],_getPrototypeOf(e).constructor):t.apply(e,n))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _get(){return _get="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,n){var r=_superPropBase(e,t);if(r){var o=Object.getOwnPropertyDescriptor(r,t);return o.get?o.get.call(arguments.length<3?e:n):o.value}},_get.apply(null,arguments)}function _superPropBase(e,t){for(;!{}.hasOwnProperty.call(e,t)&&null!==(e=_getPrototypeOf(e)););return e}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _inherits(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(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,_toPropertyKey(r.key),r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==_typeof(t)?t:t+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!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)}enterModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0,enterModule&&enterModule(module);var __signature__="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},protocol=5,PacketType;!function(e){e[e.CONNECT=0]="CONNECT",e[e.DISCONNECT=1]="DISCONNECT",e[e.EVENT=2]="EVENT",e[e.ACK=3]="ACK",e[e.CONNECT_ERROR=4]="CONNECT_ERROR",e[e.BINARY_EVENT=5]="BINARY_EVENT",e[e.BINARY_ACK=6]="BINARY_ACK"}(PacketType||(PacketType={}));var Encoder=function(){function Encoder(){_classCallCheck(this,Encoder)}return _createClass(Encoder,[{key:"encode",value:function(e){return e.type!==PacketType.EVENT&&e.type!==PacketType.ACK||!(0,_is_binary_js__WEBPACK_IMPORTED_MODULE_2__.o)(e)?[this.encodeAsString(e)]:(e.type=e.type===PacketType.EVENT?PacketType.BINARY_EVENT:PacketType.BINARY_ACK,this.encodeAsBinary(e))}},{key:"encodeAsString",value:function(e){var t=""+e.type;return e.type!==PacketType.BINARY_EVENT&&e.type!==PacketType.BINARY_ACK||(t+=e.attachments+"-"),e.nsp&&"/"!==e.nsp&&(t+=e.nsp+","),null!=e.id&&(t+=e.id),null!=e.data&&(t+=JSON.stringify(e.data)),t}},{key:"encodeAsBinary",value:function(e){var t=(0,_binary_js__WEBPACK_IMPORTED_MODULE_1__.D)(e),n=this.encodeAsString(t.packet),r=t.buffers;return r.unshift(n),r}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(),Decoder=function(_Emitter){function Decoder(){return _classCallCheck(this,Decoder),_callSuper(this,Decoder)}return _inherits(Decoder,_Emitter),_createClass(Decoder,[{key:"add",value:function(e){var t;if("string"==typeof e)(t=this.decodeString(e)).type===PacketType.BINARY_EVENT||t.type===PacketType.BINARY_ACK?(this.reconstructor=new BinaryReconstructor(t),0===t.attachments&&_get(_getPrototypeOf(Decoder.prototype),"emitReserved",this).call(this,"decoded",t)):_get(_getPrototypeOf(Decoder.prototype),"emitReserved",this).call(this,"decoded",t);else{if(!(0,_is_binary_js__WEBPACK_IMPORTED_MODULE_2__.G)(e)&&!e.base64)throw new Error("Unknown type: "+e);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");(t=this.reconstructor.takeBinaryData(e))&&(this.reconstructor=null,_get(_getPrototypeOf(Decoder.prototype),"emitReserved",this).call(this,"decoded",t))}}},{key:"decodeString",value:function(e){var t=0,n={type:Number(e.charAt(0))};if(void 0===PacketType[n.type])throw new Error("unknown packet type "+n.type);if(n.type===PacketType.BINARY_EVENT||n.type===PacketType.BINARY_ACK){for(var r=t+1;"-"!==e.charAt(++t)&&t!=e.length;);var o=e.substring(r,t);if(o!=Number(o)||"-"!==e.charAt(t))throw new Error("Illegal attachments");n.attachments=Number(o)}if("/"===e.charAt(t+1)){for(var i=t+1;++t&&","!==e.charAt(t)&&t!==e.length;);n.nsp=e.substring(i,t)}else n.nsp="/";var a=e.charAt(t+1);if(""!==a&&Number(a)==a){for(var l=t+1;++t;){var u=e.charAt(t);if(null==u||Number(u)!=u){--t;break}if(t===e.length)break}n.id=Number(e.substring(l,t+1))}if(e.charAt(++t)){var s=tryParse(e.substr(t));if(!Decoder.isPayloadValid(n.type,s))throw new Error("invalid payload");n.data=s}return n}},{key:"destroy",value:function(){this.reconstructor&&this.reconstructor.finishedReconstruction()}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}],[{key:"isPayloadValid",value:function(e,t){switch(e){case PacketType.CONNECT:return"object"===_typeof(t);case PacketType.DISCONNECT:return void 0===t;case PacketType.CONNECT_ERROR:return"string"==typeof t||"object"===_typeof(t);case PacketType.EVENT:case PacketType.BINARY_EVENT:return Array.isArray(t)&&t.length>0;case PacketType.ACK:case PacketType.BINARY_ACK:return Array.isArray(t)}}}])}(_socket_io_component_emitter__WEBPACK_IMPORTED_MODULE_0__.v);function tryParse(e){try{return JSON.parse(e)}catch(e){return!1}}var BinaryReconstructor=function(){function BinaryReconstructor(e){_classCallCheck(this,BinaryReconstructor),this.packet=e,this.buffers=[],this.reconPack=e}return _createClass(BinaryReconstructor,[{key:"takeBinaryData",value:function(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){var t=(0,_binary_js__WEBPACK_IMPORTED_MODULE_1__.X)(this.reconPack,this.buffers);return this.finishedReconstruction(),t}return null}},{key:"finishedReconstruction",value:function(){this.reconPack=null,this.buffers=[]}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}])}(),reactHotLoader,leaveModule;reactHotLoader="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0,reactHotLoader&&(reactHotLoader.register(protocol,"protocol","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\index.js"),reactHotLoader.register(PacketType,"PacketType","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\index.js"),reactHotLoader.register(Encoder,"Encoder","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\index.js"),reactHotLoader.register(Decoder,"Decoder","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\index.js"),reactHotLoader.register(tryParse,"tryParse","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\index.js"),reactHotLoader.register(BinaryReconstructor,"BinaryReconstructor","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\index.js")),leaveModule="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0,leaveModule&&leaveModule(module)},7198:function(e,t,n){"use strict";var r;function o(e){return o="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},o(e)}n.d(t,{G:function(){return f},o:function(){return p}}),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(module),"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var i,a,l="function"==typeof ArrayBuffer,u=function(e){return"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(e):e.buffer instanceof ArrayBuffer},s=Object.prototype.toString,c="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===s.call(Blob),d="function"==typeof File||"undefined"!=typeof File&&"[object FileConstructor]"===s.call(File);function f(e){return l&&(e instanceof ArrayBuffer||u(e))||c&&e instanceof Blob||d&&e instanceof File}function p(e,t){if(!e||"object"!==o(e))return!1;if(Array.isArray(e)){for(var n=0,r=e.length;n<r;n++)if(p(e[n]))return!0;return!1}if(f(e))return!0;if(e.toJSON&&"function"==typeof e.toJSON&&1===arguments.length)return p(e.toJSON(),!0);for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)&&p(e[i]))return!0;return!1}(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(i.register(l,"withNativeArrayBuffer","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\is-binary.js"),i.register(u,"isView","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\is-binary.js"),i.register(s,"toString","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\is-binary.js"),i.register(c,"withNativeBlob","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\is-binary.js"),i.register(d,"withNativeFile","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\is-binary.js"),i.register(f,"isBinary","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\is-binary.js"),i.register(p,"hasBinary","C:\\BuildAgent\\work\\forms-root-candy\\candy\\Tools\\node_modules\\socket.io-client\\node_modules\\socket.io-parser\\build\\esm\\is-binary.js")),(a="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&a(module)}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var n=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(n.exports,n,n.exports,__webpack_require__),n.loaded=!0,n.exports}__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=function(e,t){for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.hmd=function(e){return(e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:function(){throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},__webpack_require__.nc=void 0,__webpack_require__(8624);var __webpack_exports__=__webpack_require__(4678)})();