rnxsim 0.0.0 → 0.1.313

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 (228) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +512 -0
  3. package/detox/colors.ts +54 -0
  4. package/detox/config-loader.ts +135 -0
  5. package/detox/element-types.ts +39 -0
  6. package/detox/expectations.ts +537 -0
  7. package/detox/gestures.ts +480 -0
  8. package/detox/index.ts +2118 -0
  9. package/detox/jest-preset.cjs +51 -0
  10. package/detox/jest-setup-after-env.cjs +18 -0
  11. package/detox/matchers.ts +30 -0
  12. package/detox/motion-change.cjs +109 -0
  13. package/detox/motion-change.d.cts +35 -0
  14. package/detox/navigation.ts +43 -0
  15. package/detox/screenshots/animated-color-test-rest-norngh.png +0 -0
  16. package/detox/screenshots/color-test-after-drag-norngh.png +0 -0
  17. package/detox/screenshots/color-test-rest-norngh.png +0 -0
  18. package/detox/screenshots/theme-blue-toggle.png +0 -0
  19. package/detox/screenshots/theme-blue.png +0 -0
  20. package/detox/screenshots/theme-red-toggle.png +0 -0
  21. package/detox/screenshots/theme-red.png +0 -0
  22. package/dist-cli/bin.js +15 -0
  23. package/dist-cli/chunks/agent-XZ2KTPCU.js +48 -0
  24. package/dist-cli/chunks/agent-wrapper-JJYYW2WH.js +17 -0
  25. package/dist-cli/chunks/app-fonts-IXRNQG6B.js +4 -0
  26. package/dist-cli/chunks/assert-54T5SK5F.js +49 -0
  27. package/dist-cli/chunks/auth-FI5UDI45.js +12 -0
  28. package/dist-cli/chunks/beta-JV6UKADW.js +4 -0
  29. package/dist-cli/chunks/camera-VL73YIKP.js +22 -0
  30. package/dist-cli/chunks/chunk-2D2UPBBR.js +4 -0
  31. package/dist-cli/chunks/chunk-2YR5BGA5.js +5 -0
  32. package/dist-cli/chunks/chunk-3NV2NCNX.js +4 -0
  33. package/dist-cli/chunks/chunk-46EUUFJ5.js +4 -0
  34. package/dist-cli/chunks/chunk-4NPPOV2N.js +5 -0
  35. package/dist-cli/chunks/chunk-5DHC6KHQ.js +7 -0
  36. package/dist-cli/chunks/chunk-5TEF3ET3.js +74 -0
  37. package/dist-cli/chunks/chunk-5TPRP5QT.js +4 -0
  38. package/dist-cli/chunks/chunk-5YJCOWCH.js +4 -0
  39. package/dist-cli/chunks/chunk-7GN3LVWB.js +4 -0
  40. package/dist-cli/chunks/chunk-BBULZ7CG.js +568 -0
  41. package/dist-cli/chunks/chunk-BTWORNNG.js +71 -0
  42. package/dist-cli/chunks/chunk-D4FFVGI5.js +5 -0
  43. package/dist-cli/chunks/chunk-DCEMHR2Y.js +4 -0
  44. package/dist-cli/chunks/chunk-DZS6WPUI.js +4 -0
  45. package/dist-cli/chunks/chunk-F5ZRSS3C.js +3 -0
  46. package/dist-cli/chunks/chunk-FSUYIVJ6.js +9 -0
  47. package/dist-cli/chunks/chunk-G2WW6L2C.js +23 -0
  48. package/dist-cli/chunks/chunk-GASE6UBA.js +4 -0
  49. package/dist-cli/chunks/chunk-GGRX24GF.js +142 -0
  50. package/dist-cli/chunks/chunk-HI5TFJWN.js +5 -0
  51. package/dist-cli/chunks/chunk-IJ5CAZZC.js +5 -0
  52. package/dist-cli/chunks/chunk-IJO63TDP.js +4 -0
  53. package/dist-cli/chunks/chunk-KTHV3RUS.js +26 -0
  54. package/dist-cli/chunks/chunk-LF2ZVT7O.js +6 -0
  55. package/dist-cli/chunks/chunk-MJRLLB4R.js +38 -0
  56. package/dist-cli/chunks/chunk-NFK7T35W.js +4 -0
  57. package/dist-cli/chunks/chunk-NMF2ZMZQ.js +15 -0
  58. package/dist-cli/chunks/chunk-OHAZNXLK.js +4 -0
  59. package/dist-cli/chunks/chunk-OVFJFXUD.js +101 -0
  60. package/dist-cli/chunks/chunk-OZSSI4WN.js +28 -0
  61. package/dist-cli/chunks/chunk-QKDWYITG.js +25 -0
  62. package/dist-cli/chunks/chunk-RSZWCKNT.js +30 -0
  63. package/dist-cli/chunks/chunk-RTN5C5RL.js +4 -0
  64. package/dist-cli/chunks/chunk-TIVZIMMW.js +4 -0
  65. package/dist-cli/chunks/chunk-TZFFR3SD.js +7 -0
  66. package/dist-cli/chunks/chunk-UC6U3MML.js +5 -0
  67. package/dist-cli/chunks/chunk-VFCMSYZK.js +6 -0
  68. package/dist-cli/chunks/chunk-VNQEB4L7.js +5 -0
  69. package/dist-cli/chunks/chunk-VZXWHRUZ.js +983 -0
  70. package/dist-cli/chunks/chunk-W6K4EFPH.js +107 -0
  71. package/dist-cli/chunks/chunk-WEXDAC74.js +4 -0
  72. package/dist-cli/chunks/chunk-WF3T4SVI.js +14 -0
  73. package/dist-cli/chunks/chunk-WINYQ44O.js +4 -0
  74. package/dist-cli/chunks/chunk-WMIIKMGK.js +10 -0
  75. package/dist-cli/chunks/chunk-WUSWBCWA.js +507 -0
  76. package/dist-cli/chunks/chunk-WWZIXIRD.js +4 -0
  77. package/dist-cli/chunks/chunk-XEVZYVIW.js +766 -0
  78. package/dist-cli/chunks/chunk-YDGQTMQL.js +4 -0
  79. package/dist-cli/chunks/chunk-YIFT42WN.js +4 -0
  80. package/dist-cli/chunks/chunk-ZMJD5GEC.js +125 -0
  81. package/dist-cli/chunks/cleanup-P27PA6JI.js +25 -0
  82. package/dist-cli/chunks/cli-version-WWLPBDQ7.js +4 -0
  83. package/dist-cli/chunks/compat-ZD65FED3.js +20 -0
  84. package/dist-cli/chunks/config-XMJRNM2A.js +13 -0
  85. package/dist-cli/chunks/control-KMIQT3QP.js +4 -0
  86. package/dist-cli/chunks/daemon-G2ME7NLB.js +4 -0
  87. package/dist-cli/chunks/debug-PT4HOP7N.js +200 -0
  88. package/dist-cli/chunks/desktop-S3FG72AK.js +31 -0
  89. package/dist-cli/chunks/detox-B3D4IFCN.js +52 -0
  90. package/dist-cli/chunks/device-XBNDSB2R.js +18 -0
  91. package/dist-cli/chunks/diagnose-HMQXJE5N.js +43 -0
  92. package/dist-cli/chunks/disk-cleanup-BLCZ5BSZ.js +4 -0
  93. package/dist-cli/chunks/drivers-LDECZGP2.js +4 -0
  94. package/dist-cli/chunks/film-BJGTBYZB.js +74 -0
  95. package/dist-cli/chunks/flow-UEQNVTU7.js +4 -0
  96. package/dist-cli/chunks/help-T5FYSVGB.js +4 -0
  97. package/dist-cli/chunks/hidden-runtime-alias-ANOYADHM.js +4 -0
  98. package/dist-cli/chunks/home-paths-GT3LFNOR.js +4 -0
  99. package/dist-cli/chunks/inspect-ZA6XF5LD.js +4 -0
  100. package/dist-cli/chunks/install-desktop-TIMUDHPL.js +4 -0
  101. package/dist-cli/chunks/login-FJ737MWG.js +28 -0
  102. package/dist-cli/chunks/logout-ZCNMMHMY.js +4 -0
  103. package/dist-cli/chunks/maestro-SZTNKLDF.js +104 -0
  104. package/dist-cli/chunks/maestro-generate-DCFAIZ4H.js +36 -0
  105. package/dist-cli/chunks/mode-GRMQCRXR.js +26 -0
  106. package/dist-cli/chunks/optional-demo-registry-W36EWFFB.js +4 -0
  107. package/dist-cli/chunks/perf-QYBAAUZG.js +48 -0
  108. package/dist-cli/chunks/permissions-3QCQ6VF4.js +13 -0
  109. package/dist-cli/chunks/record-QPPC2S4E.js +72 -0
  110. package/dist-cli/chunks/report-issue-7NMFP4HK.js +29 -0
  111. package/dist-cli/chunks/runtime-XOAXMSTU.js +4 -0
  112. package/dist-cli/chunks/screenshot-command-67AECJFB.js +159 -0
  113. package/dist-cli/chunks/screenshot-layers-ASWBYPJL.js +20 -0
  114. package/dist-cli/chunks/screenshots-capture-PXA3HFQK.js +42 -0
  115. package/dist-cli/chunks/serve-BI2NBAXG.js +44 -0
  116. package/dist-cli/chunks/setup-7DWPMRSB.js +32 -0
  117. package/dist-cli/chunks/skills-S3Y22TUA.js +50 -0
  118. package/dist-cli/chunks/storage-XUIMJWAJ.js +37 -0
  119. package/dist-cli/chunks/store-JTHEJLAZ.js +4 -0
  120. package/dist-cli/chunks/telemetry-ZYJGD2DB.js +4 -0
  121. package/dist-cli/chunks/timeline-TMPLQPSP.js +24 -0
  122. package/dist-cli/chunks/upgrade-7HDSIM7K.js +7 -0
  123. package/dist-cli/chunks/upload-GMSZPWM6.js +4 -0
  124. package/dist-cli/chunks/version-HOCHZ37L.js +6 -0
  125. package/dist-cli/chunks/web-DG3WBYD3.js +4 -0
  126. package/dist-cli/chunks/what-happened-XFVUTZR7.js +25 -0
  127. package/dist-lib/agent-daemon-client.cjs +468 -0
  128. package/dist-lib/agent-events.cjs +48 -0
  129. package/dist-lib/agent-identity.cjs +53 -0
  130. package/dist-lib/agent-sessions.cjs +725 -0
  131. package/dist-lib/attached-projects.cjs +526 -0
  132. package/dist-lib/auth/shared-session.cjs +195 -0
  133. package/dist-lib/backend-origin.cjs +70 -0
  134. package/dist-lib/beta.cjs +41 -0
  135. package/dist-lib/beta.mjs +13 -0
  136. package/dist-lib/bridge-constants.cjs +161 -0
  137. package/dist-lib/cli-constants.cjs +32 -0
  138. package/dist-lib/config.cjs +96 -0
  139. package/dist-lib/detox/index.cjs +2863 -0
  140. package/dist-lib/detox/jest-preset.cjs +51 -0
  141. package/dist-lib/dev-bundle-resolution.cjs +223 -0
  142. package/dist-lib/home-paths.cjs +421 -0
  143. package/dist-lib/host/bridge-host.cjs +5600 -0
  144. package/dist-lib/host/fetch-proxy-handler.cjs +373 -0
  145. package/dist-lib/host/fetch-proxy-overrides.cjs +63 -0
  146. package/dist-lib/host/fetch-proxy-overrides.mjs +37 -0
  147. package/dist-lib/host/websocket-proxy.cjs +214 -0
  148. package/dist-lib/index.cjs +513 -0
  149. package/dist-lib/jump-to-source-babel.cjs +93 -0
  150. package/dist-lib/menu.cjs +620 -0
  151. package/dist-lib/menu.mjs +581 -0
  152. package/dist-lib/metro.cjs +297 -0
  153. package/dist-lib/profiles.cjs +246 -0
  154. package/dist-lib/public-brand.cjs +39 -0
  155. package/dist-lib/render-mode.cjs +54 -0
  156. package/dist-lib/scripts/dev-server-scanner.cjs +1034 -0
  157. package/dist-lib/sdk.cjs +2333 -0
  158. package/dist-lib/sdk.mjs +2240 -0
  159. package/dist-lib/skills.cjs +23922 -0
  160. package/dist-lib/vite.cjs +358 -0
  161. package/package.json +189 -18
  162. package/scripts/dev-server-scanner.ts +941 -0
  163. package/scripts/optional-demo-registry.ts +113 -0
  164. package/scripts/postinstall.cjs +3 -0
  165. package/scripts/preuninstall.cjs +118 -0
  166. package/skills/contrast/SKILL.md +171 -0
  167. package/skills/rnx-debug/SKILL.md +425 -0
  168. package/skills/rnx-perf/SKILL.md +295 -0
  169. package/skills/rnx-setup/SKILL.md +160 -0
  170. package/skills/rnx-test/SKILL.md +292 -0
  171. package/skills/rnx-visual/SKILL.md +122 -0
  172. package/src/agent-daemon-client.ts +410 -0
  173. package/src/agent-events.ts +71 -0
  174. package/src/agent-identity.ts +23 -0
  175. package/src/agent-prompt.ts +71 -0
  176. package/src/agent-sessions.ts +573 -0
  177. package/src/attached-projects.ts +539 -0
  178. package/src/auth/shared-session.ts +204 -0
  179. package/src/backend-origin.ts +49 -0
  180. package/src/beta.ts +19 -0
  181. package/src/bridge-constants.ts +171 -0
  182. package/src/browser-cache.ts +16 -0
  183. package/src/cli-constants.ts +1 -0
  184. package/src/cli-version.ts +32 -0
  185. package/src/codex-client.ts +215 -0
  186. package/src/config.ts +134 -0
  187. package/src/dev-bundle-resolution.ts +236 -0
  188. package/src/disk-cleanup.ts +466 -0
  189. package/src/home-paths.ts +552 -0
  190. package/src/host/agent-host.ts +666 -0
  191. package/src/host/bridge-host.ts +2626 -0
  192. package/src/host/fetch-proxy-handler.ts +397 -0
  193. package/src/host/fetch-proxy-overrides.ts +51 -0
  194. package/src/host/open-url.ts +89 -0
  195. package/src/host/websocket-proxy.ts +210 -0
  196. package/src/index.ts +12 -705
  197. package/src/jump-to-source-babel.ts +135 -0
  198. package/src/menu.ts +734 -0
  199. package/src/metro-plugin.ts +139 -0
  200. package/src/native-dev-bundle-url.ts +96 -0
  201. package/src/native-seam-manifest.ts +341 -0
  202. package/src/plist.ts +27 -0
  203. package/src/poll-until.ts +92 -0
  204. package/src/profiles.ts +179 -0
  205. package/src/public-brand.ts +9 -0
  206. package/src/render-mode.ts +27 -0
  207. package/src/runtime-assets.ts +228 -0
  208. package/src/runtime-delivery.ts +54 -0
  209. package/src/screenshots/compose.ts +422 -0
  210. package/src/screenshots/frame-compose.ts +454 -0
  211. package/src/screenshots/orchestrate.ts +256 -0
  212. package/src/screenshots/org-deck.ts +91 -0
  213. package/src/screenshots/registry.ts +58 -0
  214. package/src/screenshots/schema.ts +364 -0
  215. package/src/sdk.ts +7 -0
  216. package/src/settings-bundle.ts +418 -0
  217. package/src/skills/builtin/a11y-review.ts +132 -0
  218. package/src/skills/builtin/compat-check.ts +71 -0
  219. package/src/skills/builtin/maestro-test.ts +121 -0
  220. package/src/skills/builtin/perf-profile.ts +90 -0
  221. package/src/skills/builtin/screenshot-all.ts +52 -0
  222. package/src/skills/builtin/visual-diff.ts +100 -0
  223. package/src/skills/registry.ts +107 -0
  224. package/src/skills/types.ts +41 -0
  225. package/src/team-machine-prompt.ts +73 -0
  226. package/src/vite-plugin-one.ts +190 -0
  227. package/src/vite-plugin.ts +1750 -0
  228. package/src/worklets-babel.ts +134 -0
