@zyzgroup/core-web 0.1.92 → 0.1.93

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 (269) hide show
  1. package/dist/css/font.css +108 -0
  2. package/dist/css/theme.css +58 -53
  3. package/dist/zyzgroup_core_web.iife.js +94 -54
  4. package/dist/zyzgroup_core_web.iife.js.map +1 -1
  5. package/dist/zyzgroup_core_web.js +21745 -19941
  6. package/dist/zyzgroup_core_web.js.map +1 -1
  7. package/dist/zyzgroup_core_web.umd.cjs +94 -54
  8. package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
  9. package/package.json +10 -2
  10. package/types/components/angular/demoAngular.d.ts +1 -0
  11. package/types/components/angular/demoAngular.d.ts.map +1 -0
  12. package/types/components/component-core.d.ts +7 -2
  13. package/types/components/component-core.d.ts.map +1 -1
  14. package/types/components/react/CatFriends.d.ts +2 -0
  15. package/types/components/react/CatFriends.d.ts.map +1 -0
  16. package/types/components/react/DemoForm.d.ts +2 -0
  17. package/types/components/react/DemoForm.d.ts.map +1 -0
  18. package/types/components/react/ErrorBoundary.d.ts +16 -0
  19. package/types/components/react/ErrorBoundary.d.ts.map +1 -0
  20. package/types/components/react/TravelPlan.d.ts +2 -0
  21. package/types/components/react/TravelPlan.d.ts.map +1 -0
  22. package/types/components/react/VideoPlayer.d.ts +5 -0
  23. package/types/components/react/VideoPlayer.d.ts.map +1 -0
  24. package/types/components/react/demoReact.d.ts +4 -0
  25. package/types/components/react/demoReact.d.ts.map +1 -0
  26. package/types/components/react/motion/Refresh.d.ts +4 -0
  27. package/types/components/react/motion/Refresh.d.ts.map +1 -0
  28. package/types/components/react/motion/demo/AddToBasket.d.ts +12 -0
  29. package/types/components/react/motion/demo/AddToBasket.d.ts.map +1 -0
  30. package/types/components/react/motion/demo/Cursor.d.ts +4 -0
  31. package/types/components/react/motion/demo/Cursor.d.ts.map +1 -0
  32. package/types/components/react/motion/demo/LayoutAnchor.d.ts +6 -0
  33. package/types/components/react/motion/demo/LayoutAnchor.d.ts.map +1 -0
  34. package/types/components/react/motion/demo/LayoutAnimation.d.ts +2 -0
  35. package/types/components/react/motion/demo/LayoutAnimation.d.ts.map +1 -0
  36. package/types/components/react/motion/demo/LayoutGroup.d.ts +2 -0
  37. package/types/components/react/motion/demo/LayoutGroup.d.ts.map +1 -0
  38. package/types/components/react/motion/demo/MotionDemo.d.ts +2 -0
  39. package/types/components/react/motion/demo/MotionDemo.d.ts.map +1 -0
  40. package/types/components/react/motion/demo/Navigation.d.ts +2 -0
  41. package/types/components/react/motion/demo/Navigation.d.ts.map +1 -0
  42. package/types/components/react/motion/demo/Reordering.d.ts +2 -0
  43. package/types/components/react/motion/demo/Reordering.d.ts.map +1 -0
  44. package/types/components/react/motion/demo/ScrollLinked.d.ts +2 -0
  45. package/types/components/react/motion/demo/ScrollLinked.d.ts.map +1 -0
  46. package/types/components/react/motion/demo/ScrollTriggered.d.ts +2 -0
  47. package/types/components/react/motion/demo/ScrollTriggered.d.ts.map +1 -0
  48. package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts +2 -0
  49. package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts.map +1 -0
  50. package/types/components/react/motion/demo/StateAnimations.d.ts +2 -0
  51. package/types/components/react/motion/demo/StateAnimations.d.ts.map +1 -0
  52. package/types/components/react/motion/demo/UseTransform.d.ts +2 -0
  53. package/types/components/react/motion/demo/UseTransform.d.ts.map +1 -0
  54. package/types/components/react/ssr/Html.d.ts +7 -0
  55. package/types/components/react/ssr/Html.d.ts.map +1 -0
  56. package/types/components/vue/demoVue.d.ts +16 -0
  57. package/types/components/vue/demoVue.d.ts.map +1 -0
  58. package/types/{hooks/useCookie.d.ts → createCookie.d.ts} +2 -2
  59. package/types/createCookie.d.ts.map +1 -0
  60. package/types/{hooks/useIndexDB.d.ts → createIndexDB.d.ts} +1 -1
  61. package/types/createIndexDB.d.ts.map +1 -0
  62. package/types/{hooks/useLocalStorage.d.ts → createLocalStorage.d.ts} +2 -2
  63. package/types/createLocalStorage.d.ts.map +1 -0
  64. package/types/{hooks/useSessionStorage.d.ts → createSessionStorage.d.ts} +2 -2
  65. package/types/createSessionStorage.d.ts.map +1 -0
  66. package/types/{hooks/useAttribute.d.ts → dom/attribute.d.ts} +3 -3
  67. package/types/dom/attribute.d.ts.map +1 -0
  68. package/types/dom/coords.d.ts +6 -0
  69. package/types/dom/coords.d.ts.map +1 -0
  70. package/types/{hooks/useElementEventBus.d.ts → dom/createElementEventBus.d.ts} +8 -8
  71. package/types/dom/createElementEventBus.d.ts.map +1 -0
  72. package/types/{hooks/useEventListener.d.ts → dom/createEventListener.d.ts} +7 -7
  73. package/types/dom/createEventListener.d.ts.map +1 -0
  74. package/types/dom/dataset.d.ts +7 -0
  75. package/types/dom/dataset.d.ts.map +1 -0
  76. package/types/{hooks/useElement.d.ts → dom/dom.d.ts} +8 -8
  77. package/types/dom/dom.d.ts.map +1 -0
  78. package/types/{hooks/useElementEvents.d.ts → dom/elementEvents.d.ts} +24 -84
  79. package/types/dom/elementEvents.d.ts.map +1 -0
  80. package/types/{hooks/useFeRouteChange.d.ts → dom/feRouteChange.d.ts} +6 -6
  81. package/types/dom/feRouteChange.d.ts.map +1 -0
  82. package/types/dom/index.d.ts +15 -0
  83. package/types/dom/index.d.ts.map +1 -1
  84. package/types/dom/intersection.d.ts +4 -0
  85. package/types/dom/intersection.d.ts.map +1 -0
  86. package/types/dom/matchMedia.d.ts +3 -0
  87. package/types/dom/matchMedia.d.ts.map +1 -0
  88. package/types/{hooks/useMutation.d.ts → dom/mutation.d.ts} +2 -2
  89. package/types/dom/mutation.d.ts.map +1 -0
  90. package/types/dom/resize.d.ts +9 -0
  91. package/types/dom/resize.d.ts.map +1 -0
  92. package/types/{hooks/useSafeArea.d.ts → dom/safeArea.d.ts} +2 -2
  93. package/types/dom/safeArea.d.ts.map +1 -0
  94. package/types/{hooks/useStyle.d.ts → dom/style.d.ts} +1 -1
  95. package/types/dom/style.d.ts.map +1 -0
  96. package/types/dom/visible.d.ts +7 -0
  97. package/types/dom/visible.d.ts.map +1 -0
  98. package/types/file.d.ts +0 -4
  99. package/types/file.d.ts.map +1 -1
  100. package/types/hooks/alimini/createAliMiniControllableState.d.ts +12 -0
  101. package/types/hooks/alimini/createAliMiniControllableState.d.ts.map +1 -0
  102. package/types/hooks/core/index.d.ts +3 -0
  103. package/types/hooks/core/index.d.ts.map +1 -0
  104. package/types/hooks/core/reduxStore.d.ts +30 -0
  105. package/types/hooks/core/reduxStore.d.ts.map +1 -0
  106. package/types/hooks/core/stateStore.d.ts +10 -0
  107. package/types/hooks/core/stateStore.d.ts.map +1 -0
  108. package/types/hooks/index.d.ts +3 -20
  109. package/types/hooks/index.d.ts.map +1 -1
  110. package/types/hooks/react/index.d.ts +5 -0
  111. package/types/hooks/react/index.d.ts.map +1 -0
  112. package/types/hooks/react/useAnimationLoop.d.ts +2 -0
  113. package/types/hooks/react/useAnimationLoop.d.ts.map +1 -0
  114. package/types/hooks/react/useAppState.d.ts +15 -0
  115. package/types/hooks/react/useAppState.d.ts.map +1 -0
  116. package/types/hooks/react/useDelayedValue.d.ts +2 -0
  117. package/types/hooks/react/useDelayedValue.d.ts.map +1 -0
  118. package/types/hooks/react/useDimensions.d.ts +5 -0
  119. package/types/hooks/react/useDimensions.d.ts.map +1 -0
  120. package/types/hooks/react/useDoublePress.d.ts +3 -0
  121. package/types/hooks/react/useDoublePress.d.ts.map +1 -0
  122. package/types/hooks/react/useFadeIn.d.ts +3 -0
  123. package/types/hooks/react/useFadeIn.d.ts.map +1 -0
  124. package/types/hooks/react/useFetch.d.ts +2 -0
  125. package/types/hooks/react/useFetch.d.ts.map +1 -0
  126. package/types/hooks/react/useFormInput.d.ts +5 -0
  127. package/types/hooks/react/useFormInput.d.ts.map +1 -0
  128. package/types/hooks/react/useImmer.d.ts +9 -0
  129. package/types/hooks/react/useImmer.d.ts.map +1 -0
  130. package/types/hooks/react/useMailbox.d.ts +4 -0
  131. package/types/hooks/react/useMailbox.d.ts.map +1 -0
  132. package/types/hooks/react/useMinDisplayTime.d.ts +2 -0
  133. package/types/hooks/react/useMinDisplayTime.d.ts.map +1 -0
  134. package/types/hooks/react/useOnlineStatus.d.ts +2 -0
  135. package/types/hooks/react/useOnlineStatus.d.ts.map +1 -0
  136. package/types/hooks/react/usePointerPosition.d.ts +5 -0
  137. package/types/hooks/react/usePointerPosition.d.ts.map +1 -0
  138. package/types/hooks/react/useProgressBar.d.ts +1 -0
  139. package/types/hooks/react/useProgressBar.d.ts.map +1 -0
  140. package/types/hooks/react/useQuery.d.ts +12 -0
  141. package/types/hooks/react/useQuery.d.ts.map +1 -0
  142. package/types/hooks/react/useReactControllableState.d.ts +10 -0
  143. package/types/hooks/react/useReactControllableState.d.ts.map +1 -0
  144. package/types/hooks/react/useTimeout.d.ts +2 -0
  145. package/types/hooks/react/useTimeout.d.ts.map +1 -0
  146. package/types/hooks/react/useTimer.d.ts +2 -0
  147. package/types/hooks/react/useTimer.d.ts.map +1 -0
  148. package/types/hooks/useDraw/DrawContext.d.ts +3 -3
  149. package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
  150. package/types/hooks/useDraw/Shape.d.ts +2 -2
  151. package/types/hooks/useDraw/Shape.d.ts.map +1 -1
  152. package/types/hooks/useDraw/line/Arc.d.ts +1 -1
  153. package/types/hooks/useDraw/line/Arc.d.ts.map +1 -1
  154. package/types/hooks/useDraw/line/CubicBezier.d.ts +1 -1
  155. package/types/hooks/useDraw/line/CubicBezier.d.ts.map +1 -1
  156. package/types/hooks/useDraw/line/L.d.ts +1 -1
  157. package/types/hooks/useDraw/line/L.d.ts.map +1 -1
  158. package/types/hooks/useDraw/line/PathD.d.ts +1 -1
  159. package/types/hooks/useDraw/line/PathD.d.ts.map +1 -1
  160. package/types/hooks/useDraw/line/QuadraticBezier.d.ts +1 -1
  161. package/types/hooks/useDraw/line/QuadraticBezier.d.ts.map +1 -1
  162. package/types/hooks/useDraw/shapes/ArrowShape.d.ts +1 -1
  163. package/types/hooks/useDraw/shapes/ArrowShape.d.ts.map +1 -1
  164. package/types/hooks/useDraw/shapes/BallShape.d.ts +1 -1
  165. package/types/hooks/useDraw/shapes/BallShape.d.ts.map +1 -1
  166. package/types/hooks/useDraw/shapes/CurveShape.d.ts +1 -1
  167. package/types/hooks/useDraw/shapes/CurveShape.d.ts.map +1 -1
  168. package/types/hooks/useDraw/shapes/EllipseShape.d.ts +1 -1
  169. package/types/hooks/useDraw/shapes/EllipseShape.d.ts.map +1 -1
  170. package/types/hooks/useDraw/shapes/FoxShape.d.ts +1 -1
  171. package/types/hooks/useDraw/shapes/FoxShape.d.ts.map +1 -1
  172. package/types/hooks/useDraw/shapes/HeartShape.d.ts +1 -1
  173. package/types/hooks/useDraw/shapes/HeartShape.d.ts.map +1 -1
  174. package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts +1 -1
  175. package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts.map +1 -1
  176. package/types/hooks/useDraw/shapes/LineShape.d.ts +1 -1
  177. package/types/hooks/useDraw/shapes/LineShape.d.ts.map +1 -1
  178. package/types/hooks/useDraw/shapes/PointsShape.d.ts +1 -1
  179. package/types/hooks/useDraw/shapes/PointsShape.d.ts.map +1 -1
  180. package/types/hooks/useDraw/shapes/RabbitShape.d.ts +1 -1
  181. package/types/hooks/useDraw/shapes/RabbitShape.d.ts.map +1 -1
  182. package/types/hooks/useDraw/shapes/RectShape.d.ts +1 -1
  183. package/types/hooks/useDraw/shapes/RectShape.d.ts.map +1 -1
  184. package/types/hooks/useDraw/shapes/RingShape.d.ts +1 -1
  185. package/types/hooks/useDraw/shapes/RingShape.d.ts.map +1 -1
  186. package/types/hooks/useDraw/shapes/StarShape.d.ts +1 -1
  187. package/types/hooks/useDraw/shapes/StarShape.d.ts.map +1 -1
  188. package/types/hooks/useDraw/shapes/TextShape.d.ts +1 -1
  189. package/types/hooks/useDraw/shapes/TextShape.d.ts.map +1 -1
  190. package/types/hooks/vue/index.d.ts +3 -0
  191. package/types/hooks/vue/index.d.ts.map +1 -0
  192. package/types/hooks/vue/useAppState.d.ts +13 -0
  193. package/types/hooks/vue/useAppState.d.ts.map +1 -0
  194. package/types/hooks/vue/useVueControllableState.d.ts +11 -0
  195. package/types/hooks/vue/useVueControllableState.d.ts.map +1 -0
  196. package/types/hooks/wxmini/createWxMiniControllableState.d.ts +12 -0
  197. package/types/hooks/wxmini/createWxMiniControllableState.d.ts.map +1 -0
  198. package/types/index.d.ts +6 -3
  199. package/types/index.d.ts.map +1 -1
  200. package/types/math/Shape.d.ts +4 -4
  201. package/types/math/Shape.d.ts.map +1 -1
  202. package/types/math/line/Arc.d.ts +2 -2
  203. package/types/math/line/Arc.d.ts.map +1 -1
  204. package/types/math/line/CubicBezier.d.ts +2 -2
  205. package/types/math/line/CubicBezier.d.ts.map +1 -1
  206. package/types/math/line/L.d.ts +2 -2
  207. package/types/math/line/L.d.ts.map +1 -1
  208. package/types/math/line/PathD.d.ts +6 -6
  209. package/types/math/line/PathD.d.ts.map +1 -1
  210. package/types/math/line/QuadraticBezier.d.ts +2 -2
  211. package/types/math/line/QuadraticBezier.d.ts.map +1 -1
  212. package/types/math/shapes/Light3D.d.ts +2 -2
  213. package/types/math/shapes/Light3D.d.ts.map +1 -1
  214. package/types/math/shapes/Point3D.d.ts +2 -2
  215. package/types/math/shapes/Point3D.d.ts.map +1 -1
  216. package/types/math/shapes/Point3Ds.d.ts +2 -2
  217. package/types/math/shapes/Point3Ds.d.ts.map +1 -1
  218. package/types/motion.d.ts +7 -0
  219. package/types/motion.d.ts.map +1 -0
  220. package/types/{hooks/useServiceWorker.d.ts → serviceWorker.d.ts} +1 -1
  221. package/types/serviceWorker.d.ts.map +1 -0
  222. package/types/svg/SVGParse.d.ts +1 -1
  223. package/types/svg/SVGParse.d.ts.map +1 -1
  224. package/types/svg/SVGUtil.d.ts.map +1 -0
  225. package/types/svg/index.d.ts +2 -1
  226. package/types/svg/index.d.ts.map +1 -1
  227. package/types/{hooks/useTheme.d.ts → theme.d.ts} +13 -14
  228. package/types/theme.d.ts.map +1 -0
  229. package/types/Context.d.ts +0 -33
  230. package/types/Context.d.ts.map +0 -1
  231. package/types/env.d.ts +0 -23
  232. package/types/env.d.ts.map +0 -1
  233. package/types/hooks/useAttribute.d.ts.map +0 -1
  234. package/types/hooks/useCookie.d.ts.map +0 -1
  235. package/types/hooks/useCoords.d.ts +0 -6
  236. package/types/hooks/useCoords.d.ts.map +0 -1
  237. package/types/hooks/useDataset.d.ts +0 -4
  238. package/types/hooks/useDataset.d.ts.map +0 -1
  239. package/types/hooks/useDraw/svg/SVGParse.d.ts +0 -16
  240. package/types/hooks/useDraw/svg/SVGParse.d.ts.map +0 -1
  241. package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +0 -1
  242. package/types/hooks/useDraw/svg/index.d.ts +0 -4
  243. package/types/hooks/useDraw/svg/index.d.ts.map +0 -1
  244. package/types/hooks/useDraw/svg/line2c.d.ts +0 -5
  245. package/types/hooks/useDraw/svg/line2c.d.ts.map +0 -1
  246. package/types/hooks/useElement.d.ts.map +0 -1
  247. package/types/hooks/useElementEventBus.d.ts.map +0 -1
  248. package/types/hooks/useElementEvents.d.ts.map +0 -1
  249. package/types/hooks/useEventListener.d.ts.map +0 -1
  250. package/types/hooks/useFeRouteChange.d.ts.map +0 -1
  251. package/types/hooks/useIndexDB.d.ts.map +0 -1
  252. package/types/hooks/useIntersection.d.ts +0 -4
  253. package/types/hooks/useIntersection.d.ts.map +0 -1
  254. package/types/hooks/useLocalStorage.d.ts.map +0 -1
  255. package/types/hooks/useMatchMedia.d.ts +0 -3
  256. package/types/hooks/useMatchMedia.d.ts.map +0 -1
  257. package/types/hooks/useMutation.d.ts.map +0 -1
  258. package/types/hooks/useResize.d.ts +0 -9
  259. package/types/hooks/useResize.d.ts.map +0 -1
  260. package/types/hooks/useSafeArea.d.ts.map +0 -1
  261. package/types/hooks/useServiceWorker.d.ts.map +0 -1
  262. package/types/hooks/useSessionStorage.d.ts.map +0 -1
  263. package/types/hooks/useStyle.d.ts.map +0 -1
  264. package/types/hooks/useTheme.d.ts.map +0 -1
  265. package/types/hooks/useVisible.d.ts +0 -10
  266. package/types/hooks/useVisible.d.ts.map +0 -1
  267. package/types/svg/DOMSVGUtil.d.ts +0 -20
  268. package/types/svg/DOMSVGUtil.d.ts.map +0 -1
  269. /package/types/{hooks/useDraw/svg → svg}/SVGUtil.d.ts +0 -0
@@ -1,4 +1,34 @@
1
- (function(g,Hn){typeof exports=="object"&&typeof module<"u"?Hn(exports):typeof define=="function"&&define.amd?define(["exports"],Hn):(g=typeof globalThis<"u"?globalThis:g||self,Hn(g.ZYZGroupCoreWeb={}))})(this,function(g){"use strict";const Hn=Function("return this")();function Kf(){const s=typeof globalThis=="object"&&globalThis&&globalThis.Object===Object&&globalThis,t=typeof window=="object"&&window&&window.Object===Object&&window,e=typeof global=="object"&&global&&global.Object===Object&&global,n=typeof self=="object"&&self&&self.Object===Object&&self;return s||t||e||n||this||Hn}const tt=Kf(),ii=typeof process=="object"&&process?process:{env:{NODE_ENV:"",terminal:""},argv:[],execPath:"",platform:""};({...ii.env});const oc="@YZ/";function Zf(s,t=oc){return s.startsWith(t)}function ac(s,t=oc){return Zf(s,t)?s:`${t}${s}`}function cc(s){return typeof s=="string"&&s.startsWith("Symbol(")&&s.endsWith(")")}function hc(s){return cc(s)&&(s=s.slice(7,-1)),s}function oi(s){return s=hc(s),s=ac(s),typeof Symbol=="function"?Symbol(s):`Symbol(${s})`}const Qf=oi("META");function lc(s){if(!cc(s))return s;switch(s=hc(s),s){case ac("META"):return Qf;default:return oi(s)}}function ai(s){if(Array.isArray(s))return s.map(ai);if(s&&typeof s=="object"){const t={};for(const e of Reflect.ownKeys(s)){const n=s[e];t[typeof e=="symbol"?e.toString():e]=typeof n=="symbol"?n.toString():ai(n)}return t}return typeof s=="symbol"?s.toString():s}function ci(s){if(Array.isArray(s))return s.map(ci);if(s&&typeof s=="object"){const t={};for(const e of Object.keys(s))t[lc(e)]=ci(s[e]);return t}return lc(s)}function uc(s){return JSON.stringify(ai(s))}function fc(s){return ci(JSON.parse(s))}const dc=NaN,td=Symbol("NO_VALUE"),Ns={immediate:0,high:100,normal:200,low:300,idle:400};var ye=(s=>(s[s["text/plain"]=0]="text/plain",s[s["text/html"]=1]="text/html",s[s["text/xml"]=2]="text/xml",s[s["text/css"]=3]="text/css",s[s["image/jpeg"]=4]="image/jpeg",s[s["image/png"]=5]="image/png",s[s["image/gif"]=6]="image/gif",s[s["image/bmp"]=7]="image/bmp",s[s["image/webp"]=8]="image/webp",s[s["image/svg+xml"]=9]="image/svg+xml",s[s["image/x-icon"]=10]="image/x-icon",s[s["image/vnd.microsoft.icon"]=11]="image/vnd.microsoft.icon",s[s["image/octet-stream"]=12]="image/octet-stream",s[s["audio/mpeg"]=13]="audio/mpeg",s[s["video/mp4"]=14]="video/mp4",s[s["audio/ogg"]=15]="audio/ogg",s[s["audio/wav"]=16]="audio/wav",s[s["audio/midi"]=17]="audio/midi",s[s["video/webm"]=18]="video/webm",s[s["video/ogg"]=19]="video/ogg",s[s["application/octet-stream"]=20]="application/octet-stream",s[s["application/javascript"]=21]="application/javascript",s[s["application/ecmascript"]=22]="application/ecmascript",s[s["application/json"]=23]="application/json",s[s["application/xml"]=24]="application/xml",s[s["application/xhtml+xml"]=25]="application/xhtml+xml",s[s["application/x-www-form-urlencoded"]=26]="application/x-www-form-urlencoded",s[s["application/msword"]=27]="application/msword",s[s["application/x-csv"]=28]="application/x-csv",s[s["application/vnb.ms-excel"]=29]="application/vnb.ms-excel",s[s["application/vnb.mspowerpoint"]=30]="application/vnb.mspowerpoint",s[s["application/pdf"]=31]="application/pdf",s[s["application/zip"]=32]="application/zip",s[s["application/x-gtar"]=33]="application/x-gtar",s[s["application/x-gzip"]=34]="application/x-gzip",s[s["appliaction/vnd.ms-fontobject"]=35]="appliaction/vnd.ms-fontobject",s[s["aplication/font-sfnt"]=36]="aplication/font-sfnt",s[s["aplication/pkcs12"]=37]="aplication/pkcs12",s))(ye||{}),ie=(s=>(s[s.text=0]="text",s[s.dataURL=1]="dataURL",s[s.binaryString=2]="binaryString",s[s.arraybuffer=3]="arraybuffer",s))(ie||{});const Fs={ascii:"ascii",utf8:"utf8","utf-8":"utf-8",utf16le:"utf16le","utf-16le":"utf-16le",ucs2:"ucs2","ucs-2":"ucs-2",base64:"base64",base64url:"base64url",latin1:"latin1",binary:"binary",hex:"hex"};var nt={};/**
1
+ (function(y,Dr){typeof exports=="object"&&typeof module<"u"?Dr(exports):typeof define=="function"&&define.amd?define(["exports"],Dr):(y=typeof globalThis<"u"?globalThis:y||self,Dr(y.ZYZGroupCoreWeb={}))})(this,function(y){"use strict";function Dr(n,t){for(var e=0;e<t.length;e++){const r=t[e];if(typeof r!="string"&&!Array.isArray(r)){for(const s in r)if(s!=="default"&&!(s in n)){const i=Object.getOwnPropertyDescriptor(r,s);i&&Object.defineProperty(n,s,i.get?i:{enumerable:!0,get:()=>r[s]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}const Rp=Function("return this")();function kp(){const n=typeof globalThis=="object"&&globalThis&&globalThis.Object===Object&&globalThis,t=typeof window=="object"&&window&&window.Object===Object&&window,e=typeof global=="object"&&global&&global.Object===Object&&global,r=typeof self=="object"&&self&&self.Object===Object&&self;return n||t||e||r||this||Rp}const K=kp(),Io={env:{NODE_ENV:"",terminal:""},argv:[],execPath:"",platform:"",versions:{node:void 0,bun:void 0},...typeof process=="object"&&process?process:{}};({...Io.env});const cu="@YZ/";function Lp(n,t=cu){return n.startsWith(t)}function Np(n,t=cu){return Lp(n,t)?n:`${t}${n}`}function zp(n){return typeof n=="string"&&n.startsWith("Symbol(")&&n.endsWith(")")}function Fp(n){return zp(n)&&(n=n.slice(7,-1)),n}function Bp(n){return n=Fp(n),n=Np(n),typeof Symbol=="function"?Symbol(n):`Symbol(${n})`}Bp("META");const Ro=NaN,$p=Symbol("NO_VALUE"),ks={immediate:0,high:100,normal:200,low:300,idle:400};function Ls(n){return"dispatch"in n}var Ne=(n=>(n[n["text/plain"]=0]="text/plain",n[n["text/html"]=1]="text/html",n[n["text/xml"]=2]="text/xml",n[n["text/css"]=3]="text/css",n[n["image/jpeg"]=4]="image/jpeg",n[n["image/png"]=5]="image/png",n[n["image/gif"]=6]="image/gif",n[n["image/bmp"]=7]="image/bmp",n[n["image/webp"]=8]="image/webp",n[n["image/svg+xml"]=9]="image/svg+xml",n[n["image/x-icon"]=10]="image/x-icon",n[n["image/vnd.microsoft.icon"]=11]="image/vnd.microsoft.icon",n[n["image/octet-stream"]=12]="image/octet-stream",n[n["audio/mpeg"]=13]="audio/mpeg",n[n["video/mp4"]=14]="video/mp4",n[n["audio/ogg"]=15]="audio/ogg",n[n["audio/wav"]=16]="audio/wav",n[n["audio/midi"]=17]="audio/midi",n[n["video/webm"]=18]="video/webm",n[n["video/ogg"]=19]="video/ogg",n[n["application/octet-stream"]=20]="application/octet-stream",n[n["application/javascript"]=21]="application/javascript",n[n["application/ecmascript"]=22]="application/ecmascript",n[n["application/json"]=23]="application/json",n[n["application/xml"]=24]="application/xml",n[n["application/xhtml+xml"]=25]="application/xhtml+xml",n[n["application/x-www-form-urlencoded"]=26]="application/x-www-form-urlencoded",n[n["application/msword"]=27]="application/msword",n[n["application/x-csv"]=28]="application/x-csv",n[n["application/vnb.ms-excel"]=29]="application/vnb.ms-excel",n[n["application/vnb.mspowerpoint"]=30]="application/vnb.mspowerpoint",n[n["application/pdf"]=31]="application/pdf",n[n["application/zip"]=32]="application/zip",n[n["application/x-gtar"]=33]="application/x-gtar",n[n["application/x-gzip"]=34]="application/x-gzip",n[n["appliaction/vnd.ms-fontobject"]=35]="appliaction/vnd.ms-fontobject",n[n["aplication/font-sfnt"]=36]="aplication/font-sfnt",n[n["aplication/pkcs12"]=37]="aplication/pkcs12",n))(Ne||{}),ve=(n=>(n[n.text=0]="text",n[n.dataURL=1]="dataURL",n[n.binaryString=2]="binaryString",n[n.arraybuffer=3]="arraybuffer",n))(ve||{});const Ns={ascii:"ascii",utf8:"utf8","utf-8":"utf-8",utf16le:"utf16le","utf-16le":"utf-16le",ucs2:"ucs2","ucs-2":"ucs-2",base64:"base64",base64url:"base64url",latin1:"latin1",binary:"binary",hex:"hex"},zs=n=>{let t=null;switch(n){case"any-character":t=/[^]/;break;case"bin":t=/^(0b)?[0-1]+$/i;break;case"oct":t=/^(0o)?[0-7]+$/i;break;case"hex":t=/^(0x)?[0-9a-fA-F]+$/i;break;case"ascii":t=/^[\x00-\xFF]+$/i;break;case"int":t=/^[-+]?[0-9]+$/;break;case"number":t=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi;break;case"number-single":t=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/i;break;case"split":t=/\s*,\s*/gi;break;case"trim":t=/^\s+|\s+$/g;break;case"regexp":t=/[\\^$.*+?()[\]{}|]/g;break;case"regexp-flags":t=/\w*$/;break;case"native-method":t=RegExp("^"+Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace(zs("regexp"),"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");break;case"svg-segment":t=/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi;break;case"mobile-china":t=/^[1]{1}[0-9]{10}$/;break;case"email":t=/^[A-Za-z0-9_!#$%&'*+/=?`{|}~^.-]+\@[A-Za-z0-9._-]+\.[A-Za-z0-9]+$/gm;break;case"ip":t=/^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/;break;case"url":t=/^http[s]?:\/\/([\w-]+\.)+[\w-]+([\w-./?%&=]*)?$/;break;case"element-url":t=/^url\(['"]?(.+?)['"]?\)$/i;break;case"date":t=/^\d{4}(\-|\/|\.)(\d{1,2})(\-|\/|\.)(\d{1,2})$/;break;case"time":t=/^(\d{1,2}):(\d{1,2}):(\d{1,2})$/;break;case"datetime":t=/^\d{4}(\-|\/|\.)(\d{1,2})(\-|\/|\.)(\d{1,2})\s+(\d{1,2}):(\d{1,2}):(\d{1,2})$/;break;case"base64-data":t=/^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([a-z0-9!$&',()*+;=\-._~:@/?%\s]*?)\s*$/i;break;case"hex-color":t=/^#([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$/i;break;case"color":t=/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i;break;case"whitespace":t=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000]/g;break;case"commaSpaces":t=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/;break;case"var-name":t=/^[a-zA-Z_$][a-zA-Z0-9_$]*$/;break;case"bezier":t=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/;break;case"chinese-name":t=/^(?:[\u4e00-\u9fa5·]{2,16})$/;break;case"chinese":t=new RegExp(String.raw`
2
+ [\u{FA0E}\u{FA0F}\u{FA11}\u{FA13}\u{FA14}\u{FA1F}\u{FA21}\u{FA23}\u{FA24}\u{FA27}-\u{FA29}]
3
+ |[\u{4E00}-\u{9FCC}]
4
+ |[\u{3400}-\u{4DB5}]
5
+ |[\u{20000}-\u{2A6D6}]
6
+ |[\u{2A700}-\u{2B734}]
7
+ |[\u{2B740}-\u{2B81D}]
8
+ |[\u{2B820}-\u{2CEAF}]
9
+ |[\u{2CEB0}-\u{2EBEF}]
10
+ `.replace(/\s+/g,""),"u");break;case"mime-image":t=/^image\//;break;case"mime-video":t=/^video\//;break;case"mime-audio":t=/^audio\//;break;case"mime-document-word":t=/^application\/(?:vnd\.openxmlformats-officedocument\.wordprocessingml\.document|msword|vnd\.ms-word\.document\.macroenabled\.12|vnd\.openxmlformats-officedocument\.wordprocessingml\.template|vnd\.ms-word\.template\.macroenabled\.12)$/;break;case"mime-document-excel":t=/^application\/(?:vnd\.openxmlformats-officedocument\.spreadsheetml\.sheet|vnd\.ms-excel|vnd\.ms-excel\.sheet\.macroenabled\.12|vnd\.openxmlformats-officedocument\.spreadsheetml\.template|vnd\.ms-excel\.template\.macroenabled\.12)$/;break;case"mime-document-ppt":t=/^application\/(?:vnd\.ms-powerpoint|vnd\.openxmlformats-officedocument\.presentationml\.presentation|vnd\.ms-powerpoint\.presentation\.macroenabled\.12|vnd\.openxmlformats-officedocument\.presentationml\.template|vnd\.ms-powerpoint\.template\.macroenabled\.12)$/;break;case"mime-document-json":t=/^application\/json$/;break;case"mime-document-xml":t=/^(?:application|text)\/(?:xml|xhtml\+xml)$/;break}return t},Xe=(n,t)=>(typeof n=="string"&&(n=zs(n)||new RegExp(n)),n.test(t)),hu=(n,t)=>{typeof n=="string"&&(n=zs(n)||new RegExp(n));const e=t.match(n);return e?n.flags.toLowerCase().indexOf("g")>=0?e.map(r=>({matchIndex:-1,fullMatch:r,groupMatchs:[]})):{matchIndex:typeof e.index=="number"?e.index:-1,fullMatch:e[0],groupMatchs:e.slice(1)}:null},uu=(n,t)=>{typeof n=="string"&&(n=zs(n)||new RegExp(n));const e=[],r=t.matchAll(n);for(const s of r)e.push({matchIndex:typeof s.index=="number"?s.index:-1,fullMatch:s[0],groupMatchs:s.slice(1)});return e};function Up(n){const t=n.match(/[\s\S]/gu);return t?t.length:0}function lu(n,t){const e=n.codePointAt(t);return e?String.fromCodePoint(e):void 0}const Yp="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghijklmnopqrstuvwxyz0123456789",jp="0123456789";function fu(n=12,t=Yp){let e="";for(let r=0;r<n;r++)e+=t[Math.floor(Math.random()*t.length)];return e}function Vp(n=12){return fu(n,jp)}function Gp(n){return n.replace(/(^\w)/g,t=>t.toLowerCase())}const jt=(n,t="-")=>{let e=n.replace(new RegExp("[_-]?([A-Z])","g"),t+"$1").toLowerCase();const r=new RegExp(`^${t}`);return r.test(n)||(e=e.replace(r,"")),e};function Xp(n){return n.replace(/(^\w|[_-]\w)/g,t=>t.slice(-1).toUpperCase())}function du(n){return Gp(Xp(n))}function mu(n){let t="";for(let e=0,r=n.length;e<r;e++){const s=n.charCodeAt(e);s>=1&&s<=127?t+=n.charAt(e):s>2047?(t+=String.fromCharCode(224|s>>12&15),t+=String.fromCharCode(128|s>>6&63),t+=String.fromCharCode(128|s>>0&63)):(t+=String.fromCharCode(192|s>>6&31),t+=String.fromCharCode(128|s>>0&63))}return t}function Hp(){const n=Uint32Array.of(305419896),t=new Uint8Array(n.buffer);switch(t[0]*16777216+t[1]*65536+t[2]*256+t[3]){case 305419896:return!1;case 2018915346:default:return!0}}const ir=(n,t=16)=>{let e=n.toLowerCase();const r=e.indexOf("0b")==0,s=e.indexOf("0o")==0,i=e.indexOf("0x")==0;(r||s||i)&&(e=e.slice(2)),r&&(t=2),s&&(t=8),i&&(t=16);const o=parseInt(e,t);if(Number.isNaN(o)||e.length==0)throw new Error(`radixStringToNumber(${n}, ${t}) 无法解析!`);return o};function ko(n,t){let e=t?.type;const r=t?.mime,s=t?.encode;if(!e&&r)switch(s){case Ns.utf8:case Ns["utf-8"]:e=`${r};charset=${s}`;break;case Ns.base64:e=`${r};${s}`;break;default:e=`${r}`;break}return new Blob([n],{type:e})}function Wp(n){let t=Ne["text/plain"];switch(new DataView(n).getUint32(0,Hp()).toString(16).toUpperCase()){case"FFD8FFDB":t=Ne["image/jpeg"];break;case"FFD8FFE0":case"FFD8FFE1":case"FFD8FFE2":case"FFD8FFE3":t=Ne["image/jpeg"];break;case"89504E47":t=Ne["image/png"];break;case"47494638":t=Ne["image/gif"];break;case"52494646":t=Ne["image/webp"];break;case"25504446":t=Ne["application/pdf"];break;case"504B0304":t=Ne["application/zip"];break}return t}const qp="[object Undefined]",Jp="[object Null]",Kp="[object Boolean]",Zp="[object Number]",Qp="[object BigInt]",tg="[object String]",eg="[object Symbol]",ng="[object Function]",rg="[object GeneratorFunction]",sg="[object Array]";function Lo(n){return Object.prototype.toString.call(n)}function ig(n){const t=Lo(n);return t===qp||t===Jp||t===Kp||t===Zp||t===tg||t===eg||t===Qp}function pu(n){const t=Lo(n);return t==ng||t==rg}function gu(n){if(!wu(n))return!1;const t=/[\\^$.*+?()[\]{}|]/g,e=/^\[object .+?Constructor\]$/,r=RegExp("^"+Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace(t,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");return(pu(n)?r:e).test(lg(n))}function og(n,t){return n?.[t]}function yu(n,t){const e=og(n,t);return gu(e)?e:void 0}yu(K,"Map"),yu(K,"WeakMap");function bu(n){return Lo(n)===sg}function wu(n){const t=typeof n;return!!n&&(t=="object"||t=="function")}function Fn(n){return!!n&&typeof n=="object"}function Fs(n){return Fn(n)&&!bu(n)}const vu=n=>{for(const t in n)if(Object.prototype.hasOwnProperty.call(n,t))return!1;return!0};function ag(n){return typeof Promise<"u"&&n instanceof Promise||wu(n)&&typeof n.then=="function"&&typeof n.catch=="function"}function cg(n){const t=[];for(const e in n)Object.prototype.hasOwnProperty.call(n,e)&&t.push(e);return t}function or(n,t,e=!0){if(Fs(n)&&Fs(t))for(const r of cg(t))(e||typeof n[r]>"u")&&(Fs(n[r])&&Fs(t[r])?or(n[r],t[r],e):n[r]=t[r]);return n}function hg(n,...t){return new n.constructor(...t)}function ug(n,t){return n===t||n!==n&&t!==t}function lg(n){if(n!=null){try{return Function.prototype.toString.call(n)}catch{}try{return""+n}catch{}}return""}function fg(n,t){let e;return typeof t=="string"?e=t.split("."):e=t,e.reduce((r,s)=>r!=null&&r!=null?r[s]:r,n)}function He(n,t){try{return fg(n,t)}catch{return}}function No(n,t,e){if(!n||!t)return n;let r;typeof t=="string"?r=t.split("."):r=t;let s=n;for(let i=0,o=r.length-1;i<o;i++){const a=r[i];(!(a in s)||typeof s[a]!="object"||s[a]===null)&&(s[a]=Number.isNaN(Number(r[i+1]))?{}:[]),s=s[a]}return s[r[r.length-1]]=e,n}function Or(n){return n!=null}function dg(n){return Or(n)&&n!==$p&&n!==Ro}function mg(n){return typeof n=="number"&&!Number.isNaN(n)}const pg=2**31-1;function xe(n,t){const e=parseFloat(n);return Number.isNaN(e)?typeof t=="number"?t:NaN:e}const gg=n=>typeof n=="number"&&n>=0&&Number.isFinite(n),yg=n=>gg(n)&&n>0,We=n=>yg(n)&&n===Math.floor(n),zo=n=>n===1/0||We(n);function Fo(n=1e-6){return function(t,e){return Math.abs(t-e)<n}}function Z(n,t,e){const r=Math.min(t,e),s=Math.max(t,e);return n<r?r:n>s?s:n}function bg(n,t){return(n%t+t)%t}function Bs(n,t,e){return typeof n=="number"&&typeof t=="number"?(1-e)*n+e*t:typeof n=="number"?n:typeof t=="number"?t:0}function wg(n,t,e){const r=Math.max(n.length,t.length),s=new Array(r);for(let i=0;i<r;i++)s[i]=Bs(n[i],t[i],e);return s}function vg(n,t,e){return r=>{const s=Z(r,n,t);return e==0?s:t-s<e?t:Math.round(s/e)*e}}function xg(n,t=2){return xe(n,0).toFixed(t)}function tt(n,t=2){return+xg(n,t)}function Bo(n,t){const e=hu("number-single",String(n));return{hasNumber:!!e,number:e&&!Array.isArray(e)&&e.fullMatch?parseFloat(e.fullMatch):dg(t)?t:NaN,prefix:e&&!Array.isArray(e)&&e.fullMatch?n.substring(0,e.matchIndex):"",suffix:e&&!Array.isArray(e)&&e.fullMatch?n.substring(e.matchIndex+e.fullMatch.length):""}}function xu(n){const t=hu("number",n);return t?Array.isArray(t)?t.map(e=>Number(e.fullMatch)):[Number(t.fullMatch)]:[]}function _u(n,t){for(let e=0,r=n.length;e<r;e++)if(n[e]==t)return!0;return!1}function _g(n=[],t=[]){const e=n.length,r=t.length;for(let i=0;i<r;i++)n[i]=t[i];let s=Math.max(0,e-r);for(;s>0;)n.pop(),s--;return n}function Su(n,t){const e=n.findIndex(r=>r===t);return e>=0&&n.splice(e,1),n}function Sg(n,...t){return t.forEach(e=>{_u(n,e)||n.push(e)}),n}class $s extends Array{constructor(t){super(t),this.fill(0)}}const Eu=n=>We(n)?n<=Math.pow(2,8)?Uint8Array:n<=Math.pow(2,16)?Uint16Array:n<=Math.pow(2,32)?Uint32Array:n<=Number.MAX_SAFE_INTEGER?$s:null:null;function Us(n,t){let e=n.length;for(;e--;)if(ug(n[e][0],t))return e;return-1}function Dt(){return(typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date).now()}function ar(n=new Date){return n.getTime()}function Eg(n=new Date,t="yyyy-mm-dd hh:ii:ss.SSS"){return Dg(n,t)}function Cg(n){const t=n.valueOf();return!Number.isNaN(t)}function Tg(n,t=3,e=":"){const r=Math.max(n.length,6);let s="";for(let o=0;o<r-4;o++)s+=n[o]||"0";const i=[s,""+(n[r-4]||"0")+(n[r-3]||"0"),""+(n[r-2]||"0")+(n[r-1]||"0")];switch(t){case 1:return i[0];case 2:return i[0]+e+i[1];case 3:return i[0]+e+i[1]+e+i[2]}}function Pg(n){const t=Math.max(n.length,6);let e=0;e+=(n[t-2]||0)*10+(n[t-1]||0),e+=((n[t-4]||0)*10+(n[t-3]||0))*60;let r=0;for(let s=0;s<t-4;s++)r=r*10+(n[s]||0);return e+=r*60*60,Math.floor(Math.max(0,e))}function Ag(n,t=!1){let e=0;if(typeof n=="number"?e=n:e=Pg(n),e<=0)return[0,0,0,0,0,0];const r=[],s=e%60;r.unshift(s%10),r.unshift(Math.floor(s/10)),e=Math.floor(e/60);const i=e%60;if(r.unshift(i%10),r.unshift(Math.floor(i/10)),e=Math.floor(e/60),t){const o=e%100;for(r.unshift(o%10),r.unshift(Math.floor(o/10)),e=Math.floor(e/100);e;)r.unshift(e%10),e=Math.floor(e/10)}else{const o=e%24;r.unshift(o%10),r.unshift(Math.floor(o/10))}return r}function Mg(n,t=1,e=!1){return n[n.length-1]+=t,Ag(n,e)}function Dg(n,t="yyyy-mm-dd hh:ii:ss"){if(!Cg(n))return"";const e=/(y+)/.exec(t);if(e&&e[1]){const s=e[1];t=t.replace(s,(n.getFullYear()+"").substring(4-s.length))}const r={"m+":n.getMonth()+1,"d+":n.getDate(),"h+":n.getHours(),"i+":n.getMinutes(),"s+":n.getSeconds(),"q+":Math.floor((n.getMonth()+3)/3),"S+":n.getMilliseconds()};for(const s in r){const i=new RegExp("("+s+")").exec(t);if(i&&i[1]){const o=i[1];t=t.replace(o,o.length===1?""+r[s]:("00"+r[s]).slice(-o.length))}}return t}const Cu=()=>{};function Og(...n){return n.length===0?(...t)=>t:n.length===1?n[0]:n.reduce((t,e)=>(...r)=>t(e(...r)))}function Ig(n=0,t){const e=t?.min??300,r=t?.max??6e4,s=t?.exponent??2,i=t?.factor??.5;let o=e*Math.pow(s,n);if(i){const a=Math.random(),c=Math.floor(a*i*o);o=Math.floor(a*10)&1?o+c:o-c}return Math.min(o,r)|0}function Rg(n,t={}){if(typeof n!="function")throw new TypeError("Expected a function");const e=function(...r){const s=t?.thisArg||this,i=t?.cacheKeyResolver?t.cacheKeyResolver.apply(s,r):r[0],o=e.cache;if(o.has(i))return o.get(i);const a=n.apply(s,r);return a instanceof Promise&&a.catch(()=>o.delete(i)),e.cache=o.set(i,a)||o,a};return e.cache=t?.createCache?t.createCache():new Map,e}Array.prototype.ap=function(n){return this.reduce((t,e)=>t.concat(n.map(e)),[])};function kg(){let n,t;return{promise:new Promise((e,r)=>{n=e,t=r}),resolve:n,reject:t}}function Bn(n,t=e=>console.error(e)){try{const e=n();return ag(e)?Promise.resolve(e).catch(r=>{t(r)}):e}catch(e){t(e)}}const Lg=2147483647;function Tu(n,t,e){if(typeof t!="number"||t<=0)return n;let r;const s=new Promise((i,o)=>{r=setTimeout((a,c)=>{a(new Error(c||`Timeout of ${t}ms!`))},Math.min(t,Lg),o,e)});return Promise.race([n,s]).finally(()=>{r!==void 0&&(clearTimeout(r),r=void 0)})}function Ng(n,t,e){if(!t)return n;const r=e||"Aborted!";return t.aborted?Promise.reject(new Error(r)):new Promise((s,i)=>{const o=()=>{i(new Error(r))};t.addEventListener("abort",o,{once:!0}),n.finally(()=>{t.removeEventListener("abort",o)}),n.then(s,i)})}class zg{__data__=[];size=0;constructor(t){t=t||[];const e=t.length;let r=-1;for(;++r<e;){const s=t[r];this.set(s[0],s[1])}}set(t,e){const r=this.__data__,s=Us(r,t);return s<0?(++this.size,r.push([t,e])):r[s][1]=e,this}get(t){const e=this.__data__,r=Us(e,t);return r<0?void 0:e[r][1]}has(t){return Us(this.__data__,t)>-1}delete(t){const e=this.__data__,r=Us(e,t);if(r<0)return!1;const s=e.length-1;return r==s?e.pop():Array.prototype.splice.call(e,r,1),--this.size,!0}clear(){this.__data__=[],this.size=0}*entries(){for(const t of this.__data__)yield t}*keys(){for(const t of this.__data__)yield t[0]}*values(){for(const t of this.__data__)yield t[1]}[Symbol.iterator](){return this.entries()}}const Fg=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,Pu=new Set,Bg=(n,t,e,r)=>{typeof Io.emitWarning=="function"?Io.emitWarning(n,t,e,r):console.error(`[${e}] ${t}: ${n}`)},$g=n=>!Pu.has(n);class cr{heap;length;static#a=!1;static create(t){const e=Eu(t);if(!e)return[];cr.#a=!0;const r=new cr(t,e);return cr.#a=!1,r}constructor(t,e){if(!cr.#a)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new e(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}}class $o{#a;#l;#g;#D;#y;#L;#N;#b;get perf(){return this.#b}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#s;#w;#r;#n;#t;#h;#f;#c;#i;#v;#o;#x;#_;#d;#m;#S;#A;#u;#z;static unsafeExposeInternals(t){return{starts:t.#_,ttls:t.#d,autopurgeTimers:t.#m,sizes:t.#x,keyMap:t.#r,keyList:t.#n,valList:t.#t,next:t.#h,prev:t.#f,get head(){return t.#c},get tail(){return t.#i},free:t.#v,isBackgroundFetch:e=>t.#e(e),backgroundFetch:(e,r,s,i)=>t.#$(e,r,s,i),moveToTail:e=>t.#k(e),indexes:e=>t.#E(e),rindexes:e=>t.#C(e),isStale:e=>t.#p(e)}}get max(){return this.#a}get maxSize(){return this.#l}get calculatedSize(){return this.#w}get size(){return this.#s}get fetchMethod(){return this.#L}get memoMethod(){return this.#N}get dispose(){return this.#g}get onInsert(){return this.#D}get disposeAfter(){return this.#y}constructor(t){const{max:e=0,ttl:r,ttlResolution:s=1,ttlAutopurge:i,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:h,onInsert:u,disposeAfter:l,noDisposeOnSet:d,noUpdateTTL:f,maxSize:p=0,maxEntrySize:m=0,sizeCalculation:v,fetchMethod:g,memoMethod:b,noDeleteOnFetchRejection:x,noDeleteOnStaleGet:w,allowStaleOnFetchRejection:C,allowStaleOnFetchAbort:E,ignoreFetchAbort:O,perf:U}=t;if(U!==void 0&&typeof U?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#b=U??Fg,e!==0&&!We(e))throw new TypeError("max option must be a nonnegative integer");const R=e?Eu(e):Array;if(!R)throw new Error("invalid max value: "+e);if(this.#a=e,this.#l=p,this.maxEntrySize=m||this.#l,this.sizeCalculation=v,this.sizeCalculation){if(!this.#l&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(b!==void 0&&typeof b!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#N=b,g!==void 0&&typeof g!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#L=g,this.#A=!!g,this.#r=new Map,this.#n=Array.from({length:e}).fill(void 0),this.#t=Array.from({length:e}).fill(void 0),this.#h=new R(e),this.#f=new R(e),this.#c=0,this.#i=0,this.#v=cr.create(e),this.#s=0,this.#w=0,typeof h=="function"&&(this.#g=h),typeof u=="function"&&(this.#D=u),typeof l=="function"?(this.#y=l,this.#o=[]):(this.#y=void 0,this.#o=void 0),this.#S=!!this.#g,this.#z=!!this.#D,this.#u=!!this.#y,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!f,this.noDeleteOnFetchRejection=!!x,this.allowStaleOnFetchRejection=!!C,this.allowStaleOnFetchAbort=!!E,this.ignoreFetchAbort=!!O,this.maxEntrySize!==0){if(this.#l!==0&&!We(this.#l))throw new TypeError("maxSize must be a positive integer if specified");if(!We(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#W()}if(this.allowStale=!!c,this.noDeleteOnStaleGet=!!w,this.updateAgeOnGet=!!o,this.updateAgeOnHas=!!a,this.ttlResolution=We(s)||s===0?s:1,this.ttlAutopurge=!!i,this.ttl=r||0,this.ttl){if(!We(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#U()}if(this.#a===0&&this.ttl===0&&this.#l===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#a&&!this.#l){const j="LRU_CACHE_UNBOUNDED";$g(j)&&(Pu.add(j),Bg("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",j,$o))}}getRemainingTTL(t){return this.#r.has(t)?1/0:0}#U(){const t=new $s(this.#a),e=new $s(this.#a);this.#d=t,this.#_=e;const r=this.ttlAutopurge?Array.from({length:this.#a}):void 0;this.#m=r,this.#Y=(a,c,h=this.#b.now())=>{e[a]=c!==0?h:0,t[a]=c,s(a,c)},this.#O=a=>{e[a]=t[a]!==0?this.#b.now():0,s(a,t[a])};const s=this.ttlAutopurge?(a,c)=>{if(r?.[a]&&(clearTimeout(r[a]),r[a]=void 0),c&&c!==0&&r){const h=setTimeout(()=>{this.#p(a)&&this.#T(this.#n[a],"expire")},c+1);h.unref&&h.unref(),r[a]=h}}:()=>{};this.#P=(a,c)=>{if(t[c]){const h=t[c],u=e[c];if(!h||!u)return;a.ttl=h,a.start=u,a.now=i||o();const l=a.now-u;a.remainingTTL=h-l}};let i=0;const o=()=>{const a=this.#b.now();if(this.ttlResolution>0){i=a;const c=setTimeout(()=>i=0,this.ttlResolution);c.unref&&c.unref()}return a};this.getRemainingTTL=a=>{const c=this.#r.get(a);if(c===void 0)return 0;const h=t[c],u=e[c];if(!h||!u)return 1/0;const l=(i||o())-u;return h-l},this.#p=a=>{const c=e[a],h=t[a];return!!h&&!!c&&(i||o())-c>h}}#O=()=>{};#P=()=>{};#Y=()=>{};#p=()=>!1;#W(){const t=new $s(this.#a);this.#w=0,this.#x=t,this.#I=e=>{this.#w-=t[e],t[e]=0},this.#j=(e,r,s,i)=>{if(this.#e(r))return 0;if(!We(s))if(i){if(typeof i!="function")throw new TypeError("sizeCalculation must be a function");if(s=i(r,e),!We(s))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return s||0},this.#F=(e,r,s)=>{if(t[e]=r,this.#l){const i=this.#l-t[e];for(;this.#w>i;)this.#B(!0)}this.#w+=t[e],s&&(s.entrySize=r,s.totalCalculatedSize=this.#w)}}#I=t=>{};#F=(t,e,r)=>{};#j=(t,e,r,s)=>{if(r||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#E({allowStale:t=this.allowStale}={}){if(this.#s)for(let e=this.#i;this.#V(e)&&((t||!this.#p(e))&&(yield e),e!==this.#c);)e=this.#f[e]}*#C({allowStale:t=this.allowStale}={}){if(this.#s)for(let e=this.#c;this.#V(e)&&((t||!this.#p(e))&&(yield e),e!==this.#i);)e=this.#h[e]}#V(t){return t!==void 0&&this.#r.get(this.#n[t])===t}*entries(){for(const t of this.#E())this.#t[t]!==void 0&&this.#n[t]!==void 0&&!this.#e(this.#t[t])&&(yield[this.#n[t],this.#t[t]])}*rentries(){for(const t of this.#C())this.#t[t]!==void 0&&this.#n[t]!==void 0&&!this.#e(this.#t[t])&&(yield[this.#n[t],this.#t[t]])}*keys(){for(const t of this.#E()){const e=this.#n[t];e!==void 0&&!this.#e(this.#t[t])&&(yield e)}}*rkeys(){for(const t of this.#C()){const e=this.#n[t];e!==void 0&&!this.#e(this.#t[t])&&(yield e)}}*values(){for(const t of this.#E())this.#t[t]!==void 0&&!this.#e(this.#t[t])&&(yield this.#t[t])}*rvalues(){for(const t of this.#C())this.#t[t]!==void 0&&!this.#e(this.#t[t])&&(yield this.#t[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,e={}){for(const r of this.#E()){const s=this.#t[r],i=this.#e(s)?s.__staleWhileFetching:s;if(i!==void 0&&t(i,this.#n[r],this))return this.#R(this.#n[r],e)}}forEach(t,e=this){for(const r of this.#E()){const s=this.#t[r],i=this.#e(s)?s.__staleWhileFetching:s;i!==void 0&&t.call(e,i,this.#n[r],this)}}rforEach(t,e=this){for(const r of this.#C()){const s=this.#t[r],i=this.#e(s)?s.__staleWhileFetching:s;i!==void 0&&t.call(e,i,this.#n[r],this)}}purgeStale(){let t=!1;for(const e of this.#C({allowStale:!0}))this.#p(e)&&(this.#T(this.#n[e],"expire"),t=!0);return t}info(t){const e=this.#r.get(t);if(e===void 0)return;const r=this.#t[e],s=this.#e(r)?r.__staleWhileFetching:r;if(s===void 0)return;const i={value:s};if(this.#d&&this.#_){const o=this.#d[e],a=this.#_[e];if(o&&a){const c=o-(this.#b.now()-a);i.ttl=c,i.start=Date.now()}}return this.#x&&(i.size=this.#x[e]),i}dump(){const t=[];for(const e of this.#E({allowStale:!0})){const r=this.#n[e],s=this.#t[e],i=this.#e(s)?s.__staleWhileFetching:s;if(i===void 0||r===void 0)continue;const o={value:i};if(this.#d&&this.#_){o.ttl=this.#d[e];const a=this.#b.now()-this.#_[e];o.start=Math.floor(Date.now()-a)}this.#x&&(o.size=this.#x[e]),t.unshift([r,o])}return t}load(t){this.clear();for(const[e,r]of t){if(r.start){const s=Date.now()-r.start;r.start=this.#b.now()-s}this.#M(e,r.value,r)}}set(t,e,r={}){const{status:s=void 0}=r;return r.status=s,s&&(s.op="set",s.key=t,e!==void 0&&(s.value=e)),this.#M(t,e,r)}#M(t,e,r={}){const{ttl:s=this.ttl,start:i,noDisposeOnSet:o=this.noDisposeOnSet,sizeCalculation:a=this.sizeCalculation,status:c}=r;if(e===void 0)return c&&(c.set="deleted"),this.delete(t),this;let{noUpdateTTL:h=this.noUpdateTTL}=r;c&&!this.#e(e)&&(c.value=e);const u=this.#j(t,e,r.size||0,a,c);if(this.maxEntrySize&&u>this.maxEntrySize)return this.#T(t,"set"),c&&(c.set="miss",c.maxEntrySizeExceeded=!0),this;let l=this.#s===0?void 0:this.#r.get(t);if(l===void 0)l=this.#s===0?this.#i:this.#v.length!==0?this.#v.pop():this.#s===this.#a?this.#B(!1):this.#s,this.#n[l]=t,this.#t[l]=e,this.#r.set(t,l),this.#h[this.#i]=l,this.#f[l]=this.#i,this.#i=l,this.#s++,this.#F(l,u,c),c&&(c.set="add"),h=!1,this.#z&&this.#D?.(e,t,"add");else{this.#k(l);const d=this.#t[l];if(e!==d){if(this.#A&&this.#e(d)){d.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:f}=d;f!==void 0&&!o&&(this.#S&&this.#g?.(f,t,"set"),this.#u&&this.#o?.push([f,t,"set"]))}else o||(this.#S&&this.#g?.(d,t,"set"),this.#u&&this.#o?.push([d,t,"set"]));if(this.#I(l),this.#F(l,u,c),this.#t[l]=e,c){c.set="replace";const f=d&&this.#e(d)?d.__staleWhileFetching:d;f!==void 0&&(c.oldValue=f)}}else c&&(c.set="update");this.#z&&this.onInsert?.(e,t,e===d?"update":"replace")}if(s!==0&&!this.#d&&this.#U(),this.#d&&(h||this.#Y(l,s,i),c&&this.#P(c,l)),!o&&this.#u&&this.#o){const d=this.#o;let f;for(;f=d?.shift();)this.#y?.(...f)}return this}pop(){try{for(;this.#s;){const t=this.#t[this.#c];if(this.#B(!0),this.#e(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#u&&this.#o){const t=this.#o;let e;for(;e=t?.shift();)this.#y?.(...e)}}}#B(t){const e=this.#c,r=this.#n[e],s=this.#t[e];return this.#A&&this.#e(s)?s.__abortController.abort(new Error("evicted")):(this.#S||this.#u)&&(this.#S&&this.#g?.(s,r,"evict"),this.#u&&this.#o?.push([s,r,"evict"])),this.#I(e),this.#m?.[e]&&(clearTimeout(this.#m[e]),this.#m[e]=void 0),t&&(this.#n[e]=void 0,this.#t[e]=void 0,this.#v.push(e)),this.#s===1?(this.#c=this.#i=0,this.#v.length=0):this.#c=this.#h[e],this.#r.delete(r),this.#s--,e}has(t,e={}){const{status:r=void 0}=e;return e.status=r,r&&(r.op="has",r.key=t),this.#q(t,e)}#q(t,e={}){const{updateAgeOnHas:r=this.updateAgeOnHas,status:s}=e,i=this.#r.get(t);if(i!==void 0){const o=this.#t[i];if(this.#e(o)&&o.__staleWhileFetching===void 0)return!1;if(this.#p(i))s&&(s.has="stale",this.#P(s,i));else return r&&this.#O(i),s&&(s.has="hit",this.#P(s,i)),!0}else s&&(s.has="miss");return!1}peek(t,e={}){const{status:r=void 0}=e;return r&&(r.op="peek",r.key=t),e.status=r,this.#J(t,e)}#J(t,e){const{status:r,allowStale:s=this.allowStale}=e,i=this.#r.get(t);if(i===void 0||!s&&this.#p(i)){r&&(r.peek=i===void 0?"miss":"stale");return}const o=this.#t[i],a=this.#e(o)?o.__staleWhileFetching:o;return r&&(a!==void 0?(r.peek="hit",r.value=a):r.peek="miss"),a}#$(t,e,r,s){const i=e===void 0?void 0:this.#t[e];if(this.#e(i))return i;const o=new AbortController,{signal:a}=r;a?.addEventListener("abort",()=>o.abort(a.reason),{signal:o.signal});const c={signal:o.signal,options:r,context:s},h=(m,v=!1)=>{const{aborted:g}=o.signal,b=r.ignoreFetchAbort&&m!==void 0,x=r.ignoreFetchAbort||!!(r.allowStaleOnFetchAbort&&m!==void 0);if(r.status&&(g&&!v?(r.status.fetchAborted=!0,r.status.fetchError=o.signal.reason,b&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),g&&!b&&!v)return l(o.signal.reason,x);const w=f,C=this.#t[e];return(C===f||C===void 0&&b&&v)&&(m===void 0?w.__staleWhileFetching!==void 0?this.#t[e]=w.__staleWhileFetching:this.#T(t,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.#M(t,m,c.options))),m},u=m=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=m),l(m,!1)),l=(m,v)=>{const{aborted:g}=o.signal,b=g&&r.allowStaleOnFetchAbort,x=b||r.allowStaleOnFetchRejection,w=x||r.noDeleteOnFetchRejection,C=f;if(this.#t[e]===f&&(!w||!v&&C.__staleWhileFetching===void 0?this.#T(t,"fetch"):b||(this.#t[e]=C.__staleWhileFetching)),x)return r.status&&C.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),C.__staleWhileFetching;if(C.__returned===C)throw m},d=(m,v)=>{const g=this.#L?.(t,i,c);g&&g instanceof Promise&&g.then(b=>m(b===void 0?void 0:b),v),o.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(m(void 0),r.allowStaleOnFetchAbort&&(m=b=>h(b,!0)))})};r.status&&(r.status.fetchDispatched=!0);const f=new Promise(d).then(h,u),p=Object.assign(f,{__abortController:o,__staleWhileFetching:i,__returned:void 0});return e===void 0?(this.#M(t,p,{...c.options,status:void 0}),e=this.#r.get(t)):this.#t[e]=p,p}#e(t){if(!this.#A)return!1;const e=t;return!!e&&e instanceof Promise&&Object.prototype.hasOwnProperty.call(e,"__staleWhileFetching")&&e.__abortController instanceof AbortController}fetch(t,e={}){const{status:r=void 0}=e;return e.status=r,r&&e.context&&(r.context=e.context),this.#G(t,e)}async#G(t,e={}){const{allowStale:r=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:i=this.noDeleteOnStaleGet,ttl:o=this.ttl,noDisposeOnSet:a=this.noDisposeOnSet,size:c=0,sizeCalculation:h=this.sizeCalculation,noUpdateTTL:u=this.noUpdateTTL,noDeleteOnFetchRejection:l=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:d=this.allowStaleOnFetchRejection,ignoreFetchAbort:f=this.ignoreFetchAbort,allowStaleOnFetchAbort:p=this.allowStaleOnFetchAbort,context:m,forceRefresh:v=!1,status:g,signal:b}=e;if(g&&(g.op="fetch",g.key=t,v&&(g.forceRefresh=!0)),!this.#A)return g&&(g.fetch="get"),this.#R(t,{allowStale:r,updateAgeOnGet:s,noDeleteOnStaleGet:i,status:g});const x={allowStale:r,updateAgeOnGet:s,noDeleteOnStaleGet:i,ttl:o,noDisposeOnSet:a,size:c,sizeCalculation:h,noUpdateTTL:u,noDeleteOnFetchRejection:l,allowStaleOnFetchRejection:d,allowStaleOnFetchAbort:p,ignoreFetchAbort:f,status:g,signal:b},w=this.#r.get(t);if(w===void 0){g&&(g.fetch="miss");const C=this.#$(t,w,x,m);return C.__returned=C}else{const C=this.#t[w];if(this.#e(C)){const R=r&&C.__staleWhileFetching!==void 0;return g&&(g.fetch="inflight",R&&(g.returnedStale=!0)),R?C.__staleWhileFetching:C.__returned=C}const E=this.#p(w);if(!v&&!E)return g&&(g.fetch="hit"),this.#k(w),s&&this.#O(w),g&&this.#P(g,w),C;const O=this.#$(t,w,x,m),U=O.__staleWhileFetching!==void 0&&r;return g&&(g.fetch=E?"stale":"refresh",U&&E&&(g.returnedStale=!0)),U?O.__staleWhileFetching:O.__returned=O}}forceFetch(t,e={}){const{status:r=void 0}=e;return e.status=r,r&&e.context&&(r.context=e.context),this.#K(t,e)}async#K(t,e={}){const r=await this.#G(t,e);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(t,e={}){const{status:r=void 0}=e;e.status=r,r&&(r.op="memo",r.key=t,e.context&&(r.context=e.context));const s=this.#Z(t,e);return r&&(r.value=s),s}#Z(t,e={}){const r=this.#N;if(!r)throw new Error("no memoMethod provided to constructor");const{context:s,status:i,forceRefresh:o,...a}=e;i&&o&&(i.forceRefresh=!0);const c=this.#R(t,a),h=o||c===void 0;if(i&&(i.memo=h?"miss":"hit",h||(i.value=c)),!h)return c;const u=r(t,c,{options:a,context:s});return i&&(i.value=u),this.#M(t,u,a),u}get(t,e={}){const{status:r=void 0}=e;e.status=r,r&&(r.op="get",r.key=t);const s=this.#R(t,e);return r&&s!==void 0&&(r.value=s),s}#R(t,e={}){const{allowStale:r=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:i=this.noDeleteOnStaleGet,status:o}=e,a=this.#r.get(t);if(a===void 0){o&&(o.get="miss");return}const c=this.#t[a],h=this.#e(c);return o&&this.#P(o,a),this.#p(a)?h?(o&&(o.get="stale-fetching"),r&&c.__staleWhileFetching!==void 0?(o&&(o.returnedStale=!0),c.__staleWhileFetching):void 0):(i||this.#T(t,"expire"),o&&(o.get="stale"),r?(o&&(o.returnedStale=!0),c):void 0):(o&&(o.get=h?"fetching":"hit"),this.#k(a),s&&this.#O(a),h?c.__staleWhileFetching:c)}#X(t,e){this.#f[e]=t,this.#h[t]=e}#k(t){t!==this.#i&&(t===this.#c?this.#c=this.#h[t]:this.#X(this.#f[t],this.#h[t]),this.#X(this.#i,t),this.#i=t)}delete(t){return this.#T(t,"delete")}#T(t,e){let r=!1;if(this.#s!==0){const s=this.#r.get(t);if(s!==void 0)if(this.#m?.[s]&&(clearTimeout(this.#m?.[s]),this.#m[s]=void 0),r=!0,this.#s===1)this.#H(e);else{this.#I(s);const i=this.#t[s];if(this.#e(i)?i.__abortController.abort(new Error("deleted")):(this.#S||this.#u)&&(this.#S&&this.#g?.(i,t,e),this.#u&&this.#o?.push([i,t,e])),this.#r.delete(t),this.#n[s]=void 0,this.#t[s]=void 0,s===this.#i)this.#i=this.#f[s];else if(s===this.#c)this.#c=this.#h[s];else{const o=this.#f[s];this.#h[o]=this.#h[s];const a=this.#h[s];this.#f[a]=this.#f[s]}this.#s--,this.#v.push(s)}}if(this.#u&&this.#o?.length){const s=this.#o;let i;for(;i=s?.shift();)this.#y?.(...i)}return r}clear(){return this.#H("delete")}#H(t){for(const e of this.#C({allowStale:!0})){const r=this.#t[e];if(this.#e(r))r.__abortController.abort(new Error("deleted"));else{const s=this.#n[e];this.#S&&this.#g?.(r,s,t),this.#u&&this.#o?.push([r,s,t])}}if(this.#r.clear(),this.#t.fill(void 0),this.#n.fill(void 0),this.#d&&this.#_){this.#d.fill(0),this.#_.fill(0);for(const e of this.#m??[])e!==void 0&&clearTimeout(e);this.#m?.fill(void 0)}if(this.#x&&this.#x.fill(0),this.#c=0,this.#i=0,this.#v.length=0,this.#w=0,this.#s=0,this.#u&&this.#o){const e=this.#o;let r;for(;r=e?.shift();)this.#y?.(...r)}}}class Uo{data;expirationMap=new Map;immortalKeys=new Set;expirations=Object.create(null);ttl;max;updateAgeOnGet;checkAgeOnGet;updateAgeOnHas;checkAgeOnHas;noUpdateTTL;dispose;noDisposeOnSet;timer;timerExpiration;constructor({ttl:t=1/0,max:e=1/0,updateAgeOnGet:r=!1,checkAgeOnGet:s=!1,updateAgeOnHas:i=!1,checkAgeOnHas:o=!1,noUpdateTTL:a=!1,dispose:c,noDisposeOnSet:h=!1}={},u=new Map){if(t!==void 0&&!zo(t))throw new TypeError("ttl must be positive integer or Infinity if set");if(!zo(e))throw new TypeError("max must be positive integer or Infinity");if(this.data=u,this.ttl=t,this.max=e,this.updateAgeOnGet=!!r,this.checkAgeOnGet=!!s,this.updateAgeOnHas=!!i,this.checkAgeOnHas=!!o,this.noUpdateTTL=!!a,this.noDisposeOnSet=!!h,c!==void 0){if(typeof c!="function")throw new TypeError("dispose must be function if set");this.dispose=c}else this.dispose=(l,d,f)=>{};this.timer=void 0,this.timerExpiration=void 0}get size(){return this.data.size}setTimer(t,e){if(this.timerExpiration&&this.timerExpiration<t)return;this.timer&&clearTimeout(this.timer);const r=setTimeout(()=>{this.timer=void 0,this.timerExpiration=void 0,this.purgeStale();for(const s in this.expirations){const i=Number(s);this.setTimer(i,i-Dt());break}},Math.min(pg,Math.max(0,e)));r.unref&&r.unref(),this.timerExpiration=t,this.timer=r}cancelTimer(){this.timer&&(clearTimeout(this.timer),this.timerExpiration=void 0,this.timer=void 0)}clear(){const t=this.dispose!==Uo.prototype.dispose?[...this]:[];this.data.clear(),this.expirationMap.clear(),this.cancelTimer(),this.expirations=Object.create(null);for(const[e,r]of t)this.dispose(r,e,"delete")}setTTL(t,e=this.ttl){const r=this.expirationMap.get(t);if(r!==void 0){const s=this.expirations[r];!s||s.length<=1?delete this.expirations[r]:this.expirations[r]=s.filter(i=>i!==t)}if(e&&e!==1/0){this.immortalKeys.delete(t);const s=Math.floor(Dt()+e);this.expirationMap.set(t,s),this.expirations[s]||(this.expirations[s]=[],this.setTimer(s,e)),this.expirations[s].push(t)}else this.immortalKeys.add(t),this.expirationMap.set(t,1/0)}set(t,e,{ttl:r=this.ttl,noUpdateTTL:s=this.noUpdateTTL,noDisposeOnSet:i=this.noDisposeOnSet}={}){if(!zo(r))throw new TypeError("ttl must be positive integer or Infinity");if(this.expirationMap.has(t)){s||this.setTTL(t,r);const o=this.data.get(t),a=!i&&this.data.has(t);o!==e&&(this.data.set(t,e),a&&this.dispose(o,t,"set"))}else this.setTTL(t,r),this.data.set(t,e);for(;this.size>this.max;)this.purgeToCapacity();return this}has(t,{checkAgeOnHas:e=this.checkAgeOnHas,ttl:r=this.ttl,updateAgeOnHas:s=this.updateAgeOnHas}={}){return this.data.has(t)?e&&this.getRemainingTTL(t)===0?(this.delete(t),!1):(s&&this.setTTL(t,r),!0):!1}getRemainingTTL(t){const e=this.expirationMap.get(t);return e===1/0?1/0:e!==void 0?Math.max(0,Math.ceil(e-Dt())):0}get(t,{updateAgeOnGet:e=this.updateAgeOnGet,ttl:r=this.ttl,checkAgeOnGet:s=this.checkAgeOnGet}={}){const i=this.data.get(t);if(s&&this.getRemainingTTL(t)===0){this.delete(t);return}return e&&this.setTTL(t,r),i}delete(t){const e=this.expirationMap.get(t);if(e!==void 0){const r=this.data.get(t);this.data.delete(t),this.expirationMap.delete(t),this.immortalKeys.delete(t);const s=this.expirations[e];return s&&(s.length<=1?delete this.expirations[e]:this.expirations[e]=s.filter(i=>i!==t)),this.dispose(r,t,"delete"),this.size===0&&this.cancelTimer(),!0}return!1}purgeToCapacity(){if(!(this.size<=this.max))for(const t in this.expirations){const e=this.expirations[t];if(this.size-e.length>=this.max){delete this.expirations[t];const r=[];for(const s of e)r.push([s,this.data.get(s)]),this.data.delete(s),this.expirationMap.delete(s);for(const[s,i]of r)this.dispose(i,s,"evict")}else{const r=this.size-this.max,s=[];for(const i of e.splice(0,r))s.push([i,this.data.get(i)]),this.data.delete(i),this.expirationMap.delete(i);for(const[i,o]of s)this.dispose(o,i,"evict")}}}purgeStale(){const t=Math.ceil(Dt());for(const e in this.expirations){if(e==="Infinity"||Number(e)>t)return;const r=[...this.expirations[e]||[]],s=[];delete this.expirations[e];for(const i of r)s.push([i,this.data.get(i)]),this.data.delete(i),this.expirationMap.delete(i);for(const[i,o]of s)this.dispose(o,i,"expire")}this.size===0&&this.cancelTimer()}*entries(){for(const t in this.expirations)for(const e of this.expirations[t])yield[e,this.data.get(e)];for(const t of this.immortalKeys)yield[t,this.data.get(t)]}*keys(){for(const t in this.expirations)for(const e of this.expirations[t])yield e;for(const t of this.immortalKeys)yield t}*values(){for(const t in this.expirations)for(const e of this.expirations[t])yield this.data.get(e);for(const t of this.immortalKeys)yield this.data.get(t)}[Symbol.iterator](){return this.entries()}firstKey(){return this.keys().next().value}}const $n={branch:"├",lastBranch:"└",line:"│",empty:" "};function Ys(n,t={}){const{showValues:e=!0,hideFunctions:r=!1,lineBreak:s=`\r
11
+ `,maxDeep:i}=t,o=[],a=new WeakSet;function c(u,l="",d=0){if(typeof u=="string"){o.push(l+'"'+u+'"');return}if(typeof u!="object"||u===null){e&&o.push(l+String(u));return}if(i&&d>=i){Array.isArray(n)?o.push("[...OverMaxDeep]"):o.push("{...OverMaxDeep}");return}if(a.has(u)){o.push(l+"[Circular]");return}a.add(u);const f=Object.keys(u).filter(p=>!(r&&typeof u[p]=="function"));f.forEach((p,m)=>{const v=u[p],g=m===f.length-1,b=d===0&&m===0?"":l,x=g?$n.lastBranch:$n.branch,w=p.trim()===""?"":p;let C=b+x+(w?" "+w:"");const E=p.trim()!=="";if(v&&typeof v=="object"&&a.has(v))o.push(C+(E?": ":C?" ":"")+"[Circular]");else if(v&&typeof v=="object"&&!Array.isArray(v)){o.push(C);const O=g?$n.empty:$n.line,U=b+O+" ";c(v,U,d+1)}else if(Array.isArray(v)){o.push(C+(E?": ":C?" ":"")+"[Array("+v.length+")]");const O=g?$n.empty:$n.line,U=b+O+" ";c(v,U,d+1)}else if(e){const O=typeof v=="function"?"[Function]":typeof v=="string"?'"'+String(v)+'"':String(v);C+=(E?": ":C?" ":"")+O,o.push(C)}else o.push(C)})}const h=Object.keys(n);if(h.length===0)return"(empty)";if(h.length===1&&h[0]!==void 0&&h[0].trim()===""&&typeof n[h[0]]=="string"){const u=h[0],l=$n.lastBranch,d=n[u],f=typeof d=="function"?"[Function]":typeof d=="string"?'"'+d+'"':String(d);return l+" "+f}return c(n),s+o.join(s)}function Au(n="verbose"){let t=-1;switch(n){case"verbose":t=0;break;case"debug":t=1;break;case"info":t=2;break;case"warn":t=3;break;case"error":t=4;break}return t}function Ug(n="verbose"){K.OPEN_LOG_LEVEL=Au(n)}function Mu(){K.OPEN_LOG_LEVEL=-1}function Yg(n){K.LOG_UPLOAD_FN=n}Mu();function Ir(n="verbose"){return K.OPEN_LOG_LEVEL<=Au(n)}function Yo(n){K.LOG_UPLOAD_FN&&K.LOG_UPLOAD_FN(n)}function gn(n,t=""){try{if(Yo({level:"info",msg:n,type:t}),!Ir("info"))return;console.log(n)}catch{}}function _e(n,t=""){try{if(Yo({level:"warn",msg:n,type:t}),!Ir("warn"))return;console.warn(n)}catch{}}function jg(n,t=""){try{if(Yo({level:"error",msg:n,type:t}),!Ir("error"))return;console.error(n)}catch{}}const Du={start:n=>{Ir("verbose")&&(!console||typeof console!="object"||typeof console.groupCollapsed!="function"||console.groupCollapsed(n))},end:()=>{!console||typeof console!="object"||typeof console.groupEnd!="function"||console.groupEnd()}},Ou={start:n=>{Ir("verbose")&&(!console||typeof console!="object"||typeof console.time!="function"||console.time(n))},end:n=>{!console||typeof console!="object"||typeof console.timeEnd!="function"||console.timeEnd(n)}};function js(n){if(typeof MessageChannel<"u"&&(gu(MessageChannel)||MessageChannel.toString()==="[object MessageChannelConstructor]")){const{port1:t,port2:e}=new MessageChannel;t.onmessage=()=>{t.onmessage=null,n()},e.postMessage(null)}else setTimeout(n,0)}async function Vg(){return new Promise(n=>{js(n)})}if(K.requestAnimationFrame=K.requestAnimationFrame||K.webkitRequestAnimationFrame||K.mozRequestAnimationFrame||K.oRequestAnimationFrame||K.msRequestAnimationFrame,K.cancelAnimationFrame=K.cancelAnimationFrame||K.webkitCancelAnimationFrame||K.mozCancelAnimationFrame||K.oCancelAnimationFrame||K.msCancelAnimationFrame,!K.requestAnimationFrame){let n=Dt();K.requestAnimationFrame=t=>{const e=Dt(),r=Math.max(0,16-(e-n)),s=K.setTimeout(()=>{t(e+r)},r);return n=e+r,s}}K.cancelAnimationFrame||(K.cancelAnimationFrame=n=>{K.clearTimeout(n)});const Vs=K.requestAnimationFrame,Gg=K.cancelAnimationFrame;function Xg(n){let t=!0,e=Vs(function r(s){t&&n(s)&&(e=Vs(r))});return()=>{t=!1,Gg(e)}}K.requestIdleCallback=K.requestIdleCallback||function(n,t){const e=Dt();return setTimeout(()=>{const r=Dt()-e,s={didTimeout:typeof t?.timeout!="number"?!1:r>t.timeout,timeRemaining:()=>Math.max(0,50-r)};n(s)},t?.timeout)},K.cancelIdleCallback=K.cancelIdleCallback||function(n){clearTimeout(n)},K.requestIdleCallback,K.cancelIdleCallback;let Rr=33,qe=33,Gs=0,kr=0,jo=!1;function Iu(n){jo||(jo=!0,Vs(t=>{jo=!1,Gs=t,kr===0&&(kr=Gs+qe);let e=qe+Gs-kr;e<qe&&Rr<qe?(e<8&&(e=8),qe=Math.max(e,Rr)):e>qe&&Rr>qe&&(qe=Math.min(e,Rr)),Rr=e,kr=Gs+qe,js(()=>{n(kr),Iu(n)})}))}function Vo(n){const t=n?.maxIterations||1e4,e=!!n?.tracing,r=n?.onTrace||(f=>{const p=" ".repeat(f.depth);console.log(`${p}emit#${f.id} parent=${f.parentId} source=${f.source}`)}),s=[];let i=0,o=0;const a=new Set,c=f=>(a.add(f),()=>{a.delete(f)});let h;function u(f,p){const m=h,v={id:String(++i),dataset:f,source:p,createdAt:Dt(),parentId:m?.id,depth:m?m.depth+1:0};s.push(v)}let l=!1;function d(){if(l)return;l=!0;let f=0;try{for(;o<s.length;){if(++f>t)throw new Error("Possible infinite signal loop detected");const p=s[o],m=h;h=p,e&&r(p);const v=Array.from(a);for(const g of v)try{g(...p.dataset)}catch(b){js(()=>{throw b})}h=m,o++}}finally{l=!1,o>=s.length&&(s.length=0,o=0)}}return{subscribe:c,once(f){const p=c((...m)=>{p(),f(...m)});return p},emit(...f){u(f),d()},emitFrom(f,...p){u(p,f),d()},clear(){a.clear()}}}function Hg(n={}){const{concurrency:t=1/0,maxWorkerRunTime:e=6e4}=n;let r=1/0;const s=()=>r===1/0||Dt()<r,i=R=>{r=Dt()+R,h()};let o=s()?0:1;const a=()=>o>0,c=()=>{o++},h=()=>{o>0&&o--,O()},u=()=>!a()&&!s(),l=async()=>{u()&&await Vg()};let d=0,f=[];const p=new Set,m=new Set;let v=0,g=[],b=[];const x=()=>{v===0&&(g.forEach(R=>R()),g=[],f.length===0&&(b.forEach(R=>R()),b=[]))},w=R=>{if(R.signal){if(R.signal.aborted)return R.resultReject("Cancel by Aborted!"),R;R.abortHandler=()=>{R.resultReject("Cancel by Abort!"),f=f.filter(j=>j.id!==R.id),x()},R.signal.addEventListener("abort",R.abortHandler,{once:!0})}if(f.filter(j=>R.invalidates?.includes(j.id)).forEach(j=>{j.resultReject("Cancel by invalidates!")}),f=f.filter(j=>!R.invalidates?.includes(j.id)),R.fold){const j=f.findIndex(H=>H.id===R.id);if(j!==-1){const H=f[j],V=R.fold(H,R);return H.dataset=V.dataset,H}else return f.push(R),R}else return f.push(R),R},C=()=>{if(f.length===0)return;let R=-1,j;for(let H=0,V=f.length;H<V;H++){const lt=f[H];(!j||lt.niceness<j.niceness)&&(R=H,j=lt)}return f.splice(R,1),j};let E=!1;const O=()=>{E||a()||(E=!0,js(()=>{for(E=!1;f.length>0&&m.size>0&&v<t&&!a();){const R=C(),j=mg(R.deadline)&&Dt()>=R.deadline,H=R.niceness==ks.immediate;if(!s()&&!j&&!H){w(R),O();break}if(R.signal?.aborted){R.resultReject("Cancel by Aborted!"),x();continue}v++;const V=m.values().next().value;m.delete(V),Ng(Tu(Promise.resolve(V(...R.dataset)),e),R.signal).then(lt=>{R.resultResolve(lt)}).catch(lt=>{R.retry>0?(R.retry--,w(R)):R.resultReject(lt)}).finally(async()=>{p.has(V)&&m.add(V),R.signal&&R.abortHandler&&R.signal.removeEventListener("abort",R.abortHandler),v--,x(),O()})}}))},U=R=>(p.add(R),m.add(R),O(),()=>{p.delete(R),m.delete(R)});return{put(...R){const j=R[R.length-1]||{};let H={};("niceness"in j||"deadline"in j||"retry"in j||"signal"in j||"invalidates"in j||"fold"in j)&&(H=R.pop());const V=kg(),lt=w({id:String(++d),dataset:R,createdAt:Dt(),result:V.promise,resultResolve:V.resolve,resultReject:V.reject,niceness:H.niceness??ks.normal,deadline:H.deadline??Ro,retry:H.retry??0,signal:H.signal});return O(),lt},cancel(R){f=f.filter(j=>j.id!==R.id),R.signal&&R.abortHandler&&R.signal.removeEventListener("abort",R.abortHandler),x()},clear(){for(const R of f)R.signal&&R.abortHandler&&R.signal.removeEventListener("abort",R.abortHandler),R.resultReject(new Error("Cleared"));f.length=0,x()},run:U,once(R){const j=U((...H)=>{try{return R(...H)}finally{j()}});return j},async onDrain(){if(!(v===0&&f.length===0))return new Promise(R=>{b.push(R)})},async onIdle(){if(v!==0)return new Promise(R=>{g.push(R)})},pause:c,resume:h,get paused(){return a()},startFrame:i,yieldIfNeeded:l}}class Wg{pool;concurrency;maxWorkerRunTime;constructor(t={concurrency:1}){this.concurrency=t.concurrency??1,this.maxWorkerRunTime=t.maxWorkerRunTime??6e4,this.pool=Hg({concurrency:this.concurrency,maxWorkerRunTime:this.maxWorkerRunTime});for(let e=0;e<this.concurrency;e++)this.pool.run(async function(r){return await r()})}cancel(t){this.pool.cancel(t)}clear(){this.pool.clear()}get paused(){return this.pool.paused}startFrame(t){this.pool.startFrame(t)}async immediate(t){try{return this.pool.pause(),await this.pool.onIdle(),await Tu(Promise.resolve(t()),this.maxWorkerRunTime)}finally{this.pool.resume()}}asap(t,e){return this.pool.put(t,{niceness:e?.niceness??ks.normal,deadline:typeof e?.timeout=="number"?Dt()+e?.timeout:Ro})}}class qg{pool;started=!1;constructor(t={concurrency:1}){this.pool=new Wg(t),this.pool.startFrame(0)}clear(){this.pool.clear()}start(){this.started||(this.started=!0,Iu(t=>{this.pool.startFrame(t-Dt())}))}async idle(t,e){return this.start(),await this.pool.asap(t,{niceness:ks.idle,timeout:e}).result}}const Ru=new qg,Jg=Ru.idle.bind(Ru);class Go{events;constructor(){this.events={}}isEmpty(t){return this.events[t]==null||this.events[t].length==0}has(t,e){return this.events[t]!==void 0&&this.events[t].indexOf(e)!==-1}prependListener(t,e,r){return this.events[t]||(this.events[t]=[]),this.events[t].unshift(r?e.bind(r):e),this}addListener(t,e,r){return this.events[t]||(this.events[t]=[]),this.events[t].push(r?e.bind(r):e),this}on(t,e,r){return this.addListener(t,e,r),this}removeListener(t,e){return this.events[t]&&(this.events[t]=this.events[t].filter(r=>r!==e)),this}off(t,e){return this.removeListener(t,e),this}removeAllListeners(t){return t?this.events[t]=[]:this.events={},this}emit(t,...e){return this.events[t]&&this.events[t].slice(0).forEach(r=>{r(...e)}),this}once(t,e,r){const s=(...i)=>{r?e.apply(r,i):e(...i),this.off(t,s)};return this.on(t,s),this}}var Xo=function(n,t){return Xo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])},Xo(n,t)};function Ho(n,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Xo(n,t);function e(){this.constructor=n}n.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function ku(n){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&n[t],r=0;if(e)return e.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Wo(n,t){var e=typeof Symbol=="function"&&n[Symbol.iterator];if(!e)return n;var r=e.call(n),s,i=[],o;try{for(;(t===void 0||t-- >0)&&!(s=r.next()).done;)i.push(s.value)}catch(a){o={error:a}}finally{try{s&&!s.done&&(e=r.return)&&e.call(r)}finally{if(o)throw o.error}}return i}function qo(n,t,e){if(e||arguments.length===2)for(var r=0,s=t.length,i;r<s;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return n.concat(i||Array.prototype.slice.call(t))}function Je(n){return typeof n=="function"}function Kg(n){var t=function(r){Error.call(r),r.stack=new Error().stack},e=n(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var Jo=Kg(function(n){return function(t){n(this),this.message=t?t.length+` errors occurred during unsubscription:
12
+ `+t.map(function(e,r){return r+1+") "+e.toString()}).join(`
13
+ `):"",this.name="UnsubscriptionError",this.errors=t}});function Lu(n,t){if(n){var e=n.indexOf(t);0<=e&&n.splice(e,1)}}var Ko=function(){function n(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var t,e,r,s,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=ku(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(m){t={error:m}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var u=this.initialTeardown;if(Je(u))try{u()}catch(m){i=m instanceof Jo?m.errors:[m]}var l=this._finalizers;if(l){this._finalizers=null;try{for(var d=ku(l),f=d.next();!f.done;f=d.next()){var p=f.value;try{zu(p)}catch(m){i=i??[],m instanceof Jo?i=qo(qo([],Wo(i)),Wo(m.errors)):i.push(m)}}}catch(m){r={error:m}}finally{try{f&&!f.done&&(s=d.return)&&s.call(d)}finally{if(r)throw r.error}}}if(i)throw new Jo(i)}},n.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)zu(t);else{if(t instanceof n){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},n.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},n.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},n.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Lu(e,t)},n.prototype.remove=function(t){var e=this._finalizers;e&&Lu(e,t),t instanceof n&&t._removeParent(this)},n.EMPTY=function(){var t=new n;return t.closed=!0,t}(),n}();Ko.EMPTY;function Nu(n){return n instanceof Ko||n&&"closed"in n&&Je(n.remove)&&Je(n.add)&&Je(n.unsubscribe)}function zu(n){Je(n)?n():n.unsubscribe()}var Fu={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Zg={setTimeout:function(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];return setTimeout.apply(void 0,qo([n,t],Wo(e)))},clearTimeout:function(n){return clearTimeout(n)},delegate:void 0};function Qg(n){Zg.setTimeout(function(){throw n})}function Bu(){}function t0(n){n()}var Zo=function(n){Ho(t,n);function t(e){var r=n.call(this)||this;return r.isStopped=!1,e?(r.destination=e,Nu(e)&&e.add(r)):r.destination=s0,r}return t.create=function(e,r,s){return new ta(e,r,s)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Ko),e0=Function.prototype.bind;function Qo(n,t){return e0.call(n,t)}var n0=function(){function n(t){this.partialObserver=t}return n.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(r){Xs(r)}},n.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(r){Xs(r)}else Xs(t)},n.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){Xs(e)}},n}(),ta=function(n){Ho(t,n);function t(e,r,s){var i=n.call(this)||this,o;if(Je(e)||!e)o={next:e??void 0,error:r??void 0,complete:s??void 0};else{var a;i&&Fu.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return i.unsubscribe()},o={next:e.next&&Qo(e.next,a),error:e.error&&Qo(e.error,a),complete:e.complete&&Qo(e.complete,a)}):o=e}return i.destination=new n0(o),i}return t}(Zo);function Xs(n){Qg(n)}function r0(n){throw n}var s0={closed:!0,next:Bu,error:r0,complete:Bu},i0=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function o0(n){return n}function a0(n){return n.length===0?o0:n.length===1?n[0]:function(t){return n.reduce(function(e,r){return r(e)},t)}}(function(){function n(t){t&&(this._subscribe=t)}return n.prototype.lift=function(t){var e=new n;return e.source=this,e.operator=t,e},n.prototype.subscribe=function(t,e,r){var s=this,i=h0(t)?t:new ta(t,e,r);return t0(function(){var o=s,a=o.operator,c=o.source;i.add(a?a.call(i,c):c?s._subscribe(i):s._trySubscribe(i))}),i},n.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},n.prototype.forEach=function(t,e){var r=this;return e=$u(e),new e(function(s,i){var o=new ta({next:function(a){try{t(a)}catch(c){i(c),o.unsubscribe()}},error:i,complete:s});r.subscribe(o)})},n.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},n.prototype[i0]=function(){return this},n.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return a0(t)(this)},n.prototype.toPromise=function(t){var e=this;return t=$u(t),new t(function(r,s){var i;e.subscribe(function(o){return i=o},function(o){return s(o)},function(){return r(i)})})},n.create=function(t){return new n(t)},n})();function $u(n){var t;return(t=n??Fu.Promise)!==null&&t!==void 0?t:Promise}function c0(n){return n&&Je(n.next)&&Je(n.error)&&Je(n.complete)}function h0(n){return n&&n instanceof Zo||c0(n)&&Nu(n)}(function(n){Ho(t,n);function t(e,r,s,i,o,a){var c=n.call(this,e)||this;return c.onFinalize=o,c.shouldUnsubscribe=a,c._next=r?function(h){try{r(h)}catch(u){e.error(u)}}:n.prototype._next,c._error=i?function(h){try{i(h)}catch(u){e.error(u)}finally{this.unsubscribe()}}:n.prototype._error,c._complete=s?function(){try{s()}catch(h){e.error(h)}finally{this.unsubscribe()}}:n.prototype._complete,c}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;n.prototype.unsubscribe.call(this),!r&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t})(Zo);function u0(){const n=K.navigator?.userAgent,t=n.indexOf("MSIE ");if(t>0)return parseInt(n.substring(t+5,n.indexOf(".",t)),10);if(n.indexOf("Trident/")>0){const r=n.indexOf("rv:");return parseInt(n.substring(r+3,n.indexOf(".",r)),10)}const e=n.indexOf("Edge/");return e>0?parseInt(n.substring(e+5,n.indexOf(".",e)),10):-1}u0(),K.document&&K.document.documentMode&&K.document.documentMode,K.document&&K.document.documentMode&&K.document.documentMode,K.document&&K.document.documentMode&&K.document.documentMode,!!(K.Worker&&K.Blob&&K.Promise&&K.OffscreenCanvas&&K.OffscreenCanvasRenderingContext2D&&K.HTMLCanvasElement&&K.HTMLCanvasElement.prototype.transferControlToOffscreen&&K.URL&&K.URL.createObjectURL);const l0=(()=>{if(!K.OffscreenCanvas)return!1;const n=new OffscreenCanvas(1,1),t=n.getContext("2d");if(!t)return!1;t.fillRect(0,0,1,1);const e=n.transferToImageBitmap();try{t.createPattern(e,"no-repeat")}catch{return!1}return!0})(),Uu=K.crypto;Uu?.subtle;function Yu(){try{return Uu.randomUUID()}catch{let n=new Date().getTime();return"xxxxxxxx-xxxx-xxxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){const e=(n+Math.random()*16)%16|0;return n=Math.floor(n/16),(t=="x"?e:e&3|8).toString(16)})}}const f0="\uFEFF";function d0(n){return n.startsWith(f0)?n.slice(1):n}function m0(n){try{return{ok:!0,value:JSON.parse(d0(n))}}catch{return{ok:!1}}}Rg(m0,{createCache:()=>new $o({max:50}),cacheKeyResolver:n=>n});const ea=10,ju=(n=0)=>t=>`\x1B[${t+n}m`,Vu=(n=0)=>t=>`\x1B[${38+n};5;${t}m`,Gu=(n=0)=>(t,e,r)=>`\x1B[${38+n};2;${t};${e};${r}m`,Pt={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(Pt.modifier);const p0=Object.keys(Pt.color),g0=Object.keys(Pt.bgColor);[...p0,...g0];function y0(){const n=new Map;for(const[t,e]of Object.entries(Pt)){for(const[r,s]of Object.entries(e))Pt[r]={open:`\x1B[${s[0]}m`,close:`\x1B[${s[1]}m`},e[r]=Pt[r],n.set(s[0],s[1]);Object.defineProperty(Pt,t,{value:e,enumerable:!1})}return Object.defineProperty(Pt,"codes",{value:n,enumerable:!1}),Pt.color.close="\x1B[39m",Pt.bgColor.close="\x1B[49m",Pt.color.ansi=ju(),Pt.color.ansi256=Vu(),Pt.color.ansi16m=Gu(),Pt.bgColor.ansi=ju(ea),Pt.bgColor.ansi256=Vu(ea),Pt.bgColor.ansi16m=Gu(ea),Object.defineProperties(Pt,{rgbToAnsi256:{value(t,e,r){return t===e&&e===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(e/255*5)+Math.round(r/255*5)},enumerable:!1},hexToRgb:{value(t){const e=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!e)return[0,0,0];let[r]=e;r.length===3&&(r=[...r].map(i=>i+i).join(""));const s=Number.parseInt(r,16);return[s>>16&255,s>>8&255,s&255]},enumerable:!1},hexToAnsi256:{value:t=>Pt.rgbToAnsi256(...Pt.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value(t){if(t<8)return 30+t;if(t<16)return 90+(t-8);let e,r,s;if(t>=232)e=((t-232)*10+8)/255,r=e,s=e;else{t-=16;const a=t%36;e=Math.floor(t/36)/5,r=Math.floor(a/6)/5,s=a%6/5}const i=Math.max(e,r,s)*2;if(i===0)return 30;let o=30+(Math.round(s)<<2|Math.round(r)<<1|Math.round(e));return i===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(t,e,r)=>Pt.ansi256ToAnsi(Pt.rgbToAnsi256(t,e,r)),enumerable:!1},hexToAnsi:{value:t=>Pt.ansi256ToAnsi(Pt.hexToAnsi256(t)),enumerable:!1}}),Pt}const b0=y0(),w0=0;new Set(b0.codes.values()).delete(w0);const Lr={1:"rgb(10,194,210)",2:"rgb(123,183,250)",3:"rgb(96,215,169)",4:"rgb(253,193,98)",5:"rgb(253,106,98)",6:"rgb(246,141,187)",7:"rgb(38,204,255)",8:"rgb(162,90,253)",9:"rgb(255,94,126)",10:"rgb(136,255,90)",11:"rgb(252,255,66)",12:"rgb(255,166,45)",13:"rgb(255,54,255)",14:"rgb(220,73,22)",15:"rgb(104,113,177)",16:"rgb(209,185,53)",17:"rgb(27,188,155)",18:"rgb(255,127,80)",19:"rgb(75,191,195)",20:"rgb(255,153,0)",black:"rgb(0,0,0)",blue:"rgb(0,0,255)",brightblue:"rgb(59,142,234)",terminalblue:"rgb(36,114,200)",red:"rgb(255,0,0)",brightred:"rgb(241,76,76)",terminalred:"rgb(205,49,49)",white:"rgb(255,255,255)",terminalwhite:"rgb(229,229,229)",yellow:"rgb(255,255,0)",brightyellow:"rgb(245,245,67)",terminalyellow:"rgb(229,229,16)",yellowgreen:"rgb(154,205,50)",aliceblue:"rgb(240,248,255)",antiquewhite:"rgb(250,235,215)",aqua:"rgb(0,255,255)",aquamarine:"rgb(127,255,212)",azure:"rgb(240,255,255)",beige:"rgb(245,245,220)",bisque:"rgb(255,228,196)",blanchedalmond:"rgb(255,235,205)",blueviolet:"rgb(138,43,226)",brown:"rgb(165,42,42)",burlywood:"rgb(222,184,135)",cadetblue:"rgb(95,158,160)",chartreuse:"rgb(127,255,0)",chocolate:"rgb(210,105,30)",coral:"rgb(255,127,80)",cornflowerblue:"rgb(100,149,237)",cornsilk:"rgb(255,248,220)",crimson:"rgb(220,20,60)",cyan:"rgb(0,255,255)",brightcyan:"rgb(41,184,219)",terminalcyan:"rgb(17,168,205)",darkblue:"rgb(0,0,139)",darkcyan:"rgb(0,139,139)",darkgoldenrod:"rgb(184,134,11)",darkgray:"rgb(169,169,169)",darkgreen:"rgb(0,100,0)",darkgrey:"rgb(30,30,30)",darkkhaki:"rgb(189,183,107)",darkmagenta:"rgb(139,0,139)",darkolivegreen:"rgb(85,107,47)",darkorange:"rgb(255,140,0)",darkorchid:"rgb(153,50,204)",darkred:"rgb(139,0,0)",darksalmon:"rgb(233,150,122)",darkseagreen:"rgb(143,188,143)",darkslateblue:"rgb(72,61,139)",darkslategray:"rgb(47,79,79)",darkslategrey:"rgb(47,79,79)",darkturquoise:"rgb(0,206,209)",darkviolet:"rgb(148,0,211)",deeppink:"rgb(255,20,147)",deepskyblue:"rgb(0,191,255)",dimgray:"rgb(105,105,105)",dodgerblue:"rgb(30,144,255)",firebrick:"rgb(178,34,34)",floralwhite:"rgb(255,250,240)",forestgreen:"rgb(34,139,34)",fuchsia:"rgb(255,0,255)",gainsboro:"rgb(220,220,220)",ghostwhite:"rgb(248,248,255)",gold:"rgb(255,215,0)",goldenrod:"rgb(218,165,32)",grey:"rgb(128,128,128)",green:"rgb(0,128,0)",brightgreen:"rgb(35,209,139)",terminalgreen:"rgb(13,188,121)",greenyellow:"rgb(173,255,47)",honeydew:"rgb(240,255,240)",hotpink:"rgb(255,105,180)",indianred:"rgb(205,92,92)",indigo:"rgb(75,0,130)",ivory:"rgb(255,255,240)",khaki:"rgb(240,230,140)",lavender:"rgb(230,230,250)",lavenderblush:"rgb(255,240,245)",lawngreen:"rgb(124,252,0)",lemonchiffon:"rgb(255,250,205)",lightblue:"rgb(173,216,230)",lightcoral:"rgb(240,128,128)",lightcyan:"rgb(224,255,255)",lightgoldenrodyellow:"rgb(250,250,210)",lightgreen:"rgb(144,238,144)",lightgrey:"rgb(229,229,229)",lightpink:"rgb(255,182,193)",lightsalmon:"rgb(255,160,122)",lightseagreen:"rgb(32,178,170)",lightskyblue:"rgb(135,206,250)",lightslategray:"rgb(119,136,153)",lightslategrey:"rgb(119,136,153)",lightsteelblue:"rgb(176,196,222)",lightyellow:"rgb(255,255,224)",lime:"rgb(0,255,0)",limegreen:"rgb(50,205,50)",linen:"rgb(250,240,230)",magenta:"rgb(255,0,255)",brightmagenta:"rgb(214,112,214)",terminalmagenta:"rgb(188,63,188)",maroon:"rgb(128,0,0)",mediumaquamarine:"rgb(102,205,170)",mediumblue:"rgb(0,0,205)",mediumorchid:"rgb(186,85,211)",mediumpurple:"rgb(147,112,219)",mediumseagreen:"rgb(60,179,113)",mediumslateblue:"rgb(123,104,238)",mediumspringgreen:"rgb(0,250,154)",mediumturquoise:"rgb(72,209,204)",mediumvioletred:"rgb(199,21,133)",midnightblue:"rgb(25,25,112)",mintcream:"rgb(245,255,250)",mistyrose:"rgb(255,228,225)",moccasin:"rgb(255,228,181)",navajowhite:"rgb(255,222,173)",navy:"rgb(0,0,128)",oldlace:"rgb(253,245,230)",olive:"rgb(128,128,0)",olivedrab:"rgb(107,142,35)",orange:"rgb(255,165,0)",orangered:"rgb(255,69,0)",orchid:"rgb(218,112,214)",palegoldenrod:"rgb(238,232,170)",palegreen:"rgb(152,251,152)",paleturquoise:"rgb(175,238,238)",palevioletred:"rgb(219,112,147)",papayawhip:"rgb(255,239,213)",peachpuff:"rgb(255,218,185)",peru:"rgb(205,133,63)",pink:"rgb(255,192,203)",plum:"rgb(221,160,221)",powderblue:"rgb(176,224,230)",purple:"rgb(128,0,128)",rebeccapurple:"rgb(102,51,153)",rosybrown:"rgb(188,143,143)",royalblue:"rgb(65,105,225)",saddlebrown:"rgb(139,69,19)",salmon:"rgb(250,128,114)",sandybrown:"rgb(244,164,96)",seagreen:"rgb(46,139,87)",seashell:"rgb(255,245,238)",sienna:"rgb(160,82,45)",silver:"rgb(192,192,192)",skyblue:"rgb(135,206,235)",slateblue:"rgb(106,90,205)",slategray:"rgb(112,128,144)",slategrey:"rgb(112,128,144)",snow:"rgb(255,250,250)",springgreen:"rgb(0,255,127)",steelblue:"rgb(70,130,180)",tan:"rgb(210,180,140)",teal:"rgb(0,128,128)",thistle:"rgb(216,191,216)",tomato:"rgb(255,99,71)",turquoise:"rgb(64,224,208)",violet:"rgb(238,130,238)",wheat:"rgb(245,222,179)"},v0=Array.from(Object.values(Lr));Object.entries(Lr).map(([n,t])=>{const e=t;return{name:n,rgb:e,brightness:x0(e)}}).sort((n,t)=>n.brightness-t.brightness);function x0(n){const[t,e,r]=n.replace("rgb(","").replace(")","").split(",").map(Number);return .2126*t+.7152*e+.0722*r}class Pe{_color={r:0,g:0,b:0,a:1};constructor(t,e){t&&this.setColor(t),this.setAlpha(e)}get color(){return this._color}set color(t){const e=`Color Set Unknown Error: color(${t}) type(${typeof t})`;if(t instanceof Pe)this.setRGB(t.r,t.g,t.b,t.a);else if(typeof t=="number")this.setHEX(t);else if(typeof t=="string"){let r;if(r=/^(\w+)\(([^)]*)\)/.exec(t)){const s=r[2];let i;switch(r[1]){case"rgb":case"rgba":(i=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))?(this.r=parseInt(i[1],10),this.g=parseInt(i[2],10),this.b=parseInt(i[3],10),this.a=i[4]?parseFloat(i[4]):1):(i=/^\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))?(this.r=Z(parseFloat(i[1]),0,100)*255/100,this.g=Z(parseFloat(i[2]),0,100)*255/100,this.b=Z(parseFloat(i[3]),0,100)*255/100,this.a=i[4]?parseFloat(i[4]):1):_e(e);break;case"hsl":case"hsla":(i=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))?this.setHSL(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,i[4]?parseFloat(i[4]):1):_e(e);break;case"hsv":case"hsva":case"hsb":case"hsba":(i=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(s))?this.setHSV(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,i[4]?parseFloat(i[4]):1):_e(e);break;default:_e(e)}}else if(r=/#([A-Fa-f0-9]+)/.exec(t)){const s=r[1],i=s.length;i===3?this.setRGB(parseInt(s.charAt(0),16),parseInt(s.charAt(1),16),parseInt(s.charAt(2),16),1):i===4?this.setRGB(parseInt(s.charAt(0),16),parseInt(s.charAt(1),16),parseInt(s.charAt(2),16),Z(parseInt(s.charAt(3),16)/16,0,1)):i===6||i===8?this.setHEX(parseInt(s,16)):_e(e)}else if(t&&t.length>0)try{this.setColorName(t)}catch{_e(e)}else _e(e)}else Object.prototype.hasOwnProperty.call(t,"r")&&Object.prototype.hasOwnProperty.call(t,"g")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setRGB(t.r,t.g,t.b,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"l")?this.setHSL(t.h,t.s,t.l,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"v")?this.setHSV(t.h,t.s,t.v,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setHSV(t.h,t.s,t.b,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):_e(e)}setColor(t){return this.color=t,this}set(t){return this.setColor(t)}get r(){return this._color.r}set r(t){this._color.r=Z(Math.round(xe(t,this.r)),0,255)}get g(){return this._color.g}set g(t){this._color.g=Z(Math.round(xe(t,this.g)),0,255)}get b(){return this._color.b}set b(t){this._color.b=Z(Math.round(xe(t,this.b)),0,255)}get a(){return this._color.a}set a(t){this._color.a=Z(xe(t,this.a),0,1)}setAlpha(t){return this.a=t,this}fromArray(t,e=0){return this.r=t[e],this.g=t[e+1],this.b=t[e+2],this.a=t[e+3],this}toArray(t=[],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t[e+3]=this.a,t}toRGBString(){return this.a===1?`rgb(${this.r},${this.g},${this.b})`:`rgba(${this.r},${this.g},${this.b},${tt(this.a,6)})`}toHexString(){return this.a===1?("000000"+this.hex.toString(16)).slice(-6):("00000000"+this.hex.toString(16)).slice(-8)}toString(){return this.a===1?"#"+this.toHexString():this.toRGBString()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b,yield this.a}clone(){return new Pe(this.color)}copy(t){return this.setColor(t.color),this}copySRGBToLinear(t){return this.r=ra(t.r),this.g=ra(t.g),this.b=ra(t.b),this}copyLinearToSRGB(t){return this.r=sa(t.r),this.g=sa(t.g),this.b=sa(t.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b&&t.a===this.a}add(t){return this.r=this.r+t.r,this.g=this.g+t.g,this.b=this.b+t.b,this}addColors(t,e){return this.r=t.r+e.r,this.g=t.g+e.g,this.b=t.b+e.b,this}addScalar(t){return this.r=this.r+t,this.g=this.g+t,this.b=this.b+t,this}setScalar(t){return this.r=t,this.g=t,this.b=t,this}sub(t){return this.r=this.r-t.r,this.g=this.g-t.g,this.b=this.b-t.b,this}multiply(t){return this.r=this.r*t.r,this.g=this.g*t.g,this.b=this.b*t.b,this}multiplyScalar(t){return this.r=this.r*t,this.g=this.g*t,this.b=this.b*t,this}opposite(t=!0,e="#000000",r="#ffffff"){if(t)return this.setColor(this.r*.299+this.g*.587+this.b*.114>186?e:r);{const{r:s,g:i,b:o}=this.color;return this.r=255-s,this.g=255-i,this.b=255-o,this}}closet(t="#000000",e="#ffffff"){return this.opposite(!0,t,e).opposite(!0,t,e)}lighten(t){t=Z(t,0,1);const{r:e,g:r,b:s,a:i}=this.color;return i==0?this.a=t:(this.r=e+(255-e)*t,this.g=r+(255-r)*t,this.b=s+(255-s)*t),this}darken(t){t=Z(t,0,1);const{r:e,g:r,b:s,a:i}=this.color;return i==0?this.a=t:(this.r=e*(1-t),this.g=r*(1-t),this.b=s*(1-t)),this}lerp(t,e){e=Z(e,0,1);const{r,g:s,b:i}=this.color;return this.r=r+(t.r-r)*e,this.g=s+(t.g-s)*e,this.b=i+(t.b-i)*e,this}lerpColors(t,e,r){return r=Z(r,0,1),this.r=t.r+(e.r-t.r)*r,this.g=t.g+(e.g-t.g)*r,this.b=t.b+(e.b-t.b)*r,this}static gradient(t,e,r){try{return na.lerpColors(new Pe(t),new Pe(e),r).toString()}catch{return e}}static random(){return na.setHEX(Math.random()*16777215).toString()}static nextIndex=0;static next(t=Pe.nextIndex){Pe.nextIndex=t;const e=Object.keys(Lr),r=e.length;return na.set(Lr[e[Pe.nextIndex++%r]]).toString()}setColorName(t){const e=Lr[t.toLowerCase()];return e!==void 0?this.set(e):t==="none"?this.a=0:(this.a=1,_e("Color.setColorName: Unknown color "+t)),this}setRGB(t,e,r,s=1){return this.r=t,this.g=e,this.b=r,this.a=s,this}get rgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}}setHEX(t){return t=Math.floor(t),t<16777216?(this.r=t>>16&255,this.g=t>>8&255,this.b=t&255,this.a=1):(this.r=t>>24&255,this.g=t>>16&255,this.b=t>>8&255,this.a=(t&255)/255),this}get hex(){let t=(this.r<<16)+(this.g<<8)+this.b;return this.a!==1&&(t=t<<8,t+=Math.round(this.a*255)),t}setHSL(t,e,r,s=1){const i=bg(t,1),o=Z(e,0,1),a=Z(r,0,1);if(o===0)this.r=a*255,this.g=a*255,this.b=a*255;else{const c=a<=.5?a*(1+o):a+o-a*o,h=2*a-c;this.r=ia(h,c,i+1/3)*255,this.g=ia(h,c,i)*255,this.b=ia(h,c,i-1/3)*255}return this.a=s,this}getHSL(t){const e=this.r,r=this.g,s=this.b,i=Math.max(e,r,s)/255,o=Math.min(e,r,s)/255;let a,c;const h=(o+i)/2;if(o===i)a=0,c=0;else{const u=i-o;switch(c=h<=.5?u/(i+o):u/(2-i-o),i){case e:a=(r-s)/u+(r<s?6:0);break;case r:a=(s-e)/u+2;break;case s:default:a=(e-r)/u+4;break}a/=6}return t&&t.setHSL(a,c,h,this.a),{h:a,s:c,l:h,a:this.a}}offsetHSL(t,e,r){const s=this.getHSL();return this.setHSL(s.h+t,s.s+e,s.l+r)}lerpHSL(t,e){const r=this.getHSL(),s=t.getHSL(),i=Bs(r.h,s.h,e),o=Bs(r.s,s.s,e),a=Bs(r.l,s.l,e);return this.setHSL(i,o,a),this}setHSV(t,e,r,s=1){const i=Z(t,0,1)*360,o=Z(e,0,1),a=Z(r,0,1),c=Math.floor(i/60)%6,h=i/60-Math.floor(i/60),u=a*(1-o),l=a*(1-h*o),d=a*(1-(1-h)*o),f=[[a,d,u],[l,a,u],[u,a,d],[u,l,a],[d,u,a],[a,u,l]][c];return this.r=f[0]*255,this.g=f[1]*255,this.b=f[2]*255,this.a=s,this}setHSB(t,e,r,s=1){this.setHSV(t,e,r,s)}getHSV(t){const{r:e,g:r,b:s,a:i}=this.color,o=Math.max(e,r,s),a=Math.min(e,r,s),c=o-a;let h;e===o?h=(r-s)/c:r===o?h=2+(s-e)/c:h=4+(e-r)/c,h/=6,h<0&&(h+=1);const u=c==0?0:h,l=o===0?0:c/o,d=o/255;return t&&t.setHSV(u,l,d,i),{h:u,s:l,v:d,a:i}}getHSB(t){const{h:e,s:r,v:s,a:i}=this.getHSV(t);return{h:e,s:r,b:s,a:i}}}const na=new Pe;function ra(n){return n<.04045?n*.0773993808:Math.pow(n*.9478672986+.0521327014,2.4)}function sa(n){return n<.0031308?n*12.92:1.055*Math.pow(n,.41666)-.055}function ia(n,t,e){return e<0&&(e+=1),e>1&&(e-=1),e<1/6?n+(t-n)*6*e:e<1/2?t:e<2/3?n+(t-n)*6*(2/3-e):n}function _0(n=window.location.href,t){try{return new URL(n,t)}catch{const e="(?<protocol>https?:)",r="(?<host>(?<hostname>[^/#?:]+)(?::(?<port>\\d+))?)",s="(?<pathname>(?:\\/[^/#?]+)*\\/?)",i="(?<search>(?:\\?[^#]*)?)",o="(?<hash>(?:#.*)?)",a=new RegExp(`^${e}//${r}${s}${i}${o}$`).exec(n);return{href:n,protocol:a?.groups?.protocol||"",host:a?.groups?.host||"",hostname:a?.groups?.hostname||"",port:a?.groups?.port||"",pathname:a?.groups?.pathname||"",search:a?.groups?.search||"",hash:a?.groups?.hash||""}}}function S0(n=window.location.href){const t=_0(n),e=t.href.indexOf(t.hash);return t.hash&&e>=0?t.href.substring(0,e):t.href}function E0(n,t){return n+t.replace(/^[&?]/,n.indexOf("?")>=0?"&":"?")}function C0(n){return"?"+Object.entries(n).map(([t,e])=>`${encodeURIComponent(t)}=${encodeURIComponent(e)}`).join("&")}function T0(n){return"?"+[...n.entries()].map(t=>encodeURIComponent(t[0])+"="+encodeURIComponent(t[1]instanceof File?t[1].name:t[1])).join("&")}function Xu(n,t){return function(){return n.apply(t,arguments)}}const{toString:P0}=Object.prototype,{getPrototypeOf:oa}=Object,Hs=(n=>t=>{const e=P0.call(t);return n[e]||(n[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),Ae=n=>(n=n.toLowerCase(),t=>Hs(t)===n),Ws=n=>t=>typeof t===n,{isArray:hr}=Array,Nr=Ws("undefined");function A0(n){return n!==null&&!Nr(n)&&n.constructor!==null&&!Nr(n.constructor)&&me(n.constructor.isBuffer)&&n.constructor.isBuffer(n)}const Hu=Ae("ArrayBuffer");function M0(n){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(n):t=n&&n.buffer&&Hu(n.buffer),t}const D0=Ws("string"),me=Ws("function"),Wu=Ws("number"),qs=n=>n!==null&&typeof n=="object",O0=n=>n===!0||n===!1,Js=n=>{if(Hs(n)!=="object")return!1;const t=oa(n);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in n)&&!(Symbol.iterator in n)},I0=Ae("Date"),R0=Ae("File"),k0=Ae("Blob"),L0=Ae("FileList"),N0=n=>qs(n)&&me(n.pipe),z0=n=>{let t;return n&&(typeof FormData=="function"&&n instanceof FormData||me(n.append)&&((t=Hs(n))==="formdata"||t==="object"&&me(n.toString)&&n.toString()==="[object FormData]"))},F0=Ae("URLSearchParams"),[B0,$0,U0,Y0]=["ReadableStream","Request","Response","Headers"].map(Ae),j0=n=>n.trim?n.trim():n.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function zr(n,t,{allOwnKeys:e=!1}={}){if(n===null||typeof n>"u")return;let r,s;if(typeof n!="object"&&(n=[n]),hr(n))for(r=0,s=n.length;r<s;r++)t.call(null,n[r],r,n);else{const i=e?Object.getOwnPropertyNames(n):Object.keys(n),o=i.length;let a;for(r=0;r<o;r++)a=i[r],t.call(null,n[a],a,n)}}function qu(n,t){t=t.toLowerCase();const e=Object.keys(n);let r=e.length,s;for(;r-- >0;)if(s=e[r],t===s.toLowerCase())return s;return null}const Un=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Ju=n=>!Nr(n)&&n!==Un;function aa(){const{caseless:n}=Ju(this)&&this||{},t={},e=(r,s)=>{const i=n&&qu(t,s)||s;Js(t[i])&&Js(r)?t[i]=aa(t[i],r):Js(r)?t[i]=aa({},r):hr(r)?t[i]=r.slice():t[i]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&zr(arguments[r],e);return t}const V0=(n,t,e,{allOwnKeys:r}={})=>(zr(t,(s,i)=>{e&&me(s)?n[i]=Xu(s,e):n[i]=s},{allOwnKeys:r}),n),G0=n=>(n.charCodeAt(0)===65279&&(n=n.slice(1)),n),X0=(n,t,e,r)=>{n.prototype=Object.create(t.prototype,r),n.prototype.constructor=n,Object.defineProperty(n,"super",{value:t.prototype}),e&&Object.assign(n.prototype,e)},H0=(n,t,e,r)=>{let s,i,o;const a={};if(t=t||{},n==null)return t;do{for(s=Object.getOwnPropertyNames(n),i=s.length;i-- >0;)o=s[i],(!r||r(o,n,t))&&!a[o]&&(t[o]=n[o],a[o]=!0);n=e!==!1&&oa(n)}while(n&&(!e||e(n,t))&&n!==Object.prototype);return t},W0=(n,t,e)=>{n=String(n),(e===void 0||e>n.length)&&(e=n.length),e-=t.length;const r=n.indexOf(t,e);return r!==-1&&r===e},q0=n=>{if(!n)return null;if(hr(n))return n;let t=n.length;if(!Wu(t))return null;const e=new Array(t);for(;t-- >0;)e[t]=n[t];return e},J0=(n=>t=>n&&t instanceof n)(typeof Uint8Array<"u"&&oa(Uint8Array)),K0=(n,t)=>{const e=(n&&n[Symbol.iterator]).call(n);let r;for(;(r=e.next())&&!r.done;){const s=r.value;t.call(n,s[0],s[1])}},Z0=(n,t)=>{let e;const r=[];for(;(e=n.exec(t))!==null;)r.push(e);return r},Q0=Ae("HTMLFormElement"),ty=n=>n.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,e,r){return e.toUpperCase()+r}),Ku=(({hasOwnProperty:n})=>(t,e)=>n.call(t,e))(Object.prototype),ey=Ae("RegExp"),Zu=(n,t)=>{const e=Object.getOwnPropertyDescriptors(n),r={};zr(e,(s,i)=>{let o;(o=t(s,i,n))!==!1&&(r[i]=o||s)}),Object.defineProperties(n,r)},ny=n=>{Zu(n,(t,e)=>{if(me(n)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;const r=n[e];if(me(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+e+"'")})}})},ry=(n,t)=>{const e={},r=s=>{s.forEach(i=>{e[i]=!0})};return hr(n)?r(n):r(String(n).split(t)),e},sy=()=>{},iy=(n,t)=>n!=null&&Number.isFinite(n=+n)?n:t;function oy(n){return!!(n&&me(n.append)&&n[Symbol.toStringTag]==="FormData"&&n[Symbol.iterator])}const ay=n=>{const t=new Array(10),e=(r,s)=>{if(qs(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[s]=r;const i=hr(r)?[]:{};return zr(r,(o,a)=>{const c=e(o,s+1);!Nr(c)&&(i[a]=c)}),t[s]=void 0,i}}return r};return e(n,0)},cy=Ae("AsyncFunction"),hy=n=>n&&(qs(n)||me(n))&&me(n.then)&&me(n.catch),Qu=((n,t)=>n?setImmediate:t?((e,r)=>(Un.addEventListener("message",({source:s,data:i})=>{s===Un&&i===e&&r.length&&r.shift()()},!1),s=>{r.push(s),Un.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e))(typeof setImmediate=="function",me(Un.postMessage)),uy=typeof queueMicrotask<"u"?queueMicrotask.bind(Un):typeof process<"u"&&process.nextTick||Qu,k={isArray:hr,isArrayBuffer:Hu,isBuffer:A0,isFormData:z0,isArrayBufferView:M0,isString:D0,isNumber:Wu,isBoolean:O0,isObject:qs,isPlainObject:Js,isReadableStream:B0,isRequest:$0,isResponse:U0,isHeaders:Y0,isUndefined:Nr,isDate:I0,isFile:R0,isBlob:k0,isRegExp:ey,isFunction:me,isStream:N0,isURLSearchParams:F0,isTypedArray:J0,isFileList:L0,forEach:zr,merge:aa,extend:V0,trim:j0,stripBOM:G0,inherits:X0,toFlatObject:H0,kindOf:Hs,kindOfTest:Ae,endsWith:W0,toArray:q0,forEachEntry:K0,matchAll:Z0,isHTMLForm:Q0,hasOwnProperty:Ku,hasOwnProp:Ku,reduceDescriptors:Zu,freezeMethods:ny,toObjectSet:ry,toCamelCase:ty,noop:sy,toFiniteNumber:iy,findKey:qu,global:Un,isContextDefined:Ju,isSpecCompliantForm:oy,toJSONObject:ay,isAsyncFn:cy,isThenable:hy,setImmediate:Qu,asap:uy};function ot(n,t,e,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=n,this.name="AxiosError",t&&(this.code=t),e&&(this.config=e),r&&(this.request=r),s&&(this.response=s,this.status=s.status?s.status:null)}k.inherits(ot,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:k.toJSONObject(this.config),code:this.code,status:this.status}}});const tl=ot.prototype,el={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(n=>{el[n]={value:n}}),Object.defineProperties(ot,el),Object.defineProperty(tl,"isAxiosError",{value:!0}),ot.from=(n,t,e,r,s,i)=>{const o=Object.create(tl);return k.toFlatObject(n,o,function(a){return a!==Error.prototype},a=>a!=="isAxiosError"),ot.call(o,n.message,t,e,r,s),o.cause=n,o.name=n.name,i&&Object.assign(o,i),o};const ly=null;function ca(n){return k.isPlainObject(n)||k.isArray(n)}function nl(n){return k.endsWith(n,"[]")?n.slice(0,-2):n}function rl(n,t,e){return n?n.concat(t).map(function(r,s){return r=nl(r),!e&&s?"["+r+"]":r}).join(e?".":""):t}function fy(n){return k.isArray(n)&&!n.some(ca)}const dy=k.toFlatObject(k,{},null,function(n){return/^is[A-Z]/.test(n)});function Ks(n,t,e){if(!k.isObject(n))throw new TypeError("target must be an object");t=t||new FormData,e=k.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,p){return!k.isUndefined(p[f])});const r=e.metaTokens,s=e.visitor||h,i=e.dots,o=e.indexes,a=(e.Blob||typeof Blob<"u"&&Blob)&&k.isSpecCompliantForm(t);if(!k.isFunction(s))throw new TypeError("visitor must be a function");function c(f){if(f===null)return"";if(k.isDate(f))return f.toISOString();if(!a&&k.isBlob(f))throw new ot("Blob is not supported. Use a Buffer instead.");return k.isArrayBuffer(f)||k.isTypedArray(f)?a&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function h(f,p,m){let v=f;if(f&&!m&&typeof f=="object"){if(k.endsWith(p,"{}"))p=r?p:p.slice(0,-2),f=JSON.stringify(f);else if(k.isArray(f)&&fy(f)||(k.isFileList(f)||k.endsWith(p,"[]"))&&(v=k.toArray(f)))return p=nl(p),v.forEach(function(g,b){!(k.isUndefined(g)||g===null)&&t.append(o===!0?rl([p],b,i):o===null?p:p+"[]",c(g))}),!1}return ca(f)?!0:(t.append(rl(m,p,i),c(f)),!1)}const u=[],l=Object.assign(dy,{defaultVisitor:h,convertValue:c,isVisitable:ca});function d(f,p){if(!k.isUndefined(f)){if(u.indexOf(f)!==-1)throw Error("Circular reference detected in "+p.join("."));u.push(f),k.forEach(f,function(m,v){(!(k.isUndefined(m)||m===null)&&s.call(t,m,k.isString(v)?v.trim():v,p,l))===!0&&d(m,p?p.concat(v):[v])}),u.pop()}}if(!k.isObject(n))throw new TypeError("data must be an object");return d(n),t}function sl(n){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(n).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function ha(n,t){this._pairs=[],n&&Ks(n,this,t)}const il=ha.prototype;il.append=function(n,t){this._pairs.push([n,t])},il.toString=function(n){const t=n?function(e){return n.call(this,e,sl)}:sl;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};function my(n){return encodeURIComponent(n).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ol(n,t,e){if(!t)return n;const r=e&&e.encode||my;k.isFunction(e)&&(e={serialize:e});const s=e&&e.serialize;let i;if(s?i=s(t,e):i=k.isURLSearchParams(t)?t.toString():new ha(t,e).toString(r),i){const o=n.indexOf("#");o!==-1&&(n=n.slice(0,o)),n+=(n.indexOf("?")===-1?"?":"&")+i}return n}class py{constructor(){this.handlers=[]}use(t,e,r){return this.handlers.push({fulfilled:t,rejected:e,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){k.forEach(this.handlers,function(e){e!==null&&t(e)})}}const al=py,cl={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},gy=typeof URLSearchParams<"u"?URLSearchParams:ha,yy=typeof FormData<"u"?FormData:null,by=typeof Blob<"u"?Blob:null,wy={isBrowser:!0,classes:{URLSearchParams:gy,FormData:yy,Blob:by},protocols:["http","https","file","blob","url","data"]},ua=typeof window<"u"&&typeof document<"u",la=typeof navigator=="object"&&navigator||void 0,vy=ua&&(!la||["ReactNative","NativeScript","NS"].indexOf(la.product)<0),xy=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),_y=ua&&window.location.href||"http://localhost",Sy=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ua,hasStandardBrowserEnv:vy,hasStandardBrowserWebWorkerEnv:xy,navigator:la,origin:_y},Symbol.toStringTag,{value:"Module"})),Zt={...Sy,...wy};function Ey(n,t){return Ks(n,new Zt.classes.URLSearchParams,Object.assign({visitor:function(e,r,s,i){return Zt.isNode&&k.isBuffer(e)?(this.append(r,e.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function Cy(n){return k.matchAll(/\w+|\[(\w*)]/g,n).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Ty(n){const t={},e=Object.keys(n);let r;const s=e.length;let i;for(r=0;r<s;r++)i=e[r],t[i]=n[i];return t}function hl(n){function t(e,r,s,i){let o=e[i++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),c=i>=e.length;return o=!o&&k.isArray(s)?s.length:o,c?(k.hasOwnProp(s,o)?s[o]=[s[o],r]:s[o]=r,!a):((!s[o]||!k.isObject(s[o]))&&(s[o]=[]),t(e,r,s[o],i)&&k.isArray(s[o])&&(s[o]=Ty(s[o])),!a)}if(k.isFormData(n)&&k.isFunction(n.entries)){const e={};return k.forEachEntry(n,(r,s)=>{t(Cy(r),s,e,0)}),e}return null}function Py(n,t,e){if(k.isString(n))try{return(t||JSON.parse)(n),k.trim(n)}catch(r){if(r.name!=="SyntaxError")throw r}return(e||JSON.stringify)(n)}const fa={transitional:cl,adapter:["xhr","http","fetch"],transformRequest:[function(n,t){const e=t.getContentType()||"",r=e.indexOf("application/json")>-1,s=k.isObject(n);if(s&&k.isHTMLForm(n)&&(n=new FormData(n)),k.isFormData(n))return r?JSON.stringify(hl(n)):n;if(k.isArrayBuffer(n)||k.isBuffer(n)||k.isStream(n)||k.isFile(n)||k.isBlob(n)||k.isReadableStream(n))return n;if(k.isArrayBufferView(n))return n.buffer;if(k.isURLSearchParams(n))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),n.toString();let i;if(s){if(e.indexOf("application/x-www-form-urlencoded")>-1)return Ey(n,this.formSerializer).toString();if((i=k.isFileList(n))||e.indexOf("multipart/form-data")>-1){const o=this.env&&this.env.FormData;return Ks(i?{"files[]":n}:n,o&&new o,this.formSerializer)}}return s||r?(t.setContentType("application/json",!1),Py(n)):n}],transformResponse:[function(n){const t=this.transitional||fa.transitional,e=t&&t.forcedJSONParsing,r=this.responseType==="json";if(k.isResponse(n)||k.isReadableStream(n))return n;if(n&&k.isString(n)&&(e&&!this.responseType||r)){const s=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(n)}catch(i){if(s)throw i.name==="SyntaxError"?ot.from(i,ot.ERR_BAD_RESPONSE,this,null,this.response):i}}return n}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Zt.classes.FormData,Blob:Zt.classes.Blob},validateStatus:function(n){return n>=200&&n<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};k.forEach(["delete","get","head","post","put","patch"],n=>{fa.headers[n]={}});const da=fa,Ay=k.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),My=n=>{const t={};let e,r,s;return n&&n.split(`
14
+ `).forEach(function(i){s=i.indexOf(":"),e=i.substring(0,s).trim().toLowerCase(),r=i.substring(s+1).trim(),!(!e||t[e]&&Ay[e])&&(e==="set-cookie"?t[e]?t[e].push(r):t[e]=[r]:t[e]=t[e]?t[e]+", "+r:r)}),t},ul=Symbol("internals");function Fr(n){return n&&String(n).trim().toLowerCase()}function Zs(n){return n===!1||n==null?n:k.isArray(n)?n.map(Zs):String(n)}function Dy(n){const t=Object.create(null),e=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=e.exec(n);)t[r[1]]=r[2];return t}const Oy=n=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(n.trim());function ma(n,t,e,r,s){if(k.isFunction(r))return r.call(this,t,e);if(s&&(t=e),!!k.isString(t)){if(k.isString(r))return t.indexOf(r)!==-1;if(k.isRegExp(r))return r.test(t)}}function Iy(n){return n.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,e,r)=>e.toUpperCase()+r)}function Ry(n,t){const e=k.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(n,r+e,{value:function(s,i,o){return this[r].call(this,t,s,i,o)},configurable:!0})})}class Qs{constructor(t){t&&this.set(t)}set(t,e,r){const s=this;function i(a,c,h){const u=Fr(c);if(!u)throw new Error("header name must be a non-empty string");const l=k.findKey(s,u);(!l||s[l]===void 0||h===!0||h===void 0&&s[l]!==!1)&&(s[l||c]=Zs(a))}const o=(a,c)=>k.forEach(a,(h,u)=>i(h,u,c));if(k.isPlainObject(t)||t instanceof this.constructor)o(t,e);else if(k.isString(t)&&(t=t.trim())&&!Oy(t))o(My(t),e);else if(k.isHeaders(t))for(const[a,c]of t.entries())i(c,a,r);else t!=null&&i(e,t,r);return this}get(t,e){if(t=Fr(t),t){const r=k.findKey(this,t);if(r){const s=this[r];if(!e)return s;if(e===!0)return Dy(s);if(k.isFunction(e))return e.call(this,s,r);if(k.isRegExp(e))return e.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Fr(t),t){const r=k.findKey(this,t);return!!(r&&this[r]!==void 0&&(!e||ma(this,this[r],r,e)))}return!1}delete(t,e){const r=this;let s=!1;function i(o){if(o=Fr(o),o){const a=k.findKey(r,o);a&&(!e||ma(r,r[a],a,e))&&(delete r[a],s=!0)}}return k.isArray(t)?t.forEach(i):i(t),s}clear(t){const e=Object.keys(this);let r=e.length,s=!1;for(;r--;){const i=e[r];(!t||ma(this,this[i],i,t,!0))&&(delete this[i],s=!0)}return s}normalize(t){const e=this,r={};return k.forEach(this,(s,i)=>{const o=k.findKey(r,i);if(o){e[o]=Zs(s),delete e[i];return}const a=t?Iy(i):String(i).trim();a!==i&&delete e[i],e[a]=Zs(s),r[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return k.forEach(this,(r,s)=>{r!=null&&r!==!1&&(e[s]=t&&k.isArray(r)?r.join(", "):r)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
15
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const r=new this(t);return e.forEach(s=>r.set(s)),r}static accessor(t){const e=(this[ul]=this[ul]={accessors:{}}).accessors,r=this.prototype;function s(i){const o=Fr(i);e[o]||(Ry(r,i),e[o]=!0)}return k.isArray(t)?t.forEach(s):s(t),this}}Qs.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),k.reduceDescriptors(Qs.prototype,({value:n},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>n,set(r){this[e]=r}}}),k.freezeMethods(Qs);const Me=Qs;function pa(n,t){const e=this||da,r=t||e,s=Me.from(r.headers);let i=r.data;return k.forEach(n,function(o){i=o.call(e,i,s.normalize(),t?t.status:void 0)}),s.normalize(),i}function ll(n){return!!(n&&n.__CANCEL__)}function ur(n,t,e){ot.call(this,n??"canceled",ot.ERR_CANCELED,t,e),this.name="CanceledError"}k.inherits(ur,ot,{__CANCEL__:!0});function fl(n,t,e){const r=e.config.validateStatus;!e.status||!r||r(e.status)?n(e):t(new ot("Request failed with status code "+e.status,[ot.ERR_BAD_REQUEST,ot.ERR_BAD_RESPONSE][Math.floor(e.status/100)-4],e.config,e.request,e))}function ky(n){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(n);return t&&t[1]||""}function Ly(n,t){n=n||10;const e=new Array(n),r=new Array(n);let s=0,i=0,o;return t=t!==void 0?t:1e3,function(a){const c=Date.now(),h=r[i];o||(o=c),e[s]=a,r[s]=c;let u=i,l=0;for(;u!==s;)l+=e[u++],u=u%n;if(s=(s+1)%n,s===i&&(i=(i+1)%n),c-o<t)return;const d=h&&c-h;return d?Math.round(l*1e3/d):void 0}}function Ny(n,t){let e=0,r=1e3/t,s,i;const o=(a,c=Date.now())=>{e=c,s=null,i&&(clearTimeout(i),i=null),n.apply(null,a)};return[(...a)=>{const c=Date.now(),h=c-e;h>=r?o(a,c):(s=a,i||(i=setTimeout(()=>{i=null,o(s)},r-h)))},()=>s&&o(s)]}const ti=(n,t,e=3)=>{let r=0;const s=Ly(50,250);return Ny(i=>{const o=i.loaded,a=i.lengthComputable?i.total:void 0,c=o-r,h=s(c),u=o<=a;r=o;const l={loaded:o,total:a,progress:a?o/a:void 0,bytes:c,rate:h||void 0,estimated:h&&a&&u?(a-o)/h:void 0,event:i,lengthComputable:a!=null,[t?"download":"upload"]:!0};n(l)},e)},dl=(n,t)=>{const e=n!=null;return[r=>t[0]({lengthComputable:e,total:n,loaded:r}),t[1]]},ml=n=>(...t)=>k.asap(()=>n(...t)),zy=Zt.hasStandardBrowserEnv?((n,t)=>e=>(e=new URL(e,Zt.origin),n.protocol===e.protocol&&n.host===e.host&&(t||n.port===e.port)))(new URL(Zt.origin),Zt.navigator&&/(msie|trident)/i.test(Zt.navigator.userAgent)):()=>!0,Fy=Zt.hasStandardBrowserEnv?{write(n,t,e,r,s,i){const o=[n+"="+encodeURIComponent(t)];k.isNumber(e)&&o.push("expires="+new Date(e).toGMTString()),k.isString(r)&&o.push("path="+r),k.isString(s)&&o.push("domain="+s),i===!0&&o.push("secure"),document.cookie=o.join("; ")},read(n){const t=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(n){this.write(n,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function By(n){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(n)}function $y(n,t){return t?n.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):n}function pl(n,t,e){let r=!By(t);return n&&(r||e==!1)?$y(n,t):t}const gl=n=>n instanceof Me?{...n}:n;function Yn(n,t){t=t||{};const e={};function r(h,u,l,d){return k.isPlainObject(h)&&k.isPlainObject(u)?k.merge.call({caseless:d},h,u):k.isPlainObject(u)?k.merge({},u):k.isArray(u)?u.slice():u}function s(h,u,l,d){if(k.isUndefined(u)){if(!k.isUndefined(h))return r(void 0,h,l,d)}else return r(h,u,l,d)}function i(h,u){if(!k.isUndefined(u))return r(void 0,u)}function o(h,u){if(k.isUndefined(u)){if(!k.isUndefined(h))return r(void 0,h)}else return r(void 0,u)}function a(h,u,l){if(l in t)return r(h,u);if(l in n)return r(void 0,h)}const c={url:i,method:i,data:i,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(h,u,l)=>s(gl(h),gl(u),l,!0)};return k.forEach(Object.keys(Object.assign({},n,t)),function(h){const u=c[h]||s,l=u(n[h],t[h],h);k.isUndefined(l)&&u!==a||(e[h]=l)}),e}const yl=n=>{const t=Yn({},n);let{data:e,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:i,headers:o,auth:a}=t;t.headers=o=Me.from(o),t.url=ol(pl(t.baseURL,t.url,t.allowAbsoluteUrls),n.params,n.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(k.isFormData(e)){if(Zt.hasStandardBrowserEnv||Zt.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((c=o.getContentType())!==!1){const[h,...u]=c?c.split(";").map(l=>l.trim()).filter(Boolean):[];o.setContentType([h||"multipart/form-data",...u].join("; "))}}if(Zt.hasStandardBrowserEnv&&(r&&k.isFunction(r)&&(r=r(t)),r||r!==!1&&zy(t.url))){const h=s&&i&&Fy.read(i);h&&o.set(s,h)}return t},Uy=typeof XMLHttpRequest<"u",Yy=Uy&&function(n){return new Promise(function(t,e){const r=yl(n);let s=r.data;const i=Me.from(r.headers).normalize();let{responseType:o,onUploadProgress:a,onDownloadProgress:c}=r,h,u,l,d,f;function p(){d&&d(),f&&f(),r.cancelToken&&r.cancelToken.unsubscribe(h),r.signal&&r.signal.removeEventListener("abort",h)}let m=new XMLHttpRequest;m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout;function v(){if(!m)return;const b=Me.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders()),x={data:!o||o==="text"||o==="json"?m.responseText:m.response,status:m.status,statusText:m.statusText,headers:b,config:n,request:m};fl(function(w){t(w),p()},function(w){e(w),p()},x),m=null}"onloadend"in m?m.onloadend=v:m.onreadystatechange=function(){!m||m.readyState!==4||m.status===0&&!(m.responseURL&&m.responseURL.indexOf("file:")===0)||setTimeout(v)},m.onabort=function(){m&&(e(new ot("Request aborted",ot.ECONNABORTED,n,m)),m=null)},m.onerror=function(){e(new ot("Network Error",ot.ERR_NETWORK,n,m)),m=null},m.ontimeout=function(){let b=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const x=r.transitional||cl;r.timeoutErrorMessage&&(b=r.timeoutErrorMessage),e(new ot(b,x.clarifyTimeoutError?ot.ETIMEDOUT:ot.ECONNABORTED,n,m)),m=null},s===void 0&&i.setContentType(null),"setRequestHeader"in m&&k.forEach(i.toJSON(),function(b,x){m.setRequestHeader(x,b)}),k.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),o&&o!=="json"&&(m.responseType=r.responseType),c&&([l,f]=ti(c,!0),m.addEventListener("progress",l)),a&&m.upload&&([u,d]=ti(a),m.upload.addEventListener("progress",u),m.upload.addEventListener("loadend",d)),(r.cancelToken||r.signal)&&(h=b=>{m&&(e(!b||b.type?new ur(null,n,m):b),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(h),r.signal&&(r.signal.aborted?h():r.signal.addEventListener("abort",h)));const g=ky(r.url);if(g&&Zt.protocols.indexOf(g)===-1){e(new ot("Unsupported protocol "+g+":",ot.ERR_BAD_REQUEST,n));return}m.send(s||null)})},jy=(n,t)=>{const{length:e}=n=n?n.filter(Boolean):[];if(t||e){let r=new AbortController,s;const i=function(h){if(!s){s=!0,a();const u=h instanceof Error?h:this.reason;r.abort(u instanceof ot?u:new ur(u instanceof Error?u.message:u))}};let o=t&&setTimeout(()=>{o=null,i(new ot(`timeout ${t} of ms exceeded`,ot.ETIMEDOUT))},t);const a=()=>{n&&(o&&clearTimeout(o),o=null,n.forEach(h=>{h.unsubscribe?h.unsubscribe(i):h.removeEventListener("abort",i)}),n=null)};n.forEach(h=>h.addEventListener("abort",i));const{signal:c}=r;return c.unsubscribe=()=>k.asap(a),c}},Vy=jy,Gy=function*(n,t){let e=n.byteLength;if(!t||e<t){yield n;return}let r=0,s;for(;r<e;)s=r+t,yield n.slice(r,s),r=s},Xy=async function*(n,t){for await(const e of Hy(n))yield*Gy(e,t)},Hy=async function*(n){if(n[Symbol.asyncIterator]){yield*n;return}const t=n.getReader();try{for(;;){const{done:e,value:r}=await t.read();if(e)break;yield r}}finally{await t.cancel()}},bl=(n,t,e,r)=>{const s=Xy(n,t);let i=0,o,a=c=>{o||(o=!0,r&&r(c))};return new ReadableStream({async pull(c){try{const{done:h,value:u}=await s.next();if(h){a(),c.close();return}let l=u.byteLength;if(e){let d=i+=l;e(d)}c.enqueue(new Uint8Array(u))}catch(h){throw a(h),h}},cancel(c){return a(c),s.return()}},{highWaterMark:2})},ei=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",wl=ei&&typeof ReadableStream=="function",Wy=ei&&(typeof TextEncoder=="function"?(n=>t=>n.encode(t))(new TextEncoder):async n=>new Uint8Array(await new Response(n).arrayBuffer())),vl=(n,...t)=>{try{return!!n(...t)}catch{return!1}},qy=wl&&vl(()=>{let n=!1;const t=new Request(Zt.origin,{body:new ReadableStream,method:"POST",get duplex(){return n=!0,"half"}}).headers.has("Content-Type");return n&&!t}),xl=64*1024,ga=wl&&vl(()=>k.isReadableStream(new Response("").body)),ni={stream:ga&&(n=>n.body)};ei&&(n=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!ni[t]&&(ni[t]=k.isFunction(n[t])?e=>e[t]():(e,r)=>{throw new ot(`Response type '${t}' is not supported`,ot.ERR_NOT_SUPPORT,r)})})})(new Response);const Jy=async n=>{if(n==null)return 0;if(k.isBlob(n))return n.size;if(k.isSpecCompliantForm(n))return(await new Request(Zt.origin,{method:"POST",body:n}).arrayBuffer()).byteLength;if(k.isArrayBufferView(n)||k.isArrayBuffer(n))return n.byteLength;if(k.isURLSearchParams(n)&&(n=n+""),k.isString(n))return(await Wy(n)).byteLength},Ky=async(n,t)=>k.toFiniteNumber(n.getContentLength())??Jy(t),Zy=ei&&(async n=>{let{url:t,method:e,data:r,signal:s,cancelToken:i,timeout:o,onDownloadProgress:a,onUploadProgress:c,responseType:h,headers:u,withCredentials:l="same-origin",fetchOptions:d}=yl(n);h=h?(h+"").toLowerCase():"text";let f=Vy([s,i&&i.toAbortSignal()],o),p;const m=f&&f.unsubscribe&&(()=>{f.unsubscribe()});let v;try{if(c&&qy&&e!=="get"&&e!=="head"&&(v=await Ky(u,r))!==0){let C=new Request(t,{method:"POST",body:r,duplex:"half"}),E;if(k.isFormData(r)&&(E=C.headers.get("content-type"))&&u.setContentType(E),C.body){const[O,U]=dl(v,ti(ml(c)));r=bl(C.body,xl,O,U)}}k.isString(l)||(l=l?"include":"omit");const g="credentials"in Request.prototype;p=new Request(t,{...d,signal:f,method:e.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:g?l:void 0});let b=await fetch(p);const x=ga&&(h==="stream"||h==="response");if(ga&&(a||x&&m)){const C={};["status","statusText","headers"].forEach(R=>{C[R]=b[R]});const E=k.toFiniteNumber(b.headers.get("content-length")),[O,U]=a&&dl(E,ti(ml(a),!0))||[];b=new Response(bl(b.body,xl,O,()=>{U&&U(),m&&m()}),C)}h=h||"text";let w=await ni[k.findKey(ni,h)||"text"](b,n);return!x&&m&&m(),await new Promise((C,E)=>{fl(C,E,{data:w,headers:Me.from(b.headers),status:b.status,statusText:b.statusText,config:n,request:p})})}catch(g){throw m&&m(),g&&g.name==="TypeError"&&/fetch/i.test(g.message)?Object.assign(new ot("Network Error",ot.ERR_NETWORK,n,p),{cause:g.cause||g}):ot.from(g,g&&g.code,n,p)}}),ya={http:ly,xhr:Yy,fetch:Zy};k.forEach(ya,(n,t)=>{if(n){try{Object.defineProperty(n,"name",{value:t})}catch{}Object.defineProperty(n,"adapterName",{value:t})}});const _l=n=>`- ${n}`,Qy=n=>k.isFunction(n)||n===null||n===!1,Sl={getAdapter:n=>{n=k.isArray(n)?n:[n];const{length:t}=n;let e,r;const s={};for(let i=0;i<t;i++){e=n[i];let o;if(r=e,!Qy(e)&&(r=ya[(o=String(e)).toLowerCase()],r===void 0))throw new ot(`Unknown adapter '${o}'`);if(r)break;s[o||"#"+i]=r}if(!r){const i=Object.entries(s).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let o=t?i.length>1?`since :
16
+ `+i.map(_l).join(`
17
+ `):" "+_l(i[0]):"as no adapter specified";throw new ot("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return r},adapters:ya};function ba(n){if(n.cancelToken&&n.cancelToken.throwIfRequested(),n.signal&&n.signal.aborted)throw new ur(null,n)}function El(n){return ba(n),n.headers=Me.from(n.headers),n.data=pa.call(n,n.transformRequest),["post","put","patch"].indexOf(n.method)!==-1&&n.headers.setContentType("application/x-www-form-urlencoded",!1),Sl.getAdapter(n.adapter||da.adapter)(n).then(function(t){return ba(n),t.data=pa.call(n,n.transformResponse,t),t.headers=Me.from(t.headers),t},function(t){return ll(t)||(ba(n),t&&t.response&&(t.response.data=pa.call(n,n.transformResponse,t.response),t.response.headers=Me.from(t.response.headers))),Promise.reject(t)})}const Cl="1.8.4",ri={};["object","boolean","number","function","string","symbol"].forEach((n,t)=>{ri[n]=function(e){return typeof e===n||"a"+(t<1?"n ":" ")+n}});const Tl={};ri.transitional=function(n,t,e){function r(s,i){return"[Axios v"+Cl+"] Transitional option '"+s+"'"+i+(e?". "+e:"")}return(s,i,o)=>{if(n===!1)throw new ot(r(i," has been removed"+(t?" in "+t:"")),ot.ERR_DEPRECATED);return t&&!Tl[i]&&(Tl[i]=!0,console.warn(r(i," has been deprecated since v"+t+" and will be removed in the near future"))),n?n(s,i,o):!0}},ri.spelling=function(n){return(t,e)=>(console.warn(`${e} is likely a misspelling of ${n}`),!0)};function t1(n,t,e){if(typeof n!="object")throw new ot("options must be an object",ot.ERR_BAD_OPTION_VALUE);const r=Object.keys(n);let s=r.length;for(;s-- >0;){const i=r[s],o=t[i];if(o){const a=n[i],c=a===void 0||o(a,i,n);if(c!==!0)throw new ot("option "+i+" must be "+c,ot.ERR_BAD_OPTION_VALUE);continue}if(e!==!0)throw new ot("Unknown option "+i,ot.ERR_BAD_OPTION)}}const si={assertOptions:t1,validators:ri},ze=si.validators;class ii{constructor(t){this.defaults=t,this.interceptors={request:new al,response:new al}}async request(t,e){try{return await this._request(t,e)}catch(r){if(r instanceof Error){let s={};Error.captureStackTrace?Error.captureStackTrace(s):s=new Error;const i=s.stack?s.stack.replace(/^.+\n/,""):"";try{r.stack?i&&!String(r.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(r.stack+=`
18
+ `+i):r.stack=i}catch{}}throw r}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=Yn(this.defaults,e);const{transitional:r,paramsSerializer:s,headers:i}=e;r!==void 0&&si.assertOptions(r,{silentJSONParsing:ze.transitional(ze.boolean),forcedJSONParsing:ze.transitional(ze.boolean),clarifyTimeoutError:ze.transitional(ze.boolean)},!1),s!=null&&(k.isFunction(s)?e.paramsSerializer={serialize:s}:si.assertOptions(s,{encode:ze.function,serialize:ze.function},!0)),e.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?e.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:e.allowAbsoluteUrls=!0),si.assertOptions(e,{baseUrl:ze.spelling("baseURL"),withXsrfToken:ze.spelling("withXSRFToken")},!0),e.method=(e.method||this.defaults.method||"get").toLowerCase();let o=i&&k.merge(i.common,i[e.method]);i&&k.forEach(["delete","get","head","post","put","patch","common"],p=>{delete i[p]}),e.headers=Me.concat(o,i);const a=[];let c=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(e)===!1||(c=c&&p.synchronous,a.unshift(p.fulfilled,p.rejected))});const h=[];this.interceptors.response.forEach(function(p){h.push(p.fulfilled,p.rejected)});let u,l=0,d;if(!c){const p=[El.bind(this),void 0];for(p.unshift.apply(p,a),p.push.apply(p,h),d=p.length,u=Promise.resolve(e);l<d;)u=u.then(p[l++],p[l++]);return u}d=a.length;let f=e;for(l=0;l<d;){const p=a[l++],m=a[l++];try{f=p(f)}catch(v){m.call(this,v);break}}try{u=El.call(this,f)}catch(p){return Promise.reject(p)}for(l=0,d=h.length;l<d;)u=u.then(h[l++],h[l++]);return u}getUri(t){t=Yn(this.defaults,t);const e=pl(t.baseURL,t.url,t.allowAbsoluteUrls);return ol(e,t.params,t.paramsSerializer)}}k.forEach(["delete","get","head","options"],function(n){ii.prototype[n]=function(t,e){return this.request(Yn(e||{},{method:n,url:t,data:(e||{}).data}))}}),k.forEach(["post","put","patch"],function(n){function t(e){return function(r,s,i){return this.request(Yn(i||{},{method:n,headers:e?{"Content-Type":"multipart/form-data"}:{},url:r,data:s}))}}ii.prototype[n]=t(),ii.prototype[n+"Form"]=t(!0)});const oi=ii;class wa{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let e;this.promise=new Promise(function(s){e=s});const r=this;this.promise.then(s=>{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](s);r._listeners=null}),this.promise.then=s=>{let i;const o=new Promise(a=>{r.subscribe(a),i=a}).then(s);return o.cancel=function(){r.unsubscribe(i)},o},t(function(s,i,o){r.reason||(r.reason=new ur(s,i,o),e(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const e=this._listeners.indexOf(t);e!==-1&&this._listeners.splice(e,1)}toAbortSignal(){const t=new AbortController,e=r=>{t.abort(r)};return this.subscribe(e),t.signal.unsubscribe=()=>this.unsubscribe(e),t.signal}static source(){let t;return{token:new wa(function(e){t=e}),cancel:t}}}const e1=wa;function n1(n){return function(t){return n.apply(null,t)}}function r1(n){return k.isObject(n)&&n.isAxiosError===!0}const va={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(va).forEach(([n,t])=>{va[t]=n});const s1=va;function Pl(n){const t=new oi(n),e=Xu(oi.prototype.request,t);return k.extend(e,oi.prototype,t,{allOwnKeys:!0}),k.extend(e,t,null,{allOwnKeys:!0}),e.create=function(r){return Pl(Yn(n,r))},e}const zt=Pl(da);zt.Axios=oi,zt.CanceledError=ur,zt.CancelToken=e1,zt.isCancel=ll,zt.VERSION=Cl,zt.toFormData=Ks,zt.AxiosError=ot,zt.Cancel=zt.CanceledError,zt.all=function(n){return Promise.all(n)},zt.spread=n1,zt.isAxiosError=r1,zt.mergeConfig=Yn,zt.AxiosHeaders=Me,zt.formToJSON=n=>hl(k.isHTMLForm(n)?new FormData(n):n),zt.getAdapter=Sl.getAdapter,zt.HttpStatusCode=s1,zt.default=zt;const i1=zt;class o1{instance;constructor(t){this.instance=i1.create(t),this.instance.interceptors.request.use(e=>(t?.interceptors?.request?.(e),e),e=>(t?.interceptors?.requestError?.(e),Promise.reject(e))),this.instance.interceptors.response.use(e=>(t?.interceptors?.response?.(e),e.status==200,Promise.resolve(e)),e=>(t?.interceptors?.responseError?.(e),Promise.reject(e)))}request(t){let e=!1;const r=this.instance.request;return r.cancel=()=>{e=!0},r(t).then(s=>{if(e)throw new Error("Canceled!");return s})}get(t,e){return this.request({...e,method:"get",url:t})}delete(t,e){return this.request({...e,method:"delete",url:t})}head(t,e){return this.request({...e,method:"head",url:t})}options(t,e){return this.request({...e,method:"options",url:t})}post(t,e,r){return this.request({...r,method:"post",url:t,data:e})}postFormData(t,e,r){return r={...r,headers:{...r?.headers,"Content-Type":"multipart/form-data"}},this.request({...r,method:"post",url:t,data:e})}postForm(t,e,r){return this.instance.postForm(t,e,{...r})}put(t,e,r){return this.request({...r,method:"put",url:t,data:e})}patch(t,e,r){return this.request({...r,method:"patch",url:t,data:e})}getUri(t){return this.instance.getUri(t)}}function a1(n,t=(e,r)=>e<=r){const e=n.length;let r=Math.floor(e/2);for(;r>0;){for(let s=r;s<e;s++){const i=n[s];let o=s;for(;o>=r&&!t(n[o-r],i);)n[o]=n[o-r],o-=r;n[o]=i}r=Math.floor(r/2)}}function ai(n,t){const e=typeof t?.aliveInSeconds=="number"?Math.max(t.aliveInSeconds,0):-1,r=typeof t?.aliveUntilTimestamp=="number"?Math.max(t.aliveUntilTimestamp,0):-1;function s(o,a=!1){return ig(o)||bu(o)||pu(o)?{value:o,timestamp:ar()}:a&&Object.prototype.hasOwnProperty.call(o,"timestamp")?o:{...o,timestamp:ar()}}let i=s(n,!0);return{get:()=>{let o=!1;return(e>=0&&ar()>xe(i.timestamp,0)+e*1e3||r>=0&&ar()>r)&&(o=!0),o&&(i.value=void 0),i},set:o=>i=s(o,!1)}}function xa(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function c1(n){if(n.__esModule)return n;var t=n.default;if(typeof t=="function"){var e=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};e.prototype=t.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(n).forEach(function(r){var s=Object.getOwnPropertyDescriptor(n,r);Object.defineProperty(e,r,s.get?s:{enumerable:!0,get:function(){return n[r]}})}),e}var Al={exports:{}};(function(n,t){(function(e){n.exports=e()})(function(e){var r=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function s(g,b){var x=g[0],w=g[1],C=g[2],E=g[3];x+=(w&C|~w&E)+b[0]-680876936|0,x=(x<<7|x>>>25)+w|0,E+=(x&w|~x&C)+b[1]-389564586|0,E=(E<<12|E>>>20)+x|0,C+=(E&x|~E&w)+b[2]+606105819|0,C=(C<<17|C>>>15)+E|0,w+=(C&E|~C&x)+b[3]-1044525330|0,w=(w<<22|w>>>10)+C|0,x+=(w&C|~w&E)+b[4]-176418897|0,x=(x<<7|x>>>25)+w|0,E+=(x&w|~x&C)+b[5]+1200080426|0,E=(E<<12|E>>>20)+x|0,C+=(E&x|~E&w)+b[6]-1473231341|0,C=(C<<17|C>>>15)+E|0,w+=(C&E|~C&x)+b[7]-45705983|0,w=(w<<22|w>>>10)+C|0,x+=(w&C|~w&E)+b[8]+1770035416|0,x=(x<<7|x>>>25)+w|0,E+=(x&w|~x&C)+b[9]-1958414417|0,E=(E<<12|E>>>20)+x|0,C+=(E&x|~E&w)+b[10]-42063|0,C=(C<<17|C>>>15)+E|0,w+=(C&E|~C&x)+b[11]-1990404162|0,w=(w<<22|w>>>10)+C|0,x+=(w&C|~w&E)+b[12]+1804603682|0,x=(x<<7|x>>>25)+w|0,E+=(x&w|~x&C)+b[13]-40341101|0,E=(E<<12|E>>>20)+x|0,C+=(E&x|~E&w)+b[14]-1502002290|0,C=(C<<17|C>>>15)+E|0,w+=(C&E|~C&x)+b[15]+1236535329|0,w=(w<<22|w>>>10)+C|0,x+=(w&E|C&~E)+b[1]-165796510|0,x=(x<<5|x>>>27)+w|0,E+=(x&C|w&~C)+b[6]-1069501632|0,E=(E<<9|E>>>23)+x|0,C+=(E&w|x&~w)+b[11]+643717713|0,C=(C<<14|C>>>18)+E|0,w+=(C&x|E&~x)+b[0]-373897302|0,w=(w<<20|w>>>12)+C|0,x+=(w&E|C&~E)+b[5]-701558691|0,x=(x<<5|x>>>27)+w|0,E+=(x&C|w&~C)+b[10]+38016083|0,E=(E<<9|E>>>23)+x|0,C+=(E&w|x&~w)+b[15]-660478335|0,C=(C<<14|C>>>18)+E|0,w+=(C&x|E&~x)+b[4]-405537848|0,w=(w<<20|w>>>12)+C|0,x+=(w&E|C&~E)+b[9]+568446438|0,x=(x<<5|x>>>27)+w|0,E+=(x&C|w&~C)+b[14]-1019803690|0,E=(E<<9|E>>>23)+x|0,C+=(E&w|x&~w)+b[3]-187363961|0,C=(C<<14|C>>>18)+E|0,w+=(C&x|E&~x)+b[8]+1163531501|0,w=(w<<20|w>>>12)+C|0,x+=(w&E|C&~E)+b[13]-1444681467|0,x=(x<<5|x>>>27)+w|0,E+=(x&C|w&~C)+b[2]-51403784|0,E=(E<<9|E>>>23)+x|0,C+=(E&w|x&~w)+b[7]+1735328473|0,C=(C<<14|C>>>18)+E|0,w+=(C&x|E&~x)+b[12]-1926607734|0,w=(w<<20|w>>>12)+C|0,x+=(w^C^E)+b[5]-378558|0,x=(x<<4|x>>>28)+w|0,E+=(x^w^C)+b[8]-2022574463|0,E=(E<<11|E>>>21)+x|0,C+=(E^x^w)+b[11]+1839030562|0,C=(C<<16|C>>>16)+E|0,w+=(C^E^x)+b[14]-35309556|0,w=(w<<23|w>>>9)+C|0,x+=(w^C^E)+b[1]-1530992060|0,x=(x<<4|x>>>28)+w|0,E+=(x^w^C)+b[4]+1272893353|0,E=(E<<11|E>>>21)+x|0,C+=(E^x^w)+b[7]-155497632|0,C=(C<<16|C>>>16)+E|0,w+=(C^E^x)+b[10]-1094730640|0,w=(w<<23|w>>>9)+C|0,x+=(w^C^E)+b[13]+681279174|0,x=(x<<4|x>>>28)+w|0,E+=(x^w^C)+b[0]-358537222|0,E=(E<<11|E>>>21)+x|0,C+=(E^x^w)+b[3]-722521979|0,C=(C<<16|C>>>16)+E|0,w+=(C^E^x)+b[6]+76029189|0,w=(w<<23|w>>>9)+C|0,x+=(w^C^E)+b[9]-640364487|0,x=(x<<4|x>>>28)+w|0,E+=(x^w^C)+b[12]-421815835|0,E=(E<<11|E>>>21)+x|0,C+=(E^x^w)+b[15]+530742520|0,C=(C<<16|C>>>16)+E|0,w+=(C^E^x)+b[2]-995338651|0,w=(w<<23|w>>>9)+C|0,x+=(C^(w|~E))+b[0]-198630844|0,x=(x<<6|x>>>26)+w|0,E+=(w^(x|~C))+b[7]+1126891415|0,E=(E<<10|E>>>22)+x|0,C+=(x^(E|~w))+b[14]-1416354905|0,C=(C<<15|C>>>17)+E|0,w+=(E^(C|~x))+b[5]-57434055|0,w=(w<<21|w>>>11)+C|0,x+=(C^(w|~E))+b[12]+1700485571|0,x=(x<<6|x>>>26)+w|0,E+=(w^(x|~C))+b[3]-1894986606|0,E=(E<<10|E>>>22)+x|0,C+=(x^(E|~w))+b[10]-1051523|0,C=(C<<15|C>>>17)+E|0,w+=(E^(C|~x))+b[1]-2054922799|0,w=(w<<21|w>>>11)+C|0,x+=(C^(w|~E))+b[8]+1873313359|0,x=(x<<6|x>>>26)+w|0,E+=(w^(x|~C))+b[15]-30611744|0,E=(E<<10|E>>>22)+x|0,C+=(x^(E|~w))+b[6]-1560198380|0,C=(C<<15|C>>>17)+E|0,w+=(E^(C|~x))+b[13]+1309151649|0,w=(w<<21|w>>>11)+C|0,x+=(C^(w|~E))+b[4]-145523070|0,x=(x<<6|x>>>26)+w|0,E+=(w^(x|~C))+b[11]-1120210379|0,E=(E<<10|E>>>22)+x|0,C+=(x^(E|~w))+b[2]+718787259|0,C=(C<<15|C>>>17)+E|0,w+=(E^(C|~x))+b[9]-343485551|0,w=(w<<21|w>>>11)+C|0,g[0]=x+g[0]|0,g[1]=w+g[1]|0,g[2]=C+g[2]|0,g[3]=E+g[3]|0}function i(g){var b=[],x;for(x=0;x<64;x+=4)b[x>>2]=g.charCodeAt(x)+(g.charCodeAt(x+1)<<8)+(g.charCodeAt(x+2)<<16)+(g.charCodeAt(x+3)<<24);return b}function o(g){var b=[],x;for(x=0;x<64;x+=4)b[x>>2]=g[x]+(g[x+1]<<8)+(g[x+2]<<16)+(g[x+3]<<24);return b}function a(g){var b=g.length,x=[1732584193,-271733879,-1732584194,271733878],w,C,E,O,U,R;for(w=64;w<=b;w+=64)s(x,i(g.substring(w-64,w)));for(g=g.substring(w-64),C=g.length,E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w<C;w+=1)E[w>>2]|=g.charCodeAt(w)<<(w%4<<3);if(E[w>>2]|=128<<(w%4<<3),w>55)for(s(x,E),w=0;w<16;w+=1)E[w]=0;return O=b*8,O=O.toString(16).match(/(.*?)(.{0,8})$/),U=parseInt(O[2],16),R=parseInt(O[1],16)||0,E[14]=U,E[15]=R,s(x,E),x}function c(g){var b=g.length,x=[1732584193,-271733879,-1732584194,271733878],w,C,E,O,U,R;for(w=64;w<=b;w+=64)s(x,o(g.subarray(w-64,w)));for(g=w-64<b?g.subarray(w-64):new Uint8Array(0),C=g.length,E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w<C;w+=1)E[w>>2]|=g[w]<<(w%4<<3);if(E[w>>2]|=128<<(w%4<<3),w>55)for(s(x,E),w=0;w<16;w+=1)E[w]=0;return O=b*8,O=O.toString(16).match(/(.*?)(.{0,8})$/),U=parseInt(O[2],16),R=parseInt(O[1],16)||0,E[14]=U,E[15]=R,s(x,E),x}function h(g){var b="",x;for(x=0;x<4;x+=1)b+=r[g>>x*8+4&15]+r[g>>x*8&15];return b}function u(g){var b;for(b=0;b<g.length;b+=1)g[b]=h(g[b]);return g.join("")}u(a("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function g(b,x){return b=b|0||0,b<0?Math.max(b+x,0):Math.min(b,x)}ArrayBuffer.prototype.slice=function(b,x){var w=this.byteLength,C=g(b,w),E=w,O,U,R,j;return x!==e&&(E=g(x,w)),C>E?new ArrayBuffer(0):(O=E-C,U=new ArrayBuffer(O),R=new Uint8Array(U),j=new Uint8Array(this,C,O),R.set(j),U)}}();function l(g){return/[\u0080-\uFFFF]/.test(g)&&(g=unescape(encodeURIComponent(g))),g}function d(g,b){var x=g.length,w=new ArrayBuffer(x),C=new Uint8Array(w),E;for(E=0;E<x;E+=1)C[E]=g.charCodeAt(E);return b?C:w}function f(g){return String.fromCharCode.apply(null,new Uint8Array(g))}function p(g,b,x){var w=new Uint8Array(g.byteLength+b.byteLength);return w.set(new Uint8Array(g)),w.set(new Uint8Array(b),g.byteLength),x?w:w.buffer}function m(g){var b=[],x=g.length,w;for(w=0;w<x-1;w+=2)b.push(parseInt(g.substr(w,2),16));return String.fromCharCode.apply(String,b)}function v(){this.reset()}return v.prototype.append=function(g){return this.appendBinary(l(g)),this},v.prototype.appendBinary=function(g){this._buff+=g,this._length+=g.length;var b=this._buff.length,x;for(x=64;x<=b;x+=64)s(this._hash,i(this._buff.substring(x-64,x)));return this._buff=this._buff.substring(x-64),this},v.prototype.end=function(g){var b=this._buff,x=b.length,w,C=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],E;for(w=0;w<x;w+=1)C[w>>2]|=b.charCodeAt(w)<<(w%4<<3);return this._finish(C,x),E=u(this._hash),g&&(E=m(E)),this.reset(),E},v.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},v.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},v.prototype.setState=function(g){return this._buff=g.buff,this._length=g.length,this._hash=g.hash,this},v.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},v.prototype._finish=function(g,b){var x=b,w,C,E;if(g[x>>2]|=128<<(x%4<<3),x>55)for(s(this._hash,g),x=0;x<16;x+=1)g[x]=0;w=this._length*8,w=w.toString(16).match(/(.*?)(.{0,8})$/),C=parseInt(w[2],16),E=parseInt(w[1],16)||0,g[14]=C,g[15]=E,s(this._hash,g)},v.hash=function(g,b){return v.hashBinary(l(g),b)},v.hashBinary=function(g,b){var x=a(g),w=u(x);return b?m(w):w},v.ArrayBuffer=function(){this.reset()},v.ArrayBuffer.prototype.append=function(g){var b=p(this._buff.buffer,g,!0),x=b.length,w;for(this._length+=g.byteLength,w=64;w<=x;w+=64)s(this._hash,o(b.subarray(w-64,w)));return this._buff=w-64<x?new Uint8Array(b.buffer.slice(w-64)):new Uint8Array(0),this},v.ArrayBuffer.prototype.end=function(g){var b=this._buff,x=b.length,w=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],C,E;for(C=0;C<x;C+=1)w[C>>2]|=b[C]<<(C%4<<3);return this._finish(w,x),E=u(this._hash),g&&(E=m(E)),this.reset(),E},v.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},v.ArrayBuffer.prototype.getState=function(){var g=v.prototype.getState.call(this);return g.buff=f(g.buff),g},v.ArrayBuffer.prototype.setState=function(g){return g.buff=d(g.buff,!0),v.prototype.setState.call(this,g)},v.ArrayBuffer.prototype.destroy=v.prototype.destroy,v.ArrayBuffer.prototype._finish=v.prototype._finish,v.ArrayBuffer.hash=function(g,b){var x=c(new Uint8Array(g)),w=u(x);return b?m(w):w},v})})(Al);var h1=Al.exports;const u1=xa(h1);function l1(n='script[type="text/js-worker"]'){return Array.prototype.map.call(document.querySelectorAll(n),t=>t.textContent)}const _a=n=>new XMLSerializer().serializeToString(n),f1=(n,t="text/html")=>new DOMParser().parseFromString(n,t),Ml=(n,t={mime:Ne["image/svg+xml"],encode:Ns.utf8})=>ko(_a(n),t);async function Sa(n=["*"],t){let e=[];const r=document.createElement("input");return r.setAttribute("type","file"),r.setAttribute("visibility","hidden"),r.setAttribute("accept",n.join(",")),t&&r.setAttribute("multiple","true"),r.addEventListener("click",s=>{r.value=""},!1),new Promise((s,i)=>{r.addEventListener("change",o=>{e=Array.from(o.target.files||[]),e.length===0?i(new Error("Cancel")):s(e)},!1),window.addEventListener("focus",()=>{setTimeout(()=>{e.length===0&&i(new Error("Cancel"))},1e3)},{once:!0}),r.click()}).then(s=>(r.remove(),s)).catch(s=>{throw r.remove(),s})}function Br(n,t=ve.text,e){return new Promise((r,s)=>{const i=new FileReader;switch(i.addEventListener("progress",o=>{e?.(o.loaded,o.total)}),i.addEventListener("load",o=>{r(o.target?.result)}),i.addEventListener("error",o=>{s(o)}),t){case ve.dataURL:i.readAsDataURL(n);break;case ve.binaryString:i.readAsBinaryString(n);break;case ve.arraybuffer:i.readAsArrayBuffer(n);break;case ve.text:default:i.readAsText(n)}})}async function d1(n){const t=await Br(n,ve.arraybuffer);return Wp(t)}function Dl(n,t,e,r,s,i,o){const a=new FileReader;a.addEventListener("load",c=>{if(!c.target||!c.target.result)return t(c);if(e.append(c.target.result),o<r.size)Dl(n,t,e,r,s,o,Math.min(o+s,r.size));else return n(e.end())}),a.addEventListener("error",c=>t(c)),a.readAsArrayBuffer(r.slice(i,o))}async function Ol(n,t=1*1024*1024){return await new Promise((e,r)=>Dl(e,r,new u1.ArrayBuffer,n,t,0,Math.min(t,n.size)))}class m1{axios;checkURL;uploadURL;file;fileHash;chunkSize;chunks;currentChunk=0;isUploading=!1;begin=0;end=0;timer;time=[0,0,0,0,0,0];onExist;onStart;onProgress;onComplete;onTime;constructor(t){this.axios=new o1({baseURL:t.baseURL,interceptors:{response:e=>{e.config.url==this.uploadURL&&e.status==200&&(this.onProgress?.(this.currentChunk++,this.chunks),this.end==this.file.size?(this.isUploading=!1,this.stopTimeCount(),this.onComplete?.()):this.isUploading&&this.uploadChunk())}}}),this.checkURL=t.checkURL,this.uploadURL=t.uploadURL,this.file=t.file,this.chunkSize=t.chunkSize||1*1024*1024,this.chunks=Math.ceil(this.file.size/this.chunkSize),this.onExist=t.onExist,this.onStart=t.onStart,this.onProgress=t.onProgress,this.onComplete=t.onComplete,this.onTime=t.onTime}async start(){this.fileHash||(this.fileHash=await Ol(this.file,this.chunkSize)),(await this.axios.post(this.checkURL,{fileName:this.file.name,fileHash:this.fileHash})).data.isExist?(this.isUploading=!1,this.onExist?.()):this.isUploading||(this.onStart?.(),this.startTimeCount(),await this.uploadChunk())}pause(){this.isUploading&&(this.isUploading=!1,this.stopTimeCount())}async uploadChunk(){this.isUploading=!0,this.begin=this.currentChunk*this.chunkSize,this.end=Math.min(this.begin+this.chunkSize,this.file.size);const t=this.file.slice(this.begin,this.end),e=new FormData;e.append("fileData",t),e.append("fileName",this.file.name),e.append("fileHash",this.fileHash),e.append("chunkIndex",String(this.currentChunk)),e.append("chunks",String(this.chunks)),await this.axios.postFormData(this.uploadURL,e)}startTimeCount(){this.stopTimeCount(),this.timer=setInterval(()=>{Mg(this.time,1),this.onTime?.(Tg(this.time))},1e3)}stopTimeCount(){this.timer&&(clearInterval(this.timer),this.timer=void 0)}}function Il(){let n=null;if(window.ActiveXObject){const t=["Microsoft.XMLHTTP","MSXML6.XMLHTTP","MSXML5.XMLHTTP","MSXML4.XMLHTTP","MSXML3.XMLHTTP","MSXML2.XMLHTTP","MSXML.XMLHTTP"];for(let e=0,r=t.length;e<r;e++)try{n=new window.ActiveXObject(t[e]);break}catch{continue}}else n=new XMLHttpRequest;return n}function Rl(n,t){return new Promise((e,r)=>{const{method:s="GET",data:i={},multipartFormDataString:o="",boundary:a="",headers:c={},withCredentials:h=!1,responseType:u="json",timeout:l=3e4}=t||{},d=Il();d.timeout=l,d.responseType=u,d.onreadystatechange=function(b){d.readyState===4&&(d.status===200?e(d.response):r(d.statusText))},d.ontimeout=()=>{r(`${n} is timed out for ${l}ms.`)},d.addEventListener("load",b=>t?.load?.(b,d),!1),d.addEventListener("loadstart",b=>t?.loadstart?.(b,d),!1),d.addEventListener("loadend",b=>t?.loadend?.(b,d),!1),d.addEventListener("progress",b=>{if(b.lengthComputable){const x=Math.round(b.loaded*100/b.total);t?.progress?.(b,d,x)}},!1),d.addEventListener("error",b=>t?.error?.(b,d),!1),d.addEventListener("abort",b=>t?.abort?.(b,d),!1);const f=s.toUpperCase();Object.assign(c,{Accept:"*/*"});let p=!1,m=!1,v=!1;function g(){d.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT"),h&&(d.withCredentials=!0);for(const b in c)jt(b).toLowerCase()=="content-type"&&c[b].toLowerCase()=="multipart/form-data"?(p=!0,d.setRequestHeader("Content-Type","multipart/form-data; boundary="+a)):(jt(b).toLowerCase()=="content-type"&&(c[b].toLowerCase().indexOf("text/plain")>=0?m=!0:c[b].toLowerCase().indexOf("application/json")>=0&&(v=!0)),d.setRequestHeader(b,c[b]))}switch(f){case"GET":let b="";i instanceof FormData?b=T0(i):b=C0(i),d.open("GET",E0(n,b),!0),g(),d.send(null);break;default:d.open(f,n,!0),g(),p?d.sendAsBinary(o):v?d.send(JSON.stringify(i)):m?d.send(Object.entries(i).map(([x,w])=>`${x}=${w}`).join(`\r
19
+ `)):d.send(Object.entries(i).map(([x,w])=>`${encodeURIComponent(x)}=${encodeURIComponent(w)}`).join("&"));break}})}async function p1(n){const t={url:n.action||"",data:{},contentType:n.method.toLowerCase()==="post"&&n.enctype?n.enctype:"application/x-www-form-urlencoded",multipartFormDataString:"",boundary:"---------------------------"+Date.now().toString(16)},e=[],r=t.contentType=="multipart/form-data";for(let s=0;s<n.elements.length;s++){const i=n.elements[s];if(!i.hasAttribute("name"))continue;const o=i.getAttribute("type");switch(i.nodeName.toUpperCase()==="INPUT"&&o?o.toUpperCase():""){case"FILE":const c=i;if(r)for(let l=0,d=c.files?.length||0;l<d;l++){const f=c.files?.[l];if(f){const p=await Br(f,ve.binaryString);e.push('Content-Disposition: form-data; name="'+c.name+'"; filename="'+f.name+`"\r
20
+ Content-Type: `+f.type+`\r
21
+ \r
22
+ `+p+`\r
23
+ `)}}break;case"RADIO":case"CHECKBOX":if(!i.checked)break;default:const u=i;r?e.push('Content-Disposition: form-data; name="'+u.name+`"\r
24
+ \r
25
+ `+u.value+`\r
26
+ `):t.data[u.name]=u.value;break}}return t.multipartFormDataString="--"+t.boundary+`\r
27
+ `+e.join("--"+t.boundary+`\r
28
+ `)+"--"+t.boundary+`--\r
29
+ `,t}function kl(n){const t=[];for(let e=0,r=Th.length;e<r;e++){const s=jt(Th[e]+n);t.push(s)}return t}function $r(n,t,e){const r=Xh(n);return r.props.style=r.props.style||{},t?r.props.style[t]||r.props.style[du(t)]||r.props.style[jt(t)]||"":r.props.style}function lr(n,t,e){bo(n,r=>{r.props.style=r.props.style||{},typeof t=="string"&&e?r.props.style[t]=e:t instanceof Object&&Object.keys(t).forEach(s=>{r.props.style[s]=t[s]})}),Hh()}function Ea(n,t=!1){const e={};if(!t)if(getComputedStyle){const r=getComputedStyle(n);for(let s=0,i=r.length;s<i;s++){const o=r[s];e[o]=r.getPropertyValue(o)}}else{const r=n.style||n.currentStyle;for(const s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return n.style.cssText&&n.style.cssText.split(";").filter(r=>!!r).forEach(r=>{const[s,i]=r.split(":").map(o=>o.trim());s&&i&&(e[s]=i)}),e}function g1(n,t){const e=kl(t),r=e.length;let s="";for(let i=0;i<r;i++){const o=e[i];if(s=n[o]||"",s)return s}return s}function y1(n,t,e){const r=kl(t),s=r.length;let i="";for(let o=0;o<s;o++){const a=r[o];if(i="style"in n&&n.style[a]||"currentStyle"in n&&n.currentStyle[a]||"",i)return i}if(getComputedStyle){const o=getComputedStyle(n,e);for(let a=0;a<s;a++){const c=r[a];if(i=o.getPropertyValue(c).trim(),i)return i}}return i}function Ur(n,t,e){if(t)if(typeof t=="string"&&e)try{n.style.setProperty(t,e.replace(/!important/i,""),e.toLowerCase().includes("!important")?"important":"")}catch{n.style[t]=e}else t instanceof Object&&Object.keys(t).forEach(r=>{Ur(n,r,t[r])})}function Ca(n,t){typeof t=="string"?n.style.removeProperty(jt(t)):Object.keys(t).forEach(e=>{Ca(n,e)})}function Ll(n,t){let e;if(typeof t=="string"){const r=document.querySelector(t)?.shadowRoot;r?e=r:e=document.querySelector(t)}else e=t||document.getElementsByTagName("head")[0];if(e){const r=document.createElement("style");return r.innerHTML=n,e.appendChild(r),()=>{(e instanceof HTMLElement||e instanceof ShadowRoot)&&e.removeChild(r)}}else{const r=document.styleSheets[0].insertRule(n);return()=>{document.styleSheets[0].deleteRule(r)}}}class b1{selector;name;value;constructor(t,e,r){this.selector=t,this.name=e,this.value=r}toString(){return`${this.selector} { ${this.name}: ${this.value} }`}}class w1{propertyName;values=[];constructor(t){this.propertyName=t}add(t,e){this.values.push(new b1(t,this.propertyName,e))}}async function Nl(){const n=[],t=document.querySelectorAll("style, link");for(let e=0,r=t.length;e<r;e++){const s=t[e];let i=s.innerHTML;switch(s.nodeName.toLowerCase()){case"style":break;case"link":i=await Rl(s.href,{method:"GET",responseType:"text"});break}i=i.replace(/\/\/.+?(?=\n|\r|$)|\/\*[\s\S]+?\*\//g,"").replace(/@[^{};]*;|@[^{};]*\{[^}]*\}/g,"").replace(/[\\n\n]+(?<=[\\n\n]+)\s+/g,""),n.push(i)}return n}async function v1(){const n={},t=await Nl();for(let e=0,r=t.length;e<r;e++){const i=t[e].match(/[^{]*{[^}]*}/g);if(i)for(let o=0,a=i.length;o<a;o++){const c=i[o].split(/[{}]/g),h=c[0].trim(),l=c[1].split(";");for(let d=0;d<l.length;d++)if(l[d].trim()!=""){const f=l[d].split(":"),p=f[0].trim().toLowerCase(),m=f[1];n[p]||(n[p]=new w1(p)),m&&n[p].add(h,m.trim())}}}return n}function yn(n,t,e){if(t===void 0&&e===void 0)return Ta(n);if(typeof t=="string"&&e===void 0)return zl(n,t);typeof t=="object"?bo(n,r=>{for(const s in t)s=="style"?lr(n,s,t[s]):Object.prototype.hasOwnProperty.call(t,s)&&(r.props[s]=""+t[s])}):typeof t=="string"&&typeof e=="string"&&(t=="style"?lr(n,t,e):bo(n,r=>{r.props[t]=""+e})),Hh()}function Ta(n){const t={};for(let e=0,r=n.attributes,s=r.length;e<s;e++){const i=r[e];i.nodeName&&i.nodeValue&&(i.nodeName==="style"?t[i.nodeName]=Ea(n,!0):t[i.nodeName]=i.nodeValue)}return t}function zl(n,t){return t==="style"?Ea(n,!0):n.getAttribute(jt(t))}function jn(n,t,e){return n.setAttribute(jt(t),""+e)}function x1(n,t){t.split(/[,\s]+/i).forEach(e=>{const r=jt(e.trim());r!=""&&n.removeAttribute(r)})}function Fl(n,t){for(const e in t){const r=t[e];switch(e){case"fill":r!=="none"&&(n.fillStyle=r);break;case"stroke":r!=="none"&&(n.strokeStyle=r);break;case"stroke-width":case"strokeWidth":n.lineWidth=Number(r);break;case"stroke-linecap":case"strokeLinecap":n.lineCap=r;break;case"stroke-linejoin":case"strokeLinejoin":switch(r){case"round":case"bevel":case"miter":n.lineJoin=r;break;default:n.lineJoin="miter";break}break;case"stroke-miterlimit":case"strokeMiterlimit":n.miterLimit=Number(r);break;case"stroke-opacity":case"strokeOpacity":break;case"stroke-dashoffset":case"strokeDashoffset":n.lineDashOffset=Number(r);break;case"stroke-dasharray":case"strokeDasharray":typeof r=="string"&&n.setLineDash(r.split(/\s+/).map(s=>Number(s)));break;case"cursor":break;case"font":typeof r=="string"&&(n.font=r);break;case"font-size":case"fontSize":n.font+=` ${r}`;break;case"font-family":case"fontFamily":n.font+=` ${r}`;break;case"font-weight":case"fontWeight":break;case"font-style":case"fontStyle":break;case"text-anchor":case"textAnchor":switch(r){case"middle":n.textAlign="center";break;case"end":n.textAlign="end";break;case"start":n.textAlign="start";break}break;case"alignment-baseline":case"alignmentBaseline":switch(r){case"middle":case"bottom":case"top":case"alphabetic":case"hanging":case"ideographic":n.textBaseline=r;break;default:n.textBaseline="alphabetic";break}break}}}var Pa=function(n,t){return Pa=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])},Pa(n,t)};function Fe(n,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Pa(n,t);function e(){this.constructor=n}n.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function _1(n,t,e,r){function s(i){return i instanceof e?i:new e(function(o){o(i)})}return new(e||(e=Promise))(function(i,o){function a(u){try{h(r.next(u))}catch(l){o(l)}}function c(u){try{h(r.throw(u))}catch(l){o(l)}}function h(u){u.done?i(u.value):s(u.value).then(a,c)}h((r=r.apply(n,t||[])).next())})}function Bl(n,t){var e={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},r,s,i,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=a(0),o.throw=a(1),o.return=a(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(h){return function(u){return c([h,u])}}function c(h){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,h[0]&&(e=0)),e;)try{if(r=1,s&&(i=h[0]&2?s.return:h[0]?s.throw||((i=s.return)&&i.call(s),0):s.next)&&!(i=i.call(s,h[1])).done)return i;switch(s=0,i&&(h=[h[0]&2,i.value]),h[0]){case 0:case 1:i=h;break;case 4:return e.label++,{value:h[1],done:!1};case 5:e.label++,s=h[1],h=[0];continue;case 7:h=e.ops.pop(),e.trys.pop();continue;default:if(i=e.trys,!(i=i.length>0&&i[i.length-1])&&(h[0]===6||h[0]===2)){e=0;continue}if(h[0]===3&&(!i||h[1]>i[0]&&h[1]<i[3])){e.label=h[1];break}if(h[0]===6&&e.label<i[1]){e.label=i[1],i=h;break}if(i&&e.label<i[2]){e.label=i[2],e.ops.push(h);break}i[2]&&e.ops.pop(),e.trys.pop();continue}h=t.call(n,e)}catch(u){h=[6,u],s=0}finally{r=i=0}if(h[0]&5)throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}}function Vn(n){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&n[t],r=0;if(e)return e.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Ke(n,t){var e=typeof Symbol=="function"&&n[Symbol.iterator];if(!e)return n;var r=e.call(n),s,i=[],o;try{for(;(t===void 0||t-- >0)&&!(s=r.next()).done;)i.push(s.value)}catch(a){o={error:a}}finally{try{s&&!s.done&&(e=r.return)&&e.call(r)}finally{if(o)throw o.error}}return i}function bn(n,t,e){if(e||arguments.length===2)for(var r=0,s=t.length,i;r<s;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return n.concat(i||Array.prototype.slice.call(t))}function fr(n){return this instanceof fr?(this.v=n,this):new fr(n)}function S1(n,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=e.apply(n,t||[]),s,i=[];return s=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),s[Symbol.asyncIterator]=function(){return this},s;function o(f){return function(p){return Promise.resolve(p).then(f,l)}}function a(f,p){r[f]&&(s[f]=function(m){return new Promise(function(v,g){i.push([f,m,v,g])>1||c(f,m)})},p&&(s[f]=p(s[f])))}function c(f,p){try{h(r[f](p))}catch(m){d(i[0][3],m)}}function h(f){f.value instanceof fr?Promise.resolve(f.value.v).then(u,l):d(i[0][2],f)}function u(f){c("next",f)}function l(f){c("throw",f)}function d(f,p){f(p),i.shift(),i.length&&c(i[0][0],i[0][1])}}function E1(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=n[Symbol.asyncIterator],e;return t?t.call(n):(n=typeof Vn=="function"?Vn(n):n[Symbol.iterator](),e={},r("next"),r("throw"),r("return"),e[Symbol.asyncIterator]=function(){return this},e);function r(i){e[i]=n[i]&&function(o){return new Promise(function(a,c){o=n[i](o),s(a,c,o.done,o.value)})}}function s(i,o,a,c){Promise.resolve(c).then(function(h){i({value:h,done:a})},o)}}typeof SuppressedError=="function"&&SuppressedError;function xt(n){return typeof n=="function"}function Aa(n){var t=function(r){Error.call(r),r.stack=new Error().stack},e=n(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var Ma=Aa(function(n){return function(e){n(this),this.message=e?e.length+` errors occurred during unsubscription:
30
+ `+e.map(function(r,s){return s+1+") "+r.toString()}).join(`
31
+ `):"",this.name="UnsubscriptionError",this.errors=e}});function Yr(n,t){if(n){var e=n.indexOf(t);0<=e&&n.splice(e,1)}}var dr=function(){function n(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return n.prototype.unsubscribe=function(){var t,e,r,s,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=Vn(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(m){t={error:m}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var u=this.initialTeardown;if(xt(u))try{u()}catch(m){i=m instanceof Ma?m.errors:[m]}var l=this._finalizers;if(l){this._finalizers=null;try{for(var d=Vn(l),f=d.next();!f.done;f=d.next()){var p=f.value;try{Yl(p)}catch(m){i=i??[],m instanceof Ma?i=bn(bn([],Ke(i)),Ke(m.errors)):i.push(m)}}}catch(m){r={error:m}}finally{try{f&&!f.done&&(s=d.return)&&s.call(d)}finally{if(r)throw r.error}}}if(i)throw new Ma(i)}},n.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)Yl(t);else{if(t instanceof n){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},n.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},n.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},n.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&Yr(e,t)},n.prototype.remove=function(t){var e=this._finalizers;e&&Yr(e,t),t instanceof n&&t._removeParent(this)},n.EMPTY=function(){var t=new n;return t.closed=!0,t}(),n}(),$l=dr.EMPTY;function Ul(n){return n instanceof dr||n&&"closed"in n&&xt(n.remove)&&xt(n.add)&&xt(n.unsubscribe)}function Yl(n){xt(n)?n():n.unsubscribe()}var jl={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Da={setTimeout:function(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];var s=Da.delegate;return s?.setTimeout?s.setTimeout.apply(s,bn([n,t],Ke(e))):setTimeout.apply(void 0,bn([n,t],Ke(e)))},clearTimeout:function(n){var t=Da.delegate;return(t?.clearTimeout||clearTimeout)(n)},delegate:void 0};function Vl(n){Da.setTimeout(function(){throw n})}function jr(){}function ci(n){n()}var Oa=function(n){Fe(t,n);function t(e){var r=n.call(this)||this;return r.isStopped=!1,e?(r.destination=e,Ul(e)&&e.add(r)):r.destination=A1,r}return t.create=function(e,r,s){return new mr(e,r,s)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,n.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(dr),C1=Function.prototype.bind;function Ia(n,t){return C1.call(n,t)}var T1=function(){function n(t){this.partialObserver=t}return n.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(r){hi(r)}},n.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(r){hi(r)}else hi(t)},n.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){hi(e)}},n}(),mr=function(n){Fe(t,n);function t(e,r,s){var i=n.call(this)||this,o;if(xt(e)||!e)o={next:e??void 0,error:r??void 0,complete:s??void 0};else{var a;i&&jl.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return i.unsubscribe()},o={next:e.next&&Ia(e.next,a),error:e.error&&Ia(e.error,a),complete:e.complete&&Ia(e.complete,a)}):o=e}return i.destination=new T1(o),i}return t}(Oa);function hi(n){Vl(n)}function P1(n){throw n}var A1={closed:!0,next:jr,error:P1,complete:jr},Ra=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Gn(n){return n}function M1(n){return n.length===0?Gn:n.length===1?n[0]:function(e){return n.reduce(function(r,s){return s(r)},e)}}var Rt=function(){function n(t){t&&(this._subscribe=t)}return n.prototype.lift=function(t){var e=new n;return e.source=this,e.operator=t,e},n.prototype.subscribe=function(t,e,r){var s=this,i=O1(t)?t:new mr(t,e,r);return ci(function(){var o=s,a=o.operator,c=o.source;i.add(a?a.call(i,c):c?s._subscribe(i):s._trySubscribe(i))}),i},n.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},n.prototype.forEach=function(t,e){var r=this;return e=Gl(e),new e(function(s,i){var o=new mr({next:function(a){try{t(a)}catch(c){i(c),o.unsubscribe()}},error:i,complete:s});r.subscribe(o)})},n.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},n.prototype[Ra]=function(){return this},n.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return M1(t)(this)},n.prototype.toPromise=function(t){var e=this;return t=Gl(t),new t(function(r,s){var i;e.subscribe(function(o){return i=o},function(o){return s(o)},function(){return r(i)})})},n.create=function(t){return new n(t)},n}();function Gl(n){var t;return(t=n??jl.Promise)!==null&&t!==void 0?t:Promise}function D1(n){return n&&xt(n.next)&&xt(n.error)&&xt(n.complete)}function O1(n){return n&&n instanceof Oa||D1(n)&&Ul(n)}function I1(n){return xt(n?.lift)}function ne(n){return function(t){if(I1(t))return t.lift(function(e){try{return n(e,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function Ft(n,t,e,r,s){return new R1(n,t,e,r,s)}var R1=function(n){Fe(t,n);function t(e,r,s,i,o,a){var c=n.call(this,e)||this;return c.onFinalize=o,c.shouldUnsubscribe=a,c._next=r?function(h){try{r(h)}catch(u){e.error(u)}}:n.prototype._next,c._error=i?function(h){try{i(h)}catch(u){e.error(u)}finally{this.unsubscribe()}}:n.prototype._error,c._complete=s?function(){try{s()}catch(h){e.error(h)}finally{this.unsubscribe()}}:n.prototype._complete,c}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;n.prototype.unsubscribe.call(this),!r&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t}(Oa),k1=Aa(function(n){return function(){n(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Ze=function(n){Fe(t,n);function t(){var e=n.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return t.prototype.lift=function(e){var r=new Xl(this,this);return r.operator=e,r},t.prototype._throwIfClosed=function(){if(this.closed)throw new k1},t.prototype.next=function(e){var r=this;ci(function(){var s,i;if(r._throwIfClosed(),!r.isStopped){r.currentObservers||(r.currentObservers=Array.from(r.observers));try{for(var o=Vn(r.currentObservers),a=o.next();!a.done;a=o.next()){var c=a.value;c.next(e)}}catch(h){s={error:h}}finally{try{a&&!a.done&&(i=o.return)&&i.call(o)}finally{if(s)throw s.error}}}})},t.prototype.error=function(e){var r=this;ci(function(){if(r._throwIfClosed(),!r.isStopped){r.hasError=r.isStopped=!0,r.thrownError=e;for(var s=r.observers;s.length;)s.shift().error(e)}})},t.prototype.complete=function(){var e=this;ci(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var r=e.observers;r.length;)r.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(e){return this._throwIfClosed(),n.prototype._trySubscribe.call(this,e)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var r=this,s=this,i=s.hasError,o=s.isStopped,a=s.observers;return i||o?$l:(this.currentObservers=null,a.push(e),new dr(function(){r.currentObservers=null,Yr(a,e)}))},t.prototype._checkFinalizedStatuses=function(e){var r=this,s=r.hasError,i=r.thrownError,o=r.isStopped;s?e.error(i):o&&e.complete()},t.prototype.asObservable=function(){var e=new Rt;return e.source=this,e},t.create=function(e,r){return new Xl(e,r)},t}(Rt),Xl=function(n){Fe(t,n);function t(e,r){var s=n.call(this)||this;return s.destination=e,s.source=r,s}return t.prototype.next=function(e){var r,s;(s=(r=this.destination)===null||r===void 0?void 0:r.next)===null||s===void 0||s.call(r,e)},t.prototype.error=function(e){var r,s;(s=(r=this.destination)===null||r===void 0?void 0:r.error)===null||s===void 0||s.call(r,e)},t.prototype.complete=function(){var e,r;(r=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||r===void 0||r.call(e)},t.prototype._subscribe=function(e){var r,s;return(s=(r=this.source)===null||r===void 0?void 0:r.subscribe(e))!==null&&s!==void 0?s:$l},t}(Ze),ui=function(n){Fe(t,n);function t(e){var r=n.call(this)||this;return r._value=e,r}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(e){var r=n.prototype._subscribe.call(this,e);return!r.closed&&e.next(this._value),r},t.prototype.getValue=function(){var e=this,r=e.hasError,s=e.thrownError,i=e._value;if(r)throw s;return this._throwIfClosed(),i},t.prototype.next=function(e){n.prototype.next.call(this,this._value=e)},t}(Ze),ka={now:function(){return(ka.delegate||Date).now()},delegate:void 0},L1=function(n){Fe(t,n);function t(e,r,s){e===void 0&&(e=1/0),r===void 0&&(r=1/0),s===void 0&&(s=ka);var i=n.call(this)||this;return i._bufferSize=e,i._windowTime=r,i._timestampProvider=s,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=r===1/0,i._bufferSize=Math.max(1,e),i._windowTime=Math.max(1,r),i}return t.prototype.next=function(e){var r=this,s=r.isStopped,i=r._buffer,o=r._infiniteTimeWindow,a=r._timestampProvider,c=r._windowTime;s||(i.push(e),!o&&i.push(a.now()+c)),this._trimBuffer(),n.prototype.next.call(this,e)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var r=this._innerSubscribe(e),s=this,i=s._infiniteTimeWindow,o=s._buffer,a=o.slice(),c=0;c<a.length&&!e.closed;c+=i?1:2)e.next(a[c]);return this._checkFinalizedStatuses(e),r},t.prototype._trimBuffer=function(){var e=this,r=e._bufferSize,s=e._timestampProvider,i=e._buffer,o=e._infiniteTimeWindow,a=(o?1:2)*r;if(r<1/0&&a<i.length&&i.splice(0,i.length-a),!o){for(var c=s.now(),h=0,u=1;u<i.length&&i[u]<=c;u+=2)h=u;h&&i.splice(0,h+1)}},t}(Ze),N1=function(n){Fe(t,n);function t(e,r){return n.call(this)||this}return t.prototype.schedule=function(e,r){return this},t}(dr),li={setInterval:function(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];var s=li.delegate;return s?.setInterval?s.setInterval.apply(s,bn([n,t],Ke(e))):setInterval.apply(void 0,bn([n,t],Ke(e)))},clearInterval:function(n){var t=li.delegate;return(t?.clearInterval||clearInterval)(n)},delegate:void 0},z1=function(n){Fe(t,n);function t(e,r){var s=n.call(this,e,r)||this;return s.scheduler=e,s.work=r,s.pending=!1,s}return t.prototype.schedule=function(e,r){var s;if(r===void 0&&(r=0),this.closed)return this;this.state=e;var i=this.id,o=this.scheduler;return i!=null&&(this.id=this.recycleAsyncId(o,i,r)),this.pending=!0,this.delay=r,this.id=(s=this.id)!==null&&s!==void 0?s:this.requestAsyncId(o,this.id,r),this},t.prototype.requestAsyncId=function(e,r,s){return s===void 0&&(s=0),li.setInterval(e.flush.bind(e,this),s)},t.prototype.recycleAsyncId=function(e,r,s){if(s===void 0&&(s=0),s!=null&&this.delay===s&&this.pending===!1)return r;r!=null&&li.clearInterval(r)},t.prototype.execute=function(e,r){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var s=this._execute(e,r);if(s)return s;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,r){var s=!1,i;try{this.work(e)}catch(o){s=!0,i=o||new Error("Scheduled action threw falsy error")}if(s)return this.unsubscribe(),i},t.prototype.unsubscribe=function(){if(!this.closed){var e=this,r=e.id,s=e.scheduler,i=s.actions;this.work=this.state=this.scheduler=null,this.pending=!1,Yr(i,this),r!=null&&(this.id=this.recycleAsyncId(s,r,null)),this.delay=null,n.prototype.unsubscribe.call(this)}},t}(N1),Hl=function(){function n(t,e){e===void 0&&(e=n.now),this.schedulerActionCtor=t,this.now=e}return n.prototype.schedule=function(t,e,r){return e===void 0&&(e=0),new this.schedulerActionCtor(this,t).schedule(r,e)},n.now=ka.now,n}(),F1=function(n){Fe(t,n);function t(e,r){r===void 0&&(r=Hl.now);var s=n.call(this,e,r)||this;return s.actions=[],s._active=!1,s}return t.prototype.flush=function(e){var r=this.actions;if(this._active){r.push(e);return}var s;this._active=!0;do if(s=e.execute(e.state,e.delay))break;while(e=r.shift());if(this._active=!1,s){for(;e=r.shift();)e.unsubscribe();throw s}},t}(Hl),La=new F1(z1),B1=La,Wl=new Rt(function(n){return n.complete()});function ql(n){return n&&xt(n.schedule)}function Na(n){return n[n.length-1]}function $1(n){return xt(Na(n))?n.pop():void 0}function Vr(n){return ql(Na(n))?n.pop():void 0}function U1(n,t){return typeof Na(n)=="number"?n.pop():t}var za=function(n){return n&&typeof n.length=="number"&&typeof n!="function"};function Jl(n){return xt(n?.then)}function Kl(n){return xt(n[Ra])}function Zl(n){return Symbol.asyncIterator&&xt(n?.[Symbol.asyncIterator])}function Ql(n){return new TypeError("You provided "+(n!==null&&typeof n=="object"?"an invalid object":"'"+n+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Y1(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var tf=Y1();function ef(n){return xt(n?.[tf])}function nf(n){return S1(this,arguments,function(){var e,r,s,i;return Bl(this,function(o){switch(o.label){case 0:e=n.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,fr(e.read())];case 3:return r=o.sent(),s=r.value,i=r.done,i?[4,fr(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,fr(s)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function rf(n){return xt(n?.getReader)}function Ut(n){if(n instanceof Rt)return n;if(n!=null){if(Kl(n))return j1(n);if(za(n))return V1(n);if(Jl(n))return G1(n);if(Zl(n))return sf(n);if(ef(n))return X1(n);if(rf(n))return H1(n)}throw Ql(n)}function j1(n){return new Rt(function(t){var e=n[Ra]();if(xt(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function V1(n){return new Rt(function(t){for(var e=0;e<n.length&&!t.closed;e++)t.next(n[e]);t.complete()})}function G1(n){return new Rt(function(t){n.then(function(e){t.closed||(t.next(e),t.complete())},function(e){return t.error(e)}).then(null,Vl)})}function X1(n){return new Rt(function(t){var e,r;try{for(var s=Vn(n),i=s.next();!i.done;i=s.next()){var o=i.value;if(t.next(o),t.closed)return}}catch(a){e={error:a}}finally{try{i&&!i.done&&(r=s.return)&&r.call(s)}finally{if(e)throw e.error}}t.complete()})}function sf(n){return new Rt(function(t){W1(n,t).catch(function(e){return t.error(e)})})}function H1(n){return sf(nf(n))}function W1(n,t){var e,r,s,i;return _1(this,void 0,void 0,function(){var o,a;return Bl(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),e=E1(n),c.label=1;case 1:return[4,e.next()];case 2:if(r=c.sent(),!!r.done)return[3,4];if(o=r.value,t.next(o),t.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=c.sent(),s={error:a},[3,11];case 6:return c.trys.push([6,,9,10]),r&&!r.done&&(i=e.return)?[4,i.call(e)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(s)throw s.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})}function Qe(n,t,e,r,s){r===void 0&&(r=0),s===void 0&&(s=!1);var i=t.schedule(function(){e(),s?n.add(this.schedule(null,r)):this.unsubscribe()},r);if(n.add(i),!s)return i}function of(n,t){return t===void 0&&(t=0),ne(function(e,r){e.subscribe(Ft(r,function(s){return Qe(r,n,function(){return r.next(s)},t)},function(){return Qe(r,n,function(){return r.complete()},t)},function(s){return Qe(r,n,function(){return r.error(s)},t)}))})}function Fa(n,t){return t===void 0&&(t=0),ne(function(e,r){r.add(n.schedule(function(){return e.subscribe(r)},t))})}function q1(n,t){return Ut(n).pipe(Fa(t),of(t))}function J1(n,t){return Ut(n).pipe(Fa(t),of(t))}function K1(n,t){return new Rt(function(e){var r=0;return t.schedule(function(){r===n.length?e.complete():(e.next(n[r++]),e.closed||this.schedule())})})}function Z1(n,t){return new Rt(function(e){var r;return Qe(e,t,function(){r=n[tf](),Qe(e,t,function(){var s,i,o;try{s=r.next(),i=s.value,o=s.done}catch(a){e.error(a);return}o?e.complete():e.next(i)},0,!0)}),function(){return xt(r?.return)&&r.return()}})}function af(n,t){if(!n)throw new Error("Iterable cannot be null");return new Rt(function(e){Qe(e,t,function(){var r=n[Symbol.asyncIterator]();Qe(e,t,function(){r.next().then(function(s){s.done?e.complete():e.next(s.value)})},0,!0)})})}function Q1(n,t){return af(nf(n),t)}function tb(n,t){if(n!=null){if(Kl(n))return q1(n,t);if(za(n))return K1(n,t);if(Jl(n))return J1(n,t);if(Zl(n))return af(n,t);if(ef(n))return Z1(n,t);if(rf(n))return Q1(n,t)}throw Ql(n)}function Gr(n,t){return t?tb(n,t):Ut(n)}function eb(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Vr(n);return Gr(n,e)}var nb=Aa(function(n){return function(){n(this),this.name="EmptyError",this.message="no elements in sequence"}});function rb(n,t){var e=typeof t=="object";return new Promise(function(r,s){var i=new mr({next:function(o){r(o),i.unsubscribe()},error:s,complete:function(){e?r(t.defaultValue):s(new nb)}});n.subscribe(i)})}function sb(n){return n instanceof Date&&!isNaN(n)}function kt(n,t){return ne(function(e,r){var s=0;e.subscribe(Ft(r,function(i){r.next(n.call(t,i,s++))}))})}var ib=Array.isArray;function ob(n,t){return ib(t)?n.apply(void 0,bn([],Ke(t))):n(t)}function Ba(n){return kt(function(t){return ob(n,t)})}var ab=Array.isArray,cb=Object.getPrototypeOf,hb=Object.prototype,ub=Object.keys;function lb(n){if(n.length===1){var t=n[0];if(ab(t))return{args:t,keys:null};if(fb(t)){var e=ub(t);return{args:e.map(function(r){return t[r]}),keys:e}}}return{args:n,keys:null}}function fb(n){return n&&typeof n=="object"&&cb(n)===hb}function db(n,t){return n.reduce(function(e,r,s){return e[r]=t[s],e},{})}function mb(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Vr(n),r=$1(n),s=lb(n),i=s.args,o=s.keys;if(i.length===0)return Gr([],e);var a=new Rt(pb(i,e,o?function(c){return db(o,c)}:Gn));return r?a.pipe(Ba(r)):a}function pb(n,t,e){return e===void 0&&(e=Gn),function(r){cf(t,function(){for(var s=n.length,i=new Array(s),o=s,a=s,c=function(u){cf(t,function(){var l=Gr(n[u],t),d=!1;l.subscribe(Ft(r,function(f){i[u]=f,d||(d=!0,a--),a||r.next(e(i.slice()))},function(){--o||r.complete()}))},r)},h=0;h<s;h++)c(h)},r)}}function cf(n,t,e){n?Qe(e,n,t):t()}function gb(n,t,e,r,s,i,o,a){var c=[],h=0,u=0,l=!1,d=function(){l&&!c.length&&!h&&t.complete()},f=function(m){return h<r?p(m):c.push(m)},p=function(m){i&&t.next(m),h++;var v=!1;Ut(e(m,u++)).subscribe(Ft(t,function(g){s?.(g),i?f(g):t.next(g)},function(){v=!0},void 0,function(){if(v)try{h--;for(var g=function(){var b=c.shift();o?Qe(t,o,function(){return p(b)}):p(b)};c.length&&h<r;)g();d()}catch(b){t.error(b)}}))};return n.subscribe(Ft(t,f,function(){l=!0,d()})),function(){a?.()}}function $a(n,t,e){return e===void 0&&(e=1/0),xt(t)?$a(function(r,s){return kt(function(i,o){return t(r,i,s,o)})(Ut(n(r,s)))},e):(typeof t=="number"&&(e=t),ne(function(r,s){return gb(r,s,n,e)}))}function hf(n){return n===void 0&&(n=1/0),$a(Gn,n)}function yb(){return hf(1)}function uf(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return yb()(Gr(n,Vr(n)))}var bb=["addListener","removeListener"],wb=["addEventListener","removeEventListener"],vb=["on","off"];function Ua(n,t,e,r){if(xt(e)&&(r=e,e=void 0),r)return Ua(n,t,e).pipe(Ba(r));var s=Ke(Sb(n)?wb.map(function(a){return function(c){return n[a](t,c,e)}}):xb(n)?bb.map(lf(n,t)):_b(n)?vb.map(lf(n,t)):[],2),i=s[0],o=s[1];if(!i&&za(n))return $a(function(a){return Ua(a,t,e)})(Ut(n));if(!i)throw new TypeError("Invalid event target");return new Rt(function(a){var c=function(){for(var h=[],u=0;u<arguments.length;u++)h[u]=arguments[u];return a.next(1<h.length?h:h[0])};return i(c),function(){return o(c)}})}function lf(n,t){return function(e){return function(r){return n[e](t,r)}}}function xb(n){return xt(n.addListener)&&xt(n.removeListener)}function _b(n){return xt(n.on)&&xt(n.off)}function Sb(n){return xt(n.addEventListener)&&xt(n.removeEventListener)}function Ot(n,t,e){return e?Ot(n,t).pipe(Ba(e)):new Rt(function(r){var s=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];return r.next(o.length===1?o[0]:o)},i=n(s);return xt(t)?function(){return t(s,i)}:void 0})}function Eb(n,t,e){n===void 0&&(n=0),e===void 0&&(e=B1);var r=-1;return t!=null&&(ql(t)?e=t:r=t),new Rt(function(s){var i=sb(n)?+n-e.now():n;i<0&&(i=0);var o=0;return e.schedule(function(){s.closed||(s.next(o++),0<=r?this.schedule(void 0,r):s.complete())},i)})}function fi(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Vr(n),r=U1(n,1/0),s=n;return s.length?s.length===1?Ut(s[0]):hf(r)(Gr(s,e)):Wl}var Cb=Array.isArray;function Tb(n){return n.length===1&&Cb(n[0])?n[0]:n}function Ya(n,t){return ne(function(e,r){var s=0;e.subscribe(Ft(r,function(i){return n.call(t,i,s++)&&r.next(i)}))})}function di(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];return n=Tb(n),n.length===1?Ut(n[0]):new Rt(Pb(n))}function Pb(n){return function(t){for(var e=[],r=function(i){e.push(Ut(n[i]).subscribe(Ft(t,function(o){if(e){for(var a=0;a<e.length;a++)a!==i&&e[a].unsubscribe();e=null}t.next(o)})))},s=0;e&&!t.closed&&s<n.length;s++)r(s)}}function ff(n){return ne(function(t,e){var r=null,s=!1,i;r=t.subscribe(Ft(e,void 0,void 0,function(o){i=Ut(n(o,ff(n)(t))),r?(r.unsubscribe(),r=null,i.subscribe(e)):s=!0})),s&&(r.unsubscribe(),r=null,i.subscribe(e))})}function wn(n,t){return t===void 0&&(t=Gn),n=n??Ab,ne(function(e,r){var s,i=!0;e.subscribe(Ft(r,function(o){var a=t(o);(i||!n(s,a))&&(i=!1,s=a,r.next(o))}))})}function Ab(n,t){return n===t}function df(n,t){return t?function(e){return e.pipe(df(function(r,s){return Ut(n(r,s)).pipe(kt(function(i,o){return t(r,i,s,o)}))}))}:ne(function(e,r){var s=0,i=null,o=!1;e.subscribe(Ft(r,function(a){i||(i=Ft(r,void 0,function(){i=null,o&&r.complete()}),Ut(n(a,s++)).subscribe(i))},function(){o=!0,!i&&r.complete()}))})}function Mb(n){n===void 0&&(n={});var t=n.connector,e=t===void 0?function(){return new Ze}:t,r=n.resetOnError,s=r===void 0?!0:r,i=n.resetOnComplete,o=i===void 0?!0:i,a=n.resetOnRefCountZero,c=a===void 0?!0:a;return function(h){var u,l,d,f=0,p=!1,m=!1,v=function(){l?.unsubscribe(),l=void 0},g=function(){v(),u=d=void 0,p=m=!1},b=function(){var x=u;g(),x?.unsubscribe()};return ne(function(x,w){f++,!m&&!p&&v();var C=d=d??e();w.add(function(){f--,f===0&&!m&&!p&&(l=ja(b,c))}),C.subscribe(w),!u&&f>0&&(u=new mr({next:function(E){return C.next(E)},error:function(E){m=!0,v(),l=ja(g,s,E),C.error(E)},complete:function(){p=!0,v(),l=ja(g,o),C.complete()}}),Ut(x).subscribe(u))})(h)}}function ja(n,t){for(var e=[],r=2;r<arguments.length;r++)e[r-2]=arguments[r];if(t===!0){n();return}if(t!==!1){var s=new mr({next:function(){s.unsubscribe(),n()}});return Ut(t.apply(void 0,bn([],Ke(e)))).subscribe(s)}}function mf(n,t,e){var r,s,i,o,a=!1;return n&&typeof n=="object"?(r=n.bufferSize,o=r===void 0?1/0:r,s=n.windowTime,t=s===void 0?1/0:s,i=n.refCount,a=i===void 0?!1:i,e=n.scheduler):o=n??1/0,Mb({connector:function(){return new L1(o,t,e)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:a})}function Xn(){for(var n=[],t=0;t<arguments.length;t++)n[t]=arguments[t];var e=Vr(n);return ne(function(r,s){(e?uf(n,r,e):uf(n,r)).subscribe(s)})}function mi(n,t){return ne(function(e,r){var s=null,i=0,o=!1,a=function(){return o&&!s&&r.complete()};e.subscribe(Ft(r,function(c){s?.unsubscribe();var h=0,u=i++;Ut(n(c,u)).subscribe(s=Ft(r,function(l){return r.next(t?t(c,l,u,h++):l)},function(){s=null,a()}))},function(){o=!0,a()}))})}function Db(){return mi(Gn)}function Va(n){return ne(function(t,e){Ut(n).subscribe(Ft(e,function(){return e.complete()},jr)),!e.closed&&t.subscribe(e)})}function Hn(n,t,e){var r=xt(n)||t||e?{next:n,error:t,complete:e}:n;return r?ne(function(s,i){var o;(o=r.subscribe)===null||o===void 0||o.call(r);var a=!0;s.subscribe(Ft(i,function(c){var h;(h=r.next)===null||h===void 0||h.call(r,c),i.next(c)},function(){var c;a=!1,(c=r.complete)===null||c===void 0||c.call(r),i.complete()},function(c){var h;a=!1,(h=r.error)===null||h===void 0||h.call(r,c),i.error(c)},function(){var c,h;a&&((c=r.unsubscribe)===null||c===void 0||c.call(r)),(h=r.finalize)===null||h===void 0||h.call(r)}))}):Gn}function Ob(n,t){return ne(function(e,r){var s=t??{},i=s.leading,o=i===void 0?!0:i,a=s.trailing,c=a===void 0?!1:a,h=!1,u=null,l=null,d=!1,f=function(){l?.unsubscribe(),l=null,c&&(v(),d&&r.complete())},p=function(){l=null,d&&r.complete()},m=function(g){return l=Ut(n(g)).subscribe(Ft(r,f,p))},v=function(){if(h){h=!1;var g=u;u=null,r.next(g),!d&&m(g)}};e.subscribe(Ft(r,function(g){h=!0,u=g,!(l&&!l.closed)&&(o?v():m(g))},function(){d=!0,!(c&&h&&l&&!l.closed)&&r.complete()}))})}function Ib(n,t,e){t===void 0&&(t=La);var r=Eb(n,t);return Ob(function(){return r},e)}function Rb(n,t){return ne(function(e,r){var s=[],i=function(o){for(;0<s.length;)s.shift().error(o);r.error(o)};Ut(n).subscribe(Ft(r,function(o){var a=new Ze;s.push(a);var c=new dr,h=function(){Yr(s,a),a.complete(),c.unsubscribe()},u;try{u=Ut(t(o))}catch(l){i(l);return}r.next(a.asObservable()),c.add(u.subscribe(Ft(r,h,jr,i)))},jr)),e.subscribe(Ft(r,function(o){var a,c,h=s.slice();try{for(var u=Vn(h),l=u.next();!l.done;l=u.next()){var d=l.value;d.next(o)}}catch(f){a={error:f}}finally{try{l&&!l.done&&(c=u.return)&&c.call(u)}finally{if(a)throw a.error}}},function(){for(;0<s.length;)s.shift().complete();r.complete()},i,function(){for(;0<s.length;)s.shift().unsubscribe()}))})}function kb(n){return n.toElement?n.toElement:n.currentTarget?n.currentTarget:n.srcElement?n.srcElement:null}function _t(n,t,e,r=!1){const s=async i=>{await e(i)};try{n.addEventListener(t,s,r)}catch{n.attachEvent("on"+t,s)}return()=>{try{n.removeEventListener(t,s,r)}catch{n.detachEvent("on"+t,s)}}}function Lb(n,t,e,r,s=!1){return _t(n||document.body,e,i=>{i.target===t&&r(i)},s)}function Nb(n){n.replaceWith(n.cloneNode(!0))}function Q(n,t,e=!1){return Ua(n,t,{capture:e})}function zb(n){const t=Ot(e=>n.register(e),(e,r)=>{n.unregister?.(e,...r||[])},(...e)=>[...e]);return n.share?t.pipe(mf({bufferSize:n.bufferSize||1,refCount:!0})):t}function pf(n){if(n.stopPropagation){n.stopPropagation();return}try{n.cancelBubble=!0}catch{}}function vn(n){if(n.preventDefault){n.preventDefault();return}try{n.returnValue=!1}catch{}}const Fb=["click","dblclick","wheel","contextmenu","mousedown","mouseup","mousemove","mouseover","mouseout","mouseenter","mouseleave"],Bb=["keydown","keyup","keypress"],$b=["touchstart","touchend","touchcancel","touchmove"],Ub=["pointerdown","pointerup","pointercancel","pointermove"],Yb=["dragstart","drag","dragend","dragenter","dragover","dragleave","drop"],jb=["change"];function pi(n,t={bubbles:!0,detail:{}}){let e;try{const r=Object.assign({bubbles:!0,cancelable:!0,view:window,detail:1,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null},t);Fb.includes(n)?e=new MouseEvent(n,r):Bb.includes(n)?e=new KeyboardEvent(n,r):$b.includes(n)?e=new TouchEvent(n,r):Ub.includes(n)?e=new PointerEvent(n,r):Yb.includes(n)?e=new DragEvent(n,r):jb.includes(n)?e=new Event(n,r):e=new CustomEvent(n,r)}catch{document.createEvent?e=document.createEvent("Event").initEvent(n,!0,!0):document.createEventObject&&(e=document.createEventObject())}return e}function Ga(n,t,e){if(n)if(n.dispatchEvent)n.dispatchEvent(e);else if(n.fireEvent&&document.createEventObject)n.fireEvent("on"+t,e);else throw new Error(`Can't dispatch event : ${t}`)}function Vb(n,t){const e=n.target,r=pi(t);Ga(e,t,r)}function Gb(n){const t=n.target,e="click";if(!/(SELECT|INPUT|TEXTAREA)/i.test(t.tagName)){const r=pi(e);r.view=n.view||window,r.detail=1,r.screenX=t.screenX||0,r.screenY=t.screenY||0,r.clientX=t.clientX||0,r.clientY=t.clientY||0,r.pageX=n.pageX,r.pageY=n.pageY,r.ctrlKey=!!n.ctrlKey,r.altKey=!!n.altKey,r.shiftKey=!!n.shiftKey,r.metaKey=!!n.metaKey,r.button=0,r.relatedTarget=null,r._constructed=!0,Ga(t,e,r)}}function Xb(n,t){const e=n.changedTouches[0];return pi(t,{bubbles:!0,cancelable:!0,view:window,detail:1,screenX:e.screenX,screenY:e.screenY,clientX:e.clientX,clientY:e.clientY,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null})}function Hb(n,t,e,r,s){const i=t/e;let o=0,a=0;switch(n){case"aspectFit":i>=1?(o=r,a=o/i,a>s&&(a=s,o=a*i)):(a=s,o=a*i,o>r&&(o=r,a=o/i));break;case"aspectFill":i>=1?(a=s,o=a*i):(o=r,a=o/i);break;case"widthFix":o=r,a=o/i;break;case"heightFix":a=s,o=a*i;break;case"scaleToFill":default:o=r,a=s;break}return{width:o,height:a}}function gf(n){try{const t=document.createElement("canvas"),e=t.getContext("2d");return t.width=n.width,t.height=n.height,e.drawImage(n,0,0,t.width,t.height),e.getImageData(0,0,t.width,t.height)}catch{return new ImageData(n.width,n.height)}}const Wb=n=>{const t=n.width,e=n.height,r=t*e*3,s=r+54,i=[66,77,s&255,s>>8&255,s>>16&255,s>>24&255,0,0,0,0,54,0,0,0],o=[40,0,0,0,t&255,t>>8&255,t>>16&255,t>>24&255,e&255,e>>8&255,e>>16&255,e>>24&255,1,0,24,0,0,0,0,0,r&255,r>>8&255,r>>16&255,r>>24&255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=(4-t*3%4)%4,c=n.data;let h="";const u=t<<2;let l=e;const d=String.fromCharCode;do{const p=u*(l-1);let m="";for(let v=0;v<t;v++){const g=v<<2;m+=d(c[p+g+2])+d(c[p+g+1])+d(c[p+g])}for(let v=0;v<a;v++)m+=String.fromCharCode(0);h+=m}while(--l);function f(p){if(!window.btoa)throw"btoa undefined";let m="";if(typeof p=="string")m=p;else for(let v=0;v<p.length;v++)m+=String.fromCharCode(p[v]);return btoa(m)}return f(i.concat(o))+f(h)};function qb(n){const{width:t,height:e}=n,r=document.createElement("canvas"),s=r.getContext("2d");return r.width=t,r.height=e,s.putImageData(n,0,0,0,0,t,e),r.toDataURL("image/png")}const Jb=(n,t,e)=>{const{width:r,height:s}=n,i=document.createElement("canvas"),o=i.getContext("2d");i.width=r,i.height=s,o.putImageData(n,0,0,0,0,r,s);const a=`image/${t?t.toLowerCase():"png"}`;i.toBlob(c=>{e?.(null,c)},a,1)};function Kb(n,t){return createImageBitmap(n,t)}function Zb(n){const t=[],e=[],r=[];let s=0;for(let c=0,h=n.data.length;c<h;c+=4)t[s]=n.data[c],e[s]=n.data[c+1],r[s]=n.data[c+2],s+=1;const i=Xa(t),o=Xa(e),a=Xa(r);return"rgb("+i+","+o+","+a+")"}function Xa(n){const t={},e=[],r=[];for(let a=0;a<n.length;a++)t[n[a]]?e.push(n[a]):t[n[a]]=1;let s=0;for(let a=0;a<e.length;a++){s=0;for(let c=0;c<e.length;c++)e[a]===e[c]&&(s+=1),r[a]=s}const i=Math.max.apply(null,r);let o=0;for(;o<r.length;o++)if(r[o]===i)return;return e[o]}const Qb=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[(o*e+e-a-1)*4],s[c+1]=t[(o*e+e-a-1)*4+1],s[c+2]=t[(o*e+e-a-1)*4+2],s[c+3]=t[(o*e+e-a-1)*4+3]}return new ImageData(s,e,r)},tw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[((r-o-1)*e+a)*4],s[c+1]=t[((r-o-1)*e+a)*4+1],s[c+2]=t[((r-o-1)*e+a)*4+2],s[c+3]=t[((r-o-1)*e+a)*4+3]}return new ImageData(s,e,r)},ew=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<r;a++){const c=(o*r+a)*4;s[c]=t[(a*e+e-o-1)*4],s[c+1]=t[(a*e+e-o-1)*4+1],s[c+2]=t[(a*e+e-o-1)*4+2],s[c+3]=t[(a*e+e-o-1)*4+3]}return new ImageData(s,r,e)},nw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<r;a++){const c=(o*r+a)*4;s[c]=t[((r-a-1)*e+o)*4],s[c+1]=t[((r-a-1)*e+o)*4+1],s[c+2]=t[((r-a-1)*e+o)*4+2],s[c+3]=t[((r-a-1)*e+o)*4+3]}return new ImageData(s,r,e)},rw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+1]+t[c+2])/3;s[c]=h,s[c+1]=h,s[c+2]=h,s[c+3]=t[c+3]}return new ImageData(s,e,r)},sw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=.2126*t[c]+.7152*t[c+1]+.0722*t[c+2];s[c]=h,s[c+1]=h,s[c+2]=h,s[c+3]=t[c+3]}return new ImageData(s,e,r)},iw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,u=(t[c]+t[c+1]+t[c+2])/3>127?255:0;s[c]=u,s[c+1]=u,s[c+2]=u,s[c+3]=t[c+3]}return new ImageData(s,e,r)},ow=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=255-t[c],s[c+1]=255-t[c+1],s[c+2]=255-t[c+2],s[c+3]=t[c+3]}return new ImageData(s,e,r)},aw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[c],s[c+1]=0,s[c+2]=0,s[c+3]=t[c+3]}return new ImageData(s,e,r)},cw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=0,s[c+1]=t[c+1],s[c+2]=0,s[c+3]=t[c+3]}return new ImageData(s,e,r)},hw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=0,s[c+1]=0,s[c+2]=t[c+2],s[c+3]=t[c+3]}return new ImageData(s,e,r)},uw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[c],s[c+1]=t[c+1],s[c+2]=0,s[c+3]=t[c+3]}return new ImageData(s,e,r)},lw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[c],s[c+1]=0,s[c+2]=t[c+1],s[c+3]=t[c+3]}return new ImageData(s,e,r)},fw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=0,s[c+1]=t[c+1],s[c+2]=t[c+1],s[c+3]=t[c+3]}return new ImageData(s,e,r)},dw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c+1]+t[c+2])/2;s[c]=t[c],s[c+1]=h,s[c+2]=h,s[c+3]=t[c+3]}return new ImageData(s,e,r)},mw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+2])/2;s[c]=h,s[c+1]=t[c+1],s[c+2]=h,s[c+3]=t[c+3]}return new ImageData(s,e,r)},pw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+1])/2;s[c]=h,s[c+1]=h,s[c+2]=t[c+2],s[c+3]=t[c+3]}return new ImageData(s,e,r)},gw=n=>yf(n,[-1,-1,-1,-1,9,-1,-1,-1,-1]),yw=n=>yf(n,[-1,-1,-1,-1,8,-1,-1,-1,-1]),bw=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;s[c]=t[c],s[c+1]=t[c+1],s[c+2]=t[c+2],s[c+3]=255}return new ImageData(s,e,r)},ww=n=>{const{data:t,width:e,height:r}=n,s=new Uint8ClampedArray(t.length);for(let o=0;o<r;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;if(t[c+3]===0)s[c]=255,s[c+1]=255,s[c+2]=255,s[c+3]=255;else{const h=bf([t[c],t[c+1],t[c+2],t[c+3]],[255,255,255,255]);s[c]=h[0],s[c+1]=h[1],s[c+2]=h[2],s[c+3]=h[3]}}return new ImageData(s,e,r)};function vw(n,t,e,r,s,i=!1,o){const{data:a,width:c,height:h}=n;let u=s,l=r,d=t,f=e;if(u<0?u=0:u>c&&(u=c),l<0?l=0:l>h&&(l=h),d<1?d=1:d>c&&(d=c),f<1?f=1:f>h&&(f=h),u+d>c&&(d=c-u),l+f>h&&(f=h-l),i){const p=new Uint8ClampedArray(a.length);for(let v=0;v<h;v++)for(let g=0;g<c;g++){const b=(v*c+g)*4;g>=u&&g<=u+d&&v>=l&&v<=l+f?(p[b]=a[b],p[b+1]=a[b+1],p[b+2]=a[b+2],p[b+3]=a[b+3]):(p[b]=255,p[b+1]=255,p[b+2]=255,p[b+3]=o&&["JPG","JPEG"].includes(o.toUpperCase())?255:0)}return new ImageData(p,c,h)}else{const p=new Uint8ClampedArray(d*f*4);for(let v=l;v<=l+f;v++)for(let g=u;g<=u+d;g++){const b=((v-l)*d+g-u)*4,x=(v*c+g)*4;p[b]=a[x],p[b+1]=a[x+1],p[b+2]=a[x+2],p[b+3]=a[x+3]}return new ImageData(p,d,f)}}function xw(n,t,e,r){const{data:s,width:i,height:o}=n;let a=t;a>Math.floor(i/2)&&(a=Math.floor(i/2)),a>Math.floor(o/2)&&(a=Math.floor(o/2)),a<0&&(a=0);const c=new Uint8ClampedArray(s.length);for(let u=0;u<o;u++)for(let l=0;l<i;l++){const d=(u*i+l)*4;let f=-1;l<a?u<a?f=Math.sqrt(Math.pow(a-l-1,2)+Math.pow(a-u-1,2)):u>o-a-1&&(f=Math.sqrt(Math.pow(a-l-1,2)+Math.pow(u-(o-a),2))):l>i-a-1&&(u<a?f=Math.sqrt(Math.pow(l-(i-a),2)+Math.pow(a-u-1,2)):u>o-a-1&&(f=Math.sqrt(Math.pow(l-(i-a),2)+Math.pow(u-(o-a),2)))),Math.round(f)>a?(c[d]=255,c[d+1]=255,c[d+2]=255,c[d+3]=r||e.toUpperCase()==="PNG"?0:255):(c[d]=s[d],c[d+1]=s[d+1],c[d+2]=s[d+2],c[d+3]=r||e.toUpperCase()==="PNG"?s[d+3]:255)}return new ImageData(c,i,o)}function _w(n,t,e,r,s,i=1e4){const o=new Image;o.src=n;const a=document.createElement("canvas"),c=a.getContext("2d");return a.width=i,a.height=i,c.drawImage(o,0,0,t,e,0,0,r,s),c.getImageData(0,0,r,s)}function Sw(n,t){const{data:e,width:r,height:s}=n,i=new Uint8ClampedArray(e.length);for(let a=0;a<s;a++)for(let c=0;c<r;c++){const h=(a*r+c)*4;i[h]=Math.max(Math.min(e[h]+t,255),0),i[h+1]=Math.max(Math.min(e[h+1]+t,255),0),i[h+2]=Math.max(Math.min(e[h+2]+t,255),0),i[h+3]=e[h+3]}return new ImageData(i,r,s)}function Ew(n,t,e=!1){const{data:r,width:s,height:i}=n,o=new Uint8ClampedArray(r.length);for(let c=0;c<i;c++)for(let h=0;h<s;h++){const u=(c*s+h)*4;r[u+3]===0?(o[u]=255,o[u+1]=255,o[u+2]=255):(o[u]=r[u],o[u+1]=r[u+1],o[u+2]=r[u+2]);let l=r[u+3];e?l=Math.max(Math.min(Math.floor(255*t),255),0):l=Math.max(Math.min(Math.floor(l+255*t),255),0),o[u+3]=l}return new ImageData(o,s,i)}function Cw(n,t,e,r){const{data:s,width:i,height:o}=n,{data:a,width:c,height:h}=t;let u=e,l=r;e+h>o&&(u=o-h),r+c>i&&(l=i-c);const d=new Uint8ClampedArray(s.length);for(let p=0;p<o;p++)for(let m=0;m<i;m++){const v=(p*i+m)*4;if(m<l||m>l+c||p<=u||p>=u+h)d[v]=s[v],d[v+1]=s[v+1],d[v+2]=s[v+2],d[v+3]=s[v+3];else{const g=(p*i+m-((u+1)*i+(p-(u+1))*(i-c))+c-l-1)*4,b=[a[g],a[g+1],a[g+2],a[g+3]],x=[s[v],s[v+1],s[v+2],s[v+3]],w=bf(b,x);d[v]=w[0],d[v+1]=w[1],d[v+2]=w[2],d[v+3]=w[3]}}return new ImageData(d,i,o)}function Tw(n,t,e,r,s,i=10){const{data:o,width:a,height:c}=n;let h=s,u=r,l=t,d=e;h<0?h=0:h>a&&(h=a),u<0?u=0:u>c&&(u=c),l<1?l=1:l>a&&(l=a),d<1?d=1:d>c&&(d=c),h+l>a&&(l=a-h),u+d>c&&(d=c-u);const f=new Uint8ClampedArray(o.length);for(let m=0;m<c;m++)for(let v=0;v<a;v++){const g=(m*a+v)*4;if(v>=h&&v<=h+l&&m>=u&&m<=u+d){const b=Math.floor((v-h)/i),x=Math.floor((m-u)/i);let w=Math.floor(i*(b+1)-i/2+h),C=Math.floor(i*(x+1)-i/2+u);w>a-1&&(w=a-1),C>c-1&&(C=c-1);const E=(C*a+w)*4;f[g]=o[E],f[g+1]=o[E+1],f[g+2]=o[E+2],f[g+3]=o[E+3]}else f[g]=o[g],f[g+1]=o[g+1],f[g+2]=o[g+2],f[g+3]=o[g+3]}return new ImageData(f,a,c)}function Pw(n,t,e={backgroundColor:{r:0,g:0,b:0,a:255},changeIntoColor:{r:0,g:0,b:0,a:0}}){if(t&&e){const{data:r,width:s,height:i}=n,{data:o}=t,a=new Uint8ClampedArray(r.length),{backgroundColor:c,changeIntoColor:h}=e;for(let l=0;l<i;l++)for(let d=0;d<s;d++){const f=(l*s+d)*4,p=o[f],m=o[f+1],v=o[f+2],g=o[f+3];p===c.r&&m===c.g&&v===c.b&&g===c.a&&h.a!==0?(a[f]=h.r,a[f+1]=h.g,a[f+2]=h.b,a[f+3]=h.a):(a[f]=r[f],a[f+1]=r[f+1],a[f+2]=r[f+2],a[f+3]=r[f+3])}return new ImageData(a,s,i)}return n}function yf(n,t){const{data:e,width:r,height:s}=n,i=new Uint8ClampedArray(e.length);for(let a=0;a<s;a++)for(let c=0;c<r;c++){const h=(a*r+c)*4;for(let u=0;u<3;u++){const l=h+u;c===0||c===r-1||a===0||a===s-1?i[l]=e[l]:i[l]=t[0]*e[l-r*4-4]+t[1]*e[l-r*4]+t[2]*e[l-r*4+4]+t[3]*e[l-4]+t[4]*e[l]+t[5]*e[l+4]+t[6]*e[l+r*4-4]+t[7]*e[l+r*4]+t[8]*e[l+r*4+4]}i[h+3]=e[h+3]}return new ImageData(i,r,s)}function bf(n,t){if(n&&n.length===4&&t&&t.length===4){const e=n[3],r=t[3];if(e===255||r===0)return n;if(e===0)return t;{const s=e/255,i=r/255,o=Math.max(Math.min(Math.floor(n[0]*s+t[0]*i*(1-s)),255),0),a=Math.max(Math.min(Math.floor(n[1]*s+t[1]*i*(1-s)),255),0),c=Math.max(Math.min(Math.floor(n[2]*s+t[2]*i*(1-s)),255),0),h=Math.max(Math.min(Math.floor((s+i*(1-s))*255),255),0);return[o,a,c,h]}}return[255,255,255,255]}const Ha=function(){const n=[];return{writeByte(t){n.push(t&255)},writeShort(t){this.writeByte(t),this.writeByte(t>>>8)},writeBytes(t,e=0,r=t.length){for(let s=0;s<r;s++)this.writeByte(t[s+e])},writeString(t){for(let e=0,r=t.length;e<r;e++)this.writeByte(t.charCodeAt(e))},toByteArray(){return n},toString(){let t="[";for(let e=0,r=n.length;e<r;e++)e>0&&(t+=","),t+=n[e];return t+="]",t}}},wf=function(){let n=0,t=0,e=0,r="";const s=function(o){if(!(o<0)){if(o<26)return 65+o;if(o<52)return 97+(o-26);if(o<62)return 48+(o-52);if(o==62)return 43;if(o==63)return 47}throw new Error("n:"+o)},i=function(o){r+=String.fromCharCode(s(o&63))};return{writeByte(o){for(n=n<<8|o&255,t+=8,e+=1;t>=6;)i(n>>>t-6),t-=6},flush(){if(t>0&&(i(n<<6-t),n=0,t=0),e%3!=0){const o=3-e%3;for(let a=0;a<o;a++)r+="="}},toString(){return r}}},vf=function(n,t,e){const r=new Array(n*n),s=function(a){const c=a;let h=0,u=0;return{write(l,d){if(l>>>d)throw new Error("length over");for(;h+d>=8;)c.writeByte(255&(l<<h|u)),d-=8-h,l>>>=8-h,u=0,h=0;u=l<<h|u,h=h+d},flush(){h>0&&c.writeByte(u)}}},i=function(a){const c=1<<a,h=(1<<a)+1;let u=a+1;const l=o();for(let v=0;v<c;v++)l.add(String.fromCharCode(v));l.add(String.fromCharCode(c)),l.add(String.fromCharCode(h));const d=Ha(),f=s(d);f.write(c,u);let p=0,m=String.fromCharCode(r[p]);for(p+=1;p<r.length;){const v=String.fromCharCode(r[p]);p+=1,l.contains(m+v)?m=m+v:(f.write(l.indexOf(m),u),l.size()<4095&&(l.size()==1<<u&&(u+=1),l.add(m+v)),m=v)}return f.write(l.indexOf(m),u),f.write(h,u),f.flush(),d.toByteArray()},o=function(){const a={};let c=0;return{add(h){if(this.contains(h))throw new Error("dup key:"+h);a[h]=c,c+=1},size(){return c},indexOf(h){return a[h]},contains(h){return typeof a[h]<"u"}}};return{setPixel(a,c,h){r[c*n+a]=h},write(a){a.writeString("GIF87a"),a.writeShort(n),a.writeShort(n),a.writeByte(128),a.writeByte(0),a.writeByte(0),a.writeByte(ir("0x"+t[1]+t[2])),a.writeByte(ir("0x"+t[3]+t[4])),a.writeByte(ir("0x"+t[5]+t[6])),a.writeByte(ir("0x"+e[1]+e[2])),a.writeByte(ir("0x"+e[3]+e[4])),a.writeByte(ir("0x"+e[5]+e[6])),a.writeString(","),a.writeShort(0),a.writeShort(0),a.writeShort(n),a.writeShort(n),a.writeByte(0);const c=2,h=i(c);a.writeByte(c);let u=0;for(;h.length-u>255;)a.writeByte(255),a.writeBytes(h,u,255),u+=255;a.writeByte(h.length-u),a.writeBytes(h,u,h.length-u),a.writeByte(0),a.writeString(";")}}},xf=function(n,t,e,r){const s=vf(n,t,e);for(let h=0;h<n;h++)for(let u=0;u<n;u++)s.setPixel(u,h,r(u,h));const i=Ha();s.write(i);const o=wf(),a=i.toByteArray();for(let h=0,u=a.length;h<u;h++)o.writeByte(a[h]);o.flush();let c="";return c+="data:image/gif;base64,",c+=o,c},pe={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},Xr={M:0,L:1,H:2,Q:3},xn={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},Vt={glog:function(n){if(n<1)throw new Error("glog("+n+")");return Vt.LOG_TABLE[n]},gexp:function(n){for(;n<0;)n+=255;for(;n>=256;)n-=255;return Vt.EXP_TABLE[n]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(let n=0;n<8;n++)Vt.EXP_TABLE[n]=1<<n;for(let n=8;n<256;n++)Vt.EXP_TABLE[n]=Vt.EXP_TABLE[n-4]^Vt.EXP_TABLE[n-5]^Vt.EXP_TABLE[n-6]^Vt.EXP_TABLE[n-8];for(let n=0;n<255;n++)Vt.LOG_TABLE[Vt.EXP_TABLE[n]]=n;const At={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(n){let t=n<<10;for(;At.getBCHDigit(t)-At.getBCHDigit(At.G15)>=0;)t^=At.G15<<At.getBCHDigit(t)-At.getBCHDigit(At.G15);return(n<<10|t)^At.G15_MASK},getBCHTypeNumber:function(n){let t=n<<12;for(;At.getBCHDigit(t)-At.getBCHDigit(At.G18)>=0;)t^=At.G18<<At.getBCHDigit(t)-At.getBCHDigit(At.G18);return n<<12|t},getBCHDigit:function(n){let t=0;for(;n!=0;)t++,n>>>=1;return t},getPatternPosition:function(n){return At.PATTERN_POSITION_TABLE[n-1]},getMask:function(n,t,e){switch(n){case xn.PATTERN000:return(t+e)%2==0;case xn.PATTERN001:return t%2==0;case xn.PATTERN010:return e%3==0;case xn.PATTERN011:return(t+e)%3==0;case xn.PATTERN100:return(Math.floor(t/2)+Math.floor(e/3))%2==0;case xn.PATTERN101:return t*e%2+t*e%3==0;case xn.PATTERN110:return(t*e%2+t*e%3)%2==0;case xn.PATTERN111:return(t*e%3+(t+e)%2)%2==0;default:throw new Error("bad maskPattern:"+n)}},getErrorCorrectPolynomial:function(n){let t=new pr([1],0);for(let e=0;e<n;e++)t=t.multiply(new pr([1,Vt.gexp(e)],0));return t},getLengthInBits:function(n,t){if(1<=t&&t<10)switch(n){case pe.MODE_NUMBER:return 10;case pe.MODE_ALPHA_NUM:return 9;case pe.MODE_8BIT_BYTE:return 8;case pe.MODE_KANJI:return 8;default:throw new Error("mode:"+n)}else if(t<27)switch(n){case pe.MODE_NUMBER:return 12;case pe.MODE_ALPHA_NUM:return 11;case pe.MODE_8BIT_BYTE:return 16;case pe.MODE_KANJI:return 10;default:throw new Error("mode:"+n)}else if(t<41)switch(n){case pe.MODE_NUMBER:return 14;case pe.MODE_ALPHA_NUM:return 13;case pe.MODE_8BIT_BYTE:return 16;case pe.MODE_KANJI:return 12;default:throw new Error("mode:"+n)}else throw new Error("type:"+t)},getLostPoint:function(n){const t=n.getModuleCount();let e=0;for(let i=0;i<t;i++)for(let o=0;o<t;o++){let a=0;const c=n.isDark(i,o);for(let h=-1;h<=1;h++)if(!(i+h<0||t<=i+h))for(let u=-1;u<=1;u++)o+u<0||t<=o+u||h==0&&u==0||c==n.isDark(i+h,o+u)&&a++;a>5&&(e+=3+a-5)}for(let i=0;i<t-1;i++)for(let o=0;o<t-1;o++){let a=0;n.isDark(i,o)&&a++,n.isDark(i+1,o)&&a++,n.isDark(i,o+1)&&a++,n.isDark(i+1,o+1)&&a++,(a==0||a==4)&&(e+=3)}for(let i=0;i<t;i++)for(let o=0;o<t-6;o++)n.isDark(i,o)&&!n.isDark(i,o+1)&&n.isDark(i,o+2)&&n.isDark(i,o+3)&&n.isDark(i,o+4)&&!n.isDark(i,o+5)&&n.isDark(i,o+6)&&(e+=40);for(let i=0;i<t;i++)for(let o=0;o<t-6;o++)n.isDark(o,i)&&!n.isDark(o+1,i)&&n.isDark(o+2,i)&&n.isDark(o+3,i)&&n.isDark(o+4,i)&&!n.isDark(o+5,i)&&n.isDark(o+6,i)&&(e+=40);let r=0;for(let i=0;i<t;i++)for(let o=0;o<t;o++)n.isDark(o,i)&&r++;const s=Math.abs(100*r/t/t-50)/5;return e+=s*10,e}};class pr{num;constructor(t,e){if(t.length==null)throw new Error(t.length+"/"+e);let r=0;for(;r<t.length&&t[r]==0;)r++;this.num=new Array(t.length-r+e);for(let s=0;s<t.length-r;s++)this.num[s]=t[s+r]}get(t){return this.num[t]}getLength(){return this.num.length}multiply(t){const e=new Array(this.getLength()+t.getLength()-1);for(let r=0;r<this.getLength();r++)for(let s=0;s<t.getLength();s++)e[r+s]^=Vt.gexp(Vt.glog(this.get(r))+Vt.glog(t.get(s)));return new pr(e,0)}mod(t){if(this.getLength()-t.getLength()<0)return this;const e=Vt.glog(this.get(0))-Vt.glog(t.get(0)),r=new Array(this.getLength());for(let s=0;s<this.getLength();s++)r[s]=this.get(s);for(let s=0;s<t.getLength();s++)r[s]^=Vt.gexp(Vt.glog(t.get(s))+e);return new pr(r,0).mod(t)}}class tn{totalCount;dataCount;constructor(t,e){this.totalCount=t,this.dataCount=e}static RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]];static getRSBlocks(t,e){const r=tn.getRsBlockTable(t,e);if(r==null)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);const s=r.length/3,i=[];for(let o=0;o<s;o++){const a=r[o*3+0],c=r[o*3+1],h=r[o*3+2];for(let u=0;u<a;u++)i.push(new tn(c,h))}return i}static getRsBlockTable(t,e){switch(e){case Xr.L:return tn.RS_BLOCK_TABLE[(t-1)*4+0];case Xr.M:return tn.RS_BLOCK_TABLE[(t-1)*4+1];case Xr.Q:return tn.RS_BLOCK_TABLE[(t-1)*4+2];case Xr.H:return tn.RS_BLOCK_TABLE[(t-1)*4+3];default:return}}}class _f{buffer;length;constructor(){this.buffer=[],this.length=0}get(t){const e=Math.floor(t/8);return(this.buffer[e]>>>7-t%8&1)==1}put(t,e){for(let r=0;r<e;r++)this.putBit((t>>>e-r-1&1)==1)}getLengthInBits(){return this.length}putBit(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}}class Aw{mode;data;constructor(t){this.mode=pe.MODE_8BIT_BYTE,this.data=t}getLength(){return this.data.length}write(t){for(let e=0,r=this.data.length;e<r;e++)t.put(this.data.charCodeAt(e),8)}}class _n{static PAD0=236;static PAD1=17;typeNumber;errorCorrectLevel;modules;moduleCount;dataCache;dataList;constructor(t,e){this.typeNumber=t,this.errorCorrectLevel=Xr[e],this.modules=[],this.moduleCount=0,this.dataCache=null,this.dataList=[]}addData(t){const e=new Aw(t);this.dataList.push(e),this.dataCache=null}isDark(t,e){if(t<0||this.moduleCount<=t||e<0||this.moduleCount<=e)throw new Error(t+","+e);return this.modules[t][e]}getModuleCount(){return this.moduleCount}make(){if(this.typeNumber<1){let t=1;for(t=1;t<40;t++){const e=tn.getRSBlocks(t,this.errorCorrectLevel),r=new _f;let s=0;for(let i=0;i<e.length;i++)s+=e[i].dataCount;for(let i=0;i<this.dataList.length;i++){const o=this.dataList[i];r.put(o.mode,4),r.put(o.getLength(),At.getLengthInBits(o.mode,t)),o.write(r)}if(r.getLengthInBits()<=s*8)break}this.typeNumber=t}this.makeImpl(!1,this.getBestMaskPattern())}makeImpl(t,e){this.moduleCount=this.typeNumber*4+17,this.modules=new Array(this.moduleCount);for(let r=0;r<this.moduleCount;r++){this.modules[r]=new Array(this.moduleCount);for(let s=0;s<this.moduleCount;s++)this.modules[r][s]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(t,e),this.typeNumber>=7&&this.setupTypeNumber(t),this.dataCache==null&&(this.dataCache=_n.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)}setupPositionProbePattern(t,e){for(let r=-1;r<=7;r++)if(!(t+r<=-1||this.moduleCount<=t+r))for(let s=-1;s<=7;s++)e+s<=-1||this.moduleCount<=e+s||(0<=r&&r<=6&&(s==0||s==6)||0<=s&&s<=6&&(r==0||r==6)||2<=r&&r<=4&&2<=s&&s<=4?this.modules[t+r][e+s]=!0:this.modules[t+r][e+s]=!1)}getBestMaskPattern(){let t=0,e=0;for(let r=0;r<8;r++){this.makeImpl(!0,r);const s=At.getLostPoint(this);(r==0||t>s)&&(t=s,e=r)}return e}createMovieClip(t,e,r){const s=t.createEmptyMovieClip(e,r),i=1;this.make();for(let o=0;o<this.modules.length;o++){const a=o*i;for(let c=0;c<this.modules[o].length;c++){const h=c*i;this.modules[o][c]&&(s.beginFill(0,100),s.moveTo(h,a),s.lineTo(h+i,a),s.lineTo(h+i,a+i),s.lineTo(h,a+i),s.endFill())}}return s}setupTimingPattern(){for(let t=8;t<this.moduleCount-8;t++)this.modules[t][6]==null&&(this.modules[t][6]=t%2==0);for(let t=8;t<this.moduleCount-8;t++)this.modules[6][t]==null&&(this.modules[6][t]=t%2==0)}setupPositionAdjustPattern(){const t=At.getPatternPosition(this.typeNumber);for(let e=0;e<t.length;e++)for(let r=0;r<t.length;r++){const s=t[e],i=t[r];if(this.modules[s][i]==null)for(let o=-2;o<=2;o++)for(let a=-2;a<=2;a++)o==-2||o==2||a==-2||a==2||o==0&&a==0?this.modules[s+o][i+a]=!0:this.modules[s+o][i+a]=!1}}setupTypeNumber(t){const e=At.getBCHTypeNumber(this.typeNumber);for(let r=0;r<18;r++){const s=!t&&(e>>r&1)==1;this.modules[Math.floor(r/3)][r%3+this.moduleCount-8-3]=s}for(let r=0;r<18;r++){const s=!t&&(e>>r&1)==1;this.modules[r%3+this.moduleCount-8-3][Math.floor(r/3)]=s}}setupTypeInfo(t,e){const r=this.errorCorrectLevel<<3|e,s=At.getBCHTypeInfo(r);for(let i=0;i<15;i++){const o=!t&&(s>>i&1)==1;i<6?this.modules[i][8]=o:i<8?this.modules[i+1][8]=o:this.modules[this.moduleCount-15+i][8]=o}for(let i=0;i<15;i++){const o=!t&&(s>>i&1)==1;i<8?this.modules[8][this.moduleCount-i-1]=o:i<9?this.modules[8][15-i-1+1]=o:this.modules[8][15-i-1]=o}this.modules[this.moduleCount-8][8]=!t}mapData(t,e){let r=-1,s=this.moduleCount-1,i=7,o=0;for(let a=this.moduleCount-1;a>0;a-=2)for(a==6&&a--;;){for(let c=0;c<2;c++)if(this.modules[s][a-c]==null){let h=!1;o<t.length&&(h=(t[o]>>>i&1)==1),At.getMask(e,s,a-c)&&(h=!h),this.modules[s][a-c]=h,i--,i==-1&&(o++,i=7)}if(s+=r,s<0||this.moduleCount<=s){s-=r,r=-r;break}}}static createData(t,e,r){const s=tn.getRSBlocks(t,e),i=new _f;for(let a=0;a<r.length;a++){const c=r[a];i.put(c.mode,4),i.put(c.getLength(),At.getLengthInBits(c.mode,t)),c.write(i)}let o=0;for(let a=0;a<s.length;a++)o+=s[a].dataCount;if(i.getLengthInBits()>o*8)throw new Error("code length overflow. ("+i.getLengthInBits()+">"+o*8+")");for(i.getLengthInBits()+4<=o*8&&i.put(0,4);i.getLengthInBits()%8!=0;)i.putBit(!1);for(;!(i.getLengthInBits()>=o*8||(i.put(_n.PAD0,8),i.getLengthInBits()>=o*8));)i.put(_n.PAD1,8);return _n.createBytes(i,s)}static createBytes(t,e){let r=0,s=0,i=0;const o=new Array(e.length),a=new Array(e.length);for(let l=0;l<e.length;l++){const d=e[l].dataCount,f=e[l].totalCount-d;s=Math.max(s,d),i=Math.max(i,f),o[l]=new Array(d);for(let g=0;g<o[l].length;g++)o[l][g]=255&t.buffer[g+r];r+=d;const p=At.getErrorCorrectPolynomial(f),v=new pr(o[l],p.getLength()-1).mod(p);a[l]=new Array(p.getLength()-1);for(let g=0;g<a[l].length;g++){const b=g+v.getLength()-a[l].length;a[l][g]=b>=0?v.get(b):0}}let c=0;for(let l=0;l<e.length;l++)c+=e[l].totalCount;const h=new Array(c);let u=0;for(let l=0;l<s;l++)for(let d=0;d<e.length;d++)l<o[d].length&&(h[u++]=o[d][l]);for(let l=0;l<i;l++)for(let d=0;d<e.length;d++)l<a[d].length&&(h[u++]=a[d][l]);return h}}const Sf=Math.ceil,Hr=Math.floor,Ef=Math.round;function Mw(n,t){const e=mu(n),r=t?.ecc||"H",s=t?.size||256,i=-1,o=t?.padding||0,a=t?.color||"#000000",c=t?.background||"#ffffff",h=new _n(i,r);h.addData(e),h.make();const u=h.getModuleCount(),l=(s-o*2)/u,d=o,f=s-o;return xf(s,a,c,function(p,m){if(d<=p&&p<f&&d<=m&&m<f){const v=Hr((p-d)/l),g=Hr((m-d)/l);return h.isDark(g,v)?0:1}else return 1})}function Dw(n,t){const e=t.x||0,r=t.y||0,s=mu(n),i=t.ctx,o=t.ecc||"H",a=typeof t.size=="number"?Hr(t.size):256,c=t.padding||0,h=-1,u=t.color||"#000000",l=t.background||"#ffffff",d=new _n(h,o);d.addData(s),d.make();const f=d.getModuleCount(),p=(a-c*2)/f;i.fillStyle=l,i.fillRect(e,r,a,a);for(let m=0;m<f;m++)for(let v=0;v<f;v++){const g=Sf((v+1)*p)-Hr(v*p),b=Sf((m+1)*p)-Hr(m*p);i.fillStyle=d.isDark(m,v)?u:l,i.fillRect(e+Ef(v*p)+c,r+Ef(m*p)+c,g,b)}}function pt(n){return n*Math.PI/180}function Gt(n){return n*180/Math.PI}function gr(n,t,e=0){return Math.sqrt(n*n+t*t+e*e)}function Sn(n,t,e,r){return gr(e-n,r-t)}function ge(n,t,e,r){let s=Math.atan2(r-t,e-n);return s<0&&(s+=Math.PI*2),s}function En(n,t){return{dx:Math.cos(n)*t,dy:Math.sin(n)*t}}function Ow(n,t,e){if(typeof e=="number"){const r=gr(n,t,e);return{x:n/=r,y:t/=r,z:e/=r}}else{const r=gr(n,t);return{x:n/=r,y:t/=r}}}function Iw(n,t,e,r,s=10){if(Math.abs(e-n)<s&&Math.abs(r-t)<s)return"no";const i=Gt(ge(n,t,e,r));return i>=-135&&i<=-45?"up":i>45&&i<135?"down":i>=135&&i<=180||i>=-180&&i<-135?"left":"right"}class gi{x=0;y=0;constructor(t=0,e=0){this.x=t,this.y=e}get width(){return this.x}set width(t){this.x=t}get height(){return this.y}set height(t){this.y=t}set(t=0,e=0){return this.x=t,this.y=e,this}setScalar(t){return this.x=t,this.y=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;default:throw new Error("index is out of range: "+t)}}copy(t){return this.x=t.x,this.y=t.y,this}clone(){return new gi(this.x,this.y)}add(t){return this.x+=t.x,this.y+=t.y,this}addScalar(t){return this.x+=t,this.y+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this}subScalar(t){return this.x-=t,this.y-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this}multiply(t){return this.x*=t.x,this.y*=t.y,this}multiplyScalar(t){return this.x*=t,this.y*=t,this}divide(t){return this.x/=t.x,this.y/=t.y,this}divideScalar(t){return this.multiplyScalar(1/t)}applyMatrix3(t){const e=this.x,r=this.y;return this.x=t.m11*e+t.m21*r+t.m31,this.y=t.m12*e+t.m22*r+t.m32,this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this}clamp(t,e){return this.x=Z(this.x,t.x,e.x),this.y=Z(this.y,t.y,e.y),this}clampScalar(t,e){return this.x=Z(this.x,t,e),this.y=Z(this.y,t,e),this}clampLength(t,e){const r=this.length();return this.divideScalar(r||1).multiplyScalar(Z(r,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this}negate(){return this.x=-this.x,this.y=-this.y,this}dot(t){return this.x*t.x+this.y*t.y}cross(t){return this.x*t.y-this.y*t.x}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0);const r=t.dot(this)/e;return this.copy(t).multiplyScalar(r)}perpendOnVector(t){return Cf.copy(this).projectOnVector(t),this.sub(Cf)}length(){return Math.sqrt(this.x*this.x+this.y*this.y)}lengthSq(){return this.x*this.x+this.y*this.y}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}normalize(){return this.divideScalar(this.length()||1)}angle(){return Math.atan2(-this.y,-this.x)+Math.PI}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const r=this.dot(t)/e;return Math.acos(Z(r,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,r=this.y-t.y;return e*e+r*r}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this}lerpVectors(t,e,r){return this.x=t.x+(e.x-t.x)*r,this.y=t.y+(e.y-t.y)*r,this}equals(t){return t.x===this.x&&t.y===this.y}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t}rotateAround(t,e){const r=Math.cos(e),s=Math.sin(e),i=this.x-t.x,o=this.y-t.y;return this.x=i*r-o*s+t.x,this.y=i*s+o*r+t.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}}class Be{x=0;y=0;z=0;constructor(t=0,e=0,r=0){this.x=t,this.y=e,this.z=r}set(t=0,e=0,r=0){return this.x=t,this.y=e,this.z=r,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}}clone(){return new Be(this.x,this.y,this.z)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this}multiplyVectors(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this.z=t.z*e.z,this}applyMatrix3(t){const e=this.x,r=this.y,s=this.z,i=t.value;return this.x=i[0]*e+i[3]*r+i[6]*s,this.y=i[1]*e+i[4]*r+i[7]*s,this.z=i[2]*e+i[5]*r+i[8]*s,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const e=this.x,r=this.y,s=this.z,i=t.value,o=1/(i[3]*e+i[7]*r+i[11]*s+i[15]);return this.x=(i[0]*e+i[4]*r+i[8]*s+i[12])*o,this.y=(i[1]*e+i[5]*r+i[9]*s+i[13])*o,this.z=(i[2]*e+i[6]*r+i[10]*s+i[14])*o,this}transformDirection(t){const e=this.x,r=this.y,s=this.z,i=t.value;return this.x=i[0]*e+i[4]*r+i[8]*s,this.y=i[1]*e+i[5]*r+i[9]*s,this.z=i[2]*e+i[6]*r+i[10]*s,this.normalize()}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this}clamp(t,e){return this.x=Z(this.x,t.x,e.x),this.y=Z(this.y,t.y,e.y),this.z=Z(this.z,t.z,e.z),this}clampScalar(t,e){return this.x=Z(this.x,t,e),this.y=Z(this.y,t,e),this.z=Z(this.z,t,e),this}clampLength(t,e){const r=this.length();return this.divideScalar(r||1).multiplyScalar(Z(r,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this}lerpVectors(t,e,r){return this.x=t.x+(e.x-t.x)*r,this.y=t.y+(e.y-t.y)*r,this.z=t.z+(e.z-t.z)*r,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,e){const r=t.x,s=t.y,i=t.z,o=e.x,a=e.y,c=e.z;return this.x=s*c-i*a,this.y=i*o-r*c,this.z=r*a-s*o,this}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0);const r=t.dot(this)/e;return this.copy(t).multiplyScalar(r)}perpendOnVector(t){return qa.copy(this).projectOnVector(t),this.sub(qa)}projectOnPlane(t){return this.perpendOnVector(t)}reflect(t){return this.sub(qa.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const r=this.dot(t)/e;return Math.acos(Z(r,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,r=this.y-t.y,s=this.z-t.z;return e*e+r*r+s*s}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this}setFromMatrix4Scale(t){const e=this.setFromMatrix4Column(t,0).length(),r=this.setFromMatrix4Column(t,1).length(),s=this.setFromMatrix4Column(t,2).length();return this.x=e,this.y=r,this.z=s,this}setFromMatrix4Column(t,e){return this.fromArray(t.value,e*4)}setFromMatrix3Column(t,e){return this.fromArray(t.value,e*3)}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const t=Math.random()*Math.PI*2,e=Math.random()*2-1,r=Math.sqrt(1-e*e);return this.x=r*Math.cos(t),this.y=e,this.z=r*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}class Wa{x=0;y=0;z=0;w=1;constructor(t=0,e=0,r=0,s=1){this.x=t,this.y=e,this.z=r,this.w=s}get width(){return this.z}set width(t){this.z=t}get height(){return this.w}set height(t){this.w=t}set(t=0,e=0,r=0,s=1){return this.x=t,this.y=e,this.z=r,this.w=s,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this.w=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setW(t){return this.w=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;case 3:this.w=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;case 3:return this.w;default:throw new Error("index is out of range: "+t)}}clone(){return new Wa(this.x,this.y,this.z,this.w)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this.w=t.w,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this.w+=t.w,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this.w+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this.w=t.w+e.w,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this.w+=t.w*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this.w-=t.w,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this.w-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this.w=t.w-e.w,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this.w*=t.w,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this.w*=t,this}applyMatrix4(t){const e=this.x,r=this.y,s=this.z,i=this.w,o=t.value;return this.x=o[0]*e+o[4]*r+o[8]*s+o[12]*i,this.y=o[1]*e+o[5]*r+o[9]*s+o[13]*i,this.z=o[2]*e+o[6]*r+o[10]*s+o[14]*i,this.w=o[3]*e+o[7]*r+o[11]*s+o[15]*i,this}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this.w/=t.w,this}divideScalar(t){return this.multiplyScalar(1/t)}setAxisAngleFromRotationMatrix4(t){let e,r,s,i;const c=t.value,h=c[0],u=c[4],l=c[8],d=c[1],f=c[5],p=c[9],m=c[2],v=c[6],g=c[10];if(Math.abs(u-d)<.01&&Math.abs(l-m)<.01&&Math.abs(p-v)<.01){if(Math.abs(u+d)<.1&&Math.abs(l+m)<.1&&Math.abs(p+v)<.1&&Math.abs(h+f+g-3)<.1)return this.set(1,0,0,0),this;e=Math.PI;const x=(h+1)/2,w=(f+1)/2,C=(g+1)/2,E=(u+d)/4,O=(l+m)/4,U=(p+v)/4;return x>w&&x>C?x<.01?(r=0,s=.707106781,i=.707106781):(r=Math.sqrt(x),s=E/r,i=O/r):w>C?w<.01?(r=.707106781,s=0,i=.707106781):(s=Math.sqrt(w),r=E/s,i=U/s):C<.01?(r=.707106781,s=.707106781,i=0):(i=Math.sqrt(C),r=O/i,s=U/i),this.set(r,s,i,e),this}let b=Math.sqrt((v-p)*(v-p)+(l-m)*(l-m)+(d-u)*(d-u));return Math.abs(b)<.001&&(b=1),this.x=(v-p)/b,this.y=(l-m)/b,this.z=(d-u)/b,this.w=Math.acos((h+f+g-1)/2),this}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this.w=e[15],this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this.w=Math.min(this.w,t.w),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this.w=Math.max(this.w,t.w),this}clamp(t,e){return this.x=Z(this.x,t.x,e.x),this.y=Z(this.y,t.y,e.y),this.z=Z(this.z,t.z,e.z),this.w=Z(this.w,t.w,e.w),this}clampScalar(t,e){return this.x=Z(this.x,t,e),this.y=Z(this.y,t,e),this.z=Z(this.z,t,e),this.w=Z(this.w,t,e),this}clampLength(t,e){const r=this.length();return this.divideScalar(r||1).multiplyScalar(Z(r,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this.w=Math.floor(this.w),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this.w=Math.ceil(this.w),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this.w=Math.round(this.w),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this.w=Math.trunc(this.w),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this.w=-this.w,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z+this.w*t.w}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)+Math.abs(this.w)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0,1);const r=t.dot(this)/e;return this.copy(t).multiplyScalar(r)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this.w+=(t.w-this.w)*e,this}lerpVectors(t,e,r){return this.x=t.x+(e.x-t.x)*r,this.y=t.y+(e.y-t.y)*r,this.z=t.z+(e.z-t.z)*r,this.w=t.w+(e.w-t.w)*r,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z&&t.w===this.w}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this.w=t[e+3],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t[e+3]=this.w,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this.w=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z,yield this.w}}const Cf=new gi,qa=new Be,Tf=Rw("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function Rw(n,t=10){const e={},r=n.split(",");for(let s=0;s<r.length;s+=2){const i="&"+r[s+1]+";",o=parseInt(r[s],t);e[i]="&#"+o+";"}return e["\\xa0"]="&#160;",e}function re(n,t){const e=Object.keys(t);for(let r=0;r<e.length;r++)n=n.replace(new RegExp("{"+e[r]+"}","gi"),""+t[e[r]]);return n}function yi(n){let t,e;if(!n)throw new Error("cannot create a random attribute name for an undefined object");const r="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=r[Math.floor(Math.random()*r.length)];while(n[t]);return t}function kw(n){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[n]||t.start}function Lw(n){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[n]||t.alphabetic}const Wr={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"},lineDashOffset:{svgAttr:"stroke-dashoffset",canvas:0,svg:0,apply:"stroke"}};let bi=class{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const r=this.__ctx.__createElement("stop");if(r.setAttribute("offset",""+t),e.indexOf("rgba")!==-1){const i=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(e);i&&(r.setAttribute("stop-color",re("rgb({r},{g},{b})",{r:i[1],g:i[2],b:i[3]})),r.setAttribute("stop-opacity",i[4]))}else r.setAttribute("stop-color",e);this.__root.appendChild(r)}},Ja=class{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}},Pf=class ou{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:r=500}){t?(this.__canvas=t,this.__ctx=t.getContext("2d"),this.width=t.width,this.height=t.height):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d"),this.width=e,this.height=r),this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(Wr);for(let e=0,r=t.length;e<r;e++){const s=t[e];this[s]=Wr[s].canvas}}__getStyleState(){const t={},e=Object.keys(Wr);for(let r=0,s=e.length;r<s;r++){const i=e[r];t[i]=this[i]}return t}__applyStyleState(t){const e=Object.keys(t);for(let r=0,s=e.length;r<s;r++){const i=e[r];this[i]=t[i]}}__createElement(t,e={},r=!1){const s=this.__document.createElementNS("http://www.w3.org/2000/svg",t),i=Object.keys(e);r&&(s.setAttribute("fill","none"),s.setAttribute("stroke","none"));for(let o=0;o<i.length;o++){const a=i[o];s.setAttribute(a,e[a])}return s}__applyStyleToCurrentElement(t){let e=this.__currentElement;const r=this.__currentElementsToStyle;r&&(e.setAttribute(t,""),e=r.element,r.children.forEach(i=>{i.setAttribute(t,"")}));const s=Object.keys(Wr);for(let i=0;i<s.length;i++){const o=Wr[s[i]],a=this[s[i]];if(o.apply){if(a instanceof Ja){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const c=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[c]=c,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,re("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof bi)e.setAttribute(o.apply,re("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const h=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(h){e.setAttribute(o.svgAttr,re("rgb({r},{g},{b})",{r:h[1],g:h[2],b:h[3]}));let u=parseFloat(h[4]);const l=this.globalAlpha;l!=null&&(u*=l),e.setAttribute(o.svgAttr+"-opacity",""+u)}}else{let c=o.svgAttr;if(s[i]==="globalAlpha"&&(c=t+"-"+o.svgAttr,e.getAttribute(c)))continue;c&&e.setAttribute(c,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let e=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(e)&&(e=e.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const s=Object.keys(Tf);for(let i=0,o=s.length;i<o;i++){const a=s[i],c=Tf[a],h=new RegExp(a,"gi");h.test(e)&&(e=e.replace(h,c))}}return e}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),e=this.__closestGroupOrSvg();this.__groupStack.push(e),e.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const e=this.__styleStack.pop();e&&this.__applyStyleState(e)}__addTransform(t){const e=this.__closestGroupOrSvg();if(e.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:e,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const s=this.__createElement("g");e.appendChild(s),this.__currentElement=s}let r=this.__currentElement.getAttribute("transform");r?r+=" ":r="",r+=t,this.__currentElement.setAttribute("transform",r)}scale(t,e){e===void 0&&(e=t),this.__addTransform(re("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(re("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(re("translate({x},{y})",{x:t,y:e}))}transform(t,e,r,s,i,o){this.__addTransform(re("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:r,d:s,e:i,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"&&t.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,e){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:e},this.__addPathCommand(re("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,e){this.__currentPosition={x:t,y:e},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(re("L {x} {y}",this.__currentPosition)):this.__addPathCommand(re("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,r,s,i,o){this.__currentPosition={x:i,y:o},this.__addPathCommand(re("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:r,cp2y:s,x:i,y:o}))}quadraticCurveTo(t,e,r,s){this.__currentPosition={x:r,y:s},this.__addPathCommand(re("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:r,y:s}))}normalize(t){const e=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/e,t[1]/e]}arcTo(t,e,r,s,i){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(i<0)throw new Error("IndexSizeError: The radius provided ("+i+") is negative.");if(o===t&&a===e||t===r&&e===s||i===0){this.lineTo(t,e);return}const c=this.normalize([o-t,a-e]),h=this.normalize([r-t,s-e]);if(c[0]*h[1]===c[1]*h[0]){this.lineTo(t,e);return}const u=c[0]*h[0]+c[1]*h[1],l=Math.acos(Math.abs(u)),d=this.normalize([c[0]+h[0],c[1]+h[1]]),f=i/Math.sin(l/2),p=t+f*d[0],m=e+f*d[1],v=[-c[1],c[0]],g=[h[1],-h[0]],b=function(C){const E=C[0];return C[1]>=0?Math.acos(E):-Math.acos(E)},x=b(v),w=b(g);this.lineTo(p+v[0]*i,m+v[1]*i),this.arc(p,m,i,x,w)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,r,s){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+r,e),this.lineTo(t+r,e+s),this.lineTo(t,e+s),this.lineTo(t,e),this.closePath()}fillRect(t,e,r,s){const i=this.__createElement("rect",{x:t,y:e,width:r,height:s},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,r,s){const i=this.__createElement("rect",{x:t,y:e,width:r,height:s},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),r=this.__rootSVG.childNodes[1],s=r.childNodes;for(let i=s.length-1;i>=0;i--)s[i]&&r.removeChild(s[i]);this.__currentElement=r,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,r,s){if(t===0&&e===0&&r===this.width&&s===this.height){this.__clearCanvas();return}const i=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:r,height:s,fill:"#FFFFFF"},!0);i.appendChild(o)}createLinearGradient(t,e,r,s){const i=this.__createElement("linearGradient",{id:yi(this.__ids),x1:t+"px",x2:r+"px",y1:e+"px",y2:s+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(i),new bi(i,this)}createRadialGradient(t,e,r,s,i,o){const a=this.__createElement("radialGradient",{id:yi(this.__ids),cx:s+"px",cy:i+"px",r:o+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new bi(a,this)}__parseFont(){const e=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),r={style:e[1]||"normal",size:e[4]||"10px",family:e[6]||"sans-serif",weight:e[3]||"normal",decoration:e[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(r.decoration="underline"),this.__fontHref&&(r.href=this.__fontHref),r}__wrapTextLink(t,e){if(t.href){const r=this.__createElement("a");return r.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),r.appendChild(e),r}return e}__applyText(t,e,r,s){const i=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":i.family,"font-size":i.size,"font-style":i.style,"font-weight":i.weight,"text-decoration":i.decoration,x:e,y:r,"text-anchor":kw(this.textAlign),"dominant-baseline":Lw(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(s),o.appendChild(this.__wrapTextLink(i,a))}fillText(t,e,r){this.__applyText(t,e,r,"fill")}strokeText(t,e,r){this.__applyText(t,e,r,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,r,s,i,o){if(s===i)return;s=s%(2*Math.PI),i=i%(2*Math.PI),s===i&&(i=(i+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+r*Math.cos(i),c=e+r*Math.sin(i),h=t+r*Math.cos(s),u=e+r*Math.sin(s),l=o?0:1;let d=0,f=i-s;f<0&&(f+=2*Math.PI),o?d=f>Math.PI?0:1:d=f>Math.PI?1:0,this.lineTo(h,u),this.__addPathCommand(re("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:r,ry:r,xAxisRotation:0,largeArcFlag:d,sweepFlag:l,endX:a,endY:c})),this.__currentPosition={x:a,y:c}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),r=yi(this.__ids),s=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",r),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",re("url(#{id})",{id:r})),t.appendChild(s),this.__currentElement=s}drawImage(...t){let e=t[0],r,s,i,o,a=0,c=0,h,u,l,d,f,p,m,v;if(t.length===3)r=t[1],s=t[2],h=e.width,u=e.height,i=h,o=u;else if(t.length===5)r=t[1],s=t[2],i=t[3],o=t[4],h=e.width,u=e.height;else if(t.length===9)a=t[1],c=t[2],h=t[3],u=t[4],r=t[5],s=t[6],i=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const g=this.__closestGroupOrSvg();this.__currentElement;const b="translate("+r+", "+s+")";if(e instanceof ou){if(l=e.getSvg().cloneNode(!0),l.childNodes&&l.childNodes.length>1){for(d=l.childNodes[0];d.childNodes.length;)v=d.childNodes[0].getAttribute("id"),this.__ids[v]=v,this.__SVGdefs.appendChild(d.childNodes[0]);if(f=l.childNodes[1],f){const x=f.getAttribute("transform");let w;x?w=x+" "+b:w=b,f.setAttribute("transform",w),g.appendChild(f)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(p=this.__createElement("image"),p.setAttribute("width",i),p.setAttribute("height",o),p.setAttribute("preserveAspectRatio","none"),(a||c||h!==e.width||u!==e.height)&&(m=this.__document.createElement("canvas"),m.width=i,m.height=o,m.getContext("2d")?.drawImage(e,a,c,h,u,0,0,i,o),e=m),p.setAttribute("transform",b),p.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),g.appendChild(p))}createPattern(t,e){const r=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),s=yi(this.__ids);let i;return r.setAttribute("id",s),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(i=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),i.setAttribute("width",""+t.width),i.setAttribute("height",""+t.height),i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),r.appendChild(i),this.__SVGdefs.appendChild(r)):t instanceof ou&&(r.setAttribute("width",""+t.width),r.setAttribute("height",""+t.height),r.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(r)),new Ja(r,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}},Ka=class{canvas;context;customContext;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,r,s=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),s&&(this.customContext=new Pf({canvas:this.canvas,width:e||this.canvas.width,height:r||this.canvas.height}))}set lineWidth(t){this.hasSetCustomStrokeStyle=!0,this.context.lineWidth=t,this.customContext&&(this.customContext.lineWidth=t)}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.hasSetCustomStrokeStyle=!0,this.context.lineCap=t,this.customContext&&(this.customContext.lineCap=t)}get lineCap(){return this.context.lineCap}set lineJoin(t){this.hasSetCustomStrokeStyle=!0,this.context.lineJoin=t,this.customContext&&(this.customContext.lineCap=t)}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.hasSetCustomStrokeStyle=!0,this.context.lineDashOffset=t,this.customContext&&(this.customContext.lineDashOffset=t)}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.hasSetCustomStrokeStyle=!0,this.context.miterLimit=t,this.customContext&&(this.customContext.miterLimit=t)}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext&&(this.customContext.globalAlpha=t)}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){this.hasSetCustomFillStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext&&(this.customContext.fillStyle=t)):(this.context.fillStyle=t.gradient,this.customContext&&(this.customContext.fillStyle=t.gradientCustom))}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){this.hasSetCustomStrokeStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext&&(this.customContext.strokeStyle=t)):(this.context.strokeStyle=t.gradient,this.customContext&&(this.customContext.strokeStyle=t.gradientCustom))}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext&&(this.customContext.font=t)}get font(){return this.context.font}set textBaseline(t){this.context.textBaseline=t,this.customContext&&(this.customContext.textBaseline=t)}get textBaseline(){return this.context.textBaseline}set textAlign(t){this.context.textAlign=t,this.customContext&&(this.customContext.textAlign=t)}get textAlign(){return this.context.textAlign}fill(t){return t?this.context.fill(t):(this.context.fill(),this.customContext&&this.customContext.fill()),this}fillRect(t,e,r,s){return this.context.fillRect(t,e,r,s),this.customContext&&this.customContext.fillRect(t,e,r,s),this}fillText(t,e,r,s){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,r,s),this.customContext&&this.customContext.fillText(t,e,r),this}setLineDash(t){return this.context.setLineDash(t),this.customContext&&this.customContext.setLineDash(t),this}stroke(t){return t?this.context.stroke(t):(this.context.stroke(),this.customContext&&this.customContext.stroke()),this}strokeText(t,e,r,s){return this.context.strokeText(t,e,r,s),this.customContext&&this.customContext.strokeText(t,e,r),this}strokeRect(t,e,r,s){return this.context.strokeRect(t,e,r,s),this.customContext&&this.customContext.strokeRect(t,e,r,s),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,r=this.canvas.width,s=this.canvas.height){return this.context.clearRect(t,e,r,s),this.customContext&&this.customContext.clearRect(t,e,r,s),this}save(){return this.context.save(),this.customContext&&this.customContext.save(),this.currentMatrix=new DOMMatrix,this.path2Ds.push(this.currentPath2D),this.currentPath2D=new Path2D,this}restore(){return this.context.restore(),this.customContext&&this.customContext.restore(),this.hasSetCustomStrokeStyle=!1,this.hasSetCustomFillStyle=!1,this.currentMatrix=new DOMMatrix,this.currentPath2D=this.path2Ds.pop()||new Path2D,this}beginPath(){return this.context.beginPath(),this.customContext&&this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext&&this.customContext.closePath(),this.currentPath2D.closePath(),this}changePath2D(t=this.currentPath2D,e=this.currentMatrix){const r=new Path2D;r.addPath(t,e),this.currentPath2D=r}isPointInStroke(...t){return t[0]instanceof Path2D?this.context.isPointInStroke(t[0],t[1],t[2]):this.context.isPointInStroke(t[0],t[1])}isPointInPath(...t){return t[0]instanceof Path2D?this.context.isPointInPath(t[0],t[1],t[2]):this.context.isPointInPath(t[0],t[1])}translate(t,e){return this.context.translate(t,e),this.customContext&&this.customContext.translate(t,e),this.currentMatrix.translate(t,e),this.changePath2D(),this}rotate(t,e=0,r=0){return this.translate(e,r),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix.rotate(t),this.translate(-e,-r),this.changePath2D(),this}scale(t,e=t,r=0,s=0){return this.translate(r,s),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix.scale(t,e),this.translate(-r,-s),this.changePath2D(),this}moveTo(t,e){return this.context.moveTo(t,e),this.customContext&&this.customContext.moveTo(t,e),this.currentPath2D.moveTo(t,e),this}lineTo(t,e){return this.context.lineTo(t,e),this.customContext&&this.customContext.lineTo(t,e),this.currentPath2D.lineTo(t,e),this}arc(t,e,r,s,i,o){return this.context.arc(t,e,r,s,i,o),this.customContext&&this.customContext.arc(t,e,r,s,i,o?-1:1),this.currentPath2D.arc(t,e,r,s,i,o),this}arcTo(t,e,r,s,i){return this.context.arcTo(t,e,r,s,i),this.customContext&&this.customContext.arcTo(t,e,r,s,i),this.currentPath2D.arcTo(t,e,r,s,i),this}ellipse(t,e,r,s,i,o,a,c){return this.context.ellipse(t,e,r,s,i,o,a,c),this.currentPath2D.ellipse(t,e,r,s,i,o,a,c),this}quadraticCurveTo(t,e,r,s){return this.context.quadraticCurveTo(t,e,r,s),this.customContext&&this.customContext.quadraticCurveTo(t,e,r,s),this.currentPath2D.quadraticCurveTo(t,e,r,s),this}bezierCurveTo(t,e,r,s,i,o){return this.context.bezierCurveTo(t,e,r,s,i,o),this.customContext&&this.customContext.bezierCurveTo(t,e,r,s,i,o),this.currentPath2D.bezierCurveTo(t,e,r,s,i,o),this}rect(t,e,r,s){return this.context.rect(t,e,r,s),this.customContext&&this.customContext.rect(t,e,r,s),this.currentPath2D.rect(t,e,r,s),this}createLinearGradient(t,e,r,s,i){const o=this.context.createLinearGradient(t,e,r,s);return i&&Object.entries(i).forEach(([a,c])=>{o.addColorStop(parseFloat(a),c)}),o}createRadialGradient(t,e,r,s,i,o,a){const c=this.context.createRadialGradient(t,e,r,s,i,o);return a&&Object.entries(a).forEach(([h,u])=>{c.addColorStop(parseFloat(h),u)}),c}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const r=e[0],s=e[1];this.context.drawImage(t,r,s)}else if(e.length===4){const r=e[0],s=e[1],i=e[2],o=e[3];this.context.drawImage(t,r,s,i,o)}else if(e.length===8){const r=e[0],s=e[1],i=e[2],o=e[3],a=e[4],c=e[5],h=e[6],u=e[7];this.context.drawImage(t,r,s,i,o,a,c,h,u)}else throw new Error("Invalid number of arguments passed to drawImage: "+e.length);return this.customContext&&this.customContext.drawImage(t,...e),this}getImageData(t=0,e=0,r=this.canvas.width,s=this.canvas.height,i){return this.context.getImageData(t,e,r,s,i)}putImageData(t,e=0,r=0){return this.context.putImageData(t,e,r)}createPattern(t,e){return this.context.createPattern(t,e)}toRawSVG(){if(this.customContext){const t=this.customContext.getSerializedSvg(!0),e=this.customContext.getSvg();return{raw:t,element:e}}else return{raw:"",element:null}}},Za=class{x;y;toX;toY;constructor(t){this.x=t?.x||0,this.y=t?.y||0,this.toX=t?.toX||0,this.toY=t?.toY||0}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(){const t=ge(this.x,this.y,this.toX,this.toY);if(t===0){const e=Math.min(this.x,this.toX),r=Math.min(this.y,this.toY),s=Math.max(this.x,this.toX),i=Math.max(this.y,this.toY);return{x:e,y:r,width:s-e,height:i-r}}else{const e=Math.sin(t),r=Math.cos(t),s=r*this.x-e*this.y,i=r*this.toX-e*this.toY,o=r*this.y+e*this.x,a=r*this.toY+e*this.toX;return{x:Math.min(s,i),y:Math.min(o,a),width:Math.max(s,i)-Math.min(s,i),height:Math.max(o,a)-Math.min(o,a)}}}interpolate(t){return{x:this.x+t*(this.toX-this.x),y:this.y+t*(this.toY-this.y)}}intersection(t){const e=this.x,r=this.y,s=t.toX,i=t.toY,o=this.toX-e,a=t.x-s;if(!o&&!a)return null;const c=(this.toY-r)/o,h=(t.y-i)/a;if(o){if(!a)return{x:s,y:c*(s-e)+r}}else return{x:e,y:h*(e-s)+i};const u=(-h*s+i+c*e-r)/(c-h),l=c*(u-e)+r;return isNaN(u)||isNaN(l)?null:{x:u,y:l}}};const Nw=class extends Za{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=t.rx,this.ry=t.ry,this.xAxisRotate=t?.xAxisRotate??0,this.largeArcFlag=t?.largeArcFlag??1,this.sweepFlag=t?.sweepFlag??1,this.toX=t.toX,this.toY=t.toY}toSVGPathData(){return[["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.toX,this.toY]]}toCanvasContext(t){const[e,r,s,i,o,a,c]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,r,s,i,o,a,c,!this.sweepFlag)}convert(t,e,r,s,i,o,a,c,h){const u=a/180*Math.PI,l=(t-r)/2,d=(e-s)/2,f=Math.cos(u)*l+Math.sin(u)*d,p=-Math.sin(u)*l+Math.cos(u)*d,m=f*f/(i*i)+p*p/(o*o);if(m>1){const H=Math.sqrt(m);throw i=H*i,o=H*o,new Error(`Radii are too small to build an arc. Correcting them to ${i}/${o}.`)}const v=Math.sqrt((i*i*o*o-i*i*p*p-o*o*f*f)/(i*i*p*p+o*o*f*f)),g=c!=h?1:-1,b=g*v*i*p/o,x=g*v*-o*f/i,w=(t+r)/2,C=(e+s)/2,E=Math.cos(u)*b-Math.sin(u)*x+w,O=Math.sin(u)*b+Math.cos(u)*x+C,U=(H,V,lt,yt)=>(H*yt>=V*lt?1:-1)*Math.acos((H*lt+V*yt)/(Math.sqrt(H*H+V*V)*Math.sqrt(lt*lt+yt*yt))),R=U(1,0,t-E,e-O)-u,j=U(t-E,e-O,r-E,s-O);return[E,O,i,o,u,R,R+j]}},zw=class extends Za{cx;cy;isLineThrough;constructor(t){super(t),this.cx=t.cx,this.cy=t.cy,this.isLineThrough=typeof t.isLineThrough=="boolean"?t.isLineThrough:!1}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["Q",t,e,this.toX,this.toY]]}else return[["Q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,r=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,r,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}getBoundingClientRect(){const t=[this.x,this.toX],e=[this.y,this.toY];let r,s,i,o;for(let h=0;h<2;++h)r=h==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,s=h==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,i=h==0?this.x:this.y,Math.abs(r)>1e-12&&(o=-s/(2*r),0<o&&o<1&&[t,e][h].push(r*o*o+s*o+i));const a={x:Math.min.apply(0,t),y:Math.min.apply(0,e)},c={x:Math.max.apply(0,t),y:Math.max.apply(0,e)};return{x:a.x,y:a.y,width:c.x-a.x,height:c.y-a.y}}interpolate(t){return{x:(1-t)*(1-t)*this.x+2*(1-t)*t*this.cx+t*t*this.toX,y:(1-t)*(1-t)*this.y+2*(1-t)*t*this.cy+t*t*this.toY}}},Cn=class Rs extends Za{c1x;c1y;c2x;c2y;constructor(t){super(t),this.c1x=t.c1x,this.c1y=t.c1y,this.c2x=t.c2x,this.c2y=t.c2y}toSVGPathData(){return[["C",this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY]]}toCanvasContext(t){t.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY)}getBoundingClientRect(){let t=this.c2x-2*this.c1x+this.x-(this.toX-2*this.c2x+this.c1x),e=2*(this.c1x-this.x)-2*(this.c2x-this.c1x),r=this.x-this.c1x,s=(-e+Math.sqrt(e*e-4*t*r))/2/t,i=(-e-Math.sqrt(e*e-4*t*r))/2/t;const o=[this.y,this.toY],a=[this.x,this.toX];let c;const h=[];Math.abs(s)>1e12&&(s=.5),Math.abs(i)>1e12&&(i=.5),s>=0&&s<=1&&(c=this.interpolate(s),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),i>=0&&i<=1&&(c=this.interpolate(i),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),t=this.c2y-2*this.c1y+this.y-(this.toY-2*this.c2y+this.c1y),e=2*(this.c1y-this.y)-2*(this.c2y-this.c1y),r=this.y-this.c1y,s=(-e+Math.sqrt(e*e-4*t*r))/2/t,i=(-e-Math.sqrt(e*e-4*t*r))/2/t,Math.abs(s)>1e12&&(s=.5),Math.abs(i)>1e12&&(i=.5),s>=0&&s<=1&&(c=this.interpolate(s),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),i>=0&&i<=1&&(c=this.interpolate(i),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y}));const u=[],l=h.length;for(let p=0;p<l;p++){for(let m=p+1;m<l;m++)h[p].X===h[m].X&&h[p].Y===h[m].Y&&(m=++p);u.push({X:h[p].X,Y:h[p].Y})}const d={x:Math.min.apply(Math,a),y:Math.min.apply(Math,o)},f={x:Math.max.apply(Math,a),y:Math.max.apply(Math,o)};return{x:d.x,y:d.y,width:f.x-d.x,height:f.y-d.y,dots:u}}interpolate(t){return{x:Math.pow(1-t,3)*this.x+3*Math.pow(1-t,2)*t*this.c1x+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2x+Math.pow(t,3)*this.toX,y:Math.pow(1-t,3)*this.y+3*Math.pow(1-t,2)*t*this.c1y+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2y+Math.pow(t,3)*this.toY}}static base3(t,e,r,s,i){const o=-3*e+9*r-9*s+3*i,a=t*o+6*e-12*r+6*s;return t*a-3*e+3*r}static bezlen(t,e,r,s,i,o,a,c,h=1){h=Math.max(0,Math.min(h,1));const u=h/2,l=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],d=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let f=0;for(let p=0;p<12;p++){const m=u*l[p]+u,v=this.base3(m,t,r,i,a),g=this.base3(m,e,s,o,c);f+=d[p]*Math.sqrt(v*v+g*g)}return u*f}length(t=1){return Rs.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getTatLen(t){const e=this.x,r=this.y,s=this.c1x,i=this.c1y,o=this.c2x,a=this.c2y,c=this.toX,h=this.toY;if(t<0||Rs.bezlen(e,r,s,i,o,a,c,h)<t)return 0;const u=1;let l=u/2,d=u-l,f=Rs.bezlen(e,r,s,i,o,a,c,h,d);for(;Math.abs(f-t)>.01;)l/=2,d+=(f<t?1:-1)*l,f=Rs.bezlen(e,r,s,i,o,a,c,h,d);return d}getPointAtSegmentLength(t){const e=this.getTatLen(t),r=1-e,s=Math.pow(r,3),i=Math.pow(r,2),o=e*e,a=o*e,c=s*this.x+i*3*e*this.c1x+r*3*e*e*this.c2x+a*this.toX,h=s*this.y+i*3*e*this.c1y+r*3*e*e*this.c2y+a*this.toY,u=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),l=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),d=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),f=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),p=r*this.x+e*this.c1x,m=r*this.y+e*this.c1y,v=r*this.c2x+e*this.toX,g=r*this.c2y+e*this.toY,b=90-Math.atan2(u-d,l-f)*180/Math.PI;return{x:c,y:h,m:{x:u,y:l},n:{x:d,y:f},start:{x:p,y:m},end:{x:v,y:g},alpha:b}}},qr=Math.PI*2;function Af(n,t,e,r){const s=n*r-t*e<0?-1:1;let i=n*e+t*r;return i>1&&(i=1),i<-1&&(i=-1),s*Math.acos(i)}function Fw(n,t,e,r,s,i,o,a,c,h){const u=h*(n-e)/2+c*(t-r)/2,l=-c*(n-e)/2+h*(t-r)/2,d=o*o,f=a*a,p=u*u,m=l*l;let v=d*f-d*m-f*p;v<0&&(v=0),v/=d*m+f*p,v=Math.sqrt(v)*(s===i?-1:1);const g=v*o/a*l,b=v*-a/o*u,x=h*g-c*b+(n+e)/2,w=c*g+h*b+(t+r)/2,C=(u-g)/o,E=(l-b)/a,O=(-u-g)/o,U=(-l-b)/a,R=Af(1,0,C,E);let j=Af(C,E,O,U);return i===0&&j>0&&(j-=qr),i===1&&j<0&&(j+=qr),[x,w,R,j]}function Bw(n,t){const e=1.3333333333333333*Math.tan(t/4),r=Math.cos(n),s=Math.sin(n),i=Math.cos(n+t),o=Math.sin(n+t);return[r,s,r-s*e,s+r*e,i+o*e,o-i*e,i,o]}function wi(n,t,e,r,s,i,o,a,c){const h=Math.sin(c*qr/360),u=Math.cos(c*qr/360),l=u*(n-e)/2+h*(t-r)/2,d=-h*(n-e)/2+u*(t-r)/2;if(l===0&&d===0)return[];if(o===0||a===0)return[];o=Math.abs(o),a=Math.abs(a);const f=l*l/(o*o)+d*d/(a*a);f>1&&(o*=Math.sqrt(f),a*=Math.sqrt(f));const p=Fw(n,t,e,r,s,i,o,a,h,u),m=[];let v=p[2],g=p[3];const b=Math.max(Math.ceil(Math.abs(g)/(qr/4)),1);g/=b;for(let x=0;x<b;x++)m.push(Bw(v,g)),v+=g;return m.map(x=>{for(let w=0;w<x.length;w+=2){let C=x[w+0],E=x[w+1];C*=o,E*=a;const O=u*C-h*E,U=h*C+u*E;x[w+0]=O+p[0],x[w+1]=U+p[1]}return x})}function Mf(n,t,e,r,s,i,o,a,c,h){const u=Math.PI*120/180,l=Math.PI/180*(+s||0);let d=[],f;const p=function(mt,ct,st){const Ct=mt*Math.cos(st)-ct*Math.sin(st),$=mt*Math.sin(st)+ct*Math.cos(st);return{x:Ct,y:$}};let m,v,g,b;if(h)m=h[0],v=h[1],g=h[2],b=h[3];else{f=p(n,t,-l),n=f.x,t=f.y,f=p(a,c,-l),a=f.x,c=f.y;const mt=(n-a)/2,ct=(t-c)/2;let st=mt*mt/(e*e)+ct*ct/(r*r);st>1&&(st=Math.sqrt(st),e=st*e,r=st*r);const Ct=e*e,$=r*r,z=(i==o?-1:1)*Math.sqrt(Math.abs((Ct*$-Ct*ct*ct-$*mt*mt)/(Ct*ct*ct+$*mt*mt)));g=z*e*ct/r+(n+a)/2,b=z*-r*mt/e+(t+c)/2,m=Math.asin(Number(((t-b)/r).toFixed(9))),v=Math.asin(Number(((c-b)/r).toFixed(9))),m=n<g?Math.PI-m:m,v=a<g?Math.PI-v:v,m<0&&(m=Math.PI*2+m),v<0&&(v=Math.PI*2+v),o&&m>v&&(m=m-Math.PI*2),!o&&v>m&&(v=v-Math.PI*2)}let x=v-m;if(Math.abs(x)>u){const mt=v,ct=a,st=c;v=m+u*(o&&v>m?1:-1),a=g+e*Math.cos(v),c=b+r*Math.sin(v),d=Mf(a,c,e,r,s,0,o,ct,st,[v,mt,g,b])}x=v-m;const w=Math.cos(m),C=Math.sin(m),E=Math.cos(v),O=Math.sin(v),U=Math.tan(x/4),R=4/3*e*U,j=4/3*r*U,H=[n,t],V=[n+R*C,t-j*w],lt=[a+R*O,c-j*E],yt=[a,c];return V[0]=2*H[0]-V[0],V[1]=2*H[1]-V[1],h?[[...V,...lt,...yt]].concat(d):[[...V,...lt,...yt]].concat(d).map(mt=>{const ct=[];for(let st=0,Ct=mt.length;st<Ct;st++)ct[st]=st%2?p(mt[st-1],mt[st],l).y:p(mt[st],mt[st+1],l).x;return ct})}function Jr(n,t,e,r,s,i){return[n/3+2/3*e,t/3+2/3*r,s/3+2/3*e,i/3+2/3*r,s,i]}function Wn(n,t,e,r){return[n,t,e,r,e,r]}const Kr={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};function Tn(n="path"){return document.createElementNS.call(document,"http://www.w3.org/2000/svg",n)}function Qa(){return Tn("path")}const Df=n=>n instanceof SVGElement&&n.tagName==="path";function Of(n,t="shape"){return Mh(Ml(n),`${t}.svg`)}function $w(n,t="shape"){return Mh(ko(n),`${t}.svg`)}function Uw(n){return _a(n)}function tc(n){return typeof n!="string"?!1:(n=n.trim(),/^[mlhvzaqtcs]\s*[-+.0-9][^mlhvzaqtcs]+/i.test(n)&&/[\dz]$/i.test(n))}function ec(n){return n.map(t=>{if(!t[0])return"";switch(t[0].toLowerCase()){case"a":return`${t[0]} ${t[1]},${t[2]} ${t[3]} ${t[4]},${t[5]} ${t[6]},${t[7]}`;case"c":return`${t[0]} ${t[1]},${t[2]} ${t[3]},${t[4]} ${t[5]},${t[6]}`;case"s":case"q":return`${t[0]} ${t[1]},${t[2]} ${t[3]},${t[4]}`;default:return t[0]+" "+t.slice(1).join(",")}}).join(" ")}function vi(n){const t=[];return tc(n)&&n.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(e,r,s)=>{let i=r.toLowerCase();const o=xu(s);for(i=="m"&&o.length>Kr[i]&&(t.push([r,...o.splice(0,Kr[i])]),i="l",r=r=="m"?"l":"L");o.length;){if(o.length<Kr[i])throw new Error(`parseSVGPath substring:{ ${e} } command:{ ${r} } args:{ ${o} }`);t.push([r,...o.splice(0,Kr[i])])}return i=="z"&&t.push([r]),""}),t}function xi(n){let t=0,e=0,r=0,s=0;return n.map(function(i){const o=i[0],a=o.toUpperCase();if(o!=a)switch(i[0]=a,o){case"a":i[6]+=r,i[7]+=s;break;case"v":i[1]+=s;break;case"h":i[1]+=r;break;default:for(let c=1;c<i.length;)i[c++]+=r,i[c++]+=s}switch(a){case"Z":r=t,s=e;break;case"H":r=i[1];break;case"V":s=i[1];break;case"M":r=t=i[1],s=e=i[2];break;default:r=i[i.length-2],s=i[i.length-1]}return i})}function Yw(n){let t=0,e=0,r=0,s=0;return n.map(function(i){const o=i[0],a=o.toLowerCase();if(o!=a)switch(i[0]=a,o){case"A":i[6]-=r,i[7]-=s;break;case"V":i[1]-=s;break;case"H":i[1]-=r;break;default:for(let c=1;c<i.length;)i[c++]-=r,i[c++]-=s}switch(a){case"z":r=t,s=e;break;case"h":r+=i[1];break;case"v":s+=i[1];break;case"m":r+=i[1],s+=i[2],t+=i[1],e+=i[2];break;default:r+=i[i.length-2],s+=i[i.length-1]}return i})}function nc(n){const t=[];let e=0,r=0,s=0,i=0,o=0,a=0,c=0,h=0,u;for(let l=0,d=n.length;l<d;l++){let f=n[l];const p=f[0];switch(p){case"M":e=f[1],r=f[2];break;case"A":const m=wi(s,i,f[6],f[7],f[4],f[5],f[1],f[2],f[3]);if(!m.length)continue;m.forEach((b,x)=>{const[w,C,E,O,U,R,j,H]=b;f=["C",E,O,U,R,j,H],x<m.length-1&&t.push(f)});break;case"S":let v=s,g=i;(u=="C"||u=="S")&&(v+=v-c,g+=g-h),f=["C",v,g,f[1],f[2],f[3],f[4]];break;case"T":u=="Q"||u=="T"?(o=s*2-o,a=i*2-a):(o=s,a=i),f=["C",...Jr(s,i,o,a,f[1],f[2])];break;case"Q":o=f[1],a=f[2],f=["C",...Jr(s,i,f[1],f[2],f[3],f[4])];break;case"L":f=["C",...Wn(s,i,f[1],f[2])];break;case"H":f=["C",...Wn(s,i,f[1],i)];break;case"V":f=["C",...Wn(s,i,s,f[1])];break;case"Z":f=["C",...Wn(s,i,e,r)];break}u=p,s=f[f.length-2],i=f[f.length-1],f.length>4?(c=f[f.length-4],h=f[f.length-3]):(c=s,h=i),t.push(f)}return t}function jw(n){const t=[];for(let e=0,r=n.length;r-2>e;e+=2){let s;e==0?s=[{x:n[e],y:n[e+1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+4],y:n[e+5]}]:r-4==e?s=[{x:n[e-2],y:n[e-1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+2],y:n[e+3]}]:s=[{x:n[e-2],y:n[e-1]},{x:n[e],y:n[e+1]},{x:n[e+2],y:n[e+3]},{x:n[e+4],y:n[e+5]}];const i=[{x:s[1].x,y:s[1].y},{x:(-s[0].x+6*s[1].x+s[2].x)/6,y:(-s[0].y+6*s[1].y+s[2].y)/6},{x:(s[1].x+6*s[2].x-s[3].x)/6,y:(s[1].y+6*s[2].y-s[3].y)/6},{x:s[2].x,y:s[2].y}];t.push(["C",i[1].x,i[1].y,i[2].x,i[2].y,i[3].x,i[3].y])}return t}function Vw(n){const t=[];let e=["L",0,0],r;for(let s=0,i=n.length;s<i;s++){const o=n[s];switch(o[0]){case"M":e=["L",o[1],o[2]],t.push(o);break;case"Z":t.push(e);break;case"H":r=t[t.length-1]||["L",0,0],t.push(["L",o[1],r[r.length-1]]);break;case"V":r=t[t.length-1]||["L",0,0],t.push(["L",r[r.length-2],o[1]]);break;default:t.push(o)}}return t}function Gw(n){const t={S:{to:"C",x:3},T:{to:"Q",x:1}};let e,r=0,s=0;for(let i=0,o=n.length;i<o;i++){const a=n[i],c=t[a[0]];c&&(a[0]=c.to,e&&(e[0]===c.to?(r=2*Number(e[c.x+2])-Number(e[c.x]),s=2*Number(e[c.x+3])-Number(e[c.x+1])):(r=Number(e[e.length-2]),s=Number(e[e.length-1]))),a.splice(1,0,r,s)),e=a}return n}let Xw=class pn{cX;cY;x;y;degree;scalarX;scalarY;startPathX=0;startPathY=0;prevPathX=0;prevPathY=0;normalizedLines=[];constructor(t){this.cX=0,this.cY=0,this.x=t?.x||0,this.y=t?.y||0,typeof t?.centerX=="number"&&typeof t?.centerY=="number"&&(this.cX=t.centerX-this.x,this.cY=t.centerY-this.y),this.degree=t?.degree||0,this.scalarX=1,this.scalarY=1,t?.scalar!==void 0&&(this.scalarX=t.scalar,this.scalarY=t.scalar),t?.scalarX!==void 0&&(this.scalarX=t.scalarX),t?.scalarY!==void 0&&(this.scalarY=t.scalarY),this.reset(t?.d,t?.originMatrix)}reset(t,e){typeof t=="string"?this.resetFromSVGPathData(vi(t),e):t instanceof pn?this.resetFromSVGPathData(t.toSVGPathData(),e):this.resetFromSVGPathData(t||[],e)}resetFromSVGPathData(t,e){this.normalizedLines=[];const r=nc(xi(t));this.prevPathX=this.startPathX=0,this.prevPathY=this.startPathY=0;let s=!1;for(let i=0,o=r.length;i<o;i++){const a=r[i];if(a[0]=="M"){s||(s=!0,this.startPathX=a[1],this.startPathY=a[2]),this.prevPathX=a[1],this.prevPathY=a[2];continue}this.appendLine(new Cn({c1x:a[1],c1y:a[2],c2x:a[3],c2y:a[4],toX:a[5],toY:a[6]}))}e&&({x:this.startPathX,y:this.startPathY}=e.transformPoint({x:this.startPathX,y:this.startPathY}),{x:this.prevPathX,y:this.prevPathY}=e.transformPoint({x:this.prevPathX,y:this.prevPathY}),this.normalizedLines.forEach(i=>{({x:i.x,y:i.y}=e.transformPoint({x:i.x,y:i.y})),{x:i.c1x,y:i.c1y}=e.transformPoint({x:i.c1x,y:i.c1y}),{x:i.c2x,y:i.c2y}=e.transformPoint({x:i.c2x,y:i.c2y}),{x:i.toX,y:i.toY}=e.transformPoint({x:i.toX,y:i.toY})}))}static fromPolymorphPoints(t){const e=new pn;e.prevPathX=e.startPathX=t[0]||0,e.prevPathY=e.startPathY=t[1]||0;for(let r=2,s=t.length;r+5<s;r+=6)e.appendLine(new Cn({c1x:t[r],c1y:t[r+1],c2x:t[r+2],c2y:t[r+3],toX:t[r+4],toY:t[r+5]}));return e}static fromLines(t){const e=new pn;e.prevPathX=e.startPathX=t[0].x||0,e.prevPathY=e.startPathY=t[0].y||0;for(let r=0,s=t.length;r<s;r++)e.appendLine(t[r]);return e}appendLine(t){if(t instanceof Nw){wi(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(h=>{const[u,l,d,f,p,m,v,g]=h;this.normalizedLines.push(new Cn({x:this.prevPathX,y:this.prevPathY,c1x:d,c1y:f,c2x:p,c2y:m,toX:v,toY:g})),this.prevPathX=v,this.prevPathY=g});return}let e,r,s,i,o,a;t instanceof Cn?(e=t.c1x,r=t.c1y,s=t.c2x,i=t.c2y,o=t.toX,a=t.toY):t instanceof zw?[e,r,s,i,o,a]=Jr(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,r,s,i,o,a]=Wn(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new Cn({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:r,c2x:s,c2y:i,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}toSVGPathData(){const{startPathX:t,startPathY:e,normalizedLines:r}=this.updateTransform(),s=[];s.push(["M",t,e]);for(let i=0,o=r.length;i<o;i++)s.push(...r[i].toSVGPathData());return s}toSVGPathD(){return ec(this.toSVGPathData())}toCanvasContext(t){const{startPathX:e,startPathY:r,normalizedLines:s}=this.updateTransform();t.beginPath(),t.moveTo(e,r),s.forEach(i=>{i.toCanvasContext(t)})}getBoundingClientRect(){const{normalizedLines:t}=this.updateTransform(),e=[],r=[];if(t.forEach(c=>{const h=c.getBoundingClientRect();e.push(h.x,h.x+h.width),r.push(h.y,h.y+h.height)}),e.length==0||r.length==0)return{x:0,y:0,width:0,height:0};const s=Math.min.apply(0,e),i=Math.min.apply(0,r),o=Math.max.apply(0,e),a=Math.max.apply(0,r);return{x:s,y:i,width:o-s,height:a-i}}update(t){this.cX=typeof t.cX=="number"?t.cX:this.cX,this.cY=typeof t.cY=="number"?t.cY:this.cY,this.x=t.x,this.y=t.y,this.degree=t.degree,this.scalarX=t.scalarX,this.scalarY=t.scalarY}updateTransform(){const t=new qt;if(t.translate(this.x+this.cX,this.y+this.cY),t.rotate(this.degree),t.scale(this.scalarX,this.scalarY),t.translate(-this.cX,-this.cY),t.isIdentity)return{startPathX:this.startPathX,startPathY:this.startPathY,normalizedLines:this.normalizedLines};{let e=this.startPathX,r=this.startPathY;({x:e,y:r}=t.transformPoint({x:e,y:r}));const s=[];return this.normalizedLines.forEach(i=>{let o=i.x,a=i.y,c=i.c1x,h=i.c1y,u=i.c2x,l=i.c2y,d=i.toX,f=i.toY;({x:o,y:a}=t.transformPoint({x:o,y:a})),{x:c,y:h}=t.transformPoint({x:c,y:h}),{x:u,y:l}=t.transformPoint({x:u,y:l}),{x:d,y:f}=t.transformPoint({x:d,y:f}),s.push(new Cn({x:o,y:a,c1x:c,c1y:h,c2x:u,c2y:l,toX:d,toY:f}))}),{startPathX:e,startPathY:r,normalizedLines:s}}}getTotalLength(){const{normalizedLines:t}=this.updateTransform();return t.reduce((e,r)=>e+=r.length(),0)}getPointAtLength(t){const{normalizedLines:e}=this.updateTransform();let r=0;const s=e.length;for(let i=0;i<s;i++){const o=e[i],a=o.length();if(r+a>=t)return o.getPointAtSegmentLength(t-r);r+=a}return e[s-1].getPointAtSegmentLength(1)}interpolate(t){const{startPathX:e,startPathY:r,normalizedLines:s}=this.updateTransform(),i=s.length;if(i===0)return{x:e,y:r};if(i===1)return s[0].interpolate(t);{let o=t*i,a=s[0];if(o--,o>1)for(let c=1;c<i&&(a=s[c],o>1);c++)o-=1;return a.interpolate(o)}}getSubpath(t,e){if(this.getTotalLength()-e<1e-6)return this.getSubpathsAtLength(this,t);{const r=this.getSubpathsAtLength(this,e,1);return t?this.getSubpathsAtLength(r,t):r}}getSubpathsAtLength(t,e,r){const{startPathX:s,startPathY:i,normalizedLines:o}=t.updateTransform();let a=null,c=0;const h=new pn;h.prevPathX=h.startPathX=s,h.prevPathY=h.startPathY=i;for(let u=0,l=o.length;u<l;u++){const d=o[u],f=d.length();if(c+f>e&&!a){const p=d.getPointAtSegmentLength(e-c);if(h.appendLine(new Cn({c1x:p.start.x,c1y:p.start.y,c2x:p.m.x,c2y:p.m.y,toX:p.x,toY:p.y})),r)return h;a=h,h.appendLine(new Cn({c1x:p.n.x,c1y:p.n.y,c2x:p.end.x,c2y:p.end.y,toX:d.x,toY:d.y})),c+=f;continue}c+=f,h.appendLine(d)}return h}closestPoint(t,e){const r=this.getTotalLength();let s={x:t,y:e},i=0,o=1/0,a=8;for(let h=0;h<=r;h+=a){const u=this.getPointAtLength(h),l=Math.pow(Sn(u.x,u.y,t,e),2);l<o&&(s=u,i=h,o=l)}for(a/=2;a>.5;){const h=i-a,u=this.getPointAtLength(h),l=Math.pow(Sn(u.x,u.y,t,e),2),d=i+a,f=this.getPointAtLength(d),p=Math.pow(Sn(f.x,f.y,t,e),2);h>=0&&l<o?(s=u,i=h,o=l):d<=r&&p<o?(s=f,i=d,o=p):a/=2}const c=this.getPointAtLength(i+(i===r?-.1:.1));return{point:s,rotation:i>=r?ge(c.x,c.y,s.x,s.y):ge(s.x,s.y,c.x,c.y),distance:Math.sqrt(o)}}get polymorphPoints(){const{startPathX:t,startPathY:e,normalizedLines:r}=this.updateTransform();return[t,e].concat(r.reduce((s,i)=>s.concat([i.c1x,i.c1y,i.c2x,i.c2y,i.toX,i.toY]),[]))}perimeterPoints(){const t=this.polymorphPoints,e=t.length;let r=t[e-2],s=t[e-1],i=0;for(let o=0;o<e;o+=6)i+=Sn(t[o],t[o+1],r,s),r=t[o],s=t[o+1];return Math.floor(i)}expendFill(t){const e=this.polymorphPoints,r=e.length;let s=t-r;const i=Math.ceil(t/r),o=[];o.push(["M",e[0],e[1]]);let a=2;for(;a+5<=r-1;){const c=e[a++],h=e[a++],u=e[a++],l=e[a++],d=e[a++],f=e[a++];o.push(["C",c,h,u,l,d,f]);let p=0;for(;p<i&&s>0;)o.push(["C",d,f,d,f,d,f]),s-=6,p++}return o}static mixPoints(t,e,r){const s=t.length,i=new Array(s);for(let o=0;o<s;o++)i[o]=tt(t[o]+(e[o]-t[o])*r,6);return i}static getPathInterpolator(t,e){return r=>Math.abs(r-0)<Number.EPSILON?t:Math.abs(r-1)<Number.EPSILON?e:pn.fromPolymorphPoints(pn.mixPoints(new pn({d:t}).polymorphPoints,new pn({d:e}).polymorphPoints,r)).toSVGPathData()}};class Zr{static _nextId=0;static nextId(){return Zr._nextId++}}const G={Linear:{None:function(n){return n}},Ease:{In:function(n){return Math.pow(n,1.7)}},Quadratic:{In:function(n){return n*n},Out:function(n){return n*(2-n)},InOut:function(n){return(n*=2)<1?.5*n*n:-.5*(--n*(n-2)-1)},style:"cubic-bezier(0.25, 0.46, 0.45, 0.94)"},Cubic:{In:function(n){return n*n*n},Out:function(n){return--n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n:.5*((n-=2)*n*n+2)}},Quartic:{In:function(n){return n*n*n*n},Out:function(n){return 1- --n*n*n*n},InOut:function(n){return(n*=2)<1?.5*n*n*n*n:-.5*((n-=2)*n*n*n-2)}},Quintic:{In:function(n){return n*n*n*n*n},Out:function(n){return--n*n*n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n*n*n:.5*((n-=2)*n*n*n*n+2)}},Sinusoidal:{In:function(n){return 1-Math.sin((1-n)*Math.PI/2)},Out:function(n){return Math.sin(n*Math.PI/2)},InOut:function(n){return .5*(1-Math.sin(Math.PI*(.5-n)))}},Exponential:{In:function(n){return n===0?0:Math.pow(1024,n-1)},Out:function(n){return n===1?1:1-Math.pow(2,-10*n)},InOut:function(n){return n===0?0:n===1?1:(n*=2)<1?.5*Math.pow(1024,n-1):.5*(-Math.pow(2,-10*(n-1))+2)}},Circular:{In:function(n){return 1-Math.sqrt(1-n*n)},Out:function(n){return Math.sqrt(1- --n*n)},InOut:function(n){return(n*=2)<1?-.5*(Math.sqrt(1-n*n)-1):.5*(Math.sqrt(1-(n-=2)*n)+1)},style:"cubic-bezier(0.1, 0.57, 0.1, 1)"},Elastic:{In:function(n){return n===0?0:n===1?1:-Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI)},Out:function(n){return n===0?0:n===1?1:Math.pow(2,-10*n)*Math.sin((n-.1)*5*Math.PI)+1},InOut:function(n){return n===0?0:n===1?1:(n*=2,n<1?-.5*Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI):.5*Math.pow(2,-10*(n-1))*Math.sin((n-1.1)*5*Math.PI)+1)}},Back:{In:function(n){return n===1?1:n*n*((1.70158+1)*n-1.70158)},Out:function(n){return n===0?0:--n*n*((1.70158+1)*n+1.70158)+1},InOut:function(n){const t=2.5949095;return(n*=2)<1?.5*(n*n*((t+1)*n-t)):.5*((n-=2)*n*((t+1)*n+t)+2)},style:"cubic-bezier(0.175, 0.885, 0.32, 1.275)"},Bounce:{In:function(n){return 1-G.Bounce.Out(1-n)},Out:function(n){return n<1/2.75?7.5625*n*n:n<2/2.75?7.5625*(n-=1.5/2.75)*n+.75:n<2.5/2.75?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375},InOut:function(n){return n<.5?G.Bounce.In(n*2)*.5:G.Bounce.Out(n*2-1)*.5+.5}},generatePow:function(n=4){return n=n<Number.EPSILON?Number.EPSILON:n,n=n>1e4?1e4:n,{In:function(t){return t**n},Out:function(t){return 1-(1-t)**n},InOut:function(t){return t<.5?(t*2)**n/2:(1-(2-t*2)**n)/2+.5}}},random:function(n){return Math.random()},createStep:function(n){return function(t){return Math.floor(t*n)/n}},createNoisyEasing:function(n,t=.1){const e=1-t;return function(r){return t*Math.random()+e*n(r)}},swing:function(n){return n+Math.sin(n*Math.PI*2)/2},causeSeizures:function(n){return n+.2*Math.random()-.1}};function If(n){switch(n){case G.Quadratic.In:return G.Quadratic.Out;case G.Quadratic.Out:return G.Quadratic.In;case G.Quadratic.InOut:return G.Quadratic.InOut;case G.Cubic.In:return G.Cubic.Out;case G.Cubic.Out:return G.Cubic.In;case G.Cubic.InOut:return G.Cubic.InOut;case G.Quartic.In:return G.Quartic.Out;case G.Quartic.Out:return G.Quartic.In;case G.Quartic.InOut:return G.Quartic.InOut;case G.Quintic.In:return G.Quintic.Out;case G.Quintic.Out:return G.Quintic.In;case G.Quintic.InOut:return G.Quintic.InOut;case G.Sinusoidal.In:return G.Sinusoidal.Out;case G.Sinusoidal.Out:return G.Sinusoidal.In;case G.Sinusoidal.InOut:return G.Sinusoidal.InOut;case G.Exponential.In:return G.Exponential.Out;case G.Exponential.Out:return G.Exponential.In;case G.Exponential.InOut:return G.Exponential.InOut;case G.Circular.In:return G.Circular.Out;case G.Circular.Out:return G.Circular.In;case G.Circular.InOut:return G.Circular.InOut;case G.Elastic.In:return G.Elastic.Out;case G.Elastic.Out:return G.Elastic.In;case G.Elastic.InOut:return G.Elastic.InOut;case G.Back.In:return G.Back.Out;case G.Back.Out:return G.Back.In;case G.Back.InOut:return G.Back.InOut;case G.Bounce.In:return G.Bounce.Out;case G.Bounce.Out:return G.Bounce.In;case G.Bounce.InOut:return G.Bounce.InOut;default:return n}}const Hw=4,Ww=.001,qw=1e-7,Jw=10,Qr=11,_i=1/(Qr-1),Kw=typeof Float32Array=="function";function Rf(n,t){return 1-3*t+3*n}function kf(n,t){return 3*t-6*n}function Lf(n){return 3*n}function Si(n,t,e){return((Rf(t,e)*n+kf(t,e))*n+Lf(t))*n}function Nf(n,t,e){return 3*Rf(t,e)*n*n+2*kf(t,e)*n+Lf(t)}function Zw(n,t,e,r,s){let i,o,a=0;do o=t+(e-t)/2,i=Si(o,r,s)-n,i>0?e=o:t=o;while(Math.abs(i)>qw&&++a<Jw);return o}function Qw(n,t,e,r){for(let s=0;s<Hw;++s){const i=Nf(t,e,r);if(i===0)return t;const o=Si(t,e,r)-n;t-=o/i}return t}function tv(n){return n}function rc(n,t,e,r){if(!(0<=n&&n<=1&&0<=e&&e<=1))throw new Error("bezier x values must be in [0, 1] range");if(n===t&&e===r)return tv;const s=Kw?new Float32Array(Qr):new Array(Qr);for(let o=0;o<Qr;++o)s[o]=Si(o*_i,n,e);function i(o){let a=0,c=1;const h=Qr-1;for(;c!==h&&s[c]<=o;++c)a+=_i;--c;const u=(o-s[c])/(s[c+1]-s[c]),l=a+u*_i,d=Nf(l,n,e);return d>=Ww?Qw(o,l,n,e):d===0?l:Zw(o,a,a+_i,n,e)}return o=>o===0||o===1?o:Si(i(o),t,r)}function sc(n){switch(n){case"linear":return[0,0,1,1];case"ease":return[.25,.1,.25,1];case"ease-in":return[.42,0,1,1];case"ease-in-out":return[.42,0,.58,1];case"ease-out":return[0,0,.58,1]}}function zf(n){const[t,e,r,s]=sc(n);return[1-r,1-s,1-t,1-e]}function ev(n){return rc(...sc(n))}function nv(n){return rc(...zf(n))}const en={Utils:{Linear:function(n,t,e){return(t-n)*e+n},Factorial:function(){const n=[1];return function(t){let e=1;if(n[t])return n[t];for(let r=t;r>1;r--)e*=r;return n[t]=e,e}}(),Bernstein:function(n,t){const e=en.Utils.Factorial;return e(n)/e(t)/e(n-t)},CatmullRom:function(n,t,e,r,s){const i=(e-n)*.5,o=(r-t)*.5,a=s*s,c=s*a;return(2*t-2*e+i+o)*c+(-3*t+3*e-2*i-o)*a+i*s+t},QuadraticBezier:(n,t,e,r)=>{const s=1-r;return s*s*n+2*s*r*t+r*r*e},CubicBezier:(n,t,e,r,s)=>{const i=1-s;return i*i*i*n+3*i*i*s*t+3*i*s*s*e+s*s*s*r}},Linear:function(n,t){const e=n.length-1,r=e*t,s=Math.floor(r),i=en.Utils.Linear;return t<0?i(n[0],n[1],r):t>1?i(n[e],n[e-1],e-r):i(n[s],n[s+1>e?e:s+1],r-s)},Bezier:function(n,t){let e=0;const r=n.length-1,s=Math.pow,i=en.Utils.Bernstein;for(let o=0;o<=r;o++)e+=s(1-t,r-o)*s(t,o)*n[o]*i(r,o);return e},CatmullRom:function(n,t){const e=n.length-1;let r=e*t,s=Math.floor(r);const i=en.Utils.CatmullRom;return n[0]===n[e]?(t<0&&(s=Math.floor(r=e*(1+t))),i(n[(s-1+e)%e],n[s],n[(s+1)%e],n[(s+2)%e],r-s)):t<0?n[0]-(i(n[0],n[0],n[1],n[1],-r)-n[0]):t>1?n[e]-(i(n[e],n[e],n[e-1],n[e-1],r-e)-n[e]):i(n[s?s-1:0],n[s],n[e<s+1?e:s+1],n[e<s+2?e:s+2],r-s)}};class Ff{_tweens={};_tweensAddedDuringUpdate={};getAll(){return Object.keys(this._tweens).map(t=>this._tweens[t])}removeAll(){this._tweens={}}add(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t}remove(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]}update(t=Dt(),e=!1){const r=Object.keys(this._tweens);for(let s=0;s<r.length;s++){const i=this._tweens[r[s]],o=!e;i&&i.update(t,o)===!1&&!e&&delete this._tweens[r[s]]}return!!Object.keys(this._tweens).length}}const Se=new Ff;class ic{constructor(t,e=Se){this._object=t,this._group=e}_id=Zr.nextId();_isPlaying=!1;_startTime=0;_delayTime=0;_durationTime=1e3;_isPaused=!1;_pauseStartTime=0;_initialRepeat=0;_repeat=0;_repeatDelayTime;_yoyo=!1;_reversed=!1;_valuesStart={};_valuesEnd={};_valuesStartRepeat={};_easingFunction=G.Linear.None;_interpolationFunction=en.Linear;_chainedTweens=[];_isChainStopped=!1;_onStartCallback;_onStartCallbackFired=!1;_onEveryStartCallback;_onEveryStartCallbackFired=!1;_onUpdateCallback;_onRepeatCallback;_onCompleteCallback;_onStopCallback;_goToEnd=!1;getId(){return this._id}isPlaying(){return this._isPlaying}isPaused(){return this._isPaused}to(t,e){return this._valuesEnd=Object.create(t),e!==void 0&&(this._durationTime=e),this}duration(t=1e3){return this._durationTime=t,this}start(t=Dt()){if(this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(const e in this._valuesStartRepeat)this._swapEndStartRepeatValues(e),this._valuesStart[e]=this._valuesStartRepeat[e]}return this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat),this}_setupProperties(t,e,r,s){for(const i in r){const o=t[i],a=Array.isArray(o),c=a?"array":typeof o,h=!a&&Array.isArray(r[i]);if(!(c==="undefined"||c==="function")){if(h){let u=r[i];if(u.length===0)continue;u=u.map(this._handleRelativeValue.bind(this,o)),r[i]=[o].concat(u)}if((c==="object"||a)&&o&&!h){e[i]=a?[]:{};for(const u in o)e[i][u]=o[u];s[i]=a?[]:{},this._setupProperties(o,e[i],r[i],s[i])}else typeof e[i]>"u"&&(e[i]=o),a||(e[i]*=1),h?s[i]=r[i].slice().reverse():s[i]=e[i]||0}}}stop(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this}end(){return this._goToEnd=!0,this.update(1/0),this}pause(t=Dt()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=Dt()){return!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStartTime,this._pauseStartTime=0,this._group&&this._group.add(this),this)}stopChainedTweens(){for(let t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this}group(t=Se){return this._group=t,this}delay(t=0){return this._delayTime=t,this}repeat(t=0){return this._initialRepeat=t,this._repeat=t,this}repeatDelay(t){return this._repeatDelayTime=t,this}yoyo(t=!1){return this._yoyo=t,this}easing(t=G.Linear.None){return this._easingFunction=t,this}interpolation(t=en.Linear){return this._interpolationFunction=t,this}chain(...t){return this._chainedTweens=t,this}onStart(t){return this._onStartCallback=t,this}onEveryStart(t){return this._onEveryStartCallback=t,this}onUpdate(t){return this._onUpdateCallback=t,this}onRepeat(t){return this._onRepeatCallback=t,this}onComplete(t){return this._onCompleteCallback=t,this}onStop(t){return this._onStopCallback=t,this}update(t=Dt(),e=!0){if(this._isPaused)return!0;let r,s;const i=this._startTime+this._durationTime;if(!this._goToEnd&&!this._isPlaying){if(t>i)return!1;e&&this.start(t)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0),s=(t-this._startTime)/this._durationTime,s=this._durationTime===0||s>1?1:s;const o=this._easingFunction(s);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,o),this._onUpdateCallback&&this._onUpdateCallback(this._object,s),s===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(r in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[r]=="string"&&(this._valuesStartRepeat[r]=this._valuesStartRepeat[r]+parseFloat(this._valuesEnd[r])),this._yoyo&&this._swapEndStartRepeatValues(r),this._valuesStart[r]=this._valuesStartRepeat[r];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(let a=0,c=this._chainedTweens.length;a<c;a++)this._chainedTweens[a].start(this._startTime+this._durationTime);return this._isPlaying=!1,!1}return!0}_updateProperties(t,e,r,s){for(const i in r){if(e[i]===void 0)continue;const o=e[i]||0;let a=r[i];const c=Array.isArray(t[i]),h=Array.isArray(a);!c&&h?t[i]=this._interpolationFunction(a,s):typeof a=="object"&&a?this._updateProperties(t[i],o,a,s):(a=this._handleRelativeValue(o,a),typeof a=="number"&&(t[i]=o+(a-o)*s))}}_handleRelativeValue(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)}_swapEndStartRepeatValues(t){const e=this._valuesStartRepeat[t],r=this._valuesEnd[t];typeof r=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(r):this._valuesStartRepeat[t]=r,this._valuesEnd[t]=e}}const rv=Zr.nextId,sv=Se.getAll.bind(Se),iv=Se.removeAll.bind(Se),ov=Se.add.bind(Se),av=Se.remove.bind(Se),cv=Se.update.bind(Se),hv={now:Dt,Sequence:Zr,Easing:G,Interpolation:en,Group:Ff,Tween:ic,nextId:rv,getAll:sv,removeAll:iv,add:ov,remove:av,update:cv};class oc{autoStart;startTime;oldTime;elapsedTime;running;constructor(t=!0){this.autoStart=t,this.startTime=0,this.oldTime=0,this.elapsedTime=0,this.running=!1}start(){this.startTime=Dt(),this.oldTime=this.startTime,this.elapsedTime=0,this.running=!0}stop(){this.getElapsedTime(),this.running=!1,this.autoStart=!1}getElapsedTime(){return this.getDelta(),this.elapsedTime}getDelta(){let t=0;if(this.autoStart&&!this.running)return this.start(),0;if(this.running){const e=Dt();t=e-this.oldTime,this.oldTime=e,this.elapsedTime+=t}return t}}class ts{tweens=[];frameDuration;onGroupStart;onGroupComplete;constructor(t){this.frameDuration=t?.frameDuration||1e3,this.onGroupStart=t?.onGroupStart,this.onGroupComplete=t?.onGroupComplete}get count(){return this.tweens.length}clear(){this.tweens=[]}sort(t=!1){a1(this.tweens,(e,r)=>t?e.delay>r.delay:e.delay<=r.delay)}cloneTweens(t=this.tweens){const e=[];return t.forEach(r=>{const s={...r};delete s.tween,s.fromValues={...s.fromValues},s.toValues={...s.toValues},e.push(s)}),e}addTween(t,e,r){const s={fromValues:t,toValues:e,frames:typeof r?.frames=="number"?r.frames:1,delay:typeof r?.delay=="number"?r.delay:this.tweens.length,easeFunction:r?.easeFunction||G.Linear.None,interpolationFunction:r?.interpolationFunction||en.Linear,repeat:typeof r?.repeat=="number"?r.repeat:0,yoyo:r?.yoyo||!1,onStart:r?.onStart||(()=>{}),onUpdate:r?.onUpdate||(()=>{}),onComplete:r?.onComplete||(()=>{})};return this.tweens.push(s),this}cancelRequestAnimationCycle=()=>{};runTweens(t){this.cancelRequestAnimationCycle();const e=new oc,r=this.frameDuration;return new Promise(s=>{this.onGroupStart?.(),this.cancelRequestAnimationCycle=Xg(i=>{if(!this.isPaused){const a=Math.max(0,i-this.pausedDuration),c=Math.max(0,e.getElapsedTime()-this.pausedDuration);t.filter(h=>h.delay*r<=c).forEach(h=>{h.tween||(h.tween=new ic({...h.fromValues}).to({...h.toValues},h.frames*r).easing(h.easeFunction).interpolation(h.interpolationFunction).repeat(h.repeat).yoyo(h.yoyo).onStart(h.onStart).onUpdate(h.onUpdate).onComplete(h.onComplete),h.tween.start(a)),(h.delay+h.frames*(h.repeat+1))*r>c?h.tween.update(a):(h.tween.isPlaying()&&h.tween.end(),Su(t,h))})}const o=!!t.length;return o||(this.onGroupComplete?.(),s()),o})})}isPaused=!1;pausedClock=new oc;pausedDuration=0;play(t=this.cloneTweens(this.tweens)){this.isPaused=!1,this.pausedDuration=0,this.runTweens(t)}reverse(){const t=this.cloneTweens(this.tweens);let e=0;t.forEach(r=>{e=Math.max(e,r.delay+r.frames),r.easeFunction=If(r.easeFunction);const s={...r.toValues};r.toValues={...r.fromValues},r.fromValues={...s}}),t.forEach(r=>{r.delay=e-r.frames}),this.play(t)}pause(){this.pausedClock.start(),this.isPaused=!0}resume(){this.pausedDuration+=this.pausedClock.getElapsedTime(),this.pausedClock.stop(),this.isPaused=!1}}var ac={exports:{}},rt={};/**
2
32
  * @license React
3
33
  * react.production.js
4
34
  *
@@ -6,7 +36,7 @@
6
36
  *
7
37
  * This source code is licensed under the MIT license found in the
8
38
  * LICENSE file in the root directory of this source tree.
9
- */var mc;function ed(){if(mc)return nt;mc=1;var s=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),e=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),i=Symbol.for("react.consumer"),o=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),l=Symbol.for("react.lazy"),u=Symbol.for("react.activity"),d=Symbol.iterator;function f(A){return A===null||typeof A!="object"?null:(A=d&&A[d]||A["@@iterator"],typeof A=="function"?A:null)}var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},p=Object.assign,_={};function y(A,L,H){this.props=A,this.context=L,this.refs=_,this.updater=H||m}y.prototype.isReactComponent={},y.prototype.setState=function(A,L){if(typeof A!="object"&&typeof A!="function"&&A!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,A,L,"setState")},y.prototype.forceUpdate=function(A){this.updater.enqueueForceUpdate(this,A,"forceUpdate")};function b(){}b.prototype=y.prototype;function v(A,L,H){this.props=A,this.context=L,this.refs=_,this.updater=H||m}var w=v.prototype=new b;w.constructor=v,p(w,y.prototype),w.isPureReactComponent=!0;var E=Array.isArray;function C(){}var D={H:null,A:null,T:null,S:null},$=Object.prototype.hasOwnProperty;function O(A,L,H){var W=H.ref;return{$$typeof:s,type:A,key:L,ref:W!==void 0?W:null,props:H}}function U(A,L){return O(A.type,L,A.props)}function V(A){return typeof A=="object"&&A!==null&&A.$$typeof===s}function q(A){var L={"=":"=0",":":"=2"};return"$"+A.replace(/[=:]/g,function(H){return L[H]})}var ft=/\/+/g;function pt(A,L){return typeof A=="object"&&A!==null&&A.key!=null?q(""+A.key):L.toString(36)}function zt(A){switch(A.status){case"fulfilled":return A.value;case"rejected":throw A.reason;default:switch(typeof A.status=="string"?A.then(C,C):(A.status="pending",A.then(function(L){A.status==="pending"&&(A.status="fulfilled",A.value=L)},function(L){A.status==="pending"&&(A.status="rejected",A.reason=L)})),A.status){case"fulfilled":return A.value;case"rejected":throw A.reason}}throw A}function wt(A,L,H,W,ht){var mt=typeof A;(mt==="undefined"||mt==="boolean")&&(A=null);var Q=!1;if(A===null)Q=!0;else switch(mt){case"bigint":case"string":case"number":Q=!0;break;case"object":switch(A.$$typeof){case s:case t:Q=!0;break;case l:return Q=A._init,wt(Q(A._payload),L,H,W,ht)}}if(Q)return ht=ht(A),Q=W===""?"."+pt(A,0):W,E(ht)?(H="",Q!=null&&(H=Q.replace(ft,"$&/")+"/"),wt(ht,L,H,"",function(Ct){return Ct})):ht!=null&&(V(ht)&&(ht=U(ht,H+(ht.key==null||A&&A.key===ht.key?"":(""+ht.key).replace(ft,"$&/")+"/")+Q)),L.push(ht)),1;Q=0;var Pt=W===""?".":W+":";if(E(A))for(var at=0;at<A.length;at++)W=A[at],mt=Pt+pt(W,at),Q+=wt(W,L,H,mt,ht);else if(at=f(A),typeof at=="function")for(A=at.call(A),at=0;!(W=A.next()).done;)W=W.value,mt=Pt+pt(W,at++),Q+=wt(W,L,H,mt,ht);else if(mt==="object"){if(typeof A.then=="function")return wt(zt(A),L,H,W,ht);throw L=String(A),Error("Objects are not valid as a React child (found: "+(L==="[object Object]"?"object with keys {"+Object.keys(A).join(", ")+"}":L)+"). If you meant to render a collection of children, use an array instead.")}return Q}function It(A,L,H){if(A==null)return A;var W=[],ht=0;return wt(A,W,"","",function(mt){return L.call(H,mt,ht++)}),W}function Xt(A){if(A._status===-1){var L=A._result;L=L(),L.then(function(H){(A._status===0||A._status===-1)&&(A._status=1,A._result=H)},function(H){(A._status===0||A._status===-1)&&(A._status=2,A._result=H)}),A._status===-1&&(A._status=0,A._result=L)}if(A._status===1)return A._result.default;throw A._result}var Y=typeof reportError=="function"?reportError:function(A){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var L=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof A=="object"&&A!==null&&typeof A.message=="string"?String(A.message):String(A),error:A});if(!window.dispatchEvent(L))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",A);return}console.error(A)},N={map:It,forEach:function(A,L,H){It(A,function(){L.apply(this,arguments)},H)},count:function(A){var L=0;return It(A,function(){L++}),L},toArray:function(A){return It(A,function(L){return L})||[]},only:function(A){if(!V(A))throw Error("React.Children.only expected to receive a single React element child.");return A}};return nt.Activity=u,nt.Children=N,nt.Component=y,nt.Fragment=e,nt.Profiler=r,nt.PureComponent=v,nt.StrictMode=n,nt.Suspense=c,nt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=D,nt.__COMPILER_RUNTIME={__proto__:null,c:function(A){return D.H.useMemoCache(A)}},nt.cache=function(A){return function(){return A.apply(null,arguments)}},nt.cacheSignal=function(){return null},nt.cloneElement=function(A,L,H){if(A==null)throw Error("The argument must be a React element, but you passed "+A+".");var W=p({},A.props),ht=A.key;if(L!=null)for(mt in L.key!==void 0&&(ht=""+L.key),L)!$.call(L,mt)||mt==="key"||mt==="__self"||mt==="__source"||mt==="ref"&&L.ref===void 0||(W[mt]=L[mt]);var mt=arguments.length-2;if(mt===1)W.children=H;else if(1<mt){for(var Q=Array(mt),Pt=0;Pt<mt;Pt++)Q[Pt]=arguments[Pt+2];W.children=Q}return O(A.type,ht,W)},nt.createContext=function(A){return A={$$typeof:o,_currentValue:A,_currentValue2:A,_threadCount:0,Provider:null,Consumer:null},A.Provider=A,A.Consumer={$$typeof:i,_context:A},A},nt.createElement=function(A,L,H){var W,ht={},mt=null;if(L!=null)for(W in L.key!==void 0&&(mt=""+L.key),L)$.call(L,W)&&W!=="key"&&W!=="__self"&&W!=="__source"&&(ht[W]=L[W]);var Q=arguments.length-2;if(Q===1)ht.children=H;else if(1<Q){for(var Pt=Array(Q),at=0;at<Q;at++)Pt[at]=arguments[at+2];ht.children=Pt}if(A&&A.defaultProps)for(W in Q=A.defaultProps,Q)ht[W]===void 0&&(ht[W]=Q[W]);return O(A,mt,ht)},nt.createRef=function(){return{current:null}},nt.forwardRef=function(A){return{$$typeof:a,render:A}},nt.isValidElement=V,nt.lazy=function(A){return{$$typeof:l,_payload:{_status:-1,_result:A},_init:Xt}},nt.memo=function(A,L){return{$$typeof:h,type:A,compare:L===void 0?null:L}},nt.startTransition=function(A){var L=D.T,H={};D.T=H;try{var W=A(),ht=D.S;ht!==null&&ht(H,W),typeof W=="object"&&W!==null&&typeof W.then=="function"&&W.then(C,Y)}catch(mt){Y(mt)}finally{L!==null&&H.types!==null&&(L.types=H.types),D.T=L}},nt.unstable_useCacheRefresh=function(){return D.H.useCacheRefresh()},nt.use=function(A){return D.H.use(A)},nt.useActionState=function(A,L,H){return D.H.useActionState(A,L,H)},nt.useCallback=function(A,L){return D.H.useCallback(A,L)},nt.useContext=function(A){return D.H.useContext(A)},nt.useDebugValue=function(){},nt.useDeferredValue=function(A,L){return D.H.useDeferredValue(A,L)},nt.useEffect=function(A,L){return D.H.useEffect(A,L)},nt.useEffectEvent=function(A){return D.H.useEffectEvent(A)},nt.useId=function(){return D.H.useId()},nt.useImperativeHandle=function(A,L,H){return D.H.useImperativeHandle(A,L,H)},nt.useInsertionEffect=function(A,L){return D.H.useInsertionEffect(A,L)},nt.useLayoutEffect=function(A,L){return D.H.useLayoutEffect(A,L)},nt.useMemo=function(A,L){return D.H.useMemo(A,L)},nt.useOptimistic=function(A,L){return D.H.useOptimistic(A,L)},nt.useReducer=function(A,L,H){return D.H.useReducer(A,L,H)},nt.useRef=function(A){return D.H.useRef(A)},nt.useState=function(A){return D.H.useState(A)},nt.useSyncExternalStore=function(A,L,H){return D.H.useSyncExternalStore(A,L,H)},nt.useTransition=function(){return D.H.useTransition()},nt.version="19.2.5",nt}var Bs={exports:{}};/**
39
+ */var Bf;function uv(){if(Bf)return rt;Bf=1;var n=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),e=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.consumer"),o=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),u=Symbol.for("react.lazy"),l=Symbol.for("react.activity"),d=Symbol.iterator;function f(A){return A===null||typeof A!="object"?null:(A=d&&A[d]||A["@@iterator"],typeof A=="function"?A:null)}var p={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},m=Object.assign,v={};function g(A,L,W){this.props=A,this.context=L,this.refs=v,this.updater=W||p}g.prototype.isReactComponent={},g.prototype.setState=function(A,L){if(typeof A!="object"&&typeof A!="function"&&A!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,A,L,"setState")},g.prototype.forceUpdate=function(A){this.updater.enqueueForceUpdate(this,A,"forceUpdate")};function b(){}b.prototype=g.prototype;function x(A,L,W){this.props=A,this.context=L,this.refs=v,this.updater=W||p}var w=x.prototype=new b;w.constructor=x,m(w,g.prototype),w.isPureReactComponent=!0;var C=Array.isArray;function E(){}var O={H:null,A:null,T:null,S:null},U=Object.prototype.hasOwnProperty;function R(A,L,W){var q=W.ref;return{$$typeof:n,type:A,key:L,ref:q!==void 0?q:null,props:W}}function j(A,L){return R(A.type,L,A.props)}function H(A){return typeof A=="object"&&A!==null&&A.$$typeof===n}function V(A){var L={"=":"=0",":":"=2"};return"$"+A.replace(/[=:]/g,function(W){return L[W]})}var lt=/\/+/g;function yt(A,L){return typeof A=="object"&&A!==null&&A.key!=null?V(""+A.key):L.toString(36)}function mt(A){switch(A.status){case"fulfilled":return A.value;case"rejected":throw A.reason;default:switch(typeof A.status=="string"?A.then(E,E):(A.status="pending",A.then(function(L){A.status==="pending"&&(A.status="fulfilled",A.value=L)},function(L){A.status==="pending"&&(A.status="rejected",A.reason=L)})),A.status){case"fulfilled":return A.value;case"rejected":throw A.reason}}throw A}function ct(A,L,W,q,ft){var bt=typeof A;(bt==="undefined"||bt==="boolean")&&(A=null);var et=!1;if(A===null)et=!0;else switch(bt){case"bigint":case"string":case"number":et=!0;break;case"object":switch(A.$$typeof){case n:case t:et=!0;break;case u:return et=A._init,ct(et(A._payload),L,W,q,ft)}}if(et)return ft=ft(A),et=q===""?"."+yt(A,0):q,C(ft)?(W="",et!=null&&(W=et.replace(lt,"$&/")+"/"),ct(ft,L,W,"",function(Mt){return Mt})):ft!=null&&(H(ft)&&(ft=j(ft,W+(ft.key==null||A&&A.key===ft.key?"":(""+ft.key).replace(lt,"$&/")+"/")+et)),L.push(ft)),1;et=0;var It=q===""?".":q+":";if(C(A))for(var ht=0;ht<A.length;ht++)q=A[ht],bt=It+yt(q,ht),et+=ct(q,L,W,bt,ft);else if(ht=f(A),typeof ht=="function")for(A=ht.call(A),ht=0;!(q=A.next()).done;)q=q.value,bt=It+yt(q,ht++),et+=ct(q,L,W,bt,ft);else if(bt==="object"){if(typeof A.then=="function")return ct(mt(A),L,W,q,ft);throw L=String(A),Error("Objects are not valid as a React child (found: "+(L==="[object Object]"?"object with keys {"+Object.keys(A).join(", ")+"}":L)+"). If you meant to render a collection of children, use an array instead.")}return et}function st(A,L,W){if(A==null)return A;var q=[],ft=0;return ct(A,q,"","",function(bt){return L.call(W,bt,ft++)}),q}function Ct(A){if(A._status===-1){var L=A._result;L=L(),L.then(function(W){(A._status===0||A._status===-1)&&(A._status=1,A._result=W)},function(W){(A._status===0||A._status===-1)&&(A._status=2,A._result=W)}),A._status===-1&&(A._status=0,A._result=L)}if(A._status===1)return A._result.default;throw A._result}var $=typeof reportError=="function"?reportError:function(A){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var L=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof A=="object"&&A!==null&&typeof A.message=="string"?String(A.message):String(A),error:A});if(!window.dispatchEvent(L))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",A);return}console.error(A)},z={map:st,forEach:function(A,L,W){st(A,function(){L.apply(this,arguments)},W)},count:function(A){var L=0;return st(A,function(){L++}),L},toArray:function(A){return st(A,function(L){return L})||[]},only:function(A){if(!H(A))throw Error("React.Children.only expected to receive a single React element child.");return A}};return rt.Activity=l,rt.Children=z,rt.Component=g,rt.Fragment=e,rt.Profiler=s,rt.PureComponent=x,rt.StrictMode=r,rt.Suspense=c,rt.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=O,rt.__COMPILER_RUNTIME={__proto__:null,c:function(A){return O.H.useMemoCache(A)}},rt.cache=function(A){return function(){return A.apply(null,arguments)}},rt.cacheSignal=function(){return null},rt.cloneElement=function(A,L,W){if(A==null)throw Error("The argument must be a React element, but you passed "+A+".");var q=m({},A.props),ft=A.key;if(L!=null)for(bt in L.key!==void 0&&(ft=""+L.key),L)!U.call(L,bt)||bt==="key"||bt==="__self"||bt==="__source"||bt==="ref"&&L.ref===void 0||(q[bt]=L[bt]);var bt=arguments.length-2;if(bt===1)q.children=W;else if(1<bt){for(var et=Array(bt),It=0;It<bt;It++)et[It]=arguments[It+2];q.children=et}return R(A.type,ft,q)},rt.createContext=function(A){return A={$$typeof:o,_currentValue:A,_currentValue2:A,_threadCount:0,Provider:null,Consumer:null},A.Provider=A,A.Consumer={$$typeof:i,_context:A},A},rt.createElement=function(A,L,W){var q,ft={},bt=null;if(L!=null)for(q in L.key!==void 0&&(bt=""+L.key),L)U.call(L,q)&&q!=="key"&&q!=="__self"&&q!=="__source"&&(ft[q]=L[q]);var et=arguments.length-2;if(et===1)ft.children=W;else if(1<et){for(var It=Array(et),ht=0;ht<et;ht++)It[ht]=arguments[ht+2];ft.children=It}if(A&&A.defaultProps)for(q in et=A.defaultProps,et)ft[q]===void 0&&(ft[q]=et[q]);return R(A,bt,ft)},rt.createRef=function(){return{current:null}},rt.forwardRef=function(A){return{$$typeof:a,render:A}},rt.isValidElement=H,rt.lazy=function(A){return{$$typeof:u,_payload:{_status:-1,_result:A},_init:Ct}},rt.memo=function(A,L){return{$$typeof:h,type:A,compare:L===void 0?null:L}},rt.startTransition=function(A){var L=O.T,W={};O.T=W;try{var q=A(),ft=O.S;ft!==null&&ft(W,q),typeof q=="object"&&q!==null&&typeof q.then=="function"&&q.then(E,$)}catch(bt){$(bt)}finally{L!==null&&W.types!==null&&(L.types=W.types),O.T=L}},rt.unstable_useCacheRefresh=function(){return O.H.useCacheRefresh()},rt.use=function(A){return O.H.use(A)},rt.useActionState=function(A,L,W){return O.H.useActionState(A,L,W)},rt.useCallback=function(A,L){return O.H.useCallback(A,L)},rt.useContext=function(A){return O.H.useContext(A)},rt.useDebugValue=function(){},rt.useDeferredValue=function(A,L){return O.H.useDeferredValue(A,L)},rt.useEffect=function(A,L){return O.H.useEffect(A,L)},rt.useEffectEvent=function(A){return O.H.useEffectEvent(A)},rt.useId=function(){return O.H.useId()},rt.useImperativeHandle=function(A,L,W){return O.H.useImperativeHandle(A,L,W)},rt.useInsertionEffect=function(A,L){return O.H.useInsertionEffect(A,L)},rt.useLayoutEffect=function(A,L){return O.H.useLayoutEffect(A,L)},rt.useMemo=function(A,L){return O.H.useMemo(A,L)},rt.useOptimistic=function(A,L){return O.H.useOptimistic(A,L)},rt.useReducer=function(A,L,W){return O.H.useReducer(A,L,W)},rt.useRef=function(A){return O.H.useRef(A)},rt.useState=function(A){return O.H.useState(A)},rt.useSyncExternalStore=function(A,L,W){return O.H.useSyncExternalStore(A,L,W)},rt.useTransition=function(){return O.H.useTransition()},rt.version="19.2.5",rt}var es={exports:{}};/**
10
40
  * @license React
11
41
  * react.development.js
12
42
  *
@@ -14,77 +44,87 @@
14
44
  *
15
45
  * This source code is licensed under the MIT license found in the
16
46
  * LICENSE file in the root directory of this source tree.
17
- */Bs.exports;var pc;function nd(){return pc||(pc=1,function(s,t){({}).NODE_ENV!=="production"&&function(){function e(x,k){Object.defineProperty(i.prototype,x,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",k[0],k[1])}})}function n(x){return x===null||typeof x!="object"?null:(x=Se&&x[Se]||x["@@iterator"],typeof x=="function"?x:null)}function r(x,k){x=(x=x.constructor)&&(x.displayName||x.name)||"ReactClass";var B=x+"."+k;_e[B]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",k,x),_e[B]=!0)}function i(x,k,B){this.props=x,this.context=k,this.refs=vt,this.updater=B||pe}function o(){}function a(x,k,B){this.props=x,this.context=k,this.refs=vt,this.updater=B||pe}function c(){}function h(x){return""+x}function l(x){try{h(x);var k=!1}catch{k=!0}if(k){k=console;var B=k.error,j=typeof Symbol=="function"&&Symbol.toStringTag&&x[Symbol.toStringTag]||x.constructor.name||"Object";return B.call(k,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",j),h(x)}}function u(x){if(x==null)return null;if(typeof x=="function")return x.$$typeof===Vr?null:x.displayName||x.name||null;if(typeof x=="string")return x;switch(x){case A:return"Fragment";case H:return"Profiler";case L:return"StrictMode";case Q:return"Suspense";case Pt:return"SuspenseList";case Ue:return"Activity"}if(typeof x=="object")switch(typeof x.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),x.$$typeof){case N:return"Portal";case ht:return x.displayName||"Context";case W:return(x._context.displayName||"Context")+".Consumer";case mt:var k=x.render;return x=x.displayName,x||(x=k.displayName||k.name||"",x=x!==""?"ForwardRef("+x+")":"ForwardRef"),x;case at:return k=x.displayName||null,k!==null?k:u(x.type)||"Memo";case Ct:k=x._payload,x=x._init;try{return u(x(k))}catch{}}return null}function d(x){if(x===A)return"<>";if(typeof x=="object"&&x!==null&&x.$$typeof===Ct)return"<...>";try{var k=u(x);return k?"<"+k+">":"<...>"}catch{return"<...>"}}function f(){var x=rt.A;return x===null?null:x.getOwner()}function m(){return Error("react-stack-top-frame")}function p(x){if(Gt.call(x,"key")){var k=Object.getOwnPropertyDescriptor(x,"key").get;if(k&&k.isReactWarning)return!1}return x.key!==void 0}function _(x,k){function B(){Hr||(Hr=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",k))}B.isReactWarning=!0,Object.defineProperty(x,"key",{get:B,configurable:!0})}function y(){var x=u(this.type);return Jr[x]||(Jr[x]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),x=this.props.ref,x!==void 0?x:null}function b(x,k,B,j,J,ct){var ot=B.ref;return x={$$typeof:Y,type:x,key:k,props:B,_owner:j},(ot!==void 0?ot:null)!==null?Object.defineProperty(x,"ref",{enumerable:!1,get:y}):Object.defineProperty(x,"ref",{enumerable:!1,value:null}),x._store={},Object.defineProperty(x._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(x,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(x,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:J}),Object.defineProperty(x,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ct}),Object.freeze&&(Object.freeze(x.props),Object.freeze(x)),x}function v(x,k){return k=b(x.type,k,x.props,x._owner,x._debugStack,x._debugTask),x._store&&(k._store.validated=x._store.validated),k}function w(x){E(x)?x._store&&(x._store.validated=1):typeof x=="object"&&x!==null&&x.$$typeof===Ct&&(x._payload.status==="fulfilled"?E(x._payload.value)&&x._payload.value._store&&(x._payload.value._store.validated=1):x._store&&(x._store.validated=1))}function E(x){return typeof x=="object"&&x!==null&&x.$$typeof===Y}function C(x){var k={"=":"=0",":":"=2"};return"$"+x.replace(/[=:]/g,function(B){return k[B]})}function D(x,k){return typeof x=="object"&&x!==null&&x.key!=null?(l(x.key),C(""+x.key)):k.toString(36)}function $(x){switch(x.status){case"fulfilled":return x.value;case"rejected":throw x.reason;default:switch(typeof x.status=="string"?x.then(c,c):(x.status="pending",x.then(function(k){x.status==="pending"&&(x.status="fulfilled",x.value=k)},function(k){x.status==="pending"&&(x.status="rejected",x.reason=k)})),x.status){case"fulfilled":return x.value;case"rejected":throw x.reason}}throw x}function O(x,k,B,j,J){var ct=typeof x;(ct==="undefined"||ct==="boolean")&&(x=null);var ot=!1;if(x===null)ot=!0;else switch(ct){case"bigint":case"string":case"number":ot=!0;break;case"object":switch(x.$$typeof){case Y:case N:ot=!0;break;case Ct:return ot=x._init,O(ot(x._payload),k,B,j,J)}}if(ot){ot=x,J=J(ot);var bt=j===""?"."+D(ot,0):j;return As(J)?(B="",bt!=null&&(B=bt.replace(ks,"$&/")+"/"),O(J,k,B,"",function(Ce){return Ce})):J!=null&&(E(J)&&(J.key!=null&&(ot&&ot.key===J.key||l(J.key)),B=v(J,B+(J.key==null||ot&&ot.key===J.key?"":(""+J.key).replace(ks,"$&/")+"/")+bt),j!==""&&ot!=null&&E(ot)&&ot.key==null&&ot._store&&!ot._store.validated&&(B._store.validated=2),J=B),k.push(J)),1}if(ot=0,bt=j===""?".":j+":",As(x))for(var lt=0;lt<x.length;lt++)j=x[lt],ct=bt+D(j,lt),ot+=O(j,k,B,ct,J);else if(lt=n(x),typeof lt=="function")for(lt===x.entries&&(Ms||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Ms=!0),x=lt.call(x),lt=0;!(j=x.next()).done;)j=j.value,ct=bt+D(j,lt++),ot+=O(j,k,B,ct,J);else if(ct==="object"){if(typeof x.then=="function")return O($(x),k,B,j,J);throw k=String(x),Error("Objects are not valid as a React child (found: "+(k==="[object Object]"?"object with keys {"+Object.keys(x).join(", ")+"}":k)+"). If you meant to render a collection of children, use an array instead.")}return ot}function U(x,k,B){if(x==null)return x;var j=[],J=0;return O(x,j,"","",function(ct){return k.call(B,ct,J++)}),j}function V(x){if(x._status===-1){var k=x._ioInfo;k!=null&&(k.start=k.end=performance.now()),k=x._result;var B=k();if(B.then(function(J){if(x._status===0||x._status===-1){x._status=1,x._result=J;var ct=x._ioInfo;ct!=null&&(ct.end=performance.now()),B.status===void 0&&(B.status="fulfilled",B.value=J)}},function(J){if(x._status===0||x._status===-1){x._status=2,x._result=J;var ct=x._ioInfo;ct!=null&&(ct.end=performance.now()),B.status===void 0&&(B.status="rejected",B.reason=J)}}),k=x._ioInfo,k!=null){k.value=B;var j=B.displayName;typeof j=="string"&&(k.name=j)}x._status===-1&&(x._status=0,x._result=B)}if(x._status===1)return k=x._result,k===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
47
+ */es.exports;var $f;function lv(){return $f||($f=1,function(n,t){({}).NODE_ENV!=="production"&&function(){function e(_,D){Object.defineProperty(i.prototype,_,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",D[0],D[1])}})}function r(_){return _===null||typeof _!="object"?null:(_=Ye&&_[Ye]||_["@@iterator"],typeof _=="function"?_:null)}function s(_,D){_=(_=_.constructor)&&(_.displayName||_.name)||"ReactClass";var B=_+"."+D;je[B]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",D,_),je[B]=!0)}function i(_,D,B){this.props=_,this.context=D,this.refs=Tt,this.updater=B||Re}function o(){}function a(_,D,B){this.props=_,this.context=D,this.refs=Tt,this.updater=B||Re}function c(){}function h(_){return""+_}function u(_){try{h(_);var D=!1}catch{D=!0}if(D){D=console;var B=D.error,Y=typeof Symbol=="function"&&Symbol.toStringTag&&_[Symbol.toStringTag]||_.constructor.name||"Object";return B.call(D,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",Y),h(_)}}function l(_){if(_==null)return null;if(typeof _=="function")return _.$$typeof===wo?null:_.displayName||_.name||null;if(typeof _=="string")return _;switch(_){case A:return"Fragment";case W:return"Profiler";case L:return"StrictMode";case et:return"Suspense";case It:return"SuspenseList";case ln:return"Activity"}if(typeof _=="object")switch(typeof _.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),_.$$typeof){case z:return"Portal";case ft:return _.displayName||"Context";case q:return(_._context.displayName||"Context")+".Consumer";case bt:var D=_.render;return _=_.displayName,_||(_=D.displayName||D.name||"",_=_!==""?"ForwardRef("+_+")":"ForwardRef"),_;case ht:return D=_.displayName||null,D!==null?D:l(_.type)||"Memo";case Mt:D=_._payload,_=_._init;try{return l(_(D))}catch{}}return null}function d(_){if(_===A)return"<>";if(typeof _=="object"&&_!==null&&_.$$typeof===Mt)return"<...>";try{var D=l(_);return D?"<"+D+">":"<...>"}catch{return"<...>"}}function f(){var _=it.A;return _===null?null:_.getOwner()}function p(){return Error("react-stack-top-frame")}function m(_){if(Jt.call(_,"key")){var D=Object.getOwnPropertyDescriptor(_,"key").get;if(D&&D.isReactWarning)return!1}return _.key!==void 0}function v(_,D){function B(){xo||(xo=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",D))}B.isReactWarning=!0,Object.defineProperty(_,"key",{get:B,configurable:!0})}function g(){var _=l(this.type);return So[_]||(So[_]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),_=this.props.ref,_!==void 0?_:null}function b(_,D,B,Y,J,ut){var at=B.ref;return _={$$typeof:$,type:_,key:D,props:B,_owner:Y},(at!==void 0?at:null)!==null?Object.defineProperty(_,"ref",{enumerable:!1,get:g}):Object.defineProperty(_,"ref",{enumerable:!1,value:null}),_._store={},Object.defineProperty(_._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(_,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(_,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:J}),Object.defineProperty(_,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ut}),Object.freeze&&(Object.freeze(_.props),Object.freeze(_)),_}function x(_,D){return D=b(_.type,D,_.props,_._owner,_._debugStack,_._debugTask),_._store&&(D._store.validated=_._store.validated),D}function w(_){C(_)?_._store&&(_._store.validated=1):typeof _=="object"&&_!==null&&_.$$typeof===Mt&&(_._payload.status==="fulfilled"?C(_._payload.value)&&_._payload.value._store&&(_._payload.value._store.validated=1):_._store&&(_._store.validated=1))}function C(_){return typeof _=="object"&&_!==null&&_.$$typeof===$}function E(_){var D={"=":"=0",":":"=2"};return"$"+_.replace(/[=:]/g,function(B){return D[B]})}function O(_,D){return typeof _=="object"&&_!==null&&_.key!=null?(u(_.key),E(""+_.key)):D.toString(36)}function U(_){switch(_.status){case"fulfilled":return _.value;case"rejected":throw _.reason;default:switch(typeof _.status=="string"?_.then(c,c):(_.status="pending",_.then(function(D){_.status==="pending"&&(_.status="fulfilled",_.value=D)},function(D){_.status==="pending"&&(_.status="rejected",_.reason=D)})),_.status){case"fulfilled":return _.value;case"rejected":throw _.reason}}throw _}function R(_,D,B,Y,J){var ut=typeof _;(ut==="undefined"||ut==="boolean")&&(_=null);var at=!1;if(_===null)at=!0;else switch(ut){case"bigint":case"string":case"number":at=!0;break;case"object":switch(_.$$typeof){case $:case z:at=!0;break;case Mt:return at=_._init,R(at(_._payload),D,B,Y,J)}}if(at){at=_,J=J(at);var St=Y===""?"."+O(at,0):Y;return Cs(J)?(B="",St!=null&&(B=St.replace(Ps,"$&/")+"/"),R(J,D,B,"",function(ke){return ke})):J!=null&&(C(J)&&(J.key!=null&&(at&&at.key===J.key||u(J.key)),B=x(J,B+(J.key==null||at&&at.key===J.key?"":(""+J.key).replace(Ps,"$&/")+"/")+St),Y!==""&&at!=null&&C(at)&&at.key==null&&at._store&&!at._store.validated&&(B._store.validated=2),J=B),D.push(J)),1}if(at=0,St=Y===""?".":Y+":",Cs(_))for(var dt=0;dt<_.length;dt++)Y=_[dt],ut=St+O(Y,dt),at+=R(Y,D,B,ut,J);else if(dt=r(_),typeof dt=="function")for(dt===_.entries&&(Ts||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Ts=!0),_=dt.call(_),dt=0;!(Y=_.next()).done;)Y=Y.value,ut=St+O(Y,dt++),at+=R(Y,D,B,ut,J);else if(ut==="object"){if(typeof _.then=="function")return R(U(_),D,B,Y,J);throw D=String(_),Error("Objects are not valid as a React child (found: "+(D==="[object Object]"?"object with keys {"+Object.keys(_).join(", ")+"}":D)+"). If you meant to render a collection of children, use an array instead.")}return at}function j(_,D,B){if(_==null)return _;var Y=[],J=0;return R(_,Y,"","",function(ut){return D.call(B,ut,J++)}),Y}function H(_){if(_._status===-1){var D=_._ioInfo;D!=null&&(D.start=D.end=performance.now()),D=_._result;var B=D();if(B.then(function(J){if(_._status===0||_._status===-1){_._status=1,_._result=J;var ut=_._ioInfo;ut!=null&&(ut.end=performance.now()),B.status===void 0&&(B.status="fulfilled",B.value=J)}},function(J){if(_._status===0||_._status===-1){_._status=2,_._result=J;var ut=_._ioInfo;ut!=null&&(ut.end=performance.now()),B.status===void 0&&(B.status="rejected",B.reason=J)}}),D=_._ioInfo,D!=null){D.value=B;var Y=B.displayName;typeof Y=="string"&&(D.name=Y)}_._status===-1&&(_._status=0,_._result=B)}if(_._status===1)return D=_._result,D===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
18
48
 
19
49
  Your code should look like:
20
50
  const MyComponent = lazy(() => import('./MyComponent'))
21
51
 
22
- Did you accidentally put curly braces around the import?`,k),"default"in k||console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
52
+ Did you accidentally put curly braces around the import?`,D),"default"in D||console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
23
53
 
24
54
  Your code should look like:
25
- const MyComponent = lazy(() => import('./MyComponent'))`,k),k.default;throw x._result}function q(){var x=rt.H;return x===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
55
+ const MyComponent = lazy(() => import('./MyComponent'))`,D),D.default;throw _._result}function V(){var _=it.H;return _===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
26
56
  1. You might have mismatching versions of React and the renderer (such as React DOM)
27
57
  2. You might be breaking the Rules of Hooks
28
58
  3. You might have more than one copy of React in the same app
29
- See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),x}function ft(){rt.asyncTransitions--}function pt(x){if(rn===null)try{var k=("require"+Math.random()).slice(0,7);rn=(s&&s[k]).call(s,"timers").setImmediate}catch{rn=function(B){xn===!1&&(xn=!0,typeof MessageChannel>"u"&&console.error("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var j=new MessageChannel;j.port1.onmessage=B,j.port2.postMessage(void 0)}}return rn(x)}function zt(x){return 1<x.length&&typeof AggregateError=="function"?new AggregateError(x):x[0]}function wt(x,k){k!==Gn-1&&console.error("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),Gn=k}function It(x,k,B){var j=rt.actQueue;if(j!==null)if(j.length!==0)try{Xt(j),pt(function(){return It(x,k,B)});return}catch(J){rt.thrownErrors.push(J)}else rt.actQueue=null;0<rt.thrownErrors.length?(j=zt(rt.thrownErrors),rt.thrownErrors.length=0,B(j)):k(x)}function Xt(x){if(!Ds){Ds=!0;var k=0;try{for(;k<x.length;k++){var B=x[k];do{rt.didUsePromise=!1;var j=B(!1);if(j!==null){if(rt.didUsePromise){x[k]=B,x.splice(0,k);return}B=j}else break}while(1)}x.length=0}catch(J){x.splice(0,k+1),rt.thrownErrors.push(J)}finally{Ds=!1}}}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var Y=Symbol.for("react.transitional.element"),N=Symbol.for("react.portal"),A=Symbol.for("react.fragment"),L=Symbol.for("react.strict_mode"),H=Symbol.for("react.profiler"),W=Symbol.for("react.consumer"),ht=Symbol.for("react.context"),mt=Symbol.for("react.forward_ref"),Q=Symbol.for("react.suspense"),Pt=Symbol.for("react.suspense_list"),at=Symbol.for("react.memo"),Ct=Symbol.for("react.lazy"),Ue=Symbol.for("react.activity"),Se=Symbol.iterator,_e={},pe={isMounted:function(){return!1},enqueueForceUpdate:function(x){r(x,"forceUpdate")},enqueueReplaceState:function(x){r(x,"replaceState")},enqueueSetState:function(x){r(x,"setState")}},z=Object.assign,vt={};Object.freeze(vt),i.prototype.isReactComponent={},i.prototype.setState=function(x,k){if(typeof x!="object"&&typeof x!="function"&&x!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,x,k,"setState")},i.prototype.forceUpdate=function(x){this.updater.enqueueForceUpdate(this,x,"forceUpdate")};var Ot={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]};for(Sn in Ot)Ot.hasOwnProperty(Sn)&&e(Sn,Ot[Sn]);o.prototype=i.prototype,Ot=a.prototype=new o,Ot.constructor=a,z(Ot,i.prototype),Ot.isPureReactComponent=!0;var As=Array.isArray,Vr=Symbol.for("react.client.reference"),rt={H:null,A:null,T:null,S:null,actQueue:null,asyncTransitions:0,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1,thrownErrors:[],getCurrentStack:null,recentlyCreatedOwnerStacks:0},Gt=Object.prototype.hasOwnProperty,qr=console.createTask?console.createTask:function(){return null};Ot={react_stack_bottom_frame:function(x){return x()}};var Hr,Wr,Jr={},Ha=Ot.react_stack_bottom_frame.bind(Ot,m)(),Kr=qr(d(m)),Ms=!1,ks=/\/+/g,Is=typeof reportError=="function"?reportError:function(x){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var k=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof x=="object"&&x!==null&&typeof x.message=="string"?String(x.message):String(x),error:x});if(!window.dispatchEvent(k))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",x);return}console.error(x)},xn=!1,rn=null,Gn=0,Vn=!1,Ds=!1,Zr=typeof queueMicrotask=="function"?function(x){queueMicrotask(function(){return queueMicrotask(x)})}:pt;Ot=Object.freeze({__proto__:null,c:function(x){return q().useMemoCache(x)}});var Sn={map:U,forEach:function(x,k,B){U(x,function(){k.apply(this,arguments)},B)},count:function(x){var k=0;return U(x,function(){k++}),k},toArray:function(x){return U(x,function(k){return k})||[]},only:function(x){if(!E(x))throw Error("React.Children.only expected to receive a single React element child.");return x}};t.Activity=Ue,t.Children=Sn,t.Component=i,t.Fragment=A,t.Profiler=H,t.PureComponent=a,t.StrictMode=L,t.Suspense=Q,t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=rt,t.__COMPILER_RUNTIME=Ot,t.act=function(x){var k=rt.actQueue,B=Gn;Gn++;var j=rt.actQueue=k!==null?k:[],J=!1;try{var ct=x()}catch(lt){rt.thrownErrors.push(lt)}if(0<rt.thrownErrors.length)throw wt(k,B),x=zt(rt.thrownErrors),rt.thrownErrors.length=0,x;if(ct!==null&&typeof ct=="object"&&typeof ct.then=="function"){var ot=ct;return Zr(function(){J||Vn||(Vn=!0,console.error("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(lt,Ce){J=!0,ot.then(function(_n){if(wt(k,B),B===0){try{Xt(j),pt(function(){return It(_n,lt,Ce)})}catch(Ja){rt.thrownErrors.push(Ja)}if(0<rt.thrownErrors.length){var Wa=zt(rt.thrownErrors);rt.thrownErrors.length=0,Ce(Wa)}}else lt(_n)},function(_n){wt(k,B),0<rt.thrownErrors.length&&(_n=zt(rt.thrownErrors),rt.thrownErrors.length=0),Ce(_n)})}}}var bt=ct;if(wt(k,B),B===0&&(Xt(j),j.length!==0&&Zr(function(){J||Vn||(Vn=!0,console.error("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))}),rt.actQueue=null),0<rt.thrownErrors.length)throw x=zt(rt.thrownErrors),rt.thrownErrors.length=0,x;return{then:function(lt,Ce){J=!0,B===0?(rt.actQueue=j,pt(function(){return It(bt,lt,Ce)})):lt(bt)}}},t.cache=function(x){return function(){return x.apply(null,arguments)}},t.cacheSignal=function(){return null},t.captureOwnerStack=function(){var x=rt.getCurrentStack;return x===null?null:x()},t.cloneElement=function(x,k,B){if(x==null)throw Error("The argument must be a React element, but you passed "+x+".");var j=z({},x.props),J=x.key,ct=x._owner;if(k!=null){var ot;t:{if(Gt.call(k,"ref")&&(ot=Object.getOwnPropertyDescriptor(k,"ref").get)&&ot.isReactWarning){ot=!1;break t}ot=k.ref!==void 0}ot&&(ct=f()),p(k)&&(l(k.key),J=""+k.key);for(bt in k)!Gt.call(k,bt)||bt==="key"||bt==="__self"||bt==="__source"||bt==="ref"&&k.ref===void 0||(j[bt]=k[bt])}var bt=arguments.length-2;if(bt===1)j.children=B;else if(1<bt){ot=Array(bt);for(var lt=0;lt<bt;lt++)ot[lt]=arguments[lt+2];j.children=ot}for(j=b(x.type,J,j,ct,x._debugStack,x._debugTask),J=2;J<arguments.length;J++)w(arguments[J]);return j},t.createContext=function(x){return x={$$typeof:ht,_currentValue:x,_currentValue2:x,_threadCount:0,Provider:null,Consumer:null},x.Provider=x,x.Consumer={$$typeof:W,_context:x},x._currentRenderer=null,x._currentRenderer2=null,x},t.createElement=function(x,k,B){for(var j=2;j<arguments.length;j++)w(arguments[j]);j={};var J=null;if(k!=null)for(lt in Wr||!("__self"in k)||"key"in k||(Wr=!0,console.warn("Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform")),p(k)&&(l(k.key),J=""+k.key),k)Gt.call(k,lt)&&lt!=="key"&&lt!=="__self"&&lt!=="__source"&&(j[lt]=k[lt]);var ct=arguments.length-2;if(ct===1)j.children=B;else if(1<ct){for(var ot=Array(ct),bt=0;bt<ct;bt++)ot[bt]=arguments[bt+2];Object.freeze&&Object.freeze(ot),j.children=ot}if(x&&x.defaultProps)for(lt in ct=x.defaultProps,ct)j[lt]===void 0&&(j[lt]=ct[lt]);J&&_(j,typeof x=="function"?x.displayName||x.name||"Unknown":x);var lt=1e4>rt.recentlyCreatedOwnerStacks++;return b(x,J,j,f(),lt?Error("react-stack-top-frame"):Ha,lt?qr(d(x)):Kr)},t.createRef=function(){var x={current:null};return Object.seal(x),x},t.forwardRef=function(x){x!=null&&x.$$typeof===at?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof x!="function"?console.error("forwardRef requires a render function but was given %s.",x===null?"null":typeof x):x.length!==0&&x.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",x.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),x!=null&&x.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var k={$$typeof:mt,render:x},B;return Object.defineProperty(k,"displayName",{enumerable:!1,configurable:!0,get:function(){return B},set:function(j){B=j,x.name||x.displayName||(Object.defineProperty(x,"name",{value:j}),x.displayName=j)}}),k},t.isValidElement=E,t.lazy=function(x){x={_status:-1,_result:x};var k={$$typeof:Ct,_payload:x,_init:V},B={name:"lazy",start:-1,end:-1,value:null,owner:null,debugStack:Error("react-stack-top-frame"),debugTask:console.createTask?console.createTask("lazy()"):null};return x._ioInfo=B,k._debugInfo=[{awaited:B}],k},t.memo=function(x,k){x==null&&console.error("memo: The first argument must be a component. Instead received: %s",x===null?"null":typeof x),k={$$typeof:at,type:x,compare:k===void 0?null:k};var B;return Object.defineProperty(k,"displayName",{enumerable:!1,configurable:!0,get:function(){return B},set:function(j){B=j,x.name||x.displayName||(Object.defineProperty(x,"name",{value:j}),x.displayName=j)}}),k},t.startTransition=function(x){var k=rt.T,B={};B._updatedFibers=new Set,rt.T=B;try{var j=x(),J=rt.S;J!==null&&J(B,j),typeof j=="object"&&j!==null&&typeof j.then=="function"&&(rt.asyncTransitions++,j.then(ft,ft),j.then(c,Is))}catch(ct){Is(ct)}finally{k===null&&B._updatedFibers&&(x=B._updatedFibers.size,B._updatedFibers.clear(),10<x&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table.")),k!==null&&B.types!==null&&(k.types!==null&&k.types!==B.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),k.types=B.types),rt.T=k}},t.unstable_useCacheRefresh=function(){return q().useCacheRefresh()},t.use=function(x){return q().use(x)},t.useActionState=function(x,k,B){return q().useActionState(x,k,B)},t.useCallback=function(x,k){return q().useCallback(x,k)},t.useContext=function(x){var k=q();return x.$$typeof===W&&console.error("Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"),k.useContext(x)},t.useDebugValue=function(x,k){return q().useDebugValue(x,k)},t.useDeferredValue=function(x,k){return q().useDeferredValue(x,k)},t.useEffect=function(x,k){return x==null&&console.warn("React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"),q().useEffect(x,k)},t.useEffectEvent=function(x){return q().useEffectEvent(x)},t.useId=function(){return q().useId()},t.useImperativeHandle=function(x,k,B){return q().useImperativeHandle(x,k,B)},t.useInsertionEffect=function(x,k){return x==null&&console.warn("React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"),q().useInsertionEffect(x,k)},t.useLayoutEffect=function(x,k){return x==null&&console.warn("React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"),q().useLayoutEffect(x,k)},t.useMemo=function(x,k){return q().useMemo(x,k)},t.useOptimistic=function(x,k){return q().useOptimistic(x,k)},t.useReducer=function(x,k,B){return q().useReducer(x,k,B)},t.useRef=function(x){return q().useRef(x)},t.useState=function(x){return q().useState(x)},t.useSyncExternalStore=function(x,k,B){return q().useSyncExternalStore(x,k,B)},t.useTransition=function(){return q().useTransition()},t.version="19.2.5",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()}(Bs,Bs.exports)),Bs.exports}({}).NODE_ENV==="production"?ed():nd();const hi={}.NODE_ENV!=="production"?Object.freeze({}):{},sd=()=>{},gc=Object.assign,yc=Array.isArray,Us=s=>typeof s=="function",rd=s=>typeof s=="string",id=s=>typeof s=="symbol",li=s=>s!==null&&typeof s=="object";let bc;const $s=()=>bc||(bc=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});new Set(Object.getOwnPropertyNames(Symbol).filter(s=>s!=="arguments"&&s!=="caller").map(s=>Symbol[s]).filter(id));function wc(s){return ui(s)?wc(s.__v_raw):!!(s&&s.__v_isReactive)}function ui(s){return!!(s&&s.__v_isReadonly)}function fi(s){return!!(s&&s.__v_isShallow)}function En(s){const t=s&&s.__v_raw;return t?En(t):s}function vc(s){return s?s.__v_isRef===!0:!1}/**
59
+ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),_}function lt(){it.asyncTransitions--}function yt(_){if(Ln===null)try{var D=("require"+Math.random()).slice(0,7);Ln=(n&&n[D]).call(n,"timers").setImmediate}catch{Ln=function(Y){nr===!1&&(nr=!0,typeof MessageChannel>"u"&&console.error("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var J=new MessageChannel;J.port1.onmessage=Y,J.port2.postMessage(void 0)}}return Ln(_)}function mt(_){return 1<_.length&&typeof AggregateError=="function"?new AggregateError(_):_[0]}function ct(_,D){D!==Pr-1&&console.error("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),Pr=D}function st(_,D,B){var Y=it.actQueue;if(Y!==null)if(Y.length!==0)try{Ct(Y),yt(function(){return st(_,D,B)});return}catch(J){it.thrownErrors.push(J)}else it.actQueue=null;0<it.thrownErrors.length?(Y=mt(it.thrownErrors),it.thrownErrors.length=0,B(Y)):D(_)}function Ct(_){if(!Ms){Ms=!0;var D=0;try{for(;D<_.length;D++){var B=_[D];do{it.didUsePromise=!1;var Y=B(!1);if(Y!==null){if(it.didUsePromise){_[D]=B,_.splice(0,D);return}B=Y}else break}while(1)}_.length=0}catch(J){_.splice(0,D+1),it.thrownErrors.push(J)}finally{Ms=!1}}}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var $=Symbol.for("react.transitional.element"),z=Symbol.for("react.portal"),A=Symbol.for("react.fragment"),L=Symbol.for("react.strict_mode"),W=Symbol.for("react.profiler"),q=Symbol.for("react.consumer"),ft=Symbol.for("react.context"),bt=Symbol.for("react.forward_ref"),et=Symbol.for("react.suspense"),It=Symbol.for("react.suspense_list"),ht=Symbol.for("react.memo"),Mt=Symbol.for("react.lazy"),ln=Symbol.for("react.activity"),Ye=Symbol.iterator,je={},Re={isMounted:function(){return!1},enqueueForceUpdate:function(_){s(_,"forceUpdate")},enqueueReplaceState:function(_){s(_,"replaceState")},enqueueSetState:function(_){s(_,"setState")}},N=Object.assign,Tt={};Object.freeze(Tt),i.prototype.isReactComponent={},i.prototype.setState=function(_,D){if(typeof _!="object"&&typeof _!="function"&&_!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,_,D,"setState")},i.prototype.forceUpdate=function(_){this.updater.enqueueForceUpdate(this,_,"forceUpdate")};var $t={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]};for(rr in $t)$t.hasOwnProperty(rr)&&e(rr,$t[rr]);o.prototype=i.prototype,$t=a.prototype=new o,$t.constructor=a,N($t,i.prototype),$t.isPureReactComponent=!0;var Cs=Array.isArray,wo=Symbol.for("react.client.reference"),it={H:null,A:null,T:null,S:null,actQueue:null,asyncTransitions:0,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1,thrownErrors:[],getCurrentStack:null,recentlyCreatedOwnerStacks:0},Jt=Object.prototype.hasOwnProperty,vo=console.createTask?console.createTask:function(){return null};$t={react_stack_bottom_frame:function(_){return _()}};var xo,_o,So={},qh=$t.react_stack_bottom_frame.bind($t,p)(),Eo=vo(d(p)),Ts=!1,Ps=/\/+/g,As=typeof reportError=="function"?reportError:function(_){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var D=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof _=="object"&&_!==null&&typeof _.message=="string"?String(_.message):String(_),error:_});if(!window.dispatchEvent(D))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",_);return}console.error(_)},nr=!1,Ln=null,Pr=0,Ar=!1,Ms=!1,Co=typeof queueMicrotask=="function"?function(_){queueMicrotask(function(){return queueMicrotask(_)})}:yt;$t=Object.freeze({__proto__:null,c:function(_){return V().useMemoCache(_)}});var rr={map:j,forEach:function(_,D,B){j(_,function(){D.apply(this,arguments)},B)},count:function(_){var D=0;return j(_,function(){D++}),D},toArray:function(_){return j(_,function(D){return D})||[]},only:function(_){if(!C(_))throw Error("React.Children.only expected to receive a single React element child.");return _}};t.Activity=ln,t.Children=rr,t.Component=i,t.Fragment=A,t.Profiler=W,t.PureComponent=a,t.StrictMode=L,t.Suspense=et,t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=it,t.__COMPILER_RUNTIME=$t,t.act=function(_){var D=it.actQueue,B=Pr;Pr++;var Y=it.actQueue=D!==null?D:[],J=!1;try{var ut=_()}catch(dt){it.thrownErrors.push(dt)}if(0<it.thrownErrors.length)throw ct(D,B),_=mt(it.thrownErrors),it.thrownErrors.length=0,_;if(ut!==null&&typeof ut=="object"&&typeof ut.then=="function"){var at=ut;return Co(function(){J||Ar||(Ar=!0,console.error("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(dt,ke){J=!0,at.then(function(Nn){if(ct(D,B),B===0){try{Ct(Y),yt(function(){return st(Nn,dt,ke)})}catch(Kh){it.thrownErrors.push(Kh)}if(0<it.thrownErrors.length){var Jh=mt(it.thrownErrors);it.thrownErrors.length=0,ke(Jh)}}else dt(Nn)},function(Nn){ct(D,B),0<it.thrownErrors.length&&(Nn=mt(it.thrownErrors),it.thrownErrors.length=0),ke(Nn)})}}}var St=ut;if(ct(D,B),B===0&&(Ct(Y),Y.length!==0&&Co(function(){J||Ar||(Ar=!0,console.error("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))}),it.actQueue=null),0<it.thrownErrors.length)throw _=mt(it.thrownErrors),it.thrownErrors.length=0,_;return{then:function(dt,ke){J=!0,B===0?(it.actQueue=Y,yt(function(){return st(St,dt,ke)})):dt(St)}}},t.cache=function(_){return function(){return _.apply(null,arguments)}},t.cacheSignal=function(){return null},t.captureOwnerStack=function(){var _=it.getCurrentStack;return _===null?null:_()},t.cloneElement=function(_,D,B){if(_==null)throw Error("The argument must be a React element, but you passed "+_+".");var Y=N({},_.props),J=_.key,ut=_._owner;if(D!=null){var at;t:{if(Jt.call(D,"ref")&&(at=Object.getOwnPropertyDescriptor(D,"ref").get)&&at.isReactWarning){at=!1;break t}at=D.ref!==void 0}at&&(ut=f()),m(D)&&(u(D.key),J=""+D.key);for(St in D)!Jt.call(D,St)||St==="key"||St==="__self"||St==="__source"||St==="ref"&&D.ref===void 0||(Y[St]=D[St])}var St=arguments.length-2;if(St===1)Y.children=B;else if(1<St){at=Array(St);for(var dt=0;dt<St;dt++)at[dt]=arguments[dt+2];Y.children=at}for(Y=b(_.type,J,Y,ut,_._debugStack,_._debugTask),J=2;J<arguments.length;J++)w(arguments[J]);return Y},t.createContext=function(_){return _={$$typeof:ft,_currentValue:_,_currentValue2:_,_threadCount:0,Provider:null,Consumer:null},_.Provider=_,_.Consumer={$$typeof:q,_context:_},_._currentRenderer=null,_._currentRenderer2=null,_},t.createElement=function(_,D,B){for(var Y=2;Y<arguments.length;Y++)w(arguments[Y]);Y={};var J=null;if(D!=null)for(dt in _o||!("__self"in D)||"key"in D||(_o=!0,console.warn("Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform")),m(D)&&(u(D.key),J=""+D.key),D)Jt.call(D,dt)&&dt!=="key"&&dt!=="__self"&&dt!=="__source"&&(Y[dt]=D[dt]);var ut=arguments.length-2;if(ut===1)Y.children=B;else if(1<ut){for(var at=Array(ut),St=0;St<ut;St++)at[St]=arguments[St+2];Object.freeze&&Object.freeze(at),Y.children=at}if(_&&_.defaultProps)for(dt in ut=_.defaultProps,ut)Y[dt]===void 0&&(Y[dt]=ut[dt]);J&&v(Y,typeof _=="function"?_.displayName||_.name||"Unknown":_);var dt=1e4>it.recentlyCreatedOwnerStacks++;return b(_,J,Y,f(),dt?Error("react-stack-top-frame"):qh,dt?vo(d(_)):Eo)},t.createRef=function(){var _={current:null};return Object.seal(_),_},t.forwardRef=function(_){_!=null&&_.$$typeof===ht?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof _!="function"?console.error("forwardRef requires a render function but was given %s.",_===null?"null":typeof _):_.length!==0&&_.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",_.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),_!=null&&_.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var D={$$typeof:bt,render:_},B;return Object.defineProperty(D,"displayName",{enumerable:!1,configurable:!0,get:function(){return B},set:function(Y){B=Y,_.name||_.displayName||(Object.defineProperty(_,"name",{value:Y}),_.displayName=Y)}}),D},t.isValidElement=C,t.lazy=function(_){_={_status:-1,_result:_};var D={$$typeof:Mt,_payload:_,_init:H},B={name:"lazy",start:-1,end:-1,value:null,owner:null,debugStack:Error("react-stack-top-frame"),debugTask:console.createTask?console.createTask("lazy()"):null};return _._ioInfo=B,D._debugInfo=[{awaited:B}],D},t.memo=function(_,D){_==null&&console.error("memo: The first argument must be a component. Instead received: %s",_===null?"null":typeof _),D={$$typeof:ht,type:_,compare:D===void 0?null:D};var B;return Object.defineProperty(D,"displayName",{enumerable:!1,configurable:!0,get:function(){return B},set:function(Y){B=Y,_.name||_.displayName||(Object.defineProperty(_,"name",{value:Y}),_.displayName=Y)}}),D},t.startTransition=function(_){var D=it.T,B={};B._updatedFibers=new Set,it.T=B;try{var Y=_(),J=it.S;J!==null&&J(B,Y),typeof Y=="object"&&Y!==null&&typeof Y.then=="function"&&(it.asyncTransitions++,Y.then(lt,lt),Y.then(c,As))}catch(ut){As(ut)}finally{D===null&&B._updatedFibers&&(_=B._updatedFibers.size,B._updatedFibers.clear(),10<_&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table.")),D!==null&&B.types!==null&&(D.types!==null&&D.types!==B.types&&console.error("We expected inner Transitions to have transferred the outer types set and that you cannot add to the outer Transition while inside the inner.This is a bug in React."),D.types=B.types),it.T=D}},t.unstable_useCacheRefresh=function(){return V().useCacheRefresh()},t.use=function(_){return V().use(_)},t.useActionState=function(_,D,B){return V().useActionState(_,D,B)},t.useCallback=function(_,D){return V().useCallback(_,D)},t.useContext=function(_){var D=V();return _.$$typeof===q&&console.error("Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"),D.useContext(_)},t.useDebugValue=function(_,D){return V().useDebugValue(_,D)},t.useDeferredValue=function(_,D){return V().useDeferredValue(_,D)},t.useEffect=function(_,D){return _==null&&console.warn("React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"),V().useEffect(_,D)},t.useEffectEvent=function(_){return V().useEffectEvent(_)},t.useId=function(){return V().useId()},t.useImperativeHandle=function(_,D,B){return V().useImperativeHandle(_,D,B)},t.useInsertionEffect=function(_,D){return _==null&&console.warn("React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"),V().useInsertionEffect(_,D)},t.useLayoutEffect=function(_,D){return _==null&&console.warn("React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"),V().useLayoutEffect(_,D)},t.useMemo=function(_,D){return V().useMemo(_,D)},t.useOptimistic=function(_,D){return V().useOptimistic(_,D)},t.useReducer=function(_,D,B){return V().useReducer(_,D,B)},t.useRef=function(_){return V().useRef(_)},t.useState=function(_){return V().useState(_)},t.useSyncExternalStore=function(_,D,B){return V().useSyncExternalStore(_,D,B)},t.useTransition=function(){return V().useTransition()},t.version="19.2.5",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()}(es,es.exports)),es.exports}({}).NODE_ENV==="production"?ac.exports=uv():ac.exports=lv();var Et=ac.exports;const fv=Dr({__proto__:null,default:xa(Et)},[Et]);/**
60
+ * @vue/shared v3.5.13
61
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
62
+ * @license MIT
63
+ **//*! #__NO_SIDE_EFFECTS__ */function dv(n){const t=Object.create(null);for(const e of n.split(","))t[e]=1;return e=>e in t}const Ee={}.NODE_ENV!=="production"?Object.freeze({}):{},ns=()=>{},De=Object.assign,mv=Object.prototype.hasOwnProperty,Bt=(n,t)=>mv.call(n,t),Qt=Array.isArray,yr=n=>Ci(n)==="[object Map]",pv=n=>Ci(n)==="[object Set]",te=n=>typeof n=="function",Ei=n=>typeof n=="string",rs=n=>typeof n=="symbol",$e=n=>n!==null&&typeof n=="object",gv=n=>($e(n)||te(n))&&te(n.then)&&te(n.catch),yv=Object.prototype.toString,Ci=n=>yv.call(n),Uf=n=>Ci(n).slice(8,-1),bv=n=>Ci(n)==="[object Object]",cc=n=>Ei(n)&&n!=="NaN"&&n[0]!=="-"&&""+parseInt(n,10)===n,wv=(n=>{const t=Object.create(null);return e=>t[e]||(t[e]=n(e))})(n=>n.charAt(0).toUpperCase()+n.slice(1)),Pn=(n,t)=>!Object.is(n,t),vv=(n,t,e,r=!1)=>{Object.defineProperty(n,t,{configurable:!0,enumerable:!1,writable:r,value:e})};let Yf;const Ti=()=>Yf||(Yf=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});/**
64
+ * @vue/reactivity v3.5.13
65
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
66
+ * @license MIT
67
+ **/function nn(n,...t){console.warn(`[Vue warn] ${n}`,...t)}let vt;const hc=new WeakSet;class xv{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,hc.has(this)&&(hc.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Vf(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,qf(this),Gf(this);const t=vt,e=Oe;vt=this,Oe=!0;try{return this.fn()}finally{({}).NODE_ENV!=="production"&&vt!==this&&nn("Active effect was not restored correctly - this is likely a Vue internal bug."),Xf(this),vt=t,Oe=e,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)dc(t);this.deps=this.depsTail=void 0,qf(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?hc.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){fc(this)&&this.run()}get dirty(){return fc(this)}}let jf=0,ss,is;function Vf(n,t=!1){if(n.flags|=8,t){n.next=is,is=n;return}n.next=ss,ss=n}function uc(){jf++}function lc(){if(--jf>0)return;if(is){let t=is;for(is=void 0;t;){const e=t.next;t.next=void 0,t.flags&=-9,t=e}}let n;for(;ss;){let t=ss;for(ss=void 0;t;){const e=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){n||(n=r)}t=e}}if(n)throw n}function Gf(n){for(let t=n.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Xf(n){let t,e=n.depsTail,r=e;for(;r;){const s=r.prevDep;r.version===-1?(r===e&&(e=s),dc(r),_v(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}n.deps=t,n.depsTail=e}function fc(n){for(let t=n.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Hf(t.dep.computed)||t.dep.version!==t.version))return!0;return!!n._dirty}function Hf(n){if(n.flags&4&&!(n.flags&16)||(n.flags&=-17,n.globalVersion===os))return;n.globalVersion=os;const t=n.dep;if(n.flags|=2,t.version>0&&!n.isSSR&&n.deps&&!fc(n)){n.flags&=-3;return}const e=vt,r=Oe;vt=n,Oe=!0;try{Gf(n);const s=n.fn(n._value);(t.version===0||Pn(s,n._value))&&(n._value=s,t.version++)}catch(s){throw t.version++,s}finally{vt=e,Oe=r,Xf(n),n.flags&=-3}}function dc(n,t=!1){const{dep:e,prevSub:r,nextSub:s}=n;if(r&&(r.nextSub=s,n.prevSub=void 0),s&&(s.prevSub=r,n.nextSub=void 0),{}.NODE_ENV!=="production"&&e.subsHead===n&&(e.subsHead=s),e.subs===n&&(e.subs=r,!r&&e.computed)){e.computed.flags&=-5;for(let i=e.computed.deps;i;i=i.nextDep)dc(i,!0)}!t&&!--e.sc&&e.map&&e.map.delete(e.key)}function _v(n){const{prevDep:t,nextDep:e}=n;t&&(t.nextDep=e,n.prevDep=void 0),e&&(e.prevDep=t,n.nextDep=void 0)}let Oe=!0;const Wf=[];function Pi(){Wf.push(Oe),Oe=!1}function Ai(){const n=Wf.pop();Oe=n===void 0?!0:n}function qf(n){const{cleanup:t}=n;if(n.cleanup=void 0,t){const e=vt;vt=void 0;try{t()}finally{vt=e}}}let os=0;class Sv{constructor(t,e){this.sub=t,this.dep=e,this.version=e.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class mc{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,{}.NODE_ENV!=="production"&&(this.subsHead=void 0)}track(t){if(!vt||!Oe||vt===this.computed)return;let e=this.activeLink;if(e===void 0||e.sub!==vt)e=this.activeLink=new Sv(vt,this),vt.deps?(e.prevDep=vt.depsTail,vt.depsTail.nextDep=e,vt.depsTail=e):vt.deps=vt.depsTail=e,Jf(e);else if(e.version===-1&&(e.version=this.version,e.nextDep)){const r=e.nextDep;r.prevDep=e.prevDep,e.prevDep&&(e.prevDep.nextDep=r),e.prevDep=vt.depsTail,e.nextDep=void 0,vt.depsTail.nextDep=e,vt.depsTail=e,vt.deps===e&&(vt.deps=r)}return{}.NODE_ENV!=="production"&&vt.onTrack&&vt.onTrack(De({effect:vt},t)),e}trigger(t){this.version++,os++,this.notify(t)}notify(t){uc();try{if({}.NODE_ENV!=="production")for(let e=this.subsHead;e;e=e.nextSub)e.sub.onTrigger&&!(e.sub.flags&8)&&e.sub.onTrigger(De({effect:e.sub},t));for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{lc()}}}function Jf(n){if(n.dep.sc++,n.sub.flags&4){const t=n.dep.computed;if(t&&!n.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)Jf(r)}const e=n.dep.subs;e!==n&&(n.prevSub=e,e&&(e.nextSub=n)),{}.NODE_ENV!=="production"&&n.dep.subsHead===void 0&&(n.dep.subsHead=n),n.dep.subs=n}}const pc=new WeakMap,qn=Symbol({}.NODE_ENV!=="production"?"Object iterate":""),gc=Symbol({}.NODE_ENV!=="production"?"Map keys iterate":""),as=Symbol({}.NODE_ENV!=="production"?"Array iterate":"");function ee(n,t,e){if(Oe&&vt){let r=pc.get(n);r||pc.set(n,r=new Map);let s=r.get(e);s||(r.set(e,s=new mc),s.map=r,s.key=e),{}.NODE_ENV!=="production"?s.track({target:n,type:t,key:e}):s.track()}}function An(n,t,e,r,s,i){const o=pc.get(n);if(!o){os++;return}const a=c=>{c&&({}.NODE_ENV!=="production"?c.trigger({target:n,type:t,key:e,newValue:r,oldValue:s,oldTarget:i}):c.trigger())};if(uc(),t==="clear")o.forEach(a);else{const c=Qt(n),h=c&&cc(e);if(c&&e==="length"){const u=Number(r);o.forEach((l,d)=>{(d==="length"||d===as||!rs(d)&&d>=u)&&a(l)})}else switch((e!==void 0||o.has(void 0))&&a(o.get(e)),h&&a(o.get(as)),t){case"add":c?h&&a(o.get("length")):(a(o.get(qn)),yr(n)&&a(o.get(gc)));break;case"delete":c||(a(o.get(qn)),yr(n)&&a(o.get(gc)));break;case"set":yr(n)&&a(o.get(qn));break}}lc()}function br(n){const t=wt(n);return t===n?t:(ee(t,"iterate",as),ue(n)?t:t.map(se))}function yc(n){return ee(n=wt(n),"iterate",as),n}const Ev={__proto__:null,[Symbol.iterator](){return bc(this,Symbol.iterator,se)},concat(...n){return br(this).concat(...n.map(t=>Qt(t)?br(t):t))},entries(){return bc(this,"entries",n=>(n[1]=se(n[1]),n))},every(n,t){return rn(this,"every",n,t,void 0,arguments)},filter(n,t){return rn(this,"filter",n,t,e=>e.map(se),arguments)},find(n,t){return rn(this,"find",n,t,se,arguments)},findIndex(n,t){return rn(this,"findIndex",n,t,void 0,arguments)},findLast(n,t){return rn(this,"findLast",n,t,se,arguments)},findLastIndex(n,t){return rn(this,"findLastIndex",n,t,void 0,arguments)},forEach(n,t){return rn(this,"forEach",n,t,void 0,arguments)},includes(...n){return wc(this,"includes",n)},indexOf(...n){return wc(this,"indexOf",n)},join(n){return br(this).join(n)},lastIndexOf(...n){return wc(this,"lastIndexOf",n)},map(n,t){return rn(this,"map",n,t,void 0,arguments)},pop(){return cs(this,"pop")},push(...n){return cs(this,"push",n)},reduce(n,...t){return Kf(this,"reduce",n,t)},reduceRight(n,...t){return Kf(this,"reduceRight",n,t)},shift(){return cs(this,"shift")},some(n,t){return rn(this,"some",n,t,void 0,arguments)},splice(...n){return cs(this,"splice",n)},toReversed(){return br(this).toReversed()},toSorted(n){return br(this).toSorted(n)},toSpliced(...n){return br(this).toSpliced(...n)},unshift(...n){return cs(this,"unshift",n)},values(){return bc(this,"values",se)}};function bc(n,t,e){const r=yc(n),s=r[t]();return r!==n&&!ue(n)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.value&&(i.value=e(i.value)),i}),s}const Cv=Array.prototype;function rn(n,t,e,r,s,i){const o=yc(n),a=o!==n&&!ue(n),c=o[t];if(c!==Cv[t]){const l=c.apply(n,i);return a?se(l):l}let h=e;o!==n&&(a?h=function(l,d){return e.call(this,se(l),d,n)}:e.length>2&&(h=function(l,d){return e.call(this,l,d,n)}));const u=c.call(o,h,r);return a&&s?s(u):u}function Kf(n,t,e,r){const s=yc(n);let i=e;return s!==n&&(ue(n)?e.length>3&&(i=function(o,a,c){return e.call(this,o,a,c,n)}):i=function(o,a,c){return e.call(this,o,se(a),c,n)}),s[t](i,...r)}function wc(n,t,e){const r=wt(n);ee(r,"iterate",as);const s=r[t](...e);return(s===-1||s===!1)&&$v(e[0])?(e[0]=wt(e[0]),r[t](...e)):s}function cs(n,t,e=[]){Pi(),uc();const r=wt(n)[t].apply(n,e);return lc(),Ai(),r}const Tv=dv("__proto__,__v_isRef,__isVue"),Zf=new Set(Object.getOwnPropertyNames(Symbol).filter(n=>n!=="arguments"&&n!=="caller").map(n=>Symbol[n]).filter(rs));function Pv(n){rs(n)||(n=String(n));const t=wt(this);return ee(t,"has",n),t.hasOwnProperty(n)}class Qf{constructor(t=!1,e=!1){this._isReadonly=t,this._isShallow=e}get(t,e,r){if(e==="__v_skip")return t.__v_skip;const s=this._isReadonly,i=this._isShallow;if(e==="__v_isReactive")return!s;if(e==="__v_isReadonly")return s;if(e==="__v_isShallow")return i;if(e==="__v_raw")return r===(s?i?sd:rd:i?zv:nd).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=Qt(t);if(!s){let c;if(o&&(c=Ev[e]))return c;if(e==="hasOwnProperty")return Pv}const a=Reflect.get(t,e,le(t)?t:r);return(rs(e)?Zf.has(e):Tv(e))||(s||ee(t,"get",e),i)?a:le(a)?o&&cc(e)?a:a.value:$e(a)?s?_c(a):id(a):a}}class Av extends Qf{constructor(t=!1){super(!1,t)}set(t,e,r,s){let i=t[e];if(!this._isShallow){const c=sn(i);if(!ue(r)&&!sn(r)&&(i=wt(i),r=wt(r)),!Qt(t)&&le(i)&&!le(r))return c?!1:(i.value=r,!0)}const o=Qt(t)&&cc(e)?Number(e)<t.length:Bt(t,e),a=Reflect.set(t,e,r,le(t)?t:s);return t===wt(s)&&(o?Pn(r,i)&&An(t,"set",e,r,i):An(t,"add",e,r)),a}deleteProperty(t,e){const r=Bt(t,e),s=t[e],i=Reflect.deleteProperty(t,e);return i&&r&&An(t,"delete",e,void 0,s),i}has(t,e){const r=Reflect.has(t,e);return(!rs(e)||!Zf.has(e))&&ee(t,"has",e),r}ownKeys(t){return ee(t,"iterate",Qt(t)?"length":qn),Reflect.ownKeys(t)}}class td extends Qf{constructor(t=!1){super(!0,t)}set(t,e){return{}.NODE_ENV!=="production"&&nn(`Set operation on key "${String(e)}" failed: target is readonly.`,t),!0}deleteProperty(t,e){return{}.NODE_ENV!=="production"&&nn(`Delete operation on key "${String(e)}" failed: target is readonly.`,t),!0}}const Mv=new Av,Dv=new td,Ov=new td(!0),vc=n=>n,Mi=n=>Reflect.getPrototypeOf(n);function Iv(n,t,e){return function(...r){const s=this.__v_raw,i=wt(s),o=yr(i),a=n==="entries"||n===Symbol.iterator&&o,c=n==="keys"&&o,h=s[n](...r),u=e?vc:t?Ec:se;return!t&&ee(i,"iterate",c?gc:qn),{next(){const{value:l,done:d}=h.next();return d?{value:l,done:d}:{value:a?[u(l[0]),u(l[1])]:u(l),done:d}},[Symbol.iterator](){return this}}}}function Di(n){return function(...t){if({}.NODE_ENV!=="production"){const e=t[0]?`on key "${t[0]}" `:"";nn(`${wv(n)} operation ${e}failed: target is readonly.`,wt(this))}return n==="delete"?!1:n==="clear"?void 0:this}}function Rv(n,t){const e={get(s){const i=this.__v_raw,o=wt(i),a=wt(s);n||(Pn(s,a)&&ee(o,"get",s),ee(o,"get",a));const{has:c}=Mi(o),h=t?vc:n?Ec:se;if(c.call(o,s))return h(i.get(s));if(c.call(o,a))return h(i.get(a));i!==o&&i.get(s)},get size(){const s=this.__v_raw;return!n&&ee(wt(s),"iterate",qn),Reflect.get(s,"size",s)},has(s){const i=this.__v_raw,o=wt(i),a=wt(s);return n||(Pn(s,a)&&ee(o,"has",s),ee(o,"has",a)),s===a?i.has(s):i.has(s)||i.has(a)},forEach(s,i){const o=this,a=o.__v_raw,c=wt(a),h=t?vc:n?Ec:se;return!n&&ee(c,"iterate",qn),a.forEach((u,l)=>s.call(i,h(u),h(l),o))}};return De(e,n?{add:Di("add"),set:Di("set"),delete:Di("delete"),clear:Di("clear")}:{add(s){!t&&!ue(s)&&!sn(s)&&(s=wt(s));const i=wt(this);return Mi(i).has.call(i,s)||(i.add(s),An(i,"add",s,s)),this},set(s,i){!t&&!ue(i)&&!sn(i)&&(i=wt(i));const o=wt(this),{has:a,get:c}=Mi(o);let h=a.call(o,s);h?{}.NODE_ENV!=="production"&&ed(o,a,s):(s=wt(s),h=a.call(o,s));const u=c.call(o,s);return o.set(s,i),h?Pn(i,u)&&An(o,"set",s,i,u):An(o,"add",s,i),this},delete(s){const i=wt(this),{has:o,get:a}=Mi(i);let c=o.call(i,s);c?{}.NODE_ENV!=="production"&&ed(i,o,s):(s=wt(s),c=o.call(i,s));const h=a?a.call(i,s):void 0,u=i.delete(s);return c&&An(i,"delete",s,void 0,h),u},clear(){const s=wt(this),i=s.size!==0,o={}.NODE_ENV!=="production"?yr(s)?new Map(s):new Set(s):void 0,a=s.clear();return i&&An(s,"clear",void 0,void 0,o),a}}),["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=Iv(s,n,t)}),e}function xc(n,t){const e=Rv(n,t);return(r,s,i)=>s==="__v_isReactive"?!n:s==="__v_isReadonly"?n:s==="__v_raw"?r:Reflect.get(Bt(e,s)&&s in r?e:r,s,i)}const kv={get:xc(!1,!1)},Lv={get:xc(!0,!1)},Nv={get:xc(!0,!0)};function ed(n,t,e){const r=wt(e);if(r!==e&&t.call(n,r)){const s=Uf(n);nn(`Reactive ${s} contains both the raw and reactive versions of the same object${s==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const nd=new WeakMap,zv=new WeakMap,rd=new WeakMap,sd=new WeakMap;function Fv(n){switch(n){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Bv(n){return n.__v_skip||!Object.isExtensible(n)?0:Fv(Uf(n))}function id(n){return sn(n)?n:Sc(n,!1,Mv,kv,nd)}function _c(n){return Sc(n,!0,Dv,Lv,rd)}function Oi(n){return Sc(n,!0,Ov,Nv,sd)}function Sc(n,t,e,r,s){if(!$e(n))return{}.NODE_ENV!=="production"&&nn(`value cannot be made ${t?"readonly":"reactive"}: ${String(n)}`),n;if(n.__v_raw&&!(t&&n.__v_isReactive))return n;const i=s.get(n);if(i)return i;const o=Bv(n);if(o===0)return n;const a=new Proxy(n,o===2?r:e);return s.set(n,a),a}function wr(n){return sn(n)?wr(n.__v_raw):!!(n&&n.__v_isReactive)}function sn(n){return!!(n&&n.__v_isReadonly)}function ue(n){return!!(n&&n.__v_isShallow)}function $v(n){return n?!!n.__v_raw:!1}function wt(n){const t=n&&n.__v_raw;return t?wt(t):n}function Uv(n){return!Bt(n,"__v_skip")&&Object.isExtensible(n)&&vv(n,"__v_skip",!0),n}const se=n=>$e(n)?id(n):n,Ec=n=>$e(n)?_c(n):n;function le(n){return n?n.__v_isRef===!0:!1}function od(n){return ad(n,!1)}function Yv(n){return ad(n,!0)}function ad(n,t){return le(n)?n:new jv(n,t)}class jv{constructor(t,e){this.dep=new mc,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=e?t:wt(t),this._value=e?t:se(t),this.__v_isShallow=e}get value(){return{}.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track(),this._value}set value(t){const e=this._rawValue,r=this.__v_isShallow||ue(t)||sn(t);t=r?t:wt(t),Pn(t,e)&&(this._rawValue=t,this._value=r?t:se(t),{}.NODE_ENV!=="production"?this.dep.trigger({target:this,type:"set",key:"value",newValue:t,oldValue:e}):this.dep.trigger())}}function Vv(n){return le(n)?n.value:n}const Gv={get:(n,t,e)=>t==="__v_raw"?n:Vv(Reflect.get(n,t,e)),set:(n,t,e,r)=>{const s=n[t];return le(s)&&!le(e)?(s.value=e,!0):Reflect.set(n,t,e,r)}};function Xv(n){return wr(n)?n:new Proxy(n,Gv)}class Hv{constructor(t,e,r){this.fn=t,this.setter=e,this._value=void 0,this.dep=new mc(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=os-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!e,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&vt!==this)return Vf(this,!0),!0}get value(){const t={}.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track();return Hf(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter?this.setter(t):{}.NODE_ENV!=="production"&&nn("Write operation failed: computed value is readonly")}}function Wv(n,t,e=!1){let r,s;te(n)?r=n:(r=n.get,s=n.set);const i=new Hv(r,s,e);return{}.NODE_ENV!=="production"&&t&&!e&&(i.onTrack=t.onTrack,i.onTrigger=t.onTrigger),i}const Ii={},Ri=new WeakMap;let Jn;function qv(n,t=!1,e=Jn){if(e){let r=Ri.get(e);r||Ri.set(e,r=[]),r.push(n)}else({}).NODE_ENV!=="production"&&!t&&nn("onWatcherCleanup() was called when there was no active watcher to associate with.")}function Jv(n,t,e=Ee){const{immediate:r,deep:s,once:i,scheduler:o,augmentJob:a,call:c}=e,h=w=>{(e.onWarn||nn)("Invalid watch source: ",w,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},u=w=>s?w:ue(w)||s===!1||s===0?Mn(w,1):Mn(w);let l,d,f,p,m=!1,v=!1;if(le(n)?(d=()=>n.value,m=ue(n)):wr(n)?(d=()=>u(n),m=!0):Qt(n)?(v=!0,m=n.some(w=>wr(w)||ue(w)),d=()=>n.map(w=>{if(le(w))return w.value;if(wr(w))return u(w);if(te(w))return c?c(w,2):w();({}).NODE_ENV!=="production"&&h(w)})):te(n)?t?d=c?()=>c(n,2):n:d=()=>{if(f){Pi();try{f()}finally{Ai()}}const w=Jn;Jn=l;try{return c?c(n,3,[p]):n(p)}finally{Jn=w}}:(d=ns,{}.NODE_ENV!=="production"&&h(n)),t&&s){const w=d,C=s===!0?1/0:s;d=()=>Mn(w(),C)}const g=()=>{l.stop()};if(i&&t){const w=t;t=(...C)=>{w(...C),g()}}let b=v?new Array(n.length).fill(Ii):Ii;const x=w=>{if(!(!(l.flags&1)||!l.dirty&&!w))if(t){const C=l.run();if(s||m||(v?C.some((E,O)=>Pn(E,b[O])):Pn(C,b))){f&&f();const E=Jn;Jn=l;try{const O=[C,b===Ii?void 0:v&&b[0]===Ii?[]:b,p];c?c(t,3,O):t(...O),b=C}finally{Jn=E}}}else l.run()};return a&&a(x),l=new xv(d),l.scheduler=o?()=>o(x,!1):x,p=w=>qv(w,!1,l),f=l.onStop=()=>{const w=Ri.get(l);if(w){if(c)c(w,4);else for(const C of w)C();Ri.delete(l)}},{}.NODE_ENV!=="production"&&(l.onTrack=e.onTrack,l.onTrigger=e.onTrigger),t?r?x(!0):b=l.run():o?o(x.bind(null,!0),!0):l.run(),g.pause=l.pause.bind(l),g.resume=l.resume.bind(l),g.stop=g,g}function Mn(n,t=1/0,e){if(t<=0||!$e(n)||n.__v_skip||(e=e||new Set,e.has(n)))return n;if(e.add(n),t--,le(n))Mn(n.value,t,e);else if(Qt(n))for(let r=0;r<n.length;r++)Mn(n[r],t,e);else if(pv(n)||yr(n))n.forEach(r=>{Mn(r,t,e)});else if(bv(n)){for(const r in n)Mn(n[r],t,e);for(const r of Object.getOwnPropertySymbols(n))Object.prototype.propertyIsEnumerable.call(n,r)&&Mn(n[r],t,e)}return n}/**
30
68
  * @vue/runtime-core v3.5.13
31
69
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
32
70
  * @license MIT
33
- **/const an=[];function od(s){an.push(s)}function ad(){an.pop()}let di=!1;function cd(s,...t){if(di)return;di=!0;const e=an.length?an[an.length-1].component:null,n=e&&e.appContext.config.warnHandler,r=hd();if(n)mi(n,e,11,[s+t.map(i=>{var o,a;return(a=(o=i.toString)==null?void 0:o.call(i))!=null?a:JSON.stringify(i)}).join(""),e&&e.proxy,r.map(({vnode:i})=>`at <${Mc(e,i.type)}>`).join(`
34
- `),r]);else{const i=[`[Vue warn]: ${s}`,...t];r.length&&i.push(`
35
- `,...ld(r)),console.warn(...i)}di=!1}function hd(){let s=an[an.length-1];if(!s)return[];const t=[];for(;s;){const e=t[0];e&&e.vnode===s?e.recurseCount++:t.push({vnode:s,recurseCount:0});const n=s.component&&s.component.parent;s=n&&n.vnode}return t}function ld(s){const t=[];return s.forEach((e,n)=>{t.push(...n===0?[]:[`
36
- `],...ud(e))}),t}function ud({vnode:s,recurseCount:t}){const e=t>0?`... (${t} recursive calls)`:"",n=s.component?s.component.parent==null:!1,r=` at <${Mc(s.component,s.type,n)}`,i=">"+e;return s.props?[r,...fd(s.props),i]:[r+i]}function fd(s){const t=[],e=Object.keys(s);return e.slice(0,3).forEach(n=>{t.push(...xc(n,s[n]))}),e.length>3&&t.push(" ..."),t}function xc(s,t,e){return rd(t)?(t=JSON.stringify(t),e?t:[`${s}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?e?t:[`${s}=${t}`]:vc(t)?(t=xc(s,En(t.value),!0),e?t:[`${s}=Ref<`,t,">"]):Us(t)?[`${s}=fn${t.name?`<${t.name}>`:""}`]:(t=En(t),e?t:[`${s}=`,t])}const Sc={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function mi(s,t,e,n){try{return n?s(...n):s()}catch(r){_c(r,t,e)}}function _c(s,t,e,n=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||hi;if(t){let a=t.parent;const c=t.proxy,h={}.NODE_ENV!=="production"?Sc[e]:`https://vuejs.org/error-reference/#runtime-${e}`;for(;a;){const l=a.ec;if(l){for(let u=0;u<l.length;u++)if(l[u](s,c,h)===!1)return}a=a.parent}if(i){mi(i,null,10,[s,c,h]);return}}dd(s,e,r,n,o)}function dd(s,t,e,n=!0,r=!1){if({}.NODE_ENV!=="production"){const i=Sc[t];if(e&&od(e),cd(`Unhandled error${i?` during execution of ${i}`:""}`),e&&ad(),n)throw s;console.error(s)}else{if(r)throw s;console.error(s)}}const oe=[];let Pe=-1;const Tn=[];let Ge=null,Pn=0;const md=Promise.resolve();let pi=null;const pd=100;function gd(s){let t=Pe+1,e=oe.length;for(;t<e;){const n=t+e>>>1,r=oe[n],i=Wn(r);i<s||i===s&&r.flags&2?t=n+1:e=n}return t}function yd(s){if(!(s.flags&1)){const t=Wn(s),e=oe[oe.length-1];!e||!(s.flags&2)&&t>=Wn(e)?oe.push(s):oe.splice(gd(t),0,s),s.flags|=1,Cc()}}function Cc(){pi||(pi=md.then(Ec))}function bd(s){yc(s)?Tn.push(...s):Ge&&s.id===-1?Ge.splice(Pn+1,0,s):s.flags&1||(Tn.push(s),s.flags|=1),Cc()}function wd(s){if(Tn.length){const t=[...new Set(Tn)].sort((e,n)=>Wn(e)-Wn(n));if(Tn.length=0,Ge){Ge.push(...t);return}for(Ge=t,{}.NODE_ENV!=="production"&&(s=s||new Map),Pn=0;Pn<Ge.length;Pn++){const e=Ge[Pn];({}).NODE_ENV!=="production"&&Tc(s,e)||(e.flags&4&&(e.flags&=-2),e.flags&8||e(),e.flags&=-2)}Ge=null,Pn=0}}const Wn=s=>s.id==null?s.flags&2?-1:1/0:s.id;function Ec(s){({}).NODE_ENV!=="production"&&(s=s||new Map);const t={}.NODE_ENV!=="production"?e=>Tc(s,e):sd;try{for(Pe=0;Pe<oe.length;Pe++){const e=oe[Pe];if(e&&!(e.flags&8)){if({}.NODE_ENV!=="production"&&t(e))continue;e.flags&4&&(e.flags&=-2),mi(e,e.i,e.i?15:14),e.flags&4||(e.flags&=-2)}}}finally{for(;Pe<oe.length;Pe++){const e=oe[Pe];e&&(e.flags&=-2)}Pe=-1,oe.length=0,wd(s),pi=null,(oe.length||Tn.length)&&Ec(s)}}function Tc(s,t){const e=s.get(t)||0;if(e>pd){const n=t.i,r=n&&Ac(n.type);return _c(`Maximum recursive updates exceeded${r?` in component <${r}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return s.set(t,e+1),!1}const gi=new Map;({}).NODE_ENV!=="production"&&($s().__VUE_HMR_RUNTIME__={createRecord:yi(vd),rerender:yi(xd),reload:yi(Sd)});const Ys=new Map;function vd(s,t){return Ys.has(s)?!1:(Ys.set(s,{initialDef:js(t),instances:new Set}),!0)}function js(s){return Ed(s)?s.__vccOpts:s}function xd(s,t){const e=Ys.get(s);e&&(e.initialDef.render=t,[...e.instances].forEach(n=>{t&&(n.render=t,js(n.type).render=t),n.renderCache=[],n.update()}))}function Sd(s,t){const e=Ys.get(s);if(!e)return;t=js(t),Pc(e.initialDef,t);const n=[...e.instances];for(let r=0;r<n.length;r++){const i=n[r],o=js(i.type);let a=gi.get(o);a||(o!==e.initialDef&&Pc(o,t),gi.set(o,a=new Set)),a.add(i),i.appContext.propsCache.delete(i.type),i.appContext.emitsCache.delete(i.type),i.appContext.optionsCache.delete(i.type),i.ceReload?(a.add(i),i.ceReload(t.styles),a.delete(i)):i.parent?yd(()=>{i.parent.update(),a.delete(i)}):i.appContext.reload?i.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),i.root.ce&&i!==i.root&&i.root.ce._removeChildStyle(o)}bd(()=>{gi.clear()})}function Pc(s,t){gc(s,t);for(const e in s)e!=="__file"&&!(e in t)&&delete s[e]}function yi(s){return(t,e)=>{try{return s(t,e)}catch(n){console.error(n),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}$s().requestIdleCallback,$s().cancelIdleCallback;{const s=$s(),t=(e,n)=>{let r;return(r=s[e])||(r=s[e]=[]),r.push(n),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};t("__VUE_INSTANCE_SETTERS__",e=>e),t("__VUE_SSR_SETTERS__",e=>e)}const _d=/(?:^|[-_])(\w)/g,Cd=s=>s.replace(_d,t=>t.toUpperCase()).replace(/[-_]/g,"");function Ac(s,t=!0){return Us(s)?s.displayName||s.name:s.name||t&&s.__name}function Mc(s,t,e=!1){let n=Ac(t);if(!n&&t.__file){const r=t.__file.match(/([^/\\]+)\.\w+$/);r&&(n=r[1])}if(!n&&s&&s.parent){const r=i=>{for(const o in i)if(i[o]===t)return o};n=r(s.components||s.parent.type.components)||r(s.appContext.components)}return n?Cd(n):e?"App":"Anonymous"}function Ed(s){return Us(s)&&"__vccOpts"in s}function Td(){if({}.NODE_ENV==="production"||typeof window>"u")return;const s={style:"color:#3ba776"},t={style:"color:#1677ff"},e={style:"color:#f5222d"},n={style:"color:#eb2f96"},r={__vue_custom_formatter:!0,header(u){return li(u)?u.__isVue?["div",s,"VueInstance"]:vc(u)?["div",{},["span",s,l(u)],"<",a("_value"in u?u._value:u),">"]:wc(u)?["div",{},["span",s,fi(u)?"ShallowReactive":"Reactive"],"<",a(u),`>${ui(u)?" (readonly)":""}`]:ui(u)?["div",{},["span",s,fi(u)?"ShallowReadonly":"Readonly"],"<",a(u),">"]:null:null},hasBody(u){return u&&u.__isVue},body(u){if(u&&u.__isVue)return["div",{},...i(u.$)]}};function i(u){const d=[];u.type.props&&u.props&&d.push(o("props",En(u.props))),u.setupState!==hi&&d.push(o("setup",u.setupState)),u.data!==hi&&d.push(o("data",En(u.data)));const f=c(u,"computed");f&&d.push(o("computed",f));const m=c(u,"inject");return m&&d.push(o("injected",m)),d.push(["div",{},["span",{style:n.style+";opacity:0.66"},"$ (internal): "],["object",{object:u}]]),d}function o(u,d){return d=gc({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},u],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(f=>["div",{},["span",n,f+": "],a(d[f],!1)])]]:["span",{}]}function a(u,d=!0){return typeof u=="number"?["span",t,u]:typeof u=="string"?["span",e,JSON.stringify(u)]:typeof u=="boolean"?["span",n,u]:li(u)?["object",{object:d?En(u):u}]:["span",e,String(u)]}function c(u,d){const f=u.type;if(Us(f))return;const m={};for(const p in u.ctx)h(f,p,d)&&(m[p]=u.ctx[p]);return m}function h(u,d,f){const m=u[f];if(yc(m)&&m.includes(d)||li(m)&&d in m||u.extends&&h(u.extends,d,f)||u.mixins&&u.mixins.some(p=>h(p,d,f)))return!0}function l(u){return fi(u)?"ShallowRef":u.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(r):window.devtoolsFormatters=[r]}/**
71
+ **/const Kn=[];function Kv(n){Kn.push(n)}function Zv(){Kn.pop()}let Cc=!1;function Ht(n,...t){if(Cc)return;Cc=!0,Pi();const e=Kn.length?Kn[Kn.length-1].component:null,r=e&&e.appContext.config.warnHandler,s=Qv();if(r)ki(r,e,11,[n+t.map(i=>{var o,a;return(a=(o=i.toString)==null?void 0:o.call(i))!=null?a:JSON.stringify(i)}).join(""),e&&e.proxy,s.map(({vnode:i})=>`at <${Td(e,i.type)}>`).join(`
72
+ `),s]);else{const i=[`[Vue warn]: ${n}`,...t];s.length&&i.push(`
73
+ `,...tx(s)),console.warn(...i)}Ai(),Cc=!1}function Qv(){let n=Kn[Kn.length-1];if(!n)return[];const t=[];for(;n;){const e=t[0];e&&e.vnode===n?e.recurseCount++:t.push({vnode:n,recurseCount:0});const r=n.component&&n.component.parent;n=r&&r.vnode}return t}function tx(n){const t=[];return n.forEach((e,r)=>{t.push(...r===0?[]:[`
74
+ `],...ex(e))}),t}function ex({vnode:n,recurseCount:t}){const e=t>0?`... (${t} recursive calls)`:"",r=n.component?n.component.parent==null:!1,s=` at <${Td(n.component,n.type,r)}`,i=">"+e;return n.props?[s,...nx(n.props),i]:[s+i]}function nx(n){const t=[],e=Object.keys(n);return e.slice(0,3).forEach(r=>{t.push(...cd(r,n[r]))}),e.length>3&&t.push(" ..."),t}function cd(n,t,e){return Ei(t)?(t=JSON.stringify(t),e?t:[`${n}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?e?t:[`${n}=${t}`]:le(t)?(t=cd(n,wt(t.value),!0),e?t:[`${n}=Ref<`,t,">"]):te(t)?[`${n}=fn${t.name?`<${t.name}>`:""}`]:(t=wt(t),e?t:[`${n}=`,t])}const hd={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function ki(n,t,e,r){try{return r?n(...r):n()}catch(s){Tc(s,t,e)}}function ud(n,t,e,r){if(te(n)){const s=ki(n,t,e,r);return s&&gv(s)&&s.catch(i=>{Tc(i,t,e)}),s}if(Qt(n)){const s=[];for(let i=0;i<n.length;i++)s.push(ud(n[i],t,e,r));return s}else({}).NODE_ENV!=="production"&&Ht(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof n}`)}function Tc(n,t,e,r=!0){const s=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||Ee;if(t){let a=t.parent;const c=t.proxy,h={}.NODE_ENV!=="production"?hd[e]:`https://vuejs.org/error-reference/#runtime-${e}`;for(;a;){const u=a.ec;if(u){for(let l=0;l<u.length;l++)if(u[l](n,c,h)===!1)return}a=a.parent}if(i){Pi(),ki(i,null,10,[n,c,h]),Ai();return}}rx(n,e,s,r,o)}function rx(n,t,e,r=!0,s=!1){if({}.NODE_ENV!=="production"){const i=hd[t];if(e&&Kv(e),Ht(`Unhandled error${i?` during execution of ${i}`:""}`),e&&Zv(),r)throw n;console.error(n)}else{if(s)throw n;console.error(n)}}const Ce=[];let on=-1;const vr=[];let Dn=null,xr=0;const ld=Promise.resolve();let Li=null;const sx=100;function fd(n){const t=Li||ld;return n?t.then(this?n.bind(this):n):t}function ix(n){let t=on+1,e=Ce.length;for(;t<e;){const r=t+e>>>1,s=Ce[r],i=hs(s);i<n||i===n&&s.flags&2?t=r+1:e=r}return t}function Pc(n){if(!(n.flags&1)){const t=hs(n),e=Ce[Ce.length-1];!e||!(n.flags&2)&&t>=hs(e)?Ce.push(n):Ce.splice(ix(t),0,n),n.flags|=1,dd()}}function dd(){Li||(Li=ld.then(pd))}function md(n){Qt(n)?vr.push(...n):Dn&&n.id===-1?Dn.splice(xr+1,0,n):n.flags&1||(vr.push(n),n.flags|=1),dd()}function ox(n){if(vr.length){const t=[...new Set(vr)].sort((e,r)=>hs(e)-hs(r));if(vr.length=0,Dn){Dn.push(...t);return}for(Dn=t,{}.NODE_ENV!=="production"&&(n=n||new Map),xr=0;xr<Dn.length;xr++){const e=Dn[xr];({}).NODE_ENV!=="production"&&gd(n,e)||(e.flags&4&&(e.flags&=-2),e.flags&8||e(),e.flags&=-2)}Dn=null,xr=0}}const hs=n=>n.id==null?n.flags&2?-1:1/0:n.id;function pd(n){({}).NODE_ENV!=="production"&&(n=n||new Map);const t={}.NODE_ENV!=="production"?e=>gd(n,e):ns;try{for(on=0;on<Ce.length;on++){const e=Ce[on];if(e&&!(e.flags&8)){if({}.NODE_ENV!=="production"&&t(e))continue;e.flags&4&&(e.flags&=-2),ki(e,e.i,e.i?15:14),e.flags&4||(e.flags&=-2)}}}finally{for(;on<Ce.length;on++){const e=Ce[on];e&&(e.flags&=-2)}on=-1,Ce.length=0,ox(n),Li=null,(Ce.length||vr.length)&&pd(n)}}function gd(n,t){const e=n.get(t)||0;if(e>sx){const r=t.i,s=r&&Cd(r.type);return Tc(`Maximum recursive updates exceeded${s?` in component <${s}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return n.set(t,e+1),!1}const Ac=new Map;({}).NODE_ENV!=="production"&&(Ti().__VUE_HMR_RUNTIME__={createRecord:Mc(ax),rerender:Mc(cx),reload:Mc(hx)});const Ni=new Map;function ax(n,t){return Ni.has(n)?!1:(Ni.set(n,{initialDef:zi(t),instances:new Set}),!0)}function zi(n){return Dx(n)?n.__vccOpts:n}function cx(n,t){const e=Ni.get(n);e&&(e.initialDef.render=t,[...e.instances].forEach(r=>{t&&(r.render=t,zi(r.type).render=t),r.renderCache=[],r.update()}))}function hx(n,t){const e=Ni.get(n);if(!e)return;t=zi(t),yd(e.initialDef,t);const r=[...e.instances];for(let s=0;s<r.length;s++){const i=r[s],o=zi(i.type);let a=Ac.get(o);a||(o!==e.initialDef&&yd(o,t),Ac.set(o,a=new Set)),a.add(i),i.appContext.propsCache.delete(i.type),i.appContext.emitsCache.delete(i.type),i.appContext.optionsCache.delete(i.type),i.ceReload?(a.add(i),i.ceReload(t.styles),a.delete(i)):i.parent?Pc(()=>{i.parent.update(),a.delete(i)}):i.appContext.reload?i.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),i.root.ce&&i!==i.root&&i.root.ce._removeChildStyle(o)}md(()=>{Ac.clear()})}function yd(n,t){De(n,t);for(const e in n)e!=="__file"&&!(e in t)&&delete n[e]}function Mc(n){return(t,e)=>{try{return n(t,e)}catch(r){console.error(r),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let Fi=null;Ti().requestIdleCallback,Ti().cancelIdleCallback;const Dc=n=>n?Tx(n)?Px(n):Dc(n.parent):null,us=De(Object.create(null),{$:n=>n,$el:n=>n.vnode.el,$data:n=>n.data,$props:n=>({}).NODE_ENV!=="production"?Oi(n.props):n.props,$attrs:n=>({}).NODE_ENV!=="production"?Oi(n.attrs):n.attrs,$slots:n=>({}).NODE_ENV!=="production"?Oi(n.slots):n.slots,$refs:n=>({}).NODE_ENV!=="production"?Oi(n.refs):n.refs,$parent:n=>Dc(n.parent),$root:n=>Dc(n.root),$host:n=>n.ce,$emit:n=>n.emit,$options:n=>fx(n),$forceUpdate:n=>n.f||(n.f=()=>{Pc(n.update)}),$nextTick:n=>n.n||(n.n=fd.bind(n.proxy)),$watch:n=>_x.bind(n)}),ux=n=>n==="_"||n==="$",Oc=(n,t)=>n!==Ee&&!n.__isScriptSetup&&Bt(n,t),lx={get({_:n},t){if(t==="__v_skip")return!0;const{ctx:e,setupState:r,data:s,props:i,accessCache:o,type:a,appContext:c}=n;if({}.NODE_ENV!=="production"&&t==="__isVue")return!0;let h;if(t[0]!=="$"){const f=o[t];if(f!==void 0)switch(f){case 1:return r[t];case 2:return s[t];case 4:return e[t];case 3:return i[t]}else{if(Oc(r,t))return o[t]=1,r[t];if(s!==Ee&&Bt(s,t))return o[t]=2,s[t];if((h=n.propsOptions[0])&&Bt(h,t))return o[t]=3,i[t];if(e!==Ee&&Bt(e,t))return o[t]=4,e[t];o[t]=0}}const u=us[t];let l,d;if(u)return t==="$attrs"?ee(n.attrs,"get",""):{}.NODE_ENV!=="production"&&t==="$slots"&&ee(n,"get",t),u(n);if((l=a.__cssModules)&&(l=l[t]))return l;if(e!==Ee&&Bt(e,t))return o[t]=4,e[t];if(d=c.config.globalProperties,Bt(d,t))return d[t];({}).NODE_ENV!=="production"&&Fi&&(!Ei(t)||t.indexOf("__v")!==0)&&(s!==Ee&&ux(t[0])&&Bt(s,t)?Ht(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):n===Fi&&Ht(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:n},t,e){const{data:r,setupState:s,ctx:i}=n;return Oc(s,t)?(s[t]=e,!0):{}.NODE_ENV!=="production"&&s.__isScriptSetup&&Bt(s,t)?(Ht(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):r!==Ee&&Bt(r,t)?(r[t]=e,!0):Bt(n.props,t)?({}.NODE_ENV!=="production"&&Ht(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in n?({}.NODE_ENV!=="production"&&Ht(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):({}.NODE_ENV!=="production"&&t in n.appContext.config.globalProperties?Object.defineProperty(i,t,{enumerable:!0,configurable:!0,value:e}):i[t]=e,!0)},has({_:{data:n,setupState:t,accessCache:e,ctx:r,appContext:s,propsOptions:i}},o){let a;return!!e[o]||n!==Ee&&Bt(n,o)||Oc(t,o)||(a=i[0])&&Bt(a,o)||Bt(r,o)||Bt(us,o)||Bt(s.config.globalProperties,o)},defineProperty(n,t,e){return e.get!=null?n._.accessCache[t]=0:Bt(e,"value")&&this.set(n,t,e.value,null),Reflect.defineProperty(n,t,e)}};({}).NODE_ENV!=="production"&&(lx.ownKeys=n=>(Ht("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(n)));function bd(n){return Qt(n)?n.reduce((t,e)=>(t[e]=null,t),{}):n}function fx(n){const t=n.type,{mixins:e,extends:r}=t,{mixins:s,optionsCache:i,config:{optionMergeStrategies:o}}=n.appContext,a=i.get(t);let c;return a?c=a:!s.length&&!e&&!r?c=t:(c={},s.length&&s.forEach(h=>Bi(c,h,o,!0)),Bi(c,t,o)),$e(t)&&i.set(t,c),c}function Bi(n,t,e,r=!1){const{mixins:s,extends:i}=t;i&&Bi(n,i,e,!0),s&&s.forEach(o=>Bi(n,o,e,!0));for(const o in t)if(r&&o==="expose")({}).NODE_ENV!=="production"&&Ht('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const a=dx[o]||e&&e[o];n[o]=a?a(n[o],t[o]):t[o]}return n}const dx={data:wd,props:xd,emits:xd,methods:ls,computed:ls,beforeCreate:ie,created:ie,beforeMount:ie,mounted:ie,beforeUpdate:ie,updated:ie,beforeDestroy:ie,beforeUnmount:ie,destroyed:ie,unmounted:ie,activated:ie,deactivated:ie,errorCaptured:ie,serverPrefetch:ie,components:ls,directives:ls,watch:px,provide:wd,inject:mx};function wd(n,t){return t?n?function(){return De(te(n)?n.call(this,this):n,te(t)?t.call(this,this):t)}:t:n}function mx(n,t){return ls(vd(n),vd(t))}function vd(n){if(Qt(n)){const t={};for(let e=0;e<n.length;e++)t[n[e]]=n[e];return t}return n}function ie(n,t){return n?[...new Set([].concat(n,t))]:t}function ls(n,t){return n?De(Object.create(null),n,t):t}function xd(n,t){return n?Qt(n)&&Qt(t)?[...new Set([...n,...t])]:De(Object.create(null),bd(n),bd(t??{})):t}function px(n,t){if(!n)return t;if(!t)return n;const e=De(Object.create(null),n);for(const r in t)e[r]=ie(n[r],t[r]);return e}let gx=null;function _d(n,t,e=!1){const r=fs||Fi;if(r||gx){const s=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&n in s)return s[n];if(arguments.length>1)return e&&te(t)?t.call(r&&r.proxy):t;({}).NODE_ENV!=="production"&&Ht(`injection "${String(n)}" not found.`)}else({}).NODE_ENV!=="production"&&Ht("inject() can only be used inside setup() or functional components.")}const yx=Ex,bx=Symbol.for("v-scx"),vx=()=>{{const n=_d(bx);return n||{}.NODE_ENV!=="production"&&Ht("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),n}};function xx(n,t,e){return{}.NODE_ENV!=="production"&&!te(t)&&Ht("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),Sd(n,t,e)}function Sd(n,t,e=Ee){const{immediate:r,deep:s,flush:i,once:o}=e;({}).NODE_ENV!=="production"&&!t&&(r!==void 0&&Ht('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&Ht('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&Ht('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=De({},e);({}).NODE_ENV!=="production"&&(a.onWarn=Ht);const c=t&&r||!t&&i!=="post";let h;if($i){if(i==="sync"){const f=vx();h=f.__watcherHandles||(f.__watcherHandles=[])}else if(!c){const f=()=>{};return f.stop=ns,f.resume=ns,f.pause=ns,f}}const u=fs;a.call=(f,p,m)=>ud(f,u,p,m);let l=!1;i==="post"?a.scheduler=f=>{yx(f,u&&u.suspense)}:i!=="sync"&&(l=!0,a.scheduler=(f,p)=>{p?f():Pc(f)}),a.augmentJob=f=>{t&&(f.flags|=4),l&&(f.flags|=2,u&&(f.id=u.uid,f.i=u))};const d=Jv(n,t,a);return $i&&(h?h.push(d):c&&d()),d}function _x(n,t,e){const r=this.proxy,s=Ei(n)?n.includes(".")?Sx(r,n):()=>r[n]:n.bind(r,r);let i;te(t)?i=t:(i=t.handler,e=t);const o=Cx(this),a=Sd(s,i.bind(r),e);return o(),a}function Sx(n,t){const e=t.split(".");return()=>{let r=n;for(let s=0;s<e.length&&r;s++)r=r[e[s]];return r}}function Ex(n,t){t&&t.pendingBranch?Qt(n)?t.effects.push(...n):t.effects.push(n):md(n)}let fs=null;const Ed=()=>fs||Fi;let Ic;{const n=Ti(),t=(e,r)=>{let s;return(s=n[e])||(s=n[e]=[]),s.push(r),i=>{s.length>1?s.forEach(o=>o(i)):s[0](i)}};Ic=t("__VUE_INSTANCE_SETTERS__",e=>fs=e),t("__VUE_SSR_SETTERS__",e=>$i=e)}const Cx=n=>{const t=fs;return Ic(n),n.scope.on(),()=>{n.scope.off(),Ic(t)}};function Tx(n){return n.vnode.shapeFlag&4}let $i=!1;function Px(n){return n.exposed?n.exposeProxy||(n.exposeProxy=new Proxy(Xv(Uv(n.exposed)),{get(t,e){if(e in t)return t[e];if(e in us)return us[e](n)},has(t,e){return e in t||e in us}})):n.proxy}const Ax=/(?:^|[-_])(\w)/g,Mx=n=>n.replace(Ax,t=>t.toUpperCase()).replace(/[-_]/g,"");function Cd(n,t=!0){return te(n)?n.displayName||n.name:n.name||t&&n.__name}function Td(n,t,e=!1){let r=Cd(t);if(!r&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(r=s[1])}if(!r&&n&&n.parent){const s=i=>{for(const o in i)if(i[o]===t)return o};r=s(n.components||n.parent.type.components)||s(n.appContext.components)}return r?Mx(r):e?"App":"Anonymous"}function Dx(n){return te(n)&&"__vccOpts"in n}const Pd=(n,t)=>{const e=Wv(n,t,$i);if({}.NODE_ENV!=="production"){const r=Ed();r&&r.appContext.config.warnRecursiveComputed&&(e._warnRecursive=!0)}return e};function Ox(){if({}.NODE_ENV==="production"||typeof window>"u")return;const n={style:"color:#3ba776"},t={style:"color:#1677ff"},e={style:"color:#f5222d"},r={style:"color:#eb2f96"},s={__vue_custom_formatter:!0,header(l){return $e(l)?l.__isVue?["div",n,"VueInstance"]:le(l)?["div",{},["span",n,u(l)],"<",a("_value"in l?l._value:l),">"]:wr(l)?["div",{},["span",n,ue(l)?"ShallowReactive":"Reactive"],"<",a(l),`>${sn(l)?" (readonly)":""}`]:sn(l)?["div",{},["span",n,ue(l)?"ShallowReadonly":"Readonly"],"<",a(l),">"]:null:null},hasBody(l){return l&&l.__isVue},body(l){if(l&&l.__isVue)return["div",{},...i(l.$)]}};function i(l){const d=[];l.type.props&&l.props&&d.push(o("props",wt(l.props))),l.setupState!==Ee&&d.push(o("setup",l.setupState)),l.data!==Ee&&d.push(o("data",wt(l.data)));const f=c(l,"computed");f&&d.push(o("computed",f));const p=c(l,"inject");return p&&d.push(o("injected",p)),d.push(["div",{},["span",{style:r.style+";opacity:0.66"},"$ (internal): "],["object",{object:l}]]),d}function o(l,d){return d=De({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},l],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(f=>["div",{},["span",r,f+": "],a(d[f],!1)])]]:["span",{}]}function a(l,d=!0){return typeof l=="number"?["span",t,l]:typeof l=="string"?["span",e,JSON.stringify(l)]:typeof l=="boolean"?["span",r,l]:$e(l)?["object",{object:d?wt(l):l}]:["span",e,String(l)]}function c(l,d){const f=l.type;if(te(f))return;const p={};for(const m in l.ctx)h(f,m,d)&&(p[m]=l.ctx[m]);return p}function h(l,d,f){const p=l[f];if(Qt(p)&&p.includes(d)||$e(p)&&d in p||l.extends&&h(l.extends,d,f)||l.mixins&&l.mixins.some(m=>h(m,d,f)))return!0}function u(l){return ue(l)?"ShallowRef":l.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(s):window.devtoolsFormatters=[s]}/**
37
75
  * vue v3.5.13
38
76
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
39
77
  * @license MIT
40
- **/function Pd(){Td()}({}).NODE_ENV!=="production"&&Pd();var bi=function(s,t){return bi=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])},bi(s,t)};function An(s,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");bi(s,t);function e(){this.constructor=s}s.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function wi(s){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&s[t],n=0;if(e)return e.call(s);if(s&&typeof s.length=="number")return{next:function(){return s&&n>=s.length&&(s=void 0),{value:s&&s[n++],done:!s}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function vi(s,t){var e=typeof Symbol=="function"&&s[Symbol.iterator];if(!e)return s;var n=e.call(s),r,i=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)i.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return i}function xi(s,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,i;n<r;n++)(i||!(n in t))&&(i||(i=Array.prototype.slice.call(t,0,n)),i[n]=t[n]);return s.concat(i||Array.prototype.slice.call(t))}function Ae(s){return typeof s=="function"}function kc(s){var t=function(n){Error.call(n),n.stack=new Error().stack},e=s(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var Si=kc(function(s){return function(t){s(this),this.message=t?t.length+` errors occurred during unsubscription:
41
- `+t.map(function(e,n){return n+1+") "+e.toString()}).join(`
42
- `):"",this.name="UnsubscriptionError",this.errors=t}});function _i(s,t){if(s){var e=s.indexOf(t);0<=e&&s.splice(e,1)}}var Xs=function(){function s(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return s.prototype.unsubscribe=function(){var t,e,n,r,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=wi(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(p){t={error:p}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var l=this.initialTeardown;if(Ae(l))try{l()}catch(p){i=p instanceof Si?p.errors:[p]}var u=this._finalizers;if(u){this._finalizers=null;try{for(var d=wi(u),f=d.next();!f.done;f=d.next()){var m=f.value;try{Oc(m)}catch(p){i=i??[],p instanceof Si?i=xi(xi([],vi(i)),vi(p.errors)):i.push(p)}}}catch(p){n={error:p}}finally{try{f&&!f.done&&(r=d.return)&&r.call(d)}finally{if(n)throw n.error}}}if(i)throw new Si(i)}},s.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)Oc(t);else{if(t instanceof s){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},s.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},s.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},s.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&_i(e,t)},s.prototype.remove=function(t){var e=this._finalizers;e&&_i(e,t),t instanceof s&&t._removeParent(this)},s.EMPTY=function(){var t=new s;return t.closed=!0,t}(),s}(),Ic=Xs.EMPTY;function Dc(s){return s instanceof Xs||s&&"closed"in s&&Ae(s.remove)&&Ae(s.add)&&Ae(s.unsubscribe)}function Oc(s){Ae(s)?s():s.unsubscribe()}var Rc={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ad={setTimeout:function(s,t){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setTimeout.apply(void 0,xi([s,t],vi(e)))},clearTimeout:function(s){return clearTimeout(s)},delegate:void 0};function Md(s){Ad.setTimeout(function(){throw s})}function Lc(){}function Gs(s){s()}var Ci=function(s){An(t,s);function t(e){var n=s.call(this)||this;return n.isStopped=!1,e?(n.destination=e,Dc(e)&&e.add(n)):n.destination=Od,n}return t.create=function(e,n,r){return new Ti(e,n,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,s.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Xs),kd=Function.prototype.bind;function Ei(s,t){return kd.call(s,t)}var Id=function(){function s(t){this.partialObserver=t}return s.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(n){Vs(n)}},s.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(n){Vs(n)}else Vs(t)},s.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){Vs(e)}},s}(),Ti=function(s){An(t,s);function t(e,n,r){var i=s.call(this)||this,o;if(Ae(e)||!e)o={next:e??void 0,error:n??void 0,complete:r??void 0};else{var a;i&&Rc.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return i.unsubscribe()},o={next:e.next&&Ei(e.next,a),error:e.error&&Ei(e.error,a),complete:e.complete&&Ei(e.complete,a)}):o=e}return i.destination=new Id(o),i}return t}(Ci);function Vs(s){Md(s)}function Dd(s){throw s}var Od={closed:!0,next:Lc,error:Dd,complete:Lc},Rd=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Ld(s){return s}function zd(s){return s.length===0?Ld:s.length===1?s[0]:function(t){return s.reduce(function(e,n){return n(e)},t)}}var zc=function(){function s(t){t&&(this._subscribe=t)}return s.prototype.lift=function(t){var e=new s;return e.source=this,e.operator=t,e},s.prototype.subscribe=function(t,e,n){var r=this,i=Fd(t)?t:new Ti(t,e,n);return Gs(function(){var o=r,a=o.operator,c=o.source;i.add(a?a.call(i,c):c?r._subscribe(i):r._trySubscribe(i))}),i},s.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},s.prototype.forEach=function(t,e){var n=this;return e=Nc(e),new e(function(r,i){var o=new Ti({next:function(a){try{t(a)}catch(c){i(c),o.unsubscribe()}},error:i,complete:r});n.subscribe(o)})},s.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},s.prototype[Rd]=function(){return this},s.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return zd(t)(this)},s.prototype.toPromise=function(t){var e=this;return t=Nc(t),new t(function(n,r){var i;e.subscribe(function(o){return i=o},function(o){return r(o)},function(){return n(i)})})},s.create=function(t){return new s(t)},s}();function Nc(s){var t;return(t=s??Rc.Promise)!==null&&t!==void 0?t:Promise}function Nd(s){return s&&Ae(s.next)&&Ae(s.error)&&Ae(s.complete)}function Fd(s){return s&&s instanceof Ci||Nd(s)&&Dc(s)}(function(s){An(t,s);function t(e,n,r,i,o,a){var c=s.call(this,e)||this;return c.onFinalize=o,c.shouldUnsubscribe=a,c._next=n?function(h){try{n(h)}catch(l){e.error(l)}}:s.prototype._next,c._error=i?function(h){try{i(h)}catch(l){e.error(l)}finally{this.unsubscribe()}}:s.prototype._error,c._complete=r?function(){try{r()}catch(h){e.error(h)}finally{this.unsubscribe()}}:s.prototype._complete,c}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;s.prototype.unsubscribe.call(this),!n&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t})(Ci);var Bd=kc(function(s){return function(){s(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Fc=function(s){An(t,s);function t(){var e=s.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return t.prototype.lift=function(e){var n=new Bc(this,this);return n.operator=e,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new Bd},t.prototype.next=function(e){var n=this;Gs(function(){var r,i;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var o=wi(n.currentObservers),a=o.next();!a.done;a=o.next()){var c=a.value;c.next(e)}}catch(h){r={error:h}}finally{try{a&&!a.done&&(i=o.return)&&i.call(o)}finally{if(r)throw r.error}}}})},t.prototype.error=function(e){var n=this;Gs(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=e;for(var r=n.observers;r.length;)r.shift().error(e)}})},t.prototype.complete=function(){var e=this;Gs(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var n=e.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(e){return this._throwIfClosed(),s.prototype._trySubscribe.call(this,e)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var n=this,r=this,i=r.hasError,o=r.isStopped,a=r.observers;return i||o?Ic:(this.currentObservers=null,a.push(e),new Xs(function(){n.currentObservers=null,_i(a,e)}))},t.prototype._checkFinalizedStatuses=function(e){var n=this,r=n.hasError,i=n.thrownError,o=n.isStopped;r?e.error(i):o&&e.complete()},t.prototype.asObservable=function(){var e=new zc;return e.source=this,e},t.create=function(e,n){return new Bc(e,n)},t}(zc),Bc=function(s){An(t,s);function t(e,n){var r=s.call(this)||this;return r.destination=e,r.source=n,r}return t.prototype.next=function(e){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.next)===null||r===void 0||r.call(n,e)},t.prototype.error=function(e){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.error)===null||r===void 0||r.call(n,e)},t.prototype.complete=function(){var e,n;(n=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||n===void 0||n.call(e)},t.prototype._subscribe=function(e){var n,r;return(r=(n=this.source)===null||n===void 0?void 0:n.subscribe(e))!==null&&r!==void 0?r:Ic},t}(Fc);(function(s){An(t,s);function t(e){var n=s.call(this)||this;return n._value=e,n}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(e){var n=s.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},t.prototype.getValue=function(){var e=this,n=e.hasError,r=e.thrownError,i=e._value;if(n)throw r;return this._throwIfClosed(),i},t.prototype.next=function(e){s.prototype.next.call(this,this._value=e)},t})(Fc);const qs=s=>{let t=null;switch(s){case"any-character":t=/[^]/;break;case"bin":t=/^(0b)?[0-1]+$/i;break;case"oct":t=/^(0o)?[0-7]+$/i;break;case"hex":t=/^(0x)?[0-9a-fA-F]+$/i;break;case"ascii":t=/^[\x00-\xFF]+$/i;break;case"int":t=/^[-+]?[0-9]+$/;break;case"number":t=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi;break;case"number-single":t=/[-+]?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/i;break;case"split":t=/\s*,\s*/gi;break;case"trim":t=/^\s+|\s+$/g;break;case"regexp":t=/[\\^$.*+?()[\]{}|]/g;break;case"regexp-flags":t=/\w*$/;break;case"native-method":t=RegExp("^"+Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace(qs("regexp"),"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");break;case"svg-segment":t=/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi;break;case"mobile-china":t=/^[1]{1}[0-9]{10}$/;break;case"email":t=/^[A-Za-z0-9_!#$%&'*+/=?`{|}~^.-]+\@[A-Za-z0-9._-]+\.[A-Za-z0-9]+$/gm;break;case"ip":t=/^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/;break;case"url":t=/^http[s]?:\/\/([\w-]+\.)+[\w-]+([\w-./?%&=]*)?$/;break;case"element-url":t=/^url\(['"]?(.+?)['"]?\)$/i;break;case"date":t=/^\d{4}(\-|\/|\.)(\d{1,2})(\-|\/|\.)(\d{1,2})$/;break;case"time":t=/^(\d{1,2}):(\d{1,2}):(\d{1,2})$/;break;case"datetime":t=/^\d{4}(\-|\/|\.)(\d{1,2})(\-|\/|\.)(\d{1,2})\s+(\d{1,2}):(\d{1,2}):(\d{1,2})$/;break;case"base64-data":t=/^\s*data:(?:[a-z]+\/[a-z0-9-+.]+(?:;[a-z-]+=[a-z0-9-]+)?)?(?:;base64)?,([a-z0-9!$&',()*+;=\-._~:@/?%\s]*?)\s*$/i;break;case"hex-color":t=/^#([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$/i;break;case"color":t=/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i;break;case"whitespace":t=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u2028\u2029\u202f\u205f\u3000]/g;break;case"commaSpaces":t=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/;break;case"var-name":t=/^[a-zA-Z_$][a-zA-Z0-9_$]*$/;break;case"bezier":t=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/;break;case"chinese-name":t=/^(?:[\u4e00-\u9fa5·]{2,16})$/;break;case"chinese":t=new RegExp(String.raw`
43
- [\u{FA0E}\u{FA0F}\u{FA11}\u{FA13}\u{FA14}\u{FA1F}\u{FA21}\u{FA23}\u{FA24}\u{FA27}-\u{FA29}]
44
- |[\u{4E00}-\u{9FCC}]
45
- |[\u{3400}-\u{4DB5}]
46
- |[\u{20000}-\u{2A6D6}]
47
- |[\u{2A700}-\u{2B734}]
48
- |[\u{2B740}-\u{2B81D}]
49
- |[\u{2B820}-\u{2CEAF}]
50
- |[\u{2CEB0}-\u{2EBEF}]
51
- `.replace(/\s+/g,""),"u");break;case"mime-image":t=/^image\//;break;case"mime-video":t=/^video\//;break;case"mime-audio":t=/^audio\//;break;case"mime-document-word":t=/^application\/(?:vnd\.openxmlformats-officedocument\.wordprocessingml\.document|msword|vnd\.ms-word\.document\.macroenabled\.12|vnd\.openxmlformats-officedocument\.wordprocessingml\.template|vnd\.ms-word\.template\.macroenabled\.12)$/;break;case"mime-document-excel":t=/^application\/(?:vnd\.openxmlformats-officedocument\.spreadsheetml\.sheet|vnd\.ms-excel|vnd\.ms-excel\.sheet\.macroenabled\.12|vnd\.openxmlformats-officedocument\.spreadsheetml\.template|vnd\.ms-excel\.template\.macroenabled\.12)$/;break;case"mime-document-ppt":t=/^application\/(?:vnd\.ms-powerpoint|vnd\.openxmlformats-officedocument\.presentationml\.presentation|vnd\.ms-powerpoint\.presentation\.macroenabled\.12|vnd\.openxmlformats-officedocument\.presentationml\.template|vnd\.ms-powerpoint\.template\.macroenabled\.12)$/;break;case"mime-document-json":t=/^application\/json$/;break;case"mime-document-xml":t=/^(?:application|text)\/(?:xml|xhtml\+xml)$/;break}return t},Me=(s,t)=>(typeof s=="string"&&(s=qs(s)||new RegExp(s)),s.test(t)),Uc=(s,t)=>{typeof s=="string"&&(s=qs(s)||new RegExp(s));const e=t.match(s);return e?s.flags.toLowerCase().indexOf("g")>=0?e.map(n=>({matchIndex:-1,fullMatch:n,groupMatchs:[]})):{matchIndex:typeof e.index=="number"?e.index:-1,fullMatch:e[0],groupMatchs:e.slice(1)}:null},$c=(s,t)=>{typeof s=="string"&&(s=qs(s)||new RegExp(s));const e=[],n=t.matchAll(s);for(const r of n)e.push({matchIndex:typeof r.index=="number"?r.index:-1,fullMatch:r[0],groupMatchs:r.slice(1)});return e};function Ud(s){const t=s.match(/[\s\S]/gu);return t?t.length:0}function Yc(s,t){const e=s.codePointAt(t);return e?String.fromCodePoint(e):void 0}const $d="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghijklmnopqrstuvwxyz0123456789",Yd="0123456789";function jc(s=12,t=$d){let e="";for(let n=0;n<s;n++)e+=t[Math.floor(Math.random()*t.length)];return e}function jd(s=12){return jc(s,Yd)}function Xd(s){return s.replace(/(^\w)/g,t=>t.toLowerCase())}const Nt=(s,t="-")=>{let e=s.replace(new RegExp("[_-]?([A-Z])","g"),t+"$1").toLowerCase();const n=new RegExp(`^${t}`);return n.test(s)||(e=e.replace(n,"")),e};function Gd(s){return s.replace(/(^\w|[_-]\w)/g,t=>t.slice(-1).toUpperCase())}function Xc(s){return Xd(Gd(s))}function Gc(s){let t="";for(let e=0,n=s.length;e<n;e++){const r=s.charCodeAt(e);r>=1&&r<=127?t+=s.charAt(e):r>2047?(t+=String.fromCharCode(224|r>>12&15),t+=String.fromCharCode(128|r>>6&63),t+=String.fromCharCode(128|r>>0&63)):(t+=String.fromCharCode(192|r>>6&31),t+=String.fromCharCode(128|r>>0&63))}return t}function Vd(){const s=Uint32Array.of(305419896),t=new Uint8Array(s.buffer);switch(t[0]*16777216+t[1]*65536+t[2]*256+t[3]){case 305419896:return!1;case 2018915346:default:return!0}}const Mn=(s,t=16)=>{let e=s.toLowerCase();const n=e.indexOf("0b")==0,r=e.indexOf("0o")==0,i=e.indexOf("0x")==0;(n||r||i)&&(e=e.slice(2)),n&&(t=2),r&&(t=8),i&&(t=16);const o=parseInt(e,t);if(Number.isNaN(o)||e.length==0)throw new Error(`radixStringToNumber(${s}, ${t}) 无法解析!`);return o};function Pi(s,t){let e=t?.type;const n=t?.mime,r=t?.encode;if(!e&&n)switch(r){case Fs.utf8:case Fs["utf-8"]:e=`${n};charset=${r}`;break;case Fs.base64:e=`${n};${r}`;break;default:e=`${n}`;break}return new Blob([s],{type:e})}function qd(s){let t=ye["text/plain"];switch(new DataView(s).getUint32(0,Vd()).toString(16).toUpperCase()){case"FFD8FFDB":t=ye["image/jpeg"];break;case"FFD8FFE0":case"FFD8FFE1":case"FFD8FFE2":case"FFD8FFE3":t=ye["image/jpeg"];break;case"89504E47":t=ye["image/png"];break;case"47494638":t=ye["image/gif"];break;case"52494646":t=ye["image/webp"];break;case"25504446":t=ye["application/pdf"];break;case"504B0304":t=ye["application/zip"];break}return t}function Hd(s){return s!=null&&s!==td}function Wd(s){return typeof s=="number"&&!Number.isNaN(s)}const Jd=2**31-1;function ae(s,t){const e=parseFloat(s);return Number.isNaN(e)?typeof t=="number"?t:NaN:e}const Kd=s=>typeof s=="number"&&s>=0&&Number.isFinite(s),Zd=s=>Kd(s)&&s>0,ke=s=>Zd(s)&&s===Math.floor(s),Ai=s=>s===1/0||ke(s);function Mi(s=1e-6){return function(t,e){return Math.abs(t-e)<s}}function K(s,t,e){const n=Math.min(t,e),r=Math.max(t,e);return s<n?n:s>r?r:s}function Qd(s,t){return(s%t+t)%t}function Hs(s,t,e){return typeof s=="number"&&typeof t=="number"?(1-e)*s+e*t:typeof s=="number"?s:typeof t=="number"?t:0}function tm(s,t,e){const n=Math.max(s.length,t.length),r=new Array(n);for(let i=0;i<n;i++)r[i]=Hs(s[i],t[i],e);return r}function em(s,t,e){return n=>{const r=K(n,s,t);return e==0?r:t-r<e?t:Math.round(r/e)*e}}function nm(s,t=2){return ae(s,0).toFixed(t)}function Z(s,t=2){return+nm(s,t)}function ki(s,t){const e=Uc("number-single",String(s));return{hasNumber:!!e,number:e&&!Array.isArray(e)&&e.fullMatch?parseFloat(e.fullMatch):Hd(t)?t:NaN,prefix:e&&!Array.isArray(e)&&e.fullMatch?s.substring(0,e.matchIndex):"",suffix:e&&!Array.isArray(e)&&e.fullMatch?s.substring(e.matchIndex+e.fullMatch.length):""}}function Ii(s){const t=Uc("number",s);return t?Array.isArray(t)?t.map(e=>Number(e.fullMatch)):[Number(t.fullMatch)]:[]}function Vc(s,t){for(let e=0,n=s.length;e<n;e++)if(s[e]==t)return!0;return!1}function sm(s=[],t=[]){const e=s.length,n=t.length;for(let i=0;i<n;i++)s[i]=t[i];let r=Math.max(0,e-n);for(;r>0;)s.pop(),r--;return s}function Di(s,t){const e=s.findIndex(n=>n===t);return e>=0&&s.splice(e,1),s}function rm(s,t){return s.splice(0,t)}function im(s,...t){return t.forEach(e=>{Vc(s,e)||s.push(e)}),s}class Ws extends Array{constructor(t){super(t),this.fill(0)}}const qc=s=>ke(s)?s<=Math.pow(2,8)?Uint8Array:s<=Math.pow(2,16)?Uint16Array:s<=Math.pow(2,32)?Uint32Array:s<=Number.MAX_SAFE_INTEGER?Ws:null:null;function Js(s,t){let e=s.length;for(;e--;)if(Dm(s[e][0],t))return e;return-1}function Et(){return(typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date).now()}function kn(s=new Date){return s.getTime()}function om(s=new Date,t="yyyy-mm-dd hh:ii:ss.SSS"){return fm(s,t)}function am(s){const t=s.valueOf();return!Number.isNaN(t)}function cm(s,t=3,e=":"){const n=Math.max(s.length,6);let r="";for(let o=0;o<n-4;o++)r+=s[o]||"0";const i=[r,""+(s[n-4]||"0")+(s[n-3]||"0"),""+(s[n-2]||"0")+(s[n-1]||"0")];switch(t){case 1:return i[0];case 2:return i[0]+e+i[1];case 3:return i[0]+e+i[1]+e+i[2]}}function hm(s){const t=Math.max(s.length,6);let e=0;e+=(s[t-2]||0)*10+(s[t-1]||0),e+=((s[t-4]||0)*10+(s[t-3]||0))*60;let n=0;for(let r=0;r<t-4;r++)n=n*10+(s[r]||0);return e+=n*60*60,Math.floor(Math.max(0,e))}function lm(s,t=!1){let e=0;if(typeof s=="number"?e=s:e=hm(s),e<=0)return[0,0,0,0,0,0];const n=[],r=e%60;n.unshift(r%10),n.unshift(Math.floor(r/10)),e=Math.floor(e/60);const i=e%60;if(n.unshift(i%10),n.unshift(Math.floor(i/10)),e=Math.floor(e/60),t){const o=e%100;for(n.unshift(o%10),n.unshift(Math.floor(o/10)),e=Math.floor(e/100);e;)n.unshift(e%10),e=Math.floor(e/10)}else{const o=e%24;n.unshift(o%10),n.unshift(Math.floor(o/10))}return n}function um(s,t=1,e=!1){return s[s.length-1]+=t,lm(s,e)}function fm(s,t="yyyy-mm-dd hh:ii:ss"){if(!am(s))return"";const e=/(y+)/.exec(t);if(e&&e[1]){const r=e[1];t=t.replace(r,(s.getFullYear()+"").substring(4-r.length))}const n={"m+":s.getMonth()+1,"d+":s.getDate(),"h+":s.getHours(),"i+":s.getMinutes(),"s+":s.getSeconds(),"q+":Math.floor((s.getMonth()+3)/3),"S+":s.getMilliseconds()};for(const r in n){const i=new RegExp("("+r+")").exec(t);if(i&&i[1]){const o=i[1];t=t.replace(o,o.length===1?""+n[r]:("00"+n[r]).slice(-o.length))}}return t}const Hc=()=>{};function dm(s=0,t){const e=t?.min??300,n=t?.max??6e4,r=t?.exponent??2,i=t?.factor??.5;let o=e*Math.pow(r,s);if(i){const a=Math.random(),c=Math.floor(a*i*o);o=Math.floor(a*10)&1?o+c:o-c}return Math.min(o,n)|0}function Ks(s,t={}){if(typeof s!="function")throw new TypeError("Expected a function");const e=function(...n){const r=t?.thisArg||this,i=t?.cacheKeyResolver?t.cacheKeyResolver.apply(r,n):String(n[0]),o=e.cache;if(o.has(i))return o.get(i);const a=s.apply(r,n);return a instanceof Promise&&a.catch(()=>o.delete(i)),e.cache=o.set(i,a)||o,a};return e.cache=t?.createCache?t.createCache():new Map,e}Array.prototype.ap=function(s){return this.reduce((t,e)=>t.concat(s.map(e)),[])};function mm(){let s,t;return{promise:new Promise((e,n)=>{s=e,t=n}),resolve:s,reject:t}}function Oi(s,t=e=>console.error(e)){try{const e=s();return Mm(e)?Promise.resolve(e).catch(n=>{t(n)}):e}catch(e){t(e)}}const pm=2147483647;function Wc(s,t,e){if(typeof t!="number"||t<=0)return s;let n;const r=new Promise((i,o)=>{n=setTimeout((a,c)=>{a(new Error(c||`Timeout of ${t}ms!`))},Math.min(t,pm),o,e)});return Promise.race([s,r]).finally(()=>{n!==void 0&&(clearTimeout(n),n=void 0)})}function gm(s,t,e){if(!t)return s;const n=e||"Aborted!";return t.aborted?Promise.reject(new Error(n)):new Promise((r,i)=>{const o=()=>{i(new Error(n))};t.addEventListener("abort",o,{once:!0}),s.finally(()=>{t.removeEventListener("abort",o)}),s.then(r,i)})}const ym="[object Undefined]",bm="[object Null]",wm="[object Boolean]",vm="[object Number]",xm="[object BigInt]",Sm="[object String]",_m="[object Symbol]",Cm="[object Function]",Em="[object GeneratorFunction]",Tm="[object Array]";function Ri(s){return Object.prototype.toString.call(s)}function Pm(s){const t=Ri(s);return t===ym||t===bm||t===wm||t===vm||t===Sm||t===_m||t===xm}function Jc(s){const t=Ri(s);return t==Cm||t==Em}function Kc(s){if(!th(s))return!1;const t=/[\\^$.*+?()[\]{}|]/g,e=/^\[object .+?Constructor\]$/,n=RegExp("^"+Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace(t,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");return(Jc(s)?n:e).test(Om(s))}function Am(s,t){return s?.[t]}function Zc(s,t){const e=Am(s,t);return Kc(e)?e:void 0}Zc(tt,"Map"),Zc(tt,"WeakMap");function Qc(s){return Ri(s)===Tm}function th(s){const t=typeof s;return!!s&&(t=="object"||t=="function")}function cn(s){return!!s&&typeof s=="object"}function Jn(s){return cn(s)&&!Qc(s)}const eh=s=>{for(const t in s)if(Object.prototype.hasOwnProperty.call(s,t))return!1;return!0};function Mm(s){return typeof Promise<"u"&&s instanceof Promise||th(s)&&typeof s.then=="function"&&typeof s.catch=="function"}function km(s){const t=[];for(const e in s)Object.prototype.hasOwnProperty.call(s,e)&&t.push(e);return t}function In(s,t,e=!0){if(Jn(s)&&Jn(t))for(const n of km(t))(e||typeof s[n]>"u")&&(Jn(s[n])&&Jn(t[n])?In(s[n],t[n],e):s[n]=t[n]);return s}function Im(s,...t){return new s.constructor(...t)}function Dm(s,t){return s===t||s!==s&&t!==t}function Om(s){if(s!=null){try{return Function.prototype.toString.call(s)}catch{}try{return""+s}catch{}}return""}function Rm(s,t=["","sign","key"]){return Jn(s)?Object.keys(s).filter(e=>{for(let n=0,r=t.length;n<r;n++)if(s[e]==t[n])return!1;return!0}).sort().map(e=>`${e}=${s[e]}`).join("&"):String(s)}function nh(s,t,e=""){let n=[];return!(typeof s=="object"&&s!==null)||!(typeof t=="object"&&t!==null)?(s===t||n.push({path:e,oldValue:s,newValue:t}),n):(new Set([...Object.keys(s),...Object.keys(t)]).forEach(r=>{const i=e?`${e}.${r}`:r;n=n.concat(nh(s[r],t[r],i))}),n)}function Lm(s,t){let e;return typeof t=="string"?e=t.split("."):e=t,e.reduce((n,r)=>n!=null&&n!=null?n[r]:n,s)}function Ie(s,t){try{return Lm(s,t)}catch{return}}function Li(s,t,e){if(!s||!t)return s;let n;typeof t=="string"?n=t.split("."):n=t;let r=s;for(let i=0,o=n.length-1;i<o;i++){const a=n[i];(!(a in r)||typeof r[a]!="object"||r[a]===null)&&(r[a]=Number.isNaN(Number(n[i+1]))?{}:[]),r=r[a]}return r[n[n.length-1]]=e,s}function Zs(s){if(typeof MessageChannel<"u"&&(Kc(MessageChannel)||MessageChannel.toString()==="[object MessageChannelConstructor]")){const{port1:t,port2:e}=new MessageChannel;t.onmessage=()=>{t.onmessage=null,s()},e.postMessage(null)}else setTimeout(s,0)}async function zm(){return new Promise(s=>{Zs(s)})}if(tt.requestAnimationFrame=tt.requestAnimationFrame||tt.webkitRequestAnimationFrame||tt.mozRequestAnimationFrame||tt.oRequestAnimationFrame||tt.msRequestAnimationFrame,tt.cancelAnimationFrame=tt.cancelAnimationFrame||tt.webkitCancelAnimationFrame||tt.mozCancelAnimationFrame||tt.oCancelAnimationFrame||tt.msCancelAnimationFrame,!tt.requestAnimationFrame){let s=Et();tt.requestAnimationFrame=t=>{const e=Et(),n=Math.max(0,16-(e-s)),r=tt.setTimeout(()=>{t(e+n)},n);return s=e+n,r}}tt.cancelAnimationFrame||(tt.cancelAnimationFrame=s=>{tt.clearTimeout(s)});const Qs=tt.requestAnimationFrame,Nm=tt.cancelAnimationFrame;function Fm(s){let t=!0,e=Qs(function n(r){t&&s(r)&&(e=Qs(n))});return()=>{t=!1,Nm(e)}}tt.requestIdleCallback=tt.requestIdleCallback||function(s,t){const e=Et();return setTimeout(()=>{const n=Et()-e,r={didTimeout:typeof t?.timeout!="number"?!1:n>t.timeout,timeRemaining:()=>Math.max(0,50-n)};s(r)},t?.timeout)},tt.cancelIdleCallback=tt.cancelIdleCallback||function(s){clearTimeout(s)},tt.requestIdleCallback,tt.cancelIdleCallback;let Kn=33,De=33,tr=0,Zn=0,zi=!1;function sh(s){zi||(zi=!0,Qs(t=>{zi=!1,tr=t,Zn===0&&(Zn=tr+De);let e=De+tr-Zn;e<De&&Kn<De?(e<8&&(e=8),De=Math.max(e,Kn)):e>De&&Kn>De&&(De=Math.min(e,Kn)),Kn=e,Zn=tr+De,Zs(()=>{s(Zn),sh(s)})}))}function Bm(s){const t=s?.maxIterations||1e4,e=!!s?.tracing,n=s?.onTrace||(f=>{const m=" ".repeat(f.depth);console.log(`${m}emit#${f.id} parent=${f.parentId} source=${f.source}`)}),r=[];let i=0,o=0;const a=new Set,c=f=>(a.add(f),()=>{a.delete(f)});let h;function l(f,m){const p=h,_={id:String(++i),dataset:f,source:m,createdAt:Et(),parentId:p?.id,depth:p?p.depth+1:0};r.push(_)}let u=!1;function d(){if(u)return;u=!0;let f=0;try{for(;o<r.length;){if(++f>t)throw new Error("Possible infinite signal loop detected");const m=r[o],p=h;h=m,e&&n(m);const _=Array.from(a);for(const y of _)try{y(...m.dataset)}catch(b){Zs(()=>{throw b})}h=p,o++}}finally{u=!1,o>=r.length&&(r.length=0,o=0)}}return{subscribe:c,once(f){const m=c((...p)=>{m(),f(...p)});return m},emit(...f){l(f),d()},emitFrom(f,...m){l(m,f),d()},clear(){a.clear()}}}function Um(s={}){const{concurrency:t=1/0,maxWorkerRunTime:e=6e4}=s;let n=1/0;const r=()=>n===1/0||Et()<n,i=O=>{n=Et()+O,h()};let o=r()?0:1;const a=()=>o>0,c=()=>{o++},h=()=>{o>0&&o--,D()},l=()=>!a()&&!r(),u=async()=>{l()&&await zm()};let d=0,f=[];const m=new Set,p=new Set;let _=0,y=[],b=[];const v=()=>{_===0&&(y.forEach(O=>O()),y=[],f.length===0&&(b.forEach(O=>O()),b=[]))},w=O=>{if(O.signal){if(O.signal.aborted)return O.resultReject("Cancel by Aborted!"),O;O.abortHandler=()=>{O.resultReject("Cancel by Abort!"),f=f.filter(U=>U.id!==O.id),v()},O.signal.addEventListener("abort",O.abortHandler,{once:!0})}if(f.filter(U=>O.invalidates?.includes(U.id)).forEach(U=>{U.resultReject("Cancel by invalidates!")}),f=f.filter(U=>!O.invalidates?.includes(U.id)),O.fold){const U=f.findIndex(V=>V.id===O.id);if(U!==-1){const V=f[U],q=O.fold(V,O);return V.dataset=q.dataset,V}else return f.push(O),O}else return f.push(O),O},E=()=>{if(f.length===0)return;let O=-1,U;for(let V=0,q=f.length;V<q;V++){const ft=f[V];(!U||ft.niceness<U.niceness)&&(O=V,U=ft)}return f.splice(O,1),U};let C=!1;const D=()=>{C||a()||(C=!0,Zs(()=>{for(C=!1;f.length>0&&p.size>0&&_<t&&!a();){const O=E(),U=Wd(O.deadline)&&Et()>=O.deadline,V=O.niceness==Ns.immediate;if(!r()&&!U&&!V){w(O),D();break}if(O.signal?.aborted){O.resultReject("Cancel by Aborted!"),v();continue}_++;const q=p.values().next().value;p.delete(q),gm(Wc(Promise.resolve(q(...O.dataset)),e),O.signal).then(ft=>{O.resultResolve(ft)}).catch(ft=>{O.retry>0?(O.retry--,w(O)):O.resultReject(ft)}).finally(async()=>{m.has(q)&&p.add(q),O.signal&&O.abortHandler&&O.signal.removeEventListener("abort",O.abortHandler),_--,v(),D()})}}))},$=O=>(m.add(O),p.add(O),D(),()=>{m.delete(O),p.delete(O)});return{put(...O){const U=O[O.length-1]||{};let V={};("niceness"in U||"deadline"in U||"retry"in U||"signal"in U||"invalidates"in U||"fold"in U)&&(V=O.pop());const q=mm(),ft=w({id:String(++d),dataset:O,createdAt:Et(),result:q.promise,resultResolve:q.resolve,resultReject:q.reject,niceness:V.niceness??Ns.normal,deadline:V.deadline??dc,retry:V.retry??0,signal:V.signal});return D(),ft},cancel(O){f=f.filter(U=>U.id!==O.id),O.signal&&O.abortHandler&&O.signal.removeEventListener("abort",O.abortHandler),v()},clear(){for(const O of f)O.signal&&O.abortHandler&&O.signal.removeEventListener("abort",O.abortHandler),O.resultReject(new Error("Cleared"));f.length=0,v()},run:$,once(O){const U=$((...V)=>{try{return O(...V)}finally{U()}});return U},async onDrain(){if(!(_===0&&f.length===0))return new Promise(O=>{b.push(O)})},async onIdle(){if(_!==0)return new Promise(O=>{y.push(O)})},pause:c,resume:h,get paused(){return a()},startFrame:i,yieldIfNeeded:u}}class rh{pool;concurrency;maxWorkerRunTime;constructor(t={concurrency:1}){this.concurrency=t.concurrency??1,this.maxWorkerRunTime=t.maxWorkerRunTime??6e4,this.pool=Um({concurrency:this.concurrency,maxWorkerRunTime:this.maxWorkerRunTime});for(let e=0;e<this.concurrency;e++)this.pool.run(async function(n){return await n()})}cancel(t){this.pool.cancel(t)}clear(){this.pool.clear()}get paused(){return this.pool.paused}startFrame(t){this.pool.startFrame(t)}async immediate(t){try{return this.pool.pause(),await this.pool.onIdle(),await Wc(Promise.resolve(t()),this.maxWorkerRunTime)}finally{this.pool.resume()}}asap(t,e){return this.pool.put(t,{niceness:e?.niceness??Ns.normal,deadline:typeof e?.timeout=="number"?Et()+e?.timeout:dc})}}class $m{pool;closes=[];constructor(t={concurrency:1}){this.pool=new rh({...t,maxWorkerRunTime:1/0})}close(t=!0){const e=t?this.closes.length:Math.max(0,this.closes.length-this.pool.concurrency+1),n=rm(this.closes,e);for(const r of n)r()}clear(){this.pool.clear(),this.close()}createNotifyTask(t,e,n=!0){return()=>new Promise((r,i)=>{try{this.close(n);const o=t({...e,onClose:()=>{e?.onClose?.(),r(),Di(this.closes,a)}}),a=()=>{o(),r()};this.closes.push(a)}catch(o){i(o)}})}exclusive(t,e){return this.pool.immediate(this.createNotifyTask(t,e,!0))}enqueue(t,e){const n=this.pool.asap(this.createNotifyTask(t,e,!1));return()=>{this.pool.cancel(n)}}}class Ym{pool;started=!1;constructor(t={concurrency:1}){this.pool=new rh(t),this.pool.startFrame(0)}clear(){this.pool.clear()}start(){this.started||(this.started=!0,sh(t=>{this.pool.startFrame(t-Et())}))}async idle(t,e){return this.start(),await this.pool.asap(t,{niceness:Ns.idle,timeout:e}).result}}const ih=new Ym,jm=ih.idle.bind(ih);function Xm(s){const t=new Set(s);return e=>{let n=e;for(;;){if(t.has(n))return!0;const r=n.lastIndexOf(".");if(r<0)return!1;n=n.slice(0,r)}}}function oh(s){let t=s;const e=Bm();return{get:()=>t,set:n=>{const r=typeof n=="function"?n(t):n,i=nh(t,r);i.length!==0&&(t=r,e.emit(t,i))},subscribe:(n,r)=>{const i=r?.length?Xm(r):null;Oi(()=>{n(t,[])});const o=e.subscribe((a,c)=>{if(!i){Oi(()=>{n(a,c)});return}const h=c.filter(l=>i(l.path));h.length&&Oi(()=>{n(a,h)})});return()=>o()}}}function Gm(s="verbose"){let t=-1;switch(s){case"verbose":t=0;break;case"debug":t=1;break;case"info":t=2;break;case"warn":t=3;break;case"error":t=4;break}tt.OPEN_LOG_LEVEL=t}function ah(){tt.OPEN_LOG_LEVEL=-1}function Vm(s){tt.LOG_UPLOAD_FN=s}ah();function ch(s="verbose"){let t=-1;switch(s){case"verbose":t=0;break;case"debug":t=1;break;case"info":t=2;break;case"warn":t=3;break;case"error":t=4;break}return tt.OPEN_LOG_LEVEL<=t}function hh(s){tt.LOG_UPLOAD_FN&&tt.LOG_UPLOAD_FN(s)}function er(s,t=""){try{if(hh({level:"info",msg:s,type:t}),!ch("info"))return;console.log(s)}catch{}}function ce(s,t=""){try{if(hh({level:"warn",msg:s,type:t}),!ch("warn"))return;console.warn(s)}catch{}}class qm{__data__=[];size=0;constructor(t){t=t||[];const e=t.length;let n=-1;for(;++n<e;){const r=t[n];this.set(r[0],r[1])}}set(t,e){const n=this.__data__,r=Js(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}get(t){const e=this.__data__,n=Js(e,t);return n<0?void 0:e[n][1]}has(t){return Js(this.__data__,t)>-1}delete(t){const e=this.__data__,n=Js(e,t);if(n<0)return!1;const r=e.length-1;return n==r?e.pop():Array.prototype.splice.call(e,n,1),--this.size,!0}clear(){this.__data__=[],this.size=0}*entries(){for(const t of this.__data__)yield t}*keys(){for(const t of this.__data__)yield t[0]}*values(){for(const t of this.__data__)yield t[1]}[Symbol.iterator](){return this.entries()}}const Hm=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,lh=new Set,Wm=(s,t,e,n)=>{typeof ii.emitWarning=="function"?ii.emitWarning(s,t,e,n):console.error(`[${e}] ${t}: ${s}`)},Jm=s=>!lh.has(s);class Dn{heap;length;static#a=!1;static create(t){const e=qc(t);if(!e)return[];Dn.#a=!0;const n=new Dn(t,e);return Dn.#a=!1,n}constructor(t,e){if(!Dn.#a)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new e(t),this.length=0}push(t){this.heap[this.length++]=t}pop(){return this.heap[--this.length]}}class Ni{#a;#u;#g;#k;#y;#L;#z;#b;get perf(){return this.#b}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#r;#w;#s;#n;#t;#h;#f;#c;#i;#v;#o;#x;#S;#d;#m;#_;#A;#l;#N;static unsafeExposeInternals(t){return{starts:t.#S,ttls:t.#d,autopurgeTimers:t.#m,sizes:t.#x,keyMap:t.#s,keyList:t.#n,valList:t.#t,next:t.#h,prev:t.#f,get head(){return t.#c},get tail(){return t.#i},free:t.#v,isBackgroundFetch:e=>t.#e(e),backgroundFetch:(e,n,r,i)=>t.#U(e,n,r,i),moveToTail:e=>t.#R(e),indexes:e=>t.#C(e),rindexes:e=>t.#E(e),isStale:e=>t.#p(e)}}get max(){return this.#a}get maxSize(){return this.#u}get calculatedSize(){return this.#w}get size(){return this.#r}get fetchMethod(){return this.#L}get memoMethod(){return this.#z}get dispose(){return this.#g}get onInsert(){return this.#k}get disposeAfter(){return this.#y}constructor(t){const{max:e=0,ttl:n,ttlResolution:r=1,ttlAutopurge:i,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:h,onInsert:l,disposeAfter:u,noDisposeOnSet:d,noUpdateTTL:f,maxSize:m=0,maxEntrySize:p=0,sizeCalculation:_,fetchMethod:y,memoMethod:b,noDeleteOnFetchRejection:v,noDeleteOnStaleGet:w,allowStaleOnFetchRejection:E,allowStaleOnFetchAbort:C,ignoreFetchAbort:D,perf:$}=t;if($!==void 0&&typeof $?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#b=$??Hm,e!==0&&!ke(e))throw new TypeError("max option must be a nonnegative integer");const O=e?qc(e):Array;if(!O)throw new Error("invalid max value: "+e);if(this.#a=e,this.#u=m,this.maxEntrySize=p||this.#u,this.sizeCalculation=_,this.sizeCalculation){if(!this.#u&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(b!==void 0&&typeof b!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#z=b,y!==void 0&&typeof y!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#L=y,this.#A=!!y,this.#s=new Map,this.#n=Array.from({length:e}).fill(void 0),this.#t=Array.from({length:e}).fill(void 0),this.#h=new O(e),this.#f=new O(e),this.#c=0,this.#i=0,this.#v=Dn.create(e),this.#r=0,this.#w=0,typeof h=="function"&&(this.#g=h),typeof l=="function"&&(this.#k=l),typeof u=="function"?(this.#y=u,this.#o=[]):(this.#y=void 0,this.#o=void 0),this.#_=!!this.#g,this.#N=!!this.#k,this.#l=!!this.#y,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!f,this.noDeleteOnFetchRejection=!!v,this.allowStaleOnFetchRejection=!!E,this.allowStaleOnFetchAbort=!!C,this.ignoreFetchAbort=!!D,this.maxEntrySize!==0){if(this.#u!==0&&!ke(this.#u))throw new TypeError("maxSize must be a positive integer if specified");if(!ke(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#H()}if(this.allowStale=!!c,this.noDeleteOnStaleGet=!!w,this.updateAgeOnGet=!!o,this.updateAgeOnHas=!!a,this.ttlResolution=ke(r)||r===0?r:1,this.ttlAutopurge=!!i,this.ttl=n||0,this.ttl){if(!ke(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#$()}if(this.#a===0&&this.ttl===0&&this.#u===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#a&&!this.#u){const U="LRU_CACHE_UNBOUNDED";Jm(U)&&(lh.add(U),Wm("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",U,Ni))}}getRemainingTTL(t){return this.#s.has(t)?1/0:0}#$(){const t=new Ws(this.#a),e=new Ws(this.#a);this.#d=t,this.#S=e;const n=this.ttlAutopurge?Array.from({length:this.#a}):void 0;this.#m=n,this.#Y=(a,c,h=this.#b.now())=>{e[a]=c!==0?h:0,t[a]=c,r(a,c)},this.#I=a=>{e[a]=t[a]!==0?this.#b.now():0,r(a,t[a])};const r=this.ttlAutopurge?(a,c)=>{if(n?.[a]&&(clearTimeout(n[a]),n[a]=void 0),c&&c!==0&&n){const h=setTimeout(()=>{this.#p(a)&&this.#T(this.#n[a],"expire")},c+1);h.unref&&h.unref(),n[a]=h}}:()=>{};this.#P=(a,c)=>{if(t[c]){const h=t[c],l=e[c];if(!h||!l)return;a.ttl=h,a.start=l,a.now=i||o();const u=a.now-l;a.remainingTTL=h-u}};let i=0;const o=()=>{const a=this.#b.now();if(this.ttlResolution>0){i=a;const c=setTimeout(()=>i=0,this.ttlResolution);c.unref&&c.unref()}return a};this.getRemainingTTL=a=>{const c=this.#s.get(a);if(c===void 0)return 0;const h=t[c],l=e[c];if(!h||!l)return 1/0;const u=(i||o())-l;return h-u},this.#p=a=>{const c=e[a],h=t[a];return!!h&&!!c&&(i||o())-c>h}}#I=()=>{};#P=()=>{};#Y=()=>{};#p=()=>!1;#H(){const t=new Ws(this.#a);this.#w=0,this.#x=t,this.#D=e=>{this.#w-=t[e],t[e]=0},this.#j=(e,n,r,i)=>{if(this.#e(n))return 0;if(!ke(r))if(i){if(typeof i!="function")throw new TypeError("sizeCalculation must be a function");if(r=i(n,e),!ke(r))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return r||0},this.#F=(e,n,r)=>{if(t[e]=n,this.#u){const i=this.#u-t[e];for(;this.#w>i;)this.#B(!0)}this.#w+=t[e],r&&(r.entrySize=n,r.totalCalculatedSize=this.#w)}}#D=t=>{};#F=(t,e,n)=>{};#j=(t,e,n,r)=>{if(n||r)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#C({allowStale:t=this.allowStale}={}){if(this.#r)for(let e=this.#i;this.#X(e)&&((t||!this.#p(e))&&(yield e),e!==this.#c);)e=this.#f[e]}*#E({allowStale:t=this.allowStale}={}){if(this.#r)for(let e=this.#c;this.#X(e)&&((t||!this.#p(e))&&(yield e),e!==this.#i);)e=this.#h[e]}#X(t){return t!==void 0&&this.#s.get(this.#n[t])===t}*entries(){for(const t of this.#C())this.#t[t]!==void 0&&this.#n[t]!==void 0&&!this.#e(this.#t[t])&&(yield[this.#n[t],this.#t[t]])}*rentries(){for(const t of this.#E())this.#t[t]!==void 0&&this.#n[t]!==void 0&&!this.#e(this.#t[t])&&(yield[this.#n[t],this.#t[t]])}*keys(){for(const t of this.#C()){const e=this.#n[t];e!==void 0&&!this.#e(this.#t[t])&&(yield e)}}*rkeys(){for(const t of this.#E()){const e=this.#n[t];e!==void 0&&!this.#e(this.#t[t])&&(yield e)}}*values(){for(const t of this.#C())this.#t[t]!==void 0&&!this.#e(this.#t[t])&&(yield this.#t[t])}*rvalues(){for(const t of this.#E())this.#t[t]!==void 0&&!this.#e(this.#t[t])&&(yield this.#t[t])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(t,e={}){for(const n of this.#C()){const r=this.#t[n],i=this.#e(r)?r.__staleWhileFetching:r;if(i!==void 0&&t(i,this.#n[n],this))return this.#O(this.#n[n],e)}}forEach(t,e=this){for(const n of this.#C()){const r=this.#t[n],i=this.#e(r)?r.__staleWhileFetching:r;i!==void 0&&t.call(e,i,this.#n[n],this)}}rforEach(t,e=this){for(const n of this.#E()){const r=this.#t[n],i=this.#e(r)?r.__staleWhileFetching:r;i!==void 0&&t.call(e,i,this.#n[n],this)}}purgeStale(){let t=!1;for(const e of this.#E({allowStale:!0}))this.#p(e)&&(this.#T(this.#n[e],"expire"),t=!0);return t}info(t){const e=this.#s.get(t);if(e===void 0)return;const n=this.#t[e],r=this.#e(n)?n.__staleWhileFetching:n;if(r===void 0)return;const i={value:r};if(this.#d&&this.#S){const o=this.#d[e],a=this.#S[e];if(o&&a){const c=o-(this.#b.now()-a);i.ttl=c,i.start=Date.now()}}return this.#x&&(i.size=this.#x[e]),i}dump(){const t=[];for(const e of this.#C({allowStale:!0})){const n=this.#n[e],r=this.#t[e],i=this.#e(r)?r.__staleWhileFetching:r;if(i===void 0||n===void 0)continue;const o={value:i};if(this.#d&&this.#S){o.ttl=this.#d[e];const a=this.#b.now()-this.#S[e];o.start=Math.floor(Date.now()-a)}this.#x&&(o.size=this.#x[e]),t.unshift([n,o])}return t}load(t){this.clear();for(const[e,n]of t){if(n.start){const r=Date.now()-n.start;n.start=this.#b.now()-r}this.#M(e,n.value,n)}}set(t,e,n={}){const{status:r=void 0}=n;return n.status=r,r&&(r.op="set",r.key=t,e!==void 0&&(r.value=e)),this.#M(t,e,n)}#M(t,e,n={}){const{ttl:r=this.ttl,start:i,noDisposeOnSet:o=this.noDisposeOnSet,sizeCalculation:a=this.sizeCalculation,status:c}=n;if(e===void 0)return c&&(c.set="deleted"),this.delete(t),this;let{noUpdateTTL:h=this.noUpdateTTL}=n;c&&!this.#e(e)&&(c.value=e);const l=this.#j(t,e,n.size||0,a,c);if(this.maxEntrySize&&l>this.maxEntrySize)return this.#T(t,"set"),c&&(c.set="miss",c.maxEntrySizeExceeded=!0),this;let u=this.#r===0?void 0:this.#s.get(t);if(u===void 0)u=this.#r===0?this.#i:this.#v.length!==0?this.#v.pop():this.#r===this.#a?this.#B(!1):this.#r,this.#n[u]=t,this.#t[u]=e,this.#s.set(t,u),this.#h[this.#i]=u,this.#f[u]=this.#i,this.#i=u,this.#r++,this.#F(u,l,c),c&&(c.set="add"),h=!1,this.#N&&this.#k?.(e,t,"add");else{this.#R(u);const d=this.#t[u];if(e!==d){if(this.#A&&this.#e(d)){d.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:f}=d;f!==void 0&&!o&&(this.#_&&this.#g?.(f,t,"set"),this.#l&&this.#o?.push([f,t,"set"]))}else o||(this.#_&&this.#g?.(d,t,"set"),this.#l&&this.#o?.push([d,t,"set"]));if(this.#D(u),this.#F(u,l,c),this.#t[u]=e,c){c.set="replace";const f=d&&this.#e(d)?d.__staleWhileFetching:d;f!==void 0&&(c.oldValue=f)}}else c&&(c.set="update");this.#N&&this.onInsert?.(e,t,e===d?"update":"replace")}if(r!==0&&!this.#d&&this.#$(),this.#d&&(h||this.#Y(u,r,i),c&&this.#P(c,u)),!o&&this.#l&&this.#o){const d=this.#o;let f;for(;f=d?.shift();)this.#y?.(...f)}return this}pop(){try{for(;this.#r;){const t=this.#t[this.#c];if(this.#B(!0),this.#e(t)){if(t.__staleWhileFetching)return t.__staleWhileFetching}else if(t!==void 0)return t}}finally{if(this.#l&&this.#o){const t=this.#o;let e;for(;e=t?.shift();)this.#y?.(...e)}}}#B(t){const e=this.#c,n=this.#n[e],r=this.#t[e];return this.#A&&this.#e(r)?r.__abortController.abort(new Error("evicted")):(this.#_||this.#l)&&(this.#_&&this.#g?.(r,n,"evict"),this.#l&&this.#o?.push([r,n,"evict"])),this.#D(e),this.#m?.[e]&&(clearTimeout(this.#m[e]),this.#m[e]=void 0),t&&(this.#n[e]=void 0,this.#t[e]=void 0,this.#v.push(e)),this.#r===1?(this.#c=this.#i=0,this.#v.length=0):this.#c=this.#h[e],this.#s.delete(n),this.#r--,e}has(t,e={}){const{status:n=void 0}=e;return e.status=n,n&&(n.op="has",n.key=t),this.#W(t,e)}#W(t,e={}){const{updateAgeOnHas:n=this.updateAgeOnHas,status:r}=e,i=this.#s.get(t);if(i!==void 0){const o=this.#t[i];if(this.#e(o)&&o.__staleWhileFetching===void 0)return!1;if(this.#p(i))r&&(r.has="stale",this.#P(r,i));else return n&&this.#I(i),r&&(r.has="hit",this.#P(r,i)),!0}else r&&(r.has="miss");return!1}peek(t,e={}){const{status:n=void 0}=e;return n&&(n.op="peek",n.key=t),e.status=n,this.#J(t,e)}#J(t,e){const{status:n,allowStale:r=this.allowStale}=e,i=this.#s.get(t);if(i===void 0||!r&&this.#p(i)){n&&(n.peek=i===void 0?"miss":"stale");return}const o=this.#t[i],a=this.#e(o)?o.__staleWhileFetching:o;return n&&(a!==void 0?(n.peek="hit",n.value=a):n.peek="miss"),a}#U(t,e,n,r){const i=e===void 0?void 0:this.#t[e];if(this.#e(i))return i;const o=new AbortController,{signal:a}=n;a?.addEventListener("abort",()=>o.abort(a.reason),{signal:o.signal});const c={signal:o.signal,options:n,context:r},h=(p,_=!1)=>{const{aborted:y}=o.signal,b=n.ignoreFetchAbort&&p!==void 0,v=n.ignoreFetchAbort||!!(n.allowStaleOnFetchAbort&&p!==void 0);if(n.status&&(y&&!_?(n.status.fetchAborted=!0,n.status.fetchError=o.signal.reason,b&&(n.status.fetchAbortIgnored=!0)):n.status.fetchResolved=!0),y&&!b&&!_)return u(o.signal.reason,v);const w=f,E=this.#t[e];return(E===f||E===void 0&&b&&_)&&(p===void 0?w.__staleWhileFetching!==void 0?this.#t[e]=w.__staleWhileFetching:this.#T(t,"fetch"):(n.status&&(n.status.fetchUpdated=!0),this.#M(t,p,c.options))),p},l=p=>(n.status&&(n.status.fetchRejected=!0,n.status.fetchError=p),u(p,!1)),u=(p,_)=>{const{aborted:y}=o.signal,b=y&&n.allowStaleOnFetchAbort,v=b||n.allowStaleOnFetchRejection,w=v||n.noDeleteOnFetchRejection,E=f;if(this.#t[e]===f&&(!w||!_&&E.__staleWhileFetching===void 0?this.#T(t,"fetch"):b||(this.#t[e]=E.__staleWhileFetching)),v)return n.status&&E.__staleWhileFetching!==void 0&&(n.status.returnedStale=!0),E.__staleWhileFetching;if(E.__returned===E)throw p},d=(p,_)=>{const y=this.#L?.(t,i,c);y&&y instanceof Promise&&y.then(b=>p(b===void 0?void 0:b),_),o.signal.addEventListener("abort",()=>{(!n.ignoreFetchAbort||n.allowStaleOnFetchAbort)&&(p(void 0),n.allowStaleOnFetchAbort&&(p=b=>h(b,!0)))})};n.status&&(n.status.fetchDispatched=!0);const f=new Promise(d).then(h,l),m=Object.assign(f,{__abortController:o,__staleWhileFetching:i,__returned:void 0});return e===void 0?(this.#M(t,m,{...c.options,status:void 0}),e=this.#s.get(t)):this.#t[e]=m,m}#e(t){if(!this.#A)return!1;const e=t;return!!e&&e instanceof Promise&&Object.prototype.hasOwnProperty.call(e,"__staleWhileFetching")&&e.__abortController instanceof AbortController}fetch(t,e={}){const{status:n=void 0}=e;return e.status=n,n&&e.context&&(n.context=e.context),this.#G(t,e)}async#G(t,e={}){const{allowStale:n=this.allowStale,updateAgeOnGet:r=this.updateAgeOnGet,noDeleteOnStaleGet:i=this.noDeleteOnStaleGet,ttl:o=this.ttl,noDisposeOnSet:a=this.noDisposeOnSet,size:c=0,sizeCalculation:h=this.sizeCalculation,noUpdateTTL:l=this.noUpdateTTL,noDeleteOnFetchRejection:u=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:d=this.allowStaleOnFetchRejection,ignoreFetchAbort:f=this.ignoreFetchAbort,allowStaleOnFetchAbort:m=this.allowStaleOnFetchAbort,context:p,forceRefresh:_=!1,status:y,signal:b}=e;if(y&&(y.op="fetch",y.key=t,_&&(y.forceRefresh=!0)),!this.#A)return y&&(y.fetch="get"),this.#O(t,{allowStale:n,updateAgeOnGet:r,noDeleteOnStaleGet:i,status:y});const v={allowStale:n,updateAgeOnGet:r,noDeleteOnStaleGet:i,ttl:o,noDisposeOnSet:a,size:c,sizeCalculation:h,noUpdateTTL:l,noDeleteOnFetchRejection:u,allowStaleOnFetchRejection:d,allowStaleOnFetchAbort:m,ignoreFetchAbort:f,status:y,signal:b},w=this.#s.get(t);if(w===void 0){y&&(y.fetch="miss");const E=this.#U(t,w,v,p);return E.__returned=E}else{const E=this.#t[w];if(this.#e(E)){const O=n&&E.__staleWhileFetching!==void 0;return y&&(y.fetch="inflight",O&&(y.returnedStale=!0)),O?E.__staleWhileFetching:E.__returned=E}const C=this.#p(w);if(!_&&!C)return y&&(y.fetch="hit"),this.#R(w),r&&this.#I(w),y&&this.#P(y,w),E;const D=this.#U(t,w,v,p),$=D.__staleWhileFetching!==void 0&&n;return y&&(y.fetch=C?"stale":"refresh",$&&C&&(y.returnedStale=!0)),$?D.__staleWhileFetching:D.__returned=D}}forceFetch(t,e={}){const{status:n=void 0}=e;return e.status=n,n&&e.context&&(n.context=e.context),this.#K(t,e)}async#K(t,e={}){const n=await this.#G(t,e);if(n===void 0)throw new Error("fetch() returned undefined");return n}memo(t,e={}){const{status:n=void 0}=e;e.status=n,n&&(n.op="memo",n.key=t,e.context&&(n.context=e.context));const r=this.#Z(t,e);return n&&(n.value=r),r}#Z(t,e={}){const n=this.#z;if(!n)throw new Error("no memoMethod provided to constructor");const{context:r,status:i,forceRefresh:o,...a}=e;i&&o&&(i.forceRefresh=!0);const c=this.#O(t,a),h=o||c===void 0;if(i&&(i.memo=h?"miss":"hit",h||(i.value=c)),!h)return c;const l=n(t,c,{options:a,context:r});return i&&(i.value=l),this.#M(t,l,a),l}get(t,e={}){const{status:n=void 0}=e;e.status=n,n&&(n.op="get",n.key=t);const r=this.#O(t,e);return n&&r!==void 0&&(n.value=r),r}#O(t,e={}){const{allowStale:n=this.allowStale,updateAgeOnGet:r=this.updateAgeOnGet,noDeleteOnStaleGet:i=this.noDeleteOnStaleGet,status:o}=e,a=this.#s.get(t);if(a===void 0){o&&(o.get="miss");return}const c=this.#t[a],h=this.#e(c);return o&&this.#P(o,a),this.#p(a)?h?(o&&(o.get="stale-fetching"),n&&c.__staleWhileFetching!==void 0?(o&&(o.returnedStale=!0),c.__staleWhileFetching):void 0):(i||this.#T(t,"expire"),o&&(o.get="stale"),n?(o&&(o.returnedStale=!0),c):void 0):(o&&(o.get=h?"fetching":"hit"),this.#R(a),r&&this.#I(a),h?c.__staleWhileFetching:c)}#V(t,e){this.#f[e]=t,this.#h[t]=e}#R(t){t!==this.#i&&(t===this.#c?this.#c=this.#h[t]:this.#V(this.#f[t],this.#h[t]),this.#V(this.#i,t),this.#i=t)}delete(t){return this.#T(t,"delete")}#T(t,e){let n=!1;if(this.#r!==0){const r=this.#s.get(t);if(r!==void 0)if(this.#m?.[r]&&(clearTimeout(this.#m?.[r]),this.#m[r]=void 0),n=!0,this.#r===1)this.#q(e);else{this.#D(r);const i=this.#t[r];if(this.#e(i)?i.__abortController.abort(new Error("deleted")):(this.#_||this.#l)&&(this.#_&&this.#g?.(i,t,e),this.#l&&this.#o?.push([i,t,e])),this.#s.delete(t),this.#n[r]=void 0,this.#t[r]=void 0,r===this.#i)this.#i=this.#f[r];else if(r===this.#c)this.#c=this.#h[r];else{const o=this.#f[r];this.#h[o]=this.#h[r];const a=this.#h[r];this.#f[a]=this.#f[r]}this.#r--,this.#v.push(r)}}if(this.#l&&this.#o?.length){const r=this.#o;let i;for(;i=r?.shift();)this.#y?.(...i)}return n}clear(){return this.#q("delete")}#q(t){for(const e of this.#E({allowStale:!0})){const n=this.#t[e];if(this.#e(n))n.__abortController.abort(new Error("deleted"));else{const r=this.#n[e];this.#_&&this.#g?.(n,r,t),this.#l&&this.#o?.push([n,r,t])}}if(this.#s.clear(),this.#t.fill(void 0),this.#n.fill(void 0),this.#d&&this.#S){this.#d.fill(0),this.#S.fill(0);for(const e of this.#m??[])e!==void 0&&clearTimeout(e);this.#m?.fill(void 0)}if(this.#x&&this.#x.fill(0),this.#c=0,this.#i=0,this.#v.length=0,this.#w=0,this.#r=0,this.#l&&this.#o){const e=this.#o;let n;for(;n=e?.shift();)this.#y?.(...n)}}}class Fi{data;expirationMap=new Map;immortalKeys=new Set;expirations=Object.create(null);ttl;max;updateAgeOnGet;checkAgeOnGet;updateAgeOnHas;checkAgeOnHas;noUpdateTTL;dispose;noDisposeOnSet;timer;timerExpiration;constructor({ttl:t=1/0,max:e=1/0,updateAgeOnGet:n=!1,checkAgeOnGet:r=!1,updateAgeOnHas:i=!1,checkAgeOnHas:o=!1,noUpdateTTL:a=!1,dispose:c,noDisposeOnSet:h=!1}={},l=new Map){if(t!==void 0&&!Ai(t))throw new TypeError("ttl must be positive integer or Infinity if set");if(!Ai(e))throw new TypeError("max must be positive integer or Infinity");if(this.data=l,this.ttl=t,this.max=e,this.updateAgeOnGet=!!n,this.checkAgeOnGet=!!r,this.updateAgeOnHas=!!i,this.checkAgeOnHas=!!o,this.noUpdateTTL=!!a,this.noDisposeOnSet=!!h,c!==void 0){if(typeof c!="function")throw new TypeError("dispose must be function if set");this.dispose=c}else this.dispose=(u,d,f)=>{};this.timer=void 0,this.timerExpiration=void 0}get size(){return this.data.size}setTimer(t,e){if(this.timerExpiration&&this.timerExpiration<t)return;this.timer&&clearTimeout(this.timer);const n=setTimeout(()=>{this.timer=void 0,this.timerExpiration=void 0,this.purgeStale();for(const r in this.expirations){const i=Number(r);this.setTimer(i,i-Et());break}},Math.min(Jd,Math.max(0,e)));n.unref&&n.unref(),this.timerExpiration=t,this.timer=n}cancelTimer(){this.timer&&(clearTimeout(this.timer),this.timerExpiration=void 0,this.timer=void 0)}clear(){const t=this.dispose!==Fi.prototype.dispose?[...this]:[];this.data.clear(),this.expirationMap.clear(),this.cancelTimer(),this.expirations=Object.create(null);for(const[e,n]of t)this.dispose(n,e,"delete")}setTTL(t,e=this.ttl){const n=this.expirationMap.get(t);if(n!==void 0){const r=this.expirations[n];!r||r.length<=1?delete this.expirations[n]:this.expirations[n]=r.filter(i=>i!==t)}if(e&&e!==1/0){this.immortalKeys.delete(t);const r=Math.floor(Et()+e);this.expirationMap.set(t,r),this.expirations[r]||(this.expirations[r]=[],this.setTimer(r,e)),this.expirations[r].push(t)}else this.immortalKeys.add(t),this.expirationMap.set(t,1/0)}set(t,e,{ttl:n=this.ttl,noUpdateTTL:r=this.noUpdateTTL,noDisposeOnSet:i=this.noDisposeOnSet}={}){if(!Ai(n))throw new TypeError("ttl must be positive integer or Infinity");if(this.expirationMap.has(t)){r||this.setTTL(t,n);const o=this.data.get(t),a=!i&&this.data.has(t);o!==e&&(this.data.set(t,e),a&&this.dispose(o,t,"set"))}else this.setTTL(t,n),this.data.set(t,e);for(;this.size>this.max;)this.purgeToCapacity();return this}has(t,{checkAgeOnHas:e=this.checkAgeOnHas,ttl:n=this.ttl,updateAgeOnHas:r=this.updateAgeOnHas}={}){return this.data.has(t)?e&&this.getRemainingTTL(t)===0?(this.delete(t),!1):(r&&this.setTTL(t,n),!0):!1}getRemainingTTL(t){const e=this.expirationMap.get(t);return e===1/0?1/0:e!==void 0?Math.max(0,Math.ceil(e-Et())):0}get(t,{updateAgeOnGet:e=this.updateAgeOnGet,ttl:n=this.ttl,checkAgeOnGet:r=this.checkAgeOnGet}={}){const i=this.data.get(t);if(r&&this.getRemainingTTL(t)===0){this.delete(t);return}return e&&this.setTTL(t,n),i}delete(t){const e=this.expirationMap.get(t);if(e!==void 0){const n=this.data.get(t);this.data.delete(t),this.expirationMap.delete(t),this.immortalKeys.delete(t);const r=this.expirations[e];return r&&(r.length<=1?delete this.expirations[e]:this.expirations[e]=r.filter(i=>i!==t)),this.dispose(n,t,"delete"),this.size===0&&this.cancelTimer(),!0}return!1}purgeToCapacity(){if(!(this.size<=this.max))for(const t in this.expirations){const e=this.expirations[t];if(this.size-e.length>=this.max){delete this.expirations[t];const n=[];for(const r of e)n.push([r,this.data.get(r)]),this.data.delete(r),this.expirationMap.delete(r);for(const[r,i]of n)this.dispose(i,r,"evict")}else{const n=this.size-this.max,r=[];for(const i of e.splice(0,n))r.push([i,this.data.get(i)]),this.data.delete(i),this.expirationMap.delete(i);for(const[i,o]of r)this.dispose(o,i,"evict")}}}purgeStale(){const t=Math.ceil(Et());for(const e in this.expirations){if(e==="Infinity"||Number(e)>t)return;const n=[...this.expirations[e]||[]],r=[];delete this.expirations[e];for(const i of n)r.push([i,this.data.get(i)]),this.data.delete(i),this.expirationMap.delete(i);for(const[i,o]of r)this.dispose(o,i,"expire")}this.size===0&&this.cancelTimer()}*entries(){for(const t in this.expirations)for(const e of this.expirations[t])yield[e,this.data.get(e)];for(const t of this.immortalKeys)yield[t,this.data.get(t)]}*keys(){for(const t in this.expirations)for(const e of this.expirations[t])yield e;for(const t of this.immortalKeys)yield t}*values(){for(const t in this.expirations)for(const e of this.expirations[t])yield this.data.get(e);for(const t of this.immortalKeys)yield this.data.get(t)}[Symbol.iterator](){return this.entries()}firstKey(){return this.keys().next().value}}class uh{cache;cacheKeyResolver;constructor(t){if(typeof AbortController>"u")throw new Error("AbortController not supported!");this.cache=t?.createCache?t.createCache():new Map,this.cacheKeyResolver=t?.cacheKeyResolver||((...e)=>String(e[0]))}set(...t){const e=this.cacheKeyResolver(...t),n=new AbortController;this.cache.set(e,n)}get(...t){const e=this.cacheKeyResolver(...t);return this.cache.get(e)}delete(...t){const e=this.cacheKeyResolver(...t);return this.cache.delete(e)}clear(){this.cache.clear()}}const hn={branch:"├",lastBranch:"└",line:"│",empty:" "};function Km(s,t={}){const{showValues:e=!0,hideFunctions:n=!1,lineBreak:r=`\r
52
- `,maxDeep:i}=t,o=[],a=new WeakSet;function c(l,u="",d=0){if(typeof l=="string"){o.push(u+'"'+l+'"');return}if(typeof l!="object"||l===null){e&&o.push(u+String(l));return}if(i&&d>=i){Array.isArray(s)?o.push("[...OverMaxDeep]"):o.push("{...OverMaxDeep}");return}if(a.has(l)){o.push(u+"[Circular]");return}a.add(l);const f=Object.keys(l).filter(m=>!(n&&typeof l[m]=="function"));f.forEach((m,p)=>{const _=l[m],y=p===f.length-1,b=d===0&&p===0?"":u,v=y?hn.lastBranch:hn.branch,w=m.trim()===""?"":m;let E=b+v+(w?" "+w:"");const C=m.trim()!=="";if(_&&typeof _=="object"&&a.has(_))o.push(E+(C?": ":E?" ":"")+"[Circular]");else if(_&&typeof _=="object"&&!Array.isArray(_)){o.push(E);const D=y?hn.empty:hn.line,$=b+D+" ";c(_,$,d+1)}else if(Array.isArray(_)){o.push(E+(C?": ":E?" ":"")+"[Array("+_.length+")]");const D=y?hn.empty:hn.line,$=b+D+" ";c(_,$,d+1)}else if(e){const D=typeof _=="function"?"[Function]":typeof _=="string"?'"'+String(_)+'"':String(_);E+=(C?": ":E?" ":"")+D,o.push(E)}else o.push(E)})}const h=Object.keys(s);if(h.length===0)return"(empty)";if(h.length===1&&h[0]!==void 0&&h[0].trim()===""&&typeof s[h[0]]=="string"){const l=h[0],u=hn.lastBranch,d=s[l],f=typeof d=="function"?"[Function]":typeof d=="string"?'"'+d+'"':String(d);return u+" "+f}return c(s),r+o.join(r)}function fh(s){let t=s.initState||{},e=s.reducer;if(s.enhancer)return s.enhancer(fh)({reducer:e,initState:t});const n=oh(t),r=o=>{t=e(t,o),n.set(t)},i=o=>{e=o,r({type:"INIT"})};return r({type:"INIT"}),{getState:()=>t,dispatch:r,subscribe:n.subscribe,replaceReducer:i}}function nr(s,t){const e=typeof t?.aliveInSeconds=="number"?Math.max(t.aliveInSeconds,0):-1,n=typeof t?.aliveUntilTimestamp=="number"?Math.max(t.aliveUntilTimestamp,0):-1;function r(o,a=!1){return Pm(o)||Qc(o)||Jc(o)?{value:o,timestamp:kn()}:a&&Object.prototype.hasOwnProperty.call(o,"timestamp")?o:{...o,timestamp:kn()}}let i=r(s,!0);return{get:()=>{let o=!1;return(e>=0&&kn()>ae(i.timestamp,0)+e*1e3||n>=0&&kn()>n)&&(o=!0),o&&(i.value=void 0),i},set:o=>i=r(o,!1)}}class sr{events;constructor(){this.events={}}isEmpty(t){return this.events[t]==null||this.events[t].length==0}has(t,e){return this.events[t]!==void 0&&this.events[t].indexOf(e)!==-1}prependListener(t,e,n){return this.events[t]||(this.events[t]=[]),this.events[t].unshift(n?e.bind(n):e),this}addListener(t,e,n){return this.events[t]||(this.events[t]=[]),this.events[t].push(n?e.bind(n):e),this}on(t,e,n){return this.addListener(t,e,n),this}removeListener(t,e){return this.events[t]&&(this.events[t]=this.events[t].filter(n=>n!==e)),this}off(t,e){return this.removeListener(t,e),this}removeAllListeners(t){return t?this.events[t]=[]:this.events={},this}emit(t,...e){return this.events[t]&&this.events[t].slice(0).forEach(n=>{n(...e)}),this}once(t,e,n){const r=(...i)=>{n?e.apply(n,i):e(...i),this.off(t,r)};return this.on(t,r),this}}const Zm=Ks(()=>typeof window=="object"&&typeof document=="object");Ks(()=>!Zm()),Ks(()=>typeof process<"u"&&process.versions!=null&&process.versions.node!=null);const Qm=typeof window<"u";!!(tt.Worker&&tt.Blob&&tt.Promise&&tt.OffscreenCanvas&&tt.OffscreenCanvasRenderingContext2D&&tt.HTMLCanvasElement&&tt.HTMLCanvasElement.prototype.transferControlToOffscreen&&tt.URL&&tt.URL.createObjectURL);const tp=(()=>{if(!tt.OffscreenCanvas)return!1;const s=new OffscreenCanvas(1,1),t=s.getContext("2d");if(!t)return!1;t.fillRect(0,0,1,1);const e=s.transferToImageBitmap();try{t.createPattern(e,"no-repeat")}catch{return!1}return!0})(),dh=tt.crypto;dh?.subtle;function Bi(){try{return dh.randomUUID()}catch{let s=new Date().getTime();return"xxxxxxxx_xxxx_xxxx_yxxx_xxxxxxxxxxxx".replace(/[xy]/g,function(t){const e=(s+Math.random()*16)%16|0;return s=Math.floor(s/16),(t=="x"?e:e&3|8).toString(16)})}}function mh(s,t){return JSON.stringify(Rm(s))}const ep="\uFEFF";function np(s){return s.startsWith(ep)?s.slice(1):s}function sp(s){try{return{ok:!0,value:JSON.parse(np(s))}}catch{return{ok:!1}}}Ks(sp,{createCache:()=>new Ni({max:50}),cacheKeyResolver:s=>s});const Ui=10,ph=(s=0)=>t=>`\x1B[${t+s}m`,gh=(s=0)=>t=>`\x1B[${38+s};5;${t}m`,yh=(s=0)=>(t,e,n)=>`\x1B[${38+s};2;${t};${e};${n}m`,xt={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(xt.modifier);const rp=Object.keys(xt.color),ip=Object.keys(xt.bgColor);[...rp,...ip];function op(){const s=new Map;for(const[t,e]of Object.entries(xt)){for(const[n,r]of Object.entries(e))xt[n]={open:`\x1B[${r[0]}m`,close:`\x1B[${r[1]}m`},e[n]=xt[n],s.set(r[0],r[1]);Object.defineProperty(xt,t,{value:e,enumerable:!1})}return Object.defineProperty(xt,"codes",{value:s,enumerable:!1}),xt.color.close="\x1B[39m",xt.bgColor.close="\x1B[49m",xt.color.ansi=ph(),xt.color.ansi256=gh(),xt.color.ansi16m=yh(),xt.bgColor.ansi=ph(Ui),xt.bgColor.ansi256=gh(Ui),xt.bgColor.ansi16m=yh(Ui),Object.defineProperties(xt,{rgbToAnsi256:{value(t,e,n){return t===e&&e===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(e/255*5)+Math.round(n/255*5)},enumerable:!1},hexToRgb:{value(t){const e=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!e)return[0,0,0];let[n]=e;n.length===3&&(n=[...n].map(i=>i+i).join(""));const r=Number.parseInt(n,16);return[r>>16&255,r>>8&255,r&255]},enumerable:!1},hexToAnsi256:{value:t=>xt.rgbToAnsi256(...xt.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value(t){if(t<8)return 30+t;if(t<16)return 90+(t-8);let e,n,r;if(t>=232)e=((t-232)*10+8)/255,n=e,r=e;else{t-=16;const a=t%36;e=Math.floor(t/36)/5,n=Math.floor(a/6)/5,r=a%6/5}const i=Math.max(e,n,r)*2;if(i===0)return 30;let o=30+(Math.round(r)<<2|Math.round(n)<<1|Math.round(e));return i===2&&(o+=60),o},enumerable:!1},rgbToAnsi:{value:(t,e,n)=>xt.ansi256ToAnsi(xt.rgbToAnsi256(t,e,n)),enumerable:!1},hexToAnsi:{value:t=>xt.ansi256ToAnsi(xt.hexToAnsi256(t)),enumerable:!1}}),xt}const cp=op(),hp=0;new Set(cp.codes.values()).delete(hp);const Qn={1:"rgb(10,194,210)",2:"rgb(123,183,250)",3:"rgb(96,215,169)",4:"rgb(253,193,98)",5:"rgb(253,106,98)",6:"rgb(246,141,187)",7:"rgb(38,204,255)",8:"rgb(162,90,253)",9:"rgb(255,94,126)",10:"rgb(136,255,90)",11:"rgb(252,255,66)",12:"rgb(255,166,45)",13:"rgb(255,54,255)",14:"rgb(220,73,22)",15:"rgb(104,113,177)",16:"rgb(209,185,53)",17:"rgb(27,188,155)",18:"rgb(255,127,80)",19:"rgb(75,191,195)",20:"rgb(255,153,0)",black:"rgb(0,0,0)",blue:"rgb(0,0,255)",brightblue:"rgb(59,142,234)",terminalblue:"rgb(36,114,200)",red:"rgb(255,0,0)",brightred:"rgb(241,76,76)",terminalred:"rgb(205,49,49)",white:"rgb(255,255,255)",terminalwhite:"rgb(229,229,229)",yellow:"rgb(255,255,0)",brightyellow:"rgb(245,245,67)",terminalyellow:"rgb(229,229,16)",yellowgreen:"rgb(154,205,50)",aliceblue:"rgb(240,248,255)",antiquewhite:"rgb(250,235,215)",aqua:"rgb(0,255,255)",aquamarine:"rgb(127,255,212)",azure:"rgb(240,255,255)",beige:"rgb(245,245,220)",bisque:"rgb(255,228,196)",blanchedalmond:"rgb(255,235,205)",blueviolet:"rgb(138,43,226)",brown:"rgb(165,42,42)",burlywood:"rgb(222,184,135)",cadetblue:"rgb(95,158,160)",chartreuse:"rgb(127,255,0)",chocolate:"rgb(210,105,30)",coral:"rgb(255,127,80)",cornflowerblue:"rgb(100,149,237)",cornsilk:"rgb(255,248,220)",crimson:"rgb(220,20,60)",cyan:"rgb(0,255,255)",brightcyan:"rgb(41,184,219)",terminalcyan:"rgb(17,168,205)",darkblue:"rgb(0,0,139)",darkcyan:"rgb(0,139,139)",darkgoldenrod:"rgb(184,134,11)",darkgray:"rgb(169,169,169)",darkgreen:"rgb(0,100,0)",darkgrey:"rgb(30,30,30)",darkkhaki:"rgb(189,183,107)",darkmagenta:"rgb(139,0,139)",darkolivegreen:"rgb(85,107,47)",darkorange:"rgb(255,140,0)",darkorchid:"rgb(153,50,204)",darkred:"rgb(139,0,0)",darksalmon:"rgb(233,150,122)",darkseagreen:"rgb(143,188,143)",darkslateblue:"rgb(72,61,139)",darkslategray:"rgb(47,79,79)",darkslategrey:"rgb(47,79,79)",darkturquoise:"rgb(0,206,209)",darkviolet:"rgb(148,0,211)",deeppink:"rgb(255,20,147)",deepskyblue:"rgb(0,191,255)",dimgray:"rgb(105,105,105)",dodgerblue:"rgb(30,144,255)",firebrick:"rgb(178,34,34)",floralwhite:"rgb(255,250,240)",forestgreen:"rgb(34,139,34)",fuchsia:"rgb(255,0,255)",gainsboro:"rgb(220,220,220)",ghostwhite:"rgb(248,248,255)",gold:"rgb(255,215,0)",goldenrod:"rgb(218,165,32)",grey:"rgb(128,128,128)",green:"rgb(0,128,0)",brightgreen:"rgb(35,209,139)",terminalgreen:"rgb(13,188,121)",greenyellow:"rgb(173,255,47)",honeydew:"rgb(240,255,240)",hotpink:"rgb(255,105,180)",indianred:"rgb(205,92,92)",indigo:"rgb(75,0,130)",ivory:"rgb(255,255,240)",khaki:"rgb(240,230,140)",lavender:"rgb(230,230,250)",lavenderblush:"rgb(255,240,245)",lawngreen:"rgb(124,252,0)",lemonchiffon:"rgb(255,250,205)",lightblue:"rgb(173,216,230)",lightcoral:"rgb(240,128,128)",lightcyan:"rgb(224,255,255)",lightgoldenrodyellow:"rgb(250,250,210)",lightgreen:"rgb(144,238,144)",lightgrey:"rgb(229,229,229)",lightpink:"rgb(255,182,193)",lightsalmon:"rgb(255,160,122)",lightseagreen:"rgb(32,178,170)",lightskyblue:"rgb(135,206,250)",lightslategray:"rgb(119,136,153)",lightslategrey:"rgb(119,136,153)",lightsteelblue:"rgb(176,196,222)",lightyellow:"rgb(255,255,224)",lime:"rgb(0,255,0)",limegreen:"rgb(50,205,50)",linen:"rgb(250,240,230)",magenta:"rgb(255,0,255)",brightmagenta:"rgb(214,112,214)",terminalmagenta:"rgb(188,63,188)",maroon:"rgb(128,0,0)",mediumaquamarine:"rgb(102,205,170)",mediumblue:"rgb(0,0,205)",mediumorchid:"rgb(186,85,211)",mediumpurple:"rgb(147,112,219)",mediumseagreen:"rgb(60,179,113)",mediumslateblue:"rgb(123,104,238)",mediumspringgreen:"rgb(0,250,154)",mediumturquoise:"rgb(72,209,204)",mediumvioletred:"rgb(199,21,133)",midnightblue:"rgb(25,25,112)",mintcream:"rgb(245,255,250)",mistyrose:"rgb(255,228,225)",moccasin:"rgb(255,228,181)",navajowhite:"rgb(255,222,173)",navy:"rgb(0,0,128)",oldlace:"rgb(253,245,230)",olive:"rgb(128,128,0)",olivedrab:"rgb(107,142,35)",orange:"rgb(255,165,0)",orangered:"rgb(255,69,0)",orchid:"rgb(218,112,214)",palegoldenrod:"rgb(238,232,170)",palegreen:"rgb(152,251,152)",paleturquoise:"rgb(175,238,238)",palevioletred:"rgb(219,112,147)",papayawhip:"rgb(255,239,213)",peachpuff:"rgb(255,218,185)",peru:"rgb(205,133,63)",pink:"rgb(255,192,203)",plum:"rgb(221,160,221)",powderblue:"rgb(176,224,230)",purple:"rgb(128,0,128)",rebeccapurple:"rgb(102,51,153)",rosybrown:"rgb(188,143,143)",royalblue:"rgb(65,105,225)",saddlebrown:"rgb(139,69,19)",salmon:"rgb(250,128,114)",sandybrown:"rgb(244,164,96)",seagreen:"rgb(46,139,87)",seashell:"rgb(255,245,238)",sienna:"rgb(160,82,45)",silver:"rgb(192,192,192)",skyblue:"rgb(135,206,235)",slateblue:"rgb(106,90,205)",slategray:"rgb(112,128,144)",slategrey:"rgb(112,128,144)",snow:"rgb(255,250,250)",springgreen:"rgb(0,255,127)",steelblue:"rgb(70,130,180)",tan:"rgb(210,180,140)",teal:"rgb(0,128,128)",thistle:"rgb(216,191,216)",tomato:"rgb(255,99,71)",turquoise:"rgb(64,224,208)",violet:"rgb(238,130,238)",wheat:"rgb(245,222,179)"},lp=Array.from(Object.values(Qn));function up(s){const[t,e,n]=s.replace("rgb(","").replace(")","").split(",").map(Number);return .2126*t+.7152*e+.0722*n}Object.entries(Qn).map(([s,t])=>{const e=t;return{name:s,rgb:e,brightness:up(e)}}).sort((s,t)=>s.brightness-t.brightness);class ue{_color={r:0,g:0,b:0,a:1};constructor(t,e){t&&this.setColor(t),this.setAlpha(e)}get color(){return this._color}set color(t){const e=`Color Set: Unknown color(${t}) type(${typeof t})`;if(t instanceof ue)this.setRGB(t.r,t.g,t.b,t.a);else if(typeof t=="number")this.setHEX(t);else if(typeof t=="string"){let n;if(n=/^(\w+)\(([^)]*)\)/.exec(t)){const r=n[2];let i;switch(n[1]){case"rgb":case"rgba":(i=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))?(this.r=parseInt(i[1],10),this.g=parseInt(i[2],10),this.b=parseInt(i[3],10),this.a=i[4]?parseFloat(i[4]):1):(i=/^\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))?(this.r=K(parseFloat(i[1]),0,100)*255/100,this.g=K(parseFloat(i[2]),0,100)*255/100,this.b=K(parseFloat(i[3]),0,100)*255/100,this.a=i[4]?parseFloat(i[4]):1):ce(e);break;case"hsl":case"hsla":(i=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))?this.setHSL(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,i[4]?parseFloat(i[4]):1):ce(e);break;case"hsv":case"hsva":case"hsb":case"hsba":(i=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)%\s*,\s*(\d*\.?\d+)%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))?this.setHSV(parseFloat(i[1])/360,parseFloat(i[2])/100,parseFloat(i[3])/100,i[4]?parseFloat(i[4]):1):ce(e);break;default:ce(e)}}else if(n=/#([A-Fa-f0-9]+)/.exec(t)){const r=n[1],i=r.length;i===3?this.setRGB(parseInt(r.charAt(0),16),parseInt(r.charAt(1),16),parseInt(r.charAt(2),16),1):i===6||i===8?this.setHEX(parseInt(r,16)):ce(e)}else if(t&&t.length>0)try{this.setColorName(t)}catch{ce(e)}else ce(e)}else Object.prototype.hasOwnProperty.call(t,"r")&&Object.prototype.hasOwnProperty.call(t,"g")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setRGB(t.r,t.g,t.b,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"l")?this.setHSL(t.h,t.s,t.l,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"v")?this.setHSV(t.h,t.s,t.v,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):Object.prototype.hasOwnProperty.call(t,"h")&&Object.prototype.hasOwnProperty.call(t,"s")&&Object.prototype.hasOwnProperty.call(t,"b")?this.setHSV(t.h,t.s,t.b,Object.prototype.hasOwnProperty.call(t,"a")?t.a:1):ce(e)}setColor(t){return this.color=t,this}set(t){return this.setColor(t)}get r(){return this._color.r}set r(t){this._color.r=K(Math.round(ae(t,this.r)),0,255)}get g(){return this._color.g}set g(t){this._color.g=K(Math.round(ae(t,this.g)),0,255)}get b(){return this._color.b}set b(t){this._color.b=K(Math.round(ae(t,this.b)),0,255)}get a(){return this._color.a}set a(t){this._color.a=K(ae(t,this.a),0,1)}setAlpha(t){return this.a=t,this}fromArray(t,e=0){return this.r=t[e],this.g=t[e+1],this.b=t[e+2],this.a=t[e+3],this}toArray(t=[],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t[e+3]=this.a,t}toRGBString(){return this.a===1?`rgb(${this.r},${this.g},${this.b})`:`rgba(${this.r},${this.g},${this.b},${Z(this.a,6)})`}toHexString(){return this.a===1?("000000"+this.hex.toString(16)).slice(-6):("00000000"+this.hex.toString(16)).slice(-8)}toString(){return this.a===1?"#"+this.toHexString():this.toRGBString()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b,yield this.a}clone(){return new ue(this.color)}copy(t){return this.setColor(t.color),this}copySRGBToLinear(t){return this.r=Yi(t.r),this.g=Yi(t.g),this.b=Yi(t.b),this}copyLinearToSRGB(t){return this.r=ji(t.r),this.g=ji(t.g),this.b=ji(t.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b&&t.a===this.a}add(t){return this.r=this.r+t.r,this.g=this.g+t.g,this.b=this.b+t.b,this}addColors(t,e){return this.r=t.r+e.r,this.g=t.g+e.g,this.b=t.b+e.b,this}addScalar(t){return this.r=this.r+t,this.g=this.g+t,this.b=this.b+t,this}setScalar(t){return this.r=t,this.g=t,this.b=t,this}sub(t){return this.r=this.r-t.r,this.g=this.g-t.g,this.b=this.b-t.b,this}multiply(t){return this.r=this.r*t.r,this.g=this.g*t.g,this.b=this.b*t.b,this}multiplyScalar(t){return this.r=this.r*t,this.g=this.g*t,this.b=this.b*t,this}opposite(t=!0,e="#000000",n="#ffffff"){if(t)return this.setColor(this.r*.299+this.g*.587+this.b*.114>186?e:n);{const{r,g:i,b:o}=this.color;return this.r=255-r,this.g=255-i,this.b=255-o,this}}closet(t="#000000",e="#ffffff"){return this.opposite(!0,t,e).opposite(!0,t,e)}lighten(t){t=K(t,0,1);const{r:e,g:n,b:r,a:i}=this.color;return i==0?this.a=t:(this.r=e+(255-e)*t,this.g=n+(255-n)*t,this.b=r+(255-r)*t),this}darken(t){t=K(t,0,1);const{r:e,g:n,b:r,a:i}=this.color;return i==0?this.a=t:(this.r=e*(1-t),this.g=n*(1-t),this.b=r*(1-t)),this}lerp(t,e){e=K(e,0,1);const{r:n,g:r,b:i}=this.color;return this.r=n+(t.r-n)*e,this.g=r+(t.g-r)*e,this.b=i+(t.b-i)*e,this}lerpColors(t,e,n){return n=K(n,0,1),this.r=t.r+(e.r-t.r)*n,this.g=t.g+(e.g-t.g)*n,this.b=t.b+(e.b-t.b)*n,this}static gradient(t,e,n){try{return $i.lerpColors(new ue(t),new ue(e),n).toString()}catch{return e}}static random(){return $i.setHEX(Math.random()*16777215).toString()}static nextIndex=0;static next(t=ue.nextIndex){ue.nextIndex=t;const e=Object.keys(Qn),n=e.length;return $i.set(Qn[e[ue.nextIndex++%n]]).toString()}setColorName(t){const e=Qn[t.toLowerCase()];return e!==void 0?this.set(e):t==="none"?this.a=0:(this.a=1,ce("Color.setColorName: Unknown color "+t)),this}setRGB(t,e,n,r=1){return this.r=t,this.g=e,this.b=n,this.a=r,this}get rgb(){return{r:this.r,g:this.g,b:this.b,a:this.a}}setHEX(t){return t=Math.floor(t),t<16777216?(this.r=t>>16&255,this.g=t>>8&255,this.b=t&255,this.a=1):(this.r=t>>24&255,this.g=t>>16&255,this.b=t>>8&255,this.a=(t&255)/255),this}get hex(){let t=(this.r<<16)+(this.g<<8)+this.b;return this.a!==1&&(t=t<<8,t+=Math.round(this.a*255)),t}setHSL(t,e,n,r=1){const i=Qd(t,1),o=K(e,0,1),a=K(n,0,1);if(o===0)this.r=a*255,this.g=a*255,this.b=a*255;else{const c=a<=.5?a*(1+o):a+o-a*o,h=2*a-c;this.r=Xi(h,c,i+1/3)*255,this.g=Xi(h,c,i)*255,this.b=Xi(h,c,i-1/3)*255}return this.a=r,this}getHSL(t){const e=this.r,n=this.g,r=this.b,i=Math.max(e,n,r)/255,o=Math.min(e,n,r)/255;let a,c;const h=(o+i)/2;if(o===i)a=0,c=0;else{const l=i-o;switch(c=h<=.5?l/(i+o):l/(2-i-o),i){case e:a=(n-r)/l+(n<r?6:0);break;case n:a=(r-e)/l+2;break;case r:default:a=(e-n)/l+4;break}a/=6}return t&&t.setHSL(a,c,h,this.a),{h:a,s:c,l:h,a:this.a}}offsetHSL(t,e,n){const r=this.getHSL();return this.setHSL(r.h+t,r.s+e,r.l+n)}lerpHSL(t,e){const n=this.getHSL(),r=t.getHSL(),i=Hs(n.h,r.h,e),o=Hs(n.s,r.s,e),a=Hs(n.l,r.l,e);return this.setHSL(i,o,a),this}setHSV(t,e,n,r=1){const i=K(t,0,1)*360,o=K(e,0,1),a=K(n,0,1),c=Math.floor(i/60)%6,h=i/60-Math.floor(i/60),l=a*(1-o),u=a*(1-h*o),d=a*(1-(1-h)*o),f=[[a,d,l],[u,a,l],[l,a,d],[l,u,a],[d,l,a],[a,l,u]][c];return this.r=f[0]*255,this.g=f[1]*255,this.b=f[2]*255,this.a=r,this}setHSB(t,e,n,r=1){this.setHSV(t,e,n,r)}getHSV(t){const{r:e,g:n,b:r,a:i}=this.color,o=Math.max(e,n,r),a=Math.min(e,n,r),c=o-a;let h;e===o?h=(n-r)/c:n===o?h=2+(r-e)/c:h=4+(e-n)/c,h/=6,h<0&&(h+=1);const l=c==0?0:h,u=o===0?0:c/o,d=o/255;return t&&t.setHSV(l,u,d,i),{h:l,s:u,v:d,a:i}}getHSB(t){const{h:e,s:n,v:r,a:i}=this.getHSV(t);return{h:e,s:n,b:r,a:i}}}const $i=new ue;function Yi(s){return s<.04045?s*.0773993808:Math.pow(s*.9478672986+.0521327014,2.4)}function ji(s){return s<.0031308?s*12.92:1.055*Math.pow(s,.41666)-.055}function Xi(s,t,e){return e<0&&(e+=1),e>1&&(e-=1),e<1/6?s+(t-s)*6*e:e<1/2?t:e<2/3?s+(t-s)*6*(2/3-e):s}function fp(s=window.location.href,t){try{return new URL(s,t)}catch{const e="(?<protocol>https?:)",n="(?<host>(?<hostname>[^/#?:]+)(?::(?<port>\\d+))?)",r="(?<pathname>(?:\\/[^/#?]+)*\\/?)",i="(?<search>(?:\\?[^#]*)?)",o="(?<hash>(?:#.*)?)",a=new RegExp(`^${e}//${n}${r}${i}${o}$`).exec(s);return{href:s,protocol:a?.groups?.protocol||"",host:a?.groups?.host||"",hostname:a?.groups?.hostname||"",port:a?.groups?.port||"",pathname:a?.groups?.pathname||"",search:a?.groups?.search||"",hash:a?.groups?.hash||""}}}function dp(s=window.location.href){const t=fp(s),e=t.href.indexOf(t.hash);return t.hash&&e>=0?t.href.substring(0,e):t.href}function mp(s,t){return s+t.replace(/^[&?]/,s.indexOf("?")>=0?"&":"?")}function pp(s){return"?"+Object.entries(s).map(([t,e])=>`${encodeURIComponent(t)}=${encodeURIComponent(e)}`).join("&")}function gp(s){return"?"+[...s.entries()].map(t=>encodeURIComponent(t[0])+"="+encodeURIComponent(t[1]instanceof File?t[1].name:t[1])).join("&")}function bh(s,t){return function(){return s.apply(t,arguments)}}const{toString:yp}=Object.prototype,{getPrototypeOf:Gi}=Object,rr=(s=>t=>{const e=yp.call(t);return s[e]||(s[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),fe=s=>(s=s.toLowerCase(),t=>rr(t)===s),ir=s=>t=>typeof t===s,{isArray:On}=Array,ts=ir("undefined");function bp(s){return s!==null&&!ts(s)&&s.constructor!==null&&!ts(s.constructor)&&ee(s.constructor.isBuffer)&&s.constructor.isBuffer(s)}const wh=fe("ArrayBuffer");function wp(s){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(s):t=s&&s.buffer&&wh(s.buffer),t}const vp=ir("string"),ee=ir("function"),vh=ir("number"),or=s=>s!==null&&typeof s=="object",xp=s=>s===!0||s===!1,ar=s=>{if(rr(s)!=="object")return!1;const t=Gi(s);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in s)&&!(Symbol.iterator in s)},Sp=fe("Date"),_p=fe("File"),Cp=fe("Blob"),Ep=fe("FileList"),Tp=s=>or(s)&&ee(s.pipe),Pp=s=>{let t;return s&&(typeof FormData=="function"&&s instanceof FormData||ee(s.append)&&((t=rr(s))==="formdata"||t==="object"&&ee(s.toString)&&s.toString()==="[object FormData]"))},Ap=fe("URLSearchParams"),[Mp,kp,Ip,Dp]=["ReadableStream","Request","Response","Headers"].map(fe),Op=s=>s.trim?s.trim():s.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function es(s,t,{allOwnKeys:e=!1}={}){if(s===null||typeof s>"u")return;let n,r;if(typeof s!="object"&&(s=[s]),On(s))for(n=0,r=s.length;n<r;n++)t.call(null,s[n],n,s);else{const i=e?Object.getOwnPropertyNames(s):Object.keys(s),o=i.length;let a;for(n=0;n<o;n++)a=i[n],t.call(null,s[a],a,s)}}function xh(s,t){t=t.toLowerCase();const e=Object.keys(s);let n=e.length,r;for(;n-- >0;)if(r=e[n],t===r.toLowerCase())return r;return null}const ln=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Sh=s=>!ts(s)&&s!==ln;function Vi(){const{caseless:s}=Sh(this)&&this||{},t={},e=(n,r)=>{const i=s&&xh(t,r)||r;ar(t[i])&&ar(n)?t[i]=Vi(t[i],n):ar(n)?t[i]=Vi({},n):On(n)?t[i]=n.slice():t[i]=n};for(let n=0,r=arguments.length;n<r;n++)arguments[n]&&es(arguments[n],e);return t}const Rp=(s,t,e,{allOwnKeys:n}={})=>(es(t,(r,i)=>{e&&ee(r)?s[i]=bh(r,e):s[i]=r},{allOwnKeys:n}),s),Lp=s=>(s.charCodeAt(0)===65279&&(s=s.slice(1)),s),zp=(s,t,e,n)=>{s.prototype=Object.create(t.prototype,n),s.prototype.constructor=s,Object.defineProperty(s,"super",{value:t.prototype}),e&&Object.assign(s.prototype,e)},Np=(s,t,e,n)=>{let r,i,o;const a={};if(t=t||{},s==null)return t;do{for(r=Object.getOwnPropertyNames(s),i=r.length;i-- >0;)o=r[i],(!n||n(o,s,t))&&!a[o]&&(t[o]=s[o],a[o]=!0);s=e!==!1&&Gi(s)}while(s&&(!e||e(s,t))&&s!==Object.prototype);return t},Fp=(s,t,e)=>{s=String(s),(e===void 0||e>s.length)&&(e=s.length),e-=t.length;const n=s.indexOf(t,e);return n!==-1&&n===e},Bp=s=>{if(!s)return null;if(On(s))return s;let t=s.length;if(!vh(t))return null;const e=new Array(t);for(;t-- >0;)e[t]=s[t];return e},Up=(s=>t=>s&&t instanceof s)(typeof Uint8Array<"u"&&Gi(Uint8Array)),$p=(s,t)=>{const e=(s&&s[Symbol.iterator]).call(s);let n;for(;(n=e.next())&&!n.done;){const r=n.value;t.call(s,r[0],r[1])}},Yp=(s,t)=>{let e;const n=[];for(;(e=s.exec(t))!==null;)n.push(e);return n},jp=fe("HTMLFormElement"),Xp=s=>s.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,e,n){return e.toUpperCase()+n}),_h=(({hasOwnProperty:s})=>(t,e)=>s.call(t,e))(Object.prototype),Gp=fe("RegExp"),Ch=(s,t)=>{const e=Object.getOwnPropertyDescriptors(s),n={};es(e,(r,i)=>{let o;(o=t(r,i,s))!==!1&&(n[i]=o||r)}),Object.defineProperties(s,n)},Vp=s=>{Ch(s,(t,e)=>{if(ee(s)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;const n=s[e];if(ee(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+e+"'")})}})},qp=(s,t)=>{const e={},n=r=>{r.forEach(i=>{e[i]=!0})};return On(s)?n(s):n(String(s).split(t)),e},Hp=()=>{},Wp=(s,t)=>s!=null&&Number.isFinite(s=+s)?s:t;function Jp(s){return!!(s&&ee(s.append)&&s[Symbol.toStringTag]==="FormData"&&s[Symbol.iterator])}const Kp=s=>{const t=new Array(10),e=(n,r)=>{if(or(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[r]=n;const i=On(n)?[]:{};return es(n,(o,a)=>{const c=e(o,r+1);!ts(c)&&(i[a]=c)}),t[r]=void 0,i}}return n};return e(s,0)},Zp=fe("AsyncFunction"),Qp=s=>s&&(or(s)||ee(s))&&ee(s.then)&&ee(s.catch),Eh=((s,t)=>s?setImmediate:t?((e,n)=>(ln.addEventListener("message",({source:r,data:i})=>{r===ln&&i===e&&n.length&&n.shift()()},!1),r=>{n.push(r),ln.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e))(typeof setImmediate=="function",ee(ln.postMessage)),tg=typeof queueMicrotask<"u"?queueMicrotask.bind(ln):typeof process<"u"&&process.nextTick||Eh,R={isArray:On,isArrayBuffer:wh,isBuffer:bp,isFormData:Pp,isArrayBufferView:wp,isString:vp,isNumber:vh,isBoolean:xp,isObject:or,isPlainObject:ar,isReadableStream:Mp,isRequest:kp,isResponse:Ip,isHeaders:Dp,isUndefined:ts,isDate:Sp,isFile:_p,isBlob:Cp,isRegExp:Gp,isFunction:ee,isStream:Tp,isURLSearchParams:Ap,isTypedArray:Up,isFileList:Ep,forEach:es,merge:Vi,extend:Rp,trim:Op,stripBOM:Lp,inherits:zp,toFlatObject:Np,kindOf:rr,kindOfTest:fe,endsWith:Fp,toArray:Bp,forEachEntry:$p,matchAll:Yp,isHTMLForm:jp,hasOwnProperty:_h,hasOwnProp:_h,reduceDescriptors:Ch,freezeMethods:Vp,toObjectSet:qp,toCamelCase:Xp,noop:Hp,toFiniteNumber:Wp,findKey:xh,global:ln,isContextDefined:Sh,isSpecCompliantForm:Jp,toJSONObject:Kp,isAsyncFn:Zp,isThenable:Qp,setImmediate:Eh,asap:tg};function it(s,t,e,n,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=s,this.name="AxiosError",t&&(this.code=t),e&&(this.config=e),n&&(this.request=n),r&&(this.response=r,this.status=r.status?r.status:null)}R.inherits(it,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:R.toJSONObject(this.config),code:this.code,status:this.status}}});const Th=it.prototype,Ph={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(s=>{Ph[s]={value:s}}),Object.defineProperties(it,Ph),Object.defineProperty(Th,"isAxiosError",{value:!0}),it.from=(s,t,e,n,r,i)=>{const o=Object.create(Th);return R.toFlatObject(s,o,function(a){return a!==Error.prototype},a=>a!=="isAxiosError"),it.call(o,s.message,t,e,n,r),o.cause=s,o.name=s.name,i&&Object.assign(o,i),o};const eg=null;function qi(s){return R.isPlainObject(s)||R.isArray(s)}function Ah(s){return R.endsWith(s,"[]")?s.slice(0,-2):s}function Mh(s,t,e){return s?s.concat(t).map(function(n,r){return n=Ah(n),!e&&r?"["+n+"]":n}).join(e?".":""):t}function ng(s){return R.isArray(s)&&!s.some(qi)}const sg=R.toFlatObject(R,{},null,function(s){return/^is[A-Z]/.test(s)});function cr(s,t,e){if(!R.isObject(s))throw new TypeError("target must be an object");t=t||new FormData,e=R.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,m){return!R.isUndefined(m[f])});const n=e.metaTokens,r=e.visitor||h,i=e.dots,o=e.indexes,a=(e.Blob||typeof Blob<"u"&&Blob)&&R.isSpecCompliantForm(t);if(!R.isFunction(r))throw new TypeError("visitor must be a function");function c(f){if(f===null)return"";if(R.isDate(f))return f.toISOString();if(!a&&R.isBlob(f))throw new it("Blob is not supported. Use a Buffer instead.");return R.isArrayBuffer(f)||R.isTypedArray(f)?a&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function h(f,m,p){let _=f;if(f&&!p&&typeof f=="object"){if(R.endsWith(m,"{}"))m=n?m:m.slice(0,-2),f=JSON.stringify(f);else if(R.isArray(f)&&ng(f)||(R.isFileList(f)||R.endsWith(m,"[]"))&&(_=R.toArray(f)))return m=Ah(m),_.forEach(function(y,b){!(R.isUndefined(y)||y===null)&&t.append(o===!0?Mh([m],b,i):o===null?m:m+"[]",c(y))}),!1}return qi(f)?!0:(t.append(Mh(p,m,i),c(f)),!1)}const l=[],u=Object.assign(sg,{defaultVisitor:h,convertValue:c,isVisitable:qi});function d(f,m){if(!R.isUndefined(f)){if(l.indexOf(f)!==-1)throw Error("Circular reference detected in "+m.join("."));l.push(f),R.forEach(f,function(p,_){(!(R.isUndefined(p)||p===null)&&r.call(t,p,R.isString(_)?_.trim():_,m,u))===!0&&d(p,m?m.concat(_):[_])}),l.pop()}}if(!R.isObject(s))throw new TypeError("data must be an object");return d(s),t}function kh(s){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(s).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function Hi(s,t){this._pairs=[],s&&cr(s,this,t)}const Ih=Hi.prototype;Ih.append=function(s,t){this._pairs.push([s,t])},Ih.toString=function(s){const t=s?function(e){return s.call(this,e,kh)}:kh;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};function rg(s){return encodeURIComponent(s).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Dh(s,t,e){if(!t)return s;const n=e&&e.encode||rg;R.isFunction(e)&&(e={serialize:e});const r=e&&e.serialize;let i;if(r?i=r(t,e):i=R.isURLSearchParams(t)?t.toString():new Hi(t,e).toString(n),i){const o=s.indexOf("#");o!==-1&&(s=s.slice(0,o)),s+=(s.indexOf("?")===-1?"?":"&")+i}return s}class ig{constructor(){this.handlers=[]}use(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){R.forEach(this.handlers,function(e){e!==null&&t(e)})}}const Oh=ig,Rh={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},og=typeof URLSearchParams<"u"?URLSearchParams:Hi,ag=typeof FormData<"u"?FormData:null,cg=typeof Blob<"u"?Blob:null,hg={isBrowser:!0,classes:{URLSearchParams:og,FormData:ag,Blob:cg},protocols:["http","https","file","blob","url","data"]},Wi=typeof window<"u"&&typeof document<"u",Ji=typeof navigator=="object"&&navigator||void 0,lg=Wi&&(!Ji||["ReactNative","NativeScript","NS"].indexOf(Ji.product)<0),ug=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),fg=Wi&&window.location.href||"http://localhost",dg=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Wi,hasStandardBrowserEnv:lg,hasStandardBrowserWebWorkerEnv:ug,navigator:Ji,origin:fg},Symbol.toStringTag,{value:"Module"})),qt={...dg,...hg};function mg(s,t){return cr(s,new qt.classes.URLSearchParams,Object.assign({visitor:function(e,n,r,i){return qt.isNode&&R.isBuffer(e)?(this.append(n,e.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function pg(s){return R.matchAll(/\w+|\[(\w*)]/g,s).map(t=>t[0]==="[]"?"":t[1]||t[0])}function gg(s){const t={},e=Object.keys(s);let n;const r=e.length;let i;for(n=0;n<r;n++)i=e[n],t[i]=s[i];return t}function Lh(s){function t(e,n,r,i){let o=e[i++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),c=i>=e.length;return o=!o&&R.isArray(r)?r.length:o,c?(R.hasOwnProp(r,o)?r[o]=[r[o],n]:r[o]=n,!a):((!r[o]||!R.isObject(r[o]))&&(r[o]=[]),t(e,n,r[o],i)&&R.isArray(r[o])&&(r[o]=gg(r[o])),!a)}if(R.isFormData(s)&&R.isFunction(s.entries)){const e={};return R.forEachEntry(s,(n,r)=>{t(pg(n),r,e,0)}),e}return null}function yg(s,t,e){if(R.isString(s))try{return(t||JSON.parse)(s),R.trim(s)}catch(n){if(n.name!=="SyntaxError")throw n}return(e||JSON.stringify)(s)}const Ki={transitional:Rh,adapter:["xhr","http","fetch"],transformRequest:[function(s,t){const e=t.getContentType()||"",n=e.indexOf("application/json")>-1,r=R.isObject(s);if(r&&R.isHTMLForm(s)&&(s=new FormData(s)),R.isFormData(s))return n?JSON.stringify(Lh(s)):s;if(R.isArrayBuffer(s)||R.isBuffer(s)||R.isStream(s)||R.isFile(s)||R.isBlob(s)||R.isReadableStream(s))return s;if(R.isArrayBufferView(s))return s.buffer;if(R.isURLSearchParams(s))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),s.toString();let i;if(r){if(e.indexOf("application/x-www-form-urlencoded")>-1)return mg(s,this.formSerializer).toString();if((i=R.isFileList(s))||e.indexOf("multipart/form-data")>-1){const o=this.env&&this.env.FormData;return cr(i?{"files[]":s}:s,o&&new o,this.formSerializer)}}return r||n?(t.setContentType("application/json",!1),yg(s)):s}],transformResponse:[function(s){const t=this.transitional||Ki.transitional,e=t&&t.forcedJSONParsing,n=this.responseType==="json";if(R.isResponse(s)||R.isReadableStream(s))return s;if(s&&R.isString(s)&&(e&&!this.responseType||n)){const r=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(s)}catch(i){if(r)throw i.name==="SyntaxError"?it.from(i,it.ERR_BAD_RESPONSE,this,null,this.response):i}}return s}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:qt.classes.FormData,Blob:qt.classes.Blob},validateStatus:function(s){return s>=200&&s<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};R.forEach(["delete","get","head","post","put","patch"],s=>{Ki.headers[s]={}});const Zi=Ki,bg=R.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),wg=s=>{const t={};let e,n,r;return s&&s.split(`
53
- `).forEach(function(i){r=i.indexOf(":"),e=i.substring(0,r).trim().toLowerCase(),n=i.substring(r+1).trim(),!(!e||t[e]&&bg[e])&&(e==="set-cookie"?t[e]?t[e].push(n):t[e]=[n]:t[e]=t[e]?t[e]+", "+n:n)}),t},zh=Symbol("internals");function ns(s){return s&&String(s).trim().toLowerCase()}function hr(s){return s===!1||s==null?s:R.isArray(s)?s.map(hr):String(s)}function vg(s){const t=Object.create(null),e=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=e.exec(s);)t[n[1]]=n[2];return t}const xg=s=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(s.trim());function Qi(s,t,e,n,r){if(R.isFunction(n))return n.call(this,t,e);if(r&&(t=e),!!R.isString(t)){if(R.isString(n))return t.indexOf(n)!==-1;if(R.isRegExp(n))return n.test(t)}}function Sg(s){return s.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,e,n)=>e.toUpperCase()+n)}function _g(s,t){const e=R.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(s,n+e,{value:function(r,i,o){return this[n].call(this,t,r,i,o)},configurable:!0})})}class lr{constructor(t){t&&this.set(t)}set(t,e,n){const r=this;function i(a,c,h){const l=ns(c);if(!l)throw new Error("header name must be a non-empty string");const u=R.findKey(r,l);(!u||r[u]===void 0||h===!0||h===void 0&&r[u]!==!1)&&(r[u||c]=hr(a))}const o=(a,c)=>R.forEach(a,(h,l)=>i(h,l,c));if(R.isPlainObject(t)||t instanceof this.constructor)o(t,e);else if(R.isString(t)&&(t=t.trim())&&!xg(t))o(wg(t),e);else if(R.isHeaders(t))for(const[a,c]of t.entries())i(c,a,n);else t!=null&&i(e,t,n);return this}get(t,e){if(t=ns(t),t){const n=R.findKey(this,t);if(n){const r=this[n];if(!e)return r;if(e===!0)return vg(r);if(R.isFunction(e))return e.call(this,r,n);if(R.isRegExp(e))return e.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=ns(t),t){const n=R.findKey(this,t);return!!(n&&this[n]!==void 0&&(!e||Qi(this,this[n],n,e)))}return!1}delete(t,e){const n=this;let r=!1;function i(o){if(o=ns(o),o){const a=R.findKey(n,o);a&&(!e||Qi(n,n[a],a,e))&&(delete n[a],r=!0)}}return R.isArray(t)?t.forEach(i):i(t),r}clear(t){const e=Object.keys(this);let n=e.length,r=!1;for(;n--;){const i=e[n];(!t||Qi(this,this[i],i,t,!0))&&(delete this[i],r=!0)}return r}normalize(t){const e=this,n={};return R.forEach(this,(r,i)=>{const o=R.findKey(n,i);if(o){e[o]=hr(r),delete e[i];return}const a=t?Sg(i):String(i).trim();a!==i&&delete e[i],e[a]=hr(r),n[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return R.forEach(this,(n,r)=>{n!=null&&n!==!1&&(e[r]=t&&R.isArray(n)?n.join(", "):n)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
54
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const n=new this(t);return e.forEach(r=>n.set(r)),n}static accessor(t){const e=(this[zh]=this[zh]={accessors:{}}).accessors,n=this.prototype;function r(i){const o=ns(i);e[o]||(_g(n,i),e[o]=!0)}return R.isArray(t)?t.forEach(r):r(t),this}}lr.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),R.reduceDescriptors(lr.prototype,({value:s},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>s,set(n){this[e]=n}}}),R.freezeMethods(lr);const de=lr;function to(s,t){const e=this||Zi,n=t||e,r=de.from(n.headers);let i=n.data;return R.forEach(s,function(o){i=o.call(e,i,r.normalize(),t?t.status:void 0)}),r.normalize(),i}function Nh(s){return!!(s&&s.__CANCEL__)}function Rn(s,t,e){it.call(this,s??"canceled",it.ERR_CANCELED,t,e),this.name="CanceledError"}R.inherits(Rn,it,{__CANCEL__:!0});function Fh(s,t,e){const n=e.config.validateStatus;!e.status||!n||n(e.status)?s(e):t(new it("Request failed with status code "+e.status,[it.ERR_BAD_REQUEST,it.ERR_BAD_RESPONSE][Math.floor(e.status/100)-4],e.config,e.request,e))}function Cg(s){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(s);return t&&t[1]||""}function Eg(s,t){s=s||10;const e=new Array(s),n=new Array(s);let r=0,i=0,o;return t=t!==void 0?t:1e3,function(a){const c=Date.now(),h=n[i];o||(o=c),e[r]=a,n[r]=c;let l=i,u=0;for(;l!==r;)u+=e[l++],l=l%s;if(r=(r+1)%s,r===i&&(i=(i+1)%s),c-o<t)return;const d=h&&c-h;return d?Math.round(u*1e3/d):void 0}}function Tg(s,t){let e=0,n=1e3/t,r,i;const o=(a,c=Date.now())=>{e=c,r=null,i&&(clearTimeout(i),i=null),s.apply(null,a)};return[(...a)=>{const c=Date.now(),h=c-e;h>=n?o(a,c):(r=a,i||(i=setTimeout(()=>{i=null,o(r)},n-h)))},()=>r&&o(r)]}const ur=(s,t,e=3)=>{let n=0;const r=Eg(50,250);return Tg(i=>{const o=i.loaded,a=i.lengthComputable?i.total:void 0,c=o-n,h=r(c),l=o<=a;n=o;const u={loaded:o,total:a,progress:a?o/a:void 0,bytes:c,rate:h||void 0,estimated:h&&a&&l?(a-o)/h:void 0,event:i,lengthComputable:a!=null,[t?"download":"upload"]:!0};s(u)},e)},Bh=(s,t)=>{const e=s!=null;return[n=>t[0]({lengthComputable:e,total:s,loaded:n}),t[1]]},Uh=s=>(...t)=>R.asap(()=>s(...t)),Pg=qt.hasStandardBrowserEnv?((s,t)=>e=>(e=new URL(e,qt.origin),s.protocol===e.protocol&&s.host===e.host&&(t||s.port===e.port)))(new URL(qt.origin),qt.navigator&&/(msie|trident)/i.test(qt.navigator.userAgent)):()=>!0,Ag=qt.hasStandardBrowserEnv?{write(s,t,e,n,r,i){const o=[s+"="+encodeURIComponent(t)];R.isNumber(e)&&o.push("expires="+new Date(e).toGMTString()),R.isString(n)&&o.push("path="+n),R.isString(r)&&o.push("domain="+r),i===!0&&o.push("secure"),document.cookie=o.join("; ")},read(s){const t=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(s){this.write(s,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Mg(s){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(s)}function kg(s,t){return t?s.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):s}function $h(s,t,e){let n=!Mg(t);return s&&(n||e==!1)?kg(s,t):t}const Yh=s=>s instanceof de?{...s}:s;function un(s,t){t=t||{};const e={};function n(h,l,u,d){return R.isPlainObject(h)&&R.isPlainObject(l)?R.merge.call({caseless:d},h,l):R.isPlainObject(l)?R.merge({},l):R.isArray(l)?l.slice():l}function r(h,l,u,d){if(R.isUndefined(l)){if(!R.isUndefined(h))return n(void 0,h,u,d)}else return n(h,l,u,d)}function i(h,l){if(!R.isUndefined(l))return n(void 0,l)}function o(h,l){if(R.isUndefined(l)){if(!R.isUndefined(h))return n(void 0,h)}else return n(void 0,l)}function a(h,l,u){if(u in t)return n(h,l);if(u in s)return n(void 0,h)}const c={url:i,method:i,data:i,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(h,l,u)=>r(Yh(h),Yh(l),u,!0)};return R.forEach(Object.keys(Object.assign({},s,t)),function(h){const l=c[h]||r,u=l(s[h],t[h],h);R.isUndefined(u)&&l!==a||(e[h]=u)}),e}const jh=s=>{const t=un({},s);let{data:e,withXSRFToken:n,xsrfHeaderName:r,xsrfCookieName:i,headers:o,auth:a}=t;t.headers=o=de.from(o),t.url=Dh($h(t.baseURL,t.url,t.allowAbsoluteUrls),s.params,s.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(R.isFormData(e)){if(qt.hasStandardBrowserEnv||qt.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((c=o.getContentType())!==!1){const[h,...l]=c?c.split(";").map(u=>u.trim()).filter(Boolean):[];o.setContentType([h||"multipart/form-data",...l].join("; "))}}if(qt.hasStandardBrowserEnv&&(n&&R.isFunction(n)&&(n=n(t)),n||n!==!1&&Pg(t.url))){const h=r&&i&&Ag.read(i);h&&o.set(r,h)}return t},Ig=typeof XMLHttpRequest<"u",Dg=Ig&&function(s){return new Promise(function(t,e){const n=jh(s);let r=n.data;const i=de.from(n.headers).normalize();let{responseType:o,onUploadProgress:a,onDownloadProgress:c}=n,h,l,u,d,f;function m(){d&&d(),f&&f(),n.cancelToken&&n.cancelToken.unsubscribe(h),n.signal&&n.signal.removeEventListener("abort",h)}let p=new XMLHttpRequest;p.open(n.method.toUpperCase(),n.url,!0),p.timeout=n.timeout;function _(){if(!p)return;const b=de.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders()),v={data:!o||o==="text"||o==="json"?p.responseText:p.response,status:p.status,statusText:p.statusText,headers:b,config:s,request:p};Fh(function(w){t(w),m()},function(w){e(w),m()},v),p=null}"onloadend"in p?p.onloadend=_:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(_)},p.onabort=function(){p&&(e(new it("Request aborted",it.ECONNABORTED,s,p)),p=null)},p.onerror=function(){e(new it("Network Error",it.ERR_NETWORK,s,p)),p=null},p.ontimeout=function(){let b=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded";const v=n.transitional||Rh;n.timeoutErrorMessage&&(b=n.timeoutErrorMessage),e(new it(b,v.clarifyTimeoutError?it.ETIMEDOUT:it.ECONNABORTED,s,p)),p=null},r===void 0&&i.setContentType(null),"setRequestHeader"in p&&R.forEach(i.toJSON(),function(b,v){p.setRequestHeader(v,b)}),R.isUndefined(n.withCredentials)||(p.withCredentials=!!n.withCredentials),o&&o!=="json"&&(p.responseType=n.responseType),c&&([u,f]=ur(c,!0),p.addEventListener("progress",u)),a&&p.upload&&([l,d]=ur(a),p.upload.addEventListener("progress",l),p.upload.addEventListener("loadend",d)),(n.cancelToken||n.signal)&&(h=b=>{p&&(e(!b||b.type?new Rn(null,s,p):b),p.abort(),p=null)},n.cancelToken&&n.cancelToken.subscribe(h),n.signal&&(n.signal.aborted?h():n.signal.addEventListener("abort",h)));const y=Cg(n.url);if(y&&qt.protocols.indexOf(y)===-1){e(new it("Unsupported protocol "+y+":",it.ERR_BAD_REQUEST,s));return}p.send(r||null)})},Og=(s,t)=>{const{length:e}=s=s?s.filter(Boolean):[];if(t||e){let n=new AbortController,r;const i=function(h){if(!r){r=!0,a();const l=h instanceof Error?h:this.reason;n.abort(l instanceof it?l:new Rn(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{o=null,i(new it(`timeout ${t} of ms exceeded`,it.ETIMEDOUT))},t);const a=()=>{s&&(o&&clearTimeout(o),o=null,s.forEach(h=>{h.unsubscribe?h.unsubscribe(i):h.removeEventListener("abort",i)}),s=null)};s.forEach(h=>h.addEventListener("abort",i));const{signal:c}=n;return c.unsubscribe=()=>R.asap(a),c}},Rg=Og,Lg=function*(s,t){let e=s.byteLength;if(!t||e<t){yield s;return}let n=0,r;for(;n<e;)r=n+t,yield s.slice(n,r),n=r},zg=async function*(s,t){for await(const e of Ng(s))yield*Lg(e,t)},Ng=async function*(s){if(s[Symbol.asyncIterator]){yield*s;return}const t=s.getReader();try{for(;;){const{done:e,value:n}=await t.read();if(e)break;yield n}}finally{await t.cancel()}},Xh=(s,t,e,n)=>{const r=zg(s,t);let i=0,o,a=c=>{o||(o=!0,n&&n(c))};return new ReadableStream({async pull(c){try{const{done:h,value:l}=await r.next();if(h){a(),c.close();return}let u=l.byteLength;if(e){let d=i+=u;e(d)}c.enqueue(new Uint8Array(l))}catch(h){throw a(h),h}},cancel(c){return a(c),r.return()}},{highWaterMark:2})},fr=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Gh=fr&&typeof ReadableStream=="function",Fg=fr&&(typeof TextEncoder=="function"?(s=>t=>s.encode(t))(new TextEncoder):async s=>new Uint8Array(await new Response(s).arrayBuffer())),Vh=(s,...t)=>{try{return!!s(...t)}catch{return!1}},Bg=Gh&&Vh(()=>{let s=!1;const t=new Request(qt.origin,{body:new ReadableStream,method:"POST",get duplex(){return s=!0,"half"}}).headers.has("Content-Type");return s&&!t}),qh=64*1024,eo=Gh&&Vh(()=>R.isReadableStream(new Response("").body)),dr={stream:eo&&(s=>s.body)};fr&&(s=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!dr[t]&&(dr[t]=R.isFunction(s[t])?e=>e[t]():(e,n)=>{throw new it(`Response type '${t}' is not supported`,it.ERR_NOT_SUPPORT,n)})})})(new Response);const Ug=async s=>{if(s==null)return 0;if(R.isBlob(s))return s.size;if(R.isSpecCompliantForm(s))return(await new Request(qt.origin,{method:"POST",body:s}).arrayBuffer()).byteLength;if(R.isArrayBufferView(s)||R.isArrayBuffer(s))return s.byteLength;if(R.isURLSearchParams(s)&&(s=s+""),R.isString(s))return(await Fg(s)).byteLength},$g=async(s,t)=>R.toFiniteNumber(s.getContentLength())??Ug(t),Yg=fr&&(async s=>{let{url:t,method:e,data:n,signal:r,cancelToken:i,timeout:o,onDownloadProgress:a,onUploadProgress:c,responseType:h,headers:l,withCredentials:u="same-origin",fetchOptions:d}=jh(s);h=h?(h+"").toLowerCase():"text";let f=Rg([r,i&&i.toAbortSignal()],o),m;const p=f&&f.unsubscribe&&(()=>{f.unsubscribe()});let _;try{if(c&&Bg&&e!=="get"&&e!=="head"&&(_=await $g(l,n))!==0){let E=new Request(t,{method:"POST",body:n,duplex:"half"}),C;if(R.isFormData(n)&&(C=E.headers.get("content-type"))&&l.setContentType(C),E.body){const[D,$]=Bh(_,ur(Uh(c)));n=Xh(E.body,qh,D,$)}}R.isString(u)||(u=u?"include":"omit");const y="credentials"in Request.prototype;m=new Request(t,{...d,signal:f,method:e.toUpperCase(),headers:l.normalize().toJSON(),body:n,duplex:"half",credentials:y?u:void 0});let b=await fetch(m);const v=eo&&(h==="stream"||h==="response");if(eo&&(a||v&&p)){const E={};["status","statusText","headers"].forEach(O=>{E[O]=b[O]});const C=R.toFiniteNumber(b.headers.get("content-length")),[D,$]=a&&Bh(C,ur(Uh(a),!0))||[];b=new Response(Xh(b.body,qh,D,()=>{$&&$(),p&&p()}),E)}h=h||"text";let w=await dr[R.findKey(dr,h)||"text"](b,s);return!v&&p&&p(),await new Promise((E,C)=>{Fh(E,C,{data:w,headers:de.from(b.headers),status:b.status,statusText:b.statusText,config:s,request:m})})}catch(y){throw p&&p(),y&&y.name==="TypeError"&&/fetch/i.test(y.message)?Object.assign(new it("Network Error",it.ERR_NETWORK,s,m),{cause:y.cause||y}):it.from(y,y&&y.code,s,m)}}),no={http:eg,xhr:Dg,fetch:Yg};R.forEach(no,(s,t)=>{if(s){try{Object.defineProperty(s,"name",{value:t})}catch{}Object.defineProperty(s,"adapterName",{value:t})}});const Hh=s=>`- ${s}`,jg=s=>R.isFunction(s)||s===null||s===!1,Wh={getAdapter:s=>{s=R.isArray(s)?s:[s];const{length:t}=s;let e,n;const r={};for(let i=0;i<t;i++){e=s[i];let o;if(n=e,!jg(e)&&(n=no[(o=String(e)).toLowerCase()],n===void 0))throw new it(`Unknown adapter '${o}'`);if(n)break;r[o||"#"+i]=n}if(!n){const i=Object.entries(r).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let o=t?i.length>1?`since :
55
- `+i.map(Hh).join(`
56
- `):" "+Hh(i[0]):"as no adapter specified";throw new it("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return n},adapters:no};function so(s){if(s.cancelToken&&s.cancelToken.throwIfRequested(),s.signal&&s.signal.aborted)throw new Rn(null,s)}function Jh(s){return so(s),s.headers=de.from(s.headers),s.data=to.call(s,s.transformRequest),["post","put","patch"].indexOf(s.method)!==-1&&s.headers.setContentType("application/x-www-form-urlencoded",!1),Wh.getAdapter(s.adapter||Zi.adapter)(s).then(function(t){return so(s),t.data=to.call(s,s.transformResponse,t),t.headers=de.from(t.headers),t},function(t){return Nh(t)||(so(s),t&&t.response&&(t.response.data=to.call(s,s.transformResponse,t.response),t.response.headers=de.from(t.response.headers))),Promise.reject(t)})}const Kh="1.8.4",mr={};["object","boolean","number","function","string","symbol"].forEach((s,t)=>{mr[s]=function(e){return typeof e===s||"a"+(t<1?"n ":" ")+s}});const Zh={};mr.transitional=function(s,t,e){function n(r,i){return"[Axios v"+Kh+"] Transitional option '"+r+"'"+i+(e?". "+e:"")}return(r,i,o)=>{if(s===!1)throw new it(n(i," has been removed"+(t?" in "+t:"")),it.ERR_DEPRECATED);return t&&!Zh[i]&&(Zh[i]=!0,console.warn(n(i," has been deprecated since v"+t+" and will be removed in the near future"))),s?s(r,i,o):!0}},mr.spelling=function(s){return(t,e)=>(console.warn(`${e} is likely a misspelling of ${s}`),!0)};function Xg(s,t,e){if(typeof s!="object")throw new it("options must be an object",it.ERR_BAD_OPTION_VALUE);const n=Object.keys(s);let r=n.length;for(;r-- >0;){const i=n[r],o=t[i];if(o){const a=s[i],c=a===void 0||o(a,i,s);if(c!==!0)throw new it("option "+i+" must be "+c,it.ERR_BAD_OPTION_VALUE);continue}if(e!==!0)throw new it("Unknown option "+i,it.ERR_BAD_OPTION)}}const pr={assertOptions:Xg,validators:mr},be=pr.validators;class gr{constructor(t){this.defaults=t,this.interceptors={request:new Oh,response:new Oh}}async request(t,e){try{return await this._request(t,e)}catch(n){if(n instanceof Error){let r={};Error.captureStackTrace?Error.captureStackTrace(r):r=new Error;const i=r.stack?r.stack.replace(/^.+\n/,""):"";try{n.stack?i&&!String(n.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(n.stack+=`
57
- `+i):n.stack=i}catch{}}throw n}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=un(this.defaults,e);const{transitional:n,paramsSerializer:r,headers:i}=e;n!==void 0&&pr.assertOptions(n,{silentJSONParsing:be.transitional(be.boolean),forcedJSONParsing:be.transitional(be.boolean),clarifyTimeoutError:be.transitional(be.boolean)},!1),r!=null&&(R.isFunction(r)?e.paramsSerializer={serialize:r}:pr.assertOptions(r,{encode:be.function,serialize:be.function},!0)),e.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?e.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:e.allowAbsoluteUrls=!0),pr.assertOptions(e,{baseUrl:be.spelling("baseURL"),withXsrfToken:be.spelling("withXSRFToken")},!0),e.method=(e.method||this.defaults.method||"get").toLowerCase();let o=i&&R.merge(i.common,i[e.method]);i&&R.forEach(["delete","get","head","post","put","patch","common"],m=>{delete i[m]}),e.headers=de.concat(o,i);const a=[];let c=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(e)===!1||(c=c&&m.synchronous,a.unshift(m.fulfilled,m.rejected))});const h=[];this.interceptors.response.forEach(function(m){h.push(m.fulfilled,m.rejected)});let l,u=0,d;if(!c){const m=[Jh.bind(this),void 0];for(m.unshift.apply(m,a),m.push.apply(m,h),d=m.length,l=Promise.resolve(e);u<d;)l=l.then(m[u++],m[u++]);return l}d=a.length;let f=e;for(u=0;u<d;){const m=a[u++],p=a[u++];try{f=m(f)}catch(_){p.call(this,_);break}}try{l=Jh.call(this,f)}catch(m){return Promise.reject(m)}for(u=0,d=h.length;u<d;)l=l.then(h[u++],h[u++]);return l}getUri(t){t=un(this.defaults,t);const e=$h(t.baseURL,t.url,t.allowAbsoluteUrls);return Dh(e,t.params,t.paramsSerializer)}}R.forEach(["delete","get","head","options"],function(s){gr.prototype[s]=function(t,e){return this.request(un(e||{},{method:s,url:t,data:(e||{}).data}))}}),R.forEach(["post","put","patch"],function(s){function t(e){return function(n,r,i){return this.request(un(i||{},{method:s,headers:e?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}gr.prototype[s]=t(),gr.prototype[s+"Form"]=t(!0)});const yr=gr;class ro{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let e;this.promise=new Promise(function(r){e=r});const n=this;this.promise.then(r=>{if(!n._listeners)return;let i=n._listeners.length;for(;i-- >0;)n._listeners[i](r);n._listeners=null}),this.promise.then=r=>{let i;const o=new Promise(a=>{n.subscribe(a),i=a}).then(r);return o.cancel=function(){n.unsubscribe(i)},o},t(function(r,i,o){n.reason||(n.reason=new Rn(r,i,o),e(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const e=this._listeners.indexOf(t);e!==-1&&this._listeners.splice(e,1)}toAbortSignal(){const t=new AbortController,e=n=>{t.abort(n)};return this.subscribe(e),t.signal.unsubscribe=()=>this.unsubscribe(e),t.signal}static source(){let t;return{token:new ro(function(e){t=e}),cancel:t}}}const Gg=ro;function Vg(s){return function(t){return s.apply(null,t)}}function qg(s){return R.isObject(s)&&s.isAxiosError===!0}const io={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(io).forEach(([s,t])=>{io[t]=s});const Hg=io;function Qh(s){const t=new yr(s),e=bh(yr.prototype.request,t);return R.extend(e,yr.prototype,t,{allOwnKeys:!0}),R.extend(e,t,null,{allOwnKeys:!0}),e.create=function(n){return Qh(un(s,n))},e}const Dt=Qh(Zi);Dt.Axios=yr,Dt.CanceledError=Rn,Dt.CancelToken=Gg,Dt.isCancel=Nh,Dt.VERSION=Kh,Dt.toFormData=cr,Dt.AxiosError=it,Dt.Cancel=Dt.CanceledError,Dt.all=function(s){return Promise.all(s)},Dt.spread=Vg,Dt.isAxiosError=qg,Dt.mergeConfig=un,Dt.AxiosHeaders=de,Dt.formToJSON=s=>Lh(R.isHTMLForm(s)?new FormData(s):s),Dt.getAdapter=Wh.getAdapter,Dt.HttpStatusCode=Hg,Dt.default=Dt;const Wg=Dt;class tl{instance;canceler;constructor(t){this.instance=Wg.create(t),this.canceler=new uh({cacheKeyResolver:e=>{const{method:n,url:r,params:i,data:o}=e;return mh({method:n,url:r,params:i,data:o})}}),this.instance.interceptors.request.use(e=>(this.canceler.set(e),t?.interceptor?.request?.(e),e),e=>(e.config&&this.canceler.delete(e.config),t?.interceptor?.requestError?.(e),Promise.reject(e))),this.instance.interceptors.response.use(e=>(this.canceler.delete(e.config),t?.interceptor?.response?.(e),e.status==200,Promise.resolve(e)),e=>(this.canceler.delete(e.config),t?.interceptor?.responseError?.(e),Promise.reject(e)))}request(t){const e=this.instance.request;return e({...t,signal:this.canceler.get(t)?.signal})}cancel(t){this.canceler.get(t)?.abort(),this.canceler.delete(t)}get(t,e){return this.request({...e,method:"get",url:t})}delete(t,e){return this.request({...e,method:"delete",url:t})}head(t,e){return this.request({...e,method:"head",url:t})}options(t,e){return this.request({...e,method:"options",url:t})}post(t,e,n){return this.request({...n,method:"post",url:t,data:e})}postFormData(t,e,n){return n={...n,headers:{...n?.headers,"Content-Type":"multipart/form-data"}},this.request({...n,method:"post",url:t,data:e})}postForm(t,e,n){return this.instance.postForm(t,e,{...n})}put(t,e,n){return this.request({...n,method:"put",url:t,data:e})}patch(t,e,n){return this.request({...n,method:"patch",url:t,data:e})}getUri(t){return this.instance.getUri(t)}}new uh({cacheKeyResolver:s=>mh(s)});function Jg(s,t=(e,n)=>e<=n){const e=s.length;let n=Math.floor(e/2);for(;n>0;){for(let r=n;r<e;r++){const i=s[r];let o=r;for(;o>=n&&!t(s[o-n],i);)s[o]=s[o-n],o-=n;s[o]=i}n=Math.floor(n/2)}}function el(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var nl={exports:{}};(function(s,t){(function(e){s.exports=e()})(function(e){var n=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function r(y,b){var v=y[0],w=y[1],E=y[2],C=y[3];v+=(w&E|~w&C)+b[0]-680876936|0,v=(v<<7|v>>>25)+w|0,C+=(v&w|~v&E)+b[1]-389564586|0,C=(C<<12|C>>>20)+v|0,E+=(C&v|~C&w)+b[2]+606105819|0,E=(E<<17|E>>>15)+C|0,w+=(E&C|~E&v)+b[3]-1044525330|0,w=(w<<22|w>>>10)+E|0,v+=(w&E|~w&C)+b[4]-176418897|0,v=(v<<7|v>>>25)+w|0,C+=(v&w|~v&E)+b[5]+1200080426|0,C=(C<<12|C>>>20)+v|0,E+=(C&v|~C&w)+b[6]-1473231341|0,E=(E<<17|E>>>15)+C|0,w+=(E&C|~E&v)+b[7]-45705983|0,w=(w<<22|w>>>10)+E|0,v+=(w&E|~w&C)+b[8]+1770035416|0,v=(v<<7|v>>>25)+w|0,C+=(v&w|~v&E)+b[9]-1958414417|0,C=(C<<12|C>>>20)+v|0,E+=(C&v|~C&w)+b[10]-42063|0,E=(E<<17|E>>>15)+C|0,w+=(E&C|~E&v)+b[11]-1990404162|0,w=(w<<22|w>>>10)+E|0,v+=(w&E|~w&C)+b[12]+1804603682|0,v=(v<<7|v>>>25)+w|0,C+=(v&w|~v&E)+b[13]-40341101|0,C=(C<<12|C>>>20)+v|0,E+=(C&v|~C&w)+b[14]-1502002290|0,E=(E<<17|E>>>15)+C|0,w+=(E&C|~E&v)+b[15]+1236535329|0,w=(w<<22|w>>>10)+E|0,v+=(w&C|E&~C)+b[1]-165796510|0,v=(v<<5|v>>>27)+w|0,C+=(v&E|w&~E)+b[6]-1069501632|0,C=(C<<9|C>>>23)+v|0,E+=(C&w|v&~w)+b[11]+643717713|0,E=(E<<14|E>>>18)+C|0,w+=(E&v|C&~v)+b[0]-373897302|0,w=(w<<20|w>>>12)+E|0,v+=(w&C|E&~C)+b[5]-701558691|0,v=(v<<5|v>>>27)+w|0,C+=(v&E|w&~E)+b[10]+38016083|0,C=(C<<9|C>>>23)+v|0,E+=(C&w|v&~w)+b[15]-660478335|0,E=(E<<14|E>>>18)+C|0,w+=(E&v|C&~v)+b[4]-405537848|0,w=(w<<20|w>>>12)+E|0,v+=(w&C|E&~C)+b[9]+568446438|0,v=(v<<5|v>>>27)+w|0,C+=(v&E|w&~E)+b[14]-1019803690|0,C=(C<<9|C>>>23)+v|0,E+=(C&w|v&~w)+b[3]-187363961|0,E=(E<<14|E>>>18)+C|0,w+=(E&v|C&~v)+b[8]+1163531501|0,w=(w<<20|w>>>12)+E|0,v+=(w&C|E&~C)+b[13]-1444681467|0,v=(v<<5|v>>>27)+w|0,C+=(v&E|w&~E)+b[2]-51403784|0,C=(C<<9|C>>>23)+v|0,E+=(C&w|v&~w)+b[7]+1735328473|0,E=(E<<14|E>>>18)+C|0,w+=(E&v|C&~v)+b[12]-1926607734|0,w=(w<<20|w>>>12)+E|0,v+=(w^E^C)+b[5]-378558|0,v=(v<<4|v>>>28)+w|0,C+=(v^w^E)+b[8]-2022574463|0,C=(C<<11|C>>>21)+v|0,E+=(C^v^w)+b[11]+1839030562|0,E=(E<<16|E>>>16)+C|0,w+=(E^C^v)+b[14]-35309556|0,w=(w<<23|w>>>9)+E|0,v+=(w^E^C)+b[1]-1530992060|0,v=(v<<4|v>>>28)+w|0,C+=(v^w^E)+b[4]+1272893353|0,C=(C<<11|C>>>21)+v|0,E+=(C^v^w)+b[7]-155497632|0,E=(E<<16|E>>>16)+C|0,w+=(E^C^v)+b[10]-1094730640|0,w=(w<<23|w>>>9)+E|0,v+=(w^E^C)+b[13]+681279174|0,v=(v<<4|v>>>28)+w|0,C+=(v^w^E)+b[0]-358537222|0,C=(C<<11|C>>>21)+v|0,E+=(C^v^w)+b[3]-722521979|0,E=(E<<16|E>>>16)+C|0,w+=(E^C^v)+b[6]+76029189|0,w=(w<<23|w>>>9)+E|0,v+=(w^E^C)+b[9]-640364487|0,v=(v<<4|v>>>28)+w|0,C+=(v^w^E)+b[12]-421815835|0,C=(C<<11|C>>>21)+v|0,E+=(C^v^w)+b[15]+530742520|0,E=(E<<16|E>>>16)+C|0,w+=(E^C^v)+b[2]-995338651|0,w=(w<<23|w>>>9)+E|0,v+=(E^(w|~C))+b[0]-198630844|0,v=(v<<6|v>>>26)+w|0,C+=(w^(v|~E))+b[7]+1126891415|0,C=(C<<10|C>>>22)+v|0,E+=(v^(C|~w))+b[14]-1416354905|0,E=(E<<15|E>>>17)+C|0,w+=(C^(E|~v))+b[5]-57434055|0,w=(w<<21|w>>>11)+E|0,v+=(E^(w|~C))+b[12]+1700485571|0,v=(v<<6|v>>>26)+w|0,C+=(w^(v|~E))+b[3]-1894986606|0,C=(C<<10|C>>>22)+v|0,E+=(v^(C|~w))+b[10]-1051523|0,E=(E<<15|E>>>17)+C|0,w+=(C^(E|~v))+b[1]-2054922799|0,w=(w<<21|w>>>11)+E|0,v+=(E^(w|~C))+b[8]+1873313359|0,v=(v<<6|v>>>26)+w|0,C+=(w^(v|~E))+b[15]-30611744|0,C=(C<<10|C>>>22)+v|0,E+=(v^(C|~w))+b[6]-1560198380|0,E=(E<<15|E>>>17)+C|0,w+=(C^(E|~v))+b[13]+1309151649|0,w=(w<<21|w>>>11)+E|0,v+=(E^(w|~C))+b[4]-145523070|0,v=(v<<6|v>>>26)+w|0,C+=(w^(v|~E))+b[11]-1120210379|0,C=(C<<10|C>>>22)+v|0,E+=(v^(C|~w))+b[2]+718787259|0,E=(E<<15|E>>>17)+C|0,w+=(C^(E|~v))+b[9]-343485551|0,w=(w<<21|w>>>11)+E|0,y[0]=v+y[0]|0,y[1]=w+y[1]|0,y[2]=E+y[2]|0,y[3]=C+y[3]|0}function i(y){var b=[],v;for(v=0;v<64;v+=4)b[v>>2]=y.charCodeAt(v)+(y.charCodeAt(v+1)<<8)+(y.charCodeAt(v+2)<<16)+(y.charCodeAt(v+3)<<24);return b}function o(y){var b=[],v;for(v=0;v<64;v+=4)b[v>>2]=y[v]+(y[v+1]<<8)+(y[v+2]<<16)+(y[v+3]<<24);return b}function a(y){var b=y.length,v=[1732584193,-271733879,-1732584194,271733878],w,E,C,D,$,O;for(w=64;w<=b;w+=64)r(v,i(y.substring(w-64,w)));for(y=y.substring(w-64),E=y.length,C=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w<E;w+=1)C[w>>2]|=y.charCodeAt(w)<<(w%4<<3);if(C[w>>2]|=128<<(w%4<<3),w>55)for(r(v,C),w=0;w<16;w+=1)C[w]=0;return D=b*8,D=D.toString(16).match(/(.*?)(.{0,8})$/),$=parseInt(D[2],16),O=parseInt(D[1],16)||0,C[14]=$,C[15]=O,r(v,C),v}function c(y){var b=y.length,v=[1732584193,-271733879,-1732584194,271733878],w,E,C,D,$,O;for(w=64;w<=b;w+=64)r(v,o(y.subarray(w-64,w)));for(y=w-64<b?y.subarray(w-64):new Uint8Array(0),E=y.length,C=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],w=0;w<E;w+=1)C[w>>2]|=y[w]<<(w%4<<3);if(C[w>>2]|=128<<(w%4<<3),w>55)for(r(v,C),w=0;w<16;w+=1)C[w]=0;return D=b*8,D=D.toString(16).match(/(.*?)(.{0,8})$/),$=parseInt(D[2],16),O=parseInt(D[1],16)||0,C[14]=$,C[15]=O,r(v,C),v}function h(y){var b="",v;for(v=0;v<4;v+=1)b+=n[y>>v*8+4&15]+n[y>>v*8&15];return b}function l(y){var b;for(b=0;b<y.length;b+=1)y[b]=h(y[b]);return y.join("")}l(a("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function y(b,v){return b=b|0||0,b<0?Math.max(b+v,0):Math.min(b,v)}ArrayBuffer.prototype.slice=function(b,v){var w=this.byteLength,E=y(b,w),C=w,D,$,O,U;return v!==e&&(C=y(v,w)),E>C?new ArrayBuffer(0):(D=C-E,$=new ArrayBuffer(D),O=new Uint8Array($),U=new Uint8Array(this,E,D),O.set(U),$)}}();function u(y){return/[\u0080-\uFFFF]/.test(y)&&(y=unescape(encodeURIComponent(y))),y}function d(y,b){var v=y.length,w=new ArrayBuffer(v),E=new Uint8Array(w),C;for(C=0;C<v;C+=1)E[C]=y.charCodeAt(C);return b?E:w}function f(y){return String.fromCharCode.apply(null,new Uint8Array(y))}function m(y,b,v){var w=new Uint8Array(y.byteLength+b.byteLength);return w.set(new Uint8Array(y)),w.set(new Uint8Array(b),y.byteLength),v?w:w.buffer}function p(y){var b=[],v=y.length,w;for(w=0;w<v-1;w+=2)b.push(parseInt(y.substr(w,2),16));return String.fromCharCode.apply(String,b)}function _(){this.reset()}return _.prototype.append=function(y){return this.appendBinary(u(y)),this},_.prototype.appendBinary=function(y){this._buff+=y,this._length+=y.length;var b=this._buff.length,v;for(v=64;v<=b;v+=64)r(this._hash,i(this._buff.substring(v-64,v)));return this._buff=this._buff.substring(v-64),this},_.prototype.end=function(y){var b=this._buff,v=b.length,w,E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],C;for(w=0;w<v;w+=1)E[w>>2]|=b.charCodeAt(w)<<(w%4<<3);return this._finish(E,v),C=l(this._hash),y&&(C=p(C)),this.reset(),C},_.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},_.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},_.prototype.setState=function(y){return this._buff=y.buff,this._length=y.length,this._hash=y.hash,this},_.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},_.prototype._finish=function(y,b){var v=b,w,E,C;if(y[v>>2]|=128<<(v%4<<3),v>55)for(r(this._hash,y),v=0;v<16;v+=1)y[v]=0;w=this._length*8,w=w.toString(16).match(/(.*?)(.{0,8})$/),E=parseInt(w[2],16),C=parseInt(w[1],16)||0,y[14]=E,y[15]=C,r(this._hash,y)},_.hash=function(y,b){return _.hashBinary(u(y),b)},_.hashBinary=function(y,b){var v=a(y),w=l(v);return b?p(w):w},_.ArrayBuffer=function(){this.reset()},_.ArrayBuffer.prototype.append=function(y){var b=m(this._buff.buffer,y,!0),v=b.length,w;for(this._length+=y.byteLength,w=64;w<=v;w+=64)r(this._hash,o(b.subarray(w-64,w)));return this._buff=w-64<v?new Uint8Array(b.buffer.slice(w-64)):new Uint8Array(0),this},_.ArrayBuffer.prototype.end=function(y){var b=this._buff,v=b.length,w=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],E,C;for(E=0;E<v;E+=1)w[E>>2]|=b[E]<<(E%4<<3);return this._finish(w,v),C=l(this._hash),y&&(C=p(C)),this.reset(),C},_.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},_.ArrayBuffer.prototype.getState=function(){var y=_.prototype.getState.call(this);return y.buff=f(y.buff),y},_.ArrayBuffer.prototype.setState=function(y){return y.buff=d(y.buff,!0),_.prototype.setState.call(this,y)},_.ArrayBuffer.prototype.destroy=_.prototype.destroy,_.ArrayBuffer.prototype._finish=_.prototype._finish,_.ArrayBuffer.hash=function(y,b){var v=c(new Uint8Array(y)),w=l(v);return b?p(w):w},_})})(nl);var Kg=nl.exports;const Zg=el(Kg),Qg=Qm&&window.File&&window.FileReader&&window.FileList&&window.Blob;function t0(s='script[type="text/js-worker"]'){return Array.prototype.map.call(document.querySelectorAll(s),t=>t.textContent)}const oo=s=>new XMLSerializer().serializeToString(s),e0=(s,t="text/html")=>new DOMParser().parseFromString(s,t),ao=(s,t={mime:ye["image/svg+xml"],encode:Fs.utf8})=>Pi(oo(s),t);async function co(s=["*"],t){let e=[];const n=document.createElement("input");return n.setAttribute("type","file"),n.setAttribute("visibility","hidden"),n.setAttribute("accept",s.join(",")),t&&n.setAttribute("multiple","true"),n.addEventListener("click",r=>{n.value=""},!1),new Promise((r,i)=>{n.addEventListener("change",o=>{e=Array.from(o.target.files||[]),e.length===0?i(new Error("Cancel")):r(e)},!1),window.addEventListener("focus",()=>{setTimeout(()=>{e.length===0&&i(new Error("Cancel"))},1e3)},{once:!0}),n.click()}).then(r=>(n.remove(),r)).catch(r=>{throw n.remove(),r})}function ss(s,t=ie.text,e){return new Promise((n,r)=>{const i=new FileReader;switch(i.addEventListener("progress",o=>{e?.(o.loaded,o.total)}),i.addEventListener("load",o=>{n(o.target?.result)}),i.addEventListener("error",o=>{r(o)}),t){case ie.dataURL:i.readAsDataURL(s);break;case ie.binaryString:i.readAsBinaryString(s);break;case ie.arraybuffer:i.readAsArrayBuffer(s);break;case ie.text:default:i.readAsText(s)}})}async function n0(s){const t=await ss(s,ie.arraybuffer);return qd(t)}function sl(s,t,e,n,r,i,o){const a=new FileReader;a.addEventListener("load",c=>{if(!c.target||!c.target.result)return t(c);if(e.append(c.target.result),o<n.size)sl(s,t,e,n,r,o,Math.min(o+r,n.size));else return s(e.end())}),a.addEventListener("error",c=>t(c)),a.readAsArrayBuffer(n.slice(i,o))}async function rl(s,t=1*1024*1024){return await new Promise((e,n)=>sl(e,n,new Zg.ArrayBuffer,s,t,0,Math.min(t,s.size)))}class s0{axios;checkURL;uploadURL;file;fileHash;chunkSize;chunks;currentChunk=0;isUploading=!1;begin=0;end=0;timer;time=[0,0,0,0,0,0];onExist;onStart;onProgress;onComplete;onTime;constructor(t){this.axios=new tl({baseURL:t.baseURL,interceptor:{response:e=>{e.config.url==this.uploadURL&&e.status==200&&(this.onProgress?.(this.currentChunk++,this.chunks),this.end==this.file.size?(this.isUploading=!1,this.stopTimeCount(),this.onComplete?.()):this.isUploading&&this.uploadChunk())}}}),this.checkURL=t.checkURL,this.uploadURL=t.uploadURL,this.file=t.file,this.chunkSize=t.chunkSize||1*1024*1024,this.chunks=Math.ceil(this.file.size/this.chunkSize),this.onExist=t.onExist,this.onStart=t.onStart,this.onProgress=t.onProgress,this.onComplete=t.onComplete,this.onTime=t.onTime}async start(){this.fileHash||(this.fileHash=await rl(this.file,this.chunkSize)),(await this.axios.post(this.checkURL,{fileName:this.file.name,fileHash:this.fileHash})).data.isExist?(this.isUploading=!1,this.onExist?.()):this.isUploading||(this.onStart?.(),this.startTimeCount(),await this.uploadChunk())}pause(){this.isUploading&&(this.isUploading=!1,this.stopTimeCount())}async uploadChunk(){this.isUploading=!0,this.begin=this.currentChunk*this.chunkSize,this.end=Math.min(this.begin+this.chunkSize,this.file.size);const t=this.file.slice(this.begin,this.end),e=new FormData;e.append("fileData",t),e.append("fileName",this.file.name),e.append("fileHash",this.fileHash),e.append("chunkIndex",String(this.currentChunk)),e.append("chunks",String(this.chunks)),await this.axios.postFormData(this.uploadURL,e)}startTimeCount(){this.stopTimeCount(),this.timer=setInterval(()=>{um(this.time,1),this.onTime?.(cm(this.time))},1e3)}stopTimeCount(){this.timer&&(clearInterval(this.timer),this.timer=void 0)}}var il={exports:{}};/*! Hammer.JS - v2.0.7 - 2016-04-22
58
- * http://hammerjs.github.io/
78
+ **/function Ix(){Ox()}({}).NODE_ENV!=="production"&&Ix();function Rx(n){const[t,e]=Et.useState(n),r=Et.useRef(t),s=Et.useRef(Vo()),i=Et.useCallback(o=>{e(a=>{const c=typeof o=="function"?o(a):o;return Object.is(a,c)?a:(r.current=c,s.current.emit(c),c)})},[]);return Et.useMemo(()=>({getState:()=>r.current,setState:i,subscribe:o=>{Bn(()=>o(r.current));const a=s.current.subscribe(c=>{Bn(()=>o(c))});return()=>a()}}),[])}function kx(n){const t=od(n),e=Vo();return{getState:()=>t.value,setState:s=>{const i=typeof s=="function"?s(t.value):s;Object.is(t.value,i)||(t.value=i,e.emit(i))},subscribe:s=>(Bn(()=>s(t.value)),e.subscribe(i=>{Bn(()=>s(i))}))}}function Lx(n){const t=new ui(n);return{getState:()=>t.value,setState:e=>{const r=t.value,s=typeof e=="function"?e(r):e;Object.is(r,s)||t.next(s)},subscribe:e=>{const r=t.subscribe(s=>{Bn(()=>e(s))});return()=>r.unsubscribe()}}}function Rc(n,t){let e=n;const r=Vo();return{getState:()=>e,setState:s=>{const i=typeof s=="function"?s(e):s;Object.is(e,i)||t?.beforeChange&&!t.beforeChange(i)||(e=i,r.emit(e))},subscribe:s=>{Bn(()=>s(e));const i=r.subscribe(o=>{Bn(()=>s(o))});return()=>i()}}}function Ad(n){const t=n.initState||{};let e=n.reducer;if(n.enhancer)return n.enhancer(Ad)({reducer:e,initState:t});const r=Rc(t),s=o=>{const a=e(r.getState(),o);r.setState(a)},i=o=>{e=o,s({type:Symbol()})};return s({type:Symbol()}),{getState:r.getState,dispatch:s,subscribe:r.subscribe,replaceReducer:i}}function Nx(n,t=!0){const e=Object.keys(n);return(r={},s)=>{const i=t?{...r}:r;for(const o of e){const a=n[o](i[o]??{},s);if(a===void 0)throw new Error(`Reducer "${o}" returned undefined`);i[o]=a}return i}}function zx(...n){return t=>e=>{const r=t(e);let s=r.dispatch;const i={getState:r.getState,dispatch:s},o=n.map(a=>a(i));return s=Og(...o)(s),r.dispatch=s,r}}function Fx(n){const t=new ui(void 0),e=new Ze;let r=null,s=!1,i=!1;return{middleware(o){return s?a=>a:(s=!0,t.next(o.getState()),a=>c=>{const h=a(c);return t.next(o.getState()),e.next(c),h})},run(o,a){if(!s)throw new Error("EpicMiddleware should applyMiddleware() to store before");if(i)throw new Error("EpicMiddleware destroyed");return r||(r=o(e,t,{...n?.dependencies??{},dispatch:a.dispatch}).pipe(ff((c,h)=>(jg("[Epic Error]",c),h))).subscribe({next(c){a.dispatch(c)},error(c){console.error("[Epic Fatal Error]",c)}}),r)},destroy(){i=!0,r?.unsubscribe(),r=null,e.complete(),t.complete()}}}function Bx(...n){return(t,e,r)=>fi(...n.map(s=>s(t,e,r)))}function $x(...n){return Ya(t=>n.includes(t.type))}function Ux(){return{middleware(n){return t=>e=>typeof e=="function"?e(n.dispatch,n.getState):t(e)}}}const Yx=n=>{let t=0;return e=>r=>{Du.start(`--- ${++t}: action(${String(r.type)}) ---`),gn(`action: ${Ys(r)}`),gn(`old-state: ${Ys(n.getState())}`),e(r),gn(`new-state: ${Ys(n.getState())}`),Du.end()}},jx=n=>t=>e=>{try{t(e)}catch(r){throw gn(`Reducer错误报告: ${r}`),r}},Vx=n=>t=>e=>{const r=`dispatch(${String(e.type)}) execute time`;Ou.start(r),t(e),Ou.end(r)};function Gx(n="",t){const{OPERATION_DELIMITER:e="/",KEY_DELIMITER:r=",",KEY_VALUE_DELIMITER:s=":"}=t||{};return n.split(e).filter(i=>i!=="").reduce((i,o)=>{const[a,...c]=o.split(r);if(c.length===0){const[h,u]=a.split(s);i.push({type:h,payload:u!==void 0?decodeURIComponent(u):!0})}else{if(a.indexOf(s)!==-1)throw new Error(`"${a}" is invalid`);i.push(c.reduce((h,u)=>{const[l,d]=u.split(s);return h[l]=d!==void 0?decodeURIComponent(d):!0,h},{type:a}))}return i},[])}var kc={exports:{}},Lc={};const Ui=c1(fv);var Yi={exports:{}},Nc={};/**
79
+ * @license React
80
+ * use-sync-external-store-shim.production.js
59
81
  *
60
- * Copyright (c) 2016 Jorik Tangelder;
61
- * Licensed under the MIT license */(function(s){(function(t,e,n,r){var i=["","webkit","Moz","MS","ms","o"],o=e.createElement("div"),a="function",c=Math.round,h=Math.abs,l=Date.now;function u(S,P,M){return setTimeout(v(S,M),P)}function d(S,P,M){return Array.isArray(S)?(f(S,M[P],M),!0):!1}function f(S,P,M){var I;if(S)if(S.forEach)S.forEach(P,M);else if(S.length!==r)for(I=0;I<S.length;)P.call(M,S[I],I,S),I++;else for(I in S)S.hasOwnProperty(I)&&P.call(M,S[I],I,S)}function m(S,P,M){var I="DEPRECATED METHOD: "+P+`
62
- `+M+` AT
63
- `;return function(){var F=new Error("get-stack-trace"),G=F&&F.stack?F.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",dt=t.console&&(t.console.warn||t.console.log);return dt&&dt.call(t.console,I,G),S.apply(this,arguments)}}var p;typeof Object.assign!="function"?p=function(P){if(P===r||P===null)throw new TypeError("Cannot convert undefined or null to object");for(var M=Object(P),I=1;I<arguments.length;I++){var F=arguments[I];if(F!==r&&F!==null)for(var G in F)F.hasOwnProperty(G)&&(M[G]=F[G])}return M}:p=Object.assign;var _=m(function(P,M,I){for(var F=Object.keys(M),G=0;G<F.length;)(!I||I&&P[F[G]]===r)&&(P[F[G]]=M[F[G]]),G++;return P},"extend","Use `assign`."),y=m(function(P,M){return _(P,M,!0)},"merge","Use `assign`.");function b(S,P,M){var I=P.prototype,F;F=S.prototype=Object.create(I),F.constructor=S,F._super=I,M&&p(F,M)}function v(S,P){return function(){return S.apply(P,arguments)}}function w(S,P){return typeof S==a?S.apply(P&&P[0]||r,P):S}function E(S,P){return S===r?P:S}function C(S,P,M){f(U(P),function(I){S.addEventListener(I,M,!1)})}function D(S,P,M){f(U(P),function(I){S.removeEventListener(I,M,!1)})}function $(S,P){for(;S;){if(S==P)return!0;S=S.parentNode}return!1}function O(S,P){return S.indexOf(P)>-1}function U(S){return S.trim().split(/\s+/g)}function V(S,P,M){if(S.indexOf&&!M)return S.indexOf(P);for(var I=0;I<S.length;){if(M&&S[I][M]==P||!M&&S[I]===P)return I;I++}return-1}function q(S){return Array.prototype.slice.call(S,0)}function ft(S,P,M){for(var I=[],F=[],G=0;G<S.length;){var dt=P?S[G][P]:S[G];V(F,dt)<0&&I.push(S[G]),F[G]=dt,G++}return M&&(P?I=I.sort(function(Vt,Kt){return Vt[P]>Kt[P]}):I=I.sort()),I}function pt(S,P){for(var M,I,F=P[0].toUpperCase()+P.slice(1),G=0;G<i.length;){if(M=i[G],I=M?M+F:P,I in S)return I;G++}return r}var zt=1;function wt(){return zt++}function It(S){var P=S.ownerDocument||S;return P.defaultView||P.parentWindow||t}var Xt=/mobile|tablet|ip(ad|hone|od)|android/i,Y="ontouchstart"in t,N=pt(t,"PointerEvent")!==r,A=Y&&Xt.test(navigator.userAgent),L="touch",H="pen",W="mouse",ht="kinect",mt=25,Q=1,Pt=2,at=4,Ct=8,Ue=1,Se=2,_e=4,pe=8,z=16,vt=Se|_e,Ot=pe|z,As=vt|Ot,Vr=["x","y"],rt=["clientX","clientY"];function Gt(S,P){var M=this;this.manager=S,this.callback=P,this.element=S.element,this.target=S.options.inputTarget,this.domHandler=function(I){w(S.options.enable,[S])&&M.handler(I)},this.init()}Gt.prototype={handler:function(){},init:function(){this.evEl&&C(this.element,this.evEl,this.domHandler),this.evTarget&&C(this.target,this.evTarget,this.domHandler),this.evWin&&C(It(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&D(this.element,this.evEl,this.domHandler),this.evTarget&&D(this.target,this.evTarget,this.domHandler),this.evWin&&D(It(this.element),this.evWin,this.domHandler)}};function qr(S){var P,M=S.options.inputClass;return M?P=M:N?P=ct:A?P=Qr:Y?P=Ka:P=x,new P(S,Hr)}function Hr(S,P,M){var I=M.pointers.length,F=M.changedPointers.length,G=P&Q&&I-F===0,dt=P&(at|Ct)&&I-F===0;M.isFirst=!!G,M.isFinal=!!dt,G&&(S.session={}),M.eventType=P,Wr(S,M),S.emit("hammer.input",M),S.recognize(M),S.session.prevInput=M}function Wr(S,P){var M=S.session,I=P.pointers,F=I.length;M.firstInput||(M.firstInput=Kr(P)),F>1&&!M.firstMultiple?M.firstMultiple=Kr(P):F===1&&(M.firstMultiple=!1);var G=M.firstInput,dt=M.firstMultiple,$t=dt?dt.center:G.center,Vt=P.center=Ms(I);P.timeStamp=l(),P.deltaTime=P.timeStamp-G.timeStamp,P.angle=rn($t,Vt),P.distance=xn($t,Vt),Jr(M,P),P.offsetDirection=Is(P.deltaX,P.deltaY);var Kt=ks(P.deltaTime,P.deltaX,P.deltaY);P.overallVelocityX=Kt.x,P.overallVelocityY=Kt.y,P.overallVelocity=h(Kt.x)>h(Kt.y)?Kt.x:Kt.y,P.scale=dt?Vn(dt.pointers,I):1,P.rotation=dt?Gn(dt.pointers,I):0,P.maxPointers=M.prevInput?P.pointers.length>M.prevInput.maxPointers?P.pointers.length:M.prevInput.maxPointers:P.pointers.length,Ha(M,P);var Te=S.element;$(P.srcEvent.target,Te)&&(Te=P.srcEvent.target),P.target=Te}function Jr(S,P){var M=P.center,I=S.offsetDelta||{},F=S.prevDelta||{},G=S.prevInput||{};(P.eventType===Q||G.eventType===at)&&(F=S.prevDelta={x:G.deltaX||0,y:G.deltaY||0},I=S.offsetDelta={x:M.x,y:M.y}),P.deltaX=F.x+(M.x-I.x),P.deltaY=F.y+(M.y-I.y)}function Ha(S,P){var M=S.lastInterval||P,I=P.timeStamp-M.timeStamp,F,G,dt,$t;if(P.eventType!=Ct&&(I>mt||M.velocity===r)){var Vt=P.deltaX-M.deltaX,Kt=P.deltaY-M.deltaY,Te=ks(I,Vt,Kt);G=Te.x,dt=Te.y,F=h(Te.x)>h(Te.y)?Te.x:Te.y,$t=Is(Vt,Kt),S.lastInterval=P}else F=M.velocity,G=M.velocityX,dt=M.velocityY,$t=M.direction;P.velocity=F,P.velocityX=G,P.velocityY=dt,P.direction=$t}function Kr(S){for(var P=[],M=0;M<S.pointers.length;)P[M]={clientX:c(S.pointers[M].clientX),clientY:c(S.pointers[M].clientY)},M++;return{timeStamp:l(),pointers:P,center:Ms(P),deltaX:S.deltaX,deltaY:S.deltaY}}function Ms(S){var P=S.length;if(P===1)return{x:c(S[0].clientX),y:c(S[0].clientY)};for(var M=0,I=0,F=0;F<P;)M+=S[F].clientX,I+=S[F].clientY,F++;return{x:c(M/P),y:c(I/P)}}function ks(S,P,M){return{x:P/S||0,y:M/S||0}}function Is(S,P){return S===P?Ue:h(S)>=h(P)?S<0?Se:_e:P<0?pe:z}function xn(S,P,M){M||(M=Vr);var I=P[M[0]]-S[M[0]],F=P[M[1]]-S[M[1]];return Math.sqrt(I*I+F*F)}function rn(S,P,M){M||(M=Vr);var I=P[M[0]]-S[M[0]],F=P[M[1]]-S[M[1]];return Math.atan2(F,I)*180/Math.PI}function Gn(S,P){return rn(P[1],P[0],rt)+rn(S[1],S[0],rt)}function Vn(S,P){return xn(P[0],P[1],rt)/xn(S[0],S[1],rt)}var Ds={mousedown:Q,mousemove:Pt,mouseup:at},Zr="mousedown",Sn="mousemove mouseup";function x(){this.evEl=Zr,this.evWin=Sn,this.pressed=!1,Gt.apply(this,arguments)}b(x,Gt,{handler:function(P){var M=Ds[P.type];M&Q&&P.button===0&&(this.pressed=!0),M&Pt&&P.which!==1&&(M=at),this.pressed&&(M&at&&(this.pressed=!1),this.callback(this.manager,M,{pointers:[P],changedPointers:[P],pointerType:W,srcEvent:P}))}});var k={pointerdown:Q,pointermove:Pt,pointerup:at,pointercancel:Ct,pointerout:Ct},B={2:L,3:H,4:W,5:ht},j="pointerdown",J="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(j="MSPointerDown",J="MSPointerMove MSPointerUp MSPointerCancel");function ct(){this.evEl=j,this.evWin=J,Gt.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}b(ct,Gt,{handler:function(P){var M=this.store,I=!1,F=P.type.toLowerCase().replace("ms",""),G=k[F],dt=B[P.pointerType]||P.pointerType,$t=dt==L,Vt=V(M,P.pointerId,"pointerId");G&Q&&(P.button===0||$t)?Vt<0&&(M.push(P),Vt=M.length-1):G&(at|Ct)&&(I=!0),!(Vt<0)&&(M[Vt]=P,this.callback(this.manager,G,{pointers:M,changedPointers:[P],pointerType:dt,srcEvent:P}),I&&M.splice(Vt,1))}});var ot={touchstart:Q,touchmove:Pt,touchend:at,touchcancel:Ct},bt="touchstart",lt="touchstart touchmove touchend touchcancel";function Ce(){this.evTarget=bt,this.evWin=lt,this.started=!1,Gt.apply(this,arguments)}b(Ce,Gt,{handler:function(P){var M=ot[P.type];if(M===Q&&(this.started=!0),!!this.started){var I=_n.call(this,P,M);M&(at|Ct)&&I[0].length-I[1].length===0&&(this.started=!1),this.callback(this.manager,M,{pointers:I[0],changedPointers:I[1],pointerType:L,srcEvent:P})}}});function _n(S,P){var M=q(S.touches),I=q(S.changedTouches);return P&(at|Ct)&&(M=ft(M.concat(I),"identifier",!0)),[M,I]}var Wa={touchstart:Q,touchmove:Pt,touchend:at,touchcancel:Ct},Ja="touchstart touchmove touchend touchcancel";function Qr(){this.evTarget=Ja,this.targetIds={},Gt.apply(this,arguments)}b(Qr,Gt,{handler:function(P){var M=Wa[P.type],I=q2.call(this,P,M);I&&this.callback(this.manager,M,{pointers:I[0],changedPointers:I[1],pointerType:L,srcEvent:P})}});function q2(S,P){var M=q(S.touches),I=this.targetIds;if(P&(Q|Pt)&&M.length===1)return I[M[0].identifier]=!0,[M,M];var F,G,dt=q(S.changedTouches),$t=[],Vt=this.target;if(G=M.filter(function(Kt){return $(Kt.target,Vt)}),P===Q)for(F=0;F<G.length;)I[G[F].identifier]=!0,F++;for(F=0;F<dt.length;)I[dt[F].identifier]&&$t.push(dt[F]),P&(at|Ct)&&delete I[dt[F].identifier],F++;if($t.length)return[ft(G.concat($t),"identifier",!0),$t]}var H2=2500,$f=25;function Ka(){Gt.apply(this,arguments);var S=v(this.handler,this);this.touch=new Qr(this.manager,S),this.mouse=new x(this.manager,S),this.primaryTouch=null,this.lastTouches=[]}b(Ka,Gt,{handler:function(P,M,I){var F=I.pointerType==L,G=I.pointerType==W;if(!(G&&I.sourceCapabilities&&I.sourceCapabilities.firesTouchEvents)){if(F)W2.call(this,M,I);else if(G&&J2.call(this,I))return;this.callback(P,M,I)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function W2(S,P){S&Q?(this.primaryTouch=P.changedPointers[0].identifier,Yf.call(this,P)):S&(at|Ct)&&Yf.call(this,P)}function Yf(S){var P=S.changedPointers[0];if(P.identifier===this.primaryTouch){var M={x:P.clientX,y:P.clientY};this.lastTouches.push(M);var I=this.lastTouches,F=function(){var G=I.indexOf(M);G>-1&&I.splice(G,1)};setTimeout(F,H2)}}function J2(S){for(var P=S.srcEvent.clientX,M=S.srcEvent.clientY,I=0;I<this.lastTouches.length;I++){var F=this.lastTouches[I],G=Math.abs(P-F.x),dt=Math.abs(M-F.y);if(G<=$f&&dt<=$f)return!0}return!1}var jf=pt(o.style,"touchAction"),Xf=jf!==r,Gf="compute",Vf="auto",Za="manipulation",Cn="none",Os="pan-x",Rs="pan-y",ti=Z2();function Qa(S,P){this.manager=S,this.set(P)}Qa.prototype={set:function(S){S==Gf&&(S=this.compute()),Xf&&this.manager.element.style&&ti[S]&&(this.manager.element.style[jf]=S),this.actions=S.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var S=[];return f(this.manager.recognizers,function(P){w(P.options.enable,[P])&&(S=S.concat(P.getTouchAction()))}),K2(S.join(" "))},preventDefaults:function(S){var P=S.srcEvent,M=S.offsetDirection;if(this.manager.session.prevented){P.preventDefault();return}var I=this.actions,F=O(I,Cn)&&!ti[Cn],G=O(I,Rs)&&!ti[Rs],dt=O(I,Os)&&!ti[Os];if(F){var $t=S.pointers.length===1,Vt=S.distance<2,Kt=S.deltaTime<250;if($t&&Vt&&Kt)return}if(!(dt&&G)&&(F||G&&M&vt||dt&&M&Ot))return this.preventSrc(P)},preventSrc:function(S){this.manager.session.prevented=!0,S.preventDefault()}};function K2(S){if(O(S,Cn))return Cn;var P=O(S,Os),M=O(S,Rs);return P&&M?Cn:P||M?P?Os:Rs:O(S,Za)?Za:Vf}function Z2(){if(!Xf)return!1;var S={},P=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(M){S[M]=P?t.CSS.supports("touch-action",M):!0}),S}var ei=1,le=2,qn=4,on=8,$e=on,Ls=16,Ee=32;function Ye(S){this.options=p({},this.defaults,S||{}),this.id=wt(),this.manager=null,this.options.enable=E(this.options.enable,!0),this.state=ei,this.simultaneous={},this.requireFail=[]}Ye.prototype={defaults:{},set:function(S){return p(this.options,S),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(S){if(d(S,"recognizeWith",this))return this;var P=this.simultaneous;return S=ni(S,this),P[S.id]||(P[S.id]=S,S.recognizeWith(this)),this},dropRecognizeWith:function(S){return d(S,"dropRecognizeWith",this)?this:(S=ni(S,this),delete this.simultaneous[S.id],this)},requireFailure:function(S){if(d(S,"requireFailure",this))return this;var P=this.requireFail;return S=ni(S,this),V(P,S)===-1&&(P.push(S),S.requireFailure(this)),this},dropRequireFailure:function(S){if(d(S,"dropRequireFailure",this))return this;S=ni(S,this);var P=V(this.requireFail,S);return P>-1&&this.requireFail.splice(P,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(S){return!!this.simultaneous[S.id]},emit:function(S){var P=this,M=this.state;function I(F){P.manager.emit(F,S)}M<on&&I(P.options.event+qf(M)),I(P.options.event),S.additionalEvent&&I(S.additionalEvent),M>=on&&I(P.options.event+qf(M))},tryEmit:function(S){if(this.canEmit())return this.emit(S);this.state=Ee},canEmit:function(){for(var S=0;S<this.requireFail.length;){if(!(this.requireFail[S].state&(Ee|ei)))return!1;S++}return!0},recognize:function(S){var P=p({},S);if(!w(this.options.enable,[this,P])){this.reset(),this.state=Ee;return}this.state&($e|Ls|Ee)&&(this.state=ei),this.state=this.process(P),this.state&(le|qn|on|Ls)&&this.tryEmit(P)},process:function(S){},getTouchAction:function(){},reset:function(){}};function qf(S){return S&Ls?"cancel":S&on?"end":S&qn?"move":S&le?"start":""}function Hf(S){return S==z?"down":S==pe?"up":S==Se?"left":S==_e?"right":""}function ni(S,P){var M=P.manager;return M?M.get(S):S}function ge(){Ye.apply(this,arguments)}b(ge,Ye,{defaults:{pointers:1},attrTest:function(S){var P=this.options.pointers;return P===0||S.pointers.length===P},process:function(S){var P=this.state,M=S.eventType,I=P&(le|qn),F=this.attrTest(S);return I&&(M&Ct||!F)?P|Ls:I||F?M&at?P|on:P&le?P|qn:le:Ee}});function si(){ge.apply(this,arguments),this.pX=null,this.pY=null}b(si,ge,{defaults:{event:"pan",threshold:10,pointers:1,direction:As},getTouchAction:function(){var S=this.options.direction,P=[];return S&vt&&P.push(Rs),S&Ot&&P.push(Os),P},directionTest:function(S){var P=this.options,M=!0,I=S.distance,F=S.direction,G=S.deltaX,dt=S.deltaY;return F&P.direction||(P.direction&vt?(F=G===0?Ue:G<0?Se:_e,M=G!=this.pX,I=Math.abs(S.deltaX)):(F=dt===0?Ue:dt<0?pe:z,M=dt!=this.pY,I=Math.abs(S.deltaY))),S.direction=F,M&&I>P.threshold&&F&P.direction},attrTest:function(S){return ge.prototype.attrTest.call(this,S)&&(this.state&le||!(this.state&le)&&this.directionTest(S))},emit:function(S){this.pX=S.deltaX,this.pY=S.deltaY;var P=Hf(S.direction);P&&(S.additionalEvent=this.options.event+P),this._super.emit.call(this,S)}});function tc(){ge.apply(this,arguments)}b(tc,ge,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Cn]},attrTest:function(S){return this._super.attrTest.call(this,S)&&(Math.abs(S.scale-1)>this.options.threshold||this.state&le)},emit:function(S){if(S.scale!==1){var P=S.scale<1?"in":"out";S.additionalEvent=this.options.event+P}this._super.emit.call(this,S)}});function ec(){Ye.apply(this,arguments),this._timer=null,this._input=null}b(ec,Ye,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Vf]},process:function(S){var P=this.options,M=S.pointers.length===P.pointers,I=S.distance<P.threshold,F=S.deltaTime>P.time;if(this._input=S,!I||!M||S.eventType&(at|Ct)&&!F)this.reset();else if(S.eventType&Q)this.reset(),this._timer=u(function(){this.state=$e,this.tryEmit()},P.time,this);else if(S.eventType&at)return $e;return Ee},reset:function(){clearTimeout(this._timer)},emit:function(S){this.state===$e&&(S&&S.eventType&at?this.manager.emit(this.options.event+"up",S):(this._input.timeStamp=l(),this.manager.emit(this.options.event,this._input)))}});function nc(){ge.apply(this,arguments)}b(nc,ge,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Cn]},attrTest:function(S){return this._super.attrTest.call(this,S)&&(Math.abs(S.rotation)>this.options.threshold||this.state&le)}});function sc(){ge.apply(this,arguments)}b(sc,ge,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:vt|Ot,pointers:1},getTouchAction:function(){return si.prototype.getTouchAction.call(this)},attrTest:function(S){var P=this.options.direction,M;return P&(vt|Ot)?M=S.overallVelocity:P&vt?M=S.overallVelocityX:P&Ot&&(M=S.overallVelocityY),this._super.attrTest.call(this,S)&&P&S.offsetDirection&&S.distance>this.options.threshold&&S.maxPointers==this.options.pointers&&h(M)>this.options.velocity&&S.eventType&at},emit:function(S){var P=Hf(S.offsetDirection);P&&this.manager.emit(this.options.event+P,S),this.manager.emit(this.options.event,S)}});function ri(){Ye.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}b(ri,Ye,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Za]},process:function(S){var P=this.options,M=S.pointers.length===P.pointers,I=S.distance<P.threshold,F=S.deltaTime<P.time;if(this.reset(),S.eventType&Q&&this.count===0)return this.failTimeout();if(I&&F&&M){if(S.eventType!=at)return this.failTimeout();var G=this.pTime?S.timeStamp-this.pTime<P.interval:!0,dt=!this.pCenter||xn(this.pCenter,S.center)<P.posThreshold;this.pTime=S.timeStamp,this.pCenter=S.center,!dt||!G?this.count=1:this.count+=1,this._input=S;var $t=this.count%P.taps;if($t===0)return this.hasRequireFailures()?(this._timer=u(function(){this.state=$e,this.tryEmit()},P.interval,this),le):$e}return Ee},failTimeout:function(){return this._timer=u(function(){this.state=Ee},this.options.interval,this),Ee},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==$e&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function je(S,P){return P=P||{},P.recognizers=E(P.recognizers,je.defaults.preset),new rc(S,P)}je.VERSION="2.0.7",je.defaults={domEvents:!1,touchAction:Gf,enable:!0,inputTarget:null,inputClass:null,preset:[[nc,{enable:!1}],[tc,{enable:!1},["rotate"]],[sc,{direction:vt}],[si,{direction:vt},["swipe"]],[ri],[ri,{event:"doubletap",taps:2},["tap"]],[ec]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var Q2=1,Wf=2;function rc(S,P){this.options=p({},je.defaults,P||{}),this.options.inputTarget=this.options.inputTarget||S,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=S,this.input=qr(this),this.touchAction=new Qa(this,this.options.touchAction),Jf(this,!0),f(this.options.recognizers,function(M){var I=this.add(new M[0](M[1]));M[2]&&I.recognizeWith(M[2]),M[3]&&I.requireFailure(M[3])},this)}rc.prototype={set:function(S){return p(this.options,S),S.touchAction&&this.touchAction.update(),S.inputTarget&&(this.input.destroy(),this.input.target=S.inputTarget,this.input.init()),this},stop:function(S){this.session.stopped=S?Wf:Q2},recognize:function(S){var P=this.session;if(!P.stopped){this.touchAction.preventDefaults(S);var M,I=this.recognizers,F=P.curRecognizer;(!F||F&&F.state&$e)&&(F=P.curRecognizer=null);for(var G=0;G<I.length;)M=I[G],P.stopped!==Wf&&(!F||M==F||M.canRecognizeWith(F))?M.recognize(S):M.reset(),!F&&M.state&(le|qn|on)&&(F=P.curRecognizer=M),G++}},get:function(S){if(S instanceof Ye)return S;for(var P=this.recognizers,M=0;M<P.length;M++)if(P[M].options.event==S)return P[M];return null},add:function(S){if(d(S,"add",this))return this;var P=this.get(S.options.event);return P&&this.remove(P),this.recognizers.push(S),S.manager=this,this.touchAction.update(),S},remove:function(S){if(d(S,"remove",this))return this;if(S=this.get(S),S){var P=this.recognizers,M=V(P,S);M!==-1&&(P.splice(M,1),this.touchAction.update())}return this},on:function(S,P){if(S!==r&&P!==r){var M=this.handlers;return f(U(S),function(I){M[I]=M[I]||[],M[I].push(P)}),this}},off:function(S,P){if(S!==r){var M=this.handlers;return f(U(S),function(I){P?M[I]&&M[I].splice(V(M[I],P),1):delete M[I]}),this}},emit:function(S,P){this.options.domEvents&&tx(S,P);var M=this.handlers[S]&&this.handlers[S].slice();if(!(!M||!M.length)){P.type=S,P.preventDefault=function(){P.srcEvent.preventDefault()};for(var I=0;I<M.length;)M[I](P),I++}},destroy:function(){this.element&&Jf(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function Jf(S,P){var M=S.element;if(M.style){var I;f(S.options.cssProps,function(F,G){I=pt(M.style,G),P?(S.oldCssProps[I]=M.style[I],M.style[I]=F):M.style[I]=S.oldCssProps[I]||""}),P||(S.oldCssProps={})}}function tx(S,P){var M=e.createEvent("Event");M.initEvent(S,!0,!0),M.gesture=P,P.target.dispatchEvent(M)}p(je,{INPUT_START:Q,INPUT_MOVE:Pt,INPUT_END:at,INPUT_CANCEL:Ct,STATE_POSSIBLE:ei,STATE_BEGAN:le,STATE_CHANGED:qn,STATE_ENDED:on,STATE_RECOGNIZED:$e,STATE_CANCELLED:Ls,STATE_FAILED:Ee,DIRECTION_NONE:Ue,DIRECTION_LEFT:Se,DIRECTION_RIGHT:_e,DIRECTION_UP:pe,DIRECTION_DOWN:z,DIRECTION_HORIZONTAL:vt,DIRECTION_VERTICAL:Ot,DIRECTION_ALL:As,Manager:rc,Input:Gt,TouchAction:Qa,TouchInput:Qr,MouseInput:x,PointerEventInput:ct,TouchMouseInput:Ka,SingleTouchInput:Ce,Recognizer:Ye,AttrRecognizer:ge,Tap:ri,Pan:si,Swipe:sc,Pinch:tc,Rotate:nc,Press:ec,on:C,off:D,each:f,merge:y,extend:_,assign:p,inherit:b,bindFn:v,prefixed:pt});var ex=typeof t<"u"?t:typeof self<"u"?self:{};ex.Hammer=je,typeof r=="function"&&r.amd?r(function(){return je}):s.exports?s.exports=je:t[n]=je})(window,document,"Hammer")})(il);var r0=il.exports;const At=el(r0);var ho=function(s,t){return ho=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])},ho(s,t)};function we(s,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");ho(s,t);function e(){this.constructor=s}s.prototype=t===null?Object.create(t):(e.prototype=t.prototype,new e)}function i0(s,t,e,n){function r(i){return i instanceof e?i:new e(function(o){o(i)})}return new(e||(e=Promise))(function(i,o){function a(l){try{h(n.next(l))}catch(u){o(u)}}function c(l){try{h(n.throw(l))}catch(u){o(u)}}function h(l){l.done?i(l.value):r(l.value).then(a,c)}h((n=n.apply(s,t||[])).next())})}function ol(s,t){var e={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,r,i,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=a(0),o.throw=a(1),o.return=a(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(h){return function(l){return c([h,l])}}function c(h){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,h[0]&&(e=0)),e;)try{if(n=1,r&&(i=h[0]&2?r.return:h[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,h[1])).done)return i;switch(r=0,i&&(h=[h[0]&2,i.value]),h[0]){case 0:case 1:i=h;break;case 4:return e.label++,{value:h[1],done:!1};case 5:e.label++,r=h[1],h=[0];continue;case 7:h=e.ops.pop(),e.trys.pop();continue;default:if(i=e.trys,!(i=i.length>0&&i[i.length-1])&&(h[0]===6||h[0]===2)){e=0;continue}if(h[0]===3&&(!i||h[1]>i[0]&&h[1]<i[3])){e.label=h[1];break}if(h[0]===6&&e.label<i[1]){e.label=i[1],i=h;break}if(i&&e.label<i[2]){e.label=i[2],e.ops.push(h);break}i[2]&&e.ops.pop(),e.trys.pop();continue}h=t.call(s,e)}catch(l){h=[6,l],r=0}finally{n=i=0}if(h[0]&5)throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}}function fn(s){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&s[t],n=0;if(e)return e.call(s);if(s&&typeof s.length=="number")return{next:function(){return s&&n>=s.length&&(s=void 0),{value:s&&s[n++],done:!s}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Oe(s,t){var e=typeof Symbol=="function"&&s[Symbol.iterator];if(!e)return s;var n=e.call(s),r,i=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)i.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return i}function Ve(s,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,i;n<r;n++)(i||!(n in t))&&(i||(i=Array.prototype.slice.call(t,0,n)),i[n]=t[n]);return s.concat(i||Array.prototype.slice.call(t))}function Ln(s){return this instanceof Ln?(this.v=s,this):new Ln(s)}function o0(s,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=e.apply(s,t||[]),r,i=[];return r=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),r[Symbol.asyncIterator]=function(){return this},r;function o(f){return function(m){return Promise.resolve(m).then(f,u)}}function a(f,m){n[f]&&(r[f]=function(p){return new Promise(function(_,y){i.push([f,p,_,y])>1||c(f,p)})},m&&(r[f]=m(r[f])))}function c(f,m){try{h(n[f](m))}catch(p){d(i[0][3],p)}}function h(f){f.value instanceof Ln?Promise.resolve(f.value.v).then(l,u):d(i[0][2],f)}function l(f){c("next",f)}function u(f){c("throw",f)}function d(f,m){f(m),i.shift(),i.length&&c(i[0][0],i[0][1])}}function a0(s){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=s[Symbol.asyncIterator],e;return t?t.call(s):(s=typeof fn=="function"?fn(s):s[Symbol.iterator](),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(i){e[i]=s[i]&&function(o){return new Promise(function(a,c){o=s[i](o),r(a,c,o.done,o.value)})}}function r(i,o,a,c){Promise.resolve(c).then(function(h){i({value:h,done:a})},o)}}typeof SuppressedError=="function"&&SuppressedError;function gt(s){return typeof s=="function"}function lo(s){var t=function(n){Error.call(n),n.stack=new Error().stack},e=s(t);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var uo=lo(function(s){return function(e){s(this),this.message=e?e.length+` errors occurred during unsubscription:
64
- `+e.map(function(n,r){return r+1+") "+n.toString()}).join(`
65
- `):"",this.name="UnsubscriptionError",this.errors=e}});function rs(s,t){if(s){var e=s.indexOf(t);0<=e&&s.splice(e,1)}}var zn=function(){function s(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return s.prototype.unsubscribe=function(){var t,e,n,r,i;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=fn(o),c=a.next();!c.done;c=a.next()){var h=c.value;h.remove(this)}}catch(p){t={error:p}}finally{try{c&&!c.done&&(e=a.return)&&e.call(a)}finally{if(t)throw t.error}}else o.remove(this);var l=this.initialTeardown;if(gt(l))try{l()}catch(p){i=p instanceof uo?p.errors:[p]}var u=this._finalizers;if(u){this._finalizers=null;try{for(var d=fn(u),f=d.next();!f.done;f=d.next()){var m=f.value;try{hl(m)}catch(p){i=i??[],p instanceof uo?i=Ve(Ve([],Oe(i)),Oe(p.errors)):i.push(p)}}}catch(p){n={error:p}}finally{try{f&&!f.done&&(r=d.return)&&r.call(d)}finally{if(n)throw n.error}}}if(i)throw new uo(i)}},s.prototype.add=function(t){var e;if(t&&t!==this)if(this.closed)hl(t);else{if(t instanceof s){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(t)}},s.prototype._hasParent=function(t){var e=this._parentage;return e===t||Array.isArray(e)&&e.includes(t)},s.prototype._addParent=function(t){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(t),e):e?[e,t]:t},s.prototype._removeParent=function(t){var e=this._parentage;e===t?this._parentage=null:Array.isArray(e)&&rs(e,t)},s.prototype.remove=function(t){var e=this._finalizers;e&&rs(e,t),t instanceof s&&t._removeParent(this)},s.EMPTY=function(){var t=new s;return t.closed=!0,t}(),s}(),al=zn.EMPTY;function cl(s){return s instanceof zn||s&&"closed"in s&&gt(s.remove)&&gt(s.add)&&gt(s.unsubscribe)}function hl(s){gt(s)?s():s.unsubscribe()}var ll={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},fo={setTimeout:function(s,t){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];var r=fo.delegate;return r?.setTimeout?r.setTimeout.apply(r,Ve([s,t],Oe(e))):setTimeout.apply(void 0,Ve([s,t],Oe(e)))},clearTimeout:function(s){var t=fo.delegate;return(t?.clearTimeout||clearTimeout)(s)},delegate:void 0};function ul(s){fo.setTimeout(function(){throw s})}function is(){}function br(s){s()}var mo=function(s){we(t,s);function t(e){var n=s.call(this)||this;return n.isStopped=!1,e?(n.destination=e,cl(e)&&e.add(n)):n.destination=u0,n}return t.create=function(e,n,r){return new Nn(e,n,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,s.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(zn),c0=Function.prototype.bind;function po(s,t){return c0.call(s,t)}var h0=function(){function s(t){this.partialObserver=t}return s.prototype.next=function(t){var e=this.partialObserver;if(e.next)try{e.next(t)}catch(n){wr(n)}},s.prototype.error=function(t){var e=this.partialObserver;if(e.error)try{e.error(t)}catch(n){wr(n)}else wr(t)},s.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(e){wr(e)}},s}(),Nn=function(s){we(t,s);function t(e,n,r){var i=s.call(this)||this,o;if(gt(e)||!e)o={next:e??void 0,error:n??void 0,complete:r??void 0};else{var a;i&&ll.useDeprecatedNextContext?(a=Object.create(e),a.unsubscribe=function(){return i.unsubscribe()},o={next:e.next&&po(e.next,a),error:e.error&&po(e.error,a),complete:e.complete&&po(e.complete,a)}):o=e}return i.destination=new h0(o),i}return t}(mo);function wr(s){ul(s)}function l0(s){throw s}var u0={closed:!0,next:is,error:l0,complete:is},go=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function dn(s){return s}function f0(s){return s.length===0?dn:s.length===1?s[0]:function(e){return s.reduce(function(n,r){return r(n)},e)}}var Mt=function(){function s(t){t&&(this._subscribe=t)}return s.prototype.lift=function(t){var e=new s;return e.source=this,e.operator=t,e},s.prototype.subscribe=function(t,e,n){var r=this,i=m0(t)?t:new Nn(t,e,n);return br(function(){var o=r,a=o.operator,c=o.source;i.add(a?a.call(i,c):c?r._subscribe(i):r._trySubscribe(i))}),i},s.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(e){t.error(e)}},s.prototype.forEach=function(t,e){var n=this;return e=fl(e),new e(function(r,i){var o=new Nn({next:function(a){try{t(a)}catch(c){i(c),o.unsubscribe()}},error:i,complete:r});n.subscribe(o)})},s.prototype._subscribe=function(t){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(t)},s.prototype[go]=function(){return this},s.prototype.pipe=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return f0(t)(this)},s.prototype.toPromise=function(t){var e=this;return t=fl(t),new t(function(n,r){var i;e.subscribe(function(o){return i=o},function(o){return r(o)},function(){return n(i)})})},s.create=function(t){return new s(t)},s}();function fl(s){var t;return(t=s??ll.Promise)!==null&&t!==void 0?t:Promise}function d0(s){return s&&gt(s.next)&&gt(s.error)&&gt(s.complete)}function m0(s){return s&&s instanceof mo||d0(s)&&cl(s)}function p0(s){return gt(s?.lift)}function Zt(s){return function(t){if(p0(t))return t.lift(function(e){try{return s(e,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function Rt(s,t,e,n,r){return new g0(s,t,e,n,r)}var g0=function(s){we(t,s);function t(e,n,r,i,o,a){var c=s.call(this,e)||this;return c.onFinalize=o,c.shouldUnsubscribe=a,c._next=n?function(h){try{n(h)}catch(l){e.error(l)}}:s.prototype._next,c._error=i?function(h){try{i(h)}catch(l){e.error(l)}finally{this.unsubscribe()}}:s.prototype._error,c._complete=r?function(){try{r()}catch(h){e.error(h)}finally{this.unsubscribe()}}:s.prototype._complete,c}return t.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;s.prototype.unsubscribe.call(this),!n&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},t}(mo),y0=lo(function(s){return function(){s(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),qe=function(s){we(t,s);function t(){var e=s.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return t.prototype.lift=function(e){var n=new dl(this,this);return n.operator=e,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new y0},t.prototype.next=function(e){var n=this;br(function(){var r,i;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var o=fn(n.currentObservers),a=o.next();!a.done;a=o.next()){var c=a.value;c.next(e)}}catch(h){r={error:h}}finally{try{a&&!a.done&&(i=o.return)&&i.call(o)}finally{if(r)throw r.error}}}})},t.prototype.error=function(e){var n=this;br(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=e;for(var r=n.observers;r.length;)r.shift().error(e)}})},t.prototype.complete=function(){var e=this;br(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var n=e.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(e){return this._throwIfClosed(),s.prototype._trySubscribe.call(this,e)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var n=this,r=this,i=r.hasError,o=r.isStopped,a=r.observers;return i||o?al:(this.currentObservers=null,a.push(e),new zn(function(){n.currentObservers=null,rs(a,e)}))},t.prototype._checkFinalizedStatuses=function(e){var n=this,r=n.hasError,i=n.thrownError,o=n.isStopped;r?e.error(i):o&&e.complete()},t.prototype.asObservable=function(){var e=new Mt;return e.source=this,e},t.create=function(e,n){return new dl(e,n)},t}(Mt),dl=function(s){we(t,s);function t(e,n){var r=s.call(this)||this;return r.destination=e,r.source=n,r}return t.prototype.next=function(e){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.next)===null||r===void 0||r.call(n,e)},t.prototype.error=function(e){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.error)===null||r===void 0||r.call(n,e)},t.prototype.complete=function(){var e,n;(n=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||n===void 0||n.call(e)},t.prototype._subscribe=function(e){var n,r;return(r=(n=this.source)===null||n===void 0?void 0:n.subscribe(e))!==null&&r!==void 0?r:al},t}(qe),ml=function(s){we(t,s);function t(e){var n=s.call(this)||this;return n._value=e,n}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(e){var n=s.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},t.prototype.getValue=function(){var e=this,n=e.hasError,r=e.thrownError,i=e._value;if(n)throw r;return this._throwIfClosed(),i},t.prototype.next=function(e){s.prototype.next.call(this,this._value=e)},t}(qe),yo={now:function(){return(yo.delegate||Date).now()},delegate:void 0},b0=function(s){we(t,s);function t(e,n,r){e===void 0&&(e=1/0),n===void 0&&(n=1/0),r===void 0&&(r=yo);var i=s.call(this)||this;return i._bufferSize=e,i._windowTime=n,i._timestampProvider=r,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,e),i._windowTime=Math.max(1,n),i}return t.prototype.next=function(e){var n=this,r=n.isStopped,i=n._buffer,o=n._infiniteTimeWindow,a=n._timestampProvider,c=n._windowTime;r||(i.push(e),!o&&i.push(a.now()+c)),this._trimBuffer(),s.prototype.next.call(this,e)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(e),r=this,i=r._infiniteTimeWindow,o=r._buffer,a=o.slice(),c=0;c<a.length&&!e.closed;c+=i?1:2)e.next(a[c]);return this._checkFinalizedStatuses(e),n},t.prototype._trimBuffer=function(){var e=this,n=e._bufferSize,r=e._timestampProvider,i=e._buffer,o=e._infiniteTimeWindow,a=(o?1:2)*n;if(n<1/0&&a<i.length&&i.splice(0,i.length-a),!o){for(var c=r.now(),h=0,l=1;l<i.length&&i[l]<=c;l+=2)h=l;h&&i.splice(0,h+1)}},t}(qe),w0=function(s){we(t,s);function t(e,n){return s.call(this)||this}return t.prototype.schedule=function(e,n){return this},t}(zn),vr={setInterval:function(s,t){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];var r=vr.delegate;return r?.setInterval?r.setInterval.apply(r,Ve([s,t],Oe(e))):setInterval.apply(void 0,Ve([s,t],Oe(e)))},clearInterval:function(s){var t=vr.delegate;return(t?.clearInterval||clearInterval)(s)},delegate:void 0},v0=function(s){we(t,s);function t(e,n){var r=s.call(this,e,n)||this;return r.scheduler=e,r.work=n,r.pending=!1,r}return t.prototype.schedule=function(e,n){var r;if(n===void 0&&(n=0),this.closed)return this;this.state=e;var i=this.id,o=this.scheduler;return i!=null&&(this.id=this.recycleAsyncId(o,i,n)),this.pending=!0,this.delay=n,this.id=(r=this.id)!==null&&r!==void 0?r:this.requestAsyncId(o,this.id,n),this},t.prototype.requestAsyncId=function(e,n,r){return r===void 0&&(r=0),vr.setInterval(e.flush.bind(e,this),r)},t.prototype.recycleAsyncId=function(e,n,r){if(r===void 0&&(r=0),r!=null&&this.delay===r&&this.pending===!1)return n;n!=null&&vr.clearInterval(n)},t.prototype.execute=function(e,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var r=this._execute(e,n);if(r)return r;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,n){var r=!1,i;try{this.work(e)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i},t.prototype.unsubscribe=function(){if(!this.closed){var e=this,n=e.id,r=e.scheduler,i=r.actions;this.work=this.state=this.scheduler=null,this.pending=!1,rs(i,this),n!=null&&(this.id=this.recycleAsyncId(r,n,null)),this.delay=null,s.prototype.unsubscribe.call(this)}},t}(w0),pl=function(){function s(t,e){e===void 0&&(e=s.now),this.schedulerActionCtor=t,this.now=e}return s.prototype.schedule=function(t,e,n){return e===void 0&&(e=0),new this.schedulerActionCtor(this,t).schedule(n,e)},s.now=yo.now,s}(),x0=function(s){we(t,s);function t(e,n){n===void 0&&(n=pl.now);var r=s.call(this,e,n)||this;return r.actions=[],r._active=!1,r}return t.prototype.flush=function(e){var n=this.actions;if(this._active){n.push(e);return}var r;this._active=!0;do if(r=e.execute(e.state,e.delay))break;while(e=n.shift());if(this._active=!1,r){for(;e=n.shift();)e.unsubscribe();throw r}},t}(pl),bo=new x0(v0),S0=bo,gl=new Mt(function(s){return s.complete()});function yl(s){return s&&gt(s.schedule)}function wo(s){return s[s.length-1]}function _0(s){return gt(wo(s))?s.pop():void 0}function os(s){return yl(wo(s))?s.pop():void 0}function C0(s,t){return typeof wo(s)=="number"?s.pop():t}var vo=function(s){return s&&typeof s.length=="number"&&typeof s!="function"};function bl(s){return gt(s?.then)}function wl(s){return gt(s[go])}function vl(s){return Symbol.asyncIterator&&gt(s?.[Symbol.asyncIterator])}function xl(s){return new TypeError("You provided "+(s!==null&&typeof s=="object"?"an invalid object":"'"+s+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function E0(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Sl=E0();function _l(s){return gt(s?.[Sl])}function Cl(s){return o0(this,arguments,function(){var e,n,r,i;return ol(this,function(o){switch(o.label){case 0:e=s.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,Ln(e.read())];case 3:return n=o.sent(),r=n.value,i=n.done,i?[4,Ln(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,Ln(r)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function El(s){return gt(s?.getReader)}function Ft(s){if(s instanceof Mt)return s;if(s!=null){if(wl(s))return T0(s);if(vo(s))return P0(s);if(bl(s))return A0(s);if(vl(s))return Tl(s);if(_l(s))return M0(s);if(El(s))return k0(s)}throw xl(s)}function T0(s){return new Mt(function(t){var e=s[go]();if(gt(e.subscribe))return e.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function P0(s){return new Mt(function(t){for(var e=0;e<s.length&&!t.closed;e++)t.next(s[e]);t.complete()})}function A0(s){return new Mt(function(t){s.then(function(e){t.closed||(t.next(e),t.complete())},function(e){return t.error(e)}).then(null,ul)})}function M0(s){return new Mt(function(t){var e,n;try{for(var r=fn(s),i=r.next();!i.done;i=r.next()){var o=i.value;if(t.next(o),t.closed)return}}catch(a){e={error:a}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}t.complete()})}function Tl(s){return new Mt(function(t){I0(s,t).catch(function(e){return t.error(e)})})}function k0(s){return Tl(Cl(s))}function I0(s,t){var e,n,r,i;return i0(this,void 0,void 0,function(){var o,a;return ol(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),e=a0(s),c.label=1;case 1:return[4,e.next()];case 2:if(n=c.sent(),!!n.done)return[3,4];if(o=n.value,t.next(o),t.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=c.sent(),r={error:a},[3,11];case 6:return c.trys.push([6,,9,10]),n&&!n.done&&(i=e.return)?[4,i.call(e)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(r)throw r.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})}function Re(s,t,e,n,r){n===void 0&&(n=0),r===void 0&&(r=!1);var i=t.schedule(function(){e(),r?s.add(this.schedule(null,n)):this.unsubscribe()},n);if(s.add(i),!r)return i}function Pl(s,t){return t===void 0&&(t=0),Zt(function(e,n){e.subscribe(Rt(n,function(r){return Re(n,s,function(){return n.next(r)},t)},function(){return Re(n,s,function(){return n.complete()},t)},function(r){return Re(n,s,function(){return n.error(r)},t)}))})}function xo(s,t){return t===void 0&&(t=0),Zt(function(e,n){n.add(s.schedule(function(){return e.subscribe(n)},t))})}function D0(s,t){return Ft(s).pipe(xo(t),Pl(t))}function O0(s,t){return Ft(s).pipe(xo(t),Pl(t))}function R0(s,t){return new Mt(function(e){var n=0;return t.schedule(function(){n===s.length?e.complete():(e.next(s[n++]),e.closed||this.schedule())})})}function L0(s,t){return new Mt(function(e){var n;return Re(e,t,function(){n=s[Sl](),Re(e,t,function(){var r,i,o;try{r=n.next(),i=r.value,o=r.done}catch(a){e.error(a);return}o?e.complete():e.next(i)},0,!0)}),function(){return gt(n?.return)&&n.return()}})}function Al(s,t){if(!s)throw new Error("Iterable cannot be null");return new Mt(function(e){Re(e,t,function(){var n=s[Symbol.asyncIterator]();Re(e,t,function(){n.next().then(function(r){r.done?e.complete():e.next(r.value)})},0,!0)})})}function z0(s,t){return Al(Cl(s),t)}function N0(s,t){if(s!=null){if(wl(s))return D0(s,t);if(vo(s))return R0(s,t);if(bl(s))return O0(s,t);if(vl(s))return Al(s,t);if(_l(s))return L0(s,t);if(El(s))return z0(s,t)}throw xl(s)}function as(s,t){return t?N0(s,t):Ft(s)}function F0(){for(var s=[],t=0;t<arguments.length;t++)s[t]=arguments[t];var e=os(s);return as(s,e)}var B0=lo(function(s){return function(){s(this),this.name="EmptyError",this.message="no elements in sequence"}});function U0(s,t){var e=typeof t=="object";return new Promise(function(n,r){var i=new Nn({next:function(o){n(o),i.unsubscribe()},error:r,complete:function(){e?n(t.defaultValue):r(new B0)}});s.subscribe(i)})}function $0(s){return s instanceof Date&&!isNaN(s)}function kt(s,t){return Zt(function(e,n){var r=0;e.subscribe(Rt(n,function(i){n.next(s.call(t,i,r++))}))})}var Y0=Array.isArray;function j0(s,t){return Y0(t)?s.apply(void 0,Ve([],Oe(t))):s(t)}function So(s){return kt(function(t){return j0(s,t)})}var X0=Array.isArray,G0=Object.getPrototypeOf,V0=Object.prototype,q0=Object.keys;function H0(s){if(s.length===1){var t=s[0];if(X0(t))return{args:t,keys:null};if(W0(t)){var e=q0(t);return{args:e.map(function(n){return t[n]}),keys:e}}}return{args:s,keys:null}}function W0(s){return s&&typeof s=="object"&&G0(s)===V0}function J0(s,t){return s.reduce(function(e,n,r){return e[n]=t[r],e},{})}function K0(){for(var s=[],t=0;t<arguments.length;t++)s[t]=arguments[t];var e=os(s),n=_0(s),r=H0(s),i=r.args,o=r.keys;if(i.length===0)return as([],e);var a=new Mt(Z0(i,e,o?function(c){return J0(o,c)}:dn));return n?a.pipe(So(n)):a}function Z0(s,t,e){return e===void 0&&(e=dn),function(n){Ml(t,function(){for(var r=s.length,i=new Array(r),o=r,a=r,c=function(l){Ml(t,function(){var u=as(s[l],t),d=!1;u.subscribe(Rt(n,function(f){i[l]=f,d||(d=!0,a--),a||n.next(e(i.slice()))},function(){--o||n.complete()}))},n)},h=0;h<r;h++)c(h)},n)}}function Ml(s,t,e){s?Re(e,s,t):t()}function Q0(s,t,e,n,r,i,o,a){var c=[],h=0,l=0,u=!1,d=function(){u&&!c.length&&!h&&t.complete()},f=function(p){return h<n?m(p):c.push(p)},m=function(p){i&&t.next(p),h++;var _=!1;Ft(e(p,l++)).subscribe(Rt(t,function(y){r?.(y),i?f(y):t.next(y)},function(){_=!0},void 0,function(){if(_)try{h--;for(var y=function(){var b=c.shift();o?Re(t,o,function(){return m(b)}):m(b)};c.length&&h<n;)y();d()}catch(b){t.error(b)}}))};return s.subscribe(Rt(t,f,function(){u=!0,d()})),function(){a?.()}}function _o(s,t,e){return e===void 0&&(e=1/0),gt(t)?_o(function(n,r){return kt(function(i,o){return t(n,i,r,o)})(Ft(s(n,r)))},e):(typeof t=="number"&&(e=t),Zt(function(n,r){return Q0(n,r,s,e)}))}function kl(s){return s===void 0&&(s=1/0),_o(dn,s)}function ty(){return kl(1)}function Il(){for(var s=[],t=0;t<arguments.length;t++)s[t]=arguments[t];return ty()(as(s,os(s)))}var ey=["addListener","removeListener"],ny=["addEventListener","removeEventListener"],sy=["on","off"];function Co(s,t,e,n){if(gt(e)&&(n=e,e=void 0),n)return Co(s,t,e).pipe(So(n));var r=Oe(oy(s)?ny.map(function(a){return function(c){return s[a](t,c,e)}}):ry(s)?ey.map(Dl(s,t)):iy(s)?sy.map(Dl(s,t)):[],2),i=r[0],o=r[1];if(!i&&vo(s))return _o(function(a){return Co(a,t,e)})(Ft(s));if(!i)throw new TypeError("Invalid event target");return new Mt(function(a){var c=function(){for(var h=[],l=0;l<arguments.length;l++)h[l]=arguments[l];return a.next(1<h.length?h:h[0])};return i(c),function(){return o(c)}})}function Dl(s,t){return function(e){return function(n){return s[e](t,n)}}}function ry(s){return gt(s.addListener)&&gt(s.removeListener)}function iy(s){return gt(s.on)&&gt(s.off)}function oy(s){return gt(s.addEventListener)&&gt(s.removeEventListener)}function Tt(s,t,e){return e?Tt(s,t).pipe(So(e)):new Mt(function(n){var r=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];return n.next(o.length===1?o[0]:o)},i=s(r);return gt(t)?function(){return t(r,i)}:void 0})}function ay(s,t,e){s===void 0&&(s=0),e===void 0&&(e=S0);var n=-1;return t!=null&&(yl(t)?e=t:n=t),new Mt(function(r){var i=$0(s)?+s-e.now():s;i<0&&(i=0);var o=0;return e.schedule(function(){r.closed||(r.next(o++),0<=n?this.schedule(void 0,n):r.complete())},i)})}function Ol(){for(var s=[],t=0;t<arguments.length;t++)s[t]=arguments[t];var e=os(s),n=C0(s,1/0),r=s;return r.length?r.length===1?Ft(r[0]):kl(n)(as(r,e)):gl}var cy=Array.isArray;function hy(s){return s.length===1&&cy(s[0])?s[0]:s}function Rl(s,t){return Zt(function(e,n){var r=0;e.subscribe(Rt(n,function(i){return s.call(t,i,r++)&&n.next(i)}))})}function xr(){for(var s=[],t=0;t<arguments.length;t++)s[t]=arguments[t];return s=hy(s),s.length===1?Ft(s[0]):new Mt(ly(s))}function ly(s){return function(t){for(var e=[],n=function(i){e.push(Ft(s[i]).subscribe(Rt(t,function(o){if(e){for(var a=0;a<e.length;a++)a!==i&&e[a].unsubscribe();e=null}t.next(o)})))},r=0;e&&!t.closed&&r<s.length;r++)n(r)}}function He(s,t){return t===void 0&&(t=dn),s=s??uy,Zt(function(e,n){var r,i=!0;e.subscribe(Rt(n,function(o){var a=t(o);(i||!s(r,a))&&(i=!1,r=a,n.next(o))}))})}function uy(s,t){return s===t}function Ll(s,t){return t?function(e){return e.pipe(Ll(function(n,r){return Ft(s(n,r)).pipe(kt(function(i,o){return t(n,i,r,o)}))}))}:Zt(function(e,n){var r=0,i=null,o=!1;e.subscribe(Rt(n,function(a){i||(i=Rt(n,void 0,function(){i=null,o&&n.complete()}),Ft(s(a,r++)).subscribe(i))},function(){o=!0,!i&&n.complete()}))})}function fy(s){s===void 0&&(s={});var t=s.connector,e=t===void 0?function(){return new qe}:t,n=s.resetOnError,r=n===void 0?!0:n,i=s.resetOnComplete,o=i===void 0?!0:i,a=s.resetOnRefCountZero,c=a===void 0?!0:a;return function(h){var l,u,d,f=0,m=!1,p=!1,_=function(){u?.unsubscribe(),u=void 0},y=function(){_(),l=d=void 0,m=p=!1},b=function(){var v=l;y(),v?.unsubscribe()};return Zt(function(v,w){f++,!p&&!m&&_();var E=d=d??e();w.add(function(){f--,f===0&&!p&&!m&&(u=Eo(b,c))}),E.subscribe(w),!l&&f>0&&(l=new Nn({next:function(C){return E.next(C)},error:function(C){p=!0,_(),u=Eo(y,r,C),E.error(C)},complete:function(){m=!0,_(),u=Eo(y,o),E.complete()}}),Ft(v).subscribe(l))})(h)}}function Eo(s,t){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];if(t===!0){s();return}if(t!==!1){var r=new Nn({next:function(){r.unsubscribe(),s()}});return Ft(t.apply(void 0,Ve([],Oe(e)))).subscribe(r)}}function dy(s,t,e){var n,r,i,o,a=!1;return s&&typeof s=="object"?(n=s.bufferSize,o=n===void 0?1/0:n,r=s.windowTime,t=r===void 0?1/0:r,i=s.refCount,a=i===void 0?!1:i,e=s.scheduler):o=s??1/0,fy({connector:function(){return new b0(o,t,e)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:a})}function mn(){for(var s=[],t=0;t<arguments.length;t++)s[t]=arguments[t];var e=os(s);return Zt(function(n,r){(e?Il(s,n,e):Il(s,n)).subscribe(r)})}function Sr(s,t){return Zt(function(e,n){var r=null,i=0,o=!1,a=function(){return o&&!r&&n.complete()};e.subscribe(Rt(n,function(c){r?.unsubscribe();var h=0,l=i++;Ft(s(c,l)).subscribe(r=Rt(n,function(u){return n.next(t?t(c,u,l,h++):u)},function(){r=null,a()}))},function(){o=!0,a()}))})}function my(){return Sr(dn)}function To(s){return Zt(function(t,e){Ft(s).subscribe(Rt(e,function(){return e.complete()},is)),!e.closed&&t.subscribe(e)})}function pn(s,t,e){var n=gt(s)||t||e?{next:s,error:t,complete:e}:s;return n?Zt(function(r,i){var o;(o=n.subscribe)===null||o===void 0||o.call(n);var a=!0;r.subscribe(Rt(i,function(c){var h;(h=n.next)===null||h===void 0||h.call(n,c),i.next(c)},function(){var c;a=!1,(c=n.complete)===null||c===void 0||c.call(n),i.complete()},function(c){var h;a=!1,(h=n.error)===null||h===void 0||h.call(n,c),i.error(c)},function(){var c,h;a&&((c=n.unsubscribe)===null||c===void 0||c.call(n)),(h=n.finalize)===null||h===void 0||h.call(n)}))}):dn}function py(s,t){return Zt(function(e,n){var r=t??{},i=r.leading,o=i===void 0?!0:i,a=r.trailing,c=a===void 0?!1:a,h=!1,l=null,u=null,d=!1,f=function(){u?.unsubscribe(),u=null,c&&(_(),d&&n.complete())},m=function(){u=null,d&&n.complete()},p=function(y){return u=Ft(s(y)).subscribe(Rt(n,f,m))},_=function(){if(h){h=!1;var y=l;l=null,n.next(y),!d&&p(y)}};e.subscribe(Rt(n,function(y){h=!0,l=y,!(u&&!u.closed)&&(o?_():p(y))},function(){d=!0,!(c&&h&&u&&!u.closed)&&n.complete()}))})}function gy(s,t,e){t===void 0&&(t=bo);var n=ay(s,t);return py(function(){return n},e)}function yy(s,t){return Zt(function(e,n){var r=[],i=function(o){for(;0<r.length;)r.shift().error(o);n.error(o)};Ft(s).subscribe(Rt(n,function(o){var a=new qe;r.push(a);var c=new zn,h=function(){rs(r,a),a.complete(),c.unsubscribe()},l;try{l=Ft(t(o))}catch(u){i(u);return}n.next(a.asObservable()),c.add(l.subscribe(Rt(n,h,is,i)))},is)),e.subscribe(Rt(n,function(o){var a,c,h=r.slice();try{for(var l=fn(h),u=l.next();!u.done;u=l.next()){var d=u.value;d.next(o)}}catch(f){a={error:f}}finally{try{u&&!u.done&&(c=l.return)&&c.call(l)}finally{if(a)throw a.error}}},function(){for(;0<r.length;)r.shift().complete();n.complete()},i,function(){for(;0<r.length;)r.shift().unsubscribe()}))})}function by(s){return s.toElement?s.toElement:s.currentTarget?s.currentTarget:s.srcElement?s.srcElement:null}function yt(s,t,e,n=!1){const r=async i=>{await e(i)};try{s.addEventListener(t,r,n)}catch{s.attachEvent("on"+t,r)}return()=>{try{s.removeEventListener(t,r,n)}catch{s.detachEvent("on"+t,r)}}}function wy(s,t,e,n,r=!1){return yt(s||document.body,e,i=>{i.target===t&&n(i)},r)}function vy(s){s.replaceWith(s.cloneNode(!0))}function st(s,t,e=!1){return Co(s,t,{capture:e})}function xy(s){const t=Tt(e=>s.register(e),(e,n)=>{s.unregister?.(e,...n||[])},(...e)=>[...e]);return s.share?t.pipe(dy({bufferSize:s.bufferSize||1,refCount:!0})):t}function We(s){if(s.preventDefault){s.preventDefault();return}try{s.returnValue=!1}catch{}}function zl(s){if(s.stopPropagation){s.stopPropagation();return}try{s.cancelBubble=!0}catch{}}const Sy=["click","dblclick","wheel","contextmenu","mousedown","mouseup","mousemove","mouseover","mouseout","mouseenter","mouseleave"],_y=["keydown","keyup","keypress"],Cy=["touchstart","touchend","touchcancel","touchmove"],Ey=["pointerdown","pointerup","pointercancel","pointermove"],Ty=["dragstart","drag","dragend","dragenter","dragover","dragleave","drop"],Py=["change"];function _r(s,t={bubbles:!0,detail:{}}){let e;try{const n=Object.assign({bubbles:!0,cancelable:!0,view:window,detail:1,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null},t);Sy.includes(s)?e=new MouseEvent(s,n):_y.includes(s)?e=new KeyboardEvent(s,n):Cy.includes(s)?e=new TouchEvent(s,n):Ey.includes(s)?e=new PointerEvent(s,n):Ty.includes(s)?e=new DragEvent(s,n):Py.includes(s)?e=new Event(s,n):e=new CustomEvent(s,n)}catch{document.createEvent?e=document.createEvent("Event").initEvent(s,!0,!0):document.createEventObject&&(e=document.createEventObject())}return e}function Po(s,t,e){if(s)if(s.dispatchEvent)s.dispatchEvent(e);else if(s.fireEvent&&document.createEventObject)s.fireEvent("on"+t,e);else throw new Error(`Can't dispatch event : ${t}`)}function Ay(s,t){const e=s.target,n=_r(t);Po(e,t,n)}function My(s){const t=s.target,e="click";if(!/(SELECT|INPUT|TEXTAREA)/i.test(t.tagName)){const n=_r(e);n.view=s.view||window,n.detail=1,n.screenX=t.screenX||0,n.screenY=t.screenY||0,n.clientX=t.clientX||0,n.clientY=t.clientY||0,n.pageX=s.pageX,n.pageY=s.pageY,n.ctrlKey=!!s.ctrlKey,n.altKey=!!s.altKey,n.shiftKey=!!s.shiftKey,n.metaKey=!!s.metaKey,n.button=0,n.relatedTarget=null,n._constructed=!0,Po(t,e,n)}}function ky(s,t){const e=s.changedTouches[0];return _r(t,{bubbles:!0,cancelable:!0,view:window,detail:1,screenX:e.screenX,screenY:e.screenY,clientX:e.clientX,clientY:e.clientY,ctrlKey:!1,altKey:!1,shiftKey:!1,metaKey:!1,button:0,relatedTarget:null})}function Iy(s,t,e,n,r){const i=t/e;let o=0,a=0;switch(s){case"aspectFit":i>=1?(o=n,a=o/i,a>r&&(a=r,o=a*i)):(a=r,o=a*i,o>n&&(o=n,a=o/i));break;case"aspectFill":i>=1?(a=r,o=a*i):(o=n,a=o/i);break;case"widthFix":o=n,a=o/i;break;case"heightFix":a=r,o=a*i;break;case"scaleToFill":default:o=n,a=r;break}return{width:o,height:a}}function Nl(s){try{const t=document.createElement("canvas"),e=t.getContext("2d");return t.width=s.width,t.height=s.height,e.drawImage(s,0,0,t.width,t.height),e.getImageData(0,0,t.width,t.height)}catch{return new ImageData(s.width,s.height)}}const Dy=s=>{const t=s.width,e=s.height,n=t*e*3,r=n+54,i=[66,77,r&255,r>>8&255,r>>16&255,r>>24&255,0,0,0,0,54,0,0,0],o=[40,0,0,0,t&255,t>>8&255,t>>16&255,t>>24&255,e&255,e>>8&255,e>>16&255,e>>24&255,1,0,24,0,0,0,0,0,n&255,n>>8&255,n>>16&255,n>>24&255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=(4-t*3%4)%4,c=s.data;let h="";const l=t<<2;let u=e;const d=String.fromCharCode;do{const m=l*(u-1);let p="";for(let _=0;_<t;_++){const y=_<<2;p+=d(c[m+y+2])+d(c[m+y+1])+d(c[m+y])}for(let _=0;_<a;_++)p+=String.fromCharCode(0);h+=p}while(--u);function f(m){if(!window.btoa)throw"btoa undefined";let p="";if(typeof m=="string")p=m;else for(let _=0;_<m.length;_++)p+=String.fromCharCode(m[_]);return btoa(p)}return f(i.concat(o))+f(h)};function Oy(s){const{width:t,height:e}=s,n=document.createElement("canvas"),r=n.getContext("2d");return n.width=t,n.height=e,r.putImageData(s,0,0,0,0,t,e),n.toDataURL("image/png")}const Ry=(s,t,e)=>{const{width:n,height:r}=s,i=document.createElement("canvas"),o=i.getContext("2d");i.width=n,i.height=r,o.putImageData(s,0,0,0,0,n,r);const a=`image/${t?t.toLowerCase():"png"}`;i.toBlob(c=>{e?.(null,c)},a,1)};function Ly(s,t){return createImageBitmap(s,t)}function zy(s){const t=[],e=[],n=[];let r=0;for(let c=0,h=s.data.length;c<h;c+=4)t[r]=s.data[c],e[r]=s.data[c+1],n[r]=s.data[c+2],r+=1;const i=Ao(t),o=Ao(e),a=Ao(n);return"rgb("+i+","+o+","+a+")"}function Ao(s){const t={},e=[],n=[];for(let a=0;a<s.length;a++)t[s[a]]?e.push(s[a]):t[s[a]]=1;let r=0;for(let a=0;a<e.length;a++){r=0;for(let c=0;c<e.length;c++)e[a]===e[c]&&(r+=1),n[a]=r}const i=Math.max.apply(null,n);let o=0;for(;o<n.length;o++)if(n[o]===i)return;return e[o]}const Ny=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=t[(o*e+e-a-1)*4],r[c+1]=t[(o*e+e-a-1)*4+1],r[c+2]=t[(o*e+e-a-1)*4+2],r[c+3]=t[(o*e+e-a-1)*4+3]}return new ImageData(r,e,n)},Fy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=t[((n-o-1)*e+a)*4],r[c+1]=t[((n-o-1)*e+a)*4+1],r[c+2]=t[((n-o-1)*e+a)*4+2],r[c+3]=t[((n-o-1)*e+a)*4+3]}return new ImageData(r,e,n)},By=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<n;a++){const c=(o*n+a)*4;r[c]=t[(a*e+e-o-1)*4],r[c+1]=t[(a*e+e-o-1)*4+1],r[c+2]=t[(a*e+e-o-1)*4+2],r[c+3]=t[(a*e+e-o-1)*4+3]}return new ImageData(r,n,e)},Uy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<e;o++)for(let a=0;a<n;a++){const c=(o*n+a)*4;r[c]=t[((n-a-1)*e+o)*4],r[c+1]=t[((n-a-1)*e+o)*4+1],r[c+2]=t[((n-a-1)*e+o)*4+2],r[c+3]=t[((n-a-1)*e+o)*4+3]}return new ImageData(r,n,e)},$y=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+1]+t[c+2])/3;r[c]=h,r[c+1]=h,r[c+2]=h,r[c+3]=t[c+3]}return new ImageData(r,e,n)},Yy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=.2126*t[c]+.7152*t[c+1]+.0722*t[c+2];r[c]=h,r[c+1]=h,r[c+2]=h,r[c+3]=t[c+3]}return new ImageData(r,e,n)},jy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,l=(t[c]+t[c+1]+t[c+2])/3>127?255:0;r[c]=l,r[c+1]=l,r[c+2]=l,r[c+3]=t[c+3]}return new ImageData(r,e,n)},Xy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=255-t[c],r[c+1]=255-t[c+1],r[c+2]=255-t[c+2],r[c+3]=t[c+3]}return new ImageData(r,e,n)},Gy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=t[c],r[c+1]=0,r[c+2]=0,r[c+3]=t[c+3]}return new ImageData(r,e,n)},Vy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=0,r[c+1]=t[c+1],r[c+2]=0,r[c+3]=t[c+3]}return new ImageData(r,e,n)},qy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=0,r[c+1]=0,r[c+2]=t[c+2],r[c+3]=t[c+3]}return new ImageData(r,e,n)},Hy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=t[c],r[c+1]=t[c+1],r[c+2]=0,r[c+3]=t[c+3]}return new ImageData(r,e,n)},Wy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=t[c],r[c+1]=0,r[c+2]=t[c+1],r[c+3]=t[c+3]}return new ImageData(r,e,n)},Jy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=0,r[c+1]=t[c+1],r[c+2]=t[c+1],r[c+3]=t[c+3]}return new ImageData(r,e,n)},Ky=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c+1]+t[c+2])/2;r[c]=t[c],r[c+1]=h,r[c+2]=h,r[c+3]=t[c+3]}return new ImageData(r,e,n)},Zy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+2])/2;r[c]=h,r[c+1]=t[c+1],r[c+2]=h,r[c+3]=t[c+3]}return new ImageData(r,e,n)},Qy=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4,h=(t[c]+t[c+1])/2;r[c]=h,r[c+1]=h,r[c+2]=t[c+2],r[c+3]=t[c+3]}return new ImageData(r,e,n)},t1=s=>Fl(s,[-1,-1,-1,-1,9,-1,-1,-1,-1]),e1=s=>Fl(s,[-1,-1,-1,-1,8,-1,-1,-1,-1]),n1=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;r[c]=t[c],r[c+1]=t[c+1],r[c+2]=t[c+2],r[c+3]=255}return new ImageData(r,e,n)},s1=s=>{const{data:t,width:e,height:n}=s,r=new Uint8ClampedArray(t.length);for(let o=0;o<n;o++)for(let a=0;a<e;a++){const c=(o*e+a)*4;if(t[c+3]===0)r[c]=255,r[c+1]=255,r[c+2]=255,r[c+3]=255;else{const h=Bl([t[c],t[c+1],t[c+2],t[c+3]],[255,255,255,255]);r[c]=h[0],r[c+1]=h[1],r[c+2]=h[2],r[c+3]=h[3]}}return new ImageData(r,e,n)};function r1(s,t,e,n,r,i=!1,o){const{data:a,width:c,height:h}=s;let l=r,u=n,d=t,f=e;if(l<0?l=0:l>c&&(l=c),u<0?u=0:u>h&&(u=h),d<1?d=1:d>c&&(d=c),f<1?f=1:f>h&&(f=h),l+d>c&&(d=c-l),u+f>h&&(f=h-u),i){const m=new Uint8ClampedArray(a.length);for(let _=0;_<h;_++)for(let y=0;y<c;y++){const b=(_*c+y)*4;y>=l&&y<=l+d&&_>=u&&_<=u+f?(m[b]=a[b],m[b+1]=a[b+1],m[b+2]=a[b+2],m[b+3]=a[b+3]):(m[b]=255,m[b+1]=255,m[b+2]=255,m[b+3]=o&&["JPG","JPEG"].includes(o.toUpperCase())?255:0)}return new ImageData(m,c,h)}else{const m=new Uint8ClampedArray(d*f*4);for(let _=u;_<=u+f;_++)for(let y=l;y<=l+d;y++){const b=((_-u)*d+y-l)*4,v=(_*c+y)*4;m[b]=a[v],m[b+1]=a[v+1],m[b+2]=a[v+2],m[b+3]=a[v+3]}return new ImageData(m,d,f)}}function i1(s,t,e,n){const{data:r,width:i,height:o}=s;let a=t;a>Math.floor(i/2)&&(a=Math.floor(i/2)),a>Math.floor(o/2)&&(a=Math.floor(o/2)),a<0&&(a=0);const c=new Uint8ClampedArray(r.length);for(let l=0;l<o;l++)for(let u=0;u<i;u++){const d=(l*i+u)*4;let f=-1;u<a?l<a?f=Math.sqrt(Math.pow(a-u-1,2)+Math.pow(a-l-1,2)):l>o-a-1&&(f=Math.sqrt(Math.pow(a-u-1,2)+Math.pow(l-(o-a),2))):u>i-a-1&&(l<a?f=Math.sqrt(Math.pow(u-(i-a),2)+Math.pow(a-l-1,2)):l>o-a-1&&(f=Math.sqrt(Math.pow(u-(i-a),2)+Math.pow(l-(o-a),2)))),Math.round(f)>a?(c[d]=255,c[d+1]=255,c[d+2]=255,c[d+3]=n||e.toUpperCase()==="PNG"?0:255):(c[d]=r[d],c[d+1]=r[d+1],c[d+2]=r[d+2],c[d+3]=n||e.toUpperCase()==="PNG"?r[d+3]:255)}return new ImageData(c,i,o)}function o1(s,t,e,n,r,i=1e4){const o=new Image;o.src=s;const a=document.createElement("canvas"),c=a.getContext("2d");return a.width=i,a.height=i,c.drawImage(o,0,0,t,e,0,0,n,r),c.getImageData(0,0,n,r)}function a1(s,t){const{data:e,width:n,height:r}=s,i=new Uint8ClampedArray(e.length);for(let a=0;a<r;a++)for(let c=0;c<n;c++){const h=(a*n+c)*4;i[h]=Math.max(Math.min(e[h]+t,255),0),i[h+1]=Math.max(Math.min(e[h+1]+t,255),0),i[h+2]=Math.max(Math.min(e[h+2]+t,255),0),i[h+3]=e[h+3]}return new ImageData(i,n,r)}function c1(s,t,e=!1){const{data:n,width:r,height:i}=s,o=new Uint8ClampedArray(n.length);for(let c=0;c<i;c++)for(let h=0;h<r;h++){const l=(c*r+h)*4;n[l+3]===0?(o[l]=255,o[l+1]=255,o[l+2]=255):(o[l]=n[l],o[l+1]=n[l+1],o[l+2]=n[l+2]);let u=n[l+3];e?u=Math.max(Math.min(Math.floor(255*t),255),0):u=Math.max(Math.min(Math.floor(u+255*t),255),0),o[l+3]=u}return new ImageData(o,r,i)}function h1(s,t,e,n){const{data:r,width:i,height:o}=s,{data:a,width:c,height:h}=t;let l=e,u=n;e+h>o&&(l=o-h),n+c>i&&(u=i-c);const d=new Uint8ClampedArray(r.length);for(let m=0;m<o;m++)for(let p=0;p<i;p++){const _=(m*i+p)*4;if(p<u||p>u+c||m<=l||m>=l+h)d[_]=r[_],d[_+1]=r[_+1],d[_+2]=r[_+2],d[_+3]=r[_+3];else{const y=(m*i+p-((l+1)*i+(m-(l+1))*(i-c))+c-u-1)*4,b=[a[y],a[y+1],a[y+2],a[y+3]],v=[r[_],r[_+1],r[_+2],r[_+3]],w=Bl(b,v);d[_]=w[0],d[_+1]=w[1],d[_+2]=w[2],d[_+3]=w[3]}}return new ImageData(d,i,o)}function l1(s,t,e,n,r,i=10){const{data:o,width:a,height:c}=s;let h=r,l=n,u=t,d=e;h<0?h=0:h>a&&(h=a),l<0?l=0:l>c&&(l=c),u<1?u=1:u>a&&(u=a),d<1?d=1:d>c&&(d=c),h+u>a&&(u=a-h),l+d>c&&(d=c-l);const f=new Uint8ClampedArray(o.length);for(let p=0;p<c;p++)for(let _=0;_<a;_++){const y=(p*a+_)*4;if(_>=h&&_<=h+u&&p>=l&&p<=l+d){const b=Math.floor((_-h)/i),v=Math.floor((p-l)/i);let w=Math.floor(i*(b+1)-i/2+h),E=Math.floor(i*(v+1)-i/2+l);w>a-1&&(w=a-1),E>c-1&&(E=c-1);const C=(E*a+w)*4;f[y]=o[C],f[y+1]=o[C+1],f[y+2]=o[C+2],f[y+3]=o[C+3]}else f[y]=o[y],f[y+1]=o[y+1],f[y+2]=o[y+2],f[y+3]=o[y+3]}return new ImageData(f,a,c)}function u1(s,t,e={backgroundColor:{r:0,g:0,b:0,a:255},changeIntoColor:{r:0,g:0,b:0,a:0}}){if(t&&e){const{data:n,width:r,height:i}=s,{data:o}=t,a=new Uint8ClampedArray(n.length),{backgroundColor:c,changeIntoColor:h}=e;for(let u=0;u<i;u++)for(let d=0;d<r;d++){const f=(u*r+d)*4,m=o[f],p=o[f+1],_=o[f+2],y=o[f+3];m===c.r&&p===c.g&&_===c.b&&y===c.a&&h.a!==0?(a[f]=h.r,a[f+1]=h.g,a[f+2]=h.b,a[f+3]=h.a):(a[f]=n[f],a[f+1]=n[f+1],a[f+2]=n[f+2],a[f+3]=n[f+3])}return new ImageData(a,r,i)}return s}function Fl(s,t){const{data:e,width:n,height:r}=s,i=new Uint8ClampedArray(e.length);for(let a=0;a<r;a++)for(let c=0;c<n;c++){const h=(a*n+c)*4;for(let l=0;l<3;l++){const u=h+l;c===0||c===n-1||a===0||a===r-1?i[u]=e[u]:i[u]=t[0]*e[u-n*4-4]+t[1]*e[u-n*4]+t[2]*e[u-n*4+4]+t[3]*e[u-4]+t[4]*e[u]+t[5]*e[u+4]+t[6]*e[u+n*4-4]+t[7]*e[u+n*4]+t[8]*e[u+n*4+4]}i[h+3]=e[h+3]}return new ImageData(i,n,r)}function Bl(s,t){if(s&&s.length===4&&t&&t.length===4){const e=s[3],n=t[3];if(e===255||n===0)return s;if(e===0)return t;{const r=e/255,i=n/255,o=Math.max(Math.min(Math.floor(s[0]*r+t[0]*i*(1-r)),255),0),a=Math.max(Math.min(Math.floor(s[1]*r+t[1]*i*(1-r)),255),0),c=Math.max(Math.min(Math.floor(s[2]*r+t[2]*i*(1-r)),255),0),h=Math.max(Math.min(Math.floor((r+i*(1-r))*255),255),0);return[o,a,c,h]}}return[255,255,255,255]}const Mo=function(){const s=[];return{writeByte(t){s.push(t&255)},writeShort(t){this.writeByte(t),this.writeByte(t>>>8)},writeBytes(t,e=0,n=t.length){for(let r=0;r<n;r++)this.writeByte(t[r+e])},writeString(t){for(let e=0,n=t.length;e<n;e++)this.writeByte(t.charCodeAt(e))},toByteArray(){return s},toString(){let t="[";for(let e=0,n=s.length;e<n;e++)e>0&&(t+=","),t+=s[e];return t+="]",t}}},Ul=function(){let s=0,t=0,e=0,n="";const r=function(o){if(!(o<0)){if(o<26)return 65+o;if(o<52)return 97+(o-26);if(o<62)return 48+(o-52);if(o==62)return 43;if(o==63)return 47}throw new Error("n:"+o)},i=function(o){n+=String.fromCharCode(r(o&63))};return{writeByte(o){for(s=s<<8|o&255,t+=8,e+=1;t>=6;)i(s>>>t-6),t-=6},flush(){if(t>0&&(i(s<<6-t),s=0,t=0),e%3!=0){const o=3-e%3;for(let a=0;a<o;a++)n+="="}},toString(){return n}}},$l=function(s,t,e){const n=new Array(s*s),r=function(a){const c=a;let h=0,l=0;return{write(u,d){if(u>>>d)throw new Error("length over");for(;h+d>=8;)c.writeByte(255&(u<<h|l)),d-=8-h,u>>>=8-h,l=0,h=0;l=u<<h|l,h=h+d},flush(){h>0&&c.writeByte(l)}}},i=function(a){const c=1<<a,h=(1<<a)+1;let l=a+1;const u=o();for(let _=0;_<c;_++)u.add(String.fromCharCode(_));u.add(String.fromCharCode(c)),u.add(String.fromCharCode(h));const d=Mo(),f=r(d);f.write(c,l);let m=0,p=String.fromCharCode(n[m]);for(m+=1;m<n.length;){const _=String.fromCharCode(n[m]);m+=1,u.contains(p+_)?p=p+_:(f.write(u.indexOf(p),l),u.size()<4095&&(u.size()==1<<l&&(l+=1),u.add(p+_)),p=_)}return f.write(u.indexOf(p),l),f.write(h,l),f.flush(),d.toByteArray()},o=function(){const a={};let c=0;return{add(h){if(this.contains(h))throw new Error("dup key:"+h);a[h]=c,c+=1},size(){return c},indexOf(h){return a[h]},contains(h){return typeof a[h]<"u"}}};return{setPixel(a,c,h){n[c*s+a]=h},write(a){a.writeString("GIF87a"),a.writeShort(s),a.writeShort(s),a.writeByte(128),a.writeByte(0),a.writeByte(0),a.writeByte(Mn("0x"+t[1]+t[2])),a.writeByte(Mn("0x"+t[3]+t[4])),a.writeByte(Mn("0x"+t[5]+t[6])),a.writeByte(Mn("0x"+e[1]+e[2])),a.writeByte(Mn("0x"+e[3]+e[4])),a.writeByte(Mn("0x"+e[5]+e[6])),a.writeString(","),a.writeShort(0),a.writeShort(0),a.writeShort(s),a.writeShort(s),a.writeByte(0);const c=2,h=i(c);a.writeByte(c);let l=0;for(;h.length-l>255;)a.writeByte(255),a.writeBytes(h,l,255),l+=255;a.writeByte(h.length-l),a.writeBytes(h,l,h.length-l),a.writeByte(0),a.writeString(";")}}},Yl=function(s,t,e,n){const r=$l(s,t,e);for(let h=0;h<s;h++)for(let l=0;l<s;l++)r.setPixel(l,h,n(l,h));const i=Mo();r.write(i);const o=Ul(),a=i.toByteArray();for(let h=0,l=a.length;h<l;h++)o.writeByte(a[h]);o.flush();let c="";return c+="data:image/gif;base64,",c+=o,c},ne={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8},cs={M:0,L:1,H:2,Q:3},Je={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},Bt={glog:function(s){if(s<1)throw new Error("glog("+s+")");return Bt.LOG_TABLE[s]},gexp:function(s){for(;s<0;)s+=255;for(;s>=256;)s-=255;return Bt.EXP_TABLE[s]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)};for(let s=0;s<8;s++)Bt.EXP_TABLE[s]=1<<s;for(let s=8;s<256;s++)Bt.EXP_TABLE[s]=Bt.EXP_TABLE[s-4]^Bt.EXP_TABLE[s-5]^Bt.EXP_TABLE[s-6]^Bt.EXP_TABLE[s-8];for(let s=0;s<255;s++)Bt.LOG_TABLE[Bt.EXP_TABLE[s]]=s;const St={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(s){let t=s<<10;for(;St.getBCHDigit(t)-St.getBCHDigit(St.G15)>=0;)t^=St.G15<<St.getBCHDigit(t)-St.getBCHDigit(St.G15);return(s<<10|t)^St.G15_MASK},getBCHTypeNumber:function(s){let t=s<<12;for(;St.getBCHDigit(t)-St.getBCHDigit(St.G18)>=0;)t^=St.G18<<St.getBCHDigit(t)-St.getBCHDigit(St.G18);return s<<12|t},getBCHDigit:function(s){let t=0;for(;s!=0;)t++,s>>>=1;return t},getPatternPosition:function(s){return St.PATTERN_POSITION_TABLE[s-1]},getMask:function(s,t,e){switch(s){case Je.PATTERN000:return(t+e)%2==0;case Je.PATTERN001:return t%2==0;case Je.PATTERN010:return e%3==0;case Je.PATTERN011:return(t+e)%3==0;case Je.PATTERN100:return(Math.floor(t/2)+Math.floor(e/3))%2==0;case Je.PATTERN101:return t*e%2+t*e%3==0;case Je.PATTERN110:return(t*e%2+t*e%3)%2==0;case Je.PATTERN111:return(t*e%3+(t+e)%2)%2==0;default:throw new Error("bad maskPattern:"+s)}},getErrorCorrectPolynomial:function(s){let t=new Fn([1],0);for(let e=0;e<s;e++)t=t.multiply(new Fn([1,Bt.gexp(e)],0));return t},getLengthInBits:function(s,t){if(1<=t&&t<10)switch(s){case ne.MODE_NUMBER:return 10;case ne.MODE_ALPHA_NUM:return 9;case ne.MODE_8BIT_BYTE:return 8;case ne.MODE_KANJI:return 8;default:throw new Error("mode:"+s)}else if(t<27)switch(s){case ne.MODE_NUMBER:return 12;case ne.MODE_ALPHA_NUM:return 11;case ne.MODE_8BIT_BYTE:return 16;case ne.MODE_KANJI:return 10;default:throw new Error("mode:"+s)}else if(t<41)switch(s){case ne.MODE_NUMBER:return 14;case ne.MODE_ALPHA_NUM:return 13;case ne.MODE_8BIT_BYTE:return 16;case ne.MODE_KANJI:return 12;default:throw new Error("mode:"+s)}else throw new Error("type:"+t)},getLostPoint:function(s){const t=s.getModuleCount();let e=0;for(let i=0;i<t;i++)for(let o=0;o<t;o++){let a=0;const c=s.isDark(i,o);for(let h=-1;h<=1;h++)if(!(i+h<0||t<=i+h))for(let l=-1;l<=1;l++)o+l<0||t<=o+l||h==0&&l==0||c==s.isDark(i+h,o+l)&&a++;a>5&&(e+=3+a-5)}for(let i=0;i<t-1;i++)for(let o=0;o<t-1;o++){let a=0;s.isDark(i,o)&&a++,s.isDark(i+1,o)&&a++,s.isDark(i,o+1)&&a++,s.isDark(i+1,o+1)&&a++,(a==0||a==4)&&(e+=3)}for(let i=0;i<t;i++)for(let o=0;o<t-6;o++)s.isDark(i,o)&&!s.isDark(i,o+1)&&s.isDark(i,o+2)&&s.isDark(i,o+3)&&s.isDark(i,o+4)&&!s.isDark(i,o+5)&&s.isDark(i,o+6)&&(e+=40);for(let i=0;i<t;i++)for(let o=0;o<t-6;o++)s.isDark(o,i)&&!s.isDark(o+1,i)&&s.isDark(o+2,i)&&s.isDark(o+3,i)&&s.isDark(o+4,i)&&!s.isDark(o+5,i)&&s.isDark(o+6,i)&&(e+=40);let n=0;for(let i=0;i<t;i++)for(let o=0;o<t;o++)s.isDark(o,i)&&n++;const r=Math.abs(100*n/t/t-50)/5;return e+=r*10,e}};class Fn{num;constructor(t,e){if(t.length==null)throw new Error(t.length+"/"+e);let n=0;for(;n<t.length&&t[n]==0;)n++;this.num=new Array(t.length-n+e);for(let r=0;r<t.length-n;r++)this.num[r]=t[r+n]}get(t){return this.num[t]}getLength(){return this.num.length}multiply(t){const e=new Array(this.getLength()+t.getLength()-1);for(let n=0;n<this.getLength();n++)for(let r=0;r<t.getLength();r++)e[n+r]^=Bt.gexp(Bt.glog(this.get(n))+Bt.glog(t.get(r)));return new Fn(e,0)}mod(t){if(this.getLength()-t.getLength()<0)return this;const e=Bt.glog(this.get(0))-Bt.glog(t.get(0)),n=new Array(this.getLength());for(let r=0;r<this.getLength();r++)n[r]=this.get(r);for(let r=0;r<t.getLength();r++)n[r]^=Bt.gexp(Bt.glog(t.get(r))+e);return new Fn(n,0).mod(t)}}class Le{totalCount;dataCount;constructor(t,e){this.totalCount=t,this.dataCount=e}static RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]];static getRSBlocks(t,e){const n=Le.getRsBlockTable(t,e);if(n==null)throw new Error("bad rs block @ typeNumber:"+t+"/errorCorrectLevel:"+e);const r=n.length/3,i=[];for(let o=0;o<r;o++){const a=n[o*3+0],c=n[o*3+1],h=n[o*3+2];for(let l=0;l<a;l++)i.push(new Le(c,h))}return i}static getRsBlockTable(t,e){switch(e){case cs.L:return Le.RS_BLOCK_TABLE[(t-1)*4+0];case cs.M:return Le.RS_BLOCK_TABLE[(t-1)*4+1];case cs.Q:return Le.RS_BLOCK_TABLE[(t-1)*4+2];case cs.H:return Le.RS_BLOCK_TABLE[(t-1)*4+3];default:return}}}class jl{buffer;length;constructor(){this.buffer=[],this.length=0}get(t){const e=Math.floor(t/8);return(this.buffer[e]>>>7-t%8&1)==1}put(t,e){for(let n=0;n<e;n++)this.putBit((t>>>e-n-1&1)==1)}getLengthInBits(){return this.length}putBit(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}}class f1{mode;data;constructor(t){this.mode=ne.MODE_8BIT_BYTE,this.data=t}getLength(){return this.data.length}write(t){for(let e=0,n=this.data.length;e<n;e++)t.put(this.data.charCodeAt(e),8)}}class Ke{static PAD0=236;static PAD1=17;typeNumber;errorCorrectLevel;modules;moduleCount;dataCache;dataList;constructor(t,e){this.typeNumber=t,this.errorCorrectLevel=cs[e],this.modules=[],this.moduleCount=0,this.dataCache=null,this.dataList=[]}addData(t){const e=new f1(t);this.dataList.push(e),this.dataCache=null}isDark(t,e){if(t<0||this.moduleCount<=t||e<0||this.moduleCount<=e)throw new Error(t+","+e);return this.modules[t][e]}getModuleCount(){return this.moduleCount}make(){if(this.typeNumber<1){let t=1;for(t=1;t<40;t++){const e=Le.getRSBlocks(t,this.errorCorrectLevel),n=new jl;let r=0;for(let i=0;i<e.length;i++)r+=e[i].dataCount;for(let i=0;i<this.dataList.length;i++){const o=this.dataList[i];n.put(o.mode,4),n.put(o.getLength(),St.getLengthInBits(o.mode,t)),o.write(n)}if(n.getLengthInBits()<=r*8)break}this.typeNumber=t}this.makeImpl(!1,this.getBestMaskPattern())}makeImpl(t,e){this.moduleCount=this.typeNumber*4+17,this.modules=new Array(this.moduleCount);for(let n=0;n<this.moduleCount;n++){this.modules[n]=new Array(this.moduleCount);for(let r=0;r<this.moduleCount;r++)this.modules[n][r]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(t,e),this.typeNumber>=7&&this.setupTypeNumber(t),this.dataCache==null&&(this.dataCache=Ke.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)}setupPositionProbePattern(t,e){for(let n=-1;n<=7;n++)if(!(t+n<=-1||this.moduleCount<=t+n))for(let r=-1;r<=7;r++)e+r<=-1||this.moduleCount<=e+r||(0<=n&&n<=6&&(r==0||r==6)||0<=r&&r<=6&&(n==0||n==6)||2<=n&&n<=4&&2<=r&&r<=4?this.modules[t+n][e+r]=!0:this.modules[t+n][e+r]=!1)}getBestMaskPattern(){let t=0,e=0;for(let n=0;n<8;n++){this.makeImpl(!0,n);const r=St.getLostPoint(this);(n==0||t>r)&&(t=r,e=n)}return e}createMovieClip(t,e,n){const r=t.createEmptyMovieClip(e,n),i=1;this.make();for(let o=0;o<this.modules.length;o++){const a=o*i;for(let c=0;c<this.modules[o].length;c++){const h=c*i;this.modules[o][c]&&(r.beginFill(0,100),r.moveTo(h,a),r.lineTo(h+i,a),r.lineTo(h+i,a+i),r.lineTo(h,a+i),r.endFill())}}return r}setupTimingPattern(){for(let t=8;t<this.moduleCount-8;t++)this.modules[t][6]==null&&(this.modules[t][6]=t%2==0);for(let t=8;t<this.moduleCount-8;t++)this.modules[6][t]==null&&(this.modules[6][t]=t%2==0)}setupPositionAdjustPattern(){const t=St.getPatternPosition(this.typeNumber);for(let e=0;e<t.length;e++)for(let n=0;n<t.length;n++){const r=t[e],i=t[n];if(this.modules[r][i]==null)for(let o=-2;o<=2;o++)for(let a=-2;a<=2;a++)o==-2||o==2||a==-2||a==2||o==0&&a==0?this.modules[r+o][i+a]=!0:this.modules[r+o][i+a]=!1}}setupTypeNumber(t){const e=St.getBCHTypeNumber(this.typeNumber);for(let n=0;n<18;n++){const r=!t&&(e>>n&1)==1;this.modules[Math.floor(n/3)][n%3+this.moduleCount-8-3]=r}for(let n=0;n<18;n++){const r=!t&&(e>>n&1)==1;this.modules[n%3+this.moduleCount-8-3][Math.floor(n/3)]=r}}setupTypeInfo(t,e){const n=this.errorCorrectLevel<<3|e,r=St.getBCHTypeInfo(n);for(let i=0;i<15;i++){const o=!t&&(r>>i&1)==1;i<6?this.modules[i][8]=o:i<8?this.modules[i+1][8]=o:this.modules[this.moduleCount-15+i][8]=o}for(let i=0;i<15;i++){const o=!t&&(r>>i&1)==1;i<8?this.modules[8][this.moduleCount-i-1]=o:i<9?this.modules[8][15-i-1+1]=o:this.modules[8][15-i-1]=o}this.modules[this.moduleCount-8][8]=!t}mapData(t,e){let n=-1,r=this.moduleCount-1,i=7,o=0;for(let a=this.moduleCount-1;a>0;a-=2)for(a==6&&a--;;){for(let c=0;c<2;c++)if(this.modules[r][a-c]==null){let h=!1;o<t.length&&(h=(t[o]>>>i&1)==1),St.getMask(e,r,a-c)&&(h=!h),this.modules[r][a-c]=h,i--,i==-1&&(o++,i=7)}if(r+=n,r<0||this.moduleCount<=r){r-=n,n=-n;break}}}static createData(t,e,n){const r=Le.getRSBlocks(t,e),i=new jl;for(let a=0;a<n.length;a++){const c=n[a];i.put(c.mode,4),i.put(c.getLength(),St.getLengthInBits(c.mode,t)),c.write(i)}let o=0;for(let a=0;a<r.length;a++)o+=r[a].dataCount;if(i.getLengthInBits()>o*8)throw new Error("code length overflow. ("+i.getLengthInBits()+">"+o*8+")");for(i.getLengthInBits()+4<=o*8&&i.put(0,4);i.getLengthInBits()%8!=0;)i.putBit(!1);for(;!(i.getLengthInBits()>=o*8||(i.put(Ke.PAD0,8),i.getLengthInBits()>=o*8));)i.put(Ke.PAD1,8);return Ke.createBytes(i,r)}static createBytes(t,e){let n=0,r=0,i=0;const o=new Array(e.length),a=new Array(e.length);for(let u=0;u<e.length;u++){const d=e[u].dataCount,f=e[u].totalCount-d;r=Math.max(r,d),i=Math.max(i,f),o[u]=new Array(d);for(let y=0;y<o[u].length;y++)o[u][y]=255&t.buffer[y+n];n+=d;const m=St.getErrorCorrectPolynomial(f),_=new Fn(o[u],m.getLength()-1).mod(m);a[u]=new Array(m.getLength()-1);for(let y=0;y<a[u].length;y++){const b=y+_.getLength()-a[u].length;a[u][y]=b>=0?_.get(b):0}}let c=0;for(let u=0;u<e.length;u++)c+=e[u].totalCount;const h=new Array(c);let l=0;for(let u=0;u<r;u++)for(let d=0;d<e.length;d++)u<o[d].length&&(h[l++]=o[d][u]);for(let u=0;u<i;u++)for(let d=0;d<e.length;d++)u<a[d].length&&(h[l++]=a[d][u]);return h}}const Xl=Math.ceil,hs=Math.floor,Gl=Math.round;function d1(s,t){const e=Gc(s),n=t?.ecc||"H",r=t?.size||256,i=-1,o=t?.padding||0,a=t?.color||"#000000",c=t?.background||"#ffffff",h=new Ke(i,n);h.addData(e),h.make();const l=h.getModuleCount(),u=(r-o*2)/l,d=o,f=r-o;return Yl(r,a,c,function(m,p){if(d<=m&&m<f&&d<=p&&p<f){const _=hs((m-d)/u),y=hs((p-d)/u);return h.isDark(y,_)?0:1}else return 1})}function m1(s,t){const e=t.x||0,n=t.y||0,r=Gc(s),i=t.ctx,o=t.ecc||"H",a=typeof t.size=="number"?hs(t.size):256,c=t.padding||0,h=-1,l=t.color||"#000000",u=t.background||"#ffffff",d=new Ke(h,o);d.addData(r),d.make();const f=d.getModuleCount(),m=(a-c*2)/f;i.fillStyle=u,i.fillRect(e,n,a,a);for(let p=0;p<f;p++)for(let _=0;_<f;_++){const y=Xl((_+1)*m)-hs(_*m),b=Xl((p+1)*m)-hs(p*m);i.fillStyle=d.isDark(p,_)?l:u,i.fillRect(e+Gl(_*m)+c,n+Gl(p*m)+c,y,b)}}function ut(s){return s*Math.PI/180}function Ut(s){return s*180/Math.PI}function Bn(s,t,e=0){return Math.sqrt(s*s+t*t+e*e)}function Ze(s,t,e,n){return Bn(e-s,n-t)}function se(s,t,e,n){let r=Math.atan2(n-t,e-s);return r<0&&(r+=Math.PI*2),r}function Qe(s,t){return{dx:Math.cos(s)*t,dy:Math.sin(s)*t}}function p1(s,t,e){if(typeof e=="number"){const n=Bn(s,t,e);return{x:s/=n,y:t/=n,z:e/=n}}else{const n=Bn(s,t);return{x:s/=n,y:t/=n}}}function g1(s,t,e,n,r=10){if(Math.abs(e-s)<r&&Math.abs(n-t)<r)return"no";const i=Ut(se(s,t,e,n));return i>=-135&&i<=-45?"up":i>45&&i<135?"down":i>=135&&i<=180||i>=-180&&i<-135?"left":"right"}class Cr{x=0;y=0;constructor(t=0,e=0){this.x=t,this.y=e}get width(){return this.x}set width(t){this.x=t}get height(){return this.y}set height(t){this.y=t}set(t=0,e=0){return this.x=t,this.y=e,this}setScalar(t){return this.x=t,this.y=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;default:throw new Error("index is out of range: "+t)}}copy(t){return this.x=t.x,this.y=t.y,this}clone(){return new Cr(this.x,this.y)}add(t){return this.x+=t.x,this.y+=t.y,this}addScalar(t){return this.x+=t,this.y+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this}subScalar(t){return this.x-=t,this.y-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this}multiply(t){return this.x*=t.x,this.y*=t.y,this}multiplyScalar(t){return this.x*=t,this.y*=t,this}divide(t){return this.x/=t.x,this.y/=t.y,this}divideScalar(t){return this.multiplyScalar(1/t)}applyMatrix3(t){const e=this.x,n=this.y;return this.x=t.m11*e+t.m21*n+t.m31,this.y=t.m12*e+t.m22*n+t.m32,this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this}clamp(t,e){return this.x=K(this.x,t.x,e.x),this.y=K(this.y,t.y,e.y),this}clampScalar(t,e){return this.x=K(this.x,t,e),this.y=K(this.y,t,e),this}clampLength(t,e){const n=this.length();return this.divideScalar(n||1).multiplyScalar(K(n,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this}negate(){return this.x=-this.x,this.y=-this.y,this}dot(t){return this.x*t.x+this.y*t.y}cross(t){return this.x*t.y-this.y*t.x}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0);const n=t.dot(this)/e;return this.copy(t).multiplyScalar(n)}perpendOnVector(t){return Vl.copy(this).projectOnVector(t),this.sub(Vl)}length(){return Math.sqrt(this.x*this.x+this.y*this.y)}lengthSq(){return this.x*this.x+this.y*this.y}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}normalize(){return this.divideScalar(this.length()||1)}angle(){return Math.atan2(-this.y,-this.x)+Math.PI}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const n=this.dot(t)/e;return Math.acos(K(n,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,n=this.y-t.y;return e*e+n*n}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this}lerpVectors(t,e,n){return this.x=t.x+(e.x-t.x)*n,this.y=t.y+(e.y-t.y)*n,this}equals(t){return t.x===this.x&&t.y===this.y}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t}rotateAround(t,e){const n=Math.cos(e),r=Math.sin(e),i=this.x-t.x,o=this.y-t.y;return this.x=i*n-o*r+t.x,this.y=i*r+o*n+t.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}}class ve{x=0;y=0;z=0;constructor(t=0,e=0,n=0){this.x=t,this.y=e,this.z=n}set(t=0,e=0,n=0){return this.x=t,this.y=e,this.z=n,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}}clone(){return new ve(this.x,this.y,this.z)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this}multiplyVectors(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this.z=t.z*e.z,this}applyMatrix3(t){const e=this.x,n=this.y,r=this.z,i=t.value;return this.x=i[0]*e+i[3]*n+i[6]*r,this.y=i[1]*e+i[4]*n+i[7]*r,this.z=i[2]*e+i[5]*n+i[8]*r,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const e=this.x,n=this.y,r=this.z,i=t.value,o=1/(i[3]*e+i[7]*n+i[11]*r+i[15]);return this.x=(i[0]*e+i[4]*n+i[8]*r+i[12])*o,this.y=(i[1]*e+i[5]*n+i[9]*r+i[13])*o,this.z=(i[2]*e+i[6]*n+i[10]*r+i[14])*o,this}transformDirection(t){const e=this.x,n=this.y,r=this.z,i=t.value;return this.x=i[0]*e+i[4]*n+i[8]*r,this.y=i[1]*e+i[5]*n+i[9]*r,this.z=i[2]*e+i[6]*n+i[10]*r,this.normalize()}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this}divideScalar(t){return this.multiplyScalar(1/t)}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this}clamp(t,e){return this.x=K(this.x,t.x,e.x),this.y=K(this.y,t.y,e.y),this.z=K(this.z,t.z,e.z),this}clampScalar(t,e){return this.x=K(this.x,t,e),this.y=K(this.y,t,e),this.z=K(this.z,t,e),this}clampLength(t,e){const n=this.length();return this.divideScalar(n||1).multiplyScalar(K(n,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this}lerpVectors(t,e,n){return this.x=t.x+(e.x-t.x)*n,this.y=t.y+(e.y-t.y)*n,this.z=t.z+(e.z-t.z)*n,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,e){const n=t.x,r=t.y,i=t.z,o=e.x,a=e.y,c=e.z;return this.x=r*c-i*a,this.y=i*o-n*c,this.z=n*a-r*o,this}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0);const n=t.dot(this)/e;return this.copy(t).multiplyScalar(n)}perpendOnVector(t){return Io.copy(this).projectOnVector(t),this.sub(Io)}projectOnPlane(t){return this.perpendOnVector(t)}reflect(t){return this.sub(Io.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;const n=this.dot(t)/e;return Math.acos(K(n,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,n=this.y-t.y,r=this.z-t.z;return e*e+n*n+r*r}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this}setFromMatrix4Scale(t){const e=this.setFromMatrix4Column(t,0).length(),n=this.setFromMatrix4Column(t,1).length(),r=this.setFromMatrix4Column(t,2).length();return this.x=e,this.y=n,this.z=r,this}setFromMatrix4Column(t,e){return this.fromArray(t.value,e*4)}setFromMatrix3Column(t,e){return this.fromArray(t.value,e*3)}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this}randomDirection(){const t=Math.random()*Math.PI*2,e=Math.random()*2-1,n=Math.sqrt(1-e*e);return this.x=n*Math.cos(t),this.y=e,this.z=n*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}}class ko{x=0;y=0;z=0;w=1;constructor(t=0,e=0,n=0,r=1){this.x=t,this.y=e,this.z=n,this.w=r}get width(){return this.z}set width(t){this.z=t}get height(){return this.w}set height(t){this.w=t}set(t=0,e=0,n=0,r=1){return this.x=t,this.y=e,this.z=n,this.w=r,this}setScalar(t){return this.x=t,this.y=t,this.z=t,this.w=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,this}setW(t){return this.w=t,this}setComponent(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;case 3:this.w=e;break;default:throw new Error("index is out of range: "+t)}return this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;case 3:return this.w;default:throw new Error("index is out of range: "+t)}}clone(){return new ko(this.x,this.y,this.z,this.w)}copy(t){return this.x=t.x,this.y=t.y,this.z=t.z,this.w=t.w,this}add(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z,this.w+=t.w,this}addScalar(t){return this.x+=t,this.y+=t,this.z+=t,this.w+=t,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this.w=t.w+e.w,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this.w+=t.w*e,this}sub(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this.w-=t.w,this}subScalar(t){return this.x-=t,this.y-=t,this.z-=t,this.w-=t,this}subVectors(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this.w=t.w-e.w,this}multiply(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this.w*=t.w,this}multiplyScalar(t){return this.x*=t,this.y*=t,this.z*=t,this.w*=t,this}applyMatrix4(t){const e=this.x,n=this.y,r=this.z,i=this.w,o=t.value;return this.x=o[0]*e+o[4]*n+o[8]*r+o[12]*i,this.y=o[1]*e+o[5]*n+o[9]*r+o[13]*i,this.z=o[2]*e+o[6]*n+o[10]*r+o[14]*i,this.w=o[3]*e+o[7]*n+o[11]*r+o[15]*i,this}divide(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this.w/=t.w,this}divideScalar(t){return this.multiplyScalar(1/t)}setAxisAngleFromRotationMatrix4(t){let e,n,r,i;const c=t.value,h=c[0],l=c[4],u=c[8],d=c[1],f=c[5],m=c[9],p=c[2],_=c[6],y=c[10];if(Math.abs(l-d)<.01&&Math.abs(u-p)<.01&&Math.abs(m-_)<.01){if(Math.abs(l+d)<.1&&Math.abs(u+p)<.1&&Math.abs(m+_)<.1&&Math.abs(h+f+y-3)<.1)return this.set(1,0,0,0),this;e=Math.PI;const v=(h+1)/2,w=(f+1)/2,E=(y+1)/2,C=(l+d)/4,D=(u+p)/4,$=(m+_)/4;return v>w&&v>E?v<.01?(n=0,r=.707106781,i=.707106781):(n=Math.sqrt(v),r=C/n,i=D/n):w>E?w<.01?(n=.707106781,r=0,i=.707106781):(r=Math.sqrt(w),n=C/r,i=$/r):E<.01?(n=.707106781,r=.707106781,i=0):(i=Math.sqrt(E),n=D/i,r=$/i),this.set(n,r,i,e),this}let b=Math.sqrt((_-m)*(_-m)+(u-p)*(u-p)+(d-l)*(d-l));return Math.abs(b)<.001&&(b=1),this.x=(_-m)/b,this.y=(u-p)/b,this.z=(d-l)/b,this.w=Math.acos((h+f+y-1)/2),this}setFromMatrix4Position(t){const e=t.value;return this.x=e[12],this.y=e[13],this.z=e[14],this.w=e[15],this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this.w=Math.min(this.w,t.w),this}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this.w=Math.max(this.w,t.w),this}clamp(t,e){return this.x=K(this.x,t.x,e.x),this.y=K(this.y,t.y,e.y),this.z=K(this.z,t.z,e.z),this.w=K(this.w,t.w,e.w),this}clampScalar(t,e){return this.x=K(this.x,t,e),this.y=K(this.y,t,e),this.z=K(this.z,t,e),this.w=K(this.w,t,e),this}clampLength(t,e){const n=this.length();return this.divideScalar(n||1).multiplyScalar(K(n,t,e))}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this.w=Math.floor(this.w),this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this.w=Math.ceil(this.w),this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this.w=Math.round(this.w),this}roundToZero(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this.w=Math.trunc(this.w),this}negate(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this.w=-this.w,this}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z+this.w*t.w}lengthSq(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)+Math.abs(this.w)}normalize(){return this.divideScalar(this.length()||1)}setLength(t){return this.normalize().multiplyScalar(t)}projectOnVector(t){const e=t.lengthSq();if(e===0)return this.set(0,0,0,1);const n=t.dot(this)/e;return this.copy(t).multiplyScalar(n)}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this.w+=(t.w-this.w)*e,this}lerpVectors(t,e,n){return this.x=t.x+(e.x-t.x)*n,this.y=t.y+(e.y-t.y)*n,this.z=t.z+(e.z-t.z)*n,this.w=t.w+(e.w-t.w)*n,this}equals(t){return t.x===this.x&&t.y===this.y&&t.z===this.z&&t.w===this.w}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this.w=t[e+3],this}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t[e+3]=this.w,t}random(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this.w=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z,yield this.w}}const Vl=new Cr,Io=new ve,ql=y1("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function y1(s,t=10){const e={},n=s.split(",");for(let r=0;r<n.length;r+=2){const i="&"+n[r+1]+";",o=parseInt(n[r],t);e[i]="&#"+o+";"}return e["\\xa0"]="&#160;",e}function Ht(s,t){const e=Object.keys(t);for(let n=0;n<e.length;n++)s=s.replace(new RegExp("{"+e[n]+"}","gi"),""+t[e[n]]);return s}function Er(s){let t,e;if(!s)throw new Error("cannot create a random attribute name for an undefined object");const n="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=n[Math.floor(Math.random()*n.length)];while(s[t]);return t}function b1(s){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[s]||t.start}function w1(s){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[s]||t.alphabetic}const ls={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"},lineDashOffset:{svgAttr:"stroke-dashoffset",canvas:0,svg:0,apply:"stroke"}};let Tr=class{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const n=this.__ctx.__createElement("stop");if(n.setAttribute("offset",""+t),e.indexOf("rgba")!==-1){const i=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(e);i&&(n.setAttribute("stop-color",Ht("rgb({r},{g},{b})",{r:i[1],g:i[2],b:i[3]})),n.setAttribute("stop-opacity",i[4]))}else n.setAttribute("stop-color",e);this.__root.appendChild(n)}},Do=class{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}},Hl=class ic{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:n=500}){t?(this.__canvas=t,this.__ctx=t.getContext("2d"),this.width=t.width,this.height=t.height):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d"),this.width=e,this.height=n),this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(ls);for(let e=0,n=t.length;e<n;e++){const r=t[e];this[r]=ls[r].canvas}}__getStyleState(){const t={},e=Object.keys(ls);for(let n=0,r=e.length;n<r;n++){const i=e[n];t[i]=this[i]}return t}__applyStyleState(t){const e=Object.keys(t);for(let n=0,r=e.length;n<r;n++){const i=e[n];this[i]=t[i]}}__createElement(t,e={},n=!1){const r=this.__document.createElementNS("http://www.w3.org/2000/svg",t),i=Object.keys(e);n&&(r.setAttribute("fill","none"),r.setAttribute("stroke","none"));for(let o=0;o<i.length;o++){const a=i[o];r.setAttribute(a,e[a])}return r}__applyStyleToCurrentElement(t){let e=this.__currentElement;const n=this.__currentElementsToStyle;n&&(e.setAttribute(t,""),e=n.element,n.children.forEach(i=>{i.setAttribute(t,"")}));const r=Object.keys(ls);for(let i=0;i<r.length;i++){const o=ls[r[i]],a=this[r[i]];if(o.apply){if(a instanceof Do){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const c=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[c]=c,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,Ht("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof Tr)e.setAttribute(o.apply,Ht("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const h=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(h){e.setAttribute(o.svgAttr,Ht("rgb({r},{g},{b})",{r:h[1],g:h[2],b:h[3]}));let l=parseFloat(h[4]);const u=this.globalAlpha;u!=null&&(l*=u),e.setAttribute(o.svgAttr+"-opacity",""+l)}}else{let c=o.svgAttr;if(r[i]==="globalAlpha"&&(c=t+"-"+o.svgAttr,e.getAttribute(c)))continue;c&&e.setAttribute(c,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let e=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(e)&&(e=e.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const r=Object.keys(ql);for(let i=0,o=r.length;i<o;i++){const a=r[i],c=ql[a],h=new RegExp(a,"gi");h.test(e)&&(e=e.replace(h,c))}}return e}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),e=this.__closestGroupOrSvg();this.__groupStack.push(e),e.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const e=this.__styleStack.pop();e&&this.__applyStyleState(e)}__addTransform(t){const e=this.__closestGroupOrSvg();if(e.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:e,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const r=this.__createElement("g");e.appendChild(r),this.__currentElement=r}let n=this.__currentElement.getAttribute("transform");n?n+=" ":n="",n+=t,this.__currentElement.setAttribute("transform",n)}scale(t,e){e===void 0&&(e=t),this.__addTransform(Ht("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(Ht("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(Ht("translate({x},{y})",{x:t,y:e}))}transform(t,e,n,r,i,o){this.__addTransform(Ht("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:n,d:r,e:i,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"&&t.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,e){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:e},this.__addPathCommand(Ht("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,e){this.__currentPosition={x:t,y:e},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(Ht("L {x} {y}",this.__currentPosition)):this.__addPathCommand(Ht("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,n,r,i,o){this.__currentPosition={x:i,y:o},this.__addPathCommand(Ht("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:n,cp2y:r,x:i,y:o}))}quadraticCurveTo(t,e,n,r){this.__currentPosition={x:n,y:r},this.__addPathCommand(Ht("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:n,y:r}))}normalize(t){const e=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/e,t[1]/e]}arcTo(t,e,n,r,i){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(i<0)throw new Error("IndexSizeError: The radius provided ("+i+") is negative.");if(o===t&&a===e||t===n&&e===r||i===0){this.lineTo(t,e);return}const c=this.normalize([o-t,a-e]),h=this.normalize([n-t,r-e]);if(c[0]*h[1]===c[1]*h[0]){this.lineTo(t,e);return}const l=c[0]*h[0]+c[1]*h[1],u=Math.acos(Math.abs(l)),d=this.normalize([c[0]+h[0],c[1]+h[1]]),f=i/Math.sin(u/2),m=t+f*d[0],p=e+f*d[1],_=[-c[1],c[0]],y=[h[1],-h[0]],b=function(E){const C=E[0];return E[1]>=0?Math.acos(C):-Math.acos(C)},v=b(_),w=b(y);this.lineTo(m+_[0]*i,p+_[1]*i),this.arc(m,p,i,v,w)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,n,r){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+n,e),this.lineTo(t+n,e+r),this.lineTo(t,e+r),this.lineTo(t,e),this.closePath()}fillRect(t,e,n,r){const i=this.__createElement("rect",{x:t,y:e,width:n,height:r},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,n,r){const i=this.__createElement("rect",{x:t,y:e,width:n,height:r},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),n=this.__rootSVG.childNodes[1],r=n.childNodes;for(let i=r.length-1;i>=0;i--)r[i]&&n.removeChild(r[i]);this.__currentElement=n,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,n,r){if(t===0&&e===0&&n===this.width&&r===this.height){this.__clearCanvas();return}const i=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:n,height:r,fill:"#FFFFFF"},!0);i.appendChild(o)}createLinearGradient(t,e,n,r){const i=this.__createElement("linearGradient",{id:Er(this.__ids),x1:t+"px",x2:n+"px",y1:e+"px",y2:r+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(i),new Tr(i,this)}createRadialGradient(t,e,n,r,i,o){const a=this.__createElement("radialGradient",{id:Er(this.__ids),cx:r+"px",cy:i+"px",r:o+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new Tr(a,this)}__parseFont(){const e=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),n={style:e[1]||"normal",size:e[4]||"10px",family:e[6]||"sans-serif",weight:e[3]||"normal",decoration:e[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(n.decoration="underline"),this.__fontHref&&(n.href=this.__fontHref),n}__wrapTextLink(t,e){if(t.href){const n=this.__createElement("a");return n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),n.appendChild(e),n}return e}__applyText(t,e,n,r){const i=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":i.family,"font-size":i.size,"font-style":i.style,"font-weight":i.weight,"text-decoration":i.decoration,x:e,y:n,"text-anchor":b1(this.textAlign),"dominant-baseline":w1(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(r),o.appendChild(this.__wrapTextLink(i,a))}fillText(t,e,n){this.__applyText(t,e,n,"fill")}strokeText(t,e,n){this.__applyText(t,e,n,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,n,r,i,o){if(r===i)return;r=r%(2*Math.PI),i=i%(2*Math.PI),r===i&&(i=(i+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+n*Math.cos(i),c=e+n*Math.sin(i),h=t+n*Math.cos(r),l=e+n*Math.sin(r),u=o?0:1;let d=0,f=i-r;f<0&&(f+=2*Math.PI),o?d=f>Math.PI?0:1:d=f>Math.PI?1:0,this.lineTo(h,l),this.__addPathCommand(Ht("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:n,ry:n,xAxisRotation:0,largeArcFlag:d,sweepFlag:u,endX:a,endY:c})),this.__currentPosition={x:a,y:c}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),n=Er(this.__ids),r=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",n),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",Ht("url(#{id})",{id:n})),t.appendChild(r),this.__currentElement=r}drawImage(...t){let e=t[0],n,r,i,o,a=0,c=0,h,l,u,d,f,m,p,_;if(t.length===3)n=t[1],r=t[2],h=e.width,l=e.height,i=h,o=l;else if(t.length===5)n=t[1],r=t[2],i=t[3],o=t[4],h=e.width,l=e.height;else if(t.length===9)a=t[1],c=t[2],h=t[3],l=t[4],n=t[5],r=t[6],i=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const y=this.__closestGroupOrSvg();this.__currentElement;const b="translate("+n+", "+r+")";if(e instanceof ic){if(u=e.getSvg().cloneNode(!0),u.childNodes&&u.childNodes.length>1){for(d=u.childNodes[0];d.childNodes.length;)_=d.childNodes[0].getAttribute("id"),this.__ids[_]=_,this.__SVGdefs.appendChild(d.childNodes[0]);if(f=u.childNodes[1],f){const v=f.getAttribute("transform");let w;v?w=v+" "+b:w=b,f.setAttribute("transform",w),y.appendChild(f)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(m=this.__createElement("image"),m.setAttribute("width",i),m.setAttribute("height",o),m.setAttribute("preserveAspectRatio","none"),(a||c||h!==e.width||l!==e.height)&&(p=this.__document.createElement("canvas"),p.width=i,p.height=o,p.getContext("2d")?.drawImage(e,a,c,h,l,0,0,i,o),e=p),m.setAttribute("transform",b),m.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),y.appendChild(m))}createPattern(t,e){const n=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),r=Er(this.__ids);let i;return n.setAttribute("id",r),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(i=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),i.setAttribute("width",""+t.width),i.setAttribute("height",""+t.height),i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),n.appendChild(i),this.__SVGdefs.appendChild(n)):t instanceof ic&&(n.setAttribute("width",""+t.width),n.setAttribute("height",""+t.height),n.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(n)),new Do(n,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}},Oo=class{canvas;context;customContext;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,n,r=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),r&&(this.customContext=new Hl({canvas:this.canvas,width:e||this.canvas.width,height:n||this.canvas.height}))}set lineWidth(t){this.hasSetCustomStrokeStyle=!0,this.context.lineWidth=t,this.customContext&&(this.customContext.lineWidth=t)}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.hasSetCustomStrokeStyle=!0,this.context.lineCap=t,this.customContext&&(this.customContext.lineCap=t)}get lineCap(){return this.context.lineCap}set lineJoin(t){this.hasSetCustomStrokeStyle=!0,this.context.lineJoin=t,this.customContext&&(this.customContext.lineCap=t)}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.hasSetCustomStrokeStyle=!0,this.context.lineDashOffset=t,this.customContext&&(this.customContext.lineDashOffset=t)}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.hasSetCustomStrokeStyle=!0,this.context.miterLimit=t,this.customContext&&(this.customContext.miterLimit=t)}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext&&(this.customContext.globalAlpha=t)}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){this.hasSetCustomFillStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext&&(this.customContext.fillStyle=t)):(this.context.fillStyle=t.gradient,this.customContext&&(this.customContext.fillStyle=t.gradientCustom))}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){this.hasSetCustomStrokeStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext&&(this.customContext.strokeStyle=t)):(this.context.strokeStyle=t.gradient,this.customContext&&(this.customContext.strokeStyle=t.gradientCustom))}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext&&(this.customContext.font=t)}get font(){return this.context.font}set textBaseline(t){this.context.textBaseline=t,this.customContext&&(this.customContext.textBaseline=t)}get textBaseline(){return this.context.textBaseline}set textAlign(t){this.context.textAlign=t,this.customContext&&(this.customContext.textAlign=t)}get textAlign(){return this.context.textAlign}fill(t){return t?this.context.fill(t):(this.context.fill(),this.customContext&&this.customContext.fill()),this}fillRect(t,e,n,r){return this.context.fillRect(t,e,n,r),this.customContext&&this.customContext.fillRect(t,e,n,r),this}fillText(t,e,n,r){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,n,r),this.customContext&&this.customContext.fillText(t,e,n),this}setLineDash(t){return this.context.setLineDash(t),this.customContext&&this.customContext.setLineDash(t),this}stroke(t){return t?this.context.stroke(t):(this.context.stroke(),this.customContext&&this.customContext.stroke()),this}strokeText(t,e,n,r){return this.context.strokeText(t,e,n,r),this.customContext&&this.customContext.strokeText(t,e,n),this}strokeRect(t,e,n,r){return this.context.strokeRect(t,e,n,r),this.customContext&&this.customContext.strokeRect(t,e,n,r),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,n=this.canvas.width,r=this.canvas.height){return this.context.clearRect(t,e,n,r),this.customContext&&this.customContext.clearRect(t,e,n,r),this}save(){return this.context.save(),this.customContext&&this.customContext.save(),this.currentMatrix=new DOMMatrix,this.path2Ds.push(this.currentPath2D),this.currentPath2D=new Path2D,this}restore(){return this.context.restore(),this.customContext&&this.customContext.restore(),this.hasSetCustomStrokeStyle=!1,this.hasSetCustomFillStyle=!1,this.currentMatrix=new DOMMatrix,this.currentPath2D=this.path2Ds.pop()||new Path2D,this}beginPath(){return this.context.beginPath(),this.customContext&&this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext&&this.customContext.closePath(),this.currentPath2D.closePath(),this}changePath2D(t=this.currentPath2D,e=this.currentMatrix){const n=new Path2D;n.addPath(t,e),this.currentPath2D=n}isPointInStroke(...t){return t[0]instanceof Path2D?this.context.isPointInStroke(t[0],t[1],t[2]):this.context.isPointInStroke(t[0],t[1])}isPointInPath(...t){return t[0]instanceof Path2D?this.context.isPointInPath(t[0],t[1],t[2]):this.context.isPointInPath(t[0],t[1])}translate(t,e){return this.context.translate(t,e),this.customContext&&this.customContext.translate(t,e),this.currentMatrix.translate(t,e),this.changePath2D(),this}rotate(t,e=0,n=0){return this.translate(e,n),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix.rotate(t),this.translate(-e,-n),this.changePath2D(),this}scale(t,e=t,n=0,r=0){return this.translate(n,r),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix.scale(t,e),this.translate(-n,-r),this.changePath2D(),this}moveTo(t,e){return this.context.moveTo(t,e),this.customContext&&this.customContext.moveTo(t,e),this.currentPath2D.moveTo(t,e),this}lineTo(t,e){return this.context.lineTo(t,e),this.customContext&&this.customContext.lineTo(t,e),this.currentPath2D.lineTo(t,e),this}arc(t,e,n,r,i,o){return this.context.arc(t,e,n,r,i,o),this.customContext&&this.customContext.arc(t,e,n,r,i,o?-1:1),this.currentPath2D.arc(t,e,n,r,i,o),this}arcTo(t,e,n,r,i){return this.context.arcTo(t,e,n,r,i),this.customContext&&this.customContext.arcTo(t,e,n,r,i),this.currentPath2D.arcTo(t,e,n,r,i),this}ellipse(t,e,n,r,i,o,a,c){return this.context.ellipse(t,e,n,r,i,o,a,c),this.currentPath2D.ellipse(t,e,n,r,i,o,a,c),this}quadraticCurveTo(t,e,n,r){return this.context.quadraticCurveTo(t,e,n,r),this.customContext&&this.customContext.quadraticCurveTo(t,e,n,r),this.currentPath2D.quadraticCurveTo(t,e,n,r),this}bezierCurveTo(t,e,n,r,i,o){return this.context.bezierCurveTo(t,e,n,r,i,o),this.customContext&&this.customContext.bezierCurveTo(t,e,n,r,i,o),this.currentPath2D.bezierCurveTo(t,e,n,r,i,o),this}rect(t,e,n,r){return this.context.rect(t,e,n,r),this.customContext&&this.customContext.rect(t,e,n,r),this.currentPath2D.rect(t,e,n,r),this}createLinearGradient(t,e,n,r,i){const o=this.context.createLinearGradient(t,e,n,r);return i&&Object.entries(i).forEach(([a,c])=>{o.addColorStop(parseFloat(a),c)}),o}createRadialGradient(t,e,n,r,i,o,a){const c=this.context.createRadialGradient(t,e,n,r,i,o);return a&&Object.entries(a).forEach(([h,l])=>{c.addColorStop(parseFloat(h),l)}),c}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const n=e[0],r=e[1];this.context.drawImage(t,n,r)}else if(e.length===4){const n=e[0],r=e[1],i=e[2],o=e[3];this.context.drawImage(t,n,r,i,o)}else if(e.length===8){const n=e[0],r=e[1],i=e[2],o=e[3],a=e[4],c=e[5],h=e[6],l=e[7];this.context.drawImage(t,n,r,i,o,a,c,h,l)}else throw new Error("Invalid number of arguments passed to drawImage: "+e.length);return this.customContext&&this.customContext.drawImage(t,...e),this}getImageData(t=0,e=0,n=this.canvas.width,r=this.canvas.height,i){return this.context.getImageData(t,e,n,r,i)}putImageData(t,e=0,n=0){return this.context.putImageData(t,e,n)}createPattern(t,e){return this.context.createPattern(t,e)}toRawSVG(){if(this.customContext){const t=this.customContext.getSerializedSvg(!0),e=this.customContext.getSvg();return{raw:t,element:e}}else return{raw:"",element:null}}},Ro=class{x;y;toX;toY;constructor(t){this.x=t?.x||0,this.y=t?.y||0,this.toX=t?.toX||0,this.toY=t?.toY||0}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(){const t=se(this.x,this.y,this.toX,this.toY);if(t===0){const e=Math.min(this.x,this.toX),n=Math.min(this.y,this.toY),r=Math.max(this.x,this.toX),i=Math.max(this.y,this.toY);return{x:e,y:n,width:r-e,height:i-n}}else{const e=Math.sin(t),n=Math.cos(t),r=n*this.x-e*this.y,i=n*this.toX-e*this.toY,o=n*this.y+e*this.x,a=n*this.toY+e*this.toX;return{x:Math.min(r,i),y:Math.min(o,a),width:Math.max(r,i)-Math.min(r,i),height:Math.max(o,a)-Math.min(o,a)}}}interpolate(t){return{x:this.x+t*(this.toX-this.x),y:this.y+t*(this.toY-this.y)}}intersection(t){const e=this.x,n=this.y,r=t.toX,i=t.toY,o=this.toX-e,a=t.x-r;if(!o&&!a)return null;const c=(this.toY-n)/o,h=(t.y-i)/a;if(o){if(!a)return{x:r,y:c*(r-e)+n}}else return{x:e,y:h*(e-r)+i};const l=(-h*r+i+c*e-n)/(c-h),u=c*(l-e)+n;return isNaN(l)||isNaN(u)?null:{x:l,y:u}}};const v1=class extends Ro{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=t.rx,this.ry=t.ry,this.xAxisRotate=t?.xAxisRotate??0,this.largeArcFlag=t?.largeArcFlag??1,this.sweepFlag=t?.sweepFlag??1,this.toX=t.toX,this.toY=t.toY}toSVGPathData(){return[["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.toX,this.toY]]}toCanvasContext(t){const[e,n,r,i,o,a,c]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,n,r,i,o,a,c,!this.sweepFlag)}convert(t,e,n,r,i,o,a,c,h){const l=a/180*Math.PI,u=(t-n)/2,d=(e-r)/2,f=Math.cos(l)*u+Math.sin(l)*d,m=-Math.sin(l)*u+Math.cos(l)*d,p=f*f/(i*i)+m*m/(o*o);if(p>1){const V=Math.sqrt(p);throw i=V*i,o=V*o,new Error(`Radii are too small to build an arc. Correcting them to ${i}/${o}.`)}const _=Math.sqrt((i*i*o*o-i*i*m*m-o*o*f*f)/(i*i*m*m+o*o*f*f)),y=c!=h?1:-1,b=y*_*i*m/o,v=y*_*-o*f/i,w=(t+n)/2,E=(e+r)/2,C=Math.cos(l)*b-Math.sin(l)*v+w,D=Math.sin(l)*b+Math.cos(l)*v+E,$=(V,q,ft,pt)=>(V*pt>=q*ft?1:-1)*Math.acos((V*ft+q*pt)/(Math.sqrt(V*V+q*q)*Math.sqrt(ft*ft+pt*pt))),O=$(1,0,t-C,e-D)-l,U=$(t-C,e-D,n-C,r-D);return[C,D,i,o,l,O,O+U]}},x1=class extends Ro{cx;cy;isLineThrough;constructor(t){super(t),this.cx=t.cx,this.cy=t.cy,this.isLineThrough=typeof t.isLineThrough=="boolean"?t.isLineThrough:!1}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["Q",t,e,this.toX,this.toY]]}else return[["Q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,n=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,n,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}getBoundingClientRect(){const t=[this.x,this.toX],e=[this.y,this.toY];let n,r,i,o;for(let h=0;h<2;++h)n=h==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,r=h==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,i=h==0?this.x:this.y,Math.abs(n)>1e-12&&(o=-r/(2*n),0<o&&o<1&&[t,e][h].push(n*o*o+r*o+i));const a={x:Math.min.apply(0,t),y:Math.min.apply(0,e)},c={x:Math.max.apply(0,t),y:Math.max.apply(0,e)};return{x:a.x,y:a.y,width:c.x-a.x,height:c.y-a.y}}interpolate(t){return{x:(1-t)*(1-t)*this.x+2*(1-t)*t*this.cx+t*t*this.toX,y:(1-t)*(1-t)*this.y+2*(1-t)*t*this.cy+t*t*this.toY}}},tn=class zs extends Ro{c1x;c1y;c2x;c2y;constructor(t){super(t),this.c1x=t.c1x,this.c1y=t.c1y,this.c2x=t.c2x,this.c2y=t.c2y}toSVGPathData(){return[["C",this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY]]}toCanvasContext(t){t.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY)}getBoundingClientRect(){let t=this.c2x-2*this.c1x+this.x-(this.toX-2*this.c2x+this.c1x),e=2*(this.c1x-this.x)-2*(this.c2x-this.c1x),n=this.x-this.c1x,r=(-e+Math.sqrt(e*e-4*t*n))/2/t,i=(-e-Math.sqrt(e*e-4*t*n))/2/t;const o=[this.y,this.toY],a=[this.x,this.toX];let c;const h=[];Math.abs(r)>1e12&&(r=.5),Math.abs(i)>1e12&&(i=.5),r>=0&&r<=1&&(c=this.interpolate(r),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),i>=0&&i<=1&&(c=this.interpolate(i),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),t=this.c2y-2*this.c1y+this.y-(this.toY-2*this.c2y+this.c1y),e=2*(this.c1y-this.y)-2*(this.c2y-this.c1y),n=this.y-this.c1y,r=(-e+Math.sqrt(e*e-4*t*n))/2/t,i=(-e-Math.sqrt(e*e-4*t*n))/2/t,Math.abs(r)>1e12&&(r=.5),Math.abs(i)>1e12&&(i=.5),r>=0&&r<=1&&(c=this.interpolate(r),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y})),i>=0&&i<=1&&(c=this.interpolate(i),a.push(c.x),o.push(c.y),h.push({X:c.x,Y:c.y}));const l=[],u=h.length;for(let m=0;m<u;m++){for(let p=m+1;p<u;p++)h[m].X===h[p].X&&h[m].Y===h[p].Y&&(p=++m);l.push({X:h[m].X,Y:h[m].Y})}const d={x:Math.min.apply(Math,a),y:Math.min.apply(Math,o)},f={x:Math.max.apply(Math,a),y:Math.max.apply(Math,o)};return{x:d.x,y:d.y,width:f.x-d.x,height:f.y-d.y,dots:l}}interpolate(t){return{x:Math.pow(1-t,3)*this.x+3*Math.pow(1-t,2)*t*this.c1x+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2x+Math.pow(t,3)*this.toX,y:Math.pow(1-t,3)*this.y+3*Math.pow(1-t,2)*t*this.c1y+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2y+Math.pow(t,3)*this.toY}}static base3(t,e,n,r,i){const o=-3*e+9*n-9*r+3*i,a=t*o+6*e-12*n+6*r;return t*a-3*e+3*n}static bezlen(t,e,n,r,i,o,a,c,h=1){h=Math.max(0,Math.min(h,1));const l=h/2,u=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],d=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let f=0;for(let m=0;m<12;m++){const p=l*u[m]+l,_=this.base3(p,t,n,i,a),y=this.base3(p,e,r,o,c);f+=d[m]*Math.sqrt(_*_+y*y)}return l*f}length(t=1){return zs.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getTatLen(t){const e=this.x,n=this.y,r=this.c1x,i=this.c1y,o=this.c2x,a=this.c2y,c=this.toX,h=this.toY;if(t<0||zs.bezlen(e,n,r,i,o,a,c,h)<t)return 0;const l=1;let u=l/2,d=l-u,f=zs.bezlen(e,n,r,i,o,a,c,h,d);for(;Math.abs(f-t)>.01;)u/=2,d+=(f<t?1:-1)*u,f=zs.bezlen(e,n,r,i,o,a,c,h,d);return d}getPointAtSegmentLength(t){const e=this.getTatLen(t),n=1-e,r=Math.pow(n,3),i=Math.pow(n,2),o=e*e,a=o*e,c=r*this.x+i*3*e*this.c1x+n*3*e*e*this.c2x+a*this.toX,h=r*this.y+i*3*e*this.c1y+n*3*e*e*this.c2y+a*this.toY,l=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),u=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),d=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),f=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),m=n*this.x+e*this.c1x,p=n*this.y+e*this.c1y,_=n*this.c2x+e*this.toX,y=n*this.c2y+e*this.toY,b=90-Math.atan2(l-d,u-f)*180/Math.PI;return{x:c,y:h,m:{x:l,y:u},n:{x:d,y:f},start:{x:m,y:p},end:{x:_,y},alpha:b}}},us=Math.PI*2;function Wl(s,t,e,n){const r=s*n-t*e<0?-1:1;let i=s*e+t*n;return i>1&&(i=1),i<-1&&(i=-1),r*Math.acos(i)}function S1(s,t,e,n,r,i,o,a,c,h){const l=h*(s-e)/2+c*(t-n)/2,u=-c*(s-e)/2+h*(t-n)/2,d=o*o,f=a*a,m=l*l,p=u*u;let _=d*f-d*p-f*m;_<0&&(_=0),_/=d*p+f*m,_=Math.sqrt(_)*(r===i?-1:1);const y=_*o/a*u,b=_*-a/o*l,v=h*y-c*b+(s+e)/2,w=c*y+h*b+(t+n)/2,E=(l-y)/o,C=(u-b)/a,D=(-l-y)/o,$=(-u-b)/a,O=Wl(1,0,E,C);let U=Wl(E,C,D,$);return i===0&&U>0&&(U-=us),i===1&&U<0&&(U+=us),[v,w,O,U]}function _1(s,t){const e=1.3333333333333333*Math.tan(t/4),n=Math.cos(s),r=Math.sin(s),i=Math.cos(s+t),o=Math.sin(s+t);return[n,r,n-r*e,r+n*e,i+o*e,o-i*e,i,o]}function Jl(s,t,e,n,r,i,o,a,c){const h=Math.sin(c*us/360),l=Math.cos(c*us/360),u=l*(s-e)/2+h*(t-n)/2,d=-h*(s-e)/2+l*(t-n)/2;if(u===0&&d===0)return[];if(o===0||a===0)return[];o=Math.abs(o),a=Math.abs(a);const f=u*u/(o*o)+d*d/(a*a);f>1&&(o*=Math.sqrt(f),a*=Math.sqrt(f));const m=S1(s,t,e,n,r,i,o,a,h,l),p=[];let _=m[2],y=m[3];const b=Math.max(Math.ceil(Math.abs(y)/(us/4)),1);y/=b;for(let v=0;v<b;v++)p.push(_1(_,y)),_+=y;return p.map(v=>{for(let w=0;w<v.length;w+=2){let E=v[w+0],C=v[w+1];E*=o,C*=a;const D=l*E-h*C,$=h*E+l*C;v[w+0]=D+m[0],v[w+1]=$+m[1]}return v})}function Lo(s,t,e,n,r,i){return[s/3+2/3*e,t/3+2/3*n,r/3+2/3*e,i/3+2/3*n,r,i]}function fs(s,t,e,n){return[s,t,e,n,e,n]}const ds={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};class gn{static createSVGElement(t="path",e){const n=document.createElementNS.call(document,"http://www.w3.org/2000/svg",t);return e&&Ne(n,e),n}static createSvgPath(t,e){return this.createSVGElement("path",{d:t,id:e||Bi()})}static downloadFromSVGElement(t,e="shape"){return Dr(ao(t),`${e}.svg`)}static downloadFromSVGString(t,e="shape"){return Dr(Pi(t),`${e}.svg`)}static getSVGRawStringFromElement(t){return oo(t)}static isSVGPath(t){return typeof t!="string"?!1:(t=t.trim(),/^[mlhvzaqtcs]\s*[-+.0-9][^mlhvzaqtcs]+/i.test(t)&&/[\dz]$/i.test(t))}static SVGPathDataToD(t){return t.map(e=>{if(!e[0])return"";switch(e[0].toLowerCase()){case"a":return`${e[0]} ${e[1]},${e[2]} ${e[3]} ${e[4]},${e[5]} ${e[6]},${e[7]}`;case"c":return`${e[0]} ${e[1]},${e[2]} ${e[3]},${e[4]} ${e[5]},${e[6]}`;case"s":case"q":return`${e[0]} ${e[1]},${e[2]} ${e[3]},${e[4]}`;default:return e[0]+" "+e.slice(1).join(",")}}).join(" ")}static parseSVGPath(t){const e=[];return gn.isSVGPath(t)&&t.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(n,r,i)=>{let o=r.toLowerCase();const a=Ii(i);for(o=="m"&&a.length>ds[o]&&(e.push([r,...a.splice(0,ds[o])]),o="l",r=r=="m"?"l":"L");a.length;){if(a.length<ds[o])throw new Error(`parseSVGPath substring:{ ${n} } command:{ ${r} } args:{ ${a} }`);e.push([r,...a.splice(0,ds[o])])}return o=="z"&&e.push([r]),""}),e}static absolutizeSVGPath(t){let e=0,n=0,r=0,i=0;return t.map(function(o){const a=o[0],c=a.toUpperCase();if(a!=c)switch(o[0]=c,a){case"a":o[6]+=r,o[7]+=i;break;case"v":o[1]+=i;break;case"h":o[1]+=r;break;default:for(let h=1;h<o.length;)o[h++]+=r,o[h++]+=i}switch(c){case"Z":r=e,i=n;break;case"H":r=o[1];break;case"V":i=o[1];break;case"M":r=e=o[1],i=n=o[2];break;default:r=o[o.length-2],i=o[o.length-1]}return o})}static relativeSVGPath(t){let e=0,n=0,r=0,i=0;return t.map(function(o){const a=o[0],c=a.toLowerCase();if(a!=c)switch(o[0]=c,a){case"A":o[6]-=r,o[7]-=i;break;case"V":o[1]-=i;break;case"H":o[1]-=r;break;default:for(let h=1;h<o.length;)o[h++]-=r,o[h++]-=i}switch(c){case"z":r=e,i=n;break;case"h":r+=o[1];break;case"v":i+=o[1];break;case"m":r+=o[1],i+=o[2],e+=o[1],n+=o[2];break;default:r+=o[o.length-2],i+=o[o.length-1]}return o})}static normalizeSVGPath(t){const e=[];let n=0,r=0,i=0,o=0,a=0,c=0,h=0,l=0,u;for(let d=0,f=t.length;d<f;d++){let m=t[d];const p=m[0];switch(p){case"M":n=m[1],r=m[2];break;case"A":const _=Jl(i,o,m[6],m[7],m[4],m[5],m[1],m[2],m[3]);if(!_.length)continue;_.forEach((v,w)=>{const[E,C,D,$,O,U,V,q]=v;m=["C",D,$,O,U,V,q],w<_.length-1&&e.push(m)});break;case"S":let y=i,b=o;(u=="C"||u=="S")&&(y+=y-h,b+=b-l),m=["C",y,b,m[1],m[2],m[3],m[4]];break;case"T":u=="Q"||u=="T"?(a=i*2-a,c=o*2-c):(a=i,c=o),m=["C",...Lo(i,o,a,c,m[1],m[2])];break;case"Q":a=m[1],c=m[2],m=["C",...Lo(i,o,m[1],m[2],m[3],m[4])];break;case"L":m=["C",...fs(i,o,m[1],m[2])];break;case"H":m=["C",...fs(i,o,m[1],o)];break;case"V":m=["C",...fs(i,o,i,m[1])];break;case"Z":m=["C",...fs(i,o,n,r)];break}u=p,i=m[m.length-2],o=m[m.length-1],m.length>4?(h=m[m.length-4],l=m[m.length-3]):(h=i,l=o),e.push(m)}return e}static catmullRom2bezier(t){const e=[];for(let n=0,r=t.length;r-2>n;n+=2){let i;n==0?i=[{x:t[n],y:t[n+1]},{x:t[n],y:t[n+1]},{x:t[n+2],y:t[n+3]},{x:t[n+4],y:t[n+5]}]:r-4==n?i=[{x:t[n-2],y:t[n-1]},{x:t[n],y:t[n+1]},{x:t[n+2],y:t[n+3]},{x:t[n+2],y:t[n+3]}]:i=[{x:t[n-2],y:t[n-1]},{x:t[n],y:t[n+1]},{x:t[n+2],y:t[n+3]},{x:t[n+4],y:t[n+5]}];const o=[{x:i[1].x,y:i[1].y},{x:(-i[0].x+6*i[1].x+i[2].x)/6,y:(-i[0].y+6*i[1].y+i[2].y)/6},{x:(i[1].x+6*i[2].x-i[3].x)/6,y:(i[1].y+6*i[2].y-i[3].y)/6},{x:i[2].x,y:i[2].y}];e.push(["C",o[1].x,o[1].y,o[2].x,o[2].y,o[3].x,o[3].y])}return e}static zvhToLSVGPath(t){const e=[];let n=["L",0,0],r;for(let i=0,o=t.length;i<o;i++){const a=t[i];switch(a[0]){case"M":n=["L",a[1],a[2]],e.push(a);break;case"Z":e.push(n);break;case"H":r=e[e.length-1]||["L",0,0],e.push(["L",a[1],r[r.length-1]]);break;case"V":r=e[e.length-1]||["L",0,0],e.push(["L",r[r.length-2],a[1]]);break;default:e.push(a)}}return e}static longhandSVGPath(t){const e={S:{to:"C",x:3},T:{to:"Q",x:1}};let n,r=0,i=0;for(let o=0,a=t.length;o<a;o++){const c=t[o],h=e[c[0]];h&&(c[0]=h.to,n&&(n[0]===h.to?(r=2*Number(n[h.x+2])-Number(n[h.x]),i=2*Number(n[h.x+3])-Number(n[h.x+1])):(r=Number(n[n.length-2]),i=Number(n[n.length-1]))),c.splice(1,0,r,i)),n=c}return t}}let C1=class Xe{cX;cY;x;y;degree;scalarX;scalarY;startPathX=0;startPathY=0;prevPathX=0;prevPathY=0;normalizedLines=[];constructor(t){this.cX=0,this.cY=0,this.x=t?.x||0,this.y=t?.y||0,typeof t?.centerX=="number"&&typeof t?.centerY=="number"&&(this.cX=t.centerX-this.x,this.cY=t.centerY-this.y),this.degree=t?.degree||0,this.scalarX=1,this.scalarY=1,t?.scalar!==void 0&&(this.scalarX=t.scalar,this.scalarY=t.scalar),t?.scalarX!==void 0&&(this.scalarX=t.scalarX),t?.scalarY!==void 0&&(this.scalarY=t.scalarY),this.reset(t?.d,t?.originMatrix)}reset(t,e){typeof t=="string"?this.resetFromSVGPathData(gn.parseSVGPath(t),e):t instanceof Xe?this.resetFromSVGPathData(t.toSVGPathData(),e):this.resetFromSVGPathData(t||[],e)}resetFromSVGPathData(t,e){this.normalizedLines=[];const n=gn.normalizeSVGPath(gn.absolutizeSVGPath(t));this.prevPathX=this.startPathX=0,this.prevPathY=this.startPathY=0;let r=!1;for(let i=0,o=n.length;i<o;i++){const a=n[i];if(a[0]=="M"){r||(r=!0,this.startPathX=a[1],this.startPathY=a[2]),this.prevPathX=a[1],this.prevPathY=a[2];continue}this.appendLine(new tn({c1x:a[1],c1y:a[2],c2x:a[3],c2y:a[4],toX:a[5],toY:a[6]}))}e&&({x:this.startPathX,y:this.startPathY}=e.transformPoint({x:this.startPathX,y:this.startPathY}),{x:this.prevPathX,y:this.prevPathY}=e.transformPoint({x:this.prevPathX,y:this.prevPathY}),this.normalizedLines.forEach(i=>{({x:i.x,y:i.y}=e.transformPoint({x:i.x,y:i.y})),{x:i.c1x,y:i.c1y}=e.transformPoint({x:i.c1x,y:i.c1y}),{x:i.c2x,y:i.c2y}=e.transformPoint({x:i.c2x,y:i.c2y}),{x:i.toX,y:i.toY}=e.transformPoint({x:i.toX,y:i.toY})}))}static fromPolymorphPoints(t){const e=new Xe;e.prevPathX=e.startPathX=t[0]||0,e.prevPathY=e.startPathY=t[1]||0;for(let n=2,r=t.length;n+5<r;n+=6)e.appendLine(new tn({c1x:t[n],c1y:t[n+1],c2x:t[n+2],c2y:t[n+3],toX:t[n+4],toY:t[n+5]}));return e}static fromLines(t){const e=new Xe;e.prevPathX=e.startPathX=t[0].x||0,e.prevPathY=e.startPathY=t[0].y||0;for(let n=0,r=t.length;n<r;n++)e.appendLine(t[n]);return e}appendLine(t){if(t instanceof v1){Jl(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(h=>{const[l,u,d,f,m,p,_,y]=h;this.normalizedLines.push(new tn({x:this.prevPathX,y:this.prevPathY,c1x:d,c1y:f,c2x:m,c2y:p,toX:_,toY:y})),this.prevPathX=_,this.prevPathY=y});return}let e,n,r,i,o,a;t instanceof tn?(e=t.c1x,n=t.c1y,r=t.c2x,i=t.c2y,o=t.toX,a=t.toY):t instanceof x1?[e,n,r,i,o,a]=Lo(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,n,r,i,o,a]=fs(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new tn({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:n,c2x:r,c2y:i,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}toSVGPathData(){const{startPathX:t,startPathY:e,normalizedLines:n}=this.updateTransform(),r=[];r.push(["M",t,e]);for(let i=0,o=n.length;i<o;i++)r.push(...n[i].toSVGPathData());return r}toSVGPathD(){return gn.SVGPathDataToD(this.toSVGPathData())}toCanvasContext(t){const{startPathX:e,startPathY:n,normalizedLines:r}=this.updateTransform();t.beginPath(),t.moveTo(e,n),r.forEach(i=>{i.toCanvasContext(t)})}getBoundingClientRect(){const{normalizedLines:t}=this.updateTransform(),e=[],n=[];if(t.forEach(c=>{const h=c.getBoundingClientRect();e.push(h.x,h.x+h.width),n.push(h.y,h.y+h.height)}),e.length==0||n.length==0)return{x:0,y:0,width:0,height:0};const r=Math.min.apply(0,e),i=Math.min.apply(0,n),o=Math.max.apply(0,e),a=Math.max.apply(0,n);return{x:r,y:i,width:o-r,height:a-i}}update(t){this.cX=typeof t.cX=="number"?t.cX:this.cX,this.cY=typeof t.cY=="number"?t.cY:this.cY,this.x=t.x,this.y=t.y,this.degree=t.degree,this.scalarX=t.scalarX,this.scalarY=t.scalarY}updateTransform(){const t=new Yt;if(t.translate(this.x+this.cX,this.y+this.cY),t.rotate(this.degree),t.scale(this.scalarX,this.scalarY),t.translate(-this.cX,-this.cY),t.isIdentity)return{startPathX:this.startPathX,startPathY:this.startPathY,normalizedLines:this.normalizedLines};{let e=this.startPathX,n=this.startPathY;({x:e,y:n}=t.transformPoint({x:e,y:n}));const r=[];return this.normalizedLines.forEach(i=>{let o=i.x,a=i.y,c=i.c1x,h=i.c1y,l=i.c2x,u=i.c2y,d=i.toX,f=i.toY;({x:o,y:a}=t.transformPoint({x:o,y:a})),{x:c,y:h}=t.transformPoint({x:c,y:h}),{x:l,y:u}=t.transformPoint({x:l,y:u}),{x:d,y:f}=t.transformPoint({x:d,y:f}),r.push(new tn({x:o,y:a,c1x:c,c1y:h,c2x:l,c2y:u,toX:d,toY:f}))}),{startPathX:e,startPathY:n,normalizedLines:r}}}getTotalLength(){const{normalizedLines:t}=this.updateTransform();return t.reduce((e,n)=>e+=n.length(),0)}getPointAtLength(t){const{normalizedLines:e}=this.updateTransform();let n=0;const r=e.length;for(let i=0;i<r;i++){const o=e[i],a=o.length();if(n+a>=t)return o.getPointAtSegmentLength(t-n);n+=a}return e[r-1].getPointAtSegmentLength(1)}interpolate(t){const{startPathX:e,startPathY:n,normalizedLines:r}=this.updateTransform(),i=r.length;if(i===0)return{x:e,y:n};if(i===1)return r[0].interpolate(t);{let o=t*i,a=r[0];if(o--,o>1)for(let c=1;c<i&&(a=r[c],o>1);c++)o-=1;return a.interpolate(o)}}getSubpath(t,e){if(this.getTotalLength()-e<1e-6)return this.getSubpathsAtLength(this,t);{const n=this.getSubpathsAtLength(this,e,1);return t?this.getSubpathsAtLength(n,t):n}}getSubpathsAtLength(t,e,n){const{startPathX:r,startPathY:i,normalizedLines:o}=t.updateTransform();let a=null,c=0;const h=new Xe;h.prevPathX=h.startPathX=r,h.prevPathY=h.startPathY=i;for(let l=0,u=o.length;l<u;l++){const d=o[l],f=d.length();if(c+f>e&&!a){const m=d.getPointAtSegmentLength(e-c);if(h.appendLine(new tn({c1x:m.start.x,c1y:m.start.y,c2x:m.m.x,c2y:m.m.y,toX:m.x,toY:m.y})),n)return h;a=h,h.appendLine(new tn({c1x:m.n.x,c1y:m.n.y,c2x:m.end.x,c2y:m.end.y,toX:d.x,toY:d.y})),c+=f;continue}c+=f,h.appendLine(d)}return h}closestPoint(t,e){const n=this.getTotalLength();let r={x:t,y:e},i=0,o=1/0,a=8;for(let h=0;h<=n;h+=a){const l=this.getPointAtLength(h),u=Math.pow(Ze(l.x,l.y,t,e),2);u<o&&(r=l,i=h,o=u)}for(a/=2;a>.5;){const h=i-a,l=this.getPointAtLength(h),u=Math.pow(Ze(l.x,l.y,t,e),2),d=i+a,f=this.getPointAtLength(d),m=Math.pow(Ze(f.x,f.y,t,e),2);h>=0&&u<o?(r=l,i=h,o=u):d<=n&&m<o?(r=f,i=d,o=m):a/=2}const c=this.getPointAtLength(i+(i===n?-.1:.1));return{point:r,rotation:i>=n?se(c.x,c.y,r.x,r.y):se(r.x,r.y,c.x,c.y),distance:Math.sqrt(o)}}get polymorphPoints(){const{startPathX:t,startPathY:e,normalizedLines:n}=this.updateTransform();return[t,e].concat(n.reduce((r,i)=>r.concat([i.c1x,i.c1y,i.c2x,i.c2y,i.toX,i.toY]),[]))}perimeterPoints(){const t=this.polymorphPoints,e=t.length;let n=t[e-2],r=t[e-1],i=0;for(let o=0;o<e;o+=6)i+=Ze(t[o],t[o+1],n,r),n=t[o],r=t[o+1];return Math.floor(i)}expendFill(t){const e=this.polymorphPoints,n=e.length;let r=t-n;const i=Math.ceil(t/n),o=[];o.push(["M",e[0],e[1]]);let a=2;for(;a+5<=n-1;){const c=e[a++],h=e[a++],l=e[a++],u=e[a++],d=e[a++],f=e[a++];o.push(["C",c,h,l,u,d,f]);let m=0;for(;m<i&&r>0;)o.push(["C",d,f,d,f,d,f]),r-=6,m++}return o}static mixPoints(t,e,n){const r=t.length,i=new Array(r);for(let o=0;o<r;o++)i[o]=Z(t[o]+(e[o]-t[o])*n,6);return i}static getPathInterpolator(t,e){return n=>Math.abs(n-0)<Number.EPSILON?t:Math.abs(n-1)<Number.EPSILON?e:Xe.fromPolymorphPoints(Xe.mixPoints(new Xe({d:t}).polymorphPoints,new Xe({d:e}).polymorphPoints,n)).toSVGPathData()}};class ms{static _nextId=0;static nextId(){return ms._nextId++}}const X={Linear:{None:function(s){return s}},Ease:{In:function(s){return Math.pow(s,1.7)}},Quadratic:{In:function(s){return s*s},Out:function(s){return s*(2-s)},InOut:function(s){return(s*=2)<1?.5*s*s:-.5*(--s*(s-2)-1)},style:"cubic-bezier(0.25, 0.46, 0.45, 0.94)"},Cubic:{In:function(s){return s*s*s},Out:function(s){return--s*s*s+1},InOut:function(s){return(s*=2)<1?.5*s*s*s:.5*((s-=2)*s*s+2)}},Quartic:{In:function(s){return s*s*s*s},Out:function(s){return 1- --s*s*s*s},InOut:function(s){return(s*=2)<1?.5*s*s*s*s:-.5*((s-=2)*s*s*s-2)}},Quintic:{In:function(s){return s*s*s*s*s},Out:function(s){return--s*s*s*s*s+1},InOut:function(s){return(s*=2)<1?.5*s*s*s*s*s:.5*((s-=2)*s*s*s*s+2)}},Sinusoidal:{In:function(s){return 1-Math.sin((1-s)*Math.PI/2)},Out:function(s){return Math.sin(s*Math.PI/2)},InOut:function(s){return .5*(1-Math.sin(Math.PI*(.5-s)))}},Exponential:{In:function(s){return s===0?0:Math.pow(1024,s-1)},Out:function(s){return s===1?1:1-Math.pow(2,-10*s)},InOut:function(s){return s===0?0:s===1?1:(s*=2)<1?.5*Math.pow(1024,s-1):.5*(-Math.pow(2,-10*(s-1))+2)}},Circular:{In:function(s){return 1-Math.sqrt(1-s*s)},Out:function(s){return Math.sqrt(1- --s*s)},InOut:function(s){return(s*=2)<1?-.5*(Math.sqrt(1-s*s)-1):.5*(Math.sqrt(1-(s-=2)*s)+1)},style:"cubic-bezier(0.1, 0.57, 0.1, 1)"},Elastic:{In:function(s){return s===0?0:s===1?1:-Math.pow(2,10*(s-1))*Math.sin((s-1.1)*5*Math.PI)},Out:function(s){return s===0?0:s===1?1:Math.pow(2,-10*s)*Math.sin((s-.1)*5*Math.PI)+1},InOut:function(s){return s===0?0:s===1?1:(s*=2,s<1?-.5*Math.pow(2,10*(s-1))*Math.sin((s-1.1)*5*Math.PI):.5*Math.pow(2,-10*(s-1))*Math.sin((s-1.1)*5*Math.PI)+1)}},Back:{In:function(s){return s===1?1:s*s*((1.70158+1)*s-1.70158)},Out:function(s){return s===0?0:--s*s*((1.70158+1)*s+1.70158)+1},InOut:function(s){const t=2.5949095;return(s*=2)<1?.5*(s*s*((t+1)*s-t)):.5*((s-=2)*s*((t+1)*s+t)+2)},style:"cubic-bezier(0.175, 0.885, 0.32, 1.275)"},Bounce:{In:function(s){return 1-X.Bounce.Out(1-s)},Out:function(s){return s<1/2.75?7.5625*s*s:s<2/2.75?7.5625*(s-=1.5/2.75)*s+.75:s<2.5/2.75?7.5625*(s-=2.25/2.75)*s+.9375:7.5625*(s-=2.625/2.75)*s+.984375},InOut:function(s){return s<.5?X.Bounce.In(s*2)*.5:X.Bounce.Out(s*2-1)*.5+.5}},generatePow:function(s=4){return s=s<Number.EPSILON?Number.EPSILON:s,s=s>1e4?1e4:s,{In:function(t){return t**s},Out:function(t){return 1-(1-t)**s},InOut:function(t){return t<.5?(t*2)**s/2:(1-(2-t*2)**s)/2+.5}}},random:function(s){return Math.random()},createStep:function(s){return function(t){return Math.floor(t*s)/s}},createNoisyEasing:function(s,t=.1){const e=1-t;return function(n){return t*Math.random()+e*s(n)}},swing:function(s){return s+Math.sin(s*Math.PI*2)/2},causeSeizures:function(s){return s+.2*Math.random()-.1}};function Kl(s){switch(s){case X.Quadratic.In:return X.Quadratic.Out;case X.Quadratic.Out:return X.Quadratic.In;case X.Quadratic.InOut:return X.Quadratic.InOut;case X.Cubic.In:return X.Cubic.Out;case X.Cubic.Out:return X.Cubic.In;case X.Cubic.InOut:return X.Cubic.InOut;case X.Quartic.In:return X.Quartic.Out;case X.Quartic.Out:return X.Quartic.In;case X.Quartic.InOut:return X.Quartic.InOut;case X.Quintic.In:return X.Quintic.Out;case X.Quintic.Out:return X.Quintic.In;case X.Quintic.InOut:return X.Quintic.InOut;case X.Sinusoidal.In:return X.Sinusoidal.Out;case X.Sinusoidal.Out:return X.Sinusoidal.In;case X.Sinusoidal.InOut:return X.Sinusoidal.InOut;case X.Exponential.In:return X.Exponential.Out;case X.Exponential.Out:return X.Exponential.In;case X.Exponential.InOut:return X.Exponential.InOut;case X.Circular.In:return X.Circular.Out;case X.Circular.Out:return X.Circular.In;case X.Circular.InOut:return X.Circular.InOut;case X.Elastic.In:return X.Elastic.Out;case X.Elastic.Out:return X.Elastic.In;case X.Elastic.InOut:return X.Elastic.InOut;case X.Back.In:return X.Back.Out;case X.Back.Out:return X.Back.In;case X.Back.InOut:return X.Back.InOut;case X.Bounce.In:return X.Bounce.Out;case X.Bounce.Out:return X.Bounce.In;case X.Bounce.InOut:return X.Bounce.InOut;default:return s}}const E1=4,T1=.001,P1=1e-7,A1=10,ps=11,Pr=1/(ps-1),M1=typeof Float32Array=="function";function Zl(s,t){return 1-3*t+3*s}function Ql(s,t){return 3*t-6*s}function tu(s){return 3*s}function Ar(s,t,e){return((Zl(t,e)*s+Ql(t,e))*s+tu(t))*s}function eu(s,t,e){return 3*Zl(t,e)*s*s+2*Ql(t,e)*s+tu(t)}function k1(s,t,e,n,r){let i,o,a=0;do o=t+(e-t)/2,i=Ar(o,n,r)-s,i>0?e=o:t=o;while(Math.abs(i)>P1&&++a<A1);return o}function I1(s,t,e,n){for(let r=0;r<E1;++r){const i=eu(t,e,n);if(i===0)return t;const o=Ar(t,e,n)-s;t-=o/i}return t}function D1(s){return s}function zo(s,t,e,n){if(!(0<=s&&s<=1&&0<=e&&e<=1))throw new Error("bezier x values must be in [0, 1] range");if(s===t&&e===n)return D1;const r=M1?new Float32Array(ps):new Array(ps);for(let o=0;o<ps;++o)r[o]=Ar(o*Pr,s,e);function i(o){let a=0,c=1;const h=ps-1;for(;c!==h&&r[c]<=o;++c)a+=Pr;--c;const l=(o-r[c])/(r[c+1]-r[c]),u=a+l*Pr,d=eu(u,s,e);return d>=T1?I1(o,u,s,e):d===0?u:k1(o,a,a+Pr,s,e)}return o=>o===0||o===1?o:Ar(i(o),t,n)}function No(s){switch(s){case"linear":return[0,0,1,1];case"ease":return[.25,.1,.25,1];case"ease-in":return[.42,0,1,1];case"ease-in-out":return[.42,0,.58,1];case"ease-out":return[0,0,.58,1]}}function nu(s){const[t,e,n,r]=No(s);return[1-n,1-r,1-t,1-e]}function O1(s){return zo(...No(s))}function R1(s){return zo(...nu(s))}const ze={Utils:{Linear:function(s,t,e){return(t-s)*e+s},Factorial:function(){const s=[1];return function(t){let e=1;if(s[t])return s[t];for(let n=t;n>1;n--)e*=n;return s[t]=e,e}}(),Bernstein:function(s,t){const e=ze.Utils.Factorial;return e(s)/e(t)/e(s-t)},CatmullRom:function(s,t,e,n,r){const i=(e-s)*.5,o=(n-t)*.5,a=r*r,c=r*a;return(2*t-2*e+i+o)*c+(-3*t+3*e-2*i-o)*a+i*r+t},QuadraticBezier:(s,t,e,n)=>{const r=1-n;return r*r*s+2*r*n*t+n*n*e},CubicBezier:(s,t,e,n,r)=>{const i=1-r;return i*i*i*s+3*i*i*r*t+3*i*r*r*e+r*r*r*n}},Linear:function(s,t){const e=s.length-1,n=e*t,r=Math.floor(n),i=ze.Utils.Linear;return t<0?i(s[0],s[1],n):t>1?i(s[e],s[e-1],e-n):i(s[r],s[r+1>e?e:r+1],n-r)},Bezier:function(s,t){let e=0;const n=s.length-1,r=Math.pow,i=ze.Utils.Bernstein;for(let o=0;o<=n;o++)e+=r(1-t,n-o)*r(t,o)*s[o]*i(n,o);return e},CatmullRom:function(s,t){const e=s.length-1;let n=e*t,r=Math.floor(n);const i=ze.Utils.CatmullRom;return s[0]===s[e]?(t<0&&(r=Math.floor(n=e*(1+t))),i(s[(r-1+e)%e],s[r],s[(r+1)%e],s[(r+2)%e],n-r)):t<0?s[0]-(i(s[0],s[0],s[1],s[1],-n)-s[0]):t>1?s[e]-(i(s[e],s[e],s[e-1],s[e-1],n-e)-s[e]):i(s[r?r-1:0],s[r],s[e<r+1?e:r+1],s[e<r+2?e:r+2],n-r)}};class su{_tweens={};_tweensAddedDuringUpdate={};getAll(){return Object.keys(this._tweens).map(t=>this._tweens[t])}removeAll(){this._tweens={}}add(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t}remove(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]}update(t=Et(),e=!1){const n=Object.keys(this._tweens);for(let r=0;r<n.length;r++){const i=this._tweens[n[r]],o=!e;i&&i.update(t,o)===!1&&!e&&delete this._tweens[n[r]]}return!!Object.keys(this._tweens).length}}const he=new su;class Fo{constructor(t,e=he){this._object=t,this._group=e}_id=ms.nextId();_isPlaying=!1;_startTime=0;_delayTime=0;_durationTime=1e3;_isPaused=!1;_pauseStartTime=0;_initialRepeat=0;_repeat=0;_repeatDelayTime;_yoyo=!1;_reversed=!1;_valuesStart={};_valuesEnd={};_valuesStartRepeat={};_easingFunction=X.Linear.None;_interpolationFunction=ze.Linear;_chainedTweens=[];_isChainStopped=!1;_onStartCallback;_onStartCallbackFired=!1;_onEveryStartCallback;_onEveryStartCallbackFired=!1;_onUpdateCallback;_onRepeatCallback;_onCompleteCallback;_onStopCallback;_goToEnd=!1;getId(){return this._id}isPlaying(){return this._isPlaying}isPaused(){return this._isPaused}to(t,e){return this._valuesEnd=Object.create(t),e!==void 0&&(this._durationTime=e),this}duration(t=1e3){return this._durationTime=t,this}start(t=Et()){if(this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(const e in this._valuesStartRepeat)this._swapEndStartRepeatValues(e),this._valuesStart[e]=this._valuesStartRepeat[e]}return this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat),this}_setupProperties(t,e,n,r){for(const i in n){const o=t[i],a=Array.isArray(o),c=a?"array":typeof o,h=!a&&Array.isArray(n[i]);if(!(c==="undefined"||c==="function")){if(h){let l=n[i];if(l.length===0)continue;l=l.map(this._handleRelativeValue.bind(this,o)),n[i]=[o].concat(l)}if((c==="object"||a)&&o&&!h){e[i]=a?[]:{};for(const l in o)e[i][l]=o[l];r[i]=a?[]:{},this._setupProperties(o,e[i],n[i],r[i])}else typeof e[i]>"u"&&(e[i]=o),a||(e[i]*=1),h?r[i]=n[i].slice().reverse():r[i]=e[i]||0}}}stop(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this}end(){return this._goToEnd=!0,this.update(1/0),this}pause(t=Et()){return this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStartTime=t,this._group&&this._group.remove(this),this)}resume(t=Et()){return!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStartTime,this._pauseStartTime=0,this._group&&this._group.add(this),this)}stopChainedTweens(){for(let t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this}group(t=he){return this._group=t,this}delay(t=0){return this._delayTime=t,this}repeat(t=0){return this._initialRepeat=t,this._repeat=t,this}repeatDelay(t){return this._repeatDelayTime=t,this}yoyo(t=!1){return this._yoyo=t,this}easing(t=X.Linear.None){return this._easingFunction=t,this}interpolation(t=ze.Linear){return this._interpolationFunction=t,this}chain(...t){return this._chainedTweens=t,this}onStart(t){return this._onStartCallback=t,this}onEveryStart(t){return this._onEveryStartCallback=t,this}onUpdate(t){return this._onUpdateCallback=t,this}onRepeat(t){return this._onRepeatCallback=t,this}onComplete(t){return this._onCompleteCallback=t,this}onStop(t){return this._onStopCallback=t,this}update(t=Et(),e=!0){if(this._isPaused)return!0;let n,r;const i=this._startTime+this._durationTime;if(!this._goToEnd&&!this._isPlaying){if(t>i)return!1;e&&this.start(t)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0),r=(t-this._startTime)/this._durationTime,r=this._durationTime===0||r>1?1:r;const o=this._easingFunction(r);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,o),this._onUpdateCallback&&this._onUpdateCallback(this._object,r),r===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(n in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[n]=="string"&&(this._valuesStartRepeat[n]=this._valuesStartRepeat[n]+parseFloat(this._valuesEnd[n])),this._yoyo&&this._swapEndStartRepeatValues(n),this._valuesStart[n]=this._valuesStartRepeat[n];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(let a=0,c=this._chainedTweens.length;a<c;a++)this._chainedTweens[a].start(this._startTime+this._durationTime);return this._isPlaying=!1,!1}return!0}_updateProperties(t,e,n,r){for(const i in n){if(e[i]===void 0)continue;const o=e[i]||0;let a=n[i];const c=Array.isArray(t[i]),h=Array.isArray(a);!c&&h?t[i]=this._interpolationFunction(a,r):typeof a=="object"&&a?this._updateProperties(t[i],o,a,r):(a=this._handleRelativeValue(o,a),typeof a=="number"&&(t[i]=o+(a-o)*r))}}_handleRelativeValue(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)}_swapEndStartRepeatValues(t){const e=this._valuesStartRepeat[t],n=this._valuesEnd[t];typeof n=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(n):this._valuesStartRepeat[t]=n,this._valuesEnd[t]=e}}const L1=ms.nextId,z1=he.getAll.bind(he),N1=he.removeAll.bind(he),F1=he.add.bind(he),B1=he.remove.bind(he),U1=he.update.bind(he),$1={now:Et,Sequence:ms,Easing:X,Interpolation:ze,Group:su,Tween:Fo,nextId:L1,getAll:z1,removeAll:N1,add:F1,remove:B1,update:U1};class Bo{autoStart;startTime;oldTime;elapsedTime;running;constructor(t=!0){this.autoStart=t,this.startTime=0,this.oldTime=0,this.elapsedTime=0,this.running=!1}start(){this.startTime=Et(),this.oldTime=this.startTime,this.elapsedTime=0,this.running=!0}stop(){this.getElapsedTime(),this.running=!1,this.autoStart=!1}getElapsedTime(){return this.getDelta(),this.elapsedTime}getDelta(){let t=0;if(this.autoStart&&!this.running)return this.start(),0;if(this.running){const e=Et();t=e-this.oldTime,this.oldTime=e,this.elapsedTime+=t}return t}}class gs{tweens=[];frameDuration;onGroupStart;onGroupComplete;constructor(t){this.frameDuration=t?.frameDuration||1e3,this.onGroupStart=t?.onGroupStart,this.onGroupComplete=t?.onGroupComplete}get count(){return this.tweens.length}clear(){this.tweens=[]}sort(t=!1){Jg(this.tweens,(e,n)=>t?e.delay>n.delay:e.delay<=n.delay)}cloneTweens(t=this.tweens){const e=[];return t.forEach(n=>{const r={...n};delete r.tween,r.fromValues={...r.fromValues},r.toValues={...r.toValues},e.push(r)}),e}addTween(t,e,n){const r={fromValues:t,toValues:e,frames:typeof n?.frames=="number"?n.frames:1,delay:typeof n?.delay=="number"?n.delay:this.tweens.length,easeFunction:n?.easeFunction||X.Linear.None,interpolationFunction:n?.interpolationFunction||ze.Linear,repeat:typeof n?.repeat=="number"?n.repeat:0,yoyo:n?.yoyo||!1,onStart:n?.onStart||(()=>{}),onUpdate:n?.onUpdate||(()=>{}),onComplete:n?.onComplete||(()=>{})};return this.tweens.push(r),this}cancelRequestAnimationCycle=()=>{};runTweens(t){this.cancelRequestAnimationCycle();const e=new Bo,n=this.frameDuration;return new Promise(r=>{this.onGroupStart?.(),this.cancelRequestAnimationCycle=Fm(i=>{if(!this.isPaused){const a=Math.max(0,i-this.pausedDuration),c=Math.max(0,e.getElapsedTime()-this.pausedDuration);t.filter(h=>h.delay*n<=c).forEach(h=>{h.tween||(h.tween=new Fo({...h.fromValues}).to({...h.toValues},h.frames*n).easing(h.easeFunction).interpolation(h.interpolationFunction).repeat(h.repeat).yoyo(h.yoyo).onStart(h.onStart).onUpdate(h.onUpdate).onComplete(h.onComplete),h.tween.start(a)),(h.delay+h.frames*(h.repeat+1))*n>c?h.tween.update(a):(h.tween.isPlaying()&&h.tween.end(),Di(t,h))})}const o=!!t.length;return o||(this.onGroupComplete?.(),r()),o})})}isPaused=!1;pausedClock=new Bo;pausedDuration=0;play(t=this.cloneTweens(this.tweens)){this.isPaused=!1,this.pausedDuration=0,this.runTweens(t)}reverse(){const t=this.cloneTweens(this.tweens);let e=0;t.forEach(n=>{e=Math.max(e,n.delay+n.frames),n.easeFunction=Kl(n.easeFunction);const r={...n.toValues};n.toValues={...n.fromValues},n.fromValues={...r}}),t.forEach(n=>{n.delay=e-n.frames}),this.play(t)}pause(){this.pausedClock.start(),this.isPaused=!0}resume(){this.pausedDuration+=this.pausedClock.getElapsedTime(),this.pausedClock.stop(),this.isPaused=!1}}let Y1=class extends sr{id;originD;originMatrix;independentTransformInGroup;forceCXY=!1;cX;cY;x;y;degree;scalarX;scalarY;diffXInGroup;diffYInGroup;diffDegreeInGroup;diffScalarXInGroup;diffScalarYInGroup;vx;vy;ax;ay;mass;attrs;enableDrag;alongPath;isDragging=!1;isMouseIn=!1;targetToAfterDragFree;followMouse;strokeArmyAnts;strokeArmyAntsOffset=0;strokeDashTotalLength=0;isShow=!0;el;pathd;usePathDtoCanvasContext=!1;parent;shapes=[];state;constructor(t){if(super(),this.id=Bi(),t?.d&&(this.originD=t?.d),t?.originMatrix&&(this.originMatrix=t.originMatrix),this.independentTransformInGroup=typeof t?.independentTransformInGroup=="boolean"?t.independentTransformInGroup:!1,this.x=t?.x||0,this.y=t?.y||0,this.cX=0,this.cY=0,typeof t?.centerX=="number"&&typeof t?.centerY=="number"&&this.forceSetCXY(t.centerX-this.x,t.centerY-this.y),this.degree=t?.degree||0,this.scalarX=1,this.scalarY=1,t?.scalar!==void 0&&(this.scalarX=t.scalar,this.scalarY=t.scalar),t?.scalarX!==void 0&&(this.scalarX=t.scalarX),t?.scalarY!==void 0&&(this.scalarY=t.scalarY),this.diffXInGroup=t?.diffXInGroup||0,this.diffYInGroup=t?.diffYInGroup||0,this.diffDegreeInGroup=t?.diffDegreeInGroup||0,this.diffScalarXInGroup=t?.diffScalarXInGroup||1,this.diffScalarYInGroup=t?.diffScalarYInGroup||1,this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||1,this.attrs={stroke:"none",fill:"none"},t?.attrs&&this.setAttr(t?.attrs),this.enableDrag=t?.enableDrag||!1,this.alongPath=t?.alongPath,this.targetToAfterDragFree=t?.targetToAfterDragFree,this.followMouse=t?.followMouse||!1,this.isShow=typeof t?.isShow=="boolean"?t?.isShow:!0,this.strokeArmyAnts=t?.strokeArmyAnts||!1,this.strokeArmyAnts){const e=this.getAttr("stroke-dasharray","4 4");this.setAttr("stroke-dasharray",e),this.strokeDashTotalLength=Ii(e).reduce((n,r)=>n+r,0)}this.state=oh(this)}forceSetCXY(t,e){this.cX=t,this.cY=e,this.forceCXY=!0}shapeInit(){}initPathD(){if(!this.pathd){if(this.pathd=new C1,this.state.subscribe(()=>{this.pathd?.reset(this.originD||this.toSVGPathData(),this.originMatrix)}),this.pathd&&!this.forceCXY){const t=this.shapes.length==0?this.pathd.getBoundingClientRect():this.getBoundingClientRect();t&&(this.pathd.cX=this.cX=t.x+t.width/2-this.pathd.x,this.pathd.cY=this.cY=t.y+t.height/2-this.pathd.y)}this.shapeInit()}return this.pathd}frameStart(t){}frameUpdate(t,e){this.pathd=this.initPathD(),this.pathd.update(this),this.strokeArmyAnts&&(this.isMouseIn||(this.setAttr("stroke-dashoffset",String(this.strokeArmyAntsOffset++)),this.strokeArmyAntsOffset>this.strokeDashTotalLength&&(this.strokeArmyAntsOffset=0)))}frameEnd(t){}toSVGPathData(){return[]}toSVGPathD(){return this.pathd?.toSVGPathD()||""}toCanvasContext(t){this.usePathDtoCanvasContext=!0,this.pathd?.toCanvasContext(t)}getBoundingClientRect(){return this.pathd?.getBoundingClientRect()||null}get center(){const t=this.getBoundingClientRect(),e={x:this.x,y:this.y};return t&&(e.x=t.x+t.width/2,e.y=t.y+t.height/2),e}trim(){if(this.parent)return;const t=this.getBoundingClientRect();if(!t)return;this.shapes.forEach(n=>{const r=n.originMatrix?n.originMatrix.clone():new Yt;r.translate(-t.x+n.x,-t.y+n.y),n.originMatrix=r});const e=this.originMatrix?this.originMatrix.clone():new Yt;e.translate(-t.x+this.x,-t.y+this.y),this.originMatrix=e}isPointInPath(t,e,n){if(n instanceof Oo)return n.isPointInPath(new Path2D(this.toSVGPathD()),t,e);let r;try{r=new SVGPoint(t,e)}catch{r=n.createSVGPoint(),r.x=t,r.y=e}if(this.el instanceof SVGGeometryElement)return this.el.isPointInFill(r);{const i=this.getBoundingClientRect();if(i)return t>=i.x&&t<=i.x+i.width&&e>=i.y&&e<=i.y+i.height}return!1}isPointInStroke(t,e,n){if(n instanceof Oo)return n.isPointInStroke(new Path2D(this.toSVGPathD()),t,e);let r;try{r=new SVGPoint(t,e)}catch{r=n.createSVGPoint(),r.x=t,r.y=e}return this.el instanceof SVGGeometryElement?this.el.isPointInStroke(r):!1}clone(){return Im(this).copy(this)}copy(t){return this.id=t.id,this.originD=t.originD,this.originMatrix=t.originMatrix,this.independentTransformInGroup=t.independentTransformInGroup,this.x=t.x,this.y=t.y,this.cX=t.cX,this.cY=t.cY,this.degree=t.degree,this.scalarX=t.scalarX,this.scalarY=t.scalarY,this.diffXInGroup=t.diffXInGroup,this.diffYInGroup=t.diffYInGroup,this.diffDegreeInGroup=t.diffDegreeInGroup,this.diffScalarXInGroup=t.diffScalarXInGroup,this.diffScalarYInGroup=t.diffScalarYInGroup,this.vx=t.vx,this.vy=t.vy,this.ax=t.ax,this.ay=t.ay,this.mass=t.mass,this.attrs={...t.attrs},this.enableDrag=t.enableDrag,this.alongPath=t.alongPath,this.targetToAfterDragFree=t.targetToAfterDragFree,this.followMouse=t.followMouse,this.isShow=t.isShow,this.strokeArmyAnts=t.strokeArmyAnts,this.strokeDashTotalLength=t.strokeDashTotalLength,this}save(){}restore(){}setAttr(t,e){typeof t!="string"?Object.assign(this.attrs,Object.fromEntries(Object.entries(t).map(([n,r])=>[Nt(n),r]))):e&&(this.attrs[Nt(t)]=e)}getAttr(t,e){return this.attrs[t]||this.attrs[Nt(t)]||e}getAttrs(){return this.attrs}hasAttr(t){return!!this.attrs[t]||!!this.attrs[Nt(t)]}distance(t){return Ze(this.x,this.y,t.x,t.y)}rotateTo(t){this.degree=Ut(se(this.x,this.y,t.x,t.y))}followTo(t,e=3){this.rotateTo(t);const{dx:n,dy:r}=Qe(ut(this.degree),e);this.vx=n,this.vy=r,this.run()}followAccelerationTo(t,e=.05){this.rotateTo(t);const{dx:n,dy:r}=Qe(ut(this.degree),e);this.ax=n,this.ay=r,this.run()}checkCollision(t){}checkWall(t){}gravitateTo(t){const e=t.x-this.x,n=t.y-this.y,r=e*e+n*n,i=Math.sqrt(r),o=this.mass*t.mass/r,a=o*e/i,c=o*n/i;this.vx+=a/this.mass,this.vy+=c/this.mass,t.vx-=a/t.mass,t.vy-=c/t.mass}run(t){this.vx+=this.ax,this.vy+=this.ay;const e=ae(t?.gravity,0);this.vy+=e;const n=ae(t?.friction,1);this.vx*=n,this.vy*=n,this.x+=this.vx,this.y+=this.vy}runEaseTo(t,e){const n=ae(e?.easing,.05),r=t.x-this.cX-this.x,i=t.y-this.cY-this.y;this.vx=r*n,this.vy=i*n,this.run(e)}runSpringTo(t,e){const n=ae(e?.spring,.03);(Array.isArray(t)?t:[t]).forEach(r=>{const i=r.x-this.cX-this.x,o=r.y-this.cY-this.y,a=i*n,c=o*n;this.vx+=a,this.vy+=c}),this.run({friction:.9,...e})}springMassTo(t,e){const n=ae(e?.springLength,100),r=ae(e?.spring,1e-4),i=t.x-this.x,o=t.y-this.y,a=Math.sqrt(i*i+o*o);if(a<n){const c=i*r,h=o*r;return this.vx+=c/this.mass,this.vy+=h/this.mass,t.vx-=c/t.mass,t.vy-=h/t.mass,1-a/n}return 0}getTotalLength(){return this.initPathD().getTotalLength()}interpolate(t){return this.initPathD().interpolate(t)}getPointAtLength(t){return this.initPathD().getPointAtLength(t)}trailPath(t,e=0){const n=this.getTotalLength();return t.originD=this.initPathD().getSubpath(0,e*n),this.getPointAtLength(e*n)}strokeDashTween(t=1e3,e){const n=this.initPathD(),r=Z(n.getTotalLength(),0);this.setAttr({strokeDasharray:`${r} ${r}`,strokeDashoffset:`${r}`});const i=e?.onUpdate,o=new gs({frameDuration:t});o.addTween({offset:r},{offset:0},Object.assign(e||{},{onUpdate:(a,c)=>{this.setAttr("strokeDashoffset",""+Z(a.offset,2)),i?.(a,c)}})),o.play()}};class j1 extends Y1{x;y;z;fl;vpX;vpY;cX;cY;cZ;radius;constructor(t){super(t),this.x=t?.x||0,this.y=t?.y||0,this.z=t?.z||0,this.fl=t?.fl||250,this.vpX=t?.vpX||0,this.vpY=t?.vpY||0,this.cX=t?.cX||0,this.cY=t?.cY||0,this.cZ=t?.cZ||0,this.radius=t?.radius||0}toSVGPathData(){return this.radius?[["M",this.getScreenX(),this.getScreenY()-this.radius],["a",this.radius,this.radius,0,1,1,0,2*this.radius],["a",this.radius,this.radius,0,1,1,0,-2*this.radius],["z"]]:[["M",this.getScreenX(),this.getScreenY()]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,0,Math.PI*2,!0),t.closePath()}setVanishingPoint(t,e){this.vpX=t,this.vpY=e}setCenter(t,e,n){this.cX=t,this.cY=e,this.cZ=n}rotateX(t){({x:this.y,y:this.z}=me(ut(t),this.y,this.z))}rotateY(t){({x:this.x,y:this.z}=me(ut(t),this.x,this.z))}rotateZ(t){({x:this.x,y:this.y}=me(ut(t),this.x,this.y))}getScreenX(){const t=this.fl/(this.fl+this.z+this.cZ);return this.vpX+(this.cX+this.x)*t}getScreenY(){const t=this.fl/(this.fl+this.z+this.cZ);return this.vpY+(this.cY+this.y)*t}eq(t){return this.x===t.x&&this.y===t.y&&this.z===t.z&&this.radius===t.radius&&this.mass===t.mass}length(){return Bn(this.x,this.y,this.z)}distance(t){const e=t.x-this.x,n=t.y-this.y,r=t.z-this.z;return Math.sqrt(e*e+n*n+r*r)}scalar(t){return this.x*=t,this.y*=t,this.z*=t,this}normalize(t=1){const e=this.length();if(e){const n=t/e;this.scalar(n)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,n=this.y,r=this.z;return{x:n*t.z-r*t.y,y:r*t.x-e*t.z,z:e*t.y-n*t.x}}multiply(t){return{x:this.x*t.x,y:this.y*t.y,z:this.z*t.z}}div(t){return{x:this.x/t.x,y:this.y/t.y,z:this.z/t.z}}add(t){return{x:this.x+t.x,y:this.y+t.y,z:this.z+t.z}}sub(t){return{x:this.x-t.x,y:this.y-t.y,z:this.z-t.z}}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}reflect(t){const e=this.dot(t);return{x:this.x-2*e*t.x,y:this.y-2*e*t.y,z:this.z-2*e*t.z}}}const Mr=j1,ys=2e3,Uo=2001,ru=[1,0,0,1],iu=[1,0,0,1,0,0],ou=[1,0,0,0,1,0,0,0,1],au=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class $o{value;constructor(t=ru){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m21(){return this.value[2]}get m22(){return this.value[3]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set(t=1,e=0,n=0,r=1){return this.m11=t,this.m21=e,this.m12=n,this.m22=r,this}identity(){return this.value=Array.from(ru),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m21==0&&this.m22==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m21=t.m21,this.m22=t.m22,this}clone(){return new $o(this.value)}fromArray(t,e=0){for(let n=0;n<4;n++)this.value[n]=t[n+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m21,t[e+3]=this.m22,t}multiplyMatrices(t,e){const n=t.value,r=e.value,i=this.value,o=n[0],a=n[2],c=n[1],h=n[3],l=r[0],u=r[2],d=r[1],f=r[3];return i[0]=o*l+a*d,i[2]=o*u+a*f,i[1]=c*l+h*d,i[3]=c*u+h*f,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m21*=t,this.m22*=t,this}determinant(){return this.m11*this.m22-this.m21*this.m12}}class kr{value;constructor(t=ou){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m21(){return this.value[3]}get m22(){return this.value[4]}get m23(){return this.value[5]}get m31(){return this.value[6]}get m32(){return this.value[7]}get m33(){return this.value[8]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m21(t){this.value[3]=t}set m22(t){this.value[4]=t}set m23(t){this.value[5]=t}set m31(t){this.value[6]=t}set m32(t){this.value[7]=t}set m33(t){this.value[8]=t}set(t=1,e=0,n=0,r=0,i=1,o=0,a=0,c=0,h=1){const l=this.value;return l[0]=t,l[1]=r,l[2]=a,l[3]=e,l[4]=i,l[5]=c,l[6]=n,l[7]=o,l[8]=h,this}identity(){return this.value=Array.from(ou),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this}clone(){return new kr(this.value)}fromArray(t,e=0){for(let n=0;n<9;n++)this.value[n]=t[n+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m13,t[e+3]=this.m21,t[e+4]=this.m22,t[e+5]=this.m23,t[e+6]=this.m31,t[e+7]=this.m32,t[e+8]=this.m33,t}extractBasis(t,e,n){return t.setFromMatrix3Column(this,0),e.setFromMatrix3Column(this,1),n.setFromMatrix3Column(this,2),this}setFromMatrix4(t){return this.set(t.m11,t.m21,t.m31,t.m12,t.m22,t.m32,t.m13,t.m23,t.m33),this}multiplyMatrices(t,e){const n=t.value,r=e.value,i=this.value,o=n[0],a=n[3],c=n[6],h=n[1],l=n[4],u=n[7],d=n[2],f=n[5],m=n[8],p=r[0],_=r[3],y=r[6],b=r[1],v=r[4],w=r[7],E=r[2],C=r[5],D=r[8];return i[0]=o*p+a*b+c*E,i[3]=o*_+a*v+c*C,i[6]=o*y+a*w+c*D,i[1]=h*p+l*b+u*E,i[4]=h*_+l*v+u*C,i[7]=h*y+l*w+u*D,i[2]=d*p+f*b+m*E,i[5]=d*_+f*v+m*C,i[8]=d*y+f*w+m*D,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}determinant(){const t=this.value,e=t[0],n=t[1],r=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],l=t[8];return e*o*l-e*a*h-n*i*l+n*a*c+r*i*h-r*o*c}inverse(){const t=this.value,e=t[0],n=t[1],r=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],l=t[8],u=l*o-a*h,d=a*c-l*i,f=h*i-o*c,m=e*u+n*d+r*f;if(m===0)return this.set(0,0,0,0,0,0,0,0,0);const p=1/m;return t[0]=u*p,t[1]=(r*h-l*n)*p,t[2]=(a*n-r*o)*p,t[3]=d*p,t[4]=(l*e-r*c)*p,t[5]=(r*i-a*e)*p,t[6]=f*p,t[7]=(n*c-h*e)*p,t[8]=(o*e-n*i)*p,this}transpose(){let t;const e=this.value;return t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t,this}getNormalMatrix(t){return this.setFromMatrix4(t).inverse().transpose()}transposeIntoArray(t){const e=this.value;return t[0]=e[0],t[1]=e[3],t[2]=e[6],t[3]=e[1],t[4]=e[4],t[5]=e[7],t[6]=e[2],t[7]=e[5],t[8]=e[8],this}setUvTransform(t,e,n,r,i,o,a){const c=Math.cos(i),h=Math.sin(i);return this.set(n*c,n*h,-n*(c*o+h*a)+o+t,-r*h,r*c,-r*(-h*o+c*a)+a+e,0,0,1),this}scale(t,e){return this.premultiply(jo.makeScale(t,e)),this}rotate(t){return this.premultiply(jo.makeRotation(-t)),this}translate(t,e){return this.premultiply(jo.makeTranslation(t,e)),this}makeTranslation(t,e){return typeof t=="number"?this.set(1,0,t,0,1,e,0,0,1):this.set(1,0,t.x,0,1,t.y,0,0,1),this}makeRotation(t){const e=Math.cos(t),n=Math.sin(t);return this.set(e,-n,0,n,e,0,0,0,1),this}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}equals(t){for(let e=0;e<9;e++)if(this.value[e]!==t.value[e])return!1;return!0}}class Qt{value;is3dSpecial=!1;constructor(t=au){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m14(){return this.value[3]}get m21(){return this.value[4]}get m22(){return this.value[5]}get m23(){return this.value[6]}get m24(){return this.value[7]}get m31(){return this.value[8]}get m32(){return this.value[9]}get m33(){return this.value[10]}get m34(){return this.value[11]}get m41(){return this.value[12]}get m42(){return this.value[13]}get m43(){return this.value[14]}get m44(){return this.value[15]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m14(t){this.value[3]=t}set m21(t){this.value[4]=t}set m22(t){this.value[5]=t}set m23(t){this.value[6]=t}set m24(t){this.value[7]=t}set m31(t){this.value[8]=t}set m32(t){this.value[9]=t}set m33(t){this.value[10]=t}set m34(t){this.value[11]=t}set m41(t){this.value[12]=t}set m42(t){this.value[13]=t}set m43(t){this.value[14]=t}set m44(t){this.value[15]=t}set(t=1,e=0,n=0,r=0,i=0,o=1,a=0,c=0,h=0,l=0,u=1,d=0,f=0,m=0,p=0,_=1){const y=this.value;return y[0]=t,y[4]=e,y[8]=n,y[12]=r,y[1]=i,y[5]=o,y[9]=a,y[13]=c,y[2]=h,y[6]=l,y[10]=u,y[14]=d,y[3]=f,y[7]=m,y[11]=p,y[15]=_,this}is2D(){return!this.is3dSpecial&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m43==0&&this.m44==1}is3D(){return!this.is2D()}identity(){return this.value=Array.from(au),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m14==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m24==0&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m41==0&&this.m42==0&&this.m43==0&&this.m44==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m14=t.m14,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m24=t.m24,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this.m34=t.m34,this.m41=t.m41,this.m42=t.m42,this.m43=t.m43,this.m44=t.m44,this}clone(){return new Qt(this.value)}static fromString(t){const e=new Qt,n=$c("number",t);return n.length===16&&n.forEach((r,i)=>{r.fullMatch&&(e.value[i]=parseFloat(r.fullMatch))}),e}fromArray(t,e=0){for(let n=0;n<16;n++)this.value[n]=t[n+e];return this}toArray(t=[],e=0){const n=this.value;return t[e]=n[0],t[e+1]=n[1],t[e+2]=n[2],t[e+3]=n[3],t[e+4]=n[4],t[e+5]=n[5],t[e+6]=n[6],t[e+7]=n[7],t[e+8]=n[8],t[e+9]=n[9],t[e+10]=n[10],t[e+11]=n[11],t[e+12]=n[12],t[e+13]=n[13],t[e+14]=n[14],t[e+15]=n[15],t}copyPosition(t){const e=this.value,n=t.value;return e[12]=n[12],e[13]=n[13],e[14]=n[14],this}setFromMatrix3(t){const e=t.value;return this.set(e[0],e[3],e[6],0,e[1],e[4],e[7],0,e[2],e[5],e[8],0,0,0,0,1),this}extractBasis(t,e,n){return t.setFromMatrix4Column(this,0),e.setFromMatrix4Column(this,1),n.setFromMatrix4Column(this,2),this}makeBasis(t,e,n){return this.set(t.x,e.x,n.x,0,t.y,e.y,n.y,0,t.z,e.z,n.z,0,0,0,0,1),this}normalize(){return this.multiplyScalar(1/(this.m44||1e-4))}transformPoint(t){const e=t.z||1,n=t.w||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31+n*this.m41,y:t.x*this.m12+t.y*this.m22+e*this.m32+n*this.m42,z:t.x*this.m13+t.y*this.m23+e*this.m33+n*this.m43,w:t.x*this.m14+t.y*this.m24+e*this.m34+n*this.m44}}toMatrix(t){const{scalarX:e,scalarY:n,skewX:r,skewY:i,x:o,y:a}=this.split(),c=[e,i,r,n,o,a];return t?(t.value=c,t):new Yt(c)}flatten(){return this.m31=0,this.m32=0,this.m33=1,this.m34=0,this.m14=0,this.m24=0,this.m43=0,this.m44=1,this}toString(t=6){return`matrix3d(${this.value.map(e=>Z(e,t)).join(",")})`}split(){const t=Math.sqrt(this.m11*this.m11+this.m12*this.m12+this.m13*this.m13),e=Math.sqrt(this.m21*this.m21+this.m22*this.m22+this.m23*this.m23),n=Math.sqrt(this.m31*this.m31+this.m32*this.m32+this.m33*this.m33),r=Ut(K(Math.asin(-this.m13),-1,1));let i=Ut(Math.atan2(this.m23,this.m33));Math.cos(ut(r))===0&&(i=Ut(Math.atan2(-this.m31,this.m22)));let o=Ut(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(o+=180),{x:this.m41,y:this.m42,z:this.m43,scalarX:t,scalarY:e,scalarZ:n,degreeX:i,degreeY:r,degreeZ:o,skewX:Ut(this.m14),skewY:Ut(this.m24),skewZ:Ut(this.m34),skewW:this.m44,perspective:this.m34?-(1/this.m34):0}}extractRotation(t){const e=this.value,n=t.value,r=1/Yo.setFromMatrix4Column(t,0).length(),i=1/Yo.setFromMatrix4Column(t,1).length(),o=1/Yo.setFromMatrix4Column(t,2).length();return e[0]=n[0]*r,e[1]=n[1]*r,e[2]=n[2]*r,e[3]=0,e[4]=n[4]*i,e[5]=n[5]*i,e[6]=n[6]*i,e[7]=0,e[8]=n[8]*o,e[9]=n[9]*o,e[10]=n[10]*o,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}lookAt(t,e,n){const r=this.value;return re.subVectors(t,e),re.lengthSq()===0&&(re.z=1),re.normalize(),en.crossVectors(n,re),en.lengthSq()===0&&(Math.abs(n.z)===1?re.x+=1e-4:re.z+=1e-4,re.normalize(),en.crossVectors(n,re)),en.normalize(),Ir.crossVectors(re,en),r[0]=en.x,r[4]=Ir.x,r[8]=re.x,r[1]=en.y,r[5]=Ir.y,r[9]=re.y,r[2]=en.z,r[6]=Ir.z,r[10]=re.z,this}multiplyMatrices(t,e){const n=t.value,r=e.value,i=this.value,o=n[0],a=n[4],c=n[8],h=n[12],l=n[1],u=n[5],d=n[9],f=n[13],m=n[2],p=n[6],_=n[10],y=n[14],b=n[3],v=n[7],w=n[11],E=n[15],C=r[0],D=r[4],$=r[8],O=r[12],U=r[1],V=r[5],q=r[9],ft=r[13],pt=r[2],zt=r[6],wt=r[10],It=r[14],Xt=r[3],Y=r[7],N=r[11],A=r[15];return i[0]=o*C+a*U+c*pt+h*Xt,i[4]=o*D+a*V+c*zt+h*Y,i[8]=o*$+a*q+c*wt+h*N,i[12]=o*O+a*ft+c*It+h*A,i[1]=l*C+u*U+d*pt+f*Xt,i[5]=l*D+u*V+d*zt+f*Y,i[9]=l*$+u*q+d*wt+f*N,i[13]=l*O+u*ft+d*It+f*A,i[2]=m*C+p*U+_*pt+y*Xt,i[6]=m*D+p*V+_*zt+y*Y,i[10]=m*$+p*q+_*wt+y*N,i[14]=m*O+p*ft+_*It+y*A,i[3]=b*C+v*U+w*pt+E*Xt,i[7]=b*D+v*V+w*zt+E*Y,i[11]=b*$+v*q+w*wt+E*N,i[15]=b*O+v*ft+w*It+E*A,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m14*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m24*=t,this.m31*=t,this.m32*=t,this.m33*=t,this.m34*=t,this}determinant(){const t=this.value,e=t[0],n=t[4],r=t[8],i=t[12],o=t[1],a=t[5],c=t[9],h=t[13],l=t[2],u=t[6],d=t[10],f=t[14],m=t[3],p=t[7],_=t[11],y=t[15];return m*(+i*c*u-r*h*u-i*a*d+n*h*d+r*a*f-n*c*f)+p*(+e*c*f-e*h*d+i*o*d-r*o*f+r*h*l-i*c*l)+_*(+e*h*u-e*a*f-i*o*u+n*o*f+i*a*l-n*h*l)+y*(-r*a*l-e*c*u+e*a*d+r*o*u-n*o*d+n*c*l)}transpose(){const t=this.value;let e;return e=t[1],t[1]=t[4],t[4]=e,e=t[2],t[2]=t[8],t[8]=e,e=t[6],t[6]=t[9],t[9]=e,e=t[3],t[3]=t[12],t[12]=e,e=t[7],t[7]=t[13],t[13]=e,e=t[11],t[11]=t[14],t[14]=e,this}setPosition(t,e,n){const r=this.value;return t instanceof ve?(r[12]=t.x,r[13]=t.y,r[14]=t.z):typeof t=="number"&&typeof e=="number"&&typeof n=="number"&&(r[12]=t,r[13]=e,r[14]=n),this}inverse(){const t=this.value,e=t[0],n=t[1],r=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],l=t[8],u=t[9],d=t[10],f=t[11],m=t[12],p=t[13],_=t[14],y=t[15],b=u*_*h-p*d*h+p*c*f-a*_*f-u*c*y+a*d*y,v=m*d*h-l*_*h-m*c*f+o*_*f+l*c*y-o*d*y,w=l*p*h-m*u*h+m*a*f-o*p*f-l*a*y+o*u*y,E=m*u*c-l*p*c-m*a*d+o*p*d+l*a*_-o*u*_,C=e*b+n*v+r*w+i*E;if(C===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);const D=1/C;return t[0]=b*D,t[1]=(p*d*i-u*_*i-p*r*f+n*_*f+u*r*y-n*d*y)*D,t[2]=(a*_*i-p*c*i+p*r*h-n*_*h-a*r*y+n*c*y)*D,t[3]=(u*c*i-a*d*i-u*r*h+n*d*h+a*r*f-n*c*f)*D,t[4]=v*D,t[5]=(l*_*i-m*d*i+m*r*f-e*_*f-l*r*y+e*d*y)*D,t[6]=(m*c*i-o*_*i-m*r*h+e*_*h+o*r*y-e*c*y)*D,t[7]=(o*d*i-l*c*i+l*r*h-e*d*h-o*r*f+e*c*f)*D,t[8]=w*D,t[9]=(m*u*i-l*p*i-m*n*f+e*p*f+l*n*y-e*u*y)*D,t[10]=(o*p*i-m*a*i+m*n*h-e*p*h-o*n*y+e*a*y)*D,t[11]=(l*a*i-o*u*i-l*n*h+e*u*h+o*n*f-e*a*f)*D,t[12]=E*D,t[13]=(l*p*r-m*u*r+m*n*d-e*p*d-l*n*_+e*u*_)*D,t[14]=(m*a*r-o*p*r-m*n*c+e*p*c+o*n*_-e*a*_)*D,t[15]=(o*u*r-l*a*r+l*n*c-e*u*c-o*n*d+e*a*d)*D,this}getMaxScaleOnAxis(){const t=this.value,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],n=t[4]*t[4]+t[5]*t[5]+t[6]*t[6],r=t[8]*t[8]+t[9]*t[9]+t[10]*t[10];return Math.sqrt(Math.max(e,n,r))}makeTranslation(t,e,n){return t instanceof ve?this.set(1,0,0,t.x,0,1,0,t.y,0,0,1,t.z,0,0,0,1):this.set(1,0,0,t,0,1,0,e,0,0,1,n,0,0,0,1),this}makeRotationX(t){const e=Math.cos(t),n=Math.sin(t);return this.set(1,0,0,0,0,e,-n,0,0,n,e,0,0,0,0,1),this}makeRotationY(t){const e=Math.cos(t),n=Math.sin(t);return this.set(e,0,n,0,0,1,0,0,-n,0,e,0,0,0,0,1),this}makeRotationZ(t){const e=Math.cos(t),n=Math.sin(t);return this.set(e,-n,0,0,n,e,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(t,e){const n=Math.cos(e),r=Math.sin(e),i=1-n,o=t.x,a=t.y,c=t.z,h=i*o,l=i*a;return this.set(h*o+n,h*a-r*c,h*c+r*a,0,h*a+r*c,l*a+n,l*c-r*o,0,h*c-r*a,l*c+r*o,i*c*c+n,0,0,0,0,1),this}makeScale(t,e,n){return this.set(t,0,0,0,0,e,0,0,0,0,n,0,0,0,0,1),this}makeShear(t,e,n,r,i,o){return this.set(1,n,i,0,t,1,o,0,e,r,1,0,0,0,0,1),this}makePerspective(t,e,n,r,i,o,a=ys){const c=this.value,h=2*i/(e-t),l=2*i/(n-r),u=(e+t)/(e-t),d=(n+r)/(n-r);let f,m;if(a===ys)f=-(o+i)/(o-i),m=-2*o*i/(o-i);else if(a===Uo)f=-o/(o-i),m=-o*i/(o-i);else throw new Error("Matrix4.makePerspective(): Invalid coordinate system: "+a);return c[0]=h,c[4]=0,c[8]=u,c[12]=0,c[1]=0,c[5]=l,c[9]=d,c[13]=0,c[2]=0,c[6]=0,c[10]=f,c[14]=m,c[3]=0,c[7]=0,c[11]=-1,c[15]=0,this}makeOrthographic(t,e,n,r,i,o,a=ys){const c=this.value,h=1/(e-t),l=1/(n-r),u=1/(o-i),d=(e+t)*h,f=(n+r)*l;let m,p;if(a===ys)m=(o+i)*u,p=-2*u;else if(a===Uo)m=i*u,p=-1*u;else throw new Error("Matrix4.makeOrthographic(): Invalid coordinate system: "+a);return c[0]=2*h,c[4]=0,c[8]=0,c[12]=-d,c[1]=0,c[5]=2*l,c[9]=0,c[13]=-f,c[2]=0,c[6]=0,c[10]=p,c[14]=-m,c[3]=0,c[7]=0,c[11]=0,c[15]=1,this}equals(t){for(let e=0;e<16;e++)if(this.value[e]!==t.value[e])return!1;return!0}translate(t=0,e=0,n=0){return this.multiply(new Qt([1,0,0,0,0,1,0,0,0,0,1,0,t,e,n,1]))}scale(t=1,e=1,n=1){return this.multiply(new Qt([t,0,0,0,0,e,0,0,0,0,n,0,0,0,0,1]))}scaleVector3(t){const e=this.value,n=t.x,r=t.y,i=t.z;return e[0]*=n,e[4]*=r,e[8]*=i,e[1]*=n,e[5]*=r,e[9]*=i,e[2]*=n,e[6]*=r,e[10]*=i,e[3]*=n,e[7]*=r,e[11]*=i,this}rotateX(t){const e=ut(t),n=Math.cos(e),r=Math.sin(e);return this.multiply(new Qt([1,0,0,0,0,n,r,0,0,-r,n,0,0,0,0,1]))}rotateY(t){const e=ut(t),n=Math.cos(e),r=Math.sin(e);return this.multiply(new Qt([n,0,-r,0,0,1,0,0,r,0,n,0,0,0,0,1]))}rotateZ(t){this.is3dSpecial=!0;const e=ut(t),n=Math.cos(e),r=Math.sin(e);return this.multiply(new Qt([n,r,0,0,-r,n,0,0,0,0,1,0,0,0,0,1]))}skew(t=0,e=0,n=0){return this.multiply(new Qt([1,0,0,ut(t),0,1,0,ut(e),0,0,1,ut(n),0,0,0,1]))}perspective(t){return this.multiply(new Qt([1,0,0,0,0,1,0,0,0,0,1,t?-(1/t):0,0,0,0,1]))}unproject(t){let e=t.x*this.m11+t.y*this.m21+this.m41,n=t.x*this.m12+t.y*this.m22+this.m42,r=t.x*this.m13+t.y*this.m23+this.m43,i=t.x*this.m14+t.y*this.m24+this.m44,o=e+this.m31,a=n+this.m32,c=r+this.m33,h=i+this.m34;i==0&&(i=1e-4),e/=i,n/=i,r/=i,h==0&&(h=1e-4),o/=h,a/=h,c/=h;const l=c-r;if(l==0)return{x:e,y:n,z:r,mass:i};const u=-r/l;return e+=u*(o-e),n+=u*(a-n),{x:e,y:n,z:r,mass:i}}project(t){const e=t.z;let n=t.x*this.m11+t.y*this.m21+e*this.m31+this.m41,r=t.x*this.m12+t.y*this.m22+e*this.m32+this.m42,i=t.x*this.m14+t.y*this.m24+e*this.m34+this.m44;return i==0&&(i=1e-4),n/=i,r/=i,i<0&&(n-=this.m41,r-=this.m42,n*=1/i,r*=1/i,n+=this.m41,r+=this.m42),{x:n,y:r,z:e,mass:i}}bounds(t,e,n,r){const i=new Mr({x:t,y:e}),o=new Mr({x:t+n,y:e}),a=new Mr({x:t+n,y:e+r}),c=new Mr({x:t,y:e+r});({x:i.x,y:i.y,z:i.z,mass:i.mass}=this.project(i)),{x:o.x,y:o.y,z:o.z,mass:o.mass}=this.project(o),{x:a.x,y:a.y,z:a.z,mass:a.mass}=this.project(a),{x:c.x,y:c.y,z:c.z,mass:c.mass}=this.project(c);const h=Math.min(i.x,o.x,a.x,c.x),l=Math.min(i.y,o.y,a.y,c.y),u=Math.max(i.x,o.x,a.x,c.x)-h,d=Math.max(i.y,o.y,a.y,c.y)-l;return{x:h,y:l,width:u,height:d}}}class Yt{value;_m13=0;_m23=0;_m33=1;matrix4;constructor(t=iu){this.value=Array.from(t),this.matrix4=this.toMatrix4()}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this._m13}get m21(){return this.value[2]}get m22(){return this.value[3]}get m23(){return this._m23}get m31(){return this.value[4]}get m32(){return this.value[5]}get m33(){return this._m33}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this._m13=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set m23(t){this._m23=t}set m31(t){this.value[4]=t}set m32(t){this.value[5]=t}set m33(t){this._m33=t}static fromString(t){const e=new Yt,n=$c("number",t);return n.length===6&&n.forEach((r,i)=>{r.fullMatch&&(e.value[i]=parseFloat(r.fullMatch))}),e}toMatrix4(t=this.matrix4){const e=[this.m11,this.m12,0,this.m13,this.m21,this.m22,0,this.m23,0,0,1,0,this.m31,this.m32,0,this.m33];return t?(t.value=e,t):new Qt(e)}identity(){return this.value=Array.from(iu),this.m13=0,this.m23=0,this.m33=1,this.matrix4=this.toMatrix4(),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}normalize(){const t=this.m33||1e-4;return this.multiplyScalar(1/t)}transformPoint(t){const e=t.z||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31,y:t.x*this.m12+t.y*this.m22+e*this.m32,z:t.x*this.m13+t.y*this.m23+e*this.m33}}clone(){return new Yt(this.value)}multiply(t){const e=this.clone(),n=t instanceof Yt?t:new Yt(t);return this.m11=n.m11*e.m11+n.m12*e.m21+n.m13*e.m31,this.m12=n.m11*e.m12+n.m12*e.m22+n.m13*e.m32,this.m13=n.m11*e.m13+n.m12*e.m23+n.m13*e.m33,this.m21=n.m21*e.m11+n.m22*e.m21+n.m23*e.m31,this.m22=n.m21*e.m12+n.m22*e.m22+n.m23*e.m32,this.m23=n.m21*e.m13+n.m22*e.m23+n.m23*e.m33,this.m31=n.m31*e.m11+n.m32*e.m21+n.m33*e.m31,this.m32=n.m31*e.m12+n.m32*e.m22+n.m33*e.m32,this.m33=n.m31*e.m13+n.m32*e.m23+n.m33*e.m33,this}append(t){return this.multiply(t)}prepend(t){return t.multiply(this),this}inverse(){const t=this.m11,e=this.m12,n=this.m13,r=this.m21,i=this.m22,o=this.m23,a=this.m31,c=this.m32,h=this.m33,l=h*i-o*c,u=-h*r+o*a,d=c*r-i*a;let f=t*l+e*u+n*d;return f?(f=1/f,this.m11=l*f,this.m12=(-h*e+n*c)*f,this.m13=(o*e-n*i)*f,this.m21=u*f,this.m22=(h*t-n*a)*f,this.m23=(-o*t+n*r)*f,this.m31=d*f,this.m32=(-c*t+e*a)*f,this.m33=(i*t-e*r)*f,this):null}adjugate(){const t=new Yt;return t.m11=this.m22*this.m33-this.m32*this.m23,t.m12=this.m32*this.m13-this.m12*this.m33,t.m13=this.m12*this.m23-this.m22*this.m13,t.m21=this.m31*this.m23-this.m21*this.m33,t.m22=this.m11*this.m33-this.m31*this.m13,t.m23=this.m21*this.m13-this.m11*this.m23,t.m31=this.m21*this.m32-this.m31*this.m22,t.m32=this.m31*this.m12-this.m11*this.m32,t.m33=this.m11*this.m22-this.m21*this.m12,t}split(){let t=Ut(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(t+=180),{x:this.m31,y:this.m32,degree:t,scaleX:Math.sqrt(this.m11*this.m11+this.m12*this.m12),scaleY:Math.sqrt(this.m21*this.m21+this.m22*this.m22),skewX:Ut(Math.atan2(-this.m21,this.m22)),skewY:Ut(Math.atan2(this.m12,this.m11))}}getGroupCoords(t){const e=this.value[0],n=this.value[1],r=this.value[2],i=this.value[3],o=this.value[4],a=this.value[5],c=t.value[0],h=t.value[1],l=t.value[2],u=t.value[3],d=t.value[4],f=t.value[5],m=c*u,p=h*l,_=(l*n-e*u)/(p-m),y=(c*n-e*h)/(m-p),b=(l*i-r*u)/(p-m),v=(c*i-r*h)/(m-p),w=(l*(a-f)+u*(d-o))/(p-m),E=(c*(a-f)+h*(d-o))/(m-p),C=[_,y,b,v,w,E];return new Yt(C)}toString(t=6){return this.matrix4.is2D()?`matrix(${this.value.map(e=>Z(e,t)).join(",")})`:this.matrix4.toString()}translate(t,e){return this.multiply([1,0,0,1,t,e]),this.toMatrix4(),this}translateTo(t,e){return this.translate(t-this.m31,e-this.m32)}translateX(t){return this.translate(t,0)}translateXTo(t){return this.translateTo(t,this.m32)}translateY(t){return this.translate(0,t)}translateYTo(t){return this.translateTo(this.m31,t)}translateZ(t){return this.matrix4.translate(0,0,t),this.matrix4.toMatrix(this),this}translateZTo(t){return this.translateZ(t-this.matrix4.m43),this}translate3d(t,e,n){return this.matrix4.translate(t,e,n),this.matrix4.toMatrix(this),this}translate3dTo(t,e,n){return this.translate3d(t-this.matrix4.m41,e-this.matrix4.m42,n-this.matrix4.m43),this}rotate(t,e=0,n=0){const r=ut(t),i=Math.cos(r),o=Math.sin(r);return this.translate(e,n),this.multiply([i,o,-o,i,0,0]),this.translate(-e,-n),this.toMatrix4(),this}rotateTo(t,e=0,n=0){const{degree:r}=this.split();return this.rotate(t-r,e,n),this}rotateX(t){return this.matrix4.rotateX(t),this.matrix4.toMatrix(this),this}rotateXTo(t){const{degreeX:e}=this.matrix4.split();return this.rotateX(t-e),this}rotateY(t){return this.matrix4.rotateY(t),this.matrix4.toMatrix(this),this}rotateYTo(t){const{degreeY:e}=this.matrix4.split();return this.rotateY(t-e),this}rotateZ(t){return this.matrix4.rotateZ(t),this.matrix4.toMatrix(this),this}rotateZTo(t){const{degreeZ:e}=this.matrix4.split();return this.rotateZ(t-e),this}rotate3d(t,e,n){return this.matrix4.rotateX(t).rotateY(e).rotateZ(n),this.matrix4.toMatrix(this),this}rotate3dTo(t,e,n){const{degreeX:r,degreeY:i,degreeZ:o}=this.matrix4.split();return this.rotate3d(t-r,e-i,n-o),this}scale(t,e=t,n=0,r=0){return this.translate(n,r),this.multiply([t,0,0,e,0,0]),this.translate(-n,-r),this.toMatrix4(),this}scaleTo(t,e=t,n=0,r=0){return this.scale(t/this.m11,e/this.m22,n,r)}scaleX(t){return this.scale(t,1)}scaleXTo(t){return this.scale(t/this.m11,1)}scaleY(t){return this.scale(1,t)}scaleYTo(t){return this.scale(1,t/this.m22)}scaleZ(t){return this.matrix4.scale(1,1,t),this.matrix4.toMatrix(this),this}scaleZTo(t){const{scalarZ:e}=this.matrix4.split();return this.scaleZ(t/e),this}scale3d(t,e=t,n=t){return this.matrix4.scale(t,e,n),this.matrix4.toMatrix(this),this}scale3dTo(t,e=t,n=t){const{scalarX:r,scalarY:i,scalarZ:o}=this.matrix4.split();return this.scale3d(t/r,e/i,n/o),this}skew(t,e=t){return this.multiply([Math.cos(ut(e)),Math.sin(ut(e)),-Math.sin(ut(t)),Math.cos(ut(t)),0,0]),this.toMatrix4(),this}skewTo(t,e=t){const{skewX:n,skewY:r}=this.split();return this.skew(t-n,e-r)}skewX(t){const{skewY:e}=this.split();return this.skew(t,e)}skewXTo(t){const{skewY:e}=this.split();return this.skewTo(t,e)}skewY(t){const{skewX:e}=this.split();return this.skew(e,t)}skewYTo(t){const{skewX:e}=this.split();return this.skewTo(e,t)}skewZ(t){return this}skewZTo(t){return this}skew3d(t,e,n){return this}skew3dTo(t,e,n){return this}perspective(t){return this.matrix4.perspective(t),this.matrix4.toMatrix(this),this}}const en=new ve,Ir=new ve,re=new ve,Yo=new ve,jo=new kr;new Qt;function cu(s){const t=new Yt;return s.replace(/([a-z0-9]+)\s*\(?\s*((-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)*[a-z%]*\s*,?\s*)+)\)?/gi,function(e,n,r){r.indexOf(",")>=0?r=r.split(/\s*,\s*/):r=r.split(/\s+/);const i=[];for(let o=0,a=r.length;o<a;o++)r[o].trim()&&i.push(parseFloat(""+r[o]));switch(n.toLowerCase()){case"t":case"translate":t.translate(i[0],i[1]);break;case"translatex":t.translateX(i[0]);break;case"translatey":t.translateY(i[0]);break;case"translatez":t.translateZ(i[0]);break;case"translate3d":t.translate3d(i[0],i[1],i[2]);break;case"r":case"rotate":t.rotate(i[0],i[1]??0,i[2]??0);break;case"rotatex":t.rotateX(i[0]);break;case"rotatey":t.rotateY(i[0]);break;case"rotatez":t.rotateZ(i[0]);break;case"rotate3d":t.rotate3d(i[0],i[1],i[2]);break;case"s":case"scale":t.scale(i[0],i[1]??i[0]);break;case"scalex":t.scaleX(i[0]);break;case"scaley":t.scaleY(i[0]);break;case"scalez":t.scaleZ(i[0]);break;case"scale3d":t.scale3d(i[0],i[1],i[2]);break;case"skew":t.skew(i[0],i[1]??0);break;case"skewx":t.skewX(i[0]);break;case"skewy":t.skewY(i[0]);break;case"skewz":t.skewZ(i[0]);break;case"skew3d":t.skew3d(i[0],i[1],i[2]);break;case"m":case"matrix":t.multiply([i[0],i[1],i[2],i[3],i[4],i[5]]),t.toMatrix4();break;case"matrix3d":t.matrix4.multiply(new Qt(i)),t.matrix4.toMatrix(t);break}return""}),t}function me(s,t,e){const n=new Yt;return n.rotate(Ut(s)),n.transformPoint({x:t,y:e})}function Xo(s){const t=typeof s?.x=="number"?s?.x:0,e=typeof s?.y=="number"?s?.y:0,n=typeof s?.degree=="number"?s?.degree:0,r=typeof s?.scalarX=="number"?s?.scalarX:1,i=typeof s?.scalarY=="number"?s?.scalarY:1,o=ut(n),a=Math.cos(o),c=Math.sin(o),h=new DOMMatrix([a*r,c*r,-c*i,a*i,t,e]);return h.multiplySelf(new DOMMatrix(s?.originMatrix||"")),h}function X1(s,t){const e=new Path2D(s),n=new Path2D;return n.addPath(e,Xo(t)),n}const hu={map:new Map,transform:function(s){if(tp)return s;if(this.map.has(s))return this.map.get(s);const t=new OffscreenCanvas(s.width,s.height);return t.getContext("2d")?.drawImage(s,0,0),this.map.set(s,t),t},clear:function(){this.map.clear()}};function G1(s,t,e){const n=new OffscreenCanvas(s,t),r=n.getContext("2d");if(r)return e(r),n.transferToImageBitmap()}function V1(s,t,e){const n=s.createPattern(hu.transform(t),"no-repeat");if(n){const r=Xo(e);n.setTransform(r),s.fillStyle=n}}const Go=["","-webkit-","-moz-","-o-","-ms-"];function Vo(s,t){const e=t.x||0,n=t.y||0,r=t.z||0;vs(s,"transform",`translate(${e}px, ${n}px) translateZ(${r}px)`)}function q1(s,t){const e=t?.easingFn||X.Linear.None,n=t?.duration||0,r=t?.delay||0,i=kn(),o=i+n;let a=0,c=0;const h=t.deltaX,l=t.deltaY;function u(){const d=kn();if(d>=o){Vo(s,{x:h-a,y:l-c});return}const f=(d-i)/n,m=e(f),p=h*m,_=l*m;Vo(s,{x:p-a,y:_-c}),a=p,c=_,Qs(u)}setTimeout(()=>{u()},r)}const H1=typeof HTMLElement=="object"?function(t){return t instanceof HTMLElement}:function(t){return t&&typeof t=="object"&&t.nodeType===1&&typeof t.nodeName=="string"};function lu(s){return window.URL.createObjectURL(s)}function W1(s){return window.URL.revokeObjectURL(s)}function qo(s){let t=!1;function e(){/loaded|complete/.test(document.readyState)&&!t&&(o(),s(),t=!0)}const n=yt(document,"DOMContentLoaded",e),r=yt(window,"load",e),i=setInterval(e,100),o=()=>{clearInterval(i),n?.(),r?.()};return o}function uu(s){return yt(window,"beforeunload",t=>{s(t)})}async function J1(s,t=6e4){return new Promise((e,n)=>{const r=document.createElement("script");r.type="text/javascript",r.async=!1,r.onload=o=>{clearTimeout(i),e(o),r.onerror=r.onload=null},r.onerror=o=>{clearTimeout(i),n(o)},r.src=s;const i=setTimeout(()=>{n("Timeout!")},t);document.body.appendChild(r)})}function Dr(s,t){const e=document.createElement("a");e.style.visibility="hidden",e.download=t,typeof s=="string"?e.href=s:e.href=window.URL.createObjectURL(s),e.click()}async function K1(s,t=document.getElementsByTagName("head")[0],e=6e4){return new Promise((n,r)=>{const i=document.createElement("link");i.setAttribute("type","text/css"),i.setAttribute("rel","stylesheet"),i.onload=a=>{clearTimeout(o),n(a),i.onerror=i.onload=null},i.onerror=a=>{clearTimeout(o),r(a)},i.setAttribute("href",s);const o=setTimeout(()=>{r("Timeout!")},e);t.appendChild(i)})}function Z1(){return new Promise(s=>{const t=Array.from(document.querySelectorAll("link[rel=stylesheet]"));let e=document.styleSheets.length||0;const n=()=>e>=t.length?(s(),!0):!1;n()||t.forEach(r=>{r.onload=()=>{e+=1,n()}})})}const fu=new Fi({max:1e3});async function du(s,t=6e4){return new Promise((e,n)=>{const r=typeof s=="string"?s:lu(s),i=fu.get(r);if(i)return e(i);const o=setTimeout(()=>{n("Timeout!")},t),a=document.createElement("img");a.onload=()=>{clearTimeout(o),a.onerror=a.onload=null;const c=a.naturalWidth||a.width,h=a.naturalHeight||a.height,l={width:c,height:h,aspectRatio:c/h,element:a,imageData:Nl(a)};fu.set(r,l),e(l)},a.onerror=c=>{clearTimeout(o),n(c)},a.src=r})}async function mu(s=ie.text,t=["*"]){const n=(await co(t))[0],r=await ss(n,s);return{type:n.type,name:n.name,size:n.size,data:r}}async function Q1(s=["image/*"]){const e=(await co(s))[0];if(!e.type.match(/image\/*/))return new Error("Not Image Type!");const n=await ss(e,ie.arraybuffer),r=Pi(n),i=await du(r);return{type:e.type,name:e.name,size:e.size,data:n,width:i.width,height:i.height,aspectRatio:i.aspectRatio,imageData:i.imageData}}function tb(){return window.getSelection()?.toString()||""}function eb(s){document.getElementsByTagName("title")[0].innerText=s,document.title=s}function nb(s=200){"vibrate"in navigator?window.navigator.vibrate(s):console.error("Your device is not support vibrate on this browser.")}async function sb(s){if(navigator.clipboard)return await navigator.clipboard.writeText(s);{const t=document.createElement("textarea");return t.value=s,t.style.opacity="0",t.style.position="fixed",t.style.top="0",t.style.left="0",t.focus(),t.select(),document.execCommand("copy")}}function rb(s=0,t=0){window.scrollTo(s,t)}function ib(){let s=Hc,t=Hc;return"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual",s=uu(()=>{window.history.scrollRestoration="auto"}),t=qo(()=>{window.history.scrollRestoration="manual"})),()=>{s(),t()}}function ob(s){return/(html|body)/i.test(s.tagName)||s===document.documentElement}const ab=s=>s===document.activeElement&&(s.type||s.href);function Ho(){return parseFloat(getComputedStyle(document.documentElement).fontSize)}function cb(s){return s*Ho()}function hb(s){return s.parentElement?parseFloat(getComputedStyle(s.parentElement).fontSize):Ho()}const lb=s=>{let t=s;for(;t&&t.nodeType!==1;){const e=t.parentElement||s.parentNode;if(!e)break;t=e}return t},ub=s=>s.parentElement,Wo=(s,t=[])=>!s||s.parentElement===null&&s.parentNode===null?t:Wo(s.parentElement,t.concat([s]));function fb(s){const t=Wo(s);for(let e=0,n=t.length;e<n;e++)if(/(auto|scroll)/.test(ws(t[e],"overflow")+ws(t[e],"overflow-y")+ws(t[e],"overflow-x")))return t[e];return document.scrollingElement||document.documentElement}const db=(s,t)=>s.contains?s!=t&&s.contains(t):!!(s.compareDocumentPosition(t)&16),mb=s=>Array.prototype.slice.call(s.parentElement?.children).filter(t=>t!==s),pb=s=>s.nextElementSibling,gb=s=>s.previousElementSibling,yb=(s,t)=>s.closest(t),bb=s=>s.shadowRoot,bs=s=>s.tagName==="INPUT"||s instanceof HTMLInputElement,Jo=s=>s.tagName==="SELECT"||s instanceof HTMLSelectElement,wb=s=>s.tagName==="TEXTAREA"||s instanceof HTMLTextAreaElement,Ko=s=>bs(s)&&s.getAttribute("type")==="checkbox",Zo=s=>bs(s)&&s.getAttribute("type")==="radio",vb=s=>bs(s)&&s.getAttribute("type")==="text",xb=s=>bs(s)&&s.getAttribute("type")==="number";function Sb(s,t){if(Jo(s)){const e=s.options;for(let n=0,r=e.length;n<r;n++)e[n].selected=e[n].value==t}}function _b(s,t){if(Zo(s)){const e=document.getElementsByName(s.name);for(let n=0,r=e.length;n<r;n++){const i=e[n];i.checked=i.value==t}}}function Cb(s,t){Ko(s)&&(s.checked=t)}function Un(s,t,e="append"){typeof t=="string"?s[e](wu(t)):s[e](t)}function pu(s,t){if(typeof t=="string"){s.innerHTML=t;const e=xu(s);e!=s&&(s=e)}else Un(t,"replaceWith")}const gu=function(s){pu(s,"")},Eb=(s,t)=>{s.textContent=t},Tb=s=>{if(s instanceof SVGElement)return"";let t=s.innerText;if(!t){const e=s.querySelector("slot")?.assignedNodes()||[];let n=0;for(;!t&&n<=e.length-1;)"innerText"in e[n]&&(t=e[n].innerText),n++}return t},Pb=s=>s.remove();function Ab(s,t){ws(s,"display")=="none"&&t===void 0||t===!0?yu(s):bu(s)}function yu(s){$n(s,"display",s instanceof HTMLTableRowElement?"table-row":s instanceof HTMLTableCellElement?"table-cell":"block")}function bu(s){$n(s,"display","none")}function Qo(s,t,e="toggle"){const n=t.split(/[,\s]+/);if(s.classList)n.forEach(r=>{const i=r.trim();i!==""&&s.classList[e](i)});else{const r=s.className.split(/ +/);let i=!1;n.forEach(o=>{const a=o.trim();if(a!==""){const c=r.indexOf(a);switch(e){case"add":c===-1&&(r.push(a),i=!0);break;case"remove":c!==-1&&(r.splice(c,1),i=!0);break;case"toggle":c===-1?r.push(a):r.splice(c,1),i=!0;break}}}),i&&yn(s,"class",r.join(" ").replace(/^\s+/,"").replace(/\s+$/,""))}}function Mb(s,t){Qo(s,t,"add")}function kb(s,t){Qo(s,t,"remove")}function Ib(s,t){return new RegExp("(?:^|\\s+)"+t+"(?:\\s+|$)").test(s.className)}function wu(s,t=!1){const e=document.createElement("template");return e.innerHTML=s,t&&e.content.childNodes.forEach(n=>{const r=xu(n);r!=n&&e.content.replaceChild(r,n)}),e.content}function vu(s){return document.createElement.call(document,s)}function Db(s){return document.createElementNS("http://www.w3.org/1999/xhtml",s)}function Ob(s){return document.createTextNode.call(document,s)}function xu(s){return s.tagName=="SCRIPT"&&(s=Su(s)),s.querySelectorAll&&s.querySelectorAll("script").forEach(t=>{t.parentNode?.replaceChild(Su(t),t)}),s}function Su(s){const t=s.ownerDocument.createElement("script");t.text=s.text;const e=s.attributes;for(let n=0,r=e.length;n<r;n++)t.setAttribute(e[n].name,e[n].value);return t}function Rb(s,t="http://test.com/localstorage.html"){const e=document.createElement("iframe");e.src=t,document.body.append(e),setTimeout(function(){e.contentWindow?.postMessage(s,t)},4e3),setTimeout(function(){e.remove()},6e3)}function Lb(s){const t=new Proxy(window,{get(e,n,r){if(typeof n=="string"&&["open","location","document"].includes(n))throw new Error(`禁止访问 key: ${n}`);return n==="window"?t:Reflect.get(e,n,r)},set(e,n,r,i){return Reflect.set(e,n,r,i)}});new Function("window",`with(window) { ${s} }`)(t,null)}function zb(s){return s=s.replace(/<%=(.+?)%>/g,"`); \n echo( $1 ); \n echo(`").replace(/<%([\s\S]+?)%>/g,"`); \n $1 \n echo(`"),s="echo(`"+s+"`);",`(function parse(data){
82
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE file in the root directory of this source tree.
86
+ */var Md;function Xx(){if(Md)return Nc;Md=1;var n=Ui;function t(l,d){return l===d&&(l!==0||1/l===1/d)||l!==l&&d!==d}var e=typeof Object.is=="function"?Object.is:t,r=n.useState,s=n.useEffect,i=n.useLayoutEffect,o=n.useDebugValue;function a(l,d){var f=d(),p=r({inst:{value:f,getSnapshot:d}}),m=p[0].inst,v=p[1];return i(function(){m.value=f,m.getSnapshot=d,c(m)&&v({inst:m})},[l,f,d]),s(function(){return c(m)&&v({inst:m}),l(function(){c(m)&&v({inst:m})})},[l]),o(f),f}function c(l){var d=l.getSnapshot;l=l.value;try{var f=d();return!e(l,f)}catch{return!0}}function h(l,d){return d()}var u=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:a;return Nc.useSyncExternalStore=n.useSyncExternalStore!==void 0?n.useSyncExternalStore:u,Nc}var zc={};/**
87
+ * @license React
88
+ * use-sync-external-store-shim.development.js
89
+ *
90
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
91
+ *
92
+ * This source code is licensed under the MIT license found in the
93
+ * LICENSE file in the root directory of this source tree.
94
+ */var Dd;function Hx(){return Dd||(Dd=1,{}.NODE_ENV!=="production"&&function(){function n(f,p){return f===p&&(f!==0||1/f===1/p)||f!==f&&p!==p}function t(f,p){u||s.startTransition===void 0||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var m=p();if(!l){var v=p();i(m,v)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),l=!0)}v=o({inst:{value:m,getSnapshot:p}});var g=v[0].inst,b=v[1];return c(function(){g.value=m,g.getSnapshot=p,e(g)&&b({inst:g})},[f,m,p]),a(function(){return e(g)&&b({inst:g}),f(function(){e(g)&&b({inst:g})})},[f]),h(m),m}function e(f){var p=f.getSnapshot;f=f.value;try{var m=p();return!i(f,m)}catch{return!0}}function r(f,p){return p()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var s=Ui,i=typeof Object.is=="function"?Object.is:n,o=s.useState,a=s.useEffect,c=s.useLayoutEffect,h=s.useDebugValue,u=!1,l=!1,d=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?r:t;zc.useSyncExternalStore=s.useSyncExternalStore!==void 0?s.useSyncExternalStore:d,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),zc}var Od;function Id(){return Od||(Od=1,{}.NODE_ENV==="production"?Yi.exports=Xx():Yi.exports=Hx()),Yi.exports}/**
95
+ * @license React
96
+ * use-sync-external-store-shim/with-selector.production.js
97
+ *
98
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
99
+ *
100
+ * This source code is licensed under the MIT license found in the
101
+ * LICENSE file in the root directory of this source tree.
102
+ */var Rd;function Wx(){if(Rd)return Lc;Rd=1;var n=Ui,t=Id();function e(h,u){return h===u&&(h!==0||1/h===1/u)||h!==h&&u!==u}var r=typeof Object.is=="function"?Object.is:e,s=t.useSyncExternalStore,i=n.useRef,o=n.useEffect,a=n.useMemo,c=n.useDebugValue;return Lc.useSyncExternalStoreWithSelector=function(h,u,l,d,f){var p=i(null);if(p.current===null){var m={hasValue:!1,value:null};p.current=m}else m=p.current;p=a(function(){function g(E){if(!b){if(b=!0,x=E,E=d(E),f!==void 0&&m.hasValue){var O=m.value;if(f(O,E))return w=O}return w=E}if(O=w,r(x,E))return O;var U=d(E);return f!==void 0&&f(O,U)?(x=E,O):(x=E,w=U)}var b=!1,x,w,C=l===void 0?null:l;return[function(){return g(u())},C===null?void 0:function(){return g(C())}]},[u,l,d,f]);var v=s(h,p[0],p[1]);return o(function(){m.hasValue=!0,m.value=v},[v]),c(v),v},Lc}var Fc={};/**
103
+ * @license React
104
+ * use-sync-external-store-shim/with-selector.development.js
105
+ *
106
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
107
+ *
108
+ * This source code is licensed under the MIT license found in the
109
+ * LICENSE file in the root directory of this source tree.
110
+ */var kd;function qx(){return kd||(kd=1,{}.NODE_ENV!=="production"&&function(){function n(h,u){return h===u&&(h!==0||1/h===1/u)||h!==h&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=Ui,e=Id(),r=typeof Object.is=="function"?Object.is:n,s=e.useSyncExternalStore,i=t.useRef,o=t.useEffect,a=t.useMemo,c=t.useDebugValue;Fc.useSyncExternalStoreWithSelector=function(h,u,l,d,f){var p=i(null);if(p.current===null){var m={hasValue:!1,value:null};p.current=m}else m=p.current;p=a(function(){function g(E){if(!b){if(b=!0,x=E,E=d(E),f!==void 0&&m.hasValue){var O=m.value;if(f(O,E))return w=O}return w=E}if(O=w,r(x,E))return O;var U=d(E);return f!==void 0&&f(O,U)?(x=E,O):(x=E,w=U)}var b=!1,x,w,C=l===void 0?null:l;return[function(){return g(u())},C===null?void 0:function(){return g(C())}]},[u,l,d,f]);var v=s(h,p[0],p[1]);return o(function(){m.hasValue=!0,m.value=v},[v]),c(v),v},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Fc}({}).NODE_ENV==="production"?kc.exports=Wx():kc.exports=qx();var Jx=kc.exports;function Kx(n){const t=Et.createContext(null);function e({children:a}){return React.createElement(t.Provider,{value:n},a)}function r(){const a=Et.useContext(t);if(!a)throw new ReferenceError("createReactAppStoreContext's hooks cannot be called outside of AppStoreProvider");return a}function s(a,c){const h=r(),u=l=>h.subscribe(()=>l());return a?Jx.useSyncExternalStoreWithSelector(u,h.getState,h.getState,a,c):Et.useSyncExternalStore(u,h.getState,h.getState)}function i(){const a=r();if(Ls(a))throw new Error("useSetAppState is only supported for StateStoreLike");return a.setState.bind(a)}function o(){const a=r();if(!Ls(a))throw new Error("useDispatch is only supported for ReduxStore");return a.dispatch.bind(a)}return{AppStoreProvider:e,useAppStore:r,useAppState:s,useSetAppState:i,useDispatch:o}}function Zx(n){const e=Et.useRef(Or(n.value)).current;if(!e&&!("defaultValue"in n))throw new Error("defaultValue is required in uncontrolled mode");if(e&&!("onChange"in n))throw new Error("onChange is required in controlled mode");const[r,s]=Et.useState(()=>e?n.value:n.defaultValue),i=e?n.value:r,o=Et.useRef(i);o.current=i;const a=Et.useRef(!1);Et.useEffect(()=>{!a.current&&Or(n.value)!==e&&(a.current=!0,console.warn("[useReactControllableState] can't switch between controlled and uncontrolled mode."))},[n.value]);const c=Et.useRef(n.beforeChange);c.current=n.beforeChange;const h=Et.useRef(n.onChange);h.current=n.onChange;const u=Et.useRef(0),l=Et.useCallback(async d=>{const f=++u.current,p=typeof d=="function"?d(o.current):d;c.current&&!await c.current(p)||f===u.current&&(e||s(p),h.current?.(p))},[]);return[i,l]}var Ld=Symbol.for("immer-nothing"),Nd=Symbol.for("immer-draftable"),oe=Symbol.for("immer-state"),Qx={}.NODE_ENV!=="production"?[function(n){return`The plugin for '${n}' has not been loaded into Immer. To enable the plugin, import and call \`enable${n}()\` when initializing your application.`},function(n){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${n}'`},"This object has been frozen and should not be mutated",function(n){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+n},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(n){return`'current' expects a draft, got: ${n}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(n){return`'original' expects a draft, got: ${n}`}]:[];function ye(n,...t){if({}.NODE_ENV!=="production"){const e=Qx[n],r=Zn(e)?e.apply(null,t):e;throw new Error(`[Immer] ${r}`)}throw new Error(`[Immer] minified error nr: ${n}. Full error at: https://bit.ly/3cXEKWf`)}var be=Object,_r=be.getPrototypeOf,ji="constructor",Vi="prototype",Bc="configurable",Gi="enumerable",Xi="writable",ds="value",On=n=>!!n&&!!n[oe];function an(n){return n?Fd(n)||qi(n)||!!n[Nd]||!!n[ji]?.[Nd]||Ji(n)||Ki(n):!1}var t2=be[Vi][ji].toString(),zd=new WeakMap;function Fd(n){if(!n||!Uc(n))return!1;const t=_r(n);if(t===null||t===be[Vi])return!0;const e=be.hasOwnProperty.call(t,ji)&&t[ji];if(e===Object)return!0;if(!Zn(e))return!1;let r=zd.get(e);return r===void 0&&(r=Function.toString.call(e),zd.set(e,r)),r===t2}function Hi(n,t,e=!0){ms(n)===0?(e?Reflect.ownKeys(n):be.keys(n)).forEach(s=>{t(s,n[s],n)}):n.forEach((r,s)=>t(s,r,n))}function ms(n){const t=n[oe];return t?t.type_:qi(n)?1:Ji(n)?2:Ki(n)?3:0}var Bd=(n,t,e=ms(n))=>e===2?n.has(t):be[Vi].hasOwnProperty.call(n,t),$c=(n,t,e=ms(n))=>e===2?n.get(t):n[t],Wi=(n,t,e,r=ms(n))=>{r===2?n.set(t,e):r===3?n.add(e):n[t]=e};function e2(n,t){return n===t?n!==0||1/n===1/t:n!==n&&t!==t}var qi=Array.isArray,Ji=n=>n instanceof Map,Ki=n=>n instanceof Set,Uc=n=>typeof n=="object",Zn=n=>typeof n=="function",Yc=n=>typeof n=="boolean";function n2(n){const t=+n;return Number.isInteger(t)&&String(t)===n}var cn=n=>n.copy_||n.base_,jc=n=>n.modified_?n.copy_:n.base_;function Vc(n,t){if(Ji(n))return new Map(n);if(Ki(n))return new Set(n);if(qi(n))return Array[Vi].slice.call(n);const e=Fd(n);if(t===!0||t==="class_only"&&!e){const r=be.getOwnPropertyDescriptors(n);delete r[oe];let s=Reflect.ownKeys(r);for(let i=0;i<s.length;i++){const o=s[i],a=r[o];a[Xi]===!1&&(a[Xi]=!0,a[Bc]=!0),(a.get||a.set)&&(r[o]={[Bc]:!0,[Xi]:!0,[Gi]:a[Gi],[ds]:n[o]})}return be.create(_r(n),r)}else{const r=_r(n);if(r!==null&&e)return{...n};const s=be.create(r);return be.assign(s,n)}}function ps(n,t=!1){return Qi(n)||On(n)||!an(n)||(ms(n)>1&&be.defineProperties(n,{set:Zi,add:Zi,clear:Zi,delete:Zi}),be.freeze(n),t&&Hi(n,(e,r)=>{ps(r,!0)},!1)),n}function r2(){ye(2)}var Zi={[ds]:r2};function Qi(n){return n===null||!Uc(n)?!0:be.isFrozen(n)}var to="MapSet",Gc="Patches",$d="ArrayMethods",Ud={};function Qn(n){const t=Ud[n];return t||ye(0,n),t}var Yd=n=>!!Ud[n],gs,jd=()=>gs,s2=(n,t)=>({drafts_:[],parent_:n,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:Yd(to)?Qn(to):void 0,arrayMethodsPlugin_:Yd($d)?Qn($d):void 0});function Vd(n,t){t&&(n.patchPlugin_=Qn(Gc),n.patches_=[],n.inversePatches_=[],n.patchListener_=t)}function Xc(n){Hc(n),n.drafts_.forEach(i2),n.drafts_=null}function Hc(n){n===gs&&(gs=n.parent_)}var Gd=n=>gs=s2(gs,n);function i2(n){const t=n[oe];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Xd(n,t){t.unfinalizedDrafts_=t.drafts_.length;const e=t.drafts_[0];if(n!==void 0&&n!==e){e[oe].modified_&&(Xc(t),ye(4)),an(n)&&(n=Hd(t,n));const{patchPlugin_:s}=t;s&&s.generateReplacementPatches_(e[oe].base_,n,t)}else n=Hd(t,e);return o2(t,n,!0),Xc(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),n!==Ld?n:void 0}function Hd(n,t){if(Qi(t))return t;const e=t[oe];if(!e)return no(t,n.handledSet_,n);if(!eo(e,n))return t;if(!e.modified_)return e.base_;if(!e.finalized_){const{callbacks_:r}=e;if(r)for(;r.length>0;)r.pop()(n);Jd(e,n)}return e.copy_}function o2(n,t,e=!1){!n.parent_&&n.immer_.autoFreeze_&&n.canAutoFreeze_&&ps(t,e)}function Wd(n){n.finalized_=!0,n.scope_.unfinalizedDrafts_--}var eo=(n,t)=>n.scope_===t,a2=[];function qd(n,t,e,r){const s=cn(n),i=n.type_;if(r!==void 0&&$c(s,r,i)===t){Wi(s,r,e,i);return}if(!n.draftLocations_){const a=n.draftLocations_=new Map;Hi(s,(c,h)=>{if(On(h)){const u=a.get(h)||[];u.push(c),a.set(h,u)}})}const o=n.draftLocations_.get(t)??a2;for(const a of o)Wi(s,a,e,i)}function c2(n,t,e){n.callbacks_.push(function(s){const i=t;if(!i||!eo(i,s))return;s.mapSetPlugin_?.fixSetContents(i);const o=jc(i);qd(n,i.draft_??i,o,e),Jd(i,s)})}function Jd(n,t){if(n.modified_&&!n.finalized_&&(n.type_===3||n.type_===1&&n.allIndicesReassigned_||(n.assigned_?.size??0)>0)){const{patchPlugin_:r}=t;if(r){const s=r.getPath(n);s&&r.generatePatches_(n,s,t)}Wd(n)}}function h2(n,t,e){const{scope_:r}=n;if(On(e)){const s=e[oe];eo(s,r)&&s.callbacks_.push(function(){so(n);const o=jc(s);qd(n,e,o,t)})}else an(e)&&n.callbacks_.push(function(){const i=cn(n);n.type_===3?i.has(e)&&no(e,r.handledSet_,r):$c(i,t,n.type_)===e&&r.drafts_.length>1&&(n.assigned_.get(t)??!1)===!0&&n.copy_&&no($c(n.copy_,t,n.type_),r.handledSet_,r)})}function no(n,t,e){return!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1||On(n)||t.has(n)||!an(n)||Qi(n)||(t.add(n),Hi(n,(r,s)=>{if(On(s)){const i=s[oe];if(eo(i,e)){const o=jc(i);Wi(n,r,o,n.type_),Wd(i)}}else an(s)&&no(s,t,e)})),n}function u2(n,t){const e=qi(n),r={type_:e?1:0,scope_:t?t.scope_:jd(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:t,base_:n,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0};let s=r,i=ro;e&&(s=[r],i=ys);const{revoke:o,proxy:a}=Proxy.revocable(s,i);return r.draft_=a,r.revoke_=o,[a,r]}var ro={get(n,t){if(t===oe)return n;let e=n.scope_.arrayMethodsPlugin_;const r=n.type_===1&&typeof t=="string";if(r&&e?.isArrayOperationMethod(t))return e.createMethodInterceptor(n,t);const s=cn(n);if(!Bd(s,t,n.type_))return l2(n,s,t);const i=s[t];if(n.finalized_||!an(i)||r&&n.operationMethod&&e?.isMutatingArrayMethod(n.operationMethod)&&n2(t))return i;if(i===Wc(n.base_,t)){so(n);const o=n.type_===1?+t:t,a=Jc(n.scope_,i,n,o);return n.copy_[o]=a}return i},has(n,t){return t in cn(n)},ownKeys(n){return Reflect.ownKeys(cn(n))},set(n,t,e){const r=Kd(cn(n),t);if(r?.set)return r.set.call(n.draft_,e),!0;if(!n.modified_){const s=Wc(cn(n),t),i=s?.[oe];if(i&&i.base_===e)return n.copy_[t]=e,n.assigned_.set(t,!1),!0;if(e2(e,s)&&(e!==void 0||Bd(n.base_,t,n.type_)))return!0;so(n),qc(n)}return n.copy_[t]===e&&(e!==void 0||t in n.copy_)||Number.isNaN(e)&&Number.isNaN(n.copy_[t])||(n.copy_[t]=e,n.assigned_.set(t,!0),h2(n,t,e)),!0},deleteProperty(n,t){return so(n),Wc(n.base_,t)!==void 0||t in n.base_?(n.assigned_.set(t,!1),qc(n)):n.assigned_.delete(t),n.copy_&&delete n.copy_[t],!0},getOwnPropertyDescriptor(n,t){const e=cn(n),r=Reflect.getOwnPropertyDescriptor(e,t);return r&&{[Xi]:!0,[Bc]:n.type_!==1||t!=="length",[Gi]:r[Gi],[ds]:e[t]}},defineProperty(){ye(11)},getPrototypeOf(n){return _r(n.base_)},setPrototypeOf(){ye(12)}},ys={};for(let n in ro){let t=ro[n];ys[n]=function(){const e=arguments;return e[0]=e[0][0],t.apply(this,e)}}ys.deleteProperty=function(n,t){return{}.NODE_ENV!=="production"&&isNaN(parseInt(t))&&ye(13),ys.set.call(this,n,t,void 0)},ys.set=function(n,t,e){return{}.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&ye(14),ro.set.call(this,n[0],t,e,n[0])};function Wc(n,t){const e=n[oe];return(e?cn(e):n)[t]}function l2(n,t,e){const r=Kd(t,e);return r?ds in r?r[ds]:r.get?.call(n.draft_):void 0}function Kd(n,t){if(!(t in n))return;let e=_r(n);for(;e;){const r=Object.getOwnPropertyDescriptor(e,t);if(r)return r;e=_r(e)}}function qc(n){n.modified_||(n.modified_=!0,n.parent_&&qc(n.parent_))}function so(n){n.copy_||(n.assigned_=new Map,n.copy_=Vc(n.base_,n.scope_.immer_.useStrictShallowCopy_))}var f2=class{constructor(n){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(t,e,r)=>{if(Zn(t)&&!Zn(e)){const i=e;e=t;const o=this;return function(c=i,...h){return o.produce(c,u=>e.call(this,u,...h))}}Zn(e)||ye(6),r!==void 0&&!Zn(r)&&ye(7);let s;if(an(t)){const i=Gd(this),o=Jc(i,t,void 0);let a=!0;try{s=e(o),a=!1}finally{a?Xc(i):Hc(i)}return Vd(i,r),Xd(s,i)}else if(!t||!Uc(t)){if(s=e(t),s===void 0&&(s=t),s===Ld&&(s=void 0),this.autoFreeze_&&ps(s,!0),r){const i=[],o=[];Qn(Gc).generateReplacementPatches_(t,s,{patches_:i,inversePatches_:o}),r(i,o)}return s}else ye(1,t)},this.produceWithPatches=(t,e)=>{if(Zn(t))return(o,...a)=>this.produceWithPatches(o,c=>t(c,...a));let r,s;return[this.produce(t,e,(o,a)=>{r=o,s=a}),r,s]},Yc(n?.autoFreeze)&&this.setAutoFreeze(n.autoFreeze),Yc(n?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(n.useStrictShallowCopy),Yc(n?.useStrictIteration)&&this.setUseStrictIteration(n.useStrictIteration)}createDraft(n){an(n)||ye(8),On(n)&&(n=d2(n));const t=Gd(this),e=Jc(t,n,void 0);return e[oe].isManual_=!0,Hc(t),e}finishDraft(n,t){const e=n&&n[oe];(!e||!e.isManual_)&&ye(9);const{scope_:r}=e;return Vd(r,t),Xd(void 0,r)}setAutoFreeze(n){this.autoFreeze_=n}setUseStrictShallowCopy(n){this.useStrictShallowCopy_=n}setUseStrictIteration(n){this.useStrictIteration_=n}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(n,t){let e;for(e=t.length-1;e>=0;e--){const s=t[e];if(s.path.length===0&&s.op==="replace"){n=s.value;break}}e>-1&&(t=t.slice(e+1));const r=Qn(Gc).applyPatches_;return On(n)?r(n,t):this.produce(n,s=>r(s,t))}};function Jc(n,t,e,r){const[s,i]=Ji(t)?Qn(to).proxyMap_(t,e):Ki(t)?Qn(to).proxySet_(t,e):u2(t,e);return(e?.scope_??jd()).drafts_.push(s),i.callbacks_=e?.callbacks_??[],i.key_=r,e&&r!==void 0?c2(e,i,r):i.callbacks_.push(function(c){c.mapSetPlugin_?.fixSetContents(i);const{patchPlugin_:h}=c;i.modified_&&h&&h.generatePatches_(i,[],c)}),s}function d2(n){return On(n)||ye(10,n),Zd(n)}function Zd(n){if(!an(n)||Qi(n))return n;const t=n[oe];let e,r=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,e=Vc(n,t.scope_.immer_.useStrictShallowCopy_),r=t.scope_.immer_.shouldUseStrictIteration()}else e=Vc(n,!0);return Hi(e,(s,i)=>{Wi(e,s,Zd(i))},r),t&&(t.finalized_=!1),e}var m2=new f2,Qd=m2.produce;function p2(n){const[t,e]=Et.useState(()=>ps(typeof n=="function"?n():n,!0));return[t,Et.useCallback(r=>{e(typeof r=="function"?Qd(r):ps(r))},[])]}function g2(n,t,e){const r=Et.useMemo(()=>Qd(n),[n]);return Et.useReducer(r,t,e)}function y2(n){const[t,e]=Et.useState({width:0,height:0});return Et.useLayoutEffect(()=>{n.current&&e(()=>({width:n.current.offsetWidth,height:n.current.offsetHeight}))},[n]),t}function b2(n){const t=Symbol("AppStore");function e(){const c=Yv(n.getState());n.subscribe(l=>{c.value=l});const h=Ed();if(!h)throw new Error("provideAppStore must be called in setup()");const u={store:n,stateRef:c};h.appContext.provides[t]=u}function r(){const c=_d(t);if(!c)throw new ReferenceError("createVueAppStoreContext's hooks cannot be called before provideAppStore()");return c}function s(){const{store:c}=r();return c}function i(c){const{stateRef:h}=r();return c?Pd(()=>c(h.value)):_c(h)}function o(){const c=s();if(Ls(c))throw new Error("useSetAppState is only supported for StateStoreLike");return c.setState.bind(c)}function a(){const c=s();if(!Ls(c))throw new Error("useDispatch is only supported for ReduxStore");return c.dispatch.bind(c)}return{provideAppStore:e,useAppStore:s,useAppState:i,useSetAppState:o,useDispatch:a}}function w2(n){const t=n.value(),e=Or(t);if(!e&&!("defaultValue"in n))throw new Error("defaultValue is required in uncontrolled mode");if(e&&!("onChange"in n))throw new Error("onChange is required in controlled mode");const r=od(e?t:n.defaultValue),s=Pd(()=>e?n.value():r.value);let i=!1;xx(n.value,c=>{if(!i&&Or(c)!==e){i=!0,console.warn("[useVueControllableState] can't switch between controlled and uncontrolled mode.");return}},{});let o=0;async function a(c){const h=++o,u=typeof c=="function"?c(s.value):c;n.beforeChange&&!await n.beforeChange(u)||h===o&&(e||(r.value=u),n.onChange?.(u),await fd())}return[s,a]}let Kc=class{x;y;toX;toY;constructor(t){this.x=tt(t?.x||0,2),this.y=tt(t?.y||0,2),this.toX=tt(t?.toX||0,2),this.toY=tt(t?.toY||0,2)}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(t=2){const e=ge(this.x,this.y,this.toX,this.toY);if(e===0){const r=Math.min(this.x,this.toX),s=Math.min(this.y,this.toY),i=Math.max(this.x,this.toX),o=Math.max(this.y,this.toY);return{x:r,y:s,width:i-r,height:o-s}}else{const r=Math.sin(e),s=Math.cos(e),i=s*this.x-r*this.y,o=s*this.toX-r*this.toY,a=s*this.y+r*this.x,c=s*this.toY+r*this.toX;return{x:tt(Math.min(i,o),t),y:tt(Math.min(a,c),t),width:tt(Math.max(i,o)-Math.min(i,o),t),height:tt(Math.max(a,c)-Math.min(a,c),t)}}}interpolate(t){return{x:this.x+t*(this.toX-this.x),y:this.y+t*(this.toY-this.y)}}intersection(t){const e=this.x,r=this.y,s=t.toX,i=t.toY,o=this.toX-e,a=t.x-s;if(!o&&!a)return null;const c=(this.toY-r)/o,h=(t.y-i)/a;if(o){if(!a)return{x:s,y:c*(s-e)+r}}else return{x:e,y:h*(e-s)+i};const u=(-h*s+i+c*e-r)/(c-h),l=c*(u-e)+r;return isNaN(u)||isNaN(l)?null:{x:u,y:l}}};class Zc extends Kc{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=tt(t.rx,2),this.ry=tt(t.ry,2),this.xAxisRotate=typeof t?.xAxisRotate=="number"?t?.xAxisRotate:0,this.largeArcFlag=typeof t?.largeArcFlag=="number"?t?.largeArcFlag:1,this.sweepFlag=typeof t?.sweepFlag=="number"?t?.sweepFlag:1}toSVGPathData(){return[["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.toX,this.toY]]}toCanvasContext(t){const[e,r,s,i,o,a,c]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,r,s,i,o,a,c,!this.sweepFlag)}convert(t,e,r,s,i,o,a,c,h){const u=a/180*Math.PI,l=(t-r)/2,d=(e-s)/2,f=Math.cos(u)*l+Math.sin(u)*d,p=-Math.sin(u)*l+Math.cos(u)*d,m=f*f/(i*i)+p*p/(o*o);if(m>1){const H=Math.sqrt(m);throw i=H*i,o=H*o,new Error(`Radii are too small to build an arc. Correcting them to ${i}/${o}.`)}const v=Math.sqrt((i*i*o*o-i*i*p*p-o*o*f*f)/(i*i*p*p+o*o*f*f)),g=c!=h?1:-1,b=g*v*i*p/o,x=g*v*-o*f/i,w=(t+r)/2,C=(e+s)/2,E=Math.cos(u)*b-Math.sin(u)*x+w,O=Math.sin(u)*b+Math.cos(u)*x+C,U=(H,V,lt,yt)=>(H*yt>=V*lt?1:-1)*Math.acos((H*lt+V*yt)/(Math.sqrt(H*H+V*V)*Math.sqrt(lt*lt+yt*yt))),R=U(1,0,t-E,e-O)-u,j=U(t-E,e-O,r-E,s-O);return[E,O,i,o,u,R,R+j]}}class v2 extends Kc{cx;cy;isLineThrough;constructor(t){super(t),this.cx=tt(t.cx,2),this.cy=tt(t.cy,2),this.isLineThrough=typeof t.isLineThrough=="boolean"?t.isLineThrough:!1}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["Q",t,e,this.toX,this.toY]]}else return[["Q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,r=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,r,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}getBoundingClientRect(t=2){const e=[this.x,this.toX],r=[this.y,this.toY];let s,i,o,a;for(let u=0;u<2;++u)s=u==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,i=u==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,o=u==0?this.x:this.y,Math.abs(s)>1e-12&&(a=-i/(2*s),0<a&&a<1&&[e,r][u].push(s*a*a+i*a+o));const c={x:Math.min(0,...e),y:Math.min(0,...r)},h={x:Math.max(0,...e),y:Math.max(0,...r)};return{x:tt(c.x,t),y:tt(c.y,t),width:tt(h.x-c.x,t),height:tt(h.y-c.y,t)}}interpolate(t){return{x:(1-t)*(1-t)*this.x+2*(1-t)*t*this.cx+t*t*this.toX,y:(1-t)*(1-t)*this.y+2*(1-t)*t*this.cy+t*t*this.toY}}}const x2=v2;class Wt extends Kc{c1x;c1y;c2x;c2y;constructor(t){super(t),this.c1x=tt(t.c1x,2),this.c1y=tt(t.c1y,2),this.c2x=tt(t.c2x,2),this.c2y=tt(t.c2y,2)}clone(){return new Wt({x:this.x,y:this.y,c1x:this.c1x,c1y:this.c1y,c2x:this.c2x,c2y:this.c2y,toX:this.toX,toY:this.toY})}toSVGPathData(){return[["C",this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY]]}toCanvasContext(t){t.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY)}getBoundingClientRect(t=2){let e=this.c2x-2*this.c1x+this.x-(this.toX-2*this.c2x+this.c1x),r=2*(this.c1x-this.x)-2*(this.c2x-this.c1x),s=this.x-this.c1x,i=(-r+Math.sqrt(r*r-4*e*s))/2/e,o=(-r-Math.sqrt(r*r-4*e*s))/2/e;const a=[this.y,this.toY],c=[this.x,this.toX];let h;const u=[];Math.abs(i)>1e12&&(i=.5),Math.abs(o)>1e12&&(o=.5),i>=0&&i<=1&&(h=this.interpolate(i),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),o>=0&&o<=1&&(h=this.interpolate(o),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),e=this.c2y-2*this.c1y+this.y-(this.toY-2*this.c2y+this.c1y),r=2*(this.c1y-this.y)-2*(this.c2y-this.c1y),s=this.y-this.c1y,i=(-r+Math.sqrt(r*r-4*e*s))/2/e,o=(-r-Math.sqrt(r*r-4*e*s))/2/e,Math.abs(i)>1e12&&(i=.5),Math.abs(o)>1e12&&(o=.5),i>=0&&i<=1&&(h=this.interpolate(i),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y})),o>=0&&o<=1&&(h=this.interpolate(o),c.push(h.x),a.push(h.y),u.push({X:h.x,Y:h.y}));const l=[],d=u.length;for(let m=0;m<d;m++){for(let v=m+1;v<d;v++)u[m].X===u[v].X&&u[m].Y===u[v].Y&&(v=++m);l.push({X:u[m].X,Y:u[m].Y})}const f={x:Math.min(...c),y:Math.min(...a)},p={x:Math.max(...c),y:Math.max(...a)};return{x:tt(f.x,t),y:tt(f.y,t),width:tt(p.x-f.x,t),height:tt(p.y-f.y,t),dots:l}}static base3(t,e,r,s,i){const o=-3*e+9*r-9*s+3*i,a=t*o+6*e-12*r+6*s;return t*a-3*e+3*r}static bezlen(t,e,r,s,i,o,a,c,h=1){h=Math.max(0,Math.min(h,1));const u=h/2,l=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],d=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let f=0;for(let p=0;p<12;p++){const m=u*l[p]+u,v=Wt.base3(m,t,r,i,a),g=Wt.base3(m,e,s,o,c);f+=d[p]*Math.sqrt(v*v+g*g)}return u*f}length(t=1){return Wt.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getPointAtSegmentLength(t){const e=this.getTatLen(t),r=1-e,s=Math.pow(r,3),i=Math.pow(r,2),o=e*e,a=o*e,c=s*this.x+i*3*e*this.c1x+r*3*e*e*this.c2x+a*this.toX,h=s*this.y+i*3*e*this.c1y+r*3*e*e*this.c2y+a*this.toY,u=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),l=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),d=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),f=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),p=r*this.x+e*this.c1x,m=r*this.y+e*this.c1y,v=r*this.c2x+e*this.toX,g=r*this.c2y+e*this.toY,b=90-Math.atan2(u-d,l-f)*180/Math.PI;return{x:c,y:h,m:{x:u,y:l},n:{x:d,y:f},start:{x:p,y:m},end:{x:v,y:g},alpha:b}}getTatLen(t){const e=this.x,r=this.y,s=this.c1x,i=this.c1y,o=this.c2x,a=this.c2y,c=this.toX,h=this.toY;if(t<0||Wt.bezlen(e,r,s,i,o,a,c,h)<t)return 0;const u=1;let l=u/2,d=u-l,f=Wt.bezlen(e,r,s,i,o,a,c,h,d);for(;Math.abs(f-t)>.01;)l/=2,d+=(f<t?1:-1)*l,f=Wt.bezlen(e,r,s,i,o,a,c,h,d);return d}interpolate(t){return{x:Math.pow(1-t,3)*this.x+3*Math.pow(1-t,2)*t*this.c1x+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2x+Math.pow(t,3)*this.toX,y:Math.pow(1-t,3)*this.y+3*Math.pow(1-t,2)*t*this.c1y+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2y+Math.pow(t,3)*this.toY}}}class tm extends Go{source;raw="";mode="text";tagname="";nodename="";textchunk="";entity="";quote="";attrs={};constructor(t){super(),this.source=t}parse(){const t=Up(this.source);if(t===0){this.emit("finish");return}let e,r,s=lu(this.source,0);for(let i=1;i<t;i++)e=r,r=s,s=lu(this.source,i),this.raw+=r,r&&this.step(r,s,e);s&&this.step(s,void 0,r),this.emit("finish")}step(t,e,r){t==`
111
+ `&&this.emit("newline"),this.act(t,e,r)}act(t,e,r){switch(this.mode){case"text":switch(t){case"<":case"eof":this.nodename="",this.attrs={},this.mode="tag name start",this.raw=this.raw.slice(0,-1),this.textchunk&&this.emit("text",this.textchunk),this.raw+=t,this.textchunk="";break;case"&":this.mode="entity",this.entity="";break;default:this.textchunk+=t;break}break;case"entity":Xe("whitespace",t)?(this.textchunk+=em(this.entity),this.mode="text"):t==";"?(this.textchunk+=em(this.entity+t),this.mode="text"):this.entity+=t;break;case"special":if(r=="!"&&t=="-"&&e=="-"){this.mode="comment start";break}if(this.textchunk=="[CDATA"&&t=="["){this.mode="cdata",this.textchunk="";break}if(t==">"||t=="eof"){this.emit("special",this.textchunk),this.mode="text",this.textchunk="";break}this.textchunk+=t;break;case"cdata":if(r=="]"&&t=="]"&&e==">"){this.mode="cdata end",this.textchunk=this.textchunk.slice(0,-1);break}t=="eof"&&(this.mode="cdata end",this.act(t,e,r)),this.textchunk+=t;break;case"cdata end":this.emit("cdata",this.textchunk),this.textchunk="",this.mode="text";break;case"comment start":e==">"||t=="eof"?(this.emit("comment",""),this.mode="skip"):this.mode="comment";break;case"skip":this.mode="text";break;case"comment":t=="-"&&r=="-"&&e==">"?(this.mode="comment end",this.textchunk=this.textchunk.slice(0,-1)):t=="eof"?this.emit("comment",this.textchunk):this.textchunk+=t;break;case"comment end":this.emit("comment",this.textchunk),this.textchunk="",this.mode="text";break;case"declaration":if(t=="?"&&e==">"){this.mode="declaration end";break}t=="eof"&&this.emit("comment",this.textchunk),this.textchunk+=t;break;case"declaration end":this.emit("comment",this.textchunk),this.textchunk="",this.mode="text";break;case"tag name start":if(t=="eof"){this.emit("text","<");break}if(!Xe("whitespace",t)){if(this.mode="tag name",t=="/"){this.mode="close tag name start";break}else if(t=="!"){this.mode="special",this.textchunk="";break}else if(t=="?"){this.mode="declaration";break}this.act(t,e,r)}break;case"close tag name start":Xe("whitespace",t)||(this.mode="close tag name",this.tagname="",this.nodename="",this.act(t,e,r));break;case"close tag name":if(Xe("whitespace",t))this.tagname=this.nodename;else switch(t){case">":this.emit("/tag",this.tagname||this.nodename,this.attrs),this.mode="text";break;default:!this.tagname&&(this.nodename+=t);break}break;case"tag name":if(Xe("whitespace",t))this.tagname=this.nodename,this.nodename="",this.mode="attr start";else switch(t){case">":this.emit("tag",this.nodename,this.attrs),this.mode="text";break;case"/":this.raw+=e,this.emit("tag",this.nodename,this.attrs),this.emit("/tag",this.nodename,this.attrs),this.mode="skip";break;default:this.nodename+=t;break}break;case"attr start":Xe("whitespace",t)||(this.mode="attr",this.nodename="",this.act(t,e,r));break;case"attr":if(Xe("whitespace",t)||t=="=")this.attrs[this.nodename]="",this.mode="attr value start";else switch(t){case">":this.nodename=="/"?(delete this.attrs["/"],this.emit("tag",this.tagname,this.attrs),this.emit("/tag",this.tagname,this.attrs)):(this.nodename&&(this.attrs[this.nodename]=""),this.emit("tag",this.tagname,this.attrs)),this.mode="text";break;default:this.nodename+=t;break}break;case"attr value start":if(!Xe("whitespace",t)){if(this.mode="attr value",this.quote="",t=="'"||t=='"'){this.quote=t;return}this.act(t,e,r)}break;case"attr value":if(Xe("whitespace",t)&&!this.quote)this.mode="attr start";else if(t==">"&&!this.quote)this.emit("tag",this.tagname,this.attrs),this.mode="text";else switch(t){case'"':case"'":this.quote==t&&r!="\\"&&(this.mode="attr start");break;default:this.attrs[this.nodename]+=t;break}break}}}function em(n){const t={lt:60,"lt;":60,"AMP;":38,AMP:38,"GT;":62,GT:62,"QUOT;":34,QUOT:34,"apos;":39,"bull;":8226,"bullet;":8226,"copy;":169,copy:169,"deg;":176,deg:176};let e;return n.charAt(0)=="#"?n.charAt(1).toLowerCase()=="x"?e=parseInt(n.substring(2),16):e=parseInt(n.substring(1),10):e=t[n],e?String.fromCharCode(e):"&"+n}var nm=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function rm(n,t={}){var e=1,r=1;function s($){var z=$.match(/\n/g);z&&(e+=z.length);var A=$.lastIndexOf(`
112
+ `);r=~A?$.length-A:r+$.length}function i(){var $={line:e,column:r};return function(z){return z.position=new o($),p(),z}}function o($){this.start=$,this.end={line:e,column:r},this.source=t.source}o.prototype.content=n;var a=[];function c($){var z=new Error(t.source+":"+e+":"+r+": "+$);if(z.reason=$,z.filename=t.source,z.line=e,z.column=r,z.source=n,t.silent)a.push(z);else throw z}function h(){var $=d();return{type:"stylesheet",stylesheet:{source:t.source,rules:$,parsingErrors:a}}}function u(){return f(/^{\s*/)}function l(){return f(/^}/)}function d(){var $,z=[];for(p(),m(z);n.length&&n.charAt(0)!="}"&&($=st()||Ct());)$!==!1&&(z.push($),m(z));return z}function f($){var z=$.exec(n);if(z){var A=z[0];return s(A),n=n.slice(A.length),z}}function p(){f(/^\s*/)}function m($){var z;for($=$||[];z=v();)z!==!1&&$.push(z);return $}function v(){var $=i();if(!(n.charAt(0)!="/"||n.charAt(1)!="*")){for(var z=2;n.charAt(z)!=""&&(n.charAt(z)!="*"||n.charAt(z+1)!="/");)++z;if(z+=2,n.charAt(z-1)==="")return c("End of comment missing");var A=n.slice(2,z-2);return r+=2,s(A),n=n.slice(z),r+=2,$({type:"comment",comment:A})}}function g(){var $=f(/^([^{]+)/);if($)return hn($[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(z){return z.replace(/,/g,"‌")}).split(/\s*(?![^(]*\)),\s*/).map(function(z){return z.replace(/\u200C/g,",")})}function b(){var $=i(),z=f(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(z){if(z=hn(z[0]),!f(/^:\s*/))return c("property missing ':'");var A=f(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),L=$({type:"declaration",property:z.replace(nm,""),value:A?hn(A[0]).replace(nm,""):""});return f(/^[;\s]*/),L}}function x(){var $=[];if(!u())return c("missing '{'");m($);for(var z;z=b();)z!==!1&&($.push(z),m($));return l()?$:c("missing '}'")}function w(){for(var $,z=[],A=i();$=f(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)z.push($[1]),f(/^,\s*/);if(z.length)return A({type:"keyframe",values:z,declarations:x()})}function C(){var $=i(),z=f(/^@([-\w]+)?keyframes\s*/);if(z){var A=z[1];if(z=f(/^([-\w]+)\s*/),!z)return c("@keyframes missing name");var L=z[1];if(!u())return c("@keyframes missing '{'");for(var W,q=m();W=w();)q.push(W),q=q.concat(m());return l()?$({type:"keyframes",name:L,vendor:A,keyframes:q}):c("@keyframes missing '}'")}}function E(){var $=i(),z=f(/^@supports *([^{]+)/);if(z){var A=hn(z[1]);if(!u())return c("@supports missing '{'");var L=m().concat(d());return l()?$({type:"supports",supports:A,rules:L}):c("@supports missing '}'")}}function O(){var $=i(),z=f(/^@host\s*/);if(z){if(!u())return c("@host missing '{'");var A=m().concat(d());return l()?$({type:"host",rules:A}):c("@host missing '}'")}}function U(){var $=i(),z=f(/^@media *([^{]+)/);if(z){var A=hn(z[1]);if(!u())return c("@media missing '{'");var L=m().concat(d());return l()?$({type:"media",media:A,rules:L}):c("@media missing '}'")}}function R(){var $=i(),z=f(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(z)return $({type:"custom-media",name:hn(z[1]),media:hn(z[2])})}function j(){var $=i(),z=f(/^@page */);if(z){var A=g()||[];if(!u())return c("@page missing '{'");for(var L=m(),W;W=b();)L.push(W),L=L.concat(m());return l()?$({type:"page",selectors:A,declarations:L}):c("@page missing '}'")}}function H(){var $=i(),z=f(/^@([-\w]+)?document *([^{]+)/);if(z){var A=hn(z[1]),L=hn(z[2]);if(!u())return c("@document missing '{'");var W=m().concat(d());return l()?$({type:"document",document:L,vendor:A,rules:W}):c("@document missing '}'")}}function V(){var $=i(),z=f(/^@font-face\s*/);if(z){if(!u())return c("@font-face missing '{'");for(var A=m(),L;L=b();)A.push(L),A=A.concat(m());return l()?$({type:"font-face",declarations:A}):c("@font-face missing '}'")}}var lt=ct("import"),yt=ct("charset"),mt=ct("namespace");function ct($){var z=new RegExp("^@"+$+"\\s*([^;]+);");return function(){var A=i(),L=f(z);if(L){var W={type:$};return W[$]=L[1].trim(),A(W)}}}function st(){if(n[0]=="@")return C()||U()||R()||E()||lt()||yt()||mt()||H()||j()||O()||V()}function Ct(){var $=i(),z=g();return z?(m(),$({type:"rule",selectors:z,declarations:x()})):c("selector missing")}return Qc(h())}function hn(n){return n?n.replace(/^\s+|\s+$/g,""):""}function Qc(n,t){var e=n&&typeof n.type=="string",r=e?n:t;for(var s in n){var i=n[s];Array.isArray(i)?i.forEach(function(o){Qc(o,r)}):i&&typeof i=="object"&&Qc(i,r)}return e&&Object.defineProperty(n,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),n}class sm extends tm{currentItem={};items=[];groups=[];globalStyles={};grad={};idtops={};text="";constructor(t){super(t),this.on("tag",(e,r)=>{switch(this.text="",this.currentItem={type:e},e){case"g":this.groups.push(this.currentItem);break}this.processAttrs(e,r)}),this.on("text",e=>{if(this.currentItem.type=="style"){try{const r=rm(e);for(const s of r.stylesheet.rules)for(const i of s.declarations)for(const o of s.selectors)this.globalStyles[o]=this.globalStyles[o]||[],this.globalStyles[o].push(`${i.property}:${i.value}`)}catch{console.error("CAN'T parse css text: "+e)}return}this.text+=e}),this.on("/tag",(e,r)=>{let s=this.groups.length;for(;s--;)if(this.groups[s]!=this.currentItem){let i="",o="";for(const a in this.groups[s])a=="transform"?i=this.groups[s].transform:a=="class"&&this.globalStyles["."+this.groups[s][a]]?o=this.globalStyles["."+this.groups[s][a]].join(";")+";"+o:a=="id"&&this.globalStyles["#"+this.groups[s][a]]?o=this.globalStyles["#"+this.groups[s][a]].join(";")+";"+o:typeof this.currentItem[a]>"u"&&(this.currentItem[a]=this.groups[s][a]);typeof this.currentItem.transform>"u"?this.currentItem.transform=i:this.currentItem.transform+=" "+i,typeof this.currentItem.style>"u"?this.currentItem.style=o:this.currentItem.style=o+this.currentItem.style,this.currentItem.class&&this.globalStyles["."+this.currentItem.class]?this.currentItem.style=this.globalStyles["."+this.currentItem.class].join(";")+";"+this.currentItem.style:this.currentItem.id&&this.globalStyles["#"+this.currentItem.id]&&(this.currentItem.style=this.globalStyles["#"+this.currentItem.id].join(";")+";"+this.currentItem.style),eh(this.currentItem.style,this.currentItem,nh)}switch(this.processAttrs(e,r),e){case"g":this.groups.pop();break;case"cirlce":this.addToItems();break;case"ellipse":this.addToItems();break;case"polygon":this.addToItems();break;case"path":this.addToItems();break;case"line":this.addToItems();break;case"rect":this.addToItems();break;case"image":this.addToItems();break;case"text":this.currentItem.text=this.text,this.currentItem["text-anchor"]=this.currentItem["text-anchor"]||"start",this.addToItems();break}}),this.on("finish",()=>{this.emit("result",this.items)})}parse(){return super.parse(),this.items}processAttrs(t,e){let r=[],s;switch(t){case"svg":let i="",o="";if(e.width&&e.height)i=e.width,o=e.height;else if(e.viewBox){const a=e.viewBox.split(/\s+/gi);a.length==4&&(i=String(parseFloat(a[2])-parseFloat(a[0])),o=String(parseFloat(a[3])-parseFloat(a[1])))}i&&o&&this.items.push({type:"viewbox",width:i,height:o});break;case"line":typeof e.x1=="number"&&typeof e.y1=="number"&&typeof e.x2=="number"&&typeof e.y2=="number"&&(this.currentItem.path="M"+[e.x1,e.y1,e.x2,e.y2]);break;case"stop":s={},e.style&&eh(e.style,s),s.offset=s.offset||e.offset,s.color=s["stop-color"]||e["stop-color"],s.opacity=s["stop-opacity"]||e["stop-opacity"],~(s.offset+"").indexOf("%")?s.offset=parseFloat(s.offset):s.offset=parseFloat(s.offset)*100,s.offset=+s.offset.toFixed(2),this.grad.stops.push(s);break;case"linearGradient":this.grad.angle=(360+th(parseFloat(e.x1),parseFloat(e.y1),parseFloat(e.x2),parseFloat(e.y2),parseFloat(e.x1)+100,parseFloat(e.y1))).toFixed(2),r=[this.grad.angle];for(let a=0,c=this.grad.stops.length;a<c;a++)s=this.grad.stops[a],a&&a!=c-1?r.push(s.color+":"+s.offset):r.push(s.color);this.idtops[this.grad.id]=r.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break;case"radialGradient":r=[];for(let a=0,c=this.grad.stops.length;a<c;a++)s=this.grad.stops[a],a&&a!=c-1?r.push(s.color+":"+s.offset):r.push(s.color);this.idtops[this.grad.id]=r.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break}for(const i in e){const o=e[i];if(nh.includes(i)&&(this.currentItem[i]=o),i==="id"&&(this.currentItem.type==="linearGradient"&&(this.grad={id:i,stops:[]}),this.currentItem.type==="radialGradient"&&(this.grad={id:i,stops:[]})),i==="style"&&eh(o,this.currentItem,nh),i==="transform"&&(this.currentItem.transform=o+(this.currentItem.transform||" ")),i==="fill"){const a=o.match(/url\(#([^)]+)\)/);if(a){const c=a[1];this.currentItem.fillid=c,this.idtops[c]&&(this.currentItem.fill=this.idtops[c])}}i==="points"&&this.currentItem.type=="polygon"&&(this.currentItem.path="M"+o+"z"),i==="d"&&this.currentItem.type=="path"&&(this.currentItem.path=o),i==="xlink:href"&&this.currentItem.type=="image"&&(this.currentItem.src=o)}}addToItems(){this.items.push(this.currentItem)}}function th(n,t,e,r,s,i){if(typeof s>"u"||typeof i>"u"){const o=n-e,a=t-r;return!o&&!a?0:(180+Math.atan2(-a,-o)*180/Math.PI+360)%360}else return th(n,t,s,i)-th(e,r,s,i)}function eh(n,t,e){const r=(n+"").split(";"),s=/^\s+|\s+$/g;for(let i=0,o=r.length;i<o;i++){const a=r[i].split(":"),c=a[0].replace(s,"").replace(/[A-Z]/g,function(h){return"-"+h.toLowerCase()});(!e||e.includes(c))&&(t[c]=a[1].replace(s,""))}}const nh=["id","class","viewBox","width","height","x","y","cx","cy","r","rx","ry","cursor","opacity","src","fill","fill-opacity","stroke","stroke-dasharray","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","font","font-family","font-size","font-style","font-weight","letter-spacing"];class ae{prevPathX=0;prevPathY=0;isUpdatedSVGPathData=!0;isUpdatedSVGPathD=!0;isUpdatedBoundingClientRect=!0;isUpdatedPolymorphPoints=!0;isUpdatedTotalLength=!0;normalizedLines=[];constructor(t){const e=typeof t=="string"?vi(t):t||[],r=nc(xi(e));for(let s=0,i=r.length;s<i;s++){const o=r[s];o[0]=="M"?(this.prevPathX=o[1],this.prevPathY=o[2]):this._appendLine(new Wt({x:this.prevPathX,y:this.prevPathY,c1x:o[1],c1y:o[2],c2x:o[3],c2y:o[4],toX:o[5],toY:o[6]}))}}_appendLine(t){if(this.isUpdatedSVGPathData=!0,this.isUpdatedSVGPathD=!0,this.isUpdatedBoundingClientRect=!0,this.isUpdatedPolymorphPoints=!0,this.isUpdatedTotalLength=!0,t instanceof Zc){wi(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(h=>{const[u,l,d,f,p,m,v,g]=h;this.normalizedLines.push(new Wt({x:this.prevPathX,y:this.prevPathY,c1x:d,c1y:f,c2x:p,c2y:m,toX:v,toY:g})),this.prevPathX=v,this.prevPathY=g});return}if(t instanceof Wt){this.normalizedLines.push(t.clone()),this.prevPathX=t.toX,this.prevPathY=t.toY;return}let e,r,s,i,o,a;t instanceof x2?[e,r,s,i,o,a]=Jr(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,r,s,i,o,a]=Wn(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new Wt({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:r,c2x:s,c2y:i,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}static fromPolymorphPoints(t){const e=new ae,r=t.length;if(r){e.prevPathX=t[0],e.prevPathY=t[1];for(let s=2;s+5<r;s+=6)e._appendLine(new Wt({x:e.prevPathX,y:e.prevPathY,c1x:t[s],c1y:t[s+1],c2x:t[s+2],c2y:t[s+3],toX:t[s+4],toY:t[s+5]}))}return e}static fromLines(t){const e=new ae,r=t.length;if(r){e.prevPathX=t[0].x,e.prevPathY=t[0].y;for(let s=0;s<r;s++)e._appendLine(t[s])}return e}clone(){return ae.fromLines(this.normalizedLines)}cachedSVGPathData=[];toSVGPathData(){if(this.isUpdatedSVGPathData){const t=[];for(let e=0,r=this.normalizedLines.length;e<r;e++){const s=this.normalizedLines[e];e==0&&t.push(["M",s.x,s.y]),t.push(...s.toSVGPathData())}this.cachedSVGPathData=t,this.isUpdatedSVGPathData=!1}return this.cachedSVGPathData}cachedSVGPathD="";toSVGPathD(){return this.isUpdatedSVGPathD&&(this.cachedSVGPathD=ec(this.toSVGPathData()),this.isUpdatedSVGPathD=!1),this.cachedSVGPathD}toCanvasContext(t){t.beginPath();for(let e=0,r=this.normalizedLines.length;e<r;e++){const s=this.normalizedLines[e];e==0&&t.moveTo(s.x,s.y),s.toCanvasContext(t)}}cachedBoundingClientRect={x:0,y:0,width:0,height:0};getBoundingClientRect(t=2){if(this.isUpdatedBoundingClientRect){const e=[],r=[];if(this.normalizedLines.forEach(s=>{const i=s.getBoundingClientRect(t);e.push(i.x,i.x+i.width),r.push(i.y,i.y+i.height)}),e.length==0||r.length==0)this.cachedBoundingClientRect={x:0,y:0,width:0,height:0};else{const s=Math.min(...e),i=Math.min(...r),o=Math.max(...e),a=Math.max(...r);this.cachedBoundingClientRect={x:tt(s,t),y:tt(i,t),width:tt(o-s,t),height:tt(a-i,t)}}this.isUpdatedBoundingClientRect=!1}return this.cachedBoundingClientRect}getBoundingClientRectCenter(t=2){const e=this.getBoundingClientRect(t);return{x:tt(e.x+e.width*.5,t),y:tt(e.y+e.height*.5,t)}}transform(t){let e;return t.m?e=t.m:(e=new qt,e.translate(t.x||0,t.y||0),e.rotate(t.degree||0,t.centerX,t.centerY),e.scale(t.scaleX||1,t.scaleY||1,t.centerX,t.centerY)),e.isIdentity?this.clone():ae.fromLines(this.normalizedLines.map(r=>{let s=r.x,i=r.y,o=r.c1x,a=r.c1y,c=r.c2x,h=r.c2y,u=r.toX,l=r.toY;return{x:s,y:i}=e.transformPoint({x:s,y:i}),{x:o,y:a}=e.transformPoint({x:o,y:a}),{x:c,y:h}=e.transformPoint({x:c,y:h}),{x:u,y:l}=e.transformPoint({x:u,y:l}),new Wt({x:s,y:i,c1x:o,c1y:a,c2x:c,c2y:h,toX:u,toY:l})}))}cachedTotalLength;getTotalLength(){return(typeof this.cachedTotalLength!="number"||this.isUpdatedTotalLength)&&(this.cachedTotalLength=Math.round(this.normalizedLines.reduce((t,e)=>t+=e.length(),0)),this.isUpdatedTotalLength=!1),this.cachedTotalLength}getPointAtLength(t){let e=0,r=0;const s=this.normalizedLines.length;for(let i=0;i<s;i++){const o=this.normalizedLines[i];if(r=o.length(),e+r>=t)return o.getPointAtSegmentLength(t-e);e+=r}return this.normalizedLines[s-1].getPointAtSegmentLength(r)}interpolate(t){const e=this.normalizedLines.length;if(e===0)return{x:0,y:0};if(e===1)return this.normalizedLines[0].interpolate(t);{let r=t*e,s=this.normalizedLines[0];if(r--,r>1)for(let i=1;i<e&&(s=this.normalizedLines[i],r>1);i++)r-=1;return s.interpolate(r)}}getSubPathD(t,e,r=1e-6){const s=this.getSubPathDAtLength(e,!0);return Fo(r)(t,0)?s:s.getSubPathDAtLength(t,!1)}getSubPathDAtLength(t,e=!1){const r=new ae;let s=0,i=!1;for(let o=0,a=this.normalizedLines.length;o<a;o++){const c=this.normalizedLines[o];o==0&&(r.prevPathX=c.x,r.prevPathY=c.y);const h=c.length();if(s+h>t&&!i){i=!0;const u=c.getPointAtSegmentLength(t-s);if(r._appendLine(new Wt({x:r.prevPathX,y:r.prevPathY,c1x:u.start.x,c1y:u.start.y,c2x:u.m.x,c2y:u.m.y,toX:u.x,toY:u.y})),e)return r;r.normalizedLines=[],r._appendLine(new Wt({x:r.prevPathX,y:r.prevPathY,c1x:u.n.x,c1y:u.n.y,c2x:u.end.x,c2y:u.end.y,toX:c.toX,toY:c.toY})),s+=h;continue}r._appendLine(c),s+=h}return r}closestPoint(t,e){const r=this.getTotalLength();let s={x:t,y:e},i=0,o=1/0,a=8;for(let h=0;h<=r;h+=a){const u=this.getPointAtLength(h),l=(t-u.x)*(t-u.x)+(e-u.y)*(e-u.y);l<o&&(s=u,i=h,o=l)}for(a/=2;a>.5;){const h=i-a,u=this.getPointAtLength(h),l=(t-u.x)*(t-u.x)+(e-u.y)*(e-u.y),d=i+a,f=this.getPointAtLength(d),p=(t-f.x)*(t-f.x)+(e-f.y)*(e-f.y);h>=0&&l<o?(s=u,i=h,o=l):d<=r&&p<o?(s=f,i=d,o=p):a/=2}const c=this.getPointAtLength(i+(i===r?-.1:.1));return{point:s,rotation:i>=r?ge(c.x,c.y,s.x,s.y):ge(s.x,s.y,c.x,c.y),distance:Math.sqrt(o)}}cachedPolymorphPoints=[];getPolymorphPoints(){if(this.isUpdatedPolymorphPoints){if(this.normalizedLines.length){const t=this.normalizedLines[0];this.cachedPolymorphPoints=[t.x,t.y].concat(this.normalizedLines.reduce((e,r)=>e.concat([r.c1x,r.c1y,r.c2x,r.c2y,r.toX,r.toY]),[]))}this.isUpdatedPolymorphPoints=!1}return[...this.cachedPolymorphPoints]}getPolymorphPointsPerimeter(){let t=0;const e=this.getPolymorphPoints(),r=e.length;if(r){let s=e[r-2],i=e[r-1];for(let o=0;o<r;o+=6)t+=Sn(e[o],e[o+1],s,i),s=e[o],i=e[o+1]}return Math.floor(t)}expendToPolymorphPoints(t){const e=t.length,r=this.getPolymorphPoints(),s=r.length;if(s){const i=[];let o=e-s;const a=Math.ceil(e/s);i.push(["M",r[0],r[1]]);let c=2;for(;c+5<=s-1;){const h=r[c++],u=r[c++],l=r[c++],d=r[c++],f=r[c++],p=r[c++];i.push(["C",h,u,l,d,f,p]);let m=0;for(;m<a&&o>0;)i.push(["C",f,p,f,p,f,p]),o-=6,m++}return new ae(i)}else return ae.fromPolymorphPoints(t)}static getInterpolator(t,e){return r=>{const s=Fo(Number.EPSILON);return s(r,0)?t.clone():s(r,1)?e.clone():ae.fromPolymorphPoints(wg(t.getPolymorphPoints(),e.getPolymorphPoints(),r).map(i=>tt(i,2)))}}}const im=_2("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function _2(n,t=10){const e={},r=n.split(",");for(let s=0;s<r.length;s+=2){const i="&"+r[s+1]+";",o=parseInt(r[s],t);e[i]="&#"+o+";"}return e["\\xa0"]="&#160;",e}function ce(n,t){const e=Object.keys(t);for(let r=0;r<e.length;r++)n=n.replace(new RegExp("{"+e[r]+"}","gi"),""+t[e[r]]);return n}function io(n){let t,e;if(!n)throw new Error("cannot create a random attribute name for an undefined object");const r="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=r[Math.floor(Math.random()*r.length)];while(n[t]);return t}function S2(n){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[n]||t.start}function E2(n){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[n]||t.alphabetic}const bs={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"},lineDashOffset:{svgAttr:"stroke-dashoffset",canvas:0,svg:0,apply:"stroke"}};class rh{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const r=this.__ctx.__createElement("stop");if(r.setAttribute("offset",""+t),e.indexOf("rgba")!==-1){const i=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(e);i&&(r.setAttribute("stop-color",ce("rgb({r},{g},{b})",{r:i[1],g:i[2],b:i[3]})),r.setAttribute("stop-opacity",i[4]))}else r.setAttribute("stop-color",e);this.__root.appendChild(r)}}class om{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}}class oo{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:r=500}){t?(this.__canvas=t,this.__ctx=t.getContext("2d")):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d")),this.width=e||t?.width||0,this.height=r||t?.height||0,this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(bs);for(let e=0,r=t.length;e<r;e++){const s=t[e];this[s]=bs[s].canvas}}__getStyleState(){const t={},e=Object.keys(bs);for(let r=0,s=e.length;r<s;r++){const i=e[r];t[i]=this[i]}return t}__applyStyleState(t){const e=Object.keys(t);for(let r=0,s=e.length;r<s;r++){const i=e[r];this[i]=t[i]}}__createElement(t,e={},r=!1){const s=this.__document.createElementNS("http://www.w3.org/2000/svg",t),i=Object.keys(e);r&&(s.setAttribute("fill","none"),s.setAttribute("stroke","none"));for(let o=0;o<i.length;o++){const a=i[o];s.setAttribute(a,e[a])}return s}__applyStyleToCurrentElement(t){let e=this.__currentElement;const r=this.__currentElementsToStyle;r&&(e.setAttribute(t,""),e=r.element,r.children.forEach(i=>{i.setAttribute(t,"")}));const s=Object.keys(bs);for(let i=0;i<s.length;i++){const o=bs[s[i]],a=this[s[i]];if(o.apply){if(a instanceof om){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const c=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[c]=c,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,ce("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof rh)e.setAttribute(o.apply,ce("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const h=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(h){e.setAttribute(o.svgAttr,ce("rgb({r},{g},{b})",{r:h[1],g:h[2],b:h[3]}));let u=parseFloat(h[4]);const l=this.globalAlpha;l!=null&&(u*=l),e.setAttribute(o.svgAttr+"-opacity",""+u)}}else{let c=o.svgAttr;if(s[i]==="globalAlpha"&&(c=t+"-"+o.svgAttr,e.getAttribute(c)))continue;c&&e.setAttribute(c,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let e=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(e)&&(e=e.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const s=Object.keys(im);for(let i=0,o=s.length;i<o;i++){const a=s[i],c=im[a],h=new RegExp(a,"gi");h.test(e)&&(e=e.replace(h,c))}}return e}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),e=this.__closestGroupOrSvg();this.__groupStack.push(e),e.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const e=this.__styleStack.pop();e&&this.__applyStyleState(e)}__addTransform(t){const e=this.__closestGroupOrSvg();if(e.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:e,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const s=this.__createElement("g");e.appendChild(s),this.__currentElement=s}let r=this.__currentElement.getAttribute("transform");r?r+=" ":r="",r+=t,this.__currentElement.setAttribute("transform",r)}scale(t,e){e===void 0&&(e=t),this.__addTransform(ce("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(ce("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(ce("translate({x},{y})",{x:t,y:e}))}transform(t,e,r,s,i,o){this.__addTransform(ce("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:r,d:s,e:i,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"&&t.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,e){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:e},this.__addPathCommand(ce("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,e){this.__currentPosition={x:t,y:e},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(ce("L {x} {y}",this.__currentPosition)):this.__addPathCommand(ce("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,r,s,i,o){this.__currentPosition={x:i,y:o},this.__addPathCommand(ce("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:r,cp2y:s,x:i,y:o}))}quadraticCurveTo(t,e,r,s){this.__currentPosition={x:r,y:s},this.__addPathCommand(ce("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:r,y:s}))}normalize(t){const e=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/e,t[1]/e]}arcTo(t,e,r,s,i){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(i<0)throw new Error("IndexSizeError: The radius provided ("+i+") is negative.");if(o===t&&a===e||t===r&&e===s||i===0){this.lineTo(t,e);return}const c=this.normalize([o-t,a-e]),h=this.normalize([r-t,s-e]);if(c[0]*h[1]===c[1]*h[0]){this.lineTo(t,e);return}const u=c[0]*h[0]+c[1]*h[1],l=Math.acos(Math.abs(u)),d=this.normalize([c[0]+h[0],c[1]+h[1]]),f=i/Math.sin(l/2),p=t+f*d[0],m=e+f*d[1],v=[-c[1],c[0]],g=[h[1],-h[0]],b=function(C){const E=C[0];return C[1]>=0?Math.acos(E):-Math.acos(E)},x=b(v),w=b(g);this.lineTo(p+v[0]*i,m+v[1]*i),this.arc(p,m,i,x,w)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,r,s){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+r,e),this.lineTo(t+r,e+s),this.lineTo(t,e+s),this.lineTo(t,e),this.closePath()}fillRect(t,e,r,s){const i=this.__createElement("rect",{x:t,y:e,width:r,height:s},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,r,s){const i=this.__createElement("rect",{x:t,y:e,width:r,height:s},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),r=this.__rootSVG.childNodes[1],s=r.childNodes;for(let i=s.length-1;i>=0;i--)s[i]&&r.removeChild(s[i]);this.__currentElement=r,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,r,s){if(t===0&&e===0&&r===this.width&&s===this.height){this.__clearCanvas();return}const i=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:r,height:s,fill:"#FFFFFF"},!0);i.appendChild(o)}createLinearGradient(t,e,r,s){const i=this.__createElement("linearGradient",{id:io(this.__ids),x1:t+"px",x2:r+"px",y1:e+"px",y2:s+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(i),new rh(i,this)}createRadialGradient(t,e,r,s,i,o){const a=this.__createElement("radialGradient",{id:io(this.__ids),cx:s+"px",cy:i+"px",r:o+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new rh(a,this)}__parseFont(){const e=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),r={style:e[1]||"normal",size:e[4]||"10px",family:e[6]||"sans-serif",weight:e[3]||"normal",decoration:e[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(r.decoration="underline"),this.__fontHref&&(r.href=this.__fontHref),r}__wrapTextLink(t,e){if(t.href){const r=this.__createElement("a");return r.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),r.appendChild(e),r}return e}__applyText(t,e,r,s){const i=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":i.family,"font-size":i.size,"font-style":i.style,"font-weight":i.weight,"text-decoration":i.decoration,x:e,y:r,"text-anchor":S2(this.textAlign),"dominant-baseline":E2(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(s),o.appendChild(this.__wrapTextLink(i,a))}fillText(t,e,r){this.__applyText(t,e,r,"fill")}strokeText(t,e,r){this.__applyText(t,e,r,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,r,s,i,o){if(s===i)return;s=s%(2*Math.PI),i=i%(2*Math.PI),s===i&&(i=(i+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+r*Math.cos(i),c=e+r*Math.sin(i),h=t+r*Math.cos(s),u=e+r*Math.sin(s),l=o?0:1;let d=0,f=i-s;f<0&&(f+=2*Math.PI),o?d=f>Math.PI?0:1:d=f>Math.PI?1:0,this.lineTo(h,u),this.__addPathCommand(ce("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:r,ry:r,xAxisRotation:0,largeArcFlag:d,sweepFlag:l,endX:a,endY:c})),this.__currentPosition={x:a,y:c}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),r=io(this.__ids),s=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",r),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",ce("url(#{id})",{id:r})),t.appendChild(s),this.__currentElement=s}drawImage(...t){let e=t[0],r,s,i,o,a=0,c=0,h,u,l,d,f,p,m,v;if(t.length===3)r=t[1],s=t[2],h=e.width,u=e.height,i=h,o=u;else if(t.length===5)r=t[1],s=t[2],i=t[3],o=t[4],h=e.width,u=e.height;else if(t.length===9)a=t[1],c=t[2],h=t[3],u=t[4],r=t[5],s=t[6],i=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const g=this.__closestGroupOrSvg();this.__currentElement;const b="translate("+r+", "+s+")";if(e instanceof oo){if(l=e.getSvg().cloneNode(!0),l.childNodes&&l.childNodes.length>1){for(d=l.childNodes[0];d.childNodes.length;)v=d.childNodes[0].getAttribute("id"),this.__ids[v]=v,this.__SVGdefs.appendChild(d.childNodes[0]);if(f=l.childNodes[1],f){const x=f.getAttribute("transform");let w;x?w=x+" "+b:w=b,f.setAttribute("transform",w),g.appendChild(f)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(p=this.__createElement("image"),p.setAttribute("width",i),p.setAttribute("height",o),p.setAttribute("preserveAspectRatio","none"),(a||c||h!==e.width||u!==e.height)&&(m=this.__document.createElement("canvas"),m.width=i,m.height=o,m.getContext("2d")?.drawImage(e,a,c,h,u,0,0,i,o),e=m),p.setAttribute("transform",b),p.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),g.appendChild(p))}createPattern(t,e){const r=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),s=io(this.__ids);let i;return r.setAttribute("id",s),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(i=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),i.setAttribute("width",""+t.width),i.setAttribute("height",""+t.height),i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),r.appendChild(i),this.__SVGdefs.appendChild(r)):t instanceof oo&&(r.setAttribute("width",""+t.width),r.setAttribute("height",""+t.height),r.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(r)),new om(r,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}class sh{canvas;context;customContext;enablePath2D=!1;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,r,s=!1,i=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),s&&(this.customContext=new oo({canvas:this.canvas,width:e||this.canvas.width,height:r||this.canvas.height})),this.enablePath2D=typeof i=="boolean"?i:!1}set lineWidth(t){this.hasSetCustomStrokeStyle=!0,this.context.lineWidth=t,this.customContext&&(this.customContext.lineWidth=t)}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.hasSetCustomStrokeStyle=!0,this.context.lineCap=t,this.customContext&&(this.customContext.lineCap=t)}get lineCap(){return this.context.lineCap}set lineJoin(t){this.hasSetCustomStrokeStyle=!0,this.context.lineJoin=t,this.customContext&&(this.customContext.lineCap=t)}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.hasSetCustomStrokeStyle=!0,this.context.lineDashOffset=t,this.customContext&&(this.customContext.lineDashOffset=t)}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.hasSetCustomStrokeStyle=!0,this.context.miterLimit=t,this.customContext&&(this.customContext.miterLimit=t)}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext&&(this.customContext.globalAlpha=t)}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){this.hasSetCustomFillStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext&&(this.customContext.fillStyle=t)):(this.context.fillStyle=t.gradient,this.customContext&&(this.customContext.fillStyle=t.gradientCustom))}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){this.hasSetCustomStrokeStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext&&(this.customContext.strokeStyle=t)):(this.context.strokeStyle=t.gradient,this.customContext&&(this.customContext.strokeStyle=t.gradientCustom))}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext&&(this.customContext.font=t)}get font(){return this.context.font}set textBaseline(t){this.context.textBaseline=t,this.customContext&&(this.customContext.textBaseline=t)}get textBaseline(){return this.context.textBaseline}set textAlign(t){this.context.textAlign=t,this.customContext&&(this.customContext.textAlign=t)}get textAlign(){return this.context.textAlign}fill(t){return t?this.context.fill(t):(this.context.fill(),this.customContext&&this.customContext.fill()),this}fillRect(t,e,r,s){return this.context.fillRect(t,e,r,s),this.customContext&&this.customContext.fillRect(t,e,r,s),this}fillText(t,e,r,s){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,r,s),this.customContext&&this.customContext.fillText(t,e,r),this}setLineDash(t){return this.context.setLineDash(t),this.customContext&&this.customContext.setLineDash(t),this}stroke(t){return t?this.context.stroke(t):(this.context.stroke(),this.customContext&&this.customContext.stroke()),this}strokeText(t,e,r,s){return this.context.strokeText(t,e,r,s),this.customContext&&this.customContext.strokeText(t,e,r),this}strokeRect(t,e,r,s){return this.context.strokeRect(t,e,r,s),this.customContext&&this.customContext.strokeRect(t,e,r,s),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,r=this.canvas.width,s=this.canvas.height){return this.context.clearRect(t,e,r,s),this.customContext&&this.customContext.clearRect(t,e,r,s),this}save(){return this.context.save(),this.customContext&&this.customContext.save(),this.currentMatrix=new DOMMatrix,this.enablePath2D&&(this.path2Ds.push(this.currentPath2D),this.currentPath2D=new Path2D),this}restore(){return this.context.restore(),this.customContext&&this.customContext.restore(),this.hasSetCustomStrokeStyle=!1,this.hasSetCustomFillStyle=!1,this.currentMatrix=new DOMMatrix,this.enablePath2D&&(this.currentPath2D=this.path2Ds.pop()||new Path2D),this}beginPath(){return this.context.beginPath(),this.customContext&&this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext&&this.customContext.closePath(),this.enablePath2D&&this.currentPath2D.closePath(),this}changePath2D(t=this.currentPath2D,e=this.currentMatrix){if(this.enablePath2D){const r=new Path2D;r.addPath(t,e),this.currentPath2D=r}}isPointInStroke(...t){return t[0]instanceof Path2D?this.context.isPointInStroke(t[0],t[1],t[2]):this.context.isPointInStroke(t[0],t[1])}isPointInPath(...t){return t[0]instanceof Path2D?this.context.isPointInPath(t[0],t[1],t[2]):this.context.isPointInPath(t[0],t[1])}translate(t,e){return this.context.translate(t,e),this.customContext&&this.customContext.translate(t,e),this.currentMatrix=this.currentMatrix.translate(t,e),this.changePath2D(),this}rotate(t,e=0,r=0){return this.translate(e,r),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix=this.currentMatrix.rotate(t),this.translate(-e,-r),this.changePath2D(),this}scale(t,e=t,r=0,s=0){return this.translate(r,s),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix=this.currentMatrix.scale(t,e),this.translate(-r,-s),this.changePath2D(),this}moveTo(t,e){return this.context.moveTo(t,e),this.customContext&&this.customContext.moveTo(t,e),this.enablePath2D&&this.currentPath2D.moveTo(t,e),this}lineTo(t,e){return this.context.lineTo(t,e),this.customContext&&this.customContext.lineTo(t,e),this.enablePath2D&&this.currentPath2D.lineTo(t,e),this}arc(t,e,r,s,i,o){return this.context.arc(t,e,r,s,i,o),this.customContext&&this.customContext.arc(t,e,r,s,i,o?-1:1),this.enablePath2D&&this.currentPath2D.arc(t,e,r,s,i,o),this}arcTo(t,e,r,s,i){return this.context.arcTo(t,e,r,s,i),this.customContext&&this.customContext.arcTo(t,e,r,s,i),this.enablePath2D&&this.currentPath2D.arcTo(t,e,r,s,i),this}ellipse(t,e,r,s,i,o,a,c){return this.context.ellipse(t,e,r,s,i,o,a,c),this.enablePath2D&&this.currentPath2D.ellipse(t,e,r,s,i,o,a,c),this}quadraticCurveTo(t,e,r,s){return this.context.quadraticCurveTo(t,e,r,s),this.customContext&&this.customContext.quadraticCurveTo(t,e,r,s),this.enablePath2D&&this.currentPath2D.quadraticCurveTo(t,e,r,s),this}bezierCurveTo(t,e,r,s,i,o){return this.context.bezierCurveTo(t,e,r,s,i,o),this.customContext&&this.customContext.bezierCurveTo(t,e,r,s,i,o),this.enablePath2D&&this.currentPath2D.bezierCurveTo(t,e,r,s,i,o),this}rect(t,e,r,s){return this.context.rect(t,e,r,s),this.customContext&&this.customContext.rect(t,e,r,s),this.enablePath2D&&this.currentPath2D.rect(t,e,r,s),this}createLinearGradient(t,e,r,s,i){const o=this.context.createLinearGradient(t,e,r,s);return i&&Object.entries(i).forEach(([a,c])=>{o.addColorStop(parseFloat(a),c)}),o}createRadialGradient(t,e,r,s,i,o,a){const c=this.context.createRadialGradient(t,e,r,s,i,o);return a&&Object.entries(a).forEach(([h,u])=>{c.addColorStop(parseFloat(h),u)}),c}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const r=e[0],s=e[1];this.context.drawImage(t,r,s)}else if(e.length===4){const r=e[0],s=e[1],i=e[2],o=e[3];this.context.drawImage(t,r,s,i,o)}else if(e.length===8){const r=e[0],s=e[1],i=e[2],o=e[3],a=e[4],c=e[5],h=e[6],u=e[7];this.context.drawImage(t,r,s,i,o,a,c,h,u)}else throw new Error("Invalid number of arguments passed to drawImage: "+e.length);return this.customContext&&this.customContext.drawImage(t,...e),this}getImageData(t=0,e=0,r=this.canvas.width,s=this.canvas.height,i){return this.context.getImageData(t,e,r,s,i)}putImageData(t,e=0,r=0){return this.context.putImageData(t,e,r)}createPattern(t,e){return this.context.createPattern(t,e)}toRawSVG(){if(this.customContext){const t=this.customContext.getSerializedSvg(!0),e=this.customContext.getSvg();return{raw:t,element:e}}else return{raw:"",element:null}}}let Nt=class au{shouldUpdatePathD=!1;shouldUpdateTransformPathD=!1;shouldUpdateSVGElInDraw=!1;shouldUpdateMInDraw=!0;shouldUpdateAttrsInDraw=!0;shouldUpdateStyleInDraw=!0;id;initD;d;parent;attrs={};style={};initCenterX;initCenterY;_x;_y;_degree;_scaleX;_scaleY;vx;vy;ax;ay;mass;interactive;drag;transform$=new Ze;transformSubscription;isMouseIn=!1;isDragging=!1;m;el;constructor(t){this.id=Yu(),this.initD=t?.initD,this.setAttr({stroke:"none",fill:"none"}),t?.attrs&&this.setAttr(t.attrs),t?.style&&this.setStyle(t.style),this.initCenterX=t?.centerX,this.initCenterY=t?.centerY,this._x=t?.x||0,this._y=t?.y||0,this._degree=t?.degree||0,this._scaleX=1,this._scaleY=1,t?.scale!==void 0&&(this._scaleX=t.scale,this._scaleY=t.scale),t?.scaleX!==void 0&&(this._scaleX=t.scaleX),t?.scaleY!==void 0&&(this._scaleY=t.scaleY),this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||1,this.interactive=typeof t?.interactive=="boolean"?t?.interactive:!0,this.drag=t?.drag,this.transformSubscription=this.transform$.subscribe(()=>{this.shouldUpdateTransformPathD=!0,this.shouldUpdateMInDraw=!0})}destroy(){this.transformSubscription.unsubscribe()}moveTo(t,e){const r=this._x,s=this._y;(r!==t||s!==e)&&(this._x=t,this._y=e,this.transform$.next({dX:t-r,dY:e-s}))}move(t,e=0){this.moveTo(this._x+t,this._y+e)}moveXTo(t){this.moveTo(t,this._y)}moveX(t){this.moveTo(this._x+t,this._y)}moveYTo(t){this.moveTo(this._x,t)}moveY(t){this.moveTo(this._x,this._y+t)}get x(){return this._x}set x(t){this._x!==t&&(this.transform$.next({dX:t-this._x}),this._x=t)}get y(){return this._y}set y(t){this._y!==t&&(this.transform$.next({dY:t-this._y}),this._y=t)}rotateTo(t){this._degree!==t&&(this.transform$.next({dDegree:t-this._degree}),this._degree=t)}rotate(t){this.rotateTo(this._degree+t)}get degree(){return this._degree}set degree(t){this._degree!==t&&(this.transform$.next({dDegree:t-this._degree}),this._degree=t)}scaleTo(t,e){const r=this._scaleX,s=this._scaleY;(this._scaleX!==t||this._scaleY!==(e||t))&&(this._scaleX=t,this._scaleY=e||t,this.transform$.next({dScaleX:this._scaleX/r,dScaleY:this._scaleY/s}))}scale(t,e){this.scaleTo(this._scaleX*t,this._scaleY*(e||t))}get scaleX(){return this._scaleX}set scaleX(t){this._scaleX!==t&&(this.transform$.next({dScaleX:t/this._scaleX}),this._scaleX=t)}get scaleY(){return this._scaleY}set scaleY(t){this._scaleY!==t&&(this.transform$.next({dScaleY:t/this._scaleY}),this._scaleY=t)}pathD(t){return t?(this.d=t,this.shouldUpdateTransformPathD=!0,this.shouldUpdateSVGElInDraw=!0):this.initD?this.d||(this.d=this.initD instanceof ae?this.initD:new ae(this.initD)):(!this.d||this.shouldUpdatePathD)&&(this.d=new ae(this.toSVGPathData()),this.shouldUpdatePathD=!1,this.shouldUpdateTransformPathD=!0,this.shouldUpdateSVGElInDraw=!0),this.d}cachedTransformedPathD;transformPathD(){if(!this.m){const{x:t,y:e}=this.transformOrigin();let r=0,s=0;if(this.parent?.dDegree||this.parent?.dScaleX!==1||this.parent?.dScaleY!==1){const o=this.transformOrigin(!0);r=o.x,s=o.y}const i=new qt;i.translate(this.x+(this.parent?.dX||0),this.y+(this.parent?.dY||0)),i.rotate(this.degree,t,e),i.scale(this.scaleX,this.scaleY,t,e),this.parent?.dDegree&&i.rotate(this.parent.dDegree,r,s),(this.parent?.dScaleX!==1||this.parent?.dScaleY!==1)&&i.scale(this.parent?.dScaleX||1,this.parent?.dScaleY||1,r,s),this.m=i}return(this.shouldUpdateTransformPathD||!this.cachedTransformedPathD)&&(this.cachedTransformedPathD=this.pathD().transform({m:this.m}),this.shouldUpdateTransformPathD=!1),this.cachedTransformedPathD}getBaseOptions(){return{initD:this.initD,attrs:{...this.attrs},style:{...this.style},centerX:this.initCenterX,centerY:this.initCenterY,x:this._x,y:this._y,degree:this._degree,scaleX:this._scaleX,scaleY:this._scaleY,vx:this.vx,vy:this.vy,ax:this.ax,ay:this.ay,mass:this.mass,interactive:this.interactive,drag:{...this.drag}}}clone(){return this.cloneShape()}cloneShape(){return new au(this.getBaseOptions())}update(t){this.shouldUpdatePathD=!0}toSVGEl(){return null}toSVGPathData(){return[]}toSVGPathD(){return this.pathD().toSVGPathD()}toCanvasContext(t){this.pathD().toCanvasContext(t)}getBoundingClientRect(t=2){return this.pathD().getBoundingClientRect(t)}getRealBoundingClientRect(t=2){return this.transformPathD().getBoundingClientRect(t)}getBoundingClientRectCenter(t=2){return this.pathD().getBoundingClientRectCenter(t)}getRealBoundingClientRectCenter(t=2){return this.transformPathD().getBoundingClientRectCenter(t)}transformOrigin(t=!1,e=2){let r=0,s=0;if(this.parent&&!t){const i=this.parent.combo.getBoundingClientRectCenter(e);r=i.x-this.parent.dX,s=i.y-this.parent.dY}else if(typeof this.initCenterX>"u"&&typeof this.initCenterY>"u"){const i=this.getBoundingClientRectCenter(e);r=i.x,s=i.y}else r=this.initCenterX||0,s=this.initCenterY||0;return{x:r,y:s}}isPointInPath(t,e,r){if(t instanceof sh)return t.isPointInPath(new Path2D(this.toSVGPathD()),e,r);if(this.el instanceof SVGGeometryElement){const s=this.el.getCTM();if(s){const i=s.inverse();return this.el.isPointInFill({x:i.a*e+i.c*r+i.e,y:i.b*e+i.d*r+i.f})}}return!1}isPointInStroke(t,e,r){if(t instanceof sh)return t.isPointInStroke(new Path2D(this.toSVGPathD()),e,r);if(this.el instanceof SVGGeometryElement){const s=this.el.getCTM();if(s){const i=s.inverse();return this.el.isPointInStroke({x:i.a*e+i.c*r+i.e,y:i.b*e+i.d*r+i.f})}}return!1}setStyle(t){Object.assign(this.style,t),this.shouldUpdateStyleInDraw=!0}setAttr(t,e){if(typeof t!="string")for(const r in t){const s=t[r];s&&s!=this.getAttr(r)&&(this.attrs[jt(r)]=s,this.shouldUpdateAttrsInDraw=!0)}else e&&e!=this.getAttr(t)&&(this.attrs[jt(t)]=e,this.shouldUpdateAttrsInDraw=!0)}getAttr(t,e){return this.attrs[t]||this.attrs[jt(t)]||e}hasAttr(t){return!!this.getAttr(t)}animate(t){this.vx+=this.ax,this.vy+=this.ay;const e=t?.gravity||0;this.vy+=e;const r=t?.friction||1;this.vx*=r,this.vy*=r,this.move(this.vx,this.vy)}animateEaseTo(t,e){const r=e?.easing||.05,s=t.x-this.x,i=t.y-this.y;this.vx=s*r,this.vy=i*r,this.animate(e)}animateSpringTo(t,e){const r=e?.spring||.03;(Array.isArray(t)?t:[t]).forEach(s=>{const i=s.x-this.x,o=s.y-this.y,a=i*r,c=o*r;this.vx+=a,this.vy+=c}),this.animate({friction:.9,...e})}getSpringMassAlphaTo(t,e){const r=e?.springLength||100,s=e?.spring||5e-4,i=t.x-this.x,o=t.y-this.y,a=Math.sqrt(i*i+o*o);if(a<r){const c=i*s,h=o*s;return this.vx+=c/this.mass,this.vy+=h/this.mass,t.vx-=c/t.mass,t.vy-=h/t.mass,1-a/r}return 0}followTo(t,e=3){this.rotateTo(Gt(ge(this.x,this.y,t.x,t.y)));const{dx:r,dy:s}=En(pt(this.degree),e);this.vx=r,this.vy=s,this.animate()}followAccelerationTo(t,e=.05){this.rotateTo(Gt(ge(this.x,this.y,t.x,t.y)));const{dx:r,dy:s}=En(pt(this.degree),e);this.ax=r,this.ay=s,this.animate()}gravitateTo(t){const e=t.x-this.x,r=t.y-this.y,s=e*e+r*r,i=Math.sqrt(s),o=this.mass*t.mass/s,a=o*e/i,c=o*r/i;this.vx+=a/this.mass,this.vy+=c/this.mass,t.vx-=a/t.mass,t.vy-=c/t.mass}checkCollision(t){const e=t.x-this.x,r=t.y-this.y,s=Math.sqrt(e*e+r*r),{x:i,y:o,width:a,height:c}=t.getBoundingClientRect(),{x:h,y:u}=t.getBoundingClientRectCenter(),{x:l,y:d,width:f,height:p}=this.getBoundingClientRect(),{x:m,y:v}=this.getBoundingClientRectCenter();if(s<Math.abs(h-i)+Math.abs(m-l)||s<Math.abs(u-o)+Math.abs(v-d)){const g=Math.atan2(r,e),b={x:0,y:0},x=Ie(-g,e,r),w=Ie(-g,this.vx,this.vy),C=Ie(-g,t.vx,t.vy),E=w.x-C.x;w.x=((this.mass-t.mass)*w.x+2*t.mass*C.x)/(this.mass+t.mass),C.x=E+w.x;const O=Math.abs(w.x)+Math.abs(C.x),U=this.ballRadius+t.ballRadius-Math.abs(b.x-x.x);b.x+=w.x/O*U,x.x+=C.x/O*U;const R=Ie(g,b.x,b.y),j=Ie(g,x.x,x.y);t.moveTo(this.x+j.x,this.y+j.y),this.moveTo(this.x+R.x,this.y+R.y);const H=Ie(g,w.x,w.y),V=Ie(g,C.x,C.y);this.vx=H.x,this.vy=H.y,t.vx=V.x,t.vy=V.y}}checkWall(t){if(!t?.wall)return;const e=typeof t.wall.bounce=="number"?t.wall.bounce:-1,r=t.wall.x,s=t.wall.y,i=t.wall.x+t.wall.width,o=t.wall.y+t.wall.height,{x:a,y:c,width:h,height:u}=this.getBoundingClientRect();t.wall.cycle||!1?(this.x+a>i?this.moveXTo(r-(a+h)):this.x+a+h<r&&this.moveXTo(i-a),this.y+c>o?this.moveYTo(s-(c+u)):this.y+c+u<s&&this.moveYTo(o-c)):(this.x+a+h>i?(this.moveXTo(i-(a+h)),this.vx*=e):this.x+a<r&&(this.moveXTo(r+(a+h)),this.vx*=e),this.y+c+u>o?(this.moveYTo(o-(c+u)),this.vy*=e):this.y+c<s&&(this.moveYTo(s+(c+u)),this.vy*=e))}getTotalLength(){return this.transformPathD().getTotalLength()}getPointAtLength(t){return this.transformPathD().getPointAtLength(t)}interpolate(t){return this.transformPathD().interpolate(t)}trailPath(t=0,e=1){const r=this.getTotalLength(),s=t*r,i=e*r;return{subPathD:this.transformPathD().getSubPathD(s,i),point:this.getPointAtLength(i)}}strokeDashTween(t=1e3,e){const r=this.pathD().getTotalLength();this.setAttr({strokeDasharray:`${r} ${r}`,strokeDashoffset:`${r}`});const s=e?.onUpdate,i=new ts({frameDuration:t});i.addTween({offset:r},{offset:0},Object.assign(e||{},{onUpdate:(o,a)=>{this.setAttr("strokeDashoffset",""+tt(o.offset,2)),s?.(o,a)}})),i.play()}static generateRosetta(t,e,r,s,i){if(i==0)throw new Error("no dividing by zero, please");const o=[],a=360/i;for(let c=0;c<i;c+=1){const h=a*c*Math.PI/180,u=t+2*r*Math.cos(h),l=e+2*r*Math.sin(h);o.push(new Zc({x:t,y:e,rx:r,ry:s,xAxisRotate:a*c,largeArcFlag:1,sweepFlag:1,toX:u,toY:l})),o.push(new Zc({x:u,y:l,rx:r,ry:s,xAxisRotate:a*c,largeArcFlag:1,sweepFlag:1,toX:t,toY:e}))}return new au({initD:ae.fromLines(o)})}};class fe{shapes=[];svg;forceWidth;attrs={};style={};initCenterX;initCenterY;x;y;degree;scaleX;scaleY;interactive;drag;constructor(t){if(this.initCenterX=t?.centerX,this.initCenterY=t?.centerY,this.x=t?.x||0,this.y=t?.y||0,this.degree=t?.degree||0,this.scaleX=1,this.scaleY=1,t?.scale!==void 0&&(this.scaleX=t.scale,this.scaleY=t.scale),t?.scaleX!==void 0&&(this.scaleX=t.scaleX),t?.scaleY!==void 0&&(this.scaleY=t.scaleY),t?.attrs&&this.setAttr(t.attrs),t?.style&&this.setStyle(t.style),this.interactive=typeof t?.interactive=="boolean"?t?.interactive:!0,this.drag=t?.drag,this.svg=t?.svg,this.forceWidth=t?.forceWidth,t?.svg){this.initCenterX=0,this.initCenterY=0;let e=0,r=0,s=0,i=0;const o=new sm(t.svg).parse();for(let a=0,c=o.length;a<c;a++){const h=o[a];if(h.type=="viewbox"&&h.width&&h.height){if(e=parseFloat(h.width),r=parseFloat(h.height),t.forceWidth){const p=e/r;s=t.forceWidth,i=s/p}else s=e,i=r;continue}if(h.type!="path"||!tc(h.path))continue;const u={};for(const p in h)p==="type"||p==="path"||p==="transform"||(u[p]=h[p]);const l=xi(vi(h.path)),d=[];let f=[];for(let p=0,m=l.length;p<m;p++){const v=l[p];f.push(v),v[0].toLowerCase()=="z"&&(d.push(f),f=[])}f.length&&d.push(f),d.forEach(p=>{const m=new Nt({attrs:u,initD:p});if(h.transform){const g=fm(h.transform).split();m.moveTo(g.x,g.y),m.rotateTo(g.degree),m.scaleTo(g.scaleX,g.scaleY)}this.addShape(m)})}s&&e&&i&&r&&this.comboScale(s/e,i/r,!0)}}destroy(){this.shapes.forEach(t=>t.destroy())}getBaseOptions(){return{svg:this.svg,forceWidth:this.forceWidth,attrs:{...this.attrs},style:{...this.style},centerX:this.initCenterX,centerY:this.initCenterY,x:this.x,y:this.y,degree:this.degree,scaleX:this.scaleX,scaleY:this.scaleY,interactive:this.interactive,drag:{...this.drag}}}clone(){const t=this.cloneShapeCombo();return t.shapes=this.shapes.map(e=>{const r=e.clone();return e.parent&&(r.parent={...e.parent,combo:t}),r}),t}cloneShapeCombo(){return new fe(this.getBaseOptions())}update(t){this.shapes.forEach(e=>e.update(t))}addShape(t,e){e?.notCopyFromCombo!==!0&&(t.setAttr(this.attrs),t.setStyle(this.style),t.interactive=t.interactive||this.interactive,t.drag={...this.drag,...t.drag}),t.parent={combo:this,dX:e?.dX||0,dY:e?.dY||0,dDegree:e?.dDegree||0,dScaleX:e?.dScaleX||1,dScaleY:e?.dScaleY||1},this.shapes.push(t)}comboMove(t,e,r=!1){r||(this.x+=t,this.y+=e),this.shapes.forEach(s=>{s.move(t,e)})}comboRotate(t,e=!1){e||(this.degree+=t),this.shapes.forEach(r=>{r.rotate(t)})}comboScale(t,e,r=!1){r||(this.scaleX*=t,this.scaleY*=e||t),this.shapes.forEach(s=>{s.scale(t,e)})}comboTransform(t,e=!1){(typeof t?.x=="number"||typeof t?.y=="number")&&this.comboMove(t?.x||0,t?.y||0,e),typeof t?.degree=="number"&&this.comboRotate(t?.degree||0,e),(typeof t?.scale=="number"||typeof t?.scaleX=="number"||typeof t?.scaleY=="number")&&this.comboScale(t?.scaleX||t?.scale||1,t?.scaleY||t?.scale||1,e)}getBoundingClientRect(t=2){const e=[],r=[];if(this.shapes.forEach(c=>{const h=c.getBoundingClientRect(t);e.push(h.x,h.x+h.width),r.push(h.y,h.y+h.height)}),e.length==0||r.length==0)return{x:0,y:0,width:0,height:0};const s=Math.min(...e),i=Math.min(...r),o=Math.max(...e),a=Math.max(...r);return{x:tt(s,t),y:tt(i,t),width:tt(o-s,t),height:tt(a-i,t)}}getBoundingClientRectCenter(t=2){if(typeof this.initCenterX=="number"&&typeof this.initCenterY=="number")return{x:this.initCenterX,y:this.initCenterY};const e=this.getBoundingClientRect(t);return{x:tt(e.x+e.width*.5,t),y:tt(e.y+e.height*.5,t)}}setStyle(t){Object.assign(this.style,t),this.shapes.forEach(e=>{e.setStyle(t)})}setAttr(t,e){if(typeof t!="string"){for(const r in t){const s=t[r];s&&s!=this.getAttr(r)&&(this.attrs[jt(r)]=s)}this.shapes.forEach(r=>{r.setAttr(t)})}else e&&e!=this.getAttr(t)&&(this.attrs[jt(t)]=e,this.shapes.forEach(r=>{r.setAttr(t,e)}))}getAttr(t,e){return this.attrs[t]||this.attrs[jt(t)]||e}hasAttr(t){return!!this.getAttr(t)}sort(){this.shapes.map(t=>({shape:t,perimeter:t.transformPathD().getPolymorphPointsPerimeter()})).sort((t,e)=>e.perimeter-t.perimeter).map(t=>t.shape)}expendTo(t){const e=t.shapes.length,r=this.shapes.length;if(e<r)return t.expendTo(this);for(let s=r;s<e;s++){const i=t.shapes[s];this.addShape(new Nt({initD:i.pathD().clone()}),{dX:i.x-this.x,dY:i.y-this.y,dDegree:i.degree-this.degree,dScaleX:i.scaleX/this.scaleX,dScaleY:i.scaleY/this.scaleY,notCopyFromCombo:!0})}}strokeDashTween(t,e){switch(e?.type){case"sequence":this.shapes.forEach((o,a)=>{o.strokeDashTween(t,{...e,delay:a,onStart:()=>{a==0&&e?.onGroupStart?.()},onUpdate:()=>{e?.onGroupUpdate?.()},onComplete:()=>{a==this.shapes.length-1&&e?.onGroupComplete?.()}})});break;case"parallel":default:const r=new ts({frameDuration:t}),s={},i={};this.shapes.forEach((o,a)=>{const c=o.pathD().getTotalLength();s[`offset_${a}`]=c,i[`offset_${a}`]=0,o.setAttr({strokeDasharray:`${c} ${c}`,strokeDashoffset:`${c}`})}),r.addTween(s,i,Object.assign(e||{},{onStart:()=>{e?.onGroupStart?.()},onUpdate:(o,a)=>{for(const c in o){const h=Bo(c).number;this.shapes[h].setAttr("strokeDashoffset",""+tt(o[c],2))}e?.onGroupUpdate?.()},onComplete:()=>{e?.onGroupComplete?.()}})),r.play();break}}}function C2(n,t,e=5){const r=Fo(e);(!r(n.x,t.current.x)||!r(n.y,t.current.y))&&n.followTo(t.current)}function T2(n,t,e){n.drag&&n.drag.enable&&!n.isDragging&&n.animateEaseTo(t,e)}function P2(n,t){const e=[],r=n.length;for(let s=0;s<r;s++){const i=n[s];if(t?.springLength){const o=t?.springLength||100;i.isDragging||n.filter(a=>a.id!==i.id).forEach(a=>{const c=ge(i.x,i.y,a.x,a.y);i.animateSpringTo({x:a.x-Math.cos(c)*o,y:a.y-Math.sin(c)*o},t)})}else t?.spring?s>0&&i.animateSpringTo(n[s-1],t):i.animate(t);if(t?.wall&&i.checkWall(t),t?.enableCollision||t?.enableGravityBetweenObjects||t?.enableSpringMassAlpha)for(let o=s+1;o<r;o++)t?.enableCollision&&i.checkCollision(n[o]),t?.enableGravityBetweenObjects&&i.gravitateTo(n[o]),t?.enableSpringMassAlpha&&e.push([i.x,i.y,n[o].x,n[o].y,i.getSpringMassAlphaTo(n[o],t)])}return e}function am(n){if(n.length<2)throw new Error("shapes个数必须大于等于2");const t=n.length-1,e=new Array(t);for(let s=0;s<t;s++){const i=n[s].transformPathD(),o=n[s+1].transformPathD(),a=i.getPolymorphPoints(),c=o.getPolymorphPoints(),h=a.length>=c.length?a:c;e[s]=ae.getInterpolator(i.expendToPolymorphPoints(h),o.expendToPolymorphPoints(h))}const r=new Nt({initD:""});return s=>{const i=tt(t*s,6),o=Math.min(Math.floor(i),t-1),a=tt(i-o,6);return r.pathD(e[o](a)),r.setAttr(n[o+1].attrs),r}}function A2(n){if(n.length<2)throw new Error("shapeCombos个数必须大于等于2");let t;const e=[];n.forEach(o=>{let a;o instanceof fe?(a=o,a.sort()):(a=new fe,a.addShape(o)),e.push(a),(!t||t.shapes.length<a.shapes.length)&&(t=a)});const r=[];e.forEach((o,a)=>{o!==t&&o.expendTo(t),o.shapes.forEach((c,h)=>{r[h]=r[h]||[],r[h][a]=c})});const s=[];r.forEach(o=>{s.push(am(o))});const i=new fe;return s.forEach(o=>{i.addShape(o(0))}),o=>(s.forEach(a=>{a(o)}),i)}function M2(n,t=6e3,e){const r=n.findIndex(a=>a instanceof fe)>=0?A2(n):am(n),s=r(0),i=e?.onUpdate,o=new ts({frameDuration:t});return o.addTween({t:0},{t:1},Object.assign(e||{},{onUpdate:(a,c)=>{i?.(a,c),r(a.t),e?.shapeOrCombo?.(s,a.t)}})),o.play(),s}class D2{PARENT_EL;SVG_EL=null;CANVAS_EL=null;ctx=null;rect={x:0,y:0,width:0,height:0};size$=new ui(null);resizeSubscription;mpg=er();mouseSubscription;shapes=[];shapeTap$=new ui(null);tapSubscription;lastMouseInShapeId="";draggingShapeId="";prevCursor="default";constructor(t=document.documentElement,e="canvas",r=!1){this.PARENT_EL=t,(e=="svg"||e=="canvas")&&vm(this.PARENT_EL),e=="svg"&&(this.SVG_EL=Tn("svg"),Cr(this.PARENT_EL,this.SVG_EL)),e=="canvas"&&(this.CANVAS_EL=Em("canvas"),Cr(this.PARENT_EL,this.CANVAS_EL)),this.resizeSubscription=Nh(this.PARENT_EL).subscribe(s=>{this.rect.x=s.x,this.rect.y=s.y,this.rect.width=s.width,this.rect.height=s.height,this.SVG_EL&&yn(this.SVG_EL,{viewBox:`0 0 ${this.rect.width} ${this.rect.height}`,width:`${this.rect.width}`,height:`${this.rect.height}`}),this.CANVAS_EL&&(yn(this.CANVAS_EL,{width:`${this.rect.width}`,height:`${this.rect.height}`}),this.ctx=new sh(this.CANVAS_EL,this.rect.width,this.rect.height,r)),this.size$.next(s)}),this.mouseSubscription=Hm(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL,{createMousePoint:this.mpg}).subscribe(()=>{}),this.tapSubscription=Lm(this.PARENT_EL).subscribe(s=>{for(const i of this.shapes)if(i.isMouseIn){this.shapeTap$.next(i);break}})}destroy(){this.resizeSubscription.unsubscribe(),this.mouseSubscription.unsubscribe(),this.tapSubscription.unsubscribe()}setCursor(t="default"){t!=this.prevCursor&&(this.PARENT_EL.style.cursor=t,this.prevCursor=t)}draw(...t){if(t.length){const e=[];t.forEach(r=>{r instanceof fe?e.push(...r.shapes):e.push(r)}),this.SVG_EL&&this.shapes.filter(r=>e.findIndex(s=>s.id==r.id)==-1).forEach(r=>{r.el&&(r.el.remove(),delete r.el)}),_g(this.shapes,e)}this.ctx&&this.ctx.clearRect(),this.lastMouseInShapeId="",this.mpg.current.isDown||(this.draggingShapeId="");for(const e of this.shapes){const{x:r,y:s}=e.transformOrigin();let i=0,o=0;if(e.parent?.dDegree||e.parent?.dScaleX!==1||e.parent?.dScaleY!==1){const a=e.transformOrigin(!0);i=a.x,o=a.y}if(e.shouldUpdatePathD&&e.pathD(),this.SVG_EL){if(!e.el||e.shouldUpdateSVGElInDraw){const a=e.toSVGEl();e.el?a&&(e.el.remove(),e.el=a,Cr(this.SVG_EL,e.el),yn(e.el,{id:e.id})):(e.el=a||Qa(),Cr(this.SVG_EL,e.el),yn(e.el,{id:e.id})),Df(e.el)&&yn(e.el,{d:e.toSVGPathD()}),e.shouldUpdateSVGElInDraw=!1,e.shouldUpdateAttrsInDraw=!0,e.shouldUpdateStyleInDraw=!0,e.shouldUpdateMInDraw=!0}if(e.shouldUpdateAttrsInDraw&&(vu(e.attrs)||yn(e.el,e.attrs),e.shouldUpdateAttrsInDraw=!1),e.shouldUpdateStyleInDraw&&(vu(e.style)||lr(e.el,e.style),e.shouldUpdateStyleInDraw=!1),e.shouldUpdateMInDraw||!e.m){const a=new qt;a.translate(e.x+(e.parent?.dX||0),e.y+(e.parent?.dY||0)),a.rotate(e.degree,r,s),a.scale(e.scaleX,e.scaleY,r,s),e.parent?.dDegree&&a.rotate(e.parent.dDegree,i,o),(e.parent?.dScaleX!==1||e.parent?.dScaleY!==1)&&a.scale(e.parent?.dScaleX||1,e.parent?.dScaleY||1,i,o),yn(e.el,{transform:a.toString()}),e.m=a,e.shouldUpdateMInDraw=!1}}if(this.ctx&&(this.ctx.save(),this.ctx.translate(e.x+(e.parent?.dX||0),e.y+(e.parent?.dY||0)),this.ctx.rotate(pt(e.degree),r,s),this.ctx.scale(e.scaleX,e.scaleY,r,s),e.parent?.dDegree&&this.ctx.rotate(pt(e.parent.dDegree),i,o),(e.parent?.dScaleX!==1||e.parent?.dScaleY!==1)&&this.ctx.scale(e.parent?.dScaleX||1,e.parent?.dScaleY||1,i,o),e.m=this.ctx.currentMatrix,Fl(this.ctx,e.attrs),e.toCanvasContext(this.ctx),this.ctx.hasSetCustomStrokeStyle&&this.ctx.stroke(),this.ctx.hasSetCustomFillStyle&&this.ctx.fill()),e.interactive?this.SVG_EL?e.isMouseIn=e.isPointInPath(this.SVG_EL,this.mpg.current.x,this.mpg.current.y)||e.isPointInStroke(this.SVG_EL,this.mpg.current.x,this.mpg.current.y):this.ctx?e.isMouseIn=e.isPointInPath(this.ctx,this.mpg.current.x,this.mpg.current.y)||e.isPointInStroke(this.ctx,this.mpg.current.x,this.mpg.current.y):e.isMouseIn=!1:e.isMouseIn=!1,e.isMouseIn&&(this.setCursor("pointer"),this.lastMouseInShapeId=e.id),e.isDragging=e.id==this.draggingShapeId,this.mpg.current.isDown&&(e.isDragging||!this.draggingShapeId&&e.isMouseIn&&e.drag&&e.drag.enable)){this.setCursor("grabbing"),e.isDragging=!0,this.draggingShapeId=e.id;let a=this.mpg.current.x-this.mpg.start.x,c=this.mpg.current.y-this.mpg.start.y;if(a||c){if(e.drag&&e.drag.enable&&e.drag.alongPath){const h=e.drag.alongPath.transform({m:e.m}).closestPoint(this.mpg.current.x,this.mpg.current.y);a=h.point.x-e.x,c=h.point.y-e.y}(a||c)&&(e.move(a,c),e.parent?.combo.shapes.forEach(h=>{h.drag?.followSibling&&h!==e&&h.move(a,c)}))}this.mpg.setStart(this.mpg.current)}else e.isMouseIn&&e.drag&&e.drag.enable&&this.setCursor("grab");this.ctx&&this.ctx.restore()}!this.lastMouseInShapeId&&!this.draggingShapeId&&this.setCursor("default")}clear(){this.shapes.forEach(t=>{t.el&&(t.el.remove(),delete t.el)}),this.ctx&&this.ctx.clearRect(),this.shapes=[]}drawMouseMoveLine(t){const e=t?.brushSize||4,r=t?.brushColor||"#000000";let s=!1;const i=mo(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL,{start:()=>{s=!1,this.ctx&&(this.ctx.save(),this.ctx.lineWidth=e,this.ctx.strokeStyle=r,this.ctx.beginPath())},end:()=>{this.ctx&&this.ctx.restore()}}).subscribe(o=>{this.ctx&&(s?this.ctx.lineTo(o.current.x,o.current.y):(s=!0,this.ctx.moveTo(o.current.x,o.current.y)),this.ctx.stroke())});return()=>{i.unsubscribe()}}drawMouseMoveBrush(t){const e=t?.brushSize||10,r=t?.brushDensity||50,s=t?.brushColor||"#000000",i=new Pe(s),o=i.r,a=i.g,c=i.b,h=mo(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL).subscribe(u=>{if(this.ctx){const l=this.ctx.getImageData(0,0,this.ctx.canvas.width,this.ctx.canvas.height),d=l.data;for(let f=0;f<r;f++){const p=Math.random()*Math.PI*2,m=Math.random()*e,v=u.current.x+Math.cos(p)*m|0,g=u.current.y+Math.sin(p)*m|0,b=(v+g*l.width)*4;d[b]=o,d[b+1]=a,d[b+2]=c,d[b+3]=255}this.ctx.putImageData(l)}});return()=>{h.unsubscribe()}}downloadSVG=()=>{this.SVG_EL&&Of(this.SVG_EL)}}class tr extends Nt{lineLength;startColor;endColor;constructor(t){super({...t,centerX:0,centerY:0}),this.lineLength=t?.lineLength||0,this.startColor=t?.startColor,this.endColor=t?.endColor,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.startColor||this.getAttr("stroke")||"#000000"})}cloneShape(){return new tr({...super.getBaseOptions(),lineLength:this.lineLength,startColor:this.startColor,endColor:this.endColor})}lineToAbsolutePoint(t){const e=Gt(ge(this.x,this.y,t.x,t.y)),r=Sn(this.x,this.y,t.x,t.y);(e!=this.degree||r!=this.lineLength)&&(e!=this.degree&&this.rotateTo(e),r!=this.lineLength&&(this.lineLength=r),this.shouldUpdatePathD=!0)}enableGradient(t,e){this.startColor=t,this.endColor=e,this.setAttr({stroke:this.startColor})}disableGradient(t){this.startColor=t,this.endColor=void 0,this.setAttr({stroke:this.startColor})}getBoundingClientRect(){return{x:0,y:0,width:this.lineLength,height:parseFloat(this.getAttr("strokeWidth"))}}toSVGPathData(){return[["m",0,0],["l",this.lineLength,0]]}toCanvasContext(t){this.startColor&&this.endColor&&this.setAttr({stroke:t.createLinearGradient(0,0,this.lineLength,0,{0:this.startColor,1:this.endColor})}),t.beginPath(),t.moveTo(0,0),t.lineTo(this.lineLength,0)}intersection(t){const e=this.transformPathD().normalizedLines[0],r=t.transformPathD().normalizedLines[0];return e.intersection(r)}}class ih extends Nt{cx;cy;toX;toY;isLineThrough;constructor(t){super(t),this.cx=t?.cx||0,this.cy=t?.cy||0,this.toX=t?.toX||0,this.toY=t?.toY||0,this.isLineThrough=typeof t?.isLineThrough=="boolean"?t.isLineThrough:!1,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.getAttr("stroke")||"#000000"})}cloneShape(){return new ih({...super.getBaseOptions(),cx:this.cx,cy:this.cy,toX:this.toX,toY:this.toY,isLineThrough:this.isLineThrough})}update(t){typeof t.cx=="number"&&(this.cx=t.cx,this.shouldUpdatePathD=!0),typeof t.cy=="number"&&(this.cy=t.cy,this.shouldUpdatePathD=!0),typeof t.toX=="number"&&(this.toX=t.toX,this.shouldUpdatePathD=!0),typeof t.toY=="number"&&(this.toY=t.toY,this.shouldUpdatePathD=!0),typeof t.isLineThrough=="boolean"&&(this.isLineThrough=t.isLineThrough,this.shouldUpdatePathD=!0)}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(0+this.toX)/2,e=this.cy*2-(0+this.toY)/2;return[["m",0,0],["q",t,e,this.toX,this.toY]]}else return[["m",0,0],["q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(t.beginPath(),t.moveTo(0,0),this.isLineThrough){const e=this.cx*2-(0+this.toX)/2,r=this.cy*2-(0+this.toY)/2;t.quadraticCurveTo(e,r,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}}class ao extends Nt{points;isStraight;constructor(t){super(t),this.points=t?.points||[],this.isStraight=typeof t?.isStraight=="boolean"?t.isStraight:!0,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.getAttr("stroke")||"#000000"})}cloneShape(){return new ao({...super.getBaseOptions(),points:[...this.points],isStraight:this.isStraight})}update(t){"points"in t&&(this.points=[...t.points||this.points],this.shouldUpdatePathD=!0),typeof t.isStraight=="boolean"&&(this.isStraight=t.isStraight,this.shouldUpdatePathD=!0)}toSVGPathData(){const t=[];if(this.points.length<3)return t;const e=this.points.length;if(this.isStraight){t.push(["m",this.points[0].x,this.points[0].y]);for(let r=1;r<=e-1;r++)t.push(["l",this.points[r].x-this.points[r-1].x,this.points[r].y-this.points[r-1].y]);t.push(["z"])}else{const r=(this.points[0].x+this.points[e-1].x)/2,s=(this.points[0].y+this.points[e-1].y)/2;let i=r,o=s;t.push(["m",i,o]);for(let a=0;a<e-1;a++){const c=(this.points[a].x+this.points[a+1].x)/2,h=(this.points[a].y+this.points[a+1].y)/2;t.push(["q",this.points[a].x-i,this.points[a].y-o,c-i,h-o]),i=c,o=h}t.push(["q",this.points[e-1].x-i,this.points[e-1].y-o,r-i,s-o])}return t}toCanvasContext(t){if(this.points.length<3)return;t.beginPath();const e=this.points.length;if(this.isStraight){t.moveTo(this.points[0].x,this.points[0].y);for(let r=1;r<=e-1;r++)t.lineTo(this.points[r].x,this.points[r].y);t.closePath()}else{const r=(this.points[0].x+this.points[e-1].x)/2,s=(this.points[0].y+this.points[e-1].y)/2;t.moveTo(r,s);for(let i=0;i<e-1;i++){const o=(this.points[i].x+this.points[i+1].x)/2,a=(this.points[i].y+this.points[i+1].y)/2;t.quadraticCurveTo(this.points[i].x,this.points[i].y,o,a)}t.quadraticCurveTo(this.points[e-1].x,this.points[e-1].y,r,s)}}isPointInShape(t){const e=this.points.length;let r=!1;const s=2e-10;for(let i=0,o=e-1;i<e;o=i,i++){const a=this.points[i].x,c=this.points[i].y,h=this.points[o].x,u=this.points[o].y;if(a===t.x&&c===t.y||h===t.x&&u===t.y||t.y===c&&t.y===u)return!0;if(t.y>=c&&t.y<u||t.y<c&&t.y>=u){const l=(h-a)/(u-c),d=a+l*(t.y-c);if(d===t.x||Math.abs(d-t.x)<s)return!0;d>t.x&&(r=!r)}}return r}[Symbol.iterator](){let t=-1;return{next:()=>({value:t<=this.points.length-1?this.points[++t]:void 0,done:t>=this.points.length})}}static generate(t,e,r,s){const i=[];for(let o=0;o<s;o++){const a=o/s*2*Math.PI,{dx:c,dy:h}=En(a,r);i.push({x:t+c,y:e+h})}return new ao({points:i})}}class oh extends fe{length=100;constructor(t){super(t);const e=new tr({drag:{followSibling:!0},lineLength:this.length});this.addShape(e);const r=new tr({drag:{followSibling:!0},lineLength:20+Math.random()*20});this.addShape(r,{dX:90-Math.random()*40,dDegree:Math.random()*70});const s=new tr({drag:{followSibling:!0},lineLength:20+Math.random()*20});this.addShape(s,{dX:90-Math.random()*40,dDegree:-Math.random()*70}),this.comboRotate(-90,!0)}cloneShapeCombo(){return new oh(super.getBaseOptions())}}class Sr extends Nt{ballRadius;constructor(t){super(t),this.ballRadius=t?.ballRadius||0}cloneShape(){return new Sr({...super.getBaseOptions(),ballRadius:this.ballRadius})}update(t){typeof t.ballRadius=="number"&&(this.ballRadius=t.ballRadius,this.shouldUpdatePathD=!0)}getBoundingClientRect(){return{x:-this.ballRadius,y:-this.ballRadius,width:this.ballRadius*2,height:this.ballRadius*2}}toSVGEl(){const t=Tn("circle");return this.setAttr({cx:"0",cy:"0",r:String(this.ballRadius)}),t}toSVGPathData(){return this.ballRadius?[["m",0,-this.ballRadius],["a",this.ballRadius,this.ballRadius,0,1,1,0,2*this.ballRadius],["a",this.ballRadius,this.ballRadius,0,1,1,0,-2*this.ballRadius],["z"]]:[["m",0,0]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.ballRadius,0,Math.PI*2,!0),t.closePath()}eq(t){return this.x===t.x&&this.y===t.y&&this.ballRadius===t.ballRadius&&this.mass===t.mass}midPointBtw(t){return{x:this.x+(t.x-this.x)/2,y:this.y+(t.y-this.y)/2}}length(){return gr(this.x,this.y)}scalar(t){return this.moveTo(this.x*t,this.y*t),this}normalize(t=1){const e=this.length();if(e){const r=t/e;this.scalar(r)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,r=this.y;return{x:r*t.x-e*t.y,y:e*t.y-r*t.x}}multiply(t){return{x:this.x*t.x,y:this.y*t.y}}div(t){return{x:this.x/t.x,y:this.y/t.y}}add(t){return{x:this.x+t.x,y:this.y+t.y}}sub(t){return{x:this.x-t.x,y:this.y-t.y}}dot(t){return this.x*t.x+this.y*t.y}reflect(t){const e=this.dot(t);return{x:this.x-2*e*t.x,y:this.y-2*e*t.y}}}class ah extends Nt{constructor(t){super(t)}cloneShape(){return new ah({...super.getBaseOptions()})}toSVGPathData(){return[["m",-50,-25],["l",50,0],["l",0,-25],["l",50,50],["l",-50,50],["l",0,-25],["l",-50,0],["l",0,-50],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(-50,-25),t.lineTo(0,-25),t.lineTo(0,-50),t.lineTo(50,0),t.lineTo(0,50),t.lineTo(0,25),t.lineTo(-50,25),t.lineTo(-50,-25),t.closePath()}}class In extends Nt{rectWidth;rectHeight;rectBorderRadius;constructor(t){super(t),this.rectWidth=t.rectWidth||0,this.rectHeight=t.rectHeight||0,this.rectBorderRadius=t.rectBorderRadius||0}cloneShape(){return new In({...super.getBaseOptions(),rectWidth:this.rectWidth,rectHeight:this.rectHeight,rectBorderRadius:this.rectBorderRadius})}update(t){typeof t.rectWidth=="number"&&(this.rectWidth=t.rectWidth,this.shouldUpdatePathD=!0),typeof t.rectHeight=="number"&&(this.rectHeight=t.rectHeight,this.shouldUpdatePathD=!0),typeof t.rectBorderRadius=="number"&&(this.rectBorderRadius=t.rectBorderRadius,this.shouldUpdatePathD=!0)}getBoundingClientRect(){return{x:0,y:0,width:this.rectWidth,height:this.rectHeight}}toSVGEl(){const t=Tn("rect");return this.setAttr({x:"0",y:"0",width:String(this.rectWidth),height:String(this.rectHeight),rx:String(this.rectBorderRadius),ry:String(this.rectBorderRadius)}),t}toSVGPathData(){return this.rectBorderRadius?[["m",this.rectBorderRadius,0],["l",this.rectWidth-this.rectBorderRadius*2,0],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,this.rectBorderRadius,this.rectBorderRadius],["l",0,this.rectHeight-this.rectBorderRadius*2],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,-this.rectBorderRadius,this.rectBorderRadius],["l",this.rectBorderRadius*2-this.rectWidth,0],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,-this.rectBorderRadius,-this.rectBorderRadius],["l",0,this.rectBorderRadius*2-this.rectHeight],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,this.rectBorderRadius,-this.rectBorderRadius],["z"]]:[["m",0,0],["l",this.rectWidth,0],["l",0,this.rectHeight],["l",-this.rectWidth,0],["z"]]}toCanvasContext(t){t.beginPath(),this.rectBorderRadius<=0?t.rect(0,0,this.rectWidth,this.rectHeight):(t.moveTo(0,this.rectBorderRadius),t.lineTo(0,this.rectHeight-this.rectBorderRadius),t.quadraticCurveTo(0,this.rectHeight,this.rectBorderRadius,this.rectHeight),t.lineTo(this.rectWidth-this.rectBorderRadius,this.rectHeight),t.quadraticCurveTo(this.rectWidth,this.rectHeight,this.rectWidth,this.rectHeight-this.rectBorderRadius),t.lineTo(this.rectWidth,this.rectBorderRadius),t.quadraticCurveTo(this.rectWidth,0,this.rectWidth-this.rectBorderRadius,0),t.lineTo(this.rectBorderRadius,0),t.quadraticCurveTo(0,0,0,this.rectBorderRadius)),t.closePath()}static fromCubicBezier(t,e,r,s,i,o,a,c){const u=new Wt({x:t,y:e,c1x:r,c1y:s,c2x:i,c2y:o,toX:a,toY:c}).getBoundingClientRect();return new In({x:u.x,y:u.y,rectWidth:u.width,rectHeight:u.height})}eq(t){return this.x===t.x&&this.y===t.y&&this.rectWidth===t.rectWidth&&this.rectHeight===t.rectHeight&&this.rectBorderRadius===t.rectBorderRadius}intersection(t){return!(this.x+this.rectWidth<t.x||t.x+t.rectWidth<this.x||this.y+this.rectHeight<t.y||t.y+t.rectHeight<this.y)}isPointInShape(t){return t.x>=this.x&&t.x<=this.x+this.rectWidth&&t.y>=this.y&&t.y<=this.y+this.rectHeight}}class ch extends Nt{rx;ry;constructor(t){super(t),this.rx=t?.heartRx||10,this.ry=t?.heartRy||10}cloneShape(){return new ch({...super.getBaseOptions(),heartRx:this.rx,heartRy:this.ry})}toSVGPathData(){return[["m",0,0],["l",this.rx*2.4,-this.ry*3.14],["a",this.rx/2,this.ry/2,0,0,0,-this.rx*2.4,-this.ry*1.5],["a",this.rx/2,this.ry/2,0,0,0,-this.rx*2.4,this.ry*1.5],["l",this.rx*2.4,this.ry*3.14],["z"]]}}class hh extends Nt{rx;ry;constructor(t){super(t),this.rx=t?.heartRx||50,this.ry=t?.heartRy||50}cloneShape(){return new hh({...super.getBaseOptions(),heartRx:this.rx,heartRy:this.ry})}toSVGPathData(){return[["m",0,0+this.ry*.3],["C",0,0,0-this.rx/2,0,0-this.rx/2,0+this.ry*.3],["C",0-this.rx/2,0+(this.ry+this.ry*.3)/2,0,0+(this.ry+this.ry*.3)/1.4,0,0+this.ry],["C",0,0+(this.ry+this.ry*.3)/1.8,0+this.rx/2,0+(this.ry+this.ry*.3)/2,0+this.rx/2,0+this.ry*.3],["C",0+this.rx/2,0,0,0,0,0+this.ry*.3],["z"]]}}class uh extends Nt{r;constructor(t){super(t),this.r=t?.starR||20}cloneShape(){return new uh({...super.getBaseOptions(),starR:this.r})}toSVGPathData(){const t=[["m",0,-this.r]];for(let e=0;e<6;e+=1){const r=288+e*144,s=this.r*Math.cos(pt(r)),i=this.r*Math.sin(pt(r));t.push(["l",s,i])}return t}}class lh extends Nt{constructor(t){super(t)}cloneShape(){return new lh({...super.getBaseOptions()})}toSVGPathData(){return[["m",4,24],["l",4,-8],["l",6,-6],["l",1,-10],["l",-6,-10],["l",-7,10],["l",-4,0],["l",-7,-10],["l",-6,10],["l",1,10],["l",6,6],["l",4,8],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(4,24),t.lineTo(8,16),t.lineTo(14,10),t.lineTo(15,0),t.lineTo(9,-10),t.lineTo(2,0),t.lineTo(-2,0),t.lineTo(-9,-10),t.lineTo(-15,0),t.lineTo(-14,10),t.lineTo(-8,16),t.lineTo(-4,24),t.closePath()}}class fh extends Nt{constructor(t){super(t)}cloneShape(){return new fh({...super.getBaseOptions()})}toSVGPathData(){return[["M",0,0],["C",15,0,15,-40,5,-30],["L",0,0],["C",-15,0,-15,-40,-5,-30],["L",0,0],["a",15,15,0,1,1,0,2*15],["a",15,15,0,1,1,0,-2*15]]}}class dh extends Nt{constructor(t){super({...t,initD:"m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z"})}cloneShape(){return new dh({...super.getBaseOptions()})}}class mh extends Nt{rx;ry;constructor(t){super(t),this.rx=t?.rx||0,this.ry=t?.ry||0}cloneShape(){return new mh({...super.getBaseOptions(),rx:this.rx,ry:this.ry})}getBoundingClientRect(){return{x:this.x-this.rx,y:this.y-this.ry,width:this.rx*2,height:this.ry*2}}toSVGEl(){const t=Tn("ellipse");return this.setAttr({cx:"0",cy:"0",rx:String(this.rx),ry:String(this.ry)}),t}toSVGPathData(){return[["m",0,-this.ry],["a",this.rx,this.ry,0,1,1,0,2*this.ry],["a",this.rx,this.ry,0,1,1,0,-2*this.ry],["z"]]}toCanvasContext(t){t.beginPath(),t.ellipse(0,0,this.rx,this.ry,0,0,2*Math.PI,!0),t.closePath()}}class ph extends fe{showFlame;flame;ship;constructor(t){super(t),this.showFlame=typeof t?.showFlame=="boolean"?t?.showFlame:!0,this.flame=new Nt({initD:[["M",-15,0],["L",-2.5,-5],["L",-2.5,5],["Z"]],drag:{followSibling:!0}}),this.showFlame&&this.addShape(this.flame),this.ship=new Nt({initD:[["M",10,0],["L",-10,10],["L",-5,0],["L",-10,-10],["L",10,0],["Z"]],drag:{followSibling:!0}}),this.addShape(this.ship)}cloneShapeCombo(){return new ph({...super.getBaseOptions(),showFlame:this.showFlame})}update(t){typeof t?.showFlame=="boolean"&&(this.shapes=[],this.showFlame=t?.showFlame,this.showFlame&&this.addShape(this.flame),this.addShape(this.ship))}}class gh extends fe{width;height;cornerRadius;constructor(t){super(t),this.width=t.segmentWidth,this.height=t.segmentHeight,this.cornerRadius=typeof t.segmentCornerRadius=="number"?t.segmentCornerRadius:this.height*.5;const e=new In({drag:{followSibling:!0},rectWidth:this.width+this.cornerRadius*2,rectHeight:this.height,rectBorderRadius:this.cornerRadius});this.addShape(e,{dX:0-this.cornerRadius,dY:0-this.height*.5});const r=new Sr({drag:{followSibling:!0},ballRadius:2});this.addShape(r);const s=new Sr({drag:{followSibling:!0},ballRadius:2});this.addShape(s,{dX:0+this.width})}cloneShapeCombo(){return new gh({...super.getBaseOptions(),segmentWidth:this.width,segmentHeight:this.height,segmentCornerRadius:this.cornerRadius})}getBoundingClientRectCenter(){return{x:0,y:0}}getPin(){const t=this.shapes[1];return{x:t.x+Math.cos(pt(t.degree))*this.width,y:t.y+Math.sin(pt(t.degree))*this.width}}}class yh extends fe{options;value$=new Ze;subscription;constructor(t){super(t),this.options=t;const e=t?.sliderMin||0,r=t?.sliderMax||100,s=t?.sliderStep||1,i=vg(e,r,s),o=i(typeof t?.sliderDefaultValue=="number"?Z(t.sliderDefaultValue,e,r):e);this.value$.next(o);const a=o/(r-e),c=t?.sliderWidth||100,h=t?.sliderHeight||4,u=h*.5,l=h*2.5,d=t?.sliderBackgroundColor||"#f5f5f5",f=t?.sliderForegroundColor||"#5a82f0",p=new In({rectWidth:c,rectHeight:h,rectBorderRadius:u,attrs:{fill:d},drag:{enable:!1}});this.addShape(p);const m=new In({rectWidth:c*a,rectHeight:h,rectBorderRadius:u,attrs:{fill:f},drag:{enable:!1}});this.addShape(m);const v=new Sr({x:c*a,y:u,ballRadius:l,attrs:{fill:f},drag:{enable:!0,alongPath:new ae([["m",0,0],["l",c,0]])}});this.addShape(v),this.subscription=v.transform$.subscribe(({dX:g})=>{console.log(g);const b=(v.x-p.x)/c;m.update({rectWidth:c*b}),this.value$.next(i(b*(r-e)+e))})}destroy(){super.destroy(),this.subscription.unsubscribe()}cloneShapeCombo(){return new yh({...super.getBaseOptions(),...this.options})}}class ws extends Nt{half;lineWidth;radius;startDegree;endDegree;percent=0;percentDegree=0;startColor;endColor;constructor(t){super(t),this.half=typeof t?.half=="boolean"?t?.half:!1,this.lineWidth=t.lineWidth;const e=t.width||0,r=t.height||0,s=(t.endDegree-t.startDegree-180)/2;if(t.radius)this.radius=t.radius;else if(this.half){const i=Math.min(e/2,r)-this.lineWidth;this.radius=Math.max(0,i-i*Math.sin(pt(s)))}else this.radius=Math.max(0,Math.min(e/2,r/2)-this.lineWidth);t.x||(this.x=e/2),t.y||(this.half?this.y=r-this.lineWidth-this.radius*Math.sin(pt(s)):this.y=r/2),t.forceCoordinate?(this.startDegree=t.startDegree,this.endDegree=t.endDegree):(this.startDegree=-90+t.startDegree,this.endDegree=-90+t.endDegree),this.startColor=t?.startColor,this.endColor=t?.endColor,this.setAttr({"stroke-linecap":"round","stroke-width":String(this.lineWidth),stroke:this.startColor||"#000000"}),this.setPercent(t.percent||1)}cloneShape(){return new ws({...super.getBaseOptions(),half:this.half,lineWidth:this.lineWidth,radius:this.radius,forceCoordinate:!0,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.startColor,endColor:this.endColor,percent:this.percent})}setPercent(t){this.percent=Math.max(0,t),this.percentDegree=this.startDegree+(this.endDegree-this.startDegree)*t}enableGradient(t,e){this.startColor=t,this.endColor=e,this.setAttr({stroke:this.startColor})}disableGradient(t){this.startColor=t,this.endColor=void 0,this.setAttr({stroke:this.startColor})}toSVGPathData(){const{dx:t,dy:e}=En(pt(this.startDegree),this.radius),{dx:r,dy:s}=En(pt(this.percentDegree),this.radius);return[["m",t,e],["a",this.radius,this.radius,0,Math.abs(this.percentDegree-this.startDegree)>=180?1:0,1,r-t,s-e]]}toCanvasContext(t){if(this.startColor&&this.endColor){let e;if(this.half){const r=this.radius-this.radius*Math.cos(Math.PI*this.percent),s=this.radius*Math.sin(Math.PI*this.percent);e=t.createLinearGradient(-this.radius,0,-this.radius+r,-s,{0:this.startColor,1:this.endColor})}else{const r=this.radius*Math.sin(2*Math.PI*this.percent),s=this.radius*Math.cos(2*Math.PI*this.percent);e=t.createLinearGradient(0,-this.radius,r,-s,{0:this.startColor,1:this.endColor})}this.setAttr({stroke:e})}t.beginPath(),t.arc(0,0,this.radius,pt(this.startDegree),pt(this.percentDegree),!1)}}class bh extends fe{half;lineWidth;width;height;bgColor;startColor;endColor;startDegree;endDegree;percent=0;ringBg;ring;lines=[];indicatorLineCount;constructor(t){if(super(t),this.half=typeof t?.half=="boolean"?t?.half:!1,this.lineWidth=t?.lineWidth||12,this.width=t.width,this.height=t.height,this.bgColor=t?.bgColor,this.startColor=t?.startColor,this.endColor=t?.endColor,this.half?(this.startDegree=t?.startDegree||-90-15,this.endDegree=t?.endDegree||90+15):(this.startDegree=t?.startDegree||0,this.endDegree=t?.endDegree||360),this.percent=t?.percent||0,this.ringBg=new ws({half:this.half,lineWidth:this.lineWidth,width:t.width,height:t.height,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.bgColor,percent:1}),this.addShape(this.ringBg),this.ring=new ws({half:this.half,lineWidth:this.lineWidth,width:t.width,height:t.height,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.startColor,endColor:this.endColor,percent:0}),this.addShape(this.ring),this.indicatorLineCount=22+1,this.half){const i=this.ringBg.radius-20-17;for(let o=0;o<this.indicatorLineCount;o++){const a=new tr({lineLength:17,startColor:this.startColor,endColor:this.endColor,attrs:{"stroke-linecap":"round","stroke-width":String(2),stroke:this.bgColor}});this.lines.push(a);const c=-90+this.startDegree+(this.endDegree-this.startDegree)/(this.indicatorLineCount-1)*o;this.addShape(a,{dX:this.ringBg.x+Math.cos(pt(c))*i,dY:this.ringBg.y+Math.sin(pt(c))*i,dDegree:c})}}this.setPercent(t.percent||0)}cloneShapeCombo(){return new bh({...super.getBaseOptions(),half:this.half,lineWidth:this.lineWidth,width:this.width,height:this.height,bgColor:this.bgColor,startColor:this.startColor,endColor:this.endColor,startDegree:this.startDegree,endDegree:this.endDegree,percent:this.percent})}setPercent(t){if(this.percent=Math.max(0,t),this.ring.setPercent(t),this.half)for(let e=0;e<this.indicatorLineCount;e++)e/(this.indicatorLineCount-1)<=this.percent?this.lines[e].enableGradient(this.startColor,this.endColor):this.lines[e].disableGradient(this.bgColor)}}class Er extends Nt{text;width=0;height=0;constructor(t){super(t),this.text=t.text,this.setAttr({fontSize:"10px",fontFamily:'system-ui, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',emojiFontFamily:'"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", "Twemoji Mozilla", "system emoji", sans-serif',fill:"#666666",stroke:"none","alignment-baseline":"middle",textAnchor:"start",...this.attrs});const e=Bo(this.getAttr("fontSize"),10).number,r=Bo(this.getAttr("fontWeight"),400).number,s=Er.measureText(this.text,e,r);this.width=s.width,this.height=s.height}cloneShape(){return new Er({...super.getBaseOptions(),text:this.text})}toSVGEl(){const t=Tn("text");t.setAttribute("x","0"),t.setAttribute("y","0"),t.style.alignmentBaseline="middle";const e=this.text.split(`
113
+ `);if(e.length<=1)t.innerHTML=this.text;else{const r=this.getAttr("line-height","1.2em");e.forEach((s,i)=>{if(s.trim()){const o=Tn("tspan");o.setAttribute("x","0"),o.setAttribute("dy",i>0?r:"0"),o.innerHTML=s.trim(),o.style.alignmentBaseline="middle",t.append(o)}})}return t}toSVGPathData(){return[]}toCanvasContext(t){const e=this.text.split(`
114
+ `);if(e.length<=1)t.fillText(this.text,0,0);else{const r=t.measureText(this.text),i=(r.actualBoundingBoxAscent+r.actualBoundingBoxDescent)*parseFloat(this.getAttr("line-height","1.2em"));let o=0;e.forEach((a,c)=>{a.trim()&&(o+=c>0?i:0,t.fillText(a.trim(),0,o))})}}static measureText(t,e=12,r=400){const s=document.createElement("span");s.style.visibility="hidden",s.style.margin="0",s.style.padding="0",s.style.inset="0",s.style.whiteSpace="nowrap",s.style.overflow="visible",s.style.fontSize=e+"px",s.style.fontWeight=r.toString(),s.innerText=t,document.body.appendChild(s);const i=s.offsetWidth,o=s.offsetHeight;return document.body.removeChild(s),{width:i,height:o}}static getFixedWidthText(t,e,r=12,s=400,i="..."){let o="";if(!t||e<r)return o;const a=t.split("");let c=i?Er.measureText(i,r,s).width:0;for(let h=0,u=a.length;h<u;h++)if(c+=Er.measureText(a[h],r,s).width,c>e){i&&(o+=i);break}else o+=a[h];return o}}class wh extends fe{options;constructor(t){super(t),this.options=t;const{shapeCreator:e,width:r,height:s,x:i,y:o,particleCount:a,angle:c,spread:h,startVelocity:u,decay:l,gravity:d,drift:f,ticks:p,colors:m,scalar:v,flat:g}=Object.assign({shapeCreator:()=>new In({rectWidth:10,rectHeight:10}),width:100,height:100,x:.5,y:.6,particleCount:100,angle:90,spread:70,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,colors:v0,scalar:1,flat:!1},t||{}),b=(E,O)=>{E.x=r*i,E.y=s*o,E.scaleX=v,E.scaleY=v;const U=m[O%m.length];E.setAttr({fill:U}),E.interactive=!1,E.wobble=Math.random()*10,E.wobbleSpeed=Math.min(.11,Math.random()*.1+.05),E.velocity=u*.5+Math.random()*u,E.angle2D=-x+(.5*w-Math.random()*w),E.tiltAngle=(Math.random()*(.75-.25)+.25)*Math.PI,E.tick=0,E.totalTicks=p,E.decay=l,E.drift=f,E.random=Math.random()+2,E.tiltSin=0,E.tiltCos=0,E.wobbleX=0,E.wobbleY=0,E.gravity=d*3,E.scalar=v,E.flat=g,E.color=new Pe(U)},x=pt(c),w=pt(h);let C=a;for(;C;){const E=e();b(E,C),E.clone=(O=>()=>{const U=e();return b(U,O),U})(C),this.addShape(E),C--}}cloneShapeCombo(){return new wh(this.options)}update(){return this.shapes=this.shapes.filter(t=>{t.x+=Math.cos(t.angle2D)*t.velocity+t.drift,t.y+=Math.sin(t.angle2D)*t.velocity+t.gravity,t.velocity*=t.decay,t.flat?(t.wobble=0,t.wobbleX=t.x+10*t.scalar,t.wobbleY=t.y+10*t.scalar,t.tiltSin=0,t.tiltCos=0,t.random=1):(t.wobble+=t.wobbleSpeed,t.wobbleX=t.x+10*t.scalar*Math.cos(t.wobble),t.wobbleY=t.y+10*t.scalar*Math.sin(t.wobble),t.tiltAngle+=.1,t.tiltSin=Math.sin(t.tiltAngle),t.tiltCos=Math.cos(t.tiltAngle),t.random=Math.random()+2);const e=t.tick++/t.totalTicks,r=t.x+t.random*t.tiltCos,s=t.y+t.random*t.tiltSin,i=t.wobbleX+t.random*t.tiltCos,o=t.wobbleY+t.random*t.tiltSin;return t.setAttr("fill",t.color.setAlpha(1-e).toString()),t.degree=Gt(Math.PI/10*t.wobble),t.scaleX=Math.abs(i-r)*.1,t.scaleY=Math.abs(o-s)*.1,t.tick<t.totalTicks}),this.shapes.length>0}}const O2={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:(n,t)=>{switch(t){case"W":return`${n}周`;default:return`${n}日`}},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:(n,t)=>{const e=n*100+t;return e<600?"凌晨":e<900?"早上":e<1100?"上午":e<1300?"中午":e<1800?"下午":"晚上"}},I2={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:n=>{const t=["th","st","nd","rd"],e=n%100;return`[${n}${t[(e-20)%10]||t[e]||t[0]}]`}},Rn=new zg;let co="zh-cn";vh(I2),vh(O2);function vh(n,t){if(!n)return Rn.get(co);let e;if(typeof n=="string"){const r=n.toLowerCase();if(Rn.get(r))e=r;else if(t)Rn.set(r,t),e=r;else return Rn.get(co)}else{const{name:r}=n;Rn.set(r,n),e=r}return e&&(co=e),Rn.get(e)||Rn.get(co)}class R2 extends Go{id;originD;originMatrix;independentTransformInGroup;forceCXY=!1;cX;cY;x;y;degree;scalarX;scalarY;diffXInGroup;diffYInGroup;diffDegreeInGroup;diffScalarXInGroup;diffScalarYInGroup;vx;vy;ax;ay;mass;attrs;enableDrag;alongPath;isDragging=!1;isMouseIn=!1;targetToAfterDragFree;followMouse;strokeArmyAnts;strokeArmyAntsOffset=0;strokeDashTotalLength=0;isShow=!0;el;pathd;usePathDtoCanvasContext=!1;parent;shapes=[];state;constructor(t){if(super(),this.id=Yu(),t?.d&&(this.originD=t?.d),t?.originMatrix&&(this.originMatrix=t.originMatrix),this.independentTransformInGroup=typeof t?.independentTransformInGroup=="boolean"?t.independentTransformInGroup:!1,this.x=t?.x||0,this.y=t?.y||0,this.cX=0,this.cY=0,typeof t?.centerX=="number"&&typeof t?.centerY=="number"&&this.forceSetCXY(t.centerX-this.x,t.centerY-this.y),this.degree=t?.degree||0,this.scalarX=1,this.scalarY=1,t?.scalar!==void 0&&(this.scalarX=t.scalar,this.scalarY=t.scalar),t?.scalarX!==void 0&&(this.scalarX=t.scalarX),t?.scalarY!==void 0&&(this.scalarY=t.scalarY),this.diffXInGroup=t?.diffXInGroup||0,this.diffYInGroup=t?.diffYInGroup||0,this.diffDegreeInGroup=t?.diffDegreeInGroup||0,this.diffScalarXInGroup=t?.diffScalarXInGroup||1,this.diffScalarYInGroup=t?.diffScalarYInGroup||1,this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||1,this.attrs={stroke:"none",fill:"none"},t?.attrs&&this.setAttr(t?.attrs),this.enableDrag=t?.enableDrag||!1,this.alongPath=t?.alongPath,this.targetToAfterDragFree=t?.targetToAfterDragFree,this.followMouse=t?.followMouse||!1,this.isShow=typeof t?.isShow=="boolean"?t?.isShow:!0,this.strokeArmyAnts=t?.strokeArmyAnts||!1,this.strokeArmyAnts){const e=this.getAttr("stroke-dasharray","4 4");this.setAttr("stroke-dasharray",e),this.strokeDashTotalLength=xu(e).reduce((r,s)=>r+s,0)}this.state=Rc(this)}forceSetCXY(t,e){this.cX=t,this.cY=e,this.forceCXY=!0}shapeInit(){}initPathD(){if(!this.pathd){if(this.pathd=new Xw,this.state.subscribe(()=>{this.pathd?.reset(this.originD||this.toSVGPathData(),this.originMatrix)}),this.pathd&&!this.forceCXY){const t=this.shapes.length==0?this.pathd.getBoundingClientRect():this.getBoundingClientRect();t&&(this.pathd.cX=this.cX=t.x+t.width/2-this.pathd.x,this.pathd.cY=this.cY=t.y+t.height/2-this.pathd.y)}this.shapeInit()}return this.pathd}frameStart(t){}frameUpdate(t,e){this.pathd=this.initPathD(),this.pathd.update(this),this.strokeArmyAnts&&(this.isMouseIn||(this.setAttr("stroke-dashoffset",String(this.strokeArmyAntsOffset++)),this.strokeArmyAntsOffset>this.strokeDashTotalLength&&(this.strokeArmyAntsOffset=0)))}frameEnd(t){}toSVGPathData(){return[]}toSVGPathD(){return this.pathd?.toSVGPathD()||""}toCanvasContext(t){this.usePathDtoCanvasContext=!0,this.pathd?.toCanvasContext(t)}getBoundingClientRect(){return this.pathd?.getBoundingClientRect()||null}get center(){const t=this.getBoundingClientRect(),e={x:this.x,y:this.y};return t&&(e.x=t.x+t.width/2,e.y=t.y+t.height/2),e}trim(){if(this.parent)return;const t=this.getBoundingClientRect();if(!t)return;this.shapes.forEach(r=>{const s=r.originMatrix?r.originMatrix.clone():new qt;s.translate(-t.x+r.x,-t.y+r.y),r.originMatrix=s});const e=this.originMatrix?this.originMatrix.clone():new qt;e.translate(-t.x+this.x,-t.y+this.y),this.originMatrix=e}isPointInPath(t,e,r){if(r instanceof Ka)return r.isPointInPath(new Path2D(this.toSVGPathD()),t,e);let s;try{s=new SVGPoint(t,e)}catch{s=r.createSVGPoint(),s.x=t,s.y=e}if(this.el instanceof SVGGeometryElement)return this.el.isPointInFill(s);{const i=this.getBoundingClientRect();if(i)return t>=i.x&&t<=i.x+i.width&&e>=i.y&&e<=i.y+i.height}return!1}isPointInStroke(t,e,r){if(r instanceof Ka)return r.isPointInStroke(new Path2D(this.toSVGPathD()),t,e);let s;try{s=new SVGPoint(t,e)}catch{s=r.createSVGPoint(),s.x=t,s.y=e}return this.el instanceof SVGGeometryElement?this.el.isPointInStroke(s):!1}clone(){return hg(this).copy(this)}copy(t){return this.id=t.id,this.originD=t.originD,this.originMatrix=t.originMatrix,this.independentTransformInGroup=t.independentTransformInGroup,this.x=t.x,this.y=t.y,this.cX=t.cX,this.cY=t.cY,this.degree=t.degree,this.scalarX=t.scalarX,this.scalarY=t.scalarY,this.diffXInGroup=t.diffXInGroup,this.diffYInGroup=t.diffYInGroup,this.diffDegreeInGroup=t.diffDegreeInGroup,this.diffScalarXInGroup=t.diffScalarXInGroup,this.diffScalarYInGroup=t.diffScalarYInGroup,this.vx=t.vx,this.vy=t.vy,this.ax=t.ax,this.ay=t.ay,this.mass=t.mass,this.attrs={...t.attrs},this.enableDrag=t.enableDrag,this.alongPath=t.alongPath,this.targetToAfterDragFree=t.targetToAfterDragFree,this.followMouse=t.followMouse,this.isShow=t.isShow,this.strokeArmyAnts=t.strokeArmyAnts,this.strokeDashTotalLength=t.strokeDashTotalLength,this}save(){}restore(){}setAttr(t,e){typeof t!="string"?Object.assign(this.attrs,Object.fromEntries(Object.entries(t).map(([r,s])=>[jt(r),s]))):e&&(this.attrs[jt(t)]=e)}getAttr(t,e){return this.attrs[t]||this.attrs[jt(t)]||e}getAttrs(){return this.attrs}hasAttr(t){return!!this.attrs[t]||!!this.attrs[jt(t)]}distance(t){return Sn(this.x,this.y,t.x,t.y)}rotateTo(t){this.degree=Gt(ge(this.x,this.y,t.x,t.y))}followTo(t,e=3){this.rotateTo(t);const{dx:r,dy:s}=En(pt(this.degree),e);this.vx=r,this.vy=s,this.run()}followAccelerationTo(t,e=.05){this.rotateTo(t);const{dx:r,dy:s}=En(pt(this.degree),e);this.ax=r,this.ay=s,this.run()}checkCollision(t){}checkWall(t){}gravitateTo(t){const e=t.x-this.x,r=t.y-this.y,s=e*e+r*r,i=Math.sqrt(s),o=this.mass*t.mass/s,a=o*e/i,c=o*r/i;this.vx+=a/this.mass,this.vy+=c/this.mass,t.vx-=a/t.mass,t.vy-=c/t.mass}run(t){this.vx+=this.ax,this.vy+=this.ay;const e=xe(t?.gravity,0);this.vy+=e;const r=xe(t?.friction,1);this.vx*=r,this.vy*=r,this.x+=this.vx,this.y+=this.vy}runEaseTo(t,e){const r=xe(e?.easing,.05),s=t.x-this.cX-this.x,i=t.y-this.cY-this.y;this.vx=s*r,this.vy=i*r,this.run(e)}runSpringTo(t,e){const r=xe(e?.spring,.03);(Array.isArray(t)?t:[t]).forEach(s=>{const i=s.x-this.cX-this.x,o=s.y-this.cY-this.y,a=i*r,c=o*r;this.vx+=a,this.vy+=c}),this.run({friction:.9,...e})}springMassTo(t,e){const r=xe(e?.springLength,100),s=xe(e?.spring,1e-4),i=t.x-this.x,o=t.y-this.y,a=Math.sqrt(i*i+o*o);if(a<r){const c=i*s,h=o*s;return this.vx+=c/this.mass,this.vy+=h/this.mass,t.vx-=c/t.mass,t.vy-=h/t.mass,1-a/r}return 0}getTotalLength(){return this.initPathD().getTotalLength()}interpolate(t){return this.initPathD().interpolate(t)}getPointAtLength(t){return this.initPathD().getPointAtLength(t)}trailPath(t,e=0){const r=this.getTotalLength();return t.originD=this.initPathD().getSubpath(0,e*r),this.getPointAtLength(e*r)}strokeDashTween(t=1e3,e){const r=this.initPathD(),s=tt(r.getTotalLength(),0);this.setAttr({strokeDasharray:`${s} ${s}`,strokeDashoffset:`${s}`});const i=e?.onUpdate,o=new ts({frameDuration:t});o.addTween({offset:s},{offset:0},Object.assign(e||{},{onUpdate:(a,c)=>{this.setAttr("strokeDashoffset",""+tt(a.offset,2)),i?.(a,c)}})),o.play()}}class k2 extends R2{x;y;z;fl;vpX;vpY;cX;cY;cZ;radius;constructor(t){super(t),this.x=t?.x||0,this.y=t?.y||0,this.z=t?.z||0,this.fl=t?.fl||250,this.vpX=t?.vpX||0,this.vpY=t?.vpY||0,this.cX=t?.cX||0,this.cY=t?.cY||0,this.cZ=t?.cZ||0,this.radius=t?.radius||0}toSVGPathData(){return this.radius?[["M",this.getScreenX(),this.getScreenY()-this.radius],["a",this.radius,this.radius,0,1,1,0,2*this.radius],["a",this.radius,this.radius,0,1,1,0,-2*this.radius],["z"]]:[["M",this.getScreenX(),this.getScreenY()]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.radius,0,Math.PI*2,!0),t.closePath()}setVanishingPoint(t,e){this.vpX=t,this.vpY=e}setCenter(t,e,r){this.cX=t,this.cY=e,this.cZ=r}rotateX(t){({x:this.y,y:this.z}=Ie(pt(t),this.y,this.z))}rotateY(t){({x:this.x,y:this.z}=Ie(pt(t),this.x,this.z))}rotateZ(t){({x:this.x,y:this.y}=Ie(pt(t),this.x,this.y))}getScreenX(){const t=this.fl/(this.fl+this.z+this.cZ);return this.vpX+(this.cX+this.x)*t}getScreenY(){const t=this.fl/(this.fl+this.z+this.cZ);return this.vpY+(this.cY+this.y)*t}eq(t){return this.x===t.x&&this.y===t.y&&this.z===t.z&&this.radius===t.radius&&this.mass===t.mass}length(){return gr(this.x,this.y,this.z)}distance(t){const e=t.x-this.x,r=t.y-this.y,s=t.z-this.z;return Math.sqrt(e*e+r*r+s*s)}scalar(t){return this.x*=t,this.y*=t,this.z*=t,this}normalize(t=1){const e=this.length();if(e){const r=t/e;this.scalar(r)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,r=this.y,s=this.z;return{x:r*t.z-s*t.y,y:s*t.x-e*t.z,z:e*t.y-r*t.x}}multiply(t){return{x:this.x*t.x,y:this.y*t.y,z:this.z*t.z}}div(t){return{x:this.x/t.x,y:this.y/t.y,z:this.z/t.z}}add(t){return{x:this.x+t.x,y:this.y+t.y,z:this.z+t.z}}sub(t){return{x:this.x-t.x,y:this.y-t.y,z:this.z-t.z}}dot(t){return this.x*t.x+this.y*t.y+this.z*t.z}reflect(t){const e=this.dot(t);return{x:this.x-2*e*t.x,y:this.y-2*e*t.y,z:this.z-2*e*t.z}}}const ho=k2,vs=2e3,xh=2001,cm=[1,0,0,1],hm=[1,0,0,1,0,0],um=[1,0,0,0,1,0,0,0,1],lm=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];class _h{value;constructor(t=cm){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m21(){return this.value[2]}get m22(){return this.value[3]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set(t=1,e=0,r=0,s=1){return this.m11=t,this.m21=e,this.m12=r,this.m22=s,this}identity(){return this.value=Array.from(cm),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m21==0&&this.m22==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m21=t.m21,this.m22=t.m22,this}clone(){return new _h(this.value)}fromArray(t,e=0){for(let r=0;r<4;r++)this.value[r]=t[r+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m21,t[e+3]=this.m22,t}multiplyMatrices(t,e){const r=t.value,s=e.value,i=this.value,o=r[0],a=r[2],c=r[1],h=r[3],u=s[0],l=s[2],d=s[1],f=s[3];return i[0]=o*u+a*d,i[2]=o*l+a*f,i[1]=c*u+h*d,i[3]=c*l+h*f,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m21*=t,this.m22*=t,this}determinant(){return this.m11*this.m22-this.m21*this.m12}}class uo{value;constructor(t=um){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m21(){return this.value[3]}get m22(){return this.value[4]}get m23(){return this.value[5]}get m31(){return this.value[6]}get m32(){return this.value[7]}get m33(){return this.value[8]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m21(t){this.value[3]=t}set m22(t){this.value[4]=t}set m23(t){this.value[5]=t}set m31(t){this.value[6]=t}set m32(t){this.value[7]=t}set m33(t){this.value[8]=t}set(t=1,e=0,r=0,s=0,i=1,o=0,a=0,c=0,h=1){const u=this.value;return u[0]=t,u[1]=s,u[2]=a,u[3]=e,u[4]=i,u[5]=c,u[6]=r,u[7]=o,u[8]=h,this}identity(){return this.value=Array.from(um),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this}clone(){return new uo(this.value)}fromArray(t,e=0){for(let r=0;r<9;r++)this.value[r]=t[r+e];return this}toArray(t=[],e=0){return t[e]=this.m11,t[e+1]=this.m12,t[e+2]=this.m13,t[e+3]=this.m21,t[e+4]=this.m22,t[e+5]=this.m23,t[e+6]=this.m31,t[e+7]=this.m32,t[e+8]=this.m33,t}extractBasis(t,e,r){return t.setFromMatrix3Column(this,0),e.setFromMatrix3Column(this,1),r.setFromMatrix3Column(this,2),this}setFromMatrix4(t){return this.set(t.m11,t.m21,t.m31,t.m12,t.m22,t.m32,t.m13,t.m23,t.m33),this}multiplyMatrices(t,e){const r=t.value,s=e.value,i=this.value,o=r[0],a=r[3],c=r[6],h=r[1],u=r[4],l=r[7],d=r[2],f=r[5],p=r[8],m=s[0],v=s[3],g=s[6],b=s[1],x=s[4],w=s[7],C=s[2],E=s[5],O=s[8];return i[0]=o*m+a*b+c*C,i[3]=o*v+a*x+c*E,i[6]=o*g+a*w+c*O,i[1]=h*m+u*b+l*C,i[4]=h*v+u*x+l*E,i[7]=h*g+u*w+l*O,i[2]=d*m+f*b+p*C,i[5]=d*v+f*x+p*E,i[8]=d*g+f*w+p*O,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}determinant(){const t=this.value,e=t[0],r=t[1],s=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8];return e*o*u-e*a*h-r*i*u+r*a*c+s*i*h-s*o*c}inverse(){const t=this.value,e=t[0],r=t[1],s=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8],l=u*o-a*h,d=a*c-u*i,f=h*i-o*c,p=e*l+r*d+s*f;if(p===0)return this.set(0,0,0,0,0,0,0,0,0);const m=1/p;return t[0]=l*m,t[1]=(s*h-u*r)*m,t[2]=(a*r-s*o)*m,t[3]=d*m,t[4]=(u*e-s*c)*m,t[5]=(s*i-a*e)*m,t[6]=f*m,t[7]=(r*c-h*e)*m,t[8]=(o*e-r*i)*m,this}transpose(){let t;const e=this.value;return t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t,this}getNormalMatrix(t){return this.setFromMatrix4(t).inverse().transpose()}transposeIntoArray(t){const e=this.value;return t[0]=e[0],t[1]=e[3],t[2]=e[6],t[3]=e[1],t[4]=e[4],t[5]=e[7],t[6]=e[2],t[7]=e[5],t[8]=e[8],this}setUvTransform(t,e,r,s,i,o,a){const c=Math.cos(i),h=Math.sin(i);return this.set(r*c,r*h,-r*(c*o+h*a)+o+t,-s*h,s*c,-s*(-h*o+c*a)+a+e,0,0,1),this}scale(t,e){return this.premultiply(Eh.makeScale(t,e)),this}rotate(t){return this.premultiply(Eh.makeRotation(-t)),this}translate(t,e){return this.premultiply(Eh.makeTranslation(t,e)),this}makeTranslation(t,e){return typeof t=="number"?this.set(1,0,t,0,1,e,0,0,1):this.set(1,0,t.x,0,1,t.y,0,0,1),this}makeRotation(t){const e=Math.cos(t),r=Math.sin(t);return this.set(e,-r,0,r,e,0,0,0,1),this}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}equals(t){for(let e=0;e<9;e++)if(this.value[e]!==t.value[e])return!1;return!0}}class de{value;is3dSpecial=!1;constructor(t=lm){this.value=Array.from(t)}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this.value[2]}get m14(){return this.value[3]}get m21(){return this.value[4]}get m22(){return this.value[5]}get m23(){return this.value[6]}get m24(){return this.value[7]}get m31(){return this.value[8]}get m32(){return this.value[9]}get m33(){return this.value[10]}get m34(){return this.value[11]}get m41(){return this.value[12]}get m42(){return this.value[13]}get m43(){return this.value[14]}get m44(){return this.value[15]}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this.value[2]=t}set m14(t){this.value[3]=t}set m21(t){this.value[4]=t}set m22(t){this.value[5]=t}set m23(t){this.value[6]=t}set m24(t){this.value[7]=t}set m31(t){this.value[8]=t}set m32(t){this.value[9]=t}set m33(t){this.value[10]=t}set m34(t){this.value[11]=t}set m41(t){this.value[12]=t}set m42(t){this.value[13]=t}set m43(t){this.value[14]=t}set m44(t){this.value[15]=t}set(t=1,e=0,r=0,s=0,i=0,o=1,a=0,c=0,h=0,u=0,l=1,d=0,f=0,p=0,m=0,v=1){const g=this.value;return g[0]=t,g[4]=e,g[8]=r,g[12]=s,g[1]=i,g[5]=o,g[9]=a,g[13]=c,g[2]=h,g[6]=u,g[10]=l,g[14]=d,g[3]=f,g[7]=p,g[11]=m,g[15]=v,this}is2D(){return!this.is3dSpecial&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m43==0&&this.m44==1}is3D(){return!this.is2D()}identity(){return this.value=Array.from(lm),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m14==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m24==0&&this.m31==0&&this.m32==0&&this.m33==1&&this.m34==0&&this.m41==0&&this.m42==0&&this.m43==0&&this.m44==1}copy(t){return this.m11=t.m11,this.m12=t.m12,this.m13=t.m13,this.m14=t.m14,this.m21=t.m21,this.m22=t.m22,this.m23=t.m23,this.m24=t.m24,this.m31=t.m31,this.m32=t.m32,this.m33=t.m33,this.m34=t.m34,this.m41=t.m41,this.m42=t.m42,this.m43=t.m43,this.m44=t.m44,this}clone(){return new de(this.value)}static fromString(t){const e=new de,r=uu("number",t);return r.length===16&&r.forEach((s,i)=>{s.fullMatch&&(e.value[i]=parseFloat(s.fullMatch))}),e}fromArray(t,e=0){for(let r=0;r<16;r++)this.value[r]=t[r+e];return this}toArray(t=[],e=0){const r=this.value;return t[e]=r[0],t[e+1]=r[1],t[e+2]=r[2],t[e+3]=r[3],t[e+4]=r[4],t[e+5]=r[5],t[e+6]=r[6],t[e+7]=r[7],t[e+8]=r[8],t[e+9]=r[9],t[e+10]=r[10],t[e+11]=r[11],t[e+12]=r[12],t[e+13]=r[13],t[e+14]=r[14],t[e+15]=r[15],t}copyPosition(t){const e=this.value,r=t.value;return e[12]=r[12],e[13]=r[13],e[14]=r[14],this}setFromMatrix3(t){const e=t.value;return this.set(e[0],e[3],e[6],0,e[1],e[4],e[7],0,e[2],e[5],e[8],0,0,0,0,1),this}extractBasis(t,e,r){return t.setFromMatrix4Column(this,0),e.setFromMatrix4Column(this,1),r.setFromMatrix4Column(this,2),this}makeBasis(t,e,r){return this.set(t.x,e.x,r.x,0,t.y,e.y,r.y,0,t.z,e.z,r.z,0,0,0,0,1),this}normalize(){return this.multiplyScalar(1/(this.m44||1e-4))}transformPoint(t){const e=t.z||1,r=t.w||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31+r*this.m41,y:t.x*this.m12+t.y*this.m22+e*this.m32+r*this.m42,z:t.x*this.m13+t.y*this.m23+e*this.m33+r*this.m43,w:t.x*this.m14+t.y*this.m24+e*this.m34+r*this.m44}}toMatrix(t){const{scalarX:e,scalarY:r,skewX:s,skewY:i,x:o,y:a}=this.split(),c=[e,i,s,r,o,a];return t?(t.value=c,t):new qt(c)}flatten(){return this.m31=0,this.m32=0,this.m33=1,this.m34=0,this.m14=0,this.m24=0,this.m43=0,this.m44=1,this}toString(t=6){return`matrix3d(${this.value.map(e=>tt(e,t)).join(",")})`}split(){const t=Math.sqrt(this.m11*this.m11+this.m12*this.m12+this.m13*this.m13),e=Math.sqrt(this.m21*this.m21+this.m22*this.m22+this.m23*this.m23),r=Math.sqrt(this.m31*this.m31+this.m32*this.m32+this.m33*this.m33),s=Gt(Z(Math.asin(-this.m13),-1,1));let i=Gt(Math.atan2(this.m23,this.m33));Math.cos(pt(s))===0&&(i=Gt(Math.atan2(-this.m31,this.m22)));let o=Gt(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(o+=180),{x:this.m41,y:this.m42,z:this.m43,scalarX:t,scalarY:e,scalarZ:r,degreeX:i,degreeY:s,degreeZ:o,skewX:Gt(this.m14),skewY:Gt(this.m24),skewZ:Gt(this.m34),skewW:this.m44,perspective:this.m34?-(1/this.m34):0}}extractRotation(t){const e=this.value,r=t.value,s=1/Sh.setFromMatrix4Column(t,0).length(),i=1/Sh.setFromMatrix4Column(t,1).length(),o=1/Sh.setFromMatrix4Column(t,2).length();return e[0]=r[0]*s,e[1]=r[1]*s,e[2]=r[2]*s,e[3]=0,e[4]=r[4]*i,e[5]=r[5]*i,e[6]=r[6]*i,e[7]=0,e[8]=r[8]*o,e[9]=r[9]*o,e[10]=r[10]*o,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}lookAt(t,e,r){const s=this.value;return we.subVectors(t,e),we.lengthSq()===0&&(we.z=1),we.normalize(),kn.crossVectors(r,we),kn.lengthSq()===0&&(Math.abs(r.z)===1?we.x+=1e-4:we.z+=1e-4,we.normalize(),kn.crossVectors(r,we)),kn.normalize(),lo.crossVectors(we,kn),s[0]=kn.x,s[4]=lo.x,s[8]=we.x,s[1]=kn.y,s[5]=lo.y,s[9]=we.y,s[2]=kn.z,s[6]=lo.z,s[10]=we.z,this}multiplyMatrices(t,e){const r=t.value,s=e.value,i=this.value,o=r[0],a=r[4],c=r[8],h=r[12],u=r[1],l=r[5],d=r[9],f=r[13],p=r[2],m=r[6],v=r[10],g=r[14],b=r[3],x=r[7],w=r[11],C=r[15],E=s[0],O=s[4],U=s[8],R=s[12],j=s[1],H=s[5],V=s[9],lt=s[13],yt=s[2],mt=s[6],ct=s[10],st=s[14],Ct=s[3],$=s[7],z=s[11],A=s[15];return i[0]=o*E+a*j+c*yt+h*Ct,i[4]=o*O+a*H+c*mt+h*$,i[8]=o*U+a*V+c*ct+h*z,i[12]=o*R+a*lt+c*st+h*A,i[1]=u*E+l*j+d*yt+f*Ct,i[5]=u*O+l*H+d*mt+f*$,i[9]=u*U+l*V+d*ct+f*z,i[13]=u*R+l*lt+d*st+f*A,i[2]=p*E+m*j+v*yt+g*Ct,i[6]=p*O+m*H+v*mt+g*$,i[10]=p*U+m*V+v*ct+g*z,i[14]=p*R+m*lt+v*st+g*A,i[3]=b*E+x*j+w*yt+C*Ct,i[7]=b*O+x*H+w*mt+C*$,i[11]=b*U+x*V+w*ct+C*z,i[15]=b*R+x*lt+w*st+C*A,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m14*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m24*=t,this.m31*=t,this.m32*=t,this.m33*=t,this.m34*=t,this}determinant(){const t=this.value,e=t[0],r=t[4],s=t[8],i=t[12],o=t[1],a=t[5],c=t[9],h=t[13],u=t[2],l=t[6],d=t[10],f=t[14],p=t[3],m=t[7],v=t[11],g=t[15];return p*(+i*c*l-s*h*l-i*a*d+r*h*d+s*a*f-r*c*f)+m*(+e*c*f-e*h*d+i*o*d-s*o*f+s*h*u-i*c*u)+v*(+e*h*l-e*a*f-i*o*l+r*o*f+i*a*u-r*h*u)+g*(-s*a*u-e*c*l+e*a*d+s*o*l-r*o*d+r*c*u)}transpose(){const t=this.value;let e;return e=t[1],t[1]=t[4],t[4]=e,e=t[2],t[2]=t[8],t[8]=e,e=t[6],t[6]=t[9],t[9]=e,e=t[3],t[3]=t[12],t[12]=e,e=t[7],t[7]=t[13],t[13]=e,e=t[11],t[11]=t[14],t[14]=e,this}setPosition(t,e,r){const s=this.value;return t instanceof Be?(s[12]=t.x,s[13]=t.y,s[14]=t.z):typeof t=="number"&&typeof e=="number"&&typeof r=="number"&&(s[12]=t,s[13]=e,s[14]=r),this}inverse(){const t=this.value,e=t[0],r=t[1],s=t[2],i=t[3],o=t[4],a=t[5],c=t[6],h=t[7],u=t[8],l=t[9],d=t[10],f=t[11],p=t[12],m=t[13],v=t[14],g=t[15],b=l*v*h-m*d*h+m*c*f-a*v*f-l*c*g+a*d*g,x=p*d*h-u*v*h-p*c*f+o*v*f+u*c*g-o*d*g,w=u*m*h-p*l*h+p*a*f-o*m*f-u*a*g+o*l*g,C=p*l*c-u*m*c-p*a*d+o*m*d+u*a*v-o*l*v,E=e*b+r*x+s*w+i*C;if(E===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);const O=1/E;return t[0]=b*O,t[1]=(m*d*i-l*v*i-m*s*f+r*v*f+l*s*g-r*d*g)*O,t[2]=(a*v*i-m*c*i+m*s*h-r*v*h-a*s*g+r*c*g)*O,t[3]=(l*c*i-a*d*i-l*s*h+r*d*h+a*s*f-r*c*f)*O,t[4]=x*O,t[5]=(u*v*i-p*d*i+p*s*f-e*v*f-u*s*g+e*d*g)*O,t[6]=(p*c*i-o*v*i-p*s*h+e*v*h+o*s*g-e*c*g)*O,t[7]=(o*d*i-u*c*i+u*s*h-e*d*h-o*s*f+e*c*f)*O,t[8]=w*O,t[9]=(p*l*i-u*m*i-p*r*f+e*m*f+u*r*g-e*l*g)*O,t[10]=(o*m*i-p*a*i+p*r*h-e*m*h-o*r*g+e*a*g)*O,t[11]=(u*a*i-o*l*i-u*r*h+e*l*h+o*r*f-e*a*f)*O,t[12]=C*O,t[13]=(u*m*s-p*l*s+p*r*d-e*m*d-u*r*v+e*l*v)*O,t[14]=(p*a*s-o*m*s-p*r*c+e*m*c+o*r*v-e*a*v)*O,t[15]=(o*l*s-u*a*s+u*r*c-e*l*c-o*r*d+e*a*d)*O,this}getMaxScaleOnAxis(){const t=this.value,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],r=t[4]*t[4]+t[5]*t[5]+t[6]*t[6],s=t[8]*t[8]+t[9]*t[9]+t[10]*t[10];return Math.sqrt(Math.max(e,r,s))}makeTranslation(t,e,r){return t instanceof Be?this.set(1,0,0,t.x,0,1,0,t.y,0,0,1,t.z,0,0,0,1):this.set(1,0,0,t,0,1,0,e,0,0,1,r,0,0,0,1),this}makeRotationX(t){const e=Math.cos(t),r=Math.sin(t);return this.set(1,0,0,0,0,e,-r,0,0,r,e,0,0,0,0,1),this}makeRotationY(t){const e=Math.cos(t),r=Math.sin(t);return this.set(e,0,r,0,0,1,0,0,-r,0,e,0,0,0,0,1),this}makeRotationZ(t){const e=Math.cos(t),r=Math.sin(t);return this.set(e,-r,0,0,r,e,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(t,e){const r=Math.cos(e),s=Math.sin(e),i=1-r,o=t.x,a=t.y,c=t.z,h=i*o,u=i*a;return this.set(h*o+r,h*a-s*c,h*c+s*a,0,h*a+s*c,u*a+r,u*c-s*o,0,h*c-s*a,u*c+s*o,i*c*c+r,0,0,0,0,1),this}makeScale(t,e,r){return this.set(t,0,0,0,0,e,0,0,0,0,r,0,0,0,0,1),this}makeShear(t,e,r,s,i,o){return this.set(1,r,i,0,t,1,o,0,e,s,1,0,0,0,0,1),this}makePerspective(t,e,r,s,i,o,a=vs){const c=this.value,h=2*i/(e-t),u=2*i/(r-s),l=(e+t)/(e-t),d=(r+s)/(r-s);let f,p;if(a===vs)f=-(o+i)/(o-i),p=-2*o*i/(o-i);else if(a===xh)f=-o/(o-i),p=-o*i/(o-i);else throw new Error("Matrix4.makePerspective(): Invalid coordinate system: "+a);return c[0]=h,c[4]=0,c[8]=l,c[12]=0,c[1]=0,c[5]=u,c[9]=d,c[13]=0,c[2]=0,c[6]=0,c[10]=f,c[14]=p,c[3]=0,c[7]=0,c[11]=-1,c[15]=0,this}makeOrthographic(t,e,r,s,i,o,a=vs){const c=this.value,h=1/(e-t),u=1/(r-s),l=1/(o-i),d=(e+t)*h,f=(r+s)*u;let p,m;if(a===vs)p=(o+i)*l,m=-2*l;else if(a===xh)p=i*l,m=-1*l;else throw new Error("Matrix4.makeOrthographic(): Invalid coordinate system: "+a);return c[0]=2*h,c[4]=0,c[8]=0,c[12]=-d,c[1]=0,c[5]=2*u,c[9]=0,c[13]=-f,c[2]=0,c[6]=0,c[10]=m,c[14]=-p,c[3]=0,c[7]=0,c[11]=0,c[15]=1,this}equals(t){for(let e=0;e<16;e++)if(this.value[e]!==t.value[e])return!1;return!0}translate(t=0,e=0,r=0){return this.multiply(new de([1,0,0,0,0,1,0,0,0,0,1,0,t,e,r,1]))}scale(t=1,e=1,r=1){return this.multiply(new de([t,0,0,0,0,e,0,0,0,0,r,0,0,0,0,1]))}scaleVector3(t){const e=this.value,r=t.x,s=t.y,i=t.z;return e[0]*=r,e[4]*=s,e[8]*=i,e[1]*=r,e[5]*=s,e[9]*=i,e[2]*=r,e[6]*=s,e[10]*=i,e[3]*=r,e[7]*=s,e[11]*=i,this}rotateX(t){const e=pt(t),r=Math.cos(e),s=Math.sin(e);return this.multiply(new de([1,0,0,0,0,r,s,0,0,-s,r,0,0,0,0,1]))}rotateY(t){const e=pt(t),r=Math.cos(e),s=Math.sin(e);return this.multiply(new de([r,0,-s,0,0,1,0,0,s,0,r,0,0,0,0,1]))}rotateZ(t){this.is3dSpecial=!0;const e=pt(t),r=Math.cos(e),s=Math.sin(e);return this.multiply(new de([r,s,0,0,-s,r,0,0,0,0,1,0,0,0,0,1]))}skew(t=0,e=0,r=0){return this.multiply(new de([1,0,0,pt(t),0,1,0,pt(e),0,0,1,pt(r),0,0,0,1]))}perspective(t){return this.multiply(new de([1,0,0,0,0,1,0,0,0,0,1,t?-(1/t):0,0,0,0,1]))}unproject(t){let e=t.x*this.m11+t.y*this.m21+this.m41,r=t.x*this.m12+t.y*this.m22+this.m42,s=t.x*this.m13+t.y*this.m23+this.m43,i=t.x*this.m14+t.y*this.m24+this.m44,o=e+this.m31,a=r+this.m32,c=s+this.m33,h=i+this.m34;i==0&&(i=1e-4),e/=i,r/=i,s/=i,h==0&&(h=1e-4),o/=h,a/=h,c/=h;const u=c-s;if(u==0)return{x:e,y:r,z:s,mass:i};const l=-s/u;return e+=l*(o-e),r+=l*(a-r),{x:e,y:r,z:s,mass:i}}project(t){const e=t.z;let r=t.x*this.m11+t.y*this.m21+e*this.m31+this.m41,s=t.x*this.m12+t.y*this.m22+e*this.m32+this.m42,i=t.x*this.m14+t.y*this.m24+e*this.m34+this.m44;return i==0&&(i=1e-4),r/=i,s/=i,i<0&&(r-=this.m41,s-=this.m42,r*=1/i,s*=1/i,r+=this.m41,s+=this.m42),{x:r,y:s,z:e,mass:i}}bounds(t,e,r,s){const i=new ho({x:t,y:e}),o=new ho({x:t+r,y:e}),a=new ho({x:t+r,y:e+s}),c=new ho({x:t,y:e+s});({x:i.x,y:i.y,z:i.z,mass:i.mass}=this.project(i)),{x:o.x,y:o.y,z:o.z,mass:o.mass}=this.project(o),{x:a.x,y:a.y,z:a.z,mass:a.mass}=this.project(a),{x:c.x,y:c.y,z:c.z,mass:c.mass}=this.project(c);const h=Math.min(i.x,o.x,a.x,c.x),u=Math.min(i.y,o.y,a.y,c.y),l=Math.max(i.x,o.x,a.x,c.x)-h,d=Math.max(i.y,o.y,a.y,c.y)-u;return{x:h,y:u,width:l,height:d}}}class qt{value;_m13=0;_m23=0;_m33=1;matrix4;constructor(t=hm){this.value=Array.from(t),this.matrix4=this.toMatrix4()}get m11(){return this.value[0]}get m12(){return this.value[1]}get m13(){return this._m13}get m21(){return this.value[2]}get m22(){return this.value[3]}get m23(){return this._m23}get m31(){return this.value[4]}get m32(){return this.value[5]}get m33(){return this._m33}set m11(t){this.value[0]=t}set m12(t){this.value[1]=t}set m13(t){this._m13=t}set m21(t){this.value[2]=t}set m22(t){this.value[3]=t}set m23(t){this._m23=t}set m31(t){this.value[4]=t}set m32(t){this.value[5]=t}set m33(t){this._m33=t}static fromString(t){const e=new qt,r=uu("number",t);return r.length===6&&r.forEach((s,i)=>{s.fullMatch&&(e.value[i]=parseFloat(s.fullMatch))}),e}toMatrix4(t=this.matrix4){const e=[this.m11,this.m12,0,this.m13,this.m21,this.m22,0,this.m23,0,0,1,0,this.m31,this.m32,0,this.m33];return t?(t.value=e,t):new de(e)}identity(){return this.value=Array.from(hm),this.m13=0,this.m23=0,this.m33=1,this.matrix4=this.toMatrix4(),this}get isIdentity(){return this.m11==1&&this.m12==0&&this.m13==0&&this.m21==0&&this.m22==1&&this.m23==0&&this.m31==0&&this.m32==0&&this.m33==1}multiplyScalar(t){return this.m11*=t,this.m12*=t,this.m13*=t,this.m21*=t,this.m22*=t,this.m23*=t,this.m31*=t,this.m32*=t,this.m33*=t,this}normalize(){const t=this.m33||1e-4;return this.multiplyScalar(1/t)}transformPoint(t){const e=t.z||1;return{x:t.x*this.m11+t.y*this.m21+e*this.m31,y:t.x*this.m12+t.y*this.m22+e*this.m32,z:t.x*this.m13+t.y*this.m23+e*this.m33}}clone(){return new qt(this.value)}multiply(t){const e=this.clone(),r=t instanceof qt?t:new qt(t);return this.m11=r.m11*e.m11+r.m12*e.m21+r.m13*e.m31,this.m12=r.m11*e.m12+r.m12*e.m22+r.m13*e.m32,this.m13=r.m11*e.m13+r.m12*e.m23+r.m13*e.m33,this.m21=r.m21*e.m11+r.m22*e.m21+r.m23*e.m31,this.m22=r.m21*e.m12+r.m22*e.m22+r.m23*e.m32,this.m23=r.m21*e.m13+r.m22*e.m23+r.m23*e.m33,this.m31=r.m31*e.m11+r.m32*e.m21+r.m33*e.m31,this.m32=r.m31*e.m12+r.m32*e.m22+r.m33*e.m32,this.m33=r.m31*e.m13+r.m32*e.m23+r.m33*e.m33,this}append(t){return this.multiply(t)}prepend(t){return t.multiply(this),this}inverse(){const t=this.m11,e=this.m12,r=this.m13,s=this.m21,i=this.m22,o=this.m23,a=this.m31,c=this.m32,h=this.m33,u=h*i-o*c,l=-h*s+o*a,d=c*s-i*a;let f=t*u+e*l+r*d;return f?(f=1/f,this.m11=u*f,this.m12=(-h*e+r*c)*f,this.m13=(o*e-r*i)*f,this.m21=l*f,this.m22=(h*t-r*a)*f,this.m23=(-o*t+r*s)*f,this.m31=d*f,this.m32=(-c*t+e*a)*f,this.m33=(i*t-e*s)*f,this):null}adjugate(){const t=new qt;return t.m11=this.m22*this.m33-this.m32*this.m23,t.m12=this.m32*this.m13-this.m12*this.m33,t.m13=this.m12*this.m23-this.m22*this.m13,t.m21=this.m31*this.m23-this.m21*this.m33,t.m22=this.m11*this.m33-this.m31*this.m13,t.m23=this.m21*this.m13-this.m11*this.m23,t.m31=this.m21*this.m32-this.m31*this.m22,t.m32=this.m31*this.m12-this.m11*this.m32,t.m33=this.m11*this.m22-this.m21*this.m12,t}split(){let t=Gt(Math.atan2(this.m12,this.m11));return this.m11<0&&this.m22>=0&&(t+=180),{x:this.m31,y:this.m32,degree:t,scaleX:Math.sqrt(this.m11*this.m11+this.m12*this.m12),scaleY:Math.sqrt(this.m21*this.m21+this.m22*this.m22),skewX:Gt(Math.atan2(-this.m21,this.m22)),skewY:Gt(Math.atan2(this.m12,this.m11))}}getGroupCoords(t){const e=this.value[0],r=this.value[1],s=this.value[2],i=this.value[3],o=this.value[4],a=this.value[5],c=t.value[0],h=t.value[1],u=t.value[2],l=t.value[3],d=t.value[4],f=t.value[5],p=c*l,m=h*u,v=(u*r-e*l)/(m-p),g=(c*r-e*h)/(p-m),b=(u*i-s*l)/(m-p),x=(c*i-s*h)/(p-m),w=(u*(a-f)+l*(d-o))/(m-p),C=(c*(a-f)+h*(d-o))/(p-m),E=[v,g,b,x,w,C];return new qt(E)}toString(t=6){return this.matrix4.is2D()?`matrix(${this.value.map(e=>tt(e,t)).join(",")})`:this.matrix4.toString()}translate(t,e){return this.multiply([1,0,0,1,t,e]),this.toMatrix4(),this}translateTo(t,e){return this.translate(t-this.m31,e-this.m32)}translateX(t){return this.translate(t,0)}translateXTo(t){return this.translateTo(t,this.m32)}translateY(t){return this.translate(0,t)}translateYTo(t){return this.translateTo(this.m31,t)}translateZ(t){return this.matrix4.translate(0,0,t),this.matrix4.toMatrix(this),this}translateZTo(t){return this.translateZ(t-this.matrix4.m43),this}translate3d(t,e,r){return this.matrix4.translate(t,e,r),this.matrix4.toMatrix(this),this}translate3dTo(t,e,r){return this.translate3d(t-this.matrix4.m41,e-this.matrix4.m42,r-this.matrix4.m43),this}rotate(t,e=0,r=0){const s=pt(t),i=Math.cos(s),o=Math.sin(s);return this.translate(e,r),this.multiply([i,o,-o,i,0,0]),this.translate(-e,-r),this.toMatrix4(),this}rotateTo(t,e=0,r=0){const{degree:s}=this.split();return this.rotate(t-s,e,r),this}rotateX(t){return this.matrix4.rotateX(t),this.matrix4.toMatrix(this),this}rotateXTo(t){const{degreeX:e}=this.matrix4.split();return this.rotateX(t-e),this}rotateY(t){return this.matrix4.rotateY(t),this.matrix4.toMatrix(this),this}rotateYTo(t){const{degreeY:e}=this.matrix4.split();return this.rotateY(t-e),this}rotateZ(t){return this.matrix4.rotateZ(t),this.matrix4.toMatrix(this),this}rotateZTo(t){const{degreeZ:e}=this.matrix4.split();return this.rotateZ(t-e),this}rotate3d(t,e,r){return this.matrix4.rotateX(t).rotateY(e).rotateZ(r),this.matrix4.toMatrix(this),this}rotate3dTo(t,e,r){const{degreeX:s,degreeY:i,degreeZ:o}=this.matrix4.split();return this.rotate3d(t-s,e-i,r-o),this}scale(t,e=t,r=0,s=0){return this.translate(r,s),this.multiply([t,0,0,e,0,0]),this.translate(-r,-s),this.toMatrix4(),this}scaleTo(t,e=t,r=0,s=0){return this.scale(t/this.m11,e/this.m22,r,s)}scaleX(t){return this.scale(t,1)}scaleXTo(t){return this.scale(t/this.m11,1)}scaleY(t){return this.scale(1,t)}scaleYTo(t){return this.scale(1,t/this.m22)}scaleZ(t){return this.matrix4.scale(1,1,t),this.matrix4.toMatrix(this),this}scaleZTo(t){const{scalarZ:e}=this.matrix4.split();return this.scaleZ(t/e),this}scale3d(t,e=t,r=t){return this.matrix4.scale(t,e,r),this.matrix4.toMatrix(this),this}scale3dTo(t,e=t,r=t){const{scalarX:s,scalarY:i,scalarZ:o}=this.matrix4.split();return this.scale3d(t/s,e/i,r/o),this}skew(t,e=t){return this.multiply([Math.cos(pt(e)),Math.sin(pt(e)),-Math.sin(pt(t)),Math.cos(pt(t)),0,0]),this.toMatrix4(),this}skewTo(t,e=t){const{skewX:r,skewY:s}=this.split();return this.skew(t-r,e-s)}skewX(t){const{skewY:e}=this.split();return this.skew(t,e)}skewXTo(t){const{skewY:e}=this.split();return this.skewTo(t,e)}skewY(t){const{skewX:e}=this.split();return this.skew(e,t)}skewYTo(t){const{skewX:e}=this.split();return this.skewTo(e,t)}skewZ(t){return this}skewZTo(t){return this}skew3d(t,e,r){return this}skew3dTo(t,e,r){return this}perspective(t){return this.matrix4.perspective(t),this.matrix4.toMatrix(this),this}}const kn=new Be,lo=new Be,we=new Be,Sh=new Be,Eh=new uo;new de;function fm(n){const t=new qt;return n.replace(/([a-z0-9]+)\s*\(?\s*((-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)*[a-z%]*\s*,?\s*)+)\)?/gi,function(e,r,s){s.indexOf(",")>=0?s=s.split(/\s*,\s*/):s=s.split(/\s+/);const i=[];for(let o=0,a=s.length;o<a;o++)s[o].trim()&&i.push(parseFloat(""+s[o]));switch(r.toLowerCase()){case"t":case"translate":t.translate(i[0],i[1]);break;case"translatex":t.translateX(i[0]);break;case"translatey":t.translateY(i[0]);break;case"translatez":t.translateZ(i[0]);break;case"translate3d":t.translate3d(i[0],i[1],i[2]);break;case"r":case"rotate":t.rotate(i[0],i[1]??0,i[2]??0);break;case"rotatex":t.rotateX(i[0]);break;case"rotatey":t.rotateY(i[0]);break;case"rotatez":t.rotateZ(i[0]);break;case"rotate3d":t.rotate3d(i[0],i[1],i[2]);break;case"s":case"scale":t.scale(i[0],i[1]??i[0]);break;case"scalex":t.scaleX(i[0]);break;case"scaley":t.scaleY(i[0]);break;case"scalez":t.scaleZ(i[0]);break;case"scale3d":t.scale3d(i[0],i[1],i[2]);break;case"skew":t.skew(i[0],i[1]??0);break;case"skewx":t.skewX(i[0]);break;case"skewy":t.skewY(i[0]);break;case"skewz":t.skewZ(i[0]);break;case"skew3d":t.skew3d(i[0],i[1],i[2]);break;case"m":case"matrix":t.multiply([i[0],i[1],i[2],i[3],i[4],i[5]]),t.toMatrix4();break;case"matrix3d":t.matrix4.multiply(new de(i)),t.matrix4.toMatrix(t);break}return""}),t}function Ie(n,t,e){const r=new qt;return r.rotate(Gt(n)),r.transformPoint({x:t,y:e})}function Ch(n){const t=typeof n?.x=="number"?n?.x:0,e=typeof n?.y=="number"?n?.y:0,r=typeof n?.degree=="number"?n?.degree:0,s=typeof n?.scalarX=="number"?n?.scalarX:1,i=typeof n?.scalarY=="number"?n?.scalarY:1,o=pt(r),a=Math.cos(o),c=Math.sin(o),h=new DOMMatrix([a*s,c*s,-c*i,a*i,t,e]);return h.multiplySelf(new DOMMatrix(n?.originMatrix||"")),h}function L2(n,t){const e=new Path2D(n),r=new Path2D;return r.addPath(e,Ch(t)),r}const dm={map:new Map,transform:function(n){if(l0)return n;if(this.map.has(n))return this.map.get(n);const t=new OffscreenCanvas(n.width,n.height);return t.getContext("2d")?.drawImage(n,0,0),this.map.set(n,t),t},clear:function(){this.map.clear()}};function N2(n,t,e){const r=new OffscreenCanvas(n,t),s=r.getContext("2d");if(s)return e(s),r.transferToImageBitmap()}function z2(n,t,e){const r=n.createPattern(dm.transform(t),"no-repeat");if(r){const s=Ch(e);r.setTransform(s),n.fillStyle=r}}const Th=["","-webkit-","-moz-","-o-","-ms-"];function Ph(n,t){const e=t.x||0,r=t.y||0,s=t.z||0;Ur(n,"transform",`translate(${e}px, ${r}px) translateZ(${s}px)`)}function F2(n,t){const e=t?.easingFn||G.Linear.None,r=t?.duration||0,s=t?.delay||0,i=ar(),o=i+r;let a=0,c=0;const h=t.deltaX,u=t.deltaY;function l(){const d=ar();if(d>=o){Ph(n,{x:h-a,y:u-c});return}const f=(d-i)/r,p=e(f),m=h*p,v=u*p;Ph(n,{x:m-a,y:v-c}),a=m,c=v,Vs(l)}setTimeout(()=>{l()},s)}const B2=typeof HTMLElement=="object"?function(t){return t instanceof HTMLElement}:function(t){return t&&typeof t=="object"&&t.nodeType===1&&typeof t.nodeName=="string"};function mm(n){return window.URL.createObjectURL(n)}function $2(n){return window.URL.revokeObjectURL(n)}function Ah(n){let t=!1;function e(){/loaded|complete/.test(document.readyState)&&!t&&(o(),n(),t=!0)}const r=_t(document,"DOMContentLoaded",e),s=_t(window,"load",e),i=setInterval(e,100),o=()=>{clearInterval(i),r?.(),s?.()};return o}function pm(n){return _t(window,"beforeunload",t=>{n(t)})}async function U2(n,t=6e4){return new Promise((e,r)=>{const s=document.createElement("script");s.type="text/javascript",s.async=!1,s.onload=o=>{clearTimeout(i),e(o),s.onerror=s.onload=null},s.onerror=o=>{clearTimeout(i),r(o)},s.src=n;const i=setTimeout(()=>{r("Timeout!")},t);document.body.appendChild(s)})}function Mh(n,t){const e=document.createElement("a");e.style.visibility="hidden",e.download=t,typeof n=="string"?e.href=n:e.href=window.URL.createObjectURL(n),e.click()}async function Y2(n,t=document.getElementsByTagName("head")[0],e=6e4){return new Promise((r,s)=>{const i=document.createElement("link");i.setAttribute("type","text/css"),i.setAttribute("rel","stylesheet"),i.onload=a=>{clearTimeout(o),r(a),i.onerror=i.onload=null},i.onerror=a=>{clearTimeout(o),s(a)},i.setAttribute("href",n);const o=setTimeout(()=>{s("Timeout!")},e);t.appendChild(i)})}function j2(){return new Promise(n=>{const t=Array.from(document.querySelectorAll("link[rel=stylesheet]"));let e=document.styleSheets.length||0;const r=()=>e>=t.length?(n(),!0):!1;r()||t.forEach(s=>{s.onload=()=>{e+=1,r()}})})}const gm=new Uo({max:1e3});async function ym(n,t=6e4){return new Promise((e,r)=>{const s=typeof n=="string"?n:mm(n),i=gm.get(s);if(i)return e(i);const o=setTimeout(()=>{r("Timeout!")},t),a=document.createElement("img");a.onload=()=>{clearTimeout(o),a.onerror=a.onload=null;const c=a.naturalWidth||a.width,h=a.naturalHeight||a.height,u={width:c,height:h,aspectRatio:c/h,element:a,imageData:gf(a)};gm.set(s,u),e(u)},a.onerror=c=>{clearTimeout(o),r(c)},a.src=s})}async function bm(n=ve.text,t=["*"]){const r=(await Sa(t))[0],s=await Br(r,n);return{type:r.type,name:r.name,size:r.size,data:s}}async function V2(n=["image/*"]){const e=(await Sa(n))[0];if(!e.type.match(/image\/*/))return new Error("Not Image Type!");const r=await Br(e,ve.arraybuffer),s=ko(r),i=await ym(s);return{type:e.type,name:e.name,size:e.size,data:r,width:i.width,height:i.height,aspectRatio:i.aspectRatio,imageData:i.imageData}}function G2(){return window.getSelection()?.toString()||""}function X2(n){document.getElementsByTagName("title")[0].innerText=n,document.title=n}function H2(n=200){"vibrate"in navigator?window.navigator.vibrate(n):console.error("Your device is not support vibrate on this browser.")}async function W2(n){if(navigator.clipboard)return await navigator.clipboard.writeText(n);{const t=document.createElement("textarea");return t.value=n,t.style.opacity="0",t.style.position="fixed",t.style.top="0",t.style.left="0",t.focus(),t.select(),document.execCommand("copy")}}function q2(n=0,t=0){window.scrollTo(n,t)}function J2(){let n=Cu,t=Cu;return"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual",n=pm(()=>{window.history.scrollRestoration="auto"}),t=Ah(()=>{window.history.scrollRestoration="manual"})),()=>{n(),t()}}function K2(n){return/(html|body)/i.test(n.tagName)||n===document.documentElement}const Z2=n=>n===document.activeElement&&(n.type||n.href);function Dh(){return parseFloat(getComputedStyle(document.documentElement).fontSize)}function Q2(n){return n*Dh()}function t_(n){return n.parentElement?parseFloat(getComputedStyle(n.parentElement).fontSize):Dh()}const e_=n=>{let t=n;for(;t&&t.nodeType!==1;){const e=t.parentElement||n.parentNode;if(!e)break;t=e}return t},n_=n=>n.parentElement,Oh=(n,t=[])=>!n||n.parentElement===null&&n.parentNode===null?t:Oh(n.parentElement,t.concat([n]));function r_(n){const t=Oh(n);for(let e=0,r=t.length;e<r;e++)if(/(auto|scroll)/.test($r(t[e],"overflow")+$r(t[e],"overflow-y")+$r(t[e],"overflow-x")))return t[e];return document.scrollingElement||document.documentElement}const s_=(n,t)=>n.contains?n!=t&&n.contains(t):!!(n.compareDocumentPosition(t)&16),i_=n=>Array.prototype.slice.call(n.parentElement?.children).filter(t=>t!==n),o_=n=>n.nextElementSibling,a_=n=>n.previousElementSibling,c_=(n,t)=>n.closest(t),h_=n=>n.shadowRoot,xs=n=>n.tagName==="INPUT"||n instanceof HTMLInputElement,Ih=n=>n.tagName==="SELECT"||n instanceof HTMLSelectElement,u_=n=>n.tagName==="TEXTAREA"||n instanceof HTMLTextAreaElement,Rh=n=>xs(n)&&n.getAttribute("type")==="checkbox",kh=n=>xs(n)&&n.getAttribute("type")==="radio",l_=n=>xs(n)&&n.getAttribute("type")==="text",f_=n=>xs(n)&&n.getAttribute("type")==="number";function d_(n,t){if(Ih(n)){const e=n.options;for(let r=0,s=e.length;r<s;r++)e[r].selected=e[r].value==t}}function m_(n,t){if(kh(n)){const e=document.getElementsByName(n.name);for(let r=0,s=e.length;r<s;r++){const i=e[r];i.checked=i.value==t}}}function p_(n,t){Rh(n)&&(n.checked=t)}function Cr(n,t,e="append"){typeof t=="string"?n[e](Sm(t)):n[e](t)}function wm(n,t){if(typeof t=="string"){n.innerHTML=t;const e=Cm(n);e!=n&&(n=e)}else Cr(t,"replaceWith")}const vm=function(n){wm(n,"")},g_=(n,t)=>{n.textContent=t},y_=n=>{if(n instanceof SVGElement)return"";let t=n.innerText;if(!t){const e=n.querySelector("slot")?.assignedNodes()||[];let r=0;for(;!t&&r<=e.length-1;)"innerText"in e[r]&&(t=e[r].innerText),r++}return t},b_=n=>n.remove();function w_(n,t){$r(n,"display")=="none"&&t===void 0||t===!0?xm(n):_m(n)}function xm(n){lr(n,"display",n instanceof HTMLTableRowElement?"table-row":n instanceof HTMLTableCellElement?"table-cell":"block")}function _m(n){lr(n,"display","none")}function Lh(n,t,e="toggle"){const r=t.split(/[,\s]+/);if(n.classList)r.forEach(s=>{const i=s.trim();i!==""&&n.classList[e](i)});else{const s=n.className.split(/ +/);let i=!1;r.forEach(o=>{const a=o.trim();if(a!==""){const c=s.indexOf(a);switch(e){case"add":c===-1&&(s.push(a),i=!0);break;case"remove":c!==-1&&(s.splice(c,1),i=!0);break;case"toggle":c===-1?s.push(a):s.splice(c,1),i=!0;break}}}),i&&jn(n,"class",s.join(" ").replace(/^\s+/,"").replace(/\s+$/,""))}}function v_(n,t){Lh(n,t,"add")}function x_(n,t){Lh(n,t,"remove")}function __(n,t){return new RegExp("(?:^|\\s+)"+t+"(?:\\s+|$)").test(n.className)}function Sm(n,t=!1){const e=document.createElement("template");return e.innerHTML=n,t&&e.content.childNodes.forEach(r=>{const s=Cm(r);s!=r&&e.content.replaceChild(s,r)}),e.content}function Em(n){return document.createElement.call(document,n)}function S_(n){return document.createElementNS("http://www.w3.org/1999/xhtml",n)}function E_(n){return document.createTextNode.call(document,n)}function Cm(n){return n.tagName=="SCRIPT"&&(n=Tm(n)),n.querySelectorAll&&n.querySelectorAll("script").forEach(t=>{t.parentNode?.replaceChild(Tm(t),t)}),n}function Tm(n){const t=n.ownerDocument.createElement("script");t.text=n.text;const e=n.attributes;for(let r=0,s=e.length;r<s;r++)t.setAttribute(e[r].name,e[r].value);return t}function C_(n,t="http://test.com/localstorage.html"){const e=document.createElement("iframe");e.src=t,document.body.append(e),setTimeout(function(){e.contentWindow?.postMessage(n,t)},4e3),setTimeout(function(){e.remove()},6e3)}function T_(n){const t=new Proxy(window,{get(e,r,s){if(typeof r=="string"&&["open","location","document"].includes(r))throw new Error(`禁止访问 key: ${r}`);return r==="window"?t:Reflect.get(e,r,s)},set(e,r,s,i){return Reflect.set(e,r,s,i)}});new Function("window",`with(window) { ${n} }`)(t,null)}function P_(n){return n=n.replace(/<%=(.+?)%>/g,"`); \n echo( $1 ); \n echo(`").replace(/<%([\s\S]+?)%>/g,"`); \n $1 \n echo(`"),n="echo(`"+n+"`);",`(function parse(data){
66
115
  let output = "";
67
116
  function echo(html){
68
117
  output += html;
69
118
  }
70
- ${s}
119
+ ${n}
71
120
  return output;
72
- })`}function _u(){let s=null;if(window.ActiveXObject){const t=["Microsoft.XMLHTTP","MSXML6.XMLHTTP","MSXML5.XMLHTTP","MSXML4.XMLHTTP","MSXML3.XMLHTTP","MSXML2.XMLHTTP","MSXML.XMLHTTP"];for(let e=0,n=t.length;e<n;e++)try{s=new window.ActiveXObject(t[e]);break}catch{continue}}else s=new XMLHttpRequest;return s}function Cu(s,t){return new Promise((e,n)=>{const{method:r="GET",data:i={},multipartFormDataString:o="",boundary:a="",headers:c={},withCredentials:h=!1,responseType:l="json",timeout:u=3e4}=t||{},d=_u();d.timeout=u,d.responseType=l,d.onreadystatechange=function(b){d.readyState===4&&(d.status===200?e(d.response):n(d.statusText))},d.ontimeout=()=>{n(`${s} is timed out for ${u}ms.`)},d.addEventListener("load",b=>t?.load?.(b,d),!1),d.addEventListener("loadstart",b=>t?.loadstart?.(b,d),!1),d.addEventListener("loadend",b=>t?.loadend?.(b,d),!1),d.addEventListener("progress",b=>{if(b.lengthComputable){const v=Math.round(b.loaded*100/b.total);t?.progress?.(b,d,v)}},!1),d.addEventListener("error",b=>t?.error?.(b,d),!1),d.addEventListener("abort",b=>t?.abort?.(b,d),!1);const f=r.toUpperCase();Object.assign(c,{Accept:"*/*"});let m=!1,p=!1,_=!1;function y(){d.setRequestHeader("If-Modified-Since","Sat, 1 Jan 2000 00:00:00 GMT"),h&&(d.withCredentials=!0);for(const b in c)Nt(b).toLowerCase()=="content-type"&&c[b].toLowerCase()=="multipart/form-data"?(m=!0,d.setRequestHeader("Content-Type","multipart/form-data; boundary="+a)):(Nt(b).toLowerCase()=="content-type"&&(c[b].toLowerCase().indexOf("text/plain")>=0?p=!0:c[b].toLowerCase().indexOf("application/json")>=0&&(_=!0)),d.setRequestHeader(b,c[b]))}switch(f){case"GET":let b="";i instanceof FormData?b=gp(i):b=pp(i),d.open("GET",mp(s,b),!0),y(),d.send(null);break;default:d.open(f,s,!0),y(),m?d.sendAsBinary(o):_?d.send(JSON.stringify(i)):p?d.send(Object.entries(i).map(([v,w])=>`${v}=${w}`).join(`\r
73
- `)):d.send(Object.entries(i).map(([v,w])=>`${encodeURIComponent(v)}=${encodeURIComponent(w)}`).join("&"));break}})}async function Nb(s){const t={url:s.action||"",data:{},contentType:s.method.toLowerCase()==="post"&&s.enctype?s.enctype:"application/x-www-form-urlencoded",multipartFormDataString:"",boundary:"---------------------------"+Date.now().toString(16)},e=[],n=t.contentType=="multipart/form-data";for(let r=0;r<s.elements.length;r++){const i=s.elements[r];if(!i.hasAttribute("name"))continue;const o=i.getAttribute("type");switch(i.nodeName.toUpperCase()==="INPUT"&&o?o.toUpperCase():""){case"FILE":const c=i;if(n)for(let u=0,d=c.files?.length||0;u<d;u++){const f=c.files?.[u];if(f){const m=await ss(f,ie.binaryString);e.push('Content-Disposition: form-data; name="'+c.name+'"; filename="'+f.name+`"\r
74
- Content-Type: `+f.type+`\r
75
- \r
76
- `+m+`\r
77
- `)}}break;case"RADIO":case"CHECKBOX":if(!i.checked)break;default:const l=i;n?e.push('Content-Disposition: form-data; name="'+l.name+`"\r
78
- \r
79
- `+l.value+`\r
80
- `):t.data[l.name]=l.value;break}}return t.multipartFormDataString="--"+t.boundary+`\r
81
- `+e.join("--"+t.boundary+`\r
82
- `)+"--"+t.boundary+`--\r
83
- `,t}function Eu(s){const t=[];for(let e=0,n=Go.length;e<n;e++){const r=Nt(Go[e]+s);t.push(r)}return t}function ws(s,t,e){const n=$a(s);return n.props.style=n.props.style||{},t?n.props.style[t]||n.props.style[Xc(t)]||n.props.style[Nt(t)]||"":n.props.style}function $n(s,t,e){jr(s,n=>{n.props.style=n.props.style||{},typeof t=="string"&&e?n.props.style[t]=e:t instanceof Object&&Object.keys(t).forEach(r=>{n.props.style[r]=t[r]})}),Ya()}function ta(s,t=!1){const e={};if(!t)if(getComputedStyle){const n=getComputedStyle(s);for(let r=0,i=n.length;r<i;r++){const o=n[r];e[o]=n.getPropertyValue(o)}}else{const n=s.style||s.currentStyle;for(const r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return s.style.cssText&&s.style.cssText.split(";").filter(n=>!!n).forEach(n=>{const[r,i]=n.split(":").map(o=>o.trim());r&&i&&(e[r]=i)}),e}function Fb(s,t){const e=Eu(t),n=e.length;let r="";for(let i=0;i<n;i++){const o=e[i];if(r=s[o]||"",r)return r}return r}function Bb(s,t,e){const n=Eu(t),r=n.length;let i="";for(let o=0;o<r;o++){const a=n[o];if(i="style"in s&&s.style[a]||"currentStyle"in s&&s.currentStyle[a]||"",i)return i}if(getComputedStyle){const o=getComputedStyle(s,e);for(let a=0;a<r;a++){const c=n[a];if(i=o.getPropertyValue(c).trim(),i)return i}}return i}function vs(s,t,e){if(t)if(typeof t=="string"&&e)try{s.style.setProperty(t,e.replace(/!important/i,""),e.toLowerCase().includes("!important")?"important":"")}catch{s.style[t]=e}else t instanceof Object&&Object.keys(t).forEach(n=>{vs(s,n,t[n])})}function ea(s,t){typeof t=="string"?s.style.removeProperty(Nt(t)):Object.keys(t).forEach(e=>{ea(s,e)})}function Tu(s,t){let e;if(typeof t=="string"){const n=document.querySelector(t)?.shadowRoot;n?e=n:e=document.querySelector(t)}else e=t||document.getElementsByTagName("head")[0];if(e){const n=document.createElement("style");return n.innerHTML=s,e.appendChild(n),()=>{(e instanceof HTMLElement||e instanceof ShadowRoot)&&e.removeChild(n)}}else{const n=document.styleSheets[0].insertRule(s);return()=>{document.styleSheets[0].deleteRule(n)}}}class Ub{selector;name;value;constructor(t,e,n){this.selector=t,this.name=e,this.value=n}toString(){return`${this.selector} { ${this.name}: ${this.value} }`}}class $b{propertyName;values=[];constructor(t){this.propertyName=t}add(t,e){this.values.push(new Ub(t,this.propertyName,e))}}async function Pu(){const s=[],t=document.querySelectorAll("style, link");for(let e=0,n=t.length;e<n;e++){const r=t[e];let i=r.innerHTML;switch(r.nodeName.toLowerCase()){case"style":break;case"link":i=await Cu(r.href,{method:"GET",responseType:"text"});break}i=i.replace(/\/\/.+?(?=\n|\r|$)|\/\*[\s\S]+?\*\//g,"").replace(/@[^{};]*;|@[^{};]*\{[^}]*\}/g,"").replace(/[\\n\n]+(?<=[\\n\n]+)\s+/g,""),s.push(i)}return s}async function Yb(){const s={},t=await Pu();for(let e=0,n=t.length;e<n;e++){const i=t[e].match(/[^{]*{[^}]*}/g);if(i)for(let o=0,a=i.length;o<a;o++){const c=i[o].split(/[{}]/g),h=c[0].trim(),u=c[1].split(";");for(let d=0;d<u.length;d++)if(u[d].trim()!=""){const f=u[d].split(":"),m=f[0].trim().toLowerCase(),p=f[1];s[m]||(s[m]=new $b(m)),p&&s[m].add(h,p.trim())}}}return s}function Ne(s,t,e){if(t===void 0&&e===void 0)return na(s);if(typeof t=="string"&&e===void 0)return Au(s,t);typeof t=="object"?jr(s,n=>{for(const r in t)r=="style"?$n(s,r,t[r]):Object.prototype.hasOwnProperty.call(t,r)&&(n.props[r]=""+t[r])}):typeof t=="string"&&typeof e=="string"&&(t=="style"?$n(s,t,e):jr(s,n=>{n.props[t]=""+e})),Ya()}function na(s){const t={};for(let e=0,n=s.attributes,r=n.length;e<r;e++){const i=n[e];i.nodeName&&i.nodeValue&&(i.nodeName==="style"?t[i.nodeName]=ta(s,!0):t[i.nodeName]=i.nodeValue)}return t}function Au(s,t){return t==="style"?ta(s,!0):s.getAttribute(Nt(t))}function yn(s,t,e){return s.setAttribute(Nt(t),""+e)}function jb(s,t){t.split(/[,\s]+/i).forEach(e=>{const n=Nt(e.trim());n!=""&&s.removeAttribute(n)})}function Mu(s,t){for(const e in t){const n=t[e];switch(e){case"fill":n!=="none"&&(s.fillStyle=n);break;case"stroke":n!=="none"&&(s.strokeStyle=n);break;case"stroke-width":case"strokeWidth":s.lineWidth=Number(n);break;case"stroke-linecap":case"strokeLinecap":s.lineCap=n;break;case"stroke-linejoin":case"strokeLinejoin":switch(n){case"round":case"bevel":case"miter":s.lineJoin=n;break;default:s.lineJoin="miter";break}break;case"stroke-miterlimit":case"strokeMiterlimit":s.miterLimit=Number(n);break;case"stroke-opacity":case"strokeOpacity":break;case"stroke-dashoffset":case"strokeDashoffset":s.lineDashOffset=Number(n);break;case"stroke-dasharray":case"strokeDasharray":typeof n=="string"&&s.setLineDash(n.split(/\s+/).map(r=>Number(r)));break;case"cursor":break;case"font":typeof n=="string"&&(s.font=n);break;case"font-size":case"fontSize":s.font+=` ${n}`;break;case"font-family":case"fontFamily":s.font+=` ${n}`;break;case"font-weight":case"fontWeight":break;case"font-style":case"fontStyle":break;case"text-anchor":case"textAnchor":switch(n){case"middle":s.textAlign="center";break;case"end":s.textAlign="end";break;case"start":s.textAlign="start";break}break;case"alignment-baseline":case"alignmentBaseline":switch(n){case"middle":case"bottom":case"top":case"alphabetic":case"hanging":case"ideographic":s.textBaseline=n;break;default:s.textBaseline="alphabetic";break}break}}}function Xb(){return"ontouchstart"in window||"ontouchend"in document||navigator.maxTouchPoints>0}function Gb(){return!!window.PointerEvent}function Vb(s,t){let e=document.createElement(s);t="on"+t;let n=t in e;return n||(e.setAttribute(t,"return;"),n=typeof e[t]=="function"),e=null,n}function sa(){return{x:0,y:0,isDown:!1}}function bn(){const s=sa(),t=sa();return{start:s,current:t,setStart:function(e,n){s.x=e.x,s.y=e.y,s.isDown=typeof n=="boolean"?n:typeof e.isDown=="boolean"?e.isDown:!1,this.setCurrent(e,n)},setCurrent:(e,n)=>{t.x=e.x,t.y=e.y,t.isDown=typeof n=="boolean"?n:typeof e.isDown=="boolean"?e.isDown:!1}}}function Or(s=document.documentElement,t=!1){return st(s,"mousemove",t)}function ku(s=document.documentElement,t=!1){return st(s,"mousedown",t)}function Iu(s=document.documentElement,t=!1){return st(s,"mouseup",t)}function qb(s=document.documentElement,t=!1){return st(s,"mouseover",t)}function Hb(s=document.documentElement,t=!1){return st(s,"mouseout",t)}function Wb(s=document.documentElement,t=!1){return st(s,"mouseenter",t)}function Jb(s=document.documentElement,t=!1){return st(s,"mouseleave",t)}function Kb(s=document.documentElement,t=!1){return st(s,"click",t)}function Zb(s=document.documentElement,t=!1){return st(s,"dblclick",t)}function Qb(s=document.documentElement,t=!1){return st(s,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",t)}function tw(s=document.documentElement,t=!1){return st(s,"contextmenu",t)}function Du(s=document.documentElement,t=!1){return st(s,"touchmove",t)}function Ou(s=document.documentElement,t=!1){return st(s,"touchstart",t)}function Ru(s=document.documentElement,t=!1){return st(s,"touchend",t)}function Lu(s=document.documentElement,t=!1){return st(s,"touchcancel",t)}function ra(s=document.documentElement,t=!1){return st(s,"pointermove",t)}function ia(s=document.documentElement,t=!1){return st(s,"pointerdown",t)}function oa(s=document.documentElement,t=!1){return st(s,"pointerup",t)}function aa(s=document.documentElement,t=!1){return st(s,"pointercancel",t)}function ew(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("pan",e)},e=>{t.off("pan",e)})}function nw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("panmove",e)},e=>{t.off("panmove",e)})}function sw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("panstart",e)},e=>{t.off("panstart",e)})}function rw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("panend",e)},e=>{t.off("panend",e)})}function iw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("pancancel",e)},e=>{t.off("pancancel",e)})}function ow(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("panleft",e)},e=>{t.off("panleft",e)})}function aw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("panright",e)},e=>{t.off("panright",e)})}function cw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("panup",e)},e=>{t.off("panup",e)})}function hw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("pandown",e)},e=>{t.off("pandown",e)})}function lw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("pinch",e)},e=>{t.off("pinch",e)})}function uw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("pinchin",e)},e=>{t.off("pinchin",e)})}function fw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("pinchout",e)},e=>{t.off("pinchout",e)})}function dw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("press",e)},e=>{t.off("press",e)})}function mw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("rotate",e)},e=>{t.off("rotate",e)})}function pw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("swipe",e)},e=>{t.off("swipe",e)})}function gw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("swipeleft",e)},e=>{t.off("swipeleft",e)})}function yw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("swiperight",e)},e=>{t.off("swiperight",e)})}function bw(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("swipeup",e)},e=>{t.off("swipeup",e)})}function ww(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("swipedown",e)},e=>{t.off("swipedown",e)})}function zu(s=document.documentElement){const t=new At(s);return Tt(e=>{t.on("tap",e)},e=>{t.off("tap",e)})}function vw(s=document.documentElement){const t=new At(document.documentElement);return Tt(e=>{const n=r=>{!r.target||s==r.target||s.contains(r.target)||e(r)};return t.on("tap",n),n},(e,n)=>{t.off("tap",n)})}function xw(s=document.documentElement,t=!1){return st(s,"transitionstart",t)}function Sw(s=document.documentElement,t=!1){return Ol(st(s,"transitionend",t),st(s,"webkitTransitionEnd",t),st(s,"oTransitionEnd",t),st(s,"MSTransitionEnd",t))}function _w(s=document.documentElement,t=!1){return st(s,"animationstart",t)}function Cw(s=document.documentElement,t=!1){return st(s,"animationend",t)}function Nu(s=document.documentElement,t=!1){return st(s,"drag",t)}function Fu(s=document.documentElement,t=!1){return st(s,"dragstart",t)}function Bu(s=document.documentElement,t=!1){return st(s,"dragend",t)}function Uu(s=document.documentElement,t=!1){return st(s,"drop",t)}function $u(s=document.documentElement,t=!1){return st(s,"dragenter",t)}function Yu(s=document.documentElement,t=!1){return st(s,"dragleave",t)}function ju(s=document.documentElement,t=!1){return st(s,"dragover",t)}function Xu(s=document.documentElement,t=!1){return st(s,"keydown",t)}function Gu(s=document.documentElement,t=!1){return st(s,"keyup",t)}function Ew(s=document.documentElement,t=!1){return st(s,"keypress",t)}function Tw(s=document.documentElement,t){const e=t?.useMousePoint||bn();return Or(s).pipe(kt(n=>(e.setCurrent(Lt(n,s)),e)))}function Vu(s=document.documentElement,t){const e=t?.useMousePoint||bn();return Or(s).pipe(yy(ku(s).pipe(pn(n=>{e.setStart(Lt(n,s),!0),t?.start?.(n,e)})),()=>Iu(s).pipe(pn(n=>{e.setCurrent(Lt(n,s),!1),t?.end?.(n,e)}))),my(),kt(n=>(e.setCurrent(Lt(n,s),!0),e)))}function qu(s=document.documentElement,t){const e=t?.useMousePoint||bn();return Ou(s).pipe(pn(n=>{const r=n.changedTouches[0];e.setStart(Lt(r,s),!0),t?.start?.(r,e)}),Sr(()=>Du(s).pipe(To(xr(Ru(s),Lu(s)).pipe(pn(n=>{const r=n.changedTouches[0];e.setCurrent(Lt(r,s),!1),t?.end?.(r,e)}))))),kt(n=>{const r=n.changedTouches[0];return e.setCurrent(Lt(r,s),!0),e}))}function Rr(s=document.documentElement,t){const e=t?.useMousePoint||bn();return ia(s).pipe(pn(n=>{e.setStart(Lt(n,s),!0),t?.start?.(n,e)}),Sr(()=>ra(s).pipe(To(xr(oa(s),aa(s)).pipe(pn(n=>{e.setCurrent(Lt(n,s),!1),t?.end?.(n,e)}))))),kt(n=>(e.setCurrent(Lt(n,s),!0),e)))}function Pw(s=document.documentElement,t){return xr(Vu(s,t),qu(s,t))}function Hu(s=document.documentElement,t){const e=t?.useMousePoint||bn();return Ol(Or(s),ia(s)).pipe(Ll(n=>n instanceof PointerEvent?(e.setStart(Lt(n,s),!0),t?.start?.(n,e),ra(s).pipe(To(xr(oa(s),aa(s)).pipe(pn(r=>{e.setCurrent(Lt(r,s),!1),t?.end?.(r,e)}))))):n instanceof MouseEvent?F0(n):gl),kt(n=>(e.setCurrent(Lt(n,s),n instanceof PointerEvent),e)))}function Aw(s){return new Mt(t=>Rr(s,{start:()=>{t.next(0)}}).subscribe(n=>{t.next(n.current.y-n.start.y)}).unsubscribe).pipe(He())}function Mw(s,t){yn(s,"draggable","true");const e=Fu(s,!0).subscribe(i=>{We(i),zl(i);const o=i.dataTransfer;o&&(o.effectAllowed="move",o.setData("text/plain","some-data")),t?.onStart?.(i)}),n=Nu(s).subscribe(i=>{We(i),t?.onDrag?.(i)}),r=Bu(s).subscribe(i=>{We(i),t?.onEnd?.(i)});return()=>{e.unsubscribe(),n.unsubscribe(),r.unsubscribe()}}function kw(s,t){const e=$u(s).subscribe(o=>{We(o),t?.onEnter?.(o)}),n=ju(s).subscribe(o=>{We(o);const a=o.dataTransfer;a&&(a.dropEffect="move"),t?.onOver?.(o)}),r=Yu(s).subscribe(o=>{We(o),t?.onLeave?.(o)}),i=Uu(s).subscribe(o=>{We(o);const a=o.dataTransfer;if(!a){t?.onDrop?.(o,[]);return}t?.onDrop?.(o,[...a.files])});return()=>{e.unsubscribe(),n.unsubscribe(),r.unsubscribe(),i.unsubscribe()}}function Wu(s=10){return st(window,"scroll",!0).pipe(gy(s))}function Iw(){return st(document,"visibilitychange",!0).pipe(kt(()=>document.visibilityState==="visible"),He())}function Dw(){return st(window,"storage",!1)}function Ow(){return{screenWidth:window.screen.width,screenHeight:window.screen.height,innerWidth:window.innerWidth,innerHeight:window.innerHeight,screenX:window.screenX,screenY:window.screenY,pageXOffset:window.pageXOffset,pageYOffset:window.pageYOffset}}function Yn(){const s=document.documentElement||document.body;return{el:s,clientWidth:s.clientWidth,clientHeight:s.clientHeight,clientTop:s.clientTop,clientLeft:s.clientLeft,scrollWidth:s.scrollWidth,scrollHeight:s.scrollHeight,scrollTop:s.scrollTop,scrollLeft:s.scrollLeft,offsetWidth:s.offsetWidth,offsetHeight:s.offsetHeight,offsetTop:s.offsetTop,offsetLeft:s.offsetLeft,offsetParent:s.offsetParent}}function ca(){const{clientWidth:s,clientHeight:t,scrollLeft:e,scrollTop:n}=Yn();return{width:window.innerWidth||s,height:window.innerHeight||t,x:window.pageXOffset||e,y:window.pageYOffset||n}}function Rw(){const{scrollWidth:s,scrollHeight:t,scrollLeft:e,scrollTop:n}=Yn();return{width:s,height:t,scrollX:window.pageXOffset||e,scrollY:window.pageYOffset||n}}function ha(s){return s.getBoundingClientRect()}function Lw(s){return{x:s.offsetLeft,y:s.offsetTop,width:s.offsetWidth,height:s.offsetHeight}}function la(s){const{top:t,left:e,width:n,height:r}=s.getBoundingClientRect(),{scrollLeft:i,scrollTop:o}=Yn();return{x:e+i,y:t+o,width:n,height:r}}function zw(s){let t=s,e=0,n=0;for(;t!==null;)e+=t.offsetLeft,n+=t.offsetTop,t.offsetParent instanceof HTMLElement?t=t.offsetParent:t=null;return{x:e,y:n,width:s.offsetWidth,height:s.offsetHeight}}function Nw(){const{clientHeight:s,scrollTop:t,scrollHeight:e}=Yn(),n=e-s;return n<=0?0:t/n*100}function Fw(s){const t=ca(),e=ha(s);return e.bottom>=0&&e.top<=t.height&&e.right>=0&&e.left<=t.width}function Bw(s){if("center"in s){const t=s.center,e=ha(s.target);return{x:t.x-e.x,y:t.y-e.y}}return{x:s.clientX,y:s.clientY}}function ua(s){if("center"in s)return s.center;if(typeof s.pageX=="number"&&typeof s.pageY=="number")return{x:s.pageX,y:s.pageY};const{scrollLeft:t,scrollTop:e}=Yn();return{x:s.clientX+t,y:s.clientY+e}}function Lt(s,t){const e={x:0,y:0};if(t){const n=ua(s),r=la(t);e.x=K(n.x-r.x,0,r.width),e.y=K(n.y-r.y,0,r.height)}else{let n=0,r=0;if("currentTarget"in s&&s.currentTarget&&s.target&&s.currentTarget!=s.target){const i=s.currentTarget.getBoundingClientRect(),o=s.target.getBoundingClientRect();n=o.left-i.left,r=o.top-i.top}if("offsetX"in s)e.x=s.offsetX+n,e.y=s.offsetY+r;else{const i=ua(s),o=la(s.target);e.x=K(i.x-o.x+n,0,o.width),e.y=K(i.y-o.y+r,0,o.height)}}return e}function Uw(s){let t=0;return s||(s=window.event),s.wheelDelta?(t=s.wheelDelta/120,window.opera&&(t=-t)):s.detail&&(t=-s.detail/3),t}function $w(s){if(document.implementation.hasFeature("MouseEvents","2.0"))return s.button;switch(s.button){case 0:case 1:case 3:case 5:case 7:return 0;case 2:case 6:return 2;case 4:return 1}}const Yw={BACKSPACE:8,TAB:9,COMMA:188,DELETE:46,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,UP:38,DOWN:40,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32},jw={NULL:"",CANCEL:"",HELP:"",BACK_SPACE:"",TAB:"",CLEAR:"",RETURN:"",ENTER:"",SHIFT:"",CONTROL:"",ALT:"",PAUSE:"",ESCAPE:"",SPACE:"",PAGE_UP:"",PAGE_DOWN:"",END:"",HOME:"",ARROW_LEFT:"",LEFT:"",ARROW_UP:"",UP:"",ARROW_RIGHT:"",RIGHT:"",ARROW_DOWN:"",DOWN:"",INSERT:"",DELETE:"",SEMICOLON:"",EQUALS:"",NUMPAD0:"",NUMPAD1:"",NUMPAD2:"",NUMPAD3:"",NUMPAD4:"",NUMPAD5:"",NUMPAD6:"",NUMPAD7:"",NUMPAD8:"",NUMPAD9:"",MULTIPLY:"",ADD:"",SEPARATOR:"",SUBTRACT:"",DECIMAL:"",DIVIDE:"",F1:"",F2:"",F3:"",F4:"",F5:"",F6:"",F7:"",F8:"",F9:"",F10:"",F11:"",F12:"",COMMAND:"",META:"",ZENKAKU_HANKAKU:""};function Xw(s){if(s.key)return s.key;if(s.keyCode)return s.keyCode;if(s.which)return s.which}function Ju(s,t){const e=t.ctrl||!1,n=t.shift||!1,r=t.alt||!1;return(e===s.metaKey||e===s.ctrlKey)&&n===s.shiftKey&&r===s.altKey&&t.keys.map(i=>i.toLowerCase()).includes(s.key.toLowerCase())}function Ku(s){return Xu(s.target||document||window).pipe(Rl(t=>Ju(t,s)),kt(t=>{t.stopPropagation(),t.preventDefault()}))}function Gw(s){return Gu(s.target||document||window).pipe(Rl(t=>Ju(t,s)),kt(t=>{t.stopPropagation(),t.preventDefault()}))}function Zu(s={keys:["o"]},t=ie.text){return Ku(s).pipe(Sr(async()=>await mu(t)))}async function Vw(s={keys:["o"]},t=ie.text){return U0(Zu(s,t))}async function Qu(s,t){return new Promise(e=>{const n=new ResizeObserver(r=>{const i=s.getBoundingClientRect();t(i),e(()=>{n.unobserve(s)})});n.observe(s)})}function fa(s=document.documentElement,t){return new Mt(e=>{const n=s.getBoundingClientRect();let r=n.x,i=n.y,o=n.width,a=n.height;e.next(n);const c=new ResizeObserver(h=>{const l=s.getBoundingClientRect();(r!=l.x||i!=l.y||o!=l.width||a!=l.height)&&(r=l.x,i=l.y,o=l.width,a=l.height,e.next(l))});return c.observe(s,t),()=>{c.unobserve(s),c.disconnect()}})}function qw(){return st(window,"orientationchange"in window?"orientationchange":"resize").pipe(kt(s=>({width:s.target.innerWidth,height:s.target.innerHeight})),mn({width:window.innerWidth,height:window.innerHeight}))}function Hw(){const s={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1},t={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1};return{mousePoint:t,setStartMousePoint:function(e,n){s.x=e.x,s.y=e.y,s.isDown=typeof n=="boolean"?n:!1,this.setCurrentMousePoint(e,n)},setCurrentMousePoint:(e,n)=>{const r=t.x,i=t.y;t.x=e.x,t.y=e.y,t.dx=t.x-r,t.dy=t.y-i,t.dStartX=t.x-s.x,t.dStartY=t.y-s.y,t.isDown=typeof n=="boolean"?n:!1}}}function Ww(s=document.documentElement){const t=new sr,e=new At(s);let n=[];const r=Hw(),i=r.mousePoint,o=z=>{t.emit("mouseDown",z)},a=z=>{t.emit("mouseUp",z)},c=z=>{i.isDown||r.setCurrentMousePoint(Lt(z,s)),t.emit("mouseMove",z)},h=z=>{t.emit("mouseOver",z)},l=z=>{t.emit("mouseOut",z)},u=z=>{t.emit("mouseEnter",z)},d=z=>{t.emit("mouseLeave",z)},f=z=>{t.emit("mouseClick",z)},m=z=>{t.emit("mouseDoubleClick",z)},p=z=>{t.emit("mouseWheel",z)},_=z=>{t.emit("mouseContextMenu",z)},y=z=>{t.emit("touchStart",z)},b=z=>{t.emit("touchEnd",z)},v=z=>{t.emit("touchCancel",z)},w=z=>{const vt=z.changedTouches[0];i.isDown||r.setCurrentMousePoint(Lt(vt,s)),t.emit("touchMove",z)},E=z=>{t.emit("pointerDown",z)},C=z=>{t.emit("pointerUp",z)},D=z=>{t.emit("pointerCancel",z)},$=z=>{t.emit("pointerMove",z)},O=z=>{t.emit("pan",z)},U=z=>{t.emit("panStart",z)},V=z=>{t.emit("panMove",z)},q=z=>{t.emit("panEnd",z)},ft=z=>{t.emit("panCancel",z)},pt=z=>{t.emit("panLeft",z)},zt=z=>{t.emit("panRight",z)},wt=z=>{t.emit("panUp",z)},It=z=>{t.emit("panDown",z)},Xt=z=>{t.emit("pinch",z)},Y=z=>{t.emit("pinchin",z)},N=z=>{t.emit("pinchout",z)},A=z=>{t.emit("press",z)},L=z=>{t.emit("rotate",z)},H=z=>{t.emit("swipe",z)},W=z=>{t.emit("swipeLeft",z)},ht=z=>{t.emit("swipeRight",z)},mt=z=>{t.emit("swipeUp",z)},Q=z=>{t.emit("swipeDown",z)},Pt=z=>{t.emit("tap",z)},at=z=>{!z.target||s==z.target||s.contains(z.target)||t.emit("tapOutSide",z)},Ct=z=>{t.emit("transitionstart",z)},Ue=z=>{t.emit("transitionend",z)},Se=z=>{t.emit("animationstart",z)},_e=z=>{t.emit("animationend",z)};let pe={...s.getBoundingClientRect(),width:s.offsetWidth,height:s.offsetHeight};return{el:s,get rect(){return pe},mousePoint:i,eb:t,start:async function(){n.push(yt(s,"mousedown",o)),n.push(yt(s,"mouseup",a)),n.push(yt(s,"mousemove",c)),n.push(yt(s,"mouseover",h)),n.push(yt(s,"mouseout",l)),n.push(yt(s,"mouseenter",u)),n.push(yt(s,"mouseleave",d)),n.push(yt(s,"click",f)),n.push(yt(s,"dblclick",m)),n.push(yt(s,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",p)),n.push(yt(s,"contextmenu",_)),n.push(yt(s,"touchstart",y)),n.push(yt(s,"touchend",b)),n.push(yt(s,"touchcancel",v)),n.push(yt(s,"touchmove",w)),n.push(yt(s,"pointerdown",E)),n.push(yt(s,"pointerup",C)),n.push(yt(s,"pointercancel",D)),n.push(yt(s,"pointermove",$)),e.on("pan",O),e.on("panstart",U),e.on("panmove",V),e.on("panend",q),e.on("pancancel",ft),e.on("panleft",pt),e.on("panright",zt),e.on("panup",wt),e.on("pandown",It),e.on("pinch",Xt),e.on("pinchin",Y),e.on("pinchout",N),e.on("press",A),e.on("rotate",L),e.on("swipe",H),e.on("swipeleft",W),e.on("swiperight",ht),e.on("swipeup",mt),e.on("swipedown",Q),e.on("tap",Pt),n.push(yt(document,"pointerdown",at)),n.push(yt(s,"transitionstart",Ct)),n.push(yt(s,"transitionend",Ue)),n.push(yt(s,"animationstart",Se)),n.push(yt(s,"animationend",_e));const z=await Qu(s,vt=>{pe=vt,t.emit("resize",vt)});n.push(z),n.push(tf(this,{start:vt=>{r.setStartMousePoint(Lt(vt,s),!0)},move:vt=>{r.setCurrentMousePoint(Lt(vt,s))},end:vt=>{r.setCurrentMousePoint(Lt(vt,s),!1)}}))},end:()=>{t.removeAllListeners(),n.forEach(z=>z()),n=[],e.off("pan",O),e.off("panstart",U),e.off("panmove",V),e.off("panend",q),e.off("pancancel",ft),e.off("panleft",pt),e.off("panright",zt),e.off("panup",wt),e.off("pandown",It),e.off("pinch",Xt),e.off("pinchin",Y),e.off("pinchout",N),e.off("press",A),e.off("rotate",L),e.off("swipe",H),e.off("swipeleft",W),e.off("swiperight",ht),e.off("swipeup",mt),e.off("swipedown",Q),e.off("tap",Pt)}}}function tf(s,t){return ef(s,t)}function ef(s,t){const e=s.eb,n=o=>{e.on("pointerMove",i),e.on("pointerUp",r),e.on("pointerCancel",r),t?.start?.(o)},r=o=>{e.off("pointerMove",i),e.off("pointerUp",r),e.off("pointerCancel",r),t?.end?.(o)},i=o=>{t?.move?.(o)};return e.on("pointerDown",n),()=>e.off("pointerDown",n)}function Jw(s,t){const e=s.eb,n=o=>{document.addEventListener("mousemove",i,!1),document.addEventListener("mouseup",r,!1),t?.start?.(o)},r=o=>{document.removeEventListener("mousemove",i,!1),document.removeEventListener("mouseup",r,!1),t?.end?.(o)},i=o=>{t?.move?.(o)};return e.on("mouseDown",n),()=>e.off("mouseDown",n)}function Kw(s,t){const e=s.eb,n=o=>{e.on("touchMove",i),e.on("touchEnd",r),e.on("touchCancel",r);const a=o.changedTouches[0];t?.start?.(a)},r=o=>{e.off("touchMove",i),e.off("touchEnd",r),e.off("touchCancel",r);const a=o.changedTouches[0];t?.end?.(a)},i=o=>{const a=o.changedTouches[0];t?.move?.(a)};return e.on("touchStart",n),()=>e.off("touchStart",n)}let da=class{x;y;toX;toY;constructor(t){this.x=Z(t?.x||0,2),this.y=Z(t?.y||0,2),this.toX=Z(t?.toX||0,2),this.toY=Z(t?.toY||0,2)}toSVGPathData(){return[["L",this.toX,this.toY]]}toCanvasContext(t){t.lineTo(this.toX,this.toY)}getBoundingClientRect(t=2){const e=se(this.x,this.y,this.toX,this.toY);if(e===0){const n=Math.min(this.x,this.toX),r=Math.min(this.y,this.toY),i=Math.max(this.x,this.toX),o=Math.max(this.y,this.toY);return{x:n,y:r,width:i-n,height:o-r}}else{const n=Math.sin(e),r=Math.cos(e),i=r*this.x-n*this.y,o=r*this.toX-n*this.toY,a=r*this.y+n*this.x,c=r*this.toY+n*this.toX;return{x:Z(Math.min(i,o),t),y:Z(Math.min(a,c),t),width:Z(Math.max(i,o)-Math.min(i,o),t),height:Z(Math.max(a,c)-Math.min(a,c),t)}}}interpolate(t){return{x:this.x+t*(this.toX-this.x),y:this.y+t*(this.toY-this.y)}}intersection(t){const e=this.x,n=this.y,r=t.toX,i=t.toY,o=this.toX-e,a=t.x-r;if(!o&&!a)return null;const c=(this.toY-n)/o,h=(t.y-i)/a;if(o){if(!a)return{x:r,y:c*(r-e)+n}}else return{x:e,y:h*(e-r)+i};const l=(-h*r+i+c*e-n)/(c-h),u=c*(l-e)+n;return isNaN(l)||isNaN(u)?null:{x:l,y:u}}};class ma extends da{rx;ry;xAxisRotate;largeArcFlag;sweepFlag;constructor(t){super(t),this.rx=Z(t.rx,2),this.ry=Z(t.ry,2),this.xAxisRotate=typeof t?.xAxisRotate=="number"?t?.xAxisRotate:0,this.largeArcFlag=typeof t?.largeArcFlag=="number"?t?.largeArcFlag:1,this.sweepFlag=typeof t?.sweepFlag=="number"?t?.sweepFlag:1}toSVGPathData(){return[["A",this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag,this.toX,this.toY]]}toCanvasContext(t){const[e,n,r,i,o,a,c]=this.convert(this.x,this.y,this.toX,this.toY,this.rx,this.ry,this.xAxisRotate,this.largeArcFlag,this.sweepFlag);t.ellipse(e,n,r,i,o,a,c,!this.sweepFlag)}convert(t,e,n,r,i,o,a,c,h){const l=a/180*Math.PI,u=(t-n)/2,d=(e-r)/2,f=Math.cos(l)*u+Math.sin(l)*d,m=-Math.sin(l)*u+Math.cos(l)*d,p=f*f/(i*i)+m*m/(o*o);if(p>1){const V=Math.sqrt(p);throw i=V*i,o=V*o,new Error(`Radii are too small to build an arc. Correcting them to ${i}/${o}.`)}const _=Math.sqrt((i*i*o*o-i*i*m*m-o*o*f*f)/(i*i*m*m+o*o*f*f)),y=c!=h?1:-1,b=y*_*i*m/o,v=y*_*-o*f/i,w=(t+n)/2,E=(e+r)/2,C=Math.cos(l)*b-Math.sin(l)*v+w,D=Math.sin(l)*b+Math.cos(l)*v+E,$=(V,q,ft,pt)=>(V*pt>=q*ft?1:-1)*Math.acos((V*ft+q*pt)/(Math.sqrt(V*V+q*q)*Math.sqrt(ft*ft+pt*pt))),O=$(1,0,t-C,e-D)-l,U=$(t-C,e-D,n-C,r-D);return[C,D,i,o,l,O,O+U]}}class Zw extends da{cx;cy;isLineThrough;constructor(t){super(t),this.cx=Z(t.cx,2),this.cy=Z(t.cy,2),this.isLineThrough=typeof t.isLineThrough=="boolean"?t.isLineThrough:!1}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(this.x+this.toX)/2,e=this.cy*2-(this.y+this.toY)/2;return[["Q",t,e,this.toX,this.toY]]}else return[["Q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(this.isLineThrough){const e=this.cx*2-(this.x+this.toX)/2,n=this.cy*2-(this.y+this.toY)/2;t.quadraticCurveTo(e,n,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}getBoundingClientRect(t=2){const e=[this.x,this.toX],n=[this.y,this.toY];let r,i,o,a;for(let l=0;l<2;++l)r=l==0?this.x-2*this.cx+this.toX:this.y-2*this.cy+this.toY,i=l==0?-2*this.x+2*this.cx:-2*this.y+2*this.cy,o=l==0?this.x:this.y,Math.abs(r)>1e-12&&(a=-i/(2*r),0<a&&a<1&&[e,n][l].push(r*a*a+i*a+o));const c={x:Math.min(0,...e),y:Math.min(0,...n)},h={x:Math.max(0,...e),y:Math.max(0,...n)};return{x:Z(c.x,t),y:Z(c.y,t),width:Z(h.x-c.x,t),height:Z(h.y-c.y,t)}}interpolate(t){return{x:(1-t)*(1-t)*this.x+2*(1-t)*t*this.cx+t*t*this.toX,y:(1-t)*(1-t)*this.y+2*(1-t)*t*this.cy+t*t*this.toY}}}const Qw=Zw;class jt extends da{c1x;c1y;c2x;c2y;constructor(t){super(t),this.c1x=Z(t.c1x,2),this.c1y=Z(t.c1y,2),this.c2x=Z(t.c2x,2),this.c2y=Z(t.c2y,2)}clone(){return new jt({x:this.x,y:this.y,c1x:this.c1x,c1y:this.c1y,c2x:this.c2x,c2y:this.c2y,toX:this.toX,toY:this.toY})}toSVGPathData(){return[["C",this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY]]}toCanvasContext(t){t.bezierCurveTo(this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY)}getBoundingClientRect(t=2){let e=this.c2x-2*this.c1x+this.x-(this.toX-2*this.c2x+this.c1x),n=2*(this.c1x-this.x)-2*(this.c2x-this.c1x),r=this.x-this.c1x,i=(-n+Math.sqrt(n*n-4*e*r))/2/e,o=(-n-Math.sqrt(n*n-4*e*r))/2/e;const a=[this.y,this.toY],c=[this.x,this.toX];let h;const l=[];Math.abs(i)>1e12&&(i=.5),Math.abs(o)>1e12&&(o=.5),i>=0&&i<=1&&(h=this.interpolate(i),c.push(h.x),a.push(h.y),l.push({X:h.x,Y:h.y})),o>=0&&o<=1&&(h=this.interpolate(o),c.push(h.x),a.push(h.y),l.push({X:h.x,Y:h.y})),e=this.c2y-2*this.c1y+this.y-(this.toY-2*this.c2y+this.c1y),n=2*(this.c1y-this.y)-2*(this.c2y-this.c1y),r=this.y-this.c1y,i=(-n+Math.sqrt(n*n-4*e*r))/2/e,o=(-n-Math.sqrt(n*n-4*e*r))/2/e,Math.abs(i)>1e12&&(i=.5),Math.abs(o)>1e12&&(o=.5),i>=0&&i<=1&&(h=this.interpolate(i),c.push(h.x),a.push(h.y),l.push({X:h.x,Y:h.y})),o>=0&&o<=1&&(h=this.interpolate(o),c.push(h.x),a.push(h.y),l.push({X:h.x,Y:h.y}));const u=[],d=l.length;for(let p=0;p<d;p++){for(let _=p+1;_<d;_++)l[p].X===l[_].X&&l[p].Y===l[_].Y&&(_=++p);u.push({X:l[p].X,Y:l[p].Y})}const f={x:Math.min(...c),y:Math.min(...a)},m={x:Math.max(...c),y:Math.max(...a)};return{x:Z(f.x,t),y:Z(f.y,t),width:Z(m.x-f.x,t),height:Z(m.y-f.y,t),dots:u}}static base3(t,e,n,r,i){const o=-3*e+9*n-9*r+3*i,a=t*o+6*e-12*n+6*r;return t*a-3*e+3*n}static bezlen(t,e,n,r,i,o,a,c,h=1){h=Math.max(0,Math.min(h,1));const l=h/2,u=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],d=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472];let f=0;for(let m=0;m<12;m++){const p=l*u[m]+l,_=jt.base3(p,t,n,i,a),y=jt.base3(p,e,r,o,c);f+=d[m]*Math.sqrt(_*_+y*y)}return l*f}length(t=1){return jt.bezlen(this.x,this.y,this.c1x,this.c1y,this.c2x,this.c2y,this.toX,this.toY,t)}getPointAtSegmentLength(t){const e=this.getTatLen(t),n=1-e,r=Math.pow(n,3),i=Math.pow(n,2),o=e*e,a=o*e,c=r*this.x+i*3*e*this.c1x+n*3*e*e*this.c2x+a*this.toX,h=r*this.y+i*3*e*this.c1y+n*3*e*e*this.c2y+a*this.toY,l=this.x+2*e*(this.c1x-this.x)+o*(this.c2x-2*this.c1x+this.x),u=this.y+2*e*(this.c1y-this.y)+o*(this.c2y-2*this.c1y+this.y),d=this.c1x+2*e*(this.c2x-this.c1x)+o*(this.toX-2*this.c2x+this.c1x),f=this.c1y+2*e*(this.c2y-this.c1y)+o*(this.toY-2*this.c2y+this.c1y),m=n*this.x+e*this.c1x,p=n*this.y+e*this.c1y,_=n*this.c2x+e*this.toX,y=n*this.c2y+e*this.toY,b=90-Math.atan2(l-d,u-f)*180/Math.PI;return{x:c,y:h,m:{x:l,y:u},n:{x:d,y:f},start:{x:m,y:p},end:{x:_,y},alpha:b}}getTatLen(t){const e=this.x,n=this.y,r=this.c1x,i=this.c1y,o=this.c2x,a=this.c2y,c=this.toX,h=this.toY;if(t<0||jt.bezlen(e,n,r,i,o,a,c,h)<t)return 0;const l=1;let u=l/2,d=l-u,f=jt.bezlen(e,n,r,i,o,a,c,h,d);for(;Math.abs(f-t)>.01;)u/=2,d+=(f<t?1:-1)*u,f=jt.bezlen(e,n,r,i,o,a,c,h,d);return d}interpolate(t){return{x:Math.pow(1-t,3)*this.x+3*Math.pow(1-t,2)*t*this.c1x+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2x+Math.pow(t,3)*this.toX,y:Math.pow(1-t,3)*this.y+3*Math.pow(1-t,2)*t*this.c1y+3*Math.pow(1-t,1)*Math.pow(t,2)*this.c2y+Math.pow(t,3)*this.toY}}}const xs=Math.PI*2;function nf(s,t,e,n){const r=s*n-t*e<0?-1:1;let i=s*e+t*n;return i>1&&(i=1),i<-1&&(i=-1),r*Math.acos(i)}function tv(s,t,e,n,r,i,o,a,c,h){const l=h*(s-e)/2+c*(t-n)/2,u=-c*(s-e)/2+h*(t-n)/2,d=o*o,f=a*a,m=l*l,p=u*u;let _=d*f-d*p-f*m;_<0&&(_=0),_/=d*p+f*m,_=Math.sqrt(_)*(r===i?-1:1);const y=_*o/a*u,b=_*-a/o*l,v=h*y-c*b+(s+e)/2,w=c*y+h*b+(t+n)/2,E=(l-y)/o,C=(u-b)/a,D=(-l-y)/o,$=(-u-b)/a,O=nf(1,0,E,C);let U=nf(E,C,D,$);return i===0&&U>0&&(U-=xs),i===1&&U<0&&(U+=xs),[v,w,O,U]}function ev(s,t){const e=1.3333333333333333*Math.tan(t/4),n=Math.cos(s),r=Math.sin(s),i=Math.cos(s+t),o=Math.sin(s+t);return[n,r,n-r*e,r+n*e,i+o*e,o-i*e,i,o]}function sf(s,t,e,n,r,i,o,a,c){const h=Math.sin(c*xs/360),l=Math.cos(c*xs/360),u=l*(s-e)/2+h*(t-n)/2,d=-h*(s-e)/2+l*(t-n)/2;if(u===0&&d===0)return[];if(o===0||a===0)return[];o=Math.abs(o),a=Math.abs(a);const f=u*u/(o*o)+d*d/(a*a);f>1&&(o*=Math.sqrt(f),a*=Math.sqrt(f));const m=tv(s,t,e,n,r,i,o,a,h,l),p=[];let _=m[2],y=m[3];const b=Math.max(Math.ceil(Math.abs(y)/(xs/4)),1);y/=b;for(let v=0;v<b;v++)p.push(ev(_,y)),_+=y;return p.map(v=>{for(let w=0;w<v.length;w+=2){let E=v[w+0],C=v[w+1];E*=o,C*=a;const D=l*E-h*C,$=h*E+l*C;v[w+0]=D+m[0],v[w+1]=$+m[1]}return v})}function pa(s,t,e,n,r,i){return[s/3+2/3*e,t/3+2/3*n,r/3+2/3*e,i/3+2/3*n,r,i]}function Ss(s,t,e,n){return[s,t,e,n,e,n]}const Lr={a:7,c:6,s:4,q:4,t:2,m:2,l:2,h:1,v:1,z:0};function wn(s="path"){return document.createElementNS.call(document,"http://www.w3.org/2000/svg",s)}function rf(){return wn("path")}const nv=s=>s instanceof SVGElement&&s.tagName==="path";function sv(s,t="shape"){return Dr(ao(s),`${t}.svg`)}function of(s){return typeof s!="string"?!1:(s=s.trim(),/^[mlhvzaqtcs]\s*[-+.0-9][^mlhvzaqtcs]+/i.test(s)&&/[\dz]$/i.test(s))}function rv(s){return s.map(t=>{if(!t[0])return"";switch(t[0].toLowerCase()){case"a":return`${t[0]} ${t[1]},${t[2]} ${t[3]} ${t[4]},${t[5]} ${t[6]},${t[7]}`;case"c":return`${t[0]} ${t[1]},${t[2]} ${t[3]},${t[4]} ${t[5]},${t[6]}`;case"s":case"q":return`${t[0]} ${t[1]},${t[2]} ${t[3]},${t[4]}`;default:return t[0]+" "+t.slice(1).join(",")}}).join(" ")}function af(s){const t=[];return of(s)&&s.replace(/([mlhvzaqtcs])([^mlhvzaqtcs]*)/gi,(e,n,r)=>{let i=n.toLowerCase();const o=Ii(r);for(i=="m"&&o.length>Lr[i]&&(t.push([n,...o.splice(0,Lr[i])]),i="l",n=n=="m"?"l":"L");o.length;){if(o.length<Lr[i])throw new Error(`parseSVGPath substring:{ ${e} } command:{ ${n} } args:{ ${o} }`);t.push([n,...o.splice(0,Lr[i])])}return i=="z"&&t.push([n]),""}),t}function cf(s){let t=0,e=0,n=0,r=0;return s.map(function(i){const o=i[0],a=o.toUpperCase();if(o!=a)switch(i[0]=a,o){case"a":i[6]+=n,i[7]+=r;break;case"v":i[1]+=r;break;case"h":i[1]+=n;break;default:for(let c=1;c<i.length;)i[c++]+=n,i[c++]+=r}switch(a){case"Z":n=t,r=e;break;case"H":n=i[1];break;case"V":r=i[1];break;case"M":n=t=i[1],r=e=i[2];break;default:n=i[i.length-2],r=i[i.length-1]}return i})}function iv(s){const t=[];let e=0,n=0,r=0,i=0,o=0,a=0,c=0,h=0,l;for(let u=0,d=s.length;u<d;u++){let f=s[u];const m=f[0];switch(m){case"M":e=f[1],n=f[2];break;case"A":const p=sf(r,i,f[6],f[7],f[4],f[5],f[1],f[2],f[3]);if(!p.length)continue;p.forEach((b,v)=>{const[w,E,C,D,$,O,U,V]=b;f=["C",C,D,$,O,U,V],v<p.length-1&&t.push(f)});break;case"S":let _=r,y=i;(l=="C"||l=="S")&&(_+=_-c,y+=y-h),f=["C",_,y,f[1],f[2],f[3],f[4]];break;case"T":l=="Q"||l=="T"?(o=r*2-o,a=i*2-a):(o=r,a=i),f=["C",...pa(r,i,o,a,f[1],f[2])];break;case"Q":o=f[1],a=f[2],f=["C",...pa(r,i,f[1],f[2],f[3],f[4])];break;case"L":f=["C",...Ss(r,i,f[1],f[2])];break;case"H":f=["C",...Ss(r,i,f[1],i)];break;case"V":f=["C",...Ss(r,i,r,f[1])];break;case"Z":f=["C",...Ss(r,i,e,n)];break}l=m,r=f[f.length-2],i=f[f.length-1],f.length>4?(c=f[f.length-4],h=f[f.length-3]):(c=r,h=i),t.push(f)}return t}class _s{video;constructor(t){this.video=t}setSrcObject(t){this.video.addEventListener("loadedmetadata",e=>{e.target}),this.video.srcObject=t}captureWebCamera(){navigator.mediaDevices.getUserMedia({video:!0}).then(t=>{this.setSrcObject(t)})}static async videoMediaChangeSupport(){return new Promise(t=>{const e=document.createElement("iframe"),n=document.createElement("video"),r=document.createElement("source"),i=new MediaSource;i.addEventListener("sourceopen",()=>t(!0)),r.src=URL.createObjectURL(i),r.media="(min-width:10px)",n.append(r),e.width="5",e.style.cssText="position: absolute; visibility: hidden;",document.documentElement.append(e),e.contentDocument?.body.append(n),setTimeout(()=>{e.width="15"}),setTimeout(()=>{e.remove(),t(!1)},1e3)})}static tryAutoPlayOrAutoPlayAfterClick(t){return new Promise(e=>{t.play().then(()=>{t.autoplay=!0,e(!0)}).catch(()=>{_s.setAutoPlayWhenClick(t),e(!1)})})}static setAutoPlayWhenClick(t){function e(){t.autoplay=!0,t.play(),document.removeEventListener("click",e),document.removeEventListener("touchend",e)}document.addEventListener("click",e),document.addEventListener("touchend",e)}}class ga extends sr{source;raw="";mode="text";tagname="";nodename="";textchunk="";entity="";quote="";attrs={};constructor(t){super(),this.source=t}parse(){const t=Ud(this.source);if(t===0){this.emit("finish");return}let e,n,r=Yc(this.source,0);for(let i=1;i<t;i++)e=n,n=r,r=Yc(this.source,i),this.raw+=n,n&&this.step(n,r,e);r&&this.step(r,void 0,n),this.emit("finish")}step(t,e,n){t==`
84
- `&&this.emit("newline"),this.act(t,e,n)}act(t,e,n){switch(this.mode){case"text":switch(t){case"<":case"eof":this.nodename="",this.attrs={},this.mode="tag name start",this.raw=this.raw.slice(0,-1),this.textchunk&&this.emit("text",this.textchunk),this.raw+=t,this.textchunk="";break;case"&":this.mode="entity",this.entity="";break;default:this.textchunk+=t;break}break;case"entity":Me("whitespace",t)?(this.textchunk+=hf(this.entity),this.mode="text"):t==";"?(this.textchunk+=hf(this.entity+t),this.mode="text"):this.entity+=t;break;case"special":if(n=="!"&&t=="-"&&e=="-"){this.mode="comment start";break}if(this.textchunk=="[CDATA"&&t=="["){this.mode="cdata",this.textchunk="";break}if(t==">"||t=="eof"){this.emit("special",this.textchunk),this.mode="text",this.textchunk="";break}this.textchunk+=t;break;case"cdata":if(n=="]"&&t=="]"&&e==">"){this.mode="cdata end",this.textchunk=this.textchunk.slice(0,-1);break}t=="eof"&&(this.mode="cdata end",this.act(t,e,n)),this.textchunk+=t;break;case"cdata end":this.emit("cdata",this.textchunk),this.textchunk="",this.mode="text";break;case"comment start":e==">"||t=="eof"?(this.emit("comment",""),this.mode="skip"):this.mode="comment";break;case"skip":this.mode="text";break;case"comment":t=="-"&&n=="-"&&e==">"?(this.mode="comment end",this.textchunk=this.textchunk.slice(0,-1)):t=="eof"?this.emit("comment",this.textchunk):this.textchunk+=t;break;case"comment end":this.emit("comment",this.textchunk),this.textchunk="",this.mode="text";break;case"declaration":if(t=="?"&&e==">"){this.mode="declaration end";break}t=="eof"&&this.emit("comment",this.textchunk),this.textchunk+=t;break;case"declaration end":this.emit("comment",this.textchunk),this.textchunk="",this.mode="text";break;case"tag name start":if(t=="eof"){this.emit("text","<");break}if(!Me("whitespace",t)){if(this.mode="tag name",t=="/"){this.mode="close tag name start";break}else if(t=="!"){this.mode="special",this.textchunk="";break}else if(t=="?"){this.mode="declaration";break}this.act(t,e,n)}break;case"close tag name start":Me("whitespace",t)||(this.mode="close tag name",this.tagname="",this.nodename="",this.act(t,e,n));break;case"close tag name":if(Me("whitespace",t))this.tagname=this.nodename;else switch(t){case">":this.emit("/tag",this.tagname||this.nodename,this.attrs),this.mode="text";break;default:!this.tagname&&(this.nodename+=t);break}break;case"tag name":if(Me("whitespace",t))this.tagname=this.nodename,this.nodename="",this.mode="attr start";else switch(t){case">":this.emit("tag",this.nodename,this.attrs),this.mode="text";break;case"/":this.raw+=e,this.emit("tag",this.nodename,this.attrs),this.emit("/tag",this.nodename,this.attrs),this.mode="skip";break;default:this.nodename+=t;break}break;case"attr start":Me("whitespace",t)||(this.mode="attr",this.nodename="",this.act(t,e,n));break;case"attr":if(Me("whitespace",t)||t=="=")this.attrs[this.nodename]="",this.mode="attr value start";else switch(t){case">":this.nodename=="/"?(delete this.attrs["/"],this.emit("tag",this.tagname,this.attrs),this.emit("/tag",this.tagname,this.attrs)):(this.nodename&&(this.attrs[this.nodename]=""),this.emit("tag",this.tagname,this.attrs)),this.mode="text";break;default:this.nodename+=t;break}break;case"attr value start":if(!Me("whitespace",t)){if(this.mode="attr value",this.quote="",t=="'"||t=='"'){this.quote=t;return}this.act(t,e,n)}break;case"attr value":if(Me("whitespace",t)&&!this.quote)this.mode="attr start";else if(t==">"&&!this.quote)this.emit("tag",this.tagname,this.attrs),this.mode="text";else switch(t){case'"':case"'":this.quote==t&&n!="\\"&&(this.mode="attr start");break;default:this.attrs[this.nodename]+=t;break}break}}}function hf(s){const t={lt:60,"lt;":60,"AMP;":38,AMP:38,"GT;":62,GT:62,"QUOT;":34,QUOT:34,"apos;":39,"bull;":8226,"bullet;":8226,"copy;":169,copy:169,"deg;":176,deg:176};let e;return s.charAt(0)=="#"?s.charAt(1).toLowerCase()=="x"?e=parseInt(s.substring(2),16):e=parseInt(s.substring(1),10):e=t[s],e?String.fromCharCode(e):"&"+s}var lf=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function ya(s,t={}){var e=1,n=1;function r(Y){var N=Y.match(/\n/g);N&&(e+=N.length);var A=Y.lastIndexOf(`
85
- `);n=~A?Y.length-A:n+Y.length}function i(){var Y={line:e,column:n};return function(N){return N.position=new o(Y),m(),N}}function o(Y){this.start=Y,this.end={line:e,column:n},this.source=t.source}o.prototype.content=s;var a=[];function c(Y){var N=new Error(t.source+":"+e+":"+n+": "+Y);if(N.reason=Y,N.filename=t.source,N.line=e,N.column=n,N.source=s,t.silent)a.push(N);else throw N}function h(){var Y=d();return{type:"stylesheet",stylesheet:{source:t.source,rules:Y,parsingErrors:a}}}function l(){return f(/^{\s*/)}function u(){return f(/^}/)}function d(){var Y,N=[];for(m(),p(N);s.length&&s.charAt(0)!="}"&&(Y=It()||Xt());)Y!==!1&&(N.push(Y),p(N));return N}function f(Y){var N=Y.exec(s);if(N){var A=N[0];return r(A),s=s.slice(A.length),N}}function m(){f(/^\s*/)}function p(Y){var N;for(Y=Y||[];N=_();)N!==!1&&Y.push(N);return Y}function _(){var Y=i();if(!(s.charAt(0)!="/"||s.charAt(1)!="*")){for(var N=2;s.charAt(N)!=""&&(s.charAt(N)!="*"||s.charAt(N+1)!="/");)++N;if(N+=2,s.charAt(N-1)==="")return c("End of comment missing");var A=s.slice(2,N-2);return n+=2,r(A),s=s.slice(N),n+=2,Y({type:"comment",comment:A})}}function y(){var Y=f(/^([^{]+)/);if(Y)return Fe(Y[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,function(N){return N.replace(/,/g,"‌")}).split(/\s*(?![^(]*\)),\s*/).map(function(N){return N.replace(/\u200C/g,",")})}function b(){var Y=i(),N=f(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(N){if(N=Fe(N[0]),!f(/^:\s*/))return c("property missing ':'");var A=f(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),L=Y({type:"declaration",property:N.replace(lf,""),value:A?Fe(A[0]).replace(lf,""):""});return f(/^[;\s]*/),L}}function v(){var Y=[];if(!l())return c("missing '{'");p(Y);for(var N;N=b();)N!==!1&&(Y.push(N),p(Y));return u()?Y:c("missing '}'")}function w(){for(var Y,N=[],A=i();Y=f(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)N.push(Y[1]),f(/^,\s*/);if(N.length)return A({type:"keyframe",values:N,declarations:v()})}function E(){var Y=i(),N=f(/^@([-\w]+)?keyframes\s*/);if(N){var A=N[1];if(N=f(/^([-\w]+)\s*/),!N)return c("@keyframes missing name");var L=N[1];if(!l())return c("@keyframes missing '{'");for(var H,W=p();H=w();)W.push(H),W=W.concat(p());return u()?Y({type:"keyframes",name:L,vendor:A,keyframes:W}):c("@keyframes missing '}'")}}function C(){var Y=i(),N=f(/^@supports *([^{]+)/);if(N){var A=Fe(N[1]);if(!l())return c("@supports missing '{'");var L=p().concat(d());return u()?Y({type:"supports",supports:A,rules:L}):c("@supports missing '}'")}}function D(){var Y=i(),N=f(/^@host\s*/);if(N){if(!l())return c("@host missing '{'");var A=p().concat(d());return u()?Y({type:"host",rules:A}):c("@host missing '}'")}}function $(){var Y=i(),N=f(/^@media *([^{]+)/);if(N){var A=Fe(N[1]);if(!l())return c("@media missing '{'");var L=p().concat(d());return u()?Y({type:"media",media:A,rules:L}):c("@media missing '}'")}}function O(){var Y=i(),N=f(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(N)return Y({type:"custom-media",name:Fe(N[1]),media:Fe(N[2])})}function U(){var Y=i(),N=f(/^@page */);if(N){var A=y()||[];if(!l())return c("@page missing '{'");for(var L=p(),H;H=b();)L.push(H),L=L.concat(p());return u()?Y({type:"page",selectors:A,declarations:L}):c("@page missing '}'")}}function V(){var Y=i(),N=f(/^@([-\w]+)?document *([^{]+)/);if(N){var A=Fe(N[1]),L=Fe(N[2]);if(!l())return c("@document missing '{'");var H=p().concat(d());return u()?Y({type:"document",document:L,vendor:A,rules:H}):c("@document missing '}'")}}function q(){var Y=i(),N=f(/^@font-face\s*/);if(N){if(!l())return c("@font-face missing '{'");for(var A=p(),L;L=b();)A.push(L),A=A.concat(p());return u()?Y({type:"font-face",declarations:A}):c("@font-face missing '}'")}}var ft=wt("import"),pt=wt("charset"),zt=wt("namespace");function wt(Y){var N=new RegExp("^@"+Y+"\\s*([^;]+);");return function(){var A=i(),L=f(N);if(L){var H={type:Y};return H[Y]=L[1].trim(),A(H)}}}function It(){if(s[0]=="@")return E()||$()||O()||C()||ft()||pt()||zt()||V()||U()||D()||q()}function Xt(){var Y=i(),N=y();return N?(p(),Y({type:"rule",selectors:N,declarations:v()})):c("selector missing")}return ba(h())}function Fe(s){return s?s.replace(/^\s+|\s+$/g,""):""}function ba(s,t){var e=s&&typeof s.type=="string",n=e?s:t;for(var r in s){var i=s[r];Array.isArray(i)?i.forEach(function(o){ba(o,n)}):i&&typeof i=="object"&&ba(i,n)}return e&&Object.defineProperty(s,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),s}let ov=class extends ga{currentItem={};items=[];groups=[];globalStyles={};grad={};idtops={};text="";constructor(t){super(t),this.on("tag",(e,n)=>{switch(this.text="",this.currentItem={type:e},e){case"g":this.groups.push(this.currentItem);break}this.processAttrs(e,n)}),this.on("text",e=>{if(this.currentItem.type=="style"){try{const n=ya(e);for(const r of n.stylesheet.rules)for(const i of r.declarations)for(const o of r.selectors)this.globalStyles[o]=this.globalStyles[o]||[],this.globalStyles[o].push(`${i.property}:${i.value}`)}catch{console.error("CAN'T parse css text: "+e)}return}this.text+=e}),this.on("/tag",(e,n)=>{let r=this.groups.length;for(;r--;)if(this.groups[r]!=this.currentItem){let i="",o="";for(const a in this.groups[r])a=="transform"?i=this.groups[r].transform:a=="class"&&this.globalStyles["."+this.groups[r][a]]?o=this.globalStyles["."+this.groups[r][a]].join(";")+";"+o:a=="id"&&this.globalStyles["#"+this.groups[r][a]]?o=this.globalStyles["#"+this.groups[r][a]].join(";")+";"+o:typeof this.currentItem[a]>"u"&&(this.currentItem[a]=this.groups[r][a]);typeof this.currentItem.transform>"u"?this.currentItem.transform=i:this.currentItem.transform+=" "+i,typeof this.currentItem.style>"u"?this.currentItem.style=o:this.currentItem.style=o+this.currentItem.style,this.currentItem.class&&this.globalStyles["."+this.currentItem.class]?this.currentItem.style=this.globalStyles["."+this.currentItem.class].join(";")+";"+this.currentItem.style:this.currentItem.id&&this.globalStyles["#"+this.currentItem.id]&&(this.currentItem.style=this.globalStyles["#"+this.currentItem.id].join(";")+";"+this.currentItem.style),va(this.currentItem.style,this.currentItem,xa)}switch(this.processAttrs(e,n),e){case"g":this.groups.pop();break;case"cirlce":this.addToItems();break;case"ellipse":this.addToItems();break;case"polygon":this.addToItems();break;case"path":this.addToItems();break;case"line":this.addToItems();break;case"rect":this.addToItems();break;case"image":this.addToItems();break;case"text":this.currentItem.text=this.text,this.currentItem["text-anchor"]=this.currentItem["text-anchor"]||"start",this.addToItems();break}}),this.on("finish",()=>{this.emit("result",this.items)})}parse(){return super.parse(),this.items}processAttrs(t,e){let n=[],r;switch(t){case"svg":let i="",o="";if(e.width&&e.height)i=e.width,o=e.height;else if(e.viewBox){const a=e.viewBox.split(/\s+/gi);a.length==4&&(i=String(parseFloat(a[2])-parseFloat(a[0])),o=String(parseFloat(a[3])-parseFloat(a[1])))}i&&o&&this.items.push({type:"viewbox",width:i,height:o});break;case"line":typeof e.x1=="number"&&typeof e.y1=="number"&&typeof e.x2=="number"&&typeof e.y2=="number"&&(this.currentItem.path="M"+[e.x1,e.y1,e.x2,e.y2]);break;case"stop":r={},e.style&&va(e.style,r),r.offset=r.offset||e.offset,r.color=r["stop-color"]||e["stop-color"],r.opacity=r["stop-opacity"]||e["stop-opacity"],~(r.offset+"").indexOf("%")?r.offset=parseFloat(r.offset):r.offset=parseFloat(r.offset)*100,r.offset=+r.offset.toFixed(2),this.grad.stops.push(r);break;case"linearGradient":this.grad.angle=(360+wa(parseFloat(e.x1),parseFloat(e.y1),parseFloat(e.x2),parseFloat(e.y2),parseFloat(e.x1)+100,parseFloat(e.y1))).toFixed(2),n=[this.grad.angle];for(let a=0,c=this.grad.stops.length;a<c;a++)r=this.grad.stops[a],a&&a!=c-1?n.push(r.color+":"+r.offset):n.push(r.color);this.idtops[this.grad.id]=n.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break;case"radialGradient":n=[];for(let a=0,c=this.grad.stops.length;a<c;a++)r=this.grad.stops[a],a&&a!=c-1?n.push(r.color+":"+r.offset):n.push(r.color);this.idtops[this.grad.id]=n.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break}for(const i in e){const o=e[i];if(xa.includes(i)&&(this.currentItem[i]=o),i==="id"&&(this.currentItem.type==="linearGradient"&&(this.grad={id:i,stops:[]}),this.currentItem.type==="radialGradient"&&(this.grad={id:i,stops:[]})),i==="style"&&va(o,this.currentItem,xa),i==="transform"&&(this.currentItem.transform=o+(this.currentItem.transform||" ")),i==="fill"){const a=o.match(/url\(#([^)]+)\)/);if(a){const c=a[1];this.currentItem.fillid=c,this.idtops[c]&&(this.currentItem.fill=this.idtops[c])}}i==="points"&&this.currentItem.type=="polygon"&&(this.currentItem.path="M"+o+"z"),i==="d"&&this.currentItem.type=="path"&&(this.currentItem.path=o),i==="xlink:href"&&this.currentItem.type=="image"&&(this.currentItem.src=o)}}addToItems(){this.items.push(this.currentItem)}};function wa(s,t,e,n,r,i){if(typeof r>"u"||typeof i>"u"){const o=s-e,a=t-n;return!o&&!a?0:(180+Math.atan2(-a,-o)*180/Math.PI+360)%360}else return wa(s,t,r,i)-wa(e,n,r,i)}function va(s,t,e){const n=(s+"").split(";"),r=/^\s+|\s+$/g;for(let i=0,o=n.length;i<o;i++){const a=n[i].split(":"),c=a[0].replace(r,"").replace(/[A-Z]/g,function(h){return"-"+h.toLowerCase()});(!e||e.includes(c))&&(t[c]=a[1].replace(r,""))}}const xa=["id","class","viewBox","width","height","x","y","cx","cy","r","rx","ry","cursor","opacity","src","fill","fill-opacity","stroke","stroke-dasharray","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","font","font-family","font-size","font-style","font-weight","letter-spacing"];class Wt{prevPathX=0;prevPathY=0;isUpdatedSVGPathData=!0;isUpdatedSVGPathD=!0;isUpdatedBoundingClientRect=!0;isUpdatedPolymorphPoints=!0;isUpdatedTotalLength=!0;normalizedLines=[];constructor(t){const e=typeof t=="string"?af(t):t||[],n=iv(cf(e));for(let r=0,i=n.length;r<i;r++){const o=n[r];o[0]=="M"?(this.prevPathX=o[1],this.prevPathY=o[2]):this._appendLine(new jt({x:this.prevPathX,y:this.prevPathY,c1x:o[1],c1y:o[2],c2x:o[3],c2y:o[4],toX:o[5],toY:o[6]}))}}_appendLine(t){if(this.isUpdatedSVGPathData=!0,this.isUpdatedSVGPathD=!0,this.isUpdatedBoundingClientRect=!0,this.isUpdatedPolymorphPoints=!0,this.isUpdatedTotalLength=!0,t instanceof ma){sf(this.prevPathX,this.prevPathY,t.toX,t.toY,t.largeArcFlag,t.sweepFlag,t.rx,t.ry,t.xAxisRotate).forEach(h=>{const[l,u,d,f,m,p,_,y]=h;this.normalizedLines.push(new jt({x:this.prevPathX,y:this.prevPathY,c1x:d,c1y:f,c2x:m,c2y:p,toX:_,toY:y})),this.prevPathX=_,this.prevPathY=y});return}if(t instanceof jt){this.normalizedLines.push(t.clone()),this.prevPathX=t.toX,this.prevPathY=t.toY;return}let e,n,r,i,o,a;t instanceof Qw?[e,n,r,i,o,a]=pa(this.prevPathX,this.prevPathY,t.cx,t.cy,t.toX,t.toY):[e,n,r,i,o,a]=Ss(this.prevPathX,this.prevPathY,t.toX,t.toY),this.normalizedLines.push(new jt({x:this.prevPathX,y:this.prevPathY,c1x:e,c1y:n,c2x:r,c2y:i,toX:o,toY:a})),this.prevPathX=o,this.prevPathY=a}static fromPolymorphPoints(t){const e=new Wt,n=t.length;if(n){e.prevPathX=t[0],e.prevPathY=t[1];for(let r=2;r+5<n;r+=6)e._appendLine(new jt({x:e.prevPathX,y:e.prevPathY,c1x:t[r],c1y:t[r+1],c2x:t[r+2],c2y:t[r+3],toX:t[r+4],toY:t[r+5]}))}return e}static fromLines(t){const e=new Wt,n=t.length;if(n){e.prevPathX=t[0].x,e.prevPathY=t[0].y;for(let r=0;r<n;r++)e._appendLine(t[r])}return e}clone(){return Wt.fromLines(this.normalizedLines)}cachedSVGPathData=[];toSVGPathData(){if(this.isUpdatedSVGPathData){const t=[];for(let e=0,n=this.normalizedLines.length;e<n;e++){const r=this.normalizedLines[e];e==0&&t.push(["M",r.x,r.y]),t.push(...r.toSVGPathData())}this.cachedSVGPathData=t,this.isUpdatedSVGPathData=!1}return this.cachedSVGPathData}cachedSVGPathD="";toSVGPathD(){return this.isUpdatedSVGPathD&&(this.cachedSVGPathD=rv(this.toSVGPathData()),this.isUpdatedSVGPathD=!1),this.cachedSVGPathD}toCanvasContext(t){t.beginPath();for(let e=0,n=this.normalizedLines.length;e<n;e++){const r=this.normalizedLines[e];e==0&&t.moveTo(r.x,r.y),r.toCanvasContext(t)}}cachedBoundingClientRect={x:0,y:0,width:0,height:0};getBoundingClientRect(t=2){if(this.isUpdatedBoundingClientRect){const e=[],n=[];if(this.normalizedLines.forEach(r=>{const i=r.getBoundingClientRect(t);e.push(i.x,i.x+i.width),n.push(i.y,i.y+i.height)}),e.length==0||n.length==0)this.cachedBoundingClientRect={x:0,y:0,width:0,height:0};else{const r=Math.min(...e),i=Math.min(...n),o=Math.max(...e),a=Math.max(...n);this.cachedBoundingClientRect={x:Z(r,t),y:Z(i,t),width:Z(o-r,t),height:Z(a-i,t)}}this.isUpdatedBoundingClientRect=!1}return this.cachedBoundingClientRect}getBoundingClientRectCenter(t=2){const e=this.getBoundingClientRect(t);return{x:Z(e.x+e.width*.5,t),y:Z(e.y+e.height*.5,t)}}transform(t){let e;return t.m?e=t.m:(e=new Yt,e.translate(t.x||0,t.y||0),e.rotate(t.degree||0,t.centerX,t.centerY),e.scale(t.scaleX||1,t.scaleY||1,t.centerX,t.centerY)),e.isIdentity?this.clone():Wt.fromLines(this.normalizedLines.map(n=>{let r=n.x,i=n.y,o=n.c1x,a=n.c1y,c=n.c2x,h=n.c2y,l=n.toX,u=n.toY;return{x:r,y:i}=e.transformPoint({x:r,y:i}),{x:o,y:a}=e.transformPoint({x:o,y:a}),{x:c,y:h}=e.transformPoint({x:c,y:h}),{x:l,y:u}=e.transformPoint({x:l,y:u}),new jt({x:r,y:i,c1x:o,c1y:a,c2x:c,c2y:h,toX:l,toY:u})}))}cachedTotalLength;getTotalLength(){return(typeof this.cachedTotalLength!="number"||this.isUpdatedTotalLength)&&(this.cachedTotalLength=Math.round(this.normalizedLines.reduce((t,e)=>t+=e.length(),0)),this.isUpdatedTotalLength=!1),this.cachedTotalLength}getPointAtLength(t){let e=0,n=0;const r=this.normalizedLines.length;for(let i=0;i<r;i++){const o=this.normalizedLines[i];if(n=o.length(),e+n>=t)return o.getPointAtSegmentLength(t-e);e+=n}return this.normalizedLines[r-1].getPointAtSegmentLength(n)}interpolate(t){const e=this.normalizedLines.length;if(e===0)return{x:0,y:0};if(e===1)return this.normalizedLines[0].interpolate(t);{let n=t*e,r=this.normalizedLines[0];if(n--,n>1)for(let i=1;i<e&&(r=this.normalizedLines[i],n>1);i++)n-=1;return r.interpolate(n)}}getSubPathD(t,e,n=1e-6){const r=this.getSubPathDAtLength(e,!0);return Mi(n)(t,0)?r:r.getSubPathDAtLength(t,!1)}getSubPathDAtLength(t,e=!1){const n=new Wt;let r=0,i=!1;for(let o=0,a=this.normalizedLines.length;o<a;o++){const c=this.normalizedLines[o];o==0&&(n.prevPathX=c.x,n.prevPathY=c.y);const h=c.length();if(r+h>t&&!i){i=!0;const l=c.getPointAtSegmentLength(t-r);if(n._appendLine(new jt({x:n.prevPathX,y:n.prevPathY,c1x:l.start.x,c1y:l.start.y,c2x:l.m.x,c2y:l.m.y,toX:l.x,toY:l.y})),e)return n;n.normalizedLines=[],n._appendLine(new jt({x:n.prevPathX,y:n.prevPathY,c1x:l.n.x,c1y:l.n.y,c2x:l.end.x,c2y:l.end.y,toX:c.toX,toY:c.toY})),r+=h;continue}n._appendLine(c),r+=h}return n}closestPoint(t,e){const n=this.getTotalLength();let r={x:t,y:e},i=0,o=1/0,a=8;for(let h=0;h<=n;h+=a){const l=this.getPointAtLength(h),u=(t-l.x)*(t-l.x)+(e-l.y)*(e-l.y);u<o&&(r=l,i=h,o=u)}for(a/=2;a>.5;){const h=i-a,l=this.getPointAtLength(h),u=(t-l.x)*(t-l.x)+(e-l.y)*(e-l.y),d=i+a,f=this.getPointAtLength(d),m=(t-f.x)*(t-f.x)+(e-f.y)*(e-f.y);h>=0&&u<o?(r=l,i=h,o=u):d<=n&&m<o?(r=f,i=d,o=m):a/=2}const c=this.getPointAtLength(i+(i===n?-.1:.1));return{point:r,rotation:i>=n?se(c.x,c.y,r.x,r.y):se(r.x,r.y,c.x,c.y),distance:Math.sqrt(o)}}cachedPolymorphPoints=[];getPolymorphPoints(){if(this.isUpdatedPolymorphPoints){if(this.normalizedLines.length){const t=this.normalizedLines[0];this.cachedPolymorphPoints=[t.x,t.y].concat(this.normalizedLines.reduce((e,n)=>e.concat([n.c1x,n.c1y,n.c2x,n.c2y,n.toX,n.toY]),[]))}this.isUpdatedPolymorphPoints=!1}return[...this.cachedPolymorphPoints]}getPolymorphPointsPerimeter(){let t=0;const e=this.getPolymorphPoints(),n=e.length;if(n){let r=e[n-2],i=e[n-1];for(let o=0;o<n;o+=6)t+=Ze(e[o],e[o+1],r,i),r=e[o],i=e[o+1]}return Math.floor(t)}expendToPolymorphPoints(t){const e=t.length,n=this.getPolymorphPoints(),r=n.length;if(r){const i=[];let o=e-r;const a=Math.ceil(e/r);i.push(["M",n[0],n[1]]);let c=2;for(;c+5<=r-1;){const h=n[c++],l=n[c++],u=n[c++],d=n[c++],f=n[c++],m=n[c++];i.push(["C",h,l,u,d,f,m]);let p=0;for(;p<a&&o>0;)i.push(["C",f,m,f,m,f,m]),o-=6,p++}return new Wt(i)}else return Wt.fromPolymorphPoints(t)}static getInterpolator(t,e){return n=>{const r=Mi(Number.EPSILON);return r(n,0)?t.clone():r(n,1)?e.clone():Wt.fromPolymorphPoints(tm(t.getPolymorphPoints(),e.getPolymorphPoints(),n).map(i=>Z(i,2)))}}}const uf=av("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);function av(s,t=10){const e={},n=s.split(",");for(let r=0;r<n.length;r+=2){const i="&"+n[r+1]+";",o=parseInt(n[r],t);e[i]="&#"+o+";"}return e["\\xa0"]="&#160;",e}function Jt(s,t){const e=Object.keys(t);for(let n=0;n<e.length;n++)s=s.replace(new RegExp("{"+e[n]+"}","gi"),""+t[e[n]]);return s}function zr(s){let t,e;if(!s)throw new Error("cannot create a random attribute name for an undefined object");const n="ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";t="";do for(t="",e=0;e<12;e++)t+=n[Math.floor(Math.random()*n.length)];while(s[t]);return t}function cv(s){const t={left:"start",right:"end",center:"middle",start:"start",end:"end"};return t[s]||t.start}function hv(s){const t={alphabetic:"alphabetic",hanging:"hanging",top:"text-before-edge",bottom:"text-after-edge",middle:"central"};return t[s]||t.alphabetic}const Cs={strokeStyle:{svgAttr:"stroke",canvas:"#000000",svg:"none",apply:"stroke"},fillStyle:{svgAttr:"fill",canvas:"#000000",svg:null,apply:"fill"},lineCap:{svgAttr:"stroke-linecap",canvas:"butt",svg:"butt",apply:"stroke"},lineJoin:{svgAttr:"stroke-linejoin",canvas:"miter",svg:"miter",apply:"stroke"},miterLimit:{svgAttr:"stroke-miterlimit",canvas:10,svg:4,apply:"stroke"},lineWidth:{svgAttr:"stroke-width",canvas:1,svg:1,apply:"stroke"},globalAlpha:{svgAttr:"opacity",canvas:1,svg:1,apply:"fill stroke"},font:{canvas:"10px sans-serif"},shadowColor:{canvas:"#000000"},shadowOffsetX:{canvas:0},shadowOffsetY:{canvas:0},shadowBlur:{canvas:0},textAlign:{canvas:"start"},textBaseline:{canvas:"alphabetic"},lineDash:{svgAttr:"stroke-dasharray",canvas:[],svg:null,apply:"stroke"},lineDashOffset:{svgAttr:"stroke-dashoffset",canvas:0,svg:0,apply:"stroke"}};class Sa{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}addColorStop(t,e){const n=this.__ctx.__createElement("stop");if(n.setAttribute("offset",""+t),e.indexOf("rgba")!==-1){const i=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(e);i&&(n.setAttribute("stop-color",Jt("rgb({r},{g},{b})",{r:i[1],g:i[2],b:i[3]})),n.setAttribute("stop-opacity",i[4]))}else n.setAttribute("stop-color",e);this.__root.appendChild(n)}}class ff{__root;__ctx;constructor(t,e){this.__root=t,this.__ctx=e}}class Nr{__document=document;__canvas;__ctx;width;height;__styleStack;__groupStack;__rootSVG;__ids;__SVGdefs;__currentElement;__currentElementsToStyle=null;constructor({canvas:t,width:e=500,height:n=500}){t?(this.__canvas=t,this.__ctx=t.getContext("2d")):(this.__canvas=this.__document.createElement("canvas"),this.__ctx=this.__canvas.getContext("2d")),this.width=e||t?.width||0,this.height=n||t?.height||0,this.__setDefaultStyles(),this.__styleStack=[this.__getStyleState()],this.__groupStack=[],this.__rootSVG=this.__document.createElementNS("http://www.w3.org/2000/svg","svg"),this.__rootSVG.setAttribute("version","1.1"),this.__rootSVG.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.__rootSVG.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink","http://www.w3.org/1999/xlink"),this.__rootSVG.setAttribute("width",""+this.width),this.__rootSVG.setAttribute("height",""+this.height),this.__ids={},this.__SVGdefs=this.__document.createElementNS("http://www.w3.org/2000/svg","defs"),this.__rootSVG.appendChild(this.__SVGdefs),this.__currentElement=this.__document.createElementNS("http://www.w3.org/2000/svg","g"),this.__rootSVG.appendChild(this.__currentElement)}__setDefaultStyles(){const t=Object.keys(Cs);for(let e=0,n=t.length;e<n;e++){const r=t[e];this[r]=Cs[r].canvas}}__getStyleState(){const t={},e=Object.keys(Cs);for(let n=0,r=e.length;n<r;n++){const i=e[n];t[i]=this[i]}return t}__applyStyleState(t){const e=Object.keys(t);for(let n=0,r=e.length;n<r;n++){const i=e[n];this[i]=t[i]}}__createElement(t,e={},n=!1){const r=this.__document.createElementNS("http://www.w3.org/2000/svg",t),i=Object.keys(e);n&&(r.setAttribute("fill","none"),r.setAttribute("stroke","none"));for(let o=0;o<i.length;o++){const a=i[o];r.setAttribute(a,e[a])}return r}__applyStyleToCurrentElement(t){let e=this.__currentElement;const n=this.__currentElementsToStyle;n&&(e.setAttribute(t,""),e=n.element,n.children.forEach(i=>{i.setAttribute(t,"")}));const r=Object.keys(Cs);for(let i=0;i<r.length;i++){const o=Cs[r[i]],a=this[r[i]];if(o.apply){if(a instanceof ff){if(a.__ctx)for(;a.__ctx.__SVGdefs.childNodes.length;){const c=a.__ctx.__SVGdefs.childNodes[0].getAttribute("id");this.__ids[c]=c,this.__SVGdefs.appendChild(a.__ctx.__SVGdefs.childNodes[0])}e.setAttribute(o.apply,Jt("url(#{id})",{id:a.__root.getAttribute("id")}))}else if(a instanceof Sa)e.setAttribute(o.apply,Jt("url(#{id})",{id:a.__root.getAttribute("id")}));else if(o.apply.indexOf(t)!==-1&&o.svg!==a)if((o.svgAttr==="stroke"||o.svgAttr==="fill")&&a.indexOf("rgba")!==-1){const h=/rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d?\.?\d*)\s*\)/gi.exec(a);if(h){e.setAttribute(o.svgAttr,Jt("rgb({r},{g},{b})",{r:h[1],g:h[2],b:h[3]}));let l=parseFloat(h[4]);const u=this.globalAlpha;u!=null&&(l*=u),e.setAttribute(o.svgAttr+"-opacity",""+l)}}else{let c=o.svgAttr;if(r[i]==="globalAlpha"&&(c=t+"-"+o.svgAttr,e.getAttribute(c)))continue;c&&e.setAttribute(c,a)}}}}__closestGroupOrSvg(t){return t=t||this.__currentElement,t.nodeName==="g"||t.nodeName==="svg"?t:this.__closestGroupOrSvg(t.parentNode)}getSerializedSvg(t){let e=new XMLSerializer().serializeToString(this.__rootSVG);if(/xmlns="http:\/\/www\.w3\.org\/2000\/svg".+xmlns="http:\/\/www\.w3\.org\/2000\/svg/gi.test(e)&&(e=e.replace('xmlns="http://www.w3.org/2000/svg','xmlns:xlink="http://www.w3.org/1999/xlink')),t){const r=Object.keys(uf);for(let i=0,o=r.length;i<o;i++){const a=r[i],c=uf[a],h=new RegExp(a,"gi");h.test(e)&&(e=e.replace(h,c))}}return e}getSvg(){return this.__rootSVG}save(){const t=this.__createElement("g"),e=this.__closestGroupOrSvg();this.__groupStack.push(e),e.appendChild(t),this.__currentElement=t,this.__styleStack.push(this.__getStyleState())}restore(){this.__currentElementsToStyle=null;const t=this.__groupStack.pop();t?this.__currentElement=t:this.__currentElement=this.__rootSVG.childNodes[1];const e=this.__styleStack.pop();e&&this.__applyStyleState(e)}__addTransform(t){const e=this.__closestGroupOrSvg();if(e.childNodes.length>0){this.__currentElement.nodeName==="path"&&(this.__currentElementsToStyle||(this.__currentElementsToStyle={element:e,children:[]}),this.__currentElementsToStyle.children.push(this.__currentElement),this.__applyCurrentDefaultPath());const r=this.__createElement("g");e.appendChild(r),this.__currentElement=r}let n=this.__currentElement.getAttribute("transform");n?n+=" ":n="",n+=t,this.__currentElement.setAttribute("transform",n)}scale(t,e){e===void 0&&(e=t),this.__addTransform(Jt("scale({x},{y})",{x:t,y:e}))}rotate(t){const e=t*180/Math.PI;this.__addTransform(Jt("rotate({angle},{cx},{cy})",{angle:e,cx:0,cy:0}))}translate(t,e){this.__addTransform(Jt("translate({x},{y})",{x:t,y:e}))}transform(t,e,n,r,i,o){this.__addTransform(Jt("matrix({a},{b},{c},{d},{e},{f})",{a:t,b:e,c:n,d:r,e:i,f:o}))}beginPath(){this.__currentDefaultPath="",this.__currentPosition={};const t=this.__createElement("path",{},!0);this.__closestGroupOrSvg().appendChild(t),this.__currentElement=t}__applyCurrentDefaultPath(){const t=this.__currentElement;t.nodeName==="path"&&t.setAttribute("d",this.__currentDefaultPath)}__addPathCommand(t){this.__currentDefaultPath+=" ",this.__currentDefaultPath+=t}moveTo(t,e){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.__currentPosition={x:t,y:e},this.__addPathCommand(Jt("M {x} {y}",this.__currentPosition))}closePath(){this.__currentDefaultPath&&this.__addPathCommand("Z")}lineTo(t,e){this.__currentPosition={x:t,y:e},this.__currentDefaultPath.indexOf("M")>-1?this.__addPathCommand(Jt("L {x} {y}",this.__currentPosition)):this.__addPathCommand(Jt("M {x} {y}",this.__currentPosition))}bezierCurveTo(t,e,n,r,i,o){this.__currentPosition={x:i,y:o},this.__addPathCommand(Jt("C {cp1x} {cp1y} {cp2x} {cp2y} {x} {y}",{cp1x:t,cp1y:e,cp2x:n,cp2y:r,x:i,y:o}))}quadraticCurveTo(t,e,n,r){this.__currentPosition={x:n,y:r},this.__addPathCommand(Jt("Q {cpx} {cpy} {x} {y}",{cpx:t,cpy:e,x:n,y:r}))}normalize(t){const e=Math.sqrt(t[0]*t[0]+t[1]*t[1]);return[t[0]/e,t[1]/e]}arcTo(t,e,n,r,i){const o=this.__currentPosition&&this.__currentPosition.x,a=this.__currentPosition&&this.__currentPosition.y;if(typeof o>"u"||typeof a>"u")return;if(i<0)throw new Error("IndexSizeError: The radius provided ("+i+") is negative.");if(o===t&&a===e||t===n&&e===r||i===0){this.lineTo(t,e);return}const c=this.normalize([o-t,a-e]),h=this.normalize([n-t,r-e]);if(c[0]*h[1]===c[1]*h[0]){this.lineTo(t,e);return}const l=c[0]*h[0]+c[1]*h[1],u=Math.acos(Math.abs(l)),d=this.normalize([c[0]+h[0],c[1]+h[1]]),f=i/Math.sin(u/2),m=t+f*d[0],p=e+f*d[1],_=[-c[1],c[0]],y=[h[1],-h[0]],b=function(E){const C=E[0];return E[1]>=0?Math.acos(C):-Math.acos(C)},v=b(_),w=b(y);this.lineTo(m+_[0]*i,p+_[1]*i),this.arc(m,p,i,v,w)}stroke(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","fill stroke markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("stroke")}fill(){this.__currentElement.nodeName==="path"&&this.__currentElement.setAttribute("paint-order","stroke fill markers"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement("fill")}rect(t,e,n,r){this.__currentElement.nodeName!=="path"&&this.beginPath(),this.moveTo(t,e),this.lineTo(t+n,e),this.lineTo(t+n,e+r),this.lineTo(t,e+r),this.lineTo(t,e),this.closePath()}fillRect(t,e,n,r){const i=this.__createElement("rect",{x:t,y:e,width:n,height:r},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("fill")}strokeRect(t,e,n,r){const i=this.__createElement("rect",{x:t,y:e,width:n,height:r},!0);this.__closestGroupOrSvg().appendChild(i),this.__currentElement=i,this.__applyStyleToCurrentElement("stroke")}__clearCanvas(){const e=this.__closestGroupOrSvg().getAttribute("transform"),n=this.__rootSVG.childNodes[1],r=n.childNodes;for(let i=r.length-1;i>=0;i--)r[i]&&n.removeChild(r[i]);this.__currentElement=n,this.__groupStack=[],e&&this.__addTransform(e)}clearRect(t,e,n,r){if(t===0&&e===0&&n===this.width&&r===this.height){this.__clearCanvas();return}const i=this.__closestGroupOrSvg(),o=this.__createElement("rect",{x:t,y:e,width:n,height:r,fill:"#FFFFFF"},!0);i.appendChild(o)}createLinearGradient(t,e,n,r){const i=this.__createElement("linearGradient",{id:zr(this.__ids),x1:t+"px",x2:n+"px",y1:e+"px",y2:r+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(i),new Sa(i,this)}createRadialGradient(t,e,n,r,i,o){const a=this.__createElement("radialGradient",{id:zr(this.__ids),cx:r+"px",cy:i+"px",r:o+"px",fx:t+"px",fy:e+"px",gradientUnits:"userSpaceOnUse"},!1);return this.__SVGdefs.appendChild(a),new Sa(a,this)}__parseFont(){const e=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext]))(?:\s*\/\s*(normal|[.\d]+(?:%|in|[cem]m|ex|p[CustomCanvasContext])))?\s*([-,'"\sa-z0-9]+?)\s*$/i.exec(this.font),n={style:e[1]||"normal",size:e[4]||"10px",family:e[6]||"sans-serif",weight:e[3]||"normal",decoration:e[2]||"normal",href:null};return this.__fontUnderline==="underline"&&(n.decoration="underline"),this.__fontHref&&(n.href=this.__fontHref),n}__wrapTextLink(t,e){if(t.href){const n=this.__createElement("a");return n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.href),n.appendChild(e),n}return e}__applyText(t,e,n,r){const i=this.__parseFont(),o=this.__closestGroupOrSvg(),a=this.__createElement("text",{"font-family":i.family,"font-size":i.size,"font-style":i.style,"font-weight":i.weight,"text-decoration":i.decoration,x:e,y:n,"text-anchor":cv(this.textAlign),"dominant-baseline":hv(this.textBaseline)},!0);a.appendChild(this.__document.createTextNode(t)),this.__currentElement=a,this.__applyStyleToCurrentElement(r),o.appendChild(this.__wrapTextLink(i,a))}fillText(t,e,n){this.__applyText(t,e,n,"fill")}strokeText(t,e,n){this.__applyText(t,e,n,"stroke")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,n,r,i,o){if(r===i)return;r=r%(2*Math.PI),i=i%(2*Math.PI),r===i&&(i=(i+2*Math.PI-.001*(o?-1:1))%(2*Math.PI));const a=t+n*Math.cos(i),c=e+n*Math.sin(i),h=t+n*Math.cos(r),l=e+n*Math.sin(r),u=o?0:1;let d=0,f=i-r;f<0&&(f+=2*Math.PI),o?d=f>Math.PI?0:1:d=f>Math.PI?1:0,this.lineTo(h,l),this.__addPathCommand(Jt("A {rx} {ry} {xAxisRotation} {largeArcFlag} {sweepFlag} {endX} {endY}",{rx:n,ry:n,xAxisRotation:0,largeArcFlag:d,sweepFlag:u,endX:a,endY:c})),this.__currentPosition={x:a,y:c}}clip(){const t=this.__closestGroupOrSvg(),e=this.__createElement("clipPath"),n=zr(this.__ids),r=this.__createElement("g");this.__applyCurrentDefaultPath(),t.removeChild(this.__currentElement),e.setAttribute("id",n),e.appendChild(this.__currentElement),this.__SVGdefs.appendChild(e),t.setAttribute("clip-path",Jt("url(#{id})",{id:n})),t.appendChild(r),this.__currentElement=r}drawImage(...t){let e=t[0],n,r,i,o,a=0,c=0,h,l,u,d,f,m,p,_;if(t.length===3)n=t[1],r=t[2],h=e.width,l=e.height,i=h,o=l;else if(t.length===5)n=t[1],r=t[2],i=t[3],o=t[4],h=e.width,l=e.height;else if(t.length===9)a=t[1],c=t[2],h=t[3],l=t[4],n=t[5],r=t[6],i=t[7],o=t[8];else throw new Error("Invalid number of arguments passed to drawImage: "+arguments.length);const y=this.__closestGroupOrSvg();this.__currentElement;const b="translate("+n+", "+r+")";if(e instanceof Nr){if(u=e.getSvg().cloneNode(!0),u.childNodes&&u.childNodes.length>1){for(d=u.childNodes[0];d.childNodes.length;)_=d.childNodes[0].getAttribute("id"),this.__ids[_]=_,this.__SVGdefs.appendChild(d.childNodes[0]);if(f=u.childNodes[1],f){const v=f.getAttribute("transform");let w;v?w=v+" "+b:w=b,f.setAttribute("transform",w),y.appendChild(f)}}}else(e.nodeName==="CANVAS"||e.nodeName==="IMG")&&(m=this.__createElement("image"),m.setAttribute("width",i),m.setAttribute("height",o),m.setAttribute("preserveAspectRatio","none"),(a||c||h!==e.width||l!==e.height)&&(p=this.__document.createElement("canvas"),p.width=i,p.height=o,p.getContext("2d")?.drawImage(e,a,c,h,l,0,0,i,o),e=p),m.setAttribute("transform",b),m.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",e.nodeName==="CANVAS"?e.toDataURL():e.getAttribute("src")),y.appendChild(m))}createPattern(t,e){const n=this.__document.createElementNS("http://www.w3.org/2000/svg","pattern"),r=zr(this.__ids);let i;return n.setAttribute("id",r),t.nodeName==="CANVAS"||t.nodeName==="IMG"?(i=this.__document.createElementNS("http://www.w3.org/2000/svg","image"),i.setAttribute("width",""+t.width),i.setAttribute("height",""+t.height),i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",t.nodeName==="CANVAS"?t.toDataURL():t.getAttribute("src")),n.appendChild(i),this.__SVGdefs.appendChild(n)):t instanceof Nr&&(n.setAttribute("width",""+t.width),n.setAttribute("height",""+t.height),n.appendChild(t.__rootSVG.childNodes[1]),this.__SVGdefs.appendChild(n)),new ff(n,this)}setLineDash(t){t&&t.length>0?this.lineDash=t.join(","):this.lineDash=null}drawFocusRing(){}createImageData(){}getImageData(){}putImageData(){}globalCompositeOperation(){}setTransform(){}}class _a{canvas;context;customContext;enablePath2D=!1;currentPath2D=new Path2D;path2Ds=[];currentMatrix=new DOMMatrix;hasSetCustomStrokeStyle=!1;hasSetCustomFillStyle=!1;constructor(t,e,n,r=!1,i=!1){this.canvas=t,this.context=t.getContext("2d",{willReadFrequently:!0}),r&&(this.customContext=new Nr({canvas:this.canvas,width:e||this.canvas.width,height:n||this.canvas.height})),this.enablePath2D=typeof i=="boolean"?i:!1}set lineWidth(t){this.hasSetCustomStrokeStyle=!0,this.context.lineWidth=t,this.customContext&&(this.customContext.lineWidth=t)}get lineWidth(){return this.context.lineWidth}set lineCap(t){this.hasSetCustomStrokeStyle=!0,this.context.lineCap=t,this.customContext&&(this.customContext.lineCap=t)}get lineCap(){return this.context.lineCap}set lineJoin(t){this.hasSetCustomStrokeStyle=!0,this.context.lineJoin=t,this.customContext&&(this.customContext.lineCap=t)}get lineJoin(){return this.context.lineJoin}set lineDashOffset(t){this.hasSetCustomStrokeStyle=!0,this.context.lineDashOffset=t,this.customContext&&(this.customContext.lineDashOffset=t)}get lineDashOffset(){return this.context.lineDashOffset}set miterLimit(t){this.hasSetCustomStrokeStyle=!0,this.context.miterLimit=t,this.customContext&&(this.customContext.miterLimit=t)}get miterLimit(){return this.context.miterLimit}set globalAlpha(t){this.context.globalAlpha=t,this.customContext&&(this.customContext.globalAlpha=t)}get globalAlpha(){return this.context.globalAlpha}set fillStyle(t){this.hasSetCustomFillStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.fillStyle=t,this.customContext&&(this.customContext.fillStyle=t)):(this.context.fillStyle=t.gradient,this.customContext&&(this.customContext.fillStyle=t.gradientCustom))}get fillStyle(){return this.context.fillStyle}set strokeStyle(t){this.hasSetCustomStrokeStyle=!0,typeof t=="string"||t instanceof CanvasGradient||t instanceof CanvasPattern?(this.context.strokeStyle=t,this.customContext&&(this.customContext.strokeStyle=t)):(this.context.strokeStyle=t.gradient,this.customContext&&(this.customContext.strokeStyle=t.gradientCustom))}get strokeStyle(){return this.context.strokeStyle}set font(t){this.context.font=t,this.customContext&&(this.customContext.font=t)}get font(){return this.context.font}set textBaseline(t){this.context.textBaseline=t,this.customContext&&(this.customContext.textBaseline=t)}get textBaseline(){return this.context.textBaseline}set textAlign(t){this.context.textAlign=t,this.customContext&&(this.customContext.textAlign=t)}get textAlign(){return this.context.textAlign}fill(t){return t?this.context.fill(t):(this.context.fill(),this.customContext&&this.customContext.fill()),this}fillRect(t,e,n,r){return this.context.fillRect(t,e,n,r),this.customContext&&this.customContext.fillRect(t,e,n,r),this}fillText(t,e,n,r){return this.hasSetCustomFillStyle=!1,this.context.fillText(t,e,n,r),this.customContext&&this.customContext.fillText(t,e,n),this}setLineDash(t){return this.context.setLineDash(t),this.customContext&&this.customContext.setLineDash(t),this}stroke(t){return t?this.context.stroke(t):(this.context.stroke(),this.customContext&&this.customContext.stroke()),this}strokeText(t,e,n,r){return this.context.strokeText(t,e,n,r),this.customContext&&this.customContext.strokeText(t,e,n),this}strokeRect(t,e,n,r){return this.context.strokeRect(t,e,n,r),this.customContext&&this.customContext.strokeRect(t,e,n,r),this}measureText(t){return this.context.measureText(t)}clearRect(t=0,e=0,n=this.canvas.width,r=this.canvas.height){return this.context.clearRect(t,e,n,r),this.customContext&&this.customContext.clearRect(t,e,n,r),this}save(){return this.context.save(),this.customContext&&this.customContext.save(),this.currentMatrix=new DOMMatrix,this.enablePath2D&&(this.path2Ds.push(this.currentPath2D),this.currentPath2D=new Path2D),this}restore(){return this.context.restore(),this.customContext&&this.customContext.restore(),this.hasSetCustomStrokeStyle=!1,this.hasSetCustomFillStyle=!1,this.currentMatrix=new DOMMatrix,this.enablePath2D&&(this.currentPath2D=this.path2Ds.pop()||new Path2D),this}beginPath(){return this.context.beginPath(),this.customContext&&this.customContext.beginPath(),this}closePath(){return this.context.closePath(),this.customContext&&this.customContext.closePath(),this.enablePath2D&&this.currentPath2D.closePath(),this}changePath2D(t=this.currentPath2D,e=this.currentMatrix){if(this.enablePath2D){const n=new Path2D;n.addPath(t,e),this.currentPath2D=n}}isPointInStroke(...t){return t[0]instanceof Path2D?this.context.isPointInStroke(t[0],t[1],t[2]):this.context.isPointInStroke(t[0],t[1])}isPointInPath(...t){return t[0]instanceof Path2D?this.context.isPointInPath(t[0],t[1],t[2]):this.context.isPointInPath(t[0],t[1])}translate(t,e){return this.context.translate(t,e),this.customContext&&this.customContext.translate(t,e),this.currentMatrix=this.currentMatrix.translate(t,e),this.changePath2D(),this}rotate(t,e=0,n=0){return this.translate(e,n),this.context.rotate(t),this.customContext&&this.customContext.rotate(t),this.currentMatrix=this.currentMatrix.rotate(t),this.translate(-e,-n),this.changePath2D(),this}scale(t,e=t,n=0,r=0){return this.translate(n,r),this.context.scale(t,e),this.customContext&&this.customContext.scale(t,e),this.currentMatrix=this.currentMatrix.scale(t,e),this.translate(-n,-r),this.changePath2D(),this}moveTo(t,e){return this.context.moveTo(t,e),this.customContext&&this.customContext.moveTo(t,e),this.enablePath2D&&this.currentPath2D.moveTo(t,e),this}lineTo(t,e){return this.context.lineTo(t,e),this.customContext&&this.customContext.lineTo(t,e),this.enablePath2D&&this.currentPath2D.lineTo(t,e),this}arc(t,e,n,r,i,o){return this.context.arc(t,e,n,r,i,o),this.customContext&&this.customContext.arc(t,e,n,r,i,o?-1:1),this.enablePath2D&&this.currentPath2D.arc(t,e,n,r,i,o),this}arcTo(t,e,n,r,i){return this.context.arcTo(t,e,n,r,i),this.customContext&&this.customContext.arcTo(t,e,n,r,i),this.enablePath2D&&this.currentPath2D.arcTo(t,e,n,r,i),this}ellipse(t,e,n,r,i,o,a,c){return this.context.ellipse(t,e,n,r,i,o,a,c),this.enablePath2D&&this.currentPath2D.ellipse(t,e,n,r,i,o,a,c),this}quadraticCurveTo(t,e,n,r){return this.context.quadraticCurveTo(t,e,n,r),this.customContext&&this.customContext.quadraticCurveTo(t,e,n,r),this.enablePath2D&&this.currentPath2D.quadraticCurveTo(t,e,n,r),this}bezierCurveTo(t,e,n,r,i,o){return this.context.bezierCurveTo(t,e,n,r,i,o),this.customContext&&this.customContext.bezierCurveTo(t,e,n,r,i,o),this.enablePath2D&&this.currentPath2D.bezierCurveTo(t,e,n,r,i,o),this}rect(t,e,n,r){return this.context.rect(t,e,n,r),this.customContext&&this.customContext.rect(t,e,n,r),this.enablePath2D&&this.currentPath2D.rect(t,e,n,r),this}createLinearGradient(t,e,n,r,i){const o=this.context.createLinearGradient(t,e,n,r);return i&&Object.entries(i).forEach(([a,c])=>{o.addColorStop(parseFloat(a),c)}),o}createRadialGradient(t,e,n,r,i,o,a){const c=this.context.createRadialGradient(t,e,n,r,i,o);return a&&Object.entries(a).forEach(([h,l])=>{c.addColorStop(parseFloat(h),l)}),c}drawImage(t,...e){if(e.length===0)this.context.drawImage(t,0,0);else if(e.length===2){const n=e[0],r=e[1];this.context.drawImage(t,n,r)}else if(e.length===4){const n=e[0],r=e[1],i=e[2],o=e[3];this.context.drawImage(t,n,r,i,o)}else if(e.length===8){const n=e[0],r=e[1],i=e[2],o=e[3],a=e[4],c=e[5],h=e[6],l=e[7];this.context.drawImage(t,n,r,i,o,a,c,h,l)}else throw new Error("Invalid number of arguments passed to drawImage: "+e.length);return this.customContext&&this.customContext.drawImage(t,...e),this}getImageData(t=0,e=0,n=this.canvas.width,r=this.canvas.height,i){return this.context.getImageData(t,e,n,r,i)}putImageData(t,e=0,n=0){return this.context.putImageData(t,e,n)}createPattern(t,e){return this.context.createPattern(t,e)}toRawSVG(){if(this.customContext){const t=this.customContext.getSerializedSvg(!0),e=this.customContext.getSvg();return{raw:t,element:e}}else return{raw:"",element:null}}}class _t{shouldUpdatePathD=!1;shouldUpdateTransformPathD=!1;shouldUpdateSVGElInDraw=!1;shouldUpdateMInDraw=!0;shouldUpdateAttrsInDraw=!0;shouldUpdateStyleInDraw=!0;id;initD;d;parent;attrs={};style={};initCenterX;initCenterY;_x;_y;_degree;_scaleX;_scaleY;vx;vy;ax;ay;mass;interactive;drag;transform$=new qe;transformSubscription;isMouseIn=!1;isDragging=!1;m;el;constructor(t){this.id=Bi(),this.initD=t?.initD,this.setAttr({stroke:"none",fill:"none"}),t?.attrs&&this.setAttr(t.attrs),t?.style&&this.setStyle(t.style),this.initCenterX=t?.centerX,this.initCenterY=t?.centerY,this._x=t?.x||0,this._y=t?.y||0,this._degree=t?.degree||0,this._scaleX=1,this._scaleY=1,t?.scale!==void 0&&(this._scaleX=t.scale,this._scaleY=t.scale),t?.scaleX!==void 0&&(this._scaleX=t.scaleX),t?.scaleY!==void 0&&(this._scaleY=t.scaleY),this.vx=t?.vx||0,this.vy=t?.vy||0,this.ax=t?.ax||0,this.ay=t?.ay||0,this.mass=t?.mass||1,this.interactive=typeof t?.interactive=="boolean"?t?.interactive:!0,this.drag=t?.drag,this.transformSubscription=this.transform$.subscribe(()=>{this.shouldUpdateTransformPathD=!0,this.shouldUpdateMInDraw=!0})}destroy(){this.transformSubscription.unsubscribe()}moveTo(t,e){const n=this._x,r=this._y;(n!==t||r!==e)&&(this._x=t,this._y=e,this.transform$.next({dX:t-n,dY:e-r}))}move(t,e=0){this.moveTo(this._x+t,this._y+e)}moveXTo(t){this.moveTo(t,this._y)}moveX(t){this.moveTo(this._x+t,this._y)}moveYTo(t){this.moveTo(this._x,t)}moveY(t){this.moveTo(this._x,this._y+t)}get x(){return this._x}set x(t){this._x!==t&&(this.transform$.next({dX:t-this._x}),this._x=t)}get y(){return this._y}set y(t){this._y!==t&&(this.transform$.next({dY:t-this._y}),this._y=t)}rotateTo(t){this._degree!==t&&(this.transform$.next({dDegree:t-this._degree}),this._degree=t)}rotate(t){this.rotateTo(this._degree+t)}get degree(){return this._degree}set degree(t){this._degree!==t&&(this.transform$.next({dDegree:t-this._degree}),this._degree=t)}scaleTo(t,e){const n=this._scaleX,r=this._scaleY;(this._scaleX!==t||this._scaleY!==(e||t))&&(this._scaleX=t,this._scaleY=e||t,this.transform$.next({dScaleX:this._scaleX/n,dScaleY:this._scaleY/r}))}scale(t,e){this.scaleTo(this._scaleX*t,this._scaleY*(e||t))}get scaleX(){return this._scaleX}set scaleX(t){this._scaleX!==t&&(this.transform$.next({dScaleX:t/this._scaleX}),this._scaleX=t)}get scaleY(){return this._scaleY}set scaleY(t){this._scaleY!==t&&(this.transform$.next({dScaleY:t/this._scaleY}),this._scaleY=t)}pathD(t){return t?(this.d=t,this.shouldUpdateTransformPathD=!0,this.shouldUpdateSVGElInDraw=!0):this.initD?this.d||(this.d=this.initD instanceof Wt?this.initD:new Wt(this.initD)):(!this.d||this.shouldUpdatePathD)&&(this.d=new Wt(this.toSVGPathData()),this.shouldUpdatePathD=!1,this.shouldUpdateTransformPathD=!0,this.shouldUpdateSVGElInDraw=!0),this.d}cachedTransformedPathD;transformPathD(){if(!this.m){const{x:t,y:e}=this.transformOrigin();let n=0,r=0;if(this.parent?.dDegree||this.parent?.dScaleX!==1||this.parent?.dScaleY!==1){const o=this.transformOrigin(!0);n=o.x,r=o.y}const i=new Yt;i.translate(this.x+(this.parent?.dX||0),this.y+(this.parent?.dY||0)),i.rotate(this.degree,t,e),i.scale(this.scaleX,this.scaleY,t,e),this.parent?.dDegree&&i.rotate(this.parent.dDegree,n,r),(this.parent?.dScaleX!==1||this.parent?.dScaleY!==1)&&i.scale(this.parent?.dScaleX||1,this.parent?.dScaleY||1,n,r),this.m=i}return(this.shouldUpdateTransformPathD||!this.cachedTransformedPathD)&&(this.cachedTransformedPathD=this.pathD().transform({m:this.m}),this.shouldUpdateTransformPathD=!1),this.cachedTransformedPathD}getBaseOptions(){return{initD:this.initD,attrs:{...this.attrs},style:{...this.style},centerX:this.initCenterX,centerY:this.initCenterY,x:this._x,y:this._y,degree:this._degree,scaleX:this._scaleX,scaleY:this._scaleY,vx:this.vx,vy:this.vy,ax:this.ax,ay:this.ay,mass:this.mass,interactive:this.interactive,drag:{...this.drag}}}clone(){return this.cloneShape()}cloneShape(){return new _t(this.getBaseOptions())}update(t){this.shouldUpdatePathD=!0}toSVGEl(){return null}toSVGPathData(){return[]}toSVGPathD(){return this.pathD().toSVGPathD()}toCanvasContext(t){this.pathD().toCanvasContext(t)}getBoundingClientRect(t=2){return this.pathD().getBoundingClientRect(t)}getRealBoundingClientRect(t=2){return this.transformPathD().getBoundingClientRect(t)}getBoundingClientRectCenter(t=2){return this.pathD().getBoundingClientRectCenter(t)}getRealBoundingClientRectCenter(t=2){return this.transformPathD().getBoundingClientRectCenter(t)}transformOrigin(t=!1,e=2){let n=0,r=0;if(this.parent&&!t){const i=this.parent.combo.getBoundingClientRectCenter(e);n=i.x-this.parent.dX,r=i.y-this.parent.dY}else if(typeof this.initCenterX>"u"&&typeof this.initCenterY>"u"){const i=this.getBoundingClientRectCenter(e);n=i.x,r=i.y}else n=this.initCenterX||0,r=this.initCenterY||0;return{x:n,y:r}}isPointInPath(t,e,n){if(t instanceof _a)return t.isPointInPath(new Path2D(this.toSVGPathD()),e,n);if(this.el instanceof SVGGeometryElement){const r=this.el.getCTM();if(r){const i=r.inverse();return this.el.isPointInFill({x:i.a*e+i.c*n+i.e,y:i.b*e+i.d*n+i.f})}}return!1}isPointInStroke(t,e,n){if(t instanceof _a)return t.isPointInStroke(new Path2D(this.toSVGPathD()),e,n);if(this.el instanceof SVGGeometryElement){const r=this.el.getCTM();if(r){const i=r.inverse();return this.el.isPointInStroke({x:i.a*e+i.c*n+i.e,y:i.b*e+i.d*n+i.f})}}return!1}setStyle(t){Object.assign(this.style,t),this.shouldUpdateStyleInDraw=!0}setAttr(t,e){if(typeof t!="string")for(const n in t){const r=t[n];r&&r!=this.getAttr(n)&&(this.attrs[Nt(n)]=r,this.shouldUpdateAttrsInDraw=!0)}else e&&e!=this.getAttr(t)&&(this.attrs[Nt(t)]=e,this.shouldUpdateAttrsInDraw=!0)}getAttr(t,e){return this.attrs[t]||this.attrs[Nt(t)]||e}hasAttr(t){return!!this.getAttr(t)}animate(t){this.vx+=this.ax,this.vy+=this.ay;const e=t?.gravity||0;this.vy+=e;const n=t?.friction||1;this.vx*=n,this.vy*=n,this.move(this.vx,this.vy)}animateEaseTo(t,e){const n=e?.easing||.05,r=t.x-this.x,i=t.y-this.y;this.vx=r*n,this.vy=i*n,this.animate(e)}animateSpringTo(t,e){const n=e?.spring||.03;(Array.isArray(t)?t:[t]).forEach(r=>{const i=r.x-this.x,o=r.y-this.y,a=i*n,c=o*n;this.vx+=a,this.vy+=c}),this.animate({friction:.9,...e})}getSpringMassAlphaTo(t,e){const n=e?.springLength||100,r=e?.spring||5e-4,i=t.x-this.x,o=t.y-this.y,a=Math.sqrt(i*i+o*o);if(a<n){const c=i*r,h=o*r;return this.vx+=c/this.mass,this.vy+=h/this.mass,t.vx-=c/t.mass,t.vy-=h/t.mass,1-a/n}return 0}followTo(t,e=3){this.rotateTo(Ut(se(this.x,this.y,t.x,t.y)));const{dx:n,dy:r}=Qe(ut(this.degree),e);this.vx=n,this.vy=r,this.animate()}followAccelerationTo(t,e=.05){this.rotateTo(Ut(se(this.x,this.y,t.x,t.y)));const{dx:n,dy:r}=Qe(ut(this.degree),e);this.ax=n,this.ay=r,this.animate()}gravitateTo(t){const e=t.x-this.x,n=t.y-this.y,r=e*e+n*n,i=Math.sqrt(r),o=this.mass*t.mass/r,a=o*e/i,c=o*n/i;this.vx+=a/this.mass,this.vy+=c/this.mass,t.vx-=a/t.mass,t.vy-=c/t.mass}checkCollision(t){const e=t.x-this.x,n=t.y-this.y,r=Math.sqrt(e*e+n*n),{x:i,y:o,width:a,height:c}=t.getBoundingClientRect(),{x:h,y:l}=t.getBoundingClientRectCenter(),{x:u,y:d,width:f,height:m}=this.getBoundingClientRect(),{x:p,y:_}=this.getBoundingClientRectCenter();if(r<Math.abs(h-i)+Math.abs(p-u)||r<Math.abs(l-o)+Math.abs(_-d)){const y=Math.atan2(n,e),b={x:0,y:0},v=me(-y,e,n),w=me(-y,this.vx,this.vy),E=me(-y,t.vx,t.vy),C=w.x-E.x;w.x=((this.mass-t.mass)*w.x+2*t.mass*E.x)/(this.mass+t.mass),E.x=C+w.x;const D=Math.abs(w.x)+Math.abs(E.x),$=this.ballRadius+t.ballRadius-Math.abs(b.x-v.x);b.x+=w.x/D*$,v.x+=E.x/D*$;const O=me(y,b.x,b.y),U=me(y,v.x,v.y);t.moveTo(this.x+U.x,this.y+U.y),this.moveTo(this.x+O.x,this.y+O.y);const V=me(y,w.x,w.y),q=me(y,E.x,E.y);this.vx=V.x,this.vy=V.y,t.vx=q.x,t.vy=q.y}}checkWall(t){if(!t?.wall)return;const e=typeof t.wall.bounce=="number"?t.wall.bounce:-1,n=t.wall.x,r=t.wall.y,i=t.wall.x+t.wall.width,o=t.wall.y+t.wall.height,{x:a,y:c,width:h,height:l}=this.getBoundingClientRect();t.wall.cycle||!1?(this.x+a>i?this.moveXTo(n-(a+h)):this.x+a+h<n&&this.moveXTo(i-a),this.y+c>o?this.moveYTo(r-(c+l)):this.y+c+l<r&&this.moveYTo(o-c)):(this.x+a+h>i?(this.moveXTo(i-(a+h)),this.vx*=e):this.x+a<n&&(this.moveXTo(n+(a+h)),this.vx*=e),this.y+c+l>o?(this.moveYTo(o-(c+l)),this.vy*=e):this.y+c<r&&(this.moveYTo(r+(c+l)),this.vy*=e))}getTotalLength(){return this.transformPathD().getTotalLength()}getPointAtLength(t){return this.transformPathD().getPointAtLength(t)}interpolate(t){return this.transformPathD().interpolate(t)}trailPath(t=0,e=1){const n=this.getTotalLength(),r=t*n,i=e*n;return{subPathD:this.transformPathD().getSubPathD(r,i),point:this.getPointAtLength(i)}}strokeDashTween(t=1e3,e){const n=this.pathD().getTotalLength();this.setAttr({strokeDasharray:`${n} ${n}`,strokeDashoffset:`${n}`});const r=e?.onUpdate,i=new gs({frameDuration:t});i.addTween({offset:n},{offset:0},Object.assign(e||{},{onUpdate:(o,a)=>{this.setAttr("strokeDashoffset",""+Z(o.offset,2)),r?.(o,a)}})),i.play()}static generateRosetta(t,e,n,r,i){if(i==0)throw new Error("no dividing by zero, please");const o=[],a=360/i;for(let c=0;c<i;c+=1){const h=a*c*Math.PI/180,l=t+2*n*Math.cos(h),u=e+2*n*Math.sin(h);o.push(new ma({x:t,y:e,rx:n,ry:r,xAxisRotate:a*c,largeArcFlag:1,sweepFlag:1,toX:l,toY:u})),o.push(new ma({x:l,y:u,rx:n,ry:r,xAxisRotate:a*c,largeArcFlag:1,sweepFlag:1,toX:t,toY:e}))}return new _t({initD:Wt.fromLines(o)})}}class te{shapes=[];svg;forceWidth;attrs={};style={};initCenterX;initCenterY;x;y;degree;scaleX;scaleY;interactive;drag;constructor(t){if(this.initCenterX=t?.centerX,this.initCenterY=t?.centerY,this.x=t?.x||0,this.y=t?.y||0,this.degree=t?.degree||0,this.scaleX=1,this.scaleY=1,t?.scale!==void 0&&(this.scaleX=t.scale,this.scaleY=t.scale),t?.scaleX!==void 0&&(this.scaleX=t.scaleX),t?.scaleY!==void 0&&(this.scaleY=t.scaleY),t?.attrs&&this.setAttr(t.attrs),t?.style&&this.setStyle(t.style),this.interactive=typeof t?.interactive=="boolean"?t?.interactive:!0,this.drag=t?.drag,this.svg=t?.svg,this.forceWidth=t?.forceWidth,t?.svg){this.initCenterX=0,this.initCenterY=0;let e=0,n=0,r=0,i=0;const o=new ov(t.svg).parse();for(let a=0,c=o.length;a<c;a++){const h=o[a];if(h.type=="viewbox"&&h.width&&h.height){if(e=parseFloat(h.width),n=parseFloat(h.height),t.forceWidth){const m=e/n;r=t.forceWidth,i=r/m}else r=e,i=n;continue}if(h.type!="path"||!of(h.path))continue;const l={};for(const m in h)m==="type"||m==="path"||m==="transform"||(l[m]=h[m]);const u=cf(af(h.path)),d=[];let f=[];for(let m=0,p=u.length;m<p;m++){const _=u[m];f.push(_),_[0].toLowerCase()=="z"&&(d.push(f),f=[])}f.length&&d.push(f),d.forEach(m=>{const p=new _t({attrs:l,initD:m});if(h.transform){const y=cu(h.transform).split();p.moveTo(y.x,y.y),p.rotateTo(y.degree),p.scaleTo(y.scaleX,y.scaleY)}this.addShape(p)})}r&&e&&i&&n&&this.comboScale(r/e,i/n,!0)}}destroy(){this.shapes.forEach(t=>t.destroy())}getBaseOptions(){return{svg:this.svg,forceWidth:this.forceWidth,attrs:{...this.attrs},style:{...this.style},centerX:this.initCenterX,centerY:this.initCenterY,x:this.x,y:this.y,degree:this.degree,scaleX:this.scaleX,scaleY:this.scaleY,interactive:this.interactive,drag:{...this.drag}}}clone(){const t=this.cloneShapeCombo();return t.shapes=this.shapes.map(e=>{const n=e.clone();return e.parent&&(n.parent={...e.parent,combo:t}),n}),t}cloneShapeCombo(){return new te(this.getBaseOptions())}update(t){this.shapes.forEach(e=>e.update(t))}addShape(t,e){e?.notCopyFromCombo!==!0&&(t.setAttr(this.attrs),t.setStyle(this.style),t.interactive=t.interactive||this.interactive,t.drag={...this.drag,...t.drag}),t.parent={combo:this,dX:e?.dX||0,dY:e?.dY||0,dDegree:e?.dDegree||0,dScaleX:e?.dScaleX||1,dScaleY:e?.dScaleY||1},this.shapes.push(t)}comboMove(t,e,n=!1){n||(this.x+=t,this.y+=e),this.shapes.forEach(r=>{r.move(t,e)})}comboRotate(t,e=!1){e||(this.degree+=t),this.shapes.forEach(n=>{n.rotate(t)})}comboScale(t,e,n=!1){n||(this.scaleX*=t,this.scaleY*=e||t),this.shapes.forEach(r=>{r.scale(t,e)})}comboTransform(t,e=!1){(typeof t?.x=="number"||typeof t?.y=="number")&&this.comboMove(t?.x||0,t?.y||0,e),typeof t?.degree=="number"&&this.comboRotate(t?.degree||0,e),(typeof t?.scale=="number"||typeof t?.scaleX=="number"||typeof t?.scaleY=="number")&&this.comboScale(t?.scaleX||t?.scale||1,t?.scaleY||t?.scale||1,e)}getBoundingClientRect(t=2){const e=[],n=[];if(this.shapes.forEach(c=>{const h=c.getBoundingClientRect(t);e.push(h.x,h.x+h.width),n.push(h.y,h.y+h.height)}),e.length==0||n.length==0)return{x:0,y:0,width:0,height:0};const r=Math.min(...e),i=Math.min(...n),o=Math.max(...e),a=Math.max(...n);return{x:Z(r,t),y:Z(i,t),width:Z(o-r,t),height:Z(a-i,t)}}getBoundingClientRectCenter(t=2){if(typeof this.initCenterX=="number"&&typeof this.initCenterY=="number")return{x:this.initCenterX,y:this.initCenterY};const e=this.getBoundingClientRect(t);return{x:Z(e.x+e.width*.5,t),y:Z(e.y+e.height*.5,t)}}setStyle(t){Object.assign(this.style,t),this.shapes.forEach(e=>{e.setStyle(t)})}setAttr(t,e){if(typeof t!="string"){for(const n in t){const r=t[n];r&&r!=this.getAttr(n)&&(this.attrs[Nt(n)]=r)}this.shapes.forEach(n=>{n.setAttr(t)})}else e&&e!=this.getAttr(t)&&(this.attrs[Nt(t)]=e,this.shapes.forEach(n=>{n.setAttr(t,e)}))}getAttr(t,e){return this.attrs[t]||this.attrs[Nt(t)]||e}hasAttr(t){return!!this.getAttr(t)}sort(){this.shapes.map(t=>({shape:t,perimeter:t.transformPathD().getPolymorphPointsPerimeter()})).sort((t,e)=>e.perimeter-t.perimeter).map(t=>t.shape)}expendTo(t){const e=t.shapes.length,n=this.shapes.length;if(e<n)return t.expendTo(this);for(let r=n;r<e;r++){const i=t.shapes[r];this.addShape(new _t({initD:i.pathD().clone()}),{dX:i.x-this.x,dY:i.y-this.y,dDegree:i.degree-this.degree,dScaleX:i.scaleX/this.scaleX,dScaleY:i.scaleY/this.scaleY,notCopyFromCombo:!0})}}strokeDashTween(t,e){switch(e?.type){case"sequence":this.shapes.forEach((o,a)=>{o.strokeDashTween(t,{...e,delay:a,onStart:()=>{a==0&&e?.onGroupStart?.()},onUpdate:()=>{e?.onGroupUpdate?.()},onComplete:()=>{a==this.shapes.length-1&&e?.onGroupComplete?.()}})});break;case"parallel":default:const n=new gs({frameDuration:t}),r={},i={};this.shapes.forEach((o,a)=>{const c=o.pathD().getTotalLength();r[`offset_${a}`]=c,i[`offset_${a}`]=0,o.setAttr({strokeDasharray:`${c} ${c}`,strokeDashoffset:`${c}`})}),n.addTween(r,i,Object.assign(e||{},{onStart:()=>{e?.onGroupStart?.()},onUpdate:(o,a)=>{for(const c in o){const h=ki(c).number;this.shapes[h].setAttr("strokeDashoffset",""+Z(o[c],2))}e?.onGroupUpdate?.()},onComplete:()=>{e?.onGroupComplete?.()}})),n.play();break}}}function lv(s,t,e=5){const n=Mi(e);(!n(s.x,t.current.x)||!n(s.y,t.current.y))&&s.followTo(t.current)}function uv(s,t,e){s.drag&&s.drag.enable&&!s.isDragging&&s.animateEaseTo(t,e)}function fv(s,t){const e=[],n=s.length;for(let r=0;r<n;r++){const i=s[r];if(t?.springLength){const o=t?.springLength||100;i.isDragging||s.filter(a=>a.id!==i.id).forEach(a=>{const c=se(i.x,i.y,a.x,a.y);i.animateSpringTo({x:a.x-Math.cos(c)*o,y:a.y-Math.sin(c)*o},t)})}else t?.spring?r>0&&i.animateSpringTo(s[r-1],t):i.animate(t);if(t?.wall&&i.checkWall(t),t?.enableCollision||t?.enableGravityBetweenObjects||t?.enableSpringMassAlpha)for(let o=r+1;o<n;o++)t?.enableCollision&&i.checkCollision(s[o]),t?.enableGravityBetweenObjects&&i.gravitateTo(s[o]),t?.enableSpringMassAlpha&&e.push([i.x,i.y,s[o].x,s[o].y,i.getSpringMassAlphaTo(s[o],t)])}return e}function df(s){if(s.length<2)throw new Error("shapes个数必须大于等于2");const t=s.length-1,e=new Array(t);for(let r=0;r<t;r++){const i=s[r].transformPathD(),o=s[r+1].transformPathD(),a=i.getPolymorphPoints(),c=o.getPolymorphPoints(),h=a.length>=c.length?a:c;e[r]=Wt.getInterpolator(i.expendToPolymorphPoints(h),o.expendToPolymorphPoints(h))}const n=new _t({initD:""});return r=>{const i=Z(t*r,6),o=Math.min(Math.floor(i),t-1),a=Z(i-o,6);return n.pathD(e[o](a)),n.setAttr(s[o+1].attrs),n}}function dv(s){if(s.length<2)throw new Error("shapeCombos个数必须大于等于2");let t;const e=[];s.forEach(o=>{let a;o instanceof te?(a=o,a.sort()):(a=new te,a.addShape(o)),e.push(a),(!t||t.shapes.length<a.shapes.length)&&(t=a)});const n=[];e.forEach((o,a)=>{o!==t&&o.expendTo(t),o.shapes.forEach((c,h)=>{n[h]=n[h]||[],n[h][a]=c})});const r=[];n.forEach(o=>{r.push(df(o))});const i=new te;return r.forEach(o=>{i.addShape(o(0))}),o=>(r.forEach(a=>{a(o)}),i)}function mv(s,t=6e3,e){const n=s.findIndex(a=>a instanceof te)>=0?dv(s):df(s),r=n(0),i=e?.onUpdate,o=new gs({frameDuration:t});return o.addTween({t:0},{t:1},Object.assign(e||{},{onUpdate:(a,c)=>{i?.(a,c),n(a.t),e?.shapeOrCombo?.(r,a.t)}})),o.play(),r}class pv{PARENT_EL;SVG_EL=null;CANVAS_EL=null;ctx=null;rect={x:0,y:0,width:0,height:0};size$=new ml(null);resizeSubscription;mpg=bn();mouseSubscription;shapes=[];shapeTap$=new ml(null);tapSubscription;lastMouseInShapeId="";draggingShapeId="";prevCursor="default";constructor(t=document.documentElement,e="canvas",n=!1){this.PARENT_EL=t,(e=="svg"||e=="canvas")&&gu(this.PARENT_EL),e=="svg"&&(this.SVG_EL=wn("svg"),Un(this.PARENT_EL,this.SVG_EL)),e=="canvas"&&(this.CANVAS_EL=vu("canvas"),Un(this.PARENT_EL,this.CANVAS_EL)),this.resizeSubscription=fa(this.PARENT_EL).subscribe(r=>{this.rect.x=r.x,this.rect.y=r.y,this.rect.width=r.width,this.rect.height=r.height,this.SVG_EL&&Ne(this.SVG_EL,{viewBox:`0 0 ${this.rect.width} ${this.rect.height}`,width:`${this.rect.width}`,height:`${this.rect.height}`}),this.CANVAS_EL&&(Ne(this.CANVAS_EL,{width:`${this.rect.width}`,height:`${this.rect.height}`}),this.ctx=new _a(this.CANVAS_EL,this.rect.width,this.rect.height,n)),this.size$.next(r)}),this.mouseSubscription=Hu(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL,{useMousePoint:this.mpg}).subscribe(()=>{}),this.tapSubscription=zu(this.PARENT_EL).subscribe(r=>{for(const i of this.shapes)if(i.isMouseIn){this.shapeTap$.next(i);break}})}destroy(){this.resizeSubscription.unsubscribe(),this.mouseSubscription.unsubscribe(),this.tapSubscription.unsubscribe()}setCursor(t="default"){t!=this.prevCursor&&(this.PARENT_EL.style.cursor=t,this.prevCursor=t)}draw(...t){if(t.length){const e=[];t.forEach(n=>{n instanceof te?e.push(...n.shapes):e.push(n)}),this.SVG_EL&&this.shapes.filter(n=>e.findIndex(r=>r.id==n.id)==-1).forEach(n=>{n.el&&(n.el.remove(),delete n.el)}),sm(this.shapes,e)}this.ctx&&this.ctx.clearRect(),this.lastMouseInShapeId="",this.mpg.current.isDown||(this.draggingShapeId="");for(const e of this.shapes){const{x:n,y:r}=e.transformOrigin();let i=0,o=0;if(e.parent?.dDegree||e.parent?.dScaleX!==1||e.parent?.dScaleY!==1){const a=e.transformOrigin(!0);i=a.x,o=a.y}if(e.shouldUpdatePathD&&e.pathD(),this.SVG_EL){if(!e.el||e.shouldUpdateSVGElInDraw){const a=e.toSVGEl();e.el?a&&(e.el.remove(),e.el=a,Un(this.SVG_EL,e.el),Ne(e.el,{id:e.id})):(e.el=a||rf(),Un(this.SVG_EL,e.el),Ne(e.el,{id:e.id})),nv(e.el)&&Ne(e.el,{d:e.toSVGPathD()}),e.shouldUpdateSVGElInDraw=!1,e.shouldUpdateAttrsInDraw=!0,e.shouldUpdateStyleInDraw=!0,e.shouldUpdateMInDraw=!0}if(e.shouldUpdateAttrsInDraw&&(eh(e.attrs)||Ne(e.el,e.attrs),e.shouldUpdateAttrsInDraw=!1),e.shouldUpdateStyleInDraw&&(eh(e.style)||$n(e.el,e.style),e.shouldUpdateStyleInDraw=!1),e.shouldUpdateMInDraw||!e.m){const a=new Yt;a.translate(e.x+(e.parent?.dX||0),e.y+(e.parent?.dY||0)),a.rotate(e.degree,n,r),a.scale(e.scaleX,e.scaleY,n,r),e.parent?.dDegree&&a.rotate(e.parent.dDegree,i,o),(e.parent?.dScaleX!==1||e.parent?.dScaleY!==1)&&a.scale(e.parent?.dScaleX||1,e.parent?.dScaleY||1,i,o),Ne(e.el,{transform:a.toString()}),e.m=a,e.shouldUpdateMInDraw=!1}}if(this.ctx&&(this.ctx.save(),this.ctx.translate(e.x+(e.parent?.dX||0),e.y+(e.parent?.dY||0)),this.ctx.rotate(ut(e.degree),n,r),this.ctx.scale(e.scaleX,e.scaleY,n,r),e.parent?.dDegree&&this.ctx.rotate(ut(e.parent.dDegree),i,o),(e.parent?.dScaleX!==1||e.parent?.dScaleY!==1)&&this.ctx.scale(e.parent?.dScaleX||1,e.parent?.dScaleY||1,i,o),e.m=this.ctx.currentMatrix,Mu(this.ctx,e.attrs),e.toCanvasContext(this.ctx),this.ctx.hasSetCustomStrokeStyle&&this.ctx.stroke(),this.ctx.hasSetCustomFillStyle&&this.ctx.fill()),e.interactive?this.SVG_EL?e.isMouseIn=e.isPointInPath(this.SVG_EL,this.mpg.current.x,this.mpg.current.y)||e.isPointInStroke(this.SVG_EL,this.mpg.current.x,this.mpg.current.y):this.ctx?e.isMouseIn=e.isPointInPath(this.ctx,this.mpg.current.x,this.mpg.current.y)||e.isPointInStroke(this.ctx,this.mpg.current.x,this.mpg.current.y):e.isMouseIn=!1:e.isMouseIn=!1,e.isMouseIn&&(this.setCursor("pointer"),this.lastMouseInShapeId=e.id),e.isDragging=e.id==this.draggingShapeId,this.mpg.current.isDown&&(e.isDragging||!this.draggingShapeId&&e.isMouseIn&&e.drag&&e.drag.enable)){this.setCursor("grabbing"),e.isDragging=!0,this.draggingShapeId=e.id;let a=this.mpg.current.x-this.mpg.start.x,c=this.mpg.current.y-this.mpg.start.y;if(a||c){if(e.drag&&e.drag.enable&&e.drag.alongPath){const h=e.drag.alongPath.transform({m:e.m}).closestPoint(this.mpg.current.x,this.mpg.current.y);a=h.point.x-e.x,c=h.point.y-e.y}(a||c)&&(e.move(a,c),e.parent?.combo.shapes.forEach(h=>{h.drag?.followSibling&&h!==e&&h.move(a,c)}))}this.mpg.setStart(this.mpg.current)}else e.isMouseIn&&e.drag&&e.drag.enable&&this.setCursor("grab");this.ctx&&this.ctx.restore()}!this.lastMouseInShapeId&&!this.draggingShapeId&&this.setCursor("default")}clear(){this.shapes.forEach(t=>{t.el&&(t.el.remove(),delete t.el)}),this.ctx&&this.ctx.clearRect(),this.shapes=[]}drawMouseMoveLine(t){const e=t?.brushSize||4,n=t?.brushColor||"#000000";let r=!1;const i=Rr(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL,{start:()=>{r=!1,this.ctx&&(this.ctx.save(),this.ctx.lineWidth=e,this.ctx.strokeStyle=n,this.ctx.beginPath())},end:()=>{this.ctx&&this.ctx.restore()}}).subscribe(o=>{this.ctx&&(r?this.ctx.lineTo(o.current.x,o.current.y):(r=!0,this.ctx.moveTo(o.current.x,o.current.y)),this.ctx.stroke())});return()=>{i.unsubscribe()}}drawMouseMoveBrush(t){const e=t?.brushSize||10,n=t?.brushDensity||50,r=t?.brushColor||"#000000",i=new ue(r),o=i.r,a=i.g,c=i.b,h=Rr(this.SVG_EL||this.CANVAS_EL||this.PARENT_EL).subscribe(l=>{if(this.ctx){const u=this.ctx.getImageData(0,0,this.ctx.canvas.width,this.ctx.canvas.height),d=u.data;for(let f=0;f<n;f++){const m=Math.random()*Math.PI*2,p=Math.random()*e,_=l.current.x+Math.cos(m)*p|0,y=l.current.y+Math.sin(m)*p|0,b=(_+y*u.width)*4;d[b]=o,d[b+1]=a,d[b+2]=c,d[b+3]=255}this.ctx.putImageData(u)}});return()=>{h.unsubscribe()}}downloadSVG=()=>{this.SVG_EL&&sv(this.SVG_EL)}}class vn extends _t{lineLength;startColor;endColor;constructor(t){super({...t,centerX:0,centerY:0}),this.lineLength=t?.lineLength||0,this.startColor=t?.startColor,this.endColor=t?.endColor,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.startColor||this.getAttr("stroke")||"#000000"})}cloneShape(){return new vn({...super.getBaseOptions(),lineLength:this.lineLength,startColor:this.startColor,endColor:this.endColor})}lineToAbsolutePoint(t){const e=Ut(se(this.x,this.y,t.x,t.y)),n=Ze(this.x,this.y,t.x,t.y);(e!=this.degree||n!=this.lineLength)&&(e!=this.degree&&this.rotateTo(e),n!=this.lineLength&&(this.lineLength=n),this.shouldUpdatePathD=!0)}enableGradient(t,e){this.startColor=t,this.endColor=e,this.setAttr({stroke:this.startColor})}disableGradient(t){this.startColor=t,this.endColor=void 0,this.setAttr({stroke:this.startColor})}getBoundingClientRect(){return{x:0,y:0,width:this.lineLength,height:parseFloat(this.getAttr("strokeWidth"))}}toSVGPathData(){return[["m",0,0],["l",this.lineLength,0]]}toCanvasContext(t){this.startColor&&this.endColor&&this.setAttr({stroke:t.createLinearGradient(0,0,this.lineLength,0,{0:this.startColor,1:this.endColor})}),t.beginPath(),t.moveTo(0,0),t.lineTo(this.lineLength,0)}intersection(t){const e=this.transformPathD().normalizedLines[0],n=t.transformPathD().normalizedLines[0];return e.intersection(n)}}class Ca extends _t{cx;cy;toX;toY;isLineThrough;constructor(t){super(t),this.cx=t?.cx||0,this.cy=t?.cy||0,this.toX=t?.toX||0,this.toY=t?.toY||0,this.isLineThrough=typeof t?.isLineThrough=="boolean"?t.isLineThrough:!1,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.getAttr("stroke")||"#000000"})}cloneShape(){return new Ca({...super.getBaseOptions(),cx:this.cx,cy:this.cy,toX:this.toX,toY:this.toY,isLineThrough:this.isLineThrough})}update(t){typeof t.cx=="number"&&(this.cx=t.cx,this.shouldUpdatePathD=!0),typeof t.cy=="number"&&(this.cy=t.cy,this.shouldUpdatePathD=!0),typeof t.toX=="number"&&(this.toX=t.toX,this.shouldUpdatePathD=!0),typeof t.toY=="number"&&(this.toY=t.toY,this.shouldUpdatePathD=!0),typeof t.isLineThrough=="boolean"&&(this.isLineThrough=t.isLineThrough,this.shouldUpdatePathD=!0)}toSVGPathData(){if(this.isLineThrough){const t=this.cx*2-(0+this.toX)/2,e=this.cy*2-(0+this.toY)/2;return[["m",0,0],["q",t,e,this.toX,this.toY]]}else return[["m",0,0],["q",this.cx,this.cy,this.toX,this.toY]]}toCanvasContext(t){if(t.beginPath(),t.moveTo(0,0),this.isLineThrough){const e=this.cx*2-(0+this.toX)/2,n=this.cy*2-(0+this.toY)/2;t.quadraticCurveTo(e,n,this.toX,this.toY)}else t.quadraticCurveTo(this.cx,this.cy,this.toX,this.toY)}}class Fr extends _t{points;isStraight;constructor(t){super(t),this.points=t?.points||[],this.isStraight=typeof t?.isStraight=="boolean"?t.isStraight:!0,this.setAttr({strokeWidth:this.getAttr("strokeWidth")||"1",stroke:this.getAttr("stroke")||"#000000"})}cloneShape(){return new Fr({...super.getBaseOptions(),points:[...this.points],isStraight:this.isStraight})}update(t){"points"in t&&(this.points=[...t.points||this.points],this.shouldUpdatePathD=!0),typeof t.isStraight=="boolean"&&(this.isStraight=t.isStraight,this.shouldUpdatePathD=!0)}toSVGPathData(){const t=[];if(this.points.length<3)return t;const e=this.points.length;if(this.isStraight){t.push(["m",this.points[0].x,this.points[0].y]);for(let n=1;n<=e-1;n++)t.push(["l",this.points[n].x-this.points[n-1].x,this.points[n].y-this.points[n-1].y]);t.push(["z"])}else{const n=(this.points[0].x+this.points[e-1].x)/2,r=(this.points[0].y+this.points[e-1].y)/2;let i=n,o=r;t.push(["m",i,o]);for(let a=0;a<e-1;a++){const c=(this.points[a].x+this.points[a+1].x)/2,h=(this.points[a].y+this.points[a+1].y)/2;t.push(["q",this.points[a].x-i,this.points[a].y-o,c-i,h-o]),i=c,o=h}t.push(["q",this.points[e-1].x-i,this.points[e-1].y-o,n-i,r-o])}return t}toCanvasContext(t){if(this.points.length<3)return;t.beginPath();const e=this.points.length;if(this.isStraight){t.moveTo(this.points[0].x,this.points[0].y);for(let n=1;n<=e-1;n++)t.lineTo(this.points[n].x,this.points[n].y);t.closePath()}else{const n=(this.points[0].x+this.points[e-1].x)/2,r=(this.points[0].y+this.points[e-1].y)/2;t.moveTo(n,r);for(let i=0;i<e-1;i++){const o=(this.points[i].x+this.points[i+1].x)/2,a=(this.points[i].y+this.points[i+1].y)/2;t.quadraticCurveTo(this.points[i].x,this.points[i].y,o,a)}t.quadraticCurveTo(this.points[e-1].x,this.points[e-1].y,n,r)}}isPointInShape(t){const e=this.points.length;let n=!1;const r=2e-10;for(let i=0,o=e-1;i<e;o=i,i++){const a=this.points[i].x,c=this.points[i].y,h=this.points[o].x,l=this.points[o].y;if(a===t.x&&c===t.y||h===t.x&&l===t.y||t.y===c&&t.y===l)return!0;if(t.y>=c&&t.y<l||t.y<c&&t.y>=l){const u=(h-a)/(l-c),d=a+u*(t.y-c);if(d===t.x||Math.abs(d-t.x)<r)return!0;d>t.x&&(n=!n)}}return n}[Symbol.iterator](){let t=-1;return{next:()=>({value:t<=this.points.length-1?this.points[++t]:void 0,done:t>=this.points.length})}}static generate(t,e,n,r){const i=[];for(let o=0;o<r;o++){const a=o/r*2*Math.PI,{dx:c,dy:h}=Qe(a,n);i.push({x:t+c,y:e+h})}return new Fr({points:i})}}class Ea extends te{length=100;constructor(t){super(t);const e=new vn({drag:{followSibling:!0},lineLength:this.length});this.addShape(e);const n=new vn({drag:{followSibling:!0},lineLength:20+Math.random()*20});this.addShape(n,{dX:90-Math.random()*40,dDegree:Math.random()*70});const r=new vn({drag:{followSibling:!0},lineLength:20+Math.random()*20});this.addShape(r,{dX:90-Math.random()*40,dDegree:-Math.random()*70}),this.comboRotate(-90,!0)}cloneShapeCombo(){return new Ea(super.getBaseOptions())}}class jn extends _t{ballRadius;constructor(t){super(t),this.ballRadius=t?.ballRadius||0}cloneShape(){return new jn({...super.getBaseOptions(),ballRadius:this.ballRadius})}update(t){typeof t.ballRadius=="number"&&(this.ballRadius=t.ballRadius,this.shouldUpdatePathD=!0)}getBoundingClientRect(){return{x:-this.ballRadius,y:-this.ballRadius,width:this.ballRadius*2,height:this.ballRadius*2}}toSVGEl(){const t=wn("circle");return this.setAttr({cx:"0",cy:"0",r:String(this.ballRadius)}),t}toSVGPathData(){return this.ballRadius?[["m",0,-this.ballRadius],["a",this.ballRadius,this.ballRadius,0,1,1,0,2*this.ballRadius],["a",this.ballRadius,this.ballRadius,0,1,1,0,-2*this.ballRadius],["z"]]:[["m",0,0]]}toCanvasContext(t){t.beginPath(),t.arc(0,0,this.ballRadius,0,Math.PI*2,!0),t.closePath()}eq(t){return this.x===t.x&&this.y===t.y&&this.ballRadius===t.ballRadius&&this.mass===t.mass}midPointBtw(t){return{x:this.x+(t.x-this.x)/2,y:this.y+(t.y-this.y)/2}}length(){return Bn(this.x,this.y)}scalar(t){return this.moveTo(this.x*t,this.y*t),this}normalize(t=1){const e=this.length();if(e){const n=t/e;this.scalar(n)}return this}clamp(t){const e=this.length();return e&&e>t&&this.scalar(t/e),this}cross(t){const e=this.x,n=this.y;return{x:n*t.x-e*t.y,y:e*t.y-n*t.x}}multiply(t){return{x:this.x*t.x,y:this.y*t.y}}div(t){return{x:this.x/t.x,y:this.y/t.y}}add(t){return{x:this.x+t.x,y:this.y+t.y}}sub(t){return{x:this.x-t.x,y:this.y-t.y}}dot(t){return this.x*t.x+this.y*t.y}reflect(t){const e=this.dot(t);return{x:this.x-2*e*t.x,y:this.y-2*e*t.y}}}class Ta extends _t{constructor(t){super(t)}cloneShape(){return new Ta({...super.getBaseOptions()})}toSVGPathData(){return[["m",-50,-25],["l",50,0],["l",0,-25],["l",50,50],["l",-50,50],["l",0,-25],["l",-50,0],["l",0,-50],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(-50,-25),t.lineTo(0,-25),t.lineTo(0,-50),t.lineTo(50,0),t.lineTo(0,50),t.lineTo(0,25),t.lineTo(-50,25),t.lineTo(-50,-25),t.closePath()}}class nn extends _t{rectWidth;rectHeight;rectBorderRadius;constructor(t){super(t),this.rectWidth=t.rectWidth||0,this.rectHeight=t.rectHeight||0,this.rectBorderRadius=t.rectBorderRadius||0}cloneShape(){return new nn({...super.getBaseOptions(),rectWidth:this.rectWidth,rectHeight:this.rectHeight,rectBorderRadius:this.rectBorderRadius})}update(t){typeof t.rectWidth=="number"&&(this.rectWidth=t.rectWidth,this.shouldUpdatePathD=!0),typeof t.rectHeight=="number"&&(this.rectHeight=t.rectHeight,this.shouldUpdatePathD=!0),typeof t.rectBorderRadius=="number"&&(this.rectBorderRadius=t.rectBorderRadius,this.shouldUpdatePathD=!0)}getBoundingClientRect(){return{x:0,y:0,width:this.rectWidth,height:this.rectHeight}}toSVGEl(){const t=wn("rect");return this.setAttr({x:"0",y:"0",width:String(this.rectWidth),height:String(this.rectHeight),rx:String(this.rectBorderRadius),ry:String(this.rectBorderRadius)}),t}toSVGPathData(){return this.rectBorderRadius?[["m",this.rectBorderRadius,0],["l",this.rectWidth-this.rectBorderRadius*2,0],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,this.rectBorderRadius,this.rectBorderRadius],["l",0,this.rectHeight-this.rectBorderRadius*2],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,-this.rectBorderRadius,this.rectBorderRadius],["l",this.rectBorderRadius*2-this.rectWidth,0],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,-this.rectBorderRadius,-this.rectBorderRadius],["l",0,this.rectBorderRadius*2-this.rectHeight],["a",this.rectBorderRadius,this.rectBorderRadius,0,0,1,this.rectBorderRadius,-this.rectBorderRadius],["z"]]:[["m",0,0],["l",this.rectWidth,0],["l",0,this.rectHeight],["l",-this.rectWidth,0],["z"]]}toCanvasContext(t){t.beginPath(),this.rectBorderRadius<=0?t.rect(0,0,this.rectWidth,this.rectHeight):(t.moveTo(0,this.rectBorderRadius),t.lineTo(0,this.rectHeight-this.rectBorderRadius),t.quadraticCurveTo(0,this.rectHeight,this.rectBorderRadius,this.rectHeight),t.lineTo(this.rectWidth-this.rectBorderRadius,this.rectHeight),t.quadraticCurveTo(this.rectWidth,this.rectHeight,this.rectWidth,this.rectHeight-this.rectBorderRadius),t.lineTo(this.rectWidth,this.rectBorderRadius),t.quadraticCurveTo(this.rectWidth,0,this.rectWidth-this.rectBorderRadius,0),t.lineTo(this.rectBorderRadius,0),t.quadraticCurveTo(0,0,0,this.rectBorderRadius)),t.closePath()}static fromCubicBezier(t,e,n,r,i,o,a,c){const l=new jt({x:t,y:e,c1x:n,c1y:r,c2x:i,c2y:o,toX:a,toY:c}).getBoundingClientRect();return new nn({x:l.x,y:l.y,rectWidth:l.width,rectHeight:l.height})}eq(t){return this.x===t.x&&this.y===t.y&&this.rectWidth===t.rectWidth&&this.rectHeight===t.rectHeight&&this.rectBorderRadius===t.rectBorderRadius}intersection(t){return!(this.x+this.rectWidth<t.x||t.x+t.rectWidth<this.x||this.y+this.rectHeight<t.y||t.y+t.rectHeight<this.y)}isPointInShape(t){return t.x>=this.x&&t.x<=this.x+this.rectWidth&&t.y>=this.y&&t.y<=this.y+this.rectHeight}}class Pa extends _t{rx;ry;constructor(t){super(t),this.rx=t?.heartRx||10,this.ry=t?.heartRy||10}cloneShape(){return new Pa({...super.getBaseOptions(),heartRx:this.rx,heartRy:this.ry})}toSVGPathData(){return[["m",0,0],["l",this.rx*2.4,-this.ry*3.14],["a",this.rx/2,this.ry/2,0,0,0,-this.rx*2.4,-this.ry*1.5],["a",this.rx/2,this.ry/2,0,0,0,-this.rx*2.4,this.ry*1.5],["l",this.rx*2.4,this.ry*3.14],["z"]]}}class Aa extends _t{rx;ry;constructor(t){super(t),this.rx=t?.heartRx||50,this.ry=t?.heartRy||50}cloneShape(){return new Aa({...super.getBaseOptions(),heartRx:this.rx,heartRy:this.ry})}toSVGPathData(){return[["m",0,0+this.ry*.3],["C",0,0,0-this.rx/2,0,0-this.rx/2,0+this.ry*.3],["C",0-this.rx/2,0+(this.ry+this.ry*.3)/2,0,0+(this.ry+this.ry*.3)/1.4,0,0+this.ry],["C",0,0+(this.ry+this.ry*.3)/1.8,0+this.rx/2,0+(this.ry+this.ry*.3)/2,0+this.rx/2,0+this.ry*.3],["C",0+this.rx/2,0,0,0,0,0+this.ry*.3],["z"]]}}class Ma extends _t{r;constructor(t){super(t),this.r=t?.starR||20}cloneShape(){return new Ma({...super.getBaseOptions(),starR:this.r})}toSVGPathData(){const t=[["m",0,-this.r]];for(let e=0;e<6;e+=1){const n=288+e*144,r=this.r*Math.cos(ut(n)),i=this.r*Math.sin(ut(n));t.push(["l",r,i])}return t}}class ka extends _t{constructor(t){super(t)}cloneShape(){return new ka({...super.getBaseOptions()})}toSVGPathData(){return[["m",4,24],["l",4,-8],["l",6,-6],["l",1,-10],["l",-6,-10],["l",-7,10],["l",-4,0],["l",-7,-10],["l",-6,10],["l",1,10],["l",6,6],["l",4,8],["z"]]}toCanvasContext(t){t.beginPath(),t.moveTo(4,24),t.lineTo(8,16),t.lineTo(14,10),t.lineTo(15,0),t.lineTo(9,-10),t.lineTo(2,0),t.lineTo(-2,0),t.lineTo(-9,-10),t.lineTo(-15,0),t.lineTo(-14,10),t.lineTo(-8,16),t.lineTo(-4,24),t.closePath()}}class Ia extends _t{constructor(t){super(t)}cloneShape(){return new Ia({...super.getBaseOptions()})}toSVGPathData(){return[["M",0,0],["C",15,0,15,-40,5,-30],["L",0,0],["C",-15,0,-15,-40,-5,-30],["L",0,0],["a",15,15,0,1,1,0,2*15],["a",15,15,0,1,1,0,-2*15]]}}class Da extends _t{constructor(t){super({...t,initD:"m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z"})}cloneShape(){return new Da({...super.getBaseOptions()})}}class Oa extends _t{rx;ry;constructor(t){super(t),this.rx=t?.rx||0,this.ry=t?.ry||0}cloneShape(){return new Oa({...super.getBaseOptions(),rx:this.rx,ry:this.ry})}getBoundingClientRect(){return{x:this.x-this.rx,y:this.y-this.ry,width:this.rx*2,height:this.ry*2}}toSVGEl(){const t=wn("ellipse");return this.setAttr({cx:"0",cy:"0",rx:String(this.rx),ry:String(this.ry)}),t}toSVGPathData(){return[["m",0,-this.ry],["a",this.rx,this.ry,0,1,1,0,2*this.ry],["a",this.rx,this.ry,0,1,1,0,-2*this.ry],["z"]]}toCanvasContext(t){t.beginPath(),t.ellipse(0,0,this.rx,this.ry,0,0,2*Math.PI,!0),t.closePath()}}class Ra extends te{showFlame;flame;ship;constructor(t){super(t),this.showFlame=typeof t?.showFlame=="boolean"?t?.showFlame:!0,this.flame=new _t({initD:[["M",-15,0],["L",-2.5,-5],["L",-2.5,5],["Z"]],drag:{followSibling:!0}}),this.showFlame&&this.addShape(this.flame),this.ship=new _t({initD:[["M",10,0],["L",-10,10],["L",-5,0],["L",-10,-10],["L",10,0],["Z"]],drag:{followSibling:!0}}),this.addShape(this.ship)}cloneShapeCombo(){return new Ra({...super.getBaseOptions(),showFlame:this.showFlame})}update(t){typeof t?.showFlame=="boolean"&&(this.shapes=[],this.showFlame=t?.showFlame,this.showFlame&&this.addShape(this.flame),this.addShape(this.ship))}}class La extends te{width;height;cornerRadius;constructor(t){super(t),this.width=t.segmentWidth,this.height=t.segmentHeight,this.cornerRadius=typeof t.segmentCornerRadius=="number"?t.segmentCornerRadius:this.height*.5;const e=new nn({drag:{followSibling:!0},rectWidth:this.width+this.cornerRadius*2,rectHeight:this.height,rectBorderRadius:this.cornerRadius});this.addShape(e,{dX:0-this.cornerRadius,dY:0-this.height*.5});const n=new jn({drag:{followSibling:!0},ballRadius:2});this.addShape(n);const r=new jn({drag:{followSibling:!0},ballRadius:2});this.addShape(r,{dX:0+this.width})}cloneShapeCombo(){return new La({...super.getBaseOptions(),segmentWidth:this.width,segmentHeight:this.height,segmentCornerRadius:this.cornerRadius})}getBoundingClientRectCenter(){return{x:0,y:0}}getPin(){const t=this.shapes[1];return{x:t.x+Math.cos(ut(t.degree))*this.width,y:t.y+Math.sin(ut(t.degree))*this.width}}}class za extends te{options;value$=new qe;subscription;constructor(t){super(t),this.options=t;const e=t?.sliderMin||0,n=t?.sliderMax||100,r=t?.sliderStep||1,i=em(e,n,r),o=i(typeof t?.sliderDefaultValue=="number"?K(t.sliderDefaultValue,e,n):e);this.value$.next(o);const a=o/(n-e),c=t?.sliderWidth||100,h=t?.sliderHeight||4,l=h*.5,u=h*2.5,d=t?.sliderBackgroundColor||"#f5f5f5",f=t?.sliderForegroundColor||"#5a82f0",m=new nn({rectWidth:c,rectHeight:h,rectBorderRadius:l,attrs:{fill:d},drag:{enable:!1}});this.addShape(m);const p=new nn({rectWidth:c*a,rectHeight:h,rectBorderRadius:l,attrs:{fill:f},drag:{enable:!1}});this.addShape(p);const _=new jn({x:c*a,y:l,ballRadius:u,attrs:{fill:f},drag:{enable:!0,alongPath:new Wt([["m",0,0],["l",c,0]])}});this.addShape(_),this.subscription=_.transform$.subscribe(({dX:y})=>{console.log(y);const b=(_.x-m.x)/c;p.update({rectWidth:c*b}),this.value$.next(i(b*(n-e)+e))})}destroy(){super.destroy(),this.subscription.unsubscribe()}cloneShapeCombo(){return new za({...super.getBaseOptions(),...this.options})}}class Es extends _t{half;lineWidth;radius;startDegree;endDegree;percent=0;percentDegree=0;startColor;endColor;constructor(t){super(t),this.half=typeof t?.half=="boolean"?t?.half:!1,this.lineWidth=t.lineWidth;const e=t.width||0,n=t.height||0,r=(t.endDegree-t.startDegree-180)/2;if(t.radius)this.radius=t.radius;else if(this.half){const i=Math.min(e/2,n)-this.lineWidth;this.radius=Math.max(0,i-i*Math.sin(ut(r)))}else this.radius=Math.max(0,Math.min(e/2,n/2)-this.lineWidth);t.x||(this.x=e/2),t.y||(this.half?this.y=n-this.lineWidth-this.radius*Math.sin(ut(r)):this.y=n/2),t.forceCoordinate?(this.startDegree=t.startDegree,this.endDegree=t.endDegree):(this.startDegree=-90+t.startDegree,this.endDegree=-90+t.endDegree),this.startColor=t?.startColor,this.endColor=t?.endColor,this.setAttr({"stroke-linecap":"round","stroke-width":String(this.lineWidth),stroke:this.startColor||"#000000"}),this.setPercent(t.percent||1)}cloneShape(){return new Es({...super.getBaseOptions(),half:this.half,lineWidth:this.lineWidth,radius:this.radius,forceCoordinate:!0,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.startColor,endColor:this.endColor,percent:this.percent})}setPercent(t){this.percent=Math.max(0,t),this.percentDegree=this.startDegree+(this.endDegree-this.startDegree)*t}enableGradient(t,e){this.startColor=t,this.endColor=e,this.setAttr({stroke:this.startColor})}disableGradient(t){this.startColor=t,this.endColor=void 0,this.setAttr({stroke:this.startColor})}toSVGPathData(){const{dx:t,dy:e}=Qe(ut(this.startDegree),this.radius),{dx:n,dy:r}=Qe(ut(this.percentDegree),this.radius);return[["m",t,e],["a",this.radius,this.radius,0,Math.abs(this.percentDegree-this.startDegree)>=180?1:0,1,n-t,r-e]]}toCanvasContext(t){if(this.startColor&&this.endColor){let e;if(this.half){const n=this.radius-this.radius*Math.cos(Math.PI*this.percent),r=this.radius*Math.sin(Math.PI*this.percent);e=t.createLinearGradient(-this.radius,0,-this.radius+n,-r,{0:this.startColor,1:this.endColor})}else{const n=this.radius*Math.sin(2*Math.PI*this.percent),r=this.radius*Math.cos(2*Math.PI*this.percent);e=t.createLinearGradient(0,-this.radius,n,-r,{0:this.startColor,1:this.endColor})}this.setAttr({stroke:e})}t.beginPath(),t.arc(0,0,this.radius,ut(this.startDegree),ut(this.percentDegree),!1)}}class Na extends te{half;lineWidth;width;height;bgColor;startColor;endColor;startDegree;endDegree;percent=0;ringBg;ring;lines=[];indicatorLineCount;constructor(t){if(super(t),this.half=typeof t?.half=="boolean"?t?.half:!1,this.lineWidth=t?.lineWidth||12,this.width=t.width,this.height=t.height,this.bgColor=t?.bgColor,this.startColor=t?.startColor,this.endColor=t?.endColor,this.half?(this.startDegree=t?.startDegree||-90-15,this.endDegree=t?.endDegree||90+15):(this.startDegree=t?.startDegree||0,this.endDegree=t?.endDegree||360),this.percent=t?.percent||0,this.ringBg=new Es({half:this.half,lineWidth:this.lineWidth,width:t.width,height:t.height,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.bgColor,percent:1}),this.addShape(this.ringBg),this.ring=new Es({half:this.half,lineWidth:this.lineWidth,width:t.width,height:t.height,startDegree:this.startDegree,endDegree:this.endDegree,startColor:this.startColor,endColor:this.endColor,percent:0}),this.addShape(this.ring),this.indicatorLineCount=22+1,this.half){const i=this.ringBg.radius-20-17;for(let o=0;o<this.indicatorLineCount;o++){const a=new vn({lineLength:17,startColor:this.startColor,endColor:this.endColor,attrs:{"stroke-linecap":"round","stroke-width":String(2),stroke:this.bgColor}});this.lines.push(a);const c=-90+this.startDegree+(this.endDegree-this.startDegree)/(this.indicatorLineCount-1)*o;this.addShape(a,{dX:this.ringBg.x+Math.cos(ut(c))*i,dY:this.ringBg.y+Math.sin(ut(c))*i,dDegree:c})}}this.setPercent(t.percent||0)}cloneShapeCombo(){return new Na({...super.getBaseOptions(),half:this.half,lineWidth:this.lineWidth,width:this.width,height:this.height,bgColor:this.bgColor,startColor:this.startColor,endColor:this.endColor,startDegree:this.startDegree,endDegree:this.endDegree,percent:this.percent})}setPercent(t){if(this.percent=Math.max(0,t),this.ring.setPercent(t),this.half)for(let e=0;e<this.indicatorLineCount;e++)e/(this.indicatorLineCount-1)<=this.percent?this.lines[e].enableGradient(this.startColor,this.endColor):this.lines[e].disableGradient(this.bgColor)}}class Xn extends _t{text;width=0;height=0;constructor(t){super(t),this.text=t.text,this.setAttr({fontSize:"10px",fontFamily:'system-ui, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',emojiFontFamily:'"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", "Twemoji Mozilla", "system emoji", sans-serif',fill:"#666666",stroke:"none","alignment-baseline":"middle",textAnchor:"start",...this.attrs});const e=ki(this.getAttr("fontSize"),10).number,n=ki(this.getAttr("fontWeight"),400).number,r=Xn.measureText(this.text,e,n);this.width=r.width,this.height=r.height}cloneShape(){return new Xn({...super.getBaseOptions(),text:this.text})}toSVGEl(){const t=wn("text");t.setAttribute("x","0"),t.setAttribute("y","0"),t.style.alignmentBaseline="middle";const e=this.text.split(`
86
- `);if(e.length<=1)t.innerHTML=this.text;else{const n=this.getAttr("line-height","1.2em");e.forEach((r,i)=>{if(r.trim()){const o=wn("tspan");o.setAttribute("x","0"),o.setAttribute("dy",i>0?n:"0"),o.innerHTML=r.trim(),o.style.alignmentBaseline="middle",t.append(o)}})}return t}toSVGPathData(){return[]}toCanvasContext(t){const e=this.text.split(`
87
- `);if(e.length<=1)t.fillText(this.text,0,0);else{const n=t.measureText(this.text),i=(n.actualBoundingBoxAscent+n.actualBoundingBoxDescent)*parseFloat(this.getAttr("line-height","1.2em"));let o=0;e.forEach((a,c)=>{a.trim()&&(o+=c>0?i:0,t.fillText(a.trim(),0,o))})}}static measureText(t,e=12,n=400){const r=document.createElement("span");r.style.visibility="hidden",r.style.margin="0",r.style.padding="0",r.style.inset="0",r.style.whiteSpace="nowrap",r.style.overflow="visible",r.style.fontSize=e+"px",r.style.fontWeight=n.toString(),r.innerText=t,document.body.appendChild(r);const i=r.offsetWidth,o=r.offsetHeight;return document.body.removeChild(r),{width:i,height:o}}static getFixedWidthText(t,e,n=12,r=400,i="..."){let o="";if(!t||e<n)return o;const a=t.split("");let c=i?Xn.measureText(i,n,r).width:0;for(let h=0,l=a.length;h<l;h++)if(c+=Xn.measureText(a[h],n,r).width,c>e){i&&(o+=i);break}else o+=a[h];return o}}class Fa extends te{options;constructor(t){super(t),this.options=t;const{shapeCreator:e,width:n,height:r,x:i,y:o,particleCount:a,angle:c,spread:h,startVelocity:l,decay:u,gravity:d,drift:f,ticks:m,colors:p,scalar:_,flat:y}=Object.assign({shapeCreator:()=>new nn({rectWidth:10,rectHeight:10}),width:100,height:100,x:.5,y:.6,particleCount:100,angle:90,spread:70,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,colors:lp,scalar:1,flat:!1},t||{}),b=(C,D)=>{C.x=n*i,C.y=r*o,C.scaleX=_,C.scaleY=_;const $=p[D%p.length];C.setAttr({fill:$}),C.interactive=!1,C.wobble=Math.random()*10,C.wobbleSpeed=Math.min(.11,Math.random()*.1+.05),C.velocity=l*.5+Math.random()*l,C.angle2D=-v+(.5*w-Math.random()*w),C.tiltAngle=(Math.random()*(.75-.25)+.25)*Math.PI,C.tick=0,C.totalTicks=m,C.decay=u,C.drift=f,C.random=Math.random()+2,C.tiltSin=0,C.tiltCos=0,C.wobbleX=0,C.wobbleY=0,C.gravity=d*3,C.scalar=_,C.flat=y,C.color=new ue($)},v=ut(c),w=ut(h);let E=a;for(;E;){const C=e();b(C,E),C.clone=(D=>()=>{const $=e();return b($,D),$})(E),this.addShape(C),E--}}cloneShapeCombo(){return new Fa(this.options)}update(){return this.shapes=this.shapes.filter(t=>{t.x+=Math.cos(t.angle2D)*t.velocity+t.drift,t.y+=Math.sin(t.angle2D)*t.velocity+t.gravity,t.velocity*=t.decay,t.flat?(t.wobble=0,t.wobbleX=t.x+10*t.scalar,t.wobbleY=t.y+10*t.scalar,t.tiltSin=0,t.tiltCos=0,t.random=1):(t.wobble+=t.wobbleSpeed,t.wobbleX=t.x+10*t.scalar*Math.cos(t.wobble),t.wobbleY=t.y+10*t.scalar*Math.sin(t.wobble),t.tiltAngle+=.1,t.tiltSin=Math.sin(t.tiltAngle),t.tiltCos=Math.cos(t.tiltAngle),t.random=Math.random()+2);const e=t.tick++/t.totalTicks,n=t.x+t.random*t.tiltCos,r=t.y+t.random*t.tiltSin,i=t.wobbleX+t.random*t.tiltCos,o=t.wobbleY+t.random*t.tiltSin;return t.setAttr("fill",t.color.setAlpha(1-e).toString()),t.degree=Ut(Math.PI/10*t.wobble),t.scaleX=Math.abs(i-n)*.1,t.scaleY=Math.abs(o-r)*.1,t.tick<t.totalTicks}),this.shapes.length>0}}function mf(s,t={attributes:!0,childList:!0,subtree:!0}){return new Mt(e=>{const n=new MutationObserver((r,i)=>{e.next(r)});return n.observe(s,t),()=>{n.disconnect()}})}function gv(s,t){return new Promise(e=>{new MutationObserver((r,i)=>{for(const o of r)o.type==="childList"&&o.addedNodes.forEach(a=>{a.isEqualNode(t)&&(i.disconnect(),e(!0))})}).observe(s,{childList:!0})})}function pf(s,t={root:null}){return new Mt(e=>{const n=new IntersectionObserver((r,i)=>{if(r.length){const o=r[r.length-1];o&&e.next(o)}},t);return n.observe(s),()=>{n.unobserve(s),n.disconnect()}})}function yv(s,t){return Wu().pipe(mn(null),kt(()=>{const{width:e,height:n}=t?.root?.getBoundingClientRect()||ca(),{top:r,left:i,right:o,bottom:a}=s.getBoundingClientRect();return(r>=0&&r<=n||a>=0&&a<=n)&&(i>=0&&i<=e||o>=0&&o<=e)}),He())}function bv(s,t){const e=typeof t?.threshold=="number"?t.threshold:.5;return pf(s,{threshold:e,root:t?.root}).pipe(kt(n=>n.isIntersecting&&n.intersectionRatio>=e),He())}let gf=!1;function wv(){gf||(gf=!0,Tu(`
121
+ })`}class _s{video;constructor(t){this.video=t}setSrcObject(t){this.video.addEventListener("loadedmetadata",e=>{e.target}),this.video.srcObject=t}captureWebCamera(){navigator.mediaDevices.getUserMedia({video:!0}).then(t=>{this.setSrcObject(t)})}static async videoMediaChangeSupport(){return new Promise(t=>{const e=document.createElement("iframe"),r=document.createElement("video"),s=document.createElement("source"),i=new MediaSource;i.addEventListener("sourceopen",()=>t(!0)),s.src=URL.createObjectURL(i),s.media="(min-width:10px)",r.append(s),e.width="5",e.style.cssText="position: absolute; visibility: hidden;",document.documentElement.append(e),e.contentDocument?.body.append(r),setTimeout(()=>{e.width="15"}),setTimeout(()=>{e.remove(),t(!1)},1e3)})}static tryAutoPlayOrAutoPlayAfterClick(t){return new Promise(e=>{t.play().then(()=>{t.autoplay=!0,e(!0)}).catch(()=>{_s.setAutoPlayWhenClick(t),e(!1)})})}static setAutoPlayWhenClick(t){function e(){t.autoplay=!0,t.play(),document.removeEventListener("click",e),document.removeEventListener("touchend",e)}document.addEventListener("click",e),document.addEventListener("touchend",e)}}var Pm={exports:{}};/*! Hammer.JS - v2.0.7 - 2016-04-22
122
+ * http://hammerjs.github.io/
123
+ *
124
+ * Copyright (c) 2016 Jorik Tangelder;
125
+ * Licensed under the MIT license */(function(n){(function(t,e,r,s){var i=["","webkit","Moz","MS","ms","o"],o=e.createElement("div"),a="function",c=Math.round,h=Math.abs,u=Date.now;function l(S,P,M){return setTimeout(x(S,M),P)}function d(S,P,M){return Array.isArray(S)?(f(S,M[P],M),!0):!1}function f(S,P,M){var I;if(S)if(S.forEach)S.forEach(P,M);else if(S.length!==s)for(I=0;I<S.length;)P.call(M,S[I],I,S),I++;else for(I in S)S.hasOwnProperty(I)&&P.call(M,S[I],I,S)}function p(S,P,M){var I="DEPRECATED METHOD: "+P+`
126
+ `+M+` AT
127
+ `;return function(){var F=new Error("get-stack-trace"),X=F&&F.stack?F.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",gt=t.console&&(t.console.warn||t.console.log);return gt&&gt.call(t.console,I,X),S.apply(this,arguments)}}var m;typeof Object.assign!="function"?m=function(P){if(P===s||P===null)throw new TypeError("Cannot convert undefined or null to object");for(var M=Object(P),I=1;I<arguments.length;I++){var F=arguments[I];if(F!==s&&F!==null)for(var X in F)F.hasOwnProperty(X)&&(M[X]=F[X])}return M}:m=Object.assign;var v=p(function(P,M,I){for(var F=Object.keys(M),X=0;X<F.length;)(!I||I&&P[F[X]]===s)&&(P[F[X]]=M[F[X]]),X++;return P},"extend","Use `assign`."),g=p(function(P,M){return v(P,M,!0)},"merge","Use `assign`.");function b(S,P,M){var I=P.prototype,F;F=S.prototype=Object.create(I),F.constructor=S,F._super=I,M&&m(F,M)}function x(S,P){return function(){return S.apply(P,arguments)}}function w(S,P){return typeof S==a?S.apply(P&&P[0]||s,P):S}function C(S,P){return S===s?P:S}function E(S,P,M){f(j(P),function(I){S.addEventListener(I,M,!1)})}function O(S,P,M){f(j(P),function(I){S.removeEventListener(I,M,!1)})}function U(S,P){for(;S;){if(S==P)return!0;S=S.parentNode}return!1}function R(S,P){return S.indexOf(P)>-1}function j(S){return S.trim().split(/\s+/g)}function H(S,P,M){if(S.indexOf&&!M)return S.indexOf(P);for(var I=0;I<S.length;){if(M&&S[I][M]==P||!M&&S[I]===P)return I;I++}return-1}function V(S){return Array.prototype.slice.call(S,0)}function lt(S,P,M){for(var I=[],F=[],X=0;X<S.length;){var gt=P?S[X][P]:S[X];H(F,gt)<0&&I.push(S[X]),F[X]=gt,X++}return M&&(P?I=I.sort(function(Kt,he){return Kt[P]>he[P]}):I=I.sort()),I}function yt(S,P){for(var M,I,F=P[0].toUpperCase()+P.slice(1),X=0;X<i.length;){if(M=i[X],I=M?M+F:P,I in S)return I;X++}return s}var mt=1;function ct(){return mt++}function st(S){var P=S.ownerDocument||S;return P.defaultView||P.parentWindow||t}var Ct=/mobile|tablet|ip(ad|hone|od)|android/i,$="ontouchstart"in t,z=yt(t,"PointerEvent")!==s,A=$&&Ct.test(navigator.userAgent),L="touch",W="pen",q="mouse",ft="kinect",bt=25,et=1,It=2,ht=4,Mt=8,ln=1,Ye=2,je=4,Re=8,N=16,Tt=Ye|je,$t=Re|N,Cs=Tt|$t,wo=["x","y"],it=["clientX","clientY"];function Jt(S,P){var M=this;this.manager=S,this.callback=P,this.element=S.element,this.target=S.options.inputTarget,this.domHandler=function(I){w(S.options.enable,[S])&&M.handler(I)},this.init()}Jt.prototype={handler:function(){},init:function(){this.evEl&&E(this.element,this.evEl,this.domHandler),this.evTarget&&E(this.target,this.evTarget,this.domHandler),this.evWin&&E(st(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&O(this.element,this.evEl,this.domHandler),this.evTarget&&O(this.target,this.evTarget,this.domHandler),this.evWin&&O(st(this.element),this.evWin,this.domHandler)}};function vo(S){var P,M=S.options.inputClass;return M?P=M:z?P=ut:A?P=To:$?P=Zh:P=_,new P(S,xo)}function xo(S,P,M){var I=M.pointers.length,F=M.changedPointers.length,X=P&et&&I-F===0,gt=P&(ht|Mt)&&I-F===0;M.isFirst=!!X,M.isFinal=!!gt,X&&(S.session={}),M.eventType=P,_o(S,M),S.emit("hammer.input",M),S.recognize(M),S.session.prevInput=M}function _o(S,P){var M=S.session,I=P.pointers,F=I.length;M.firstInput||(M.firstInput=Eo(P)),F>1&&!M.firstMultiple?M.firstMultiple=Eo(P):F===1&&(M.firstMultiple=!1);var X=M.firstInput,gt=M.firstMultiple,Xt=gt?gt.center:X.center,Kt=P.center=Ts(I);P.timeStamp=u(),P.deltaTime=P.timeStamp-X.timeStamp,P.angle=Ln(Xt,Kt),P.distance=nr(Xt,Kt),So(M,P),P.offsetDirection=As(P.deltaX,P.deltaY);var he=Ps(P.deltaTime,P.deltaX,P.deltaY);P.overallVelocityX=he.x,P.overallVelocityY=he.y,P.overallVelocity=h(he.x)>h(he.y)?he.x:he.y,P.scale=gt?Ar(gt.pointers,I):1,P.rotation=gt?Pr(gt.pointers,I):0,P.maxPointers=M.prevInput?P.pointers.length>M.prevInput.maxPointers?P.pointers.length:M.prevInput.maxPointers:P.pointers.length,qh(M,P);var Ge=S.element;U(P.srcEvent.target,Ge)&&(Ge=P.srcEvent.target),P.target=Ge}function So(S,P){var M=P.center,I=S.offsetDelta||{},F=S.prevDelta||{},X=S.prevInput||{};(P.eventType===et||X.eventType===ht)&&(F=S.prevDelta={x:X.deltaX||0,y:X.deltaY||0},I=S.offsetDelta={x:M.x,y:M.y}),P.deltaX=F.x+(M.x-I.x),P.deltaY=F.y+(M.y-I.y)}function qh(S,P){var M=S.lastInterval||P,I=P.timeStamp-M.timeStamp,F,X,gt,Xt;if(P.eventType!=Mt&&(I>bt||M.velocity===s)){var Kt=P.deltaX-M.deltaX,he=P.deltaY-M.deltaY,Ge=Ps(I,Kt,he);X=Ge.x,gt=Ge.y,F=h(Ge.x)>h(Ge.y)?Ge.x:Ge.y,Xt=As(Kt,he),S.lastInterval=P}else F=M.velocity,X=M.velocityX,gt=M.velocityY,Xt=M.direction;P.velocity=F,P.velocityX=X,P.velocityY=gt,P.direction=Xt}function Eo(S){for(var P=[],M=0;M<S.pointers.length;)P[M]={clientX:c(S.pointers[M].clientX),clientY:c(S.pointers[M].clientY)},M++;return{timeStamp:u(),pointers:P,center:Ts(P),deltaX:S.deltaX,deltaY:S.deltaY}}function Ts(S){var P=S.length;if(P===1)return{x:c(S[0].clientX),y:c(S[0].clientY)};for(var M=0,I=0,F=0;F<P;)M+=S[F].clientX,I+=S[F].clientY,F++;return{x:c(M/P),y:c(I/P)}}function Ps(S,P,M){return{x:P/S||0,y:M/S||0}}function As(S,P){return S===P?ln:h(S)>=h(P)?S<0?Ye:je:P<0?Re:N}function nr(S,P,M){M||(M=wo);var I=P[M[0]]-S[M[0]],F=P[M[1]]-S[M[1]];return Math.sqrt(I*I+F*F)}function Ln(S,P,M){M||(M=wo);var I=P[M[0]]-S[M[0]],F=P[M[1]]-S[M[1]];return Math.atan2(F,I)*180/Math.PI}function Pr(S,P){return Ln(P[1],P[0],it)+Ln(S[1],S[0],it)}function Ar(S,P){return nr(P[0],P[1],it)/nr(S[0],S[1],it)}var Ms={mousedown:et,mousemove:It,mouseup:ht},Co="mousedown",rr="mousemove mouseup";function _(){this.evEl=Co,this.evWin=rr,this.pressed=!1,Jt.apply(this,arguments)}b(_,Jt,{handler:function(P){var M=Ms[P.type];M&et&&P.button===0&&(this.pressed=!0),M&It&&P.which!==1&&(M=ht),this.pressed&&(M&ht&&(this.pressed=!1),this.callback(this.manager,M,{pointers:[P],changedPointers:[P],pointerType:q,srcEvent:P}))}});var D={pointerdown:et,pointermove:It,pointerup:ht,pointercancel:Mt,pointerout:Mt},B={2:L,3:W,4:q,5:ft},Y="pointerdown",J="pointermove pointerup pointercancel";t.MSPointerEvent&&!t.PointerEvent&&(Y="MSPointerDown",J="MSPointerMove MSPointerUp MSPointerCancel");function ut(){this.evEl=Y,this.evWin=J,Jt.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}b(ut,Jt,{handler:function(P){var M=this.store,I=!1,F=P.type.toLowerCase().replace("ms",""),X=D[F],gt=B[P.pointerType]||P.pointerType,Xt=gt==L,Kt=H(M,P.pointerId,"pointerId");X&et&&(P.button===0||Xt)?Kt<0&&(M.push(P),Kt=M.length-1):X&(ht|Mt)&&(I=!0),!(Kt<0)&&(M[Kt]=P,this.callback(this.manager,X,{pointers:M,changedPointers:[P],pointerType:gt,srcEvent:P}),I&&M.splice(Kt,1))}});var at={touchstart:et,touchmove:It,touchend:ht,touchcancel:Mt},St="touchstart",dt="touchstart touchmove touchend touchcancel";function ke(){this.evTarget=St,this.evWin=dt,this.started=!1,Jt.apply(this,arguments)}b(ke,Jt,{handler:function(P){var M=at[P.type];if(M===et&&(this.started=!0),!!this.started){var I=Nn.call(this,P,M);M&(ht|Mt)&&I[0].length-I[1].length===0&&(this.started=!1),this.callback(this.manager,M,{pointers:I[0],changedPointers:I[1],pointerType:L,srcEvent:P})}}});function Nn(S,P){var M=V(S.touches),I=V(S.changedTouches);return P&(ht|Mt)&&(M=lt(M.concat(I),"identifier",!0)),[M,I]}var Jh={touchstart:et,touchmove:It,touchend:ht,touchcancel:Mt},Kh="touchstart touchmove touchend touchcancel";function To(){this.evTarget=Kh,this.targetIds={},Jt.apply(this,arguments)}b(To,Jt,{handler:function(P){var M=Jh[P.type],I=ZE.call(this,P,M);I&&this.callback(this.manager,M,{pointers:I[0],changedPointers:I[1],pointerType:L,srcEvent:P})}});function ZE(S,P){var M=V(S.touches),I=this.targetIds;if(P&(et|It)&&M.length===1)return I[M[0].identifier]=!0,[M,M];var F,X,gt=V(S.changedTouches),Xt=[],Kt=this.target;if(X=M.filter(function(he){return U(he.target,Kt)}),P===et)for(F=0;F<X.length;)I[X[F].identifier]=!0,F++;for(F=0;F<gt.length;)I[gt[F].identifier]&&Xt.push(gt[F]),P&(ht|Mt)&&delete I[gt[F].identifier],F++;if(Xt.length)return[lt(X.concat(Xt),"identifier",!0),Xt]}var QE=2500,Sp=25;function Zh(){Jt.apply(this,arguments);var S=x(this.handler,this);this.touch=new To(this.manager,S),this.mouse=new _(this.manager,S),this.primaryTouch=null,this.lastTouches=[]}b(Zh,Jt,{handler:function(P,M,I){var F=I.pointerType==L,X=I.pointerType==q;if(!(X&&I.sourceCapabilities&&I.sourceCapabilities.firesTouchEvents)){if(F)tC.call(this,M,I);else if(X&&eC.call(this,I))return;this.callback(P,M,I)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});function tC(S,P){S&et?(this.primaryTouch=P.changedPointers[0].identifier,Ep.call(this,P)):S&(ht|Mt)&&Ep.call(this,P)}function Ep(S){var P=S.changedPointers[0];if(P.identifier===this.primaryTouch){var M={x:P.clientX,y:P.clientY};this.lastTouches.push(M);var I=this.lastTouches,F=function(){var X=I.indexOf(M);X>-1&&I.splice(X,1)};setTimeout(F,QE)}}function eC(S){for(var P=S.srcEvent.clientX,M=S.srcEvent.clientY,I=0;I<this.lastTouches.length;I++){var F=this.lastTouches[I],X=Math.abs(P-F.x),gt=Math.abs(M-F.y);if(X<=Sp&&gt<=Sp)return!0}return!1}var Cp=yt(o.style,"touchAction"),Tp=Cp!==s,Pp="compute",Ap="auto",Qh="manipulation",sr="none",Ds="pan-x",Os="pan-y",Po=rC();function tu(S,P){this.manager=S,this.set(P)}tu.prototype={set:function(S){S==Pp&&(S=this.compute()),Tp&&this.manager.element.style&&Po[S]&&(this.manager.element.style[Cp]=S),this.actions=S.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var S=[];return f(this.manager.recognizers,function(P){w(P.options.enable,[P])&&(S=S.concat(P.getTouchAction()))}),nC(S.join(" "))},preventDefaults:function(S){var P=S.srcEvent,M=S.offsetDirection;if(this.manager.session.prevented){P.preventDefault();return}var I=this.actions,F=R(I,sr)&&!Po[sr],X=R(I,Os)&&!Po[Os],gt=R(I,Ds)&&!Po[Ds];if(F){var Xt=S.pointers.length===1,Kt=S.distance<2,he=S.deltaTime<250;if(Xt&&Kt&&he)return}if(!(gt&&X)&&(F||X&&M&Tt||gt&&M&$t))return this.preventSrc(P)},preventSrc:function(S){this.manager.session.prevented=!0,S.preventDefault()}};function nC(S){if(R(S,sr))return sr;var P=R(S,Ds),M=R(S,Os);return P&&M?sr:P||M?P?Ds:Os:R(S,Qh)?Qh:Ap}function rC(){if(!Tp)return!1;var S={},P=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach(function(M){S[M]=P?t.CSS.supports("touch-action",M):!0}),S}var Ao=1,Te=2,Mr=4,zn=8,fn=zn,Is=16,Ve=32;function dn(S){this.options=m({},this.defaults,S||{}),this.id=ct(),this.manager=null,this.options.enable=C(this.options.enable,!0),this.state=Ao,this.simultaneous={},this.requireFail=[]}dn.prototype={defaults:{},set:function(S){return m(this.options,S),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(S){if(d(S,"recognizeWith",this))return this;var P=this.simultaneous;return S=Mo(S,this),P[S.id]||(P[S.id]=S,S.recognizeWith(this)),this},dropRecognizeWith:function(S){return d(S,"dropRecognizeWith",this)?this:(S=Mo(S,this),delete this.simultaneous[S.id],this)},requireFailure:function(S){if(d(S,"requireFailure",this))return this;var P=this.requireFail;return S=Mo(S,this),H(P,S)===-1&&(P.push(S),S.requireFailure(this)),this},dropRequireFailure:function(S){if(d(S,"dropRequireFailure",this))return this;S=Mo(S,this);var P=H(this.requireFail,S);return P>-1&&this.requireFail.splice(P,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(S){return!!this.simultaneous[S.id]},emit:function(S){var P=this,M=this.state;function I(F){P.manager.emit(F,S)}M<zn&&I(P.options.event+Mp(M)),I(P.options.event),S.additionalEvent&&I(S.additionalEvent),M>=zn&&I(P.options.event+Mp(M))},tryEmit:function(S){if(this.canEmit())return this.emit(S);this.state=Ve},canEmit:function(){for(var S=0;S<this.requireFail.length;){if(!(this.requireFail[S].state&(Ve|Ao)))return!1;S++}return!0},recognize:function(S){var P=m({},S);if(!w(this.options.enable,[this,P])){this.reset(),this.state=Ve;return}this.state&(fn|Is|Ve)&&(this.state=Ao),this.state=this.process(P),this.state&(Te|Mr|zn|Is)&&this.tryEmit(P)},process:function(S){},getTouchAction:function(){},reset:function(){}};function Mp(S){return S&Is?"cancel":S&zn?"end":S&Mr?"move":S&Te?"start":""}function Dp(S){return S==N?"down":S==Re?"up":S==Ye?"left":S==je?"right":""}function Mo(S,P){var M=P.manager;return M?M.get(S):S}function Le(){dn.apply(this,arguments)}b(Le,dn,{defaults:{pointers:1},attrTest:function(S){var P=this.options.pointers;return P===0||S.pointers.length===P},process:function(S){var P=this.state,M=S.eventType,I=P&(Te|Mr),F=this.attrTest(S);return I&&(M&Mt||!F)?P|Is:I||F?M&ht?P|zn:P&Te?P|Mr:Te:Ve}});function Do(){Le.apply(this,arguments),this.pX=null,this.pY=null}b(Do,Le,{defaults:{event:"pan",threshold:10,pointers:1,direction:Cs},getTouchAction:function(){var S=this.options.direction,P=[];return S&Tt&&P.push(Os),S&$t&&P.push(Ds),P},directionTest:function(S){var P=this.options,M=!0,I=S.distance,F=S.direction,X=S.deltaX,gt=S.deltaY;return F&P.direction||(P.direction&Tt?(F=X===0?ln:X<0?Ye:je,M=X!=this.pX,I=Math.abs(S.deltaX)):(F=gt===0?ln:gt<0?Re:N,M=gt!=this.pY,I=Math.abs(S.deltaY))),S.direction=F,M&&I>P.threshold&&F&P.direction},attrTest:function(S){return Le.prototype.attrTest.call(this,S)&&(this.state&Te||!(this.state&Te)&&this.directionTest(S))},emit:function(S){this.pX=S.deltaX,this.pY=S.deltaY;var P=Dp(S.direction);P&&(S.additionalEvent=this.options.event+P),this._super.emit.call(this,S)}});function eu(){Le.apply(this,arguments)}b(eu,Le,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[sr]},attrTest:function(S){return this._super.attrTest.call(this,S)&&(Math.abs(S.scale-1)>this.options.threshold||this.state&Te)},emit:function(S){if(S.scale!==1){var P=S.scale<1?"in":"out";S.additionalEvent=this.options.event+P}this._super.emit.call(this,S)}});function nu(){dn.apply(this,arguments),this._timer=null,this._input=null}b(nu,dn,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Ap]},process:function(S){var P=this.options,M=S.pointers.length===P.pointers,I=S.distance<P.threshold,F=S.deltaTime>P.time;if(this._input=S,!I||!M||S.eventType&(ht|Mt)&&!F)this.reset();else if(S.eventType&et)this.reset(),this._timer=l(function(){this.state=fn,this.tryEmit()},P.time,this);else if(S.eventType&ht)return fn;return Ve},reset:function(){clearTimeout(this._timer)},emit:function(S){this.state===fn&&(S&&S.eventType&ht?this.manager.emit(this.options.event+"up",S):(this._input.timeStamp=u(),this.manager.emit(this.options.event,this._input)))}});function ru(){Le.apply(this,arguments)}b(ru,Le,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[sr]},attrTest:function(S){return this._super.attrTest.call(this,S)&&(Math.abs(S.rotation)>this.options.threshold||this.state&Te)}});function su(){Le.apply(this,arguments)}b(su,Le,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:Tt|$t,pointers:1},getTouchAction:function(){return Do.prototype.getTouchAction.call(this)},attrTest:function(S){var P=this.options.direction,M;return P&(Tt|$t)?M=S.overallVelocity:P&Tt?M=S.overallVelocityX:P&$t&&(M=S.overallVelocityY),this._super.attrTest.call(this,S)&&P&S.offsetDirection&&S.distance>this.options.threshold&&S.maxPointers==this.options.pointers&&h(M)>this.options.velocity&&S.eventType&ht},emit:function(S){var P=Dp(S.offsetDirection);P&&this.manager.emit(this.options.event+P,S),this.manager.emit(this.options.event,S)}});function Oo(){dn.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}b(Oo,dn,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Qh]},process:function(S){var P=this.options,M=S.pointers.length===P.pointers,I=S.distance<P.threshold,F=S.deltaTime<P.time;if(this.reset(),S.eventType&et&&this.count===0)return this.failTimeout();if(I&&F&&M){if(S.eventType!=ht)return this.failTimeout();var X=this.pTime?S.timeStamp-this.pTime<P.interval:!0,gt=!this.pCenter||nr(this.pCenter,S.center)<P.posThreshold;this.pTime=S.timeStamp,this.pCenter=S.center,!gt||!X?this.count=1:this.count+=1,this._input=S;var Xt=this.count%P.taps;if(Xt===0)return this.hasRequireFailures()?(this._timer=l(function(){this.state=fn,this.tryEmit()},P.interval,this),Te):fn}return Ve},failTimeout:function(){return this._timer=l(function(){this.state=Ve},this.options.interval,this),Ve},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==fn&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}});function mn(S,P){return P=P||{},P.recognizers=C(P.recognizers,mn.defaults.preset),new iu(S,P)}mn.VERSION="2.0.7",mn.defaults={domEvents:!1,touchAction:Pp,enable:!0,inputTarget:null,inputClass:null,preset:[[ru,{enable:!1}],[eu,{enable:!1},["rotate"]],[su,{direction:Tt}],[Do,{direction:Tt},["swipe"]],[Oo],[Oo,{event:"doubletap",taps:2},["tap"]],[nu]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var sC=1,Op=2;function iu(S,P){this.options=m({},mn.defaults,P||{}),this.options.inputTarget=this.options.inputTarget||S,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=S,this.input=vo(this),this.touchAction=new tu(this,this.options.touchAction),Ip(this,!0),f(this.options.recognizers,function(M){var I=this.add(new M[0](M[1]));M[2]&&I.recognizeWith(M[2]),M[3]&&I.requireFailure(M[3])},this)}iu.prototype={set:function(S){return m(this.options,S),S.touchAction&&this.touchAction.update(),S.inputTarget&&(this.input.destroy(),this.input.target=S.inputTarget,this.input.init()),this},stop:function(S){this.session.stopped=S?Op:sC},recognize:function(S){var P=this.session;if(!P.stopped){this.touchAction.preventDefaults(S);var M,I=this.recognizers,F=P.curRecognizer;(!F||F&&F.state&fn)&&(F=P.curRecognizer=null);for(var X=0;X<I.length;)M=I[X],P.stopped!==Op&&(!F||M==F||M.canRecognizeWith(F))?M.recognize(S):M.reset(),!F&&M.state&(Te|Mr|zn)&&(F=P.curRecognizer=M),X++}},get:function(S){if(S instanceof dn)return S;for(var P=this.recognizers,M=0;M<P.length;M++)if(P[M].options.event==S)return P[M];return null},add:function(S){if(d(S,"add",this))return this;var P=this.get(S.options.event);return P&&this.remove(P),this.recognizers.push(S),S.manager=this,this.touchAction.update(),S},remove:function(S){if(d(S,"remove",this))return this;if(S=this.get(S),S){var P=this.recognizers,M=H(P,S);M!==-1&&(P.splice(M,1),this.touchAction.update())}return this},on:function(S,P){if(S!==s&&P!==s){var M=this.handlers;return f(j(S),function(I){M[I]=M[I]||[],M[I].push(P)}),this}},off:function(S,P){if(S!==s){var M=this.handlers;return f(j(S),function(I){P?M[I]&&M[I].splice(H(M[I],P),1):delete M[I]}),this}},emit:function(S,P){this.options.domEvents&&iC(S,P);var M=this.handlers[S]&&this.handlers[S].slice();if(!(!M||!M.length)){P.type=S,P.preventDefault=function(){P.srcEvent.preventDefault()};for(var I=0;I<M.length;)M[I](P),I++}},destroy:function(){this.element&&Ip(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}};function Ip(S,P){var M=S.element;if(M.style){var I;f(S.options.cssProps,function(F,X){I=yt(M.style,X),P?(S.oldCssProps[I]=M.style[I],M.style[I]=F):M.style[I]=S.oldCssProps[I]||""}),P||(S.oldCssProps={})}}function iC(S,P){var M=e.createEvent("Event");M.initEvent(S,!0,!0),M.gesture=P,P.target.dispatchEvent(M)}m(mn,{INPUT_START:et,INPUT_MOVE:It,INPUT_END:ht,INPUT_CANCEL:Mt,STATE_POSSIBLE:Ao,STATE_BEGAN:Te,STATE_CHANGED:Mr,STATE_ENDED:zn,STATE_RECOGNIZED:fn,STATE_CANCELLED:Is,STATE_FAILED:Ve,DIRECTION_NONE:ln,DIRECTION_LEFT:Ye,DIRECTION_RIGHT:je,DIRECTION_UP:Re,DIRECTION_DOWN:N,DIRECTION_HORIZONTAL:Tt,DIRECTION_VERTICAL:$t,DIRECTION_ALL:Cs,Manager:iu,Input:Jt,TouchAction:tu,TouchInput:To,MouseInput:_,PointerEventInput:ut,TouchMouseInput:Zh,SingleTouchInput:ke,Recognizer:dn,AttrRecognizer:Le,Tap:Oo,Pan:Do,Swipe:su,Pinch:eu,Rotate:ru,Press:nu,on:E,off:O,each:f,merge:g,extend:v,assign:m,inherit:b,bindFn:x,prefixed:yt});var oC=typeof t<"u"?t:typeof self<"u"?self:{};oC.Hammer=mn,typeof s=="function"&&s.amd?s(function(){return mn}):n.exports?n.exports=mn:t[r]=mn})(window,document,"Hammer")})(Pm);var A_=Pm.exports;const Lt=xa(A_);async function Am(n,t){return new Promise(e=>{const r=new ResizeObserver(s=>{const i=n.getBoundingClientRect();t(i),e(()=>{r.unobserve(n)})});r.observe(n)})}function Nh(n=document.documentElement,t){return new Rt(e=>{const r=n.getBoundingClientRect();let s=r.x,i=r.y,o=r.width,a=r.height;e.next(r);const c=new ResizeObserver(h=>{const u=n.getBoundingClientRect();(s!=u.x||i!=u.y||o!=u.width||a!=u.height)&&(s=u.x,i=u.y,o=u.width,a=u.height,e.next(u))});return c.observe(n,t),()=>{c.unobserve(n),c.disconnect()}})}function M_(){return Q(window,"orientationchange"in window?"orientationchange":"resize").pipe(kt(n=>({width:n.target.innerWidth,height:n.target.innerHeight})),Xn({width:window.innerWidth,height:window.innerHeight}))}function D_(){return"ontouchstart"in window||"ontouchend"in document||navigator.maxTouchPoints>0}function O_(){return!!window.PointerEvent}function I_(n,t){let e=document.createElement(n);t="on"+t;let r=t in e;return r||(e.setAttribute(t,"return;"),r=typeof e[t]=="function"),e=null,r}function zh(){return{x:0,y:0,isDown:!1}}function er(){const n=zh(),t=zh();return{start:n,current:t,setStart:function(e,r){n.x=e.x,n.y=e.y,n.isDown=typeof r=="boolean"?r:typeof e.isDown=="boolean"?e.isDown:!1,this.setCurrent(e,r)},setCurrent:(e,r)=>{t.x=e.x,t.y=e.y,t.isDown=typeof r=="boolean"?r:typeof e.isDown=="boolean"?e.isDown:!1}}}function fo(n=document.documentElement,t=!1){return Q(n,"mousemove",t)}function Mm(n=document.documentElement,t=!1){return Q(n,"mousedown",t)}function Dm(n=document.documentElement,t=!1){return Q(n,"mouseup",t)}function R_(n=document.documentElement,t=!1){return Q(n,"mouseover",t)}function k_(n=document.documentElement,t=!1){return Q(n,"mouseout",t)}function L_(n=document.documentElement,t=!1){return Q(n,"mouseenter",t)}function N_(n=document.documentElement,t=!1){return Q(n,"mouseleave",t)}function z_(n=document.documentElement,t=!1){return Q(n,"click",t)}function F_(n=document.documentElement,t=!1){return Q(n,"dblclick",t)}function B_(n=document.documentElement,t=!1){return Q(n,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",t)}function $_(n=document.documentElement,t=!1){return Q(n,"contextmenu",t)}function Om(n=document.documentElement,t=!1){return Q(n,"touchmove",t)}function Im(n=document.documentElement,t=!1){return Q(n,"touchstart",t)}function Rm(n=document.documentElement,t=!1){return Q(n,"touchend",t)}function km(n=document.documentElement,t=!1){return Q(n,"touchcancel",t)}function Fh(n=document.documentElement,t=!1){return Q(n,"pointermove",t)}function Bh(n=document.documentElement,t=!1){return Q(n,"pointerdown",t)}function $h(n=document.documentElement,t=!1){return Q(n,"pointerup",t)}function Uh(n=document.documentElement,t=!1){return Q(n,"pointercancel",t)}function U_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pan",e)},e=>{t.off("pan",e)})}function Y_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panmove",e)},e=>{t.off("panmove",e)})}function j_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panstart",e)},e=>{t.off("panstart",e)})}function V_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panend",e)},e=>{t.off("panend",e)})}function G_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pancancel",e)},e=>{t.off("pancancel",e)})}function X_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panleft",e)},e=>{t.off("panleft",e)})}function H_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panright",e)},e=>{t.off("panright",e)})}function W_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("panup",e)},e=>{t.off("panup",e)})}function q_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pandown",e)},e=>{t.off("pandown",e)})}function J_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pinch",e)},e=>{t.off("pinch",e)})}function K_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pinchin",e)},e=>{t.off("pinchin",e)})}function Z_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("pinchout",e)},e=>{t.off("pinchout",e)})}function Q_(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("press",e)},e=>{t.off("press",e)})}function tS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("rotate",e)},e=>{t.off("rotate",e)})}function eS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swipe",e)},e=>{t.off("swipe",e)})}function nS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swipeleft",e)},e=>{t.off("swipeleft",e)})}function rS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swiperight",e)},e=>{t.off("swiperight",e)})}function sS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swipeup",e)},e=>{t.off("swipeup",e)})}function iS(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("swipedown",e)},e=>{t.off("swipedown",e)})}function Lm(n=document.documentElement){const t=new Lt(n);return Ot(e=>{t.on("tap",e)},e=>{t.off("tap",e)})}function oS(n=document.documentElement){const t=new Lt(document.documentElement);return Ot(e=>{const r=s=>{!s.target||n==s.target||n.contains(s.target)||e(s)};return t.on("tap",r),r},(e,r)=>{t.off("tap",r)})}function aS(n=document.documentElement,t=!1){return Q(n,"transitionstart",t)}function cS(n=document.documentElement,t=!1){return fi(Q(n,"transitionend",t),Q(n,"webkitTransitionEnd",t),Q(n,"oTransitionEnd",t),Q(n,"MSTransitionEnd",t))}function hS(n=document.documentElement,t=!1){return Q(n,"animationstart",t)}function uS(n=document.documentElement,t=!1){return Q(n,"animationend",t)}function Nm(n=document.documentElement,t=!1){return Q(n,"drag",t)}function zm(n=document.documentElement,t=!1){return Q(n,"dragstart",t)}function Fm(n=document.documentElement,t=!1){return Q(n,"dragend",t)}function Bm(n=document.documentElement,t=!1){return Q(n,"drop",t)}function $m(n=document.documentElement,t=!1){return Q(n,"dragenter",t)}function Um(n=document.documentElement,t=!1){return Q(n,"dragleave",t)}function Ym(n=document.documentElement,t=!1){return Q(n,"dragover",t)}function jm(n=document.documentElement,t=!1){return Q(n,"keydown",t)}function Vm(n=document.documentElement,t=!1){return Q(n,"keyup",t)}function lS(n=document.documentElement,t=!1){return Q(n,"keypress",t)}function fS(n,t=!1){return Q(n,"change",t)}function dS(n,t=!1){return Q(n,"submit",t)}function mS(n=10){return Q(window,"scroll",!0).pipe(Ib(n))}function pS(){return Q(document,"visibilitychange",!0).pipe(kt(()=>document.visibilityState==="visible"),wn())}function gS(){return Q(window,"storage",!1)}function yS(){return fi(Q(window,"online",!1),Q(window,"offline",!1)).pipe(kt(()=>navigator.onLine),Xn(navigator.onLine),wn(),mf({bufferSize:1,refCount:!0}))}function bS(n=document.documentElement,t){const e=t?.createMousePoint||er();return fo(n).pipe(kt(r=>(e.setCurrent(Yt(r,n)),e)))}function Gm(n=document.documentElement,t){const e=t?.createMousePoint||er();return fo(n).pipe(Rb(Mm(n).pipe(Hn(r=>{e.setStart(Yt(r,n),!0),t?.start?.(r,e)})),()=>Dm(n).pipe(Hn(r=>{e.setCurrent(Yt(r,n),!1),t?.end?.(r,e)}))),Db(),kt(r=>(e.setCurrent(Yt(r,n),!0),e)))}function Xm(n=document.documentElement,t){const e=t?.createMousePoint||er();return Im(n).pipe(Hn(r=>{const s=r.changedTouches[0];e.setStart(Yt(s,n),!0),t?.start?.(s,e)}),mi(()=>Om(n).pipe(Va(di(Rm(n),km(n)).pipe(Hn(r=>{const s=r.changedTouches[0];e.setCurrent(Yt(s,n),!1),t?.end?.(s,e)}))))),kt(r=>{const s=r.changedTouches[0];return e.setCurrent(Yt(s,n),!0),e}))}function mo(n=document.documentElement,t){const e=t?.createMousePoint||er();return Bh(n).pipe(Hn(r=>{e.setStart(Yt(r,n),!0),t?.start?.(r,e)}),mi(()=>Fh(n).pipe(Va(di($h(n),Uh(n)).pipe(Hn(r=>{e.setCurrent(Yt(r,n),!1),t?.end?.(r,e)}))))),kt(r=>(e.setCurrent(Yt(r,n),!0),e)))}function wS(n=document.documentElement,t){return di(Gm(n,t),Xm(n,t))}function Hm(n=document.documentElement,t){const e=t?.createMousePoint||er();return fi(fo(n),Bh(n)).pipe(df(r=>r instanceof PointerEvent?(e.setStart(Yt(r,n),!0),t?.start?.(r,e),Fh(n).pipe(Va(di($h(n),Uh(n)).pipe(Hn(s=>{e.setCurrent(Yt(s,n),!1),t?.end?.(s,e)}))))):r instanceof MouseEvent?eb(r):Wl),kt(r=>(e.setCurrent(Yt(r,n),r instanceof PointerEvent),e)))}function vS(n){return new Rt(t=>mo(n,{start:()=>{t.next(0)}}).subscribe(r=>{t.next(r.current.y-r.start.y)}).unsubscribe).pipe(wn())}function xS(n,t){jn(n,"draggable","true");const e=zm(n,!0).subscribe(i=>{vn(i),pf(i);const o=i.dataTransfer;o&&(o.effectAllowed="move",o.setData("text/plain","some-data")),t?.onStart?.(i)}),r=Nm(n).subscribe(i=>{vn(i),t?.onDrag?.(i)}),s=Fm(n).subscribe(i=>{vn(i),t?.onEnd?.(i)});return()=>{e.unsubscribe(),r.unsubscribe(),s.unsubscribe()}}function _S(n,t){const e=$m(n).subscribe(o=>{vn(o),t?.onEnter?.(o)}),r=Ym(n).subscribe(o=>{vn(o);const a=o.dataTransfer;a&&(a.dropEffect="move"),t?.onOver?.(o)}),s=Um(n).subscribe(o=>{vn(o),t?.onLeave?.(o)}),i=Bm(n).subscribe(o=>{vn(o);const a=o.dataTransfer;if(!a){t?.onDrop?.(o,[]);return}t?.onDrop?.(o,[...a.files])});return()=>{e.unsubscribe(),r.unsubscribe(),s.unsubscribe(),i.unsubscribe()}}function SS(){return{screenWidth:window.screen.width,screenHeight:window.screen.height,innerWidth:window.innerWidth,innerHeight:window.innerHeight,screenX:window.screenX,screenY:window.screenY,pageXOffset:window.pageXOffset,pageYOffset:window.pageYOffset}}function Tr(){const n=document.documentElement||document.body;return{el:n,clientWidth:n.clientWidth,clientHeight:n.clientHeight,clientTop:n.clientTop,clientLeft:n.clientLeft,scrollWidth:n.scrollWidth,scrollHeight:n.scrollHeight,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft,offsetWidth:n.offsetWidth,offsetHeight:n.offsetHeight,offsetTop:n.offsetTop,offsetLeft:n.offsetLeft,offsetParent:n.offsetParent}}function Wm(){const{clientWidth:n,clientHeight:t,scrollLeft:e,scrollTop:r}=Tr();return{width:window.innerWidth||n,height:window.innerHeight||t,x:window.pageXOffset||e,y:window.pageYOffset||r}}function ES(){const{scrollWidth:n,scrollHeight:t,scrollLeft:e,scrollTop:r}=Tr();return{width:n,height:t,scrollX:window.pageXOffset||e,scrollY:window.pageYOffset||r}}function Yh(n){return n.getBoundingClientRect()}function CS(n){return{x:n.offsetLeft,y:n.offsetTop,width:n.offsetWidth,height:n.offsetHeight}}function jh(n){const{top:t,left:e,width:r,height:s}=n.getBoundingClientRect(),{scrollLeft:i,scrollTop:o}=Tr();return{x:e+i,y:t+o,width:r,height:s}}function TS(n){let t=n,e=0,r=0;for(;t!==null;)e+=t.offsetLeft,r+=t.offsetTop,t.offsetParent instanceof HTMLElement?t=t.offsetParent:t=null;return{x:e,y:r,width:n.offsetWidth,height:n.offsetHeight}}function PS(){const{clientHeight:n,scrollTop:t,scrollHeight:e}=Tr(),r=e-n;return r<=0?0:t/r*100}function AS(n){const t=Wm(),e=Yh(n);return e.bottom>=0&&e.top<=t.height&&e.right>=0&&e.left<=t.width}function MS(n){if("center"in n){const t=n.center,e=Yh(n.target);return{x:t.x-e.x,y:t.y-e.y}}return{x:n.clientX,y:n.clientY}}function Vh(n){if("center"in n)return n.center;if(typeof n.pageX=="number"&&typeof n.pageY=="number")return{x:n.pageX,y:n.pageY};const{scrollLeft:t,scrollTop:e}=Tr();return{x:n.clientX+t,y:n.clientY+e}}function Yt(n,t){const e={x:0,y:0};if(t){const r=Vh(n),s=jh(t);e.x=Z(r.x-s.x,0,s.width),e.y=Z(r.y-s.y,0,s.height)}else{let r=0,s=0;if("currentTarget"in n&&n.currentTarget&&n.target&&n.currentTarget!=n.target){const i=n.currentTarget.getBoundingClientRect(),o=n.target.getBoundingClientRect();r=o.left-i.left,s=o.top-i.top}if("offsetX"in n)e.x=n.offsetX+r,e.y=n.offsetY+s;else{const i=Vh(n),o=jh(n.target);e.x=Z(i.x-o.x+r,0,o.width),e.y=Z(i.y-o.y+s,0,o.height)}}return e}function DS(n){let t=0;return n||(n=window.event),n.wheelDelta?(t=n.wheelDelta/120,window.opera&&(t=-t)):n.detail&&(t=-n.detail/3),t}function OS(n){if(document.implementation.hasFeature("MouseEvents","2.0"))return n.button;switch(n.button){case 0:case 1:case 3:case 5:case 7:return 0;case 2:case 6:return 2;case 4:return 1}}const IS={BACKSPACE:8,TAB:9,COMMA:188,DELETE:46,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,UP:38,DOWN:40,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32};function RS(n){if(n.key)return n.key;if(n.keyCode)return n.keyCode;if(n.which)return n.which}function qm(n,t){const e=t.ctrl||!1,r=t.shift||!1,s=t.alt||!1;return(e===n.metaKey||e===n.ctrlKey)&&r===n.shiftKey&&s===n.altKey&&t.keys.map(i=>i.toLowerCase()).includes(n.key.toLowerCase())}function Jm(n){return jm(n.target||document||window).pipe(Ya(t=>qm(t,n)),kt(t=>{t.stopPropagation(),t.preventDefault()}))}function kS(n){return Vm(n.target||document||window).pipe(Ya(t=>qm(t,n)),kt(t=>{t.stopPropagation(),t.preventDefault()}))}function Km(n={keys:["o"]},t=ve.text){return Jm(n).pipe(mi(async()=>await bm(t)))}async function LS(n={keys:["o"]},t=ve.text){return rb(Km(n,t))}function NS(){const n={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1},t={x:0,y:0,dx:0,dy:0,dStartX:0,dStartY:0,isDown:!1};return{mousePoint:t,setStartMousePoint:function(e,r){n.x=e.x,n.y=e.y,n.isDown=typeof r=="boolean"?r:!1,this.setCurrentMousePoint(e,r)},setCurrentMousePoint:(e,r)=>{const s=t.x,i=t.y;t.x=e.x,t.y=e.y,t.dx=t.x-s,t.dy=t.y-i,t.dStartX=t.x-n.x,t.dStartY=t.y-n.y,t.isDown=typeof r=="boolean"?r:!1}}}function zS(n=document.documentElement){const t=new Go,e=new Lt(n);let r=[];const s=NS(),i=s.mousePoint,o=N=>{t.emit("mouseDown",N)},a=N=>{t.emit("mouseUp",N)},c=N=>{i.isDown||s.setCurrentMousePoint(Yt(N,n)),t.emit("mouseMove",N)},h=N=>{t.emit("mouseOver",N)},u=N=>{t.emit("mouseOut",N)},l=N=>{t.emit("mouseEnter",N)},d=N=>{t.emit("mouseLeave",N)},f=N=>{t.emit("mouseClick",N)},p=N=>{t.emit("mouseDoubleClick",N)},m=N=>{t.emit("mouseWheel",N)},v=N=>{t.emit("mouseContextMenu",N)},g=N=>{t.emit("touchStart",N)},b=N=>{t.emit("touchEnd",N)},x=N=>{t.emit("touchCancel",N)},w=N=>{const Tt=N.changedTouches[0];i.isDown||s.setCurrentMousePoint(Yt(Tt,n)),t.emit("touchMove",N)},C=N=>{t.emit("pointerDown",N)},E=N=>{t.emit("pointerUp",N)},O=N=>{t.emit("pointerCancel",N)},U=N=>{t.emit("pointerMove",N)},R=N=>{t.emit("pan",N)},j=N=>{t.emit("panStart",N)},H=N=>{t.emit("panMove",N)},V=N=>{t.emit("panEnd",N)},lt=N=>{t.emit("panCancel",N)},yt=N=>{t.emit("panLeft",N)},mt=N=>{t.emit("panRight",N)},ct=N=>{t.emit("panUp",N)},st=N=>{t.emit("panDown",N)},Ct=N=>{t.emit("pinch",N)},$=N=>{t.emit("pinchin",N)},z=N=>{t.emit("pinchout",N)},A=N=>{t.emit("press",N)},L=N=>{t.emit("rotate",N)},W=N=>{t.emit("swipe",N)},q=N=>{t.emit("swipeLeft",N)},ft=N=>{t.emit("swipeRight",N)},bt=N=>{t.emit("swipeUp",N)},et=N=>{t.emit("swipeDown",N)},It=N=>{t.emit("tap",N)},ht=N=>{!N.target||n==N.target||n.contains(N.target)||t.emit("tapOutSide",N)},Mt=N=>{t.emit("transitionstart",N)},ln=N=>{t.emit("transitionend",N)},Ye=N=>{t.emit("animationstart",N)},je=N=>{t.emit("animationend",N)};let Re={...n.getBoundingClientRect(),width:n.offsetWidth,height:n.offsetHeight};return{el:n,get rect(){return Re},mousePoint:i,eb:t,start:async function(){r.push(_t(n,"mousedown",o)),r.push(_t(n,"mouseup",a)),r.push(_t(n,"mousemove",c)),r.push(_t(n,"mouseover",h)),r.push(_t(n,"mouseout",u)),r.push(_t(n,"mouseenter",l)),r.push(_t(n,"mouseleave",d)),r.push(_t(n,"click",f)),r.push(_t(n,"dblclick",p)),r.push(_t(n,"onwheel"in document.createElement("div")?"wheel":document.onmousewheel!==void 0?"mousewheel":"DOMMouseScroll",m)),r.push(_t(n,"contextmenu",v)),r.push(_t(n,"touchstart",g)),r.push(_t(n,"touchend",b)),r.push(_t(n,"touchcancel",x)),r.push(_t(n,"touchmove",w)),r.push(_t(n,"pointerdown",C)),r.push(_t(n,"pointerup",E)),r.push(_t(n,"pointercancel",O)),r.push(_t(n,"pointermove",U)),e.on("pan",R),e.on("panstart",j),e.on("panmove",H),e.on("panend",V),e.on("pancancel",lt),e.on("panleft",yt),e.on("panright",mt),e.on("panup",ct),e.on("pandown",st),e.on("pinch",Ct),e.on("pinchin",$),e.on("pinchout",z),e.on("press",A),e.on("rotate",L),e.on("swipe",W),e.on("swipeleft",q),e.on("swiperight",ft),e.on("swipeup",bt),e.on("swipedown",et),e.on("tap",It),r.push(_t(document,"pointerdown",ht)),r.push(_t(n,"transitionstart",Mt)),r.push(_t(n,"transitionend",ln)),r.push(_t(n,"animationstart",Ye)),r.push(_t(n,"animationend",je));const N=await Am(n,Tt=>{Re=Tt,t.emit("resize",Tt)});r.push(N),r.push(Zm(this,{start:Tt=>{s.setStartMousePoint(Yt(Tt,n),!0)},move:Tt=>{s.setCurrentMousePoint(Yt(Tt,n))},end:Tt=>{s.setCurrentMousePoint(Yt(Tt,n),!1)}}))},end:()=>{t.removeAllListeners(),r.forEach(N=>N()),r=[],e.off("pan",R),e.off("panstart",j),e.off("panmove",H),e.off("panend",V),e.off("pancancel",lt),e.off("panleft",yt),e.off("panright",mt),e.off("panup",ct),e.off("pandown",st),e.off("pinch",Ct),e.off("pinchin",$),e.off("pinchout",z),e.off("press",A),e.off("rotate",L),e.off("swipe",W),e.off("swipeleft",q),e.off("swiperight",ft),e.off("swipeup",bt),e.off("swipedown",et),e.off("tap",It)}}}function Zm(n,t){return Qm(n,t)}function Qm(n,t){const e=n.eb,r=o=>{e.on("pointerMove",i),e.on("pointerUp",s),e.on("pointerCancel",s),t?.start?.(o)},s=o=>{e.off("pointerMove",i),e.off("pointerUp",s),e.off("pointerCancel",s),t?.end?.(o)},i=o=>{t?.move?.(o)};return e.on("pointerDown",r),()=>e.off("pointerDown",r)}function FS(n,t){const e=n.eb,r=o=>{document.addEventListener("mousemove",i,!1),document.addEventListener("mouseup",s,!1),t?.start?.(o)},s=o=>{document.removeEventListener("mousemove",i,!1),document.removeEventListener("mouseup",s,!1),t?.end?.(o)},i=o=>{t?.move?.(o)};return e.on("mouseDown",r),()=>e.off("mouseDown",r)}function BS(n,t){const e=n.eb,r=o=>{e.on("touchMove",i),e.on("touchEnd",s),e.on("touchCancel",s);const a=o.changedTouches[0];t?.start?.(a)},s=o=>{e.off("touchMove",i),e.off("touchEnd",s),e.off("touchCancel",s);const a=o.changedTouches[0];t?.end?.(a)},i=o=>{const a=o.changedTouches[0];t?.move?.(a)};return e.on("touchStart",r),()=>e.off("touchStart",r)}function $S(n,t,e){if(typeof t=="string"&&(t=du(t)),(typeof t=="string"||t===void 0)&&e===void 0){const r=Object.assign({},n.dataset);return Object.keys(r).forEach(s=>{if(r[s]?.startsWith("[")||r[s]?.startsWith("{"))try{r[s]=JSON.parse(r[s]||"")}catch{}}),typeof t=="string"?r[t]:r}else{let r={};typeof t=="object"?r=t:typeof t=="string"&&(r[t]=e),Object.entries(r).forEach(([s,i])=>{i?n.dataset[s]=i instanceof Object?JSON.stringify(i):i:delete n.dataset[s]})}}function US(n,t){t.split(/[,\s]+/).forEach(e=>{e.trim()!=""&&delete n.dataset[e.trim()]})}function tp(n,t={attributes:!0,childList:!0,subtree:!0}){return new Rt(e=>{const r=new MutationObserver((s,i)=>{e.next(s)});return r.observe(n,t),()=>{r.disconnect()}})}function YS(n,t){return new Promise(e=>{new MutationObserver((s,i)=>{for(const o of s)o.type==="childList"&&o.addedNodes.forEach(a=>{a.isEqualNode(t)&&(i.disconnect(),e(!0))})}).observe(n,{childList:!0})})}function ep(n,t={root:null}){return new Rt(e=>{const r=new IntersectionObserver((s,i)=>{if(s.length){const o=s[s.length-1];o&&e.next(o)}},t);return r.observe(n),()=>{r.unobserve(n),r.disconnect()}})}function jS(n,t){const e=t?.threshold??.5;return ep(n,{threshold:e,root:t?.root}).pipe(kt(r=>r.isIntersecting&&r.intersectionRatio>=e),wn())}function Gh(n,t){const e=typeof n=="string"?n:n.toString(),r=()=>{try{const a=window.sessionStorage.getItem(e);if(a)return JSON.parse(a)}catch{}},s=a=>{try{typeof a.value<"u"?window.sessionStorage.setItem(e,JSON.stringify(a)):window.sessionStorage.removeItem(e)}catch{}};return{get:()=>{const{get:a}=ai(r(),t);return a().value},set:a=>{const{set:c}=ai(r(),t),h=c(a);s(h)}}}function VS(){window.sessionStorage.clear()}function np(){return tp(document).pipe(kt(()=>location),Xn(location))}function GS(){return np().pipe(kt(n=>n.href),Xn(location.href),wn())}function XS(){return Q(window,"hashchange").pipe(kt(n=>n.target.location.hash.replace("#","")),Xn(window.location.hash.replace("#","")),wn())}function rp(n="current"){return Q(window,"popstate").pipe(kt(t=>t.state||{}),kt(t=>({...t,[n]:t[n]||window.location.pathname+window.location.search+window.location.hash})),wn((t,e)=>t[n]===e[n]))}function HS(n={nameInState:"current",alreadyPushState:!0}){const t=n.nameInState,e=typeof n.alreadyPushState=="boolean"?n.alreadyPushState:!0,{get:r,set:s}=Gh("fe-route-history"),i=r()||[],{get:o,set:a}=Gh("fe-route-history-index"),c=o();let h=typeof c=="number"?c:i.length-1;function u(g){return i.findIndex(x=>x[t]===g[t])}const l={currentIndex:h};function d(g){g=Z(g,-1,i.length-1),h<0?(l.direction="keep",l.delta=0):(g<h?l.direction="backward":g>h?l.direction="forward":l.direction="keep",l.delta=g-h),l.from=l.to,l.to=i[g]?.[t],h=g,l.currentIndex=h,a(h)}d(h);function f(g){i.push(g),s(i),d(i.length-1)}function p(g,b){const x={...b,[t]:g};window.history.pushState(x,"",g),f(x)}function m(g,b=e){const x=u(g);if(x<0){h>=0&&(i.splice(h+1),s(i)),b?f(g):p(g[t],g);return}x!=h&&d(x)}const v=rp().subscribe(g=>{m(g,!0)});return{history:i,route:l,navigate:(g,b)=>{m({...b,[t]:g},e)},go(g){window.history.go(g)},back(){window.history.back()},forward(){window.history.forward()},destroy:()=>{v.unsubscribe()}}}function sp(n="(prefers-color-scheme: dark)"){const t=window.matchMedia(n);return Q(t,"change").pipe(kt(e=>e.matches),Xn(t.matches),wn())}let ip=!1;function WS(){ip||(ip=!0,Ll(`
88
128
  :root {
89
129
  --sat:env(safe-area-inset-top, 0px);
90
130
  --sar:env(safe-area-inset-right, 0px);
@@ -97,9 +137,9 @@ Content-Type: `+f.type+`\r
97
137
  --sab:env(safe-area-inset-bottom, 0px);
98
138
  --sal:env(safe-area-inset-left, 0px);
99
139
  }
100
- `))}wv();function vv(){return fa(document.documentElement).pipe(xo(bo),kt(()=>{const s=getComputedStyle(document.documentElement);return{bottom:s.getPropertyValue("--sab"),top:s.getPropertyValue("--sat"),right:s.getPropertyValue("--sar"),left:s.getPropertyValue("--sal")}}))}function xv(s={enableHighAccuracy:!0,timeout:5e3,maximumAge:0}){return new Mt(t=>{if(!("geolocation"in navigator))return t.error("navigator.geolocation is not available.");let e;return new Promise((n,r)=>{navigator.geolocation.getCurrentPosition(i=>{t.next({longitude:i.coords.longitude,latitude:i.coords.latitude}),n()},i=>{r(i)})}).then(()=>{e=navigator.geolocation.watchPosition(n=>{t.next({longitude:n.coords.longitude,latitude:n.coords.latitude})},n=>{t.error(n)},s)}).catch(n=>{t.error(n)}),()=>{typeof e=="number"&&navigator.geolocation.clearWatch(e)}})}function yf(s="(prefers-color-scheme: dark)"){const t=window.matchMedia(s);return st(t,"change").pipe(kt(e=>e.matches),mn(t.matches),He())}function Ba(s,t){const e=typeof s=="string"?s:s.toString(),n=()=>{try{const a=window.sessionStorage.getItem(e);if(a)return fc(a)}catch{}},r=a=>{try{typeof a.value<"u"?window.sessionStorage.setItem(e,uc(a)):window.sessionStorage.removeItem(e)}catch{}};return{get:()=>{const{get:a}=nr(n(),t);return a().value},set:a=>{const{set:c}=nr(n(),t),h=c(a);r(h)}}}function Sv(){window.sessionStorage.clear()}function bf(){return mf(document).pipe(kt(()=>location),mn(location))}function _v(){return bf().pipe(kt(s=>s.href),mn(location.href),He())}function Cv(){return st(window,"hashchange").pipe(kt(s=>s.target.location.hash.replace("#","")),mn(window.location.hash.replace("#","")),He())}function wf(s="current"){return st(window,"popstate").pipe(kt(t=>t.state||{}),kt(t=>({...t,[s]:t[s]||window.location.pathname+window.location.search+window.location.hash})),He((t,e)=>t[s]===e[s]))}function Ev(s={nameInState:"current",alreadyPushState:!0}){const t=s.nameInState,e=typeof s.alreadyPushState=="boolean"?s.alreadyPushState:!0,{get:n,set:r}=Ba("fe-route-history"),i=n()||[],{get:o,set:a}=Ba("fe-route-history-index"),c=o();let h=typeof c=="number"?c:i.length-1;function l(y){return i.findIndex(v=>v[t]===y[t])}const u={currentIndex:h};function d(y){y=K(y,-1,i.length-1),h<0?(u.direction="keep",u.delta=0):(y<h?u.direction="backward":y>h?u.direction="forward":u.direction="keep",u.delta=y-h),u.from=u.to,u.to=i[y]?.[t],h=y,u.currentIndex=h,a(h)}d(h);function f(y){i.push(y),r(i),d(i.length-1)}function m(y,b){const v={...b,[t]:y};window.history.pushState(v,"",y),f(v)}function p(y,b=e){const v=l(y);if(v<0){h>=0&&(i.splice(h+1),r(i)),b?f(y):m(y[t],y);return}v!=h&&d(v)}const _=wf().subscribe(y=>{p(y,!0)});return{history:i,route:u,navigate:(y,b)=>{p({...b,[t]:y},e)},go(y){window.history.go(y)},back(){window.history.back()},forward(){window.history.forward()},destroy:()=>{_.unsubscribe()}}}function Tv(s,t,e){if(typeof t=="string"&&(t=Xc(t)),(typeof t=="string"||t===void 0)&&e===void 0){const n=Object.assign({},s.dataset);return Object.keys(n).forEach(r=>{if(n[r]?.startsWith("[")||n[r]?.startsWith("{"))try{n[r]=JSON.parse(n[r]||"")}catch{}}),typeof t=="string"?n[t]:n}else{let n={};typeof t=="object"?n=t:typeof t=="string"&&(n[t]=e),Object.entries(n).forEach(([r,i])=>{i?s.dataset[r]=i instanceof Object?JSON.stringify(i):i:delete s.dataset[r]})}}function Pv(s,t){t.split(/[,\s]+/).forEach(e=>{e.trim()!=""&&delete s.dataset[e.trim()]})}function vf(s,t){const e=typeof s=="string"?s:s.toString(),n=()=>{try{const a=window.localStorage.getItem(e);if(a)return fc(a)}catch{}},r=a=>{try{typeof a.value<"u"?window.localStorage.setItem(e,uc(a)):window.localStorage.removeItem(e)}catch{}};return{get:()=>{const{get:a}=nr(n(),t);return a().value},set:a=>{const{set:c}=nr(n(),t),h=c(a);r(h)}}}function Av(){window.localStorage.clear()}const Mv=["dark","light"],{get:xf,set:Sf}=vf(oi("theme")),_f=new qe,kv=_f.pipe(mn(void 0));function Cf(s){switch(s){case"dark":document.documentElement.classList.add("dark"),yn(document.documentElement,"data-theme","dark");break;case"light":default:document.documentElement.classList.remove("dark"),yn(document.documentElement,"data-theme","light");break}}function Ef(s){return Sf(s),Cf(s),_f.next(s),s}function Iv(){return Ef(xf()=="dark"?"light":"dark")}function Dv(){return K0([kv,yf("(prefers-color-scheme: dark)")]).pipe(kt(([s,t])=>s||(s=xf(),s||(s=t?"dark":"light",Sf(s)),Cf(s),s)))}function et(s,t=""){return getComputedStyle(document.documentElement).getPropertyValue(s)||t}function Ov(s,t){document.documentElement.style.setProperty(s,t)}function Rv(s){return{foregroundCommon:et("--yz-foreground-common","#ffffff"),foregroundBorderCommon:et("--yz-foreground-border-common","#e6e6e6"),panelCommon:et("--yz-panel-common","#f5f5f5"),panelBorderCommon:et("--yz-panel-border-common","#b3b3b3"),gapCommon:et("--yz-gap-common","#cccccc"),placeholderCommon:et("--yz-placeholder-common","#8f8f8f"),fontCommon:et("--yz-font-common","#333333"),fontSecondaryCommon:et("--yz-font-secondary-common","#666666"),fontTertiaryCommon:et("--yz-font-tertiary-common","#999999"),foregroundReverse:et("--yz-foreground-reverse","#ffffff"),foregroundBorderReverse:et("--yz-foreground-border-reverse","#e6e6e6"),panelReverse:et("--yz-panel-reverse","#f5f5f5"),panelBorderReverse:et("--yz-panel-border-reverse","#b3b3b3"),gapReverse:et("--yz-gap-reverse","#cccccc"),placeholderReverse:et("--yz-placeholder-reverse","#8f8f8f"),fontReverse:et("--yz-font-reverse","#333333"),fontSecondaryReverse:et("--yz-font-secondary-reverse","#666666"),fontTertiaryReverse:et("--yz-font-tertiary-reverse","#999999"),blueCommon:et("--yz-xg-blue","#5a82f0"),bluePanelCommon:et("--yz-xg-blue-panel","#e6f0ff"),bluePanelBorderCommon:et("--yz-xg-blue-panel-border","#a0b4f0"),blueGradientCommon:et("--yz-xg-blue-gradient","#66b3ff"),redCommon:et("--yz-xg-red","#fa503c"),redPanelCommon:et("--yz-xg-red-panel","#fff5f5"),redPanelBorderCommon:et("--yz-xg-red-panel-border","#fac8c8"),redGradientCommon:et("--yz-xg-red-gradient","#fa8c78"),greenCommon:et("--yz-xg-green","#00be5a"),greenGradientCommon:et("--yz-xg-green-gradient","#00e678"),yellowCommon:et("--yz-xg-yellow","#fa8c00"),yellowGradientCommon:et("--yz-xg-yellow-gradient","#ffb400"),newenergyCommon:et("--yz-xg-newenergy","#64c896"),newenergyPanelCommon:et("--yz-xg-newenergy-panel","#ebfaf2"),primaryPattern:et(`--yz-pattern-${s}-primary`,"#5a82f0"),secondaryPattern:et(`--yz-pattern-${s}-secondary`,"#e6f0ff"),gradientPattern:et(`--yz-pattern-${s}-gradient`,"#66b3ff"),foregroundPattern:et(`--yz-pattern-${s}-foreground`,"#ffffff"),foregroundBorderPattern:et(`--yz-pattern-${s}-foreground-border`,"#e6e6e6"),panelPattern:et(`--yz-pattern-${s}-panel`,"#f5f5f5"),panelBorderPattern:et(`--yz-pattern-${s}-panel-border`,"#b3b3b3"),gapPattern:et(`--yz-pattern-${s}-gap`,"#cccccc"),placeholderPattern:et(`--yz-pattern-${s}-placeholder`,"#8f8f8f"),fontPattern:et(`--yz-pattern-${s}-font`,"#333333"),fontSecondaryPattern:et(`--yz-pattern-${s}-font-secondary`,"#666666"),fontTertiaryPattern:et(`--yz-pattern-${s}-font-tertiary`,"#999999")}}function Lv(s,t){let e=t?.value||"";if(!e){const i=`; ${document.cookie}`.split(`; ${s}=`).pop()?.split(";").shift();i&&(e=decodeURIComponent(i))}const n=()=>e,r=i=>{if(e=i,e){const o=t?.domain?"; domain="+t.domain:"",a=t?.path?"; path="+t.path:"",c=t?.secure==!0?"; secure":"";let h=s+"="+encodeURIComponent(e)+o+a+c;if(t?.days){const l="; expires="+new Date(Date.now()+t.days*864e5).toUTCString();h+=l}document.cookie=h}};return r(e),{get:n,set:r}}function zv(){const s=document.cookie.split("; ");for(let t=0;t<s.length;t++){const e=window.location.hostname.split(".");for(;e.length>0;){const n=encodeURIComponent(s[t].split(";")[0].split("=")[0])+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; domain="+e.join(".")+" ;path=",r=location.pathname.split("/");for(document.cookie=n+"/";r.length>0;)document.cookie=n+r.join("/"),r.pop();e.shift()}}}function Nv(s,t){let e;return s.objectStoreNames.contains(t)||(e=s.createObjectStore(t,{keyPath:"id"})),e}function Fv(s,t=1,e){return new Promise((n,r)=>{let i;const o=window.indexedDB.open(s,t);o.onerror=()=>{r("无法使用IndexDB!")},o.onsuccess=a=>{i=a.target.result,Nv(i,e),n(i)}})}function Bv(s,t,e={id:1,name:"xxx"}){return new Promise((n,r)=>{const i=s.transaction([t],"readwrite");i.objectStore(t).add(e),i.oncomplete=a=>{n(a)},i.onerror=a=>{r(a)}})}const Uv={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:(s,t)=>{switch(t){case"W":return`${s}周`;default:return`${s}日`}},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:(s,t)=>{const e=s*100+t;return e<600?"凌晨":e<900?"早上":e<1100?"上午":e<1300?"中午":e<1800?"下午":"晚上"}},$v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:s=>{const t=["th","st","nd","rd"],e=s%100;return`[${s}${t[(e-20)%10]||t[e]||t[0]}]`}},sn=new qm;let Br="zh-cn";Ua($v),Ua(Uv);function Ua(s,t){if(!s)return sn.get(Br);let e;if(typeof s=="string"){const n=s.toLowerCase();if(sn.get(n))e=n;else if(t)sn.set(n,t),e=n;else return sn.get(Br)}else{const{name:n}=s;sn.set(n,s),e=n}return e&&(Br=e),sn.get(e)||sn.get(Br)}function Tf(s,t={},e=[]){return typeof s=="string"?{tag:s,props:t,children:typeof e=="string"?e:e.filter(n=>typeof n!="boolean")}:s(t)}function Ur(s){const t=Tf(s.tagName,na(s),Array.from(s.children).map(e=>Ur(e)));return t.el=s,t}function Be(s,t=document.documentElement){if(typeof s=="string"){const n=document.createTextNode(s);return t.appendChild(n),n}if(s.el)return s.el;const e=s.tag=="path"?rf():document.createElement(s.tag);if(s.props)for(const[n,r]of Object.entries(s.props))n.startsWith("on")?e.addEventListener(n.slice(2).toLowerCase(),r):n==="style"?vs(e,r):yn(e,n,r);return t.appendChild(e),s.el=e,s.children&&(typeof s.children=="string"?Be(s.children,e):s.children.forEach(n=>{Be(n,e)})),e}function Ts(s,t){typeof s=="string"||!s.el||(Array.isArray(s.children)&&s.children.forEach(e=>{s.el&&Ts(e,s.el)}),t.removeChild(s.el))}function $r(s,t,e){if(!s.el||!t.el)return;e=e||s.el.parentElement||document.body||document.documentElement;const n=s.props.key,r=t.props.key;if(s.tag!==t.tag||s.el!==t.el||(r||n)&&r!==n){e.replaceChild(Be(t,e),s.el);return}const i=t.el=s.el,o=s.props,a=t.props;for(const l in o)l in a||(l.startsWith("on")?i.removeEventListener(l.slice(2).toLowerCase(),o[l]):i.removeAttribute(l));for(const l in a){const u=o[l],d=a[l];if(d!=u)if(l.startsWith("on")){const f=l.slice(2).toLowerCase();i.removeEventListener(f,u),i.addEventListener(f,d)}else if(l==="style"){for(const f in u)f in d||ea(i,f);vs(i,d)}else yn(i,l,d)}const c=s.children||[],h=t.children||[];if(typeof h=="string")i.innerHTML="",Be(h,i);else if(typeof c=="string")i.innerHTML="",h.forEach(l=>{Be(l,i)});else{const l=Math.min(c.length,h.length);for(let u=0;u<l;u++)$r(c[u],h[u],i);h.length>c.length?h.slice(c.length).forEach(u=>{Be(u,i)}):h.length<c.length&&c.slice(h.length).forEach(u=>{Ts(u,i)})}}function Pf(s=document.documentElement,t,e){t.el?!e||!e.el?(Ts(t,s),Be(t,s)):$r(e,t,s):(e&&Ts(e,s),Be(t,s))}const Yr=new Map;function $a(s,t=Yr){let e=t.get(s);return e||(e=Ur(s),t.set(s,e),e)}function jr(s,t,e=Yr){const n=$a(s,e);n.alternate||(n.alternate=Ur(s),In(n.alternate.props,n.props,!0)),t(n.alternate)}function Af(s=Yr){const t=Array.from(s.entries());for(const[e,n]of t){const r=n.alternate;r&&($r(n,r),n.props=r.props,n.alternate=void 0)}}function Ya(s=Yr){jm(()=>Af(s),50)}function Yv(){const s=new Map;let t=null;const e=new Set;let n=!1;function r(l){const u=t,d=u.stateIndex;u.states[d]===void 0&&(u.states[d]=l);function f(m){let p;typeof m=="function"?p=m(u.states[d]):p=m,u.states[d]!==p&&(u.states[d]=p,o(u))}return u.stateIndex++,[u.states[d],f]}function i(l,u){const d=t,f=d.effectIndex,m=d.effects[f]||{};if(!u||!m.deps||u.some((_,y)=>_!==m.deps[y])){m.cleanup&&m.cleanup();const _=l();d.effects[f]={deps:u?[...u]:[],cleanup:_}}d.effectIndex++}function o(l){e.add({component:l.component,props:l.props,container:l.container}),n||(n=!0,setTimeout(a,0))}function a(){const l=Array.from(e);e.clear(),l.forEach(({component:u,props:d,container:f})=>{c(u,f,d)}),n=!1}function c(l,u,d={}){let f=s.get(u);f?f.props=d:(f={component:l,props:d,states:[],stateIndex:0,effects:[],effectIndex:0,children:[],mounted:!1,container:u,vnode:void 0},s.set(u,f)),t=f,f.stateIndex=0,f.effectIndex=0;const m=l(d);return Pf(u,m,f.vnode),f.vnode=m,f.mounted=!0,t=null,f}function h(l){l.effects.forEach(u=>{u.cleanup&&u.cleanup()}),l.children&&l.children.forEach(u=>h(u)),l.container&&"innerHTML"in l.container&&(l.container.innerHTML=""),s.delete(l.container)}return{useState:r,useEffect:i,render:c,unmount:h,scheduleRender:o}}function Mf(){let s;function t(d){s=d,d(),s=null}class e{subscribers=new Set;add(){s&&!this.subscribers.has(s)&&this.subscribers.add(s)}notify(){this.subscribers.forEach(f=>f())}}const n=new WeakMap;function r(d,f){let m=n.get(d);m||(m=new Map,n.set(d,m));let p=m.get(f);return p||(p=new e,m.set(f,p)),p}function i(d,f,m=o){if(!Array.isArray(d))return;const p=Array.prototype,_=Object.create(p);["push","pop","shift","unshift","splice","sort","reverse"].forEach(y=>{_[y]=function(...b){return["push","unshift","splice"].includes(y)&&(y==="splice"?b.slice(2):b).forEach((w,E)=>{cn(w)&&(b[E]=m(w)),f.add()}),p[y].apply(this,b),this.slice()}}),Object.setPrototypeOf(d,_),d.forEach((y,b)=>{cn(y)&&(d[b]=m(y)),f.add()})}function o(d){return Object.keys(d).forEach(f=>{const m=r(d,f);let p=d[f];Object.defineProperty(d,f,{configurable:!0,enumerable:!0,get(){return cn(p)&&(Array.isArray(p)?i(p,m,o):o(p)),m.add(),p},set(_){p!==_&&(p=_,m.notify())}})}),d}function a(d){return o({value:d})}const c=h;function h(d){if(!cn(d))return d;const f={get(p,_,y){let b=Reflect.get(p,_,y);const v=r(p,_);if(cn(b)&&!("isYZProxy"in b)){const w=h(b);Array.isArray(b)&&(w.YZProxyArrayDep=v),b=w}return v.add(),b},set(p,_,y,b){const v=Reflect.get(p,_,b),w=Reflect.set(p,_,y,b);if(_=="YZProxyArrayDep")return w;if(v!==y){let E;Array.isArray(p)?E=p.YZProxyArrayDep:E=r(p,_),E.notify()}return w},deleteProperty(p,_){if(!(_ in p))return!1;let b=typeof _=="symbol"?void 0:p[_];cn(b)&&(b=Array.isArray(b)?[...b]:{...b});const v=Reflect.deleteProperty(p,_);if(v){let w;Array.isArray(p)?w=p.YZProxyArrayDep:w=r(p,_),w.notify()}return v},has(p,_){return _==="isYZProxy"||_ in p}};return new Proxy(d,f)}function l(d,f){const m=h(d);return u(m,f),m}function u(d,f){f.childNodes.forEach(m=>{switch(m.nodeType){case 1:const p=m;[...p.attributes].forEach(v=>{const w=v.name,E=v.value;if(w==="v-model")if(Zo(p)){const C=p;t(()=>{C.checked=Ie(d,E)==C.value}),C.addEventListener("change",D=>{Li(d,E,D.target.value)})}else if(Ko(p)){const C=p;t(()=>{C.checked=Vc(Ie(d,E),C.value)}),C.addEventListener("change",D=>{const $=D.target,O=$.value;$.checked?im(Ie(d,E),O):Di(Ie(d,E),O)})}else if(Jo(p)){const C=p;t(()=>{C.value=Ie(d,E)}),C.addEventListener("change",D=>{Li(d,E,D.target.value)})}else{const C=p;t(()=>{C.value=Ie(d,E)});const D=$=>{Li(d,E,$.target.value)};C.addEventListener("input",D)}else w==="v-text"?t(()=>{p.innerText=Ie(d,E)}):w==="v-html"&&t(()=>{p.innerHTML=Ie(d,E)})}),p.childNodes.length>0&&u(d,p);break;case 3:const _=m.textContent||"",y=/\{\{\s*([^{}\s]+)\s*\}\}/g,b=y.exec(_);b&&b[1]&&t(()=>{m.textContent=_.replace(y,Ie(d,b[1]))});break}})}return{watchEffect:t,reactiveVue2:o,ref:a,reactiveVue3:h,reactive:c,mvvm:l}}const jv=Mf();function kf(s,t,e){return new WebSocket(s)}function Xv(s){return`${s}eventbus/${jd(3)}/${jc(8)}/websocket`}class xe{static CONNECTING=WebSocket.CONNECTING;static OPEN=WebSocket.OPEN;static CLOSING=WebSocket.CLOSING;static CLOSED=WebSocket.CLOSED;url;socketCreatorProtocols;socketCreatorOptions;socketCreator;socket;state=xe.CONNECTING;messageQueue=[];pingInterval;pingTimerID;reconnect;reconnectAttempts=0;maxReconnectAttempts;reconnectTimerID;onopen;onclose;onerror;requestid=0;waitings={};listeners={};constructor(t="",e){this.url=t,this.socketCreatorProtocols=e?.socketCreatorProtocols,this.socketCreatorOptions=e?.socketCreatorOptions||{},this.socketCreator=e?.socketCreator||kf,this.pingInterval=e?.pingInterval||5e3,this.onopen=e?.onopen,this.onclose=e?.onclose,this.onerror=e?.onerror,this.reconnect=typeof e?.reconnect=="boolean"?e.reconnect:!0,this.maxReconnectAttempts=typeof e?.maxReconnectAttempts=="number"?e.maxReconnectAttempts:1/0,this._connect()}open(){this.reconnectAttempts=0,this._connect()}close(){this.state=xe.CLOSING,this.socket?.close()}_connect(){this.socket?.readyState===xe.CONNECTING||this.socket?.readyState===xe.OPEN||(this.state=xe.CONNECTING,this.socket=this.socketCreator(this.url,this.socketCreatorProtocols,this.socketCreatorOptions),this.socket.onopen=()=>{er(`(${this.url}) onopen`),this.state=xe.OPEN,this.reconnectTimerID&&(clearTimeout(this.reconnectTimerID),this.reconnectTimerID=void 0);const t=this.messageQueue.slice();this.messageQueue=[],t.forEach(this._send.bind(this)),this.ping(),this.pingTimerID=setInterval(this.ping.bind(this),this.pingInterval),this.onopen?.()},this.socket.onclose=t=>{const{code:e,reason:n,wasClean:r}=t;er(`(${this.url}) onclose: code(${e}) reason(${n}) wasClean(${r})`),this.state=xe.CLOSED,this.socket=void 0,this.pingTimerID&&(clearInterval(this.pingTimerID),this.pingTimerID=void 0),this.onclose?.(t),this.reconnect&&this.reconnectAttempts<this.maxReconnectAttempts&&(this.reconnectTimerID=setTimeout(this._connect.bind(this),dm(this.reconnectAttempts++)))},this.socket.onerror=t=>{er(`(${this.url}) onerror: ${t}`),this.onerror?.(t)},this.socket.onmessage=t=>{if(er(`(${this.url}) onmessage: { type: ${t.type}, data: ${t.data} }`),typeof t.data=="string"){let e;const n=t.data.substring(1);try{e=JSON.parse(n)}catch(r){e=[JSON.stringify({type:"err",failureCode:"fe-json-parse-error",failureType:r.toString(),message:n})]}e.forEach(r=>{const i=JSON.parse(r);if(i.body&&Object.prototype.hasOwnProperty.call(i.body,"requestid")){const o=this.waitings[i.body.requestid];o?o.resolve?.(i.body):ce(`(${this.url}) onmessage: found no associated request, already timed out`)}else if(this.listeners[i.address]){const o=this.listeners[i.address];for(let a=0;a<o.length;a++)i.type==="err"?o[a]({failureCode:i.failureCode,failureType:i.failureType,message:i.message}):o[a](null,i.body)}else this.onunhandled(i)})}else t.data instanceof ArrayBuffer?ce(`(${this.url}) onmessage: unhandle ArrayBuffer`):t.data instanceof Blob&&ce(`(${this.url}) onmessage: unhandle Blob`)})}onunhandled(t){try{t.type==="err"?this.onerror?.(t):t.event?console.warn("No handler found for event: %o. Message: %O",t.event,t):console.warn("No handler found for message: ",t)}catch{}}_send(t){this.socket?.readyState===xe.OPEN?this.socket.send(JSON.stringify([JSON.stringify(t)])):(this.messageQueue.push(t),this._connect())}ping(){this._send({type:"ping"})}register(t,e,n={}){this.listeners[t]||(this.listeners[t]=[],this._send({type:"register",address:t,headers:In(n,this.socketCreatorOptions.headers,!1)})),this.listeners[t].push(e)}unregister(t,e,n={}){const r=this.listeners[t];if(r){const i=r.indexOf(e);i!=-1&&(r.splice(i,1),r.length===0&&(this._send({type:"unregister",address:t,headers:In(n,this.socketCreatorOptions.headers,!1)}),delete this.listeners[t]))}}publish(t,e,n={}){this._send({type:"publish",address:t,headers:In(n,this.socketCreatorOptions.headers,!1),body:e})}async send(t,e,n={},r=3e4){this.requestid++;const i=this.waitings[this.requestid]={requestid:this.requestid},o=await new Promise((a,c)=>{i.resolve=a,this._send({type:"send",address:t,headers:In(n,this.socketCreatorOptions.headers,!1),body:{requestid:i.requestid,...e}}),setTimeout(()=>{c(`(${this.url}) send(${i.requestid}: ${Km(e)}) Timeout!`)},r)});return delete this.waitings[i.requestid],o}}function Xr(){const s=navigator.userAgent.toLowerCase();let t="Unknown";return/iphone|ipad|ipod/i.test(s)?t="iOS":/android/i.test(s)?t="Android":/BlackBerry/i.test(s)?t="BlackBerry":/mac/i.test(s)?t="macOS":/win/i.test(s)?t="Windows":/linux/i.test(s)?t="Linux":/bsd/i.test(s)&&(t="BSD"),t.toLowerCase()}function Gv(s=navigator.userAgent){let t="Unknown";if(/iPhone|iPad|iPod/i.test(s)){const e=s.match(/OS (\d+_\d+)/i);e&&(t=e[1].replace("_","."))}else if(/Android/i.test(s)){const e=s.match(/Android (\d+\.\d+)/i);e&&(t=e[1])}else if(/Mac OS X/i.test(s)){const e=s.match(/Mac OS X (\d+_\d+)/i);e&&(t=e[1].replace("_","."))}else if(/Windows NT/i.test(s)){const e=s.match(/Windows NT (\d+\.\d+)/i);e&&(t=e[1])}return t.toLowerCase()}function Gr(){const s=navigator.userAgent.toLowerCase();let t="Unknown";return/opr/i.test(s)||/opera/i.test(s)?t="Opera":/chrome/i.test(s)?t="Chrome":/firefox/i.test(s)?t="Firefox":/safari/i.test(s)?t="Safari":/edge/i.test(s)?t="Edge":/msie|trident/i.test(s)?t="IE":/MicroMessenger/i.test(s)?t="Wechat":/alipay/i.test(s)&&(t="Ali"),t.toLowerCase()}function Vv(){const s=navigator.userAgent;let t="Unknown";if(/Chrome/.test(s)){const e=s.match(/Chrome\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Firefox/.test(s)){const e=s.match(/Firefox\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Safari/.test(s)){const e=s.match(/Version\/(\d+\.\d+)/);e&&(t=e[1])}else if(/Edge/.test(s)){const e=s.match(/Edge\/(\d+\.\d+)/);e&&(t=e[1])}else if(/MSIE|Trident/.test(s)){const e=s.match(/(?:MSIE|rv:)(\d+\.\d+)/);e&&(t=e[1])}return t}function qv(){return(navigator.browserLanguage||navigator.language).toLowerCase()}function Hv(){return Intl.DateTimeFormat().resolvedOptions().timeZone.toLowerCase()}function Wv(){return Gr()=="safari"}function ja(){return Xr()==="ios"}function If(){return Xr()==="macos"}function Jv(){return ja()|If()}function Df(){return Xr()==="android"}function Kv(){const s=window.navigator.appVersion;if(/Android/.test(s)&&!/Chrome\/\d/.test(s)){const t=s.match(/Safari\/(\d+.\d)/);return t&&typeof t=="object"&&t.length>=2?parseFloat(t[1])<535.19:!0}else return!1}function Zv(){return ja()||Df()}function Of(){const s=window.navigator.userAgent,t=s.indexOf("MSIE ");if(t>0)return parseInt(s.substring(t+5,s.indexOf(".",t)),10);if(s.indexOf("Trident/")>0){const r=s.indexOf("rv:");return parseInt(s.substring(r+3,s.indexOf(".",r)),10)}const n=s.indexOf("Edge/");return n>0?parseInt(s.substring(n+5,s.indexOf(".",n)),10):-1}const Qv=Of()!==-1,t2=document.documentMode?document.documentMode===9:!1,e2=document.documentMode?document.documentMode===10:!1,n2=document.documentMode?document.documentMode===11:!1;function Rf(){return Gr()==="wechat"}function Lf(){return Gr()==="ali"}function s2(){return Rf()&&navigator.userAgent.match(/miniprogram/i)||window.__wxjs_environment==="miniprogram"}function r2(){return Lf()&&navigator.userAgent.match(/miniprogram/i)}function i2(s=750){const t=document.documentElement,e=window.top===window.self?window.devicePixelRatio:1;t.dataset.dpr=e;let n=100;const r=function(){t.style.height=window.innerHeight+"px";const i=t.clientWidth;t.dataset.width=i,t.dataset.layout=i>s?"pc":"mobile",t.dataset.rem=n=Math.min(100,Math.round(100*(i/s))),t.style.fontSize=n+"px"};r(),window.rem2px=function(i){return parseFloat(i)*n},window.px2rem=function(i){return parseFloat(i)/n},window.addEventListener&&window.addEventListener("orientationchange"in window?"orientationchange":"resize",r,!1)}class o2 extends ga{currentItem={};items=[];groups=[];globalStyles={};grad={};idtops={};text="";constructor(t){super(t),this.on("tag",(e,n)=>{switch(this.text="",this.currentItem={type:e},e){case"g":this.groups.push(this.currentItem);break}this.processAttrs(e,n)}),this.on("text",e=>{if(this.currentItem.type=="style"){try{const n=ya(e);for(const r of n.stylesheet.rules)for(const i of r.declarations)for(const o of r.selectors)this.globalStyles[o]=this.globalStyles[o]||[],this.globalStyles[o].push(`${i.property}:${i.value}`)}catch{console.error("CAN'T parse css text: "+e)}return}this.text+=e}),this.on("/tag",(e,n)=>{let r=this.groups.length;for(;r--;)if(this.groups[r]!=this.currentItem){let i="",o="";for(const a in this.groups[r])a=="transform"?i=this.groups[r].transform:a=="class"&&this.globalStyles["."+this.groups[r][a]]?o=this.globalStyles["."+this.groups[r][a]].join(";")+";"+o:a=="id"&&this.globalStyles["#"+this.groups[r][a]]?o=this.globalStyles["#"+this.groups[r][a]].join(";")+";"+o:typeof this.currentItem[a]>"u"&&(this.currentItem[a]=this.groups[r][a]);typeof this.currentItem.transform>"u"?this.currentItem.transform=i:this.currentItem.transform+=" "+i,typeof this.currentItem.style>"u"?this.currentItem.style=o:this.currentItem.style=o+this.currentItem.style,this.currentItem.class&&this.globalStyles["."+this.currentItem.class]?this.currentItem.style=this.globalStyles["."+this.currentItem.class].join(";")+";"+this.currentItem.style:this.currentItem.id&&this.globalStyles["#"+this.currentItem.id]&&(this.currentItem.style=this.globalStyles["#"+this.currentItem.id].join(";")+";"+this.currentItem.style),Ga(this.currentItem.style,this.currentItem,Va)}switch(this.processAttrs(e,n),e){case"g":this.groups.pop();break;case"cirlce":this.addToItems();break;case"ellipse":this.addToItems();break;case"polygon":this.addToItems();break;case"path":this.addToItems();break;case"line":this.addToItems();break;case"rect":this.addToItems();break;case"image":this.addToItems();break;case"text":this.currentItem.text=this.text,this.currentItem["text-anchor"]=this.currentItem["text-anchor"]||"start",this.addToItems();break}}),this.on("finish",()=>{this.emit("result",this.items)})}parse(){return super.parse(),this.items}processAttrs(t,e){let n=[],r;switch(t){case"svg":let i="",o="";if(e.width&&e.height)i=e.width,o=e.height;else if(e.viewBox){const a=e.viewBox.split(/\s+/gi);a.length==4&&(i=String(parseFloat(a[2])-parseFloat(a[0])),o=String(parseFloat(a[3])-parseFloat(a[1])))}i&&o&&this.items.push({type:"viewbox",width:i,height:o});break;case"line":typeof e.x1=="number"&&typeof e.y1=="number"&&typeof e.x2=="number"&&typeof e.y2=="number"&&(this.currentItem.path="M"+[e.x1,e.y1,e.x2,e.y2]);break;case"stop":r={},e.style&&Ga(e.style,r),r.offset=r.offset||e.offset,r.color=r["stop-color"]||e["stop-color"],r.opacity=r["stop-opacity"]||e["stop-opacity"],~(r.offset+"").indexOf("%")?r.offset=parseFloat(r.offset):r.offset=parseFloat(r.offset)*100,r.offset=+r.offset.toFixed(2),this.grad.stops.push(r);break;case"linearGradient":this.grad.angle=(360+Xa(parseFloat(e.x1),parseFloat(e.y1),parseFloat(e.x2),parseFloat(e.y2),parseFloat(e.x1)+100,parseFloat(e.y1))).toFixed(2),n=[this.grad.angle];for(let a=0,c=this.grad.stops.length;a<c;a++)r=this.grad.stops[a],a&&a!=c-1?n.push(r.color+":"+r.offset):n.push(r.color);this.idtops[this.grad.id]=n.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break;case"radialGradient":n=[];for(let a=0,c=this.grad.stops.length;a<c;a++)r=this.grad.stops[a],a&&a!=c-1?n.push(r.color+":"+r.offset):n.push(r.color);this.idtops[this.grad.id]=n.join("-"),this.items.forEach(a=>{a.fillid==this.grad.id&&(a.fill=this.idtops[this.grad.id])});break}for(const i in e){const o=e[i];if(Va.includes(i)&&(this.currentItem[i]=o),i==="id"&&(this.currentItem.type==="linearGradient"&&(this.grad={id:i,stops:[]}),this.currentItem.type==="radialGradient"&&(this.grad={id:i,stops:[]})),i==="style"&&Ga(o,this.currentItem,Va),i==="transform"&&(this.currentItem.transform=o+(this.currentItem.transform||" ")),i==="fill"){const a=o.match(/url\(#([^)]+)\)/);if(a){const c=a[1];this.currentItem.fillid=c,this.idtops[c]&&(this.currentItem.fill=this.idtops[c])}}i==="points"&&this.currentItem.type=="polygon"&&(this.currentItem.path="M"+o+"z"),i==="d"&&this.currentItem.type=="path"&&(this.currentItem.path=o),i==="xlink:href"&&this.currentItem.type=="image"&&(this.currentItem.src=o)}}addToItems(){this.items.push(this.currentItem)}}function Xa(s,t,e,n,r,i){if(typeof r>"u"||typeof i>"u"){const o=s-e,a=t-n;return!o&&!a?0:(180+Math.atan2(-a,-o)*180/Math.PI+360)%360}else return Xa(s,t,r,i)-Xa(e,n,r,i)}function Ga(s,t,e){const n=(s+"").split(";"),r=/^\s+|\s+$/g;for(let i=0,o=n.length;i<o;i++){const a=n[i].split(":"),c=a[0].replace(r,"").replace(/[A-Z]/g,function(h){return"-"+h.toLowerCase()});(!e||e.includes(c))&&(t[c]=a[1].replace(r,""))}}const Va=["id","class","viewBox","width","height","x","y","cx","cy","r","rx","ry","cursor","opacity","src","fill","fill-opacity","stroke","stroke-dasharray","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","font","font-family","font-size","font-style","font-weight","letter-spacing"];class a2{localVideoUtil;remoteVideoUtil;localPeerConnection=null;remotePeerConnection=null;constructor(t,e){this.localVideoUtil=new _s(t),this.remoteVideoUtil=new _s(e)}start(){this.getLocalMediaStream().then(t=>{this.call(t)})}end(){this.localPeerConnection?.close(),this.remotePeerConnection?.close(),this.localPeerConnection=null,this.remotePeerConnection=null,this.trace("Ending call.")}getLocalMediaStream(){return new Promise((t,e)=>{navigator.mediaDevices.getUserMedia({audio:!0,video:!0}).then(n=>{this.localVideoUtil.setSrcObject(n),t(n)}).catch(n=>{this.trace(`navigator.getUserMedia error: ${n}.`),e(n)})})}gotRemoteMediaStream(t){const e=t.streams[0];this.remoteVideoUtil.setSrcObject(e),this.trace("Remote peer connection received remote stream.")}call(t){const e=t.getVideoTracks(),n=t.getAudioTracks();e.length>0&&this.trace(`Using video device: ${e[0].label}.`),n.length>0&&this.trace(`Using audio device: ${n[0].label}.`);const r=void 0,i=new RTCPeerConnection(r);this.localPeerConnection=i,this.trace("Created local peer connection object localPeerConnection."),i.addEventListener("icecandidate",this.handleConnection),i.addEventListener("iceconnectionstatechange",this.handleConnectionChange);const o=new RTCPeerConnection(r);this.remotePeerConnection=o,this.trace("Created remote peer connection object remotePeerConnection."),o.addEventListener("icecandidate",this.handleConnection),o.addEventListener("iceconnectionstatechange",this.handleConnectionChange),o.addEventListener("track",this.gotRemoteMediaStream),this.trace("Add local localStream to localPeerConnection."),i.addTrack(e[0],t),i.addTrack(n[0],t),this.trace("localPeerConnection createOffer start."),i.createOffer({offerToReceiveVideo:!0}).then(a=>this.createdOffer(a)).catch(a=>this.setSessionDescriptionError(a))}handleConnection(t){const e=t.target,n=t.candidate;if(e&&n){const r=new RTCIceCandidate(n),i=this.getOtherPeer(e);i&&(i.addIceCandidate(r).then(()=>{this.handleConnectionSuccess(e)}).catch(o=>{this.handleConnectionFailure(e,o)}),this.trace(`${this.getPeerName(e)} ICE candidate:
140
+ `))}WS();function qS(){return Nh(document.documentElement).pipe(Fa(La),kt(()=>{const n=getComputedStyle(document.documentElement);return{bottom:n.getPropertyValue("--sab"),top:n.getPropertyValue("--sat"),right:n.getPropertyValue("--sar"),left:n.getPropertyValue("--sal")}}))}function JS(n={enableHighAccuracy:!0,timeout:5e3,maximumAge:0}){return new Rt(t=>{if(!("geolocation"in navigator))return t.error("navigator.geolocation is not available.");let e;return new Promise((r,s)=>{navigator.geolocation.getCurrentPosition(i=>{t.next({longitude:i.coords.longitude,latitude:i.coords.latitude}),r()},i=>{s(i)})}).then(()=>{e=navigator.geolocation.watchPosition(r=>{t.next({longitude:r.coords.longitude,latitude:r.coords.latitude})},r=>{t.error(r)},n)}).catch(r=>{t.error(r)}),()=>{typeof e=="number"&&navigator.geolocation.clearWatch(e)}})}function op(n,t={},e=[]){return typeof n=="string"?{tag:n,props:t,children:typeof e=="string"?e:e.filter(r=>typeof r!="boolean")}:n(t)}function po(n){const t=op(n.tagName,Ta(n),Array.from(n.children).map(e=>po(e)));return t.el=n,t}function un(n,t=document.documentElement){if(typeof n=="string"){const r=document.createTextNode(n);return t.appendChild(r),r}if(n.el)return n.el;const e=n.tag=="path"?Qa():document.createElement(n.tag);if(n.props)for(const[r,s]of Object.entries(n.props))r.startsWith("on")?e.addEventListener(r.slice(2).toLowerCase(),s):r==="style"?Ur(e,s):jn(e,r,s);return t.appendChild(e),n.el=e,n.children&&(typeof n.children=="string"?un(n.children,e):n.children.forEach(r=>{un(r,e)})),e}function Ss(n,t){typeof n=="string"||!n.el||(Array.isArray(n.children)&&n.children.forEach(e=>{n.el&&Ss(e,n.el)}),t.removeChild(n.el))}function go(n,t,e){if(!n.el||!t.el)return;e=e||n.el.parentElement||document.body||document.documentElement;const r=n.props.key,s=t.props.key;if(n.tag!==t.tag||n.el!==t.el||(s||r)&&s!==r){e.replaceChild(un(t,e),n.el);return}const i=t.el=n.el,o=n.props,a=t.props;for(const u in o)u in a||(u.startsWith("on")?i.removeEventListener(u.slice(2).toLowerCase(),o[u]):i.removeAttribute(u));for(const u in a){const l=o[u],d=a[u];if(d!=l)if(u.startsWith("on")){const f=u.slice(2).toLowerCase();i.removeEventListener(f,l),i.addEventListener(f,d)}else if(u==="style"){for(const f in l)f in d||Ca(i,f);Ur(i,d)}else jn(i,u,d)}const c=n.children||[],h=t.children||[];if(typeof h=="string")i.innerHTML="",un(h,i);else if(typeof c=="string")i.innerHTML="",h.forEach(u=>{un(u,i)});else{const u=Math.min(c.length,h.length);for(let l=0;l<u;l++)go(c[l],h[l],i);h.length>c.length?h.slice(c.length).forEach(l=>{un(l,i)}):h.length<c.length&&c.slice(h.length).forEach(l=>{Ss(l,i)})}}function cp(n=document.documentElement,t,e){t.el?!e||!e.el?(Ss(t,n),un(t,n)):go(e,t,n):(e&&Ss(e,n),un(t,n))}const yo=new Map;function Xh(n,t=yo){let e=t.get(n);return e||(e=po(n),t.set(n,e),e)}function bo(n,t,e=yo){const r=Xh(n,e);r.alternate||(r.alternate=po(n),or(r.alternate.props,r.props,!0)),t(r.alternate)}function hp(n=yo){const t=Array.from(n.entries());for(const[e,r]of t){const s=r.alternate;s&&(go(r,s),r.props=s.props,r.alternate=void 0)}}function Hh(n=yo){Jg(()=>hp(n),50)}function KS(){const n=new Map;let t=null;const e=new Set;let r=!1;function s(p){const m=t,v=m.stateIndex;v in m.states||(m.states[v]=p);function g(b){let x;typeof b=="function"?x=b(m.states[v]):x=b,m.states[v]!==x&&(m.states[v]=x,u(m))}return m.stateIndex++,[m.states[v],g]}function i(p){const[m,v]=s({current:p});return m}function o(p,m){const v=t,g=v.effectIndex;v.pendingEffects||(v.pendingEffects=[]),v.pendingEffects.push({effect:p,deps:m,idx:g}),v.effectIndex++}function a(p){p.pendingEffects&&(p.pendingEffects.forEach(({effect:m,deps:v,idx:g})=>{const b=p.effects[g];if(!v||!b||!b.deps||v.length!==b.deps.length||v.some((w,C)=>w!==b.deps[C])){b.cleanup?.();const w=m();if(w instanceof Promise)throw new Error("useEffect callback must not return Promise");p.effects[g]={deps:v?[...v]:void 0,cleanup:w}}}),p.pendingEffects=[])}function c(p){const m=i(p);return m.current=p,h((...v)=>m.current(...v),[])}function h(p,m){const v=t,g=v.callbackIndex,b=v.callbacks[g]||{fn:p,deps:void 0};return(!m||!b.deps||m.length!==b.deps.length||m.some((w,C)=>w!==b.deps[C]))&&(b.fn=p,b.deps=m?[...m]:void 0),v.callbacks[g]=b,v.callbackIndex++,b.fn}function u(p){e.add(p),r||(r=!0,setTimeout(l,0))}function l(){for(;e.size;){const p=[...e];e.clear(),p.forEach(m=>{d(m.component,m.container,m.props)})}r=!1}function d(p,m,v={}){let g=n.get(m);!g||g.component!==p?(g={component:p,props:v,states:[],stateIndex:0,effects:[],effectIndex:0,pendingEffects:[],callbacks:[],callbackIndex:0,children:[],mounted:!1,container:m,vnode:void 0},n.set(m,g)):g.props=v,t=g,g.stateIndex=0,g.effectIndex=0,g.callbackIndex=0;const b=p(v);return cp(m,b,g.vnode),g.vnode=b,g.mounted=!0,t=null,a(g),g}function f(p){p.effects.forEach(m=>m.cleanup?.()),p.children&&p.children.forEach(f),p.container&&"innerHTML"in p.container&&(p.container.innerHTML=""),n.delete(p.container)}return{useState:s,useRef:i,useEffect:o,useEffectEvent:c,useCallback:h,render:d,unmount:f,scheduleRender:u}}function up(){let n;function t(d){n=d,d(),n=null}class e{subscribers=new Set;add(){n&&!this.subscribers.has(n)&&this.subscribers.add(n)}notify(){this.subscribers.forEach(f=>f())}}const r=new WeakMap;function s(d,f){let p=r.get(d);p||(p=new Map,r.set(d,p));let m=p.get(f);return m||(m=new e,p.set(f,m)),m}function i(d,f,p=o){if(!Array.isArray(d))return;const m=Array.prototype,v=Object.create(m);["push","pop","shift","unshift","splice","sort","reverse"].forEach(g=>{v[g]=function(...b){return["push","unshift","splice"].includes(g)&&(g==="splice"?b.slice(2):b).forEach((w,C)=>{Fn(w)&&(b[C]=p(w)),f.add()}),m[g].apply(this,b),this.slice()}}),Object.setPrototypeOf(d,v),d.forEach((g,b)=>{Fn(g)&&(d[b]=p(g)),f.add()})}function o(d){return Object.keys(d).forEach(f=>{const p=s(d,f);let m=d[f];Object.defineProperty(d,f,{configurable:!0,enumerable:!0,get(){return Fn(m)&&(Array.isArray(m)?i(m,p,o):o(m)),p.add(),m},set(v){m!==v&&(m=v,p.notify())}})}),d}function a(d){return o({value:d})}const c=h;function h(d){if(!Fn(d))return d;const f={get(m,v,g){let b=Reflect.get(m,v,g);const x=s(m,v);if(Fn(b)&&!("isYZProxy"in b)){const w=h(b);Array.isArray(b)&&(w.YZProxyArrayDep=x),b=w}return x.add(),b},set(m,v,g,b){const x=Reflect.get(m,v,b),w=Reflect.set(m,v,g,b);if(v=="YZProxyArrayDep")return w;if(x!==g){let C;Array.isArray(m)?C=m.YZProxyArrayDep:C=s(m,v),C.notify()}return w},deleteProperty(m,v){if(!(v in m))return!1;let b=typeof v=="symbol"?void 0:m[v];Fn(b)&&(b=Array.isArray(b)?[...b]:{...b});const x=Reflect.deleteProperty(m,v);if(x){let w;Array.isArray(m)?w=m.YZProxyArrayDep:w=s(m,v),w.notify()}return x},has(m,v){return v==="isYZProxy"||v in m}};return new Proxy(d,f)}function u(d,f){const p=h(d);return l(p,f),p}function l(d,f){f.childNodes.forEach(p=>{switch(p.nodeType){case 1:const m=p;[...m.attributes].forEach(x=>{const w=x.name,C=x.value;if(w==="v-model")if(kh(m)){const E=m;t(()=>{E.checked=He(d,C)==E.value}),E.addEventListener("change",O=>{No(d,C,O.target.value)})}else if(Rh(m)){const E=m;t(()=>{E.checked=_u(He(d,C),E.value)}),E.addEventListener("change",O=>{const U=O.target,R=U.value;U.checked?Sg(He(d,C),R):Su(He(d,C),R)})}else if(Ih(m)){const E=m;t(()=>{E.value=He(d,C)}),E.addEventListener("change",O=>{No(d,C,O.target.value)})}else{const E=m;t(()=>{E.value=He(d,C)});const O=U=>{No(d,C,U.target.value)};E.addEventListener("input",O)}else w==="v-text"?t(()=>{m.innerText=He(d,C)}):w==="v-html"&&t(()=>{m.innerHTML=He(d,C)})}),m.childNodes.length>0&&l(d,m);break;case 3:const v=p.textContent||"",g=/\{\{\s*([^{}\s]+)\s*\}\}/g,b=g.exec(v);b&&b[1]&&t(()=>{p.textContent=v.replace(g,He(d,b[1]))});break}})}return{watchEffect:t,reactiveVue2:o,ref:a,reactiveVue3:h,reactive:c,mvvm:u}}const ZS=up();function lp(n,t,e){return new WebSocket(n)}function QS(n){return`${n}eventbus/${Vp(3)}/${fu(8)}/websocket`}class Ue{static CONNECTING=WebSocket.CONNECTING;static OPEN=WebSocket.OPEN;static CLOSING=WebSocket.CLOSING;static CLOSED=WebSocket.CLOSED;url;socketCreatorProtocols;socketCreatorOptions;socketCreator;socket;state=Ue.CONNECTING;messageQueue=[];pingInterval;pingTimerID;reconnect;reconnectAttempts=0;maxReconnectAttempts;reconnectTimerID;onopen;onclose;onerror;requestid=0;waitings={};listeners={};constructor(t="",e){this.url=t,this.socketCreatorProtocols=e?.socketCreatorProtocols,this.socketCreatorOptions=e?.socketCreatorOptions||{},this.socketCreator=e?.socketCreator||lp,this.pingInterval=e?.pingInterval||5e3,this.onopen=e?.onopen,this.onclose=e?.onclose,this.onerror=e?.onerror,this.reconnect=typeof e?.reconnect=="boolean"?e.reconnect:!0,this.maxReconnectAttempts=typeof e?.maxReconnectAttempts=="number"?e.maxReconnectAttempts:1/0,this._connect()}open(){this.reconnectAttempts=0,this._connect()}close(){this.state=Ue.CLOSING,this.socket?.close()}_connect(){this.socket?.readyState===Ue.CONNECTING||this.socket?.readyState===Ue.OPEN||(this.state=Ue.CONNECTING,this.socket=this.socketCreator(this.url,this.socketCreatorProtocols,this.socketCreatorOptions),this.socket.onopen=()=>{gn(`(${this.url}) onopen`),this.state=Ue.OPEN,this.reconnectTimerID&&(clearTimeout(this.reconnectTimerID),this.reconnectTimerID=void 0);const t=this.messageQueue.slice();this.messageQueue=[],t.forEach(this._send.bind(this)),this.ping(),this.pingTimerID=setInterval(this.ping.bind(this),this.pingInterval),this.onopen?.()},this.socket.onclose=t=>{const{code:e,reason:r,wasClean:s}=t;gn(`(${this.url}) onclose: code(${e}) reason(${r}) wasClean(${s})`),this.state=Ue.CLOSED,this.socket=void 0,this.pingTimerID&&(clearInterval(this.pingTimerID),this.pingTimerID=void 0),this.onclose?.(t),this.reconnect&&this.reconnectAttempts<this.maxReconnectAttempts&&(this.reconnectTimerID=setTimeout(this._connect.bind(this),Ig(this.reconnectAttempts++)))},this.socket.onerror=t=>{gn(`(${this.url}) onerror: ${t}`),this.onerror?.(t)},this.socket.onmessage=t=>{if(gn(`(${this.url}) onmessage: { type: ${t.type}, data: ${t.data} }`),typeof t.data=="string"){let e;const r=t.data.substring(1);try{e=JSON.parse(r)}catch(s){e=[JSON.stringify({type:"err",failureCode:"fe-json-parse-error",failureType:s.toString(),message:r})]}e.forEach(s=>{const i=JSON.parse(s);if(i.body&&Object.prototype.hasOwnProperty.call(i.body,"requestid")){const o=this.waitings[i.body.requestid];o?o.resolve?.(i.body):_e(`(${this.url}) onmessage: found no associated request, already timed out`)}else if(this.listeners[i.address]){const o=this.listeners[i.address];for(let a=0;a<o.length;a++)i.type==="err"?o[a]({failureCode:i.failureCode,failureType:i.failureType,message:i.message}):o[a](null,i.body)}else this.onunhandled(i)})}else t.data instanceof ArrayBuffer?_e(`(${this.url}) onmessage: unhandle ArrayBuffer`):t.data instanceof Blob&&_e(`(${this.url}) onmessage: unhandle Blob`)})}onunhandled(t){try{t.type==="err"?this.onerror?.(t):t.event?console.warn("No handler found for event: %o. Message: %O",t.event,t):console.warn("No handler found for message: ",t)}catch{}}_send(t){this.socket?.readyState===Ue.OPEN?this.socket.send(JSON.stringify([JSON.stringify(t)])):(this.messageQueue.push(t),this._connect())}ping(){this._send({type:"ping"})}register(t,e,r={}){this.listeners[t]||(this.listeners[t]=[],this._send({type:"register",address:t,headers:or(r,this.socketCreatorOptions.headers,!1)})),this.listeners[t].push(e)}unregister(t,e,r={}){const s=this.listeners[t];if(s){const i=s.indexOf(e);i!=-1&&(s.splice(i,1),s.length===0&&(this._send({type:"unregister",address:t,headers:or(r,this.socketCreatorOptions.headers,!1)}),delete this.listeners[t]))}}publish(t,e,r={}){this._send({type:"publish",address:t,headers:or(r,this.socketCreatorOptions.headers,!1),body:e})}async send(t,e,r={},s=3e4){this.requestid++;const i=this.waitings[this.requestid]={requestid:this.requestid},o=await new Promise((a,c)=>{i.resolve=a,this._send({type:"send",address:t,headers:or(r,this.socketCreatorOptions.headers,!1),body:{requestid:i.requestid,...e}}),setTimeout(()=>{c(`(${this.url}) send(${i.requestid}: ${Ys(e)}) Timeout!`)},s)});return delete this.waitings[i.requestid],o}}function tE(n=750){const t=document.documentElement,e=window.top===window.self?window.devicePixelRatio:1;t.dataset.dpr=e;let r=100;const s=function(){t.style.height=window.innerHeight+"px";const i=t.clientWidth;t.dataset.width=i,t.dataset.layout=i>n?"pc":"mobile",t.dataset.rem=r=Math.min(100,Math.round(100*(i/n))),t.style.fontSize=r+"px"};s(),window.rem2px=function(i){return parseFloat(i)*r},window.px2rem=function(i){return parseFloat(i)/r},window.addEventListener&&window.addEventListener("orientationchange"in window?"orientationchange":"resize",s,!1)}class eE{localVideoUtil;remoteVideoUtil;localPeerConnection=null;remotePeerConnection=null;constructor(t,e){this.localVideoUtil=new _s(t),this.remoteVideoUtil=new _s(e)}start(){this.getLocalMediaStream().then(t=>{this.call(t)})}end(){this.localPeerConnection?.close(),this.remotePeerConnection?.close(),this.localPeerConnection=null,this.remotePeerConnection=null,this.trace("Ending call.")}getLocalMediaStream(){return new Promise((t,e)=>{navigator.mediaDevices.getUserMedia({audio:!0,video:!0}).then(r=>{this.localVideoUtil.setSrcObject(r),t(r)}).catch(r=>{this.trace(`navigator.getUserMedia error: ${r}.`),e(r)})})}gotRemoteMediaStream(t){const e=t.streams[0];this.remoteVideoUtil.setSrcObject(e),this.trace("Remote peer connection received remote stream.")}call(t){const e=t.getVideoTracks(),r=t.getAudioTracks();e.length>0&&this.trace(`Using video device: ${e[0].label}.`),r.length>0&&this.trace(`Using audio device: ${r[0].label}.`);const s=void 0,i=new RTCPeerConnection(s);this.localPeerConnection=i,this.trace("Created local peer connection object localPeerConnection."),i.addEventListener("icecandidate",this.handleConnection),i.addEventListener("iceconnectionstatechange",this.handleConnectionChange);const o=new RTCPeerConnection(s);this.remotePeerConnection=o,this.trace("Created remote peer connection object remotePeerConnection."),o.addEventListener("icecandidate",this.handleConnection),o.addEventListener("iceconnectionstatechange",this.handleConnectionChange),o.addEventListener("track",this.gotRemoteMediaStream),this.trace("Add local localStream to localPeerConnection."),i.addTrack(e[0],t),i.addTrack(r[0],t),this.trace("localPeerConnection createOffer start."),i.createOffer({offerToReceiveVideo:!0}).then(a=>this.createdOffer(a)).catch(a=>this.setSessionDescriptionError(a))}handleConnection(t){const e=t.target,r=t.candidate;if(e&&r){const s=new RTCIceCandidate(r),i=this.getOtherPeer(e);i&&(i.addIceCandidate(s).then(()=>{this.handleConnectionSuccess(e)}).catch(o=>{this.handleConnectionFailure(e,o)}),this.trace(`${this.getPeerName(e)} ICE candidate:
101
141
  ${t.candidate.candidate}.`))}}handleConnectionSuccess(t){this.trace(`${this.getPeerName(t)} addIceCandidate success.`)}handleConnectionFailure(t,e){this.trace(`${this.getPeerName(t)} failed to add ICE Candidate:
102
142
  ${e.toString()}.`)}handleConnectionChange(t){const e=t.target;console.log("ICE state change event: ",t),e&&this.trace(`${this.getPeerName(e)} ICE state: ${e.iceConnectionState}.`)}createdOffer(t){this.trace(`Offer from localPeerConnection:
103
143
  ${t.sdp}`),this.localPeerConnection&&(this.trace("localPeerConnection setLocalDescription start."),this.localPeerConnection.setLocalDescription(t).then(()=>{this.setLocalDescriptionSuccess(this.localPeerConnection)}).catch(e=>this.setSessionDescriptionError(e))),this.remotePeerConnection&&(this.trace("remotePeerConnection setRemoteDescription start."),this.remotePeerConnection.setRemoteDescription(t).then(()=>{this.setRemoteDescriptionSuccess(this.remotePeerConnection)}).catch(e=>this.setSessionDescriptionError(e)),this.trace("remotePeerConnection createAnswer start."),this.remotePeerConnection.createAnswer().then(e=>this.createdAnswer(e)).catch(e=>this.setSessionDescriptionError(e)))}createdAnswer(t){this.trace(`Answer from remotePeerConnection:
104
- ${t.sdp}.`),this.remotePeerConnection&&(this.trace("remotePeerConnection setLocalDescription start."),this.remotePeerConnection.setLocalDescription(t).then(()=>{this.setLocalDescriptionSuccess(this.remotePeerConnection)}).catch(e=>this.setSessionDescriptionError(e))),this.localPeerConnection&&(this.trace("localPeerConnection setRemoteDescription start."),this.localPeerConnection.setRemoteDescription(t).then(()=>{this.setRemoteDescriptionSuccess(this.localPeerConnection)}).catch(e=>this.setSessionDescriptionError(e)))}setSessionDescriptionError(t){this.trace(`Failed to create session description: ${t.toString()}.`)}setDescriptionSuccess(t,e){const n=this.getPeerName(t);this.trace(`${n} ${e} complete.`)}setLocalDescriptionSuccess(t){this.setDescriptionSuccess(t,"setLocalDescription")}setRemoteDescriptionSuccess(t){this.setDescriptionSuccess(t,"setRemoteDescription")}trace(t){t=t.trim();const e=(window.performance.now()/1e3).toFixed(3);console.log(e,t);const n=document.createElement("div");n.innerHTML=`<div>${e}, ${t}</div>`,document.getElementById("trace")?.appendChild(n)}getOtherPeer(t){return t===this.localPeerConnection?this.remotePeerConnection:this.localPeerConnection}getPeerName(t){return t===this.localPeerConnection?"localPeerConnection":"remotePeerConnection"}}class c2{canvas;gl;constructor(t){this.canvas=t;const e={alpha:!0,premultipliedAlpha:!1};if(this.gl=this.canvas.getContext("webgl",e),!this.gl)throw new Error("WebGL failed to initialize.")}}const zf=[],Nf={};function qa(s){zf.push(s)}function h2(s,t=!1){const e=dp();if(Nf[e])return;wx.error(i=>{console.log(i.errMsg||JSON.stringify(i))}),wx.ready(()=>{zf.forEach(i=>i())});const n=["updateAppMessageShareData","updateTimelineShareData","onMenuShareWeibo","onMenuShareQZone","startRecord","stopRecord","onVoiceRecordEnd","playVoice","pauseVoice","stopVoice","onVoicePlayEnd","uploadVoice","downloadVoice","chooseImage","previewImage","uploadImage","downloadImage","getLocalImgData","translateVoice","getNetworkType","openLocation","getLocation","hideOptionMenu","showOptionMenu","hideMenuItems","showMenuItems","hideAllNonBaseMenuItem","showAllNonBaseMenuItem","closeWindow","scanQRCode","openProductSpecificView","addCard","chooseCard","openCard"],r=["wx-open-launch-app","wx-open-launch-app","wx-open-subscribe","wx-open-audio"];wx.config(Object.assign(s,{debug:t,jsApiList:n,openTagList:r})),Nf[e]=!0}function l2(s){return new Promise((t,e)=>{wx.checkJsApi({jsApiList:[s],success:function(n){n.checkResult[s]?t(!0):e(!1)},fail:function(){e(!1)}})})}function u2(s){qa(function(){wx.updateAppMessageShareData(s)})}function f2(s){qa(function(){wx.updateTimelineShareData(s)})}function d2(s){wx.chooseImage(s)}function m2(s){wx.previewImage(s)}function p2(s){wx.uploadImage(s)}function g2(s){wx.downloadImage(s)}function y2(s){wx.getLocalImgData(s)}function b2(){wx.startRecord()}function w2(s){wx.stopRecord(s)}function v2(s){wx.onVoiceRecordEnd(s)}function x2(s){wx.playVoice(s)}function S2(s){wx.pauseVoice(s)}function _2(s){wx.stopVoice(s)}function C2(s){wx.onVoicePlayEnd(s)}function E2(s){wx.uploadVoice(s)}function T2(s){wx.downloadVoice(s)}function P2(s){wx.translateVoice(s)}function A2(s){wx.getNetworkType(s)}function M2(s){wx.openLocation(s)}function k2(s){wx.getLocation(s)}function I2(s){wx.scanQRCode(s)}function D2(s,t,e){function n(){WeixinJSBridge.invoke("getBrandWCPayRequest",s,function(r){r.err_msg=="get_brand_wcpay_request:ok"?t():e(r.err_msg)})}typeof WeixinJSBridge>"u"?document.addEventListener?document.addEventListener("WeixinJSBridgeReady",n,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",n),document.attachEvent("onWeixinJSBridgeReady",n)):n()}function O2(s,t,e="snsapi_userinfo",n=""){return`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${s}&redirect_uri=${encodeURIComponent(t)}&response_type=code&scope=${e}&state=${n}#wechat_redirect`}function R2(s){window.AlipayJSBridge?s&&s():document.addEventListener("AlipayJSBridgeReady",s,!1)}function Ps(s,t){let e="未知错误";switch(s.error){case 1:e="接口不存在";break;case 2:e="参数无效";break;case 3:e="发生未知错误";break;case 4:e="接口无权限";break;case 10:e="用户取消";break;case 11:e="操作失败",t==="chooseImage"&&(e="操作失败(权限不够)");break;case 12:e="GPS打开,但定位失败";break;case 13:e="获取地理位置信息失败";break;case 14:e="定位超时";break;case 15:e="网络错误";break;case 16:e="GPS未打开或用户未授权";break}return`${s.error}(${e}): ${s.errorMessage}`}function L2(s,t,e){ap.tradePay(Object.assign(s,{}),function(n){let r="未知错误";switch(n.resultCode){case 9e3:return r="订单支付成功",t?.(r);case 8e3:r="正在处理中";break;case 4e3:r="订单支付失败";break;case 6001:r="用户中途取消";break;case 6002:r="网络连接出错";break;case 99:r="用户点击忘记密码导致快捷界面退出(only iOS)";break}e?.(r)})}function z2(s,t,e){ap.scan(Object.assign(s,{fail:n=>{e?.(Ps(n))}}),function(n){t?.(n.code)})}function N2(s,t,e){ap.getLocation(Object.assign(s,{fail:n=>{e?.(Ps(n))}}),function(n){t?.(n)})}function F2(s,t,e){ap.openLocation(Object.assign(s,{fail:n=>{e?.(Ps(n))}}),function(){t?.()})}function B2(s,t,e){ap.chooseImage(Object.assign(s,{fail:n=>{e?.(Ps(n,"chooseImage"))}}),function(n){t?.(n)})}function U2(s,t,e){ap.previewImage(Object.assign(s,{fail:n=>{e?.(Ps(n))}}),function(){t?.()})}class $2{map;constructor(t,e=120.619585,n=31.299379,r=18){this.map=new T.Map(t),this.map.centerAndZoom(new T.LngLat(e,n),r)}}class Y2{static;store;eb;axios;ns;constructor(t={}){this.static=t.static||{};const e=t.store?.state||{};this.store=fh({reducer:t.store?.reducer||(()=>e),initState:e,enhancer:t.store?.enhancer}),this.eb=new sr,this.axios=new tl({baseURL:t.axios?.baseURL,timeout:t.axios?.timeout,headers:t.axios?.headers,responseType:t.axios?.responseType,responseEncoding:t.axios?.responseEncoding,interceptor:t.axios?.interceptor}),this.ns=new $m({concurrency:1})}}class j2{appId;reportUrl;constructor(t){this.appId=t.appId,this.reportUrl=t.reportUrl,this.listenJSError(),this.listenAssetsError(),this.listenPromiseError(),t.checkWhiteScreen&&this.listenWhiteScreenError()}listenJSError(){window.onerror=(t,e,n,r,i)=>{const o={type:"js_error",msg:t,file:e,row:n,col:r,stack:i?.stack};this.report(o)}}listenAssetsError(){window.addEventListener("error",t=>{const e=t.target;if(e instanceof HTMLScriptElement||e instanceof HTMLStyleElement||e instanceof HTMLImageElement){const n={type:"resource_error",filename:e.src||e.href,tagName:e.tagName};this.report(n)}},!0)}listenPromiseError(){window.addEventListener("unhandledrejection",t=>{const e={type:"promise_error",reason:t.reason};this.report(e)})}listenWhiteScreenError(){qo(()=>{setTimeout(()=>{const t=[[window.innerWidth/2,window.innerHeight/2],[window.innerWidth/2,window.innerHeight*.2],[window.innerWidth/2,window.innerHeight*.8],[window.innerWidth*.2,window.innerHeight/2],[window.innerWidth*.8,window.innerHeight/2]];let e=0;if(t.forEach(n=>{const[r,i]=n,a=document.elementsFromPoint(r,i)[0];(a?.tagName==="BODY"||a?.tagName==="HTML")&&e++}),e>=t.length*.8){const n={type:"whitescreen_error",reason:"检测到白屏!"};this.report(n)}},3e3)})}report(t){const e=JSON.stringify({...t,appId:this.appId,time:om()});console.error(e),this.reportUrl&&navigator.sendBeacon(this.reportUrl,e)}}function Ff(){return document.querySelector('meta[name="app-version"]')?.getAttribute("content")}async function Bf(){const e=(await(await fetch(`/index.html?t=${Date.now()}`,{cache:"no-store"})).text()).match(/<meta\s+name=["']app-version["']\s+content=["']([^"']+)["']/);return e?e[1]:null}function Uf(){window.confirm("系统已更新,是否立即刷新页面?")&&window.location.reload()}async function X2(){try{const s=Ff(),t=await Bf();s&&t&&s!==t&&Uf()}catch(s){console.error("版本检测失败:",s)}}function G2(s){const t=s?.message||s?.reason?.message||"";return t.includes("Loading chunk")||t.includes("ChunkLoadError")||t.includes("Failed to fetch dynamically imported module")}function V2(){const s="app_chunk_reload_once";sessionStorage.getItem(s)?console.error("刷新后仍然失败,请提示用户手动刷新或联系管理员"):(sessionStorage.setItem(s,"1"),alert("系统资源已更新,正在为您刷新页面"),window.location.reload())}g.ArrowShape=Ta,g.BallShape=jn,g.BezierEasing=zo,g.CSSToJSEasing=O1,g.Clock=Bo,g.CommonKeyCode=Yw,g.ConfettiShapeCombo=Fa,g.Context=Y2,g.CrossShape=Da,g.CurveShape=Ca,g.CustomCanvasContext=Hl,g.CustomCanvasGradient=Tr,g.CustomCanvasPattern=Do,g.DOMParse=ga,g.DOMSVGUtil=gn,g.DOMVideo=_s,g.DrawContext=pv,g.Easing=X,g.EllipseShape=Oa,g.FileUpload=s0,g.FoxShape=ka,g.HeartShape=Pa,g.HeartVariantShape=Aa,g.Interpolation=ze,g.Key=jw,g.LineShape=vn,g.Ls=sn,g.Matrix=Yt,g.Matrix2=$o,g.Matrix3=kr,g.Matrix4=Qt,g.PointsShape=Fr,g.QRCode=Ke,g.RabbitShape=Ia,g.RectShape=nn,g.RingIndicatorShapeCombo=Na,g.RingShape=Es,g.SVGParse=o2,g.SVGParsedPathArgsLength=ds,g.SegmentShapeCombo=La,g.Shape=_t,g.ShapeCombo=te,g.ShipShapeCombo=Ra,g.SliderShapeCombo=za,g.StarShape=Ma,g.THEME_NAMES=Mv,g.TWEEN=$1,g.TextShape=Xn,g.Timeline=gs,g.TreeShapeCombo=Ea,g.Tween=Fo,g.Vector2=Cr,g.Vector3=ve,g.Vector4=ko,g.WebGLCoordinateSystem=ys,g.WebGLRenderer=c2,g.WebGPUCoordinateSystem=Uo,g.WebMonitor=j2,g.WebRTCClient=a2,g.WebSocketClient=xe,g.YZCanvasContext=Oo,g.addClass=Mb,g.addWatermark=h1,g.addWxJsReadyFnBeforeConfig=qa,g.ajax=Cu,g.aliJsChooseImage=B2,g.aliJsGetLocation=N2,g.aliJsOpenLocation=F2,g.aliJsPreviewImage=U2,g.aliJsReady=R2,g.aliJsScan=z2,g.aliJsTradePay=L2,g.angle=se,g.animate=q1,g.animateShapes=fv,g.animationEnd$=Cw,g.animationStart$=_w,g.atomReadAttribute=Au,g.atomReadAttributes=na,g.atomReadStyle=Bb,g.atomReadStyles=ta,g.atomRemoveAttribute=jb,g.atomRemoveDataset=Pv,g.atomRemoveStyle=ea,g.atomWriteAttribute=yn,g.atomWriteStyle=vs,g.base64EncodeOutputStream=Ul,g.bitmapMapper=hu,g.blobToImageData=Ly,g.byteArrayOutputStream=Mo,g.changeBrightness=a1,g.changeCheckboxChecked=Cb,g.changeDiaphaneity=c1,g.changeRadioChecked=_b,g.changeSelected=Sb,g.changeSize=o1,g.checkVersion=X2,g.checkWxJsApi=l2,g.clearCookies=zv,g.clearLocalStorage=Av,g.clearSessionStorage=Sv,g.closeLog=ah,g.closest=yb,g.compileTemplate=zb,g.computeImageDisplayRect=Iy,g.containsChild=db,g.createDefaultMousePoint=sa,g.createElement=vu,g.createElementNS=Db,g.createEvent=_r,g.createFragment=wu,g.createFromEventPattern=xy,g.createIndexDB=Fv,g.createMiniReact=Yv,g.createMiniVue=Mf,g.createObjectURL=lu,g.createTextNode=Ob,g.createWebSocket=kf,g.createXMLHttpRequest=_u,g.cssAttrsToCanvasAttrs=Mu,g.dispatchClickFromEvent=My,g.dispatchEvent=Po,g.dispatchEventFromEvent=Ay,g.distance=Ze,g.domPrefixes=Go,g.domToBlob=ao,g.domToString=oo,g.drag$=Nu,g.dragEnd$=Bu,g.dragEnter$=$u,g.dragLeave$=Yu,g.dragOver$=ju,g.dragStart$=Fu,g.drawBitmapInCanvas=V1,g.drawQRCodeToCanvas=m1,g.drop$=Uu,g.easeNameToCubicBezier=No,g.empty=gu,g.fetchLatestVersionFromHtml=Bf,g.flipSideToSide=Ny,g.flipUpsideDown=Fy,g.followMouseShape=lv,g.getBitmapFromCanvas=G1,g.getBrowserClient=Gr,g.getBrowserClientVersion=Vv,g.getBrowserLanguage=qv,g.getCSSVar=et,g.getCurrentVersion=Ff,g.getDOMMatrix=Xo,g.getDirection=g1,g.getDocumentElement=Yn,g.getElementPositionInPage=la,g.getElementPositionInPage2=zw,g.getElementPositionInViewport=ha,g.getEmSize=hb,g.getEventCurrentTarget=by,g.getFileMD5Hash=rl,g.getFileMimeFromFileInBrowser=n0,g.getFormSubmitData=Nb,g.getImageData=Nl,g.getImageDataByAIData=u1,g.getImageMainColor=zy,g.getInnerText=Tb,g.getInternetExplorerVersion=Of,g.getKeyCode=Xw,g.getMouseButton=$w,g.getMousePositionInElement=Lt,g.getMousePositionInPage=ua,g.getMousePositionInViewport=Bw,g.getOperatingSystem=Xr,g.getOperatingSystemVersion=Gv,g.getPage=Rw,g.getRelativeBoundingClientRect=Lw,g.getRemSize=Ho,g.getRules=Yb,g.getScrollWheelDelta=Uw,g.getSelectedText=tb,g.getStyle=ws,g.getStyleSheets=Pu,g.getTheme$=Dv,g.getThemeColors=Rv,g.getTimeZone=Hv,g.getVNode=$a,g.getVerticalScrollTopPercentInPage=Nw,g.getVertxRegisterBaseUrl=Xv,g.getViewport=ca,g.getWindow=Ow,g.gifImage=$l,g.h=Tf,g.hFromEl=Ur,g.handleChunkLoadError=V2,g.hasClass=Ib,g.hideEl=bu,g.html=pu,g.iframePostMessage=Rb,g.imageDataToBitmap=Dy,g.imageDataToBlob=Ry,g.imageDataToDataURL=Oy,g.injectStyle=Tu,g.injectWxJsConfig=h2,g.insert=Un,g.isActiveEl=ab,g.isAliBrowser=Lf,g.isAliMiniProgram=r2,g.isAndroid=Df,g.isAppleDevice=Jv,g.isBadAndroid=Kv,g.isBrowserSupportFileAPI=Qg,g.isChunkLoadError=G2,g.isElement=H1,g.isIE=Qv,g.isIE10=e2,g.isIE11=n2,g.isIE9=t2,g.isIOS=ja,g.isInViewport=Fw,g.isInput=bs,g.isInputCheckbox=Ko,g.isInputNumber=xb,g.isInputRadio=Zo,g.isInputText=vb,g.isMacOS=If,g.isMobile=Zv,g.isRootEl=ob,g.isSafari=Wv,g.isSelect=Jo,g.isSupportEvent=Vb,g.isSupportPointer=Gb,g.isSupportTouch=Xb,g.isTextArea=wb,g.isWxBrowser=Rf,g.isWxMiniProgram=s2,g.jpgToPng=n1,g.keyDown$=Xu,g.keyPress$=Ew,g.keyUp$=Gu,g.leftRotate=By,g.length=Bn,g.mapTDTJSSDK=$2,g.marginSharpen=e1,g.miniVue=jv,g.mosaic=l1,g.mountVNode=Be,g.mouseClick$=Kb,g.mouseContextMenu$=tw,g.mouseDoubleClick$=Zb,g.mouseDown$=ku,g.mouseEnter$=Wb,g.mouseLeave$=Jb,g.mouseMove$=Or,g.mouseOut$=Hb,g.mouseOver$=qb,g.mouseUp$=Iu,g.mouseWheel$=Qb,g.nearestElement=lb,g.nextElementSibling=pb,g.normalizePoint=p1,g.onBeforeUnload=uu,g.onDocumentReady=qo,g.openLog=Gm,g.outputGifBase64=Yl,g.outputQRCodeBase64=d1,g.pan$=ew,g.panCancel$=iw,g.panDown$=hw,g.panEnd$=rw,g.panLeft$=ow,g.panMove$=nw,g.panRight$=aw,g.panStart$=sw,g.panUp$=cw,g.parent=ub,g.parents=Wo,g.parseCSS=ya,g.parseTransformToMatrix=cu,g.patchVNode=$r,g.pinch$=lw,g.pinchIn$=uw,g.pinchOut$=fw,g.pngToJpg=s1,g.pointerCancel$=aa,g.pointerDown$=ia,g.pointerMove$=ra,g.pointerUp$=oa,g.polar=Qe,g.polymorphTween=mv,g.press$=dw,g.preventDefault=We,g.previousElementSibling=gb,g.querySelectorAllToStringArray=t0,g.radiusClip=i1,g.readFileInBrowser=ss,g.readStyleFromStyles=Fb,g.rectClip=r1,g.rem2px=cb,g.remove=Pb,g.removeAllEventListeners=vy,g.removeClass=kb,g.renderVNode=Pf,g.reverseCSSToJSEasing=R1,g.reverseEaseNameToCubicBezier=nu,g.reverseEasing=Kl,g.revokeObjectURL=W1,g.rightRotate=Uy,g.rotate$=mw,g.rotatePoint=me,g.runInSandbox=Lb,g.scheduleVNodeAsap=Ya,g.scheduleVNodeImmediately=Af,g.scrollParent=fb,g.scrollTo=rb,g.selectFileInBrowser=co,g.setCSSVar=Ov,g.setLogUploadFn=Vm,g.setManualScroll=ib,g.setRem=i2,g.setStyle=$n,g.setTheme=Ef,g.setWindowTitle=eb,g.shadowRoot=bb,g.sharpen=t1,g.showEl=yu,g.showUpdateDialog=Uf,g.siblings=mb,g.simulateEventFromTouch=ky,g.stopPropagation=zl,g.storage$=Dw,g.stringToDom=e0,g.swipe$=pw,g.swipeDown$=ww,g.swipeLeft$=gw,g.swipeRight$=yw,g.swipeUp$=bw,g.tap$=zu,g.tapOutSide$=vw,g.targetToAfterDropShape=uv,g.text=Eb,g.toBlackAndWhite=jy,g.toBlue=qy,g.toBlueAndGreen=Jy,g.toBlueAndGrey=Qy,g.toDegree=Ut,g.toGreen=Vy,g.toGreenAndGrey=Zy,g.toGrey=$y,g.toGrey2=Yy,g.toOpposite=Xy,g.toRadian=ut,g.toRed=Gy,g.toRedAndBlue=Wy,g.toRedAndGreen=Hy,g.toRedAndGrey=Ky,g.toggleClass=Qo,g.toggleElDisplay=Ab,g.toggleTheme=Iv,g.touchCancel$=Lu,g.touchEnd$=Ru,g.touchMove$=Du,g.touchStart$=Ou,g.transform=Vo,g.transformPath2D=X1,g.transitionEnd$=Sw,g.transitionStart$=xw,g.unmountVNode=Ts,g.updateVNode=jr,g.useAttribute=Ne,g.useClickA=Dr,g.useClipboard=sb,g.useCompatableDownMovePoint$=Pw,g.useCookie=Lv,g.useCoords$=xv,g.useDataset=Tv,g.useDocumentVisible$=Iw,g.useDraggable=Mw,g.useDrop=kw,g.useElementEventBus=Ww,g.useEvent$=st,g.useEventListener=yt,g.useFeRoute=Ev,g.useHashChange$=Cv,g.useHotKeyDown$=Ku,g.useHotKeyFile=Vw,g.useHotKeyFile$=Zu,g.useHotKeyUp$=Gw,g.useIntersection$=pf,g.useLoadImage=du,g.useLoadLink=K1,g.useLoadScript=J1,g.useLocalStorage=vf,g.useLocale=Ua,g.useLocation$=bf,g.useMatchMedia$=yf,g.useMouseAndPointerDownMovePoint$=Hu,g.useMouseDownMovePoint$=Vu,g.useMouseMovePoint$=Tw,g.useMousePoint=bn,g.useMutation$=mf,g.useParentEventListener=wy,g.usePointerDownMovePoint$=Rr,g.usePopStateChange$=wf,g.usePressDownMove=tf,g.usePressDownMoveWithMouse=Jw,g.usePressDownMoveWithPointer=ef,g.usePressDownMoveWithTouch=Kw,g.usePull$=Aw,g.useResize=Qu,g.useResize$=fa,g.useSafeArea$=vv,g.useScroll$=Wu,g.useSelectFile=mu,g.useSelectFileImage=Q1,g.useSessionStorage=Ba,g.useTouchDownMovePoint$=qu,g.useUrlChange$=_v,g.useVisible$=bv,g.useVisibleSimple$=yv,g.useWindowResize$=qw,g.vibrate=nb,g.waitElementAddedInDOM=gv,g.waitForStyleSheetsLoaded=Z1,g.writeToIndexDB=Bv,g.wxJsChooseImage=d2,g.wxJsDownloadImage=g2,g.wxJsDownloadVoice=T2,g.wxJsGetLocalImgData=y2,g.wxJsGetLocation=k2,g.wxJsGetNetworkType=A2,g.wxJsLogin=O2,g.wxJsOnVoicePlayEnd=C2,g.wxJsOnVoiceRecordEnd=v2,g.wxJsOpenLocation=M2,g.wxJsPauseVoice=S2,g.wxJsPay=D2,g.wxJsPlayVoice=x2,g.wxJsPreviewImage=m2,g.wxJsScanQRCode=I2,g.wxJsStartRecord=b2,g.wxJsStopRecord=w2,g.wxJsStopVoice=_2,g.wxJsTranslateVoice=P2,g.wxJsUpdateAppMessageShareData=u2,g.wxJsUpdateTimelineShareData=f2,g.wxJsUploadImage=p2,g.wxJsUploadVoice=E2,Object.defineProperty(g,Symbol.toStringTag,{value:"Module"})});
144
+ ${t.sdp}.`),this.remotePeerConnection&&(this.trace("remotePeerConnection setLocalDescription start."),this.remotePeerConnection.setLocalDescription(t).then(()=>{this.setLocalDescriptionSuccess(this.remotePeerConnection)}).catch(e=>this.setSessionDescriptionError(e))),this.localPeerConnection&&(this.trace("localPeerConnection setRemoteDescription start."),this.localPeerConnection.setRemoteDescription(t).then(()=>{this.setRemoteDescriptionSuccess(this.localPeerConnection)}).catch(e=>this.setSessionDescriptionError(e)))}setSessionDescriptionError(t){this.trace(`Failed to create session description: ${t.toString()}.`)}setDescriptionSuccess(t,e){const r=this.getPeerName(t);this.trace(`${r} ${e} complete.`)}setLocalDescriptionSuccess(t){this.setDescriptionSuccess(t,"setLocalDescription")}setRemoteDescriptionSuccess(t){this.setDescriptionSuccess(t,"setRemoteDescription")}trace(t){t=t.trim();const e=(window.performance.now()/1e3).toFixed(3);console.log(e,t);const r=document.createElement("div");r.innerHTML=`<div>${e}, ${t}</div>`,document.getElementById("trace")?.appendChild(r)}getOtherPeer(t){return t===this.localPeerConnection?this.remotePeerConnection:this.localPeerConnection}getPeerName(t){return t===this.localPeerConnection?"localPeerConnection":"remotePeerConnection"}}class nE{canvas;gl;constructor(t){this.canvas=t;const e={alpha:!0,premultipliedAlpha:!1};if(this.gl=this.canvas.getContext("webgl",e),!this.gl)throw new Error("WebGL failed to initialize.")}}const fp=[],dp={};function Wh(n){fp.push(n)}function rE(n,t=!1){const e=S0();if(dp[e])return;wx.error(i=>{console.log(i.errMsg||JSON.stringify(i))}),wx.ready(()=>{fp.forEach(i=>i())});const r=["updateAppMessageShareData","updateTimelineShareData","onMenuShareWeibo","onMenuShareQZone","startRecord","stopRecord","onVoiceRecordEnd","playVoice","pauseVoice","stopVoice","onVoicePlayEnd","uploadVoice","downloadVoice","chooseImage","previewImage","uploadImage","downloadImage","getLocalImgData","translateVoice","getNetworkType","openLocation","getLocation","hideOptionMenu","showOptionMenu","hideMenuItems","showMenuItems","hideAllNonBaseMenuItem","showAllNonBaseMenuItem","closeWindow","scanQRCode","openProductSpecificView","addCard","chooseCard","openCard"],s=["wx-open-launch-app","wx-open-launch-app","wx-open-subscribe","wx-open-audio"];wx.config(Object.assign(n,{debug:t,jsApiList:r,openTagList:s})),dp[e]=!0}function sE(n){return new Promise((t,e)=>{wx.checkJsApi({jsApiList:[n],success:function(r){r.checkResult[n]?t(!0):e(!1)},fail:function(){e(!1)}})})}function iE(n){Wh(function(){wx.updateAppMessageShareData(n)})}function oE(n){Wh(function(){wx.updateTimelineShareData(n)})}function aE(n){wx.chooseImage(n)}function cE(n){wx.previewImage(n)}function hE(n){wx.uploadImage(n)}function uE(n){wx.downloadImage(n)}function lE(n){wx.getLocalImgData(n)}function fE(){wx.startRecord()}function dE(n){wx.stopRecord(n)}function mE(n){wx.onVoiceRecordEnd(n)}function pE(n){wx.playVoice(n)}function gE(n){wx.pauseVoice(n)}function yE(n){wx.stopVoice(n)}function bE(n){wx.onVoicePlayEnd(n)}function wE(n){wx.uploadVoice(n)}function vE(n){wx.downloadVoice(n)}function xE(n){wx.translateVoice(n)}function _E(n){wx.getNetworkType(n)}function SE(n){wx.openLocation(n)}function EE(n){wx.getLocation(n)}function CE(n){wx.scanQRCode(n)}function TE(n,t,e){function r(){WeixinJSBridge.invoke("getBrandWCPayRequest",n,function(s){s.err_msg=="get_brand_wcpay_request:ok"?t():e(s.err_msg)})}typeof WeixinJSBridge>"u"?document.addEventListener?document.addEventListener("WeixinJSBridgeReady",r,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",r),document.attachEvent("onWeixinJSBridgeReady",r)):r()}function PE(n,t,e="snsapi_userinfo",r=""){return`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${n}&redirect_uri=${encodeURIComponent(t)}&response_type=code&scope=${e}&state=${r}#wechat_redirect`}function AE(n){window.AlipayJSBridge?n&&n():document.addEventListener("AlipayJSBridgeReady",n,!1)}function Es(n,t){let e="未知错误";switch(n.error){case 1:e="接口不存在";break;case 2:e="参数无效";break;case 3:e="发生未知错误";break;case 4:e="接口无权限";break;case 10:e="用户取消";break;case 11:e="操作失败",t==="chooseImage"&&(e="操作失败(权限不够)");break;case 12:e="GPS打开,但定位失败";break;case 13:e="获取地理位置信息失败";break;case 14:e="定位超时";break;case 15:e="网络错误";break;case 16:e="GPS未打开或用户未授权";break}return`${n.error}(${e}): ${n.errorMessage}`}function ME(n,t,e){ap.tradePay(Object.assign(n,{}),function(r){let s="未知错误";switch(r.resultCode){case 9e3:return s="订单支付成功",t?.(s);case 8e3:s="正在处理中";break;case 4e3:s="订单支付失败";break;case 6001:s="用户中途取消";break;case 6002:s="网络连接出错";break;case 99:s="用户点击忘记密码导致快捷界面退出(only iOS)";break}e?.(s)})}function DE(n,t,e){ap.scan(Object.assign(n,{fail:r=>{e?.(Es(r))}}),function(r){t?.(r.code)})}function OE(n,t,e){ap.getLocation(Object.assign(n,{fail:r=>{e?.(Es(r))}}),function(r){t?.(r)})}function IE(n,t,e){ap.openLocation(Object.assign(n,{fail:r=>{e?.(Es(r))}}),function(){t?.()})}function RE(n,t,e){ap.chooseImage(Object.assign(n,{fail:r=>{e?.(Es(r,"chooseImage"))}}),function(r){t?.(r)})}function kE(n,t,e){ap.previewImage(Object.assign(n,{fail:r=>{e?.(Es(r))}}),function(){t?.()})}class LE{map;constructor(t,e=120.619585,r=31.299379,s=18){this.map=new T.Map(t),this.map.centerAndZoom(new T.LngLat(e,r),s)}}class NE{appId;reportUrl;constructor(t){this.appId=t.appId,this.reportUrl=t.reportUrl,this.listenJSError(),this.listenAssetsError(),this.listenPromiseError(),t.checkWhiteScreen&&this.listenWhiteScreenError()}listenJSError(){window.onerror=(t,e,r,s,i)=>{const o={type:"js_error",msg:t,file:e,row:r,col:s,stack:i?.stack};this.report(o)}}listenAssetsError(){window.addEventListener("error",t=>{const e=t.target;if(e instanceof HTMLScriptElement||e instanceof HTMLStyleElement||e instanceof HTMLImageElement){const r={type:"resource_error",filename:e.src||e.href,tagName:e.tagName};this.report(r)}},!0)}listenPromiseError(){window.addEventListener("unhandledrejection",t=>{const e={type:"promise_error",reason:t.reason};this.report(e)})}listenWhiteScreenError(){Ah(()=>{setTimeout(()=>{const t=[[window.innerWidth/2,window.innerHeight/2],[window.innerWidth/2,window.innerHeight*.2],[window.innerWidth/2,window.innerHeight*.8],[window.innerWidth*.2,window.innerHeight/2],[window.innerWidth*.8,window.innerHeight/2]];let e=0;if(t.forEach(r=>{const[s,i]=r,a=document.elementsFromPoint(s,i)[0];(a?.tagName==="BODY"||a?.tagName==="HTML")&&e++}),e>=t.length*.8){const r={type:"whitescreen_error",reason:"检测到白屏!"};this.report(r)}},3e3)})}report(t){const e=JSON.stringify({...t,appId:this.appId,time:Eg()});console.error(e),this.reportUrl&&navigator.sendBeacon(this.reportUrl,e)}}function mp(){return document.querySelector('meta[name="app-version"]')?.getAttribute("content")}async function pp(){const e=(await(await fetch(`/index.html?t=${Date.now()}`,{cache:"no-store"})).text()).match(/<meta\s+name=["']app-version["']\s+content=["']([^"']+)["']/);return e?e[1]:null}function gp(){window.confirm("系统已更新,是否立即刷新页面?")&&window.location.reload()}async function zE(){try{const n=mp(),t=await pp();n&&t&&n!==t&&gp()}catch(n){console.error("版本检测失败:",n)}}function FE(n){const t=n?.message||n?.reason?.message||"";return t.includes("Loading chunk")||t.includes("ChunkLoadError")||t.includes("Failed to fetch dynamically imported module")}function BE(){const n="app_chunk_reload_once";sessionStorage.getItem(n)?console.error("刷新后仍然失败,请提示用户手动刷新或联系管理员"):(sessionStorage.setItem(n,"1"),alert("系统资源已更新,正在为您刷新页面"),window.location.reload())}function yp(n,t){const e=typeof n=="string"?n:n.toString(),r=()=>{try{const a=window.localStorage.getItem(e);if(a)return JSON.parse(a)}catch{}},s=a=>{try{typeof a.value<"u"?window.localStorage.setItem(e,JSON.stringify(a)):window.localStorage.removeItem(e)}catch{}};return{get:()=>{const{get:a}=ai(r(),t);return a().value},set:a=>{const{set:c}=ai(r(),t),h=c(a);s(h)}}}function $E(){window.localStorage.clear()}function UE(n,t){let e=t?.value||"";if(!e){const i=`; ${document.cookie}`.split(`; ${n}=`).pop()?.split(";").shift();i&&(e=decodeURIComponent(i))}const r=()=>e,s=i=>{if(e=i,e){const o=t?.domain?"; domain="+t.domain:"",a=t?.path?"; path="+t.path:"",c=t?.secure==!0?"; secure":"";let h=n+"="+encodeURIComponent(e)+o+a+c;if(t?.days){const u="; expires="+new Date(Date.now()+t.days*864e5).toUTCString();h+=u}document.cookie=h}};return s(e),{get:r,set:s}}function YE(){const n=document.cookie.split("; ");for(let t=0;t<n.length;t++){const e=window.location.hostname.split(".");for(;e.length>0;){const r=encodeURIComponent(n[t].split(";")[0].split("=")[0])+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; domain="+e.join(".")+" ;path=",s=location.pathname.split("/");for(document.cookie=r+"/";s.length>0;)document.cookie=r+s.join("/"),s.pop();e.shift()}}}function jE(n,t){let e;return n.objectStoreNames.contains(t)||(e=n.createObjectStore(t,{keyPath:"id"})),e}function VE(n,t=1,e){return new Promise((r,s)=>{let i;const o=window.indexedDB.open(n,t);o.onerror=()=>{s("无法使用IndexDB!")},o.onsuccess=a=>{i=a.target.result,jE(i,e),r(i)}})}function GE(n,t,e={id:1,name:"xxx"}){return new Promise((r,s)=>{const i=n.transaction([t],"readwrite");i.objectStore(t).add(e),i.oncomplete=a=>{r(a)},i.onerror=a=>{s(a)}})}const XE=["dark","light"],{get:bp,set:wp}=yp("theme"),vp=new Ze,HE=vp.pipe(Xn(void 0));function xp(n){switch(n){case"dark":document.documentElement.classList.add("dark"),jn(document.documentElement,"data-theme","dark");break;case"light":default:document.documentElement.classList.remove("dark"),jn(document.documentElement,"data-theme","light");break}}function _p(n){return wp(n),xp(n),vp.next(n),n}function WE(){return _p(bp()=="dark"?"light":"dark")}function qE(){return mb([HE,sp("(prefers-color-scheme: dark)")]).pipe(kt(([n,t])=>n||(n=bp(),n||(n=t?"dark":"light",wp(n)),xp(n),n)))}function nt(n,t=""){return getComputedStyle(document.documentElement).getPropertyValue(n)||t}function JE(n,t){document.documentElement.style.setProperty(n,t)}function KE(n){return{backgroundCommon:nt("--yz-background-common","#ffffff"),backgroundBorderCommon:nt("--yz-background-border-common","#e6e6e6"),panelCommon:nt("--yz-panel-common","#f5f5f5"),panelBorderCommon:nt("--yz-panel-border-common","#b3b3b3"),gapCommon:nt("--yz-gap-common","#cccccc"),placeholderCommon:nt("--yz-placeholder-common","#8f8f8f"),fontCommon:nt("--yz-font-common","#333333"),fontSecondaryCommon:nt("--yz-font-secondary-common","#666666"),fontTertiaryCommon:nt("--yz-font-tertiary-common","#999999"),backgroundReverse:nt("--yz-background-reverse","#ffffff"),backgroundBorderReverse:nt("--yz-background-border-reverse","#e6e6e6"),panelReverse:nt("--yz-panel-reverse","#f5f5f5"),panelBorderReverse:nt("--yz-panel-border-reverse","#b3b3b3"),gapReverse:nt("--yz-gap-reverse","#cccccc"),placeholderReverse:nt("--yz-placeholder-reverse","#8f8f8f"),fontReverse:nt("--yz-font-reverse","#333333"),fontSecondaryReverse:nt("--yz-font-secondary-reverse","#666666"),fontTertiaryReverse:nt("--yz-font-tertiary-reverse","#999999"),blueCommon:nt("--yz-xg-blue","#5a82f0"),bluePanelCommon:nt("--yz-xg-blue-panel","#e6f0ff"),bluePanelBorderCommon:nt("--yz-xg-blue-panel-border","#a0b4f0"),blueGradientCommon:nt("--yz-xg-blue-gradient","#66b3ff"),redCommon:nt("--yz-xg-red","#fa503c"),redPanelCommon:nt("--yz-xg-red-panel","#fff5f5"),redPanelBorderCommon:nt("--yz-xg-red-panel-border","#fac8c8"),redGradientCommon:nt("--yz-xg-red-gradient","#fa8c78"),greenCommon:nt("--yz-xg-green","#00be5a"),greenGradientCommon:nt("--yz-xg-green-gradient","#00e678"),yellowCommon:nt("--yz-xg-yellow","#fa8c00"),yellowGradientCommon:nt("--yz-xg-yellow-gradient","#ffb400"),newenergyCommon:nt("--yz-xg-newenergy","#64c896"),newenergyPanelCommon:nt("--yz-xg-newenergy-panel","#ebfaf2"),primaryPattern:nt(`--yz-pattern-${n}-primary`,"#5a82f0"),secondaryPattern:nt(`--yz-pattern-${n}-secondary`,"#e6f0ff"),gradientPattern:nt(`--yz-pattern-${n}-gradient`,"#66b3ff"),backgroundPattern:nt(`--yz-pattern-${n}-background`,"#ffffff"),backgroundBorderPattern:nt(`--yz-pattern-${n}-background-border`,"#e6e6e6"),panelPattern:nt(`--yz-pattern-${n}-panel`,"#f5f5f5"),panelBorderPattern:nt(`--yz-pattern-${n}-panel-border`,"#b3b3b3"),gapPattern:nt(`--yz-pattern-${n}-gap`,"#cccccc"),placeholderPattern:nt(`--yz-pattern-${n}-placeholder`,"#8f8f8f"),fontPattern:nt(`--yz-pattern-${n}-font`,"#333333"),fontSecondaryPattern:nt(`--yz-pattern-${n}-font-secondary`,"#666666"),fontTertiaryPattern:nt(`--yz-pattern-${n}-font-tertiary`,"#999999")}}y.ArrowShape=ah,y.BallShape=Sr,y.BezierEasing=rc,y.CSSToJSEasing=ev,y.Clock=oc,y.CommonKeyCode=IS,y.ConfettiShapeCombo=wh,y.CrossShape=dh,y.CurveShape=ih,y.CustomCanvasContext=Pf,y.CustomCanvasGradient=bi,y.CustomCanvasPattern=Ja,y.DOMParse=tm,y.DOMVideo=_s,y.DrawContext=D2,y.Easing=G,y.EllipseShape=mh,y.FileUpload=m1,y.FoxShape=lh,y.HeartShape=ch,y.HeartVariantShape=hh,y.Interpolation=en,y.LineShape=tr,y.Ls=Rn,y.Matrix=qt,y.Matrix2=_h,y.Matrix3=uo,y.Matrix4=de,y.PointsShape=ao,y.QRCode=_n,y.RabbitShape=fh,y.RectShape=In,y.RingIndicatorShapeCombo=bh,y.RingShape=ws,y.SVGParse=sm,y.SVGParsedPathArgsLength=Kr,y.SVGPathDataToD=ec,y.SegmentShapeCombo=gh,y.Shape=Nt,y.ShapeCombo=fe,y.ShipShapeCombo=ph,y.SliderShapeCombo=yh,y.StarShape=uh,y.THEME=XE,y.TWEEN=hv,y.TextShape=Er,y.Timeline=ts,y.TreeShapeCombo=oh,y.Tween=ic,y.Vector2=gi,y.Vector3=Be,y.Vector4=Wa,y.WebGLCoordinateSystem=vs,y.WebGLRenderer=nE,y.WebGPUCoordinateSystem=xh,y.WebMonitor=NE,y.WebRTCClient=eE,y.WebSocketClient=Ue,y.YZCanvasContext=Ka,y.a2c=wi,y.a2c2=Mf,y.absolutizeSVGPath=xi,y.addClass=v_,y.addWatermark=Cw,y.addWxJsReadyFnBeforeConfig=Wh,y.ajax=Rl,y.aliJsChooseImage=RE,y.aliJsGetLocation=OE,y.aliJsOpenLocation=IE,y.aliJsPreviewImage=kE,y.aliJsReady=AE,y.aliJsScan=DE,y.aliJsTradePay=ME,y.angle=ge,y.animate=F2,y.animateShapes=P2,y.animationEnd$=uS,y.animationStart$=hS,y.applyMiddleware=zx,y.atomReadAttribute=zl,y.atomReadAttributes=Ta,y.atomReadStyle=y1,y.atomReadStyles=Ea,y.atomRemoveAttribute=x1,y.atomRemoveDataset=US,y.atomRemoveStyle=Ca,y.atomWriteAttribute=jn,y.atomWriteStyle=Ur,y.attribute=yn,y.base64EncodeOutputStream=wf,y.bitmapMapper=dm,y.blobToImageData=Kb,y.byteArrayOutputStream=Ha,y.catmullRom2bezier=jw,y.changeBrightness=Sw,y.changeCheckboxChecked=p_,y.changeDiaphaneity=Ew,y.changeRadioChecked=m_,y.changeSelected=d_,y.changeSize=_w,y.checkVersion=zE,y.checkWxJsApi=sE,y.clearCookies=YE,y.clearLocalStorage=$E,y.clearSessionStorage=VS,y.clickA=Mh,y.clipboard=W2,y.closeLog=Mu,y.closest=c_,y.combineEpics=Bx,y.combineReducers=Nx,y.compatableDownMovePoint$=wS,y.compileTemplate=P_,y.computeImageDisplayRect=Hb,y.containsChild=s_,y.coords$=JS,y.createCookie=UE,y.createDefaultMousePoint=zh,y.createDraggable=xS,y.createDrop=_S,y.createElement=Em,y.createElementEventBus=zS,y.createElementNS=S_,y.createEpicMiddleware=Fx,y.createEvent=pi,y.createEventListener=_t,y.createEventListener$=Q,y.createFeRoute=HS,y.createFragment=Sm,y.createFromEventPattern$=zb,y.createIndexDB=VE,y.createLocalStorage=yp,y.createMiniReact=KS,y.createMiniVue=up,y.createMousePoint=er,y.createObjectURL=mm,y.createOnlineStatus$=yS,y.createParentEventListener=Lb,y.createReactAppStoreContext=Kx,y.createReduxStore=Ad,y.createSVGElement=Tn,y.createSessionStorage=Gh,y.createStorage$=gS,y.createSvgPath=Qa,y.createTextNode=E_,y.createThunkMiddleware=Ux,y.createVueAppStoreContext=b2,y.createWebSocket=lp,y.createXMLHttpRequest=Il,y.cssAttrsToCanvasAttrs=Fl,y.dataset=$S,y.dispatchClickFromEvent=Gb,y.dispatchEvent=Ga,y.dispatchEventFromEvent=Vb,y.distance=Sn,y.documentVisible$=pS,y.domPrefixes=Th,y.domToBlob=Ml,y.domToString=_a,y.downloadFromSVGElement=Of,y.downloadFromSVGString=$w,y.drag$=Nm,y.dragEnd$=Fm,y.dragEnter$=$m,y.dragLeave$=Um,y.dragOver$=Ym,y.dragStart$=zm,y.drawBitmapInCanvas=z2,y.drawQRCodeToCanvas=Dw,y.drop$=Bm,y.easeNameToCubicBezier=sc,y.elValueChange$=fS,y.empty=vm,y.exceptionLoggerMiddleware=jx,y.executeTimeLoggerMiddleware=Vx,y.fetchLatestVersionFromHtml=pp,y.flipSideToSide=Qb,y.flipUpsideDown=tw,y.followMouseShape=C2,y.formSubmit$=dS,y.getBitmapFromCanvas=N2,y.getCSSVar=nt,y.getCurrentVersion=mp,y.getDOMMatrix=Ch,y.getDirection=Iw,y.getDocumentElement=Tr,y.getElementPositionInPage=jh,y.getElementPositionInPage2=TS,y.getElementPositionInViewport=Yh,y.getEmSize=t_,y.getEventCurrentTarget=kb,y.getFileMD5Hash=Ol,y.getFileMimeFromFileInBrowser=d1,y.getFormSubmitData=p1,y.getImageData=gf,y.getImageDataByAIData=Pw,y.getImageMainColor=Zb,y.getInnerText=y_,y.getKeyCode=RS,y.getMouseButton=OS,y.getMousePositionInElement=Yt,y.getMousePositionInPage=Vh,y.getMousePositionInViewport=MS,y.getPage=ES,y.getRelativeBoundingClientRect=CS,y.getRemSize=Dh,y.getRules=v1,y.getSVGRawStringFromElement=Uw,y.getScrollWheelDelta=DS,y.getSelectedText=G2,y.getStyle=$r,y.getStyleSheets=Nl,y.getTheme$=qE,y.getThemeColors=KE,y.getVNode=Xh,y.getVerticalScrollTopPercentInPage=PS,y.getVertxRegisterBaseUrl=QS,y.getViewport=Wm,y.getWindow=SS,y.gifImage=vf,y.h=op,y.hFromEl=po,y.handleChunkLoadError=BE,y.hasClass=__,y.hashChange$=XS,y.hideEl=_m,y.hotKeyDown$=Jm,y.hotKeyFile=LS,y.hotKeyFile$=Km,y.hotKeyUp$=kS,y.html=wm,y.iframePostMessage=C_,y.imageDataToBitmap=Wb,y.imageDataToBlob=Jb,y.imageDataToDataURL=qb,y.injectStyle=Ll,y.injectWxJsConfig=rE,y.insert=Cr,y.intersection$=ep,y.isActiveEl=Z2,y.isChunkLoadError=FE,y.isElement=B2,y.isInViewport=AS,y.isInput=xs,y.isInputCheckbox=Rh,y.isInputNumber=f_,y.isInputRadio=kh,y.isInputText=l_,y.isRootEl=K2,y.isSVGElementPath=Df,y.isSVGPath=tc,y.isSelect=Ih,y.isSupportEvent=I_,y.isSupportPointer=O_,y.isSupportTouch=D_,y.isTextArea=u_,y.jpgToPng=bw,y.keyDown$=jm,y.keyPress$=lS,y.keyUp$=Vm,y.l2c=Wn,y.leftRotate=ew,y.length=gr,y.loadImage=ym,y.loadLink=Y2,y.loadScript=U2,y.location$=np,y.longhandSVGPath=Gw,y.mapTDTJSSDK=LE,y.marginSharpen=yw,y.matchMedia$=sp,y.miniVue=ZS,y.mosaic=Tw,y.mountVNode=un,y.mouseAndPointerDownMovePoint$=Hm,y.mouseClick$=z_,y.mouseContextMenu$=$_,y.mouseDoubleClick$=F_,y.mouseDown$=Mm,y.mouseDownMovePoint$=Gm,y.mouseEnter$=L_,y.mouseLeave$=N_,y.mouseMove$=fo,y.mouseMovePoint$=bS,y.mouseOut$=k_,y.mouseOver$=R_,y.mouseUp$=Dm,y.mouseWheel$=B_,y.mutation$=tp,y.nearestElement=e_,y.nextElementSibling=o_,y.normalizePoint=Ow,y.normalizeSVGPath=nc,y.ofType=$x,y.onBeforeUnload=pm,y.onDocumentReady=Ah,y.openLog=Ug,y.operationParser=Gx,y.outputGifBase64=xf,y.outputQRCodeBase64=Mw,y.pan$=U_,y.panCancel$=G_,y.panDown$=q_,y.panEnd$=V_,y.panLeft$=X_,y.panMove$=Y_,y.panRight$=H_,y.panStart$=j_,y.panUp$=W_,y.parent=n_,y.parents=Oh,y.parseCSS=rm,y.parseSVGPath=vi,y.parseTransformToMatrix=fm,y.patchVNode=go,y.pinch$=J_,y.pinchIn$=K_,y.pinchOut$=Z_,y.pngToJpg=ww,y.pointerCancel$=Uh,y.pointerDown$=Bh,y.pointerDownMovePoint$=mo,y.pointerMove$=Fh,y.pointerUp$=$h,y.polar=En,y.polymorphTween=M2,y.popStateChange$=rp,y.press$=Q_,y.pressDownMove=Zm,y.pressDownMoveWithMouse=FS,y.pressDownMoveWithPointer=Qm,y.pressDownMoveWithTouch=BS,y.preventDefault=vn,y.previousElementSibling=a_,y.pull$=vS,y.q2c=Jr,y.querySelectorAllToStringArray=l1,y.radiusClip=xw,y.rawState=Rc,y.readFileInBrowser=Br,y.readStyleFromStyles=g1,y.rectClip=vw,y.relativeSVGPath=Yw,y.rem2px=Q2,y.remove=b_,y.removeAllEventListeners=Nb,y.removeClass=x_,y.renderVNode=cp,y.resize=Am,y.resize$=Nh,y.reverseCSSToJSEasing=nv,y.reverseEaseNameToCubicBezier=zf,y.reverseEasing=If,y.revokeObjectURL=$2,y.rightRotate=nw,y.rotate$=tS,y.rotatePoint=Ie,y.runInSandbox=T_,y.rxState=Lx,y.safeArea$=qS,y.scheduleVNodeAsap=Hh,y.scheduleVNodeImmediately=hp,y.scroll$=mS,y.scrollParent=r_,y.scrollTo=q2,y.selectFile=bm,y.selectFileImage=V2,y.selectFileInBrowser=Sa,y.setCSSVar=JE,y.setLogUploadFn=Yg,y.setManualScroll=J2,y.setRem=tE,y.setStyle=lr,y.setTheme=_p,y.setWindowTitle=X2,y.shadowRoot=h_,y.sharpen=gw,y.showEl=xm,y.showUpdateDialog=gp,y.siblings=i_,y.simulateEventFromTouch=Xb,y.stateLoggerMiddleware=Yx,y.stopPropagation=pf,y.stringToDom=f1,y.swipe$=eS,y.swipeDown$=iS,y.swipeLeft$=nS,y.swipeRight$=rS,y.swipeUp$=sS,y.tap$=Lm,y.tapOutSide$=oS,y.targetToAfterDropShape=T2,y.text=g_,y.toBlackAndWhite=iw,y.toBlue=hw,y.toBlueAndGreen=fw,y.toBlueAndGrey=pw,y.toDegree=Gt,y.toGreen=cw,y.toGreenAndGrey=mw,y.toGrey=rw,y.toGrey2=sw,y.toOpposite=ow,y.toRadian=pt,y.toRed=aw,y.toRedAndBlue=lw,y.toRedAndGreen=uw,y.toRedAndGrey=dw,y.toggleClass=Lh,y.toggleElDisplay=w_,y.toggleTheme=WE,y.touchCancel$=km,y.touchDownMovePoint$=Xm,y.touchEnd$=Rm,y.touchMove$=Om,y.touchStart$=Im,y.transform=Ph,y.transformPath2D=L2,y.transitionEnd$=cS,y.transitionStart$=aS,y.unmountVNode=Ss,y.updateVNode=bo,y.urlChange$=GS,y.useDimensions=y2,y.useImmer=p2,y.useImmerReducer=g2,y.useLocale=vh,y.useReactControllableState=Zx,y.useReactState=Rx,y.useVueControllableState=w2,y.useVueState=kx,y.useWindowResize$=M_,y.vibrate=H2,y.visible$=jS,y.waitElementAddedInDOM=YS,y.waitForStyleSheetsLoaded=j2,y.writeToIndexDB=GE,y.wxJsChooseImage=aE,y.wxJsDownloadImage=uE,y.wxJsDownloadVoice=vE,y.wxJsGetLocalImgData=lE,y.wxJsGetLocation=EE,y.wxJsGetNetworkType=_E,y.wxJsLogin=PE,y.wxJsOnVoicePlayEnd=bE,y.wxJsOnVoiceRecordEnd=mE,y.wxJsOpenLocation=SE,y.wxJsPauseVoice=gE,y.wxJsPay=TE,y.wxJsPlayVoice=pE,y.wxJsPreviewImage=cE,y.wxJsScanQRCode=CE,y.wxJsStartRecord=fE,y.wxJsStopRecord=dE,y.wxJsStopVoice=yE,y.wxJsTranslateVoice=xE,y.wxJsUpdateAppMessageShareData=iE,y.wxJsUpdateTimelineShareData=oE,y.wxJsUploadImage=hE,y.wxJsUploadVoice=wE,y.zvhToLSVGPath=Vw,Object.defineProperty(y,Symbol.toStringTag,{value:"Module"})});
105
145
  //# sourceMappingURL=zyzgroup_core_web.umd.cjs.map