@hatiolab/things-scene 9.0.0-beta.36 → 9.0.0-beta.37

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 (397) hide show
  1. package/package.json +1 -1
  2. package/things-scene-min.js +11 -11
  3. package/things-scene-min.js.map +1 -1
  4. package/things-scene.mjs +11 -11
  5. package/things-scene.mjs.map +1 -1
  6. package/.cursorignore +0 -62
  7. package/.prettierrc +0 -21
  8. package/assets/icon-audio.png +0 -0
  9. package/assets/icon-gif-viewer.png +0 -0
  10. package/assets/images/spinner.png +0 -0
  11. package/babel.config.js +0 -23
  12. package/db.sqlite +0 -0
  13. package/dist/animation/animate.js +0 -63
  14. package/dist/animation/animate.js.map +0 -1
  15. package/dist/animation/animations/animation.js +0 -122
  16. package/dist/animation/animations/animation.js.map +0 -1
  17. package/dist/animation/animations/fade.js +0 -28
  18. package/dist/animation/animations/fade.js.map +0 -1
  19. package/dist/animation/animations/heartbeat.js +0 -28
  20. package/dist/animation/animations/heartbeat.js.map +0 -1
  21. package/dist/animation/animations/moving.js +0 -24
  22. package/dist/animation/animations/moving.js.map +0 -1
  23. package/dist/animation/animations/outline.js +0 -47
  24. package/dist/animation/animations/outline.js.map +0 -1
  25. package/dist/animation/animations/rotation.js +0 -22
  26. package/dist/animation/animations/rotation.js.map +0 -1
  27. package/dist/animation/animations/vibration.js +0 -31
  28. package/dist/animation/animations/vibration.js.map +0 -1
  29. package/dist/animation/compile.js +0 -31
  30. package/dist/animation/compile.js.map +0 -1
  31. package/dist/animation/delta.js +0 -51
  32. package/dist/animation/delta.js.map +0 -1
  33. package/dist/animation/index.js +0 -14
  34. package/dist/animation/index.js.map +0 -1
  35. package/dist/command/command-change.js +0 -33
  36. package/dist/command/command-change.js.map +0 -1
  37. package/dist/command/command-migrate.js +0 -103
  38. package/dist/command/command-migrate.js.map +0 -1
  39. package/dist/command/command.js +0 -18
  40. package/dist/command/command.js.map +0 -1
  41. package/dist/command/snapshot-commander.js +0 -84
  42. package/dist/command/snapshot-commander.js.map +0 -1
  43. package/dist/components/anchor/anchor.js +0 -105
  44. package/dist/components/anchor/anchor.js.map +0 -1
  45. package/dist/components/anchor/ellipse-anchors.js +0 -53
  46. package/dist/components/anchor/ellipse-anchors.js.map +0 -1
  47. package/dist/components/anchor/rect-anchors.js +0 -53
  48. package/dist/components/anchor/rect-anchors.js.map +0 -1
  49. package/dist/components/audio.js +0 -154
  50. package/dist/components/audio.js.map +0 -1
  51. package/dist/components/cloud.js +0 -44
  52. package/dist/components/cloud.js.map +0 -1
  53. package/dist/components/component.js +0 -1086
  54. package/dist/components/component.js.map +0 -1
  55. package/dist/components/container-abstract.js +0 -387
  56. package/dist/components/container-abstract.js.map +0 -1
  57. package/dist/components/container.js +0 -331
  58. package/dist/components/container.js.map +0 -1
  59. package/dist/components/data/data-mapping.js +0 -82
  60. package/dist/components/data/data-mapping.js.map +0 -1
  61. package/dist/components/data/data.js +0 -166
  62. package/dist/components/data/data.js.map +0 -1
  63. package/dist/components/data/evaluator.js +0 -103
  64. package/dist/components/data/evaluator.js.map +0 -1
  65. package/dist/components/donut.js +0 -104
  66. package/dist/components/donut.js.map +0 -1
  67. package/dist/components/drawer/draw-image-pendable.js +0 -20
  68. package/dist/components/drawer/draw-image-pendable.js.map +0 -1
  69. package/dist/components/drawer/effect.js +0 -19
  70. package/dist/components/drawer/effect.js.map +0 -1
  71. package/dist/components/drawer/fill.js +0 -228
  72. package/dist/components/drawer/fill.js.map +0 -1
  73. package/dist/components/drawer/format.js +0 -115
  74. package/dist/components/drawer/format.js.map +0 -1
  75. package/dist/components/drawer/line.js +0 -191
  76. package/dist/components/drawer/line.js.map +0 -1
  77. package/dist/components/drawer/stroke.js +0 -62
  78. package/dist/components/drawer/stroke.js.map +0 -1
  79. package/dist/components/drawer/text-wrapper.js +0 -51
  80. package/dist/components/drawer/text-wrapper.js.map +0 -1
  81. package/dist/components/drawer/text.js +0 -269
  82. package/dist/components/drawer/text.js.map +0 -1
  83. package/dist/components/ellipse.js +0 -110
  84. package/dist/components/ellipse.js.map +0 -1
  85. package/dist/components/file/ondropfile.js +0 -19
  86. package/dist/components/file/ondropfile.js.map +0 -1
  87. package/dist/components/fit/fit.js +0 -137
  88. package/dist/components/fit/fit.js.map +0 -1
  89. package/dist/components/geometry/transcoord.js +0 -339
  90. package/dist/components/geometry/transcoord.js.map +0 -1
  91. package/dist/components/geometry/union.js +0 -35
  92. package/dist/components/geometry/union.js.map +0 -1
  93. package/dist/components/gif-view.js +0 -128
  94. package/dist/components/gif-view.js.map +0 -1
  95. package/dist/components/global-ref.js +0 -154
  96. package/dist/components/global-ref.js.map +0 -1
  97. package/dist/components/group.js +0 -171
  98. package/dist/components/group.js.map +0 -1
  99. package/dist/components/html/elements.js +0 -24
  100. package/dist/components/html/elements.js.map +0 -1
  101. package/dist/components/html/fill.js +0 -126
  102. package/dist/components/html/fill.js.map +0 -1
  103. package/dist/components/html/reposition.js +0 -119
  104. package/dist/components/html/reposition.js.map +0 -1
  105. package/dist/components/html/shadow.js +0 -24
  106. package/dist/components/html/shadow.js.map +0 -1
  107. package/dist/components/html-overlay-container.js +0 -27
  108. package/dist/components/html-overlay-container.js.map +0 -1
  109. package/dist/components/html-overlay-element.js +0 -22
  110. package/dist/components/html-overlay-element.js.map +0 -1
  111. package/dist/components/image-view.js +0 -193
  112. package/dist/components/image-view.js.map +0 -1
  113. package/dist/components/index.js +0 -231
  114. package/dist/components/index.js.map +0 -1
  115. package/dist/components/info-window.js +0 -416
  116. package/dist/components/info-window.js.map +0 -1
  117. package/dist/components/line.js +0 -374
  118. package/dist/components/line.js.map +0 -1
  119. package/dist/components/local-ref.js +0 -114
  120. package/dist/components/local-ref.js.map +0 -1
  121. package/dist/components/mixins/connectable.js +0 -128
  122. package/dist/components/mixins/connectable.js.map +0 -1
  123. package/dist/components/mixins/data-source.js +0 -34
  124. package/dist/components/mixins/data-source.js.map +0 -1
  125. package/dist/components/mixins/html-element.js +0 -107
  126. package/dist/components/mixins/html-element.js.map +0 -1
  127. package/dist/components/mixins/move-handle.js +0 -73
  128. package/dist/components/mixins/move-handle.js.map +0 -1
  129. package/dist/components/mixins/rect-path.js +0 -113
  130. package/dist/components/mixins/rect-path.js.map +0 -1
  131. package/dist/components/mixins/value-holder.js +0 -81
  132. package/dist/components/mixins/value-holder.js.map +0 -1
  133. package/dist/components/mutater/bounds.js +0 -68
  134. package/dist/components/mutater/bounds.js.map +0 -1
  135. package/dist/components/mutater/path.js +0 -73
  136. package/dist/components/mutater/path.js.map +0 -1
  137. package/dist/components/ortholine.js +0 -763
  138. package/dist/components/ortholine.js.map +0 -1
  139. package/dist/components/outline/ellipse-outline.js +0 -23
  140. package/dist/components/outline/ellipse-outline.js.map +0 -1
  141. package/dist/components/outline/path-outline.js +0 -48
  142. package/dist/components/outline/path-outline.js.map +0 -1
  143. package/dist/components/path.js +0 -49
  144. package/dist/components/path.js.map +0 -1
  145. package/dist/components/polygon.js +0 -91
  146. package/dist/components/polygon.js.map +0 -1
  147. package/dist/components/polyline.js +0 -114
  148. package/dist/components/polyline.js.map +0 -1
  149. package/dist/components/popup.js +0 -160
  150. package/dist/components/popup.js.map +0 -1
  151. package/dist/components/rect.js +0 -72
  152. package/dist/components/rect.js.map +0 -1
  153. package/dist/components/retention/retention-manager.js +0 -81
  154. package/dist/components/retention/retention-manager.js.map +0 -1
  155. package/dist/components/root-container.js +0 -519
  156. package/dist/components/root-container.js.map +0 -1
  157. package/dist/components/ruler.js +0 -103
  158. package/dist/components/ruler.js.map +0 -1
  159. package/dist/components/shape.js +0 -97
  160. package/dist/components/shape.js.map +0 -1
  161. package/dist/components/star.js +0 -103
  162. package/dist/components/star.js.map +0 -1
  163. package/dist/components/text/substitutor.js +0 -92
  164. package/dist/components/text/substitutor.js.map +0 -1
  165. package/dist/components/text.js +0 -21
  166. package/dist/components/text.js.map +0 -1
  167. package/dist/components/triangle.js +0 -92
  168. package/dist/components/triangle.js.map +0 -1
  169. package/dist/const.js +0 -71
  170. package/dist/const.js.map +0 -1
  171. package/dist/core/collection.js +0 -28
  172. package/dist/core/collection.js.map +0 -1
  173. package/dist/core/debug.js +0 -12
  174. package/dist/core/debug.js.map +0 -1
  175. package/dist/core/deep-equals.js +0 -112
  176. package/dist/core/deep-equals.js.map +0 -1
  177. package/dist/core/dom-to-image.js +0 -617
  178. package/dist/core/dom-to-image.js.map +0 -1
  179. package/dist/core/event.js +0 -205
  180. package/dist/core/event.js.map +0 -1
  181. package/dist/core/index.js +0 -21
  182. package/dist/core/index.js.map +0 -1
  183. package/dist/core/list.js +0 -87
  184. package/dist/core/list.js.map +0 -1
  185. package/dist/core/logger.js +0 -29
  186. package/dist/core/logger.js.map +0 -1
  187. package/dist/core/memoize.js +0 -40
  188. package/dist/core/memoize.js.map +0 -1
  189. package/dist/core/mixin.js +0 -26
  190. package/dist/core/mixin.js.map +0 -1
  191. package/dist/core/obj-accessor.js +0 -26
  192. package/dist/core/obj-accessor.js.map +0 -1
  193. package/dist/core/reference-map.js +0 -147
  194. package/dist/core/reference-map.js.map +0 -1
  195. package/dist/core/round-rect.js +0 -62
  196. package/dist/core/round-rect.js.map +0 -1
  197. package/dist/core/safe-round.js +0 -10
  198. package/dist/core/safe-round.js.map +0 -1
  199. package/dist/core/script-loader.js +0 -148
  200. package/dist/core/script-loader.js.map +0 -1
  201. package/dist/core/snapshot-taker.js +0 -59
  202. package/dist/core/snapshot-taker.js.map +0 -1
  203. package/dist/core/stack.js +0 -18
  204. package/dist/core/stack.js.map +0 -1
  205. package/dist/core/timecapsule.js +0 -88
  206. package/dist/core/timecapsule.js.map +0 -1
  207. package/dist/core/utils.js +0 -309
  208. package/dist/core/utils.js.map +0 -1
  209. package/dist/decorator/anchors-decorator.js +0 -53
  210. package/dist/decorator/anchors-decorator.js.map +0 -1
  211. package/dist/decorator/bouncing-arrow-decorator.js +0 -52
  212. package/dist/decorator/bouncing-arrow-decorator.js.map +0 -1
  213. package/dist/decorator/data-spread-decorator.js +0 -69
  214. package/dist/decorator/data-spread-decorator.js.map +0 -1
  215. package/dist/decorator/decotag-decorator.js +0 -33
  216. package/dist/decorator/decotag-decorator.js.map +0 -1
  217. package/dist/decorator/index.js +0 -31
  218. package/dist/decorator/index.js.map +0 -1
  219. package/dist/decorator/link-decorator.js +0 -66
  220. package/dist/decorator/link-decorator.js.map +0 -1
  221. package/dist/effect/gradation.js +0 -37
  222. package/dist/effect/gradation.js.map +0 -1
  223. package/dist/effect/index.js +0 -23
  224. package/dist/effect/index.js.map +0 -1
  225. package/dist/effect/shadow.js +0 -33
  226. package/dist/effect/shadow.js.map +0 -1
  227. package/dist/effect/turn.js +0 -25
  228. package/dist/effect/turn.js.map +0 -1
  229. package/dist/event/event-engine.js +0 -76
  230. package/dist/event/event-engine.js.map +0 -1
  231. package/dist/event/event-pump.js +0 -92
  232. package/dist/event/event-pump.js.map +0 -1
  233. package/dist/event/event-tracker.js +0 -97
  234. package/dist/event/event-tracker.js.map +0 -1
  235. package/dist/event/index.js +0 -21
  236. package/dist/event/index.js.map +0 -1
  237. package/dist/event/ua-event-handler.js +0 -453
  238. package/dist/event/ua-event-handler.js.map +0 -1
  239. package/dist/event-map/animator-handler.js +0 -225
  240. package/dist/event-map/animator-handler.js.map +0 -1
  241. package/dist/event-map/animators/animated-icon.js +0 -265
  242. package/dist/event-map/animators/animated-icon.js.map +0 -1
  243. package/dist/event-map/animators/border-highlighting.js +0 -476
  244. package/dist/event-map/animators/border-highlighting.js.map +0 -1
  245. package/dist/event-map/animators/bouncing-arrow.js +0 -226
  246. package/dist/event-map/animators/bouncing-arrow.js.map +0 -1
  247. package/dist/event-map/event-map.js +0 -36
  248. package/dist/event-map/event-map.js.map +0 -1
  249. package/dist/event-map/index.js +0 -20
  250. package/dist/event-map/index.js.map +0 -1
  251. package/dist/event-map/move-handler.js +0 -233
  252. package/dist/event-map/move-handler.js.map +0 -1
  253. package/dist/event-map/paste-handler.js +0 -176
  254. package/dist/event-map/paste-handler.js.map +0 -1
  255. package/dist/event-map/shift-handler.js +0 -55
  256. package/dist/event-map/shift-handler.js.map +0 -1
  257. package/dist/event-map/text-editor-lite.js +0 -276
  258. package/dist/event-map/text-editor-lite.js.map +0 -1
  259. package/dist/event-map/zoom-handler.js +0 -49
  260. package/dist/event-map/zoom-handler.js.map +0 -1
  261. package/dist/index.js +0 -20
  262. package/dist/index.js.map +0 -1
  263. package/dist/layer/action/emphasize.js +0 -42
  264. package/dist/layer/action/emphasize.js.map +0 -1
  265. package/dist/layer/action/popup.js +0 -461
  266. package/dist/layer/action/popup.js.map +0 -1
  267. package/dist/layer/action/pressed.js +0 -31
  268. package/dist/layer/action/pressed.js.map +0 -1
  269. package/dist/layer/add-layer.js +0 -180
  270. package/dist/layer/add-layer.js.map +0 -1
  271. package/dist/layer/decotag-layer.js +0 -121
  272. package/dist/layer/decotag-layer.js.map +0 -1
  273. package/dist/layer/guide-layer.js +0 -292
  274. package/dist/layer/guide-layer.js.map +0 -1
  275. package/dist/layer/index.js +0 -70
  276. package/dist/layer/index.js.map +0 -1
  277. package/dist/layer/layer.js +0 -230
  278. package/dist/layer/layer.js.map +0 -1
  279. package/dist/layer/minimap-layer.js +0 -84
  280. package/dist/layer/minimap-layer.js.map +0 -1
  281. package/dist/layer/model-layer.js +0 -465
  282. package/dist/layer/model-layer.js.map +0 -1
  283. package/dist/layer/modeler/anchor-handler.js +0 -193
  284. package/dist/layer/modeler/anchor-handler.js.map +0 -1
  285. package/dist/layer/modeler/control-handler.js +0 -95
  286. package/dist/layer/modeler/control-handler.js.map +0 -1
  287. package/dist/layer/modeler/focus-outline.js +0 -41
  288. package/dist/layer/modeler/focus-outline.js.map +0 -1
  289. package/dist/layer/modeler/group-outline.js +0 -30
  290. package/dist/layer/modeler/group-outline.js.map +0 -1
  291. package/dist/layer/modeler/index.js +0 -56
  292. package/dist/layer/modeler/index.js.map +0 -1
  293. package/dist/layer/modeler/path-handler.js +0 -300
  294. package/dist/layer/modeler/path-handler.js.map +0 -1
  295. package/dist/layer/modeler/resizer.js +0 -333
  296. package/dist/layer/modeler/resizer.js.map +0 -1
  297. package/dist/layer/modeler/rotator.js +0 -134
  298. package/dist/layer/modeler/rotator.js.map +0 -1
  299. package/dist/layer/modeling-layer.js +0 -491
  300. package/dist/layer/modeling-layer.js.map +0 -1
  301. package/dist/layer/reaction-layer.js +0 -111
  302. package/dist/layer/reaction-layer.js.map +0 -1
  303. package/dist/layer/scroll-layer.js +0 -191
  304. package/dist/layer/scroll-layer.js.map +0 -1
  305. package/dist/layer/selection/selected-finder.js +0 -96
  306. package/dist/layer/selection/selected-finder.js.map +0 -1
  307. package/dist/layer/selection-layer.js +0 -373
  308. package/dist/layer/selection-layer.js.map +0 -1
  309. package/dist/layer/shift-layer.js +0 -83
  310. package/dist/layer/shift-layer.js.map +0 -1
  311. package/dist/layout/absolute.js +0 -30
  312. package/dist/layout/absolute.js.map +0 -1
  313. package/dist/layout/card.js +0 -52
  314. package/dist/layout/card.js.map +0 -1
  315. package/dist/layout/html-absolute.js +0 -32
  316. package/dist/layout/html-absolute.js.map +0 -1
  317. package/dist/layout/index.js +0 -56
  318. package/dist/layout/index.js.map +0 -1
  319. package/dist/layout/layout.js +0 -36
  320. package/dist/layout/layout.js.map +0 -1
  321. package/dist/layout/linear-horizontal.js +0 -56
  322. package/dist/layout/linear-horizontal.js.map +0 -1
  323. package/dist/layout/linear-vertical.js +0 -56
  324. package/dist/layout/linear-vertical.js.map +0 -1
  325. package/dist/layout/table.js +0 -106
  326. package/dist/layout/table.js.map +0 -1
  327. package/dist/license/license.js +0 -170
  328. package/dist/license/license.js.map +0 -1
  329. package/dist/model/compile.js +0 -40
  330. package/dist/model/compile.js.map +0 -1
  331. package/dist/model/duplicate.js +0 -19
  332. package/dist/model/duplicate.js.map +0 -1
  333. package/dist/model/index.js +0 -34
  334. package/dist/model/index.js.map +0 -1
  335. package/dist/model/selector.js +0 -104
  336. package/dist/model/selector.js.map +0 -1
  337. package/dist/style/compile.js +0 -14
  338. package/dist/style/compile.js.map +0 -1
  339. package/dist/style/index.js +0 -14
  340. package/dist/style/index.js.map +0 -1
  341. package/dist/things-scene/api/add-start.js +0 -18
  342. package/dist/things-scene/api/add-start.js.map +0 -1
  343. package/dist/things-scene/api/add.js +0 -71
  344. package/dist/things-scene/api/add.js.map +0 -1
  345. package/dist/things-scene/api/align.js +0 -116
  346. package/dist/things-scene/api/align.js.map +0 -1
  347. package/dist/things-scene/api/center-to.js +0 -50
  348. package/dist/things-scene/api/center-to.js.map +0 -1
  349. package/dist/things-scene/api/change.js +0 -27
  350. package/dist/things-scene/api/change.js.map +0 -1
  351. package/dist/things-scene/api/clipboard.js +0 -45
  352. package/dist/things-scene/api/clipboard.js.map +0 -1
  353. package/dist/things-scene/api/distribute.js +0 -57
  354. package/dist/things-scene/api/distribute.js.map +0 -1
  355. package/dist/things-scene/api/duplicate.js +0 -47
  356. package/dist/things-scene/api/duplicate.js.map +0 -1
  357. package/dist/things-scene/api/fullscreen.js +0 -26
  358. package/dist/things-scene/api/fullscreen.js.map +0 -1
  359. package/dist/things-scene/api/group.js +0 -91
  360. package/dist/things-scene/api/group.js.map +0 -1
  361. package/dist/things-scene/api/ids.js +0 -28
  362. package/dist/things-scene/api/ids.js.map +0 -1
  363. package/dist/things-scene/api/index.js +0 -192
  364. package/dist/things-scene/api/index.js.map +0 -1
  365. package/dist/things-scene/api/listener.js +0 -69
  366. package/dist/things-scene/api/listener.js.map +0 -1
  367. package/dist/things-scene/api/paste-start.js +0 -27
  368. package/dist/things-scene/api/paste-start.js.map +0 -1
  369. package/dist/things-scene/api/place.js +0 -98
  370. package/dist/things-scene/api/place.js.map +0 -1
  371. package/dist/things-scene/api/remove.js +0 -57
  372. package/dist/things-scene/api/remove.js.map +0 -1
  373. package/dist/things-scene/api/symmetry.js +0 -47
  374. package/dist/things-scene/api/symmetry.js.map +0 -1
  375. package/dist/things-scene/api/to-data-url.js +0 -76
  376. package/dist/things-scene/api/to-data-url.js.map +0 -1
  377. package/dist/things-scene/api/zorder.js +0 -68
  378. package/dist/things-scene/api/zorder.js.map +0 -1
  379. package/dist/things-scene/application-context.js +0 -168
  380. package/dist/things-scene/application-context.js.map +0 -1
  381. package/dist/things-scene/config.js +0 -18
  382. package/dist/things-scene/config.js.map +0 -1
  383. package/dist/things-scene/create.js +0 -67
  384. package/dist/things-scene/create.js.map +0 -1
  385. package/dist/things-scene/fps.js +0 -26
  386. package/dist/things-scene/fps.js.map +0 -1
  387. package/dist/things-scene/index.js +0 -152
  388. package/dist/things-scene/index.js.map +0 -1
  389. package/dist/things-scene/polyfill.js +0 -111
  390. package/dist/things-scene/polyfill.js.map +0 -1
  391. package/dist/things-scene/scene.js +0 -442
  392. package/dist/things-scene/scene.js.map +0 -1
  393. package/dist/things-scene/version.js +0 -12
  394. package/dist/things-scene/version.js.map +0 -1
  395. package/rollup.config.js +0 -67
  396. package/schema.graphql +0 -4606
  397. package/tsconfig.json +0 -31
package/things-scene.mjs CHANGED
@@ -1,26 +1,26 @@
1
- var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=function(t){return t&&t.Math===Math&&t},r=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof t&&t)||e("object"==typeof t&&t)||function(){return this}()||Function("return this")(),n={},i=function(t){try{return!!t()}catch(t){return!0}},o=!i((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),a=!i((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),s=a,c=Function.prototype.call,u=s?c.bind(c):function(){return c.apply(c,arguments)},l={},h={}.propertyIsEnumerable,f=Object.getOwnPropertyDescriptor,d=f&&!h.call({1:2},1);l.f=d?function(t){var e=f(this,t);return!!e&&e.enumerable}:h;var p,g,v=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},y=a,m=Function.prototype,b=m.call,x=y&&m.bind.bind(b,b),w=y?x:function(t){return function(){return b.apply(t,arguments)}},A=w,_=A({}.toString),k=A("".slice),E=function(t){return k(_(t),8,-1)},S=i,M=E,T=Object,P=w("".split),O=S((function(){return!T("z").propertyIsEnumerable(0)}))?function(t){return"String"===M(t)?P(t,""):T(t)}:T,I=function(t){return null==t},C=I,R=TypeError,j=function(t){if(C(t))throw new R("Can't call method on "+t);return t},L=O,D=j,z=function(t){return L(D(t))},N="object"==typeof document&&document.all,F=void 0===N&&void 0!==N?function(t){return"function"==typeof t||t===N}:function(t){return"function"==typeof t},B=F,U=function(t){return"object"==typeof t?null!==t:B(t)},Y=r,H=F,$=function(t,e){return arguments.length<2?(r=Y[t],H(r)?r:void 0):Y[t]&&Y[t][e];var r},G=w({}.isPrototypeOf),W=r.navigator,q=W&&W.userAgent,X=q?String(q):"",V=r,K=X,Q=V.process,J=V.Deno,Z=Q&&Q.versions||J&&J.version,tt=Z&&Z.v8;tt&&(g=(p=tt.split("."))[0]>0&&p[0]<4?1:+(p[0]+p[1])),!g&&K&&(!(p=K.match(/Edge\/(\d+)/))||p[1]>=74)&&(p=K.match(/Chrome\/(\d+)/))&&(g=+p[1]);var et=g,rt=et,nt=i,it=r.String,ot=!!Object.getOwnPropertySymbols&&!nt((function(){var t=Symbol("symbol detection");return!it(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&rt&&rt<41})),at=ot&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,st=$,ct=F,ut=G,lt=Object,ht=at?function(t){return"symbol"==typeof t}:function(t){var e=st("Symbol");return ct(e)&&ut(e.prototype,lt(t))},ft=String,dt=function(t){try{return ft(t)}catch(t){return"Object"}},pt=F,gt=dt,vt=TypeError,yt=function(t){if(pt(t))return t;throw new vt(gt(t)+" is not a function")},mt=yt,bt=I,xt=function(t,e){var r=t[e];return bt(r)?void 0:mt(r)},wt=u,At=F,_t=U,kt=TypeError,Et=function(t,e){var r,n;if("string"===e&&At(r=t.toString)&&!_t(n=wt(r,t)))return n;if(At(r=t.valueOf)&&!_t(n=wt(r,t)))return n;if("string"!==e&&At(r=t.toString)&&!_t(n=wt(r,t)))return n;throw new kt("Can't convert object to primitive value")},St={exports:{}},Mt=r,Tt=Object.defineProperty,Pt=function(t,e){try{Tt(Mt,t,{value:e,configurable:!0,writable:!0})}catch(r){Mt[t]=e}return e},Ot=r,It=Pt,Ct="__core-js_shared__",Rt=St.exports=Ot[Ct]||It(Ct,{});(Rt.versions||(Rt.versions=[])).push({version:"3.41.0",mode:"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"});var jt=St.exports,Lt=function(t,e){return jt[t]||(jt[t]=e||{})},Dt=j,zt=Object,Nt=function(t){return zt(Dt(t))},Ft=Nt,Bt=w({}.hasOwnProperty),Ut=Object.hasOwn||function(t,e){return Bt(Ft(t),e)},Yt=w,Ht=0,$t=Math.random(),Gt=Yt(1..toString),Wt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Gt(++Ht+$t,36)},qt=Lt,Xt=Ut,Vt=Wt,Kt=ot,Qt=at,Jt=r.Symbol,Zt=qt("wks"),te=Qt?Jt.for||Jt:Jt&&Jt.withoutSetter||Vt,ee=function(t){return Xt(Zt,t)||(Zt[t]=Kt&&Xt(Jt,t)?Jt[t]:te("Symbol."+t)),Zt[t]},re=u,ne=U,ie=ht,oe=xt,ae=Et,se=TypeError,ce=ee("toPrimitive"),ue=function(t,e){if(!ne(t)||ie(t))return t;var r,n=oe(t,ce);if(n){if(void 0===e&&(e="default"),r=re(n,t,e),!ne(r)||ie(r))return r;throw new se("Can't convert object to primitive value")}return void 0===e&&(e="number"),ae(t,e)},le=ue,he=ht,fe=function(t){var e=le(t,"string");return he(e)?e:e+""},de=U,pe=r.document,ge=de(pe)&&de(pe.createElement),ve=function(t){return ge?pe.createElement(t):{}},ye=ve,me=!o&&!i((function(){return 7!==Object.defineProperty(ye("div"),"a",{get:function(){return 7}}).a})),be=o,xe=u,we=l,Ae=v,_e=z,ke=fe,Ee=Ut,Se=me,Me=Object.getOwnPropertyDescriptor;n.f=be?Me:function(t,e){if(t=_e(t),e=ke(e),Se)try{return Me(t,e)}catch(t){}if(Ee(t,e))return Ae(!xe(we.f,t,e),t[e])};var Te={},Pe=o&&i((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Oe=U,Ie=String,Ce=TypeError,Re=function(t){if(Oe(t))return t;throw new Ce(Ie(t)+" is not an object")},je=o,Le=me,De=Pe,ze=Re,Ne=fe,Fe=TypeError,Be=Object.defineProperty,Ue=Object.getOwnPropertyDescriptor,Ye="enumerable",He="configurable",$e="writable";Te.f=je?De?function(t,e,r){if(ze(t),e=Ne(e),ze(r),"function"==typeof t&&"prototype"===e&&"value"in r&&$e in r&&!r[$e]){var n=Ue(t,e);n&&n[$e]&&(t[e]=r.value,r={configurable:He in r?r[He]:n[He],enumerable:Ye in r?r[Ye]:n[Ye],writable:!1})}return Be(t,e,r)}:Be:function(t,e,r){if(ze(t),e=Ne(e),ze(r),Le)try{return Be(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new Fe("Accessors not supported");return"value"in r&&(t[e]=r.value),t};var Ge=Te,We=v,qe=o?function(t,e,r){return Ge.f(t,e,We(1,r))}:function(t,e,r){return t[e]=r,t},Xe={exports:{}},Ve=o,Ke=Ut,Qe=Function.prototype,Je=Ve&&Object.getOwnPropertyDescriptor,Ze=Ke(Qe,"name"),tr={EXISTS:Ze,PROPER:Ze&&"something"===function(){}.name,CONFIGURABLE:Ze&&(!Ve||Ve&&Je(Qe,"name").configurable)},er=w,rr=F,nr=St.exports,ir=er(Function.toString);rr(nr.inspectSource)||(nr.inspectSource=function(t){return ir(t)});var or,ar,sr,cr=nr.inspectSource,ur=F,lr=r.WeakMap,hr=ur(lr)&&/native code/.test(String(lr)),fr=Wt,dr=Lt("keys"),pr=function(t){return dr[t]||(dr[t]=fr(t))},gr={},vr=hr,yr=r,mr=U,br=qe,xr=Ut,wr=St.exports,Ar=pr,_r=gr,kr="Object already initialized",Er=yr.TypeError,Sr=yr.WeakMap;if(vr||wr.state){var Mr=wr.state||(wr.state=new Sr);Mr.get=Mr.get,Mr.has=Mr.has,Mr.set=Mr.set,or=function(t,e){if(Mr.has(t))throw new Er(kr);return e.facade=t,Mr.set(t,e),e},ar=function(t){return Mr.get(t)||{}},sr=function(t){return Mr.has(t)}}else{var Tr=Ar("state");_r[Tr]=!0,or=function(t,e){if(xr(t,Tr))throw new Er(kr);return e.facade=t,br(t,Tr,e),e},ar=function(t){return xr(t,Tr)?t[Tr]:{}},sr=function(t){return xr(t,Tr)}}var Pr={set:or,get:ar,has:sr,enforce:function(t){return sr(t)?ar(t):or(t,{})},getterFor:function(t){return function(e){var r;if(!mr(e)||(r=ar(e)).type!==t)throw new Er("Incompatible receiver, "+t+" required");return r}}},Or=w,Ir=i,Cr=F,Rr=Ut,jr=o,Lr=tr.CONFIGURABLE,Dr=cr,zr=Pr.enforce,Nr=Pr.get,Fr=String,Br=Object.defineProperty,Ur=Or("".slice),Yr=Or("".replace),Hr=Or([].join),$r=jr&&!Ir((function(){return 8!==Br((function(){}),"length",{value:8}).length})),Gr=String(String).split("String"),Wr=Xe.exports=function(t,e,r){"Symbol("===Ur(Fr(e),0,7)&&(e="["+Yr(Fr(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!Rr(t,"name")||Lr&&t.name!==e)&&(jr?Br(t,"name",{value:e,configurable:!0}):t.name=e),$r&&r&&Rr(r,"arity")&&t.length!==r.arity&&Br(t,"length",{value:r.arity});try{r&&Rr(r,"constructor")&&r.constructor?jr&&Br(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=zr(t);return Rr(n,"source")||(n.source=Hr(Gr,"string"==typeof e?e:"")),t};Function.prototype.toString=Wr((function(){return Cr(this)&&Nr(this).source||Dr(this)}),"toString");var qr=F,Xr=Te,Vr=Xe.exports,Kr=Pt,Qr=function(t,e,r,n){n||(n={});var i=n.enumerable,o=void 0!==n.name?n.name:e;if(qr(r)&&Vr(r,o,n),n.global)i?t[e]=r:Kr(e,r);else{try{n.unsafe?t[e]&&(i=!0):delete t[e]}catch(t){}i?t[e]=r:Xr.f(t,e,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return t},Jr={},Zr=Math.ceil,tn=Math.floor,en=Math.trunc||function(t){var e=+t;return(e>0?tn:Zr)(e)},rn=en,nn=function(t){var e=+t;return e!=e||0===e?0:rn(e)},on=nn,an=Math.max,sn=Math.min,cn=function(t,e){var r=on(t);return r<0?an(r+e,0):sn(r,e)},un=nn,ln=Math.min,hn=function(t){var e=un(t);return e>0?ln(e,9007199254740991):0},fn=hn,dn=function(t){return fn(t.length)},pn=z,gn=cn,vn=dn,yn=function(t){return function(e,r,n){var i=pn(e),o=vn(i);if(0===o)return!t&&-1;var a,s=gn(n,o);if(t&&r!=r){for(;o>s;)if((a=i[s++])!=a)return!0}else for(;o>s;s++)if((t||s in i)&&i[s]===r)return t||s||0;return!t&&-1}},mn={includes:yn(!0),indexOf:yn(!1)},bn=Ut,xn=z,wn=mn.indexOf,An=gr,_n=w([].push),kn=function(t,e){var r,n=xn(t),i=0,o=[];for(r in n)!bn(An,r)&&bn(n,r)&&_n(o,r);for(;e.length>i;)bn(n,r=e[i++])&&(~wn(o,r)||_n(o,r));return o},En=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Sn=kn,Mn=En.concat("length","prototype");Jr.f=Object.getOwnPropertyNames||function(t){return Sn(t,Mn)};var Tn={};Tn.f=Object.getOwnPropertySymbols;var Pn=$,On=Jr,In=Tn,Cn=Re,Rn=w([].concat),jn=Pn("Reflect","ownKeys")||function(t){var e=On.f(Cn(t)),r=In.f;return r?Rn(e,r(t)):e},Ln=Ut,Dn=jn,zn=n,Nn=Te,Fn=function(t,e,r){for(var n=Dn(e),i=Nn.f,o=zn.f,a=0;a<n.length;a++){var s=n[a];Ln(t,s)||r&&Ln(r,s)||i(t,s,o(e,s))}},Bn=i,Un=F,Yn=/#|\.prototype\./,Hn=function(t,e){var r=Gn[$n(t)];return r===qn||r!==Wn&&(Un(e)?Bn(e):!!e)},$n=Hn.normalize=function(t){return String(t).replace(Yn,".").toLowerCase()},Gn=Hn.data={},Wn=Hn.NATIVE="N",qn=Hn.POLYFILL="P",Xn=Hn,Vn=r,Kn=n.f,Qn=qe,Jn=Qr,Zn=Pt,ti=Fn,ei=Xn,ri=function(t,e){var r,n,i,o,a,s=t.target,c=t.global,u=t.stat;if(r=c?Vn:u?Vn[s]||Zn(s,{}):Vn[s]&&Vn[s].prototype)for(n in e){if(o=e[n],i=t.dontCallGetSet?(a=Kn(r,n))&&a.value:r[n],!ei(c?n:s+(u?".":"#")+n,t.forced)&&void 0!==i){if(typeof o==typeof i)continue;ti(o,i)}(t.sham||i&&i.sham)&&Qn(o,"sham",!0),Jn(r,n,o,t)}},ni={};ni[ee("toStringTag")]="z";var ii="[object z]"===String(ni),oi=ii,ai=F,si=E,ci=ee("toStringTag"),ui=Object,li="Arguments"===si(function(){return arguments}()),hi=oi?si:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=ui(t),ci))?r:li?si(e):"Object"===(n=si(e))&&ai(e.callee)?"Arguments":n},fi=hi,di=String,pi=function(t){if("Symbol"===fi(t))throw new TypeError("Cannot convert a Symbol value to a string");return di(t)},gi={},vi=kn,yi=En,mi=Object.keys||function(t){return vi(t,yi)},bi=o,xi=Pe,wi=Te,Ai=Re,_i=z,ki=mi;gi.f=bi&&!xi?Object.defineProperties:function(t,e){Ai(t);for(var r,n=_i(e),i=ki(e),o=i.length,a=0;o>a;)wi.f(t,r=i[a++],n[r]);return t};var Ei,Si=$("document","documentElement"),Mi=Re,Ti=gi,Pi=En,Oi=gr,Ii=Si,Ci=ve,Ri="prototype",ji="script",Li=pr("IE_PROTO"),Di=function(){},zi=function(t){return"<"+ji+">"+t+"</"+ji+">"},Ni=function(t){t.write(zi("")),t.close();var e=t.parentWindow.Object;return t=null,e},Fi=function(){try{Ei=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;Fi="undefined"!=typeof document?document.domain&&Ei?Ni(Ei):(e=Ci("iframe"),r="java"+ji+":",e.style.display="none",Ii.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(zi("document.F=Object")),t.close(),t.F):Ni(Ei);for(var n=Pi.length;n--;)delete Fi[Ri][Pi[n]];return Fi()};Oi[Li]=!0;var Bi=Object.create||function(t,e){var r;return null!==t?(Di[Ri]=Mi(t),r=new Di,Di[Ri]=null,r[Li]=t):r=Fi(),void 0===e?r:Ti.f(r,e)},Ui={},Yi=w([].slice),Hi=E,$i=z,Gi=Jr.f,Wi=Yi,qi="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Ui.f=function(t){return qi&&"Window"===Hi(t)?function(t){try{return Gi(t)}catch(t){return Wi(qi)}}(t):Gi($i(t))};var Xi=Xe.exports,Vi=Te,Ki=function(t,e,r){return r.get&&Xi(r.get,e,{getter:!0}),r.set&&Xi(r.set,e,{setter:!0}),Vi.f(t,e,r)},Qi={},Ji=ee;Qi.f=Ji;var Zi=r,to=Zi,eo=Ut,ro=Qi,no=Te.f,io=function(t){var e=to.Symbol||(to.Symbol={});eo(e,t)||no(e,t,{value:ro.f(t)})},oo=u,ao=$,so=ee,co=Qr,uo=function(){var t=ao("Symbol"),e=t&&t.prototype,r=e&&e.valueOf,n=so("toPrimitive");e&&!e[n]&&co(e,n,(function(t){return oo(r,this)}),{arity:1})},lo=Te.f,ho=Ut,fo=ee("toStringTag"),po=function(t,e,r){t&&!r&&(t=t.prototype),t&&!ho(t,fo)&&lo(t,fo,{configurable:!0,value:e})},go=E,vo=w,yo=function(t){if("Function"===go(t))return vo(t)},mo=yt,bo=a,xo=yo(yo.bind),wo=function(t,e){return mo(t),void 0===e?t:bo?xo(t,e):function(){return t.apply(e,arguments)}},Ao=E,_o=Array.isArray||function(t){return"Array"===Ao(t)},ko=w,Eo=i,So=F,Mo=hi,To=cr,Po=function(){},Oo=$("Reflect","construct"),Io=/^\s*(?:class|function)\b/,Co=ko(Io.exec),Ro=!Io.test(Po),jo=function(t){if(!So(t))return!1;try{return Oo(Po,[],t),!0}catch(t){return!1}},Lo=function(t){if(!So(t))return!1;switch(Mo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Ro||!!Co(Io,To(t))}catch(t){return!0}};Lo.sham=!0;var Do=!Oo||Eo((function(){var t;return jo(jo.call)||!jo(Object)||!jo((function(){t=!0}))||t}))?Lo:jo,zo=_o,No=Do,Fo=U,Bo=ee("species"),Uo=Array,Yo=function(t){var e;return zo(t)&&(e=t.constructor,(No(e)&&(e===Uo||zo(e.prototype))||Fo(e)&&null===(e=e[Bo]))&&(e=void 0)),void 0===e?Uo:e},Ho=function(t,e){return new(Yo(t))(0===e?0:e)},$o=wo,Go=O,Wo=Nt,qo=dn,Xo=Ho,Vo=w([].push),Ko=function(t){var e=1===t,r=2===t,n=3===t,i=4===t,o=6===t,a=7===t,s=5===t||o;return function(c,u,l,h){for(var f,d,p=Wo(c),g=Go(p),v=qo(g),y=$o(u,l),m=0,b=h||Xo,x=e?b(c,v):r||a?b(c,0):void 0;v>m;m++)if((s||m in g)&&(d=y(f=g[m],m,p),t))if(e)x[m]=d;else if(d)switch(t){case 3:return!0;case 5:return f;case 6:return m;case 2:Vo(x,f)}else switch(t){case 4:return!1;case 7:Vo(x,f)}return o?-1:n||i?i:x}},Qo={forEach:Ko(0),map:Ko(1),filter:Ko(2),some:Ko(3),every:Ko(4),find:Ko(5),findIndex:Ko(6),filterReject:Ko(7)},Jo=ri,Zo=r,ta=u,ea=w,ra=o,na=ot,ia=i,oa=Ut,aa=G,sa=Re,ca=z,ua=fe,la=pi,ha=v,fa=Bi,da=mi,pa=Jr,ga=Ui,va=Tn,ya=n,ma=Te,ba=gi,xa=l,wa=Qr,Aa=Ki,_a=Lt,ka=gr,Ea=Wt,Sa=ee,Ma=Qi,Ta=io,Pa=uo,Oa=po,Ia=Pr,Ca=Qo.forEach,Ra=pr("hidden"),ja="Symbol",La="prototype",Da=Ia.set,za=Ia.getterFor(ja),Na=Object[La],Fa=Zo.Symbol,Ba=Fa&&Fa[La],Ua=Zo.RangeError,Ya=Zo.TypeError,Ha=Zo.QObject,$a=ya.f,Ga=ma.f,Wa=ga.f,qa=xa.f,Xa=ea([].push),Va=_a("symbols"),Ka=_a("op-symbols"),Qa=_a("wks"),Ja=!Ha||!Ha[La]||!Ha[La].findChild,Za=function(t,e,r){var n=$a(Na,e);n&&delete Na[e],Ga(t,e,r),n&&t!==Na&&Ga(Na,e,n)},ts=ra&&ia((function(){return 7!==fa(Ga({},"a",{get:function(){return Ga(this,"a",{value:7}).a}})).a}))?Za:Ga,es=function(t,e){var r=Va[t]=fa(Ba);return Da(r,{type:ja,tag:t,description:e}),ra||(r.description=e),r},rs=function(t,e,r){t===Na&&rs(Ka,e,r),sa(t);var n=ua(e);return sa(r),oa(Va,n)?(r.enumerable?(oa(t,Ra)&&t[Ra][n]&&(t[Ra][n]=!1),r=fa(r,{enumerable:ha(0,!1)})):(oa(t,Ra)||Ga(t,Ra,ha(1,fa(null))),t[Ra][n]=!0),ts(t,n,r)):Ga(t,n,r)},ns=function(t,e){sa(t);var r=ca(e),n=da(r).concat(ss(r));return Ca(n,(function(e){ra&&!ta(is,r,e)||rs(t,e,r[e])})),t},is=function(t){var e=ua(t),r=ta(qa,this,e);return!(this===Na&&oa(Va,e)&&!oa(Ka,e))&&(!(r||!oa(this,e)||!oa(Va,e)||oa(this,Ra)&&this[Ra][e])||r)},os=function(t,e){var r=ca(t),n=ua(e);if(r!==Na||!oa(Va,n)||oa(Ka,n)){var i=$a(r,n);return!i||!oa(Va,n)||oa(r,Ra)&&r[Ra][n]||(i.enumerable=!0),i}},as=function(t){var e=Wa(ca(t)),r=[];return Ca(e,(function(t){oa(Va,t)||oa(ka,t)||Xa(r,t)})),r},ss=function(t){var e=t===Na,r=Wa(e?Ka:ca(t)),n=[];return Ca(r,(function(t){!oa(Va,t)||e&&!oa(Na,t)||Xa(n,Va[t])})),n};na||(Fa=function(){if(aa(Ba,this))throw new Ya("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?la(arguments[0]):void 0,e=Ea(t),r=function(t){var n=void 0===this?Zo:this;n===Na&&ta(r,Ka,t),oa(n,Ra)&&oa(n[Ra],e)&&(n[Ra][e]=!1);var i=ha(1,t);try{ts(n,e,i)}catch(t){if(!(t instanceof Ua))throw t;Za(n,e,i)}};return ra&&Ja&&ts(Na,e,{configurable:!0,set:r}),es(e,t)},wa(Ba=Fa[La],"toString",(function(){return za(this).tag})),wa(Fa,"withoutSetter",(function(t){return es(Ea(t),t)})),xa.f=is,ma.f=rs,ba.f=ns,ya.f=os,pa.f=ga.f=as,va.f=ss,Ma.f=function(t){return es(Sa(t),t)},ra&&(Aa(Ba,"description",{configurable:!0,get:function(){return za(this).description}}),wa(Na,"propertyIsEnumerable",is,{unsafe:!0}))),Jo({global:!0,constructor:!0,wrap:!0,forced:!na,sham:!na},{Symbol:Fa}),Ca(da(Qa),(function(t){Ta(t)})),Jo({target:ja,stat:!0,forced:!na},{useSetter:function(){Ja=!0},useSimple:function(){Ja=!1}}),Jo({target:"Object",stat:!0,forced:!na,sham:!ra},{create:function(t,e){return void 0===e?fa(t):ns(fa(t),e)},defineProperty:rs,defineProperties:ns,getOwnPropertyDescriptor:os}),Jo({target:"Object",stat:!0,forced:!na},{getOwnPropertyNames:as}),Pa(),Oa(Fa,ja),ka[Ra]=!0;var cs=ot&&!!Symbol.for&&!!Symbol.keyFor,us=ri,ls=$,hs=Ut,fs=pi,ds=Lt,ps=cs,gs=ds("string-to-symbol-registry"),vs=ds("symbol-to-string-registry");us({target:"Symbol",stat:!0,forced:!ps},{for:function(t){var e=fs(t);if(hs(gs,e))return gs[e];var r=ls("Symbol")(e);return gs[e]=r,vs[r]=e,r}});var ys=ri,ms=Ut,bs=ht,xs=dt,ws=cs,As=Lt("symbol-to-string-registry");ys({target:"Symbol",stat:!0,forced:!ws},{keyFor:function(t){if(!bs(t))throw new TypeError(xs(t)+" is not a symbol");if(ms(As,t))return As[t]}});var _s=a,ks=Function.prototype,Es=ks.apply,Ss=ks.call,Ms="object"==typeof Reflect&&Reflect.apply||(_s?Ss.bind(Es):function(){return Ss.apply(Es,arguments)}),Ts=_o,Ps=F,Os=E,Is=pi,Cs=w([].push),Rs=ri,js=$,Ls=Ms,Ds=u,zs=w,Ns=i,Fs=F,Bs=ht,Us=Yi,Ys=function(t){if(Ps(t))return t;if(Ts(t)){for(var e=t.length,r=[],n=0;n<e;n++){var i=t[n];"string"==typeof i?Cs(r,i):"number"!=typeof i&&"Number"!==Os(i)&&"String"!==Os(i)||Cs(r,Is(i))}var o=r.length,a=!0;return function(t,e){if(a)return a=!1,e;if(Ts(this))return e;for(var n=0;n<o;n++)if(r[n]===t)return e}}},Hs=ot,$s=String,Gs=js("JSON","stringify"),Ws=zs(/./.exec),qs=zs("".charAt),Xs=zs("".charCodeAt),Vs=zs("".replace),Ks=zs(1..toString),Qs=/[\uD800-\uDFFF]/g,Js=/^[\uD800-\uDBFF]$/,Zs=/^[\uDC00-\uDFFF]$/,tc=!Hs||Ns((function(){var t=js("Symbol")("stringify detection");return"[null]"!==Gs([t])||"{}"!==Gs({a:t})||"{}"!==Gs(Object(t))})),ec=Ns((function(){return'"\\udf06\\ud834"'!==Gs("\udf06\ud834")||'"\\udead"'!==Gs("\udead")})),rc=function(t,e){var r=Us(arguments),n=Ys(e);if(Fs(n)||void 0!==t&&!Bs(t))return r[1]=function(t,e){if(Fs(n)&&(e=Ds(n,this,$s(t),e)),!Bs(e))return e},Ls(Gs,null,r)},nc=function(t,e,r){var n=qs(r,e-1),i=qs(r,e+1);return Ws(Js,t)&&!Ws(Zs,i)||Ws(Zs,t)&&!Ws(Js,n)?"\\u"+Ks(Xs(t,0),16):t};Gs&&Rs({target:"JSON",stat:!0,arity:3,forced:tc||ec},{stringify:function(t,e,r){var n=Us(arguments),i=Ls(tc?rc:Gs,null,n);return ec&&"string"==typeof i?Vs(i,Qs,nc):i}});var ic=Tn,oc=Nt;ri({target:"Object",stat:!0,forced:!ot||i((function(){ic.f(1)}))},{getOwnPropertySymbols:function(t){var e=ic.f;return e?e(oc(t)):[]}});var ac=ri,sc=o,cc=w,uc=Ut,lc=F,hc=G,fc=pi,dc=Ki,pc=Fn,gc=r.Symbol,vc=gc&&gc.prototype;if(sc&&lc(gc)&&(!("description"in vc)||void 0!==gc().description)){var yc={},mc=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:fc(arguments[0]),e=hc(vc,this)?new gc(t):void 0===t?gc():gc(t);return""===t&&(yc[e]=!0),e};pc(mc,gc),mc.prototype=vc,vc.constructor=mc;var bc="Symbol(description detection)"===String(gc("description detection")),xc=cc(vc.valueOf),wc=cc(vc.toString),Ac=/^Symbol\((.*)\)[^)]+$/,_c=cc("".replace),kc=cc("".slice);dc(vc,"description",{configurable:!0,get:function(){var t=xc(this);if(uc(yc,t))return"";var e=wc(t),r=bc?kc(e,7,-1):_c(e,Ac,"$1");return""===r?void 0:r}}),ac({global:!0,constructor:!0,forced:!0},{Symbol:mc})}io("asyncIterator"),io("hasInstance"),io("isConcatSpreadable"),io("iterator"),io("match"),io("matchAll"),io("replace"),io("search"),io("species"),io("split");var Ec=uo;io("toPrimitive"),Ec();var Sc=$,Mc=po;io("toStringTag"),Mc(Sc("Symbol"),"Symbol"),io("unscopables");var Tc=w,Pc=yt,Oc=function(t,e,r){try{return Tc(Pc(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}},Ic=U,Cc=function(t){return Ic(t)||null===t},Rc=Cc,jc=String,Lc=TypeError,Dc=function(t){if(Rc(t))return t;throw new Lc("Can't set "+jc(t)+" as a prototype")},zc=Oc,Nc=U,Fc=j,Bc=Dc,Uc=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=zc(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return Fc(r),Bc(n),Nc(r)?(e?t(r,n):r.__proto__=n,r):r}}():void 0),Yc=Te.f,Hc=function(t,e,r){r in t||Yc(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})},$c=F,Gc=U,Wc=Uc,qc=function(t,e,r){var n,i;return Wc&&$c(n=e.constructor)&&n!==r&&Gc(i=n.prototype)&&i!==r.prototype&&Wc(t,i),t},Xc=pi,Vc=function(t,e){return void 0===t?arguments.length<2?"":e:Xc(t)},Kc=U,Qc=qe,Jc=function(t,e){Kc(e)&&"cause"in e&&Qc(t,"cause",e.cause)},Zc=Error,tu=w("".replace),eu=String(new Zc("zxcasd").stack),ru=/\n\s*at [^:]*:[^\n]*/,nu=ru.test(eu),iu=function(t,e){if(nu&&"string"==typeof t&&!Zc.prepareStackTrace)for(;e--;)t=tu(t,ru,"");return t},ou=v,au=!i((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",ou(1,7)),7!==t.stack)})),su=qe,cu=iu,uu=au,lu=Error.captureStackTrace,hu=function(t,e,r,n){uu&&(lu?lu(t,e):su(t,"stack",cu(r,n)))},fu=$,du=Ut,pu=qe,gu=G,vu=Uc,yu=Fn,mu=Hc,bu=qc,xu=Vc,wu=Jc,Au=hu,_u=o,ku=function(t,e,r,n){var i="stackTraceLimit",o=n?2:1,a=t.split("."),s=a[a.length-1],c=fu.apply(null,a);if(c){var u=c.prototype;if(du(u,"cause")&&delete u.cause,!r)return c;var l=fu("Error"),h=e((function(t,e){var r=xu(n?e:t,void 0),i=n?new c(t):new c;return void 0!==r&&pu(i,"message",r),Au(i,h,i.stack,2),this&&gu(u,this)&&bu(i,this,h),arguments.length>o&&wu(i,arguments[o]),i}));h.prototype=u,"Error"!==s?vu?vu(h,l):yu(h,l,{name:!0}):_u&&i in c&&(mu(h,c,i),mu(h,c,"prepareStackTrace")),yu(h,c);try{u.name!==s&&pu(u,"name",s),u.constructor=h}catch(t){}return h}},Eu=ri,Su=Ms,Mu=ku,Tu="WebAssembly",Pu=r[Tu],Ou=7!==new Error("e",{cause:7}).cause,Iu=function(t,e){var r={};r[t]=Mu(t,e,Ou),Eu({global:!0,constructor:!0,arity:1,forced:Ou},r)},Cu=function(t,e){if(Pu&&Pu[t]){var r={};r[t]=Mu(Tu+"."+t,e,Ou),Eu({target:Tu,stat:!0,constructor:!0,arity:1,forced:Ou},r)}};Iu("Error",(function(t){return function(e){return Su(t,this,arguments)}})),Iu("EvalError",(function(t){return function(e){return Su(t,this,arguments)}})),Iu("RangeError",(function(t){return function(e){return Su(t,this,arguments)}})),Iu("ReferenceError",(function(t){return function(e){return Su(t,this,arguments)}})),Iu("SyntaxError",(function(t){return function(e){return Su(t,this,arguments)}})),Iu("TypeError",(function(t){return function(e){return Su(t,this,arguments)}})),Iu("URIError",(function(t){return function(e){return Su(t,this,arguments)}})),Cu("CompileError",(function(t){return function(e){return Su(t,this,arguments)}})),Cu("LinkError",(function(t){return function(e){return Su(t,this,arguments)}})),Cu("RuntimeError",(function(t){return function(e){return Su(t,this,arguments)}}));var Ru=o,ju=i,Lu=Re,Du=Vc,zu=Error.prototype.toString,Nu=ju((function(){if(Ru){var t=Object.create(Object.defineProperty({},"name",{get:function(){return this===t}}));if("true"!==zu.call(t))return!0}return"2: 1"!==zu.call({message:1,name:2})||"Error"!==zu.call({})})),Fu=Nu?function(){var t=Lu(this),e=Du(t.name,"Error"),r=Du(t.message);return e?r?e+": "+r:e:r}:zu,Bu=Qr,Uu=Fu,Yu=Error.prototype;Yu.toString!==Uu&&Bu(Yu,"toString",Uu);var Hu=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),$u=Ut,Gu=F,Wu=Nt,qu=Hu,Xu=pr("IE_PROTO"),Vu=Object,Ku=Vu.prototype,Qu=qu?Vu.getPrototypeOf:function(t){var e=Wu(t);if($u(e,Xu))return e[Xu];var r=e.constructor;return Gu(r)&&e instanceof r?r.prototype:e instanceof Vu?Ku:null},Ju={},Zu=Ju,tl=ee("iterator"),el=Array.prototype,rl=function(t){return void 0!==t&&(Zu.Array===t||el[tl]===t)},nl=hi,il=xt,ol=I,al=Ju,sl=ee("iterator"),cl=function(t){if(!ol(t))return il(t,sl)||il(t,"@@iterator")||al[nl(t)]},ul=u,ll=yt,hl=Re,fl=dt,dl=cl,pl=TypeError,gl=function(t,e){var r=arguments.length<2?dl(t):e;if(ll(r))return hl(ul(r,t));throw new pl(fl(t)+" is not iterable")},vl=u,yl=Re,ml=xt,bl=function(t,e,r){var n,i;yl(t);try{if(!(n=ml(t,"return"))){if("throw"===e)throw r;return r}n=vl(n,t)}catch(t){i=!0,n=t}if("throw"===e)throw r;if(i)throw n;return yl(n),r},xl=wo,wl=u,Al=Re,_l=dt,kl=rl,El=dn,Sl=G,Ml=gl,Tl=cl,Pl=bl,Ol=TypeError,Il=function(t,e){this.stopped=t,this.result=e},Cl=Il.prototype,Rl=function(t,e,r){var n,i,o,a,s,c,u,l=r&&r.that,h=!(!r||!r.AS_ENTRIES),f=!(!r||!r.IS_RECORD),d=!(!r||!r.IS_ITERATOR),p=!(!r||!r.INTERRUPTED),g=xl(e,l),v=function(t){return n&&Pl(n,"normal",t),new Il(!0,t)},y=function(t){return h?(Al(t),p?g(t[0],t[1],v):g(t[0],t[1])):p?g(t,v):g(t)};if(f)n=t.iterator;else if(d)n=t;else{if(!(i=Tl(t)))throw new Ol(_l(t)+" is not iterable");if(kl(i)){for(o=0,a=El(t);a>o;o++)if((s=y(t[o]))&&Sl(Cl,s))return s;return new Il(!1)}n=Ml(t,i)}for(c=f?t.next:n.next;!(u=wl(c,n)).done;){try{s=y(u.value)}catch(t){Pl(n,"throw",t)}if("object"==typeof s&&s&&Sl(Cl,s))return s}return new Il(!1)},jl=ri,Ll=G,Dl=Qu,zl=Uc,Nl=Fn,Fl=Bi,Bl=qe,Ul=v,Yl=Jc,Hl=hu,$l=Rl,Gl=Vc,Wl=ee("toStringTag"),ql=Error,Xl=[].push,Vl=function(t,e){var r,n=Ll(Kl,this);zl?r=zl(new ql,n?Dl(this):Kl):(r=n?this:Fl(Kl),Bl(r,Wl,"Error")),void 0!==e&&Bl(r,"message",Gl(e)),Hl(r,Vl,r.stack,1),arguments.length>2&&Yl(r,arguments[2]);var i=[];return $l(t,Xl,{that:i}),Bl(r,"errors",i),r};zl?zl(Vl,ql):Nl(Vl,ql,{name:!0});var Kl=Vl.prototype=Fl(ql.prototype,{constructor:Ul(1,Vl),message:Ul(1,""),name:Ul(1,"AggregateError")});jl({global:!0,constructor:!0,arity:2},{AggregateError:Vl});var Ql=ri,Jl=Ms,Zl=i,th=ku,eh="AggregateError",rh=$(eh),nh=!Zl((function(){return 1!==rh([1]).errors[0]}))&&Zl((function(){return 7!==rh([1],eh,{cause:7}).cause}));Ql({global:!0,constructor:!0,arity:2,forced:nh},{AggregateError:th(eh,(function(t){return function(e,r){return Jl(t,this,arguments)}}),nh,!0)});var ih=ee,oh=Bi,ah=Te.f,sh=ih("unscopables"),ch=Array.prototype;void 0===ch[sh]&&ah(ch,sh,{configurable:!0,value:oh(null)});var uh=function(t){ch[sh][t]=!0},lh=Nt,hh=dn,fh=nn,dh=uh;ri({target:"Array",proto:!0},{at:function(t){var e=lh(this),r=hh(e),n=fh(t),i=n>=0?n:r+n;return i<0||i>=r?void 0:e[i]}}),dh("at");var ph=TypeError,gh=function(t){if(t>9007199254740991)throw ph("Maximum allowed index exceeded");return t},vh=o,yh=Te,mh=v,bh=function(t,e,r){vh?yh.f(t,e,mh(0,r)):t[e]=r},xh=i,wh=et,Ah=ee("species"),_h=function(t){return wh>=51||!xh((function(){var e=[];return(e.constructor={})[Ah]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},kh=ri,Eh=i,Sh=_o,Mh=U,Th=Nt,Ph=dn,Oh=gh,Ih=bh,Ch=Ho,Rh=_h,jh=et,Lh=ee("isConcatSpreadable"),Dh=jh>=51||!Eh((function(){var t=[];return t[Lh]=!1,t.concat()[0]!==t})),zh=function(t){if(!Mh(t))return!1;var e=t[Lh];return void 0!==e?!!e:Sh(t)};kh({target:"Array",proto:!0,arity:1,forced:!Dh||!Rh("concat")},{concat:function(t){var e,r,n,i,o,a=Th(this),s=Ch(a,0),c=0;for(e=-1,n=arguments.length;e<n;e++)if(zh(o=-1===e?a:arguments[e]))for(i=Ph(o),Oh(c+i),r=0;r<i;r++,c++)r in o&&Ih(s,c,o[r]);else Oh(c+1),Ih(s,c++,o);return s.length=c,s}});var Nh=dt,Fh=TypeError,Bh=function(t,e){if(!delete t[e])throw new Fh("Cannot delete property "+Nh(e)+" of "+Nh(t))},Uh=Nt,Yh=cn,Hh=dn,$h=Bh,Gh=Math.min,Wh=[].copyWithin||function(t,e){var r=Uh(this),n=Hh(r),i=Yh(t,n),o=Yh(e,n),a=arguments.length>2?arguments[2]:void 0,s=Gh((void 0===a?n:Yh(a,n))-o,n-i),c=1;for(o<i&&i<o+s&&(c=-1,o+=s-1,i+=s-1);s-- >0;)o in r?r[i]=r[o]:$h(r,i),i+=c,o+=c;return r},qh=uh;ri({target:"Array",proto:!0},{copyWithin:Wh}),qh("copyWithin");var Xh=i,Vh=function(t,e){var r=[][t];return!!r&&Xh((function(){r.call(null,e||function(){return 1},1)}))},Kh=Qo.every;ri({target:"Array",proto:!0,forced:!Vh("every")},{every:function(t){return Kh(this,t,arguments.length>1?arguments[1]:void 0)}});var Qh=Nt,Jh=cn,Zh=dn,tf=function(t){for(var e=Qh(this),r=Zh(e),n=arguments.length,i=Jh(n>1?arguments[1]:void 0,r),o=n>2?arguments[2]:void 0,a=void 0===o?r:Jh(o,r);a>i;)e[i++]=t;return e},ef=uh;ri({target:"Array",proto:!0},{fill:tf}),ef("fill");var rf=Qo.filter;ri({target:"Array",proto:!0,forced:!_h("filter")},{filter:function(t){return rf(this,t,arguments.length>1?arguments[1]:void 0)}});var nf=ri,of=Qo.find,af=uh,sf="find",cf=!0;sf in[]&&Array(1)[sf]((function(){cf=!1})),nf({target:"Array",proto:!0,forced:cf},{find:function(t){return of(this,t,arguments.length>1?arguments[1]:void 0)}}),af(sf);var uf=ri,lf=Qo.findIndex,hf=uh,ff="findIndex",df=!0;ff in[]&&Array(1)[ff]((function(){df=!1})),uf({target:"Array",proto:!0,forced:df},{findIndex:function(t){return lf(this,t,arguments.length>1?arguments[1]:void 0)}}),hf(ff);var pf=wo,gf=O,vf=Nt,yf=dn,mf=function(t){var e=1===t;return function(r,n,i){for(var o,a=vf(r),s=gf(a),c=yf(s),u=pf(n,i);c-- >0;)if(u(o=s[c],c,a))switch(t){case 0:return o;case 1:return c}return e?-1:void 0}},bf={findLast:mf(0),findLastIndex:mf(1)},xf=bf.findLast,wf=uh;ri({target:"Array",proto:!0},{findLast:function(t){return xf(this,t,arguments.length>1?arguments[1]:void 0)}}),wf("findLast");var Af=bf.findLastIndex,_f=uh;ri({target:"Array",proto:!0},{findLastIndex:function(t){return Af(this,t,arguments.length>1?arguments[1]:void 0)}}),_f("findLastIndex");var kf=_o,Ef=dn,Sf=gh,Mf=wo,Tf=function(t,e,r,n,i,o,a,s){for(var c,u,l=i,h=0,f=!!a&&Mf(a,s);h<n;)h in r&&(c=f?f(r[h],h,e):r[h],o>0&&kf(c)?(u=Ef(c),l=Tf(t,e,c,u,l,o-1)-1):(Sf(l+1),t[l]=c),l++),h++;return l},Pf=Tf,Of=Pf,If=Nt,Cf=dn,Rf=nn,jf=Ho;ri({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=If(this),r=Cf(e),n=jf(e,0);return n.length=Of(n,e,e,r,0,void 0===t?1:Rf(t)),n}});var Lf=Pf,Df=yt,zf=Nt,Nf=dn,Ff=Ho;ri({target:"Array",proto:!0},{flatMap:function(t){var e,r=zf(this),n=Nf(r);return Df(t),(e=Ff(r,0)).length=Lf(e,r,r,n,0,1,t,arguments.length>1?arguments[1]:void 0),e}});var Bf=Qo.forEach,Uf=Vh("forEach")?[].forEach:function(t){return Bf(this,t,arguments.length>1?arguments[1]:void 0)};ri({target:"Array",proto:!0,forced:[].forEach!==Uf},{forEach:Uf});var Yf=Re,Hf=bl,$f=function(t,e,r,n){try{return n?e(Yf(r)[0],r[1]):e(r)}catch(e){Hf(t,"throw",e)}},Gf=wo,Wf=u,qf=Nt,Xf=$f,Vf=rl,Kf=Do,Qf=dn,Jf=bh,Zf=gl,td=cl,ed=Array,rd=function(t){var e=qf(t),r=Kf(this),n=arguments.length,i=n>1?arguments[1]:void 0,o=void 0!==i;o&&(i=Gf(i,n>2?arguments[2]:void 0));var a,s,c,u,l,h,f=td(e),d=0;if(!f||this===ed&&Vf(f))for(a=Qf(e),s=r?new this(a):ed(a);a>d;d++)h=o?i(e[d],d):e[d],Jf(s,d,h);else for(s=r?new this:[],l=(u=Zf(e,f)).next;!(c=Wf(l,u)).done;d++)h=o?Xf(u,i,[c.value,d],!0):c.value,Jf(s,d,h);return s.length=d,s},nd=ee("iterator"),id=!1;try{var od=0,ad={next:function(){return{done:!!od++}},return:function(){id=!0}};ad[nd]=function(){return this},Array.from(ad,(function(){throw 2}))}catch(t){}var sd=function(t,e){try{if(!e&&!id)return!1}catch(t){return!1}var r=!1;try{var n={};n[nd]=function(){return{next:function(){return{done:r=!0}}}},t(n)}catch(t){}return r},cd=rd;ri({target:"Array",stat:!0,forced:!sd((function(t){Array.from(t)}))},{from:cd});var ud=mn.includes,ld=uh;ri({target:"Array",proto:!0,forced:i((function(){return!Array(1).includes()}))},{includes:function(t){return ud(this,t,arguments.length>1?arguments[1]:void 0)}}),ld("includes");var hd=ri,fd=mn.indexOf,dd=Vh,pd=yo([].indexOf),gd=!!pd&&1/pd([1],1,-0)<0;hd({target:"Array",proto:!0,forced:gd||!dd("indexOf")},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return gd?pd(this,t,e)||0:fd(this,t,e)}}),ri({target:"Array",stat:!0},{isArray:_o});var vd,yd,md,bd=i,xd=F,wd=U,Ad=Qu,_d=Qr,kd=ee("iterator"),Ed=!1;[].keys&&("next"in(md=[].keys())?(yd=Ad(Ad(md)))!==Object.prototype&&(vd=yd):Ed=!0);var Sd=!wd(vd)||bd((function(){var t={};return vd[kd].call(t)!==t}));Sd&&(vd={}),xd(vd[kd])||_d(vd,kd,(function(){return this}));var Md={IteratorPrototype:vd,BUGGY_SAFARI_ITERATORS:Ed},Td=Md.IteratorPrototype,Pd=Bi,Od=v,Id=po,Cd=Ju,Rd=function(){return this},jd=function(t,e,r,n){var i=e+" Iterator";return t.prototype=Pd(Td,{next:Od(+!n,r)}),Id(t,i,!1),Cd[i]=Rd,t},Ld=ri,Dd=u,zd=F,Nd=jd,Fd=Qu,Bd=Uc,Ud=po,Yd=qe,Hd=Qr,$d=Ju,Gd=tr.PROPER,Wd=tr.CONFIGURABLE,qd=Md.IteratorPrototype,Xd=Md.BUGGY_SAFARI_ITERATORS,Vd=ee("iterator"),Kd="keys",Qd="values",Jd="entries",Zd=function(){return this},tp=function(t,e,r,n,i,o,a){Nd(r,e,n);var s,c,u,l=function(t){if(t===i&&g)return g;if(!Xd&&t&&t in d)return d[t];switch(t){case Kd:case Qd:case Jd:return function(){return new r(this,t)}}return function(){return new r(this)}},h=e+" Iterator",f=!1,d=t.prototype,p=d[Vd]||d["@@iterator"]||i&&d[i],g=!Xd&&p||l(i),v="Array"===e&&d.entries||p;if(v&&(s=Fd(v.call(new t)))!==Object.prototype&&s.next&&(Fd(s)!==qd&&(Bd?Bd(s,qd):zd(s[Vd])||Hd(s,Vd,Zd)),Ud(s,h,!0)),Gd&&i===Qd&&p&&p.name!==Qd&&(Wd?Yd(d,"name",Qd):(f=!0,g=function(){return Dd(p,this)})),i)if(c={values:l(Qd),keys:o?g:l(Kd),entries:l(Jd)},a)for(u in c)(Xd||f||!(u in d))&&Hd(d,u,c[u]);else Ld({target:e,proto:!0,forced:Xd||f},c);return d[Vd]!==g&&Hd(d,Vd,g,{name:i}),$d[e]=g,c},ep=function(t,e){return{value:t,done:e}},rp=z,np=uh,ip=Ju,op=Pr,ap=Te.f,sp=tp,cp=ep,up=o,lp="Array Iterator",hp=op.set,fp=op.getterFor(lp),dp=sp(Array,"Array",(function(t,e){hp(this,{type:lp,target:rp(t),index:0,kind:e})}),(function(){var t=fp(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,cp(void 0,!0);switch(t.kind){case"keys":return cp(r,!1);case"values":return cp(e[r],!1)}return cp([r,e[r]],!1)}),"values"),pp=ip.Arguments=ip.Array;if(np("keys"),np("values"),np("entries"),up&&"values"!==pp.name)try{ap(pp,"name",{value:"values"})}catch(t){}var gp=ri,vp=O,yp=z,mp=Vh,bp=w([].join);gp({target:"Array",proto:!0,forced:vp!==Object||!mp("join",",")},{join:function(t){return bp(yp(this),void 0===t?",":t)}});var xp=Ms,wp=z,Ap=nn,_p=dn,kp=Vh,Ep=Math.min,Sp=[].lastIndexOf,Mp=!!Sp&&1/[1].lastIndexOf(1,-0)<0,Tp=kp("lastIndexOf"),Pp=Mp||!Tp?function(t){if(Mp)return xp(Sp,this,arguments)||0;var e=wp(this),r=_p(e);if(0===r)return-1;var n=r-1;for(arguments.length>1&&(n=Ep(n,Ap(arguments[1]))),n<0&&(n=r+n);n>=0;n--)if(n in e&&e[n]===t)return n||0;return-1}:Sp;ri({target:"Array",proto:!0,forced:Pp!==[].lastIndexOf},{lastIndexOf:Pp});var Op=Qo.map;ri({target:"Array",proto:!0,forced:!_h("map")},{map:function(t){return Op(this,t,arguments.length>1?arguments[1]:void 0)}});var Ip=Do,Cp=bh,Rp=Array;ri({target:"Array",stat:!0,forced:i((function(){function t(){}return!(Rp.of.call(t)instanceof t)}))},{of:function(){for(var t=0,e=arguments.length,r=new(Ip(this)?this:Rp)(e);e>t;)Cp(r,t,arguments[t++]);return r.length=e,r}});var jp=o,Lp=_o,Dp=TypeError,zp=Object.getOwnPropertyDescriptor,Np=jp&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}()?function(t,e){if(Lp(t)&&!zp(t,"length").writable)throw new Dp("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e},Fp=Nt,Bp=dn,Up=Np,Yp=gh;ri({target:"Array",proto:!0,arity:1,forced:i((function(){return 4294967297!==[].push.call({length:4294967296},1)}))||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}()},{push:function(t){var e=Fp(this),r=Bp(e),n=arguments.length;Yp(r+n);for(var i=0;i<n;i++)e[r]=arguments[i],r++;return Up(e,r),r}});var Hp=yt,$p=Nt,Gp=O,Wp=dn,qp=TypeError,Xp="Reduce of empty array with no initial value",Vp=function(t){return function(e,r,n,i){var o=$p(e),a=Gp(o),s=Wp(o);if(Hp(r),0===s&&n<2)throw new qp(Xp);var c=t?s-1:0,u=t?-1:1;if(n<2)for(;;){if(c in a){i=a[c],c+=u;break}if(c+=u,t?c<0:s<=c)throw new qp(Xp)}for(;t?c>=0:s>c;c+=u)c in a&&(i=r(i,a[c],c,o));return i}},Kp={left:Vp(!1),right:Vp(!0)},Qp=r,Jp=X,Zp=E,tg=function(t){return Jp.slice(0,t.length)===t},eg=tg("Bun/")?"BUN":tg("Cloudflare-Workers")?"CLOUDFLARE":tg("Deno/")?"DENO":tg("Node.js/")?"NODE":Qp.Bun&&"string"==typeof Bun.version?"BUN":Qp.Deno&&"object"==typeof Deno.version?"DENO":"process"===Zp(Qp.process)?"NODE":Qp.window&&Qp.document?"BROWSER":"REST",rg="NODE"===eg,ng=Kp.left;ri({target:"Array",proto:!0,forced:!rg&&et>79&&et<83||!Vh("reduce")},{reduce:function(t){var e=arguments.length;return ng(this,t,e,e>1?arguments[1]:void 0)}});var ig=Kp.right;ri({target:"Array",proto:!0,forced:!rg&&et>79&&et<83||!Vh("reduceRight")},{reduceRight:function(t){return ig(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}});var og=ri,ag=_o,sg=w([].reverse),cg=[1,2];og({target:"Array",proto:!0,forced:String(cg)===String(cg.reverse())},{reverse:function(){return ag(this)&&(this.length=this.length),sg(this)}});var ug=ri,lg=_o,hg=Do,fg=U,dg=cn,pg=dn,gg=z,vg=bh,yg=ee,mg=Yi,bg=_h("slice"),xg=yg("species"),wg=Array,Ag=Math.max;ug({target:"Array",proto:!0,forced:!bg},{slice:function(t,e){var r,n,i,o=gg(this),a=pg(o),s=dg(t,a),c=dg(void 0===e?a:e,a);if(lg(o)&&(r=o.constructor,(hg(r)&&(r===wg||lg(r.prototype))||fg(r)&&null===(r=r[xg]))&&(r=void 0),r===wg||void 0===r))return mg(o,s,c);for(n=new(void 0===r?wg:r)(Ag(c-s,0)),i=0;s<c;s++,i++)s in o&&vg(n,i,o[s]);return n.length=i,n}});var _g=Qo.some;ri({target:"Array",proto:!0,forced:!Vh("some")},{some:function(t){return _g(this,t,arguments.length>1?arguments[1]:void 0)}});var kg=Yi,Eg=Math.floor,Sg=function(t,e){var r=t.length;if(r<8)for(var n,i,o=1;o<r;){for(i=o,n=t[o];i&&e(t[i-1],n)>0;)t[i]=t[--i];i!==o++&&(t[i]=n)}else for(var a=Eg(r/2),s=Sg(kg(t,0,a),e),c=Sg(kg(t,a),e),u=s.length,l=c.length,h=0,f=0;h<u||f<l;)t[h+f]=h<u&&f<l?e(s[h],c[f])<=0?s[h++]:c[f++]:h<u?s[h++]:c[f++];return t},Mg=Sg,Tg=X.match(/firefox\/(\d+)/i),Pg=!!Tg&&+Tg[1],Og=/MSIE|Trident/.test(X),Ig=X.match(/AppleWebKit\/(\d+)\./),Cg=!!Ig&&+Ig[1],Rg=ri,jg=w,Lg=yt,Dg=Nt,zg=dn,Ng=Bh,Fg=pi,Bg=i,Ug=Mg,Yg=Vh,Hg=Pg,$g=Og,Gg=et,Wg=Cg,qg=[],Xg=jg(qg.sort),Vg=jg(qg.push),Kg=Bg((function(){qg.sort(void 0)})),Qg=Bg((function(){qg.sort(null)})),Jg=Yg("sort"),Zg=!Bg((function(){if(Gg)return Gg<70;if(!(Hg&&Hg>3)){if($g)return!0;if(Wg)return Wg<603;var t,e,r,n,i="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)qg.push({k:e+n,v:r})}for(qg.sort((function(t,e){return e.v-t.v})),n=0;n<qg.length;n++)e=qg[n].k.charAt(0),i.charAt(i.length-1)!==e&&(i+=e);return"DGBEFHACIJK"!==i}}));Rg({target:"Array",proto:!0,forced:Kg||!Qg||!Jg||!Zg},{sort:function(t){void 0!==t&&Lg(t);var e=Dg(this);if(Zg)return void 0===t?Xg(e):Xg(e,t);var r,n,i=[],o=zg(e);for(n=0;n<o;n++)n in e&&Vg(i,e[n]);for(Ug(i,function(t){return function(e,r){return void 0===r?-1:void 0===e?1:void 0!==t?+t(e,r)||0:Fg(e)>Fg(r)?1:-1}}(t)),r=zg(i),n=0;n<r;)e[n]=i[n++];for(;n<o;)Ng(e,n++);return e}});var tv=$,ev=Ki,rv=o,nv=ee("species"),iv=function(t){var e=tv(t);rv&&e&&!e[nv]&&ev(e,nv,{configurable:!0,get:function(){return this}})};iv("Array");var ov=ri,av=Nt,sv=cn,cv=nn,uv=dn,lv=Np,hv=gh,fv=Ho,dv=bh,pv=Bh,gv=_h("splice"),vv=Math.max,yv=Math.min;ov({target:"Array",proto:!0,forced:!gv},{splice:function(t,e){var r,n,i,o,a,s,c=av(this),u=uv(c),l=sv(t,u),h=arguments.length;for(0===h?r=n=0:1===h?(r=0,n=u-l):(r=h-2,n=yv(vv(cv(e),0),u-l)),hv(u+r-n),i=fv(c,n),o=0;o<n;o++)(a=l+o)in c&&dv(i,o,c[a]);if(i.length=n,r<n){for(o=l;o<u-n;o++)s=o+r,(a=o+n)in c?c[s]=c[a]:pv(c,s);for(o=u;o>u-n+r;o--)pv(c,o-1)}else if(r>n)for(o=u-n;o>l;o--)s=o+r-1,(a=o+n-1)in c?c[s]=c[a]:pv(c,s);for(o=0;o<r;o++)c[o+l]=arguments[o+2];return lv(c,u-n+r),i}});var mv=dn,bv=function(t,e){for(var r=mv(t),n=new e(r),i=0;i<r;i++)n[i]=t[r-i-1];return n},xv=bv,wv=z,Av=uh,_v=Array;ri({target:"Array",proto:!0},{toReversed:function(){return xv(wv(this),_v)}}),Av("toReversed");var kv=dn,Ev=function(t,e,r){for(var n=0,i=arguments.length>2?r:kv(e),o=new t(i);i>n;)o[n]=e[n++];return o},Sv=r,Mv=ri,Tv=yt,Pv=z,Ov=Ev,Iv=function(t,e){var r=Sv[t],n=r&&r.prototype;return n&&n[e]},Cv=uh,Rv=Array,jv=w(Iv("Array","sort"));Mv({target:"Array",proto:!0},{toSorted:function(t){void 0!==t&&Tv(t);var e=Pv(this),r=Ov(Rv,e);return jv(r,t)}}),Cv("toSorted");var Lv=ri,Dv=uh,zv=gh,Nv=dn,Fv=cn,Bv=z,Uv=nn,Yv=Array,Hv=Math.max,$v=Math.min;Lv({target:"Array",proto:!0},{toSpliced:function(t,e){var r,n,i,o,a=Bv(this),s=Nv(a),c=Fv(t,s),u=arguments.length,l=0;for(0===u?r=n=0:1===u?(r=0,n=s-c):(r=u-2,n=$v(Hv(Uv(e),0),s-c)),i=zv(s+r-n),o=Yv(i);l<c;l++)o[l]=a[l];for(;l<c+r;l++)o[l]=arguments[l-c+2];for(;l<i;l++)o[l]=a[l+n-r];return o}}),Dv("toSpliced"),uh("flat"),uh("flatMap");var Gv=Nt,Wv=dn,qv=Np,Xv=Bh,Vv=gh;ri({target:"Array",proto:!0,arity:1,forced:1!==[].unshift(0)||!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(t){return t instanceof TypeError}}()},{unshift:function(t){var e=Gv(this),r=Wv(e),n=arguments.length;if(n){Vv(r+n);for(var i=r;i--;){var o=i+n;i in e?e[o]=e[i]:Xv(e,o)}for(var a=0;a<n;a++)e[a]=arguments[a]}return qv(e,r+n)}});var Kv=dn,Qv=nn,Jv=RangeError,Zv=function(t,e,r,n){var i=Kv(t),o=Qv(r),a=o<0?i+o:o;if(a>=i||a<0)throw new Jv("Incorrect index");for(var s=new e(i),c=0;c<i;c++)s[c]=c===a?n:t[c];return s},ty=Zv,ey=z,ry=Array;ri({target:"Array",proto:!0},{with:function(t,e){return ty(ey(this),ry,t,e)}});var ny="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView,iy=Qr,oy=function(t,e,r){for(var n in e)iy(t,n,e[n],r);return t},ay=G,sy=TypeError,cy=function(t,e){if(ay(e,t))return t;throw new sy("Incorrect invocation")},uy=nn,ly=hn,hy=RangeError,fy=function(t){if(void 0===t)return 0;var e=uy(t),r=ly(e);if(e!==r)throw new hy("Wrong length or index");return r},dy=Math.sign||function(t){var e=+t;return 0===e||e!=e?e:e<0?-1:1},py=4503599627370496,gy=function(t){return t+py-py},vy=dy,yy=gy,my=Math.abs,by=function(t,e,r,n){var i=+t,o=my(i),a=vy(i);if(o<n)return a*yy(o/n/e)*n*e;var s=(1+e/2220446049250313e-31)*o,c=s-(s-o);return c>r||c!=c?a*(1/0):a*c},xy=by,wy=Math.fround||function(t){return xy(t,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)},Ay=Array,_y=Math.abs,ky=Math.pow,Ey=Math.floor,Sy=Math.log,My=Math.LN2,Ty={pack:function(t,e,r){var n,i,o,a=Ay(r),s=8*r-e-1,c=(1<<s)-1,u=c>>1,l=23===e?ky(2,-24)-ky(2,-77):0,h=t<0||0===t&&1/t<0?1:0,f=0;for((t=_y(t))!=t||t===1/0?(i=t!=t?1:0,n=c):(n=Ey(Sy(t)/My),t*(o=ky(2,-n))<1&&(n--,o*=2),(t+=n+u>=1?l/o:l*ky(2,1-u))*o>=2&&(n++,o/=2),n+u>=c?(i=0,n=c):n+u>=1?(i=(t*o-1)*ky(2,e),n+=u):(i=t*ky(2,u-1)*ky(2,e),n=0));e>=8;)a[f++]=255&i,i/=256,e-=8;for(n=n<<e|i,s+=e;s>0;)a[f++]=255&n,n/=256,s-=8;return a[f-1]|=128*h,a},unpack:function(t,e){var r,n=t.length,i=8*n-e-1,o=(1<<i)-1,a=o>>1,s=i-7,c=n-1,u=t[c--],l=127&u;for(u>>=7;s>0;)l=256*l+t[c--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=e;s>0;)r=256*r+t[c--],s-=8;if(0===l)l=1-a;else{if(l===o)return r?NaN:u?-1/0:1/0;r+=ky(2,e),l-=a}return(u?-1:1)*r*ky(2,l-e)}},Py=r,Oy=w,Iy=o,Cy=ny,Ry=qe,jy=Ki,Ly=oy,Dy=i,zy=cy,Ny=nn,Fy=hn,By=fy,Uy=wy,Yy=Ty,Hy=Qu,$y=Uc,Gy=tf,Wy=Yi,qy=qc,Xy=Fn,Vy=po,Ky=Pr,Qy=tr.PROPER,Jy=tr.CONFIGURABLE,Zy="ArrayBuffer",tm="DataView",em="prototype",rm="Wrong index",nm=Ky.getterFor(Zy),im=Ky.getterFor(tm),om=Ky.set,am=Py[Zy],sm=am,cm=sm&&sm[em],um=Py[tm],lm=um&&um[em],hm=Object.prototype,fm=Py.Array,dm=Py.RangeError,pm=Oy(Gy),gm=Oy([].reverse),vm=Yy.pack,ym=Yy.unpack,mm=function(t){return[255&t]},bm=function(t){return[255&t,t>>8&255]},xm=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},wm=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},Am=function(t){return vm(Uy(t),23,4)},_m=function(t){return vm(t,52,8)},km=function(t,e,r){jy(t[em],e,{configurable:!0,get:function(){return r(this)[e]}})},Em=function(t,e,r,n){var i=im(t),o=By(r),a=!!n;if(o+e>i.byteLength)throw new dm(rm);var s=i.bytes,c=o+i.byteOffset,u=Wy(s,c,c+e);return a?u:gm(u)},Sm=function(t,e,r,n,i,o){var a=im(t),s=By(r),c=n(+i),u=!!o;if(s+e>a.byteLength)throw new dm(rm);for(var l=a.bytes,h=s+a.byteOffset,f=0;f<e;f++)l[h+f]=c[u?f:e-f-1]};if(Cy){var Mm=Qy&&am.name!==Zy;Dy((function(){am(1)}))&&Dy((function(){new am(-1)}))&&!Dy((function(){return new am,new am(1.5),new am(NaN),1!==am.length||Mm&&!Jy}))?Mm&&Jy&&Ry(am,"name",Zy):((sm=function(t){return zy(this,cm),qy(new am(By(t)),this,sm)})[em]=cm,cm.constructor=sm,Xy(sm,am)),$y&&Hy(lm)!==hm&&$y(lm,hm);var Tm=new um(new sm(2)),Pm=Oy(lm.setInt8);Tm.setInt8(0,2147483648),Tm.setInt8(1,2147483649),!Tm.getInt8(0)&&Tm.getInt8(1)||Ly(lm,{setInt8:function(t,e){Pm(this,t,e<<24>>24)},setUint8:function(t,e){Pm(this,t,e<<24>>24)}},{unsafe:!0})}else cm=(sm=function(t){zy(this,cm);var e=By(t);om(this,{type:Zy,bytes:pm(fm(e),0),byteLength:e}),Iy||(this.byteLength=e,this.detached=!1)})[em],um=function(t,e,r){zy(this,lm),zy(t,cm);var n=nm(t),i=n.byteLength,o=Ny(e);if(o<0||o>i)throw new dm("Wrong offset");if(o+(r=void 0===r?i-o:Fy(r))>i)throw new dm("Wrong length");om(this,{type:tm,buffer:t,byteLength:r,byteOffset:o,bytes:n.bytes}),Iy||(this.buffer=t,this.byteLength=r,this.byteOffset=o)},lm=um[em],Iy&&(km(sm,"byteLength",nm),km(um,"buffer",im),km(um,"byteLength",im),km(um,"byteOffset",im)),Ly(lm,{getInt8:function(t){return Em(this,1,t)[0]<<24>>24},getUint8:function(t){return Em(this,1,t)[0]},getInt16:function(t){var e=Em(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=Em(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return wm(Em(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return wm(Em(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return ym(Em(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return ym(Em(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){Sm(this,1,t,mm,e)},setUint8:function(t,e){Sm(this,1,t,mm,e)},setInt16:function(t,e){Sm(this,2,t,bm,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){Sm(this,2,t,bm,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){Sm(this,4,t,xm,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){Sm(this,4,t,xm,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){Sm(this,4,t,Am,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){Sm(this,8,t,_m,e,arguments.length>2&&arguments[2])}});Vy(sm,Zy),Vy(um,tm);var Om={ArrayBuffer:sm,DataView:um},Im=iv,Cm="ArrayBuffer",Rm=Om[Cm];ri({global:!0,constructor:!0,forced:r[Cm]!==Rm},{ArrayBuffer:Rm}),Im(Cm);var jm,Lm,Dm,zm=ny,Nm=o,Fm=r,Bm=F,Um=U,Ym=Ut,Hm=hi,$m=dt,Gm=qe,Wm=Qr,qm=Ki,Xm=G,Vm=Qu,Km=Uc,Qm=ee,Jm=Wt,Zm=Pr.enforce,tb=Pr.get,eb=Fm.Int8Array,rb=eb&&eb.prototype,nb=Fm.Uint8ClampedArray,ib=nb&&nb.prototype,ob=eb&&Vm(eb),ab=rb&&Vm(rb),sb=Object.prototype,cb=Fm.TypeError,ub=Qm("toStringTag"),lb=Jm("TYPED_ARRAY_TAG"),hb="TypedArrayConstructor",fb=zm&&!!Km&&"Opera"!==Hm(Fm.opera),db=!1,pb={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},gb={BigInt64Array:8,BigUint64Array:8},vb=function(t){var e=Vm(t);if(Um(e)){var r=tb(e);return r&&Ym(r,hb)?r[hb]:vb(e)}},yb=function(t){if(!Um(t))return!1;var e=Hm(t);return Ym(pb,e)||Ym(gb,e)};for(jm in pb)(Dm=(Lm=Fm[jm])&&Lm.prototype)?Zm(Dm)[hb]=Lm:fb=!1;for(jm in gb)(Dm=(Lm=Fm[jm])&&Lm.prototype)&&(Zm(Dm)[hb]=Lm);if((!fb||!Bm(ob)||ob===Function.prototype)&&(ob=function(){throw new cb("Incorrect invocation")},fb))for(jm in pb)Fm[jm]&&Km(Fm[jm],ob);if((!fb||!ab||ab===sb)&&(ab=ob.prototype,fb))for(jm in pb)Fm[jm]&&Km(Fm[jm].prototype,ab);if(fb&&Vm(ib)!==ab&&Km(ib,ab),Nm&&!Ym(ab,ub))for(jm in db=!0,qm(ab,ub,{configurable:!0,get:function(){return Um(this)?this[lb]:void 0}}),pb)Fm[jm]&&Gm(Fm[jm],lb,jm);var mb={NATIVE_ARRAY_BUFFER_VIEWS:fb,TYPED_ARRAY_TAG:db&&lb,aTypedArray:function(t){if(yb(t))return t;throw new cb("Target is not a typed array")},aTypedArrayConstructor:function(t){if(Bm(t)&&(!Km||Xm(ob,t)))return t;throw new cb($m(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,r,n){if(Nm){if(r)for(var i in pb){var o=Fm[i];if(o&&Ym(o.prototype,t))try{delete o.prototype[t]}catch(r){try{o.prototype[t]=e}catch(t){}}}ab[t]&&!r||Wm(ab,t,r?e:fb&&rb[t]||e,n)}},exportTypedArrayStaticMethod:function(t,e,r){var n,i;if(Nm){if(Km){if(r)for(n in pb)if((i=Fm[n])&&Ym(i,t))try{delete i[t]}catch(t){}if(ob[t]&&!r)return;try{return Wm(ob,t,r?e:fb&&ob[t]||e)}catch(t){}}for(n in pb)!(i=Fm[n])||i[t]&&!r||Wm(i,t,e)}},getTypedArrayConstructor:vb,isView:function(t){if(!Um(t))return!1;var e=Hm(t);return"DataView"===e||Ym(pb,e)||Ym(gb,e)},isTypedArray:yb,TypedArray:ob,TypedArrayPrototype:ab};ri({target:"ArrayBuffer",stat:!0,forced:!mb.NATIVE_ARRAY_BUFFER_VIEWS},{isView:mb.isView});var bb=ri,xb=yo,wb=i,Ab=Re,_b=cn,kb=hn,Eb=Om.ArrayBuffer,Sb=Om.DataView,Mb=Sb.prototype,Tb=xb(Eb.prototype.slice),Pb=xb(Mb.getUint8),Ob=xb(Mb.setUint8);bb({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:wb((function(){return!new Eb(2).slice(1,void 0).byteLength}))},{slice:function(t,e){if(Tb&&void 0===e)return Tb(Ab(this),t);for(var r=Ab(this).byteLength,n=_b(t,r),i=_b(void 0===e?r:e,r),o=new Eb(kb(i-n)),a=new Sb(this),s=new Sb(o),c=0;n<i;)Ob(s,c++,Pb(a,n++));return o}}),ri({global:!0,constructor:!0,forced:!ny},{DataView:Om.DataView});var Ib=ri,Cb=w,Rb=Math.pow,jb=Rb(2,-24),Lb=.0009765625,Db=Cb(DataView.prototype.getUint16);Ib({target:"DataView",proto:!0},{getFloat16:function(t){return function(t){var e=t>>>15,r=t>>>10&31,n=1023&t;return 31===r?0===n?0===e?1/0:-1/0:NaN:0===r?n*(0===e?jb:-jb):Rb(2,r-15)*(0===e?1+n*Lb:-1-n*Lb)}(Db(this,t,arguments.length>1&&arguments[1]))}});var zb=hi,Nb=TypeError,Fb=Math.log,Bb=Math.LN2,Ub=Math.log2||function(t){return Fb(t)/Bb},Yb=ri,Hb=w,$b=function(t){if("DataView"===zb(t))return t;throw new Nb("Argument is not a DataView")},Gb=fy,Wb=Ub,qb=gy,Xb=Math.pow,Vb=1024,Kb=Hb(DataView.prototype.setUint16);Yb({target:"DataView",proto:!0},{setFloat16:function(t,e){$b(this);var r=Gb(t),n=function(t){if(t!=t)return 32256;if(0===t)return(1/t==-1/0)<<15;var e=t<0;if(e&&(t=-t),t>=65520)return e<<15|31744;if(t<61005353927612305e-21)return e<<15|qb(16777216*t);var r=0|Wb(t);if(-15===r)return e<<15|Vb;var n=qb((t*Xb(2,-r)-1)*Vb);return n===Vb?e<<15|r+16<<10:e<<15|r+15<<10|n}(+e);return Kb(this,r,n,arguments.length>2&&arguments[2])}});var Qb=r,Jb=Oc,Zb=E,tx=Qb.ArrayBuffer,ex=Qb.TypeError,rx=tx&&Jb(tx.prototype,"byteLength","get")||function(t){if("ArrayBuffer"!==Zb(t))throw new ex("ArrayBuffer expected");return t.byteLength},nx=ny,ix=rx,ox=r.DataView,ax=function(t){if(!nx||0!==ix(t))return!1;try{return new ox(t),!1}catch(t){return!0}},sx=o,cx=Ki,ux=ax,lx=ArrayBuffer.prototype;sx&&!("detached"in lx)&&cx(lx,"detached",{configurable:!0,get:function(){return ux(this)}});var hx,fx,dx,px,gx=ax,vx=TypeError,yx=r,mx=rg,bx=function(t){if(mx){try{return yx.process.getBuiltinModule(t)}catch(t){}try{return Function('return require("'+t+'")')()}catch(t){}}},xx=i,wx=et,Ax=eg,_x=r.structuredClone,kx=!!_x&&!xx((function(){if("DENO"===Ax&&wx>92||"NODE"===Ax&&wx>94||"BROWSER"===Ax&&wx>97)return!1;var t=new ArrayBuffer(8),e=_x(t,{transfer:[t]});return 0!==t.byteLength||8!==e.byteLength})),Ex=r,Sx=bx,Mx=kx,Tx=Ex.structuredClone,Px=Ex.ArrayBuffer,Ox=Ex.MessageChannel,Ix=!1;if(Mx)Ix=function(t){Tx(t,{transfer:[t]})};else if(Px)try{Ox||(hx=Sx("worker_threads"))&&(Ox=hx.MessageChannel),Ox&&(fx=new Ox,dx=new Px(2),px=function(t){fx.port1.postMessage(null,[t])},2===dx.byteLength&&(px(dx),0===dx.byteLength&&(Ix=px)))}catch(t){}var Cx=Ix,Rx=r,jx=w,Lx=Oc,Dx=fy,zx=function(t){if(gx(t))throw new vx("ArrayBuffer is detached");return t},Nx=rx,Fx=Cx,Bx=kx,Ux=Rx.structuredClone,Yx=Rx.ArrayBuffer,Hx=Rx.DataView,$x=Math.min,Gx=Yx.prototype,Wx=Hx.prototype,qx=jx(Gx.slice),Xx=Lx(Gx,"resizable","get"),Vx=Lx(Gx,"maxByteLength","get"),Kx=jx(Wx.getInt8),Qx=jx(Wx.setInt8),Jx=(Bx||Fx)&&function(t,e,r){var n,i=Nx(t),o=void 0===e?i:Dx(e),a=!Xx||!Xx(t);if(zx(t),Bx&&(t=Ux(t,{transfer:[t]}),i===o&&(r||a)))return t;if(i>=o&&(!r||a))n=qx(t,0,o);else{var s=r&&!a&&Vx?{maxByteLength:Vx(t)}:void 0;n=new Yx(o,s);for(var c=new Hx(t),u=new Hx(n),l=$x(o,i),h=0;h<l;h++)Qx(u,h,Kx(c,h))}return Bx||Fx(t),n},Zx=Jx;Zx&&ri({target:"ArrayBuffer",proto:!0},{transfer:function(){return Zx(this,arguments.length?arguments[0]:void 0,!0)}});var tw=Jx;tw&&ri({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return tw(this,arguments.length?arguments[0]:void 0,!1)}});var ew=ri,rw=w,nw=i((function(){return 120!==new Date(16e11).getYear()})),iw=rw(Date.prototype.getFullYear);ew({target:"Date",proto:!0,forced:nw},{getYear:function(){return iw(this)-1900}});var ow=ri,aw=Date,sw=w(aw.prototype.getTime);ow({target:"Date",stat:!0},{now:function(){return sw(new aw)}});var cw=ri,uw=w,lw=nn,hw=Date.prototype,fw=uw(hw.getTime),dw=uw(hw.setFullYear);cw({target:"Date",proto:!0},{setYear:function(t){fw(this);var e=lw(t);return dw(this,e>=0&&e<=99?e+1900:e)}}),ri({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString});var pw=nn,gw=pi,vw=j,yw=RangeError,mw=function(t){var e=gw(vw(this)),r="",n=pw(t);if(n<0||n===1/0)throw new yw("Wrong number of repetitions");for(;n>0;(n>>>=1)&&(e+=e))1&n&&(r+=e);return r},bw=w,xw=hn,ww=pi,Aw=j,_w=bw(mw),kw=bw("".slice),Ew=Math.ceil,Sw=function(t){return function(e,r,n){var i,o,a=ww(Aw(e)),s=xw(r),c=a.length,u=void 0===n?" ":ww(n);return s<=c||""===u?a:((o=_w(u,Ew((i=s-c)/u.length))).length>i&&(o=kw(o,0,i)),t?a+o:o+a)}},Mw={start:Sw(!1),end:Sw(!0)},Tw=w,Pw=i,Ow=Mw.start,Iw=RangeError,Cw=isFinite,Rw=Math.abs,jw=Date.prototype,Lw=jw.toISOString,Dw=Tw(jw.getTime),zw=Tw(jw.getUTCDate),Nw=Tw(jw.getUTCFullYear),Fw=Tw(jw.getUTCHours),Bw=Tw(jw.getUTCMilliseconds),Uw=Tw(jw.getUTCMinutes),Yw=Tw(jw.getUTCMonth),Hw=Tw(jw.getUTCSeconds),$w=Pw((function(){return"0385-07-25T07:06:39.999Z"!==Lw.call(new Date(-50000000000001))}))||!Pw((function(){Lw.call(new Date(NaN))}))?function(){if(!Cw(Dw(this)))throw new Iw("Invalid time value");var t=this,e=Nw(t),r=Bw(t),n=e<0?"-":e>9999?"+":"";return n+Ow(Rw(e),n?6:4,0)+"-"+Ow(Yw(t)+1,2,0)+"-"+Ow(zw(t),2,0)+"T"+Ow(Fw(t),2,0)+":"+Ow(Uw(t),2,0)+":"+Ow(Hw(t),2,0)+"."+Ow(r,3,0)+"Z"}:Lw,Gw=$w;ri({target:"Date",proto:!0,forced:Date.prototype.toISOString!==Gw},{toISOString:Gw});var Ww=Nt,qw=ue;ri({target:"Date",proto:!0,arity:1,forced:i((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(t){var e=Ww(this),r=qw(e,"number");return"number"!=typeof r||isFinite(r)?e.toISOString():null}});var Xw=Re,Vw=Et,Kw=TypeError,Qw=Ut,Jw=Qr,Zw=function(t){if(Xw(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new Kw("Incorrect hint");return Vw(this,t)},tA=ee("toPrimitive"),eA=Date.prototype;Qw(eA,tA)||Jw(eA,tA,Zw);var rA=w,nA=Qr,iA=Date.prototype,oA="Invalid Date",aA="toString",sA=rA(iA[aA]),cA=rA(iA.getTime);String(new Date(NaN))!==oA&&nA(iA,aA,(function(){var t=cA(this);return t==t?sA(this):oA}));var uA=ri,lA=w,hA=pi,fA=lA("".charAt),dA=lA("".charCodeAt),pA=lA(/./.exec),gA=lA(1..toString),vA=lA("".toUpperCase),yA=/[\w*+\-./@]/,mA=function(t,e){for(var r=gA(t,16);r.length<e;)r="0"+r;return r};uA({global:!0},{escape:function(t){for(var e,r,n=hA(t),i="",o=n.length,a=0;a<o;)e=fA(n,a++),pA(yA,e)?i+=e:i+=(r=dA(e,0))<256?"%"+mA(r,2):"%u"+vA(mA(r,4));return i}});var bA=w,xA=yt,wA=U,AA=Ut,_A=Yi,kA=a,EA=Function,SA=bA([].concat),MA=bA([].join),TA={},PA=kA?EA.bind:function(t){var e=xA(this),r=e.prototype,n=_A(arguments,1),i=function(){var r=SA(n,_A(arguments));return this instanceof i?function(t,e,r){if(!AA(TA,e)){for(var n=[],i=0;i<e;i++)n[i]="a["+i+"]";TA[e]=EA("C,a","return new C("+MA(n,",")+")")}return TA[e](t,r)}(e,r.length,r):e.apply(t,r)};return wA(r)&&(i.prototype=r),i},OA=PA;ri({target:"Function",proto:!0,forced:Function.bind!==OA},{bind:OA});var IA=F,CA=U,RA=Te,jA=G,LA=ee,DA=Xe.exports,zA=LA("hasInstance"),NA=Function.prototype;zA in NA||RA.f(NA,zA,{value:DA((function(t){if(!IA(this)||!CA(t))return!1;var e=this.prototype;return CA(e)?jA(e,t):t instanceof this}),zA)});var FA=o,BA=tr.EXISTS,UA=w,YA=Ki,HA=Function.prototype,$A=UA(HA.toString),GA=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,WA=UA(GA.exec);FA&&!BA&&YA(HA,"name",{configurable:!0,get:function(){try{return WA(GA,$A(this))[1]}catch(t){return""}}});var qA=r;ri({global:!0,forced:qA.globalThis!==qA},{globalThis:qA});var XA=ri,VA=r,KA=cy,QA=Re,JA=F,ZA=Qu,t_=Ki,e_=bh,r_=i,n_=Ut,i_=Md.IteratorPrototype,o_=o,a_="constructor",s_="Iterator",c_=ee("toStringTag"),u_=TypeError,l_=VA[s_],h_=!JA(l_)||l_.prototype!==i_||!r_((function(){l_({})})),f_=function(){if(KA(this,i_),ZA(this)===i_)throw new u_("Abstract class Iterator not directly constructable")},d_=function(t,e){o_?t_(i_,t,{configurable:!0,get:function(){return e},set:function(e){if(QA(this),this===i_)throw new u_("You can't redefine this property");n_(this,t)?this[t]=e:e_(this,t,e)}}):i_[t]=e};n_(i_,c_)||d_(c_,s_),!h_&&n_(i_,a_)&&i_[a_]!==Object||d_(a_,f_),f_.prototype=i_,XA({global:!0,constructor:!0,forced:h_},{Iterator:f_});var p_=function(t){return{iterator:t,next:t.next,done:!1}},g_=RangeError,v_=function(t){if(t==t)return t;throw new g_("NaN is not allowed")},y_=nn,m_=RangeError,b_=function(t){var e=y_(t);if(e<0)throw new m_("The argument can't be less than 0");return e},x_=u,w_=Bi,A_=qe,__=oy,k_=Pr,E_=xt,S_=Md.IteratorPrototype,M_=ep,T_=bl,P_=ee("toStringTag"),O_="IteratorHelper",I_="WrapForValidIterator",C_=k_.set,R_=function(t){var e=k_.getterFor(t?I_:O_);return __(w_(S_),{next:function(){var r=e(this);if(t)return r.nextHandler();if(r.done)return M_(void 0,!0);try{var n=r.nextHandler();return r.returnHandlerResult?n:M_(n,r.done)}catch(t){throw r.done=!0,t}},return:function(){var r=e(this),n=r.iterator;if(r.done=!0,t){var i=E_(n,"return");return i?x_(i,n):M_(void 0,!0)}if(r.inner)try{T_(r.inner.iterator,"normal")}catch(t){return T_(n,"throw",t)}return n&&T_(n,"normal"),M_(void 0,!0)}})},j_=R_(!0),L_=R_(!1);A_(L_,P_,"Iterator Helper");var D_=function(t,e,r){var n=function(n,i){i?(i.iterator=n.iterator,i.next=n.next):i=n,i.type=e?I_:O_,i.returnHandlerResult=!!r,i.nextHandler=t,i.counter=0,i.done=!1,C_(this,i)};return n.prototype=e?j_:L_,n},z_=ri,N_=u,F_=Re,B_=p_,U_=v_,Y_=b_,H_=D_((function(){for(var t,e=this.iterator,r=this.next;this.remaining;)if(this.remaining--,t=F_(N_(r,e)),this.done=!!t.done)return;if(t=F_(N_(r,e)),!(this.done=!!t.done))return t.value}));z_({target:"Iterator",proto:!0,real:!0,forced:false},{drop:function(t){F_(this);var e=Y_(U_(+t));return new H_(B_(this),{remaining:e})}});var $_=Rl,G_=yt,W_=Re,q_=p_;ri({target:"Iterator",proto:!0,real:!0},{every:function(t){W_(this),G_(t);var e=q_(this),r=0;return!$_(e,(function(e,n){if(!t(e,r++))return n()}),{IS_RECORD:!0,INTERRUPTED:!0}).stopped}});var X_=ri,V_=u,K_=yt,Q_=Re,J_=p_,Z_=$f,tk=D_((function(){for(var t,e,r=this.iterator,n=this.predicate,i=this.next;;){if(t=Q_(V_(i,r)),this.done=!!t.done)return;if(e=t.value,Z_(r,n,[e,this.counter++],!0))return e}}));X_({target:"Iterator",proto:!0,real:!0,forced:false},{filter:function(t){return Q_(this),K_(t),new tk(J_(this),{predicate:t})}});var ek=Rl,rk=yt,nk=Re,ik=p_;ri({target:"Iterator",proto:!0,real:!0},{find:function(t){nk(this),rk(t);var e=ik(this),r=0;return ek(e,(function(e,n){if(t(e,r++))return n(e)}),{IS_RECORD:!0,INTERRUPTED:!0}).result}});var ok=u,ak=Re,sk=p_,ck=cl,uk=function(t,e){e&&"string"==typeof t||ak(t);var r=ck(t);return sk(ak(void 0!==r?ok(r,t):t))},lk=ri,hk=u,fk=yt,dk=Re,pk=p_,gk=uk,vk=bl,yk=D_((function(){for(var t,e,r=this.iterator,n=this.mapper;;){if(e=this.inner)try{if(!(t=dk(hk(e.next,e.iterator))).done)return t.value;this.inner=null}catch(t){vk(r,"throw",t)}if(t=dk(hk(this.next,r)),this.done=!!t.done)return;try{this.inner=gk(n(t.value,this.counter++),!1)}catch(t){vk(r,"throw",t)}}}));lk({target:"Iterator",proto:!0,real:!0,forced:false},{flatMap:function(t){return dk(this),fk(t),new yk(pk(this),{mapper:t,inner:null})}});var mk=Rl,bk=yt,xk=Re,wk=p_;ri({target:"Iterator",proto:!0,real:!0},{forEach:function(t){xk(this),bk(t);var e=wk(this),r=0;mk(e,(function(e){t(e,r++)}),{IS_RECORD:!0})}});var Ak=ri,_k=u,kk=Nt,Ek=G,Sk=Md.IteratorPrototype,Mk=uk,Tk=D_((function(){return _k(this.next,this.iterator)}),!0);Ak({target:"Iterator",stat:!0,forced:false},{from:function(t){var e=Mk("string"==typeof t?kk(t):t,!0);return Ek(Sk,e.iterator)?e.iterator:new Tk(e)}});var Pk=u,Ok=yt,Ik=Re,Ck=p_,Rk=$f,jk=D_((function(){var t=this.iterator,e=Ik(Pk(this.next,t));if(!(this.done=!!e.done))return Rk(t,this.mapper,[e.value,this.counter++],!0)}));ri({target:"Iterator",proto:!0,real:!0,forced:false},{map:function(t){return Ik(this),Ok(t),new jk(Ck(this),{mapper:t})}});var Lk=Rl,Dk=yt,zk=Re,Nk=p_,Fk=TypeError;ri({target:"Iterator",proto:!0,real:!0},{reduce:function(t){zk(this),Dk(t);var e=Nk(this),r=arguments.length<2,n=r?void 0:arguments[1],i=0;if(Lk(e,(function(e){r?(r=!1,n=e):n=t(n,e,i),i++}),{IS_RECORD:!0}),r)throw new Fk("Reduce of empty iterator with no initial value");return n}});var Bk=Rl,Uk=yt,Yk=Re,Hk=p_;ri({target:"Iterator",proto:!0,real:!0},{some:function(t){Yk(this),Uk(t);var e=Hk(this),r=0;return Bk(e,(function(e,n){if(t(e,r++))return n()}),{IS_RECORD:!0,INTERRUPTED:!0}).stopped}});var $k=ri,Gk=u,Wk=Re,qk=p_,Xk=v_,Vk=b_,Kk=bl,Qk=D_((function(){var t=this.iterator;if(!this.remaining--)return this.done=!0,Kk(t,"normal",void 0);var e=Wk(Gk(this.next,t));return(this.done=!!e.done)?void 0:e.value}));$k({target:"Iterator",proto:!0,real:!0,forced:false},{take:function(t){Wk(this);var e=Vk(Xk(+t));return new Qk(qk(this),{remaining:e})}});var Jk=Re,Zk=Rl,tE=p_,eE=[].push;ri({target:"Iterator",proto:!0,real:!0},{toArray:function(){var t=[];return Zk(tE(Jk(this)),eE,{that:t,IS_RECORD:!0}),t}}),po(r.JSON,"JSON",!0);var rE={exports:{}},nE=i((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}})),iE=i,oE=U,aE=E,sE=nE,cE=Object.isExtensible,uE=iE((function(){cE(1)}))||sE?function(t){return!!oE(t)&&((!sE||"ArrayBuffer"!==aE(t))&&(!cE||cE(t)))}:cE,lE=!i((function(){return Object.isExtensible(Object.preventExtensions({}))})),hE=ri,fE=w,dE=gr,pE=U,gE=Ut,vE=Te.f,yE=Jr,mE=Ui,bE=uE,xE=lE,wE=!1,AE=Wt("meta"),_E=0,kE=function(t){vE(t,AE,{value:{objectID:"O"+_E++,weakData:{}}})},EE=rE.exports={enable:function(){EE.enable=function(){},wE=!0;var t=yE.f,e=fE([].splice),r={};r[AE]=1,t(r).length&&(yE.f=function(r){for(var n=t(r),i=0,o=n.length;i<o;i++)if(n[i]===AE){e(n,i,1);break}return n},hE({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:mE.f}))},fastKey:function(t,e){if(!pE(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!gE(t,AE)){if(!bE(t))return"F";if(!e)return"E";kE(t)}return t[AE].objectID},getWeakData:function(t,e){if(!gE(t,AE)){if(!bE(t))return!0;if(!e)return!1;kE(t)}return t[AE].weakData},onFreeze:function(t){return xE&&wE&&bE(t)&&!gE(t,AE)&&kE(t),t}};dE[AE]=!0;var SE=ri,ME=r,TE=w,PE=Xn,OE=Qr,IE=rE.exports,CE=Rl,RE=cy,jE=F,LE=I,DE=U,zE=i,NE=sd,FE=po,BE=qc,UE=function(t,e,r){var n=-1!==t.indexOf("Map"),i=-1!==t.indexOf("Weak"),o=n?"set":"add",a=ME[t],s=a&&a.prototype,c=a,u={},l=function(t){var e=TE(s[t]);OE(s,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(i&&!DE(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return i&&!DE(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(i&&!DE(t))&&e(this,0===t?0:t)}:function(t,r){return e(this,0===t?0:t,r),this})};if(PE(t,!jE(a)||!(i||s.forEach&&!zE((function(){(new a).entries().next()})))))c=r.getConstructor(e,t,n,o),IE.enable();else if(PE(t,!0)){var h=new c,f=h[o](i?{}:-0,1)!==h,d=zE((function(){h.has(1)})),p=NE((function(t){new a(t)})),g=!i&&zE((function(){for(var t=new a,e=5;e--;)t[o](e,e);return!t.has(-0)}));p||((c=e((function(t,e){RE(t,s);var r=BE(new a,t,c);return LE(e)||CE(e,r[o],{that:r,AS_ENTRIES:n}),r}))).prototype=s,s.constructor=c),(d||g)&&(l("delete"),l("has"),n&&l("get")),(g||f)&&l(o),i&&s.clear&&delete s.clear}return u[t]=c,SE({global:!0,constructor:!0,forced:c!==a},u),FE(c,t),i||r.setStrong(c,t,n),c},YE=Bi,HE=Ki,$E=oy,GE=wo,WE=cy,qE=I,XE=Rl,VE=tp,KE=ep,QE=iv,JE=o,ZE=rE.exports.fastKey,tS=Pr.set,eS=Pr.getterFor,rS={getConstructor:function(t,e,r,n){var i=t((function(t,i){WE(t,o),tS(t,{type:e,index:YE(null),first:null,last:null,size:0}),JE||(t.size=0),qE(i)||XE(i,t[n],{that:t,AS_ENTRIES:r})})),o=i.prototype,a=eS(e),s=function(t,e,r){var n,i,o=a(t),s=c(t,e);return s?s.value=r:(o.last=s={index:i=ZE(e,!0),key:e,value:r,previous:n=o.last,next:null,removed:!1},o.first||(o.first=s),n&&(n.next=s),JE?o.size++:t.size++,"F"!==i&&(o.index[i]=s)),t},c=function(t,e){var r,n=a(t),i=ZE(e);if("F"!==i)return n.index[i];for(r=n.first;r;r=r.next)if(r.key===e)return r};return $E(o,{clear:function(){for(var t=a(this),e=t.first;e;)e.removed=!0,e.previous&&(e.previous=e.previous.next=null),e=e.next;t.first=t.last=null,t.index=YE(null),JE?t.size=0:this.size=0},delete:function(t){var e=this,r=a(e),n=c(e,t);if(n){var i=n.next,o=n.previous;delete r.index[n.index],n.removed=!0,o&&(o.next=i),i&&(i.previous=o),r.first===n&&(r.first=i),r.last===n&&(r.last=o),JE?r.size--:e.size--}return!!n},forEach:function(t){for(var e,r=a(this),n=GE(t,arguments.length>1?arguments[1]:void 0);e=e?e.next:r.first;)for(n(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!c(this,t)}}),$E(o,r?{get:function(t){var e=c(this,t);return e&&e.value},set:function(t,e){return s(this,0===t?0:t,e)}}:{add:function(t){return s(this,t=0===t?0:t,t)}}),JE&&HE(o,"size",{configurable:!0,get:function(){return a(this).size}}),i},setStrong:function(t,e,r){var n=e+" Iterator",i=eS(e),o=eS(n);VE(t,e,(function(t,e){tS(this,{type:n,target:t,state:i(t),kind:e,last:null})}),(function(){for(var t=o(this),e=t.kind,r=t.last;r&&r.removed;)r=r.previous;return t.target&&(t.last=r=r?r.next:t.state.first)?KE("keys"===e?r.key:"values"===e?r.value:[r.key,r.value],!1):(t.target=null,KE(void 0,!0))}),r?"entries":"values",!r,!0),QE(e)}};UE("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),rS);var nS=w,iS=Map.prototype,oS={Map:Map,set:nS(iS.set),get:nS(iS.get),has:nS(iS.has),remove:nS(iS.delete),proto:iS},aS=ri,sS=yt,cS=j,uS=Rl,lS=i,hS=oS.Map,fS=oS.has,dS=oS.get,pS=oS.set,gS=w([].push);aS({target:"Map",stat:!0,forced:lS((function(){return 1!==hS.groupBy("ab",(function(t){return t})).get("a").length}))},{groupBy:function(t,e){cS(t),sS(e);var r=new hS,n=0;return uS(t,(function(t){var i=e(t,n++);fS(r,i)?gS(dS(r,i),t):pS(r,i,[t])})),r}});var vS=Math.log,yS=Math.log1p||function(t){var e=+t;return e>-1e-8&&e<1e-8?e-e*e/2:vS(1+e)},mS=ri,bS=yS,xS=Math.acosh,wS=Math.log,AS=Math.sqrt,_S=Math.LN2;mS({target:"Math",stat:!0,forced:!xS||710!==Math.floor(xS(Number.MAX_VALUE))||xS(1/0)!==1/0},{acosh:function(t){var e=+t;return e<1?NaN:e>94906265.62425156?wS(e)+_S:bS(e-1+AS(e-1)*AS(e+1))}});var kS=ri,ES=Math.asinh,SS=Math.log,MS=Math.sqrt;kS({target:"Math",stat:!0,forced:!(ES&&1/ES(0)>0)},{asinh:function t(e){var r=+e;return isFinite(r)&&0!==r?r<0?-t(-r):SS(r+MS(r*r+1)):r}});var TS=ri,PS=Math.atanh,OS=Math.log;TS({target:"Math",stat:!0,forced:!(PS&&1/PS(-0)<0)},{atanh:function(t){var e=+t;return 0===e?e:OS((1+e)/(1-e))/2}});var IS=ri,CS=dy,RS=Math.abs,jS=Math.pow;IS({target:"Math",stat:!0},{cbrt:function(t){var e=+t;return CS(e)*jS(RS(e),1/3)}});var LS=ri,DS=Math.floor,zS=Math.log,NS=Math.LOG2E;LS({target:"Math",stat:!0},{clz32:function(t){var e=t>>>0;return e?31-DS(zS(e+.5)*NS):32}});var FS=Math.expm1,BS=Math.exp,US=!FS||FS(10)>22025.465794806718||FS(10)<22025.465794806718||-2e-17!==FS(-2e-17)?function(t){var e=+t;return 0===e?e:e>-1e-6&&e<1e-6?e+e*e/2:BS(e)-1}:FS,YS=ri,HS=US,$S=Math.cosh,GS=Math.abs,WS=Math.E;YS({target:"Math",stat:!0,forced:!$S||$S(710)===1/0},{cosh:function(t){var e=HS(GS(t)-1)+1;return(e+1/(e*WS*WS))*(WS/2)}});var qS=US;ri({target:"Math",stat:!0,forced:qS!==Math.expm1},{expm1:qS}),ri({target:"Math",stat:!0},{fround:wy});var XS=by;ri({target:"Math",stat:!0},{f16round:function(t){return XS(t,.0009765625,65504,6103515625e-14)}});var VS=ri,KS=Math.hypot,QS=Math.abs,JS=Math.sqrt;VS({target:"Math",stat:!0,arity:2,forced:!!KS&&KS(1/0,NaN)!==1/0},{hypot:function(t,e){for(var r,n,i=0,o=0,a=arguments.length,s=0;o<a;)s<(r=QS(arguments[o++]))?(i=i*(n=s/r)*n+1,s=r):i+=r>0?(n=r/s)*n:r;return s===1/0?1/0:s*JS(i)}});var ZS=ri,tM=i,eM=Math.imul;ZS({target:"Math",stat:!0,forced:tM((function(){return-5!==eM(4294967295,5)||2!==eM.length}))},{imul:function(t,e){var r=65535,n=+t,i=+e,o=r&n,a=r&i;return 0|o*a+((r&n>>>16)*a+o*(r&i>>>16)<<16>>>0)}});var rM=Math.log,nM=Math.LOG10E,iM=Math.log10||function(t){return rM(t)*nM};ri({target:"Math",stat:!0},{log10:iM}),ri({target:"Math",stat:!0},{log1p:yS}),ri({target:"Math",stat:!0},{log2:Ub}),ri({target:"Math",stat:!0},{sign:dy});var oM=ri,aM=i,sM=US,cM=Math.abs,uM=Math.exp,lM=Math.E;oM({target:"Math",stat:!0,forced:aM((function(){return-2e-17!==Math.sinh(-2e-17)}))},{sinh:function(t){var e=+t;return cM(e)<1?(sM(e)-sM(-e))/2:(uM(e-1)-uM(-e-1))*(lM/2)}});var hM=ri,fM=US,dM=Math.exp;hM({target:"Math",stat:!0},{tanh:function(t){var e=+t,r=fM(e),n=fM(-e);return r===1/0?1:n===1/0?-1:(r-n)/(dM(e)+dM(-e))}}),po(Math,"Math",!0),ri({target:"Math",stat:!0},{trunc:en});var pM=w(1..valueOf),gM="\t\n\v\f\r                 \u2028\u2029\ufeff",vM=j,yM=pi,mM=gM,bM=w("".replace),xM=RegExp("^["+mM+"]+"),wM=RegExp("(^|[^"+mM+"])["+mM+"]+$"),AM=function(t){return function(e){var r=yM(vM(e));return 1&t&&(r=bM(r,xM,"")),2&t&&(r=bM(r,wM,"$1")),r}},_M={start:AM(1),end:AM(2),trim:AM(3)},kM=ri,EM=o,SM=r,MM=Zi,TM=w,PM=Xn,OM=Ut,IM=qc,CM=G,RM=ht,jM=ue,LM=i,DM=Jr.f,zM=n.f,NM=Te.f,FM=pM,BM=_M.trim,UM="Number",YM=SM[UM];MM[UM];var HM=YM.prototype,$M=SM.TypeError,GM=TM("".slice),WM=TM("".charCodeAt),qM=function(t){var e,r,n,i,o,a,s,c,u=jM(t,"number");if(RM(u))throw new $M("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=BM(u),43===(e=WM(u,0))||45===e){if(88===(r=WM(u,2))||120===r)return NaN}else if(48===e){switch(WM(u,1)){case 66:case 98:n=2,i=49;break;case 79:case 111:n=8,i=55;break;default:return+u}for(a=(o=GM(u,2)).length,s=0;s<a;s++)if((c=WM(o,s))<48||c>i)return NaN;return parseInt(o,n)}return+u},XM=PM(UM,!YM(" 0o1")||!YM("0b1")||YM("+0x1")),VM=function(t){var e,r=arguments.length<1?0:YM(function(t){var e=jM(t,"number");return"bigint"==typeof e?e:qM(e)}(t));return CM(HM,e=this)&&LM((function(){FM(e)}))?IM(Object(r),this,VM):r};VM.prototype=HM,XM&&(HM.constructor=VM),kM({global:!0,constructor:!0,wrap:!0,forced:XM},{Number:VM});XM&&function(t,e){for(var r,n=EM?DM(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),i=0;n.length>i;i++)OM(e,r=n[i])&&!OM(t,r)&&NM(t,r,zM(e,r))}(MM[UM],YM),ri({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)});var KM=r.isFinite;ri({target:"Number",stat:!0},{isFinite:Number.isFinite||function(t){return"number"==typeof t&&KM(t)}});var QM=U,JM=Math.floor,ZM=Number.isInteger||function(t){return!QM(t)&&isFinite(t)&&JM(t)===t};ri({target:"Number",stat:!0},{isInteger:ZM}),ri({target:"Number",stat:!0},{isNaN:function(t){return t!=t}});var tT=ri,eT=ZM,rT=Math.abs;tT({target:"Number",stat:!0},{isSafeInteger:function(t){return eT(t)&&rT(t)<=9007199254740991}}),ri({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991}),ri({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991});var nT=r,iT=i,oT=pi,aT=_M.trim,sT=gM,cT=w("".charAt),uT=nT.parseFloat,lT=nT.Symbol,hT=lT&&lT.iterator,fT=1/uT(sT+"-0")!=-1/0||hT&&!iT((function(){uT(Object(hT))}))?function(t){var e=aT(oT(t)),r=uT(e);return 0===r&&"-"===cT(e,0)?-0:r}:uT,dT=fT;ri({target:"Number",stat:!0,forced:Number.parseFloat!==dT},{parseFloat:dT});var pT=r,gT=i,vT=w,yT=pi,mT=_M.trim,bT=gM,xT=pT.parseInt,wT=pT.Symbol,AT=wT&&wT.iterator,_T=/^[+-]?0x/i,kT=vT(_T.exec),ET=8!==xT(bT+"08")||22!==xT(bT+"0x16")||AT&&!gT((function(){xT(Object(AT))}))?function(t,e){var r=mT(yT(t));return xT(r,e>>>0||(kT(_T,r)?16:10))}:xT,ST=ET;ri({target:"Number",stat:!0,forced:Number.parseInt!==ST},{parseInt:ST});var MT=ri,TT=w,PT=nn,OT=pM,IT=mw,CT=iM,RT=i,jT=RangeError,LT=String,DT=isFinite,zT=Math.abs,NT=Math.floor,FT=Math.pow,BT=Math.round,UT=TT(1..toExponential),YT=TT(IT),HT=TT("".slice),$T="-6.9000e-11"===UT(-69e-12,4)&&"1.25e+0"===UT(1.255,2)&&"1.235e+4"===UT(12345,3)&&"3e+1"===UT(25,0);MT({target:"Number",proto:!0,forced:!$T||!(RT((function(){UT(1,1/0)}))&&RT((function(){UT(1,-1/0)})))||!!RT((function(){UT(1/0,1/0),UT(NaN,1/0)}))},{toExponential:function(t){var e=OT(this);if(void 0===t)return UT(e);var r=PT(t);if(!DT(e))return String(e);if(r<0||r>20)throw new jT("Incorrect fraction digits");if($T)return UT(e,r);var n,i,o,a,s="";if(e<0&&(s="-",e=-e),0===e)i=0,n=YT("0",r+1);else{var c=CT(e);i=NT(c);var u=FT(10,i-r),l=BT(e/u);2*e>=(2*l+1)*u&&(l+=1),l>=FT(10,r+1)&&(l/=10,i+=1),n=LT(l)}return 0!==r&&(n=HT(n,0,1)+"."+HT(n,1)),0===i?(o="+",a="0"):(o=i>0?"+":"-",a=LT(zT(i))),s+(n+="e"+o+a)}});var GT=ri,WT=w,qT=nn,XT=pM,VT=mw,KT=i,QT=RangeError,JT=String,ZT=Math.floor,tP=WT(VT),eP=WT("".slice),rP=WT(1..toFixed),nP=function(t,e,r){return 0===e?r:e%2==1?nP(t,e-1,r*t):nP(t*t,e/2,r)},iP=function(t,e,r){for(var n=-1,i=r;++n<6;)i+=e*t[n],t[n]=i%1e7,i=ZT(i/1e7)},oP=function(t,e){for(var r=6,n=0;--r>=0;)n+=t[r],t[r]=ZT(n/e),n=n%e*1e7},aP=function(t){for(var e=6,r="";--e>=0;)if(""!==r||0===e||0!==t[e]){var n=JT(t[e]);r=""===r?n:r+tP("0",7-n.length)+n}return r};GT({target:"Number",proto:!0,forced:KT((function(){return"0.000"!==rP(8e-5,3)||"1"!==rP(.9,0)||"1.25"!==rP(1.255,2)||"1000000000000000128"!==rP(0xde0b6b3a7640080,0)}))||!KT((function(){rP({})}))},{toFixed:function(t){var e,r,n,i,o=XT(this),a=qT(t),s=[0,0,0,0,0,0],c="",u="0";if(a<0||a>20)throw new QT("Incorrect fraction digits");if(o!=o)return"NaN";if(o<=-1e21||o>=1e21)return JT(o);if(o<0&&(c="-",o=-o),o>1e-21)if(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(o*nP(2,69,1))-69,r=e<0?o*nP(2,-e,1):o/nP(2,e,1),r*=4503599627370496,(e=52-e)>0){for(iP(s,0,r),n=a;n>=7;)iP(s,1e7,0),n-=7;for(iP(s,nP(10,n,1),0),n=e-1;n>=23;)oP(s,1<<23),n-=23;oP(s,1<<n),iP(s,1,1),oP(s,2),u=aP(s)}else iP(s,0,r),iP(s,1<<-e,0),u=aP(s)+tP("0",a);return u=a>0?c+((i=u.length)<=a?"0."+tP("0",a-i)+u:eP(u,0,i-a)+"."+eP(u,i-a)):c+u}});var sP=ri,cP=i,uP=pM,lP=w(1..toPrecision);sP({target:"Number",proto:!0,forced:cP((function(){return"1"!==lP(1,void 0)}))||!cP((function(){lP({})}))},{toPrecision:function(t){return void 0===t?lP(uP(this)):lP(uP(this),t)}});var hP=o,fP=w,dP=u,pP=i,gP=mi,vP=Tn,yP=l,mP=Nt,bP=O,xP=Object.assign,wP=Object.defineProperty,AP=fP([].concat),_P=!xP||pP((function(){if(hP&&1!==xP({b:1},xP(wP({},"a",{enumerable:!0,get:function(){wP(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return t[r]=7,n.split("").forEach((function(t){e[t]=t})),7!==xP({},t)[r]||gP(xP({},e)).join("")!==n}))?function(t,e){for(var r=mP(t),n=arguments.length,i=1,o=vP.f,a=yP.f;n>i;)for(var s,c=bP(arguments[i++]),u=o?AP(gP(c),o(c)):gP(c),l=u.length,h=0;l>h;)s=u[h++],hP&&!dP(a,c,s)||(r[s]=c[s]);return r}:xP,kP=_P;ri({target:"Object",stat:!0,arity:2,forced:Object.assign!==kP},{assign:kP}),ri({target:"Object",stat:!0,sham:!o},{create:Bi});var EP=r,SP=Cg,MP=!i((function(){if(!(SP&&SP<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete EP[t]}})),TP=yt,PP=Nt,OP=Te;o&&ri({target:"Object",proto:!0,forced:MP},{__defineGetter__:function(t,e){OP.f(PP(this),t,{get:TP(e),enumerable:!0,configurable:!0})}});var IP=ri,CP=o,RP=gi.f;IP({target:"Object",stat:!0,forced:Object.defineProperties!==RP,sham:!CP},{defineProperties:RP});var jP=ri,LP=o,DP=Te.f;jP({target:"Object",stat:!0,forced:Object.defineProperty!==DP,sham:!LP},{defineProperty:DP});var zP=yt,NP=Nt,FP=Te;o&&ri({target:"Object",proto:!0,forced:MP},{__defineSetter__:function(t,e){FP.f(NP(this),t,{set:zP(e),enumerable:!0,configurable:!0})}});var BP=o,UP=i,YP=w,HP=Qu,$P=mi,GP=z,WP=YP(l.f),qP=YP([].push),XP=BP&&UP((function(){var t=Object.create(null);return t[2]=2,!WP(t,2)})),VP=function(t){return function(e){for(var r,n=GP(e),i=$P(n),o=XP&&null===HP(n),a=i.length,s=0,c=[];a>s;)r=i[s++],BP&&!(o?r in n:WP(n,r))||qP(c,t?[r,n[r]]:n[r]);return c}},KP={entries:VP(!0),values:VP(!1)},QP=KP.entries;ri({target:"Object",stat:!0},{entries:function(t){return QP(t)}});var JP=ri,ZP=lE,tO=i,eO=U,rO=rE.exports.onFreeze,nO=Object.freeze;JP({target:"Object",stat:!0,forced:tO((function(){nO(1)})),sham:!ZP},{freeze:function(t){return nO&&eO(t)?nO(rO(t)):t}});var iO=Rl,oO=bh;ri({target:"Object",stat:!0},{fromEntries:function(t){var e={};return iO(t,(function(t,r){oO(e,t,r)}),{AS_ENTRIES:!0}),e}});var aO=ri,sO=i,cO=z,uO=n.f,lO=o;aO({target:"Object",stat:!0,forced:!lO||sO((function(){uO(1)})),sham:!lO},{getOwnPropertyDescriptor:function(t,e){return uO(cO(t),e)}});var hO=jn,fO=z,dO=n,pO=bh;ri({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,r,n=fO(t),i=dO.f,o=hO(n),a={},s=0;o.length>s;)void 0!==(r=i(n,e=o[s++]))&&pO(a,e,r);return a}});var gO=ri,vO=i,yO=Ui.f;gO({target:"Object",stat:!0,forced:vO((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:yO});var mO=Nt,bO=Qu,xO=Hu;ri({target:"Object",stat:!0,forced:i((function(){bO(1)})),sham:!xO},{getPrototypeOf:function(t){return bO(mO(t))}});var wO=ri,AO=$,_O=w,kO=yt,EO=j,SO=fe,MO=Rl,TO=i,PO=Object.groupBy,OO=AO("Object","create"),IO=_O([].push);wO({target:"Object",stat:!0,forced:!PO||TO((function(){return 1!==PO("ab",(function(t){return t})).a.length}))},{groupBy:function(t,e){EO(t),kO(e);var r=OO(null),n=0;return MO(t,(function(t){var i=SO(e(t,n++));i in r?IO(r[i],t):r[i]=[t]})),r}}),ri({target:"Object",stat:!0},{hasOwn:Ut});var CO=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e};ri({target:"Object",stat:!0},{is:CO});var RO=uE;ri({target:"Object",stat:!0,forced:Object.isExtensible!==RO},{isExtensible:RO});var jO=ri,LO=i,DO=U,zO=E,NO=nE,FO=Object.isFrozen;jO({target:"Object",stat:!0,forced:NO||LO((function(){FO(1)}))},{isFrozen:function(t){return!DO(t)||(!(!NO||"ArrayBuffer"!==zO(t))||!!FO&&FO(t))}});var BO=ri,UO=i,YO=U,HO=E,$O=nE,GO=Object.isSealed;BO({target:"Object",stat:!0,forced:$O||UO((function(){GO(1)}))},{isSealed:function(t){return!YO(t)||(!(!$O||"ArrayBuffer"!==HO(t))||!!GO&&GO(t))}});var WO=Nt,qO=mi;ri({target:"Object",stat:!0,forced:i((function(){qO(1)}))},{keys:function(t){return qO(WO(t))}});var XO=ri,VO=o,KO=MP,QO=Nt,JO=fe,ZO=Qu,tI=n.f;VO&&XO({target:"Object",proto:!0,forced:KO},{__lookupGetter__:function(t){var e,r=QO(this),n=JO(t);do{if(e=tI(r,n))return e.get}while(r=ZO(r))}});var eI=ri,rI=o,nI=MP,iI=Nt,oI=fe,aI=Qu,sI=n.f;rI&&eI({target:"Object",proto:!0,forced:nI},{__lookupSetter__:function(t){var e,r=iI(this),n=oI(t);do{if(e=sI(r,n))return e.set}while(r=aI(r))}});var cI=ri,uI=U,lI=rE.exports.onFreeze,hI=lE,fI=i,dI=Object.preventExtensions;cI({target:"Object",stat:!0,forced:fI((function(){dI(1)})),sham:!hI},{preventExtensions:function(t){return dI&&uI(t)?dI(lI(t)):t}});var pI=o,gI=Ki,vI=U,yI=Cc,mI=Nt,bI=j,xI=Object.getPrototypeOf,wI=Object.setPrototypeOf,AI=Object.prototype,_I="__proto__";if(pI&&xI&&wI&&!(_I in AI))try{gI(AI,_I,{configurable:!0,get:function(){return xI(mI(this))},set:function(t){var e=bI(this);yI(t)&&vI(e)&&wI(e,t)}})}catch(t){}var kI=ri,EI=U,SI=rE.exports.onFreeze,MI=lE,TI=i,PI=Object.seal;kI({target:"Object",stat:!0,forced:TI((function(){PI(1)})),sham:!MI},{seal:function(t){return PI&&EI(t)?PI(SI(t)):t}}),ri({target:"Object",stat:!0},{setPrototypeOf:Uc});var OI=hi,II=ii?{}.toString:function(){return"[object "+OI(this)+"]"};ii||Qr(Object.prototype,"toString",II,{unsafe:!0});var CI=KP.values;ri({target:"Object",stat:!0},{values:function(t){return CI(t)}});ri({global:!0,forced:parseFloat!==fT},{parseFloat:fT});ri({global:!0,forced:parseInt!==ET},{parseInt:ET});var RI,jI,LI,DI,zI=Do,NI=dt,FI=TypeError,BI=function(t){if(zI(t))return t;throw new FI(NI(t)+" is not a constructor")},UI=Re,YI=BI,HI=I,$I=ee("species"),GI=function(t,e){var r,n=UI(t).constructor;return void 0===n||HI(r=UI(n)[$I])?e:YI(r)},WI=TypeError,qI=function(t,e){if(t<e)throw new WI("Not enough arguments");return t},XI=/(?:ipad|iphone|ipod).*applewebkit/i.test(X),VI=r,KI=Ms,QI=wo,JI=F,ZI=Ut,tC=i,eC=Si,rC=Yi,nC=ve,iC=qI,oC=XI,aC=rg,sC=VI.setImmediate,cC=VI.clearImmediate,uC=VI.process,lC=VI.Dispatch,hC=VI.Function,fC=VI.MessageChannel,dC=VI.String,pC=0,gC={},vC="onreadystatechange";tC((function(){RI=VI.location}));var yC=function(t){if(ZI(gC,t)){var e=gC[t];delete gC[t],e()}},mC=function(t){return function(){yC(t)}},bC=function(t){yC(t.data)},xC=function(t){VI.postMessage(dC(t),RI.protocol+"//"+RI.host)};sC&&cC||(sC=function(t){iC(arguments.length,1);var e=JI(t)?t:hC(t),r=rC(arguments,1);return gC[++pC]=function(){KI(e,void 0,r)},jI(pC),pC},cC=function(t){delete gC[t]},aC?jI=function(t){uC.nextTick(mC(t))}:lC&&lC.now?jI=function(t){lC.now(mC(t))}:fC&&!oC?(DI=(LI=new fC).port2,LI.port1.onmessage=bC,jI=QI(DI.postMessage,DI)):VI.addEventListener&&JI(VI.postMessage)&&!VI.importScripts&&RI&&"file:"!==RI.protocol&&!tC(xC)?(jI=xC,VI.addEventListener("message",bC,!1)):jI=vC in nC("script")?function(t){eC.appendChild(nC("script"))[vC]=function(){eC.removeChild(this),yC(t)}}:function(t){setTimeout(mC(t),0)});var wC={set:sC,clear:cC},AC=r,_C=o,kC=Object.getOwnPropertyDescriptor,EC=function(t){if(!_C)return AC[t];var e=kC(AC,t);return e&&e.value},SC=function(){this.head=null,this.tail=null};SC.prototype={add:function(t){var e={item:t,next:null},r=this.tail;r?r.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}};var MC,TC,PC,OC,IC,CC=SC,RC=/ipad|iphone|ipod/i.test(X)&&"undefined"!=typeof Pebble,jC=/web0s(?!.*chrome)/i.test(X),LC=r,DC=EC,zC=wo,NC=wC.set,FC=CC,BC=XI,UC=RC,YC=jC,HC=rg,$C=LC.MutationObserver||LC.WebKitMutationObserver,GC=LC.document,WC=LC.process,qC=LC.Promise,XC=DC("queueMicrotask");if(!XC){var VC=new FC,KC=function(){var t,e;for(HC&&(t=WC.domain)&&t.exit();e=VC.get();)try{e()}catch(t){throw VC.head&&MC(),t}t&&t.enter()};BC||HC||YC||!$C||!GC?!UC&&qC&&qC.resolve?((OC=qC.resolve(void 0)).constructor=qC,IC=zC(OC.then,OC),MC=function(){IC(KC)}):HC?MC=function(){WC.nextTick(KC)}:(NC=zC(NC,LC),MC=function(){NC(KC)}):(TC=!0,PC=GC.createTextNode(""),new $C(KC).observe(PC,{characterData:!0}),MC=function(){PC.data=TC=!TC}),XC=function(t){VC.head||MC(),VC.add(t)}}var QC=XC,JC=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}},ZC=r.Promise,tR=r,eR=ZC,rR=F,nR=Xn,iR=cr,oR=ee,aR=eg,sR=et;eR&&eR.prototype;var cR=oR("species"),uR=!1,lR=rR(tR.PromiseRejectionEvent),hR=nR("Promise",(function(){var t=iR(eR),e=t!==String(eR);if(!e&&66===sR)return!0;if(!sR||sR<51||!/native code/.test(t)){var r=new eR((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};if((r.constructor={})[cR]=n,!(uR=r.then((function(){}))instanceof n))return!0}return!(e||"BROWSER"!==aR&&"DENO"!==aR||lR)})),fR={CONSTRUCTOR:hR,REJECTION_EVENT:lR,SUBCLASSING:uR},dR={},pR=yt,gR=TypeError,vR=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw new gR("Bad Promise constructor");e=t,r=n})),this.resolve=pR(e),this.reject=pR(r)};dR.f=function(t){return new vR(t)};var yR,mR,bR,xR=ri,wR=rg,AR=r,_R=u,kR=Qr,ER=Uc,SR=po,MR=iv,TR=yt,PR=F,OR=U,IR=cy,CR=GI,RR=wC.set,jR=QC,LR=function(t,e){try{1===arguments.length?console.error(t):console.error(t,e)}catch(t){}},DR=JC,zR=CC,NR=Pr,FR=ZC,BR=dR,UR="Promise",YR=fR.CONSTRUCTOR,HR=fR.REJECTION_EVENT,$R=fR.SUBCLASSING,GR=NR.getterFor(UR),WR=NR.set,qR=FR&&FR.prototype,XR=FR,VR=qR,KR=AR.TypeError,QR=AR.document,JR=AR.process,ZR=BR.f,tj=ZR,ej=!!(QR&&QR.createEvent&&AR.dispatchEvent),rj="unhandledrejection",nj=function(t){var e;return!(!OR(t)||!PR(e=t.then))&&e},ij=function(t,e){var r,n,i,o=e.value,a=1===e.state,s=a?t.ok:t.fail,c=t.resolve,u=t.reject,l=t.domain;try{s?(a||(2===e.rejection&&uj(e),e.rejection=1),!0===s?r=o:(l&&l.enter(),r=s(o),l&&(l.exit(),i=!0)),r===t.promise?u(new KR("Promise-chain cycle")):(n=nj(r))?_R(n,r,c,u):c(r)):u(o)}catch(t){l&&!i&&l.exit(),u(t)}},oj=function(t,e){t.notified||(t.notified=!0,jR((function(){for(var r,n=t.reactions;r=n.get();)ij(r,t);t.notified=!1,e&&!t.rejection&&sj(t)})))},aj=function(t,e,r){var n,i;ej?((n=QR.createEvent("Event")).promise=e,n.reason=r,n.initEvent(t,!1,!0),AR.dispatchEvent(n)):n={promise:e,reason:r},!HR&&(i=AR["on"+t])?i(n):t===rj&&LR("Unhandled promise rejection",r)},sj=function(t){_R(RR,AR,(function(){var e,r=t.facade,n=t.value;if(cj(t)&&(e=DR((function(){wR?JR.emit("unhandledRejection",n,r):aj(rj,r,n)})),t.rejection=wR||cj(t)?2:1,e.error))throw e.value}))},cj=function(t){return 1!==t.rejection&&!t.parent},uj=function(t){_R(RR,AR,(function(){var e=t.facade;wR?JR.emit("rejectionHandled",e):aj("rejectionhandled",e,t.value)}))},lj=function(t,e,r){return function(n){t(e,n,r)}},hj=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,oj(t,!0))},fj=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw new KR("Promise can't be resolved itself");var n=nj(e);n?jR((function(){var r={done:!1};try{_R(n,e,lj(fj,r,t),lj(hj,r,t))}catch(e){hj(r,e,t)}})):(t.value=e,t.state=1,oj(t,!1))}catch(e){hj({done:!1},e,t)}}};if(YR&&(VR=(XR=function(t){IR(this,VR),TR(t),_R(yR,this);var e=GR(this);try{t(lj(fj,e),lj(hj,e))}catch(t){hj(e,t)}}).prototype,(yR=function(t){WR(this,{type:UR,done:!1,notified:!1,parent:!1,reactions:new zR,rejection:!1,state:0,value:null})}).prototype=kR(VR,"then",(function(t,e){var r=GR(this),n=ZR(CR(this,XR));return r.parent=!0,n.ok=!PR(t)||t,n.fail=PR(e)&&e,n.domain=wR?JR.domain:void 0,0===r.state?r.reactions.add(n):jR((function(){ij(n,r)})),n.promise})),mR=function(){var t=new yR,e=GR(t);this.promise=t,this.resolve=lj(fj,e),this.reject=lj(hj,e)},BR.f=ZR=function(t){return t===XR||undefined===t?new mR(t):tj(t)},PR(FR)&&qR!==Object.prototype)){bR=qR.then,$R||kR(qR,"then",(function(t,e){var r=this;return new XR((function(t,e){_R(bR,r,t,e)})).then(t,e)}),{unsafe:!0});try{delete qR.constructor}catch(t){}ER&&ER(qR,VR)}xR({global:!0,constructor:!0,wrap:!0,forced:YR},{Promise:XR}),SR(XR,UR,!1),MR(UR);var dj=ZC,pj=fR.CONSTRUCTOR||!sd((function(t){dj.all(t).then(void 0,(function(){}))})),gj=u,vj=yt,yj=dR,mj=JC,bj=Rl;ri({target:"Promise",stat:!0,forced:pj},{all:function(t){var e=this,r=yj.f(e),n=r.resolve,i=r.reject,o=mj((function(){var r=vj(e.resolve),o=[],a=0,s=1;bj(t,(function(t){var c=a++,u=!1;s++,gj(r,e,t).then((function(t){u||(u=!0,o[c]=t,--s||n(o))}),i)})),--s||n(o)}));return o.error&&i(o.value),r.promise}});var xj=ri,wj=fR.CONSTRUCTOR,Aj=ZC,_j=$,kj=F,Ej=Qr,Sj=Aj&&Aj.prototype;if(xj({target:"Promise",proto:!0,forced:wj,real:!0},{catch:function(t){return this.then(void 0,t)}}),kj(Aj)){var Mj=_j("Promise").prototype.catch;Sj.catch!==Mj&&Ej(Sj,"catch",Mj,{unsafe:!0})}var Tj=u,Pj=yt,Oj=dR,Ij=JC,Cj=Rl;ri({target:"Promise",stat:!0,forced:pj},{race:function(t){var e=this,r=Oj.f(e),n=r.reject,i=Ij((function(){var i=Pj(e.resolve);Cj(t,(function(t){Tj(i,e,t).then(r.resolve,n)}))}));return i.error&&n(i.value),r.promise}});var Rj=dR;ri({target:"Promise",stat:!0,forced:fR.CONSTRUCTOR},{reject:function(t){var e=Rj.f(this);return(0,e.reject)(t),e.promise}});var jj=Re,Lj=U,Dj=dR,zj=function(t,e){if(jj(t),Lj(e)&&e.constructor===t)return e;var r=Dj.f(t);return(0,r.resolve)(e),r.promise},Nj=ri,Fj=fR.CONSTRUCTOR,Bj=zj;$("Promise"),Nj({target:"Promise",stat:!0,forced:Fj},{resolve:function(t){return Bj(this,t)}});var Uj=u,Yj=yt,Hj=dR,$j=JC,Gj=Rl;ri({target:"Promise",stat:!0,forced:pj},{allSettled:function(t){var e=this,r=Hj.f(e),n=r.resolve,i=r.reject,o=$j((function(){var r=Yj(e.resolve),i=[],o=0,a=1;Gj(t,(function(t){var s=o++,c=!1;a++,Uj(r,e,t).then((function(t){c||(c=!0,i[s]={status:"fulfilled",value:t},--a||n(i))}),(function(t){c||(c=!0,i[s]={status:"rejected",reason:t},--a||n(i))}))})),--a||n(i)}));return o.error&&i(o.value),r.promise}});var Wj=u,qj=yt,Xj=$,Vj=dR,Kj=JC,Qj=Rl,Jj="No one promise resolved";ri({target:"Promise",stat:!0,forced:pj},{any:function(t){var e=this,r=Xj("AggregateError"),n=Vj.f(e),i=n.resolve,o=n.reject,a=Kj((function(){var n=qj(e.resolve),a=[],s=0,c=1,u=!1;Qj(t,(function(t){var l=s++,h=!1;c++,Wj(n,e,t).then((function(t){h||u||(u=!0,i(t))}),(function(t){h||u||(h=!0,a[l]=t,--c||o(new r(a,Jj)))}))})),--c||o(new r(a,Jj))}));return a.error&&o(a.value),n.promise}});var Zj=ri,tL=ZC,eL=i,rL=$,nL=F,iL=GI,oL=zj,aL=Qr,sL=tL&&tL.prototype;if(Zj({target:"Promise",proto:!0,real:!0,forced:!!tL&&eL((function(){sL.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=iL(this,rL("Promise")),r=nL(t);return this.then(r?function(r){return oL(e,t()).then((function(){return r}))}:t,r?function(r){return oL(e,t()).then((function(){throw r}))}:t)}}),nL(tL)){var cL=rL("Promise").prototype.finally;sL.finally!==cL&&aL(sL,"finally",cL,{unsafe:!0})}var uL=ri,lL=Ms,hL=Yi,fL=dR,dL=yt,pL=JC,gL=r.Promise,vL=!1;uL({target:"Promise",stat:!0,forced:!gL||!gL.try||pL((function(){gL.try((function(t){vL=8===t}),8)})).error||!vL},{try:function(t){var e=arguments.length>1?hL(arguments,1):[],r=fL.f(this),n=pL((function(){return lL(dL(t),void 0,e)}));return(n.error?r.reject:r.resolve)(n.value),r.promise}});var yL=dR;ri({target:"Promise",stat:!0},{withResolvers:function(){var t=yL.f(this);return{promise:t.promise,resolve:t.resolve,reject:t.reject}}});var mL=Ms,bL=yt,xL=Re;ri({target:"Reflect",stat:!0,forced:!i((function(){Reflect.apply((function(){}))}))},{apply:function(t,e,r){return mL(bL(t),e,xL(r))}});var wL=ri,AL=Ms,_L=PA,kL=BI,EL=Re,SL=U,ML=Bi,TL=i,PL=$("Reflect","construct"),OL=Object.prototype,IL=[].push,CL=TL((function(){function t(){}return!(PL((function(){}),[],t)instanceof t)})),RL=!TL((function(){PL((function(){}))})),jL=CL||RL;wL({target:"Reflect",stat:!0,forced:jL,sham:jL},{construct:function(t,e){kL(t),EL(e);var r=arguments.length<3?t:kL(arguments[2]);if(RL&&!CL)return PL(t,e,r);if(t===r){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var n=[null];return AL(IL,n,e),new(AL(_L,t,n))}var i=r.prototype,o=ML(SL(i)?i:OL),a=AL(t,o,e);return SL(a)?a:o}});var LL=o,DL=Re,zL=fe,NL=Te;ri({target:"Reflect",stat:!0,forced:i((function(){Reflect.defineProperty(NL.f({},1,{value:1}),1,{value:2})})),sham:!LL},{defineProperty:function(t,e,r){DL(t);var n=zL(e);DL(r);try{return NL.f(t,n,r),!0}catch(t){return!1}}});var FL=ri,BL=Re,UL=n.f;FL({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var r=UL(BL(t),e);return!(r&&!r.configurable)&&delete t[e]}});var YL=Ut,HL=function(t){return void 0!==t&&(YL(t,"value")||YL(t,"writable"))},$L=u,GL=U,WL=Re,qL=HL,XL=n,VL=Qu;ri({target:"Reflect",stat:!0},{get:function t(e,r){var n,i,o=arguments.length<3?e:arguments[2];return WL(e)===o?e[r]:(n=XL.f(e,r))?qL(n)?n.value:void 0===n.get?void 0:$L(n.get,o):GL(i=VL(e))?t(i,r,o):void 0}});var KL=Re,QL=n;ri({target:"Reflect",stat:!0,sham:!o},{getOwnPropertyDescriptor:function(t,e){return QL.f(KL(t),e)}});var JL=Re,ZL=Qu;ri({target:"Reflect",stat:!0,sham:!Hu},{getPrototypeOf:function(t){return ZL(JL(t))}}),ri({target:"Reflect",stat:!0},{has:function(t,e){return e in t}});var tD=Re,eD=uE;ri({target:"Reflect",stat:!0},{isExtensible:function(t){return tD(t),eD(t)}}),ri({target:"Reflect",stat:!0},{ownKeys:jn});var rD=$,nD=Re;ri({target:"Reflect",stat:!0,sham:!lE},{preventExtensions:function(t){nD(t);try{var e=rD("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}});var iD=ri,oD=u,aD=Re,sD=U,cD=HL,uD=Te,lD=n,hD=Qu,fD=v;var dD=i((function(){var t=function(){},e=uD.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}));iD({target:"Reflect",stat:!0,forced:dD},{set:function t(e,r,n){var i,o,a,s=arguments.length<4?e:arguments[3],c=lD.f(aD(e),r);if(!c){if(sD(o=hD(e)))return t(o,r,n,s);c=fD(0)}if(cD(c)){if(!1===c.writable||!sD(s))return!1;if(i=lD.f(s,r)){if(i.get||i.set||!1===i.writable)return!1;i.value=n,uD.f(s,r,i)}else uD.f(s,r,fD(0,n))}else{if(void 0===(a=c.set))return!1;oD(a,s,n)}return!0}});var pD=Re,gD=Dc,vD=Uc;vD&&ri({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){pD(t),gD(e);try{return vD(t,e),!0}catch(t){return!1}}});var yD=r,mD=po;ri({global:!0},{Reflect:{}}),mD(yD.Reflect,"Reflect",!0);var bD=U,xD=E,wD=ee("match"),AD=function(t){var e;return bD(t)&&(void 0!==(e=t[wD])?!!e:"RegExp"===xD(t))},_D=Re,kD=function(){var t=_D(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e},ED=u,SD=Ut,MD=G,TD=kD,PD=RegExp.prototype,OD=function(t){var e=t.flags;return void 0!==e||"flags"in PD||SD(t,"flags")||!MD(PD,t)?e:ED(TD,t)},ID=i,CD=r.RegExp,RD=ID((function(){var t=CD("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),jD=RD||ID((function(){return!CD("a","y").sticky})),LD=RD||ID((function(){var t=CD("^r","gy");return t.lastIndex=2,null!==t.exec("str")})),DD={BROKEN_CARET:LD,MISSED_STICKY:jD,UNSUPPORTED_Y:RD},zD=i,ND=r.RegExp,FD=zD((function(){var t=ND(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)})),BD=i,UD=r.RegExp,YD=BD((function(){var t=UD("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),HD=o,$D=r,GD=w,WD=Xn,qD=qc,XD=qe,VD=Bi,KD=Jr.f,QD=G,JD=AD,ZD=pi,tz=OD,ez=DD,rz=Hc,nz=Qr,iz=i,oz=Ut,az=Pr.enforce,sz=iv,cz=FD,uz=YD,lz=ee("match"),hz=$D.RegExp,fz=hz.prototype,dz=$D.SyntaxError,pz=GD(fz.exec),gz=GD("".charAt),vz=GD("".replace),yz=GD("".indexOf),mz=GD("".slice),bz=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,xz=/a/g,wz=/a/g,Az=new hz(xz)!==xz,_z=ez.MISSED_STICKY,kz=ez.UNSUPPORTED_Y,Ez=HD&&(!Az||_z||cz||uz||iz((function(){return wz[lz]=!1,hz(xz)!==xz||hz(wz)===wz||"/a/i"!==String(hz(xz,"i"))})));if(WD("RegExp",Ez)){for(var Sz=function(t,e){var r,n,i,o,a,s,c=QD(fz,this),u=JD(t),l=void 0===e,h=[],f=t;if(!c&&u&&l&&t.constructor===Sz)return t;if((u||QD(fz,t))&&(t=t.source,l&&(e=tz(f))),t=void 0===t?"":ZD(t),e=void 0===e?"":ZD(e),f=t,cz&&"dotAll"in xz&&(n=!!e&&yz(e,"s")>-1)&&(e=vz(e,/s/g,"")),r=e,_z&&"sticky"in xz&&(i=!!e&&yz(e,"y")>-1)&&kz&&(e=vz(e,/y/g,"")),uz&&(o=function(t){for(var e,r=t.length,n=0,i="",o=[],a=VD(null),s=!1,c=!1,u=0,l="";n<=r;n++){if("\\"===(e=gz(t,n)))e+=gz(t,++n);else if("]"===e)s=!1;else if(!s)switch(!0){case"["===e:s=!0;break;case"("===e:if(i+=e,"?:"===mz(t,n+1,n+3))continue;pz(bz,mz(t,n+1))&&(n+=2,c=!0),u++;continue;case">"===e&&c:if(""===l||oz(a,l))throw new dz("Invalid capture group name");a[l]=!0,o[o.length]=[l,u],c=!1,l="";continue}c?l+=e:i+=e}return[i,o]}(t),t=o[0],h=o[1]),a=qD(hz(t,e),c?this:fz,Sz),(n||i||h.length)&&(s=az(a),n&&(s.dotAll=!0,s.raw=Sz(function(t){for(var e,r=t.length,n=0,i="",o=!1;n<=r;n++)"\\"!==(e=gz(t,n))?o||"."!==e?("["===e?o=!0:"]"===e&&(o=!1),i+=e):i+="[\\s\\S]":i+=e+gz(t,++n);return i}(t),r)),i&&(s.sticky=!0),h.length&&(s.groups=h)),t!==f)try{XD(a,"source",""===f?"(?:)":f)}catch(t){}return a},Mz=KD(hz),Tz=0;Mz.length>Tz;)rz(Sz,hz,Mz[Tz++]);fz.constructor=Sz,Sz.prototype=fz,nz($D,"RegExp",Sz,{constructor:!0})}sz("RegExp");var Pz=TypeError,Oz=ri,Iz=w,Cz=function(t){if("string"==typeof t)return t;throw new Pz("Argument is not a string")},Rz=Ut,jz=Mw.start,Lz=gM,Dz=Array,zz=RegExp.escape,Nz=Iz("".charAt),Fz=Iz("".charCodeAt),Bz=Iz(1.1.toString),Uz=Iz([].join),Yz=/^[0-9a-z]/i,Hz=/^[$()*+./?[\\\]^{|}]/,$z=RegExp("^[!\"#%&',\\-:;<=>@`~"+Lz+"]"),Gz=Iz(Yz.exec),Wz={"\t":"t","\n":"n","\v":"v","\f":"f","\r":"r"},qz=function(t){var e=Bz(Fz(t,0),16);return e.length<3?"\\x"+jz(e,2,"0"):"\\u"+jz(e,4,"0")};Oz({target:"RegExp",stat:!0,forced:!zz||"\\x61b"!==zz("ab")},{escape:function(t){Cz(t);for(var e=t.length,r=Dz(e),n=0;n<e;n++){var i=Nz(t,n);if(0===n&&Gz(Yz,i))r[n]=qz(i);else if(Rz(Wz,i))r[n]="\\"+Wz[i];else if(Gz(Hz,i))r[n]="\\"+i;else if(Gz($z,i))r[n]=qz(i);else{var o=Fz(i,0);55296!=(63488&o)?r[n]=i:o>=56320||n+1>=e||56320!=(64512&Fz(t,n+1))?r[n]=qz(i):(r[n]=i,r[++n]=Nz(t,n))}}return Uz(r,"")}});var Xz=o,Vz=FD,Kz=E,Qz=Ki,Jz=Pr.get,Zz=RegExp.prototype,tN=TypeError;Xz&&Vz&&Qz(Zz,"dotAll",{configurable:!0,get:function(){if(this!==Zz){if("RegExp"===Kz(this))return!!Jz(this).dotAll;throw new tN("Incompatible receiver, RegExp required")}}});var eN=u,rN=w,nN=pi,iN=kD,oN=DD,aN=Bi,sN=Pr.get,cN=FD,uN=YD,lN=Lt("native-string-replace",String.prototype.replace),hN=RegExp.prototype.exec,fN=hN,dN=rN("".charAt),pN=rN("".indexOf),gN=rN("".replace),vN=rN("".slice),yN=function(){var t=/a/,e=/b*/g;return eN(hN,t,"a"),eN(hN,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),mN=oN.BROKEN_CARET,bN=void 0!==/()??/.exec("")[1];(yN||bN||mN||cN||uN)&&(fN=function(t){var e,r,n,i,o,a,s,c=this,u=sN(c),l=nN(t),h=u.raw;if(h)return h.lastIndex=c.lastIndex,e=eN(fN,h,l),c.lastIndex=h.lastIndex,e;var f=u.groups,d=mN&&c.sticky,p=eN(iN,c),g=c.source,v=0,y=l;if(d&&(p=gN(p,"y",""),-1===pN(p,"g")&&(p+="g"),y=vN(l,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==dN(l,c.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),r=new RegExp("^(?:"+g+")",p)),bN&&(r=new RegExp("^"+g+"$(?!\\s)",p)),yN&&(n=c.lastIndex),i=eN(hN,d?r:c,y),d?i?(i.input=vN(i.input,v),i[0]=vN(i[0],v),i.index=c.lastIndex,c.lastIndex+=i[0].length):c.lastIndex=0:yN&&i&&(c.lastIndex=c.global?i.index+i[0].length:n),bN&&i&&i.length>1&&eN(lN,i[0],r,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(i[o]=void 0)})),i&&f)for(i.groups=a=aN(null),o=0;o<f.length;o++)a[(s=f[o])[0]]=i[s[1]];return i});var xN=fN;ri({target:"RegExp",proto:!0,forced:/./.exec!==xN},{exec:xN});var wN=o,AN=Ki,_N=kD,kN=i,EN=r.RegExp,SN=EN.prototype,MN=wN&&kN((function(){var t=!0;try{EN(".","d")}catch(e){t=!1}var e={},r="",n=t?"dgimsy":"gimsy",i=function(t,n){Object.defineProperty(e,t,{get:function(){return r+=n,!0}})},o={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in t&&(o.hasIndices="d"),o)i(a,o[a]);return Object.getOwnPropertyDescriptor(SN,"flags").get.call(e)!==n||r!==n}));MN&&AN(SN,"flags",{configurable:!0,get:_N});var TN=o,PN=DD.MISSED_STICKY,ON=E,IN=Ki,CN=Pr.get,RN=RegExp.prototype,jN=TypeError;TN&&PN&&IN(RN,"sticky",{configurable:!0,get:function(){if(this!==RN){if("RegExp"===ON(this))return!!CN(this).sticky;throw new jN("Incompatible receiver, RegExp required")}}});var LN,DN,zN=ri,NN=u,FN=F,BN=Re,UN=pi,YN=(LN=!1,(DN=/[ac]/).exec=function(){return LN=!0,/./.exec.apply(this,arguments)},!0===DN.test("abc")&&LN),HN=/./.test;zN({target:"RegExp",proto:!0,forced:!YN},{test:function(t){var e=BN(this),r=UN(t),n=e.exec;if(!FN(n))return NN(HN,e,r);var i=NN(n,e,r);return null!==i&&(BN(i),!0)}});var $N=tr.PROPER,GN=Qr,WN=Re,qN=pi,XN=i,VN=OD,KN="toString",QN=RegExp.prototype,JN=QN[KN],ZN=XN((function(){return"/a/b"!==JN.call({source:"a",flags:"b"})})),tF=$N&&JN.name!==KN;(ZN||tF)&&GN(QN,KN,(function(){var t=WN(this);return"/"+qN(t.source)+"/"+qN(VN(t))}),{unsafe:!0}),UE("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),rS);var eF=w,rF=Set.prototype,nF={Set:Set,add:eF(rF.add),has:eF(rF.has),remove:eF(rF.delete),proto:rF},iF=nF.has,oF=function(t){return iF(t),t},aF=u,sF=function(t,e,r){for(var n,i,o=r?t:t.iterator,a=t.next;!(n=aF(a,o)).done;)if(void 0!==(i=e(n.value)))return i},cF=w,uF=sF,lF=nF.Set,hF=nF.proto,fF=cF(hF.forEach),dF=cF(hF.keys),pF=dF(new lF).next,gF=function(t,e,r){return r?uF({iterator:dF(t),next:pF},e):fF(t,e)},vF=gF,yF=nF.Set,mF=nF.add,bF=function(t){var e=new yF;return vF(t,(function(t){mF(e,t)})),e},xF=Oc(nF.proto,"size","get")||function(t){return t.size},wF=yt,AF=Re,_F=u,kF=nn,EF=p_,SF="Invalid size",MF=RangeError,TF=TypeError,PF=Math.max,OF=function(t,e){this.set=t,this.size=PF(e,0),this.has=wF(t.has),this.keys=wF(t.keys)};OF.prototype={getIterator:function(){return EF(AF(_F(this.keys,this.set)))},includes:function(t){return _F(this.has,this.set,t)}};var IF=function(t){AF(t);var e=+t.size;if(e!=e)throw new TF(SF);var r=kF(e);if(r<0)throw new MF(SF);return new OF(t,r)},CF=oF,RF=bF,jF=xF,LF=IF,DF=gF,zF=sF,NF=nF.has,FF=nF.remove,BF=$,UF=function(t){return{size:t,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}},YF=function(t){return{size:t,has:function(){return!0},keys:function(){throw new Error("e")}}},HF=function(t,e){var r=BF("Set");try{(new r)[t](UF(0));try{return(new r)[t](UF(-1)),!1}catch(i){if(!e)return!0;try{return(new r)[t](YF(-1/0)),!1}catch(i){var n=new r;return n.add(1),n.add(2),e(n[t](YF(1/0)))}}}catch(t){return!1}},$F=function(t){var e=CF(this),r=LF(t),n=RF(e);return jF(e)<=r.size?DF(e,(function(t){r.includes(t)&&FF(n,t)})):zF(r.getIterator(),(function(t){NF(e,t)&&FF(n,t)})),n};ri({target:"Set",proto:!0,real:!0,forced:!HF("difference",(function(t){return 0===t.size}))},{difference:$F});var GF=oF,WF=xF,qF=IF,XF=gF,VF=sF,KF=nF.Set,QF=nF.add,JF=nF.has,ZF=i,tB=function(t){var e=GF(this),r=qF(t),n=new KF;return WF(e)>r.size?VF(r.getIterator(),(function(t){JF(e,t)&&QF(n,t)})):XF(e,(function(t){r.includes(t)&&QF(n,t)})),n};ri({target:"Set",proto:!0,real:!0,forced:!HF("intersection",(function(t){return 2===t.size&&t.has(1)&&t.has(2)}))||ZF((function(){return"3,2"!==String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))}))},{intersection:tB});var eB=oF,rB=nF.has,nB=xF,iB=IF,oB=gF,aB=sF,sB=bl,cB=function(t){var e=eB(this),r=iB(t);if(nB(e)<=r.size)return!1!==oB(e,(function(t){if(r.includes(t))return!1}),!0);var n=r.getIterator();return!1!==aB(n,(function(t){if(rB(e,t))return sB(n,"normal",!1)}))};ri({target:"Set",proto:!0,real:!0,forced:!HF("isDisjointFrom",(function(t){return!t}))},{isDisjointFrom:cB});var uB=oF,lB=xF,hB=gF,fB=IF,dB=function(t){var e=uB(this),r=fB(t);return!(lB(e)>r.size)&&!1!==hB(e,(function(t){if(!r.includes(t))return!1}),!0)};ri({target:"Set",proto:!0,real:!0,forced:!HF("isSubsetOf",(function(t){return t}))},{isSubsetOf:dB});var pB=oF,gB=nF.has,vB=xF,yB=IF,mB=sF,bB=bl,xB=function(t){var e=pB(this),r=yB(t);if(vB(e)<r.size)return!1;var n=r.getIterator();return!1!==mB(n,(function(t){if(!gB(e,t))return bB(n,"normal",!1)}))};ri({target:"Set",proto:!0,real:!0,forced:!HF("isSupersetOf",(function(t){return!t}))},{isSupersetOf:xB});var wB=oF,AB=bF,_B=IF,kB=sF,EB=nF.add,SB=nF.has,MB=nF.remove,TB=function(t){var e=wB(this),r=_B(t).getIterator(),n=AB(e);return kB(r,(function(t){SB(e,t)?MB(n,t):EB(n,t)})),n};ri({target:"Set",proto:!0,real:!0,forced:!HF("symmetricDifference")},{symmetricDifference:TB});var PB=oF,OB=nF.add,IB=bF,CB=IF,RB=sF,jB=function(t){var e=PB(this),r=CB(t).getIterator(),n=IB(e);return RB(r,(function(t){OB(n,t)})),n};ri({target:"Set",proto:!0,real:!0,forced:!HF("union")},{union:jB});var LB=ri,DB=j,zB=nn,NB=pi,FB=i,BB=w("".charAt);LB({target:"String",proto:!0,forced:FB((function(){return"\ud842"!=="𠮷".at(-2)}))},{at:function(t){var e=NB(DB(this)),r=e.length,n=zB(t),i=n>=0?n:r+n;return i<0||i>=r?void 0:BB(e,i)}});var UB=w,YB=nn,HB=pi,$B=j,GB=UB("".charAt),WB=UB("".charCodeAt),qB=UB("".slice),XB=function(t){return function(e,r){var n,i,o=HB($B(e)),a=YB(r),s=o.length;return a<0||a>=s?t?"":void 0:(n=WB(o,a))<55296||n>56319||a+1===s||(i=WB(o,a+1))<56320||i>57343?t?GB(o,a):n:t?qB(o,a,a+2):i-56320+(n-55296<<10)+65536}},VB={codeAt:XB(!1),charAt:XB(!0)},KB=VB.codeAt;ri({target:"String",proto:!0},{codePointAt:function(t){return KB(this,t)}});var QB=AD,JB=TypeError,ZB=function(t){if(QB(t))throw new JB("The method doesn't accept regular expressions");return t},tU=ee("match"),eU=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[tU]=!1,"/./"[t](e)}catch(t){}}return!1},rU=ri,nU=yo,iU=n.f,oU=hn,aU=pi,sU=ZB,cU=j,uU=eU,lU=nU("".slice),hU=Math.min,fU=uU("endsWith"),dU=!fU&&!!function(){var t=iU(String.prototype,"endsWith");return t&&!t.writable}();rU({target:"String",proto:!0,forced:!dU&&!fU},{endsWith:function(t){var e=aU(cU(this));sU(t);var r=arguments.length>1?arguments[1]:void 0,n=e.length,i=void 0===r?n:hU(oU(r),n),o=aU(t);return lU(e,i-o.length,i)===o}});var pU=ri,gU=w,vU=cn,yU=RangeError,mU=String.fromCharCode,bU=String.fromCodePoint,xU=gU([].join);pU({target:"String",stat:!0,arity:1,forced:!!bU&&1!==bU.length},{fromCodePoint:function(t){for(var e,r=[],n=arguments.length,i=0;n>i;){if(e=+arguments[i++],vU(e,1114111)!==e)throw new yU(e+" is not a valid code point");r[i]=e<65536?mU(e):mU(55296+((e-=65536)>>10),e%1024+56320)}return xU(r,"")}});var wU=ri,AU=ZB,_U=j,kU=pi,EU=eU,SU=w("".indexOf);wU({target:"String",proto:!0,forced:!EU("includes")},{includes:function(t){return!!~SU(kU(_U(this)),kU(AU(t)),arguments.length>1?arguments[1]:void 0)}});var MU=ri,TU=j,PU=pi,OU=w("".charCodeAt);MU({target:"String",proto:!0},{isWellFormed:function(){for(var t=PU(TU(this)),e=t.length,r=0;r<e;r++){var n=OU(t,r);if(55296==(63488&n)&&(n>=56320||++r>=e||56320!=(64512&OU(t,r))))return!1}return!0}});var IU=VB.charAt,CU=pi,RU=Pr,jU=tp,LU=ep,DU="String Iterator",zU=RU.set,NU=RU.getterFor(DU);jU(String,"String",(function(t){zU(this,{type:DU,string:CU(t),index:0})}),(function(){var t,e=NU(this),r=e.string,n=e.index;return n>=r.length?LU(void 0,!0):(t=IU(r,n),e.index+=t.length,LU(t,!1))}));var FU=u,BU=Qr,UU=xN,YU=i,HU=ee,$U=qe,GU=HU("species"),WU=RegExp.prototype,qU=function(t,e,r,n){var i=HU(t),o=!YU((function(){var e={};return e[i]=function(){return 7},7!==""[t](e)})),a=o&&!YU((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[GU]=function(){return r},r.flags="",r[i]=/./[i]),r.exec=function(){return e=!0,null},r[i](""),!e}));if(!o||!a||r){var s=/./[i],c=e(i,""[t],(function(t,e,r,n,i){var a=e.exec;return a===UU||a===WU.exec?o&&!i?{done:!0,value:FU(s,e,r,n)}:{done:!0,value:FU(t,r,e,n)}:{done:!1}}));BU(String.prototype,t,c[0]),BU(WU,i,c[1])}n&&$U(WU[i],"sham",!0)},XU=VB.charAt,VU=function(t,e,r){return e+(r?XU(t,e).length:1)},KU=u,QU=Re,JU=F,ZU=E,tY=xN,eY=TypeError,rY=function(t,e){var r=t.exec;if(JU(r)){var n=KU(r,t,e);return null!==n&&QU(n),n}if("RegExp"===ZU(t))return KU(tY,t,e);throw new eY("RegExp#exec called on incompatible receiver")},nY=u,iY=Re,oY=I,aY=hn,sY=pi,cY=j,uY=xt,lY=VU,hY=rY;qU("match",(function(t,e,r){return[function(e){var r=cY(this),n=oY(e)?void 0:uY(e,t);return n?nY(n,e,r):new RegExp(e)[t](sY(r))},function(t){var n=iY(this),i=sY(t),o=r(e,n,i);if(o.done)return o.value;if(!n.global)return hY(n,i);var a=n.unicode;n.lastIndex=0;for(var s,c=[],u=0;null!==(s=hY(n,i));){var l=sY(s[0]);c[u]=l,""===l&&(n.lastIndex=lY(i,aY(n.lastIndex),a)),u++}return 0===u?null:c}]}));var fY=ri,dY=u,pY=yo,gY=jd,vY=ep,yY=j,mY=hn,bY=pi,xY=Re,wY=I,AY=AD,_Y=OD,kY=xt,EY=Qr,SY=i,MY=GI,TY=VU,PY=rY,OY=Pr,IY=ee("matchAll"),CY="RegExp String",RY=CY+" Iterator",jY=OY.set,LY=OY.getterFor(RY),DY=RegExp.prototype,zY=TypeError,NY=pY("".indexOf),FY=pY("".matchAll),BY=!!FY&&!SY((function(){FY("a",/./)})),UY=gY((function(t,e,r,n){jY(this,{type:RY,regexp:t,string:e,global:r,unicode:n,done:!1})}),CY,(function(){var t=LY(this);if(t.done)return vY(void 0,!0);var e=t.regexp,r=t.string,n=PY(e,r);return null===n?(t.done=!0,vY(void 0,!0)):t.global?(""===bY(n[0])&&(e.lastIndex=TY(r,mY(e.lastIndex),t.unicode)),vY(n,!1)):(t.done=!0,vY(n,!1))})),YY=function(t){var e,r,n,i=xY(this),o=bY(t),a=MY(i,RegExp),s=bY(_Y(i));return e=new a(a===RegExp?i.source:i,s),r=!!~NY(s,"g"),n=!!~NY(s,"u"),e.lastIndex=mY(i.lastIndex),new UY(e,o,r,n)};fY({target:"String",proto:!0,forced:BY},{matchAll:function(t){var e,r,n,i=yY(this);if(wY(t)){if(BY)return FY(i,t)}else{if(AY(t)&&(e=bY(yY(_Y(t))),!~NY(e,"g")))throw new zY("`.matchAll` does not allow non-global regexes");if(BY)return FY(i,t);if(n=kY(t,IY))return dY(n,t,i)}return r=bY(i),new RegExp(t,"g")[IY](r)}}),IY in DY||EY(DY,IY,YY);var HY=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(X),$Y=Mw.end;ri({target:"String",proto:!0,forced:HY},{padEnd:function(t){return $Y(this,t,arguments.length>1?arguments[1]:void 0)}});var GY=Mw.start;ri({target:"String",proto:!0,forced:HY},{padStart:function(t){return GY(this,t,arguments.length>1?arguments[1]:void 0)}});var WY=ri,qY=w,XY=z,VY=Nt,KY=pi,QY=dn,JY=qY([].push),ZY=qY([].join);WY({target:"String",stat:!0},{raw:function(t){var e=XY(VY(t).raw),r=QY(e);if(!r)return"";for(var n=arguments.length,i=[],o=0;;){if(JY(i,KY(e[o++])),o===r)return ZY(i,"");o<n&&JY(i,KY(arguments[o]))}}}),ri({target:"String",proto:!0},{repeat:mw});var tH=w,eH=Nt,rH=Math.floor,nH=tH("".charAt),iH=tH("".replace),oH=tH("".slice),aH=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,sH=/\$([$&'`]|\d{1,2})/g,cH=function(t,e,r,n,i,o){var a=r+t.length,s=n.length,c=sH;return void 0!==i&&(i=eH(i),c=aH),iH(o,c,(function(o,c){var u;switch(nH(c,0)){case"$":return"$";case"&":return t;case"`":return oH(e,0,r);case"'":return oH(e,a);case"<":u=i[oH(c,1,-1)];break;default:var l=+c;if(0===l)return o;if(l>s){var h=rH(l/10);return 0===h?o:h<=s?void 0===n[h-1]?nH(c,1):n[h-1]+nH(c,1):o}u=n[l-1]}return void 0===u?"":u}))},uH=Ms,lH=u,hH=w,fH=qU,dH=i,pH=Re,gH=F,vH=I,yH=nn,mH=hn,bH=pi,xH=j,wH=VU,AH=xt,_H=cH,kH=rY,EH=ee("replace"),SH=Math.max,MH=Math.min,TH=hH([].concat),PH=hH([].push),OH=hH("".indexOf),IH=hH("".slice),CH="$0"==="a".replace(/./,"$0"),RH=!!/./[EH]&&""===/./[EH]("a","$0"),jH=!dH((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}));fH("replace",(function(t,e,r){var n=RH?"$":"$0";return[function(t,r){var n=xH(this),i=vH(t)?void 0:AH(t,EH);return i?lH(i,t,n,r):lH(e,bH(n),t,r)},function(t,i){var o=pH(this),a=bH(t);if("string"==typeof i&&-1===OH(i,n)&&-1===OH(i,"$<")){var s=r(e,o,a,i);if(s.done)return s.value}var c=gH(i);c||(i=bH(i));var u,l=o.global;l&&(u=o.unicode,o.lastIndex=0);for(var h,f=[];null!==(h=kH(o,a))&&(PH(f,h),l);){""===bH(h[0])&&(o.lastIndex=wH(a,mH(o.lastIndex),u))}for(var d,p="",g=0,v=0;v<f.length;v++){for(var y,m=bH((h=f[v])[0]),b=SH(MH(yH(h.index),a.length),0),x=[],w=1;w<h.length;w++)PH(x,void 0===(d=h[w])?d:String(d));var A=h.groups;if(c){var _=TH([m],x,b,a);void 0!==A&&PH(_,A),y=bH(uH(i,void 0,_))}else y=_H(m,a,b,x,A,i);b>=g&&(p+=IH(a,g,b)+y,g=b+m.length)}return p+IH(a,g)}]}),!jH||!CH||RH);var LH=ri,DH=u,zH=w,NH=j,FH=F,BH=I,UH=AD,YH=pi,HH=xt,$H=OD,GH=cH,WH=ee("replace"),qH=TypeError,XH=zH("".indexOf);zH("".replace);var VH=zH("".slice),KH=Math.max;LH({target:"String",proto:!0},{replaceAll:function(t,e){var r,n,i,o,a,s,c,u,l,h=NH(this),f=0,d="";if(!BH(t)){if(UH(t)&&(r=YH(NH($H(t))),!~XH(r,"g")))throw new qH("`.replaceAll` does not allow non-global regexes");if(n=HH(t,WH))return DH(n,t,h,e)}for(i=YH(h),o=YH(t),(a=FH(e))||(e=YH(e)),s=o.length,c=KH(1,s),u=XH(i,o);-1!==u;)l=a?YH(e(o,u,i)):GH(o,i,u,[],void 0,e),d+=VH(i,f,u)+l,f=u+s,u=u+c>i.length?-1:XH(i,o,u+c);return f<i.length&&(d+=VH(i,f)),d}});var QH=u,JH=Re,ZH=I,t$=j,e$=CO,r$=pi,n$=xt,i$=rY;qU("search",(function(t,e,r){return[function(e){var r=t$(this),n=ZH(e)?void 0:n$(e,t);return n?QH(n,e,r):new RegExp(e)[t](r$(r))},function(t){var n=JH(this),i=r$(t),o=r(e,n,i);if(o.done)return o.value;var a=n.lastIndex;e$(a,0)||(n.lastIndex=0);var s=i$(n,i);return e$(n.lastIndex,a)||(n.lastIndex=a),null===s?-1:s.index}]}));var o$=u,a$=w,s$=qU,c$=Re,u$=I,l$=j,h$=GI,f$=VU,d$=hn,p$=pi,g$=xt,v$=rY,y$=i,m$=DD.UNSUPPORTED_Y,b$=Math.min,x$=a$([].push),w$=a$("".slice),A$=!y$((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),_$="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;s$("split",(function(t,e,r){var n="0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:o$(e,this,t,r)}:e;return[function(e,r){var i=l$(this),o=u$(e)?void 0:g$(e,t);return o?o$(o,e,i,r):o$(n,p$(i),e,r)},function(t,i){var o=c$(this),a=p$(t);if(!_$){var s=r(n,o,a,i,n!==e);if(s.done)return s.value}var c=h$(o,RegExp),u=o.unicode,l=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(m$?"g":"y"),h=new c(m$?"^(?:"+o.source+")":o,l),f=void 0===i?4294967295:i>>>0;if(0===f)return[];if(0===a.length)return null===v$(h,a)?[a]:[];for(var d=0,p=0,g=[];p<a.length;){h.lastIndex=m$?0:p;var v,y=v$(h,m$?w$(a,p):a);if(null===y||(v=b$(d$(h.lastIndex+(m$?p:0)),a.length))===d)p=f$(a,p,u);else{if(x$(g,w$(a,d,p)),g.length===f)return g;for(var m=1;m<=y.length-1;m++)if(x$(g,y[m]),g.length===f)return g;p=d=v}}return x$(g,w$(a,d)),g}]}),_$||!A$,m$);var k$=ri,E$=yo,S$=n.f,M$=hn,T$=pi,P$=ZB,O$=j,I$=eU,C$=E$("".slice),R$=Math.min,j$=I$("startsWith"),L$=!j$&&!!function(){var t=S$(String.prototype,"startsWith");return t&&!t.writable}();k$({target:"String",proto:!0,forced:!L$&&!j$},{startsWith:function(t){var e=T$(O$(this));P$(t);var r=M$(R$(arguments.length>1?arguments[1]:void 0,e.length)),n=T$(t);return C$(e,r,r+n.length)===n}});var D$=ri,z$=j,N$=nn,F$=pi,B$=w("".slice),U$=Math.max,Y$=Math.min;D$({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(t,e){var r,n,i=F$(z$(this)),o=i.length,a=N$(t);return a===1/0&&(a=0),a<0&&(a=U$(o+a,0)),(r=void 0===e?o:N$(e))<=0||r===1/0||a>=(n=Y$(a+r,o))?"":B$(i,a,n)}});var H$=ri,$$=u,G$=w,W$=j,q$=pi,X$=i,V$=Array,K$=G$("".charAt),Q$=G$("".charCodeAt),J$=G$([].join),Z$="".toWellFormed,tG=Z$&&X$((function(){return"1"!==$$(Z$,1)}));H$({target:"String",proto:!0,forced:tG},{toWellFormed:function(){var t=q$(W$(this));if(tG)return $$(Z$,t);for(var e=t.length,r=V$(e),n=0;n<e;n++){var i=Q$(t,n);55296!=(63488&i)?r[n]=K$(t,n):i>=56320||n+1>=e||56320!=(64512&Q$(t,n+1))?r[n]="�":(r[n]=K$(t,n),r[++n]=K$(t,n))}return J$(r,"")}});var eG=tr.PROPER,rG=i,nG=gM,iG=function(t){return rG((function(){return!!nG[t]()||"​…᠎"!=="​…᠎"[t]()||eG&&nG[t].name!==t}))},oG=_M.trim;ri({target:"String",proto:!0,forced:iG("trim")},{trim:function(){return oG(this)}});var aG=_M.end,sG=iG("trimEnd")?function(){return aG(this)}:"".trimEnd;ri({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==sG},{trimRight:sG});ri({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==sG},{trimEnd:sG});var cG=_M.start,uG=iG("trimStart")?function(){return cG(this)}:"".trimStart;ri({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==uG},{trimLeft:uG});ri({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==uG},{trimStart:uG});var lG=j,hG=pi,fG=/"/g,dG=w("".replace),pG=function(t,e,r,n){var i=hG(lG(t)),o="<"+e;return""!==r&&(o+=" "+r+'="'+dG(hG(n),fG,"&quot;")+'"'),o+">"+i+"</"+e+">"},gG=i,vG=function(t){return gG((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))},yG=pG;ri({target:"String",proto:!0,forced:vG("anchor")},{anchor:function(t){return yG(this,"a","name",t)}});var mG=pG;ri({target:"String",proto:!0,forced:vG("big")},{big:function(){return mG(this,"big","","")}});var bG=pG;ri({target:"String",proto:!0,forced:vG("blink")},{blink:function(){return bG(this,"blink","","")}});var xG=pG;ri({target:"String",proto:!0,forced:vG("bold")},{bold:function(){return xG(this,"b","","")}});var wG=pG;ri({target:"String",proto:!0,forced:vG("fixed")},{fixed:function(){return wG(this,"tt","","")}});var AG=pG;ri({target:"String",proto:!0,forced:vG("fontcolor")},{fontcolor:function(t){return AG(this,"font","color",t)}});var _G=pG;ri({target:"String",proto:!0,forced:vG("fontsize")},{fontsize:function(t){return _G(this,"font","size",t)}});var kG=pG;ri({target:"String",proto:!0,forced:vG("italics")},{italics:function(){return kG(this,"i","","")}});var EG=pG;ri({target:"String",proto:!0,forced:vG("link")},{link:function(t){return EG(this,"a","href",t)}});var SG=pG;ri({target:"String",proto:!0,forced:vG("small")},{small:function(){return SG(this,"small","","")}});var MG=pG;ri({target:"String",proto:!0,forced:vG("strike")},{strike:function(){return MG(this,"strike","","")}});var TG=pG;ri({target:"String",proto:!0,forced:vG("sub")},{sub:function(){return TG(this,"sub","","")}});var PG=pG;ri({target:"String",proto:!0,forced:vG("sup")},{sup:function(){return PG(this,"sup","","")}});var OG={exports:{}},IG=r,CG=i,RG=sd,jG=mb.NATIVE_ARRAY_BUFFER_VIEWS,LG=IG.ArrayBuffer,DG=IG.Int8Array,zG=!jG||!CG((function(){DG(1)}))||!CG((function(){new DG(-1)}))||!RG((function(t){new DG,new DG(null),new DG(1.5),new DG(t)}),!0)||CG((function(){return 1!==new DG(new LG(2),1,void 0).length})),NG=b_,FG=RangeError,BG=function(t,e){var r=NG(t);if(r%e)throw new FG("Wrong offset");return r},UG=Math.round,YG=hi,HG=function(t){var e=YG(t);return"BigInt64Array"===e||"BigUint64Array"===e},$G=ue,GG=TypeError,WG=function(t){var e=$G(t,"number");if("number"==typeof e)throw new GG("Can't convert number to bigint");return BigInt(e)},qG=wo,XG=u,VG=BI,KG=Nt,QG=dn,JG=gl,ZG=cl,tW=rl,eW=HG,rW=mb.aTypedArrayConstructor,nW=WG,iW=function(t){var e,r,n,i,o,a,s,c,u=VG(this),l=KG(t),h=arguments.length,f=h>1?arguments[1]:void 0,d=void 0!==f,p=ZG(l);if(p&&!tW(p))for(c=(s=JG(l,p)).next,l=[];!(a=XG(c,s)).done;)l.push(a.value);for(d&&h>2&&(f=qG(f,arguments[2])),r=QG(l),n=new(rW(u))(r),i=eW(n),e=0;r>e;e++)o=d?f(l[e],e):l[e],n[e]=i?nW(o):+o;return n},oW=ri,aW=r,sW=u,cW=o,uW=zG,lW=mb,hW=Om,fW=cy,dW=v,pW=qe,gW=ZM,vW=hn,yW=fy,mW=BG,bW=function(t){var e=UG(t);return e<0?0:e>255?255:255&e},xW=fe,wW=Ut,AW=hi,_W=U,kW=ht,EW=Bi,SW=G,MW=Uc,TW=Jr.f,PW=iW,OW=Qo.forEach,IW=iv,CW=Ki,RW=Te,jW=n,LW=Ev,DW=qc,zW=Pr.get,NW=Pr.set,FW=Pr.enforce,BW=RW.f,UW=jW.f,YW=aW.RangeError,HW=hW.ArrayBuffer,$W=HW.prototype,GW=hW.DataView,WW=lW.NATIVE_ARRAY_BUFFER_VIEWS,qW=lW.TYPED_ARRAY_TAG,XW=lW.TypedArray,VW=lW.TypedArrayPrototype,KW=lW.isTypedArray,QW="BYTES_PER_ELEMENT",JW="Wrong length",ZW=function(t,e){CW(t,e,{configurable:!0,get:function(){return zW(this)[e]}})},tq=function(t){var e;return SW($W,t)||"ArrayBuffer"===(e=AW(t))||"SharedArrayBuffer"===e},eq=function(t,e){return KW(t)&&!kW(e)&&e in t&&gW(+e)&&e>=0},rq=function(t,e){return e=xW(e),eq(t,e)?dW(2,t[e]):UW(t,e)},nq=function(t,e,r){return e=xW(e),!(eq(t,e)&&_W(r)&&wW(r,"value"))||wW(r,"get")||wW(r,"set")||r.configurable||wW(r,"writable")&&!r.writable||wW(r,"enumerable")&&!r.enumerable?BW(t,e,r):(t[e]=r.value,t)};cW?(WW||(jW.f=rq,RW.f=nq,ZW(VW,"buffer"),ZW(VW,"byteOffset"),ZW(VW,"byteLength"),ZW(VW,"length")),oW({target:"Object",stat:!0,forced:!WW},{getOwnPropertyDescriptor:rq,defineProperty:nq}),OG.exports=function(t,e,r){var n=t.match(/\d+/)[0]/8,i=t+(r?"Clamped":"")+"Array",o="get"+t,a="set"+t,s=aW[i],c=s,u=c&&c.prototype,l={},h=function(t,e){BW(t,e,{get:function(){return function(t,e){var r=zW(t);return r.view[o](e*n+r.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,i){var o=zW(t);o.view[a](e*n+o.byteOffset,r?bW(i):i,!0)}(this,e,t)},enumerable:!0})};WW?uW&&(c=e((function(t,e,r,i){return fW(t,u),DW(_W(e)?tq(e)?void 0!==i?new s(e,mW(r,n),i):void 0!==r?new s(e,mW(r,n)):new s(e):KW(e)?LW(c,e):sW(PW,c,e):new s(yW(e)),t,c)})),MW&&MW(c,XW),OW(TW(s),(function(t){t in c||pW(c,t,s[t])})),c.prototype=u):(c=e((function(t,e,r,i){fW(t,u);var o,a,s,l=0,f=0;if(_W(e)){if(!tq(e))return KW(e)?LW(c,e):sW(PW,c,e);o=e,f=mW(r,n);var d=e.byteLength;if(void 0===i){if(d%n)throw new YW(JW);if((a=d-f)<0)throw new YW(JW)}else if((a=vW(i)*n)+f>d)throw new YW(JW);s=a/n}else s=yW(e),o=new HW(a=s*n);for(NW(t,{buffer:o,byteOffset:f,byteLength:a,length:s,view:new GW(o)});l<s;)h(t,l++)})),MW&&MW(c,XW),u=c.prototype=EW(VW)),u.constructor!==c&&pW(u,"constructor",c),FW(u).TypedArrayConstructor=c,qW&&pW(u,qW,i);var f=c!==s;l[i]=c,oW({global:!0,constructor:!0,forced:f,sham:!WW},l),QW in c||pW(c,QW,n),QW in u||pW(u,QW,n),IW(i)}):OG.exports=function(){},(0,OG.exports)("Float32",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Float64",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Int8",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Int16",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Int32",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}),!0),(0,OG.exports)("Uint16",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Uint32",(function(t){return function(e,r,n){return t(this,e,r,n)}}));var iq=dn,oq=nn,aq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("at",(function(t){var e=aq(this),r=iq(e),n=oq(t),i=n>=0?n:r+n;return i<0||i>=r?void 0:e[i]}));var sq=mb,cq=w(Wh),uq=sq.aTypedArray;(0,sq.exportTypedArrayMethod)("copyWithin",(function(t,e){return cq(uq(this),t,e,arguments.length>2?arguments[2]:void 0)}));var lq=Qo.every,hq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("every",(function(t){return lq(hq(this),t,arguments.length>1?arguments[1]:void 0)}));var fq=tf,dq=WG,pq=hi,gq=u,vq=i,yq=mb.aTypedArray,mq=mb.exportTypedArrayMethod,bq=w("".slice),xq=vq((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t}));mq("fill",(function(t){var e=arguments.length;yq(this);var r="Big"===bq(pq(this),0,3)?dq(t):+t;return gq(fq,this,r,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),xq);var wq=Ev,Aq=mb.getTypedArrayConstructor,_q=Qo.filter,kq=function(t,e){return wq(Aq(t),e)},Eq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("filter",(function(t){var e=_q(Eq(this),t,arguments.length>1?arguments[1]:void 0);return kq(this,e)}));var Sq=Qo.find,Mq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("find",(function(t){return Sq(Mq(this),t,arguments.length>1?arguments[1]:void 0)}));var Tq=Qo.findIndex,Pq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("findIndex",(function(t){return Tq(Pq(this),t,arguments.length>1?arguments[1]:void 0)}));var Oq=bf.findLast,Iq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("findLast",(function(t){return Oq(Iq(this),t,arguments.length>1?arguments[1]:void 0)}));var Cq=bf.findLastIndex,Rq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("findLastIndex",(function(t){return Cq(Rq(this),t,arguments.length>1?arguments[1]:void 0)}));var jq=Qo.forEach,Lq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("forEach",(function(t){jq(Lq(this),t,arguments.length>1?arguments[1]:void 0)})),(0,mb.exportTypedArrayStaticMethod)("from",iW,zG);var Dq=mn.includes,zq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("includes",(function(t){return Dq(zq(this),t,arguments.length>1?arguments[1]:void 0)}));var Nq=mn.indexOf,Fq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("indexOf",(function(t){return Nq(Fq(this),t,arguments.length>1?arguments[1]:void 0)}));var Bq=r,Uq=i,Yq=w,Hq=mb,$q=dp,Gq=ee("iterator"),Wq=Bq.Uint8Array,qq=Yq($q.values),Xq=Yq($q.keys),Vq=Yq($q.entries),Kq=Hq.aTypedArray,Qq=Hq.exportTypedArrayMethod,Jq=Wq&&Wq.prototype,Zq=!Uq((function(){Jq[Gq].call([1])})),tX=!!Jq&&Jq.values&&Jq[Gq]===Jq.values&&"values"===Jq.values.name,eX=function(){return qq(Kq(this))};Qq("entries",(function(){return Vq(Kq(this))}),Zq),Qq("keys",(function(){return Xq(Kq(this))}),Zq),Qq("values",eX,Zq||!tX,{name:"values"}),Qq(Gq,eX,Zq||!tX,{name:"values"});var rX=mb.aTypedArray,nX=mb.exportTypedArrayMethod,iX=w([].join);nX("join",(function(t){return iX(rX(this),t)}));var oX=Ms,aX=Pp,sX=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("lastIndexOf",(function(t){var e=arguments.length;return oX(aX,sX(this),e>1?[t,arguments[1]]:[t])}));var cX=Qo.map,uX=mb.aTypedArray,lX=mb.getTypedArrayConstructor;(0,mb.exportTypedArrayMethod)("map",(function(t){return cX(uX(this),t,arguments.length>1?arguments[1]:void 0,(function(t,e){return new(lX(t))(e)}))}));var hX=mb.aTypedArrayConstructor;(0,mb.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,e=arguments.length,r=new(hX(this))(e);e>t;)r[t]=arguments[t++];return r}),zG);var fX=Kp.left,dX=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("reduce",(function(t){var e=arguments.length;return fX(dX(this),t,e,e>1?arguments[1]:void 0)}));var pX=Kp.right,gX=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("reduceRight",(function(t){var e=arguments.length;return pX(gX(this),t,e,e>1?arguments[1]:void 0)}));var vX=mb.aTypedArray,yX=mb.exportTypedArrayMethod,mX=Math.floor;yX("reverse",(function(){for(var t,e=this,r=vX(e).length,n=mX(r/2),i=0;i<n;)t=e[i],e[i++]=e[--r],e[r]=t;return e}));var bX=r,xX=u,wX=mb,AX=dn,_X=BG,kX=Nt,EX=i,SX=bX.RangeError,MX=bX.Int8Array,TX=MX&&MX.prototype,PX=TX&&TX.set,OX=wX.aTypedArray,IX=wX.exportTypedArrayMethod,CX=!EX((function(){var t=new Uint8ClampedArray(2);return xX(PX,t,{length:1,0:3},1),3!==t[1]})),RX=CX&&wX.NATIVE_ARRAY_BUFFER_VIEWS&&EX((function(){var t=new MX(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));IX("set",(function(t){OX(this);var e=_X(arguments.length>1?arguments[1]:void 0,1),r=kX(t);if(CX)return xX(PX,this,r,e);var n=this.length,i=AX(r),o=0;if(i+e>n)throw new SX("Wrong length");for(;o<i;)this[e+o]=r[o++]}),!CX||RX);var jX=Yi,LX=mb.aTypedArray,DX=mb.getTypedArrayConstructor;(0,mb.exportTypedArrayMethod)("slice",(function(t,e){for(var r=jX(LX(this),t,e),n=DX(this),i=0,o=r.length,a=new n(o);o>i;)a[i]=r[i++];return a}),i((function(){new Int8Array(1).slice()})));var zX=Qo.some,NX=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("some",(function(t){return zX(NX(this),t,arguments.length>1?arguments[1]:void 0)}));var FX=yo,BX=i,UX=yt,YX=Mg,HX=Pg,$X=Og,GX=et,WX=Cg,qX=mb.aTypedArray,XX=mb.exportTypedArrayMethod,VX=r.Uint16Array,KX=VX&&FX(VX.prototype.sort),QX=!(!KX||BX((function(){KX(new VX(2),null)}))&&BX((function(){KX(new VX(2),{})}))),JX=!!KX&&!BX((function(){if(GX)return GX<74;if(HX)return HX<67;if($X)return!0;if(WX)return WX<602;var t,e,r=new VX(516),n=Array(516);for(t=0;t<516;t++)e=t%4,r[t]=515-t,n[t]=t-2*e+3;for(KX(r,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(r[t]!==n[t])return!0}));XX("sort",(function(t){return void 0!==t&&UX(t),JX?KX(this,t):YX(qX(this),function(t){return function(e,r){return void 0!==t?+t(e,r)||0:r!=r?-1:e!=e?1:0===e&&0===r?1/e>0&&1/r<0?1:-1:e>r}}(t))}),!JX||QX);var ZX=hn,tV=cn,eV=mb.aTypedArray,rV=mb.getTypedArrayConstructor;(0,mb.exportTypedArrayMethod)("subarray",(function(t,e){var r=eV(this),n=r.length,i=tV(t,n);return new(rV(r))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,ZX((void 0===e?n:tV(e,n))-i))}));var nV=Ms,iV=mb,oV=i,aV=Yi,sV=r.Int8Array,cV=iV.aTypedArray,uV=iV.exportTypedArrayMethod,lV=[].toLocaleString,hV=!!sV&&oV((function(){lV.call(new sV(1))}));uV("toLocaleString",(function(){return nV(lV,hV?aV(cV(this)):cV(this),aV(arguments))}),oV((function(){return[1,2].toLocaleString()!==new sV([1,2]).toLocaleString()}))||!oV((function(){sV.prototype.toLocaleString.call([1,2])})));var fV=bv,dV=mb.aTypedArray,pV=mb.getTypedArrayConstructor;(0,mb.exportTypedArrayMethod)("toReversed",(function(){return fV(dV(this),pV(this))}));var gV=yt,vV=Ev,yV=mb.aTypedArray,mV=mb.getTypedArrayConstructor,bV=mb.exportTypedArrayMethod,xV=w(mb.TypedArrayPrototype.sort);bV("toSorted",(function(t){void 0!==t&&gV(t);var e=yV(this),r=vV(mV(e),e);return xV(r,t)}));var wV=mb.exportTypedArrayMethod,AV=i,_V=w,kV=r.Uint8Array,EV=kV&&kV.prototype||{},SV=[].toString,MV=_V([].join);AV((function(){SV.call({})}))&&(SV=function(){return MV(this)});var TV=EV.toString!==SV;wV("toString",SV,TV);var PV=Zv,OV=HG,IV=nn,CV=WG,RV=mb.aTypedArray,jV=mb.getTypedArrayConstructor,LV=mb.exportTypedArrayMethod,DV=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(t){return 8===t}}();LV("with",{with:function(t,e){var r=RV(this),n=IV(t),i=OV(r)?CV(e):+e;return PV(r,jV(r),n,i)}}.with,!DV);var zV=ri,NV=w,FV=pi,BV=String.fromCharCode,UV=NV("".charAt),YV=NV(/./.exec),HV=NV("".slice),$V=/^[\da-f]{2}$/i,GV=/^[\da-f]{4}$/i;zV({global:!0},{unescape:function(t){for(var e,r,n=FV(t),i="",o=n.length,a=0;a<o;){if("%"===(e=UV(n,a++)))if("u"===UV(n,a)){if(r=HV(n,a+1,a+5),YV(GV,r)){i+=BV(parseInt(r,16)),a+=5;continue}}else if(r=HV(n,a,a+2),YV($V,r)){i+=BV(parseInt(r,16)),a+=2;continue}i+=e}return i}});var WV=w,qV=oy,XV=rE.exports.getWeakData,VV=cy,KV=Re,QV=I,JV=U,ZV=Rl,tK=Ut,eK=Pr.set,rK=Pr.getterFor,nK=Qo.find,iK=Qo.findIndex,oK=WV([].splice),aK=0,sK=function(t){return t.frozen||(t.frozen=new cK)},cK=function(){this.entries=[]},uK=function(t,e){return nK(t.entries,(function(t){return t[0]===e}))};cK.prototype={get:function(t){var e=uK(this,t);if(e)return e[1]},has:function(t){return!!uK(this,t)},set:function(t,e){var r=uK(this,t);r?r[1]=e:this.entries.push([t,e])},delete:function(t){var e=iK(this.entries,(function(e){return e[0]===t}));return~e&&oK(this.entries,e,1),!!~e}};var lK,hK={getConstructor:function(t,e,r,n){var i=t((function(t,i){VV(t,o),eK(t,{type:e,id:aK++,frozen:null}),QV(i)||ZV(i,t[n],{that:t,AS_ENTRIES:r})})),o=i.prototype,a=rK(e),s=function(t,e,r){var n=a(t),i=XV(KV(e),!0);return!0===i?sK(n).set(e,r):i[n.id]=r,t};return qV(o,{delete:function(t){var e=a(this);if(!JV(t))return!1;var r=XV(t);return!0===r?sK(e).delete(t):r&&tK(r,e.id)&&delete r[e.id]},has:function(t){var e=a(this);if(!JV(t))return!1;var r=XV(t);return!0===r?sK(e).has(t):r&&tK(r,e.id)}}),qV(o,r?{get:function(t){var e=a(this);if(JV(t)){var r=XV(t);if(!0===r)return sK(e).get(t);if(r)return r[e.id]}},set:function(t,e){return s(this,t,e)}}:{add:function(t){return s(this,t,!0)}}),i}},fK=lE,dK=r,pK=w,gK=oy,vK=rE.exports,yK=UE,mK=hK,bK=U,xK=Pr.enforce,wK=i,AK=hr,_K=Object,kK=Array.isArray,EK=_K.isExtensible,SK=_K.isFrozen,MK=_K.isSealed,TK=_K.freeze,PK=_K.seal,OK=!dK.ActiveXObject&&"ActiveXObject"in dK,IK=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},CK=yK("WeakMap",IK,mK),RK=CK.prototype,jK=pK(RK.set);if(AK)if(OK){lK=mK.getConstructor(IK,"WeakMap",!0),vK.enable();var LK=pK(RK.delete),DK=pK(RK.has),zK=pK(RK.get);gK(RK,{delete:function(t){if(bK(t)&&!EK(t)){var e=xK(this);return e.frozen||(e.frozen=new lK),LK(this,t)||e.frozen.delete(t)}return LK(this,t)},has:function(t){if(bK(t)&&!EK(t)){var e=xK(this);return e.frozen||(e.frozen=new lK),DK(this,t)||e.frozen.has(t)}return DK(this,t)},get:function(t){if(bK(t)&&!EK(t)){var e=xK(this);return e.frozen||(e.frozen=new lK),DK(this,t)?zK(this,t):e.frozen.get(t)}return zK(this,t)},set:function(t,e){if(bK(t)&&!EK(t)){var r=xK(this);r.frozen||(r.frozen=new lK),DK(this,t)?jK(this,t,e):r.frozen.set(t,e)}else jK(this,t,e);return this}})}else fK&&wK((function(){var t=TK([]);return jK(new CK,t,1),!SK(t)}))&&gK(RK,{set:function(t,e){var r;return kK(t)&&(SK(t)?r=TK:MK(t)&&(r=PK)),jK(this,t,e),r&&r(t),this}});UE("WeakSet",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),hK);var NK="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",FK=NK+"+/",BK=NK+"-_",UK=function(t){for(var e={},r=0;r<64;r++)e[t.charAt(r)]=r;return e},YK={i2c:FK,c2i:UK(FK),i2cUrl:BK,c2iUrl:UK(BK)},HK=ri,$K=r,GK=$,WK=w,qK=u,XK=i,VK=pi,KK=qI,QK=YK.c2i,JK=/[^\d+/a-z]/i,ZK=/[\t\n\f\r ]+/g,tQ=/[=]{1,2}$/,eQ=GK("atob"),rQ=String.fromCharCode,nQ=WK("".charAt),iQ=WK("".replace),oQ=WK(JK.exec),aQ=!!eQ&&!XK((function(){return"hi"!==eQ("aGk=")})),sQ=aQ&&XK((function(){return""!==eQ(" ")})),cQ=aQ&&!XK((function(){eQ("a")})),uQ=aQ&&!XK((function(){eQ()})),lQ=aQ&&1!==eQ.length;HK({global:!0,bind:!0,enumerable:!0,forced:!aQ||sQ||cQ||uQ||lQ},{atob:function(t){if(KK(arguments.length,1),aQ&&!sQ&&!cQ)return qK(eQ,$K,t);var e,r,n,i=iQ(VK(t),ZK,""),o="",a=0,s=0;if(i.length%4==0&&(i=iQ(i,tQ,"")),(e=i.length)%4==1||oQ(JK,i))throw new(GK("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;a<e;)r=nQ(i,a++),n=s%4?64*n+QK[r]:QK[r],s++%4&&(o+=rQ(255&n>>(-2*s&6)));return o}});var hQ=ri,fQ=r,dQ=$,pQ=w,gQ=u,vQ=i,yQ=pi,mQ=qI,bQ=YK.i2c,xQ=dQ("btoa"),wQ=pQ("".charAt),AQ=pQ("".charCodeAt),_Q=!!xQ&&!vQ((function(){return"aGk="!==xQ("hi")})),kQ=_Q&&!vQ((function(){xQ()})),EQ=_Q&&vQ((function(){return"bnVsbA=="!==xQ(null)})),SQ=_Q&&1!==xQ.length;hQ({global:!0,bind:!0,enumerable:!0,forced:!_Q||kQ||EQ||SQ},{btoa:function(t){if(mQ(arguments.length,1),_Q)return gQ(xQ,fQ,yQ(t));for(var e,r,n=yQ(t),i="",o=0,a=bQ;wQ(n,o)||(a="=",o%1);){if((r=AQ(n,o+=3/4))>255)throw new(dQ("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");i+=wQ(a,63&(e=e<<8|r)>>8-o%1*8)}return i}});var MQ={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},TQ=ve("span").classList,PQ=TQ&&TQ.constructor&&TQ.constructor.prototype,OQ=PQ===Object.prototype?void 0:PQ,IQ=r,CQ=MQ,RQ=OQ,jQ=Uf,LQ=qe,DQ=function(t){if(t&&t.forEach!==jQ)try{LQ(t,"forEach",jQ)}catch(e){t.forEach=jQ}};for(var zQ in CQ)CQ[zQ]&&DQ(IQ[zQ]&&IQ[zQ].prototype);DQ(RQ);var NQ=r,FQ=MQ,BQ=OQ,UQ=dp,YQ=qe,HQ=po,$Q=ee("iterator"),GQ=UQ.values,WQ=function(t,e){if(t){if(t[$Q]!==GQ)try{YQ(t,$Q,GQ)}catch(e){t[$Q]=GQ}if(HQ(t,e,!0),FQ[e])for(var r in UQ)if(t[r]!==UQ[r])try{YQ(t,r,UQ[r])}catch(e){t[r]=UQ[r]}}};for(var qQ in FQ)WQ(NQ[qQ]&&NQ[qQ].prototype,qQ);WQ(BQ,"DOMTokenList");var XQ={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}},VQ=ri,KQ=$,QQ=bx,JQ=i,ZQ=Bi,tJ=v,eJ=Te.f,rJ=Qr,nJ=Ki,iJ=Ut,oJ=cy,aJ=Re,sJ=Fu,cJ=Vc,uJ=XQ,lJ=iu,hJ=Pr,fJ=o,dJ="DOMException",pJ="DATA_CLONE_ERR",gJ=KQ("Error"),vJ=KQ(dJ)||function(){try{(new(KQ("MessageChannel")||QQ("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(t){if(t.name===pJ&&25===t.code)return t.constructor}}(),yJ=vJ&&vJ.prototype,mJ=gJ.prototype,bJ=hJ.set,xJ=hJ.getterFor(dJ),wJ="stack"in new gJ(dJ),AJ=function(t){return iJ(uJ,t)&&uJ[t].m?uJ[t].c:0},_J=function(){oJ(this,kJ);var t=arguments.length,e=cJ(t<1?void 0:arguments[0]),r=cJ(t<2?void 0:arguments[1],"Error"),n=AJ(r);if(bJ(this,{type:dJ,name:r,message:e,code:n}),fJ||(this.name=r,this.message=e,this.code=n),wJ){var i=new gJ(e);i.name=dJ,eJ(this,"stack",tJ(1,lJ(i.stack,1)))}},kJ=_J.prototype=ZQ(mJ),EJ=function(t){return{enumerable:!0,configurable:!0,get:t}},SJ=function(t){return EJ((function(){return xJ(this)[t]}))};fJ&&(nJ(kJ,"code",SJ("code")),nJ(kJ,"message",SJ("message")),nJ(kJ,"name",SJ("name"))),eJ(kJ,"constructor",tJ(1,_J));var MJ=JQ((function(){return!(new vJ instanceof gJ)})),TJ=MJ||JQ((function(){return mJ.toString!==sJ||"2: 1"!==String(new vJ(1,2))})),PJ=MJ||JQ((function(){return 25!==new vJ(1,"DataCloneError").code}));MJ||25!==vJ[pJ]||yJ[pJ];VQ({global:!0,constructor:!0,forced:MJ},{DOMException:MJ?_J:vJ});var OJ=KQ(dJ),IJ=OJ.prototype;for(var CJ in TJ&&vJ===OJ&&rJ(IJ,"toString",sJ),PJ&&fJ&&vJ===OJ&&nJ(IJ,"code",EJ((function(){return AJ(aJ(this).name)}))),uJ)if(iJ(uJ,CJ)){var RJ=uJ[CJ],jJ=RJ.s,LJ=tJ(6,RJ.c);iJ(OJ,jJ)||eJ(OJ,jJ,LJ),iJ(IJ,jJ)||eJ(IJ,jJ,LJ)}var DJ=ri,zJ=r,NJ=$,FJ=v,BJ=Te.f,UJ=Ut,YJ=cy,HJ=qc,$J=Vc,GJ=XQ,WJ=iu,qJ=o,XJ="DOMException",VJ=NJ("Error"),KJ=NJ(XJ),QJ=function(){YJ(this,JJ);var t=arguments.length,e=$J(t<1?void 0:arguments[0]),r=$J(t<2?void 0:arguments[1],"Error"),n=new KJ(e,r),i=new VJ(e);return i.name=XJ,BJ(n,"stack",FJ(1,WJ(i.stack,1))),HJ(n,this,QJ),n},JJ=QJ.prototype=KJ.prototype,ZJ="stack"in new VJ(XJ),tZ="stack"in new KJ(1,2),eZ=KJ&&qJ&&Object.getOwnPropertyDescriptor(zJ,XJ),rZ=!(!eZ||eZ.writable&&eZ.configurable),nZ=ZJ&&!rZ&&!tZ;DJ({global:!0,constructor:!0,forced:nZ},{DOMException:nZ?QJ:KJ});var iZ=NJ(XJ),oZ=iZ.prototype;if(oZ.constructor!==iZ)for(var aZ in BJ(oZ,"constructor",FJ(1,iZ)),GJ)if(UJ(GJ,aZ)){var sZ=GJ[aZ],cZ=sZ.s;UJ(iZ,cZ)||BJ(iZ,cZ,FJ(6,sZ.c))}var uZ="DOMException";po($(uZ),uZ);var lZ=wC.clear;ri({global:!0,bind:!0,enumerable:!0,forced:r.clearImmediate!==lZ},{clearImmediate:lZ});var hZ=r,fZ=Ms,dZ=F,pZ=eg,gZ=X,vZ=Yi,yZ=qI,mZ=hZ.Function,bZ=/MSIE .\./.test(gZ)||"BUN"===pZ&&function(){var t=hZ.Bun.version.split(".");return t.length<3||"0"===t[0]&&(t[1]<3||"3"===t[1]&&"0"===t[2])}(),xZ=function(t,e){var r=e?2:1;return bZ?function(n,i){var o=yZ(arguments.length,1)>r,a=dZ(n)?n:mZ(n),s=o?vZ(arguments,r):[],c=o?function(){fZ(a,this,s)}:a;return e?t(c,i):t(c)}:t},wZ=ri,AZ=r,_Z=wC.set,kZ=xZ,EZ=AZ.setImmediate?kZ(_Z,!1):_Z;wZ({global:!0,bind:!0,enumerable:!0,forced:AZ.setImmediate!==EZ},{setImmediate:EZ});var SZ=r,MZ=QC,TZ=yt,PZ=qI,OZ=o;ri({global:!0,enumerable:!0,dontCallGetSet:!0,forced:i((function(){return OZ&&1!==Object.getOwnPropertyDescriptor(SZ,"queueMicrotask").value.length}))},{queueMicrotask:function(t){PZ(arguments.length,1),MZ(TZ(t))}});var IZ=ri,CZ=r,RZ=Ki,jZ=o,LZ=TypeError,DZ=Object.defineProperty,zZ=CZ.self!==CZ;try{if(jZ){var NZ=Object.getOwnPropertyDescriptor(CZ,"self");!zZ&&NZ&&NZ.get&&NZ.enumerable||RZ(CZ,"self",{get:function(){return CZ},set:function(t){if(this!==CZ)throw new LZ("Illegal invocation");DZ(CZ,"self",{value:t,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else IZ({global:!0,simple:!0,forced:zZ},{self:CZ})}catch(t){}var FZ,BZ=ri,UZ=r,YZ=$,HZ=w,$Z=i,GZ=Wt,WZ=F,qZ=Do,XZ=I,VZ=U,KZ=ht,QZ=Rl,JZ=Re,ZZ=hi,t0=Ut,e0=bh,r0=qe,n0=dn,i0=qI,o0=OD,a0=oS,s0=nF,c0=gF,u0=Cx,l0=au,h0=kx,f0=UZ.Object,d0=UZ.Array,p0=UZ.Date,g0=UZ.Error,v0=UZ.TypeError,y0=UZ.PerformanceMark,m0=YZ("DOMException"),b0=a0.Map,x0=a0.has,w0=a0.get,A0=a0.set,_0=s0.Set,k0=s0.add,E0=s0.has,S0=YZ("Object","keys"),M0=HZ([].push),T0=HZ((!0).valueOf),P0=HZ(1..valueOf),O0=HZ("".valueOf),I0=HZ(p0.prototype.getTime),C0=GZ("structuredClone"),R0="DataCloneError",j0="Transferring",L0=function(t){return!$Z((function(){var e=new UZ.Set([7]),r=t(e),n=t(f0(7));return r===e||!r.has(7)||!VZ(n)||7!=+n}))&&t},D0=function(t,e){return!$Z((function(){var r=new e,n=t({a:r,b:r});return!(n&&n.a===n.b&&n.a instanceof e&&n.a.stack===r.stack)}))},z0=UZ.structuredClone,N0=!D0(z0,g0)||!D0(z0,m0)||(FZ=z0,!!$Z((function(){var t=FZ(new UZ.AggregateError([1],C0,{cause:3}));return"AggregateError"!==t.name||1!==t.errors[0]||t.message!==C0||3!==t.cause}))),F0=!z0&&L0((function(t){return new y0(C0,{detail:t}).detail})),B0=L0(z0)||F0,U0=function(t){throw new m0("Uncloneable type: "+t,R0)},Y0=function(t,e){throw new m0((e||"Cloning")+" of "+t+" cannot be properly polyfilled in this engine",R0)},H0=function(t,e){return B0||Y0(e),B0(t)},$0=function(t,e,r){if(x0(e,t))return w0(e,t);var n,i,o,a,s,c;if("SharedArrayBuffer"===(r||ZZ(t)))n=B0?B0(t):t;else{var u=UZ.DataView;u||WZ(t.slice)||Y0("ArrayBuffer");try{if(WZ(t.slice)&&!t.resizable)n=t.slice(0);else{i=t.byteLength,o="maxByteLength"in t?{maxByteLength:t.maxByteLength}:void 0,n=new ArrayBuffer(i,o),a=new u(t),s=new u(n);for(c=0;c<i;c++)s.setUint8(c,a.getUint8(c))}}catch(t){throw new m0("ArrayBuffer is detached",R0)}}return A0(e,t,n),n},G0=function(t,e){if(KZ(t)&&U0("Symbol"),!VZ(t))return t;if(e){if(x0(e,t))return w0(e,t)}else e=new b0;var r,n,i,o,a,s,c,u,l=ZZ(t);switch(l){case"Array":i=d0(n0(t));break;case"Object":i={};break;case"Map":i=new b0;break;case"Set":i=new _0;break;case"RegExp":i=new RegExp(t.source,o0(t));break;case"Error":switch(n=t.name){case"AggregateError":i=new(YZ(n))([]);break;case"EvalError":case"RangeError":case"ReferenceError":case"SuppressedError":case"SyntaxError":case"TypeError":case"URIError":i=new(YZ(n));break;case"CompileError":case"LinkError":case"RuntimeError":i=new(YZ("WebAssembly",n));break;default:i=new g0}break;case"DOMException":i=new m0(t.message,t.name);break;case"ArrayBuffer":case"SharedArrayBuffer":i=$0(t,e,l);break;case"DataView":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float16Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":s="DataView"===l?t.byteLength:t.length,i=function(t,e,r,n,i){var o=UZ[e];return VZ(o)||Y0(e),new o($0(t.buffer,i),r,n)}(t,l,t.byteOffset,s,e);break;case"DOMQuad":try{i=new DOMQuad(G0(t.p1,e),G0(t.p2,e),G0(t.p3,e),G0(t.p4,e))}catch(e){i=H0(t,l)}break;case"File":if(B0)try{i=B0(t),ZZ(i)!==l&&(i=void 0)}catch(t){}if(!i)try{i=new File([t],t.name,t)}catch(t){}i||Y0(l);break;case"FileList":if(o=function(){var t;try{t=new UZ.DataTransfer}catch(e){try{t=new UZ.ClipboardEvent("").clipboardData}catch(t){}}return t&&t.items&&t.files?t:null}()){for(a=0,s=n0(t);a<s;a++)o.items.add(G0(t[a],e));i=o.files}else i=H0(t,l);break;case"ImageData":try{i=new ImageData(G0(t.data,e),t.width,t.height,{colorSpace:t.colorSpace})}catch(e){i=H0(t,l)}break;default:if(B0)i=B0(t);else switch(l){case"BigInt":i=f0(t.valueOf());break;case"Boolean":i=f0(T0(t));break;case"Number":i=f0(P0(t));break;case"String":i=f0(O0(t));break;case"Date":i=new p0(I0(t));break;case"Blob":try{i=t.slice(0,t.size,t.type)}catch(t){Y0(l)}break;case"DOMPoint":case"DOMPointReadOnly":r=UZ[l];try{i=r.fromPoint?r.fromPoint(t):new r(t.x,t.y,t.z,t.w)}catch(t){Y0(l)}break;case"DOMRect":case"DOMRectReadOnly":r=UZ[l];try{i=r.fromRect?r.fromRect(t):new r(t.x,t.y,t.width,t.height)}catch(t){Y0(l)}break;case"DOMMatrix":case"DOMMatrixReadOnly":r=UZ[l];try{i=r.fromMatrix?r.fromMatrix(t):new r(t)}catch(t){Y0(l)}break;case"AudioData":case"VideoFrame":WZ(t.clone)||Y0(l);try{i=t.clone()}catch(t){U0(l)}break;case"CropTarget":case"CryptoKey":case"FileSystemDirectoryHandle":case"FileSystemFileHandle":case"FileSystemHandle":case"GPUCompilationInfo":case"GPUCompilationMessage":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":Y0(l);default:U0(l)}}switch(A0(e,t,i),l){case"Array":case"Object":for(c=S0(t),a=0,s=n0(c);a<s;a++)u=c[a],e0(i,u,G0(t[u],e));break;case"Map":t.forEach((function(t,r){A0(i,G0(r,e),G0(t,e))}));break;case"Set":t.forEach((function(t){k0(i,G0(t,e))}));break;case"Error":r0(i,"message",G0(t.message,e)),t0(t,"cause")&&r0(i,"cause",G0(t.cause,e)),"AggregateError"===n?i.errors=G0(t.errors,e):"SuppressedError"===n&&(i.error=G0(t.error,e),i.suppressed=G0(t.suppressed,e));case"DOMException":l0&&r0(i,"stack",G0(t.stack,e))}return i};BZ({global:!0,enumerable:!0,sham:!h0,forced:N0},{structuredClone:function(t){var e,r,n=i0(arguments.length,1)>1&&!XZ(arguments[1])?JZ(arguments[1]):void 0,i=n?n.transfer:void 0;void 0!==i&&(r=function(t,e){if(!VZ(t))throw new v0("Transfer option cannot be converted to a sequence");var r=[];QZ(t,(function(t){M0(r,JZ(t))}));for(var n,i,o,a,s,c=0,u=n0(r),l=new _0;c<u;){if(n=r[c++],"ArrayBuffer"===(i=ZZ(n))?E0(l,n):x0(e,n))throw new m0("Duplicate transferable",R0);if("ArrayBuffer"!==i){if(h0)a=z0(n,{transfer:[n]});else switch(i){case"ImageBitmap":o=UZ.OffscreenCanvas,qZ(o)||Y0(i,j0);try{(s=new o(n.width,n.height)).getContext("bitmaprenderer").transferFromImageBitmap(n),a=s.transferToImageBitmap()}catch(t){}break;case"AudioData":case"VideoFrame":WZ(n.clone)&&WZ(n.close)||Y0(i,j0);try{a=n.clone(),n.close()}catch(t){}break;case"MediaSourceHandle":case"MessagePort":case"MIDIAccess":case"OffscreenCanvas":case"ReadableStream":case"RTCDataChannel":case"TransformStream":case"WebTransportReceiveStream":case"WebTransportSendStream":case"WritableStream":Y0(i,j0)}if(void 0===a)throw new m0("This object cannot be transferred: "+i,R0);A0(e,n,a)}else k0(l,n)}return l}(i,e=new b0));var o=G0(t,e);return r&&function(t){c0(t,(function(t){h0?B0(t,{transfer:[t]}):WZ(t.transfer)?t.transfer():u0?u0(t):Y0("ArrayBuffer",j0)}))}(r),o}});var W0=ri,q0=r,X0=xZ(q0.setInterval,!0);W0({global:!0,bind:!0,forced:q0.setInterval!==X0},{setInterval:X0});var V0=ri,K0=r,Q0=xZ(K0.setTimeout,!0);V0({global:!0,bind:!0,forced:K0.setTimeout!==Q0},{setTimeout:Q0});var J0=i,Z0=o,t1=ee("iterator"),e1=!J0((function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return t.pathname="c%20d",e.forEach((function(t,r){e.delete("b"),n+=r+t})),r.delete("a",2),r.delete("b",void 0),!e.size&&!Z0||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[t1]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host})),r1=w,n1=2147483647,i1=/[^\0-\u007E]/,o1=/[.\u3002\uFF0E\uFF61]/g,a1="Overflow: input needs wider integers to process",s1=RangeError,c1=r1(o1.exec),u1=Math.floor,l1=String.fromCharCode,h1=r1("".charCodeAt),f1=r1([].join),d1=r1([].push),p1=r1("".replace),g1=r1("".split),v1=r1("".toLowerCase),y1=function(t){return t+22+75*(t<26)},m1=function(t,e,r){var n=0;for(t=r?u1(t/700):t>>1,t+=u1(t/e);t>455;)t=u1(t/35),n+=36;return u1(n+36*t/(t+38))},b1=function(t){var e=[];t=function(t){for(var e=[],r=0,n=t.length;r<n;){var i=h1(t,r++);if(i>=55296&&i<=56319&&r<n){var o=h1(t,r++);56320==(64512&o)?d1(e,((1023&i)<<10)+(1023&o)+65536):(d1(e,i),r--)}else d1(e,i)}return e}(t);var r,n,i=t.length,o=128,a=0,s=72;for(r=0;r<t.length;r++)(n=t[r])<128&&d1(e,l1(n));var c=e.length,u=c;for(c&&d1(e,"-");u<i;){var l=n1;for(r=0;r<t.length;r++)(n=t[r])>=o&&n<l&&(l=n);var h=u+1;if(l-o>u1((n1-a)/h))throw new s1(a1);for(a+=(l-o)*h,o=l,r=0;r<t.length;r++){if((n=t[r])<o&&++a>n1)throw new s1(a1);if(n===o){for(var f=a,d=36;;){var p=d<=s?1:d>=s+26?26:d-s;if(f<p)break;var g=f-p,v=36-p;d1(e,l1(y1(p+g%v))),f=u1(g/v),d+=36}d1(e,l1(y1(f))),s=m1(a,h,u===c),a=0,u++}}a++,o++}return f1(e,"")},x1=ri,w1=r,A1=EC,_1=$,k1=u,E1=w,S1=o,M1=e1,T1=Qr,P1=Ki,O1=oy,I1=po,C1=jd,R1=Pr,j1=cy,L1=F,D1=Ut,z1=wo,N1=hi,F1=Re,B1=U,U1=pi,Y1=Bi,H1=v,$1=gl,G1=cl,W1=ep,q1=qI,X1=Mg,V1=ee("iterator"),K1="URLSearchParams",Q1=K1+"Iterator",J1=R1.set,Z1=R1.getterFor(K1),t2=R1.getterFor(Q1),e2=A1("fetch"),r2=A1("Request"),n2=A1("Headers"),i2=r2&&r2.prototype,o2=n2&&n2.prototype,a2=w1.TypeError,s2=w1.encodeURIComponent,c2=String.fromCharCode,u2=_1("String","fromCodePoint"),l2=parseInt,h2=E1("".charAt),f2=E1([].join),d2=E1([].push),p2=E1("".replace),g2=E1([].shift),v2=E1([].splice),y2=E1("".split),m2=E1("".slice),b2=E1(/./.exec),x2=/\+/g,w2=/^[0-9a-f]+$/i,A2=function(t,e){var r=m2(t,e,e+2);return b2(w2,r)?l2(r,16):NaN},_2=function(t){for(var e=0,r=128;r>0&&t&r;r>>=1)e++;return e},k2=function(t){var e=null;switch(t.length){case 1:e=t[0];break;case 2:e=(31&t[0])<<6|63&t[1];break;case 3:e=(15&t[0])<<12|(63&t[1])<<6|63&t[2];break;case 4:e=(7&t[0])<<18|(63&t[1])<<12|(63&t[2])<<6|63&t[3]}return e>1114111?null:e},E2=function(t){for(var e=(t=p2(t,x2," ")).length,r="",n=0;n<e;){var i=h2(t,n);if("%"===i){if("%"===h2(t,n+1)||n+3>e){r+="%",n++;continue}var o=A2(t,n+1);if(o!=o){r+=i,n++;continue}n+=2;var a=_2(o);if(0===a)i=c2(o);else{if(1===a||a>4){r+="�",n++;continue}for(var s=[o],c=1;c<a&&!(++n+3>e||"%"!==h2(t,n));){var u=A2(t,n+1);if(u!=u){n+=3;break}if(u>191||u<128)break;d2(s,u),n+=2,c++}if(s.length!==a){r+="�";continue}var l=k2(s);null===l?r+="�":i=u2(l)}}r+=i,n++}return r},S2=/[!'()~]|%20/g,M2={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},T2=function(t){return M2[t]},P2=function(t){return p2(s2(t),S2,T2)},O2=C1((function(t,e){J1(this,{type:Q1,target:Z1(t).entries,index:0,kind:e})}),K1,(function(){var t=t2(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,W1(void 0,!0);var n=e[r];switch(t.kind){case"keys":return W1(n.key,!1);case"values":return W1(n.value,!1)}return W1([n.key,n.value],!1)}),!0),I2=function(t){this.entries=[],this.url=null,void 0!==t&&(B1(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===h2(t,0)?m2(t,1):t:U1(t)))};I2.prototype={type:K1,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,r,n,i,o,a,s,c=this.entries,u=G1(t);if(u)for(r=(e=$1(t,u)).next;!(n=k1(r,e)).done;){if(o=(i=$1(F1(n.value))).next,(a=k1(o,i)).done||(s=k1(o,i)).done||!k1(o,i).done)throw new a2("Expected sequence with length 2");d2(c,{key:U1(a.value),value:U1(s.value)})}else for(var l in t)D1(t,l)&&d2(c,{key:l,value:U1(t[l])})},parseQuery:function(t){if(t)for(var e,r,n=this.entries,i=y2(t,"&"),o=0;o<i.length;)(e=i[o++]).length&&(r=y2(e,"="),d2(n,{key:E2(g2(r)),value:E2(f2(r,"="))}))},serialize:function(){for(var t,e=this.entries,r=[],n=0;n<e.length;)t=e[n++],d2(r,P2(t.key)+"="+P2(t.value));return f2(r,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var C2=function(){j1(this,R2);var t=J1(this,new I2(arguments.length>0?arguments[0]:void 0));S1||(this.size=t.entries.length)},R2=C2.prototype;if(O1(R2,{append:function(t,e){var r=Z1(this);q1(arguments.length,2),d2(r.entries,{key:U1(t),value:U1(e)}),S1||this.length++,r.updateURL()},delete:function(t){for(var e=Z1(this),r=q1(arguments.length,1),n=e.entries,i=U1(t),o=r<2?void 0:arguments[1],a=void 0===o?o:U1(o),s=0;s<n.length;){var c=n[s];if(c.key!==i||void 0!==a&&c.value!==a)s++;else if(v2(n,s,1),void 0!==a)break}S1||(this.size=n.length),e.updateURL()},get:function(t){var e=Z1(this).entries;q1(arguments.length,1);for(var r=U1(t),n=0;n<e.length;n++)if(e[n].key===r)return e[n].value;return null},getAll:function(t){var e=Z1(this).entries;q1(arguments.length,1);for(var r=U1(t),n=[],i=0;i<e.length;i++)e[i].key===r&&d2(n,e[i].value);return n},has:function(t){for(var e=Z1(this).entries,r=q1(arguments.length,1),n=U1(t),i=r<2?void 0:arguments[1],o=void 0===i?i:U1(i),a=0;a<e.length;){var s=e[a++];if(s.key===n&&(void 0===o||s.value===o))return!0}return!1},set:function(t,e){var r=Z1(this);q1(arguments.length,1);for(var n,i=r.entries,o=!1,a=U1(t),s=U1(e),c=0;c<i.length;c++)(n=i[c]).key===a&&(o?v2(i,c--,1):(o=!0,n.value=s));o||d2(i,{key:a,value:s}),S1||(this.size=i.length),r.updateURL()},sort:function(){var t=Z1(this);X1(t.entries,(function(t,e){return t.key>e.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,r=Z1(this).entries,n=z1(t,arguments.length>1?arguments[1]:void 0),i=0;i<r.length;)n((e=r[i++]).value,e.key,this)},keys:function(){return new O2(this,"keys")},values:function(){return new O2(this,"values")},entries:function(){return new O2(this,"entries")}},{enumerable:!0}),T1(R2,V1,R2.entries,{name:"entries"}),T1(R2,"toString",(function(){return Z1(this).serialize()}),{enumerable:!0}),S1&&P1(R2,"size",{get:function(){return Z1(this).entries.length},configurable:!0,enumerable:!0}),I1(C2,K1),x1({global:!0,constructor:!0,forced:!M1},{URLSearchParams:C2}),!M1&&L1(n2)){var j2=E1(o2.has),L2=E1(o2.set),D2=function(t){if(B1(t)){var e,r=t.body;if(N1(r)===K1)return e=t.headers?new n2(t.headers):new n2,j2(e,"content-type")||L2(e,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),Y1(t,{body:H1(0,U1(r)),headers:H1(0,e)})}return t};if(L1(e2)&&x1({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(t){return e2(t,arguments.length>1?D2(arguments[1]):{})}}),L1(r2)){var z2=function(t){return j1(this,i2),new r2(t,arguments.length>1?D2(arguments[1]):{})};i2.constructor=z2,z2.prototype=i2,x1({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:z2})}}var N2,F2=ri,B2=o,U2=e1,Y2=r,H2=wo,$2=w,G2=Qr,W2=Ki,q2=cy,X2=Ut,V2=_P,K2=rd,Q2=Yi,J2=VB.codeAt,Z2=function(t){var e,r,n=[],i=g1(p1(v1(t),o1,"."),".");for(e=0;e<i.length;e++)r=i[e],d1(n,c1(i1,r)?"xn--"+b1(r):r);return f1(n,".")},t3=pi,e3=po,r3=qI,n3={URLSearchParams:C2,getState:Z1},i3=Pr,o3=i3.set,a3=i3.getterFor("URL"),s3=n3.URLSearchParams,c3=n3.getState,u3=Y2.URL,l3=Y2.TypeError,h3=Y2.parseInt,f3=Math.floor,d3=Math.pow,p3=$2("".charAt),g3=$2(/./.exec),v3=$2([].join),y3=$2(1..toString),m3=$2([].pop),b3=$2([].push),x3=$2("".replace),w3=$2([].shift),A3=$2("".split),_3=$2("".slice),k3=$2("".toLowerCase),E3=$2([].unshift),S3="Invalid scheme",M3="Invalid host",T3="Invalid port",P3=/[a-z]/i,O3=/[\d+-.a-z]/i,I3=/\d/,C3=/^0x/i,R3=/^[0-7]+$/,j3=/^\d+$/,L3=/^[\da-f]+$/i,D3=/[\0\t\n\r #%/:<>?@[\\\]^|]/,z3=/[\0\t\n\r #/:<>?@[\\\]^|]/,N3=/^[\u0000-\u0020]+/,F3=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,B3=/[\t\n\r]/g,U3=function(t){var e,r,n,i;if("number"==typeof t){for(e=[],r=0;r<4;r++)E3(e,t%256),t=f3(t/256);return v3(e,".")}if("object"==typeof t){for(e="",n=function(t){for(var e=null,r=1,n=null,i=0,o=0;o<8;o++)0!==t[o]?(i>r&&(e=n,r=i),n=null,i=0):(null===n&&(n=o),++i);return i>r?n:e}(t),r=0;r<8;r++)i&&0===t[r]||(i&&(i=!1),n===r?(e+=r?":":"::",i=!0):(e+=y3(t[r],16),r<7&&(e+=":")));return"["+e+"]"}return t},Y3={},H3=V2({},Y3,{" ":1,'"':1,"<":1,">":1,"`":1}),$3=V2({},H3,{"#":1,"?":1,"{":1,"}":1}),G3=V2({},$3,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),W3=function(t,e){var r=J2(t,0);return r>32&&r<127&&!X2(e,t)?t:encodeURIComponent(t)},q3={ftp:21,file:null,http:80,https:443,ws:80,wss:443},X3=function(t,e){var r;return 2===t.length&&g3(P3,p3(t,0))&&(":"===(r=p3(t,1))||!e&&"|"===r)},V3=function(t){var e;return t.length>1&&X3(_3(t,0,2))&&(2===t.length||"/"===(e=p3(t,2))||"\\"===e||"?"===e||"#"===e)},K3=function(t){return"."===t||"%2e"===k3(t)},Q3={},J3={},Z3={},t4={},e4={},r4={},n4={},i4={},o4={},a4={},s4={},c4={},u4={},l4={},h4={},f4={},d4={},p4={},g4={},v4={},y4={},m4=function(t,e,r){var n,i,o,a=t3(t);if(e){if(i=this.parse(a))throw new l3(i);this.searchParams=null}else{if(void 0!==r&&(n=new m4(r,!0)),i=this.parse(a,null,n))throw new l3(i);(o=c3(new s3)).bindURL(this),this.searchParams=o}};m4.prototype={type:"URL",parse:function(t,e,r){var n,i,o,a,s,c=this,u=e||Q3,l=0,h="",f=!1,d=!1,p=!1;for(t=t3(t),e||(c.scheme="",c.username="",c.password="",c.host=null,c.port=null,c.path=[],c.query=null,c.fragment=null,c.cannotBeABaseURL=!1,t=x3(t,N3,""),t=x3(t,F3,"$1")),t=x3(t,B3,""),n=K2(t);l<=n.length;){switch(i=n[l],u){case Q3:if(!i||!g3(P3,i)){if(e)return S3;u=Z3;continue}h+=k3(i),u=J3;break;case J3:if(i&&(g3(O3,i)||"+"===i||"-"===i||"."===i))h+=k3(i);else{if(":"!==i){if(e)return S3;h="",u=Z3,l=0;continue}if(e&&(c.isSpecial()!==X2(q3,h)||"file"===h&&(c.includesCredentials()||null!==c.port)||"file"===c.scheme&&!c.host))return;if(c.scheme=h,e)return void(c.isSpecial()&&q3[c.scheme]===c.port&&(c.port=null));h="","file"===c.scheme?u=l4:c.isSpecial()&&r&&r.scheme===c.scheme?u=t4:c.isSpecial()?u=i4:"/"===n[l+1]?(u=e4,l++):(c.cannotBeABaseURL=!0,b3(c.path,""),u=g4)}break;case Z3:if(!r||r.cannotBeABaseURL&&"#"!==i)return S3;if(r.cannotBeABaseURL&&"#"===i){c.scheme=r.scheme,c.path=Q2(r.path),c.query=r.query,c.fragment="",c.cannotBeABaseURL=!0,u=y4;break}u="file"===r.scheme?l4:r4;continue;case t4:if("/"!==i||"/"!==n[l+1]){u=r4;continue}u=o4,l++;break;case e4:if("/"===i){u=a4;break}u=p4;continue;case r4:if(c.scheme=r.scheme,i===N2)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=Q2(r.path),c.query=r.query;else if("/"===i||"\\"===i&&c.isSpecial())u=n4;else if("?"===i)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=Q2(r.path),c.query="",u=v4;else{if("#"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=Q2(r.path),c.path.length--,u=p4;continue}c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=Q2(r.path),c.query=r.query,c.fragment="",u=y4}break;case n4:if(!c.isSpecial()||"/"!==i&&"\\"!==i){if("/"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,u=p4;continue}u=a4}else u=o4;break;case i4:if(u=o4,"/"!==i||"/"!==p3(h,l+1))continue;l++;break;case o4:if("/"!==i&&"\\"!==i){u=a4;continue}break;case a4:if("@"===i){f&&(h="%40"+h),f=!0,o=K2(h);for(var g=0;g<o.length;g++){var v=o[g];if(":"!==v||p){var y=W3(v,G3);p?c.password+=y:c.username+=y}else p=!0}h=""}else if(i===N2||"/"===i||"?"===i||"#"===i||"\\"===i&&c.isSpecial()){if(f&&""===h)return"Invalid authority";l-=K2(h).length+1,h="",u=s4}else h+=i;break;case s4:case c4:if(e&&"file"===c.scheme){u=f4;continue}if(":"!==i||d){if(i===N2||"/"===i||"?"===i||"#"===i||"\\"===i&&c.isSpecial()){if(c.isSpecial()&&""===h)return M3;if(e&&""===h&&(c.includesCredentials()||null!==c.port))return;if(a=c.parseHost(h))return a;if(h="",u=d4,e)return;continue}"["===i?d=!0:"]"===i&&(d=!1),h+=i}else{if(""===h)return M3;if(a=c.parseHost(h))return a;if(h="",u=u4,e===c4)return}break;case u4:if(!g3(I3,i)){if(i===N2||"/"===i||"?"===i||"#"===i||"\\"===i&&c.isSpecial()||e){if(""!==h){var m=h3(h,10);if(m>65535)return T3;c.port=c.isSpecial()&&m===q3[c.scheme]?null:m,h=""}if(e)return;u=d4;continue}return T3}h+=i;break;case l4:if(c.scheme="file","/"===i||"\\"===i)u=h4;else{if(!r||"file"!==r.scheme){u=p4;continue}switch(i){case N2:c.host=r.host,c.path=Q2(r.path),c.query=r.query;break;case"?":c.host=r.host,c.path=Q2(r.path),c.query="",u=v4;break;case"#":c.host=r.host,c.path=Q2(r.path),c.query=r.query,c.fragment="",u=y4;break;default:V3(v3(Q2(n,l),""))||(c.host=r.host,c.path=Q2(r.path),c.shortenPath()),u=p4;continue}}break;case h4:if("/"===i||"\\"===i){u=f4;break}r&&"file"===r.scheme&&!V3(v3(Q2(n,l),""))&&(X3(r.path[0],!0)?b3(c.path,r.path[0]):c.host=r.host),u=p4;continue;case f4:if(i===N2||"/"===i||"\\"===i||"?"===i||"#"===i){if(!e&&X3(h))u=p4;else if(""===h){if(c.host="",e)return;u=d4}else{if(a=c.parseHost(h))return a;if("localhost"===c.host&&(c.host=""),e)return;h="",u=d4}continue}h+=i;break;case d4:if(c.isSpecial()){if(u=p4,"/"!==i&&"\\"!==i)continue}else if(e||"?"!==i)if(e||"#"!==i){if(i!==N2&&(u=p4,"/"!==i))continue}else c.fragment="",u=y4;else c.query="",u=v4;break;case p4:if(i===N2||"/"===i||"\\"===i&&c.isSpecial()||!e&&("?"===i||"#"===i)){if(".."===(s=k3(s=h))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(c.shortenPath(),"/"===i||"\\"===i&&c.isSpecial()||b3(c.path,"")):K3(h)?"/"===i||"\\"===i&&c.isSpecial()||b3(c.path,""):("file"===c.scheme&&!c.path.length&&X3(h)&&(c.host&&(c.host=""),h=p3(h,0)+":"),b3(c.path,h)),h="","file"===c.scheme&&(i===N2||"?"===i||"#"===i))for(;c.path.length>1&&""===c.path[0];)w3(c.path);"?"===i?(c.query="",u=v4):"#"===i&&(c.fragment="",u=y4)}else h+=W3(i,$3);break;case g4:"?"===i?(c.query="",u=v4):"#"===i?(c.fragment="",u=y4):i!==N2&&(c.path[0]+=W3(i,Y3));break;case v4:e||"#"!==i?i!==N2&&("'"===i&&c.isSpecial()?c.query+="%27":c.query+="#"===i?"%23":W3(i,Y3)):(c.fragment="",u=y4);break;case y4:i!==N2&&(c.fragment+=W3(i,H3))}l++}},parseHost:function(t){var e,r,n;if("["===p3(t,0)){if("]"!==p3(t,t.length-1))return M3;if(e=function(t){var e,r,n,i,o,a,s,c=[0,0,0,0,0,0,0,0],u=0,l=null,h=0,f=function(){return p3(t,h)};if(":"===f()){if(":"!==p3(t,1))return;h+=2,l=++u}for(;f();){if(8===u)return;if(":"!==f()){for(e=r=0;r<4&&g3(L3,f());)e=16*e+h3(f(),16),h++,r++;if("."===f()){if(0===r)return;if(h-=r,u>6)return;for(n=0;f();){if(i=null,n>0){if(!("."===f()&&n<4))return;h++}if(!g3(I3,f()))return;for(;g3(I3,f());){if(o=h3(f(),10),null===i)i=o;else{if(0===i)return;i=10*i+o}if(i>255)return;h++}c[u]=256*c[u]+i,2!=++n&&4!==n||u++}if(4!==n)return;break}if(":"===f()){if(h++,!f())return}else if(f())return;c[u++]=e}else{if(null!==l)return;h++,l=++u}}if(null!==l)for(a=u-l,u=7;0!==u&&a>0;)s=c[u],c[u--]=c[l+a-1],c[l+--a]=s;else if(8!==u)return;return c}(_3(t,1,-1)),!e)return M3;this.host=e}else if(this.isSpecial()){if(t=Z2(t),g3(D3,t))return M3;if(e=function(t){var e,r,n,i,o,a,s,c=A3(t,".");if(c.length&&""===c[c.length-1]&&c.length--,(e=c.length)>4)return t;for(r=[],n=0;n<e;n++){if(""===(i=c[n]))return t;if(o=10,i.length>1&&"0"===p3(i,0)&&(o=g3(C3,i)?16:8,i=_3(i,8===o?1:2)),""===i)a=0;else{if(!g3(10===o?j3:8===o?R3:L3,i))return t;a=h3(i,o)}b3(r,a)}for(n=0;n<e;n++)if(a=r[n],n===e-1){if(a>=d3(256,5-e))return null}else if(a>255)return null;for(s=m3(r),n=0;n<r.length;n++)s+=r[n]*d3(256,3-n);return s}(t),null===e)return M3;this.host=e}else{if(g3(z3,t))return M3;for(e="",r=K2(t),n=0;n<r.length;n++)e+=W3(r[n],Y3);this.host=e}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||"file"===this.scheme},includesCredentials:function(){return""!==this.username||""!==this.password},isSpecial:function(){return X2(q3,this.scheme)},shortenPath:function(){var t=this.path,e=t.length;!e||"file"===this.scheme&&1===e&&X3(t[0],!0)||t.length--},serialize:function(){var t=this,e=t.scheme,r=t.username,n=t.password,i=t.host,o=t.port,a=t.path,s=t.query,c=t.fragment,u=e+":";return null!==i?(u+="//",t.includesCredentials()&&(u+=r+(n?":"+n:"")+"@"),u+=U3(i),null!==o&&(u+=":"+o)):"file"===e&&(u+="//"),u+=t.cannotBeABaseURL?a[0]:a.length?"/"+v3(a,"/"):"",null!==s&&(u+="?"+s),null!==c&&(u+="#"+c),u},setHref:function(t){var e=this.parse(t);if(e)throw new l3(e);this.searchParams.update()},getOrigin:function(){var t=this.scheme,e=this.port;if("blob"===t)try{return new b4(t.path[0]).origin}catch(t){return"null"}return"file"!==t&&this.isSpecial()?t+"://"+U3(this.host)+(null!==e?":"+e:""):"null"},getProtocol:function(){return this.scheme+":"},setProtocol:function(t){this.parse(t3(t)+":",Q3)},getUsername:function(){return this.username},setUsername:function(t){var e=K2(t3(t));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var r=0;r<e.length;r++)this.username+=W3(e[r],G3)}},getPassword:function(){return this.password},setPassword:function(t){var e=K2(t3(t));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var r=0;r<e.length;r++)this.password+=W3(e[r],G3)}},getHost:function(){var t=this.host,e=this.port;return null===t?"":null===e?U3(t):U3(t)+":"+e},setHost:function(t){this.cannotBeABaseURL||this.parse(t,s4)},getHostname:function(){var t=this.host;return null===t?"":U3(t)},setHostname:function(t){this.cannotBeABaseURL||this.parse(t,c4)},getPort:function(){var t=this.port;return null===t?"":t3(t)},setPort:function(t){this.cannotHaveUsernamePasswordPort()||(""===(t=t3(t))?this.port=null:this.parse(t,u4))},getPathname:function(){var t=this.path;return this.cannotBeABaseURL?t[0]:t.length?"/"+v3(t,"/"):""},setPathname:function(t){this.cannotBeABaseURL||(this.path=[],this.parse(t,d4))},getSearch:function(){var t=this.query;return t?"?"+t:""},setSearch:function(t){""===(t=t3(t))?this.query=null:("?"===p3(t,0)&&(t=_3(t,1)),this.query="",this.parse(t,v4)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var t=this.fragment;return t?"#"+t:""},setHash:function(t){""!==(t=t3(t))?("#"===p3(t,0)&&(t=_3(t,1)),this.fragment="",this.parse(t,y4)):this.fragment=null},update:function(){this.query=this.searchParams.serialize()||null}};var b4=function(t){var e=q2(this,x4),r=r3(arguments.length,1)>1?arguments[1]:void 0,n=o3(e,new m4(t,!1,r));B2||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},x4=b4.prototype,w4=function(t,e){return{get:function(){return a3(this)[t]()},set:e&&function(t){return a3(this)[e](t)},configurable:!0,enumerable:!0}};if(B2&&(W2(x4,"href",w4("serialize","setHref")),W2(x4,"origin",w4("getOrigin")),W2(x4,"protocol",w4("getProtocol","setProtocol")),W2(x4,"username",w4("getUsername","setUsername")),W2(x4,"password",w4("getPassword","setPassword")),W2(x4,"host",w4("getHost","setHost")),W2(x4,"hostname",w4("getHostname","setHostname")),W2(x4,"port",w4("getPort","setPort")),W2(x4,"pathname",w4("getPathname","setPathname")),W2(x4,"search",w4("getSearch","setSearch")),W2(x4,"searchParams",w4("getSearchParams")),W2(x4,"hash",w4("getHash","setHash"))),G2(x4,"toJSON",(function(){return a3(this).serialize()}),{enumerable:!0}),G2(x4,"toString",(function(){return a3(this).serialize()}),{enumerable:!0}),u3){var A4=u3.createObjectURL,_4=u3.revokeObjectURL;A4&&G2(b4,"createObjectURL",H2(A4,u3)),_4&&G2(b4,"revokeObjectURL",H2(_4,u3))}e3(b4,"URL"),F2({global:!0,constructor:!0,forced:!U2,sham:!B2},{URL:b4});var k4=ri,E4=i,S4=qI,M4=pi,T4=e1,P4=$("URL"),O4=T4&&E4((function(){P4.canParse()})),I4=E4((function(){return 1!==P4.canParse.length}));k4({target:"URL",stat:!0,forced:!O4||I4},{canParse:function(t){var e=S4(arguments.length,1),r=M4(t),n=e<2||void 0===arguments[1]?void 0:M4(arguments[1]);try{return!!new P4(r,n)}catch(t){return!1}}});var C4=ri,R4=qI,j4=pi,L4=e1,D4=$("URL");C4({target:"URL",stat:!0,forced:!L4},{parse:function(t){var e=R4(arguments.length,1),r=j4(t),n=e<2||void 0===arguments[1]?void 0:j4(arguments[1]);try{return new D4(r,n)}catch(t){return null}}});var z4=u;ri({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return z4(URL.prototype.toString,this)}});var N4=Qr,F4=w,B4=pi,U4=qI,Y4=URLSearchParams,H4=Y4.prototype,$4=F4(H4.append),G4=F4(H4.delete),W4=F4(H4.forEach),q4=F4([].push),X4=new Y4("a=1&a=2&b=3");X4.delete("a",1),X4.delete("b",void 0),X4+""!="a=2"&&N4(H4,"delete",(function(t){var e=arguments.length,r=e<2?void 0:arguments[1];if(e&&void 0===r)return G4(this,t);var n=[];W4(this,(function(t,e){q4(n,{key:e,value:t})})),U4(e,1);for(var i,o=B4(t),a=B4(r),s=0,c=0,u=!1,l=n.length;s<l;)i=n[s++],u||i.key===o?(u=!0,G4(this,i.key)):c++;for(;c<l;)(i=n[c++]).key===o&&i.value===a||$4(this,i.key,i.value)}),{enumerable:!0,unsafe:!0});var V4=Qr,K4=w,Q4=pi,J4=qI,Z4=URLSearchParams,t5=Z4.prototype,e5=K4(t5.getAll),r5=K4(t5.has),n5=new Z4("a=1");!n5.has("a",2)&&n5.has("a",void 0)||V4(t5,"has",(function(t){var e=arguments.length,r=e<2?void 0:arguments[1];if(e&&void 0===r)return r5(this,t);var n=e5(this,t);J4(e,1);for(var i=Q4(r),o=0;o<n.length;)if(n[o++]===i)return!0;return!1}),{enumerable:!0,unsafe:!0});var i5=o,o5=w,a5=Ki,s5=URLSearchParams.prototype,c5=o5(s5.forEach);i5&&!("size"in s5)&&a5(s5,"size",{get:function(){var t=0;return c5(this,(function(){t++})),t},configurable:!0,enumerable:!0});!function(t){var e=function(t){var e,r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,r){return t[e]=r}}function l(t,e,r,n){var o=e&&e.prototype instanceof y?e:y,a=Object.create(o.prototype),s=new O(n||[]);return i(a,"_invoke",{value:S(t,r,s)}),a}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var f="suspendedStart",d="suspendedYield",p="executing",g="completed",v={};function y(){}function m(){}function b(){}var x={};u(x,a,(function(){return this}));var w=Object.getPrototypeOf,A=w&&w(w(I([])));A&&A!==r&&n.call(A,a)&&(x=A);var _=b.prototype=y.prototype=Object.create(x);function k(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function E(t,e){function r(i,o,a,s){var c=h(t[i],t,o);if("throw"!==c.type){var u=c.arg,l=u.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,s)}),(function(t){r("throw",t,a,s)})):e.resolve(l).then((function(t){u.value=t,a(u)}),(function(t){return r("throw",t,a,s)}))}s(c.arg)}var o;i(this,"_invoke",{value:function(t,n){function i(){return new e((function(e,i){r(t,n,e,i)}))}return o=o?o.then(i,i):i()}})}function S(t,e,r){var n=f;return function(i,o){if(n===p)throw new Error("Generator is already running");if(n===g){if("throw"===i)throw o;return C()}for(r.method=i,r.arg=o;;){var a=r.delegate;if(a){var s=M(a,r);if(s){if(s===v)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===f)throw n=g,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=p;var c=h(t,e,r);if("normal"===c.type){if(n=r.done?g:d,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n=g,r.method="throw",r.arg=c.arg)}}}function M(t,r){var n=r.method,i=t.iterator[n];if(i===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,M(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),v;var o=h(i,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,v;var a=o.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,v):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,v)}function T(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function P(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(T,this),this.reset(!0)}function I(t){if(t){var r=t[a];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function r(){for(;++i<t.length;)if(n.call(t,i))return r.value=t[i],r.done=!1,r;return r.value=e,r.done=!0,r};return o.next=o}}return{next:C}}function C(){return{value:e,done:!0}}return m.prototype=b,i(_,"constructor",{value:b,configurable:!0}),i(b,"constructor",{value:m,configurable:!0}),m.displayName=u(b,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===m||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,u(t,c,"GeneratorFunction")),t.prototype=Object.create(_),t},t.awrap=function(t){return{__await:t}},k(E.prototype),u(E.prototype,s,(function(){return this})),t.AsyncIterator=E,t.async=function(e,r,n,i,o){void 0===o&&(o=Promise);var a=new E(l(e,r,n,i),o);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},k(_),u(_,c,"Generator"),u(_,a,(function(){return this})),u(_,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=I,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(P),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function i(n,i){return s.type="throw",s.arg=t,r.next=n,i&&(r.method="next",r.arg=e),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var c=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,v):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),P(r),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;P(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),v}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}({exports:{}}),(()=>{function t(t,r,n,i,o){if(![t,r,n,i].every((t=>Number.isFinite(t))))return;let a,s,c,u;if(o=function(t){const e=typeof t;if("undefined"===e||null===t)return[0];if("function"===e)return[NaN];if("object"===e)return"function"==typeof t[Symbol.iterator]?[...t].map((t=>{const e=typeof t;return"undefined"===e||null===t?0:"function"===e?NaN:"object"===e?f(t):d(t)})):[f(t)];return[d(t)]}(o),4===o.length)a=p(o[0]),s=p(o[1]),c=p(o[2]),u=p(o[3]);else if(3===o.length)a=p(o[0]),s=p(o[1]),u=p(o[1]),c=p(o[2]);else if(2===o.length)a=p(o[0]),c=p(o[0]),s=p(o[1]),u=p(o[1]);else{if(1!==o.length)throw new RangeError(`${e(this)} ${o.length} is not a valid size for radii sequence.`);a=p(o[0]),s=p(o[0]),c=p(o[0]),u=p(o[0])}const l=[a,s,c,u],h=l.find((({x:t,y:e})=>t<0||e<0));if(h?.x<0&&h.x,!l.some((({x:t,y:e})=>!Number.isFinite(t)||!Number.isFinite(e)))){if(h)throw new RangeError(`${e(this)} Radius value ${h} is negative.`);!function(t){const[e,r,o,a]=t,s=[Math.abs(n)/(e.x+r.x),Math.abs(i)/(r.y+o.y),Math.abs(n)/(o.x+a.x),Math.abs(i)/(e.y+a.y)],c=Math.min(...s);if(c<=1)for(const e of t)e.x*=c,e.y*=c}(l),n<0&&i<0?(this.moveTo(t-a.x,r),this.ellipse(t+n+s.x,r-s.y,s.x,s.y,0,1.5*-Math.PI,-Math.PI),this.ellipse(t+n+c.x,r+i+c.y,c.x,c.y,0,-Math.PI,-Math.PI/2),this.ellipse(t-u.x,r+i+u.y,u.x,u.y,0,-Math.PI/2,0),this.ellipse(t-a.x,r-a.y,a.x,a.y,0,0,-Math.PI/2)):n<0?(this.moveTo(t-a.x,r),this.ellipse(t+n+s.x,r+s.y,s.x,s.y,0,-Math.PI/2,-Math.PI,1),this.ellipse(t+n+c.x,r+i-c.y,c.x,c.y,0,-Math.PI,1.5*-Math.PI,1),this.ellipse(t-u.x,r+i-u.y,u.x,u.y,0,Math.PI/2,0,1),this.ellipse(t-a.x,r+a.y,a.x,a.y,0,0,-Math.PI/2,1)):i<0?(this.moveTo(t+a.x,r),this.ellipse(t+n-s.x,r-s.y,s.x,s.y,0,Math.PI/2,0,1),this.ellipse(t+n-c.x,r+i+c.y,c.x,c.y,0,0,-Math.PI/2,1),this.ellipse(t+u.x,r+i+u.y,u.x,u.y,0,-Math.PI/2,-Math.PI,1),this.ellipse(t+a.x,r-a.y,a.x,a.y,0,-Math.PI,1.5*-Math.PI,1)):(this.moveTo(t+a.x,r),this.ellipse(t+n-s.x,r+s.y,s.x,s.y,0,-Math.PI/2,0),this.ellipse(t+n-c.x,r+i-c.y,c.x,c.y,0,0,Math.PI/2),this.ellipse(t+u.x,r+i-u.y,u.x,u.y,0,Math.PI/2,Math.PI),this.ellipse(t+a.x,r+a.y,a.x,a.y,0,Math.PI,1.5*Math.PI)),this.closePath(),this.moveTo(t,r)}function f(t){const{x:e,y:r,z:n,w:i}=t;return{x:e,y:r,z:n,w:i}}function d(t){return+t}function p(t){const e=d(t);return Number.isFinite(e)?{x:e,y:e}:Object(t)===t?{x:d(t.x??0),y:d(t.y??0)}:{x:NaN,y:NaN}}}function e(t){return`Failed to execute 'roundRect' on '${function(t){return Object(t)===t&&t instanceof Path2D?"Path2D":t instanceof globalThis?.CanvasRenderingContext2D?"CanvasRenderingContext2D":t instanceof globalThis?.OffscreenCanvasRenderingContext2D?"OffscreenCanvasRenderingContext2D":t?.constructor.name||t}(t)}':`}Path2D.prototype.roundRect??=t,globalThis.CanvasRenderingContext2D&&(globalThis.CanvasRenderingContext2D.prototype.roundRect??=t),globalThis.OffscreenCanvasRenderingContext2D&&(globalThis.OffscreenCanvasRenderingContext2D.prototype.roundRect??=t)})();var u5="done";function l5(t,e){return t===e||t!=t&&e!=e}function h5(t,e){for(var r=t.length;r--;)if(l5(t[r][0],e))return r;return-1}"function"!=typeof Object.assign&&(Object.assign=function(t){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),r=1;r<arguments.length;r++){var n=arguments[r];if(null!=n)for(var i in n)n.hasOwnProperty(i)&&(e[i]=n[i])}return e}),"function"!=typeof Object.values&&(Object.values=function(t){let e=[];for(let r in t)e.push(t[r]);return e}),"function"!=typeof Object.keys&&(Object.values=function(t){let e=[];for(let r in t)e.push(r);return e}),"undefined"!=typeof CanvasRenderingContext2D&&null==CanvasRenderingContext2D.prototype.ellipse&&(CanvasRenderingContext2D.prototype.ellipse=function(t,e,r,n,i,o,a,s){this.save(),this.translate(t,e),this.rotate(i),this.translate(-r,-n),this.scale(r,n),this.arc(1,1,1,o,a,s),this.restore()}),function(){for(var t=0,e=["ms","moz","webkit","o"],r=0;r<e.length&&!window.requestAnimationFrame;++r)window.requestAnimationFrame=window[e[r]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[e[r]+"CancelAnimationFrame"]||window[e[r]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(console.warn("requestAnimationFrame not supported"),window.requestAnimationFrame=function(e,r){var n=performance.now(),i=Math.max(0,33-(n-t)),o=window.setTimeout((function(){e(n+i)}),i);return t=n+i,o}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(t){clearTimeout(t)})}(),String.prototype.startsWith||(String.prototype.startsWith=function(t,e){return e=e||0,this.substr(e,t.length)===t});var f5=Array.prototype.splice;function d5(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}d5.prototype.clear=function(){this.__data__=[],this.size=0},d5.prototype.delete=function(t){var e=this.__data__,r=h5(e,t);return!(r<0)&&(r==e.length-1?e.pop():f5.call(e,r,1),--this.size,!0)},d5.prototype.get=function(t){var e=this.__data__,r=h5(e,t);return r<0?void 0:e[r][1]},d5.prototype.has=function(t){return h5(this.__data__,t)>-1},d5.prototype.set=function(t,e){var r=this.__data__,n=h5(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this};var p5="object"==typeof global&&global&&global.Object===Object&&global,g5="object"==typeof self&&self&&self.Object===Object&&self,v5=p5||g5||Function("return this")(),y5=v5.Symbol,m5=Object.prototype,b5=m5.hasOwnProperty,x5=m5.toString,w5=y5?y5.toStringTag:void 0;var A5=Object.prototype.toString;var _5=y5?y5.toStringTag:void 0;function k5(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":_5&&_5 in Object(t)?function(t){var e=b5.call(t,w5),r=t[w5];try{t[w5]=void 0;var n=!0}catch(t){}var i=x5.call(t);return n&&(e?t[w5]=r:delete t[w5]),i}(t):function(t){return A5.call(t)}(t)}function E5(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function S5(t){if(!E5(t))return!1;var e=k5(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}var M5=v5["__core-js_shared__"],T5=function(){var t=/[^.]+$/.exec(M5&&M5.keys&&M5.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();var P5=Function.prototype.toString;function O5(t){if(null!=t){try{return P5.call(t)}catch(t){}try{return t+""}catch(t){}}return""}var I5=/^\[object .+?Constructor\]$/,C5=Function.prototype,R5=Object.prototype,j5=C5.toString,L5=R5.hasOwnProperty,D5=RegExp("^"+j5.call(L5).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function z5(t){return!(!E5(t)||(e=t,T5&&T5 in e))&&(S5(t)?D5:I5).test(O5(t));var e}function N5(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return z5(r)?r:void 0}var F5=N5(v5,"Map"),B5=N5(Object,"create");var U5=Object.prototype.hasOwnProperty;var Y5=Object.prototype.hasOwnProperty;function H5(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function $5(t,e){var r=t.__data__;return function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}(e)?r["string"==typeof e?"string":"hash"]:r.map}function G5(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}H5.prototype.clear=function(){this.__data__=B5?B5(null):{},this.size=0},H5.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},H5.prototype.get=function(t){var e=this.__data__;if(B5){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return U5.call(e,t)?e[t]:void 0},H5.prototype.has=function(t){var e=this.__data__;return B5?void 0!==e[t]:Y5.call(e,t)},H5.prototype.set=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=B5&&void 0===e?"__lodash_hash_undefined__":e,this},G5.prototype.clear=function(){this.size=0,this.__data__={hash:new H5,map:new(F5||d5),string:new H5}},G5.prototype.delete=function(t){var e=$5(this,t).delete(t);return this.size-=e?1:0,e},G5.prototype.get=function(t){return $5(this,t).get(t)},G5.prototype.has=function(t){return $5(this,t).has(t)},G5.prototype.set=function(t,e){var r=$5(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this};function W5(t){var e=this.__data__=new d5(t);this.size=e.size}W5.prototype.clear=function(){this.__data__=new d5,this.size=0},W5.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},W5.prototype.get=function(t){return this.__data__.get(t)},W5.prototype.has=function(t){return this.__data__.has(t)},W5.prototype.set=function(t,e){var r=this.__data__;if(r instanceof d5){var n=r.__data__;if(!F5||n.length<199)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new G5(n)}return r.set(t,e),this.size=r.size,this};function q5(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new G5;++e<r;)this.add(t[e])}function X5(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function V5(t,e){return t.has(e)}q5.prototype.add=q5.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},q5.prototype.has=function(t){return this.__data__.has(t)};function K5(t,e,r,n,i,o){var a=1&r,s=t.length,c=e.length;if(s!=c&&!(a&&c>s))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var h=-1,f=!0,d=2&r?new q5:void 0;for(o.set(t,e),o.set(e,t);++h<s;){var p=t[h],g=e[h];if(n)var v=a?n(g,p,h,e,t,o):n(p,g,h,t,e,o);if(void 0!==v){if(v)continue;f=!1;break}if(d){if(!X5(e,(function(t,e){if(!V5(d,e)&&(p===t||i(p,t,r,n,o)))return d.push(e)}))){f=!1;break}}else if(p!==g&&!i(p,g,r,n,o)){f=!1;break}}return o.delete(t),o.delete(e),f}var Q5=v5.Uint8Array;function J5(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r}function Z5(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[++e]=t})),r}var t6=y5?y5.prototype:void 0,e6=t6?t6.valueOf:void 0;function r6(t,e){for(var r=-1,n=e.length,i=t.length;++r<n;)t[i+r]=e[r];return t}var n6=Array.isArray;function i6(t,e,r){var n=e(t);return n6(t)?n:r6(n,r(t))}function o6(){return[]}var a6=Object.prototype.propertyIsEnumerable,s6=Object.getOwnPropertySymbols,c6=s6?function(t){return null==t?[]:(t=Object(t),function(t,e){for(var r=-1,n=null==t?0:t.length,i=0,o=[];++r<n;){var a=t[r];e(a,r,t)&&(o[i++]=a)}return o}(s6(t),(function(e){return a6.call(t,e)})))}:o6;function u6(t){return null!=t&&"object"==typeof t}function l6(t){return u6(t)&&"[object Arguments]"==k5(t)}var h6=Object.prototype,f6=h6.hasOwnProperty,d6=h6.propertyIsEnumerable,p6=l6(function(){return arguments}())?l6:function(t){return u6(t)&&f6.call(t,"callee")&&!d6.call(t,"callee")};var g6="object"==typeof exports&&exports&&!exports.nodeType&&exports,v6=g6&&"object"==typeof module&&module&&!module.nodeType&&module,y6=v6&&v6.exports===g6?v5.Buffer:void 0,m6=(y6?y6.isBuffer:void 0)||function(){return!1},b6=/^(?:0|[1-9]\d*)$/;function x6(t,e){var r=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==r||"symbol"!=r&&b6.test(t))&&t>-1&&t%1==0&&t<e}function w6(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}var A6={};function _6(t){return function(e){return t(e)}}A6["[object Float32Array]"]=A6["[object Float64Array]"]=A6["[object Int8Array]"]=A6["[object Int16Array]"]=A6["[object Int32Array]"]=A6["[object Uint8Array]"]=A6["[object Uint8ClampedArray]"]=A6["[object Uint16Array]"]=A6["[object Uint32Array]"]=!0,A6["[object Arguments]"]=A6["[object Array]"]=A6["[object ArrayBuffer]"]=A6["[object Boolean]"]=A6["[object DataView]"]=A6["[object Date]"]=A6["[object Error]"]=A6["[object Function]"]=A6["[object Map]"]=A6["[object Number]"]=A6["[object Object]"]=A6["[object RegExp]"]=A6["[object Set]"]=A6["[object String]"]=A6["[object WeakMap]"]=!1;var k6="object"==typeof exports&&exports&&!exports.nodeType&&exports,E6=k6&&"object"==typeof module&&module&&!module.nodeType&&module,S6=E6&&E6.exports===k6&&p5.process,M6=function(){try{var t=E6&&E6.require&&E6.require("util").types;return t||S6&&S6.binding&&S6.binding("util")}catch(t){}}(),T6=M6&&M6.isTypedArray,P6=T6?_6(T6):function(t){return u6(t)&&w6(t.length)&&!!A6[k5(t)]},O6=Object.prototype.hasOwnProperty;function I6(t,e){var r=n6(t),n=!r&&p6(t),i=!r&&!n&&m6(t),o=!r&&!n&&!i&&P6(t),a=r||n||i||o,s=a?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],c=s.length;for(var u in t)!e&&!O6.call(t,u)||a&&("length"==u||i&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||x6(u,c))||s.push(u);return s}var C6=Object.prototype;function R6(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||C6)}function j6(t,e){return function(r){return t(e(r))}}var L6=j6(Object.keys,Object),D6=Object.prototype.hasOwnProperty;function z6(t){if(!R6(t))return L6(t);var e=[];for(var r in Object(t))D6.call(t,r)&&"constructor"!=r&&e.push(r);return e}function N6(t){return null!=t&&w6(t.length)&&!S5(t)}function F6(t){return N6(t)?I6(t):z6(t)}function B6(t){return i6(t,F6,c6)}var U6=Object.prototype.hasOwnProperty;var Y6=N5(v5,"DataView"),H6=N5(v5,"Promise"),$6=N5(v5,"Set"),G6=N5(v5,"WeakMap"),W6="[object Map]",q6="[object Promise]",X6="[object Set]",V6="[object WeakMap]",K6="[object DataView]",Q6=O5(Y6),J6=O5(F5),Z6=O5(H6),t8=O5($6),e8=O5(G6),r8=k5;(Y6&&r8(new Y6(new ArrayBuffer(1)))!=K6||F5&&r8(new F5)!=W6||H6&&r8(H6.resolve())!=q6||$6&&r8(new $6)!=X6||G6&&r8(new G6)!=V6)&&(r8=function(t){var e=k5(t),r="[object Object]"==e?t.constructor:void 0,n=r?O5(r):"";if(n)switch(n){case Q6:return K6;case J6:return W6;case Z6:return q6;case t8:return X6;case e8:return V6}return e});var n8=r8,i8="[object Arguments]",o8="[object Array]",a8="[object Object]",s8=Object.prototype.hasOwnProperty;function c8(t,e,r,n,i,o){var a=n6(t),s=n6(e),c=a?o8:n8(t),u=s?o8:n8(e),l=(c=c==i8?a8:c)==a8,h=(u=u==i8?a8:u)==a8,f=c==u;if(f&&m6(t)){if(!m6(e))return!1;a=!0,l=!1}if(f&&!l)return o||(o=new W5),a||P6(t)?K5(t,e,r,n,i,o):function(t,e,r,n,i,o,a){switch(r){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new Q5(t),new Q5(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return l5(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var s=J5;case"[object Set]":var c=1&n;if(s||(s=Z5),t.size!=e.size&&!c)return!1;var u=a.get(t);if(u)return u==e;n|=2,a.set(t,e);var l=K5(s(t),s(e),n,i,o,a);return a.delete(t),l;case"[object Symbol]":if(e6)return e6.call(t)==e6.call(e)}return!1}(t,e,c,r,n,i,o);if(!(1&r)){var d=l&&s8.call(t,"__wrapped__"),p=h&&s8.call(e,"__wrapped__");if(d||p){var g=d?t.value():t,v=p?e.value():e;return o||(o=new W5),i(g,v,r,n,o)}}return!!f&&(o||(o=new W5),function(t,e,r,n,i,o){var a=1&r,s=B6(t),c=s.length;if(c!=B6(e).length&&!a)return!1;for(var u=c;u--;){var l=s[u];if(!(a?l in e:U6.call(e,l)))return!1}var h=o.get(t),f=o.get(e);if(h&&f)return h==e&&f==t;var d=!0;o.set(t,e),o.set(e,t);for(var p=a;++u<c;){var g=t[l=s[u]],v=e[l];if(n)var y=a?n(v,g,l,e,t,o):n(g,v,l,t,e,o);if(!(void 0===y?g===v||i(g,v,r,n,o):y)){d=!1;break}p||(p="constructor"==l)}if(d&&!p){var m=t.constructor,b=e.constructor;m==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof m&&m instanceof m&&"function"==typeof b&&b instanceof b||(d=!1)}return o.delete(t),o.delete(e),d}(t,e,r,n,i,o))}function u8(t,e,r,n,i){return t===e||(null==t||null==e||!u6(t)&&!u6(e)?t!=t&&e!=e:c8(t,e,r,n,u8,i))}function l8(t,e){return u8(t,e)}var h8=function(){try{var t=N5(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();function f8(t,e,r){"__proto__"==e&&h8?h8(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}var d8=Object.prototype.hasOwnProperty;function p8(t,e,r){var n=t[e];d8.call(t,e)&&l5(n,r)&&(void 0!==r||e in t)||f8(t,e,r)}function g8(t,e,r,n){var i=!r;r||(r={});for(var o=-1,a=e.length;++o<a;){var s=e[o],c=n?n(r[s],t[s],s,r,t):void 0;void 0===c&&(c=t[s]),i?f8(r,s,c):p8(r,s,c)}return r}function v8(t){return t}function y8(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}var m8=Math.max;function b8(t){return function(){return t}}var x8=h8?function(t,e){return h8(t,"toString",{configurable:!0,enumerable:!1,value:b8(e),writable:!0})}:v8,w8=Date.now;var A8=function(t){var e=0,r=0;return function(){var n=w8(),i=16-(n-r);if(r=n,i>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(x8);function _8(t,e){return A8(function(t,e,r){return e=m8(void 0===e?t.length-1:e,0),function(){for(var n=arguments,i=-1,o=m8(n.length-e,0),a=Array(o);++i<o;)a[i]=n[e+i];i=-1;for(var s=Array(e+1);++i<e;)s[i]=n[i];return s[e]=r(a),y8(t,this,s)}}(t,e,v8),t+"")}function k8(t,e,r){if(!E5(r))return!1;var n=typeof e;return!!("number"==n?N6(r)&&x6(e,r.length):"string"==n&&e in r)&&l5(r[e],t)}var E8=Object.prototype.hasOwnProperty;function S8(t){if(!E5(t))return function(t){var e=[];if(null!=t)for(var r in Object(t))e.push(r);return e}(t);var e=R6(t),r=[];for(var n in t)("constructor"!=n||!e&&E8.call(t,n))&&r.push(n);return r}function M8(t){return N6(t)?I6(t,!0):S8(t)}var T8,P8=(T8=function(t,e,r,n){g8(e,M8(e),t,n)},_8((function(t,e){var r=-1,n=e.length,i=n>1?e[n-1]:void 0,o=n>2?e[2]:void 0;for(i=T8.length>3&&"function"==typeof i?(n--,i):void 0,o&&k8(e[0],e[1],o)&&(i=n<3?void 0:i,n=1),t=Object(t);++r<n;){var a=e[r];a&&T8(t,a,r,i)}return t}))),O8=j6(Object.getPrototypeOf,Object),I8=Function.prototype,C8=Object.prototype,R8=I8.toString,j8=C8.hasOwnProperty,L8=R8.call(Object);function D8(t){if(!u6(t))return!1;var e=k5(t);return"[object Error]"==e||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!function(t){if(!u6(t)||"[object Object]"!=k5(t))return!1;var e=O8(t);if(null===e)return!0;var r=j8.call(e,"constructor")&&e.constructor;return"function"==typeof r&&r instanceof r&&R8.call(r)==L8}(t)}var z8=_8((function(t,e){try{return y8(t,void 0,e)}catch(t){return D8(t)?t:new Error(t)}}));function N8(t,e){for(var r=-1,n=null==t?0:t.length,i=Array(n);++r<n;)i[r]=e(t[r],r,t);return i}var F8=Object.prototype,B8=F8.hasOwnProperty;function U8(t,e,r,n){return void 0===t||l5(t,F8[r])&&!B8.call(n,r)?e:t}var Y8={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};function H8(t){return"\\"+Y8[t]}var $8=/<%=([\s\S]+?)%>/g;var G8,W8=(G8={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},function(t){return null==G8?void 0:G8[t]});function q8(t){return"symbol"==typeof t||u6(t)&&"[object Symbol]"==k5(t)}var X8=y5?y5.prototype:void 0,V8=X8?X8.toString:void 0;function K8(t){if("string"==typeof t)return t;if(n6(t))return N8(t,K8)+"";if(q8(t))return V8?V8.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Q8(t){return null==t?"":K8(t)}var J8=/[&<>"']/g,Z8=RegExp(J8.source);var t7={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:$8,variable:"",imports:{_:{escape:function(t){return(t=Q8(t))&&Z8.test(t)?t.replace(J8,W8):t}}}},e7=/\b__p \+= '';/g,r7=/\b(__p \+=) '' \+/g,n7=/(__e\(.*?\)|\b__t\)) \+\n'';/g,i7=/[()=,{}\[\]\/\s]/,o7=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,a7=/($^)/,s7=/['\n\r\u2028\u2029\\]/g,c7=Object.prototype.hasOwnProperty;var u7={linear:function(t){return t},quad:function(t){return Math.pow(t,2)},circ:function(t){return 1-Math.sin(Math.acos(t))},back:function(t,e={x:1.5}){return Math.pow(t,2)*((e.x+1)*t-e.x)},bounce:function(t){for(let e=0,r=1;;e+=r,r/=2)if(t>=(7-4*e)/11)return-Math.pow((11-6*e-11*t)/4,2)+Math.pow(r,2)},elastic:function(t,e={x:1.5}){return Math.pow(2,10*(t-1))*Math.cos(20*Math.PI*e.x/3*t)}};class l7{constructor(t,e){this.client=t,this.config=e,this._started=!1;var{delta:r="linear",options:n,ease:i}=this.config;"string"==typeof r&&(r=u7[r]),this.delta="out"==i?function(t,e){return function(r){return 1-t(1-r,e)}}(r,n):"inout"==i?function(t,e){return function(r){return r<.5?t(2*r,e)/2:(2-t(2*(1-r),e))/2}}(r,n):r,this.init()}dispose(){this.stop(),delete this.client}init(){}start(){if(!this._started){var{duration:t=2e3,delay:e=0,repeat:r=!1,interval:n=0}=this.config;this._started=!0;var i=0,o=0,a=()=>{var s;if(this._raf=null,this._timeout=null,!this._started)return;0==i&&(i=performance.now(),null===(s=this.client)||void 0===s||s.touch());let c=performance.now()-i,u=Math.max((c-e)%(t+n),0)/t,l=n<=0&&o>u;if(o=u,u>=1||l){if(this.step(1),this.client&&this.client.invalidate(),!r||!this._started)return this.stop(),void(i=0);if(n>0)return void(this._timeout=setTimeout((()=>{this.step(0),this.client&&this.client.invalidate(),this._timeout=setTimeout(a,n/2)}),n/2))}else this.step(this.delta(u)),this.client&&this.client.invalidate();this._raf=requestAnimationFrame(a)};this._raf=requestAnimationFrame(a)}}stop(){this._raf&&cancelAnimationFrame(this._raf),this._timeout&&clearTimeout(this._timeout),this._raf=null,this._timeout=null,this._started=!1}get started(){return this._started}set started(t){this.started!=!!t&&(t?this.start():this.stop())}}var h7={rotation:class extends l7{step(t){var{theta:e=6.28}=this.config;this.client.delta("theta",t*e)}},vibration:class extends l7{step(t){var{theta:e=.2617993877991494}=this.config,r=4*e,n=t*r;t<1/4?n*=-1:t<3/4?n-=2*e:n=r-n,this.client.delta("theta",n)}},heartbeat:class extends l7{step(t){var e,{scale:r=1.3}=this.config,n=2*(r-1);e=t<.5?1+n*t:1+(1-t)*n,this.client.delta("sx",e),this.client.delta("sy",e)}},moving:class extends l7{step(t){var{x:e=0,y:r=0}=this.config;this.client.delta("tx",t*e),this.client.delta("ty",t*r)}},outline:class extends l7{step(t){const{rideOn:e}=this.config,r=this.client;if(!e||!r||!r.root)return;const n=r.root.findById(e);if(!n)return;const{tx:i,ty:o}=r.delta(),a=n.outline(t),s=r.center,c=r.transcoordS2T(s.x,s.y);n&&(r.delta("tx",a.x-c.x+i),r.delta("ty",a.y-c.y+o))}},fade:class extends l7{step(t){var e,{startAlpha:r=1,endAlpha:n=0}=this.config,i=Math.max(Math.min(r,n,1),0),o=2*(Math.min(Math.max(r,n,1),1)-i);e=t<.5?o*t:(1-t)*o,this.client.delta("fade",e)}}};function f7(t,e){var r=h7[e.type];return r?new r(t,e):null}function d7(t){var{duration:e=1e3,delay:r=30,step:n,delta:i,ease:o,options:a,repeat:s=!1}=t;"string"==typeof i&&(i=u7[i]),"out"==o?i=function(t,e){return function(r){return 1-t(1-r,e)}}(i,a):"inout"==o&&(i=function(t,e){return function(r){return r<.5?t(2*r,e)/2:(2-t(2*(1-r),e))/2}}(i,a));var c=!1;return{start:function(){if(c)return this;c=!0;var t=0,r=()=>{if(c){0==t&&(t=performance.now());var o=(performance.now()-t)/e,u=s?o%1:Math.min(o,1);n(i(u,a)),!(o>=1)||s&&c||(this.stop(),t=0),c&&requestAnimationFrame(r)}};return requestAnimationFrame(r),this},stop:function(){return c=!1,this}}}var p7="object"==typeof exports&&exports&&!exports.nodeType&&exports,g7=p7&&"object"==typeof module&&module&&!module.nodeType&&module,v7=g7&&g7.exports===p7?v5.Buffer:void 0,y7=v7?v7.allocUnsafe:void 0;var m7=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r6(e,c6(t)),t=O8(t);return e}:o6;function b7(t){return i6(t,M8,m7)}var x7=Object.prototype.hasOwnProperty;function w7(t){var e=new t.constructor(t.byteLength);return new Q5(e).set(new Q5(t)),e}var A7=/\w*$/;var _7=y5?y5.prototype:void 0,k7=_7?_7.valueOf:void 0;function E7(t,e,r){var n,i=t.constructor;switch(e){case"[object ArrayBuffer]":return w7(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return function(t,e){var r=e?w7(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}(t,r);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return function(t,e){var r=e?w7(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}(t,r);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(t);case"[object RegExp]":return function(t){var e=new t.constructor(t.source,A7.exec(t));return e.lastIndex=t.lastIndex,e}(t);case"[object Symbol]":return n=t,k7?Object(k7.call(n)):{}}}var S7=Object.create,M7=function(){function t(){}return function(e){if(!E5(e))return{};if(S7)return S7(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}();var T7=M6&&M6.isMap,P7=T7?_6(T7):function(t){return u6(t)&&"[object Map]"==n8(t)};var O7=M6&&M6.isSet,I7=O7?_6(O7):function(t){return u6(t)&&"[object Set]"==n8(t)},C7="[object Arguments]",R7="[object Function]",j7="[object Object]",L7={};function D7(t,e,r,n,i,o){var a,s=1&e,c=2&e,u=4&e;if(r&&(a=i?r(t,n,i,o):r(t)),void 0!==a)return a;if(!E5(t))return t;var l=n6(t);if(l){if(a=function(t){var e=t.length,r=new t.constructor(e);return e&&"string"==typeof t[0]&&x7.call(t,"index")&&(r.index=t.index,r.input=t.input),r}(t),!s)return function(t,e){var r=-1,n=t.length;for(e||(e=Array(n));++r<n;)e[r]=t[r];return e}(t,a)}else{var h=n8(t),f=h==R7||"[object GeneratorFunction]"==h;if(m6(t))return function(t,e){if(e)return t.slice();var r=t.length,n=y7?y7(r):new t.constructor(r);return t.copy(n),n}(t,s);if(h==j7||h==C7||f&&!i){if(a=c||f?{}:function(t){return"function"!=typeof t.constructor||R6(t)?{}:M7(O8(t))}(t),!s)return c?function(t,e){return g8(t,m7(t),e)}(t,function(t,e){return t&&g8(e,M8(e),t)}(a,t)):function(t,e){return g8(t,c6(t),e)}(t,function(t,e){return t&&g8(e,F6(e),t)}(a,t))}else{if(!L7[h])return i?t:{};a=E7(t,h,s)}}o||(o=new W5);var d=o.get(t);if(d)return d;o.set(t,a),I7(t)?t.forEach((function(n){a.add(D7(n,e,r,n,t,o))})):P7(t)&&t.forEach((function(n,i){a.set(i,D7(n,e,r,i,t,o))}));var p=l?void 0:(u?c?b7:B6:c?M8:F6)(t);return function(t,e){for(var r=-1,n=null==t?0:t.length;++r<n&&!1!==e(t[r],r,t););}(p||t,(function(n,i){p&&(n=t[i=n]),p8(a,i,D7(n,e,r,i,t,o))})),a}L7[C7]=L7["[object Array]"]=L7["[object ArrayBuffer]"]=L7["[object DataView]"]=L7["[object Boolean]"]=L7["[object Date]"]=L7["[object Float32Array]"]=L7["[object Float64Array]"]=L7["[object Int8Array]"]=L7["[object Int16Array]"]=L7["[object Int32Array]"]=L7["[object Map]"]=L7["[object Number]"]=L7[j7]=L7["[object RegExp]"]=L7["[object Set]"]=L7["[object String]"]=L7["[object Symbol]"]=L7["[object Uint8Array]"]=L7["[object Uint8ClampedArray]"]=L7["[object Uint16Array]"]=L7["[object Uint32Array]"]=!0,L7["[object Error]"]=L7[R7]=L7["[object WeakMap]"]=!1;function z7(t){return D7(t,4)}var N7=function(){return v5.Date.now()},F7=/\s/;var B7=/^\s+/;function U7(t){return t?t.slice(0,function(t){for(var e=t.length;e--&&F7.test(t.charAt(e)););return e}(t)+1).replace(B7,""):t}var Y7=/^[-+]0x[0-9a-f]+$/i,H7=/^0b[01]+$/i,$7=/^0o[0-7]+$/i,G7=parseInt;function W7(t){if("number"==typeof t)return t;if(q8(t))return NaN;if(E5(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=E5(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=U7(t);var r=H7.test(t);return r||$7.test(t)?G7(t.slice(2),r?2:8):Y7.test(t)?NaN:+t}var q7=Math.max,X7=Math.min;function V7(t,e,r){var n,i,o,a,s,c,u=0,l=!1,h=!1,f=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function d(e){var r=n,o=i;return n=i=void 0,u=e,a=t.apply(o,r)}function p(t){var r=t-c;return void 0===c||r>=e||r<0||h&&t-u>=o}function g(){var t=N7();if(p(t))return v(t);s=setTimeout(g,function(t){var r=e-(t-c);return h?X7(r,o-(t-u)):r}(t))}function v(t){return s=void 0,f&&n?d(t):(n=i=void 0,a)}function y(){var t=N7(),r=p(t);if(n=arguments,i=this,c=t,r){if(void 0===s)return function(t){return u=t,s=setTimeout(g,e),l?d(t):a}(c);if(h)return clearTimeout(s),s=setTimeout(g,e),d(c)}return void 0===s&&(s=setTimeout(g,e)),a}return e=W7(e)||0,E5(r)&&(l=!!r.leading,o=(h="maxWait"in r)?q7(W7(r.maxWait)||0,e):o,f="trailing"in r?!!r.trailing:f),y.cancel=function(){void 0!==s&&clearTimeout(s),u=0,n=c=i=s=void 0},y.flush=function(){return void 0===s?a:v(N7())},y}function K7(t,e,r){var n=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return E5(r)&&(n="leading"in r?!!r.leading:n,i="trailing"in r?!!r.trailing:i),V7(t,e,{leading:n,maxWait:e,trailing:i})}var Q7=1/0;function J7(t){var e=function(t){return t?(t=W7(t))===Q7||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}(t),r=e%1;return e==e?r?e-r:e:0}function Z7(t){return function(t,e){var r;if("function"!=typeof e)throw new TypeError("Expected a function");return t=J7(t),function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=void 0),r}}(2,t)}var t9=Object.prototype.hasOwnProperty;function e9(t){if(null==t)return!0;if(N6(t)&&(n6(t)||"string"==typeof t||"function"==typeof t.splice||m6(t)||P6(t)||p6(t)))return!t.length;var e=n8(t);if("[object Map]"==e||"[object Set]"==e)return!t.size;if(R6(t))return!z6(t).length;for(var r in t)if(t9.call(t,r))return!1;return!0}var r9=0;function n9(t={},...e){return"object"!=typeof t&&(t={}),e.forEach((e=>{for(let r in e)"object"!=typeof e[r]?t[r]=e[r]:e[r].length>0?t[r]=e[r].map((t=>{let n;return n="object"!=typeof e[r]?t:n9({},t),n})):t[r]=n9(t[r],e[r])})),t}function i9(t){for(;t&&"object"==typeof t;){let e=t;for(let e in t){t=t[e];break}if(t===e){t=void 0;break}}return t}var o9=Object.freeze({__proto__:null,insertAt:function(t,e){return this.__collection__?(-1==(t=this.__collection__.indexOf(e))&&this.__collection__.splice(t,0,e),this):this},append:function(t){return this.__collection__||(this.__collection__=[]),-1==this.__collection__.indexOf(t)&&this.__collection__.push(t),this},prepend:function(t){return this.__collection__||(this.__collection__=[]),-1==this.__collection__.indexOf(t)&&this.__collection__.unshift(t),this},remove:function(t){if(!this.__collection__)return this;var e=this.__collection__.indexOf(t);return e>=0&&this.__collection__.splice(e,1),this},getAt:function(t){if(this.__collection__)return this.__collection__[t]},forEach:function(t,e){this.__collection__&&this.__collection__.forEach(t,e)},indexOf:function(t){if(this.__collection__)return this.__collection__.indexOf(t)},size:function(){return this.__collection__?this.__collection__.length:0},clear:function(){this.__collection__=[]},moveForward:function(t){var e=this.indexOf(t);-1!=e&&0!=e&&(this.__collection__[e]=this.__collection__[e-1],this.__collection__[e-1]=t)},moveBackward:function(t){var e=this.indexOf(t);-1!=e&&e!=this.size()-1&&(this.__collection__[e]=this.__collection__[e+1],this.__collection__[e+1]=t)},moveToHead:function(t){var e=this.indexOf(t);if(-1!=e&&0!=e){var r=this.__collection__.splice(0,e),n=this.__collection__.splice(1);this.__collection__=this.__collection__.concat(r,n)}},moveToTail:function(t){var e=this.indexOf(t);if(-1!=e&&e!=this.size()-1){var r=this.__collection__.splice(0,e),n=this.__collection__.splice(1);this.__collection__=r.concat(n,this.__collection__)}}});function a9(){}a9.prototype=o9;var s9=/\s+/;function c9(t,e,r,n){if(!r)return!0;if("object"==typeof r){for(let n in r){let i=r[n];t[e].apply(t,[n,i])}return!1}return!s9.test(r)||(r.split(s9).forEach((r=>t[e].apply(t,[r].concat(n)))),!1)}const u9=["on","off","once","delegate_on","delegate_off","trigger","listenTo"];var l9={withEvent(){u9.forEach((t=>this[t]=l9[t]))},on(t,e,r){return c9(this,"on",t,[e,r])&&e?(this._listeners||(this._listeners={}),(this._listeners[t]||(this._listeners[t]=[])).push({callback:e,context:r,ctx:r||this}),this):this},once(t,e,r){if(!c9(this,"once",t,[e,r])||!e)return this;var n=this,i=Z7((function(){n.off(t,i),e.apply(n,arguments)}));i._callback=e,this.on(t,i,r)},off(t,e,r){if(!this._listeners||!c9(this,"off",t,[e,r]))return this;if(!t&&!e&&!r)return this._listeners=void 0,this;var n;n=t?[t]:Object.keys(this._listeners);for(let t=0;t<n.length;t++){let i=n[t],o=this._listeners[i];if(o){let t=[];if(this._listeners[i]=t,e||r)for(let n=0;n<o.length;n++){let i=o[n];(e&&e!==i.callback&&e!==i.callback._callback||r&&r!==i.context)&&t.push(i)}t.length||delete this._listeners[i]}}return this},delegate_on(t){return this._delegators||(this._delegators=new a9),this._delegators.append(t),this},delegate_off(t){return this._delegators?(this._delegators.remove(t),this):this},delegate(){if(this._delegators&&this._delegators.size()>0&&f9(this._delegators,arguments),!this._listeners)return this;var t=arguments.length-1,e=arguments[t];arguments[t]={origin:e.origin,name:e.name,deliverer:this};var r=this._listeners[e.name],n=this._listeners["(all)"];return r&&h9(r,arguments),n&&h9(n,arguments),this},trigger(t){var e=[].slice.call(arguments,1);if(e.push({origin:this,name:t,deliverer:this}),this._delegators&&this._delegators.size()>0&&f9(this._delegators,e),!this._listeners)return this;if(!c9(this,"trigger",t,e))return this;var r=this._listeners[t],n=this._listeners["(all)"];return r&&h9(r,e),n&&h9(n,e),this},stopListening(t,e,r){var n=this._listeningTo;if(!n)return this;var i=!e&&!r;r||"object"!=typeof e||(r=this),t&&((n={})[t._listenId]=t);for(let t in n){let o=n[t];o.off(e,r,this),(i||e9(o._events))&&delete this._listeningTo[t]}return this}};function h9(t,e){t.forEach((t=>t.callback.apply(t.ctx,e)))}function f9(t,e){t.forEach((t=>l9.delegate.apply(t,e)))}var d9={listenTo:"on",listenToOnce:"once"};for(let t in d9){var p9=d9[t];l9[t]=function(t,e,r){this._listeningTo||(this._listeningTo={});var n=this._listeningTo;return t._listenId||(t._listenId=`${"l"||""}${++r9}`),n[t._listenId]=t,r||"object"!=typeof e||(r=this),t[p9](e,r,this),this}}function g9(t,e){if(e instanceof Array)e.forEach((e=>g9(t,e)));else{if(t.mixedIn=t.hasOwnProperty("mixedIn")?t.mixedIn:[],t.mixingIn=t.hasOwnProperty("mixingIn")?t.mixingIn:[],t.mixedIn.indexOf(e)>=0)return t;if(t.mixingIn.indexOf(e)>=0)throw new Error(`found cyclic dependencies between ${t.mixingIn}`);t.mixingIn.push(e),e.call(t),t.mixingIn.pop(),t.mixedIn.push(e)}return t}var v9=(...t)=>{var e=[];t.forEach((t=>t&&t.stack&&e.push(t.stack))),console.error("[ERROR]",...t,e.join(" "))},y9=(...t)=>{var e=[];t.forEach((t=>t&&t.stack&&e.push(t.stack))),console.warn("[WARN]",...t,e.join(" "))},m9=(...t)=>console.log("[DEBUG]",...t);function b9(t,e,r){var n=t.__lookupGetter__(e);n?r?t.__defineGetter__(e,(function(){return void 0===this.__cache__[e]&&(this.__cache__[e]=n.call(this)),z7(this.__cache__[e])})):t.__defineGetter__(e,(function(){return void 0===this.__cache__[e]&&(this.__cache__[e]=n.call(this)),this.__cache__[e]})):v9(`${e} is not defined in ${t.constructor.name}`)}const x9={},w9=0,A9=1,_9=2,k9=3,E9=4,S9=5,M9={VIEW:0,EDIT:1,SHIFT:2,ADD:3},T9=30,P9="undefined"==typeof window?1:window.devicePixelRatio||(window.matchMedia&&window.matchMedia("(min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 1.5),(-moz-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5)").matches?2:1)||1,O9=["mousemove","mouseup","mousedown","mouseout","wheel","touchstart","touchmove","touchend","dblclick"],I9=["keydown","keyup"],C9={ALPHA:1,FONT_SIZE:15,FONT_FAMILY:"serif",FONT_COLOR:"black",TEXT_ALIGN:"center",TEXT_BASELINE:"middle",TEXT_WRAP:!1,BOLD:!1,ITALIC:!1,STROKE_STYLE:"#999",LINE_DASH:"solid",LETTER_SPACING:0},R9={x:1,y:1};function j9(t,e,r){var{left:n=0,top:i=0,blurSize:o=0,color:a="transparent"}=e,s=r.rootModel.get("scale")||R9;t.shadowOffsetX=n*s.x*P9,t.shadowOffsetY=i*s.y*P9,t.shadowBlur=o*s.x*P9,t.shadowColor=a}var L9={gradation:function(t,e,r){var{type:n,subType:i,from:o,to:a,colors:s}=r;switch(i){case"linear":var c=e.createLinearGradient(o.x,o.y,a.x,a.y);break;case"radial":c=e.createRadialGradient(o.x,o.y,o.r,a.x,a.y,a.r);break;default:c=e.createLinearGradient(o.x,o.y,a.x,a.y)}s&&(s.forEach((function(t){c.addColorStop(t.endPoint,t.color)})),e.fillStyle=c,e.fill())},shadow:j9};function D9(t,e,r,n){var i=e.get("class");return!!i&&(i.split(" ")||[]).indexOf(t.substr(1))>=0}function z9(t,e,r,n){return t==e.get("type")}function N9(t,e,r,n){if("(all)"==t)return!0;switch(t.charAt(0)){case"#":return function(t,e){return t.substr(1)==e.get("id")}(t,e);case".":return D9(t,e);case"(":return function(t,e,r,n){switch(t){case"(all)":return!0;case"(self)":return n===e;case"(root)":return!n.parent&&n===e;case"(descendant)":return n!==e;case"(child)":return n===e.parent;default:return!1}}(t,e,0,n);default:return z9(t,e)}}function F9(t,e,r,n,i,o){return t(e,r,n,i)&&o.push(r),r.components&&r.components.forEach((r=>{F9(t,e,r,n,i,o)})),o}function B9(t,e,r,n){switch(t){case"(all)":return!0;case"(parent)":return r&&r.parent===e;case"(child)":case"(children)":return r&&r===e.parent;case"(sibling)":case"(siblings)":return r&&r.parent===e.parent&&r!==e;default:return!1}}function U9(t,e,r){if("(root)"==t)return[e];if("(self)"==t)return r?[r]:[];var n;switch(t.charAt(0)){case"#":let r=e.root.findAllById(t.substr(1));return r||[];case".":n=D9;break;case"(":n=B9;break;default:n=z9}return F9(n,t,e,r,e,[])}function Y9(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var H9={exports:{}};!function(e){var r=function(t){var e,r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,r){return t[e]=r}}function l(t,e,r,n){var o=e&&e.prototype instanceof y?e:y,a=Object.create(o.prototype),s=new O(n||[]);return i(a,"_invoke",{value:S(t,r,s)}),a}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var f="suspendedStart",d="suspendedYield",p="executing",g="completed",v={};function y(){}function m(){}function b(){}var x={};u(x,a,(function(){return this}));var w=Object.getPrototypeOf,A=w&&w(w(I([])));A&&A!==r&&n.call(A,a)&&(x=A);var _=b.prototype=y.prototype=Object.create(x);function k(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function E(t,e){function r(i,o,a,s){var c=h(t[i],t,o);if("throw"!==c.type){var u=c.arg,l=u.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,s)}),(function(t){r("throw",t,a,s)})):e.resolve(l).then((function(t){u.value=t,a(u)}),(function(t){return r("throw",t,a,s)}))}s(c.arg)}var o;i(this,"_invoke",{value:function(t,n){function i(){return new e((function(e,i){r(t,n,e,i)}))}return o=o?o.then(i,i):i()}})}function S(t,r,n){var i=f;return function(o,a){if(i===p)throw new Error("Generator is already running");if(i===g){if("throw"===o)throw a;return{value:e,done:!0}}for(n.method=o,n.arg=a;;){var s=n.delegate;if(s){var c=M(s,n);if(c){if(c===v)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===f)throw i=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=p;var u=h(t,r,n);if("normal"===u.type){if(i=n.done?g:d,u.arg===v)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=g,n.method="throw",n.arg=u.arg)}}}function M(t,r){var n=r.method,i=t.iterator[n];if(i===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,M(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),v;var o=h(i,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,v;var a=o.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,v):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,v)}function T(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function P(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(T,this),this.reset(!0)}function I(t){if(null!=t){var r=t[a];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function r(){for(;++i<t.length;)if(n.call(t,i))return r.value=t[i],r.done=!1,r;return r.value=e,r.done=!0,r};return o.next=o}}throw new TypeError(typeof t+" is not iterable")}return m.prototype=b,i(_,"constructor",{value:b,configurable:!0}),i(b,"constructor",{value:m,configurable:!0}),m.displayName=u(b,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===m||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,u(t,c,"GeneratorFunction")),t.prototype=Object.create(_),t},t.awrap=function(t){return{__await:t}},k(E.prototype),u(E.prototype,s,(function(){return this})),t.AsyncIterator=E,t.async=function(e,r,n,i,o){void 0===o&&(o=Promise);var a=new E(l(e,r,n,i),o);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},k(_),u(_,c,"Generator"),u(_,a,(function(){return this})),u(_,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=I,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(P),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function i(n,i){return s.type="throw",s.arg=t,r.next=n,i&&(r.method="next",r.arg=e),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var c=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,v):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),P(r),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;P(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),v}},t}(e.exports);try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}Number.isInteger=Number.isInteger||function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t},String.fromCodePoint||function(t){var e=function(e){for(var r=[],n=0,i="",o=0,a=arguments.length;o!==a;++o){var s=+arguments[o];if(!(s<1114111&&s>>>0===s))throw RangeError("Invalid code point: "+s);s<=65535?n=r.push(s):(s-=65536,n=r.push(55296+(s>>10),s%1024+56320)),n>=16383&&(i+=t.apply(null,r),r.length=0)}return i+t.apply(null,r)};try{Object.defineProperty(String,"fromCodePoint",{value:e,configurable:!0,writable:!0})}catch(t){String.fromCodePoint=e}}(String.fromCharCode),Object.is||(Object.is=function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e})
2
- /*! https://mths.be/codepointat v0.2.0 by @mathias */,String.prototype.codePointAt||function(){var t=function(){try{var t={},e=Object.defineProperty,r=e(t,t,t)&&e}catch(t){}return r}(),e=function(t){if(null==this)throw TypeError();var e=String(this),r=e.length,n=t?Number(t):0;if(n!=n&&(n=0),!(n<0||n>=r)){var i,o=e.charCodeAt(n);return o>=55296&&o<=56319&&r>n+1&&(i=e.charCodeAt(n+1))>=56320&&i<=57343?1024*(o-55296)+i-56320+65536:o}};t?t(String.prototype,"codePointAt",{value:e,configurable:!0,writable:!0}):String.prototype.codePointAt=e}(),Math.log10=Math.log10||function(t){return Math.log(t)*Math.LOG10E},e.exports=function(){function t(e,r,n){function i(a,s){if(!r[a]){if(!e[a]){if(!s&&Y9)return Y9(a);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var u=r[a]={exports:{}};e[a][0].call(u.exports,(function(t){return i(e[a][1][t]||t)}),u,u.exports,t,e,r,n)}return r[a].exports}for(var o=Y9,a=0;a<n.length;a++)i(n[a]);return i}return t}()({1:[function(t,e,r){var n=t("./utils"),i=function(){var t=n.stringToArray,e=["Zero","One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","Eleven","Twelve","Thirteen","Fourteen","Fifteen","Sixteen","Seventeen","Eighteen","Nineteen"],r=["Zeroth","First","Second","Third","Fourth","Fifth","Sixth","Seventh","Eighth","Ninth","Tenth","Eleventh","Twelfth","Thirteenth","Fourteenth","Fifteenth","Sixteenth","Seventeenth","Eighteenth","Nineteenth"],i=["Twenty","Thirty","Forty","Fifty","Sixty","Seventy","Eighty","Ninety","Hundred"],o=["Thousand","Million","Billion","Trillion"];function a(t,n){var a=function t(n,a,s){var c="";if(n<=19)c=(a?" and ":"")+(s?r[n]:e[n]);else if(n<100){var u=Math.floor(n/10),l=n%10;c=(a?" and ":"")+i[u-2],l>0?c+="-"+t(l,!1,s):s&&(c=c.substring(0,c.length-1)+"ieth")}else if(n<1e3){var h=Math.floor(n/100),f=n%100;c=(a?", ":"")+e[h]+" Hundred",f>0?c+=t(f,!0,s):s&&(c+="th")}else{var d=Math.floor(Math.log10(n)/3);d>o.length&&(d=o.length);var p=Math.pow(10,3*d),g=Math.floor(n/p),v=n-g*p;c=(a?", ":"")+t(g,!1,!1)+" "+o[d-1],v>0?c+=t(v,!0,s):s&&(c+="th")}return c};return a(t,!1,n)}var s={};function c(t){var e=t.split(/,\s|\sand\s|[\s\\-]/).map((function(t){return s[t]})),r=[0];e.forEach((function(t){if(t<100){var e=r.pop();e>=1e3&&(r.push(e),e=0),r.push(e+t)}else r.push(r.pop()*t)}));var n=r.reduce((function(t,e){return t+e}),0);return n}e.forEach((function(t,e){s[t.toLowerCase()]=e})),r.forEach((function(t,e){s[t.toLowerCase()]=e})),i.forEach((function(t,e){var r=t.toLowerCase();s[r]=10*(e+2),s[r.substring(0,t.length-1)+"ieth"]=s[r]})),s.hundredth=100,o.forEach((function(t,e){var r=t.toLowerCase(),n=Math.pow(10,3*(e+1));s[r]=n,s[r+"th"]=n}));var u=[[1e3,"m"],[900,"cm"],[500,"d"],[400,"cd"],[100,"c"],[90,"xc"],[50,"l"],[40,"xl"],[10,"x"],[9,"ix"],[5,"v"],[4,"iv"],[1,"i"]],l={M:1e3,D:500,C:100,L:50,X:10,V:5,I:1};function h(t){for(var e=0;e<u.length;e++){var r=u[e];if(t>=r[0])return r[1]+h(t-r[0])}return""}function f(t){for(var e=0,r=1,n=t.length-1;n>=0;n--){var i=t[n],o=l[i];o<r?e-=o:(r=o,e+=o)}return e}function d(t,e){for(var r=[],n=e.charCodeAt(0);t>0;)r.unshift(String.fromCharCode((t-1)%26+n)),t=Math.floor((t-1)/26);return r.join("")}function p(t,e){for(var r=e.charCodeAt(0),n=0,i=0;i<t.length;i++)n+=(t.charCodeAt(t.length-i-1)-r+1)*Math.pow(26,i);return n}function g(t,e){if(void 0!==t)return m(t=Math.floor(t),x(e))}var v={DECIMAL:"decimal",LETTERS:"letters",ROMAN:"roman",WORDS:"words",SEQUENCE:"sequence"},y={UPPER:"upper",LOWER:"lower",TITLE:"title"};function m(e,r){var n,i=e<0;switch(e=Math.abs(e),r.primary){case v.LETTERS:n=d(e,r.case===y.UPPER?"A":"a");break;case v.ROMAN:n=h(e),r.case===y.UPPER&&(n=n.toUpperCase());break;case v.WORDS:n=a(e,r.ordinal),r.case===y.UPPER?n=n.toUpperCase():r.case===y.LOWER&&(n=n.toLowerCase());break;case v.DECIMAL:n=""+e;var o=r.mandatoryDigits-n.length;if(o>0){var s=new Array(o+1).join("0");n=s+n}if(48!==r.zeroCode&&(n=t(n).map((function(t){return String.fromCodePoint(t.codePointAt(0)+r.zeroCode-48)})).join("")),r.regular)for(var c=Math.floor((n.length-1)/r.groupingSeparators.position);c>0;c--){var u=n.length-c*r.groupingSeparators.position;n=n.substr(0,u)+r.groupingSeparators.character+n.substr(u)}else r.groupingSeparators.reverse().forEach((function(t){var e=n.length-t.position;n=n.substr(0,e)+t.character+n.substr(e)}));if(r.ordinal){var l={1:"st",2:"nd",3:"rd"}[n[n.length-1]];(!l||n.length>1&&"1"===n[n.length-2])&&(l="th"),n+=l}break;case v.SEQUENCE:throw{code:"D3130",value:r.token}}return i&&(n="-"+n),n}var b=[48,1632,1776,1984,2406,2534,2662,2790,2918,3046,3174,3302,3430,3558,3664,3792,3872,4160,4240,6112,6160,6470,6608,6784,6800,6992,7088,7232,7248,42528,43216,43264,43472,43504,43600,44016,65296];function x(e){var r,n={type:"integer",primary:v.DECIMAL,case:y.LOWER,ordinal:!1},i=e.lastIndexOf(";");switch(-1===i?r=e:(r=e.substring(0,i),"o"===e.substring(i+1)[0]&&(n.ordinal=!0)),r){case"A":n.case=y.UPPER;case"a":n.primary=v.LETTERS;break;case"I":n.case=y.UPPER;case"i":n.primary=v.ROMAN;break;case"W":n.case=y.UPPER,n.primary=v.WORDS;break;case"Ww":n.case=y.TITLE,n.primary=v.WORDS;break;case"w":n.primary=v.WORDS;break;default:var o=null,a=0,s=0,c=[],u=0,l=t(r).map((function(t){return t.codePointAt(0)})).reverse();if(l.forEach((function(t){for(var e=!1,r=0;r<b.length;r++){var n=b[r];if(t>=n&&t<=n+9){if(e=!0,a++,u++,null===o)o=n;else if(n!==o)throw{code:"D3131"};break}}e||(35===t?(u++,s++):c.push({position:u,character:String.fromCodePoint(t)}))})),a>0){n.primary=v.DECIMAL,n.zeroCode=o,n.mandatoryDigits=a,n.optionalDigits=s;var h=function(t){if(0===t.length)return 0;for(var e=t[0].character,r=1;r<t.length;r++)if(t[r].character!==e)return 0;for(var n=t.map((function(t){return t.position})),i=function t(e,r){return 0===r?e:t(r,e%r)},o=n.reduce(i),a=1;a<=n.length;a++)if(-1===n.indexOf(a*o))return 0;return o},f=h(c);f>0?(n.regular=!0,n.groupingSeparators={position:f,character:c[0].character}):(n.regular=!1,n.groupingSeparators=c)}else n.primary=v.SEQUENCE,n.token=r}return n}var w={Y:"1",M:"1",D:"1",d:"1",F:"n",W:"1",w:"1",X:"1",x:"1",H:"1",h:"1",P:"n",m:"01",s:"01",f:"1",Z:"01:01",z:"01:01",C:"n",E:"n"};function A(t){for(var e=[],r={type:"datetime",parts:e},n=function(r,n){if(n>r){var i=t.substring(r,n);i=i.split("]]").join("]"),e.push({type:"literal",value:i})}},i=0,o=0;o<t.length;){if("["===t.charAt(o)){if("["===t.charAt(o+1)){n(i,o),e.push({type:"literal",value:"["}),i=o+=2;continue}if(n(i,o),i=o,-1===(o=t.indexOf("]",i)))throw{code:"D3135"};var a,s=t.substring(i+1,o),c={type:"marker",component:(s=s.split(/\s+/).join("")).charAt(0)},u=s.lastIndexOf(",");if(-1!==u){var l=s.substring(u+1),h=l.indexOf("-"),f=void 0,d=void 0,p=function(t){return void 0===t||"*"===t?void 0:parseInt(t)};-1===h?f=l:(f=l.substring(0,h),d=l.substring(h+1));var g={min:p(f),max:p(d)};c.width=g,a=s.substring(1,u)}else a=s.substring(1);if(1===a.length)c.presentation1=a;else if(a.length>1){var v=a.charAt(a.length-1);-1!=="atco".indexOf(v)?(c.presentation2=v,"o"===v&&(c.ordinal=!0),c.presentation1=a.substring(0,a.length-1)):c.presentation1=a}else c.presentation1=w[c.component];if(void 0===c.presentation1)throw{code:"D3132",value:c.component};if("n"===c.presentation1[0])c.names=y.LOWER;else if("N"===c.presentation1[0])"n"===c.presentation1[1]?c.names=y.TITLE:c.names=y.UPPER;else if(-1!=="YMDdFWwXxHhmsf".indexOf(c.component)){var m=c.presentation1;if(c.presentation2&&(m+=";"+c.presentation2),c.integerFormat=x(m),c.width&&void 0!==c.width.min&&c.integerFormat.mandatoryDigits<c.width.min&&(c.integerFormat.mandatoryDigits=c.width.min),-1!=="YMD".indexOf(c.component))if(c.n=-1,c.width&&void 0!==c.width.max)c.n=c.width.max,c.integerFormat.mandatoryDigits=c.n;else{var b=c.integerFormat.mandatoryDigits+c.integerFormat.optionalDigits;b>=2&&(c.n=b)}}"Z"!==c.component&&"z"!==c.component||(c.integerFormat=x(c.presentation1)),e.push(c),i=o+1}o++}return n(i,o),r}var _=["","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],k=["January","February","March","April","May","June","July","August","September","October","November","December"],E=864e5,S=function(t){var e=Date.UTC(t.year,t.month),r=new Date(e).getUTCDay();return 0===r&&(r=7),r>4?e+(8-r)*E:e-(r-1)*E},M=function t(e,r){return{year:e,month:r,nextMonth:function(){return 11===r?t(e+1,0):t(e,r+1)},previousMonth:function(){return 0===r?t(e-1,11):t(e,r-1)},nextYear:function(){return t(e+1,r)},previousYear:function(){return t(e-1,r)}}},T=function(t,e){return(e-t)/(7*E)+1},P=function(t,e){var r;switch(e){case"Y":r=t.getUTCFullYear();break;case"M":r=t.getUTCMonth()+1;break;case"D":r=t.getUTCDate();break;case"d":r=(Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate())-Date.UTC(t.getUTCFullYear(),0))/E+1;break;case"F":0===(r=t.getUTCDay())&&(r=7);break;case"W":var n=M(t.getUTCFullYear(),0),i=S(n),o=Date.UTC(n.year,t.getUTCMonth(),t.getUTCDate()),a=T(i,o);if(a>52)o>=S(n.nextYear())&&(a=1);else if(a<1){var s=S(n.previousYear());a=T(s,o)}r=Math.floor(a);break;case"w":var c=M(t.getUTCFullYear(),t.getUTCMonth()),u=S(c),l=Date.UTC(c.year,c.month,t.getUTCDate()),h=T(u,l);if(h>4)l>=S(c.nextMonth())&&(h=1);else if(h<1){var f=S(c.previousMonth());h=T(f,l)}r=Math.floor(h);break;case"X":var d=M(t.getUTCFullYear(),0),p=S(d),g=S(d.nextYear()),v=t.getTime();r=v<p?d.year-1:v>=g?d.year+1:d.year;break;case"x":var y=M(t.getUTCFullYear(),t.getUTCMonth()),m=S(y),b=y.nextMonth(),x=S(b),w=t.getTime();r=w<m?y.previousMonth().month+1:w>=x?b.month+1:y.month+1;break;case"H":r=t.getUTCHours();break;case"h":r=t.getUTCHours(),0==(r%=12)&&(r=12);break;case"P":r=t.getUTCHours()>=12?"pm":"am";break;case"m":r=t.getUTCMinutes();break;case"s":r=t.getUTCSeconds();break;case"f":r=t.getUTCMilliseconds();break;case"Z":case"z":break;case"C":case"E":r="ISO"}return r},O=null;function I(t,e,r){var n=0,i=0;if(void 0!==r){var o=parseInt(r);n=Math.floor(o/100),i=o%100}var a,s=function(t,e){var r=P(t,e.component);if(-1!=="YMDdFWwXxHhms".indexOf(e.component))if("Y"===e.component&&-1!==e.n&&(r%=Math.pow(10,e.n)),e.names){if("M"===e.component||"x"===e.component)r=k[r-1];else{if("F"!==e.component)throw{code:"D3133",value:e.component};r=_[r]}e.names===y.UPPER?r=r.toUpperCase():e.names===y.LOWER&&(r=r.toLowerCase()),e.width&&r.length>e.width.max&&(r=r.substring(0,e.width.max))}else r=m(r,e.integerFormat);else if("f"===e.component)r=m(r,e.integerFormat);else if("Z"===e.component||"z"===e.component){var o=100*n+i;if(e.integerFormat.regular)r=m(o,e.integerFormat);else{var a=e.integerFormat.mandatoryDigits;if(1===a||2===a)r=m(n,e.integerFormat),0!==i&&(r+=":"+g(i,"00"));else{if(3!==a&&4!==a)throw{code:"D3134",value:a};r=m(o,e.integerFormat)}}o>=0&&(r="+"+r),"z"===e.component&&(r="GMT"+r),0===o&&"t"===e.presentation2&&(r="Z")}return r};void 0===e?(null===O&&(O=A("[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01].[f001][Z01:01t]")),a=O):a=A(e);var c=new Date(t+60*(60*n+i)*1e3),u="";return a.parts.forEach((function(t){"literal"===t.type?u+=t.value:u+=s(c,t)})),u}function C(t){var e={};if("datetime"===t.type)e.type="datetime",e.parts=t.parts.map((function(t){var e={};if("literal"===t.type)e.regex=t.value.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");else if("Z"===t.component||"z"===t.component){var r;Array.isArray(t.integerFormat.groupingSeparators)||(r=t.integerFormat.groupingSeparators),e.regex="","z"===t.component&&(e.regex="GMT"),e.regex+="[-+][0-9]+",r&&(e.regex+=r.character+"[0-9]+"),e.parse=function(e){"z"===t.component&&(e=e.substring(3));var n=0,i=0;return r?(n=Number.parseInt(e.substring(0,e.indexOf(r.character))),i=Number.parseInt(e.substring(e.indexOf(r.character)+1))):e.length-1<=2?n=Number.parseInt(e):(n=Number.parseInt(e.substring(0,3)),i=Number.parseInt(e.substring(3))),60*n+i}}else if(t.integerFormat)t.integerFormat.n=t.n,e=C(t.integerFormat);else{e.regex="[a-zA-Z]+";var n={};if("M"===t.component||"x"===t.component)k.forEach((function(e,r){t.width&&t.width.max?n[e.substring(0,t.width.max)]=r+1:n[e]=r+1}));else if("F"===t.component)_.forEach((function(e,r){r>0&&(t.width&&t.width.max?n[e.substring(0,t.width.max)]=r:n[e]=r)}));else{if("P"!==t.component)throw{code:"D3133",value:t.component};n={am:0,AM:0,pm:1,PM:1}}e.parse=function(t){return n[t]}}return e.component=t.component,e}));else{e.type="integer";var r,n=t.case===y.UPPER;switch(r=t.n&&t.n>0?0===t.optionalDigits?"{".concat(t.n,"}"):"{".concat(t.n-t.optionalDigits,",").concat(t.n,"}"):"+",t.primary){case v.LETTERS:e.regex=n?"[A-Z]+":"[a-z]+",e.parse=function(t){return p(t,n?"A":"a")};break;case v.ROMAN:e.regex=n?"[MDCLXVI]+":"[mdclxvi]+",e.parse=function(t){return f(n?t:t.toUpperCase())};break;case v.WORDS:e.regex="(?:"+Object.keys(s).concat("and","[\\-, ]").join("|")+")+",e.parse=function(t){return c(t.toLowerCase())};break;case v.DECIMAL:e.regex="[0-9]".concat(r),t.ordinal&&(e.regex+="(?:th|st|nd|rd)"),e.parse=function(e){var r=e;return t.ordinal&&(r=e.substring(0,e.length-2)),t.regular?r=r.split(",").join(""):t.groupingSeparators.forEach((function(t){r=r.split(t.character).join("")})),48!==t.zeroCode&&(r=r.split("").map((function(e){return String.fromCodePoint(e.codePointAt(0)-t.zeroCode+48)})).join("")),parseInt(r)};break;case v.SEQUENCE:throw{code:"D3130",value:t.token}}}return e}function R(t,e){if(void 0!==t)return C(x(e)).parse(t)}function j(t,e){var r=C(A(e)),n="^"+r.parts.map((function(t){return"("+t.regex+")"})).join("")+"$",i=new RegExp(n,"i").exec(t);if(null!==i){for(var o=161,a=130,s=84,c=72,u=23,l=47,h={},f=1;f<i.length;f++){var d=r.parts[f-1];d.parse&&(h[d.component]=d.parse(i[f]))}if(0===Object.getOwnPropertyNames(h).length)return;var p=0,g=function(t){p<<=1,p+=t?1:0},v=function(t){return!(~t&p||!(t&p))};"YXMxWwdD".split("").forEach((function(t){return g(h[t])}));var y=!v(o)&&v(a),m=v(s),b=!m&&v(c);p=0,"PHhmsf".split("").forEach((function(t){return g(h[t])}));var x=!v(u)&&v(l),w=(y?"YD":m?"XxwF":b?"XWF":"YMD")+(x?"Phmsf":"Hmsf"),_=this.environment.timestamp,k=!1,E=!1;if(w.split("").forEach((function(t){if(void 0===h[t])k?(h[t]=-1!=="MDd".indexOf(t)?1:0,E=!0):h[t]=P(_,t);else if(k=!0,E)throw{code:"D3136"}})),h.M>0?h.M-=1:h.M=0,y){var S=Date.UTC(h.Y,0),M=1e3*(h.d-1)*60*60*24,T=new Date(S+M);h.M=T.getUTCMonth(),h.D=T.getUTCDate()}if(m)throw{code:"D3136"};if(b)throw{code:"D3136"};x&&(h.H=12===h.h?0:h.h,1===h.P&&(h.H+=12));var O=Date.UTC(h.Y,h.M,h.D,h.H,h.m,h.s,h.f);return(h.Z||h.z)&&(O-=60*(h.Z||h.z)*1e3),O}}var L=new RegExp("^\\d{4}(-[01]\\d)*(-[0-3]\\d)*(T[0-2]\\d:[0-5]\\d:[0-5]\\d)*(\\.\\d+)?([+-][0-2]\\d:?[0-5]\\d|Z)?$");function D(t,e){if(void 0!==t){if(void 0===e){if(!L.test(t))throw{stack:(new Error).stack,code:"D3110",value:t};return Date.parse(t)}return j.call(this,t,e)}}function z(t,e,r){if(void 0!==t)return I.call(this,t,e,r)}return{formatInteger:g,parseInteger:R,fromMillis:z,toMillis:D}}();e.exports=i},{"./utils":6}],2:[function(e,r,n){(function(t){(function(){function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function i(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */i=function(){return e};var t,e={},r=Object.prototype,o=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",l=s.toStringTag||"@@toStringTag";function h(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(t){h=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var i=e&&e.prototype instanceof b?e:b,o=Object.create(i.prototype),s=new C(n||[]);return a(o,"_invoke",{value:T(t,r,s)}),o}function d(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var p="suspendedStart",g="suspendedYield",v="executing",y="completed",m={};function b(){}function x(){}function w(){}var A={};h(A,c,(function(){return this}));var _=Object.getPrototypeOf,k=_&&_(_(R([])));k&&k!==r&&o.call(k,c)&&(A=k);var E=w.prototype=b.prototype=Object.create(A);function S(t){["next","throw","return"].forEach((function(e){h(t,e,(function(t){return this._invoke(e,t)}))}))}function M(t,e){function r(i,a,s,c){var u=d(t[i],t,a);if("throw"!==u.type){var l=u.arg,h=l.value;return h&&"object"==n(h)&&o.call(h,"__await")?e.resolve(h.__await).then((function(t){r("next",t,s,c)}),(function(t){r("throw",t,s,c)})):e.resolve(h).then((function(t){l.value=t,s(l)}),(function(t){return r("throw",t,s,c)}))}c(u.arg)}var i;a(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,i){r(t,n,e,i)}))}return i=i?i.then(o,o):o()}})}function T(e,r,n){var i=p;return function(o,a){if(i===v)throw new Error("Generator is already running");if(i===y){if("throw"===o)throw a;return{value:t,done:!0}}for(n.method=o,n.arg=a;;){var s=n.delegate;if(s){var c=P(s,n);if(c){if(c===m)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===p)throw i=y,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=v;var u=d(e,r,n);if("normal"===u.type){if(i=n.done?y:g,u.arg===m)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=y,n.method="throw",n.arg=u.arg)}}}function P(e,r){var n=r.method,i=e.iterator[n];if(i===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,P(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var o=d(i,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,m;var a=o.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,m):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,m)}function O(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function I(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(O,this),this.reset(!0)}function R(e){if(e||""===e){var r=e[c];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function r(){for(;++i<e.length;)if(o.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return a.next=a}}throw new TypeError(n(e)+" is not iterable")}return x.prototype=w,a(E,"constructor",{value:w,configurable:!0}),a(w,"constructor",{value:x,configurable:!0}),x.displayName=h(w,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===x||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,h(t,l,"GeneratorFunction")),t.prototype=Object.create(E),t},e.awrap=function(t){return{__await:t}},S(M.prototype),h(M.prototype,u,(function(){return this})),e.AsyncIterator=M,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new M(f(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},S(E),h(E,l,"Generator"),h(E,c,(function(){return this})),h(E,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=R,C.prototype={constructor:C,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(I),!e)for(var r in this)"t"===r.charAt(0)&&o.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function n(n,i){return s.type="throw",s.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return n(a.catchLoc,!0);if(this.prev<a.finallyLoc)return n(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return n(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return n(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&o.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var i=n;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),I(r),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;I(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:R(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),m}},e}var o=e("./utils"),a=function(){var e=i().mark(U),r=i().mark(Y),a=i().mark(H),s=i().mark($),c=i().mark(Q),u=i().mark(ft),l=i().mark(dt),h=i().mark(pt),f=i().mark(vt),d=i().mark(kt),p=i().mark(Tt),g=i().mark(It),v=o.isNumeric,y=o.isArrayOfStrings,m=o.isArrayOfNumbers,b=o.createSequence,x=o.isSequence,w=o.isFunction,A=o.isLambda,_=o.isIterable,k=o.getFunctionArity,E=o.isDeepEqual,S=o.stringToArray;function M(t){if(void 0!==t){var e=0;return t.forEach((function(t){e+=t})),e}}function T(t){return void 0===t?0:t.length}function P(t){if(void 0!==t&&0!==t.length)return Math.max.apply(Math,t)}function O(t){if(void 0!==t&&0!==t.length)return Math.min.apply(Math,t)}function I(t){if(void 0!==t&&0!==t.length){var e=0;return t.forEach((function(t){e+=t})),e/t.length}}function C(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(void 0!==t){var r;if("string"==typeof t)r=t;else if(w(t))r="";else{if("number"==typeof t&&!isFinite(t))throw{code:"D3001",value:t,stack:(new Error).stack};var n=e?2:0;Array.isArray(t)&&t.outerWrapper&&(t=t[0]),r=JSON.stringify(t,(function(t,e){return null!=e&&e.toPrecision&&v(e)?Number(e.toPrecision(15)):e&&w(e)?"":e}),n)}return r}}function R(t,e,r){if(void 0!==t){var n=S(t),i=n.length;if(i+e<0&&(e=0),void 0!==r){if(r<=0)return"";var o=e>=0?e+r:i+e+r;return n.slice(e,o).join("")}return n.slice(e).join("")}}function j(t,e){if(void 0!==t){var r=t.indexOf(e);return r>-1?t.substr(0,r):t}}function L(t,e){if(void 0!==t){var r=t.indexOf(e);return r>-1?t.substr(r+e.length):t}}function D(t){if(void 0!==t)return t.toLowerCase()}function z(t){if(void 0!==t)return t.toUpperCase()}function N(t){if(void 0!==t)return S(t).length}function F(t){if(void 0!==t){var e=t.replace(/[ \t\n\r]+/gm," ");return" "===e.charAt(0)&&(e=e.substring(1))," "===e.charAt(e.length-1)&&(e=e.substring(0,e.length-1)),e}}function B(t,e,r){if(void 0!==t){var n;void 0!==r&&0!==r.length||(r=" ");var i=Math.abs(e)-N(t);if(i>0){var o=new Array(i+1).join(r);r.length>1&&(o=R(o,0,i)),n=e>0?t+o:o+t}else n=t;return n}}function U(t,r){var n;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.apply(this,[r]),!_(n)){e.next=4;break}return e.delegateYield(n,"t0",3);case 3:n=e.t0;case 4:if(!n||"number"==typeof n.start||"number"===n.end||Array.isArray(n.groups)||w(n.next)){e.next=6;break}throw{code:"T1010",stack:(new Error).stack};case 6:return e.abrupt("return",n);case 7:case"end":return e.stop()}}),e,this)}function Y(t,e){var n,o;return i().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(void 0!==t){r.next=2;break}return r.abrupt("return",void 0);case 2:if("string"!=typeof e){r.next=6;break}n=-1!==t.indexOf(e),r.next=9;break;case 6:return r.delegateYield(U(e,t),"t0",7);case 7:o=r.t0,n=void 0!==o;case 9:return r.abrupt("return",n);case 10:case"end":return r.stop()}}),r)}function H(t,e,r){var n,o,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:if(!(r<0)){i.next=4;break}throw{stack:(new Error).stack,value:r,code:"D3040",index:3};case 4:if(n=b(),!(void 0===r||r>0)){i.next=17;break}return o=0,i.delegateYield(U(e,t),"t0",8);case 8:if(void 0===(s=i.t0)){i.next=17;break}case 10:if(void 0===s||!(void 0===r||o<r)){i.next=17;break}return n.push({match:s.match,index:s.start,groups:s.groups}),i.delegateYield(U(s.next),"t1",13);case 13:s=i.t1,o++,i.next=10;break;case 17:return i.abrupt("return",n);case 18:case"end":return i.stop()}}),a)}function $(t,e,r,n){var o,a,c,u,l,h,f,d;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:if(o=this,""!==e){i.next=5;break}throw{code:"D3010",stack:(new Error).stack,value:e,index:2};case 5:if(!(n<0)){i.next=7;break}throw{code:"D3011",stack:(new Error).stack,value:n,index:4};case 7:if(a="string"==typeof r?function(t){for(var e="",n=0,i=r.indexOf("$",n);-1!==i&&n<r.length;){e+=r.substring(n,i),n=i+1;var o=r.charAt(n);if("$"===o)e+="$",n++;else if("0"===o)e+=t.match,n++;else{var a;if(a=0===t.groups.length?1:Math.floor(Math.log(t.groups.length)*Math.LOG10E)+1,i=parseInt(r.substring(n,n+a),10),a>1&&i>t.groups.length&&(i=parseInt(r.substring(n,n+a-1),10)),isNaN(i))e+="$";else{if(t.groups.length>0){var s=t.groups[i-1];void 0!==s&&(e+=s)}n+=i.toString().length}}i=r.indexOf("$",n)}return e+=r.substring(n)}:r,c="",u=0,!(void 0===n||n>0)){i.next=44;break}if(l=0,"string"!=typeof e){i.next=18;break}for(h=t.indexOf(e,u);-1!==h&&(void 0===n||l<n);)c+=t.substring(u,h),c+=r,u=h+e.length,l++,h=t.indexOf(e,u);c+=t.substring(u),i.next=42;break;case 18:return i.delegateYield(U(e,t),"t0",19);case 19:if(void 0===(f=i.t0)){i.next=41;break}case 21:if(void 0===f||!(void 0===n||l<n)){i.next=38;break}if(c+=t.substring(u,f.start),d=a.apply(o,[f]),!_(d)){i.next=27;break}return i.delegateYield(d,"t1",26);case 26:d=i.t1;case 27:if("string"!=typeof d){i.next=31;break}c+=d,i.next=32;break;case 31:throw{code:"D3012",stack:(new Error).stack,value:d};case 32:return u=f.start+f.match.length,l++,i.delegateYield(U(f.next),"t2",35);case 35:f=i.t2,i.next=21;break;case 38:c+=t.substring(u),i.next=42;break;case 41:c=t;case 42:i.next=45;break;case 44:c=t;case 45:return i.abrupt("return",c);case 46:case"end":return i.stop()}}),s,this)}function G(e){if(void 0!==e){var r="undefined"!=typeof window?window.btoa:function(e){return new t.Buffer.from(e,"binary").toString("base64")};return r(e)}}function W(e){if(void 0!==e){var r="undefined"!=typeof window?window.atob:function(e){return new t.Buffer.from(e,"base64").toString("binary")};return r(e)}}function q(t){if(void 0!==t){var e;try{e=encodeURIComponent(t)}catch(e){throw{code:"D3140",stack:(new Error).stack,value:t,functionName:"encodeUrlComponent"}}return e}}function X(t){if(void 0!==t){var e;try{e=encodeURI(t)}catch(e){throw{code:"D3140",stack:(new Error).stack,value:t,functionName:"encodeUrl"}}return e}}function V(t){if(void 0!==t){var e;try{e=decodeURIComponent(t)}catch(e){throw{code:"D3140",stack:(new Error).stack,value:t,functionName:"decodeUrlComponent"}}return e}}function K(t){if(void 0!==t){var e;try{e=decodeURI(t)}catch(e){throw{code:"D3140",stack:(new Error).stack,value:t,functionName:"decodeUrl"}}return e}}function Q(t,e,r){var n,o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:if(!(r<0)){i.next=4;break}throw{code:"D3020",stack:(new Error).stack,value:r,index:3};case 4:if(n=[],!(void 0===r||r>0)){i.next=27;break}if("string"!=typeof e){i.next=10;break}n=t.split(e,r),i.next=27;break;case 10:return o=0,i.delegateYield(U(e,t),"t0",12);case 12:if(void 0===(a=i.t0)){i.next=26;break}s=0;case 15:if(void 0===a||!(void 0===r||o<r)){i.next=23;break}return n.push(t.substring(s,a.start)),s=a.end,i.delegateYield(U(a.next),"t1",19);case 19:a=i.t1,o++,i.next=15;break;case 23:(void 0===r||o<r)&&n.push(t.substring(s)),i.next=27;break;case 26:n.push(t);case 27:return i.abrupt("return",n);case 28:case"end":return i.stop()}}),c)}function J(t,e){if(void 0!==t)return void 0===e&&(e=""),t.join(e)}function Z(t,e,r){if(void 0!==t){var n={"decimal-separator":".","grouping-separator":",","exponent-separator":"e",infinity:"Infinity","minus-sign":"-",NaN:"NaN",percent:"%","per-mille":"‰","zero-digit":"0",digit:"#","pattern-separator":";"};void 0!==r&&Object.keys(r).forEach((function(t){n[t]=r[t]}));for(var i=[],o=n["zero-digit"].charCodeAt(0),a=o;a<o+10;a++)i.push(String.fromCharCode(a));var s=i.concat([n["decimal-separator"],n["exponent-separator"],n["grouping-separator"],n.digit,n["pattern-separator"]]),c=e.split(n["pattern-separator"]);if(c.length>2)throw{code:"D3080",stack:(new Error).stack};var u=function(t){var e,r,i,o,a=function(){for(var e,r=0;r<t.length;r++)if(e=t.charAt(r),-1!==s.indexOf(e)&&e!==n["exponent-separator"])return t.substring(0,r)}(),c=function(){for(var e,r=t.length-1;r>=0;r--)if(e=t.charAt(r),-1!==s.indexOf(e)&&e!==n["exponent-separator"])return t.substring(r+1)}(),u=t.substring(a.length,t.length-c.length),l=t.indexOf(n["exponent-separator"],a.length);-1===l||l>t.length-c.length?(e=u,r=void 0):(e=u.substring(0,l),r=u.substring(l+1));var h=e.indexOf(n["decimal-separator"]);return-1===h?(i=e,o=c):(i=e.substring(0,h),o=e.substring(h+1)),{prefix:a,suffix:c,activePart:u,mantissaPart:e,exponentPart:r,integerPart:i,fractionalPart:o,subpicture:t}},l=function(t){var e,r,o=t.subpicture,a=o.indexOf(n["decimal-separator"]);a!==o.lastIndexOf(n["decimal-separator"])&&(e="D3081"),o.indexOf(n.percent)!==o.lastIndexOf(n.percent)&&(e="D3082"),o.indexOf(n["per-mille"])!==o.lastIndexOf(n["per-mille"])&&(e="D3083"),-1!==o.indexOf(n.percent)&&-1!==o.indexOf(n["per-mille"])&&(e="D3084");var c=!1;for(r=0;r<t.mantissaPart.length;r++){var u=t.mantissaPart.charAt(r);if(-1!==i.indexOf(u)||u===n.digit){c=!0;break}}c||(e="D3085"),-1!==t.activePart.split("").map((function(t){return-1===s.indexOf(t)?"p":"a"})).join("").indexOf("p")&&(e="D3086"),-1!==a?o.charAt(a-1)!==n["grouping-separator"]&&o.charAt(a+1)!==n["grouping-separator"]||(e="D3087"):t.integerPart.charAt(t.integerPart.length-1)===n["grouping-separator"]&&(e="D3088"),-1!==o.indexOf(n["grouping-separator"]+n["grouping-separator"])&&(e="D3089");var l=t.integerPart.indexOf(n.digit);-1!==l&&t.integerPart.substring(0,l).split("").filter((function(t){return i.indexOf(t)>-1})).length>0&&(e="D3090"),-1!==(l=t.fractionalPart.lastIndexOf(n.digit))&&t.fractionalPart.substring(l).split("").filter((function(t){return i.indexOf(t)>-1})).length>0&&(e="D3091");var h="string"==typeof t.exponentPart;if(h&&t.exponentPart.length>0&&(-1!==o.indexOf(n.percent)||-1!==o.indexOf(n["per-mille"]))&&(e="D3092"),h&&(0===t.exponentPart.length||t.exponentPart.split("").filter((function(t){return-1===i.indexOf(t)})).length>0)&&(e="D3093"),e)throw{code:e,stack:(new Error).stack}},h=function(t){var e=function(e,r){for(var o=[],a=e.indexOf(n["grouping-separator"]);-1!==a;){var s=(r?e.substring(0,a):e.substring(a)).split("").filter((function(t){return-1!==i.indexOf(t)||t===n.digit})).length;o.push(s),a=t.integerPart.indexOf(n["grouping-separator"],a+1)}return o},r=e(t.integerPart),o=function(t){if(0===t.length)return 0;for(var e=function t(e,r){return 0===r?e:t(r,e%r)},r=t.reduce(e),n=1;n<=t.length;n++)if(-1===t.indexOf(n*r))return 0;return r},a=o(r),s=e(t.fractionalPart,!0),c=t.integerPart.split("").filter((function(t){return-1!==i.indexOf(t)})).length,u=c,l=t.fractionalPart.split(""),h=l.filter((function(t){return-1!==i.indexOf(t)})).length,f=l.filter((function(t){return-1!==i.indexOf(t)||t===n.digit})).length,d="string"==typeof t.exponentPart;0===c&&0===f&&(d?(h=1,f=1):c=1),d&&0===c&&-1!==t.integerPart.indexOf(n.digit)&&(c=1),0===c&&0===h&&(h=1);var p=0;return d&&(p=t.exponentPart.split("").filter((function(t){return-1!==i.indexOf(t)})).length),{integerPartGroupingPositions:r,regularGrouping:a,minimumIntegerPartSize:c,scalingFactor:u,prefix:t.prefix,fractionalPartGroupingPositions:s,minimumFactionalPartSize:h,maximumFactionalPartSize:f,minimumExponentSize:p,suffix:t.suffix,picture:t.subpicture}},f=c.map(u);f.forEach(l);var d,p,g,v,y=f.map(h),m=n["minus-sign"],b=n["zero-digit"],x=n["decimal-separator"],w=n["grouping-separator"];if(1===y.length&&(y.push(JSON.parse(JSON.stringify(y[0]))),y[1].prefix=m+y[1].prefix),p=-1!==(d=t>=0?y[0]:y[1]).picture.indexOf(n.percent)?100*t:-1!==d.picture.indexOf(n["per-mille"])?1e3*t:t,0===d.minimumExponentSize)g=p;else{var A=Math.pow(10,d.scalingFactor),_=Math.pow(10,d.scalingFactor-1);for(g=p,v=0;g<_;)g*=10,v-=1;for(;g>A;)g/=10,v+=1}var k=function(t,e){var r=Math.abs(t).toFixed(e);return"0"!==b&&(r=r.split("").map((function(t){return t>="0"&&t<="9"?i[t.charCodeAt(0)-48]:t})).join("")),r},E=k(ot(g,d.maximumFactionalPartSize),d.maximumFactionalPartSize),S=E.indexOf(".");for(-1===S?E+=x:E=E.replace(".",x);E.charAt(0)===b;)E=E.substring(1);for(;E.charAt(E.length-1)===b;)E=E.substring(0,E.length-1);S=E.indexOf(x);var M=d.minimumIntegerPartSize-S,T=d.minimumFactionalPartSize-(E.length-S-1);if(E=(M>0?new Array(M+1).join(b):"")+E,E+=T>0?new Array(T+1).join(b):"",S=E.indexOf(x),d.regularGrouping>0)for(var P=Math.floor((S-1)/d.regularGrouping),O=1;O<=P;O++)E=[E.slice(0,S-O*d.regularGrouping),w,E.slice(S-O*d.regularGrouping)].join("");else d.integerPartGroupingPositions.forEach((function(t){E=[E.slice(0,S-t),w,E.slice(S-t)].join(""),S++}));if(S=E.indexOf(x),d.fractionalPartGroupingPositions.forEach((function(t){E=[E.slice(0,t+S+1),w,E.slice(t+S+1)].join("")})),S=E.indexOf(x),-1!==d.picture.indexOf(x)&&S!==E.length-1||(E=E.substring(0,E.length-1)),void 0!==v){var I=k(v,0);(M=d.minimumExponentSize-I.length)>0&&(I=new Array(M+1).join(b)+I),E=E+n["exponent-separator"]+(v<0?m:"")+I}return E=d.prefix+E+d.suffix}}function tt(t,e){if(void 0!==t){if(t=ot(t),(e=void 0===e?10:ot(e))<2||e>36)throw{code:"D3100",stack:(new Error).stack,value:e};return t.toString(e)}}function et(t){var e;if(void 0!==t){if("number"==typeof t)e=t;else if("string"==typeof t&&/^-?[0-9]+(\.[0-9]+)?([Ee][-+]?[0-9]+)?$/.test(t)&&!isNaN(parseFloat(t))&&isFinite(t))e=parseFloat(t);else if(!0===t)e=1;else{if(!1!==t)throw{code:"D3030",value:t,stack:(new Error).stack,index:1};e=0}return e}}function rt(t){if(void 0!==t)return Math.abs(t)}function nt(t){if(void 0!==t)return Math.floor(t)}function it(t){if(void 0!==t)return Math.ceil(t)}function ot(t,e){var r;if(void 0!==t){if(e){var n=t.toString().split("e");t=+(n[0]+"e"+(n[1]?+n[1]+e:e))}var i=(r=Math.round(t))-t;return.5===Math.abs(i)&&1===Math.abs(r%2)&&(r-=1),e&&(n=r.toString().split("e"),r=+(n[0]+"e"+(n[1]?+n[1]-e:-e))),Object.is(r,-0)&&(r=0),r}}function at(t){if(void 0!==t){if(t<0)throw{stack:(new Error).stack,code:"D3060",index:1,value:t};return Math.sqrt(t)}}function st(t,e){var r;if(void 0!==t){if(r=Math.pow(t,e),!isFinite(r))throw{stack:(new Error).stack,code:"D3061",index:1,value:t,exp:e};return r}}function ct(){return Math.random()}function ut(t){if(void 0!==t){var e=!1;return Array.isArray(t)?1===t.length?e=ut(t[0]):t.length>1&&(e=t.filter((function(t){return ut(t)})).length>0):"string"==typeof t?t.length>0&&(e=!0):v(t)?0!==t&&(e=!0):null!==t&&"object"===n(t)?Object.keys(t).length>0&&(e=!0):"boolean"==typeof t&&!0===t&&(e=!0),e}}function lt(t){if(void 0!==t)return!ut(t)}function ht(t,e,r,n){var i=[e],o=k(t);return o>=2&&i.push(r),o>=3&&i.push(n),i}function ft(t,e){var r,n,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:r=b(),n=0;case 4:if(!(n<t.length)){i.next=12;break}return o=ht(e,t[n],n,t),i.delegateYield(e.apply(this,o),"t0",7);case 7:void 0!==(a=i.t0)&&r.push(a);case 9:n++,i.next=4;break;case 12:return i.abrupt("return",r);case 13:case"end":return i.stop()}}),u,this)}function dt(t,e){var r,n,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:r=b(),n=0;case 4:if(!(n<t.length)){i.next=13;break}return o=t[n],a=ht(e,o,n,t),i.delegateYield(e.apply(this,a),"t0",8);case 8:ut(i.t0)&&r.push(o);case 10:n++,i.next=4;break;case 13:return i.abrupt("return",r);case 14:case"end":return i.stop()}}),l,this)}function pt(t,e){var r,n,o,a,s,c,u;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:r=!1,o=0;case 4:if(!(o<t.length)){i.next=22;break}if(a=t[o],s=!0,void 0===e){i.next=12;break}return c=ht(e,a,o,t),i.delegateYield(e.apply(this,c),"t0",10);case 10:u=i.t0,s=ut(u);case 12:if(!s){i.next=19;break}if(r){i.next=18;break}n=a,r=!0,i.next=19;break;case 18:throw{stack:(new Error).stack,code:"D3138",index:o};case 19:o++,i.next=4;break;case 22:if(r){i.next=24;break}throw{stack:(new Error).stack,code:"D3139"};case 24:return i.abrupt("return",n);case 25:case"end":return i.stop()}}),h,this)}function gt(){for(var t=[],e=Array.prototype.slice.call(arguments),r=Math.min.apply(Math,e.map((function(t){return Array.isArray(t)?t.length:0}))),n=0;n<r;n++){var i=e.map((function(t){return t[n]}));t.push(i)}return t}function vt(t,e,r){var n,o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:if(!((o=k(e))<2)){i.next=5;break}throw{stack:(new Error).stack,code:"D3050",index:1};case 5:void 0===r&&t.length>0?(n=t[0],a=1):(n=r,a=0);case 6:if(!(a<t.length)){i.next=15;break}return s=[n,t[a]],o>=3&&s.push(a),o>=4&&s.push(t),i.delegateYield(e.apply(this,s),"t0",11);case 11:n=i.t0,a++,i.next=6;break;case 15:return i.abrupt("return",n);case 16:case"end":return i.stop()}}),f,this)}function yt(t){var e=b();if(Array.isArray(t)){var r={};t.forEach((function(t){yt(t).forEach((function(t){r[t]=!0}))})),e=yt(r)}else null===t||"object"!==n(t)||A(t)||Object.keys(t).forEach((function(t){return e.push(t)}));return e}function mt(t,e){var r;if(Array.isArray(t)){r=b();for(var i=0;i<t.length;i++){var o=mt(t[i],e);void 0!==o&&(Array.isArray(o)?o.forEach((function(t){return r.push(t)})):r.push(o))}}else null!==t&&"object"===n(t)&&(r=t[e]);return r}function bt(t,e){return void 0===t?e:void 0===e?t:(Array.isArray(t)||(t=b(t)),Array.isArray(e)||(e=[e]),t.concat(e))}function xt(t){return void 0!==t}function wt(t){var e=b();if(Array.isArray(t))t.forEach((function(t){e=bt(e,wt(t))}));else if(null===t||"object"!==n(t)||A(t))e=t;else for(var r in t){var i={};i[r]=t[r],e.push(i)}return e}function At(t){if(void 0!==t){var e={};return t.forEach((function(t){for(var r in t)e[r]=t[r]})),e}}function _t(t){if(void 0!==t){if(t.length<=1)return t;for(var e=t.length,r=new Array(e),n=0;n<e;n++)r[e-n-1]=t[n];return r}}function kt(t,e){var r,n,o,a;return i().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:r=b(),s.t0=i().keys(t);case 2:if((s.t1=s.t0()).done){s.next=10;break}return n=s.t1.value,o=ht(e,t[n],n,t),s.delegateYield(e.apply(this,o),"t2",6);case 6:void 0!==(a=s.t2)&&r.push(a),s.next=2;break;case 10:return s.abrupt("return",r);case 11:case"end":return s.stop()}}),d,this)}function Et(t){throw{code:"D3137",stack:(new Error).stack,message:t||"$error() function evaluated"}}function St(t,e){if(!t)throw{code:"D3141",stack:(new Error).stack,message:e||"$assert() statement failed"}}function Mt(t){if(void 0!==t)return null===t?"null":v(t)?"number":"string"==typeof t?"string":"boolean"==typeof t?"boolean":Array.isArray(t)?"array":w(t)?"function":"object"}function Tt(t,e){var r,n,o,a;return i().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:if(void 0!==t){s.next=2;break}return s.abrupt("return",void 0);case 2:if(!(t.length<=1)){s.next=4;break}return s.abrupt("return",t);case 4:if(void 0!==e){s.next=10;break}if(m(t)||y(t)){s.next=7;break}throw{stack:(new Error).stack,code:"D3070",index:1};case 7:r=i().mark((function t(e,r){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",e>r);case 1:case"end":return t.stop()}}),t)})),s.next=11;break;case 10:r=e;case 11:return n=i().mark((function t(e,n){var o,a;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=i().mark((function t(e,n,o){return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(0!==n.length){i.next=4;break}Array.prototype.push.apply(e,o),i.next=16;break;case 4:if(0!==o.length){i.next=8;break}Array.prototype.push.apply(e,n),i.next=16;break;case 8:return i.delegateYield(r(n[0],o[0]),"t0",9);case 9:if(!i.t0){i.next=14;break}return e.push(o[0]),i.delegateYield(t(e,n,o.slice(1)),"t1",12);case 12:i.next=16;break;case 14:return e.push(n[0]),i.delegateYield(t(e,n.slice(1),o),"t2",16);case 16:case"end":return i.stop()}}),t)})),a=[],t.delegateYield(o(a,e,n),"t0",3);case 3:return t.abrupt("return",a);case 4:case"end":return t.stop()}}),t)})),o=i().mark((function t(e){var r,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(Array.isArray(e)&&!(e.length<=1)){i.next=4;break}return i.abrupt("return",e);case 4:return r=Math.floor(e.length/2),o=e.slice(0,r),a=e.slice(r),i.delegateYield(t(o),"t0",8);case 8:return o=i.t0,i.delegateYield(t(a),"t1",10);case 10:return a=i.t1,i.delegateYield(n(o,a),"t2",12);case 12:return i.abrupt("return",i.t2);case 13:case"end":return i.stop()}}),t)})),s.delegateYield(o(t),"t0",14);case 14:return a=s.t0,s.abrupt("return",a);case 16:case"end":return s.stop()}}),p)}function Pt(t){if(void 0!==t){if(t.length<=1)return t;for(var e=new Array(t.length),r=0;r<t.length;r++){var n=Math.floor(Math.random()*(r+1));r!==n&&(e[r]=e[n]),e[n]=t[r]}return e}}function Ot(t){if(void 0!==t){if(!Array.isArray(t)||t.length<=1)return t;for(var e=x(t)?b():[],r=0;r<t.length;r++){for(var n=t[r],i=!1,o=0;o<e.length;o++)if(E(n,e[o])){i=!0;break}i||e.push(n)}return e}}function It(t,e){var r,n,o,a;return i().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:r={},s.t0=i().keys(t);case 2:if((s.t1=s.t0()).done){s.next=11;break}return n=s.t1.value,o=t[n],a=ht(e,o,n,t),s.delegateYield(e.apply(this,a),"t2",7);case 7:ut(s.t2)&&(r[n]=o),s.next=2;break;case 11:return 0===Object.keys(r).length&&(r=void 0),s.abrupt("return",r);case 13:case"end":return s.stop()}}),g,this)}return{sum:M,count:T,max:P,min:O,average:I,string:C,substring:R,substringBefore:j,substringAfter:L,lowercase:D,uppercase:z,length:N,trim:F,pad:B,match:H,contains:Y,replace:$,split:Q,join:J,formatNumber:Z,formatBase:tt,number:et,floor:nt,ceil:it,round:ot,abs:rt,sqrt:at,power:st,random:ct,boolean:ut,not:lt,map:ft,zip:gt,filter:dt,single:pt,foldLeft:vt,sift:It,keys:yt,lookup:mt,append:bt,exists:xt,spread:wt,merge:At,reverse:_t,each:kt,error:Et,assert:St,type:Mt,sort:Tt,shuffle:Pt,distinct:Ot,base64encode:G,base64decode:W,encodeUrlComponent:q,encodeUrl:X,decodeUrlComponent:V,decodeUrl:K}}();r.exports=a}).call(this)}).call(this,void 0!==t?t:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./utils":6}],3:[function(t,e,r){function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function i(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */i=function(){return e};var t,e={},r=Object.prototype,o=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",l=s.toStringTag||"@@toStringTag";function h(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(t){h=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var i=e&&e.prototype instanceof b?e:b,o=Object.create(i.prototype),s=new C(n||[]);return a(o,"_invoke",{value:T(t,r,s)}),o}function d(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var p="suspendedStart",g="suspendedYield",v="executing",y="completed",m={};function b(){}function x(){}function w(){}var A={};h(A,c,(function(){return this}));var _=Object.getPrototypeOf,k=_&&_(_(R([])));k&&k!==r&&o.call(k,c)&&(A=k);var E=w.prototype=b.prototype=Object.create(A);function S(t){["next","throw","return"].forEach((function(e){h(t,e,(function(t){return this._invoke(e,t)}))}))}function M(t,e){function r(i,a,s,c){var u=d(t[i],t,a);if("throw"!==u.type){var l=u.arg,h=l.value;return h&&"object"==n(h)&&o.call(h,"__await")?e.resolve(h.__await).then((function(t){r("next",t,s,c)}),(function(t){r("throw",t,s,c)})):e.resolve(h).then((function(t){l.value=t,s(l)}),(function(t){return r("throw",t,s,c)}))}c(u.arg)}var i;a(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,i){r(t,n,e,i)}))}return i=i?i.then(o,o):o()}})}function T(e,r,n){var i=p;return function(o,a){if(i===v)throw new Error("Generator is already running");if(i===y){if("throw"===o)throw a;return{value:t,done:!0}}for(n.method=o,n.arg=a;;){var s=n.delegate;if(s){var c=P(s,n);if(c){if(c===m)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===p)throw i=y,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=v;var u=d(e,r,n);if("normal"===u.type){if(i=n.done?y:g,u.arg===m)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=y,n.method="throw",n.arg=u.arg)}}}function P(e,r){var n=r.method,i=e.iterator[n];if(i===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,P(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var o=d(i,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,m;var a=o.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,m):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,m)}function O(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function I(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(O,this),this.reset(!0)}function R(e){if(e||""===e){var r=e[c];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function r(){for(;++i<e.length;)if(o.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return a.next=a}}throw new TypeError(n(e)+" is not iterable")}return x.prototype=w,a(E,"constructor",{value:w,configurable:!0}),a(w,"constructor",{value:x,configurable:!0}),x.displayName=h(w,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===x||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,h(t,l,"GeneratorFunction")),t.prototype=Object.create(E),t},e.awrap=function(t){return{__await:t}},S(M.prototype),h(M.prototype,u,(function(){return this})),e.AsyncIterator=M,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new M(f(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},S(E),h(E,l,"Generator"),h(E,c,(function(){return this})),h(E,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=R,C.prototype={constructor:C,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(I),!e)for(var r in this)"t"===r.charAt(0)&&o.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function n(n,i){return s.type="throw",s.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return n(a.catchLoc,!0);if(this.prev<a.finallyLoc)return n(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return n(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return n(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&o.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var i=n;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),I(r),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;I(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:R(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),m}},e}var o=t("./datetime"),a=t("./functions"),s=t("./utils"),c=t("./parser"),u=t("./signature"),l=function(){var t=i().mark(B),e=i().mark(U),r=i().mark(H),l=i().mark($),h=i().mark(G),f=i().mark(W),d=i().mark(q),p=i().mark(X),g=i().mark(ot),v=i().mark(ct),y=i().mark(ht),m=i().mark(ft),b=i().mark(dt),x=i().mark(vt),w=i().mark(bt),A=i().mark(xt),_=i().mark(wt),k=i().mark(At),E=i().mark(kt),S=i().mark(St),M=i().mark(Pt),T=i().mark(Ct),P=s.isNumeric,O=s.isArrayOfStrings,I=s.isArrayOfNumbers,C=s.createSequence,R=s.isSequence,j=s.isFunction,L=s.isLambda,D=s.isIterable,z=s.getFunctionArity,N=s.isDeepEqual,F=jt(null);function B(e,r,n){var o,a,s,c;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:(a=n.lookup("__evaluate_entry"))&&a(e,r,n),t.t0=e.type,t.next="path"===t.t0?5:"binary"===t.t0?8:"unary"===t.t0?11:"name"===t.t0?14:"string"===t.t0||"number"===t.t0||"value"===t.t0?16:"wildcard"===t.t0?18:"descendant"===t.t0?20:"parent"===t.t0?22:"condition"===t.t0?24:"block"===t.t0?27:"bind"===t.t0?30:"regex"===t.t0?33:"function"===t.t0?35:"variable"===t.t0?38:"lambda"===t.t0?40:"partial"===t.t0?42:"apply"===t.t0?45:"transform"===t.t0?48:50;break;case 5:return t.delegateYield(U(e,r,n),"t1",6);case 6:return o=t.t1,t.abrupt("break",50);case 8:return t.delegateYield(q(e,r,n),"t2",9);case 9:return o=t.t2,t.abrupt("break",50);case 11:return t.delegateYield(X(e,r,n),"t3",12);case 12:return o=t.t3,t.abrupt("break",50);case 14:return o=V(e,r),t.abrupt("break",50);case 16:return o=K(e),t.abrupt("break",50);case 18:return o=Q(e,r),t.abrupt("break",50);case 20:return o=Z(e,r),t.abrupt("break",50);case 22:return o=n.lookup(e.slot.label),t.abrupt("break",50);case 24:return t.delegateYield(ft(e,r,n),"t4",25);case 25:return o=t.t4,t.abrupt("break",50);case 27:return t.delegateYield(dt(e,r,n),"t5",28);case 28:return o=t.t5,t.abrupt("break",50);case 30:return t.delegateYield(ht(e,r,n),"t6",31);case 31:return o=t.t6,t.abrupt("break",50);case 33:return o=pt(e),t.abrupt("break",50);case 35:return t.delegateYield(xt(e,r,n),"t7",36);case 36:return o=t.t7,t.abrupt("break",50);case 38:return o=gt(e,r,n),t.abrupt("break",50);case 40:return o=_t(e,r,n),t.abrupt("break",50);case 42:return t.delegateYield(kt(e,r,n),"t8",43);case 43:return o=t.t8,t.abrupt("break",50);case 45:return t.delegateYield(bt(e,r,n),"t9",46);case 46:return o=t.t9,t.abrupt("break",50);case 48:return o=yt(e,r,n),t.abrupt("break",50);case 50:if(!n.async||null!=o&&"function"==typeof o.then||(o=Promise.resolve(o)),!n.async||"function"!=typeof o.then||!e.nextFunction||"function"!=typeof o[e.nextFunction]){t.next=54;break}t.next=57;break;case 54:return t.next=56,o;case 56:o=t.sent;case 57:if(!Object.prototype.hasOwnProperty.call(e,"predicate")){t.next=65;break}s=0;case 59:if(!(s<e.predicate.length)){t.next=65;break}return t.delegateYield(W(e.predicate[s].expr,o,n),"t10",61);case 61:o=t.t10;case 62:s++,t.next=59;break;case 65:if("path"===e.type||!Object.prototype.hasOwnProperty.call(e,"group")){t.next=68;break}return t.delegateYield(ct(e.group,o,n),"t11",67);case 67:o=t.t11;case 68:return(c=n.lookup("__evaluate_exit"))&&c(e,r,n,o),o&&R(o)&&!o.tupleStream&&(e.keepArray&&(o.keepSingleton=!0),0===o.length?o=void 0:1===o.length&&(o=o.keepSingleton?o:o[0])),t.abrupt("return",o);case 72:case"end":return t.stop()}}),t)}function U(t,r,n){var o,a,s,c,u,l;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:o=Array.isArray(r)&&"variable"!==t.steps[0].type?r:C(r),s=!1,c=void 0,u=0;case 4:if(!(u<t.steps.length)){e.next=25;break}if((l=t.steps[u]).tuple&&(s=!0),0!==u||!l.consarray){e.next=12;break}return e.delegateYield(B(l,o,n),"t0",9);case 9:a=e.t0,e.next=19;break;case 12:if(!s){e.next=17;break}return e.delegateYield(G(l,o,c,n),"t1",14);case 14:c=e.t1,e.next=19;break;case 17:return e.delegateYield(H(l,o,n,u===t.steps.length-1),"t2",18);case 18:a=e.t2;case 19:if(s||void 0!==a&&0!==a.length){e.next=21;break}return e.abrupt("break",25);case 21:void 0===l.focus&&(o=a);case 22:u++,e.next=4;break;case 25:if(s)if(t.tuple)a=c;else for(a=C(),u=0;u<c.length;u++)a.push(c[u]["@"]);if(t.keepSingletonArray&&(Array.isArray(a)&&a.cons&&!a.sequence&&(a=C(a)),a.keepSingleton=!0),!t.hasOwnProperty("group")){e.next=30;break}return e.delegateYield(ct(t.group,s?c:a,n),"t3",29);case 29:a=e.t3;case 30:return e.abrupt("return",a);case 31:case"end":return e.stop()}}),e)}function Y(t,e){var r=jt(t);for(var n in e)r.bind(n,e[n]);return r}function H(t,e,n,o){var a,s,c,u,l;return i().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if("sort"!==t.type){r.next=7;break}return r.delegateYield(vt(t,e,n),"t0",2);case 2:if(a=r.t0,!t.stages){r.next=6;break}return r.delegateYield($(t.stages,a,n),"t1",5);case 5:a=r.t1;case 6:return r.abrupt("return",a);case 7:a=C(),s=0;case 9:if(!(s<e.length)){r.next=24;break}return r.delegateYield(B(t,e[s],n),"t2",11);case 11:if(c=r.t2,!t.stages){r.next=20;break}u=0;case 14:if(!(u<t.stages.length)){r.next=20;break}return r.delegateYield(W(t.stages[u].expr,c,n),"t3",16);case 16:c=r.t3;case 17:u++,r.next=14;break;case 20:void 0!==c&&a.push(c);case 21:s++,r.next=9;break;case 24:return l=C(),o&&1===a.length&&Array.isArray(a[0])&&!R(a[0])?l=a[0]:a.forEach((function(t){!Array.isArray(t)||t.cons?l.push(t):t.forEach((function(t){return l.push(t)}))})),r.abrupt("return",l);case 27:case"end":return r.stop()}}),r)}function $(t,e,r){var n,o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:n=e,o=0;case 2:if(!(o<t.length)){i.next=15;break}a=t[o],i.t0=a.type,i.next="filter"===i.t0?7:"index"===i.t0?10:12;break;case 7:return i.delegateYield(W(a.expr,n,r),"t1",8);case 8:return n=i.t1,i.abrupt("break",12);case 10:for(s=0;s<n.length;s++)n[s][a.value]=s;return i.abrupt("break",12);case 12:o++,i.next=2;break;case 15:return i.abrupt("return",n);case 16:case"end":return i.stop()}}),l)}function G(t,e,r,n){var o,a,s,c,u,l,f,d;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if("sort"!==t.type){i.next=15;break}if(!r){i.next=6;break}return i.delegateYield(vt(t,r,n),"t0",3);case 3:o=i.t0,i.next=11;break;case 6:return i.delegateYield(vt(t,e,n),"t1",7);case 7:for(a=i.t1,(o=C()).tupleStream=!0,s=0;s<a.length;s++)(c={"@":a[s]})[t.index]=s,o.push(c);case 11:if(!t.stages){i.next=14;break}return i.delegateYield($(t.stages,o,n),"t2",13);case 13:o=i.t2;case 14:return i.abrupt("return",o);case 15:(o=C()).tupleStream=!0,u=n,void 0===r&&(r=e.map((function(t){return{"@":t}}))),l=0;case 20:if(!(l<r.length)){i.next=28;break}return u=Y(n,r[l]),i.delegateYield(B(t,r[l]["@"],u),"t3",23);case 23:if(void 0!==(f=i.t3))for(Array.isArray(f)||(f=[f]),d=0;d<f.length;d++)c={},Object.assign(c,r[l]),f.tupleStream?Object.assign(c,f[d]):(t.focus?(c[t.focus]=f[d],c["@"]=r[l]["@"]):c["@"]=f[d],t.index&&(c[t.index]=d),t.ancestor&&(c[t.ancestor.label]=r[l]["@"])),o.push(c);case 25:l++,i.next=20;break;case 28:if(!t.stages){i.next=31;break}return i.delegateYield($(t.stages,o,n),"t4",30);case 30:o=i.t4;case 31:return i.abrupt("return",o);case 32:case"end":return i.stop()}}),h)}function W(t,e,r){var n,o,s,c,u,l;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(n=C(),e&&e.tupleStream&&(n.tupleStream=!0),Array.isArray(e)||(e=C(e)),"number"!==t.type){i.next=10;break}(o=Math.floor(t.value))<0&&(o=e.length+o),void 0!==(s=e[o])&&(Array.isArray(s)?n=s:n.push(s)),i.next=23;break;case 10:o=0;case 11:if(!(o<e.length)){i.next=23;break}return s=e[o],c=s,u=r,e.tupleStream&&(c=s["@"],u=Y(r,s)),i.delegateYield(B(t,c,u),"t0",17);case 17:l=i.t0,P(l)&&(l=[l]),I(l)?l.forEach((function(t){var r=Math.floor(t);r<0&&(r=e.length+r),r===o&&n.push(s)})):a.boolean(l)&&n.push(s);case 20:o++,i.next=11;break;case 23:return i.abrupt("return",n);case 24:case"end":return i.stop()}}),f)}function q(t,e,r){var n,o,a,s,c;return i().wrap((function(u){for(;;)switch(u.prev=u.next){case 0:return u.delegateYield(B(t.lhs,e,r),"t0",1);case 1:if(o=u.t0,a=t.value,s=i().mark((function n(){return i().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.delegateYield(B(t.rhs,e,r),"t0",1);case 1:return n.abrupt("return",n.t0);case 2:case"end":return n.stop()}}),n)})),"and"!==a&&"or"!==a){u.next=15;break}return u.prev=5,u.delegateYield(ot(o,s,a),"t1",7);case 7:return u.abrupt("return",u.t1);case 10:throw u.prev=10,u.t2=u.catch(5),u.t2.position=t.position,u.t2.token=a,u.t2;case 15:return u.delegateYield(s(),"t3",16);case 16:c=u.t3,u.prev=17,u.t4=a,u.next="+"===u.t4||"-"===u.t4||"*"===u.t4||"/"===u.t4||"%"===u.t4?21:"="===u.t4||"!="===u.t4?23:"<"===u.t4||"<="===u.t4||">"===u.t4||">="===u.t4?25:"&"===u.t4?27:".."===u.t4?29:"in"===u.t4?31:33;break;case 21:return n=et(o,c,a),u.abrupt("break",33);case 23:return n=rt(o,c,a),u.abrupt("break",33);case 25:return n=nt(o,c,a),u.abrupt("break",33);case 27:return n=st(o,c),u.abrupt("break",33);case 29:return n=lt(o,c),u.abrupt("break",33);case 31:return n=it(o,c),u.abrupt("break",33);case 33:u.next=40;break;case 35:throw u.prev=35,u.t5=u.catch(17),u.t5.position=t.position,u.t5.token=a,u.t5;case 40:return u.abrupt("return",n);case 41:case"end":return u.stop()}}),d,null,[[5,10],[17,35]])}function X(t,e,r){var n,o,s,c;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:i.t0=t.value,i.next="-"===i.t0?3:"["===i.t0?15:"{"===i.t0?27:30;break;case 3:return i.delegateYield(B(t.expression,e,r),"t1",4);case 4:if(void 0!==(n=i.t1)){i.next=9;break}n=void 0,i.next=14;break;case 9:if(!P(n)){i.next=13;break}n=-n,i.next=14;break;case 13:throw{code:"D1002",stack:(new Error).stack,position:t.position,token:t.value,value:n};case 14:return i.abrupt("break",30);case 15:n=[],o=0;case 17:if(!(o<t.expressions.length)){i.next=25;break}return s=t.expressions[o],i.delegateYield(B(s,e,r),"t2",20);case 20:void 0!==(c=i.t2)&&("["===s.value?n.push(c):n=a.append(n,c));case 22:o++,i.next=17;break;case 25:return t.consarray&&Object.defineProperty(n,"cons",{enumerable:!1,configurable:!1,value:!0}),i.abrupt("break",30);case 27:return i.delegateYield(ct(t,e,r),"t3",28);case 28:return n=i.t3,i.abrupt("break",30);case 30:return i.abrupt("return",n);case 31:case"end":return i.stop()}}),p)}function V(t,e,r){return a.lookup(e,t.value)}function K(t){return t.value}function Q(t,e){var r=C();return Array.isArray(e)&&e.outerWrapper&&e.length>0&&(e=e[0]),null!==e&&"object"===n(e)&&Object.keys(e).forEach((function(t){var n=e[t];Array.isArray(n)?(n=J(n),r=a.append(r,n)):r.push(n)})),r}function J(t,e){return void 0===e&&(e=[]),Array.isArray(t)?t.forEach((function(t){J(t,e)})):e.push(t),e}function Z(t,e){var r,n=C();return void 0!==e&&(tt(e,n),r=1===n.length?n[0]:n),r}function tt(t,e){Array.isArray(t)||e.push(t),Array.isArray(t)?t.forEach((function(t){tt(t,e)})):null!==t&&"object"===n(t)&&Object.keys(t).forEach((function(r){tt(t[r],e)}))}function et(t,e,r){var n;if(void 0!==t&&!P(t))throw{code:"T2001",stack:(new Error).stack,value:t};if(void 0!==e&&!P(e))throw{code:"T2002",stack:(new Error).stack,value:e};if(void 0===t||void 0===e)return n;switch(r){case"+":n=t+e;break;case"-":n=t-e;break;case"*":n=t*e;break;case"/":n=t/e;break;case"%":n=t%e}return n}function rt(t,e,r){var i,o=n(t),a=n(e);if("undefined"===o||"undefined"===a)return!1;switch(r){case"=":i=N(t,e);break;case"!=":i=!N(t,e)}return i}function nt(t,e,r){var i,o=n(t),a=n(e);if("undefined"!==o&&"string"!==o&&"number"!==o||"undefined"!==a&&"string"!==a&&"number"!==a)throw{code:"T2010",stack:(new Error).stack,value:"string"!==o&&"number"!==o?t:e};if("undefined"!==o&&"undefined"!==a){if(o!==a)throw{code:"T2009",stack:(new Error).stack,value:t,value2:e};switch(r){case"<":i=t<e;break;case"<=":i=t<=e;break;case">":i=t>e;break;case">=":i=t>=e}return i}}function it(t,e){var r=!1;if(void 0===t||void 0===e)return!1;Array.isArray(e)||(e=[e]);for(var n=0;n<e.length;n++)if(e[n]===t){r=!0;break}return r}function ot(t,e,r){var n,o;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:o=at(t),i.t0=r,i.next="and"===i.t0?4:"or"===i.t0?12:20;break;case 4:if(i.t1=o,!i.t1){i.next=10;break}return i.t2=at,i.delegateYield(e(),"t3",8);case 8:i.t4=i.t3,i.t1=(0,i.t2)(i.t4);case 10:return n=i.t1,i.abrupt("break",20);case 12:if(i.t5=o,i.t5){i.next=18;break}return i.t6=at,i.delegateYield(e(),"t7",16);case 16:i.t8=i.t7,i.t5=(0,i.t6)(i.t8);case 18:return n=i.t5,i.abrupt("break",20);case 20:return i.abrupt("return",n);case 21:case"end":return i.stop()}}),g)}function at(t){var e=a.boolean(t);return void 0!==e&&e}function st(t,e){var r="",n="";return void 0!==t&&(r=a.string(t)),void 0!==e&&(n=a.string(e)),r.concat(n)}function ct(t,e,r){var n,o,s,c,u,l,h,f,d,p,g,y,m;return i().wrap((function(v){for(;;)switch(v.prev=v.next){case 0:n={},o={},s=!(!e||!e.tupleStream),Array.isArray(e)||(e=C(e)),0===e.length&&e.push(void 0),c=0;case 6:if(!(c<e.length)){v.next=31;break}u=e[c],l=s?Y(r,u):r,h=0;case 10:if(!(h<t.lhs.length)){v.next=28;break}return f=t.lhs[h],v.delegateYield(B(f[0],s?u["@"]:u,l),"t0",13);case 13:if("string"==typeof(d=v.t0)||void 0===d){v.next=16;break}throw{code:"T1003",stack:(new Error).stack,position:t.position,value:d};case 16:if(void 0===d){v.next=25;break}if(p={data:u,exprIndex:h},!o.hasOwnProperty(d)){v.next=24;break}if(o[d].exprIndex===h){v.next=21;break}throw{code:"D1009",stack:(new Error).stack,position:t.position,value:d};case 21:o[d].data=a.append(o[d].data,u),v.next=25;break;case 24:o[d]=p;case 25:h++,v.next=10;break;case 28:c++,v.next=6;break;case 31:v.t1=i().keys(o);case 32:if((v.t2=v.t1()).done){v.next=43;break}return d=v.t2.value,p=o[d],g=p.data,l=r,s&&(y=ut(p.data),g=y["@"],delete y["@"],l=Y(r,y)),v.delegateYield(B(t.lhs[p.exprIndex][1],g,l),"t3",39);case 39:void 0!==(m=v.t3)&&(n[d]=m),v.next=32;break;case 43:return v.abrupt("return",n);case 44:case"end":return v.stop()}}),v)}function ut(t){if(!Array.isArray(t))return t;var e={};Object.assign(e,t[0]);for(var r=1;r<t.length;r++)for(var n in t[r])e[n]=a.append(e[n],t[r][n]);return e}function lt(t,e){var r;if(void 0!==t&&!Number.isInteger(t))throw{code:"T2003",stack:(new Error).stack,value:t};if(void 0!==e&&!Number.isInteger(e))throw{code:"T2004",stack:(new Error).stack,value:e};if(void 0===t||void 0===e)return r;if(t>e)return r;var n=e-t+1;if(n>1e7)throw{code:"D2014",stack:(new Error).stack,value:n};r=new Array(n);for(var i=t,o=0;i<=e;i++,o++)r[o]=i;return r.sequence=!0,r}function ht(t,e,r){var n;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.delegateYield(B(t.rhs,e,r),"t0",1);case 1:return n=i.t0,r.bind(t.lhs.value,n),i.abrupt("return",n);case 4:case"end":return i.stop()}}),y)}function ft(t,e,r){var n,o;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.delegateYield(B(t.condition,e,r),"t0",1);case 1:if(o=i.t0,!a.boolean(o)){i.next=7;break}return i.delegateYield(B(t.then,e,r),"t1",4);case 4:n=i.t1,i.next=10;break;case 7:if(void 0===t.else){i.next=10;break}return i.delegateYield(B(t.else,e,r),"t2",9);case 9:n=i.t2;case 10:return i.abrupt("return",n);case 11:case"end":return i.stop()}}),m)}function dt(t,e,r){var n,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:o=jt(r),a=0;case 2:if(!(a<t.expressions.length)){i.next=8;break}return i.delegateYield(B(t.expressions[a],e,o),"t0",4);case 4:n=i.t0;case 5:a++,i.next=2;break;case 8:return i.abrupt("return",n);case 9:case"end":return i.stop()}}),b)}function pt(t){var e=new zt.RegexEngine(t.value),r=function r(n,i){var o;e.lastIndex=i||0;var a=e.exec(n);if(null!==a){if(o={match:a[0],start:a.index,end:a.index+a[0].length,groups:[]},a.length>1)for(var s=1;s<a.length;s++)o.groups.push(a[s]);o.next=function(){if(!(e.lastIndex>=n.length)){var i=r(n,e.lastIndex);if(i&&""===i.match)throw{code:"D1004",stack:(new Error).stack,position:t.position,value:t.value.source};return i}}}return o};return r}function gt(t,e,r){return""===t.value?e&&e.outerWrapper?e[0]:e:r.lookup(t.value)}function vt(t,e,r){var o,s,c,u,l;return i().wrap((function(h){for(;;)switch(h.prev=h.next){case 0:return s=e,c=!!e.tupleStream,u=i().mark((function e(o,a){var s,u,l,h,f,d,p,g,v;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:s=0,u=0;case 2:if(!(0===s&&u<t.terms.length)){e.next=35;break}return l=t.terms[u],h=o,f=r,c&&(h=o["@"],f=Y(r,o)),e.delegateYield(B(l.expression,h,f),"t0",8);case 8:return d=e.t0,h=a,f=r,c&&(h=a["@"],f=Y(r,a)),e.delegateYield(B(l.expression,h,f),"t1",13);case 13:if(p=e.t1,g=n(d),v=n(p),"undefined"!==g){e.next=19;break}return s="undefined"===v?0:1,e.abrupt("continue",32);case 19:if("undefined"!==v){e.next=22;break}return s=-1,e.abrupt("continue",32);case 22:if(!("string"!==g&&"number"!==g||"string"!==v&&"number"!==v)){e.next=24;break}throw{code:"T2008",stack:(new Error).stack,position:t.position,value:"string"!==g&&"number"!==g?d:p};case 24:if(g===v){e.next=26;break}throw{code:"T2007",stack:(new Error).stack,position:t.position,value:d,value2:p};case 26:if(d!==p){e.next=30;break}return e.abrupt("continue",32);case 30:s=d<p?-1:1;case 31:!0===l.descending&&(s=-s);case 32:u++,e.next=2;break;case 35:return e.abrupt("return",1===s);case 36:case"end":return e.stop()}}),e)})),l={environment:r,input:e},h.delegateYield(a.sort.apply(l,[s,u]),"t0",5);case 5:return o=h.t0,h.abrupt("return",o);case 7:case"end":return h.stop()}}),x)}function yt(t,e,r){var o=i().mark((function e(o){var a,s,c,u,l,h,f,d,p,g,v;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(void 0!==o){e.next=2;break}return e.abrupt("return",void 0);case 2:if(a=r.lookup("clone"),j(a)){e.next=5;break}throw{code:"T2013",stack:(new Error).stack,position:t.position};case 5:return e.delegateYield(wt(a,[o],null,r),"t0",6);case 6:return s=e.t0,e.delegateYield(B(t.pattern,s,r),"t1",8);case 8:if(void 0===(c=e.t1)){e.next=35;break}Array.isArray(c)||(c=[c]),u=0;case 12:if(!(u<c.length)){e.next=35;break}if(!(l=c[u])||!(l.isPrototypeOf(s)||l instanceof Object.constructor)){e.next=16;break}throw{code:"D1010",stack:(new Error).stack,position:t.position};case 16:return e.delegateYield(B(t.update,l,r),"t2",17);case 17:if(h=e.t2,"undefined"===(f=n(h))){e.next=23;break}if("object"===f&&null!==h&&!Array.isArray(h)){e.next=22;break}throw{code:"T2011",stack:(new Error).stack,position:t.update.position,value:h};case 22:for(d in h)l[d]=h[d];case 23:if(void 0===t.delete){e.next=32;break}return e.delegateYield(B(t.delete,l,r),"t3",25);case 25:if(void 0===(p=e.t3)){e.next=32;break}if(g=p,Array.isArray(p)||(p=[p]),O(p)){e.next=31;break}throw{code:"T2012",stack:(new Error).stack,position:t.delete.position,value:g};case 31:for(v=0;v<p.length;v++)"object"===n(l)&&null!==l&&delete l[p[v]];case 32:u++,e.next=12;break;case 35:return e.abrupt("return",s);case 36:case"end":return e.stop()}}),e)}));return It(o,"<(oa):o>")}var mt=c("function($f, $g) { function($x){ $g($f($x)) } }");function bt(t,e,r){var n,o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.delegateYield(B(t.lhs,e,r),"t0",1);case 1:if(o=i.t0,"function"!==t.rhs.type){i.next=7;break}return i.delegateYield(xt(t.rhs,e,r,{context:o}),"t1",4);case 4:n=i.t1,i.next=20;break;case 7:return i.delegateYield(B(t.rhs,e,r),"t2",8);case 8:if(a=i.t2,j(a)){i.next=11;break}throw{code:"T2006",stack:(new Error).stack,position:t.position,value:a};case 11:if(!j(o)){i.next=18;break}return i.delegateYield(B(mt,null,r),"t3",13);case 13:return s=i.t3,i.delegateYield(wt(s,[o,a],null,r),"t4",15);case 15:n=i.t4,i.next=20;break;case 18:return i.delegateYield(wt(a,[o],null,r),"t5",19);case 19:n=i.t5;case 20:return i.abrupt("return",n);case 21:case"end":return i.stop()}}),w)}function xt(t,e,r,o){var a,s,c,u,l,h;return i().wrap((function(f){for(;;)switch(f.prev=f.next){case 0:return f.delegateYield(B(t.procedure,e,r),"t0",1);case 1:if(void 0!==(s=f.t0)||"path"!==t.procedure.type||!r.lookup(t.procedure.steps[0].value)){f.next=4;break}throw{code:"T1005",stack:(new Error).stack,position:t.position,token:t.procedure.steps[0].value};case 4:c=[],void 0!==o&&c.push(o.context),u=i().mark((function n(){var o,a;return i().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.delegateYield(B(t.arguments[l],e,r),"t0",1);case 1:o=n.t0,j(o)?(a=i().mark((function t(){var e,n,a,s=arguments;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:for(e=s.length,n=new Array(e),a=0;a<e;a++)n[a]=s[a];return t.delegateYield(wt(o,n,null,r),"t0",2);case 2:return t.abrupt("return",t.t0);case 3:case"end":return t.stop()}}),t)})),a.arity=z(o),c.push(a)):c.push(o);case 3:case"end":return n.stop()}}),n)})),l=0;case 8:if(!(l<t.arguments.length)){f.next=13;break}return f.delegateYield(u(),"t1",10);case 10:l++,f.next=8;break;case 13:return h="path"===t.procedure.type?t.procedure.steps[0].value:t.procedure.value,f.prev=14,"object"===n(s)&&(s.token=h,s.position=t.position),f.delegateYield(wt(s,c,e,r),"t2",17);case 17:a=f.t2,f.next=25;break;case 20:throw f.prev=20,f.t3=f.catch(14),f.t3.position||(f.t3.position=t.position),f.t3.token||(f.t3.token=h),f.t3;case 25:return f.abrupt("return",a);case 26:case"end":return f.stop()}}),A,null,[[14,20]])}function wt(t,e,r,n){var o,a,s,c;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.delegateYield(At(t,e,r,n),"t0",1);case 1:o=i.t0;case 2:if(!L(o)||!0!==o.thunk){i.next=21;break}return i.delegateYield(B(o.body.procedure,o.input,o.environment),"t1",4);case 4:a=i.t1,"variable"===o.body.procedure.type&&(a.token=o.body.procedure.value),a.position=o.body.procedure.position,s=[],c=0;case 9:if(!(c<o.body.arguments.length)){i.next=17;break}return i.t2=s,i.delegateYield(B(o.body.arguments[c],o.input,o.environment),"t3",12);case 12:i.t4=i.t3,i.t2.push.call(i.t2,i.t4);case 14:c++,i.next=9;break;case 17:return i.delegateYield(At(a,s,r,n),"t5",18);case 18:o=i.t5,i.next=2;break;case 21:return i.abrupt("return",o);case 22:case"end":return i.stop()}}),_)}function At(t,e,r,n){var o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(i.prev=0,a=e,t&&(a=Et(t.signature,e,r)),!L(t)){i.next=8;break}return i.delegateYield(St(t,a),"t0",5);case 5:o=i.t0,i.next=24;break;case 8:if(!t||!0!==t._jsonata_function){i.next=16;break}if(s={environment:n,input:r},o=t.implementation.apply(s,a),!D(o)){i.next=14;break}return i.delegateYield(o,"t1",13);case 13:o=i.t1;case 14:i.next=24;break;case 16:if("function"!=typeof t){i.next=23;break}if(o=t.apply(r,a),!D(o)){i.next=21;break}return i.delegateYield(o,"t2",20);case 20:o=i.t2;case 21:i.next=24;break;case 23:throw{code:"T1006",stack:(new Error).stack};case 24:i.next=30;break;case 26:throw i.prev=26,i.t3=i.catch(0),t&&(void 0===i.t3.token&&void 0!==t.token&&(i.t3.token=t.token),i.t3.position=t.position||i.t3.position),i.t3;case 30:return i.abrupt("return",o);case 31:case"end":return i.stop()}}),k,null,[[0,26]])}function _t(t,e,r){var n={_jsonata_lambda:!0,input:e,environment:r,arguments:t.arguments,signature:t.signature,body:t.body};return!0===t.thunk&&(n.thunk=!0),n.apply=i().mark((function t(r,o){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.delegateYield(wt(n,o,e,r.environment),"t0",1);case 1:return t.abrupt("return",t.t0);case 2:case"end":return t.stop()}}),t)})),n}function kt(t,e,r){var n,o,a,s,c;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:o=[],a=0;case 2:if(!(a<t.arguments.length)){i.next=15;break}if("operator"!==(s=t.arguments[a]).type||"?"!==s.value){i.next=8;break}o.push(s),i.next=12;break;case 8:return i.t0=o,i.delegateYield(B(s,e,r),"t1",10);case 10:i.t2=i.t1,i.t0.push.call(i.t0,i.t2);case 12:a++,i.next=2;break;case 15:return i.delegateYield(B(t.procedure,e,r),"t3",16);case 16:if(void 0!==(c=i.t3)||"path"!==t.procedure.type||!r.lookup(t.procedure.steps[0].value)){i.next=19;break}throw{code:"T1007",stack:(new Error).stack,position:t.position,token:t.procedure.steps[0].value};case 19:if(!L(c)){i.next=23;break}n=Mt(c,o),i.next=32;break;case 23:if(!c||!0!==c._jsonata_function){i.next=27;break}n=Tt(c.implementation,o),i.next=32;break;case 27:if("function"!=typeof c){i.next=31;break}n=Tt(c,o),i.next=32;break;case 31:throw{code:"T1008",stack:(new Error).stack,position:t.position,token:"path"===t.procedure.type?t.procedure.steps[0].value:t.procedure.value};case 32:return i.abrupt("return",n);case 33:case"end":return i.stop()}}),E)}function Et(t,e,r){return void 0===t?e:t.validate(e,r)}function St(t,e){var r,n;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(n=jt(t.environment),t.arguments.forEach((function(t,r){n.bind(t.value,e[r])})),"function"!=typeof t.body){i.next=7;break}return i.delegateYield(Pt(t.body,n),"t0",4);case 4:r=i.t0,i.next=9;break;case 7:return i.delegateYield(B(t.body,t.input,n),"t1",8);case 8:r=i.t1;case 9:return i.abrupt("return",r);case 10:case"end":return i.stop()}}),S)}function Mt(t,e){var r=jt(t.environment),n=[];return t.arguments.forEach((function(t,i){var o=e[i];o&&"operator"===o.type&&"?"===o.value?n.push(t):r.bind(t.value,o)})),{_jsonata_lambda:!0,input:t.input,environment:r,arguments:n,body:t.body}}function Tt(t,e){var r=Ot(t),n="function("+(r=r.map((function(t){return"$"+t.trim()}))).join(", ")+"){ _ }",i=c(n);return i.body=t,Mt(i,e)}function Pt(t,e){var r,n,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(r=Ot(t),n=r.map((function(t){return e.lookup(t.trim())})),o={environment:e},a=t.apply(o,n),!D(a)){i.next=7;break}return i.delegateYield(a,"t0",6);case 6:a=i.t0;case 7:return i.abrupt("return",a);case 8:case"end":return i.stop()}}),M)}function Ot(t){var e=t.toString();return/\(([^)]*)\)/.exec(e)[1].split(",")}function It(t,e){var r={_jsonata_function:!0,implementation:t};return void 0!==e&&(r.signature=u(e)),r}function Ct(t,e){var r,n,o;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:r=this.input,void 0!==e&&(r=e,Array.isArray(r)&&!R(r)&&((r=C(r)).outerWrapper=!0)),i.prev=4,n=c(t,!1),i.next=12;break;case 8:throw i.prev=8,i.t0=i.catch(4),Dt(i.t0),{stack:(new Error).stack,code:"D3120",value:i.t0.message,error:i.t0};case 12:return i.prev=12,i.delegateYield(B(n,r,this.environment),"t1",14);case 14:o=i.t1,i.next=21;break;case 17:throw i.prev=17,i.t2=i.catch(12),Dt(i.t2),{stack:(new Error).stack,code:"D3121",value:i.t2.message,error:i.t2};case 21:return i.abrupt("return",o);case 22:case"end":return i.stop()}}),T,this,[[4,8],[12,17]])}function Rt(t){if(void 0!==t)return JSON.parse(a.string(t))}function jt(t){var e={};return{bind:function(t,r){e[t]=r},lookup:function(r){var n;return e.hasOwnProperty(r)?n=e[r]:t&&(n=t.lookup(r)),n},timestamp:t?t.timestamp:null,async:!!t&&t.async,global:t?t.global:{ancestry:[null]}}}F.bind("sum",It(a.sum,"<a<n>:n>")),F.bind("count",It(a.count,"<a:n>")),F.bind("max",It(a.max,"<a<n>:n>")),F.bind("min",It(a.min,"<a<n>:n>")),F.bind("average",It(a.average,"<a<n>:n>")),F.bind("string",It(a.string,"<x-b?:s>")),F.bind("substring",It(a.substring,"<s-nn?:s>")),F.bind("substringBefore",It(a.substringBefore,"<s-s:s>")),F.bind("substringAfter",It(a.substringAfter,"<s-s:s>")),F.bind("lowercase",It(a.lowercase,"<s-:s>")),F.bind("uppercase",It(a.uppercase,"<s-:s>")),F.bind("length",It(a.length,"<s-:n>")),F.bind("trim",It(a.trim,"<s-:s>")),F.bind("pad",It(a.pad,"<s-ns?:s>")),F.bind("match",It(a.match,"<s-f<s:o>n?:a<o>>")),F.bind("contains",It(a.contains,"<s-(sf):b>")),F.bind("replace",It(a.replace,"<s-(sf)(sf)n?:s>")),F.bind("split",It(a.split,"<s-(sf)n?:a<s>>")),F.bind("join",It(a.join,"<a<s>s?:s>")),F.bind("formatNumber",It(a.formatNumber,"<n-so?:s>")),F.bind("formatBase",It(a.formatBase,"<n-n?:s>")),F.bind("formatInteger",It(o.formatInteger,"<n-s:s>")),F.bind("parseInteger",It(o.parseInteger,"<s-s:n>")),F.bind("number",It(a.number,"<(nsb)-:n>")),F.bind("floor",It(a.floor,"<n-:n>")),F.bind("ceil",It(a.ceil,"<n-:n>")),F.bind("round",It(a.round,"<n-n?:n>")),F.bind("abs",It(a.abs,"<n-:n>")),F.bind("sqrt",It(a.sqrt,"<n-:n>")),F.bind("power",It(a.power,"<n-n:n>")),F.bind("random",It(a.random,"<:n>")),F.bind("boolean",It(a.boolean,"<x-:b>")),F.bind("not",It(a.not,"<x-:b>")),F.bind("map",It(a.map,"<af>")),F.bind("zip",It(a.zip,"<a+>")),F.bind("filter",It(a.filter,"<af>")),F.bind("single",It(a.single,"<af?>")),F.bind("reduce",It(a.foldLeft,"<afj?:j>")),F.bind("sift",It(a.sift,"<o-f?:o>")),F.bind("keys",It(a.keys,"<x-:a<s>>")),F.bind("lookup",It(a.lookup,"<x-s:x>")),F.bind("append",It(a.append,"<xx:a>")),F.bind("exists",It(a.exists,"<x:b>")),F.bind("spread",It(a.spread,"<x-:a<o>>")),F.bind("merge",It(a.merge,"<a<o>:o>")),F.bind("reverse",It(a.reverse,"<a:a>")),F.bind("each",It(a.each,"<o-f:a>")),F.bind("error",It(a.error,"<s?:x>")),F.bind("assert",It(a.assert,"<bs?:x>")),F.bind("type",It(a.type,"<x:s>")),F.bind("sort",It(a.sort,"<af?:a>")),F.bind("shuffle",It(a.shuffle,"<a:a>")),F.bind("distinct",It(a.distinct,"<x:x>")),F.bind("base64encode",It(a.base64encode,"<s-:s>")),F.bind("base64decode",It(a.base64decode,"<s-:s>")),F.bind("encodeUrlComponent",It(a.encodeUrlComponent,"<s-:s>")),F.bind("encodeUrl",It(a.encodeUrl,"<s-:s>")),F.bind("decodeUrlComponent",It(a.decodeUrlComponent,"<s-:s>")),F.bind("decodeUrl",It(a.decodeUrl,"<s-:s>")),F.bind("eval",It(Ct,"<sx?:x>")),F.bind("toMillis",It(o.toMillis,"<s-s?:n>")),F.bind("fromMillis",It(o.fromMillis,"<n-s?s?:s>")),F.bind("clone",It(Rt,"<(oa)-:o>"));var Lt={S0101:"String literal must be terminated by a matching quote",S0102:"Number out of range: {{token}}",S0103:"Unsupported escape sequence: \\{{token}}",S0104:"The escape sequence \\u must be followed by 4 hex digits",S0105:"Quoted property name must be terminated with a backquote (`)",S0106:"Comment has no closing tag",S0201:"Syntax error: {{token}}",S0202:"Expected {{value}}, got {{token}}",S0203:"Expected {{value}} before end of expression",S0204:"Unknown operator: {{token}}",S0205:"Unexpected token: {{token}}",S0206:"Unknown expression type: {{token}}",S0207:"Unexpected end of expression",S0208:"Parameter {{value}} of function definition must be a variable name (start with $)",S0209:"A predicate cannot follow a grouping expression in a step",S0210:"Each step can only have one grouping expression",S0211:"The symbol {{token}} cannot be used as a unary operator",S0212:"The left side of := must be a variable name (start with $)",S0213:"The literal value {{value}} cannot be used as a step within a path expression",S0214:"The right side of {{token}} must be a variable name (start with $)",S0215:"A context variable binding must precede any predicates on a step",S0216:"A context variable binding must precede the 'order-by' clause on a step",S0217:"The object representing the 'parent' cannot be derived from this expression",S0301:"Empty regular expressions are not allowed",S0302:"No terminating / in regular expression",S0402:"Choice groups containing parameterized types are not supported",S0401:"Type parameters can only be applied to functions and arrays",S0500:"Attempted to evaluate an expression containing syntax error(s)",T0410:"Argument {{index}} of function {{token}} does not match function signature",T0411:"Context value is not a compatible type with argument {{index}} of function {{token}}",T0412:"Argument {{index}} of function {{token}} must be an array of {{type}}",D1001:"Number out of range: {{value}}",D1002:"Cannot negate a non-numeric value: {{value}}",T1003:"Key in object structure must evaluate to a string; got: {{value}}",D1004:"Regular expression matches zero length string",T1005:"Attempted to invoke a non-function. Did you mean ${{{token}}}?",T1006:"Attempted to invoke a non-function",T1007:"Attempted to partially apply a non-function. Did you mean ${{{token}}}?",T1008:"Attempted to partially apply a non-function",D1009:"Multiple key definitions evaluate to same key: {{value}}",D1010:"Attempted to access the Javascript object prototype",T1010:"The matcher function argument passed to function {{token}} does not return the correct object structure",T2001:"The left side of the {{token}} operator must evaluate to a number",T2002:"The right side of the {{token}} operator must evaluate to a number",T2003:"The left side of the range operator (..) must evaluate to an integer",T2004:"The right side of the range operator (..) must evaluate to an integer",D2005:"The left side of := must be a variable name (start with $)",T2006:"The right side of the function application operator ~> must be a function",T2007:"Type mismatch when comparing values {{value}} and {{value2}} in order-by clause",T2008:"The expressions within an order-by clause must evaluate to numeric or string values",T2009:"The values {{value}} and {{value2}} either side of operator {{token}} must be of the same data type",T2010:"The expressions either side of operator {{token}} must evaluate to numeric or string values",T2011:"The insert/update clause of the transform expression must evaluate to an object: {{value}}",T2012:"The delete clause of the transform expression must evaluate to a string or array of strings: {{value}}",T2013:"The transform expression clones the input object using the $clone() function. This has been overridden in the current scope by a non-function.",D2014:"The size of the sequence allocated by the range operator (..) must not exceed 1e6. Attempted to allocate {{value}}.",D3001:"Attempting to invoke string function on Infinity or NaN",D3010:"Second argument of replace function cannot be an empty string",D3011:"Fourth argument of replace function must evaluate to a positive number",D3012:"Attempted to replace a matched string with a non-string value",D3020:"Third argument of split function must evaluate to a positive number",D3030:"Unable to cast value to a number: {{value}}",D3040:"Third argument of match function must evaluate to a positive number",D3050:"The second argument of reduce function must be a function with at least two arguments",D3060:"The sqrt function cannot be applied to a negative number: {{value}}",D3061:"The power function has resulted in a value that cannot be represented as a JSON number: base={{value}}, exponent={{exp}}",D3070:"The single argument form of the sort function can only be applied to an array of strings or an array of numbers. Use the second argument to specify a comparison function",D3080:"The picture string must only contain a maximum of two sub-pictures",D3081:"The sub-picture must not contain more than one instance of the 'decimal-separator' character",D3082:"The sub-picture must not contain more than one instance of the 'percent' character",D3083:"The sub-picture must not contain more than one instance of the 'per-mille' character",D3084:"The sub-picture must not contain both a 'percent' and a 'per-mille' character",D3085:"The mantissa part of a sub-picture must contain at least one character that is either an 'optional digit character' or a member of the 'decimal digit family'",D3086:"The sub-picture must not contain a passive character that is preceded by an active character and that is followed by another active character",D3087:"The sub-picture must not contain a 'grouping-separator' character that appears adjacent to a 'decimal-separator' character",D3088:"The sub-picture must not contain a 'grouping-separator' at the end of the integer part",D3089:"The sub-picture must not contain two adjacent instances of the 'grouping-separator' character",D3090:"The integer part of the sub-picture must not contain a member of the 'decimal digit family' that is followed by an instance of the 'optional digit character'",D3091:"The fractional part of the sub-picture must not contain an instance of the 'optional digit character' that is followed by a member of the 'decimal digit family'",D3092:"A sub-picture that contains a 'percent' or 'per-mille' character must not contain a character treated as an 'exponent-separator'",D3093:"The exponent part of the sub-picture must comprise only of one or more characters that are members of the 'decimal digit family'",D3100:"The radix of the formatBase function must be between 2 and 36. It was given {{value}}",D3110:"The argument of the toMillis function must be an ISO 8601 formatted timestamp. Given {{value}}",D3120:"Syntax error in expression passed to function eval: {{value}}",D3121:"Dynamic error evaluating the expression passed to function eval: {{value}}",D3130:"Formatting or parsing an integer as a sequence starting with {{value}} is not supported by this implementation",D3131:"In a decimal digit pattern, all digits must be from the same decimal group",D3132:"Unknown component specifier {{value}} in date/time picture string",D3133:"The 'name' modifier can only be applied to months and days in the date/time picture string, not {{value}}",D3134:"The timezone integer format specifier cannot have more than four digits",D3135:"No matching closing bracket ']' in date/time picture string",D3136:"The date/time picture string is missing specifiers required to parse the timestamp",D3137:"{{{message}}}",D3138:"The $single() function expected exactly 1 matching result. Instead it matched more.",D3139:"The $single() function expected exactly 1 matching result. Instead it matched 0.",D3140:"Malformed URL passed to ${{{functionName}}}(): {{value}}",D3141:"{{{message}}}"};function Dt(t){var e=Lt[t.code];if(void 0!==e){var r=e.replace(/\{\{\{([^}]+)}}}/g,(function(){return t[arguments[1]]}));r=r.replace(/\{\{([^}]+)}}/g,(function(){return JSON.stringify(t[arguments[1]])})),t.message=r}}function zt(t,e){var r,n;try{r=c(t,e&&e.recover),n=r.errors,delete r.errors}catch(t){throw Dt(t),t}var i=jt(F),a=new Date;return i.bind("now",It((function(t,e){return o.fromMillis(a.getTime(),t,e)}),"<s?s?:s>")),i.bind("millis",It((function(){return a.getTime()}),"<:n>")),e&&e.RegexEngine?zt.RegexEngine=e.RegexEngine:zt.RegexEngine=RegExp,{evaluate:function(t,e,o){if(void 0!==n){var s={code:"S0500",position:0};throw Dt(s),s}var c,u,l;if(void 0!==e)for(var h in c=jt(i),e)c.bind(h,e[h]);else c=i;if(c.bind("$",t),a=new Date,c.timestamp=a,Array.isArray(t)&&!R(t)&&((t=C(t)).outerWrapper=!0),"function"==typeof o){c.async=!0;var f=function(t){Dt(t),o(t,null)},d=function t(e){(u=l.next(e)).done?o(null,u.value):u.value.then(t).catch(f)};l=B(r,t,c),(u=l.next()).value.then(d).catch(f)}else try{for(l=B(r,t,c),u=l.next();!u.done;)u=l.next(u.value);return u.value}catch(s){throw Dt(s),s}},assign:function(t,e){i.bind(t,e)},registerFunction:function(t,e,r){var n=It(e,r);i.bind(t,n)},ast:function(){return r},errors:function(){return n}}}return zt.parser=c,zt}();e.exports=l},{"./datetime":1,"./functions":2,"./parser":4,"./signature":5,"./utils":6}],4:[function(t,e,r){var n=t("./signature"),i=function(){var t={".":75,"[":80,"]":0,"{":70,"}":0,"(":80,")":0,",":0,"@":80,"#":80,";":80,":":80,"?":20,"+":50,"-":50,"*":60,"/":60,"%":60,"|":20,"=":40,"<":40,">":40,"^":40,"**":60,"..":20,":=":10,"!=":40,"<=":40,">=":40,"~>":40,and:30,or:25,in:40,"&":50,"!":0,"~":0},e={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"},r=function(r){var n=0,i=r.length,o=function(t,e){return{type:t,value:e,position:n}},a=function(){for(var t,e,o=n,a=0;n<i;){var s=r.charAt(n);if("/"===s&&"\\"!==r.charAt(n-1)&&0===a){if(""===(t=r.substring(o,n)))throw{code:"S0301",stack:(new Error).stack,position:n};for(n++,s=r.charAt(n),o=n;"i"===s||"m"===s;)n++,s=r.charAt(n);return e=r.substring(o,n)+"g",new RegExp(t,e)}"("!==s&&"["!==s&&"{"!==s||"\\"===r.charAt(n-1)||a++,")"!==s&&"]"!==s&&"}"!==s||"\\"===r.charAt(n-1)||a--,n++}throw{code:"S0302",stack:(new Error).stack,position:n}},s=function s(c){if(n>=i)return null;for(var u=r.charAt(n);n<i&&" \t\n\r\v".indexOf(u)>-1;)n++,u=r.charAt(n);if("/"===u&&"*"===r.charAt(n+1)){var l=n;for(n+=2,u=r.charAt(n);"*"!==u||"/"!==r.charAt(n+1);)if(u=r.charAt(++n),n>=i)throw{code:"S0106",stack:(new Error).stack,position:l};return n+=2,u=r.charAt(n),s(c)}if(!0!==c&&"/"===u)return n++,o("regex",a());if("."===u&&"."===r.charAt(n+1))return n+=2,o("operator","..");if(":"===u&&"="===r.charAt(n+1))return n+=2,o("operator",":=");if("!"===u&&"="===r.charAt(n+1))return n+=2,o("operator","!=");if(">"===u&&"="===r.charAt(n+1))return n+=2,o("operator",">=");if("<"===u&&"="===r.charAt(n+1))return n+=2,o("operator","<=");if("*"===u&&"*"===r.charAt(n+1))return n+=2,o("operator","**");if("~"===u&&">"===r.charAt(n+1))return n+=2,o("operator","~>");if(Object.prototype.hasOwnProperty.call(t,u))return n++,o("operator",u);if('"'===u||"'"===u){var h=u;n++;for(var f="";n<i;){if("\\"===(u=r.charAt(n)))if(n++,u=r.charAt(n),Object.prototype.hasOwnProperty.call(e,u))f+=e[u];else{if("u"!==u)throw{code:"S0103",stack:(new Error).stack,position:n,token:u};var d=r.substr(n+1,4);if(!/^[0-9a-fA-F]+$/.test(d))throw{code:"S0104",stack:(new Error).stack,position:n};var p=parseInt(d,16);f+=String.fromCharCode(p),n+=4}else{if(u===h)return n++,o("string",f);f+=u}n++}throw{code:"S0101",stack:(new Error).stack,position:n}}var g,v=/^-?(0|([1-9][0-9]*))(\.[0-9]+)?([Ee][-+]?[0-9]+)?/.exec(r.substring(n));if(null!==v){var y=parseFloat(v[0]);if(!isNaN(y)&&isFinite(y))return n+=v[0].length,o("number",y);throw{code:"S0102",stack:(new Error).stack,position:n,token:v[0]}}if("`"===u){n++;var m=r.indexOf("`",n);if(-1!==m)return g=r.substring(n,m),n=m+1,o("name",g);throw n=i,{code:"S0105",stack:(new Error).stack,position:n}}for(var b,x=n;;)if(b=r.charAt(x),x===i||" \t\n\r\v".indexOf(b)>-1||Object.prototype.hasOwnProperty.call(t,b)){if("$"===r.charAt(n))return g=r.substring(n+1,x),n=x,o("variable",g);switch(g=r.substring(n,x),n=x,g){case"or":case"in":case"and":return o("operator",g);case"true":return o("value",!0);case"false":return o("value",!1);case"null":return o("value",null);default:return n===i&&""===g?null:o("name",g)}}else x++};return s},i=function(e,i){var o,a,s={},c=[],u=function(){var t=[];"(end)"!==o.id&&t.push({type:o.type,value:o.value,position:o.position});for(var e=a();null!==e;)t.push(e),e=a();return t},l={nud:function(){var t={code:"S0211",token:this.value,position:this.position};if(i)return t.remaining=u(),t.type="error",c.push(t),t;throw t.stack=(new Error).stack,t}},h=function(t,e){var r=s[t];return e=e||0,r?e>=r.lbp&&(r.lbp=e):((r=Object.create(l)).id=r.value=t,r.lbp=e,s[t]=r),r},f=function(t){if(i){t.remaining=u(),c.push(t);var e=s["(error)"];return(o=Object.create(e)).error=t,o.type="(error)",o}throw t.stack=(new Error).stack,t},d=function(t,r){if(t&&o.id!==t){var n={code:"(end)"===o.id?"S0203":"S0202",position:o.position,token:o.value,value:t};return f(n)}var i=a(r);if(null===i)return(o=s["(end)"]).position=e.length,o;var c,u=i.value,l=i.type;switch(l){case"name":case"variable":c=s["(name)"];break;case"operator":if(!(c=s[u]))return f({code:"S0204",stack:(new Error).stack,position:i.position,token:u});break;case"string":case"number":case"value":c=s["(literal)"];break;case"regex":l="regex",c=s["(regex)"];break;default:return f({code:"S0205",stack:(new Error).stack,position:i.position,token:u})}return(o=Object.create(c)).value=u,o.type=l,o.position=i.position,o},p=function(t){var e,r=o;for(d(null,!0),e=r.nud();t<o.lbp;)r=o,d(),e=r.led(e);return e},g=function(t){h(t,0).nud=function(){return this}},v=function(e,r,n){var i=r||t[e],o=h(e,i);return o.led=n||function(t){return this.lhs=t,this.rhs=p(i),this.type="binary",this},o},y=function(t,e,r){var n=h(t,e);return n.led=r,n},m=function(t,e){var r=h(t);return r.nud=e||function(){return this.expression=p(70),this.type="unary",this},r};g("(end)"),g("(name)"),g("(literal)"),g("(regex)"),h(":"),h(";"),h(","),h(")"),h("]"),h("}"),h(".."),v("."),v("+"),v("-"),v("*"),v("/"),v("%"),v("="),v("<"),v(">"),v("!="),v("<="),v(">="),v("&"),v("and"),v("or"),v("in"),g("and"),g("or"),g("in"),m("-"),v("~>"),y("(error)",10,(function(t){return this.lhs=t,this.error=o.error,this.remaining=u(),this.type="error",this})),m("*",(function(){return this.type="wildcard",this})),m("**",(function(){return this.type="descendant",this})),m("%",(function(){return this.type="parent",this})),v("(",t["("],(function(t){if(this.procedure=t,this.type="function",this.arguments=[],")"!==o.id)for(;"operator"===o.type&&"?"===o.id?(this.type="partial",this.arguments.push(o),d("?")):this.arguments.push(p(0)),","===o.id;)d(",");if(d(")",!0),"name"===t.type&&("function"===t.value||"λ"===t.value)){if(this.arguments.forEach((function(t,e){if("variable"!==t.type)return f({code:"S0208",stack:(new Error).stack,position:t.position,token:t.value,value:e+1})})),this.type="lambda","<"===o.id){for(var e=o.position,r=1,i="<";r>0&&"{"!==o.id&&"(end)"!==o.id;){var a=d();">"===a.id?r--:"<"===a.id&&r++,i+=a.value}d(">");try{this.signature=n(i)}catch(t){return t.position=e+t.offset,f(t)}}d("{"),this.body=p(0),d("}")}return this})),m("(",(function(){for(var t=[];")"!==o.id&&(t.push(p(0)),";"===o.id);)d(";");return d(")",!0),this.type="block",this.expressions=t,this})),m("[",(function(){var t=[];if("]"!==o.id)for(;;){var e=p(0);if(".."===o.id){var r={type:"binary",value:"..",position:o.position,lhs:e};d(".."),r.rhs=p(0),e=r}if(t.push(e),","!==o.id)break;d(",")}return d("]",!0),this.expressions=t,this.type="unary",this})),v("[",t["["],(function(e){if("]"===o.id){for(var r=e;r&&"binary"===r.type&&"["===r.value;)r=r.lhs;return r.keepArray=!0,d("]"),e}return this.lhs=e,this.rhs=p(t["]"]),this.type="binary",d("]",!0),this})),v("^",t["^"],(function(t){d("(");for(var e=[];;){var r={descending:!1};if("<"===o.id?d("<"):">"===o.id&&(r.descending=!0,d(">")),r.expression=p(0),e.push(r),","!==o.id)break;d(",")}return d(")"),this.lhs=t,this.rhs=e,this.type="binary",this}));var b=function(t){var e=[];if("}"!==o.id)for(;;){var r=p(0);d(":");var n=p(0);if(e.push([r,n]),","!==o.id)break;d(",")}return d("}",!0),void 0===t?(this.lhs=e,this.type="unary"):(this.lhs=t,this.rhs=e,this.type="binary"),this};m("{",b),v("{",t["{"],b),y(":=",t[":="],(function(e){return"variable"!==e.type?f({code:"S0212",stack:(new Error).stack,position:e.position,token:e.value}):(this.lhs=e,this.rhs=p(t[":="]-1),this.type="binary",this)})),v("@",t["@"],(function(e){return this.lhs=e,this.rhs=p(t["@"]),"variable"!==this.rhs.type?f({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"@"}):(this.type="binary",this)})),v("#",t["#"],(function(e){return this.lhs=e,this.rhs=p(t["#"]),"variable"!==this.rhs.type?f({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"#"}):(this.type="binary",this)})),v("?",t["?"],(function(t){return this.type="condition",this.condition=t,this.then=p(0),":"===o.id&&(d(":"),this.else=p(0)),this})),m("|",(function(){return this.type="transform",this.pattern=p(0),d("|"),this.update=p(0),","===o.id&&(d(","),this.delete=p(0)),d("|"),this}));var x=function t(e){var r;if("function"!==e.type||e.predicate)if("condition"===e.type)e.then=t(e.then),void 0!==e.else&&(e.else=t(e.else)),r=e;else if("block"===e.type){var n=e.expressions.length;n>0&&(e.expressions[n-1]=t(e.expressions[n-1])),r=e}else r=e;else{var i={type:"lambda",thunk:!0,arguments:[],position:e.position};i.body=e,r=i}return r},w=0,A=0,_=[],k=function t(e,r){switch(e.type){case"name":case"wildcard":r.level--,0===r.level&&(void 0===e.ancestor||(_[r.index].slot.label=e.ancestor.label),e.ancestor=r,e.tuple=!0);break;case"parent":r.level++;break;case"block":e.expressions.length>0&&(e.tuple=!0,r=t(e.expressions[e.expressions.length-1],r));break;case"path":e.tuple=!0;var n=e.steps.length-1;for(r=t(e.steps[n--],r);r.level>0&&n>=0;)r=t(e.steps[n--],r);break;default:throw{code:"S0217",token:e.type,position:e.position}}return r},E=function(t,e){if(void 0!==e.seekingParent||"parent"===e.type){var r=void 0!==e.seekingParent?e.seekingParent:[];"parent"===e.type&&r.push(e.slot),void 0===t.seekingParent?t.seekingParent=r:Array.prototype.push.apply(t.seekingParent,r)}},S=function(t){var e=t.steps.length-1,r=t.steps[e],n=void 0!==r.seekingParent?r.seekingParent:[];"parent"===r.type&&n.push(r.slot);for(var i=0;i<n.length;i++){var o=n[i];for(e=t.steps.length-2;o.level>0;){if(e<0){void 0===t.seekingParent?t.seekingParent=[o]:t.seekingParent.push(o);break}for(var a=t.steps[e--];e>=0&&a.focus&&t.steps[e].focus;)a=t.steps[e--];o=k(a,o)}}},M=function t(e){var r;switch(e.type){case"binary":switch(e.value){case".":var n=t(e.lhs);r="path"===n.type?n:{type:"path",steps:[n]},"parent"===n.type&&(r.seekingParent=[n.slot]);var o=t(e.rhs);"function"===o.type&&"path"===o.procedure.type&&1===o.procedure.steps.length&&"name"===o.procedure.steps[0].type&&"function"===r.steps[r.steps.length-1].type&&(r.steps[r.steps.length-1].nextFunction=o.procedure.steps[0].value),"path"===o.type?Array.prototype.push.apply(r.steps,o.steps):(void 0!==o.predicate&&(o.stages=o.predicate,delete o.predicate),r.steps.push(o)),r.steps.filter((function(t){if("number"===t.type||"value"===t.type)throw{code:"S0213",stack:(new Error).stack,position:t.position,value:t.value};return"string"===t.type})).forEach((function(t){t.type="name"})),r.steps.filter((function(t){return!0===t.keepArray})).length>0&&(r.keepSingletonArray=!0);var a=r.steps[0];"unary"===a.type&&"["===a.value&&(a.consarray=!0);var s=r.steps[r.steps.length-1];"unary"===s.type&&"["===s.value&&(s.consarray=!0),S(r);break;case"[":var u=r=t(e.lhs),l="predicate";if("path"===r.type&&(u=r.steps[r.steps.length-1],l="stages"),void 0!==u.group)throw{code:"S0209",stack:(new Error).stack,position:e.position};void 0===u[l]&&(u[l]=[]);var h=t(e.rhs);void 0!==h.seekingParent&&(h.seekingParent.forEach((function(t){1===t.level?k(u,t):t.level--})),E(u,h)),u[l].push({type:"filter",expr:h,position:e.position});break;case"{":if(void 0!==(r=t(e.lhs)).group)throw{code:"S0210",stack:(new Error).stack,position:e.position};r.group={lhs:e.rhs.map((function(e){return[t(e[0]),t(e[1])]})),position:e.position};break;case"^":"path"!==(r=t(e.lhs)).type&&(r={type:"path",steps:[r]});var f={type:"sort",position:e.position};f.terms=e.rhs.map((function(e){var r=t(e.expression);return E(f,r),{descending:e.descending,expression:r}})),r.steps.push(f),S(r);break;case":=":(r={type:"bind",value:e.value,position:e.position}).lhs=t(e.lhs),r.rhs=t(e.rhs),E(r,r.rhs);break;case"@":if(r=t(e.lhs),u=r,"path"===r.type&&(u=r.steps[r.steps.length-1]),void 0!==u.stages||void 0!==u.predicate)throw{code:"S0215",stack:(new Error).stack,position:e.position};if("sort"===u.type)throw{code:"S0216",stack:(new Error).stack,position:e.position};e.keepArray&&(u.keepArray=!0),u.focus=e.rhs.value,u.tuple=!0;break;case"#":r=t(e.lhs),u=r,"path"===r.type?u=r.steps[r.steps.length-1]:(r={type:"path",steps:[r]},void 0!==u.predicate&&(u.stages=u.predicate,delete u.predicate)),void 0===u.stages?u.index=e.rhs.value:u.stages.push({type:"index",value:e.rhs.value,position:e.position}),u.tuple=!0;break;case"~>":(r={type:"apply",value:e.value,position:e.position}).lhs=t(e.lhs),r.rhs=t(e.rhs);break;default:(r={type:e.type,value:e.value,position:e.position}).lhs=t(e.lhs),r.rhs=t(e.rhs),E(r,r.lhs),E(r,r.rhs)}break;case"unary":r={type:e.type,value:e.value,position:e.position},"["===e.value?r.expressions=e.expressions.map((function(e){var n=t(e);return E(r,n),n})):"{"===e.value?r.lhs=e.lhs.map((function(e){var n=t(e[0]);E(r,n);var i=t(e[1]);return E(r,i),[n,i]})):(r.expression=t(e.expression),"-"===e.value&&"number"===r.expression.type?(r=r.expression).value=-r.value:E(r,r.expression));break;case"function":case"partial":(r={type:e.type,name:e.name,value:e.value,position:e.position}).arguments=e.arguments.map((function(e){var n=t(e);return E(r,n),n})),r.procedure=t(e.procedure);break;case"lambda":r={type:e.type,arguments:e.arguments,signature:e.signature,position:e.position};var d=t(e.body);r.body=x(d);break;case"condition":(r={type:e.type,position:e.position}).condition=t(e.condition),E(r,r.condition),r.then=t(e.then),E(r,r.then),void 0!==e.else&&(r.else=t(e.else),E(r,r.else));break;case"transform":(r={type:e.type,position:e.position}).pattern=t(e.pattern),r.update=t(e.update),void 0!==e.delete&&(r.delete=t(e.delete));break;case"block":(r={type:e.type,position:e.position}).expressions=e.expressions.map((function(e){var n=t(e);return E(r,n),(n.consarray||"path"===n.type&&n.steps[0].consarray)&&(r.consarray=!0),n}));break;case"name":r={type:"path",steps:[e]},e.keepArray&&(r.keepSingletonArray=!0);break;case"parent":r={type:"parent",slot:{label:"!"+w++,level:1,index:A++}},_.push(r);break;case"string":case"number":case"value":case"wildcard":case"descendant":case"variable":case"regex":r=e;break;case"operator":if("and"===e.value||"or"===e.value||"in"===e.value)e.type="name",r=t(e);else{if("?"!==e.value)throw{code:"S0201",stack:(new Error).stack,position:e.position,token:e.value};r=e}break;case"error":r=e,e.lhs&&(r=t(e.lhs));break;default:var p="S0206";"(end)"===e.id&&(p="S0207");var g={code:p,position:e.position,token:e.value};if(i)return c.push(g),{type:"error",error:g};throw g.stack=(new Error).stack,g}return e.keepArray&&(r.keepArray=!0),r};a=r(e),d();var T=p(0);if("(end)"!==o.id){var P={code:"S0201",position:o.position,token:o.value};f(P)}if("parent"===(T=M(T)).type||void 0!==T.seekingParent)throw{code:"S0217",token:T.type,position:T.position};return c.length>0&&(T.errors=c),T};return i}();e.exports=i},{"./signature":5}],5:[function(t,e,r){function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var i=t("./utils"),o=function(){var t={a:"arrays",b:"booleans",f:"functions",n:"numbers",o:"objects",s:"strings"};function e(e){for(var r=1,o=[],a={},s=a;r<e.length;){var c=e.charAt(r);if(":"===c)break;var u=function(){o.push(a),s=a,a={}},l=function(t,e,r,n){for(var i=1,o=e;o<t.length;)if(o++,(c=t.charAt(o))===n){if(0==--i)break}else c===r&&i++;return o};switch(c){case"s":case"n":case"b":case"l":case"o":a.regex="["+c+"m]",a.type=c,u();break;case"a":a.regex="[asnblfom]",a.type=c,a.array=!0,u();break;case"f":a.regex="f",a.type=c,u();break;case"j":a.regex="[asnblom]",a.type=c,u();break;case"x":a.regex="[asnblfom]",a.type=c,u();break;case"-":s.context=!0,s.contextRegex=new RegExp(s.regex),s.regex+="?";break;case"?":case"+":s.regex+=c;break;case"(":var h=l(e,r,"(",")"),f=e.substring(r+1,h);if(-1!==f.indexOf("<"))throw{code:"S0402",stack:(new Error).stack,value:f,offset:r};a.regex="["+f+"m]",a.type="("+f+")",r=h,u();break;case"<":if("a"!==s.type&&"f"!==s.type)throw{code:"S0401",stack:(new Error).stack,value:s.type,offset:r};var d=l(e,r,"<",">");s.subtype=e.substring(r+1,d),r=d}r++}var p="^"+o.map((function(t){return"("+t.regex+")"})).join("")+"$",g=new RegExp(p),v=function(t){var e;if(i.isFunction(t))e="f";else switch(n(t)){case"string":e="s";break;case"number":e="n";break;case"boolean":e="b";break;case"object":e=null===t?"l":Array.isArray(t)?"a":"o";break;default:e="m"}return e},y=function(t,e){for(var r="^",n=0,i=0;i<o.length;i++){r+=o[i].regex;var a=e.match(r);if(null===a)throw{code:"T0410",stack:(new Error).stack,value:t[n],index:n+1};n=a[0].length}throw{code:"T0410",stack:(new Error).stack,value:t[n],index:n+1}};return{definition:e,validate:function(e,r){var n="";e.forEach((function(t){n+=v(t)}));var i=g.exec(n);if(i){var a=[],s=0;return o.forEach((function(n,o){var c=e[s],u=i[o+1];if(""===u)if(n.context&&n.contextRegex){var l=v(r);if(!n.contextRegex.test(l))throw{code:"T0411",stack:(new Error).stack,value:r,index:s+1};a.push(r)}else a.push(c),s++;else u.split("").forEach((function(r){if("a"===n.type){if("m"===r)c=void 0;else{c=e[s];var i=!0;if(void 0!==n.subtype)if("a"!==r&&u!==n.subtype)i=!1;else if("a"===r&&c.length>0){var o=v(c[0]);i=o===n.subtype.charAt(0)&&0===c.filter((function(t){return v(t)!==o})).length}if(!i)throw{code:"T0412",stack:(new Error).stack,value:c,index:s+1,type:t[n.subtype]};"a"!==r&&(c=[c])}a.push(c),s++}else a.push(c),s++}))})),a}y(e,n)}}}return e}();e.exports=o},{"./utils":6}],6:[function(t,e,r){function n(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=i(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function i(t,e){if(t){if("string"==typeof t)return o(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(t,e):void 0}}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function a(t){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},a(t)}var s=function(){function t(t){var e=!1;if("number"==typeof t&&(e=!isNaN(t))&&!isFinite(t))throw{code:"D1001",value:t,stack:(new Error).stack};return e}function e(t){var e=!1;return Array.isArray(t)&&(e=0===t.filter((function(t){return"string"!=typeof t})).length),e}function r(e){var r=!1;return Array.isArray(e)&&(r=0===e.filter((function(e){return!t(e)})).length),r}function i(){var t=[];return t.sequence=!0,1===arguments.length&&t.push(arguments[0]),t}function o(t){return!0===t.sequence&&Array.isArray(t)}function s(t){return t&&(!0===t._jsonata_function||!0===t._jsonata_lambda)||"function"==typeof t}function c(t){return"number"==typeof t.arity?t.arity:"function"==typeof t.implementation?t.implementation.length:"number"==typeof t.length?t.length:t.arguments.length}function u(t){return t&&!0===t._jsonata_lambda}var l=("function"==typeof Symbol?Symbol:{}).iterator||"@@iterator";function h(t){return"object"===a(t)&&null!==t&&l in t&&"next"in t&&"function"==typeof t.next}function f(t,e){if(t===e)return!0;if("object"===a(t)&&"object"===a(e)&&null!==t&&null!==e){if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return!1;for(var r=0;r<t.length;r++)if(!f(t[r],e[r]))return!1;return!0}var n=Object.getOwnPropertyNames(t),i=Object.getOwnPropertyNames(e);if(n.length!==i.length)return!1;for(n=n.sort(),i=i.sort(),r=0;r<n.length;r++)if(n[r]!==i[r])return!1;for(r=0;r<n.length;r++){var o=n[r];if(!f(t[o],e[o]))return!1}return!0}return!1}function d(t){var e,r=[],i=n(t);try{for(i.s();!(e=i.n()).done;){var o=e.value;r.push(o)}}catch(t){i.e(t)}finally{i.f()}return r}return{isNumeric:t,isArrayOfStrings:e,isArrayOfNumbers:r,createSequence:i,isSequence:o,isFunction:s,isLambda:u,isIterable:h,getFunctionArity:c,isDeepEqual:f,stringToArray:d}}();e.exports=s},{}]},{},[3])(3)}(H9);var $9=H9.exports;const G9=function(t){return t};function W9(t){if(!t)return G9;try{var e=$9(t);return function(t){return e.evaluate(t)}}catch(t){return console.error(t),G9}}function q9(t){var e=i9(t);return null==e?"":String(e)}function X9(t){return Number(i9(t))}function V9(t){return t}function K9(t){return q9(t)}function Q9(t){return X9(t)}function J9(t){if(this.param)return t=q9(t),this.param.hasOwnProperty(t)?this.param[t]:this.param.default}function Z9(t){var{param:e}=this;if(e){for(let r in e){let[n,i]=r.split("~"),o=!!n,a=!!i;if(n=parseFloat(n),i=parseFloat(i),t=X9(t),o&&!a&&t>=n)return e[r];if(!o&&a&&t<n)return e[r];if(t>=n&&t<i)return e[r]}return e.default}}function ttt(t){return X9(t)*Math.PI/180}function ett(){}function rtt(t,e,r,n,i){switch(r){case"value":return"text"===i||"string"===i?K9.bind(t):"number"===i?Q9.bind(t):V9.bind(e);case"map":return J9.bind(t);case"range":return Z9.bind(t);case"radian":return ttt.bind(t);case"eval":return function(t){try{return new Function("value","targets",t)}catch(t){return v9(t),ett}}(n).bind(e);default:return V9.bind(e)}}class ntt{constructor(t,e){this.owner=e,this.model=t}dispose(){delete this._model,delete this.owner,delete this.evaluator,delete this.accessor,delete this.source}get model(){return this._model}set model(t){var{target:e,property:r,rule:n,param:i,accessor:o}=t;this._model=t,this.evaluator=rtt(this,this.owner,n,i,function(t){switch(t){case"ref":case"fillStyle":case"strokeStyle":return"string";default:return}}(r)),this.accessor=W9(o);const a=e.match(/\[(.*?)\]/);if(a){var[s,c]=a[1].split(":");this.propAccessor=W9(s),this.partAccessor=W9(c)}}get target(){return this.model.target}get property(){return this.model.property}get source(){return this.model.source}get param(){return this.model.param}get ndnsp(){return!!this.model.ndnsp}get partial(){return!!this.model.partial}}function itt(t,e,r,n){n?t.forEach((t=>t[e]={...t[e],...r})):t.forEach((t=>t[e]=r))}function ott(t=!1){(t||void 0!==this.data)&&this.mappings&&this.mappings.forEach((t=>{var e;try{var r,{source:n,target:i,property:o,accessor:a,propAccessor:s,partAccessor:c,ndnsp:u=!1,partial:l=!1}=t;n&&"(self)"!=n?(n.startsWith("#")&&(n=n.substring(1)),r=(null===(e=this.root.findById(n))||void 0===e?void 0:e.data)||{}):r=this.data;var h=a(r);if("(root)"==(i=i.trim())||"(key)"==i){if(null==h)return;let e=Object.keys(h||{}).map((t=>this.root.findOrCreate(t))).filter(Boolean).flat();e.length>0&&e.forEach((e=>{let r=t.evaluator(h[e.get("id")],[e]);!o||"(action)"===o||u&&!r&&0!==r&&!1!==r||(e[o]=l?{...e[o],...r}:r)}))}else if(i.startsWith("[")){if(null==h)return;if(h instanceof Array)h.forEach((e=>{let r=s(e);if(r){let n=this.root.findOrCreate(r);if(n){let r=t.evaluator(c(e),n);!o||"(action)"===o||u&&!r&&0!==r&&!1!==r||itt(n,o,r,l)}}}));else{if(!(h instanceof Object))throw String("mapping data should be an object to target property-id.("+h+")");{let e=s(h);if(e){let r=this.root.findOrCreate(e);if(r){let e=t.evaluator(c(h),r);!o||"(action)"===o||u&&!e&&0!==e&&!1!==e||itt(r,o,e,l)}}}}}else{let e=this.root.findAll(i,this);if(e.length>0){let r=t.evaluator(h,e);!o||"(action)"===o||u&&!r&&0!==r&&!1!==r||itt(e,o,r,l)}}}catch(e){v9(e,this,t)}}))}var att;function stt(t,e,r,n,i){var{alpha:o=1}=n,a=i.fillStyle;if(t.globalAlpha*=o,a)if("string"==typeof a)t.fillStyle=a,t.fill();else if("object"==typeof a)if("gradient"==a.type){t.translate(r.x,r.y);let n,{width:i,height:o}=e;if("linear"==a.gradientType){let e=3.141592653589793,r=a.rotation;if(r>=.436332&&r<=1.13446||r>=2.00713&&r<=2.70526||r>=3.57792&&r<=4.27606||r>=5.14872&&r<=5.84685){let a=Math.sqrt(Math.pow((i-4)/2,2)+Math.pow((o-4)/2,2));a-=a-(i+o)/3,n=t.createLinearGradient(a*Math.cos(r+e),a*Math.sin(r+e),a*Math.cos(r),a*Math.sin(r))}else n=t.createLinearGradient((i-4)/2*Math.cos(r+e),(o-4)/2*Math.sin(r+e),(i-4)/2*Math.cos(r),(o-4)/2*Math.sin(r))}else if("radial"==a.gradientType){let e=.95*Math.sqrt(Math.pow((i-4)/2,2)+Math.pow((o-4)/2,2));switch(a.center){case"center":default:n=t.createRadialGradient(0,0,0,0,0,e);break;case"left-top":n=t.createRadialGradient(-i/2,-o/2,0,-i/2,-o/2,2*e);break;case"right-top":n=t.createRadialGradient(i/2,-o/2,0,i/2,-o/2,2*e);break;case"left-bottom":n=t.createRadialGradient(-i/2,o/2,0,-i/2,o/2,2*e);break;case"right-bottom":n=t.createRadialGradient(i/2,o/2,0,i/2,o/2,2*e)}}a.colorStops.forEach((t=>{if(t.position>=0&&t.position<=1)try{n.addColorStop(t.position,t.color)}catch(e){y9("Invalid Color for colorstop : ",t.color),n.addColorStop(t.position,"#fff")}})),t.fillStyle=n,t.fill(),t.translate(-r.x,-r.y)}else if("pattern"==a.type&&a.image)if(a.guideOnly&&1!=i.app.mode)a.color&&(t.fillStyle=a.color,t.fill());else{i.prepareFillIf(!i._pattern_image_origin);var s=i._pattern_image;if(!s)return;let r=0,n=0,o=0,c=0,u=e.left,l=e.top;if(!a.fitPattern){r=a.offsetX,n=a.offsetY;const t=a.width?a.width:s.width,i=a.height?a.height:s.height;switch(a.align){case"center":o=e.width/2-t/2,c=e.height/2-i/2;break;case"left-top":o=0,c=0;break;case"left-bottom":o=0,c=e.height-i;break;case"right-top":o=e.width-t,c=0;break;case"right-bottom":o=e.width-t,c=e.height-i;break;case"left":o=0,c=e.height/2-i/2;break;case"right":o=e.width-t,c=e.height/2-i/2;break;case"top":o=e.width/2-t/2,c=0;break;case"bottom":o=e.width/2-t/2,c=e.height-i}u+=r+o,l+=n+c}t.translate(u,l),a.color&&(t.fillStyle=a.color,t.fill()),a.fitPattern?Math.abs((s.width-e.width)*(s.height-e.height))>1?(delete i._pattern_image,delete i._pattern_image_origin):t.fillStyle=t.createPattern(s,"no-repeat"):t.fillStyle=t.createPattern(s,a.noRepeat?"no-repeat":"repeat"),t.fill(),t.translate(-u,-l)}}function ctt(t,e,r){var{strokeStyle:n,lineDash:i,lineWidth:o,lineCap:a,lineJoin:s,alpha:c}=e;if(n&&0!=o){if(a&&(t.lineCap=a),i){var u="round"==a;switch(i){case"solid":i=[0,0];break;case"round-dot":i=u?[0,2*o]:[o,o];break;case"square-dot":i=u?[o,2*o]:[2*o,o];break;case"dash":i=u?[3*o,2.5*o]:[4*o,1.5*o];break;case"dash-dot":i=u?[3*o,3*o,0,3*o]:[4*o,2*o,o,2*o];break;case"long-dash":i=u?[5*o,4*o]:[6*o,3*o];break;case"long-dash-dot":i=u?[5*o,3*o,0,3*o]:[6*o,2*o,o,2*o];break;case"long-dash-dot-dot":i=u?[5*o,2*o,0,2*o,0,2*o]:[6*o,o,o,o,o,o]}t.setLineDash(i)}t.globalAlpha*=c,t.strokeStyle=n,t.lineWidth=o,t.lineJoin=s,t.stroke()}}function utt(t,e,r,n,i,o=0,a=!1,s=!0){o="number"==typeof o?{tl:o,tr:o,br:o,bl:o}:{tl:0,tr:0,br:0,bl:0,...o},t.beginPath(),t.moveTo(e+o.tl,r),t.lineTo(e+n-o.tr,r),t.quadraticCurveTo(e+n,r,e+n,r+o.tr),t.lineTo(e+n,r+i-o.br),t.quadraticCurveTo(e+n,r+i,e+n-o.br,r+i),t.lineTo(e+o.bl,r+i),t.quadraticCurveTo(e,r+i,e,r+i-o.bl),t.lineTo(e,r+o.tl),t.quadraticCurveTo(e,r,e+o.tl,r),t.closePath(),a&&t.fill(),s&&t.stroke()}function ltt(t){const e=/(\*\*|__)(.*?)\1|(\*|_)(.*?)\3|([^\*_]+)/g;let r,n=[];for(;null!==(r=e.exec(t));)r[1]?n.push({text:r[2],bold:!0,italic:!1}):r[3]?n.push({text:r[4],bold:!1,italic:!0}):r[5]&&n.push({text:r[5],bold:!1,italic:!1});return n}function htt(t,e,r,n=0){if(e.text.length<2)return e;let i=2;for(;i<e.text.length;i++){const o=e.text.substring(0,i);if(!(t.measureText(o).width+(i-1)*n<r))break}return{...e,text:e.text.substring(0,i-1)}}function ftt(t,e,r,n,i,o=0){const a=String(e).split("\n");return n?[].concat.apply([],a.map((e=>function(t,e,r,n=0){const i=[];let o=[],a=0;return e.forEach((e=>{let s=e.text;for(;s.length>0;){const c=r-a,u=t.measureText(s).width+(s.length-1)*n;if(u<=c)o.push({...e,text:s}),a+=u,s="";else{const r=htt(t,{...e,text:s},c,n);o.push(r),i.push(o),o=[],a=0,s=s.substring(r.text.length)}}})),o.length>0&&i.push(o),i}(t,i?ltt(e):[{text:e,bold:!1,italic:!1}],r,o)))):a.map((t=>i?ltt(t):[{text:t,bold:!1,italic:!1}]))}function dtt(t,e,r,n,i,o,a=0){if(!n)return[];t.save(),t.font=r;var s=ftt(t,n,e,!!i,o,a);return t.restore(),s}function ptt(t){var{fontFamily:e=C9.FONT_FAMILY,bold:r=C9.BOLD,italic:n=C9.ITALIC,fontSize:i=C9.FONT_SIZE}=t,o=[];return r&&o.push("bold"),n&&o.push("italic"),o.push(i+"px"),o.push(e),o.join(" ")}function gtt(t,e){let r=t.bold||e.bold,n=t.italic||e.italic,i=[];return r&&i.push("bold"),n&&i.push("italic"),i.push(t.fontSize+"px"),i.push(t.fontFamily),i.join(" ")}function vtt(t,e,r,n){var{alpha:i,fontColor:o=C9.FONT_COLOR,textAlign:a=C9.TEXT_ALIGN,textBaseline:s=C9.TEXT_BASELINE,textBackgroundStyle:c,fontSize:u,lineHeight:l,textWrap:h,textOverflow:f,letterSpacing:d=0}=n;i=void 0!==i?i:1,u||(u=C9.FONT_SIZE),l||(l=1.2*u),t.save(),t.beginPath();var{left:p,top:g,width:v,height:y}=e;if(t.font=ptt(n),!h&&f){const e=function(t,e,r,n){const i="ellipsis"===t?"…":"",o=e.measureText(i).width;let a=[],s=0;for(let i of r){let r=[];for(let c of i){let i=e.measureText(c.text).width;if(!(s+i<=n-("ellipsis"===t?o:0))){let i=ytt(e,c,n-s-("ellipsis"===t?o:0),t);return r.push(i),a.push(r),a}r.push(c),s+=i}a.push(r),s=0}return a}(f,t,r,v);r=e}var m,b=r.length*l;switch(s){case"top":m=g,t.textBaseline="top";break;case"bottom":m=g+y-b+l,t.textBaseline="bottom";break;default:m=g+y/2-b/2+l/2,t.textBaseline="middle"}t.globalAlpha*=i,t.fillStyle=o,r.forEach(((e,i)=>{let s=m+i*l,h=function(t,e,r,n=0){return e.reduce(((e,i)=>(t.font=gtt(r,i),e+t.measureText(i.text).width+n*(i.text.length-1))),0)}(t,e,n,d),f=p;switch(a){case"left":case"justify":f=p;break;case"right":f=p+v-h;break;case"center":f=p+(v-h)/2}if(c&&(t.fillStyle=c,utt(t,f-4,s-u/2-4,h+8,u+8,4,!0,!1),t.fillStyle=o),"justify"===a&&i<r.length-1&&e.length>1){let r=v-h,i=e.length-1,o=r/i;e.forEach(((e,r)=>{t.font=gtt(n,e),t.fillText(e.text,f,s),f+=t.measureText(e.text).width+(r<i?o:0)}))}else e.forEach((e=>{t.font=gtt(n,e),[...e.text].forEach((e=>{t.fillText(e,f,s),f+=t.measureText(e).width+d}))}))})),t.restore()}function ytt(t,e,r,n){let i="";for(let n=0;n<e.text.length;n++){let o=i+e.text[n];if(t.measureText(o).width>r)break;i=o}return{...e,text:i+("ellipsis"===n?"…":"")}}function mtt(t,e,r={x:0,y:0},n=0,i={x:1,y:1}){const o=Math.cos(-n),a=Math.sin(-n);return{x:((t-=r.x)*o-(e-=r.y)*a+r.x)/i.x,y:(t*a+e*o+r.y)/i.y}}function btt(t,e,r={x:0,y:0},n=0,i={x:1,y:1}){const o=Math.cos(n),a=Math.sin(n);return{x:((t-=r.x)*o-(e-=r.y)*a+r.x)*i.x,y:(t*a+e*o+r.y)*i.y}}function xtt(t){var e=t.element,r=t.fillStyle,n=e.style;if(r)if("string"==typeof r)n.backgroundColor=r;else switch(r.type){case"pattern":if(n.backgroundImage="url("+r.image+")",n.backgroundColor="transparent",r.fitPattern?n.backgroundSize="100% 100%":r.width||r.height?n.backgroundSize=`${r.width?r.width+"px":"auto"} ${r.height?r.height+"px":"auto"}`:n.backgroundSize="contain",r.fitPattern)n.backgroundRepeat="no-repeat";else{const{offsetX:t,offsetY:e,noRepeat:i,align:o,color:a}=r;if(i&&(n.backgroundRepeat="no-repeat"),a&&(n.backgroundColor=a),o)switch(o){case"center":n.backgroundPosition="center center";break;case"left-top":n.backgroundPosition="left top";break;case"left-bottom":n.backgroundPosition="left bottom";break;case"right-top":n.backgroundPosition="right top";break;case"right-bottom":n.backgroundPosition="right bottom";break;case"left":n.backgroundPosition="left center";break;case"right":n.backgroundPosition="right center";break;case"top":n.backgroundPosition="center top";break;case"bottom":n.backgroundPosition="center bottom"}else t||e?n.backgroundPosition=`${Number(t)||0}px ${Number(e)||0}px`:delete n.backgroundPosition}break;case"gradient":n.background=function(t,e){var r=e.colorStops,n=e.gradientType;if(r instanceof Array&&r.length>0)switch(n){case"radial":return"radial-gradient(farthest-corner at "+function(t,e){var{width:r,height:n}=t.bounds;switch(e){case"center":return[r/2,n/2];case"left-top":return[0,0];case"right-top":return[r,0];case"left-bottom":return[0,n];default:return[r,n]}}(t,e.center||"center").map((t=>t+"px")).join(" ")+","+r.map((t=>`${t.color} ${100*t.position}%`)).join(",")+")";case"linear":return"linear-gradient("+(180*(e.rotation||0)/3.141592653589793+90+"deg")+", "+r.map((t=>`${t.color} ${100*t.position}%`)).join(",")+")"}return""}(t,r)}else n.background="transparent"}att="undefined"==typeof document?function(t,e){return new Canvas(t,e)}:function(t,e){var r=document.createElement("canvas");return r.width=t,r.height=e,r};const wtt={x:1,y:1},Att={x:0,y:0},_tt={boxSizing:"border-box",margin:"0px",position:"absolute",outline:"none"};function ktt(t){var{id:e,scale:r=wtt,translate:n=Att,bold:i,italic:o,fontFamily:a="",textAlign:s,textBaseline:c,textOverflow:u,paddingTop:l,paddingBottom:h,paddingLeft:f,paddingRight:d,fontSize:p=C9.FONT_SIZE,lineWidth:g=0,lineHeight:v,lineDash:y}=t.state;h||(h=0),l||(l=0),f||(f=0),d||(d=0);var m=t.state.class;t.text;var{strokeStyle:b,fillStyle:x,rotation:w=0,fontColor:A,hidden:_}=t,{left:k,top:E,width:S,height:M}=t.bounds,T=t.element;if(T.hidden=_,e&&(T.id=e),m&&(T.className=m),Object.assign(T.style,_tt,{fontFamily:a,fontSize:p+"px",width:S+"px",height:M+"px",paddingTop:l+"px",paddingRight:d+"px",paddingBottom:h+"px",paddingLeft:f+"px",border:g+"px",borderColor:b,borderStyle:g>0?y||C9.LINE_DASH:"",color:A,fontWeight:i?"bold":"",fontStyle:o?"italic":"",textAlign:"end"==s?"right":"start"==s?"left":s,verticalAlign:c,lineHeight:void 0===v?"":v+"px",whiteSpace:u?"nowrap":"",overflow:u?"hidden":"",textOverflow:u||""},t.isIn3DSpace()?{}:{left:k+"px",top:E+"px"}),xtt(t),function(t){if(t.isShadowable()&&t.state.shadow){var e=t.element,{left:r=0,top:n=0,blurSize:i=0,color:o="transparent"}=t.state.shadow;e.style.boxShadow=`${r}px ${n}px ${i}px ${o}`}}(t),!t.isIn3DSpace()){var P=t.delta(),O=(r&&r.x||1)*P.sx,I=(r&&r.y||1)*P.sy,C=(w||0)+P.theta,R=P.tx||0,j=P.ty||0;T.style.transform=`rotate(${C}rad) translate(${R}px, ${j}px) scale(${O}, ${I}) perspective(1px)`}}var Ett,Stt=[];function Mtt(){Ett=null;var t=performance.now(),e=(Stt=Stt.filter((t=>Ttt(t)))).reduce(((e,r)=>{let n=t-r.updatedAt;return n>=r.retention?e.kills.push(r):e.next=0==e.next?r.retention-n:Math.min(e.next,r.retention-n),e}),{next:0,kills:[]});e.kills.forEach((t=>{let e=Stt.indexOf(t);-1!=e?(Stt.splice(e,1),t.removeSelf(!0)):v9("Should not be here. Maybe reentrance problem.")})),e.next>0&&(Ett=setTimeout(Ptt,Math.max(e.next,500)))}function Ttt(t){return!t.disposed&&t.retention>0&&!t.isTemplate()&&t.app&&t.app.isViewMode}var Ptt=K7((function(){requestAnimationFrame(Mtt)}),500);var Ott=new class{add(t){Ttt(t)&&-1==Stt.indexOf(t)&&(Stt.push(t),t.touch()),this.touch()}remove(t){var e=Stt.indexOf(t);e>0&&Stt.splice(e,1),this.touch()}touch(){null!==Ett&&(clearTimeout(Ett),Ett=null),Ptt()}get length(){return Stt.length}};const Itt=function(t){return t};function Ctt(t){var e=t.indexOf("||"),r="",n="";-1!=e&&(r=t,n=t.substring(e+2,t.length-1).trim(),t=t.replace(t.substring(e,t.length-1),"").trim());var i=t.substr(2,t.length-3).trim().replace(/\[(\w+)\]/g,".$1").replace(/^\./,"").split(".").filter((t=>!!t.trim())),o=i.slice(1);return{defaultValue:n,match:t,originText:r||t,target:i[0],accessor:o.length>0?function(t){return o.reduce(((t,e)=>t?t[e]:void 0),t)}:Itt}}function Rtt(t,e,r){if(t){var n=r||i9,i=String(t),o=(i.match(/#{[^}]*}/gi)||[]).map((t=>Ctt(t))),a=(i.match(/\${[^}]*}/gi)||[]).map((t=>Ctt(t)));if(0!=o.length||0!=a.length)return function(){var t=i;return o.forEach((r=>{let i=n(r.accessor(e.getState(r.target)));t=t.replace(r.originText,void 0===i?r.defaultValue||"":i)})),a.forEach((r=>{let i=e.root.findById(r.target),o=n(r.accessor(i&&i.data));t=t.replace(r.originText,void 0===o?r.defaultValue||"":o)})),t}}}const jtt=210*Math.PI/180,Ltt=150*Math.PI/180;var Dtt={"data-spread":function(t,e,r){if(t.app.isEditMode){var n=!1;return t.mappings&&t.mappings.forEach((r=>{let i=t.root.findAll(r.target,t);i&&(e.lineWidth=2,i.forEach((r=>{let i=t.center,o=r.center;i=t.transcoordS2C(i.x,i.y,t.rootModel),o=r.transcoordS2C(o.x,o.y,r.rootModel),e.beginPath();const a=e.createLinearGradient(i.x,i.y,o.x,o.y);["#FFA50033","#FFA500"].forEach(((t,e)=>a.addColorStop(e,t))),e.strokeStyle=a,e.fillStyle=a,function(t,e,r,n=10){var i=r.x-e.x,o=r.y-e.y,a=Math.atan2(o,i),s=r.x+n*Math.cos(a+jtt),c=r.y+n*Math.sin(a+jtt),u=r.x+n*Math.cos(a+Ltt),l=r.y+n*Math.sin(a+Ltt);t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(r.x,r.y),t.moveTo(r.x,r.y),t.lineTo(s,c),t.moveTo(r.x,r.y),t.lineTo(u,l),t.stroke()}(e,i,o),n=!0})))})),n}},"bouncing-arrow":function(t,e,r){let{left:n,top:i,width:o}=t.bounds,a=t.state.id,{x:s,y:c}=t.transcoordS2C(n+o/2,i,t.rootModel);const u=2*function(t){const e=100*(1-t)%10;return e<5?e:10-e}(r||0);if(s=Math.max(s,20),c=Math.max(c,20),e.beginPath(),e.moveTo(s-10,c-16+u),e.lineTo(s+10,c-16+u),e.lineTo(s+10,c-8+u),e.lineTo(s+16,c-8+u),e.lineTo(s,c+u),e.lineTo(s-16,c-8+u),e.lineTo(s-10,c-8+u),e.lineTo(s-10,c-16+u),e.lineTo(s-10,c-16+u),e.fillStyle="#FF0000",e.fill(),a){e.beginPath(),e.font="12px Arial";let t=e.measureText(a);e.fillStyle="#FF0000",e.roundRect(s-t.actualBoundingBoxLeft-3+20,c-t.actualBoundingBoxAscent-3-6+u,t.actualBoundingBoxLeft+t.actualBoundingBoxRight+6,t.actualBoundingBoxAscent+t.actualBoundingBoxDescent+6,3),e.fill(),e.fillStyle="white",e.fillText(a,s+20,c-6+u)}return!0},decotag:function(t,e,r){const n=t.decotag;if(n){let{left:r,top:i}=t.bounds,{x:o,y:a}=t.transcoordS2C(r,i,t.rootModel);o=Math.max(o+3,5),a=Math.max(a-8,15),e.font="12px Arial";let s=e.measureText(n);return e.beginPath(),e.fillStyle="#FF0000",e.roundRect(o-s.actualBoundingBoxLeft-3,a-s.actualBoundingBoxAscent-3,s.actualBoundingBoxLeft+s.actualBoundingBoxRight+6,s.actualBoundingBoxAscent+s.actualBoundingBoxDescent+6,3),e.fill(),e.beginPath(),e.fillStyle="white",e.fillText(n,o,a),!0}return!1},anchors:function(t,e,r){if(t.app.isEditMode){var n=!1;return t.anchors&&t.anchors.forEach((r=>{const{name:i,position:o}=r;var{x:a,y:s}=o||{};if(!i)return;var{x:a,y:s}=t.transcoordS2C(a,s,t.rootModel);a+=4,s+=4,e.font="12px Arial";let c=e.measureText(i);e.fillStyle="#FF0000",utt(e,a,s,c.width+6,16,3,!0,!1),e.fillStyle="white",e.fillText(i,a+3,s+13),n=!0})),n}},link:function(t,e,r){var n=!1;if(!t.isLine())return;const{fromEnd:i,toEnd:o}=t;return[i,o].filter(Boolean).forEach((t=>{const{component:r,anchor:i}=t;if(!i)return;const{name:o,position:a}=i||{};if(!o||!a)return;var{x:s,y:c}=a||{},{x:s,y:c}=r.transcoordS2C(s,c,r.rootModel);s+=8,c+=20,e.font="12px Arial";let u=e.measureText(o);e.fillStyle="#FF0000",utt(e,s-u.actualBoundingBoxLeft-4,c-u.actualBoundingBoxAscent-4,u.actualBoundingBoxLeft+u.actualBoundingBoxRight+8,u.actualBoundingBoxAscent+u.actualBoundingBoxDescent+8,4,!0,!1),e.fillStyle="white",e.fillText(o,s,c),n=!0})),n}};function ztt(t){return Dtt[t]}var Ntt={};const Ftt={mutable:!1,resizable:!0,rotatable:!0,properties:[],"value-property":"text"},Btt=[],Utt={theta:0,tx:0,ty:0,sx:1,sy:1,fade:0};var Ytt=0,Htt={};const $tt=new FinalizationRegistry((t=>{!function(t){Ytt--;var e=Htt[t];e||(e=Htt[t]={up:0,down:0}),e.down++}(t)}));class Gtt{static get nature(){return Ftt}static register(t,e){if(!e)return Ntt[t];Ntt[t]=e}static get residents(){return Htt}static get residentsCount(){return Ytt}static registerDecorator(t,e){!function(t,e){Dtt[t]=e}(t,e)}constructor(t,e){var r,n;this._app=e,this._model=t||{},this._state={},this._delta=z7(Utt),e&&(null===(r=this.animation)||void 0===r?void 0:r.config)&&(1==this.animation.config.autoplay||null===(n=this.animation.config.autoplay)||void 0===n||n)&&(this.animation.started=!0),this.clearCache(),Ott.add(this),function(t){Ytt++;var e=Htt[t];e||(e=Htt[t]={up:0,down:0}),e.up++}(t.type),$tt.register(this,t.type)}created(){}added(t){}removed(t){}async ready(){if(this.state.persistent){const{isViewMode:t,dataStorage:e}=this.app;t&&(this.data=await e.load(this))}}touch(){this.updatedAt=performance.now()}clearCache(...t){!function(t,...e){0==e.length?t.__cache__={}:e.forEach((e=>delete t.__cache__[e]))}(this,...t)}removeSelf(t){t?this.dispose():this.parent&&this.parent.removeComponent(this)}resetAnimation(){this._animation&&(this._animation.dispose(),this._animation=null,this._delta=z7(Utt))}dispose(){this.resetAnimation(),this.disposeMappings(),this.parent&&this.parent.removeComponent(this),delete this._text_substitutor,delete this._value_substitutor,this._disposed=!0,this.retention&&Ott.touch(),this.clearCache(),delete this._app}get nature(){return this.constructor.nature}get disposed(){return!!this._disposed}isLayer(){return!1}isGroup(){return!1}isContainer(){return!1}isLine(){return!1}isRoot(){return!1}isRootModel(){return!1}is3dish(){return!1}isIn3DSpace(){return!1}isTemplate(){return!!this.get("templatePrefix")}isHTMLElement(){return!1}isConnectable(){return!1}isIdentifiable(){return!0}replaceRefids(t){}get retention(){return Number(this.get("retention"))||0}get hasTextProperty(){return!0}get app(){return!this._app&&this.parent&&(this._app=this.parent.app),this._app}get model(){return this._model}get state(){return Object.assign({},this._model,this._state)}get hierarchy(){var t=z7(this._model);return this.volatile.forEach((e=>{delete t[e]})),t}get volatile(){return Btt}get textHidden(){return!!this._textHidden}set textHidden(t){this._textHidden=!!t,this.invalidate()}get(t){return this._model[t]}set(t,e){if("string"==typeof t)return this.set({[t]:e});var r={},n={},i=!1,o=(t=z7(t),this);return Object.getOwnPropertyNames(t).forEach((function(e){let a=o._model[e],s=t[e];l8(a,s)||(n[e]=a,r[e]=s,o._model[e]=s,delete o._state[e],i=!0)})),i&&(this.clearCache(),r.hasOwnProperty("text")&&delete this._text_substitutor,r.hasOwnProperty("retention")&&Ott.add(this),r.hasOwnProperty("fillStyle")&&this.onchangeFill(r,n),r.hasOwnProperty("mappings")&&this.onchangeMappings(r,n),r.hasOwnProperty("data")&&this.onchangeData(r,n),this.onchange&&this.onchange(r,n),this.trigger("change",r,n)),this}getState(t){return this._state.hasOwnProperty(t)?this._state[t]:this.get(t)}setState(t,e){if("string"==typeof t)return this.setState({[t]:e});var r={},n={},i=!1,o=(t=z7(t),this),a=this.getState("sensitive");return Object.getOwnPropertyNames(t).forEach((function(e){let s=o.getState(e),c=t[e];!a&&l8(s,c)||(n[e]=s,r[e]=c,o._state[e]=c,i=!0)})),i&&(this.clearCache(),r.hasOwnProperty("text")&&delete this._text_substitutor,r.hasOwnProperty("fillStyle")&&this.onchangeFill(r,n),r.hasOwnProperty("data")&&this.onchangeData(r,n),this.onchange&&this.onchange(r,n),this.trigger("change",r,n)),this}get root(){return this.isRoot()?this:this.parent&&this.parent.root}get rootModel(){return this.isRootModel()?this:this.parent&&this.parent.rootModel}get parent(){return this._parent}set parent(t){this._parent=t}get anchors(){return this.nature.anchors||[]}findAnchor(t){return this.anchors.find((e=>e.name===t))}isDescendible(t){return!0}getContext(){return this._parent.getContext()}get center(){var t=this.bounds;return{x:t.left+t.width/2,y:t.top+t.height/2}}set center(t){if(t&&!isNaN(t.x)&&!isNaN(t.y)){var e=this.center;if(Math.round(100*t.x)/100!=Math.round(100*e.x)/100||Math.round(100*t.y)/100!=Math.round(100*e.y)/100){var r=t.x-e.x,n=t.y-e.y;this.path=this.path.map((t=>({x:t.x+r,y:t.y+n})))}}}get location(){const{x:t,y:e}=this.center;return{x:t,y:e,z:this.state.zPos}}set location(t){const{x:e,y:r,z:n}=t||{};this.center={x:e,y:r},isNaN(n)||this.setState("zPos",Number(n))}get rotate(){const{rotationX:t,rotationY:e,rotation:r}=this.state;return{x:t,y:e,z:-r}}set rotate(t){const{x:e,y:r,z:n}=t;this.setState({rotationX:e,rotationY:r,rotation:-n})}get dimension(){const{width:t,height:e}=this.bounds,{depth:r}=this.state;return{width:t,height:e,depth:r}}set dimension(t){const{width:e,height:r,depth:n}=t,{top:i,left:o}=this.bounds;this.bounds={top:i,left:o,width:e,height:r},this.setState("depth",n)}get bounds(){var t,e,r,n,i=this.path;t=e=i[0].x,r=n=i[0].y;for(let o=1;o<i.length;o++){let a=i[o];a.x<t?t=a.x:a.x>e&&(e=a.x),a.y<r?r=a.y:a.y>n&&(n=a.y)}return{left:t,top:r,width:e-t,height:n-r}}set bounds(t){var e=this.bounds;if(Math.round(100*t.width)/100!=Math.round(100*e.width)/100||Math.round(100*t.height)/100!=Math.round(100*e.height)/100||Math.round(100*t.left)/100!=Math.round(100*e.left)/100||Math.round(100*t.top)/100!=Math.round(100*e.top)/100){var r=0==e.width?1:t.width/e.width,n=0==e.height?1:t.height/e.height;this.path=this.path.map((i=>({x:t.left+(i.x-e.left)*r,y:t.top+(i.y-e.top)*n})))}}get path(){return v9("이 컴포넌트에 get path 가 구현되어있지 않음.",this),[]}set path(t){v9("이 컴포넌트에 get path 가 구현되어있지 않음.",this)}get drawPath(){return this.path}outline(t){return function(t,e){var r=t.path.slice();if(r&&r.length){var n=1,i=[];if(t.isLine()||r.push(r[0]),e<=0)return t.transcoordS2T(r[0].x,r[0].y);if(e>=1)return t.transcoordS2T(r[r.length-1].x,r[r.length-1].y);for(;r[n];){let t=r[n-1],e=r[n],o=e.x-t.x,a=e.y-t.y;i.push(Math.sqrt(o*o+a*a)),n++}var o=i.reduce((function(t,e){return t+e}),0);n=0;var a=0;do{a+=i[n++]}while(a/o<e);e=(e-(a-=i[--n])/o)*(o/i[n]);var s=r[n%r.length],c=r[(n+1)%r.length],u=s.x+Math.round((c.x-s.x)*e),l=s.y+Math.round((c.y-s.y)*e);return t.transcoordS2T(u,l)}v9("path should not be empty")}(this,t||0)}get strokeStyle(){return this.get("strokeStyle")}set strokeStyle(t){this.set("strokeStyle",t)}get fillStyle(){return this.getState("fillStyle")}set fillStyle(t){this.setState("fillStyle",t)}get fontColor(){return this.get("fontColor")}set fontColor(t){this.set("fontColor",String(i9(t)))}get rotation(){return this.getState("rotation")}set rotation(t){this.setState("rotation",Number(i9(t)))}contains(t,e){return!1}get mutable(){return this.nature.mutable}get resizable(){return this.nature.resizable&&!this.stuck}adjustResize(t,e,r){if(r){let e=this.bounds,r=e.height/e.width,n=t.width-e.width,i=t.height-e.height;n*r>i?i=n*r:n=i/r;let o=t.left-e.left,a=t.top-e.top;return 0!=o&&0!=a?(a=-i,o=-n):0!=o?o=-n:0!=a&&(a=-i),{left:e.left+o,top:e.top+a,width:e.width+n,height:e.height+i}}return t}get rotatable(){return this.nature.rotatable&&!this.stuck}adjustRotation(t,e){if(e||this.app.rotateStepForced){let e=this.app.rotateStep;return Math.floor((t+e/2)/e)*e}return t}get capturable(){return!1!==this.get("capturable")&&(this.app.isEditMode||!this.hidden)}get stuck(){return!!(this.parent&&this.parent.layout.isStuck(this)||this.get("locked"))}findFirst(t,...e){if(t(this,...e))return this}findAll(t,...e){return"string"==typeof t?U9(t,this,e[0]||this):"function"==typeof t&&t(this,...e)?[this]:void 0}capture(t,e,r){if(!this.capturable||(null==r?void 0:r(this)))return!1;var n=this.transcoordP2S(t,e);return this.contains(n.x,n.y)?this:void 0}prepare(t,e){t(this)}prepareIf(t){t&&this.prepare&&this.prepare((t=>{this.invalidate()}),(t=>{v9(t)}))}get decotag(){const{id:t,tag:e}=this.state;return(t?`#${t}`:"")+(e?`@${e}`:"")}get decorators(){return["decotag","data-spread"]}get reactionDecorators(){return["bouncing-arrow"]}get hidden(){return this.getState("hidden")||!this.data&&0!==this.data&&this.getState("ndns")||this.isTemplate()}set hidden(t){this.setState("hidden",t)}draw(t){t.save(),this.prerender(t),this.render(t),this.postrender(t),t.restore()}delta(t,e){if(void 0===e)return t?this._delta[t]:this._delta;this._delta[t]=e}prerender(t){var e=this.rotatePoint,{scale:r,rotation:n,shadow:i,alpha:o}=this.state,a=(r&&r.x||1)*this._delta.sx,s=(r&&r.y||1)*this._delta.sy,c=(n||0)+this._delta.theta,{tx:u=0,ty:l=0}=this._delta,h=(o||1)-this._delta.fade;(u||l)&&t.translate(u,l),(1!=a||1!=s||c)&&(t.translate(e.x,e.y),1==a&&1==s||t.scale(a,s),c&&t.rotate(c),t.translate(-e.x,-e.y)),h&&(t.globalAlpha=h),i&&j9(t,i,this),this.app.isEditMode&&this.hidden&&(t.globalAlpha*=.5)}render(t){}postrender(t){this.drawText(t)}drawText(t){!this.textHidden&&this.text&&this.hasTextProperty&&vtt(t,this.textBounds,this.textLines(t),this.state)}drawStroke(t,e){ctt(t,e?{...this.state,...e}:this.state)}drawFill(t,e){this.fillStyle&&"transparent"!=this.fillStyle&&(stt(t,this.bounds,this.center,e?{...this.state,...e}:this.state,this),function(t){t.shadowColor="transparent"}(t))}animate(t){return this._animate&&this._animate.stop(),this._animate=d7(t),this._animate}move({x:t,y:e}){var r=this.path,n=t,i=e;this.path=r.map((t=>({x:t.x+n,y:t.y+i})))}symmetryX(t){"number"!=typeof t&&(t=this.center.x);var{rotation:e}=this.state,r=this.fillStyle;if(this.set("rotation",2*Math.PI-e),r&&"gradient"===r.type&&"linear"===r.gradientType){var n=z7(r);n.rotation=(Math.PI-parseFloat(r.rotation||0))%(2*Math.PI),this.set("fillStyle",n)}this.path=this.path.map((e=>({x:2*t-e.x,y:e.y})))}symmetryY(t){this.symmetryX(),this.set("rotation",(Math.PI+this.model.rotation)%(2*Math.PI)),t&&this.move({x:0,y:2*(t-this.center.y)},!1)}get animation(){if(this.app.isViewMode&&!this.isTemplate()){if(!this._animation){var t=this.state.animation;t&&t.oncreate&&(this._animation=f7(this,t.oncreate))}return this._animation}}effect(t,e){return function(t,e,r){var n=L9[r.type];n&&n(t,e,r)}(this,t,e)}get started(){var t;return!!(null===(t=this.animation)||void 0===t?void 0:t.started)}set started(t){this.animation&&(this.animation.started=t)}invalidate(){this.parent&&this.parent.invalidate()}get font(){return ptt(this.model)}get lineHeight(){var t=this.get("lineHeight");return t||1.2*this.fontSize}defaultTextSubstitutor(){var t=this.getState("text");return null==t?"":String(t)}get textSubstitutor(){return this._text_substitutor||(this._text_substitutor=Rtt(this.getState("text"),this)||this.defaultTextSubstitutor),this._text_substitutor}get text(){var t=this.get("textFormat");return t?function(t,e){if(!t||isNaN(+e))return e;var r,n,i,o,a,s,c,u,l,h=t.length,f=t.search(/[0-9\-\+#]/),d=f>0?t.substring(0,f):"",p=t.split("").reverse().join(""),g=p.search(/[0-9\-\+#]/),v=h-g,y=t.substring(v,v+1),m=v+("."===y||","===y?1:0),b=g>0?t.substring(m,h):"";if(r=(e="-"===(t=t.substring(f,m)).charAt(0)?-e:+e)<0?e=-e:0,i=(n=t.match(/[^\d\-\+#]/g))&&n[1]&&n[0]||",",t=t.split("."),e=+(e=e.toFixed(t[1]&&t[1].length))+"",a=t[1]&&t[1].lastIndexOf("0"),(!(c=e.split("."))[1]||c[1]&&c[1].length<=a)&&(e=(+e).toFixed(a+1)),u=t[0].split(i),t[0]=u.join(""),(o=t[0]&&t[0].indexOf("0"))>-1)for(;c[0].length<t[0].length-o;)c[0]="0"+c[0];else 0==+c[0]&&(c[0]="");if((e=e.split("."))[0]=c[0],s=u[1]&&u[u.length-1].length){for(p="",v=(l=e[0]).length%s,h=l.length,m=0;m<h;m++)p+=l.charAt(m),!((m-v+1)%s)&&m<h-s&&(p+=i);e[0]=p}return e[1]=t[1]&&e[1]?"."+e[1]:"","0"!==(n=e.join(""))&&""!==n||(r=!1),d+("+"==t[0].substring(0,1)?r?"-":"+":r?"-":"")+n+b}(t,this.textSubstitutor()):this.textSubstitutor()}set text(t){delete this._text_substitutor;var e=i9(t);this.setState("text",null==e?"":String(e))}textLines(t){const{textWrap:e,supportMarkdown:r}=this.state;return dtt(t||this.getContext(),this.textBounds.width,this.font,this.text,e,r)}get textBounds(){var{paddingTop:t,paddingLeft:e,paddingRight:r,paddingBottom:n}=this.state;n||(n=0),t||(t=0),e||(e=0),r||(r=0);var{left:i,top:o,width:a,height:s}=this.bounds;return{left:i+e,top:o+t,width:Math.max(a-e-r,0),height:Math.max(s-t-n,0)}}get textRotation(){return 0}get rotatePoint(){return this.center}trim(){delete this._model[""],"chartjs"!==this._model.type&&delete this._model.chart}get value(){var t=this.nature["value-property"]||"text";return"value"==t?this.getState("value"):this[t]}set value(t){var e=this.nature["value-property"]||"text";"value"==e?this.setState("value",t):this[e]=t}get data(){return this.getState("data")}set data(t){this.setState("data",t),this.touch()}set tap(t){var e,r,n=null===(e=this.model.event)||void 0===e?void 0:e.tap;if(n){const{cx:t,cy:e}=this.center;null===(r=this.rootModel)||void 0===r||r._doEventAction(n,this,!0,new CustomEvent("click",{offsetX:t,offsetY:e}))}}get mappings(){return!this._mappings&&this.parent&&this.buildMappings(),this._mappings}serialize(...t){return JSON.stringify(this.hierarchy,...t)}get controls(){}closeScene(t){this.rootModel.closeScene(t)}}Gtt.union=function(t){var e,r,n,i;return t.forEach((t=>{void 0===e?(e=t.left,r=t.top,n=t.left+t.width,i=t.top+t.height):(e=Math.min(t.left,e),r=Math.min(t.top,r),n=Math.max(t.left+t.width,n),i=Math.max(t.top+t.height,i))})),{left:e,top:r,width:n-e,height:i-r}},Gtt.transcoordR=mtt,Gtt.transcoordRR=btt,Gtt.createCanvas=att,Gtt.memoize=b9,Gtt.mixin=g9,Gtt.drawText=vtt,Gtt.font=ptt,Gtt.textLines=dtt,Gtt.drawStroke=ctt,Gtt.drawFill=stt,Gtt.reposition=ktt,Gtt.RetentionManager=Ott,Gtt.template=function(t,e,r){var n=t7.imports._.templateSettings||t7;r&&k8(t,e,r)&&(e=void 0),t=Q8(t),e=P8({},e,n,U8);var i,o,a=P8({},e.imports,n.imports,U8),s=F6(a),c=function(t,e){return N8(e,(function(e){return t[e]}))}(a,s),u=0,l=e.interpolate||a7,h="__p += '",f=RegExp((e.escape||a7).source+"|"+l.source+"|"+(l===$8?o7:a7).source+"|"+(e.evaluate||a7).source+"|$","g"),d=c7.call(e,"sourceURL")?"//# sourceURL="+(e.sourceURL+"").replace(/\s/g," ")+"\n":"";t.replace(f,(function(e,r,n,a,s,c){return n||(n=a),h+=t.slice(u,c).replace(s7,H8),r&&(i=!0,h+="' +\n__e("+r+") +\n'"),s&&(o=!0,h+="';\n"+s+";\n__p += '"),n&&(h+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=c+e.length,e})),h+="';\n";var p=c7.call(e,"variable")&&e.variable;if(p){if(i7.test(p))throw new Error("Invalid `variable` option passed into `_.template`")}else h="with (obj) {\n"+h+"\n}\n";h=(o?h.replace(e7,""):h).replace(r7,"$1").replace(n7,"$1;"),h="function("+(p||"obj")+") {\n"+(p?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(i?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+h+"return __p\n}";var g=z8((function(){return Function(s,d+"return "+h).apply(void 0,c)}));if(g.source=h,D8(g))throw g;return g},Gtt.buildSubstitutor=Rtt,Object.assign(Gtt.prototype,{drawEffect:function(t){const{effects:e}=this.state;(e||[]).forEach((e=>{this.effect(t,e)}))},prepareFill:function(t,e){var r=this.fillStyle;if(r&&"pattern"==r.type&&r.image){if("string"!=typeof r.image)return this._pattern_image_origin=this._pattern_image=r.image,void t(this);this._pattern_image=null,this._pattern_image_origin=new Image;var n=this;this._pattern_image_origin.onload=function(){if(!r.fitPattern&&!r.width&&!r.height)return n._pattern_image=n._pattern_image_origin,void t(this);let e=r.width||this.width,i=r.height||this.height;r.fitPattern&&(e=n.bounds.width,i=n.bounds.height);let o=att(e,i);o.getContext("2d").drawImage(this,0,0,this.width,this.height,0,0,e,i),n._pattern_image=o,t(this)},this._pattern_image_origin.onerror=function(t){e(t)};try{"data"!==String(r.image).substring(0,4)?this._pattern_image_origin.crossOrigin="use-credentials":this._pattern_image_origin.crossOrigin=null,this._pattern_image_origin.src=this.app.url(r.image)}catch(t){e(t)}}else t(this)},prepareFillIf:function(t){t&&this.prepareFill((t=>{this.invalidate()}),(t=>{v9(t)}))},onchangeFill:function(t,e){var r=this.fillStyle;r&&"pattern"!==r.type?this._pattern_image&&(this._pattern_image=null,this._pattern_image_origin=null):(null==r?void 0:r.image)&&this.prepareFillIf(r.image)},drawImage:function(t,e,r,n,i,o){e.complete?t.drawImage(e,r,n,i,o):e.addEventListener("load",(()=>{this.invalidate()}))},mutateBounds:function(t,e){var r=this.bounds,n=this.rotatePoint,i=this.get("rotation"),o=this.get("scale");if(t){var a=t.call(e,r);a&&(r=a)}var{left:s,top:c,width:u,height:l}=r,h=[{x:s,y:c},{x:s+u,y:c+l}],f=(h=h.map((t=>btt(t.x,t.y,n,i,o))))[0],d=h[1];n={x:(f.x+d.x)/2,y:(f.y+d.y)/2},f=(h=h.map((t=>mtt(t.x,t.y,n,i,o))))[0],d=h[1],this.bounds={left:f.x,top:f.y,width:d.x-f.x,height:d.y-f.y}},mutatePath:function(t,e,r){var n=this.path,i=this.rotatePoint;this.get("rotation"),this.get("scale"),t&&(n=t.call(r,n));var o=n.map((t=>this.transcoordS2P(t.x,t.y)));e&&(n=e.call(r,o))&&(o=n);var a,s,c,u,l={x:0,y:0};a=s=(n=o.map((t=>this.transcoordP2S(t.x,t.y,l))))[0].x,c=u=n[0].y;for(let t=1;t<n.length;t++){let e=n[t];e.x<a?a=e.x:e.x>s&&(s=e.x),e.y<c?c=e.y:e.y>u&&(u=e.y)}i={x:(a+s)/2,y:(c+u)/2},i=this.transcoordS2P(i.x,i.y,l),this.path=o.map((t=>this.transcoordP2S(t.x,t.y,i)))},access:function(t){if(t){var e=String(t),r=(e.match(/#{(\S*)}/)||[]).map((t=>Ctt(t)))[0];if(r)return r.accessor(this.getState(r.target));var n=(e.match(/\${[^}]*}/)||[]).map((t=>Ctt(t)))[0];if(n){let t=this.root.findById(n.target);return n.accessor(this.getState(t))}return t}},substitute:function(t,e){if(t){var r=String(t),n=e||i9,i=(r.match(/#{(\S*)}/gi)||[]).map((t=>Ctt(t))),o=(r.match(/\${[^}]*}/gi)||[]).map((t=>Ctt(t)));if(0==i.length&&0==o.length)return r;var a=r;return i.forEach((t=>{let e=n(t.accessor(this.getState(t.target)));a=a.replace(t.match,void 0===e?"":e)})),o.forEach((t=>{let e=this.root.findById(t.target),r=n(t.accessor(e&&e.data));a=a.replace(t.match,void 0===r?"":r)})),a}},onchangeMappings:function(t,e){this.disposeMappings(),ott.call(this)},onchangeData:function(t,e){var r,n;this.state.persistent&&(null===(r=this.app)||void 0===r?void 0:r.isViewMode)&&(null===(n=this.app)||void 0===n||n.dataStorage.save(this,t.data)),ott.call(this,[!0])},buildMappings:function(){if(this._model.mappings)return!this._model.mappings instanceof Array?(v9("Mappings model is invalid (should be a Array) ..",this._model.mappings),void(this._mappings=[])):void(this._mappings=(this._model.mappings||[]).filter((t=>t.rule&&t.target)).map((t=>new ntt(t,this))));this._mappings=[]},executeMappings:ott,disposeMappings:function(){this._mappings&&this._mappings.forEach((t=>t.dispose())),delete this._mappings},ondropfile:function(t,e){for(let r=0;r<t.length;r++)if(t[r].type.startsWith("image/"))return void this.set("fillStyle",{type:"pattern",image:e[r],fitPattern:!0})},transcoordS2P:function(t,e,r){if(!this.parent)return{x:t,y:e};let{rotation:n=0,scale:i={x:1,y:1}}=this.state;if(this.isLayer()){const r=this.state.translate;let o=btt(t,e,void 0,n+this._delta.theta,i);return r&&(o.x+=r.x,o.y+=r.y),o}r=r||this.rotatePoint;const{theta:o=0,tx:a=0,ty:s=0,sx:c=1,sy:u=1}=this._delta||{};r={x:r.x+a,y:r.y+s},i={x:i.x*c,y:i.y*u};const l=btt(t+a,e+s,r,n+o,i);return{x:l.x-(r.x*i.x-r.x),y:l.y-(r.y*i.y-r.y)}},transcoordP2S:function(t,e,r){if(!this.parent)return{x:t,y:e};const{rotation:n=0,scale:i={x:1,y:1}}=this.state;if(this.isLayer()){const r=this.state.translate;let o=mtt(t,e,r,n,i);return r&&(o.x-=r.x/i.x,o.y-=r.y/i.y),o}const o=mtt(t,e,r=r||this.rotatePoint,n,i);return{x:o.x+(r.x-r.x/i.x),y:o.y+(r.y-r.y/i.y)}},transcoordS2T:function(t,e,r){r=r||this.rootModel;const n=[];for(let t=this.parent;t&&t!==r;t=t.parent)n.push(t);let i=this.transcoordS2P(t,e);return n.forEach((t=>{const{scale:e}=t.model,r=t.bounds;if(e){const n=t.rotatePoint;i.x+=(n.x-r.left)*e.x,i.y+=(n.y-r.top)*e.y}else i.x+=r.left,i.y+=r.top;i=t.transcoordS2P(i.x,i.y)})),i},transcoordT2P:function(t,e,r){r=r||this.rootModel;const n=[];for(let t=this.parent;t&&t!==r;t=t.parent)n.splice(0,0,t);let i={x:t,y:e};return n.forEach((t=>{const{scale:e}=t.model;i=t.transcoordP2S(i.x,i.y);const r=t.bounds;if(e){const n=t.rotatePoint;i.x-=(n.x-r.left)/e.x,i.y-=(n.y-r.top)/e.y}else i.x-=r.left,i.y-=r.top})),i},transcoordT2S:function(t,e,r){const n=this.transcoordT2P(t,e,r);return this.transcoordP2S(n.x,n.y)},transcoordS2TR:function(t,e,r){r=r||this.rootModel;const n=this.transcoordS2T(t,e,r);return btt(n.x,n.y,void 0,(r.get("rotation")||0)+r._delta.theta)},transcoordS2O:function(t,e,r){const n=this.rootModel,i=this.transcoordS2T(t,e,n);return r.transcoordT2S(i.x,i.y,n)},transcoordC2S:function(t,e,r){if(!r)for(r=this;r&&!r.isLayer();)r=r.parent;const{translate:n={x:0,y:0},scale:i={x:1,y:1},rotation:o=0}=r.model;let a=mtt(t,e,n,o,i);return n&&(a.x-=n.x/i.x,a.y-=n.y/i.y),r===this?a:this.transcoordT2S(a.x,a.y,r)},transcoordS2C:function(t,e,r){if(!r)for(r=this;r&&!r.isLayer();)r=r.parent;let n;n=r!==this?this.transcoordS2T(t,e,r):{x:t,y:e};const{translate:i={x:0,y:0},rotation:o=0,scale:a={x:1,y:1}}=r.model;return n=btt(n.x,n.y,void 0,o+r._delta.theta,a),i&&(n.x+=i.x,n.y+=i.y),n}}),["rotatePoint","font","lineHeight","retention"].forEach((t=>Gtt.memoize(Gtt.prototype,t,!1))),["bounds","center","textBounds"].forEach((t=>Gtt.memoize(Gtt.prototype,t,!0))),Gtt.mixin(Gtt.prototype,l9.withEvent);class Wtt extends Gtt{set rotationX(t){this.setState("rotationX",t)}get rotationX(){return this.getState("rotationX")}set rotationY(t){this.setState("rotationY",t)}get rotationY(){return this.getState("rotationY")}set rotationZ(t){this.setState("rotation",t)}get rotationZ(){return this.getState("rotation")}set zPos(t){this.setState("zPos",t)}get zPos(){return this.getState("zPos")}set depth(t){this.setState("depth",t)}get depth(){return this.getState("depth")}postrender(t){this.drawFill(t),this.drawStroke(t),super.postrender(t)}render(t){var e=this.drawPath,{round:r=0}=this.state;if(!(e.length<=1)){t.beginPath();for(var n=0;n<e.length;n++){const c=e[(n-1+e.length)%e.length],u=e[(n+e.length)%e.length],l=e[(n+1)%e.length];if(c.x===u.x&&c.y===u.y)continue;var i=0!==(s=Math.sqrt((c.x-u.x)*(c.x-u.x)+(c.y-u.y)*(c.y-u.y)))?Math.atan2(c.x-u.x,c.y-u.y):0,o=Math.sin(i)*Math.min(r,s/2)+u.x,a=Math.cos(i)*Math.min(r,s/2)+u.y;const h=r>0||0!==s?{x:o,y:a}:u;var s;i=0!==(s=Math.sqrt((l.x-u.x)*(l.x-u.x)+(l.y-u.y)*(l.y-u.y)))?Math.atan2(l.x-u.x,l.y-u.y):0,o=Math.sin(i)*Math.min(r,s/2)+u.x,a=Math.cos(i)*Math.min(r,s/2)+u.y;const f=r>0||0!==s?{x:o,y:a}:u;0==n?t.moveTo(h.x,h.y):t.lineTo(h.x,h.y),r>0&&t.quadraticCurveTo(u.x,u.y,f.x,f.y)}t.closePath()}}}function qtt(t,e,r){return Math.max(0,Math.min(t,Math.min(r,e)/2))}var Xtt=t=>{var e=class extends t{contains(t,e){var{left:r,top:n,width:i,height:o,lineWidth:a=0}=this.state,s=a/2;return t<Math.max(r+i,r)+s&&t>Math.min(r+i,r)-s&&e<Math.max(n+o,n)+s&&e>Math.min(n+o,n)-s}set path(t){var e=t[0],r=t[2];this.set({left:e.x,top:e.y,width:r.x-e.x,height:r.y-e.y})}get path(){var{left:t=0,top:e=0,width:r=0,height:n=0}=this.state;return[{x:t,y:e},{x:t+r,y:e},{x:t+r,y:e+n},{x:t,y:e+n}]}get anchors(){return function(t){var{left:e,top:r,width:n,height:i}=t.bounds,o=e+n/2,a=r+i/2;return[{name:"TOP",position:{x:o,y:r}},{name:"RIGHT",position:{x:e+n,y:a}},{name:"BOTTOM",position:{x:o,y:r+i}},{name:"LEFT",position:{x:e,y:a}}]}(this)}get bounds(){const{left:t=0,top:e=0,width:r=0,height:n=0}=this.state;return{left:t,top:e,width:r,height:n}}set bounds(t){this.set({left:0,top:0,width:0,height:0,...t})}render(t){var{round:e=0}=this.model,{left:r,top:n,width:i,height:o}=this.bounds;t.translate(r,n),t.beginPath(),(e=qtt(e,i,o))>0?t.roundRect(0,0,i,o,e):t.rect(0,0,i,o),t.translate(-r,-n)}};return b9(e.prototype,"path",!1),e};const Vtt={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"textarea",label:"front-side-template",name:"frontSideTemplate",property:{language:"html"}},{type:"textarea",label:"back-side-template",name:"backSideTemplate",property:{language:"html"}},{type:"textarea",label:"style",name:"style",property:{language:"css"}}],help:"scene/component/info-window"};const Ktt=20;function Qtt(t,e){var r=t.split(/\s+/),n=r.indexOf(e);return-1!=n?r.splice(n,1):r.splice(-1,0,e),r.join(" ")}class Jtt extends(Xtt(Wtt)){static get image(){return Jtt._image||(Jtt._image=new Image,Jtt._image.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAY1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADIAbxiAAAAIHRSTlMA+gPshCwwWFzYCeLRm7QRG6rLeDZI9JOJJDtjb1HAf1sAT80AAAQQSURBVHhe7MCBAAAAAMKw/KkzOMG2BAAAAKeu3lUohIEggO7jQi5qHqpgwML5/6+0F0y02z31FlvMMLKt86QMQ1ined2Evih1hFFjLfRWjgzDOGZ6JSiM00B9EuHALtQxJLiQBmqSBCeSUEuEGzs1BDjSaHxWOKK5Eyz/4SoMV/hp4+vtcPkdwZD/udwevNg7t1xXYRiKmkB7C+ENlPLq8fxHeX+RGjWQ1D45ldcIulBIvCvYJGBEadyTzxAcfY57NBjpLScOO/bzugcTHe7IMwiSLMcdHZhocMcMgTLjjgZM7F1bCJZ2v27ARGzYDwIk2Z+JYGJ/iiwQLMv+JAEThjkmRG64Q0Q+gIiIiIiIiIiIyFy0KRFt0bOJZAWSUigmkQaJaXhENiRnYBEpkZySRSRGcmIWEaQnYhHRSI5mESmQnIJFZIqQmGhiEYEbEnPjGlEGjYTogW/WUkOXENENSqZfEXmDiIiIiIiIiIiIiIiIiIiImq5ETIpRpBpjJCMeKy6Ri0ZS9MQjkmkkJs1YRDokp2MRyZGclkUkQnIiEQltaX3Lzb6yiGTpl2y/avqSAxGgelCOKI+Kc2isL0TUSsZ4EREREREREREREREREREREfnIQzXrNWSRTeNxnlOwIgueIr6AAyE+CpiqMEUK71IDO4E+LluEKYKnKcMUifEsTZgiJZ5lDVNkwJPcqzBFoPF/HplfxL/w6b4EPGv1h18Weya1TL8iIiIeiIiIiIiIiEjkPefxV+5YA9PPHylB+u5aqgZ39H+jKOxrqtu+pkzvr9YbzoZ6w2OFkzcrA3yE4WZlSSyFk54VoA/wR43+FaD+r9w32QdWvgvjp2ty2xq8qHPHmtyPFxfrK3hw1ejERlAlfR/Ame2OTow05d4rOLLSlHtDVhI0uRO01JeZ405op6zgNNXT+bIRfpIgn+AkU4pOxBscohojdCHu4RRzjC5EYwVHqRONDkSnEvK/CB3QSU32IRW3ZPnj9iEVoGCNTLVrh8ia1x+6wq8xvB5mz8pxu7oPwIn9lcR0AiuX1+1KX+BXqdvXzWsAC0NsGjzZsS/2Bd6yRA5RgIHkXNhSD3whASZ8rrB9mItuEAizac0fDlHxDMEwpQfD1tW4y3Hjfy5s9nOHH3uwWA+EqEJBWCjoTL/S5toBB/7hu6zer74NgqSP39zJU+qQX3ix763mHTqvIVRUVprCljlElRkEjBqNYevH8veBJ2xhiyhE8YctmhDFH7ZoQhR/2KIJUfxhiyRE8YctmhDFH7ZoQhR/2OIJUfxhC9Ppf/t1jgJACERRsHGyYRZB0Ujvf0xD8w6kP7y6RZmgf/oTFTtbbzJVxZWo2Nlqw6TVy5GowNl6ssm7v50obamfSxQAAAAAAAsKLM15fb3vpQAAAABJRU5ErkJggg=="),Jtt._image}static toggle(t,e,r,n){if(e){var i=t.root.findById(e);i?i._findInfoWindowByComponent(t)?Jtt.hide(t,e):Jtt.show(t,e,r,n):console.warn("InfoWindow Not Found.",e)}else console.warn("InfoWindow not defined.")}static hide(t,e){if(e){var r=t.root.findById(e);r?r._removeInfoWindow(t):console.warn("InfoWindow Not Found.",e)}}static show(t,e,r,n){if(e){var i=t.root.findById(e);if(i){if(!i._findInfoWindowByComponent(t)){var{frontSideTemplate:o="",backSideTemplate:a=""}=i.model,s=[o,a].filter((t=>String(t).trim()));if(s=s.map((t=>Gtt.template(function(t,e,r){return(e||r?['<div class="info-window-btns">',e?'<button class="closable">&#88</button>':"",r?'<button class="flipable">&#8652</button>':"","</div>"]:[]).concat(['<div class="info-window-content">',t,"</div>"]).join("")}(t,!r,2==s.length)))),0!=s.length){var c='\n.flip {\n backface-visibility: hidden;\n border-radius: 7px;\n height: auto;\n font: normal 14px helvetica, arial, san serif;\n position: absolute;\n opacity: 0.9;\n transform-origin: 50% 50% 0px;\n transition: all 2s;\n min-width: 100px;\n min-height: 50px;\n background-color: #3e424e;\n box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.15);\n}\n\n#side-1 {\n transform: rotateY(0deg);\n}\n\n.flip:after {\n content: "";\n display: block;\n position: absolute;\n opacity: 0.9;\n width: 0;\n height: 0;\n}\n\n.flip.arrow-top:after {\n left: 45%;\n top: -17px;\n border-left: 10px solid transparent;\n border-bottom: 18px solid #323b44;\n border-right: 10px solid transparent;\n}\n\n.flip.arrow-right:after {\n left: 100%;\n top: 48%;\n border-top: 10px solid transparent;\n border-left: 18px solid #323b44;\n border-bottom: 10px solid transparent;\n}\n\n.flip.arrow-bottom:after {\n left: 45%;\n top: 100%;\n border-left: 10px solid transparent;\n border-top: 18px solid #323b44;\n border-right: 10px solid transparent;\n}\n\n.flip.arrow-left:after {\n right: 100%;\n top: 48%;\n border-top: 10px solid transparent;\n border-right: 18px solid #323b44;\n border-bottom: 10px solid transparent;\n}\n\n#side-2 {\n transform: rotateY(180deg);\n}\n\n.flip-side-1 {\n transform: rotateY(0deg) !important;\n}\n\n.flip-side-2 {\n transform: rotateY(180deg) !important;\n}\n\n.info-window-btns {\n position: absolute;\n top: -18px;\n right: 5px;\n overflow: hidden;\n}\n\n.info-window-content {\n padding: 10px;\n color: #efefef;\n font-size: 13px;\n line-height: 1.4;\n}\n\n.info-window-btns button {\n width: 40px;\n height: 40px;\n float: right;\n border: 0;\n border-radius: 50%;\n background-color: #2a7da1;\n margin-right: 3px;\n text-align: center;\n cursor: pointer;\n font-size: 35px;\n color: #fff;\n line-height: 0;\n}\n\n.info-window-btns button:hover {\n background-color: #60bb23;\n}\n'+i.get("style"),{left:u,top:l}=t.bounds,{x:h,y:f}=n?t.rootModel.transcoordC2S(n.x,n.y):t.transcoordS2T(u,l);u=h,l=f;var d=document.createElement("span");d.style.position="absolute";var p=document.createElement("style");if(p.type="text/css",p.appendChild(document.createTextNode(c)),d.appendChild(p),s[0]){var g=document.createElement("div");g.id="side-1",g.className="flip",g.style.display="inline-block",g.innerHTML=s[0](t)}if(s[1]){var v=document.createElement("div");v.id="side-2",v.className="flip",v.style.display="inline-block",v.innerHTML=s[1](t)}O9.forEach((function(t){d.addEventListener(t,(function(t){t.stopPropagation()}))})),I9.forEach((function(t){d.addEventListener(t,(function(t){t.stopPropagation()}))}));var y=t.root.model_layer.overlay;if(g&&d.appendChild(g),v&&d.appendChild(v),y.appendChild(d),i._addInfoWindow(t,d,p),g){let r=g.querySelector(".info-window-btns > .flipable");r&&r.addEventListener("click",(function(t){t.preventDefault(),v.className=Qtt(v.className,"flip-side-1"),g.className=Qtt(g.className,"flip-side-2")}),!1);let n=g.querySelector(".info-window-btns > .closable");n&&n.addEventListener("click",(function(r){r.preventDefault(),Jtt.hide(t,e)}),!1)}if(v){let r=v.querySelector(".info-window-btns > .flipable");r&&r.addEventListener("click",(function(t){t.preventDefault(),v.className=Qtt(v.className,"flip-side-1"),g.className=Qtt(g.className,"flip-side-2")}),!1);let n=v.querySelector(".info-window-btns > .closable");n&&n.addEventListener("click",(function(r){r.preventDefault(),Jtt.hide(t,e)}),!1)}var m=g.offsetWidth,b=g.offsetHeight;window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var x=t.rootModel.target.getBoundingClientRect(),w=[];g&&w.push(g),v&&w.push(v);var A={x:u,y:l},_=t.transcoordS2C(A.x,A.y);if(_.x+m/2+x.left<x.right&&_.x-m/2>x.left){if(b+Ktt<_.y)return d.style.marginLeft=A.x-m/2+"px",d.style.marginTop=A.y-b-Ktt+"px",void w.forEach((t=>t.className+=" arrow-bottom"));if(_=t.transcoordS2C(A.x,A.y+b+Ktt),x.bottom>_.y+x.top)return d.style.marginLeft=A.x-m/2+"px",d.style.marginTop=A.y+Ktt+"px",void w.forEach((t=>t.className+=" arrow-top"))}if((_=t.transcoordS2C(A.x,A.y)).x-(m+Ktt)>x.left)return d.style.marginLeft=A.x-m-Ktt+"px",d.style.marginTop=A.y-b/2+"px",void w.forEach((t=>t.className+=" arrow-right"));d.style.marginLeft=A.x+Ktt+"px",d.style.marginTop=A.y-b/2+"px",w.forEach((t=>t.className+=" arrow-left"))}}}else console.warn("InfoWindow Not Found.",e)}else console.warn("InfoWindow not defined.")}dispose(){this.infoWindows.map((t=>t.component)).forEach((t=>this._removeInfoWindow(t))),super.dispose()}get infoWindows(){return this._windows||(this._windows=[]),this._windows}_findInfoWindowByComponent(t){return this.infoWindows.find((e=>e.component===t))}_addInfoWindow(t,e,r){this._findInfoWindowByComponent(t)||this._windows.push({component:t,window:e,styleElement:r})}_removeInfoWindow(t){var e=this._findInfoWindowByComponent(t);if(!e)return;let r=e.window;r&&r.parentNode.removeChild(r);var n=this.infoWindows.lastIndexOf(e);this.infoWindows.splice(n,1)}render(t){var{left:e,top:r,width:n,height:i}=this.bounds;t.beginPath(),this.drawImage(t,Jtt.image,e,r,n,i)}get hasTextProperty(){return!1}get nature(){return Vtt}}Gtt.register("info-window",Jtt);var Ztt={};var tet={list:function(){return{...Ztt}},register:function(t,e){Ztt[t]=e},unregister:function(t){delete Ztt[t]},get:function(t){if(t){var e=Ztt[t];return e||v9("Layout Not Found - ",t),e}}},eet={reflow:function(t,e){this.drawables(t).filter((t=>t.isHTMLElement())).forEach((t=>t.reposition()))},capturables:function(t){return t.components},drawables:function(t){return t.app&&!t.app.isViewMode?t.components:t.components.filter((t=>!t.hidden))},isStuck:function(t){return!1},ABSOLUTE:!0};tet.register("html-absolute",eet);const ret=["run","goto","goto-playlist","link-open","link-move","route-page","start-scenario","run-scenario","export-data","import-data"],net="auto";const iet=new WeakMap;function oet(t){var e,r,n;const i=t.root,o=iet.get(i);if(!o)return;if(i===t)return o.forEach((t=>oet(t[0]))),void iet.delete(i);const a=o.findIndex((e=>e[0]===t));if(-1===a)return;const s=o[a][1];null===(e=s.div.parentNode)||void 0===e||e.removeChild(s.div),s.scene.target=null,null===(n=(r=s.scene).release)||void 0===n||n.call(r),o.splice(a,1)}class aet{static hideAll(t){(iet.get(t)||[]).forEach((([t])=>oet(t)))}static hide(t){const e=t.root,r=iet.get(e);if(!r)return;const n=r.findIndex((e=>e[0]===t));if(-1===n)return;const i=r[n][1];i.div.style.backgroundColor="transparent",function(t,e){t.style.opacity=1,t.style.transform="scale(1)";let r=+new Date;const n=()=>{const i=Math.min((new Date-r)/200,1);t.style.opacity=1-i,t.style.transform=`scale(${1-i})`,i<1?requestAnimationFrame(n):(t.style.display="none",e&&e())};n()}(i.div,(()=>{oet(t)}))}static show(t,e,r={}){const{data:n,modal:i=!1,closable:o=!0,minimizable:a=!1,draggable:s=!1,output:c=!0,title:u=""}=r,l=t.app.refProvider;null==l||l.get(e,!0).then((e=>{var l;const h=document.createElement("div"),f=h.style;if(h.setAttribute("popup",""),i){const{width:e,height:r}=t.rootModel.bounds;Object.assign(f,{position:"fixed",zIndex:1,left:0,top:0,width:`${e}px`,height:`${r}px`,overflow:"hidden",backgroundColor:"transparent"})}else Object.assign(f,{position:"absolute",display:"inline-block",overflow:"hidden"});h.innerHTML=u?'\n<div class="popup-wrap">\n <div class="popup-title-bar">\n <div class="popup-title"></div>\n <button class="draggable-1945">drag_pan</button>\n <button class="minimizable-1945">minimize</button>\n <button class="closable-1945">close</button>\n </div>\n <div class="popup-content"></div>\n</div>\n':'\n<div class="popup-content">\n <button class="draggable-1945">drag_pan</button>\n <button class="minimizable-1945">minimize</button>\n <button class="closable-1945">close</button>\n</div>\n';const d=h.querySelector(".popup-content"),{width:p,height:g}=e.root.model;Object.assign(d.style,{width:`${p}px`,height:`${g}px`});const v=document.createElement("style");v.type="text/css",v.appendChild(document.createTextNode("\n.popup-title-bar {\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n width: 100%;\n height: 30px;\n background-color: var(--md-sys-color-primary, #f1f1f1);\n color: var(--md-sys-color-on-primary, black);\n padding: 5px;\n box-sizing: border-box;\n border-bottom: 1px solid #ccc;\n}\n\n.popup-title {\n flex: 1;\n text-align: center;\n}\n\nbutton.closable-1945, button.minimizable-1945, button.draggable-1945 {\n position: absolute;\n display: none;\n color: white; \n background-color: black; \n opacity: .3;\n width: 20px;\n height: 20px;\n top: 5px; \n z-index: 1;\n padding: 0;\n margin: 0;\n border: 0px;\n text-align: center;\n cursor: pointer;\n border-radius: 4px;\n font-family: Material Symbols Outlined;\n font-size: 12px;\n}\n\nbutton.draggable-1945 {\n right: 55px;\n cursor: move;\n}\n\nbutton.minimizable-1945 {\n right: 30px;\n}\n\nbutton.closable-1945 {\n right: 5px;\n}\n\nbutton.closable-1945:hover, button.minimizable-1945:hover, button.draggable-1945:hover {\n opacity: .6; \n}\n")),h.appendChild(v),ret.forEach((r=>{e.on(r,((...e)=>{t.trigger(r,...e)}))}));const y=h.querySelector(".popup-content"),m=h.querySelector(".draggable-1945");[...O9,...I9].forEach((t=>{y.addEventListener(t,(t=>{t.stopPropagation()}))})),[...O9,...I9].forEach((t=>{h.addEventListener(t,(t=>{t.stopPropagation()}))})),i&&o&&h.addEventListener("click",(e=>{e.target===h&&aet.hide(t)}));if(t.root.model_layer.overlay.appendChild(h),function(t,e,r){const n=t.root;if(n===t)return;oet(t);let i=iet.get(n)||[];i=[...i,[t,{div:e,scene:r}]],iet.set(n,i)}(t,h,e),u){h.querySelector(".popup-title-bar .popup-title").textContent=u}if(s&&(!function(t,e,r){let n,i,o,a;e.addEventListener("mousedown",(e=>{function s(e){e.preventDefault(),e.stopPropagation();const s=e.clientX-n,c=e.clientY-i,u=r.rootModel.overlay.style.transform.match(/scale\(([^,]+),\s*([^)]+)\)/),l=u?parseFloat(u[1]):1,h=u?parseFloat(u[2]):l;t.style.left=`${o+s/l}px`,t.style.top=`${a+c/h}px`}e.preventDefault(),e.stopPropagation(),n=e.clientX,i=e.clientY,o=parseInt(t.style.left,10)||0,a=parseInt(t.style.top,10)||0,document.addEventListener("mousemove",s,!0),document.addEventListener("mouseup",(function t(e){e.preventDefault(),e.stopPropagation(),document.removeEventListener("mousemove",s,!0),document.removeEventListener("mouseup",t,!0)}),!0)}))}(i?h.querySelector(".popup-wrap"):h,h.querySelector(".popup-title-bar"),t),u?m&&(m.style.display="block"):(y.addEventListener("mouseenter",(()=>{m&&(m.style.display="block")})),y.addEventListener("mouseleave",(()=>{m&&(m.style.display="none")})))),a){const t=h.querySelector(".minimizable-1945");let e=!1;t.addEventListener("click",(t=>{t.preventDefault(),e=!e;const r=h.querySelector(".popup-wrap");!function(t,e){const r=t.querySelector(".minimizable-1945");e?(r.innerHTML="crop_square",t.style.height="30px",t.style.overflow="hidden"):(r.innerHTML="minimize",t.style.height="",t.style.overflow="visible")}(i?r:h,e)})),u?t&&(t.style.display="block"):(y.addEventListener("mouseenter",(()=>{t&&(t.style.display="block")})),y.addEventListener("mouseleave",(()=>{t&&(t.style.display="none")})))}if(o){const t=h.querySelector(".closable-1945");u?t&&(t.style.display="block"):(y.addEventListener("mouseenter",(()=>{t&&(t.style.display="block")})),y.addEventListener("mouseleave",(()=>{t&&(t.style.display="none")})))}null===(l=h.querySelector(".closable-1945"))||void 0===l||l.addEventListener("click",(e=>{e.preventDefault(),aet.hide(t)})),h.addEventListener("close-scene",(e=>{e.preventDefault(),e.stopPropagation(),aet.hide(t),c&&(t.data=e.detail)})),e.target=d,e.data=n||t.data,e.fit("both");const{x:b,y:x}=t.center,w=t.transcoordS2T(b,x,t.rootModel),A=function(t,e,r,n){const{location:i=net,title:o=""}=n||{},a=t.bounds;let s=e.bounds;o&&(s.height+=30);const c=Math.max(a.width/4-s.width/2,20),u=Math.min(3*a.width/4+s.width/2,a.width-20)-s.width,l=Math.max(a.height/4-s.height/2,20)+(o?30:0),h=Math.min(3*a.height/4+s.height/2,a.height-20)-s.height+(o?30:0);switch(i){case net:return{x:r.x<a.width/2?Math.min(u,r.x+20):Math.max(c,r.x-(s.width+20)),y:r.y<a.height/2?Math.min(h,r.y+20+(o?30:0)):Math.max(l,r.y-(s.height+20+(o?30:0)))};case"left-top":return{x:c,y:l};case"right-top":return{x:u,y:l};case"left-bottom":return{x:c,y:h};case"right-bottom":return{x:u,y:h};default:return{x:(a.width-s.width)/2,y:(a.height-s.height+(o?30:0))/2}}}(t.rootModel,e.root,w,r);if(i)if(u){const t=h.querySelector(".popup-wrap");Object.assign(t.style,{position:"absolute",left:`${A.x}px`,top:`${A.y}px`,width:`${p}px`,height:`${g}px`})}else Object.assign(d.style,{left:`${A.x}px`,top:`${A.y}px`,width:`${p}px`,height:`${g}px`});else Object.assign(h.style,{left:`${A.x}px`,top:`${A.y}px`,width:`${p}px`,height:`${u?g+30:g}px`});!function(t,e){t.style.opacity=0,t.style.transform="scale(0)",t.style.display="block";let r=+new Date;const n=()=>{const i=Math.min((new Date-r)/200,1);t.style.opacity=i,t.style.transform=`scale(${i})`,i<1?requestAnimationFrame(n):e&&e()};n()}(h,(()=>{i&&(h.style.backgroundColor="rgba(0,0,0,0.3)")}))}),(t=>{console.error("cannot fetch board: "+e,t)}))}}var set={reflow:function(t,e){},capturables:function(t){return t.components},drawables:function(t){return t.app.isViewMode?t.components.filter((t=>!t.hidden)):t.components},isStuck:function(t){return!1},ABSOLUTE:!0};function cet(t){var e=t.components.filter((t=>!t.hidden)),r=t.getState("layoutConfig")||{},n=e[r&&r.activeIndex||0];return n&&[n]||[]}tet.register("absolute",set);var uet={reflow:function(t){var e=t.bounds,r=t.getState("layoutConfig")||{},n={left:0,top:0,width:e.width,height:e.height};t.forEach(((t,e)=>{let i=e!=(r.activeIndex||0);t.bounds=n,t.setState("rotation",0),t.element&&(t.element.style.visibility=i?"hidden":"visible")}))},capturables:function(t){return cet(t)},drawables:function(t){return cet(t)},isStuck:function(t){return!0}};function het(t){var e=t.getState("layoutConfig");return e&&e.weight||1}tet.register("card",uet);var fet={reflow:function(t){var e=this.drawables(t),r=t.get("padding")||{},n=e.reduce(((t,e)=>t+het(e)),0),i=t.bounds,o=n>0?(i.width-((r.left||0)+(r.right||0)))/n:i.width,a=i.height-((r.top||0)+(r.bottom||0)),s=0;e.forEach((t=>{let e=het(t),n=t.get("margin")||{};t.bounds={left:o*s+(r.left||0)+(n.left||0),top:0+(r.top||0)+(n.top||0),width:e*o-((n.left||0)+(n.right||0)),height:a-((n.top||0)+(n.bottom||0))},t.setState("rotation",0),s+=e}))},capturables:function(t){return t.components},drawables:function(t){return t.app.isViewMode?t.components.filter((t=>!t.hidden)):t.components},isStuck:function(t){return!0}};function det(t){var e=t.getState("layoutConfig");return e&&e.weight||1}tet.register("linear-horizontal",fet);var pet={reflow:function(t){var e=this.drawables(t),r=t.getState("padding")||{},n=e.reduce(((t,e)=>t+det(e)),0),i=t.bounds,o=n>0?(i.height-((r.top||0)+(r.bottom||0)))/n:i.height,a=i.width-((r.left||0)+(r.right||0)),s=0;e.forEach((t=>{let e=det(t),n=t.getState("margin")||{};t.bounds={left:0+(r.left||0)+(n.left||0),top:o*s+(r.top||0)+(n.top||0),width:a-((n.left||0)+(n.right||0)),height:e*o-((n.top||0)+(n.bottom||0))},t.setState("rotation",0),s+=e}))},capturables:function(t){return t.components},drawables:function(t){return t.app.isViewMode?t.components.filter((t=>!t.hidden)):t.components},isStuck:function(t){return!0}};tet.register("linear-vertical",pet);var get={reflow:function(t){var e=t.getState("layoutConfig"),r=e&&e.columns||t.getState("columns"),n=e&&e.rows||t.getState("rows"),i=e&&e.widths||t.getState("widths"),o=e&&e.heights||t.getState("heights"),a=i?i.filter(((t,e)=>e<r)).reduce(((t,e)=>t+e),0):r,s=o?o.filter(((t,e)=>e<n)).reduce(((t,e)=>t+e),0):n,c=t.textBounds,u=t.getState("paddingLeft")||0,l=t.getState("paddingTop")||0,h=c.width/a,f=c.height/s,d=0,p=0;t.components.forEach(((t,e)=>{let n=i?i[e%r]:1,a=o?o[Math.floor(e/r)]:1,s=t.colspan||1,c=0;for(;--s>0;)c+=i?i[(e+s)%r]:1;let g=t.rowspan||1,v=0;for(;--g>0;)v+=o?o[Math.floor(e/r)+g]:1;t.bounds={left:u+d,top:l+p,width:h*(n+c),height:f*(a+v)},t.setState("rotation",0),e%r==r-1?(d=0,p+=a*f):d+=n*h}))},capturables:function(t){return t.components.filter((t=>!t.merged))},drawables:function(t){return t.components.filter((t=>!t.merged&&!t.hidden))},isStuck:function(t){return!0},keyNavigate:function(t,e,r){var n=t.getState("layoutConfig"),i=n&&n.columns||t.getState("columns"),o=n&&n.rows||t.getState("rows"),{row:a,column:s}=t.getRowColumn(e);switch(r.code){case"ArrowUp":if(a>0)return t.getAt((a-1)*i+s);break;case"ArrowDown":if(a<o-1)return t.getAt((a+1)*i+s);break;case"ArrowRight":if(s<i-1)return t.getAt(a*i+s+1);break;case"ArrowLeft":if(s>0)return t.getAt(a*i+s-1);break;default:return e}},joinType:!0};tet.register("table",get);const vet=new Image;vet.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAclBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0BbqFAAAAJXRSTlMAgAP3VSI6/g9fBk5FavJsMrariSjzPnO1enRRL5SMhmOOWB9keFTE0wAAANxJREFUOMutk9kWgyAMRLFuiLjUtdp9yf//YglVsQXz1HniMPcEMgHGvpX2O0Ypi+EgCL+IAShC+wB7QfubRDT7AFcnUPoLMLiP4PyJbsb55i05AgnR5iaQDsICgtH0cotBWoAP1c7kC6kFxEseCfZfB6gEgbNeBrira2QmH1uVYCXlA3is8UmgUCPIyQJKEmu8QtQJN0e9DPXVpzG2G216c1CqRmcBOdxXk07sWUSPv07zo0amCNQycv+NzmR6cRcwmfbuI7p2nZ/z4be0P83Foz6vIkhfZXr82XgDlZsspIq4peUAAAAASUVORK5CYII=";var yet=t=>class extends t{postrender(t){super.postrender(t),this.app.isEditMode&&this._focused&&this.showMoveHandle&&this._draw_move_handle(t)}_draw_move_handle(t){var{left:e,top:r,width:n}=this.bounds;t.save(),t.beginPath(),t.globalAlpha=1,t.rect(e+n,r,25,25);t.fillStyle="rgba(235, 235, 235, 1)",t.fill(),t.drawImage(vet,e+n+3.75,r+3.75,17.5,17.5),t.closePath(),t.restore()}contains(t,e){var r=super.contains(t,e);if(this.app.isViewMode)return r;if(!r){var{left:n,top:i,width:o,height:a}=this.bounds,s=n+o;this.showMoveHandle&&(r=t<Math.max(s+25,s)&&t>Math.min(s+25,s)&&e<Math.max(i+25,i)&&e>Math.min(i+25,i))}return this._focustd!==r&&(this._focused=r,this.invalidate()),r}};const met=[];class bet extends(yet(Xtt(Gtt))){constructor(t,e){super(t,e),this._components=[]}replaceRefids(t){this.components.forEach((e=>e.replaceRefids(t)))}get showMoveHandle(){return!0}get showOverflow(){return!1}dispose(){this.components.slice().forEach((t=>t.dispose())),super.dispose()}isContainer(){return!0}containable(t){return t.isDescendible(this)}get hasTextProperty(){return!1}get components(){return this._components}get focusible(){return!0}get layout(){return tet.get(this.get("layout"))||set}reflow(){this.layout.reflow(this),this.components&&this.components.forEach((t=>{t.isContainer()&&t.reflow()}))}get hierarchy(){var t=super.hierarchy;return this.components&&(t.components=this.components.map((t=>t.hierarchy))),t}addComponent(t,e=!1){var r=t.parent;if(r){if(this===r)return;r.removeComponent(t,e)}var n=this._components.push(t)-1;t.parent=this,t.added(this),e||this.trigger("add",this,t,n),t.delegate_on(this),e||t.trigger("added",this,t,n),this.root&&this.root.isReady&&t.ready()}removeComponent(t,e=!1){var r=this._components.indexOf(t);-1!=r&&(this._components.splice(r,1),t.parent=null,t.removed(this),e||(this.trigger("remove",this,t),t.trigger("removed",this,t)),t.delegate_off(this))}insertComponentAt(t,e,r=!1){var n=t.parent;n&&n.removeComponent(t,r);var i=this._components.splice(0,e);this._components=i.concat(t,this._components),e=this._components.indexOf(t),t.parent=this,t.added(this),r||this.trigger("add",this,t,e),t.delegate_on(this),r||t.trigger("added",this,t,e)}add(t,e=!1){return t instanceof Array?(t.forEach((t=>{-1==this._components.indexOf(t)&&this.addComponent(t,e)})),this):this.add.call(this,[t],e)}remove(t,e=!1){return t instanceof Array?this._components?(t.forEach((t=>{this.removeComponent(t,e)})),this):this:this.remove.call(this,[t],e)}getAt(t){if(this._components)return this._components[t]}forEach(t,e){this._components&&this._components.forEach(t,e)}traverse(t,e){t.call(e,this),this._components&&this._components.forEach((r=>{r.isContainer()?r.traverse(t,e):t.call(e,r)}))}indexOf(t){return(this._components||met).indexOf(t)}size(){return(this._components||met).length}moveChildAt(t,e){var r=this.indexOf(e);if(-1!=r){var n=this._components.splice(0,r),i=this._components.splice(1);this._components=n.concat(i),t=Math.max(0,t),t=Math.min(t,this._components.length),n=this._components.splice(0,t),this._components=n.concat(e,this._components)}}moveChildForward(t){var e=this.indexOf(t);-1!=e&&e!=this.size()-1&&(this._components[e]=this._components[e+1],this._components[e+1]=t)}moveChildBackward(t){var e=this.indexOf(t);-1!=e&&0!=e&&(this._components[e]=this._components[e-1],this._components[e-1]=t)}moveChildToFront(t){var e=this.indexOf(t);if(-1!=e&&e!=this.size()-1){var r=this._components.splice(0,e),n=this._components.splice(1);this._components=r.concat(n,this._components)}}moveChildToBack(t){var e=this.indexOf(t);if(-1!=e&&0!=e){var r=this._components.splice(0,e),n=this._components.splice(0);this._components=this._components.concat(r,n)}}symmetryX(t){super.symmetryX(t),this.components.map((t=>{t.symmetryX(0)}))}findAll(t,...e){if("string"==typeof t)return U9(t,this,e[0]||this);if("function"==typeof t){var r=[];for(let n=this.components.length-1;n>=0;n--){let i=this.components[n].findAll(t,...e);i&&(r=r.concat(i))}return t(this,...e)&&r.push(this),r}}findFirst(t,...e){if("string"==typeof t)return U9(t,this,e[0])[0];if("function"==typeof t){for(let n=this.components.length-1;n>=0;n--){var r=this.components[n].findFirst(t,...e);if(null!=r)return r}return t(this,...e)?this:null}}findById(t){return this.root.findById(t)}findByRefid(t){return this.root.findByRefid(t)}contains(t,e){var r=super.contains(t,e);if(!r){var{left:n,top:i,width:o,height:a}=this.state;r=t<Math.max(n+o,n)&&t>Math.min(n+o,n)&&e<Math.max(i+a,i)&&e>Math.min(i+a,i)}return r}capture(t,e,r){var n=this.transcoordP2S(t,e);if(!this.contains(n.x,n.y))return!1;var i=this.bounds;n.x-=i.left,n.y-=i.top;var o=this.layout.capturables(this);for(let t=o.length-1;t>=0;t--){var a=o[t].capture(n.x,n.y,r);if(a)return a}return this.capturable&&!(null==r?void 0:r(this))&&this}capturePath(t,e){if(e){if(e.indexOf(this)>-1)return!1;for(let t=0;t<e.length;t++)if(!this.containable(e[t]))return!1}var r=[],{left:n,top:i,width:o,height:a}=this.bounds;for(let e=0;e<t.length;e++){let s=this.transcoordP2S(t[e].x,t[e].y);if(s.x<n||s.x>n+o||s.y<i||s.y>i+a)return!1;s.x-=n,s.y-=i,r.push(s)}let s=this.layout.capturables(this);for(let t=s.length-1;t>=0;t--){let n=s[t];if(!n.isContainer())continue;let i=n.capturePath(r,e);if(i)return i}return this.focusible&&this}render(t){var{left:e=0,top:r=0,width:n,height:i}=this.bounds;t.beginPath(),t.rect(e,r,n,i),t.closePath(),this.drawFill(t),this.drawStroke(t)}postrender(t){const e=this.layout.drawables(this);if(e.length>0){var{left:r=0,top:n=0,width:i,height:o}=this.bounds;t.save(),this.showOverflow||(t.beginPath(),t.rect(r,n,i,o),t.clip(),t.closePath());var{top:n,left:r}=this.state;t.translate(r,n),e.forEach((e=>{e.draw(t)})),t.translate(-r,-n),t.restore()}super.postrender(t)}trim(){this.components.forEach((t=>{t.trim()})),super.trim()}}["layout"].forEach((t=>Gtt.memoize(bet.prototype,t,!1)));class xet extends bet{constructor(t,e){super(t,e),t.translate=t.translate||{x:0,y:0},this._draw_reserved=!1,this.__draw__=()=>{this._draw_reserved=!1,this.trigger("redraw"),this.reflow(),this.draw()},this.throttle_render=()=>{this._draw_reserved||requestAnimationFrame(this.__draw__),this._draw_reserved=!0}}fitSize(t,e,r,n){if(this.target){if(e){let t=getComputedStyle(this.target);r=r||(t?parseFloat(t.getPropertyValue("width")):this.target.clientWidth),n=n||(t?parseFloat(t.getPropertyValue("height")):this.target.clientHeight)}else r=this.model.width,n=this.model.height;"CANVAS"==t.tagName&&(t.setAttribute("width",r*P9),t.setAttribute("height",n*P9)),t.style.width=r+"px",t.style.height=n+"px"}}resize(){this.fitSize(this.element,!0)}isLayer(){return!0}get showOverflow(){return this.app.isEditMode}get anchors(){}createElement(){var t=Gtt.createCanvas(1,1);return t.setAttribute("scene",this.state.type),t.style.position="absolute",t.style.pointerEvents=this.pointerEvents,t}get pointerEvents(){return"auto"}get target(){return this._target}set target(t){this._target&&this.element&&this._target.removeChild(this.element),this._target=t,t&&(this.element||(this.element=this.createElement()),this.resize(),t.appendChild(this.element))}get canvas(){return this.element}dispose(){super.dispose(),this.target=null,this.element=null}get selected(){return this.root.selected}set selected(t){this.root.selected=t}get hasSameParentForAllSelected(){return this.root.hasSameParentForAllSelected}get focused(){return this.root.focused}set focused(t){this.root.focused=t}getContext(){return this._context2D||(this._context2D=this.canvas&&this.canvas.getContext("2d")),this._context2D}draw(t){this.canvas&&(t=t||this.getContext())&&super.draw(t)}prerender(t){var{translate:e,scale:r={x:1,y:1},rotation:n}=this.model;t.clearRect(0,0,t.canvas.width,t.canvas.height),e&&t.translate(e.x*P9,e.y*P9),t.scale(r.x*P9,r.y*P9),n&&t.rotate(n)}get rotatePoint(){return{x:0,y:0}}contains(t,e){return!1}invalidate(){this.throttle_render()}move(t){var e=this.get("translate")||{x:0,y:0};this.set({translate:{x:e.x+t.x,y:e.y+t.y}})}centerTo(t,e){const r=t.rootModel.transcoordC2S(this.canvas.clientWidth/2,this.canvas.clientHeight/2),{x:n,y:i}=t.center,{x:o,y:a}=t.transcoordP2S(n,i),{x:s,y:c}=t.transcoordS2T(o,a),{x:u,y:l}=t.rootModel.get("translate"),{x:h,y:f}=t.rootModel.get("scale");e?d7({step:function(e){t.rootModel.set({translate:{x:u+(r.x-s)*h*e,y:l+(r.y-c)*f*e}})},duration:1e3,delta:"circ",ease:"in"}).start():t.rootModel.set({translate:{x:u+(r.x-s)*h,y:l+(r.y-c)*f}})}}const wet={x:1,y:1},Aet={x:0,y:0};class _et extends xet{dispose(){super.dispose(),delete this._canvas,delete this._overlay}contains(t,e){return!0}isRootModel(){return!0}get stuck(){return!0}get layout(){return eet}get overlay(){if(!this._overlay){var t=document.createElement("div");t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="initial",t.style["user-select"]="none",t.style["transform-origin"]="top left",this.element&&this.element.appendChild(t),this._overlay=t,this._repositionOverlay()}return this._overlay}createElement(){var t=document.createElement("div");return t.style.position="absolute",t.setAttribute("scene",this.state.type),t.style["user-select"]="none",t.style.overflow="hidden",this._canvas=Gtt.createCanvas(1,1),this._canvas.style.position="absolute",t.appendChild(this._canvas),this._overlay&&t.appendChild(this._overlay),t}resize(){if(this.target){var{width:t,height:e,fitMode:r}=this.model;this.root.fitMode?r=this.root.fitMode:r||(r="ratio");try{var n=getComputedStyle(this.target)}catch(t){return void console.error(t,this.target)}var i=n?parseFloat(n.getPropertyValue("width")):this.target.clientWidth,o=n?parseFloat(n.getPropertyValue("height")):this.target.clientHeight;switch(r){case"both":case"ratio":break;case"width":o=e*i/t;break;case"height":i=t*o/e;break;default:i=Math.max(t,i),o=Math.max(e,o)}switch(this.fitSize(this.canvas,!0,i,o),r){case"ratio":case"both":break;case"width":this.element.style.overflowX="hidden",this.element.style.overflowY="auto";break;case"height":this.element.style.overflowX="auto",this.element.style.overflowY="hidden";break;default:this.element.style.overflowX=i>t?"hidden":"auto",this.element.style.overflowY=o>e?"hidden":"auto"}this.fitSize(this.element,!0)}}get canvas(){return this._canvas}get MPP(){var{scale:t={x:1,y:1},unit:e}=this.model;switch(e){case"mm":case"cm":return 1/this.app.PPM/t.x;case"in":return 1/this.app.PPI/t.x;default:return 1/t.x}}capturePath(t,e){var r=this.layout.capturables(this);for(let n=r.length-1;n>=0;n--){let i=r[n];if(!i.isContainer())continue;let o=i.capturePath(t,e);if(o)return o}return!1}get eventMap(){return{"(self)":{"(all)":{change:this._onchanged_all,mouseenter:this._onmouseenter_all,mouseleave:this._onmouseleave_all,click:this._onclick,mousedown:this._onmousedownup,mouseup:this._onmousedownup,touchstart:this._onmousedownup,touchend:this._onmousedownup}}}}closeScene(t){requestAnimationFrame((()=>this.overlay.dispatchEvent(new CustomEvent("close-scene",{bubbles:!0,composed:!0,detail:t}))))}_repositionOverlay(){var t=this._overlay;if(t){var{translate:e=Aet,scale:r=wet,rotation:n=0}=this.model,{left:i,top:o,width:a,height:s}=this.bounds;t.style.left=i+"px",t.style.top=o+"px",t.style.transform=`rotate(${n}rad) scale(${r.x}, ${r.y}) perspective(1px)`,t.style.marginLeft=`${e.x}px`,t.style.marginTop=`${e.y}px`}}onchange(t){var e=this._model;delete e.id,delete e.text,delete e.class,this._repositionOverlay()}_onchanged_all(t,e,r){this.invalidate()}_onmouseenter_all(t,e){if(t.stopPropagation(),this.app&&!this.app.isEditMode&&e){var r=e.origin;if(!(r instanceof _et)&&r.model.event&&r.model.event.hover&&!r.hidden){var n=r.model.event.hover;n&&this._doEventAction(n,r,!0,t)}}}_onmouseleave_all(t,e){if(t.stopPropagation(),e){var r=e.origin;if(this.app&&!this.app.isEditMode){var n=r.model.event&&r.model.event.hover;n&&this._doEventAction(n,r,!1,t)}}}_onclick(t,e){var r;if(t.stopPropagation(),!this.app.isEditMode&&e){var n=e.origin,i=null===(r=n.model.event)||void 0===r?void 0:r.tap;i&&this._doEventAction(i,n,!0,t)}}_onmousedownup(t,e){var r;if(t.stopPropagation(),!this.app.isEditMode&&e){var n=e.origin,i=null===(r=n.model.event)||void 0===r?void 0:r.tap;i&&i.pressed&&this._doMouseDownUpEventAction(i,n,"mousedown"==t.type||"touchstart"==t.type,t)}}_doMouseDownUpEventAction(t,e,r,n){var{pressed:i=!1}=t;i&&(r?function(t){if(!t.hasOwnProperty("_backupShadow")){var e=t.get("shadow");t._backupShadow=e;var{left:r=0,top:n=0}=e||{};t.delta("tx",r),t.delta("ty",n),t.set("shadow",{})}}(e):function(t){t.hasOwnProperty("_backupShadow")&&(t.delta("tx",0),t.delta("ty",0),t.set("shadow",t._backupShadow),delete t._backupShadow)}(e))}_doEventAction(t,e,r,n){var i,{action:o,target:a,value:s,emphasize:c=!1,restore:u=!1,pressed:l=!1,options:h}=t;if(a&&(a=e.access(a)),s&&(s=e.access(s)),c&&(r?function(t){const{hover:e}=t.state.event||{},{emphasize:r}=e||{};if(t.hasOwnProperty("_backupStrokeStyle"))return;if("__backup_emphasize"in t)return;const{strokeStyle:n,lineWidth:i,fillStyle:o}=t.state;t.__backup_emphasize={strokeStyle:n,lineWidth:i,fillStyle:o},t.setState(r)}(e):u&&function(t){"__backup_emphasize"in t&&(t.setState(t.__backup_emphasize),delete t.__backup_emphasize)}(e)),o)switch(o){case"data-toggle":if(!a)return;(r||u)&&this.root.findAll(a,e).forEach((t=>{t.data=!t.data}));break;case"data-tristate":if(!a)return;(r||u)&&this.root.findAll(a,e).forEach((t=>{let e=Math.round(Math.max(Number(t.data)||0,0));t.data=(e+(r?1:2))%3}));break;case"data-spreading":if(!a)return;if(r){var f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.executeMappings(!0)}))}break;case"data-set":if(!a)return;if(r){f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.data=f}))}break;case"partial-data-set":if(!a)return;if(r){f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.data={...t.data,...f}}))}break;case"value-set":if(!a)return;if(r){f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.value=f}))}break;case"partial-value-set":if(!a)return;if(r){f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.value={...t.value,...f}}))}break;case"infoWindow":case"info-window":if(!a)return;"click"==n.type||r?Jtt.show(e,a,u,{x:n.offsetX,y:n.offsetY}):u&&Jtt.hide(e,a);break;case"toggle-info-window":if(!a)return;Jtt.toggle(e,a,!1,{x:n.offsetX,y:n.offsetY});break;case"popup":case"modal-popup":if(!a)return;let t=h&&"input"in h?h.input:"(self)",c=!h||(!("output"in h)||h.output);aet.show(e,a,{data:t&&(null===(i=this.root.findFirst(t,e))||void 0===i?void 0:i.data),output:c,modal:"modal-popup"===o});break;case"close-scene":this.closeScene(e.data);break;case"goto":case"goto-playlist":this.trigger(o,a,h,e);break;case"mouse-cursor":r?this.target.style.cursor=a||"auto":u&&(this.target.style.cursor="auto");break;default:this.trigger(o,a,s,e)}}}function ket(t,e){const r=t.state.refid;return t.root.findAll((t=>t.isLine()&&t.from.component===r&&(!e||t.from.anchor===e)))}function Eet(t,e){const r=t.state.refid;return t.root.findAll((t=>t.isLine()&&t.to.component===r&&(!e||t.to.anchor===e)))}_et.Popup=aet,Gtt.register("model-layer",_et);var Met=t=>class extends t{isConnectable(){return!0}postrender(t){super.postrender(t),this._draw_anchors(t)}_draw_anchors(t){var e=this.anchors||[];t.save(),e.forEach((e=>{var{position:{x:r,y:n},draw:i}=e;if(i){t.beginPath();try{i.call(e,t,this)}catch(t){console.error(t)}t.closePath()}})),t.restore()}contains(t,e){if(n=super.contains(t,e))return n;var r=this.anchors||[];for(let i of r){const r=i.bounds;if(!r)continue;const{left:o,top:a,width:s,height:c}=r;var n;if(n=t<Math.max(o+s,o)&&t>Math.min(o+s,o)&&e<Math.max(a+c,a)&&e>Math.min(a+c,a))return n}return!1}findInOutLines(t){return function(t,e){const r=t.state.refid;return t.root.findAll((t=>!(!t.isLine()||(t.from.component!==r||e&&t.from.anchor!==e)&&(t.to.component!==r||e&&t.to.anchor!==e))))}(this,t)}findOutletLines(t){return ket(this,t)}findOutletEnds(t){return function(t,e){return ket(t,e).map((t=>{var e;return null===(e=t.toEnd)||void 0===e?void 0:e.component})).filter(Boolean)}(this,t)}findInletLines(t){return Eet(this,t)}findInletEnds(t){return function(t,e){return Eet(t,e).map((t=>{var e;return null===(e=t.fromEnd)||void 0===e?void 0:e.component})).filter(Boolean)}(this,t)}};const Tet={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0}}],help:"scene/component/rect"};var Pet={ondragmove:function(t,e,r){var{left:n,top:i,width:o,height:a}=r.model,s=(r.transcoordP2S(t.x,t.y).x-n)/(o/2)*100;s=qtt(s,o,a),r.set({round:s})}};class Oet extends(Met(Xtt(Wtt))){is3dish(){return!0}get controls(){var{left:t,top:e,width:r,round:n,height:i}=this.state;return[{x:t+r/2*((n=null==n?0:qtt(n,r,i))/100),y:e,handler:Pet}]}get nature(){return Tet}}Gtt.register("rect",Oet);const Iet=[1,2,10,20,50,50,50,50,50,50];class Cet extends(Xtt(Wtt)){render(t){const{lineWidth:e=1,fillStyle:r="lightgray",font:n="15px Arial",left:i,top:o,rotation:a,origin:s,margin:c,width:u,height:l,side:h="bottom",strokeStyle:f="#000000",scale:d=1}=this.state;t.translate(i,o),t.beginPath();const p=Math.round(e/2);t.rect(-p,-p,u+2*p,l+2*p),t.clip(),t.beginPath(),t.rect(0,0,u,l),r&&(t.fillStyle=r,t.fill()),t.lineWidth=e,t.strokeStyle=f,t.stroke(),t.beginPath(),t.font=n;var g="bottom"!==h,v=g?0:l,y=4*l/5,m=2*l/3,b=1*l/2,x=3*l/5;g&&(y=l-y,m=l-m,b=l-b,x=l-1.5*l/5);var w=d*this.app.PPM/this.root.unitScale,A=Math.ceil(s/w),_=this.app.PPM/w,k=_<=1.1?1:Iet[Math.round(_)]||100;1!=k&&(A+=(k-A%k)%k);var E=Math.ceil(A*w),S=s+u;for(t.fillStyle=f;E<S;){if(A%10==0){t.moveTo(E-s,b),t.lineTo(E-s,v);let e=(A/10).toString(),r=t.measureText(e);t.fillText(e,E-s-r.width-6,x)}else A%5==0?(t.moveTo(E-s,m),t.lineTo(E-s,v)):(t.moveTo(E-s,y),t.lineTo(E-s,v));A+=k,E=Math.ceil(A*w)}}}Gtt.register("ruler",Cet);const Ret=20,jet=20,Let=90*Math.PI/180,Det="9px Verdana",zet=20,Net="#f4f4f4",Fet="#999";function Bet(t,e,r){return{left:-t.x,top:-t.y,width:Ret,height:zet}}function Uet(t,e,r,n){return{left:Ret-t.x,top:0-t.y,origin:20-t.x,width:e-Ret,height:zet}}function Yet(t,e,r,n){var i={x:0-t.x+10,y:-t.y+jet+(r-jet)/2},o=Gtt.transcoordRR(0-t.x,-t.y+jet,i,Let);return{left:o.x-(r-jet),top:o.y,origin:20-t.y,width:r-jet,height:zet}}function Het(t){var e=t.get("translate");return{left:-e.x,top:-e.y,width:t.canvas.width/P9,height:t.canvas.height/P9}}Gtt.register("guide-layer",class extends xet{constructor(t,e){super(t,e),this.appScale={x:1,y:1},"disabled"!==t.ruler&&(this.hruler=new Cet({left:Ret,top:0,origin:20,margin:0,height:zet,unit:"m",rotation:0,font:Det,fillStyle:Net,strokeStyle:Fet,capturable:!1}),this.vruler=new Cet({left:0,top:0,origin:20,margin:0,height:zet,unit:"m",rotation:Let,font:Det,side:"top",fillStyle:Net,strokeStyle:Fet,capturable:!1}),this.origin_rect=new Oet({left:-20,top:-20,width:20,height:20,fillStyle:Net,strokeStyle:Fet,lineWidth:1}),this.addComponent(this.hruler),this.addComponent(this.vruler),this.addComponent(this.origin_rect)),this.invalidate()}get capturable(){return!1}ready(){if(super.ready(),this.hruler){var t=this.rootModel,e=Object.assign({},t.get("translate"));e.x<Ret&&(e.x+=Ret),e.y<jet&&(e.y+=jet);var r=t.get("scale")||{x:1,y:1};this.appScale=r,this.hruler.set("scale",r.x),this.vruler.set("scale",r.y),t.set("translate",e),this.set("translate",e),this.screen_coord=Het(this);var{width:n,height:i}=this.screen_coord;this.hruler.set(Uet(e,n,0,this.hruler)),this.vruler.set(Yet(e,0,i,this.vruler)),this.origin_rect.set(Bet(e))}else this.screen_coord=Het(this)}resize(){super.resize(),this.screen_coord=Het(this);var{width:t,height:e}=this.screen_coord;this.hruler&&(this.hruler.set(Uet(this.model.translate,t,0,this.hruler)),this.vruler.set(Yet(this.model.translate,0,e,this.vruler)),this.origin_rect.set(Bet(this.model.translate)))}render(t){if(this.guide){t.save();var{x:e,y:r}=this.guide,{top:n,left:i,width:o,height:a}=this.screen_coord;t.beginPath(),t.moveTo(e,n),t.lineTo(e,n+a),t.moveTo(i,r),t.lineTo(i+o,r),t.lineWidth=1,t.strokeStyle="tomato",t.setLineDash([2,3]),t.font="10px tahoma",t.fillStyle="#333";var s=this.transcoordS2C(e,r,this.rootModel);t.textBaseline=s.y>200?"bottom":"top",t.textAlign=s.x>200?"right":"left";var c=s.y>200?-5:5,u=s.x>200?-5:5,l=Math.round(e/this.appScale.x),h=Math.round(r/this.appScale.y);t.fillText(` ${l}, ${h} `,e+u,r+c),t.stroke(),t.restore()}}get guide(){return this._guide}set guide(t){this._guide=t,this.invalidate()}contains(t,e){return!0}get eventMap(){return{"(root)":{"(descendant)":{mousemove:this.onmousemove_child,mouseout:this.onmouseout_child,dragmove:this.onmousemove_child},"model-layer":{change:this.onchange_root_model}},"(self)":{"(descendant)":{mousedown:this.onmousedown_origin}}}}onmousedown_origin(t,e){this.rootModel.set("translate",{x:20,y:20})}onchange_root_model(t,e,r){if(t.scale&&(this.appScale=t.scale,this.hruler&&(this.hruler.set("scale",t.scale.x),this.vruler.set("scale",t.scale.y))),t.translate&&this.set({translate:{x:t.translate.x,y:t.translate.y}}),t.scale||t.translate){if(this.screen_coord=Het(this),this.hruler){var{translate:n}=this.model,{width:i,height:o}=this.screen_coord;this.hruler.set(Uet(n,i,0,this.hruler)),this.vruler.set(Yet(n,0,o,this.vruler)),this.origin_rect.set(Bet(n))}this._guide=null}this.invalidate()}onmouseout_child(t){this._guide=null,this.invalidate()}onmousemove_child(t,e){t.target&&"CANVAS"!==t.target.tagName?this.guide=null:this.guide=this.transcoordC2S(t.offsetX,t.offsetY)}});Gtt.register("shift-layer",class extends xet{ready(){super.ready();var t=this.rootModel.get("translate");this.set("translate",t)}render(t){}get pointerEvents(){return"none"}contains(t,e){return!(2!=this.app.mode)}get eventMap(){return{"(root)":{"(self)":{keydown:this.onkeydown,keyup:this.onkeyup}}}}onkeydown(t){"Space"===t.code&&void 0===this.before_mode&&(this.before_mode=this.app.mode,this.app.mode=2)}onkeyup(t){"Space"===t.code&&(void 0!==this.before_mode&&(this.app.mode=this.before_mode),delete this.before_mode)}ondragstart(t){this.last_position=this.transcoordC2S(t.offsetX,t.offsetY)}ondragmove(t){var{x:e,y:r}=this.transcoordC2S(t.offsetX,t.offsetY);this.rootModel.move({x:e-this.last_position.x,y:r-this.last_position.y},!1),this.last_position=this.transcoordC2S(t.offsetX,t.offsetY)}});class $et{constructor(t){this.params=Object.assign({},t)}excute(){}}class Get extends $et{execute(){this.params.changes.forEach((t=>t.component.set(t.after)))}static before(t){return t.map((t=>({component:t})))}static after(t,e){e.execute(null,!1)}static around(t,e,r){e.call(r),t.execute(null,!1)}}const Wet="left",qet="right",Xet="center",Vet="bottom",Ket="middle",Qet=[Wet,qet,Xet,"top",Ket,Vet];function Jet(t){if(this.hasSameParentForAllSelected&&-1!=Qet.indexOf(t)){var e=this.selected.filter((t=>!t.stuck));if(!(e.length<=1)){var r=this.app.commander;Get.around(r,(function(){!function(t,e){var r=JSON.parse(JSON.stringify(e[0].bounds)),n=r.left+r.width,i=r.top+r.height;for(let t=0;t<e.length;t++){let o=e[t].bounds;r.left=o.left>r.left?r.left:o.left,r.top=o.top>r.top?r.top:o.top,n=o.left+o.width>n?o.left+o.width:n,i=o.top+o.height>i?o.top+o.height:i}switch(r.width=n-r.left,r.height=i-r.top,t){case Wet:for(let t=0;t<e.length;t++){let n=e[t].bounds;e[t].bounds={left:r.left,top:n.top,width:n.width,height:n.height}}break;case Xet:for(let t=0;t<e.length;t++){let n=e[t].bounds;e[t].bounds={left:r.left+r.width/2-n.width/2,top:n.top,width:n.width,height:n.height}}break;case qet:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={left:n-r.width,top:r.top,width:r.width,height:r.height}}break;case"top":for(let t=0;t<e.length;t++){let n=e[t].bounds;e[t].bounds={left:n.left,top:r.top,width:n.width,height:n.height}}break;case Ket:for(let t=0;t<e.length;t++){let n=e[t].bounds;e[t].bounds={left:n.left,top:r.top+r.height/2-n.height/2,width:n.width,height:n.height}}break;case Vet:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={left:r.left,top:i-r.height,width:r.width,height:r.height}}break;default:;}}(t,e)}))}}}const Zet="VERTICAL",trt=[Zet,"HORIZONTAL"];function ert(t){if(this.hasSameParentForAllSelected&&-1!=trt.indexOf(t)){var e=this.selected;if(!(e.length<=1)){var r=this.app.commander;Get.around(r,(function(){!function(t,e){var r=e.filter((t=>!t.stuck)).slice(0);r.sort((function(e,r){let n=e.center,i=r.center;return t===Zet?n.y-i.y:n.x-i.x}));var n=r.reduce(((e,r)=>e+(t===Zet?r.bounds.height:r.bounds.width)),0),i=r[0].bounds,o=r[r.length-1].bounds,a=((t===Zet?o.top+o.height-i.top:o.left+o.width-i.left)-n)/(r.length-1),s=t===Zet?i.top+i.height:i.left+i.width;for(let e=1;e<r.length-1;e++){let n=r[e],i=n.bounds;s+=a,t===Zet?(i.top=s,s+=i.height):(i.left=s,s+=i.width),n.bounds=i}}(t,e)}))}}}function rrt(t){for(var e=0;t&&!t.isRootModel();)e+=t.get("rotation")||0,t=t.parent;return e%(2*Math.PI)}class nrt extends $et{execute(){this.params.changes.forEach((t=>{let{component:e,to_container:r,to_index:n,to_left:i,to_top:o,hint:a}=t,s=function(t){if(t.isRootModel())return t.bounds;var{bounds:e,rotatePoint:r}=t,n=r;return{left:(n=t.transcoordS2T(n.x,n.y)).x-(r.x-e.left),top:n.y-(r.y-e.top),width:e.width,height:e.height}}(e),c=rrt(e);if(e.removeSelf(!r),e.bounds=s,e.set("rotation",c),r){e.set("rotation",function(t,e){return((t.get("rotation")||0)-rrt(e))%(2*Math.PI)}(e,r));let a=function(t,e){if(e.isRootModel())return t.bounds;var{bounds:r,rotatePoint:n}=t,i=e.transcoordT2S(n.x,n.y),o=e.bounds;return{left:i.x-(n.x-r.left)-o.left,top:i.y-(n.y-r.top)-o.top,width:r.width,height:r.height}}(e,r);t.to_left=void 0!==i?i:a.left,t.to_top=void 0!==o?o:a.top,e.bounds={left:t.to_left,top:t.to_top,width:a.width,height:a.height},void 0===n?r.addComponent(e):r.insertComponentAt(e,n)}}))}}function irt(t,e,r){this.app.commander.execute(new nrt({changes:[{component:t,to_container:e,to_index:r}]}))}function ort(t){var e=this.selected.filter((t=>!t.stuck));if(!(0==e.length||e[0].isRootModel()||e.length>1&&("forward"==t||"backward"==t))){var r,n=e[0].parent;if("forward"==t){let t=n.indexOf(e[0]);r=[{component:e[0],from_container:n,to_container:n,from_index:t,to_index:t+1}]}else if("backward"==t){let t=n.indexOf(e[0]);r=[{component:e[0],from_container:n,to_container:n,from_index:t,to_index:t-1}]}else r=e.filter((t=>t.parent===n)).sort(((e,r)=>{let i=n.indexOf(e)<n.indexOf(r);return"front"==t?i:!i})).map(((e,r)=>(n.indexOf(e),{component:e,to_container:n,to_index:"front"==t?n.components.length-r-1:r})));var i=new nrt({changes:r});this.app.commander.execute(i)}}function art(t,e,r,n){var i=Gtt.register(t.type);if(!i)return y9("Class not found",t.type),null;r&&(t.refid=r(t.refid)),t.id&&n&&n(t.id)&&delete t.id;var o=new i(t,e);return t.components&&o.isContainer()&&(t.components.forEach((t=>{var i=art(t,e,r,n);i&&o.addComponent(i)})),delete t.components),o.created(),o}function srt(t,e){var r=z7(t.hierarchy);return delete r.id,art(r,t.app,e)}var crt=Object.freeze({__proto__:null,compile:art,duplicate:srt,select:U9,match:N9});function urt(t,e,r){t instanceof Array||(t=[t]),r||(r=this.model_layer);var n=[],i=new Map;this.selected=t.map((t=>{try{return art(t,r.app,(t=>{const e=this.getNewRefid();return void 0!==t&&i.set(t,e),e}),(t=>(this.indexMap[t]||[])[0]))}catch(t){return console.warn(t),!1}})).filter(Boolean).map((t=>{let{left:o,top:a,width:s,height:c,x:u,y:l,cx:h,cy:f}=e;return t.replaceRefids(i),isNaN(o)||isNaN(a)||isNaN(s)||isNaN(c)||(t.bounds={left:o,top:a,width:s,height:c}),isNaN(u)||isNaN(l)||t.move({x:u,y:l},!1),isNaN(h)||isNaN(f)||(t.center={x:h,y:f}),n.push({component:t,to_container:r}),t})),this.app.commander.execute(new nrt({changes:n}))}function lrt(){var t=[],e=new Map;if(this.selected=this.selected.filter((t=>!t.isRootModel())).map((r=>{let n=srt(r,(t=>{const r=this.getNewRefid();return void 0!==t&&e.set(t,r),r}));return n.move({x:20,y:20},!1),t.push({component:n,to_container:r.parent}),n})).map((t=>(t.replaceRefids(e),t))),0!=t.length){var r=new nrt({changes:t});this.app.commander.execute(r)}}function hrt(){var t=this.selected;this.selected=[];for(var e=null,r=t.filter((t=>!t.isRootModel()&&(t.parent.focusible||t.parent.isGroup()))).map((t=>(e||(e=t.parent),{component:t,to_container:null})));e&&e.isGroup();){let t=[];if(e.components.filter((t=>!r.find((e=>e.component===t)))).forEach((e=>t.push(e))),t.length>1)break;let n=e.parent;t.forEach((t=>r.push({component:t,to_container:n}))),r.push({component:e,to_container:null}),e=n}r.length>0&&this.app.commander.execute(new nrt({changes:r})),e&&e.calculateBounds&&e.calculateBounds()}function frt(t,e,r){var n,i;switch(t){case"execute":case"redo":case"undo":case"command-reset":null===(n=this.app)||void 0===n||n.commander.on(t,e,r);break;case"mode":null===(i=this.app)||void 0===i||i.on(t,e,r);break;default:this.on(t,e,r)}}function drt(t,e,r){var n;switch(t){case"execute":case"redo":case"undo":case"command-reset":null===(n=this.app)||void 0===n||n.commander.once(t,e,r);break;case"mode":this.app.once(t,e,r);break;default:this.once(t,e,r)}}function prt(t,e,r){var n,i;switch(t){case"execute":case"redo":case"undo":case"command-reset":null===(n=this.app)||void 0===n||n.commander.off(t,e,r);break;case"mode":null===(i=this.app)||void 0===i||i.off(t,e,r);break;default:this.off(t,e,r)}}function grt(t){var e=this.target_element,r=t||this.fitMode,n=this;function i(t){n.fit(r),document.fullscreen||document.mozFullScreen||document.webkitIsFullScreen||document.msFullscreenElement||["fullscreenchange","mozfullscreenchange","webkitfullscreenchange","MSFullscreenChange"].forEach((t=>document.removeEventListener(t,i)))}["fullscreenchange","mozfullscreenchange","webkitfullscreenchange","MSFullscreenChange"].forEach((t=>document.addEventListener(t,i))),e.requestFullScreen?e.requestFullScreen():e.webkitRequestFullScreen?e.webkitRequestFullScreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.msRequestFullscreen&&e.msRequestFullscreen()}var vrt=0;function yrt(){var t=this.selected.filter((t=>!t.isRootModel())).map((t=>t.hierarchy));if(0!=t.length)return vrt=0,JSON.stringify(t,null,2)}function mrt(){vrt=0;var t=yrt.call(this);return hrt.call(this),t}function brt(t){if(t)try{vrt++,urt.call(this,JSON.parse(t),{x:15*vrt,y:15*vrt})}catch(e){v9(e,t)}}var xrt=function(){return{escape:function(t){return t.replace(/([.*+?^${}()|\[\]\/\\])/g,"\\$1")},parseExtension:t,mimeType:function(e){var r=t(e).toLowerCase();return(n="application/font-woff",i="image/jpeg",{woff:n,woff2:n,ttf:"application/font-truetype",eot:"application/vnd.ms-fontobject",png:"image/png",jpg:i,jpeg:i,gif:"image/gif",tiff:"image/tiff",svg:"image/svg+xml"})[r]||"";var n,i},dataAsUrl:function(t,e){return"data:"+e+";base64,"+t},isDataUrl:function(t){return-1!==t.search(/^(data:)/)},canvasToBlob:function(t){return t.toBlob?new Promise((function(e){t.toBlob(e)})):function(t){return new Promise((function(e){for(var r=window.atob(t.toDataURL().split(",")[1]),n=r.length,i=new Uint8Array(n),o=0;o<n;o++)i[o]=r.charCodeAt(o);e(new Blob([i],{type:"image/png"}))}))}(t)},resolveUrl:function(t,e){var r=document.implementation.createHTMLDocument(),n=r.createElement("base");r.head.appendChild(n);var i=r.createElement("a");return r.body.appendChild(i),n.href=e,i.href=t,i.href},getAndEncode:function(t){var e=3e4;Prt.impl.options.cacheBust&&(t+=(/\?/.test(t)?"&":"?")+(new Date).getTime());return new Promise((function(r){var n,i=new XMLHttpRequest;if(i.onreadystatechange=a,i.ontimeout=s,i.responseType="blob",i.timeout=e,i.open("GET",t,!0),i.send(),Prt.impl.options.imagePlaceholder){var o=Prt.impl.options.imagePlaceholder.split(/,/);o&&o[1]&&(n=o[1])}function a(){if(4===i.readyState)if(200===i.status){var e=new FileReader;e.onloadend=function(){var t=e.result.split(/,/)[1];r(t)},e.readAsDataURL(i.response)}else n?r(n):c("cannot fetch resource: "+t+", status: "+i.status)}function s(){n?r(n):c("timeout of "+e+"ms occured while fetching resource: "+t)}function c(t){console.error(t),r("")}}))},uid:function(){var t=0;return function(){return"u"+e()+t++;function e(){return("0000"+(Math.random()*Math.pow(36,4)|0).toString(36)).slice(-4)}}}(),delay:function(t){return function(e){return new Promise((function(r){setTimeout((function(){r(e)}),t)}))}},asArray:function(t){for(var e=[],r=t.length,n=0;n<r;n++)e.push(t[n]);return e},escapeXhtml:function(t){return t.replace(/#/g,"%23").replace(/\n/g,"%0A")},makeImage:function(t){return new Promise((function(e,r){var n=new Image;n.onload=function(){e(n)},n.onerror=r,n.src=t}))},width:function(t){var r=e(t,"border-left-width"),n=e(t,"border-right-width");return t.scrollWidth+r+n},height:function(t){var r=e(t,"border-top-width"),n=e(t,"border-bottom-width");return t.scrollHeight+r+n}};function t(t){var e=/\.([^\.\/]*?)$/g.exec(t);return e?e[1]:""}function e(t,e){var r=window.getComputedStyle(t).getPropertyValue(e);return parseFloat(r.replace("px",""))}}(),wrt=function(){var t=/url\(['"]?([^'"]+?)['"]?\)/g;return{inlineAll:function(t,i,o){return a()?Promise.resolve(t):Promise.resolve(t).then(r).then((function(e){var r=Promise.resolve(t);return e.forEach((function(t){r=r.then((function(e){return n(e,t,i,o)}))})),r}));function a(){return!e(t)}},shouldProcess:e,impl:{readUrls:r,inline:n}};function e(e){return-1!==e.search(t)}function r(e){for(var r,n=[];null!==(r=t.exec(e));)n.push(r[1]);return n.filter((function(t){return!xrt.isDataUrl(t)}))}function n(t,e,r,n){return Promise.resolve(e).then((function(t){return r?xrt.resolveUrl(t,r):t})).then(n||xrt.getAndEncode).then((function(t){return xrt.dataAsUrl(t,xrt.mimeType(e))})).then((function(r){return t.replace(function(t){return new RegExp("(url\\(['\"]?)("+xrt.escape(t)+")(['\"]?\\))","g")}(e),"$1"+r+"$3")}))}}(),Art=function(){return{resolveAll:function(){return t().then((function(t){return Promise.all(t.map((function(t){return t.resolve()})))})).then((function(t){return t.join("\n")}))},impl:{readAll:t}};function t(){return Promise.resolve(xrt.asArray(document.styleSheets)).then((function(t){var e=[];return t.forEach((function(t){try{xrt.asArray(t.cssRules||[]).forEach(e.push.bind(e))}catch(e){console.log("Error while reading CSS rules from "+t.href,e.toString())}})),e})).then((function(t){return t.filter((function(t){return t.type===CSSRule.FONT_FACE_RULE})).filter((function(t){return wrt.shouldProcess(t.style.getPropertyValue("src"))}))})).then((function(e){return e.map(t)}));function t(t){return{resolve:function(){var e=(t.parentStyleSheet||{}).href;return wrt.inlineAll(t.cssText,e)},src:function(){return t.style.getPropertyValue("src")}}}}}(),_rt=function(){return{inlineAll:function e(r){return r instanceof Element?n(r).then((function(){return r instanceof HTMLImageElement?t(r).inline():Promise.all(xrt.asArray(r.childNodes).map((function(t){return e(t)})))})):Promise.resolve(r);function n(t){var e=t.style.getPropertyValue("background");return e?wrt.inlineAll(e).then((function(e){t.style.setProperty("background",e,t.style.getPropertyPriority("background"))})).then((function(){return t})):Promise.resolve(t)}},impl:{newImage:t}};function t(t){return{inline:function(e){return xrt.isDataUrl(t.src)?Promise.resolve():Promise.resolve(t.src).then(e||xrt.getAndEncode).then((function(e){return xrt.dataAsUrl(e,xrt.mimeType(t.src))})).then((function(e){return new Promise((function(r,n){t.onload=r,t.onerror=n,t.src=e}))}))}}}}(),krt={imagePlaceholder:void 0,cacheBust:!1};function Ert(t,e){return function(t){void 0===t.imagePlaceholder?Prt.impl.options.imagePlaceholder=krt.imagePlaceholder:Prt.impl.options.imagePlaceholder=t.imagePlaceholder;void 0===t.cacheBust?Prt.impl.options.cacheBust=krt.cacheBust:Prt.impl.options.cacheBust=t.cacheBust}(e=e||{}),Promise.resolve(t).then((function(t){return Mrt(t,e.filter,!0)})).then(Trt).then((function(t){var{bgcolor:r,width:n,height:i,style:o,sx:a=1,sy:s=1}=e,c=t.style;r&&(c.backgroundColor=r);n&&(c.width=n+"px");i&&(c.height=i+"px");c["margin-left"]="0px",c["margin-top"]="0px",c.transform=`rotate(0rad) translate(0px, 0px) scale(${a}, ${s}) perspective(1px)`,o&&Object.keys(o).forEach((function(t){c[t]=o[t]}));return t})).then((function(r){return function(t,e,r){return Promise.resolve(t).then((function(t){return t.setAttribute("xmlns","http://www.w3.org/1999/xhtml"),(new XMLSerializer).serializeToString(t)})).then(xrt.escapeXhtml).then((function(t){return'<foreignObject x="0" y="0" width="100%" height="100%">'+t+"</foreignObject>"})).then((function(t){return'<svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+r+'">'+t+"</svg>"})).then((function(t){return"data:image/svg+xml;charset=utf-8,"+t}))}(r,e.width||xrt.width(t),e.height||xrt.height(t))}))}function Srt(t,e){return Ert(t,e).then(xrt.makeImage).then(xrt.delay(100)).then((function(r){var n=function(t){var r=document.createElement("canvas");if(r.width=e.width||xrt.width(t),r.height=e.height||xrt.height(t),e.bgcolor){var n=r.getContext("2d");n.fillStyle=e.bgcolor,n.fillRect(0,0,r.width,r.height)}return r}(t);return n.getContext("2d").drawImage(r,0,0),n}))}function Mrt(t,e,r){return r||!e||e(t)?Promise.resolve(t).then((function(t){if(t instanceof HTMLCanvasElement)try{return xrt.makeImage(t.toDataURL())}catch(t){y9(t)}return t.cloneNode(!1)})).then((function(r){return function(t,e,r){var n=t.childNodes;return 0===n.length?Promise.resolve(e):i(e,xrt.asArray(n),r).then((function(){return e}));function i(t,e,r){var n=Promise.resolve();return e.forEach((function(e){n=n.then((function(){return Mrt(e,r)})).then((function(e){e&&t.appendChild(e)}))})),n}}(t,r,e)})).then((function(e){return function(t,e){return e instanceof Element?Promise.resolve().then(r).then(n).then(i).then(o).then((function(){return e})):e;function r(){function r(t,e){function r(t,e){xrt.asArray(t).forEach((function(r){e.setProperty(r,t.getPropertyValue(r),t.getPropertyPriority(r))}))}t.cssText?e.cssText=t.cssText:r(t,e)}r(window.getComputedStyle(t),e.style)}function n(){function r(r){var n=window.getComputedStyle(t,r),i=n.getPropertyValue("content");if(""!==i&&"none"!==i){var o=xrt.uid();e.className=e.className+" "+o;var a=document.createElement("style");a.appendChild(s(o,r,n)),e.appendChild(a)}function s(t,e,r){var n="."+t+":"+e,i=r.cssText?o(r):a(r);return document.createTextNode(n+"{"+i+"}");function o(t){var e=t.getPropertyValue("content");return t.cssText+" content: "+e+";"}function a(t){return xrt.asArray(t).map(e).join("; ")+";";function e(e){return e+": "+t.getPropertyValue(e)+(t.getPropertyPriority(e)?" !important":"")}}}}[":before",":after"].forEach((function(t){r(t)}))}function i(){t instanceof HTMLTextAreaElement&&(e.innerHTML=t.value),t instanceof HTMLInputElement&&e.setAttribute("value",t.value)}function o(){e instanceof SVGElement&&(e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e instanceof SVGRectElement&&["width","height"].forEach((function(t){var r=e.getAttribute(t);r&&e.style.setProperty(t,r)})))}}(t,e)})):Promise.resolve()}function Trt(t){return _rt.inlineAll(t).then((function(){return t}))}var Prt={toSvg:Ert,toPng:function(t,e){return Srt(t,e||{}).then((function(t){return t.toDataURL()}))},toJpeg:function(t,e){return Srt(t,e=e||{}).then((function(t){return t.toDataURL("image/jpeg",e.quality||1)}))},toBlob:function(t,e){return Srt(t,e||{}).then(xrt.canvasToBlob)},toPixelData:function(t,e){return Srt(t,e||{}).then((function(e){return e.getContext("2d").getImageData(0,0,xrt.width(t),xrt.height(t)).data}))},impl:{fontFaces:Art,images:_rt,util:xrt,inliner:wrt,options:{}}};function Ort(t,e,r,n){var i=this.model_layer,o=i._overlay;return new Promise((function(a,s){if(i){var c=i.get("width"),u=i.get("height");r=r||c,n=n||u;var l=i.get("translate"),h=i.get("scale"),f=Math.min(r/c,n/u);r=c*f,n=u*f,i.set("translate",{x:0,y:0}),i.set("scale",{x:f/P9,y:f/P9});var d=Gtt.createCanvas(r,n),p=d.getContext("2d");if(i.draw(p),i.set("translate",l),i.set("scale",h),!o)return a(d.toDataURL(t,e)),void(d=null);Prt.toPng(o,{sx:f,sy:f,width:r,height:n}).then((function(i){var o=new Image;o.onload=function(){p.drawImage(o,0,0,r,n),a(d.toDataURL(t,e)),d=null},o.src=i}),(function(r){v9(r),a(d.toDataURL(t,e)),d=null}))}else s("No target model")}))}function Irt(){if(this.hasSameParentForAllSelected){var t=this.selected.filter((t=>!!t.parent&&!t.stuck));if(!(t.length<2)){var e=t[0].parent,r=[],n=t.sort(((t,r)=>e.components.indexOf(t)-e.components.indexOf(r)));n.forEach((t=>{r.push(t.bounds)}));var i=Gtt.union(r),o=t[0].transcoordP2S(i.left,i.top);o=t[0].transcoordS2T(o.x,o.y);var a=new Map,s=art({type:"group",left:o.x,top:o.y,width:i.width,height:i.height},e.app,(t=>{const e=this.getNewRefid();return void 0!==t&&a.set(t,e),e}));s.replaceRefids(a);var c=[{component:s,to_container:e}];n.forEach((t=>{c.push({component:t,to_container:s})})),this.app.commander.execute(new nrt({changes:c})),this.selected=[s]}}}function Crt(){if(0!==this.selected.length){var t=[],e=[];this.selected.forEach((r=>{if(r.isGroup()){var n=r.parent;r.components.forEach((r=>{t.push(r),e.push({component:r,to_container:n})})),e.push({component:r,to_container:null})}})),this.app.commander.execute(new nrt({changes:e})),this.selected=t}}function Rrt(){var t=this.selected;if(0!=t.length){var e=t.map((t=>t.bounds)),r=Gtt.union(e),n=r.left+r.width/2;t.map((t=>{t.symmetryX(n)}))}}function jrt(){var t=this.selected;if(0!=t.length){var e=t.map((t=>t.bounds)),r=Gtt.union(e),n=r.top+r.height/2;t.map((t=>{t.symmetryY(n)}))}}function Lrt(){Get.around(this.app.commander,Rrt,this)}function Drt(){Get.around(this.app.commander,jrt,this)}function zrt(t,e,r){var n=this.findAll(t,r);return n.forEach((t=>{t.set(e)})),n}function Nrt(t){Get.around(this.app.commander,t)}function Frt(){return Object.values(this.indexMap).map((t=>t.map((t=>{let{id:e,data:r}=t.model;return{key:e,value:r}})))).flat().sort(((t,e)=>t.key>e.key?1:-1))}const Brt="left",Urt="right",Yrt="center",Hrt="bottom",$rt="middle",Grt=[Brt,Urt,Yrt,"top",$rt,Hrt];function Wrt(t){if(this.hasSameParentForAllSelected&&-1!=Grt.indexOf(t)){var e=this.selected.filter((t=>!t.stuck)),r=this.app.commander;Get.around(r,(function(){!function(t,e){const r=e[0].parent,{width:n,height:i}=r.bounds;switch(t){case Brt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,left:0}}break;case Yrt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,left:n/2-r.width/2}}break;case Urt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,left:n-r.width}}break;case"top":for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,top:0}}break;case $rt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,top:i/2-r.height/2}}break;case Hrt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,top:i-r.height}}break;default:;}}(t,e)}))}}function qrt(t){t instanceof Array||(t=[t]),this.trigger("addstart",t)}function Xrt(){this.trigger("stylepastestart")}function Vrt(){this.trigger("stylepastestop")}function Krt(){this.trigger("databindpastestart")}function Qrt(){this.trigger("databindpastestop")}function Jrt(t,e,r,n){var i=t.selected,o=n?i.slice(0):[];n&&o.length>0?e=o[0].parent:e.isContainer()||(e=e.parent);var a=e.layout.capturables(e),s=!!e.layout.joinType;if(n&&r.selected.forEach((t=>{o.splice(o.indexOf(t),1)})),r.selected=[],a.forEach((t=>{t.capturable&&function(t,e,r){var n,i,o,a,{sx:s,sy:c,ex:u,ey:l}=e;if(s>u?(n=u,i=s):(n=s,i=u),c>l?(o=l,a=c):(o=c,a=l),r){var h=t.bounds,f=t.transcoordS2TR(h.left,h.top),d=t.transcoordS2TR(h.left+h.width,h.top+h.height),p=f.x,g=d.x,v=f.y,y=d.y,m=Math.min(n,p,i,g),b=Math.max(n,p,i,g),x=Math.min(o,v,a,y),w=Math.max(o,v,a,y);return!(b-m>Math.abs(i-n)+Math.abs(g-p)||w-x>Math.abs(a-o)+Math.abs(y-v))}var A=t.path;if(!A)return error("컴포넌트에 get path가 잘못 구현되어있음.",t),!1;for(let e=0;e<A.length;e++){let r=t.transcoordS2TR(A[e].x,A[e].y);if(n>r.x||i<r.x||o>r.y||a<r.y)return!1}return!0}(t,r,s)&&-1==o.indexOf(t)&&r.selected.push(t)})),o=o.concat(r.selected),i.length!==o.length)t.selected=o;else for(let e=0;e<o.length;e++)if(i[e]!=o[e]){t.selected=o;break}}function Zrt(t,e,r,n,i){i||Jrt(t,e,r,n)}function tnt(t,e){var r=t.components||[];for(let t of r){tnt(t,e);let r=e.indexOf(t);-1!=r&&e.splice(r,1)}}Gtt.register("add-layer",class extends xet{ready(){super.ready();var t=this.rootModel,e=t.get("translate"),r=t.get("scale");this.set("translate",e),this.set("scale",r)}get pointerEvents(){return"none"}render(t){var e=this.addbox;if(e){let{sx:r,sy:n,ex:i,ey:o}=e,a=this.get("scale")||{x:1,y:1};t.beginPath(),t.rect(r,n,i-r,o-n),t.setLineDash([2/a.x,4/a.y]),t.lineWidth=1/a.x,t.strokeStyle="black",t.stroke()}}contains(t,e){return!(3!=this.app.mode)}get eventMap(){return{"(root)":{"(self)":{addstart:this.onaddstart,addstop:this.onaddstop,keydown:this.onkeydown,dragstart:this.ondragstart,dragmove:this.ondragmove,dragend:this.ondragend,mousedown:this.onmousedown,mouseup:this.onmouseup}},"model-layer":{"(self)":{change:this.onchange_root_model}}}}onchange_root_model(t,e,r){t.translate&&this.set("translate",t.translate),t.scale&&this.set("scale",t.scale)}onaddstart(t,e){void 0===this.before_mode&&(this.before_mode=this.app.mode,this.models=t,this.app.mode=3)}onaddstop(){void 0!==this.before_mode&&(this.app.mode=this.before_mode),delete this.before_mode,delete this.addbox,this.invalidate()}onkeydown(t){3!==this.app.mode||"Esc"!=t.code&&"Escape"!=t.code||this.root.trigger("addstop")}ondragstart(t){var{x:e,y:r}=this.transcoordC2S(t.offsetX,t.offsetY);this.addbox={sx:e,sy:r}}ondragmove(t){if(3===this.app.mode){var{x:e,y:r}=this.transcoordC2S(t.offsetX,t.offsetY);this.addbox&&(this.addbox.ex=e,this.addbox.ey=r,this.invalidate())}}ondragend(t,e){if(3!==this.app.mode)return;const{sx:r,sy:n,ex:i,ey:o}=this.addbox;urt.call(this.root,this.models,{left:Math.min(r,i),top:Math.min(n,o),width:Math.abs(i-r),height:Math.abs(o-n)}),this.root.trigger("addstop")}onmousedown(t,e){3===this.app.mode&&(this.downpoint={x:t.offsetX,y:t.offsetY})}onmouseup(t,e){if(this.downpoint.x===t.offsetX&&this.downpoint.y===t.offsetY){var{x:r,y:n}=this.transcoordC2S(t.offsetX,t.offsetY);urt.call(this.root,this.models,{cx:r,cy:n}),this.root.trigger("addstop")}}});Gtt.register("selection-layer",class extends xet{ready(){super.ready();var t=this.rootModel,e=t.get("translate"),r=t.get("scale");this.set("translate",e),this.set("scale",r)}contains(t,e){return!1}render(t){var e=this.selbox;if(e){let{sx:r,sy:n,ex:i,ey:o}=e,a=this.get("scale")||{x:1,y:1};t.beginPath(),t.rect(r,n,i-r,o-n),t.setLineDash([2/a.x,4/a.y]),t.lineWidth=1/a.x,t.strokeStyle="black",t.stroke()}}get eventMap(){return{"(root)":{"(self)":{keydown:this.onkeydown}},"model-layer":{"(self)":{change:this.onchange_root_model},"(all)":{dragstart:this.ondragstart_selbox,dragmove:this.ondragmove_selbox,dragend:this.ondragend_selbox,mousedown:this.onmousedown_comp,mouseup:this.onmouseup_comp}}}}onkeydown(t,e){var{origin:r,deliverer:n}=e,i=n.selected;if(1!==i.length)return!1;var o=i[0],a=o.parent;if(!a||a===n)return!1;if("Tab"===t.code){var s=a.layout.capturables(a),c=s.indexOf(o);if(-1==c){if(!a.indexOf(o))return y9("Container not contains [",o,"] as a component"),!1;c=0}var u=s.length;t.shiftKey?c--:c++,o=s[(c+u)%u]}else{if(!a.layout.keyNavigate)return!1;o=a.layout.keyNavigate(a,o,t)||o}n.selected=[o],t.preventDefault()}onchange_root_model(t,e,r){t.translate&&this.set("translate",t.translate),t.scale&&this.set("scale",t.scale)}_pendingDecision(t){this.downpoint={x:t.offsetX,y:t.offsetY}}_selectGroupItem(t,e){var r=this.selected.indexOf(t);let n=t.parent;for(;n.parent.isGroup();)n=n.parent;let i=[],o=!1,a=!1;if(this.selected.forEach((t=>{let e=t.parent;if(t!==n){for(;e.parent&&e.parent.isGroup();)e=e.parent;e===n&&(i.push(t),o=!0)}else a=!0})),o)if(e.shiftKey){if(-1!=r)return void this._pendingDecision(e);i.push(t)}else{if(-1!=r)return void this._pendingDecision(e);i=[t]}else{if(a)return void this._pendingDecision(e);if(e.shiftKey)if(this.selected.length>0){if(-1!=this.selected.indexOf(n))return;i=[...this.selected,n]}else i=[n];else i=[n]}this.selected=i}onmousedown_comp(t,e){var{origin:r}=e;if(this.downpoint=null,t.shiftKey){if(r.parent.isGroup())return void this._selectGroupItem(r,t);if(-1!=this.selected.indexOf(r))return void this._pendingDecision(t);{let t=this.selected.filter((t=>!t.isRootModel()&&!!t.parent)),e=t.length>0&&t[0].parent;e&&e!==r.parent&&(!function(t,e){for(var r=t.parent;r;){let t=e.indexOf(r);-1!=t&&e.splice(t,1),r=r.parent}}(r,t),tnt(r,t)),t.push(r),this.selected=t}}else{if(r.parent.isGroup())return void this._selectGroupItem(r,t);if(-1!=this.selected.indexOf(r))return;this.selected=[r],this.sameParent=!0}}onmouseup_comp(t,e){if(!this.downpoint)return;if(this.downpoint.x!==t.offsetX||this.downpoint.y!==t.offsetY)return;var{origin:r}=e;let n=this.selected.indexOf(r);if(-1==n&&r.parent.isGroup()&&(n=this.selected.indexOf(r.parent)),-1!==n&&t.shiftKey){let t=this.selected.slice();return n>-1&&t.splice(n,1),void(this.selected=t)}r.parent.isGroup()&&(this.selected=[r])}ondragstart_selbox(t,e){var{origin:r}=e;if(r.stuck){var{x:n,y:i}=this.transcoordC2S(t.offsetX,t.offsetY);this.selbox={sx:n,sy:i,selected:[]}}}ondragmove_selbox(t,e){var{origin:r}=e;if(r.stuck){var{x:n,y:i}=this.transcoordC2S(t.offsetX,t.offsetY);this.selbox&&(this.selbox.ex=n,this.selbox.ey=i,Zrt(this,r,this.selbox,t.shiftKey),this.invalidate())}}ondragend_selbox(t,e){var{origin:r}=e;r.stuck&&(this.last_pos=null,this.selbox=null,Zrt(this,null,null,!1,!0),this.invalidate())}});class ent{constructor(t){this.layer=t}draw(t,e,r){var{left:n,top:i,width:o,height:a}=e.bounds;0!=o&&0!=a&&(t.beginPath(),t.rect(n,i,o,a),t.clip(),t.beginPath(),t.strokeStyle="#f26522",t.lineWidth=4,t.shadowBlur=10,t.shadowColor="black",t.shadowOffsetX=0,t.shadowOffsetY=0,t.rect(n,i,o,a),t.stroke(),t.closePath())}}class rnt{constructor(t){this.layer=t}draw(t,e,r){var n=e.bounds;t.beginPath(),t.rect(n.left-4/r.x,n.top-4/r.y,n.width+8/r.x,n.height+8/r.y),t.setLineDash([3/r.x,4/r.y]),t.lineWidth=1/r.x,t.strokeStyle="black",t.stroke(),t.setLineDash([]),t.closePath()}}class nnt{constructor(t){this.layer=t}reset(){this.active=null}get selected(){return this.layer.selected}contains(t,e,r,n){let i=r.controls;return!!i&&(i.every(((i,o)=>(Math.abs(t-i.x)<=4/n.x&&Math.abs(e-i.y)<=4/n.y&&(this.active={component:r,index:o,handler:i.handler}),!this.active))),!!this.active)}draw(t,e,r){var n=e.controls;n&&n.forEach(((e,n)=>{t.beginPath(),t.lineWidth=1/r.x,t.ellipse(e.x,e.y,4/r.x,4/r.y,0,0,2*Math.PI,!0),t.fillStyle="#ff5d72",t.fill(),t.strokeStyle="#fff",t.stroke()}))}onevent(t,e){var{handler:r,component:n,index:i}=this.active,o=n.transcoordC2S(e.offsetX,e.offsetY);o=n.transcoordS2P(o.x,o.y),r&&"function"==typeof r[t]&&r[t](o,i,n)}onmousedown(t){this.onevent("onmousedown",t)}ondragstart(t){var e=this.active;e.changes=Get.before([e.component]),this.onevent("ondragstart",t)}ondragmove(t){this.onevent("ondragmove",t)}ondragend(t){this.onevent("ondragend",t);var{component:e,changes:r}=this.active;Get.after(r,e.app.commander),e.parent&&e.parent.calculateBounds&&e.parent.calculateBounds()}}function int(t,e){return Math.atan2(e.y-t.y,e.x-t.x)}const ont=15*Math.PI/180;class ant{constructor(t){this.layer=t}reset(){this.active=null,this.created=null}get selected(){return this.layer.selected}contains(t,e,r,n){return!!r.mutable&&(r.path.every(((i,o)=>(Math.abs(t-i.x)<=4/n.x&&Math.abs(e-i.y)<=4/n.y&&(this.active={component:r,index:o}),!this.active))),!!this.active)}startLinkProcess(t,e,r){try{var n=art(e,t.app);return t.rootModel.addComponent(n),this.layer.selected=[n],this.active={component:n,index:1},this.ondragstart(r),n}catch(t){console.warn(r)}}draw(t,e,r){if(e.mutable&&!e.stuck){var n=e.path,i=this.active;n.forEach(((n,o)=>{t.beginPath(),t.ellipse(n.x,n.y,4/r.x,4/r.y,0,0,2*Math.PI,!0),t.lineWidth=1/r.x,t.strokeStyle="#656565",t.fillStyle="#fff",i&&i.component===e&&i.index===o&&(t.strokeStyle="#fa7703",i.toFill&&(t.fillStyle="#ffb80c")),t.fill(),t.stroke()}))}}ondblclick(t){var e=this.active.component;if(e.pathExtendable){var r=e.path.slice();r.length<3||(r.splice(this.active.index,1),e.path=r)}}onmousedown(t){this.active.toFill=!0}ondragstart(t){var{index:e,component:r}=this.active;this.created||(this.active.changes=Get.before([r])),0!==e&&e!==r.path.length-1||(this.layer.counterEnd=0===e?r.toEnd||{fromto:"to"}:r.fromEnd||{fromto:"from"})}ondragmove(t){var{component:e,index:r}=this.active||{};const{offsetX:n,offsetY:i}=t;var o,a,s=e.transcoordC2S(n,i);if(s=e.transcoordS2P(s.x,s.y),t.shiftKey){var c=e.path.length,u=e.isLine()&&0==r?e.path[1]:e.path[(r-1+c)%c];u=e.transcoordS2P(u.x,u.y);var l,h=0;if(c>2)e.isLine()?0==r?l=e.path[2]:1!=r&&(l=e.path[r-2]):l=e.path[(r-2+c)%c],l&&(h=int(l=e.transcoordS2P(l.x,l.y),u));var f=Math.round((int(u,s)-h)/ont)*ont+h;s=function(t,e,r){return{x:Math.cos(e)*r+t.x,y:Math.sin(e)*r+t.y}}(u,f,(o=u,a=s,Math.sqrt((a.x-o.x)*(a.x-o.x)+(a.y-o.y)*(a.y-o.y))))}if(0===r||r===e.path.length-1){const t=this.layer.anchorTarget=e.rootModel.capture(n,i,(t=>!t.isConnectable()));if(t){const{x:o,y:a}=t.transcoordC2S(n,i),c=this.layer.get("scale")||{x:1,y:1},u=this.layer.counterEnd,l=(t.anchors||[]).find((r=>{const{name:n,inout:i,multiplicity:s=1/0,position:l,filter:h}=r;if(u){const{anchor:t,fromto:e}=u;if(t&&("out"===t.inout&&"out"===i||"in"===t.inout&&"in"===i))return!1;if("from"===e&&"out"===i||"to"===e&&"in"===i)return!1}else console.error("should not be here.");if(Math.abs(o-l.x)>8/c.x||Math.abs(a-l.y)>8/c.y)return!1;const f=t.findInOutLines(n);return!!f.includes(e)||!(s!==1/0&&f.length>=s)&&(!u||!h||!!h.call(r,u))}));l?0==r?e.from={component:t.get("refid"),anchor:l.name,position:s}:e.to={component:t.get("refid"),anchor:l.name,position:s}:0==r?e.from={position:s}:e.to={position:s}}}e.mutatePath(null,(function(t){t[r]=s}))}ondragend(t){var{component:e,index:r,changes:n}=this.active;if(0===r||r===e.path.length-1){const{offsetX:n,offsetY:i}=t,o=e.rootModel.capture(n,i,(t=>t===e||t.isLine())),{x:a,y:s}=o.transcoordC2S(n,i),c=this.layer.get("scale")||{x:1,y:1},u=(o.anchors||[]).find((t=>t&&Math.abs(a-t.position.x)<=8/c.x&&Math.abs(s-t.position.y)<=8/c.y));u&&(0==r?e.from={component:o.get("refid"),anchor:u.name}:e.to={component:o.get("refid"),anchor:u.name}),this.layer.endLinkProcess()}if(this.created){let t=new nrt({changes:[{component:this.created,to_container:this.created.parent}]});created.app.commander.execute(t)}else Get.after(n,e.app.commander);e.parent&&e.parent.calculateBounds&&e.parent.calculateBounds()}}class snt{constructor(t){this.layer=t}get active(){var t;return(null===(t=this._active)||void 0===t?void 0:t.component.disposed)&&(this._active=null),this._active}set active(t){this._active=t}reset(){this.active=null}contains(t,e,r,n){var i,o;const a=(null===(i=this.active)||void 0===i?void 0:i.component)===r&&(null===(o=this.active)||void 0===o?void 0:o.anchor);this.active=null;const s=this.layer.counterEnd;return(r.isConnectable()&&!r.disposed&&r.anchors||[]).filter((t=>{const{name:e,inout:n,multiplicity:i=1/0,filter:o}=t;if(s){const{anchor:t,fromto:e}=s;if(t&&("out"===t.inout&&"out"===n||"in"===t.inout&&"in"===n))return!1;if("from"===e&&"out"===n||"to"===e&&"in"===n)return!1}else if("in"===n)return!1;return!(i!==1/0&&r.findInOutLines(e).length>=i)&&(!o||!s||!!o.call(t,s))})).every((i=>{const o=a===i.name?2:1;return i&&i.position&&Math.abs(t-i.position.x)<=4*o/n.x&&Math.abs(e-i.position.y)<=4*o/n.y&&(this.active={component:r,anchor:i.name,template:i.template}),!this.active})),!!this.active}draw(t,e,r){var n,i;if(!e.get("refid")||e.isLine())return;var o=this.active;const a=(null===(n=this.active)||void 0===n?void 0:n.component)===e&&(null===(i=this.active)||void 0===i?void 0:i.anchor),s=this.layer.counterEnd;(e.isConnectable()&&!e.disposed&&e.anchors||[]).filter((t=>{const{name:r,inout:n,multiplicity:i=1/0,filter:o}=t;if(s){const{anchor:t,fromto:e}=s;if(t&&("out"===t.inout&&"out"===n||"in"===t.inout&&"in"===n))return!1;if("from"===e&&"out"===n||"to"===e&&"in"===n)return!1}else if("in"===n)return!1;return!(i!==1/0&&e.findInOutLines(r).length>=i)&&(!s||!o||!!o.call(t,s))})).forEach((n=>{const{name:i,position:s}=n,c=a===i?2:1;s&&(t.beginPath(),t.ellipse(s.x,s.y,4*c/r.x,4*c/r.y,0,0,2*Math.PI),t.setLineDash([0,0]),t.lineWidth=1/r.x,t.strokeStyle="#656565",t.stroke(),t.fillStyle="#fff",o&&o.component===e&&o.anchor===i&&(t.strokeStyle="#fa7703",o.focus&&(t.fillStyle="#ffb80c")),t.fill(),t.stroke())}))}onmousedown(t){this.active.focus=!0}ondragstart(t){const{component:e,anchor:r,template:n}=this.active,i=this.layer.transcoordC2S(t.offsetX,t.offsetY);this.layer.startLinkProcess(e,{type:"ortholine",lineWidth:1,strokeStyle:"black",begin:"oval",beginSize:"size9",end:"arrow",endSize:"size9",lineDash:"solid",lineCap:"butt",round:10,...n,from:{component:e.get("refid"),anchor:r,position:i},to:{position:i}},t)}ondragmove(t){}ondragend(t){}}function cnt(t,e,r){var n,i,{left:o,top:a,width:s,height:c}=t.bounds;switch(e){case 0:n=o,i=a;break;case 1:n=o+s/2,i=a;break;case 2:n=o+s,i=a;break;case 3:n=o+s,i=a+c/2;break;case 4:n=o+s,i=a+c;break;case 5:n=o+s/2,i=a+c;break;case 6:n=o,i=a+c;break;case 7:n=o,i=a+c/2}var u=n,l=i,h=t.transcoordT2S(r.x,r.y);return{dx:h.x-u,dy:h.y-l}}function unt(t,e,r,n,i,o){var{left:a,top:s,width:c,height:u}=t.bounds,l={left:a,top:s,width:c,height:u};switch(e){case 0:a+=n,s+=i,c-=n,u-=i;break;case 1:s+=i,u-=i;break;case 2:s+=i,c+=n,u-=i;break;case 3:c+=n;break;case 4:c+=n,u+=i;break;case 5:u+=i;break;case 6:a+=n,c-=n,u+=i;break;case 7:a+=n,c-=n}if(t.mutateBounds((function(e){return Math.abs(c)<=.001&&(c=.001),Math.abs(u)<=.001&&(u=.001),t.adjustResize({left:a,top:s,width:c,height:u},l,r)}),this),t.isContainer()&&t.layout.ABSOLUTE&&!t.isGroup()){var h=l.left-a,f=l.top-s;o?t.components.forEach((t=>{t.delta("tx",0),t.delta("ty",0),t.move({x:h,y:f},!1)})):t.components.forEach((t=>{t.delta("tx",h),t.delta("ty",f)}))}else{var d=o&&t.parent;d&&d.isGroup()&&d.calculateBounds()}}function lnt(t,e){var{left:r,top:n,width:i,height:o}=t,a=r+i/2,s=n+o/2,c=r+i,u=n+o;const l=i*e.x>50,h=o*e.y>50;return[{x:r,y:n},l?{x:a,y:n}:null,{x:c,y:n},h?{x:c,y:s}:null,{x:c,y:u},l?{x:a,y:u}:null,{x:r,y:u},h?{x:r,y:s}:null]}class hnt{constructor(t){this.layer=t}reset(){this.active=null}get selected(){return this.layer.selected}contains(t,e,r,n){return!!r.resizable&&(lnt(r.bounds,n).every(((i,o)=>(i&&Math.abs(t-i.x)<=4/n.x&&Math.abs(e-i.y)<=4/n.y&&(this.active={component:r,index:o}),!this.active))),!!this.active)}draw(t,e,r){if(!e.isLine()){var{left:n,top:i,width:o,height:a}=e.bounds;if(t.beginPath(),t.rect(n-4/r.x,i-4/r.y,o+8/r.x,a+8/r.y),t.setLineDash([3/r.x,4/r.y]),t.lineWidth=1/r.x,t.strokeStyle="black",t.stroke(),t.setLineDash([]),e.resizable){var s=this.active;lnt(e.bounds,r).forEach(((n,i)=>{n&&(t.beginPath(),t.rect(n.x-4/r.x,n.y-4/r.y,8/r.x,8/r.y),t.setLineDash([0,0]),t.strokeStyle="#656565",t.stroke(),t.fillStyle="#fff",s&&s.component===e&&s.index===i&&(t.strokeStyle="#fa7703",s.focus&&(t.fillStyle="#ffb80c")),t.fill(),t.stroke())}))}}}onmousedown(t){this.active.focus=!0}ondragstart(t){var{component:e}=this.active;this.active.bounds=e.bounds,this.active.boundsList=this.layer.selected.filter((t=>t.resizable)).map((t=>t.bounds))}ondragmove(t){var{component:e,index:r,boundsList:n,bounds:i}=this.active,o=this.layer.transcoordC2S(t.offsetX,t.offsetY);e.bounds=i;var a=cnt(e,r,o);this.layer.selected.filter((t=>t.resizable)).forEach(((e,i)=>{e.bounds=n[i],unt(e,r,t.shiftKey,a.dx,a.dy,!1)}))}ondragend(t){var{component:e,index:r,boundsList:n,bounds:i}=this.active,o=this.layer.transcoordC2S(t.offsetX,t.offsetY);e.bounds=i;var a=cnt(e,r,o);this.layer.selected.filter((t=>t.resizable)).forEach(((e,i)=>{e.bounds=n[i],unt(e,r,t.shiftKey,a.dx,a.dy,!0)})),this.active.component.app.commander.execute(null,!1)}}const fnt=2*Math.PI,dnt=Math.PI/2;function pnt(t,e){var r=t.bounds;return{x:r.left+r.width/2,y:r.top-20/e.y}}class gnt{constructor(t){this.layer=t}reset(){this.active=null}get selected(){return this.layer.selected}contains(t,e,r,n){if(!r.rotatable)return!1;var i=pnt(r,n);return Math.abs(t-i.x)<=4/n.x&&Math.abs(e-i.y)<=4/n.y&&(this.active={component:r},!0)}draw(t,e,r){if(e.rotatable){t.beginPath();var n=pnt(e,r);t.lineWidth=1.5/r.x,t.moveTo(n.x,n.y+20/r.y),t.lineTo(n.x,n.y),t.strokeStyle="#656565",t.stroke(),t.beginPath(),t.ellipse(n.x,n.y,4/r.x,4/r.y,0,0,fnt,!0),t.stroke(),t.fillStyle="#fff",t.fill();var i=this.active;i&&i.component===e&&(t.strokeStyle="#fa7703",t.stroke(),i.toFill&&(t.fillStyle="#ffb80c",t.fill()))}}onmousedown(t){this.active.toFill=!0}ondragstart(t){var e=this.active;e.component,e.start_rotation=e.component.get("rotation"),e.rotations=this.layer.selected.filter((t=>t.rotatable)).map((t=>t.get("rotation")))}ondragmove(t){var{component:e}=this.active,r=e.transcoordC2S(t.offsetX,t.offsetY);r=e.transcoordS2P(r.x,r.y);var n=e.rotatePoint,i=e.get("rotation")||0,o=Math.atan((n.y-r.y)/(n.x-r.x)),a=(o=n.x>=r.x?o-dnt:dnt+o)-i;this.layer.selected.filter((t=>t.rotatable)).forEach(((e,r)=>{let n=((e.get("rotation")||0)+a)%fnt;e.set("rotation",e.adjustRotation(n,t.shiftKey))}))}ondragend(t){var{component:e,rotations:r}=this.active;e.app.commander.execute(null,!1)}}Gtt.register("modeling-layer",class extends xet{constructor(t,e){super(t,e),this.pathHandler=new ant(this);var r=this.pathHandler,n=new nnt(this),i=new hnt(this),o=new gnt(this);this._modelers=[r,n,i,o],this._control_mode_modelers=[n,r,i,o],this.focusOutline=new ent(this),this.groupOutline=new rnt(this),this.anchorHandler=new snt(this),this._reversed_modelers=this._modelers.slice().reverse(),this._control_mode_reverse_modelers=this._control_mode_modelers.slice().reverse(),this.hovered=null,this.hoveredDest=null}get modelers(){return this._control_mode?this._control_mode_modelers:this._modelers}get reversedModelers(){return this._control_mode?this._control_mode_reverse_modelers:this._reversed_modelers}ready(){super.ready();var t=this.rootModel,e=t.get("translate"),r=t.get("scale");this.set("translate",e),this.set("scale",r)}contains(t,e){var r=this.selected.filter((t=>!!t.parent)),n=this.get("scale")||{x:1,y:1};if(this._state_dragging){if(this._counter_end){let r=this.anchorTarget.transcoordT2S(t,e);if(this.anchorHandler.contains(r.x,r.y,this.anchorTarget,n))return!0}return!0}this.modelers.forEach((t=>t.reset()));r=this.selected.filter((t=>!!t.parent));for(let i=0;i<r.length;i++){let o=r[i],a=o.transcoordT2S(t,e);for(let t=0;t<this.modelers.length;t++){let e=this.modelers[t];if(e.contains(a.x,a.y,o,n))return this.currentModeler=e,!0}}if(this.anchorTarget){let r=this.anchorTarget.transcoordT2S(t,e);if(this.anchorHandler.contains(r.x,r.y,this.anchorTarget,n))return this.currentModeler=this.anchorHandler,!0}else this.anchorHandler.reset();return this.currentModeler=null,!1}_componentDrawer(t,e,r,n){let i=[],o=e.parent;if(e.isRootModel())return t.save(),n(t,e,r),void t.restore();for(;o&&!o.isRootModel();)i.push(o),o=o.parent;t.save(),i.reverse().forEach((function(e){let r=e.rotatePoint;t.translate(r.x,r.y);let n=e.get("scale");n&&t.scale(n.x,n.y),t.rotate(e.get("rotation")),t.translate(-r.x,-r.y);let i=e.bounds;t.translate(i.left,i.top)}));let a=e.rotatePoint;t.translate(a.x,a.y);let s=e.get("scale");s&&t.scale(s.x,s.y),t.rotate(e.get("rotation")),t.translate(-a.x,-a.y),n(t,e,r),t.restore()}prerender(t){var{translate:e,scale:r={x:1,y:1},rotation:n}=this.model;t.save(),t.beginPath(),t.clearRect(0,0,t.canvas.width,t.canvas.height),t.rect(0,0,t.canvas.width,t.canvas.height),t.fillStyle="black",t.globalAlpha=.5,t.fill(),t.restore(),e&&t.translate(e.x*P9,e.y*P9),t.scale(r.x*P9,r.y*P9),n&&t.rotate(n),t.clearRect(0,0,this.rootModel.get("width"),this.rootModel.get("height"))}render(t){t.beginPath();var e=this.get("scale")||{x:1,y:1},r=this.selected.filter((t=>!!t.parent));if(this.focused&&this._componentDrawer(t,this.focused,e,((t,e,r)=>{this.focusOutline.draw(t,e,r)})),r.length>0&&r[0].parent.isGroup()){let n=r[0].parent;for(;n.parent.isGroup();)n=n.parent;this._componentDrawer(t,n,e,((t,e,r)=>{this.groupOutline.draw(t,e,r)}))}r.forEach((r=>{this._componentDrawer(t,r,e,((t,e,r)=>{this.reversedModelers.forEach((n=>n.draw(t,e,r)))}))})),this.anchorTarget&&this._componentDrawer(t,this.anchorTarget,e,((t,e,r)=>{this.anchorHandler.draw(t,e,r)}))}get anchorTarget(){var t;return this.currentModeler===this.anchorHandler||this.currentModeler===this.pathHandler||(null===(t=this.hovered)||void 0===t?void 0:t.isLine())||(this._anchorTarget=this.hovered),this._anchorTarget}set anchorTarget(t){this._anchorTarget=t}get hovered(){return this._hovered}set hovered(t){this._hovered=t,this.invalidate()}startLinkProcess(t,e,r){this.currentModeler=this.pathHandler,this.processingLink=this.pathHandler.startLinkProcess(t,e,r),this.counterEnd=this.processingLink.fromEnd,this.processingLink.trigger("tag")}set counterEnd(t){this.currentModeler=this.pathHandler,this._counter_end=t}get counterEnd(){return this._counter_end}endLinkProcess(){var t;null===(t=this.processingLink)||void 0===t||t.trigger("tagreset"),this.processingLink=null,this._counter_end=null}get eventMap(){return{"model-layer":{"(all)":{change:this.onchange_model,wheel:this.onwheel_scale,drop:this.ondrop},"(descendant)":{mouseenter:this.onmouseenter,mouseleave:this.onmouseleave},"(self)":{dblclick:this.ondblclick_model}},"(root)":{"(self)":{selected:this.onselected,keydown:this.onkeydown,keyup:this.onkeyup}}}}onmouseenter(t,e){this.hovered=null==e?void 0:e.origin}onmouseleave(t,e){this.hovered=null}onkeydown(t){"Alt"==t.key&&(this._control_mode=!0,this.invalidate())}onkeyup(t){"Alt"==t.key&&(this._control_mode=!1,this.invalidate())}onselected(t,e){this.invalidate()}onchange_model(t,e,r){var{origin:n,deliverer:i}=r;n===i&&(t.translate&&this.set("translate",t.translate),void 0!==t.rotation&&this.set("rotation",t.rotation),t.scale&&this.set("scale",t.scale)),this.invalidate()}ondblclick_model(t,e){const r=e.origin;null==r||r.root.fit()}ondblclick(t){"function"==typeof this.currentModeler.ondblclick&&this.currentModeler.ondblclick(t),this.invalidate()}onmousedown(t){this.currentModeler.onmousedown(t),this.invalidate()}onmouseup(t){"function"==typeof this.currentModeler.onmouseup&&this.currentModeler.onmouseup(t),this.invalidate()}ondragstart(t){this.currentModeler.ondragstart(t),this._state_dragging=!0}ondragmove(t){this.currentModeler.ondragmove(t),this.invalidate()}ondragend(t){this._state_dragging=!1,this.currentModeler.ondragend(t),this.invalidate()}ondrop(t,e){var{origin:r}=e,n=t.dataTransfer.files;if(n.length<1)return;let i=this.rootModel.transcoordC2S(t.offsetX,t.offsetY),o=this.rootModel;Promise.all(Array.from(n).map((t=>new Promise(((e,r)=>{let n=new FileReader;n.addEventListener("loadend",(t=>{e(n.result)})),["error","abort"].forEach((t=>n.addEventListener(t,(t=>{r(t)})))),n.readAsDataURL(t)}))))).then((e=>{if(t.altKey)return Get.around(this.app.commander,(()=>{r.ondropfile(n,e)})),void(this.selected=[r]);let a=[],s=e.map(((t,e)=>{let r,s=n[e].type,c=n[e].name;return s.startsWith("image/")?(r=art({type:s.startsWith("image/gif")?"gif-view":"image-view",top:0,left:0,width:200,height:200,src:t},o.app),a.push(new Promise(((e,n)=>{let i=new Image;i.src=t,i.onload=()=>{r.set({width:i.width,height:i.height}),e()},i.onerror=t=>{n(t)}})))):s.startsWith("audio/")?r=art({type:"audio",top:0,left:0,width:100,height:100,src:t},o.app):s.startsWith("vnd.ms-excel/")||/\.xlsx?$/.test(c)?r=art({type:"excel",top:0,left:0,width:100,height:100,src:t},o.app):console.log("droped file",n[e]),r&&(r.center=i,i.x+=50,i.y+=50),r})).filter(Boolean).map((t=>({component:t,to_container:o})));s.length>0&&Promise.all(a).then((()=>{this.app.commander.execute(new nrt({changes:s})),this.selected=s.map((t=>t.component))}),(t=>{console.error(t)}))}),(t=>{console.error(t)}))}onwheel_scale(t,e){if(0!=t.deltaY||0!=t.deltaX){var r=e.deliverer;if(t.shiftKey){if(-1!=navigator.userAgent.indexOf("Win"))var n=t.deltaY<0?1:-1;else n=t.deltaX<0?1:-1;t.altKey?Get.around(this.app.commander,(()=>{r.selected.forEach((t=>{let e=t.get("letterSpacing")||C9.LETTER_SPACING;e+=n,t.set("letterSpacing",e)}))})):Get.around(this.app.commander,(()=>{r.selected.forEach((t=>{let e=t.get("fontSize")||C9.FONT_SIZE;e<1&&(e=1),e+=n,t.set("fontSize",e)}))}))}else{n=t.deltaY<0?1:-1;let e=r.get("scale")||{x:1,y:1},i=r.get("translate"),o=t.offsetX,a=t.offsetY,s=r.transcoordC2S(o,a),c=.1*n,u={x:e.x+c,y:e.y+c};if(n<0&&e.x<.2||n>0&&e.x>10)return;r.set("scale",u);let l=r.transcoordC2S(o,a);r.set("translate",{x:i.x+(l.x-s.x)*u.x,y:i.y+(l.y-s.y)*u.y})}}}});class vnt extends xet{constructor(t,e){super(t,e),this._anim_alpha=1}get pointerEvents(){return"none"}animOnTargetChange(t){t!==this._lastTargets&&(this._lastTargets=t,this._anim_alpha=1,this.animate({step:t=>{this._anim_alpha=1-t,this.invalidate()},duration:5e3,delta:"circ",ease:"in"}).start())}decorate(t,e,r){const n=t.decorators;var i=!1;return n.map((t=>"string"==typeof t?ztt(t):t)).filter((t=>t&&"function"==typeof t)).map((n=>{const o=n(t,e,1-r);i||(i=o)})),i}render(t){var e=this.decoTargets&&this.decoTargets.filter((t=>t.rootModel));if(!e||0==e.length)return this._animate&&this._animate.stop(),void delete this._animate;t.globalAlpha*=this._anim_alpha;var r=!1;e.forEach((e=>{this.decorate(e,t,1-this._anim_alpha)&&(r=!0)})),r&&this.animOnTargetChange(this.decoTargets)}get decoTargets(){return this._decoTargets}set decoTargets(t){this._decoTargets=t&&t.filter((t=>!t.isLayer())),this.invalidate()}get eventMap(){return{"model-layer":{"(descendant)":{tag:this.ondecotag,tagreset:this.ondecotagreset,mouseenter:this.onmouseenter,mouseleave:this.onmouseleave}}}}onmouseenter(t,e){this._decotagreset(),this._ondecotag(e.origin)}onmouseleave(t,e){this._decotagreset()}ondecotagreset(t){this._decotagreset()}ondecotag(t){this._ondecotag(t.origin)}offdecotag(t,e){this._offdecotag(e.origin)}_ondecotag(t){this.decoTargets&&-1!==this.decoTargets.lastIndexOf(t)||(this.decoTargets=(this.decoTargets||[]).concat(t))}_offdecotag(t){if(this.decoTargets){var e=this.decoTargets.slice();e.splice(this.decoTargets.lastIndexOf(t),1),this.decoTargets=e}}_decotagreset(){this.decoTargets=[]}}Gtt.register("decotag-layer",vnt),Gtt.register("tag-layer",vnt);Gtt.register("reaction-layer",class extends xet{constructor(t,e){super(t,e),this._anim_alpha=1}get pointerEvents(){return"none"}animOnTargetChange(t){t!==this._lastTargets&&(this._lastTargets=t,this._anim_alpha=1,this.animate({step:t=>{this._anim_alpha=1-t,this.invalidate()},duration:1e4,delta:"circ",ease:"inout"}).start())}decorate(t,e,r){const n=t.reactionDecorators;var i=!1;return n.map((t=>"string"==typeof t?ztt(t):t)).filter((t=>t&&"function"==typeof t)).map((n=>{const o=n(t,e,1-r);i||(i=o)})),i}render(t){var e=this.targets&&this.targets.filter((t=>t.rootModel));if(!e||0==e.length)return this._animate&&this._animate.stop(),void delete this._animate;t.globalAlpha*=this._anim_alpha;var r=!1;e.forEach((e=>{this.decorate(e,t,1-this._anim_alpha)&&(r=!0)})),r&&this.animOnTargetChange(this.targets)}get targets(){return this._targets}set targets(t){this._targets=t&&t.filter((t=>!t.isLayer())),this.invalidate()}get eventMap(){return{"model-layer":{"(descendant)":{reaction:this.onreaction,reactionreset:this.onreactionreset}}}}onreactionreset(t){this._reactionreset()}onreaction(t){this._onreaction(t.origin)}offreaction(t,e){this._offreaction(e.origin)}_onreaction(t){this.targets&&-1!==this.targets.lastIndexOf(t)||(this.targets=(this.targets||[]).concat(t))}_offreaction(t){if(this.targets){var e=this.targets.slice();e.splice(this.targets.lastIndexOf(t),1),this.targets=e}}_reactionreset(){this.targets=[]}});function ynt(){var t=arguments,e=t[t.length-1],r=this.event_pump;r.listeners.forEach((n=>{!function(t,e,r,n,i){for(let o in r){let a=r[o];if(N9(o,n.origin,0,t))for(let t in a){let r=a[t];t==n.name&&(n.listener=e,r.apply(e,i))}}}(r.deliverer,n.listener,n.cloned_handlers,e,t)}))}Gtt.register("scroll-layer",class extends xet{get capturable(){return!0}get pointerEvents(){return"none"}render(t){const{scrolling:e}=this.state;if(t.save(),t.beginPath(),t.fillStyle="#777",this.vscroller){const{left:r,top:n,width:i,height:o}=this.vscroller;t.globalAlpha="v"==e?1:.3,t.fillRect(r,n,i,o)}if(this.hscroller){const{left:r,top:n,width:i,height:o}=this.hscroller;t.globalAlpha="h"==e?1:.3,t.fillRect(r,n,i,o)}t.stroke(),t.restore()}resize(){super.resize(),this.calcScrollerBounds()}contains(t,e){const r=this.vscroller,n=this.hscroller;return this.setState("scrolling",r&&t>=r.left&&t<=r.left+r.width&&e>=r.top&&e<=r.top+r.height?"v":n&&t>=n.left&&t<=n.left+n.width&&e>=n.top&&e<=n.top+n.height?"h":null),!!this.getState("scrolling")}get eventMap(){return{"(root)":{"model-layer":{change:this.onchangeModelLayer}}}}onchange(t){"scrolling"in t&&this.invalidate()}ondragstart(t,e){this.lastPosition={x:t.offsetX,y:t.offsetY}}ondragmove(t,e){const r=this.root,{clientWidth:n,clientHeight:i}=this.canvas,{width:o,height:a}=this.rootModel.model,{x:s,y:c}={x:t.offsetX,y:t.offsetY},{x:u,y:l}=this._scale,{scrolling:h}=this.state,f=o/n,d=a/i;h&&r.rootModel.move({x:"h"==h?(-s+this.lastPosition.x)*u*f:0,y:"v"==h?(-c+this.lastPosition.y)*l*d:0},!1),this.lastPosition={x:t.offsetX,y:t.offsetY}}ondragend(){delete this.lastPosition,this.setState({scrolling:null})}calcScrollerBounds(){var{clientWidth:t,clientHeight:e}=this.canvas;const{width:r,height:n}=this.rootModel.model,{x:i=1,y:o=1}=this._scale||{},{x:a=0,y:s=0}=this._translate||{},c=r/t,u=n/e;var l={left:-a/i/c,top:e-10,width:t/i/c,height:10};this.hscroller=l.left>1||l.width+l.left<t-1?l:null,l={left:t-10,top:-s/o/u,width:10,height:e/o/u},this.vscroller=l.top>1||l.height+l.top<e-1?l:null,this.invalidate()}onchangeModelLayer(t,e,r){if(t.scale){const{x:e=1,y:r=1}=(null==t?void 0:t.scale)||{};this._scale={x:e,y:r},this.calcScrollerBounds()}if(t.translate){const{x:e=0,y:r=0}=t.translate||{};this._translate={x:e,y:r},this.calcScrollerBounds()}}});class mnt{constructor(t){if(void 0===t.on)throw new Error("Deliverer should be a event handlable object.");this.deliverer=t,this.listeners=[]}start(){this.deliverer.on("(all)",ynt,{event_pump:this})}stop(){this.deliverer.off("(all)",ynt)}on(t,e){var r=Object.assign({},e);Object.keys(r).forEach((e=>{if(0==e.indexOf("?")){let n=r[e],i=e.substr(1),o=t.get(i);delete r[e],o?r[o]=n:y9("EventPump#on","variable #{selector} is not evaluated on listener")}})),this.listeners.push({listener:t,handlers:e,cloned_handlers:r})}off(t,e){for(let r=0;r<this.listeners.length;r++){let n=this.listeners[r];n.listener!==t||e&&n.handlers!==e||this.listeners.splice(r,1)}}clear(){this.listeners=[]}dispose(){this.stop(),this.clear()}}class bnt{constructor(t){this.eventMaps=[],this.root=t,t.eventMap&&this.add(t,t.eventMap)}set root(t){this._root=t}get root(){return this._root}stop(){this.eventMaps.forEach((t=>t.eventPump.stop()))}add(t,e){if(this.root)for(let r in e){let n=e[r];if("(self)"===r&&void 0===t.on)throw new Error("(self) selector not available when deliverer is not a event handlable object.");U9(r,this.root,t).forEach((r=>{var i=new mnt(r);i.on(t,n),i.start(),this.eventMaps.push({eventPump:i,listener:t,handlerMap:e,deliverer:r})}))}}remove(t,e){var r=this.eventMaps.slice(0);for(let n=0;n<r.length;n++){let i=r[n];i.listener!==t||e&&i.handlerMap!==e||(this.eventMaps.splice(n,1),i.eventPump.dispose())}}clear(){this.eventMaps.slice(0).forEach((t=>t.eventPump.dispose())),this.eventMaps=[]}dispose(){this.stop(),this.clear()}}const xnt=0,wnt=1,Ant=2,_nt=0,knt=1,Ent=2;var Snt={},Mnt=0;class Tnt{constructor(t,e){this._type=e||t.type,this._ctrlKey=t.ctrlKey,this._altKey=t.altKey,this._shiftKey=t.shiftKey,this._metaKey=t.metaKey;var r=function(t){if(t.touches){let e=t.touches[0];if(!e)return Snt;let r=e.target.getBoundingClientRect();return Snt={x:t.offsetX||e.clientX-(r.x||r.left),y:t.offsetY||e.clientY-(r.y||r.top)}}return{x:t.offsetX,y:t.offsetY}}(t);if(this._offsetX=r.x,this._offsetY=r.y,"wheel"==t.type)this.deltaX=t.deltaX,this.deltaY=t.deltaY,this.deltaZ=t.deltaZ;else if("drop"==t.type)this.dataTransfer=t.dataTransfer;else if(t.type.match(/^touch/)&&(this._scale=t.scale,this._touches=t.touches,this._changedTouches=t.changedTouches,null==this._scale)){var n=function(t){var e,r,n=0,i=0,o=0;if(1===t.touches.length)return o;Array.from(t.touches).forEach((t=>{e=null!=e?Math.min(t.screenX,e):t.screenX,n=Math.max(t.screenX,n),r=null!=r?Math.min(t.screenY,r):t.screenY,i=Math.max(t.screenY,i)}));var a=n-e||0,s=i-r||0;return Math.sqrt(Math.pow(a,2)+Math.pow(s,2))||0}(t);Mnt>0&&(this._scale=n/Mnt),Mnt=n}}get type(){return this._type}set type(t){this._type=t}get offsetX(){return this._offsetX}get offsetY(){return this._offsetY}get altKey(){return this._altKey}get ctrlKey(){return this._ctrlKey}get shiftKey(){return this._shiftKey}get metaKey(){return this._metaKey}get touches(){return this._touches}get changedTouches(){return this._changedTouches}get scale(){return this._scale}stopPropagation(){this._stop_=!0,this.originalEvent&&"function"==typeof this.originalEvent.stopPropagation&&this.originalEvent.stopPropagation()}isPropagationStopped(){return this._stop_}preventDefault(){this._prevented=!0}isDefaultPrevented(){return this._prevented}}function Pnt(t,e){return t.capture(e.offsetX,e.offsetY)}function Ont(t,e,r){if(t&&t.app&&(!t.app.isViewMode||!t.hidden)){r instanceof Tnt&&e===r.type||(r=new Tnt(r,e));var n="on"+e;t[n]&&t[n](r),r.isPropagationStopped()||t.trigger(e,r)}}class Int{constructor(t,e){this.container=t,this.html_element=e,this.status=xnt,this.last_target=null,this.gesture_handlers=O9.map((t=>this.gestureHandlerBuilder(t))),this.keyevent_handlers=I9.map((t=>this.keyeventHandlerBuilder(t))),O9.forEach(((t,r)=>e.addEventListener(t,this.gesture_handlers[r])),{passive:!1}),I9.forEach(((t,r)=>e.addEventListener(t,this.keyevent_handlers[r]))),e.ondragover=this.gestureHandlerBuilder("dragover"),e.ondrop=this.gestureHandlerBuilder("drop"),e.tabIndex=1}dispose(){this.last_enter_target&&Ont(this.last_enter_target,"mouseleave",new CustomEvent("mouseleave")),O9.forEach(((t,e)=>this.html_element.removeEventListener(t,this.gesture_handlers[e]))),I9.forEach(((t,e)=>this.html_element.removeEventListener(t,this.keyevent_handlers[e]))),delete this.gesture_handlers,delete this.keyevent_handlers,delete this.last_target}gestureHandlerBuilder(t){var e=this[`on${t}`].bind(this);return t=>{const r=new Tnt(t);return e(r),r.isDefaultPrevented()&&t.preventDefault(),!1}}keyeventHandlerBuilder(t){return this[`on${t}`].bind(this)}ondragover(t){return Ont(Pnt(this.container,t),t.type,t),!1}ondrop(t){return Ont(Pnt(this.container,t),t.type,t),!1}ondblclick(t){return Ont(Pnt(this.container,t),t.type,t),this.last_target=null,!1}onkeydown(t){return this.container.trigger(t.type,t),!1}onkeyup(t){return this.container.trigger(t.type,t),!1}onmousemove(t){switch(this.status){case wnt:let r=t.offsetX-this.__dragstart_e.offsetX,n=t.offsetY-this.__dragstart_e.offsetY;if(r*r+n*n<16)break;this.status=Ant,Ont(this.last_target,"dragstart",this.__dragstart_e),this.__dragmove_e=t,Ont(this.last_target,"dragmove",t);break;case Ant:this.__dragmove_e=t,Ont(this.last_target,"dragmove",t);break;default:var e=Pnt(this.container,t);this.last_enter_target!==e&&(this.last_enter_target&&Ont(this.last_enter_target,"mouseleave",t),e&&Ont(e,"mouseenter",t),this.last_enter_target=e),Ont(e,t.type,t),this.last_target=e}return!1}onmousedown(t){if(this.status===Ant)Ont(this.last_target,"dragend",t),this.last_target=null,this.status=xnt;else{var e=Pnt(this.container,t);this.last_target=e,this.status=wnt,this.__dragstart_e=t,Ont(e,t.type,t)}return!1}onmouseup(t){if(this.status===Ant)Ont(this.last_target,"dragend",t);else{var e=Pnt(this.container,t);Ont(e,t.type,t),this.last_target===e&&Ont(e,"click",t)}return this.last_target=null,this.status=xnt,!1}onmouseout(t){var e=Pnt(this.container,t);if(this.status===Ant)Ont(this.last_target,"dragend",t);else{if(this.last_target&&this.last_target===e)return;this.last_enter_target&&(Ont(this.last_enter_target,"mouseleave",t),delete this.last_enter_target)}return this.last_target=null,this.status=xnt,!1}ontouchstart(t){var e=Pnt(this.container,t);return this.last_target=e,this.status=knt,this.touchPoints||(this.touchPoints=[]),this.touchPoints.push(t.changedTouches[0]),this.holdTimer=setTimeout((()=>{this.status=_nt,Ont(this.last_target,"hold",t),delete this.holdTimer}),500),Ont(e,t.type,t),!1}ontouchmove(t){if(!t.touches||!t.changedTouches)return Ont(this.last_target,"dragstart",t),Ont(this.last_target,"dragmove",t),!1;var e=Pnt(this.container,t);switch(this.status){case knt:Array.from(t.changedTouches).forEach((t=>{var e=this.touchPoints.find((e=>e.identifier===t.identifier));if(e){var r=e.clientX-t.clientX,n=e.clientY-t.clientY;return Math.sqrt(Math.pow(r,2)+Math.pow(n,2))>=16?(this.status=Ent,void(this.holdTimer&&(clearTimeout(this.holdTimer),delete this.holdTimer))):void 0}}));break;case Ent:if(this.holdTimer&&(clearTimeout(this.holdTimer),delete this.holdTimer),2===t.changedTouches.length&&null!=t.scale&&1!==t.scale&&(t.scale<.9||t.scale>1.1))return Ont(this.last_target,"pinch",t),!1;Ont(this.last_target,"pan",t),e=this.last_target;break;default:this.last_enter_target!==e&&(this.last_enter_target&&Ont(this.last_enter_target,"mouseleave",t),e&&Ont(e,"mouseenter",t),this.last_enter_target=e),this.last_target=e}return Ont(e,"touchmove",t),!1}ontouchend(t){var e=Pnt(this.container,t);switch(this.status){case Ent:e=this.last_target;break;case knt:var r=performance.now(),n=r-this.touchedAt;this.holdTimer&&(clearTimeout(this.holdTimer),delete this.holdTimer,Ont(e,n<500?"doubletap":"tap",t),this.touchedAt=r)}Ont(e,"touchend",t);var i=this.touchPoints.findIndex((e=>e.identifier===t.changedTouches[0].identifier));return this.touchPoints.splice(i,1),this.last_target=null,this.status=_nt,!1}onwheel(t){return Ont(Pnt(this.container,t),t.type,t),!1}}function Cnt(t,e,r,n=0){if(e.length<2)return e;let i=2;for(;i<e.length;i++){const o=e.substring(0,i);if(!(t.measureText(o).width+(o.length-1)*n<r))break}return e.substring(0,i-1)}function Rnt(t,e,r,n,i=0){const o=String(e).split("\n");return n?[].concat.apply([],o.map((e=>function(t,e,r,n=0){const i=e.split(" "),o=[];let a,s,c=[];for(a=0,s=1;s<=i.length;s++)if(c=i.slice(a,s),t.measureText(c.join(" ")).width+(c.join("").length-1)*n>r){if(s-a==1){const e=Cnt(t,c[0],r,n);o.push([e]),i.splice(a,1,e,c[0].substring(e.length))}else{for(;""==i[s-1];)s++;o.push(i.slice(a,--s))}a=s}return s-a>1&&o.push(c),0==o.length&&o.push([""]),o}(t,e,r,i)))):o.map((t=>t.split(" ")))}var jnt={},Lnt={};const Dnt=()=>{};var znt={register:function(t,e,r){jnt[t]=e,r&&(Lnt[t]=r)},unregister:function(t){delete jnt[t],delete Lnt[t]},get:function(t){return jnt[t]},getDisposer:function(t){return Lnt[t]||Dnt}};function Nnt(t){if(!t.hasTextProperty||t.textHidden)return;var{text:e="",bold:r=C9.BOLD,italic:n=C9.ITALIC,textWrap:i=C9.TEXT_WRAP,letterSpacing:o=0,fontFamily:a=C9.FONT_FAMILY,fontColor:s=C9.FONT_COLOR,textAlign:c=C9.TEXT_ALIGN,textBaseline:u=C9.TEXT_BASELINE,fontSize:l=C9.FONT_SIZE,lineHeight:h=1.2*l}=t.model,{left:f,top:d,width:p,height:g}=t.textBounds;l||(l=C9.FONT_SIZE),h||(h=1.2*l),t.textHidden=!0;var v=document.createElement("textarea");O9.forEach((function(t){v.addEventListener(t,(function(t){t.stopPropagation()}),!0)}));const y=t.transcoordS2C(f,d),{rotation:m,scale:b}=function(t){for(var e=0,r=1,n=t;n;){e+=n.get("rotation")||0;let{x:t,y:i}=n.get("scale")||{x:1,y:1};r*=Math.max(t,i)||1,n=n.parent}return{rotation:e,scale:r}}(t);switch(v.style.position="absolute",v.style.width=p+"px",v.style.height=g+"px",v.style.padding="0",v.value=e,v.style.fontFamily=a,v.style.fontSize=l+"px",v.style.lineHeight=h+"px",v.style.overflow="hidden",v.style.resize="none",v.style.outline="none",v.style.border=0,v.style.backgroundColor="transparent",v.style.display="inline-block",v.style.color=s,r&&(v.style.fontWeight="bold"),n&&(v.style.fontStyle="italic"),c){case"right":case"end":v.style.textAlign="right";break;case"justify":v.style.textAlign="justify";break;case"left":case"start":v.style.textAlign="left";break;default:v.style.textAlign="center"}var x=[r,n,l+"px",a].filter(Boolean).join(" ");function w(e){var r={left:0,top:0},n=h*function(t,e,r,n,i=0){var o,a=t.getContext();return a.save(),a.font=r,o=Rnt(a,e,n,t.get("textWrap"),i).length,a.restore(),o}(t,e,x,p,o);switch(v.style.height=n+"px",u){case"top":case"hanging":break;case"bottom":case"alphabetic":r.top=g-n;break;default:r.top=g/2-n/2}if(!i){var a=function(t,e,r,n){var i=e.split("\n"),o=n;let a=t.getContext();return a.save(),a.font=r,i.forEach((t=>{let e=a.measureText(t).width;e>o&&(o=e)})),a.restore(),o}(t,e,x,p);switch(v.style.width=a+"px",c){case"right":case"end":r.left=p-a;break;case"left":case"start":break;default:r.left=(p-a)/2}}v.style.marginLeft=r.left+"px",v.style.marginTop=r.top+"px",v.style.transform=`translate(${y.x}px, ${y.y}px) scale(${b}) rotate(${m}rad)`,v.style.transformOrigin=`${-r.left}px ${-r.top}px`}w(e);var A=t.root.target_element;A.appendChild(v),v.select();var _,k=!1;v.addEventListener("keydown",(function(t){t.stopPropagation(),"Escape"!=t.code&&(t.shiftKey||"Enter"!=t.code&&"NumpadEnter"!=t.code)?setTimeout((()=>{w(v.value)})):(k=_.skipUpdate="Escape"==t.code,document.createEvent?v.dispatchEvent(_):v.fireEvent(_.eventType,_))})),document.createEvent?(_=document.createEvent("HTMLEvents")).initEvent("blur",!0,!1):(_=document.createEventObject()).eventType="blur";var E=t.root.selected,S=function(r){t.root.selected=E,t.textHidden=!1,v.removeEventListener("blur",S,!1),v.parentElement&&v.parentElement.removeChild(v),A.focus(),r.skipUpdate||k||t.app.commander.execute(new Get({changes:[{component:t,before:{text:e},after:{text:v.value}}]}))};v.addEventListener("blur",S,!1)}znt.register("text-editor",{"(root)":{"(self)":{keydown:function(t,e){var{origin:r,deliverer:n}=e,i=n.selected;return!(1!==i.length||!i[0].hasTextProperty)&&(("Enter"==t.code||"NumpadEnter"==t.code)&&(Nnt(i[0]),t.preventDefault(),!0))}}},"model-layer":{"(descendant)":{dblclick:function(t,e){Nnt(e.origin)}}}});var Fnt,Bnt,Unt,Ynt=V7((function(t,e,r){if(t.hasSameParentForAllSelected&&!r){var n=[];e[0].parent.isGroup()?t.focused=e[0].parent:(e.forEach((t=>{t.path.forEach((e=>{n.push(t.transcoordS2T(e.x,e.y))}))})),t.focused=t.capturePath(n,e))}else t.focused=null}),300);znt.register("move-handler",{"model-layer":{"(descendant)":{dragstart:function(t,e){var{origin:r,deliverer:n}=e;if(!r.stuck){var i=n.selected,o=n.selected.filter((t=>!t.stuck));if(i.length!==o.length&&(i=n.selected=o),0!=i.length){var a=i[0].transcoordC2S(t.offsetX,t.offsetY);if(a=i[0].transcoordS2P(a.x,a.y),this.last_pos=a,this.direction=0,n.focused=i[0].parent,t.altKey){var s=[],c=new Map;n.selected=n.selected.filter((t=>!t.isRootModel())).map((t=>{let e=srt(t,(t=>{const e=n.root.getNewRefid();return void 0!==t&&c.set(t,e),e}));return s.push({component:e,to_container:t.parent}),e})).map((t=>(t.replaceRefids(c),t))),s.forEach((({component:t,to_container:e})=>{e.addComponent(t)})),this.duplicates=n.selected.map((t=>({component:t})))}else this.changes=Get.before(i)}}},dragmove:function(t,e){var{origin:r,deliverer:n}=e;if(!r.stuck){var i=n.selected;if(0!=i.length){var{x:o,y:a}=i[0].transcoordC2S(t.offsetX,t.offsetY),s=i[0].transcoordS2P(o,a);t.shiftKey?2==this.direction&&(this.direction=0):this.direction=2;var c=s.x-this.last_pos.x,u=s.y-this.last_pos.y;if(0==this.direction){if(c*c+u*u<25)return;Math.abs(c)>Math.abs(u)?this.direction=3:this.direction=4}3==this.direction?u=0:4==this.direction&&(c=0),i.forEach((t=>{t.move({x:c,y:u},1===i.length)})),this.last_pos=s,Ynt(n,i)}}},dragend:function(t,e){var{origin:r,deliverer:n}=e;if(!r.stuck){var i=n.selected;if(0!=i.length){var o=i[0].parent,a=n.focused||e.deliverer;if(this.changes&&!a.isGroup())if(n.hasSameParentForAllSelected&&a&&a!==o){var s=this.changes.map((t=>{let{component:e,before:r}=t;return{component:e,to_container:a}}));n.app.commander.execute(new nrt({changes:s}))}else Get.after(this.changes,n.app.commander);else if(this.duplicates){this.duplicates=this.duplicates.map((t=>(t.to_container=a,t)));let t=new nrt({changes:this.duplicates});n.app.commander.execute(t)}i.forEach((t=>{t.parent&&t.parent.calculateBounds&&t.parent.calculateBounds()})),this.last_pos=null,this.changes=null,this.duplicates=null,Ynt(n,i,!0)}}}}},"(root)":{"(self)":{keydown:function(t,e){var{origin:r,deliverer:n}=e,i={},o=t.shiftKey?r.rootModel.MPP:1;switch(t.which){case 37:i.x=-o,i.y=0;break;case 38:i.x=0,i.y=-o;break;case 39:i.x=o,i.y=0;break;case 40:i.x=0,i.y=o;break;default:return}var a=n.selected;Get.around(n.app.commander,(function(){a.forEach((t=>{!t.stuck&&t.move(i,!1)}))}))}}}});const Hnt=K7((()=>{const{x:t,y:e}=Unt,r=Bnt.deref();r&&(r.rootModel.move({x:t-Fnt.x,y:e-Fnt.y},!1),Fnt={x:t,y:e})}),60,{leading:!0,trailing:!0});znt.register("shift-handler",{"model-layer":{"(all)":{dragstart:function(t,e){Fnt={x:t.offsetX,y:t.offsetY}},dragmove:function(t,e){Bnt=new WeakRef(e.deliverer),Unt={x:t.offsetX,y:t.offsetY},Hnt()}}}}),znt.register("zoom-handler",{"model-layer":{"(all)":{wheel:function(t,e){if(0==t.deltaY&&0==t.deltaX)return;var r=e.deliverer,n=t.deltaY<0?1:-1;let i=r.get("scale")||{x:1,y:1},o=r.get("translate"),a=t.offsetX,s=t.offsetY,c=r.transcoordC2S(a,s),u=.1*n,l={x:i.x+u,y:i.y+u};if(n<0&&i.x<.2||n>0&&i.x>10)return;r.set("scale",l);let h=r.transcoordC2S(a,s);r.set("translate",{x:o.x+(h.x-c.x)*l.x,y:o.y+(h.y-c.y)*l.y})}},"(self)":{dblclick:function(t,e){const r=e.origin;null==r||r.root.fit()}}}});var $nt={},Gnt={};function Wnt(t){const e={};for(const r in t)t.hasOwnProperty(r)&&void 0!==t[r]&&(e[r]=t[r]);return e}znt.register("paste-handler",{"(root)":{"(self)":{stylepastestart:function(t){const{deliverer:e}=t,r=e.app;var n=e.selected;if(n&&n[0]&&n!==e.rootModel){const t=n[0],{fillStyle:e,strokeStyle:i,alpha:o,lineWidth:a,lineDash:s,lineCap:c,lineJoin:u,fontColor:l,fontSize:h,fontFamily:f,bold:d,italic:p,textAlign:g,textBaseline:v,textOverflow:y,paddingTop:m,paddingBottom:b,paddingLeft:x,paddingRight:w}=t.state;$nt=z7({fillStyle:e,strokeStyle:i,alpha:o,lineWidth:a,lineDash:s,lineCap:c,lineJoin:u,fontColor:l,fontSize:h,fontFamily:f,bold:d,italic:p,textAlign:g,textBaseline:v,textOverflow:y,paddingTop:m,paddingBottom:b,paddingLeft:x,paddingRight:w}),r.mode=4}},stylepastestop:function(t){const{deliverer:e}=t,r=e.app;$nt={},4==r.mode&&(r.mode=1)},databindpastestart:function(t){const{deliverer:e}=t,r=e.app;var n=e.selected;if(n&&n[0]&&n!==e.rootModel){const t=n[0],{mappings:e}=t.state;Gnt=z7({mappings:e}),r.mode=5}},databindpastestop:function(t){const{deliverer:e}=t,r=e.app;Gnt={},5==r.mode&&(r.mode=1)},keydown:function(t,e){const{deliverer:r}=e;"Esc"!=t.code&&"Escape"!=t.code||(4==r.app.mode?r.trigger("stylepastestop"):5==r.app.mode&&r.trigger("databindpastestop"))}}},"model-layer":{"(all)":{click:function(t,e){const{deliverer:r}=e,n=r.app;if(4!=n.mode&&5!=n.mode)return;const i=e.origin;4==n.mode?i===r?r.root.trigger("stylepastestop"):i&&Get.around(n.commander,(()=>{const t=Wnt({...i.model,...$nt});null==i||i.set(t)})):i===r?r.root.trigger("databindpastestop"):i&&Get.around(n.commander,(()=>{const t=Wnt({...i.model,...Gnt});null==i||i.set(t)}))}}}});class qnt{constructor(t,e,r){this._delta={theta:0,tx:0,ty:0,sx:1,sy:1,fade:0},this._location=null;const{animations:n,...i}=r;this.overlay=t,this.target=e,this.decorator=i||{},this.animations=[],Array.isArray(n)?this.animations=n.map((t=>("theta"in t&&(t={...t,theta:t.theta*(Math.PI/180)}),f7(this,t)))):n&&("theta"in n&&(n={...n,theta:n.theta*(Math.PI/180)}),this.animations=[f7(this,n)])}delta(t,e){if(void 0===e)return t?this._delta[t]:this._delta;this._delta[t]=e;const{tx:r,ty:n,sx:i,sy:o,theta:a,fade:s}=this._delta;Object.assign(this.element.style,{opacity:1-s,transform:`rotate(${a}rad) translate(${r}px, ${n}px) scale(${i}, ${o}) perspective(1px)`})}get location(){if(this._location)return this._location;const{location:t,size:e}=this.decorator,{left:r,top:n,width:i,height:o}=this.target.bounds;let a;switch(t){case"top-left":a={x:r,y:n-e};break;case"top":a={x:r+(i-e)/2,y:n-e};break;case"top-right":a={x:r+i-e,y:n-e};break;case"bottom-left":a={x:r,y:n+o};break;case"bottom":a={x:r+(i-e)/2,y:n+o};break;case"bottom-right":a={x:r+i-e,y:n+o};break;case"left-top":a={x:r-e,y:n};break;case"left":a={x:r-e,y:n+(o-e)/2};break;case"left-bottom":a={x:r-e,y:n+(o-e)};break;case"right-top":a={x:r+i,y:n};break;case"right":a={x:r+i,y:n+(o-e)/2};break;case"right-bottom":a={x:r+i,y:n+(o-e)};break;case"top-left-corner":a={x:r-e/2,y:n-e/2};break;case"top-right-corner":a={x:r+i-e/2,y:n-e/2};break;case"bottom-left-corner":a={x:r-e/2,y:n+o-e/2};break;case"bottom-right-corner":a={x:r+i-e/2,y:n+o-e/2};break;default:a={x:r+i/2-e/2,y:n+o/2-e/2}}return this._location=this.target.transcoordS2T(a.x,a.y),this._location}get element(){if(!this._element){const{icon:t,size:e,color:r}=this.decorator,{x:n,y:i}=this.location,o=document.createElement("div");o.setAttribute("scene","animated-icon"),Object.assign(o.style,{position:"absolute",fontVariationSettings:"'FILL' 1",fontFamily:"Material Symbols Outlined",fontSize:e+"px",width:e+"px",height:e+"px",lineHeight:e+"px",padding:0,margin:0,color:r,textAlign:"center",verticalAlign:"middle",left:n+"px",top:i+"px",pointerEvents:"none"}),o.textContent=t,this._element=o}return this._element}touch(){}invalidate(){}start(){this.overlay.appendChild(this.element),this.animations.forEach((t=>t.start()))}stop(){this.overlay.removeChild(this.element),this.animations.forEach((t=>t.stop())),this._location=null}get root(){return this.target.root}get center(){const{size:t}=this.decorator,{x:e,y:r}=this.location;return{x:e+t/2,y:r+t/2}}transcoordS2T(t,e){const{tx:r,ty:n}=this._delta;return{x:t+r,y:e+n}}}class Xnt{static getTargetId(t){if(!Xnt._targetIdMap.has(t)){const e=`target-${Math.random().toString(36).substring(2,9)}`;Xnt._targetIdMap.set(t,e)}return Xnt._targetIdMap.get(t)}static getSvgContainer(t){if(!Xnt._svgMap.has(t)){const e=document.createElementNS("http://www.w3.org/2000/svg","svg");e.setAttribute("class","border-highlighting-container"),e.setAttribute("pointer-events","none"),e.style.overflow="visible",e.style.position="absolute",e.style.top="0",e.style.left="0";const r=document.createElementNS("http://www.w3.org/2000/svg","defs");e.appendChild(r);const n=document.createElementNS("http://www.w3.org/2000/svg","g");n.setAttribute("class","border-highlighting-group"),e.appendChild(n),t.appendChild(e),Xnt._svgMap.set(t,e)}return Xnt._svgMap.get(t)}constructor(t,e,r){this.overlayRef=new WeakRef(t),this.target=e,this.decorator=r}get element(){const t=this.overlayRef.deref();if(!t)return null;const{distance:e=10,lineWidth:r=2,color:n="red",animation:i=!1,fillStyle:o}=this.decorator||{},{round:a=0,fillStyle:s}=this.target.state,c=this.target.path.map((t=>this.target.transcoordS2T(t.x,t.y))),u=this.createOffsetPath(c,e),l=this.pointsToPathData(u,a),h=Xnt.getSvgContainer(t),f=Xnt.getTargetId(this.target),d=h.querySelector(".border-highlighting-group"),p=d.querySelector(`[data-target-id="${f}"]`);p&&p.remove();const g=document.createElementNS("http://www.w3.org/2000/svg","path");g.setAttribute("d",l),g.setAttribute("fill","none"),g.setAttribute("stroke-width",r),g.setAttribute("stroke-linejoin","round"),g.setAttribute("pointer-events","none"),g.setAttribute("data-target-id",f);const v=o||s||"rgba(0, 0, 0, 0.5)",y=h.querySelector("defs"),m=this.createFilter(f,v);if(y.appendChild(m),g.setAttribute("filter",`url(#${f}-filter)`),i){const t=h.querySelector("defs"),e=this.createGradient(f,n);t.appendChild(e),g.setAttribute("stroke",`url(#${f})`)}else g.setAttribute("stroke",n);return d.appendChild(g),g}createOffsetPath(t,e){const r=[],n=t.length;for(let i=0;i<n;i++){const o=t[(i-1+n)%n],a=t[i],s=t[(i+1)%n],c=a.x-o.x,u=a.y-o.y,l=s.x-a.x,h=s.y-a.y,f=this.normalize({x:u,y:-c}),d=this.normalize({x:h,y:-l}),p=this.normalize({x:(f.x+d.x)/2,y:(f.y+d.y)/2}),g={x:a.x+p.x*e,y:a.y+p.y*e};r.push(g)}return r}normalize(t){const e=Math.sqrt(t.x*t.x+t.y*t.y);return{x:t.x/e,y:t.y/e}}pointsToPathData(t,e=0){if(t.length<2)return"";let r="";const n=t.length,i=(t,e,r)=>{const n=e.x-t.x,i=e.y-t.y,o=Math.sqrt(n*n+i*i);return{x:t.x+n/o*r,y:t.y+i/o*r}};for(let o=0;o<n;o++){const a=t[o],s=t[(o+1)%n],c=t[(o-1+n)%n],u=Math.sqrt((a.x-c.x)**2+(a.y-c.y)**2),l=Math.sqrt((a.x-s.x)**2+(a.y-s.y)**2),h=Math.min(e,u/2,l/2),f=i(a,c,h),d=i(a,s,h);r+=0===o?`M${f.x},${f.y}`:` L${f.x},${f.y}`,r+=` Q${a.x},${a.y} ${d.x},${d.y}`}return r+=" Z",r}createFilter(t,e){const r=document.createElementNS("http://www.w3.org/2000/svg","filter");r.setAttribute("id",`${t}-filter`);const n=document.createElementNS("http://www.w3.org/2000/svg","feFlood");n.setAttribute("flood-color",e),n.setAttribute("result","flood");const i=document.createElementNS("http://www.w3.org/2000/svg","feComposite");i.setAttribute("in","flood"),i.setAttribute("in2","SourceAlpha"),i.setAttribute("operator","in"),i.setAttribute("result","mask");const o=document.createElementNS("http://www.w3.org/2000/svg","feMerge"),a=document.createElementNS("http://www.w3.org/2000/svg","feMergeNode");a.setAttribute("in","mask");const s=document.createElementNS("http://www.w3.org/2000/svg","feMergeNode");return s.setAttribute("in","SourceGraphic"),o.appendChild(a),o.appendChild(s),r.appendChild(n),r.appendChild(i),r.appendChild(o),r}createGradient(t,e){const r=document.createElementNS("http://www.w3.org/2000/svg","linearGradient");r.setAttribute("id",t),r.setAttribute("x1","0%"),r.setAttribute("y1","0%"),r.setAttribute("x2","100%"),r.setAttribute("y2","0%");const n=this.alterColor(e,120),i=this.alterColor(e,240);return r.innerHTML=`\n <stop offset="0%" stop-color="${e}">\n <animate attributeName="stop-color" values="${e};${n};${i};${e}" dur="5s" repeatCount="indefinite" />\n </stop>\n <stop offset="100%" stop-color="${i}">\n <animate attributeName="stop-color" values="${i};${e};${n};${i}" dur="5s" repeatCount="indefinite" />\n </stop>\n `,r}alterColor(t,e){const r=this.convertToHex(t);let n=parseInt(r.substring(1,3),16),i=parseInt(r.substring(3,5),16),o=parseInt(r.substring(5,7),16);const a=this.rgbToHsl(n,i,o);a[0]=(a[0]+e/360)%1;const s=this.hslToRgb(a[0],a[1],a[2]);return`#${s[0].toString(16).padStart(2,"0")}${s[1].toString(16).padStart(2,"0")}${s[2].toString(16).padStart(2,"0")}`}rgbToHsl(t,e,r){t/=255,e/=255,r/=255;let n,i,o=Math.max(t,e,r),a=Math.min(t,e,r),s=(o+a)/2;if(o===a)n=i=0;else{let c=o-a;switch(i=s>.5?c/(2-o-a):c/(o+a),o){case t:n=(e-r)/c+(e<r?6:0);break;case e:n=(r-t)/c+2;break;case r:n=(t-e)/c+4}n/=6}return[n,i,s]}hslToRgb(t,e,r){let n,i,o;if(0===e)n=i=o=r;else{const a=(t,e,r)=>(r<0&&(r+=1),r>1&&(r-=1),r<1/6?t+6*(e-t)*r:r<.5?e:r<2/3?t+(e-t)*(2/3-r)*6:t);let s=r<.5?r*(1+e):r+e-r*e,c=2*r-s;n=a(c,s,t+1/3),i=a(c,s,t),o=a(c,s,t-1/3)}return[Math.round(255*n),Math.round(255*i),Math.round(255*o)]}convertToHex(t){if(/^#([0-9A-F]{6})$/i.test(t))return t;const e=document.createElement("div");e.style.color=t,document.body.appendChild(e);const r=window.getComputedStyle(e).color;document.body.removeChild(e);const n=r.match(/\d+/g);return!n||n.length<3?(console.warn(`Invalid color: ${t}. Defaulting to #FF0000.`),"#FF0000"):`#${n.slice(0,3).map((t=>parseInt(t,10).toString(16).padStart(2,"0"))).join("")}`}start(){const t=this.overlayRef.deref();if(!t)return;const e=Xnt.getSvgContainer(t);t.contains(e)||t.appendChild(e);const r=this.element;if(r&&this.decorator.animation){const t=r.getAttribute("data-target-id");if(!t)return;const n=e.querySelector("defs");if(!n)return;const i=n.querySelector(`#${t}`);if(!i)return;requestAnimationFrame((()=>{i.querySelectorAll("animate").forEach((t=>{t.beginElement()}))}))}}stop(){if(!this.element)return;const t=this.overlayRef.deref();if(!t)return;const e=Xnt._svgMap.get(t);if(!e)return;const r=e.querySelector(".border-highlighting-group");if(!r)return;const n=e.querySelector("defs");if(!n)return;const i=Xnt.getTargetId(this.target),o=r.querySelector(`[data-target-id="${i}"]`);if(o){r.removeChild(o),o.remove();const t=n.querySelector(`#${i}`);t&&(n.removeChild(t),t.remove())}Xnt._targetIdMap.delete(this.target),0===r.children.length&&(e.remove(),Xnt._svgMap.delete(t))}}Xnt._svgMap=new WeakMap,Xnt._targetIdMap=new WeakMap;class Vnt{static getArrowId(t){if(!Vnt._arrowIdMap.has(t)){const e=`${Math.random().toString(36).substring(2,9)}`;Vnt._arrowIdMap.set(t,e)}return Vnt._arrowIdMap.get(t)}static getSvgContainer(t){if(!Vnt._svgMap.has(t)){const e=document.createElementNS("http://www.w3.org/2000/svg","svg");e.setAttribute("class","bouncing-arrow-container"),e.setAttribute("pointer-events","none"),e.style.overflow="visible",e.style.position="absolute",e.style.top="0",e.style.left="0";const r=document.createElementNS("http://www.w3.org/2000/svg","g");r.setAttribute("class","bouncing-arrow-group"),e.appendChild(r),t.appendChild(e),Vnt._svgMap.set(t,e)}return Vnt._svgMap.get(t)}constructor(t,e,r){this.overlayRef=new WeakRef(t),this.target=e,this.decorator=r}get element(){const t=this.overlayRef.deref();if(!t)return null;const e=Vnt.getSvgContainer(t).querySelector(".bouncing-arrow-group"),r=Vnt.getArrowId(this.target),n=e.querySelector(`[data-arrow-id="${r}"]`);n&&n.remove();let{left:i,top:o,width:a}=this.target.bounds,{x:s,y:c}=this.target.transcoordS2T(i+a/2,o);s=Math.max(s,20),c=Math.max(c,20);const{color:u="red",duration:l=5e3,repeat:h=!0}=this.decorator||{},f=document.createElementNS("http://www.w3.org/2000/svg","path");f.setAttribute("d",this.createArrowPath(s,c)),f.setAttribute("fill",u),f.setAttribute("data-arrow-id",r),f.appendChild(this.createBounceAnimation(r,l,h)),e.appendChild(f);const d=this.createArrowLabel(s,c,u,this.target.state.id,r);return d&&(d.appendChild(this.createBounceAnimation(r,l,h)),e.appendChild(d)),f}createArrowPath(t,e){return`\n M${t-10},${e-16} \n L${t+10},${e-16} \n L${t+10},${e-8} \n L${t+16},${e-8} \n L${t},${e} \n L${t-16},${e-8} \n L${t-10},${e-8} \n Z\n `}createBounceAnimation(t,e,r){const n=document.createElementNS("http://www.w3.org/2000/svg","animateTransform");n.setAttribute("id",t),n.setAttribute("attributeName","transform"),n.setAttribute("type","translate");const i=e||5e3;let o=["0,-10"],a=[0];for(let t=1;t<=20;t++){const e=t/20;let r=Math.pow(e,.5);if(r=Math.min(r,.99).toFixed(3),parseFloat(a[a.length-1])>=parseFloat(r)&&(r=(parseFloat(a[a.length-1])+.01).toFixed(3)),o.push("0,0"),o.push("0,-10"),r>=1){a.push(1),a.push((parseFloat(1)+.01).toFixed(3));break}a.push(r),a.push((parseFloat(r)+.01).toFixed(3))}return a[a.length-1]="1.000",n.setAttribute("values",o.join(";")),n.setAttribute("keyTimes",a.join(";")),n.setAttribute("dur",`${i}ms`),r?n.setAttribute("repeatCount","indefinite"):(n.setAttribute("repeatCount","1"),n.addEventListener("endEvent",(()=>this.stop()))),n}createArrowLabel(t,e,r,n,i){if(!n)return null;const o=document.createElementNS("http://www.w3.org/2000/svg","g");o.setAttribute("data-arrow-label",i);const a=document.createElementNS("http://www.w3.org/2000/svg","rect");a.setAttribute("x",t+20),a.setAttribute("y",e-20),a.setAttribute("width","40"),a.setAttribute("height","20"),a.setAttribute("rx","3"),a.setAttribute("fill",r);const s=document.createElementNS("http://www.w3.org/2000/svg","text");return s.setAttribute("x",t+40),s.setAttribute("y",e-6),s.setAttribute("fill","white"),s.setAttribute("font-size","12px"),s.setAttribute("text-anchor","middle"),s.textContent=n,o.appendChild(a),o.appendChild(s),o}start(){const t=this.overlayRef.deref();if(!t)return;const e=Vnt.getSvgContainer(t),r=this.element;if(!r)return;const n=r.querySelector("animateTransform");n&&n.beginElement();const i=e.querySelector(`[data-arrow-label="${Vnt.getArrowId(this.target)}"]`);if(i){const t=i.querySelector("animateTransform");t&&t.beginElement()}}stop(){const t=this.overlayRef.deref();if(!t)return;const e=Vnt._svgMap.get(t);if(!e)return;const r=e.querySelector(".bouncing-arrow-group");if(!r)return;const n=Vnt.getArrowId(this.target),i=r.querySelector(`[data-arrow-id="${n}"]`),o=r.querySelector(`[data-arrow-label="${n}"]`);i&&(r.removeChild(i),i.remove()),o&&(r.removeChild(o),o.remove()),0===r.children.length&&(e.remove(),Vnt._svgMap.delete(t))}}Vnt._svgMap=new WeakMap,Vnt._arrowIdMap=new WeakMap;class Knt{icon(t,e){if(this.targets&&-1!==this.targets.lastIndexOf(t))return;const r=new qnt(t.root.model_layer.overlay,t,e);this.targets=(this.targets||[]).concat(t),this.animators=(this.animators||[]).concat(r),r.start()}border(t,e){if(this.targets&&-1!==this.targets.lastIndexOf(t))return;const r=new Xnt(t.root.model_layer.overlay,t,e);this.targets=(this.targets||[]).concat(t),this.animators=(this.animators||[]).concat(r),r.start()}bouncing(t,e){if(this.targets&&-1!==this.targets.lastIndexOf(t))return;const r=new Vnt(t.root.model_layer.overlay,t,e);this.targets=(this.targets||[]).concat(t),this.animators=(this.animators||[]).concat(r),r.start()}off(t){var e;if(!this.targets)return;let r=this.targets.slice(),n=this.animators.slice(),i=this.targets.lastIndexOf(t);if(-1==i)return;r.splice(i,1);null===(e=n.splice(i,1)[0])||void 0===e||e.stop(),this.targets=r,this.animators=n}reset(t){var e;null===(e=this.animators)||void 0===e||e.forEach((t=>t.stop())),this.targets=[],this.animators=[]}}function Qnt(t){const{origin:e}=t,r=e.root,{animatorHandler:n}=r;null==n||n.reset()}znt.register("animator-handler",{"model-layer":{"(descendant)":{icon:function(t,e){const{origin:r}=e,n=r.root;let{animatorHandler:i}=n;i||(i=new Knt,n.animatorHandler=i),i.icon(r,t)},border:function(t,e){const{origin:r}=e,n=r.root;let{animatorHandler:i}=n;i||(i=new Knt,n.animatorHandler=i),i.border(r,t)},bouncing:function(t,e){const{origin:r}=e,n=r.root;let{animatorHandler:i}=n;i||(i=new Knt,n.animatorHandler=i),i.bouncing(r,t)},animatoroff:function(t){const{origin:e}=t,r=e.root,{animatorHandler:n}=r;n?n.off(e):console.warn("animator-handler not found")},animatorreset:Qnt},"(self)":{animatorreset:Qnt}}},(function(t){const{animatorHandler:e}=t;null==e||e.reset(),delete t.animatorHandler}));var Jnt=[],Znt=V7((function(){Jnt.forEach((t=>{t.resize()}))}),100);"undefined"!=typeof window&&window.addEventListener("resize",Znt);class tit extends bet{constructor(t,e){super(Object.assign({type:"root",scale:{x:1,y:1}},t||{}),e),this._maxRefid=e.isViewMode?1e6:0,t=t||{},this.fitMode=t.model&&t.model.fitMode,this._app=e,this.style=t.style,this.target_element=t.target_element,this.rebuildContentModel(this.model.model),Jnt.push(this)}dispose(){aet.hideAll(this),this._app&&this._app.dispose(),super.dispose(),this._disposeAllResources(),this.target_element=null,delete this._refresh_mapping_debouncer;var t=Jnt.indexOf(this);t>=0&&Jnt.splice(t,1),this.refidIndexMap.clear(),this._maxRefid=0}isRoot(){return!0}get app(){return this._app}get target_element(){return this._target_element}set target_element(t){this._ua_event_handler&&(this._ua_event_handler.dispose(),delete this._ua_event_handler),t&&(t.setAttribute("root-element",""),t.style.position="absolute",t.style.cursor="default",t.style.overflow="hidden",this._ua_event_handler=new Int(this,t)),this.forEach((e=>e.target=t)),this._target_element=t}get unitScale(){switch(this.model_layer&&this.model_layer.get("unit")){case"mm":case"cm":case"in":return this.app.PPM/10;default:return 1}}addTemplate(t,e){var r=this.templateMap[t];r&&v9("Template replaced (duplicated)",t,e,r),this.templateMap[t]=e,delete this.templatePrefixes}removeTemplate(t,e){var r=this.templateMap[t];r!==e?y9("Removing template failed (different)",t,e,r):delete this.templateMap[t],delete this.templatePrefixes}findTemplateFor(t){this.templatePrefixes||(this.templatePrefixes=Object.keys(this.templateMap).sort().reverse());var e=this.templatePrefixes.find((e=>t.startsWith(e)));if(e)return this.templateMap[e]}addIndex(t,e){var r=this.indexMap[t]||[];this.indexMap[t]=[...r,e]}removeIndex(t,e){const r=this.indexMap[t]||[],n=r.indexOf(e);-1==n?y9("Removing index failed (not found)",t,e):(r.splice(n,1),0==r.length&&delete this.indexMap[t])}addRefidIndex(t,e){null==t&&(t=this.getNewRefid(),e.set("refid",t)),this._maxRefid=Math.max(t,this._maxRefid);var r=this.refidIndexMap.get(t);r&&v9("Refid Index replaced (has not to be)",t,e,r),this.refidIndexMap.set(t,e)}removeRefidIndex(t,e){if(null!=t){var r=this.refidIndexMap.get(t);r!==e?v9("Refid Removing index failed (has not to be)",t,e,r):this.refidIndexMap.delete(t)}}getNewRefid(){return this._maxRefid=(this._maxRefid||0)+1,this._maxRefid}async subscribe(t,e){this._app.isViewMode&&t&&this._app&&(e._subscription=await this._app.subscribe(t,e))}async unsubscribe(t,e){e._subscription&&(await e._subscription.unsubscribe(),delete e._subscription)}findById(t){return(this.indexMap[t.replace(/^#/,"")]||[])[0]}findAllById(t){return this.indexMap[t.replace(/^#/,"")]||[]}findByRefid(t){return this.refidIndexMap.get(t)}findOrCreate(t){var e=this.findAllById(t);if(!e&&this.app&&!this.app.isEditMode){let e=this.findTemplateFor(t);if(e){let r=Object.assign(z7(e.hierarchy),{id:t,templatePrefix:""});return component=art(r,this.app),this.model_layer.addComponent(component),[component]}}return e}resize(){this.components.forEach((t=>{t.resize&&t.resize()})),this.invalidate()}_disposeAllResources(){this.selected=[],this._focused=null,this._ready=!1,this.eventEngine&&(this.assist_handlers&&this.assist_handlers.forEach((t=>{this.eventEngine.remove(t)})),this.eventEngine.dispose(),delete this.eventEngine),(this.model.handlers||[]).map((t=>{znt.getDisposer(t).call(null,this)})),this.assist_layers&&this.assist_layers.forEach((t=>{t.dispose(),this.removeComponent(t)})),delete this.assist_layers,this.model_layer&&this.model_layer.dispose(),this.model_layer&&this.removeComponent(this.model_layer),delete this.model_layer,this.indexMap={},this.refidIndexMap=new Map,this.templateMap={}}rebuildContentModel(t){this._disposeAllResources(),this.eventEngine=new bnt(this),(t=t||{}).type="model-layer",this.model_layer=art(t,this.app),this.addComponent(this.model_layer),this.model_layer.target=this.target_element,this.assist_layers=(this.model.layers||[]).map((t=>{var e=art(t,this.app);return this.addComponent(e),e.target=this.target_element,e})),this.assist_handlers=(this.model.handlers||[]).map((t=>{var e={};return this.eventEngine.add(e,znt.get(t)),e})),this._ready=!0,this.traverse((t=>t.ready()))}get root(){return this}get anchors(){}get isReady(){return this._ready}get rootModel(){return this.model_layer}get stuck(){return!0}get data(){return Object.values(this.indexMap).reduce(((t,[e])=>(t[e.model.id]=e.data,t)),{})}set data(t){for(var e in t){var r=this.findOrCreate(e);r&&r.forEach((r=>r.data=t[e]))}}get dataByRefid(){var t={};for(let[e,r]of this.refidIndexMap.entries())t[e]=r.data;return t}set dataByRefid(t){for(var e in t){var r=this.findByRefid(Number(e));r&&(r.data=t[e])}}get values(){return Object.values(this.indexMap).reduce(((t,[e])=>(t[e.model.id]=e.value,t)),{})}set values(t){for(var e in t){var r=this.findOrCreate(e);r&&r.forEach((r=>r.value=t[e]))}}get valuesByRefid(){var t={};for(let[e,r]of this.refidIndexMap.entries())t[e]=r.value;return t}set valuesByRefid(t){for(var e in t){var r=this.findByRefid(Number(e));r&&(r.value=t[e])}}get selected(){return(this._selected||[]).filter((t=>t.parent))}set selected(t){var e=this._selected;if(this._selected=t,!t||t.length<=1)this.hasSameParentForAllSelected=!0;else{let e=t[0].parent;this.hasSameParentForAllSelected=!t.find((t=>t.parent!=e))}this.trigger("selected",t,e)}get focused(){return this._focused}set focused(t){this._focused!==t&&(this._focused=t,this.invalidate())}get style(){return this._style}set style(t){this._style=t,this._compiled_style=t}get hasTextProperty(){return!1}render(){this.components.forEach((t=>t.draw()))}contains(t,e){return!0}capturePath(t,e){return this.model_layer.capturePath(t,e)}invalidate(){this.components.forEach((t=>t.invalidate()))}get eventMap(){return{"(root)":{"(descendant)":{added:this.onadded,removed:this.onremoved,change:this.onchanged}}}}refreshMappings(){if(!this._refresh_mapping_debouncer){if(this.disposed)return;this._refresh_mapping_debouncer=V7((function t(e){e.executeMappings(),e.components&&e.components.forEach((e=>t(e)))}),1e3)}this._refresh_mapping_debouncer(this.model_layer)}_addTraverse(t){t.components&&t.components.forEach((t=>this._addTraverse(t)));var{id:e,refid:r,tag:n,templatePrefix:i}=t.model;this.addRefidIndex(r,t),e&&this.addIndex(e,t),n&&this.subscribe(n,t),i&&this.addTemplate(i,t);var o=n9({},t.eventMap,t.model.eventMap);this.eventEngine.add(t,o)}_removeTraverse(t){t.components&&t.components.forEach((t=>this._removeTraverse(t)));var{id:e,refid:r,tag:n,templatePrefix:i}=t.model;this.removeRefidIndex(r,t),e&&this.removeIndex(e,t),n&&this.unsubscribe(n,t),i&&this.removeTemplate(i,t),this.eventEngine.remove(t)}onadded(t,e){this._addTraverse(e),this.refreshMappings(),this.invalidate()}onremoved(t,e){this._removeTraverse(e),this.invalidate()}onchanged(t,e,r){e.templatePrefix&&this.removeTemplate(e.templatePrefix,r.origin),t.templatePrefix&&this.addTemplate(t.templatePrefix,r.origin),e.id&&this.removeIndex(e.id,r.origin),t.id&&this.addIndex(t.id,r.origin),e.tag&&this.unsubscribe(e.tag,r.origin),t.tag&&this.subscribe(t.tag,r.origin),e.id==t.id&&e.class==t.class||this.refreshMappings()}}Object.assign(tit.prototype,{fit:function(t){var{width:e,height:r,fitMode:n}=this.model_layer.model,i=this.target_element,o=this.model_layer;if(this.fitMode=t||this.fitMode||n||"ratio",e&&r&&i&&i.clientWidth&&i.clientHeight){switch(this.fitMode){case"center":!function(t,e,r){var n=t.unitScale,{width:i,height:o}=e.model;e.set("scale",{x:n,y:n}),e.set("translate",{x:Math.max((r.clientWidth-i*n)/2,0),y:Math.max((r.clientHeight-o*n)/2,0)})}(this,o,i);break;case"both":!function(t,e,r){var{width:n,height:i}=e.model,o=r.clientWidth,a=r.clientHeight;e.set("scale",{x:o/n,y:a/i}),e.set("translate",{x:0,y:0})}(0,o,i);break;case"width":!function(t,e,r){var n=r.clientWidth/e.get("width");e.set("scale",{x:n,y:n}),e.set("translate",{x:0,y:0})}(0,o,i);break;case"height":!function(t,e,r){var n=r.clientHeight/e.get("height");e.set("scale",{x:n,y:n}),e.set("translate",{x:0,y:0})}(0,o,i);break;case"ratio":!function(t,e,r){var{width:n,height:i}=e.model,o=r.clientWidth,a=r.clientHeight,s=o/n,c=a/i,u=Math.min(s,c);e.set("scale",{x:u,y:u}),e.set("translate",{x:(o-n*u)/2,y:(a-i*u)/2})}(0,o,i);break;default:!function(t,e){var r=t.unitScale;e.set("scale",{x:r,y:r}),e.set("translate",{x:0,y:0})}(this,o)}this.resize()}}}),Gtt.memoize(tit.prototype,"unitScale",!1);var eit=13.3,rit=function(t){return void 0!==t&&(eit=t),eit};const nit="$base_url";const iit=Math.PI/12;class oit{constructor(t,e){this._mode=t,this.screen=rit(),this._baseUrl="undefined"!=typeof window?window.location.origin:null,this._refProvider=e,this.isEditMode&&(this._rotateStep=iit,this._rotateStepForced=!1)}dispose(){this._dataSubscriptionProvider&&this._dataSubscriptionProvider.dispose(),delete this._dataStorage}_calcScreen(){var t={width:screen.width,height:screen.height};this._PPI=function(t,e,r,n){t>0||(t=1),e>0||(e=1),n||(n="d");var i=("d"==n?Math.sqrt(t*t+e*e):"w"==n?t:e)/r;return i>0?Math.round(i):0}(t.width,t.height,this.screen),this._PPM=this._PPI/25.4}subscribe(t,e){var r;return null===(r=this._dataSubscriptionProvider)||void 0===r?void 0:r.subscribe(t,e)}get refProvider(){return this._refProvider}set dataSubscriptionProvider(t){this._dataSubscriptionProvider=t}get dataSubscriptionProvider(){return this._dataSubscriptionProvider}set commander(t){this._commander=t}get commander(){return this._commander}get screen(){return this._screen}set screen(t){this._screen=t,this._calcScreen()}get DPPX(){return P9}get PPI(){return this._PPI}get PPM(){return this._PPM}get mode(){return this._mode}set mode(t){var e=this._mode;e!==t&&(this._mode=t,this.trigger("mode",t,e))}get isViewMode(){return 0==this._mode}get isEditMode(){return 1==this._mode}get baseUrl(){return this._baseUrl}set baseUrl(t){t&&this._baseUrl!=t&&(this._baseUrl=t)}url(t){try{return(t.includes(nit)?new URL(t.replace(nit,this.baseUrl),this.baseUrl):new URL(t,location.origin)).href}catch(e){y9(e,t)}}get rotateStep(){return this._rotateStep}set rotateStep(t){this._rotateStep=Number(t)||iit}get rotateStepForced(){return this._rotateStepForced}set rotateStepForced(t){this._rotateStepForced=!!t}get dataStorage(){return this._dataStorage}set dataStorage(t){this._dataStorage=t}}g9(oit.prototype,l9.withEvent);class ait{constructor(t,e){!(t=Number(t))||t<=0?(v9("TimeCapsule maxsize should be greater than 0.",t),this.maxsize=10):this.maxsize=t,this.reset(),e&&(this.snapshot(e),this.preserve())}preserve(){this.checkPoint=this.pos}hasUnpreservedChanges(){return this.checkPoint!=this.pos}dispose(){this.reset()}snapshot(t){if(this.q.splice(this.pos+1,this.q.length-(this.pos+1),t),this.q.length>this.maxsize){const t=this.q.splice(0,this.q.length-this.maxsize);this.checkPoint=Math.max(-1,this.checkPoint-t.length)}this.pos=this.q.length-1}forward(){if(this.snapshot_taker&&this.snapshot_taker.take(),this.forwardable)return this.q[++this.pos];y9("Not forwardable.")}backward(){if(this.snapshot_taker&&this.snapshot_taker.take(),this.backwardable)return this.q[--this.pos];y9("Not backwardable.")}get current(){if(-1!==this.pos)return this.q[this.pos];y9("Non state has been recorded.")}get length(){return this.q.length}get forwardable(){return this.pos<this.q.length-1}get backwardable(){return this.pos>0}get snapshot_taker(){return this._snapshot_taker}set snapshot_taker(t){this._snapshot_taker=t}reset(){this.q=[],this.pos=-1,this.checkPoint=-1}}var sit=V7((t=>{t.brake||t.take()}),1e3,{leading:!0,trailing:!1});function cit(t){!t.brake&&t.dirty&&sit(t)}class uit{constructor(t,e){this.brake=!1,this.dirty=!1,this.state_holder=t,this.timecapsule=e,this.timecapsule.snapshot_taker=this}dispose(){delete this.state_holder,delete this.timecapsule}touch(){this.dirty=!0,cit(this)}take(t){(this.dirty||t)&&(this.timecapsule.snapshot(this.state_holder.state),this.dirty=!1)}get brake(){return this._brake}set brake(t){this._brake=!!t,cit(this)}}function lit(t,e){var r=e.model_layer.get("scale"),n=e.model_layer.get("translate");if(t){let i=JSON.parse(t);i.scale=r,i.translate=n,e.rebuildContentModel(i)}}class hit{constructor(t){this.container=t,this.timecapsule=new ait(20);var e=this;this.snapshot_taker=new uit({get state(){let t=e.container.model_layer.hierarchy;return JSON.stringify(t)}},this.timecapsule),this.snapshot_taker.take(!0),this.timecapsule.preserve()}dispose(){this.reset(),this.timecapsule&&this.timecapsule.dispose(),this.snapshot_taker&&this.snapshot_taker.dispose(),delete this.container,delete this.timecapsule,delete this.snapshot_taker}preserve(){this.timecapsule.preserve()}hasUnpreservedChanges(){return this.timecapsule.hasUnpreservedChanges()}execute(t,e){!1!==e&&t&&t.execute(),this.snapshot_taker.touch(),this.trigger("execute",t,!0,!1)}undo(){this.timecapsule.backwardable&&(lit(this.timecapsule.backward(),this.container),this.trigger("undo",this.undoable(),this.redoable()))}redo(){this.timecapsule.forwardable&&(lit(this.timecapsule.forward(),this.container),this.trigger("redo",this.undoable(),this.redoable()))}undoable(){return this.timecapsule.backwardable}redoable(){return this.timecapsule.forwardable}reset(){this.timecapsule&&this.timecapsule.reset(),this.trigger("command-reset")}}g9(hit.prototype,l9.withEvent);var fit=0;const dit=new FinalizationRegistry((t=>{fit--}));class pit{static get residents(){return fit}static get residentsCount(){return fit}constructor(t){this._container=t,this.app=t.app,this._commander=new hit(this._container),this.app.commander=this._commander,fit++,dit.register(this,fit)}add(){return urt.apply(this._container,arguments)}duplicate(){return lrt.apply(this._container,arguments)}remove(){return hrt.apply(this._container,arguments)}animate(){return d7.apply(this,arguments)}fullscreen(){return grt.apply(this._container,arguments)}get target(){return this._container.target_element}set target(t){var e;if("string"==typeof t){if(!(e=document.getElementById(t)))throw`target element '${t}' is not exist`;if(e.firstChild)throw`target element '${t}' already has children`}else e=t;e&&e.style&&(e.style.cursor="default"),this._container.target_element=e,this._container.invalidate()}get scale(){return this.root.get("scale")}set scale(t){this.root.set("scale",t)}get translate(){return this.root.get("translate")}set translate(t){this.root.set("translate",t)}get unit(){return this.root.get("unit")||"px"}get PPM(){return this.app.PPM}get PPI(){return this.app.PPI}get DPPX(){return this.app.DPPX}static get DPPX(){return P9}get unitScale(){return this._container.unitScale}get screen(){return this.app.screen}set screen(t){this.app.screen=t,this._container.resize()}resize(){this._container.resize()}release(){this.dispose()}dispose(){this._commander&&this._commander.dispose(),this._container&&this._container.dispose()}get selected(){return this._container.selected.slice()}set selected(t){this._container.selected=t}select(t,...e){var r;return this._container.selected=null===(r=this.root)||void 0===r?void 0:r.findAll(t,...e),this.selected}get commander(){return this._commander}undo(){this.commander.undo()}undoable(){return this.commander.undoable()}redo(){this.commander.redo()}redoable(){return this.commander.redoable()}preserve(){this.commander.preserve()}hasUnpreservedChanges(){return this.commander.hasUnpreservedChanges()}cut(){return mrt.apply(this._container,arguments)}copy(){return yrt.apply(this._container,arguments)}paste(){return brt.apply(this._container,arguments)}undoableChange(){return Nrt.apply(this._container,arguments)}change(){return zrt.apply(this.root,arguments)}get model(){return this.root.hierarchy}set model(t){this._container.rebuildContentModel(t)}get rootContainer(){return this._container}get root(){var t;return null===(t=this._container)||void 0===t?void 0:t.model_layer}findAll(){return this.root.findAll.apply(this.root,arguments)}findFirst(){return this.root.findFirst.apply(this.root,arguments)}findById(){return this._container.findById.apply(this._container,arguments)}findAllById(){return this._container.findAllById.apply(this._container,arguments)}serialize(){return this.root.trim(),this.root.serialize.apply(this.root,arguments)}align(){return Jet.apply(this._container,arguments)}place(){return Wrt.apply(this._container,arguments)}distribute(){return ert.apply(this._container,arguments)}move(){return irt.apply(this._container,arguments)}zorder(){return ort.apply(this._container,arguments)}symmetryX(){return Lrt.apply(this._container,arguments)}symmetryY(){return Drt.apply(this._container,arguments)}on(){return frt.apply(this._container,arguments)}once(){return drt.apply(this._container,arguments)}off(){return this._container&&prt.apply(this._container,arguments)}centerTo(t,e){return this.root.centerTo(t,e)}get mode(){return this.app.mode}set mode(t){void 0!==t&&(this.app.mode=t)}toDataURL(){return Ort.apply(this._container,arguments)}group(){return Irt.apply(this._container,arguments)}ungroup(){return Crt.apply(this._container,arguments)}fit(t){this._container.once("redraw",(()=>this._container.fit(t))),this._container.invalidate()}get fitMode(){return this._container.fitMode}get ids(){return Frt.apply(this._container)}get data(){return this._container.data}set data(t){this._container.data=t}get dataByRefid(){return this._container.dataByRefid}set dataByRefid(t){this._container.dataByRefid=t}get values(){return this._container.values}set values(t){this._container.values=t}get valuesByRefid(){return this._container.valuesByRefid}set valuesByRefid(t){this._container.valuesByRefid=t}get baseUrl(){return this.app.baseUrl}set baseUrl(t){this.app.baseUrl=t}startAddMode(){return qrt.apply(this._container,arguments)}startStylePasteMode(){return Xrt.apply(this._container,arguments)}stopStylePasteMode(){return Vrt.apply(this._container,arguments)}startDatabindPasteMode(){return Krt.apply(this._container,arguments)}stopDatabindPasteMode(){return Qrt.apply(this._container,arguments)}}const git=new class{load(t){}save(t,e){}clear(t){}};function vit({target:t,model:e,style:r,layers:n=[],handlers:i=[],mode:o=0,refProvider:a,dataSubscriptionProvider:s,dataStorage:c=git,baseUrl:u,fitMode:l}){var h=null;if("string"==typeof t){if(!(h=document.getElementById(t)))throw`target element '${t}' is not exist`;if(h.firstChild)throw`target element '${t}' is not empty`}else h=t;h&&h.style&&(h.style.position="absolute",h.style.cursor="default",h.style.overflow="hidden");var f=new oit(o,a);return f.baseUrl=u,f.dataSubscriptionProvider=s,f.dataStorage=c,new pit(new tit({target_element:h,model:e,style:r,layers:n,handlers:i,fitMode:l},f))}
1
+ var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},e=function(t){return t&&t.Math===Math&&t},r=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof t&&t)||e("object"==typeof t&&t)||function(){return this}()||Function("return this")(),n={},i=function(t){try{return!!t()}catch(t){return!0}},o=!i((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),a=!i((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),s=a,c=Function.prototype.call,u=s?c.bind(c):function(){return c.apply(c,arguments)},l={},h={}.propertyIsEnumerable,f=Object.getOwnPropertyDescriptor,d=f&&!h.call({1:2},1);l.f=d?function(t){var e=f(this,t);return!!e&&e.enumerable}:h;var p,g,v=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},y=a,m=Function.prototype,b=m.call,x=y&&m.bind.bind(b,b),w=y?x:function(t){return function(){return b.apply(t,arguments)}},A=w,_=A({}.toString),k=A("".slice),S=function(t){return k(_(t),8,-1)},E=i,M=S,T=Object,P=w("".split),O=E((function(){return!T("z").propertyIsEnumerable(0)}))?function(t){return"String"===M(t)?P(t,""):T(t)}:T,I=function(t){return null==t},C=I,R=TypeError,j=function(t){if(C(t))throw new R("Can't call method on "+t);return t},L=O,D=j,z=function(t){return L(D(t))},N="object"==typeof document&&document.all,F=void 0===N&&void 0!==N?function(t){return"function"==typeof t||t===N}:function(t){return"function"==typeof t},B=F,U=function(t){return"object"==typeof t?null!==t:B(t)},Y=r,H=F,$=function(t,e){return arguments.length<2?(r=Y[t],H(r)?r:void 0):Y[t]&&Y[t][e];var r},G=w({}.isPrototypeOf),W=r.navigator,q=W&&W.userAgent,X=q?String(q):"",V=r,K=X,Q=V.process,J=V.Deno,Z=Q&&Q.versions||J&&J.version,tt=Z&&Z.v8;tt&&(g=(p=tt.split("."))[0]>0&&p[0]<4?1:+(p[0]+p[1])),!g&&K&&(!(p=K.match(/Edge\/(\d+)/))||p[1]>=74)&&(p=K.match(/Chrome\/(\d+)/))&&(g=+p[1]);var et=g,rt=et,nt=i,it=r.String,ot=!!Object.getOwnPropertySymbols&&!nt((function(){var t=Symbol("symbol detection");return!it(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&rt&&rt<41})),at=ot&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,st=$,ct=F,ut=G,lt=Object,ht=at?function(t){return"symbol"==typeof t}:function(t){var e=st("Symbol");return ct(e)&&ut(e.prototype,lt(t))},ft=String,dt=function(t){try{return ft(t)}catch(t){return"Object"}},pt=F,gt=dt,vt=TypeError,yt=function(t){if(pt(t))return t;throw new vt(gt(t)+" is not a function")},mt=yt,bt=I,xt=function(t,e){var r=t[e];return bt(r)?void 0:mt(r)},wt=u,At=F,_t=U,kt=TypeError,St=function(t,e){var r,n;if("string"===e&&At(r=t.toString)&&!_t(n=wt(r,t)))return n;if(At(r=t.valueOf)&&!_t(n=wt(r,t)))return n;if("string"!==e&&At(r=t.toString)&&!_t(n=wt(r,t)))return n;throw new kt("Can't convert object to primitive value")},Et={exports:{}},Mt=r,Tt=Object.defineProperty,Pt=function(t,e){try{Tt(Mt,t,{value:e,configurable:!0,writable:!0})}catch(r){Mt[t]=e}return e},Ot=r,It=Pt,Ct="__core-js_shared__",Rt=Et.exports=Ot[Ct]||It(Ct,{});(Rt.versions||(Rt.versions=[])).push({version:"3.41.0",mode:"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"});var jt=Et.exports,Lt=function(t,e){return jt[t]||(jt[t]=e||{})},Dt=j,zt=Object,Nt=function(t){return zt(Dt(t))},Ft=Nt,Bt=w({}.hasOwnProperty),Ut=Object.hasOwn||function(t,e){return Bt(Ft(t),e)},Yt=w,Ht=0,$t=Math.random(),Gt=Yt(1..toString),Wt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Gt(++Ht+$t,36)},qt=Lt,Xt=Ut,Vt=Wt,Kt=ot,Qt=at,Jt=r.Symbol,Zt=qt("wks"),te=Qt?Jt.for||Jt:Jt&&Jt.withoutSetter||Vt,ee=function(t){return Xt(Zt,t)||(Zt[t]=Kt&&Xt(Jt,t)?Jt[t]:te("Symbol."+t)),Zt[t]},re=u,ne=U,ie=ht,oe=xt,ae=St,se=TypeError,ce=ee("toPrimitive"),ue=function(t,e){if(!ne(t)||ie(t))return t;var r,n=oe(t,ce);if(n){if(void 0===e&&(e="default"),r=re(n,t,e),!ne(r)||ie(r))return r;throw new se("Can't convert object to primitive value")}return void 0===e&&(e="number"),ae(t,e)},le=ue,he=ht,fe=function(t){var e=le(t,"string");return he(e)?e:e+""},de=U,pe=r.document,ge=de(pe)&&de(pe.createElement),ve=function(t){return ge?pe.createElement(t):{}},ye=ve,me=!o&&!i((function(){return 7!==Object.defineProperty(ye("div"),"a",{get:function(){return 7}}).a})),be=o,xe=u,we=l,Ae=v,_e=z,ke=fe,Se=Ut,Ee=me,Me=Object.getOwnPropertyDescriptor;n.f=be?Me:function(t,e){if(t=_e(t),e=ke(e),Ee)try{return Me(t,e)}catch(t){}if(Se(t,e))return Ae(!xe(we.f,t,e),t[e])};var Te={},Pe=o&&i((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Oe=U,Ie=String,Ce=TypeError,Re=function(t){if(Oe(t))return t;throw new Ce(Ie(t)+" is not an object")},je=o,Le=me,De=Pe,ze=Re,Ne=fe,Fe=TypeError,Be=Object.defineProperty,Ue=Object.getOwnPropertyDescriptor,Ye="enumerable",He="configurable",$e="writable";Te.f=je?De?function(t,e,r){if(ze(t),e=Ne(e),ze(r),"function"==typeof t&&"prototype"===e&&"value"in r&&$e in r&&!r[$e]){var n=Ue(t,e);n&&n[$e]&&(t[e]=r.value,r={configurable:He in r?r[He]:n[He],enumerable:Ye in r?r[Ye]:n[Ye],writable:!1})}return Be(t,e,r)}:Be:function(t,e,r){if(ze(t),e=Ne(e),ze(r),Le)try{return Be(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new Fe("Accessors not supported");return"value"in r&&(t[e]=r.value),t};var Ge=Te,We=v,qe=o?function(t,e,r){return Ge.f(t,e,We(1,r))}:function(t,e,r){return t[e]=r,t},Xe={exports:{}},Ve=o,Ke=Ut,Qe=Function.prototype,Je=Ve&&Object.getOwnPropertyDescriptor,Ze=Ke(Qe,"name"),tr={EXISTS:Ze,PROPER:Ze&&"something"===function(){}.name,CONFIGURABLE:Ze&&(!Ve||Ve&&Je(Qe,"name").configurable)},er=w,rr=F,nr=Et.exports,ir=er(Function.toString);rr(nr.inspectSource)||(nr.inspectSource=function(t){return ir(t)});var or,ar,sr,cr=nr.inspectSource,ur=F,lr=r.WeakMap,hr=ur(lr)&&/native code/.test(String(lr)),fr=Wt,dr=Lt("keys"),pr=function(t){return dr[t]||(dr[t]=fr(t))},gr={},vr=hr,yr=r,mr=U,br=qe,xr=Ut,wr=Et.exports,Ar=pr,_r=gr,kr="Object already initialized",Sr=yr.TypeError,Er=yr.WeakMap;if(vr||wr.state){var Mr=wr.state||(wr.state=new Er);Mr.get=Mr.get,Mr.has=Mr.has,Mr.set=Mr.set,or=function(t,e){if(Mr.has(t))throw new Sr(kr);return e.facade=t,Mr.set(t,e),e},ar=function(t){return Mr.get(t)||{}},sr=function(t){return Mr.has(t)}}else{var Tr=Ar("state");_r[Tr]=!0,or=function(t,e){if(xr(t,Tr))throw new Sr(kr);return e.facade=t,br(t,Tr,e),e},ar=function(t){return xr(t,Tr)?t[Tr]:{}},sr=function(t){return xr(t,Tr)}}var Pr={set:or,get:ar,has:sr,enforce:function(t){return sr(t)?ar(t):or(t,{})},getterFor:function(t){return function(e){var r;if(!mr(e)||(r=ar(e)).type!==t)throw new Sr("Incompatible receiver, "+t+" required");return r}}},Or=w,Ir=i,Cr=F,Rr=Ut,jr=o,Lr=tr.CONFIGURABLE,Dr=cr,zr=Pr.enforce,Nr=Pr.get,Fr=String,Br=Object.defineProperty,Ur=Or("".slice),Yr=Or("".replace),Hr=Or([].join),$r=jr&&!Ir((function(){return 8!==Br((function(){}),"length",{value:8}).length})),Gr=String(String).split("String"),Wr=Xe.exports=function(t,e,r){"Symbol("===Ur(Fr(e),0,7)&&(e="["+Yr(Fr(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!Rr(t,"name")||Lr&&t.name!==e)&&(jr?Br(t,"name",{value:e,configurable:!0}):t.name=e),$r&&r&&Rr(r,"arity")&&t.length!==r.arity&&Br(t,"length",{value:r.arity});try{r&&Rr(r,"constructor")&&r.constructor?jr&&Br(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=zr(t);return Rr(n,"source")||(n.source=Hr(Gr,"string"==typeof e?e:"")),t};Function.prototype.toString=Wr((function(){return Cr(this)&&Nr(this).source||Dr(this)}),"toString");var qr=F,Xr=Te,Vr=Xe.exports,Kr=Pt,Qr=function(t,e,r,n){n||(n={});var i=n.enumerable,o=void 0!==n.name?n.name:e;if(qr(r)&&Vr(r,o,n),n.global)i?t[e]=r:Kr(e,r);else{try{n.unsafe?t[e]&&(i=!0):delete t[e]}catch(t){}i?t[e]=r:Xr.f(t,e,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return t},Jr={},Zr=Math.ceil,tn=Math.floor,en=Math.trunc||function(t){var e=+t;return(e>0?tn:Zr)(e)},rn=en,nn=function(t){var e=+t;return e!=e||0===e?0:rn(e)},on=nn,an=Math.max,sn=Math.min,cn=function(t,e){var r=on(t);return r<0?an(r+e,0):sn(r,e)},un=nn,ln=Math.min,hn=function(t){var e=un(t);return e>0?ln(e,9007199254740991):0},fn=hn,dn=function(t){return fn(t.length)},pn=z,gn=cn,vn=dn,yn=function(t){return function(e,r,n){var i=pn(e),o=vn(i);if(0===o)return!t&&-1;var a,s=gn(n,o);if(t&&r!=r){for(;o>s;)if((a=i[s++])!=a)return!0}else for(;o>s;s++)if((t||s in i)&&i[s]===r)return t||s||0;return!t&&-1}},mn={includes:yn(!0),indexOf:yn(!1)},bn=Ut,xn=z,wn=mn.indexOf,An=gr,_n=w([].push),kn=function(t,e){var r,n=xn(t),i=0,o=[];for(r in n)!bn(An,r)&&bn(n,r)&&_n(o,r);for(;e.length>i;)bn(n,r=e[i++])&&(~wn(o,r)||_n(o,r));return o},Sn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],En=kn,Mn=Sn.concat("length","prototype");Jr.f=Object.getOwnPropertyNames||function(t){return En(t,Mn)};var Tn={};Tn.f=Object.getOwnPropertySymbols;var Pn=$,On=Jr,In=Tn,Cn=Re,Rn=w([].concat),jn=Pn("Reflect","ownKeys")||function(t){var e=On.f(Cn(t)),r=In.f;return r?Rn(e,r(t)):e},Ln=Ut,Dn=jn,zn=n,Nn=Te,Fn=function(t,e,r){for(var n=Dn(e),i=Nn.f,o=zn.f,a=0;a<n.length;a++){var s=n[a];Ln(t,s)||r&&Ln(r,s)||i(t,s,o(e,s))}},Bn=i,Un=F,Yn=/#|\.prototype\./,Hn=function(t,e){var r=Gn[$n(t)];return r===qn||r!==Wn&&(Un(e)?Bn(e):!!e)},$n=Hn.normalize=function(t){return String(t).replace(Yn,".").toLowerCase()},Gn=Hn.data={},Wn=Hn.NATIVE="N",qn=Hn.POLYFILL="P",Xn=Hn,Vn=r,Kn=n.f,Qn=qe,Jn=Qr,Zn=Pt,ti=Fn,ei=Xn,ri=function(t,e){var r,n,i,o,a,s=t.target,c=t.global,u=t.stat;if(r=c?Vn:u?Vn[s]||Zn(s,{}):Vn[s]&&Vn[s].prototype)for(n in e){if(o=e[n],i=t.dontCallGetSet?(a=Kn(r,n))&&a.value:r[n],!ei(c?n:s+(u?".":"#")+n,t.forced)&&void 0!==i){if(typeof o==typeof i)continue;ti(o,i)}(t.sham||i&&i.sham)&&Qn(o,"sham",!0),Jn(r,n,o,t)}},ni={};ni[ee("toStringTag")]="z";var ii="[object z]"===String(ni),oi=ii,ai=F,si=S,ci=ee("toStringTag"),ui=Object,li="Arguments"===si(function(){return arguments}()),hi=oi?si:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=ui(t),ci))?r:li?si(e):"Object"===(n=si(e))&&ai(e.callee)?"Arguments":n},fi=hi,di=String,pi=function(t){if("Symbol"===fi(t))throw new TypeError("Cannot convert a Symbol value to a string");return di(t)},gi={},vi=kn,yi=Sn,mi=Object.keys||function(t){return vi(t,yi)},bi=o,xi=Pe,wi=Te,Ai=Re,_i=z,ki=mi;gi.f=bi&&!xi?Object.defineProperties:function(t,e){Ai(t);for(var r,n=_i(e),i=ki(e),o=i.length,a=0;o>a;)wi.f(t,r=i[a++],n[r]);return t};var Si,Ei=$("document","documentElement"),Mi=Re,Ti=gi,Pi=Sn,Oi=gr,Ii=Ei,Ci=ve,Ri="prototype",ji="script",Li=pr("IE_PROTO"),Di=function(){},zi=function(t){return"<"+ji+">"+t+"</"+ji+">"},Ni=function(t){t.write(zi("")),t.close();var e=t.parentWindow.Object;return t=null,e},Fi=function(){try{Si=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;Fi="undefined"!=typeof document?document.domain&&Si?Ni(Si):(e=Ci("iframe"),r="java"+ji+":",e.style.display="none",Ii.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(zi("document.F=Object")),t.close(),t.F):Ni(Si);for(var n=Pi.length;n--;)delete Fi[Ri][Pi[n]];return Fi()};Oi[Li]=!0;var Bi=Object.create||function(t,e){var r;return null!==t?(Di[Ri]=Mi(t),r=new Di,Di[Ri]=null,r[Li]=t):r=Fi(),void 0===e?r:Ti.f(r,e)},Ui={},Yi=w([].slice),Hi=S,$i=z,Gi=Jr.f,Wi=Yi,qi="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Ui.f=function(t){return qi&&"Window"===Hi(t)?function(t){try{return Gi(t)}catch(t){return Wi(qi)}}(t):Gi($i(t))};var Xi=Xe.exports,Vi=Te,Ki=function(t,e,r){return r.get&&Xi(r.get,e,{getter:!0}),r.set&&Xi(r.set,e,{setter:!0}),Vi.f(t,e,r)},Qi={},Ji=ee;Qi.f=Ji;var Zi=r,to=Zi,eo=Ut,ro=Qi,no=Te.f,io=function(t){var e=to.Symbol||(to.Symbol={});eo(e,t)||no(e,t,{value:ro.f(t)})},oo=u,ao=$,so=ee,co=Qr,uo=function(){var t=ao("Symbol"),e=t&&t.prototype,r=e&&e.valueOf,n=so("toPrimitive");e&&!e[n]&&co(e,n,(function(t){return oo(r,this)}),{arity:1})},lo=Te.f,ho=Ut,fo=ee("toStringTag"),po=function(t,e,r){t&&!r&&(t=t.prototype),t&&!ho(t,fo)&&lo(t,fo,{configurable:!0,value:e})},go=S,vo=w,yo=function(t){if("Function"===go(t))return vo(t)},mo=yt,bo=a,xo=yo(yo.bind),wo=function(t,e){return mo(t),void 0===e?t:bo?xo(t,e):function(){return t.apply(e,arguments)}},Ao=S,_o=Array.isArray||function(t){return"Array"===Ao(t)},ko=w,So=i,Eo=F,Mo=hi,To=cr,Po=function(){},Oo=$("Reflect","construct"),Io=/^\s*(?:class|function)\b/,Co=ko(Io.exec),Ro=!Io.test(Po),jo=function(t){if(!Eo(t))return!1;try{return Oo(Po,[],t),!0}catch(t){return!1}},Lo=function(t){if(!Eo(t))return!1;switch(Mo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Ro||!!Co(Io,To(t))}catch(t){return!0}};Lo.sham=!0;var Do=!Oo||So((function(){var t;return jo(jo.call)||!jo(Object)||!jo((function(){t=!0}))||t}))?Lo:jo,zo=_o,No=Do,Fo=U,Bo=ee("species"),Uo=Array,Yo=function(t){var e;return zo(t)&&(e=t.constructor,(No(e)&&(e===Uo||zo(e.prototype))||Fo(e)&&null===(e=e[Bo]))&&(e=void 0)),void 0===e?Uo:e},Ho=function(t,e){return new(Yo(t))(0===e?0:e)},$o=wo,Go=O,Wo=Nt,qo=dn,Xo=Ho,Vo=w([].push),Ko=function(t){var e=1===t,r=2===t,n=3===t,i=4===t,o=6===t,a=7===t,s=5===t||o;return function(c,u,l,h){for(var f,d,p=Wo(c),g=Go(p),v=qo(g),y=$o(u,l),m=0,b=h||Xo,x=e?b(c,v):r||a?b(c,0):void 0;v>m;m++)if((s||m in g)&&(d=y(f=g[m],m,p),t))if(e)x[m]=d;else if(d)switch(t){case 3:return!0;case 5:return f;case 6:return m;case 2:Vo(x,f)}else switch(t){case 4:return!1;case 7:Vo(x,f)}return o?-1:n||i?i:x}},Qo={forEach:Ko(0),map:Ko(1),filter:Ko(2),some:Ko(3),every:Ko(4),find:Ko(5),findIndex:Ko(6),filterReject:Ko(7)},Jo=ri,Zo=r,ta=u,ea=w,ra=o,na=ot,ia=i,oa=Ut,aa=G,sa=Re,ca=z,ua=fe,la=pi,ha=v,fa=Bi,da=mi,pa=Jr,ga=Ui,va=Tn,ya=n,ma=Te,ba=gi,xa=l,wa=Qr,Aa=Ki,_a=Lt,ka=gr,Sa=Wt,Ea=ee,Ma=Qi,Ta=io,Pa=uo,Oa=po,Ia=Pr,Ca=Qo.forEach,Ra=pr("hidden"),ja="Symbol",La="prototype",Da=Ia.set,za=Ia.getterFor(ja),Na=Object[La],Fa=Zo.Symbol,Ba=Fa&&Fa[La],Ua=Zo.RangeError,Ya=Zo.TypeError,Ha=Zo.QObject,$a=ya.f,Ga=ma.f,Wa=ga.f,qa=xa.f,Xa=ea([].push),Va=_a("symbols"),Ka=_a("op-symbols"),Qa=_a("wks"),Ja=!Ha||!Ha[La]||!Ha[La].findChild,Za=function(t,e,r){var n=$a(Na,e);n&&delete Na[e],Ga(t,e,r),n&&t!==Na&&Ga(Na,e,n)},ts=ra&&ia((function(){return 7!==fa(Ga({},"a",{get:function(){return Ga(this,"a",{value:7}).a}})).a}))?Za:Ga,es=function(t,e){var r=Va[t]=fa(Ba);return Da(r,{type:ja,tag:t,description:e}),ra||(r.description=e),r},rs=function(t,e,r){t===Na&&rs(Ka,e,r),sa(t);var n=ua(e);return sa(r),oa(Va,n)?(r.enumerable?(oa(t,Ra)&&t[Ra][n]&&(t[Ra][n]=!1),r=fa(r,{enumerable:ha(0,!1)})):(oa(t,Ra)||Ga(t,Ra,ha(1,fa(null))),t[Ra][n]=!0),ts(t,n,r)):Ga(t,n,r)},ns=function(t,e){sa(t);var r=ca(e),n=da(r).concat(ss(r));return Ca(n,(function(e){ra&&!ta(is,r,e)||rs(t,e,r[e])})),t},is=function(t){var e=ua(t),r=ta(qa,this,e);return!(this===Na&&oa(Va,e)&&!oa(Ka,e))&&(!(r||!oa(this,e)||!oa(Va,e)||oa(this,Ra)&&this[Ra][e])||r)},os=function(t,e){var r=ca(t),n=ua(e);if(r!==Na||!oa(Va,n)||oa(Ka,n)){var i=$a(r,n);return!i||!oa(Va,n)||oa(r,Ra)&&r[Ra][n]||(i.enumerable=!0),i}},as=function(t){var e=Wa(ca(t)),r=[];return Ca(e,(function(t){oa(Va,t)||oa(ka,t)||Xa(r,t)})),r},ss=function(t){var e=t===Na,r=Wa(e?Ka:ca(t)),n=[];return Ca(r,(function(t){!oa(Va,t)||e&&!oa(Na,t)||Xa(n,Va[t])})),n};na||(Fa=function(){if(aa(Ba,this))throw new Ya("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?la(arguments[0]):void 0,e=Sa(t),r=function(t){var n=void 0===this?Zo:this;n===Na&&ta(r,Ka,t),oa(n,Ra)&&oa(n[Ra],e)&&(n[Ra][e]=!1);var i=ha(1,t);try{ts(n,e,i)}catch(t){if(!(t instanceof Ua))throw t;Za(n,e,i)}};return ra&&Ja&&ts(Na,e,{configurable:!0,set:r}),es(e,t)},wa(Ba=Fa[La],"toString",(function(){return za(this).tag})),wa(Fa,"withoutSetter",(function(t){return es(Sa(t),t)})),xa.f=is,ma.f=rs,ba.f=ns,ya.f=os,pa.f=ga.f=as,va.f=ss,Ma.f=function(t){return es(Ea(t),t)},ra&&(Aa(Ba,"description",{configurable:!0,get:function(){return za(this).description}}),wa(Na,"propertyIsEnumerable",is,{unsafe:!0}))),Jo({global:!0,constructor:!0,wrap:!0,forced:!na,sham:!na},{Symbol:Fa}),Ca(da(Qa),(function(t){Ta(t)})),Jo({target:ja,stat:!0,forced:!na},{useSetter:function(){Ja=!0},useSimple:function(){Ja=!1}}),Jo({target:"Object",stat:!0,forced:!na,sham:!ra},{create:function(t,e){return void 0===e?fa(t):ns(fa(t),e)},defineProperty:rs,defineProperties:ns,getOwnPropertyDescriptor:os}),Jo({target:"Object",stat:!0,forced:!na},{getOwnPropertyNames:as}),Pa(),Oa(Fa,ja),ka[Ra]=!0;var cs=ot&&!!Symbol.for&&!!Symbol.keyFor,us=ri,ls=$,hs=Ut,fs=pi,ds=Lt,ps=cs,gs=ds("string-to-symbol-registry"),vs=ds("symbol-to-string-registry");us({target:"Symbol",stat:!0,forced:!ps},{for:function(t){var e=fs(t);if(hs(gs,e))return gs[e];var r=ls("Symbol")(e);return gs[e]=r,vs[r]=e,r}});var ys=ri,ms=Ut,bs=ht,xs=dt,ws=cs,As=Lt("symbol-to-string-registry");ys({target:"Symbol",stat:!0,forced:!ws},{keyFor:function(t){if(!bs(t))throw new TypeError(xs(t)+" is not a symbol");if(ms(As,t))return As[t]}});var _s=a,ks=Function.prototype,Ss=ks.apply,Es=ks.call,Ms="object"==typeof Reflect&&Reflect.apply||(_s?Es.bind(Ss):function(){return Es.apply(Ss,arguments)}),Ts=_o,Ps=F,Os=S,Is=pi,Cs=w([].push),Rs=ri,js=$,Ls=Ms,Ds=u,zs=w,Ns=i,Fs=F,Bs=ht,Us=Yi,Ys=function(t){if(Ps(t))return t;if(Ts(t)){for(var e=t.length,r=[],n=0;n<e;n++){var i=t[n];"string"==typeof i?Cs(r,i):"number"!=typeof i&&"Number"!==Os(i)&&"String"!==Os(i)||Cs(r,Is(i))}var o=r.length,a=!0;return function(t,e){if(a)return a=!1,e;if(Ts(this))return e;for(var n=0;n<o;n++)if(r[n]===t)return e}}},Hs=ot,$s=String,Gs=js("JSON","stringify"),Ws=zs(/./.exec),qs=zs("".charAt),Xs=zs("".charCodeAt),Vs=zs("".replace),Ks=zs(1..toString),Qs=/[\uD800-\uDFFF]/g,Js=/^[\uD800-\uDBFF]$/,Zs=/^[\uDC00-\uDFFF]$/,tc=!Hs||Ns((function(){var t=js("Symbol")("stringify detection");return"[null]"!==Gs([t])||"{}"!==Gs({a:t})||"{}"!==Gs(Object(t))})),ec=Ns((function(){return'"\\udf06\\ud834"'!==Gs("\udf06\ud834")||'"\\udead"'!==Gs("\udead")})),rc=function(t,e){var r=Us(arguments),n=Ys(e);if(Fs(n)||void 0!==t&&!Bs(t))return r[1]=function(t,e){if(Fs(n)&&(e=Ds(n,this,$s(t),e)),!Bs(e))return e},Ls(Gs,null,r)},nc=function(t,e,r){var n=qs(r,e-1),i=qs(r,e+1);return Ws(Js,t)&&!Ws(Zs,i)||Ws(Zs,t)&&!Ws(Js,n)?"\\u"+Ks(Xs(t,0),16):t};Gs&&Rs({target:"JSON",stat:!0,arity:3,forced:tc||ec},{stringify:function(t,e,r){var n=Us(arguments),i=Ls(tc?rc:Gs,null,n);return ec&&"string"==typeof i?Vs(i,Qs,nc):i}});var ic=Tn,oc=Nt;ri({target:"Object",stat:!0,forced:!ot||i((function(){ic.f(1)}))},{getOwnPropertySymbols:function(t){var e=ic.f;return e?e(oc(t)):[]}});var ac=ri,sc=o,cc=w,uc=Ut,lc=F,hc=G,fc=pi,dc=Ki,pc=Fn,gc=r.Symbol,vc=gc&&gc.prototype;if(sc&&lc(gc)&&(!("description"in vc)||void 0!==gc().description)){var yc={},mc=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:fc(arguments[0]),e=hc(vc,this)?new gc(t):void 0===t?gc():gc(t);return""===t&&(yc[e]=!0),e};pc(mc,gc),mc.prototype=vc,vc.constructor=mc;var bc="Symbol(description detection)"===String(gc("description detection")),xc=cc(vc.valueOf),wc=cc(vc.toString),Ac=/^Symbol\((.*)\)[^)]+$/,_c=cc("".replace),kc=cc("".slice);dc(vc,"description",{configurable:!0,get:function(){var t=xc(this);if(uc(yc,t))return"";var e=wc(t),r=bc?kc(e,7,-1):_c(e,Ac,"$1");return""===r?void 0:r}}),ac({global:!0,constructor:!0,forced:!0},{Symbol:mc})}io("asyncIterator"),io("hasInstance"),io("isConcatSpreadable"),io("iterator"),io("match"),io("matchAll"),io("replace"),io("search"),io("species"),io("split");var Sc=uo;io("toPrimitive"),Sc();var Ec=$,Mc=po;io("toStringTag"),Mc(Ec("Symbol"),"Symbol"),io("unscopables");var Tc=w,Pc=yt,Oc=function(t,e,r){try{return Tc(Pc(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}},Ic=U,Cc=function(t){return Ic(t)||null===t},Rc=Cc,jc=String,Lc=TypeError,Dc=function(t){if(Rc(t))return t;throw new Lc("Can't set "+jc(t)+" as a prototype")},zc=Oc,Nc=U,Fc=j,Bc=Dc,Uc=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=zc(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return Fc(r),Bc(n),Nc(r)?(e?t(r,n):r.__proto__=n,r):r}}():void 0),Yc=Te.f,Hc=function(t,e,r){r in t||Yc(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})},$c=F,Gc=U,Wc=Uc,qc=function(t,e,r){var n,i;return Wc&&$c(n=e.constructor)&&n!==r&&Gc(i=n.prototype)&&i!==r.prototype&&Wc(t,i),t},Xc=pi,Vc=function(t,e){return void 0===t?arguments.length<2?"":e:Xc(t)},Kc=U,Qc=qe,Jc=function(t,e){Kc(e)&&"cause"in e&&Qc(t,"cause",e.cause)},Zc=Error,tu=w("".replace),eu=String(new Zc("zxcasd").stack),ru=/\n\s*at [^:]*:[^\n]*/,nu=ru.test(eu),iu=function(t,e){if(nu&&"string"==typeof t&&!Zc.prepareStackTrace)for(;e--;)t=tu(t,ru,"");return t},ou=v,au=!i((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",ou(1,7)),7!==t.stack)})),su=qe,cu=iu,uu=au,lu=Error.captureStackTrace,hu=function(t,e,r,n){uu&&(lu?lu(t,e):su(t,"stack",cu(r,n)))},fu=$,du=Ut,pu=qe,gu=G,vu=Uc,yu=Fn,mu=Hc,bu=qc,xu=Vc,wu=Jc,Au=hu,_u=o,ku=function(t,e,r,n){var i="stackTraceLimit",o=n?2:1,a=t.split("."),s=a[a.length-1],c=fu.apply(null,a);if(c){var u=c.prototype;if(du(u,"cause")&&delete u.cause,!r)return c;var l=fu("Error"),h=e((function(t,e){var r=xu(n?e:t,void 0),i=n?new c(t):new c;return void 0!==r&&pu(i,"message",r),Au(i,h,i.stack,2),this&&gu(u,this)&&bu(i,this,h),arguments.length>o&&wu(i,arguments[o]),i}));h.prototype=u,"Error"!==s?vu?vu(h,l):yu(h,l,{name:!0}):_u&&i in c&&(mu(h,c,i),mu(h,c,"prepareStackTrace")),yu(h,c);try{u.name!==s&&pu(u,"name",s),u.constructor=h}catch(t){}return h}},Su=ri,Eu=Ms,Mu=ku,Tu="WebAssembly",Pu=r[Tu],Ou=7!==new Error("e",{cause:7}).cause,Iu=function(t,e){var r={};r[t]=Mu(t,e,Ou),Su({global:!0,constructor:!0,arity:1,forced:Ou},r)},Cu=function(t,e){if(Pu&&Pu[t]){var r={};r[t]=Mu(Tu+"."+t,e,Ou),Su({target:Tu,stat:!0,constructor:!0,arity:1,forced:Ou},r)}};Iu("Error",(function(t){return function(e){return Eu(t,this,arguments)}})),Iu("EvalError",(function(t){return function(e){return Eu(t,this,arguments)}})),Iu("RangeError",(function(t){return function(e){return Eu(t,this,arguments)}})),Iu("ReferenceError",(function(t){return function(e){return Eu(t,this,arguments)}})),Iu("SyntaxError",(function(t){return function(e){return Eu(t,this,arguments)}})),Iu("TypeError",(function(t){return function(e){return Eu(t,this,arguments)}})),Iu("URIError",(function(t){return function(e){return Eu(t,this,arguments)}})),Cu("CompileError",(function(t){return function(e){return Eu(t,this,arguments)}})),Cu("LinkError",(function(t){return function(e){return Eu(t,this,arguments)}})),Cu("RuntimeError",(function(t){return function(e){return Eu(t,this,arguments)}}));var Ru=o,ju=i,Lu=Re,Du=Vc,zu=Error.prototype.toString,Nu=ju((function(){if(Ru){var t=Object.create(Object.defineProperty({},"name",{get:function(){return this===t}}));if("true"!==zu.call(t))return!0}return"2: 1"!==zu.call({message:1,name:2})||"Error"!==zu.call({})})),Fu=Nu?function(){var t=Lu(this),e=Du(t.name,"Error"),r=Du(t.message);return e?r?e+": "+r:e:r}:zu,Bu=Qr,Uu=Fu,Yu=Error.prototype;Yu.toString!==Uu&&Bu(Yu,"toString",Uu);var Hu=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),$u=Ut,Gu=F,Wu=Nt,qu=Hu,Xu=pr("IE_PROTO"),Vu=Object,Ku=Vu.prototype,Qu=qu?Vu.getPrototypeOf:function(t){var e=Wu(t);if($u(e,Xu))return e[Xu];var r=e.constructor;return Gu(r)&&e instanceof r?r.prototype:e instanceof Vu?Ku:null},Ju={},Zu=Ju,tl=ee("iterator"),el=Array.prototype,rl=function(t){return void 0!==t&&(Zu.Array===t||el[tl]===t)},nl=hi,il=xt,ol=I,al=Ju,sl=ee("iterator"),cl=function(t){if(!ol(t))return il(t,sl)||il(t,"@@iterator")||al[nl(t)]},ul=u,ll=yt,hl=Re,fl=dt,dl=cl,pl=TypeError,gl=function(t,e){var r=arguments.length<2?dl(t):e;if(ll(r))return hl(ul(r,t));throw new pl(fl(t)+" is not iterable")},vl=u,yl=Re,ml=xt,bl=function(t,e,r){var n,i;yl(t);try{if(!(n=ml(t,"return"))){if("throw"===e)throw r;return r}n=vl(n,t)}catch(t){i=!0,n=t}if("throw"===e)throw r;if(i)throw n;return yl(n),r},xl=wo,wl=u,Al=Re,_l=dt,kl=rl,Sl=dn,El=G,Ml=gl,Tl=cl,Pl=bl,Ol=TypeError,Il=function(t,e){this.stopped=t,this.result=e},Cl=Il.prototype,Rl=function(t,e,r){var n,i,o,a,s,c,u,l=r&&r.that,h=!(!r||!r.AS_ENTRIES),f=!(!r||!r.IS_RECORD),d=!(!r||!r.IS_ITERATOR),p=!(!r||!r.INTERRUPTED),g=xl(e,l),v=function(t){return n&&Pl(n,"normal",t),new Il(!0,t)},y=function(t){return h?(Al(t),p?g(t[0],t[1],v):g(t[0],t[1])):p?g(t,v):g(t)};if(f)n=t.iterator;else if(d)n=t;else{if(!(i=Tl(t)))throw new Ol(_l(t)+" is not iterable");if(kl(i)){for(o=0,a=Sl(t);a>o;o++)if((s=y(t[o]))&&El(Cl,s))return s;return new Il(!1)}n=Ml(t,i)}for(c=f?t.next:n.next;!(u=wl(c,n)).done;){try{s=y(u.value)}catch(t){Pl(n,"throw",t)}if("object"==typeof s&&s&&El(Cl,s))return s}return new Il(!1)},jl=ri,Ll=G,Dl=Qu,zl=Uc,Nl=Fn,Fl=Bi,Bl=qe,Ul=v,Yl=Jc,Hl=hu,$l=Rl,Gl=Vc,Wl=ee("toStringTag"),ql=Error,Xl=[].push,Vl=function(t,e){var r,n=Ll(Kl,this);zl?r=zl(new ql,n?Dl(this):Kl):(r=n?this:Fl(Kl),Bl(r,Wl,"Error")),void 0!==e&&Bl(r,"message",Gl(e)),Hl(r,Vl,r.stack,1),arguments.length>2&&Yl(r,arguments[2]);var i=[];return $l(t,Xl,{that:i}),Bl(r,"errors",i),r};zl?zl(Vl,ql):Nl(Vl,ql,{name:!0});var Kl=Vl.prototype=Fl(ql.prototype,{constructor:Ul(1,Vl),message:Ul(1,""),name:Ul(1,"AggregateError")});jl({global:!0,constructor:!0,arity:2},{AggregateError:Vl});var Ql=ri,Jl=Ms,Zl=i,th=ku,eh="AggregateError",rh=$(eh),nh=!Zl((function(){return 1!==rh([1]).errors[0]}))&&Zl((function(){return 7!==rh([1],eh,{cause:7}).cause}));Ql({global:!0,constructor:!0,arity:2,forced:nh},{AggregateError:th(eh,(function(t){return function(e,r){return Jl(t,this,arguments)}}),nh,!0)});var ih=ee,oh=Bi,ah=Te.f,sh=ih("unscopables"),ch=Array.prototype;void 0===ch[sh]&&ah(ch,sh,{configurable:!0,value:oh(null)});var uh=function(t){ch[sh][t]=!0},lh=Nt,hh=dn,fh=nn,dh=uh;ri({target:"Array",proto:!0},{at:function(t){var e=lh(this),r=hh(e),n=fh(t),i=n>=0?n:r+n;return i<0||i>=r?void 0:e[i]}}),dh("at");var ph=TypeError,gh=function(t){if(t>9007199254740991)throw ph("Maximum allowed index exceeded");return t},vh=o,yh=Te,mh=v,bh=function(t,e,r){vh?yh.f(t,e,mh(0,r)):t[e]=r},xh=i,wh=et,Ah=ee("species"),_h=function(t){return wh>=51||!xh((function(){var e=[];return(e.constructor={})[Ah]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},kh=ri,Sh=i,Eh=_o,Mh=U,Th=Nt,Ph=dn,Oh=gh,Ih=bh,Ch=Ho,Rh=_h,jh=et,Lh=ee("isConcatSpreadable"),Dh=jh>=51||!Sh((function(){var t=[];return t[Lh]=!1,t.concat()[0]!==t})),zh=function(t){if(!Mh(t))return!1;var e=t[Lh];return void 0!==e?!!e:Eh(t)};kh({target:"Array",proto:!0,arity:1,forced:!Dh||!Rh("concat")},{concat:function(t){var e,r,n,i,o,a=Th(this),s=Ch(a,0),c=0;for(e=-1,n=arguments.length;e<n;e++)if(zh(o=-1===e?a:arguments[e]))for(i=Ph(o),Oh(c+i),r=0;r<i;r++,c++)r in o&&Ih(s,c,o[r]);else Oh(c+1),Ih(s,c++,o);return s.length=c,s}});var Nh=dt,Fh=TypeError,Bh=function(t,e){if(!delete t[e])throw new Fh("Cannot delete property "+Nh(e)+" of "+Nh(t))},Uh=Nt,Yh=cn,Hh=dn,$h=Bh,Gh=Math.min,Wh=[].copyWithin||function(t,e){var r=Uh(this),n=Hh(r),i=Yh(t,n),o=Yh(e,n),a=arguments.length>2?arguments[2]:void 0,s=Gh((void 0===a?n:Yh(a,n))-o,n-i),c=1;for(o<i&&i<o+s&&(c=-1,o+=s-1,i+=s-1);s-- >0;)o in r?r[i]=r[o]:$h(r,i),i+=c,o+=c;return r},qh=uh;ri({target:"Array",proto:!0},{copyWithin:Wh}),qh("copyWithin");var Xh=i,Vh=function(t,e){var r=[][t];return!!r&&Xh((function(){r.call(null,e||function(){return 1},1)}))},Kh=Qo.every;ri({target:"Array",proto:!0,forced:!Vh("every")},{every:function(t){return Kh(this,t,arguments.length>1?arguments[1]:void 0)}});var Qh=Nt,Jh=cn,Zh=dn,tf=function(t){for(var e=Qh(this),r=Zh(e),n=arguments.length,i=Jh(n>1?arguments[1]:void 0,r),o=n>2?arguments[2]:void 0,a=void 0===o?r:Jh(o,r);a>i;)e[i++]=t;return e},ef=uh;ri({target:"Array",proto:!0},{fill:tf}),ef("fill");var rf=Qo.filter;ri({target:"Array",proto:!0,forced:!_h("filter")},{filter:function(t){return rf(this,t,arguments.length>1?arguments[1]:void 0)}});var nf=ri,of=Qo.find,af=uh,sf="find",cf=!0;sf in[]&&Array(1)[sf]((function(){cf=!1})),nf({target:"Array",proto:!0,forced:cf},{find:function(t){return of(this,t,arguments.length>1?arguments[1]:void 0)}}),af(sf);var uf=ri,lf=Qo.findIndex,hf=uh,ff="findIndex",df=!0;ff in[]&&Array(1)[ff]((function(){df=!1})),uf({target:"Array",proto:!0,forced:df},{findIndex:function(t){return lf(this,t,arguments.length>1?arguments[1]:void 0)}}),hf(ff);var pf=wo,gf=O,vf=Nt,yf=dn,mf=function(t){var e=1===t;return function(r,n,i){for(var o,a=vf(r),s=gf(a),c=yf(s),u=pf(n,i);c-- >0;)if(u(o=s[c],c,a))switch(t){case 0:return o;case 1:return c}return e?-1:void 0}},bf={findLast:mf(0),findLastIndex:mf(1)},xf=bf.findLast,wf=uh;ri({target:"Array",proto:!0},{findLast:function(t){return xf(this,t,arguments.length>1?arguments[1]:void 0)}}),wf("findLast");var Af=bf.findLastIndex,_f=uh;ri({target:"Array",proto:!0},{findLastIndex:function(t){return Af(this,t,arguments.length>1?arguments[1]:void 0)}}),_f("findLastIndex");var kf=_o,Sf=dn,Ef=gh,Mf=wo,Tf=function(t,e,r,n,i,o,a,s){for(var c,u,l=i,h=0,f=!!a&&Mf(a,s);h<n;)h in r&&(c=f?f(r[h],h,e):r[h],o>0&&kf(c)?(u=Sf(c),l=Tf(t,e,c,u,l,o-1)-1):(Ef(l+1),t[l]=c),l++),h++;return l},Pf=Tf,Of=Pf,If=Nt,Cf=dn,Rf=nn,jf=Ho;ri({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=If(this),r=Cf(e),n=jf(e,0);return n.length=Of(n,e,e,r,0,void 0===t?1:Rf(t)),n}});var Lf=Pf,Df=yt,zf=Nt,Nf=dn,Ff=Ho;ri({target:"Array",proto:!0},{flatMap:function(t){var e,r=zf(this),n=Nf(r);return Df(t),(e=Ff(r,0)).length=Lf(e,r,r,n,0,1,t,arguments.length>1?arguments[1]:void 0),e}});var Bf=Qo.forEach,Uf=Vh("forEach")?[].forEach:function(t){return Bf(this,t,arguments.length>1?arguments[1]:void 0)};ri({target:"Array",proto:!0,forced:[].forEach!==Uf},{forEach:Uf});var Yf=Re,Hf=bl,$f=function(t,e,r,n){try{return n?e(Yf(r)[0],r[1]):e(r)}catch(e){Hf(t,"throw",e)}},Gf=wo,Wf=u,qf=Nt,Xf=$f,Vf=rl,Kf=Do,Qf=dn,Jf=bh,Zf=gl,td=cl,ed=Array,rd=function(t){var e=qf(t),r=Kf(this),n=arguments.length,i=n>1?arguments[1]:void 0,o=void 0!==i;o&&(i=Gf(i,n>2?arguments[2]:void 0));var a,s,c,u,l,h,f=td(e),d=0;if(!f||this===ed&&Vf(f))for(a=Qf(e),s=r?new this(a):ed(a);a>d;d++)h=o?i(e[d],d):e[d],Jf(s,d,h);else for(s=r?new this:[],l=(u=Zf(e,f)).next;!(c=Wf(l,u)).done;d++)h=o?Xf(u,i,[c.value,d],!0):c.value,Jf(s,d,h);return s.length=d,s},nd=ee("iterator"),id=!1;try{var od=0,ad={next:function(){return{done:!!od++}},return:function(){id=!0}};ad[nd]=function(){return this},Array.from(ad,(function(){throw 2}))}catch(t){}var sd=function(t,e){try{if(!e&&!id)return!1}catch(t){return!1}var r=!1;try{var n={};n[nd]=function(){return{next:function(){return{done:r=!0}}}},t(n)}catch(t){}return r},cd=rd;ri({target:"Array",stat:!0,forced:!sd((function(t){Array.from(t)}))},{from:cd});var ud=mn.includes,ld=uh;ri({target:"Array",proto:!0,forced:i((function(){return!Array(1).includes()}))},{includes:function(t){return ud(this,t,arguments.length>1?arguments[1]:void 0)}}),ld("includes");var hd=ri,fd=mn.indexOf,dd=Vh,pd=yo([].indexOf),gd=!!pd&&1/pd([1],1,-0)<0;hd({target:"Array",proto:!0,forced:gd||!dd("indexOf")},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return gd?pd(this,t,e)||0:fd(this,t,e)}}),ri({target:"Array",stat:!0},{isArray:_o});var vd,yd,md,bd=i,xd=F,wd=U,Ad=Qu,_d=Qr,kd=ee("iterator"),Sd=!1;[].keys&&("next"in(md=[].keys())?(yd=Ad(Ad(md)))!==Object.prototype&&(vd=yd):Sd=!0);var Ed=!wd(vd)||bd((function(){var t={};return vd[kd].call(t)!==t}));Ed&&(vd={}),xd(vd[kd])||_d(vd,kd,(function(){return this}));var Md={IteratorPrototype:vd,BUGGY_SAFARI_ITERATORS:Sd},Td=Md.IteratorPrototype,Pd=Bi,Od=v,Id=po,Cd=Ju,Rd=function(){return this},jd=function(t,e,r,n){var i=e+" Iterator";return t.prototype=Pd(Td,{next:Od(+!n,r)}),Id(t,i,!1),Cd[i]=Rd,t},Ld=ri,Dd=u,zd=F,Nd=jd,Fd=Qu,Bd=Uc,Ud=po,Yd=qe,Hd=Qr,$d=Ju,Gd=tr.PROPER,Wd=tr.CONFIGURABLE,qd=Md.IteratorPrototype,Xd=Md.BUGGY_SAFARI_ITERATORS,Vd=ee("iterator"),Kd="keys",Qd="values",Jd="entries",Zd=function(){return this},tp=function(t,e,r,n,i,o,a){Nd(r,e,n);var s,c,u,l=function(t){if(t===i&&g)return g;if(!Xd&&t&&t in d)return d[t];switch(t){case Kd:case Qd:case Jd:return function(){return new r(this,t)}}return function(){return new r(this)}},h=e+" Iterator",f=!1,d=t.prototype,p=d[Vd]||d["@@iterator"]||i&&d[i],g=!Xd&&p||l(i),v="Array"===e&&d.entries||p;if(v&&(s=Fd(v.call(new t)))!==Object.prototype&&s.next&&(Fd(s)!==qd&&(Bd?Bd(s,qd):zd(s[Vd])||Hd(s,Vd,Zd)),Ud(s,h,!0)),Gd&&i===Qd&&p&&p.name!==Qd&&(Wd?Yd(d,"name",Qd):(f=!0,g=function(){return Dd(p,this)})),i)if(c={values:l(Qd),keys:o?g:l(Kd),entries:l(Jd)},a)for(u in c)(Xd||f||!(u in d))&&Hd(d,u,c[u]);else Ld({target:e,proto:!0,forced:Xd||f},c);return d[Vd]!==g&&Hd(d,Vd,g,{name:i}),$d[e]=g,c},ep=function(t,e){return{value:t,done:e}},rp=z,np=uh,ip=Ju,op=Pr,ap=Te.f,sp=tp,cp=ep,up=o,lp="Array Iterator",hp=op.set,fp=op.getterFor(lp),dp=sp(Array,"Array",(function(t,e){hp(this,{type:lp,target:rp(t),index:0,kind:e})}),(function(){var t=fp(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,cp(void 0,!0);switch(t.kind){case"keys":return cp(r,!1);case"values":return cp(e[r],!1)}return cp([r,e[r]],!1)}),"values"),pp=ip.Arguments=ip.Array;if(np("keys"),np("values"),np("entries"),up&&"values"!==pp.name)try{ap(pp,"name",{value:"values"})}catch(t){}var gp=ri,vp=O,yp=z,mp=Vh,bp=w([].join);gp({target:"Array",proto:!0,forced:vp!==Object||!mp("join",",")},{join:function(t){return bp(yp(this),void 0===t?",":t)}});var xp=Ms,wp=z,Ap=nn,_p=dn,kp=Vh,Sp=Math.min,Ep=[].lastIndexOf,Mp=!!Ep&&1/[1].lastIndexOf(1,-0)<0,Tp=kp("lastIndexOf"),Pp=Mp||!Tp?function(t){if(Mp)return xp(Ep,this,arguments)||0;var e=wp(this),r=_p(e);if(0===r)return-1;var n=r-1;for(arguments.length>1&&(n=Sp(n,Ap(arguments[1]))),n<0&&(n=r+n);n>=0;n--)if(n in e&&e[n]===t)return n||0;return-1}:Ep;ri({target:"Array",proto:!0,forced:Pp!==[].lastIndexOf},{lastIndexOf:Pp});var Op=Qo.map;ri({target:"Array",proto:!0,forced:!_h("map")},{map:function(t){return Op(this,t,arguments.length>1?arguments[1]:void 0)}});var Ip=Do,Cp=bh,Rp=Array;ri({target:"Array",stat:!0,forced:i((function(){function t(){}return!(Rp.of.call(t)instanceof t)}))},{of:function(){for(var t=0,e=arguments.length,r=new(Ip(this)?this:Rp)(e);e>t;)Cp(r,t,arguments[t++]);return r.length=e,r}});var jp=o,Lp=_o,Dp=TypeError,zp=Object.getOwnPropertyDescriptor,Np=jp&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}()?function(t,e){if(Lp(t)&&!zp(t,"length").writable)throw new Dp("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e},Fp=Nt,Bp=dn,Up=Np,Yp=gh;ri({target:"Array",proto:!0,arity:1,forced:i((function(){return 4294967297!==[].push.call({length:4294967296},1)}))||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}()},{push:function(t){var e=Fp(this),r=Bp(e),n=arguments.length;Yp(r+n);for(var i=0;i<n;i++)e[r]=arguments[i],r++;return Up(e,r),r}});var Hp=yt,$p=Nt,Gp=O,Wp=dn,qp=TypeError,Xp="Reduce of empty array with no initial value",Vp=function(t){return function(e,r,n,i){var o=$p(e),a=Gp(o),s=Wp(o);if(Hp(r),0===s&&n<2)throw new qp(Xp);var c=t?s-1:0,u=t?-1:1;if(n<2)for(;;){if(c in a){i=a[c],c+=u;break}if(c+=u,t?c<0:s<=c)throw new qp(Xp)}for(;t?c>=0:s>c;c+=u)c in a&&(i=r(i,a[c],c,o));return i}},Kp={left:Vp(!1),right:Vp(!0)},Qp=r,Jp=X,Zp=S,tg=function(t){return Jp.slice(0,t.length)===t},eg=tg("Bun/")?"BUN":tg("Cloudflare-Workers")?"CLOUDFLARE":tg("Deno/")?"DENO":tg("Node.js/")?"NODE":Qp.Bun&&"string"==typeof Bun.version?"BUN":Qp.Deno&&"object"==typeof Deno.version?"DENO":"process"===Zp(Qp.process)?"NODE":Qp.window&&Qp.document?"BROWSER":"REST",rg="NODE"===eg,ng=Kp.left;ri({target:"Array",proto:!0,forced:!rg&&et>79&&et<83||!Vh("reduce")},{reduce:function(t){var e=arguments.length;return ng(this,t,e,e>1?arguments[1]:void 0)}});var ig=Kp.right;ri({target:"Array",proto:!0,forced:!rg&&et>79&&et<83||!Vh("reduceRight")},{reduceRight:function(t){return ig(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}});var og=ri,ag=_o,sg=w([].reverse),cg=[1,2];og({target:"Array",proto:!0,forced:String(cg)===String(cg.reverse())},{reverse:function(){return ag(this)&&(this.length=this.length),sg(this)}});var ug=ri,lg=_o,hg=Do,fg=U,dg=cn,pg=dn,gg=z,vg=bh,yg=ee,mg=Yi,bg=_h("slice"),xg=yg("species"),wg=Array,Ag=Math.max;ug({target:"Array",proto:!0,forced:!bg},{slice:function(t,e){var r,n,i,o=gg(this),a=pg(o),s=dg(t,a),c=dg(void 0===e?a:e,a);if(lg(o)&&(r=o.constructor,(hg(r)&&(r===wg||lg(r.prototype))||fg(r)&&null===(r=r[xg]))&&(r=void 0),r===wg||void 0===r))return mg(o,s,c);for(n=new(void 0===r?wg:r)(Ag(c-s,0)),i=0;s<c;s++,i++)s in o&&vg(n,i,o[s]);return n.length=i,n}});var _g=Qo.some;ri({target:"Array",proto:!0,forced:!Vh("some")},{some:function(t){return _g(this,t,arguments.length>1?arguments[1]:void 0)}});var kg=Yi,Sg=Math.floor,Eg=function(t,e){var r=t.length;if(r<8)for(var n,i,o=1;o<r;){for(i=o,n=t[o];i&&e(t[i-1],n)>0;)t[i]=t[--i];i!==o++&&(t[i]=n)}else for(var a=Sg(r/2),s=Eg(kg(t,0,a),e),c=Eg(kg(t,a),e),u=s.length,l=c.length,h=0,f=0;h<u||f<l;)t[h+f]=h<u&&f<l?e(s[h],c[f])<=0?s[h++]:c[f++]:h<u?s[h++]:c[f++];return t},Mg=Eg,Tg=X.match(/firefox\/(\d+)/i),Pg=!!Tg&&+Tg[1],Og=/MSIE|Trident/.test(X),Ig=X.match(/AppleWebKit\/(\d+)\./),Cg=!!Ig&&+Ig[1],Rg=ri,jg=w,Lg=yt,Dg=Nt,zg=dn,Ng=Bh,Fg=pi,Bg=i,Ug=Mg,Yg=Vh,Hg=Pg,$g=Og,Gg=et,Wg=Cg,qg=[],Xg=jg(qg.sort),Vg=jg(qg.push),Kg=Bg((function(){qg.sort(void 0)})),Qg=Bg((function(){qg.sort(null)})),Jg=Yg("sort"),Zg=!Bg((function(){if(Gg)return Gg<70;if(!(Hg&&Hg>3)){if($g)return!0;if(Wg)return Wg<603;var t,e,r,n,i="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)qg.push({k:e+n,v:r})}for(qg.sort((function(t,e){return e.v-t.v})),n=0;n<qg.length;n++)e=qg[n].k.charAt(0),i.charAt(i.length-1)!==e&&(i+=e);return"DGBEFHACIJK"!==i}}));Rg({target:"Array",proto:!0,forced:Kg||!Qg||!Jg||!Zg},{sort:function(t){void 0!==t&&Lg(t);var e=Dg(this);if(Zg)return void 0===t?Xg(e):Xg(e,t);var r,n,i=[],o=zg(e);for(n=0;n<o;n++)n in e&&Vg(i,e[n]);for(Ug(i,function(t){return function(e,r){return void 0===r?-1:void 0===e?1:void 0!==t?+t(e,r)||0:Fg(e)>Fg(r)?1:-1}}(t)),r=zg(i),n=0;n<r;)e[n]=i[n++];for(;n<o;)Ng(e,n++);return e}});var tv=$,ev=Ki,rv=o,nv=ee("species"),iv=function(t){var e=tv(t);rv&&e&&!e[nv]&&ev(e,nv,{configurable:!0,get:function(){return this}})};iv("Array");var ov=ri,av=Nt,sv=cn,cv=nn,uv=dn,lv=Np,hv=gh,fv=Ho,dv=bh,pv=Bh,gv=_h("splice"),vv=Math.max,yv=Math.min;ov({target:"Array",proto:!0,forced:!gv},{splice:function(t,e){var r,n,i,o,a,s,c=av(this),u=uv(c),l=sv(t,u),h=arguments.length;for(0===h?r=n=0:1===h?(r=0,n=u-l):(r=h-2,n=yv(vv(cv(e),0),u-l)),hv(u+r-n),i=fv(c,n),o=0;o<n;o++)(a=l+o)in c&&dv(i,o,c[a]);if(i.length=n,r<n){for(o=l;o<u-n;o++)s=o+r,(a=o+n)in c?c[s]=c[a]:pv(c,s);for(o=u;o>u-n+r;o--)pv(c,o-1)}else if(r>n)for(o=u-n;o>l;o--)s=o+r-1,(a=o+n-1)in c?c[s]=c[a]:pv(c,s);for(o=0;o<r;o++)c[o+l]=arguments[o+2];return lv(c,u-n+r),i}});var mv=dn,bv=function(t,e){for(var r=mv(t),n=new e(r),i=0;i<r;i++)n[i]=t[r-i-1];return n},xv=bv,wv=z,Av=uh,_v=Array;ri({target:"Array",proto:!0},{toReversed:function(){return xv(wv(this),_v)}}),Av("toReversed");var kv=dn,Sv=function(t,e,r){for(var n=0,i=arguments.length>2?r:kv(e),o=new t(i);i>n;)o[n]=e[n++];return o},Ev=r,Mv=ri,Tv=yt,Pv=z,Ov=Sv,Iv=function(t,e){var r=Ev[t],n=r&&r.prototype;return n&&n[e]},Cv=uh,Rv=Array,jv=w(Iv("Array","sort"));Mv({target:"Array",proto:!0},{toSorted:function(t){void 0!==t&&Tv(t);var e=Pv(this),r=Ov(Rv,e);return jv(r,t)}}),Cv("toSorted");var Lv=ri,Dv=uh,zv=gh,Nv=dn,Fv=cn,Bv=z,Uv=nn,Yv=Array,Hv=Math.max,$v=Math.min;Lv({target:"Array",proto:!0},{toSpliced:function(t,e){var r,n,i,o,a=Bv(this),s=Nv(a),c=Fv(t,s),u=arguments.length,l=0;for(0===u?r=n=0:1===u?(r=0,n=s-c):(r=u-2,n=$v(Hv(Uv(e),0),s-c)),i=zv(s+r-n),o=Yv(i);l<c;l++)o[l]=a[l];for(;l<c+r;l++)o[l]=arguments[l-c+2];for(;l<i;l++)o[l]=a[l+n-r];return o}}),Dv("toSpliced"),uh("flat"),uh("flatMap");var Gv=Nt,Wv=dn,qv=Np,Xv=Bh,Vv=gh;ri({target:"Array",proto:!0,arity:1,forced:1!==[].unshift(0)||!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(t){return t instanceof TypeError}}()},{unshift:function(t){var e=Gv(this),r=Wv(e),n=arguments.length;if(n){Vv(r+n);for(var i=r;i--;){var o=i+n;i in e?e[o]=e[i]:Xv(e,o)}for(var a=0;a<n;a++)e[a]=arguments[a]}return qv(e,r+n)}});var Kv=dn,Qv=nn,Jv=RangeError,Zv=function(t,e,r,n){var i=Kv(t),o=Qv(r),a=o<0?i+o:o;if(a>=i||a<0)throw new Jv("Incorrect index");for(var s=new e(i),c=0;c<i;c++)s[c]=c===a?n:t[c];return s},ty=Zv,ey=z,ry=Array;ri({target:"Array",proto:!0},{with:function(t,e){return ty(ey(this),ry,t,e)}});var ny="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView,iy=Qr,oy=function(t,e,r){for(var n in e)iy(t,n,e[n],r);return t},ay=G,sy=TypeError,cy=function(t,e){if(ay(e,t))return t;throw new sy("Incorrect invocation")},uy=nn,ly=hn,hy=RangeError,fy=function(t){if(void 0===t)return 0;var e=uy(t),r=ly(e);if(e!==r)throw new hy("Wrong length or index");return r},dy=Math.sign||function(t){var e=+t;return 0===e||e!=e?e:e<0?-1:1},py=4503599627370496,gy=function(t){return t+py-py},vy=dy,yy=gy,my=Math.abs,by=function(t,e,r,n){var i=+t,o=my(i),a=vy(i);if(o<n)return a*yy(o/n/e)*n*e;var s=(1+e/2220446049250313e-31)*o,c=s-(s-o);return c>r||c!=c?a*(1/0):a*c},xy=by,wy=Math.fround||function(t){return xy(t,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)},Ay=Array,_y=Math.abs,ky=Math.pow,Sy=Math.floor,Ey=Math.log,My=Math.LN2,Ty={pack:function(t,e,r){var n,i,o,a=Ay(r),s=8*r-e-1,c=(1<<s)-1,u=c>>1,l=23===e?ky(2,-24)-ky(2,-77):0,h=t<0||0===t&&1/t<0?1:0,f=0;for((t=_y(t))!=t||t===1/0?(i=t!=t?1:0,n=c):(n=Sy(Ey(t)/My),t*(o=ky(2,-n))<1&&(n--,o*=2),(t+=n+u>=1?l/o:l*ky(2,1-u))*o>=2&&(n++,o/=2),n+u>=c?(i=0,n=c):n+u>=1?(i=(t*o-1)*ky(2,e),n+=u):(i=t*ky(2,u-1)*ky(2,e),n=0));e>=8;)a[f++]=255&i,i/=256,e-=8;for(n=n<<e|i,s+=e;s>0;)a[f++]=255&n,n/=256,s-=8;return a[f-1]|=128*h,a},unpack:function(t,e){var r,n=t.length,i=8*n-e-1,o=(1<<i)-1,a=o>>1,s=i-7,c=n-1,u=t[c--],l=127&u;for(u>>=7;s>0;)l=256*l+t[c--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=e;s>0;)r=256*r+t[c--],s-=8;if(0===l)l=1-a;else{if(l===o)return r?NaN:u?-1/0:1/0;r+=ky(2,e),l-=a}return(u?-1:1)*r*ky(2,l-e)}},Py=r,Oy=w,Iy=o,Cy=ny,Ry=qe,jy=Ki,Ly=oy,Dy=i,zy=cy,Ny=nn,Fy=hn,By=fy,Uy=wy,Yy=Ty,Hy=Qu,$y=Uc,Gy=tf,Wy=Yi,qy=qc,Xy=Fn,Vy=po,Ky=Pr,Qy=tr.PROPER,Jy=tr.CONFIGURABLE,Zy="ArrayBuffer",tm="DataView",em="prototype",rm="Wrong index",nm=Ky.getterFor(Zy),im=Ky.getterFor(tm),om=Ky.set,am=Py[Zy],sm=am,cm=sm&&sm[em],um=Py[tm],lm=um&&um[em],hm=Object.prototype,fm=Py.Array,dm=Py.RangeError,pm=Oy(Gy),gm=Oy([].reverse),vm=Yy.pack,ym=Yy.unpack,mm=function(t){return[255&t]},bm=function(t){return[255&t,t>>8&255]},xm=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},wm=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},Am=function(t){return vm(Uy(t),23,4)},_m=function(t){return vm(t,52,8)},km=function(t,e,r){jy(t[em],e,{configurable:!0,get:function(){return r(this)[e]}})},Sm=function(t,e,r,n){var i=im(t),o=By(r),a=!!n;if(o+e>i.byteLength)throw new dm(rm);var s=i.bytes,c=o+i.byteOffset,u=Wy(s,c,c+e);return a?u:gm(u)},Em=function(t,e,r,n,i,o){var a=im(t),s=By(r),c=n(+i),u=!!o;if(s+e>a.byteLength)throw new dm(rm);for(var l=a.bytes,h=s+a.byteOffset,f=0;f<e;f++)l[h+f]=c[u?f:e-f-1]};if(Cy){var Mm=Qy&&am.name!==Zy;Dy((function(){am(1)}))&&Dy((function(){new am(-1)}))&&!Dy((function(){return new am,new am(1.5),new am(NaN),1!==am.length||Mm&&!Jy}))?Mm&&Jy&&Ry(am,"name",Zy):((sm=function(t){return zy(this,cm),qy(new am(By(t)),this,sm)})[em]=cm,cm.constructor=sm,Xy(sm,am)),$y&&Hy(lm)!==hm&&$y(lm,hm);var Tm=new um(new sm(2)),Pm=Oy(lm.setInt8);Tm.setInt8(0,2147483648),Tm.setInt8(1,2147483649),!Tm.getInt8(0)&&Tm.getInt8(1)||Ly(lm,{setInt8:function(t,e){Pm(this,t,e<<24>>24)},setUint8:function(t,e){Pm(this,t,e<<24>>24)}},{unsafe:!0})}else cm=(sm=function(t){zy(this,cm);var e=By(t);om(this,{type:Zy,bytes:pm(fm(e),0),byteLength:e}),Iy||(this.byteLength=e,this.detached=!1)})[em],um=function(t,e,r){zy(this,lm),zy(t,cm);var n=nm(t),i=n.byteLength,o=Ny(e);if(o<0||o>i)throw new dm("Wrong offset");if(o+(r=void 0===r?i-o:Fy(r))>i)throw new dm("Wrong length");om(this,{type:tm,buffer:t,byteLength:r,byteOffset:o,bytes:n.bytes}),Iy||(this.buffer=t,this.byteLength=r,this.byteOffset=o)},lm=um[em],Iy&&(km(sm,"byteLength",nm),km(um,"buffer",im),km(um,"byteLength",im),km(um,"byteOffset",im)),Ly(lm,{getInt8:function(t){return Sm(this,1,t)[0]<<24>>24},getUint8:function(t){return Sm(this,1,t)[0]},getInt16:function(t){var e=Sm(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=Sm(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return wm(Sm(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return wm(Sm(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return ym(Sm(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return ym(Sm(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){Em(this,1,t,mm,e)},setUint8:function(t,e){Em(this,1,t,mm,e)},setInt16:function(t,e){Em(this,2,t,bm,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){Em(this,2,t,bm,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){Em(this,4,t,xm,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){Em(this,4,t,xm,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){Em(this,4,t,Am,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){Em(this,8,t,_m,e,arguments.length>2&&arguments[2])}});Vy(sm,Zy),Vy(um,tm);var Om={ArrayBuffer:sm,DataView:um},Im=iv,Cm="ArrayBuffer",Rm=Om[Cm];ri({global:!0,constructor:!0,forced:r[Cm]!==Rm},{ArrayBuffer:Rm}),Im(Cm);var jm,Lm,Dm,zm=ny,Nm=o,Fm=r,Bm=F,Um=U,Ym=Ut,Hm=hi,$m=dt,Gm=qe,Wm=Qr,qm=Ki,Xm=G,Vm=Qu,Km=Uc,Qm=ee,Jm=Wt,Zm=Pr.enforce,tb=Pr.get,eb=Fm.Int8Array,rb=eb&&eb.prototype,nb=Fm.Uint8ClampedArray,ib=nb&&nb.prototype,ob=eb&&Vm(eb),ab=rb&&Vm(rb),sb=Object.prototype,cb=Fm.TypeError,ub=Qm("toStringTag"),lb=Jm("TYPED_ARRAY_TAG"),hb="TypedArrayConstructor",fb=zm&&!!Km&&"Opera"!==Hm(Fm.opera),db=!1,pb={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},gb={BigInt64Array:8,BigUint64Array:8},vb=function(t){var e=Vm(t);if(Um(e)){var r=tb(e);return r&&Ym(r,hb)?r[hb]:vb(e)}},yb=function(t){if(!Um(t))return!1;var e=Hm(t);return Ym(pb,e)||Ym(gb,e)};for(jm in pb)(Dm=(Lm=Fm[jm])&&Lm.prototype)?Zm(Dm)[hb]=Lm:fb=!1;for(jm in gb)(Dm=(Lm=Fm[jm])&&Lm.prototype)&&(Zm(Dm)[hb]=Lm);if((!fb||!Bm(ob)||ob===Function.prototype)&&(ob=function(){throw new cb("Incorrect invocation")},fb))for(jm in pb)Fm[jm]&&Km(Fm[jm],ob);if((!fb||!ab||ab===sb)&&(ab=ob.prototype,fb))for(jm in pb)Fm[jm]&&Km(Fm[jm].prototype,ab);if(fb&&Vm(ib)!==ab&&Km(ib,ab),Nm&&!Ym(ab,ub))for(jm in db=!0,qm(ab,ub,{configurable:!0,get:function(){return Um(this)?this[lb]:void 0}}),pb)Fm[jm]&&Gm(Fm[jm],lb,jm);var mb={NATIVE_ARRAY_BUFFER_VIEWS:fb,TYPED_ARRAY_TAG:db&&lb,aTypedArray:function(t){if(yb(t))return t;throw new cb("Target is not a typed array")},aTypedArrayConstructor:function(t){if(Bm(t)&&(!Km||Xm(ob,t)))return t;throw new cb($m(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,e,r,n){if(Nm){if(r)for(var i in pb){var o=Fm[i];if(o&&Ym(o.prototype,t))try{delete o.prototype[t]}catch(r){try{o.prototype[t]=e}catch(t){}}}ab[t]&&!r||Wm(ab,t,r?e:fb&&rb[t]||e,n)}},exportTypedArrayStaticMethod:function(t,e,r){var n,i;if(Nm){if(Km){if(r)for(n in pb)if((i=Fm[n])&&Ym(i,t))try{delete i[t]}catch(t){}if(ob[t]&&!r)return;try{return Wm(ob,t,r?e:fb&&ob[t]||e)}catch(t){}}for(n in pb)!(i=Fm[n])||i[t]&&!r||Wm(i,t,e)}},getTypedArrayConstructor:vb,isView:function(t){if(!Um(t))return!1;var e=Hm(t);return"DataView"===e||Ym(pb,e)||Ym(gb,e)},isTypedArray:yb,TypedArray:ob,TypedArrayPrototype:ab};ri({target:"ArrayBuffer",stat:!0,forced:!mb.NATIVE_ARRAY_BUFFER_VIEWS},{isView:mb.isView});var bb=ri,xb=yo,wb=i,Ab=Re,_b=cn,kb=hn,Sb=Om.ArrayBuffer,Eb=Om.DataView,Mb=Eb.prototype,Tb=xb(Sb.prototype.slice),Pb=xb(Mb.getUint8),Ob=xb(Mb.setUint8);bb({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:wb((function(){return!new Sb(2).slice(1,void 0).byteLength}))},{slice:function(t,e){if(Tb&&void 0===e)return Tb(Ab(this),t);for(var r=Ab(this).byteLength,n=_b(t,r),i=_b(void 0===e?r:e,r),o=new Sb(kb(i-n)),a=new Eb(this),s=new Eb(o),c=0;n<i;)Ob(s,c++,Pb(a,n++));return o}}),ri({global:!0,constructor:!0,forced:!ny},{DataView:Om.DataView});var Ib=ri,Cb=w,Rb=Math.pow,jb=Rb(2,-24),Lb=.0009765625,Db=Cb(DataView.prototype.getUint16);Ib({target:"DataView",proto:!0},{getFloat16:function(t){return function(t){var e=t>>>15,r=t>>>10&31,n=1023&t;return 31===r?0===n?0===e?1/0:-1/0:NaN:0===r?n*(0===e?jb:-jb):Rb(2,r-15)*(0===e?1+n*Lb:-1-n*Lb)}(Db(this,t,arguments.length>1&&arguments[1]))}});var zb=hi,Nb=TypeError,Fb=Math.log,Bb=Math.LN2,Ub=Math.log2||function(t){return Fb(t)/Bb},Yb=ri,Hb=w,$b=function(t){if("DataView"===zb(t))return t;throw new Nb("Argument is not a DataView")},Gb=fy,Wb=Ub,qb=gy,Xb=Math.pow,Vb=1024,Kb=Hb(DataView.prototype.setUint16);Yb({target:"DataView",proto:!0},{setFloat16:function(t,e){$b(this);var r=Gb(t),n=function(t){if(t!=t)return 32256;if(0===t)return(1/t==-1/0)<<15;var e=t<0;if(e&&(t=-t),t>=65520)return e<<15|31744;if(t<61005353927612305e-21)return e<<15|qb(16777216*t);var r=0|Wb(t);if(-15===r)return e<<15|Vb;var n=qb((t*Xb(2,-r)-1)*Vb);return n===Vb?e<<15|r+16<<10:e<<15|r+15<<10|n}(+e);return Kb(this,r,n,arguments.length>2&&arguments[2])}});var Qb=r,Jb=Oc,Zb=S,tx=Qb.ArrayBuffer,ex=Qb.TypeError,rx=tx&&Jb(tx.prototype,"byteLength","get")||function(t){if("ArrayBuffer"!==Zb(t))throw new ex("ArrayBuffer expected");return t.byteLength},nx=ny,ix=rx,ox=r.DataView,ax=function(t){if(!nx||0!==ix(t))return!1;try{return new ox(t),!1}catch(t){return!0}},sx=o,cx=Ki,ux=ax,lx=ArrayBuffer.prototype;sx&&!("detached"in lx)&&cx(lx,"detached",{configurable:!0,get:function(){return ux(this)}});var hx,fx,dx,px,gx=ax,vx=TypeError,yx=r,mx=rg,bx=function(t){if(mx){try{return yx.process.getBuiltinModule(t)}catch(t){}try{return Function('return require("'+t+'")')()}catch(t){}}},xx=i,wx=et,Ax=eg,_x=r.structuredClone,kx=!!_x&&!xx((function(){if("DENO"===Ax&&wx>92||"NODE"===Ax&&wx>94||"BROWSER"===Ax&&wx>97)return!1;var t=new ArrayBuffer(8),e=_x(t,{transfer:[t]});return 0!==t.byteLength||8!==e.byteLength})),Sx=r,Ex=bx,Mx=kx,Tx=Sx.structuredClone,Px=Sx.ArrayBuffer,Ox=Sx.MessageChannel,Ix=!1;if(Mx)Ix=function(t){Tx(t,{transfer:[t]})};else if(Px)try{Ox||(hx=Ex("worker_threads"))&&(Ox=hx.MessageChannel),Ox&&(fx=new Ox,dx=new Px(2),px=function(t){fx.port1.postMessage(null,[t])},2===dx.byteLength&&(px(dx),0===dx.byteLength&&(Ix=px)))}catch(t){}var Cx=Ix,Rx=r,jx=w,Lx=Oc,Dx=fy,zx=function(t){if(gx(t))throw new vx("ArrayBuffer is detached");return t},Nx=rx,Fx=Cx,Bx=kx,Ux=Rx.structuredClone,Yx=Rx.ArrayBuffer,Hx=Rx.DataView,$x=Math.min,Gx=Yx.prototype,Wx=Hx.prototype,qx=jx(Gx.slice),Xx=Lx(Gx,"resizable","get"),Vx=Lx(Gx,"maxByteLength","get"),Kx=jx(Wx.getInt8),Qx=jx(Wx.setInt8),Jx=(Bx||Fx)&&function(t,e,r){var n,i=Nx(t),o=void 0===e?i:Dx(e),a=!Xx||!Xx(t);if(zx(t),Bx&&(t=Ux(t,{transfer:[t]}),i===o&&(r||a)))return t;if(i>=o&&(!r||a))n=qx(t,0,o);else{var s=r&&!a&&Vx?{maxByteLength:Vx(t)}:void 0;n=new Yx(o,s);for(var c=new Hx(t),u=new Hx(n),l=$x(o,i),h=0;h<l;h++)Qx(u,h,Kx(c,h))}return Bx||Fx(t),n},Zx=Jx;Zx&&ri({target:"ArrayBuffer",proto:!0},{transfer:function(){return Zx(this,arguments.length?arguments[0]:void 0,!0)}});var tw=Jx;tw&&ri({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return tw(this,arguments.length?arguments[0]:void 0,!1)}});var ew=ri,rw=w,nw=i((function(){return 120!==new Date(16e11).getYear()})),iw=rw(Date.prototype.getFullYear);ew({target:"Date",proto:!0,forced:nw},{getYear:function(){return iw(this)-1900}});var ow=ri,aw=Date,sw=w(aw.prototype.getTime);ow({target:"Date",stat:!0},{now:function(){return sw(new aw)}});var cw=ri,uw=w,lw=nn,hw=Date.prototype,fw=uw(hw.getTime),dw=uw(hw.setFullYear);cw({target:"Date",proto:!0},{setYear:function(t){fw(this);var e=lw(t);return dw(this,e>=0&&e<=99?e+1900:e)}}),ri({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString});var pw=nn,gw=pi,vw=j,yw=RangeError,mw=function(t){var e=gw(vw(this)),r="",n=pw(t);if(n<0||n===1/0)throw new yw("Wrong number of repetitions");for(;n>0;(n>>>=1)&&(e+=e))1&n&&(r+=e);return r},bw=w,xw=hn,ww=pi,Aw=j,_w=bw(mw),kw=bw("".slice),Sw=Math.ceil,Ew=function(t){return function(e,r,n){var i,o,a=ww(Aw(e)),s=xw(r),c=a.length,u=void 0===n?" ":ww(n);return s<=c||""===u?a:((o=_w(u,Sw((i=s-c)/u.length))).length>i&&(o=kw(o,0,i)),t?a+o:o+a)}},Mw={start:Ew(!1),end:Ew(!0)},Tw=w,Pw=i,Ow=Mw.start,Iw=RangeError,Cw=isFinite,Rw=Math.abs,jw=Date.prototype,Lw=jw.toISOString,Dw=Tw(jw.getTime),zw=Tw(jw.getUTCDate),Nw=Tw(jw.getUTCFullYear),Fw=Tw(jw.getUTCHours),Bw=Tw(jw.getUTCMilliseconds),Uw=Tw(jw.getUTCMinutes),Yw=Tw(jw.getUTCMonth),Hw=Tw(jw.getUTCSeconds),$w=Pw((function(){return"0385-07-25T07:06:39.999Z"!==Lw.call(new Date(-50000000000001))}))||!Pw((function(){Lw.call(new Date(NaN))}))?function(){if(!Cw(Dw(this)))throw new Iw("Invalid time value");var t=this,e=Nw(t),r=Bw(t),n=e<0?"-":e>9999?"+":"";return n+Ow(Rw(e),n?6:4,0)+"-"+Ow(Yw(t)+1,2,0)+"-"+Ow(zw(t),2,0)+"T"+Ow(Fw(t),2,0)+":"+Ow(Uw(t),2,0)+":"+Ow(Hw(t),2,0)+"."+Ow(r,3,0)+"Z"}:Lw,Gw=$w;ri({target:"Date",proto:!0,forced:Date.prototype.toISOString!==Gw},{toISOString:Gw});var Ww=Nt,qw=ue;ri({target:"Date",proto:!0,arity:1,forced:i((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(t){var e=Ww(this),r=qw(e,"number");return"number"!=typeof r||isFinite(r)?e.toISOString():null}});var Xw=Re,Vw=St,Kw=TypeError,Qw=Ut,Jw=Qr,Zw=function(t){if(Xw(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new Kw("Incorrect hint");return Vw(this,t)},tA=ee("toPrimitive"),eA=Date.prototype;Qw(eA,tA)||Jw(eA,tA,Zw);var rA=w,nA=Qr,iA=Date.prototype,oA="Invalid Date",aA="toString",sA=rA(iA[aA]),cA=rA(iA.getTime);String(new Date(NaN))!==oA&&nA(iA,aA,(function(){var t=cA(this);return t==t?sA(this):oA}));var uA=ri,lA=w,hA=pi,fA=lA("".charAt),dA=lA("".charCodeAt),pA=lA(/./.exec),gA=lA(1..toString),vA=lA("".toUpperCase),yA=/[\w*+\-./@]/,mA=function(t,e){for(var r=gA(t,16);r.length<e;)r="0"+r;return r};uA({global:!0},{escape:function(t){for(var e,r,n=hA(t),i="",o=n.length,a=0;a<o;)e=fA(n,a++),pA(yA,e)?i+=e:i+=(r=dA(e,0))<256?"%"+mA(r,2):"%u"+vA(mA(r,4));return i}});var bA=w,xA=yt,wA=U,AA=Ut,_A=Yi,kA=a,SA=Function,EA=bA([].concat),MA=bA([].join),TA={},PA=kA?SA.bind:function(t){var e=xA(this),r=e.prototype,n=_A(arguments,1),i=function(){var r=EA(n,_A(arguments));return this instanceof i?function(t,e,r){if(!AA(TA,e)){for(var n=[],i=0;i<e;i++)n[i]="a["+i+"]";TA[e]=SA("C,a","return new C("+MA(n,",")+")")}return TA[e](t,r)}(e,r.length,r):e.apply(t,r)};return wA(r)&&(i.prototype=r),i},OA=PA;ri({target:"Function",proto:!0,forced:Function.bind!==OA},{bind:OA});var IA=F,CA=U,RA=Te,jA=G,LA=ee,DA=Xe.exports,zA=LA("hasInstance"),NA=Function.prototype;zA in NA||RA.f(NA,zA,{value:DA((function(t){if(!IA(this)||!CA(t))return!1;var e=this.prototype;return CA(e)?jA(e,t):t instanceof this}),zA)});var FA=o,BA=tr.EXISTS,UA=w,YA=Ki,HA=Function.prototype,$A=UA(HA.toString),GA=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,WA=UA(GA.exec);FA&&!BA&&YA(HA,"name",{configurable:!0,get:function(){try{return WA(GA,$A(this))[1]}catch(t){return""}}});var qA=r;ri({global:!0,forced:qA.globalThis!==qA},{globalThis:qA});var XA=ri,VA=r,KA=cy,QA=Re,JA=F,ZA=Qu,t_=Ki,e_=bh,r_=i,n_=Ut,i_=Md.IteratorPrototype,o_=o,a_="constructor",s_="Iterator",c_=ee("toStringTag"),u_=TypeError,l_=VA[s_],h_=!JA(l_)||l_.prototype!==i_||!r_((function(){l_({})})),f_=function(){if(KA(this,i_),ZA(this)===i_)throw new u_("Abstract class Iterator not directly constructable")},d_=function(t,e){o_?t_(i_,t,{configurable:!0,get:function(){return e},set:function(e){if(QA(this),this===i_)throw new u_("You can't redefine this property");n_(this,t)?this[t]=e:e_(this,t,e)}}):i_[t]=e};n_(i_,c_)||d_(c_,s_),!h_&&n_(i_,a_)&&i_[a_]!==Object||d_(a_,f_),f_.prototype=i_,XA({global:!0,constructor:!0,forced:h_},{Iterator:f_});var p_=function(t){return{iterator:t,next:t.next,done:!1}},g_=RangeError,v_=function(t){if(t==t)return t;throw new g_("NaN is not allowed")},y_=nn,m_=RangeError,b_=function(t){var e=y_(t);if(e<0)throw new m_("The argument can't be less than 0");return e},x_=u,w_=Bi,A_=qe,__=oy,k_=Pr,S_=xt,E_=Md.IteratorPrototype,M_=ep,T_=bl,P_=ee("toStringTag"),O_="IteratorHelper",I_="WrapForValidIterator",C_=k_.set,R_=function(t){var e=k_.getterFor(t?I_:O_);return __(w_(E_),{next:function(){var r=e(this);if(t)return r.nextHandler();if(r.done)return M_(void 0,!0);try{var n=r.nextHandler();return r.returnHandlerResult?n:M_(n,r.done)}catch(t){throw r.done=!0,t}},return:function(){var r=e(this),n=r.iterator;if(r.done=!0,t){var i=S_(n,"return");return i?x_(i,n):M_(void 0,!0)}if(r.inner)try{T_(r.inner.iterator,"normal")}catch(t){return T_(n,"throw",t)}return n&&T_(n,"normal"),M_(void 0,!0)}})},j_=R_(!0),L_=R_(!1);A_(L_,P_,"Iterator Helper");var D_=function(t,e,r){var n=function(n,i){i?(i.iterator=n.iterator,i.next=n.next):i=n,i.type=e?I_:O_,i.returnHandlerResult=!!r,i.nextHandler=t,i.counter=0,i.done=!1,C_(this,i)};return n.prototype=e?j_:L_,n},z_=ri,N_=u,F_=Re,B_=p_,U_=v_,Y_=b_,H_=D_((function(){for(var t,e=this.iterator,r=this.next;this.remaining;)if(this.remaining--,t=F_(N_(r,e)),this.done=!!t.done)return;if(t=F_(N_(r,e)),!(this.done=!!t.done))return t.value}));z_({target:"Iterator",proto:!0,real:!0,forced:false},{drop:function(t){F_(this);var e=Y_(U_(+t));return new H_(B_(this),{remaining:e})}});var $_=Rl,G_=yt,W_=Re,q_=p_;ri({target:"Iterator",proto:!0,real:!0},{every:function(t){W_(this),G_(t);var e=q_(this),r=0;return!$_(e,(function(e,n){if(!t(e,r++))return n()}),{IS_RECORD:!0,INTERRUPTED:!0}).stopped}});var X_=ri,V_=u,K_=yt,Q_=Re,J_=p_,Z_=$f,tk=D_((function(){for(var t,e,r=this.iterator,n=this.predicate,i=this.next;;){if(t=Q_(V_(i,r)),this.done=!!t.done)return;if(e=t.value,Z_(r,n,[e,this.counter++],!0))return e}}));X_({target:"Iterator",proto:!0,real:!0,forced:false},{filter:function(t){return Q_(this),K_(t),new tk(J_(this),{predicate:t})}});var ek=Rl,rk=yt,nk=Re,ik=p_;ri({target:"Iterator",proto:!0,real:!0},{find:function(t){nk(this),rk(t);var e=ik(this),r=0;return ek(e,(function(e,n){if(t(e,r++))return n(e)}),{IS_RECORD:!0,INTERRUPTED:!0}).result}});var ok=u,ak=Re,sk=p_,ck=cl,uk=function(t,e){e&&"string"==typeof t||ak(t);var r=ck(t);return sk(ak(void 0!==r?ok(r,t):t))},lk=ri,hk=u,fk=yt,dk=Re,pk=p_,gk=uk,vk=bl,yk=D_((function(){for(var t,e,r=this.iterator,n=this.mapper;;){if(e=this.inner)try{if(!(t=dk(hk(e.next,e.iterator))).done)return t.value;this.inner=null}catch(t){vk(r,"throw",t)}if(t=dk(hk(this.next,r)),this.done=!!t.done)return;try{this.inner=gk(n(t.value,this.counter++),!1)}catch(t){vk(r,"throw",t)}}}));lk({target:"Iterator",proto:!0,real:!0,forced:false},{flatMap:function(t){return dk(this),fk(t),new yk(pk(this),{mapper:t,inner:null})}});var mk=Rl,bk=yt,xk=Re,wk=p_;ri({target:"Iterator",proto:!0,real:!0},{forEach:function(t){xk(this),bk(t);var e=wk(this),r=0;mk(e,(function(e){t(e,r++)}),{IS_RECORD:!0})}});var Ak=ri,_k=u,kk=Nt,Sk=G,Ek=Md.IteratorPrototype,Mk=uk,Tk=D_((function(){return _k(this.next,this.iterator)}),!0);Ak({target:"Iterator",stat:!0,forced:false},{from:function(t){var e=Mk("string"==typeof t?kk(t):t,!0);return Sk(Ek,e.iterator)?e.iterator:new Tk(e)}});var Pk=u,Ok=yt,Ik=Re,Ck=p_,Rk=$f,jk=D_((function(){var t=this.iterator,e=Ik(Pk(this.next,t));if(!(this.done=!!e.done))return Rk(t,this.mapper,[e.value,this.counter++],!0)}));ri({target:"Iterator",proto:!0,real:!0,forced:false},{map:function(t){return Ik(this),Ok(t),new jk(Ck(this),{mapper:t})}});var Lk=Rl,Dk=yt,zk=Re,Nk=p_,Fk=TypeError;ri({target:"Iterator",proto:!0,real:!0},{reduce:function(t){zk(this),Dk(t);var e=Nk(this),r=arguments.length<2,n=r?void 0:arguments[1],i=0;if(Lk(e,(function(e){r?(r=!1,n=e):n=t(n,e,i),i++}),{IS_RECORD:!0}),r)throw new Fk("Reduce of empty iterator with no initial value");return n}});var Bk=Rl,Uk=yt,Yk=Re,Hk=p_;ri({target:"Iterator",proto:!0,real:!0},{some:function(t){Yk(this),Uk(t);var e=Hk(this),r=0;return Bk(e,(function(e,n){if(t(e,r++))return n()}),{IS_RECORD:!0,INTERRUPTED:!0}).stopped}});var $k=ri,Gk=u,Wk=Re,qk=p_,Xk=v_,Vk=b_,Kk=bl,Qk=D_((function(){var t=this.iterator;if(!this.remaining--)return this.done=!0,Kk(t,"normal",void 0);var e=Wk(Gk(this.next,t));return(this.done=!!e.done)?void 0:e.value}));$k({target:"Iterator",proto:!0,real:!0,forced:false},{take:function(t){Wk(this);var e=Vk(Xk(+t));return new Qk(qk(this),{remaining:e})}});var Jk=Re,Zk=Rl,tS=p_,eS=[].push;ri({target:"Iterator",proto:!0,real:!0},{toArray:function(){var t=[];return Zk(tS(Jk(this)),eS,{that:t,IS_RECORD:!0}),t}}),po(r.JSON,"JSON",!0);var rS={exports:{}},nS=i((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}})),iS=i,oS=U,aS=S,sS=nS,cS=Object.isExtensible,uS=iS((function(){cS(1)}))||sS?function(t){return!!oS(t)&&((!sS||"ArrayBuffer"!==aS(t))&&(!cS||cS(t)))}:cS,lS=!i((function(){return Object.isExtensible(Object.preventExtensions({}))})),hS=ri,fS=w,dS=gr,pS=U,gS=Ut,vS=Te.f,yS=Jr,mS=Ui,bS=uS,xS=lS,wS=!1,AS=Wt("meta"),_S=0,kS=function(t){vS(t,AS,{value:{objectID:"O"+_S++,weakData:{}}})},SS=rS.exports={enable:function(){SS.enable=function(){},wS=!0;var t=yS.f,e=fS([].splice),r={};r[AS]=1,t(r).length&&(yS.f=function(r){for(var n=t(r),i=0,o=n.length;i<o;i++)if(n[i]===AS){e(n,i,1);break}return n},hS({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:mS.f}))},fastKey:function(t,e){if(!pS(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!gS(t,AS)){if(!bS(t))return"F";if(!e)return"E";kS(t)}return t[AS].objectID},getWeakData:function(t,e){if(!gS(t,AS)){if(!bS(t))return!0;if(!e)return!1;kS(t)}return t[AS].weakData},onFreeze:function(t){return xS&&wS&&bS(t)&&!gS(t,AS)&&kS(t),t}};dS[AS]=!0;var ES=ri,MS=r,TS=w,PS=Xn,OS=Qr,IS=rS.exports,CS=Rl,RS=cy,jS=F,LS=I,DS=U,zS=i,NS=sd,FS=po,BS=qc,US=function(t,e,r){var n=-1!==t.indexOf("Map"),i=-1!==t.indexOf("Weak"),o=n?"set":"add",a=MS[t],s=a&&a.prototype,c=a,u={},l=function(t){var e=TS(s[t]);OS(s,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(i&&!DS(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return i&&!DS(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(i&&!DS(t))&&e(this,0===t?0:t)}:function(t,r){return e(this,0===t?0:t,r),this})};if(PS(t,!jS(a)||!(i||s.forEach&&!zS((function(){(new a).entries().next()})))))c=r.getConstructor(e,t,n,o),IS.enable();else if(PS(t,!0)){var h=new c,f=h[o](i?{}:-0,1)!==h,d=zS((function(){h.has(1)})),p=NS((function(t){new a(t)})),g=!i&&zS((function(){for(var t=new a,e=5;e--;)t[o](e,e);return!t.has(-0)}));p||((c=e((function(t,e){RS(t,s);var r=BS(new a,t,c);return LS(e)||CS(e,r[o],{that:r,AS_ENTRIES:n}),r}))).prototype=s,s.constructor=c),(d||g)&&(l("delete"),l("has"),n&&l("get")),(g||f)&&l(o),i&&s.clear&&delete s.clear}return u[t]=c,ES({global:!0,constructor:!0,forced:c!==a},u),FS(c,t),i||r.setStrong(c,t,n),c},YS=Bi,HS=Ki,$S=oy,GS=wo,WS=cy,qS=I,XS=Rl,VS=tp,KS=ep,QS=iv,JS=o,ZS=rS.exports.fastKey,tE=Pr.set,eE=Pr.getterFor,rE={getConstructor:function(t,e,r,n){var i=t((function(t,i){WS(t,o),tE(t,{type:e,index:YS(null),first:null,last:null,size:0}),JS||(t.size=0),qS(i)||XS(i,t[n],{that:t,AS_ENTRIES:r})})),o=i.prototype,a=eE(e),s=function(t,e,r){var n,i,o=a(t),s=c(t,e);return s?s.value=r:(o.last=s={index:i=ZS(e,!0),key:e,value:r,previous:n=o.last,next:null,removed:!1},o.first||(o.first=s),n&&(n.next=s),JS?o.size++:t.size++,"F"!==i&&(o.index[i]=s)),t},c=function(t,e){var r,n=a(t),i=ZS(e);if("F"!==i)return n.index[i];for(r=n.first;r;r=r.next)if(r.key===e)return r};return $S(o,{clear:function(){for(var t=a(this),e=t.first;e;)e.removed=!0,e.previous&&(e.previous=e.previous.next=null),e=e.next;t.first=t.last=null,t.index=YS(null),JS?t.size=0:this.size=0},delete:function(t){var e=this,r=a(e),n=c(e,t);if(n){var i=n.next,o=n.previous;delete r.index[n.index],n.removed=!0,o&&(o.next=i),i&&(i.previous=o),r.first===n&&(r.first=i),r.last===n&&(r.last=o),JS?r.size--:e.size--}return!!n},forEach:function(t){for(var e,r=a(this),n=GS(t,arguments.length>1?arguments[1]:void 0);e=e?e.next:r.first;)for(n(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!c(this,t)}}),$S(o,r?{get:function(t){var e=c(this,t);return e&&e.value},set:function(t,e){return s(this,0===t?0:t,e)}}:{add:function(t){return s(this,t=0===t?0:t,t)}}),JS&&HS(o,"size",{configurable:!0,get:function(){return a(this).size}}),i},setStrong:function(t,e,r){var n=e+" Iterator",i=eE(e),o=eE(n);VS(t,e,(function(t,e){tE(this,{type:n,target:t,state:i(t),kind:e,last:null})}),(function(){for(var t=o(this),e=t.kind,r=t.last;r&&r.removed;)r=r.previous;return t.target&&(t.last=r=r?r.next:t.state.first)?KS("keys"===e?r.key:"values"===e?r.value:[r.key,r.value],!1):(t.target=null,KS(void 0,!0))}),r?"entries":"values",!r,!0),QS(e)}};US("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),rE);var nE=w,iE=Map.prototype,oE={Map:Map,set:nE(iE.set),get:nE(iE.get),has:nE(iE.has),remove:nE(iE.delete),proto:iE},aE=ri,sE=yt,cE=j,uE=Rl,lE=i,hE=oE.Map,fE=oE.has,dE=oE.get,pE=oE.set,gE=w([].push);aE({target:"Map",stat:!0,forced:lE((function(){return 1!==hE.groupBy("ab",(function(t){return t})).get("a").length}))},{groupBy:function(t,e){cE(t),sE(e);var r=new hE,n=0;return uE(t,(function(t){var i=e(t,n++);fE(r,i)?gE(dE(r,i),t):pE(r,i,[t])})),r}});var vE=Math.log,yE=Math.log1p||function(t){var e=+t;return e>-1e-8&&e<1e-8?e-e*e/2:vE(1+e)},mE=ri,bE=yE,xE=Math.acosh,wE=Math.log,AE=Math.sqrt,_E=Math.LN2;mE({target:"Math",stat:!0,forced:!xE||710!==Math.floor(xE(Number.MAX_VALUE))||xE(1/0)!==1/0},{acosh:function(t){var e=+t;return e<1?NaN:e>94906265.62425156?wE(e)+_E:bE(e-1+AE(e-1)*AE(e+1))}});var kE=ri,SE=Math.asinh,EE=Math.log,ME=Math.sqrt;kE({target:"Math",stat:!0,forced:!(SE&&1/SE(0)>0)},{asinh:function t(e){var r=+e;return isFinite(r)&&0!==r?r<0?-t(-r):EE(r+ME(r*r+1)):r}});var TE=ri,PE=Math.atanh,OE=Math.log;TE({target:"Math",stat:!0,forced:!(PE&&1/PE(-0)<0)},{atanh:function(t){var e=+t;return 0===e?e:OE((1+e)/(1-e))/2}});var IE=ri,CE=dy,RE=Math.abs,jE=Math.pow;IE({target:"Math",stat:!0},{cbrt:function(t){var e=+t;return CE(e)*jE(RE(e),1/3)}});var LE=ri,DE=Math.floor,zE=Math.log,NE=Math.LOG2E;LE({target:"Math",stat:!0},{clz32:function(t){var e=t>>>0;return e?31-DE(zE(e+.5)*NE):32}});var FE=Math.expm1,BE=Math.exp,UE=!FE||FE(10)>22025.465794806718||FE(10)<22025.465794806718||-2e-17!==FE(-2e-17)?function(t){var e=+t;return 0===e?e:e>-1e-6&&e<1e-6?e+e*e/2:BE(e)-1}:FE,YE=ri,HE=UE,$E=Math.cosh,GE=Math.abs,WE=Math.E;YE({target:"Math",stat:!0,forced:!$E||$E(710)===1/0},{cosh:function(t){var e=HE(GE(t)-1)+1;return(e+1/(e*WE*WE))*(WE/2)}});var qE=UE;ri({target:"Math",stat:!0,forced:qE!==Math.expm1},{expm1:qE}),ri({target:"Math",stat:!0},{fround:wy});var XE=by;ri({target:"Math",stat:!0},{f16round:function(t){return XE(t,.0009765625,65504,6103515625e-14)}});var VE=ri,KE=Math.hypot,QE=Math.abs,JE=Math.sqrt;VE({target:"Math",stat:!0,arity:2,forced:!!KE&&KE(1/0,NaN)!==1/0},{hypot:function(t,e){for(var r,n,i=0,o=0,a=arguments.length,s=0;o<a;)s<(r=QE(arguments[o++]))?(i=i*(n=s/r)*n+1,s=r):i+=r>0?(n=r/s)*n:r;return s===1/0?1/0:s*JE(i)}});var ZE=ri,tM=i,eM=Math.imul;ZE({target:"Math",stat:!0,forced:tM((function(){return-5!==eM(4294967295,5)||2!==eM.length}))},{imul:function(t,e){var r=65535,n=+t,i=+e,o=r&n,a=r&i;return 0|o*a+((r&n>>>16)*a+o*(r&i>>>16)<<16>>>0)}});var rM=Math.log,nM=Math.LOG10E,iM=Math.log10||function(t){return rM(t)*nM};ri({target:"Math",stat:!0},{log10:iM}),ri({target:"Math",stat:!0},{log1p:yE}),ri({target:"Math",stat:!0},{log2:Ub}),ri({target:"Math",stat:!0},{sign:dy});var oM=ri,aM=i,sM=UE,cM=Math.abs,uM=Math.exp,lM=Math.E;oM({target:"Math",stat:!0,forced:aM((function(){return-2e-17!==Math.sinh(-2e-17)}))},{sinh:function(t){var e=+t;return cM(e)<1?(sM(e)-sM(-e))/2:(uM(e-1)-uM(-e-1))*(lM/2)}});var hM=ri,fM=UE,dM=Math.exp;hM({target:"Math",stat:!0},{tanh:function(t){var e=+t,r=fM(e),n=fM(-e);return r===1/0?1:n===1/0?-1:(r-n)/(dM(e)+dM(-e))}}),po(Math,"Math",!0),ri({target:"Math",stat:!0},{trunc:en});var pM=w(1..valueOf),gM="\t\n\v\f\r                 \u2028\u2029\ufeff",vM=j,yM=pi,mM=gM,bM=w("".replace),xM=RegExp("^["+mM+"]+"),wM=RegExp("(^|[^"+mM+"])["+mM+"]+$"),AM=function(t){return function(e){var r=yM(vM(e));return 1&t&&(r=bM(r,xM,"")),2&t&&(r=bM(r,wM,"$1")),r}},_M={start:AM(1),end:AM(2),trim:AM(3)},kM=ri,SM=o,EM=r,MM=Zi,TM=w,PM=Xn,OM=Ut,IM=qc,CM=G,RM=ht,jM=ue,LM=i,DM=Jr.f,zM=n.f,NM=Te.f,FM=pM,BM=_M.trim,UM="Number",YM=EM[UM];MM[UM];var HM=YM.prototype,$M=EM.TypeError,GM=TM("".slice),WM=TM("".charCodeAt),qM=function(t){var e,r,n,i,o,a,s,c,u=jM(t,"number");if(RM(u))throw new $M("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=BM(u),43===(e=WM(u,0))||45===e){if(88===(r=WM(u,2))||120===r)return NaN}else if(48===e){switch(WM(u,1)){case 66:case 98:n=2,i=49;break;case 79:case 111:n=8,i=55;break;default:return+u}for(a=(o=GM(u,2)).length,s=0;s<a;s++)if((c=WM(o,s))<48||c>i)return NaN;return parseInt(o,n)}return+u},XM=PM(UM,!YM(" 0o1")||!YM("0b1")||YM("+0x1")),VM=function(t){var e,r=arguments.length<1?0:YM(function(t){var e=jM(t,"number");return"bigint"==typeof e?e:qM(e)}(t));return CM(HM,e=this)&&LM((function(){FM(e)}))?IM(Object(r),this,VM):r};VM.prototype=HM,XM&&(HM.constructor=VM),kM({global:!0,constructor:!0,wrap:!0,forced:XM},{Number:VM});XM&&function(t,e){for(var r,n=SM?DM(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),i=0;n.length>i;i++)OM(e,r=n[i])&&!OM(t,r)&&NM(t,r,zM(e,r))}(MM[UM],YM),ri({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)});var KM=r.isFinite;ri({target:"Number",stat:!0},{isFinite:Number.isFinite||function(t){return"number"==typeof t&&KM(t)}});var QM=U,JM=Math.floor,ZM=Number.isInteger||function(t){return!QM(t)&&isFinite(t)&&JM(t)===t};ri({target:"Number",stat:!0},{isInteger:ZM}),ri({target:"Number",stat:!0},{isNaN:function(t){return t!=t}});var tT=ri,eT=ZM,rT=Math.abs;tT({target:"Number",stat:!0},{isSafeInteger:function(t){return eT(t)&&rT(t)<=9007199254740991}}),ri({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991}),ri({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991});var nT=r,iT=i,oT=pi,aT=_M.trim,sT=gM,cT=w("".charAt),uT=nT.parseFloat,lT=nT.Symbol,hT=lT&&lT.iterator,fT=1/uT(sT+"-0")!=-1/0||hT&&!iT((function(){uT(Object(hT))}))?function(t){var e=aT(oT(t)),r=uT(e);return 0===r&&"-"===cT(e,0)?-0:r}:uT,dT=fT;ri({target:"Number",stat:!0,forced:Number.parseFloat!==dT},{parseFloat:dT});var pT=r,gT=i,vT=w,yT=pi,mT=_M.trim,bT=gM,xT=pT.parseInt,wT=pT.Symbol,AT=wT&&wT.iterator,_T=/^[+-]?0x/i,kT=vT(_T.exec),ST=8!==xT(bT+"08")||22!==xT(bT+"0x16")||AT&&!gT((function(){xT(Object(AT))}))?function(t,e){var r=mT(yT(t));return xT(r,e>>>0||(kT(_T,r)?16:10))}:xT,ET=ST;ri({target:"Number",stat:!0,forced:Number.parseInt!==ET},{parseInt:ET});var MT=ri,TT=w,PT=nn,OT=pM,IT=mw,CT=iM,RT=i,jT=RangeError,LT=String,DT=isFinite,zT=Math.abs,NT=Math.floor,FT=Math.pow,BT=Math.round,UT=TT(1..toExponential),YT=TT(IT),HT=TT("".slice),$T="-6.9000e-11"===UT(-69e-12,4)&&"1.25e+0"===UT(1.255,2)&&"1.235e+4"===UT(12345,3)&&"3e+1"===UT(25,0);MT({target:"Number",proto:!0,forced:!$T||!(RT((function(){UT(1,1/0)}))&&RT((function(){UT(1,-1/0)})))||!!RT((function(){UT(1/0,1/0),UT(NaN,1/0)}))},{toExponential:function(t){var e=OT(this);if(void 0===t)return UT(e);var r=PT(t);if(!DT(e))return String(e);if(r<0||r>20)throw new jT("Incorrect fraction digits");if($T)return UT(e,r);var n,i,o,a,s="";if(e<0&&(s="-",e=-e),0===e)i=0,n=YT("0",r+1);else{var c=CT(e);i=NT(c);var u=FT(10,i-r),l=BT(e/u);2*e>=(2*l+1)*u&&(l+=1),l>=FT(10,r+1)&&(l/=10,i+=1),n=LT(l)}return 0!==r&&(n=HT(n,0,1)+"."+HT(n,1)),0===i?(o="+",a="0"):(o=i>0?"+":"-",a=LT(zT(i))),s+(n+="e"+o+a)}});var GT=ri,WT=w,qT=nn,XT=pM,VT=mw,KT=i,QT=RangeError,JT=String,ZT=Math.floor,tP=WT(VT),eP=WT("".slice),rP=WT(1..toFixed),nP=function(t,e,r){return 0===e?r:e%2==1?nP(t,e-1,r*t):nP(t*t,e/2,r)},iP=function(t,e,r){for(var n=-1,i=r;++n<6;)i+=e*t[n],t[n]=i%1e7,i=ZT(i/1e7)},oP=function(t,e){for(var r=6,n=0;--r>=0;)n+=t[r],t[r]=ZT(n/e),n=n%e*1e7},aP=function(t){for(var e=6,r="";--e>=0;)if(""!==r||0===e||0!==t[e]){var n=JT(t[e]);r=""===r?n:r+tP("0",7-n.length)+n}return r};GT({target:"Number",proto:!0,forced:KT((function(){return"0.000"!==rP(8e-5,3)||"1"!==rP(.9,0)||"1.25"!==rP(1.255,2)||"1000000000000000128"!==rP(0xde0b6b3a7640080,0)}))||!KT((function(){rP({})}))},{toFixed:function(t){var e,r,n,i,o=XT(this),a=qT(t),s=[0,0,0,0,0,0],c="",u="0";if(a<0||a>20)throw new QT("Incorrect fraction digits");if(o!=o)return"NaN";if(o<=-1e21||o>=1e21)return JT(o);if(o<0&&(c="-",o=-o),o>1e-21)if(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(o*nP(2,69,1))-69,r=e<0?o*nP(2,-e,1):o/nP(2,e,1),r*=4503599627370496,(e=52-e)>0){for(iP(s,0,r),n=a;n>=7;)iP(s,1e7,0),n-=7;for(iP(s,nP(10,n,1),0),n=e-1;n>=23;)oP(s,1<<23),n-=23;oP(s,1<<n),iP(s,1,1),oP(s,2),u=aP(s)}else iP(s,0,r),iP(s,1<<-e,0),u=aP(s)+tP("0",a);return u=a>0?c+((i=u.length)<=a?"0."+tP("0",a-i)+u:eP(u,0,i-a)+"."+eP(u,i-a)):c+u}});var sP=ri,cP=i,uP=pM,lP=w(1..toPrecision);sP({target:"Number",proto:!0,forced:cP((function(){return"1"!==lP(1,void 0)}))||!cP((function(){lP({})}))},{toPrecision:function(t){return void 0===t?lP(uP(this)):lP(uP(this),t)}});var hP=o,fP=w,dP=u,pP=i,gP=mi,vP=Tn,yP=l,mP=Nt,bP=O,xP=Object.assign,wP=Object.defineProperty,AP=fP([].concat),_P=!xP||pP((function(){if(hP&&1!==xP({b:1},xP(wP({},"a",{enumerable:!0,get:function(){wP(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return t[r]=7,n.split("").forEach((function(t){e[t]=t})),7!==xP({},t)[r]||gP(xP({},e)).join("")!==n}))?function(t,e){for(var r=mP(t),n=arguments.length,i=1,o=vP.f,a=yP.f;n>i;)for(var s,c=bP(arguments[i++]),u=o?AP(gP(c),o(c)):gP(c),l=u.length,h=0;l>h;)s=u[h++],hP&&!dP(a,c,s)||(r[s]=c[s]);return r}:xP,kP=_P;ri({target:"Object",stat:!0,arity:2,forced:Object.assign!==kP},{assign:kP}),ri({target:"Object",stat:!0,sham:!o},{create:Bi});var SP=r,EP=Cg,MP=!i((function(){if(!(EP&&EP<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete SP[t]}})),TP=yt,PP=Nt,OP=Te;o&&ri({target:"Object",proto:!0,forced:MP},{__defineGetter__:function(t,e){OP.f(PP(this),t,{get:TP(e),enumerable:!0,configurable:!0})}});var IP=ri,CP=o,RP=gi.f;IP({target:"Object",stat:!0,forced:Object.defineProperties!==RP,sham:!CP},{defineProperties:RP});var jP=ri,LP=o,DP=Te.f;jP({target:"Object",stat:!0,forced:Object.defineProperty!==DP,sham:!LP},{defineProperty:DP});var zP=yt,NP=Nt,FP=Te;o&&ri({target:"Object",proto:!0,forced:MP},{__defineSetter__:function(t,e){FP.f(NP(this),t,{set:zP(e),enumerable:!0,configurable:!0})}});var BP=o,UP=i,YP=w,HP=Qu,$P=mi,GP=z,WP=YP(l.f),qP=YP([].push),XP=BP&&UP((function(){var t=Object.create(null);return t[2]=2,!WP(t,2)})),VP=function(t){return function(e){for(var r,n=GP(e),i=$P(n),o=XP&&null===HP(n),a=i.length,s=0,c=[];a>s;)r=i[s++],BP&&!(o?r in n:WP(n,r))||qP(c,t?[r,n[r]]:n[r]);return c}},KP={entries:VP(!0),values:VP(!1)},QP=KP.entries;ri({target:"Object",stat:!0},{entries:function(t){return QP(t)}});var JP=ri,ZP=lS,tO=i,eO=U,rO=rS.exports.onFreeze,nO=Object.freeze;JP({target:"Object",stat:!0,forced:tO((function(){nO(1)})),sham:!ZP},{freeze:function(t){return nO&&eO(t)?nO(rO(t)):t}});var iO=Rl,oO=bh;ri({target:"Object",stat:!0},{fromEntries:function(t){var e={};return iO(t,(function(t,r){oO(e,t,r)}),{AS_ENTRIES:!0}),e}});var aO=ri,sO=i,cO=z,uO=n.f,lO=o;aO({target:"Object",stat:!0,forced:!lO||sO((function(){uO(1)})),sham:!lO},{getOwnPropertyDescriptor:function(t,e){return uO(cO(t),e)}});var hO=jn,fO=z,dO=n,pO=bh;ri({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,r,n=fO(t),i=dO.f,o=hO(n),a={},s=0;o.length>s;)void 0!==(r=i(n,e=o[s++]))&&pO(a,e,r);return a}});var gO=ri,vO=i,yO=Ui.f;gO({target:"Object",stat:!0,forced:vO((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:yO});var mO=Nt,bO=Qu,xO=Hu;ri({target:"Object",stat:!0,forced:i((function(){bO(1)})),sham:!xO},{getPrototypeOf:function(t){return bO(mO(t))}});var wO=ri,AO=$,_O=w,kO=yt,SO=j,EO=fe,MO=Rl,TO=i,PO=Object.groupBy,OO=AO("Object","create"),IO=_O([].push);wO({target:"Object",stat:!0,forced:!PO||TO((function(){return 1!==PO("ab",(function(t){return t})).a.length}))},{groupBy:function(t,e){SO(t),kO(e);var r=OO(null),n=0;return MO(t,(function(t){var i=EO(e(t,n++));i in r?IO(r[i],t):r[i]=[t]})),r}}),ri({target:"Object",stat:!0},{hasOwn:Ut});var CO=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e};ri({target:"Object",stat:!0},{is:CO});var RO=uS;ri({target:"Object",stat:!0,forced:Object.isExtensible!==RO},{isExtensible:RO});var jO=ri,LO=i,DO=U,zO=S,NO=nS,FO=Object.isFrozen;jO({target:"Object",stat:!0,forced:NO||LO((function(){FO(1)}))},{isFrozen:function(t){return!DO(t)||(!(!NO||"ArrayBuffer"!==zO(t))||!!FO&&FO(t))}});var BO=ri,UO=i,YO=U,HO=S,$O=nS,GO=Object.isSealed;BO({target:"Object",stat:!0,forced:$O||UO((function(){GO(1)}))},{isSealed:function(t){return!YO(t)||(!(!$O||"ArrayBuffer"!==HO(t))||!!GO&&GO(t))}});var WO=Nt,qO=mi;ri({target:"Object",stat:!0,forced:i((function(){qO(1)}))},{keys:function(t){return qO(WO(t))}});var XO=ri,VO=o,KO=MP,QO=Nt,JO=fe,ZO=Qu,tI=n.f;VO&&XO({target:"Object",proto:!0,forced:KO},{__lookupGetter__:function(t){var e,r=QO(this),n=JO(t);do{if(e=tI(r,n))return e.get}while(r=ZO(r))}});var eI=ri,rI=o,nI=MP,iI=Nt,oI=fe,aI=Qu,sI=n.f;rI&&eI({target:"Object",proto:!0,forced:nI},{__lookupSetter__:function(t){var e,r=iI(this),n=oI(t);do{if(e=sI(r,n))return e.set}while(r=aI(r))}});var cI=ri,uI=U,lI=rS.exports.onFreeze,hI=lS,fI=i,dI=Object.preventExtensions;cI({target:"Object",stat:!0,forced:fI((function(){dI(1)})),sham:!hI},{preventExtensions:function(t){return dI&&uI(t)?dI(lI(t)):t}});var pI=o,gI=Ki,vI=U,yI=Cc,mI=Nt,bI=j,xI=Object.getPrototypeOf,wI=Object.setPrototypeOf,AI=Object.prototype,_I="__proto__";if(pI&&xI&&wI&&!(_I in AI))try{gI(AI,_I,{configurable:!0,get:function(){return xI(mI(this))},set:function(t){var e=bI(this);yI(t)&&vI(e)&&wI(e,t)}})}catch(t){}var kI=ri,SI=U,EI=rS.exports.onFreeze,MI=lS,TI=i,PI=Object.seal;kI({target:"Object",stat:!0,forced:TI((function(){PI(1)})),sham:!MI},{seal:function(t){return PI&&SI(t)?PI(EI(t)):t}}),ri({target:"Object",stat:!0},{setPrototypeOf:Uc});var OI=hi,II=ii?{}.toString:function(){return"[object "+OI(this)+"]"};ii||Qr(Object.prototype,"toString",II,{unsafe:!0});var CI=KP.values;ri({target:"Object",stat:!0},{values:function(t){return CI(t)}});ri({global:!0,forced:parseFloat!==fT},{parseFloat:fT});ri({global:!0,forced:parseInt!==ST},{parseInt:ST});var RI,jI,LI,DI,zI=Do,NI=dt,FI=TypeError,BI=function(t){if(zI(t))return t;throw new FI(NI(t)+" is not a constructor")},UI=Re,YI=BI,HI=I,$I=ee("species"),GI=function(t,e){var r,n=UI(t).constructor;return void 0===n||HI(r=UI(n)[$I])?e:YI(r)},WI=TypeError,qI=function(t,e){if(t<e)throw new WI("Not enough arguments");return t},XI=/(?:ipad|iphone|ipod).*applewebkit/i.test(X),VI=r,KI=Ms,QI=wo,JI=F,ZI=Ut,tC=i,eC=Ei,rC=Yi,nC=ve,iC=qI,oC=XI,aC=rg,sC=VI.setImmediate,cC=VI.clearImmediate,uC=VI.process,lC=VI.Dispatch,hC=VI.Function,fC=VI.MessageChannel,dC=VI.String,pC=0,gC={},vC="onreadystatechange";tC((function(){RI=VI.location}));var yC=function(t){if(ZI(gC,t)){var e=gC[t];delete gC[t],e()}},mC=function(t){return function(){yC(t)}},bC=function(t){yC(t.data)},xC=function(t){VI.postMessage(dC(t),RI.protocol+"//"+RI.host)};sC&&cC||(sC=function(t){iC(arguments.length,1);var e=JI(t)?t:hC(t),r=rC(arguments,1);return gC[++pC]=function(){KI(e,void 0,r)},jI(pC),pC},cC=function(t){delete gC[t]},aC?jI=function(t){uC.nextTick(mC(t))}:lC&&lC.now?jI=function(t){lC.now(mC(t))}:fC&&!oC?(DI=(LI=new fC).port2,LI.port1.onmessage=bC,jI=QI(DI.postMessage,DI)):VI.addEventListener&&JI(VI.postMessage)&&!VI.importScripts&&RI&&"file:"!==RI.protocol&&!tC(xC)?(jI=xC,VI.addEventListener("message",bC,!1)):jI=vC in nC("script")?function(t){eC.appendChild(nC("script"))[vC]=function(){eC.removeChild(this),yC(t)}}:function(t){setTimeout(mC(t),0)});var wC={set:sC,clear:cC},AC=r,_C=o,kC=Object.getOwnPropertyDescriptor,SC=function(t){if(!_C)return AC[t];var e=kC(AC,t);return e&&e.value},EC=function(){this.head=null,this.tail=null};EC.prototype={add:function(t){var e={item:t,next:null},r=this.tail;r?r.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}};var MC,TC,PC,OC,IC,CC=EC,RC=/ipad|iphone|ipod/i.test(X)&&"undefined"!=typeof Pebble,jC=/web0s(?!.*chrome)/i.test(X),LC=r,DC=SC,zC=wo,NC=wC.set,FC=CC,BC=XI,UC=RC,YC=jC,HC=rg,$C=LC.MutationObserver||LC.WebKitMutationObserver,GC=LC.document,WC=LC.process,qC=LC.Promise,XC=DC("queueMicrotask");if(!XC){var VC=new FC,KC=function(){var t,e;for(HC&&(t=WC.domain)&&t.exit();e=VC.get();)try{e()}catch(t){throw VC.head&&MC(),t}t&&t.enter()};BC||HC||YC||!$C||!GC?!UC&&qC&&qC.resolve?((OC=qC.resolve(void 0)).constructor=qC,IC=zC(OC.then,OC),MC=function(){IC(KC)}):HC?MC=function(){WC.nextTick(KC)}:(NC=zC(NC,LC),MC=function(){NC(KC)}):(TC=!0,PC=GC.createTextNode(""),new $C(KC).observe(PC,{characterData:!0}),MC=function(){PC.data=TC=!TC}),XC=function(t){VC.head||MC(),VC.add(t)}}var QC=XC,JC=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}},ZC=r.Promise,tR=r,eR=ZC,rR=F,nR=Xn,iR=cr,oR=ee,aR=eg,sR=et;eR&&eR.prototype;var cR=oR("species"),uR=!1,lR=rR(tR.PromiseRejectionEvent),hR=nR("Promise",(function(){var t=iR(eR),e=t!==String(eR);if(!e&&66===sR)return!0;if(!sR||sR<51||!/native code/.test(t)){var r=new eR((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};if((r.constructor={})[cR]=n,!(uR=r.then((function(){}))instanceof n))return!0}return!(e||"BROWSER"!==aR&&"DENO"!==aR||lR)})),fR={CONSTRUCTOR:hR,REJECTION_EVENT:lR,SUBCLASSING:uR},dR={},pR=yt,gR=TypeError,vR=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw new gR("Bad Promise constructor");e=t,r=n})),this.resolve=pR(e),this.reject=pR(r)};dR.f=function(t){return new vR(t)};var yR,mR,bR,xR=ri,wR=rg,AR=r,_R=u,kR=Qr,SR=Uc,ER=po,MR=iv,TR=yt,PR=F,OR=U,IR=cy,CR=GI,RR=wC.set,jR=QC,LR=function(t,e){try{1===arguments.length?console.error(t):console.error(t,e)}catch(t){}},DR=JC,zR=CC,NR=Pr,FR=ZC,BR=dR,UR="Promise",YR=fR.CONSTRUCTOR,HR=fR.REJECTION_EVENT,$R=fR.SUBCLASSING,GR=NR.getterFor(UR),WR=NR.set,qR=FR&&FR.prototype,XR=FR,VR=qR,KR=AR.TypeError,QR=AR.document,JR=AR.process,ZR=BR.f,tj=ZR,ej=!!(QR&&QR.createEvent&&AR.dispatchEvent),rj="unhandledrejection",nj=function(t){var e;return!(!OR(t)||!PR(e=t.then))&&e},ij=function(t,e){var r,n,i,o=e.value,a=1===e.state,s=a?t.ok:t.fail,c=t.resolve,u=t.reject,l=t.domain;try{s?(a||(2===e.rejection&&uj(e),e.rejection=1),!0===s?r=o:(l&&l.enter(),r=s(o),l&&(l.exit(),i=!0)),r===t.promise?u(new KR("Promise-chain cycle")):(n=nj(r))?_R(n,r,c,u):c(r)):u(o)}catch(t){l&&!i&&l.exit(),u(t)}},oj=function(t,e){t.notified||(t.notified=!0,jR((function(){for(var r,n=t.reactions;r=n.get();)ij(r,t);t.notified=!1,e&&!t.rejection&&sj(t)})))},aj=function(t,e,r){var n,i;ej?((n=QR.createEvent("Event")).promise=e,n.reason=r,n.initEvent(t,!1,!0),AR.dispatchEvent(n)):n={promise:e,reason:r},!HR&&(i=AR["on"+t])?i(n):t===rj&&LR("Unhandled promise rejection",r)},sj=function(t){_R(RR,AR,(function(){var e,r=t.facade,n=t.value;if(cj(t)&&(e=DR((function(){wR?JR.emit("unhandledRejection",n,r):aj(rj,r,n)})),t.rejection=wR||cj(t)?2:1,e.error))throw e.value}))},cj=function(t){return 1!==t.rejection&&!t.parent},uj=function(t){_R(RR,AR,(function(){var e=t.facade;wR?JR.emit("rejectionHandled",e):aj("rejectionhandled",e,t.value)}))},lj=function(t,e,r){return function(n){t(e,n,r)}},hj=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,oj(t,!0))},fj=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw new KR("Promise can't be resolved itself");var n=nj(e);n?jR((function(){var r={done:!1};try{_R(n,e,lj(fj,r,t),lj(hj,r,t))}catch(e){hj(r,e,t)}})):(t.value=e,t.state=1,oj(t,!1))}catch(e){hj({done:!1},e,t)}}};if(YR&&(VR=(XR=function(t){IR(this,VR),TR(t),_R(yR,this);var e=GR(this);try{t(lj(fj,e),lj(hj,e))}catch(t){hj(e,t)}}).prototype,(yR=function(t){WR(this,{type:UR,done:!1,notified:!1,parent:!1,reactions:new zR,rejection:!1,state:0,value:null})}).prototype=kR(VR,"then",(function(t,e){var r=GR(this),n=ZR(CR(this,XR));return r.parent=!0,n.ok=!PR(t)||t,n.fail=PR(e)&&e,n.domain=wR?JR.domain:void 0,0===r.state?r.reactions.add(n):jR((function(){ij(n,r)})),n.promise})),mR=function(){var t=new yR,e=GR(t);this.promise=t,this.resolve=lj(fj,e),this.reject=lj(hj,e)},BR.f=ZR=function(t){return t===XR||undefined===t?new mR(t):tj(t)},PR(FR)&&qR!==Object.prototype)){bR=qR.then,$R||kR(qR,"then",(function(t,e){var r=this;return new XR((function(t,e){_R(bR,r,t,e)})).then(t,e)}),{unsafe:!0});try{delete qR.constructor}catch(t){}SR&&SR(qR,VR)}xR({global:!0,constructor:!0,wrap:!0,forced:YR},{Promise:XR}),ER(XR,UR,!1),MR(UR);var dj=ZC,pj=fR.CONSTRUCTOR||!sd((function(t){dj.all(t).then(void 0,(function(){}))})),gj=u,vj=yt,yj=dR,mj=JC,bj=Rl;ri({target:"Promise",stat:!0,forced:pj},{all:function(t){var e=this,r=yj.f(e),n=r.resolve,i=r.reject,o=mj((function(){var r=vj(e.resolve),o=[],a=0,s=1;bj(t,(function(t){var c=a++,u=!1;s++,gj(r,e,t).then((function(t){u||(u=!0,o[c]=t,--s||n(o))}),i)})),--s||n(o)}));return o.error&&i(o.value),r.promise}});var xj=ri,wj=fR.CONSTRUCTOR,Aj=ZC,_j=$,kj=F,Sj=Qr,Ej=Aj&&Aj.prototype;if(xj({target:"Promise",proto:!0,forced:wj,real:!0},{catch:function(t){return this.then(void 0,t)}}),kj(Aj)){var Mj=_j("Promise").prototype.catch;Ej.catch!==Mj&&Sj(Ej,"catch",Mj,{unsafe:!0})}var Tj=u,Pj=yt,Oj=dR,Ij=JC,Cj=Rl;ri({target:"Promise",stat:!0,forced:pj},{race:function(t){var e=this,r=Oj.f(e),n=r.reject,i=Ij((function(){var i=Pj(e.resolve);Cj(t,(function(t){Tj(i,e,t).then(r.resolve,n)}))}));return i.error&&n(i.value),r.promise}});var Rj=dR;ri({target:"Promise",stat:!0,forced:fR.CONSTRUCTOR},{reject:function(t){var e=Rj.f(this);return(0,e.reject)(t),e.promise}});var jj=Re,Lj=U,Dj=dR,zj=function(t,e){if(jj(t),Lj(e)&&e.constructor===t)return e;var r=Dj.f(t);return(0,r.resolve)(e),r.promise},Nj=ri,Fj=fR.CONSTRUCTOR,Bj=zj;$("Promise"),Nj({target:"Promise",stat:!0,forced:Fj},{resolve:function(t){return Bj(this,t)}});var Uj=u,Yj=yt,Hj=dR,$j=JC,Gj=Rl;ri({target:"Promise",stat:!0,forced:pj},{allSettled:function(t){var e=this,r=Hj.f(e),n=r.resolve,i=r.reject,o=$j((function(){var r=Yj(e.resolve),i=[],o=0,a=1;Gj(t,(function(t){var s=o++,c=!1;a++,Uj(r,e,t).then((function(t){c||(c=!0,i[s]={status:"fulfilled",value:t},--a||n(i))}),(function(t){c||(c=!0,i[s]={status:"rejected",reason:t},--a||n(i))}))})),--a||n(i)}));return o.error&&i(o.value),r.promise}});var Wj=u,qj=yt,Xj=$,Vj=dR,Kj=JC,Qj=Rl,Jj="No one promise resolved";ri({target:"Promise",stat:!0,forced:pj},{any:function(t){var e=this,r=Xj("AggregateError"),n=Vj.f(e),i=n.resolve,o=n.reject,a=Kj((function(){var n=qj(e.resolve),a=[],s=0,c=1,u=!1;Qj(t,(function(t){var l=s++,h=!1;c++,Wj(n,e,t).then((function(t){h||u||(u=!0,i(t))}),(function(t){h||u||(h=!0,a[l]=t,--c||o(new r(a,Jj)))}))})),--c||o(new r(a,Jj))}));return a.error&&o(a.value),n.promise}});var Zj=ri,tL=ZC,eL=i,rL=$,nL=F,iL=GI,oL=zj,aL=Qr,sL=tL&&tL.prototype;if(Zj({target:"Promise",proto:!0,real:!0,forced:!!tL&&eL((function(){sL.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var e=iL(this,rL("Promise")),r=nL(t);return this.then(r?function(r){return oL(e,t()).then((function(){return r}))}:t,r?function(r){return oL(e,t()).then((function(){throw r}))}:t)}}),nL(tL)){var cL=rL("Promise").prototype.finally;sL.finally!==cL&&aL(sL,"finally",cL,{unsafe:!0})}var uL=ri,lL=Ms,hL=Yi,fL=dR,dL=yt,pL=JC,gL=r.Promise,vL=!1;uL({target:"Promise",stat:!0,forced:!gL||!gL.try||pL((function(){gL.try((function(t){vL=8===t}),8)})).error||!vL},{try:function(t){var e=arguments.length>1?hL(arguments,1):[],r=fL.f(this),n=pL((function(){return lL(dL(t),void 0,e)}));return(n.error?r.reject:r.resolve)(n.value),r.promise}});var yL=dR;ri({target:"Promise",stat:!0},{withResolvers:function(){var t=yL.f(this);return{promise:t.promise,resolve:t.resolve,reject:t.reject}}});var mL=Ms,bL=yt,xL=Re;ri({target:"Reflect",stat:!0,forced:!i((function(){Reflect.apply((function(){}))}))},{apply:function(t,e,r){return mL(bL(t),e,xL(r))}});var wL=ri,AL=Ms,_L=PA,kL=BI,SL=Re,EL=U,ML=Bi,TL=i,PL=$("Reflect","construct"),OL=Object.prototype,IL=[].push,CL=TL((function(){function t(){}return!(PL((function(){}),[],t)instanceof t)})),RL=!TL((function(){PL((function(){}))})),jL=CL||RL;wL({target:"Reflect",stat:!0,forced:jL,sham:jL},{construct:function(t,e){kL(t),SL(e);var r=arguments.length<3?t:kL(arguments[2]);if(RL&&!CL)return PL(t,e,r);if(t===r){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var n=[null];return AL(IL,n,e),new(AL(_L,t,n))}var i=r.prototype,o=ML(EL(i)?i:OL),a=AL(t,o,e);return EL(a)?a:o}});var LL=o,DL=Re,zL=fe,NL=Te;ri({target:"Reflect",stat:!0,forced:i((function(){Reflect.defineProperty(NL.f({},1,{value:1}),1,{value:2})})),sham:!LL},{defineProperty:function(t,e,r){DL(t);var n=zL(e);DL(r);try{return NL.f(t,n,r),!0}catch(t){return!1}}});var FL=ri,BL=Re,UL=n.f;FL({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var r=UL(BL(t),e);return!(r&&!r.configurable)&&delete t[e]}});var YL=Ut,HL=function(t){return void 0!==t&&(YL(t,"value")||YL(t,"writable"))},$L=u,GL=U,WL=Re,qL=HL,XL=n,VL=Qu;ri({target:"Reflect",stat:!0},{get:function t(e,r){var n,i,o=arguments.length<3?e:arguments[2];return WL(e)===o?e[r]:(n=XL.f(e,r))?qL(n)?n.value:void 0===n.get?void 0:$L(n.get,o):GL(i=VL(e))?t(i,r,o):void 0}});var KL=Re,QL=n;ri({target:"Reflect",stat:!0,sham:!o},{getOwnPropertyDescriptor:function(t,e){return QL.f(KL(t),e)}});var JL=Re,ZL=Qu;ri({target:"Reflect",stat:!0,sham:!Hu},{getPrototypeOf:function(t){return ZL(JL(t))}}),ri({target:"Reflect",stat:!0},{has:function(t,e){return e in t}});var tD=Re,eD=uS;ri({target:"Reflect",stat:!0},{isExtensible:function(t){return tD(t),eD(t)}}),ri({target:"Reflect",stat:!0},{ownKeys:jn});var rD=$,nD=Re;ri({target:"Reflect",stat:!0,sham:!lS},{preventExtensions:function(t){nD(t);try{var e=rD("Object","preventExtensions");return e&&e(t),!0}catch(t){return!1}}});var iD=ri,oD=u,aD=Re,sD=U,cD=HL,uD=Te,lD=n,hD=Qu,fD=v;var dD=i((function(){var t=function(){},e=uD.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}));iD({target:"Reflect",stat:!0,forced:dD},{set:function t(e,r,n){var i,o,a,s=arguments.length<4?e:arguments[3],c=lD.f(aD(e),r);if(!c){if(sD(o=hD(e)))return t(o,r,n,s);c=fD(0)}if(cD(c)){if(!1===c.writable||!sD(s))return!1;if(i=lD.f(s,r)){if(i.get||i.set||!1===i.writable)return!1;i.value=n,uD.f(s,r,i)}else uD.f(s,r,fD(0,n))}else{if(void 0===(a=c.set))return!1;oD(a,s,n)}return!0}});var pD=Re,gD=Dc,vD=Uc;vD&&ri({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){pD(t),gD(e);try{return vD(t,e),!0}catch(t){return!1}}});var yD=r,mD=po;ri({global:!0},{Reflect:{}}),mD(yD.Reflect,"Reflect",!0);var bD=U,xD=S,wD=ee("match"),AD=function(t){var e;return bD(t)&&(void 0!==(e=t[wD])?!!e:"RegExp"===xD(t))},_D=Re,kD=function(){var t=_D(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e},SD=u,ED=Ut,MD=G,TD=kD,PD=RegExp.prototype,OD=function(t){var e=t.flags;return void 0!==e||"flags"in PD||ED(t,"flags")||!MD(PD,t)?e:SD(TD,t)},ID=i,CD=r.RegExp,RD=ID((function(){var t=CD("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),jD=RD||ID((function(){return!CD("a","y").sticky})),LD=RD||ID((function(){var t=CD("^r","gy");return t.lastIndex=2,null!==t.exec("str")})),DD={BROKEN_CARET:LD,MISSED_STICKY:jD,UNSUPPORTED_Y:RD},zD=i,ND=r.RegExp,FD=zD((function(){var t=ND(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)})),BD=i,UD=r.RegExp,YD=BD((function(){var t=UD("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),HD=o,$D=r,GD=w,WD=Xn,qD=qc,XD=qe,VD=Bi,KD=Jr.f,QD=G,JD=AD,ZD=pi,tz=OD,ez=DD,rz=Hc,nz=Qr,iz=i,oz=Ut,az=Pr.enforce,sz=iv,cz=FD,uz=YD,lz=ee("match"),hz=$D.RegExp,fz=hz.prototype,dz=$D.SyntaxError,pz=GD(fz.exec),gz=GD("".charAt),vz=GD("".replace),yz=GD("".indexOf),mz=GD("".slice),bz=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,xz=/a/g,wz=/a/g,Az=new hz(xz)!==xz,_z=ez.MISSED_STICKY,kz=ez.UNSUPPORTED_Y,Sz=HD&&(!Az||_z||cz||uz||iz((function(){return wz[lz]=!1,hz(xz)!==xz||hz(wz)===wz||"/a/i"!==String(hz(xz,"i"))})));if(WD("RegExp",Sz)){for(var Ez=function(t,e){var r,n,i,o,a,s,c=QD(fz,this),u=JD(t),l=void 0===e,h=[],f=t;if(!c&&u&&l&&t.constructor===Ez)return t;if((u||QD(fz,t))&&(t=t.source,l&&(e=tz(f))),t=void 0===t?"":ZD(t),e=void 0===e?"":ZD(e),f=t,cz&&"dotAll"in xz&&(n=!!e&&yz(e,"s")>-1)&&(e=vz(e,/s/g,"")),r=e,_z&&"sticky"in xz&&(i=!!e&&yz(e,"y")>-1)&&kz&&(e=vz(e,/y/g,"")),uz&&(o=function(t){for(var e,r=t.length,n=0,i="",o=[],a=VD(null),s=!1,c=!1,u=0,l="";n<=r;n++){if("\\"===(e=gz(t,n)))e+=gz(t,++n);else if("]"===e)s=!1;else if(!s)switch(!0){case"["===e:s=!0;break;case"("===e:if(i+=e,"?:"===mz(t,n+1,n+3))continue;pz(bz,mz(t,n+1))&&(n+=2,c=!0),u++;continue;case">"===e&&c:if(""===l||oz(a,l))throw new dz("Invalid capture group name");a[l]=!0,o[o.length]=[l,u],c=!1,l="";continue}c?l+=e:i+=e}return[i,o]}(t),t=o[0],h=o[1]),a=qD(hz(t,e),c?this:fz,Ez),(n||i||h.length)&&(s=az(a),n&&(s.dotAll=!0,s.raw=Ez(function(t){for(var e,r=t.length,n=0,i="",o=!1;n<=r;n++)"\\"!==(e=gz(t,n))?o||"."!==e?("["===e?o=!0:"]"===e&&(o=!1),i+=e):i+="[\\s\\S]":i+=e+gz(t,++n);return i}(t),r)),i&&(s.sticky=!0),h.length&&(s.groups=h)),t!==f)try{XD(a,"source",""===f?"(?:)":f)}catch(t){}return a},Mz=KD(hz),Tz=0;Mz.length>Tz;)rz(Ez,hz,Mz[Tz++]);fz.constructor=Ez,Ez.prototype=fz,nz($D,"RegExp",Ez,{constructor:!0})}sz("RegExp");var Pz=TypeError,Oz=ri,Iz=w,Cz=function(t){if("string"==typeof t)return t;throw new Pz("Argument is not a string")},Rz=Ut,jz=Mw.start,Lz=gM,Dz=Array,zz=RegExp.escape,Nz=Iz("".charAt),Fz=Iz("".charCodeAt),Bz=Iz(1.1.toString),Uz=Iz([].join),Yz=/^[0-9a-z]/i,Hz=/^[$()*+./?[\\\]^{|}]/,$z=RegExp("^[!\"#%&',\\-:;<=>@`~"+Lz+"]"),Gz=Iz(Yz.exec),Wz={"\t":"t","\n":"n","\v":"v","\f":"f","\r":"r"},qz=function(t){var e=Bz(Fz(t,0),16);return e.length<3?"\\x"+jz(e,2,"0"):"\\u"+jz(e,4,"0")};Oz({target:"RegExp",stat:!0,forced:!zz||"\\x61b"!==zz("ab")},{escape:function(t){Cz(t);for(var e=t.length,r=Dz(e),n=0;n<e;n++){var i=Nz(t,n);if(0===n&&Gz(Yz,i))r[n]=qz(i);else if(Rz(Wz,i))r[n]="\\"+Wz[i];else if(Gz(Hz,i))r[n]="\\"+i;else if(Gz($z,i))r[n]=qz(i);else{var o=Fz(i,0);55296!=(63488&o)?r[n]=i:o>=56320||n+1>=e||56320!=(64512&Fz(t,n+1))?r[n]=qz(i):(r[n]=i,r[++n]=Nz(t,n))}}return Uz(r,"")}});var Xz=o,Vz=FD,Kz=S,Qz=Ki,Jz=Pr.get,Zz=RegExp.prototype,tN=TypeError;Xz&&Vz&&Qz(Zz,"dotAll",{configurable:!0,get:function(){if(this!==Zz){if("RegExp"===Kz(this))return!!Jz(this).dotAll;throw new tN("Incompatible receiver, RegExp required")}}});var eN=u,rN=w,nN=pi,iN=kD,oN=DD,aN=Bi,sN=Pr.get,cN=FD,uN=YD,lN=Lt("native-string-replace",String.prototype.replace),hN=RegExp.prototype.exec,fN=hN,dN=rN("".charAt),pN=rN("".indexOf),gN=rN("".replace),vN=rN("".slice),yN=function(){var t=/a/,e=/b*/g;return eN(hN,t,"a"),eN(hN,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),mN=oN.BROKEN_CARET,bN=void 0!==/()??/.exec("")[1];(yN||bN||mN||cN||uN)&&(fN=function(t){var e,r,n,i,o,a,s,c=this,u=sN(c),l=nN(t),h=u.raw;if(h)return h.lastIndex=c.lastIndex,e=eN(fN,h,l),c.lastIndex=h.lastIndex,e;var f=u.groups,d=mN&&c.sticky,p=eN(iN,c),g=c.source,v=0,y=l;if(d&&(p=gN(p,"y",""),-1===pN(p,"g")&&(p+="g"),y=vN(l,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==dN(l,c.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),r=new RegExp("^(?:"+g+")",p)),bN&&(r=new RegExp("^"+g+"$(?!\\s)",p)),yN&&(n=c.lastIndex),i=eN(hN,d?r:c,y),d?i?(i.input=vN(i.input,v),i[0]=vN(i[0],v),i.index=c.lastIndex,c.lastIndex+=i[0].length):c.lastIndex=0:yN&&i&&(c.lastIndex=c.global?i.index+i[0].length:n),bN&&i&&i.length>1&&eN(lN,i[0],r,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(i[o]=void 0)})),i&&f)for(i.groups=a=aN(null),o=0;o<f.length;o++)a[(s=f[o])[0]]=i[s[1]];return i});var xN=fN;ri({target:"RegExp",proto:!0,forced:/./.exec!==xN},{exec:xN});var wN=o,AN=Ki,_N=kD,kN=i,SN=r.RegExp,EN=SN.prototype,MN=wN&&kN((function(){var t=!0;try{SN(".","d")}catch(e){t=!1}var e={},r="",n=t?"dgimsy":"gimsy",i=function(t,n){Object.defineProperty(e,t,{get:function(){return r+=n,!0}})},o={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in t&&(o.hasIndices="d"),o)i(a,o[a]);return Object.getOwnPropertyDescriptor(EN,"flags").get.call(e)!==n||r!==n}));MN&&AN(EN,"flags",{configurable:!0,get:_N});var TN=o,PN=DD.MISSED_STICKY,ON=S,IN=Ki,CN=Pr.get,RN=RegExp.prototype,jN=TypeError;TN&&PN&&IN(RN,"sticky",{configurable:!0,get:function(){if(this!==RN){if("RegExp"===ON(this))return!!CN(this).sticky;throw new jN("Incompatible receiver, RegExp required")}}});var LN,DN,zN=ri,NN=u,FN=F,BN=Re,UN=pi,YN=(LN=!1,(DN=/[ac]/).exec=function(){return LN=!0,/./.exec.apply(this,arguments)},!0===DN.test("abc")&&LN),HN=/./.test;zN({target:"RegExp",proto:!0,forced:!YN},{test:function(t){var e=BN(this),r=UN(t),n=e.exec;if(!FN(n))return NN(HN,e,r);var i=NN(n,e,r);return null!==i&&(BN(i),!0)}});var $N=tr.PROPER,GN=Qr,WN=Re,qN=pi,XN=i,VN=OD,KN="toString",QN=RegExp.prototype,JN=QN[KN],ZN=XN((function(){return"/a/b"!==JN.call({source:"a",flags:"b"})})),tF=$N&&JN.name!==KN;(ZN||tF)&&GN(QN,KN,(function(){var t=WN(this);return"/"+qN(t.source)+"/"+qN(VN(t))}),{unsafe:!0}),US("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),rE);var eF=w,rF=Set.prototype,nF={Set:Set,add:eF(rF.add),has:eF(rF.has),remove:eF(rF.delete),proto:rF},iF=nF.has,oF=function(t){return iF(t),t},aF=u,sF=function(t,e,r){for(var n,i,o=r?t:t.iterator,a=t.next;!(n=aF(a,o)).done;)if(void 0!==(i=e(n.value)))return i},cF=w,uF=sF,lF=nF.Set,hF=nF.proto,fF=cF(hF.forEach),dF=cF(hF.keys),pF=dF(new lF).next,gF=function(t,e,r){return r?uF({iterator:dF(t),next:pF},e):fF(t,e)},vF=gF,yF=nF.Set,mF=nF.add,bF=function(t){var e=new yF;return vF(t,(function(t){mF(e,t)})),e},xF=Oc(nF.proto,"size","get")||function(t){return t.size},wF=yt,AF=Re,_F=u,kF=nn,SF=p_,EF="Invalid size",MF=RangeError,TF=TypeError,PF=Math.max,OF=function(t,e){this.set=t,this.size=PF(e,0),this.has=wF(t.has),this.keys=wF(t.keys)};OF.prototype={getIterator:function(){return SF(AF(_F(this.keys,this.set)))},includes:function(t){return _F(this.has,this.set,t)}};var IF=function(t){AF(t);var e=+t.size;if(e!=e)throw new TF(EF);var r=kF(e);if(r<0)throw new MF(EF);return new OF(t,r)},CF=oF,RF=bF,jF=xF,LF=IF,DF=gF,zF=sF,NF=nF.has,FF=nF.remove,BF=$,UF=function(t){return{size:t,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}},YF=function(t){return{size:t,has:function(){return!0},keys:function(){throw new Error("e")}}},HF=function(t,e){var r=BF("Set");try{(new r)[t](UF(0));try{return(new r)[t](UF(-1)),!1}catch(i){if(!e)return!0;try{return(new r)[t](YF(-1/0)),!1}catch(i){var n=new r;return n.add(1),n.add(2),e(n[t](YF(1/0)))}}}catch(t){return!1}},$F=function(t){var e=CF(this),r=LF(t),n=RF(e);return jF(e)<=r.size?DF(e,(function(t){r.includes(t)&&FF(n,t)})):zF(r.getIterator(),(function(t){NF(e,t)&&FF(n,t)})),n};ri({target:"Set",proto:!0,real:!0,forced:!HF("difference",(function(t){return 0===t.size}))},{difference:$F});var GF=oF,WF=xF,qF=IF,XF=gF,VF=sF,KF=nF.Set,QF=nF.add,JF=nF.has,ZF=i,tB=function(t){var e=GF(this),r=qF(t),n=new KF;return WF(e)>r.size?VF(r.getIterator(),(function(t){JF(e,t)&&QF(n,t)})):XF(e,(function(t){r.includes(t)&&QF(n,t)})),n};ri({target:"Set",proto:!0,real:!0,forced:!HF("intersection",(function(t){return 2===t.size&&t.has(1)&&t.has(2)}))||ZF((function(){return"3,2"!==String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))}))},{intersection:tB});var eB=oF,rB=nF.has,nB=xF,iB=IF,oB=gF,aB=sF,sB=bl,cB=function(t){var e=eB(this),r=iB(t);if(nB(e)<=r.size)return!1!==oB(e,(function(t){if(r.includes(t))return!1}),!0);var n=r.getIterator();return!1!==aB(n,(function(t){if(rB(e,t))return sB(n,"normal",!1)}))};ri({target:"Set",proto:!0,real:!0,forced:!HF("isDisjointFrom",(function(t){return!t}))},{isDisjointFrom:cB});var uB=oF,lB=xF,hB=gF,fB=IF,dB=function(t){var e=uB(this),r=fB(t);return!(lB(e)>r.size)&&!1!==hB(e,(function(t){if(!r.includes(t))return!1}),!0)};ri({target:"Set",proto:!0,real:!0,forced:!HF("isSubsetOf",(function(t){return t}))},{isSubsetOf:dB});var pB=oF,gB=nF.has,vB=xF,yB=IF,mB=sF,bB=bl,xB=function(t){var e=pB(this),r=yB(t);if(vB(e)<r.size)return!1;var n=r.getIterator();return!1!==mB(n,(function(t){if(!gB(e,t))return bB(n,"normal",!1)}))};ri({target:"Set",proto:!0,real:!0,forced:!HF("isSupersetOf",(function(t){return!t}))},{isSupersetOf:xB});var wB=oF,AB=bF,_B=IF,kB=sF,SB=nF.add,EB=nF.has,MB=nF.remove,TB=function(t){var e=wB(this),r=_B(t).getIterator(),n=AB(e);return kB(r,(function(t){EB(e,t)?MB(n,t):SB(n,t)})),n};ri({target:"Set",proto:!0,real:!0,forced:!HF("symmetricDifference")},{symmetricDifference:TB});var PB=oF,OB=nF.add,IB=bF,CB=IF,RB=sF,jB=function(t){var e=PB(this),r=CB(t).getIterator(),n=IB(e);return RB(r,(function(t){OB(n,t)})),n};ri({target:"Set",proto:!0,real:!0,forced:!HF("union")},{union:jB});var LB=ri,DB=j,zB=nn,NB=pi,FB=i,BB=w("".charAt);LB({target:"String",proto:!0,forced:FB((function(){return"\ud842"!=="𠮷".at(-2)}))},{at:function(t){var e=NB(DB(this)),r=e.length,n=zB(t),i=n>=0?n:r+n;return i<0||i>=r?void 0:BB(e,i)}});var UB=w,YB=nn,HB=pi,$B=j,GB=UB("".charAt),WB=UB("".charCodeAt),qB=UB("".slice),XB=function(t){return function(e,r){var n,i,o=HB($B(e)),a=YB(r),s=o.length;return a<0||a>=s?t?"":void 0:(n=WB(o,a))<55296||n>56319||a+1===s||(i=WB(o,a+1))<56320||i>57343?t?GB(o,a):n:t?qB(o,a,a+2):i-56320+(n-55296<<10)+65536}},VB={codeAt:XB(!1),charAt:XB(!0)},KB=VB.codeAt;ri({target:"String",proto:!0},{codePointAt:function(t){return KB(this,t)}});var QB=AD,JB=TypeError,ZB=function(t){if(QB(t))throw new JB("The method doesn't accept regular expressions");return t},tU=ee("match"),eU=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[tU]=!1,"/./"[t](e)}catch(t){}}return!1},rU=ri,nU=yo,iU=n.f,oU=hn,aU=pi,sU=ZB,cU=j,uU=eU,lU=nU("".slice),hU=Math.min,fU=uU("endsWith"),dU=!fU&&!!function(){var t=iU(String.prototype,"endsWith");return t&&!t.writable}();rU({target:"String",proto:!0,forced:!dU&&!fU},{endsWith:function(t){var e=aU(cU(this));sU(t);var r=arguments.length>1?arguments[1]:void 0,n=e.length,i=void 0===r?n:hU(oU(r),n),o=aU(t);return lU(e,i-o.length,i)===o}});var pU=ri,gU=w,vU=cn,yU=RangeError,mU=String.fromCharCode,bU=String.fromCodePoint,xU=gU([].join);pU({target:"String",stat:!0,arity:1,forced:!!bU&&1!==bU.length},{fromCodePoint:function(t){for(var e,r=[],n=arguments.length,i=0;n>i;){if(e=+arguments[i++],vU(e,1114111)!==e)throw new yU(e+" is not a valid code point");r[i]=e<65536?mU(e):mU(55296+((e-=65536)>>10),e%1024+56320)}return xU(r,"")}});var wU=ri,AU=ZB,_U=j,kU=pi,SU=eU,EU=w("".indexOf);wU({target:"String",proto:!0,forced:!SU("includes")},{includes:function(t){return!!~EU(kU(_U(this)),kU(AU(t)),arguments.length>1?arguments[1]:void 0)}});var MU=ri,TU=j,PU=pi,OU=w("".charCodeAt);MU({target:"String",proto:!0},{isWellFormed:function(){for(var t=PU(TU(this)),e=t.length,r=0;r<e;r++){var n=OU(t,r);if(55296==(63488&n)&&(n>=56320||++r>=e||56320!=(64512&OU(t,r))))return!1}return!0}});var IU=VB.charAt,CU=pi,RU=Pr,jU=tp,LU=ep,DU="String Iterator",zU=RU.set,NU=RU.getterFor(DU);jU(String,"String",(function(t){zU(this,{type:DU,string:CU(t),index:0})}),(function(){var t,e=NU(this),r=e.string,n=e.index;return n>=r.length?LU(void 0,!0):(t=IU(r,n),e.index+=t.length,LU(t,!1))}));var FU=u,BU=Qr,UU=xN,YU=i,HU=ee,$U=qe,GU=HU("species"),WU=RegExp.prototype,qU=function(t,e,r,n){var i=HU(t),o=!YU((function(){var e={};return e[i]=function(){return 7},7!==""[t](e)})),a=o&&!YU((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[GU]=function(){return r},r.flags="",r[i]=/./[i]),r.exec=function(){return e=!0,null},r[i](""),!e}));if(!o||!a||r){var s=/./[i],c=e(i,""[t],(function(t,e,r,n,i){var a=e.exec;return a===UU||a===WU.exec?o&&!i?{done:!0,value:FU(s,e,r,n)}:{done:!0,value:FU(t,r,e,n)}:{done:!1}}));BU(String.prototype,t,c[0]),BU(WU,i,c[1])}n&&$U(WU[i],"sham",!0)},XU=VB.charAt,VU=function(t,e,r){return e+(r?XU(t,e).length:1)},KU=u,QU=Re,JU=F,ZU=S,tY=xN,eY=TypeError,rY=function(t,e){var r=t.exec;if(JU(r)){var n=KU(r,t,e);return null!==n&&QU(n),n}if("RegExp"===ZU(t))return KU(tY,t,e);throw new eY("RegExp#exec called on incompatible receiver")},nY=u,iY=Re,oY=I,aY=hn,sY=pi,cY=j,uY=xt,lY=VU,hY=rY;qU("match",(function(t,e,r){return[function(e){var r=cY(this),n=oY(e)?void 0:uY(e,t);return n?nY(n,e,r):new RegExp(e)[t](sY(r))},function(t){var n=iY(this),i=sY(t),o=r(e,n,i);if(o.done)return o.value;if(!n.global)return hY(n,i);var a=n.unicode;n.lastIndex=0;for(var s,c=[],u=0;null!==(s=hY(n,i));){var l=sY(s[0]);c[u]=l,""===l&&(n.lastIndex=lY(i,aY(n.lastIndex),a)),u++}return 0===u?null:c}]}));var fY=ri,dY=u,pY=yo,gY=jd,vY=ep,yY=j,mY=hn,bY=pi,xY=Re,wY=I,AY=AD,_Y=OD,kY=xt,SY=Qr,EY=i,MY=GI,TY=VU,PY=rY,OY=Pr,IY=ee("matchAll"),CY="RegExp String",RY=CY+" Iterator",jY=OY.set,LY=OY.getterFor(RY),DY=RegExp.prototype,zY=TypeError,NY=pY("".indexOf),FY=pY("".matchAll),BY=!!FY&&!EY((function(){FY("a",/./)})),UY=gY((function(t,e,r,n){jY(this,{type:RY,regexp:t,string:e,global:r,unicode:n,done:!1})}),CY,(function(){var t=LY(this);if(t.done)return vY(void 0,!0);var e=t.regexp,r=t.string,n=PY(e,r);return null===n?(t.done=!0,vY(void 0,!0)):t.global?(""===bY(n[0])&&(e.lastIndex=TY(r,mY(e.lastIndex),t.unicode)),vY(n,!1)):(t.done=!0,vY(n,!1))})),YY=function(t){var e,r,n,i=xY(this),o=bY(t),a=MY(i,RegExp),s=bY(_Y(i));return e=new a(a===RegExp?i.source:i,s),r=!!~NY(s,"g"),n=!!~NY(s,"u"),e.lastIndex=mY(i.lastIndex),new UY(e,o,r,n)};fY({target:"String",proto:!0,forced:BY},{matchAll:function(t){var e,r,n,i=yY(this);if(wY(t)){if(BY)return FY(i,t)}else{if(AY(t)&&(e=bY(yY(_Y(t))),!~NY(e,"g")))throw new zY("`.matchAll` does not allow non-global regexes");if(BY)return FY(i,t);if(n=kY(t,IY))return dY(n,t,i)}return r=bY(i),new RegExp(t,"g")[IY](r)}}),IY in DY||SY(DY,IY,YY);var HY=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(X),$Y=Mw.end;ri({target:"String",proto:!0,forced:HY},{padEnd:function(t){return $Y(this,t,arguments.length>1?arguments[1]:void 0)}});var GY=Mw.start;ri({target:"String",proto:!0,forced:HY},{padStart:function(t){return GY(this,t,arguments.length>1?arguments[1]:void 0)}});var WY=ri,qY=w,XY=z,VY=Nt,KY=pi,QY=dn,JY=qY([].push),ZY=qY([].join);WY({target:"String",stat:!0},{raw:function(t){var e=XY(VY(t).raw),r=QY(e);if(!r)return"";for(var n=arguments.length,i=[],o=0;;){if(JY(i,KY(e[o++])),o===r)return ZY(i,"");o<n&&JY(i,KY(arguments[o]))}}}),ri({target:"String",proto:!0},{repeat:mw});var tH=w,eH=Nt,rH=Math.floor,nH=tH("".charAt),iH=tH("".replace),oH=tH("".slice),aH=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,sH=/\$([$&'`]|\d{1,2})/g,cH=function(t,e,r,n,i,o){var a=r+t.length,s=n.length,c=sH;return void 0!==i&&(i=eH(i),c=aH),iH(o,c,(function(o,c){var u;switch(nH(c,0)){case"$":return"$";case"&":return t;case"`":return oH(e,0,r);case"'":return oH(e,a);case"<":u=i[oH(c,1,-1)];break;default:var l=+c;if(0===l)return o;if(l>s){var h=rH(l/10);return 0===h?o:h<=s?void 0===n[h-1]?nH(c,1):n[h-1]+nH(c,1):o}u=n[l-1]}return void 0===u?"":u}))},uH=Ms,lH=u,hH=w,fH=qU,dH=i,pH=Re,gH=F,vH=I,yH=nn,mH=hn,bH=pi,xH=j,wH=VU,AH=xt,_H=cH,kH=rY,SH=ee("replace"),EH=Math.max,MH=Math.min,TH=hH([].concat),PH=hH([].push),OH=hH("".indexOf),IH=hH("".slice),CH="$0"==="a".replace(/./,"$0"),RH=!!/./[SH]&&""===/./[SH]("a","$0"),jH=!dH((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}));fH("replace",(function(t,e,r){var n=RH?"$":"$0";return[function(t,r){var n=xH(this),i=vH(t)?void 0:AH(t,SH);return i?lH(i,t,n,r):lH(e,bH(n),t,r)},function(t,i){var o=pH(this),a=bH(t);if("string"==typeof i&&-1===OH(i,n)&&-1===OH(i,"$<")){var s=r(e,o,a,i);if(s.done)return s.value}var c=gH(i);c||(i=bH(i));var u,l=o.global;l&&(u=o.unicode,o.lastIndex=0);for(var h,f=[];null!==(h=kH(o,a))&&(PH(f,h),l);){""===bH(h[0])&&(o.lastIndex=wH(a,mH(o.lastIndex),u))}for(var d,p="",g=0,v=0;v<f.length;v++){for(var y,m=bH((h=f[v])[0]),b=EH(MH(yH(h.index),a.length),0),x=[],w=1;w<h.length;w++)PH(x,void 0===(d=h[w])?d:String(d));var A=h.groups;if(c){var _=TH([m],x,b,a);void 0!==A&&PH(_,A),y=bH(uH(i,void 0,_))}else y=_H(m,a,b,x,A,i);b>=g&&(p+=IH(a,g,b)+y,g=b+m.length)}return p+IH(a,g)}]}),!jH||!CH||RH);var LH=ri,DH=u,zH=w,NH=j,FH=F,BH=I,UH=AD,YH=pi,HH=xt,$H=OD,GH=cH,WH=ee("replace"),qH=TypeError,XH=zH("".indexOf);zH("".replace);var VH=zH("".slice),KH=Math.max;LH({target:"String",proto:!0},{replaceAll:function(t,e){var r,n,i,o,a,s,c,u,l,h=NH(this),f=0,d="";if(!BH(t)){if(UH(t)&&(r=YH(NH($H(t))),!~XH(r,"g")))throw new qH("`.replaceAll` does not allow non-global regexes");if(n=HH(t,WH))return DH(n,t,h,e)}for(i=YH(h),o=YH(t),(a=FH(e))||(e=YH(e)),s=o.length,c=KH(1,s),u=XH(i,o);-1!==u;)l=a?YH(e(o,u,i)):GH(o,i,u,[],void 0,e),d+=VH(i,f,u)+l,f=u+s,u=u+c>i.length?-1:XH(i,o,u+c);return f<i.length&&(d+=VH(i,f)),d}});var QH=u,JH=Re,ZH=I,t$=j,e$=CO,r$=pi,n$=xt,i$=rY;qU("search",(function(t,e,r){return[function(e){var r=t$(this),n=ZH(e)?void 0:n$(e,t);return n?QH(n,e,r):new RegExp(e)[t](r$(r))},function(t){var n=JH(this),i=r$(t),o=r(e,n,i);if(o.done)return o.value;var a=n.lastIndex;e$(a,0)||(n.lastIndex=0);var s=i$(n,i);return e$(n.lastIndex,a)||(n.lastIndex=a),null===s?-1:s.index}]}));var o$=u,a$=w,s$=qU,c$=Re,u$=I,l$=j,h$=GI,f$=VU,d$=hn,p$=pi,g$=xt,v$=rY,y$=i,m$=DD.UNSUPPORTED_Y,b$=Math.min,x$=a$([].push),w$=a$("".slice),A$=!y$((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),_$="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;s$("split",(function(t,e,r){var n="0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:o$(e,this,t,r)}:e;return[function(e,r){var i=l$(this),o=u$(e)?void 0:g$(e,t);return o?o$(o,e,i,r):o$(n,p$(i),e,r)},function(t,i){var o=c$(this),a=p$(t);if(!_$){var s=r(n,o,a,i,n!==e);if(s.done)return s.value}var c=h$(o,RegExp),u=o.unicode,l=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(m$?"g":"y"),h=new c(m$?"^(?:"+o.source+")":o,l),f=void 0===i?4294967295:i>>>0;if(0===f)return[];if(0===a.length)return null===v$(h,a)?[a]:[];for(var d=0,p=0,g=[];p<a.length;){h.lastIndex=m$?0:p;var v,y=v$(h,m$?w$(a,p):a);if(null===y||(v=b$(d$(h.lastIndex+(m$?p:0)),a.length))===d)p=f$(a,p,u);else{if(x$(g,w$(a,d,p)),g.length===f)return g;for(var m=1;m<=y.length-1;m++)if(x$(g,y[m]),g.length===f)return g;p=d=v}}return x$(g,w$(a,d)),g}]}),_$||!A$,m$);var k$=ri,S$=yo,E$=n.f,M$=hn,T$=pi,P$=ZB,O$=j,I$=eU,C$=S$("".slice),R$=Math.min,j$=I$("startsWith"),L$=!j$&&!!function(){var t=E$(String.prototype,"startsWith");return t&&!t.writable}();k$({target:"String",proto:!0,forced:!L$&&!j$},{startsWith:function(t){var e=T$(O$(this));P$(t);var r=M$(R$(arguments.length>1?arguments[1]:void 0,e.length)),n=T$(t);return C$(e,r,r+n.length)===n}});var D$=ri,z$=j,N$=nn,F$=pi,B$=w("".slice),U$=Math.max,Y$=Math.min;D$({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(t,e){var r,n,i=F$(z$(this)),o=i.length,a=N$(t);return a===1/0&&(a=0),a<0&&(a=U$(o+a,0)),(r=void 0===e?o:N$(e))<=0||r===1/0||a>=(n=Y$(a+r,o))?"":B$(i,a,n)}});var H$=ri,$$=u,G$=w,W$=j,q$=pi,X$=i,V$=Array,K$=G$("".charAt),Q$=G$("".charCodeAt),J$=G$([].join),Z$="".toWellFormed,tG=Z$&&X$((function(){return"1"!==$$(Z$,1)}));H$({target:"String",proto:!0,forced:tG},{toWellFormed:function(){var t=q$(W$(this));if(tG)return $$(Z$,t);for(var e=t.length,r=V$(e),n=0;n<e;n++){var i=Q$(t,n);55296!=(63488&i)?r[n]=K$(t,n):i>=56320||n+1>=e||56320!=(64512&Q$(t,n+1))?r[n]="�":(r[n]=K$(t,n),r[++n]=K$(t,n))}return J$(r,"")}});var eG=tr.PROPER,rG=i,nG=gM,iG=function(t){return rG((function(){return!!nG[t]()||"​…᠎"!=="​…᠎"[t]()||eG&&nG[t].name!==t}))},oG=_M.trim;ri({target:"String",proto:!0,forced:iG("trim")},{trim:function(){return oG(this)}});var aG=_M.end,sG=iG("trimEnd")?function(){return aG(this)}:"".trimEnd;ri({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==sG},{trimRight:sG});ri({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==sG},{trimEnd:sG});var cG=_M.start,uG=iG("trimStart")?function(){return cG(this)}:"".trimStart;ri({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==uG},{trimLeft:uG});ri({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==uG},{trimStart:uG});var lG=j,hG=pi,fG=/"/g,dG=w("".replace),pG=function(t,e,r,n){var i=hG(lG(t)),o="<"+e;return""!==r&&(o+=" "+r+'="'+dG(hG(n),fG,"&quot;")+'"'),o+">"+i+"</"+e+">"},gG=i,vG=function(t){return gG((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))},yG=pG;ri({target:"String",proto:!0,forced:vG("anchor")},{anchor:function(t){return yG(this,"a","name",t)}});var mG=pG;ri({target:"String",proto:!0,forced:vG("big")},{big:function(){return mG(this,"big","","")}});var bG=pG;ri({target:"String",proto:!0,forced:vG("blink")},{blink:function(){return bG(this,"blink","","")}});var xG=pG;ri({target:"String",proto:!0,forced:vG("bold")},{bold:function(){return xG(this,"b","","")}});var wG=pG;ri({target:"String",proto:!0,forced:vG("fixed")},{fixed:function(){return wG(this,"tt","","")}});var AG=pG;ri({target:"String",proto:!0,forced:vG("fontcolor")},{fontcolor:function(t){return AG(this,"font","color",t)}});var _G=pG;ri({target:"String",proto:!0,forced:vG("fontsize")},{fontsize:function(t){return _G(this,"font","size",t)}});var kG=pG;ri({target:"String",proto:!0,forced:vG("italics")},{italics:function(){return kG(this,"i","","")}});var SG=pG;ri({target:"String",proto:!0,forced:vG("link")},{link:function(t){return SG(this,"a","href",t)}});var EG=pG;ri({target:"String",proto:!0,forced:vG("small")},{small:function(){return EG(this,"small","","")}});var MG=pG;ri({target:"String",proto:!0,forced:vG("strike")},{strike:function(){return MG(this,"strike","","")}});var TG=pG;ri({target:"String",proto:!0,forced:vG("sub")},{sub:function(){return TG(this,"sub","","")}});var PG=pG;ri({target:"String",proto:!0,forced:vG("sup")},{sup:function(){return PG(this,"sup","","")}});var OG={exports:{}},IG=r,CG=i,RG=sd,jG=mb.NATIVE_ARRAY_BUFFER_VIEWS,LG=IG.ArrayBuffer,DG=IG.Int8Array,zG=!jG||!CG((function(){DG(1)}))||!CG((function(){new DG(-1)}))||!RG((function(t){new DG,new DG(null),new DG(1.5),new DG(t)}),!0)||CG((function(){return 1!==new DG(new LG(2),1,void 0).length})),NG=b_,FG=RangeError,BG=function(t,e){var r=NG(t);if(r%e)throw new FG("Wrong offset");return r},UG=Math.round,YG=hi,HG=function(t){var e=YG(t);return"BigInt64Array"===e||"BigUint64Array"===e},$G=ue,GG=TypeError,WG=function(t){var e=$G(t,"number");if("number"==typeof e)throw new GG("Can't convert number to bigint");return BigInt(e)},qG=wo,XG=u,VG=BI,KG=Nt,QG=dn,JG=gl,ZG=cl,tW=rl,eW=HG,rW=mb.aTypedArrayConstructor,nW=WG,iW=function(t){var e,r,n,i,o,a,s,c,u=VG(this),l=KG(t),h=arguments.length,f=h>1?arguments[1]:void 0,d=void 0!==f,p=ZG(l);if(p&&!tW(p))for(c=(s=JG(l,p)).next,l=[];!(a=XG(c,s)).done;)l.push(a.value);for(d&&h>2&&(f=qG(f,arguments[2])),r=QG(l),n=new(rW(u))(r),i=eW(n),e=0;r>e;e++)o=d?f(l[e],e):l[e],n[e]=i?nW(o):+o;return n},oW=ri,aW=r,sW=u,cW=o,uW=zG,lW=mb,hW=Om,fW=cy,dW=v,pW=qe,gW=ZM,vW=hn,yW=fy,mW=BG,bW=function(t){var e=UG(t);return e<0?0:e>255?255:255&e},xW=fe,wW=Ut,AW=hi,_W=U,kW=ht,SW=Bi,EW=G,MW=Uc,TW=Jr.f,PW=iW,OW=Qo.forEach,IW=iv,CW=Ki,RW=Te,jW=n,LW=Sv,DW=qc,zW=Pr.get,NW=Pr.set,FW=Pr.enforce,BW=RW.f,UW=jW.f,YW=aW.RangeError,HW=hW.ArrayBuffer,$W=HW.prototype,GW=hW.DataView,WW=lW.NATIVE_ARRAY_BUFFER_VIEWS,qW=lW.TYPED_ARRAY_TAG,XW=lW.TypedArray,VW=lW.TypedArrayPrototype,KW=lW.isTypedArray,QW="BYTES_PER_ELEMENT",JW="Wrong length",ZW=function(t,e){CW(t,e,{configurable:!0,get:function(){return zW(this)[e]}})},tq=function(t){var e;return EW($W,t)||"ArrayBuffer"===(e=AW(t))||"SharedArrayBuffer"===e},eq=function(t,e){return KW(t)&&!kW(e)&&e in t&&gW(+e)&&e>=0},rq=function(t,e){return e=xW(e),eq(t,e)?dW(2,t[e]):UW(t,e)},nq=function(t,e,r){return e=xW(e),!(eq(t,e)&&_W(r)&&wW(r,"value"))||wW(r,"get")||wW(r,"set")||r.configurable||wW(r,"writable")&&!r.writable||wW(r,"enumerable")&&!r.enumerable?BW(t,e,r):(t[e]=r.value,t)};cW?(WW||(jW.f=rq,RW.f=nq,ZW(VW,"buffer"),ZW(VW,"byteOffset"),ZW(VW,"byteLength"),ZW(VW,"length")),oW({target:"Object",stat:!0,forced:!WW},{getOwnPropertyDescriptor:rq,defineProperty:nq}),OG.exports=function(t,e,r){var n=t.match(/\d+/)[0]/8,i=t+(r?"Clamped":"")+"Array",o="get"+t,a="set"+t,s=aW[i],c=s,u=c&&c.prototype,l={},h=function(t,e){BW(t,e,{get:function(){return function(t,e){var r=zW(t);return r.view[o](e*n+r.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,i){var o=zW(t);o.view[a](e*n+o.byteOffset,r?bW(i):i,!0)}(this,e,t)},enumerable:!0})};WW?uW&&(c=e((function(t,e,r,i){return fW(t,u),DW(_W(e)?tq(e)?void 0!==i?new s(e,mW(r,n),i):void 0!==r?new s(e,mW(r,n)):new s(e):KW(e)?LW(c,e):sW(PW,c,e):new s(yW(e)),t,c)})),MW&&MW(c,XW),OW(TW(s),(function(t){t in c||pW(c,t,s[t])})),c.prototype=u):(c=e((function(t,e,r,i){fW(t,u);var o,a,s,l=0,f=0;if(_W(e)){if(!tq(e))return KW(e)?LW(c,e):sW(PW,c,e);o=e,f=mW(r,n);var d=e.byteLength;if(void 0===i){if(d%n)throw new YW(JW);if((a=d-f)<0)throw new YW(JW)}else if((a=vW(i)*n)+f>d)throw new YW(JW);s=a/n}else s=yW(e),o=new HW(a=s*n);for(NW(t,{buffer:o,byteOffset:f,byteLength:a,length:s,view:new GW(o)});l<s;)h(t,l++)})),MW&&MW(c,XW),u=c.prototype=SW(VW)),u.constructor!==c&&pW(u,"constructor",c),FW(u).TypedArrayConstructor=c,qW&&pW(u,qW,i);var f=c!==s;l[i]=c,oW({global:!0,constructor:!0,forced:f,sham:!WW},l),QW in c||pW(c,QW,n),QW in u||pW(u,QW,n),IW(i)}):OG.exports=function(){},(0,OG.exports)("Float32",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Float64",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Int8",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Int16",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Int32",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Uint8",(function(t){return function(e,r,n){return t(this,e,r,n)}}),!0),(0,OG.exports)("Uint16",(function(t){return function(e,r,n){return t(this,e,r,n)}})),(0,OG.exports)("Uint32",(function(t){return function(e,r,n){return t(this,e,r,n)}}));var iq=dn,oq=nn,aq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("at",(function(t){var e=aq(this),r=iq(e),n=oq(t),i=n>=0?n:r+n;return i<0||i>=r?void 0:e[i]}));var sq=mb,cq=w(Wh),uq=sq.aTypedArray;(0,sq.exportTypedArrayMethod)("copyWithin",(function(t,e){return cq(uq(this),t,e,arguments.length>2?arguments[2]:void 0)}));var lq=Qo.every,hq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("every",(function(t){return lq(hq(this),t,arguments.length>1?arguments[1]:void 0)}));var fq=tf,dq=WG,pq=hi,gq=u,vq=i,yq=mb.aTypedArray,mq=mb.exportTypedArrayMethod,bq=w("".slice),xq=vq((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t}));mq("fill",(function(t){var e=arguments.length;yq(this);var r="Big"===bq(pq(this),0,3)?dq(t):+t;return gq(fq,this,r,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),xq);var wq=Sv,Aq=mb.getTypedArrayConstructor,_q=Qo.filter,kq=function(t,e){return wq(Aq(t),e)},Sq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("filter",(function(t){var e=_q(Sq(this),t,arguments.length>1?arguments[1]:void 0);return kq(this,e)}));var Eq=Qo.find,Mq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("find",(function(t){return Eq(Mq(this),t,arguments.length>1?arguments[1]:void 0)}));var Tq=Qo.findIndex,Pq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("findIndex",(function(t){return Tq(Pq(this),t,arguments.length>1?arguments[1]:void 0)}));var Oq=bf.findLast,Iq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("findLast",(function(t){return Oq(Iq(this),t,arguments.length>1?arguments[1]:void 0)}));var Cq=bf.findLastIndex,Rq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("findLastIndex",(function(t){return Cq(Rq(this),t,arguments.length>1?arguments[1]:void 0)}));var jq=Qo.forEach,Lq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("forEach",(function(t){jq(Lq(this),t,arguments.length>1?arguments[1]:void 0)})),(0,mb.exportTypedArrayStaticMethod)("from",iW,zG);var Dq=mn.includes,zq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("includes",(function(t){return Dq(zq(this),t,arguments.length>1?arguments[1]:void 0)}));var Nq=mn.indexOf,Fq=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("indexOf",(function(t){return Nq(Fq(this),t,arguments.length>1?arguments[1]:void 0)}));var Bq=r,Uq=i,Yq=w,Hq=mb,$q=dp,Gq=ee("iterator"),Wq=Bq.Uint8Array,qq=Yq($q.values),Xq=Yq($q.keys),Vq=Yq($q.entries),Kq=Hq.aTypedArray,Qq=Hq.exportTypedArrayMethod,Jq=Wq&&Wq.prototype,Zq=!Uq((function(){Jq[Gq].call([1])})),tX=!!Jq&&Jq.values&&Jq[Gq]===Jq.values&&"values"===Jq.values.name,eX=function(){return qq(Kq(this))};Qq("entries",(function(){return Vq(Kq(this))}),Zq),Qq("keys",(function(){return Xq(Kq(this))}),Zq),Qq("values",eX,Zq||!tX,{name:"values"}),Qq(Gq,eX,Zq||!tX,{name:"values"});var rX=mb.aTypedArray,nX=mb.exportTypedArrayMethod,iX=w([].join);nX("join",(function(t){return iX(rX(this),t)}));var oX=Ms,aX=Pp,sX=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("lastIndexOf",(function(t){var e=arguments.length;return oX(aX,sX(this),e>1?[t,arguments[1]]:[t])}));var cX=Qo.map,uX=mb.aTypedArray,lX=mb.getTypedArrayConstructor;(0,mb.exportTypedArrayMethod)("map",(function(t){return cX(uX(this),t,arguments.length>1?arguments[1]:void 0,(function(t,e){return new(lX(t))(e)}))}));var hX=mb.aTypedArrayConstructor;(0,mb.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,e=arguments.length,r=new(hX(this))(e);e>t;)r[t]=arguments[t++];return r}),zG);var fX=Kp.left,dX=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("reduce",(function(t){var e=arguments.length;return fX(dX(this),t,e,e>1?arguments[1]:void 0)}));var pX=Kp.right,gX=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("reduceRight",(function(t){var e=arguments.length;return pX(gX(this),t,e,e>1?arguments[1]:void 0)}));var vX=mb.aTypedArray,yX=mb.exportTypedArrayMethod,mX=Math.floor;yX("reverse",(function(){for(var t,e=this,r=vX(e).length,n=mX(r/2),i=0;i<n;)t=e[i],e[i++]=e[--r],e[r]=t;return e}));var bX=r,xX=u,wX=mb,AX=dn,_X=BG,kX=Nt,SX=i,EX=bX.RangeError,MX=bX.Int8Array,TX=MX&&MX.prototype,PX=TX&&TX.set,OX=wX.aTypedArray,IX=wX.exportTypedArrayMethod,CX=!SX((function(){var t=new Uint8ClampedArray(2);return xX(PX,t,{length:1,0:3},1),3!==t[1]})),RX=CX&&wX.NATIVE_ARRAY_BUFFER_VIEWS&&SX((function(){var t=new MX(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));IX("set",(function(t){OX(this);var e=_X(arguments.length>1?arguments[1]:void 0,1),r=kX(t);if(CX)return xX(PX,this,r,e);var n=this.length,i=AX(r),o=0;if(i+e>n)throw new EX("Wrong length");for(;o<i;)this[e+o]=r[o++]}),!CX||RX);var jX=Yi,LX=mb.aTypedArray,DX=mb.getTypedArrayConstructor;(0,mb.exportTypedArrayMethod)("slice",(function(t,e){for(var r=jX(LX(this),t,e),n=DX(this),i=0,o=r.length,a=new n(o);o>i;)a[i]=r[i++];return a}),i((function(){new Int8Array(1).slice()})));var zX=Qo.some,NX=mb.aTypedArray;(0,mb.exportTypedArrayMethod)("some",(function(t){return zX(NX(this),t,arguments.length>1?arguments[1]:void 0)}));var FX=yo,BX=i,UX=yt,YX=Mg,HX=Pg,$X=Og,GX=et,WX=Cg,qX=mb.aTypedArray,XX=mb.exportTypedArrayMethod,VX=r.Uint16Array,KX=VX&&FX(VX.prototype.sort),QX=!(!KX||BX((function(){KX(new VX(2),null)}))&&BX((function(){KX(new VX(2),{})}))),JX=!!KX&&!BX((function(){if(GX)return GX<74;if(HX)return HX<67;if($X)return!0;if(WX)return WX<602;var t,e,r=new VX(516),n=Array(516);for(t=0;t<516;t++)e=t%4,r[t]=515-t,n[t]=t-2*e+3;for(KX(r,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(r[t]!==n[t])return!0}));XX("sort",(function(t){return void 0!==t&&UX(t),JX?KX(this,t):YX(qX(this),function(t){return function(e,r){return void 0!==t?+t(e,r)||0:r!=r?-1:e!=e?1:0===e&&0===r?1/e>0&&1/r<0?1:-1:e>r}}(t))}),!JX||QX);var ZX=hn,tV=cn,eV=mb.aTypedArray,rV=mb.getTypedArrayConstructor;(0,mb.exportTypedArrayMethod)("subarray",(function(t,e){var r=eV(this),n=r.length,i=tV(t,n);return new(rV(r))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,ZX((void 0===e?n:tV(e,n))-i))}));var nV=Ms,iV=mb,oV=i,aV=Yi,sV=r.Int8Array,cV=iV.aTypedArray,uV=iV.exportTypedArrayMethod,lV=[].toLocaleString,hV=!!sV&&oV((function(){lV.call(new sV(1))}));uV("toLocaleString",(function(){return nV(lV,hV?aV(cV(this)):cV(this),aV(arguments))}),oV((function(){return[1,2].toLocaleString()!==new sV([1,2]).toLocaleString()}))||!oV((function(){sV.prototype.toLocaleString.call([1,2])})));var fV=bv,dV=mb.aTypedArray,pV=mb.getTypedArrayConstructor;(0,mb.exportTypedArrayMethod)("toReversed",(function(){return fV(dV(this),pV(this))}));var gV=yt,vV=Sv,yV=mb.aTypedArray,mV=mb.getTypedArrayConstructor,bV=mb.exportTypedArrayMethod,xV=w(mb.TypedArrayPrototype.sort);bV("toSorted",(function(t){void 0!==t&&gV(t);var e=yV(this),r=vV(mV(e),e);return xV(r,t)}));var wV=mb.exportTypedArrayMethod,AV=i,_V=w,kV=r.Uint8Array,SV=kV&&kV.prototype||{},EV=[].toString,MV=_V([].join);AV((function(){EV.call({})}))&&(EV=function(){return MV(this)});var TV=SV.toString!==EV;wV("toString",EV,TV);var PV=Zv,OV=HG,IV=nn,CV=WG,RV=mb.aTypedArray,jV=mb.getTypedArrayConstructor,LV=mb.exportTypedArrayMethod,DV=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(t){return 8===t}}();LV("with",{with:function(t,e){var r=RV(this),n=IV(t),i=OV(r)?CV(e):+e;return PV(r,jV(r),n,i)}}.with,!DV);var zV=ri,NV=w,FV=pi,BV=String.fromCharCode,UV=NV("".charAt),YV=NV(/./.exec),HV=NV("".slice),$V=/^[\da-f]{2}$/i,GV=/^[\da-f]{4}$/i;zV({global:!0},{unescape:function(t){for(var e,r,n=FV(t),i="",o=n.length,a=0;a<o;){if("%"===(e=UV(n,a++)))if("u"===UV(n,a)){if(r=HV(n,a+1,a+5),YV(GV,r)){i+=BV(parseInt(r,16)),a+=5;continue}}else if(r=HV(n,a,a+2),YV($V,r)){i+=BV(parseInt(r,16)),a+=2;continue}i+=e}return i}});var WV=w,qV=oy,XV=rS.exports.getWeakData,VV=cy,KV=Re,QV=I,JV=U,ZV=Rl,tK=Ut,eK=Pr.set,rK=Pr.getterFor,nK=Qo.find,iK=Qo.findIndex,oK=WV([].splice),aK=0,sK=function(t){return t.frozen||(t.frozen=new cK)},cK=function(){this.entries=[]},uK=function(t,e){return nK(t.entries,(function(t){return t[0]===e}))};cK.prototype={get:function(t){var e=uK(this,t);if(e)return e[1]},has:function(t){return!!uK(this,t)},set:function(t,e){var r=uK(this,t);r?r[1]=e:this.entries.push([t,e])},delete:function(t){var e=iK(this.entries,(function(e){return e[0]===t}));return~e&&oK(this.entries,e,1),!!~e}};var lK,hK={getConstructor:function(t,e,r,n){var i=t((function(t,i){VV(t,o),eK(t,{type:e,id:aK++,frozen:null}),QV(i)||ZV(i,t[n],{that:t,AS_ENTRIES:r})})),o=i.prototype,a=rK(e),s=function(t,e,r){var n=a(t),i=XV(KV(e),!0);return!0===i?sK(n).set(e,r):i[n.id]=r,t};return qV(o,{delete:function(t){var e=a(this);if(!JV(t))return!1;var r=XV(t);return!0===r?sK(e).delete(t):r&&tK(r,e.id)&&delete r[e.id]},has:function(t){var e=a(this);if(!JV(t))return!1;var r=XV(t);return!0===r?sK(e).has(t):r&&tK(r,e.id)}}),qV(o,r?{get:function(t){var e=a(this);if(JV(t)){var r=XV(t);if(!0===r)return sK(e).get(t);if(r)return r[e.id]}},set:function(t,e){return s(this,t,e)}}:{add:function(t){return s(this,t,!0)}}),i}},fK=lS,dK=r,pK=w,gK=oy,vK=rS.exports,yK=US,mK=hK,bK=U,xK=Pr.enforce,wK=i,AK=hr,_K=Object,kK=Array.isArray,SK=_K.isExtensible,EK=_K.isFrozen,MK=_K.isSealed,TK=_K.freeze,PK=_K.seal,OK=!dK.ActiveXObject&&"ActiveXObject"in dK,IK=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},CK=yK("WeakMap",IK,mK),RK=CK.prototype,jK=pK(RK.set);if(AK)if(OK){lK=mK.getConstructor(IK,"WeakMap",!0),vK.enable();var LK=pK(RK.delete),DK=pK(RK.has),zK=pK(RK.get);gK(RK,{delete:function(t){if(bK(t)&&!SK(t)){var e=xK(this);return e.frozen||(e.frozen=new lK),LK(this,t)||e.frozen.delete(t)}return LK(this,t)},has:function(t){if(bK(t)&&!SK(t)){var e=xK(this);return e.frozen||(e.frozen=new lK),DK(this,t)||e.frozen.has(t)}return DK(this,t)},get:function(t){if(bK(t)&&!SK(t)){var e=xK(this);return e.frozen||(e.frozen=new lK),DK(this,t)?zK(this,t):e.frozen.get(t)}return zK(this,t)},set:function(t,e){if(bK(t)&&!SK(t)){var r=xK(this);r.frozen||(r.frozen=new lK),DK(this,t)?jK(this,t,e):r.frozen.set(t,e)}else jK(this,t,e);return this}})}else fK&&wK((function(){var t=TK([]);return jK(new CK,t,1),!EK(t)}))&&gK(RK,{set:function(t,e){var r;return kK(t)&&(EK(t)?r=TK:MK(t)&&(r=PK)),jK(this,t,e),r&&r(t),this}});US("WeakSet",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),hK);var NK="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",FK=NK+"+/",BK=NK+"-_",UK=function(t){for(var e={},r=0;r<64;r++)e[t.charAt(r)]=r;return e},YK={i2c:FK,c2i:UK(FK),i2cUrl:BK,c2iUrl:UK(BK)},HK=ri,$K=r,GK=$,WK=w,qK=u,XK=i,VK=pi,KK=qI,QK=YK.c2i,JK=/[^\d+/a-z]/i,ZK=/[\t\n\f\r ]+/g,tQ=/[=]{1,2}$/,eQ=GK("atob"),rQ=String.fromCharCode,nQ=WK("".charAt),iQ=WK("".replace),oQ=WK(JK.exec),aQ=!!eQ&&!XK((function(){return"hi"!==eQ("aGk=")})),sQ=aQ&&XK((function(){return""!==eQ(" ")})),cQ=aQ&&!XK((function(){eQ("a")})),uQ=aQ&&!XK((function(){eQ()})),lQ=aQ&&1!==eQ.length;HK({global:!0,bind:!0,enumerable:!0,forced:!aQ||sQ||cQ||uQ||lQ},{atob:function(t){if(KK(arguments.length,1),aQ&&!sQ&&!cQ)return qK(eQ,$K,t);var e,r,n,i=iQ(VK(t),ZK,""),o="",a=0,s=0;if(i.length%4==0&&(i=iQ(i,tQ,"")),(e=i.length)%4==1||oQ(JK,i))throw new(GK("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;a<e;)r=nQ(i,a++),n=s%4?64*n+QK[r]:QK[r],s++%4&&(o+=rQ(255&n>>(-2*s&6)));return o}});var hQ=ri,fQ=r,dQ=$,pQ=w,gQ=u,vQ=i,yQ=pi,mQ=qI,bQ=YK.i2c,xQ=dQ("btoa"),wQ=pQ("".charAt),AQ=pQ("".charCodeAt),_Q=!!xQ&&!vQ((function(){return"aGk="!==xQ("hi")})),kQ=_Q&&!vQ((function(){xQ()})),SQ=_Q&&vQ((function(){return"bnVsbA=="!==xQ(null)})),EQ=_Q&&1!==xQ.length;hQ({global:!0,bind:!0,enumerable:!0,forced:!_Q||kQ||SQ||EQ},{btoa:function(t){if(mQ(arguments.length,1),_Q)return gQ(xQ,fQ,yQ(t));for(var e,r,n=yQ(t),i="",o=0,a=bQ;wQ(n,o)||(a="=",o%1);){if((r=AQ(n,o+=3/4))>255)throw new(dQ("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");i+=wQ(a,63&(e=e<<8|r)>>8-o%1*8)}return i}});var MQ={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},TQ=ve("span").classList,PQ=TQ&&TQ.constructor&&TQ.constructor.prototype,OQ=PQ===Object.prototype?void 0:PQ,IQ=r,CQ=MQ,RQ=OQ,jQ=Uf,LQ=qe,DQ=function(t){if(t&&t.forEach!==jQ)try{LQ(t,"forEach",jQ)}catch(e){t.forEach=jQ}};for(var zQ in CQ)CQ[zQ]&&DQ(IQ[zQ]&&IQ[zQ].prototype);DQ(RQ);var NQ=r,FQ=MQ,BQ=OQ,UQ=dp,YQ=qe,HQ=po,$Q=ee("iterator"),GQ=UQ.values,WQ=function(t,e){if(t){if(t[$Q]!==GQ)try{YQ(t,$Q,GQ)}catch(e){t[$Q]=GQ}if(HQ(t,e,!0),FQ[e])for(var r in UQ)if(t[r]!==UQ[r])try{YQ(t,r,UQ[r])}catch(e){t[r]=UQ[r]}}};for(var qQ in FQ)WQ(NQ[qQ]&&NQ[qQ].prototype,qQ);WQ(BQ,"DOMTokenList");var XQ={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}},VQ=ri,KQ=$,QQ=bx,JQ=i,ZQ=Bi,tJ=v,eJ=Te.f,rJ=Qr,nJ=Ki,iJ=Ut,oJ=cy,aJ=Re,sJ=Fu,cJ=Vc,uJ=XQ,lJ=iu,hJ=Pr,fJ=o,dJ="DOMException",pJ="DATA_CLONE_ERR",gJ=KQ("Error"),vJ=KQ(dJ)||function(){try{(new(KQ("MessageChannel")||QQ("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(t){if(t.name===pJ&&25===t.code)return t.constructor}}(),yJ=vJ&&vJ.prototype,mJ=gJ.prototype,bJ=hJ.set,xJ=hJ.getterFor(dJ),wJ="stack"in new gJ(dJ),AJ=function(t){return iJ(uJ,t)&&uJ[t].m?uJ[t].c:0},_J=function(){oJ(this,kJ);var t=arguments.length,e=cJ(t<1?void 0:arguments[0]),r=cJ(t<2?void 0:arguments[1],"Error"),n=AJ(r);if(bJ(this,{type:dJ,name:r,message:e,code:n}),fJ||(this.name=r,this.message=e,this.code=n),wJ){var i=new gJ(e);i.name=dJ,eJ(this,"stack",tJ(1,lJ(i.stack,1)))}},kJ=_J.prototype=ZQ(mJ),SJ=function(t){return{enumerable:!0,configurable:!0,get:t}},EJ=function(t){return SJ((function(){return xJ(this)[t]}))};fJ&&(nJ(kJ,"code",EJ("code")),nJ(kJ,"message",EJ("message")),nJ(kJ,"name",EJ("name"))),eJ(kJ,"constructor",tJ(1,_J));var MJ=JQ((function(){return!(new vJ instanceof gJ)})),TJ=MJ||JQ((function(){return mJ.toString!==sJ||"2: 1"!==String(new vJ(1,2))})),PJ=MJ||JQ((function(){return 25!==new vJ(1,"DataCloneError").code}));MJ||25!==vJ[pJ]||yJ[pJ];VQ({global:!0,constructor:!0,forced:MJ},{DOMException:MJ?_J:vJ});var OJ=KQ(dJ),IJ=OJ.prototype;for(var CJ in TJ&&vJ===OJ&&rJ(IJ,"toString",sJ),PJ&&fJ&&vJ===OJ&&nJ(IJ,"code",SJ((function(){return AJ(aJ(this).name)}))),uJ)if(iJ(uJ,CJ)){var RJ=uJ[CJ],jJ=RJ.s,LJ=tJ(6,RJ.c);iJ(OJ,jJ)||eJ(OJ,jJ,LJ),iJ(IJ,jJ)||eJ(IJ,jJ,LJ)}var DJ=ri,zJ=r,NJ=$,FJ=v,BJ=Te.f,UJ=Ut,YJ=cy,HJ=qc,$J=Vc,GJ=XQ,WJ=iu,qJ=o,XJ="DOMException",VJ=NJ("Error"),KJ=NJ(XJ),QJ=function(){YJ(this,JJ);var t=arguments.length,e=$J(t<1?void 0:arguments[0]),r=$J(t<2?void 0:arguments[1],"Error"),n=new KJ(e,r),i=new VJ(e);return i.name=XJ,BJ(n,"stack",FJ(1,WJ(i.stack,1))),HJ(n,this,QJ),n},JJ=QJ.prototype=KJ.prototype,ZJ="stack"in new VJ(XJ),tZ="stack"in new KJ(1,2),eZ=KJ&&qJ&&Object.getOwnPropertyDescriptor(zJ,XJ),rZ=!(!eZ||eZ.writable&&eZ.configurable),nZ=ZJ&&!rZ&&!tZ;DJ({global:!0,constructor:!0,forced:nZ},{DOMException:nZ?QJ:KJ});var iZ=NJ(XJ),oZ=iZ.prototype;if(oZ.constructor!==iZ)for(var aZ in BJ(oZ,"constructor",FJ(1,iZ)),GJ)if(UJ(GJ,aZ)){var sZ=GJ[aZ],cZ=sZ.s;UJ(iZ,cZ)||BJ(iZ,cZ,FJ(6,sZ.c))}var uZ="DOMException";po($(uZ),uZ);var lZ=wC.clear;ri({global:!0,bind:!0,enumerable:!0,forced:r.clearImmediate!==lZ},{clearImmediate:lZ});var hZ=r,fZ=Ms,dZ=F,pZ=eg,gZ=X,vZ=Yi,yZ=qI,mZ=hZ.Function,bZ=/MSIE .\./.test(gZ)||"BUN"===pZ&&function(){var t=hZ.Bun.version.split(".");return t.length<3||"0"===t[0]&&(t[1]<3||"3"===t[1]&&"0"===t[2])}(),xZ=function(t,e){var r=e?2:1;return bZ?function(n,i){var o=yZ(arguments.length,1)>r,a=dZ(n)?n:mZ(n),s=o?vZ(arguments,r):[],c=o?function(){fZ(a,this,s)}:a;return e?t(c,i):t(c)}:t},wZ=ri,AZ=r,_Z=wC.set,kZ=xZ,SZ=AZ.setImmediate?kZ(_Z,!1):_Z;wZ({global:!0,bind:!0,enumerable:!0,forced:AZ.setImmediate!==SZ},{setImmediate:SZ});var EZ=r,MZ=QC,TZ=yt,PZ=qI,OZ=o;ri({global:!0,enumerable:!0,dontCallGetSet:!0,forced:i((function(){return OZ&&1!==Object.getOwnPropertyDescriptor(EZ,"queueMicrotask").value.length}))},{queueMicrotask:function(t){PZ(arguments.length,1),MZ(TZ(t))}});var IZ=ri,CZ=r,RZ=Ki,jZ=o,LZ=TypeError,DZ=Object.defineProperty,zZ=CZ.self!==CZ;try{if(jZ){var NZ=Object.getOwnPropertyDescriptor(CZ,"self");!zZ&&NZ&&NZ.get&&NZ.enumerable||RZ(CZ,"self",{get:function(){return CZ},set:function(t){if(this!==CZ)throw new LZ("Illegal invocation");DZ(CZ,"self",{value:t,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else IZ({global:!0,simple:!0,forced:zZ},{self:CZ})}catch(t){}var FZ,BZ=ri,UZ=r,YZ=$,HZ=w,$Z=i,GZ=Wt,WZ=F,qZ=Do,XZ=I,VZ=U,KZ=ht,QZ=Rl,JZ=Re,ZZ=hi,t0=Ut,e0=bh,r0=qe,n0=dn,i0=qI,o0=OD,a0=oE,s0=nF,c0=gF,u0=Cx,l0=au,h0=kx,f0=UZ.Object,d0=UZ.Array,p0=UZ.Date,g0=UZ.Error,v0=UZ.TypeError,y0=UZ.PerformanceMark,m0=YZ("DOMException"),b0=a0.Map,x0=a0.has,w0=a0.get,A0=a0.set,_0=s0.Set,k0=s0.add,S0=s0.has,E0=YZ("Object","keys"),M0=HZ([].push),T0=HZ((!0).valueOf),P0=HZ(1..valueOf),O0=HZ("".valueOf),I0=HZ(p0.prototype.getTime),C0=GZ("structuredClone"),R0="DataCloneError",j0="Transferring",L0=function(t){return!$Z((function(){var e=new UZ.Set([7]),r=t(e),n=t(f0(7));return r===e||!r.has(7)||!VZ(n)||7!=+n}))&&t},D0=function(t,e){return!$Z((function(){var r=new e,n=t({a:r,b:r});return!(n&&n.a===n.b&&n.a instanceof e&&n.a.stack===r.stack)}))},z0=UZ.structuredClone,N0=!D0(z0,g0)||!D0(z0,m0)||(FZ=z0,!!$Z((function(){var t=FZ(new UZ.AggregateError([1],C0,{cause:3}));return"AggregateError"!==t.name||1!==t.errors[0]||t.message!==C0||3!==t.cause}))),F0=!z0&&L0((function(t){return new y0(C0,{detail:t}).detail})),B0=L0(z0)||F0,U0=function(t){throw new m0("Uncloneable type: "+t,R0)},Y0=function(t,e){throw new m0((e||"Cloning")+" of "+t+" cannot be properly polyfilled in this engine",R0)},H0=function(t,e){return B0||Y0(e),B0(t)},$0=function(t,e,r){if(x0(e,t))return w0(e,t);var n,i,o,a,s,c;if("SharedArrayBuffer"===(r||ZZ(t)))n=B0?B0(t):t;else{var u=UZ.DataView;u||WZ(t.slice)||Y0("ArrayBuffer");try{if(WZ(t.slice)&&!t.resizable)n=t.slice(0);else{i=t.byteLength,o="maxByteLength"in t?{maxByteLength:t.maxByteLength}:void 0,n=new ArrayBuffer(i,o),a=new u(t),s=new u(n);for(c=0;c<i;c++)s.setUint8(c,a.getUint8(c))}}catch(t){throw new m0("ArrayBuffer is detached",R0)}}return A0(e,t,n),n},G0=function(t,e){if(KZ(t)&&U0("Symbol"),!VZ(t))return t;if(e){if(x0(e,t))return w0(e,t)}else e=new b0;var r,n,i,o,a,s,c,u,l=ZZ(t);switch(l){case"Array":i=d0(n0(t));break;case"Object":i={};break;case"Map":i=new b0;break;case"Set":i=new _0;break;case"RegExp":i=new RegExp(t.source,o0(t));break;case"Error":switch(n=t.name){case"AggregateError":i=new(YZ(n))([]);break;case"EvalError":case"RangeError":case"ReferenceError":case"SuppressedError":case"SyntaxError":case"TypeError":case"URIError":i=new(YZ(n));break;case"CompileError":case"LinkError":case"RuntimeError":i=new(YZ("WebAssembly",n));break;default:i=new g0}break;case"DOMException":i=new m0(t.message,t.name);break;case"ArrayBuffer":case"SharedArrayBuffer":i=$0(t,e,l);break;case"DataView":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float16Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":s="DataView"===l?t.byteLength:t.length,i=function(t,e,r,n,i){var o=UZ[e];return VZ(o)||Y0(e),new o($0(t.buffer,i),r,n)}(t,l,t.byteOffset,s,e);break;case"DOMQuad":try{i=new DOMQuad(G0(t.p1,e),G0(t.p2,e),G0(t.p3,e),G0(t.p4,e))}catch(e){i=H0(t,l)}break;case"File":if(B0)try{i=B0(t),ZZ(i)!==l&&(i=void 0)}catch(t){}if(!i)try{i=new File([t],t.name,t)}catch(t){}i||Y0(l);break;case"FileList":if(o=function(){var t;try{t=new UZ.DataTransfer}catch(e){try{t=new UZ.ClipboardEvent("").clipboardData}catch(t){}}return t&&t.items&&t.files?t:null}()){for(a=0,s=n0(t);a<s;a++)o.items.add(G0(t[a],e));i=o.files}else i=H0(t,l);break;case"ImageData":try{i=new ImageData(G0(t.data,e),t.width,t.height,{colorSpace:t.colorSpace})}catch(e){i=H0(t,l)}break;default:if(B0)i=B0(t);else switch(l){case"BigInt":i=f0(t.valueOf());break;case"Boolean":i=f0(T0(t));break;case"Number":i=f0(P0(t));break;case"String":i=f0(O0(t));break;case"Date":i=new p0(I0(t));break;case"Blob":try{i=t.slice(0,t.size,t.type)}catch(t){Y0(l)}break;case"DOMPoint":case"DOMPointReadOnly":r=UZ[l];try{i=r.fromPoint?r.fromPoint(t):new r(t.x,t.y,t.z,t.w)}catch(t){Y0(l)}break;case"DOMRect":case"DOMRectReadOnly":r=UZ[l];try{i=r.fromRect?r.fromRect(t):new r(t.x,t.y,t.width,t.height)}catch(t){Y0(l)}break;case"DOMMatrix":case"DOMMatrixReadOnly":r=UZ[l];try{i=r.fromMatrix?r.fromMatrix(t):new r(t)}catch(t){Y0(l)}break;case"AudioData":case"VideoFrame":WZ(t.clone)||Y0(l);try{i=t.clone()}catch(t){U0(l)}break;case"CropTarget":case"CryptoKey":case"FileSystemDirectoryHandle":case"FileSystemFileHandle":case"FileSystemHandle":case"GPUCompilationInfo":case"GPUCompilationMessage":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":Y0(l);default:U0(l)}}switch(A0(e,t,i),l){case"Array":case"Object":for(c=E0(t),a=0,s=n0(c);a<s;a++)u=c[a],e0(i,u,G0(t[u],e));break;case"Map":t.forEach((function(t,r){A0(i,G0(r,e),G0(t,e))}));break;case"Set":t.forEach((function(t){k0(i,G0(t,e))}));break;case"Error":r0(i,"message",G0(t.message,e)),t0(t,"cause")&&r0(i,"cause",G0(t.cause,e)),"AggregateError"===n?i.errors=G0(t.errors,e):"SuppressedError"===n&&(i.error=G0(t.error,e),i.suppressed=G0(t.suppressed,e));case"DOMException":l0&&r0(i,"stack",G0(t.stack,e))}return i};BZ({global:!0,enumerable:!0,sham:!h0,forced:N0},{structuredClone:function(t){var e,r,n=i0(arguments.length,1)>1&&!XZ(arguments[1])?JZ(arguments[1]):void 0,i=n?n.transfer:void 0;void 0!==i&&(r=function(t,e){if(!VZ(t))throw new v0("Transfer option cannot be converted to a sequence");var r=[];QZ(t,(function(t){M0(r,JZ(t))}));for(var n,i,o,a,s,c=0,u=n0(r),l=new _0;c<u;){if(n=r[c++],"ArrayBuffer"===(i=ZZ(n))?S0(l,n):x0(e,n))throw new m0("Duplicate transferable",R0);if("ArrayBuffer"!==i){if(h0)a=z0(n,{transfer:[n]});else switch(i){case"ImageBitmap":o=UZ.OffscreenCanvas,qZ(o)||Y0(i,j0);try{(s=new o(n.width,n.height)).getContext("bitmaprenderer").transferFromImageBitmap(n),a=s.transferToImageBitmap()}catch(t){}break;case"AudioData":case"VideoFrame":WZ(n.clone)&&WZ(n.close)||Y0(i,j0);try{a=n.clone(),n.close()}catch(t){}break;case"MediaSourceHandle":case"MessagePort":case"MIDIAccess":case"OffscreenCanvas":case"ReadableStream":case"RTCDataChannel":case"TransformStream":case"WebTransportReceiveStream":case"WebTransportSendStream":case"WritableStream":Y0(i,j0)}if(void 0===a)throw new m0("This object cannot be transferred: "+i,R0);A0(e,n,a)}else k0(l,n)}return l}(i,e=new b0));var o=G0(t,e);return r&&function(t){c0(t,(function(t){h0?B0(t,{transfer:[t]}):WZ(t.transfer)?t.transfer():u0?u0(t):Y0("ArrayBuffer",j0)}))}(r),o}});var W0=ri,q0=r,X0=xZ(q0.setInterval,!0);W0({global:!0,bind:!0,forced:q0.setInterval!==X0},{setInterval:X0});var V0=ri,K0=r,Q0=xZ(K0.setTimeout,!0);V0({global:!0,bind:!0,forced:K0.setTimeout!==Q0},{setTimeout:Q0});var J0=i,Z0=o,t1=ee("iterator"),e1=!J0((function(){var t=new URL("b?a=1&b=2&c=3","https://a"),e=t.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return t.pathname="c%20d",e.forEach((function(t,r){e.delete("b"),n+=r+t})),r.delete("a",2),r.delete("b",void 0),!e.size&&!Z0||!e.sort||"https://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[t1]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host})),r1=w,n1=2147483647,i1=/[^\0-\u007E]/,o1=/[.\u3002\uFF0E\uFF61]/g,a1="Overflow: input needs wider integers to process",s1=RangeError,c1=r1(o1.exec),u1=Math.floor,l1=String.fromCharCode,h1=r1("".charCodeAt),f1=r1([].join),d1=r1([].push),p1=r1("".replace),g1=r1("".split),v1=r1("".toLowerCase),y1=function(t){return t+22+75*(t<26)},m1=function(t,e,r){var n=0;for(t=r?u1(t/700):t>>1,t+=u1(t/e);t>455;)t=u1(t/35),n+=36;return u1(n+36*t/(t+38))},b1=function(t){var e=[];t=function(t){for(var e=[],r=0,n=t.length;r<n;){var i=h1(t,r++);if(i>=55296&&i<=56319&&r<n){var o=h1(t,r++);56320==(64512&o)?d1(e,((1023&i)<<10)+(1023&o)+65536):(d1(e,i),r--)}else d1(e,i)}return e}(t);var r,n,i=t.length,o=128,a=0,s=72;for(r=0;r<t.length;r++)(n=t[r])<128&&d1(e,l1(n));var c=e.length,u=c;for(c&&d1(e,"-");u<i;){var l=n1;for(r=0;r<t.length;r++)(n=t[r])>=o&&n<l&&(l=n);var h=u+1;if(l-o>u1((n1-a)/h))throw new s1(a1);for(a+=(l-o)*h,o=l,r=0;r<t.length;r++){if((n=t[r])<o&&++a>n1)throw new s1(a1);if(n===o){for(var f=a,d=36;;){var p=d<=s?1:d>=s+26?26:d-s;if(f<p)break;var g=f-p,v=36-p;d1(e,l1(y1(p+g%v))),f=u1(g/v),d+=36}d1(e,l1(y1(f))),s=m1(a,h,u===c),a=0,u++}}a++,o++}return f1(e,"")},x1=ri,w1=r,A1=SC,_1=$,k1=u,S1=w,E1=o,M1=e1,T1=Qr,P1=Ki,O1=oy,I1=po,C1=jd,R1=Pr,j1=cy,L1=F,D1=Ut,z1=wo,N1=hi,F1=Re,B1=U,U1=pi,Y1=Bi,H1=v,$1=gl,G1=cl,W1=ep,q1=qI,X1=Mg,V1=ee("iterator"),K1="URLSearchParams",Q1=K1+"Iterator",J1=R1.set,Z1=R1.getterFor(K1),t2=R1.getterFor(Q1),e2=A1("fetch"),r2=A1("Request"),n2=A1("Headers"),i2=r2&&r2.prototype,o2=n2&&n2.prototype,a2=w1.TypeError,s2=w1.encodeURIComponent,c2=String.fromCharCode,u2=_1("String","fromCodePoint"),l2=parseInt,h2=S1("".charAt),f2=S1([].join),d2=S1([].push),p2=S1("".replace),g2=S1([].shift),v2=S1([].splice),y2=S1("".split),m2=S1("".slice),b2=S1(/./.exec),x2=/\+/g,w2=/^[0-9a-f]+$/i,A2=function(t,e){var r=m2(t,e,e+2);return b2(w2,r)?l2(r,16):NaN},_2=function(t){for(var e=0,r=128;r>0&&t&r;r>>=1)e++;return e},k2=function(t){var e=null;switch(t.length){case 1:e=t[0];break;case 2:e=(31&t[0])<<6|63&t[1];break;case 3:e=(15&t[0])<<12|(63&t[1])<<6|63&t[2];break;case 4:e=(7&t[0])<<18|(63&t[1])<<12|(63&t[2])<<6|63&t[3]}return e>1114111?null:e},S2=function(t){for(var e=(t=p2(t,x2," ")).length,r="",n=0;n<e;){var i=h2(t,n);if("%"===i){if("%"===h2(t,n+1)||n+3>e){r+="%",n++;continue}var o=A2(t,n+1);if(o!=o){r+=i,n++;continue}n+=2;var a=_2(o);if(0===a)i=c2(o);else{if(1===a||a>4){r+="�",n++;continue}for(var s=[o],c=1;c<a&&!(++n+3>e||"%"!==h2(t,n));){var u=A2(t,n+1);if(u!=u){n+=3;break}if(u>191||u<128)break;d2(s,u),n+=2,c++}if(s.length!==a){r+="�";continue}var l=k2(s);null===l?r+="�":i=u2(l)}}r+=i,n++}return r},E2=/[!'()~]|%20/g,M2={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},T2=function(t){return M2[t]},P2=function(t){return p2(s2(t),E2,T2)},O2=C1((function(t,e){J1(this,{type:Q1,target:Z1(t).entries,index:0,kind:e})}),K1,(function(){var t=t2(this),e=t.target,r=t.index++;if(!e||r>=e.length)return t.target=null,W1(void 0,!0);var n=e[r];switch(t.kind){case"keys":return W1(n.key,!1);case"values":return W1(n.value,!1)}return W1([n.key,n.value],!1)}),!0),I2=function(t){this.entries=[],this.url=null,void 0!==t&&(B1(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===h2(t,0)?m2(t,1):t:U1(t)))};I2.prototype={type:K1,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,r,n,i,o,a,s,c=this.entries,u=G1(t);if(u)for(r=(e=$1(t,u)).next;!(n=k1(r,e)).done;){if(o=(i=$1(F1(n.value))).next,(a=k1(o,i)).done||(s=k1(o,i)).done||!k1(o,i).done)throw new a2("Expected sequence with length 2");d2(c,{key:U1(a.value),value:U1(s.value)})}else for(var l in t)D1(t,l)&&d2(c,{key:l,value:U1(t[l])})},parseQuery:function(t){if(t)for(var e,r,n=this.entries,i=y2(t,"&"),o=0;o<i.length;)(e=i[o++]).length&&(r=y2(e,"="),d2(n,{key:S2(g2(r)),value:S2(f2(r,"="))}))},serialize:function(){for(var t,e=this.entries,r=[],n=0;n<e.length;)t=e[n++],d2(r,P2(t.key)+"="+P2(t.value));return f2(r,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var C2=function(){j1(this,R2);var t=J1(this,new I2(arguments.length>0?arguments[0]:void 0));E1||(this.size=t.entries.length)},R2=C2.prototype;if(O1(R2,{append:function(t,e){var r=Z1(this);q1(arguments.length,2),d2(r.entries,{key:U1(t),value:U1(e)}),E1||this.length++,r.updateURL()},delete:function(t){for(var e=Z1(this),r=q1(arguments.length,1),n=e.entries,i=U1(t),o=r<2?void 0:arguments[1],a=void 0===o?o:U1(o),s=0;s<n.length;){var c=n[s];if(c.key!==i||void 0!==a&&c.value!==a)s++;else if(v2(n,s,1),void 0!==a)break}E1||(this.size=n.length),e.updateURL()},get:function(t){var e=Z1(this).entries;q1(arguments.length,1);for(var r=U1(t),n=0;n<e.length;n++)if(e[n].key===r)return e[n].value;return null},getAll:function(t){var e=Z1(this).entries;q1(arguments.length,1);for(var r=U1(t),n=[],i=0;i<e.length;i++)e[i].key===r&&d2(n,e[i].value);return n},has:function(t){for(var e=Z1(this).entries,r=q1(arguments.length,1),n=U1(t),i=r<2?void 0:arguments[1],o=void 0===i?i:U1(i),a=0;a<e.length;){var s=e[a++];if(s.key===n&&(void 0===o||s.value===o))return!0}return!1},set:function(t,e){var r=Z1(this);q1(arguments.length,1);for(var n,i=r.entries,o=!1,a=U1(t),s=U1(e),c=0;c<i.length;c++)(n=i[c]).key===a&&(o?v2(i,c--,1):(o=!0,n.value=s));o||d2(i,{key:a,value:s}),E1||(this.size=i.length),r.updateURL()},sort:function(){var t=Z1(this);X1(t.entries,(function(t,e){return t.key>e.key?1:-1})),t.updateURL()},forEach:function(t){for(var e,r=Z1(this).entries,n=z1(t,arguments.length>1?arguments[1]:void 0),i=0;i<r.length;)n((e=r[i++]).value,e.key,this)},keys:function(){return new O2(this,"keys")},values:function(){return new O2(this,"values")},entries:function(){return new O2(this,"entries")}},{enumerable:!0}),T1(R2,V1,R2.entries,{name:"entries"}),T1(R2,"toString",(function(){return Z1(this).serialize()}),{enumerable:!0}),E1&&P1(R2,"size",{get:function(){return Z1(this).entries.length},configurable:!0,enumerable:!0}),I1(C2,K1),x1({global:!0,constructor:!0,forced:!M1},{URLSearchParams:C2}),!M1&&L1(n2)){var j2=S1(o2.has),L2=S1(o2.set),D2=function(t){if(B1(t)){var e,r=t.body;if(N1(r)===K1)return e=t.headers?new n2(t.headers):new n2,j2(e,"content-type")||L2(e,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),Y1(t,{body:H1(0,U1(r)),headers:H1(0,e)})}return t};if(L1(e2)&&x1({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(t){return e2(t,arguments.length>1?D2(arguments[1]):{})}}),L1(r2)){var z2=function(t){return j1(this,i2),new r2(t,arguments.length>1?D2(arguments[1]):{})};i2.constructor=z2,z2.prototype=i2,x1({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:z2})}}var N2,F2=ri,B2=o,U2=e1,Y2=r,H2=wo,$2=w,G2=Qr,W2=Ki,q2=cy,X2=Ut,V2=_P,K2=rd,Q2=Yi,J2=VB.codeAt,Z2=function(t){var e,r,n=[],i=g1(p1(v1(t),o1,"."),".");for(e=0;e<i.length;e++)r=i[e],d1(n,c1(i1,r)?"xn--"+b1(r):r);return f1(n,".")},t3=pi,e3=po,r3=qI,n3={URLSearchParams:C2,getState:Z1},i3=Pr,o3=i3.set,a3=i3.getterFor("URL"),s3=n3.URLSearchParams,c3=n3.getState,u3=Y2.URL,l3=Y2.TypeError,h3=Y2.parseInt,f3=Math.floor,d3=Math.pow,p3=$2("".charAt),g3=$2(/./.exec),v3=$2([].join),y3=$2(1..toString),m3=$2([].pop),b3=$2([].push),x3=$2("".replace),w3=$2([].shift),A3=$2("".split),_3=$2("".slice),k3=$2("".toLowerCase),S3=$2([].unshift),E3="Invalid scheme",M3="Invalid host",T3="Invalid port",P3=/[a-z]/i,O3=/[\d+-.a-z]/i,I3=/\d/,C3=/^0x/i,R3=/^[0-7]+$/,j3=/^\d+$/,L3=/^[\da-f]+$/i,D3=/[\0\t\n\r #%/:<>?@[\\\]^|]/,z3=/[\0\t\n\r #/:<>?@[\\\]^|]/,N3=/^[\u0000-\u0020]+/,F3=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,B3=/[\t\n\r]/g,U3=function(t){var e,r,n,i;if("number"==typeof t){for(e=[],r=0;r<4;r++)S3(e,t%256),t=f3(t/256);return v3(e,".")}if("object"==typeof t){for(e="",n=function(t){for(var e=null,r=1,n=null,i=0,o=0;o<8;o++)0!==t[o]?(i>r&&(e=n,r=i),n=null,i=0):(null===n&&(n=o),++i);return i>r?n:e}(t),r=0;r<8;r++)i&&0===t[r]||(i&&(i=!1),n===r?(e+=r?":":"::",i=!0):(e+=y3(t[r],16),r<7&&(e+=":")));return"["+e+"]"}return t},Y3={},H3=V2({},Y3,{" ":1,'"':1,"<":1,">":1,"`":1}),$3=V2({},H3,{"#":1,"?":1,"{":1,"}":1}),G3=V2({},$3,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),W3=function(t,e){var r=J2(t,0);return r>32&&r<127&&!X2(e,t)?t:encodeURIComponent(t)},q3={ftp:21,file:null,http:80,https:443,ws:80,wss:443},X3=function(t,e){var r;return 2===t.length&&g3(P3,p3(t,0))&&(":"===(r=p3(t,1))||!e&&"|"===r)},V3=function(t){var e;return t.length>1&&X3(_3(t,0,2))&&(2===t.length||"/"===(e=p3(t,2))||"\\"===e||"?"===e||"#"===e)},K3=function(t){return"."===t||"%2e"===k3(t)},Q3={},J3={},Z3={},t4={},e4={},r4={},n4={},i4={},o4={},a4={},s4={},c4={},u4={},l4={},h4={},f4={},d4={},p4={},g4={},v4={},y4={},m4=function(t,e,r){var n,i,o,a=t3(t);if(e){if(i=this.parse(a))throw new l3(i);this.searchParams=null}else{if(void 0!==r&&(n=new m4(r,!0)),i=this.parse(a,null,n))throw new l3(i);(o=c3(new s3)).bindURL(this),this.searchParams=o}};m4.prototype={type:"URL",parse:function(t,e,r){var n,i,o,a,s,c=this,u=e||Q3,l=0,h="",f=!1,d=!1,p=!1;for(t=t3(t),e||(c.scheme="",c.username="",c.password="",c.host=null,c.port=null,c.path=[],c.query=null,c.fragment=null,c.cannotBeABaseURL=!1,t=x3(t,N3,""),t=x3(t,F3,"$1")),t=x3(t,B3,""),n=K2(t);l<=n.length;){switch(i=n[l],u){case Q3:if(!i||!g3(P3,i)){if(e)return E3;u=Z3;continue}h+=k3(i),u=J3;break;case J3:if(i&&(g3(O3,i)||"+"===i||"-"===i||"."===i))h+=k3(i);else{if(":"!==i){if(e)return E3;h="",u=Z3,l=0;continue}if(e&&(c.isSpecial()!==X2(q3,h)||"file"===h&&(c.includesCredentials()||null!==c.port)||"file"===c.scheme&&!c.host))return;if(c.scheme=h,e)return void(c.isSpecial()&&q3[c.scheme]===c.port&&(c.port=null));h="","file"===c.scheme?u=l4:c.isSpecial()&&r&&r.scheme===c.scheme?u=t4:c.isSpecial()?u=i4:"/"===n[l+1]?(u=e4,l++):(c.cannotBeABaseURL=!0,b3(c.path,""),u=g4)}break;case Z3:if(!r||r.cannotBeABaseURL&&"#"!==i)return E3;if(r.cannotBeABaseURL&&"#"===i){c.scheme=r.scheme,c.path=Q2(r.path),c.query=r.query,c.fragment="",c.cannotBeABaseURL=!0,u=y4;break}u="file"===r.scheme?l4:r4;continue;case t4:if("/"!==i||"/"!==n[l+1]){u=r4;continue}u=o4,l++;break;case e4:if("/"===i){u=a4;break}u=p4;continue;case r4:if(c.scheme=r.scheme,i===N2)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=Q2(r.path),c.query=r.query;else if("/"===i||"\\"===i&&c.isSpecial())u=n4;else if("?"===i)c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=Q2(r.path),c.query="",u=v4;else{if("#"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=Q2(r.path),c.path.length--,u=p4;continue}c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,c.path=Q2(r.path),c.query=r.query,c.fragment="",u=y4}break;case n4:if(!c.isSpecial()||"/"!==i&&"\\"!==i){if("/"!==i){c.username=r.username,c.password=r.password,c.host=r.host,c.port=r.port,u=p4;continue}u=a4}else u=o4;break;case i4:if(u=o4,"/"!==i||"/"!==p3(h,l+1))continue;l++;break;case o4:if("/"!==i&&"\\"!==i){u=a4;continue}break;case a4:if("@"===i){f&&(h="%40"+h),f=!0,o=K2(h);for(var g=0;g<o.length;g++){var v=o[g];if(":"!==v||p){var y=W3(v,G3);p?c.password+=y:c.username+=y}else p=!0}h=""}else if(i===N2||"/"===i||"?"===i||"#"===i||"\\"===i&&c.isSpecial()){if(f&&""===h)return"Invalid authority";l-=K2(h).length+1,h="",u=s4}else h+=i;break;case s4:case c4:if(e&&"file"===c.scheme){u=f4;continue}if(":"!==i||d){if(i===N2||"/"===i||"?"===i||"#"===i||"\\"===i&&c.isSpecial()){if(c.isSpecial()&&""===h)return M3;if(e&&""===h&&(c.includesCredentials()||null!==c.port))return;if(a=c.parseHost(h))return a;if(h="",u=d4,e)return;continue}"["===i?d=!0:"]"===i&&(d=!1),h+=i}else{if(""===h)return M3;if(a=c.parseHost(h))return a;if(h="",u=u4,e===c4)return}break;case u4:if(!g3(I3,i)){if(i===N2||"/"===i||"?"===i||"#"===i||"\\"===i&&c.isSpecial()||e){if(""!==h){var m=h3(h,10);if(m>65535)return T3;c.port=c.isSpecial()&&m===q3[c.scheme]?null:m,h=""}if(e)return;u=d4;continue}return T3}h+=i;break;case l4:if(c.scheme="file","/"===i||"\\"===i)u=h4;else{if(!r||"file"!==r.scheme){u=p4;continue}switch(i){case N2:c.host=r.host,c.path=Q2(r.path),c.query=r.query;break;case"?":c.host=r.host,c.path=Q2(r.path),c.query="",u=v4;break;case"#":c.host=r.host,c.path=Q2(r.path),c.query=r.query,c.fragment="",u=y4;break;default:V3(v3(Q2(n,l),""))||(c.host=r.host,c.path=Q2(r.path),c.shortenPath()),u=p4;continue}}break;case h4:if("/"===i||"\\"===i){u=f4;break}r&&"file"===r.scheme&&!V3(v3(Q2(n,l),""))&&(X3(r.path[0],!0)?b3(c.path,r.path[0]):c.host=r.host),u=p4;continue;case f4:if(i===N2||"/"===i||"\\"===i||"?"===i||"#"===i){if(!e&&X3(h))u=p4;else if(""===h){if(c.host="",e)return;u=d4}else{if(a=c.parseHost(h))return a;if("localhost"===c.host&&(c.host=""),e)return;h="",u=d4}continue}h+=i;break;case d4:if(c.isSpecial()){if(u=p4,"/"!==i&&"\\"!==i)continue}else if(e||"?"!==i)if(e||"#"!==i){if(i!==N2&&(u=p4,"/"!==i))continue}else c.fragment="",u=y4;else c.query="",u=v4;break;case p4:if(i===N2||"/"===i||"\\"===i&&c.isSpecial()||!e&&("?"===i||"#"===i)){if(".."===(s=k3(s=h))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(c.shortenPath(),"/"===i||"\\"===i&&c.isSpecial()||b3(c.path,"")):K3(h)?"/"===i||"\\"===i&&c.isSpecial()||b3(c.path,""):("file"===c.scheme&&!c.path.length&&X3(h)&&(c.host&&(c.host=""),h=p3(h,0)+":"),b3(c.path,h)),h="","file"===c.scheme&&(i===N2||"?"===i||"#"===i))for(;c.path.length>1&&""===c.path[0];)w3(c.path);"?"===i?(c.query="",u=v4):"#"===i&&(c.fragment="",u=y4)}else h+=W3(i,$3);break;case g4:"?"===i?(c.query="",u=v4):"#"===i?(c.fragment="",u=y4):i!==N2&&(c.path[0]+=W3(i,Y3));break;case v4:e||"#"!==i?i!==N2&&("'"===i&&c.isSpecial()?c.query+="%27":c.query+="#"===i?"%23":W3(i,Y3)):(c.fragment="",u=y4);break;case y4:i!==N2&&(c.fragment+=W3(i,H3))}l++}},parseHost:function(t){var e,r,n;if("["===p3(t,0)){if("]"!==p3(t,t.length-1))return M3;if(e=function(t){var e,r,n,i,o,a,s,c=[0,0,0,0,0,0,0,0],u=0,l=null,h=0,f=function(){return p3(t,h)};if(":"===f()){if(":"!==p3(t,1))return;h+=2,l=++u}for(;f();){if(8===u)return;if(":"!==f()){for(e=r=0;r<4&&g3(L3,f());)e=16*e+h3(f(),16),h++,r++;if("."===f()){if(0===r)return;if(h-=r,u>6)return;for(n=0;f();){if(i=null,n>0){if(!("."===f()&&n<4))return;h++}if(!g3(I3,f()))return;for(;g3(I3,f());){if(o=h3(f(),10),null===i)i=o;else{if(0===i)return;i=10*i+o}if(i>255)return;h++}c[u]=256*c[u]+i,2!=++n&&4!==n||u++}if(4!==n)return;break}if(":"===f()){if(h++,!f())return}else if(f())return;c[u++]=e}else{if(null!==l)return;h++,l=++u}}if(null!==l)for(a=u-l,u=7;0!==u&&a>0;)s=c[u],c[u--]=c[l+a-1],c[l+--a]=s;else if(8!==u)return;return c}(_3(t,1,-1)),!e)return M3;this.host=e}else if(this.isSpecial()){if(t=Z2(t),g3(D3,t))return M3;if(e=function(t){var e,r,n,i,o,a,s,c=A3(t,".");if(c.length&&""===c[c.length-1]&&c.length--,(e=c.length)>4)return t;for(r=[],n=0;n<e;n++){if(""===(i=c[n]))return t;if(o=10,i.length>1&&"0"===p3(i,0)&&(o=g3(C3,i)?16:8,i=_3(i,8===o?1:2)),""===i)a=0;else{if(!g3(10===o?j3:8===o?R3:L3,i))return t;a=h3(i,o)}b3(r,a)}for(n=0;n<e;n++)if(a=r[n],n===e-1){if(a>=d3(256,5-e))return null}else if(a>255)return null;for(s=m3(r),n=0;n<r.length;n++)s+=r[n]*d3(256,3-n);return s}(t),null===e)return M3;this.host=e}else{if(g3(z3,t))return M3;for(e="",r=K2(t),n=0;n<r.length;n++)e+=W3(r[n],Y3);this.host=e}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||"file"===this.scheme},includesCredentials:function(){return""!==this.username||""!==this.password},isSpecial:function(){return X2(q3,this.scheme)},shortenPath:function(){var t=this.path,e=t.length;!e||"file"===this.scheme&&1===e&&X3(t[0],!0)||t.length--},serialize:function(){var t=this,e=t.scheme,r=t.username,n=t.password,i=t.host,o=t.port,a=t.path,s=t.query,c=t.fragment,u=e+":";return null!==i?(u+="//",t.includesCredentials()&&(u+=r+(n?":"+n:"")+"@"),u+=U3(i),null!==o&&(u+=":"+o)):"file"===e&&(u+="//"),u+=t.cannotBeABaseURL?a[0]:a.length?"/"+v3(a,"/"):"",null!==s&&(u+="?"+s),null!==c&&(u+="#"+c),u},setHref:function(t){var e=this.parse(t);if(e)throw new l3(e);this.searchParams.update()},getOrigin:function(){var t=this.scheme,e=this.port;if("blob"===t)try{return new b4(t.path[0]).origin}catch(t){return"null"}return"file"!==t&&this.isSpecial()?t+"://"+U3(this.host)+(null!==e?":"+e:""):"null"},getProtocol:function(){return this.scheme+":"},setProtocol:function(t){this.parse(t3(t)+":",Q3)},getUsername:function(){return this.username},setUsername:function(t){var e=K2(t3(t));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var r=0;r<e.length;r++)this.username+=W3(e[r],G3)}},getPassword:function(){return this.password},setPassword:function(t){var e=K2(t3(t));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var r=0;r<e.length;r++)this.password+=W3(e[r],G3)}},getHost:function(){var t=this.host,e=this.port;return null===t?"":null===e?U3(t):U3(t)+":"+e},setHost:function(t){this.cannotBeABaseURL||this.parse(t,s4)},getHostname:function(){var t=this.host;return null===t?"":U3(t)},setHostname:function(t){this.cannotBeABaseURL||this.parse(t,c4)},getPort:function(){var t=this.port;return null===t?"":t3(t)},setPort:function(t){this.cannotHaveUsernamePasswordPort()||(""===(t=t3(t))?this.port=null:this.parse(t,u4))},getPathname:function(){var t=this.path;return this.cannotBeABaseURL?t[0]:t.length?"/"+v3(t,"/"):""},setPathname:function(t){this.cannotBeABaseURL||(this.path=[],this.parse(t,d4))},getSearch:function(){var t=this.query;return t?"?"+t:""},setSearch:function(t){""===(t=t3(t))?this.query=null:("?"===p3(t,0)&&(t=_3(t,1)),this.query="",this.parse(t,v4)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var t=this.fragment;return t?"#"+t:""},setHash:function(t){""!==(t=t3(t))?("#"===p3(t,0)&&(t=_3(t,1)),this.fragment="",this.parse(t,y4)):this.fragment=null},update:function(){this.query=this.searchParams.serialize()||null}};var b4=function(t){var e=q2(this,x4),r=r3(arguments.length,1)>1?arguments[1]:void 0,n=o3(e,new m4(t,!1,r));B2||(e.href=n.serialize(),e.origin=n.getOrigin(),e.protocol=n.getProtocol(),e.username=n.getUsername(),e.password=n.getPassword(),e.host=n.getHost(),e.hostname=n.getHostname(),e.port=n.getPort(),e.pathname=n.getPathname(),e.search=n.getSearch(),e.searchParams=n.getSearchParams(),e.hash=n.getHash())},x4=b4.prototype,w4=function(t,e){return{get:function(){return a3(this)[t]()},set:e&&function(t){return a3(this)[e](t)},configurable:!0,enumerable:!0}};if(B2&&(W2(x4,"href",w4("serialize","setHref")),W2(x4,"origin",w4("getOrigin")),W2(x4,"protocol",w4("getProtocol","setProtocol")),W2(x4,"username",w4("getUsername","setUsername")),W2(x4,"password",w4("getPassword","setPassword")),W2(x4,"host",w4("getHost","setHost")),W2(x4,"hostname",w4("getHostname","setHostname")),W2(x4,"port",w4("getPort","setPort")),W2(x4,"pathname",w4("getPathname","setPathname")),W2(x4,"search",w4("getSearch","setSearch")),W2(x4,"searchParams",w4("getSearchParams")),W2(x4,"hash",w4("getHash","setHash"))),G2(x4,"toJSON",(function(){return a3(this).serialize()}),{enumerable:!0}),G2(x4,"toString",(function(){return a3(this).serialize()}),{enumerable:!0}),u3){var A4=u3.createObjectURL,_4=u3.revokeObjectURL;A4&&G2(b4,"createObjectURL",H2(A4,u3)),_4&&G2(b4,"revokeObjectURL",H2(_4,u3))}e3(b4,"URL"),F2({global:!0,constructor:!0,forced:!U2,sham:!B2},{URL:b4});var k4=ri,S4=i,E4=qI,M4=pi,T4=e1,P4=$("URL"),O4=T4&&S4((function(){P4.canParse()})),I4=S4((function(){return 1!==P4.canParse.length}));k4({target:"URL",stat:!0,forced:!O4||I4},{canParse:function(t){var e=E4(arguments.length,1),r=M4(t),n=e<2||void 0===arguments[1]?void 0:M4(arguments[1]);try{return!!new P4(r,n)}catch(t){return!1}}});var C4=ri,R4=qI,j4=pi,L4=e1,D4=$("URL");C4({target:"URL",stat:!0,forced:!L4},{parse:function(t){var e=R4(arguments.length,1),r=j4(t),n=e<2||void 0===arguments[1]?void 0:j4(arguments[1]);try{return new D4(r,n)}catch(t){return null}}});var z4=u;ri({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return z4(URL.prototype.toString,this)}});var N4=Qr,F4=w,B4=pi,U4=qI,Y4=URLSearchParams,H4=Y4.prototype,$4=F4(H4.append),G4=F4(H4.delete),W4=F4(H4.forEach),q4=F4([].push),X4=new Y4("a=1&a=2&b=3");X4.delete("a",1),X4.delete("b",void 0),X4+""!="a=2"&&N4(H4,"delete",(function(t){var e=arguments.length,r=e<2?void 0:arguments[1];if(e&&void 0===r)return G4(this,t);var n=[];W4(this,(function(t,e){q4(n,{key:e,value:t})})),U4(e,1);for(var i,o=B4(t),a=B4(r),s=0,c=0,u=!1,l=n.length;s<l;)i=n[s++],u||i.key===o?(u=!0,G4(this,i.key)):c++;for(;c<l;)(i=n[c++]).key===o&&i.value===a||$4(this,i.key,i.value)}),{enumerable:!0,unsafe:!0});var V4=Qr,K4=w,Q4=pi,J4=qI,Z4=URLSearchParams,t5=Z4.prototype,e5=K4(t5.getAll),r5=K4(t5.has),n5=new Z4("a=1");!n5.has("a",2)&&n5.has("a",void 0)||V4(t5,"has",(function(t){var e=arguments.length,r=e<2?void 0:arguments[1];if(e&&void 0===r)return r5(this,t);var n=e5(this,t);J4(e,1);for(var i=Q4(r),o=0;o<n.length;)if(n[o++]===i)return!0;return!1}),{enumerable:!0,unsafe:!0});var i5=o,o5=w,a5=Ki,s5=URLSearchParams.prototype,c5=o5(s5.forEach);i5&&!("size"in s5)&&a5(s5,"size",{get:function(){var t=0;return c5(this,(function(){t++})),t},configurable:!0,enumerable:!0});!function(t){var e=function(t){var e,r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,r){return t[e]=r}}function l(t,e,r,n){var o=e&&e.prototype instanceof y?e:y,a=Object.create(o.prototype),s=new O(n||[]);return i(a,"_invoke",{value:E(t,r,s)}),a}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var f="suspendedStart",d="suspendedYield",p="executing",g="completed",v={};function y(){}function m(){}function b(){}var x={};u(x,a,(function(){return this}));var w=Object.getPrototypeOf,A=w&&w(w(I([])));A&&A!==r&&n.call(A,a)&&(x=A);var _=b.prototype=y.prototype=Object.create(x);function k(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function r(i,o,a,s){var c=h(t[i],t,o);if("throw"!==c.type){var u=c.arg,l=u.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,s)}),(function(t){r("throw",t,a,s)})):e.resolve(l).then((function(t){u.value=t,a(u)}),(function(t){return r("throw",t,a,s)}))}s(c.arg)}var o;i(this,"_invoke",{value:function(t,n){function i(){return new e((function(e,i){r(t,n,e,i)}))}return o=o?o.then(i,i):i()}})}function E(t,e,r){var n=f;return function(i,o){if(n===p)throw new Error("Generator is already running");if(n===g){if("throw"===i)throw o;return C()}for(r.method=i,r.arg=o;;){var a=r.delegate;if(a){var s=M(a,r);if(s){if(s===v)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===f)throw n=g,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=p;var c=h(t,e,r);if("normal"===c.type){if(n=r.done?g:d,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n=g,r.method="throw",r.arg=c.arg)}}}function M(t,r){var n=r.method,i=t.iterator[n];if(i===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,M(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),v;var o=h(i,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,v;var a=o.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,v):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,v)}function T(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function P(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(T,this),this.reset(!0)}function I(t){if(t){var r=t[a];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function r(){for(;++i<t.length;)if(n.call(t,i))return r.value=t[i],r.done=!1,r;return r.value=e,r.done=!0,r};return o.next=o}}return{next:C}}function C(){return{value:e,done:!0}}return m.prototype=b,i(_,"constructor",{value:b,configurable:!0}),i(b,"constructor",{value:m,configurable:!0}),m.displayName=u(b,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===m||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,u(t,c,"GeneratorFunction")),t.prototype=Object.create(_),t},t.awrap=function(t){return{__await:t}},k(S.prototype),u(S.prototype,s,(function(){return this})),t.AsyncIterator=S,t.async=function(e,r,n,i,o){void 0===o&&(o=Promise);var a=new S(l(e,r,n,i),o);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},k(_),u(_,c,"Generator"),u(_,a,(function(){return this})),u(_,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=I,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(P),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function i(n,i){return s.type="throw",s.arg=t,r.next=n,i&&(r.method="next",r.arg=e),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var c=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,v):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),P(r),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;P(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),v}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}({exports:{}}),(()=>{function t(t,r,n,i,o){if(![t,r,n,i].every((t=>Number.isFinite(t))))return;let a,s,c,u;if(o=function(t){const e=typeof t;if("undefined"===e||null===t)return[0];if("function"===e)return[NaN];if("object"===e)return"function"==typeof t[Symbol.iterator]?[...t].map((t=>{const e=typeof t;return"undefined"===e||null===t?0:"function"===e?NaN:"object"===e?f(t):d(t)})):[f(t)];return[d(t)]}(o),4===o.length)a=p(o[0]),s=p(o[1]),c=p(o[2]),u=p(o[3]);else if(3===o.length)a=p(o[0]),s=p(o[1]),u=p(o[1]),c=p(o[2]);else if(2===o.length)a=p(o[0]),c=p(o[0]),s=p(o[1]),u=p(o[1]);else{if(1!==o.length)throw new RangeError(`${e(this)} ${o.length} is not a valid size for radii sequence.`);a=p(o[0]),s=p(o[0]),c=p(o[0]),u=p(o[0])}const l=[a,s,c,u],h=l.find((({x:t,y:e})=>t<0||e<0));if(h?.x<0&&h.x,!l.some((({x:t,y:e})=>!Number.isFinite(t)||!Number.isFinite(e)))){if(h)throw new RangeError(`${e(this)} Radius value ${h} is negative.`);!function(t){const[e,r,o,a]=t,s=[Math.abs(n)/(e.x+r.x),Math.abs(i)/(r.y+o.y),Math.abs(n)/(o.x+a.x),Math.abs(i)/(e.y+a.y)],c=Math.min(...s);if(c<=1)for(const e of t)e.x*=c,e.y*=c}(l),n<0&&i<0?(this.moveTo(t-a.x,r),this.ellipse(t+n+s.x,r-s.y,s.x,s.y,0,1.5*-Math.PI,-Math.PI),this.ellipse(t+n+c.x,r+i+c.y,c.x,c.y,0,-Math.PI,-Math.PI/2),this.ellipse(t-u.x,r+i+u.y,u.x,u.y,0,-Math.PI/2,0),this.ellipse(t-a.x,r-a.y,a.x,a.y,0,0,-Math.PI/2)):n<0?(this.moveTo(t-a.x,r),this.ellipse(t+n+s.x,r+s.y,s.x,s.y,0,-Math.PI/2,-Math.PI,1),this.ellipse(t+n+c.x,r+i-c.y,c.x,c.y,0,-Math.PI,1.5*-Math.PI,1),this.ellipse(t-u.x,r+i-u.y,u.x,u.y,0,Math.PI/2,0,1),this.ellipse(t-a.x,r+a.y,a.x,a.y,0,0,-Math.PI/2,1)):i<0?(this.moveTo(t+a.x,r),this.ellipse(t+n-s.x,r-s.y,s.x,s.y,0,Math.PI/2,0,1),this.ellipse(t+n-c.x,r+i+c.y,c.x,c.y,0,0,-Math.PI/2,1),this.ellipse(t+u.x,r+i+u.y,u.x,u.y,0,-Math.PI/2,-Math.PI,1),this.ellipse(t+a.x,r-a.y,a.x,a.y,0,-Math.PI,1.5*-Math.PI,1)):(this.moveTo(t+a.x,r),this.ellipse(t+n-s.x,r+s.y,s.x,s.y,0,-Math.PI/2,0),this.ellipse(t+n-c.x,r+i-c.y,c.x,c.y,0,0,Math.PI/2),this.ellipse(t+u.x,r+i-u.y,u.x,u.y,0,Math.PI/2,Math.PI),this.ellipse(t+a.x,r+a.y,a.x,a.y,0,Math.PI,1.5*Math.PI)),this.closePath(),this.moveTo(t,r)}function f(t){const{x:e,y:r,z:n,w:i}=t;return{x:e,y:r,z:n,w:i}}function d(t){return+t}function p(t){const e=d(t);return Number.isFinite(e)?{x:e,y:e}:Object(t)===t?{x:d(t.x??0),y:d(t.y??0)}:{x:NaN,y:NaN}}}function e(t){return`Failed to execute 'roundRect' on '${function(t){return Object(t)===t&&t instanceof Path2D?"Path2D":t instanceof globalThis?.CanvasRenderingContext2D?"CanvasRenderingContext2D":t instanceof globalThis?.OffscreenCanvasRenderingContext2D?"OffscreenCanvasRenderingContext2D":t?.constructor.name||t}(t)}':`}Path2D.prototype.roundRect??=t,globalThis.CanvasRenderingContext2D&&(globalThis.CanvasRenderingContext2D.prototype.roundRect??=t),globalThis.OffscreenCanvasRenderingContext2D&&(globalThis.OffscreenCanvasRenderingContext2D.prototype.roundRect??=t)})();var u5="done";function l5(t,e){return t===e||t!=t&&e!=e}function h5(t,e){for(var r=t.length;r--;)if(l5(t[r][0],e))return r;return-1}"function"!=typeof Object.assign&&(Object.assign=function(t){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),r=1;r<arguments.length;r++){var n=arguments[r];if(null!=n)for(var i in n)n.hasOwnProperty(i)&&(e[i]=n[i])}return e}),"function"!=typeof Object.values&&(Object.values=function(t){let e=[];for(let r in t)e.push(t[r]);return e}),"function"!=typeof Object.keys&&(Object.values=function(t){let e=[];for(let r in t)e.push(r);return e}),"undefined"!=typeof CanvasRenderingContext2D&&null==CanvasRenderingContext2D.prototype.ellipse&&(CanvasRenderingContext2D.prototype.ellipse=function(t,e,r,n,i,o,a,s){this.save(),this.translate(t,e),this.rotate(i),this.translate(-r,-n),this.scale(r,n),this.arc(1,1,1,o,a,s),this.restore()}),function(){for(var t=0,e=["ms","moz","webkit","o"],r=0;r<e.length&&!window.requestAnimationFrame;++r)window.requestAnimationFrame=window[e[r]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[e[r]+"CancelAnimationFrame"]||window[e[r]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(console.warn("requestAnimationFrame not supported"),window.requestAnimationFrame=function(e,r){var n=performance.now(),i=Math.max(0,33-(n-t)),o=window.setTimeout((function(){e(n+i)}),i);return t=n+i,o}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(t){clearTimeout(t)})}(),String.prototype.startsWith||(String.prototype.startsWith=function(t,e){return e=e||0,this.substr(e,t.length)===t});var f5=Array.prototype.splice;function d5(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}d5.prototype.clear=function(){this.__data__=[],this.size=0},d5.prototype.delete=function(t){var e=this.__data__,r=h5(e,t);return!(r<0)&&(r==e.length-1?e.pop():f5.call(e,r,1),--this.size,!0)},d5.prototype.get=function(t){var e=this.__data__,r=h5(e,t);return r<0?void 0:e[r][1]},d5.prototype.has=function(t){return h5(this.__data__,t)>-1},d5.prototype.set=function(t,e){var r=this.__data__,n=h5(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this};var p5="object"==typeof global&&global&&global.Object===Object&&global,g5="object"==typeof self&&self&&self.Object===Object&&self,v5=p5||g5||Function("return this")(),y5=v5.Symbol,m5=Object.prototype,b5=m5.hasOwnProperty,x5=m5.toString,w5=y5?y5.toStringTag:void 0;var A5=Object.prototype.toString;var _5=y5?y5.toStringTag:void 0;function k5(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":_5&&_5 in Object(t)?function(t){var e=b5.call(t,w5),r=t[w5];try{t[w5]=void 0;var n=!0}catch(t){}var i=x5.call(t);return n&&(e?t[w5]=r:delete t[w5]),i}(t):function(t){return A5.call(t)}(t)}function S5(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function E5(t){if(!S5(t))return!1;var e=k5(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}var M5=v5["__core-js_shared__"],T5=function(){var t=/[^.]+$/.exec(M5&&M5.keys&&M5.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();var P5=Function.prototype.toString;function O5(t){if(null!=t){try{return P5.call(t)}catch(t){}try{return t+""}catch(t){}}return""}var I5=/^\[object .+?Constructor\]$/,C5=Function.prototype,R5=Object.prototype,j5=C5.toString,L5=R5.hasOwnProperty,D5=RegExp("^"+j5.call(L5).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function z5(t){return!(!S5(t)||(e=t,T5&&T5 in e))&&(E5(t)?D5:I5).test(O5(t));var e}function N5(t,e){var r=function(t,e){return null==t?void 0:t[e]}(t,e);return z5(r)?r:void 0}var F5=N5(v5,"Map"),B5=N5(Object,"create");var U5=Object.prototype.hasOwnProperty;var Y5=Object.prototype.hasOwnProperty;function H5(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function $5(t,e){var r=t.__data__;return function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}(e)?r["string"==typeof e?"string":"hash"]:r.map}function G5(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}H5.prototype.clear=function(){this.__data__=B5?B5(null):{},this.size=0},H5.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},H5.prototype.get=function(t){var e=this.__data__;if(B5){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return U5.call(e,t)?e[t]:void 0},H5.prototype.has=function(t){var e=this.__data__;return B5?void 0!==e[t]:Y5.call(e,t)},H5.prototype.set=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=B5&&void 0===e?"__lodash_hash_undefined__":e,this},G5.prototype.clear=function(){this.size=0,this.__data__={hash:new H5,map:new(F5||d5),string:new H5}},G5.prototype.delete=function(t){var e=$5(this,t).delete(t);return this.size-=e?1:0,e},G5.prototype.get=function(t){return $5(this,t).get(t)},G5.prototype.has=function(t){return $5(this,t).has(t)},G5.prototype.set=function(t,e){var r=$5(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this};function W5(t){var e=this.__data__=new d5(t);this.size=e.size}W5.prototype.clear=function(){this.__data__=new d5,this.size=0},W5.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},W5.prototype.get=function(t){return this.__data__.get(t)},W5.prototype.has=function(t){return this.__data__.has(t)},W5.prototype.set=function(t,e){var r=this.__data__;if(r instanceof d5){var n=r.__data__;if(!F5||n.length<199)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new G5(n)}return r.set(t,e),this.size=r.size,this};function q5(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new G5;++e<r;)this.add(t[e])}function X5(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function V5(t,e){return t.has(e)}q5.prototype.add=q5.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},q5.prototype.has=function(t){return this.__data__.has(t)};function K5(t,e,r,n,i,o){var a=1&r,s=t.length,c=e.length;if(s!=c&&!(a&&c>s))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var h=-1,f=!0,d=2&r?new q5:void 0;for(o.set(t,e),o.set(e,t);++h<s;){var p=t[h],g=e[h];if(n)var v=a?n(g,p,h,e,t,o):n(p,g,h,t,e,o);if(void 0!==v){if(v)continue;f=!1;break}if(d){if(!X5(e,(function(t,e){if(!V5(d,e)&&(p===t||i(p,t,r,n,o)))return d.push(e)}))){f=!1;break}}else if(p!==g&&!i(p,g,r,n,o)){f=!1;break}}return o.delete(t),o.delete(e),f}var Q5=v5.Uint8Array;function J5(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r}function Z5(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[++e]=t})),r}var t6=y5?y5.prototype:void 0,e6=t6?t6.valueOf:void 0;function r6(t,e){for(var r=-1,n=e.length,i=t.length;++r<n;)t[i+r]=e[r];return t}var n6=Array.isArray;function i6(t,e,r){var n=e(t);return n6(t)?n:r6(n,r(t))}function o6(){return[]}var a6=Object.prototype.propertyIsEnumerable,s6=Object.getOwnPropertySymbols,c6=s6?function(t){return null==t?[]:(t=Object(t),function(t,e){for(var r=-1,n=null==t?0:t.length,i=0,o=[];++r<n;){var a=t[r];e(a,r,t)&&(o[i++]=a)}return o}(s6(t),(function(e){return a6.call(t,e)})))}:o6;function u6(t){return null!=t&&"object"==typeof t}function l6(t){return u6(t)&&"[object Arguments]"==k5(t)}var h6=Object.prototype,f6=h6.hasOwnProperty,d6=h6.propertyIsEnumerable,p6=l6(function(){return arguments}())?l6:function(t){return u6(t)&&f6.call(t,"callee")&&!d6.call(t,"callee")};var g6="object"==typeof exports&&exports&&!exports.nodeType&&exports,v6=g6&&"object"==typeof module&&module&&!module.nodeType&&module,y6=v6&&v6.exports===g6?v5.Buffer:void 0,m6=(y6?y6.isBuffer:void 0)||function(){return!1},b6=/^(?:0|[1-9]\d*)$/;function x6(t,e){var r=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==r||"symbol"!=r&&b6.test(t))&&t>-1&&t%1==0&&t<e}function w6(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}var A6={};function _6(t){return function(e){return t(e)}}A6["[object Float32Array]"]=A6["[object Float64Array]"]=A6["[object Int8Array]"]=A6["[object Int16Array]"]=A6["[object Int32Array]"]=A6["[object Uint8Array]"]=A6["[object Uint8ClampedArray]"]=A6["[object Uint16Array]"]=A6["[object Uint32Array]"]=!0,A6["[object Arguments]"]=A6["[object Array]"]=A6["[object ArrayBuffer]"]=A6["[object Boolean]"]=A6["[object DataView]"]=A6["[object Date]"]=A6["[object Error]"]=A6["[object Function]"]=A6["[object Map]"]=A6["[object Number]"]=A6["[object Object]"]=A6["[object RegExp]"]=A6["[object Set]"]=A6["[object String]"]=A6["[object WeakMap]"]=!1;var k6="object"==typeof exports&&exports&&!exports.nodeType&&exports,S6=k6&&"object"==typeof module&&module&&!module.nodeType&&module,E6=S6&&S6.exports===k6&&p5.process,M6=function(){try{var t=S6&&S6.require&&S6.require("util").types;return t||E6&&E6.binding&&E6.binding("util")}catch(t){}}(),T6=M6&&M6.isTypedArray,P6=T6?_6(T6):function(t){return u6(t)&&w6(t.length)&&!!A6[k5(t)]},O6=Object.prototype.hasOwnProperty;function I6(t,e){var r=n6(t),n=!r&&p6(t),i=!r&&!n&&m6(t),o=!r&&!n&&!i&&P6(t),a=r||n||i||o,s=a?function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}(t.length,String):[],c=s.length;for(var u in t)!e&&!O6.call(t,u)||a&&("length"==u||i&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||x6(u,c))||s.push(u);return s}var C6=Object.prototype;function R6(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||C6)}function j6(t,e){return function(r){return t(e(r))}}var L6=j6(Object.keys,Object),D6=Object.prototype.hasOwnProperty;function z6(t){if(!R6(t))return L6(t);var e=[];for(var r in Object(t))D6.call(t,r)&&"constructor"!=r&&e.push(r);return e}function N6(t){return null!=t&&w6(t.length)&&!E5(t)}function F6(t){return N6(t)?I6(t):z6(t)}function B6(t){return i6(t,F6,c6)}var U6=Object.prototype.hasOwnProperty;var Y6=N5(v5,"DataView"),H6=N5(v5,"Promise"),$6=N5(v5,"Set"),G6=N5(v5,"WeakMap"),W6="[object Map]",q6="[object Promise]",X6="[object Set]",V6="[object WeakMap]",K6="[object DataView]",Q6=O5(Y6),J6=O5(F5),Z6=O5(H6),t8=O5($6),e8=O5(G6),r8=k5;(Y6&&r8(new Y6(new ArrayBuffer(1)))!=K6||F5&&r8(new F5)!=W6||H6&&r8(H6.resolve())!=q6||$6&&r8(new $6)!=X6||G6&&r8(new G6)!=V6)&&(r8=function(t){var e=k5(t),r="[object Object]"==e?t.constructor:void 0,n=r?O5(r):"";if(n)switch(n){case Q6:return K6;case J6:return W6;case Z6:return q6;case t8:return X6;case e8:return V6}return e});var n8=r8,i8="[object Arguments]",o8="[object Array]",a8="[object Object]",s8=Object.prototype.hasOwnProperty;function c8(t,e,r,n,i,o){var a=n6(t),s=n6(e),c=a?o8:n8(t),u=s?o8:n8(e),l=(c=c==i8?a8:c)==a8,h=(u=u==i8?a8:u)==a8,f=c==u;if(f&&m6(t)){if(!m6(e))return!1;a=!0,l=!1}if(f&&!l)return o||(o=new W5),a||P6(t)?K5(t,e,r,n,i,o):function(t,e,r,n,i,o,a){switch(r){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!o(new Q5(t),new Q5(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return l5(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var s=J5;case"[object Set]":var c=1&n;if(s||(s=Z5),t.size!=e.size&&!c)return!1;var u=a.get(t);if(u)return u==e;n|=2,a.set(t,e);var l=K5(s(t),s(e),n,i,o,a);return a.delete(t),l;case"[object Symbol]":if(e6)return e6.call(t)==e6.call(e)}return!1}(t,e,c,r,n,i,o);if(!(1&r)){var d=l&&s8.call(t,"__wrapped__"),p=h&&s8.call(e,"__wrapped__");if(d||p){var g=d?t.value():t,v=p?e.value():e;return o||(o=new W5),i(g,v,r,n,o)}}return!!f&&(o||(o=new W5),function(t,e,r,n,i,o){var a=1&r,s=B6(t),c=s.length;if(c!=B6(e).length&&!a)return!1;for(var u=c;u--;){var l=s[u];if(!(a?l in e:U6.call(e,l)))return!1}var h=o.get(t),f=o.get(e);if(h&&f)return h==e&&f==t;var d=!0;o.set(t,e),o.set(e,t);for(var p=a;++u<c;){var g=t[l=s[u]],v=e[l];if(n)var y=a?n(v,g,l,e,t,o):n(g,v,l,t,e,o);if(!(void 0===y?g===v||i(g,v,r,n,o):y)){d=!1;break}p||(p="constructor"==l)}if(d&&!p){var m=t.constructor,b=e.constructor;m==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof m&&m instanceof m&&"function"==typeof b&&b instanceof b||(d=!1)}return o.delete(t),o.delete(e),d}(t,e,r,n,i,o))}function u8(t,e,r,n,i){return t===e||(null==t||null==e||!u6(t)&&!u6(e)?t!=t&&e!=e:c8(t,e,r,n,u8,i))}function l8(t,e){return u8(t,e)}var h8=function(){try{var t=N5(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();function f8(t,e,r){"__proto__"==e&&h8?h8(t,e,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[e]=r}var d8=Object.prototype.hasOwnProperty;function p8(t,e,r){var n=t[e];d8.call(t,e)&&l5(n,r)&&(void 0!==r||e in t)||f8(t,e,r)}function g8(t,e,r,n){var i=!r;r||(r={});for(var o=-1,a=e.length;++o<a;){var s=e[o],c=n?n(r[s],t[s],s,r,t):void 0;void 0===c&&(c=t[s]),i?f8(r,s,c):p8(r,s,c)}return r}function v8(t){return t}function y8(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}var m8=Math.max;function b8(t){return function(){return t}}var x8=h8?function(t,e){return h8(t,"toString",{configurable:!0,enumerable:!1,value:b8(e),writable:!0})}:v8,w8=Date.now;var A8=function(t){var e=0,r=0;return function(){var n=w8(),i=16-(n-r);if(r=n,i>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(x8);function _8(t,e){return A8(function(t,e,r){return e=m8(void 0===e?t.length-1:e,0),function(){for(var n=arguments,i=-1,o=m8(n.length-e,0),a=Array(o);++i<o;)a[i]=n[e+i];i=-1;for(var s=Array(e+1);++i<e;)s[i]=n[i];return s[e]=r(a),y8(t,this,s)}}(t,e,v8),t+"")}function k8(t,e,r){if(!S5(r))return!1;var n=typeof e;return!!("number"==n?N6(r)&&x6(e,r.length):"string"==n&&e in r)&&l5(r[e],t)}var S8=Object.prototype.hasOwnProperty;function E8(t){if(!S5(t))return function(t){var e=[];if(null!=t)for(var r in Object(t))e.push(r);return e}(t);var e=R6(t),r=[];for(var n in t)("constructor"!=n||!e&&S8.call(t,n))&&r.push(n);return r}function M8(t){return N6(t)?I6(t,!0):E8(t)}var T8,P8=(T8=function(t,e,r,n){g8(e,M8(e),t,n)},_8((function(t,e){var r=-1,n=e.length,i=n>1?e[n-1]:void 0,o=n>2?e[2]:void 0;for(i=T8.length>3&&"function"==typeof i?(n--,i):void 0,o&&k8(e[0],e[1],o)&&(i=n<3?void 0:i,n=1),t=Object(t);++r<n;){var a=e[r];a&&T8(t,a,r,i)}return t}))),O8=j6(Object.getPrototypeOf,Object),I8=Function.prototype,C8=Object.prototype,R8=I8.toString,j8=C8.hasOwnProperty,L8=R8.call(Object);function D8(t){if(!u6(t))return!1;var e=k5(t);return"[object Error]"==e||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!function(t){if(!u6(t)||"[object Object]"!=k5(t))return!1;var e=O8(t);if(null===e)return!0;var r=j8.call(e,"constructor")&&e.constructor;return"function"==typeof r&&r instanceof r&&R8.call(r)==L8}(t)}var z8=_8((function(t,e){try{return y8(t,void 0,e)}catch(t){return D8(t)?t:new Error(t)}}));function N8(t,e){for(var r=-1,n=null==t?0:t.length,i=Array(n);++r<n;)i[r]=e(t[r],r,t);return i}var F8=Object.prototype,B8=F8.hasOwnProperty;function U8(t,e,r,n){return void 0===t||l5(t,F8[r])&&!B8.call(n,r)?e:t}var Y8={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};function H8(t){return"\\"+Y8[t]}var $8=/<%=([\s\S]+?)%>/g;var G8,W8=(G8={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},function(t){return null==G8?void 0:G8[t]});function q8(t){return"symbol"==typeof t||u6(t)&&"[object Symbol]"==k5(t)}var X8=y5?y5.prototype:void 0,V8=X8?X8.toString:void 0;function K8(t){if("string"==typeof t)return t;if(n6(t))return N8(t,K8)+"";if(q8(t))return V8?V8.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Q8(t){return null==t?"":K8(t)}var J8=/[&<>"']/g,Z8=RegExp(J8.source);var t7={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:$8,variable:"",imports:{_:{escape:function(t){return(t=Q8(t))&&Z8.test(t)?t.replace(J8,W8):t}}}},e7=/\b__p \+= '';/g,r7=/\b(__p \+=) '' \+/g,n7=/(__e\(.*?\)|\b__t\)) \+\n'';/g,i7=/[()=,{}\[\]\/\s]/,o7=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,a7=/($^)/,s7=/['\n\r\u2028\u2029\\]/g,c7=Object.prototype.hasOwnProperty;var u7={linear:function(t){return t},quad:function(t){return Math.pow(t,2)},circ:function(t){return 1-Math.sin(Math.acos(t))},back:function(t,e={x:1.5}){return Math.pow(t,2)*((e.x+1)*t-e.x)},bounce:function(t){for(let e=0,r=1;;e+=r,r/=2)if(t>=(7-4*e)/11)return-Math.pow((11-6*e-11*t)/4,2)+Math.pow(r,2)},elastic:function(t,e={x:1.5}){return Math.pow(2,10*(t-1))*Math.cos(20*Math.PI*e.x/3*t)}};class l7{constructor(t,e){this.client=t,this.config=e,this._started=!1;var{delta:r="linear",options:n,ease:i}=this.config;"string"==typeof r&&(r=u7[r]),this.delta="out"==i?function(t,e){return function(r){return 1-t(1-r,e)}}(r,n):"inout"==i?function(t,e){return function(r){return r<.5?t(2*r,e)/2:(2-t(2*(1-r),e))/2}}(r,n):r,this.init()}dispose(){this.stop(),delete this.client}init(){}start(){if(!this._started){var{duration:t=2e3,delay:e=0,repeat:r=!1,interval:n=0,stopCallback:i}=this.config;this._started=!0;var o=0,a=0,s=()=>{var c;if(this._raf=null,this._timeout=null,!this._started)return;0==o&&(o=performance.now(),null===(c=this.client)||void 0===c||c.touch());let u=performance.now()-o,l=Math.max((u-e)%(t+n),0)/t,h=n<=0&&a>l;if(a=l,l>=1||h){if(this.step(1),this.client&&this.client.invalidate(),!r||!this._started)return this.stop(i),void(o=0);if(n>0)return void(this._timeout=setTimeout((()=>{this.step(0),this.client&&this.client.invalidate(),this._timeout=setTimeout(s,n/2)}),n/2))}else this.step(this.delta(l)),this.client&&this.client.invalidate();this._raf=requestAnimationFrame(s)};this._raf=requestAnimationFrame(s)}}stop(t){this._raf&&cancelAnimationFrame(this._raf),this._timeout&&clearTimeout(this._timeout),this._raf=null,this._timeout=null,this._started=!1,null==t||t()}get started(){return this._started}set started(t){this.started!=!!t&&(t?this.start():this.stop())}}var h7={rotation:class extends l7{step(t){var{theta:e=6.28}=this.config;this.client.delta("theta",t*e)}},vibration:class extends l7{step(t){var{theta:e=.2617993877991494}=this.config,r=4*e,n=t*r;t<1/4?n*=-1:t<3/4?n-=2*e:n=r-n,this.client.delta("theta",n)}},heartbeat:class extends l7{step(t){var e,{scale:r=1.3}=this.config,n=2*(r-1);e=t<.5?1+n*t:1+(1-t)*n,this.client.delta({sx:e,sy:e})}},moving:class extends l7{step(t){var{x:e=0,y:r=0}=this.config;this.client.delta({tx:t*e,ty:t*r})}},outline:class extends l7{step(t){const{rideOn:e}=this.config,r=this.client;if(!e||!r||!r.root)return;const n=r.root.findById(e);if(!n)return;const{tx:i,ty:o}=r.delta(),a=n.outline(t),s=r.center,c=r.transcoordS2T(s.x,s.y);n&&r.delta({tx:a.x-c.x+i,ty:a.y-c.y+o})}},fade:class extends l7{step(t){var e,{startAlpha:r=1,endAlpha:n=0}=this.config,i=Math.max(Math.min(r,n,1),0),o=2*(Math.min(Math.max(r,n,1),1)-i);e=t<.5?o*t:(1-t)*o,this.client.delta("fade",e)}},waypoint:class extends l7{start(){const t=this.client,{fromComponent:e,toComponent:r}=this.config,{x:n,y:i}=e.center,{x:o,y:a}=r.center,s=Math.atan2(a-i,o-n)+Math.PI/2;t.location=e.location,t.setState("rotation",s),super.start()}stop(){const t=this.client,{toComponent:e}=this.config;super.stop(),t.delta({tx:0,ty:0}),t.location=e.center}step(t){const{fromComponent:e,toComponent:r}=this.config,{x:n,y:i}=e.center,{x:o,y:a}=r.center,s=(o-n)*t,c=(a-i)*t;this.client.delta({tx:s,ty:c})}}};function f7(t,e){var r=h7[e.type];return r?new r(t,e):null}function d7(t){var{duration:e=1e3,delay:r=30,step:n,delta:i,ease:o,options:a,repeat:s=!1,stopCallback:c}=t;"string"==typeof i&&(i=u7[i]),"out"==o?i=function(t,e){return function(r){return 1-t(1-r,e)}}(i,a):"inout"==o&&(i=function(t,e){return function(r){return r<.5?t(2*r,e)/2:(2-t(2*(1-r),e))/2}}(i,a));var u=!1;return{start:function(){if(u)return this;u=!0;var t=0,r=()=>{if(u){0==t&&(t=performance.now());var o=(performance.now()-t)/e,c=s?o%1:Math.min(o,1);n(i(c,a)),!(o>=1)||s&&u||(this.stop(),t=0),u&&requestAnimationFrame(r)}};return requestAnimationFrame(r),this},stop:function(){return u=!1,null==c||c(),this}}}var p7="object"==typeof exports&&exports&&!exports.nodeType&&exports,g7=p7&&"object"==typeof module&&module&&!module.nodeType&&module,v7=g7&&g7.exports===p7?v5.Buffer:void 0,y7=v7?v7.allocUnsafe:void 0;var m7=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r6(e,c6(t)),t=O8(t);return e}:o6;function b7(t){return i6(t,M8,m7)}var x7=Object.prototype.hasOwnProperty;function w7(t){var e=new t.constructor(t.byteLength);return new Q5(e).set(new Q5(t)),e}var A7=/\w*$/;var _7=y5?y5.prototype:void 0,k7=_7?_7.valueOf:void 0;function S7(t,e,r){var n,i=t.constructor;switch(e){case"[object ArrayBuffer]":return w7(t);case"[object Boolean]":case"[object Date]":return new i(+t);case"[object DataView]":return function(t,e){var r=e?w7(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}(t,r);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return function(t,e){var r=e?w7(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}(t,r);case"[object Map]":case"[object Set]":return new i;case"[object Number]":case"[object String]":return new i(t);case"[object RegExp]":return function(t){var e=new t.constructor(t.source,A7.exec(t));return e.lastIndex=t.lastIndex,e}(t);case"[object Symbol]":return n=t,k7?Object(k7.call(n)):{}}}var E7=Object.create,M7=function(){function t(){}return function(e){if(!S5(e))return{};if(E7)return E7(e);t.prototype=e;var r=new t;return t.prototype=void 0,r}}();var T7=M6&&M6.isMap,P7=T7?_6(T7):function(t){return u6(t)&&"[object Map]"==n8(t)};var O7=M6&&M6.isSet,I7=O7?_6(O7):function(t){return u6(t)&&"[object Set]"==n8(t)},C7="[object Arguments]",R7="[object Function]",j7="[object Object]",L7={};function D7(t,e,r,n,i,o){var a,s=1&e,c=2&e,u=4&e;if(r&&(a=i?r(t,n,i,o):r(t)),void 0!==a)return a;if(!S5(t))return t;var l=n6(t);if(l){if(a=function(t){var e=t.length,r=new t.constructor(e);return e&&"string"==typeof t[0]&&x7.call(t,"index")&&(r.index=t.index,r.input=t.input),r}(t),!s)return function(t,e){var r=-1,n=t.length;for(e||(e=Array(n));++r<n;)e[r]=t[r];return e}(t,a)}else{var h=n8(t),f=h==R7||"[object GeneratorFunction]"==h;if(m6(t))return function(t,e){if(e)return t.slice();var r=t.length,n=y7?y7(r):new t.constructor(r);return t.copy(n),n}(t,s);if(h==j7||h==C7||f&&!i){if(a=c||f?{}:function(t){return"function"!=typeof t.constructor||R6(t)?{}:M7(O8(t))}(t),!s)return c?function(t,e){return g8(t,m7(t),e)}(t,function(t,e){return t&&g8(e,M8(e),t)}(a,t)):function(t,e){return g8(t,c6(t),e)}(t,function(t,e){return t&&g8(e,F6(e),t)}(a,t))}else{if(!L7[h])return i?t:{};a=S7(t,h,s)}}o||(o=new W5);var d=o.get(t);if(d)return d;o.set(t,a),I7(t)?t.forEach((function(n){a.add(D7(n,e,r,n,t,o))})):P7(t)&&t.forEach((function(n,i){a.set(i,D7(n,e,r,i,t,o))}));var p=l?void 0:(u?c?b7:B6:c?M8:F6)(t);return function(t,e){for(var r=-1,n=null==t?0:t.length;++r<n&&!1!==e(t[r],r,t););}(p||t,(function(n,i){p&&(n=t[i=n]),p8(a,i,D7(n,e,r,i,t,o))})),a}L7[C7]=L7["[object Array]"]=L7["[object ArrayBuffer]"]=L7["[object DataView]"]=L7["[object Boolean]"]=L7["[object Date]"]=L7["[object Float32Array]"]=L7["[object Float64Array]"]=L7["[object Int8Array]"]=L7["[object Int16Array]"]=L7["[object Int32Array]"]=L7["[object Map]"]=L7["[object Number]"]=L7[j7]=L7["[object RegExp]"]=L7["[object Set]"]=L7["[object String]"]=L7["[object Symbol]"]=L7["[object Uint8Array]"]=L7["[object Uint8ClampedArray]"]=L7["[object Uint16Array]"]=L7["[object Uint32Array]"]=!0,L7["[object Error]"]=L7[R7]=L7["[object WeakMap]"]=!1;function z7(t){return D7(t,4)}var N7=function(){return v5.Date.now()},F7=/\s/;var B7=/^\s+/;function U7(t){return t?t.slice(0,function(t){for(var e=t.length;e--&&F7.test(t.charAt(e)););return e}(t)+1).replace(B7,""):t}var Y7=/^[-+]0x[0-9a-f]+$/i,H7=/^0b[01]+$/i,$7=/^0o[0-7]+$/i,G7=parseInt;function W7(t){if("number"==typeof t)return t;if(q8(t))return NaN;if(S5(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=S5(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=U7(t);var r=H7.test(t);return r||$7.test(t)?G7(t.slice(2),r?2:8):Y7.test(t)?NaN:+t}var q7=Math.max,X7=Math.min;function V7(t,e,r){var n,i,o,a,s,c,u=0,l=!1,h=!1,f=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function d(e){var r=n,o=i;return n=i=void 0,u=e,a=t.apply(o,r)}function p(t){var r=t-c;return void 0===c||r>=e||r<0||h&&t-u>=o}function g(){var t=N7();if(p(t))return v(t);s=setTimeout(g,function(t){var r=e-(t-c);return h?X7(r,o-(t-u)):r}(t))}function v(t){return s=void 0,f&&n?d(t):(n=i=void 0,a)}function y(){var t=N7(),r=p(t);if(n=arguments,i=this,c=t,r){if(void 0===s)return function(t){return u=t,s=setTimeout(g,e),l?d(t):a}(c);if(h)return clearTimeout(s),s=setTimeout(g,e),d(c)}return void 0===s&&(s=setTimeout(g,e)),a}return e=W7(e)||0,S5(r)&&(l=!!r.leading,o=(h="maxWait"in r)?q7(W7(r.maxWait)||0,e):o,f="trailing"in r?!!r.trailing:f),y.cancel=function(){void 0!==s&&clearTimeout(s),u=0,n=c=i=s=void 0},y.flush=function(){return void 0===s?a:v(N7())},y}function K7(t,e,r){var n=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return S5(r)&&(n="leading"in r?!!r.leading:n,i="trailing"in r?!!r.trailing:i),V7(t,e,{leading:n,maxWait:e,trailing:i})}var Q7=1/0;function J7(t){var e=function(t){return t?(t=W7(t))===Q7||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}(t),r=e%1;return e==e?r?e-r:e:0}function Z7(t){return function(t,e){var r;if("function"!=typeof e)throw new TypeError("Expected a function");return t=J7(t),function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=void 0),r}}(2,t)}var t9=Object.prototype.hasOwnProperty;function e9(t){if(null==t)return!0;if(N6(t)&&(n6(t)||"string"==typeof t||"function"==typeof t.splice||m6(t)||P6(t)||p6(t)))return!t.length;var e=n8(t);if("[object Map]"==e||"[object Set]"==e)return!t.size;if(R6(t))return!z6(t).length;for(var r in t)if(t9.call(t,r))return!1;return!0}var r9=0;function n9(t={},...e){return"object"!=typeof t&&(t={}),e.forEach((e=>{for(let r in e)"object"!=typeof e[r]?t[r]=e[r]:e[r].length>0?t[r]=e[r].map((t=>{let n;return n="object"!=typeof e[r]?t:n9({},t),n})):t[r]=n9(t[r],e[r])})),t}function i9(t){for(;t&&"object"==typeof t;){let e=t;for(let e in t){t=t[e];break}if(t===e){t=void 0;break}}return t}var o9=Object.freeze({__proto__:null,insertAt:function(t,e){return this.__collection__?(-1==(t=this.__collection__.indexOf(e))&&this.__collection__.splice(t,0,e),this):this},append:function(t){return this.__collection__||(this.__collection__=[]),-1==this.__collection__.indexOf(t)&&this.__collection__.push(t),this},prepend:function(t){return this.__collection__||(this.__collection__=[]),-1==this.__collection__.indexOf(t)&&this.__collection__.unshift(t),this},remove:function(t){if(!this.__collection__)return this;var e=this.__collection__.indexOf(t);return e>=0&&this.__collection__.splice(e,1),this},getAt:function(t){if(this.__collection__)return this.__collection__[t]},forEach:function(t,e){this.__collection__&&this.__collection__.forEach(t,e)},indexOf:function(t){if(this.__collection__)return this.__collection__.indexOf(t)},size:function(){return this.__collection__?this.__collection__.length:0},clear:function(){this.__collection__=[]},moveForward:function(t){var e=this.indexOf(t);-1!=e&&0!=e&&(this.__collection__[e]=this.__collection__[e-1],this.__collection__[e-1]=t)},moveBackward:function(t){var e=this.indexOf(t);-1!=e&&e!=this.size()-1&&(this.__collection__[e]=this.__collection__[e+1],this.__collection__[e+1]=t)},moveToHead:function(t){var e=this.indexOf(t);if(-1!=e&&0!=e){var r=this.__collection__.splice(0,e),n=this.__collection__.splice(1);this.__collection__=this.__collection__.concat(r,n)}},moveToTail:function(t){var e=this.indexOf(t);if(-1!=e&&e!=this.size()-1){var r=this.__collection__.splice(0,e),n=this.__collection__.splice(1);this.__collection__=r.concat(n,this.__collection__)}}});function a9(){}a9.prototype=o9;var s9=/\s+/;function c9(t,e,r,n){if(!r)return!0;if("object"==typeof r){for(let n in r){let i=r[n];t[e].apply(t,[n,i])}return!1}return!s9.test(r)||(r.split(s9).forEach((r=>t[e].apply(t,[r].concat(n)))),!1)}const u9=["on","off","once","delegate_on","delegate_off","trigger","listenTo"];var l9={withEvent(){u9.forEach((t=>this[t]=l9[t]))},on(t,e,r){return c9(this,"on",t,[e,r])&&e?(this._listeners||(this._listeners={}),(this._listeners[t]||(this._listeners[t]=[])).push({callback:e,context:r,ctx:r||this}),this):this},once(t,e,r){if(!c9(this,"once",t,[e,r])||!e)return this;var n=this,i=Z7((function(){n.off(t,i),e.apply(n,arguments)}));i._callback=e,this.on(t,i,r)},off(t,e,r){if(!this._listeners||!c9(this,"off",t,[e,r]))return this;if(!t&&!e&&!r)return this._listeners=void 0,this;var n;n=t?[t]:Object.keys(this._listeners);for(let t=0;t<n.length;t++){let i=n[t],o=this._listeners[i];if(o){let t=[];if(this._listeners[i]=t,e||r)for(let n=0;n<o.length;n++){let i=o[n];(e&&e!==i.callback&&e!==i.callback._callback||r&&r!==i.context)&&t.push(i)}t.length||delete this._listeners[i]}}return this},delegate_on(t){return this._delegators||(this._delegators=new a9),this._delegators.append(t),this},delegate_off(t){return this._delegators?(this._delegators.remove(t),this):this},delegate(){if(this._delegators&&this._delegators.size()>0&&f9(this._delegators,arguments),!this._listeners)return this;var t=arguments.length-1,e=arguments[t];arguments[t]={origin:e.origin,name:e.name,deliverer:this};var r=this._listeners[e.name],n=this._listeners["(all)"];return r&&h9(r,arguments),n&&h9(n,arguments),this},trigger(t){var e=[].slice.call(arguments,1);if(e.push({origin:this,name:t,deliverer:this}),this._delegators&&this._delegators.size()>0&&f9(this._delegators,e),!this._listeners)return this;if(!c9(this,"trigger",t,e))return this;var r=this._listeners[t],n=this._listeners["(all)"];return r&&h9(r,e),n&&h9(n,e),this},stopListening(t,e,r){var n=this._listeningTo;if(!n)return this;var i=!e&&!r;r||"object"!=typeof e||(r=this),t&&((n={})[t._listenId]=t);for(let t in n){let o=n[t];o.off(e,r,this),(i||e9(o._events))&&delete this._listeningTo[t]}return this}};function h9(t,e){t.forEach((t=>t.callback.apply(t.ctx,e)))}function f9(t,e){t.forEach((t=>l9.delegate.apply(t,e)))}var d9={listenTo:"on",listenToOnce:"once"};for(let t in d9){var p9=d9[t];l9[t]=function(t,e,r){this._listeningTo||(this._listeningTo={});var n=this._listeningTo;return t._listenId||(t._listenId=`${"l"||""}${++r9}`),n[t._listenId]=t,r||"object"!=typeof e||(r=this),t[p9](e,r,this),this}}function g9(t,e){if(e instanceof Array)e.forEach((e=>g9(t,e)));else{if(t.mixedIn=t.hasOwnProperty("mixedIn")?t.mixedIn:[],t.mixingIn=t.hasOwnProperty("mixingIn")?t.mixingIn:[],t.mixedIn.indexOf(e)>=0)return t;if(t.mixingIn.indexOf(e)>=0)throw new Error(`found cyclic dependencies between ${t.mixingIn}`);t.mixingIn.push(e),e.call(t),t.mixingIn.pop(),t.mixedIn.push(e)}return t}var v9=(...t)=>{var e=[];t.forEach((t=>t&&t.stack&&e.push(t.stack))),console.error("[ERROR]",...t,e.join(" "))},y9=(...t)=>{var e=[];t.forEach((t=>t&&t.stack&&e.push(t.stack))),console.warn("[WARN]",...t,e.join(" "))},m9=(...t)=>console.log("[DEBUG]",...t);function b9(t,e,r){var n=t.__lookupGetter__(e);n?r?t.__defineGetter__(e,(function(){return void 0===this.__cache__[e]&&(this.__cache__[e]=n.call(this)),z7(this.__cache__[e])})):t.__defineGetter__(e,(function(){return void 0===this.__cache__[e]&&(this.__cache__[e]=n.call(this)),this.__cache__[e]})):v9(`${e} is not defined in ${t.constructor.name}`)}const x9={},w9=0,A9=1,_9=2,k9=3,S9=4,E9=5,M9={VIEW:0,EDIT:1,SHIFT:2,ADD:3},T9=30,P9="undefined"==typeof window?1:window.devicePixelRatio||(window.matchMedia&&window.matchMedia("(min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 1.5),(-moz-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5)").matches?2:1)||1,O9=["mousemove","mouseup","mousedown","mouseout","wheel","touchstart","touchmove","touchend","dblclick"],I9=["keydown","keyup"],C9={ALPHA:1,FONT_SIZE:15,FONT_FAMILY:"serif",FONT_COLOR:"black",TEXT_ALIGN:"center",TEXT_BASELINE:"middle",TEXT_WRAP:!1,BOLD:!1,ITALIC:!1,STROKE_STYLE:"#999",LINE_DASH:"solid",LETTER_SPACING:0},R9={x:1,y:1};function j9(t,e,r){var{left:n=0,top:i=0,blurSize:o=0,color:a="transparent"}=e,s=r.rootModel.get("scale")||R9;t.shadowOffsetX=n*s.x*P9,t.shadowOffsetY=i*s.y*P9,t.shadowBlur=o*s.x*P9,t.shadowColor=a}var L9={gradation:function(t,e,r){var{type:n,subType:i,from:o,to:a,colors:s}=r;switch(i){case"linear":var c=e.createLinearGradient(o.x,o.y,a.x,a.y);break;case"radial":c=e.createRadialGradient(o.x,o.y,o.r,a.x,a.y,a.r);break;default:c=e.createLinearGradient(o.x,o.y,a.x,a.y)}s&&(s.forEach((function(t){c.addColorStop(t.endPoint,t.color)})),e.fillStyle=c,e.fill())},shadow:j9};function D9(t,e,r,n){var i=e.get("class");return!!i&&(i.split(" ")||[]).indexOf(t.substr(1))>=0}function z9(t,e,r,n){return t==e.get("type")}function N9(t,e,r,n){if("(all)"==t)return!0;switch(t.charAt(0)){case"#":return function(t,e){return t.substr(1)==e.get("id")}(t,e);case".":return D9(t,e);case"(":return function(t,e,r,n){switch(t){case"(all)":return!0;case"(self)":return n===e;case"(root)":return!n.parent&&n===e;case"(descendant)":return n!==e;case"(child)":return n===e.parent;default:return!1}}(t,e,0,n);default:return z9(t,e)}}function F9(t,e,r,n,i,o){return t(e,r,n,i)&&o.push(r),r.components&&r.components.forEach((r=>{F9(t,e,r,n,i,o)})),o}function B9(t,e,r,n){switch(t){case"(all)":return!0;case"(parent)":return r&&r.parent===e;case"(child)":case"(children)":return r&&r===e.parent;case"(sibling)":case"(siblings)":return r&&r.parent===e.parent&&r!==e;default:return!1}}function U9(t,e,r){if("(root)"==t)return[e];if("(self)"==t)return r?[r]:[];var n;switch(t.charAt(0)){case"#":let r=e.root.findAllById(t.substr(1));return r||[];case".":n=D9;break;case"(":n=B9;break;default:n=z9}return F9(n,t,e,r,e,[])}function Y9(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var H9={exports:{}};!function(e){var r=function(t){var e,r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,r){return t[e]=r}}function l(t,e,r,n){var o=e&&e.prototype instanceof y?e:y,a=Object.create(o.prototype),s=new O(n||[]);return i(a,"_invoke",{value:E(t,r,s)}),a}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var f="suspendedStart",d="suspendedYield",p="executing",g="completed",v={};function y(){}function m(){}function b(){}var x={};u(x,a,(function(){return this}));var w=Object.getPrototypeOf,A=w&&w(w(I([])));A&&A!==r&&n.call(A,a)&&(x=A);var _=b.prototype=y.prototype=Object.create(x);function k(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function r(i,o,a,s){var c=h(t[i],t,o);if("throw"!==c.type){var u=c.arg,l=u.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,s)}),(function(t){r("throw",t,a,s)})):e.resolve(l).then((function(t){u.value=t,a(u)}),(function(t){return r("throw",t,a,s)}))}s(c.arg)}var o;i(this,"_invoke",{value:function(t,n){function i(){return new e((function(e,i){r(t,n,e,i)}))}return o=o?o.then(i,i):i()}})}function E(t,r,n){var i=f;return function(o,a){if(i===p)throw new Error("Generator is already running");if(i===g){if("throw"===o)throw a;return{value:e,done:!0}}for(n.method=o,n.arg=a;;){var s=n.delegate;if(s){var c=M(s,n);if(c){if(c===v)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===f)throw i=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=p;var u=h(t,r,n);if("normal"===u.type){if(i=n.done?g:d,u.arg===v)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=g,n.method="throw",n.arg=u.arg)}}}function M(t,r){var n=r.method,i=t.iterator[n];if(i===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,M(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),v;var o=h(i,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,v;var a=o.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,v):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,v)}function T(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function P(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(T,this),this.reset(!0)}function I(t){if(null!=t){var r=t[a];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function r(){for(;++i<t.length;)if(n.call(t,i))return r.value=t[i],r.done=!1,r;return r.value=e,r.done=!0,r};return o.next=o}}throw new TypeError(typeof t+" is not iterable")}return m.prototype=b,i(_,"constructor",{value:b,configurable:!0}),i(b,"constructor",{value:m,configurable:!0}),m.displayName=u(b,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===m||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,u(t,c,"GeneratorFunction")),t.prototype=Object.create(_),t},t.awrap=function(t){return{__await:t}},k(S.prototype),u(S.prototype,s,(function(){return this})),t.AsyncIterator=S,t.async=function(e,r,n,i,o){void 0===o&&(o=Promise);var a=new S(l(e,r,n,i),o);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},k(_),u(_,c,"Generator"),u(_,a,(function(){return this})),u(_,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=I,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(P),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function i(n,i){return s.type="throw",s.arg=t,r.next=n,i&&(r.method="next",r.arg=e),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var c=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,v):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),P(r),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;P(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),v}},t}(e.exports);try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}Number.isInteger=Number.isInteger||function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t},String.fromCodePoint||function(t){var e=function(e){for(var r=[],n=0,i="",o=0,a=arguments.length;o!==a;++o){var s=+arguments[o];if(!(s<1114111&&s>>>0===s))throw RangeError("Invalid code point: "+s);s<=65535?n=r.push(s):(s-=65536,n=r.push(55296+(s>>10),s%1024+56320)),n>=16383&&(i+=t.apply(null,r),r.length=0)}return i+t.apply(null,r)};try{Object.defineProperty(String,"fromCodePoint",{value:e,configurable:!0,writable:!0})}catch(t){String.fromCodePoint=e}}(String.fromCharCode),Object.is||(Object.is=function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e})
2
+ /*! https://mths.be/codepointat v0.2.0 by @mathias */,String.prototype.codePointAt||function(){var t=function(){try{var t={},e=Object.defineProperty,r=e(t,t,t)&&e}catch(t){}return r}(),e=function(t){if(null==this)throw TypeError();var e=String(this),r=e.length,n=t?Number(t):0;if(n!=n&&(n=0),!(n<0||n>=r)){var i,o=e.charCodeAt(n);return o>=55296&&o<=56319&&r>n+1&&(i=e.charCodeAt(n+1))>=56320&&i<=57343?1024*(o-55296)+i-56320+65536:o}};t?t(String.prototype,"codePointAt",{value:e,configurable:!0,writable:!0}):String.prototype.codePointAt=e}(),Math.log10=Math.log10||function(t){return Math.log(t)*Math.LOG10E},e.exports=function(){function t(e,r,n){function i(a,s){if(!r[a]){if(!e[a]){if(!s&&Y9)return Y9(a);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var u=r[a]={exports:{}};e[a][0].call(u.exports,(function(t){return i(e[a][1][t]||t)}),u,u.exports,t,e,r,n)}return r[a].exports}for(var o=Y9,a=0;a<n.length;a++)i(n[a]);return i}return t}()({1:[function(t,e,r){var n=t("./utils"),i=function(){var t=n.stringToArray,e=["Zero","One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","Eleven","Twelve","Thirteen","Fourteen","Fifteen","Sixteen","Seventeen","Eighteen","Nineteen"],r=["Zeroth","First","Second","Third","Fourth","Fifth","Sixth","Seventh","Eighth","Ninth","Tenth","Eleventh","Twelfth","Thirteenth","Fourteenth","Fifteenth","Sixteenth","Seventeenth","Eighteenth","Nineteenth"],i=["Twenty","Thirty","Forty","Fifty","Sixty","Seventy","Eighty","Ninety","Hundred"],o=["Thousand","Million","Billion","Trillion"];function a(t,n){var a=function t(n,a,s){var c="";if(n<=19)c=(a?" and ":"")+(s?r[n]:e[n]);else if(n<100){var u=Math.floor(n/10),l=n%10;c=(a?" and ":"")+i[u-2],l>0?c+="-"+t(l,!1,s):s&&(c=c.substring(0,c.length-1)+"ieth")}else if(n<1e3){var h=Math.floor(n/100),f=n%100;c=(a?", ":"")+e[h]+" Hundred",f>0?c+=t(f,!0,s):s&&(c+="th")}else{var d=Math.floor(Math.log10(n)/3);d>o.length&&(d=o.length);var p=Math.pow(10,3*d),g=Math.floor(n/p),v=n-g*p;c=(a?", ":"")+t(g,!1,!1)+" "+o[d-1],v>0?c+=t(v,!0,s):s&&(c+="th")}return c};return a(t,!1,n)}var s={};function c(t){var e=t.split(/,\s|\sand\s|[\s\\-]/).map((function(t){return s[t]})),r=[0];e.forEach((function(t){if(t<100){var e=r.pop();e>=1e3&&(r.push(e),e=0),r.push(e+t)}else r.push(r.pop()*t)}));var n=r.reduce((function(t,e){return t+e}),0);return n}e.forEach((function(t,e){s[t.toLowerCase()]=e})),r.forEach((function(t,e){s[t.toLowerCase()]=e})),i.forEach((function(t,e){var r=t.toLowerCase();s[r]=10*(e+2),s[r.substring(0,t.length-1)+"ieth"]=s[r]})),s.hundredth=100,o.forEach((function(t,e){var r=t.toLowerCase(),n=Math.pow(10,3*(e+1));s[r]=n,s[r+"th"]=n}));var u=[[1e3,"m"],[900,"cm"],[500,"d"],[400,"cd"],[100,"c"],[90,"xc"],[50,"l"],[40,"xl"],[10,"x"],[9,"ix"],[5,"v"],[4,"iv"],[1,"i"]],l={M:1e3,D:500,C:100,L:50,X:10,V:5,I:1};function h(t){for(var e=0;e<u.length;e++){var r=u[e];if(t>=r[0])return r[1]+h(t-r[0])}return""}function f(t){for(var e=0,r=1,n=t.length-1;n>=0;n--){var i=t[n],o=l[i];o<r?e-=o:(r=o,e+=o)}return e}function d(t,e){for(var r=[],n=e.charCodeAt(0);t>0;)r.unshift(String.fromCharCode((t-1)%26+n)),t=Math.floor((t-1)/26);return r.join("")}function p(t,e){for(var r=e.charCodeAt(0),n=0,i=0;i<t.length;i++)n+=(t.charCodeAt(t.length-i-1)-r+1)*Math.pow(26,i);return n}function g(t,e){if(void 0!==t)return m(t=Math.floor(t),x(e))}var v={DECIMAL:"decimal",LETTERS:"letters",ROMAN:"roman",WORDS:"words",SEQUENCE:"sequence"},y={UPPER:"upper",LOWER:"lower",TITLE:"title"};function m(e,r){var n,i=e<0;switch(e=Math.abs(e),r.primary){case v.LETTERS:n=d(e,r.case===y.UPPER?"A":"a");break;case v.ROMAN:n=h(e),r.case===y.UPPER&&(n=n.toUpperCase());break;case v.WORDS:n=a(e,r.ordinal),r.case===y.UPPER?n=n.toUpperCase():r.case===y.LOWER&&(n=n.toLowerCase());break;case v.DECIMAL:n=""+e;var o=r.mandatoryDigits-n.length;if(o>0){var s=new Array(o+1).join("0");n=s+n}if(48!==r.zeroCode&&(n=t(n).map((function(t){return String.fromCodePoint(t.codePointAt(0)+r.zeroCode-48)})).join("")),r.regular)for(var c=Math.floor((n.length-1)/r.groupingSeparators.position);c>0;c--){var u=n.length-c*r.groupingSeparators.position;n=n.substr(0,u)+r.groupingSeparators.character+n.substr(u)}else r.groupingSeparators.reverse().forEach((function(t){var e=n.length-t.position;n=n.substr(0,e)+t.character+n.substr(e)}));if(r.ordinal){var l={1:"st",2:"nd",3:"rd"}[n[n.length-1]];(!l||n.length>1&&"1"===n[n.length-2])&&(l="th"),n+=l}break;case v.SEQUENCE:throw{code:"D3130",value:r.token}}return i&&(n="-"+n),n}var b=[48,1632,1776,1984,2406,2534,2662,2790,2918,3046,3174,3302,3430,3558,3664,3792,3872,4160,4240,6112,6160,6470,6608,6784,6800,6992,7088,7232,7248,42528,43216,43264,43472,43504,43600,44016,65296];function x(e){var r,n={type:"integer",primary:v.DECIMAL,case:y.LOWER,ordinal:!1},i=e.lastIndexOf(";");switch(-1===i?r=e:(r=e.substring(0,i),"o"===e.substring(i+1)[0]&&(n.ordinal=!0)),r){case"A":n.case=y.UPPER;case"a":n.primary=v.LETTERS;break;case"I":n.case=y.UPPER;case"i":n.primary=v.ROMAN;break;case"W":n.case=y.UPPER,n.primary=v.WORDS;break;case"Ww":n.case=y.TITLE,n.primary=v.WORDS;break;case"w":n.primary=v.WORDS;break;default:var o=null,a=0,s=0,c=[],u=0,l=t(r).map((function(t){return t.codePointAt(0)})).reverse();if(l.forEach((function(t){for(var e=!1,r=0;r<b.length;r++){var n=b[r];if(t>=n&&t<=n+9){if(e=!0,a++,u++,null===o)o=n;else if(n!==o)throw{code:"D3131"};break}}e||(35===t?(u++,s++):c.push({position:u,character:String.fromCodePoint(t)}))})),a>0){n.primary=v.DECIMAL,n.zeroCode=o,n.mandatoryDigits=a,n.optionalDigits=s;var h=function(t){if(0===t.length)return 0;for(var e=t[0].character,r=1;r<t.length;r++)if(t[r].character!==e)return 0;for(var n=t.map((function(t){return t.position})),i=function t(e,r){return 0===r?e:t(r,e%r)},o=n.reduce(i),a=1;a<=n.length;a++)if(-1===n.indexOf(a*o))return 0;return o},f=h(c);f>0?(n.regular=!0,n.groupingSeparators={position:f,character:c[0].character}):(n.regular=!1,n.groupingSeparators=c)}else n.primary=v.SEQUENCE,n.token=r}return n}var w={Y:"1",M:"1",D:"1",d:"1",F:"n",W:"1",w:"1",X:"1",x:"1",H:"1",h:"1",P:"n",m:"01",s:"01",f:"1",Z:"01:01",z:"01:01",C:"n",E:"n"};function A(t){for(var e=[],r={type:"datetime",parts:e},n=function(r,n){if(n>r){var i=t.substring(r,n);i=i.split("]]").join("]"),e.push({type:"literal",value:i})}},i=0,o=0;o<t.length;){if("["===t.charAt(o)){if("["===t.charAt(o+1)){n(i,o),e.push({type:"literal",value:"["}),i=o+=2;continue}if(n(i,o),i=o,-1===(o=t.indexOf("]",i)))throw{code:"D3135"};var a,s=t.substring(i+1,o),c={type:"marker",component:(s=s.split(/\s+/).join("")).charAt(0)},u=s.lastIndexOf(",");if(-1!==u){var l=s.substring(u+1),h=l.indexOf("-"),f=void 0,d=void 0,p=function(t){return void 0===t||"*"===t?void 0:parseInt(t)};-1===h?f=l:(f=l.substring(0,h),d=l.substring(h+1));var g={min:p(f),max:p(d)};c.width=g,a=s.substring(1,u)}else a=s.substring(1);if(1===a.length)c.presentation1=a;else if(a.length>1){var v=a.charAt(a.length-1);-1!=="atco".indexOf(v)?(c.presentation2=v,"o"===v&&(c.ordinal=!0),c.presentation1=a.substring(0,a.length-1)):c.presentation1=a}else c.presentation1=w[c.component];if(void 0===c.presentation1)throw{code:"D3132",value:c.component};if("n"===c.presentation1[0])c.names=y.LOWER;else if("N"===c.presentation1[0])"n"===c.presentation1[1]?c.names=y.TITLE:c.names=y.UPPER;else if(-1!=="YMDdFWwXxHhmsf".indexOf(c.component)){var m=c.presentation1;if(c.presentation2&&(m+=";"+c.presentation2),c.integerFormat=x(m),c.width&&void 0!==c.width.min&&c.integerFormat.mandatoryDigits<c.width.min&&(c.integerFormat.mandatoryDigits=c.width.min),-1!=="YMD".indexOf(c.component))if(c.n=-1,c.width&&void 0!==c.width.max)c.n=c.width.max,c.integerFormat.mandatoryDigits=c.n;else{var b=c.integerFormat.mandatoryDigits+c.integerFormat.optionalDigits;b>=2&&(c.n=b)}}"Z"!==c.component&&"z"!==c.component||(c.integerFormat=x(c.presentation1)),e.push(c),i=o+1}o++}return n(i,o),r}var _=["","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],k=["January","February","March","April","May","June","July","August","September","October","November","December"],S=864e5,E=function(t){var e=Date.UTC(t.year,t.month),r=new Date(e).getUTCDay();return 0===r&&(r=7),r>4?e+(8-r)*S:e-(r-1)*S},M=function t(e,r){return{year:e,month:r,nextMonth:function(){return 11===r?t(e+1,0):t(e,r+1)},previousMonth:function(){return 0===r?t(e-1,11):t(e,r-1)},nextYear:function(){return t(e+1,r)},previousYear:function(){return t(e-1,r)}}},T=function(t,e){return(e-t)/(7*S)+1},P=function(t,e){var r;switch(e){case"Y":r=t.getUTCFullYear();break;case"M":r=t.getUTCMonth()+1;break;case"D":r=t.getUTCDate();break;case"d":r=(Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate())-Date.UTC(t.getUTCFullYear(),0))/S+1;break;case"F":0===(r=t.getUTCDay())&&(r=7);break;case"W":var n=M(t.getUTCFullYear(),0),i=E(n),o=Date.UTC(n.year,t.getUTCMonth(),t.getUTCDate()),a=T(i,o);if(a>52)o>=E(n.nextYear())&&(a=1);else if(a<1){var s=E(n.previousYear());a=T(s,o)}r=Math.floor(a);break;case"w":var c=M(t.getUTCFullYear(),t.getUTCMonth()),u=E(c),l=Date.UTC(c.year,c.month,t.getUTCDate()),h=T(u,l);if(h>4)l>=E(c.nextMonth())&&(h=1);else if(h<1){var f=E(c.previousMonth());h=T(f,l)}r=Math.floor(h);break;case"X":var d=M(t.getUTCFullYear(),0),p=E(d),g=E(d.nextYear()),v=t.getTime();r=v<p?d.year-1:v>=g?d.year+1:d.year;break;case"x":var y=M(t.getUTCFullYear(),t.getUTCMonth()),m=E(y),b=y.nextMonth(),x=E(b),w=t.getTime();r=w<m?y.previousMonth().month+1:w>=x?b.month+1:y.month+1;break;case"H":r=t.getUTCHours();break;case"h":r=t.getUTCHours(),0==(r%=12)&&(r=12);break;case"P":r=t.getUTCHours()>=12?"pm":"am";break;case"m":r=t.getUTCMinutes();break;case"s":r=t.getUTCSeconds();break;case"f":r=t.getUTCMilliseconds();break;case"Z":case"z":break;case"C":case"E":r="ISO"}return r},O=null;function I(t,e,r){var n=0,i=0;if(void 0!==r){var o=parseInt(r);n=Math.floor(o/100),i=o%100}var a,s=function(t,e){var r=P(t,e.component);if(-1!=="YMDdFWwXxHhms".indexOf(e.component))if("Y"===e.component&&-1!==e.n&&(r%=Math.pow(10,e.n)),e.names){if("M"===e.component||"x"===e.component)r=k[r-1];else{if("F"!==e.component)throw{code:"D3133",value:e.component};r=_[r]}e.names===y.UPPER?r=r.toUpperCase():e.names===y.LOWER&&(r=r.toLowerCase()),e.width&&r.length>e.width.max&&(r=r.substring(0,e.width.max))}else r=m(r,e.integerFormat);else if("f"===e.component)r=m(r,e.integerFormat);else if("Z"===e.component||"z"===e.component){var o=100*n+i;if(e.integerFormat.regular)r=m(o,e.integerFormat);else{var a=e.integerFormat.mandatoryDigits;if(1===a||2===a)r=m(n,e.integerFormat),0!==i&&(r+=":"+g(i,"00"));else{if(3!==a&&4!==a)throw{code:"D3134",value:a};r=m(o,e.integerFormat)}}o>=0&&(r="+"+r),"z"===e.component&&(r="GMT"+r),0===o&&"t"===e.presentation2&&(r="Z")}return r};void 0===e?(null===O&&(O=A("[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01].[f001][Z01:01t]")),a=O):a=A(e);var c=new Date(t+60*(60*n+i)*1e3),u="";return a.parts.forEach((function(t){"literal"===t.type?u+=t.value:u+=s(c,t)})),u}function C(t){var e={};if("datetime"===t.type)e.type="datetime",e.parts=t.parts.map((function(t){var e={};if("literal"===t.type)e.regex=t.value.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");else if("Z"===t.component||"z"===t.component){var r;Array.isArray(t.integerFormat.groupingSeparators)||(r=t.integerFormat.groupingSeparators),e.regex="","z"===t.component&&(e.regex="GMT"),e.regex+="[-+][0-9]+",r&&(e.regex+=r.character+"[0-9]+"),e.parse=function(e){"z"===t.component&&(e=e.substring(3));var n=0,i=0;return r?(n=Number.parseInt(e.substring(0,e.indexOf(r.character))),i=Number.parseInt(e.substring(e.indexOf(r.character)+1))):e.length-1<=2?n=Number.parseInt(e):(n=Number.parseInt(e.substring(0,3)),i=Number.parseInt(e.substring(3))),60*n+i}}else if(t.integerFormat)t.integerFormat.n=t.n,e=C(t.integerFormat);else{e.regex="[a-zA-Z]+";var n={};if("M"===t.component||"x"===t.component)k.forEach((function(e,r){t.width&&t.width.max?n[e.substring(0,t.width.max)]=r+1:n[e]=r+1}));else if("F"===t.component)_.forEach((function(e,r){r>0&&(t.width&&t.width.max?n[e.substring(0,t.width.max)]=r:n[e]=r)}));else{if("P"!==t.component)throw{code:"D3133",value:t.component};n={am:0,AM:0,pm:1,PM:1}}e.parse=function(t){return n[t]}}return e.component=t.component,e}));else{e.type="integer";var r,n=t.case===y.UPPER;switch(r=t.n&&t.n>0?0===t.optionalDigits?"{".concat(t.n,"}"):"{".concat(t.n-t.optionalDigits,",").concat(t.n,"}"):"+",t.primary){case v.LETTERS:e.regex=n?"[A-Z]+":"[a-z]+",e.parse=function(t){return p(t,n?"A":"a")};break;case v.ROMAN:e.regex=n?"[MDCLXVI]+":"[mdclxvi]+",e.parse=function(t){return f(n?t:t.toUpperCase())};break;case v.WORDS:e.regex="(?:"+Object.keys(s).concat("and","[\\-, ]").join("|")+")+",e.parse=function(t){return c(t.toLowerCase())};break;case v.DECIMAL:e.regex="[0-9]".concat(r),t.ordinal&&(e.regex+="(?:th|st|nd|rd)"),e.parse=function(e){var r=e;return t.ordinal&&(r=e.substring(0,e.length-2)),t.regular?r=r.split(",").join(""):t.groupingSeparators.forEach((function(t){r=r.split(t.character).join("")})),48!==t.zeroCode&&(r=r.split("").map((function(e){return String.fromCodePoint(e.codePointAt(0)-t.zeroCode+48)})).join("")),parseInt(r)};break;case v.SEQUENCE:throw{code:"D3130",value:t.token}}}return e}function R(t,e){if(void 0!==t)return C(x(e)).parse(t)}function j(t,e){var r=C(A(e)),n="^"+r.parts.map((function(t){return"("+t.regex+")"})).join("")+"$",i=new RegExp(n,"i").exec(t);if(null!==i){for(var o=161,a=130,s=84,c=72,u=23,l=47,h={},f=1;f<i.length;f++){var d=r.parts[f-1];d.parse&&(h[d.component]=d.parse(i[f]))}if(0===Object.getOwnPropertyNames(h).length)return;var p=0,g=function(t){p<<=1,p+=t?1:0},v=function(t){return!(~t&p||!(t&p))};"YXMxWwdD".split("").forEach((function(t){return g(h[t])}));var y=!v(o)&&v(a),m=v(s),b=!m&&v(c);p=0,"PHhmsf".split("").forEach((function(t){return g(h[t])}));var x=!v(u)&&v(l),w=(y?"YD":m?"XxwF":b?"XWF":"YMD")+(x?"Phmsf":"Hmsf"),_=this.environment.timestamp,k=!1,S=!1;if(w.split("").forEach((function(t){if(void 0===h[t])k?(h[t]=-1!=="MDd".indexOf(t)?1:0,S=!0):h[t]=P(_,t);else if(k=!0,S)throw{code:"D3136"}})),h.M>0?h.M-=1:h.M=0,y){var E=Date.UTC(h.Y,0),M=1e3*(h.d-1)*60*60*24,T=new Date(E+M);h.M=T.getUTCMonth(),h.D=T.getUTCDate()}if(m)throw{code:"D3136"};if(b)throw{code:"D3136"};x&&(h.H=12===h.h?0:h.h,1===h.P&&(h.H+=12));var O=Date.UTC(h.Y,h.M,h.D,h.H,h.m,h.s,h.f);return(h.Z||h.z)&&(O-=60*(h.Z||h.z)*1e3),O}}var L=new RegExp("^\\d{4}(-[01]\\d)*(-[0-3]\\d)*(T[0-2]\\d:[0-5]\\d:[0-5]\\d)*(\\.\\d+)?([+-][0-2]\\d:?[0-5]\\d|Z)?$");function D(t,e){if(void 0!==t){if(void 0===e){if(!L.test(t))throw{stack:(new Error).stack,code:"D3110",value:t};return Date.parse(t)}return j.call(this,t,e)}}function z(t,e,r){if(void 0!==t)return I.call(this,t,e,r)}return{formatInteger:g,parseInteger:R,fromMillis:z,toMillis:D}}();e.exports=i},{"./utils":6}],2:[function(e,r,n){(function(t){(function(){function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function i(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */i=function(){return e};var t,e={},r=Object.prototype,o=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",l=s.toStringTag||"@@toStringTag";function h(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(t){h=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var i=e&&e.prototype instanceof b?e:b,o=Object.create(i.prototype),s=new C(n||[]);return a(o,"_invoke",{value:T(t,r,s)}),o}function d(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var p="suspendedStart",g="suspendedYield",v="executing",y="completed",m={};function b(){}function x(){}function w(){}var A={};h(A,c,(function(){return this}));var _=Object.getPrototypeOf,k=_&&_(_(R([])));k&&k!==r&&o.call(k,c)&&(A=k);var S=w.prototype=b.prototype=Object.create(A);function E(t){["next","throw","return"].forEach((function(e){h(t,e,(function(t){return this._invoke(e,t)}))}))}function M(t,e){function r(i,a,s,c){var u=d(t[i],t,a);if("throw"!==u.type){var l=u.arg,h=l.value;return h&&"object"==n(h)&&o.call(h,"__await")?e.resolve(h.__await).then((function(t){r("next",t,s,c)}),(function(t){r("throw",t,s,c)})):e.resolve(h).then((function(t){l.value=t,s(l)}),(function(t){return r("throw",t,s,c)}))}c(u.arg)}var i;a(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,i){r(t,n,e,i)}))}return i=i?i.then(o,o):o()}})}function T(e,r,n){var i=p;return function(o,a){if(i===v)throw new Error("Generator is already running");if(i===y){if("throw"===o)throw a;return{value:t,done:!0}}for(n.method=o,n.arg=a;;){var s=n.delegate;if(s){var c=P(s,n);if(c){if(c===m)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===p)throw i=y,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=v;var u=d(e,r,n);if("normal"===u.type){if(i=n.done?y:g,u.arg===m)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=y,n.method="throw",n.arg=u.arg)}}}function P(e,r){var n=r.method,i=e.iterator[n];if(i===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,P(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var o=d(i,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,m;var a=o.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,m):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,m)}function O(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function I(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(O,this),this.reset(!0)}function R(e){if(e||""===e){var r=e[c];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function r(){for(;++i<e.length;)if(o.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return a.next=a}}throw new TypeError(n(e)+" is not iterable")}return x.prototype=w,a(S,"constructor",{value:w,configurable:!0}),a(w,"constructor",{value:x,configurable:!0}),x.displayName=h(w,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===x||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,h(t,l,"GeneratorFunction")),t.prototype=Object.create(S),t},e.awrap=function(t){return{__await:t}},E(M.prototype),h(M.prototype,u,(function(){return this})),e.AsyncIterator=M,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new M(f(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(S),h(S,l,"Generator"),h(S,c,(function(){return this})),h(S,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=R,C.prototype={constructor:C,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(I),!e)for(var r in this)"t"===r.charAt(0)&&o.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function n(n,i){return s.type="throw",s.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return n(a.catchLoc,!0);if(this.prev<a.finallyLoc)return n(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return n(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return n(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&o.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var i=n;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),I(r),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;I(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:R(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),m}},e}var o=e("./utils"),a=function(){var e=i().mark(U),r=i().mark(Y),a=i().mark(H),s=i().mark($),c=i().mark(Q),u=i().mark(ft),l=i().mark(dt),h=i().mark(pt),f=i().mark(vt),d=i().mark(kt),p=i().mark(Tt),g=i().mark(It),v=o.isNumeric,y=o.isArrayOfStrings,m=o.isArrayOfNumbers,b=o.createSequence,x=o.isSequence,w=o.isFunction,A=o.isLambda,_=o.isIterable,k=o.getFunctionArity,S=o.isDeepEqual,E=o.stringToArray;function M(t){if(void 0!==t){var e=0;return t.forEach((function(t){e+=t})),e}}function T(t){return void 0===t?0:t.length}function P(t){if(void 0!==t&&0!==t.length)return Math.max.apply(Math,t)}function O(t){if(void 0!==t&&0!==t.length)return Math.min.apply(Math,t)}function I(t){if(void 0!==t&&0!==t.length){var e=0;return t.forEach((function(t){e+=t})),e/t.length}}function C(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(void 0!==t){var r;if("string"==typeof t)r=t;else if(w(t))r="";else{if("number"==typeof t&&!isFinite(t))throw{code:"D3001",value:t,stack:(new Error).stack};var n=e?2:0;Array.isArray(t)&&t.outerWrapper&&(t=t[0]),r=JSON.stringify(t,(function(t,e){return null!=e&&e.toPrecision&&v(e)?Number(e.toPrecision(15)):e&&w(e)?"":e}),n)}return r}}function R(t,e,r){if(void 0!==t){var n=E(t),i=n.length;if(i+e<0&&(e=0),void 0!==r){if(r<=0)return"";var o=e>=0?e+r:i+e+r;return n.slice(e,o).join("")}return n.slice(e).join("")}}function j(t,e){if(void 0!==t){var r=t.indexOf(e);return r>-1?t.substr(0,r):t}}function L(t,e){if(void 0!==t){var r=t.indexOf(e);return r>-1?t.substr(r+e.length):t}}function D(t){if(void 0!==t)return t.toLowerCase()}function z(t){if(void 0!==t)return t.toUpperCase()}function N(t){if(void 0!==t)return E(t).length}function F(t){if(void 0!==t){var e=t.replace(/[ \t\n\r]+/gm," ");return" "===e.charAt(0)&&(e=e.substring(1))," "===e.charAt(e.length-1)&&(e=e.substring(0,e.length-1)),e}}function B(t,e,r){if(void 0!==t){var n;void 0!==r&&0!==r.length||(r=" ");var i=Math.abs(e)-N(t);if(i>0){var o=new Array(i+1).join(r);r.length>1&&(o=R(o,0,i)),n=e>0?t+o:o+t}else n=t;return n}}function U(t,r){var n;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.apply(this,[r]),!_(n)){e.next=4;break}return e.delegateYield(n,"t0",3);case 3:n=e.t0;case 4:if(!n||"number"==typeof n.start||"number"===n.end||Array.isArray(n.groups)||w(n.next)){e.next=6;break}throw{code:"T1010",stack:(new Error).stack};case 6:return e.abrupt("return",n);case 7:case"end":return e.stop()}}),e,this)}function Y(t,e){var n,o;return i().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(void 0!==t){r.next=2;break}return r.abrupt("return",void 0);case 2:if("string"!=typeof e){r.next=6;break}n=-1!==t.indexOf(e),r.next=9;break;case 6:return r.delegateYield(U(e,t),"t0",7);case 7:o=r.t0,n=void 0!==o;case 9:return r.abrupt("return",n);case 10:case"end":return r.stop()}}),r)}function H(t,e,r){var n,o,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:if(!(r<0)){i.next=4;break}throw{stack:(new Error).stack,value:r,code:"D3040",index:3};case 4:if(n=b(),!(void 0===r||r>0)){i.next=17;break}return o=0,i.delegateYield(U(e,t),"t0",8);case 8:if(void 0===(s=i.t0)){i.next=17;break}case 10:if(void 0===s||!(void 0===r||o<r)){i.next=17;break}return n.push({match:s.match,index:s.start,groups:s.groups}),i.delegateYield(U(s.next),"t1",13);case 13:s=i.t1,o++,i.next=10;break;case 17:return i.abrupt("return",n);case 18:case"end":return i.stop()}}),a)}function $(t,e,r,n){var o,a,c,u,l,h,f,d;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:if(o=this,""!==e){i.next=5;break}throw{code:"D3010",stack:(new Error).stack,value:e,index:2};case 5:if(!(n<0)){i.next=7;break}throw{code:"D3011",stack:(new Error).stack,value:n,index:4};case 7:if(a="string"==typeof r?function(t){for(var e="",n=0,i=r.indexOf("$",n);-1!==i&&n<r.length;){e+=r.substring(n,i),n=i+1;var o=r.charAt(n);if("$"===o)e+="$",n++;else if("0"===o)e+=t.match,n++;else{var a;if(a=0===t.groups.length?1:Math.floor(Math.log(t.groups.length)*Math.LOG10E)+1,i=parseInt(r.substring(n,n+a),10),a>1&&i>t.groups.length&&(i=parseInt(r.substring(n,n+a-1),10)),isNaN(i))e+="$";else{if(t.groups.length>0){var s=t.groups[i-1];void 0!==s&&(e+=s)}n+=i.toString().length}}i=r.indexOf("$",n)}return e+=r.substring(n)}:r,c="",u=0,!(void 0===n||n>0)){i.next=44;break}if(l=0,"string"!=typeof e){i.next=18;break}for(h=t.indexOf(e,u);-1!==h&&(void 0===n||l<n);)c+=t.substring(u,h),c+=r,u=h+e.length,l++,h=t.indexOf(e,u);c+=t.substring(u),i.next=42;break;case 18:return i.delegateYield(U(e,t),"t0",19);case 19:if(void 0===(f=i.t0)){i.next=41;break}case 21:if(void 0===f||!(void 0===n||l<n)){i.next=38;break}if(c+=t.substring(u,f.start),d=a.apply(o,[f]),!_(d)){i.next=27;break}return i.delegateYield(d,"t1",26);case 26:d=i.t1;case 27:if("string"!=typeof d){i.next=31;break}c+=d,i.next=32;break;case 31:throw{code:"D3012",stack:(new Error).stack,value:d};case 32:return u=f.start+f.match.length,l++,i.delegateYield(U(f.next),"t2",35);case 35:f=i.t2,i.next=21;break;case 38:c+=t.substring(u),i.next=42;break;case 41:c=t;case 42:i.next=45;break;case 44:c=t;case 45:return i.abrupt("return",c);case 46:case"end":return i.stop()}}),s,this)}function G(e){if(void 0!==e){var r="undefined"!=typeof window?window.btoa:function(e){return new t.Buffer.from(e,"binary").toString("base64")};return r(e)}}function W(e){if(void 0!==e){var r="undefined"!=typeof window?window.atob:function(e){return new t.Buffer.from(e,"base64").toString("binary")};return r(e)}}function q(t){if(void 0!==t){var e;try{e=encodeURIComponent(t)}catch(e){throw{code:"D3140",stack:(new Error).stack,value:t,functionName:"encodeUrlComponent"}}return e}}function X(t){if(void 0!==t){var e;try{e=encodeURI(t)}catch(e){throw{code:"D3140",stack:(new Error).stack,value:t,functionName:"encodeUrl"}}return e}}function V(t){if(void 0!==t){var e;try{e=decodeURIComponent(t)}catch(e){throw{code:"D3140",stack:(new Error).stack,value:t,functionName:"decodeUrlComponent"}}return e}}function K(t){if(void 0!==t){var e;try{e=decodeURI(t)}catch(e){throw{code:"D3140",stack:(new Error).stack,value:t,functionName:"decodeUrl"}}return e}}function Q(t,e,r){var n,o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:if(!(r<0)){i.next=4;break}throw{code:"D3020",stack:(new Error).stack,value:r,index:3};case 4:if(n=[],!(void 0===r||r>0)){i.next=27;break}if("string"!=typeof e){i.next=10;break}n=t.split(e,r),i.next=27;break;case 10:return o=0,i.delegateYield(U(e,t),"t0",12);case 12:if(void 0===(a=i.t0)){i.next=26;break}s=0;case 15:if(void 0===a||!(void 0===r||o<r)){i.next=23;break}return n.push(t.substring(s,a.start)),s=a.end,i.delegateYield(U(a.next),"t1",19);case 19:a=i.t1,o++,i.next=15;break;case 23:(void 0===r||o<r)&&n.push(t.substring(s)),i.next=27;break;case 26:n.push(t);case 27:return i.abrupt("return",n);case 28:case"end":return i.stop()}}),c)}function J(t,e){if(void 0!==t)return void 0===e&&(e=""),t.join(e)}function Z(t,e,r){if(void 0!==t){var n={"decimal-separator":".","grouping-separator":",","exponent-separator":"e",infinity:"Infinity","minus-sign":"-",NaN:"NaN",percent:"%","per-mille":"‰","zero-digit":"0",digit:"#","pattern-separator":";"};void 0!==r&&Object.keys(r).forEach((function(t){n[t]=r[t]}));for(var i=[],o=n["zero-digit"].charCodeAt(0),a=o;a<o+10;a++)i.push(String.fromCharCode(a));var s=i.concat([n["decimal-separator"],n["exponent-separator"],n["grouping-separator"],n.digit,n["pattern-separator"]]),c=e.split(n["pattern-separator"]);if(c.length>2)throw{code:"D3080",stack:(new Error).stack};var u=function(t){var e,r,i,o,a=function(){for(var e,r=0;r<t.length;r++)if(e=t.charAt(r),-1!==s.indexOf(e)&&e!==n["exponent-separator"])return t.substring(0,r)}(),c=function(){for(var e,r=t.length-1;r>=0;r--)if(e=t.charAt(r),-1!==s.indexOf(e)&&e!==n["exponent-separator"])return t.substring(r+1)}(),u=t.substring(a.length,t.length-c.length),l=t.indexOf(n["exponent-separator"],a.length);-1===l||l>t.length-c.length?(e=u,r=void 0):(e=u.substring(0,l),r=u.substring(l+1));var h=e.indexOf(n["decimal-separator"]);return-1===h?(i=e,o=c):(i=e.substring(0,h),o=e.substring(h+1)),{prefix:a,suffix:c,activePart:u,mantissaPart:e,exponentPart:r,integerPart:i,fractionalPart:o,subpicture:t}},l=function(t){var e,r,o=t.subpicture,a=o.indexOf(n["decimal-separator"]);a!==o.lastIndexOf(n["decimal-separator"])&&(e="D3081"),o.indexOf(n.percent)!==o.lastIndexOf(n.percent)&&(e="D3082"),o.indexOf(n["per-mille"])!==o.lastIndexOf(n["per-mille"])&&(e="D3083"),-1!==o.indexOf(n.percent)&&-1!==o.indexOf(n["per-mille"])&&(e="D3084");var c=!1;for(r=0;r<t.mantissaPart.length;r++){var u=t.mantissaPart.charAt(r);if(-1!==i.indexOf(u)||u===n.digit){c=!0;break}}c||(e="D3085"),-1!==t.activePart.split("").map((function(t){return-1===s.indexOf(t)?"p":"a"})).join("").indexOf("p")&&(e="D3086"),-1!==a?o.charAt(a-1)!==n["grouping-separator"]&&o.charAt(a+1)!==n["grouping-separator"]||(e="D3087"):t.integerPart.charAt(t.integerPart.length-1)===n["grouping-separator"]&&(e="D3088"),-1!==o.indexOf(n["grouping-separator"]+n["grouping-separator"])&&(e="D3089");var l=t.integerPart.indexOf(n.digit);-1!==l&&t.integerPart.substring(0,l).split("").filter((function(t){return i.indexOf(t)>-1})).length>0&&(e="D3090"),-1!==(l=t.fractionalPart.lastIndexOf(n.digit))&&t.fractionalPart.substring(l).split("").filter((function(t){return i.indexOf(t)>-1})).length>0&&(e="D3091");var h="string"==typeof t.exponentPart;if(h&&t.exponentPart.length>0&&(-1!==o.indexOf(n.percent)||-1!==o.indexOf(n["per-mille"]))&&(e="D3092"),h&&(0===t.exponentPart.length||t.exponentPart.split("").filter((function(t){return-1===i.indexOf(t)})).length>0)&&(e="D3093"),e)throw{code:e,stack:(new Error).stack}},h=function(t){var e=function(e,r){for(var o=[],a=e.indexOf(n["grouping-separator"]);-1!==a;){var s=(r?e.substring(0,a):e.substring(a)).split("").filter((function(t){return-1!==i.indexOf(t)||t===n.digit})).length;o.push(s),a=t.integerPart.indexOf(n["grouping-separator"],a+1)}return o},r=e(t.integerPart),o=function(t){if(0===t.length)return 0;for(var e=function t(e,r){return 0===r?e:t(r,e%r)},r=t.reduce(e),n=1;n<=t.length;n++)if(-1===t.indexOf(n*r))return 0;return r},a=o(r),s=e(t.fractionalPart,!0),c=t.integerPart.split("").filter((function(t){return-1!==i.indexOf(t)})).length,u=c,l=t.fractionalPart.split(""),h=l.filter((function(t){return-1!==i.indexOf(t)})).length,f=l.filter((function(t){return-1!==i.indexOf(t)||t===n.digit})).length,d="string"==typeof t.exponentPart;0===c&&0===f&&(d?(h=1,f=1):c=1),d&&0===c&&-1!==t.integerPart.indexOf(n.digit)&&(c=1),0===c&&0===h&&(h=1);var p=0;return d&&(p=t.exponentPart.split("").filter((function(t){return-1!==i.indexOf(t)})).length),{integerPartGroupingPositions:r,regularGrouping:a,minimumIntegerPartSize:c,scalingFactor:u,prefix:t.prefix,fractionalPartGroupingPositions:s,minimumFactionalPartSize:h,maximumFactionalPartSize:f,minimumExponentSize:p,suffix:t.suffix,picture:t.subpicture}},f=c.map(u);f.forEach(l);var d,p,g,v,y=f.map(h),m=n["minus-sign"],b=n["zero-digit"],x=n["decimal-separator"],w=n["grouping-separator"];if(1===y.length&&(y.push(JSON.parse(JSON.stringify(y[0]))),y[1].prefix=m+y[1].prefix),p=-1!==(d=t>=0?y[0]:y[1]).picture.indexOf(n.percent)?100*t:-1!==d.picture.indexOf(n["per-mille"])?1e3*t:t,0===d.minimumExponentSize)g=p;else{var A=Math.pow(10,d.scalingFactor),_=Math.pow(10,d.scalingFactor-1);for(g=p,v=0;g<_;)g*=10,v-=1;for(;g>A;)g/=10,v+=1}var k=function(t,e){var r=Math.abs(t).toFixed(e);return"0"!==b&&(r=r.split("").map((function(t){return t>="0"&&t<="9"?i[t.charCodeAt(0)-48]:t})).join("")),r},S=k(ot(g,d.maximumFactionalPartSize),d.maximumFactionalPartSize),E=S.indexOf(".");for(-1===E?S+=x:S=S.replace(".",x);S.charAt(0)===b;)S=S.substring(1);for(;S.charAt(S.length-1)===b;)S=S.substring(0,S.length-1);E=S.indexOf(x);var M=d.minimumIntegerPartSize-E,T=d.minimumFactionalPartSize-(S.length-E-1);if(S=(M>0?new Array(M+1).join(b):"")+S,S+=T>0?new Array(T+1).join(b):"",E=S.indexOf(x),d.regularGrouping>0)for(var P=Math.floor((E-1)/d.regularGrouping),O=1;O<=P;O++)S=[S.slice(0,E-O*d.regularGrouping),w,S.slice(E-O*d.regularGrouping)].join("");else d.integerPartGroupingPositions.forEach((function(t){S=[S.slice(0,E-t),w,S.slice(E-t)].join(""),E++}));if(E=S.indexOf(x),d.fractionalPartGroupingPositions.forEach((function(t){S=[S.slice(0,t+E+1),w,S.slice(t+E+1)].join("")})),E=S.indexOf(x),-1!==d.picture.indexOf(x)&&E!==S.length-1||(S=S.substring(0,S.length-1)),void 0!==v){var I=k(v,0);(M=d.minimumExponentSize-I.length)>0&&(I=new Array(M+1).join(b)+I),S=S+n["exponent-separator"]+(v<0?m:"")+I}return S=d.prefix+S+d.suffix}}function tt(t,e){if(void 0!==t){if(t=ot(t),(e=void 0===e?10:ot(e))<2||e>36)throw{code:"D3100",stack:(new Error).stack,value:e};return t.toString(e)}}function et(t){var e;if(void 0!==t){if("number"==typeof t)e=t;else if("string"==typeof t&&/^-?[0-9]+(\.[0-9]+)?([Ee][-+]?[0-9]+)?$/.test(t)&&!isNaN(parseFloat(t))&&isFinite(t))e=parseFloat(t);else if(!0===t)e=1;else{if(!1!==t)throw{code:"D3030",value:t,stack:(new Error).stack,index:1};e=0}return e}}function rt(t){if(void 0!==t)return Math.abs(t)}function nt(t){if(void 0!==t)return Math.floor(t)}function it(t){if(void 0!==t)return Math.ceil(t)}function ot(t,e){var r;if(void 0!==t){if(e){var n=t.toString().split("e");t=+(n[0]+"e"+(n[1]?+n[1]+e:e))}var i=(r=Math.round(t))-t;return.5===Math.abs(i)&&1===Math.abs(r%2)&&(r-=1),e&&(n=r.toString().split("e"),r=+(n[0]+"e"+(n[1]?+n[1]-e:-e))),Object.is(r,-0)&&(r=0),r}}function at(t){if(void 0!==t){if(t<0)throw{stack:(new Error).stack,code:"D3060",index:1,value:t};return Math.sqrt(t)}}function st(t,e){var r;if(void 0!==t){if(r=Math.pow(t,e),!isFinite(r))throw{stack:(new Error).stack,code:"D3061",index:1,value:t,exp:e};return r}}function ct(){return Math.random()}function ut(t){if(void 0!==t){var e=!1;return Array.isArray(t)?1===t.length?e=ut(t[0]):t.length>1&&(e=t.filter((function(t){return ut(t)})).length>0):"string"==typeof t?t.length>0&&(e=!0):v(t)?0!==t&&(e=!0):null!==t&&"object"===n(t)?Object.keys(t).length>0&&(e=!0):"boolean"==typeof t&&!0===t&&(e=!0),e}}function lt(t){if(void 0!==t)return!ut(t)}function ht(t,e,r,n){var i=[e],o=k(t);return o>=2&&i.push(r),o>=3&&i.push(n),i}function ft(t,e){var r,n,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:r=b(),n=0;case 4:if(!(n<t.length)){i.next=12;break}return o=ht(e,t[n],n,t),i.delegateYield(e.apply(this,o),"t0",7);case 7:void 0!==(a=i.t0)&&r.push(a);case 9:n++,i.next=4;break;case 12:return i.abrupt("return",r);case 13:case"end":return i.stop()}}),u,this)}function dt(t,e){var r,n,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:r=b(),n=0;case 4:if(!(n<t.length)){i.next=13;break}return o=t[n],a=ht(e,o,n,t),i.delegateYield(e.apply(this,a),"t0",8);case 8:ut(i.t0)&&r.push(o);case 10:n++,i.next=4;break;case 13:return i.abrupt("return",r);case 14:case"end":return i.stop()}}),l,this)}function pt(t,e){var r,n,o,a,s,c,u;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:r=!1,o=0;case 4:if(!(o<t.length)){i.next=22;break}if(a=t[o],s=!0,void 0===e){i.next=12;break}return c=ht(e,a,o,t),i.delegateYield(e.apply(this,c),"t0",10);case 10:u=i.t0,s=ut(u);case 12:if(!s){i.next=19;break}if(r){i.next=18;break}n=a,r=!0,i.next=19;break;case 18:throw{stack:(new Error).stack,code:"D3138",index:o};case 19:o++,i.next=4;break;case 22:if(r){i.next=24;break}throw{stack:(new Error).stack,code:"D3139"};case 24:return i.abrupt("return",n);case 25:case"end":return i.stop()}}),h,this)}function gt(){for(var t=[],e=Array.prototype.slice.call(arguments),r=Math.min.apply(Math,e.map((function(t){return Array.isArray(t)?t.length:0}))),n=0;n<r;n++){var i=e.map((function(t){return t[n]}));t.push(i)}return t}function vt(t,e,r){var n,o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:if(!((o=k(e))<2)){i.next=5;break}throw{stack:(new Error).stack,code:"D3050",index:1};case 5:void 0===r&&t.length>0?(n=t[0],a=1):(n=r,a=0);case 6:if(!(a<t.length)){i.next=15;break}return s=[n,t[a]],o>=3&&s.push(a),o>=4&&s.push(t),i.delegateYield(e.apply(this,s),"t0",11);case 11:n=i.t0,a++,i.next=6;break;case 15:return i.abrupt("return",n);case 16:case"end":return i.stop()}}),f,this)}function yt(t){var e=b();if(Array.isArray(t)){var r={};t.forEach((function(t){yt(t).forEach((function(t){r[t]=!0}))})),e=yt(r)}else null===t||"object"!==n(t)||A(t)||Object.keys(t).forEach((function(t){return e.push(t)}));return e}function mt(t,e){var r;if(Array.isArray(t)){r=b();for(var i=0;i<t.length;i++){var o=mt(t[i],e);void 0!==o&&(Array.isArray(o)?o.forEach((function(t){return r.push(t)})):r.push(o))}}else null!==t&&"object"===n(t)&&(r=t[e]);return r}function bt(t,e){return void 0===t?e:void 0===e?t:(Array.isArray(t)||(t=b(t)),Array.isArray(e)||(e=[e]),t.concat(e))}function xt(t){return void 0!==t}function wt(t){var e=b();if(Array.isArray(t))t.forEach((function(t){e=bt(e,wt(t))}));else if(null===t||"object"!==n(t)||A(t))e=t;else for(var r in t){var i={};i[r]=t[r],e.push(i)}return e}function At(t){if(void 0!==t){var e={};return t.forEach((function(t){for(var r in t)e[r]=t[r]})),e}}function _t(t){if(void 0!==t){if(t.length<=1)return t;for(var e=t.length,r=new Array(e),n=0;n<e;n++)r[e-n-1]=t[n];return r}}function kt(t,e){var r,n,o,a;return i().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:r=b(),s.t0=i().keys(t);case 2:if((s.t1=s.t0()).done){s.next=10;break}return n=s.t1.value,o=ht(e,t[n],n,t),s.delegateYield(e.apply(this,o),"t2",6);case 6:void 0!==(a=s.t2)&&r.push(a),s.next=2;break;case 10:return s.abrupt("return",r);case 11:case"end":return s.stop()}}),d,this)}function St(t){throw{code:"D3137",stack:(new Error).stack,message:t||"$error() function evaluated"}}function Et(t,e){if(!t)throw{code:"D3141",stack:(new Error).stack,message:e||"$assert() statement failed"}}function Mt(t){if(void 0!==t)return null===t?"null":v(t)?"number":"string"==typeof t?"string":"boolean"==typeof t?"boolean":Array.isArray(t)?"array":w(t)?"function":"object"}function Tt(t,e){var r,n,o,a;return i().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:if(void 0!==t){s.next=2;break}return s.abrupt("return",void 0);case 2:if(!(t.length<=1)){s.next=4;break}return s.abrupt("return",t);case 4:if(void 0!==e){s.next=10;break}if(m(t)||y(t)){s.next=7;break}throw{stack:(new Error).stack,code:"D3070",index:1};case 7:r=i().mark((function t(e,r){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",e>r);case 1:case"end":return t.stop()}}),t)})),s.next=11;break;case 10:r=e;case 11:return n=i().mark((function t(e,n){var o,a;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=i().mark((function t(e,n,o){return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(0!==n.length){i.next=4;break}Array.prototype.push.apply(e,o),i.next=16;break;case 4:if(0!==o.length){i.next=8;break}Array.prototype.push.apply(e,n),i.next=16;break;case 8:return i.delegateYield(r(n[0],o[0]),"t0",9);case 9:if(!i.t0){i.next=14;break}return e.push(o[0]),i.delegateYield(t(e,n,o.slice(1)),"t1",12);case 12:i.next=16;break;case 14:return e.push(n[0]),i.delegateYield(t(e,n.slice(1),o),"t2",16);case 16:case"end":return i.stop()}}),t)})),a=[],t.delegateYield(o(a,e,n),"t0",3);case 3:return t.abrupt("return",a);case 4:case"end":return t.stop()}}),t)})),o=i().mark((function t(e){var r,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(Array.isArray(e)&&!(e.length<=1)){i.next=4;break}return i.abrupt("return",e);case 4:return r=Math.floor(e.length/2),o=e.slice(0,r),a=e.slice(r),i.delegateYield(t(o),"t0",8);case 8:return o=i.t0,i.delegateYield(t(a),"t1",10);case 10:return a=i.t1,i.delegateYield(n(o,a),"t2",12);case 12:return i.abrupt("return",i.t2);case 13:case"end":return i.stop()}}),t)})),s.delegateYield(o(t),"t0",14);case 14:return a=s.t0,s.abrupt("return",a);case 16:case"end":return s.stop()}}),p)}function Pt(t){if(void 0!==t){if(t.length<=1)return t;for(var e=new Array(t.length),r=0;r<t.length;r++){var n=Math.floor(Math.random()*(r+1));r!==n&&(e[r]=e[n]),e[n]=t[r]}return e}}function Ot(t){if(void 0!==t){if(!Array.isArray(t)||t.length<=1)return t;for(var e=x(t)?b():[],r=0;r<t.length;r++){for(var n=t[r],i=!1,o=0;o<e.length;o++)if(S(n,e[o])){i=!0;break}i||e.push(n)}return e}}function It(t,e){var r,n,o,a;return i().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:r={},s.t0=i().keys(t);case 2:if((s.t1=s.t0()).done){s.next=11;break}return n=s.t1.value,o=t[n],a=ht(e,o,n,t),s.delegateYield(e.apply(this,a),"t2",7);case 7:ut(s.t2)&&(r[n]=o),s.next=2;break;case 11:return 0===Object.keys(r).length&&(r=void 0),s.abrupt("return",r);case 13:case"end":return s.stop()}}),g,this)}return{sum:M,count:T,max:P,min:O,average:I,string:C,substring:R,substringBefore:j,substringAfter:L,lowercase:D,uppercase:z,length:N,trim:F,pad:B,match:H,contains:Y,replace:$,split:Q,join:J,formatNumber:Z,formatBase:tt,number:et,floor:nt,ceil:it,round:ot,abs:rt,sqrt:at,power:st,random:ct,boolean:ut,not:lt,map:ft,zip:gt,filter:dt,single:pt,foldLeft:vt,sift:It,keys:yt,lookup:mt,append:bt,exists:xt,spread:wt,merge:At,reverse:_t,each:kt,error:St,assert:Et,type:Mt,sort:Tt,shuffle:Pt,distinct:Ot,base64encode:G,base64decode:W,encodeUrlComponent:q,encodeUrl:X,decodeUrlComponent:V,decodeUrl:K}}();r.exports=a}).call(this)}).call(this,void 0!==t?t:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./utils":6}],3:[function(t,e,r){function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function i(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */i=function(){return e};var t,e={},r=Object.prototype,o=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",l=s.toStringTag||"@@toStringTag";function h(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(t){h=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var i=e&&e.prototype instanceof b?e:b,o=Object.create(i.prototype),s=new C(n||[]);return a(o,"_invoke",{value:T(t,r,s)}),o}function d(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var p="suspendedStart",g="suspendedYield",v="executing",y="completed",m={};function b(){}function x(){}function w(){}var A={};h(A,c,(function(){return this}));var _=Object.getPrototypeOf,k=_&&_(_(R([])));k&&k!==r&&o.call(k,c)&&(A=k);var S=w.prototype=b.prototype=Object.create(A);function E(t){["next","throw","return"].forEach((function(e){h(t,e,(function(t){return this._invoke(e,t)}))}))}function M(t,e){function r(i,a,s,c){var u=d(t[i],t,a);if("throw"!==u.type){var l=u.arg,h=l.value;return h&&"object"==n(h)&&o.call(h,"__await")?e.resolve(h.__await).then((function(t){r("next",t,s,c)}),(function(t){r("throw",t,s,c)})):e.resolve(h).then((function(t){l.value=t,s(l)}),(function(t){return r("throw",t,s,c)}))}c(u.arg)}var i;a(this,"_invoke",{value:function(t,n){function o(){return new e((function(e,i){r(t,n,e,i)}))}return i=i?i.then(o,o):o()}})}function T(e,r,n){var i=p;return function(o,a){if(i===v)throw new Error("Generator is already running");if(i===y){if("throw"===o)throw a;return{value:t,done:!0}}for(n.method=o,n.arg=a;;){var s=n.delegate;if(s){var c=P(s,n);if(c){if(c===m)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===p)throw i=y,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=v;var u=d(e,r,n);if("normal"===u.type){if(i=n.done?y:g,u.arg===m)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=y,n.method="throw",n.arg=u.arg)}}}function P(e,r){var n=r.method,i=e.iterator[n];if(i===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,P(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var o=d(i,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,m;var a=o.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,m):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,m)}function O(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function I(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(O,this),this.reset(!0)}function R(e){if(e||""===e){var r=e[c];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function r(){for(;++i<e.length;)if(o.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return a.next=a}}throw new TypeError(n(e)+" is not iterable")}return x.prototype=w,a(S,"constructor",{value:w,configurable:!0}),a(w,"constructor",{value:x,configurable:!0}),x.displayName=h(w,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===x||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,h(t,l,"GeneratorFunction")),t.prototype=Object.create(S),t},e.awrap=function(t){return{__await:t}},E(M.prototype),h(M.prototype,u,(function(){return this})),e.AsyncIterator=M,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new M(f(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(S),h(S,l,"Generator"),h(S,c,(function(){return this})),h(S,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=R,C.prototype={constructor:C,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(I),!e)for(var r in this)"t"===r.charAt(0)&&o.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function n(n,i){return s.type="throw",s.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return n(a.catchLoc,!0);if(this.prev<a.finallyLoc)return n(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return n(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return n(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&o.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var i=n;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),I(r),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;I(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:R(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),m}},e}var o=t("./datetime"),a=t("./functions"),s=t("./utils"),c=t("./parser"),u=t("./signature"),l=function(){var t=i().mark(B),e=i().mark(U),r=i().mark(H),l=i().mark($),h=i().mark(G),f=i().mark(W),d=i().mark(q),p=i().mark(X),g=i().mark(ot),v=i().mark(ct),y=i().mark(ht),m=i().mark(ft),b=i().mark(dt),x=i().mark(vt),w=i().mark(bt),A=i().mark(xt),_=i().mark(wt),k=i().mark(At),S=i().mark(kt),E=i().mark(Et),M=i().mark(Pt),T=i().mark(Ct),P=s.isNumeric,O=s.isArrayOfStrings,I=s.isArrayOfNumbers,C=s.createSequence,R=s.isSequence,j=s.isFunction,L=s.isLambda,D=s.isIterable,z=s.getFunctionArity,N=s.isDeepEqual,F=jt(null);function B(e,r,n){var o,a,s,c;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:(a=n.lookup("__evaluate_entry"))&&a(e,r,n),t.t0=e.type,t.next="path"===t.t0?5:"binary"===t.t0?8:"unary"===t.t0?11:"name"===t.t0?14:"string"===t.t0||"number"===t.t0||"value"===t.t0?16:"wildcard"===t.t0?18:"descendant"===t.t0?20:"parent"===t.t0?22:"condition"===t.t0?24:"block"===t.t0?27:"bind"===t.t0?30:"regex"===t.t0?33:"function"===t.t0?35:"variable"===t.t0?38:"lambda"===t.t0?40:"partial"===t.t0?42:"apply"===t.t0?45:"transform"===t.t0?48:50;break;case 5:return t.delegateYield(U(e,r,n),"t1",6);case 6:return o=t.t1,t.abrupt("break",50);case 8:return t.delegateYield(q(e,r,n),"t2",9);case 9:return o=t.t2,t.abrupt("break",50);case 11:return t.delegateYield(X(e,r,n),"t3",12);case 12:return o=t.t3,t.abrupt("break",50);case 14:return o=V(e,r),t.abrupt("break",50);case 16:return o=K(e),t.abrupt("break",50);case 18:return o=Q(e,r),t.abrupt("break",50);case 20:return o=Z(e,r),t.abrupt("break",50);case 22:return o=n.lookup(e.slot.label),t.abrupt("break",50);case 24:return t.delegateYield(ft(e,r,n),"t4",25);case 25:return o=t.t4,t.abrupt("break",50);case 27:return t.delegateYield(dt(e,r,n),"t5",28);case 28:return o=t.t5,t.abrupt("break",50);case 30:return t.delegateYield(ht(e,r,n),"t6",31);case 31:return o=t.t6,t.abrupt("break",50);case 33:return o=pt(e),t.abrupt("break",50);case 35:return t.delegateYield(xt(e,r,n),"t7",36);case 36:return o=t.t7,t.abrupt("break",50);case 38:return o=gt(e,r,n),t.abrupt("break",50);case 40:return o=_t(e,r,n),t.abrupt("break",50);case 42:return t.delegateYield(kt(e,r,n),"t8",43);case 43:return o=t.t8,t.abrupt("break",50);case 45:return t.delegateYield(bt(e,r,n),"t9",46);case 46:return o=t.t9,t.abrupt("break",50);case 48:return o=yt(e,r,n),t.abrupt("break",50);case 50:if(!n.async||null!=o&&"function"==typeof o.then||(o=Promise.resolve(o)),!n.async||"function"!=typeof o.then||!e.nextFunction||"function"!=typeof o[e.nextFunction]){t.next=54;break}t.next=57;break;case 54:return t.next=56,o;case 56:o=t.sent;case 57:if(!Object.prototype.hasOwnProperty.call(e,"predicate")){t.next=65;break}s=0;case 59:if(!(s<e.predicate.length)){t.next=65;break}return t.delegateYield(W(e.predicate[s].expr,o,n),"t10",61);case 61:o=t.t10;case 62:s++,t.next=59;break;case 65:if("path"===e.type||!Object.prototype.hasOwnProperty.call(e,"group")){t.next=68;break}return t.delegateYield(ct(e.group,o,n),"t11",67);case 67:o=t.t11;case 68:return(c=n.lookup("__evaluate_exit"))&&c(e,r,n,o),o&&R(o)&&!o.tupleStream&&(e.keepArray&&(o.keepSingleton=!0),0===o.length?o=void 0:1===o.length&&(o=o.keepSingleton?o:o[0])),t.abrupt("return",o);case 72:case"end":return t.stop()}}),t)}function U(t,r,n){var o,a,s,c,u,l;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:o=Array.isArray(r)&&"variable"!==t.steps[0].type?r:C(r),s=!1,c=void 0,u=0;case 4:if(!(u<t.steps.length)){e.next=25;break}if((l=t.steps[u]).tuple&&(s=!0),0!==u||!l.consarray){e.next=12;break}return e.delegateYield(B(l,o,n),"t0",9);case 9:a=e.t0,e.next=19;break;case 12:if(!s){e.next=17;break}return e.delegateYield(G(l,o,c,n),"t1",14);case 14:c=e.t1,e.next=19;break;case 17:return e.delegateYield(H(l,o,n,u===t.steps.length-1),"t2",18);case 18:a=e.t2;case 19:if(s||void 0!==a&&0!==a.length){e.next=21;break}return e.abrupt("break",25);case 21:void 0===l.focus&&(o=a);case 22:u++,e.next=4;break;case 25:if(s)if(t.tuple)a=c;else for(a=C(),u=0;u<c.length;u++)a.push(c[u]["@"]);if(t.keepSingletonArray&&(Array.isArray(a)&&a.cons&&!a.sequence&&(a=C(a)),a.keepSingleton=!0),!t.hasOwnProperty("group")){e.next=30;break}return e.delegateYield(ct(t.group,s?c:a,n),"t3",29);case 29:a=e.t3;case 30:return e.abrupt("return",a);case 31:case"end":return e.stop()}}),e)}function Y(t,e){var r=jt(t);for(var n in e)r.bind(n,e[n]);return r}function H(t,e,n,o){var a,s,c,u,l;return i().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if("sort"!==t.type){r.next=7;break}return r.delegateYield(vt(t,e,n),"t0",2);case 2:if(a=r.t0,!t.stages){r.next=6;break}return r.delegateYield($(t.stages,a,n),"t1",5);case 5:a=r.t1;case 6:return r.abrupt("return",a);case 7:a=C(),s=0;case 9:if(!(s<e.length)){r.next=24;break}return r.delegateYield(B(t,e[s],n),"t2",11);case 11:if(c=r.t2,!t.stages){r.next=20;break}u=0;case 14:if(!(u<t.stages.length)){r.next=20;break}return r.delegateYield(W(t.stages[u].expr,c,n),"t3",16);case 16:c=r.t3;case 17:u++,r.next=14;break;case 20:void 0!==c&&a.push(c);case 21:s++,r.next=9;break;case 24:return l=C(),o&&1===a.length&&Array.isArray(a[0])&&!R(a[0])?l=a[0]:a.forEach((function(t){!Array.isArray(t)||t.cons?l.push(t):t.forEach((function(t){return l.push(t)}))})),r.abrupt("return",l);case 27:case"end":return r.stop()}}),r)}function $(t,e,r){var n,o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:n=e,o=0;case 2:if(!(o<t.length)){i.next=15;break}a=t[o],i.t0=a.type,i.next="filter"===i.t0?7:"index"===i.t0?10:12;break;case 7:return i.delegateYield(W(a.expr,n,r),"t1",8);case 8:return n=i.t1,i.abrupt("break",12);case 10:for(s=0;s<n.length;s++)n[s][a.value]=s;return i.abrupt("break",12);case 12:o++,i.next=2;break;case 15:return i.abrupt("return",n);case 16:case"end":return i.stop()}}),l)}function G(t,e,r,n){var o,a,s,c,u,l,f,d;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if("sort"!==t.type){i.next=15;break}if(!r){i.next=6;break}return i.delegateYield(vt(t,r,n),"t0",3);case 3:o=i.t0,i.next=11;break;case 6:return i.delegateYield(vt(t,e,n),"t1",7);case 7:for(a=i.t1,(o=C()).tupleStream=!0,s=0;s<a.length;s++)(c={"@":a[s]})[t.index]=s,o.push(c);case 11:if(!t.stages){i.next=14;break}return i.delegateYield($(t.stages,o,n),"t2",13);case 13:o=i.t2;case 14:return i.abrupt("return",o);case 15:(o=C()).tupleStream=!0,u=n,void 0===r&&(r=e.map((function(t){return{"@":t}}))),l=0;case 20:if(!(l<r.length)){i.next=28;break}return u=Y(n,r[l]),i.delegateYield(B(t,r[l]["@"],u),"t3",23);case 23:if(void 0!==(f=i.t3))for(Array.isArray(f)||(f=[f]),d=0;d<f.length;d++)c={},Object.assign(c,r[l]),f.tupleStream?Object.assign(c,f[d]):(t.focus?(c[t.focus]=f[d],c["@"]=r[l]["@"]):c["@"]=f[d],t.index&&(c[t.index]=d),t.ancestor&&(c[t.ancestor.label]=r[l]["@"])),o.push(c);case 25:l++,i.next=20;break;case 28:if(!t.stages){i.next=31;break}return i.delegateYield($(t.stages,o,n),"t4",30);case 30:o=i.t4;case 31:return i.abrupt("return",o);case 32:case"end":return i.stop()}}),h)}function W(t,e,r){var n,o,s,c,u,l;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(n=C(),e&&e.tupleStream&&(n.tupleStream=!0),Array.isArray(e)||(e=C(e)),"number"!==t.type){i.next=10;break}(o=Math.floor(t.value))<0&&(o=e.length+o),void 0!==(s=e[o])&&(Array.isArray(s)?n=s:n.push(s)),i.next=23;break;case 10:o=0;case 11:if(!(o<e.length)){i.next=23;break}return s=e[o],c=s,u=r,e.tupleStream&&(c=s["@"],u=Y(r,s)),i.delegateYield(B(t,c,u),"t0",17);case 17:l=i.t0,P(l)&&(l=[l]),I(l)?l.forEach((function(t){var r=Math.floor(t);r<0&&(r=e.length+r),r===o&&n.push(s)})):a.boolean(l)&&n.push(s);case 20:o++,i.next=11;break;case 23:return i.abrupt("return",n);case 24:case"end":return i.stop()}}),f)}function q(t,e,r){var n,o,a,s,c;return i().wrap((function(u){for(;;)switch(u.prev=u.next){case 0:return u.delegateYield(B(t.lhs,e,r),"t0",1);case 1:if(o=u.t0,a=t.value,s=i().mark((function n(){return i().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.delegateYield(B(t.rhs,e,r),"t0",1);case 1:return n.abrupt("return",n.t0);case 2:case"end":return n.stop()}}),n)})),"and"!==a&&"or"!==a){u.next=15;break}return u.prev=5,u.delegateYield(ot(o,s,a),"t1",7);case 7:return u.abrupt("return",u.t1);case 10:throw u.prev=10,u.t2=u.catch(5),u.t2.position=t.position,u.t2.token=a,u.t2;case 15:return u.delegateYield(s(),"t3",16);case 16:c=u.t3,u.prev=17,u.t4=a,u.next="+"===u.t4||"-"===u.t4||"*"===u.t4||"/"===u.t4||"%"===u.t4?21:"="===u.t4||"!="===u.t4?23:"<"===u.t4||"<="===u.t4||">"===u.t4||">="===u.t4?25:"&"===u.t4?27:".."===u.t4?29:"in"===u.t4?31:33;break;case 21:return n=et(o,c,a),u.abrupt("break",33);case 23:return n=rt(o,c,a),u.abrupt("break",33);case 25:return n=nt(o,c,a),u.abrupt("break",33);case 27:return n=st(o,c),u.abrupt("break",33);case 29:return n=lt(o,c),u.abrupt("break",33);case 31:return n=it(o,c),u.abrupt("break",33);case 33:u.next=40;break;case 35:throw u.prev=35,u.t5=u.catch(17),u.t5.position=t.position,u.t5.token=a,u.t5;case 40:return u.abrupt("return",n);case 41:case"end":return u.stop()}}),d,null,[[5,10],[17,35]])}function X(t,e,r){var n,o,s,c;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:i.t0=t.value,i.next="-"===i.t0?3:"["===i.t0?15:"{"===i.t0?27:30;break;case 3:return i.delegateYield(B(t.expression,e,r),"t1",4);case 4:if(void 0!==(n=i.t1)){i.next=9;break}n=void 0,i.next=14;break;case 9:if(!P(n)){i.next=13;break}n=-n,i.next=14;break;case 13:throw{code:"D1002",stack:(new Error).stack,position:t.position,token:t.value,value:n};case 14:return i.abrupt("break",30);case 15:n=[],o=0;case 17:if(!(o<t.expressions.length)){i.next=25;break}return s=t.expressions[o],i.delegateYield(B(s,e,r),"t2",20);case 20:void 0!==(c=i.t2)&&("["===s.value?n.push(c):n=a.append(n,c));case 22:o++,i.next=17;break;case 25:return t.consarray&&Object.defineProperty(n,"cons",{enumerable:!1,configurable:!1,value:!0}),i.abrupt("break",30);case 27:return i.delegateYield(ct(t,e,r),"t3",28);case 28:return n=i.t3,i.abrupt("break",30);case 30:return i.abrupt("return",n);case 31:case"end":return i.stop()}}),p)}function V(t,e,r){return a.lookup(e,t.value)}function K(t){return t.value}function Q(t,e){var r=C();return Array.isArray(e)&&e.outerWrapper&&e.length>0&&(e=e[0]),null!==e&&"object"===n(e)&&Object.keys(e).forEach((function(t){var n=e[t];Array.isArray(n)?(n=J(n),r=a.append(r,n)):r.push(n)})),r}function J(t,e){return void 0===e&&(e=[]),Array.isArray(t)?t.forEach((function(t){J(t,e)})):e.push(t),e}function Z(t,e){var r,n=C();return void 0!==e&&(tt(e,n),r=1===n.length?n[0]:n),r}function tt(t,e){Array.isArray(t)||e.push(t),Array.isArray(t)?t.forEach((function(t){tt(t,e)})):null!==t&&"object"===n(t)&&Object.keys(t).forEach((function(r){tt(t[r],e)}))}function et(t,e,r){var n;if(void 0!==t&&!P(t))throw{code:"T2001",stack:(new Error).stack,value:t};if(void 0!==e&&!P(e))throw{code:"T2002",stack:(new Error).stack,value:e};if(void 0===t||void 0===e)return n;switch(r){case"+":n=t+e;break;case"-":n=t-e;break;case"*":n=t*e;break;case"/":n=t/e;break;case"%":n=t%e}return n}function rt(t,e,r){var i,o=n(t),a=n(e);if("undefined"===o||"undefined"===a)return!1;switch(r){case"=":i=N(t,e);break;case"!=":i=!N(t,e)}return i}function nt(t,e,r){var i,o=n(t),a=n(e);if("undefined"!==o&&"string"!==o&&"number"!==o||"undefined"!==a&&"string"!==a&&"number"!==a)throw{code:"T2010",stack:(new Error).stack,value:"string"!==o&&"number"!==o?t:e};if("undefined"!==o&&"undefined"!==a){if(o!==a)throw{code:"T2009",stack:(new Error).stack,value:t,value2:e};switch(r){case"<":i=t<e;break;case"<=":i=t<=e;break;case">":i=t>e;break;case">=":i=t>=e}return i}}function it(t,e){var r=!1;if(void 0===t||void 0===e)return!1;Array.isArray(e)||(e=[e]);for(var n=0;n<e.length;n++)if(e[n]===t){r=!0;break}return r}function ot(t,e,r){var n,o;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:o=at(t),i.t0=r,i.next="and"===i.t0?4:"or"===i.t0?12:20;break;case 4:if(i.t1=o,!i.t1){i.next=10;break}return i.t2=at,i.delegateYield(e(),"t3",8);case 8:i.t4=i.t3,i.t1=(0,i.t2)(i.t4);case 10:return n=i.t1,i.abrupt("break",20);case 12:if(i.t5=o,i.t5){i.next=18;break}return i.t6=at,i.delegateYield(e(),"t7",16);case 16:i.t8=i.t7,i.t5=(0,i.t6)(i.t8);case 18:return n=i.t5,i.abrupt("break",20);case 20:return i.abrupt("return",n);case 21:case"end":return i.stop()}}),g)}function at(t){var e=a.boolean(t);return void 0!==e&&e}function st(t,e){var r="",n="";return void 0!==t&&(r=a.string(t)),void 0!==e&&(n=a.string(e)),r.concat(n)}function ct(t,e,r){var n,o,s,c,u,l,h,f,d,p,g,y,m;return i().wrap((function(v){for(;;)switch(v.prev=v.next){case 0:n={},o={},s=!(!e||!e.tupleStream),Array.isArray(e)||(e=C(e)),0===e.length&&e.push(void 0),c=0;case 6:if(!(c<e.length)){v.next=31;break}u=e[c],l=s?Y(r,u):r,h=0;case 10:if(!(h<t.lhs.length)){v.next=28;break}return f=t.lhs[h],v.delegateYield(B(f[0],s?u["@"]:u,l),"t0",13);case 13:if("string"==typeof(d=v.t0)||void 0===d){v.next=16;break}throw{code:"T1003",stack:(new Error).stack,position:t.position,value:d};case 16:if(void 0===d){v.next=25;break}if(p={data:u,exprIndex:h},!o.hasOwnProperty(d)){v.next=24;break}if(o[d].exprIndex===h){v.next=21;break}throw{code:"D1009",stack:(new Error).stack,position:t.position,value:d};case 21:o[d].data=a.append(o[d].data,u),v.next=25;break;case 24:o[d]=p;case 25:h++,v.next=10;break;case 28:c++,v.next=6;break;case 31:v.t1=i().keys(o);case 32:if((v.t2=v.t1()).done){v.next=43;break}return d=v.t2.value,p=o[d],g=p.data,l=r,s&&(y=ut(p.data),g=y["@"],delete y["@"],l=Y(r,y)),v.delegateYield(B(t.lhs[p.exprIndex][1],g,l),"t3",39);case 39:void 0!==(m=v.t3)&&(n[d]=m),v.next=32;break;case 43:return v.abrupt("return",n);case 44:case"end":return v.stop()}}),v)}function ut(t){if(!Array.isArray(t))return t;var e={};Object.assign(e,t[0]);for(var r=1;r<t.length;r++)for(var n in t[r])e[n]=a.append(e[n],t[r][n]);return e}function lt(t,e){var r;if(void 0!==t&&!Number.isInteger(t))throw{code:"T2003",stack:(new Error).stack,value:t};if(void 0!==e&&!Number.isInteger(e))throw{code:"T2004",stack:(new Error).stack,value:e};if(void 0===t||void 0===e)return r;if(t>e)return r;var n=e-t+1;if(n>1e7)throw{code:"D2014",stack:(new Error).stack,value:n};r=new Array(n);for(var i=t,o=0;i<=e;i++,o++)r[o]=i;return r.sequence=!0,r}function ht(t,e,r){var n;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.delegateYield(B(t.rhs,e,r),"t0",1);case 1:return n=i.t0,r.bind(t.lhs.value,n),i.abrupt("return",n);case 4:case"end":return i.stop()}}),y)}function ft(t,e,r){var n,o;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.delegateYield(B(t.condition,e,r),"t0",1);case 1:if(o=i.t0,!a.boolean(o)){i.next=7;break}return i.delegateYield(B(t.then,e,r),"t1",4);case 4:n=i.t1,i.next=10;break;case 7:if(void 0===t.else){i.next=10;break}return i.delegateYield(B(t.else,e,r),"t2",9);case 9:n=i.t2;case 10:return i.abrupt("return",n);case 11:case"end":return i.stop()}}),m)}function dt(t,e,r){var n,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:o=jt(r),a=0;case 2:if(!(a<t.expressions.length)){i.next=8;break}return i.delegateYield(B(t.expressions[a],e,o),"t0",4);case 4:n=i.t0;case 5:a++,i.next=2;break;case 8:return i.abrupt("return",n);case 9:case"end":return i.stop()}}),b)}function pt(t){var e=new zt.RegexEngine(t.value),r=function r(n,i){var o;e.lastIndex=i||0;var a=e.exec(n);if(null!==a){if(o={match:a[0],start:a.index,end:a.index+a[0].length,groups:[]},a.length>1)for(var s=1;s<a.length;s++)o.groups.push(a[s]);o.next=function(){if(!(e.lastIndex>=n.length)){var i=r(n,e.lastIndex);if(i&&""===i.match)throw{code:"D1004",stack:(new Error).stack,position:t.position,value:t.value.source};return i}}}return o};return r}function gt(t,e,r){return""===t.value?e&&e.outerWrapper?e[0]:e:r.lookup(t.value)}function vt(t,e,r){var o,s,c,u,l;return i().wrap((function(h){for(;;)switch(h.prev=h.next){case 0:return s=e,c=!!e.tupleStream,u=i().mark((function e(o,a){var s,u,l,h,f,d,p,g,v;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:s=0,u=0;case 2:if(!(0===s&&u<t.terms.length)){e.next=35;break}return l=t.terms[u],h=o,f=r,c&&(h=o["@"],f=Y(r,o)),e.delegateYield(B(l.expression,h,f),"t0",8);case 8:return d=e.t0,h=a,f=r,c&&(h=a["@"],f=Y(r,a)),e.delegateYield(B(l.expression,h,f),"t1",13);case 13:if(p=e.t1,g=n(d),v=n(p),"undefined"!==g){e.next=19;break}return s="undefined"===v?0:1,e.abrupt("continue",32);case 19:if("undefined"!==v){e.next=22;break}return s=-1,e.abrupt("continue",32);case 22:if(!("string"!==g&&"number"!==g||"string"!==v&&"number"!==v)){e.next=24;break}throw{code:"T2008",stack:(new Error).stack,position:t.position,value:"string"!==g&&"number"!==g?d:p};case 24:if(g===v){e.next=26;break}throw{code:"T2007",stack:(new Error).stack,position:t.position,value:d,value2:p};case 26:if(d!==p){e.next=30;break}return e.abrupt("continue",32);case 30:s=d<p?-1:1;case 31:!0===l.descending&&(s=-s);case 32:u++,e.next=2;break;case 35:return e.abrupt("return",1===s);case 36:case"end":return e.stop()}}),e)})),l={environment:r,input:e},h.delegateYield(a.sort.apply(l,[s,u]),"t0",5);case 5:return o=h.t0,h.abrupt("return",o);case 7:case"end":return h.stop()}}),x)}function yt(t,e,r){var o=i().mark((function e(o){var a,s,c,u,l,h,f,d,p,g,v;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(void 0!==o){e.next=2;break}return e.abrupt("return",void 0);case 2:if(a=r.lookup("clone"),j(a)){e.next=5;break}throw{code:"T2013",stack:(new Error).stack,position:t.position};case 5:return e.delegateYield(wt(a,[o],null,r),"t0",6);case 6:return s=e.t0,e.delegateYield(B(t.pattern,s,r),"t1",8);case 8:if(void 0===(c=e.t1)){e.next=35;break}Array.isArray(c)||(c=[c]),u=0;case 12:if(!(u<c.length)){e.next=35;break}if(!(l=c[u])||!(l.isPrototypeOf(s)||l instanceof Object.constructor)){e.next=16;break}throw{code:"D1010",stack:(new Error).stack,position:t.position};case 16:return e.delegateYield(B(t.update,l,r),"t2",17);case 17:if(h=e.t2,"undefined"===(f=n(h))){e.next=23;break}if("object"===f&&null!==h&&!Array.isArray(h)){e.next=22;break}throw{code:"T2011",stack:(new Error).stack,position:t.update.position,value:h};case 22:for(d in h)l[d]=h[d];case 23:if(void 0===t.delete){e.next=32;break}return e.delegateYield(B(t.delete,l,r),"t3",25);case 25:if(void 0===(p=e.t3)){e.next=32;break}if(g=p,Array.isArray(p)||(p=[p]),O(p)){e.next=31;break}throw{code:"T2012",stack:(new Error).stack,position:t.delete.position,value:g};case 31:for(v=0;v<p.length;v++)"object"===n(l)&&null!==l&&delete l[p[v]];case 32:u++,e.next=12;break;case 35:return e.abrupt("return",s);case 36:case"end":return e.stop()}}),e)}));return It(o,"<(oa):o>")}var mt=c("function($f, $g) { function($x){ $g($f($x)) } }");function bt(t,e,r){var n,o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.delegateYield(B(t.lhs,e,r),"t0",1);case 1:if(o=i.t0,"function"!==t.rhs.type){i.next=7;break}return i.delegateYield(xt(t.rhs,e,r,{context:o}),"t1",4);case 4:n=i.t1,i.next=20;break;case 7:return i.delegateYield(B(t.rhs,e,r),"t2",8);case 8:if(a=i.t2,j(a)){i.next=11;break}throw{code:"T2006",stack:(new Error).stack,position:t.position,value:a};case 11:if(!j(o)){i.next=18;break}return i.delegateYield(B(mt,null,r),"t3",13);case 13:return s=i.t3,i.delegateYield(wt(s,[o,a],null,r),"t4",15);case 15:n=i.t4,i.next=20;break;case 18:return i.delegateYield(wt(a,[o],null,r),"t5",19);case 19:n=i.t5;case 20:return i.abrupt("return",n);case 21:case"end":return i.stop()}}),w)}function xt(t,e,r,o){var a,s,c,u,l,h;return i().wrap((function(f){for(;;)switch(f.prev=f.next){case 0:return f.delegateYield(B(t.procedure,e,r),"t0",1);case 1:if(void 0!==(s=f.t0)||"path"!==t.procedure.type||!r.lookup(t.procedure.steps[0].value)){f.next=4;break}throw{code:"T1005",stack:(new Error).stack,position:t.position,token:t.procedure.steps[0].value};case 4:c=[],void 0!==o&&c.push(o.context),u=i().mark((function n(){var o,a;return i().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.delegateYield(B(t.arguments[l],e,r),"t0",1);case 1:o=n.t0,j(o)?(a=i().mark((function t(){var e,n,a,s=arguments;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:for(e=s.length,n=new Array(e),a=0;a<e;a++)n[a]=s[a];return t.delegateYield(wt(o,n,null,r),"t0",2);case 2:return t.abrupt("return",t.t0);case 3:case"end":return t.stop()}}),t)})),a.arity=z(o),c.push(a)):c.push(o);case 3:case"end":return n.stop()}}),n)})),l=0;case 8:if(!(l<t.arguments.length)){f.next=13;break}return f.delegateYield(u(),"t1",10);case 10:l++,f.next=8;break;case 13:return h="path"===t.procedure.type?t.procedure.steps[0].value:t.procedure.value,f.prev=14,"object"===n(s)&&(s.token=h,s.position=t.position),f.delegateYield(wt(s,c,e,r),"t2",17);case 17:a=f.t2,f.next=25;break;case 20:throw f.prev=20,f.t3=f.catch(14),f.t3.position||(f.t3.position=t.position),f.t3.token||(f.t3.token=h),f.t3;case 25:return f.abrupt("return",a);case 26:case"end":return f.stop()}}),A,null,[[14,20]])}function wt(t,e,r,n){var o,a,s,c;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.delegateYield(At(t,e,r,n),"t0",1);case 1:o=i.t0;case 2:if(!L(o)||!0!==o.thunk){i.next=21;break}return i.delegateYield(B(o.body.procedure,o.input,o.environment),"t1",4);case 4:a=i.t1,"variable"===o.body.procedure.type&&(a.token=o.body.procedure.value),a.position=o.body.procedure.position,s=[],c=0;case 9:if(!(c<o.body.arguments.length)){i.next=17;break}return i.t2=s,i.delegateYield(B(o.body.arguments[c],o.input,o.environment),"t3",12);case 12:i.t4=i.t3,i.t2.push.call(i.t2,i.t4);case 14:c++,i.next=9;break;case 17:return i.delegateYield(At(a,s,r,n),"t5",18);case 18:o=i.t5,i.next=2;break;case 21:return i.abrupt("return",o);case 22:case"end":return i.stop()}}),_)}function At(t,e,r,n){var o,a,s;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(i.prev=0,a=e,t&&(a=St(t.signature,e,r)),!L(t)){i.next=8;break}return i.delegateYield(Et(t,a),"t0",5);case 5:o=i.t0,i.next=24;break;case 8:if(!t||!0!==t._jsonata_function){i.next=16;break}if(s={environment:n,input:r},o=t.implementation.apply(s,a),!D(o)){i.next=14;break}return i.delegateYield(o,"t1",13);case 13:o=i.t1;case 14:i.next=24;break;case 16:if("function"!=typeof t){i.next=23;break}if(o=t.apply(r,a),!D(o)){i.next=21;break}return i.delegateYield(o,"t2",20);case 20:o=i.t2;case 21:i.next=24;break;case 23:throw{code:"T1006",stack:(new Error).stack};case 24:i.next=30;break;case 26:throw i.prev=26,i.t3=i.catch(0),t&&(void 0===i.t3.token&&void 0!==t.token&&(i.t3.token=t.token),i.t3.position=t.position||i.t3.position),i.t3;case 30:return i.abrupt("return",o);case 31:case"end":return i.stop()}}),k,null,[[0,26]])}function _t(t,e,r){var n={_jsonata_lambda:!0,input:e,environment:r,arguments:t.arguments,signature:t.signature,body:t.body};return!0===t.thunk&&(n.thunk=!0),n.apply=i().mark((function t(r,o){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.delegateYield(wt(n,o,e,r.environment),"t0",1);case 1:return t.abrupt("return",t.t0);case 2:case"end":return t.stop()}}),t)})),n}function kt(t,e,r){var n,o,a,s,c;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:o=[],a=0;case 2:if(!(a<t.arguments.length)){i.next=15;break}if("operator"!==(s=t.arguments[a]).type||"?"!==s.value){i.next=8;break}o.push(s),i.next=12;break;case 8:return i.t0=o,i.delegateYield(B(s,e,r),"t1",10);case 10:i.t2=i.t1,i.t0.push.call(i.t0,i.t2);case 12:a++,i.next=2;break;case 15:return i.delegateYield(B(t.procedure,e,r),"t3",16);case 16:if(void 0!==(c=i.t3)||"path"!==t.procedure.type||!r.lookup(t.procedure.steps[0].value)){i.next=19;break}throw{code:"T1007",stack:(new Error).stack,position:t.position,token:t.procedure.steps[0].value};case 19:if(!L(c)){i.next=23;break}n=Mt(c,o),i.next=32;break;case 23:if(!c||!0!==c._jsonata_function){i.next=27;break}n=Tt(c.implementation,o),i.next=32;break;case 27:if("function"!=typeof c){i.next=31;break}n=Tt(c,o),i.next=32;break;case 31:throw{code:"T1008",stack:(new Error).stack,position:t.position,token:"path"===t.procedure.type?t.procedure.steps[0].value:t.procedure.value};case 32:return i.abrupt("return",n);case 33:case"end":return i.stop()}}),S)}function St(t,e,r){return void 0===t?e:t.validate(e,r)}function Et(t,e){var r,n;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(n=jt(t.environment),t.arguments.forEach((function(t,r){n.bind(t.value,e[r])})),"function"!=typeof t.body){i.next=7;break}return i.delegateYield(Pt(t.body,n),"t0",4);case 4:r=i.t0,i.next=9;break;case 7:return i.delegateYield(B(t.body,t.input,n),"t1",8);case 8:r=i.t1;case 9:return i.abrupt("return",r);case 10:case"end":return i.stop()}}),E)}function Mt(t,e){var r=jt(t.environment),n=[];return t.arguments.forEach((function(t,i){var o=e[i];o&&"operator"===o.type&&"?"===o.value?n.push(t):r.bind(t.value,o)})),{_jsonata_lambda:!0,input:t.input,environment:r,arguments:n,body:t.body}}function Tt(t,e){var r=Ot(t),n="function("+(r=r.map((function(t){return"$"+t.trim()}))).join(", ")+"){ _ }",i=c(n);return i.body=t,Mt(i,e)}function Pt(t,e){var r,n,o,a;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(r=Ot(t),n=r.map((function(t){return e.lookup(t.trim())})),o={environment:e},a=t.apply(o,n),!D(a)){i.next=7;break}return i.delegateYield(a,"t0",6);case 6:a=i.t0;case 7:return i.abrupt("return",a);case 8:case"end":return i.stop()}}),M)}function Ot(t){var e=t.toString();return/\(([^)]*)\)/.exec(e)[1].split(",")}function It(t,e){var r={_jsonata_function:!0,implementation:t};return void 0!==e&&(r.signature=u(e)),r}function Ct(t,e){var r,n,o;return i().wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==t){i.next=2;break}return i.abrupt("return",void 0);case 2:r=this.input,void 0!==e&&(r=e,Array.isArray(r)&&!R(r)&&((r=C(r)).outerWrapper=!0)),i.prev=4,n=c(t,!1),i.next=12;break;case 8:throw i.prev=8,i.t0=i.catch(4),Dt(i.t0),{stack:(new Error).stack,code:"D3120",value:i.t0.message,error:i.t0};case 12:return i.prev=12,i.delegateYield(B(n,r,this.environment),"t1",14);case 14:o=i.t1,i.next=21;break;case 17:throw i.prev=17,i.t2=i.catch(12),Dt(i.t2),{stack:(new Error).stack,code:"D3121",value:i.t2.message,error:i.t2};case 21:return i.abrupt("return",o);case 22:case"end":return i.stop()}}),T,this,[[4,8],[12,17]])}function Rt(t){if(void 0!==t)return JSON.parse(a.string(t))}function jt(t){var e={};return{bind:function(t,r){e[t]=r},lookup:function(r){var n;return e.hasOwnProperty(r)?n=e[r]:t&&(n=t.lookup(r)),n},timestamp:t?t.timestamp:null,async:!!t&&t.async,global:t?t.global:{ancestry:[null]}}}F.bind("sum",It(a.sum,"<a<n>:n>")),F.bind("count",It(a.count,"<a:n>")),F.bind("max",It(a.max,"<a<n>:n>")),F.bind("min",It(a.min,"<a<n>:n>")),F.bind("average",It(a.average,"<a<n>:n>")),F.bind("string",It(a.string,"<x-b?:s>")),F.bind("substring",It(a.substring,"<s-nn?:s>")),F.bind("substringBefore",It(a.substringBefore,"<s-s:s>")),F.bind("substringAfter",It(a.substringAfter,"<s-s:s>")),F.bind("lowercase",It(a.lowercase,"<s-:s>")),F.bind("uppercase",It(a.uppercase,"<s-:s>")),F.bind("length",It(a.length,"<s-:n>")),F.bind("trim",It(a.trim,"<s-:s>")),F.bind("pad",It(a.pad,"<s-ns?:s>")),F.bind("match",It(a.match,"<s-f<s:o>n?:a<o>>")),F.bind("contains",It(a.contains,"<s-(sf):b>")),F.bind("replace",It(a.replace,"<s-(sf)(sf)n?:s>")),F.bind("split",It(a.split,"<s-(sf)n?:a<s>>")),F.bind("join",It(a.join,"<a<s>s?:s>")),F.bind("formatNumber",It(a.formatNumber,"<n-so?:s>")),F.bind("formatBase",It(a.formatBase,"<n-n?:s>")),F.bind("formatInteger",It(o.formatInteger,"<n-s:s>")),F.bind("parseInteger",It(o.parseInteger,"<s-s:n>")),F.bind("number",It(a.number,"<(nsb)-:n>")),F.bind("floor",It(a.floor,"<n-:n>")),F.bind("ceil",It(a.ceil,"<n-:n>")),F.bind("round",It(a.round,"<n-n?:n>")),F.bind("abs",It(a.abs,"<n-:n>")),F.bind("sqrt",It(a.sqrt,"<n-:n>")),F.bind("power",It(a.power,"<n-n:n>")),F.bind("random",It(a.random,"<:n>")),F.bind("boolean",It(a.boolean,"<x-:b>")),F.bind("not",It(a.not,"<x-:b>")),F.bind("map",It(a.map,"<af>")),F.bind("zip",It(a.zip,"<a+>")),F.bind("filter",It(a.filter,"<af>")),F.bind("single",It(a.single,"<af?>")),F.bind("reduce",It(a.foldLeft,"<afj?:j>")),F.bind("sift",It(a.sift,"<o-f?:o>")),F.bind("keys",It(a.keys,"<x-:a<s>>")),F.bind("lookup",It(a.lookup,"<x-s:x>")),F.bind("append",It(a.append,"<xx:a>")),F.bind("exists",It(a.exists,"<x:b>")),F.bind("spread",It(a.spread,"<x-:a<o>>")),F.bind("merge",It(a.merge,"<a<o>:o>")),F.bind("reverse",It(a.reverse,"<a:a>")),F.bind("each",It(a.each,"<o-f:a>")),F.bind("error",It(a.error,"<s?:x>")),F.bind("assert",It(a.assert,"<bs?:x>")),F.bind("type",It(a.type,"<x:s>")),F.bind("sort",It(a.sort,"<af?:a>")),F.bind("shuffle",It(a.shuffle,"<a:a>")),F.bind("distinct",It(a.distinct,"<x:x>")),F.bind("base64encode",It(a.base64encode,"<s-:s>")),F.bind("base64decode",It(a.base64decode,"<s-:s>")),F.bind("encodeUrlComponent",It(a.encodeUrlComponent,"<s-:s>")),F.bind("encodeUrl",It(a.encodeUrl,"<s-:s>")),F.bind("decodeUrlComponent",It(a.decodeUrlComponent,"<s-:s>")),F.bind("decodeUrl",It(a.decodeUrl,"<s-:s>")),F.bind("eval",It(Ct,"<sx?:x>")),F.bind("toMillis",It(o.toMillis,"<s-s?:n>")),F.bind("fromMillis",It(o.fromMillis,"<n-s?s?:s>")),F.bind("clone",It(Rt,"<(oa)-:o>"));var Lt={S0101:"String literal must be terminated by a matching quote",S0102:"Number out of range: {{token}}",S0103:"Unsupported escape sequence: \\{{token}}",S0104:"The escape sequence \\u must be followed by 4 hex digits",S0105:"Quoted property name must be terminated with a backquote (`)",S0106:"Comment has no closing tag",S0201:"Syntax error: {{token}}",S0202:"Expected {{value}}, got {{token}}",S0203:"Expected {{value}} before end of expression",S0204:"Unknown operator: {{token}}",S0205:"Unexpected token: {{token}}",S0206:"Unknown expression type: {{token}}",S0207:"Unexpected end of expression",S0208:"Parameter {{value}} of function definition must be a variable name (start with $)",S0209:"A predicate cannot follow a grouping expression in a step",S0210:"Each step can only have one grouping expression",S0211:"The symbol {{token}} cannot be used as a unary operator",S0212:"The left side of := must be a variable name (start with $)",S0213:"The literal value {{value}} cannot be used as a step within a path expression",S0214:"The right side of {{token}} must be a variable name (start with $)",S0215:"A context variable binding must precede any predicates on a step",S0216:"A context variable binding must precede the 'order-by' clause on a step",S0217:"The object representing the 'parent' cannot be derived from this expression",S0301:"Empty regular expressions are not allowed",S0302:"No terminating / in regular expression",S0402:"Choice groups containing parameterized types are not supported",S0401:"Type parameters can only be applied to functions and arrays",S0500:"Attempted to evaluate an expression containing syntax error(s)",T0410:"Argument {{index}} of function {{token}} does not match function signature",T0411:"Context value is not a compatible type with argument {{index}} of function {{token}}",T0412:"Argument {{index}} of function {{token}} must be an array of {{type}}",D1001:"Number out of range: {{value}}",D1002:"Cannot negate a non-numeric value: {{value}}",T1003:"Key in object structure must evaluate to a string; got: {{value}}",D1004:"Regular expression matches zero length string",T1005:"Attempted to invoke a non-function. Did you mean ${{{token}}}?",T1006:"Attempted to invoke a non-function",T1007:"Attempted to partially apply a non-function. Did you mean ${{{token}}}?",T1008:"Attempted to partially apply a non-function",D1009:"Multiple key definitions evaluate to same key: {{value}}",D1010:"Attempted to access the Javascript object prototype",T1010:"The matcher function argument passed to function {{token}} does not return the correct object structure",T2001:"The left side of the {{token}} operator must evaluate to a number",T2002:"The right side of the {{token}} operator must evaluate to a number",T2003:"The left side of the range operator (..) must evaluate to an integer",T2004:"The right side of the range operator (..) must evaluate to an integer",D2005:"The left side of := must be a variable name (start with $)",T2006:"The right side of the function application operator ~> must be a function",T2007:"Type mismatch when comparing values {{value}} and {{value2}} in order-by clause",T2008:"The expressions within an order-by clause must evaluate to numeric or string values",T2009:"The values {{value}} and {{value2}} either side of operator {{token}} must be of the same data type",T2010:"The expressions either side of operator {{token}} must evaluate to numeric or string values",T2011:"The insert/update clause of the transform expression must evaluate to an object: {{value}}",T2012:"The delete clause of the transform expression must evaluate to a string or array of strings: {{value}}",T2013:"The transform expression clones the input object using the $clone() function. This has been overridden in the current scope by a non-function.",D2014:"The size of the sequence allocated by the range operator (..) must not exceed 1e6. Attempted to allocate {{value}}.",D3001:"Attempting to invoke string function on Infinity or NaN",D3010:"Second argument of replace function cannot be an empty string",D3011:"Fourth argument of replace function must evaluate to a positive number",D3012:"Attempted to replace a matched string with a non-string value",D3020:"Third argument of split function must evaluate to a positive number",D3030:"Unable to cast value to a number: {{value}}",D3040:"Third argument of match function must evaluate to a positive number",D3050:"The second argument of reduce function must be a function with at least two arguments",D3060:"The sqrt function cannot be applied to a negative number: {{value}}",D3061:"The power function has resulted in a value that cannot be represented as a JSON number: base={{value}}, exponent={{exp}}",D3070:"The single argument form of the sort function can only be applied to an array of strings or an array of numbers. Use the second argument to specify a comparison function",D3080:"The picture string must only contain a maximum of two sub-pictures",D3081:"The sub-picture must not contain more than one instance of the 'decimal-separator' character",D3082:"The sub-picture must not contain more than one instance of the 'percent' character",D3083:"The sub-picture must not contain more than one instance of the 'per-mille' character",D3084:"The sub-picture must not contain both a 'percent' and a 'per-mille' character",D3085:"The mantissa part of a sub-picture must contain at least one character that is either an 'optional digit character' or a member of the 'decimal digit family'",D3086:"The sub-picture must not contain a passive character that is preceded by an active character and that is followed by another active character",D3087:"The sub-picture must not contain a 'grouping-separator' character that appears adjacent to a 'decimal-separator' character",D3088:"The sub-picture must not contain a 'grouping-separator' at the end of the integer part",D3089:"The sub-picture must not contain two adjacent instances of the 'grouping-separator' character",D3090:"The integer part of the sub-picture must not contain a member of the 'decimal digit family' that is followed by an instance of the 'optional digit character'",D3091:"The fractional part of the sub-picture must not contain an instance of the 'optional digit character' that is followed by a member of the 'decimal digit family'",D3092:"A sub-picture that contains a 'percent' or 'per-mille' character must not contain a character treated as an 'exponent-separator'",D3093:"The exponent part of the sub-picture must comprise only of one or more characters that are members of the 'decimal digit family'",D3100:"The radix of the formatBase function must be between 2 and 36. It was given {{value}}",D3110:"The argument of the toMillis function must be an ISO 8601 formatted timestamp. Given {{value}}",D3120:"Syntax error in expression passed to function eval: {{value}}",D3121:"Dynamic error evaluating the expression passed to function eval: {{value}}",D3130:"Formatting or parsing an integer as a sequence starting with {{value}} is not supported by this implementation",D3131:"In a decimal digit pattern, all digits must be from the same decimal group",D3132:"Unknown component specifier {{value}} in date/time picture string",D3133:"The 'name' modifier can only be applied to months and days in the date/time picture string, not {{value}}",D3134:"The timezone integer format specifier cannot have more than four digits",D3135:"No matching closing bracket ']' in date/time picture string",D3136:"The date/time picture string is missing specifiers required to parse the timestamp",D3137:"{{{message}}}",D3138:"The $single() function expected exactly 1 matching result. Instead it matched more.",D3139:"The $single() function expected exactly 1 matching result. Instead it matched 0.",D3140:"Malformed URL passed to ${{{functionName}}}(): {{value}}",D3141:"{{{message}}}"};function Dt(t){var e=Lt[t.code];if(void 0!==e){var r=e.replace(/\{\{\{([^}]+)}}}/g,(function(){return t[arguments[1]]}));r=r.replace(/\{\{([^}]+)}}/g,(function(){return JSON.stringify(t[arguments[1]])})),t.message=r}}function zt(t,e){var r,n;try{r=c(t,e&&e.recover),n=r.errors,delete r.errors}catch(t){throw Dt(t),t}var i=jt(F),a=new Date;return i.bind("now",It((function(t,e){return o.fromMillis(a.getTime(),t,e)}),"<s?s?:s>")),i.bind("millis",It((function(){return a.getTime()}),"<:n>")),e&&e.RegexEngine?zt.RegexEngine=e.RegexEngine:zt.RegexEngine=RegExp,{evaluate:function(t,e,o){if(void 0!==n){var s={code:"S0500",position:0};throw Dt(s),s}var c,u,l;if(void 0!==e)for(var h in c=jt(i),e)c.bind(h,e[h]);else c=i;if(c.bind("$",t),a=new Date,c.timestamp=a,Array.isArray(t)&&!R(t)&&((t=C(t)).outerWrapper=!0),"function"==typeof o){c.async=!0;var f=function(t){Dt(t),o(t,null)},d=function t(e){(u=l.next(e)).done?o(null,u.value):u.value.then(t).catch(f)};l=B(r,t,c),(u=l.next()).value.then(d).catch(f)}else try{for(l=B(r,t,c),u=l.next();!u.done;)u=l.next(u.value);return u.value}catch(s){throw Dt(s),s}},assign:function(t,e){i.bind(t,e)},registerFunction:function(t,e,r){var n=It(e,r);i.bind(t,n)},ast:function(){return r},errors:function(){return n}}}return zt.parser=c,zt}();e.exports=l},{"./datetime":1,"./functions":2,"./parser":4,"./signature":5,"./utils":6}],4:[function(t,e,r){var n=t("./signature"),i=function(){var t={".":75,"[":80,"]":0,"{":70,"}":0,"(":80,")":0,",":0,"@":80,"#":80,";":80,":":80,"?":20,"+":50,"-":50,"*":60,"/":60,"%":60,"|":20,"=":40,"<":40,">":40,"^":40,"**":60,"..":20,":=":10,"!=":40,"<=":40,">=":40,"~>":40,and:30,or:25,in:40,"&":50,"!":0,"~":0},e={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"},r=function(r){var n=0,i=r.length,o=function(t,e){return{type:t,value:e,position:n}},a=function(){for(var t,e,o=n,a=0;n<i;){var s=r.charAt(n);if("/"===s&&"\\"!==r.charAt(n-1)&&0===a){if(""===(t=r.substring(o,n)))throw{code:"S0301",stack:(new Error).stack,position:n};for(n++,s=r.charAt(n),o=n;"i"===s||"m"===s;)n++,s=r.charAt(n);return e=r.substring(o,n)+"g",new RegExp(t,e)}"("!==s&&"["!==s&&"{"!==s||"\\"===r.charAt(n-1)||a++,")"!==s&&"]"!==s&&"}"!==s||"\\"===r.charAt(n-1)||a--,n++}throw{code:"S0302",stack:(new Error).stack,position:n}},s=function s(c){if(n>=i)return null;for(var u=r.charAt(n);n<i&&" \t\n\r\v".indexOf(u)>-1;)n++,u=r.charAt(n);if("/"===u&&"*"===r.charAt(n+1)){var l=n;for(n+=2,u=r.charAt(n);"*"!==u||"/"!==r.charAt(n+1);)if(u=r.charAt(++n),n>=i)throw{code:"S0106",stack:(new Error).stack,position:l};return n+=2,u=r.charAt(n),s(c)}if(!0!==c&&"/"===u)return n++,o("regex",a());if("."===u&&"."===r.charAt(n+1))return n+=2,o("operator","..");if(":"===u&&"="===r.charAt(n+1))return n+=2,o("operator",":=");if("!"===u&&"="===r.charAt(n+1))return n+=2,o("operator","!=");if(">"===u&&"="===r.charAt(n+1))return n+=2,o("operator",">=");if("<"===u&&"="===r.charAt(n+1))return n+=2,o("operator","<=");if("*"===u&&"*"===r.charAt(n+1))return n+=2,o("operator","**");if("~"===u&&">"===r.charAt(n+1))return n+=2,o("operator","~>");if(Object.prototype.hasOwnProperty.call(t,u))return n++,o("operator",u);if('"'===u||"'"===u){var h=u;n++;for(var f="";n<i;){if("\\"===(u=r.charAt(n)))if(n++,u=r.charAt(n),Object.prototype.hasOwnProperty.call(e,u))f+=e[u];else{if("u"!==u)throw{code:"S0103",stack:(new Error).stack,position:n,token:u};var d=r.substr(n+1,4);if(!/^[0-9a-fA-F]+$/.test(d))throw{code:"S0104",stack:(new Error).stack,position:n};var p=parseInt(d,16);f+=String.fromCharCode(p),n+=4}else{if(u===h)return n++,o("string",f);f+=u}n++}throw{code:"S0101",stack:(new Error).stack,position:n}}var g,v=/^-?(0|([1-9][0-9]*))(\.[0-9]+)?([Ee][-+]?[0-9]+)?/.exec(r.substring(n));if(null!==v){var y=parseFloat(v[0]);if(!isNaN(y)&&isFinite(y))return n+=v[0].length,o("number",y);throw{code:"S0102",stack:(new Error).stack,position:n,token:v[0]}}if("`"===u){n++;var m=r.indexOf("`",n);if(-1!==m)return g=r.substring(n,m),n=m+1,o("name",g);throw n=i,{code:"S0105",stack:(new Error).stack,position:n}}for(var b,x=n;;)if(b=r.charAt(x),x===i||" \t\n\r\v".indexOf(b)>-1||Object.prototype.hasOwnProperty.call(t,b)){if("$"===r.charAt(n))return g=r.substring(n+1,x),n=x,o("variable",g);switch(g=r.substring(n,x),n=x,g){case"or":case"in":case"and":return o("operator",g);case"true":return o("value",!0);case"false":return o("value",!1);case"null":return o("value",null);default:return n===i&&""===g?null:o("name",g)}}else x++};return s},i=function(e,i){var o,a,s={},c=[],u=function(){var t=[];"(end)"!==o.id&&t.push({type:o.type,value:o.value,position:o.position});for(var e=a();null!==e;)t.push(e),e=a();return t},l={nud:function(){var t={code:"S0211",token:this.value,position:this.position};if(i)return t.remaining=u(),t.type="error",c.push(t),t;throw t.stack=(new Error).stack,t}},h=function(t,e){var r=s[t];return e=e||0,r?e>=r.lbp&&(r.lbp=e):((r=Object.create(l)).id=r.value=t,r.lbp=e,s[t]=r),r},f=function(t){if(i){t.remaining=u(),c.push(t);var e=s["(error)"];return(o=Object.create(e)).error=t,o.type="(error)",o}throw t.stack=(new Error).stack,t},d=function(t,r){if(t&&o.id!==t){var n={code:"(end)"===o.id?"S0203":"S0202",position:o.position,token:o.value,value:t};return f(n)}var i=a(r);if(null===i)return(o=s["(end)"]).position=e.length,o;var c,u=i.value,l=i.type;switch(l){case"name":case"variable":c=s["(name)"];break;case"operator":if(!(c=s[u]))return f({code:"S0204",stack:(new Error).stack,position:i.position,token:u});break;case"string":case"number":case"value":c=s["(literal)"];break;case"regex":l="regex",c=s["(regex)"];break;default:return f({code:"S0205",stack:(new Error).stack,position:i.position,token:u})}return(o=Object.create(c)).value=u,o.type=l,o.position=i.position,o},p=function(t){var e,r=o;for(d(null,!0),e=r.nud();t<o.lbp;)r=o,d(),e=r.led(e);return e},g=function(t){h(t,0).nud=function(){return this}},v=function(e,r,n){var i=r||t[e],o=h(e,i);return o.led=n||function(t){return this.lhs=t,this.rhs=p(i),this.type="binary",this},o},y=function(t,e,r){var n=h(t,e);return n.led=r,n},m=function(t,e){var r=h(t);return r.nud=e||function(){return this.expression=p(70),this.type="unary",this},r};g("(end)"),g("(name)"),g("(literal)"),g("(regex)"),h(":"),h(";"),h(","),h(")"),h("]"),h("}"),h(".."),v("."),v("+"),v("-"),v("*"),v("/"),v("%"),v("="),v("<"),v(">"),v("!="),v("<="),v(">="),v("&"),v("and"),v("or"),v("in"),g("and"),g("or"),g("in"),m("-"),v("~>"),y("(error)",10,(function(t){return this.lhs=t,this.error=o.error,this.remaining=u(),this.type="error",this})),m("*",(function(){return this.type="wildcard",this})),m("**",(function(){return this.type="descendant",this})),m("%",(function(){return this.type="parent",this})),v("(",t["("],(function(t){if(this.procedure=t,this.type="function",this.arguments=[],")"!==o.id)for(;"operator"===o.type&&"?"===o.id?(this.type="partial",this.arguments.push(o),d("?")):this.arguments.push(p(0)),","===o.id;)d(",");if(d(")",!0),"name"===t.type&&("function"===t.value||"λ"===t.value)){if(this.arguments.forEach((function(t,e){if("variable"!==t.type)return f({code:"S0208",stack:(new Error).stack,position:t.position,token:t.value,value:e+1})})),this.type="lambda","<"===o.id){for(var e=o.position,r=1,i="<";r>0&&"{"!==o.id&&"(end)"!==o.id;){var a=d();">"===a.id?r--:"<"===a.id&&r++,i+=a.value}d(">");try{this.signature=n(i)}catch(t){return t.position=e+t.offset,f(t)}}d("{"),this.body=p(0),d("}")}return this})),m("(",(function(){for(var t=[];")"!==o.id&&(t.push(p(0)),";"===o.id);)d(";");return d(")",!0),this.type="block",this.expressions=t,this})),m("[",(function(){var t=[];if("]"!==o.id)for(;;){var e=p(0);if(".."===o.id){var r={type:"binary",value:"..",position:o.position,lhs:e};d(".."),r.rhs=p(0),e=r}if(t.push(e),","!==o.id)break;d(",")}return d("]",!0),this.expressions=t,this.type="unary",this})),v("[",t["["],(function(e){if("]"===o.id){for(var r=e;r&&"binary"===r.type&&"["===r.value;)r=r.lhs;return r.keepArray=!0,d("]"),e}return this.lhs=e,this.rhs=p(t["]"]),this.type="binary",d("]",!0),this})),v("^",t["^"],(function(t){d("(");for(var e=[];;){var r={descending:!1};if("<"===o.id?d("<"):">"===o.id&&(r.descending=!0,d(">")),r.expression=p(0),e.push(r),","!==o.id)break;d(",")}return d(")"),this.lhs=t,this.rhs=e,this.type="binary",this}));var b=function(t){var e=[];if("}"!==o.id)for(;;){var r=p(0);d(":");var n=p(0);if(e.push([r,n]),","!==o.id)break;d(",")}return d("}",!0),void 0===t?(this.lhs=e,this.type="unary"):(this.lhs=t,this.rhs=e,this.type="binary"),this};m("{",b),v("{",t["{"],b),y(":=",t[":="],(function(e){return"variable"!==e.type?f({code:"S0212",stack:(new Error).stack,position:e.position,token:e.value}):(this.lhs=e,this.rhs=p(t[":="]-1),this.type="binary",this)})),v("@",t["@"],(function(e){return this.lhs=e,this.rhs=p(t["@"]),"variable"!==this.rhs.type?f({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"@"}):(this.type="binary",this)})),v("#",t["#"],(function(e){return this.lhs=e,this.rhs=p(t["#"]),"variable"!==this.rhs.type?f({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"#"}):(this.type="binary",this)})),v("?",t["?"],(function(t){return this.type="condition",this.condition=t,this.then=p(0),":"===o.id&&(d(":"),this.else=p(0)),this})),m("|",(function(){return this.type="transform",this.pattern=p(0),d("|"),this.update=p(0),","===o.id&&(d(","),this.delete=p(0)),d("|"),this}));var x=function t(e){var r;if("function"!==e.type||e.predicate)if("condition"===e.type)e.then=t(e.then),void 0!==e.else&&(e.else=t(e.else)),r=e;else if("block"===e.type){var n=e.expressions.length;n>0&&(e.expressions[n-1]=t(e.expressions[n-1])),r=e}else r=e;else{var i={type:"lambda",thunk:!0,arguments:[],position:e.position};i.body=e,r=i}return r},w=0,A=0,_=[],k=function t(e,r){switch(e.type){case"name":case"wildcard":r.level--,0===r.level&&(void 0===e.ancestor||(_[r.index].slot.label=e.ancestor.label),e.ancestor=r,e.tuple=!0);break;case"parent":r.level++;break;case"block":e.expressions.length>0&&(e.tuple=!0,r=t(e.expressions[e.expressions.length-1],r));break;case"path":e.tuple=!0;var n=e.steps.length-1;for(r=t(e.steps[n--],r);r.level>0&&n>=0;)r=t(e.steps[n--],r);break;default:throw{code:"S0217",token:e.type,position:e.position}}return r},S=function(t,e){if(void 0!==e.seekingParent||"parent"===e.type){var r=void 0!==e.seekingParent?e.seekingParent:[];"parent"===e.type&&r.push(e.slot),void 0===t.seekingParent?t.seekingParent=r:Array.prototype.push.apply(t.seekingParent,r)}},E=function(t){var e=t.steps.length-1,r=t.steps[e],n=void 0!==r.seekingParent?r.seekingParent:[];"parent"===r.type&&n.push(r.slot);for(var i=0;i<n.length;i++){var o=n[i];for(e=t.steps.length-2;o.level>0;){if(e<0){void 0===t.seekingParent?t.seekingParent=[o]:t.seekingParent.push(o);break}for(var a=t.steps[e--];e>=0&&a.focus&&t.steps[e].focus;)a=t.steps[e--];o=k(a,o)}}},M=function t(e){var r;switch(e.type){case"binary":switch(e.value){case".":var n=t(e.lhs);r="path"===n.type?n:{type:"path",steps:[n]},"parent"===n.type&&(r.seekingParent=[n.slot]);var o=t(e.rhs);"function"===o.type&&"path"===o.procedure.type&&1===o.procedure.steps.length&&"name"===o.procedure.steps[0].type&&"function"===r.steps[r.steps.length-1].type&&(r.steps[r.steps.length-1].nextFunction=o.procedure.steps[0].value),"path"===o.type?Array.prototype.push.apply(r.steps,o.steps):(void 0!==o.predicate&&(o.stages=o.predicate,delete o.predicate),r.steps.push(o)),r.steps.filter((function(t){if("number"===t.type||"value"===t.type)throw{code:"S0213",stack:(new Error).stack,position:t.position,value:t.value};return"string"===t.type})).forEach((function(t){t.type="name"})),r.steps.filter((function(t){return!0===t.keepArray})).length>0&&(r.keepSingletonArray=!0);var a=r.steps[0];"unary"===a.type&&"["===a.value&&(a.consarray=!0);var s=r.steps[r.steps.length-1];"unary"===s.type&&"["===s.value&&(s.consarray=!0),E(r);break;case"[":var u=r=t(e.lhs),l="predicate";if("path"===r.type&&(u=r.steps[r.steps.length-1],l="stages"),void 0!==u.group)throw{code:"S0209",stack:(new Error).stack,position:e.position};void 0===u[l]&&(u[l]=[]);var h=t(e.rhs);void 0!==h.seekingParent&&(h.seekingParent.forEach((function(t){1===t.level?k(u,t):t.level--})),S(u,h)),u[l].push({type:"filter",expr:h,position:e.position});break;case"{":if(void 0!==(r=t(e.lhs)).group)throw{code:"S0210",stack:(new Error).stack,position:e.position};r.group={lhs:e.rhs.map((function(e){return[t(e[0]),t(e[1])]})),position:e.position};break;case"^":"path"!==(r=t(e.lhs)).type&&(r={type:"path",steps:[r]});var f={type:"sort",position:e.position};f.terms=e.rhs.map((function(e){var r=t(e.expression);return S(f,r),{descending:e.descending,expression:r}})),r.steps.push(f),E(r);break;case":=":(r={type:"bind",value:e.value,position:e.position}).lhs=t(e.lhs),r.rhs=t(e.rhs),S(r,r.rhs);break;case"@":if(r=t(e.lhs),u=r,"path"===r.type&&(u=r.steps[r.steps.length-1]),void 0!==u.stages||void 0!==u.predicate)throw{code:"S0215",stack:(new Error).stack,position:e.position};if("sort"===u.type)throw{code:"S0216",stack:(new Error).stack,position:e.position};e.keepArray&&(u.keepArray=!0),u.focus=e.rhs.value,u.tuple=!0;break;case"#":r=t(e.lhs),u=r,"path"===r.type?u=r.steps[r.steps.length-1]:(r={type:"path",steps:[r]},void 0!==u.predicate&&(u.stages=u.predicate,delete u.predicate)),void 0===u.stages?u.index=e.rhs.value:u.stages.push({type:"index",value:e.rhs.value,position:e.position}),u.tuple=!0;break;case"~>":(r={type:"apply",value:e.value,position:e.position}).lhs=t(e.lhs),r.rhs=t(e.rhs);break;default:(r={type:e.type,value:e.value,position:e.position}).lhs=t(e.lhs),r.rhs=t(e.rhs),S(r,r.lhs),S(r,r.rhs)}break;case"unary":r={type:e.type,value:e.value,position:e.position},"["===e.value?r.expressions=e.expressions.map((function(e){var n=t(e);return S(r,n),n})):"{"===e.value?r.lhs=e.lhs.map((function(e){var n=t(e[0]);S(r,n);var i=t(e[1]);return S(r,i),[n,i]})):(r.expression=t(e.expression),"-"===e.value&&"number"===r.expression.type?(r=r.expression).value=-r.value:S(r,r.expression));break;case"function":case"partial":(r={type:e.type,name:e.name,value:e.value,position:e.position}).arguments=e.arguments.map((function(e){var n=t(e);return S(r,n),n})),r.procedure=t(e.procedure);break;case"lambda":r={type:e.type,arguments:e.arguments,signature:e.signature,position:e.position};var d=t(e.body);r.body=x(d);break;case"condition":(r={type:e.type,position:e.position}).condition=t(e.condition),S(r,r.condition),r.then=t(e.then),S(r,r.then),void 0!==e.else&&(r.else=t(e.else),S(r,r.else));break;case"transform":(r={type:e.type,position:e.position}).pattern=t(e.pattern),r.update=t(e.update),void 0!==e.delete&&(r.delete=t(e.delete));break;case"block":(r={type:e.type,position:e.position}).expressions=e.expressions.map((function(e){var n=t(e);return S(r,n),(n.consarray||"path"===n.type&&n.steps[0].consarray)&&(r.consarray=!0),n}));break;case"name":r={type:"path",steps:[e]},e.keepArray&&(r.keepSingletonArray=!0);break;case"parent":r={type:"parent",slot:{label:"!"+w++,level:1,index:A++}},_.push(r);break;case"string":case"number":case"value":case"wildcard":case"descendant":case"variable":case"regex":r=e;break;case"operator":if("and"===e.value||"or"===e.value||"in"===e.value)e.type="name",r=t(e);else{if("?"!==e.value)throw{code:"S0201",stack:(new Error).stack,position:e.position,token:e.value};r=e}break;case"error":r=e,e.lhs&&(r=t(e.lhs));break;default:var p="S0206";"(end)"===e.id&&(p="S0207");var g={code:p,position:e.position,token:e.value};if(i)return c.push(g),{type:"error",error:g};throw g.stack=(new Error).stack,g}return e.keepArray&&(r.keepArray=!0),r};a=r(e),d();var T=p(0);if("(end)"!==o.id){var P={code:"S0201",position:o.position,token:o.value};f(P)}if("parent"===(T=M(T)).type||void 0!==T.seekingParent)throw{code:"S0217",token:T.type,position:T.position};return c.length>0&&(T.errors=c),T};return i}();e.exports=i},{"./signature":5}],5:[function(t,e,r){function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}var i=t("./utils"),o=function(){var t={a:"arrays",b:"booleans",f:"functions",n:"numbers",o:"objects",s:"strings"};function e(e){for(var r=1,o=[],a={},s=a;r<e.length;){var c=e.charAt(r);if(":"===c)break;var u=function(){o.push(a),s=a,a={}},l=function(t,e,r,n){for(var i=1,o=e;o<t.length;)if(o++,(c=t.charAt(o))===n){if(0==--i)break}else c===r&&i++;return o};switch(c){case"s":case"n":case"b":case"l":case"o":a.regex="["+c+"m]",a.type=c,u();break;case"a":a.regex="[asnblfom]",a.type=c,a.array=!0,u();break;case"f":a.regex="f",a.type=c,u();break;case"j":a.regex="[asnblom]",a.type=c,u();break;case"x":a.regex="[asnblfom]",a.type=c,u();break;case"-":s.context=!0,s.contextRegex=new RegExp(s.regex),s.regex+="?";break;case"?":case"+":s.regex+=c;break;case"(":var h=l(e,r,"(",")"),f=e.substring(r+1,h);if(-1!==f.indexOf("<"))throw{code:"S0402",stack:(new Error).stack,value:f,offset:r};a.regex="["+f+"m]",a.type="("+f+")",r=h,u();break;case"<":if("a"!==s.type&&"f"!==s.type)throw{code:"S0401",stack:(new Error).stack,value:s.type,offset:r};var d=l(e,r,"<",">");s.subtype=e.substring(r+1,d),r=d}r++}var p="^"+o.map((function(t){return"("+t.regex+")"})).join("")+"$",g=new RegExp(p),v=function(t){var e;if(i.isFunction(t))e="f";else switch(n(t)){case"string":e="s";break;case"number":e="n";break;case"boolean":e="b";break;case"object":e=null===t?"l":Array.isArray(t)?"a":"o";break;default:e="m"}return e},y=function(t,e){for(var r="^",n=0,i=0;i<o.length;i++){r+=o[i].regex;var a=e.match(r);if(null===a)throw{code:"T0410",stack:(new Error).stack,value:t[n],index:n+1};n=a[0].length}throw{code:"T0410",stack:(new Error).stack,value:t[n],index:n+1}};return{definition:e,validate:function(e,r){var n="";e.forEach((function(t){n+=v(t)}));var i=g.exec(n);if(i){var a=[],s=0;return o.forEach((function(n,o){var c=e[s],u=i[o+1];if(""===u)if(n.context&&n.contextRegex){var l=v(r);if(!n.contextRegex.test(l))throw{code:"T0411",stack:(new Error).stack,value:r,index:s+1};a.push(r)}else a.push(c),s++;else u.split("").forEach((function(r){if("a"===n.type){if("m"===r)c=void 0;else{c=e[s];var i=!0;if(void 0!==n.subtype)if("a"!==r&&u!==n.subtype)i=!1;else if("a"===r&&c.length>0){var o=v(c[0]);i=o===n.subtype.charAt(0)&&0===c.filter((function(t){return v(t)!==o})).length}if(!i)throw{code:"T0412",stack:(new Error).stack,value:c,index:s+1,type:t[n.subtype]};"a"!==r&&(c=[c])}a.push(c),s++}else a.push(c),s++}))})),a}y(e,n)}}}return e}();e.exports=o},{"./utils":6}],6:[function(t,e,r){function n(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=i(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function i(t,e){if(t){if("string"==typeof t)return o(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(t,e):void 0}}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function a(t){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},a(t)}var s=function(){function t(t){var e=!1;if("number"==typeof t&&(e=!isNaN(t))&&!isFinite(t))throw{code:"D1001",value:t,stack:(new Error).stack};return e}function e(t){var e=!1;return Array.isArray(t)&&(e=0===t.filter((function(t){return"string"!=typeof t})).length),e}function r(e){var r=!1;return Array.isArray(e)&&(r=0===e.filter((function(e){return!t(e)})).length),r}function i(){var t=[];return t.sequence=!0,1===arguments.length&&t.push(arguments[0]),t}function o(t){return!0===t.sequence&&Array.isArray(t)}function s(t){return t&&(!0===t._jsonata_function||!0===t._jsonata_lambda)||"function"==typeof t}function c(t){return"number"==typeof t.arity?t.arity:"function"==typeof t.implementation?t.implementation.length:"number"==typeof t.length?t.length:t.arguments.length}function u(t){return t&&!0===t._jsonata_lambda}var l=("function"==typeof Symbol?Symbol:{}).iterator||"@@iterator";function h(t){return"object"===a(t)&&null!==t&&l in t&&"next"in t&&"function"==typeof t.next}function f(t,e){if(t===e)return!0;if("object"===a(t)&&"object"===a(e)&&null!==t&&null!==e){if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return!1;for(var r=0;r<t.length;r++)if(!f(t[r],e[r]))return!1;return!0}var n=Object.getOwnPropertyNames(t),i=Object.getOwnPropertyNames(e);if(n.length!==i.length)return!1;for(n=n.sort(),i=i.sort(),r=0;r<n.length;r++)if(n[r]!==i[r])return!1;for(r=0;r<n.length;r++){var o=n[r];if(!f(t[o],e[o]))return!1}return!0}return!1}function d(t){var e,r=[],i=n(t);try{for(i.s();!(e=i.n()).done;){var o=e.value;r.push(o)}}catch(t){i.e(t)}finally{i.f()}return r}return{isNumeric:t,isArrayOfStrings:e,isArrayOfNumbers:r,createSequence:i,isSequence:o,isFunction:s,isLambda:u,isIterable:h,getFunctionArity:c,isDeepEqual:f,stringToArray:d}}();e.exports=s},{}]},{},[3])(3)}(H9);var $9=H9.exports;const G9=function(t){return t};function W9(t){if(!t)return G9;try{var e=$9(t);return function(t){return e.evaluate(t)}}catch(t){return console.error(t),G9}}function q9(t){var e=i9(t);return null==e?"":String(e)}function X9(t){return Number(i9(t))}function V9(t){return t}function K9(t){return q9(t)}function Q9(t){return X9(t)}function J9(t){if(this.param)return t=q9(t),this.param.hasOwnProperty(t)?this.param[t]:this.param.default}function Z9(t){var{param:e}=this;if(e){for(let r in e){let[n,i]=r.split("~"),o=!!n,a=!!i;if(n=parseFloat(n),i=parseFloat(i),t=X9(t),o&&!a&&t>=n)return e[r];if(!o&&a&&t<n)return e[r];if(t>=n&&t<i)return e[r]}return e.default}}function ttt(t){return X9(t)*Math.PI/180}function ett(){}function rtt(t,e,r,n,i){switch(r){case"value":return"text"===i||"string"===i?K9.bind(t):"number"===i?Q9.bind(t):V9.bind(e);case"map":return J9.bind(t);case"range":return Z9.bind(t);case"radian":return ttt.bind(t);case"eval":return function(t){try{return new Function("value","targets",t)}catch(t){return v9(t),ett}}(n).bind(e);default:return V9.bind(e)}}class ntt{constructor(t,e){this.owner=e,this.model=t}dispose(){delete this._model,delete this.owner,delete this.evaluator,delete this.accessor,delete this.source}get model(){return this._model}set model(t){var{target:e,property:r,rule:n,param:i,accessor:o}=t;this._model=t,this.evaluator=rtt(this,this.owner,n,i,function(t){switch(t){case"ref":case"fillStyle":case"strokeStyle":return"string";default:return}}(r)),this.accessor=W9(o);const a=e.match(/\[(.*?)\]/);if(a){var[s,c]=a[1].split(":");this.propAccessor=W9(s),this.partAccessor=W9(c)}}get target(){return this.model.target}get property(){return this.model.property}get source(){return this.model.source}get param(){return this.model.param}get ndnsp(){return!!this.model.ndnsp}get partial(){return!!this.model.partial}}function itt(t,e,r,n){n?t.forEach((t=>t[e]={...t[e],...r})):t.forEach((t=>t[e]=r))}function ott(t=!1){(t||void 0!==this.data)&&this.mappings&&this.mappings.forEach((t=>{var e;try{var r,{source:n,target:i,property:o,accessor:a,propAccessor:s,partAccessor:c,ndnsp:u=!1,partial:l=!1}=t;n&&"(self)"!=n?(n.startsWith("#")&&(n=n.substring(1)),r=(null===(e=this.root.findById(n))||void 0===e?void 0:e.data)||{}):r=this.data;var h=a(r);if("(root)"==(i=i.trim())||"(key)"==i){if(null==h)return;let e=Object.keys(h||{}).map((t=>this.root.findOrCreate(t))).filter(Boolean).flat();e.length>0&&e.forEach((e=>{let r=t.evaluator(h[e.get("id")],[e]);!o||"(action)"===o||u&&!r&&0!==r&&!1!==r||(e[o]=l?{...e[o],...r}:r)}))}else if(i.startsWith("[")){if(null==h)return;if(h instanceof Array)h.forEach((e=>{let r=s(e);if(r){let n=this.root.findOrCreate(r);if(n){let r=t.evaluator(c(e),n);!o||"(action)"===o||u&&!r&&0!==r&&!1!==r||itt(n,o,r,l)}}}));else{if(!(h instanceof Object))throw String("mapping data should be an object to target property-id.("+h+")");{let e=s(h);if(e){let r=this.root.findOrCreate(e);if(r){let e=t.evaluator(c(h),r);!o||"(action)"===o||u&&!e&&0!==e&&!1!==e||itt(r,o,e,l)}}}}}else{let e=this.root.findAll(i,this);if(e.length>0){let r=t.evaluator(h,e);!o||"(action)"===o||u&&!r&&0!==r&&!1!==r||itt(e,o,r,l)}}}catch(e){v9(e,this,t)}}))}var att;function stt(t,e,r,n,i){var{alpha:o=1}=n,a=i.fillStyle;if(t.globalAlpha*=o,a)if("string"==typeof a)t.fillStyle=a,t.fill();else if("object"==typeof a)if("gradient"==a.type){t.translate(r.x,r.y);let n,{width:i,height:o}=e;if("linear"==a.gradientType){let e=3.141592653589793,r=a.rotation;if(r>=.436332&&r<=1.13446||r>=2.00713&&r<=2.70526||r>=3.57792&&r<=4.27606||r>=5.14872&&r<=5.84685){let a=Math.sqrt(Math.pow((i-4)/2,2)+Math.pow((o-4)/2,2));a-=a-(i+o)/3,n=t.createLinearGradient(a*Math.cos(r+e),a*Math.sin(r+e),a*Math.cos(r),a*Math.sin(r))}else n=t.createLinearGradient((i-4)/2*Math.cos(r+e),(o-4)/2*Math.sin(r+e),(i-4)/2*Math.cos(r),(o-4)/2*Math.sin(r))}else if("radial"==a.gradientType){let e=.95*Math.sqrt(Math.pow((i-4)/2,2)+Math.pow((o-4)/2,2));switch(a.center){case"center":default:n=t.createRadialGradient(0,0,0,0,0,e);break;case"left-top":n=t.createRadialGradient(-i/2,-o/2,0,-i/2,-o/2,2*e);break;case"right-top":n=t.createRadialGradient(i/2,-o/2,0,i/2,-o/2,2*e);break;case"left-bottom":n=t.createRadialGradient(-i/2,o/2,0,-i/2,o/2,2*e);break;case"right-bottom":n=t.createRadialGradient(i/2,o/2,0,i/2,o/2,2*e)}}a.colorStops.forEach((t=>{if(t.position>=0&&t.position<=1)try{n.addColorStop(t.position,t.color)}catch(e){y9("Invalid Color for colorstop : ",t.color),n.addColorStop(t.position,"#fff")}})),t.fillStyle=n,t.fill(),t.translate(-r.x,-r.y)}else if("pattern"==a.type&&a.image)if(a.guideOnly&&1!=i.app.mode)a.color&&(t.fillStyle=a.color,t.fill());else{i.prepareFillIf(!i._pattern_image_origin);var s=i._pattern_image;if(!s)return;let r=0,n=0,o=0,c=0,u=e.left,l=e.top;if(!a.fitPattern){r=a.offsetX,n=a.offsetY;const t=a.width?a.width:s.width,i=a.height?a.height:s.height;switch(a.align){case"center":o=e.width/2-t/2,c=e.height/2-i/2;break;case"left-top":o=0,c=0;break;case"left-bottom":o=0,c=e.height-i;break;case"right-top":o=e.width-t,c=0;break;case"right-bottom":o=e.width-t,c=e.height-i;break;case"left":o=0,c=e.height/2-i/2;break;case"right":o=e.width-t,c=e.height/2-i/2;break;case"top":o=e.width/2-t/2,c=0;break;case"bottom":o=e.width/2-t/2,c=e.height-i}u+=r+o,l+=n+c}t.translate(u,l),a.color&&(t.fillStyle=a.color,t.fill()),a.fitPattern?Math.abs((s.width-e.width)*(s.height-e.height))>1?(delete i._pattern_image,delete i._pattern_image_origin):t.fillStyle=t.createPattern(s,"no-repeat"):t.fillStyle=t.createPattern(s,a.noRepeat?"no-repeat":"repeat"),t.fill(),t.translate(-u,-l)}}function ctt(t,e,r){var{strokeStyle:n,lineDash:i,lineWidth:o,lineCap:a,lineJoin:s,alpha:c}=e;if(n&&0!=o){if(a&&(t.lineCap=a),i){var u="round"==a;switch(i){case"solid":i=[0,0];break;case"round-dot":i=u?[0,2*o]:[o,o];break;case"square-dot":i=u?[o,2*o]:[2*o,o];break;case"dash":i=u?[3*o,2.5*o]:[4*o,1.5*o];break;case"dash-dot":i=u?[3*o,3*o,0,3*o]:[4*o,2*o,o,2*o];break;case"long-dash":i=u?[5*o,4*o]:[6*o,3*o];break;case"long-dash-dot":i=u?[5*o,3*o,0,3*o]:[6*o,2*o,o,2*o];break;case"long-dash-dot-dot":i=u?[5*o,2*o,0,2*o,0,2*o]:[6*o,o,o,o,o,o]}t.setLineDash(i)}t.globalAlpha*=c,t.strokeStyle=n,t.lineWidth=o,t.lineJoin=s,t.stroke()}}function utt(t,e,r,n,i,o=0,a=!1,s=!0){o="number"==typeof o?{tl:o,tr:o,br:o,bl:o}:{tl:0,tr:0,br:0,bl:0,...o},t.beginPath(),t.moveTo(e+o.tl,r),t.lineTo(e+n-o.tr,r),t.quadraticCurveTo(e+n,r,e+n,r+o.tr),t.lineTo(e+n,r+i-o.br),t.quadraticCurveTo(e+n,r+i,e+n-o.br,r+i),t.lineTo(e+o.bl,r+i),t.quadraticCurveTo(e,r+i,e,r+i-o.bl),t.lineTo(e,r+o.tl),t.quadraticCurveTo(e,r,e+o.tl,r),t.closePath(),a&&t.fill(),s&&t.stroke()}function ltt(t){const e=/(\*\*|__)(.*?)\1|(\*|_)(.*?)\3|([^\*_]+)/g;let r,n=[];for(;null!==(r=e.exec(t));)r[1]?n.push({text:r[2],bold:!0,italic:!1}):r[3]?n.push({text:r[4],bold:!1,italic:!0}):r[5]&&n.push({text:r[5],bold:!1,italic:!1});return n}function htt(t,e,r,n=0){if(e.text.length<2)return e;let i=2;for(;i<e.text.length;i++){const o=e.text.substring(0,i);if(!(t.measureText(o).width+(i-1)*n<r))break}return{...e,text:e.text.substring(0,i-1)}}function ftt(t,e,r,n,i,o=0){const a=String(e).split("\n");return n?[].concat.apply([],a.map((e=>function(t,e,r,n=0){const i=[];let o=[],a=0;return e.forEach((e=>{let s=e.text;for(;s.length>0;){const c=r-a,u=t.measureText(s).width+(s.length-1)*n;if(u<=c)o.push({...e,text:s}),a+=u,s="";else{const r=htt(t,{...e,text:s},c,n);o.push(r),i.push(o),o=[],a=0,s=s.substring(r.text.length)}}})),o.length>0&&i.push(o),i}(t,i?ltt(e):[{text:e,bold:!1,italic:!1}],r,o)))):a.map((t=>i?ltt(t):[{text:t,bold:!1,italic:!1}]))}function dtt(t,e,r,n,i,o,a=0){if(!n)return[];t.save(),t.font=r;var s=ftt(t,n,e,!!i,o,a);return t.restore(),s}function ptt(t){var{fontFamily:e=C9.FONT_FAMILY,bold:r=C9.BOLD,italic:n=C9.ITALIC,fontSize:i=C9.FONT_SIZE}=t,o=[];return r&&o.push("bold"),n&&o.push("italic"),o.push(i+"px"),o.push(e),o.join(" ")}function gtt(t,e){let r=t.bold||e.bold,n=t.italic||e.italic,i=[];return r&&i.push("bold"),n&&i.push("italic"),i.push(t.fontSize+"px"),i.push(t.fontFamily),i.join(" ")}function vtt(t,e,r,n){var{alpha:i,fontColor:o=C9.FONT_COLOR,textAlign:a=C9.TEXT_ALIGN,textBaseline:s=C9.TEXT_BASELINE,textBackgroundStyle:c,fontSize:u,lineHeight:l,textWrap:h,textOverflow:f,letterSpacing:d=0}=n;i=void 0!==i?i:1,u||(u=C9.FONT_SIZE),l||(l=1.2*u),t.save(),t.beginPath();var{left:p,top:g,width:v,height:y}=e;if(t.font=ptt(n),!h&&f){const e=function(t,e,r,n){const i="ellipsis"===t?"…":"",o=e.measureText(i).width;let a=[],s=0;for(let i of r){let r=[];for(let c of i){let i=e.measureText(c.text).width;if(!(s+i<=n-("ellipsis"===t?o:0))){let i=ytt(e,c,n-s-("ellipsis"===t?o:0),t);return r.push(i),a.push(r),a}r.push(c),s+=i}a.push(r),s=0}return a}(f,t,r,v);r=e}var m,b=r.length*l;switch(s){case"top":m=g,t.textBaseline="top";break;case"bottom":m=g+y-b+l,t.textBaseline="bottom";break;default:m=g+y/2-b/2+l/2,t.textBaseline="middle"}t.globalAlpha*=i,t.fillStyle=o,r.forEach(((e,i)=>{let s=m+i*l,h=function(t,e,r,n=0){return e.reduce(((e,i)=>(t.font=gtt(r,i),e+t.measureText(i.text).width+n*(i.text.length-1))),0)}(t,e,n,d),f=p;switch(a){case"left":case"justify":f=p;break;case"right":f=p+v-h;break;case"center":f=p+(v-h)/2}if(c&&(t.fillStyle=c,utt(t,f-4,s-u/2-4,h+8,u+8,4,!0,!1),t.fillStyle=o),"justify"===a&&i<r.length-1&&e.length>1){let r=v-h,i=e.length-1,o=r/i;e.forEach(((e,r)=>{t.font=gtt(n,e),t.fillText(e.text,f,s),f+=t.measureText(e.text).width+(r<i?o:0)}))}else e.forEach((e=>{t.font=gtt(n,e),[...e.text].forEach((e=>{t.fillText(e,f,s),f+=t.measureText(e).width+d}))}))})),t.restore()}function ytt(t,e,r,n){let i="";for(let n=0;n<e.text.length;n++){let o=i+e.text[n];if(t.measureText(o).width>r)break;i=o}return{...e,text:i+("ellipsis"===n?"…":"")}}function mtt(t,e,r={x:0,y:0},n=0,i={x:1,y:1}){const o=Math.cos(-n),a=Math.sin(-n);return{x:((t-=r.x)*o-(e-=r.y)*a+r.x)/i.x,y:(t*a+e*o+r.y)/i.y}}function btt(t,e,r={x:0,y:0},n=0,i={x:1,y:1}){const o=Math.cos(n),a=Math.sin(n);return{x:((t-=r.x)*o-(e-=r.y)*a+r.x)*i.x,y:(t*a+e*o+r.y)*i.y}}function xtt(t){var e=t.element,r=t.fillStyle,n=e.style;if(r)if("string"==typeof r)n.backgroundColor=r;else switch(r.type){case"pattern":if(n.backgroundImage="url("+r.image+")",n.backgroundColor="transparent",r.fitPattern?n.backgroundSize="100% 100%":r.width||r.height?n.backgroundSize=`${r.width?r.width+"px":"auto"} ${r.height?r.height+"px":"auto"}`:n.backgroundSize="contain",r.fitPattern)n.backgroundRepeat="no-repeat";else{const{offsetX:t,offsetY:e,noRepeat:i,align:o,color:a}=r;if(i&&(n.backgroundRepeat="no-repeat"),a&&(n.backgroundColor=a),o)switch(o){case"center":n.backgroundPosition="center center";break;case"left-top":n.backgroundPosition="left top";break;case"left-bottom":n.backgroundPosition="left bottom";break;case"right-top":n.backgroundPosition="right top";break;case"right-bottom":n.backgroundPosition="right bottom";break;case"left":n.backgroundPosition="left center";break;case"right":n.backgroundPosition="right center";break;case"top":n.backgroundPosition="center top";break;case"bottom":n.backgroundPosition="center bottom"}else t||e?n.backgroundPosition=`${Number(t)||0}px ${Number(e)||0}px`:delete n.backgroundPosition}break;case"gradient":n.background=function(t,e){var r=e.colorStops,n=e.gradientType;if(r instanceof Array&&r.length>0)switch(n){case"radial":return"radial-gradient(farthest-corner at "+function(t,e){var{width:r,height:n}=t.bounds;switch(e){case"center":return[r/2,n/2];case"left-top":return[0,0];case"right-top":return[r,0];case"left-bottom":return[0,n];default:return[r,n]}}(t,e.center||"center").map((t=>t+"px")).join(" ")+","+r.map((t=>`${t.color} ${100*t.position}%`)).join(",")+")";case"linear":return"linear-gradient("+(180*(e.rotation||0)/3.141592653589793+90+"deg")+", "+r.map((t=>`${t.color} ${100*t.position}%`)).join(",")+")"}return""}(t,r)}else n.background="transparent"}att="undefined"==typeof document?function(t,e){return new Canvas(t,e)}:function(t,e){var r=document.createElement("canvas");return r.width=t,r.height=e,r};const wtt={x:1,y:1},Att={x:0,y:0},_tt={boxSizing:"border-box",margin:"0px",position:"absolute",outline:"none"};function ktt(t){var{id:e,scale:r=wtt,translate:n=Att,bold:i,italic:o,fontFamily:a="",textAlign:s,textBaseline:c,textOverflow:u,paddingTop:l,paddingBottom:h,paddingLeft:f,paddingRight:d,fontSize:p=C9.FONT_SIZE,lineWidth:g=0,lineHeight:v,lineDash:y}=t.state;h||(h=0),l||(l=0),f||(f=0),d||(d=0);var m=t.state.class;t.text;var{strokeStyle:b,fillStyle:x,rotation:w=0,fontColor:A,hidden:_}=t,{left:k,top:S,width:E,height:M}=t.bounds,T=t.element;if(T.hidden=_,e&&(T.id=e),m&&(T.className=m),Object.assign(T.style,_tt,{fontFamily:a,fontSize:p+"px",width:E+"px",height:M+"px",paddingTop:l+"px",paddingRight:d+"px",paddingBottom:h+"px",paddingLeft:f+"px",border:g+"px",borderColor:b,borderStyle:g>0?y||C9.LINE_DASH:"",color:A,fontWeight:i?"bold":"",fontStyle:o?"italic":"",textAlign:"end"==s?"right":"start"==s?"left":s,verticalAlign:c,lineHeight:void 0===v?"":v+"px",whiteSpace:u?"nowrap":"",overflow:u?"hidden":"",textOverflow:u||""},t.isIn3DSpace()?{}:{left:k+"px",top:S+"px"}),xtt(t),function(t){if(t.isShadowable()&&t.state.shadow){var e=t.element,{left:r=0,top:n=0,blurSize:i=0,color:o="transparent"}=t.state.shadow;e.style.boxShadow=`${r}px ${n}px ${i}px ${o}`}}(t),!t.isIn3DSpace()){var P=t.delta(),O=(r&&r.x||1)*P.sx,I=(r&&r.y||1)*P.sy,C=(w||0)+P.theta,R=P.tx||0,j=P.ty||0;T.style.transform=`rotate(${C}rad) translate(${R}px, ${j}px) scale(${O}, ${I}) perspective(1px)`}}var Stt,Ett=[];function Mtt(){Stt=null;var t=performance.now(),e=(Ett=Ett.filter((t=>Ttt(t)))).reduce(((e,r)=>{let n=t-r.updatedAt;return n>=r.retention?e.kills.push(r):e.next=0==e.next?r.retention-n:Math.min(e.next,r.retention-n),e}),{next:0,kills:[]});e.kills.forEach((t=>{let e=Ett.indexOf(t);-1!=e?(Ett.splice(e,1),t.removeSelf(!0)):v9("Should not be here. Maybe reentrance problem.")})),e.next>0&&(Stt=setTimeout(Ptt,Math.max(e.next,500)))}function Ttt(t){return!t.disposed&&t.retention>0&&!t.isTemplate()&&t.app&&t.app.isViewMode}var Ptt=K7((function(){requestAnimationFrame(Mtt)}),500);var Ott=new class{add(t){Ttt(t)&&-1==Ett.indexOf(t)&&(Ett.push(t),t.touch()),this.touch()}remove(t){var e=Ett.indexOf(t);e>0&&Ett.splice(e,1),this.touch()}touch(){null!==Stt&&(clearTimeout(Stt),Stt=null),Ptt()}get length(){return Ett.length}};const Itt=function(t){return t};function Ctt(t){var e=t.indexOf("||"),r="",n="";-1!=e&&(r=t,n=t.substring(e+2,t.length-1).trim(),t=t.replace(t.substring(e,t.length-1),"").trim());var i=t.substr(2,t.length-3).trim().replace(/\[(\w+)\]/g,".$1").replace(/^\./,"").split(".").filter((t=>!!t.trim())),o=i.slice(1);return{defaultValue:n,match:t,originText:r||t,target:i[0],accessor:o.length>0?function(t){return o.reduce(((t,e)=>t?t[e]:void 0),t)}:Itt}}function Rtt(t,e,r){if(t){var n=r||i9,i=String(t),o=(i.match(/#{[^}]*}/gi)||[]).map((t=>Ctt(t))),a=(i.match(/\${[^}]*}/gi)||[]).map((t=>Ctt(t)));if(0!=o.length||0!=a.length)return function(){var t=i;return o.forEach((r=>{let i=n(r.accessor(e.getState(r.target)));t=t.replace(r.originText,void 0===i?r.defaultValue||"":i)})),a.forEach((r=>{let i=e.root.findById(r.target),o=n(r.accessor(i&&i.data));t=t.replace(r.originText,void 0===o?r.defaultValue||"":o)})),t}}}const jtt=210*Math.PI/180,Ltt=150*Math.PI/180;var Dtt={"data-spread":function(t,e,r){if(t.app.isEditMode){var n=!1;return t.mappings&&t.mappings.forEach((r=>{let i=t.root.findAll(r.target,t);i&&(e.lineWidth=2,i.forEach((r=>{let i=t.center,o=r.center;i=t.transcoordS2C(i.x,i.y,t.rootModel),o=r.transcoordS2C(o.x,o.y,r.rootModel),e.beginPath();const a=e.createLinearGradient(i.x,i.y,o.x,o.y);["#FFA50033","#FFA500"].forEach(((t,e)=>a.addColorStop(e,t))),e.strokeStyle=a,e.fillStyle=a,function(t,e,r,n=10){var i=r.x-e.x,o=r.y-e.y,a=Math.atan2(o,i),s=r.x+n*Math.cos(a+jtt),c=r.y+n*Math.sin(a+jtt),u=r.x+n*Math.cos(a+Ltt),l=r.y+n*Math.sin(a+Ltt);t.beginPath(),t.moveTo(e.x,e.y),t.lineTo(r.x,r.y),t.moveTo(r.x,r.y),t.lineTo(s,c),t.moveTo(r.x,r.y),t.lineTo(u,l),t.stroke()}(e,i,o),n=!0})))})),n}},"bouncing-arrow":function(t,e,r){let{left:n,top:i,width:o}=t.bounds,a=t.state.id,{x:s,y:c}=t.transcoordS2C(n+o/2,i,t.rootModel);const u=2*function(t){const e=100*(1-t)%10;return e<5?e:10-e}(r||0);if(s=Math.max(s,20),c=Math.max(c,20),e.beginPath(),e.moveTo(s-10,c-16+u),e.lineTo(s+10,c-16+u),e.lineTo(s+10,c-8+u),e.lineTo(s+16,c-8+u),e.lineTo(s,c+u),e.lineTo(s-16,c-8+u),e.lineTo(s-10,c-8+u),e.lineTo(s-10,c-16+u),e.lineTo(s-10,c-16+u),e.fillStyle="#FF0000",e.fill(),a){e.beginPath(),e.font="12px Arial";let t=e.measureText(a);e.fillStyle="#FF0000",e.roundRect(s-t.actualBoundingBoxLeft-3+20,c-t.actualBoundingBoxAscent-3-6+u,t.actualBoundingBoxLeft+t.actualBoundingBoxRight+6,t.actualBoundingBoxAscent+t.actualBoundingBoxDescent+6,3),e.fill(),e.fillStyle="white",e.fillText(a,s+20,c-6+u)}return!0},decotag:function(t,e,r){const n=t.decotag;if(n){let{left:r,top:i}=t.bounds,{x:o,y:a}=t.transcoordS2C(r,i,t.rootModel);o=Math.max(o+3,5),a=Math.max(a-8,15),e.font="12px Arial";let s=e.measureText(n);return e.beginPath(),e.fillStyle="#FF0000",e.roundRect(o-s.actualBoundingBoxLeft-3,a-s.actualBoundingBoxAscent-3,s.actualBoundingBoxLeft+s.actualBoundingBoxRight+6,s.actualBoundingBoxAscent+s.actualBoundingBoxDescent+6,3),e.fill(),e.beginPath(),e.fillStyle="white",e.fillText(n,o,a),!0}return!1},anchors:function(t,e,r){if(t.app.isEditMode){var n=!1;return t.anchors&&t.anchors.forEach((r=>{const{name:i,position:o}=r;var{x:a,y:s}=o||{};if(!i)return;var{x:a,y:s}=t.transcoordS2C(a,s,t.rootModel);a+=4,s+=4,e.font="12px Arial";let c=e.measureText(i);e.fillStyle="#FF0000",utt(e,a,s,c.width+6,16,3,!0,!1),e.fillStyle="white",e.fillText(i,a+3,s+13),n=!0})),n}},link:function(t,e,r){var n=!1;if(!t.isLine())return;const{fromEnd:i,toEnd:o}=t;return[i,o].filter(Boolean).forEach((t=>{const{component:r,anchor:i}=t;if(!i)return;const{name:o,position:a}=i||{};if(!o||!a)return;var{x:s,y:c}=a||{},{x:s,y:c}=r.transcoordS2C(s,c,r.rootModel);s+=8,c+=20,e.font="12px Arial";let u=e.measureText(o);e.fillStyle="#FF0000",utt(e,s-u.actualBoundingBoxLeft-4,c-u.actualBoundingBoxAscent-4,u.actualBoundingBoxLeft+u.actualBoundingBoxRight+8,u.actualBoundingBoxAscent+u.actualBoundingBoxDescent+8,4,!0,!1),e.fillStyle="white",e.fillText(o,s,c),n=!0})),n}};function ztt(t){return Dtt[t]}var Ntt={};const Ftt={mutable:!1,resizable:!0,rotatable:!0,properties:[],"value-property":"text"},Btt=[],Utt={theta:0,tx:0,ty:0,sx:1,sy:1,fade:0};var Ytt=0,Htt={};const $tt=new FinalizationRegistry((t=>{!function(t){Ytt--;var e=Htt[t];e||(e=Htt[t]={up:0,down:0}),e.down++}(t)}));class Gtt{static get nature(){return Ftt}static register(t,e){if(!e)return Ntt[t];Ntt[t]=e}static get residents(){return Htt}static get residentsCount(){return Ytt}static registerDecorator(t,e){!function(t,e){Dtt[t]=e}(t,e)}constructor(t,e){var r,n;this._app=e,this._model=t||{},this._state={},this._delta=z7(Utt),e&&(null===(r=this.animation)||void 0===r?void 0:r.config)&&(1==this.animation.config.autoplay||null===(n=this.animation.config.autoplay)||void 0===n||n)&&(this.animation.started=!0),this.clearCache(),Ott.add(this),function(t){Ytt++;var e=Htt[t];e||(e=Htt[t]={up:0,down:0}),e.up++}(t.type),$tt.register(this,t.type)}created(){}added(t){}removed(t){}async ready(){if(this.state.persistent){const{isViewMode:t,dataStorage:e}=this.app;t&&(this.data=await e.load(this))}}touch(){this.updatedAt=performance.now()}clearCache(...t){!function(t,...e){0==e.length?t.__cache__={}:e.forEach((e=>delete t.__cache__[e]))}(this,...t)}removeSelf(t){t?this.dispose():this.parent&&this.parent.removeComponent(this)}resetAnimation(){this._animation&&(this._animation.dispose(),this._animation=null,this._delta=z7(Utt))}dispose(){this.resetAnimation(),this.disposeMappings(),this.parent&&this.parent.removeComponent(this),delete this._text_substitutor,delete this._value_substitutor,this._disposed=!0,this.retention&&Ott.touch(),this.clearCache(),delete this._app}get nature(){return this.constructor.nature}get disposed(){return!!this._disposed}isLayer(){return!1}isGroup(){return!1}isContainer(){return!1}isLine(){return!1}isRoot(){return!1}isRootModel(){return!1}is3dish(){return!1}isIn3DSpace(){return!1}isTemplate(){return!!this.get("templatePrefix")}isHTMLElement(){return!1}isConnectable(){return!1}isIdentifiable(){return!0}replaceRefids(t){}get retention(){return Number(this.get("retention"))||0}get hasTextProperty(){return!0}get app(){return!this._app&&this.parent&&(this._app=this.parent.app),this._app}get model(){return this._model}get state(){return Object.assign({},this._model,this._state)}get hierarchy(){var t=z7(this._model);return this.volatile.forEach((e=>{delete t[e]})),t}get volatile(){return Btt}get textHidden(){return!!this._textHidden}set textHidden(t){this._textHidden=!!t,this.invalidate()}get(t){return this._model[t]}set(t,e){if("string"==typeof t)return this.set({[t]:e});var r={},n={},i=!1,o=(t=z7(t),this);return Object.getOwnPropertyNames(t).forEach((function(e){let a=o._model[e],s=t[e];l8(a,s)||(n[e]=a,r[e]=s,o._model[e]=s,delete o._state[e],i=!0)})),i&&(this.clearCache(),r.hasOwnProperty("text")&&delete this._text_substitutor,r.hasOwnProperty("retention")&&Ott.add(this),r.hasOwnProperty("fillStyle")&&this.onchangeFill(r,n),r.hasOwnProperty("mappings")&&this.onchangeMappings(r,n),r.hasOwnProperty("data")&&this.onchangeData(r,n),this.onchange&&this.onchange(r,n),this.trigger("change",r,n)),this}getState(t){return this._state.hasOwnProperty(t)?this._state[t]:this.get(t)}setState(t,e){if("string"==typeof t)return this.setState({[t]:e});var r={},n={},i=!1,o=(t=z7(t),this),a=this.getState("sensitive");return Object.getOwnPropertyNames(t).forEach((function(e){let s=o.getState(e),c=t[e];!a&&l8(s,c)||(n[e]=s,r[e]=c,o._state[e]=c,i=!0)})),i&&(this.clearCache(),r.hasOwnProperty("text")&&delete this._text_substitutor,r.hasOwnProperty("fillStyle")&&this.onchangeFill(r,n),r.hasOwnProperty("data")&&this.onchangeData(r,n),this.onchange&&this.onchange(r,n),this.trigger("change",r,n)),this}get root(){return this.isRoot()?this:this.parent&&this.parent.root}get rootModel(){return this.isRootModel()?this:this.parent&&this.parent.rootModel}get parent(){return this._parent}set parent(t){this._parent=t}get anchors(){return this.nature.anchors||[]}findAnchor(t){return this.anchors.find((e=>e.name===t))}isDescendible(t){return!0}getContext(){return this._parent.getContext()}get center(){var t=this.bounds;return{x:t.left+t.width/2,y:t.top+t.height/2}}set center(t){if(t&&!isNaN(t.x)&&!isNaN(t.y)){var e=this.center;if(Math.round(100*t.x)/100!=Math.round(100*e.x)/100||Math.round(100*t.y)/100!=Math.round(100*e.y)/100){var r=t.x-e.x,n=t.y-e.y;this.path=this.path.map((t=>({x:t.x+r,y:t.y+n})))}}}get location(){const{x:t,y:e}=this.center;return{x:t,y:e,z:this.state.zPos}}set location(t){const{x:e,y:r,z:n}=t||{};this.center={x:e,y:r},isNaN(n)||this.setState("zPos",Number(n))}get rotate(){const{rotationX:t,rotationY:e,rotation:r}=this.state;return{x:t,y:e,z:-r}}set rotate(t){const{x:e,y:r,z:n}=t;this.setState({rotationX:e,rotationY:r,rotation:-n})}get dimension(){const{width:t,height:e}=this.bounds,{depth:r}=this.state;return{width:t,height:e,depth:r}}set dimension(t){const{width:e,height:r,depth:n}=t,{top:i,left:o}=this.bounds;this.bounds={top:i,left:o,width:e,height:r},this.setState("depth",n)}get bounds(){var t,e,r,n,i=this.path;t=e=i[0].x,r=n=i[0].y;for(let o=1;o<i.length;o++){let a=i[o];a.x<t?t=a.x:a.x>e&&(e=a.x),a.y<r?r=a.y:a.y>n&&(n=a.y)}return{left:t,top:r,width:e-t,height:n-r}}set bounds(t){var e=this.bounds;if(Math.round(100*t.width)/100!=Math.round(100*e.width)/100||Math.round(100*t.height)/100!=Math.round(100*e.height)/100||Math.round(100*t.left)/100!=Math.round(100*e.left)/100||Math.round(100*t.top)/100!=Math.round(100*e.top)/100){var r=0==e.width?1:t.width/e.width,n=0==e.height?1:t.height/e.height;this.path=this.path.map((i=>({x:t.left+(i.x-e.left)*r,y:t.top+(i.y-e.top)*n})))}}get path(){return v9("이 컴포넌트에 get path 가 구현되어있지 않음.",this),[]}set path(t){v9("이 컴포넌트에 get path 가 구현되어있지 않음.",this)}get drawPath(){return this.path}outline(t){return function(t,e){var r=t.path.slice();if(r&&r.length){var n=1,i=[];if(t.isLine()||r.push(r[0]),e<=0)return t.transcoordS2T(r[0].x,r[0].y);if(e>=1)return t.transcoordS2T(r[r.length-1].x,r[r.length-1].y);for(;r[n];){let t=r[n-1],e=r[n],o=e.x-t.x,a=e.y-t.y;i.push(Math.sqrt(o*o+a*a)),n++}var o=i.reduce((function(t,e){return t+e}),0);n=0;var a=0;do{a+=i[n++]}while(a/o<e);e=(e-(a-=i[--n])/o)*(o/i[n]);var s=r[n%r.length],c=r[(n+1)%r.length],u=s.x+Math.round((c.x-s.x)*e),l=s.y+Math.round((c.y-s.y)*e);return t.transcoordS2T(u,l)}v9("path should not be empty")}(this,t||0)}get strokeStyle(){return this.get("strokeStyle")}set strokeStyle(t){this.set("strokeStyle",t)}get fillStyle(){return this.getState("fillStyle")}set fillStyle(t){this.setState("fillStyle",t)}get fontColor(){return this.get("fontColor")}set fontColor(t){this.set("fontColor",String(i9(t)))}get rotation(){return this.getState("rotation")}set rotation(t){this.setState("rotation",Number(i9(t)))}contains(t,e){return!1}get mutable(){return this.nature.mutable}get resizable(){return this.nature.resizable&&!this.stuck}adjustResize(t,e,r){if(r){let e=this.bounds,r=e.height/e.width,n=t.width-e.width,i=t.height-e.height;n*r>i?i=n*r:n=i/r;let o=t.left-e.left,a=t.top-e.top;return 0!=o&&0!=a?(a=-i,o=-n):0!=o?o=-n:0!=a&&(a=-i),{left:e.left+o,top:e.top+a,width:e.width+n,height:e.height+i}}return t}get rotatable(){return this.nature.rotatable&&!this.stuck}adjustRotation(t,e){if(e||this.app.rotateStepForced){let e=this.app.rotateStep;return Math.floor((t+e/2)/e)*e}return t}get capturable(){return!1!==this.get("capturable")&&(this.app.isEditMode||!this.hidden)}get stuck(){return!!(this.parent&&this.parent.layout.isStuck(this)||this.get("locked"))}findFirst(t,...e){if(t(this,...e))return this}findAll(t,...e){return"string"==typeof t?U9(t,this,e[0]||this):"function"==typeof t&&t(this,...e)?[this]:void 0}capture(t,e,r){if(!this.capturable||(null==r?void 0:r(this)))return!1;var n=this.transcoordP2S(t,e);return this.contains(n.x,n.y)?this:void 0}prepare(t,e){t(this)}prepareIf(t){t&&this.prepare&&this.prepare((t=>{this.invalidate()}),(t=>{v9(t)}))}get decotag(){const{id:t,tag:e}=this.state;return(t?`#${t}`:"")+(e?`@${e}`:"")}get decorators(){return["decotag","data-spread"]}get reactionDecorators(){return["bouncing-arrow"]}get hidden(){return this.getState("hidden")||!this.data&&0!==this.data&&this.getState("ndns")||this.isTemplate()}set hidden(t){this.setState("hidden",t)}draw(t){t.save(),this.prerender(t),this.render(t),this.postrender(t),t.restore()}delta(t,e){if("object"==typeof t)this._delta={...this._delta,...t};else{if(void 0===e)return t?this._delta[t]:this._delta;this._delta[t]=e}}prerender(t){var e=this.rotatePoint,{scale:r,rotation:n,shadow:i,alpha:o}=this.state,a=(r&&r.x||1)*this._delta.sx,s=(r&&r.y||1)*this._delta.sy,c=(n||0)+this._delta.theta,{tx:u=0,ty:l=0}=this._delta,h=(o||1)-this._delta.fade;(u||l)&&t.translate(u,l),(1!=a||1!=s||c)&&(t.translate(e.x,e.y),1==a&&1==s||t.scale(a,s),c&&t.rotate(c),t.translate(-e.x,-e.y)),h&&(t.globalAlpha=h),i&&j9(t,i,this),this.app.isEditMode&&this.hidden&&(t.globalAlpha*=.5)}render(t){}postrender(t){this.drawText(t)}drawText(t){!this.textHidden&&this.text&&this.hasTextProperty&&vtt(t,this.textBounds,this.textLines(t),this.state)}drawStroke(t,e){ctt(t,e?{...this.state,...e}:this.state)}drawFill(t,e){this.fillStyle&&"transparent"!=this.fillStyle&&(stt(t,this.bounds,this.center,e?{...this.state,...e}:this.state,this),function(t){t.shadowColor="transparent"}(t))}animate(t){return this._animate&&this._animate.stop(),this._animate=d7(t),this._animate}move({x:t,y:e}){var r=this.path,n=t,i=e;this.path=r.map((t=>({x:t.x+n,y:t.y+i})))}symmetryX(t){"number"!=typeof t&&(t=this.center.x);var{rotation:e}=this.state,r=this.fillStyle;if(this.set("rotation",2*Math.PI-e),r&&"gradient"===r.type&&"linear"===r.gradientType){var n=z7(r);n.rotation=(Math.PI-parseFloat(r.rotation||0))%(2*Math.PI),this.set("fillStyle",n)}this.path=this.path.map((e=>({x:2*t-e.x,y:e.y})))}symmetryY(t){this.symmetryX(),this.set("rotation",(Math.PI+this.model.rotation)%(2*Math.PI)),t&&this.move({x:0,y:2*(t-this.center.y)},!1)}get animation(){if(this.app.isViewMode&&!this.isTemplate()){if(!this._animation){var t=this.state.animation;t&&t.oncreate&&(this._animation=f7(this,t.oncreate))}return this._animation}}effect(t,e){return function(t,e,r){var n=L9[r.type];n&&n(t,e,r)}(this,t,e)}get started(){var t;return!!(null===(t=this.animation)||void 0===t?void 0:t.started)}set started(t){this.animation&&(this.animation.started=t)}invalidate(){this.parent&&this.parent.invalidate()}get font(){return ptt(this.model)}get lineHeight(){var t=this.get("lineHeight");return t||1.2*this.fontSize}defaultTextSubstitutor(){var t=this.getState("text");return null==t?"":String(t)}get textSubstitutor(){return this._text_substitutor||(this._text_substitutor=Rtt(this.getState("text"),this)||this.defaultTextSubstitutor),this._text_substitutor}get text(){var t=this.get("textFormat");return t?function(t,e){if(!t||isNaN(+e))return e;var r,n,i,o,a,s,c,u,l,h=t.length,f=t.search(/[0-9\-\+#]/),d=f>0?t.substring(0,f):"",p=t.split("").reverse().join(""),g=p.search(/[0-9\-\+#]/),v=h-g,y=t.substring(v,v+1),m=v+("."===y||","===y?1:0),b=g>0?t.substring(m,h):"";if(r=(e="-"===(t=t.substring(f,m)).charAt(0)?-e:+e)<0?e=-e:0,i=(n=t.match(/[^\d\-\+#]/g))&&n[1]&&n[0]||",",t=t.split("."),e=+(e=e.toFixed(t[1]&&t[1].length))+"",a=t[1]&&t[1].lastIndexOf("0"),(!(c=e.split("."))[1]||c[1]&&c[1].length<=a)&&(e=(+e).toFixed(a+1)),u=t[0].split(i),t[0]=u.join(""),(o=t[0]&&t[0].indexOf("0"))>-1)for(;c[0].length<t[0].length-o;)c[0]="0"+c[0];else 0==+c[0]&&(c[0]="");if((e=e.split("."))[0]=c[0],s=u[1]&&u[u.length-1].length){for(p="",v=(l=e[0]).length%s,h=l.length,m=0;m<h;m++)p+=l.charAt(m),!((m-v+1)%s)&&m<h-s&&(p+=i);e[0]=p}return e[1]=t[1]&&e[1]?"."+e[1]:"","0"!==(n=e.join(""))&&""!==n||(r=!1),d+("+"==t[0].substring(0,1)?r?"-":"+":r?"-":"")+n+b}(t,this.textSubstitutor()):this.textSubstitutor()}set text(t){delete this._text_substitutor;var e=i9(t);this.setState("text",null==e?"":String(e))}textLines(t){const{textWrap:e,supportMarkdown:r}=this.state;return dtt(t||this.getContext(),this.textBounds.width,this.font,this.text,e,r)}get textBounds(){var{paddingTop:t,paddingLeft:e,paddingRight:r,paddingBottom:n}=this.state;n||(n=0),t||(t=0),e||(e=0),r||(r=0);var{left:i,top:o,width:a,height:s}=this.bounds;return{left:i+e,top:o+t,width:Math.max(a-e-r,0),height:Math.max(s-t-n,0)}}get textRotation(){return 0}get rotatePoint(){return this.center}trim(){delete this._model[""],"chartjs"!==this._model.type&&delete this._model.chart}get value(){var t=this.nature["value-property"]||"text";return"value"==t?this.getState("value"):this[t]}set value(t){var e=this.nature["value-property"]||"text";"value"==e?this.setState("value",t):this[e]=t}get data(){return this.getState("data")}set data(t){this.setState("data",t),this.touch()}set tap(t){var e,r,n=null===(e=this.model.event)||void 0===e?void 0:e.tap;if(n){const{cx:t,cy:e}=this.center;null===(r=this.rootModel)||void 0===r||r._doEventAction(n,this,!0,new CustomEvent("click",{offsetX:t,offsetY:e}))}}get mappings(){return!this._mappings&&this.parent&&this.buildMappings(),this._mappings}serialize(...t){return JSON.stringify(this.hierarchy,...t)}get controls(){}closeScene(t){this.rootModel.closeScene(t)}}Gtt.union=function(t){var e,r,n,i;return t.forEach((t=>{void 0===e?(e=t.left,r=t.top,n=t.left+t.width,i=t.top+t.height):(e=Math.min(t.left,e),r=Math.min(t.top,r),n=Math.max(t.left+t.width,n),i=Math.max(t.top+t.height,i))})),{left:e,top:r,width:n-e,height:i-r}},Gtt.transcoordR=mtt,Gtt.transcoordRR=btt,Gtt.createCanvas=att,Gtt.memoize=b9,Gtt.mixin=g9,Gtt.drawText=vtt,Gtt.font=ptt,Gtt.textLines=dtt,Gtt.drawStroke=ctt,Gtt.drawFill=stt,Gtt.reposition=ktt,Gtt.RetentionManager=Ott,Gtt.template=function(t,e,r){var n=t7.imports._.templateSettings||t7;r&&k8(t,e,r)&&(e=void 0),t=Q8(t),e=P8({},e,n,U8);var i,o,a=P8({},e.imports,n.imports,U8),s=F6(a),c=function(t,e){return N8(e,(function(e){return t[e]}))}(a,s),u=0,l=e.interpolate||a7,h="__p += '",f=RegExp((e.escape||a7).source+"|"+l.source+"|"+(l===$8?o7:a7).source+"|"+(e.evaluate||a7).source+"|$","g"),d=c7.call(e,"sourceURL")?"//# sourceURL="+(e.sourceURL+"").replace(/\s/g," ")+"\n":"";t.replace(f,(function(e,r,n,a,s,c){return n||(n=a),h+=t.slice(u,c).replace(s7,H8),r&&(i=!0,h+="' +\n__e("+r+") +\n'"),s&&(o=!0,h+="';\n"+s+";\n__p += '"),n&&(h+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=c+e.length,e})),h+="';\n";var p=c7.call(e,"variable")&&e.variable;if(p){if(i7.test(p))throw new Error("Invalid `variable` option passed into `_.template`")}else h="with (obj) {\n"+h+"\n}\n";h=(o?h.replace(e7,""):h).replace(r7,"$1").replace(n7,"$1;"),h="function("+(p||"obj")+") {\n"+(p?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(i?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+h+"return __p\n}";var g=z8((function(){return Function(s,d+"return "+h).apply(void 0,c)}));if(g.source=h,D8(g))throw g;return g},Gtt.buildSubstitutor=Rtt,Object.assign(Gtt.prototype,{drawEffect:function(t){const{effects:e}=this.state;(e||[]).forEach((e=>{this.effect(t,e)}))},prepareFill:function(t,e){var r=this.fillStyle;if(r&&"pattern"==r.type&&r.image){if("string"!=typeof r.image)return this._pattern_image_origin=this._pattern_image=r.image,void t(this);this._pattern_image=null,this._pattern_image_origin=new Image;var n=this;this._pattern_image_origin.onload=function(){if(!r.fitPattern&&!r.width&&!r.height)return n._pattern_image=n._pattern_image_origin,void t(this);let e=r.width||this.width,i=r.height||this.height;r.fitPattern&&(e=n.bounds.width,i=n.bounds.height);let o=att(e,i);o.getContext("2d").drawImage(this,0,0,this.width,this.height,0,0,e,i),n._pattern_image=o,t(this)},this._pattern_image_origin.onerror=function(t){e(t)};try{"data"!==String(r.image).substring(0,4)?this._pattern_image_origin.crossOrigin="use-credentials":this._pattern_image_origin.crossOrigin=null,this._pattern_image_origin.src=this.app.url(r.image)}catch(t){e(t)}}else t(this)},prepareFillIf:function(t){t&&this.prepareFill((t=>{this.invalidate()}),(t=>{v9(t)}))},onchangeFill:function(t,e){var r=this.fillStyle;r&&"pattern"!==r.type?this._pattern_image&&(this._pattern_image=null,this._pattern_image_origin=null):(null==r?void 0:r.image)&&this.prepareFillIf(r.image)},drawImage:function(t,e,r,n,i,o){e.complete?t.drawImage(e,r,n,i,o):e.addEventListener("load",(()=>{this.invalidate()}))},mutateBounds:function(t,e){var r=this.bounds,n=this.rotatePoint,i=this.get("rotation"),o=this.get("scale");if(t){var a=t.call(e,r);a&&(r=a)}var{left:s,top:c,width:u,height:l}=r,h=[{x:s,y:c},{x:s+u,y:c+l}],f=(h=h.map((t=>btt(t.x,t.y,n,i,o))))[0],d=h[1];n={x:(f.x+d.x)/2,y:(f.y+d.y)/2},f=(h=h.map((t=>mtt(t.x,t.y,n,i,o))))[0],d=h[1],this.bounds={left:f.x,top:f.y,width:d.x-f.x,height:d.y-f.y}},mutatePath:function(t,e,r){var n=this.path,i=this.rotatePoint;this.get("rotation"),this.get("scale"),t&&(n=t.call(r,n));var o=n.map((t=>this.transcoordS2P(t.x,t.y)));e&&(n=e.call(r,o))&&(o=n);var a,s,c,u,l={x:0,y:0};a=s=(n=o.map((t=>this.transcoordP2S(t.x,t.y,l))))[0].x,c=u=n[0].y;for(let t=1;t<n.length;t++){let e=n[t];e.x<a?a=e.x:e.x>s&&(s=e.x),e.y<c?c=e.y:e.y>u&&(u=e.y)}i={x:(a+s)/2,y:(c+u)/2},i=this.transcoordS2P(i.x,i.y,l),this.path=o.map((t=>this.transcoordP2S(t.x,t.y,i)))},access:function(t){if(t){var e=String(t),r=(e.match(/#{(\S*)}/)||[]).map((t=>Ctt(t)))[0];if(r)return r.accessor(this.getState(r.target));var n=(e.match(/\${[^}]*}/)||[]).map((t=>Ctt(t)))[0];if(n){let t=this.root.findById(n.target);return n.accessor(this.getState(t))}return t}},substitute:function(t,e){if(t){var r=String(t),n=e||i9,i=(r.match(/#{(\S*)}/gi)||[]).map((t=>Ctt(t))),o=(r.match(/\${[^}]*}/gi)||[]).map((t=>Ctt(t)));if(0==i.length&&0==o.length)return r;var a=r;return i.forEach((t=>{let e=n(t.accessor(this.getState(t.target)));a=a.replace(t.match,void 0===e?"":e)})),o.forEach((t=>{let e=this.root.findById(t.target),r=n(t.accessor(e&&e.data));a=a.replace(t.match,void 0===r?"":r)})),a}},onchangeMappings:function(t,e){this.disposeMappings(),ott.call(this)},onchangeData:function(t,e){var r,n;this.state.persistent&&(null===(r=this.app)||void 0===r?void 0:r.isViewMode)&&(null===(n=this.app)||void 0===n||n.dataStorage.save(this,t.data)),ott.call(this,[!0])},buildMappings:function(){if(this._model.mappings)return!this._model.mappings instanceof Array?(v9("Mappings model is invalid (should be a Array) ..",this._model.mappings),void(this._mappings=[])):void(this._mappings=(this._model.mappings||[]).filter((t=>t.rule&&t.target)).map((t=>new ntt(t,this))));this._mappings=[]},executeMappings:ott,disposeMappings:function(){this._mappings&&this._mappings.forEach((t=>t.dispose())),delete this._mappings},ondropfile:function(t,e){for(let r=0;r<t.length;r++)if(t[r].type.startsWith("image/"))return void this.set("fillStyle",{type:"pattern",image:e[r],fitPattern:!0})},transcoordS2P:function(t,e,r){if(!this.parent)return{x:t,y:e};let{rotation:n=0,scale:i={x:1,y:1}}=this.state;if(this.isLayer()){const r=this.state.translate;let o=btt(t,e,void 0,n+this._delta.theta,i);return r&&(o.x+=r.x,o.y+=r.y),o}r=r||this.rotatePoint;const{theta:o=0,tx:a=0,ty:s=0,sx:c=1,sy:u=1}=this._delta||{};r={x:r.x+a,y:r.y+s},i={x:i.x*c,y:i.y*u};const l=btt(t+a,e+s,r,n+o,i);return{x:l.x-(r.x*i.x-r.x),y:l.y-(r.y*i.y-r.y)}},transcoordP2S:function(t,e,r){if(!this.parent)return{x:t,y:e};const{rotation:n=0,scale:i={x:1,y:1}}=this.state;if(this.isLayer()){const r=this.state.translate;let o=mtt(t,e,r,n,i);return r&&(o.x-=r.x/i.x,o.y-=r.y/i.y),o}const o=mtt(t,e,r=r||this.rotatePoint,n,i);return{x:o.x+(r.x-r.x/i.x),y:o.y+(r.y-r.y/i.y)}},transcoordS2T:function(t,e,r){r=r||this.rootModel;const n=[];for(let t=this.parent;t&&t!==r;t=t.parent)n.push(t);let i=this.transcoordS2P(t,e);return n.forEach((t=>{const{scale:e}=t.model,r=t.bounds;if(e){const n=t.rotatePoint;i.x+=(n.x-r.left)*e.x,i.y+=(n.y-r.top)*e.y}else i.x+=r.left,i.y+=r.top;i=t.transcoordS2P(i.x,i.y)})),i},transcoordT2P:function(t,e,r){r=r||this.rootModel;const n=[];for(let t=this.parent;t&&t!==r;t=t.parent)n.splice(0,0,t);let i={x:t,y:e};return n.forEach((t=>{const{scale:e}=t.model;i=t.transcoordP2S(i.x,i.y);const r=t.bounds;if(e){const n=t.rotatePoint;i.x-=(n.x-r.left)/e.x,i.y-=(n.y-r.top)/e.y}else i.x-=r.left,i.y-=r.top})),i},transcoordT2S:function(t,e,r){const n=this.transcoordT2P(t,e,r);return this.transcoordP2S(n.x,n.y)},transcoordS2TR:function(t,e,r){r=r||this.rootModel;const n=this.transcoordS2T(t,e,r);return btt(n.x,n.y,void 0,(r.get("rotation")||0)+r._delta.theta)},transcoordS2O:function(t,e,r){const n=this.rootModel,i=this.transcoordS2T(t,e,n);return r.transcoordT2S(i.x,i.y,n)},transcoordC2S:function(t,e,r){if(!r)for(r=this;r&&!r.isLayer();)r=r.parent;const{translate:n={x:0,y:0},scale:i={x:1,y:1},rotation:o=0}=r.model;let a=mtt(t,e,n,o,i);return n&&(a.x-=n.x/i.x,a.y-=n.y/i.y),r===this?a:this.transcoordT2S(a.x,a.y,r)},transcoordS2C:function(t,e,r){if(!r)for(r=this;r&&!r.isLayer();)r=r.parent;let n;n=r!==this?this.transcoordS2T(t,e,r):{x:t,y:e};const{translate:i={x:0,y:0},rotation:o=0,scale:a={x:1,y:1}}=r.model;return n=btt(n.x,n.y,void 0,o+r._delta.theta,a),i&&(n.x+=i.x,n.y+=i.y),n}}),["rotatePoint","font","lineHeight","retention"].forEach((t=>Gtt.memoize(Gtt.prototype,t,!1))),["bounds","center","textBounds"].forEach((t=>Gtt.memoize(Gtt.prototype,t,!0))),Gtt.mixin(Gtt.prototype,l9.withEvent);class Wtt extends Gtt{set rotationX(t){this.setState("rotationX",t)}get rotationX(){return this.getState("rotationX")}set rotationY(t){this.setState("rotationY",t)}get rotationY(){return this.getState("rotationY")}set rotationZ(t){this.setState("rotation",t)}get rotationZ(){return this.getState("rotation")}set zPos(t){this.setState("zPos",t)}get zPos(){return this.getState("zPos")}set depth(t){this.setState("depth",t)}get depth(){return this.getState("depth")}postrender(t){this.drawFill(t),this.drawStroke(t),super.postrender(t)}render(t){var e=this.drawPath,{round:r=0}=this.state;if(!(e.length<=1)){t.beginPath();for(var n=0;n<e.length;n++){const c=e[(n-1+e.length)%e.length],u=e[(n+e.length)%e.length],l=e[(n+1)%e.length];if(c.x===u.x&&c.y===u.y)continue;var i=0!==(s=Math.sqrt((c.x-u.x)*(c.x-u.x)+(c.y-u.y)*(c.y-u.y)))?Math.atan2(c.x-u.x,c.y-u.y):0,o=Math.sin(i)*Math.min(r,s/2)+u.x,a=Math.cos(i)*Math.min(r,s/2)+u.y;const h=r>0||0!==s?{x:o,y:a}:u;var s;i=0!==(s=Math.sqrt((l.x-u.x)*(l.x-u.x)+(l.y-u.y)*(l.y-u.y)))?Math.atan2(l.x-u.x,l.y-u.y):0,o=Math.sin(i)*Math.min(r,s/2)+u.x,a=Math.cos(i)*Math.min(r,s/2)+u.y;const f=r>0||0!==s?{x:o,y:a}:u;0==n?t.moveTo(h.x,h.y):t.lineTo(h.x,h.y),r>0&&t.quadraticCurveTo(u.x,u.y,f.x,f.y)}t.closePath()}}}function qtt(t,e,r){return Math.max(0,Math.min(t,Math.min(r,e)/2))}var Xtt=t=>{var e=class extends t{contains(t,e){var{left:r,top:n,width:i,height:o,lineWidth:a=0}=this.state,s=a/2;return t<Math.max(r+i,r)+s&&t>Math.min(r+i,r)-s&&e<Math.max(n+o,n)+s&&e>Math.min(n+o,n)-s}set path(t){var e=t[0],r=t[2];this.set({left:e.x,top:e.y,width:r.x-e.x,height:r.y-e.y})}get path(){var{left:t=0,top:e=0,width:r=0,height:n=0}=this.state;return[{x:t,y:e},{x:t+r,y:e},{x:t+r,y:e+n},{x:t,y:e+n}]}get anchors(){return function(t){var{left:e,top:r,width:n,height:i}=t.bounds,o=e+n/2,a=r+i/2;return[{name:"TOP",position:{x:o,y:r}},{name:"RIGHT",position:{x:e+n,y:a}},{name:"BOTTOM",position:{x:o,y:r+i}},{name:"LEFT",position:{x:e,y:a}}]}(this)}get bounds(){const{left:t=0,top:e=0,width:r=0,height:n=0}=this.state;return{left:t,top:e,width:r,height:n}}set bounds(t){this.set({left:0,top:0,width:0,height:0,...t})}render(t){var{round:e=0}=this.model,{left:r,top:n,width:i,height:o}=this.bounds;t.translate(r,n),t.beginPath(),(e=qtt(e,i,o))>0?t.roundRect(0,0,i,o,e):t.rect(0,0,i,o),t.translate(-r,-n)}};return b9(e.prototype,"path",!1),e};const Vtt={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"textarea",label:"front-side-template",name:"frontSideTemplate",property:{language:"html"}},{type:"textarea",label:"back-side-template",name:"backSideTemplate",property:{language:"html"}},{type:"textarea",label:"style",name:"style",property:{language:"css"}}],help:"scene/component/info-window"};const Ktt=20;function Qtt(t,e){var r=t.split(/\s+/),n=r.indexOf(e);return-1!=n?r.splice(n,1):r.splice(-1,0,e),r.join(" ")}class Jtt extends(Xtt(Wtt)){static get image(){return Jtt._image||(Jtt._image=new Image,Jtt._image.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAY1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADIAbxiAAAAIHRSTlMA+gPshCwwWFzYCeLRm7QRG6rLeDZI9JOJJDtjb1HAf1sAT80AAAQQSURBVHhe7MCBAAAAAMKw/KkzOMG2BAAAAKeu3lUohIEggO7jQi5qHqpgwML5/6+0F0y02z31FlvMMLKt86QMQ1ined2Evih1hFFjLfRWjgzDOGZ6JSiM00B9EuHALtQxJLiQBmqSBCeSUEuEGzs1BDjSaHxWOKK5Eyz/4SoMV/hp4+vtcPkdwZD/udwevNg7t1xXYRiKmkB7C+ENlPLq8fxHeX+RGjWQ1D45ldcIulBIvCvYJGBEadyTzxAcfY57NBjpLScOO/bzugcTHe7IMwiSLMcdHZhocMcMgTLjjgZM7F1bCJZ2v27ARGzYDwIk2Z+JYGJ/iiwQLMv+JAEThjkmRG64Q0Q+gIiIiIiIiIiIyFy0KRFt0bOJZAWSUigmkQaJaXhENiRnYBEpkZySRSRGcmIWEaQnYhHRSI5mESmQnIJFZIqQmGhiEYEbEnPjGlEGjYTogW/WUkOXENENSqZfEXmDiIiIiIiIiIiIiIiIiIiImq5ETIpRpBpjJCMeKy6Ri0ZS9MQjkmkkJs1YRDokp2MRyZGclkUkQnIiEQltaX3Lzb6yiGTpl2y/avqSAxGgelCOKI+Kc2isL0TUSsZ4EREREREREREREREREREREfnIQzXrNWSRTeNxnlOwIgueIr6AAyE+CpiqMEUK71IDO4E+LluEKYKnKcMUifEsTZgiJZ5lDVNkwJPcqzBFoPF/HplfxL/w6b4EPGv1h18Weya1TL8iIiIeiIiIiIiIiEjkPefxV+5YA9PPHylB+u5aqgZ39H+jKOxrqtu+pkzvr9YbzoZ6w2OFkzcrA3yE4WZlSSyFk54VoA/wR43+FaD+r9w32QdWvgvjp2ty2xq8qHPHmtyPFxfrK3hw1ejERlAlfR/Ame2OTow05d4rOLLSlHtDVhI0uRO01JeZ405op6zgNNXT+bIRfpIgn+AkU4pOxBscohojdCHu4RRzjC5EYwVHqRONDkSnEvK/CB3QSU32IRW3ZPnj9iEVoGCNTLVrh8ia1x+6wq8xvB5mz8pxu7oPwIn9lcR0AiuX1+1KX+BXqdvXzWsAC0NsGjzZsS/2Bd6yRA5RgIHkXNhSD3whASZ8rrB9mItuEAizac0fDlHxDMEwpQfD1tW4y3Hjfy5s9nOHH3uwWA+EqEJBWCjoTL/S5toBB/7hu6zer74NgqSP39zJU+qQX3ix763mHTqvIVRUVprCljlElRkEjBqNYevH8veBJ2xhiyhE8YctmhDFH7ZoQhR/2KIJUfxhiyRE8YctmhDFH7ZoQhR/2OIJUfxhC9Ppf/t1jgJACERRsHGyYRZB0Ujvf0xD8w6kP7y6RZmgf/oTFTtbbzJVxZWo2Nlqw6TVy5GowNl6ssm7v50obamfSxQAAAAAAAsKLM15fb3vpQAAAABJRU5ErkJggg=="),Jtt._image}static toggle(t,e,r,n){if(e){var i=t.root.findById(e);i?i._findInfoWindowByComponent(t)?Jtt.hide(t,e):Jtt.show(t,e,r,n):console.warn("InfoWindow Not Found.",e)}else console.warn("InfoWindow not defined.")}static hide(t,e){if(e){var r=t.root.findById(e);r?r._removeInfoWindow(t):console.warn("InfoWindow Not Found.",e)}}static show(t,e,r,n){if(e){var i=t.root.findById(e);if(i){if(!i._findInfoWindowByComponent(t)){var{frontSideTemplate:o="",backSideTemplate:a=""}=i.model,s=[o,a].filter((t=>String(t).trim()));if(s=s.map((t=>Gtt.template(function(t,e,r){return(e||r?['<div class="info-window-btns">',e?'<button class="closable">&#88</button>':"",r?'<button class="flipable">&#8652</button>':"","</div>"]:[]).concat(['<div class="info-window-content">',t,"</div>"]).join("")}(t,!r,2==s.length)))),0!=s.length){var c='\n.flip {\n backface-visibility: hidden;\n border-radius: 7px;\n height: auto;\n font: normal 14px helvetica, arial, san serif;\n position: absolute;\n opacity: 0.9;\n transform-origin: 50% 50% 0px;\n transition: all 2s;\n min-width: 100px;\n min-height: 50px;\n background-color: #3e424e;\n box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.15);\n}\n\n#side-1 {\n transform: rotateY(0deg);\n}\n\n.flip:after {\n content: "";\n display: block;\n position: absolute;\n opacity: 0.9;\n width: 0;\n height: 0;\n}\n\n.flip.arrow-top:after {\n left: 45%;\n top: -17px;\n border-left: 10px solid transparent;\n border-bottom: 18px solid #323b44;\n border-right: 10px solid transparent;\n}\n\n.flip.arrow-right:after {\n left: 100%;\n top: 48%;\n border-top: 10px solid transparent;\n border-left: 18px solid #323b44;\n border-bottom: 10px solid transparent;\n}\n\n.flip.arrow-bottom:after {\n left: 45%;\n top: 100%;\n border-left: 10px solid transparent;\n border-top: 18px solid #323b44;\n border-right: 10px solid transparent;\n}\n\n.flip.arrow-left:after {\n right: 100%;\n top: 48%;\n border-top: 10px solid transparent;\n border-right: 18px solid #323b44;\n border-bottom: 10px solid transparent;\n}\n\n#side-2 {\n transform: rotateY(180deg);\n}\n\n.flip-side-1 {\n transform: rotateY(0deg) !important;\n}\n\n.flip-side-2 {\n transform: rotateY(180deg) !important;\n}\n\n.info-window-btns {\n position: absolute;\n top: -18px;\n right: 5px;\n overflow: hidden;\n}\n\n.info-window-content {\n padding: 10px;\n color: #efefef;\n font-size: 13px;\n line-height: 1.4;\n}\n\n.info-window-btns button {\n width: 40px;\n height: 40px;\n float: right;\n border: 0;\n border-radius: 50%;\n background-color: #2a7da1;\n margin-right: 3px;\n text-align: center;\n cursor: pointer;\n font-size: 35px;\n color: #fff;\n line-height: 0;\n}\n\n.info-window-btns button:hover {\n background-color: #60bb23;\n}\n'+i.get("style"),{left:u,top:l}=t.bounds,{x:h,y:f}=n?t.rootModel.transcoordC2S(n.x,n.y):t.transcoordS2T(u,l);u=h,l=f;var d=document.createElement("span");d.style.position="absolute";var p=document.createElement("style");if(p.type="text/css",p.appendChild(document.createTextNode(c)),d.appendChild(p),s[0]){var g=document.createElement("div");g.id="side-1",g.className="flip",g.style.display="inline-block",g.innerHTML=s[0](t)}if(s[1]){var v=document.createElement("div");v.id="side-2",v.className="flip",v.style.display="inline-block",v.innerHTML=s[1](t)}O9.forEach((function(t){d.addEventListener(t,(function(t){t.stopPropagation()}))})),I9.forEach((function(t){d.addEventListener(t,(function(t){t.stopPropagation()}))}));var y=t.root.model_layer.overlay;if(g&&d.appendChild(g),v&&d.appendChild(v),y.appendChild(d),i._addInfoWindow(t,d,p),g){let r=g.querySelector(".info-window-btns > .flipable");r&&r.addEventListener("click",(function(t){t.preventDefault(),v.className=Qtt(v.className,"flip-side-1"),g.className=Qtt(g.className,"flip-side-2")}),!1);let n=g.querySelector(".info-window-btns > .closable");n&&n.addEventListener("click",(function(r){r.preventDefault(),Jtt.hide(t,e)}),!1)}if(v){let r=v.querySelector(".info-window-btns > .flipable");r&&r.addEventListener("click",(function(t){t.preventDefault(),v.className=Qtt(v.className,"flip-side-1"),g.className=Qtt(g.className,"flip-side-2")}),!1);let n=v.querySelector(".info-window-btns > .closable");n&&n.addEventListener("click",(function(r){r.preventDefault(),Jtt.hide(t,e)}),!1)}var m=g.offsetWidth,b=g.offsetHeight;window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var x=t.rootModel.target.getBoundingClientRect(),w=[];g&&w.push(g),v&&w.push(v);var A={x:u,y:l},_=t.transcoordS2C(A.x,A.y);if(_.x+m/2+x.left<x.right&&_.x-m/2>x.left){if(b+Ktt<_.y)return d.style.marginLeft=A.x-m/2+"px",d.style.marginTop=A.y-b-Ktt+"px",void w.forEach((t=>t.className+=" arrow-bottom"));if(_=t.transcoordS2C(A.x,A.y+b+Ktt),x.bottom>_.y+x.top)return d.style.marginLeft=A.x-m/2+"px",d.style.marginTop=A.y+Ktt+"px",void w.forEach((t=>t.className+=" arrow-top"))}if((_=t.transcoordS2C(A.x,A.y)).x-(m+Ktt)>x.left)return d.style.marginLeft=A.x-m-Ktt+"px",d.style.marginTop=A.y-b/2+"px",void w.forEach((t=>t.className+=" arrow-right"));d.style.marginLeft=A.x+Ktt+"px",d.style.marginTop=A.y-b/2+"px",w.forEach((t=>t.className+=" arrow-left"))}}}else console.warn("InfoWindow Not Found.",e)}else console.warn("InfoWindow not defined.")}dispose(){this.infoWindows.map((t=>t.component)).forEach((t=>this._removeInfoWindow(t))),super.dispose()}get infoWindows(){return this._windows||(this._windows=[]),this._windows}_findInfoWindowByComponent(t){return this.infoWindows.find((e=>e.component===t))}_addInfoWindow(t,e,r){this._findInfoWindowByComponent(t)||this._windows.push({component:t,window:e,styleElement:r})}_removeInfoWindow(t){var e=this._findInfoWindowByComponent(t);if(!e)return;let r=e.window;r&&r.parentNode.removeChild(r);var n=this.infoWindows.lastIndexOf(e);this.infoWindows.splice(n,1)}render(t){var{left:e,top:r,width:n,height:i}=this.bounds;t.beginPath(),this.drawImage(t,Jtt.image,e,r,n,i)}get hasTextProperty(){return!1}get nature(){return Vtt}}Gtt.register("info-window",Jtt);var Ztt={};var tet={list:function(){return{...Ztt}},register:function(t,e){Ztt[t]=e},unregister:function(t){delete Ztt[t]},get:function(t){if(t){var e=Ztt[t];return e||v9("Layout Not Found - ",t),e}}},eet={reflow:function(t,e){this.drawables(t).filter((t=>t.isHTMLElement())).forEach((t=>t.reposition()))},capturables:function(t){return t.components},drawables:function(t){return t.app&&!t.app.isViewMode?t.components:t.components.filter((t=>!t.hidden))},isStuck:function(t){return!1},ABSOLUTE:!0};tet.register("html-absolute",eet);const ret=["run","goto","goto-playlist","link-open","link-move","route-page","start-scenario","run-scenario","export-data","import-data"],net="auto";const iet=new WeakMap;function oet(t){var e,r,n;const i=t.root,o=iet.get(i);if(!o)return;if(i===t)return o.forEach((t=>oet(t[0]))),void iet.delete(i);const a=o.findIndex((e=>e[0]===t));if(-1===a)return;const s=o[a][1];null===(e=s.div.parentNode)||void 0===e||e.removeChild(s.div),s.scene.target=null,null===(n=(r=s.scene).release)||void 0===n||n.call(r),o.splice(a,1)}class aet{static hideAll(t){(iet.get(t)||[]).forEach((([t])=>oet(t)))}static hide(t){const e=t.root,r=iet.get(e);if(!r)return;const n=r.findIndex((e=>e[0]===t));if(-1===n)return;const i=r[n][1];i.div.style.backgroundColor="transparent",function(t,e){t.style.opacity=1,t.style.transform="scale(1)";let r=+new Date;const n=()=>{const i=Math.min((new Date-r)/200,1);t.style.opacity=1-i,t.style.transform=`scale(${1-i})`,i<1?requestAnimationFrame(n):(t.style.display="none",e&&e())};n()}(i.div,(()=>{oet(t)}))}static show(t,e,r={}){const{data:n,modal:i=!1,closable:o=!0,minimizable:a=!1,draggable:s=!1,output:c=!0,title:u=""}=r,l=t.app.refProvider;null==l||l.get(e,!0).then((e=>{var l;const h=document.createElement("div"),f=h.style;if(h.setAttribute("popup",""),i){const{width:e,height:r}=t.rootModel.bounds;Object.assign(f,{position:"fixed",zIndex:1,left:0,top:0,width:`${e}px`,height:`${r}px`,overflow:"hidden",backgroundColor:"transparent"})}else Object.assign(f,{position:"absolute",display:"inline-block",overflow:"hidden"});h.innerHTML=u?'\n<div class="popup-wrap">\n <div class="popup-title-bar">\n <div class="popup-title"></div>\n <button class="draggable-1945">drag_pan</button>\n <button class="minimizable-1945">minimize</button>\n <button class="closable-1945">close</button>\n </div>\n <div class="popup-content"></div>\n</div>\n':'\n<div class="popup-content">\n <button class="draggable-1945">drag_pan</button>\n <button class="minimizable-1945">minimize</button>\n <button class="closable-1945">close</button>\n</div>\n';const d=h.querySelector(".popup-content"),{width:p,height:g}=e.root.model;Object.assign(d.style,{width:`${p}px`,height:`${g}px`});const v=document.createElement("style");v.type="text/css",v.appendChild(document.createTextNode("\n.popup-title-bar {\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n width: 100%;\n height: 30px;\n background-color: var(--md-sys-color-primary, #f1f1f1);\n color: var(--md-sys-color-on-primary, black);\n padding: 5px;\n box-sizing: border-box;\n border-bottom: 1px solid #ccc;\n}\n\n.popup-title {\n flex: 1;\n text-align: center;\n}\n\nbutton.closable-1945, button.minimizable-1945, button.draggable-1945 {\n position: absolute;\n display: none;\n color: white; \n background-color: black; \n opacity: .3;\n width: 20px;\n height: 20px;\n top: 5px; \n z-index: 1;\n padding: 0;\n margin: 0;\n border: 0px;\n text-align: center;\n cursor: pointer;\n border-radius: 4px;\n font-family: Material Symbols Outlined;\n font-size: 12px;\n}\n\nbutton.draggable-1945 {\n right: 55px;\n cursor: move;\n}\n\nbutton.minimizable-1945 {\n right: 30px;\n}\n\nbutton.closable-1945 {\n right: 5px;\n}\n\nbutton.closable-1945:hover, button.minimizable-1945:hover, button.draggable-1945:hover {\n opacity: .6; \n}\n")),h.appendChild(v),ret.forEach((r=>{e.on(r,((...e)=>{t.trigger(r,...e)}))}));const y=h.querySelector(".popup-content"),m=h.querySelector(".draggable-1945");[...O9,...I9].forEach((t=>{y.addEventListener(t,(t=>{t.stopPropagation()}))})),[...O9,...I9].forEach((t=>{h.addEventListener(t,(t=>{t.stopPropagation()}))})),i&&o&&h.addEventListener("click",(e=>{e.target===h&&aet.hide(t)}));if(t.root.model_layer.overlay.appendChild(h),function(t,e,r){const n=t.root;if(n===t)return;oet(t);let i=iet.get(n)||[];i=[...i,[t,{div:e,scene:r}]],iet.set(n,i)}(t,h,e),u){h.querySelector(".popup-title-bar .popup-title").textContent=u}if(s&&(!function(t,e,r){let n,i,o,a;e.addEventListener("mousedown",(e=>{function s(e){e.preventDefault(),e.stopPropagation();const s=e.clientX-n,c=e.clientY-i,u=r.rootModel.overlay.style.transform.match(/scale\(([^,]+),\s*([^)]+)\)/),l=u?parseFloat(u[1]):1,h=u?parseFloat(u[2]):l;t.style.left=`${o+s/l}px`,t.style.top=`${a+c/h}px`}e.preventDefault(),e.stopPropagation(),n=e.clientX,i=e.clientY,o=parseInt(t.style.left,10)||0,a=parseInt(t.style.top,10)||0,document.addEventListener("mousemove",s,!0),document.addEventListener("mouseup",(function t(e){e.preventDefault(),e.stopPropagation(),document.removeEventListener("mousemove",s,!0),document.removeEventListener("mouseup",t,!0)}),!0)}))}(i?h.querySelector(".popup-wrap"):h,h.querySelector(".popup-title-bar"),t),u?m&&(m.style.display="block"):(y.addEventListener("mouseenter",(()=>{m&&(m.style.display="block")})),y.addEventListener("mouseleave",(()=>{m&&(m.style.display="none")})))),a){const t=h.querySelector(".minimizable-1945");let e=!1;t.addEventListener("click",(t=>{t.preventDefault(),e=!e;const r=h.querySelector(".popup-wrap");!function(t,e){const r=t.querySelector(".minimizable-1945");e?(r.innerHTML="crop_square",t.style.height="30px",t.style.overflow="hidden"):(r.innerHTML="minimize",t.style.height="",t.style.overflow="visible")}(i?r:h,e)})),u?t&&(t.style.display="block"):(y.addEventListener("mouseenter",(()=>{t&&(t.style.display="block")})),y.addEventListener("mouseleave",(()=>{t&&(t.style.display="none")})))}if(o){const t=h.querySelector(".closable-1945");u?t&&(t.style.display="block"):(y.addEventListener("mouseenter",(()=>{t&&(t.style.display="block")})),y.addEventListener("mouseleave",(()=>{t&&(t.style.display="none")})))}null===(l=h.querySelector(".closable-1945"))||void 0===l||l.addEventListener("click",(e=>{e.preventDefault(),aet.hide(t)})),h.addEventListener("close-scene",(e=>{e.preventDefault(),e.stopPropagation(),aet.hide(t),c&&(t.data=e.detail)})),e.target=d,e.data=n||t.data,e.fit("both");const{x:b,y:x}=t.center,w=t.transcoordS2T(b,x,t.rootModel),A=function(t,e,r,n){const{location:i=net,title:o=""}=n||{},a=t.bounds;let s=e.bounds;o&&(s.height+=30);const c=Math.max(a.width/4-s.width/2,20),u=Math.min(3*a.width/4+s.width/2,a.width-20)-s.width,l=Math.max(a.height/4-s.height/2,20)+(o?30:0),h=Math.min(3*a.height/4+s.height/2,a.height-20)-s.height+(o?30:0);switch(i){case net:return{x:r.x<a.width/2?Math.min(u,r.x+20):Math.max(c,r.x-(s.width+20)),y:r.y<a.height/2?Math.min(h,r.y+20+(o?30:0)):Math.max(l,r.y-(s.height+20+(o?30:0)))};case"left-top":return{x:c,y:l};case"right-top":return{x:u,y:l};case"left-bottom":return{x:c,y:h};case"right-bottom":return{x:u,y:h};default:return{x:(a.width-s.width)/2,y:(a.height-s.height+(o?30:0))/2}}}(t.rootModel,e.root,w,r);if(i)if(u){const t=h.querySelector(".popup-wrap");Object.assign(t.style,{position:"absolute",left:`${A.x}px`,top:`${A.y}px`,width:`${p}px`,height:`${g}px`})}else Object.assign(d.style,{left:`${A.x}px`,top:`${A.y}px`,width:`${p}px`,height:`${g}px`});else Object.assign(h.style,{left:`${A.x}px`,top:`${A.y}px`,width:`${p}px`,height:`${u?g+30:g}px`});!function(t,e){t.style.opacity=0,t.style.transform="scale(0)",t.style.display="block";let r=+new Date;const n=()=>{const i=Math.min((new Date-r)/200,1);t.style.opacity=i,t.style.transform=`scale(${i})`,i<1?requestAnimationFrame(n):e&&e()};n()}(h,(()=>{i&&(h.style.backgroundColor="rgba(0,0,0,0.3)")}))}),(t=>{console.error("cannot fetch board: "+e,t)}))}}var set={reflow:function(t,e){},capturables:function(t){return t.components},drawables:function(t){return t.app.isViewMode?t.components.filter((t=>!t.hidden)):t.components},isStuck:function(t){return!1},ABSOLUTE:!0};function cet(t){var e=t.components.filter((t=>!t.hidden)),r=t.getState("layoutConfig")||{},n=e[r&&r.activeIndex||0];return n&&[n]||[]}tet.register("absolute",set);var uet={reflow:function(t){var e=t.bounds,r=t.getState("layoutConfig")||{},n={left:0,top:0,width:e.width,height:e.height};t.forEach(((t,e)=>{let i=e!=(r.activeIndex||0);t.bounds=n,t.setState("rotation",0),t.element&&(t.element.style.visibility=i?"hidden":"visible")}))},capturables:function(t){return cet(t)},drawables:function(t){return cet(t)},isStuck:function(t){return!0}};function het(t){var e=t.getState("layoutConfig");return e&&e.weight||1}tet.register("card",uet);var fet={reflow:function(t){var e=this.drawables(t),r=t.get("padding")||{},n=e.reduce(((t,e)=>t+het(e)),0),i=t.bounds,o=n>0?(i.width-((r.left||0)+(r.right||0)))/n:i.width,a=i.height-((r.top||0)+(r.bottom||0)),s=0;e.forEach((t=>{let e=het(t),n=t.get("margin")||{};t.bounds={left:o*s+(r.left||0)+(n.left||0),top:0+(r.top||0)+(n.top||0),width:e*o-((n.left||0)+(n.right||0)),height:a-((n.top||0)+(n.bottom||0))},t.setState("rotation",0),s+=e}))},capturables:function(t){return t.components},drawables:function(t){return t.app.isViewMode?t.components.filter((t=>!t.hidden)):t.components},isStuck:function(t){return!0}};function det(t){var e=t.getState("layoutConfig");return e&&e.weight||1}tet.register("linear-horizontal",fet);var pet={reflow:function(t){var e=this.drawables(t),r=t.getState("padding")||{},n=e.reduce(((t,e)=>t+det(e)),0),i=t.bounds,o=n>0?(i.height-((r.top||0)+(r.bottom||0)))/n:i.height,a=i.width-((r.left||0)+(r.right||0)),s=0;e.forEach((t=>{let e=det(t),n=t.getState("margin")||{};t.bounds={left:0+(r.left||0)+(n.left||0),top:o*s+(r.top||0)+(n.top||0),width:a-((n.left||0)+(n.right||0)),height:e*o-((n.top||0)+(n.bottom||0))},t.setState("rotation",0),s+=e}))},capturables:function(t){return t.components},drawables:function(t){return t.app.isViewMode?t.components.filter((t=>!t.hidden)):t.components},isStuck:function(t){return!0}};tet.register("linear-vertical",pet);var get={reflow:function(t){var e=t.getState("layoutConfig"),r=e&&e.columns||t.getState("columns"),n=e&&e.rows||t.getState("rows"),i=e&&e.widths||t.getState("widths"),o=e&&e.heights||t.getState("heights"),a=i?i.filter(((t,e)=>e<r)).reduce(((t,e)=>t+e),0):r,s=o?o.filter(((t,e)=>e<n)).reduce(((t,e)=>t+e),0):n,c=t.textBounds,u=t.getState("paddingLeft")||0,l=t.getState("paddingTop")||0,h=c.width/a,f=c.height/s,d=0,p=0;t.components.forEach(((t,e)=>{let n=i?i[e%r]:1,a=o?o[Math.floor(e/r)]:1,s=t.colspan||1,c=0;for(;--s>0;)c+=i?i[(e+s)%r]:1;let g=t.rowspan||1,v=0;for(;--g>0;)v+=o?o[Math.floor(e/r)+g]:1;t.bounds={left:u+d,top:l+p,width:h*(n+c),height:f*(a+v)},t.setState("rotation",0),e%r==r-1?(d=0,p+=a*f):d+=n*h}))},capturables:function(t){return t.components.filter((t=>!t.merged))},drawables:function(t){return t.components.filter((t=>!t.merged&&!t.hidden))},isStuck:function(t){return!0},keyNavigate:function(t,e,r){var n=t.getState("layoutConfig"),i=n&&n.columns||t.getState("columns"),o=n&&n.rows||t.getState("rows"),{row:a,column:s}=t.getRowColumn(e);switch(r.code){case"ArrowUp":if(a>0)return t.getAt((a-1)*i+s);break;case"ArrowDown":if(a<o-1)return t.getAt((a+1)*i+s);break;case"ArrowRight":if(s<i-1)return t.getAt(a*i+s+1);break;case"ArrowLeft":if(s>0)return t.getAt(a*i+s-1);break;default:return e}},joinType:!0};tet.register("table",get);const vet=new Image;vet.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAclBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0BbqFAAAAJXRSTlMAgAP3VSI6/g9fBk5FavJsMrariSjzPnO1enRRL5SMhmOOWB9keFTE0wAAANxJREFUOMutk9kWgyAMRLFuiLjUtdp9yf//YglVsQXz1HniMPcEMgHGvpX2O0Ypi+EgCL+IAShC+wB7QfubRDT7AFcnUPoLMLiP4PyJbsb55i05AgnR5iaQDsICgtH0cotBWoAP1c7kC6kFxEseCfZfB6gEgbNeBrira2QmH1uVYCXlA3is8UmgUCPIyQJKEmu8QtQJN0e9DPXVpzG2G216c1CqRmcBOdxXk07sWUSPv07zo0amCNQycv+NzmR6cRcwmfbuI7p2nZ/z4be0P83Foz6vIkhfZXr82XgDlZsspIq4peUAAAAASUVORK5CYII=";var yet=t=>class extends t{postrender(t){super.postrender(t),this.app.isEditMode&&this._focused&&this.showMoveHandle&&this._draw_move_handle(t)}_draw_move_handle(t){var{left:e,top:r,width:n}=this.bounds;t.save(),t.beginPath(),t.globalAlpha=1,t.rect(e+n,r,25,25);t.fillStyle="rgba(235, 235, 235, 1)",t.fill(),t.drawImage(vet,e+n+3.75,r+3.75,17.5,17.5),t.closePath(),t.restore()}contains(t,e){var r=super.contains(t,e);if(this.app.isViewMode)return r;if(!r){var{left:n,top:i,width:o,height:a}=this.bounds,s=n+o;this.showMoveHandle&&(r=t<Math.max(s+25,s)&&t>Math.min(s+25,s)&&e<Math.max(i+25,i)&&e>Math.min(i+25,i))}return this._focustd!==r&&(this._focused=r,this.invalidate()),r}};const met=[];class bet extends(yet(Xtt(Gtt))){constructor(t,e){super(t,e),this._components=[]}replaceRefids(t){this.components.forEach((e=>e.replaceRefids(t)))}get showMoveHandle(){return!0}get showOverflow(){return!1}dispose(){this.components.slice().forEach((t=>t.dispose())),super.dispose()}isContainer(){return!0}containable(t){return t.isDescendible(this)}get hasTextProperty(){return!1}get components(){return this._components}get focusible(){return!0}get layout(){return tet.get(this.get("layout"))||set}reflow(){this.layout.reflow(this),this.components&&this.components.forEach((t=>{t.isContainer()&&t.reflow()}))}get hierarchy(){var t=super.hierarchy;return this.components&&(t.components=this.components.map((t=>t.hierarchy))),t}addComponent(t,e=!1){var r=t.parent;if(r){if(this===r)return;r.removeComponent(t,e)}var n=this._components.push(t)-1;t.parent=this,t.added(this),e||this.trigger("add",this,t,n),t.delegate_on(this),e||t.trigger("added",this,t,n),this.root&&this.root.isReady&&t.ready()}removeComponent(t,e=!1){var r=this._components.indexOf(t);-1!=r&&(this._components.splice(r,1),t.parent=null,t.removed(this),e||(this.trigger("remove",this,t),t.trigger("removed",this,t)),t.delegate_off(this))}insertComponentAt(t,e,r=!1){var n=t.parent;n&&n.removeComponent(t,r);var i=this._components.splice(0,e);this._components=i.concat(t,this._components),e=this._components.indexOf(t),t.parent=this,t.added(this),r||this.trigger("add",this,t,e),t.delegate_on(this),r||t.trigger("added",this,t,e)}add(t,e=!1){return t instanceof Array?(t.forEach((t=>{-1==this._components.indexOf(t)&&this.addComponent(t,e)})),this):this.add.call(this,[t],e)}remove(t,e=!1){return t instanceof Array?this._components?(t.forEach((t=>{this.removeComponent(t,e)})),this):this:this.remove.call(this,[t],e)}getAt(t){if(this._components)return this._components[t]}forEach(t,e){this._components&&this._components.forEach(t,e)}traverse(t,e){t.call(e,this),this._components&&this._components.forEach((r=>{r.isContainer()?r.traverse(t,e):t.call(e,r)}))}indexOf(t){return(this._components||met).indexOf(t)}size(){return(this._components||met).length}moveChildAt(t,e){var r=this.indexOf(e);if(-1!=r){var n=this._components.splice(0,r),i=this._components.splice(1);this._components=n.concat(i),t=Math.max(0,t),t=Math.min(t,this._components.length),n=this._components.splice(0,t),this._components=n.concat(e,this._components)}}moveChildForward(t){var e=this.indexOf(t);-1!=e&&e!=this.size()-1&&(this._components[e]=this._components[e+1],this._components[e+1]=t)}moveChildBackward(t){var e=this.indexOf(t);-1!=e&&0!=e&&(this._components[e]=this._components[e-1],this._components[e-1]=t)}moveChildToFront(t){var e=this.indexOf(t);if(-1!=e&&e!=this.size()-1){var r=this._components.splice(0,e),n=this._components.splice(1);this._components=r.concat(n,this._components)}}moveChildToBack(t){var e=this.indexOf(t);if(-1!=e&&0!=e){var r=this._components.splice(0,e),n=this._components.splice(0);this._components=this._components.concat(r,n)}}symmetryX(t){super.symmetryX(t),this.components.map((t=>{t.symmetryX(0)}))}findAll(t,...e){if("string"==typeof t)return U9(t,this,e[0]||this);if("function"==typeof t){var r=[];for(let n=this.components.length-1;n>=0;n--){let i=this.components[n].findAll(t,...e);i&&(r=r.concat(i))}return t(this,...e)&&r.push(this),r}}findFirst(t,...e){if("string"==typeof t)return U9(t,this,e[0])[0];if("function"==typeof t){for(let n=this.components.length-1;n>=0;n--){var r=this.components[n].findFirst(t,...e);if(null!=r)return r}return t(this,...e)?this:null}}findById(t){return this.root.findById(t)}findByRefid(t){return this.root.findByRefid(t)}contains(t,e){var r=super.contains(t,e);if(!r){var{left:n,top:i,width:o,height:a}=this.state;r=t<Math.max(n+o,n)&&t>Math.min(n+o,n)&&e<Math.max(i+a,i)&&e>Math.min(i+a,i)}return r}capture(t,e,r){var n=this.transcoordP2S(t,e);if(!this.contains(n.x,n.y))return!1;var i=this.bounds;n.x-=i.left,n.y-=i.top;var o=this.layout.capturables(this);for(let t=o.length-1;t>=0;t--){var a=o[t].capture(n.x,n.y,r);if(a)return a}return this.capturable&&!(null==r?void 0:r(this))&&this}capturePath(t,e){if(e){if(e.indexOf(this)>-1)return!1;for(let t=0;t<e.length;t++)if(!this.containable(e[t]))return!1}var r=[],{left:n,top:i,width:o,height:a}=this.bounds;for(let e=0;e<t.length;e++){let s=this.transcoordP2S(t[e].x,t[e].y);if(s.x<n||s.x>n+o||s.y<i||s.y>i+a)return!1;s.x-=n,s.y-=i,r.push(s)}let s=this.layout.capturables(this);for(let t=s.length-1;t>=0;t--){let n=s[t];if(!n.isContainer())continue;let i=n.capturePath(r,e);if(i)return i}return this.focusible&&this}render(t){var{left:e=0,top:r=0,width:n,height:i}=this.bounds;t.beginPath(),t.rect(e,r,n,i),t.closePath(),this.drawFill(t),this.drawStroke(t)}postrender(t){const e=this.layout.drawables(this);if(e.length>0){var{left:r=0,top:n=0,width:i,height:o}=this.bounds;t.save(),this.showOverflow||(t.beginPath(),t.rect(r,n,i,o),t.clip(),t.closePath());var{top:n,left:r}=this.state;t.translate(r,n),e.forEach((e=>{e.draw(t)})),t.translate(-r,-n),t.restore()}super.postrender(t)}trim(){this.components.forEach((t=>{t.trim()})),super.trim()}}["layout"].forEach((t=>Gtt.memoize(bet.prototype,t,!1)));class xet extends bet{constructor(t,e){super(t,e),t.translate=t.translate||{x:0,y:0},this._draw_reserved=!1,this.__draw__=()=>{this._draw_reserved=!1,this.trigger("redraw"),this.reflow(),this.draw()},this.throttle_render=()=>{this._draw_reserved||requestAnimationFrame(this.__draw__),this._draw_reserved=!0}}fitSize(t,e,r,n){if(this.target){if(e){let t=getComputedStyle(this.target);r=r||(t?parseFloat(t.getPropertyValue("width")):this.target.clientWidth),n=n||(t?parseFloat(t.getPropertyValue("height")):this.target.clientHeight)}else r=this.model.width,n=this.model.height;"CANVAS"==t.tagName&&(t.setAttribute("width",r*P9),t.setAttribute("height",n*P9)),t.style.width=r+"px",t.style.height=n+"px"}}resize(){this.fitSize(this.element,!0)}isLayer(){return!0}get showOverflow(){return this.app.isEditMode}get anchors(){}createElement(){var t=Gtt.createCanvas(1,1);return t.setAttribute("scene",this.state.type),t.style.position="absolute",t.style.pointerEvents=this.pointerEvents,t}get pointerEvents(){return"auto"}get target(){return this._target}set target(t){this._target&&this.element&&this._target.removeChild(this.element),this._target=t,t&&(this.element||(this.element=this.createElement()),this.resize(),t.appendChild(this.element))}get canvas(){return this.element}dispose(){super.dispose(),this.target=null,this.element=null}get selected(){return this.root.selected}set selected(t){this.root.selected=t}get hasSameParentForAllSelected(){return this.root.hasSameParentForAllSelected}get focused(){return this.root.focused}set focused(t){this.root.focused=t}getContext(){return this._context2D||(this._context2D=this.canvas&&this.canvas.getContext("2d")),this._context2D}draw(t){this.canvas&&(t=t||this.getContext())&&super.draw(t)}prerender(t){var{translate:e,scale:r={x:1,y:1},rotation:n}=this.model;t.clearRect(0,0,t.canvas.width,t.canvas.height),e&&t.translate(e.x*P9,e.y*P9),t.scale(r.x*P9,r.y*P9),n&&t.rotate(n)}get rotatePoint(){return{x:0,y:0}}contains(t,e){return!1}invalidate(){this.throttle_render()}move(t){var e=this.get("translate")||{x:0,y:0};this.set({translate:{x:e.x+t.x,y:e.y+t.y}})}centerTo(t,e){const r=t.rootModel.transcoordC2S(this.canvas.clientWidth/2,this.canvas.clientHeight/2),{x:n,y:i}=t.center,{x:o,y:a}=t.transcoordP2S(n,i),{x:s,y:c}=t.transcoordS2T(o,a),{x:u,y:l}=t.rootModel.get("translate"),{x:h,y:f}=t.rootModel.get("scale");e?d7({step:function(e){t.rootModel.set({translate:{x:u+(r.x-s)*h*e,y:l+(r.y-c)*f*e}})},duration:1e3,delta:"circ",ease:"in"}).start():t.rootModel.set({translate:{x:u+(r.x-s)*h,y:l+(r.y-c)*f}})}}const wet={x:1,y:1},Aet={x:0,y:0};class _et extends xet{dispose(){super.dispose(),delete this._canvas,delete this._overlay}contains(t,e){return!0}isRootModel(){return!0}get stuck(){return!0}get layout(){return eet}get overlay(){if(!this._overlay){var t=document.createElement("div");t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="initial",t.style["user-select"]="none",t.style["transform-origin"]="top left",this.element&&this.element.appendChild(t),this._overlay=t,this._repositionOverlay()}return this._overlay}createElement(){var t=document.createElement("div");return t.style.position="absolute",t.setAttribute("scene",this.state.type),t.style["user-select"]="none",t.style.overflow="hidden",this._canvas=Gtt.createCanvas(1,1),this._canvas.style.position="absolute",t.appendChild(this._canvas),this._overlay&&t.appendChild(this._overlay),t}resize(){if(this.target){var{width:t,height:e,fitMode:r}=this.model;this.root.fitMode?r=this.root.fitMode:r||(r="ratio");try{var n=getComputedStyle(this.target)}catch(t){return void console.error(t,this.target)}var i=n?parseFloat(n.getPropertyValue("width")):this.target.clientWidth,o=n?parseFloat(n.getPropertyValue("height")):this.target.clientHeight;switch(r){case"both":case"ratio":break;case"width":o=e*i/t;break;case"height":i=t*o/e;break;default:i=Math.max(t,i),o=Math.max(e,o)}switch(this.fitSize(this.canvas,!0,i,o),r){case"ratio":case"both":break;case"width":this.element.style.overflowX="hidden",this.element.style.overflowY="auto";break;case"height":this.element.style.overflowX="auto",this.element.style.overflowY="hidden";break;default:this.element.style.overflowX=i>t?"hidden":"auto",this.element.style.overflowY=o>e?"hidden":"auto"}this.fitSize(this.element,!0)}}get canvas(){return this._canvas}get MPP(){var{scale:t={x:1,y:1},unit:e}=this.model;switch(e){case"mm":case"cm":return 1/this.app.PPM/t.x;case"in":return 1/this.app.PPI/t.x;default:return 1/t.x}}capturePath(t,e){var r=this.layout.capturables(this);for(let n=r.length-1;n>=0;n--){let i=r[n];if(!i.isContainer())continue;let o=i.capturePath(t,e);if(o)return o}return!1}get eventMap(){return{"(self)":{"(all)":{change:this._onchanged_all,mouseenter:this._onmouseenter_all,mouseleave:this._onmouseleave_all,click:this._onclick,mousedown:this._onmousedownup,mouseup:this._onmousedownup,touchstart:this._onmousedownup,touchend:this._onmousedownup}}}}closeScene(t){requestAnimationFrame((()=>this.overlay.dispatchEvent(new CustomEvent("close-scene",{bubbles:!0,composed:!0,detail:t}))))}_repositionOverlay(){var t=this._overlay;if(t){var{translate:e=Aet,scale:r=wet,rotation:n=0}=this.model,{left:i,top:o,width:a,height:s}=this.bounds;t.style.left=i+"px",t.style.top=o+"px",t.style.transform=`rotate(${n}rad) scale(${r.x}, ${r.y}) perspective(1px)`,t.style.marginLeft=`${e.x}px`,t.style.marginTop=`${e.y}px`}}onchange(t){var e=this._model;delete e.id,delete e.text,delete e.class,this._repositionOverlay()}_onchanged_all(t,e,r){this.invalidate()}_onmouseenter_all(t,e){if(t.stopPropagation(),this.app&&!this.app.isEditMode&&e){var r=e.origin;if(!(r instanceof _et)&&r.model.event&&r.model.event.hover&&!r.hidden){var n=r.model.event.hover;n&&this._doEventAction(n,r,!0,t)}}}_onmouseleave_all(t,e){if(t.stopPropagation(),e){var r=e.origin;if(this.app&&!this.app.isEditMode){var n=r.model.event&&r.model.event.hover;n&&this._doEventAction(n,r,!1,t)}}}_onclick(t,e){var r;if(t.stopPropagation(),!this.app.isEditMode&&e){var n=e.origin,i=null===(r=n.model.event)||void 0===r?void 0:r.tap;i&&this._doEventAction(i,n,!0,t)}}_onmousedownup(t,e){var r;if(t.stopPropagation(),!this.app.isEditMode&&e){var n=e.origin,i=null===(r=n.model.event)||void 0===r?void 0:r.tap;i&&i.pressed&&this._doMouseDownUpEventAction(i,n,"mousedown"==t.type||"touchstart"==t.type,t)}}_doMouseDownUpEventAction(t,e,r,n){var{pressed:i=!1}=t;i&&(r?function(t){if(!t.hasOwnProperty("_backupShadow")){var e=t.get("shadow");t._backupShadow=e;var{left:r=0,top:n=0}=e||{};t.delta("tx",r),t.delta("ty",n),t.set("shadow",{})}}(e):function(t){t.hasOwnProperty("_backupShadow")&&(t.delta("tx",0),t.delta("ty",0),t.set("shadow",t._backupShadow),delete t._backupShadow)}(e))}_doEventAction(t,e,r,n){var i,{action:o,target:a,value:s,emphasize:c=!1,restore:u=!1,pressed:l=!1,options:h}=t;if(a&&(a=e.access(a)),s&&(s=e.access(s)),c&&(r?function(t){const{hover:e}=t.state.event||{},{emphasize:r}=e||{};if(t.hasOwnProperty("_backupStrokeStyle"))return;if("__backup_emphasize"in t)return;const{strokeStyle:n,lineWidth:i,fillStyle:o}=t.state;t.__backup_emphasize={strokeStyle:n,lineWidth:i,fillStyle:o},t.setState(r)}(e):u&&function(t){"__backup_emphasize"in t&&(t.setState(t.__backup_emphasize),delete t.__backup_emphasize)}(e)),o)switch(o){case"data-toggle":if(!a)return;(r||u)&&this.root.findAll(a,e).forEach((t=>{t.data=!t.data}));break;case"data-tristate":if(!a)return;(r||u)&&this.root.findAll(a,e).forEach((t=>{let e=Math.round(Math.max(Number(t.data)||0,0));t.data=(e+(r?1:2))%3}));break;case"data-spreading":if(!a)return;if(r){var f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.executeMappings(!0)}))}break;case"data-set":if(!a)return;if(r){f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.data=f}))}break;case"partial-data-set":if(!a)return;if(r){f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.data={...t.data,...f}}))}break;case"value-set":if(!a)return;if(r){f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.value=f}))}break;case"partial-value-set":if(!a)return;if(r){f=e.access(s);this.root.findAll(a,e).forEach((t=>{t.value={...t.value,...f}}))}break;case"infoWindow":case"info-window":if(!a)return;"click"==n.type||r?Jtt.show(e,a,u,{x:n.offsetX,y:n.offsetY}):u&&Jtt.hide(e,a);break;case"toggle-info-window":if(!a)return;Jtt.toggle(e,a,!1,{x:n.offsetX,y:n.offsetY});break;case"popup":case"modal-popup":if(!a)return;let t=h&&"input"in h?h.input:"(self)",c=!h||(!("output"in h)||h.output);aet.show(e,a,{data:t&&(null===(i=this.root.findFirst(t,e))||void 0===i?void 0:i.data),output:c,modal:"modal-popup"===o});break;case"close-scene":this.closeScene(e.data);break;case"goto":case"goto-playlist":this.trigger(o,a,h,e);break;case"mouse-cursor":r?this.target.style.cursor=a||"auto":u&&(this.target.style.cursor="auto");break;default:this.trigger(o,a,s,e)}}}function ket(t,e){const r=t.state.refid;return t.root.findAll((t=>t.isLine()&&t.from.component===r&&(!e||t.from.anchor===e)))}function Eet(t,e){const r=t.state.refid;return t.root.findAll((t=>t.isLine()&&t.to.component===r&&(!e||t.to.anchor===e)))}_et.Popup=aet,Gtt.register("model-layer",_et);var Met=t=>class extends t{isConnectable(){return!0}postrender(t){super.postrender(t),this._draw_anchors(t)}_draw_anchors(t){var e=this.anchors||[];t.save(),e.forEach((e=>{var{position:{x:r,y:n},draw:i}=e;if(i){t.beginPath();try{i.call(e,t,this)}catch(t){console.error(t)}t.closePath()}})),t.restore()}contains(t,e){if(n=super.contains(t,e))return n;var r=this.anchors||[];for(let i of r){const r=i.bounds;if(!r)continue;const{left:o,top:a,width:s,height:c}=r;var n;if(n=t<Math.max(o+s,o)&&t>Math.min(o+s,o)&&e<Math.max(a+c,a)&&e>Math.min(a+c,a))return n}return!1}findInOutLines(t){return function(t,e){const r=t.state.refid;return t.root.findAll((t=>!(!t.isLine()||(t.from.component!==r||e&&t.from.anchor!==e)&&(t.to.component!==r||e&&t.to.anchor!==e))))}(this,t)}findOutletLines(t){return ket(this,t)}findOutletEnds(t){return function(t,e){return ket(t,e).map((t=>{var e;return null===(e=t.toEnd)||void 0===e?void 0:e.component})).filter(Boolean)}(this,t)}findInletLines(t){return Eet(this,t)}findInletEnds(t){return function(t,e){return Eet(t,e).map((t=>{var e;return null===(e=t.fromEnd)||void 0===e?void 0:e.component})).filter(Boolean)}(this,t)}};const Tet={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0}}],help:"scene/component/rect"};var Pet={ondragmove:function(t,e,r){var{left:n,top:i,width:o,height:a}=r.model,s=(r.transcoordP2S(t.x,t.y).x-n)/(o/2)*100;s=qtt(s,o,a),r.set({round:s})}};class Oet extends(Met(Xtt(Wtt))){is3dish(){return!0}get controls(){var{left:t,top:e,width:r,round:n,height:i}=this.state;return[{x:t+r/2*((n=null==n?0:qtt(n,r,i))/100),y:e,handler:Pet}]}get nature(){return Tet}}Gtt.register("rect",Oet);const Iet=[1,2,10,20,50,50,50,50,50,50];class Cet extends(Xtt(Wtt)){render(t){const{lineWidth:e=1,fillStyle:r="lightgray",font:n="15px Arial",left:i,top:o,rotation:a,origin:s,margin:c,width:u,height:l,side:h="bottom",strokeStyle:f="#000000",scale:d=1}=this.state;t.translate(i,o),t.beginPath();const p=Math.round(e/2);t.rect(-p,-p,u+2*p,l+2*p),t.clip(),t.beginPath(),t.rect(0,0,u,l),r&&(t.fillStyle=r,t.fill()),t.lineWidth=e,t.strokeStyle=f,t.stroke(),t.beginPath(),t.font=n;var g="bottom"!==h,v=g?0:l,y=4*l/5,m=2*l/3,b=1*l/2,x=3*l/5;g&&(y=l-y,m=l-m,b=l-b,x=l-1.5*l/5);var w=d*this.app.PPM/this.root.unitScale,A=Math.ceil(s/w),_=this.app.PPM/w,k=_<=1.1?1:Iet[Math.round(_)]||100;1!=k&&(A+=(k-A%k)%k);var S=Math.ceil(A*w),E=s+u;for(t.fillStyle=f;S<E;){if(A%10==0){t.moveTo(S-s,b),t.lineTo(S-s,v);let e=(A/10).toString(),r=t.measureText(e);t.fillText(e,S-s-r.width-6,x)}else A%5==0?(t.moveTo(S-s,m),t.lineTo(S-s,v)):(t.moveTo(S-s,y),t.lineTo(S-s,v));A+=k,S=Math.ceil(A*w)}}}Gtt.register("ruler",Cet);const Ret=20,jet=20,Let=90*Math.PI/180,Det="9px Verdana",zet=20,Net="#f4f4f4",Fet="#999";function Bet(t,e,r){return{left:-t.x,top:-t.y,width:Ret,height:zet}}function Uet(t,e,r,n){return{left:Ret-t.x,top:0-t.y,origin:20-t.x,width:e-Ret,height:zet}}function Yet(t,e,r,n){var i={x:0-t.x+10,y:-t.y+jet+(r-jet)/2},o=Gtt.transcoordRR(0-t.x,-t.y+jet,i,Let);return{left:o.x-(r-jet),top:o.y,origin:20-t.y,width:r-jet,height:zet}}function Het(t){var e=t.get("translate");return{left:-e.x,top:-e.y,width:t.canvas.width/P9,height:t.canvas.height/P9}}Gtt.register("guide-layer",class extends xet{constructor(t,e){super(t,e),this.appScale={x:1,y:1},"disabled"!==t.ruler&&(this.hruler=new Cet({left:Ret,top:0,origin:20,margin:0,height:zet,unit:"m",rotation:0,font:Det,fillStyle:Net,strokeStyle:Fet,capturable:!1}),this.vruler=new Cet({left:0,top:0,origin:20,margin:0,height:zet,unit:"m",rotation:Let,font:Det,side:"top",fillStyle:Net,strokeStyle:Fet,capturable:!1}),this.origin_rect=new Oet({left:-20,top:-20,width:20,height:20,fillStyle:Net,strokeStyle:Fet,lineWidth:1}),this.addComponent(this.hruler),this.addComponent(this.vruler),this.addComponent(this.origin_rect)),this.invalidate()}get capturable(){return!1}ready(){if(super.ready(),this.hruler){var t=this.rootModel,e=Object.assign({},t.get("translate"));e.x<Ret&&(e.x+=Ret),e.y<jet&&(e.y+=jet);var r=t.get("scale")||{x:1,y:1};this.appScale=r,this.hruler.set("scale",r.x),this.vruler.set("scale",r.y),t.set("translate",e),this.set("translate",e),this.screen_coord=Het(this);var{width:n,height:i}=this.screen_coord;this.hruler.set(Uet(e,n,0,this.hruler)),this.vruler.set(Yet(e,0,i,this.vruler)),this.origin_rect.set(Bet(e))}else this.screen_coord=Het(this)}resize(){super.resize(),this.screen_coord=Het(this);var{width:t,height:e}=this.screen_coord;this.hruler&&(this.hruler.set(Uet(this.model.translate,t,0,this.hruler)),this.vruler.set(Yet(this.model.translate,0,e,this.vruler)),this.origin_rect.set(Bet(this.model.translate)))}render(t){if(this.guide){t.save();var{x:e,y:r}=this.guide,{top:n,left:i,width:o,height:a}=this.screen_coord;t.beginPath(),t.moveTo(e,n),t.lineTo(e,n+a),t.moveTo(i,r),t.lineTo(i+o,r),t.lineWidth=1,t.strokeStyle="tomato",t.setLineDash([2,3]),t.font="10px tahoma",t.fillStyle="#333";var s=this.transcoordS2C(e,r,this.rootModel);t.textBaseline=s.y>200?"bottom":"top",t.textAlign=s.x>200?"right":"left";var c=s.y>200?-5:5,u=s.x>200?-5:5,l=Math.round(e/this.appScale.x),h=Math.round(r/this.appScale.y);t.fillText(` ${l}, ${h} `,e+u,r+c),t.stroke(),t.restore()}}get guide(){return this._guide}set guide(t){this._guide=t,this.invalidate()}contains(t,e){return!0}get eventMap(){return{"(root)":{"(descendant)":{mousemove:this.onmousemove_child,mouseout:this.onmouseout_child,dragmove:this.onmousemove_child},"model-layer":{change:this.onchange_root_model}},"(self)":{"(descendant)":{mousedown:this.onmousedown_origin}}}}onmousedown_origin(t,e){this.rootModel.set("translate",{x:20,y:20})}onchange_root_model(t,e,r){if(t.scale&&(this.appScale=t.scale,this.hruler&&(this.hruler.set("scale",t.scale.x),this.vruler.set("scale",t.scale.y))),t.translate&&this.set({translate:{x:t.translate.x,y:t.translate.y}}),t.scale||t.translate){if(this.screen_coord=Het(this),this.hruler){var{translate:n}=this.model,{width:i,height:o}=this.screen_coord;this.hruler.set(Uet(n,i,0,this.hruler)),this.vruler.set(Yet(n,0,o,this.vruler)),this.origin_rect.set(Bet(n))}this._guide=null}this.invalidate()}onmouseout_child(t){this._guide=null,this.invalidate()}onmousemove_child(t,e){t.target&&"CANVAS"!==t.target.tagName?this.guide=null:this.guide=this.transcoordC2S(t.offsetX,t.offsetY)}});Gtt.register("shift-layer",class extends xet{ready(){super.ready();var t=this.rootModel.get("translate");this.set("translate",t)}render(t){}get pointerEvents(){return"none"}contains(t,e){return!(2!=this.app.mode)}get eventMap(){return{"(root)":{"(self)":{keydown:this.onkeydown,keyup:this.onkeyup}}}}onkeydown(t){"Space"===t.code&&void 0===this.before_mode&&(this.before_mode=this.app.mode,this.app.mode=2)}onkeyup(t){"Space"===t.code&&(void 0!==this.before_mode&&(this.app.mode=this.before_mode),delete this.before_mode)}ondragstart(t){this.last_position=this.transcoordC2S(t.offsetX,t.offsetY)}ondragmove(t){var{x:e,y:r}=this.transcoordC2S(t.offsetX,t.offsetY);this.rootModel.move({x:e-this.last_position.x,y:r-this.last_position.y},!1),this.last_position=this.transcoordC2S(t.offsetX,t.offsetY)}});class $et{constructor(t){this.params=Object.assign({},t)}excute(){}}class Get extends $et{execute(){this.params.changes.forEach((t=>t.component.set(t.after)))}static before(t){return t.map((t=>({component:t})))}static after(t,e){e.execute(null,!1)}static around(t,e,r){e.call(r),t.execute(null,!1)}}const Wet="left",qet="right",Xet="center",Vet="bottom",Ket="middle",Qet=[Wet,qet,Xet,"top",Ket,Vet];function Jet(t){if(this.hasSameParentForAllSelected&&-1!=Qet.indexOf(t)){var e=this.selected.filter((t=>!t.stuck));if(!(e.length<=1)){var r=this.app.commander;Get.around(r,(function(){!function(t,e){var r=JSON.parse(JSON.stringify(e[0].bounds)),n=r.left+r.width,i=r.top+r.height;for(let t=0;t<e.length;t++){let o=e[t].bounds;r.left=o.left>r.left?r.left:o.left,r.top=o.top>r.top?r.top:o.top,n=o.left+o.width>n?o.left+o.width:n,i=o.top+o.height>i?o.top+o.height:i}switch(r.width=n-r.left,r.height=i-r.top,t){case Wet:for(let t=0;t<e.length;t++){let n=e[t].bounds;e[t].bounds={left:r.left,top:n.top,width:n.width,height:n.height}}break;case Xet:for(let t=0;t<e.length;t++){let n=e[t].bounds;e[t].bounds={left:r.left+r.width/2-n.width/2,top:n.top,width:n.width,height:n.height}}break;case qet:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={left:n-r.width,top:r.top,width:r.width,height:r.height}}break;case"top":for(let t=0;t<e.length;t++){let n=e[t].bounds;e[t].bounds={left:n.left,top:r.top,width:n.width,height:n.height}}break;case Ket:for(let t=0;t<e.length;t++){let n=e[t].bounds;e[t].bounds={left:n.left,top:r.top+r.height/2-n.height/2,width:n.width,height:n.height}}break;case Vet:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={left:r.left,top:i-r.height,width:r.width,height:r.height}}break;default:;}}(t,e)}))}}}const Zet="VERTICAL",trt=[Zet,"HORIZONTAL"];function ert(t){if(this.hasSameParentForAllSelected&&-1!=trt.indexOf(t)){var e=this.selected;if(!(e.length<=1)){var r=this.app.commander;Get.around(r,(function(){!function(t,e){var r=e.filter((t=>!t.stuck)).slice(0);r.sort((function(e,r){let n=e.center,i=r.center;return t===Zet?n.y-i.y:n.x-i.x}));var n=r.reduce(((e,r)=>e+(t===Zet?r.bounds.height:r.bounds.width)),0),i=r[0].bounds,o=r[r.length-1].bounds,a=((t===Zet?o.top+o.height-i.top:o.left+o.width-i.left)-n)/(r.length-1),s=t===Zet?i.top+i.height:i.left+i.width;for(let e=1;e<r.length-1;e++){let n=r[e],i=n.bounds;s+=a,t===Zet?(i.top=s,s+=i.height):(i.left=s,s+=i.width),n.bounds=i}}(t,e)}))}}}function rrt(t){for(var e=0;t&&!t.isRootModel();)e+=t.get("rotation")||0,t=t.parent;return e%(2*Math.PI)}class nrt extends $et{execute(){this.params.changes.forEach((t=>{let{component:e,to_container:r,to_index:n,to_left:i,to_top:o,hint:a}=t,s=function(t){if(t.isRootModel())return t.bounds;var{bounds:e,rotatePoint:r}=t,n=r;return{left:(n=t.transcoordS2T(n.x,n.y)).x-(r.x-e.left),top:n.y-(r.y-e.top),width:e.width,height:e.height}}(e),c=rrt(e);if(e.removeSelf(!r),e.bounds=s,e.set("rotation",c),r){e.set("rotation",function(t,e){return((t.get("rotation")||0)-rrt(e))%(2*Math.PI)}(e,r));let a=function(t,e){if(e.isRootModel())return t.bounds;var{bounds:r,rotatePoint:n}=t,i=e.transcoordT2S(n.x,n.y),o=e.bounds;return{left:i.x-(n.x-r.left)-o.left,top:i.y-(n.y-r.top)-o.top,width:r.width,height:r.height}}(e,r);t.to_left=void 0!==i?i:a.left,t.to_top=void 0!==o?o:a.top,e.bounds={left:t.to_left,top:t.to_top,width:a.width,height:a.height},void 0===n?r.addComponent(e):r.insertComponentAt(e,n)}}))}}function irt(t,e,r){this.app.commander.execute(new nrt({changes:[{component:t,to_container:e,to_index:r}]}))}function ort(t){var e=this.selected.filter((t=>!t.stuck));if(!(0==e.length||e[0].isRootModel()||e.length>1&&("forward"==t||"backward"==t))){var r,n=e[0].parent;if("forward"==t){let t=n.indexOf(e[0]);r=[{component:e[0],from_container:n,to_container:n,from_index:t,to_index:t+1}]}else if("backward"==t){let t=n.indexOf(e[0]);r=[{component:e[0],from_container:n,to_container:n,from_index:t,to_index:t-1}]}else r=e.filter((t=>t.parent===n)).sort(((e,r)=>{let i=n.indexOf(e)<n.indexOf(r);return"front"==t?i:!i})).map(((e,r)=>(n.indexOf(e),{component:e,to_container:n,to_index:"front"==t?n.components.length-r-1:r})));var i=new nrt({changes:r});this.app.commander.execute(i)}}function art(t,e,r,n){var i=Gtt.register(t.type);if(!i)return y9("Class not found",t.type),null;r&&(t.refid=r(t.refid)),t.id&&n&&n(t.id)&&delete t.id;var o=new i(t,e);return t.components&&o.isContainer()&&(t.components.forEach((t=>{var i=art(t,e,r,n);i&&o.addComponent(i)})),delete t.components),o.created(),o}function srt(t,e){var r=z7(t.hierarchy);return delete r.id,art(r,t.app,e)}var crt=Object.freeze({__proto__:null,compile:art,duplicate:srt,select:U9,match:N9});function urt(t,e,r){t instanceof Array||(t=[t]),r||(r=this.model_layer);var n=[],i=new Map;this.selected=t.map((t=>{try{return art(t,r.app,(t=>{const e=this.getNewRefid();return void 0!==t&&i.set(t,e),e}),(t=>(this.indexMap[t]||[])[0]))}catch(t){return console.warn(t),!1}})).filter(Boolean).map((t=>{let{left:o,top:a,width:s,height:c,x:u,y:l,cx:h,cy:f}=e;return t.replaceRefids(i),isNaN(o)||isNaN(a)||isNaN(s)||isNaN(c)||(t.bounds={left:o,top:a,width:s,height:c}),isNaN(u)||isNaN(l)||t.move({x:u,y:l},!1),isNaN(h)||isNaN(f)||(t.center={x:h,y:f}),n.push({component:t,to_container:r}),t})),this.app.commander.execute(new nrt({changes:n}))}function lrt(){var t=[],e=new Map;if(this.selected=this.selected.filter((t=>!t.isRootModel())).map((r=>{let n=srt(r,(t=>{const r=this.getNewRefid();return void 0!==t&&e.set(t,r),r}));return n.move({x:20,y:20},!1),t.push({component:n,to_container:r.parent}),n})).map((t=>(t.replaceRefids(e),t))),0!=t.length){var r=new nrt({changes:t});this.app.commander.execute(r)}}function hrt(){var t=this.selected;this.selected=[];for(var e=null,r=t.filter((t=>!t.isRootModel()&&(t.parent.focusible||t.parent.isGroup()))).map((t=>(e||(e=t.parent),{component:t,to_container:null})));e&&e.isGroup();){let t=[];if(e.components.filter((t=>!r.find((e=>e.component===t)))).forEach((e=>t.push(e))),t.length>1)break;let n=e.parent;t.forEach((t=>r.push({component:t,to_container:n}))),r.push({component:e,to_container:null}),e=n}r.length>0&&this.app.commander.execute(new nrt({changes:r})),e&&e.calculateBounds&&e.calculateBounds()}function frt(t,e,r){var n,i;switch(t){case"execute":case"redo":case"undo":case"command-reset":null===(n=this.app)||void 0===n||n.commander.on(t,e,r);break;case"mode":null===(i=this.app)||void 0===i||i.on(t,e,r);break;default:this.on(t,e,r)}}function drt(t,e,r){var n;switch(t){case"execute":case"redo":case"undo":case"command-reset":null===(n=this.app)||void 0===n||n.commander.once(t,e,r);break;case"mode":this.app.once(t,e,r);break;default:this.once(t,e,r)}}function prt(t,e,r){var n,i;switch(t){case"execute":case"redo":case"undo":case"command-reset":null===(n=this.app)||void 0===n||n.commander.off(t,e,r);break;case"mode":null===(i=this.app)||void 0===i||i.off(t,e,r);break;default:this.off(t,e,r)}}function grt(t){var e=this.target_element,r=t||this.fitMode,n=this;function i(t){n.fit(r),document.fullscreen||document.mozFullScreen||document.webkitIsFullScreen||document.msFullscreenElement||["fullscreenchange","mozfullscreenchange","webkitfullscreenchange","MSFullscreenChange"].forEach((t=>document.removeEventListener(t,i)))}["fullscreenchange","mozfullscreenchange","webkitfullscreenchange","MSFullscreenChange"].forEach((t=>document.addEventListener(t,i))),e.requestFullScreen?e.requestFullScreen():e.webkitRequestFullScreen?e.webkitRequestFullScreen():e.mozRequestFullScreen?e.mozRequestFullScreen():e.msRequestFullscreen&&e.msRequestFullscreen()}var vrt=0;function yrt(){var t=this.selected.filter((t=>!t.isRootModel())).map((t=>t.hierarchy));if(0!=t.length)return vrt=0,JSON.stringify(t,null,2)}function mrt(){vrt=0;var t=yrt.call(this);return hrt.call(this),t}function brt(t){if(t)try{vrt++,urt.call(this,JSON.parse(t),{x:15*vrt,y:15*vrt})}catch(e){v9(e,t)}}var xrt=function(){return{escape:function(t){return t.replace(/([.*+?^${}()|\[\]\/\\])/g,"\\$1")},parseExtension:t,mimeType:function(e){var r=t(e).toLowerCase();return(n="application/font-woff",i="image/jpeg",{woff:n,woff2:n,ttf:"application/font-truetype",eot:"application/vnd.ms-fontobject",png:"image/png",jpg:i,jpeg:i,gif:"image/gif",tiff:"image/tiff",svg:"image/svg+xml"})[r]||"";var n,i},dataAsUrl:function(t,e){return"data:"+e+";base64,"+t},isDataUrl:function(t){return-1!==t.search(/^(data:)/)},canvasToBlob:function(t){return t.toBlob?new Promise((function(e){t.toBlob(e)})):function(t){return new Promise((function(e){for(var r=window.atob(t.toDataURL().split(",")[1]),n=r.length,i=new Uint8Array(n),o=0;o<n;o++)i[o]=r.charCodeAt(o);e(new Blob([i],{type:"image/png"}))}))}(t)},resolveUrl:function(t,e){var r=document.implementation.createHTMLDocument(),n=r.createElement("base");r.head.appendChild(n);var i=r.createElement("a");return r.body.appendChild(i),n.href=e,i.href=t,i.href},getAndEncode:function(t){var e=3e4;Prt.impl.options.cacheBust&&(t+=(/\?/.test(t)?"&":"?")+(new Date).getTime());return new Promise((function(r){var n,i=new XMLHttpRequest;if(i.onreadystatechange=a,i.ontimeout=s,i.responseType="blob",i.timeout=e,i.open("GET",t,!0),i.send(),Prt.impl.options.imagePlaceholder){var o=Prt.impl.options.imagePlaceholder.split(/,/);o&&o[1]&&(n=o[1])}function a(){if(4===i.readyState)if(200===i.status){var e=new FileReader;e.onloadend=function(){var t=e.result.split(/,/)[1];r(t)},e.readAsDataURL(i.response)}else n?r(n):c("cannot fetch resource: "+t+", status: "+i.status)}function s(){n?r(n):c("timeout of "+e+"ms occured while fetching resource: "+t)}function c(t){console.error(t),r("")}}))},uid:function(){var t=0;return function(){return"u"+e()+t++;function e(){return("0000"+(Math.random()*Math.pow(36,4)|0).toString(36)).slice(-4)}}}(),delay:function(t){return function(e){return new Promise((function(r){setTimeout((function(){r(e)}),t)}))}},asArray:function(t){for(var e=[],r=t.length,n=0;n<r;n++)e.push(t[n]);return e},escapeXhtml:function(t){return t.replace(/#/g,"%23").replace(/\n/g,"%0A")},makeImage:function(t){return new Promise((function(e,r){var n=new Image;n.onload=function(){e(n)},n.onerror=r,n.src=t}))},width:function(t){var r=e(t,"border-left-width"),n=e(t,"border-right-width");return t.scrollWidth+r+n},height:function(t){var r=e(t,"border-top-width"),n=e(t,"border-bottom-width");return t.scrollHeight+r+n}};function t(t){var e=/\.([^\.\/]*?)$/g.exec(t);return e?e[1]:""}function e(t,e){var r=window.getComputedStyle(t).getPropertyValue(e);return parseFloat(r.replace("px",""))}}(),wrt=function(){var t=/url\(['"]?([^'"]+?)['"]?\)/g;return{inlineAll:function(t,i,o){return a()?Promise.resolve(t):Promise.resolve(t).then(r).then((function(e){var r=Promise.resolve(t);return e.forEach((function(t){r=r.then((function(e){return n(e,t,i,o)}))})),r}));function a(){return!e(t)}},shouldProcess:e,impl:{readUrls:r,inline:n}};function e(e){return-1!==e.search(t)}function r(e){for(var r,n=[];null!==(r=t.exec(e));)n.push(r[1]);return n.filter((function(t){return!xrt.isDataUrl(t)}))}function n(t,e,r,n){return Promise.resolve(e).then((function(t){return r?xrt.resolveUrl(t,r):t})).then(n||xrt.getAndEncode).then((function(t){return xrt.dataAsUrl(t,xrt.mimeType(e))})).then((function(r){return t.replace(function(t){return new RegExp("(url\\(['\"]?)("+xrt.escape(t)+")(['\"]?\\))","g")}(e),"$1"+r+"$3")}))}}(),Art=function(){return{resolveAll:function(){return t().then((function(t){return Promise.all(t.map((function(t){return t.resolve()})))})).then((function(t){return t.join("\n")}))},impl:{readAll:t}};function t(){return Promise.resolve(xrt.asArray(document.styleSheets)).then((function(t){var e=[];return t.forEach((function(t){try{xrt.asArray(t.cssRules||[]).forEach(e.push.bind(e))}catch(e){console.log("Error while reading CSS rules from "+t.href,e.toString())}})),e})).then((function(t){return t.filter((function(t){return t.type===CSSRule.FONT_FACE_RULE})).filter((function(t){return wrt.shouldProcess(t.style.getPropertyValue("src"))}))})).then((function(e){return e.map(t)}));function t(t){return{resolve:function(){var e=(t.parentStyleSheet||{}).href;return wrt.inlineAll(t.cssText,e)},src:function(){return t.style.getPropertyValue("src")}}}}}(),_rt=function(){return{inlineAll:function e(r){return r instanceof Element?n(r).then((function(){return r instanceof HTMLImageElement?t(r).inline():Promise.all(xrt.asArray(r.childNodes).map((function(t){return e(t)})))})):Promise.resolve(r);function n(t){var e=t.style.getPropertyValue("background");return e?wrt.inlineAll(e).then((function(e){t.style.setProperty("background",e,t.style.getPropertyPriority("background"))})).then((function(){return t})):Promise.resolve(t)}},impl:{newImage:t}};function t(t){return{inline:function(e){return xrt.isDataUrl(t.src)?Promise.resolve():Promise.resolve(t.src).then(e||xrt.getAndEncode).then((function(e){return xrt.dataAsUrl(e,xrt.mimeType(t.src))})).then((function(e){return new Promise((function(r,n){t.onload=r,t.onerror=n,t.src=e}))}))}}}}(),krt={imagePlaceholder:void 0,cacheBust:!1};function Srt(t,e){return function(t){void 0===t.imagePlaceholder?Prt.impl.options.imagePlaceholder=krt.imagePlaceholder:Prt.impl.options.imagePlaceholder=t.imagePlaceholder;void 0===t.cacheBust?Prt.impl.options.cacheBust=krt.cacheBust:Prt.impl.options.cacheBust=t.cacheBust}(e=e||{}),Promise.resolve(t).then((function(t){return Mrt(t,e.filter,!0)})).then(Trt).then((function(t){var{bgcolor:r,width:n,height:i,style:o,sx:a=1,sy:s=1}=e,c=t.style;r&&(c.backgroundColor=r);n&&(c.width=n+"px");i&&(c.height=i+"px");c["margin-left"]="0px",c["margin-top"]="0px",c.transform=`rotate(0rad) translate(0px, 0px) scale(${a}, ${s}) perspective(1px)`,o&&Object.keys(o).forEach((function(t){c[t]=o[t]}));return t})).then((function(r){return function(t,e,r){return Promise.resolve(t).then((function(t){return t.setAttribute("xmlns","http://www.w3.org/1999/xhtml"),(new XMLSerializer).serializeToString(t)})).then(xrt.escapeXhtml).then((function(t){return'<foreignObject x="0" y="0" width="100%" height="100%">'+t+"</foreignObject>"})).then((function(t){return'<svg xmlns="http://www.w3.org/2000/svg" width="'+e+'" height="'+r+'">'+t+"</svg>"})).then((function(t){return"data:image/svg+xml;charset=utf-8,"+t}))}(r,e.width||xrt.width(t),e.height||xrt.height(t))}))}function Ert(t,e){return Srt(t,e).then(xrt.makeImage).then(xrt.delay(100)).then((function(r){var n=function(t){var r=document.createElement("canvas");if(r.width=e.width||xrt.width(t),r.height=e.height||xrt.height(t),e.bgcolor){var n=r.getContext("2d");n.fillStyle=e.bgcolor,n.fillRect(0,0,r.width,r.height)}return r}(t);return n.getContext("2d").drawImage(r,0,0),n}))}function Mrt(t,e,r){return r||!e||e(t)?Promise.resolve(t).then((function(t){if(t instanceof HTMLCanvasElement)try{return xrt.makeImage(t.toDataURL())}catch(t){y9(t)}return t.cloneNode(!1)})).then((function(r){return function(t,e,r){var n=t.childNodes;return 0===n.length?Promise.resolve(e):i(e,xrt.asArray(n),r).then((function(){return e}));function i(t,e,r){var n=Promise.resolve();return e.forEach((function(e){n=n.then((function(){return Mrt(e,r)})).then((function(e){e&&t.appendChild(e)}))})),n}}(t,r,e)})).then((function(e){return function(t,e){return e instanceof Element?Promise.resolve().then(r).then(n).then(i).then(o).then((function(){return e})):e;function r(){function r(t,e){function r(t,e){xrt.asArray(t).forEach((function(r){e.setProperty(r,t.getPropertyValue(r),t.getPropertyPriority(r))}))}t.cssText?e.cssText=t.cssText:r(t,e)}r(window.getComputedStyle(t),e.style)}function n(){function r(r){var n=window.getComputedStyle(t,r),i=n.getPropertyValue("content");if(""!==i&&"none"!==i){var o=xrt.uid();e.className=e.className+" "+o;var a=document.createElement("style");a.appendChild(s(o,r,n)),e.appendChild(a)}function s(t,e,r){var n="."+t+":"+e,i=r.cssText?o(r):a(r);return document.createTextNode(n+"{"+i+"}");function o(t){var e=t.getPropertyValue("content");return t.cssText+" content: "+e+";"}function a(t){return xrt.asArray(t).map(e).join("; ")+";";function e(e){return e+": "+t.getPropertyValue(e)+(t.getPropertyPriority(e)?" !important":"")}}}}[":before",":after"].forEach((function(t){r(t)}))}function i(){t instanceof HTMLTextAreaElement&&(e.innerHTML=t.value),t instanceof HTMLInputElement&&e.setAttribute("value",t.value)}function o(){e instanceof SVGElement&&(e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e instanceof SVGRectElement&&["width","height"].forEach((function(t){var r=e.getAttribute(t);r&&e.style.setProperty(t,r)})))}}(t,e)})):Promise.resolve()}function Trt(t){return _rt.inlineAll(t).then((function(){return t}))}var Prt={toSvg:Srt,toPng:function(t,e){return Ert(t,e||{}).then((function(t){return t.toDataURL()}))},toJpeg:function(t,e){return Ert(t,e=e||{}).then((function(t){return t.toDataURL("image/jpeg",e.quality||1)}))},toBlob:function(t,e){return Ert(t,e||{}).then(xrt.canvasToBlob)},toPixelData:function(t,e){return Ert(t,e||{}).then((function(e){return e.getContext("2d").getImageData(0,0,xrt.width(t),xrt.height(t)).data}))},impl:{fontFaces:Art,images:_rt,util:xrt,inliner:wrt,options:{}}};function Ort(t,e,r,n){var i=this.model_layer,o=i._overlay;return new Promise((function(a,s){if(i){var c=i.get("width"),u=i.get("height");r=r||c,n=n||u;var l=i.get("translate"),h=i.get("scale"),f=Math.min(r/c,n/u);r=c*f,n=u*f,i.set("translate",{x:0,y:0}),i.set("scale",{x:f/P9,y:f/P9});var d=Gtt.createCanvas(r,n),p=d.getContext("2d");if(i.draw(p),i.set("translate",l),i.set("scale",h),!o)return a(d.toDataURL(t,e)),void(d=null);Prt.toPng(o,{sx:f,sy:f,width:r,height:n}).then((function(i){var o=new Image;o.onload=function(){p.drawImage(o,0,0,r,n),a(d.toDataURL(t,e)),d=null},o.src=i}),(function(r){v9(r),a(d.toDataURL(t,e)),d=null}))}else s("No target model")}))}function Irt(){if(this.hasSameParentForAllSelected){var t=this.selected.filter((t=>!!t.parent&&!t.stuck));if(!(t.length<2)){var e=t[0].parent,r=[],n=t.sort(((t,r)=>e.components.indexOf(t)-e.components.indexOf(r)));n.forEach((t=>{r.push(t.bounds)}));var i=Gtt.union(r),o=t[0].transcoordP2S(i.left,i.top);o=t[0].transcoordS2T(o.x,o.y);var a=new Map,s=art({type:"group",left:o.x,top:o.y,width:i.width,height:i.height},e.app,(t=>{const e=this.getNewRefid();return void 0!==t&&a.set(t,e),e}));s.replaceRefids(a);var c=[{component:s,to_container:e}];n.forEach((t=>{c.push({component:t,to_container:s})})),this.app.commander.execute(new nrt({changes:c})),this.selected=[s]}}}function Crt(){if(0!==this.selected.length){var t=[],e=[];this.selected.forEach((r=>{if(r.isGroup()){var n=r.parent;r.components.forEach((r=>{t.push(r),e.push({component:r,to_container:n})})),e.push({component:r,to_container:null})}})),this.app.commander.execute(new nrt({changes:e})),this.selected=t}}function Rrt(){var t=this.selected;if(0!=t.length){var e=t.map((t=>t.bounds)),r=Gtt.union(e),n=r.left+r.width/2;t.map((t=>{t.symmetryX(n)}))}}function jrt(){var t=this.selected;if(0!=t.length){var e=t.map((t=>t.bounds)),r=Gtt.union(e),n=r.top+r.height/2;t.map((t=>{t.symmetryY(n)}))}}function Lrt(){Get.around(this.app.commander,Rrt,this)}function Drt(){Get.around(this.app.commander,jrt,this)}function zrt(t,e,r){var n=this.findAll(t,r);return n.forEach((t=>{t.set(e)})),n}function Nrt(t){Get.around(this.app.commander,t)}function Frt(){return Object.values(this.indexMap).map((t=>t.map((t=>{let{id:e,data:r}=t.model;return{key:e,value:r}})))).flat().sort(((t,e)=>t.key>e.key?1:-1))}const Brt="left",Urt="right",Yrt="center",Hrt="bottom",$rt="middle",Grt=[Brt,Urt,Yrt,"top",$rt,Hrt];function Wrt(t){if(this.hasSameParentForAllSelected&&-1!=Grt.indexOf(t)){var e=this.selected.filter((t=>!t.stuck)),r=this.app.commander;Get.around(r,(function(){!function(t,e){const r=e[0].parent,{width:n,height:i}=r.bounds;switch(t){case Brt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,left:0}}break;case Yrt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,left:n/2-r.width/2}}break;case Urt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,left:n-r.width}}break;case"top":for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,top:0}}break;case $rt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,top:i/2-r.height/2}}break;case Hrt:for(let t=0;t<e.length;t++){let r=e[t].bounds;e[t].bounds={...r,top:i-r.height}}break;default:;}}(t,e)}))}}function qrt(t){t instanceof Array||(t=[t]),this.trigger("addstart",t)}function Xrt(){this.trigger("stylepastestart")}function Vrt(){this.trigger("stylepastestop")}function Krt(){this.trigger("databindpastestart")}function Qrt(){this.trigger("databindpastestop")}function Jrt(t,e,r,n){var i=t.selected,o=n?i.slice(0):[];n&&o.length>0?e=o[0].parent:e.isContainer()||(e=e.parent);var a=e.layout.capturables(e),s=!!e.layout.joinType;if(n&&r.selected.forEach((t=>{o.splice(o.indexOf(t),1)})),r.selected=[],a.forEach((t=>{t.capturable&&function(t,e,r){var n,i,o,a,{sx:s,sy:c,ex:u,ey:l}=e;if(s>u?(n=u,i=s):(n=s,i=u),c>l?(o=l,a=c):(o=c,a=l),r){var h=t.bounds,f=t.transcoordS2TR(h.left,h.top),d=t.transcoordS2TR(h.left+h.width,h.top+h.height),p=f.x,g=d.x,v=f.y,y=d.y,m=Math.min(n,p,i,g),b=Math.max(n,p,i,g),x=Math.min(o,v,a,y),w=Math.max(o,v,a,y);return!(b-m>Math.abs(i-n)+Math.abs(g-p)||w-x>Math.abs(a-o)+Math.abs(y-v))}var A=t.path;if(!A)return error("컴포넌트에 get path가 잘못 구현되어있음.",t),!1;for(let e=0;e<A.length;e++){let r=t.transcoordS2TR(A[e].x,A[e].y);if(n>r.x||i<r.x||o>r.y||a<r.y)return!1}return!0}(t,r,s)&&-1==o.indexOf(t)&&r.selected.push(t)})),o=o.concat(r.selected),i.length!==o.length)t.selected=o;else for(let e=0;e<o.length;e++)if(i[e]!=o[e]){t.selected=o;break}}function Zrt(t,e,r,n,i){i||Jrt(t,e,r,n)}function tnt(t,e){var r=t.components||[];for(let t of r){tnt(t,e);let r=e.indexOf(t);-1!=r&&e.splice(r,1)}}Gtt.register("add-layer",class extends xet{ready(){super.ready();var t=this.rootModel,e=t.get("translate"),r=t.get("scale");this.set("translate",e),this.set("scale",r)}get pointerEvents(){return"none"}render(t){var e=this.addbox;if(e){let{sx:r,sy:n,ex:i,ey:o}=e,a=this.get("scale")||{x:1,y:1};t.beginPath(),t.rect(r,n,i-r,o-n),t.setLineDash([2/a.x,4/a.y]),t.lineWidth=1/a.x,t.strokeStyle="black",t.stroke()}}contains(t,e){return!(3!=this.app.mode)}get eventMap(){return{"(root)":{"(self)":{addstart:this.onaddstart,addstop:this.onaddstop,keydown:this.onkeydown,dragstart:this.ondragstart,dragmove:this.ondragmove,dragend:this.ondragend,mousedown:this.onmousedown,mouseup:this.onmouseup}},"model-layer":{"(self)":{change:this.onchange_root_model}}}}onchange_root_model(t,e,r){t.translate&&this.set("translate",t.translate),t.scale&&this.set("scale",t.scale)}onaddstart(t,e){void 0===this.before_mode&&(this.before_mode=this.app.mode,this.models=t,this.app.mode=3)}onaddstop(){void 0!==this.before_mode&&(this.app.mode=this.before_mode),delete this.before_mode,delete this.addbox,this.invalidate()}onkeydown(t){3!==this.app.mode||"Esc"!=t.code&&"Escape"!=t.code||this.root.trigger("addstop")}ondragstart(t){var{x:e,y:r}=this.transcoordC2S(t.offsetX,t.offsetY);this.addbox={sx:e,sy:r}}ondragmove(t){if(3===this.app.mode){var{x:e,y:r}=this.transcoordC2S(t.offsetX,t.offsetY);this.addbox&&(this.addbox.ex=e,this.addbox.ey=r,this.invalidate())}}ondragend(t,e){if(3!==this.app.mode)return;const{sx:r,sy:n,ex:i,ey:o}=this.addbox;urt.call(this.root,this.models,{left:Math.min(r,i),top:Math.min(n,o),width:Math.abs(i-r),height:Math.abs(o-n)}),this.root.trigger("addstop")}onmousedown(t,e){3===this.app.mode&&(this.downpoint={x:t.offsetX,y:t.offsetY})}onmouseup(t,e){if(this.downpoint.x===t.offsetX&&this.downpoint.y===t.offsetY){var{x:r,y:n}=this.transcoordC2S(t.offsetX,t.offsetY);urt.call(this.root,this.models,{cx:r,cy:n}),this.root.trigger("addstop")}}});Gtt.register("selection-layer",class extends xet{ready(){super.ready();var t=this.rootModel,e=t.get("translate"),r=t.get("scale");this.set("translate",e),this.set("scale",r)}contains(t,e){return!1}render(t){var e=this.selbox;if(e){let{sx:r,sy:n,ex:i,ey:o}=e,a=this.get("scale")||{x:1,y:1};t.beginPath(),t.rect(r,n,i-r,o-n),t.setLineDash([2/a.x,4/a.y]),t.lineWidth=1/a.x,t.strokeStyle="black",t.stroke()}}get eventMap(){return{"(root)":{"(self)":{keydown:this.onkeydown}},"model-layer":{"(self)":{change:this.onchange_root_model},"(all)":{dragstart:this.ondragstart_selbox,dragmove:this.ondragmove_selbox,dragend:this.ondragend_selbox,mousedown:this.onmousedown_comp,mouseup:this.onmouseup_comp}}}}onkeydown(t,e){var{origin:r,deliverer:n}=e,i=n.selected;if(1!==i.length)return!1;var o=i[0],a=o.parent;if(!a||a===n)return!1;if("Tab"===t.code){var s=a.layout.capturables(a),c=s.indexOf(o);if(-1==c){if(!a.indexOf(o))return y9("Container not contains [",o,"] as a component"),!1;c=0}var u=s.length;t.shiftKey?c--:c++,o=s[(c+u)%u]}else{if(!a.layout.keyNavigate)return!1;o=a.layout.keyNavigate(a,o,t)||o}n.selected=[o],t.preventDefault()}onchange_root_model(t,e,r){t.translate&&this.set("translate",t.translate),t.scale&&this.set("scale",t.scale)}_pendingDecision(t){this.downpoint={x:t.offsetX,y:t.offsetY}}_selectGroupItem(t,e){var r=this.selected.indexOf(t);let n=t.parent;for(;n.parent.isGroup();)n=n.parent;let i=[],o=!1,a=!1;if(this.selected.forEach((t=>{let e=t.parent;if(t!==n){for(;e.parent&&e.parent.isGroup();)e=e.parent;e===n&&(i.push(t),o=!0)}else a=!0})),o)if(e.shiftKey){if(-1!=r)return void this._pendingDecision(e);i.push(t)}else{if(-1!=r)return void this._pendingDecision(e);i=[t]}else{if(a)return void this._pendingDecision(e);if(e.shiftKey)if(this.selected.length>0){if(-1!=this.selected.indexOf(n))return;i=[...this.selected,n]}else i=[n];else i=[n]}this.selected=i}onmousedown_comp(t,e){var{origin:r}=e;if(this.downpoint=null,t.shiftKey){if(r.parent.isGroup())return void this._selectGroupItem(r,t);if(-1!=this.selected.indexOf(r))return void this._pendingDecision(t);{let t=this.selected.filter((t=>!t.isRootModel()&&!!t.parent)),e=t.length>0&&t[0].parent;e&&e!==r.parent&&(!function(t,e){for(var r=t.parent;r;){let t=e.indexOf(r);-1!=t&&e.splice(t,1),r=r.parent}}(r,t),tnt(r,t)),t.push(r),this.selected=t}}else{if(r.parent.isGroup())return void this._selectGroupItem(r,t);if(-1!=this.selected.indexOf(r))return;this.selected=[r],this.sameParent=!0}}onmouseup_comp(t,e){if(!this.downpoint)return;if(this.downpoint.x!==t.offsetX||this.downpoint.y!==t.offsetY)return;var{origin:r}=e;let n=this.selected.indexOf(r);if(-1==n&&r.parent.isGroup()&&(n=this.selected.indexOf(r.parent)),-1!==n&&t.shiftKey){let t=this.selected.slice();return n>-1&&t.splice(n,1),void(this.selected=t)}r.parent.isGroup()&&(this.selected=[r])}ondragstart_selbox(t,e){var{origin:r}=e;if(r.stuck){var{x:n,y:i}=this.transcoordC2S(t.offsetX,t.offsetY);this.selbox={sx:n,sy:i,selected:[]}}}ondragmove_selbox(t,e){var{origin:r}=e;if(r.stuck){var{x:n,y:i}=this.transcoordC2S(t.offsetX,t.offsetY);this.selbox&&(this.selbox.ex=n,this.selbox.ey=i,Zrt(this,r,this.selbox,t.shiftKey),this.invalidate())}}ondragend_selbox(t,e){var{origin:r}=e;r.stuck&&(this.last_pos=null,this.selbox=null,Zrt(this,null,null,!1,!0),this.invalidate())}});class ent{constructor(t){this.layer=t}draw(t,e,r){var{left:n,top:i,width:o,height:a}=e.bounds;0!=o&&0!=a&&(t.beginPath(),t.rect(n,i,o,a),t.clip(),t.beginPath(),t.strokeStyle="#f26522",t.lineWidth=4,t.shadowBlur=10,t.shadowColor="black",t.shadowOffsetX=0,t.shadowOffsetY=0,t.rect(n,i,o,a),t.stroke(),t.closePath())}}class rnt{constructor(t){this.layer=t}draw(t,e,r){var n=e.bounds;t.beginPath(),t.rect(n.left-4/r.x,n.top-4/r.y,n.width+8/r.x,n.height+8/r.y),t.setLineDash([3/r.x,4/r.y]),t.lineWidth=1/r.x,t.strokeStyle="black",t.stroke(),t.setLineDash([]),t.closePath()}}class nnt{constructor(t){this.layer=t}reset(){this.active=null}get selected(){return this.layer.selected}contains(t,e,r,n){let i=r.controls;return!!i&&(i.every(((i,o)=>(Math.abs(t-i.x)<=4/n.x&&Math.abs(e-i.y)<=4/n.y&&(this.active={component:r,index:o,handler:i.handler}),!this.active))),!!this.active)}draw(t,e,r){var n=e.controls;n&&n.forEach(((e,n)=>{t.beginPath(),t.lineWidth=1/r.x,t.ellipse(e.x,e.y,4/r.x,4/r.y,0,0,2*Math.PI,!0),t.fillStyle="#ff5d72",t.fill(),t.strokeStyle="#fff",t.stroke()}))}onevent(t,e){var{handler:r,component:n,index:i}=this.active,o=n.transcoordC2S(e.offsetX,e.offsetY);o=n.transcoordS2P(o.x,o.y),r&&"function"==typeof r[t]&&r[t](o,i,n)}onmousedown(t){this.onevent("onmousedown",t)}ondragstart(t){var e=this.active;e.changes=Get.before([e.component]),this.onevent("ondragstart",t)}ondragmove(t){this.onevent("ondragmove",t)}ondragend(t){this.onevent("ondragend",t);var{component:e,changes:r}=this.active;Get.after(r,e.app.commander),e.parent&&e.parent.calculateBounds&&e.parent.calculateBounds()}}function int(t,e){return Math.atan2(e.y-t.y,e.x-t.x)}const ont=15*Math.PI/180;class ant{constructor(t){this.layer=t}reset(){this.active=null,this.created=null}get selected(){return this.layer.selected}contains(t,e,r,n){return!!r.mutable&&(r.path.every(((i,o)=>(Math.abs(t-i.x)<=4/n.x&&Math.abs(e-i.y)<=4/n.y&&(this.active={component:r,index:o}),!this.active))),!!this.active)}startLinkProcess(t,e,r){try{var n=art(e,t.app);return t.rootModel.addComponent(n),this.layer.selected=[n],this.active={component:n,index:1},this.ondragstart(r),n}catch(t){console.warn(r)}}draw(t,e,r){if(e.mutable&&!e.stuck){var n=e.path,i=this.active;n.forEach(((n,o)=>{t.beginPath(),t.ellipse(n.x,n.y,4/r.x,4/r.y,0,0,2*Math.PI,!0),t.lineWidth=1/r.x,t.strokeStyle="#656565",t.fillStyle="#fff",i&&i.component===e&&i.index===o&&(t.strokeStyle="#fa7703",i.toFill&&(t.fillStyle="#ffb80c")),t.fill(),t.stroke()}))}}ondblclick(t){var e=this.active.component;if(e.pathExtendable){var r=e.path.slice();r.length<3||(r.splice(this.active.index,1),e.path=r)}}onmousedown(t){this.active.toFill=!0}ondragstart(t){var{index:e,component:r}=this.active;this.created||(this.active.changes=Get.before([r])),0!==e&&e!==r.path.length-1||(this.layer.counterEnd=0===e?r.toEnd||{fromto:"to"}:r.fromEnd||{fromto:"from"})}ondragmove(t){var{component:e,index:r}=this.active||{};const{offsetX:n,offsetY:i}=t;var o,a,s=e.transcoordC2S(n,i);if(s=e.transcoordS2P(s.x,s.y),t.shiftKey){var c=e.path.length,u=e.isLine()&&0==r?e.path[1]:e.path[(r-1+c)%c];u=e.transcoordS2P(u.x,u.y);var l,h=0;if(c>2)e.isLine()?0==r?l=e.path[2]:1!=r&&(l=e.path[r-2]):l=e.path[(r-2+c)%c],l&&(h=int(l=e.transcoordS2P(l.x,l.y),u));var f=Math.round((int(u,s)-h)/ont)*ont+h;s=function(t,e,r){return{x:Math.cos(e)*r+t.x,y:Math.sin(e)*r+t.y}}(u,f,(o=u,a=s,Math.sqrt((a.x-o.x)*(a.x-o.x)+(a.y-o.y)*(a.y-o.y))))}if(0===r||r===e.path.length-1){const t=this.layer.anchorTarget=e.rootModel.capture(n,i,(t=>!t.isConnectable()));if(t){const{x:o,y:a}=t.transcoordC2S(n,i),c=this.layer.get("scale")||{x:1,y:1},u=this.layer.counterEnd,l=(t.anchors||[]).find((r=>{const{name:n,inout:i,multiplicity:s=1/0,position:l,filter:h}=r;if(u){const{anchor:t,fromto:e}=u;if(t&&("out"===t.inout&&"out"===i||"in"===t.inout&&"in"===i))return!1;if("from"===e&&"out"===i||"to"===e&&"in"===i)return!1}else console.error("should not be here.");if(Math.abs(o-l.x)>8/c.x||Math.abs(a-l.y)>8/c.y)return!1;const f=t.findInOutLines(n);return!!f.includes(e)||!(s!==1/0&&f.length>=s)&&(!u||!h||!!h.call(r,u))}));l?0==r?e.from={component:t.get("refid"),anchor:l.name,position:s}:e.to={component:t.get("refid"),anchor:l.name,position:s}:0==r?e.from={position:s}:e.to={position:s}}}e.mutatePath(null,(function(t){t[r]=s}))}ondragend(t){var{component:e,index:r,changes:n}=this.active;if(0===r||r===e.path.length-1){const{offsetX:n,offsetY:i}=t,o=e.rootModel.capture(n,i,(t=>t===e||t.isLine())),{x:a,y:s}=o.transcoordC2S(n,i),c=this.layer.get("scale")||{x:1,y:1},u=(o.anchors||[]).find((t=>t&&Math.abs(a-t.position.x)<=8/c.x&&Math.abs(s-t.position.y)<=8/c.y));u&&(0==r?e.from={component:o.get("refid"),anchor:u.name}:e.to={component:o.get("refid"),anchor:u.name}),this.layer.endLinkProcess()}if(this.created){let t=new nrt({changes:[{component:this.created,to_container:this.created.parent}]});created.app.commander.execute(t)}else Get.after(n,e.app.commander);e.parent&&e.parent.calculateBounds&&e.parent.calculateBounds()}}class snt{constructor(t){this.layer=t}get active(){var t;return(null===(t=this._active)||void 0===t?void 0:t.component.disposed)&&(this._active=null),this._active}set active(t){this._active=t}reset(){this.active=null}contains(t,e,r,n){var i,o;const a=(null===(i=this.active)||void 0===i?void 0:i.component)===r&&(null===(o=this.active)||void 0===o?void 0:o.anchor);this.active=null;const s=this.layer.counterEnd;return(r.isConnectable()&&!r.disposed&&r.anchors||[]).filter((t=>{const{name:e,inout:n,multiplicity:i=1/0,filter:o}=t;if(s){const{anchor:t,fromto:e}=s;if(t&&("out"===t.inout&&"out"===n||"in"===t.inout&&"in"===n))return!1;if("from"===e&&"out"===n||"to"===e&&"in"===n)return!1}else if("in"===n)return!1;return!(i!==1/0&&r.findInOutLines(e).length>=i)&&(!o||!s||!!o.call(t,s))})).every((i=>{const o=a===i.name?2:1;return i&&i.position&&Math.abs(t-i.position.x)<=4*o/n.x&&Math.abs(e-i.position.y)<=4*o/n.y&&(this.active={component:r,anchor:i.name,template:i.template}),!this.active})),!!this.active}draw(t,e,r){var n,i;if(!e.get("refid")||e.isLine())return;var o=this.active;const a=(null===(n=this.active)||void 0===n?void 0:n.component)===e&&(null===(i=this.active)||void 0===i?void 0:i.anchor),s=this.layer.counterEnd;(e.isConnectable()&&!e.disposed&&e.anchors||[]).filter((t=>{const{name:r,inout:n,multiplicity:i=1/0,filter:o}=t;if(s){const{anchor:t,fromto:e}=s;if(t&&("out"===t.inout&&"out"===n||"in"===t.inout&&"in"===n))return!1;if("from"===e&&"out"===n||"to"===e&&"in"===n)return!1}else if("in"===n)return!1;return!(i!==1/0&&e.findInOutLines(r).length>=i)&&(!s||!o||!!o.call(t,s))})).forEach((n=>{const{name:i,position:s}=n,c=a===i?2:1;s&&(t.beginPath(),t.ellipse(s.x,s.y,4*c/r.x,4*c/r.y,0,0,2*Math.PI),t.setLineDash([0,0]),t.lineWidth=1/r.x,t.strokeStyle="#656565",t.stroke(),t.fillStyle="#fff",o&&o.component===e&&o.anchor===i&&(t.strokeStyle="#fa7703",o.focus&&(t.fillStyle="#ffb80c")),t.fill(),t.stroke())}))}onmousedown(t){this.active.focus=!0}ondragstart(t){const{component:e,anchor:r,template:n}=this.active,i=this.layer.transcoordC2S(t.offsetX,t.offsetY);this.layer.startLinkProcess(e,{type:"ortholine",lineWidth:1,strokeStyle:"black",begin:"oval",beginSize:"size9",end:"arrow",endSize:"size9",lineDash:"solid",lineCap:"butt",round:10,...n,from:{component:e.get("refid"),anchor:r,position:i},to:{position:i}},t)}ondragmove(t){}ondragend(t){}}function cnt(t,e,r){var n,i,{left:o,top:a,width:s,height:c}=t.bounds;switch(e){case 0:n=o,i=a;break;case 1:n=o+s/2,i=a;break;case 2:n=o+s,i=a;break;case 3:n=o+s,i=a+c/2;break;case 4:n=o+s,i=a+c;break;case 5:n=o+s/2,i=a+c;break;case 6:n=o,i=a+c;break;case 7:n=o,i=a+c/2}var u=n,l=i,h=t.transcoordT2S(r.x,r.y);return{dx:h.x-u,dy:h.y-l}}function unt(t,e,r,n,i,o){var{left:a,top:s,width:c,height:u}=t.bounds,l={left:a,top:s,width:c,height:u};switch(e){case 0:a+=n,s+=i,c-=n,u-=i;break;case 1:s+=i,u-=i;break;case 2:s+=i,c+=n,u-=i;break;case 3:c+=n;break;case 4:c+=n,u+=i;break;case 5:u+=i;break;case 6:a+=n,c-=n,u+=i;break;case 7:a+=n,c-=n}if(t.mutateBounds((function(e){return Math.abs(c)<=.001&&(c=.001),Math.abs(u)<=.001&&(u=.001),t.adjustResize({left:a,top:s,width:c,height:u},l,r)}),this),t.isContainer()&&t.layout.ABSOLUTE&&!t.isGroup()){var h=l.left-a,f=l.top-s;o?t.components.forEach((t=>{t.delta("tx",0),t.delta("ty",0),t.move({x:h,y:f},!1)})):t.components.forEach((t=>{t.delta("tx",h),t.delta("ty",f)}))}else{var d=o&&t.parent;d&&d.isGroup()&&d.calculateBounds()}}function lnt(t,e){var{left:r,top:n,width:i,height:o}=t,a=r+i/2,s=n+o/2,c=r+i,u=n+o;const l=i*e.x>50,h=o*e.y>50;return[{x:r,y:n},l?{x:a,y:n}:null,{x:c,y:n},h?{x:c,y:s}:null,{x:c,y:u},l?{x:a,y:u}:null,{x:r,y:u},h?{x:r,y:s}:null]}class hnt{constructor(t){this.layer=t}reset(){this.active=null}get selected(){return this.layer.selected}contains(t,e,r,n){return!!r.resizable&&(lnt(r.bounds,n).every(((i,o)=>(i&&Math.abs(t-i.x)<=4/n.x&&Math.abs(e-i.y)<=4/n.y&&(this.active={component:r,index:o}),!this.active))),!!this.active)}draw(t,e,r){if(!e.isLine()){var{left:n,top:i,width:o,height:a}=e.bounds;if(t.beginPath(),t.rect(n-4/r.x,i-4/r.y,o+8/r.x,a+8/r.y),t.setLineDash([3/r.x,4/r.y]),t.lineWidth=1/r.x,t.strokeStyle="black",t.stroke(),t.setLineDash([]),e.resizable){var s=this.active;lnt(e.bounds,r).forEach(((n,i)=>{n&&(t.beginPath(),t.rect(n.x-4/r.x,n.y-4/r.y,8/r.x,8/r.y),t.setLineDash([0,0]),t.strokeStyle="#656565",t.stroke(),t.fillStyle="#fff",s&&s.component===e&&s.index===i&&(t.strokeStyle="#fa7703",s.focus&&(t.fillStyle="#ffb80c")),t.fill(),t.stroke())}))}}}onmousedown(t){this.active.focus=!0}ondragstart(t){var{component:e}=this.active;this.active.bounds=e.bounds,this.active.boundsList=this.layer.selected.filter((t=>t.resizable)).map((t=>t.bounds))}ondragmove(t){var{component:e,index:r,boundsList:n,bounds:i}=this.active,o=this.layer.transcoordC2S(t.offsetX,t.offsetY);e.bounds=i;var a=cnt(e,r,o);this.layer.selected.filter((t=>t.resizable)).forEach(((e,i)=>{e.bounds=n[i],unt(e,r,t.shiftKey,a.dx,a.dy,!1)}))}ondragend(t){var{component:e,index:r,boundsList:n,bounds:i}=this.active,o=this.layer.transcoordC2S(t.offsetX,t.offsetY);e.bounds=i;var a=cnt(e,r,o);this.layer.selected.filter((t=>t.resizable)).forEach(((e,i)=>{e.bounds=n[i],unt(e,r,t.shiftKey,a.dx,a.dy,!0)})),this.active.component.app.commander.execute(null,!1)}}const fnt=2*Math.PI,dnt=Math.PI/2;function pnt(t,e){var r=t.bounds;return{x:r.left+r.width/2,y:r.top-20/e.y}}class gnt{constructor(t){this.layer=t}reset(){this.active=null}get selected(){return this.layer.selected}contains(t,e,r,n){if(!r.rotatable)return!1;var i=pnt(r,n);return Math.abs(t-i.x)<=4/n.x&&Math.abs(e-i.y)<=4/n.y&&(this.active={component:r},!0)}draw(t,e,r){if(e.rotatable){t.beginPath();var n=pnt(e,r);t.lineWidth=1.5/r.x,t.moveTo(n.x,n.y+20/r.y),t.lineTo(n.x,n.y),t.strokeStyle="#656565",t.stroke(),t.beginPath(),t.ellipse(n.x,n.y,4/r.x,4/r.y,0,0,fnt,!0),t.stroke(),t.fillStyle="#fff",t.fill();var i=this.active;i&&i.component===e&&(t.strokeStyle="#fa7703",t.stroke(),i.toFill&&(t.fillStyle="#ffb80c",t.fill()))}}onmousedown(t){this.active.toFill=!0}ondragstart(t){var e=this.active;e.component,e.start_rotation=e.component.get("rotation"),e.rotations=this.layer.selected.filter((t=>t.rotatable)).map((t=>t.get("rotation")))}ondragmove(t){var{component:e}=this.active,r=e.transcoordC2S(t.offsetX,t.offsetY);r=e.transcoordS2P(r.x,r.y);var n=e.rotatePoint,i=e.get("rotation")||0,o=Math.atan((n.y-r.y)/(n.x-r.x)),a=(o=n.x>=r.x?o-dnt:dnt+o)-i;this.layer.selected.filter((t=>t.rotatable)).forEach(((e,r)=>{let n=((e.get("rotation")||0)+a)%fnt;e.set("rotation",e.adjustRotation(n,t.shiftKey))}))}ondragend(t){var{component:e,rotations:r}=this.active;e.app.commander.execute(null,!1)}}Gtt.register("modeling-layer",class extends xet{constructor(t,e){super(t,e),this.pathHandler=new ant(this);var r=this.pathHandler,n=new nnt(this),i=new hnt(this),o=new gnt(this);this._modelers=[r,n,i,o],this._control_mode_modelers=[n,r,i,o],this.focusOutline=new ent(this),this.groupOutline=new rnt(this),this.anchorHandler=new snt(this),this._reversed_modelers=this._modelers.slice().reverse(),this._control_mode_reverse_modelers=this._control_mode_modelers.slice().reverse(),this.hovered=null,this.hoveredDest=null}get modelers(){return this._control_mode?this._control_mode_modelers:this._modelers}get reversedModelers(){return this._control_mode?this._control_mode_reverse_modelers:this._reversed_modelers}ready(){super.ready();var t=this.rootModel,e=t.get("translate"),r=t.get("scale");this.set("translate",e),this.set("scale",r)}contains(t,e){var r=this.selected.filter((t=>!!t.parent)),n=this.get("scale")||{x:1,y:1};if(this._state_dragging){if(this._counter_end){let r=this.anchorTarget.transcoordT2S(t,e);if(this.anchorHandler.contains(r.x,r.y,this.anchorTarget,n))return!0}return!0}this.modelers.forEach((t=>t.reset()));r=this.selected.filter((t=>!!t.parent));for(let i=0;i<r.length;i++){let o=r[i],a=o.transcoordT2S(t,e);for(let t=0;t<this.modelers.length;t++){let e=this.modelers[t];if(e.contains(a.x,a.y,o,n))return this.currentModeler=e,!0}}if(this.anchorTarget){let r=this.anchorTarget.transcoordT2S(t,e);if(this.anchorHandler.contains(r.x,r.y,this.anchorTarget,n))return this.currentModeler=this.anchorHandler,!0}else this.anchorHandler.reset();return this.currentModeler=null,!1}_componentDrawer(t,e,r,n){let i=[],o=e.parent;if(e.isRootModel())return t.save(),n(t,e,r),void t.restore();for(;o&&!o.isRootModel();)i.push(o),o=o.parent;t.save(),i.reverse().forEach((function(e){let r=e.rotatePoint;t.translate(r.x,r.y);let n=e.get("scale");n&&t.scale(n.x,n.y),t.rotate(e.get("rotation")),t.translate(-r.x,-r.y);let i=e.bounds;t.translate(i.left,i.top)}));let a=e.rotatePoint;t.translate(a.x,a.y);let s=e.get("scale");s&&t.scale(s.x,s.y),t.rotate(e.get("rotation")),t.translate(-a.x,-a.y),n(t,e,r),t.restore()}prerender(t){var{translate:e,scale:r={x:1,y:1},rotation:n}=this.model;t.save(),t.beginPath(),t.clearRect(0,0,t.canvas.width,t.canvas.height),t.rect(0,0,t.canvas.width,t.canvas.height),t.fillStyle="black",t.globalAlpha=.5,t.fill(),t.restore(),e&&t.translate(e.x*P9,e.y*P9),t.scale(r.x*P9,r.y*P9),n&&t.rotate(n),t.clearRect(0,0,this.rootModel.get("width"),this.rootModel.get("height"))}render(t){t.beginPath();var e=this.get("scale")||{x:1,y:1},r=this.selected.filter((t=>!!t.parent));if(this.focused&&this._componentDrawer(t,this.focused,e,((t,e,r)=>{this.focusOutline.draw(t,e,r)})),r.length>0&&r[0].parent.isGroup()){let n=r[0].parent;for(;n.parent.isGroup();)n=n.parent;this._componentDrawer(t,n,e,((t,e,r)=>{this.groupOutline.draw(t,e,r)}))}r.forEach((r=>{this._componentDrawer(t,r,e,((t,e,r)=>{this.reversedModelers.forEach((n=>n.draw(t,e,r)))}))})),this.anchorTarget&&this._componentDrawer(t,this.anchorTarget,e,((t,e,r)=>{this.anchorHandler.draw(t,e,r)}))}get anchorTarget(){var t;return this.currentModeler===this.anchorHandler||this.currentModeler===this.pathHandler||(null===(t=this.hovered)||void 0===t?void 0:t.isLine())||(this._anchorTarget=this.hovered),this._anchorTarget}set anchorTarget(t){this._anchorTarget=t}get hovered(){return this._hovered}set hovered(t){this._hovered=t,this.invalidate()}startLinkProcess(t,e,r){this.currentModeler=this.pathHandler,this.processingLink=this.pathHandler.startLinkProcess(t,e,r),this.counterEnd=this.processingLink.fromEnd,this.processingLink.trigger("tag")}set counterEnd(t){this.currentModeler=this.pathHandler,this._counter_end=t}get counterEnd(){return this._counter_end}endLinkProcess(){var t;null===(t=this.processingLink)||void 0===t||t.trigger("tagreset"),this.processingLink=null,this._counter_end=null}get eventMap(){return{"model-layer":{"(all)":{change:this.onchange_model,wheel:this.onwheel_scale,drop:this.ondrop},"(descendant)":{mouseenter:this.onmouseenter,mouseleave:this.onmouseleave},"(self)":{dblclick:this.ondblclick_model}},"(root)":{"(self)":{selected:this.onselected,keydown:this.onkeydown,keyup:this.onkeyup}}}}onmouseenter(t,e){this.hovered=null==e?void 0:e.origin}onmouseleave(t,e){this.hovered=null}onkeydown(t){"Alt"==t.key&&(this._control_mode=!0,this.invalidate())}onkeyup(t){"Alt"==t.key&&(this._control_mode=!1,this.invalidate())}onselected(t,e){this.invalidate()}onchange_model(t,e,r){var{origin:n,deliverer:i}=r;n===i&&(t.translate&&this.set("translate",t.translate),void 0!==t.rotation&&this.set("rotation",t.rotation),t.scale&&this.set("scale",t.scale)),this.invalidate()}ondblclick_model(t,e){const r=e.origin;null==r||r.root.fit()}ondblclick(t){"function"==typeof this.currentModeler.ondblclick&&this.currentModeler.ondblclick(t),this.invalidate()}onmousedown(t){this.currentModeler.onmousedown(t),this.invalidate()}onmouseup(t){"function"==typeof this.currentModeler.onmouseup&&this.currentModeler.onmouseup(t),this.invalidate()}ondragstart(t){this.currentModeler.ondragstart(t),this._state_dragging=!0}ondragmove(t){this.currentModeler.ondragmove(t),this.invalidate()}ondragend(t){this._state_dragging=!1,this.currentModeler.ondragend(t),this.invalidate()}ondrop(t,e){var{origin:r}=e,n=t.dataTransfer.files;if(n.length<1)return;let i=this.rootModel.transcoordC2S(t.offsetX,t.offsetY),o=this.rootModel;Promise.all(Array.from(n).map((t=>new Promise(((e,r)=>{let n=new FileReader;n.addEventListener("loadend",(t=>{e(n.result)})),["error","abort"].forEach((t=>n.addEventListener(t,(t=>{r(t)})))),n.readAsDataURL(t)}))))).then((e=>{if(t.altKey)return Get.around(this.app.commander,(()=>{r.ondropfile(n,e)})),void(this.selected=[r]);let a=[],s=e.map(((t,e)=>{let r,s=n[e].type,c=n[e].name;return s.startsWith("image/")?(r=art({type:s.startsWith("image/gif")?"gif-view":"image-view",top:0,left:0,width:200,height:200,src:t},o.app),a.push(new Promise(((e,n)=>{let i=new Image;i.src=t,i.onload=()=>{r.set({width:i.width,height:i.height}),e()},i.onerror=t=>{n(t)}})))):s.startsWith("audio/")?r=art({type:"audio",top:0,left:0,width:100,height:100,src:t},o.app):s.startsWith("vnd.ms-excel/")||/\.xlsx?$/.test(c)?r=art({type:"excel",top:0,left:0,width:100,height:100,src:t},o.app):console.log("droped file",n[e]),r&&(r.center=i,i.x+=50,i.y+=50),r})).filter(Boolean).map((t=>({component:t,to_container:o})));s.length>0&&Promise.all(a).then((()=>{this.app.commander.execute(new nrt({changes:s})),this.selected=s.map((t=>t.component))}),(t=>{console.error(t)}))}),(t=>{console.error(t)}))}onwheel_scale(t,e){if(0!=t.deltaY||0!=t.deltaX){var r=e.deliverer;if(t.shiftKey){if(-1!=navigator.userAgent.indexOf("Win"))var n=t.deltaY<0?1:-1;else n=t.deltaX<0?1:-1;t.altKey?Get.around(this.app.commander,(()=>{r.selected.forEach((t=>{let e=t.get("letterSpacing")||C9.LETTER_SPACING;e+=n,t.set("letterSpacing",e)}))})):Get.around(this.app.commander,(()=>{r.selected.forEach((t=>{let e=t.get("fontSize")||C9.FONT_SIZE;e<1&&(e=1),e+=n,t.set("fontSize",e)}))}))}else{n=t.deltaY<0?1:-1;let e=r.get("scale")||{x:1,y:1},i=r.get("translate"),o=t.offsetX,a=t.offsetY,s=r.transcoordC2S(o,a),c=.1*n,u={x:e.x+c,y:e.y+c};if(n<0&&e.x<.2||n>0&&e.x>10)return;r.set("scale",u);let l=r.transcoordC2S(o,a);r.set("translate",{x:i.x+(l.x-s.x)*u.x,y:i.y+(l.y-s.y)*u.y})}}}});class vnt extends xet{constructor(t,e){super(t,e),this._anim_alpha=1}get pointerEvents(){return"none"}animOnTargetChange(t){t!==this._lastTargets&&(this._lastTargets=t,this._anim_alpha=1,this.animate({step:t=>{this._anim_alpha=1-t,this.invalidate()},duration:5e3,delta:"circ",ease:"in"}).start())}decorate(t,e,r){const n=t.decorators;var i=!1;return n.map((t=>"string"==typeof t?ztt(t):t)).filter((t=>t&&"function"==typeof t)).map((n=>{const o=n(t,e,1-r);i||(i=o)})),i}render(t){var e=this.decoTargets&&this.decoTargets.filter((t=>t.rootModel));if(!e||0==e.length)return this._animate&&this._animate.stop(),void delete this._animate;t.globalAlpha*=this._anim_alpha;var r=!1;e.forEach((e=>{this.decorate(e,t,1-this._anim_alpha)&&(r=!0)})),r&&this.animOnTargetChange(this.decoTargets)}get decoTargets(){return this._decoTargets}set decoTargets(t){this._decoTargets=t&&t.filter((t=>!t.isLayer())),this.invalidate()}get eventMap(){return{"model-layer":{"(descendant)":{tag:this.ondecotag,tagreset:this.ondecotagreset,mouseenter:this.onmouseenter,mouseleave:this.onmouseleave}}}}onmouseenter(t,e){this._decotagreset(),this._ondecotag(e.origin)}onmouseleave(t,e){this._decotagreset()}ondecotagreset(t){this._decotagreset()}ondecotag(t){this._ondecotag(t.origin)}offdecotag(t,e){this._offdecotag(e.origin)}_ondecotag(t){this.decoTargets&&-1!==this.decoTargets.lastIndexOf(t)||(this.decoTargets=(this.decoTargets||[]).concat(t))}_offdecotag(t){if(this.decoTargets){var e=this.decoTargets.slice();e.splice(this.decoTargets.lastIndexOf(t),1),this.decoTargets=e}}_decotagreset(){this.decoTargets=[]}}Gtt.register("decotag-layer",vnt),Gtt.register("tag-layer",vnt);Gtt.register("reaction-layer",class extends xet{constructor(t,e){super(t,e),this._anim_alpha=1}get pointerEvents(){return"none"}animOnTargetChange(t){t!==this._lastTargets&&(this._lastTargets=t,this._anim_alpha=1,this.animate({step:t=>{this._anim_alpha=1-t,this.invalidate()},duration:1e4,delta:"circ",ease:"inout"}).start())}decorate(t,e,r){const n=t.reactionDecorators;var i=!1;return n.map((t=>"string"==typeof t?ztt(t):t)).filter((t=>t&&"function"==typeof t)).map((n=>{const o=n(t,e,1-r);i||(i=o)})),i}render(t){var e=this.targets&&this.targets.filter((t=>t.rootModel));if(!e||0==e.length)return this._animate&&this._animate.stop(),void delete this._animate;t.globalAlpha*=this._anim_alpha;var r=!1;e.forEach((e=>{this.decorate(e,t,1-this._anim_alpha)&&(r=!0)})),r&&this.animOnTargetChange(this.targets)}get targets(){return this._targets}set targets(t){this._targets=t&&t.filter((t=>!t.isLayer())),this.invalidate()}get eventMap(){return{"model-layer":{"(descendant)":{reaction:this.onreaction,reactionreset:this.onreactionreset}}}}onreactionreset(t){this._reactionreset()}onreaction(t){this._onreaction(t.origin)}offreaction(t,e){this._offreaction(e.origin)}_onreaction(t){this.targets&&-1!==this.targets.lastIndexOf(t)||(this.targets=(this.targets||[]).concat(t))}_offreaction(t){if(this.targets){var e=this.targets.slice();e.splice(this.targets.lastIndexOf(t),1),this.targets=e}}_reactionreset(){this.targets=[]}});function ynt(){var t=arguments,e=t[t.length-1],r=this.event_pump;r.listeners.forEach((n=>{!function(t,e,r,n,i){for(let o in r){let a=r[o];if(N9(o,n.origin,0,t))for(let t in a){let r=a[t];t==n.name&&(n.listener=e,r.apply(e,i))}}}(r.deliverer,n.listener,n.cloned_handlers,e,t)}))}Gtt.register("scroll-layer",class extends xet{get capturable(){return!0}get pointerEvents(){return"none"}render(t){const{scrolling:e}=this.state;if(t.save(),t.beginPath(),t.fillStyle="#777",this.vscroller){const{left:r,top:n,width:i,height:o}=this.vscroller;t.globalAlpha="v"==e?1:.3,t.fillRect(r,n,i,o)}if(this.hscroller){const{left:r,top:n,width:i,height:o}=this.hscroller;t.globalAlpha="h"==e?1:.3,t.fillRect(r,n,i,o)}t.stroke(),t.restore()}resize(){super.resize(),this.calcScrollerBounds()}contains(t,e){const r=this.vscroller,n=this.hscroller;return this.setState("scrolling",r&&t>=r.left&&t<=r.left+r.width&&e>=r.top&&e<=r.top+r.height?"v":n&&t>=n.left&&t<=n.left+n.width&&e>=n.top&&e<=n.top+n.height?"h":null),!!this.getState("scrolling")}get eventMap(){return{"(root)":{"model-layer":{change:this.onchangeModelLayer}}}}onchange(t){"scrolling"in t&&this.invalidate()}ondragstart(t,e){this.lastPosition={x:t.offsetX,y:t.offsetY}}ondragmove(t,e){const r=this.root,{clientWidth:n,clientHeight:i}=this.canvas,{width:o,height:a}=this.rootModel.model,{x:s,y:c}={x:t.offsetX,y:t.offsetY},{x:u,y:l}=this._scale,{scrolling:h}=this.state,f=o/n,d=a/i;h&&r.rootModel.move({x:"h"==h?(-s+this.lastPosition.x)*u*f:0,y:"v"==h?(-c+this.lastPosition.y)*l*d:0},!1),this.lastPosition={x:t.offsetX,y:t.offsetY}}ondragend(){delete this.lastPosition,this.setState({scrolling:null})}calcScrollerBounds(){var{clientWidth:t,clientHeight:e}=this.canvas;const{width:r,height:n}=this.rootModel.model,{x:i=1,y:o=1}=this._scale||{},{x:a=0,y:s=0}=this._translate||{},c=r/t,u=n/e;var l={left:-a/i/c,top:e-10,width:t/i/c,height:10};this.hscroller=l.left>1||l.width+l.left<t-1?l:null,l={left:t-10,top:-s/o/u,width:10,height:e/o/u},this.vscroller=l.top>1||l.height+l.top<e-1?l:null,this.invalidate()}onchangeModelLayer(t,e,r){if(t.scale){const{x:e=1,y:r=1}=(null==t?void 0:t.scale)||{};this._scale={x:e,y:r},this.calcScrollerBounds()}if(t.translate){const{x:e=0,y:r=0}=t.translate||{};this._translate={x:e,y:r},this.calcScrollerBounds()}}});class mnt{constructor(t){if(void 0===t.on)throw new Error("Deliverer should be a event handlable object.");this.deliverer=t,this.listeners=[]}start(){this.deliverer.on("(all)",ynt,{event_pump:this})}stop(){this.deliverer.off("(all)",ynt)}on(t,e){var r=Object.assign({},e);Object.keys(r).forEach((e=>{if(0==e.indexOf("?")){let n=r[e],i=e.substr(1),o=t.get(i);delete r[e],o?r[o]=n:y9("EventPump#on","variable #{selector} is not evaluated on listener")}})),this.listeners.push({listener:t,handlers:e,cloned_handlers:r})}off(t,e){for(let r=0;r<this.listeners.length;r++){let n=this.listeners[r];n.listener!==t||e&&n.handlers!==e||this.listeners.splice(r,1)}}clear(){this.listeners=[]}dispose(){this.stop(),this.clear()}}class bnt{constructor(t){this.eventMaps=[],this.root=t,t.eventMap&&this.add(t,t.eventMap)}set root(t){this._root=t}get root(){return this._root}stop(){this.eventMaps.forEach((t=>t.eventPump.stop()))}add(t,e){if(this.root)for(let r in e){let n=e[r];if("(self)"===r&&void 0===t.on)throw new Error("(self) selector not available when deliverer is not a event handlable object.");U9(r,this.root,t).forEach((r=>{var i=new mnt(r);i.on(t,n),i.start(),this.eventMaps.push({eventPump:i,listener:t,handlerMap:e,deliverer:r})}))}}remove(t,e){var r=this.eventMaps.slice(0);for(let n=0;n<r.length;n++){let i=r[n];i.listener!==t||e&&i.handlerMap!==e||(this.eventMaps.splice(n,1),i.eventPump.dispose())}}clear(){this.eventMaps.slice(0).forEach((t=>t.eventPump.dispose())),this.eventMaps=[]}dispose(){this.stop(),this.clear()}}const xnt=0,wnt=1,Ant=2,_nt=0,knt=1,Snt=2;var Ent={},Mnt=0;class Tnt{constructor(t,e){this._type=e||t.type,this._ctrlKey=t.ctrlKey,this._altKey=t.altKey,this._shiftKey=t.shiftKey,this._metaKey=t.metaKey;var r=function(t){if(t.touches){let e=t.touches[0];if(!e)return Ent;let r=e.target.getBoundingClientRect();return Ent={x:t.offsetX||e.clientX-(r.x||r.left),y:t.offsetY||e.clientY-(r.y||r.top)}}return{x:t.offsetX,y:t.offsetY}}(t);if(this._offsetX=r.x,this._offsetY=r.y,"wheel"==t.type)this.deltaX=t.deltaX,this.deltaY=t.deltaY,this.deltaZ=t.deltaZ;else if("drop"==t.type)this.dataTransfer=t.dataTransfer;else if(t.type.match(/^touch/)&&(this._scale=t.scale,this._touches=t.touches,this._changedTouches=t.changedTouches,null==this._scale)){var n=function(t){var e,r,n=0,i=0,o=0;if(1===t.touches.length)return o;Array.from(t.touches).forEach((t=>{e=null!=e?Math.min(t.screenX,e):t.screenX,n=Math.max(t.screenX,n),r=null!=r?Math.min(t.screenY,r):t.screenY,i=Math.max(t.screenY,i)}));var a=n-e||0,s=i-r||0;return Math.sqrt(Math.pow(a,2)+Math.pow(s,2))||0}(t);Mnt>0&&(this._scale=n/Mnt),Mnt=n}}get type(){return this._type}set type(t){this._type=t}get offsetX(){return this._offsetX}get offsetY(){return this._offsetY}get altKey(){return this._altKey}get ctrlKey(){return this._ctrlKey}get shiftKey(){return this._shiftKey}get metaKey(){return this._metaKey}get touches(){return this._touches}get changedTouches(){return this._changedTouches}get scale(){return this._scale}stopPropagation(){this._stop_=!0,this.originalEvent&&"function"==typeof this.originalEvent.stopPropagation&&this.originalEvent.stopPropagation()}isPropagationStopped(){return this._stop_}preventDefault(){this._prevented=!0}isDefaultPrevented(){return this._prevented}}function Pnt(t,e){return t.capture(e.offsetX,e.offsetY)}function Ont(t,e,r){if(t&&t.app&&(!t.app.isViewMode||!t.hidden)){r instanceof Tnt&&e===r.type||(r=new Tnt(r,e));var n="on"+e;t[n]&&t[n](r),r.isPropagationStopped()||t.trigger(e,r)}}class Int{constructor(t,e){this.container=t,this.html_element=e,this.status=xnt,this.last_target=null,this.gesture_handlers=O9.map((t=>this.gestureHandlerBuilder(t))),this.keyevent_handlers=I9.map((t=>this.keyeventHandlerBuilder(t))),O9.forEach(((t,r)=>e.addEventListener(t,this.gesture_handlers[r])),{passive:!1}),I9.forEach(((t,r)=>e.addEventListener(t,this.keyevent_handlers[r]))),e.ondragover=this.gestureHandlerBuilder("dragover"),e.ondrop=this.gestureHandlerBuilder("drop"),e.tabIndex=1}dispose(){this.last_enter_target&&Ont(this.last_enter_target,"mouseleave",new CustomEvent("mouseleave")),O9.forEach(((t,e)=>this.html_element.removeEventListener(t,this.gesture_handlers[e]))),I9.forEach(((t,e)=>this.html_element.removeEventListener(t,this.keyevent_handlers[e]))),delete this.gesture_handlers,delete this.keyevent_handlers,delete this.last_target}gestureHandlerBuilder(t){var e=this[`on${t}`].bind(this);return t=>{const r=new Tnt(t);return e(r),r.isDefaultPrevented()&&t.preventDefault(),!1}}keyeventHandlerBuilder(t){return this[`on${t}`].bind(this)}ondragover(t){return Ont(Pnt(this.container,t),t.type,t),!1}ondrop(t){return Ont(Pnt(this.container,t),t.type,t),!1}ondblclick(t){return Ont(Pnt(this.container,t),t.type,t),this.last_target=null,!1}onkeydown(t){return this.container.trigger(t.type,t),!1}onkeyup(t){return this.container.trigger(t.type,t),!1}onmousemove(t){switch(this.status){case wnt:let r=t.offsetX-this.__dragstart_e.offsetX,n=t.offsetY-this.__dragstart_e.offsetY;if(r*r+n*n<16)break;this.status=Ant,Ont(this.last_target,"dragstart",this.__dragstart_e),this.__dragmove_e=t,Ont(this.last_target,"dragmove",t);break;case Ant:this.__dragmove_e=t,Ont(this.last_target,"dragmove",t);break;default:var e=Pnt(this.container,t);this.last_enter_target!==e&&(this.last_enter_target&&Ont(this.last_enter_target,"mouseleave",t),e&&Ont(e,"mouseenter",t),this.last_enter_target=e),Ont(e,t.type,t),this.last_target=e}return!1}onmousedown(t){if(this.status===Ant)Ont(this.last_target,"dragend",t),this.last_target=null,this.status=xnt;else{var e=Pnt(this.container,t);this.last_target=e,this.status=wnt,this.__dragstart_e=t,Ont(e,t.type,t)}return!1}onmouseup(t){if(this.status===Ant)Ont(this.last_target,"dragend",t);else{var e=Pnt(this.container,t);Ont(e,t.type,t),this.last_target===e&&Ont(e,"click",t)}return this.last_target=null,this.status=xnt,!1}onmouseout(t){var e=Pnt(this.container,t);if(this.status===Ant)Ont(this.last_target,"dragend",t);else{if(this.last_target&&this.last_target===e)return;this.last_enter_target&&(Ont(this.last_enter_target,"mouseleave",t),delete this.last_enter_target)}return this.last_target=null,this.status=xnt,!1}ontouchstart(t){var e=Pnt(this.container,t);return this.last_target=e,this.status=knt,this.touchPoints||(this.touchPoints=[]),this.touchPoints.push(t.changedTouches[0]),this.holdTimer=setTimeout((()=>{this.status=_nt,Ont(this.last_target,"hold",t),delete this.holdTimer}),500),Ont(e,t.type,t),!1}ontouchmove(t){if(!t.touches||!t.changedTouches)return Ont(this.last_target,"dragstart",t),Ont(this.last_target,"dragmove",t),!1;var e=Pnt(this.container,t);switch(this.status){case knt:Array.from(t.changedTouches).forEach((t=>{var e=this.touchPoints.find((e=>e.identifier===t.identifier));if(e){var r=e.clientX-t.clientX,n=e.clientY-t.clientY;return Math.sqrt(Math.pow(r,2)+Math.pow(n,2))>=16?(this.status=Snt,void(this.holdTimer&&(clearTimeout(this.holdTimer),delete this.holdTimer))):void 0}}));break;case Snt:if(this.holdTimer&&(clearTimeout(this.holdTimer),delete this.holdTimer),2===t.changedTouches.length&&null!=t.scale&&1!==t.scale&&(t.scale<.9||t.scale>1.1))return Ont(this.last_target,"pinch",t),!1;Ont(this.last_target,"pan",t),e=this.last_target;break;default:this.last_enter_target!==e&&(this.last_enter_target&&Ont(this.last_enter_target,"mouseleave",t),e&&Ont(e,"mouseenter",t),this.last_enter_target=e),this.last_target=e}return Ont(e,"touchmove",t),!1}ontouchend(t){var e=Pnt(this.container,t);switch(this.status){case Snt:e=this.last_target;break;case knt:var r=performance.now(),n=r-this.touchedAt;this.holdTimer&&(clearTimeout(this.holdTimer),delete this.holdTimer,Ont(e,n<500?"doubletap":"tap",t),this.touchedAt=r)}Ont(e,"touchend",t);var i=this.touchPoints.findIndex((e=>e.identifier===t.changedTouches[0].identifier));return this.touchPoints.splice(i,1),this.last_target=null,this.status=_nt,!1}onwheel(t){return Ont(Pnt(this.container,t),t.type,t),!1}}function Cnt(t,e,r,n=0){if(e.length<2)return e;let i=2;for(;i<e.length;i++){const o=e.substring(0,i);if(!(t.measureText(o).width+(o.length-1)*n<r))break}return e.substring(0,i-1)}function Rnt(t,e,r,n,i=0){const o=String(e).split("\n");return n?[].concat.apply([],o.map((e=>function(t,e,r,n=0){const i=e.split(" "),o=[];let a,s,c=[];for(a=0,s=1;s<=i.length;s++)if(c=i.slice(a,s),t.measureText(c.join(" ")).width+(c.join("").length-1)*n>r){if(s-a==1){const e=Cnt(t,c[0],r,n);o.push([e]),i.splice(a,1,e,c[0].substring(e.length))}else{for(;""==i[s-1];)s++;o.push(i.slice(a,--s))}a=s}return s-a>1&&o.push(c),0==o.length&&o.push([""]),o}(t,e,r,i)))):o.map((t=>t.split(" ")))}var jnt={},Lnt={};const Dnt=()=>{};var znt={register:function(t,e,r){jnt[t]=e,r&&(Lnt[t]=r)},unregister:function(t){delete jnt[t],delete Lnt[t]},get:function(t){return jnt[t]},getDisposer:function(t){return Lnt[t]||Dnt}};function Nnt(t){if(!t.hasTextProperty||t.textHidden)return;var{text:e="",bold:r=C9.BOLD,italic:n=C9.ITALIC,textWrap:i=C9.TEXT_WRAP,letterSpacing:o=0,fontFamily:a=C9.FONT_FAMILY,fontColor:s=C9.FONT_COLOR,textAlign:c=C9.TEXT_ALIGN,textBaseline:u=C9.TEXT_BASELINE,fontSize:l=C9.FONT_SIZE,lineHeight:h=1.2*l}=t.model,{left:f,top:d,width:p,height:g}=t.textBounds;l||(l=C9.FONT_SIZE),h||(h=1.2*l),t.textHidden=!0;var v=document.createElement("textarea");O9.forEach((function(t){v.addEventListener(t,(function(t){t.stopPropagation()}),!0)}));const y=t.transcoordS2C(f,d),{rotation:m,scale:b}=function(t){for(var e=0,r=1,n=t;n;){e+=n.get("rotation")||0;let{x:t,y:i}=n.get("scale")||{x:1,y:1};r*=Math.max(t,i)||1,n=n.parent}return{rotation:e,scale:r}}(t);switch(v.style.position="absolute",v.style.width=p+"px",v.style.height=g+"px",v.style.padding="0",v.value=e,v.style.fontFamily=a,v.style.fontSize=l+"px",v.style.lineHeight=h+"px",v.style.overflow="hidden",v.style.resize="none",v.style.outline="none",v.style.border=0,v.style.backgroundColor="transparent",v.style.display="inline-block",v.style.color=s,r&&(v.style.fontWeight="bold"),n&&(v.style.fontStyle="italic"),c){case"right":case"end":v.style.textAlign="right";break;case"justify":v.style.textAlign="justify";break;case"left":case"start":v.style.textAlign="left";break;default:v.style.textAlign="center"}var x=[r,n,l+"px",a].filter(Boolean).join(" ");function w(e){var r={left:0,top:0},n=h*function(t,e,r,n,i=0){var o,a=t.getContext();return a.save(),a.font=r,o=Rnt(a,e,n,t.get("textWrap"),i).length,a.restore(),o}(t,e,x,p,o);switch(v.style.height=n+"px",u){case"top":case"hanging":break;case"bottom":case"alphabetic":r.top=g-n;break;default:r.top=g/2-n/2}if(!i){var a=function(t,e,r,n){var i=e.split("\n"),o=n;let a=t.getContext();return a.save(),a.font=r,i.forEach((t=>{let e=a.measureText(t).width;e>o&&(o=e)})),a.restore(),o}(t,e,x,p);switch(v.style.width=a+"px",c){case"right":case"end":r.left=p-a;break;case"left":case"start":break;default:r.left=(p-a)/2}}v.style.marginLeft=r.left+"px",v.style.marginTop=r.top+"px",v.style.transform=`translate(${y.x}px, ${y.y}px) scale(${b}) rotate(${m}rad)`,v.style.transformOrigin=`${-r.left}px ${-r.top}px`}w(e);var A=t.root.target_element;A.appendChild(v),v.select();var _,k=!1;v.addEventListener("keydown",(function(t){t.stopPropagation(),"Escape"!=t.code&&(t.shiftKey||"Enter"!=t.code&&"NumpadEnter"!=t.code)?setTimeout((()=>{w(v.value)})):(k=_.skipUpdate="Escape"==t.code,document.createEvent?v.dispatchEvent(_):v.fireEvent(_.eventType,_))})),document.createEvent?(_=document.createEvent("HTMLEvents")).initEvent("blur",!0,!1):(_=document.createEventObject()).eventType="blur";var S=t.root.selected,E=function(r){t.root.selected=S,t.textHidden=!1,v.removeEventListener("blur",E,!1),v.parentElement&&v.parentElement.removeChild(v),A.focus(),r.skipUpdate||k||t.app.commander.execute(new Get({changes:[{component:t,before:{text:e},after:{text:v.value}}]}))};v.addEventListener("blur",E,!1)}znt.register("text-editor",{"(root)":{"(self)":{keydown:function(t,e){var{origin:r,deliverer:n}=e,i=n.selected;return!(1!==i.length||!i[0].hasTextProperty)&&(("Enter"==t.code||"NumpadEnter"==t.code)&&(Nnt(i[0]),t.preventDefault(),!0))}}},"model-layer":{"(descendant)":{dblclick:function(t,e){Nnt(e.origin)}}}});var Fnt,Bnt,Unt,Ynt=V7((function(t,e,r){if(t.hasSameParentForAllSelected&&!r){var n=[];e[0].parent.isGroup()?t.focused=e[0].parent:(e.forEach((t=>{t.path.forEach((e=>{n.push(t.transcoordS2T(e.x,e.y))}))})),t.focused=t.capturePath(n,e))}else t.focused=null}),300);znt.register("move-handler",{"model-layer":{"(descendant)":{dragstart:function(t,e){var{origin:r,deliverer:n}=e;if(!r.stuck){var i=n.selected,o=n.selected.filter((t=>!t.stuck));if(i.length!==o.length&&(i=n.selected=o),0!=i.length){var a=i[0].transcoordC2S(t.offsetX,t.offsetY);if(a=i[0].transcoordS2P(a.x,a.y),this.last_pos=a,this.direction=0,n.focused=i[0].parent,t.altKey){var s=[],c=new Map;n.selected=n.selected.filter((t=>!t.isRootModel())).map((t=>{let e=srt(t,(t=>{const e=n.root.getNewRefid();return void 0!==t&&c.set(t,e),e}));return s.push({component:e,to_container:t.parent}),e})).map((t=>(t.replaceRefids(c),t))),s.forEach((({component:t,to_container:e})=>{e.addComponent(t)})),this.duplicates=n.selected.map((t=>({component:t})))}else this.changes=Get.before(i)}}},dragmove:function(t,e){var{origin:r,deliverer:n}=e;if(!r.stuck){var i=n.selected;if(0!=i.length){var{x:o,y:a}=i[0].transcoordC2S(t.offsetX,t.offsetY),s=i[0].transcoordS2P(o,a);t.shiftKey?2==this.direction&&(this.direction=0):this.direction=2;var c=s.x-this.last_pos.x,u=s.y-this.last_pos.y;if(0==this.direction){if(c*c+u*u<25)return;Math.abs(c)>Math.abs(u)?this.direction=3:this.direction=4}3==this.direction?u=0:4==this.direction&&(c=0),i.forEach((t=>{t.move({x:c,y:u},1===i.length)})),this.last_pos=s,Ynt(n,i)}}},dragend:function(t,e){var{origin:r,deliverer:n}=e;if(!r.stuck){var i=n.selected;if(0!=i.length){var o=i[0].parent,a=n.focused||e.deliverer;if(this.changes&&!a.isGroup())if(n.hasSameParentForAllSelected&&a&&a!==o){var s=this.changes.map((t=>{let{component:e,before:r}=t;return{component:e,to_container:a}}));n.app.commander.execute(new nrt({changes:s}))}else Get.after(this.changes,n.app.commander);else if(this.duplicates){this.duplicates=this.duplicates.map((t=>(t.to_container=a,t)));let t=new nrt({changes:this.duplicates});n.app.commander.execute(t)}i.forEach((t=>{t.parent&&t.parent.calculateBounds&&t.parent.calculateBounds()})),this.last_pos=null,this.changes=null,this.duplicates=null,Ynt(n,i,!0)}}}}},"(root)":{"(self)":{keydown:function(t,e){var{origin:r,deliverer:n}=e,i={},o=t.shiftKey?r.rootModel.MPP:1;switch(t.which){case 37:i.x=-o,i.y=0;break;case 38:i.x=0,i.y=-o;break;case 39:i.x=o,i.y=0;break;case 40:i.x=0,i.y=o;break;default:return}var a=n.selected;Get.around(n.app.commander,(function(){a.forEach((t=>{!t.stuck&&t.move(i,!1)}))}))}}}});const Hnt=K7((()=>{const{x:t,y:e}=Unt,r=Bnt.deref();r&&(r.rootModel.move({x:t-Fnt.x,y:e-Fnt.y},!1),Fnt={x:t,y:e})}),60,{leading:!0,trailing:!0});znt.register("shift-handler",{"model-layer":{"(all)":{dragstart:function(t,e){Fnt={x:t.offsetX,y:t.offsetY}},dragmove:function(t,e){Bnt=new WeakRef(e.deliverer),Unt={x:t.offsetX,y:t.offsetY},Hnt()}}}}),znt.register("zoom-handler",{"model-layer":{"(all)":{wheel:function(t,e){if(0==t.deltaY&&0==t.deltaX)return;var r=e.deliverer,n=t.deltaY<0?1:-1;let i=r.get("scale")||{x:1,y:1},o=r.get("translate"),a=t.offsetX,s=t.offsetY,c=r.transcoordC2S(a,s),u=.1*n,l={x:i.x+u,y:i.y+u};if(n<0&&i.x<.2||n>0&&i.x>10)return;r.set("scale",l);let h=r.transcoordC2S(a,s);r.set("translate",{x:o.x+(h.x-c.x)*l.x,y:o.y+(h.y-c.y)*l.y})}},"(self)":{dblclick:function(t,e){const r=e.origin;null==r||r.root.fit()}}}});var $nt={},Gnt={};function Wnt(t){const e={};for(const r in t)t.hasOwnProperty(r)&&void 0!==t[r]&&(e[r]=t[r]);return e}znt.register("paste-handler",{"(root)":{"(self)":{stylepastestart:function(t){const{deliverer:e}=t,r=e.app;var n=e.selected;if(n&&n[0]&&n!==e.rootModel){const t=n[0],{fillStyle:e,strokeStyle:i,alpha:o,lineWidth:a,lineDash:s,lineCap:c,lineJoin:u,fontColor:l,fontSize:h,fontFamily:f,bold:d,italic:p,textAlign:g,textBaseline:v,textOverflow:y,paddingTop:m,paddingBottom:b,paddingLeft:x,paddingRight:w}=t.state;$nt=z7({fillStyle:e,strokeStyle:i,alpha:o,lineWidth:a,lineDash:s,lineCap:c,lineJoin:u,fontColor:l,fontSize:h,fontFamily:f,bold:d,italic:p,textAlign:g,textBaseline:v,textOverflow:y,paddingTop:m,paddingBottom:b,paddingLeft:x,paddingRight:w}),r.mode=4}},stylepastestop:function(t){const{deliverer:e}=t,r=e.app;$nt={},4==r.mode&&(r.mode=1)},databindpastestart:function(t){const{deliverer:e}=t,r=e.app;var n=e.selected;if(n&&n[0]&&n!==e.rootModel){const t=n[0],{mappings:e}=t.state;Gnt=z7({mappings:e}),r.mode=5}},databindpastestop:function(t){const{deliverer:e}=t,r=e.app;Gnt={},5==r.mode&&(r.mode=1)},keydown:function(t,e){const{deliverer:r}=e;"Esc"!=t.code&&"Escape"!=t.code||(4==r.app.mode?r.trigger("stylepastestop"):5==r.app.mode&&r.trigger("databindpastestop"))}}},"model-layer":{"(all)":{click:function(t,e){const{deliverer:r}=e,n=r.app;if(4!=n.mode&&5!=n.mode)return;const i=e.origin;4==n.mode?i===r?r.root.trigger("stylepastestop"):i&&Get.around(n.commander,(()=>{const t=Wnt({...i.model,...$nt});null==i||i.set(t)})):i===r?r.root.trigger("databindpastestop"):i&&Get.around(n.commander,(()=>{const t=Wnt({...i.model,...Gnt});null==i||i.set(t)}))}}}});class qnt{constructor(t,e,r){this._delta={theta:0,tx:0,ty:0,sx:1,sy:1,fade:0},this._location=null;const{animations:n,...i}=r;this.overlay=t,this.target=e,this.decorator=i||{},this.animations=[],Array.isArray(n)?this.animations=n.map((t=>("theta"in t&&(t={...t,theta:t.theta*(Math.PI/180)}),f7(this,t)))):n&&("theta"in n&&(n={...n,theta:n.theta*(Math.PI/180)}),this.animations=[f7(this,n)])}delta(t,e){if(void 0===e)return t?this._delta[t]:this._delta;this._delta[t]=e;const{tx:r,ty:n,sx:i,sy:o,theta:a,fade:s}=this._delta;Object.assign(this.element.style,{opacity:1-s,transform:`rotate(${a}rad) translate(${r}px, ${n}px) scale(${i}, ${o}) perspective(1px)`})}get location(){if(this._location)return this._location;const{location:t,size:e}=this.decorator,{left:r,top:n,width:i,height:o}=this.target.bounds;let a;switch(t){case"top-left":a={x:r,y:n-e};break;case"top":a={x:r+(i-e)/2,y:n-e};break;case"top-right":a={x:r+i-e,y:n-e};break;case"bottom-left":a={x:r,y:n+o};break;case"bottom":a={x:r+(i-e)/2,y:n+o};break;case"bottom-right":a={x:r+i-e,y:n+o};break;case"left-top":a={x:r-e,y:n};break;case"left":a={x:r-e,y:n+(o-e)/2};break;case"left-bottom":a={x:r-e,y:n+(o-e)};break;case"right-top":a={x:r+i,y:n};break;case"right":a={x:r+i,y:n+(o-e)/2};break;case"right-bottom":a={x:r+i,y:n+(o-e)};break;case"top-left-corner":a={x:r-e/2,y:n-e/2};break;case"top-right-corner":a={x:r+i-e/2,y:n-e/2};break;case"bottom-left-corner":a={x:r-e/2,y:n+o-e/2};break;case"bottom-right-corner":a={x:r+i-e/2,y:n+o-e/2};break;default:a={x:r+i/2-e/2,y:n+o/2-e/2}}return this._location=this.target.transcoordS2T(a.x,a.y),this._location}get element(){if(!this._element){const{icon:t,size:e,color:r}=this.decorator,{x:n,y:i}=this.location,o=document.createElement("div");o.setAttribute("scene","animated-icon"),Object.assign(o.style,{position:"absolute",fontVariationSettings:"'FILL' 1",fontFamily:"Material Symbols Outlined",fontSize:e+"px",width:e+"px",height:e+"px",lineHeight:e+"px",padding:0,margin:0,color:r,textAlign:"center",verticalAlign:"middle",left:n+"px",top:i+"px",pointerEvents:"none"}),o.textContent=t,this._element=o}return this._element}touch(){}invalidate(){}start(){this.overlay.appendChild(this.element),this.animations.forEach((t=>t.start()))}stop(){this.overlay.removeChild(this.element),this.animations.forEach((t=>t.stop())),this._location=null}get root(){return this.target.root}get center(){const{size:t}=this.decorator,{x:e,y:r}=this.location;return{x:e+t/2,y:r+t/2}}transcoordS2T(t,e){const{tx:r,ty:n}=this._delta;return{x:t+r,y:e+n}}}class Xnt{static getTargetId(t){if(!Xnt._targetIdMap.has(t)){const e=`target-${Math.random().toString(36).substring(2,9)}`;Xnt._targetIdMap.set(t,e)}return Xnt._targetIdMap.get(t)}static getSvgContainer(t){if(!Xnt._svgMap.has(t)){const e=document.createElementNS("http://www.w3.org/2000/svg","svg");e.setAttribute("class","border-highlighting-container"),e.setAttribute("pointer-events","none"),e.style.overflow="visible",e.style.position="absolute",e.style.top="0",e.style.left="0";const r=document.createElementNS("http://www.w3.org/2000/svg","defs");e.appendChild(r);const n=document.createElementNS("http://www.w3.org/2000/svg","g");n.setAttribute("class","border-highlighting-group"),e.appendChild(n),t.appendChild(e),Xnt._svgMap.set(t,e)}return Xnt._svgMap.get(t)}constructor(t,e,r){this.overlayRef=new WeakRef(t),this.target=e,this.decorator=r}get element(){const t=this.overlayRef.deref();if(!t)return null;const{distance:e=10,lineWidth:r=2,color:n="red",animation:i=!1,fillStyle:o}=this.decorator||{},{round:a=0,fillStyle:s}=this.target.state,c=this.target.path.map((t=>this.target.transcoordS2T(t.x,t.y))),u=this.createOffsetPath(c,e),l=this.pointsToPathData(u,a),h=Xnt.getSvgContainer(t),f=Xnt.getTargetId(this.target),d=h.querySelector(".border-highlighting-group"),p=d.querySelector(`[data-target-id="${f}"]`);p&&p.remove();const g=document.createElementNS("http://www.w3.org/2000/svg","path");g.setAttribute("d",l),g.setAttribute("fill","none"),g.setAttribute("stroke-width",r),g.setAttribute("stroke-linejoin","round"),g.setAttribute("pointer-events","none"),g.setAttribute("data-target-id",f);const v=o||s||"rgba(0, 0, 0, 0.5)",y=h.querySelector("defs"),m=this.createFilter(f,v);if(y.appendChild(m),g.setAttribute("filter",`url(#${f}-filter)`),i){const t=h.querySelector("defs"),e=this.createGradient(f,n);t.appendChild(e),g.setAttribute("stroke",`url(#${f})`)}else g.setAttribute("stroke",n);return d.appendChild(g),g}createOffsetPath(t,e){const r=[],n=t.length;for(let i=0;i<n;i++){const o=t[(i-1+n)%n],a=t[i],s=t[(i+1)%n],c=a.x-o.x,u=a.y-o.y,l=s.x-a.x,h=s.y-a.y,f=this.normalize({x:u,y:-c}),d=this.normalize({x:h,y:-l}),p=this.normalize({x:(f.x+d.x)/2,y:(f.y+d.y)/2}),g={x:a.x+p.x*e,y:a.y+p.y*e};r.push(g)}return r}normalize(t){const e=Math.sqrt(t.x*t.x+t.y*t.y);return{x:t.x/e,y:t.y/e}}pointsToPathData(t,e=0){if(t.length<2)return"";let r="";const n=t.length,i=(t,e,r)=>{const n=e.x-t.x,i=e.y-t.y,o=Math.sqrt(n*n+i*i);return{x:t.x+n/o*r,y:t.y+i/o*r}};for(let o=0;o<n;o++){const a=t[o],s=t[(o+1)%n],c=t[(o-1+n)%n],u=Math.sqrt((a.x-c.x)**2+(a.y-c.y)**2),l=Math.sqrt((a.x-s.x)**2+(a.y-s.y)**2),h=Math.min(e,u/2,l/2),f=i(a,c,h),d=i(a,s,h);r+=0===o?`M${f.x},${f.y}`:` L${f.x},${f.y}`,r+=` Q${a.x},${a.y} ${d.x},${d.y}`}return r+=" Z",r}createFilter(t,e){const r=document.createElementNS("http://www.w3.org/2000/svg","filter");r.setAttribute("id",`${t}-filter`);const n=document.createElementNS("http://www.w3.org/2000/svg","feFlood");n.setAttribute("flood-color",e),n.setAttribute("result","flood");const i=document.createElementNS("http://www.w3.org/2000/svg","feComposite");i.setAttribute("in","flood"),i.setAttribute("in2","SourceAlpha"),i.setAttribute("operator","in"),i.setAttribute("result","mask");const o=document.createElementNS("http://www.w3.org/2000/svg","feMerge"),a=document.createElementNS("http://www.w3.org/2000/svg","feMergeNode");a.setAttribute("in","mask");const s=document.createElementNS("http://www.w3.org/2000/svg","feMergeNode");return s.setAttribute("in","SourceGraphic"),o.appendChild(a),o.appendChild(s),r.appendChild(n),r.appendChild(i),r.appendChild(o),r}createGradient(t,e){const r=document.createElementNS("http://www.w3.org/2000/svg","linearGradient");r.setAttribute("id",t),r.setAttribute("x1","0%"),r.setAttribute("y1","0%"),r.setAttribute("x2","100%"),r.setAttribute("y2","0%");const n=this.alterColor(e,120),i=this.alterColor(e,240);return r.innerHTML=`\n <stop offset="0%" stop-color="${e}">\n <animate attributeName="stop-color" values="${e};${n};${i};${e}" dur="5s" repeatCount="indefinite" />\n </stop>\n <stop offset="100%" stop-color="${i}">\n <animate attributeName="stop-color" values="${i};${e};${n};${i}" dur="5s" repeatCount="indefinite" />\n </stop>\n `,r}alterColor(t,e){const r=this.convertToHex(t);let n=parseInt(r.substring(1,3),16),i=parseInt(r.substring(3,5),16),o=parseInt(r.substring(5,7),16);const a=this.rgbToHsl(n,i,o);a[0]=(a[0]+e/360)%1;const s=this.hslToRgb(a[0],a[1],a[2]);return`#${s[0].toString(16).padStart(2,"0")}${s[1].toString(16).padStart(2,"0")}${s[2].toString(16).padStart(2,"0")}`}rgbToHsl(t,e,r){t/=255,e/=255,r/=255;let n,i,o=Math.max(t,e,r),a=Math.min(t,e,r),s=(o+a)/2;if(o===a)n=i=0;else{let c=o-a;switch(i=s>.5?c/(2-o-a):c/(o+a),o){case t:n=(e-r)/c+(e<r?6:0);break;case e:n=(r-t)/c+2;break;case r:n=(t-e)/c+4}n/=6}return[n,i,s]}hslToRgb(t,e,r){let n,i,o;if(0===e)n=i=o=r;else{const a=(t,e,r)=>(r<0&&(r+=1),r>1&&(r-=1),r<1/6?t+6*(e-t)*r:r<.5?e:r<2/3?t+(e-t)*(2/3-r)*6:t);let s=r<.5?r*(1+e):r+e-r*e,c=2*r-s;n=a(c,s,t+1/3),i=a(c,s,t),o=a(c,s,t-1/3)}return[Math.round(255*n),Math.round(255*i),Math.round(255*o)]}convertToHex(t){if(/^#([0-9A-F]{6})$/i.test(t))return t;const e=document.createElement("div");e.style.color=t,document.body.appendChild(e);const r=window.getComputedStyle(e).color;document.body.removeChild(e);const n=r.match(/\d+/g);return!n||n.length<3?(console.warn(`Invalid color: ${t}. Defaulting to #FF0000.`),"#FF0000"):`#${n.slice(0,3).map((t=>parseInt(t,10).toString(16).padStart(2,"0"))).join("")}`}start(){const t=this.overlayRef.deref();if(!t)return;const e=Xnt.getSvgContainer(t);t.contains(e)||t.appendChild(e);const r=this.element;if(r&&this.decorator.animation){const t=r.getAttribute("data-target-id");if(!t)return;const n=e.querySelector("defs");if(!n)return;const i=n.querySelector(`#${t}`);if(!i)return;requestAnimationFrame((()=>{i.querySelectorAll("animate").forEach((t=>{t.beginElement()}))}))}}stop(){if(!this.element)return;const t=this.overlayRef.deref();if(!t)return;const e=Xnt._svgMap.get(t);if(!e)return;const r=e.querySelector(".border-highlighting-group");if(!r)return;const n=e.querySelector("defs");if(!n)return;const i=Xnt.getTargetId(this.target),o=r.querySelector(`[data-target-id="${i}"]`);if(o){r.removeChild(o),o.remove();const t=n.querySelector(`#${i}`);t&&(n.removeChild(t),t.remove())}Xnt._targetIdMap.delete(this.target),0===r.children.length&&(e.remove(),Xnt._svgMap.delete(t))}}Xnt._svgMap=new WeakMap,Xnt._targetIdMap=new WeakMap;class Vnt{static getArrowId(t){if(!Vnt._arrowIdMap.has(t)){const e=`${Math.random().toString(36).substring(2,9)}`;Vnt._arrowIdMap.set(t,e)}return Vnt._arrowIdMap.get(t)}static getSvgContainer(t){if(!Vnt._svgMap.has(t)){const e=document.createElementNS("http://www.w3.org/2000/svg","svg");e.setAttribute("class","bouncing-arrow-container"),e.setAttribute("pointer-events","none"),e.style.overflow="visible",e.style.position="absolute",e.style.top="0",e.style.left="0";const r=document.createElementNS("http://www.w3.org/2000/svg","g");r.setAttribute("class","bouncing-arrow-group"),e.appendChild(r),t.appendChild(e),Vnt._svgMap.set(t,e)}return Vnt._svgMap.get(t)}constructor(t,e,r){this.overlayRef=new WeakRef(t),this.target=e,this.decorator=r}get element(){const t=this.overlayRef.deref();if(!t)return null;const e=Vnt.getSvgContainer(t).querySelector(".bouncing-arrow-group"),r=Vnt.getArrowId(this.target),n=e.querySelector(`[data-arrow-id="${r}"]`);n&&n.remove();let{left:i,top:o,width:a}=this.target.bounds,{x:s,y:c}=this.target.transcoordS2T(i+a/2,o);s=Math.max(s,20),c=Math.max(c,20);const{color:u="red",duration:l=5e3,repeat:h=!0}=this.decorator||{},f=document.createElementNS("http://www.w3.org/2000/svg","path");f.setAttribute("d",this.createArrowPath(s,c)),f.setAttribute("fill",u),f.setAttribute("data-arrow-id",r),f.appendChild(this.createBounceAnimation(r,l,h)),e.appendChild(f);const d=this.createArrowLabel(s,c,u,this.target.state.id,r);return d&&(d.appendChild(this.createBounceAnimation(r,l,h)),e.appendChild(d)),f}createArrowPath(t,e){return`\n M${t-10},${e-16} \n L${t+10},${e-16} \n L${t+10},${e-8} \n L${t+16},${e-8} \n L${t},${e} \n L${t-16},${e-8} \n L${t-10},${e-8} \n Z\n `}createBounceAnimation(t,e,r){const n=document.createElementNS("http://www.w3.org/2000/svg","animateTransform");n.setAttribute("id",t),n.setAttribute("attributeName","transform"),n.setAttribute("type","translate");const i=e||5e3;let o=["0,-10"],a=[0];for(let t=1;t<=20;t++){const e=t/20;let r=Math.pow(e,.5);if(r=Math.min(r,.99).toFixed(3),parseFloat(a[a.length-1])>=parseFloat(r)&&(r=(parseFloat(a[a.length-1])+.01).toFixed(3)),o.push("0,0"),o.push("0,-10"),r>=1){a.push(1),a.push((parseFloat(1)+.01).toFixed(3));break}a.push(r),a.push((parseFloat(r)+.01).toFixed(3))}return a[a.length-1]="1.000",n.setAttribute("values",o.join(";")),n.setAttribute("keyTimes",a.join(";")),n.setAttribute("dur",`${i}ms`),r?n.setAttribute("repeatCount","indefinite"):(n.setAttribute("repeatCount","1"),n.addEventListener("endEvent",(()=>this.stop()))),n}createArrowLabel(t,e,r,n,i){if(!n)return null;const o=document.createElementNS("http://www.w3.org/2000/svg","g");o.setAttribute("data-arrow-label",i);const a=document.createElementNS("http://www.w3.org/2000/svg","rect");a.setAttribute("x",t+20),a.setAttribute("y",e-20),a.setAttribute("width","40"),a.setAttribute("height","20"),a.setAttribute("rx","3"),a.setAttribute("fill",r);const s=document.createElementNS("http://www.w3.org/2000/svg","text");return s.setAttribute("x",t+40),s.setAttribute("y",e-6),s.setAttribute("fill","white"),s.setAttribute("font-size","12px"),s.setAttribute("text-anchor","middle"),s.textContent=n,o.appendChild(a),o.appendChild(s),o}start(){const t=this.overlayRef.deref();if(!t)return;const e=Vnt.getSvgContainer(t),r=this.element;if(!r)return;const n=r.querySelector("animateTransform");n&&n.beginElement();const i=e.querySelector(`[data-arrow-label="${Vnt.getArrowId(this.target)}"]`);if(i){const t=i.querySelector("animateTransform");t&&t.beginElement()}}stop(){const t=this.overlayRef.deref();if(!t)return;const e=Vnt._svgMap.get(t);if(!e)return;const r=e.querySelector(".bouncing-arrow-group");if(!r)return;const n=Vnt.getArrowId(this.target),i=r.querySelector(`[data-arrow-id="${n}"]`),o=r.querySelector(`[data-arrow-label="${n}"]`);i&&(r.removeChild(i),i.remove()),o&&(r.removeChild(o),o.remove()),0===r.children.length&&(e.remove(),Vnt._svgMap.delete(t))}}Vnt._svgMap=new WeakMap,Vnt._arrowIdMap=new WeakMap;class Knt{constructor(){this.animatorMap=new Map}icon(t,e){this.animatorMap.has(t)&&this.off(t);const r=new qnt(t.root.model_layer.overlay,t,e);this.animatorMap.set(t,r),r.start()}border(t,e){this.animatorMap.has(t)&&this.off(t);const r=new Xnt(t.root.model_layer.overlay,t,e);this.animatorMap.set(t,r),r.start()}bouncing(t,e){this.animatorMap.has(t)&&this.off(t);const r=new Vnt(t.root.model_layer.overlay,t,e);this.animatorMap.set(t,r),r.start()}off(t){const e=this.animatorMap.get(t);e&&(e.stop(),this.animatorMap.delete(t))}reset(t){if(this.animatorMap.size>0){for(const t of this.animatorMap.values())t.stop();this.animatorMap.clear()}}dispose(){this.reset(null),this.animatorMap=null}}function Qnt(t){const{origin:e}=t,r=e.root,{animatorHandler:n}=r;null==n||n.reset()}znt.register("animator-handler",{"model-layer":{"(descendant)":{icon:function(t,e){const{origin:r}=e,n=r.root;let{animatorHandler:i}=n;i||(i=new Knt,n.animatorHandler=i),i.icon(r,t)},border:function(t,e){const{origin:r}=e,n=r.root;let{animatorHandler:i}=n;i||(i=new Knt,n.animatorHandler=i),i.border(r,t)},bouncing:function(t,e){const{origin:r}=e,n=r.root;let{animatorHandler:i}=n;i||(i=new Knt,n.animatorHandler=i),i.bouncing(r,t)},animatoroff:function(t){const{origin:e}=t,r=e.root,{animatorHandler:n}=r;n?n.off(e):console.warn("animator-handler not found")},animatorreset:Qnt},"(self)":{animatorreset:Qnt}}},(function(t){const{animatorHandler:e}=t;e&&(e.dispose(),delete t.animatorHandler)}));class Jnt{constructor(){this.animatorMap=new Map}waypoint(t,e){var r;this.animatorMap.has(t)&&this.off(t);var{from:n,to:i}=e;if("string"==typeof n&&(n=null===(r=t.root)||void 0===r?void 0:r.findById(n)),"string"==typeof i&&(i=t.root.findById(i)),!n||!i)return void console.warn("WaypointAnimation: Source or target component not found");const o=f7(t,{type:"waypoint",fromComponent:n,toComponent:i,...e,stopCallback:()=>{this.off(t)}});this.animatorMap.set(t,o),o.start()}off(t){const e=this.animatorMap.get(t);e&&(e.stop(),this.animatorMap.delete(t))}reset(t){if(this.animatorMap.size>0){for(const t of this.animatorMap.values())t.stop();this.animatorMap.clear()}}dispose(){this.reset(null),this.animatorMap=null}}function Znt(t){const{origin:e}=t,r=e.root,{waypointHandler:n}=r;null==n||n.reset()}znt.register("waypoint-handler",{"model-layer":{"(descendant)":{waypoint:function(t,e){const{origin:r}=e,n=r.root;let{waypointHandler:i}=n;i||(i=new Jnt,n.waypointHandler=i),i.waypoint(r,t)},waypointoff:function(t){const{origin:e}=t,r=e.root,{waypointHandler:n}=r;n?n.off(e):console.warn("waypoint-handler not found")},waypointreset:Znt},"(self)":{waypointreset:Znt}}},(function(t){const{waypointHandler:e}=t;e&&(e.dispose(),delete t.waypointHandler)}));var tit=[],eit=V7((function(){tit.forEach((t=>{t.resize()}))}),100);"undefined"!=typeof window&&window.addEventListener("resize",eit);class rit extends bet{constructor(t,e){super(Object.assign({type:"root",scale:{x:1,y:1}},t||{}),e),this._maxRefid=e.isViewMode?1e6:0,t=t||{},this.fitMode=t.model&&t.model.fitMode,this._app=e,this.style=t.style,this.target_element=t.target_element,this.rebuildContentModel(this.model.model),tit.push(this)}dispose(){aet.hideAll(this),this._app&&this._app.dispose(),super.dispose(),this._disposeAllResources(),this.target_element=null,delete this._refresh_mapping_debouncer;var t=tit.indexOf(this);t>=0&&tit.splice(t,1),this.refidIndexMap.clear(),this._maxRefid=0}isRoot(){return!0}get app(){return this._app}get target_element(){return this._target_element}set target_element(t){this._ua_event_handler&&(this._ua_event_handler.dispose(),delete this._ua_event_handler),t&&(t.setAttribute("root-element",""),t.style.position="absolute",t.style.cursor="default",t.style.overflow="hidden",this._ua_event_handler=new Int(this,t)),this.forEach((e=>e.target=t)),this._target_element=t}get unitScale(){switch(this.model_layer&&this.model_layer.get("unit")){case"mm":case"cm":case"in":return this.app.PPM/10;default:return 1}}addTemplate(t,e){var r=this.templateMap[t];r&&v9("Template replaced (duplicated)",t,e,r),this.templateMap[t]=e,delete this.templatePrefixes}removeTemplate(t,e){var r=this.templateMap[t];r!==e?y9("Removing template failed (different)",t,e,r):delete this.templateMap[t],delete this.templatePrefixes}findTemplateFor(t){this.templatePrefixes||(this.templatePrefixes=Object.keys(this.templateMap).sort().reverse());var e=this.templatePrefixes.find((e=>t.startsWith(e)));if(e)return this.templateMap[e]}addIndex(t,e){var r=this.indexMap[t]||[];this.indexMap[t]=[...r,e]}removeIndex(t,e){const r=this.indexMap[t]||[],n=r.indexOf(e);-1==n?y9("Removing index failed (not found)",t,e):(r.splice(n,1),0==r.length&&delete this.indexMap[t])}addRefidIndex(t,e){null==t&&(t=this.getNewRefid(),e.set("refid",t)),this._maxRefid=Math.max(t,this._maxRefid);var r=this.refidIndexMap.get(t);r&&v9("Refid Index replaced (has not to be)",t,e,r),this.refidIndexMap.set(t,e)}removeRefidIndex(t,e){if(null!=t){var r=this.refidIndexMap.get(t);r!==e?v9("Refid Removing index failed (has not to be)",t,e,r):this.refidIndexMap.delete(t)}}getNewRefid(){return this._maxRefid=(this._maxRefid||0)+1,this._maxRefid}async subscribe(t,e){this._app.isViewMode&&t&&this._app&&(e._subscription=await this._app.subscribe(t,e))}async unsubscribe(t,e){e._subscription&&(await e._subscription.unsubscribe(),delete e._subscription)}findById(t){return(this.indexMap[t.replace(/^#/,"")]||[])[0]}findAllById(t){return this.indexMap[t.replace(/^#/,"")]||[]}findByRefid(t){return this.refidIndexMap.get(t)}findOrCreate(t){var e=this.findAllById(t);if(!e&&this.app&&!this.app.isEditMode){let e=this.findTemplateFor(t);if(e){let r=Object.assign(z7(e.hierarchy),{id:t,templatePrefix:""});return component=art(r,this.app),this.model_layer.addComponent(component),[component]}}return e}resize(){this.components.forEach((t=>{t.resize&&t.resize()})),this.invalidate()}_disposeAllResources(){this.selected=[],this._focused=null,this._ready=!1,this.eventEngine&&(this.assist_handlers&&this.assist_handlers.forEach((t=>{this.eventEngine.remove(t)})),this.eventEngine.dispose(),delete this.eventEngine),(this.model.handlers||[]).map((t=>{znt.getDisposer(t).call(null,this)})),this.assist_layers&&this.assist_layers.forEach((t=>{t.dispose(),this.removeComponent(t)})),delete this.assist_layers,this.model_layer&&this.model_layer.dispose(),this.model_layer&&this.removeComponent(this.model_layer),delete this.model_layer,this.indexMap={},this.refidIndexMap=new Map,this.templateMap={}}rebuildContentModel(t){this._disposeAllResources(),this.eventEngine=new bnt(this),(t=t||{}).type="model-layer",this.model_layer=art(t,this.app),this.addComponent(this.model_layer),this.model_layer.target=this.target_element,this.assist_layers=(this.model.layers||[]).map((t=>{var e=art(t,this.app);return this.addComponent(e),e.target=this.target_element,e})),this.assist_handlers=(this.model.handlers||[]).map((t=>{var e={};return this.eventEngine.add(e,znt.get(t)),e})),this._ready=!0,this.traverse((t=>t.ready()))}get root(){return this}get anchors(){}get isReady(){return this._ready}get rootModel(){return this.model_layer}get stuck(){return!0}get data(){return Object.values(this.indexMap).reduce(((t,[e])=>(t[e.model.id]=e.data,t)),{})}set data(t){for(var e in t){var r=this.findOrCreate(e);r&&r.forEach((r=>r.data=t[e]))}}get dataByRefid(){var t={};for(let[e,r]of this.refidIndexMap.entries())t[e]=r.data;return t}set dataByRefid(t){for(var e in t){var r=this.findByRefid(Number(e));r&&(r.data=t[e])}}get values(){return Object.values(this.indexMap).reduce(((t,[e])=>(t[e.model.id]=e.value,t)),{})}set values(t){for(var e in t){var r=this.findOrCreate(e);r&&r.forEach((r=>r.value=t[e]))}}get valuesByRefid(){var t={};for(let[e,r]of this.refidIndexMap.entries())t[e]=r.value;return t}set valuesByRefid(t){for(var e in t){var r=this.findByRefid(Number(e));r&&(r.value=t[e])}}get selected(){return(this._selected||[]).filter((t=>t.parent))}set selected(t){var e=this._selected;if(this._selected=t,!t||t.length<=1)this.hasSameParentForAllSelected=!0;else{let e=t[0].parent;this.hasSameParentForAllSelected=!t.find((t=>t.parent!=e))}this.trigger("selected",t,e)}get focused(){return this._focused}set focused(t){this._focused!==t&&(this._focused=t,this.invalidate())}get style(){return this._style}set style(t){this._style=t,this._compiled_style=t}get hasTextProperty(){return!1}render(){this.components.forEach((t=>t.draw()))}contains(t,e){return!0}capturePath(t,e){return this.model_layer.capturePath(t,e)}invalidate(){this.components.forEach((t=>t.invalidate()))}get eventMap(){return{"(root)":{"(descendant)":{added:this.onadded,removed:this.onremoved,change:this.onchanged}}}}refreshMappings(){if(!this._refresh_mapping_debouncer){if(this.disposed)return;this._refresh_mapping_debouncer=V7((function t(e){e.executeMappings(),e.components&&e.components.forEach((e=>t(e)))}),1e3)}this._refresh_mapping_debouncer(this.model_layer)}_addTraverse(t){t.components&&t.components.forEach((t=>this._addTraverse(t)));var{id:e,refid:r,tag:n,templatePrefix:i}=t.model;this.addRefidIndex(r,t),e&&this.addIndex(e,t),n&&this.subscribe(n,t),i&&this.addTemplate(i,t);var o=n9({},t.eventMap,t.model.eventMap);this.eventEngine.add(t,o)}_removeTraverse(t){t.components&&t.components.forEach((t=>this._removeTraverse(t)));var{id:e,refid:r,tag:n,templatePrefix:i}=t.model;this.removeRefidIndex(r,t),e&&this.removeIndex(e,t),n&&this.unsubscribe(n,t),i&&this.removeTemplate(i,t),this.eventEngine.remove(t)}onadded(t,e){this._addTraverse(e),this.refreshMappings(),this.invalidate()}onremoved(t,e){this._removeTraverse(e),this.invalidate()}onchanged(t,e,r){e.templatePrefix&&this.removeTemplate(e.templatePrefix,r.origin),t.templatePrefix&&this.addTemplate(t.templatePrefix,r.origin),e.id&&this.removeIndex(e.id,r.origin),t.id&&this.addIndex(t.id,r.origin),e.tag&&this.unsubscribe(e.tag,r.origin),t.tag&&this.subscribe(t.tag,r.origin),e.id==t.id&&e.class==t.class||this.refreshMappings()}}Object.assign(rit.prototype,{fit:function(t){var{width:e,height:r,fitMode:n}=this.model_layer.model,i=this.target_element,o=this.model_layer;if(this.fitMode=t||this.fitMode||n||"ratio",e&&r&&i&&i.clientWidth&&i.clientHeight){switch(this.fitMode){case"center":!function(t,e,r){var n=t.unitScale,{width:i,height:o}=e.model;e.set("scale",{x:n,y:n}),e.set("translate",{x:Math.max((r.clientWidth-i*n)/2,0),y:Math.max((r.clientHeight-o*n)/2,0)})}(this,o,i);break;case"both":!function(t,e,r){var{width:n,height:i}=e.model,o=r.clientWidth,a=r.clientHeight;e.set("scale",{x:o/n,y:a/i}),e.set("translate",{x:0,y:0})}(0,o,i);break;case"width":!function(t,e,r){var n=r.clientWidth/e.get("width");e.set("scale",{x:n,y:n}),e.set("translate",{x:0,y:0})}(0,o,i);break;case"height":!function(t,e,r){var n=r.clientHeight/e.get("height");e.set("scale",{x:n,y:n}),e.set("translate",{x:0,y:0})}(0,o,i);break;case"ratio":!function(t,e,r){var{width:n,height:i}=e.model,o=r.clientWidth,a=r.clientHeight,s=o/n,c=a/i,u=Math.min(s,c);e.set("scale",{x:u,y:u}),e.set("translate",{x:(o-n*u)/2,y:(a-i*u)/2})}(0,o,i);break;default:!function(t,e){var r=t.unitScale;e.set("scale",{x:r,y:r}),e.set("translate",{x:0,y:0})}(this,o)}this.resize()}}}),Gtt.memoize(rit.prototype,"unitScale",!1);var nit=13.3,iit=function(t){return void 0!==t&&(nit=t),nit};const oit="$base_url";const ait=Math.PI/12;class sit{constructor(t,e){this._mode=t,this.screen=iit(),this._baseUrl="undefined"!=typeof window?window.location.origin:null,this._refProvider=e,this.isEditMode&&(this._rotateStep=ait,this._rotateStepForced=!1)}dispose(){this._dataSubscriptionProvider&&this._dataSubscriptionProvider.dispose(),delete this._dataStorage}_calcScreen(){var t={width:screen.width,height:screen.height};this._PPI=function(t,e,r,n){t>0||(t=1),e>0||(e=1),n||(n="d");var i=("d"==n?Math.sqrt(t*t+e*e):"w"==n?t:e)/r;return i>0?Math.round(i):0}(t.width,t.height,this.screen),this._PPM=this._PPI/25.4}subscribe(t,e){var r;return null===(r=this._dataSubscriptionProvider)||void 0===r?void 0:r.subscribe(t,e)}get refProvider(){return this._refProvider}set dataSubscriptionProvider(t){this._dataSubscriptionProvider=t}get dataSubscriptionProvider(){return this._dataSubscriptionProvider}set commander(t){this._commander=t}get commander(){return this._commander}get screen(){return this._screen}set screen(t){this._screen=t,this._calcScreen()}get DPPX(){return P9}get PPI(){return this._PPI}get PPM(){return this._PPM}get mode(){return this._mode}set mode(t){var e=this._mode;e!==t&&(this._mode=t,this.trigger("mode",t,e))}get isViewMode(){return 0==this._mode}get isEditMode(){return 1==this._mode}get baseUrl(){return this._baseUrl}set baseUrl(t){t&&this._baseUrl!=t&&(this._baseUrl=t)}url(t){try{return(t.includes(oit)?new URL(t.replace(oit,this.baseUrl),this.baseUrl):new URL(t,location.origin)).href}catch(e){y9(e,t)}}get rotateStep(){return this._rotateStep}set rotateStep(t){this._rotateStep=Number(t)||ait}get rotateStepForced(){return this._rotateStepForced}set rotateStepForced(t){this._rotateStepForced=!!t}get dataStorage(){return this._dataStorage}set dataStorage(t){this._dataStorage=t}}g9(sit.prototype,l9.withEvent);class cit{constructor(t,e){!(t=Number(t))||t<=0?(v9("TimeCapsule maxsize should be greater than 0.",t),this.maxsize=10):this.maxsize=t,this.reset(),e&&(this.snapshot(e),this.preserve())}preserve(){this.checkPoint=this.pos}hasUnpreservedChanges(){return this.checkPoint!=this.pos}dispose(){this.reset()}snapshot(t){if(this.q.splice(this.pos+1,this.q.length-(this.pos+1),t),this.q.length>this.maxsize){const t=this.q.splice(0,this.q.length-this.maxsize);this.checkPoint=Math.max(-1,this.checkPoint-t.length)}this.pos=this.q.length-1}forward(){if(this.snapshot_taker&&this.snapshot_taker.take(),this.forwardable)return this.q[++this.pos];y9("Not forwardable.")}backward(){if(this.snapshot_taker&&this.snapshot_taker.take(),this.backwardable)return this.q[--this.pos];y9("Not backwardable.")}get current(){if(-1!==this.pos)return this.q[this.pos];y9("Non state has been recorded.")}get length(){return this.q.length}get forwardable(){return this.pos<this.q.length-1}get backwardable(){return this.pos>0}get snapshot_taker(){return this._snapshot_taker}set snapshot_taker(t){this._snapshot_taker=t}reset(){this.q=[],this.pos=-1,this.checkPoint=-1}}var uit=V7((t=>{t.brake||t.take()}),1e3,{leading:!0,trailing:!1});function lit(t){!t.brake&&t.dirty&&uit(t)}class hit{constructor(t,e){this.brake=!1,this.dirty=!1,this.state_holder=t,this.timecapsule=e,this.timecapsule.snapshot_taker=this}dispose(){delete this.state_holder,delete this.timecapsule}touch(){this.dirty=!0,lit(this)}take(t){(this.dirty||t)&&(this.timecapsule.snapshot(this.state_holder.state),this.dirty=!1)}get brake(){return this._brake}set brake(t){this._brake=!!t,lit(this)}}function fit(t,e){var r=e.model_layer.get("scale"),n=e.model_layer.get("translate");if(t){let i=JSON.parse(t);i.scale=r,i.translate=n,e.rebuildContentModel(i)}}class dit{constructor(t){this.container=t,this.timecapsule=new cit(20);var e=this;this.snapshot_taker=new hit({get state(){let t=e.container.model_layer.hierarchy;return JSON.stringify(t)}},this.timecapsule),this.snapshot_taker.take(!0),this.timecapsule.preserve()}dispose(){this.reset(),this.timecapsule&&this.timecapsule.dispose(),this.snapshot_taker&&this.snapshot_taker.dispose(),delete this.container,delete this.timecapsule,delete this.snapshot_taker}preserve(){this.timecapsule.preserve()}hasUnpreservedChanges(){return this.timecapsule.hasUnpreservedChanges()}execute(t,e){!1!==e&&t&&t.execute(),this.snapshot_taker.touch(),this.trigger("execute",t,!0,!1)}undo(){this.timecapsule.backwardable&&(fit(this.timecapsule.backward(),this.container),this.trigger("undo",this.undoable(),this.redoable()))}redo(){this.timecapsule.forwardable&&(fit(this.timecapsule.forward(),this.container),this.trigger("redo",this.undoable(),this.redoable()))}undoable(){return this.timecapsule.backwardable}redoable(){return this.timecapsule.forwardable}reset(){this.timecapsule&&this.timecapsule.reset(),this.trigger("command-reset")}}g9(dit.prototype,l9.withEvent);var pit=0;const git=new FinalizationRegistry((t=>{pit--}));class vit{static get residents(){return pit}static get residentsCount(){return pit}constructor(t){this._container=t,this.app=t.app,this._commander=new dit(this._container),this.app.commander=this._commander,pit++,git.register(this,pit)}add(){return urt.apply(this._container,arguments)}duplicate(){return lrt.apply(this._container,arguments)}remove(){return hrt.apply(this._container,arguments)}animate(){return d7.apply(this,arguments)}fullscreen(){return grt.apply(this._container,arguments)}get target(){return this._container.target_element}set target(t){var e;if("string"==typeof t){if(!(e=document.getElementById(t)))throw`target element '${t}' is not exist`;if(e.firstChild)throw`target element '${t}' already has children`}else e=t;e&&e.style&&(e.style.cursor="default"),this._container.target_element=e,this._container.invalidate()}get scale(){return this.root.get("scale")}set scale(t){this.root.set("scale",t)}get translate(){return this.root.get("translate")}set translate(t){this.root.set("translate",t)}get unit(){return this.root.get("unit")||"px"}get PPM(){return this.app.PPM}get PPI(){return this.app.PPI}get DPPX(){return this.app.DPPX}static get DPPX(){return P9}get unitScale(){return this._container.unitScale}get screen(){return this.app.screen}set screen(t){this.app.screen=t,this._container.resize()}resize(){this._container.resize()}release(){this.dispose()}dispose(){this._commander&&this._commander.dispose(),this._container&&this._container.dispose()}get selected(){return this._container.selected.slice()}set selected(t){this._container.selected=t}select(t,...e){var r;return this._container.selected=null===(r=this.root)||void 0===r?void 0:r.findAll(t,...e),this.selected}get commander(){return this._commander}undo(){this.commander.undo()}undoable(){return this.commander.undoable()}redo(){this.commander.redo()}redoable(){return this.commander.redoable()}preserve(){this.commander.preserve()}hasUnpreservedChanges(){return this.commander.hasUnpreservedChanges()}cut(){return mrt.apply(this._container,arguments)}copy(){return yrt.apply(this._container,arguments)}paste(){return brt.apply(this._container,arguments)}undoableChange(){return Nrt.apply(this._container,arguments)}change(){return zrt.apply(this.root,arguments)}get model(){return this.root.hierarchy}set model(t){this._container.rebuildContentModel(t)}get rootContainer(){return this._container}get root(){var t;return null===(t=this._container)||void 0===t?void 0:t.model_layer}findAll(){return this.root.findAll.apply(this.root,arguments)}findFirst(){return this.root.findFirst.apply(this.root,arguments)}findById(){return this._container.findById.apply(this._container,arguments)}findAllById(){return this._container.findAllById.apply(this._container,arguments)}serialize(){return this.root.trim(),this.root.serialize.apply(this.root,arguments)}align(){return Jet.apply(this._container,arguments)}place(){return Wrt.apply(this._container,arguments)}distribute(){return ert.apply(this._container,arguments)}move(){return irt.apply(this._container,arguments)}zorder(){return ort.apply(this._container,arguments)}symmetryX(){return Lrt.apply(this._container,arguments)}symmetryY(){return Drt.apply(this._container,arguments)}on(){return frt.apply(this._container,arguments)}once(){return drt.apply(this._container,arguments)}off(){return this._container&&prt.apply(this._container,arguments)}centerTo(t,e){return this.root.centerTo(t,e)}get mode(){return this.app.mode}set mode(t){void 0!==t&&(this.app.mode=t)}toDataURL(){return Ort.apply(this._container,arguments)}group(){return Irt.apply(this._container,arguments)}ungroup(){return Crt.apply(this._container,arguments)}fit(t){this._container.once("redraw",(()=>this._container.fit(t))),this._container.invalidate()}get fitMode(){return this._container.fitMode}get ids(){return Frt.apply(this._container)}get data(){return this._container.data}set data(t){this._container.data=t}get dataByRefid(){return this._container.dataByRefid}set dataByRefid(t){this._container.dataByRefid=t}get values(){return this._container.values}set values(t){this._container.values=t}get valuesByRefid(){return this._container.valuesByRefid}set valuesByRefid(t){this._container.valuesByRefid=t}get baseUrl(){return this.app.baseUrl}set baseUrl(t){this.app.baseUrl=t}startAddMode(){return qrt.apply(this._container,arguments)}startStylePasteMode(){return Xrt.apply(this._container,arguments)}stopStylePasteMode(){return Vrt.apply(this._container,arguments)}startDatabindPasteMode(){return Krt.apply(this._container,arguments)}stopDatabindPasteMode(){return Qrt.apply(this._container,arguments)}}const yit=new class{load(t){}save(t,e){}clear(t){}};function mit({target:t,model:e,style:r,layers:n=[],handlers:i=[],mode:o=0,refProvider:a,dataSubscriptionProvider:s,dataStorage:c=yit,baseUrl:u,fitMode:l}){var h=null;if("string"==typeof t){if(!(h=document.getElementById(t)))throw`target element '${t}' is not exist`;if(h.firstChild)throw`target element '${t}' is not empty`}else h=t;h&&h.style&&(h.style.position="absolute",h.style.cursor="default",h.style.overflow="hidden");var f=new sit(o,a);return f.baseUrl=u,f.dataSubscriptionProvider=s,f.dataStorage=c,new vit(new rit({target_element:h,model:e,style:r,layers:n,handlers:i,fitMode:l},f))}
3
3
  /**
4
4
  * @license
5
5
  * Copyright 2019 Google LLC
6
6
  * SPDX-License-Identifier: BSD-3-Clause
7
- */const yit=globalThis,mit=yit.ShadowRoot&&(void 0===yit.ShadyCSS||yit.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,bit=Symbol(),xit=new WeakMap;class wit{constructor(t,e,r){if(this._$cssResult$=!0,r!==bit)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(mit&&void 0===t){const r=void 0!==e&&1===e.length;r&&(t=xit.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&xit.set(e,t))}return t}toString(){return this.cssText}}const Ait=mit?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const r of t.cssRules)e+=r.cssText;return(t=>new wit("string"==typeof t?t:t+"",void 0,bit))(e)})(t):t
7
+ */const bit=globalThis,xit=bit.ShadowRoot&&(void 0===bit.ShadyCSS||bit.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,wit=Symbol(),Ait=new WeakMap;class _it{constructor(t,e,r){if(this._$cssResult$=!0,r!==wit)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(xit&&void 0===t){const r=void 0!==e&&1===e.length;r&&(t=Ait.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&Ait.set(e,t))}return t}toString(){return this.cssText}}const kit=xit?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const r of t.cssRules)e+=r.cssText;return(t=>new _it("string"==typeof t?t:t+"",void 0,wit))(e)})(t):t
8
8
  /**
9
9
  * @license
10
10
  * Copyright 2017 Google LLC
11
11
  * SPDX-License-Identifier: BSD-3-Clause
12
- */,{is:_it,defineProperty:kit,getOwnPropertyDescriptor:Eit,getOwnPropertyNames:Sit,getOwnPropertySymbols:Mit,getPrototypeOf:Tit}=Object,Pit=globalThis,Oit=Pit.trustedTypes,Iit=Oit?Oit.emptyScript:"",Cit=Pit.reactiveElementPolyfillSupport,Rit=(t,e)=>t,jit={toAttribute(t,e){switch(e){case Boolean:t=t?Iit:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=null!==t;break;case Number:r=null===t?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch(t){r=null}}return r}},Lit=(t,e)=>!_it(t,e),Dit={attribute:!0,type:String,converter:jit,reflect:!1,hasChanged:Lit};Symbol.metadata??=Symbol("metadata"),Pit.litPropertyMetadata??=new WeakMap;class zit extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=Dit){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const r=Symbol(),n=this.getPropertyDescriptor(t,r,e);void 0!==n&&kit(this.prototype,t,n)}}static getPropertyDescriptor(t,e,r){const{get:n,set:i}=Eit(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return n?.call(this)},set(e){const o=n?.call(this);i.call(this,e),this.requestUpdate(t,o,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Dit}static _$Ei(){if(this.hasOwnProperty(Rit("elementProperties")))return;const t=Tit(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Rit("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Rit("properties"))){const t=this.properties,e=[...Sit(t),...Mit(t)];for(const r of e)this.createProperty(r,t[r])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,r]of e)this.elementProperties.set(t,r)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const r=this._$Eu(t,e);void 0!==r&&this._$Eh.set(r,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)e.unshift(Ait(t))}else void 0!==t&&e.push(Ait(t));return e}static _$Eu(t,e){const r=e.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const r of e.keys())this.hasOwnProperty(r)&&(t.set(r,this[r]),delete this[r]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,e)=>{if(mit)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of e){const e=document.createElement("style"),n=yit.litNonce;void 0!==n&&e.setAttribute("nonce",n),e.textContent=r.cssText,t.appendChild(e)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,r){this._$AK(t,r)}_$EC(t,e){const r=this.constructor.elementProperties.get(t),n=this.constructor._$Eu(t,r);if(void 0!==n&&!0===r.reflect){const i=(void 0!==r.converter?.toAttribute?r.converter:jit).toAttribute(e,r.type);this._$Em=t,null==i?this.removeAttribute(n):this.setAttribute(n,i),this._$Em=null}}_$AK(t,e){const r=this.constructor,n=r._$Eh.get(t);if(void 0!==n&&this._$Em!==n){const t=r.getPropertyOptions(n),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:jit;this._$Em=n,this[n]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,r){if(void 0!==t){if(r??=this.constructor.getPropertyOptions(t),!(r.hasChanged??Lit)(this[t],e))return;this.P(t,e,r)}!1===this.isUpdatePending&&(this._$ES=this._$ET())}P(t,e,r){this._$AL.has(t)||this._$AL.set(t,e),!0===r.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,r]of t)!0!==r.wrapped||this._$AL.has(e)||void 0===this[e]||this.P(e,this[e],r)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU()}updated(t){}firstUpdated(t){}}zit.elementStyles=[],zit.shadowRootOptions={mode:"open"},zit[Rit("elementProperties")]=new Map,zit[Rit("finalized")]=new Map,Cit?.({ReactiveElement:zit}),(Pit.reactiveElementVersions??=[]).push("2.0.4");
12
+ */,{is:Sit,defineProperty:Eit,getOwnPropertyDescriptor:Mit,getOwnPropertyNames:Tit,getOwnPropertySymbols:Pit,getPrototypeOf:Oit}=Object,Iit=globalThis,Cit=Iit.trustedTypes,Rit=Cit?Cit.emptyScript:"",jit=Iit.reactiveElementPolyfillSupport,Lit=(t,e)=>t,Dit={toAttribute(t,e){switch(e){case Boolean:t=t?Rit:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=null!==t;break;case Number:r=null===t?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch(t){r=null}}return r}},zit=(t,e)=>!Sit(t,e),Nit={attribute:!0,type:String,converter:Dit,reflect:!1,hasChanged:zit};Symbol.metadata??=Symbol("metadata"),Iit.litPropertyMetadata??=new WeakMap;class Fit extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=Nit){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const r=Symbol(),n=this.getPropertyDescriptor(t,r,e);void 0!==n&&Eit(this.prototype,t,n)}}static getPropertyDescriptor(t,e,r){const{get:n,set:i}=Mit(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return n?.call(this)},set(e){const o=n?.call(this);i.call(this,e),this.requestUpdate(t,o,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Nit}static _$Ei(){if(this.hasOwnProperty(Lit("elementProperties")))return;const t=Oit(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Lit("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Lit("properties"))){const t=this.properties,e=[...Tit(t),...Pit(t)];for(const r of e)this.createProperty(r,t[r])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,r]of e)this.elementProperties.set(t,r)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const r=this._$Eu(t,e);void 0!==r&&this._$Eh.set(r,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)e.unshift(kit(t))}else void 0!==t&&e.push(kit(t));return e}static _$Eu(t,e){const r=e.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const r of e.keys())this.hasOwnProperty(r)&&(t.set(r,this[r]),delete this[r]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,e)=>{if(xit)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of e){const e=document.createElement("style"),n=bit.litNonce;void 0!==n&&e.setAttribute("nonce",n),e.textContent=r.cssText,t.appendChild(e)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,r){this._$AK(t,r)}_$EC(t,e){const r=this.constructor.elementProperties.get(t),n=this.constructor._$Eu(t,r);if(void 0!==n&&!0===r.reflect){const i=(void 0!==r.converter?.toAttribute?r.converter:Dit).toAttribute(e,r.type);this._$Em=t,null==i?this.removeAttribute(n):this.setAttribute(n,i),this._$Em=null}}_$AK(t,e){const r=this.constructor,n=r._$Eh.get(t);if(void 0!==n&&this._$Em!==n){const t=r.getPropertyOptions(n),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Dit;this._$Em=n,this[n]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,r){if(void 0!==t){if(r??=this.constructor.getPropertyOptions(t),!(r.hasChanged??zit)(this[t],e))return;this.P(t,e,r)}!1===this.isUpdatePending&&(this._$ES=this._$ET())}P(t,e,r){this._$AL.has(t)||this._$AL.set(t,e),!0===r.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$ET(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,r]of t)!0!==r.wrapped||this._$AL.has(e)||void 0===this[e]||this.P(e,this[e],r)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$EU()}catch(e){throw t=!1,this._$EU(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EU(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU()}updated(t){}firstUpdated(t){}}Fit.elementStyles=[],Fit.shadowRootOptions={mode:"open"},Fit[Lit("elementProperties")]=new Map,Fit[Lit("finalized")]=new Map,jit?.({ReactiveElement:Fit}),(Iit.reactiveElementVersions??=[]).push("2.0.4");
13
13
  /**
14
14
  * @license
15
15
  * Copyright 2017 Google LLC
16
16
  * SPDX-License-Identifier: BSD-3-Clause
17
17
  */
18
- const Nit=globalThis,Fit=Nit.trustedTypes,Bit=Fit?Fit.createPolicy("lit-html",{createHTML:t=>t}):void 0,Uit="$lit$",Yit=`lit$${Math.random().toFixed(9).slice(2)}$`,Hit="?"+Yit,$it=`<${Hit}>`,Git=document,Wit=()=>Git.createComment(""),qit=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Xit=Array.isArray,Vit="[ \t\n\f\r]",Kit=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Qit=/-->/g,Jit=/>/g,Zit=RegExp(`>|${Vit}(?:([^\\s"'>=/]+)(${Vit}*=${Vit}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),tot=/'/g,eot=/"/g,rot=/^(?:script|style|textarea|title)$/i,not=(t=>(e,...r)=>({_$litType$:t,strings:e,values:r}))(1),iot=Symbol.for("lit-noChange"),oot=Symbol.for("lit-nothing"),aot=new WeakMap,sot=Git.createTreeWalker(Git,129);function cot(t,e){if(!Xit(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Bit?Bit.createHTML(e):e}const uot=(t,e)=>{const r=t.length-1,n=[];let i,o=2===e?"<svg>":3===e?"<math>":"",a=Kit;for(let e=0;e<r;e++){const r=t[e];let s,c,u=-1,l=0;for(;l<r.length&&(a.lastIndex=l,c=a.exec(r),null!==c);)l=a.lastIndex,a===Kit?"!--"===c[1]?a=Qit:void 0!==c[1]?a=Jit:void 0!==c[2]?(rot.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=Zit):void 0!==c[3]&&(a=Zit):a===Zit?">"===c[0]?(a=i??Kit,u=-1):void 0===c[1]?u=-2:(u=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?Zit:'"'===c[3]?eot:tot):a===eot||a===tot?a=Zit:a===Qit||a===Jit?a=Kit:(a=Zit,i=void 0);const h=a===Zit&&t[e+1].startsWith("/>")?" ":"";o+=a===Kit?r+$it:u>=0?(n.push(s),r.slice(0,u)+Uit+r.slice(u)+Yit+h):r+Yit+(-2===u?e:h)}return[cot(t,o+(t[r]||"<?>")+(2===e?"</svg>":3===e?"</math>":"")),n]};class lot{constructor({strings:t,_$litType$:e},r){let n;this.parts=[];let i=0,o=0;const a=t.length-1,s=this.parts,[c,u]=uot(t,e);if(this.el=lot.createElement(c,r),sot.currentNode=this.el.content,2===e||3===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(n=sot.nextNode())&&s.length<a;){if(1===n.nodeType){if(n.hasAttributes())for(const t of n.getAttributeNames())if(t.endsWith(Uit)){const e=u[o++],r=n.getAttribute(t).split(Yit),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:i,name:a[2],strings:r,ctor:"."===a[1]?got:"?"===a[1]?vot:"@"===a[1]?yot:pot}),n.removeAttribute(t)}else t.startsWith(Yit)&&(s.push({type:6,index:i}),n.removeAttribute(t));if(rot.test(n.tagName)){const t=n.textContent.split(Yit),e=t.length-1;if(e>0){n.textContent=Fit?Fit.emptyScript:"";for(let r=0;r<e;r++)n.append(t[r],Wit()),sot.nextNode(),s.push({type:2,index:++i});n.append(t[e],Wit())}}}else if(8===n.nodeType)if(n.data===Hit)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=n.data.indexOf(Yit,t+1));)s.push({type:7,index:i}),t+=Yit.length-1}i++}}static createElement(t,e){const r=Git.createElement("template");return r.innerHTML=t,r}}function hot(t,e,r=t,n){if(e===iot)return e;let i=void 0!==n?r._$Co?.[n]:r._$Cl;const o=qit(e)?void 0:e._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),void 0===o?i=void 0:(i=new o(t),i._$AT(t,r,n)),void 0!==n?(r._$Co??=[])[n]=i:r._$Cl=i),void 0!==i&&(e=hot(t,i._$AS(t,e.values),i,n)),e}class fot{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:r}=this._$AD,n=(t?.creationScope??Git).importNode(e,!0);sot.currentNode=n;let i=sot.nextNode(),o=0,a=0,s=r[0];for(;void 0!==s;){if(o===s.index){let e;2===s.type?e=new dot(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new mot(i,this,t)),this._$AV.push(e),s=r[++a]}o!==s?.index&&(i=sot.nextNode(),o++)}return sot.currentNode=Git,n}p(t){let e=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,e),e+=r.strings.length-2):r._$AI(t[e])),e++}}class dot{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,r,n){this.type=2,this._$AH=oot,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=r,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=hot(this,t,e),qit(t)?t===oot||null==t||""===t?(this._$AH!==oot&&this._$AR(),this._$AH=oot):t!==this._$AH&&t!==iot&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):(t=>Xit(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==oot&&qit(this._$AH)?this._$AA.nextSibling.data=t:this.T(Git.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:r}=t,n="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=lot.createElement(cot(r.h,r.h[0]),this.options)),r);if(this._$AH?._$AD===n)this._$AH.p(e);else{const t=new fot(n,this),r=t.u(this.options);t.p(e),this.T(r),this._$AH=t}}_$AC(t){let e=aot.get(t.strings);return void 0===e&&aot.set(t.strings,e=new lot(t)),e}k(t){Xit(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,n=0;for(const i of t)n===e.length?e.push(r=new dot(this.O(Wit()),this.O(Wit()),this,this.options)):r=e[n],r._$AI(i),n++;n<e.length&&(this._$AR(r&&r._$AB.nextSibling,n),e.length=n)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class pot{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,r,n,i){this.type=1,this._$AH=oot,this._$AN=void 0,this.element=t,this.name=e,this._$AM=n,this.options=i,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=oot}_$AI(t,e=this,r,n){const i=this.strings;let o=!1;if(void 0===i)t=hot(this,t,e,0),o=!qit(t)||t!==this._$AH&&t!==iot,o&&(this._$AH=t);else{const n=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=hot(this,n[r+a],e,a),s===iot&&(s=this._$AH[a]),o||=!qit(s)||s!==this._$AH[a],s===oot?t=oot:t!==oot&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}o&&!n&&this.j(t)}j(t){t===oot?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class got extends pot{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===oot?void 0:t}}class vot extends pot{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==oot)}}class yot extends pot{constructor(t,e,r,n,i){super(t,e,r,n,i),this.type=5}_$AI(t,e=this){if((t=hot(this,t,e,0)??oot)===iot)return;const r=this._$AH,n=t===oot&&r!==oot||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,i=t!==oot&&(r===oot||n);n&&this.element.removeEventListener(this.name,this,r),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class mot{constructor(t,e,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){hot(this,t)}}const bot=Nit.litHtmlPolyfillSupport;bot?.(lot,dot),(Nit.litHtmlVersions??=[]).push("3.2.1");const xot=(t,e,r)=>{const n=r?.renderBefore??e;let i=n._$litPart$;if(void 0===i){const t=r?.renderBefore??null;n._$litPart$=i=new dot(e.insertBefore(Wit(),t),t,void 0,r??{})}return i._$AI(t),i
18
+ const Bit=globalThis,Uit=Bit.trustedTypes,Yit=Uit?Uit.createPolicy("lit-html",{createHTML:t=>t}):void 0,Hit="$lit$",$it=`lit$${Math.random().toFixed(9).slice(2)}$`,Git="?"+$it,Wit=`<${Git}>`,qit=document,Xit=()=>qit.createComment(""),Vit=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Kit=Array.isArray,Qit="[ \t\n\f\r]",Jit=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Zit=/-->/g,tot=/>/g,eot=RegExp(`>|${Qit}(?:([^\\s"'>=/]+)(${Qit}*=${Qit}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),rot=/'/g,not=/"/g,iot=/^(?:script|style|textarea|title)$/i,oot=(t=>(e,...r)=>({_$litType$:t,strings:e,values:r}))(1),aot=Symbol.for("lit-noChange"),sot=Symbol.for("lit-nothing"),cot=new WeakMap,uot=qit.createTreeWalker(qit,129);function lot(t,e){if(!Kit(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Yit?Yit.createHTML(e):e}const hot=(t,e)=>{const r=t.length-1,n=[];let i,o=2===e?"<svg>":3===e?"<math>":"",a=Jit;for(let e=0;e<r;e++){const r=t[e];let s,c,u=-1,l=0;for(;l<r.length&&(a.lastIndex=l,c=a.exec(r),null!==c);)l=a.lastIndex,a===Jit?"!--"===c[1]?a=Zit:void 0!==c[1]?a=tot:void 0!==c[2]?(iot.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=eot):void 0!==c[3]&&(a=eot):a===eot?">"===c[0]?(a=i??Jit,u=-1):void 0===c[1]?u=-2:(u=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?eot:'"'===c[3]?not:rot):a===not||a===rot?a=eot:a===Zit||a===tot?a=Jit:(a=eot,i=void 0);const h=a===eot&&t[e+1].startsWith("/>")?" ":"";o+=a===Jit?r+Wit:u>=0?(n.push(s),r.slice(0,u)+Hit+r.slice(u)+$it+h):r+$it+(-2===u?e:h)}return[lot(t,o+(t[r]||"<?>")+(2===e?"</svg>":3===e?"</math>":"")),n]};class fot{constructor({strings:t,_$litType$:e},r){let n;this.parts=[];let i=0,o=0;const a=t.length-1,s=this.parts,[c,u]=hot(t,e);if(this.el=fot.createElement(c,r),uot.currentNode=this.el.content,2===e||3===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(n=uot.nextNode())&&s.length<a;){if(1===n.nodeType){if(n.hasAttributes())for(const t of n.getAttributeNames())if(t.endsWith(Hit)){const e=u[o++],r=n.getAttribute(t).split($it),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:i,name:a[2],strings:r,ctor:"."===a[1]?yot:"?"===a[1]?mot:"@"===a[1]?bot:vot}),n.removeAttribute(t)}else t.startsWith($it)&&(s.push({type:6,index:i}),n.removeAttribute(t));if(iot.test(n.tagName)){const t=n.textContent.split($it),e=t.length-1;if(e>0){n.textContent=Uit?Uit.emptyScript:"";for(let r=0;r<e;r++)n.append(t[r],Xit()),uot.nextNode(),s.push({type:2,index:++i});n.append(t[e],Xit())}}}else if(8===n.nodeType)if(n.data===Git)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=n.data.indexOf($it,t+1));)s.push({type:7,index:i}),t+=$it.length-1}i++}}static createElement(t,e){const r=qit.createElement("template");return r.innerHTML=t,r}}function dot(t,e,r=t,n){if(e===aot)return e;let i=void 0!==n?r._$Co?.[n]:r._$Cl;const o=Vit(e)?void 0:e._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),void 0===o?i=void 0:(i=new o(t),i._$AT(t,r,n)),void 0!==n?(r._$Co??=[])[n]=i:r._$Cl=i),void 0!==i&&(e=dot(t,i._$AS(t,e.values),i,n)),e}class pot{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:r}=this._$AD,n=(t?.creationScope??qit).importNode(e,!0);uot.currentNode=n;let i=uot.nextNode(),o=0,a=0,s=r[0];for(;void 0!==s;){if(o===s.index){let e;2===s.type?e=new got(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new xot(i,this,t)),this._$AV.push(e),s=r[++a]}o!==s?.index&&(i=uot.nextNode(),o++)}return uot.currentNode=qit,n}p(t){let e=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,e),e+=r.strings.length-2):r._$AI(t[e])),e++}}class got{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,r,n){this.type=2,this._$AH=sot,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=r,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=dot(this,t,e),Vit(t)?t===sot||null==t||""===t?(this._$AH!==sot&&this._$AR(),this._$AH=sot):t!==this._$AH&&t!==aot&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):(t=>Kit(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==sot&&Vit(this._$AH)?this._$AA.nextSibling.data=t:this.T(qit.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:r}=t,n="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=fot.createElement(lot(r.h,r.h[0]),this.options)),r);if(this._$AH?._$AD===n)this._$AH.p(e);else{const t=new pot(n,this),r=t.u(this.options);t.p(e),this.T(r),this._$AH=t}}_$AC(t){let e=cot.get(t.strings);return void 0===e&&cot.set(t.strings,e=new fot(t)),e}k(t){Kit(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,n=0;for(const i of t)n===e.length?e.push(r=new got(this.O(Xit()),this.O(Xit()),this,this.options)):r=e[n],r._$AI(i),n++;n<e.length&&(this._$AR(r&&r._$AB.nextSibling,n),e.length=n)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class vot{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,r,n,i){this.type=1,this._$AH=sot,this._$AN=void 0,this.element=t,this.name=e,this._$AM=n,this.options=i,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=sot}_$AI(t,e=this,r,n){const i=this.strings;let o=!1;if(void 0===i)t=dot(this,t,e,0),o=!Vit(t)||t!==this._$AH&&t!==aot,o&&(this._$AH=t);else{const n=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=dot(this,n[r+a],e,a),s===aot&&(s=this._$AH[a]),o||=!Vit(s)||s!==this._$AH[a],s===sot?t=sot:t!==sot&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}o&&!n&&this.j(t)}j(t){t===sot?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class yot extends vot{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===sot?void 0:t}}class mot extends vot{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==sot)}}class bot extends vot{constructor(t,e,r,n,i){super(t,e,r,n,i),this.type=5}_$AI(t,e=this){if((t=dot(this,t,e,0)??sot)===aot)return;const r=this._$AH,n=t===sot&&r!==sot||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,i=t!==sot&&(r===sot||n);n&&this.element.removeEventListener(this.name,this,r),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class xot{constructor(t,e,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){dot(this,t)}}const wot=Bit.litHtmlPolyfillSupport;wot?.(fot,got),(Bit.litHtmlVersions??=[]).push("3.2.1");const Aot=(t,e,r)=>{const n=r?.renderBefore??e;let i=n._$litPart$;if(void 0===i){const t=r?.renderBefore??null;n._$litPart$=i=new got(e.insertBefore(Xit(),t),t,void 0,r??{})}return i._$AI(t),i
19
19
  /**
20
20
  * @license
21
21
  * Copyright 2017 Google LLC
22
22
  * SPDX-License-Identifier: BSD-3-Clause
23
- */};class wot extends zit{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=xot(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return iot}}wot._$litElement$=!0,wot.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:wot});const Aot=globalThis.litElementPolyfillSupport;Aot?.({LitElement:wot}),(globalThis.litElementVersions??=[]).push("4.1.1");const _ot=["mousemove","mouseup","mousedown","mouseout","wheel","tap","click","touchstart","touchmove","touchend","mouseenter","mouseleave","dragstart","dragmove","dragend","dblclick"];var kot=t=>class extends t{isHTMLElement(){return!0}isShadowable(){return!0}get element(){return this._element}set element(t){this._element=t}get tagName(){return this.get("type")}setElementProperties(t){throw new Error("Not Implemented Yet")}createElement(){this.element=document.createElement(this.tagName),this.element&&(this.parent.isHTMLElement()?this.parent.element.appendChild(this.element):this.root.model_layer.overlay.appendChild(this.element),_ot.forEach((t=>{this.element.addEventListener(t,this.userInputEventHandler.bind(this))})),I9.forEach((t=>{this.element.addEventListener(t,this.userInputEventHandler.bind(this))})),this.oncreate_element&&this.oncreate_element(this.element))}userInputEventHandler(t){Ont(this,t.type,t),t.stopPropagation()}reposition(){this.element&&ktt(this)}disposeElement(){var t=this.element;t&&t.parentElement&&t.parentElement.removeChild(t),delete this.element}ready(){super.ready(),!this.element&&this.createElement(),this.parent.isHTMLElement()?this.parent.element.appendChild(this.element):this.root.model_layer.overlay.appendChild(this.element),this.setElementProperties(this.element),this.reposition()}dispose(){this.disposeElement(this),super.dispose()}get hasTextProperty(){return!0}get textHidden(){return!0}get hidden(){return super.hidden}set hidden(t){super.hidden=t,this.element.style.display=t?"none":"block"}onchange(t,e){this.element&&this.setElementProperties(this.element),this.reposition()}isDescendible(t){return t.isHTMLElement()}};const Eot={x:1,y:1},Sot={boxSizing:"border-box",margin:"0px",position:"absolute",outline:"none"},Mot={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"layout",label:"layout",name:"layoutOption"},{type:"checkbox",label:"closable",name:"closable"},{type:"checkbox",label:"draggable",name:"draggable"},{type:"checkbox",label:"minimizable",name:"minimizable"},{type:"checkbox",label:"minimized",name:"minimized"}],help:"scene/component/container"};class Tot extends(kot(bet)){constructor(){super(...arguments),this.startDragging=t=>{if(!this.state.draggable)return;t.preventDefault(),t.stopPropagation();let e=t.clientX,r=t.clientY;const{left:n,top:i}=this.bounds,o=this.rootModel.overlay.style.transform.match(/scale\(([^,]+),\s*([^)]+)\)/),a=o?parseFloat(o[1]):1,s=o?parseFloat(o[2]):a,c=t=>{t.preventDefault(),t.stopPropagation();const o=(t.clientX-e)/a,c=(t.clientY-r)/s;this.setState({left:n+o,top:i+c})},u=t=>{t.preventDefault(),t.stopPropagation(),document.removeEventListener("mousemove",c,!0),document.removeEventListener("mouseup",u,!0)};document.addEventListener("mousemove",c,!0),document.addEventListener("mouseup",u,!0)},this.toggleMinimizable=()=>{const{minimized:t}=this.state;this.setState("minimized",!t)},this.closeContainer=()=>{this.setState("hidden",!0)}}get tagName(){return"div"}get nature(){return Mot}setElementProperties(t){}get layout(){return tet.get(this.get("layout"))||eet}reposition(){if(this.element){var t=this,{id:e,class:r,scale:n=Eot}=t.state,{rotation:i=0,hidden:o}=t,{left:a,top:s,width:c,height:u}=t.bounds,l=c/2,h=u/2,f=t.element;f.hidden=o,e&&(f.id=e),r&&(f.className=r),Object.assign(f.style,Sot,{left:a+"px",top:s+"px",width:"0px",height:"0px",backgroundColor:"transparent"});var d=t.delta(),p=(n&&n.x||1)*d.sx,g=(n&&n.y||1)*d.sy,v=(i||0)+d.theta,y=d.tx||0,m=d.ty||0;f.style.transform=`translate(${y+l}px, ${m+h}px) rotate(${v}rad) translate(${-l}px, ${-h}px) scale(${p}, ${g}) perspective(1px)`}}set path(t){const{minimized:e}=this.state;var r=t[0],n=t[2];e?this.set({left:r.x,top:r.y,width:n.x-r.x}):this.set({left:r.x,top:r.y,width:n.x-r.x,height:n.y-r.y})}get path(){var{left:t=0,top:e=0,width:r=0,height:n=0}=this.state;return[{x:t,y:e},{x:t+r,y:e},{x:t+r,y:e+n},{x:t,y:e+n}]}get bounds(){const{left:t=0,top:e=0,width:r=0,height:n=0}=this.state;return{left:t,top:e,width:r,height:n}}set bounds(t){const{minimized:e}=this.state,{left:r=0,top:n=0,width:i=0,height:o=0}=t;e?this.set({left:r,top:n,width:i}):this.set({left:r,top:n,width:i,height:o})}onchange(t,e){super.onchange(t,e),("draggable"in t||"minimizable"in t||"closable"in t||"minimized"in t||"width"in t||"height"in t)&&this.onchangeButtons(),"minimized"in t&&this.onchangeMinimized()}createElement(){super.createElement(),this.onchangeButtons(),this.onchangeMinimized()}onchangeButtons(){if(!this.element)return;console.log("element",this.getState("id"));const{draggable:t,minimizable:e,closable:r,minimized:n}=this.state,{width:i}=this.bounds;this.element.style.setProperty("--container-width",`${i}px`),xot(not`
23
+ */};class _ot extends Fit{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Aot(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return aot}}_ot._$litElement$=!0,_ot.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:_ot});const kot=globalThis.litElementPolyfillSupport;kot?.({LitElement:_ot}),(globalThis.litElementVersions??=[]).push("4.1.1");const Sot=["mousemove","mouseup","mousedown","mouseout","wheel","tap","click","touchstart","touchmove","touchend","mouseenter","mouseleave","dragstart","dragmove","dragend","dblclick"];var Eot=t=>class extends t{isHTMLElement(){return!0}isShadowable(){return!0}get element(){return this._element}set element(t){this._element=t}get tagName(){return this.get("type")}setElementProperties(t){throw new Error("Not Implemented Yet")}createElement(){this.element=document.createElement(this.tagName),this.element&&(this.parent.isHTMLElement()?this.parent.element.appendChild(this.element):this.root.model_layer.overlay.appendChild(this.element),Sot.forEach((t=>{this.element.addEventListener(t,this.userInputEventHandler.bind(this))})),I9.forEach((t=>{this.element.addEventListener(t,this.userInputEventHandler.bind(this))})),this.oncreate_element&&this.oncreate_element(this.element))}userInputEventHandler(t){Ont(this,t.type,t),t.stopPropagation()}reposition(){this.element&&ktt(this)}disposeElement(){var t=this.element;t&&t.parentElement&&t.parentElement.removeChild(t),delete this.element}ready(){super.ready(),!this.element&&this.createElement(),this.parent.isHTMLElement()?this.parent.element.appendChild(this.element):this.root.model_layer.overlay.appendChild(this.element),this.setElementProperties(this.element),this.reposition()}dispose(){this.disposeElement(this),super.dispose()}get hasTextProperty(){return!0}get textHidden(){return!0}get hidden(){return super.hidden}set hidden(t){super.hidden=t,this.element.style.display=t?"none":"block"}onchange(t,e){this.element&&this.setElementProperties(this.element),this.reposition()}isDescendible(t){return t.isHTMLElement()}};const Mot={x:1,y:1},Tot={boxSizing:"border-box",margin:"0px",position:"absolute",outline:"none"},Pot={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"layout",label:"layout",name:"layoutOption"},{type:"checkbox",label:"closable",name:"closable"},{type:"checkbox",label:"draggable",name:"draggable"},{type:"checkbox",label:"minimizable",name:"minimizable"},{type:"checkbox",label:"minimized",name:"minimized"}],help:"scene/component/container"};class Oot extends(Eot(bet)){constructor(){super(...arguments),this.startDragging=t=>{if(!this.state.draggable)return;t.preventDefault(),t.stopPropagation();let e=t.clientX,r=t.clientY;const{left:n,top:i}=this.bounds,o=this.rootModel.overlay.style.transform.match(/scale\(([^,]+),\s*([^)]+)\)/),a=o?parseFloat(o[1]):1,s=o?parseFloat(o[2]):a,c=t=>{t.preventDefault(),t.stopPropagation();const o=(t.clientX-e)/a,c=(t.clientY-r)/s;this.setState({left:n+o,top:i+c})},u=t=>{t.preventDefault(),t.stopPropagation(),document.removeEventListener("mousemove",c,!0),document.removeEventListener("mouseup",u,!0)};document.addEventListener("mousemove",c,!0),document.addEventListener("mouseup",u,!0)},this.toggleMinimizable=()=>{const{minimized:t}=this.state;this.setState("minimized",!t)},this.closeContainer=()=>{this.setState("hidden",!0)}}get tagName(){return"div"}get nature(){return Pot}setElementProperties(t){}get layout(){return tet.get(this.get("layout"))||eet}reposition(){if(this.element){var t=this,{id:e,class:r,scale:n=Mot}=t.state,{rotation:i=0,hidden:o}=t,{left:a,top:s,width:c,height:u}=t.bounds,l=c/2,h=u/2,f=t.element;f.hidden=o,e&&(f.id=e),r&&(f.className=r),Object.assign(f.style,Tot,{left:a+"px",top:s+"px",width:"0px",height:"0px",backgroundColor:"transparent"});var d=t.delta(),p=(n&&n.x||1)*d.sx,g=(n&&n.y||1)*d.sy,v=(i||0)+d.theta,y=d.tx||0,m=d.ty||0;f.style.transform=`translate(${y+l}px, ${m+h}px) rotate(${v}rad) translate(${-l}px, ${-h}px) scale(${p}, ${g}) perspective(1px)`}}set path(t){const{minimized:e}=this.state;var r=t[0],n=t[2];e?this.set({left:r.x,top:r.y,width:n.x-r.x}):this.set({left:r.x,top:r.y,width:n.x-r.x,height:n.y-r.y})}get path(){var{left:t=0,top:e=0,width:r=0,height:n=0}=this.state;return[{x:t,y:e},{x:t+r,y:e},{x:t+r,y:e+n},{x:t,y:e+n}]}get bounds(){const{left:t=0,top:e=0,width:r=0,height:n=0}=this.state;return{left:t,top:e,width:r,height:n}}set bounds(t){const{minimized:e}=this.state,{left:r=0,top:n=0,width:i=0,height:o=0}=t;e?this.set({left:r,top:n,width:i}):this.set({left:r,top:n,width:i,height:o})}onchange(t,e){super.onchange(t,e),("draggable"in t||"minimizable"in t||"closable"in t||"minimized"in t||"width"in t||"height"in t)&&this.onchangeButtons(),"minimized"in t&&this.onchangeMinimized()}createElement(){super.createElement(),this.onchangeButtons(),this.onchangeMinimized()}onchangeButtons(){if(!this.element)return;console.log("element",this.getState("id"));const{draggable:t,minimizable:e,closable:r,minimized:n}=this.state,{width:i}=this.bounds;this.element.style.setProperty("--container-width",`${i}px`),Aot(oot`
24
24
  <style>
25
25
  .buttons {
26
26
  position: absolute;
@@ -62,11 +62,11 @@ const Nit=globalThis,Fit=Nit.trustedTypes,Bit=Fit?Fit.createPolicy("lit-html",{c
62
62
 
63
63
  <div class="buttons" @mousedown=${this.startDragging}>
64
64
  <span></span>
65
- ${t?not`<button class="draggable">drag_pan</button>`:oot}
66
- ${e?not`<button class="minimizable" @click=${this.toggleMinimizable}>
65
+ ${t?oot`<button class="draggable">drag_pan</button>`:sot}
66
+ ${e?oot`<button class="minimizable" @click=${this.toggleMinimizable}>
67
67
  ${n?"crop_square":"minimize"}
68
- </button>`:oot}
69
- ${r?not`<button class="closable" @click=${this.closeContainer}>close</button>`:oot}
68
+ </button>`:sot}
69
+ ${r?oot`<button class="closable" @click=${this.closeContainer}>close</button>`:sot}
70
70
  </div>
71
- `,this.element)}onchangeMinimized(){const{minimized:t}=this.state;t?this.setState("height",24):this.setState("height",this.get("height"))}}Gtt.register("container",Tot);const Pot=Math.sqrt(3),Oot=2;function Iot(t,e,r,n,i){var o,a,s,c,u=5+i,l=r.x,h=r.y,f=n.x,d=n.y;if(Math.abs(l-f)>u&&Math.abs(h-d)>u){var p=(d-h)/(f-l),g=h-p*l;if(Math.abs(e-(p*t+g))>u)return!1}return l>f?(a=l,o=f):(a=f,o=l),h>d?(c=h,s=d):(c=d,s=h),!(a+5<t)&&(!(o-5>t)&&(!(c+5<e)&&!(s-5>e)))}function Cot(t,e,r,n=2){for(let i=0;i<r.length-1;i++)if(Iot(t,e,r[i],r[i+1],n))return!0;return!1}function Rot(t,e,r,n){if("arrow"!=t.slice(-5))return r;var i=Math.atan2(n.y-r.y,n.x-r.x),o=1.5*e;return{x:r.x+Math.cos(i)*o,y:r.y+Math.sin(i)*o}}function jot(t,e,r){var{lineWidth:n=Oot,strokeStyle:i="#000000",lineCap:o=!1,alpha:a=1,begin:s="none",end:c="none",beginSize:u="size5",endSize:l="size5"}=r;if(("none"!=s||"none"!=c)&&(n=Number(n)||Oot,t.lineCap=o,t.lineWidth=n,t.strokeStyle=i,t.fillStyle=i,t.globalAlpha*=a,"none"!=s&&Lot(t,e[0],e[1],n,s,Dot(u,n)),"none"!=c)){let r=e.length;Lot(t,e[r-1],e[r-2],n,c,Dot(l,n))}}function Lot(t,e,r,n,i,o){var{x:a,y:s}=e,c=Math.atan2(r.y-s,r.x-a);switch(t.beginPath(),t.translate(a,s),t.rotate(c),i){case"oval":t.ellipse(0,0,o.X,o.Y,0,0,2*Math.PI),t.fill();break;case"diamond":t.moveTo(-o.X,0),t.lineTo(0,-o.Y),t.lineTo(o.X,0),t.lineTo(0,o.Y),t.fill();break;case"arrow":t.moveTo(0,0),t.lineTo(Pot*o.X,-o.Y),t.lineTo(Pot*o.X,o.Y),t.fill();break;case"sharp-arrow":t.moveTo(0,0),t.lineTo(Pot*o.X,-o.Y),t.lineTo(-o.X/1.5+Pot*o.X,0),t.lineTo(Pot*o.X,o.Y),t.fill();break;case"open-arrow":t.moveTo(Pot*o.X+n,-o.Y),t.lineTo(n,0),t.lineTo(Pot*o.X+n,o.Y),t.stroke()}t.rotate(-c),t.translate(-a,-s),t.closePath()}function Dot(t,e){let r={};switch(e*=1.2,t){case"size1":r.X=e,r.Y=e;break;case"size2":r.X=1.5*e,r.Y=e;break;case"size3":r.X=2*e,r.Y=e;break;case"size4":r.X=e,r.Y=1.5*e;break;case"size5":default:r.X=1.5*e,r.Y=1.5*e;break;case"size6":r.X=2*e,r.Y=1.5*e;break;case"size7":r.X=e,r.Y=2*e;break;case"size8":r.X=1.5*e,r.Y=2*e;break;case"size9":r.X=2*e,r.Y=2*e}return r}const zot="N",Not="S",Fot="E",Bot="W";class Uot{constructor({component:t,anchor:e,position:r,self:n}){this.component=t,this._anchorName=e,this._position=r,this.self=n}get position(){const t=this.anchor;if(t){var{position:e}=t;const r=this.component.transcoordS2T(e.x,e.y);return this.self.transcoordT2P(r.x,r.y)}return this._position}set position({x:t,y:e}){this._position={x:t,y:e}}get anchor(){var t;return null===(t=this.component)||void 0===t?void 0:t.findAnchor(this._anchorName)}get direction(){const t=this.component.bounds,e=this.anchor;if(!e)return Fot;const r=e.position;return r.y<=t.top?zot:r.y>=t.top+t.height?Not:r.x<=t.left?Bot:Fot}get boundaryPosition(){const t=this.anchor;if(t){var{position:e}=t,r=0,n=0;switch(this.direction){case Not:n=20;break;case zot:n=-20;break;case Bot:r=-20;break;default:r=20}e={x:e.x+r,y:e.y+n};const i=this.component.transcoordS2T(e.x,e.y);return this.self.transcoordT2P(i.x,i.y)}}}class Yot extends Gtt{isLine(){return!0}replaceRefids(t){["from","to"].forEach((e=>{const r=this.get(e);if(null==r?void 0:r.component){const n=t.get(r.component)||r.component;this.set(e,{...r,component:n})}}))}get fromEnd(){var t;if(this.parent&&!this._fromEnd){const{component:e,anchor:r,position:n}=this.getState("from")||{};if(!e)return;const i=null===(t=this.root)||void 0===t?void 0:t.findByRefid(e);if(!i)return;this._fromEnd=new Uot({component:i,fromto:"from",anchor:r,position:n,self:this})}return this._fromEnd}get from(){return this.getState("from")}set from(t){delete this._fromEnd,this.set("from",t)}get toEnd(){var t;if(this.parent&&!this._toEnd){const{component:e,anchor:r,position:n}=this.getState("to")||{};if(!e)return;const i=null===(t=this.root)||void 0===t?void 0:t.findByRefid(e);if(!i)return;this._toEnd=new Uot({component:i,fromto:"to",anchor:r,position:n,self:this})}return this._toEnd}get to(){return this.getState("to")}set to(t){delete this._toEnd,this.set("to",t)}move({x:t,y:e},r){var n,i,o,a;r&&(this.from={position:(null===(n=this._fromEnd)||void 0===n?void 0:n.position)||(null===(i=this.getState("from"))||void 0===i?void 0:i.position)||{x:0,y:0}},this.to={position:(null===(o=this._toEnd)||void 0===o?void 0:o.position)||(null===(a=this.getState("to"))||void 0===a?void 0:a.position)||{x:0,y:0}}),super.move({x:t,y:e},r)}render(t){var{begin:e="none",end:r="none",lineWidth:n,round:i=0}=this.state,o=this.drawPath;jot(t,o,this.state),t.beginPath();var a=Rot(e,n,o[0],o[1]),s=Rot(r,n,o[o.length-1],o[o.length-2]);o=[a,...o.slice(1,-1),s];var c={x:a.x,y:a.y};t.moveTo(a.x,a.y);for(var u=1;u<o.length;u++){const e=c;c=o[u];const r=o[u+1];if(e.x===c.x&&e.y===c.y)continue;if(!r){t.lineTo(c.x,c.y);break}var l=0!==(d=Math.sqrt((e.x-c.x)*(e.x-c.x)+(e.y-c.y)*(e.y-c.y)))?Math.atan2(e.x-c.x,e.y-c.y):0,h=Math.sin(l)*Math.min(i,d/2)+c.x,f=Math.cos(l)*Math.min(i,d/2)+c.y;const n=i>0||0!==d?{x:h,y:f}:c;var d;l=0!==(d=Math.sqrt((r.x-c.x)*(r.x-c.x)+(r.y-c.y)*(r.y-c.y)))?Math.atan2(r.x-c.x,r.y-c.y):0,h=Math.sin(l)*Math.min(i,d/2)+c.x,f=Math.cos(l)*Math.min(i,d/2)+c.y;const a=i>0||0!==d?{x:h,y:f}:c;t.lineTo(n.x,n.y),i>0&&t.quadraticCurveTo(c.x,c.y,a.x,a.y)}this.drawStroke(t)}contains(t,e){var{lineWidth:r}=this.state;return Cot(t,e,this.drawPath,r)}get resizable(){return!1}get mutable(){return!0}get rotatable(){return!1}get path(){var t,e;const{from:r,to:n}=this.state;var{x1:i,y1:o,x2:a,y2:s}=this.state;return[(null===(t=this.fromEnd)||void 0===t?void 0:t.position)||(null==r?void 0:r.position)||{x:i,y:o},(null===(e=this.toEnd)||void 0===e?void 0:e.position)||(null==n?void 0:n.position)||{x:a,y:s}]}set path(t){const[e,r]=t,{from:n,to:i}=this.state;delete this._fromEnd,delete this._toEnd,this.set({from:{...n,position:e},to:{...i,position:r}})}get textBounds(){var t,e,r=this.drawPath,n=0;for(let s=1;s<r.length;s++){var i=r[s-1],o=r[s],a=(i.x-o.x)*(i.x-o.x)+(i.y-o.y)*(i.y-o.y);a>n&&(n=Math.ceil(a),t=i,e=o)}var{paddingTop:s,paddingLeft:c,paddingRight:u,paddingBottom:l}=this.state;return l||(l=0),s||(s=0),c||(c=0),u||(u=0),{left:Math.min(t.x,e.x)+c,top:Math.min(t.y,e.y)+s,width:Math.max(Math.abs(t.x-e.x)-c-u,0),height:Math.max(Math.abs(t.y-e.y)-s-l,0)}}get decorators(){return["decotag"]}}Yot.getTipNeckPos=Rot,Yot.containedInPath=Cot,Yot.drawEndTips=jot,Gtt.register("line",Yot);const Hot={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"angle",label:"start-angle",name:"startAngle",property:"startAngle"},{type:"angle",label:"end-angle",name:"endAngle",property:"endAngle"}],"value-property":"text"};class $ot extends(Met(Wtt)){is3dish(){return!0}render(t){var{cx:e,cy:r,rx:n,ry:i,startAngle:o,endAngle:a,anticlockwise:s}=this.state;t.beginPath(),t.ellipse(e,r,Math.abs(n),Math.abs(i),0,o||0,a||2*Math.PI,s),void 0!==o&&void 0!==a&&(t.lineTo(e,r),t.closePath())}get path(){var{cx:t,cy:e,rx:r,ry:n}=this.state;return[{x:t-r,y:e-n},{x:t+r,y:e-n},{x:t+r,y:e+n},{x:t-r,y:e+n}]}set path(t){var e=t[0],r=t[2];this.set({cx:e.x+(r.x-e.x)/2,cy:e.y+(r.y-e.y)/2,rx:(r.x-e.x)/2,ry:(r.y-e.y)/2})}contains(t,e){var{cx:r,cy:n,rx:i,ry:o}=this.state,a=(t-r)/(2*i-.5),s=(e-n)/(2*o-.5);return a*a+s*s<.25}outline(t){return function(t,e){var{cx:r,cy:n,rx:i,ry:o}=t.model,a=2*Math.PI*e,s=r+i*Math.cos(a),c=n+o*Math.sin(a);return t.transcoordS2T(s,c)}(this,t)}get anchors(){return function(t){var{left:e,top:r,width:n,height:i}=t.bounds,o=e+n/2,a=r+i/2;return[{name:"TOP",position:{x:o,y:r}},{name:"RIGHT",position:{x:e+n,y:a}},{name:"BOTTOM",position:{x:o,y:r+i}},{name:"LEFT",position:{x:e,y:a}}]}(this)}get nature(){return Hot}}Gtt.memoize($ot.prototype,"path",!1),Gtt.register("ellipse",$ot);var Got={ondragstart:function(t,e,r){r.mutatePath(null,(function(r){r.splice(e+1,0,t)}))},ondragmove:function(t,e,r){r.mutatePath(null,(function(r){r[e+1]=t}))},ondragend:function(t,e,r){}};const Wot={mutable:!0,resizable:!1,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/polygon"};class qot extends Wtt{is3dish(){return!0}get mutable(){return!0}get pathExtendable(){return!0}get path(){return this.state.path}set path(t){this.set("path",t)}contains(t,e){var r=this.state.path,n=!1;return r.forEach(((i,o)=>{let a=(o+r.length+1)%r.length,s=i.x,c=i.y,u=r[a].x,l=r[a].y;c>e!=l>e&&t<(u-s)*(e-c)/(l-c)+s&&(n=!n)})),n}get controls(){var t=this.path;return t.map(((e,r)=>{let n=t[r+1>=t.length?0:r+1];return{x:(e.x+n.x)/2,y:(e.y+n.y)/2,handler:Got}}))}get nature(){return Wot}}Gtt.memoize(qot.prototype,"controls",!1),Gtt.register("polygon",qot);var Xot={ondragstart:function(t,e,r){r.mutatePath(null,(function(r){r.splice(e,0,t)}))},ondragmove:function(t,e,r){r.mutatePath(null,(function(r){r[e]=t}))},ondragend:function(t,e,r){}};const Vot={mutable:!1,resizable:!1,rotatable:!1,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/polyline"};class Kot extends Yot{get pathExtendable(){return!0}get path(){var t,e;const{from:r,to:n}=this.state,{path:i}=this.state;return[(null===(t=this.fromEnd)||void 0===t?void 0:t.position)||(null==r?void 0:r.position)||i[0],...i.slice(1,-1),(null===(e=this.toEnd)||void 0===e?void 0:e.position)||(null==n?void 0:n.position)||i[i.length-1]]}set path(t){const{from:e,to:r}=this.state;delete this._fromEnd,delete this._toEnd,this.set({from:{...e,position:t[0]},to:{...r,position:t[t.length-1]},path:t})}get controls(){var t=this.path,e=[];for(let r=0;r<t.length-1;r++){let n=t[r],i=t[r+1];0==r&&e.push({x:n.x,y:n.y,handler:Xot}),e.push({x:(n.x+i.x)/2,y:(n.y+i.y)/2,handler:Xot}),r==t.length-2&&e.push({x:i.x,y:i.y,handler:Xot})}return e}get nature(){return Vot}}Gtt.register("polyline",Kot);const Qot={mutable:!1,resizable:!1,rotatable:!1,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/ortholine"};class Jot extends Yot{get pathExtendable(){return!1}get drawPath(){const t=this.path[0],e=this.path[1],{component:r,direction:n,boundaryPosition:i=t}=this.fromEnd||{},{component:o,direction:a,boundaryPosition:s=e}=this.toEnd||{};var c=[i,s],u=[];i&&u.push(i);var l=null==r?void 0:r.bounds;if(l){var h=r.transcoordS2T(l.left,l.top);h=this.transcoordT2P(h.x,h.y),l={...l,left:h.x,top:h.y}}var f=l?{left:l.left-20,top:l.top-20,width:l.width+40,height:l.height+40}:{left:i.x,top:i.y,width:0,height:0};l=l||f;var d=null==o?void 0:o.bounds;if(d){h=o.transcoordS2T(d.left,d.top);h=this.transcoordT2P(h.x,h.y),d={...d,left:h.x,top:h.y}}var p=d?{left:d.left-20,top:d.top-20,width:d.width+40,height:d.height+40}:{left:s.x,top:s.y,width:0,height:0};d=d||p;var g=[f,p];const v=f.left>p.left?p.left:f.left,y=f.top>p.top?p.top:f.top;var m,b,x,w,A,_,k,E,S,M,T={left:v,top:y,width:f.left+f.width>p.left+p.width?f.left+f.width-v:p.left+p.width-v,height:f.top+f.height>p.top+p.height?f.top+f.height-y:p.top+p.height-y},P=0,O=0;l.left+l.width<d.left?(w=0,A=1,S=n,M=a,m=(l.left+l.width+d.left)/2,P=d.left-m):d.left+d.width<l.left&&(w=1,A=0,S=a,M=n,m=(l.left+d.width+d.left)/2,P=l.left-m),l.top+l.height<d.top?(x=0,_=1,k=n,E=a,b=(l.top+l.height+d.top)/2,O=d.top-b):d.top+d.height<l.top&&(x=1,_=0,k=a,E=n,b=(l.top+d.height+d.top)/2,O=l.top-b);var I=[];if(m&&P>O){switch(M){case Bot:switch(S){case Fot:I.push({x:m,y:c[w].y}),I.push({x:m,y:c[A].y});break;case Bot:var C=g[w].top+g[w].height/2>c[A].y?Math.min(g[w].top,c[A].y):Math.max(g[w].top+g[w].height,c[A].y);I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:c[A].y});break;case zot:case Not:C=S===Not?Math.max(c[w].y,c[A].y):Math.min(c[w].y,c[A].y);I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:c[A].y});break;default:return this.path}break;case Fot:switch(S){case Fot:var R=C=c[w].y<c[A].y?Math.min(g[A].top,c[w].y):Math.max(g[A].top+g[A].height,c[w].y);break;case Bot:R=C=void 0!==b?b:c[w].y<c[A].y?T.top-.5*P:T.top+T.height+.5*P;break;case Not:R=C=void 0!==b?Math.max(b,c[w].y):T.top+T.height;break;case zot:R=C=b?Math.min(b,g[w].top):T.top;break;default:return this.path}I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:R}),I.push({x:c[A].x,y:R});break;case Not:switch(S){case Fot:C=c[w].y,R=c[w].y>c[A].y?c[w].y:g[A].top+g[A].height;break;case Bot:R=C=b?Math.max(b,g[A].top+g[A].height):T.top+T.height;break;case Not:R=C=T.top+T.height;break;case zot:C=b?Math.min(b,g[w].top):g[w].top,R=b?Math.max(b,g[A].top+g[A].height):g[A].top+g[A].height;break;default:return this.path}I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:R}),I.push({x:c[A].x,y:R});break;case zot:switch(S){case Fot:C=c[w].y,R=c[w].y<c[A].y?c[w].y:g[A].top;break;case Bot:R=C=b?Math.min(b,g[A].top):T.top;break;case Not:C=void 0!==b?Math.max(b,c[w].y):c[w].y,R=void 0!==b?Math.min(b,c[A].y):c[A].y;break;case zot:R=C=T.top;break;default:return this.path}I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:R}),I.push({x:c[A].x,y:R});break;default:return this.path}u.push(...0===w?I:I.reverse())}else if(b){switch(E){case zot:switch(k){case Not:I.push({x:c[x].x,y:b}),I.push({x:c[_].x,y:b});break;case zot:var j=g[x].left+g[x].width/2>c[_].x?Math.min(g[x].left,c[_].x):Math.max(g[x].left+g[x].width,c[_].x);I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:c[_].x,y:b});break;case Bot:j=Math.min(c[x].x,c[_].x);I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:c[_].x,y:b});break;case Fot:j=Math.max(c[x].x,c[_].x);I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:c[_].x,y:b});break;default:return this.path}break;case Not:switch(k){case Bot:var L=j=T.left;break;case Fot:L=j=void 0!==m?Math.max(m,c[x].x):T.left+T.width;break;case zot:L=j=void 0!==m?m:c[x].x<c[_].x?T.left-.5*O:T.left+T.width+.5*O;break;case Not:j=c[x].x,L=c[x].x<c[_].x?Math.min(g[_].left,c[x].x):Math.max(g[_].left+g[_].width,c[x].x);break;default:return this.path}I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:L,y:b}),I.push({x:L,y:c[_].y});break;case Fot:switch(k){case Bot:j=void 0!==m?Math.min(m,c[x].x):c[x].x,L=void 0!==m?Math.max(m,c[_].x):c[_].x;break;case Fot:L=j=T.left+T.width;break;case zot:L=j=void 0!==m?Math.max(m,c[_].x):T.left+T.width;break;case Not:j=c[x].x,L=Math.max(g[_].left+g[_].width,c[x].x);break;default:return this.path}I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:L,y:b}),I.push({x:L,y:c[_].y});break;case Bot:switch(k){case Bot:L=j=T.left;break;case Fot:j=void 0!==m?Math.max(m,c[x].x):c[x].x,L=void 0!==m?Math.min(m,c[_].x):c[_].x;break;case zot:L=j=T.left;break;case Not:j=c[x].x<c[_].x?Math.min(g[_].left,c[x].x):c[x].x,L=Math.min(j,c[_].x);break;default:return this.path}I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:L,y:b}),I.push({x:L,y:c[_].y});break;default:return this.path}u.push(...0===x?I:I.reverse())}else switch(n){case zot:switch(a){case zot:var D=T.top;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Not:var z=T.left+T.width;u.push({x:z,y:c[0].y}),u.push({x:z,y:T.top+T.height}),u.push({x:c[1].x,y:T.top+T.height});break;case Fot:z=c[1].y<c[0].y&&c[1].x<c[0].x?c[0].x:T.left+T.width;u.push({x:z,y:c[0].y}),u.push({x:z,y:c[1].y});break;case Bot:z=T.left;u.push({x:z,y:c[0].y}),u.push({x:z,y:c[1].y});break;default:return this.path}break;case Not:switch(a){case zot:z=T.left+T.width;u.push({x:z,y:c[0].y}),u.push({x:z,y:T.top}),u.push({x:c[1].x,y:T.top});break;case Not:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Fot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Bot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;default:return this.path}break;case Bot:switch(a){case zot:z=c[0].x>c[1].x&&c[0].y<c[1].y?c[1].x:T.left,D=c[0].x>c[1].x&&c[0].y<c[1].y?c[1].y:Math.min(T.top,c[0].y);u.push({x:z,y:c[0].y}),u.push({x:z,y:D}),u.push({x:c[1].x,y:D});break;case Not:z=T.left,D=Math.max(T.top+T.height,c[0].y);u.push({x:z,y:c[0].y}),u.push({x:z,y:D}),u.push({x:c[1].x,y:D});break;case Fot:z=T.left+T.width;u.push({x:c[0].x,y:T.top}),u.push({x:z,y:T.top}),u.push({x:z,y:c[1].y});break;case Bot:z=T.left;u.push({x:z,y:c[0].y}),u.push({x:z,y:c[1].y});break;default:return this.path}break;case Fot:switch(a){case zot:D=c[0].y<c[1].y&&c[0].x<c[1].x?c[0].y:T.top;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Not:D=c[0].y>c[1].y&&c[0].x<c[1].x?c[0].y:T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Fot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Bot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;default:return this.path}break;default:return this.path}return s&&u.push(s),[t,...u,e].filter(((t,e,r)=>{if(0===e)return!0;const n=r[e-1];return t.x!==n.x||t.y!==n.y})).filter(((t,e,r)=>{if(0===e||e>=r.length-1)return!0;const n=r[e-1],i=r[e+1];return!(t.x===n.x&&t.x===i.x||t.y===n.y&&t.y===i.y)}))}get nature(){return Qot}}Gtt.register("ortholine",Jot);const Zot={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"image-selector",label:"image-src",name:"src",property:{displayField:"id",displayFullUrl:!0,baseUrlAlias:"$base_url",defaultStorage:"scene-image",storageFilters:{type:Array,value:[{name:"category",value:"image"}]},useUpload:!0}},{type:"select",label:"cross-origin",name:"crossOrigin",property:{options:["","anonymous","use-credentials"]}}],"value-property":"src",help:"scene/component/image-view"};class tat extends(Xtt(Wtt)){static get noimage(){return tat.NOIMAGE||(tat.NOIMAGE=new Image,tat.NOIMAGE.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABIBAMAAAD7Se1QAAAAIVBMVEUAAABHcEwBAQEREREBAQEEBAQGBgYLCwsDAwMDAwMICAi6HF9tAAAAC3RSTlNNAEAERiMYCS41Eac10lYAAAEgSURBVHhe7dY9asQwEAXgh7DNertNiJy48pIitY3SB7bYdk0ukL1BDDmA9gZecoH4pmFQ3MQayUMguPBrNPD4wD9TCMvJmt3M/AtYwXOlXiWgqADVCUBD46MAnGhMBaCiUQmAm8VA/Eh/eWl9Fn5WcxD+OLuRrUYJDKLluwH2InACUgkoACSdADxQc50Bytadb9RkM0CT13TcvlCT1HFg8UTHvasuUVACCa3El6u2UdD8LFTlKhUFFgA+d3dj10aABkUN72N3jAADCrJq7PIIsPidcxBoTHIIAjMFmyCwmGYIAA1P9gFgfCANAOsDSccCDW+uLDB+kLGg94OkZoAGkwsDDAe2DOg5oPxAg03rBR88OHpBz4N8UVeHFSwma74BTW6Ge4rIRa4AAAAASUVORK5CYII="),tat.NOIMAGE}dispose(){super.dispose(),this._offcanvas=null,this._image=null}render(t){var{left:e,top:r,width:n,height:i,isGray:o=!1,alpha:a=1,src:s}=this.state;if(this.prepareIf(!this._image&&s),t.beginPath(),t.globalAlpha*=a,this._image&&this._image.complete)if(o&&this._offcanvas)t.drawImage(this._offcanvas,e,r,n,i);else try{t.drawImage(this._image,e,r,n,i)}catch(o){t.drawImage(tat.noimage,e,r,n,i)}else!this.app.isViewMode&&t.drawImage(tat.noimage,e,r,n,i)}get nature(){return Zot}get hasTextProperty(){return!1}ready(){super.ready(),this.prepareIf(!this._image&&this.state.src)}prepare(t,e){var{src:r,crossOrigin:n}=this.state;if(r){this._image=new Image;try{n&&(this._image.crossOrigin=n),this._image.src=this.app.url(r)||""}catch(t){return void e(t)}this._image.onload=()=>{if(this.get("isGray")){let t=this._image.width,e=this._image.height;this._offcanvas=Gtt.createCanvas(t,e);let r=this._offcanvas.getContext("2d");r.drawImage(this._image,0,0);let n=function(t,e,r){try{var n=t.getImageData(0,0,e,r)}catch(t){return v9("Get Image Data Error: "+t.message),null}var i=n.data;for(let t=0;t<e*r*4;t+=4){let e=i[t],r=i[t+1],o=i[t+2],a=parseInt((e+r+o)/3);n.data[t]=a,n.data[t+1]=a,n.data[t+2]=a}return n}(r,t,e);r.putImageData(n,0,0)}t(this)},this._image.onerror=t=>{this._image&&!this._image.currentSrc&&(this._image=null),e(t)}}else t(this)}get src(){return this.get("src")}set src(t){this.set("src",t)}onchange(t,e){(t.hasOwnProperty("src")||t.hasOwnProperty("isGray"))&&(this._offcanvas=null,this._image=null,this.prepareIf(t.src))}ondropfile(t,e){for(let r=0;r<t.length;r++)if(t[r].type.startsWith("image/"))return void(this.src=e[r])}}Gtt.register("image-view",tat);class eat extends(kot(Xtt(Gtt))){is3dish(){return!0}prerender(){}}var rat={},nat={},iat={};Object.defineProperty(iat,"__esModule",{value:!0});var oat=function(){function t(){}return t.bitsToNum=function(t){return t.reduce((function(t,e){return 2*t+e}),0)},t.byteToBitArr=function(t){for(var e=[],r=7;r>=0;r--)e.push(!!(t&1<<r));return e},t.lzwDecode=function(t,e){for(var r,n,i=0,o=function(t){for(var r=0,n=0;n<t;n++)e.charCodeAt(i>>3)&1<<(7&i)&&(r|=1<<n),i++;return r},a=[],s=1<<t,c=s+1,u=t+1,l=[],h=function(){l=[],u=t+1;for(var e=0;e<s;e++)l[e]=[e];l[s]=[],l[c]=null};;)if(n=r,(r=o(u))!==s){if(r===c)break;if(r<l.length)n!==s&&l.push(l[n].concat(l[r][0]));else{if(r!==l.length)throw new Error("Invalid LZW code.");l.push(l[n].concat(l[n][0]))}a.push.apply(a,l[r]),l.length===1<<u&&u<12&&u++}else h();return a},t}();iat.SuperGifUtils=oat,Object.defineProperty(nat,"__esModule",{value:!0});var aat=iat,sat=function(){function t(t,e){this.stream=t,this.handler=e}return t.prototype.parseCT=function(t){for(var e=[],r=0;r<t;r++)e.push(this.stream.readBytes(3));return e},t.prototype.readSubBlocks=function(){var t,e;e="";do{t=this.stream.readByte(),e+=this.stream.read(t)}while(0!==t);return e},t.prototype.parseHeader=function(){var t={};if(t.sig=this.stream.read(3),t.ver=this.stream.read(3),"GIF"!==t.sig)throw new Error("Not a GIF file.");t.width=this.stream.readUnsigned(),t.height=this.stream.readUnsigned();var e=aat.SuperGifUtils.byteToBitArr(this.stream.readByte());t.gctFlag=e.shift(),t.colorRes=aat.SuperGifUtils.bitsToNum(e.splice(0,3)),t.sorted=e.shift(),t.gctSize=aat.SuperGifUtils.bitsToNum(e.splice(0,3)),t.bgColor=this.stream.readByte(),t.pixelAspectRatio=this.stream.readByte(),t.gctFlag&&(t.gct=this.parseCT(1<<t.gctSize+1)),this.handler.hdr&&this.handler.hdr(t)},t.prototype.parseExt=function(t){var e=this;switch(t.label=this.stream.readByte(),t.label){case 249:t.extType="gce",function(t){e.stream.readByte();var r=aat.SuperGifUtils.byteToBitArr(e.stream.readByte());t.reserved=r.splice(0,3),t.disposalMethod=aat.SuperGifUtils.bitsToNum(r.splice(0,3)),t.userInput=r.shift(),t.transparencyGiven=r.shift(),t.delayTime=e.stream.readUnsigned(),t.transparencyIndex=e.stream.readByte(),t.terminator=e.stream.readByte(),e.handler.gce&&e.handler.gce(t)}(t);break;case 254:t.extType="com",function(t){t.comment=e.readSubBlocks(),e.handler.com&&e.handler.com(t)}(t);break;case 1:t.extType="pte",function(t){e.stream.readByte(),t.ptHeader=e.stream.readBytes(12),t.ptData=e.readSubBlocks(),e.handler.pte&&e.handler.pte(t)}(t);break;case 255:t.extType="app",function(t){e.stream.readByte(),t.identifier=e.stream.read(8),t.authCode=e.stream.read(3),"NETSCAPE"===t.identifier?function(t){e.stream.readByte(),t.unknown=e.stream.readByte(),t.iterations=e.stream.readUnsigned(),t.terminator=e.stream.readByte(),e.handler.app&&e.handler.app.NETSCAPE&&e.handler.app.NETSCAPE(t)}(t):function(t){t.appData=e.readSubBlocks(),e.handler.app&&e.handler.app[t.identifier]&&e.handler.app[t.identifier](t)}(t)}(t);break;default:t.extType="unknown",function(t){t.data=e.readSubBlocks(),e.handler.unknown&&e.handler.unknown(t)}(t)}},t.prototype.parseImg=function(t){t.leftPos=this.stream.readUnsigned(),t.topPos=this.stream.readUnsigned(),t.width=this.stream.readUnsigned(),t.height=this.stream.readUnsigned();var e=aat.SuperGifUtils.byteToBitArr(this.stream.readByte());t.lctFlag=e.shift(),t.interlaced=e.shift(),t.sorted=e.shift(),t.reserved=e.splice(0,2),t.lctSize=aat.SuperGifUtils.bitsToNum(e.splice(0,3)),t.lctFlag&&(t.lct=this.parseCT(1<<t.lctSize+1)),t.lzwMinCodeSize=this.stream.readByte();var r=this.readSubBlocks();t.pixels=aat.SuperGifUtils.lzwDecode(t.lzwMinCodeSize,r),t.interlaced&&(t.pixels=function(t,e){for(var r=new Array(t.length),n=t.length/e,i=function(n,i){var o=t.slice(i*e,(i+1)*e);r.splice.apply(r,[n*e,e].concat(o))},o=[0,4,2,1],a=[8,8,4,2],s=0,c=0;c<4;c++)for(var u=o[c];u<n;u+=a[c])i(u,s),s++;return r}(t.pixels,t.width)),this.handler.img&&this.handler.img(t)},t.prototype.parseBlock=function(){var t={};switch(t.sentinel=this.stream.readByte(),String.fromCharCode(t.sentinel)){case"!":t.type="ext",this.parseExt(t);break;case",":t.type="img",this.parseImg(t);break;case";":t.type="eof",this.handler.eof&&this.handler.eof(t);break;default:throw new Error("Unknown block: 0x"+t.sentinel.toString(16))}"eof"!==t.type&&setTimeout(this.parseBlock.bind(this),0)},t.prototype.parse=function(){this.parseHeader(),setTimeout(this.parseBlock.bind(this),0)},t}();nat.SuperGifParser=sat;var cat={};Object.defineProperty(cat,"__esModule",{value:!0});var uat=function(){function t(t){this.data=t,this.position=0}return t.prototype.readByte=function(){if(this.position>=this.data.length)throw new Error("Attempted to read past end of stream.");return this.data instanceof Uint8Array?this.data[this.position++]:255&this.data.charCodeAt(this.position++)},t.prototype.readBytes=function(t){for(var e=[],r=0;r<t;r++)e.push(this.readByte());return e},t.prototype.read=function(t){for(var e="",r=0;r<t;r++)e+=String.fromCharCode(this.readByte());return e},t.prototype.readUnsigned=function(){var t=this.readBytes(2);return(t[1]<<8)+t[0]},t}();cat.SuperGifStream=uat,Object.defineProperty(rat,"__esModule",{value:!0});var lat=nat,hat=cat,fat=function(){function t(t,e){var r=this;for(var n in this.gifImgElement=t,this.options={autoPlay:!0},this.loading=!1,this.ready=!1,this.transparency=null,this.delay=null,this.disposalMethod=null,this.disposalRestoreFromIdx=null,this.lastDisposalMethod=null,this.frame=null,this.lastImg=null,this.playing=!0,this.forward=!0,this.ctxScaled=!1,this.frames=[],this.frameOffsets=[],this.initialized=!1,this.currentFrameIndex=-1,this.iterationCount=0,this.stepping=!1,this.handler={hdr:this.withProgress(this.doHdr.bind(this)),gce:this.withProgress(this.doGCE.bind(this)),com:this.withProgress(this.doNothing.bind(this)),app:{NETSCAPE:this.withProgress(this.doNothing.bind(this))},img:this.withProgress(this.doImg.bind(this)),eof:function(){r.pushFrame(),r.canvas.width=r.hdr.width*r.getCanvasScale(),r.canvas.height=r.hdr.height*r.getCanvasScale(),r.playerInit(),r.loading=!1,r.ready=!0,r.loadCallback&&r.loadCallback(r.gifImgElement)}},e)this.options[n]=e[n];this.onEndListener=e.onEnd,this.loopDelay=e.loopDelay||0,this.overrideLoopMode=null!=e.loopMode?e.loopMode:"auto",this.drawWhileLoading=null==e.drawWhileLoading||e.drawWhileLoading}return t.prototype.init=function(){var t=this.gifImgElement.parentNode,e=document.createElement("div");this.canvas=document.createElement("canvas"),this.canvasContext=this.canvas.getContext("2d"),this.tmpCanvas=document.createElement("canvas"),e.className=this.options.enclosingClass||"super-gif",e.appendChild(this.canvas),t&&(t.insertBefore(e,this.gifImgElement),t.removeChild(this.gifImgElement)),this.initialized=!0},t.prototype.loadSetup=function(t){return!this.loading&&(t&&(this.loadCallback=t),this.loading=!0,this.frames=[],this.clear(),this.disposalRestoreFromIdx=null,this.lastDisposalMethod=null,this.frame=null,this.lastImg=null,!0)},t.prototype.completeLoop=function(){this.onEndListener&&this.onEndListener(this.gifImgElement),this.iterationCount++,!1!==this.overrideLoopMode||this.iterationCount<0?this.doStep():(this.stepping=!1,this.playing=!1)},t.prototype.doStep=function(){if(this.stepping=this.playing,this.stepping){this.stepFrame(1);var t=10*this.frames[this.currentFrameIndex].delay;t||(t=100),0===this.getNextFrameNo()?(t+=this.loopDelay,setTimeout(this.completeLoop.bind(this),t)):setTimeout(this.doStep.bind(this),t)}},t.prototype.step=function(){this.stepping||setTimeout(this.doStep.bind(this),0)},t.prototype.putFrame=function(){var t;this.currentFrameIndex=parseInt(this.currentFrameIndex.toString(),10),this.currentFrameIndex>this.frames.length-1&&(this.currentFrameIndex=0),this.currentFrameIndex<0&&(this.currentFrameIndex=0),t=this.frameOffsets[this.currentFrameIndex],this.tmpCanvas.getContext("2d").putImageData(this.frames[this.currentFrameIndex].data,t.x,t.y),this.canvasContext.globalCompositeOperation="copy",this.canvasContext.drawImage(this.tmpCanvas,0,0)},t.prototype.playerInit=function(){this.loadErrorCause||(this.canvasContext.scale(this.getCanvasScale(),this.getCanvasScale()),this.options.autoPlay?this.step():(this.currentFrameIndex=0,this.putFrame()))},t.prototype.clear=function(){this.transparency=null,this.delay=null,this.lastDisposalMethod=this.disposalMethod,this.disposalMethod=null,this.frame=null},t.prototype.parseStream=function(t){try{new lat.SuperGifParser(t,this.handler).parse()}catch(t){this.handleError("parse")}},t.prototype.setSizes=function(t,e){this.canvas.width=t*this.getCanvasScale(),this.canvas.height=e*this.getCanvasScale(),this.tmpCanvas.width=t,this.tmpCanvas.height=e,this.tmpCanvas.style.width=t+"px",this.tmpCanvas.style.height=e+"px",this.tmpCanvas.getContext("2d").setTransform(1,0,0,1,0,0)},t.prototype.drawError=function(){this.canvasContext.fillStyle="black",this.canvasContext.fillRect(0,0,this.hdr.width,this.hdr.height),this.canvasContext.strokeStyle="red",this.canvasContext.lineWidth=3,this.canvasContext.moveTo(0,0),this.canvasContext.lineTo(this.hdr.width,this.hdr.height),this.canvasContext.moveTo(0,this.hdr.height),this.canvasContext.lineTo(this.hdr.width,0),this.canvasContext.stroke()},t.prototype.handleError=function(t){this.loadErrorCause=t,this.hdr={width:this.gifImgElement.width,height:this.gifImgElement.height},this.frames=[],this.drawError()},t.prototype.doHdr=function(t){this.hdr=t,this.setSizes(this.hdr.width,this.hdr.height)},t.prototype.doGCE=function(t){this.pushFrame(),this.clear(),this.transparency=t.transparencyGiven?t.transparencyIndex:null,this.delay=t.delayTime,this.disposalMethod=t.disposalMethod},t.prototype.pushFrame=function(){this.frame&&(this.frames.push({data:this.frame.getImageData(0,0,this.hdr.width,this.hdr.height),delay:this.delay}),this.frameOffsets.push({x:0,y:0}))},t.prototype.doImg=function(t){var e=this;this.frame||(this.frame=this.tmpCanvas.getContext("2d"));var r=this.frames.length,n=t.lctFlag?t.lct:this.hdr.gct;r>0&&(3===this.lastDisposalMethod?null!==this.disposalRestoreFromIdx?this.frame.putImageData(frames[this.disposalRestoreFromIdx].data,0,0):this.frame.clearRect(this.lastImg.leftPos,this.lastImg.topPos,this.lastImg.width,this.lastImg.height):this.disposalRestoreFromIdx=r-1,2===this.lastDisposalMethod&&this.frame.clearRect(this.lastImg.leftPos,this.lastImg.topPos,this.lastImg.width,this.lastImg.height));var i=this.frame.getImageData(t.leftPos,t.topPos,t.width,t.height);t.pixels.forEach((function(t,r){t!==e.transparency&&(i.data[4*r+0]=n[t][0],i.data[4*r+1]=n[t][1],i.data[4*r+2]=n[t][2],i.data[4*r+3]=255)})),this.frame.putImageData(i,t.leftPos,t.topPos),this.ctxScaled||(this.canvasContext.scale(this.getCanvasScale(),this.getCanvasScale()),this.ctxScaled=!0),this.drawWhileLoading&&(this.canvasContext.drawImage(this.tmpCanvas,0,0),this.drawWhileLoading=this.options.autoPlay),this.lastImg=t},t.prototype.doNothing=function(){},t.prototype.withProgress=function(t){return function(e){t(e)}},t.prototype.getNextFrameNo=function(){var t=this.forward?1:-1;return(this.currentFrameIndex+t+this.frames.length)%this.frames.length},t.prototype.stepFrame=function(t){this.currentFrameIndex=this.currentFrameIndex+t,this.putFrame()},t.prototype.getCanvasScale=function(){return this.options.maxWidth&&this.hdr&&this.hdr.width>this.options.maxWidth?this.options.maxWidth/this.hdr.width:window.devicePixelRatio||1},t.prototype.play=function(){this.playing=!0,this.step()},t.prototype.pause=function(){this.playing=!1},t.prototype.isPlaying=function(){return this.playing},t.prototype.getCanvas=function(){return this.canvas},t.prototype.isLoading=function(){return this.loading},t.prototype.isReady=function(){return this.ready},t.prototype.isAutoPlay=function(){return this.options.autoPlay},t.prototype.getLength=function(){return this.frames.length},t.prototype.getCurrentFrame=function(){return this.currentFrameIndex},t.prototype.moveTo=function(t){this.currentFrameIndex=t,this.putFrame()},t.prototype.loadURL=function(t,e){var r=this;if(this.loadSetup(e)){var n=new XMLHttpRequest;n.open("GET",t,!0),"overrideMimeType"in n?n.overrideMimeType("text/plain; charset=x-user-defined"):"responseType"in n?n.responseType="arraybuffer":n.setRequestHeader("Accept-Charset","x-user-defined"),n.onloadstart=function(){r.initialized||r.init()},n.onload=function(){if(200===n.status){var t=n.response;t.toString().indexOf("ArrayBuffer")>0&&(t=new Uint8Array(t));var e=new hat.SuperGifStream(t);setTimeout((function(){r.parseStream(e)}),0)}else r.handleError("xhr - response")},n.onerror=function(){r.handleError("xhr")},n.send()}},t.prototype.load=function(t){this.loadURL(this.gifImgElement.src,t)},t}(),dat=rat.SuperGif=fat;const pat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"image-selector",label:"src",name:"src"},{type:"checkbox",label:"play",name:"play"}],"value-property":"src",help:"scene/component/gif-view"};class gat extends eat{async oncreate_element(t){var{src:e,play:r}=this.state;this.onchangesrc(e),this.onchangeplay(r)}buildImg(){var t=this.element;t.innerHTML="";var e=document.createElement("img");return e.style.width="100%",e.style.height="100%",t.appendChild(e),e}onchange(t,e){super.onchange(t,e),"src"in t&&this.onchangesrc(t.src),"play"in t&&this.onchangeplay(t.play)}setElementProperties(t){}onchangeplay(t){var e=this._superGif;e&&e.isReady()&&(t?e.play():e.pause())}onchangesrc(t){var e=this.buildImg();t||(t="data:image/gif;base64,R0lGODlhYABIAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKio+Pj5iYmKCgoKampqurq66urrCwsLGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrOzs7S0tLa2tre3t7m5ubu7u7+/v8DAwMHBwcPDw8XFxcfHx8vLy8/Pz9LS0tXV1dfX193d3eTk5Onp6fj4+Pz8/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////yH5BAkAAPUAIf47R2VuZXJhdGVkIGJ5IGpzZ2lmIChodHRwczovL2dpdGh1Yi5jb20vYW50aW1hdHRlcjE1L2pzZ2lmLykALAAAAABgAEgAAAj+AGcJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmR9VKqXMmypcuXMGPKnJkSIs2bOHPqZGlzp8+fQOv1DEq0KMyhRpMmRaq0KVCmTqPmhCq1qkyqLrFRSyYwGTVsVo1iZXmNa8Fk18ISHasSm1mDycCq/ck2JTWF1ObSfTjz7cFken3WFbow8M7BDA3rHOwXruKpfGXeTZg3qDVrUge7RRg3KLZjx+Q2HVyvLNy0QaMJjBaVdD2tZr2K/mmNIObRkR+n9AsYt0Pddg1WXppb8bWDx1CLLW74GcJnSl3TtDY8Zu2Et4tKl7n52eyWnxXvhl7+26jqrspbnlfIWjtz2gWPZV95neH8veU9NxZYfbfD3kFt99J6Bnmn0mQO9XfYezrVxxlmx0GUXIAM4hSeffsxBN1TFd5E4Ef3QZbfTg6CNJ5gHXJ3TEntLThiTh+KFCJNAqZU4kgAitjQTheepOBMNcZI0oQ6JpbTjSZtiNN2PZ400IxHpdiSc07G911M0iFZZYtAStnWilUeBGVLrlEZpmM0elmPlmfO8iOZXl4DZpsGEYmll2bSWWCXLwJXVY1+urhjoGEBSuiSah6K36CKtpZoo4s9CimielZq6aWYZqrpppx26umnoIZ6UkAAOw=="),e.src=t,e.setAttribute("rel:animated_src",t),e.setAttribute("rel:auto_play",0),this._superGif=new dat(e,{autoPlay:!1}),this._superGif.init();for(const t of this.element.children)t.style.width="100%",t.style.height="100%";var r=this._superGif.getCanvas();r.style.width="100%",r.style.height="100%",this._superGif.load((()=>{setTimeout((()=>{this._superGif.moveTo(0),this.play&&this._superGif.play()}),100)}))}ondropfile(t,e){for(let r=0;r<t.length;r++)if(/\.gif$/.test(t[r].name))return void(this.src=e[r])}get src(){return this.getState("src")}set src(t){this.set("src",t)}get play(){return this.getState("play")}set play(t){this.setState("play",t)}get nature(){return pat}get tagName(){return"div"}}Gtt.register("gif-view",gat);const vat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"attachment-selector",label:"src",name:"src",property:{category:"audio"}},{type:"checkbox",label:"started",name:"started"},{type:"checkbox",label:"loop",name:"loop"}],"value-property":"src",help:"scene/component/audio"};class yat extends(Xtt(Wtt)){static get image(){return yat.IMAGE||(yat.IMAGE=new Image,yat.IMAGE.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAMAAAC3Ycb+AAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMA8BAwgNBgQKB/wCBwUJDg37CvXyUlBK8AABFYSURBVHja7NsBkqIwFIThTiAQgyBq3/+sm6p1tnamZkaTMhJJf1f4S/JeEIiIiIiIiIiIiIiIiEhD7Hg4BH84TpAKjJ4f3NFCtjVd+InXz2RTs+FXlxGylYHfcVfIJmb+YFWSLUyGVJKKBJJKUo+Rd6w63l/qzLuCkryO5fe0l2xk5mMWbe+v0fNBRqf7S3je6CipQ2ACr+dWcYEpzBFS1plpguatsnomMgdIQSOTuQ5SjmE6/UgK8szgdJIUM/FG41YlFmYJ2kkKsY5ZzAwBurHDk3WGeRY0bvYrGa1+rqNI22f7dS32ZnUK1GMr0eSK3mEc9dhKMxp+ZTo8kT2emOXS5LQ1kCxbJBocSd2k5PaIjMVzjWcdJPk9ooBnmzx1t5XbIxqBKpJ4NGTgzwKiGpK4do72gb+ZUMIYtCPm9WCPMsYTE5k2hq2ZvzujlCE1iRmwf3dvmRyKsT0T7b9I7HEPCpqCiqT2IIqaT1pI0noQZdlFC8l/PbYPAnRORT56VBEE6FXkb49agmByKhJ71BME6FsvEntUFQTdqekisUdlQWCXhovEHtUFAWbTapHYo8YgmFybO3vsUWcQYGmxSOxRbRAMprkisUfFQVKmrX18sxt7VB0ENjT1xir2qDxIwkFi3v89e+xRfxAMzfzzIfZ4hyAYDR9zwVuLPd4jCDrTwoLYGb5LEFi3/+E3rweR6urX20c/Fvls2Pvwm9mDSGIPhv8YPyGf3/eo9Ye7O8B2FIShAAooakEttex/rbODad5/yTHIAjqn505IQPv+Xz06dz+4VXORHEZcgAcB8updM8F6e25jBzwIkE07l+x8amMnPDp6nsNJ+BoZ7Q6F8egqAda9VEuRNlZjBzwYkMskdXR73okd8GBAJiKYjBcZKKqG9OiKDbgdfxJ5VhsBPDiQZhaouD3p4hfw4EAmwxisz3MSHwAPEmQ1TB1N+SmXWoAHC7JbZsWl/IxLLcCDBplNo3lrfMLsmwAPGmShAxX5/1vOEzjEz3iyfQ/hI36W4TctsUesOAifPdrQg8M++KYl95iCBkjI1r8634betBAPHZDTPFAmD3zLiHgogVTziMsahz0eIh5aIGHGRSJ2mFtHPR4iHhQIP2UvWGMf8wk74qEIEib7rLjPiBfxiAcCwp8V+Nae3uMdRhAPDIR/J5f/Q2DTcC+hIB7qIGEq3Ti9bx+sryMeAAgS70OK8G2kBD8L8QBAoLWU3g3vUVIc6D0txAMAsY+4jBWowXHO64gHBGKfYJ2T5qY1BxcL98BB+PQ+XiS9xxh9EQ8ChA6C5UXWIUoE9MBB8LVHQoS7ib8/dRn3sAcJ6bQRSdH96RDxIEH4QEX+AHF4LxHEAwUh12xyr1V8lwjiQYDYF8kuf1jluUQQDwrEvkhW8Wc6LhHUgwfhi4QPlHm7LRHawx4kpE191Dq8lgjhAYDQa1cftYrPEiE8OJDb40uqyzdQCA8WhAzL4G/PT4c3WrgHD2IfllGl53V37zsgHg5ApPNvVvq4Fn4spx4oiH1W3CwtEV+PDhEPJyBSkVX4aa7emkM83ICEKWpGM7wdvYCCeDgCEYpcwhLxczhEPFyBCEUWnRL5T6X59SBASBF+9l28TL5F7uEORCZyCUvEx+S7yT0cgoRVb9JaXLR1qUdfgksQ0fTbgmhFB20d8HAKEha14+F8f1sHPNyCiL6EqK+n20/rgIdjkFC0Ho1s6Gndvcc9ICkr/ey8/rHO6vp9KawL8DAFOV6l9Fyub7IbflsCag1qRfVsXWvxHjxIejU+BHZV6uvHD1XiEb++Bw8i+dNd+Wv0eCQmhcPhRPwUUt2DB5G1sfa1aeyzAuyJj9x2HjyIdKzIKw5SI14ieFtvo3kIQERj3lVhkUOnRD7AnjV5369QkAOJZeCH+Jh41xOLs73dQwAifY6dpxCCbjTDzLf1Bm1Y93tAIDOWXcLPvrHyr2hVoEAceEAgDQzB4jetk0/c2OXRHB48EJCpa4dgpYh2ETxtrshz7zx4ICCzfuTSDn8p/EOS9OTjwgMB+cABP3yWYuOPIofs33LigYCULlpZNXJppVU30Vf14kGAUCLijf1D71lN9FW9eFiA9KgZ8FPpPUsSnufGA+8hvAg2Kpz0nrX//qp+PIgpC3i6xJRITOye9fn1VT15ICCrVlQG5rywo0H8x965bVkNwmCYQ2kR6Gmb939WXV65dFnI/tPdjPBfO7XMN4EkTUJtqZp4sCJ1+8jwkhMu0KpMxFXFA8hlVfQSMxGH5mDK1VKV8QCyvTVtUiYyo7V358VStfGoAEFMhGYhEwloxZy9WKo2Hjwg5iSOvFDXeUYd33+PuVfHgwnEBWLocDJp+IIa2fyvperjwQRiXCKGosyXqoA+YfsIELuYu4HAt+msMknfDK4jfQJIzOZ2IPAQWJtFOhQKivR2IDZ6Awis7V0iLxqBI7uEZo19dakTogLSwKvf8yk8Jq6CGK0GKvWlatG7b7kkUU/Lo1gdXWn7/4E0j0qeJDpqN/ABqQcgJgdqURb4chjQktIugDS6wFFiz3JgaJj7AGJmholAe9YKhoZLJ0Ca6smjwJ4VwVN96gVIE5GM71kHaGKxGyAtRDaB2NBhLVmpHyANRKzDO28W7FS3HQFpaIWa8TrfCXQwegJSL5k+8M9UJ+pm9QTEnCIZrR0MDQeQ9ua0iCcYQaBTV0CqNXQW/yiyYG7W1heQanPaCkciBXuH1BkQJzHcDQxmpgGkPatl4WkbCXO/bW9AqlNg4H0PPMi6A1IxkQmOZ8D0ousNSMVEEuyreTAQ6Q7IRJeCX2YZQHhv6SrBOmpkM+YUzN0BqSRQCupmTeCP9wdkhiOREwtEzgGEsWcF9BhK9R8fQDiN7A8DiR0CKXQlj/q9IM8OgXjIzcKBlAHkD6FulgNzJwPIHwpo8mQAkX3LiPq9dKUMAQk9AqmcqmjuBAJCPQIpA4guIAsKJA0gnwNy3A4kDyBIHCEPxAwgf8gPILqA5AFEF5CxZX0lIHYc6rqADLf380BmFMgxgIzUyf8MJKLTRelKHgKy9wgkjfS7LiA0gKgC8vQn3HUA4RQ5LKPIAQciWbqIEg0YkLNDIHYUyqkCsmKN5vg3+W0AYTRATaPY+uu1IwS6UMGAlO6AFPjSCQMStaNh53cdcPG7Hx1Uupo+rx+Bltn1BuTAj5BptEV/bHAAwbnJMICwRmtUDOSEA8s4Rmtw3nITGD6TwUNoG0Ca7xi2YKSPj2eKXQFxQWKA2QbGMWEMMGseOb7C7T47uJS1JyAzVbTjqZdU3zbHzMXWS+qp4Fgn8Ahy/QCRGqQcwU1vGnN7fylboWn8Bzg//hyjxltvdcl45bwFfYKzFyBy11UU9BnjuoqfWizVlQXulpzBTNbaB5Aid+VRrkBFB630AMS9BC8FK2ggE7u/FGy1kvfcB9TKQufX5uUXNWl3EjvWCi4k/u9A3Ddq1CpTIQGe6VN1qd8ArcvDQNw3S41Kn6qQmOq5e7pRr+8fAYLiIJtFrrvYRMYL0q06vj8EZLXUriJzRY8H1xEagOCK7gkghRg6RQYO0I6aWPwIEAru80AiMWSdzAeuDXUKyr+WqpAID8hMHC1Ct8F4mUsQ6W8pJMICki0JHCBczAFdBl38G3VE6ErQhhWlih4LWrCSLpaqjggHiGe9mVjRY0YPoelyqcqIcIDEe97rqJFFH7FcLlUZEQ6Qg5plvZiBFNhtri1VFREGEC/Eg4nZoU5vqi1VFREGkIXDQ8xAIhzoT/WlKiLCAFIYPOQMxOPdjfWlKiLCADJRm3YGj+pDE2xktmmpaogwgMz8d8GrumZ4xzpbvinqISJ+hiTWm7wEqoJdI9JEV9JChAEkS3xCZzKecLcgN6YwlRBhAGmweTsblg6qKMM7Vmh321UQ4QAp1VfwhqVJIh+Wm03W0qV0EOEAybXtivkCmWrKeH2EZ/xBaSBCV2L9Re+LYSqJJIxDu1ew07U0EGEBcTtmHty4JuPtQhvLh1BAhK7Uvvq0GK484QZST0GvvFDqeSJ1IA0r2mfDljvqBoJ//rVsq7yZCA6kXgVkJ2f4ijIGMjOfMVsCBBORB2Jy+sM6ijNvaBUqmw/cStZ8EiKciHwp6Rp++88qmxXQeTUxDiJWJ9wSISvBicgXW+dypn1PqWTznlwgwdZdfiLHr5OELEAEASKvJFRE5JCPKbh8OxHdQKJU0crEzRXrJ/IEkFms6tGyrUw9kQeALFRXvK2iSzsRAAi6BLxM+60xdsqJAEBuXMAMxDLVp+gmAgC57/UT4qvVj3TVRCAgSAYL91aXtyNLzUQAIFhAiP8m0/NHOp+ILiBtPFKrs6bgSOcT0QTEB8nO3QR1yKslggKRf+m11UB0HOl8IlqAeCvauXuo8HnfIqIDyCw6G8XMcGiplMingMzCnbuHFp/3LSLPA4nUpqm5YkWNzwsQeQxIDsKjH5wVSU5qJPIJIIt4jjpqNBAekQeBfJOeHWS81FQoo4/I7UDcS3wUh0liTzLqiEgDqddx4ZHDrNZAACIAEMw88HPYWb0GAhABgEDmgf9Vb5oNBCByOxD3uqWYbCHVBgIQuRlIsbfwMEG5gQBE7gSyHMDsOayrxJvHBRC5B0hOxJH1nK4SlUE6QOR+IG6ju3iYQEqDdIDIzUDyZu/jMRHpS/OiRG4FkiPRfTw8kbrvIAJEACAIDpyHC1/GQHhEbgKSXwTyqIeEur6kixEBgABHOTr7YSX1MSFAhA0E307wUU76Y0KACAsI/tvCRzkF+iIuL0AEAYLbR2QOfvhKJ/obRESBxNt5rPSFXN4f7dyNdqMgEIbhAXWwJErT/e7/Wreb5HTT07QVgWSAeW5g7b4n8qOSUCRPEId4HP93SXp5dDNGRJFcQTxihSH+NW1Bb1cXKpIryJAwnG/zhl8ZcSP6jiKZghwRaaWLnP/AkcSKKJIniEcUs8QfjFLdEmRvkSxB4lfn0QN6DY+lshQpHiT96Dlr6r5hxRUpHST9ZEY71X7DOmOZQVZLsd5Q8wzrPxYYJDiKNqOBG1ZCkZKzrNXu6lHvkjChSFqQsdTPg45ApXtYaUXKr9TNuPcvqO2pVMkitFXAL2a79/qr3HQvVSTXUtofCl79RDXh5CDpw3pwu6+9kRlvtiI5VtPhmHLltT4EKVQkfb8pcOHrXqk6nBAksUjgpKtuYsskaxGKYT0+84uYgziE4YQgMdx0m8PRfis2MbL33PMXoVjD6PEunI4HSjDjStiJP08vQk9hZzQ7oH/geoLYCUBDW4rf4FqCDFt7THUO6B+4jiDn2XNTW7zf4hqCMND4BOsGyw+yAmh0x+QeFh7EeqD5Ce8nLDrI8NpbDyIWHIQNruo4GyAPlhrEzuixBxHLDDJMnfYgYolBricHNfjIdgMWF+Qyu+pkgX4HCwuymL57ELGkIHZG7z2IWE6Q5VV7vGMhQewbtMcZiwhyHj26ne9+xs8PcvDQHnFFqCD7Au0RW4TK+fOKqw4eoOcqYqgU53HR3/5uShFPCfKey9hFDyJO/vAi7RDZnp7X5igyUH72xSDW1E2Pn4tMRCQgR8vLwbgii4gcmLvqQcSPGtIPX3M08wn6I4qYQ94cM/Yw9Xxhmw+X/59wHrtMlX1AmIkzdyaaAnLg1Nnw8WGYSk40X/BOh4+El6LMSBnN2Cd0tPq4w/LJXGrMbCX06PZ2dcM65yzlNertShSHf3SzRAyPM332IcSAHUKPi8EHmXU0l8Uglmni0yipDoi16s+jJKejhywLooz68yiMEcHr2qM4h81CJ++VPJfTu5UwBpv4Pp9DJSi6MJx0bvUwiw4ewgT8zNR0LHUL+OccOpY/3ElzyGKD5pBlMJpDlsOkMythRoNbXh95PJsdA67MrMtAEYbjeDqNo+7oKqWUUkoppZRSSimllFJKFfMXp4vmSjB8n6sAAAAASUVORK5CYII="),yat.IMAGE}dispose(){super.dispose(),this.started=!1,delete this._audio}ready(){super.ready(),this._audio=new Audio,this._audio.addEventListener("canplay",(()=>{this.started&&this._audio.play()}));var{src:t="",loop:e=!1,started:r=!1}=this.state;this.onchangeSrc(t),this.onchangeLoop(e),this.onchangeStarted(r)}render(t){var{left:e,top:r,width:n,height:i,src:o}=this.state;t.beginPath(),this.drawImage(t,yat.image,e,r,n,i)}get nature(){return vat}get hasTextProperty(){return!1}get src(){return this.get("src")}set src(t){this.set("src",t)}get started(){return!!this.get("started")}set started(t){this.set("started",t)}start(){this._audio&&(this._audio.classList.add("active"),this._audio.play())}pause(){this._audio&&(this._audio.classList.remove("active"),this._audio.pause())}onchangeSrc(t){try{"data"!==String(t).substring(0,4)?this._audio.crossOrigin="use-credentials":this._audio.crossOrigin=null,this._audio.src="string"==typeof t?this.app.url(t):t}catch(t){return void console.error(t)}}onchangeStarted(t){const e=this._audio;t?4==e.readyState&&e.play():e.pause()}onchangeLoop(t){this._audio.loop=t}onchange(t,e){"src"in t&&this.onchangeSrc(t.src),"started"in t&&this.onchangeStarted(t.started),"loop"in t&&this.onchangeLoop(t.loop)}ondblclick(t){this.started=!this.started}ondropfile(t,e){for(let r=0;r<t.length;r++)if(t[r].type.startsWith("audio/"))return void(this.src=e[r])}}Gtt.register("audio",yat);class mat extends(Xtt(Gtt)){is3dish(){return!0}}Gtt.register("text",mat);const bat=["refid","left","top","width","height","rotation","animation"];class xat extends Tot{isGroup(){return!0}get(t){return this._model[t]}set(t,e){if("string"==typeof t)return this.set({[t]:e});var r=bat.reduce(((e,r)=>(t.hasOwnProperty(r)&&(e[r]=t[r]),e)),{});return super.set(r)}capture(t,e,r){var n=super.capture(t,e,r);if(n!==this)return n}set bounds(t){if(this.__MUTATING__)super.bounds=t;else{var e=this.bounds,r=t.width/e.width,n=t.height/e.height;this.path=this.path.map((i=>({x:t.left+(i.x-e.left)*r,y:t.top+(i.y-e.top)*n}))),this.components&&this.components.forEach((t=>{if(t.mutable)t.mutatePath(null,(function(t){return t.map((function(t){return{x:t.x*r,y:t.y*n}}))}));else{let e=t.bounds,i=t.center,o={x:i.x*(1-r),y:i.y*(1-n)},a=e.width*(1-r),s=e.height*(1-n),c=-(o.x-a/2),u=-(o.y-s/2);t.bounds={left:e.left+c,top:e.top+u,width:e.width*r,height:e.height*n}}}))}}get focusible(){return!1}get bounds(){return super.bounds}get hasTextProperty(){return!1}isIdentifiable(){return!1}calculateBounds(){this.clearCache(),this.__MUTATING__=!0,this.mutateBounds((function(t){var e=Gtt.union(this.components.map((t=>t.bounds)));return this.components.forEach((t=>{let r=t.bounds;t.bounds={left:r.left-e.left,top:r.top-e.top,width:r.width,height:r.height}})),{left:t.left+e.left,top:t.top+e.top,width:e.width,height:e.height}}),this),this.__MUTATING__=!1,this.parent.isGroup()&&this.parent.calculateBounds()}render(t){}postrender(t){var{top:e,left:r,scale:n}=this.state;t.translate(r,e),this.layout.drawables(this).forEach((e=>{e.draw(t)})),t.translate(-r,-e)}}Gtt.register("group",xat);const wat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"id-input",label:"ref",name:"ref"},{type:"select",label:"fit",name:"fit",property:{options:["","both","ratio"]}}],"value-property":"ref",help:"scene/component/local-ref"};class Aat extends(Xtt(Wtt)){get ref(){var t=this.getState("ref");return t&&"string"==typeof t?this.root.findById(t):null}set ref(t){this.setState("ref",t)}get refScale(){let t=this.ref.bounds,e=this.bounds,r=e.width/t.width,n=e.height/t.height;return"both"===this.model.fit?{x:r,y:n}:{x:Math.min(r,n),y:Math.min(r,n)}}draw(t){this._drawing||(this._drawing=!0,super.draw(t),this._drawing=!1)}prerender(t){if(super.prerender(t),this.ref){let e=this.ref.center,r=this.center,n=this.refScale;t.translate(r.x,r.y),t.scale(n.x,n.y),t.translate(-e.x,-e.y)}}postrender(t){if(this.ref)return this.ref.postrender(t);super.postrender(t)}render(t){if(this.ref)return this.ref.render(t);this.state;var{left:e,top:r,width:n,height:i}=this.bounds;t.beginPath(),t.rect(e,r,n,i)}get nature(){return wat}get hasTextProperty(){return!1}}Gtt.memoize(Aat.prototype,"ref",!1),Gtt.memoize(Aat.prototype,"refScale",!1),Gtt.register("local-ref",Aat);class _at extends(kot(bet)){render(t){}is3dish(){return!0}get layout(){return tet.get(this.get("layout"))||eet}}const kat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"board-selector",label:"scene-number",name:"ref",placeholder:"SCENE-1"},{type:"number",label:"round",name:"round",property:{min:0}},{type:"select",label:"fit",name:"fit",property:{options:["","both","ratio","width","height","none"]}},{type:"select",label:"mode",name:"mode",property:{options:["view","interaction"]}}],"value-property":"ref",help:"scene/component/global-ref"};class Eat extends _at{dispose(){this._releaseRef(),super.dispose()}get nature(){return kat}get hasTextProperty(){return!1}get tagName(){return"div"}setElementProperties(t){var{mode:e="view",round:r=0}=this.state;t.style.pointerEvents="view"==e?"none":"inherit",t.style.borderRadius=r+"px"}ready(){super.ready(),this.fetchRef()}reposition(){if(!this.element)return;super.reposition();let t=this._element_bounds,{offsetWidth:e,offsetHeight:r}=this.element;if(this._element_bounds={offsetWidth:e,offsetHeight:r},(!t||t.offsetWidth!=e||t.offsetHeight!=r)&&this.ref&&this.root.target_element){let{fit:t="ratio"}=this.state;this.ref.fit(t)}}async fetchRef(){this._releaseRef();var{ref:t,fit:e="ratio"}=this.state;if(t){var r=this.app.refProvider;if(r&&t)try{this.__ref=await r.get(t,!0),this.__ref.target=this.element,this.__ref.fit(e),this.__ref.data=this.data}catch(t){v9(t)}}}get ref(){return this.__ref}set ref(t){this.setState("ref",t)}_releaseRef(){this.__ref&&this.__ref.release&&this.__ref.release(),delete this.__ref}onchange(t,e,r){super.onchange(t,e,r),"ref"in t&&this.fetchRef(),"fit"in t&&this.ref&&requestAnimationFrame((()=>{let{fit:t}=this.state;this.ref.fit(t)})),"data"in t&&this.ref&&requestAnimationFrame((()=>{this.ref.data=t.data}))}}Gtt.register("global-ref",Eat);const Sat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"board-selector",label:"board",name:"board"},{type:"checkbox",label:"modal",name:"modal"},{type:"checkbox",label:"closable",name:"closable"},{type:"checkbox",label:"draggable",name:"draggable"},{type:"checkbox",label:"minimizable",name:"minimizable"},{type:"checkbox",label:"show",name:"show"},{type:"select",label:"location",name:"location",property:{options:["center","left-top","right-top","left-bottom","right-bottom","auto"]}},{type:"string",label:"title",name:"text"},{type:"data",label:"value",name:"value"}],help:"scene/component/popup"};class Mat extends(Xtt(Wtt)){static get image(){return Mat._image||(Mat._image=new Image,Mat._image.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkM4QzQxNUMzMzBEMTFFQ0JEMzZDMDUwQUI4MEI3QTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkM4QzQxNUQzMzBEMTFFQ0JEMzZDMDUwQUI4MEI3QTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENjlENTQ3RjMzMDkxMUVDQkQzNkMwNTBBQjgwQjdBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENjlENTQ4MDMzMDkxMUVDQkQzNkMwNTBBQjgwQjdBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsiUYSQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA51BMVEVHcEwzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzOguTm2AAAATHRSTlMARhB73r9B7YLrsqdE+0cq9Avzeg31eQx4aQ+Ks6aUd5DsYKixEX1w8vyT2VjoZ3YezY/cCEDvl+QTvRwJ0ifwK/5T/aw6+IuFuCImAcS6MQAAAeJJREFUWMPt2FlX2zAQhuHJYmOSFhIggbC0QNn3rS1dKXSH9///Hi58CJLxKIpEWi6YO8c5z4lG/nxGEXmu/1OVLGnhrFaSVQYg1SZetTTvUibqeFZ9QlfmvRWoV1VmCaCRzroXPpsuAjTV7gLUfPahBqD1OQMW/fazAWTKvQRI/ZgUSJR7U8CM/dHZ+/2VcatWdvdEZAaYUhiAwkerJXt0rnzXwdRKmHfDM0fHD5kxjTFyVLzVfvvirn7+cDJWjhy7c7XlYuwc6Urvu2tRhRypyhwAf1sKY+TIxfQA+H39q5wxc+RgVrcBduTmZTlj5khnDgH4IzKpMGaOVCbvyyvRGTNHGtPrKypjXirM5jb910I4k69oQeKY+77EMAcALEsck/+W6f71tyCma/ZFROTrJVwMy7wmf3bv6/MX+Dgkkysblvxps/dhOKZb6IvrTakzXXuPApnpYneDGOeKvJlaSXcDmA7AicQyW84VeTOnY+NdiWcG1uiZksFEHdyAlsJEjEkmkwGNsKHNZCJGSKtVTYC1tO022mnjwUBrMdXg8dreuOBhv7D/62/8lGZ1wLxXyZKOm+iUHIQintyny0TkaATHjYgcjeAoFpEje9R/nGPqIx2aw3NU9odCQI6e6x/VLY32cKQXVBnkAAAAAElFTkSuQmCC"),Mat._image}ready(){super.ready(),this.show&&this.onchangeShow(!0)}render(t){var{left:e,top:r,width:n,height:i}=this.bounds;t.beginPath(),this.drawImage(t,Mat.image,e,r,n,i)}onchange(t,e){"value"in t?this.show?this.onchangeShow(!0):this.show=!0:"show"in t&&this.onchangeShow(this.show)}onchangeShow(t){!this.app.isEditMode&&this.getState("board")&&(t?aet.show(this,this.getState("board"),{location:this.getState("location"),modal:this.getState("modal"),closable:this.getState("closable")||!1,draggable:this.getState("draggable")||!1,minimizable:this.getState("minimizable")||!1,title:this.text,data:this.value}):aet.hide(this))}get board(){return this.getState("board")}set board(t){this.set("board",t)}get show(){return this.getState("show")}set show(t){this.setState("show",t)}get started(){return this.getState("show")}set started(t){this.setState("show",t)}get value(){return this.getState("value")}set value(t){this.setState("value",t)}get hasTextProperty(){return!1}get nature(){return Sat}}Gtt.register("popup",Mat);class Tat extends Gtt{render(t){var{path:e=[]}=this.state;if(!(e.length<=1)){t.beginPath(),t.moveTo(e[0].x,e[0].y);for(let r=1;r<e.length;r++)t.lineTo(e[r].x,e[r].y);t.closePath(),this.drawStroke(t)}}get path(){return this.model.path}set path(t){this.set("path",t)}contains(t,e){var r=this.state.path,n=!1;return r.forEach(((i,o)=>{let a=(o+r.length+1)%r.length,s=i.x,c=i.y,u=r[a].x,l=r[a].y;c>e!=l>e&&t<(u-s)*(e-c)/(l-c)+s&&(n=!n)})),n}}Gtt.register("path",Tat);const Pat={mutable:!0,resizable:!1,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/triangle"};class Oat extends Wtt{contains(t,e){var{x1:r,y1:n,x2:i,y2:o,x3:a,y3:s}=this.state,c=[r,n,i,o,a,s],u=!1;for(let r=0;r<c.length;r+=2){let n=(r+2)%c.length,i=c[r],o=c[r+1],a=c[n+1];o>e!=a>e&&t<(c[n]-i)*(e-o)/(a-o)+i&&(u=!u)}return u}get mutable(){return!0}get path(){var{x1:t,y1:e,x2:r,y2:n,x3:i,y3:o}=this.state;return[{x:t,y:e},{x:r,y:n},{x:i,y:o}]}set path(t){this.set({x1:t[0].x,y1:t[0].y,x2:t[1].x,y2:t[1].y,x3:t[2].x,y3:t[2].y})}get nature(){return Pat}}Gtt.memoize(Oat.prototype,"path",!1),Gtt.register("triangle",Oat);const Iat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"ratio",name:"ratio",property:"ratio"}],help:"scene/component/donut"};var Cat={ondragmove:function(t,e,r){r.controls;var{cx:n,rx:i}=r.model;i=Math.abs(i);var o=(r.transcoordP2S(t.x,t.y).x-n)/i*100;o=o>=100||o<=-100?100:Math.abs(o),r.set({ratio:o})}};class Rat extends $ot{is3dish(){return!1}render(t){var{ratio:e=50,cx:r,cy:n,rx:i,ry:o,startAngle:a,endAngle:s,anticlockwise:c}=this.state;i=Math.abs(i),o=Math.abs(o),t.beginPath(),t.ellipse(r,n,i,o,0,a||0,s||2*Math.PI,c),t.moveTo(r+i/100*e,n),t.ellipse(r,n,i/100*e,o/100*e,0,a||0,s||2*Math.PI,!0)}contains(t,e){var{cx:r,cy:n,rx:i,ry:o,ratio:a}=this.state,s=(t-r)/(2*(i=Math.abs(i))-.5),c=(e-n)/(2*(o=Math.abs(o))-.5),u=(t-r)/(i/100*a*2-.5),l=(e-n)/(o/100*a*2-.5),h=!1;return s*s+c*c<.25&&u*u+l*l>.25&&(h=!h),h}get controls(){var{cx:t,cy:e,rx:r,ratio:n}=this.state;return[{x:t+(r=Math.abs(r))/100*n,y:e,handler:Cat}]}get nature(){return Iat}}Gtt.memoize(Rat.prototype,"controls",!1),Gtt.register("donut",Rat);const jat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"ratio",name:"ratio",property:"ratio"},{type:"number",label:"wing",name:"wing",property:"wing"}],help:"scene/component/star"};var Lat={ondragmove:function(t,e,r){r.controls;var{cy:n,ry:i}=r.model,o=(r.transcoordP2S(t.x,t.y).y-n)/i*100+100;o>=100?o=100:o<=0&&(o=0),r.set({ratio:o})}};class Dat extends $ot{is3dish(){return!1}render(t){var{ratio:e=30,wing:r=5,cx:n,cy:i,rx:o,ry:a,startAngle:s,endAngle:c,anticlockwise:u}=this.state;if(r<3)return;const l=1.5707963267948966;var h=2*Math.PI/r,f=o-e/100*o,d=a-e/100*a;t.save(),t.beginPath(),t.translate(n,i),t.moveTo(o*Math.cos(-l),a*Math.sin(-l)),t.lineTo((o-f)*(Math.cos(h-l)+Math.cos(0-l))/2,(a-d)*(Math.sin(h-l)+Math.sin(0-l))/2);for(var p=1;p<r;p++)t.lineTo(o*Math.cos(h*p-l),a*Math.sin(h*p-l)),t.lineTo((o-f)*(Math.cos(h*(p+1)-l)+Math.cos(h*p-l))/2,(a-d)*(Math.sin(h*(p+1)-l)+Math.sin(h*p-l))/2);t.closePath(),t.restore()}get controls(){var{cx:t,cy:e,ry:r,ratio:n}=this.state;return[{x:t,y:e-r+r*(n/100),handler:Lat}]}get nature(){return jat}}Gtt.memoize(Dat.prototype,"controls",!1),Gtt.register("star",Dat);var zat=t=>class extends t{animOnValueChange(t,e=!1,r){if(t!=this._lastValue){if(e)var n=t-(Number(r)||0);else n=t-(this._lastValue||0);this._lastValue=t,this._anim_alpha=-n,this.animate({step:t=>{this._anim_alpha=n*(t-1),this.invalidate()},duration:1e3,delta:"circ",options:{x:1},ease:"out"}).start()}}dispose(){super.dispose(),delete this._value_substitutor}onchange(t,e){t.hasOwnProperty("value")&&delete this._value_substitutor}get animAlpha(){return this._anim_alpha||0}get animValue(){return(this._lastValue||0)+(this._anim_alpha||0)}defaultValueSubstitutor(){return this.getState("value")}get valueSubstitutor(){return this._value_substitutor||(this._value_substitutor=Rtt(this.getState("value"),this)||this.defaultValueSubstitutor),this._value_substitutor}get value(){return Number(this.valueSubstitutor())||0}set value(t){delete this._value_substitutor,this.setState("value",Number(i9(t)))}},Nat=t=>class extends t{_convertDataFormat(t,e){var r;if("json"===e)r=JSON.parse(t);else r=t;return r}isDataSource(){return!0}},Fat=0;const Bat=new FinalizationRegistry((()=>{Fat--}));class Uat{static get residents(){return Fat}static get residentsCount(){return Fat}constructor(t,e){this.counters={},this.references={},this.creator=t,this.disposer=e,Fat++,Bat.register(this,Fat)}dispose(){if(this.disposer)for(let t in this.references)this.disposer.call(null,t,this.references[t]);delete this.references,delete this.counters}get ids(){return Object.keys(this.references)}create(t){var e=this;return new Promise((function(r,n){e.creator?e.creator.call(null,t,(function(e){!function(e){e.release=function(){this.disposer&&this.disposer.call(null,t,e),delete e.release,m9("RELEASED",t)},r(e)}(e)}),(function(t){n(t)})):n(Error("Reference id("+t+") could not be created. Reference creator should be defined."))}))}add(t,e){var r=this,n=new Promise((function(n,i){var o=r.references[t];if(o)o===e?i(Error("Reference ID and target duplicate")):e?i(Error("Reference ID duplicate")):n(o);else{function a(e){e.release=function(){r.release(this)},r.references[t]=e,r.counters[t]=1,n(e)}if(e)a(e);else{if(!r.creator)return void i(Error("Reference id("+t+") is not allowed. Reference creator should be defined."));r.creator.call(null,t,(function(t){a(t)}),(function(t){i(t)}))}}}));return this.references[t]||(this.references[t]=n),n}async get(t,e){var r=this.references[t];if(r){if(!(r instanceof Promise)){if(!(t in this.counters))throw new Error("No Reference Count");return this.counters[t]++,r}if(e)return r=await r,this.counters[t]++,r}if(e)return await this.add(t);throw new Error("No References for "+t)}_id(t){for(let e in this.references){if(this.references[e]===t)return e}return-1}release(t){var e=this._id(t),r=this.references[e];r?(this.counters[e]--,0==this.counters[e]&&(this.disposer&&this.disposer.call(null,e,r),delete this.references[e],delete this.counters[e],delete t.release,m9("RELEASED",e))):v9("No Referenced ID")}}var Yat={},Hat={},$at=[];function Gat(t){var e="SCRIPT"==t.target.tagName?Yat:Hat,r=t.target.src||t.target.href;e[r]=!0,$at.forEach(((t,n)=>{let{resolve:i,scripts:o,styles:a}=t;if(e==Yat){let t=o.indexOf(r);t>-1&&t<o.length-1&&qat(o[t+1])}for(let t=0;t<o.length;t++)if(!Yat[o[t]])return;if(a)for(let t=0;t<a.length;t++)if(!Hat[a[t]])return;i(),$at[n]=null})),$at=$at.filter(Boolean)}function Wat(t){var e=t.target.src,r="SCRIPT"==t.target.tagName?Yat:Hat;$at.forEach(((n,i)=>{let{reject:o,scripts:a,styles:s}=n,c=!1;if(r===Yat){for(let t=0;t<a.length;t++)if(a[t]==e){c=!0;break}}else if(s)for(let t=0;t<s.length;t++)if(s[t]==e){c=!0;break}c&&(o(t),$at[i]=null)})),$at=$at.filter(Boolean),delete r[e],document.head.removeChild(t.target)}function qat(t){Yat[t]=!1;var e=document.createElement("script");e.onload=Gat,e.onerror=Wat,e.type="text/javascript",e.src=t,document.head.appendChild(e)}class Xat{static load(t,e){return"string"==typeof t&&(t=[t]),"string"==typeof e&&(e=[e]),new Promise((function(r,n){if((!t||t instanceof Array)&&(!e||e instanceof Array)){var i,o=!0;if(e&&e.forEach((t=>{Hat.hasOwnProperty(t)||function(t){Hat[t]=!1;var e=document.createElement("link");e.onload=Gat,e.onerror=Wat,e.type="text/css",e.rel="stylesheet",e.media="screen,print",e.href=t,document.head.appendChild(e)}(t),Hat[t]||(o=!1)})),t&&t.length>0&&t.forEach((t=>{Yat.hasOwnProperty(t)?Yat[t]||(o=!1):i=i||t})),i)qat(i);else if(o)return void r();$at.push({resolve:r,reject:n,scripts:t,styles:e})}else n("invalid sources for load")}))}}const Vat="0.0.0";var Kat=0,Qat=performance.now(),Jat=0;function Zat(){return Kat}requestAnimationFrame((function t(){requestAnimationFrame(t),Jat++;var e=performance.now(),r=e-Qat;r<1e3||(Kat=Math.round(1e3*Jat/r),Qat=e,Jat=0)}));var tst=crt;function est(){}export{set as AbsoluteLayout,yat as AudioPlayer,uet as CardLayout,Gtt as Component,Met as Connectable,Tot as Container,bet as ContainerAbstract,C9 as DEFAULT,P9 as DPPX,Nat as DataSource,Rat as Donut,$ot as Ellipse,znt as EventMap,Zat as FPS,O9 as GESTURES,gat as GifView,Eat as GlobalRef,xat as Group,eet as HTMLAbsoluteLayout,_at as HTMLOverlayContainer,eat as HTMLOverlayElement,tat as ImageView,Jtt as InfoWindow,I9 as KEYEVENTS,xet as Layer,tet as Layout,Yot as Line,fet as LinearHorizontalLayout,pet as LinearVerticalLayout,Aat as LocalRef,T9 as MAX_UNDO_SIZE,k9 as MODE_ADD,A9 as MODE_EDIT,S9 as MODE_PASTE_DATABIND,E9 as MODE_PASTE_STYLE,_9 as MODE_SHIFT,w9 as MODE_VIEW,tst as Model,yet as MoveHandle,x9 as NOTHING,Jot as OrthoLine,Tat as Path,qot as Polygon,Kot as Polyline,Mat as Popup,Oet as Rect,Xtt as RectPath,Uat as ReferenceMap,tit as RootContainer,Cet as Ruler,M9 as SCENE_MODE,pit as Scene,aet as ScenePopup,Xat as ScriptLoader,Wtt as Shape,Dat as Star,get as TableLayout,mat as Text,Oat as Triangle,zat as ValueHolder,vit as create,m9 as debug,v9 as error,est as license,u5 as polyfill,Vat as version,y9 as warn};
71
+ `,this.element)}onchangeMinimized(){const{minimized:t}=this.state;t?this.setState("height",24):this.setState("height",this.get("height"))}}Gtt.register("container",Oot);const Iot=Math.sqrt(3),Cot=2;function Rot(t,e,r,n,i){var o,a,s,c,u=5+i,l=r.x,h=r.y,f=n.x,d=n.y;if(Math.abs(l-f)>u&&Math.abs(h-d)>u){var p=(d-h)/(f-l),g=h-p*l;if(Math.abs(e-(p*t+g))>u)return!1}return l>f?(a=l,o=f):(a=f,o=l),h>d?(c=h,s=d):(c=d,s=h),!(a+5<t)&&(!(o-5>t)&&(!(c+5<e)&&!(s-5>e)))}function jot(t,e,r,n=2){for(let i=0;i<r.length-1;i++)if(Rot(t,e,r[i],r[i+1],n))return!0;return!1}function Lot(t,e,r,n){if("arrow"!=t.slice(-5))return r;var i=Math.atan2(n.y-r.y,n.x-r.x),o=1.5*e;return{x:r.x+Math.cos(i)*o,y:r.y+Math.sin(i)*o}}function Dot(t,e,r){var{lineWidth:n=Cot,strokeStyle:i="#000000",lineCap:o=!1,alpha:a=1,begin:s="none",end:c="none",beginSize:u="size5",endSize:l="size5"}=r;if(("none"!=s||"none"!=c)&&(n=Number(n)||Cot,t.lineCap=o,t.lineWidth=n,t.strokeStyle=i,t.fillStyle=i,t.globalAlpha*=a,"none"!=s&&zot(t,e[0],e[1],n,s,Not(u,n)),"none"!=c)){let r=e.length;zot(t,e[r-1],e[r-2],n,c,Not(l,n))}}function zot(t,e,r,n,i,o){var{x:a,y:s}=e,c=Math.atan2(r.y-s,r.x-a);switch(t.beginPath(),t.translate(a,s),t.rotate(c),i){case"oval":t.ellipse(0,0,o.X,o.Y,0,0,2*Math.PI),t.fill();break;case"diamond":t.moveTo(-o.X,0),t.lineTo(0,-o.Y),t.lineTo(o.X,0),t.lineTo(0,o.Y),t.fill();break;case"arrow":t.moveTo(0,0),t.lineTo(Iot*o.X,-o.Y),t.lineTo(Iot*o.X,o.Y),t.fill();break;case"sharp-arrow":t.moveTo(0,0),t.lineTo(Iot*o.X,-o.Y),t.lineTo(-o.X/1.5+Iot*o.X,0),t.lineTo(Iot*o.X,o.Y),t.fill();break;case"open-arrow":t.moveTo(Iot*o.X+n,-o.Y),t.lineTo(n,0),t.lineTo(Iot*o.X+n,o.Y),t.stroke()}t.rotate(-c),t.translate(-a,-s),t.closePath()}function Not(t,e){let r={};switch(e*=1.2,t){case"size1":r.X=e,r.Y=e;break;case"size2":r.X=1.5*e,r.Y=e;break;case"size3":r.X=2*e,r.Y=e;break;case"size4":r.X=e,r.Y=1.5*e;break;case"size5":default:r.X=1.5*e,r.Y=1.5*e;break;case"size6":r.X=2*e,r.Y=1.5*e;break;case"size7":r.X=e,r.Y=2*e;break;case"size8":r.X=1.5*e,r.Y=2*e;break;case"size9":r.X=2*e,r.Y=2*e}return r}const Fot="N",Bot="S",Uot="E",Yot="W";class Hot{constructor({component:t,anchor:e,position:r,self:n}){this.component=t,this._anchorName=e,this._position=r,this.self=n}get position(){const t=this.anchor;if(t){var{position:e}=t;const r=this.component.transcoordS2T(e.x,e.y);return this.self.transcoordT2P(r.x,r.y)}return this._position}set position({x:t,y:e}){this._position={x:t,y:e}}get anchor(){var t;return null===(t=this.component)||void 0===t?void 0:t.findAnchor(this._anchorName)}get direction(){const t=this.component.bounds,e=this.anchor;if(!e)return Uot;const r=e.position;return r.y<=t.top?Fot:r.y>=t.top+t.height?Bot:r.x<=t.left?Yot:Uot}get boundaryPosition(){const t=this.anchor;if(t){var{position:e}=t,r=0,n=0;switch(this.direction){case Bot:n=20;break;case Fot:n=-20;break;case Yot:r=-20;break;default:r=20}e={x:e.x+r,y:e.y+n};const i=this.component.transcoordS2T(e.x,e.y);return this.self.transcoordT2P(i.x,i.y)}}}class $ot extends Gtt{isLine(){return!0}replaceRefids(t){["from","to"].forEach((e=>{const r=this.get(e);if(null==r?void 0:r.component){const n=t.get(r.component)||r.component;this.set(e,{...r,component:n})}}))}get fromEnd(){var t;if(this.parent&&!this._fromEnd){const{component:e,anchor:r,position:n}=this.getState("from")||{};if(!e)return;const i=null===(t=this.root)||void 0===t?void 0:t.findByRefid(e);if(!i)return;this._fromEnd=new Hot({component:i,fromto:"from",anchor:r,position:n,self:this})}return this._fromEnd}get from(){return this.getState("from")}set from(t){delete this._fromEnd,this.set("from",t)}get toEnd(){var t;if(this.parent&&!this._toEnd){const{component:e,anchor:r,position:n}=this.getState("to")||{};if(!e)return;const i=null===(t=this.root)||void 0===t?void 0:t.findByRefid(e);if(!i)return;this._toEnd=new Hot({component:i,fromto:"to",anchor:r,position:n,self:this})}return this._toEnd}get to(){return this.getState("to")}set to(t){delete this._toEnd,this.set("to",t)}move({x:t,y:e},r){var n,i,o,a;r&&(this.from={position:(null===(n=this._fromEnd)||void 0===n?void 0:n.position)||(null===(i=this.getState("from"))||void 0===i?void 0:i.position)||{x:0,y:0}},this.to={position:(null===(o=this._toEnd)||void 0===o?void 0:o.position)||(null===(a=this.getState("to"))||void 0===a?void 0:a.position)||{x:0,y:0}}),super.move({x:t,y:e},r)}render(t){var{begin:e="none",end:r="none",lineWidth:n,round:i=0}=this.state,o=this.drawPath;Dot(t,o,this.state),t.beginPath();var a=Lot(e,n,o[0],o[1]),s=Lot(r,n,o[o.length-1],o[o.length-2]);o=[a,...o.slice(1,-1),s];var c={x:a.x,y:a.y};t.moveTo(a.x,a.y);for(var u=1;u<o.length;u++){const e=c;c=o[u];const r=o[u+1];if(e.x===c.x&&e.y===c.y)continue;if(!r){t.lineTo(c.x,c.y);break}var l=0!==(d=Math.sqrt((e.x-c.x)*(e.x-c.x)+(e.y-c.y)*(e.y-c.y)))?Math.atan2(e.x-c.x,e.y-c.y):0,h=Math.sin(l)*Math.min(i,d/2)+c.x,f=Math.cos(l)*Math.min(i,d/2)+c.y;const n=i>0||0!==d?{x:h,y:f}:c;var d;l=0!==(d=Math.sqrt((r.x-c.x)*(r.x-c.x)+(r.y-c.y)*(r.y-c.y)))?Math.atan2(r.x-c.x,r.y-c.y):0,h=Math.sin(l)*Math.min(i,d/2)+c.x,f=Math.cos(l)*Math.min(i,d/2)+c.y;const a=i>0||0!==d?{x:h,y:f}:c;t.lineTo(n.x,n.y),i>0&&t.quadraticCurveTo(c.x,c.y,a.x,a.y)}this.drawStroke(t)}contains(t,e){var{lineWidth:r}=this.state;return jot(t,e,this.drawPath,r)}get resizable(){return!1}get mutable(){return!0}get rotatable(){return!1}get path(){var t,e;const{from:r,to:n}=this.state;var{x1:i,y1:o,x2:a,y2:s}=this.state;return[(null===(t=this.fromEnd)||void 0===t?void 0:t.position)||(null==r?void 0:r.position)||{x:i,y:o},(null===(e=this.toEnd)||void 0===e?void 0:e.position)||(null==n?void 0:n.position)||{x:a,y:s}]}set path(t){const[e,r]=t,{from:n,to:i}=this.state;delete this._fromEnd,delete this._toEnd,this.set({from:{...n,position:e},to:{...i,position:r}})}get textBounds(){var t,e,r=this.drawPath,n=0;for(let s=1;s<r.length;s++){var i=r[s-1],o=r[s],a=(i.x-o.x)*(i.x-o.x)+(i.y-o.y)*(i.y-o.y);a>n&&(n=Math.ceil(a),t=i,e=o)}var{paddingTop:s,paddingLeft:c,paddingRight:u,paddingBottom:l}=this.state;return l||(l=0),s||(s=0),c||(c=0),u||(u=0),{left:Math.min(t.x,e.x)+c,top:Math.min(t.y,e.y)+s,width:Math.max(Math.abs(t.x-e.x)-c-u,0),height:Math.max(Math.abs(t.y-e.y)-s-l,0)}}get decorators(){return["decotag"]}}$ot.getTipNeckPos=Lot,$ot.containedInPath=jot,$ot.drawEndTips=Dot,Gtt.register("line",$ot);const Got={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"angle",label:"start-angle",name:"startAngle",property:"startAngle"},{type:"angle",label:"end-angle",name:"endAngle",property:"endAngle"}],"value-property":"text"};class Wot extends(Met(Wtt)){is3dish(){return!0}render(t){var{cx:e,cy:r,rx:n,ry:i,startAngle:o,endAngle:a,anticlockwise:s}=this.state;t.beginPath(),t.ellipse(e,r,Math.abs(n),Math.abs(i),0,o||0,a||2*Math.PI,s),void 0!==o&&void 0!==a&&(t.lineTo(e,r),t.closePath())}get path(){var{cx:t,cy:e,rx:r,ry:n}=this.state;return[{x:t-r,y:e-n},{x:t+r,y:e-n},{x:t+r,y:e+n},{x:t-r,y:e+n}]}set path(t){var e=t[0],r=t[2];this.set({cx:e.x+(r.x-e.x)/2,cy:e.y+(r.y-e.y)/2,rx:(r.x-e.x)/2,ry:(r.y-e.y)/2})}contains(t,e){var{cx:r,cy:n,rx:i,ry:o}=this.state,a=(t-r)/(2*i-.5),s=(e-n)/(2*o-.5);return a*a+s*s<.25}outline(t){return function(t,e){var{cx:r,cy:n,rx:i,ry:o}=t.model,a=2*Math.PI*e,s=r+i*Math.cos(a),c=n+o*Math.sin(a);return t.transcoordS2T(s,c)}(this,t)}get anchors(){return function(t){var{left:e,top:r,width:n,height:i}=t.bounds,o=e+n/2,a=r+i/2;return[{name:"TOP",position:{x:o,y:r}},{name:"RIGHT",position:{x:e+n,y:a}},{name:"BOTTOM",position:{x:o,y:r+i}},{name:"LEFT",position:{x:e,y:a}}]}(this)}get nature(){return Got}}Gtt.memoize(Wot.prototype,"path",!1),Gtt.register("ellipse",Wot);var qot={ondragstart:function(t,e,r){r.mutatePath(null,(function(r){r.splice(e+1,0,t)}))},ondragmove:function(t,e,r){r.mutatePath(null,(function(r){r[e+1]=t}))},ondragend:function(t,e,r){}};const Xot={mutable:!0,resizable:!1,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/polygon"};class Vot extends Wtt{is3dish(){return!0}get mutable(){return!0}get pathExtendable(){return!0}get path(){return this.state.path}set path(t){this.set("path",t)}contains(t,e){var r=this.state.path,n=!1;return r.forEach(((i,o)=>{let a=(o+r.length+1)%r.length,s=i.x,c=i.y,u=r[a].x,l=r[a].y;c>e!=l>e&&t<(u-s)*(e-c)/(l-c)+s&&(n=!n)})),n}get controls(){var t=this.path;return t.map(((e,r)=>{let n=t[r+1>=t.length?0:r+1];return{x:(e.x+n.x)/2,y:(e.y+n.y)/2,handler:qot}}))}get nature(){return Xot}}Gtt.memoize(Vot.prototype,"controls",!1),Gtt.register("polygon",Vot);var Kot={ondragstart:function(t,e,r){r.mutatePath(null,(function(r){r.splice(e,0,t)}))},ondragmove:function(t,e,r){r.mutatePath(null,(function(r){r[e]=t}))},ondragend:function(t,e,r){}};const Qot={mutable:!1,resizable:!1,rotatable:!1,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/polyline"};class Jot extends $ot{get pathExtendable(){return!0}get path(){var t,e;const{from:r,to:n}=this.state,{path:i}=this.state;return[(null===(t=this.fromEnd)||void 0===t?void 0:t.position)||(null==r?void 0:r.position)||i[0],...i.slice(1,-1),(null===(e=this.toEnd)||void 0===e?void 0:e.position)||(null==n?void 0:n.position)||i[i.length-1]]}set path(t){const{from:e,to:r}=this.state;delete this._fromEnd,delete this._toEnd,this.set({from:{...e,position:t[0]},to:{...r,position:t[t.length-1]},path:t})}get controls(){var t=this.path,e=[];for(let r=0;r<t.length-1;r++){let n=t[r],i=t[r+1];0==r&&e.push({x:n.x,y:n.y,handler:Kot}),e.push({x:(n.x+i.x)/2,y:(n.y+i.y)/2,handler:Kot}),r==t.length-2&&e.push({x:i.x,y:i.y,handler:Kot})}return e}get nature(){return Qot}}Gtt.register("polyline",Jot);const Zot={mutable:!1,resizable:!1,rotatable:!1,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/ortholine"};class tat extends $ot{get pathExtendable(){return!1}get drawPath(){const t=this.path[0],e=this.path[1],{component:r,direction:n,boundaryPosition:i=t}=this.fromEnd||{},{component:o,direction:a,boundaryPosition:s=e}=this.toEnd||{};var c=[i,s],u=[];i&&u.push(i);var l=null==r?void 0:r.bounds;if(l){var h=r.transcoordS2T(l.left,l.top);h=this.transcoordT2P(h.x,h.y),l={...l,left:h.x,top:h.y}}var f=l?{left:l.left-20,top:l.top-20,width:l.width+40,height:l.height+40}:{left:i.x,top:i.y,width:0,height:0};l=l||f;var d=null==o?void 0:o.bounds;if(d){h=o.transcoordS2T(d.left,d.top);h=this.transcoordT2P(h.x,h.y),d={...d,left:h.x,top:h.y}}var p=d?{left:d.left-20,top:d.top-20,width:d.width+40,height:d.height+40}:{left:s.x,top:s.y,width:0,height:0};d=d||p;var g=[f,p];const v=f.left>p.left?p.left:f.left,y=f.top>p.top?p.top:f.top;var m,b,x,w,A,_,k,S,E,M,T={left:v,top:y,width:f.left+f.width>p.left+p.width?f.left+f.width-v:p.left+p.width-v,height:f.top+f.height>p.top+p.height?f.top+f.height-y:p.top+p.height-y},P=0,O=0;l.left+l.width<d.left?(w=0,A=1,E=n,M=a,m=(l.left+l.width+d.left)/2,P=d.left-m):d.left+d.width<l.left&&(w=1,A=0,E=a,M=n,m=(l.left+d.width+d.left)/2,P=l.left-m),l.top+l.height<d.top?(x=0,_=1,k=n,S=a,b=(l.top+l.height+d.top)/2,O=d.top-b):d.top+d.height<l.top&&(x=1,_=0,k=a,S=n,b=(l.top+d.height+d.top)/2,O=l.top-b);var I=[];if(m&&P>O){switch(M){case Yot:switch(E){case Uot:I.push({x:m,y:c[w].y}),I.push({x:m,y:c[A].y});break;case Yot:var C=g[w].top+g[w].height/2>c[A].y?Math.min(g[w].top,c[A].y):Math.max(g[w].top+g[w].height,c[A].y);I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:c[A].y});break;case Fot:case Bot:C=E===Bot?Math.max(c[w].y,c[A].y):Math.min(c[w].y,c[A].y);I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:c[A].y});break;default:return this.path}break;case Uot:switch(E){case Uot:var R=C=c[w].y<c[A].y?Math.min(g[A].top,c[w].y):Math.max(g[A].top+g[A].height,c[w].y);break;case Yot:R=C=void 0!==b?b:c[w].y<c[A].y?T.top-.5*P:T.top+T.height+.5*P;break;case Bot:R=C=void 0!==b?Math.max(b,c[w].y):T.top+T.height;break;case Fot:R=C=b?Math.min(b,g[w].top):T.top;break;default:return this.path}I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:R}),I.push({x:c[A].x,y:R});break;case Bot:switch(E){case Uot:C=c[w].y,R=c[w].y>c[A].y?c[w].y:g[A].top+g[A].height;break;case Yot:R=C=b?Math.max(b,g[A].top+g[A].height):T.top+T.height;break;case Bot:R=C=T.top+T.height;break;case Fot:C=b?Math.min(b,g[w].top):g[w].top,R=b?Math.max(b,g[A].top+g[A].height):g[A].top+g[A].height;break;default:return this.path}I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:R}),I.push({x:c[A].x,y:R});break;case Fot:switch(E){case Uot:C=c[w].y,R=c[w].y<c[A].y?c[w].y:g[A].top;break;case Yot:R=C=b?Math.min(b,g[A].top):T.top;break;case Bot:C=void 0!==b?Math.max(b,c[w].y):c[w].y,R=void 0!==b?Math.min(b,c[A].y):c[A].y;break;case Fot:R=C=T.top;break;default:return this.path}I.push({x:c[w].x,y:C}),I.push({x:m,y:C}),I.push({x:m,y:R}),I.push({x:c[A].x,y:R});break;default:return this.path}u.push(...0===w?I:I.reverse())}else if(b){switch(S){case Fot:switch(k){case Bot:I.push({x:c[x].x,y:b}),I.push({x:c[_].x,y:b});break;case Fot:var j=g[x].left+g[x].width/2>c[_].x?Math.min(g[x].left,c[_].x):Math.max(g[x].left+g[x].width,c[_].x);I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:c[_].x,y:b});break;case Yot:j=Math.min(c[x].x,c[_].x);I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:c[_].x,y:b});break;case Uot:j=Math.max(c[x].x,c[_].x);I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:c[_].x,y:b});break;default:return this.path}break;case Bot:switch(k){case Yot:var L=j=T.left;break;case Uot:L=j=void 0!==m?Math.max(m,c[x].x):T.left+T.width;break;case Fot:L=j=void 0!==m?m:c[x].x<c[_].x?T.left-.5*O:T.left+T.width+.5*O;break;case Bot:j=c[x].x,L=c[x].x<c[_].x?Math.min(g[_].left,c[x].x):Math.max(g[_].left+g[_].width,c[x].x);break;default:return this.path}I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:L,y:b}),I.push({x:L,y:c[_].y});break;case Uot:switch(k){case Yot:j=void 0!==m?Math.min(m,c[x].x):c[x].x,L=void 0!==m?Math.max(m,c[_].x):c[_].x;break;case Uot:L=j=T.left+T.width;break;case Fot:L=j=void 0!==m?Math.max(m,c[_].x):T.left+T.width;break;case Bot:j=c[x].x,L=Math.max(g[_].left+g[_].width,c[x].x);break;default:return this.path}I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:L,y:b}),I.push({x:L,y:c[_].y});break;case Yot:switch(k){case Yot:L=j=T.left;break;case Uot:j=void 0!==m?Math.max(m,c[x].x):c[x].x,L=void 0!==m?Math.min(m,c[_].x):c[_].x;break;case Fot:L=j=T.left;break;case Bot:j=c[x].x<c[_].x?Math.min(g[_].left,c[x].x):c[x].x,L=Math.min(j,c[_].x);break;default:return this.path}I.push({x:j,y:c[x].y}),I.push({x:j,y:b}),I.push({x:L,y:b}),I.push({x:L,y:c[_].y});break;default:return this.path}u.push(...0===x?I:I.reverse())}else switch(n){case Fot:switch(a){case Fot:var D=T.top;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Bot:var z=T.left+T.width;u.push({x:z,y:c[0].y}),u.push({x:z,y:T.top+T.height}),u.push({x:c[1].x,y:T.top+T.height});break;case Uot:z=c[1].y<c[0].y&&c[1].x<c[0].x?c[0].x:T.left+T.width;u.push({x:z,y:c[0].y}),u.push({x:z,y:c[1].y});break;case Yot:z=T.left;u.push({x:z,y:c[0].y}),u.push({x:z,y:c[1].y});break;default:return this.path}break;case Bot:switch(a){case Fot:z=T.left+T.width;u.push({x:z,y:c[0].y}),u.push({x:z,y:T.top}),u.push({x:c[1].x,y:T.top});break;case Bot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Uot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Yot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;default:return this.path}break;case Yot:switch(a){case Fot:z=c[0].x>c[1].x&&c[0].y<c[1].y?c[1].x:T.left,D=c[0].x>c[1].x&&c[0].y<c[1].y?c[1].y:Math.min(T.top,c[0].y);u.push({x:z,y:c[0].y}),u.push({x:z,y:D}),u.push({x:c[1].x,y:D});break;case Bot:z=T.left,D=Math.max(T.top+T.height,c[0].y);u.push({x:z,y:c[0].y}),u.push({x:z,y:D}),u.push({x:c[1].x,y:D});break;case Uot:z=T.left+T.width;u.push({x:c[0].x,y:T.top}),u.push({x:z,y:T.top}),u.push({x:z,y:c[1].y});break;case Yot:z=T.left;u.push({x:z,y:c[0].y}),u.push({x:z,y:c[1].y});break;default:return this.path}break;case Uot:switch(a){case Fot:D=c[0].y<c[1].y&&c[0].x<c[1].x?c[0].y:T.top;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Bot:D=c[0].y>c[1].y&&c[0].x<c[1].x?c[0].y:T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Uot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;case Yot:D=T.top+T.height;u.push({x:c[0].x,y:D}),u.push({x:c[1].x,y:D});break;default:return this.path}break;default:return this.path}return s&&u.push(s),[t,...u,e].filter(((t,e,r)=>{if(0===e)return!0;const n=r[e-1];return t.x!==n.x||t.y!==n.y})).filter(((t,e,r)=>{if(0===e||e>=r.length-1)return!0;const n=r[e-1],i=r[e+1];return!(t.x===n.x&&t.x===i.x||t.y===n.y&&t.y===i.y)}))}get nature(){return Zot}}Gtt.register("ortholine",tat);const eat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"image-selector",label:"image-src",name:"src",property:{displayField:"id",displayFullUrl:!0,baseUrlAlias:"$base_url",defaultStorage:"scene-image",storageFilters:{type:Array,value:[{name:"category",value:"image"}]},useUpload:!0}},{type:"select",label:"cross-origin",name:"crossOrigin",property:{options:["","anonymous","use-credentials"]}}],"value-property":"src",help:"scene/component/image-view"};class rat extends(Xtt(Wtt)){static get noimage(){return rat.NOIMAGE||(rat.NOIMAGE=new Image,rat.NOIMAGE.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABIBAMAAAD7Se1QAAAAIVBMVEUAAABHcEwBAQEREREBAQEEBAQGBgYLCwsDAwMDAwMICAi6HF9tAAAAC3RSTlNNAEAERiMYCS41Eac10lYAAAEgSURBVHhe7dY9asQwEAXgh7DNertNiJy48pIitY3SB7bYdk0ukL1BDDmA9gZecoH4pmFQ3MQayUMguPBrNPD4wD9TCMvJmt3M/AtYwXOlXiWgqADVCUBD46MAnGhMBaCiUQmAm8VA/Eh/eWl9Fn5WcxD+OLuRrUYJDKLluwH2InACUgkoACSdADxQc50Bytadb9RkM0CT13TcvlCT1HFg8UTHvasuUVACCa3El6u2UdD8LFTlKhUFFgA+d3dj10aABkUN72N3jAADCrJq7PIIsPidcxBoTHIIAjMFmyCwmGYIAA1P9gFgfCANAOsDSccCDW+uLDB+kLGg94OkZoAGkwsDDAe2DOg5oPxAg03rBR88OHpBz4N8UVeHFSwma74BTW6Ge4rIRa4AAAAASUVORK5CYII="),rat.NOIMAGE}dispose(){super.dispose(),this._offcanvas=null,this._image=null}render(t){var{left:e,top:r,width:n,height:i,isGray:o=!1,alpha:a=1,src:s}=this.state;if(this.prepareIf(!this._image&&s),t.beginPath(),t.globalAlpha*=a,this._image&&this._image.complete)if(o&&this._offcanvas)t.drawImage(this._offcanvas,e,r,n,i);else try{t.drawImage(this._image,e,r,n,i)}catch(o){t.drawImage(rat.noimage,e,r,n,i)}else!this.app.isViewMode&&t.drawImage(rat.noimage,e,r,n,i)}get nature(){return eat}get hasTextProperty(){return!1}ready(){super.ready(),this.prepareIf(!this._image&&this.state.src)}prepare(t,e){var{src:r,crossOrigin:n}=this.state;if(r){this._image=new Image;try{n&&(this._image.crossOrigin=n),this._image.src=this.app.url(r)||""}catch(t){return void e(t)}this._image.onload=()=>{if(this.get("isGray")){let t=this._image.width,e=this._image.height;this._offcanvas=Gtt.createCanvas(t,e);let r=this._offcanvas.getContext("2d");r.drawImage(this._image,0,0);let n=function(t,e,r){try{var n=t.getImageData(0,0,e,r)}catch(t){return v9("Get Image Data Error: "+t.message),null}var i=n.data;for(let t=0;t<e*r*4;t+=4){let e=i[t],r=i[t+1],o=i[t+2],a=parseInt((e+r+o)/3);n.data[t]=a,n.data[t+1]=a,n.data[t+2]=a}return n}(r,t,e);r.putImageData(n,0,0)}t(this)},this._image.onerror=t=>{this._image&&!this._image.currentSrc&&(this._image=null),e(t)}}else t(this)}get src(){return this.get("src")}set src(t){this.set("src",t)}onchange(t,e){(t.hasOwnProperty("src")||t.hasOwnProperty("isGray"))&&(this._offcanvas=null,this._image=null,this.prepareIf(t.src))}ondropfile(t,e){for(let r=0;r<t.length;r++)if(t[r].type.startsWith("image/"))return void(this.src=e[r])}}Gtt.register("image-view",rat);class nat extends(Eot(Xtt(Gtt))){is3dish(){return!0}prerender(){}}var iat={},oat={},aat={};Object.defineProperty(aat,"__esModule",{value:!0});var sat=function(){function t(){}return t.bitsToNum=function(t){return t.reduce((function(t,e){return 2*t+e}),0)},t.byteToBitArr=function(t){for(var e=[],r=7;r>=0;r--)e.push(!!(t&1<<r));return e},t.lzwDecode=function(t,e){for(var r,n,i=0,o=function(t){for(var r=0,n=0;n<t;n++)e.charCodeAt(i>>3)&1<<(7&i)&&(r|=1<<n),i++;return r},a=[],s=1<<t,c=s+1,u=t+1,l=[],h=function(){l=[],u=t+1;for(var e=0;e<s;e++)l[e]=[e];l[s]=[],l[c]=null};;)if(n=r,(r=o(u))!==s){if(r===c)break;if(r<l.length)n!==s&&l.push(l[n].concat(l[r][0]));else{if(r!==l.length)throw new Error("Invalid LZW code.");l.push(l[n].concat(l[n][0]))}a.push.apply(a,l[r]),l.length===1<<u&&u<12&&u++}else h();return a},t}();aat.SuperGifUtils=sat,Object.defineProperty(oat,"__esModule",{value:!0});var cat=aat,uat=function(){function t(t,e){this.stream=t,this.handler=e}return t.prototype.parseCT=function(t){for(var e=[],r=0;r<t;r++)e.push(this.stream.readBytes(3));return e},t.prototype.readSubBlocks=function(){var t,e;e="";do{t=this.stream.readByte(),e+=this.stream.read(t)}while(0!==t);return e},t.prototype.parseHeader=function(){var t={};if(t.sig=this.stream.read(3),t.ver=this.stream.read(3),"GIF"!==t.sig)throw new Error("Not a GIF file.");t.width=this.stream.readUnsigned(),t.height=this.stream.readUnsigned();var e=cat.SuperGifUtils.byteToBitArr(this.stream.readByte());t.gctFlag=e.shift(),t.colorRes=cat.SuperGifUtils.bitsToNum(e.splice(0,3)),t.sorted=e.shift(),t.gctSize=cat.SuperGifUtils.bitsToNum(e.splice(0,3)),t.bgColor=this.stream.readByte(),t.pixelAspectRatio=this.stream.readByte(),t.gctFlag&&(t.gct=this.parseCT(1<<t.gctSize+1)),this.handler.hdr&&this.handler.hdr(t)},t.prototype.parseExt=function(t){var e=this;switch(t.label=this.stream.readByte(),t.label){case 249:t.extType="gce",function(t){e.stream.readByte();var r=cat.SuperGifUtils.byteToBitArr(e.stream.readByte());t.reserved=r.splice(0,3),t.disposalMethod=cat.SuperGifUtils.bitsToNum(r.splice(0,3)),t.userInput=r.shift(),t.transparencyGiven=r.shift(),t.delayTime=e.stream.readUnsigned(),t.transparencyIndex=e.stream.readByte(),t.terminator=e.stream.readByte(),e.handler.gce&&e.handler.gce(t)}(t);break;case 254:t.extType="com",function(t){t.comment=e.readSubBlocks(),e.handler.com&&e.handler.com(t)}(t);break;case 1:t.extType="pte",function(t){e.stream.readByte(),t.ptHeader=e.stream.readBytes(12),t.ptData=e.readSubBlocks(),e.handler.pte&&e.handler.pte(t)}(t);break;case 255:t.extType="app",function(t){e.stream.readByte(),t.identifier=e.stream.read(8),t.authCode=e.stream.read(3),"NETSCAPE"===t.identifier?function(t){e.stream.readByte(),t.unknown=e.stream.readByte(),t.iterations=e.stream.readUnsigned(),t.terminator=e.stream.readByte(),e.handler.app&&e.handler.app.NETSCAPE&&e.handler.app.NETSCAPE(t)}(t):function(t){t.appData=e.readSubBlocks(),e.handler.app&&e.handler.app[t.identifier]&&e.handler.app[t.identifier](t)}(t)}(t);break;default:t.extType="unknown",function(t){t.data=e.readSubBlocks(),e.handler.unknown&&e.handler.unknown(t)}(t)}},t.prototype.parseImg=function(t){t.leftPos=this.stream.readUnsigned(),t.topPos=this.stream.readUnsigned(),t.width=this.stream.readUnsigned(),t.height=this.stream.readUnsigned();var e=cat.SuperGifUtils.byteToBitArr(this.stream.readByte());t.lctFlag=e.shift(),t.interlaced=e.shift(),t.sorted=e.shift(),t.reserved=e.splice(0,2),t.lctSize=cat.SuperGifUtils.bitsToNum(e.splice(0,3)),t.lctFlag&&(t.lct=this.parseCT(1<<t.lctSize+1)),t.lzwMinCodeSize=this.stream.readByte();var r=this.readSubBlocks();t.pixels=cat.SuperGifUtils.lzwDecode(t.lzwMinCodeSize,r),t.interlaced&&(t.pixels=function(t,e){for(var r=new Array(t.length),n=t.length/e,i=function(n,i){var o=t.slice(i*e,(i+1)*e);r.splice.apply(r,[n*e,e].concat(o))},o=[0,4,2,1],a=[8,8,4,2],s=0,c=0;c<4;c++)for(var u=o[c];u<n;u+=a[c])i(u,s),s++;return r}(t.pixels,t.width)),this.handler.img&&this.handler.img(t)},t.prototype.parseBlock=function(){var t={};switch(t.sentinel=this.stream.readByte(),String.fromCharCode(t.sentinel)){case"!":t.type="ext",this.parseExt(t);break;case",":t.type="img",this.parseImg(t);break;case";":t.type="eof",this.handler.eof&&this.handler.eof(t);break;default:throw new Error("Unknown block: 0x"+t.sentinel.toString(16))}"eof"!==t.type&&setTimeout(this.parseBlock.bind(this),0)},t.prototype.parse=function(){this.parseHeader(),setTimeout(this.parseBlock.bind(this),0)},t}();oat.SuperGifParser=uat;var lat={};Object.defineProperty(lat,"__esModule",{value:!0});var hat=function(){function t(t){this.data=t,this.position=0}return t.prototype.readByte=function(){if(this.position>=this.data.length)throw new Error("Attempted to read past end of stream.");return this.data instanceof Uint8Array?this.data[this.position++]:255&this.data.charCodeAt(this.position++)},t.prototype.readBytes=function(t){for(var e=[],r=0;r<t;r++)e.push(this.readByte());return e},t.prototype.read=function(t){for(var e="",r=0;r<t;r++)e+=String.fromCharCode(this.readByte());return e},t.prototype.readUnsigned=function(){var t=this.readBytes(2);return(t[1]<<8)+t[0]},t}();lat.SuperGifStream=hat,Object.defineProperty(iat,"__esModule",{value:!0});var fat=oat,dat=lat,pat=function(){function t(t,e){var r=this;for(var n in this.gifImgElement=t,this.options={autoPlay:!0},this.loading=!1,this.ready=!1,this.transparency=null,this.delay=null,this.disposalMethod=null,this.disposalRestoreFromIdx=null,this.lastDisposalMethod=null,this.frame=null,this.lastImg=null,this.playing=!0,this.forward=!0,this.ctxScaled=!1,this.frames=[],this.frameOffsets=[],this.initialized=!1,this.currentFrameIndex=-1,this.iterationCount=0,this.stepping=!1,this.handler={hdr:this.withProgress(this.doHdr.bind(this)),gce:this.withProgress(this.doGCE.bind(this)),com:this.withProgress(this.doNothing.bind(this)),app:{NETSCAPE:this.withProgress(this.doNothing.bind(this))},img:this.withProgress(this.doImg.bind(this)),eof:function(){r.pushFrame(),r.canvas.width=r.hdr.width*r.getCanvasScale(),r.canvas.height=r.hdr.height*r.getCanvasScale(),r.playerInit(),r.loading=!1,r.ready=!0,r.loadCallback&&r.loadCallback(r.gifImgElement)}},e)this.options[n]=e[n];this.onEndListener=e.onEnd,this.loopDelay=e.loopDelay||0,this.overrideLoopMode=null!=e.loopMode?e.loopMode:"auto",this.drawWhileLoading=null==e.drawWhileLoading||e.drawWhileLoading}return t.prototype.init=function(){var t=this.gifImgElement.parentNode,e=document.createElement("div");this.canvas=document.createElement("canvas"),this.canvasContext=this.canvas.getContext("2d"),this.tmpCanvas=document.createElement("canvas"),e.className=this.options.enclosingClass||"super-gif",e.appendChild(this.canvas),t&&(t.insertBefore(e,this.gifImgElement),t.removeChild(this.gifImgElement)),this.initialized=!0},t.prototype.loadSetup=function(t){return!this.loading&&(t&&(this.loadCallback=t),this.loading=!0,this.frames=[],this.clear(),this.disposalRestoreFromIdx=null,this.lastDisposalMethod=null,this.frame=null,this.lastImg=null,!0)},t.prototype.completeLoop=function(){this.onEndListener&&this.onEndListener(this.gifImgElement),this.iterationCount++,!1!==this.overrideLoopMode||this.iterationCount<0?this.doStep():(this.stepping=!1,this.playing=!1)},t.prototype.doStep=function(){if(this.stepping=this.playing,this.stepping){this.stepFrame(1);var t=10*this.frames[this.currentFrameIndex].delay;t||(t=100),0===this.getNextFrameNo()?(t+=this.loopDelay,setTimeout(this.completeLoop.bind(this),t)):setTimeout(this.doStep.bind(this),t)}},t.prototype.step=function(){this.stepping||setTimeout(this.doStep.bind(this),0)},t.prototype.putFrame=function(){var t;this.currentFrameIndex=parseInt(this.currentFrameIndex.toString(),10),this.currentFrameIndex>this.frames.length-1&&(this.currentFrameIndex=0),this.currentFrameIndex<0&&(this.currentFrameIndex=0),t=this.frameOffsets[this.currentFrameIndex],this.tmpCanvas.getContext("2d").putImageData(this.frames[this.currentFrameIndex].data,t.x,t.y),this.canvasContext.globalCompositeOperation="copy",this.canvasContext.drawImage(this.tmpCanvas,0,0)},t.prototype.playerInit=function(){this.loadErrorCause||(this.canvasContext.scale(this.getCanvasScale(),this.getCanvasScale()),this.options.autoPlay?this.step():(this.currentFrameIndex=0,this.putFrame()))},t.prototype.clear=function(){this.transparency=null,this.delay=null,this.lastDisposalMethod=this.disposalMethod,this.disposalMethod=null,this.frame=null},t.prototype.parseStream=function(t){try{new fat.SuperGifParser(t,this.handler).parse()}catch(t){this.handleError("parse")}},t.prototype.setSizes=function(t,e){this.canvas.width=t*this.getCanvasScale(),this.canvas.height=e*this.getCanvasScale(),this.tmpCanvas.width=t,this.tmpCanvas.height=e,this.tmpCanvas.style.width=t+"px",this.tmpCanvas.style.height=e+"px",this.tmpCanvas.getContext("2d").setTransform(1,0,0,1,0,0)},t.prototype.drawError=function(){this.canvasContext.fillStyle="black",this.canvasContext.fillRect(0,0,this.hdr.width,this.hdr.height),this.canvasContext.strokeStyle="red",this.canvasContext.lineWidth=3,this.canvasContext.moveTo(0,0),this.canvasContext.lineTo(this.hdr.width,this.hdr.height),this.canvasContext.moveTo(0,this.hdr.height),this.canvasContext.lineTo(this.hdr.width,0),this.canvasContext.stroke()},t.prototype.handleError=function(t){this.loadErrorCause=t,this.hdr={width:this.gifImgElement.width,height:this.gifImgElement.height},this.frames=[],this.drawError()},t.prototype.doHdr=function(t){this.hdr=t,this.setSizes(this.hdr.width,this.hdr.height)},t.prototype.doGCE=function(t){this.pushFrame(),this.clear(),this.transparency=t.transparencyGiven?t.transparencyIndex:null,this.delay=t.delayTime,this.disposalMethod=t.disposalMethod},t.prototype.pushFrame=function(){this.frame&&(this.frames.push({data:this.frame.getImageData(0,0,this.hdr.width,this.hdr.height),delay:this.delay}),this.frameOffsets.push({x:0,y:0}))},t.prototype.doImg=function(t){var e=this;this.frame||(this.frame=this.tmpCanvas.getContext("2d"));var r=this.frames.length,n=t.lctFlag?t.lct:this.hdr.gct;r>0&&(3===this.lastDisposalMethod?null!==this.disposalRestoreFromIdx?this.frame.putImageData(frames[this.disposalRestoreFromIdx].data,0,0):this.frame.clearRect(this.lastImg.leftPos,this.lastImg.topPos,this.lastImg.width,this.lastImg.height):this.disposalRestoreFromIdx=r-1,2===this.lastDisposalMethod&&this.frame.clearRect(this.lastImg.leftPos,this.lastImg.topPos,this.lastImg.width,this.lastImg.height));var i=this.frame.getImageData(t.leftPos,t.topPos,t.width,t.height);t.pixels.forEach((function(t,r){t!==e.transparency&&(i.data[4*r+0]=n[t][0],i.data[4*r+1]=n[t][1],i.data[4*r+2]=n[t][2],i.data[4*r+3]=255)})),this.frame.putImageData(i,t.leftPos,t.topPos),this.ctxScaled||(this.canvasContext.scale(this.getCanvasScale(),this.getCanvasScale()),this.ctxScaled=!0),this.drawWhileLoading&&(this.canvasContext.drawImage(this.tmpCanvas,0,0),this.drawWhileLoading=this.options.autoPlay),this.lastImg=t},t.prototype.doNothing=function(){},t.prototype.withProgress=function(t){return function(e){t(e)}},t.prototype.getNextFrameNo=function(){var t=this.forward?1:-1;return(this.currentFrameIndex+t+this.frames.length)%this.frames.length},t.prototype.stepFrame=function(t){this.currentFrameIndex=this.currentFrameIndex+t,this.putFrame()},t.prototype.getCanvasScale=function(){return this.options.maxWidth&&this.hdr&&this.hdr.width>this.options.maxWidth?this.options.maxWidth/this.hdr.width:window.devicePixelRatio||1},t.prototype.play=function(){this.playing=!0,this.step()},t.prototype.pause=function(){this.playing=!1},t.prototype.isPlaying=function(){return this.playing},t.prototype.getCanvas=function(){return this.canvas},t.prototype.isLoading=function(){return this.loading},t.prototype.isReady=function(){return this.ready},t.prototype.isAutoPlay=function(){return this.options.autoPlay},t.prototype.getLength=function(){return this.frames.length},t.prototype.getCurrentFrame=function(){return this.currentFrameIndex},t.prototype.moveTo=function(t){this.currentFrameIndex=t,this.putFrame()},t.prototype.loadURL=function(t,e){var r=this;if(this.loadSetup(e)){var n=new XMLHttpRequest;n.open("GET",t,!0),"overrideMimeType"in n?n.overrideMimeType("text/plain; charset=x-user-defined"):"responseType"in n?n.responseType="arraybuffer":n.setRequestHeader("Accept-Charset","x-user-defined"),n.onloadstart=function(){r.initialized||r.init()},n.onload=function(){if(200===n.status){var t=n.response;t.toString().indexOf("ArrayBuffer")>0&&(t=new Uint8Array(t));var e=new dat.SuperGifStream(t);setTimeout((function(){r.parseStream(e)}),0)}else r.handleError("xhr - response")},n.onerror=function(){r.handleError("xhr")},n.send()}},t.prototype.load=function(t){this.loadURL(this.gifImgElement.src,t)},t}(),gat=iat.SuperGif=pat;const vat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"image-selector",label:"src",name:"src"},{type:"checkbox",label:"play",name:"play"}],"value-property":"src",help:"scene/component/gif-view"};class yat extends nat{async oncreate_element(t){var{src:e,play:r}=this.state;this.onchangesrc(e),this.onchangeplay(r)}buildImg(){var t=this.element;t.innerHTML="";var e=document.createElement("img");return e.style.width="100%",e.style.height="100%",t.appendChild(e),e}onchange(t,e){super.onchange(t,e),"src"in t&&this.onchangesrc(t.src),"play"in t&&this.onchangeplay(t.play)}setElementProperties(t){}onchangeplay(t){var e=this._superGif;e&&e.isReady()&&(t?e.play():e.pause())}onchangesrc(t){var e=this.buildImg();t||(t="data:image/gif;base64,R0lGODlhYABIAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKio+Pj5iYmKCgoKampqurq66urrCwsLGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrOzs7S0tLa2tre3t7m5ubu7u7+/v8DAwMHBwcPDw8XFxcfHx8vLy8/Pz9LS0tXV1dfX193d3eTk5Onp6fj4+Pz8/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////yH5BAkAAPUAIf47R2VuZXJhdGVkIGJ5IGpzZ2lmIChodHRwczovL2dpdGh1Yi5jb20vYW50aW1hdHRlcjE1L2pzZ2lmLykALAAAAABgAEgAAAj+AGcJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmR9VKqXMmypcuXMGPKnJkSIs2bOHPqZGlzp8+fQOv1DEq0KMyhRpMmRaq0KVCmTqPmhCq1qkyqLrFRSyYwGTVsVo1iZXmNa8Fk18ISHasSm1mDycCq/ck2JTWF1ObSfTjz7cFken3WFbow8M7BDA3rHOwXruKpfGXeTZg3qDVrUge7RRg3KLZjx+Q2HVyvLNy0QaMJjBaVdD2tZr2K/mmNIObRkR+n9AsYt0Pddg1WXppb8bWDx1CLLW74GcJnSl3TtDY8Zu2Et4tKl7n52eyWnxXvhl7+26jqrspbnlfIWjtz2gWPZV95neH8veU9NxZYfbfD3kFt99J6Bnmn0mQO9XfYezrVxxlmx0GUXIAM4hSeffsxBN1TFd5E4Ef3QZbfTg6CNJ5gHXJ3TEntLThiTh+KFCJNAqZU4kgAitjQTheepOBMNcZI0oQ6JpbTjSZtiNN2PZ400IxHpdiSc07G911M0iFZZYtAStnWilUeBGVLrlEZpmM0elmPlmfO8iOZXl4DZpsGEYmll2bSWWCXLwJXVY1+urhjoGEBSuiSah6K36CKtpZoo4s9CimielZq6aWYZqrpppx26umnoIZ6UkAAOw=="),e.src=t,e.setAttribute("rel:animated_src",t),e.setAttribute("rel:auto_play",0),this._superGif=new gat(e,{autoPlay:!1}),this._superGif.init();for(const t of this.element.children)t.style.width="100%",t.style.height="100%";var r=this._superGif.getCanvas();r.style.width="100%",r.style.height="100%",this._superGif.load((()=>{setTimeout((()=>{this._superGif.moveTo(0),this.play&&this._superGif.play()}),100)}))}ondropfile(t,e){for(let r=0;r<t.length;r++)if(/\.gif$/.test(t[r].name))return void(this.src=e[r])}get src(){return this.getState("src")}set src(t){this.set("src",t)}get play(){return this.getState("play")}set play(t){this.setState("play",t)}get nature(){return vat}get tagName(){return"div"}}Gtt.register("gif-view",yat);const mat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"attachment-selector",label:"src",name:"src",property:{category:"audio"}},{type:"checkbox",label:"started",name:"started"},{type:"checkbox",label:"loop",name:"loop"}],"value-property":"src",help:"scene/component/audio"};class bat extends(Xtt(Wtt)){static get image(){return bat.IMAGE||(bat.IMAGE=new Image,bat.IMAGE.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAMAAAC3Ycb+AAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMA8BAwgNBgQKB/wCBwUJDg37CvXyUlBK8AABFYSURBVHja7NsBkqIwFIThTiAQgyBq3/+sm6p1tnamZkaTMhJJf1f4S/JeEIiIiIiIiIiIiIiIiEhD7Hg4BH84TpAKjJ4f3NFCtjVd+InXz2RTs+FXlxGylYHfcVfIJmb+YFWSLUyGVJKKBJJKUo+Rd6w63l/qzLuCkryO5fe0l2xk5mMWbe+v0fNBRqf7S3je6CipQ2ACr+dWcYEpzBFS1plpguatsnomMgdIQSOTuQ5SjmE6/UgK8szgdJIUM/FG41YlFmYJ2kkKsY5ZzAwBurHDk3WGeRY0bvYrGa1+rqNI22f7dS32ZnUK1GMr0eSK3mEc9dhKMxp+ZTo8kT2emOXS5LQ1kCxbJBocSd2k5PaIjMVzjWcdJPk9ooBnmzx1t5XbIxqBKpJ4NGTgzwKiGpK4do72gb+ZUMIYtCPm9WCPMsYTE5k2hq2ZvzujlCE1iRmwf3dvmRyKsT0T7b9I7HEPCpqCiqT2IIqaT1pI0noQZdlFC8l/PbYPAnRORT56VBEE6FXkb49agmByKhJ71BME6FsvEntUFQTdqekisUdlQWCXhovEHtUFAWbTapHYo8YgmFybO3vsUWcQYGmxSOxRbRAMprkisUfFQVKmrX18sxt7VB0ENjT1xir2qDxIwkFi3v89e+xRfxAMzfzzIfZ4hyAYDR9zwVuLPd4jCDrTwoLYGb5LEFi3/+E3rweR6urX20c/Fvls2Pvwm9mDSGIPhv8YPyGf3/eo9Ye7O8B2FIShAAooakEttex/rbODad5/yTHIAjqn505IQPv+Xz06dz+4VXORHEZcgAcB8updM8F6e25jBzwIkE07l+x8amMnPDp6nsNJ+BoZ7Q6F8egqAda9VEuRNlZjBzwYkMskdXR73okd8GBAJiKYjBcZKKqG9OiKDbgdfxJ5VhsBPDiQZhaouD3p4hfw4EAmwxisz3MSHwAPEmQ1TB1N+SmXWoAHC7JbZsWl/IxLLcCDBplNo3lrfMLsmwAPGmShAxX5/1vOEzjEz3iyfQ/hI36W4TctsUesOAifPdrQg8M++KYl95iCBkjI1r8634betBAPHZDTPFAmD3zLiHgogVTziMsahz0eIh5aIGHGRSJ2mFtHPR4iHhQIP2UvWGMf8wk74qEIEib7rLjPiBfxiAcCwp8V+Nae3uMdRhAPDIR/J5f/Q2DTcC+hIB7qIGEq3Ti9bx+sryMeAAgS70OK8G2kBD8L8QBAoLWU3g3vUVIc6D0txAMAsY+4jBWowXHO64gHBGKfYJ2T5qY1BxcL98BB+PQ+XiS9xxh9EQ8ChA6C5UXWIUoE9MBB8LVHQoS7ib8/dRn3sAcJ6bQRSdH96RDxIEH4QEX+AHF4LxHEAwUh12xyr1V8lwjiQYDYF8kuf1jluUQQDwrEvkhW8Wc6LhHUgwfhi4QPlHm7LRHawx4kpE191Dq8lgjhAYDQa1cftYrPEiE8OJDb40uqyzdQCA8WhAzL4G/PT4c3WrgHD2IfllGl53V37zsgHg5ApPNvVvq4Fn4spx4oiH1W3CwtEV+PDhEPJyBSkVX4aa7emkM83ICEKWpGM7wdvYCCeDgCEYpcwhLxczhEPFyBCEUWnRL5T6X59SBASBF+9l28TL5F7uEORCZyCUvEx+S7yT0cgoRVb9JaXLR1qUdfgksQ0fTbgmhFB20d8HAKEha14+F8f1sHPNyCiL6EqK+n20/rgIdjkFC0Ho1s6Gndvcc9ICkr/ey8/rHO6vp9KawL8DAFOV6l9Fyub7IbflsCag1qRfVsXWvxHjxIejU+BHZV6uvHD1XiEb++Bw8i+dNd+Wv0eCQmhcPhRPwUUt2DB5G1sfa1aeyzAuyJj9x2HjyIdKzIKw5SI14ieFtvo3kIQERj3lVhkUOnRD7AnjV5369QkAOJZeCH+Jh41xOLs73dQwAifY6dpxCCbjTDzLf1Bm1Y93tAIDOWXcLPvrHyr2hVoEAceEAgDQzB4jetk0/c2OXRHB48EJCpa4dgpYh2ETxtrshz7zx4ICCzfuTSDn8p/EOS9OTjwgMB+cABP3yWYuOPIofs33LigYCULlpZNXJppVU30Vf14kGAUCLijf1D71lN9FW9eFiA9KgZ8FPpPUsSnufGA+8hvAg2Kpz0nrX//qp+PIgpC3i6xJRITOye9fn1VT15ICCrVlQG5rywo0H8x965bVkNwmCYQ2kR6Gmb939WXV65dFnI/tPdjPBfO7XMN4EkTUJtqZp4sCJ1+8jwkhMu0KpMxFXFA8hlVfQSMxGH5mDK1VKV8QCyvTVtUiYyo7V358VStfGoAEFMhGYhEwloxZy9WKo2Hjwg5iSOvFDXeUYd33+PuVfHgwnEBWLocDJp+IIa2fyvperjwQRiXCKGosyXqoA+YfsIELuYu4HAt+msMknfDK4jfQJIzOZ2IPAQWJtFOhQKivR2IDZ6Awis7V0iLxqBI7uEZo19dakTogLSwKvf8yk8Jq6CGK0GKvWlatG7b7kkUU/Lo1gdXWn7/4E0j0qeJDpqN/ABqQcgJgdqURb4chjQktIugDS6wFFiz3JgaJj7AGJmholAe9YKhoZLJ0Ca6smjwJ4VwVN96gVIE5GM71kHaGKxGyAtRDaB2NBhLVmpHyANRKzDO28W7FS3HQFpaIWa8TrfCXQwegJSL5k+8M9UJ+pm9QTEnCIZrR0MDQeQ9ua0iCcYQaBTV0CqNXQW/yiyYG7W1heQanPaCkciBXuH1BkQJzHcDQxmpgGkPatl4WkbCXO/bW9AqlNg4H0PPMi6A1IxkQmOZ8D0ousNSMVEEuyreTAQ6Q7IRJeCX2YZQHhv6SrBOmpkM+YUzN0BqSRQCupmTeCP9wdkhiOREwtEzgGEsWcF9BhK9R8fQDiN7A8DiR0CKXQlj/q9IM8OgXjIzcKBlAHkD6FulgNzJwPIHwpo8mQAkX3LiPq9dKUMAQk9AqmcqmjuBAJCPQIpA4guIAsKJA0gnwNy3A4kDyBIHCEPxAwgf8gPILqA5AFEF5CxZX0lIHYc6rqADLf380BmFMgxgIzUyf8MJKLTRelKHgKy9wgkjfS7LiA0gKgC8vQn3HUA4RQ5LKPIAQciWbqIEg0YkLNDIHYUyqkCsmKN5vg3+W0AYTRATaPY+uu1IwS6UMGAlO6AFPjSCQMStaNh53cdcPG7Hx1Uupo+rx+Bltn1BuTAj5BptEV/bHAAwbnJMICwRmtUDOSEA8s4Rmtw3nITGD6TwUNoG0Ca7xi2YKSPj2eKXQFxQWKA2QbGMWEMMGseOb7C7T47uJS1JyAzVbTjqZdU3zbHzMXWS+qp4Fgn8Ahy/QCRGqQcwU1vGnN7fylboWn8Bzg//hyjxltvdcl45bwFfYKzFyBy11UU9BnjuoqfWizVlQXulpzBTNbaB5Aid+VRrkBFB630AMS9BC8FK2ggE7u/FGy1kvfcB9TKQufX5uUXNWl3EjvWCi4k/u9A3Ddq1CpTIQGe6VN1qd8ArcvDQNw3S41Kn6qQmOq5e7pRr+8fAYLiIJtFrrvYRMYL0q06vj8EZLXUriJzRY8H1xEagOCK7gkghRg6RQYO0I6aWPwIEAru80AiMWSdzAeuDXUKyr+WqpAID8hMHC1Ct8F4mUsQ6W8pJMICki0JHCBczAFdBl38G3VE6ErQhhWlih4LWrCSLpaqjggHiGe9mVjRY0YPoelyqcqIcIDEe97rqJFFH7FcLlUZEQ6Qg5plvZiBFNhtri1VFREGEC/Eg4nZoU5vqi1VFREGkIXDQ8xAIhzoT/WlKiLCAFIYPOQMxOPdjfWlKiLCADJRm3YGj+pDE2xktmmpaogwgMz8d8GrumZ4xzpbvinqISJ+hiTWm7wEqoJdI9JEV9JChAEkS3xCZzKecLcgN6YwlRBhAGmweTsblg6qKMM7Vmh321UQ4QAp1VfwhqVJIh+Wm03W0qV0EOEAybXtivkCmWrKeH2EZ/xBaSBCV2L9Re+LYSqJJIxDu1ew07U0EGEBcTtmHty4JuPtQhvLh1BAhK7Uvvq0GK484QZST0GvvFDqeSJ1IA0r2mfDljvqBoJ//rVsq7yZCA6kXgVkJ2f4ijIGMjOfMVsCBBORB2Jy+sM6ijNvaBUqmw/cStZ8EiKciHwp6Rp++88qmxXQeTUxDiJWJ9wSISvBicgXW+dypn1PqWTznlwgwdZdfiLHr5OELEAEASKvJFRE5JCPKbh8OxHdQKJU0crEzRXrJ/IEkFms6tGyrUw9kQeALFRXvK2iSzsRAAi6BLxM+60xdsqJAEBuXMAMxDLVp+gmAgC57/UT4qvVj3TVRCAgSAYL91aXtyNLzUQAIFhAiP8m0/NHOp+ILiBtPFKrs6bgSOcT0QTEB8nO3QR1yKslggKRf+m11UB0HOl8IlqAeCvauXuo8HnfIqIDyCw6G8XMcGiplMingMzCnbuHFp/3LSLPA4nUpqm5YkWNzwsQeQxIDsKjH5wVSU5qJPIJIIt4jjpqNBAekQeBfJOeHWS81FQoo4/I7UDcS3wUh0liTzLqiEgDqddx4ZHDrNZAACIAEMw88HPYWb0GAhABgEDmgf9Vb5oNBCByOxD3uqWYbCHVBgIQuRlIsbfwMEG5gQBE7gSyHMDsOayrxJvHBRC5B0hOxJH1nK4SlUE6QOR+IG6ju3iYQEqDdIDIzUDyZu/jMRHpS/OiRG4FkiPRfTw8kbrvIAJEACAIDpyHC1/GQHhEbgKSXwTyqIeEur6kixEBgABHOTr7YSX1MSFAhA0E307wUU76Y0KACAsI/tvCRzkF+iIuL0AEAYLbR2QOfvhKJ/obRESBxNt5rPSFXN4f7dyNdqMgEIbhAXWwJErT/e7/Wreb5HTT07QVgWSAeW5g7b4n8qOSUCRPEId4HP93SXp5dDNGRJFcQTxihSH+NW1Bb1cXKpIryJAwnG/zhl8ZcSP6jiKZghwRaaWLnP/AkcSKKJIniEcUs8QfjFLdEmRvkSxB4lfn0QN6DY+lshQpHiT96Dlr6r5hxRUpHST9ZEY71X7DOmOZQVZLsd5Q8wzrPxYYJDiKNqOBG1ZCkZKzrNXu6lHvkjChSFqQsdTPg45ApXtYaUXKr9TNuPcvqO2pVMkitFXAL2a79/qr3HQvVSTXUtofCl79RDXh5CDpw3pwu6+9kRlvtiI5VtPhmHLltT4EKVQkfb8pcOHrXqk6nBAksUjgpKtuYsskaxGKYT0+84uYgziE4YQgMdx0m8PRfis2MbL33PMXoVjD6PEunI4HSjDjStiJP08vQk9hZzQ7oH/geoLYCUBDW4rf4FqCDFt7THUO6B+4jiDn2XNTW7zf4hqCMND4BOsGyw+yAmh0x+QeFh7EeqD5Ce8nLDrI8NpbDyIWHIQNruo4GyAPlhrEzuixBxHLDDJMnfYgYolBricHNfjIdgMWF+Qyu+pkgX4HCwuymL57ELGkIHZG7z2IWE6Q5VV7vGMhQewbtMcZiwhyHj26ne9+xs8PcvDQHnFFqCD7Au0RW4TK+fOKqw4eoOcqYqgU53HR3/5uShFPCfKey9hFDyJO/vAi7RDZnp7X5igyUH72xSDW1E2Pn4tMRCQgR8vLwbgii4gcmLvqQcSPGtIPX3M08wn6I4qYQ94cM/Yw9Xxhmw+X/59wHrtMlX1AmIkzdyaaAnLg1Nnw8WGYSk40X/BOh4+El6LMSBnN2Cd0tPq4w/LJXGrMbCX06PZ2dcM65yzlNertShSHf3SzRAyPM332IcSAHUKPi8EHmXU0l8Uglmni0yipDoi16s+jJKejhywLooz68yiMEcHr2qM4h81CJ++VPJfTu5UwBpv4Pp9DJSi6MJx0bvUwiw4ewgT8zNR0LHUL+OccOpY/3ElzyGKD5pBlMJpDlsOkMythRoNbXh95PJsdA67MrMtAEYbjeDqNo+7oKqWUUkoppZRSSimllFJKFfMXp4vmSjB8n6sAAAAASUVORK5CYII="),bat.IMAGE}dispose(){super.dispose(),this.started=!1,delete this._audio}ready(){super.ready(),this._audio=new Audio,this._audio.addEventListener("canplay",(()=>{this.started&&this._audio.play()}));var{src:t="",loop:e=!1,started:r=!1}=this.state;this.onchangeSrc(t),this.onchangeLoop(e),this.onchangeStarted(r)}render(t){var{left:e,top:r,width:n,height:i,src:o}=this.state;t.beginPath(),this.drawImage(t,bat.image,e,r,n,i)}get nature(){return mat}get hasTextProperty(){return!1}get src(){return this.get("src")}set src(t){this.set("src",t)}get started(){return!!this.get("started")}set started(t){this.set("started",t)}start(){this._audio&&(this._audio.classList.add("active"),this._audio.play())}pause(){this._audio&&(this._audio.classList.remove("active"),this._audio.pause())}onchangeSrc(t){try{"data"!==String(t).substring(0,4)?this._audio.crossOrigin="use-credentials":this._audio.crossOrigin=null,this._audio.src="string"==typeof t?this.app.url(t):t}catch(t){return void console.error(t)}}onchangeStarted(t){const e=this._audio;t?4==e.readyState&&e.play():e.pause()}onchangeLoop(t){this._audio.loop=t}onchange(t,e){"src"in t&&this.onchangeSrc(t.src),"started"in t&&this.onchangeStarted(t.started),"loop"in t&&this.onchangeLoop(t.loop)}ondblclick(t){this.started=!this.started}ondropfile(t,e){for(let r=0;r<t.length;r++)if(t[r].type.startsWith("audio/"))return void(this.src=e[r])}}Gtt.register("audio",bat);class xat extends(Xtt(Gtt)){is3dish(){return!0}}Gtt.register("text",xat);const wat=["refid","left","top","width","height","rotation","animation"];class Aat extends Oot{isGroup(){return!0}get(t){return this._model[t]}set(t,e){if("string"==typeof t)return this.set({[t]:e});var r=wat.reduce(((e,r)=>(t.hasOwnProperty(r)&&(e[r]=t[r]),e)),{});return super.set(r)}capture(t,e,r){var n=super.capture(t,e,r);if(n!==this)return n}set bounds(t){if(this.__MUTATING__)super.bounds=t;else{var e=this.bounds,r=t.width/e.width,n=t.height/e.height;this.path=this.path.map((i=>({x:t.left+(i.x-e.left)*r,y:t.top+(i.y-e.top)*n}))),this.components&&this.components.forEach((t=>{if(t.mutable)t.mutatePath(null,(function(t){return t.map((function(t){return{x:t.x*r,y:t.y*n}}))}));else{let e=t.bounds,i=t.center,o={x:i.x*(1-r),y:i.y*(1-n)},a=e.width*(1-r),s=e.height*(1-n),c=-(o.x-a/2),u=-(o.y-s/2);t.bounds={left:e.left+c,top:e.top+u,width:e.width*r,height:e.height*n}}}))}}get focusible(){return!1}get bounds(){return super.bounds}get hasTextProperty(){return!1}isIdentifiable(){return!1}calculateBounds(){this.clearCache(),this.__MUTATING__=!0,this.mutateBounds((function(t){var e=Gtt.union(this.components.map((t=>t.bounds)));return this.components.forEach((t=>{let r=t.bounds;t.bounds={left:r.left-e.left,top:r.top-e.top,width:r.width,height:r.height}})),{left:t.left+e.left,top:t.top+e.top,width:e.width,height:e.height}}),this),this.__MUTATING__=!1,this.parent.isGroup()&&this.parent.calculateBounds()}render(t){}postrender(t){var{top:e,left:r,scale:n}=this.state;t.translate(r,e),this.layout.drawables(this).forEach((e=>{e.draw(t)})),t.translate(-r,-e)}}Gtt.register("group",Aat);const _at={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"id-input",label:"ref",name:"ref"},{type:"select",label:"fit",name:"fit",property:{options:["","both","ratio"]}}],"value-property":"ref",help:"scene/component/local-ref"};class kat extends(Xtt(Wtt)){get ref(){var t=this.getState("ref");return t&&"string"==typeof t?this.root.findById(t):null}set ref(t){this.setState("ref",t)}get refScale(){let t=this.ref.bounds,e=this.bounds,r=e.width/t.width,n=e.height/t.height;return"both"===this.model.fit?{x:r,y:n}:{x:Math.min(r,n),y:Math.min(r,n)}}draw(t){this._drawing||(this._drawing=!0,super.draw(t),this._drawing=!1)}prerender(t){if(super.prerender(t),this.ref){let e=this.ref.center,r=this.center,n=this.refScale;t.translate(r.x,r.y),t.scale(n.x,n.y),t.translate(-e.x,-e.y)}}postrender(t){if(this.ref)return this.ref.postrender(t);super.postrender(t)}render(t){if(this.ref)return this.ref.render(t);this.state;var{left:e,top:r,width:n,height:i}=this.bounds;t.beginPath(),t.rect(e,r,n,i)}get nature(){return _at}get hasTextProperty(){return!1}}Gtt.memoize(kat.prototype,"ref",!1),Gtt.memoize(kat.prototype,"refScale",!1),Gtt.register("local-ref",kat);class Sat extends(Eot(bet)){render(t){}is3dish(){return!0}get layout(){return tet.get(this.get("layout"))||eet}}const Eat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"board-selector",label:"scene-number",name:"ref",placeholder:"SCENE-1"},{type:"number",label:"round",name:"round",property:{min:0}},{type:"select",label:"fit",name:"fit",property:{options:["","both","ratio","width","height","none"]}},{type:"select",label:"mode",name:"mode",property:{options:["view","interaction"]}}],"value-property":"ref",help:"scene/component/global-ref"};class Mat extends Sat{dispose(){this._releaseRef(),super.dispose()}get nature(){return Eat}get hasTextProperty(){return!1}get tagName(){return"div"}setElementProperties(t){var{mode:e="view",round:r=0}=this.state;t.style.pointerEvents="view"==e?"none":"inherit",t.style.borderRadius=r+"px"}ready(){super.ready(),this.fetchRef()}reposition(){if(!this.element)return;super.reposition();let t=this._element_bounds,{offsetWidth:e,offsetHeight:r}=this.element;if(this._element_bounds={offsetWidth:e,offsetHeight:r},(!t||t.offsetWidth!=e||t.offsetHeight!=r)&&this.ref&&this.root.target_element){let{fit:t="ratio"}=this.state;this.ref.fit(t)}}async fetchRef(){this._releaseRef();var{ref:t,fit:e="ratio"}=this.state;if(t){var r=this.app.refProvider;if(r&&t)try{this.__ref=await r.get(t,!0),this.__ref.target=this.element,this.__ref.fit(e),this.__ref.data=this.data}catch(t){v9(t)}}}get ref(){return this.__ref}set ref(t){this.setState("ref",t)}_releaseRef(){this.__ref&&this.__ref.release&&this.__ref.release(),delete this.__ref}onchange(t,e,r){super.onchange(t,e,r),"ref"in t&&this.fetchRef(),"fit"in t&&this.ref&&requestAnimationFrame((()=>{let{fit:t}=this.state;this.ref.fit(t)})),"data"in t&&this.ref&&requestAnimationFrame((()=>{this.ref.data=t.data}))}}Gtt.register("global-ref",Mat);const Tat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"board-selector",label:"board",name:"board"},{type:"checkbox",label:"modal",name:"modal"},{type:"checkbox",label:"closable",name:"closable"},{type:"checkbox",label:"draggable",name:"draggable"},{type:"checkbox",label:"minimizable",name:"minimizable"},{type:"checkbox",label:"show",name:"show"},{type:"select",label:"location",name:"location",property:{options:["center","left-top","right-top","left-bottom","right-bottom","auto"]}},{type:"string",label:"title",name:"text"},{type:"data",label:"value",name:"value"}],help:"scene/component/popup"};class Pat extends(Xtt(Wtt)){static get image(){return Pat._image||(Pat._image=new Image,Pat._image.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkM4QzQxNUMzMzBEMTFFQ0JEMzZDMDUwQUI4MEI3QTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkM4QzQxNUQzMzBEMTFFQ0JEMzZDMDUwQUI4MEI3QTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENjlENTQ3RjMzMDkxMUVDQkQzNkMwNTBBQjgwQjdBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENjlENTQ4MDMzMDkxMUVDQkQzNkMwNTBBQjgwQjdBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsiUYSQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA51BMVEVHcEwzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzOguTm2AAAATHRSTlMARhB73r9B7YLrsqdE+0cq9Avzeg31eQx4aQ+Ks6aUd5DsYKixEX1w8vyT2VjoZ3YezY/cCEDvl+QTvRwJ0ifwK/5T/aw6+IuFuCImAcS6MQAAAeJJREFUWMPt2FlX2zAQhuHJYmOSFhIggbC0QNn3rS1dKXSH9///Hi58CJLxKIpEWi6YO8c5z4lG/nxGEXmu/1OVLGnhrFaSVQYg1SZetTTvUibqeFZ9QlfmvRWoV1VmCaCRzroXPpsuAjTV7gLUfPahBqD1OQMW/fazAWTKvQRI/ZgUSJR7U8CM/dHZ+/2VcatWdvdEZAaYUhiAwkerJXt0rnzXwdRKmHfDM0fHD5kxjTFyVLzVfvvirn7+cDJWjhy7c7XlYuwc6Urvu2tRhRypyhwAf1sKY+TIxfQA+H39q5wxc+RgVrcBduTmZTlj5khnDgH4IzKpMGaOVCbvyyvRGTNHGtPrKypjXirM5jb910I4k69oQeKY+77EMAcALEsck/+W6f71tyCma/ZFROTrJVwMy7wmf3bv6/MX+Dgkkysblvxps/dhOKZb6IvrTakzXXuPApnpYneDGOeKvJlaSXcDmA7AicQyW84VeTOnY+NdiWcG1uiZksFEHdyAlsJEjEkmkwGNsKHNZCJGSKtVTYC1tO022mnjwUBrMdXg8dreuOBhv7D/62/8lGZ1wLxXyZKOm+iUHIQintyny0TkaATHjYgcjeAoFpEje9R/nGPqIx2aw3NU9odCQI6e6x/VLY32cKQXVBnkAAAAAElFTkSuQmCC"),Pat._image}ready(){super.ready(),this.show&&this.onchangeShow(!0)}render(t){var{left:e,top:r,width:n,height:i}=this.bounds;t.beginPath(),this.drawImage(t,Pat.image,e,r,n,i)}onchange(t,e){"value"in t?this.show?this.onchangeShow(!0):this.show=!0:"show"in t&&this.onchangeShow(this.show)}onchangeShow(t){!this.app.isEditMode&&this.getState("board")&&(t?aet.show(this,this.getState("board"),{location:this.getState("location"),modal:this.getState("modal"),closable:this.getState("closable")||!1,draggable:this.getState("draggable")||!1,minimizable:this.getState("minimizable")||!1,title:this.text,data:this.value}):aet.hide(this))}get board(){return this.getState("board")}set board(t){this.set("board",t)}get show(){return this.getState("show")}set show(t){this.setState("show",t)}get started(){return this.getState("show")}set started(t){this.setState("show",t)}get value(){return this.getState("value")}set value(t){this.setState("value",t)}get hasTextProperty(){return!1}get nature(){return Tat}}Gtt.register("popup",Pat);class Oat extends Gtt{render(t){var{path:e=[]}=this.state;if(!(e.length<=1)){t.beginPath(),t.moveTo(e[0].x,e[0].y);for(let r=1;r<e.length;r++)t.lineTo(e[r].x,e[r].y);t.closePath(),this.drawStroke(t)}}get path(){return this.model.path}set path(t){this.set("path",t)}contains(t,e){var r=this.state.path,n=!1;return r.forEach(((i,o)=>{let a=(o+r.length+1)%r.length,s=i.x,c=i.y,u=r[a].x,l=r[a].y;c>e!=l>e&&t<(u-s)*(e-c)/(l-c)+s&&(n=!n)})),n}}Gtt.register("path",Oat);const Iat={mutable:!0,resizable:!1,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/triangle"};class Cat extends Wtt{contains(t,e){var{x1:r,y1:n,x2:i,y2:o,x3:a,y3:s}=this.state,c=[r,n,i,o,a,s],u=!1;for(let r=0;r<c.length;r+=2){let n=(r+2)%c.length,i=c[r],o=c[r+1],a=c[n+1];o>e!=a>e&&t<(c[n]-i)*(e-o)/(a-o)+i&&(u=!u)}return u}get mutable(){return!0}get path(){var{x1:t,y1:e,x2:r,y2:n,x3:i,y3:o}=this.state;return[{x:t,y:e},{x:r,y:n},{x:i,y:o}]}set path(t){this.set({x1:t[0].x,y1:t[0].y,x2:t[1].x,y2:t[1].y,x3:t[2].x,y3:t[2].y})}get nature(){return Iat}}Gtt.memoize(Cat.prototype,"path",!1),Gtt.register("triangle",Cat);const Rat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"ratio",name:"ratio",property:"ratio"}],help:"scene/component/donut"};var jat={ondragmove:function(t,e,r){r.controls;var{cx:n,rx:i}=r.model;i=Math.abs(i);var o=(r.transcoordP2S(t.x,t.y).x-n)/i*100;o=o>=100||o<=-100?100:Math.abs(o),r.set({ratio:o})}};class Lat extends Wot{is3dish(){return!1}render(t){var{ratio:e=50,cx:r,cy:n,rx:i,ry:o,startAngle:a,endAngle:s,anticlockwise:c}=this.state;i=Math.abs(i),o=Math.abs(o),t.beginPath(),t.ellipse(r,n,i,o,0,a||0,s||2*Math.PI,c),t.moveTo(r+i/100*e,n),t.ellipse(r,n,i/100*e,o/100*e,0,a||0,s||2*Math.PI,!0)}contains(t,e){var{cx:r,cy:n,rx:i,ry:o,ratio:a}=this.state,s=(t-r)/(2*(i=Math.abs(i))-.5),c=(e-n)/(2*(o=Math.abs(o))-.5),u=(t-r)/(i/100*a*2-.5),l=(e-n)/(o/100*a*2-.5),h=!1;return s*s+c*c<.25&&u*u+l*l>.25&&(h=!h),h}get controls(){var{cx:t,cy:e,rx:r,ratio:n}=this.state;return[{x:t+(r=Math.abs(r))/100*n,y:e,handler:jat}]}get nature(){return Rat}}Gtt.memoize(Lat.prototype,"controls",!1),Gtt.register("donut",Lat);const Dat={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"ratio",name:"ratio",property:"ratio"},{type:"number",label:"wing",name:"wing",property:"wing"}],help:"scene/component/star"};var zat={ondragmove:function(t,e,r){r.controls;var{cy:n,ry:i}=r.model,o=(r.transcoordP2S(t.x,t.y).y-n)/i*100+100;o>=100?o=100:o<=0&&(o=0),r.set({ratio:o})}};class Nat extends Wot{is3dish(){return!1}render(t){var{ratio:e=30,wing:r=5,cx:n,cy:i,rx:o,ry:a,startAngle:s,endAngle:c,anticlockwise:u}=this.state;if(r<3)return;const l=1.5707963267948966;var h=2*Math.PI/r,f=o-e/100*o,d=a-e/100*a;t.save(),t.beginPath(),t.translate(n,i),t.moveTo(o*Math.cos(-l),a*Math.sin(-l)),t.lineTo((o-f)*(Math.cos(h-l)+Math.cos(0-l))/2,(a-d)*(Math.sin(h-l)+Math.sin(0-l))/2);for(var p=1;p<r;p++)t.lineTo(o*Math.cos(h*p-l),a*Math.sin(h*p-l)),t.lineTo((o-f)*(Math.cos(h*(p+1)-l)+Math.cos(h*p-l))/2,(a-d)*(Math.sin(h*(p+1)-l)+Math.sin(h*p-l))/2);t.closePath(),t.restore()}get controls(){var{cx:t,cy:e,ry:r,ratio:n}=this.state;return[{x:t,y:e-r+r*(n/100),handler:zat}]}get nature(){return Dat}}Gtt.memoize(Nat.prototype,"controls",!1),Gtt.register("star",Nat);const Fat={mutable:!1,resizable:!1,rotatable:!1,properties:[]};class Bat extends(Met(Wtt)){is3dish(){return!1}isDescendible(){return!1}render(t){var e;const{cx:r,cy:n,anticlockwise:i}=this.state,o=(null===(e=this.app)||void 0===e?void 0:e.scale)||1;t.beginPath(),t.scale(1/o,1/o),t.ellipse(r,n,Math.abs(Bat.RADIUS),Math.abs(Bat.RADIUS),0,0,2*Math.PI,i),t.scale(o,o),t.closePath()}get path(){var{cx:t,cy:e}=this.state;return[{x:t-Bat.RADIUS,y:e-Bat.RADIUS},{x:t+Bat.RADIUS,y:e-Bat.RADIUS},{x:t+Bat.RADIUS,y:e+Bat.RADIUS},{x:t-Bat.RADIUS,y:e+Bat.RADIUS}]}set path(t){var e=t[0],r=t[2];this.set({cx:e.x+(r.x-e.x)/2,cy:e.y+(r.y-e.y)/2})}contains(t,e){var{cx:r,cy:n}=this.state,i=(t-r)/(2*Bat.RADIUS-.5),o=(e-n)/(2*Bat.RADIUS-.5);return i*i+o*o<.25}outline(t){var{cx:e,cy:r}=this.state;return this.transcoordS2T(e,r)}get nature(){return Fat}}Bat.RADIUS=5,Gtt.memoize(Bat.prototype,"path",!1),Gtt.register("node",Bat);var Uat=t=>class extends t{animOnValueChange(t,e=!1,r){if(t!=this._lastValue){if(e)var n=t-(Number(r)||0);else n=t-(this._lastValue||0);this._lastValue=t,this._anim_alpha=-n,this.animate({step:t=>{this._anim_alpha=n*(t-1),this.invalidate()},duration:1e3,delta:"circ",options:{x:1},ease:"out"}).start()}}dispose(){super.dispose(),delete this._value_substitutor}onchange(t,e){t.hasOwnProperty("value")&&delete this._value_substitutor}get animAlpha(){return this._anim_alpha||0}get animValue(){return(this._lastValue||0)+(this._anim_alpha||0)}defaultValueSubstitutor(){return this.getState("value")}get valueSubstitutor(){return this._value_substitutor||(this._value_substitutor=Rtt(this.getState("value"),this)||this.defaultValueSubstitutor),this._value_substitutor}get value(){return Number(this.valueSubstitutor())||0}set value(t){delete this._value_substitutor,this.setState("value",Number(i9(t)))}},Yat=t=>class extends t{_convertDataFormat(t,e){var r;if("json"===e)r=JSON.parse(t);else r=t;return r}isDataSource(){return!0}},Hat=0;const $at=new FinalizationRegistry((()=>{Hat--}));class Gat{static get residents(){return Hat}static get residentsCount(){return Hat}constructor(t,e){this.counters={},this.references={},this.creator=t,this.disposer=e,Hat++,$at.register(this,Hat)}dispose(){if(this.disposer)for(let t in this.references)this.disposer.call(null,t,this.references[t]);delete this.references,delete this.counters}get ids(){return Object.keys(this.references)}create(t){var e=this;return new Promise((function(r,n){e.creator?e.creator.call(null,t,(function(e){!function(e){e.release=function(){this.disposer&&this.disposer.call(null,t,e),delete e.release,m9("RELEASED",t)},r(e)}(e)}),(function(t){n(t)})):n(Error("Reference id("+t+") could not be created. Reference creator should be defined."))}))}add(t,e){var r=this,n=new Promise((function(n,i){var o=r.references[t];if(o)o===e?i(Error("Reference ID and target duplicate")):e?i(Error("Reference ID duplicate")):n(o);else{function a(e){e.release=function(){r.release(this)},r.references[t]=e,r.counters[t]=1,n(e)}if(e)a(e);else{if(!r.creator)return void i(Error("Reference id("+t+") is not allowed. Reference creator should be defined."));r.creator.call(null,t,(function(t){a(t)}),(function(t){i(t)}))}}}));return this.references[t]||(this.references[t]=n),n}async get(t,e){var r=this.references[t];if(r){if(!(r instanceof Promise)){if(!(t in this.counters))throw new Error("No Reference Count");return this.counters[t]++,r}if(e)return r=await r,this.counters[t]++,r}if(e)return await this.add(t);throw new Error("No References for "+t)}_id(t){for(let e in this.references){if(this.references[e]===t)return e}return-1}release(t){var e=this._id(t),r=this.references[e];r?(this.counters[e]--,0==this.counters[e]&&(this.disposer&&this.disposer.call(null,e,r),delete this.references[e],delete this.counters[e],delete t.release,m9("RELEASED",e))):v9("No Referenced ID")}}var Wat={},qat={},Xat=[];function Vat(t){var e="SCRIPT"==t.target.tagName?Wat:qat,r=t.target.src||t.target.href;e[r]=!0,Xat.forEach(((t,n)=>{let{resolve:i,scripts:o,styles:a}=t;if(e==Wat){let t=o.indexOf(r);t>-1&&t<o.length-1&&Qat(o[t+1])}for(let t=0;t<o.length;t++)if(!Wat[o[t]])return;if(a)for(let t=0;t<a.length;t++)if(!qat[a[t]])return;i(),Xat[n]=null})),Xat=Xat.filter(Boolean)}function Kat(t){var e=t.target.src,r="SCRIPT"==t.target.tagName?Wat:qat;Xat.forEach(((n,i)=>{let{reject:o,scripts:a,styles:s}=n,c=!1;if(r===Wat){for(let t=0;t<a.length;t++)if(a[t]==e){c=!0;break}}else if(s)for(let t=0;t<s.length;t++)if(s[t]==e){c=!0;break}c&&(o(t),Xat[i]=null)})),Xat=Xat.filter(Boolean),delete r[e],document.head.removeChild(t.target)}function Qat(t){Wat[t]=!1;var e=document.createElement("script");e.onload=Vat,e.onerror=Kat,e.type="text/javascript",e.src=t,document.head.appendChild(e)}class Jat{static load(t,e){return"string"==typeof t&&(t=[t]),"string"==typeof e&&(e=[e]),new Promise((function(r,n){if((!t||t instanceof Array)&&(!e||e instanceof Array)){var i,o=!0;if(e&&e.forEach((t=>{qat.hasOwnProperty(t)||function(t){qat[t]=!1;var e=document.createElement("link");e.onload=Vat,e.onerror=Kat,e.type="text/css",e.rel="stylesheet",e.media="screen,print",e.href=t,document.head.appendChild(e)}(t),qat[t]||(o=!1)})),t&&t.length>0&&t.forEach((t=>{Wat.hasOwnProperty(t)?Wat[t]||(o=!1):i=i||t})),i)Qat(i);else if(o)return void r();Xat.push({resolve:r,reject:n,scripts:t,styles:e})}else n("invalid sources for load")}))}}const Zat="0.0.0";var tst=0,est=performance.now(),rst=0;function nst(){return tst}requestAnimationFrame((function t(){requestAnimationFrame(t),rst++;var e=performance.now(),r=e-est;r<1e3||(tst=Math.round(1e3*rst/r),est=e,rst=0)}));var ist=crt;function ost(){}export{set as AbsoluteLayout,bat as AudioPlayer,uet as CardLayout,Gtt as Component,Met as Connectable,Oot as Container,bet as ContainerAbstract,C9 as DEFAULT,P9 as DPPX,Yat as DataSource,Lat as Donut,Wot as Ellipse,znt as EventMap,nst as FPS,O9 as GESTURES,yat as GifView,Mat as GlobalRef,Aat as Group,eet as HTMLAbsoluteLayout,Sat as HTMLOverlayContainer,nat as HTMLOverlayElement,rat as ImageView,Jtt as InfoWindow,I9 as KEYEVENTS,xet as Layer,tet as Layout,$ot as Line,fet as LinearHorizontalLayout,pet as LinearVerticalLayout,kat as LocalRef,T9 as MAX_UNDO_SIZE,k9 as MODE_ADD,A9 as MODE_EDIT,E9 as MODE_PASTE_DATABIND,S9 as MODE_PASTE_STYLE,_9 as MODE_SHIFT,w9 as MODE_VIEW,ist as Model,yet as MoveHandle,x9 as NOTHING,Bat as Node,tat as OrthoLine,Oat as Path,Vot as Polygon,Jot as Polyline,Pat as Popup,Oet as Rect,Xtt as RectPath,Gat as ReferenceMap,rit as RootContainer,Cet as Ruler,M9 as SCENE_MODE,vit as Scene,aet as ScenePopup,Jat as ScriptLoader,Wtt as Shape,Nat as Star,get as TableLayout,xat as Text,Cat as Triangle,Uat as ValueHolder,mit as create,m9 as debug,v9 as error,ost as license,u5 as polyfill,Zat as version,y9 as warn};
72
72
  //# sourceMappingURL=things-scene.mjs.map