@@ -0,0 +1,107 @@
1
+ /*! rnx v0.1.313 | (c) 2026 Tamagui LLC | Proprietary — see LICENSE */
2
+ import { createRequire as __sootsimCreateRequire } from 'node:module'
3
+ var require = __sootsimCreateRequire(import.meta.url)
4
+ import{h as j,j as A,m as K,n as v}from"./chunk-KTHV3RUS.js";import{createHash as Y}from"node:crypto";import{mkdirSync as L,readFileSync as W,readdirSync as Q,unlinkSync as X,writeFileSync as D}from"node:fs";import{dirname as q,extname as Z,resolve as B}from"node:path";function H(t){let e=t[0]?.toLowerCase()??"toggle";return e!=="on"&&e!=="off"&&e!=="toggle"&&(console.error(` unknown argument: "${e}" (expected on | off | toggle)`),process.exit(1)),e}async function U(t,e,n){let o=j(t,{port:e.port}),i=H(o.positional),m=A({...o,commandTimeoutMs:5e3});try{let a=!!(await K(m,"SootSim.bridges.settings.get"))?.[n.modeKey],u=i==="on"?!0:i==="off"?!1:!a;if(a===u)return console.log(` ${n.displayName}: already ${u?"on":"off"}`),{current:a,target:u,changed:!1};if(!await m.send({type:"evaluate",acquireLock:!0,code:`(async () => {
5
+ const modeKey = ${JSON.stringify(n.modeKey)}
6
+ const target = ${JSON.stringify(u)}
7
+ window.dispatchEvent(new CustomEvent('sootsim:shell-command', {
8
+ detail: { type: 'fire-action', id: ${JSON.stringify(n.actionId)} },
9
+ }))
10
+ const deadline = Date.now() + 1200
11
+ while (Date.now() < deadline) {
12
+ if (Boolean(window.SootSim?.bridges?.settings?.get?.()?.[modeKey]) === target) {
13
+ return true
14
+ }
15
+ await new Promise((resolve) => setTimeout(resolve, 40))
16
+ }
17
+ return false
18
+ })()`}))throw new Error(`${n.displayName} did not change to ${u?"on":"off"}; the live shell may not support this mode`);return console.log(` ${n.displayName}: ${a?"on":"off"} -> ${u?"on":"off"}`),{current:a,target:u,changed:!0}}finally{m.close()}}var z=12e3,ee=6e5,te=new Set(["load","seek","play","pause","render","measure"]);async function ye(t,e){(t.includes("--help")||t.includes("-h"))&&(console.log(`
19
+ rnxsim mode three \u2014 toggle the 3d device stage
20
+
21
+ usage:
22
+ rnxsim mode three [on|off|toggle]
23
+ rnxsim mode three configure [options]
24
+ rnxsim mode three load <timeline.json>
25
+ rnxsim mode three seek <time-ms>
26
+ rnxsim mode three play|pause
27
+ rnxsim mode three render <timeline.json> --output <dir> [options]
28
+ rnxsim mode three measure <timeline.json> [options]
29
+
30
+ arguments:
31
+ on enable 3d mode
32
+ off disable 3d mode
33
+ toggle flip the current state (default)
34
+
35
+ configure options:
36
+ --device <id> set the phone body: iphone-17-air | iphone-17-pro |
37
+ pixel-10 (a film authors its own via initial.device)
38
+ --background <id> set the 3d background
39
+ --gradient <stops> custom gradient bg: comma-separated css hex stops,
40
+ e.g. "#0a0e1a,#16243f,#05080f" (overrides --background;
41
+ evenly spaced, or use "color@offset" for explicit %)
42
+ --gradient-angle <deg> custom gradient angle (default 180 = top\u2192bottom)
43
+ --colorway <id> set the phone colorway
44
+ --script <id> apply a camera preset pose
45
+ --progress <0..1> script progress to sample (default: 1)
46
+ --animate run the script instead of sampling one frame
47
+ --slow run the script slowly when --animate is set
48
+ --environment on|off enable or disable environment objects
49
+ --env-shape <id> orb | pill | diamond | pane
50
+ --env-spread <id> tight | medium | wide
51
+ --env-size <id> small | medium | large
52
+ --env-color <id> peach | gold | mint | sky | violet
53
+ --env-glow on|off enable or disable environment glow
54
+ --env-plastic on|off enable or disable environment plastic material
55
+ --setting <id> none | room | white-backdrop
56
+ --focus on|off enable or disable Focus depth of field
57
+ --focus-amount <id> subtle | medium | strong | intense | extreme
58
+ --focus-range <id> tight | balanced | wide
59
+ --reset-pose return to the default hero pose before other changes
60
+
61
+ render options:
62
+ --output <dir> write frame-%05d.png + timeline-render.json
63
+ --fps <number> frames per second (default: 30)
64
+ --width <px> exact output width (default: 1920)
65
+ --height <px> exact output height (default: 1080)
66
+ --from <ms> first timeline time (default: 0)
67
+ --to <ms> exclusive end time (default: timeline duration)
68
+ --overwrite replace this command's existing frames in the dir
69
+
70
+ measure options (projected bounds only \u2014 no pixels rendered):
71
+ --fps <number> sample rate (default: 30)
72
+ --width <px> output width the bounds project into (default: 1920)
73
+ --height <px> output height the bounds project into (default: 1080)
74
+ --from <ms> first timeline time (default: 0)
75
+ --to <ms> exclusive end time (default: timeline duration)
76
+ --count <n> sample n frames from --from at the --fps spacing
77
+ --at <ms[,ms...]> sample exact timeline times (overrides from/to/count)
78
+ --output <file.json> write the measurement JSON here instead of stdout
79
+
80
+ examples:
81
+ rnxsim mode three
82
+ rnxsim mode three on
83
+ rnxsim mode three configure --script hero-arc --background gradient-tide
84
+ rnxsim mode three configure --environment on --env-shape pane --setting room
85
+ rnxsim mode three render ./cinematic.json --output ./frames --fps 30
86
+ rnxsim mode three measure ./cinematic.json --width 450 --height 900 --at 0,1200
87
+ rnxsim mode three off
88
+ `),process.exit(0));let n=ie(t);if(n){await le(n,t,e);return}if(ne(t)){await oe(t,e);return}(await U(t,e,{modeKey:"threeMode",displayName:"three-mode",actionId:"toggle-three-mode"})).target&&await re(t,e)}function ne(t){return t[0]==="configure"||t.some(e=>["--device","--background","--gradient","--gradient-angle","--colorway","--script","--progress","--animate","--slow","--environment","--env-shape","--env-spread","--env-size","--env-color","--env-glow","--env-plastic","--setting","--focus","--focus-amount","--focus-range","--reset-pose"].includes(e))}async function oe(t,e){let n=j(t,{port:e.port,stripBooleanFlags:["--animate","--slow","--reset-pose"],stripValueFlags:["--device","--background","--gradient","--gradient-angle","--colorway","--script","--progress","--environment","--env-shape","--env-spread","--env-size","--env-color","--env-glow","--env-plastic","--setting","--focus","--focus-amount","--focus-range"]}),o=me(t),i=A({...n,commandTimeoutMs:z+1e3});try{await J(i);let m=await v(i,"SootSim.bridges.threeMode.configure",o);console.log(` three-mode: configured (${ue(m)})`)}finally{i.close()}}async function re(t,e){let n=j(t,{port:e.port}),o=A({...n,commandTimeoutMs:z+1e3});try{await J(o)}finally{o.close()}}async function J(t){let e=await t.send({type:"evaluate",code:`(async () => {
89
+ const deadline = Date.now() + ${z}
90
+ while (Date.now() < deadline) {
91
+ const settings = window.SootSim?.bridges?.settings?.get?.()
92
+ if (settings && settings.threeMode !== true) {
93
+ return { ready: false, disabled: true }
94
+ }
95
+ const bridge = window.SootSim?.bridges?.threeMode
96
+ const state = typeof bridge?.getState === 'function' ? bridge.getState() : null
97
+ if (state?.ready === true) return state
98
+ await new Promise((resolve) => setTimeout(resolve, 50))
99
+ }
100
+ const bridge = window.SootSim?.bridges?.threeMode
101
+ const state = typeof bridge?.getState === 'function' ? bridge.getState() : null
102
+ return state || { ready: false }
103
+ })()`});if(e?.ready===!0)return e;throw e?.disabled?new Error("3d mode is off; run `rnxsim mode three on` before configure"):new Error("3d mode runtime did not become ready")}function ie(t){for(let e=0;e<t.length;e+=1){let n=t[e];if(n==="--sim"||n==="--port"||n==="-p"){e+=1;continue}if(!n.startsWith("-"))return te.has(n)?n:null}return null}function _(t,e){let n=t.indexOf(e);return n>=0?t[n+1]:void 0}function y(t,e,n,o=0){let i=_(t,e);if(i===void 0)return n;let m=Number.parseFloat(i);if(!Number.isFinite(m)||m<o)throw new Error(`${e} expects a number greater than or equal to ${o}`);return m}function G(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function se(t,e){let n=Z(t).toLowerCase();return e==="recording"?n===".mp4"||n===".m4v"?"video/mp4":"video/webm":n===".jpg"||n===".jpeg"?"image/jpeg":n===".webp"?"image/webp":"image/png"}function V(t,e){if(Array.isArray(t))return t.map(o=>V(o,e));if(!G(t))return t;let n={};for(let[o,i]of Object.entries(t))n[o]=V(i,e);if((n.type==="recording"||n.type==="screenshot"||n.kind==="screen")&&typeof n.src=="string"&&!/^(?:blob:|data:|https?:)/i.test(n.src)){let o=B(e,n.src),i=W(o);n.src=`data:${se(o,n.type==="recording"?"recording":"screenshot")};base64,${i.toString("base64")}`}return n}function ae(t){let e=B(t),n=JSON.parse(W(e,"utf8"));return{absolutePath:e,timeline:V(n,q(e))}}async function de(t){await v(t,"SootSim.bridges.settings.set","threeMode",!0),await J(t)}async function le(t,e,n){let o=j(e,{port:n.port,commandTimeoutMs:ee,stripBooleanFlags:["--overwrite"],stripValueFlags:["--output","--fps","--width","--height","--from","--to","--count","--at"]}),i=A(o);try{if(await de(i),t==="seek"){let r=o.positional[1],l=r===void 0?Number.NaN:Number.parseFloat(r);if(!Number.isFinite(l))throw new Error("three-mode seek expects time in ms");let f=await v(i,"SootSim.bridges.threeMode.seek",l);console.log(` three-mode: ${Math.round(f.timeMs)}ms / ${Math.round(f.durationMs)}ms (${f.shotId??"no shot"})`);return}if(t==="play"||t==="pause"){let r=await v(i,`SootSim.bridges.threeMode.${t}`),l=G(r.timeline)?r.timeline:{};console.log(` three-mode: ${t} (${Math.round(Number(l.timeMs??0))}ms)`);return}let m=o.positional[1];if(!m)throw new Error(`three-mode ${t} expects a timeline JSON path`);let T=ae(m),a=await v(i,"SootSim.bridges.threeMode.loadTimeline",T.timeline);if(t==="load"){console.log(` three-mode: loaded ${T.absolutePath} (${Math.round(a.durationMs)}ms)`);return}if(t==="measure"){let r=y(e,"--fps",30,.001),l=Math.round(y(e,"--width",1920,1)),f=Math.round(y(e,"--height",1080,1)),h=_(e,"--at"),$;if(h!==void 0){let c=h.split(",").map(w=>{let S=Number.parseFloat(w);if(!Number.isFinite(S)||S<0)throw new Error(`--at expects comma-separated times in ms, got "${w}"`);return Math.min(S,a.durationMs)}),M=[];for(let w of c){let S=await v(i,"SootSim.bridges.threeMode.measure",{fps:r,width:l,height:f,from:w,count:1});M.push({...S.frames[0],index:M.length})}$={fps:r,from:c[0],to:c[c.length-1],width:l,height:f,frames:M}}else{let c=y(e,"--from",0,0),M=_(e,"--count"),w={fps:r,width:l,height:f,from:c};if(M===void 0){let S=y(e,"--to",a.durationMs,0);if(S<=c||S>a.durationMs)throw new Error(`--to must be greater than --from and at most ${a.durationMs}`);w.to=S}else w.count=Math.round(y(e,"--count",1,1));$=await v(i,"SootSim.bridges.threeMode.measure",w)}let b=`${JSON.stringify($,null,2)}
104
+ `,I=_(e,"--output");if(I){let c=B(I);L(q(c),{recursive:!0}),D(c,b),process.stderr.write(` three-mode: measured ${$.frames.length} frames \u2192 ${c}
105
+ `)}else process.stdout.write(b);return}let u=_(e,"--output");if(!u)throw new Error("three-mode render requires --output <dir>");let g=B(u),R=y(e,"--fps",30,.001),E=Math.round(y(e,"--width",1920,1)),k=Math.round(y(e,"--height",1080,1)),F=y(e,"--from",0,0),x=y(e,"--to",a.durationMs,0);if(x<=F||x>a.durationMs)throw new Error(`--to must be greater than --from and at most ${a.durationMs}`);let N=1e3/R,s=Math.ceil((x-F)/N);L(g,{recursive:!0});let p=Q(g).filter(r=>/^frame-\d{5}\.png$/.test(r)||r==="timeline-render.json");if(p.length>0&&!e.includes("--overwrite"))throw new Error(`${g} already has timeline frames; pass --overwrite to replace them`);for(let r of p)X(B(g,r));let d=[],O=4;for(let r=0;r<s;r+=O){let l=Math.min(O,s-r),f=F+r*N,h=Math.min(x,f+l*N),$=await v(i,"SootSim.bridges.threeMode.renderFrames",{fps:R,from:f,to:h,width:E,height:k,count:l});if($.frames.length!==l)throw new Error(`3d renderer returned ${$.frames.length} frames for a ${l}-frame batch`);for(let b of $.frames){let I=r+b.index,c=`frame-${String(I).padStart(5,"0")}.png`,M=b.dataUrl.indexOf(",");if(M<0||!b.dataUrl.slice(0,M).includes("image/png;base64"))throw new Error(`3d renderer returned a non-PNG frame at ${b.timeMs}ms`);let w=Buffer.from(b.dataUrl.slice(M+1),"base64");D(B(g,c),w),d.push({file:c,timeMs:b.timeMs,sha256:Y("sha256").update(w).digest("hex"),alpha:b.alpha,phoneCollision:b.phoneCollision})}process.stderr.write(`\r three-mode: rendered ${Math.min(r+l,s)}/${s}`)}process.stderr.write(`
106
+ `);let C={version:2,timeline:T.absolutePath,fps:R,from:F,to:x,width:E,height:k,frameCount:s,transparent:d.every(r=>r.alpha.transparentPixels>0),frames:d};D(B(g,"timeline-render.json"),`${JSON.stringify(C,null,2)}
107
+ `),console.log(` three-mode: wrote ${s} deterministic RGBA frames to ${g}`)}finally{i.close()}}function me(t){let e=s=>t.find((p,d)=>t[d-1]===s),n={},o=e("--device");if(o){if(o!=="iphone-17-air"&&o!=="iphone-17-pro"&&o!=="pixel-10")throw new Error(`--device expects iphone-17-air, iphone-17-pro, or pixel-10, got "${o}"`);n.device=o}let i=e("--colorway");i&&(n.colorway=i);let m=e("--background");m&&(n.background=m);let T=e("--gradient");if(T){let s=T.split(",").map(C=>C.trim()).filter(Boolean),p=s.map((C,r)=>{let[l,f]=C.split("@"),h=f!==void 0?Number.parseFloat(f):s.length>1?r/(s.length-1):0;return h>1&&(h=h/100),Number.isFinite(h)||(h=s.length>1?r/(s.length-1):0),{color:l.trim(),offset:h}}),d=e("--gradient-angle"),O=d===void 0?void 0:Number.parseFloat(d);if(d!==void 0&&!Number.isFinite(O))throw new Error(`--gradient-angle expects a number, got "${d}"`);n.customGradient={stops:p,...O!==void 0?{angleDeg:O}:{}}}let a=e("--setting");if(a){if(a!=="none"&&a!=="room"&&a!=="white-backdrop")throw new Error(`--setting expects none, room, or white-backdrop, got "${a}"`);n.setting=a}let u={},g=P(e("--focus"),"--focus");g!==void 0&&(u.enabled=g);for(let[s,p]of[["--focus-amount","amount"],["--focus-range","range"]]){let d=e(s);d&&(u[p]=d)}Object.keys(u).length>0&&(n.focus=u),t.includes("--reset-pose")&&(n.resetPose=!0);let R=P(e("--environment"),"--environment"),E={},k={};for(let[s,p]of[["--env-shape","shape"],["--env-spread","spread"],["--env-size","size"],["--env-color","color"]]){let d=e(s);d&&(E[p]=d)}let F=P(e("--env-glow"),"--env-glow");F!==void 0&&(k.glow=F);let x=P(e("--env-plastic"),"--env-plastic");x!==void 0&&(k.plastic=x),(R!==void 0||Object.keys(E).length>0||Object.keys(k).length>0)&&(n.environment=R===!1?!1:{pins:E,effects:k});let N=e("--script");if(N){let s=e("--progress"),p=s===void 0?1:Number.parseFloat(s);if(!Number.isFinite(p))throw new Error(`--progress expects a number from 0 to 1, got "${s}"`);n.script={id:N,progress:p,animate:t.includes("--animate"),slow:t.includes("--slow")}}return n}function P(t,e){if(t===void 0)return;let n=t.toLowerCase();if(["on","true","yes","1"].includes(n))return!0;if(["off","false","no","0"].includes(n))return!1;throw new Error(`${e} expects on or off, got "${t}"`)}function ue(t){return[`ready=${!!t.ready}`,`background=${String(t.background??"unknown")}`,`colorway=${String(t.colorway??"unknown")}`,`environment=${t.environmentActive?"on":"off"}`,`setting=${String(t.setting??"none")}`,`focus=${t.focus&&typeof t.focus=="object"&&t.focus.enabled?"on":"off"}`].join(", ")}export{U as a,ye as b,J as c,me as d};
@@ -0,0 +1,4 @@
1
+ /*! rnx v0.1.313 | (c) 2026 Tamagui LLC | Proprietary — see LICENSE */
2
+ import { createRequire as __sootsimCreateRequire } from 'node:module'
3
+ var require = __sootsimCreateRequire(import.meta.url)
4
+ import{a as i}from"./chunk-HI5TFJWN.js";var c=["ghs_","ghp_","gho_","ghu_","github_pat_"];function p(n){return!!(n&&n.length>=20&&c.some(e=>n.startsWith(e)))}function a(){let n=process.env.CONTRAST_INSTALLATION_TOKEN?.trim(),e=process.env.GITHUB_TOKEN?.trim(),t=n||e;if(!p(t))return null;let r=(process.env.CONTRAST_REPO||process.env.GITHUB_REPOSITORY||"").trim();if(!r)return null;let[o,s]=r.includes("/")?r.split("/",2):[null,null],u=(process.env.CONTRAST_REPO_ID||process.env.GITHUB_REPOSITORY_ID||"").trim(),l=(process.env.CONTRAST_INSTALLATION_ID||process.env.GITHUB_APP_INSTALLATION_ID||"").trim();return{kind:"github",token:t,repoId:r,repositoryId:u||null,owner:o||null,repo:s||null,installationId:l||null,source:n?"contrast-runner":"github-actions"}}function d(n){return n.startsWith("sk_rnx_")||n.startsWith("sk_sootsim_")}function I(){for(let n of["RNX_API_KEY","SOOTSIM_API_KEY"]){let e=process.env[n]?.trim();if(e&&d(e))return{secret:e,envName:n}}return null}function _(){let n=I();if(n)return{kind:"api-key",secret:n.secret,source:"env",envName:n.envName};let e=a();if(e)return e;let t=i();return t?.token?{kind:"session",token:t.token,origin:t.origin}:null}function A(n){return n.kind==="api-key"?`Bearer ${n.secret}`:`Bearer ${n.token}`}function h(n){return!n||n.kind!=="github"?null:{repoId:n.repoId,owner:n.owner??void 0,repo:n.repo??void 0,installationId:n.installationId}}export{_ as a,A as b,h as c};
@@ -0,0 +1,14 @@
1
+ /*! rnx v0.1.313 | (c) 2026 Tamagui LLC | Proprietary — see LICENSE */
2
+ import { createRequire as __sootsimCreateRequire } from 'node:module'
3
+ var require = __sootsimCreateRequire(import.meta.url)
4
+ import{b as Rt,c as yr}from"./chunk-DZS6WPUI.js";import{a as wr}from"./chunk-YDGQTMQL.js";import{a as ou,b as M,d as au}from"./chunk-WINYQ44O.js";var Sr=M(nt=>{"use strict";nt.byteLength=hu;nt.toByteArray=pu;nt.fromByteArray=gu;var Y=[],G=[],cu=typeof Uint8Array<"u"?Uint8Array:Array,qt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ce=0,Tr=qt.length;ce<Tr;++ce)Y[ce]=qt[ce],G[qt.charCodeAt(ce)]=ce;var ce,Tr;G[45]=62;G[95]=63;function Nr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var i=r===t?0:4-r%4;return[r,i]}function hu(e){var t=Nr(e),r=t[0],i=t[1];return(r+i)*3/4-i}function fu(e,t,r){return(t+r)*3/4-r}function pu(e){var t,r=Nr(e),i=r[0],n=r[1],s=new cu(fu(e,i,n)),u=0,l=n>0?i-4:i,c;for(c=0;c<l;c+=4)t=G[e.charCodeAt(c)]<<18|G[e.charCodeAt(c+1)]<<12|G[e.charCodeAt(c+2)]<<6|G[e.charCodeAt(c+3)],s[u++]=t>>16&255,s[u++]=t>>8&255,s[u++]=t&255;return n===2&&(t=G[e.charCodeAt(c)]<<2|G[e.charCodeAt(c+1)]>>4,s[u++]=t&255),n===1&&(t=G[e.charCodeAt(c)]<<10|G[e.charCodeAt(c+1)]<<4|G[e.charCodeAt(c+2)]>>2,s[u++]=t>>8&255,s[u++]=t&255),s}function du(e){return Y[e>>18&63]+Y[e>>12&63]+Y[e>>6&63]+Y[e&63]}function mu(e,t,r){for(var i,n=[],s=t;s<r;s+=3)i=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(e[s+2]&255),n.push(du(i));return n.join("")}function gu(e){for(var t,r=e.length,i=r%3,n=[],s=16383,u=0,l=r-i;u<l;u+=s)n.push(mu(e,u,u+s>l?l:u+s));return i===1?(t=e[r-1],n.push(Y[t>>2]+Y[t<<4&63]+"==")):i===2&&(t=(e[r-2]<<8)+e[r-1],n.push(Y[t>>10]+Y[t>>4&63]+Y[t<<2&63]+"=")),n.join("")}});var K=M((Or,ue)=>{(function(){var e,t,r,i,n,s,u,l={}.hasOwnProperty;e=function(c,...d){var m,p,g,E;if(n(Object.assign))Object.assign.apply(null,arguments);else for(m=0,g=d.length;m<g;m++)if(E=d[m],E!=null)for(p in E)l.call(E,p)&&(c[p]=E[p]);return c},n=function(c){return!!c&&Object.prototype.toString.call(c)==="[object Function]"},s=function(c){var d;return!!c&&((d=typeof c)=="function"||d==="object")},r=function(c){return n(Array.isArray)?Array.isArray(c):Object.prototype.toString.call(c)==="[object Array]"},i=function(c){var d;if(r(c))return!c.length;for(d in c)if(l.call(c,d))return!1;return!0},u=function(c){var d,m;return s(c)&&(m=Object.getPrototypeOf(c))&&(d=m.constructor)&&typeof d=="function"&&d instanceof d&&Function.prototype.toString.call(d)===Function.prototype.toString.call(Object)},t=function(c){return n(c.valueOf)?c.valueOf():c},ue.exports.assign=e,ue.exports.isFunction=n,ue.exports.isObject=s,ue.exports.isArray=r,ue.exports.isEmpty=i,ue.exports.isPlainObject=u,ue.exports.getValue=t}).call(Or)});var kt=M((Ir,Lr)=>{(function(){var e;Lr.exports=e=class{hasFeature(r,i){return!0}createDocumentType(r,i,n){throw new Error("This DOM method is not implemented.")}createDocument(r,i,n){throw new Error("This DOM method is not implemented.")}createHTMLDocument(r){throw new Error("This DOM method is not implemented.")}getFeature(r,i){throw new Error("This DOM method is not implemented.")}}}).call(Ir)});var xr=M((Fr,Mr)=>{(function(){var e;Mr.exports=e=class{constructor(){}handleError(r){throw new Error(r)}}}).call(Fr)});var Rr=M((Br,Pr)=>{(function(){var e;Pr.exports=e=(function(){class t{constructor(i){this.arr=i||[]}item(i){return this.arr[i]||null}contains(i){return this.arr.indexOf(i)!==-1}}return Object.defineProperty(t.prototype,"length",{get:function(){return this.arr.length}}),t}).call(this)}).call(Br)});var _r=M((qr,kr)=>{(function(){var e,t,r;t=xr(),r=Rr(),kr.exports=e=(function(){class i{constructor(){var s;this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new t,infoset:!0,"validate-if-schema":!1,namespaces:!0,"namespace-declarations":!0,"normalize-characters":!1,"schema-location":"","schema-type":"","split-cdata-sections":!0,validate:!1,"well-formed":!0},this.params=s=Object.create(this.defaultParams)}getParameter(s){return this.params.hasOwnProperty(s)?this.params[s]:null}canSetParameter(s,u){return!0}setParameter(s,u){return u!=null?this.params[s]=u:delete this.params[s]}}return Object.defineProperty(i.prototype,"parameterNames",{get:function(){return new r(Object.keys(this.defaultParams))}}),i}).call(this)}).call(qr)});var q=M((jr,Ur)=>{(function(){Ur.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(jr)});var _t=M((Vr,Xr)=>{(function(){var e,t,r;e=q(),r=z(),Xr.exports=t=(function(){class i{constructor(s,u,l){if(this.parent=s,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),u==null)throw new Error("Missing attribute name. "+this.debugInfo(u));this.name=this.stringify.name(u),this.value=this.stringify.attValue(l),this.type=e.Attribute,this.isId=!1,this.schemaTypeInfo=null}clone(){return Object.create(this)}toString(s){return this.options.writer.attribute(this,this.options.writer.filterOptions(s))}debugInfo(s){return s=s||this.name,s==null?"parent: <"+this.parent.name+">":"attribute: {"+s+"}, parent: <"+this.parent.name+">"}isEqualNode(s){return!(s.namespaceURI!==this.namespaceURI||s.prefix!==this.prefix||s.localName!==this.localName||s.value!==this.value)}}return Object.defineProperty(i.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(i.prototype,"ownerElement",{get:function(){return this.parent}}),Object.defineProperty(i.prototype,"textContent",{get:function(){return this.value},set:function(n){return this.value=n||""}}),Object.defineProperty(i.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(i.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(i.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(i.prototype,"specified",{get:function(){return!0}}),i}).call(this)}).call(Vr)});var it=M(($r,Hr)=>{(function(){var e;Hr.exports=e=(function(){class t{constructor(i){this.nodes=i}clone(){return this.nodes=null}getNamedItem(i){return this.nodes[i]}setNamedItem(i){var n;return n=this.nodes[i.nodeName],this.nodes[i.nodeName]=i,n||null}removeNamedItem(i){var n;return n=this.nodes[i],delete this.nodes[i],n||null}item(i){return this.nodes[Object.keys(this.nodes)[i]]||null}getNamedItemNS(i,n){throw new Error("This DOM method is not implemented.")}setNamedItemNS(i){throw new Error("This DOM method is not implemented.")}removeNamedItemNS(i,n){throw new Error("This DOM method is not implemented.")}}return Object.defineProperty(t.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),t}).call(this)}).call($r)});var ut=M((zr,Gr)=>{(function(){var e,t,r,i,n,s,u,l,c={}.hasOwnProperty;({isObject:l,isFunction:u,getValue:s}=K()),n=z(),e=q(),t=_t(),i=it(),Gr.exports=r=(function(){class d extends n{constructor(p,g,E){var C,T,v,S;if(super(p),g==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(g),this.type=e.Element,this.attribs={},this.schemaTypeInfo=null,E!=null&&this.attribute(E),p.type===e.Document&&(this.isRoot=!0,this.documentObject=p,p.rootObject=this,p.children)){for(S=p.children,T=0,v=S.length;T<v;T++)if(C=S[T],C.type===e.DocType){C.name=this.name;break}}}clone(){var p,g,E,C;E=Object.create(this),E.isRoot&&(E.documentObject=null),E.attribs={},C=this.attribs;for(g in C)c.call(C,g)&&(p=C[g],E.attribs[g]=p.clone());return E.children=[],this.children.forEach(function(T){var v;return v=T.clone(),v.parent=E,E.children.push(v)}),E}attribute(p,g){var E,C;if(p!=null&&(p=s(p)),l(p))for(E in p)c.call(p,E)&&(C=p[E],this.attribute(E,C));else u(g)&&(g=g.apply()),this.options.keepNullAttributes&&g==null?this.attribs[p]=new t(this,p,""):g!=null&&(this.attribs[p]=new t(this,p,g));return this}removeAttribute(p){var g,E,C;if(p==null)throw new Error("Missing attribute name. "+this.debugInfo());if(p=s(p),Array.isArray(p))for(E=0,C=p.length;E<C;E++)g=p[E],delete this.attribs[g];else delete this.attribs[p];return this}toString(p){return this.options.writer.element(this,this.options.writer.filterOptions(p))}att(p,g){return this.attribute(p,g)}a(p,g){return this.attribute(p,g)}getAttribute(p){return this.attribs.hasOwnProperty(p)?this.attribs[p].value:null}setAttribute(p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}getAttributeNode(p){return this.attribs.hasOwnProperty(p)?this.attribs[p]:null}setAttributeNode(p){throw new Error("This DOM method is not implemented."+this.debugInfo())}removeAttributeNode(p){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagName(p){throw new Error("This DOM method is not implemented."+this.debugInfo())}getAttributeNS(p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}setAttributeNS(p,g,E){throw new Error("This DOM method is not implemented."+this.debugInfo())}removeAttributeNS(p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}getAttributeNodeNS(p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}setAttributeNodeNS(p){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagNameNS(p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}hasAttribute(p){return this.attribs.hasOwnProperty(p)}hasAttributeNS(p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}setIdAttribute(p,g){return this.attribs.hasOwnProperty(p)?this.attribs[p].isId:g}setIdAttributeNS(p,g,E){throw new Error("This DOM method is not implemented."+this.debugInfo())}setIdAttributeNode(p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagName(p){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagNameNS(p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByClassName(p){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(p){var g,E,C;if(!super.isEqualNode(p)||p.namespaceURI!==this.namespaceURI||p.prefix!==this.prefix||p.localName!==this.localName||p.attribs.length!==this.attribs.length)return!1;for(g=E=0,C=this.attribs.length-1;0<=C?E<=C:E>=C;g=0<=C?++E:--E)if(!this.attribs[g].isEqualNode(p.attribs[g]))return!1;return!0}}return Object.defineProperty(d.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(d.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(d.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(d.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(d.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(d.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(d.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(d.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new i(this.attribs)),this.attributeMap}}),d}).call(this)}).call(zr)});var Ie=M((Wr,Yr)=>{(function(){var e,t;t=z(),Yr.exports=e=(function(){class r extends t{constructor(n){super(n),this.value=""}clone(){return Object.create(this)}substringData(n,s){throw new Error("This DOM method is not implemented."+this.debugInfo())}appendData(n){throw new Error("This DOM method is not implemented."+this.debugInfo())}insertData(n,s){throw new Error("This DOM method is not implemented."+this.debugInfo())}deleteData(n,s){throw new Error("This DOM method is not implemented."+this.debugInfo())}replaceData(n,s,u){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(n){return!(!super.isEqualNode(n)||n.data!==this.data)}}return Object.defineProperty(r.prototype,"data",{get:function(){return this.value},set:function(i){return this.value=i||""}}),Object.defineProperty(r.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(r.prototype,"textContent",{get:function(){return this.value},set:function(i){return this.value=i||""}}),r}).call(this)}).call(Wr)});var st=M((Kr,Zr)=>{(function(){var e,t,r;e=q(),r=Ie(),Zr.exports=t=class extends r{constructor(n,s){if(super(n),s==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=e.CData,this.value=this.stringify.cdata(s)}clone(){return Object.create(this)}toString(n){return this.options.writer.cdata(this,this.options.writer.filterOptions(n))}}}).call(Kr)});var ot=M((Jr,Qr)=>{(function(){var e,t,r;e=q(),t=Ie(),Qr.exports=r=class extends t{constructor(n,s){if(super(n),s==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=e.Comment,this.value=this.stringify.comment(s)}clone(){return Object.create(this)}toString(n){return this.options.writer.comment(this,this.options.writer.filterOptions(n))}}}).call(Jr)});var at=M((en,tn)=>{(function(){var e,t,r,i;({isObject:i}=K()),r=z(),e=q(),tn.exports=t=class extends r{constructor(s,u,l,c){super(s),i(u)&&({version:u,encoding:l,standalone:c}=u),u||(u="1.0"),this.type=e.Declaration,this.version=this.stringify.xmlVersion(u),l!=null&&(this.encoding=this.stringify.xmlEncoding(l)),c!=null&&(this.standalone=this.stringify.xmlStandalone(c))}toString(s){return this.options.writer.declaration(this,this.options.writer.filterOptions(s))}}}).call(en)});var lt=M((rn,nn)=>{(function(){var e,t,r;r=z(),e=q(),nn.exports=t=class extends r{constructor(n,s,u,l,c,d){if(super(n),s==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(u==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(s));if(!l)throw new Error("Missing DTD attribute type. "+this.debugInfo(s));if(!c)throw new Error("Missing DTD attribute default. "+this.debugInfo(s));if(c.indexOf("#")!==0&&(c="#"+c),!c.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(s));if(d&&!c.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(s));this.elementName=this.stringify.name(s),this.type=e.AttributeDeclaration,this.attributeName=this.stringify.name(u),this.attributeType=this.stringify.dtdAttType(l),d&&(this.defaultValue=this.stringify.dtdAttDefault(d)),this.defaultValueType=c}toString(n){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(n))}}}).call(rn)});var ct=M((un,sn)=>{(function(){var e,t,r,i;({isObject:i}=K()),r=z(),e=q(),sn.exports=t=(function(){class n extends r{constructor(u,l,c,d){if(super(u),c==null)throw new Error("Missing DTD entity name. "+this.debugInfo(c));if(d==null)throw new Error("Missing DTD entity value. "+this.debugInfo(c));if(this.pe=!!l,this.name=this.stringify.name(c),this.type=e.EntityDeclaration,!i(d))this.value=this.stringify.dtdEntityValue(d),this.internal=!0;else{if(!d.pubID&&!d.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(c));if(d.pubID&&!d.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(c));if(this.internal=!1,d.pubID!=null&&(this.pubID=this.stringify.dtdPubID(d.pubID)),d.sysID!=null&&(this.sysID=this.stringify.dtdSysID(d.sysID)),d.nData!=null&&(this.nData=this.stringify.dtdNData(d.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(c))}}toString(u){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(u))}}return Object.defineProperty(n.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(n.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(n.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(n.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(n.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(n.prototype,"xmlVersion",{get:function(){return null}}),n}).call(this)}).call(un)});var ht=M((on,an)=>{(function(){var e,t,r;r=z(),e=q(),an.exports=t=class extends r{constructor(n,s,u){if(super(n),s==null)throw new Error("Missing DTD element name. "+this.debugInfo());u||(u="(#PCDATA)"),Array.isArray(u)&&(u="("+u.join(",")+")"),this.name=this.stringify.name(s),this.type=e.ElementDeclaration,this.value=this.stringify.dtdElementValue(u)}toString(n){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(n))}}}).call(on)});var ft=M((ln,cn)=>{(function(){var e,t,r;r=z(),e=q(),cn.exports=t=(function(){class i extends r{constructor(s,u,l){if(super(s),u==null)throw new Error("Missing DTD notation name. "+this.debugInfo(u));if(!l.pubID&&!l.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(u));this.name=this.stringify.name(u),this.type=e.NotationDeclaration,l.pubID!=null&&(this.pubID=this.stringify.dtdPubID(l.pubID)),l.sysID!=null&&(this.sysID=this.stringify.dtdSysID(l.sysID))}toString(s){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(s))}}return Object.defineProperty(i.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(i.prototype,"systemId",{get:function(){return this.sysID}}),i}).call(this)}).call(ln)});var pt=M((hn,fn)=>{(function(){var e,t,r,i,n,s,u,l,c;({isObject:c}=K()),l=z(),e=q(),t=lt(),i=ct(),r=ht(),n=ft(),u=it(),fn.exports=s=(function(){class d extends l{constructor(p,g,E){var C,T,v,S;if(super(p),this.type=e.DocType,p.children){for(S=p.children,T=0,v=S.length;T<v;T++)if(C=S[T],C.type===e.Element){this.name=C.name;break}}this.documentObject=p,c(g)&&({pubID:g,sysID:E}=g),E==null&&([E,g]=[g,E]),g!=null&&(this.pubID=this.stringify.dtdPubID(g)),E!=null&&(this.sysID=this.stringify.dtdSysID(E))}element(p,g){var E;return E=new r(this,p,g),this.children.push(E),this}attList(p,g,E,C,T){var v;return v=new t(this,p,g,E,C,T),this.children.push(v),this}entity(p,g){var E;return E=new i(this,!1,p,g),this.children.push(E),this}pEntity(p,g){var E;return E=new i(this,!0,p,g),this.children.push(E),this}notation(p,g){var E;return E=new n(this,p,g),this.children.push(E),this}toString(p){return this.options.writer.docType(this,this.options.writer.filterOptions(p))}ele(p,g){return this.element(p,g)}att(p,g,E,C,T){return this.attList(p,g,E,C,T)}ent(p,g){return this.entity(p,g)}pent(p,g){return this.pEntity(p,g)}not(p,g){return this.notation(p,g)}up(){return this.root()||this.documentObject}isEqualNode(p){return!(!super.isEqualNode(p)||p.name!==this.name||p.publicId!==this.publicId||p.systemId!==this.systemId)}}return Object.defineProperty(d.prototype,"entities",{get:function(){var m,p,g,E,C;for(E={},C=this.children,p=0,g=C.length;p<g;p++)m=C[p],m.type===e.EntityDeclaration&&!m.pe&&(E[m.name]=m);return new u(E)}}),Object.defineProperty(d.prototype,"notations",{get:function(){var m,p,g,E,C;for(E={},C=this.children,p=0,g=C.length;p<g;p++)m=C[p],m.type===e.NotationDeclaration&&(E[m.name]=m);return new u(E)}}),Object.defineProperty(d.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(d.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(d.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),d}).call(this)}).call(hn)});var dt=M((pn,dn)=>{(function(){var e,t,r;e=q(),t=z(),dn.exports=r=class extends t{constructor(n,s){if(super(n),s==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=e.Raw,this.value=this.stringify.raw(s)}clone(){return Object.create(this)}toString(n){return this.options.writer.raw(this,this.options.writer.filterOptions(n))}}}).call(pn)});var mt=M((mn,gn)=>{(function(){var e,t,r;e=q(),t=Ie(),gn.exports=r=(function(){class i extends t{constructor(s,u){if(super(s),u==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=e.Text,this.value=this.stringify.text(u)}clone(){return Object.create(this)}toString(s){return this.options.writer.text(this,this.options.writer.filterOptions(s))}splitText(s){throw new Error("This DOM method is not implemented."+this.debugInfo())}replaceWholeText(s){throw new Error("This DOM method is not implemented."+this.debugInfo())}}return Object.defineProperty(i.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(i.prototype,"wholeText",{get:function(){var n,s,u;for(u="",s=this.previousSibling;s;)u=s.data+u,s=s.previousSibling;for(u+=this.data,n=this.nextSibling;n;)u=u+n.data,n=n.nextSibling;return u}}),i}).call(this)}).call(mn)});var gt=M((Dn,yn)=>{(function(){var e,t,r;e=q(),t=Ie(),yn.exports=r=class extends t{constructor(n,s,u){if(super(n),s==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=e.ProcessingInstruction,this.target=this.stringify.insTarget(s),this.name=this.target,u&&(this.value=this.stringify.insValue(u))}clone(){return Object.create(this)}toString(n){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(n))}isEqualNode(n){return!(!super.isEqualNode(n)||n.target!==this.target)}}}).call(Dn)});var jt=M((wn,An)=>{(function(){var e,t,r;r=z(),e=q(),An.exports=t=class extends r{constructor(n){super(n),this.type=e.Dummy}clone(){return Object.create(this)}toString(n){return""}}}).call(wn)});var Cn=M((bn,En)=>{(function(){var e;En.exports=e=(function(){class t{constructor(i){this.nodes=i}clone(){return this.nodes=null}item(i){return this.nodes[i]||null}}return Object.defineProperty(t.prototype,"length",{get:function(){return this.nodes.length||0}}),t}).call(this)}).call(bn)});var Nn=M((vn,Tn)=>{(function(){Tn.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(vn)});var z=M((Sn,On)=>{(function(){var e,t,r,i,n,s,u,l,c,d,m,p,g,E,C,T,v,S,x={}.hasOwnProperty,f=[].splice;({isObject:S,isFunction:v,isEmpty:T,getValue:C}=K()),l=null,r=null,i=null,n=null,s=null,g=null,E=null,p=null,u=null,t=null,m=null,c=null,e=null,On.exports=d=(function(){class h{constructor(o){this.parent=o,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,l||(l=ut(),r=st(),i=ot(),n=at(),s=pt(),g=dt(),E=mt(),p=gt(),u=jt(),t=q(),m=Cn(),c=it(),e=Nn())}setParent(o){var y,b,a,D,A;for(this.parent=o,o&&(this.options=o.options,this.stringify=o.stringify),D=this.children,A=[],b=0,a=D.length;b<a;b++)y=D[b],A.push(y.setParent(this));return A}element(o,y,b){var a,D,A,N,I,L,k,F,O;if(L=null,y===null&&b==null&&([y,b]=[{},null]),y==null&&(y={}),y=C(y),S(y)||([b,y]=[y,b]),o!=null&&(o=C(o)),Array.isArray(o))for(A=0,k=o.length;A<k;A++)D=o[A],L=this.element(D);else if(v(o))L=this.element(o.apply());else if(S(o)){for(I in o)if(x.call(o,I))if(O=o[I],v(O)&&(O=O.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&I.indexOf(this.stringify.convertAttKey)===0)L=this.attribute(I.substr(this.stringify.convertAttKey.length),O);else if(!this.options.separateArrayItems&&Array.isArray(O)&&T(O))L=this.dummy();else if(S(O)&&T(O))L=this.element(I);else if(!this.options.keepNullNodes&&O==null)L=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(O))for(N=0,F=O.length;N<F;N++)D=O[N],a={},a[I]=D,L=this.element(a);else S(O)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&I.indexOf(this.stringify.convertTextKey)===0?L=this.element(O):(L=this.element(I),L.element(O)):L=this.element(I,O)}else!this.options.keepNullNodes&&b===null?L=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&o.indexOf(this.stringify.convertTextKey)===0?L=this.text(b):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&o.indexOf(this.stringify.convertCDataKey)===0?L=this.cdata(b):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&o.indexOf(this.stringify.convertCommentKey)===0?L=this.comment(b):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&o.indexOf(this.stringify.convertRawKey)===0?L=this.raw(b):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&o.indexOf(this.stringify.convertPIKey)===0?L=this.instruction(o.substr(this.stringify.convertPIKey.length),b):L=this.node(o,y,b);if(L==null)throw new Error("Could not create any elements with: "+o+". "+this.debugInfo());return L}insertBefore(o,y,b){var a,D,A,N,I;if(o?.type)return A=o,N=y,A.setParent(this),N?(D=children.indexOf(N),I=children.splice(D),children.push(A),Array.prototype.push.apply(children,I)):children.push(A),A;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(o));return D=this.parent.children.indexOf(this),I=this.parent.children.splice(D),a=this.parent.element(o,y,b),Array.prototype.push.apply(this.parent.children,I),a}insertAfter(o,y,b){var a,D,A;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(o));return D=this.parent.children.indexOf(this),A=this.parent.children.splice(D+1),a=this.parent.element(o,y,b),Array.prototype.push.apply(this.parent.children,A),a}remove(){var o,y;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return o=this.parent.children.indexOf(this),f.apply(this.parent.children,[o,o-o+1].concat(y=[])),this.parent}node(o,y,b){var a;return o!=null&&(o=C(o)),y||(y={}),y=C(y),S(y)||([b,y]=[y,b]),a=new l(this,o,y),b!=null&&a.text(b),this.children.push(a),a}text(o){var y;return S(o)&&this.element(o),y=new E(this,o),this.children.push(y),this}cdata(o){var y;return y=new r(this,o),this.children.push(y),this}comment(o){var y;return y=new i(this,o),this.children.push(y),this}commentBefore(o){var y,b,a;return b=this.parent.children.indexOf(this),a=this.parent.children.splice(b),y=this.parent.comment(o),Array.prototype.push.apply(this.parent.children,a),this}commentAfter(o){var y,b,a;return b=this.parent.children.indexOf(this),a=this.parent.children.splice(b+1),y=this.parent.comment(o),Array.prototype.push.apply(this.parent.children,a),this}raw(o){var y;return y=new g(this,o),this.children.push(y),this}dummy(){var o;return o=new u(this),o}instruction(o,y){var b,a,D,A,N;if(o!=null&&(o=C(o)),y!=null&&(y=C(y)),Array.isArray(o))for(A=0,N=o.length;A<N;A++)b=o[A],this.instruction(b);else if(S(o))for(b in o)x.call(o,b)&&(a=o[b],this.instruction(b,a));else v(y)&&(y=y.apply()),D=new p(this,o,y),this.children.push(D);return this}instructionBefore(o,y){var b,a,D;return a=this.parent.children.indexOf(this),D=this.parent.children.splice(a),b=this.parent.instruction(o,y),Array.prototype.push.apply(this.parent.children,D),this}instructionAfter(o,y){var b,a,D;return a=this.parent.children.indexOf(this),D=this.parent.children.splice(a+1),b=this.parent.instruction(o,y),Array.prototype.push.apply(this.parent.children,D),this}declaration(o,y,b){var a,D;return a=this.document(),D=new n(a,o,y,b),a.children.length===0?a.children.unshift(D):a.children[0].type===t.Declaration?a.children[0]=D:a.children.unshift(D),a.root()||a}dtd(o,y){var b,a,D,A,N,I,L,k,F,O;for(a=this.document(),D=new s(a,o,y),F=a.children,A=N=0,L=F.length;N<L;A=++N)if(b=F[A],b.type===t.DocType)return a.children[A]=D,D;for(O=a.children,A=I=0,k=O.length;I<k;A=++I)if(b=O[A],b.isRoot)return a.children.splice(A,0,D),D;return a.children.push(D),D}up(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent}root(){var o;for(o=this;o;){if(o.type===t.Document)return o.rootObject;if(o.isRoot)return o;o=o.parent}}document(){var o;for(o=this;o;){if(o.type===t.Document)return o;o=o.parent}}end(o){return this.document().end(o)}prev(){var o;if(o=this.parent.children.indexOf(this),o<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[o-1]}next(){var o;if(o=this.parent.children.indexOf(this),o===-1||o===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[o+1]}importDocument(o){var y,b,a,D,A;if(b=o.root().clone(),b.parent=this,b.isRoot=!1,this.children.push(b),this.type===t.Document&&(b.isRoot=!0,b.documentObject=this,this.rootObject=b,this.children)){for(A=this.children,a=0,D=A.length;a<D;a++)if(y=A[a],y.type===t.DocType){y.name=b.name;break}}return this}debugInfo(o){var y,b;return o=o||this.name,o==null&&!((y=this.parent)!=null&&y.name)?"":o==null?"parent: <"+this.parent.name+">":(b=this.parent)!=null&&b.name?"node: <"+o+">, parent: <"+this.parent.name+">":"node: <"+o+">"}ele(o,y,b){return this.element(o,y,b)}nod(o,y,b){return this.node(o,y,b)}txt(o){return this.text(o)}dat(o){return this.cdata(o)}com(o){return this.comment(o)}ins(o,y){return this.instruction(o,y)}doc(){return this.document()}dec(o,y,b){return this.declaration(o,y,b)}e(o,y,b){return this.element(o,y,b)}n(o,y,b){return this.node(o,y,b)}t(o){return this.text(o)}d(o){return this.cdata(o)}c(o){return this.comment(o)}r(o){return this.raw(o)}i(o,y){return this.instruction(o,y)}u(){return this.up()}importXMLBuilder(o){return this.importDocument(o)}attribute(o,y){throw new Error("attribute() applies to element nodes only.")}att(o,y){return this.attribute(o,y)}a(o,y){return this.attribute(o,y)}removeAttribute(o){throw new Error("attribute() applies to element nodes only.")}replaceChild(o,y){throw new Error("This DOM method is not implemented."+this.debugInfo())}removeChild(o){throw new Error("This DOM method is not implemented."+this.debugInfo())}appendChild(o){throw new Error("This DOM method is not implemented."+this.debugInfo())}hasChildNodes(){return this.children.length!==0}cloneNode(o){throw new Error("This DOM method is not implemented."+this.debugInfo())}normalize(){throw new Error("This DOM method is not implemented."+this.debugInfo())}isSupported(o,y){return!0}hasAttributes(){return this.attribs.length!==0}compareDocumentPosition(o){var y,b;return y=this,y===o?0:this.document()!==o.document()?(b=e.Disconnected|e.ImplementationSpecific,Math.random()<.5?b|=e.Preceding:b|=e.Following,b):y.isAncestor(o)?e.Contains|e.Preceding:y.isDescendant(o)?e.Contains|e.Following:y.isPreceding(o)?e.Preceding:e.Following}isSameNode(o){throw new Error("This DOM method is not implemented."+this.debugInfo())}lookupPrefix(o){throw new Error("This DOM method is not implemented."+this.debugInfo())}isDefaultNamespace(o){throw new Error("This DOM method is not implemented."+this.debugInfo())}lookupNamespaceURI(o){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(o){var y,b,a;if(o.nodeType!==this.nodeType||o.children.length!==this.children.length)return!1;for(y=b=0,a=this.children.length-1;0<=a?b<=a:b>=a;y=0<=a?++b:--b)if(!this.children[y].isEqualNode(o.children[y]))return!1;return!0}getFeature(o,y){throw new Error("This DOM method is not implemented."+this.debugInfo())}setUserData(o,y,b){throw new Error("This DOM method is not implemented."+this.debugInfo())}getUserData(o){throw new Error("This DOM method is not implemented."+this.debugInfo())}contains(o){return o?o===this||this.isDescendant(o):!1}isDescendant(o){var y,b,a,D,A;for(A=this.children,a=0,D=A.length;a<D;a++)if(y=A[a],o===y||(b=y.isDescendant(o),b))return!0;return!1}isAncestor(o){return o.isDescendant(this)}isPreceding(o){var y,b;return y=this.treePosition(o),b=this.treePosition(this),y===-1||b===-1?!1:y<b}isFollowing(o){var y,b;return y=this.treePosition(o),b=this.treePosition(this),y===-1||b===-1?!1:y>b}treePosition(o){var y,b;return b=0,y=!1,this.foreachTreeNode(this.document(),function(a){if(b++,!y&&a===o)return y=!0}),y?b:-1}foreachTreeNode(o,y){var b,a,D,A,N;for(o||(o=this.document()),A=o.children,a=0,D=A.length;a<D;a++){if(b=A[a],N=y(b))return N;if(N=this.foreachTreeNode(b,y),N)return N}}}return Object.defineProperty(h.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(h.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(h.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(h.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(h.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new m(this.children)),this.childNodeList}}),Object.defineProperty(h.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(h.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(h.prototype,"previousSibling",{get:function(){var w;return w=this.parent.children.indexOf(this),this.parent.children[w-1]||null}}),Object.defineProperty(h.prototype,"nextSibling",{get:function(){var w;return w=this.parent.children.indexOf(this),this.parent.children[w+1]||null}}),Object.defineProperty(h.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(h.prototype,"textContent",{get:function(){var w,o,y,b,a;if(this.nodeType===t.Element||this.nodeType===t.DocumentFragment){for(a="",b=this.children,o=0,y=b.length;o<y;o++)w=b[o],w.textContent&&(a+=w.textContent);return a}else return null},set:function(w){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),h}).call(this)}).call(Sn)});var Ut=M((In,Ln)=>{(function(){var e,t={}.hasOwnProperty;Ln.exports=e=(function(){class r{constructor(n){var s,u,l;this.assertLegalChar=this.assertLegalChar.bind(this),this.assertLegalName=this.assertLegalName.bind(this),n||(n={}),this.options=n,this.options.version||(this.options.version="1.0"),u=n.stringify||{};for(s in u)t.call(u,s)&&(l=u[s],this[s]=l)}name(n){return this.options.noValidation?n:this.assertLegalName(""+n||"")}text(n){return this.options.noValidation?n:this.assertLegalChar(this.textEscape(""+n||""))}cdata(n){return this.options.noValidation?n:(n=""+n||"",n=n.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(n))}comment(n){if(this.options.noValidation)return n;if(n=""+n||"",n.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+n);return this.assertLegalChar(n)}raw(n){return this.options.noValidation?n:""+n||""}attValue(n){return this.options.noValidation?n:this.assertLegalChar(this.attEscape(n=""+n||""))}insTarget(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")}insValue(n){if(this.options.noValidation)return n;if(n=""+n||"",n.match(/\?>/))throw new Error("Invalid processing instruction value: "+n);return this.assertLegalChar(n)}xmlVersion(n){if(this.options.noValidation)return n;if(n=""+n||"",!n.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+n);return n}xmlEncoding(n){if(this.options.noValidation)return n;if(n=""+n||"",!n.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+n);return this.assertLegalChar(n)}xmlStandalone(n){return this.options.noValidation?n:n?"yes":"no"}dtdPubID(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")}dtdSysID(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")}dtdElementValue(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")}dtdAttType(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")}dtdAttDefault(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")}dtdEntityValue(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")}dtdNData(n){return this.options.noValidation?n:this.assertLegalChar(""+n||"")}assertLegalChar(n){var s,u;if(this.options.noValidation)return n;if(this.options.version==="1.0"){if(s=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g,this.options.invalidCharReplacement!==void 0)n=n.replace(s,this.options.invalidCharReplacement);else if(u=n.match(s))throw new Error(`Invalid character in string: ${n} at index ${u.index}`)}else if(this.options.version==="1.1"){if(s=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g,this.options.invalidCharReplacement!==void 0)n=n.replace(s,this.options.invalidCharReplacement);else if(u=n.match(s))throw new Error(`Invalid character in string: ${n} at index ${u.index}`)}return n}assertLegalName(n){var s;if(this.options.noValidation)return n;if(n=this.assertLegalChar(n),s=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!n.match(s))throw new Error(`Invalid character in name: ${n}`);return n}textEscape(n){var s;return this.options.noValidation?n:(s=this.options.noDoubleEncoding?/(?!&(lt|gt|amp|apos|quot);)&/g:/&/g,n.replace(s,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;"))}attEscape(n){var s;return this.options.noValidation?n:(s=this.options.noDoubleEncoding?/(?!&(lt|gt|amp|apos|quot);)&/g:/&/g,n.replace(s,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;"))}}return r.prototype.convertAttKey="@",r.prototype.convertPIKey="?",r.prototype.convertTextKey="#text",r.prototype.convertCDataKey="#cdata",r.prototype.convertCommentKey="#comment",r.prototype.convertRawKey="#raw",r}).call(this)}).call(In)});var Le=M((Fn,Mn)=>{(function(){Mn.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}).call(Fn)});var Vt=M((xn,Bn)=>{(function(){var e,t,r,i,n,s,u,l,c,d,m,p,g,E,C,T,v,S={}.hasOwnProperty;({assign:v}=K()),e=q(),c=at(),d=pt(),r=st(),i=ot(),p=ut(),E=dt(),C=mt(),g=gt(),m=jt(),n=lt(),s=ht(),u=ct(),l=ft(),t=Le(),Bn.exports=T=class{constructor(f){var h,w,o;f||(f={}),this.options=f,w=f.writer||{};for(h in w)S.call(w,h)&&(o=w[h],this["_"+h]=this[h],this[h]=o)}filterOptions(f){var h,w,o,y,b,a,D,A,N;return f||(f={}),f=v({},this.options,f),h={writer:this},h.pretty=f.pretty||!1,h.allowEmpty=f.allowEmpty||!1,h.indent=(w=f.indent)!=null?w:" ",h.newline=(o=f.newline)!=null?o:`
5
+ `,h.offset=(y=f.offset)!=null?y:0,h.width=(b=f.width)!=null?b:0,h.dontPrettyTextNodes=(a=(D=f.dontPrettyTextNodes)!=null?D:f.dontprettytextnodes)!=null?a:0,h.spaceBeforeSlash=(A=(N=f.spaceBeforeSlash)!=null?N:f.spacebeforeslash)!=null?A:"",h.spaceBeforeSlash===!0&&(h.spaceBeforeSlash=" "),h.suppressPrettyCount=0,h.user={},h.state=t.None,h}indent(f,h,w){var o;return!h.pretty||h.suppressPrettyCount?"":h.pretty&&(o=(w||0)+h.offset+1,o>0)?new Array(o).join(h.indent):""}endline(f,h,w){return!h.pretty||h.suppressPrettyCount?"":h.newline}attribute(f,h,w){var o;return this.openAttribute(f,h,w),h.pretty&&h.width>0?o=f.name+'="'+f.value+'"':o=" "+f.name+'="'+f.value+'"',this.closeAttribute(f,h,w),o}cdata(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w)+"<![CDATA[",h.state=t.InsideTag,o+=f.value,h.state=t.CloseTag,o+="]]>"+this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}comment(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w)+"<!-- ",h.state=t.InsideTag,o+=f.value,h.state=t.CloseTag,o+=" -->"+this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}declaration(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w)+"<?xml",h.state=t.InsideTag,o+=' version="'+f.version+'"',f.encoding!=null&&(o+=' encoding="'+f.encoding+'"'),f.standalone!=null&&(o+=' standalone="'+f.standalone+'"'),h.state=t.CloseTag,o+=h.spaceBeforeSlash+"?>",o+=this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}docType(f,h,w){var o,y,b,a,D;if(w||(w=0),this.openNode(f,h,w),h.state=t.OpenTag,a=this.indent(f,h,w),a+="<!DOCTYPE "+f.root().name,f.pubID&&f.sysID?a+=' PUBLIC "'+f.pubID+'" "'+f.sysID+'"':f.sysID&&(a+=' SYSTEM "'+f.sysID+'"'),f.children.length>0){for(a+=" [",a+=this.endline(f,h,w),h.state=t.InsideTag,D=f.children,y=0,b=D.length;y<b;y++)o=D[y],a+=this.writeChildNode(o,h,w+1);h.state=t.CloseTag,a+="]"}return h.state=t.CloseTag,a+=h.spaceBeforeSlash+">",a+=this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),a}element(f,h,w){var o,y,b,a,D,A,N,I,L,k,F,O,_,Qe,et,tt,Bt,Pt,me;if(w||(w=0),O=!1,this.openNode(f,h,w),h.state=t.OpenTag,_=this.indent(f,h,w)+"<"+f.name,h.pretty&&h.width>0){I=_.length,et=f.attribs;for(F in et)S.call(et,F)&&(o=et[F],Qe=this.attribute(o,h,w),y=Qe.length,I+y>h.width?(me=this.indent(f,h,w+1)+Qe,_+=this.endline(f,h,w)+me,I=me.length):(me=" "+Qe,_+=me,I+=me.length))}else{tt=f.attribs;for(F in tt)S.call(tt,F)&&(o=tt[F],_+=this.attribute(o,h,w))}if(a=f.children.length,D=a===0?null:f.children[0],a===0||f.children.every(function(rt){return(rt.type===e.Text||rt.type===e.Raw||rt.type===e.CData)&&rt.value===""}))h.allowEmpty?(_+=">",h.state=t.CloseTag,_+="</"+f.name+">"+this.endline(f,h,w)):(h.state=t.CloseTag,_+=h.spaceBeforeSlash+"/>"+this.endline(f,h,w));else if(h.pretty&&a===1&&(D.type===e.Text||D.type===e.Raw||D.type===e.CData)&&D.value!=null)_+=">",h.state=t.InsideTag,h.suppressPrettyCount++,O=!0,_+=this.writeChildNode(D,h,w+1),h.suppressPrettyCount--,O=!1,h.state=t.CloseTag,_+="</"+f.name+">"+this.endline(f,h,w);else{if(h.dontPrettyTextNodes){for(Bt=f.children,A=0,L=Bt.length;A<L;A++)if(b=Bt[A],(b.type===e.Text||b.type===e.Raw||b.type===e.CData)&&b.value!=null){h.suppressPrettyCount++,O=!0;break}}for(_+=">"+this.endline(f,h,w),h.state=t.InsideTag,Pt=f.children,N=0,k=Pt.length;N<k;N++)b=Pt[N],_+=this.writeChildNode(b,h,w+1);h.state=t.CloseTag,_+=this.indent(f,h,w)+"</"+f.name+">",O&&h.suppressPrettyCount--,_+=this.endline(f,h,w),h.state=t.None}return this.closeNode(f,h,w),_}writeChildNode(f,h,w){switch(f.type){case e.CData:return this.cdata(f,h,w);case e.Comment:return this.comment(f,h,w);case e.Element:return this.element(f,h,w);case e.Raw:return this.raw(f,h,w);case e.Text:return this.text(f,h,w);case e.ProcessingInstruction:return this.processingInstruction(f,h,w);case e.Dummy:return"";case e.Declaration:return this.declaration(f,h,w);case e.DocType:return this.docType(f,h,w);case e.AttributeDeclaration:return this.dtdAttList(f,h,w);case e.ElementDeclaration:return this.dtdElement(f,h,w);case e.EntityDeclaration:return this.dtdEntity(f,h,w);case e.NotationDeclaration:return this.dtdNotation(f,h,w);default:throw new Error("Unknown XML node type: "+f.constructor.name)}}processingInstruction(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w)+"<?",h.state=t.InsideTag,o+=f.target,f.value&&(o+=" "+f.value),h.state=t.CloseTag,o+=h.spaceBeforeSlash+"?>",o+=this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}raw(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w),h.state=t.InsideTag,o+=f.value,h.state=t.CloseTag,o+=this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}text(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w),h.state=t.InsideTag,o+=f.value,h.state=t.CloseTag,o+=this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}dtdAttList(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w)+"<!ATTLIST",h.state=t.InsideTag,o+=" "+f.elementName+" "+f.attributeName+" "+f.attributeType,f.defaultValueType!=="#DEFAULT"&&(o+=" "+f.defaultValueType),f.defaultValue&&(o+=' "'+f.defaultValue+'"'),h.state=t.CloseTag,o+=h.spaceBeforeSlash+">"+this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}dtdElement(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w)+"<!ELEMENT",h.state=t.InsideTag,o+=" "+f.name+" "+f.value,h.state=t.CloseTag,o+=h.spaceBeforeSlash+">"+this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}dtdEntity(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w)+"<!ENTITY",h.state=t.InsideTag,f.pe&&(o+=" %"),o+=" "+f.name,f.value?o+=' "'+f.value+'"':(f.pubID&&f.sysID?o+=' PUBLIC "'+f.pubID+'" "'+f.sysID+'"':f.sysID&&(o+=' SYSTEM "'+f.sysID+'"'),f.nData&&(o+=" NDATA "+f.nData)),h.state=t.CloseTag,o+=h.spaceBeforeSlash+">"+this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}dtdNotation(f,h,w){var o;return this.openNode(f,h,w),h.state=t.OpenTag,o=this.indent(f,h,w)+"<!NOTATION",h.state=t.InsideTag,o+=" "+f.name,f.pubID&&f.sysID?o+=' PUBLIC "'+f.pubID+'" "'+f.sysID+'"':f.pubID?o+=' PUBLIC "'+f.pubID+'"':f.sysID&&(o+=' SYSTEM "'+f.sysID+'"'),h.state=t.CloseTag,o+=h.spaceBeforeSlash+">"+this.endline(f,h,w),h.state=t.None,this.closeNode(f,h,w),o}openNode(f,h,w){}closeNode(f,h,w){}openAttribute(f,h,w){}closeAttribute(f,h,w){}}}).call(xn)});var Dt=M((Pn,Rn)=>{(function(){var e,t;t=Vt(),Rn.exports=e=class extends t{constructor(i){super(i)}document(i,n){var s,u,l,c,d;for(n=this.filterOptions(n),c="",d=i.children,u=0,l=d.length;u<l;u++)s=d[u],c+=this.writeChildNode(s,n,0);return n.pretty&&c.slice(-n.newline.length)===n.newline&&(c=c.slice(0,-n.newline.length)),c}}}).call(Pn)});var Xt=M((qn,kn)=>{(function(){var e,t,r,i,n,s,u,l;({isPlainObject:l}=K()),r=kt(),t=_r(),n=z(),e=q(),u=Ut(),s=Dt(),kn.exports=i=(function(){class c extends n{constructor(m){super(null),this.name="#document",this.type=e.Document,this.documentURI=null,this.domConfig=new t,m||(m={}),m.writer||(m.writer=new s),this.options=m,this.stringify=new u(m)}end(m){var p;return p={},m?l(m)&&(p=m,m=this.options.writer):m=this.options.writer,m.document(this,m.filterOptions(p))}toString(m){return this.options.writer.document(this,this.options.writer.filterOptions(m))}createElement(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}createDocumentFragment(){throw new Error("This DOM method is not implemented."+this.debugInfo())}createTextNode(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}createComment(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}createCDATASection(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}createProcessingInstruction(m,p){throw new Error("This DOM method is not implemented."+this.debugInfo())}createAttribute(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}createEntityReference(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagName(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}importNode(m,p){throw new Error("This DOM method is not implemented."+this.debugInfo())}createElementNS(m,p){throw new Error("This DOM method is not implemented."+this.debugInfo())}createAttributeNS(m,p){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagNameNS(m,p){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementById(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}adoptNode(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}normalizeDocument(){throw new Error("This DOM method is not implemented."+this.debugInfo())}renameNode(m,p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByClassName(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}createEvent(m){throw new Error("This DOM method is not implemented."+this.debugInfo())}createRange(){throw new Error("This DOM method is not implemented."+this.debugInfo())}createNodeIterator(m,p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}createTreeWalker(m,p,g){throw new Error("This DOM method is not implemented."+this.debugInfo())}}return Object.defineProperty(c.prototype,"implementation",{value:new r}),Object.defineProperty(c.prototype,"doctype",{get:function(){var d,m,p,g;for(g=this.children,m=0,p=g.length;m<p;m++)if(d=g[m],d.type===e.DocType)return d;return null}}),Object.defineProperty(c.prototype,"documentElement",{get:function(){return this.rootObject||null}}),Object.defineProperty(c.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(c.prototype,"strictErrorChecking",{get:function(){return!1}}),Object.defineProperty(c.prototype,"xmlEncoding",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].encoding:null}}),Object.defineProperty(c.prototype,"xmlStandalone",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].standalone==="yes":!1}}),Object.defineProperty(c.prototype,"xmlVersion",{get:function(){return this.children.length!==0&&this.children[0].type===e.Declaration?this.children[0].version:"1.0"}}),Object.defineProperty(c.prototype,"URL",{get:function(){return this.documentURI}}),Object.defineProperty(c.prototype,"origin",{get:function(){return null}}),Object.defineProperty(c.prototype,"compatMode",{get:function(){return null}}),Object.defineProperty(c.prototype,"characterSet",{get:function(){return null}}),Object.defineProperty(c.prototype,"contentType",{get:function(){return null}}),c}).call(this)}).call(qn)});var Un=M((_n,jn)=>{(function(){var e,t,r,i,n,s,u,l,c,d,m,p,g,E,C,T,v,S,x,f,h,w,o,y={}.hasOwnProperty;({isObject:w,isFunction:h,isPlainObject:o,getValue:f}=K()),e=q(),p=Xt(),E=ut(),i=st(),n=ot(),T=dt(),x=mt(),C=gt(),d=at(),m=pt(),s=lt(),l=ct(),u=ht(),c=ft(),r=_t(),S=Ut(),v=Dt(),t=Le(),jn.exports=g=class{constructor(a,D,A){var N;this.name="?xml",this.type=e.Document,a||(a={}),N={},a.writer?o(a.writer)&&(N=a.writer,a.writer=new v):a.writer=new v,this.options=a,this.writer=a.writer,this.writerOptions=this.writer.filterOptions(N),this.stringify=new S(a),this.onDataCallback=D||function(){},this.onEndCallback=A||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}createChildNode(a){var D,A,N,I,L,k,F,O;switch(a.type){case e.CData:this.cdata(a.value);break;case e.Comment:this.comment(a.value);break;case e.Element:N={},F=a.attribs;for(A in F)y.call(F,A)&&(D=F[A],N[A]=D.value);this.node(a.name,N);break;case e.Dummy:this.dummy();break;case e.Raw:this.raw(a.value);break;case e.Text:this.text(a.value);break;case e.ProcessingInstruction:this.instruction(a.target,a.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+a.constructor.name)}for(O=a.children,L=0,k=O.length;L<k;L++)I=O[L],this.createChildNode(I),I.type===e.Element&&this.up();return this}dummy(){return this}node(a,D,A){if(a==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(a));return this.openCurrent(),a=f(a),D==null&&(D={}),D=f(D),w(D)||([A,D]=[D,A]),this.currentNode=new E(this,a,D),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,A!=null&&this.text(A),this}element(a,D,A){var N,I,L,k,F,O;if(this.currentNode&&this.currentNode.type===e.DocType)this.dtdElement(...arguments);else if(Array.isArray(a)||w(a)||h(a))for(k=this.options.noValidation,this.options.noValidation=!0,O=new p(this.options).element("TEMP_ROOT"),O.element(a),this.options.noValidation=k,F=O.children,I=0,L=F.length;I<L;I++)N=F[I],this.createChildNode(N),N.type===e.Element&&this.up();else this.node(a,D,A);return this}attribute(a,D){var A,N;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(a));if(a!=null&&(a=f(a)),w(a))for(A in a)y.call(a,A)&&(N=a[A],this.attribute(A,N));else h(D)&&(D=D.apply()),this.options.keepNullAttributes&&D==null?this.currentNode.attribs[a]=new r(this,a,""):D!=null&&(this.currentNode.attribs[a]=new r(this,a,D));return this}text(a){var D;return this.openCurrent(),D=new x(this,a),this.onData(this.writer.text(D,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}cdata(a){var D;return this.openCurrent(),D=new i(this,a),this.onData(this.writer.cdata(D,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}comment(a){var D;return this.openCurrent(),D=new n(this,a),this.onData(this.writer.comment(D,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}raw(a){var D;return this.openCurrent(),D=new T(this,a),this.onData(this.writer.raw(D,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}instruction(a,D){var A,N,I,L,k;if(this.openCurrent(),a!=null&&(a=f(a)),D!=null&&(D=f(D)),Array.isArray(a))for(A=0,L=a.length;A<L;A++)N=a[A],this.instruction(N);else if(w(a))for(N in a)y.call(a,N)&&(I=a[N],this.instruction(N,I));else h(D)&&(D=D.apply()),k=new C(this,a,D),this.onData(this.writer.processingInstruction(k,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}declaration(a,D,A){var N;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return N=new d(this,a,D,A),this.onData(this.writer.declaration(N,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}doctype(a,D,A){if(this.openCurrent(),a==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new m(this,D,A),this.currentNode.rootNodeName=a,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this}dtdElement(a,D){var A;return this.openCurrent(),A=new u(this,a,D),this.onData(this.writer.dtdElement(A,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}attList(a,D,A,N,I){var L;return this.openCurrent(),L=new s(this,a,D,A,N,I),this.onData(this.writer.dtdAttList(L,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}entity(a,D){var A;return this.openCurrent(),A=new l(this,!1,a,D),this.onData(this.writer.dtdEntity(A,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}pEntity(a,D){var A;return this.openCurrent(),A=new l(this,!0,a,D),this.onData(this.writer.dtdEntity(A,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}notation(a,D){var A;return this.openCurrent(),A=new c(this,a,D),this.onData(this.writer.dtdNotation(A,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this}up(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this}end(){for(;this.currentLevel>=0;)this.up();return this.onEnd()}openCurrent(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)}openNode(a){var D,A,N,I;if(!a.isOpen){if(!this.root&&this.currentLevel===0&&a.type===e.Element&&(this.root=a),A="",a.type===e.Element){this.writerOptions.state=t.OpenTag,A=this.writer.indent(a,this.writerOptions,this.currentLevel)+"<"+a.name,I=a.attribs;for(N in I)y.call(I,N)&&(D=I[N],A+=this.writer.attribute(D,this.writerOptions,this.currentLevel));A+=(a.children?">":"/>")+this.writer.endline(a,this.writerOptions,this.currentLevel),this.writerOptions.state=t.InsideTag}else this.writerOptions.state=t.OpenTag,A=this.writer.indent(a,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+a.rootNodeName,a.pubID&&a.sysID?A+=' PUBLIC "'+a.pubID+'" "'+a.sysID+'"':a.sysID&&(A+=' SYSTEM "'+a.sysID+'"'),a.children?(A+=" [",this.writerOptions.state=t.InsideTag):(this.writerOptions.state=t.CloseTag,A+=">"),A+=this.writer.endline(a,this.writerOptions,this.currentLevel);return this.onData(A,this.currentLevel),a.isOpen=!0}}closeNode(a){var D;if(!a.isClosed)return D="",this.writerOptions.state=t.CloseTag,a.type===e.Element?D=this.writer.indent(a,this.writerOptions,this.currentLevel)+"</"+a.name+">"+this.writer.endline(a,this.writerOptions,this.currentLevel):D=this.writer.indent(a,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(a,this.writerOptions,this.currentLevel),this.writerOptions.state=t.None,this.onData(D,this.currentLevel),a.isClosed=!0}onData(a,D){return this.documentStarted=!0,this.onDataCallback(a,D+1)}onEnd(){return this.documentCompleted=!0,this.onEndCallback()}debugInfo(a){return a==null?"":"node: <"+a+">"}ele(){return this.element(...arguments)}nod(a,D,A){return this.node(a,D,A)}txt(a){return this.text(a)}dat(a){return this.cdata(a)}com(a){return this.comment(a)}ins(a,D){return this.instruction(a,D)}dec(a,D,A){return this.declaration(a,D,A)}dtd(a,D,A){return this.doctype(a,D,A)}e(a,D,A){return this.element(a,D,A)}n(a,D,A){return this.node(a,D,A)}t(a){return this.text(a)}d(a){return this.cdata(a)}c(a){return this.comment(a)}r(a){return this.raw(a)}i(a,D){return this.instruction(a,D)}att(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList(...arguments):this.attribute(...arguments)}a(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList(...arguments):this.attribute(...arguments)}ent(a,D){return this.entity(a,D)}pent(a,D){return this.pEntity(a,D)}not(a,D){return this.notation(a,D)}}}).call(_n)});var $n=M((Vn,Xn)=>{(function(){var e,t,r,i,n={}.hasOwnProperty;e=q(),i=Vt(),t=Le(),Xn.exports=r=class extends i{constructor(u,l){super(l),this.stream=u}endline(u,l,c){return u.isLastRootNode&&l.state===t.CloseTag?"":super.endline(u,l,c)}document(u,l){var c,d,m,p,g,E,C,T,v;for(C=u.children,d=m=0,g=C.length;m<g;d=++m)c=C[d],c.isLastRootNode=d===u.children.length-1;for(l=this.filterOptions(l),T=u.children,v=[],p=0,E=T.length;p<E;p++)c=T[p],v.push(this.writeChildNode(c,l,0));return v}cdata(u,l,c){return this.stream.write(super.cdata(u,l,c))}comment(u,l,c){return this.stream.write(super.comment(u,l,c))}declaration(u,l,c){return this.stream.write(super.declaration(u,l,c))}docType(u,l,c){var d,m,p,g;if(c||(c=0),this.openNode(u,l,c),l.state=t.OpenTag,this.stream.write(this.indent(u,l,c)),this.stream.write("<!DOCTYPE "+u.root().name),u.pubID&&u.sysID?this.stream.write(' PUBLIC "'+u.pubID+'" "'+u.sysID+'"'):u.sysID&&this.stream.write(' SYSTEM "'+u.sysID+'"'),u.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(u,l,c)),l.state=t.InsideTag,g=u.children,m=0,p=g.length;m<p;m++)d=g[m],this.writeChildNode(d,l,c+1);l.state=t.CloseTag,this.stream.write("]")}return l.state=t.CloseTag,this.stream.write(l.spaceBeforeSlash+">"),this.stream.write(this.endline(u,l,c)),l.state=t.None,this.closeNode(u,l,c)}element(u,l,c){var d,m,p,g,E,C,T,v,S,x,f,h,w,o,y,b;if(c||(c=0),this.openNode(u,l,c),l.state=t.OpenTag,f=this.indent(u,l,c)+"<"+u.name,l.pretty&&l.width>0){T=f.length,w=u.attribs;for(S in w)n.call(w,S)&&(d=w[S],h=this.attribute(d,l,c),m=h.length,T+m>l.width?(b=this.indent(u,l,c+1)+h,f+=this.endline(u,l,c)+b,T=b.length):(b=" "+h,f+=b,T+=b.length))}else{o=u.attribs;for(S in o)n.call(o,S)&&(d=o[S],f+=this.attribute(d,l,c))}if(this.stream.write(f),g=u.children.length,E=g===0?null:u.children[0],g===0||u.children.every(function(a){return(a.type===e.Text||a.type===e.Raw||a.type===e.CData)&&a.value===""}))l.allowEmpty?(this.stream.write(">"),l.state=t.CloseTag,this.stream.write("</"+u.name+">")):(l.state=t.CloseTag,this.stream.write(l.spaceBeforeSlash+"/>"));else if(l.pretty&&g===1&&(E.type===e.Text||E.type===e.Raw||E.type===e.CData)&&E.value!=null)this.stream.write(">"),l.state=t.InsideTag,l.suppressPrettyCount++,x=!0,this.writeChildNode(E,l,c+1),l.suppressPrettyCount--,x=!1,l.state=t.CloseTag,this.stream.write("</"+u.name+">");else{for(this.stream.write(">"+this.endline(u,l,c)),l.state=t.InsideTag,y=u.children,C=0,v=y.length;C<v;C++)p=y[C],this.writeChildNode(p,l,c+1);l.state=t.CloseTag,this.stream.write(this.indent(u,l,c)+"</"+u.name+">")}return this.stream.write(this.endline(u,l,c)),l.state=t.None,this.closeNode(u,l,c)}processingInstruction(u,l,c){return this.stream.write(super.processingInstruction(u,l,c))}raw(u,l,c){return this.stream.write(super.raw(u,l,c))}text(u,l,c){return this.stream.write(super.text(u,l,c))}dtdAttList(u,l,c){return this.stream.write(super.dtdAttList(u,l,c))}dtdElement(u,l,c){return this.stream.write(super.dtdElement(u,l,c))}dtdEntity(u,l,c){return this.stream.write(super.dtdEntity(u,l,c))}dtdNotation(u,l,c){return this.stream.write(super.dtdNotation(u,l,c))}}}).call(Vn)});var zn=M((Hn,se)=>{(function(){var e,t,r,i,n,s,u,l,c;({assign:l,isFunction:c}=K()),r=kt(),i=Xt(),n=Un(),u=Dt(),s=$n(),e=q(),t=Le(),se.exports.create=function(d,m,p,g){var E,C;if(d==null)throw new Error("Root element needs a name.");return g=l({},m,p,g),E=new i(g),C=E.element(d),g.headless||(E.declaration(g),(g.pubID!=null||g.sysID!=null)&&E.dtd(g)),C},se.exports.begin=function(d,m,p){return c(d)&&([m,p]=[d,m],d={}),m?new n(d,m,p):new i(d)},se.exports.stringWriter=function(d){return new u(d)},se.exports.streamWriter=function(d,m){return new s(d,m)},se.exports.implementation=new r,se.exports.nodeType=e,se.exports.writerState=t}).call(Hn)});var Kn=M(Fe=>{"use strict";var Yn=Fe&&Fe.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Fe,"__esModule",{value:!0});Fe.build=Au;var Gn=Yn(Sr()),Du=Yn(zn());function yu(e){function t(r){return r<10?"0"+r:r}return e.getUTCFullYear()+"-"+t(e.getUTCMonth()+1)+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"Z"}var wu=Object.prototype.toString;function Wn(e){let t=wu.call(e).match(/\[object (.*)\]/);return t&&t[1]}function Au(e,t){let r={version:"1.0",encoding:"UTF-8"},i={pubid:"-//Apple//DTD PLIST 1.0//EN",sysid:"http://www.apple.com/DTDs/PropertyList-1.0.dtd"},n=Du.default.create("plist");return n.dec(r.version,r.encoding,r.standalone),n.dtd(i.pubid,i.sysid),n.att("version","1.0"),$t(e,n),t||(t={}),t.pretty=t.pretty!==!1,n.end(t)}function $t(e,t){let r,i,n,s=Wn(e);if(s!=="Undefined")if(Array.isArray(e))for(t=t.ele("array"),i=0;i<e.length;i++)$t(e[i],t);else if(Buffer.isBuffer(e))t.ele("data").raw(e.toString("base64"));else if(s==="Object"){t=t.ele("dict");for(n in e)Object.prototype.hasOwnProperty.call(e,n)&&e[n]!==void 0&&(t.ele("key").txt(n),$t(e[n],t))}else s==="Number"?(r=e%1===0?"integer":"real",t.ele(r).txt(e.toString())):s==="Date"?t.ele("date").txt(yu(new Date(e))):s==="Boolean"?t.ele(e?"true":"false"):s==="String"?t.ele("string").txt(e):s==="ArrayBuffer"?t.ele("data").raw(Gn.default.fromByteArray(e)):e&&e.buffer&&Wn(e.buffer)==="ArrayBuffer"&&t.ele("data").raw(Gn.default.fromByteArray(new Uint8Array(e.buffer)))}});var Me=M(ge=>{"use strict";function bu(e,t,r){if(r===void 0&&(r=Array.prototype),e&&typeof r.find=="function")return r.find.call(e,t);for(var i=0;i<e.length;i++)if(Object.prototype.hasOwnProperty.call(e,i)){var n=e[i];if(t.call(void 0,n,i,e))return n}}function Ht(e,t){return t===void 0&&(t=Object),t&&typeof t.freeze=="function"?t.freeze(e):e}function Eu(e,t){if(e===null||typeof e!="object")throw new TypeError("target is not an object");for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}var Zn=Ht({HTML:"text/html",isHTML:function(e){return e===Zn.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),Jn=Ht({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(e){return e===Jn.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});ge.assign=Eu;ge.find=bu;ge.freeze=Ht;ge.MIME_TYPE=Zn;ge.NAMESPACE=Jn});var nr=M(re=>{var si=Me(),Z=si.find,xe=si.NAMESPACE;function Cu(e){return e!==""}function vu(e){return e?e.split(/[\t\n\f\r ]+/).filter(Cu):[]}function Tu(e,t){return e.hasOwnProperty(t)||(e[t]=!0),e}function Qn(e){if(!e)return[];var t=vu(e);return Object.keys(t.reduce(Tu,{}))}function Nu(e){return function(t){return e&&e.indexOf(t)!==-1}}function Pe(e,t){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])}function $(e,t){var r=e.prototype;if(!(r instanceof t)){let n=function(){};var i=n;n.prototype=t.prototype,n=new n,Pe(r,n),e.prototype=r=n}r.constructor!=e&&(typeof e!="function"&&console.error("unknown Class:"+e),r.constructor=e)}var H={},W=H.ELEMENT_NODE=1,ye=H.ATTRIBUTE_NODE=2,wt=H.TEXT_NODE=3,oi=H.CDATA_SECTION_NODE=4,ai=H.ENTITY_REFERENCE_NODE=5,Su=H.ENTITY_NODE=6,zt=H.PROCESSING_INSTRUCTION_NODE=7,Gt=H.COMMENT_NODE=8,li=H.DOCUMENT_NODE=9,ci=H.DOCUMENT_TYPE_NODE=10,Q=H.DOCUMENT_FRAGMENT_NODE=11,Ou=H.NOTATION_NODE=12,V={},U={},mo=V.INDEX_SIZE_ERR=(U[1]="Index size error",1),go=V.DOMSTRING_SIZE_ERR=(U[2]="DOMString size error",2),X=V.HIERARCHY_REQUEST_ERR=(U[3]="Hierarchy request error",3),Do=V.WRONG_DOCUMENT_ERR=(U[4]="Wrong document",4),Iu=V.INVALID_CHARACTER_ERR=(U[5]="Invalid character",5),yo=V.NO_DATA_ALLOWED_ERR=(U[6]="No data allowed",6),wo=V.NO_MODIFICATION_ALLOWED_ERR=(U[7]="No modification allowed",7),hi=V.NOT_FOUND_ERR=(U[8]="Not found",8),Ao=V.NOT_SUPPORTED_ERR=(U[9]="Not supported",9),ei=V.INUSE_ATTRIBUTE_ERR=(U[10]="Attribute in use",10),De=V.INVALID_STATE_ERR=(U[11]="Invalid state",11),bo=V.SYNTAX_ERR=(U[12]="Syntax error",12),Eo=V.INVALID_MODIFICATION_ERR=(U[13]="Invalid modification",13),Co=V.NAMESPACE_ERR=(U[14]="Invalid namespace",14),vo=V.INVALID_ACCESS_ERR=(U[15]="Invalid access",15);function R(e,t){if(t instanceof Error)var r=t;else r=this,Error.call(this,U[e]),this.message=U[e],Error.captureStackTrace&&Error.captureStackTrace(this,R);return r.code=e,t&&(this.message=this.message+": "+t),r}R.prototype=Error.prototype;Pe(V,R);function ee(){}ee.prototype={length:0,item:function(e){return e>=0&&e<this.length?this[e]:null},toString:function(e,t,r){for(var i=!!r&&!!r.requireWellFormed,n=[],s=0;s<this.length;s++)rr(this[s],n,e,t,null,i);return n.join("")},filter:function(e){return Array.prototype.filter.call(this,e)},indexOf:function(e){return Array.prototype.indexOf.call(this,e)}};function we(e,t){this._node=e,this._refresh=t,Wt(this)}function Wt(e){var t=e._node._inc||e._node.ownerDocument._inc;if(e._inc!==t){var r=e._refresh(e._node);if(Ci(e,"length",r.length),!e.$$length||r.length<e.$$length)for(var i=r.length;i in e;i++)Object.prototype.hasOwnProperty.call(e,i)&&delete e[i];Pe(r,e),e._inc=t}}we.prototype.item=function(e){return Wt(this),this[e]||null};$(we,ee);function At(){}function fi(e,t){for(var r=e.length;r--;)if(e[r]===t)return r}function ti(e,t,r,i){if(i?t[fi(t,i)]=r:t[t.length++]=r,e){r.ownerElement=e;var n=e.ownerDocument;n&&(i&&mi(n,e,i),Lu(n,e,r))}}function ri(e,t,r){var i=fi(t,r);if(i>=0){for(var n=t.length-1;i<n;)t[i]=t[++i];if(t.length=n,e){var s=e.ownerDocument;s&&(mi(s,e,r),r.ownerElement=null)}}else throw new R(hi,new Error(e.tagName+"@"+r))}At.prototype={length:0,item:ee.prototype.item,getNamedItem:function(e){for(var t=this.length;t--;){var r=this[t];if(r.nodeName==e)return r}},setNamedItem:function(e){var t=e.ownerElement;if(t&&t!=this._ownerElement)throw new R(ei);var r=this.getNamedItem(e.nodeName);return ti(this._ownerElement,this,e,r),r},setNamedItemNS:function(e){var t=e.ownerElement,r;if(t&&t!=this._ownerElement)throw new R(ei);return r=this.getNamedItemNS(e.namespaceURI,e.localName),ti(this._ownerElement,this,e,r),r},removeNamedItem:function(e){var t=this.getNamedItem(e);return ri(this._ownerElement,this,t),t},removeNamedItemNS:function(e,t){var r=this.getNamedItemNS(e,t);return ri(this._ownerElement,this,r),r},getNamedItemNS:function(e,t){for(var r=this.length;r--;){var i=this[r];if(i.localName==t&&i.namespaceURI==e)return i}return null}};function pi(){}pi.prototype={hasFeature:function(e,t){return!0},createDocument:function(e,t,r){var i=new Re;if(i.implementation=this,i.childNodes=new ee,i.doctype=r||null,r&&i.appendChild(r),t){var n=i.createElementNS(e,t);i.appendChild(n)}return i},createDocumentType:function(e,t,r){var i=new vt;return i.name=e,i.nodeName=e,i.publicId=t||"",i.systemId=r||"",i}};function P(){}P.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(e,t){return Et(this,e,t)},replaceChild:function(e,t){Et(this,e,t,Di),t&&this.removeChild(t)},removeChild:function(e){return gi(this,e)},appendChild:function(e){return this.insertBefore(e,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(e){return Ei(this.ownerDocument||this,this,e)},normalize:function(){j(this,null,{enter:function(e){for(var t=e.firstChild;t;){var r=t.nextSibling;r!==null&&r.nodeType===wt&&t.nodeType===wt?(e.removeChild(r),t.appendData(r.data)):t=r}return!0}})},isSupported:function(e,t){return this.ownerDocument.implementation.hasFeature(e,t)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(e){for(var t=this;t;){var r=t._nsMap;if(r){for(var i in r)if(Object.prototype.hasOwnProperty.call(r,i)&&r[i]===e)return i}t=t.nodeType==ye?t.ownerDocument:t.parentNode}return null},lookupNamespaceURI:function(e){for(var t=this;t;){var r=t._nsMap;if(r&&Object.prototype.hasOwnProperty.call(r,e))return r[e];t=t.nodeType==ye?t.ownerDocument:t.parentNode}return null},isDefaultNamespace:function(e){var t=this.lookupPrefix(e);return t==null}};function di(e){return e=="<"&&"&lt;"||e==">"&&"&gt;"||e=="&"&&"&amp;"||e=='"'&&"&quot;"||"&#"+e.charCodeAt()+";"}Pe(H,P);Pe(H,P.prototype);function bt(e,t){return j(e,null,{enter:function(r){return t(r)?j.STOP:!0}})===j.STOP}function j(e,t,r){for(var i=[{node:e,context:t,phase:j.ENTER}];i.length>0;){var n=i.pop();if(n.phase===j.ENTER){var s=r.enter(n.node,n.context);if(s===j.STOP)return j.STOP;if(i.push({node:n.node,context:s,phase:j.EXIT}),s==null)continue;for(var u=n.node.lastChild;u;)i.push({node:u,context:s,phase:j.ENTER}),u=u.previousSibling}else r.exit&&r.exit(n.node,n.context)}}j.STOP=Symbol("walkDOM.STOP");j.ENTER=0;j.EXIT=1;function Re(){this.ownerDocument=this}function Lu(e,t,r){e&&e._inc++;var i=r.namespaceURI;i===xe.XMLNS&&(t._nsMap[r.prefix?r.localName:""]=r.value)}function mi(e,t,r,i){e&&e._inc++;var n=r.namespaceURI;n===xe.XMLNS&&delete t._nsMap[r.prefix?r.localName:""]}function Yt(e,t,r){if(e&&e._inc){e._inc++;var i=t.childNodes;if(r)i[i.length++]=r;else{for(var n=t.firstChild,s=0;n;)i[s++]=n,n=n.nextSibling;i.length=s,delete i[i.length]}}}function gi(e,t){var r=t.previousSibling,i=t.nextSibling;return r?r.nextSibling=i:e.firstChild=i,i?i.previousSibling=r:e.lastChild=r,t.parentNode=null,t.previousSibling=null,t.nextSibling=null,Yt(e.ownerDocument,e),t}function Fu(e){return e&&(e.nodeType===P.DOCUMENT_NODE||e.nodeType===P.DOCUMENT_FRAGMENT_NODE||e.nodeType===P.ELEMENT_NODE)}function Mu(e){return e&&(J(e)||Kt(e)||te(e)||e.nodeType===P.DOCUMENT_FRAGMENT_NODE||e.nodeType===P.COMMENT_NODE||e.nodeType===P.PROCESSING_INSTRUCTION_NODE)}function te(e){return e&&e.nodeType===P.DOCUMENT_TYPE_NODE}function J(e){return e&&e.nodeType===P.ELEMENT_NODE}function Kt(e){return e&&e.nodeType===P.TEXT_NODE}function ni(e,t){var r=e.childNodes||[];if(Z(r,J)||te(t))return!1;var i=Z(r,te);return!(t&&i&&r.indexOf(i)>r.indexOf(t))}function ii(e,t){var r=e.childNodes||[];function i(s){return J(s)&&s!==t}if(Z(r,i))return!1;var n=Z(r,te);return!(t&&n&&r.indexOf(n)>r.indexOf(t))}function xu(e,t,r){if(!Fu(e))throw new R(X,"Unexpected parent node type "+e.nodeType);if(r&&r.parentNode!==e)throw new R(hi,"child not in parent");if(!Mu(t)||te(t)&&e.nodeType!==P.DOCUMENT_NODE)throw new R(X,"Unexpected node type "+t.nodeType+" for parent node type "+e.nodeType)}function Bu(e,t,r){var i=e.childNodes||[],n=t.childNodes||[];if(t.nodeType===P.DOCUMENT_FRAGMENT_NODE){var s=n.filter(J);if(s.length>1||Z(n,Kt))throw new R(X,"More than one element or text in fragment");if(s.length===1&&!ni(e,r))throw new R(X,"Element in fragment can not be inserted before doctype")}if(J(t)&&!ni(e,r))throw new R(X,"Only one element can be added and only after doctype");if(te(t)){if(Z(i,te))throw new R(X,"Only one doctype is allowed");var u=Z(i,J);if(r&&i.indexOf(u)<i.indexOf(r))throw new R(X,"Doctype can only be inserted before an element");if(!r&&u)throw new R(X,"Doctype can not be appended since element is present")}}function Di(e,t,r){var i=e.childNodes||[],n=t.childNodes||[];if(t.nodeType===P.DOCUMENT_FRAGMENT_NODE){var s=n.filter(J);if(s.length>1||Z(n,Kt))throw new R(X,"More than one element or text in fragment");if(s.length===1&&!ii(e,r))throw new R(X,"Element in fragment can not be inserted before doctype")}if(J(t)&&!ii(e,r))throw new R(X,"Only one element can be added and only after doctype");if(te(t)){let c=function(d){return te(d)&&d!==r};var l=c;if(Z(i,c))throw new R(X,"Only one doctype is allowed");var u=Z(i,J);if(r&&i.indexOf(u)<i.indexOf(r))throw new R(X,"Doctype can only be inserted before an element")}}function Et(e,t,r,i){xu(e,t,r),e.nodeType===P.DOCUMENT_NODE&&(i||Bu)(e,t,r);var n=t.parentNode;if(n&&n.removeChild(t),t.nodeType===Q){var s=t.firstChild;if(s==null)return t;var u=t.lastChild}else s=u=t;var l=r?r.previousSibling:e.lastChild;s.previousSibling=l,u.nextSibling=r,l?l.nextSibling=s:e.firstChild=s,r==null?e.lastChild=u:r.previousSibling=u;do{s.parentNode=e;var c=e.ownerDocument||e;Be(s,c)}while(s!==u&&(s=s.nextSibling));return Yt(e.ownerDocument||e,e),t.nodeType==Q&&(t.firstChild=t.lastChild=null),t}function Be(e,t){if(e.ownerDocument!==t){if(e.ownerDocument=t,e.nodeType===W&&e.attributes)for(var r=0;r<e.attributes.length;r++){var i=e.attributes.item(r);i&&(i.ownerDocument=t)}for(var n=e.firstChild;n;)Be(n,t),n=n.nextSibling}}function Pu(e,t){t.parentNode&&t.parentNode.removeChild(t),t.parentNode=e,t.previousSibling=e.lastChild,t.nextSibling=null,t.previousSibling?t.previousSibling.nextSibling=t:e.firstChild=t,e.lastChild=t,Yt(e.ownerDocument,e,t);var r=e.ownerDocument||e;return Be(t,r),t}Re.prototype={nodeName:"#document",nodeType:li,doctype:null,documentElement:null,_inc:1,insertBefore:function(e,t){if(e.nodeType==Q){for(var r=e.firstChild;r;){var i=r.nextSibling;this.insertBefore(r,t),r=i}return e}return Et(this,e,t),Be(e,this),this.documentElement===null&&e.nodeType===W&&(this.documentElement=e),e},removeChild:function(e){return this.documentElement==e&&(this.documentElement=null),gi(this,e)},replaceChild:function(e,t){Et(this,e,t,Di),Be(e,this),t&&this.removeChild(t),J(e)&&(this.documentElement=e)},importNode:function(e,t){return Ru(this,e,t)},getElementById:function(e){var t=null;return bt(this.documentElement,function(r){if(r.nodeType==W&&r.getAttribute("id")==e)return t=r,!0}),t},getElementsByClassName:function(e){var t=Qn(e);return new we(this,function(r){var i=[];return t.length>0&&bt(r.documentElement,function(n){if(n!==r&&n.nodeType===W){var s=n.getAttribute("class");if(s){var u=e===s;if(!u){var l=Qn(s);u=t.every(Nu(l))}u&&i.push(n)}}}),i})},createElement:function(e){var t=new he;t.ownerDocument=this,t.nodeName=e,t.tagName=e,t.localName=e,t.childNodes=new ee;var r=t.attributes=new At;return r._ownerElement=t,t},createDocumentFragment:function(){var e=new Tt;return e.ownerDocument=this,e.childNodes=new ee,e},createTextNode:function(e){var t=new Zt;return t.ownerDocument=this,t.appendData(e),t},createComment:function(e){var t=new Jt;return t.ownerDocument=this,t.appendData(e),t},createCDATASection:function(e){if(e.indexOf("]]>")!==-1)throw new R(Iu,'data contains "]]>"');var t=new Qt;return t.ownerDocument=this,t.appendData(e),t},createProcessingInstruction:function(e,t){var r=new tr;return r.ownerDocument=this,r.tagName=r.nodeName=r.target=e,r.nodeValue=r.data=t,r},createAttribute:function(e){var t=new Ct;return t.ownerDocument=this,t.name=e,t.nodeName=e,t.localName=e,t.specified=!0,t},createEntityReference:function(e){var t=new er;return t.ownerDocument=this,t.nodeName=e,t},createElementNS:function(e,t){var r=new he,i=t.split(":"),n=r.attributes=new At;return r.childNodes=new ee,r.ownerDocument=this,r.nodeName=t,r.tagName=t,r.namespaceURI=e,i.length==2?(r.prefix=i[0],r.localName=i[1]):r.localName=t,n._ownerElement=r,r},createAttributeNS:function(e,t){var r=new Ct,i=t.split(":");return r.ownerDocument=this,r.nodeName=t,r.name=t,r.namespaceURI=e,r.specified=!0,i.length==2?(r.prefix=i[0],r.localName=i[1]):r.localName=t,r}};$(Re,P);function he(){this._nsMap={}}he.prototype={nodeType:W,hasAttribute:function(e){return this.getAttributeNode(e)!=null},getAttribute:function(e){var t=this.getAttributeNode(e);return t&&t.value||""},getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,t){var r=this.ownerDocument.createAttribute(e);r.value=r.nodeValue=""+t,this.setAttributeNode(r)},removeAttribute:function(e){var t=this.getAttributeNode(e);t&&this.removeAttributeNode(t)},appendChild:function(e){return e.nodeType===Q?this.insertBefore(e,null):Pu(this,e)},setAttributeNode:function(e){return this.attributes.setNamedItem(e)},setAttributeNodeNS:function(e){return this.attributes.setNamedItemNS(e)},removeAttributeNode:function(e){return this.attributes.removeNamedItem(e.nodeName)},removeAttributeNS:function(e,t){var r=this.getAttributeNodeNS(e,t);r&&this.removeAttributeNode(r)},hasAttributeNS:function(e,t){return this.getAttributeNodeNS(e,t)!=null},getAttributeNS:function(e,t){var r=this.getAttributeNodeNS(e,t);return r&&r.value||""},setAttributeNS:function(e,t,r){var i=this.ownerDocument.createAttributeNS(e,t);i.value=i.nodeValue=""+r,this.setAttributeNode(i)},getAttributeNodeNS:function(e,t){return this.attributes.getNamedItemNS(e,t)},getElementsByTagName:function(e){return new we(this,function(t){var r=[];return bt(t,function(i){i!==t&&i.nodeType==W&&(e==="*"||i.tagName==e)&&r.push(i)}),r})},getElementsByTagNameNS:function(e,t){return new we(this,function(r){var i=[];return bt(r,function(n){n!==r&&n.nodeType===W&&(e==="*"||n.namespaceURI===e)&&(t==="*"||n.localName==t)&&i.push(n)}),i})}};Re.prototype.getElementsByTagName=he.prototype.getElementsByTagName;Re.prototype.getElementsByTagNameNS=he.prototype.getElementsByTagNameNS;$(he,P);function Ct(){}Ct.prototype.nodeType=ye;$(Ct,P);function qe(){}qe.prototype={data:"",substringData:function(e,t){return this.data.substring(e,e+t)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,t){this.replaceData(e,0,t)},appendChild:function(e){throw new Error(U[X])},deleteData:function(e,t){this.replaceData(e,t,"")},replaceData:function(e,t,r){var i=this.data.substring(0,e),n=this.data.substring(e+t);r=i+r+n,this.nodeValue=this.data=r,this.length=r.length}};$(qe,P);function Zt(){}Zt.prototype={nodeName:"#text",nodeType:wt,splitText:function(e){var t=this.data,r=t.substring(e);t=t.substring(0,e),this.data=this.nodeValue=t,this.length=t.length;var i=this.ownerDocument.createTextNode(r);return this.parentNode&&this.parentNode.insertBefore(i,this.nextSibling),i}};$(Zt,qe);function Jt(){}Jt.prototype={nodeName:"#comment",nodeType:Gt};$(Jt,qe);function Qt(){}Qt.prototype={nodeName:"#cdata-section",nodeType:oi};$(Qt,qe);function vt(){}vt.prototype.nodeType=ci;$(vt,P);function yi(){}yi.prototype.nodeType=Ou;$(yi,P);function wi(){}wi.prototype.nodeType=Su;$(wi,P);function er(){}er.prototype.nodeType=ai;$(er,P);function Tt(){}Tt.prototype.nodeName="#document-fragment";Tt.prototype.nodeType=Q;$(Tt,P);function tr(){}tr.prototype.nodeType=zt;$(tr,P);function Ai(){}Ai.prototype.serializeToString=function(e,t,r,i){return bi.call(e,t,r,i)};P.prototype.toString=bi;function bi(e,t,r){var i=!!r&&!!r.requireWellFormed,n=[],s=this.nodeType==9&&this.documentElement||this,u=s.prefix,l=s.namespaceURI;if(l&&u==null){var u=s.lookupPrefix(l);if(u==null)var c=[{namespace:l,prefix:null}]}return rr(this,n,e,t,c,i),n.join("")}function ui(e,t,r){var i=e.prefix||"",n=e.namespaceURI;if(!n||i==="xml"&&n===xe.XML||n===xe.XMLNS)return!1;for(var s=r.length;s--;){var u=r[s];if(u.prefix===i)return u.namespace!==n}return!0}function yt(e,t,r){e.push(" ",t,'="',r.replace(/[<>&"\t\n\r]/g,di),'"')}function rr(e,t,r,i,n,s){n||(n=[]),j(e,{ns:n,isHTML:r},{enter:function(u,l){var c=l.ns,d=l.isHTML;if(i)if(u=i(u),u){if(typeof u=="string")return t.push(u),null}else return null;switch(u.nodeType){case W:var m=u.attributes,p=m.length,g=u.tagName;d=xe.isHTML(u.namespaceURI)||d;var E=g;if(!d&&!u.prefix&&u.namespaceURI){for(var C,T=0;T<m.length;T++)if(m.item(T).name==="xmlns"){C=m.item(T).value;break}if(!C)for(var v=c.length-1;v>=0;v--){var S=c[v];if(S.prefix===""&&S.namespace===u.namespaceURI){C=S.namespace;break}}if(C!==u.namespaceURI)for(var v=c.length-1;v>=0;v--){var S=c[v];if(S.namespace===u.namespaceURI){S.prefix&&(E=S.prefix+":"+g);break}}}t.push("<",E);for(var x=c.slice(),f=0;f<p;f++){var h=m.item(f);h.prefix=="xmlns"?x.push({prefix:h.localName,namespace:h.value}):h.nodeName=="xmlns"&&x.push({prefix:"",namespace:h.value})}for(var f=0;f<p;f++){var h=m.item(f);if(ui(h,d,x)){var w=h.prefix||"",o=h.namespaceURI;yt(t,w?"xmlns:"+w:"xmlns",o),x.push({prefix:w,namespace:o})}var y=i?i(h):h;y&&(typeof y=="string"?t.push(y):yt(t,y.name,y.value))}if(g===E&&ui(u,d,x)){var b=u.prefix||"",o=u.namespaceURI;yt(t,b?"xmlns:"+b:"xmlns",o),x.push({prefix:b,namespace:o})}var a=u.firstChild;if(a||d&&!/^(?:meta|link|img|br|hr|input)$/i.test(g)){if(t.push(">"),d&&/^script$/i.test(g)){for(;a;)a.data?t.push(a.data):rr(a,t,d,i,x.slice(),s),a=a.nextSibling;return t.push("</",g,">"),null}return{ns:x,isHTML:d,tag:E}}else return t.push("/>"),null;case li:case Q:return{ns:c.slice(),isHTML:d,tag:null};case ye:return yt(t,u.name,u.value),null;case wt:return t.push(u.data.replace(/[<&>]/g,di)),null;case oi:if(s&&u.data.indexOf("]]>")!==-1)throw new R(De,'The CDATASection data contains "]]>"');return t.push("<![CDATA[",u.data.replace(/]]>/g,"]]]]><![CDATA[>"),"]]>"),null;case Gt:if(s&&u.data.indexOf("-->")!==-1)throw new R(De,'The comment node data contains "-->"');return t.push("<!--",u.data,"-->"),null;case ci:if(s){if(u.publicId&&!/^("[\x20\r\na-zA-Z0-9\-()+,.\/:=?;!*#@$_%']*"|'[\x20\r\na-zA-Z0-9\-()+,.\/:=?;!*#@$_%'"]*')$/.test(u.publicId))throw new R(De,"DocumentType publicId is not a valid PubidLiteral");if(u.systemId&&!/^("[^"]*"|'[^']*')$/.test(u.systemId))throw new R(De,"DocumentType systemId is not a valid SystemLiteral");if(u.internalSubset&&u.internalSubset.indexOf("]>")!==-1)throw new R(De,'DocumentType internalSubset contains "]>"')}var D=u.publicId,A=u.systemId;if(t.push("<!DOCTYPE ",u.name),D)t.push(" PUBLIC ",D),A&&A!="."&&t.push(" ",A),t.push(">");else if(A&&A!=".")t.push(" SYSTEM ",A,">");else{var N=u.internalSubset;N&&t.push(" [",N,"]"),t.push(">")}return null;case zt:if(s&&u.data.indexOf("?>")!==-1)throw new R(De,'The ProcessingInstruction data contains "?>"');return t.push("<?",u.target," ",u.data,"?>"),null;case ai:return t.push("&",u.nodeName,";"),null;default:return t.push("??",u.nodeName),null}},exit:function(u,l){l&&l.tag&&t.push("</",l.tag,">")}})}function Ru(e,t,r){var i;return j(t,null,{enter:function(n,s){var u=n.cloneNode(!1);u.ownerDocument=e,u.parentNode=null,s===null?i=u:s.appendChild(u);var l=n.nodeType===ye||r;return l?u:null}}),i}function Ei(e,t,r){var i;return j(t,null,{enter:function(n,s){var u=new n.constructor;for(var l in n)if(Object.prototype.hasOwnProperty.call(n,l)){var c=n[l];typeof c!="object"&&c!=u[l]&&(u[l]=c)}n.childNodes&&(u.childNodes=new ee),u.ownerDocument=e;var d=r;switch(u.nodeType){case W:var m=n.attributes,p=u.attributes=new At,g=m.length;p._ownerElement=u;for(var E=0;E<g;E++)u.setAttributeNode(Ei(e,m.item(E),!0));break;case ye:d=!0}return s!==null?s.appendChild(u):i=u,d?u:null}}),i}function Ci(e,t,r){e[t]=r}try{Object.defineProperty&&(Object.defineProperty(we.prototype,"length",{get:function(){return Wt(this),this.$$length}}),Object.defineProperty(P.prototype,"textContent",{get:function(){if(this.nodeType===W||this.nodeType===Q){var e=[];return j(this,null,{enter:function(t){if(t.nodeType===W||t.nodeType===Q)return!0;if(t.nodeType===zt||t.nodeType===Gt)return null;e.push(t.nodeValue)}}),e.join("")}return this.nodeValue},set:function(e){switch(this.nodeType){case W:case Q:for(;this.firstChild;)this.removeChild(this.firstChild);(e||String(e))&&this.appendChild(this.ownerDocument.createTextNode(e));break;default:this.data=e,this.value=e,this.nodeValue=e}}}),Ci=function(e,t,r){e["$$"+t]=r})}catch{}re.DocumentType=vt;re.DOMException=R;re.DOMImplementation=pi;re.Element=he;re.Node=P;re.NodeList=ee;re.walkDOM=j;re.XMLSerializer=Ai});var Ti=M(ke=>{"use strict";var vi=Me().freeze;ke.XML_ENTITIES=vi({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'});ke.HTML_ENTITIES=vi({Aacute:"\xC1",aacute:"\xE1",Abreve:"\u0102",abreve:"\u0103",ac:"\u223E",acd:"\u223F",acE:"\u223E\u0333",Acirc:"\xC2",acirc:"\xE2",acute:"\xB4",Acy:"\u0410",acy:"\u0430",AElig:"\xC6",aelig:"\xE6",af:"\u2061",Afr:"\u{1D504}",afr:"\u{1D51E}",Agrave:"\xC0",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",Alpha:"\u0391",alpha:"\u03B1",Amacr:"\u0100",amacr:"\u0101",amalg:"\u2A3F",AMP:"&",amp:"&",And:"\u2A53",and:"\u2227",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",Aogon:"\u0104",aogon:"\u0105",Aopf:"\u{1D538}",aopf:"\u{1D552}",ap:"\u2248",apacir:"\u2A6F",apE:"\u2A70",ape:"\u224A",apid:"\u224B",apos:"'",ApplyFunction:"\u2061",approx:"\u2248",approxeq:"\u224A",Aring:"\xC5",aring:"\xE5",Ascr:"\u{1D49C}",ascr:"\u{1D4B6}",Assign:"\u2254",ast:"*",asymp:"\u2248",asympeq:"\u224D",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",Backslash:"\u2216",Barv:"\u2AE7",barvee:"\u22BD",Barwed:"\u2306",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",Bcy:"\u0411",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",Because:"\u2235",because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",Bernoullis:"\u212C",Beta:"\u0392",beta:"\u03B2",beth:"\u2136",between:"\u226C",Bfr:"\u{1D505}",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bNot:"\u2AED",bnot:"\u2310",Bopf:"\u{1D539}",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxbox:"\u29C9",boxDL:"\u2557",boxDl:"\u2556",boxdL:"\u2555",boxdl:"\u2510",boxDR:"\u2554",boxDr:"\u2553",boxdR:"\u2552",boxdr:"\u250C",boxH:"\u2550",boxh:"\u2500",boxHD:"\u2566",boxHd:"\u2564",boxhD:"\u2565",boxhd:"\u252C",boxHU:"\u2569",boxHu:"\u2567",boxhU:"\u2568",boxhu:"\u2534",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxUL:"\u255D",boxUl:"\u255C",boxuL:"\u255B",boxul:"\u2518",boxUR:"\u255A",boxUr:"\u2559",boxuR:"\u2558",boxur:"\u2514",boxV:"\u2551",boxv:"\u2502",boxVH:"\u256C",boxVh:"\u256B",boxvH:"\u256A",boxvh:"\u253C",boxVL:"\u2563",boxVl:"\u2562",boxvL:"\u2561",boxvl:"\u2524",boxVR:"\u2560",boxVr:"\u255F",boxvR:"\u255E",boxvr:"\u251C",bprime:"\u2035",Breve:"\u02D8",breve:"\u02D8",brvbar:"\xA6",Bscr:"\u212C",bscr:"\u{1D4B7}",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",Bumpeq:"\u224E",bumpeq:"\u224F",Cacute:"\u0106",cacute:"\u0107",Cap:"\u22D2",cap:"\u2229",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",CapitalDifferentialD:"\u2145",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",Cayleys:"\u212D",ccaps:"\u2A4D",Ccaron:"\u010C",ccaron:"\u010D",Ccedil:"\xC7",ccedil:"\xE7",Ccirc:"\u0108",ccirc:"\u0109",Cconint:"\u2230",ccups:"\u2A4C",ccupssm:"\u2A50",Cdot:"\u010A",cdot:"\u010B",cedil:"\xB8",Cedilla:"\xB8",cemptyv:"\u29B2",cent:"\xA2",CenterDot:"\xB7",centerdot:"\xB7",Cfr:"\u212D",cfr:"\u{1D520}",CHcy:"\u0427",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",Chi:"\u03A7",chi:"\u03C7",cir:"\u25CB",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",CircleDot:"\u2299",circledR:"\xAE",circledS:"\u24C8",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",cirE:"\u29C3",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",clubs:"\u2663",clubsuit:"\u2663",Colon:"\u2237",colon:":",Colone:"\u2A74",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",Congruent:"\u2261",Conint:"\u222F",conint:"\u222E",ContourIntegral:"\u222E",Copf:"\u2102",copf:"\u{1D554}",coprod:"\u2210",Coproduct:"\u2210",COPY:"\xA9",copy:"\xA9",copysr:"\u2117",CounterClockwiseContourIntegral:"\u2233",crarr:"\u21B5",Cross:"\u2A2F",cross:"\u2717",Cscr:"\u{1D49E}",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",Cup:"\u22D3",cup:"\u222A",cupbrcap:"\u2A48",CupCap:"\u224D",cupcap:"\u2A46",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",Dagger:"\u2021",dagger:"\u2020",daleth:"\u2138",Darr:"\u21A1",dArr:"\u21D3",darr:"\u2193",dash:"\u2010",Dashv:"\u2AE4",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",Dcaron:"\u010E",dcaron:"\u010F",Dcy:"\u0414",dcy:"\u0434",DD:"\u2145",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21CA",DDotrahd:"\u2911",ddotseq:"\u2A77",deg:"\xB0",Del:"\u2207",Delta:"\u0394",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",Dfr:"\u{1D507}",dfr:"\u{1D521}",dHar:"\u2965",dharl:"\u21C3",dharr:"\u21C2",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",diam:"\u22C4",Diamond:"\u22C4",diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",DifferentialD:"\u2146",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",DJcy:"\u0402",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",Dopf:"\u{1D53B}",dopf:"\u{1D555}",Dot:"\xA8",dot:"\u02D9",DotDot:"\u20DC",doteq:"\u2250",doteqdot:"\u2251",DotEqual:"\u2250",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",Downarrow:"\u21D3",downarrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",Dscr:"\u{1D49F}",dscr:"\u{1D4B9}",DScy:"\u0405",dscy:"\u0455",dsol:"\u29F6",Dstrok:"\u0110",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",DZcy:"\u040F",dzcy:"\u045F",dzigrarr:"\u27FF",Eacute:"\xC9",eacute:"\xE9",easter:"\u2A6E",Ecaron:"\u011A",ecaron:"\u011B",ecir:"\u2256",Ecirc:"\xCA",ecirc:"\xEA",ecolon:"\u2255",Ecy:"\u042D",ecy:"\u044D",eDDot:"\u2A77",Edot:"\u0116",eDot:"\u2251",edot:"\u0117",ee:"\u2147",efDot:"\u2252",Efr:"\u{1D508}",efr:"\u{1D522}",eg:"\u2A9A",Egrave:"\xC8",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",Element:"\u2208",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",Emacr:"\u0112",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",EmptySmallSquare:"\u25FB",emptyv:"\u2205",EmptyVerySmallSquare:"\u25AB",emsp:"\u2003",emsp13:"\u2004",emsp14:"\u2005",ENG:"\u014A",eng:"\u014B",ensp:"\u2002",Eogon:"\u0118",eogon:"\u0119",Eopf:"\u{1D53C}",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",Epsilon:"\u0395",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",Equal:"\u2A75",equals:"=",EqualTilde:"\u2242",equest:"\u225F",Equilibrium:"\u21CC",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erarr:"\u2971",erDot:"\u2253",Escr:"\u2130",escr:"\u212F",esdot:"\u2250",Esim:"\u2A73",esim:"\u2242",Eta:"\u0397",eta:"\u03B7",ETH:"\xD0",eth:"\xF0",Euml:"\xCB",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",Exists:"\u2203",expectation:"\u2130",ExponentialE:"\u2147",exponentiale:"\u2147",fallingdotseq:"\u2252",Fcy:"\u0424",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",Ffr:"\u{1D509}",ffr:"\u{1D523}",filig:"\uFB01",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",Fopf:"\u{1D53D}",fopf:"\u{1D557}",ForAll:"\u2200",forall:"\u2200",fork:"\u22D4",forkv:"\u2AD9",Fouriertrf:"\u2131",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",Fscr:"\u2131",fscr:"\u{1D4BB}",gacute:"\u01F5",Gamma:"\u0393",gamma:"\u03B3",Gammad:"\u03DC",gammad:"\u03DD",gap:"\u2A86",Gbreve:"\u011E",gbreve:"\u011F",Gcedil:"\u0122",Gcirc:"\u011C",gcirc:"\u011D",Gcy:"\u0413",gcy:"\u0433",Gdot:"\u0120",gdot:"\u0121",gE:"\u2267",ge:"\u2265",gEl:"\u2A8C",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",Gfr:"\u{1D50A}",gfr:"\u{1D524}",Gg:"\u22D9",gg:"\u226B",ggg:"\u22D9",gimel:"\u2137",GJcy:"\u0403",gjcy:"\u0453",gl:"\u2277",gla:"\u2AA5",glE:"\u2A92",glj:"\u2AA4",gnap:"\u2A8A",gnapprox:"\u2A8A",gnE:"\u2269",gne:"\u2A88",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",Gopf:"\u{1D53E}",gopf:"\u{1D558}",grave:"`",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",Gt:"\u226B",GT:">",gt:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",Hacek:"\u02C7",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",HARDcy:"\u042A",hardcy:"\u044A",hArr:"\u21D4",harr:"\u2194",harrcir:"\u2948",harrw:"\u21AD",Hat:"^",hbar:"\u210F",Hcirc:"\u0124",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",Hfr:"\u210C",hfr:"\u{1D525}",HilbertSpace:"\u210B",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",Hopf:"\u210D",hopf:"\u{1D559}",horbar:"\u2015",HorizontalLine:"\u2500",Hscr:"\u210B",hscr:"\u{1D4BD}",hslash:"\u210F",Hstrok:"\u0126",hstrok:"\u0127",HumpDownHump:"\u224E",HumpEqual:"\u224F",hybull:"\u2043",hyphen:"\u2010",Iacute:"\xCD",iacute:"\xED",ic:"\u2063",Icirc:"\xCE",icirc:"\xEE",Icy:"\u0418",icy:"\u0438",Idot:"\u0130",IEcy:"\u0415",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",Ifr:"\u2111",ifr:"\u{1D526}",Igrave:"\xCC",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",IJlig:"\u0132",ijlig:"\u0133",Im:"\u2111",Imacr:"\u012A",imacr:"\u012B",image:"\u2111",ImaginaryI:"\u2148",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",Implies:"\u21D2",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",Int:"\u222C",int:"\u222B",intcal:"\u22BA",integers:"\u2124",Integral:"\u222B",intercal:"\u22BA",Intersection:"\u22C2",intlarhk:"\u2A17",intprod:"\u2A3C",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",IOcy:"\u0401",iocy:"\u0451",Iogon:"\u012E",iogon:"\u012F",Iopf:"\u{1D540}",iopf:"\u{1D55A}",Iota:"\u0399",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",Iscr:"\u2110",iscr:"\u{1D4BE}",isin:"\u2208",isindot:"\u22F5",isinE:"\u22F9",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",Itilde:"\u0128",itilde:"\u0129",Iukcy:"\u0406",iukcy:"\u0456",Iuml:"\xCF",iuml:"\xEF",Jcirc:"\u0134",jcirc:"\u0135",Jcy:"\u0419",jcy:"\u0439",Jfr:"\u{1D50D}",jfr:"\u{1D527}",jmath:"\u0237",Jopf:"\u{1D541}",jopf:"\u{1D55B}",Jscr:"\u{1D4A5}",jscr:"\u{1D4BF}",Jsercy:"\u0408",jsercy:"\u0458",Jukcy:"\u0404",jukcy:"\u0454",Kappa:"\u039A",kappa:"\u03BA",kappav:"\u03F0",Kcedil:"\u0136",kcedil:"\u0137",Kcy:"\u041A",kcy:"\u043A",Kfr:"\u{1D50E}",kfr:"\u{1D528}",kgreen:"\u0138",KHcy:"\u0425",khcy:"\u0445",KJcy:"\u040C",kjcy:"\u045C",Kopf:"\u{1D542}",kopf:"\u{1D55C}",Kscr:"\u{1D4A6}",kscr:"\u{1D4C0}",lAarr:"\u21DA",Lacute:"\u0139",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",Lambda:"\u039B",lambda:"\u03BB",Lang:"\u27EA",lang:"\u27E8",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",Laplacetrf:"\u2112",laquo:"\xAB",Larr:"\u219E",lArr:"\u21D0",larr:"\u2190",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",lAtail:"\u291B",latail:"\u2919",late:"\u2AAD",lates:"\u2AAD\uFE00",lBarr:"\u290E",lbarr:"\u290C",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",Lcaron:"\u013D",lcaron:"\u013E",Lcedil:"\u013B",lcedil:"\u013C",lceil:"\u2308",lcub:"{",Lcy:"\u041B",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",lE:"\u2266",le:"\u2264",LeftAngleBracket:"\u27E8",LeftArrow:"\u2190",Leftarrow:"\u21D0",leftarrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",leftarrowtail:"\u21A2",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",LeftRightArrow:"\u2194",Leftrightarrow:"\u21D4",leftrightarrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",leftthreetimes:"\u22CB",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",lEg:"\u2A8B",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",lessgtr:"\u2276",LessLess:"\u2AA1",lesssim:"\u2272",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",lfisht:"\u297C",lfloor:"\u230A",Lfr:"\u{1D50F}",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lHar:"\u2962",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",LJcy:"\u0409",ljcy:"\u0459",Ll:"\u22D8",ll:"\u226A",llarr:"\u21C7",llcorner:"\u231E",Lleftarrow:"\u21DA",llhard:"\u296B",lltri:"\u25FA",Lmidot:"\u013F",lmidot:"\u0140",lmoust:"\u23B0",lmoustache:"\u23B0",lnap:"\u2A89",lnapprox:"\u2A89",lnE:"\u2268",lne:"\u2A87",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",LongLeftArrow:"\u27F5",Longleftarrow:"\u27F8",longleftarrow:"\u27F5",LongLeftRightArrow:"\u27F7",Longleftrightarrow:"\u27FA",longleftrightarrow:"\u27F7",longmapsto:"\u27FC",LongRightArrow:"\u27F6",Longrightarrow:"\u27F9",longrightarrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",Lopf:"\u{1D543}",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",Lscr:"\u2112",lscr:"\u{1D4C1}",Lsh:"\u21B0",lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",Lstrok:"\u0141",lstrok:"\u0142",Lt:"\u226A",LT:"<",lt:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",ltrPar:"\u2996",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",Map:"\u2905",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",Mcy:"\u041C",mcy:"\u043C",mdash:"\u2014",mDDot:"\u223A",measuredangle:"\u2221",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",MinusPlus:"\u2213",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",Mopf:"\u{1D544}",mopf:"\u{1D55E}",mp:"\u2213",Mscr:"\u2133",mscr:"\u{1D4C2}",mstpos:"\u223E",Mu:"\u039C",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nabla:"\u2207",Nacute:"\u0143",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",Ncaron:"\u0147",ncaron:"\u0148",Ncedil:"\u0145",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",Ncy:"\u041D",ncy:"\u043D",ndash:"\u2013",ne:"\u2260",nearhk:"\u2924",neArr:"\u21D7",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
6
+ `,nexist:"\u2204",nexists:"\u2204",Nfr:"\u{1D511}",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",nGg:"\u22D9\u0338",ngsim:"\u2275",nGt:"\u226B\u20D2",ngt:"\u226F",ngtr:"\u226F",nGtv:"\u226B\u0338",nhArr:"\u21CE",nharr:"\u21AE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",NJcy:"\u040A",njcy:"\u045A",nlArr:"\u21CD",nlarr:"\u219A",nldr:"\u2025",nlE:"\u2266\u0338",nle:"\u2270",nLeftarrow:"\u21CD",nleftarrow:"\u219A",nLeftrightarrow:"\u21CE",nleftrightarrow:"\u21AE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nLl:"\u22D8\u0338",nlsim:"\u2274",nLt:"\u226A\u20D2",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nLtv:"\u226A\u0338",nmid:"\u2224",NoBreak:"\u2060",NonBreakingSpace:"\xA0",Nopf:"\u2115",nopf:"\u{1D55F}",Not:"\u2AEC",not:"\xAC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",notin:"\u2209",notindot:"\u22F5\u0338",notinE:"\u22F9\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrArr:"\u21CF",nrarr:"\u219B",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nRightarrow:"\u21CF",nrightarrow:"\u219B",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",Nscr:"\u{1D4A9}",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",Ntilde:"\xD1",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",Nu:"\u039D",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvap:"\u224D\u20D2",nVDash:"\u22AF",nVdash:"\u22AE",nvDash:"\u22AD",nvdash:"\u22AC",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvHarr:"\u2904",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwarhk:"\u2923",nwArr:"\u21D6",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",Oacute:"\xD3",oacute:"\xF3",oast:"\u229B",ocir:"\u229A",Ocirc:"\xD4",ocirc:"\xF4",Ocy:"\u041E",ocy:"\u043E",odash:"\u229D",Odblac:"\u0150",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",OElig:"\u0152",oelig:"\u0153",ofcir:"\u29BF",Ofr:"\u{1D512}",ofr:"\u{1D52C}",ogon:"\u02DB",Ograve:"\xD2",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",Omacr:"\u014C",omacr:"\u014D",Omega:"\u03A9",omega:"\u03C9",Omicron:"\u039F",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",Oopf:"\u{1D546}",oopf:"\u{1D560}",opar:"\u29B7",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",operp:"\u29B9",oplus:"\u2295",Or:"\u2A54",or:"\u2228",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oS:"\u24C8",Oscr:"\u{1D4AA}",oscr:"\u2134",Oslash:"\xD8",oslash:"\xF8",osol:"\u2298",Otilde:"\xD5",otilde:"\xF5",Otimes:"\u2A37",otimes:"\u2297",otimesas:"\u2A36",Ouml:"\xD6",ouml:"\xF6",ovbar:"\u233D",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",PartialD:"\u2202",Pcy:"\u041F",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",Pfr:"\u{1D513}",pfr:"\u{1D52D}",Phi:"\u03A6",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",Pi:"\u03A0",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",PlusMinus:"\xB1",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",Poincareplane:"\u210C",pointint:"\u2A15",Popf:"\u2119",popf:"\u{1D561}",pound:"\xA3",Pr:"\u2ABB",pr:"\u227A",prap:"\u2AB7",prcue:"\u227C",prE:"\u2AB3",pre:"\u2AAF",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",Prime:"\u2033",prime:"\u2032",primes:"\u2119",prnap:"\u2AB9",prnE:"\u2AB5",prnsim:"\u22E8",prod:"\u220F",Product:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",Proportion:"\u2237",Proportional:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",Pscr:"\u{1D4AB}",pscr:"\u{1D4C5}",Psi:"\u03A8",psi:"\u03C8",puncsp:"\u2008",Qfr:"\u{1D514}",qfr:"\u{1D52E}",qint:"\u2A0C",Qopf:"\u211A",qopf:"\u{1D562}",qprime:"\u2057",Qscr:"\u{1D4AC}",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",QUOT:'"',quot:'"',rAarr:"\u21DB",race:"\u223D\u0331",Racute:"\u0154",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",Rang:"\u27EB",rang:"\u27E9",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",Rarr:"\u21A0",rArr:"\u21D2",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",Rarrtl:"\u2916",rarrtl:"\u21A3",rarrw:"\u219D",rAtail:"\u291C",ratail:"\u291A",ratio:"\u2236",rationals:"\u211A",RBarr:"\u2910",rBarr:"\u290F",rbarr:"\u290D",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",Rcaron:"\u0158",rcaron:"\u0159",Rcedil:"\u0156",rcedil:"\u0157",rceil:"\u2309",rcub:"}",Rcy:"\u0420",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",Re:"\u211C",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",REG:"\xAE",reg:"\xAE",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",rfisht:"\u297D",rfloor:"\u230B",Rfr:"\u211C",rfr:"\u{1D52F}",rHar:"\u2964",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",Rho:"\u03A1",rho:"\u03C1",rhov:"\u03F1",RightAngleBracket:"\u27E9",RightArrow:"\u2192",Rightarrow:"\u21D2",rightarrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",rightarrowtail:"\u21A3",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",rightthreetimes:"\u22CC",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",Ropf:"\u211D",ropf:"\u{1D563}",roplus:"\u2A2E",rotimes:"\u2A35",RoundImplies:"\u2970",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",Rrightarrow:"\u21DB",rsaquo:"\u203A",Rscr:"\u211B",rscr:"\u{1D4C7}",Rsh:"\u21B1",rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",RuleDelayed:"\u29F4",ruluhar:"\u2968",rx:"\u211E",Sacute:"\u015A",sacute:"\u015B",sbquo:"\u201A",Sc:"\u2ABC",sc:"\u227B",scap:"\u2AB8",Scaron:"\u0160",scaron:"\u0161",sccue:"\u227D",scE:"\u2AB4",sce:"\u2AB0",Scedil:"\u015E",scedil:"\u015F",Scirc:"\u015C",scirc:"\u015D",scnap:"\u2ABA",scnE:"\u2AB6",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",Scy:"\u0421",scy:"\u0441",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",searhk:"\u2925",seArr:"\u21D8",searr:"\u2198",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",Sfr:"\u{1D516}",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",SHCHcy:"\u0429",shchcy:"\u0449",SHcy:"\u0428",shcy:"\u0448",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",shortmid:"\u2223",shortparallel:"\u2225",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",shy:"\xAD",Sigma:"\u03A3",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",SmallCircle:"\u2218",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",SOFTcy:"\u042C",softcy:"\u044C",sol:"/",solb:"\u29C4",solbar:"\u233F",Sopf:"\u{1D54A}",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",Sqrt:"\u221A",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",Square:"\u25A1",square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",Sscr:"\u{1D4AE}",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",Star:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",Sub:"\u22D0",sub:"\u2282",subdot:"\u2ABD",subE:"\u2AC5",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",Subset:"\u22D0",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2AC5",SubsetEqual:"\u2286",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",SuchThat:"\u220B",Sum:"\u2211",sum:"\u2211",sung:"\u266A",Sup:"\u22D1",sup:"\u2283",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",supdot:"\u2ABE",supdsub:"\u2AD8",supE:"\u2AC6",supe:"\u2287",supedot:"\u2AC4",Superset:"\u2283",SupersetEqual:"\u2287",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",Supset:"\u22D1",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swarhk:"\u2926",swArr:"\u21D9",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",Tab:" ",target:"\u2316",Tau:"\u03A4",tau:"\u03C4",tbrk:"\u23B4",Tcaron:"\u0164",tcaron:"\u0165",Tcedil:"\u0162",tcedil:"\u0163",Tcy:"\u0422",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",Tfr:"\u{1D517}",tfr:"\u{1D531}",there4:"\u2234",Therefore:"\u2234",therefore:"\u2234",Theta:"\u0398",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",ThickSpace:"\u205F\u200A",thinsp:"\u2009",ThinSpace:"\u2009",thkap:"\u2248",thksim:"\u223C",THORN:"\xDE",thorn:"\xFE",Tilde:"\u223C",tilde:"\u02DC",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",Topf:"\u{1D54B}",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",TRADE:"\u2122",trade:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",TripleDot:"\u20DB",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",Tscr:"\u{1D4AF}",tscr:"\u{1D4C9}",TScy:"\u0426",tscy:"\u0446",TSHcy:"\u040B",tshcy:"\u045B",Tstrok:"\u0166",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",Uacute:"\xDA",uacute:"\xFA",Uarr:"\u219F",uArr:"\u21D1",uarr:"\u2191",Uarrocir:"\u2949",Ubrcy:"\u040E",ubrcy:"\u045E",Ubreve:"\u016C",ubreve:"\u016D",Ucirc:"\xDB",ucirc:"\xFB",Ucy:"\u0423",ucy:"\u0443",udarr:"\u21C5",Udblac:"\u0170",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",Ufr:"\u{1D518}",ufr:"\u{1D532}",Ugrave:"\xD9",ugrave:"\xF9",uHar:"\u2963",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",Umacr:"\u016A",umacr:"\u016B",uml:"\xA8",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",uogon:"\u0173",Uopf:"\u{1D54C}",uopf:"\u{1D566}",UpArrow:"\u2191",Uparrow:"\u21D1",uparrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",UpDownArrow:"\u2195",Updownarrow:"\u21D5",updownarrow:"\u2195",UpEquilibrium:"\u296E",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03D2",upsi:"\u03C5",upsih:"\u03D2",Upsilon:"\u03A5",upsilon:"\u03C5",UpTee:"\u22A5",UpTeeArrow:"\u21A5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",Uring:"\u016E",uring:"\u016F",urtri:"\u25F9",Uscr:"\u{1D4B0}",uscr:"\u{1D4CA}",utdot:"\u22F0",Utilde:"\u0168",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",Uuml:"\xDC",uuml:"\xFC",uwangle:"\u29A7",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",vArr:"\u21D5",varr:"\u2195",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",Vbar:"\u2AEB",vBar:"\u2AE8",vBarv:"\u2AE9",Vcy:"\u0412",vcy:"\u0432",VDash:"\u22AB",Vdash:"\u22A9",vDash:"\u22A8",vdash:"\u22A2",Vdashl:"\u2AE6",Vee:"\u22C1",vee:"\u2228",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",Verbar:"\u2016",verbar:"|",Vert:"\u2016",vert:"|",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",Vopf:"\u{1D54D}",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",Vscr:"\u{1D4B1}",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",Vvdash:"\u22AA",vzigzag:"\u299A",Wcirc:"\u0174",wcirc:"\u0175",wedbar:"\u2A5F",Wedge:"\u22C0",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",Wfr:"\u{1D51A}",wfr:"\u{1D534}",Wopf:"\u{1D54E}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",Wscr:"\u{1D4B2}",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",Xfr:"\u{1D51B}",xfr:"\u{1D535}",xhArr:"\u27FA",xharr:"\u27F7",Xi:"\u039E",xi:"\u03BE",xlArr:"\u27F8",xlarr:"\u27F5",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",Xopf:"\u{1D54F}",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrArr:"\u27F9",xrarr:"\u27F6",Xscr:"\u{1D4B3}",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",Yacute:"\xDD",yacute:"\xFD",YAcy:"\u042F",yacy:"\u044F",Ycirc:"\u0176",ycirc:"\u0177",Ycy:"\u042B",ycy:"\u044B",yen:"\xA5",Yfr:"\u{1D51C}",yfr:"\u{1D536}",YIcy:"\u0407",yicy:"\u0457",Yopf:"\u{1D550}",yopf:"\u{1D56A}",Yscr:"\u{1D4B4}",yscr:"\u{1D4CE}",YUcy:"\u042E",yucy:"\u044E",Yuml:"\u0178",yuml:"\xFF",Zacute:"\u0179",zacute:"\u017A",Zcaron:"\u017D",zcaron:"\u017E",Zcy:"\u0417",zcy:"\u0437",Zdot:"\u017B",zdot:"\u017C",zeetrf:"\u2128",ZeroWidthSpace:"\u200B",Zeta:"\u0396",zeta:"\u03B6",Zfr:"\u2128",zfr:"\u{1D537}",ZHcy:"\u0416",zhcy:"\u0436",zigrarr:"\u21DD",Zopf:"\u2124",zopf:"\u{1D56B}",Zscr:"\u{1D4B5}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"});ke.entityMap=ke.HTML_ENTITIES});var xi=M(ur=>{var Ve=Me().NAMESPACE,ir=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,Ni=new RegExp("[\\-\\.0-9"+ir.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),Si=new RegExp("^"+ir.source+Ni.source+"*(?::"+ir.source+Ni.source+"*)?$"),_e=0,oe=1,Ae=2,je=3,be=4,Ee=5,Ue=6,Nt=7;function Ce(e,t){this.message=e,this.locator=t,Error.captureStackTrace&&Error.captureStackTrace(this,Ce)}Ce.prototype=new Error;Ce.prototype.name=Ce.name;function Li(){}Li.prototype={parse:function(e,t,r){var i=this.domBuilder;i.startDocument(),Fi(t,t={}),qu(e,t,r,i,this.errorHandler),i.endDocument()}};function qu(e,t,r,i,n){function s(F){if(F>65535){F-=65536;var O=55296+(F>>10),_=56320+(F&1023);return String.fromCharCode(O,_)}else return String.fromCharCode(F)}function u(F){var O=F.slice(1,-1);return Object.hasOwnProperty.call(r,O)?r[O]:O.charAt(0)==="#"?s(parseInt(O.substr(1).replace("x","0x"))):(n.error("entity not found:"+F),F)}function l(F){if(F>T){var O=e.substring(T,F).replace(/&#?\w+;/g,u);g&&c(T),i.characters(O,0,F-T),T=F}}function c(F,O){for(;F>=m&&(O=p.exec(e));)d=O.index,m=d+O[0].length,g.lineNumber++;g.columnNumber=F-d+1}for(var d=0,m=0,p=/.*(?:\r\n?|\n)|.*$/g,g=i.locator,E=[{currentNSMap:t}],C={},T=0;;){try{var v=e.indexOf("<",T);if(v<0){if(!e.substr(T).match(/^\s*$/)){var S=i.doc,x=S.createTextNode(e.substr(T));S.appendChild(x),i.currentElement=x}return}switch(v>T&&l(v),e.charAt(v+1)){case"/":var A=e.indexOf(">",v+3),f=e.substring(v+2,A).replace(/[ \t\n\r]+$/g,""),h=E.pop();A<0?(f=e.substring(v+2).replace(/[\s<].*/,""),n.error("end tag name: "+f+" is not complete:"+h.tagName),A=v+1+f.length):f.match(/\s</)&&(f=f.replace(/[\s<].*/,""),n.error("end tag name: "+f+" maybe not complete"),A=v+1+f.length);var w=h.localNSMap,o=h.tagName==f,y=o||h.tagName&&h.tagName.toLowerCase()==f.toLowerCase();if(y){if(i.endElement(h.uri,h.localName,f),w)for(var b in w)Object.prototype.hasOwnProperty.call(w,b)&&i.endPrefixMapping(b);o||n.fatalError("end tag name: "+f+" is not match the current start tagName:"+h.tagName)}else E.push(h);A++;break;case"?":g&&c(v),A=Vu(e,v,i);break;case"!":g&&c(v),A=Uu(e,v,i,n);break;default:g&&c(v);var a=new Mi,D=E[E.length-1].currentNSMap,A=ku(e,v,a,D,u,n),N=a.length;if(!a.closed&&ju(e,A,a.tagName,C)&&(a.closed=!0,r.nbsp||n.warning("unclosed xml attribute")),g&&N){for(var I=Oi(g,{}),L=0;L<N;L++){var k=a[L];c(k.offset),k.locator=Oi(g,{})}i.locator=I,Ii(a,i,D)&&E.push(a),i.locator=g}else Ii(a,i,D)&&E.push(a);Ve.isHTML(a.uri)&&!a.closed?A=_u(e,A,a.tagName,u,i):A++}}catch(F){if(F instanceof Ce)throw F;n.error("element parse error: "+F),A=-1}A>T?T=A:l(Math.max(v,T)+1)}}function Oi(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber,t}function ku(e,t,r,i,n,s){function u(E,C,T){r.attributeNames.hasOwnProperty(E)&&s.fatalError("Attribute "+E+" redefined"),r.addValue(E,C.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,n),T)}for(var l,c,d=++t,m=_e;;){var p=e.charAt(d);switch(p){case"=":if(m===oe)l=e.slice(t,d),m=je;else if(m===Ae)m=je;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(m===je||m===oe)if(m===oe&&(s.warning('attribute value must after "="'),l=e.slice(t,d)),t=d+1,d=e.indexOf(p,t),d>0)c=e.slice(t,d),u(l,c,t-1),m=Ee;else throw new Error("attribute value no end '"+p+"' match");else if(m==be)c=e.slice(t,d),u(l,c,t),s.warning('attribute "'+l+'" missed start quot('+p+")!!"),t=d+1,m=Ee;else throw new Error('attribute value must after "="');break;case"/":switch(m){case _e:r.setTagName(e.slice(t,d));case Ee:case Ue:case Nt:m=Nt,r.closed=!0;case be:case oe:break;case Ae:r.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return s.error("unexpected end of input"),m==_e&&r.setTagName(e.slice(t,d)),d;case">":switch(m){case _e:r.setTagName(e.slice(t,d));case Ee:case Ue:case Nt:break;case be:case oe:c=e.slice(t,d),c.slice(-1)==="/"&&(r.closed=!0,c=c.slice(0,-1));case Ae:m===Ae&&(c=l),m==be?(s.warning('attribute "'+c+'" missed quot(")!'),u(l,c,t)):((!Ve.isHTML(i[""])||!c.match(/^(?:disabled|checked|selected)$/i))&&s.warning('attribute "'+c+'" missed value!! "'+c+'" instead!!'),u(c,c,t));break;case je:throw new Error("attribute value missed!!")}return d;case"\x80":p=" ";default:if(p<=" ")switch(m){case _e:r.setTagName(e.slice(t,d)),m=Ue;break;case oe:l=e.slice(t,d),m=Ae;break;case be:var c=e.slice(t,d);s.warning('attribute "'+c+'" missed quot(")!!'),u(l,c,t);case Ee:m=Ue;break}else switch(m){case Ae:var g=r.tagName;(!Ve.isHTML(i[""])||!l.match(/^(?:disabled|checked|selected)$/i))&&s.warning('attribute "'+l+'" missed value!! "'+l+'" instead2!!'),u(l,l,t),t=d,m=oe;break;case Ee:s.warning('attribute space is required"'+l+'"!!');case Ue:m=oe,t=d;break;case je:m=be,t=d;break;case Nt:throw new Error("elements closed character '/' and '>' must be connected to")}}d++}}function Ii(e,t,r){for(var i=e.tagName,n=null,p=e.length;p--;){var s=e[p],u=s.qName,l=s.value,g=u.indexOf(":");if(g>0)var c=s.prefix=u.slice(0,g),d=u.slice(g+1),m=c==="xmlns"&&d;else d=u,c=null,m=u==="xmlns"&&"";s.localName=d,m!==!1&&(n==null&&(n={},Fi(r,r={})),r[m]=n[m]=l,s.uri=Ve.XMLNS,t.startPrefixMapping(m,l))}for(var p=e.length;p--;){s=e[p];var c=s.prefix;c&&(c==="xml"&&(s.uri=Ve.XML),c!=="xmlns"&&(s.uri=r[c||""]))}var g=i.indexOf(":");g>0?(c=e.prefix=i.slice(0,g),d=e.localName=i.slice(g+1)):(c=null,d=e.localName=i);var E=e.uri=r[c||""];if(t.startElement(E,d,i,e),e.closed){if(t.endElement(E,d,i),n)for(c in n)Object.prototype.hasOwnProperty.call(n,c)&&t.endPrefixMapping(c)}else return e.currentNSMap=r,e.localNSMap=n,!0}function _u(e,t,r,i,n){if(/^(?:script|textarea)$/i.test(r)){var s=e.indexOf("</"+r+">",t),u=e.substring(t+1,s);if(/[&<]/.test(u))return/^script$/i.test(r)?(n.characters(u,0,u.length),s):(u=u.replace(/&#?\w+;/g,i),n.characters(u,0,u.length),s)}return t+1}function ju(e,t,r,i){var n=i[r];return n==null&&(n=e.lastIndexOf("</"+r+">"),n<t&&(n=e.lastIndexOf("</"+r)),i[r]=n),n<t}function Fi(e,t){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])}function Uu(e,t,r,i){var n=e.charAt(t+2);switch(n){case"-":if(e.charAt(t+3)==="-"){var s=e.indexOf("-->",t+4);return s>t?(r.comment(e,t+4,s-t-4),s+3):(i.error("Unclosed comment"),-1)}else return-1;default:if(e.substr(t+3,6)=="CDATA["){var s=e.indexOf("]]>",t+9);return r.startCDATA(),r.characters(e,t+9,s-t-9),r.endCDATA(),s+3}var u=Xu(e,t),l=u.length;if(l>1&&/!doctype/i.test(u[0][0])){var c=u[1][0],d=!1,m=!1;l>3&&(/^public$/i.test(u[2][0])?(d=u[3][0],m=l>4&&u[4][0]):/^system$/i.test(u[2][0])&&(m=u[3][0]));var p=u[l-1];return r.startDTD(c,d,m),r.endDTD(),p.index+p[0].length}}return-1}function Vu(e,t,r){var i=e.indexOf("?>",t);if(i){var n=e.substring(t,i).match(/^<\?(\S*)\s*([\s\S]*?)$/);if(n){var s=n[0].length;return r.processingInstruction(n[1],n[2]),i+2}else return-1}return-1}function Mi(){this.attributeNames={}}Mi.prototype={setTagName:function(e){if(!Si.test(e))throw new Error("invalid tagName:"+e);this.tagName=e},addValue:function(e,t,r){if(!Si.test(e))throw new Error("invalid attribute:"+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:t,offset:r}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}};function Xu(e,t){var r,i=[],n=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(n.lastIndex=t,n.exec(e);r=n.exec(e);)if(i.push(r),r[1])return i}ur.XMLReader=Li;ur.ParseError=Ce});var ji=M(Ot=>{var $u=Me(),Hu=nr(),Bi=Ti(),qi=xi(),zu=Hu.DOMImplementation,Pi=$u.NAMESPACE,Gu=qi.ParseError,Wu=qi.XMLReader;function ki(e){return e.replace(/\r[\n\u0085]/g,`
7
+ `).replace(/[\r\u0085\u2028]/g,`
8
+ `)}function _i(e){this.options=e||{locator:{}}}_i.prototype.parseFromString=function(e,t){var r=this.options,i=new Wu,n=r.domBuilder||new Xe,s=r.errorHandler,u=r.locator,l=r.xmlns||{},c=/\/x?html?$/.test(t),d=c?Bi.HTML_ENTITIES:Bi.XML_ENTITIES;u&&n.setDocumentLocator(u),i.errorHandler=Yu(s,n,u),i.domBuilder=r.domBuilder||n,c&&(l[""]=Pi.HTML),l.xml=l.xml||Pi.XML;var m=r.normalizeLineEndings||ki;return e&&typeof e=="string"?i.parse(m(e),l,d):i.errorHandler.error("invalid doc source"),n.doc};function Yu(e,t,r){if(!e){if(t instanceof Xe)return t;e=t}var i={},n=e instanceof Function;r=r||{};function s(u){var l=e[u];!l&&n&&(l=e.length==2?function(c){e(u,c)}:e),i[u]=l&&function(c){l("[xmldom "+u+"] "+c+sr(r))}||function(){}}return s("warning"),s("error"),s("fatalError"),i}function Xe(){this.cdata=!1}function ve(e,t){t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber}Xe.prototype={startDocument:function(){this.doc=new zu().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(e,t,r,i){var n=this.doc,s=n.createElementNS(e,r||t),u=i.length;St(this,s),this.currentElement=s,this.locator&&ve(this.locator,s);for(var l=0;l<u;l++){var e=i.getURI(l),c=i.getValue(l),r=i.getQName(l),d=n.createAttributeNS(e,r);this.locator&&ve(i.getLocator(l),d),d.value=d.nodeValue=c,s.setAttributeNode(d)}},endElement:function(e,t,r){var i=this.currentElement,n=i.tagName;this.currentElement=i.parentNode},startPrefixMapping:function(e,t){},endPrefixMapping:function(e){},processingInstruction:function(e,t){var r=this.doc.createProcessingInstruction(e,t);this.locator&&ve(this.locator,r),St(this,r)},ignorableWhitespace:function(e,t,r){},characters:function(e,t,r){if(e=Ri.apply(this,arguments),e){if(this.cdata)var i=this.doc.createCDATASection(e);else var i=this.doc.createTextNode(e);this.currentElement?this.currentElement.appendChild(i):/^\s*$/.test(e)&&this.doc.appendChild(i),this.locator&&ve(this.locator,i)}},skippedEntity:function(e){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(e){(this.locator=e)&&(e.lineNumber=0)},comment:function(e,t,r){e=Ri.apply(this,arguments);var i=this.doc.createComment(e);this.locator&&ve(this.locator,i),St(this,i)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(e,t,r){var i=this.doc.implementation;if(i&&i.createDocumentType){var n=i.createDocumentType(e,t,r);this.locator&&ve(this.locator,n),St(this,n),this.doc.doctype=n}},warning:function(e){console.warn("[xmldom warning] "+e,sr(this.locator))},error:function(e){console.error("[xmldom error] "+e,sr(this.locator))},fatalError:function(e){throw new Gu(e,this.locator)}};function sr(e){if(e)return`
9
+ @`+(e.systemId||"")+"#[line:"+e.lineNumber+",col:"+e.columnNumber+"]"}function Ri(e,t,r){return typeof e=="string"?e.substr(t,r):e.length>=t+r||t?new java.lang.String(e,t,r)+"":e}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(e){Xe.prototype[e]=function(){return null}});function St(e,t){e.currentElement?e.currentElement.appendChild(t):e.doc.appendChild(t)}Ot.__DOMHandler=Xe;Ot.normalizeLineEndings=ki;Ot.DOMParser=_i});var Vi=M(It=>{var Ui=nr();It.DOMImplementation=Ui.DOMImplementation;It.XMLSerializer=Ui.XMLSerializer;It.DOMParser=ji().DOMParser});var $i=M(He=>{"use strict";var Ku=He&&He.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(He,"__esModule",{value:!0});He.parse=Qu;var Zu=Vi(),$e=Ku(ou("assert")),Lt=3,Xi=4,Ju=8;function or(e){return e.nodeType===Lt||e.nodeType===Ju||e.nodeType===Xi}function ne(e){return!e.childNodes||e.childNodes.length===0}function Qu(e){let t=new Zu.DOMParser({errorHandler(){}}).parseFromString(e);(0,$e.default)(t.documentElement.nodeName==="plist","malformed document. First element should be <plist>");let r=Te(t.documentElement);return r.length===1&&(r=r[0]),r}function Te(e){let t,r,i,n,s,u;if(!e)return null;if(e.nodeName==="plist"){if(n=[],ne(e))return n;for(t=0;t<e.childNodes.length;t++)or(e.childNodes[t])||n.push(Te(e.childNodes[t]));return n}else if(e.nodeName==="dict"){if(r=Object.create(null),i=null,u=0,ne(e))return r;for(t=0;t<e.childNodes.length;t++)if(!or(e.childNodes[t])){if(u%2===0)(0,$e.default)(e.childNodes[t].nodeName==="key","Missing key while parsing <dict/>."),i=Te(e.childNodes[t]);else{if(e.childNodes[t].nodeName==="key")throw new Error('Unexpected key "'+Te(e.childNodes[t])+'" while parsing <dict/>.');r[i]=Te(e.childNodes[t])}u+=1}if(u%2===1)throw new Error('Missing value for "'+i+'" while parsing <dict/>');return r}else if(e.nodeName==="array"){if(n=[],ne(e))return n;for(t=0;t<e.childNodes.length;t++)or(e.childNodes[t])||(s=Te(e.childNodes[t]),s!=null&&n.push(s));return n}else if(e.nodeName!=="#text"){if(e.nodeName==="key")return ne(e)?"":e.childNodes[0].nodeValue;if(e.nodeName==="string"){if(s="",ne(e))return s;for(t=0;t<e.childNodes.length;t++){let l=e.childNodes[t].nodeType;(l===Lt||l===Xi)&&(s+=e.childNodes[t].nodeValue)}return s}else{if(e.nodeName==="integer")return(0,$e.default)(!ne(e),'Cannot parse "" as integer.'),parseInt(e.childNodes[0].nodeValue,10);if(e.nodeName==="real"){for((0,$e.default)(!ne(e),'Cannot parse "" as real.'),s="",t=0;t<e.childNodes.length;t++)e.childNodes[t].nodeType===Lt&&(s+=e.childNodes[t].nodeValue);return parseFloat(s)}else if(e.nodeName==="data"){if(s="",ne(e))return Buffer.from(s,"base64");for(t=0;t<e.childNodes.length;t++)e.childNodes[t].nodeType===Lt&&(s+=e.childNodes[t].nodeValue.replace(/\s+/g,""));return Buffer.from(s,"base64")}else{if(e.nodeName==="date")return(0,$e.default)(!ne(e),'Cannot parse "" as Date.'),new Date(e.childNodes[0].nodeValue);if(e.nodeName==="true")return!0;if(e.nodeName==="false")return!1}}}}});var Hi=M(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});var es=Kn(),ts=$i();ar.default={parse:ts.parse,build:es.build}});var Ar="sootsimConfig";function le(e){return!!e&&Object.keys(e).length>0}function Oe(e){return e?typeof e.runtimeVersion=="string"&&e.runtimeVersion.length>0||le(e.modules)||le(e.turboModules)||le(e.nativeModules)||le(e.env)||le(e.network?.remap)||le(e.settings)||le(e.initialState):!1}function zs(e,t){if(!(!Oe(e)&&!Oe(t)))return Oe(e)?Oe(t)?{runtimeVersion:t.runtimeVersion??e.runtimeVersion,modules:{...e.modules||{},...t.modules||{}},turboModules:{...e.turboModules||{},...t.turboModules||{}},nativeModules:{...e.nativeModules||{},...t.nativeModules||{}},env:{...e.env||{},...t.env||{}},network:{remap:{...e.network?.remap||{},...t.network?.remap||{}}},settings:{...e.settings||{},...t.settings||{}},initialState:{...e.initialState||{},...t.initialState||{}}}:e?{...e}:void 0:t?{...t}:void 0}function br(e,t){let r=new URL(e);return Oe(t)?r.searchParams.set(Ar,JSON.stringify(t)):r.searchParams.delete(Ar),r.toString()}var Ws="/index.bundle?platform=ios&dev=true&hot=true&minify=false";function Er(e){return/^https?:\/\//i.test(e)}function Cr(e){return e.endsWith(".bundle")}function lu(e){process.env.SOOTSIM_PREVIEW_PROD_BUNDLE&&(e.searchParams.set("dev","false"),e.searchParams.set("minify","true"),e.searchParams.has("hot")&&e.searchParams.set("hot","false"))}function vr(e){try{let t=Er(e),r=new URL(e,"http://sootsim.local");return r.pathname=r.pathname.replace(/\.\.bundle$/,".bundle"),Cr(r.pathname)?(r.searchParams.delete("transform.bytecode"),r.searchParams.get("lazy")==="true"&&r.searchParams.set("lazy","false"),lu(r),t?r.toString():`${r.pathname}${r.search}${r.hash}`):e}catch{return e}}function Ys(e,t){try{let r=Er(e),i=new URL(e,"http://sootsim.local");return Cr(i.pathname)?(i.searchParams.set("hot",t?"true":"false"),r?i.toString():`${i.pathname}${i.search}${i.hash}`):e}catch{return e}}import{exec as ms}from"child_process";import{readlink as gs}from"fs/promises";import Ds from"http";import ys from"net";import{resolve as tu}from"node:path";import{promisify as ws}from"util";import{readFile as is,readdir as Ki,stat as hr}from"node:fs/promises";import{join as fe}from"node:path";var Gi=au(Hi(),1);function zi(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function rs(e){if(!zi(e))return null;let t=e.parse;if(typeof t=="function")return n=>Reflect.apply(t,e,[n]);let r=e.default;if(!zi(r))return null;let i=r.parse;return typeof i=="function"?n=>Reflect.apply(i,r,[n]):null}var ns=rs(Gi.default);function Ft(e){return ns?.(e)??null}var fr=1048576,us=8,lr=32,Zi=512,Wi=new Map;function Ji(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function ae(e){return typeof e=="string"?e:void 0}function ze(e){if(typeof e!="string")return null;let t=e.trim();return t||null}function Mt(e){return typeof e=="number"&&Number.isFinite(e)?e:null}function cr(e){return typeof e=="string"||typeof e=="boolean"?e:Mt(e)}function ss(e){if(typeof e=="string")switch(e.replaceAll(/[-_\s]/g,"").toLowerCase()){case"alphabet":return"alphabet";case"numbersandpunctuation":return"numbers-and-punctuation";case"numberpad":return"number-pad";case"url":return"url";case"emailaddress":return"email-address";case"namephonepad":return"name-phone-pad";case"asciicapable":return"ascii-capable";default:return}}function os(e){if(typeof e=="string")switch(e.replaceAll(/[-_\s]/g,"").toLowerCase()){case"none":return"none";case"sentences":return"sentences";case"words":return"words";case"allcharacters":return"all-characters";default:return}}function as(e){if(typeof e=="boolean")return e;if(typeof e=="string")switch(e.trim().toLowerCase()){case"yes":return!0;case"no":return!1;default:return}}function ls(e){let t=ze(e);return!t||t.includes("/")||t.includes("\\")||t.includes("..")?null:{file:t,name:t.toLowerCase().endsWith(".plist")?t:`${t}.plist`}}async function Yi(e){try{let t=await hr(fe(e,"Root.plist"));return t.isFile()&&t.size<=fr}catch{return!1}}async function cs(e){let t=[fe(e,"Settings.bundle"),fe(e,"ios","Settings.bundle")];for(let r of t)if(await Yi(r))return r;try{let r=fe(e,"ios"),n=(await Ki(r,{withFileTypes:!0})).filter(s=>s.isDirectory()&&s.name!=="Pods"&&s.name!=="build"&&!s.name.startsWith(".")).map(s=>fe(r,s.name,"Settings.bundle")).sort();for(let s of n)if(await Yi(s))return s}catch{}return null}async function hs(e){try{let r=(await Ki(e,{withFileTypes:!0})).filter(n=>n.isFile()&&n.name.toLowerCase().endsWith(".plist")).map(n=>n.name).sort().slice(0,lr+1);if(r.length===0||r.length>lr)return null;let i=await Promise.all(r.map(async n=>{let s=await hr(fe(e,n));return!s.isFile()||s.size>fr?null:`${n}:${s.size}:${s.mtimeMs}:${s.ctimeMs}`}));return i.some(n=>n===null)?null:i.join("|")}catch{return null}}async function fs(e){try{let t=await hr(e);if(!t.isFile()||t.size>fr)return null;let r=await is(e,"utf8"),i=Ft(r);return Ji(i)?i:null}catch{return null}}function ps(e,t,r){if(!Array.isArray(e.Values)||!Array.isArray(e.Titles))return null;let i=[],n=[],s,u=Math.min(e.Values.length,e.Titles.length);for(let m=0;m<u;m++){let p=cr(e.Values[m]),g=ae(e.Titles[m]);if(p===null||g===void 0)continue;let E=typeof p=="string"?"string":typeof p=="number"?"number":"boolean";s!==void 0&&E!==s||(s=E,i.push(p),n.push(g))}let l=i[0];if(l===void 0)return null;let c=cr(e.DefaultValue),d=c!==null&&i.includes(c)?c:l;return{type:"multi-value",key:t,title:r,defaultValue:d,currentValue:d,values:i,titles:n}}async function ds(e,t){if(!Ji(e)||t.budget.specifiers>=Zi)return null;let r=ze(e.Type);if(!r)return null;if(t.budget.specifiers+=1,r==="PSGroupSpecifier"){let s=ae(e.Title),u=ae(e.FooterText);return{type:"group",...s!==void 0?{title:s}:null,...u!==void 0?{footer:u}:null}}let i=ze(e.Key);if(r==="PSSliderSpecifier"){if(!i)return null;let s=Mt(e.MinimumValue),u=Mt(e.MaximumValue);if(s===null||u===null||u<=s)return null;let l=Mt(e.DefaultValue),c=Math.min(u,Math.max(s,l??s)),d=ae(e.Title),m=ae(e.MinimumValueImage),p=ae(e.MaximumValueImage);return{type:"slider",key:i,defaultValue:c,currentValue:c,minimumValue:s,maximumValue:u,...d!==void 0?{title:d}:null,...m!==void 0?{minimumValueImage:m}:null,...p!==void 0?{maximumValueImage:p}:null}}if(r==="PSChildPaneSpecifier"){let s=ze(e.Title),u=ls(e.File);if(!s||!u||t.depth>=us)return null;let l=await Qi(u.name,{...t,depth:t.depth+1});return!l||l.length===0?null:{type:"child-pane",title:s,file:u.file,specifiers:l}}if(!i)return null;let n=ze(e.Title)??i;if(r==="PSToggleSwitchSpecifier"){let s=typeof e.DefaultValue=="boolean"?e.DefaultValue:!1;return{type:"toggle",key:i,title:n,defaultValue:s,currentValue:s}}if(r==="PSTextFieldSpecifier"){let s=ae(e.DefaultValue)??"",u=ae(e.Placeholder),l=ss(e.KeyboardType),c=os(e.AutocapitalizationType),d=as(e.AutocorrectionType);return{type:"text",key:i,title:n,defaultValue:s,currentValue:s,...u!==void 0?{placeholder:u}:null,...typeof e.IsSecure=="boolean"?{secure:e.IsSecure}:null,...l?{keyboardType:l}:null,...c?{autocapitalization:c}:null,...d!==void 0?{autocorrection:d}:null}}if(r==="PSMultiValueSpecifier"||r==="PSRadioGroupSpecifier")return ps(e,i,n);if(r==="PSTitleValueSpecifier"){let s=cr(e.DefaultValue)??"";return{type:"title-value",key:i,title:n,defaultValue:s,currentValue:s}}return null}async function Qi(e,t){let r=t.fileCache.get(e);if(r!==void 0)return r;if(t.stack.has(e)||t.budget.files>=lr)return null;t.budget.files+=1;let i=await fs(fe(t.bundlePath,e));if(!i||!Array.isArray(i.PreferenceSpecifiers))return t.fileCache.set(e,null),null;let n=new Set(t.stack);n.add(e);let s=[];for(let u of i.PreferenceSpecifiers){if(t.budget.specifiers>=Zi)break;let l=await ds(u,{...t,stack:n});l&&s.push(l)}return t.fileCache.set(e,s),s}async function eu(e){let t=await cs(e);if(!t)return null;let r=await hs(t);if(!r)return null;let i=Wi.get(t);if(i?.fingerprint===r)return i.specifiers;let n=await Qi("Root.plist",{bundlePath:t,depth:0,budget:{files:0,specifiers:0},stack:new Set,fileCache:new Map}),s=n&&n.length>0?n:null;return Wi.set(t,{fingerprint:r,specifiers:s}),s}var Je=ws(ms),As=250,bs=1500,Es=120;function Cs(e,t=Es){return new Promise(r=>{let i=new ys.Socket,n=!1,s=u=>{n||(n=!0,i.destroy(),r(u))};i.setTimeout(t),i.once("connect",()=>s(!0)),i.once("timeout",()=>s(!1)),i.once("error",()=>s(!1)),i.connect(e,"localhost")})}function Ne(e,t,r="GET",i=As,n={}){return new Promise(s=>{let u=Ds.request({hostname:"localhost",port:e,path:t,method:r,timeout:i,headers:n},l=>{let c="";l.on("data",m=>c+=m.toString());let d=(()=>{let m=l.headers["content-type"];if(typeof m=="string")return m;if(Array.isArray(m))return m[0]})();l.on("end",()=>s({statusCode:l.statusCode||0,body:c,contentType:d}))});u.on("error",()=>s(null)),u.setTimeout(i,()=>{u.destroy(),s(null)}),u.end()})}var vs=[8081,8082,8083,8084,8085,8086,3e3,3001,19e3].map(e=>({port:e,pid:0}));function pr(e,t){return!(e<=0||e>=2e4||t.has(e)||e>=5170&&e<=5200)}async function Ts(e=[]){let t=new Set(e);try{let{stdout:r}=await Je("lsof -iTCP -sTCP:LISTEN -P -n 2>/dev/null | grep -E '^(node|bun)'",{encoding:"utf8",timeout:2e3});if(r.trim()){let i=new Map;for(let n of r.trim().split(`
10
+ `)){let s=n.trim().split(/\s+/);if(s.length<9)continue;let u=Number(s[1]),c=s[8].match(/:(\d+)$/);if(!c)continue;let d=Number(c[1]);pr(d,t)&&(i.has(d)||i.set(d,u))}if(i.size>0)return[...i.entries()].map(([n,s])=>({port:n,pid:s}))}}catch{}try{let{stdout:r}=await Je(`ss -tlnp 2>/dev/null | grep -E '"(node|bun)"'`,{encoding:"utf8",timeout:2e3});if(r.trim()){let i=new Map;for(let n of r.trim().split(`
11
+ `)){let s=n.match(/:(\d+)\s/),u=n.match(/pid=(\d+)/);if(!s)continue;let l=Number(s[1]),c=u?Number(u[1]):0;pr(l,t)&&(i.has(l)||i.set(l,c))}if(i.size>0)return[...i.entries()].map(([n,s])=>({port:n,pid:s}))}}catch{}return vs.filter(r=>pr(r.port,t))}function Ns(e,t){for(let r of e.split(`
12
+ `)){if(!r.includes("LISTEN"))continue;let i=r.trim().split(/\s+/);if(i[3]?.endsWith(`.${t}`))for(let n of i){let s=n.match(/^\S+:(\d+)$/);if(s){let u=Number(s[1]);if(u>0)return u}}}return null}async function gr(e){if(!Number.isInteger(e)||e<=0)return null;try{let{stdout:t}=await Je("netstat -anv -p tcp 2>/dev/null",{encoding:"utf8",timeout:8e3,maxBuffer:16777216}),r=Ns(t,e);if(r!==null)return r}catch{}try{let{stdout:t}=await Je("ss -tlnp 2>/dev/null",{encoding:"utf8",timeout:8e3,maxBuffer:16777216});for(let r of t.split(`
13
+ `)){if(!new RegExp(`:${e}\\s`).test(r))continue;let i=Number(r.match(/pid=(\d+)/)?.[1]);if(i>0)return i}}catch{}return null}var Ye=new Map;async function xt(e){if(e<=0)return null;let t=Ye.get(e);if(t)return t;try{let r=await gs(`/proc/${e}/cwd`);if(r)return Ye.set(e,r),r}catch{}try{let{stdout:r}=await Je(`lsof -b -w -p ${e} -a -d cwd -Fn 2>/dev/null`,{encoding:"utf8",timeout:8e3});for(let i of r.split(`
14
+ `))if(i.startsWith("n")&&i.length>1){let n=i.slice(1).trim();if(n)return Ye.set(e,n),n}}catch{}return null}function Ss(e,t,r){return{port:e,framework:t,bundleUrl:Se(e,`http://localhost:${e}/index.bundle?platform=ios&dev=true&hot=true&minify=false`,r.cwd),hmrUrl:`ws://localhost:${e}/hot`,lastSeen:Date.now(),...r}}function Se(e,t,r){let i=r?yr().find(s=>s.preferredPort===e&&tu(s.dir)===tu(r)):void 0,n=i?.runtimeConfig?br(t,i.runtimeConfig):t;return vr(n)}function Os(e){return e.includes("/node_modules/one/metro-entry.bundle")}function Is(e){try{let t=JSON.parse(e);return t&&typeof t=="object"?t:null}catch{return null}}function Ge(e,t,r){if(!t)return e;try{let i=JSON.parse(t.body),n=i?.extra?.expoClient||i?.extra||{};n.name&&(e.projectName=n.name),n.ios?.bundleIdentifier&&(e.bundleId=n.ios.bundleIdentifier),e.framework==="metro"&&n.sdkVersion&&(e.framework="expo");let s=i?.launchAsset?.url;s&&!e.patched&&!Os(e.bundleUrl)&&(e.bundleUrl=Se(e.port,s,e.cwd));let u=n.iconUrl||n.ios?.iconUrl||n.icon||n.ios?.icon;if(u)if(e.iconPath=u,r)if(u.startsWith("http"))e.iconUrl=r(u);else{let l=u.replace(/^\.\//,"");e.iconUrl=r(`http://localhost:${e.port}/assets/${l}`)}else e.iconUrl=u.startsWith("http")?u:`http://localhost:${e.port}/assets/${u.replace(/^\.\//,"")}`}catch{}return e}var Ls=2e4,Ke=new Map,dr=new Set;function mr(e,t){if(e.projectName)return e;let r=Ke.get(e.port);if(r)return r.projectName&&(e.projectName=r.projectName),r.iconUrl&&!e.iconUrl&&(e.iconUrl=r.iconUrl,e.iconPath=r.iconPath),r.bundleId&&!e.bundleId&&(e.bundleId=r.bundleId),e;if(!dr.has(e.port)){dr.add(e.port);let i=e.port;Fs(i,t).finally(()=>dr.delete(i))}return e}async function Fs(e,t){let r=await Ne(e,"/","GET",Ls,{"expo-platform":"ios"});if(!r||r.statusCode!==200)return;let i=Ge({port:e,framework:"one",bundleUrl:"",lastSeen:0},r,t);!i.projectName&&!i.iconUrl||(Ke.set(e,{projectName:i.projectName,iconUrl:i.iconUrl,iconPath:i.iconPath,bundleId:i.bundleId}),We.delete(e))}var ie=new Set,pe=new Set,Ze=new Set;async function Ms(e,t,r){if(await Rt(),!await Cs(e))return null;let i=r?.pid,n=i&&i>0?i:await gr(e),s=n?await xt(n):null,u={...n?{pid:n}:{},...s?{cwd:s}:{}},l="/node_modules/one/metro-entry.bundle?platform=ios&dev=true",[c,d,m,p]=await Promise.all([ie.has(e)?Promise.resolve(null):Ne(e,"/__soot/"),Ne(e,"/status"),Ze.has(e)?Promise.resolve(null):Ne(e,"/","GET",bs,{"expo-platform":"ios"}),pe.has(e)?Promise.resolve(null):Ne(e,"/_expo/status")]);p&&p.statusCode===200?pe.delete(e):pe.has(e)||pe.add(e);let g=m?Is(m.body):null,E=typeof g?.launchAsset?.url=="string"?g.launchAsset.url:null,C=g?.extra?.expoClient||g?.extra||{};if(g&&(E||typeof C.name=="string")){ie.add(e);let S=E||`http://localhost:${e}/index.bundle?platform=ios&dev=true&hot=true&minify=false`,x=S.includes("/one/metro-entry.bundle")?"one":"expo";return Ge({port:e,framework:x,bundleUrl:Se(e,S,u.cwd),hmrUrl:`ws://localhost:${e}/hot`,lastSeen:Date.now(),...u},m,t)}if(d&&d.body.includes("packager-status:running"))return ie.add(e),mr(Ge(Ss(e,p&&p.statusCode===200?"expo":"metro",u),m,t),t);if(c&&c.statusCode===200&&c.body.includes("sootsim-patched"))return ie.delete(e),mr(Ge({port:e,framework:"one",bundleUrl:Se(e,`http://localhost:${e}/__soot/bundle.js`,u.cwd),hmrUrl:`ws://localhost:${e}/hot`,lastSeen:Date.now(),patched:!0,...u},m,t),t);if(d&&d.statusCode===200||p&&p.statusCode===200||m&&m.statusCode===200&&g!=null)return null;let v=await Ne(e,l,"HEAD");return v&&v.statusCode>0&&v.statusCode<400&&/application\/javascript/i.test(v.contentType||"")?(ie.add(e),Ze.add(e),mr(Ge({port:e,framework:"one",bundleUrl:Se(e,`http://localhost:${e}${l}&minify=false`,u.cwd),hmrUrl:`ws://localhost:${e}/hot`,lastSeen:Date.now(),...u},m,t),t)):(ie.add(e),null)}function xs(e){return!!e.bundleId?.trim().toLowerCase()?.startsWith("dev.sootsim.")}var We=new Map,Bs=3e4,Ps=1500;function Rs(e){return!e||e.framework==="metro"||e.framework==="unknown"}function qs(e){return e?Se(e.port,e.bundleUrl,e.cwd)===e.bundleUrl:!0}function ks(e,t,r=Date.now()){if(t===0||e.pid!==t||!qs(e.result))return!1;let i=r-e.cachedAt;return!(e.result===null&&i>=Bs||Rs(e.result)&&i>=Ps)}async function _s(e,t){let r=await eu(t);r?(e.settingsBundle=r,e.settingsStorageScopeUrl=e.bundleUrl):(delete e.settingsBundle,delete e.settingsStorageScopeUrl)}async function Wo(e={}){await Rt();let t=await Ts(e.excludePorts),r=new Set(t.map(l=>l.port));for(let l of[...We.keys()])r.has(l)||We.delete(l);for(let l of[...ie])r.has(l)||ie.delete(l);for(let l of[...pe])r.has(l)||pe.delete(l);for(let l of[...Ze])r.has(l)||Ze.delete(l);for(let l of[...Ke.keys()])r.has(l)||Ke.delete(l);let i=[],n=[];for(let{port:l,pid:c}of t){let d=We.get(l);if(d&&ks(d,c)){d.result&&i.push(d.result);continue}d&&d.pid!==c&&(ie.delete(l),pe.delete(l),Ze.delete(l),Ke.delete(l)),n.push({port:l,pid:c})}n.length>0&&(await Promise.all(n.map(c=>Ms(c.port,e.buildIconProxyUrl,c)))).forEach((c,d)=>{let{port:m,pid:p}=n[d];p!==0&&We.set(m,{pid:p,result:c,cachedAt:Date.now()}),c&&i.push(c)});let s=new Map;for(let{port:l,pid:c}of t)c>0&&s.set(l,c);await Promise.all(i.map(async l=>{let c=s.get(l.port);if(!c)return;l.pid=c;let d=await xt(c);d&&(l.cwd=d,await _s(l,d))}));let u=new Set(s.values());for(let l of[...Ye.keys()])u.has(l)||Ye.delete(l);return i.filter(l=>!xs(l))}import{createHash as Vs}from"node:crypto";import de from"node:fs";import{createRequire as Dr}from"node:module";import B from"node:path";var ru=/\.(ttf|otf|woff|woff2)$/i;function js(e,t,r){if(!e||typeof e!="object")return;let i=e.fonts;if(Array.isArray(i))for(let u of i)typeof u=="string"&&r.push(u);let n=e[t];if(!n||typeof n!="object")return;let s=n.fonts;if(Array.isArray(s))for(let u of s){if(typeof u=="string"){r.push(u);continue}if(!u||typeof u!="object")continue;let l=u.fontDefinitions;if(Array.isArray(l))for(let c of l){if(!c||typeof c!="object")continue;let d=c.path;typeof d=="string"&&r.push(d)}}}function nu(e,t){if(!Array.isArray(e))return[];let r=[];for(let i of e){let n=Array.isArray(i)?i[0]:i;if(typeof n!="string"||!/(^|\/)expo-font$/.test(n))continue;let s=Array.isArray(i)?i[1]??{}:{};js(s,t,r)}return r}function Us(e){return e.slice(e.lastIndexOf("/")+1).replace(ru,"")}function iu(e,t){let r=t.replace(/\/+$/,""),i=new Set,n=[];for(let s of e){let u=s.replace(/^\.\//,"").replace(/^\/+/,"");!u||i.has(u)||(i.add(u),ru.test(u)&&n.push({family:Us(u),url:`${r}/assets/${u}`}))}return n}var uu=Dr(import.meta.url);function su(e){try{let t=new URL(e),r=t.hostname.replace(/^\[|\]$/g,"").toLowerCase();if(r==="localhost"||r.endsWith(".localhost")||r==="0.0.0.0"||r==="::1"||/^127(?:\.\d{1,3}){3}$/.test(r))return t.origin}catch{}return null}function Xs(e){try{return de.statSync(B.join(e,"package.json")).isFile()}catch{return!1}}function ua(e){let t=su(e.bundleUrl);if(!t)return[];let r=e.repoDir||process.env.CONTRAST_REPO_DIR,i=r?B.resolve(r):process.cwd();if(!r&&!Xs(i))return[];let n=wr(i,{trustStart:e.exactProjectDir}),s=n?.appDir??null;if(!s)return[];let u=(e.platform||process.env.CONTRAST_PLATFORM||"ios").toLowerCase(),l=null;if(r||n)try{let g=uu.resolve("@expo/config",{paths:[s,i]}),E=uu(g);typeof E.getConfig=="function"&&(l=E.getConfig)}catch{}let c=[];if(l)try{let g=l(s,{skipSDKVersionRequirement:!0});if(g?.exp&&typeof g.exp=="object"){let E=g.exp.plugins;Array.isArray(E)&&(c=E)}}catch{}let d=nu(c,u==="android"?"android":"ios").slice(0,256),m=0,p=(g,E)=>{let C=[{dir:g,depth:0}],T=0;for(;T<C.length&&m<64&&d.length<256;){let v=C[T++];if(!v)continue;m++;let S;try{S=de.readdirSync(v.dir,{withFileTypes:!0})}catch{continue}for(let x of S){if(x.isSymbolicLink())continue;let f=B.join(v.dir,x.name);if(x.isDirectory()){v.depth<4&&C.length<64&&!x.name.startsWith(".")&&C.push({dir:f,depth:v.depth+1});continue}if(!x.isFile()||!/\.(ttf|otf|woff|woff2)$/i.test(x.name))continue;let h=B.relative(g,f).split(B.sep).join("/");if(d.push(B.posix.join(E,h)),d.length>=256)break}}};try{let g=JSON.parse(de.readFileSync(B.join(s,"package.json"),"utf8")),E=new Set;for(let T of["dependencies","devDependencies","optionalDependencies"]){let v=Reflect.get(g,T);if(!(!v||typeof v!="object"))for(let S of Object.keys(v))E.add(S)}let C=[...E].filter(T=>T==="react-native-vector-icons"||T.startsWith("@react-native-vector-icons/"));if(C.length>0){let T=Reflect.get(g,"reactNativeVectorIcons"),v=T&&typeof T=="object"?Reflect.get(T,"fontDir"):null,S=typeof v=="string"?v:"rnvi-fonts",x=B.resolve(s,S),f=B.relative(s,x);!f.startsWith("..")&&!B.isAbsolute(f)&&p(x,f.split(B.sep).join("/"));let h=Dr(B.join(s,"package.json"));for(let w of C)try{let o=h.resolve(w),y=w.split("/").join(B.sep),b=`${B.sep}node_modules${B.sep}${y}${B.sep}`,a=o.lastIndexOf(b);if(a===-1)continue;let D=o.slice(0,a+b.length-1),A=w==="react-native-vector-icons"?"Fonts":"fonts";p(B.join(D,A),B.posix.join("node_modules",w,A))}catch{}}}catch{}try{let g=B.join(s,"react-native.config.js");if(de.statSync(g).isFile()){let C=Dr(B.join(s,"package.json"))(g),T=C&&typeof C=="object"?Reflect.get(C,"assets"):null;if(Array.isArray(T))for(let v of T){if(typeof v!="string")continue;let S=B.resolve(s,v),x=B.relative(s,S);x.startsWith("..")||B.isAbsolute(x)||p(S,x.split(B.sep).join("/"))}}}catch{}if(u==="ios"){let g=B.join(s,"ios");try{let E=de.readdirSync(g,{withFileTypes:!0}).filter(T=>T.isDirectory()&&!T.isSymbolicLink()&&T.name!=="Pods"&&T.name!=="build"&&!T.name.startsWith(".")).slice(0,64),C=[B.join(g,"Info.plist")];for(let T of E)C.push(B.join(g,T.name,"Info.plist"));for(let T of C){let v;try{v=Ft(de.readFileSync(T,"utf8"))}catch{continue}if(!v||typeof v!="object"||Array.isArray(v))continue;let S=Reflect.get(v,"UIAppFonts");if(Array.isArray(S))for(let x of S){if(typeof x!="string")continue;let h=[B.resolve(B.dirname(T),x),B.resolve(g,x)].find(w=>{let o=B.relative(s,w);if(o.startsWith("..")||B.isAbsolute(o))return!1;try{return de.statSync(w).isFile()}catch{return!1}});h&&d.push(B.relative(s,h).split(B.sep).join("/"))}}}catch{}}return iu(d,t)}async function sa(e,t){let r=su(e);if(!r)return null;let i=new AbortController,n=setTimeout(()=>i.abort(),t?.timeoutMs??1500),s=!1;try{let c=await fetch(`${r}/`,{headers:{"expo-platform":"ios",Accept:"application/json"},signal:i.signal});if(c.ok){let d=await c.json();s=!0;let m=d?.extra?.expoClient?._internal?.projectRoot;if(typeof m=="string"&&m.length>0)return m}}catch{}finally{clearTimeout(n)}if(s)return null;let u=Number(new URL(r).port);if(!Number.isFinite(u)||u<=0)return null;let l=await gr(u);return l===null?null:xt(l)}function oa(e){return e.map(t=>`${encodeURIComponent(t.url)}::${encodeURIComponent(t.family)}`).join(",")}function $s(e){let t=[];for(let r of e.split(",")){let i=r.trim();if(!i)continue;let n=i.indexOf("::"),s=n===-1?i:i.slice(0,n);try{t.push(decodeURIComponent(s))}catch{t.push(s)}}return t.filter(Boolean)}function Hs(e){let t=(e.split("?")[0].split(".").pop()||"").toLowerCase();return t==="ttf"?"font/ttf":t==="otf"?"font/otf":t==="woff"?"font/woff":t==="woff2"?"font/woff2":"application/octet-stream"}async function aa(e,t){let r=[],i=new Set;for(let n of $s(e)){let s=Vs("sha256").update(n).digest("hex");if(!i.has(s)){i.add(s);try{let u=await fetch(n);if(!u.ok){t?.onError?.(n,new Error(`${u.status} ${u.statusText}`));continue}let l=new Uint8Array(await u.arrayBuffer());r.push({url:n,urlhash:s,contentType:Hs(n),bytes:l}),t?.onStaged?.({url:n,byteLength:l.byteLength})}catch(u){t?.onError?.(n,u)}}}return r}export{zs as a,br as b,Ws as c,vr as d,Ys as e,Ms as f,Wo as g,ua as h,sa as i,oa as j,aa as k};