@code0-tech/pictor 0.0.0-mvp.3 → 0.0.0-mvp.31

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 (539) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +6 -0
  2. package/dist/_virtual/compiler-runtime.js +5 -0
  3. package/dist/_virtual/compiler-runtime2.js +4 -0
  4. package/dist/_virtual/index.js +4 -0
  5. package/dist/_virtual/index2.js +4 -0
  6. package/dist/_virtual/react-compiler-runtime.development.js +4 -0
  7. package/dist/_virtual/react-compiler-runtime.production.js +4 -0
  8. package/dist/_virtual/react-contenteditable.js +7 -0
  9. package/dist/_virtual/react-contenteditable2.js +4 -0
  10. package/dist/_virtual/react-dom-server-legacy.browser.development.js +4 -0
  11. package/dist/_virtual/react-dom-server-legacy.browser.production.js +4 -0
  12. package/dist/_virtual/react-dom-server.browser.development.js +4 -0
  13. package/dist/_virtual/react-dom-server.browser.production.js +4 -0
  14. package/dist/_virtual/react-is.development.js +4 -0
  15. package/dist/_virtual/react-is.production.min.js +4 -0
  16. package/dist/_virtual/server.browser.js +5 -0
  17. package/dist/_virtual/server.browser2.js +4 -0
  18. package/dist/assets/components/alert/Alert.style.css +1 -0
  19. package/dist/assets/components/aurora/Aurora.style.css +1 -0
  20. package/dist/assets/components/avatar/Avatar.style.css +1 -0
  21. package/dist/assets/components/badge/Badge.style.css +1 -0
  22. package/dist/assets/{Breadcrumb.css → components/breadcrumb/Breadcrumb.style.css} +1 -1
  23. package/dist/assets/components/button/Button.style.css +1 -0
  24. package/dist/assets/components/button-group/ButtonGroup.style.css +1 -0
  25. package/dist/assets/components/card/Card.style.css +1 -0
  26. package/dist/assets/components/command/Command.style.css +1 -0
  27. package/dist/assets/components/context-menu/ContextMenu.style.css +1 -0
  28. package/dist/assets/components/d-flow/DFlow.style.css +1 -0
  29. package/dist/assets/components/d-flow-folder/DFlowFolder.style.css +1 -0
  30. package/dist/assets/components/d-flow-function/DFlowFunctionDefaultCard.style.css +1 -0
  31. package/dist/assets/components/d-flow-input/DFlowInputDataType.style.css +1 -0
  32. package/dist/assets/components/d-flow-panel/DFlowMiniMap.style.css +1 -0
  33. package/dist/assets/components/d-flow-suggestion/DFlowSuggestionSearchInput.style.css +1 -0
  34. package/dist/assets/components/d-flow-validation/DFlowValidation.style.css +1 -0
  35. package/dist/assets/components/d-layout/DLayout.style.css +1 -0
  36. package/dist/assets/components/d-resizable/DResizable.style.css +1 -0
  37. package/dist/assets/components/dialog/Dialog.style.css +1 -0
  38. package/dist/assets/components/file-tabs/FileTabs.style.css +1 -0
  39. package/dist/assets/components/form/Input.style.css +1 -0
  40. package/dist/assets/components/menu/Menu.style.css +1 -0
  41. package/dist/assets/{ScrollArea.css → components/scroll-area/ScrollArea.style.css} +1 -1
  42. package/dist/assets/components/segmented-control/SegmentedControl.style.css +1 -0
  43. package/dist/assets/components/spacing/Spacing.style.css +1 -0
  44. package/dist/assets/components/tab/Tab.style.css +1 -0
  45. package/dist/assets/components/text/Text.style.css +1 -0
  46. package/dist/assets/components/toast/Toast.style.css +1 -0
  47. package/dist/assets/components/tooltip/Tooltip.style.css +1 -0
  48. package/dist/assets/{DFlow.css → node_modules/@xyflow/react/dist/style.css} +1 -1
  49. package/dist/components/alert/Alert.d.ts +7 -0
  50. package/dist/components/alert/Alert.js +38 -0
  51. package/dist/components/aurora/Aurora.d.ts +5 -0
  52. package/dist/components/aurora/Aurora.js +23 -0
  53. package/dist/components/avatar/Avatar.js +9 -9
  54. package/dist/components/badge/Badge.d.ts +2 -1
  55. package/dist/components/badge/Badge.js +58 -17
  56. package/dist/components/breadcrumb/Breadcrumb.js +16 -28
  57. package/dist/components/button/Button.d.ts +3 -2
  58. package/dist/components/button/Button.js +23 -20
  59. package/dist/components/button-group/ButtonGroup.js +12 -11
  60. package/dist/components/card/Card.d.ts +2 -1
  61. package/dist/components/card/Card.js +25 -22
  62. package/dist/components/card/CardSection.d.ts +1 -0
  63. package/dist/components/card/CardSection.js +18 -12
  64. package/dist/components/col/Col.js +9 -8
  65. package/dist/components/command/Command.js +19 -18
  66. package/dist/components/container/Container.js +12 -11
  67. package/dist/components/context-menu/ContextMenu.d.ts +31 -0
  68. package/dist/components/context-menu/ContextMenu.js +191 -0
  69. package/dist/components/d-application/DApplication.service.d.ts +5 -0
  70. package/dist/components/d-application/DApplication.service.js +9 -0
  71. package/dist/components/d-flow/DFlow.d.ts +7 -3
  72. package/dist/components/d-flow/DFlow.edges.hook.d.ts +3 -2
  73. package/dist/components/d-flow/DFlow.edges.hook.js +100 -136
  74. package/dist/components/d-flow/DFlow.js +313 -258
  75. package/dist/components/d-flow/DFlow.nodes.hook.d.ts +6 -2
  76. package/dist/components/d-flow/DFlow.nodes.hook.js +102 -121
  77. package/dist/components/d-flow/DFlow.service.d.ts +17 -7
  78. package/dist/components/d-flow/DFlow.service.js +132 -7
  79. package/dist/components/d-flow/DFlow.util.d.ts +4 -0
  80. package/dist/components/d-flow/DFlow.util.js +63 -0
  81. package/dist/components/d-flow/{edge/DFlowEdge.d.ts → DFlowEdge.d.ts} +5 -3
  82. package/dist/components/d-flow/DFlowEdge.js +69 -0
  83. package/dist/components/d-flow/index.d.ts +1 -10
  84. package/dist/components/d-flow/index.js +9 -44
  85. package/dist/components/d-flow-data-type/DFlowDataType.service.d.ts +14 -0
  86. package/dist/components/d-flow-data-type/DFlowDataType.service.js +96 -0
  87. package/dist/components/{d-flow/data-type → d-flow-data-type}/DFlowDataType.view.d.ts +13 -4
  88. package/dist/components/d-flow-data-type/DFlowDataType.view.js +76 -0
  89. package/dist/components/{d-flow/data-type → d-flow-data-type}/index.js +1 -1
  90. package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeContainsKeyRule.d.ts +2 -3
  91. package/dist/components/d-flow-data-type/rules/DFlowDataTypeContainsKeyRule.js +222 -0
  92. package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeContainsTypeRule.d.ts +2 -3
  93. package/dist/components/d-flow-data-type/rules/DFlowDataTypeContainsTypeRule.js +229 -0
  94. package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeParentRule.d.ts +2 -3
  95. package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeParentRule.js +3 -3
  96. package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeReturnTypeRule.d.ts +2 -3
  97. package/dist/components/d-flow-data-type/rules/DFlowDataTypeReturnTypeRule.js +246 -0
  98. package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeRule.d.ts +2 -3
  99. package/dist/components/d-flow-data-type/rules/DFlowDataTypeRules.js +10 -0
  100. package/dist/components/d-flow-file/DFlowTabDefault.d.ts +7 -0
  101. package/dist/components/d-flow-file/DFlowTabDefault.js +104 -0
  102. package/dist/components/{d-flow/tab → d-flow-file}/DFlowTabTrigger.d.ts +2 -2
  103. package/dist/components/d-flow-file/DFlowTabTrigger.js +64 -0
  104. package/dist/components/d-flow-file/DFlowTabs.d.ts +8 -0
  105. package/dist/components/d-flow-file/DFlowTabs.js +132 -0
  106. package/dist/components/d-flow-file/index.d.ts +1 -0
  107. package/dist/components/d-flow-file/index.js +4 -0
  108. package/dist/components/d-flow-folder/DFlowFolder.d.ts +33 -0
  109. package/dist/components/d-flow-folder/DFlowFolder.js +208 -0
  110. package/dist/components/d-flow-folder/DFlowFolderContextMenu.d.ts +18 -0
  111. package/dist/components/d-flow-folder/DFlowFolderContextMenu.js +45 -0
  112. package/dist/components/d-flow-folder/DFlowFolderCreateDialog.d.ts +9 -0
  113. package/dist/components/d-flow-folder/DFlowFolderCreateDialog.js +76 -0
  114. package/dist/components/d-flow-folder/DFlowFolderDeleteDialog.d.ts +10 -0
  115. package/dist/components/d-flow-folder/DFlowFolderDeleteDialog.js +55 -0
  116. package/dist/components/d-flow-folder/DFlowFolderItemPathInput.d.ts +5 -0
  117. package/dist/components/d-flow-folder/DFlowFolderItemPathInput.js +50 -0
  118. package/dist/components/d-flow-folder/DFlowFolderRenameDialog.d.ts +10 -0
  119. package/dist/components/d-flow-folder/DFlowFolderRenameDialog.js +55 -0
  120. package/dist/components/d-flow-folder/index.d.ts +4 -0
  121. package/dist/components/d-flow-folder/index.js +12 -0
  122. package/dist/components/{d-flow/function → d-flow-function}/DFlowFunction.input.hook.d.ts +1 -1
  123. package/dist/components/d-flow-function/DFlowFunction.input.hook.js +8 -0
  124. package/dist/components/{d-flow/function → d-flow-function}/DFlowFunction.return.hook.d.ts +2 -2
  125. package/dist/components/d-flow-function/DFlowFunction.return.hook.js +9 -0
  126. package/dist/components/d-flow-function/DFlowFunction.service.d.ts +11 -0
  127. package/dist/components/d-flow-function/DFlowFunction.service.js +12 -0
  128. package/dist/components/{d-flow/function → d-flow-function}/DFlowFunction.view.d.ts +24 -9
  129. package/dist/components/d-flow-function/DFlowFunction.view.js +139 -0
  130. package/dist/components/{d-flow/function → d-flow-function}/DFlowFunctionDefaultCard.d.ts +4 -4
  131. package/dist/components/d-flow-function/DFlowFunctionDefaultCard.js +117 -0
  132. package/dist/components/d-flow-function/DFlowFunctionGroupCard.d.ts +13 -0
  133. package/dist/components/d-flow-function/DFlowFunctionGroupCard.js +68 -0
  134. package/dist/components/{d-flow/function → d-flow-function}/DFlowFunctionSuggestionCard.d.ts +3 -4
  135. package/dist/components/d-flow-function/DFlowFunctionSuggestionCard.js +43 -0
  136. package/dist/components/{d-flow/function → d-flow-function}/DFlowFunctionTriggerCard.d.ts +3 -3
  137. package/dist/components/d-flow-function/DFlowFunctionTriggerCard.js +78 -0
  138. package/dist/components/{d-flow/input → d-flow-input}/DFlowInputDataType.d.ts +1 -1
  139. package/dist/components/d-flow-input/DFlowInputDataType.js +437 -0
  140. package/dist/components/d-flow-input/DFlowInputDefault.d.ts +10 -0
  141. package/dist/components/d-flow-input/DFlowInputDefault.js +128 -0
  142. package/dist/components/d-flow-input/DFlowInputLiteralBadge.d.ts +7 -0
  143. package/dist/components/d-flow-input/DFlowInputLiteralBadge.js +24 -0
  144. package/dist/components/d-flow-input/DFlowInputNodeBadge.d.ts +11 -0
  145. package/dist/components/d-flow-input/DFlowInputNodeBadge.js +44 -0
  146. package/dist/components/d-flow-input/DFlowInputReferenceBadge.d.ts +11 -0
  147. package/dist/components/d-flow-input/DFlowInputReferenceBadge.js +33 -0
  148. package/dist/components/d-flow-panel/DFlowExport.d.ts +6 -0
  149. package/dist/components/d-flow-panel/DFlowExport.js +32 -0
  150. package/dist/components/d-flow-panel/DFlowMiniMap.js +33 -0
  151. package/dist/components/d-flow-panel/DFlowPanelControl.d.ts +6 -0
  152. package/dist/components/d-flow-panel/DFlowPanelControl.js +72 -0
  153. package/dist/components/d-flow-panel/DFlowPanelLayout.d.ts +4 -0
  154. package/dist/components/d-flow-panel/DFlowPanelLayout.js +47 -0
  155. package/dist/components/d-flow-panel/DFlowPanelSize.d.ts +2 -0
  156. package/dist/components/d-flow-panel/DFlowPanelSize.js +94 -0
  157. package/dist/components/d-flow-panel/index.d.ts +5 -0
  158. package/dist/components/d-flow-panel/index.js +12 -0
  159. package/dist/components/d-flow-suggestion/DFlowDataTypeSuggestions.hook.d.ts +3 -0
  160. package/dist/components/d-flow-suggestion/DFlowDataTypeSuggestions.hook.js +34 -0
  161. package/dist/components/d-flow-suggestion/DFlowFunctionSuggestions.hook.d.ts +3 -0
  162. package/dist/components/d-flow-suggestion/DFlowFunctionSuggestions.hook.js +50 -0
  163. package/dist/components/d-flow-suggestion/DFlowReferenceSuggestions.hook.d.ts +3 -0
  164. package/dist/components/d-flow-suggestion/DFlowReferenceSuggestions.hook.js +133 -0
  165. package/dist/components/d-flow-suggestion/DFlowSuggestion.hook.d.ts +3 -0
  166. package/dist/components/d-flow-suggestion/DFlowSuggestion.hook.js +24 -0
  167. package/dist/components/d-flow-suggestion/DFlowSuggestion.view.d.ts +14 -0
  168. package/dist/components/d-flow-suggestion/DFlowSuggestion.view.js +4 -0
  169. package/dist/components/d-flow-suggestion/DFlowSuggestionMenu.js +72 -0
  170. package/dist/components/{d-flow/suggestion → d-flow-suggestion}/DFlowSuggestionMenu.util.d.ts +1 -1
  171. package/dist/components/{d-flow/suggestion → d-flow-suggestion}/DFlowSuggestionMenu.util.js +12 -11
  172. package/dist/components/{d-flow/suggestion → d-flow-suggestion}/DFlowSuggestionMenuFooter.js +5 -5
  173. package/dist/components/{d-flow/suggestion → d-flow-suggestion}/DFlowSuggestionMenuSearchBar.d.ts +1 -1
  174. package/dist/components/{d-flow/suggestion → d-flow-suggestion}/DFlowSuggestionMenuSearchBar.js +1 -1
  175. package/dist/components/{d-flow/suggestion → d-flow-suggestion}/DFlowSuggestionSearchInput.d.ts +1 -1
  176. package/dist/components/d-flow-suggestion/DFlowSuggestionSearchInput.js +35 -0
  177. package/dist/components/d-flow-suggestion/DFlowValueSuggestions.hook.d.ts +3 -0
  178. package/dist/components/d-flow-suggestion/DFlowValueSuggestions.hook.js +44 -0
  179. package/dist/components/d-flow-suggestion/index.d.ts +1 -0
  180. package/dist/components/d-flow-suggestion/index.js +4 -0
  181. package/dist/components/d-flow-type/DFlowType.service.d.ts +11 -0
  182. package/dist/components/d-flow-type/DFlowType.service.js +12 -0
  183. package/dist/components/{d-flow/type → d-flow-type}/DFlowType.view.d.ts +10 -4
  184. package/dist/components/d-flow-type/DFlowType.view.js +85 -0
  185. package/dist/components/d-flow-validation/DDataTypeValidation.hook.d.ts +2 -0
  186. package/dist/components/d-flow-validation/DDataTypeValidation.hook.js +18 -0
  187. package/dist/components/d-flow-validation/DFlowValidation.hook.d.ts +3 -0
  188. package/dist/components/d-flow-validation/DFlowValidation.hook.js +22 -0
  189. package/dist/components/d-flow-validation/DFlowValidation.js +66 -0
  190. package/dist/components/d-flow-validation/DNodeValidation.hook.d.ts +3 -0
  191. package/dist/components/d-flow-validation/DNodeValidation.hook.js +58 -0
  192. package/dist/components/d-flow-validation/DValueValidation.hook.d.ts +3 -0
  193. package/dist/components/d-flow-validation/DValueValidation.hook.js +8 -0
  194. package/dist/components/{d-flow/validation → d-flow-validation}/index.js +2 -2
  195. package/dist/components/d-fullscreen/DFullScreen.d.ts +1 -2
  196. package/dist/components/d-fullscreen/DFullScreen.js +24 -18
  197. package/dist/components/d-layout/DLayout.js +27 -26
  198. package/dist/components/d-license/DNamespaceLicense.service.d.ts +11 -0
  199. package/dist/components/d-license/DNamespaceLicense.service.js +12 -0
  200. package/dist/components/d-license/index.d.ts +2 -0
  201. package/dist/components/d-license/index.js +6 -0
  202. package/dist/components/d-member/DNamespaceMember.service.d.ts +13 -0
  203. package/dist/components/d-member/DNamespaceMember.service.js +17 -0
  204. package/dist/components/{d-namespace/member → d-member}/DNamespaceMember.view.d.ts +4 -1
  205. package/dist/components/{d-namespace/member → d-member}/DNamespaceMember.view.js +16 -11
  206. package/dist/components/d-member/DNamespaceMemberCard.d.ts +10 -0
  207. package/dist/components/d-member/DNamespaceMemberCard.js +16 -0
  208. package/dist/components/d-member/DNamespaceMemberContent.d.ts +10 -0
  209. package/dist/components/d-member/DNamespaceMemberContent.js +224 -0
  210. package/dist/components/d-member/DNamespaceMemberList.d.ts +12 -0
  211. package/dist/components/d-member/DNamespaceMemberList.js +23 -0
  212. package/dist/components/d-member/index.d.ts +4 -0
  213. package/dist/components/d-member/index.js +10 -0
  214. package/dist/components/d-namespace/DNamespace.service.d.ts +1 -1
  215. package/dist/components/d-namespace/DNamespace.service.js +7 -6
  216. package/dist/components/d-namespace/index.d.ts +0 -10
  217. package/dist/components/d-namespace/index.js +4 -33
  218. package/dist/components/d-organization/DOrganization.service.d.ts +3 -3
  219. package/dist/components/d-organization/DOrganization.service.js +8 -7
  220. package/dist/components/d-organization/DOrganization.view.d.ts +4 -1
  221. package/dist/components/d-organization/DOrganization.view.js +21 -18
  222. package/dist/components/d-organization/DOrganizationCard.d.ts +4 -3
  223. package/dist/components/d-organization/DOrganizationCard.js +13 -60
  224. package/dist/components/d-organization/DOrganizationList.d.ts +10 -0
  225. package/dist/components/d-organization/DOrganizationList.js +23 -0
  226. package/dist/components/d-organization/DOrganizationMenu.js +5 -5
  227. package/dist/components/d-organization/DOrganizatonContent.d.ts +10 -0
  228. package/dist/components/d-organization/DOrganizatonContent.js +101 -0
  229. package/dist/components/d-organization/index.d.ts +1 -0
  230. package/dist/components/d-organization/index.js +30 -10
  231. package/dist/components/d-project/DNamespaceProject.service.d.ts +12 -0
  232. package/dist/components/d-project/DNamespaceProject.service.js +12 -0
  233. package/dist/components/{d-namespace/project → d-project}/DNamespaceProject.view.d.ts +4 -1
  234. package/dist/components/{d-namespace/project → d-project}/DNamespaceProject.view.js +13 -10
  235. package/dist/components/d-project/DNamespaceProjectCard.d.ts +9 -0
  236. package/dist/components/d-project/DNamespaceProjectCard.js +17 -0
  237. package/dist/components/d-project/DNamespaceProjectContent.d.ts +10 -0
  238. package/dist/components/d-project/DNamespaceProjectContent.js +71 -0
  239. package/dist/components/d-project/DNamespaceProjectList.d.ts +11 -0
  240. package/dist/components/d-project/DNamespaceProjectList.js +25 -0
  241. package/dist/components/d-project/DNamespaceProjectMenu.d.ts +13 -0
  242. package/dist/components/d-project/DNamespaceProjectMenu.js +57 -0
  243. package/dist/components/d-project/index.d.ts +5 -0
  244. package/dist/components/d-project/index.js +26 -0
  245. package/dist/components/d-resizable/DResizable.d.ts +4 -4
  246. package/dist/components/d-resizable/DResizable.js +26 -23
  247. package/dist/components/d-role/DNamespaceRole.service.d.ts +13 -0
  248. package/dist/components/d-role/DNamespaceRole.service.js +12 -0
  249. package/dist/components/{d-namespace/role → d-role}/DNamespaceRole.view.d.ts +4 -1
  250. package/dist/components/{d-namespace/role → d-role}/DNamespaceRole.view.js +8 -4
  251. package/dist/components/d-role/DNamespaceRoleCard.d.ts +11 -0
  252. package/dist/components/d-role/DNamespaceRoleCard.js +17 -0
  253. package/dist/components/d-role/DNamespaceRoleContent.d.ts +10 -0
  254. package/dist/components/d-role/DNamespaceRoleContent.js +162 -0
  255. package/dist/components/d-role/DNamespaceRoleList.d.ts +12 -0
  256. package/dist/components/d-role/DNamespaceRoleList.js +24 -0
  257. package/dist/components/d-role/DNamespaceRolePermissions.d.ts +5 -0
  258. package/dist/components/d-role/DNamespaceRolePermissions.js +123 -0
  259. package/dist/components/d-role/index.d.ts +4 -0
  260. package/dist/components/d-role/index.js +10 -0
  261. package/dist/components/d-runtime/DRuntime.service.d.ts +5 -2
  262. package/dist/components/d-runtime/DRuntime.service.js +2 -4
  263. package/dist/components/d-runtime/DRuntime.view.d.ts +4 -1
  264. package/dist/components/d-runtime/DRuntime.view.js +6 -3
  265. package/dist/components/d-runtime/DRuntimeCard.d.ts +9 -0
  266. package/dist/components/d-runtime/DRuntimeCard.js +18 -0
  267. package/dist/components/d-runtime/DRuntimeContent.d.ts +9 -0
  268. package/dist/components/d-runtime/DRuntimeContent.js +45 -0
  269. package/dist/components/d-runtime/DRuntimeList.d.ts +12 -0
  270. package/dist/components/d-runtime/DRuntimeList.js +28 -0
  271. package/dist/components/d-runtime/index.d.ts +2 -0
  272. package/dist/components/d-runtime/index.js +6 -2
  273. package/dist/components/d-user/DUser.service.d.ts +3 -4
  274. package/dist/components/d-user/DUser.service.js +9 -9
  275. package/dist/components/d-user/DUser.session.hook.d.ts +3 -0
  276. package/dist/components/d-user/DUser.session.hook.js +16 -0
  277. package/dist/components/d-user/DUser.view.d.ts +4 -1
  278. package/dist/components/d-user/DUser.view.js +13 -10
  279. package/dist/components/d-user/DUserCard.d.ts +8 -0
  280. package/dist/components/d-user/DUserCard.js +15 -0
  281. package/dist/components/d-user/DUserContent.d.ts +8 -0
  282. package/dist/components/d-user/DUserContent.js +84 -0
  283. package/dist/components/d-user/DUserInput.d.ts +7 -0
  284. package/dist/components/d-user/DUserInput.js +100 -0
  285. package/dist/components/d-user/DUserList.d.ts +9 -0
  286. package/dist/components/d-user/DUserList.js +22 -0
  287. package/dist/components/d-user/DUserMenu.js +20 -19
  288. package/dist/components/d-user/index.d.ts +4 -0
  289. package/dist/components/d-user/index.js +17 -8
  290. package/dist/components/dialog/Dialog.d.ts +2 -1
  291. package/dist/components/dialog/Dialog.js +69 -60
  292. package/dist/components/file-tabs/FileTabs.js +41 -40
  293. package/dist/components/file-tabs/FileTabs.service.d.ts +5 -1
  294. package/dist/components/file-tabs/FileTabs.service.js +74 -26
  295. package/dist/components/file-tabs/FileTabs.view.d.ts +1 -0
  296. package/dist/components/flex/Flex.js +2 -2
  297. package/dist/components/form/CheckboxInput.js +62 -53
  298. package/dist/components/form/EmailInput.js +11 -10
  299. package/dist/components/form/Input.d.ts +18 -5
  300. package/dist/components/form/Input.js +333 -139
  301. package/dist/components/form/Input.syntax.hook.d.ts +10 -0
  302. package/dist/components/form/Input.syntax.hook.js +14 -0
  303. package/dist/components/form/Input.utils.d.ts +10 -0
  304. package/dist/components/form/Input.utils.js +38 -0
  305. package/dist/components/form/InputContentEditable.hook.d.ts +40 -0
  306. package/dist/components/form/InputContentEditable.hook.js +471 -0
  307. package/dist/components/form/InputDescription.js +1 -1
  308. package/dist/components/form/InputLabel.js +1 -1
  309. package/dist/components/form/InputMessage.js +1 -1
  310. package/dist/components/form/InputSuggestion.d.ts +16 -8
  311. package/dist/components/form/InputSuggestion.js +189 -73
  312. package/dist/components/form/NumberInput.js +9 -9
  313. package/dist/components/form/PasswordInput.js +11 -10
  314. package/dist/components/form/PinInput.js +2 -2
  315. package/dist/components/form/RadioGroup.js +2 -2
  316. package/dist/components/form/RadioInput.js +2 -2
  317. package/dist/components/form/SwitchInput.js +7 -7
  318. package/dist/components/form/TextInput.js +12 -11
  319. package/dist/components/form/index.js +26 -27
  320. package/dist/components/form/useForm.d.ts +3 -1
  321. package/dist/components/form/useForm.js +53 -33
  322. package/dist/components/menu/Menu.d.ts +7 -3
  323. package/dist/components/menu/Menu.js +24 -24
  324. package/dist/components/quote/Quote.js +32 -36
  325. package/dist/components/row/Row.js +10 -9
  326. package/dist/components/scroll-area/ScrollArea.js +18 -17
  327. package/dist/components/segmented-control/SegmentedControl.d.ts +1 -1
  328. package/dist/components/segmented-control/SegmentedControl.js +19 -16
  329. package/dist/components/spacing/Spacing.d.ts +6 -0
  330. package/dist/components/spacing/Spacing.js +23 -0
  331. package/dist/components/tab/Tab.d.ts +11 -0
  332. package/dist/components/tab/Tab.js +40 -0
  333. package/dist/components/text/Text.js +2 -2
  334. package/dist/components/toast/Toast.d.ts +13 -0
  335. package/dist/components/toast/Toast.js +62 -0
  336. package/dist/components/tooltip/Tooltip.js +36 -35
  337. package/dist/index.d.ts +17 -0
  338. package/dist/index.js +264 -216
  339. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +527 -0
  340. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +402 -0
  341. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +208 -0
  342. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
  343. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +130 -0
  344. package/dist/node_modules/@radix-ui/primitive/dist/index.js +9 -0
  345. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +24 -0
  346. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +48 -0
  347. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +29 -0
  348. package/dist/node_modules/@radix-ui/react-context/dist/index.js +53 -0
  349. package/dist/node_modules/@radix-ui/react-context-menu/dist/index.js +222 -0
  350. package/dist/node_modules/@radix-ui/react-direction/dist/index.js +10 -0
  351. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +127 -0
  352. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +17 -0
  353. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +136 -0
  354. package/dist/node_modules/@radix-ui/react-id/dist/index.js +13 -0
  355. package/dist/node_modules/@radix-ui/react-menu/dist/index.js +636 -0
  356. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +219 -0
  357. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +15 -0
  358. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +70 -0
  359. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +36 -0
  360. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +183 -0
  361. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +49 -0
  362. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +10 -0
  363. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +52 -0
  364. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +14 -0
  365. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
  366. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +27 -0
  367. package/dist/node_modules/aria-hidden/dist/es2015/index.js +52 -0
  368. package/dist/node_modules/fast-deep-equal/index.js +31 -0
  369. package/dist/node_modules/get-nonce/dist/es2015/index.js +7 -0
  370. package/dist/node_modules/object-assign/index.js +49 -0
  371. package/dist/node_modules/prop-types/checkPropTypes.js +54 -0
  372. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +52 -0
  373. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +329 -0
  374. package/dist/node_modules/prop-types/index.js +17 -0
  375. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +10 -0
  376. package/dist/node_modules/prop-types/lib/has.js +7 -0
  377. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +87 -0
  378. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +70 -0
  379. package/dist/node_modules/prop-types/node_modules/react-is/index.js +10 -0
  380. package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +21 -0
  381. package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +14 -0
  382. package/dist/node_modules/react/compiler-runtime.js +10 -0
  383. package/dist/node_modules/react-contenteditable/lib/react-contenteditable.js +132 -0
  384. package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +6235 -0
  385. package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +4096 -0
  386. package/dist/node_modules/react-dom/cjs/react-dom-server.browser.development.js +6753 -0
  387. package/dist/node_modules/react-dom/cjs/react-dom-server.browser.production.js +4645 -0
  388. package/dist/node_modules/react-dom/server.browser.js +15 -0
  389. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
  390. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +112 -0
  391. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
  392. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
  393. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +68 -0
  394. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
  395. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
  396. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +71 -0
  397. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +7 -0
  398. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +25 -0
  399. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
  400. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
  401. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
  402. package/dist/node_modules/tslib/tslib.es6.js +27 -0
  403. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
  404. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
  405. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
  406. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
  407. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
  408. package/dist/utils/arrayService.d.ts +2 -2
  409. package/dist/utils/contextStore.js +1 -1
  410. package/dist/utils/generics.d.ts +7 -6
  411. package/dist/utils/generics.js +136 -124
  412. package/dist/utils/index.js +22 -21
  413. package/dist/utils/inspection.d.ts +4 -2
  414. package/dist/utils/inspection.js +27 -2
  415. package/dist/utils/objectStore.js +15 -15
  416. package/dist/utils/reactiveArrayService.d.ts +3 -3
  417. package/dist/utils/reactiveArrayService.js +53 -43
  418. package/dist/utils/types.d.ts +2 -2
  419. package/package.json +38 -33
  420. package/dist/DFlowDataType.service-Dz8pQUeO.js +0 -793
  421. package/dist/assets/Avatar.css +0 -1
  422. package/dist/assets/Badge.css +0 -1
  423. package/dist/assets/Button.css +0 -1
  424. package/dist/assets/ButtonGroup.css +0 -1
  425. package/dist/assets/Card.css +0 -1
  426. package/dist/assets/Command.css +0 -1
  427. package/dist/assets/DFlowFolder.css +0 -1
  428. package/dist/assets/DFlowFunctionDefaultCard.css +0 -1
  429. package/dist/assets/DFlowInputDataType.css +0 -1
  430. package/dist/assets/DFlowMiniMap.css +0 -1
  431. package/dist/assets/DFlowSuggestionSearchInput.css +0 -1
  432. package/dist/assets/DFlowValidation.css +0 -1
  433. package/dist/assets/DLayout.css +0 -1
  434. package/dist/assets/DResizable.css +0 -1
  435. package/dist/assets/Dialog.css +0 -1
  436. package/dist/assets/FileTabs.css +0 -1
  437. package/dist/assets/Input.css +0 -1
  438. package/dist/assets/Menu.css +0 -1
  439. package/dist/assets/SegmentedControl.css +0 -1
  440. package/dist/assets/Text.css +0 -1
  441. package/dist/assets/Tooltip.css +0 -1
  442. package/dist/compiler-runtime-BNHg76kC.js +0 -36
  443. package/dist/components/d-flow/DFlow.view.d.ts +0 -109
  444. package/dist/components/d-flow/DFlow.view.js +0 -213
  445. package/dist/components/d-flow/control/DFlowControl.d.ts +0 -2
  446. package/dist/components/d-flow/control/DFlowControl.js +0 -77
  447. package/dist/components/d-flow/control/index.d.ts +0 -1
  448. package/dist/components/d-flow/control/index.js +0 -4
  449. package/dist/components/d-flow/data-type/DFlowDataType.service.d.ts +0 -10
  450. package/dist/components/d-flow/data-type/DFlowDataType.service.js +0 -7
  451. package/dist/components/d-flow/data-type/DFlowDataType.validation.type.d.ts +0 -2
  452. package/dist/components/d-flow/data-type/DFlowDataType.validation.type.js +0 -18
  453. package/dist/components/d-flow/data-type/DFlowDataType.validation.value.d.ts +0 -4
  454. package/dist/components/d-flow/data-type/DFlowDataType.validation.value.js +0 -6
  455. package/dist/components/d-flow/data-type/DFlowDataType.view.js +0 -65
  456. package/dist/components/d-flow/data-type/rules/DFlowDataTypeContainsKeyRule.js +0 -6
  457. package/dist/components/d-flow/data-type/rules/DFlowDataTypeContainsTypeRule.js +0 -6
  458. package/dist/components/d-flow/data-type/rules/DFlowDataTypeReturnTypeRule.js +0 -7
  459. package/dist/components/d-flow/data-type/rules/DFlowDataTypeRules.js +0 -8
  460. package/dist/components/d-flow/edge/DFlowEdge.js +0 -48
  461. package/dist/components/d-flow/folder/DFlowFolder.d.ts +0 -19
  462. package/dist/components/d-flow/folder/DFlowFolder.js +0 -118
  463. package/dist/components/d-flow/folder/index.d.ts +0 -1
  464. package/dist/components/d-flow/folder/index.js +0 -6
  465. package/dist/components/d-flow/function/DFlowFunction.input.hook.js +0 -9
  466. package/dist/components/d-flow/function/DFlowFunction.return.hook.js +0 -11
  467. package/dist/components/d-flow/function/DFlowFunction.service.d.ts +0 -6
  468. package/dist/components/d-flow/function/DFlowFunction.service.js +0 -9
  469. package/dist/components/d-flow/function/DFlowFunction.vaildation.hook.d.ts +0 -10
  470. package/dist/components/d-flow/function/DFlowFunction.vaildation.hook.js +0 -75
  471. package/dist/components/d-flow/function/DFlowFunction.view.js +0 -117
  472. package/dist/components/d-flow/function/DFlowFunctionDefaultCard.js +0 -158
  473. package/dist/components/d-flow/function/DFlowFunctionGroupCard.d.ts +0 -5
  474. package/dist/components/d-flow/function/DFlowFunctionGroupCard.js +0 -55
  475. package/dist/components/d-flow/function/DFlowFunctionSuggestionCard.js +0 -26
  476. package/dist/components/d-flow/function/DFlowFunctionTriggerCard.js +0 -97
  477. package/dist/components/d-flow/input/DFlowInputDataType.js +0 -422
  478. package/dist/components/d-flow/minimap/DFlowMiniMap.js +0 -21
  479. package/dist/components/d-flow/minimap/index.d.ts +0 -1
  480. package/dist/components/d-flow/minimap/index.js +0 -4
  481. package/dist/components/d-flow/suggestion/DFlowSuggestion.hook.d.ts +0 -33
  482. package/dist/components/d-flow/suggestion/DFlowSuggestion.hook.js +0 -151
  483. package/dist/components/d-flow/suggestion/DFlowSuggestion.service.d.ts +0 -5
  484. package/dist/components/d-flow/suggestion/DFlowSuggestion.service.js +0 -18
  485. package/dist/components/d-flow/suggestion/DFlowSuggestion.view.d.ts +0 -21
  486. package/dist/components/d-flow/suggestion/DFlowSuggestion.view.js +0 -25
  487. package/dist/components/d-flow/suggestion/DFlowSuggestionMenu.js +0 -67
  488. package/dist/components/d-flow/suggestion/DFlowSuggestionSearchInput.js +0 -21
  489. package/dist/components/d-flow/suggestion/index.d.ts +0 -2
  490. package/dist/components/d-flow/suggestion/index.js +0 -7
  491. package/dist/components/d-flow/tab/DFlowTabDefault.d.ts +0 -11
  492. package/dist/components/d-flow/tab/DFlowTabDefault.js +0 -97
  493. package/dist/components/d-flow/tab/DFlowTabTrigger.js +0 -51
  494. package/dist/components/d-flow/tab/DFlowTabs.d.ts +0 -2
  495. package/dist/components/d-flow/tab/DFlowTabs.js +0 -105
  496. package/dist/components/d-flow/type/DFlowType.service.d.ts +0 -6
  497. package/dist/components/d-flow/type/DFlowType.service.js +0 -9
  498. package/dist/components/d-flow/type/DFlowType.view.js +0 -69
  499. package/dist/components/d-flow/validation/DFlowValidation.hook.d.ts +0 -3
  500. package/dist/components/d-flow/validation/DFlowValidation.hook.js +0 -10
  501. package/dist/components/d-flow/validation/DFlowValidation.js +0 -59
  502. package/dist/components/d-namespace/license/DNamespaceLicense.service.d.ts +0 -8
  503. package/dist/components/d-namespace/license/DNamespaceLicense.service.js +0 -11
  504. package/dist/components/d-namespace/member/DNamespaceMember.service.d.ts +0 -9
  505. package/dist/components/d-namespace/member/DNamespaceMember.service.js +0 -11
  506. package/dist/components/d-namespace/project/DNamespaceProject.service.d.ts +0 -9
  507. package/dist/components/d-namespace/project/DNamespaceProject.service.js +0 -11
  508. package/dist/components/d-namespace/project/DNamespaceProjectCard.d.ts +0 -9
  509. package/dist/components/d-namespace/project/DNamespaceProjectCard.js +0 -57
  510. package/dist/components/d-namespace/project/DNamespaceProjectMenu.d.ts +0 -9
  511. package/dist/components/d-namespace/project/DNamespaceProjectMenu.js +0 -18
  512. package/dist/components/d-namespace/role/DNamespaceRole.service.d.ts +0 -10
  513. package/dist/components/d-namespace/role/DNamespaceRole.service.js +0 -11
  514. /package/dist/assets/{Col.css → components/col/Col.style.css} +0 -0
  515. /package/dist/assets/{Container.css → components/container/Container.style.css} +0 -0
  516. /package/dist/assets/{DFullScreen.css → components/d-fullscreen/DFullScreen.style.css} +0 -0
  517. /package/dist/assets/{Flex.css → components/flex/Flex.style.css} +0 -0
  518. /package/dist/assets/{Quote.css → components/quote/Quote.style.css} +0 -0
  519. /package/dist/assets/{Row.css → components/row/Row.style.css} +0 -0
  520. /package/dist/components/{d-flow/data-type → d-flow-data-type}/index.d.ts +0 -0
  521. /package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeItemOfCollectionRule.d.ts +0 -0
  522. /package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeItemOfCollectionRule.js +0 -0
  523. /package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeNumberRangeRule.d.ts +0 -0
  524. /package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeNumberRangeRule.js +0 -0
  525. /package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeRegexRule.d.ts +0 -0
  526. /package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeRegexRule.js +0 -0
  527. /package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeRule.js +0 -0
  528. /package/dist/components/{d-flow/data-type → d-flow-data-type}/rules/DFlowDataTypeRules.d.ts +0 -0
  529. /package/dist/components/{d-flow/function → d-flow-function}/index.d.ts +0 -0
  530. /package/dist/components/{d-flow/function → d-flow-function}/index.js +0 -0
  531. /package/dist/components/{d-flow/minimap → d-flow-panel}/DFlowMiniMap.d.ts +0 -0
  532. /package/dist/components/{d-flow/suggestion → d-flow-suggestion}/DFlowSuggestionMenu.d.ts +0 -0
  533. /package/dist/components/{d-flow/suggestion → d-flow-suggestion}/DFlowSuggestionMenuFooter.d.ts +0 -0
  534. /package/dist/components/{d-flow/type → d-flow-type}/index.d.ts +0 -0
  535. /package/dist/components/{d-flow/type → d-flow-type}/index.js +0 -0
  536. /package/dist/components/{d-flow/validation → d-flow-validation}/DFlowValidation.d.ts +0 -0
  537. /package/dist/components/{d-flow/validation → d-flow-validation}/index.d.ts +0 -0
  538. /package/dist/components/{d-namespace/license → d-license}/DNamespaceLicense.view.d.ts +0 -0
  539. /package/dist/components/{d-namespace/license → d-license}/DNamespaceLicense.view.js +0 -0
@@ -0,0 +1,4096 @@
1
+ import { __exports as Il } from "../../../_virtual/react-dom-server-legacy.browser.production.js";
2
+ import ya from "react";
3
+ import Ta from "react-dom";
4
+ var qt;
5
+ function wa() {
6
+ if (qt) return Il;
7
+ qt = 1;
8
+ var ci = ya, jt = Ta;
9
+ function d(n) {
10
+ var l = "https://react.dev/errors/" + n;
11
+ if (1 < arguments.length) {
12
+ l += "?args[]=" + encodeURIComponent(arguments[1]);
13
+ for (var e = 2; e < arguments.length; e++)
14
+ l += "&args[]=" + encodeURIComponent(arguments[e]);
15
+ }
16
+ return "Minified React error #" + n + "; visit " + l + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
17
+ }
18
+ var oi = Symbol.for("react.transitional.element"), si = Symbol.for("react.portal"), di = Symbol.for("react.fragment"), gi = Symbol.for("react.strict_mode"), vi = Symbol.for("react.profiler"), bi = Symbol.for("react.consumer"), Ml = Symbol.for("react.context"), ye = Symbol.for("react.forward_ref"), Pl = Symbol.for("react.suspense"), Te = Symbol.for("react.suspense_list"), Ee = Symbol.for("react.memo"), Sl = Symbol.for("react.lazy"), $t = Symbol.for("react.scope"), yi = Symbol.for("react.activity"), nr = Symbol.for("react.legacy_hidden"), lr = Symbol.for("react.memo_cache_sentinel"), er = Symbol.for("react.view_transition"), Ti = Symbol.iterator;
19
+ function Ei(n) {
20
+ return n === null || typeof n != "object" ? null : (n = Ti && n[Ti] || n["@@iterator"], typeof n == "function" ? n : null);
21
+ }
22
+ var Ol = Array.isArray;
23
+ function xi(n, l) {
24
+ var e = n.length & 3, i = n.length - e, t = l;
25
+ for (l = 0; l < i; ) {
26
+ var r = n.charCodeAt(l) & 255 | (n.charCodeAt(++l) & 255) << 8 | (n.charCodeAt(++l) & 255) << 16 | (n.charCodeAt(++l) & 255) << 24;
27
+ ++l, r = 3432918353 * (r & 65535) + ((3432918353 * (r >>> 16) & 65535) << 16) & 4294967295, r = r << 15 | r >>> 17, r = 461845907 * (r & 65535) + ((461845907 * (r >>> 16) & 65535) << 16) & 4294967295, t ^= r, t = t << 13 | t >>> 19, t = 5 * (t & 65535) + ((5 * (t >>> 16) & 65535) << 16) & 4294967295, t = (t & 65535) + 27492 + (((t >>> 16) + 58964 & 65535) << 16);
28
+ }
29
+ switch (r = 0, e) {
30
+ case 3:
31
+ r ^= (n.charCodeAt(l + 2) & 255) << 16;
32
+ case 2:
33
+ r ^= (n.charCodeAt(l + 1) & 255) << 8;
34
+ case 1:
35
+ r ^= n.charCodeAt(l) & 255, r = 3432918353 * (r & 65535) + ((3432918353 * (r >>> 16) & 65535) << 16) & 4294967295, r = r << 15 | r >>> 17, t ^= 461845907 * (r & 65535) + ((461845907 * (r >>> 16) & 65535) << 16) & 4294967295;
36
+ }
37
+ return t ^= n.length, t ^= t >>> 16, t = 2246822507 * (t & 65535) + ((2246822507 * (t >>> 16) & 65535) << 16) & 4294967295, t ^= t >>> 13, t = 3266489909 * (t & 65535) + ((3266489909 * (t >>> 16) & 65535) << 16) & 4294967295, (t ^ t >>> 16) >>> 0;
38
+ }
39
+ var J = Object.assign, I = Object.prototype.hasOwnProperty, ir = RegExp(
40
+ "^[: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]*$"
41
+ ), Ri = {}, wi = {};
42
+ function xe(n) {
43
+ return I.call(wi, n) ? !0 : I.call(Ri, n) ? !1 : ir.test(n) ? wi[n] = !0 : (Ri[n] = !0, !1);
44
+ }
45
+ var tr = new Set(
46
+ "animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(
47
+ " "
48
+ )
49
+ ), rr = /* @__PURE__ */ new Map([
50
+ ["acceptCharset", "accept-charset"],
51
+ ["htmlFor", "for"],
52
+ ["httpEquiv", "http-equiv"],
53
+ ["crossOrigin", "crossorigin"],
54
+ ["accentHeight", "accent-height"],
55
+ ["alignmentBaseline", "alignment-baseline"],
56
+ ["arabicForm", "arabic-form"],
57
+ ["baselineShift", "baseline-shift"],
58
+ ["capHeight", "cap-height"],
59
+ ["clipPath", "clip-path"],
60
+ ["clipRule", "clip-rule"],
61
+ ["colorInterpolation", "color-interpolation"],
62
+ ["colorInterpolationFilters", "color-interpolation-filters"],
63
+ ["colorProfile", "color-profile"],
64
+ ["colorRendering", "color-rendering"],
65
+ ["dominantBaseline", "dominant-baseline"],
66
+ ["enableBackground", "enable-background"],
67
+ ["fillOpacity", "fill-opacity"],
68
+ ["fillRule", "fill-rule"],
69
+ ["floodColor", "flood-color"],
70
+ ["floodOpacity", "flood-opacity"],
71
+ ["fontFamily", "font-family"],
72
+ ["fontSize", "font-size"],
73
+ ["fontSizeAdjust", "font-size-adjust"],
74
+ ["fontStretch", "font-stretch"],
75
+ ["fontStyle", "font-style"],
76
+ ["fontVariant", "font-variant"],
77
+ ["fontWeight", "font-weight"],
78
+ ["glyphName", "glyph-name"],
79
+ ["glyphOrientationHorizontal", "glyph-orientation-horizontal"],
80
+ ["glyphOrientationVertical", "glyph-orientation-vertical"],
81
+ ["horizAdvX", "horiz-adv-x"],
82
+ ["horizOriginX", "horiz-origin-x"],
83
+ ["imageRendering", "image-rendering"],
84
+ ["letterSpacing", "letter-spacing"],
85
+ ["lightingColor", "lighting-color"],
86
+ ["markerEnd", "marker-end"],
87
+ ["markerMid", "marker-mid"],
88
+ ["markerStart", "marker-start"],
89
+ ["overlinePosition", "overline-position"],
90
+ ["overlineThickness", "overline-thickness"],
91
+ ["paintOrder", "paint-order"],
92
+ ["panose-1", "panose-1"],
93
+ ["pointerEvents", "pointer-events"],
94
+ ["renderingIntent", "rendering-intent"],
95
+ ["shapeRendering", "shape-rendering"],
96
+ ["stopColor", "stop-color"],
97
+ ["stopOpacity", "stop-opacity"],
98
+ ["strikethroughPosition", "strikethrough-position"],
99
+ ["strikethroughThickness", "strikethrough-thickness"],
100
+ ["strokeDasharray", "stroke-dasharray"],
101
+ ["strokeDashoffset", "stroke-dashoffset"],
102
+ ["strokeLinecap", "stroke-linecap"],
103
+ ["strokeLinejoin", "stroke-linejoin"],
104
+ ["strokeMiterlimit", "stroke-miterlimit"],
105
+ ["strokeOpacity", "stroke-opacity"],
106
+ ["strokeWidth", "stroke-width"],
107
+ ["textAnchor", "text-anchor"],
108
+ ["textDecoration", "text-decoration"],
109
+ ["textRendering", "text-rendering"],
110
+ ["transformOrigin", "transform-origin"],
111
+ ["underlinePosition", "underline-position"],
112
+ ["underlineThickness", "underline-thickness"],
113
+ ["unicodeBidi", "unicode-bidi"],
114
+ ["unicodeRange", "unicode-range"],
115
+ ["unitsPerEm", "units-per-em"],
116
+ ["vAlphabetic", "v-alphabetic"],
117
+ ["vHanging", "v-hanging"],
118
+ ["vIdeographic", "v-ideographic"],
119
+ ["vMathematical", "v-mathematical"],
120
+ ["vectorEffect", "vector-effect"],
121
+ ["vertAdvY", "vert-adv-y"],
122
+ ["vertOriginX", "vert-origin-x"],
123
+ ["vertOriginY", "vert-origin-y"],
124
+ ["wordSpacing", "word-spacing"],
125
+ ["writingMode", "writing-mode"],
126
+ ["xmlnsXlink", "xmlns:xlink"],
127
+ ["xHeight", "x-height"]
128
+ ]), ar = /["'&<>]/;
129
+ function T(n) {
130
+ if (typeof n == "boolean" || typeof n == "number" || typeof n == "bigint")
131
+ return "" + n;
132
+ n = "" + n;
133
+ var l = ar.exec(n);
134
+ if (l) {
135
+ var e = "", i, t = 0;
136
+ for (i = l.index; i < n.length; i++) {
137
+ switch (n.charCodeAt(i)) {
138
+ case 34:
139
+ l = "&quot;";
140
+ break;
141
+ case 38:
142
+ l = "&amp;";
143
+ break;
144
+ case 39:
145
+ l = "&#x27;";
146
+ break;
147
+ case 60:
148
+ l = "&lt;";
149
+ break;
150
+ case 62:
151
+ l = "&gt;";
152
+ break;
153
+ default:
154
+ continue;
155
+ }
156
+ t !== i && (e += n.slice(t, i)), t = i + 1, e += l;
157
+ }
158
+ n = t !== i ? e + n.slice(t, i) : e;
159
+ }
160
+ return n;
161
+ }
162
+ var ur = /([A-Z])/g, fr = /^ms-/, hr = /^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;
163
+ function Qn(n) {
164
+ return hr.test("" + n) ? "javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')" : n;
165
+ }
166
+ var kn = ci.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Ci = jt.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, cr = {
167
+ pending: !1,
168
+ data: null,
169
+ method: null,
170
+ action: null
171
+ }, en = Ci.d;
172
+ Ci.d = {
173
+ f: en.f,
174
+ r: en.r,
175
+ D: Mr,
176
+ C: Pr,
177
+ L: Sr,
178
+ m: Or,
179
+ X: Lr,
180
+ S: kr,
181
+ M: Dr
182
+ };
183
+ var K = [], Ln = null, Fi = /(<\/|<)(s)(cript)/gi;
184
+ function _i(n, l, e, i) {
185
+ return "" + l + (e === "s" ? "\\u0073" : "\\u0053") + i;
186
+ }
187
+ function or(n, l, e, i, t) {
188
+ return {
189
+ idPrefix: n === void 0 ? "" : n,
190
+ nextFormID: 0,
191
+ streamingFormat: 0,
192
+ bootstrapScriptContent: e,
193
+ bootstrapScripts: i,
194
+ bootstrapModules: t,
195
+ instructions: 0,
196
+ hasBody: !1,
197
+ hasHtml: !1,
198
+ unknownResources: {},
199
+ dnsResources: {},
200
+ connectResources: { default: {}, anonymous: {}, credentials: {} },
201
+ imageResources: {},
202
+ styleResources: {},
203
+ scriptResources: {},
204
+ moduleUnknownResources: {},
205
+ moduleScriptResources: {}
206
+ };
207
+ }
208
+ function D(n, l, e, i) {
209
+ return {
210
+ insertionMode: n,
211
+ selectedValue: l,
212
+ tagScope: e,
213
+ viewTransition: i
214
+ };
215
+ }
216
+ function Ai(n, l, e) {
217
+ var i = n.tagScope & -25;
218
+ switch (l) {
219
+ case "noscript":
220
+ return D(2, null, i | 1, null);
221
+ case "select":
222
+ return D(
223
+ 2,
224
+ e.value != null ? e.value : e.defaultValue,
225
+ i,
226
+ null
227
+ );
228
+ case "svg":
229
+ return D(4, null, i, null);
230
+ case "picture":
231
+ return D(2, null, i | 2, null);
232
+ case "math":
233
+ return D(5, null, i, null);
234
+ case "foreignObject":
235
+ return D(2, null, i, null);
236
+ case "table":
237
+ return D(6, null, i, null);
238
+ case "thead":
239
+ case "tbody":
240
+ case "tfoot":
241
+ return D(7, null, i, null);
242
+ case "colgroup":
243
+ return D(9, null, i, null);
244
+ case "tr":
245
+ return D(8, null, i, null);
246
+ case "head":
247
+ if (2 > n.insertionMode)
248
+ return D(3, null, i, null);
249
+ break;
250
+ case "html":
251
+ if (n.insertionMode === 0)
252
+ return D(1, null, i, null);
253
+ }
254
+ return 6 <= n.insertionMode || 2 > n.insertionMode ? D(2, null, i, null) : n.tagScope !== i ? D(
255
+ n.insertionMode,
256
+ n.selectedValue,
257
+ i,
258
+ null
259
+ ) : n;
260
+ }
261
+ function Ii(n) {
262
+ return n === null ? null : {
263
+ update: n.update,
264
+ enter: "none",
265
+ exit: "none",
266
+ share: n.update,
267
+ name: n.autoName,
268
+ autoName: n.autoName,
269
+ nameIdx: 0
270
+ };
271
+ }
272
+ function Re(n, l) {
273
+ return l.tagScope & 32 && (n.instructions |= 128), D(
274
+ l.insertionMode,
275
+ l.selectedValue,
276
+ l.tagScope | 12,
277
+ Ii(l.viewTransition)
278
+ );
279
+ }
280
+ function kl(n, l) {
281
+ n = Ii(l.viewTransition);
282
+ var e = l.tagScope | 16;
283
+ return n !== null && n.share !== "none" && (e |= 64), D(
284
+ l.insertionMode,
285
+ l.selectedValue,
286
+ e,
287
+ n
288
+ );
289
+ }
290
+ var Mi = /* @__PURE__ */ new Map();
291
+ function Pi(n, l) {
292
+ if (typeof l != "object") throw Error(d(62));
293
+ var e = !0, i;
294
+ for (i in l)
295
+ if (I.call(l, i)) {
296
+ var t = l[i];
297
+ if (t != null && typeof t != "boolean" && t !== "") {
298
+ if (i.indexOf("--") === 0) {
299
+ var r = T(i);
300
+ t = T(("" + t).trim());
301
+ } else
302
+ r = Mi.get(i), r === void 0 && (r = T(
303
+ i.replace(ur, "-$1").toLowerCase().replace(fr, "-ms-")
304
+ ), Mi.set(i, r)), t = typeof t == "number" ? t === 0 || tr.has(i) ? "" + t : t + "px" : T(("" + t).trim());
305
+ e ? (e = !1, n.push(' style="', r, ":", t)) : n.push(";", r, ":", t);
306
+ }
307
+ }
308
+ e || n.push('"');
309
+ }
310
+ function we(n, l, e) {
311
+ e && typeof e != "function" && typeof e != "symbol" && n.push(" ", l, '=""');
312
+ }
313
+ function B(n, l, e) {
314
+ typeof e != "function" && typeof e != "symbol" && typeof e != "boolean" && n.push(" ", l, '="', T(e), '"');
315
+ }
316
+ var Si = T(
317
+ "javascript:throw new Error('React form unexpectedly submitted.')"
318
+ );
319
+ function Ce(n, l) {
320
+ this.push('<input type="hidden"'), Oi(n), B(this, "name", l), B(this, "value", n), this.push("/>");
321
+ }
322
+ function Oi(n) {
323
+ if (typeof n != "string") throw Error(d(480));
324
+ }
325
+ function ki(n, l) {
326
+ if (typeof l.$$FORM_ACTION == "function") {
327
+ var e = n.nextFormID++;
328
+ n = n.idPrefix + e;
329
+ try {
330
+ var i = l.$$FORM_ACTION(n);
331
+ if (i) {
332
+ var t = i.data;
333
+ t?.forEach(Oi);
334
+ }
335
+ return i;
336
+ } catch (r) {
337
+ if (typeof r == "object" && r !== null && typeof r.then == "function")
338
+ throw r;
339
+ }
340
+ }
341
+ return null;
342
+ }
343
+ function Li(n, l, e, i, t, r, a, h) {
344
+ var u = null;
345
+ if (typeof i == "function") {
346
+ var f = ki(l, i);
347
+ f !== null ? (h = f.name, i = f.action || "", t = f.encType, r = f.method, a = f.target, u = f.data) : (n.push(" ", "formAction", '="', Si, '"'), a = r = t = i = h = null, Di(l, e));
348
+ }
349
+ return h != null && C(n, "name", h), i != null && C(n, "formAction", i), t != null && C(n, "formEncType", t), r != null && C(n, "formMethod", r), a != null && C(n, "formTarget", a), u;
350
+ }
351
+ function C(n, l, e) {
352
+ switch (l) {
353
+ case "className":
354
+ B(n, "class", e);
355
+ break;
356
+ case "tabIndex":
357
+ B(n, "tabindex", e);
358
+ break;
359
+ case "dir":
360
+ case "role":
361
+ case "viewBox":
362
+ case "width":
363
+ case "height":
364
+ B(n, l, e);
365
+ break;
366
+ case "style":
367
+ Pi(n, e);
368
+ break;
369
+ case "src":
370
+ case "href":
371
+ if (e === "") break;
372
+ case "action":
373
+ case "formAction":
374
+ if (e == null || typeof e == "function" || typeof e == "symbol" || typeof e == "boolean")
375
+ break;
376
+ e = Qn("" + e), n.push(" ", l, '="', T(e), '"');
377
+ break;
378
+ case "defaultValue":
379
+ case "defaultChecked":
380
+ case "innerHTML":
381
+ case "suppressContentEditableWarning":
382
+ case "suppressHydrationWarning":
383
+ case "ref":
384
+ break;
385
+ case "autoFocus":
386
+ case "multiple":
387
+ case "muted":
388
+ we(n, l.toLowerCase(), e);
389
+ break;
390
+ case "xlinkHref":
391
+ if (typeof e == "function" || typeof e == "symbol" || typeof e == "boolean")
392
+ break;
393
+ e = Qn("" + e), n.push(" ", "xlink:href", '="', T(e), '"');
394
+ break;
395
+ case "contentEditable":
396
+ case "spellCheck":
397
+ case "draggable":
398
+ case "value":
399
+ case "autoReverse":
400
+ case "externalResourcesRequired":
401
+ case "focusable":
402
+ case "preserveAlpha":
403
+ typeof e != "function" && typeof e != "symbol" && n.push(" ", l, '="', T(e), '"');
404
+ break;
405
+ case "inert":
406
+ case "allowFullScreen":
407
+ case "async":
408
+ case "autoPlay":
409
+ case "controls":
410
+ case "default":
411
+ case "defer":
412
+ case "disabled":
413
+ case "disablePictureInPicture":
414
+ case "disableRemotePlayback":
415
+ case "formNoValidate":
416
+ case "hidden":
417
+ case "loop":
418
+ case "noModule":
419
+ case "noValidate":
420
+ case "open":
421
+ case "playsInline":
422
+ case "readOnly":
423
+ case "required":
424
+ case "reversed":
425
+ case "scoped":
426
+ case "seamless":
427
+ case "itemScope":
428
+ e && typeof e != "function" && typeof e != "symbol" && n.push(" ", l, '=""');
429
+ break;
430
+ case "capture":
431
+ case "download":
432
+ e === !0 ? n.push(" ", l, '=""') : e !== !1 && typeof e != "function" && typeof e != "symbol" && n.push(" ", l, '="', T(e), '"');
433
+ break;
434
+ case "cols":
435
+ case "rows":
436
+ case "size":
437
+ case "span":
438
+ typeof e != "function" && typeof e != "symbol" && !isNaN(e) && 1 <= e && n.push(" ", l, '="', T(e), '"');
439
+ break;
440
+ case "rowSpan":
441
+ case "start":
442
+ typeof e == "function" || typeof e == "symbol" || isNaN(e) || n.push(" ", l, '="', T(e), '"');
443
+ break;
444
+ case "xlinkActuate":
445
+ B(n, "xlink:actuate", e);
446
+ break;
447
+ case "xlinkArcrole":
448
+ B(n, "xlink:arcrole", e);
449
+ break;
450
+ case "xlinkRole":
451
+ B(n, "xlink:role", e);
452
+ break;
453
+ case "xlinkShow":
454
+ B(n, "xlink:show", e);
455
+ break;
456
+ case "xlinkTitle":
457
+ B(n, "xlink:title", e);
458
+ break;
459
+ case "xlinkType":
460
+ B(n, "xlink:type", e);
461
+ break;
462
+ case "xmlBase":
463
+ B(n, "xml:base", e);
464
+ break;
465
+ case "xmlLang":
466
+ B(n, "xml:lang", e);
467
+ break;
468
+ case "xmlSpace":
469
+ B(n, "xml:space", e);
470
+ break;
471
+ default:
472
+ if ((!(2 < l.length) || l[0] !== "o" && l[0] !== "O" || l[1] !== "n" && l[1] !== "N") && (l = rr.get(l) || l, xe(l))) {
473
+ switch (typeof e) {
474
+ case "function":
475
+ case "symbol":
476
+ return;
477
+ case "boolean":
478
+ var i = l.toLowerCase().slice(0, 5);
479
+ if (i !== "data-" && i !== "aria-") return;
480
+ }
481
+ n.push(" ", l, '="', T(e), '"');
482
+ }
483
+ }
484
+ }
485
+ function Q(n, l, e) {
486
+ if (l != null) {
487
+ if (e != null) throw Error(d(60));
488
+ if (typeof l != "object" || !("__html" in l))
489
+ throw Error(d(61));
490
+ l = l.__html, l != null && n.push("" + l);
491
+ }
492
+ }
493
+ function sr(n) {
494
+ var l = "";
495
+ return ci.Children.forEach(n, function(e) {
496
+ e != null && (l += e);
497
+ }), l;
498
+ }
499
+ function Di(n, l) {
500
+ if ((n.instructions & 16) === 0) {
501
+ n.instructions |= 16;
502
+ var e = l.preamble, i = l.bootstrapChunks;
503
+ (e.htmlChunks || e.headChunks) && i.length === 0 ? (i.push(l.startInlineScript), zl(i, n), i.push(
504
+ ">",
505
+ `addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,
506
+ "<\/script>"
507
+ )) : i.unshift(
508
+ l.startInlineScript,
509
+ ">",
510
+ `addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error('React form unexpectedly submitted.')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});`,
511
+ "<\/script>"
512
+ );
513
+ }
514
+ }
515
+ function H(n, l) {
516
+ n.push(S("link"));
517
+ for (var e in l)
518
+ if (I.call(l, e)) {
519
+ var i = l[e];
520
+ if (i != null)
521
+ switch (e) {
522
+ case "children":
523
+ case "dangerouslySetInnerHTML":
524
+ throw Error(d(399, "link"));
525
+ default:
526
+ C(n, e, i);
527
+ }
528
+ }
529
+ return n.push("/>"), null;
530
+ }
531
+ var Ni = /(<\/|<)(s)(tyle)/gi;
532
+ function zi(n, l, e, i) {
533
+ return "" + l + (e === "s" ? "\\73 " : "\\53 ") + i;
534
+ }
535
+ function Dn(n, l, e) {
536
+ n.push(S(e));
537
+ for (var i in l)
538
+ if (I.call(l, i)) {
539
+ var t = l[i];
540
+ if (t != null)
541
+ switch (i) {
542
+ case "children":
543
+ case "dangerouslySetInnerHTML":
544
+ throw Error(d(399, e));
545
+ default:
546
+ C(n, i, t);
547
+ }
548
+ }
549
+ return n.push("/>"), null;
550
+ }
551
+ function Bi(n, l) {
552
+ n.push(S("title"));
553
+ var e = null, i = null, t;
554
+ for (t in l)
555
+ if (I.call(l, t)) {
556
+ var r = l[t];
557
+ if (r != null)
558
+ switch (t) {
559
+ case "children":
560
+ e = r;
561
+ break;
562
+ case "dangerouslySetInnerHTML":
563
+ i = r;
564
+ break;
565
+ default:
566
+ C(n, t, r);
567
+ }
568
+ }
569
+ return n.push(">"), l = Array.isArray(e) ? 2 > e.length ? e[0] : null : e, typeof l != "function" && typeof l != "symbol" && l !== null && l !== void 0 && n.push(T("" + l)), Q(n, i, e), n.push(xn("title")), null;
570
+ }
571
+ function Ll(n, l) {
572
+ n.push(S("script"));
573
+ var e = null, i = null, t;
574
+ for (t in l)
575
+ if (I.call(l, t)) {
576
+ var r = l[t];
577
+ if (r != null)
578
+ switch (t) {
579
+ case "children":
580
+ e = r;
581
+ break;
582
+ case "dangerouslySetInnerHTML":
583
+ i = r;
584
+ break;
585
+ default:
586
+ C(n, t, r);
587
+ }
588
+ }
589
+ return n.push(">"), Q(n, i, e), typeof e == "string" && n.push(("" + e).replace(Fi, _i)), n.push(xn("script")), null;
590
+ }
591
+ function Fe(n, l, e) {
592
+ n.push(S(e));
593
+ var i = e = null, t;
594
+ for (t in l)
595
+ if (I.call(l, t)) {
596
+ var r = l[t];
597
+ if (r != null)
598
+ switch (t) {
599
+ case "children":
600
+ e = r;
601
+ break;
602
+ case "dangerouslySetInnerHTML":
603
+ i = r;
604
+ break;
605
+ default:
606
+ C(n, t, r);
607
+ }
608
+ }
609
+ return n.push(">"), Q(n, i, e), e;
610
+ }
611
+ function Dl(n, l, e) {
612
+ n.push(S(e));
613
+ var i = e = null, t;
614
+ for (t in l)
615
+ if (I.call(l, t)) {
616
+ var r = l[t];
617
+ if (r != null)
618
+ switch (t) {
619
+ case "children":
620
+ e = r;
621
+ break;
622
+ case "dangerouslySetInnerHTML":
623
+ i = r;
624
+ break;
625
+ default:
626
+ C(n, t, r);
627
+ }
628
+ }
629
+ return n.push(">"), Q(n, i, e), typeof e == "string" ? (n.push(T(e)), null) : e;
630
+ }
631
+ var dr = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, Hi = /* @__PURE__ */ new Map();
632
+ function S(n) {
633
+ var l = Hi.get(n);
634
+ if (l === void 0) {
635
+ if (!dr.test(n))
636
+ throw Error(d(65, n));
637
+ l = "<" + n, Hi.set(n, l);
638
+ }
639
+ return l;
640
+ }
641
+ function gr(n, l, e, i, t, r, a, h, u) {
642
+ switch (l) {
643
+ case "div":
644
+ case "span":
645
+ case "svg":
646
+ case "path":
647
+ break;
648
+ case "a":
649
+ n.push(S("a"));
650
+ var f = null, c = null, o;
651
+ for (o in e)
652
+ if (I.call(e, o)) {
653
+ var s = e[o];
654
+ if (s != null)
655
+ switch (o) {
656
+ case "children":
657
+ f = s;
658
+ break;
659
+ case "dangerouslySetInnerHTML":
660
+ c = s;
661
+ break;
662
+ case "href":
663
+ s === "" ? B(n, "href", "") : C(n, o, s);
664
+ break;
665
+ default:
666
+ C(n, o, s);
667
+ }
668
+ }
669
+ if (n.push(">"), Q(n, c, f), typeof f == "string") {
670
+ n.push(T(f));
671
+ var g = null;
672
+ } else g = f;
673
+ return g;
674
+ case "g":
675
+ case "p":
676
+ case "li":
677
+ break;
678
+ case "select":
679
+ n.push(S("select"));
680
+ var E = null, y = null, b;
681
+ for (b in e)
682
+ if (I.call(e, b)) {
683
+ var v = e[b];
684
+ if (v != null)
685
+ switch (b) {
686
+ case "children":
687
+ E = v;
688
+ break;
689
+ case "dangerouslySetInnerHTML":
690
+ y = v;
691
+ break;
692
+ case "defaultValue":
693
+ case "value":
694
+ break;
695
+ default:
696
+ C(
697
+ n,
698
+ b,
699
+ v
700
+ );
701
+ }
702
+ }
703
+ return n.push(">"), Q(n, y, E), E;
704
+ case "option":
705
+ var x = h.selectedValue;
706
+ n.push(S("option"));
707
+ var M = null, P = null, R = null, F = null, an;
708
+ for (an in e)
709
+ if (I.call(e, an)) {
710
+ var $ = e[an];
711
+ if ($ != null)
712
+ switch (an) {
713
+ case "children":
714
+ M = $;
715
+ break;
716
+ case "selected":
717
+ R = $;
718
+ break;
719
+ case "dangerouslySetInnerHTML":
720
+ F = $;
721
+ break;
722
+ case "value":
723
+ P = $;
724
+ default:
725
+ C(
726
+ n,
727
+ an,
728
+ $
729
+ );
730
+ }
731
+ }
732
+ if (x != null) {
733
+ var w = P !== null ? "" + P : sr(M);
734
+ if (Ol(x)) {
735
+ for (var un = 0; un < x.length; un++)
736
+ if ("" + x[un] === w) {
737
+ n.push(' selected=""');
738
+ break;
739
+ }
740
+ } else
741
+ "" + x === w && n.push(' selected=""');
742
+ } else R && n.push(' selected=""');
743
+ return n.push(">"), Q(n, F, M), M;
744
+ case "textarea":
745
+ n.push(S("textarea"));
746
+ var A = null, Y = null, G = null, O;
747
+ for (O in e)
748
+ if (I.call(e, O)) {
749
+ var gn = e[O];
750
+ if (gn != null)
751
+ switch (O) {
752
+ case "children":
753
+ G = gn;
754
+ break;
755
+ case "value":
756
+ A = gn;
757
+ break;
758
+ case "defaultValue":
759
+ Y = gn;
760
+ break;
761
+ case "dangerouslySetInnerHTML":
762
+ throw Error(d(91));
763
+ default:
764
+ C(
765
+ n,
766
+ O,
767
+ gn
768
+ );
769
+ }
770
+ }
771
+ if (A === null && Y !== null && (A = Y), n.push(">"), G != null) {
772
+ if (A != null) throw Error(d(92));
773
+ if (Ol(G)) {
774
+ if (1 < G.length)
775
+ throw Error(d(93));
776
+ A = "" + G[0];
777
+ }
778
+ A = "" + G;
779
+ }
780
+ return typeof A == "string" && A[0] === `
781
+ ` && n.push(`
782
+ `), A !== null && n.push(T("" + A)), null;
783
+ case "input":
784
+ n.push(S("input"));
785
+ var ie = null, hl = null, te = null, re = null, q = null, vn = null, nn = null, ln = null, bn = null, yn;
786
+ for (yn in e)
787
+ if (I.call(e, yn)) {
788
+ var L = e[yn];
789
+ if (L != null)
790
+ switch (yn) {
791
+ case "children":
792
+ case "dangerouslySetInnerHTML":
793
+ throw Error(d(399, "input"));
794
+ case "name":
795
+ ie = L;
796
+ break;
797
+ case "formAction":
798
+ hl = L;
799
+ break;
800
+ case "formEncType":
801
+ te = L;
802
+ break;
803
+ case "formMethod":
804
+ re = L;
805
+ break;
806
+ case "formTarget":
807
+ q = L;
808
+ break;
809
+ case "defaultChecked":
810
+ bn = L;
811
+ break;
812
+ case "defaultValue":
813
+ nn = L;
814
+ break;
815
+ case "checked":
816
+ ln = L;
817
+ break;
818
+ case "value":
819
+ vn = L;
820
+ break;
821
+ default:
822
+ C(
823
+ n,
824
+ yn,
825
+ L
826
+ );
827
+ }
828
+ }
829
+ var _n = Li(
830
+ n,
831
+ i,
832
+ t,
833
+ hl,
834
+ te,
835
+ re,
836
+ q,
837
+ ie
838
+ );
839
+ return ln !== null ? we(n, "checked", ln) : bn !== null && we(n, "checked", bn), vn !== null ? C(n, "value", vn) : nn !== null && C(n, "value", nn), n.push("/>"), _n?.forEach(Ce, n), null;
840
+ case "button":
841
+ n.push(S("button"));
842
+ var cl = null, Et = null, xt = null, Rt = null, wt = null, Ct = null, Ft = null, ol;
843
+ for (ol in e)
844
+ if (I.call(e, ol)) {
845
+ var fn = e[ol];
846
+ if (fn != null)
847
+ switch (ol) {
848
+ case "children":
849
+ cl = fn;
850
+ break;
851
+ case "dangerouslySetInnerHTML":
852
+ Et = fn;
853
+ break;
854
+ case "name":
855
+ xt = fn;
856
+ break;
857
+ case "formAction":
858
+ Rt = fn;
859
+ break;
860
+ case "formEncType":
861
+ wt = fn;
862
+ break;
863
+ case "formMethod":
864
+ Ct = fn;
865
+ break;
866
+ case "formTarget":
867
+ Ft = fn;
868
+ break;
869
+ default:
870
+ C(
871
+ n,
872
+ ol,
873
+ fn
874
+ );
875
+ }
876
+ }
877
+ var _t = Li(
878
+ n,
879
+ i,
880
+ t,
881
+ Rt,
882
+ wt,
883
+ Ct,
884
+ Ft,
885
+ xt
886
+ );
887
+ if (n.push(">"), _t?.forEach(Ce, n), Q(n, Et, cl), typeof cl == "string") {
888
+ n.push(T(cl));
889
+ var At = null;
890
+ } else At = cl;
891
+ return At;
892
+ case "form":
893
+ n.push(S("form"));
894
+ var sl = null, It = null, An = null, dl = null, gl = null, vl = null, bl;
895
+ for (bl in e)
896
+ if (I.call(e, bl)) {
897
+ var Tn = e[bl];
898
+ if (Tn != null)
899
+ switch (bl) {
900
+ case "children":
901
+ sl = Tn;
902
+ break;
903
+ case "dangerouslySetInnerHTML":
904
+ It = Tn;
905
+ break;
906
+ case "action":
907
+ An = Tn;
908
+ break;
909
+ case "encType":
910
+ dl = Tn;
911
+ break;
912
+ case "method":
913
+ gl = Tn;
914
+ break;
915
+ case "target":
916
+ vl = Tn;
917
+ break;
918
+ default:
919
+ C(
920
+ n,
921
+ bl,
922
+ Tn
923
+ );
924
+ }
925
+ }
926
+ var pe = null, qe = null;
927
+ if (typeof An == "function") {
928
+ var In = ki(
929
+ i,
930
+ An
931
+ );
932
+ In !== null ? (An = In.action || "", dl = In.encType, gl = In.method, vl = In.target, pe = In.data, qe = In.name) : (n.push(
933
+ " ",
934
+ "action",
935
+ '="',
936
+ Si,
937
+ '"'
938
+ ), vl = gl = dl = An = null, Di(i, t));
939
+ }
940
+ if (An != null && C(n, "action", An), dl != null && C(n, "encType", dl), gl != null && C(n, "method", gl), vl != null && C(n, "target", vl), n.push(">"), qe !== null && (n.push('<input type="hidden"'), B(n, "name", qe), n.push("/>"), pe?.forEach(Ce, n)), Q(n, It, sl), typeof sl == "string") {
941
+ n.push(T(sl));
942
+ var Mt = null;
943
+ } else Mt = sl;
944
+ return Mt;
945
+ case "menuitem":
946
+ n.push(S("menuitem"));
947
+ for (var ae in e)
948
+ if (I.call(e, ae)) {
949
+ var Pt = e[ae];
950
+ if (Pt != null)
951
+ switch (ae) {
952
+ case "children":
953
+ case "dangerouslySetInnerHTML":
954
+ throw Error(d(400));
955
+ default:
956
+ C(
957
+ n,
958
+ ae,
959
+ Pt
960
+ );
961
+ }
962
+ }
963
+ return n.push(">"), null;
964
+ case "object":
965
+ n.push(S("object"));
966
+ var yl = null, St = null, Tl;
967
+ for (Tl in e)
968
+ if (I.call(e, Tl)) {
969
+ var El = e[Tl];
970
+ if (El != null)
971
+ switch (Tl) {
972
+ case "children":
973
+ yl = El;
974
+ break;
975
+ case "dangerouslySetInnerHTML":
976
+ St = El;
977
+ break;
978
+ case "data":
979
+ var Ot = Qn("" + El);
980
+ if (Ot === "") break;
981
+ n.push(
982
+ " ",
983
+ "data",
984
+ '="',
985
+ T(Ot),
986
+ '"'
987
+ );
988
+ break;
989
+ default:
990
+ C(
991
+ n,
992
+ Tl,
993
+ El
994
+ );
995
+ }
996
+ }
997
+ if (n.push(">"), Q(n, St, yl), typeof yl == "string") {
998
+ n.push(T(yl));
999
+ var kt = null;
1000
+ } else kt = yl;
1001
+ return kt;
1002
+ case "title":
1003
+ var aa = h.tagScope & 1, ua = h.tagScope & 4;
1004
+ if (h.insertionMode === 4 || aa || e.itemProp != null)
1005
+ var je = Bi(
1006
+ n,
1007
+ e
1008
+ );
1009
+ else
1010
+ ua ? je = null : (Bi(t.hoistableChunks, e), je = void 0);
1011
+ return je;
1012
+ case "link":
1013
+ var fa = h.tagScope & 1, ha = h.tagScope & 4, ca = e.rel, En = e.href, ue = e.precedence;
1014
+ if (h.insertionMode === 4 || fa || e.itemProp != null || typeof ca != "string" || typeof En != "string" || En === "") {
1015
+ H(n, e);
1016
+ var xl = null;
1017
+ } else if (e.rel === "stylesheet")
1018
+ if (typeof ue != "string" || e.disabled != null || e.onLoad || e.onError)
1019
+ xl = H(
1020
+ n,
1021
+ e
1022
+ );
1023
+ else {
1024
+ var Un = t.styles.get(ue), fe = i.styleResources.hasOwnProperty(En) ? i.styleResources[En] : void 0;
1025
+ if (fe !== null) {
1026
+ i.styleResources[En] = null, Un || (Un = {
1027
+ precedence: T(ue),
1028
+ rules: [],
1029
+ hrefs: [],
1030
+ sheets: /* @__PURE__ */ new Map()
1031
+ }, t.styles.set(ue, Un));
1032
+ var he = {
1033
+ state: 0,
1034
+ props: J({}, e, {
1035
+ "data-precedence": e.precedence,
1036
+ precedence: null
1037
+ })
1038
+ };
1039
+ if (fe) {
1040
+ fe.length === 2 && Kn(he.props, fe);
1041
+ var $e = t.preloads.stylesheets.get(En);
1042
+ $e && 0 < $e.length ? $e.length = 0 : he.state = 1;
1043
+ }
1044
+ Un.sheets.set(En, he), a && a.stylesheets.add(he);
1045
+ } else if (Un) {
1046
+ var Lt = Un.sheets.get(En);
1047
+ Lt && a && a.stylesheets.add(Lt);
1048
+ }
1049
+ u && n.push("<!-- -->"), xl = null;
1050
+ }
1051
+ else
1052
+ e.onLoad || e.onError ? xl = H(
1053
+ n,
1054
+ e
1055
+ ) : (u && n.push("<!-- -->"), xl = ha ? null : H(t.hoistableChunks, e));
1056
+ return xl;
1057
+ case "script":
1058
+ var oa = h.tagScope & 1, ni = e.async;
1059
+ if (typeof e.src != "string" || !e.src || !ni || typeof ni == "function" || typeof ni == "symbol" || e.onLoad || e.onError || h.insertionMode === 4 || oa || e.itemProp != null)
1060
+ var Dt = Ll(
1061
+ n,
1062
+ e
1063
+ );
1064
+ else {
1065
+ var ce = e.src;
1066
+ if (e.type === "module")
1067
+ var oe = i.moduleScriptResources, Nt = t.preloads.moduleScripts;
1068
+ else
1069
+ oe = i.scriptResources, Nt = t.preloads.scripts;
1070
+ var se = oe.hasOwnProperty(ce) ? oe[ce] : void 0;
1071
+ if (se !== null) {
1072
+ oe[ce] = null;
1073
+ var li = e;
1074
+ if (se) {
1075
+ se.length === 2 && (li = J({}, e), Kn(li, se));
1076
+ var zt = Nt.get(ce);
1077
+ zt && (zt.length = 0);
1078
+ }
1079
+ var Bt = [];
1080
+ t.scripts.add(Bt), Ll(Bt, li);
1081
+ }
1082
+ u && n.push("<!-- -->"), Dt = null;
1083
+ }
1084
+ return Dt;
1085
+ case "style":
1086
+ var sa = h.tagScope & 1, de = e.precedence, Yn = e.href, da = e.nonce;
1087
+ if (h.insertionMode === 4 || sa || e.itemProp != null || typeof de != "string" || typeof Yn != "string" || Yn === "") {
1088
+ n.push(S("style"));
1089
+ var Gn = null, Ht = null, Rl;
1090
+ for (Rl in e)
1091
+ if (I.call(e, Rl)) {
1092
+ var ge = e[Rl];
1093
+ if (ge != null)
1094
+ switch (Rl) {
1095
+ case "children":
1096
+ Gn = ge;
1097
+ break;
1098
+ case "dangerouslySetInnerHTML":
1099
+ Ht = ge;
1100
+ break;
1101
+ default:
1102
+ C(
1103
+ n,
1104
+ Rl,
1105
+ ge
1106
+ );
1107
+ }
1108
+ }
1109
+ n.push(">");
1110
+ var wl = Array.isArray(Gn) ? 2 > Gn.length ? Gn[0] : null : Gn;
1111
+ typeof wl != "function" && typeof wl != "symbol" && wl !== null && wl !== void 0 && n.push(("" + wl).replace(Ni, zi)), Q(n, Ht, Gn), n.push(xn("style"));
1112
+ var Wt = null;
1113
+ } else {
1114
+ var Mn = t.styles.get(de);
1115
+ if ((i.styleResources.hasOwnProperty(Yn) ? i.styleResources[Yn] : void 0) !== null) {
1116
+ i.styleResources[Yn] = null, Mn || (Mn = {
1117
+ precedence: T(de),
1118
+ rules: [],
1119
+ hrefs: [],
1120
+ sheets: /* @__PURE__ */ new Map()
1121
+ }, t.styles.set(de, Mn));
1122
+ var Ut = t.nonce.style;
1123
+ if (!Ut || Ut === da) {
1124
+ Mn.hrefs.push(T(Yn));
1125
+ var Yt = Mn.rules, Xn = null, Gt = null, ve;
1126
+ for (ve in e)
1127
+ if (I.call(e, ve)) {
1128
+ var ei = e[ve];
1129
+ if (ei != null)
1130
+ switch (ve) {
1131
+ case "children":
1132
+ Xn = ei;
1133
+ break;
1134
+ case "dangerouslySetInnerHTML":
1135
+ Gt = ei;
1136
+ }
1137
+ }
1138
+ var Cl = Array.isArray(Xn) ? 2 > Xn.length ? Xn[0] : null : Xn;
1139
+ typeof Cl != "function" && typeof Cl != "symbol" && Cl !== null && Cl !== void 0 && Yt.push(
1140
+ ("" + Cl).replace(Ni, zi)
1141
+ ), Q(Yt, Gt, Xn);
1142
+ }
1143
+ }
1144
+ Mn && a && a.styles.add(Mn), u && n.push("<!-- -->"), Wt = void 0;
1145
+ }
1146
+ return Wt;
1147
+ case "meta":
1148
+ var ga = h.tagScope & 1, va = h.tagScope & 4;
1149
+ if (h.insertionMode === 4 || ga || e.itemProp != null)
1150
+ var Xt = Dn(
1151
+ n,
1152
+ e,
1153
+ "meta"
1154
+ );
1155
+ else
1156
+ u && n.push("<!-- -->"), Xt = va ? null : typeof e.charSet == "string" ? Dn(t.charsetChunks, e, "meta") : e.name === "viewport" ? Dn(t.viewportChunks, e, "meta") : Dn(t.hoistableChunks, e, "meta");
1157
+ return Xt;
1158
+ case "listing":
1159
+ case "pre":
1160
+ n.push(S(l));
1161
+ var Fl = null, _l = null, Al;
1162
+ for (Al in e)
1163
+ if (I.call(e, Al)) {
1164
+ var be = e[Al];
1165
+ if (be != null)
1166
+ switch (Al) {
1167
+ case "children":
1168
+ Fl = be;
1169
+ break;
1170
+ case "dangerouslySetInnerHTML":
1171
+ _l = be;
1172
+ break;
1173
+ default:
1174
+ C(
1175
+ n,
1176
+ Al,
1177
+ be
1178
+ );
1179
+ }
1180
+ }
1181
+ if (n.push(">"), _l != null) {
1182
+ if (Fl != null) throw Error(d(60));
1183
+ if (typeof _l != "object" || !("__html" in _l))
1184
+ throw Error(d(61));
1185
+ var Pn = _l.__html;
1186
+ Pn != null && (typeof Pn == "string" && 0 < Pn.length && Pn[0] === `
1187
+ ` ? n.push(`
1188
+ `, Pn) : n.push("" + Pn));
1189
+ }
1190
+ return typeof Fl == "string" && Fl[0] === `
1191
+ ` && n.push(`
1192
+ `), Fl;
1193
+ case "img":
1194
+ var ba = h.tagScope & 3, X = e.src, z = e.srcSet;
1195
+ if (!(e.loading === "lazy" || !X && !z || typeof X != "string" && X != null || typeof z != "string" && z != null || e.fetchPriority === "low" || ba) && (typeof X != "string" || X[4] !== ":" || X[0] !== "d" && X[0] !== "D" || X[1] !== "a" && X[1] !== "A" || X[2] !== "t" && X[2] !== "T" || X[3] !== "a" && X[3] !== "A") && (typeof z != "string" || z[4] !== ":" || z[0] !== "d" && z[0] !== "D" || z[1] !== "a" && z[1] !== "A" || z[2] !== "t" && z[2] !== "T" || z[3] !== "a" && z[3] !== "A")) {
1196
+ a !== null && h.tagScope & 64 && (a.suspenseyImages = !0);
1197
+ var Zt = typeof e.sizes == "string" ? e.sizes : void 0, Zn = z ? z + `
1198
+ ` + (Zt || "") : X, ii = t.preloads.images, Sn = ii.get(Zn);
1199
+ if (Sn)
1200
+ (e.fetchPriority === "high" || 10 > t.highImagePreloads.size) && (ii.delete(Zn), t.highImagePreloads.add(Sn));
1201
+ else if (!i.imageResources.hasOwnProperty(Zn)) {
1202
+ i.imageResources[Zn] = K;
1203
+ var ti = e.crossOrigin, Jt = typeof ti == "string" ? ti === "use-credentials" ? ti : "" : void 0, On = t.headers, ri;
1204
+ On && 0 < On.remainingCapacity && typeof e.srcSet != "string" && (e.fetchPriority === "high" || 500 > On.highImagePreloads.length) && (ri = Bl(X, "image", {
1205
+ imageSrcSet: e.srcSet,
1206
+ imageSizes: e.sizes,
1207
+ crossOrigin: Jt,
1208
+ integrity: e.integrity,
1209
+ nonce: e.nonce,
1210
+ type: e.type,
1211
+ fetchPriority: e.fetchPriority,
1212
+ referrerPolicy: e.refererPolicy
1213
+ }), 0 <= (On.remainingCapacity -= ri.length + 2)) ? (t.resets.image[Zn] = K, On.highImagePreloads && (On.highImagePreloads += ", "), On.highImagePreloads += ri) : (Sn = [], H(Sn, {
1214
+ rel: "preload",
1215
+ as: "image",
1216
+ href: z ? void 0 : X,
1217
+ imageSrcSet: z,
1218
+ imageSizes: Zt,
1219
+ crossOrigin: Jt,
1220
+ integrity: e.integrity,
1221
+ type: e.type,
1222
+ fetchPriority: e.fetchPriority,
1223
+ referrerPolicy: e.referrerPolicy
1224
+ }), e.fetchPriority === "high" || 10 > t.highImagePreloads.size ? t.highImagePreloads.add(Sn) : (t.bulkPreloads.add(Sn), ii.set(Zn, Sn)));
1225
+ }
1226
+ }
1227
+ return Dn(n, e, "img");
1228
+ case "base":
1229
+ case "area":
1230
+ case "br":
1231
+ case "col":
1232
+ case "embed":
1233
+ case "hr":
1234
+ case "keygen":
1235
+ case "param":
1236
+ case "source":
1237
+ case "track":
1238
+ case "wbr":
1239
+ return Dn(n, e, l);
1240
+ case "annotation-xml":
1241
+ case "color-profile":
1242
+ case "font-face":
1243
+ case "font-face-src":
1244
+ case "font-face-uri":
1245
+ case "font-face-format":
1246
+ case "font-face-name":
1247
+ case "missing-glyph":
1248
+ break;
1249
+ case "head":
1250
+ if (2 > h.insertionMode) {
1251
+ var ai = r || t.preamble;
1252
+ if (ai.headChunks)
1253
+ throw Error(d(545, "`<head>`"));
1254
+ r !== null && n.push("<!--head-->"), ai.headChunks = [];
1255
+ var Qt = Fe(
1256
+ ai.headChunks,
1257
+ e,
1258
+ "head"
1259
+ );
1260
+ } else
1261
+ Qt = Dl(
1262
+ n,
1263
+ e,
1264
+ "head"
1265
+ );
1266
+ return Qt;
1267
+ case "body":
1268
+ if (2 > h.insertionMode) {
1269
+ var ui = r || t.preamble;
1270
+ if (ui.bodyChunks)
1271
+ throw Error(d(545, "`<body>`"));
1272
+ r !== null && n.push("<!--body-->"), ui.bodyChunks = [];
1273
+ var Vt = Fe(
1274
+ ui.bodyChunks,
1275
+ e,
1276
+ "body"
1277
+ );
1278
+ } else
1279
+ Vt = Dl(
1280
+ n,
1281
+ e,
1282
+ "body"
1283
+ );
1284
+ return Vt;
1285
+ case "html":
1286
+ if (h.insertionMode === 0) {
1287
+ var fi = r || t.preamble;
1288
+ if (fi.htmlChunks)
1289
+ throw Error(d(545, "`<html>`"));
1290
+ r !== null && n.push("<!--html-->"), fi.htmlChunks = [""];
1291
+ var Kt = Fe(
1292
+ fi.htmlChunks,
1293
+ e,
1294
+ "html"
1295
+ );
1296
+ } else
1297
+ Kt = Dl(
1298
+ n,
1299
+ e,
1300
+ "html"
1301
+ );
1302
+ return Kt;
1303
+ default:
1304
+ if (l.indexOf("-") !== -1) {
1305
+ n.push(S(l));
1306
+ var hi = null, mt = null, Jn;
1307
+ for (Jn in e)
1308
+ if (I.call(e, Jn)) {
1309
+ var j = e[Jn];
1310
+ if (j != null) {
1311
+ var pt = Jn;
1312
+ switch (Jn) {
1313
+ case "children":
1314
+ hi = j;
1315
+ break;
1316
+ case "dangerouslySetInnerHTML":
1317
+ mt = j;
1318
+ break;
1319
+ case "style":
1320
+ Pi(n, j);
1321
+ break;
1322
+ case "suppressContentEditableWarning":
1323
+ case "suppressHydrationWarning":
1324
+ case "ref":
1325
+ break;
1326
+ case "className":
1327
+ pt = "class";
1328
+ default:
1329
+ if (xe(Jn) && typeof j != "function" && typeof j != "symbol" && j !== !1) {
1330
+ if (j === !0) j = "";
1331
+ else if (typeof j == "object") continue;
1332
+ n.push(
1333
+ " ",
1334
+ pt,
1335
+ '="',
1336
+ T(j),
1337
+ '"'
1338
+ );
1339
+ }
1340
+ }
1341
+ }
1342
+ }
1343
+ return n.push(">"), Q(n, mt, hi), hi;
1344
+ }
1345
+ }
1346
+ return Dl(n, e, l);
1347
+ }
1348
+ var Wi = /* @__PURE__ */ new Map();
1349
+ function xn(n) {
1350
+ var l = Wi.get(n);
1351
+ return l === void 0 && (l = "</" + n + ">", Wi.set(n, l)), l;
1352
+ }
1353
+ function Ui(n, l) {
1354
+ n = n.preamble, n.htmlChunks === null && l.htmlChunks && (n.htmlChunks = l.htmlChunks), n.headChunks === null && l.headChunks && (n.headChunks = l.headChunks), n.bodyChunks === null && l.bodyChunks && (n.bodyChunks = l.bodyChunks);
1355
+ }
1356
+ function Yi(n, l) {
1357
+ l = l.bootstrapChunks;
1358
+ for (var e = 0; e < l.length - 1; e++)
1359
+ n.push(l[e]);
1360
+ return e < l.length ? (e = l[e], l.length = 0, n.push(e)) : !0;
1361
+ }
1362
+ function Gi(n, l, e) {
1363
+ if (n.push('<!--$?--><template id="'), e === null) throw Error(d(395));
1364
+ return n.push(l.boundaryPrefix), l = e.toString(16), n.push(l), n.push('"></template>');
1365
+ }
1366
+ function vr(n, l, e, i) {
1367
+ switch (e.insertionMode) {
1368
+ case 0:
1369
+ case 1:
1370
+ case 3:
1371
+ case 2:
1372
+ return n.push('<div hidden id="'), n.push(l.segmentPrefix), l = i.toString(16), n.push(l), n.push('">');
1373
+ case 4:
1374
+ return n.push('<svg aria-hidden="true" style="display:none" id="'), n.push(l.segmentPrefix), l = i.toString(16), n.push(l), n.push('">');
1375
+ case 5:
1376
+ return n.push('<math aria-hidden="true" style="display:none" id="'), n.push(l.segmentPrefix), l = i.toString(16), n.push(l), n.push('">');
1377
+ case 6:
1378
+ return n.push('<table hidden id="'), n.push(l.segmentPrefix), l = i.toString(16), n.push(l), n.push('">');
1379
+ case 7:
1380
+ return n.push('<table hidden><tbody id="'), n.push(l.segmentPrefix), l = i.toString(16), n.push(l), n.push('">');
1381
+ case 8:
1382
+ return n.push('<table hidden><tr id="'), n.push(l.segmentPrefix), l = i.toString(16), n.push(l), n.push('">');
1383
+ case 9:
1384
+ return n.push('<table hidden><colgroup id="'), n.push(l.segmentPrefix), l = i.toString(16), n.push(l), n.push('">');
1385
+ default:
1386
+ throw Error(d(397));
1387
+ }
1388
+ }
1389
+ function br(n, l) {
1390
+ switch (l.insertionMode) {
1391
+ case 0:
1392
+ case 1:
1393
+ case 3:
1394
+ case 2:
1395
+ return n.push("</div>");
1396
+ case 4:
1397
+ return n.push("</svg>");
1398
+ case 5:
1399
+ return n.push("</math>");
1400
+ case 6:
1401
+ return n.push("</table>");
1402
+ case 7:
1403
+ return n.push("</tbody></table>");
1404
+ case 8:
1405
+ return n.push("</tr></table>");
1406
+ case 9:
1407
+ return n.push("</colgroup></table>");
1408
+ default:
1409
+ throw Error(d(397));
1410
+ }
1411
+ }
1412
+ var yr = /[<\u2028\u2029]/g;
1413
+ function Tr(n) {
1414
+ return JSON.stringify(n).replace(
1415
+ yr,
1416
+ function(l) {
1417
+ switch (l) {
1418
+ case "<":
1419
+ return "\\u003c";
1420
+ case "\u2028":
1421
+ return "\\u2028";
1422
+ case "\u2029":
1423
+ return "\\u2029";
1424
+ default:
1425
+ throw Error(
1426
+ "escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React"
1427
+ );
1428
+ }
1429
+ }
1430
+ );
1431
+ }
1432
+ var Er = /[&><\u2028\u2029]/g;
1433
+ function Vn(n) {
1434
+ return JSON.stringify(n).replace(
1435
+ Er,
1436
+ function(l) {
1437
+ switch (l) {
1438
+ case "&":
1439
+ return "\\u0026";
1440
+ case ">":
1441
+ return "\\u003e";
1442
+ case "<":
1443
+ return "\\u003c";
1444
+ case "\u2028":
1445
+ return "\\u2028";
1446
+ case "\u2029":
1447
+ return "\\u2029";
1448
+ default:
1449
+ throw Error(
1450
+ "escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React"
1451
+ );
1452
+ }
1453
+ }
1454
+ );
1455
+ }
1456
+ var Nl = !1, _e = !0;
1457
+ function xr(n) {
1458
+ var l = n.rules, e = n.hrefs, i = 0;
1459
+ if (e.length) {
1460
+ for (this.push(Ln.startInlineStyle), this.push(' media="not all" data-precedence="'), this.push(n.precedence), this.push('" data-href="'); i < e.length - 1; i++)
1461
+ this.push(e[i]), this.push(" ");
1462
+ for (this.push(e[i]), this.push('">'), i = 0; i < l.length; i++) this.push(l[i]);
1463
+ _e = this.push("</style>"), Nl = !0, l.length = 0, e.length = 0;
1464
+ }
1465
+ }
1466
+ function Rr(n) {
1467
+ return n.state !== 2 ? Nl = !0 : !1;
1468
+ }
1469
+ function Xi(n, l, e) {
1470
+ return Nl = !1, _e = !0, Ln = e, l.styles.forEach(xr, n), Ln = null, l.stylesheets.forEach(Rr), Nl && (e.stylesToHoist = !0), _e;
1471
+ }
1472
+ function p(n) {
1473
+ for (var l = 0; l < n.length; l++) this.push(n[l]);
1474
+ n.length = 0;
1475
+ }
1476
+ var hn = [];
1477
+ function wr(n) {
1478
+ H(hn, n.props);
1479
+ for (var l = 0; l < hn.length; l++)
1480
+ this.push(hn[l]);
1481
+ hn.length = 0, n.state = 2;
1482
+ }
1483
+ function Cr(n) {
1484
+ var l = 0 < n.sheets.size;
1485
+ n.sheets.forEach(wr, this), n.sheets.clear();
1486
+ var e = n.rules, i = n.hrefs;
1487
+ if (!l || i.length) {
1488
+ if (this.push(Ln.startInlineStyle), this.push(' data-precedence="'), this.push(n.precedence), n = 0, i.length) {
1489
+ for (this.push('" data-href="'); n < i.length - 1; n++)
1490
+ this.push(i[n]), this.push(" ");
1491
+ this.push(i[n]);
1492
+ }
1493
+ for (this.push('">'), n = 0; n < e.length; n++)
1494
+ this.push(e[n]);
1495
+ this.push("</style>"), e.length = 0, i.length = 0;
1496
+ }
1497
+ }
1498
+ function Fr(n) {
1499
+ if (n.state === 0) {
1500
+ n.state = 1;
1501
+ var l = n.props;
1502
+ for (H(hn, {
1503
+ rel: "preload",
1504
+ as: "style",
1505
+ href: n.props.href,
1506
+ crossOrigin: l.crossOrigin,
1507
+ fetchPriority: l.fetchPriority,
1508
+ integrity: l.integrity,
1509
+ media: l.media,
1510
+ hrefLang: l.hrefLang,
1511
+ referrerPolicy: l.referrerPolicy
1512
+ }), n = 0; n < hn.length; n++)
1513
+ this.push(hn[n]);
1514
+ hn.length = 0;
1515
+ }
1516
+ }
1517
+ function _r(n) {
1518
+ n.sheets.forEach(Fr, this), n.sheets.clear();
1519
+ }
1520
+ function zl(n, l) {
1521
+ (l.instructions & 32) === 0 && (l.instructions |= 32, n.push(
1522
+ ' id="',
1523
+ T("_" + l.idPrefix + "R_"),
1524
+ '"'
1525
+ ));
1526
+ }
1527
+ function Ar(n, l) {
1528
+ n.push("[");
1529
+ var e = "[";
1530
+ l.stylesheets.forEach(function(i) {
1531
+ if (i.state !== 2)
1532
+ if (i.state === 3)
1533
+ n.push(e), i = Vn(
1534
+ "" + i.props.href
1535
+ ), n.push(i), n.push("]"), e = ",[";
1536
+ else {
1537
+ n.push(e);
1538
+ var t = i.props["data-precedence"], r = i.props, a = Qn("" + i.props.href);
1539
+ a = Vn(a), n.push(a), t = "" + t, n.push(","), t = Vn(t), n.push(t);
1540
+ for (var h in r)
1541
+ if (I.call(r, h) && (t = r[h], t != null))
1542
+ switch (h) {
1543
+ case "href":
1544
+ case "rel":
1545
+ case "precedence":
1546
+ case "data-precedence":
1547
+ break;
1548
+ case "children":
1549
+ case "dangerouslySetInnerHTML":
1550
+ throw Error(d(399, "link"));
1551
+ default:
1552
+ Ir(
1553
+ n,
1554
+ h,
1555
+ t
1556
+ );
1557
+ }
1558
+ n.push("]"), e = ",[", i.state = 3;
1559
+ }
1560
+ }), n.push("]");
1561
+ }
1562
+ function Ir(n, l, e) {
1563
+ var i = l.toLowerCase();
1564
+ switch (typeof e) {
1565
+ case "function":
1566
+ case "symbol":
1567
+ return;
1568
+ }
1569
+ switch (l) {
1570
+ case "innerHTML":
1571
+ case "dangerouslySetInnerHTML":
1572
+ case "suppressContentEditableWarning":
1573
+ case "suppressHydrationWarning":
1574
+ case "style":
1575
+ case "ref":
1576
+ return;
1577
+ case "className":
1578
+ i = "class", l = "" + e;
1579
+ break;
1580
+ case "hidden":
1581
+ if (e === !1) return;
1582
+ l = "";
1583
+ break;
1584
+ case "src":
1585
+ case "href":
1586
+ e = Qn(e), l = "" + e;
1587
+ break;
1588
+ default:
1589
+ if (2 < l.length && (l[0] === "o" || l[0] === "O") && (l[1] === "n" || l[1] === "N") || !xe(l))
1590
+ return;
1591
+ l = "" + e;
1592
+ }
1593
+ n.push(","), i = Vn(i), n.push(i), n.push(","), i = Vn(l), n.push(i);
1594
+ }
1595
+ function Ae() {
1596
+ return { styles: /* @__PURE__ */ new Set(), stylesheets: /* @__PURE__ */ new Set(), suspenseyImages: !1 };
1597
+ }
1598
+ function Mr(n) {
1599
+ var l = N || null;
1600
+ if (l) {
1601
+ var e = l.resumableState, i = l.renderState;
1602
+ if (typeof n == "string" && n) {
1603
+ if (!e.dnsResources.hasOwnProperty(n)) {
1604
+ e.dnsResources[n] = null, e = i.headers;
1605
+ var t, r;
1606
+ (r = e && 0 < e.remainingCapacity) && (r = (t = "<" + ("" + n).replace(
1607
+ Ie,
1608
+ Me
1609
+ ) + ">; rel=dns-prefetch", 0 <= (e.remainingCapacity -= t.length + 2))), r ? (i.resets.dns[n] = null, e.preconnects && (e.preconnects += ", "), e.preconnects += t) : (t = [], H(t, { href: n, rel: "dns-prefetch" }), i.preconnects.add(t));
1610
+ }
1611
+ Fn(l);
1612
+ }
1613
+ } else en.D(n);
1614
+ }
1615
+ function Pr(n, l) {
1616
+ var e = N || null;
1617
+ if (e) {
1618
+ var i = e.resumableState, t = e.renderState;
1619
+ if (typeof n == "string" && n) {
1620
+ var r = l === "use-credentials" ? "credentials" : typeof l == "string" ? "anonymous" : "default";
1621
+ if (!i.connectResources[r].hasOwnProperty(n)) {
1622
+ i.connectResources[r][n] = null, i = t.headers;
1623
+ var a, h;
1624
+ if (h = i && 0 < i.remainingCapacity) {
1625
+ if (h = "<" + ("" + n).replace(
1626
+ Ie,
1627
+ Me
1628
+ ) + ">; rel=preconnect", typeof l == "string") {
1629
+ var u = ("" + l).replace(
1630
+ Pe,
1631
+ Se
1632
+ );
1633
+ h += '; crossorigin="' + u + '"';
1634
+ }
1635
+ h = (a = h, 0 <= (i.remainingCapacity -= a.length + 2));
1636
+ }
1637
+ h ? (t.resets.connect[r][n] = null, i.preconnects && (i.preconnects += ", "), i.preconnects += a) : (r = [], H(r, {
1638
+ rel: "preconnect",
1639
+ href: n,
1640
+ crossOrigin: l
1641
+ }), t.preconnects.add(r));
1642
+ }
1643
+ Fn(e);
1644
+ }
1645
+ } else en.C(n, l);
1646
+ }
1647
+ function Sr(n, l, e) {
1648
+ var i = N || null;
1649
+ if (i) {
1650
+ var t = i.resumableState, r = i.renderState;
1651
+ if (l && n) {
1652
+ switch (l) {
1653
+ case "image":
1654
+ if (e)
1655
+ var a = e.imageSrcSet, h = e.imageSizes, u = e.fetchPriority;
1656
+ var f = a ? a + `
1657
+ ` + (h || "") : n;
1658
+ if (t.imageResources.hasOwnProperty(f)) return;
1659
+ t.imageResources[f] = K, t = r.headers;
1660
+ var c;
1661
+ t && 0 < t.remainingCapacity && typeof a != "string" && u === "high" && (c = Bl(n, l, e), 0 <= (t.remainingCapacity -= c.length + 2)) ? (r.resets.image[f] = K, t.highImagePreloads && (t.highImagePreloads += ", "), t.highImagePreloads += c) : (t = [], H(
1662
+ t,
1663
+ J(
1664
+ { rel: "preload", href: a ? void 0 : n, as: l },
1665
+ e
1666
+ )
1667
+ ), u === "high" ? r.highImagePreloads.add(t) : (r.bulkPreloads.add(t), r.preloads.images.set(f, t)));
1668
+ break;
1669
+ case "style":
1670
+ if (t.styleResources.hasOwnProperty(n)) return;
1671
+ a = [], H(
1672
+ a,
1673
+ J({ rel: "preload", href: n, as: l }, e)
1674
+ ), t.styleResources[n] = !e || typeof e.crossOrigin != "string" && typeof e.integrity != "string" ? K : [e.crossOrigin, e.integrity], r.preloads.stylesheets.set(n, a), r.bulkPreloads.add(a);
1675
+ break;
1676
+ case "script":
1677
+ if (t.scriptResources.hasOwnProperty(n)) return;
1678
+ a = [], r.preloads.scripts.set(n, a), r.bulkPreloads.add(a), H(
1679
+ a,
1680
+ J({ rel: "preload", href: n, as: l }, e)
1681
+ ), t.scriptResources[n] = !e || typeof e.crossOrigin != "string" && typeof e.integrity != "string" ? K : [e.crossOrigin, e.integrity];
1682
+ break;
1683
+ default:
1684
+ if (t.unknownResources.hasOwnProperty(l)) {
1685
+ if (a = t.unknownResources[l], a.hasOwnProperty(n))
1686
+ return;
1687
+ } else
1688
+ a = {}, t.unknownResources[l] = a;
1689
+ if (a[n] = K, (t = r.headers) && 0 < t.remainingCapacity && l === "font" && (f = Bl(n, l, e), 0 <= (t.remainingCapacity -= f.length + 2)))
1690
+ r.resets.font[n] = K, t.fontPreloads && (t.fontPreloads += ", "), t.fontPreloads += f;
1691
+ else
1692
+ switch (t = [], n = J({ rel: "preload", href: n, as: l }, e), H(t, n), l) {
1693
+ case "font":
1694
+ r.fontPreloads.add(t);
1695
+ break;
1696
+ default:
1697
+ r.bulkPreloads.add(t);
1698
+ }
1699
+ }
1700
+ Fn(i);
1701
+ }
1702
+ } else en.L(n, l, e);
1703
+ }
1704
+ function Or(n, l) {
1705
+ var e = N || null;
1706
+ if (e) {
1707
+ var i = e.resumableState, t = e.renderState;
1708
+ if (n) {
1709
+ var r = l && typeof l.as == "string" ? l.as : "script";
1710
+ switch (r) {
1711
+ case "script":
1712
+ if (i.moduleScriptResources.hasOwnProperty(n)) return;
1713
+ r = [], i.moduleScriptResources[n] = !l || typeof l.crossOrigin != "string" && typeof l.integrity != "string" ? K : [l.crossOrigin, l.integrity], t.preloads.moduleScripts.set(n, r);
1714
+ break;
1715
+ default:
1716
+ if (i.moduleUnknownResources.hasOwnProperty(r)) {
1717
+ var a = i.unknownResources[r];
1718
+ if (a.hasOwnProperty(n)) return;
1719
+ } else
1720
+ a = {}, i.moduleUnknownResources[r] = a;
1721
+ r = [], a[n] = K;
1722
+ }
1723
+ H(r, J({ rel: "modulepreload", href: n }, l)), t.bulkPreloads.add(r), Fn(e);
1724
+ }
1725
+ } else en.m(n, l);
1726
+ }
1727
+ function kr(n, l, e) {
1728
+ var i = N || null;
1729
+ if (i) {
1730
+ var t = i.resumableState, r = i.renderState;
1731
+ if (n) {
1732
+ l = l || "default";
1733
+ var a = r.styles.get(l), h = t.styleResources.hasOwnProperty(n) ? t.styleResources[n] : void 0;
1734
+ h !== null && (t.styleResources[n] = null, a || (a = {
1735
+ precedence: T(l),
1736
+ rules: [],
1737
+ hrefs: [],
1738
+ sheets: /* @__PURE__ */ new Map()
1739
+ }, r.styles.set(l, a)), l = {
1740
+ state: 0,
1741
+ props: J(
1742
+ { rel: "stylesheet", href: n, "data-precedence": l },
1743
+ e
1744
+ )
1745
+ }, h && (h.length === 2 && Kn(l.props, h), (r = r.preloads.stylesheets.get(n)) && 0 < r.length ? r.length = 0 : l.state = 1), a.sheets.set(n, l), Fn(i));
1746
+ }
1747
+ } else en.S(n, l, e);
1748
+ }
1749
+ function Lr(n, l) {
1750
+ var e = N || null;
1751
+ if (e) {
1752
+ var i = e.resumableState, t = e.renderState;
1753
+ if (n) {
1754
+ var r = i.scriptResources.hasOwnProperty(n) ? i.scriptResources[n] : void 0;
1755
+ r !== null && (i.scriptResources[n] = null, l = J({ src: n, async: !0 }, l), r && (r.length === 2 && Kn(l, r), n = t.preloads.scripts.get(n)) && (n.length = 0), n = [], t.scripts.add(n), Ll(n, l), Fn(e));
1756
+ }
1757
+ } else en.X(n, l);
1758
+ }
1759
+ function Dr(n, l) {
1760
+ var e = N || null;
1761
+ if (e) {
1762
+ var i = e.resumableState, t = e.renderState;
1763
+ if (n) {
1764
+ var r = i.moduleScriptResources.hasOwnProperty(
1765
+ n
1766
+ ) ? i.moduleScriptResources[n] : void 0;
1767
+ r !== null && (i.moduleScriptResources[n] = null, l = J({ src: n, type: "module", async: !0 }, l), r && (r.length === 2 && Kn(l, r), n = t.preloads.moduleScripts.get(n)) && (n.length = 0), n = [], t.scripts.add(n), Ll(n, l), Fn(e));
1768
+ }
1769
+ } else en.M(n, l);
1770
+ }
1771
+ function Kn(n, l) {
1772
+ n.crossOrigin == null && (n.crossOrigin = l[0]), n.integrity == null && (n.integrity = l[1]);
1773
+ }
1774
+ function Bl(n, l, e) {
1775
+ n = ("" + n).replace(
1776
+ Ie,
1777
+ Me
1778
+ ), l = ("" + l).replace(
1779
+ Pe,
1780
+ Se
1781
+ ), l = "<" + n + '>; rel=preload; as="' + l + '"';
1782
+ for (var i in e)
1783
+ I.call(e, i) && (n = e[i], typeof n == "string" && (l += "; " + i.toLowerCase() + '="' + ("" + n).replace(
1784
+ Pe,
1785
+ Se
1786
+ ) + '"'));
1787
+ return l;
1788
+ }
1789
+ var Ie = /[<>\r\n]/g;
1790
+ function Me(n) {
1791
+ switch (n) {
1792
+ case "<":
1793
+ return "%3C";
1794
+ case ">":
1795
+ return "%3E";
1796
+ case `
1797
+ `:
1798
+ return "%0A";
1799
+ case "\r":
1800
+ return "%0D";
1801
+ default:
1802
+ throw Error(
1803
+ "escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React"
1804
+ );
1805
+ }
1806
+ }
1807
+ var Pe = /["';,\r\n]/g;
1808
+ function Se(n) {
1809
+ switch (n) {
1810
+ case '"':
1811
+ return "%22";
1812
+ case "'":
1813
+ return "%27";
1814
+ case ";":
1815
+ return "%3B";
1816
+ case ",":
1817
+ return "%2C";
1818
+ case `
1819
+ `:
1820
+ return "%0A";
1821
+ case "\r":
1822
+ return "%0D";
1823
+ default:
1824
+ throw Error(
1825
+ "escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React"
1826
+ );
1827
+ }
1828
+ }
1829
+ function Nr(n) {
1830
+ this.styles.add(n);
1831
+ }
1832
+ function zr(n) {
1833
+ this.stylesheets.add(n);
1834
+ }
1835
+ function Nn(n, l) {
1836
+ l.styles.forEach(Nr, n), l.stylesheets.forEach(zr, n), l.suspenseyImages && (n.suspenseyImages = !0);
1837
+ }
1838
+ function Br(n, l) {
1839
+ var e = n.idPrefix, i = [], t = n.bootstrapScriptContent, r = n.bootstrapScripts, a = n.bootstrapModules;
1840
+ t !== void 0 && (i.push("<script"), zl(i, n), i.push(
1841
+ ">",
1842
+ ("" + t).replace(Fi, _i),
1843
+ "<\/script>"
1844
+ )), t = e + "P:";
1845
+ var h = e + "S:";
1846
+ e += "B:";
1847
+ var u = /* @__PURE__ */ new Set(), f = /* @__PURE__ */ new Set(), c = /* @__PURE__ */ new Set(), o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Set(), g = /* @__PURE__ */ new Set(), E = /* @__PURE__ */ new Set(), y = {
1848
+ images: /* @__PURE__ */ new Map(),
1849
+ stylesheets: /* @__PURE__ */ new Map(),
1850
+ scripts: /* @__PURE__ */ new Map(),
1851
+ moduleScripts: /* @__PURE__ */ new Map()
1852
+ };
1853
+ if (r !== void 0)
1854
+ for (var b = 0; b < r.length; b++) {
1855
+ var v = r[b], x, M = void 0, P = void 0, R = {
1856
+ rel: "preload",
1857
+ as: "script",
1858
+ fetchPriority: "low",
1859
+ nonce: void 0
1860
+ };
1861
+ typeof v == "string" ? R.href = x = v : (R.href = x = v.src, R.integrity = P = typeof v.integrity == "string" ? v.integrity : void 0, R.crossOrigin = M = typeof v == "string" || v.crossOrigin == null ? void 0 : v.crossOrigin === "use-credentials" ? "use-credentials" : ""), v = n;
1862
+ var F = x;
1863
+ v.scriptResources[F] = null, v.moduleScriptResources[F] = null, v = [], H(v, R), s.add(v), i.push('<script src="', T(x), '"'), typeof P == "string" && i.push(
1864
+ ' integrity="',
1865
+ T(P),
1866
+ '"'
1867
+ ), typeof M == "string" && i.push(
1868
+ ' crossorigin="',
1869
+ T(M),
1870
+ '"'
1871
+ ), zl(i, n), i.push(' async=""><\/script>');
1872
+ }
1873
+ if (a !== void 0)
1874
+ for (r = 0; r < a.length; r++)
1875
+ R = a[r], M = x = void 0, P = {
1876
+ rel: "modulepreload",
1877
+ fetchPriority: "low",
1878
+ nonce: void 0
1879
+ }, typeof R == "string" ? P.href = b = R : (P.href = b = R.src, P.integrity = M = typeof R.integrity == "string" ? R.integrity : void 0, P.crossOrigin = x = typeof R == "string" || R.crossOrigin == null ? void 0 : R.crossOrigin === "use-credentials" ? "use-credentials" : ""), R = n, v = b, R.scriptResources[v] = null, R.moduleScriptResources[v] = null, R = [], H(R, P), s.add(R), i.push(
1880
+ '<script type="module" src="',
1881
+ T(b),
1882
+ '"'
1883
+ ), typeof M == "string" && i.push(
1884
+ ' integrity="',
1885
+ T(M),
1886
+ '"'
1887
+ ), typeof x == "string" && i.push(
1888
+ ' crossorigin="',
1889
+ T(x),
1890
+ '"'
1891
+ ), zl(i, n), i.push(' async=""><\/script>');
1892
+ return {
1893
+ placeholderPrefix: t,
1894
+ segmentPrefix: h,
1895
+ boundaryPrefix: e,
1896
+ startInlineScript: "<script",
1897
+ startInlineStyle: "<style",
1898
+ preamble: { htmlChunks: null, headChunks: null, bodyChunks: null },
1899
+ externalRuntimeScript: null,
1900
+ bootstrapChunks: i,
1901
+ importMapChunks: [],
1902
+ onHeaders: void 0,
1903
+ headers: null,
1904
+ resets: {
1905
+ font: {},
1906
+ dns: {},
1907
+ connect: { default: {}, anonymous: {}, credentials: {} },
1908
+ image: {},
1909
+ style: {}
1910
+ },
1911
+ charsetChunks: [],
1912
+ viewportChunks: [],
1913
+ hoistableChunks: [],
1914
+ preconnects: u,
1915
+ fontPreloads: f,
1916
+ highImagePreloads: c,
1917
+ styles: o,
1918
+ bootstrapScripts: s,
1919
+ scripts: g,
1920
+ bulkPreloads: E,
1921
+ preloads: y,
1922
+ nonce: { script: void 0, style: void 0 },
1923
+ stylesToHoist: !1,
1924
+ generateStaticMarkup: l
1925
+ };
1926
+ }
1927
+ function Zi(n, l, e, i) {
1928
+ return e.generateStaticMarkup ? (n.push(T(l)), !1) : (l === "" ? n = i : (i && n.push("<!-- -->"), n.push(T(l)), n = !0), n);
1929
+ }
1930
+ function mn(n, l, e, i) {
1931
+ l.generateStaticMarkup || e && i && n.push("<!-- -->");
1932
+ }
1933
+ var Hr = Function.prototype.bind, Wr = Symbol.for("react.client.reference");
1934
+ function Hl(n) {
1935
+ if (n == null) return null;
1936
+ if (typeof n == "function")
1937
+ return n.$$typeof === Wr ? null : n.displayName || n.name || null;
1938
+ if (typeof n == "string") return n;
1939
+ switch (n) {
1940
+ case di:
1941
+ return "Fragment";
1942
+ case vi:
1943
+ return "Profiler";
1944
+ case gi:
1945
+ return "StrictMode";
1946
+ case Pl:
1947
+ return "Suspense";
1948
+ case Te:
1949
+ return "SuspenseList";
1950
+ case yi:
1951
+ return "Activity";
1952
+ }
1953
+ if (typeof n == "object")
1954
+ switch (n.$$typeof) {
1955
+ case si:
1956
+ return "Portal";
1957
+ case Ml:
1958
+ return n.displayName || "Context";
1959
+ case bi:
1960
+ return (n._context.displayName || "Context") + ".Consumer";
1961
+ case ye:
1962
+ var l = n.render;
1963
+ return n = n.displayName, n || (n = l.displayName || l.name || "", n = n !== "" ? "ForwardRef(" + n + ")" : "ForwardRef"), n;
1964
+ case Ee:
1965
+ return l = n.displayName || null, l !== null ? l : Hl(n.type) || "Memo";
1966
+ case Sl:
1967
+ l = n._payload, n = n._init;
1968
+ try {
1969
+ return Hl(n(l));
1970
+ } catch {
1971
+ }
1972
+ }
1973
+ return null;
1974
+ }
1975
+ var Ji = {}, Rn = null;
1976
+ function Wl(n, l) {
1977
+ if (n !== l) {
1978
+ n.context._currentValue2 = n.parentValue, n = n.parent;
1979
+ var e = l.parent;
1980
+ if (n === null) {
1981
+ if (e !== null) throw Error(d(401));
1982
+ } else {
1983
+ if (e === null) throw Error(d(401));
1984
+ Wl(n, e);
1985
+ }
1986
+ l.context._currentValue2 = l.value;
1987
+ }
1988
+ }
1989
+ function Qi(n) {
1990
+ n.context._currentValue2 = n.parentValue, n = n.parent, n !== null && Qi(n);
1991
+ }
1992
+ function Vi(n) {
1993
+ var l = n.parent;
1994
+ l !== null && Vi(l), n.context._currentValue2 = n.value;
1995
+ }
1996
+ function Ki(n, l) {
1997
+ if (n.context._currentValue2 = n.parentValue, n = n.parent, n === null) throw Error(d(402));
1998
+ n.depth === l.depth ? Wl(n, l) : Ki(n, l);
1999
+ }
2000
+ function mi(n, l) {
2001
+ var e = l.parent;
2002
+ if (e === null) throw Error(d(402));
2003
+ n.depth === e.depth ? Wl(n, e) : mi(n, e), l.context._currentValue2 = l.value;
2004
+ }
2005
+ function cn(n) {
2006
+ var l = Rn;
2007
+ l !== n && (l === null ? Vi(n) : n === null ? Qi(l) : l.depth === n.depth ? Wl(l, n) : l.depth > n.depth ? Ki(l, n) : mi(l, n), Rn = n);
2008
+ }
2009
+ var pi = {
2010
+ enqueueSetState: function(n, l) {
2011
+ n = n._reactInternals, n.queue !== null && n.queue.push(l);
2012
+ },
2013
+ enqueueReplaceState: function(n, l) {
2014
+ n = n._reactInternals, n.replace = !0, n.queue = [l];
2015
+ },
2016
+ enqueueForceUpdate: function() {
2017
+ }
2018
+ }, Ur = { id: 1, overflow: "" };
2019
+ function wn(n, l, e) {
2020
+ var i = n.id;
2021
+ n = n.overflow;
2022
+ var t = 32 - Ul(i) - 1;
2023
+ i &= ~(1 << t), e += 1;
2024
+ var r = 32 - Ul(l) + t;
2025
+ if (30 < r) {
2026
+ var a = t - t % 5;
2027
+ return r = (i & (1 << a) - 1).toString(32), i >>= a, t -= a, {
2028
+ id: 1 << 32 - Ul(l) + t | e << t | i,
2029
+ overflow: r + n
2030
+ };
2031
+ }
2032
+ return {
2033
+ id: 1 << r | e << t | i,
2034
+ overflow: n
2035
+ };
2036
+ }
2037
+ var Ul = Math.clz32 ? Math.clz32 : Xr, Yr = Math.log, Gr = Math.LN2;
2038
+ function Xr(n) {
2039
+ return n >>>= 0, n === 0 ? 32 : 31 - (Yr(n) / Gr | 0) | 0;
2040
+ }
2041
+ function Z() {
2042
+ }
2043
+ var V = Error(d(460));
2044
+ function Zr(n, l, e) {
2045
+ switch (e = n[e], e === void 0 ? n.push(l) : e !== l && (l.then(Z, Z), l = e), l.status) {
2046
+ case "fulfilled":
2047
+ return l.value;
2048
+ case "rejected":
2049
+ throw l.reason;
2050
+ default:
2051
+ switch (typeof l.status == "string" ? l.then(Z, Z) : (n = l, n.status = "pending", n.then(
2052
+ function(i) {
2053
+ if (l.status === "pending") {
2054
+ var t = l;
2055
+ t.status = "fulfilled", t.value = i;
2056
+ }
2057
+ },
2058
+ function(i) {
2059
+ if (l.status === "pending") {
2060
+ var t = l;
2061
+ t.status = "rejected", t.reason = i;
2062
+ }
2063
+ }
2064
+ )), l.status) {
2065
+ case "fulfilled":
2066
+ return l.value;
2067
+ case "rejected":
2068
+ throw l.reason;
2069
+ }
2070
+ throw Yl = l, V;
2071
+ }
2072
+ }
2073
+ var Yl = null;
2074
+ function Gl() {
2075
+ if (Yl === null) throw Error(d(459));
2076
+ var n = Yl;
2077
+ return Yl = null, n;
2078
+ }
2079
+ function Jr(n, l) {
2080
+ return n === l && (n !== 0 || 1 / n === 1 / l) || n !== n && l !== l;
2081
+ }
2082
+ var Qr = typeof Object.is == "function" ? Object.is : Jr, tn = null, Oe = null, ke = null, Le = null, Xl = null, _ = null, pn = !1, Zl = !1, qn = 0, jn = 0, $n = -1, Jl = 0, zn = null, on = null, Ql = 0;
2083
+ function rn() {
2084
+ if (tn === null)
2085
+ throw Error(d(321));
2086
+ return tn;
2087
+ }
2088
+ function qi() {
2089
+ if (0 < Ql) throw Error(d(312));
2090
+ return { memoizedState: null, queue: null, next: null };
2091
+ }
2092
+ function De() {
2093
+ return _ === null ? Xl === null ? (pn = !1, Xl = _ = qi()) : (pn = !0, _ = Xl) : _.next === null ? (pn = !1, _ = _.next = qi()) : (pn = !0, _ = _.next), _;
2094
+ }
2095
+ function Bn() {
2096
+ var n = zn;
2097
+ return zn = null, n;
2098
+ }
2099
+ function nl() {
2100
+ Le = ke = Oe = tn = null, Zl = !1, Xl = null, Ql = 0, _ = on = null;
2101
+ }
2102
+ function ji(n, l) {
2103
+ return typeof l == "function" ? l(n) : l;
2104
+ }
2105
+ function $i(n, l, e) {
2106
+ if (tn = rn(), _ = De(), pn) {
2107
+ var i = _.queue;
2108
+ if (l = i.dispatch, on !== null && (e = on.get(i), e !== void 0)) {
2109
+ on.delete(i), i = _.memoizedState;
2110
+ do
2111
+ i = n(i, e.action), e = e.next;
2112
+ while (e !== null);
2113
+ return _.memoizedState = i, [i, l];
2114
+ }
2115
+ return [_.memoizedState, l];
2116
+ }
2117
+ return n = n === ji ? typeof l == "function" ? l() : l : e !== void 0 ? e(l) : l, _.memoizedState = n, n = _.queue = { last: null, dispatch: null }, n = n.dispatch = Vr.bind(
2118
+ null,
2119
+ tn,
2120
+ n
2121
+ ), [_.memoizedState, n];
2122
+ }
2123
+ function nt(n, l) {
2124
+ if (tn = rn(), _ = De(), l = l === void 0 ? null : l, _ !== null) {
2125
+ var e = _.memoizedState;
2126
+ if (e !== null && l !== null) {
2127
+ var i = e[1];
2128
+ n: if (i === null) i = !1;
2129
+ else {
2130
+ for (var t = 0; t < i.length && t < l.length; t++)
2131
+ if (!Qr(l[t], i[t])) {
2132
+ i = !1;
2133
+ break n;
2134
+ }
2135
+ i = !0;
2136
+ }
2137
+ if (i) return e[0];
2138
+ }
2139
+ }
2140
+ return n = n(), _.memoizedState = [n, l], n;
2141
+ }
2142
+ function Vr(n, l, e) {
2143
+ if (25 <= Ql) throw Error(d(301));
2144
+ if (n === tn)
2145
+ if (Zl = !0, n = { action: e, next: null }, on === null && (on = /* @__PURE__ */ new Map()), e = on.get(l), e === void 0)
2146
+ on.set(l, n);
2147
+ else {
2148
+ for (l = e; l.next !== null; ) l = l.next;
2149
+ l.next = n;
2150
+ }
2151
+ }
2152
+ function Kr() {
2153
+ throw Error(d(440));
2154
+ }
2155
+ function mr() {
2156
+ throw Error(d(394));
2157
+ }
2158
+ function pr() {
2159
+ throw Error(d(479));
2160
+ }
2161
+ function lt(n, l, e) {
2162
+ rn();
2163
+ var i = jn++, t = ke;
2164
+ if (typeof n.$$FORM_ACTION == "function") {
2165
+ var r = null, a = Le;
2166
+ t = t.formState;
2167
+ var h = n.$$IS_SIGNATURE_EQUAL;
2168
+ if (t !== null && typeof h == "function") {
2169
+ var u = t[1];
2170
+ h.call(n, t[2], t[3]) && (r = e !== void 0 ? "p" + e : "k" + xi(
2171
+ JSON.stringify([a, null, i]),
2172
+ 0
2173
+ ), u === r && ($n = i, l = t[0]));
2174
+ }
2175
+ var f = n.bind(null, l);
2176
+ return n = function(o) {
2177
+ f(o);
2178
+ }, typeof f.$$FORM_ACTION == "function" && (n.$$FORM_ACTION = function(o) {
2179
+ o = f.$$FORM_ACTION(o), e !== void 0 && (e += "", o.action = e);
2180
+ var s = o.data;
2181
+ return s && (r === null && (r = e !== void 0 ? "p" + e : "k" + xi(
2182
+ JSON.stringify([
2183
+ a,
2184
+ null,
2185
+ i
2186
+ ]),
2187
+ 0
2188
+ )), s.append("$ACTION_KEY", r)), o;
2189
+ }), [l, n, !1];
2190
+ }
2191
+ var c = n.bind(null, l);
2192
+ return [
2193
+ l,
2194
+ function(o) {
2195
+ c(o);
2196
+ },
2197
+ !1
2198
+ ];
2199
+ }
2200
+ function et(n) {
2201
+ var l = Jl;
2202
+ return Jl += 1, zn === null && (zn = []), Zr(zn, n, l);
2203
+ }
2204
+ function qr() {
2205
+ throw Error(d(393));
2206
+ }
2207
+ var it = {
2208
+ readContext: function(n) {
2209
+ return n._currentValue2;
2210
+ },
2211
+ use: function(n) {
2212
+ if (n !== null && typeof n == "object") {
2213
+ if (typeof n.then == "function") return et(n);
2214
+ if (n.$$typeof === Ml)
2215
+ return n._currentValue2;
2216
+ }
2217
+ throw Error(d(438, String(n)));
2218
+ },
2219
+ useContext: function(n) {
2220
+ return rn(), n._currentValue2;
2221
+ },
2222
+ useMemo: nt,
2223
+ useReducer: $i,
2224
+ useRef: function(n) {
2225
+ tn = rn(), _ = De();
2226
+ var l = _.memoizedState;
2227
+ return l === null ? (n = { current: n }, _.memoizedState = n) : l;
2228
+ },
2229
+ useState: function(n) {
2230
+ return $i(ji, n);
2231
+ },
2232
+ useInsertionEffect: Z,
2233
+ useLayoutEffect: Z,
2234
+ useCallback: function(n, l) {
2235
+ return nt(function() {
2236
+ return n;
2237
+ }, l);
2238
+ },
2239
+ useImperativeHandle: Z,
2240
+ useEffect: Z,
2241
+ useDebugValue: Z,
2242
+ useDeferredValue: function(n, l) {
2243
+ return rn(), l !== void 0 ? l : n;
2244
+ },
2245
+ useTransition: function() {
2246
+ return rn(), [!1, mr];
2247
+ },
2248
+ useId: function() {
2249
+ var n = Oe.treeContext, l = n.overflow;
2250
+ n = n.id, n = (n & ~(1 << 32 - Ul(n) - 1)).toString(32) + l;
2251
+ var e = Vl;
2252
+ if (e === null) throw Error(d(404));
2253
+ return l = qn++, n = "_" + e.idPrefix + "R_" + n, 0 < l && (n += "H" + l.toString(32)), n + "_";
2254
+ },
2255
+ useSyncExternalStore: function(n, l, e) {
2256
+ if (e === void 0)
2257
+ throw Error(d(407));
2258
+ return e();
2259
+ },
2260
+ useOptimistic: function(n) {
2261
+ return rn(), [n, pr];
2262
+ },
2263
+ useActionState: lt,
2264
+ useFormState: lt,
2265
+ useHostTransitionStatus: function() {
2266
+ return rn(), cr;
2267
+ },
2268
+ useMemoCache: function(n) {
2269
+ for (var l = Array(n), e = 0; e < n; e++)
2270
+ l[e] = lr;
2271
+ return l;
2272
+ },
2273
+ useCacheRefresh: function() {
2274
+ return qr;
2275
+ },
2276
+ useEffectEvent: function() {
2277
+ return Kr;
2278
+ }
2279
+ }, Vl = null, jr = {
2280
+ getCacheForType: function() {
2281
+ throw Error(d(248));
2282
+ },
2283
+ cacheSignal: function() {
2284
+ throw Error(d(248));
2285
+ }
2286
+ }, Ne, tt;
2287
+ function Hn(n) {
2288
+ if (Ne === void 0)
2289
+ try {
2290
+ throw Error();
2291
+ } catch (e) {
2292
+ var l = e.stack.trim().match(/\n( *(at )?)/);
2293
+ Ne = l && l[1] || "", tt = -1 < e.stack.indexOf(`
2294
+ at`) ? " (<anonymous>)" : -1 < e.stack.indexOf("@") ? "@unknown:0:0" : "";
2295
+ }
2296
+ return `
2297
+ ` + Ne + n + tt;
2298
+ }
2299
+ var ze = !1;
2300
+ function Kl(n, l) {
2301
+ if (!n || ze) return "";
2302
+ ze = !0;
2303
+ var e = Error.prepareStackTrace;
2304
+ Error.prepareStackTrace = void 0;
2305
+ try {
2306
+ var i = {
2307
+ DetermineComponentFrameRoot: function() {
2308
+ try {
2309
+ if (l) {
2310
+ var o = function() {
2311
+ throw Error();
2312
+ };
2313
+ if (Object.defineProperty(o.prototype, "props", {
2314
+ set: function() {
2315
+ throw Error();
2316
+ }
2317
+ }), typeof Reflect == "object" && Reflect.construct) {
2318
+ try {
2319
+ Reflect.construct(o, []);
2320
+ } catch (g) {
2321
+ var s = g;
2322
+ }
2323
+ Reflect.construct(n, [], o);
2324
+ } else {
2325
+ try {
2326
+ o.call();
2327
+ } catch (g) {
2328
+ s = g;
2329
+ }
2330
+ n.call(o.prototype);
2331
+ }
2332
+ } else {
2333
+ try {
2334
+ throw Error();
2335
+ } catch (g) {
2336
+ s = g;
2337
+ }
2338
+ (o = n()) && typeof o.catch == "function" && o.catch(function() {
2339
+ });
2340
+ }
2341
+ } catch (g) {
2342
+ if (g && s && typeof g.stack == "string")
2343
+ return [g.stack, s.stack];
2344
+ }
2345
+ return [null, null];
2346
+ }
2347
+ };
2348
+ i.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
2349
+ var t = Object.getOwnPropertyDescriptor(
2350
+ i.DetermineComponentFrameRoot,
2351
+ "name"
2352
+ );
2353
+ t && t.configurable && Object.defineProperty(
2354
+ i.DetermineComponentFrameRoot,
2355
+ "name",
2356
+ { value: "DetermineComponentFrameRoot" }
2357
+ );
2358
+ var r = i.DetermineComponentFrameRoot(), a = r[0], h = r[1];
2359
+ if (a && h) {
2360
+ var u = a.split(`
2361
+ `), f = h.split(`
2362
+ `);
2363
+ for (t = i = 0; i < u.length && !u[i].includes("DetermineComponentFrameRoot"); )
2364
+ i++;
2365
+ for (; t < f.length && !f[t].includes(
2366
+ "DetermineComponentFrameRoot"
2367
+ ); )
2368
+ t++;
2369
+ if (i === u.length || t === f.length)
2370
+ for (i = u.length - 1, t = f.length - 1; 1 <= i && 0 <= t && u[i] !== f[t]; )
2371
+ t--;
2372
+ for (; 1 <= i && 0 <= t; i--, t--)
2373
+ if (u[i] !== f[t]) {
2374
+ if (i !== 1 || t !== 1)
2375
+ do
2376
+ if (i--, t--, 0 > t || u[i] !== f[t]) {
2377
+ var c = `
2378
+ ` + u[i].replace(" at new ", " at ");
2379
+ return n.displayName && c.includes("<anonymous>") && (c = c.replace("<anonymous>", n.displayName)), c;
2380
+ }
2381
+ while (1 <= i && 0 <= t);
2382
+ break;
2383
+ }
2384
+ }
2385
+ } finally {
2386
+ ze = !1, Error.prepareStackTrace = e;
2387
+ }
2388
+ return (e = n ? n.displayName || n.name : "") ? Hn(e) : "";
2389
+ }
2390
+ function rt(n) {
2391
+ if (typeof n == "string") return Hn(n);
2392
+ if (typeof n == "function")
2393
+ return n.prototype && n.prototype.isReactComponent ? Kl(n, !0) : Kl(n, !1);
2394
+ if (typeof n == "object" && n !== null) {
2395
+ switch (n.$$typeof) {
2396
+ case ye:
2397
+ return Kl(n.render, !1);
2398
+ case Ee:
2399
+ return Kl(n.type, !1);
2400
+ case Sl:
2401
+ var l = n, e = l._payload;
2402
+ l = l._init;
2403
+ try {
2404
+ n = l(e);
2405
+ } catch {
2406
+ return Hn("Lazy");
2407
+ }
2408
+ return rt(n);
2409
+ }
2410
+ if (typeof n.name == "string") {
2411
+ n: {
2412
+ e = n.name, l = n.env;
2413
+ var i = n.debugLocation;
2414
+ if (i != null && (n = Error.prepareStackTrace, Error.prepareStackTrace = void 0, i = i.stack, Error.prepareStackTrace = n, i.startsWith(`Error: react-stack-top-frame
2415
+ `) && (i = i.slice(29)), n = i.indexOf(`
2416
+ `), n !== -1 && (i = i.slice(n + 1)), n = i.indexOf("react_stack_bottom_frame"), n !== -1 && (n = i.lastIndexOf(`
2417
+ `, n)), n = n !== -1 ? i = i.slice(0, n) : "", i = n.lastIndexOf(`
2418
+ `), n = i === -1 ? n : n.slice(i + 1), n.indexOf(e) !== -1)) {
2419
+ e = `
2420
+ ` + n;
2421
+ break n;
2422
+ }
2423
+ e = Hn(
2424
+ e + (l ? " [" + l + "]" : "")
2425
+ );
2426
+ }
2427
+ return e;
2428
+ }
2429
+ }
2430
+ switch (n) {
2431
+ case Te:
2432
+ return Hn("SuspenseList");
2433
+ case Pl:
2434
+ return Hn("Suspense");
2435
+ }
2436
+ return "";
2437
+ }
2438
+ function Wn(n, l) {
2439
+ return (500 < l.byteSize || !1) && l.contentPreamble === null;
2440
+ }
2441
+ function $r(n) {
2442
+ if (typeof n == "object" && n !== null && typeof n.environmentName == "string") {
2443
+ var l = n.environmentName;
2444
+ n = [n].slice(0), typeof n[0] == "string" ? n.splice(
2445
+ 0,
2446
+ 1,
2447
+ "[%s] " + n[0],
2448
+ " " + l + " "
2449
+ ) : n.splice(0, 0, "[%s]", " " + l + " "), n.unshift(console), l = Hr.apply(console.error, n), l();
2450
+ } else console.error(n);
2451
+ return null;
2452
+ }
2453
+ function na(n, l, e, i, t, r, a, h, u, f, c) {
2454
+ var o = /* @__PURE__ */ new Set();
2455
+ this.destination = null, this.flushScheduled = !1, this.resumableState = n, this.renderState = l, this.rootFormatContext = e, this.progressiveChunkSize = i === void 0 ? 12800 : i, this.status = 10, this.fatalError = null, this.pendingRootTasks = this.allPendingTasks = this.nextSegmentId = 0, this.completedPreambleSegments = this.completedRootSegment = null, this.byteSize = 0, this.abortableTasks = o, this.pingedTasks = [], this.clientRenderedBoundaries = [], this.completedBoundaries = [], this.partialBoundaries = [], this.trackedPostpones = null, this.onError = t === void 0 ? $r : t, this.onPostpone = f === void 0 ? Z : f, this.onAllReady = r === void 0 ? Z : r, this.onShellReady = a === void 0 ? Z : a, this.onShellError = h === void 0 ? Z : h, this.onFatalError = u === void 0 ? Z : u, this.formState = c === void 0 ? null : c;
2456
+ }
2457
+ function la(n, l, e, i, t, r, a, h, u, f, c, o) {
2458
+ return l = new na(
2459
+ l,
2460
+ e,
2461
+ i,
2462
+ t,
2463
+ r,
2464
+ a,
2465
+ h,
2466
+ u,
2467
+ f,
2468
+ c,
2469
+ o
2470
+ ), e = Cn(
2471
+ l,
2472
+ 0,
2473
+ null,
2474
+ i,
2475
+ !1,
2476
+ !1
2477
+ ), e.parentFlushed = !0, n = ml(
2478
+ l,
2479
+ null,
2480
+ n,
2481
+ -1,
2482
+ null,
2483
+ e,
2484
+ null,
2485
+ null,
2486
+ l.abortableTasks,
2487
+ null,
2488
+ i,
2489
+ null,
2490
+ Ur,
2491
+ null,
2492
+ null
2493
+ ), ll(n), l.pingedTasks.push(n), l;
2494
+ }
2495
+ var N = null;
2496
+ function at(n, l) {
2497
+ n.pingedTasks.push(l), n.pingedTasks.length === 1 && (n.flushScheduled = n.destination !== null, gt(n));
2498
+ }
2499
+ function Be(n, l, e, i, t) {
2500
+ return e = {
2501
+ status: 0,
2502
+ rootSegmentID: -1,
2503
+ parentFlushed: !1,
2504
+ pendingTasks: 0,
2505
+ row: l,
2506
+ completedSegments: [],
2507
+ byteSize: 0,
2508
+ fallbackAbortableTasks: e,
2509
+ errorDigest: null,
2510
+ contentState: Ae(),
2511
+ fallbackState: Ae(),
2512
+ contentPreamble: i,
2513
+ fallbackPreamble: t,
2514
+ trackedContentKeyPath: null,
2515
+ trackedFallbackNode: null
2516
+ }, l !== null && (l.pendingTasks++, i = l.boundaries, i !== null && (n.allPendingTasks++, e.pendingTasks++, i.push(e)), n = l.inheritedHoistables, n !== null && Nn(e.contentState, n)), e;
2517
+ }
2518
+ function ml(n, l, e, i, t, r, a, h, u, f, c, o, s, g, E) {
2519
+ n.allPendingTasks++, t === null ? n.pendingRootTasks++ : t.pendingTasks++, g !== null && g.pendingTasks++;
2520
+ var y = {
2521
+ replay: null,
2522
+ node: e,
2523
+ childIndex: i,
2524
+ ping: function() {
2525
+ return at(n, y);
2526
+ },
2527
+ blockedBoundary: t,
2528
+ blockedSegment: r,
2529
+ blockedPreamble: a,
2530
+ hoistableState: h,
2531
+ abortSet: u,
2532
+ keyPath: f,
2533
+ formatContext: c,
2534
+ context: o,
2535
+ treeContext: s,
2536
+ row: g,
2537
+ componentStack: E,
2538
+ thenableState: l
2539
+ };
2540
+ return u.add(y), y;
2541
+ }
2542
+ function ut(n, l, e, i, t, r, a, h, u, f, c, o, s, g) {
2543
+ n.allPendingTasks++, r === null ? n.pendingRootTasks++ : r.pendingTasks++, s !== null && s.pendingTasks++, e.pendingTasks++;
2544
+ var E = {
2545
+ replay: e,
2546
+ node: i,
2547
+ childIndex: t,
2548
+ ping: function() {
2549
+ return at(n, E);
2550
+ },
2551
+ blockedBoundary: r,
2552
+ blockedSegment: null,
2553
+ blockedPreamble: null,
2554
+ hoistableState: a,
2555
+ abortSet: h,
2556
+ keyPath: u,
2557
+ formatContext: f,
2558
+ context: c,
2559
+ treeContext: o,
2560
+ row: s,
2561
+ componentStack: g,
2562
+ thenableState: l
2563
+ };
2564
+ return h.add(E), E;
2565
+ }
2566
+ function Cn(n, l, e, i, t, r) {
2567
+ return {
2568
+ status: 0,
2569
+ parentFlushed: !1,
2570
+ id: -1,
2571
+ index: l,
2572
+ chunks: [],
2573
+ children: [],
2574
+ preambleChildren: [],
2575
+ parentFormatContext: i,
2576
+ boundary: e,
2577
+ lastPushedText: t,
2578
+ textEmbedded: r
2579
+ };
2580
+ }
2581
+ function ll(n) {
2582
+ var l = n.node;
2583
+ if (typeof l == "object" && l !== null)
2584
+ switch (l.$$typeof) {
2585
+ case oi:
2586
+ n.componentStack = { parent: n.componentStack, type: l.type };
2587
+ }
2588
+ }
2589
+ function He(n) {
2590
+ return n === null ? null : { parent: n.parent, type: "Suspense Fallback" };
2591
+ }
2592
+ function sn(n) {
2593
+ var l = {};
2594
+ return n && Object.defineProperty(l, "componentStack", {
2595
+ configurable: !0,
2596
+ enumerable: !0,
2597
+ get: function() {
2598
+ try {
2599
+ var e = "", i = n;
2600
+ do
2601
+ e += rt(i.type), i = i.parent;
2602
+ while (i);
2603
+ var t = e;
2604
+ } catch (r) {
2605
+ t = `
2606
+ Error generating stack: ` + r.message + `
2607
+ ` + r.stack;
2608
+ }
2609
+ return Object.defineProperty(l, "componentStack", {
2610
+ value: t
2611
+ }), t;
2612
+ }
2613
+ }), l;
2614
+ }
2615
+ function W(n, l, e) {
2616
+ if (n = n.onError, l = n(l, e), l == null || typeof l == "string") return l;
2617
+ }
2618
+ function el(n, l) {
2619
+ var e = n.onShellError, i = n.onFatalError;
2620
+ e(l), i(l), n.destination !== null ? (n.status = 14, n.destination.destroy(l)) : (n.status = 13, n.fatalError = l);
2621
+ }
2622
+ function U(n, l) {
2623
+ We(n, l.next, l.hoistables);
2624
+ }
2625
+ function We(n, l, e) {
2626
+ for (; l !== null; ) {
2627
+ e !== null && (Nn(l.hoistables, e), l.inheritedHoistables = e);
2628
+ var i = l.boundaries;
2629
+ if (i !== null) {
2630
+ l.boundaries = null;
2631
+ for (var t = 0; t < i.length; t++) {
2632
+ var r = i[t];
2633
+ e !== null && Nn(r.contentState, e), dn(n, r, null, null);
2634
+ }
2635
+ }
2636
+ if (l.pendingTasks--, 0 < l.pendingTasks) break;
2637
+ e = l.hoistables, l = l.next;
2638
+ }
2639
+ }
2640
+ function Ue(n, l) {
2641
+ var e = l.boundaries;
2642
+ if (e !== null && l.pendingTasks === e.length) {
2643
+ for (var i = !0, t = 0; t < e.length; t++) {
2644
+ var r = e[t];
2645
+ if (r.pendingTasks !== 1 || r.parentFlushed || Wn(n, r)) {
2646
+ i = !1;
2647
+ break;
2648
+ }
2649
+ }
2650
+ i && We(n, l, l.hoistables);
2651
+ }
2652
+ }
2653
+ function il(n) {
2654
+ var l = {
2655
+ pendingTasks: 1,
2656
+ boundaries: null,
2657
+ hoistables: Ae(),
2658
+ inheritedHoistables: null,
2659
+ together: !1,
2660
+ next: null
2661
+ };
2662
+ return n !== null && 0 < n.pendingTasks && (l.pendingTasks++, l.boundaries = [], n.next = l), l;
2663
+ }
2664
+ function ft(n, l, e, i, t) {
2665
+ var r = l.keyPath, a = l.treeContext, h = l.row;
2666
+ l.keyPath = e, e = i.length;
2667
+ var u = null;
2668
+ if (l.replay !== null) {
2669
+ var f = l.replay.slots;
2670
+ if (f !== null && typeof f == "object")
2671
+ for (var c = 0; c < e; c++) {
2672
+ var o = t !== "backwards" && t !== "unstable_legacy-backwards" ? c : e - 1 - c, s = i[o];
2673
+ l.row = u = il(
2674
+ u
2675
+ ), l.treeContext = wn(a, e, o);
2676
+ var g = f[o];
2677
+ typeof g == "number" ? (ql(n, l, g, s, o), delete f[o]) : k(n, l, s, o), --u.pendingTasks === 0 && U(n, u);
2678
+ }
2679
+ else
2680
+ for (f = 0; f < e; f++)
2681
+ c = t !== "backwards" && t !== "unstable_legacy-backwards" ? f : e - 1 - f, o = i[c], l.row = u = il(u), l.treeContext = wn(a, e, c), k(n, l, o, c), --u.pendingTasks === 0 && U(n, u);
2682
+ } else if (t !== "backwards" && t !== "unstable_legacy-backwards")
2683
+ for (t = 0; t < e; t++)
2684
+ f = i[t], l.row = u = il(u), l.treeContext = wn(
2685
+ a,
2686
+ e,
2687
+ t
2688
+ ), k(n, l, f, t), --u.pendingTasks === 0 && U(n, u);
2689
+ else {
2690
+ for (t = l.blockedSegment, f = t.children.length, c = t.chunks.length, o = e - 1; 0 <= o; o--) {
2691
+ s = i[o], l.row = u = il(
2692
+ u
2693
+ ), l.treeContext = wn(a, e, o), g = Cn(
2694
+ n,
2695
+ c,
2696
+ null,
2697
+ l.formatContext,
2698
+ o === 0 ? t.lastPushedText : !0,
2699
+ !0
2700
+ ), t.children.splice(f, 0, g), l.blockedSegment = g;
2701
+ try {
2702
+ k(n, l, s, o), mn(
2703
+ g.chunks,
2704
+ n.renderState,
2705
+ g.lastPushedText,
2706
+ g.textEmbedded
2707
+ ), g.status = 1, --u.pendingTasks === 0 && U(n, u);
2708
+ } catch (E) {
2709
+ throw g.status = n.status === 12 ? 3 : 4, E;
2710
+ }
2711
+ }
2712
+ l.blockedSegment = t, t.lastPushedText = !1;
2713
+ }
2714
+ h !== null && u !== null && 0 < u.pendingTasks && (h.pendingTasks++, u.next = h), l.treeContext = a, l.row = h, l.keyPath = r;
2715
+ }
2716
+ function ht(n, l, e, i, t, r) {
2717
+ var a = l.thenableState;
2718
+ for (l.thenableState = null, tn = {}, Oe = l, ke = n, Le = e, jn = qn = 0, $n = -1, Jl = 0, zn = a, n = i(t, r); Zl; )
2719
+ Zl = !1, jn = qn = 0, $n = -1, Jl = 0, Ql += 1, _ = null, n = i(t, r);
2720
+ return nl(), n;
2721
+ }
2722
+ function ct(n, l, e, i, t, r, a) {
2723
+ var h = !1;
2724
+ if (r !== 0 && n.formState !== null) {
2725
+ var u = l.blockedSegment;
2726
+ if (u !== null) {
2727
+ h = !0, u = u.chunks;
2728
+ for (var f = 0; f < r; f++)
2729
+ f === a ? u.push("<!--F!-->") : u.push("<!--F-->");
2730
+ }
2731
+ }
2732
+ r = l.keyPath, l.keyPath = e, t ? (e = l.treeContext, l.treeContext = wn(e, 1, 0), k(n, l, i, -1), l.treeContext = e) : h ? k(n, l, i, -1) : m(n, l, i, -1), l.keyPath = r;
2733
+ }
2734
+ function pl(n, l, e, i, t, r) {
2735
+ if (typeof i == "function")
2736
+ if (i.prototype && i.prototype.isReactComponent) {
2737
+ var a = t;
2738
+ if ("ref" in t) {
2739
+ a = {};
2740
+ for (var h in t)
2741
+ h !== "ref" && (a[h] = t[h]);
2742
+ }
2743
+ var u = i.defaultProps;
2744
+ if (u) {
2745
+ a === t && (a = J({}, a, t));
2746
+ for (var f in u)
2747
+ a[f] === void 0 && (a[f] = u[f]);
2748
+ }
2749
+ t = a, a = Ji, u = i.contextType, typeof u == "object" && u !== null && (a = u._currentValue2), a = new i(t, a);
2750
+ var c = a.state !== void 0 ? a.state : null;
2751
+ if (a.updater = pi, a.props = t, a.state = c, u = { queue: [], replace: !1 }, a._reactInternals = u, r = i.contextType, a.context = typeof r == "object" && r !== null ? r._currentValue2 : Ji, r = i.getDerivedStateFromProps, typeof r == "function" && (r = r(t, c), c = r == null ? c : J({}, c, r), a.state = c), typeof i.getDerivedStateFromProps != "function" && typeof a.getSnapshotBeforeUpdate != "function" && (typeof a.UNSAFE_componentWillMount == "function" || typeof a.componentWillMount == "function"))
2752
+ if (i = a.state, typeof a.componentWillMount == "function" && a.componentWillMount(), typeof a.UNSAFE_componentWillMount == "function" && a.UNSAFE_componentWillMount(), i !== a.state && pi.enqueueReplaceState(
2753
+ a,
2754
+ a.state,
2755
+ null
2756
+ ), u.queue !== null && 0 < u.queue.length)
2757
+ if (i = u.queue, r = u.replace, u.queue = null, u.replace = !1, r && i.length === 1)
2758
+ a.state = i[0];
2759
+ else {
2760
+ for (u = r ? i[0] : a.state, c = !0, r = r ? 1 : 0; r < i.length; r++)
2761
+ f = i[r], f = typeof f == "function" ? f.call(a, u, t, void 0) : f, f != null && (c ? (c = !1, u = J({}, u, f)) : J(u, f));
2762
+ a.state = u;
2763
+ }
2764
+ else u.queue = null;
2765
+ if (i = a.render(), n.status === 12) throw null;
2766
+ t = l.keyPath, l.keyPath = e, m(n, l, i, -1), l.keyPath = t;
2767
+ } else {
2768
+ if (i = ht(n, l, e, i, t, void 0), n.status === 12) throw null;
2769
+ ct(
2770
+ n,
2771
+ l,
2772
+ e,
2773
+ i,
2774
+ qn !== 0,
2775
+ jn,
2776
+ $n
2777
+ );
2778
+ }
2779
+ else if (typeof i == "string")
2780
+ if (a = l.blockedSegment, a === null)
2781
+ a = t.children, u = l.formatContext, c = l.keyPath, l.formatContext = Ai(u, i, t), l.keyPath = e, k(n, l, a, -1), l.formatContext = u, l.keyPath = c;
2782
+ else {
2783
+ if (c = gr(
2784
+ a.chunks,
2785
+ i,
2786
+ t,
2787
+ n.resumableState,
2788
+ n.renderState,
2789
+ l.blockedPreamble,
2790
+ l.hoistableState,
2791
+ l.formatContext,
2792
+ a.lastPushedText
2793
+ ), a.lastPushedText = !1, u = l.formatContext, r = l.keyPath, l.keyPath = e, (l.formatContext = Ai(u, i, t)).insertionMode === 3) {
2794
+ e = Cn(
2795
+ n,
2796
+ 0,
2797
+ null,
2798
+ l.formatContext,
2799
+ !1,
2800
+ !1
2801
+ ), a.preambleChildren.push(e), l.blockedSegment = e;
2802
+ try {
2803
+ e.status = 6, k(n, l, c, -1), mn(
2804
+ e.chunks,
2805
+ n.renderState,
2806
+ e.lastPushedText,
2807
+ e.textEmbedded
2808
+ ), e.status = 1;
2809
+ } finally {
2810
+ l.blockedSegment = a;
2811
+ }
2812
+ } else k(n, l, c, -1);
2813
+ l.formatContext = u, l.keyPath = r;
2814
+ n: {
2815
+ switch (l = a.chunks, n = n.resumableState, i) {
2816
+ case "title":
2817
+ case "style":
2818
+ case "script":
2819
+ case "area":
2820
+ case "base":
2821
+ case "br":
2822
+ case "col":
2823
+ case "embed":
2824
+ case "hr":
2825
+ case "img":
2826
+ case "input":
2827
+ case "keygen":
2828
+ case "link":
2829
+ case "meta":
2830
+ case "param":
2831
+ case "source":
2832
+ case "track":
2833
+ case "wbr":
2834
+ break n;
2835
+ case "body":
2836
+ if (1 >= u.insertionMode) {
2837
+ n.hasBody = !0;
2838
+ break n;
2839
+ }
2840
+ break;
2841
+ case "html":
2842
+ if (u.insertionMode === 0) {
2843
+ n.hasHtml = !0;
2844
+ break n;
2845
+ }
2846
+ break;
2847
+ case "head":
2848
+ if (1 >= u.insertionMode) break n;
2849
+ }
2850
+ l.push(xn(i));
2851
+ }
2852
+ a.lastPushedText = !1;
2853
+ }
2854
+ else {
2855
+ switch (i) {
2856
+ case nr:
2857
+ case gi:
2858
+ case vi:
2859
+ case di:
2860
+ i = l.keyPath, l.keyPath = e, m(n, l, t.children, -1), l.keyPath = i;
2861
+ return;
2862
+ case yi:
2863
+ i = l.blockedSegment, i === null ? t.mode !== "hidden" && (i = l.keyPath, l.keyPath = e, k(n, l, t.children, -1), l.keyPath = i) : t.mode !== "hidden" && (n.renderState.generateStaticMarkup || i.chunks.push("<!--&-->"), i.lastPushedText = !1, a = l.keyPath, l.keyPath = e, k(n, l, t.children, -1), l.keyPath = a, n.renderState.generateStaticMarkup || i.chunks.push("<!--/&-->"), i.lastPushedText = !1);
2864
+ return;
2865
+ case Te:
2866
+ n: {
2867
+ if (i = t.children, t = t.revealOrder, t === "forwards" || t === "backwards" || t === "unstable_legacy-backwards") {
2868
+ if (Ol(i)) {
2869
+ ft(n, l, e, i, t);
2870
+ break n;
2871
+ }
2872
+ if ((a = Ei(i)) && (a = a.call(i))) {
2873
+ if (u = a.next(), !u.done) {
2874
+ do
2875
+ u = a.next();
2876
+ while (!u.done);
2877
+ ft(n, l, e, i, t);
2878
+ }
2879
+ break n;
2880
+ }
2881
+ }
2882
+ t === "together" ? (t = l.keyPath, a = l.row, u = l.row = il(null), u.boundaries = [], u.together = !0, l.keyPath = e, m(n, l, i, -1), --u.pendingTasks === 0 && U(n, u), l.keyPath = t, l.row = a, a !== null && 0 < u.pendingTasks && (a.pendingTasks++, u.next = a)) : (t = l.keyPath, l.keyPath = e, m(n, l, i, -1), l.keyPath = t);
2883
+ }
2884
+ return;
2885
+ case er:
2886
+ case $t:
2887
+ throw Error(d(343));
2888
+ case Pl:
2889
+ n: if (l.replay !== null) {
2890
+ i = l.keyPath, a = l.formatContext, u = l.row, l.keyPath = e, l.formatContext = kl(
2891
+ n.resumableState,
2892
+ a
2893
+ ), l.row = null, e = t.children;
2894
+ try {
2895
+ k(n, l, e, -1);
2896
+ } finally {
2897
+ l.keyPath = i, l.formatContext = a, l.row = u;
2898
+ }
2899
+ } else {
2900
+ i = l.keyPath, r = l.formatContext;
2901
+ var o = l.row, s = l.blockedBoundary;
2902
+ f = l.blockedPreamble;
2903
+ var g = l.hoistableState;
2904
+ h = l.blockedSegment;
2905
+ var E = t.fallback;
2906
+ t = t.children;
2907
+ var y = /* @__PURE__ */ new Set(), b = Be(
2908
+ n,
2909
+ l.row,
2910
+ y,
2911
+ null,
2912
+ null
2913
+ );
2914
+ n.trackedPostpones !== null && (b.trackedContentKeyPath = e);
2915
+ var v = Cn(
2916
+ n,
2917
+ h.chunks.length,
2918
+ b,
2919
+ l.formatContext,
2920
+ !1,
2921
+ !1
2922
+ );
2923
+ h.children.push(v), h.lastPushedText = !1;
2924
+ var x = Cn(
2925
+ n,
2926
+ 0,
2927
+ null,
2928
+ l.formatContext,
2929
+ !1,
2930
+ !1
2931
+ );
2932
+ if (x.parentFlushed = !0, n.trackedPostpones !== null) {
2933
+ a = l.componentStack, u = [e[0], "Suspense Fallback", e[2]], c = [u[1], u[2], [], null], n.trackedPostpones.workingMap.set(u, c), b.trackedFallbackNode = c, l.blockedSegment = v, l.blockedPreamble = b.fallbackPreamble, l.keyPath = u, l.formatContext = Re(
2934
+ n.resumableState,
2935
+ r
2936
+ ), l.componentStack = He(a), v.status = 6;
2937
+ try {
2938
+ k(n, l, E, -1), mn(
2939
+ v.chunks,
2940
+ n.renderState,
2941
+ v.lastPushedText,
2942
+ v.textEmbedded
2943
+ ), v.status = 1;
2944
+ } catch (M) {
2945
+ throw v.status = n.status === 12 ? 3 : 4, M;
2946
+ } finally {
2947
+ l.blockedSegment = h, l.blockedPreamble = f, l.keyPath = i, l.formatContext = r;
2948
+ }
2949
+ l = ml(
2950
+ n,
2951
+ null,
2952
+ t,
2953
+ -1,
2954
+ b,
2955
+ x,
2956
+ b.contentPreamble,
2957
+ b.contentState,
2958
+ l.abortSet,
2959
+ e,
2960
+ kl(
2961
+ n.resumableState,
2962
+ l.formatContext
2963
+ ),
2964
+ l.context,
2965
+ l.treeContext,
2966
+ null,
2967
+ a
2968
+ ), ll(l), n.pingedTasks.push(l);
2969
+ } else {
2970
+ l.blockedBoundary = b, l.blockedPreamble = b.contentPreamble, l.hoistableState = b.contentState, l.blockedSegment = x, l.keyPath = e, l.formatContext = kl(
2971
+ n.resumableState,
2972
+ r
2973
+ ), l.row = null, x.status = 6;
2974
+ try {
2975
+ if (k(n, l, t, -1), mn(
2976
+ x.chunks,
2977
+ n.renderState,
2978
+ x.lastPushedText,
2979
+ x.textEmbedded
2980
+ ), x.status = 1, rl(b, x), b.pendingTasks === 0 && b.status === 0) {
2981
+ if (b.status = 1, !Wn(n, b)) {
2982
+ o !== null && --o.pendingTasks === 0 && U(n, o), n.pendingRootTasks === 0 && l.blockedPreamble && al(n);
2983
+ break n;
2984
+ }
2985
+ } else
2986
+ o !== null && o.together && Ue(n, o);
2987
+ } catch (M) {
2988
+ b.status = 4, n.status === 12 ? (x.status = 3, a = n.fatalError) : (x.status = 4, a = M), u = sn(l.componentStack), c = W(
2989
+ n,
2990
+ a,
2991
+ u
2992
+ ), b.errorDigest = c, Ze(n, b);
2993
+ } finally {
2994
+ l.blockedBoundary = s, l.blockedPreamble = f, l.hoistableState = g, l.blockedSegment = h, l.keyPath = i, l.formatContext = r, l.row = o;
2995
+ }
2996
+ l = ml(
2997
+ n,
2998
+ null,
2999
+ E,
3000
+ -1,
3001
+ s,
3002
+ v,
3003
+ b.fallbackPreamble,
3004
+ b.fallbackState,
3005
+ y,
3006
+ [e[0], "Suspense Fallback", e[2]],
3007
+ Re(
3008
+ n.resumableState,
3009
+ l.formatContext
3010
+ ),
3011
+ l.context,
3012
+ l.treeContext,
3013
+ l.row,
3014
+ He(
3015
+ l.componentStack
3016
+ )
3017
+ ), ll(l), n.pingedTasks.push(l);
3018
+ }
3019
+ }
3020
+ return;
3021
+ }
3022
+ if (typeof i == "object" && i !== null)
3023
+ switch (i.$$typeof) {
3024
+ case ye:
3025
+ if ("ref" in t)
3026
+ for (E in a = {}, t)
3027
+ E !== "ref" && (a[E] = t[E]);
3028
+ else a = t;
3029
+ i = ht(
3030
+ n,
3031
+ l,
3032
+ e,
3033
+ i.render,
3034
+ a,
3035
+ r
3036
+ ), ct(
3037
+ n,
3038
+ l,
3039
+ e,
3040
+ i,
3041
+ qn !== 0,
3042
+ jn,
3043
+ $n
3044
+ );
3045
+ return;
3046
+ case Ee:
3047
+ pl(n, l, e, i.type, t, r);
3048
+ return;
3049
+ case Ml:
3050
+ if (u = t.children, a = l.keyPath, t = t.value, c = i._currentValue2, i._currentValue2 = t, r = Rn, Rn = i = {
3051
+ parent: r,
3052
+ depth: r === null ? 0 : r.depth + 1,
3053
+ context: i,
3054
+ parentValue: c,
3055
+ value: t
3056
+ }, l.context = i, l.keyPath = e, m(n, l, u, -1), n = Rn, n === null) throw Error(d(403));
3057
+ n.context._currentValue2 = n.parentValue, n = Rn = n.parent, l.context = n, l.keyPath = a;
3058
+ return;
3059
+ case bi:
3060
+ t = t.children, i = t(i._context._currentValue2), t = l.keyPath, l.keyPath = e, m(n, l, i, -1), l.keyPath = t;
3061
+ return;
3062
+ case Sl:
3063
+ if (a = i._init, i = a(i._payload), n.status === 12) throw null;
3064
+ pl(n, l, e, i, t, r);
3065
+ return;
3066
+ }
3067
+ throw Error(
3068
+ d(130, i == null ? i : typeof i, "")
3069
+ );
3070
+ }
3071
+ }
3072
+ function ql(n, l, e, i, t) {
3073
+ var r = l.replay, a = l.blockedBoundary, h = Cn(
3074
+ n,
3075
+ 0,
3076
+ null,
3077
+ l.formatContext,
3078
+ !1,
3079
+ !1
3080
+ );
3081
+ h.id = e, h.parentFlushed = !0;
3082
+ try {
3083
+ l.replay = null, l.blockedSegment = h, k(n, l, i, t), h.status = 1, a === null ? n.completedRootSegment = h : (rl(a, h), a.parentFlushed && n.partialBoundaries.push(a));
3084
+ } finally {
3085
+ l.replay = r, l.blockedSegment = null;
3086
+ }
3087
+ }
3088
+ function m(n, l, e, i) {
3089
+ l.replay !== null && typeof l.replay.slots == "number" ? ql(n, l, l.replay.slots, e, i) : (l.node = e, l.childIndex = i, e = l.componentStack, ll(l), Ye(n, l), l.componentStack = e);
3090
+ }
3091
+ function Ye(n, l) {
3092
+ var e = l.node, i = l.childIndex;
3093
+ if (e !== null) {
3094
+ if (typeof e == "object") {
3095
+ switch (e.$$typeof) {
3096
+ case oi:
3097
+ var t = e.type, r = e.key, a = e.props;
3098
+ e = a.ref;
3099
+ var h = e !== void 0 ? e : null, u = Hl(t), f = r ?? (i === -1 ? 0 : i);
3100
+ if (r = [l.keyPath, u, f], l.replay !== null)
3101
+ n: {
3102
+ var c = l.replay;
3103
+ for (i = c.nodes, e = 0; e < i.length; e++) {
3104
+ var o = i[e];
3105
+ if (f === o[1]) {
3106
+ if (o.length === 4) {
3107
+ if (u !== null && u !== o[0])
3108
+ throw Error(
3109
+ d(490, o[0], u)
3110
+ );
3111
+ var s = o[2];
3112
+ u = o[3], f = l.node, l.replay = {
3113
+ nodes: s,
3114
+ slots: u,
3115
+ pendingTasks: 1
3116
+ };
3117
+ try {
3118
+ if (pl(n, l, r, t, a, h), l.replay.pendingTasks === 1 && 0 < l.replay.nodes.length)
3119
+ throw Error(d(488));
3120
+ l.replay.pendingTasks--;
3121
+ } catch (F) {
3122
+ if (typeof F == "object" && F !== null && (F === V || typeof F.then == "function"))
3123
+ throw l.node === f ? l.replay = c : i.splice(e, 1), F;
3124
+ l.replay.pendingTasks--, a = sn(l.componentStack), r = n, n = l.blockedBoundary, t = F, a = W(r, t, a), tl(
3125
+ r,
3126
+ n,
3127
+ s,
3128
+ u,
3129
+ t,
3130
+ a
3131
+ );
3132
+ }
3133
+ l.replay = c;
3134
+ } else {
3135
+ if (t !== Pl)
3136
+ throw Error(
3137
+ d(
3138
+ 490,
3139
+ "Suspense",
3140
+ Hl(t) || "Unknown"
3141
+ )
3142
+ );
3143
+ l: {
3144
+ c = void 0, t = o[5], h = o[2], u = o[3], f = o[4] === null ? [] : o[4][2], o = o[4] === null ? null : o[4][3];
3145
+ var g = l.keyPath, E = l.formatContext, y = l.row, b = l.replay, v = l.blockedBoundary, x = l.hoistableState, M = a.children, P = a.fallback, R = /* @__PURE__ */ new Set();
3146
+ a = Be(
3147
+ n,
3148
+ l.row,
3149
+ R,
3150
+ null,
3151
+ null
3152
+ ), a.parentFlushed = !0, a.rootSegmentID = t, l.blockedBoundary = a, l.hoistableState = a.contentState, l.keyPath = r, l.formatContext = kl(
3153
+ n.resumableState,
3154
+ E
3155
+ ), l.row = null, l.replay = {
3156
+ nodes: h,
3157
+ slots: u,
3158
+ pendingTasks: 1
3159
+ };
3160
+ try {
3161
+ if (k(n, l, M, -1), l.replay.pendingTasks === 1 && 0 < l.replay.nodes.length)
3162
+ throw Error(d(488));
3163
+ if (l.replay.pendingTasks--, a.pendingTasks === 0 && a.status === 0) {
3164
+ a.status = 1, n.completedBoundaries.push(a);
3165
+ break l;
3166
+ }
3167
+ } catch (F) {
3168
+ a.status = 4, s = sn(l.componentStack), c = W(
3169
+ n,
3170
+ F,
3171
+ s
3172
+ ), a.errorDigest = c, l.replay.pendingTasks--, n.clientRenderedBoundaries.push(a);
3173
+ } finally {
3174
+ l.blockedBoundary = v, l.hoistableState = x, l.replay = b, l.keyPath = g, l.formatContext = E, l.row = y;
3175
+ }
3176
+ s = ut(
3177
+ n,
3178
+ null,
3179
+ {
3180
+ nodes: f,
3181
+ slots: o,
3182
+ pendingTasks: 0
3183
+ },
3184
+ P,
3185
+ -1,
3186
+ v,
3187
+ a.fallbackState,
3188
+ R,
3189
+ [r[0], "Suspense Fallback", r[2]],
3190
+ Re(
3191
+ n.resumableState,
3192
+ l.formatContext
3193
+ ),
3194
+ l.context,
3195
+ l.treeContext,
3196
+ l.row,
3197
+ He(
3198
+ l.componentStack
3199
+ )
3200
+ ), ll(s), n.pingedTasks.push(s);
3201
+ }
3202
+ }
3203
+ i.splice(e, 1);
3204
+ break n;
3205
+ }
3206
+ }
3207
+ }
3208
+ else pl(n, l, r, t, a, h);
3209
+ return;
3210
+ case si:
3211
+ throw Error(d(257));
3212
+ case Sl:
3213
+ if (s = e._init, e = s(e._payload), n.status === 12) throw null;
3214
+ m(n, l, e, i);
3215
+ return;
3216
+ }
3217
+ if (Ol(e)) {
3218
+ Ge(n, l, e, i);
3219
+ return;
3220
+ }
3221
+ if ((s = Ei(e)) && (s = s.call(e))) {
3222
+ if (e = s.next(), !e.done) {
3223
+ a = [];
3224
+ do
3225
+ a.push(e.value), e = s.next();
3226
+ while (!e.done);
3227
+ Ge(n, l, a, i);
3228
+ }
3229
+ return;
3230
+ }
3231
+ if (typeof e.then == "function")
3232
+ return l.thenableState = null, m(n, l, et(e), i);
3233
+ if (e.$$typeof === Ml)
3234
+ return m(
3235
+ n,
3236
+ l,
3237
+ e._currentValue2,
3238
+ i
3239
+ );
3240
+ throw i = Object.prototype.toString.call(e), Error(
3241
+ d(
3242
+ 31,
3243
+ i === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : i
3244
+ )
3245
+ );
3246
+ }
3247
+ typeof e == "string" ? (i = l.blockedSegment, i !== null && (i.lastPushedText = Zi(
3248
+ i.chunks,
3249
+ e,
3250
+ n.renderState,
3251
+ i.lastPushedText
3252
+ ))) : (typeof e == "number" || typeof e == "bigint") && (i = l.blockedSegment, i !== null && (i.lastPushedText = Zi(
3253
+ i.chunks,
3254
+ "" + e,
3255
+ n.renderState,
3256
+ i.lastPushedText
3257
+ )));
3258
+ }
3259
+ }
3260
+ function Ge(n, l, e, i) {
3261
+ var t = l.keyPath;
3262
+ if (i !== -1 && (l.keyPath = [l.keyPath, "Fragment", i], l.replay !== null)) {
3263
+ for (var r = l.replay, a = r.nodes, h = 0; h < a.length; h++) {
3264
+ var u = a[h];
3265
+ if (u[1] === i) {
3266
+ i = u[2], u = u[3], l.replay = { nodes: i, slots: u, pendingTasks: 1 };
3267
+ try {
3268
+ if (Ge(n, l, e, -1), l.replay.pendingTasks === 1 && 0 < l.replay.nodes.length)
3269
+ throw Error(d(488));
3270
+ l.replay.pendingTasks--;
3271
+ } catch (o) {
3272
+ if (typeof o == "object" && o !== null && (o === V || typeof o.then == "function"))
3273
+ throw o;
3274
+ l.replay.pendingTasks--, e = sn(l.componentStack);
3275
+ var f = l.blockedBoundary, c = o;
3276
+ e = W(n, c, e), tl(
3277
+ n,
3278
+ f,
3279
+ i,
3280
+ u,
3281
+ c,
3282
+ e
3283
+ );
3284
+ }
3285
+ l.replay = r, a.splice(h, 1);
3286
+ break;
3287
+ }
3288
+ }
3289
+ l.keyPath = t;
3290
+ return;
3291
+ }
3292
+ if (r = l.treeContext, a = e.length, l.replay !== null && (h = l.replay.slots, h !== null && typeof h == "object")) {
3293
+ for (i = 0; i < a; i++)
3294
+ u = e[i], l.treeContext = wn(r, a, i), f = h[i], typeof f == "number" ? (ql(n, l, f, u, i), delete h[i]) : k(n, l, u, i);
3295
+ l.treeContext = r, l.keyPath = t;
3296
+ return;
3297
+ }
3298
+ for (h = 0; h < a; h++)
3299
+ i = e[h], l.treeContext = wn(r, a, h), k(n, l, i, h);
3300
+ l.treeContext = r, l.keyPath = t;
3301
+ }
3302
+ function ot(n, l, e) {
3303
+ if (e.status = 5, e.rootSegmentID = n.nextSegmentId++, n = e.trackedContentKeyPath, n === null) throw Error(d(486));
3304
+ var i = e.trackedFallbackNode, t = [], r = l.workingMap.get(n);
3305
+ return r === void 0 ? (e = [
3306
+ n[1],
3307
+ n[2],
3308
+ t,
3309
+ null,
3310
+ i,
3311
+ e.rootSegmentID
3312
+ ], l.workingMap.set(n, e), ee(e, n[0], l), e) : (r[4] = i, r[5] = e.rootSegmentID, r);
3313
+ }
3314
+ function Xe(n, l, e, i) {
3315
+ i.status = 5;
3316
+ var t = e.keyPath, r = e.blockedBoundary;
3317
+ if (r === null)
3318
+ i.id = n.nextSegmentId++, l.rootSlots = i.id, n.completedRootSegment !== null && (n.completedRootSegment.status = 5);
3319
+ else {
3320
+ if (r !== null && r.status === 0) {
3321
+ var a = ot(
3322
+ n,
3323
+ l,
3324
+ r
3325
+ );
3326
+ if (r.trackedContentKeyPath === t && e.childIndex === -1) {
3327
+ i.id === -1 && (i.id = i.parentFlushed ? r.rootSegmentID : n.nextSegmentId++), a[3] = i.id;
3328
+ return;
3329
+ }
3330
+ }
3331
+ if (i.id === -1 && (i.id = i.parentFlushed && r !== null ? r.rootSegmentID : n.nextSegmentId++), e.childIndex === -1)
3332
+ t === null ? l.rootSlots = i.id : (e = l.workingMap.get(t), e === void 0 ? (e = [t[1], t[2], [], i.id], ee(e, t[0], l)) : e[3] = i.id);
3333
+ else {
3334
+ if (t === null) {
3335
+ if (n = l.rootSlots, n === null)
3336
+ n = l.rootSlots = {};
3337
+ else if (typeof n == "number")
3338
+ throw Error(d(491));
3339
+ } else if (r = l.workingMap, a = r.get(t), a === void 0)
3340
+ n = {}, a = [t[1], t[2], [], n], r.set(t, a), ee(a, t[0], l);
3341
+ else if (n = a[3], n === null)
3342
+ n = a[3] = {};
3343
+ else if (typeof n == "number")
3344
+ throw Error(d(491));
3345
+ n[e.childIndex] = i.id;
3346
+ }
3347
+ }
3348
+ }
3349
+ function Ze(n, l) {
3350
+ n = n.trackedPostpones, n !== null && (l = l.trackedContentKeyPath, l !== null && (l = n.workingMap.get(l), l !== void 0 && (l.length = 4, l[2] = [], l[3] = null)));
3351
+ }
3352
+ function st(n, l, e) {
3353
+ return ut(
3354
+ n,
3355
+ e,
3356
+ l.replay,
3357
+ l.node,
3358
+ l.childIndex,
3359
+ l.blockedBoundary,
3360
+ l.hoistableState,
3361
+ l.abortSet,
3362
+ l.keyPath,
3363
+ l.formatContext,
3364
+ l.context,
3365
+ l.treeContext,
3366
+ l.row,
3367
+ l.componentStack
3368
+ );
3369
+ }
3370
+ function dt(n, l, e) {
3371
+ var i = l.blockedSegment, t = Cn(
3372
+ n,
3373
+ i.chunks.length,
3374
+ null,
3375
+ l.formatContext,
3376
+ i.lastPushedText,
3377
+ !0
3378
+ );
3379
+ return i.children.push(t), i.lastPushedText = !1, ml(
3380
+ n,
3381
+ e,
3382
+ l.node,
3383
+ l.childIndex,
3384
+ l.blockedBoundary,
3385
+ t,
3386
+ l.blockedPreamble,
3387
+ l.hoistableState,
3388
+ l.abortSet,
3389
+ l.keyPath,
3390
+ l.formatContext,
3391
+ l.context,
3392
+ l.treeContext,
3393
+ l.row,
3394
+ l.componentStack
3395
+ );
3396
+ }
3397
+ function k(n, l, e, i) {
3398
+ var t = l.formatContext, r = l.context, a = l.keyPath, h = l.treeContext, u = l.componentStack, f = l.blockedSegment;
3399
+ if (f === null) {
3400
+ f = l.replay;
3401
+ try {
3402
+ return m(n, l, e, i);
3403
+ } catch (s) {
3404
+ if (nl(), e = s === V ? Gl() : s, n.status !== 12 && typeof e == "object" && e !== null) {
3405
+ if (typeof e.then == "function") {
3406
+ i = s === V ? Bn() : null, n = st(n, l, i).ping, e.then(n, n), l.formatContext = t, l.context = r, l.keyPath = a, l.treeContext = h, l.componentStack = u, l.replay = f, cn(r);
3407
+ return;
3408
+ }
3409
+ if (e.message === "Maximum call stack size exceeded") {
3410
+ e = s === V ? Bn() : null, e = st(n, l, e), n.pingedTasks.push(e), l.formatContext = t, l.context = r, l.keyPath = a, l.treeContext = h, l.componentStack = u, l.replay = f, cn(r);
3411
+ return;
3412
+ }
3413
+ }
3414
+ }
3415
+ } else {
3416
+ var c = f.children.length, o = f.chunks.length;
3417
+ try {
3418
+ return m(n, l, e, i);
3419
+ } catch (s) {
3420
+ if (nl(), f.children.length = c, f.chunks.length = o, e = s === V ? Gl() : s, n.status !== 12 && typeof e == "object" && e !== null) {
3421
+ if (typeof e.then == "function") {
3422
+ f = e, e = s === V ? Bn() : null, n = dt(n, l, e).ping, f.then(n, n), l.formatContext = t, l.context = r, l.keyPath = a, l.treeContext = h, l.componentStack = u, cn(r);
3423
+ return;
3424
+ }
3425
+ if (e.message === "Maximum call stack size exceeded") {
3426
+ f = s === V ? Bn() : null, f = dt(n, l, f), n.pingedTasks.push(f), l.formatContext = t, l.context = r, l.keyPath = a, l.treeContext = h, l.componentStack = u, cn(r);
3427
+ return;
3428
+ }
3429
+ }
3430
+ }
3431
+ }
3432
+ throw l.formatContext = t, l.context = r, l.keyPath = a, l.treeContext = h, cn(r), e;
3433
+ }
3434
+ function ea(n) {
3435
+ var l = n.blockedBoundary, e = n.blockedSegment;
3436
+ e !== null && (e.status = 3, dn(this, l, n.row, e));
3437
+ }
3438
+ function tl(n, l, e, i, t, r) {
3439
+ for (var a = 0; a < e.length; a++) {
3440
+ var h = e[a];
3441
+ if (h.length === 4)
3442
+ tl(
3443
+ n,
3444
+ l,
3445
+ h[2],
3446
+ h[3],
3447
+ t,
3448
+ r
3449
+ );
3450
+ else {
3451
+ h = h[5];
3452
+ var u = n, f = r, c = Be(
3453
+ u,
3454
+ null,
3455
+ /* @__PURE__ */ new Set(),
3456
+ null,
3457
+ null
3458
+ );
3459
+ c.parentFlushed = !0, c.rootSegmentID = h, c.status = 4, c.errorDigest = f, c.parentFlushed && u.clientRenderedBoundaries.push(c);
3460
+ }
3461
+ }
3462
+ if (e.length = 0, i !== null) {
3463
+ if (l === null) throw Error(d(487));
3464
+ if (l.status !== 4 && (l.status = 4, l.errorDigest = r, l.parentFlushed && n.clientRenderedBoundaries.push(l)), typeof i == "object") for (var o in i) delete i[o];
3465
+ }
3466
+ }
3467
+ function Je(n, l, e) {
3468
+ var i = n.blockedBoundary, t = n.blockedSegment;
3469
+ if (t !== null) {
3470
+ if (t.status === 6) return;
3471
+ t.status = 3;
3472
+ }
3473
+ var r = sn(n.componentStack);
3474
+ if (i === null) {
3475
+ if (l.status !== 13 && l.status !== 14) {
3476
+ if (i = n.replay, i === null) {
3477
+ l.trackedPostpones !== null && t !== null ? (i = l.trackedPostpones, W(l, e, r), Xe(l, i, n, t), dn(l, null, n.row, t)) : (W(l, e, r), el(l, e));
3478
+ return;
3479
+ }
3480
+ i.pendingTasks--, i.pendingTasks === 0 && 0 < i.nodes.length && (t = W(l, e, r), tl(
3481
+ l,
3482
+ null,
3483
+ i.nodes,
3484
+ i.slots,
3485
+ e,
3486
+ t
3487
+ )), l.pendingRootTasks--, l.pendingRootTasks === 0 && Ve(l);
3488
+ }
3489
+ } else {
3490
+ var a = l.trackedPostpones;
3491
+ if (i.status !== 4) {
3492
+ if (a !== null && t !== null)
3493
+ return W(l, e, r), Xe(l, a, n, t), i.fallbackAbortableTasks.forEach(function(h) {
3494
+ return Je(h, l, e);
3495
+ }), i.fallbackAbortableTasks.clear(), dn(l, i, n.row, t);
3496
+ i.status = 4, t = W(l, e, r), i.status = 4, i.errorDigest = t, Ze(l, i), i.parentFlushed && l.clientRenderedBoundaries.push(i);
3497
+ }
3498
+ i.pendingTasks--, t = i.row, t !== null && --t.pendingTasks === 0 && U(l, t), i.fallbackAbortableTasks.forEach(function(h) {
3499
+ return Je(h, l, e);
3500
+ }), i.fallbackAbortableTasks.clear();
3501
+ }
3502
+ n = n.row, n !== null && --n.pendingTasks === 0 && U(l, n), l.allPendingTasks--, l.allPendingTasks === 0 && jl(l);
3503
+ }
3504
+ function Qe(n, l) {
3505
+ try {
3506
+ var e = n.renderState, i = e.onHeaders;
3507
+ if (i) {
3508
+ var t = e.headers;
3509
+ if (t) {
3510
+ e.headers = null;
3511
+ var r = t.preconnects;
3512
+ if (t.fontPreloads && (r && (r += ", "), r += t.fontPreloads), t.highImagePreloads && (r && (r += ", "), r += t.highImagePreloads), !l) {
3513
+ var a = e.styles.values(), h = a.next();
3514
+ n: for (; 0 < t.remainingCapacity && !h.done; h = a.next())
3515
+ for (var u = h.value.sheets.values(), f = u.next(); 0 < t.remainingCapacity && !f.done; f = u.next()) {
3516
+ var c = f.value, o = c.props, s = o.href, g = c.props, E = Bl(g.href, "style", {
3517
+ crossOrigin: g.crossOrigin,
3518
+ integrity: g.integrity,
3519
+ nonce: g.nonce,
3520
+ type: g.type,
3521
+ fetchPriority: g.fetchPriority,
3522
+ referrerPolicy: g.referrerPolicy,
3523
+ media: g.media
3524
+ });
3525
+ if (0 <= (t.remainingCapacity -= E.length + 2))
3526
+ e.resets.style[s] = K, r && (r += ", "), r += E, e.resets.style[s] = typeof o.crossOrigin == "string" || typeof o.integrity == "string" ? [o.crossOrigin, o.integrity] : K;
3527
+ else break n;
3528
+ }
3529
+ }
3530
+ i(r ? { Link: r } : {});
3531
+ }
3532
+ }
3533
+ } catch (y) {
3534
+ W(n, y, {});
3535
+ }
3536
+ }
3537
+ function Ve(n) {
3538
+ n.trackedPostpones === null && Qe(n, !0), n.trackedPostpones === null && al(n), n.onShellError = Z, n = n.onShellReady, n();
3539
+ }
3540
+ function jl(n) {
3541
+ Qe(
3542
+ n,
3543
+ n.trackedPostpones === null ? !0 : n.completedRootSegment === null || n.completedRootSegment.status !== 5
3544
+ ), al(n), n = n.onAllReady, n();
3545
+ }
3546
+ function rl(n, l) {
3547
+ if (l.chunks.length === 0 && l.children.length === 1 && l.children[0].boundary === null && l.children[0].id === -1) {
3548
+ var e = l.children[0];
3549
+ e.id = l.id, e.parentFlushed = !0, e.status !== 1 && e.status !== 3 && e.status !== 4 || rl(n, e);
3550
+ } else n.completedSegments.push(l);
3551
+ }
3552
+ function dn(n, l, e, i) {
3553
+ if (e !== null && (--e.pendingTasks === 0 ? U(n, e) : e.together && Ue(n, e)), n.allPendingTasks--, l === null) {
3554
+ if (i !== null && i.parentFlushed) {
3555
+ if (n.completedRootSegment !== null)
3556
+ throw Error(d(389));
3557
+ n.completedRootSegment = i;
3558
+ }
3559
+ n.pendingRootTasks--, n.pendingRootTasks === 0 && Ve(n);
3560
+ } else if (l.pendingTasks--, l.status !== 4)
3561
+ if (l.pendingTasks === 0) {
3562
+ if (l.status === 0 && (l.status = 1), i !== null && i.parentFlushed && (i.status === 1 || i.status === 3) && rl(l, i), l.parentFlushed && n.completedBoundaries.push(l), l.status === 1)
3563
+ e = l.row, e !== null && Nn(e.hoistables, l.contentState), Wn(n, l) || (l.fallbackAbortableTasks.forEach(ea, n), l.fallbackAbortableTasks.clear(), e !== null && --e.pendingTasks === 0 && U(n, e)), n.pendingRootTasks === 0 && n.trackedPostpones === null && l.contentPreamble !== null && al(n);
3564
+ else if (l.status === 5 && (l = l.row, l !== null)) {
3565
+ if (n.trackedPostpones !== null) {
3566
+ e = n.trackedPostpones;
3567
+ var t = l.next;
3568
+ if (t !== null && (i = t.boundaries, i !== null))
3569
+ for (t.boundaries = null, t = 0; t < i.length; t++) {
3570
+ var r = i[t];
3571
+ ot(n, e, r), dn(n, r, null, null);
3572
+ }
3573
+ }
3574
+ --l.pendingTasks === 0 && U(n, l);
3575
+ }
3576
+ } else
3577
+ i === null || !i.parentFlushed || i.status !== 1 && i.status !== 3 || (rl(l, i), l.completedSegments.length === 1 && l.parentFlushed && n.partialBoundaries.push(l)), l = l.row, l !== null && l.together && Ue(n, l);
3578
+ n.allPendingTasks === 0 && jl(n);
3579
+ }
3580
+ function gt(n) {
3581
+ if (n.status !== 14 && n.status !== 13) {
3582
+ var l = Rn, e = kn.H;
3583
+ kn.H = it;
3584
+ var i = kn.A;
3585
+ kn.A = jr;
3586
+ var t = N;
3587
+ N = n;
3588
+ var r = Vl;
3589
+ Vl = n.resumableState;
3590
+ try {
3591
+ var a = n.pingedTasks, h;
3592
+ for (h = 0; h < a.length; h++) {
3593
+ var u = a[h], f = n, c = u.blockedSegment;
3594
+ if (c === null) {
3595
+ var o = f;
3596
+ if (u.replay.pendingTasks !== 0) {
3597
+ cn(u.context);
3598
+ try {
3599
+ if (typeof u.replay.slots == "number" ? ql(
3600
+ o,
3601
+ u,
3602
+ u.replay.slots,
3603
+ u.node,
3604
+ u.childIndex
3605
+ ) : Ye(o, u), u.replay.pendingTasks === 1 && 0 < u.replay.nodes.length)
3606
+ throw Error(d(488));
3607
+ u.replay.pendingTasks--, u.abortSet.delete(u), dn(
3608
+ o,
3609
+ u.blockedBoundary,
3610
+ u.row,
3611
+ null
3612
+ );
3613
+ } catch (O) {
3614
+ nl();
3615
+ var s = O === V ? Gl() : O;
3616
+ if (typeof s == "object" && s !== null && typeof s.then == "function") {
3617
+ var g = u.ping;
3618
+ s.then(g, g), u.thenableState = O === V ? Bn() : null;
3619
+ } else {
3620
+ u.replay.pendingTasks--, u.abortSet.delete(u);
3621
+ var E = sn(u.componentStack);
3622
+ f = void 0;
3623
+ var y = o, b = u.blockedBoundary, v = o.status === 12 ? o.fatalError : s, x = u.replay.nodes, M = u.replay.slots;
3624
+ f = W(
3625
+ y,
3626
+ v,
3627
+ E
3628
+ ), tl(
3629
+ y,
3630
+ b,
3631
+ x,
3632
+ M,
3633
+ v,
3634
+ f
3635
+ ), o.pendingRootTasks--, o.pendingRootTasks === 0 && Ve(o), o.allPendingTasks--, o.allPendingTasks === 0 && jl(o);
3636
+ }
3637
+ } finally {
3638
+ }
3639
+ }
3640
+ } else if (o = void 0, y = c, y.status === 0) {
3641
+ y.status = 6, cn(u.context);
3642
+ var P = y.children.length, R = y.chunks.length;
3643
+ try {
3644
+ Ye(f, u), mn(
3645
+ y.chunks,
3646
+ f.renderState,
3647
+ y.lastPushedText,
3648
+ y.textEmbedded
3649
+ ), u.abortSet.delete(u), y.status = 1, dn(
3650
+ f,
3651
+ u.blockedBoundary,
3652
+ u.row,
3653
+ y
3654
+ );
3655
+ } catch (O) {
3656
+ nl(), y.children.length = P, y.chunks.length = R;
3657
+ var F = O === V ? Gl() : f.status === 12 ? f.fatalError : O;
3658
+ if (f.status === 12 && f.trackedPostpones !== null) {
3659
+ var an = f.trackedPostpones, $ = sn(u.componentStack);
3660
+ u.abortSet.delete(u), W(f, F, $), Xe(f, an, u, y), dn(
3661
+ f,
3662
+ u.blockedBoundary,
3663
+ u.row,
3664
+ y
3665
+ );
3666
+ } else if (typeof F == "object" && F !== null && typeof F.then == "function") {
3667
+ y.status = 0, u.thenableState = O === V ? Bn() : null;
3668
+ var w = u.ping;
3669
+ F.then(w, w);
3670
+ } else {
3671
+ var un = sn(u.componentStack);
3672
+ u.abortSet.delete(u), y.status = 4;
3673
+ var A = u.blockedBoundary, Y = u.row;
3674
+ if (Y !== null && --Y.pendingTasks === 0 && U(f, Y), f.allPendingTasks--, o = W(
3675
+ f,
3676
+ F,
3677
+ un
3678
+ ), A === null) el(f, F);
3679
+ else if (A.pendingTasks--, A.status !== 4) {
3680
+ A.status = 4, A.errorDigest = o, Ze(f, A);
3681
+ var G = A.row;
3682
+ G !== null && --G.pendingTasks === 0 && U(f, G), A.parentFlushed && f.clientRenderedBoundaries.push(A), f.pendingRootTasks === 0 && f.trackedPostpones === null && A.contentPreamble !== null && al(f);
3683
+ }
3684
+ f.allPendingTasks === 0 && jl(f);
3685
+ }
3686
+ } finally {
3687
+ }
3688
+ }
3689
+ }
3690
+ a.splice(0, h), n.destination !== null && le(n, n.destination);
3691
+ } catch (O) {
3692
+ W(n, O, {}), el(n, O);
3693
+ } finally {
3694
+ Vl = r, kn.H = e, kn.A = i, e === it && cn(l), N = t;
3695
+ }
3696
+ }
3697
+ }
3698
+ function Ke(n, l, e) {
3699
+ l.preambleChildren.length && e.push(l.preambleChildren);
3700
+ for (var i = !1, t = 0; t < l.children.length; t++)
3701
+ i = vt(
3702
+ n,
3703
+ l.children[t],
3704
+ e
3705
+ ) || i;
3706
+ return i;
3707
+ }
3708
+ function vt(n, l, e) {
3709
+ var i = l.boundary;
3710
+ if (i === null)
3711
+ return Ke(
3712
+ n,
3713
+ l,
3714
+ e
3715
+ );
3716
+ var t = i.contentPreamble, r = i.fallbackPreamble;
3717
+ if (t === null || r === null) return !1;
3718
+ switch (i.status) {
3719
+ case 1:
3720
+ if (Ui(n.renderState, t), n.byteSize += i.byteSize, l = i.completedSegments[0], !l) throw Error(d(391));
3721
+ return Ke(
3722
+ n,
3723
+ l,
3724
+ e
3725
+ );
3726
+ case 5:
3727
+ if (n.trackedPostpones !== null) return !0;
3728
+ case 4:
3729
+ if (l.status === 1)
3730
+ return Ui(n.renderState, r), Ke(
3731
+ n,
3732
+ l,
3733
+ e
3734
+ );
3735
+ default:
3736
+ return !0;
3737
+ }
3738
+ }
3739
+ function al(n) {
3740
+ if (n.completedRootSegment && n.completedPreambleSegments === null) {
3741
+ var l = [], e = n.byteSize, i = vt(
3742
+ n,
3743
+ n.completedRootSegment,
3744
+ l
3745
+ ), t = n.renderState.preamble;
3746
+ i === !1 || t.headChunks && t.bodyChunks ? n.completedPreambleSegments = l : n.byteSize = e;
3747
+ }
3748
+ }
3749
+ function $l(n, l, e, i) {
3750
+ switch (e.parentFlushed = !0, e.status) {
3751
+ case 0:
3752
+ e.id = n.nextSegmentId++;
3753
+ case 5:
3754
+ return i = e.id, e.lastPushedText = !1, e.textEmbedded = !1, n = n.renderState, l.push('<template id="'), l.push(n.placeholderPrefix), n = i.toString(16), l.push(n), l.push('"></template>');
3755
+ case 1:
3756
+ e.status = 2;
3757
+ var t = !0, r = e.chunks, a = 0;
3758
+ e = e.children;
3759
+ for (var h = 0; h < e.length; h++) {
3760
+ for (t = e[h]; a < t.index; a++)
3761
+ l.push(r[a]);
3762
+ t = fl(n, l, t, i);
3763
+ }
3764
+ for (; a < r.length - 1; a++)
3765
+ l.push(r[a]);
3766
+ return a < r.length && (t = l.push(r[a])), t;
3767
+ case 3:
3768
+ return !0;
3769
+ default:
3770
+ throw Error(d(390));
3771
+ }
3772
+ }
3773
+ var ul = 0;
3774
+ function fl(n, l, e, i) {
3775
+ var t = e.boundary;
3776
+ if (t === null)
3777
+ return $l(n, l, e, i);
3778
+ if (t.parentFlushed = !0, t.status === 4) {
3779
+ var r = t.row;
3780
+ return r !== null && --r.pendingTasks === 0 && U(n, r), n.renderState.generateStaticMarkup || (t = t.errorDigest, l.push("<!--$!-->"), l.push("<template"), t && (l.push(' data-dgst="'), t = T(t), l.push(t), l.push('"')), l.push("></template>")), $l(n, l, e, i), n = n.renderState.generateStaticMarkup ? !0 : l.push("<!--/$-->"), n;
3781
+ }
3782
+ if (t.status !== 1)
3783
+ return t.status === 0 && (t.rootSegmentID = n.nextSegmentId++), 0 < t.completedSegments.length && n.partialBoundaries.push(t), Gi(
3784
+ l,
3785
+ n.renderState,
3786
+ t.rootSegmentID
3787
+ ), i && Nn(i, t.fallbackState), $l(n, l, e, i), l.push("<!--/$-->");
3788
+ if (!ne && Wn(n, t) && ul + t.byteSize > n.progressiveChunkSize)
3789
+ return t.rootSegmentID = n.nextSegmentId++, n.completedBoundaries.push(t), Gi(
3790
+ l,
3791
+ n.renderState,
3792
+ t.rootSegmentID
3793
+ ), $l(n, l, e, i), l.push("<!--/$-->");
3794
+ if (ul += t.byteSize, i && Nn(i, t.contentState), e = t.row, e !== null && Wn(n, t) && --e.pendingTasks === 0 && U(n, e), n.renderState.generateStaticMarkup || l.push("<!--$-->"), e = t.completedSegments, e.length !== 1) throw Error(d(391));
3795
+ return fl(n, l, e[0], i), n = n.renderState.generateStaticMarkup ? !0 : l.push("<!--/$-->"), n;
3796
+ }
3797
+ function me(n, l, e, i) {
3798
+ return vr(
3799
+ l,
3800
+ n.renderState,
3801
+ e.parentFormatContext,
3802
+ e.id
3803
+ ), fl(n, l, e, i), br(l, e.parentFormatContext);
3804
+ }
3805
+ function bt(n, l, e) {
3806
+ ul = e.byteSize;
3807
+ for (var i = e.completedSegments, t = 0; t < i.length; t++)
3808
+ yt(
3809
+ n,
3810
+ l,
3811
+ e,
3812
+ i[t]
3813
+ );
3814
+ i.length = 0, i = e.row, i !== null && Wn(n, e) && --i.pendingTasks === 0 && U(n, i), Xi(
3815
+ l,
3816
+ e.contentState,
3817
+ n.renderState
3818
+ ), i = n.resumableState, n = n.renderState, t = e.rootSegmentID, e = e.contentState;
3819
+ var r = n.stylesToHoist;
3820
+ return n.stylesToHoist = !1, l.push(n.startInlineScript), l.push(">"), r ? ((i.instructions & 4) === 0 && (i.instructions |= 4, l.push(
3821
+ '$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};'
3822
+ )), (i.instructions & 2) === 0 && (i.instructions |= 2, l.push(
3823
+ `$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
3824
+ $RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`
3825
+ )), (i.instructions & 8) === 0 ? (i.instructions |= 8, l.push(
3826
+ `$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=
3827
+ "stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=
3828
+ "$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("`
3829
+ )) : l.push('$RR("')) : ((i.instructions & 2) === 0 && (i.instructions |= 2, l.push(
3830
+ `$RB=[];$RV=function(a){$RT=performance.now();for(var b=0;b<a.length;b+=2){var c=a[b],e=a[b+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&requestAnimationFrame(g._reactRetry)}}a.length=0};
3831
+ $RC=function(a,b){if(b=document.getElementById(b))(a=document.getElementById(a))?(a.previousSibling.data="$~",$RB.push(a,b),2===$RB.length&&("number"!==typeof $RT?requestAnimationFrame($RV.bind(null,$RB)):(a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:$RT+300-a)))):b.parentNode.removeChild(b)};`
3832
+ )), l.push('$RC("')), i = t.toString(16), l.push(n.boundaryPrefix), l.push(i), l.push('","'), l.push(n.segmentPrefix), l.push(i), r ? (l.push('",'), Ar(l, e)) : l.push('"'), e = l.push(")<\/script>"), Yi(l, n) && e;
3833
+ }
3834
+ function yt(n, l, e, i) {
3835
+ if (i.status === 2) return !0;
3836
+ var t = e.contentState, r = i.id;
3837
+ if (r === -1) {
3838
+ if ((i.id = e.rootSegmentID) === -1)
3839
+ throw Error(d(392));
3840
+ return me(n, l, i, t);
3841
+ }
3842
+ return r === e.rootSegmentID ? me(n, l, i, t) : (me(n, l, i, t), e = n.resumableState, n = n.renderState, l.push(n.startInlineScript), l.push(">"), (e.instructions & 1) === 0 ? (e.instructions |= 1, l.push(
3843
+ '$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'
3844
+ )) : l.push('$RS("'), l.push(n.segmentPrefix), r = r.toString(16), l.push(r), l.push('","'), l.push(n.placeholderPrefix), l.push(r), l = l.push('")<\/script>'), l);
3845
+ }
3846
+ var ne = !1;
3847
+ function le(n, l) {
3848
+ try {
3849
+ if (!(0 < n.pendingRootTasks)) {
3850
+ var e, i = n.completedRootSegment;
3851
+ if (i !== null) {
3852
+ if (i.status === 5) return;
3853
+ var t = n.completedPreambleSegments;
3854
+ if (t === null) return;
3855
+ ul = n.byteSize;
3856
+ var r = n.resumableState, a = n.renderState, h = a.preamble, u = h.htmlChunks, f = h.headChunks, c;
3857
+ if (u) {
3858
+ for (c = 0; c < u.length; c++)
3859
+ l.push(u[c]);
3860
+ if (f)
3861
+ for (c = 0; c < f.length; c++)
3862
+ l.push(f[c]);
3863
+ else {
3864
+ var o = S("head");
3865
+ l.push(o), l.push(">");
3866
+ }
3867
+ } else if (f)
3868
+ for (c = 0; c < f.length; c++)
3869
+ l.push(f[c]);
3870
+ var s = a.charsetChunks;
3871
+ for (c = 0; c < s.length; c++)
3872
+ l.push(s[c]);
3873
+ s.length = 0, a.preconnects.forEach(p, l), a.preconnects.clear();
3874
+ var g = a.viewportChunks;
3875
+ for (c = 0; c < g.length; c++)
3876
+ l.push(g[c]);
3877
+ g.length = 0, a.fontPreloads.forEach(p, l), a.fontPreloads.clear(), a.highImagePreloads.forEach(p, l), a.highImagePreloads.clear(), Ln = a, a.styles.forEach(Cr, l), Ln = null;
3878
+ var E = a.importMapChunks;
3879
+ for (c = 0; c < E.length; c++)
3880
+ l.push(E[c]);
3881
+ E.length = 0, a.bootstrapScripts.forEach(p, l), a.scripts.forEach(p, l), a.scripts.clear(), a.bulkPreloads.forEach(p, l), a.bulkPreloads.clear(), r.instructions |= 32;
3882
+ var y = a.hoistableChunks;
3883
+ for (c = 0; c < y.length; c++)
3884
+ l.push(y[c]);
3885
+ for (r = y.length = 0; r < t.length; r++) {
3886
+ var b = t[r];
3887
+ for (a = 0; a < b.length; a++)
3888
+ fl(n, l, b[a], null);
3889
+ }
3890
+ var v = n.renderState.preamble, x = v.headChunks;
3891
+ if (v.htmlChunks || x) {
3892
+ var M = xn("head");
3893
+ l.push(M);
3894
+ }
3895
+ var P = v.bodyChunks;
3896
+ if (P)
3897
+ for (t = 0; t < P.length; t++)
3898
+ l.push(P[t]);
3899
+ fl(n, l, i, null), n.completedRootSegment = null;
3900
+ var R = n.renderState;
3901
+ if (n.allPendingTasks !== 0 || n.clientRenderedBoundaries.length !== 0 || n.completedBoundaries.length !== 0 || n.trackedPostpones !== null && (n.trackedPostpones.rootNodes.length !== 0 || n.trackedPostpones.rootSlots !== null)) {
3902
+ var F = n.resumableState;
3903
+ if ((F.instructions & 64) === 0) {
3904
+ if (F.instructions |= 64, l.push(R.startInlineScript), (F.instructions & 32) === 0) {
3905
+ F.instructions |= 32;
3906
+ var an = "_" + F.idPrefix + "R_";
3907
+ l.push(' id="');
3908
+ var $ = T(an);
3909
+ l.push($), l.push('"');
3910
+ }
3911
+ l.push(">"), l.push(
3912
+ "requestAnimationFrame(function(){$RT=performance.now()});"
3913
+ ), l.push("<\/script>");
3914
+ }
3915
+ }
3916
+ Yi(l, R);
3917
+ }
3918
+ var w = n.renderState;
3919
+ i = 0;
3920
+ var un = w.viewportChunks;
3921
+ for (i = 0; i < un.length; i++)
3922
+ l.push(un[i]);
3923
+ un.length = 0, w.preconnects.forEach(p, l), w.preconnects.clear(), w.fontPreloads.forEach(p, l), w.fontPreloads.clear(), w.highImagePreloads.forEach(
3924
+ p,
3925
+ l
3926
+ ), w.highImagePreloads.clear(), w.styles.forEach(_r, l), w.scripts.forEach(p, l), w.scripts.clear(), w.bulkPreloads.forEach(p, l), w.bulkPreloads.clear();
3927
+ var A = w.hoistableChunks;
3928
+ for (i = 0; i < A.length; i++)
3929
+ l.push(A[i]);
3930
+ A.length = 0;
3931
+ var Y = n.clientRenderedBoundaries;
3932
+ for (e = 0; e < Y.length; e++) {
3933
+ var G = Y[e];
3934
+ w = l;
3935
+ var O = n.resumableState, gn = n.renderState, ie = G.rootSegmentID, hl = G.errorDigest;
3936
+ w.push(gn.startInlineScript), w.push(">"), (O.instructions & 4) === 0 ? (O.instructions |= 4, w.push(
3937
+ '$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("'
3938
+ )) : w.push('$RX("'), w.push(gn.boundaryPrefix);
3939
+ var te = ie.toString(16);
3940
+ if (w.push(te), w.push('"'), hl) {
3941
+ w.push(",");
3942
+ var re = Tr(
3943
+ hl || ""
3944
+ );
3945
+ w.push(re);
3946
+ }
3947
+ var q = w.push(")<\/script>");
3948
+ if (!q) {
3949
+ n.destination = null, e++, Y.splice(0, e);
3950
+ return;
3951
+ }
3952
+ }
3953
+ Y.splice(0, e);
3954
+ var vn = n.completedBoundaries;
3955
+ for (e = 0; e < vn.length; e++)
3956
+ if (!bt(n, l, vn[e])) {
3957
+ n.destination = null, e++, vn.splice(0, e);
3958
+ return;
3959
+ }
3960
+ vn.splice(0, e), ne = !0;
3961
+ var nn = n.partialBoundaries;
3962
+ for (e = 0; e < nn.length; e++) {
3963
+ var ln = nn[e];
3964
+ n: {
3965
+ Y = n, G = l, ul = ln.byteSize;
3966
+ var bn = ln.completedSegments;
3967
+ for (q = 0; q < bn.length; q++)
3968
+ if (!yt(
3969
+ Y,
3970
+ G,
3971
+ ln,
3972
+ bn[q]
3973
+ )) {
3974
+ q++, bn.splice(0, q);
3975
+ var yn = !1;
3976
+ break n;
3977
+ }
3978
+ bn.splice(0, q);
3979
+ var L = ln.row;
3980
+ L !== null && L.together && ln.pendingTasks === 1 && (L.pendingTasks === 1 ? We(
3981
+ Y,
3982
+ L,
3983
+ L.hoistables
3984
+ ) : L.pendingTasks--), yn = Xi(
3985
+ G,
3986
+ ln.contentState,
3987
+ Y.renderState
3988
+ );
3989
+ }
3990
+ if (!yn) {
3991
+ n.destination = null, e++, nn.splice(0, e);
3992
+ return;
3993
+ }
3994
+ }
3995
+ nn.splice(0, e), ne = !1;
3996
+ var _n = n.completedBoundaries;
3997
+ for (e = 0; e < _n.length; e++)
3998
+ if (!bt(n, l, _n[e])) {
3999
+ n.destination = null, e++, _n.splice(0, e);
4000
+ return;
4001
+ }
4002
+ _n.splice(0, e);
4003
+ }
4004
+ } finally {
4005
+ ne = !1, n.allPendingTasks === 0 && n.clientRenderedBoundaries.length === 0 && n.completedBoundaries.length === 0 && (n.flushScheduled = !1, e = n.resumableState, e.hasBody && (nn = xn("body"), l.push(nn)), e.hasHtml && (e = xn("html"), l.push(e)), n.status = 14, l.push(null), n.destination = null);
4006
+ }
4007
+ }
4008
+ function Fn(n) {
4009
+ if (n.flushScheduled === !1 && n.pingedTasks.length === 0 && n.destination !== null) {
4010
+ n.flushScheduled = !0;
4011
+ var l = n.destination;
4012
+ l ? le(n, l) : n.flushScheduled = !1;
4013
+ }
4014
+ }
4015
+ function ia(n, l) {
4016
+ if (n.status === 13)
4017
+ n.status = 14, l.destroy(n.fatalError);
4018
+ else if (n.status !== 14 && n.destination === null) {
4019
+ n.destination = l;
4020
+ try {
4021
+ le(n, l);
4022
+ } catch (e) {
4023
+ W(n, e, {}), el(n, e);
4024
+ }
4025
+ }
4026
+ }
4027
+ function ta(n, l) {
4028
+ (n.status === 11 || n.status === 10) && (n.status = 12);
4029
+ try {
4030
+ var e = n.abortableTasks;
4031
+ if (0 < e.size) {
4032
+ var i = l === void 0 ? Error(d(432)) : typeof l == "object" && l !== null && typeof l.then == "function" ? Error(d(530)) : l;
4033
+ n.fatalError = i, e.forEach(function(t) {
4034
+ return Je(t, n, i);
4035
+ }), e.clear();
4036
+ }
4037
+ n.destination !== null && le(n, n.destination);
4038
+ } catch (t) {
4039
+ W(n, t, {}), el(n, t);
4040
+ }
4041
+ }
4042
+ function ee(n, l, e) {
4043
+ if (l === null) e.rootNodes.push(n);
4044
+ else {
4045
+ var i = e.workingMap, t = i.get(l);
4046
+ t === void 0 && (t = [l[1], l[2], [], null], i.set(l, t), ee(t, l[0], e)), t[2].push(n);
4047
+ }
4048
+ }
4049
+ function ra() {
4050
+ }
4051
+ function Tt(n, l, e, i) {
4052
+ var t = !1, r = null, a = "", h = !1;
4053
+ if (l = or(l ? l.identifierPrefix : void 0), n = la(
4054
+ n,
4055
+ l,
4056
+ Br(l, e),
4057
+ D(0, null, 0, null),
4058
+ 1 / 0,
4059
+ ra,
4060
+ void 0,
4061
+ function() {
4062
+ h = !0;
4063
+ },
4064
+ void 0,
4065
+ void 0,
4066
+ void 0
4067
+ ), n.flushScheduled = n.destination !== null, gt(n), n.status === 10 && (n.status = 11), n.trackedPostpones === null && Qe(n, n.pendingRootTasks === 0), ta(n, i), ia(n, {
4068
+ push: function(u) {
4069
+ return u !== null && (a += u), !0;
4070
+ },
4071
+ destroy: function(u) {
4072
+ t = !0, r = u;
4073
+ }
4074
+ }), t && r !== i) throw r;
4075
+ if (!h) throw Error(d(426));
4076
+ return a;
4077
+ }
4078
+ return Il.renderToStaticMarkup = function(n, l) {
4079
+ return Tt(
4080
+ n,
4081
+ l,
4082
+ !0,
4083
+ 'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
4084
+ );
4085
+ }, Il.renderToString = function(n, l) {
4086
+ return Tt(
4087
+ n,
4088
+ l,
4089
+ !1,
4090
+ 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
4091
+ );
4092
+ }, Il.version = "19.2.3", Il;
4093
+ }
4094
+ export {
4095
+ wa as __require
4096
+ };