@qelos/aidev 0.11.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1707) hide show
  1. package/.env.aidev.example +6 -1
  2. package/README.md +21 -0
  3. package/dist/__tests__/accepted.test.d.ts +2 -0
  4. package/dist/__tests__/accepted.test.d.ts.map +1 -0
  5. package/dist/__tests__/accepted.test.js +151 -0
  6. package/dist/__tests__/accepted.test.js.map +1 -0
  7. package/dist/__tests__/activeTask.test.d.ts +2 -0
  8. package/dist/__tests__/activeTask.test.d.ts.map +1 -0
  9. package/dist/__tests__/activeTask.test.js +106 -0
  10. package/dist/__tests__/activeTask.test.js.map +1 -0
  11. package/dist/__tests__/ai-runners.test.d.ts +2 -0
  12. package/dist/__tests__/ai-runners.test.d.ts.map +1 -0
  13. package/dist/__tests__/ai-runners.test.js +717 -0
  14. package/dist/__tests__/ai-runners.test.js.map +1 -0
  15. package/dist/__tests__/clickup-format.test.d.ts +2 -0
  16. package/dist/__tests__/clickup-format.test.d.ts.map +1 -0
  17. package/dist/__tests__/clickup-format.test.js +256 -0
  18. package/dist/__tests__/clickup-format.test.js.map +1 -0
  19. package/dist/__tests__/config.test.d.ts +2 -0
  20. package/dist/__tests__/config.test.d.ts.map +1 -0
  21. package/dist/__tests__/config.test.js +493 -0
  22. package/dist/__tests__/config.test.js.map +1 -0
  23. package/dist/__tests__/git.test.d.ts +2 -0
  24. package/dist/__tests__/git.test.d.ts.map +1 -0
  25. package/dist/__tests__/git.test.js +697 -0
  26. package/dist/__tests__/git.test.js.map +1 -0
  27. package/dist/__tests__/github.test.d.ts +2 -0
  28. package/dist/__tests__/github.test.d.ts.map +1 -0
  29. package/dist/__tests__/github.test.js +292 -0
  30. package/dist/__tests__/github.test.js.map +1 -0
  31. package/dist/__tests__/help.test.d.ts +2 -0
  32. package/dist/__tests__/help.test.d.ts.map +1 -0
  33. package/dist/__tests__/help.test.js +34 -0
  34. package/dist/__tests__/help.test.js.map +1 -0
  35. package/dist/__tests__/hooks.test.d.ts +2 -0
  36. package/dist/__tests__/hooks.test.d.ts.map +1 -0
  37. package/dist/__tests__/hooks.test.js +381 -0
  38. package/dist/__tests__/hooks.test.js.map +1 -0
  39. package/dist/__tests__/init.test.d.ts +2 -0
  40. package/dist/__tests__/init.test.d.ts.map +1 -0
  41. package/dist/__tests__/init.test.js +850 -0
  42. package/dist/__tests__/init.test.js.map +1 -0
  43. package/dist/__tests__/local-provider.test.d.ts +2 -0
  44. package/dist/__tests__/local-provider.test.d.ts.map +1 -0
  45. package/dist/__tests__/local-provider.test.js +631 -0
  46. package/dist/__tests__/local-provider.test.js.map +1 -0
  47. package/dist/__tests__/lockfile.test.d.ts +2 -0
  48. package/dist/__tests__/lockfile.test.d.ts.map +1 -0
  49. package/dist/__tests__/lockfile.test.js +144 -0
  50. package/dist/__tests__/lockfile.test.js.map +1 -0
  51. package/dist/__tests__/permissions.test.d.ts +2 -0
  52. package/dist/__tests__/permissions.test.d.ts.map +1 -0
  53. package/dist/__tests__/permissions.test.js +197 -0
  54. package/dist/__tests__/permissions.test.js.map +1 -0
  55. package/dist/__tests__/planning.test.d.ts +2 -0
  56. package/dist/__tests__/planning.test.d.ts.map +1 -0
  57. package/dist/__tests__/planning.test.js +444 -0
  58. package/dist/__tests__/planning.test.js.map +1 -0
  59. package/dist/__tests__/platform.test.d.ts +2 -0
  60. package/dist/__tests__/platform.test.d.ts.map +1 -0
  61. package/dist/__tests__/platform.test.js +329 -0
  62. package/dist/__tests__/platform.test.js.map +1 -0
  63. package/dist/__tests__/providers.test.d.ts +2 -0
  64. package/dist/__tests__/providers.test.d.ts.map +1 -0
  65. package/dist/__tests__/providers.test.js +1238 -0
  66. package/dist/__tests__/providers.test.js.map +1 -0
  67. package/dist/__tests__/run.test.d.ts +2 -0
  68. package/dist/__tests__/run.test.d.ts.map +1 -0
  69. package/dist/__tests__/run.test.js +943 -0
  70. package/dist/__tests__/run.test.js.map +1 -0
  71. package/dist/__tests__/schedule.test.d.ts +2 -0
  72. package/dist/__tests__/schedule.test.d.ts.map +1 -0
  73. package/dist/__tests__/schedule.test.js +385 -0
  74. package/dist/__tests__/schedule.test.js.map +1 -0
  75. package/dist/__tests__/sessions.test.d.ts +2 -0
  76. package/dist/__tests__/sessions.test.d.ts.map +1 -0
  77. package/dist/__tests__/sessions.test.js +232 -0
  78. package/dist/__tests__/sessions.test.js.map +1 -0
  79. package/dist/__tests__/tasks.test.d.ts +2 -0
  80. package/dist/__tests__/tasks.test.d.ts.map +1 -0
  81. package/dist/__tests__/tasks.test.js +440 -0
  82. package/dist/__tests__/tasks.test.js.map +1 -0
  83. package/dist/__tests__/thinking-recovery.test.d.ts +2 -0
  84. package/dist/__tests__/thinking-recovery.test.d.ts.map +1 -0
  85. package/dist/__tests__/thinking-recovery.test.js +464 -0
  86. package/dist/__tests__/thinking-recovery.test.js.map +1 -0
  87. package/dist/activeTask.d.ts +11 -0
  88. package/dist/activeTask.d.ts.map +1 -0
  89. package/dist/activeTask.js +79 -0
  90. package/dist/activeTask.js.map +1 -0
  91. package/dist/ai/anthropicSdk.d.ts +6 -4
  92. package/dist/ai/anthropicSdk.d.ts.map +1 -1
  93. package/dist/ai/anthropicSdk.js +7 -5
  94. package/dist/ai/anthropicSdk.js.map +1 -1
  95. package/dist/ai/claude.d.ts.map +1 -1
  96. package/dist/ai/claude.js +6 -1
  97. package/dist/ai/claude.js.map +1 -1
  98. package/dist/cli.js +38 -13
  99. package/dist/cli.js.map +1 -1
  100. package/dist/commands/init.d.ts +2 -1
  101. package/dist/commands/init.d.ts.map +1 -1
  102. package/dist/commands/init.js +24 -6
  103. package/dist/commands/init.js.map +1 -1
  104. package/dist/commands/run.d.ts +4 -2
  105. package/dist/commands/run.d.ts.map +1 -1
  106. package/dist/commands/run.js +52 -21
  107. package/dist/commands/run.js.map +1 -1
  108. package/dist/commands/schedule.d.ts +40 -0
  109. package/dist/commands/schedule.d.ts.map +1 -1
  110. package/dist/commands/schedule.js +296 -25
  111. package/dist/commands/schedule.js.map +1 -1
  112. package/dist/commands/ui.d.ts +6 -0
  113. package/dist/commands/ui.d.ts.map +1 -0
  114. package/dist/commands/ui.js +176 -0
  115. package/dist/commands/ui.js.map +1 -0
  116. package/dist/config.d.ts.map +1 -1
  117. package/dist/config.js +3 -1
  118. package/dist/config.js.map +1 -1
  119. package/dist/providers/base.d.ts +15 -3
  120. package/dist/providers/base.d.ts.map +1 -1
  121. package/dist/providers/clickup.d.ts +12 -3
  122. package/dist/providers/clickup.d.ts.map +1 -1
  123. package/dist/providers/clickup.js +103 -37
  124. package/dist/providers/clickup.js.map +1 -1
  125. package/dist/providers/jira.d.ts +6 -3
  126. package/dist/providers/jira.d.ts.map +1 -1
  127. package/dist/providers/jira.js +54 -10
  128. package/dist/providers/jira.js.map +1 -1
  129. package/dist/providers/linear.d.ts +4 -2
  130. package/dist/providers/linear.d.ts.map +1 -1
  131. package/dist/providers/linear.js +62 -2
  132. package/dist/providers/linear.js.map +1 -1
  133. package/dist/providers/local.d.ts +3 -2
  134. package/dist/providers/local.d.ts.map +1 -1
  135. package/dist/providers/local.js +19 -2
  136. package/dist/providers/local.js.map +1 -1
  137. package/dist/providers/monday.d.ts +2 -2
  138. package/dist/providers/monday.d.ts.map +1 -1
  139. package/dist/providers/monday.js +2 -2
  140. package/dist/providers/monday.js.map +1 -1
  141. package/dist/providers/notion.d.ts +3 -2
  142. package/dist/providers/notion.d.ts.map +1 -1
  143. package/dist/providers/notion.js +24 -2
  144. package/dist/providers/notion.js.map +1 -1
  145. package/dist/providers/trello.d.ts +5 -3
  146. package/dist/providers/trello.d.ts.map +1 -1
  147. package/dist/providers/trello.js +90 -10
  148. package/dist/providers/trello.js.map +1 -1
  149. package/dist/types.d.ts +7 -0
  150. package/dist/types.d.ts.map +1 -1
  151. package/package.json +9 -2
  152. package/ui/.output/nitro.json +15 -0
  153. package/ui/.output/public/_nuxt/2bKOvQ0d.js +1 -0
  154. package/ui/.output/public/_nuxt/B2vj_HiW.js +1 -0
  155. package/ui/.output/public/_nuxt/B9AVA2DP.js +1 -0
  156. package/ui/.output/public/_nuxt/Bwm-qAEx.js +1 -0
  157. package/ui/.output/public/_nuxt/C2BUFUls.js +1 -0
  158. package/ui/.output/public/_nuxt/C7JnlssT.js +1 -0
  159. package/ui/.output/public/_nuxt/C9wM2XOU.js +70 -0
  160. package/ui/.output/public/_nuxt/CLsTGSNv.js +1 -0
  161. package/ui/.output/public/_nuxt/CYtbVgsc.js +1 -0
  162. package/ui/.output/public/_nuxt/CgEeSDUJ.js +1 -0
  163. package/ui/.output/public/_nuxt/CjYvNw4D.js +1 -0
  164. package/ui/.output/public/_nuxt/CnlcD-w9.js +4 -0
  165. package/ui/.output/public/_nuxt/Czg20gUb.js +1 -0
  166. package/ui/.output/public/_nuxt/D7LY3N47.js +16 -0
  167. package/ui/.output/public/_nuxt/DCp3GJQW.js +1 -0
  168. package/ui/.output/public/_nuxt/DKIXA6Zt.js +1 -0
  169. package/ui/.output/public/_nuxt/DL7l9XXk.js +6 -0
  170. package/ui/.output/public/_nuxt/DWD1xjy0.js +2 -0
  171. package/ui/.output/public/_nuxt/DWMhLzME.js +1 -0
  172. package/ui/.output/public/_nuxt/Daca6CiN.js +5 -0
  173. package/ui/.output/public/_nuxt/DehGGwZq.js +1 -0
  174. package/ui/.output/public/_nuxt/DlAUqK2U.js +1 -0
  175. package/ui/.output/public/_nuxt/DqW9UKXb.js +1 -0
  176. package/ui/.output/public/_nuxt/Select.qOczc23w.css +1 -0
  177. package/ui/.output/public/_nuxt/bW-720fM.js +1 -0
  178. package/ui/.output/public/_nuxt/builds/latest.json +1 -0
  179. package/ui/.output/public/_nuxt/builds/meta/c49b1b03-d8dc-418a-b51f-b44d0b1baf95.json +1 -0
  180. package/ui/.output/public/_nuxt/config.ClyHUYof.css +1 -0
  181. package/ui/.output/public/_nuxt/default.Dw-0Xw5D.css +1 -0
  182. package/ui/.output/public/_nuxt/error-404.DL_4WIao.css +1 -0
  183. package/ui/.output/public/_nuxt/error-500.I1Dtv2V5.css +1 -0
  184. package/ui/.output/public/_nuxt/login.DTksG_7N.css +1 -0
  185. package/ui/.output/public/_nuxt/logs.BmDpUxtf.css +1 -0
  186. package/ui/.output/public/_nuxt/m0N__S0x.js +1 -0
  187. package/ui/.output/public/_nuxt/run.ByHLIFjd.css +1 -0
  188. package/ui/.output/public/_nuxt/schedule.Do4mgJz1.css +1 -0
  189. package/ui/.output/public/_nuxt/tasks.C3nyxPxf.css +1 -0
  190. package/ui/.output/server/chunks/_/error-500.mjs +19 -0
  191. package/ui/.output/server/chunks/_/error-500.mjs.map +1 -0
  192. package/ui/.output/server/chunks/_/icons.mjs +5190 -0
  193. package/ui/.output/server/chunks/_/icons.mjs.map +1 -0
  194. package/ui/.output/server/chunks/build/Badge-2SB8hHdz.mjs +215 -0
  195. package/ui/.output/server/chunks/build/Badge-2SB8hHdz.mjs.map +1 -0
  196. package/ui/.output/server/chunks/build/Button-Dgqz5RR8.mjs +718 -0
  197. package/ui/.output/server/chunks/build/Button-Dgqz5RR8.mjs.map +1 -0
  198. package/ui/.output/server/chunks/build/Card-BkfpdQZ7.mjs +128 -0
  199. package/ui/.output/server/chunks/build/Card-BkfpdQZ7.mjs.map +1 -0
  200. package/ui/.output/server/chunks/build/FormGroup-UXO0FHfr.mjs +185 -0
  201. package/ui/.output/server/chunks/build/FormGroup-UXO0FHfr.mjs.map +1 -0
  202. package/ui/.output/server/chunks/build/Input-ckU7qZlb.mjs +374 -0
  203. package/ui/.output/server/chunks/build/Input-ckU7qZlb.mjs.map +1 -0
  204. package/ui/.output/server/chunks/build/MarkdownContent-styles.Cmzswe4U.mjs +8 -0
  205. package/ui/.output/server/chunks/build/MarkdownContent-styles.Cmzswe4U.mjs.map +1 -0
  206. package/ui/.output/server/chunks/build/Modal-KQ_hNOLI.mjs +1194 -0
  207. package/ui/.output/server/chunks/build/Modal-KQ_hNOLI.mjs.map +1 -0
  208. package/ui/.output/server/chunks/build/Select-ByGZz9s4.mjs +335 -0
  209. package/ui/.output/server/chunks/build/Select-ByGZz9s4.mjs.map +1 -0
  210. package/ui/.output/server/chunks/build/Select-styles.D58nX-1h.mjs +8 -0
  211. package/ui/.output/server/chunks/build/Select-styles.D58nX-1h.mjs.map +1 -0
  212. package/ui/.output/server/chunks/build/TagsBar-styles.Dl9oYtA7.mjs +8 -0
  213. package/ui/.output/server/chunks/build/TagsBar-styles.Dl9oYtA7.mjs.map +1 -0
  214. package/ui/.output/server/chunks/build/TaskCreateModal-styles.Ctk3K3aq.mjs +8 -0
  215. package/ui/.output/server/chunks/build/TaskCreateModal-styles.Ctk3K3aq.mjs.map +1 -0
  216. package/ui/.output/server/chunks/build/TaskDetailExecute-styles.BOwrZEBG.mjs +8 -0
  217. package/ui/.output/server/chunks/build/TaskDetailExecute-styles.BOwrZEBG.mjs.map +1 -0
  218. package/ui/.output/server/chunks/build/TaskDetailModal-styles.BpZ60PFP.mjs +8 -0
  219. package/ui/.output/server/chunks/build/TaskDetailModal-styles.BpZ60PFP.mjs.map +1 -0
  220. package/ui/.output/server/chunks/build/TasksBoard-styles.CDYjY0Wq.mjs +8 -0
  221. package/ui/.output/server/chunks/build/TasksBoard-styles.CDYjY0Wq.mjs.map +1 -0
  222. package/ui/.output/server/chunks/build/TasksBoardColumn-styles.X1QYmfM6.mjs +8 -0
  223. package/ui/.output/server/chunks/build/TasksBoardColumn-styles.X1QYmfM6.mjs.map +1 -0
  224. package/ui/.output/server/chunks/build/TasksTaskCard-styles.VxnwrHTQ.mjs +8 -0
  225. package/ui/.output/server/chunks/build/TasksTaskCard-styles.VxnwrHTQ.mjs.map +1 -0
  226. package/ui/.output/server/chunks/build/_plugin-vue_export-helper-1tPrXgE0.mjs +10 -0
  227. package/ui/.output/server/chunks/build/_plugin-vue_export-helper-1tPrXgE0.mjs.map +1 -0
  228. package/ui/.output/server/chunks/build/client.precomputed.mjs +4 -0
  229. package/ui/.output/server/chunks/build/client.precomputed.mjs.map +1 -0
  230. package/ui/.output/server/chunks/build/config-QZGfNfGJ.mjs +2088 -0
  231. package/ui/.output/server/chunks/build/config-QZGfNfGJ.mjs.map +1 -0
  232. package/ui/.output/server/chunks/build/config-styles.DjqRFF9g.mjs +8 -0
  233. package/ui/.output/server/chunks/build/config-styles.DjqRFF9g.mjs.map +1 -0
  234. package/ui/.output/server/chunks/build/default-DiZbTfNE.mjs +116 -0
  235. package/ui/.output/server/chunks/build/default-DiZbTfNE.mjs.map +1 -0
  236. package/ui/.output/server/chunks/build/default-styles.DmprFUrQ.mjs +8 -0
  237. package/ui/.output/server/chunks/build/default-styles.DmprFUrQ.mjs.map +1 -0
  238. package/ui/.output/server/chunks/build/entry-styles.D33dgEBj.mjs +11 -0
  239. package/ui/.output/server/chunks/build/entry-styles.D33dgEBj.mjs.map +1 -0
  240. package/ui/.output/server/chunks/build/error-404-NTLKljQP.mjs +108 -0
  241. package/ui/.output/server/chunks/build/error-404-NTLKljQP.mjs.map +1 -0
  242. package/ui/.output/server/chunks/build/error-404-styles.CiJjK6WX.mjs +8 -0
  243. package/ui/.output/server/chunks/build/error-404-styles.CiJjK6WX.mjs.map +1 -0
  244. package/ui/.output/server/chunks/build/error-500-CoQbT3iY.mjs +86 -0
  245. package/ui/.output/server/chunks/build/error-500-CoQbT3iY.mjs.map +1 -0
  246. package/ui/.output/server/chunks/build/error-500-styles.ulHNpcF1.mjs +8 -0
  247. package/ui/.output/server/chunks/build/error-500-styles.ulHNpcF1.mjs.map +1 -0
  248. package/ui/.output/server/chunks/build/index-DZrzYTcX.mjs +89 -0
  249. package/ui/.output/server/chunks/build/index-DZrzYTcX.mjs.map +1 -0
  250. package/ui/.output/server/chunks/build/index-Dy4Tu7MB.mjs +607 -0
  251. package/ui/.output/server/chunks/build/index-Dy4Tu7MB.mjs.map +1 -0
  252. package/ui/.output/server/chunks/build/interval-Dye37XM9.mjs +186 -0
  253. package/ui/.output/server/chunks/build/interval-Dye37XM9.mjs.map +1 -0
  254. package/ui/.output/server/chunks/build/login-cekfLp5n.mjs +162 -0
  255. package/ui/.output/server/chunks/build/login-cekfLp5n.mjs.map +1 -0
  256. package/ui/.output/server/chunks/build/login-styles.DX0ZNufk.mjs +8 -0
  257. package/ui/.output/server/chunks/build/login-styles.DX0ZNufk.mjs.map +1 -0
  258. package/ui/.output/server/chunks/build/logs-hZKOhIqF.mjs +586 -0
  259. package/ui/.output/server/chunks/build/logs-hZKOhIqF.mjs.map +1 -0
  260. package/ui/.output/server/chunks/build/logs-styles.jGthmQxA.mjs +8 -0
  261. package/ui/.output/server/chunks/build/logs-styles.jGthmQxA.mjs.map +1 -0
  262. package/ui/.output/server/chunks/build/nuxt-link-B3UD8izG.mjs +293 -0
  263. package/ui/.output/server/chunks/build/nuxt-link-B3UD8izG.mjs.map +1 -0
  264. package/ui/.output/server/chunks/build/run-CfSa6qTR.mjs +312 -0
  265. package/ui/.output/server/chunks/build/run-CfSa6qTR.mjs.map +1 -0
  266. package/ui/.output/server/chunks/build/run-styles.PsIyKaYb.mjs +8 -0
  267. package/ui/.output/server/chunks/build/run-styles.PsIyKaYb.mjs.map +1 -0
  268. package/ui/.output/server/chunks/build/schedule-Pz7_wUvq.mjs +869 -0
  269. package/ui/.output/server/chunks/build/schedule-Pz7_wUvq.mjs.map +1 -0
  270. package/ui/.output/server/chunks/build/schedule-styles.Bv6vOJH1.mjs +8 -0
  271. package/ui/.output/server/chunks/build/schedule-styles.Bv6vOJH1.mjs.map +1 -0
  272. package/ui/.output/server/chunks/build/selectMenu-B2FUotwL.mjs +158 -0
  273. package/ui/.output/server/chunks/build/selectMenu-B2FUotwL.mjs.map +1 -0
  274. package/ui/.output/server/chunks/build/server.mjs +1853 -0
  275. package/ui/.output/server/chunks/build/server.mjs.map +1 -0
  276. package/ui/.output/server/chunks/build/styles.mjs +25 -0
  277. package/ui/.output/server/chunks/build/styles.mjs.map +1 -0
  278. package/ui/.output/server/chunks/build/tasks-Bc5VRFpY.mjs +2239 -0
  279. package/ui/.output/server/chunks/build/tasks-Bc5VRFpY.mjs.map +1 -0
  280. package/ui/.output/server/chunks/build/tasks-styles-1.mjs-F12QSoy2.mjs +4 -0
  281. package/ui/.output/server/chunks/build/tasks-styles-1.mjs-F12QSoy2.mjs.map +1 -0
  282. package/ui/.output/server/chunks/build/tasks-styles-2.mjs-U_AoCSxR.mjs +4 -0
  283. package/ui/.output/server/chunks/build/tasks-styles-2.mjs-U_AoCSxR.mjs.map +1 -0
  284. package/ui/.output/server/chunks/build/tasks-styles-3.mjs-DI5PT28Z.mjs +4 -0
  285. package/ui/.output/server/chunks/build/tasks-styles-3.mjs-DI5PT28Z.mjs.map +1 -0
  286. package/ui/.output/server/chunks/build/tasks-styles-4.mjs-D037ZDm6.mjs +4 -0
  287. package/ui/.output/server/chunks/build/tasks-styles-4.mjs-D037ZDm6.mjs.map +1 -0
  288. package/ui/.output/server/chunks/build/tasks-styles-5.mjs-C-8-0itm.mjs +4 -0
  289. package/ui/.output/server/chunks/build/tasks-styles-5.mjs-C-8-0itm.mjs.map +1 -0
  290. package/ui/.output/server/chunks/build/tasks-styles-6.mjs-eVZp4A8Q.mjs +4 -0
  291. package/ui/.output/server/chunks/build/tasks-styles-6.mjs-eVZp4A8Q.mjs.map +1 -0
  292. package/ui/.output/server/chunks/build/tasks-styles-7.mjs-DPUNG0PO.mjs +4 -0
  293. package/ui/.output/server/chunks/build/tasks-styles-7.mjs-DPUNG0PO.mjs.map +1 -0
  294. package/ui/.output/server/chunks/build/tasks-styles-8.mjs-BWrrF67v.mjs +4 -0
  295. package/ui/.output/server/chunks/build/tasks-styles-8.mjs-BWrrF67v.mjs.map +1 -0
  296. package/ui/.output/server/chunks/build/tasks-styles.C7XECkUG.mjs +25 -0
  297. package/ui/.output/server/chunks/build/tasks-styles.C7XECkUG.mjs.map +1 -0
  298. package/ui/.output/server/chunks/build/useApi-CFWxoIea.mjs +470 -0
  299. package/ui/.output/server/chunks/build/useApi-CFWxoIea.mjs.map +1 -0
  300. package/ui/.output/server/chunks/nitro/nitro.mjs +6418 -0
  301. package/ui/.output/server/chunks/nitro/nitro.mjs.map +1 -0
  302. package/ui/.output/server/chunks/routes/api/config/test.post.mjs +146 -0
  303. package/ui/.output/server/chunks/routes/api/config/test.post.mjs.map +1 -0
  304. package/ui/.output/server/chunks/routes/api/config.get.mjs +27 -0
  305. package/ui/.output/server/chunks/routes/api/config.get.mjs.map +1 -0
  306. package/ui/.output/server/chunks/routes/api/config.put.mjs +44 -0
  307. package/ui/.output/server/chunks/routes/api/config.put.mjs.map +1 -0
  308. package/ui/.output/server/chunks/routes/api/logs.delete.mjs +32 -0
  309. package/ui/.output/server/chunks/routes/api/logs.delete.mjs.map +1 -0
  310. package/ui/.output/server/chunks/routes/api/logs.get.mjs +63 -0
  311. package/ui/.output/server/chunks/routes/api/logs.get.mjs.map +1 -0
  312. package/ui/.output/server/chunks/routes/api/run/cancel.post.mjs +42 -0
  313. package/ui/.output/server/chunks/routes/api/run/cancel.post.mjs.map +1 -0
  314. package/ui/.output/server/chunks/routes/api/run.post.mjs +98 -0
  315. package/ui/.output/server/chunks/routes/api/run.post.mjs.map +1 -0
  316. package/ui/.output/server/chunks/routes/api/schedule/_id_.delete.mjs +28 -0
  317. package/ui/.output/server/chunks/routes/api/schedule/_id_.delete.mjs.map +1 -0
  318. package/ui/.output/server/chunks/routes/api/schedule/fix.post.mjs +21 -0
  319. package/ui/.output/server/chunks/routes/api/schedule/fix.post.mjs.map +1 -0
  320. package/ui/.output/server/chunks/routes/api/schedule.get.mjs +21 -0
  321. package/ui/.output/server/chunks/routes/api/schedule.get.mjs.map +1 -0
  322. package/ui/.output/server/chunks/routes/api/schedule.post.mjs +31 -0
  323. package/ui/.output/server/chunks/routes/api/schedule.post.mjs.map +1 -0
  324. package/ui/.output/server/chunks/routes/api/tasks/_id/comment.post.mjs +36 -0
  325. package/ui/.output/server/chunks/routes/api/tasks/_id/comment.post.mjs.map +1 -0
  326. package/ui/.output/server/chunks/routes/api/tasks/_id/execute.post.mjs +89 -0
  327. package/ui/.output/server/chunks/routes/api/tasks/_id/execute.post.mjs.map +1 -0
  328. package/ui/.output/server/chunks/routes/api/tasks/_id/status.post.mjs +35 -0
  329. package/ui/.output/server/chunks/routes/api/tasks/_id/status.post.mjs.map +1 -0
  330. package/ui/.output/server/chunks/routes/api/tasks/_id_.get.mjs +36 -0
  331. package/ui/.output/server/chunks/routes/api/tasks/_id_.get.mjs.map +1 -0
  332. package/ui/.output/server/chunks/routes/api/tasks/_id_.patch.mjs +82 -0
  333. package/ui/.output/server/chunks/routes/api/tasks/_id_.patch.mjs.map +1 -0
  334. package/ui/.output/server/chunks/routes/api/tasks/statuses.get.mjs +43 -0
  335. package/ui/.output/server/chunks/routes/api/tasks/statuses.get.mjs.map +1 -0
  336. package/ui/.output/server/chunks/routes/api/tasks.get.mjs +69 -0
  337. package/ui/.output/server/chunks/routes/api/tasks.get.mjs.map +1 -0
  338. package/ui/.output/server/chunks/routes/api/tasks.post.mjs +45 -0
  339. package/ui/.output/server/chunks/routes/api/tasks.post.mjs.map +1 -0
  340. package/ui/.output/server/chunks/routes/renderer.mjs +494 -0
  341. package/ui/.output/server/chunks/routes/renderer.mjs.map +1 -0
  342. package/ui/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
  343. package/ui/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
  344. package/ui/.output/server/index.mjs +17 -0
  345. package/ui/.output/server/index.mjs.map +1 -0
  346. package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/decode-codepoint.js +77 -0
  347. package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/decode.js +568 -0
  348. package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/generated/decode-data-html.js +7 -0
  349. package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/generated/decode-data-xml.js +7 -0
  350. package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/internal/bin-trie-flags.js +21 -0
  351. package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/internal/decode-shared.js +31 -0
  352. package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/package.json +3 -0
  353. package/ui/.output/server/node_modules/.nitro/entities@7.0.1/package.json +120 -0
  354. package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/decode-codepoint.js +46 -0
  355. package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/decode.js +544 -0
  356. package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/escape.js +132 -0
  357. package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/generated/decode-data-html.js +5 -0
  358. package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/generated/decode-data-xml.js +5 -0
  359. package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/internal/bin-trie-flags.js +18 -0
  360. package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/internal/decode-shared.js +17 -0
  361. package/ui/.output/server/node_modules/.nitro/entities@8.0.0/package.json +83 -0
  362. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/index.js +29 -0
  363. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js +90 -0
  364. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js +3534 -0
  365. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js +17 -0
  366. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js +60 -0
  367. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js +245 -0
  368. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js +636 -0
  369. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js +291 -0
  370. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js +144 -0
  371. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js +451 -0
  372. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js +210 -0
  373. package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js +274 -0
  374. package/ui/.output/server/node_modules/@asamuzakjp/css-color/package.json +89 -0
  375. package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/package.json +79 -0
  376. package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/index.js +393 -0
  377. package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/constant.js +129 -0
  378. package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/finder.js +3150 -0
  379. package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/matcher.js +612 -0
  380. package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/parser.js +441 -0
  381. package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/utility.js +1109 -0
  382. package/ui/.output/server/node_modules/@asamuzakjp/generational-cache/package.json +65 -0
  383. package/ui/.output/server/node_modules/@asamuzakjp/generational-cache/src/index.js +125 -0
  384. package/ui/.output/server/node_modules/@asamuzakjp/nwsapi/package.json +43 -0
  385. package/ui/.output/server/node_modules/@asamuzakjp/nwsapi/src/nwsapi.js +1855 -0
  386. package/ui/.output/server/node_modules/@babel/parser/lib/index.js +14599 -0
  387. package/ui/.output/server/node_modules/@babel/parser/package.json +50 -0
  388. package/ui/.output/server/node_modules/@bramus/specificity/dist/index.cjs +8 -0
  389. package/ui/.output/server/node_modules/@bramus/specificity/package.json +92 -0
  390. package/ui/.output/server/node_modules/@csstools/color-helpers/dist/index.mjs +263 -0
  391. package/ui/.output/server/node_modules/@csstools/color-helpers/package.json +55 -0
  392. package/ui/.output/server/node_modules/@csstools/css-calc/dist/index.mjs +1 -0
  393. package/ui/.output/server/node_modules/@csstools/css-calc/package.json +59 -0
  394. package/ui/.output/server/node_modules/@csstools/css-color-parser/dist/index.mjs +1 -0
  395. package/ui/.output/server/node_modules/@csstools/css-color-parser/package.json +64 -0
  396. package/ui/.output/server/node_modules/@csstools/css-parser-algorithms/dist/index.mjs +1 -0
  397. package/ui/.output/server/node_modules/@csstools/css-parser-algorithms/package.json +58 -0
  398. package/ui/.output/server/node_modules/@csstools/css-syntax-patches-for-csstree/dist/index.json +777 -0
  399. package/ui/.output/server/node_modules/@csstools/css-syntax-patches-for-csstree/package.json +56 -0
  400. package/ui/.output/server/node_modules/@csstools/css-tokenizer/dist/index.mjs +1 -0
  401. package/ui/.output/server/node_modules/@csstools/css-tokenizer/package.json +55 -0
  402. package/ui/.output/server/node_modules/@exodus/bytes/assert.js +26 -0
  403. package/ui/.output/server/node_modules/@exodus/bytes/base64.js +181 -0
  404. package/ui/.output/server/node_modules/@exodus/bytes/encoding-lite.js +12 -0
  405. package/ui/.output/server/node_modules/@exodus/bytes/encoding.js +18 -0
  406. package/ui/.output/server/node_modules/@exodus/bytes/fallback/_utils.js +60 -0
  407. package/ui/.output/server/node_modules/@exodus/bytes/fallback/base64.js +191 -0
  408. package/ui/.output/server/node_modules/@exodus/bytes/fallback/encoding.api.js +38 -0
  409. package/ui/.output/server/node_modules/@exodus/bytes/fallback/encoding.js +369 -0
  410. package/ui/.output/server/node_modules/@exodus/bytes/fallback/encoding.labels.js +50 -0
  411. package/ui/.output/server/node_modules/@exodus/bytes/fallback/encoding.util.js +65 -0
  412. package/ui/.output/server/node_modules/@exodus/bytes/fallback/latin1.js +152 -0
  413. package/ui/.output/server/node_modules/@exodus/bytes/fallback/multi-byte.encodings.cjs +1 -0
  414. package/ui/.output/server/node_modules/@exodus/bytes/fallback/multi-byte.encodings.json +546 -0
  415. package/ui/.output/server/node_modules/@exodus/bytes/fallback/multi-byte.js +962 -0
  416. package/ui/.output/server/node_modules/@exodus/bytes/fallback/multi-byte.table.js +118 -0
  417. package/ui/.output/server/node_modules/@exodus/bytes/fallback/percent.js +31 -0
  418. package/ui/.output/server/node_modules/@exodus/bytes/fallback/platform.js +2 -0
  419. package/ui/.output/server/node_modules/@exodus/bytes/fallback/platform.native.js +122 -0
  420. package/ui/.output/server/node_modules/@exodus/bytes/fallback/single-byte.encodings.js +73 -0
  421. package/ui/.output/server/node_modules/@exodus/bytes/fallback/single-byte.js +110 -0
  422. package/ui/.output/server/node_modules/@exodus/bytes/fallback/utf16.js +266 -0
  423. package/ui/.output/server/node_modules/@exodus/bytes/fallback/utf8.auto.js +1 -0
  424. package/ui/.output/server/node_modules/@exodus/bytes/fallback/utf8.js +270 -0
  425. package/ui/.output/server/node_modules/@exodus/bytes/multi-byte.js +19 -0
  426. package/ui/.output/server/node_modules/@exodus/bytes/multi-byte.node.js +29 -0
  427. package/ui/.output/server/node_modules/@exodus/bytes/package.json +298 -0
  428. package/ui/.output/server/node_modules/@exodus/bytes/single-byte.js +135 -0
  429. package/ui/.output/server/node_modules/@exodus/bytes/single-byte.node.js +127 -0
  430. package/ui/.output/server/node_modules/@exodus/bytes/utf16.js +1 -0
  431. package/ui/.output/server/node_modules/@exodus/bytes/utf16.native.js +22 -0
  432. package/ui/.output/server/node_modules/@exodus/bytes/utf16.node.js +71 -0
  433. package/ui/.output/server/node_modules/@exodus/bytes/utf8.js +65 -0
  434. package/ui/.output/server/node_modules/@exodus/bytes/utf8.node.js +67 -0
  435. package/ui/.output/server/node_modules/@exodus/bytes/whatwg.js +80 -0
  436. package/ui/.output/server/node_modules/@iconify/utils/lib/colors/index.mjs +350 -0
  437. package/ui/.output/server/node_modules/@iconify/utils/lib/colors/keywords.mjs +188 -0
  438. package/ui/.output/server/node_modules/@iconify/utils/lib/css/common.mjs +90 -0
  439. package/ui/.output/server/node_modules/@iconify/utils/lib/css/format.mjs +38 -0
  440. package/ui/.output/server/node_modules/@iconify/utils/lib/css/icon.mjs +76 -0
  441. package/ui/.output/server/node_modules/@iconify/utils/lib/css/icons.mjs +168 -0
  442. package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/bool.mjs +22 -0
  443. package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
  444. package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/flip.mjs +16 -0
  445. package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/merge.mjs +22 -0
  446. package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.mjs +33 -0
  447. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.mjs +51 -0
  448. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/convert.mjs +84 -0
  449. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/data.mjs +16 -0
  450. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/format.mjs +44 -0
  451. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/parse.mjs +58 -0
  452. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.mjs +231 -0
  453. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.mjs +31 -0
  454. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.mjs +164 -0
  455. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.mjs +216 -0
  456. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.mjs +113 -0
  457. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.mjs +104 -0
  458. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.mjs +34 -0
  459. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.mjs +75 -0
  460. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.mjs +97 -0
  461. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.mjs +54 -0
  462. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.mjs +97 -0
  463. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.mjs +45 -0
  464. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.mjs +105 -0
  465. package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.mjs +54 -0
  466. package/ui/.output/server/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
  467. package/ui/.output/server/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
  468. package/ui/.output/server/node_modules/@iconify/utils/lib/icon/name.mjs +53 -0
  469. package/ui/.output/server/node_modules/@iconify/utils/lib/icon/square.mjs +23 -0
  470. package/ui/.output/server/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
  471. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.mjs +182 -0
  472. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.mjs +22 -0
  473. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +28 -0
  474. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.mjs +46 -0
  475. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.mjs +66 -0
  476. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.mjs +51 -0
  477. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
  478. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.mjs +62 -0
  479. package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.mjs +161 -0
  480. package/ui/.output/server/node_modules/@iconify/utils/lib/index.mjs +64 -0
  481. package/ui/.output/server/node_modules/@iconify/utils/lib/loader/custom.mjs +50 -0
  482. package/ui/.output/server/node_modules/@iconify/utils/lib/loader/loader.mjs +59 -0
  483. package/ui/.output/server/node_modules/@iconify/utils/lib/loader/modern.mjs +80 -0
  484. package/ui/.output/server/node_modules/@iconify/utils/lib/loader/utils.mjs +92 -0
  485. package/ui/.output/server/node_modules/@iconify/utils/lib/misc/objects.mjs +30 -0
  486. package/ui/.output/server/node_modules/@iconify/utils/lib/misc/strings.mjs +17 -0
  487. package/ui/.output/server/node_modules/@iconify/utils/lib/misc/title.mjs +5 -0
  488. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
  489. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
  490. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.mjs +20 -0
  491. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
  492. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
  493. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.mjs +19 -0
  494. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/parse.mjs +83 -0
  495. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/pretty.mjs +70 -0
  496. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
  497. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/trim.mjs +5 -0
  498. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/url.mjs +11 -0
  499. package/ui/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.mjs +8 -0
  500. package/ui/.output/server/node_modules/@iconify/utils/package.json +447 -0
  501. package/ui/.output/server/node_modules/@iconify/vue/dist/iconify.mjs +1896 -0
  502. package/ui/.output/server/node_modules/@iconify/vue/package.json +62 -0
  503. package/ui/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6755 -0
  504. package/ui/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
  505. package/ui/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +689 -0
  506. package/ui/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
  507. package/ui/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1413 -0
  508. package/ui/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
  509. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/api.js +2 -0
  510. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/app.js +2 -0
  511. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/component.js +2 -0
  512. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/context.js +2 -0
  513. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/hooks.js +2 -0
  514. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/index.js +22 -0
  515. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/util.js +2 -0
  516. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/const.js +5 -0
  517. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/env.js +17 -0
  518. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/index.js +45 -0
  519. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/plugin.js +2 -0
  520. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/proxy.js +111 -0
  521. package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/time.js +28 -0
  522. package/ui/.output/server/node_modules/@vue/devtools-api/package.json +37 -0
  523. package/ui/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1898 -0
  524. package/ui/.output/server/node_modules/@vue/reactivity/package.json +55 -0
  525. package/ui/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6875 -0
  526. package/ui/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
  527. package/ui/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1822 -0
  528. package/ui/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
  529. package/ui/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +883 -0
  530. package/ui/.output/server/node_modules/@vue/server-renderer/package.json +55 -0
  531. package/ui/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +604 -0
  532. package/ui/.output/server/node_modules/@vue/shared/package.json +47 -0
  533. package/ui/.output/server/node_modules/@vueuse/core/index.mjs +8299 -0
  534. package/ui/.output/server/node_modules/@vueuse/core/package.json +51 -0
  535. package/ui/.output/server/node_modules/@vueuse/shared/index.mjs +1641 -0
  536. package/ui/.output/server/node_modules/@vueuse/shared/package.json +44 -0
  537. package/ui/.output/server/node_modules/bidi-js/dist/bidi.js +1010 -0
  538. package/ui/.output/server/node_modules/bidi-js/package.json +39 -0
  539. package/ui/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
  540. package/ui/.output/server/node_modules/consola/dist/core.mjs +512 -0
  541. package/ui/.output/server/node_modules/consola/dist/index.mjs +651 -0
  542. package/ui/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
  543. package/ui/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
  544. package/ui/.output/server/node_modules/consola/package.json +136 -0
  545. package/ui/.output/server/node_modules/css-tree/cjs/convertor/create.cjs +32 -0
  546. package/ui/.output/server/node_modules/css-tree/cjs/data-patch.cjs +7 -0
  547. package/ui/.output/server/node_modules/css-tree/cjs/data.cjs +120 -0
  548. package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/SyntaxError.cjs +16 -0
  549. package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/generate.cjs +139 -0
  550. package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/index.cjs +13 -0
  551. package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/parse.cjs +596 -0
  552. package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/scanner.cjs +113 -0
  553. package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/walk.cjs +57 -0
  554. package/ui/.output/server/node_modules/css-tree/cjs/generator/create.cjs +107 -0
  555. package/ui/.output/server/node_modules/css-tree/cjs/generator/sourceMap.cjs +96 -0
  556. package/ui/.output/server/node_modules/css-tree/cjs/generator/token-before.cjs +169 -0
  557. package/ui/.output/server/node_modules/css-tree/cjs/index.cjs +65 -0
  558. package/ui/.output/server/node_modules/css-tree/cjs/lexer/Lexer.cjs +517 -0
  559. package/ui/.output/server/node_modules/css-tree/cjs/lexer/error.cjs +128 -0
  560. package/ui/.output/server/node_modules/css-tree/cjs/lexer/generic-an-plus-b.cjs +235 -0
  561. package/ui/.output/server/node_modules/css-tree/cjs/lexer/generic-const.cjs +12 -0
  562. package/ui/.output/server/node_modules/css-tree/cjs/lexer/generic-urange.cjs +149 -0
  563. package/ui/.output/server/node_modules/css-tree/cjs/lexer/generic.cjs +717 -0
  564. package/ui/.output/server/node_modules/css-tree/cjs/lexer/match-graph.cjs +530 -0
  565. package/ui/.output/server/node_modules/css-tree/cjs/lexer/match.cjs +632 -0
  566. package/ui/.output/server/node_modules/css-tree/cjs/lexer/prepare-tokens.cjs +54 -0
  567. package/ui/.output/server/node_modules/css-tree/cjs/lexer/search.cjs +65 -0
  568. package/ui/.output/server/node_modules/css-tree/cjs/lexer/structure.cjs +173 -0
  569. package/ui/.output/server/node_modules/css-tree/cjs/lexer/trace.cjs +73 -0
  570. package/ui/.output/server/node_modules/css-tree/cjs/lexer/units.cjs +38 -0
  571. package/ui/.output/server/node_modules/css-tree/cjs/parser/SyntaxError.cjs +74 -0
  572. package/ui/.output/server/node_modules/css-tree/cjs/parser/create.cjs +402 -0
  573. package/ui/.output/server/node_modules/css-tree/cjs/parser/sequence.cjs +47 -0
  574. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/container.cjs +32 -0
  575. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/font-face.cjs +12 -0
  576. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/import.cjs +101 -0
  577. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/index.cjs +27 -0
  578. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/layer.cjs +16 -0
  579. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/media.cjs +16 -0
  580. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/nest.cjs +16 -0
  581. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/page.cjs +16 -0
  582. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/scope.cjs +16 -0
  583. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/starting-style.cjs +12 -0
  584. package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/supports.cjs +16 -0
  585. package/ui/.output/server/node_modules/css-tree/cjs/syntax/config/lexer.cjs +14 -0
  586. package/ui/.output/server/node_modules/css-tree/cjs/syntax/config/mix.cjs +126 -0
  587. package/ui/.output/server/node_modules/css-tree/cjs/syntax/config/parser.cjs +49 -0
  588. package/ui/.output/server/node_modules/css-tree/cjs/syntax/config/walker.cjs +9 -0
  589. package/ui/.output/server/node_modules/css-tree/cjs/syntax/create.cjs +58 -0
  590. package/ui/.output/server/node_modules/css-tree/cjs/syntax/function/expression.cjs +11 -0
  591. package/ui/.output/server/node_modules/css-tree/cjs/syntax/function/var.cjs +43 -0
  592. package/ui/.output/server/node_modules/css-tree/cjs/syntax/index.cjs +14 -0
  593. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/AnPlusB.cjs +293 -0
  594. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Atrule.cjs +103 -0
  595. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/AtrulePrelude.cjs +52 -0
  596. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/AttributeSelector.cjs +148 -0
  597. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Block.cjs +96 -0
  598. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Brackets.cjs +38 -0
  599. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/CDC.cjs +26 -0
  600. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/CDO.cjs +26 -0
  601. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/ClassSelector.cjs +31 -0
  602. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Combinator.cjs +61 -0
  603. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Comment.cjs +40 -0
  604. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Condition.cjs +120 -0
  605. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Declaration.cjs +166 -0
  606. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/DeclarationList.cjs +62 -0
  607. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Dimension.cjs +30 -0
  608. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Feature.cjs +101 -0
  609. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/FeatureFunction.cjs +67 -0
  610. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/FeatureRange.cjs +133 -0
  611. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Function.cjs +45 -0
  612. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/GeneralEnclosed.cjs +68 -0
  613. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Hash.cjs +30 -0
  614. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/IdSelector.cjs +33 -0
  615. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Identifier.cjs +25 -0
  616. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Layer.cjs +35 -0
  617. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/LayerList.cjs +43 -0
  618. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/MediaQuery.cjs +100 -0
  619. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/MediaQueryList.cjs +41 -0
  620. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/NestingSelector.cjs +29 -0
  621. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Nth.cjs +54 -0
  622. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Number.cjs +25 -0
  623. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Operator.cjs +28 -0
  624. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Parentheses.cjs +38 -0
  625. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Percentage.cjs +25 -0
  626. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/PseudoClassSelector.cjs +67 -0
  627. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/PseudoElementSelector.cjs +69 -0
  628. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Ratio.cjs +71 -0
  629. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Raw.cjs +48 -0
  630. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Rule.cjs +58 -0
  631. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Scope.cjs +69 -0
  632. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Selector.cjs +38 -0
  633. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/SelectorList.cjs +43 -0
  634. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/String.cjs +26 -0
  635. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/StyleSheet.cjs +83 -0
  636. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/SupportsDeclaration.cjs +38 -0
  637. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/TypeSelector.cjs +59 -0
  638. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/UnicodeRange.cjs +158 -0
  639. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Url.cjs +54 -0
  640. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Value.cjs +26 -0
  641. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/WhiteSpace.cjs +34 -0
  642. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/index-parse.cjs +103 -0
  643. package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/index.cjs +103 -0
  644. package/ui/.output/server/node_modules/css-tree/cjs/syntax/pseudo/index.cjs +60 -0
  645. package/ui/.output/server/node_modules/css-tree/cjs/syntax/pseudo/lang.cjs +37 -0
  646. package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/atrulePrelude.cjs +9 -0
  647. package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/default.cjs +76 -0
  648. package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/index.cjs +11 -0
  649. package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/selector.cjs +88 -0
  650. package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/value.cjs +29 -0
  651. package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/OffsetToLocation.cjs +91 -0
  652. package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/TokenStream.cjs +358 -0
  653. package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/adopt-buffer.cjs +13 -0
  654. package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/char-code-definitions.cjs +236 -0
  655. package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/index.cjs +554 -0
  656. package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/names.cjs +32 -0
  657. package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/types.cjs +57 -0
  658. package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/utils.cjs +261 -0
  659. package/ui/.output/server/node_modules/css-tree/cjs/utils/List.cjs +473 -0
  660. package/ui/.output/server/node_modules/css-tree/cjs/utils/clone.cjs +25 -0
  661. package/ui/.output/server/node_modules/css-tree/cjs/utils/create-custom-error.cjs +18 -0
  662. package/ui/.output/server/node_modules/css-tree/cjs/utils/ident.cjs +102 -0
  663. package/ui/.output/server/node_modules/css-tree/cjs/utils/names.cjs +113 -0
  664. package/ui/.output/server/node_modules/css-tree/cjs/utils/string.cjs +99 -0
  665. package/ui/.output/server/node_modules/css-tree/cjs/utils/url.cjs +108 -0
  666. package/ui/.output/server/node_modules/css-tree/cjs/version.cjs +5 -0
  667. package/ui/.output/server/node_modules/css-tree/cjs/walker/create.cjs +291 -0
  668. package/ui/.output/server/node_modules/css-tree/data/patch.json +853 -0
  669. package/ui/.output/server/node_modules/css-tree/lib/convertor/create.js +28 -0
  670. package/ui/.output/server/node_modules/css-tree/lib/data-patch.js +6 -0
  671. package/ui/.output/server/node_modules/css-tree/lib/data.js +118 -0
  672. package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +12 -0
  673. package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/generate.js +135 -0
  674. package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/index.js +4 -0
  675. package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/parse.js +592 -0
  676. package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/scanner.js +109 -0
  677. package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/walk.js +53 -0
  678. package/ui/.output/server/node_modules/css-tree/lib/generator/create.js +102 -0
  679. package/ui/.output/server/node_modules/css-tree/lib/generator/sourceMap.js +92 -0
  680. package/ui/.output/server/node_modules/css-tree/lib/generator/token-before.js +180 -0
  681. package/ui/.output/server/node_modules/css-tree/lib/index.js +30 -0
  682. package/ui/.output/server/node_modules/css-tree/lib/lexer/Lexer.js +511 -0
  683. package/ui/.output/server/node_modules/css-tree/lib/lexer/error.js +123 -0
  684. package/ui/.output/server/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +238 -0
  685. package/ui/.output/server/node_modules/css-tree/lib/lexer/generic-const.js +8 -0
  686. package/ui/.output/server/node_modules/css-tree/lib/lexer/generic-urange.js +151 -0
  687. package/ui/.output/server/node_modules/css-tree/lib/lexer/generic.js +738 -0
  688. package/ui/.output/server/node_modules/css-tree/lib/lexer/match-graph.js +527 -0
  689. package/ui/.output/server/node_modules/css-tree/lib/lexer/match.js +630 -0
  690. package/ui/.output/server/node_modules/css-tree/lib/lexer/prepare-tokens.js +50 -0
  691. package/ui/.output/server/node_modules/css-tree/lib/lexer/search.js +61 -0
  692. package/ui/.output/server/node_modules/css-tree/lib/lexer/structure.js +169 -0
  693. package/ui/.output/server/node_modules/css-tree/lib/lexer/trace.js +66 -0
  694. package/ui/.output/server/node_modules/css-tree/lib/lexer/units.js +27 -0
  695. package/ui/.output/server/node_modules/css-tree/lib/parser/SyntaxError.js +70 -0
  696. package/ui/.output/server/node_modules/css-tree/lib/parser/create.js +412 -0
  697. package/ui/.output/server/node_modules/css-tree/lib/parser/sequence.js +43 -0
  698. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/container.js +28 -0
  699. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
  700. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/import.js +104 -0
  701. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/index.js +23 -0
  702. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/layer.js +12 -0
  703. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
  704. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/nest.js +12 -0
  705. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
  706. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/scope.js +12 -0
  707. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/starting-style.js +8 -0
  708. package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/supports.js +12 -0
  709. package/ui/.output/server/node_modules/css-tree/lib/syntax/config/lexer.js +10 -0
  710. package/ui/.output/server/node_modules/css-tree/lib/syntax/config/mix.js +122 -0
  711. package/ui/.output/server/node_modules/css-tree/lib/syntax/config/parser.js +45 -0
  712. package/ui/.output/server/node_modules/css-tree/lib/syntax/config/walker.js +5 -0
  713. package/ui/.output/server/node_modules/css-tree/lib/syntax/create.js +55 -0
  714. package/ui/.output/server/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
  715. package/ui/.output/server/node_modules/css-tree/lib/syntax/function/var.js +39 -0
  716. package/ui/.output/server/node_modules/css-tree/lib/syntax/index.js +10 -0
  717. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/AnPlusB.js +292 -0
  718. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Atrule.js +100 -0
  719. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +47 -0
  720. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +147 -0
  721. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Block.js +95 -0
  722. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Brackets.js +35 -0
  723. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
  724. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
  725. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/ClassSelector.js +24 -0
  726. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Combinator.js +54 -0
  727. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Comment.js +33 -0
  728. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Condition.js +123 -0
  729. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Declaration.js +165 -0
  730. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/DeclarationList.js +62 -0
  731. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Dimension.js +23 -0
  732. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Feature.js +103 -0
  733. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/FeatureFunction.js +63 -0
  734. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/FeatureRange.js +133 -0
  735. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Function.js +41 -0
  736. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/GeneralEnclosed.js +66 -0
  737. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Hash.js +23 -0
  738. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/IdSelector.js +26 -0
  739. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Identifier.js +18 -0
  740. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Layer.js +28 -0
  741. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/LayerList.js +36 -0
  742. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/MediaQuery.js +102 -0
  743. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +34 -0
  744. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/NestingSelector.js +22 -0
  745. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Nth.js +47 -0
  746. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
  747. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
  748. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
  749. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Percentage.js +18 -0
  750. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +65 -0
  751. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +66 -0
  752. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Ratio.js +68 -0
  753. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Raw.js +41 -0
  754. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Rule.js +51 -0
  755. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Scope.js +66 -0
  756. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Selector.js +31 -0
  757. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/SelectorList.js +35 -0
  758. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/String.js +19 -0
  759. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/StyleSheet.js +82 -0
  760. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/SupportsDeclaration.js +34 -0
  761. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/TypeSelector.js +52 -0
  762. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +156 -0
  763. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Url.js +52 -0
  764. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
  765. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +27 -0
  766. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/index-parse.js +49 -0
  767. package/ui/.output/server/node_modules/css-tree/lib/syntax/node/index.js +49 -0
  768. package/ui/.output/server/node_modules/css-tree/lib/syntax/pseudo/index.js +56 -0
  769. package/ui/.output/server/node_modules/css-tree/lib/syntax/pseudo/lang.js +33 -0
  770. package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +5 -0
  771. package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/default.js +85 -0
  772. package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/index.js +3 -0
  773. package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/selector.js +94 -0
  774. package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/value.js +25 -0
  775. package/ui/.output/server/node_modules/css-tree/lib/tokenizer/OffsetToLocation.js +87 -0
  776. package/ui/.output/server/node_modules/css-tree/lib/tokenizer/TokenStream.js +366 -0
  777. package/ui/.output/server/node_modules/css-tree/lib/tokenizer/adopt-buffer.js +9 -0
  778. package/ui/.output/server/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +212 -0
  779. package/ui/.output/server/node_modules/css-tree/lib/tokenizer/index.js +513 -0
  780. package/ui/.output/server/node_modules/css-tree/lib/tokenizer/names.js +28 -0
  781. package/ui/.output/server/node_modules/css-tree/lib/tokenizer/types.js +28 -0
  782. package/ui/.output/server/node_modules/css-tree/lib/tokenizer/utils.js +254 -0
  783. package/ui/.output/server/node_modules/css-tree/lib/utils/List.js +469 -0
  784. package/ui/.output/server/node_modules/css-tree/lib/utils/clone.js +21 -0
  785. package/ui/.output/server/node_modules/css-tree/lib/utils/create-custom-error.js +14 -0
  786. package/ui/.output/server/node_modules/css-tree/lib/utils/ident.js +101 -0
  787. package/ui/.output/server/node_modules/css-tree/lib/utils/names.js +106 -0
  788. package/ui/.output/server/node_modules/css-tree/lib/utils/string.js +99 -0
  789. package/ui/.output/server/node_modules/css-tree/lib/utils/url.js +108 -0
  790. package/ui/.output/server/node_modules/css-tree/lib/version.js +5 -0
  791. package/ui/.output/server/node_modules/css-tree/lib/walker/create.js +287 -0
  792. package/ui/.output/server/node_modules/css-tree/package.json +126 -0
  793. package/ui/.output/server/node_modules/data-urls/lib/parser.js +69 -0
  794. package/ui/.output/server/node_modules/data-urls/lib/utils.js +20 -0
  795. package/ui/.output/server/node_modules/data-urls/package.json +51 -0
  796. package/ui/.output/server/node_modules/debug/package.json +64 -0
  797. package/ui/.output/server/node_modules/debug/src/browser.js +272 -0
  798. package/ui/.output/server/node_modules/debug/src/common.js +292 -0
  799. package/ui/.output/server/node_modules/debug/src/index.js +10 -0
  800. package/ui/.output/server/node_modules/debug/src/node.js +263 -0
  801. package/ui/.output/server/node_modules/decimal.js/decimal.js +4951 -0
  802. package/ui/.output/server/node_modules/decimal.js/package.json +55 -0
  803. package/ui/.output/server/node_modules/devalue/index.js +4 -0
  804. package/ui/.output/server/node_modules/devalue/package.json +40 -0
  805. package/ui/.output/server/node_modules/devalue/src/base64.js +60 -0
  806. package/ui/.output/server/node_modules/devalue/src/constants.js +12 -0
  807. package/ui/.output/server/node_modules/devalue/src/parse.js +283 -0
  808. package/ui/.output/server/node_modules/devalue/src/stringify.js +401 -0
  809. package/ui/.output/server/node_modules/devalue/src/uneval.js +552 -0
  810. package/ui/.output/server/node_modules/devalue/src/utils.js +160 -0
  811. package/ui/.output/server/node_modules/dompurify/dist/purify.es.mjs +1747 -0
  812. package/ui/.output/server/node_modules/dompurify/package.json +169 -0
  813. package/ui/.output/server/node_modules/dotenv/lib/main.js +386 -0
  814. package/ui/.output/server/node_modules/dotenv/package.json +62 -0
  815. package/ui/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
  816. package/ui/.output/server/node_modules/estree-walker/package.json +37 -0
  817. package/ui/.output/server/node_modules/has-flag/index.js +8 -0
  818. package/ui/.output/server/node_modules/has-flag/package.json +46 -0
  819. package/ui/.output/server/node_modules/hookable/dist/index.mjs +257 -0
  820. package/ui/.output/server/node_modules/hookable/package.json +53 -0
  821. package/ui/.output/server/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js +299 -0
  822. package/ui/.output/server/node_modules/html-encoding-sniffer/package.json +34 -0
  823. package/ui/.output/server/node_modules/is-potential-custom-element-name/index.js +9 -0
  824. package/ui/.output/server/node_modules/is-potential-custom-element-name/package.json +35 -0
  825. package/ui/.output/server/node_modules/isomorphic-dompurify/dist/index.mjs +53 -0
  826. package/ui/.output/server/node_modules/isomorphic-dompurify/package.json +84 -0
  827. package/ui/.output/server/node_modules/jsdom/lib/api.js +373 -0
  828. package/ui/.output/server/node_modules/jsdom/lib/generated/css-property-definitions.js +16021 -0
  829. package/ui/.output/server/node_modules/jsdom/lib/generated/css-property-descriptors.js +1686 -0
  830. package/ui/.output/server/node_modules/jsdom/lib/generated/css-property-metadata.js +7698 -0
  831. package/ui/.output/server/node_modules/jsdom/lib/generated/event-sets.js +115 -0
  832. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AbortController.js +143 -0
  833. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AbortSignal.js +249 -0
  834. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AbstractRange.js +171 -0
  835. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AddEventListenerOptions.js +53 -0
  836. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AssignedNodesOptions.js +28 -0
  837. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Attr.js +219 -0
  838. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BarProp.js +117 -0
  839. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BeforeUnloadEvent.js +139 -0
  840. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BinaryType.js +12 -0
  841. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Blob.js +253 -0
  842. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BlobCallback.js +30 -0
  843. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BlobEvent.js +157 -0
  844. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BlobEventInit.js +43 -0
  845. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BlobPropertyBag.js +42 -0
  846. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CDATASection.js +109 -0
  847. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSConditionRule.js +122 -0
  848. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSContainerRule.js +135 -0
  849. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSCounterStyleRule.js +439 -0
  850. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSFontFaceRule.js +140 -0
  851. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSGroupingRule.js +188 -0
  852. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSImportRule.js +194 -0
  853. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSKeyframeRule.js +170 -0
  854. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSKeyframesRule.js +404 -0
  855. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSLayerBlockRule.js +122 -0
  856. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSLayerStatementRule.js +122 -0
  857. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSMediaRule.js +153 -0
  858. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSNamespaceRule.js +135 -0
  859. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSNestedDeclarations.js +140 -0
  860. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSPageRule.js +170 -0
  861. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSRule.js +197 -0
  862. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSRuleList.js +300 -0
  863. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSScopeRule.js +133 -0
  864. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleDeclaration.js +497 -0
  865. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleProperties.js +66822 -0
  866. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleRule.js +170 -0
  867. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleSheet.js +351 -0
  868. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleSheetInit.js +66 -0
  869. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSSupportsRule.js +122 -0
  870. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CharacterData.js +455 -0
  871. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CloseEvent.js +168 -0
  872. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CloseEventInit.js +65 -0
  873. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Comment.js +120 -0
  874. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CompositionEvent.js +219 -0
  875. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CompositionEventInit.js +32 -0
  876. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Crypto.js +148 -0
  877. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CustomElementConstructor.js +34 -0
  878. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CustomElementRegistry.js +269 -0
  879. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CustomEvent.js +206 -0
  880. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CustomEventInit.js +32 -0
  881. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMException.js +222 -0
  882. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMImplementation.js +237 -0
  883. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMParser.js +140 -0
  884. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMRect.js +276 -0
  885. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMRectInit.js +76 -0
  886. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMRectReadOnly.js +285 -0
  887. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMStringMap.js +299 -0
  888. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMTokenList.js +539 -0
  889. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEvent.js +183 -0
  890. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventAcceleration.js +145 -0
  891. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventAccelerationInit.js +61 -0
  892. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventInit.js +70 -0
  893. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventRotationRate.js +145 -0
  894. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventRotationRateInit.js +61 -0
  895. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceOrientationEvent.js +183 -0
  896. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceOrientationEventInit.js +80 -0
  897. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Document.js +4511 -0
  898. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DocumentFragment.js +336 -0
  899. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DocumentType.js +254 -0
  900. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Element.js +3720 -0
  901. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ElementCreationOptions.js +26 -0
  902. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ElementDefinitionOptions.js +29 -0
  903. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ElementInternals.js +2152 -0
  904. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EndingType.js +12 -0
  905. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ErrorEvent.js +192 -0
  906. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ErrorEventInit.js +92 -0
  907. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Event.js +430 -0
  908. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventHandlerNonNull.js +36 -0
  909. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventInit.js +58 -0
  910. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventListener.js +35 -0
  911. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventListenerOptions.js +28 -0
  912. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventModifierInit.js +221 -0
  913. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventTarget.js +259 -0
  914. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/External.js +130 -0
  915. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/File.js +185 -0
  916. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FileList.js +298 -0
  917. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FilePropertyBag.js +33 -0
  918. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FileReader.js +468 -0
  919. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FocusEvent.js +144 -0
  920. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FocusEventInit.js +36 -0
  921. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FormData.js +468 -0
  922. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Function.js +42 -0
  923. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/GetRootNodeOptions.js +31 -0
  924. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLAnchorElement.js +1026 -0
  925. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLAreaElement.js +825 -0
  926. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLAudioElement.js +111 -0
  927. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLBRElement.js +156 -0
  928. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLBaseElement.js +196 -0
  929. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLBodyElement.js +880 -0
  930. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLButtonElement.js +525 -0
  931. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLCanvasElement.js +325 -0
  932. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLCollection.js +352 -0
  933. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDListElement.js +159 -0
  934. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDataElement.js +156 -0
  935. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDataListElement.js +126 -0
  936. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDetailsElement.js +159 -0
  937. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDialogElement.js +159 -0
  938. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDirectoryElement.js +159 -0
  939. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDivElement.js +156 -0
  940. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLElement.js +3492 -0
  941. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLEmbedElement.js +381 -0
  942. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFieldSetElement.js +332 -0
  943. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFontElement.js +239 -0
  944. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFormControlsCollection.js +318 -0
  945. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFormElement.js +661 -0
  946. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFrameElement.js +513 -0
  947. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFrameSetElement.js +711 -0
  948. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLHRElement.js +323 -0
  949. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLHeadElement.js +111 -0
  950. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLHeadingElement.js +156 -0
  951. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLHtmlElement.js +156 -0
  952. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLIFrameElement.js +689 -0
  953. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLImageElement.js +906 -0
  954. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLInputElement.js +1931 -0
  955. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLLIElement.js +204 -0
  956. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLLabelElement.js +182 -0
  957. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLLegendElement.js +169 -0
  958. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLLinkElement.js +555 -0
  959. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMapElement.js +171 -0
  960. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMarqueeElement.js +558 -0
  961. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMediaElement.js +900 -0
  962. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMenuElement.js +159 -0
  963. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMetaElement.js +279 -0
  964. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMeterElement.js +368 -0
  965. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLModElement.js +217 -0
  966. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOListElement.js +292 -0
  967. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLObjectElement.js +945 -0
  968. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOptGroupElement.js +200 -0
  969. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOptionElement.js +379 -0
  970. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOptionsCollection.js +513 -0
  971. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOutputElement.js +395 -0
  972. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLParagraphElement.js +156 -0
  973. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLParamElement.js +279 -0
  974. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLPictureElement.js +111 -0
  975. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLPreElement.js +163 -0
  976. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLProgressElement.js +232 -0
  977. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLQuoteElement.js +176 -0
  978. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLScriptElement.js +472 -0
  979. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLSelectElement.js +993 -0
  980. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLSlotElement.js +195 -0
  981. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLSourceElement.js +340 -0
  982. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLSpanElement.js +111 -0
  983. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLStyleElement.js +240 -0
  984. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableCaptionElement.js +156 -0
  985. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableCellElement.js +733 -0
  986. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableColElement.js +376 -0
  987. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableElement.js +802 -0
  988. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableRowElement.js +417 -0
  989. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableSectionElement.js +349 -0
  990. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTemplateElement.js +124 -0
  991. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTextAreaElement.js +1210 -0
  992. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTimeElement.js +156 -0
  993. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTitleElement.js +155 -0
  994. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTrackElement.js +366 -0
  995. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLUListElement.js +200 -0
  996. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLUnknownElement.js +109 -0
  997. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLVideoElement.js +344 -0
  998. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HashChangeEvent.js +157 -0
  999. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HashChangeEventInit.js +50 -0
  1000. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Headers.js +418 -0
  1001. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/History.js +266 -0
  1002. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/InputEvent.js +168 -0
  1003. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/InputEventInit.js +68 -0
  1004. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/KeyboardEvent.js +445 -0
  1005. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/KeyboardEventInit.js +116 -0
  1006. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Location.js +404 -0
  1007. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MediaList.js +391 -0
  1008. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MessageEvent.js +317 -0
  1009. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MessageEventInit.js +100 -0
  1010. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MimeType.js +156 -0
  1011. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MimeTypeArray.js +326 -0
  1012. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MouseEvent.js +595 -0
  1013. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MouseEventInit.js +189 -0
  1014. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MutationCallback.js +34 -0
  1015. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MutationObserver.js +178 -0
  1016. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MutationObserverInit.js +121 -0
  1017. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MutationRecord.js +229 -0
  1018. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/NamedNodeMap.js +529 -0
  1019. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Navigator.js +326 -0
  1020. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Node.js +765 -0
  1021. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/NodeFilter.js +75 -0
  1022. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/NodeIterator.js +207 -0
  1023. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/NodeList.js +302 -0
  1024. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/OnBeforeUnloadEventHandlerNonNull.js +42 -0
  1025. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/OnErrorEventHandlerNonNull.js +56 -0
  1026. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PageTransitionEvent.js +144 -0
  1027. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PageTransitionEventInit.js +35 -0
  1028. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Performance.js +142 -0
  1029. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Plugin.js +359 -0
  1030. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PluginArray.js +336 -0
  1031. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PointerEvent.js +324 -0
  1032. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PointerEventInit.js +241 -0
  1033. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PopStateEvent.js +144 -0
  1034. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PopStateEventInit.js +32 -0
  1035. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ProcessingInstruction.js +122 -0
  1036. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ProgressEvent.js +170 -0
  1037. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ProgressEventInit.js +65 -0
  1038. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PromiseRejectionEvent.js +157 -0
  1039. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PromiseRejectionEventInit.js +42 -0
  1040. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/RadioNodeList.js +296 -0
  1041. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Range.js +643 -0
  1042. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGAnimatedPreserveAspectRatio.js +136 -0
  1043. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGAnimatedRect.js +136 -0
  1044. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGAnimatedString.js +149 -0
  1045. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGDefsElement.js +109 -0
  1046. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGDescElement.js +109 -0
  1047. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGElement.js +3157 -0
  1048. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGGElement.js +109 -0
  1049. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGGraphicsElement.js +139 -0
  1050. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGMetadataElement.js +109 -0
  1051. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGNumber.js +132 -0
  1052. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGPreserveAspectRatio.js +196 -0
  1053. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGRect.js +210 -0
  1054. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGSVGElement.js +786 -0
  1055. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGStringList.js +511 -0
  1056. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGSwitchElement.js +109 -0
  1057. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGSymbolElement.js +146 -0
  1058. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGTitleElement.js +109 -0
  1059. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Screen.js +180 -0
  1060. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Selection.js +571 -0
  1061. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SelectionMode.js +12 -0
  1062. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ShadowRoot.js +189 -0
  1063. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ShadowRootInit.js +30 -0
  1064. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ShadowRootMode.js +12 -0
  1065. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StaticRange.js +123 -0
  1066. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StaticRangeInit.js +72 -0
  1067. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Storage.js +397 -0
  1068. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StorageEvent.js +318 -0
  1069. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StorageEventInit.js +99 -0
  1070. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StyleSheet.js +222 -0
  1071. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StyleSheetList.js +300 -0
  1072. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SubmitEvent.js +144 -0
  1073. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SubmitEventInit.js +36 -0
  1074. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SupportedType.js +18 -0
  1075. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Text.js +170 -0
  1076. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextDecodeOptions.js +28 -0
  1077. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextDecoder.js +211 -0
  1078. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextDecoderOptions.js +43 -0
  1079. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextEncoder.js +176 -0
  1080. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextTrackKind.js +12 -0
  1081. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TouchEvent.js +222 -0
  1082. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TouchEventInit.js +89 -0
  1083. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TransitionEvent.js +170 -0
  1084. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TransitionEventInit.js +65 -0
  1085. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TreeWalker.js +255 -0
  1086. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/UIEvent.js +235 -0
  1087. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/UIEventInit.js +62 -0
  1088. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ValidityState.js +249 -0
  1089. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/WebSocket.js +480 -0
  1090. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/WheelEvent.js +191 -0
  1091. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/WheelEventInit.js +71 -0
  1092. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLDocument.js +109 -0
  1093. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLHttpRequest.js +663 -0
  1094. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLHttpRequestEventTarget.js +334 -0
  1095. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLHttpRequestResponseType.js +14 -0
  1096. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLHttpRequestUpload.js +109 -0
  1097. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLSerializer.js +132 -0
  1098. package/ui/.output/server/node_modules/jsdom/lib/generated/idl/utils.js +252 -0
  1099. package/ui/.output/server/node_modules/jsdom/lib/generated/js-globals.json +332 -0
  1100. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/Window.js +952 -0
  1101. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.css +415 -0
  1102. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/not-implemented.js +20 -0
  1103. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/parser/html.js +208 -0
  1104. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/parser/index.js +37 -0
  1105. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/parser/xml.js +202 -0
  1106. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/async-resource-queue.js +114 -0
  1107. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/decompress-interceptor.js +184 -0
  1108. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/jsdom-dispatcher.js +769 -0
  1109. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js +116 -0
  1110. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/request-interceptor.js +171 -0
  1111. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/request-manager.js +33 -0
  1112. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/resource-queue.js +142 -0
  1113. package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/stream-handler.js +89 -0
  1114. package/ui/.output/server/node_modules/jsdom/lib/jsdom/level3/xpath.js +1875 -0
  1115. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/aborting/AbortController-impl.js +17 -0
  1116. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js +131 -0
  1117. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js +60 -0
  1118. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js +78 -0
  1119. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/attributes.js +312 -0
  1120. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js +75 -0
  1121. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js +66 -0
  1122. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/crypto/Crypto-impl.js +68 -0
  1123. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSConditionRule-impl.js +17 -0
  1124. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSContainerRule-impl.js +33 -0
  1125. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSCounterStyleRule-impl.js +45 -0
  1126. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSFontFaceRule-impl.js +24 -0
  1127. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSGroupingRule-impl.js +55 -0
  1128. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSImportRule-impl.js +51 -0
  1129. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSKeyframeRule-impl.js +71 -0
  1130. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSKeyframesRule-impl.js +82 -0
  1131. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSLayerBlockRule-impl.js +18 -0
  1132. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSLayerStatementRule-impl.js +16 -0
  1133. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSMediaRule-impl.js +34 -0
  1134. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSNamespaceRule-impl.js +28 -0
  1135. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSNestedDeclarations-impl.js +19 -0
  1136. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSPageRule-impl.js +86 -0
  1137. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSRule-impl.js +24 -0
  1138. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSRuleList-impl.js +219 -0
  1139. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSScopeRule-impl.js +25 -0
  1140. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSStyleDeclaration-impl.js +741 -0
  1141. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSStyleProperties-impl.js +18 -0
  1142. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSStyleRule-impl.js +66 -0
  1143. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSStyleSheet-impl.js +133 -0
  1144. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSSupportsRule-impl.js +68 -0
  1145. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/ElementCSSInlineStyle-impl.js +15 -0
  1146. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/MediaList-impl.js +141 -0
  1147. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/StyleSheet-impl.js +22 -0
  1148. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/StyleSheetList-impl.js +38 -0
  1149. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/computed-style.js +307 -0
  1150. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/css-parser.js +1032 -0
  1151. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/css-values.js +835 -0
  1152. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/generic-property-descriptor.js +145 -0
  1153. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/patched-csstree.js +12 -0
  1154. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/shorthand-properties.js +1498 -0
  1155. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/stylesheets.js +155 -0
  1156. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/system-colors.js +157 -0
  1157. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/background.js +458 -0
  1158. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundAttachment.js +64 -0
  1159. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundClip.js +64 -0
  1160. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundColor.js +53 -0
  1161. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundImage.js +66 -0
  1162. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundOrigin.js +64 -0
  1163. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundPosition.js +205 -0
  1164. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundRepeat.js +97 -0
  1165. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundSize.js +131 -0
  1166. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/border.js +115 -0
  1167. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderBottom.js +105 -0
  1168. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderBottomColor.js +59 -0
  1169. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderBottomStyle.js +59 -0
  1170. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderBottomWidth.js +62 -0
  1171. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderColor.js +114 -0
  1172. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderLeft.js +105 -0
  1173. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderLeftColor.js +59 -0
  1174. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderLeftStyle.js +59 -0
  1175. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderLeftWidth.js +62 -0
  1176. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderRight.js +105 -0
  1177. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderRightColor.js +59 -0
  1178. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderRightStyle.js +59 -0
  1179. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderRightWidth.js +62 -0
  1180. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderSpacing.js +70 -0
  1181. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderStyle.js +114 -0
  1182. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderTop.js +105 -0
  1183. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderTopColor.js +59 -0
  1184. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderTopStyle.js +59 -0
  1185. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderTopWidth.js +62 -0
  1186. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderWidth.js +115 -0
  1187. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/bottom.js +52 -0
  1188. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/clip.js +81 -0
  1189. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/display.js +217 -0
  1190. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/flex.js +187 -0
  1191. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/flexBasis.js +55 -0
  1192. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/flexGrow.js +55 -0
  1193. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/flexShrink.js +55 -0
  1194. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/font.js +273 -0
  1195. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontFamily.js +107 -0
  1196. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontSize.js +56 -0
  1197. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontStyle.js +74 -0
  1198. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontVariant.js +69 -0
  1199. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontWeight.js +60 -0
  1200. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/height.js +53 -0
  1201. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/left.js +52 -0
  1202. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/lineHeight.js +55 -0
  1203. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/margin.js +84 -0
  1204. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/marginBottom.js +58 -0
  1205. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/marginLeft.js +58 -0
  1206. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/marginRight.js +58 -0
  1207. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/marginTop.js +58 -0
  1208. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/opacity.js +52 -0
  1209. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/padding.js +85 -0
  1210. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/paddingBottom.js +59 -0
  1211. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/paddingLeft.js +59 -0
  1212. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/paddingRight.js +59 -0
  1213. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/paddingTop.js +59 -0
  1214. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/right.js +52 -0
  1215. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/top.js +52 -0
  1216. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/width.js +53 -0
  1217. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js +279 -0
  1218. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/custom-elements/ElementInternals-impl.js +56 -0
  1219. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/deviceorientation/DeviceMotionEventAcceleration-impl.js +7 -0
  1220. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/deviceorientation/DeviceMotionEventRotationRate-impl.js +7 -0
  1221. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/documents.js +15 -0
  1222. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js +59 -0
  1223. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js +30 -0
  1224. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js +18 -0
  1225. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js +63 -0
  1226. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/serialization.js +36 -0
  1227. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/encoding/TextDecoder-impl.js +25 -0
  1228. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/encoding/TextEncoder-impl.js +26 -0
  1229. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/BeforeUnloadEvent-impl.js +12 -0
  1230. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/BlobEvent-impl.js +14 -0
  1231. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/CloseEvent-impl.js +10 -0
  1232. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js +20 -0
  1233. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js +21 -0
  1234. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/DeviceMotionEvent-impl.js +49 -0
  1235. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/DeviceOrientationEvent-impl.js +10 -0
  1236. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js +14 -0
  1237. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js +195 -0
  1238. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js +24 -0
  1239. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js +438 -0
  1240. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js +9 -0
  1241. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js +14 -0
  1242. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/InputEvent-impl.js +11 -0
  1243. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js +29 -0
  1244. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js +25 -0
  1245. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js +72 -0
  1246. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js +20 -0
  1247. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/PointerEvent-impl.js +21 -0
  1248. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js +9 -0
  1249. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js +14 -0
  1250. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/PromiseRejectionEvent-impl.js +14 -0
  1251. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/StorageEvent-impl.js +26 -0
  1252. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/SubmitEvent-impl.js +13 -0
  1253. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js +14 -0
  1254. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/TransitionEvent-impl.js +10 -0
  1255. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js +43 -0
  1256. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js +12 -0
  1257. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/fetch/Headers-impl.js +173 -0
  1258. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/fetch/header-list.js +158 -0
  1259. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/fetch/header-types.js +205 -0
  1260. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/fetch/header-utils.js +26 -0
  1261. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js +125 -0
  1262. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js +12 -0
  1263. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js +15 -0
  1264. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js +148 -0
  1265. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/geometry/DOMRect-impl.js +39 -0
  1266. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/geometry/DOMRectReadOnly-impl.js +72 -0
  1267. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/binary-data.js +63 -0
  1268. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/by-id-cache.js +67 -0
  1269. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/create-element.js +329 -0
  1270. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js +209 -0
  1271. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/custom-elements.js +272 -0
  1272. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/dates-and-times.js +270 -0
  1273. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/details.js +15 -0
  1274. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/encoding.js +60 -0
  1275. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/events.js +24 -0
  1276. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js +104 -0
  1277. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js +309 -0
  1278. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/html-constructor.js +78 -0
  1279. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js +12 -0
  1280. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/is-window.js +18 -0
  1281. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js +48 -0
  1282. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/json.js +7 -0
  1283. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/mutation-observers.js +198 -0
  1284. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/namespaces.js +16 -0
  1285. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/node.js +108 -0
  1286. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js +195 -0
  1287. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set.js +104 -0
  1288. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/page-transition-event.js +9 -0
  1289. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js +75 -0
  1290. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/shadow-dom.js +285 -0
  1291. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/strings.js +168 -0
  1292. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/svg/basic-types.js +41 -0
  1293. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/svg/render.js +46 -0
  1294. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/text.js +19 -0
  1295. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js +72 -0
  1296. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js +65 -0
  1297. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/hr-time/Performance-impl.js +22 -0
  1298. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/interfaces.js +273 -0
  1299. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js +95 -0
  1300. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js +37 -0
  1301. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/MimeType-impl.js +3 -0
  1302. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js +21 -0
  1303. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js +29 -0
  1304. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js +8 -0
  1305. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js +7 -0
  1306. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js +37 -0
  1307. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js +9 -0
  1308. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js +7 -0
  1309. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js +8 -0
  1310. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/Plugin-impl.js +3 -0
  1311. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js +23 -0
  1312. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/node-document-position.js +10 -0
  1313. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/node-type.js +16 -0
  1314. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/node.js +331 -0
  1315. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js +16 -0
  1316. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js +118 -0
  1317. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js +80 -0
  1318. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js +20 -0
  1319. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js +120 -0
  1320. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js +64 -0
  1321. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js +171 -0
  1322. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js +1015 -0
  1323. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js +44 -0
  1324. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js +28 -0
  1325. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js +24 -0
  1326. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js +584 -0
  1327. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js +81 -0
  1328. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js +50 -0
  1329. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js +43 -0
  1330. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js +9 -0
  1331. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js +9 -0
  1332. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js +44 -0
  1333. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js +12 -0
  1334. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js +79 -0
  1335. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js +117 -0
  1336. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js +96 -0
  1337. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js +9 -0
  1338. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js +9 -0
  1339. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js +20 -0
  1340. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js +35 -0
  1341. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js +9 -0
  1342. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js +9 -0
  1343. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js +9 -0
  1344. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js +211 -0
  1345. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js +8 -0
  1346. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js +43 -0
  1347. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js +9 -0
  1348. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormControlsCollection-impl.js +33 -0
  1349. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js +248 -0
  1350. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js +266 -0
  1351. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js +12 -0
  1352. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js +9 -0
  1353. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js +9 -0
  1354. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js +9 -0
  1355. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js +9 -0
  1356. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js +368 -0
  1357. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js +9 -0
  1358. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js +127 -0
  1359. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js +1097 -0
  1360. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js +9 -0
  1361. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js +94 -0
  1362. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js +18 -0
  1363. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js +107 -0
  1364. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js +13 -0
  1365. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js +9 -0
  1366. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js +126 -0
  1367. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js +9 -0
  1368. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js +9 -0
  1369. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js +180 -0
  1370. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js +9 -0
  1371. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js +9 -0
  1372. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js +26 -0
  1373. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js +9 -0
  1374. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js +146 -0
  1375. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js +110 -0
  1376. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js +88 -0
  1377. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js +88 -0
  1378. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js +9 -0
  1379. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js +9 -0
  1380. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js +9 -0
  1381. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js +9 -0
  1382. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js +72 -0
  1383. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js +9 -0
  1384. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js +255 -0
  1385. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js +283 -0
  1386. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js +59 -0
  1387. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js +8 -0
  1388. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js +9 -0
  1389. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js +83 -0
  1390. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js +9 -0
  1391. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js +40 -0
  1392. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js +9 -0
  1393. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js +236 -0
  1394. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js +88 -0
  1395. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js +61 -0
  1396. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js +67 -0
  1397. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js +244 -0
  1398. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js +9 -0
  1399. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js +18 -0
  1400. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js +13 -0
  1401. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js +9 -0
  1402. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js +9 -0
  1403. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js +17 -0
  1404. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js +1182 -0
  1405. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/NodeList-impl.js +43 -0
  1406. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js +28 -0
  1407. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js +11 -0
  1408. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js +90 -0
  1409. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js +22 -0
  1410. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/RadioNodeList-impl.js +49 -0
  1411. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGDefsElement-impl.js +9 -0
  1412. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGDescElement-impl.js +9 -0
  1413. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js +64 -0
  1414. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGGElement-impl.js +9 -0
  1415. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js +16 -0
  1416. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGMetadataElement-impl.js +9 -0
  1417. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js +40 -0
  1418. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGSwitchElement-impl.js +9 -0
  1419. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGSymbolElement-impl.js +9 -0
  1420. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js +42 -0
  1421. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js +9 -0
  1422. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js +41 -0
  1423. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Slotable-impl.js +48 -0
  1424. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js +96 -0
  1425. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js +14 -0
  1426. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js +4 -0
  1427. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/range/AbstractRange-impl.js +43 -0
  1428. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/range/Range-impl.js +902 -0
  1429. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/range/StaticRange-impl.js +39 -0
  1430. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/range/boundary-point.js +47 -0
  1431. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/selection/Selection-impl.js +358 -0
  1432. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedPreserveAspectRatio-impl.js +24 -0
  1433. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedRect-impl.js +122 -0
  1434. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js +42 -0
  1435. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGListBase.js +195 -0
  1436. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js +48 -0
  1437. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGPreserveAspectRatio-impl.js +100 -0
  1438. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGRect-impl.js +143 -0
  1439. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js +16 -0
  1440. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js +107 -0
  1441. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js +217 -0
  1442. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/traversal/helpers.js +44 -0
  1443. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/webidl/DOMException-impl.js +46 -0
  1444. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js +211 -0
  1445. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/webstorage/Storage-impl.js +102 -0
  1446. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/BarProp-impl.js +10 -0
  1447. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/External-impl.js +9 -0
  1448. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/History-impl.js +148 -0
  1449. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js +227 -0
  1450. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/Screen-impl.js +13 -0
  1451. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/SessionHistory.js +163 -0
  1452. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/navigation.js +87 -0
  1453. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window-properties.js +241 -0
  1454. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js +191 -0
  1455. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js +1087 -0
  1456. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js +17 -0
  1457. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js +4 -0
  1458. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/multipart-form-data.js +99 -0
  1459. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js +57 -0
  1460. package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js +170 -0
  1461. package/ui/.output/server/node_modules/jsdom/lib/jsdom/utils.js +105 -0
  1462. package/ui/.output/server/node_modules/jsdom/lib/jsdom/virtual-console.js +46 -0
  1463. package/ui/.output/server/node_modules/jsdom/package.json +126 -0
  1464. package/ui/.output/server/node_modules/lru-cache/dist/commonjs/node/index.min.js +2 -0
  1465. package/ui/.output/server/node_modules/lru-cache/dist/commonjs/package.json +3 -0
  1466. package/ui/.output/server/node_modules/lru-cache/package.json +154 -0
  1467. package/ui/.output/server/node_modules/marked/lib/marked.esm.js +77 -0
  1468. package/ui/.output/server/node_modules/marked/package.json +103 -0
  1469. package/ui/.output/server/node_modules/mdn-data/css/at-rules.json +581 -0
  1470. package/ui/.output/server/node_modules/mdn-data/css/properties.json +11881 -0
  1471. package/ui/.output/server/node_modules/mdn-data/css/syntaxes.json +1136 -0
  1472. package/ui/.output/server/node_modules/mdn-data/package.json +38 -0
  1473. package/ui/.output/server/node_modules/ms/index.js +162 -0
  1474. package/ui/.output/server/node_modules/ms/package.json +38 -0
  1475. package/ui/.output/server/node_modules/parse5/dist/common/doctype.js +114 -0
  1476. package/ui/.output/server/node_modules/parse5/dist/common/error-codes.js +63 -0
  1477. package/ui/.output/server/node_modules/parse5/dist/common/foreign-content.js +228 -0
  1478. package/ui/.output/server/node_modules/parse5/dist/common/html.js +523 -0
  1479. package/ui/.output/server/node_modules/parse5/dist/common/token.js +20 -0
  1480. package/ui/.output/server/node_modules/parse5/dist/common/unicode.js +62 -0
  1481. package/ui/.output/server/node_modules/parse5/dist/index.js +42 -0
  1482. package/ui/.output/server/node_modules/parse5/dist/parser/formatting-element-list.js +110 -0
  1483. package/ui/.output/server/node_modules/parse5/dist/parser/index.js +3245 -0
  1484. package/ui/.output/server/node_modules/parse5/dist/parser/open-element-stack.js +324 -0
  1485. package/ui/.output/server/node_modules/parse5/dist/serializer/index.js +168 -0
  1486. package/ui/.output/server/node_modules/parse5/dist/tokenizer/index.js +2712 -0
  1487. package/ui/.output/server/node_modules/parse5/dist/tokenizer/preprocessor.js +196 -0
  1488. package/ui/.output/server/node_modules/parse5/dist/tree-adapters/default.js +173 -0
  1489. package/ui/.output/server/node_modules/parse5/package.json +53 -0
  1490. package/ui/.output/server/node_modules/perfect-debounce/dist/index.mjs +89 -0
  1491. package/ui/.output/server/node_modules/perfect-debounce/package.json +41 -0
  1492. package/ui/.output/server/node_modules/punycode/package.json +58 -0
  1493. package/ui/.output/server/node_modules/punycode/punycode.js +443 -0
  1494. package/ui/.output/server/node_modules/saxes/package.json +71 -0
  1495. package/ui/.output/server/node_modules/saxes/saxes.js +2053 -0
  1496. package/ui/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
  1497. package/ui/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  1498. package/ui/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
  1499. package/ui/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
  1500. package/ui/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
  1501. package/ui/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
  1502. package/ui/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  1503. package/ui/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  1504. package/ui/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
  1505. package/ui/.output/server/node_modules/source-map-js/lib/util.js +594 -0
  1506. package/ui/.output/server/node_modules/source-map-js/package.json +71 -0
  1507. package/ui/.output/server/node_modules/source-map-js/source-map.js +8 -0
  1508. package/ui/.output/server/node_modules/supports-color/index.js +135 -0
  1509. package/ui/.output/server/node_modules/supports-color/package.json +53 -0
  1510. package/ui/.output/server/node_modules/symbol-tree/lib/SymbolTree.js +838 -0
  1511. package/ui/.output/server/node_modules/symbol-tree/lib/SymbolTreeNode.js +54 -0
  1512. package/ui/.output/server/node_modules/symbol-tree/lib/TreeIterator.js +69 -0
  1513. package/ui/.output/server/node_modules/symbol-tree/lib/TreePosition.js +11 -0
  1514. package/ui/.output/server/node_modules/symbol-tree/package.json +47 -0
  1515. package/ui/.output/server/node_modules/tailwind-merge/dist/bundle-mjs.mjs +2559 -0
  1516. package/ui/.output/server/node_modules/tailwind-merge/package.json +91 -0
  1517. package/ui/.output/server/node_modules/tldts/dist/cjs/index.js +1170 -0
  1518. package/ui/.output/server/node_modules/tldts/package.json +89 -0
  1519. package/ui/.output/server/node_modules/tough-cookie/dist/index.cjs +2282 -0
  1520. package/ui/.output/server/node_modules/tough-cookie/package.json +148 -0
  1521. package/ui/.output/server/node_modules/tr46/index.js +344 -0
  1522. package/ui/.output/server/node_modules/tr46/lib/mappingTable.json +1 -0
  1523. package/ui/.output/server/node_modules/tr46/lib/regexes.js +29 -0
  1524. package/ui/.output/server/node_modules/tr46/lib/statusMapping.js +9 -0
  1525. package/ui/.output/server/node_modules/tr46/package.json +47 -0
  1526. package/ui/.output/server/node_modules/ufo/dist/index.mjs +645 -0
  1527. package/ui/.output/server/node_modules/ufo/package.json +48 -0
  1528. package/ui/.output/server/node_modules/undici/index.js +234 -0
  1529. package/ui/.output/server/node_modules/undici/lib/api/abort-signal.js +59 -0
  1530. package/ui/.output/server/node_modules/undici/lib/api/api-connect.js +110 -0
  1531. package/ui/.output/server/node_modules/undici/lib/api/api-pipeline.js +252 -0
  1532. package/ui/.output/server/node_modules/undici/lib/api/api-request.js +214 -0
  1533. package/ui/.output/server/node_modules/undici/lib/api/api-stream.js +209 -0
  1534. package/ui/.output/server/node_modules/undici/lib/api/api-upgrade.js +111 -0
  1535. package/ui/.output/server/node_modules/undici/lib/api/index.js +7 -0
  1536. package/ui/.output/server/node_modules/undici/lib/api/readable.js +580 -0
  1537. package/ui/.output/server/node_modules/undici/lib/cache/memory-cache-store.js +234 -0
  1538. package/ui/.output/server/node_modules/undici/lib/cache/sqlite-cache-store.js +461 -0
  1539. package/ui/.output/server/node_modules/undici/lib/core/connect.js +153 -0
  1540. package/ui/.output/server/node_modules/undici/lib/core/constants.js +143 -0
  1541. package/ui/.output/server/node_modules/undici/lib/core/diagnostics.js +227 -0
  1542. package/ui/.output/server/node_modules/undici/lib/core/errors.js +477 -0
  1543. package/ui/.output/server/node_modules/undici/lib/core/request.js +453 -0
  1544. package/ui/.output/server/node_modules/undici/lib/core/socks5-client.js +412 -0
  1545. package/ui/.output/server/node_modules/undici/lib/core/socks5-utils.js +198 -0
  1546. package/ui/.output/server/node_modules/undici/lib/core/symbols.js +75 -0
  1547. package/ui/.output/server/node_modules/undici/lib/core/tree.js +160 -0
  1548. package/ui/.output/server/node_modules/undici/lib/core/util.js +992 -0
  1549. package/ui/.output/server/node_modules/undici/lib/dispatcher/agent.js +158 -0
  1550. package/ui/.output/server/node_modules/undici/lib/dispatcher/balanced-pool.js +219 -0
  1551. package/ui/.output/server/node_modules/undici/lib/dispatcher/client-h1.js +1654 -0
  1552. package/ui/.output/server/node_modules/undici/lib/dispatcher/client-h2.js +995 -0
  1553. package/ui/.output/server/node_modules/undici/lib/dispatcher/client.js +663 -0
  1554. package/ui/.output/server/node_modules/undici/lib/dispatcher/dispatcher-base.js +165 -0
  1555. package/ui/.output/server/node_modules/undici/lib/dispatcher/dispatcher.js +48 -0
  1556. package/ui/.output/server/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +146 -0
  1557. package/ui/.output/server/node_modules/undici/lib/dispatcher/fixed-queue.js +135 -0
  1558. package/ui/.output/server/node_modules/undici/lib/dispatcher/h2c-client.js +51 -0
  1559. package/ui/.output/server/node_modules/undici/lib/dispatcher/pool-base.js +214 -0
  1560. package/ui/.output/server/node_modules/undici/lib/dispatcher/pool.js +118 -0
  1561. package/ui/.output/server/node_modules/undici/lib/dispatcher/proxy-agent.js +318 -0
  1562. package/ui/.output/server/node_modules/undici/lib/dispatcher/retry-agent.js +35 -0
  1563. package/ui/.output/server/node_modules/undici/lib/dispatcher/round-robin-pool.js +137 -0
  1564. package/ui/.output/server/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +249 -0
  1565. package/ui/.output/server/node_modules/undici/lib/encoding/index.js +33 -0
  1566. package/ui/.output/server/node_modules/undici/lib/global.js +50 -0
  1567. package/ui/.output/server/node_modules/undici/lib/handler/cache-handler.js +578 -0
  1568. package/ui/.output/server/node_modules/undici/lib/handler/cache-revalidation-handler.js +124 -0
  1569. package/ui/.output/server/node_modules/undici/lib/handler/decorator-handler.js +67 -0
  1570. package/ui/.output/server/node_modules/undici/lib/handler/deduplication-handler.js +460 -0
  1571. package/ui/.output/server/node_modules/undici/lib/handler/redirect-handler.js +238 -0
  1572. package/ui/.output/server/node_modules/undici/lib/handler/retry-handler.js +394 -0
  1573. package/ui/.output/server/node_modules/undici/lib/handler/unwrap-handler.js +100 -0
  1574. package/ui/.output/server/node_modules/undici/lib/handler/wrap-handler.js +105 -0
  1575. package/ui/.output/server/node_modules/undici/lib/interceptor/cache.js +495 -0
  1576. package/ui/.output/server/node_modules/undici/lib/interceptor/decompress.js +259 -0
  1577. package/ui/.output/server/node_modules/undici/lib/interceptor/deduplicate.js +117 -0
  1578. package/ui/.output/server/node_modules/undici/lib/interceptor/dns.js +571 -0
  1579. package/ui/.output/server/node_modules/undici/lib/interceptor/dump.js +112 -0
  1580. package/ui/.output/server/node_modules/undici/lib/interceptor/redirect.js +21 -0
  1581. package/ui/.output/server/node_modules/undici/lib/interceptor/response-error.js +95 -0
  1582. package/ui/.output/server/node_modules/undici/lib/interceptor/retry.js +19 -0
  1583. package/ui/.output/server/node_modules/undici/lib/llhttp/constants.js +531 -0
  1584. package/ui/.output/server/node_modules/undici/lib/llhttp/llhttp-wasm.js +15 -0
  1585. package/ui/.output/server/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +15 -0
  1586. package/ui/.output/server/node_modules/undici/lib/llhttp/utils.js +12 -0
  1587. package/ui/.output/server/node_modules/undici/lib/mock/mock-agent.js +232 -0
  1588. package/ui/.output/server/node_modules/undici/lib/mock/mock-call-history.js +248 -0
  1589. package/ui/.output/server/node_modules/undici/lib/mock/mock-client.js +68 -0
  1590. package/ui/.output/server/node_modules/undici/lib/mock/mock-errors.js +29 -0
  1591. package/ui/.output/server/node_modules/undici/lib/mock/mock-interceptor.js +209 -0
  1592. package/ui/.output/server/node_modules/undici/lib/mock/mock-pool.js +68 -0
  1593. package/ui/.output/server/node_modules/undici/lib/mock/mock-symbols.js +32 -0
  1594. package/ui/.output/server/node_modules/undici/lib/mock/mock-utils.js +486 -0
  1595. package/ui/.output/server/node_modules/undici/lib/mock/pending-interceptors-formatter.js +43 -0
  1596. package/ui/.output/server/node_modules/undici/lib/mock/snapshot-agent.js +353 -0
  1597. package/ui/.output/server/node_modules/undici/lib/mock/snapshot-recorder.js +588 -0
  1598. package/ui/.output/server/node_modules/undici/lib/mock/snapshot-utils.js +158 -0
  1599. package/ui/.output/server/node_modules/undici/lib/util/cache.js +408 -0
  1600. package/ui/.output/server/node_modules/undici/lib/util/date.js +653 -0
  1601. package/ui/.output/server/node_modules/undici/lib/util/promise.js +28 -0
  1602. package/ui/.output/server/node_modules/undici/lib/util/runtime-features.js +124 -0
  1603. package/ui/.output/server/node_modules/undici/lib/util/stats.js +32 -0
  1604. package/ui/.output/server/node_modules/undici/lib/util/timers.js +425 -0
  1605. package/ui/.output/server/node_modules/undici/lib/web/cache/cache.js +864 -0
  1606. package/ui/.output/server/node_modules/undici/lib/web/cache/cachestorage.js +152 -0
  1607. package/ui/.output/server/node_modules/undici/lib/web/cache/util.js +45 -0
  1608. package/ui/.output/server/node_modules/undici/lib/web/cookies/constants.js +12 -0
  1609. package/ui/.output/server/node_modules/undici/lib/web/cookies/index.js +199 -0
  1610. package/ui/.output/server/node_modules/undici/lib/web/cookies/parse.js +322 -0
  1611. package/ui/.output/server/node_modules/undici/lib/web/cookies/util.js +282 -0
  1612. package/ui/.output/server/node_modules/undici/lib/web/eventsource/eventsource-stream.js +399 -0
  1613. package/ui/.output/server/node_modules/undici/lib/web/eventsource/eventsource.js +501 -0
  1614. package/ui/.output/server/node_modules/undici/lib/web/eventsource/util.js +29 -0
  1615. package/ui/.output/server/node_modules/undici/lib/web/fetch/body.js +509 -0
  1616. package/ui/.output/server/node_modules/undici/lib/web/fetch/constants.js +131 -0
  1617. package/ui/.output/server/node_modules/undici/lib/web/fetch/data-url.js +596 -0
  1618. package/ui/.output/server/node_modules/undici/lib/web/fetch/formdata-parser.js +586 -0
  1619. package/ui/.output/server/node_modules/undici/lib/web/fetch/formdata.js +259 -0
  1620. package/ui/.output/server/node_modules/undici/lib/web/fetch/global.js +40 -0
  1621. package/ui/.output/server/node_modules/undici/lib/web/fetch/headers.js +719 -0
  1622. package/ui/.output/server/node_modules/undici/lib/web/fetch/index.js +2413 -0
  1623. package/ui/.output/server/node_modules/undici/lib/web/fetch/request.js +1115 -0
  1624. package/ui/.output/server/node_modules/undici/lib/web/fetch/response.js +641 -0
  1625. package/ui/.output/server/node_modules/undici/lib/web/fetch/util.js +1522 -0
  1626. package/ui/.output/server/node_modules/undici/lib/web/infra/index.js +229 -0
  1627. package/ui/.output/server/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +307 -0
  1628. package/ui/.output/server/node_modules/undici/lib/web/webidl/index.js +1006 -0
  1629. package/ui/.output/server/node_modules/undici/lib/web/websocket/connection.js +329 -0
  1630. package/ui/.output/server/node_modules/undici/lib/web/websocket/constants.js +126 -0
  1631. package/ui/.output/server/node_modules/undici/lib/web/websocket/events.js +331 -0
  1632. package/ui/.output/server/node_modules/undici/lib/web/websocket/frame.js +133 -0
  1633. package/ui/.output/server/node_modules/undici/lib/web/websocket/permessage-deflate.js +118 -0
  1634. package/ui/.output/server/node_modules/undici/lib/web/websocket/receiver.js +450 -0
  1635. package/ui/.output/server/node_modules/undici/lib/web/websocket/sender.js +109 -0
  1636. package/ui/.output/server/node_modules/undici/lib/web/websocket/stream/websocketerror.js +104 -0
  1637. package/ui/.output/server/node_modules/undici/lib/web/websocket/stream/websocketstream.js +491 -0
  1638. package/ui/.output/server/node_modules/undici/lib/web/websocket/util.js +347 -0
  1639. package/ui/.output/server/node_modules/undici/lib/web/websocket/websocket.js +751 -0
  1640. package/ui/.output/server/node_modules/undici/package.json +152 -0
  1641. package/ui/.output/server/node_modules/unhead/dist/index.mjs +9 -0
  1642. package/ui/.output/server/node_modules/unhead/dist/parser.mjs +508 -0
  1643. package/ui/.output/server/node_modules/unhead/dist/plugins.mjs +101 -0
  1644. package/ui/.output/server/node_modules/unhead/dist/scripts.mjs +30 -0
  1645. package/ui/.output/server/node_modules/unhead/dist/server.mjs +180 -0
  1646. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.B3VbJo7Y.mjs +207 -0
  1647. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.BYvz9V1x.mjs +43 -0
  1648. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.BnoAbrHA.mjs +269 -0
  1649. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.CaI5ZD4O.mjs +182 -0
  1650. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.CbpEuj3y.mjs +71 -0
  1651. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.D4vSFytZ.mjs +236 -0
  1652. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.DQc16pHI.mjs +196 -0
  1653. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.Dh1cQCTe.mjs +44 -0
  1654. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.TxTMM7cM.mjs +166 -0
  1655. package/ui/.output/server/node_modules/unhead/dist/shared/unhead.yem5I2v_.mjs +38 -0
  1656. package/ui/.output/server/node_modules/unhead/dist/utils.mjs +5 -0
  1657. package/ui/.output/server/node_modules/unhead/package.json +105 -0
  1658. package/ui/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
  1659. package/ui/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
  1660. package/ui/.output/server/node_modules/vue/index.js +7 -0
  1661. package/ui/.output/server/node_modules/vue/index.mjs +1 -0
  1662. package/ui/.output/server/node_modules/vue/package.json +112 -0
  1663. package/ui/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
  1664. package/ui/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +301 -0
  1665. package/ui/.output/server/node_modules/vue-bundle-renderer/package.json +55 -0
  1666. package/ui/.output/server/node_modules/vue-router/dist/devtools-EWN81iOl.mjs +1220 -0
  1667. package/ui/.output/server/node_modules/vue-router/dist/vue-router.mjs +1557 -0
  1668. package/ui/.output/server/node_modules/vue-router/package.json +153 -0
  1669. package/ui/.output/server/node_modules/vue-router/vue-router.node.mjs +2 -0
  1670. package/ui/.output/server/node_modules/w3c-xmlserializer/lib/attributes.js +125 -0
  1671. package/ui/.output/server/node_modules/w3c-xmlserializer/lib/constants.js +44 -0
  1672. package/ui/.output/server/node_modules/w3c-xmlserializer/lib/serialize.js +365 -0
  1673. package/ui/.output/server/node_modules/w3c-xmlserializer/package.json +32 -0
  1674. package/ui/.output/server/node_modules/webidl-conversions/lib/index.js +436 -0
  1675. package/ui/.output/server/node_modules/webidl-conversions/package.json +34 -0
  1676. package/ui/.output/server/node_modules/whatwg-mimetype/lib/index.js +4 -0
  1677. package/ui/.output/server/node_modules/whatwg-mimetype/lib/mime-type-parameters.js +70 -0
  1678. package/ui/.output/server/node_modules/whatwg-mimetype/lib/mime-type.js +127 -0
  1679. package/ui/.output/server/node_modules/whatwg-mimetype/lib/parser.js +105 -0
  1680. package/ui/.output/server/node_modules/whatwg-mimetype/lib/serializer.js +25 -0
  1681. package/ui/.output/server/node_modules/whatwg-mimetype/lib/sniff.js +751 -0
  1682. package/ui/.output/server/node_modules/whatwg-mimetype/lib/utils.js +60 -0
  1683. package/ui/.output/server/node_modules/whatwg-mimetype/package.json +44 -0
  1684. package/ui/.output/server/node_modules/whatwg-url/index.js +27 -0
  1685. package/ui/.output/server/node_modules/whatwg-url/lib/Function.js +42 -0
  1686. package/ui/.output/server/node_modules/whatwg-url/lib/URL-impl.js +234 -0
  1687. package/ui/.output/server/node_modules/whatwg-url/lib/URL.js +499 -0
  1688. package/ui/.output/server/node_modules/whatwg-url/lib/URLSearchParams-impl.js +135 -0
  1689. package/ui/.output/server/node_modules/whatwg-url/lib/URLSearchParams.js +505 -0
  1690. package/ui/.output/server/node_modules/whatwg-url/lib/encoding.js +16 -0
  1691. package/ui/.output/server/node_modules/whatwg-url/lib/infra.js +26 -0
  1692. package/ui/.output/server/node_modules/whatwg-url/lib/percent-encoding.js +147 -0
  1693. package/ui/.output/server/node_modules/whatwg-url/lib/url-state-machine.js +1284 -0
  1694. package/ui/.output/server/node_modules/whatwg-url/lib/urlencoded.js +89 -0
  1695. package/ui/.output/server/node_modules/whatwg-url/lib/utils.js +252 -0
  1696. package/ui/.output/server/node_modules/whatwg-url/package.json +57 -0
  1697. package/ui/.output/server/node_modules/whatwg-url/webidl2js-wrapper.js +7 -0
  1698. package/ui/.output/server/node_modules/xml-name-validator/lib/xml-name-validator.js +9 -0
  1699. package/ui/.output/server/node_modules/xml-name-validator/package.json +30 -0
  1700. package/ui/.output/server/node_modules/xmlchars/package.json +51 -0
  1701. package/ui/.output/server/node_modules/xmlchars/xml/1.0/ed5.js +105 -0
  1702. package/ui/.output/server/node_modules/xmlchars/xml/1.1/ed2.js +145 -0
  1703. package/ui/.output/server/node_modules/xmlchars/xmlns/1.0/ed3.js +65 -0
  1704. package/ui/.output/server/package.json +78 -0
  1705. package/ui/package.json +27 -0
  1706. package/CONTRIBUTING.md +0 -78
  1707. package/scripts/run-tests.cjs +0 -18
@@ -0,0 +1,1747 @@
1
+ /*! @license DOMPurify 3.4.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.7/LICENSE */
2
+
3
+ function _arrayLikeToArray(r, a) {
4
+ (null == a || a > r.length) && (a = r.length);
5
+ for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
6
+ return n;
7
+ }
8
+ function _arrayWithHoles(r) {
9
+ if (Array.isArray(r)) return r;
10
+ }
11
+ function _iterableToArrayLimit(r, l) {
12
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
13
+ if (null != t) {
14
+ var e,
15
+ n,
16
+ i,
17
+ u,
18
+ a = [],
19
+ f = true,
20
+ o = false;
21
+ try {
22
+ if (i = (t = t.call(r)).next, 0 === l) ; else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
23
+ } catch (r) {
24
+ o = true, n = r;
25
+ } finally {
26
+ try {
27
+ if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
28
+ } finally {
29
+ if (o) throw n;
30
+ }
31
+ }
32
+ return a;
33
+ }
34
+ }
35
+ function _nonIterableRest() {
36
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
37
+ }
38
+ function _slicedToArray(r, e) {
39
+ return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
40
+ }
41
+ function _unsupportedIterableToArray(r, a) {
42
+ if (r) {
43
+ if ("string" == typeof r) return _arrayLikeToArray(r, a);
44
+ var t = {}.toString.call(r).slice(8, -1);
45
+ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
46
+ }
47
+ }
48
+
49
+ const entries = Object.entries,
50
+ setPrototypeOf = Object.setPrototypeOf,
51
+ isFrozen = Object.isFrozen,
52
+ getPrototypeOf = Object.getPrototypeOf,
53
+ getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
54
+ let freeze = Object.freeze,
55
+ seal = Object.seal,
56
+ create = Object.create; // eslint-disable-line import/no-mutable-exports
57
+ let _ref = typeof Reflect !== 'undefined' && Reflect,
58
+ apply = _ref.apply,
59
+ construct = _ref.construct;
60
+ if (!freeze) {
61
+ freeze = function freeze(x) {
62
+ return x;
63
+ };
64
+ }
65
+ if (!seal) {
66
+ seal = function seal(x) {
67
+ return x;
68
+ };
69
+ }
70
+ if (!apply) {
71
+ apply = function apply(func, thisArg) {
72
+ for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
73
+ args[_key - 2] = arguments[_key];
74
+ }
75
+ return func.apply(thisArg, args);
76
+ };
77
+ }
78
+ if (!construct) {
79
+ construct = function construct(Func) {
80
+ for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
81
+ args[_key2 - 1] = arguments[_key2];
82
+ }
83
+ return new Func(...args);
84
+ };
85
+ }
86
+ const arrayForEach = unapply(Array.prototype.forEach);
87
+ const arrayLastIndexOf = unapply(Array.prototype.lastIndexOf);
88
+ const arrayPop = unapply(Array.prototype.pop);
89
+ const arrayPush = unapply(Array.prototype.push);
90
+ const arraySplice = unapply(Array.prototype.splice);
91
+ const arrayIsArray = Array.isArray;
92
+ const stringToLowerCase = unapply(String.prototype.toLowerCase);
93
+ const stringToString = unapply(String.prototype.toString);
94
+ const stringMatch = unapply(String.prototype.match);
95
+ const stringReplace = unapply(String.prototype.replace);
96
+ const stringIndexOf = unapply(String.prototype.indexOf);
97
+ const stringTrim = unapply(String.prototype.trim);
98
+ const numberToString = unapply(Number.prototype.toString);
99
+ const booleanToString = unapply(Boolean.prototype.toString);
100
+ const bigintToString = typeof BigInt === 'undefined' ? null : unapply(BigInt.prototype.toString);
101
+ const symbolToString = typeof Symbol === 'undefined' ? null : unapply(Symbol.prototype.toString);
102
+ const objectHasOwnProperty = unapply(Object.prototype.hasOwnProperty);
103
+ const objectToString = unapply(Object.prototype.toString);
104
+ const regExpTest = unapply(RegExp.prototype.test);
105
+ const typeErrorCreate = unconstruct(TypeError);
106
+ /**
107
+ * Creates a new function that calls the given function with a specified thisArg and arguments.
108
+ *
109
+ * @param func - The function to be wrapped and called.
110
+ * @returns A new function that calls the given function with a specified thisArg and arguments.
111
+ */
112
+ function unapply(func) {
113
+ return function (thisArg) {
114
+ if (thisArg instanceof RegExp) {
115
+ thisArg.lastIndex = 0;
116
+ }
117
+ for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
118
+ args[_key3 - 1] = arguments[_key3];
119
+ }
120
+ return apply(func, thisArg, args);
121
+ };
122
+ }
123
+ /**
124
+ * Creates a new function that constructs an instance of the given constructor function with the provided arguments.
125
+ *
126
+ * @param func - The constructor function to be wrapped and called.
127
+ * @returns A new function that constructs an instance of the given constructor function with the provided arguments.
128
+ */
129
+ function unconstruct(Func) {
130
+ return function () {
131
+ for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
132
+ args[_key4] = arguments[_key4];
133
+ }
134
+ return construct(Func, args);
135
+ };
136
+ }
137
+ /**
138
+ * Add properties to a lookup table
139
+ *
140
+ * @param set - The set to which elements will be added.
141
+ * @param array - The array containing elements to be added to the set.
142
+ * @param transformCaseFunc - An optional function to transform the case of each element before adding to the set.
143
+ * @returns The modified set with added elements.
144
+ */
145
+ function addToSet(set, array) {
146
+ let transformCaseFunc = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : stringToLowerCase;
147
+ if (setPrototypeOf) {
148
+ // Make 'in' and truthy checks like Boolean(set.constructor)
149
+ // independent of any properties defined on Object.prototype.
150
+ // Prevent prototype setters from intercepting set as a this value.
151
+ setPrototypeOf(set, null);
152
+ }
153
+ if (!arrayIsArray(array)) {
154
+ return set;
155
+ }
156
+ let l = array.length;
157
+ while (l--) {
158
+ let element = array[l];
159
+ if (typeof element === 'string') {
160
+ const lcElement = transformCaseFunc(element);
161
+ if (lcElement !== element) {
162
+ // Config presets (e.g. tags.js, attrs.js) are immutable.
163
+ if (!isFrozen(array)) {
164
+ array[l] = lcElement;
165
+ }
166
+ element = lcElement;
167
+ }
168
+ }
169
+ set[element] = true;
170
+ }
171
+ return set;
172
+ }
173
+ /**
174
+ * Clean up an array to harden against CSPP
175
+ *
176
+ * @param array - The array to be cleaned.
177
+ * @returns The cleaned version of the array
178
+ */
179
+ function cleanArray(array) {
180
+ for (let index = 0; index < array.length; index++) {
181
+ const isPropertyExist = objectHasOwnProperty(array, index);
182
+ if (!isPropertyExist) {
183
+ array[index] = null;
184
+ }
185
+ }
186
+ return array;
187
+ }
188
+ /**
189
+ * Shallow clone an object
190
+ *
191
+ * @param object - The object to be cloned.
192
+ * @returns A new object that copies the original.
193
+ */
194
+ function clone(object) {
195
+ const newObject = create(null);
196
+ for (const _ref2 of entries(object)) {
197
+ var _ref3 = _slicedToArray(_ref2, 2);
198
+ const property = _ref3[0];
199
+ const value = _ref3[1];
200
+ const isPropertyExist = objectHasOwnProperty(object, property);
201
+ if (isPropertyExist) {
202
+ if (arrayIsArray(value)) {
203
+ newObject[property] = cleanArray(value);
204
+ } else if (value && typeof value === 'object' && value.constructor === Object) {
205
+ newObject[property] = clone(value);
206
+ } else {
207
+ newObject[property] = value;
208
+ }
209
+ }
210
+ }
211
+ return newObject;
212
+ }
213
+ /**
214
+ * Convert non-node values into strings without depending on direct property access.
215
+ *
216
+ * @param value - The value to stringify.
217
+ * @returns A string representation of the provided value.
218
+ */
219
+ function stringifyValue(value) {
220
+ switch (typeof value) {
221
+ case 'string':
222
+ {
223
+ return value;
224
+ }
225
+ case 'number':
226
+ {
227
+ return numberToString(value);
228
+ }
229
+ case 'boolean':
230
+ {
231
+ return booleanToString(value);
232
+ }
233
+ case 'bigint':
234
+ {
235
+ return bigintToString ? bigintToString(value) : '0';
236
+ }
237
+ case 'symbol':
238
+ {
239
+ return symbolToString ? symbolToString(value) : 'Symbol()';
240
+ }
241
+ case 'undefined':
242
+ {
243
+ return objectToString(value);
244
+ }
245
+ case 'function':
246
+ case 'object':
247
+ {
248
+ if (value === null) {
249
+ return objectToString(value);
250
+ }
251
+ const valueAsRecord = value;
252
+ const valueToString = lookupGetter(valueAsRecord, 'toString');
253
+ if (typeof valueToString === 'function') {
254
+ const stringified = valueToString(valueAsRecord);
255
+ return typeof stringified === 'string' ? stringified : objectToString(stringified);
256
+ }
257
+ return objectToString(value);
258
+ }
259
+ default:
260
+ {
261
+ return objectToString(value);
262
+ }
263
+ }
264
+ }
265
+ /**
266
+ * This method automatically checks if the prop is function or getter and behaves accordingly.
267
+ *
268
+ * @param object - The object to look up the getter function in its prototype chain.
269
+ * @param prop - The property name for which to find the getter function.
270
+ * @returns The getter function found in the prototype chain or a fallback function.
271
+ */
272
+ function lookupGetter(object, prop) {
273
+ while (object !== null) {
274
+ const desc = getOwnPropertyDescriptor(object, prop);
275
+ if (desc) {
276
+ if (desc.get) {
277
+ return unapply(desc.get);
278
+ }
279
+ if (typeof desc.value === 'function') {
280
+ return unapply(desc.value);
281
+ }
282
+ }
283
+ object = getPrototypeOf(object);
284
+ }
285
+ function fallbackValue() {
286
+ return null;
287
+ }
288
+ return fallbackValue;
289
+ }
290
+ function isRegex(value) {
291
+ try {
292
+ regExpTest(value, '');
293
+ return true;
294
+ } catch (_unused) {
295
+ return false;
296
+ }
297
+ }
298
+
299
+ const html$1 = freeze(['a', 'abbr', 'acronym', 'address', 'area', 'article', 'aside', 'audio', 'b', 'bdi', 'bdo', 'big', 'blink', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'content', 'data', 'datalist', 'dd', 'decorator', 'del', 'details', 'dfn', 'dialog', 'dir', 'div', 'dl', 'dt', 'element', 'em', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'img', 'input', 'ins', 'kbd', 'label', 'legend', 'li', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meter', 'nav', 'nobr', 'ol', 'optgroup', 'option', 'output', 'p', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'search', 'section', 'select', 'shadow', 'slot', 'small', 'source', 'spacer', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr']);
300
+ const svg$1 = freeze(['svg', 'a', 'altglyph', 'altglyphdef', 'altglyphitem', 'animatecolor', 'animatemotion', 'animatetransform', 'circle', 'clippath', 'defs', 'desc', 'ellipse', 'enterkeyhint', 'exportparts', 'filter', 'font', 'g', 'glyph', 'glyphref', 'hkern', 'image', 'inputmode', 'line', 'lineargradient', 'marker', 'mask', 'metadata', 'mpath', 'part', 'path', 'pattern', 'polygon', 'polyline', 'radialgradient', 'rect', 'stop', 'style', 'switch', 'symbol', 'text', 'textpath', 'title', 'tref', 'tspan', 'view', 'vkern']);
301
+ const svgFilters = freeze(['feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feDropShadow', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence']);
302
+ // List of SVG elements that are disallowed by default.
303
+ // We still need to know them so that we can do namespace
304
+ // checks properly in case one wants to add them to
305
+ // allow-list.
306
+ const svgDisallowed = freeze(['animate', 'color-profile', 'cursor', 'discard', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'foreignobject', 'hatch', 'hatchpath', 'mesh', 'meshgradient', 'meshpatch', 'meshrow', 'missing-glyph', 'script', 'set', 'solidcolor', 'unknown', 'use']);
307
+ const mathMl$1 = freeze(['math', 'menclose', 'merror', 'mfenced', 'mfrac', 'mglyph', 'mi', 'mlabeledtr', 'mmultiscripts', 'mn', 'mo', 'mover', 'mpadded', 'mphantom', 'mroot', 'mrow', 'ms', 'mspace', 'msqrt', 'mstyle', 'msub', 'msup', 'msubsup', 'mtable', 'mtd', 'mtext', 'mtr', 'munder', 'munderover', 'mprescripts']);
308
+ // Similarly to SVG, we want to know all MathML elements,
309
+ // even those that we disallow by default.
310
+ const mathMlDisallowed = freeze(['maction', 'maligngroup', 'malignmark', 'mlongdiv', 'mscarries', 'mscarry', 'msgroup', 'mstack', 'msline', 'msrow', 'semantics', 'annotation', 'annotation-xml', 'mprescripts', 'none']);
311
+ const text = freeze(['#text']);
312
+
313
+ const html = freeze(['accept', 'action', 'align', 'alt', 'autocapitalize', 'autocomplete', 'autopictureinpicture', 'autoplay', 'background', 'bgcolor', 'border', 'capture', 'cellpadding', 'cellspacing', 'checked', 'cite', 'class', 'clear', 'color', 'cols', 'colspan', 'command', 'commandfor', 'controls', 'controlslist', 'coords', 'crossorigin', 'datetime', 'decoding', 'default', 'dir', 'disabled', 'disablepictureinpicture', 'disableremoteplayback', 'download', 'draggable', 'enctype', 'enterkeyhint', 'exportparts', 'face', 'for', 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', 'id', 'inert', 'inputmode', 'integrity', 'ismap', 'kind', 'label', 'lang', 'list', 'loading', 'loop', 'low', 'max', 'maxlength', 'media', 'method', 'min', 'minlength', 'multiple', 'muted', 'name', 'nonce', 'noshade', 'novalidate', 'nowrap', 'open', 'optimum', 'part', 'pattern', 'placeholder', 'playsinline', 'popover', 'popovertarget', 'popovertargetaction', 'poster', 'preload', 'pubdate', 'radiogroup', 'readonly', 'rel', 'required', 'rev', 'reversed', 'role', 'rows', 'rowspan', 'spellcheck', 'scope', 'selected', 'shape', 'size', 'sizes', 'slot', 'span', 'srclang', 'start', 'src', 'srcset', 'step', 'style', 'summary', 'tabindex', 'title', 'translate', 'type', 'usemap', 'valign', 'value', 'width', 'wrap', 'xmlns']);
314
+ const svg = freeze(['accent-height', 'accumulate', 'additive', 'alignment-baseline', 'amplitude', 'ascent', 'attributename', 'attributetype', 'azimuth', 'basefrequency', 'baseline-shift', 'begin', 'bias', 'by', 'class', 'clip', 'clippathunits', 'clip-path', 'clip-rule', 'color', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'cx', 'cy', 'd', 'dx', 'dy', 'diffuseconstant', 'direction', 'display', 'divisor', 'dur', 'edgemode', 'elevation', 'end', 'exponent', 'fill', 'fill-opacity', 'fill-rule', 'filter', 'filterunits', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'fx', 'fy', 'g1', 'g2', 'glyph-name', 'glyphref', 'gradientunits', 'gradienttransform', 'height', 'href', 'id', 'image-rendering', 'in', 'in2', 'intercept', 'k', 'k1', 'k2', 'k3', 'k4', 'kerning', 'keypoints', 'keysplines', 'keytimes', 'lang', 'lengthadjust', 'letter-spacing', 'kernelmatrix', 'kernelunitlength', 'lighting-color', 'local', 'marker-end', 'marker-mid', 'marker-start', 'markerheight', 'markerunits', 'markerwidth', 'maskcontentunits', 'maskunits', 'max', 'mask', 'mask-type', 'media', 'method', 'mode', 'min', 'name', 'numoctaves', 'offset', 'operator', 'opacity', 'order', 'orient', 'orientation', 'origin', 'overflow', 'paint-order', 'path', 'pathlength', 'patterncontentunits', 'patterntransform', 'patternunits', 'points', 'preservealpha', 'preserveaspectratio', 'primitiveunits', 'r', 'rx', 'ry', 'radius', 'refx', 'refy', 'repeatcount', 'repeatdur', 'restart', 'result', 'rotate', 'scale', 'seed', 'shape-rendering', 'slope', 'specularconstant', 'specularexponent', 'spreadmethod', 'startoffset', 'stddeviation', 'stitchtiles', 'stop-color', 'stop-opacity', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke', 'stroke-width', 'style', 'surfacescale', 'systemlanguage', 'tabindex', 'tablevalues', 'targetx', 'targety', 'transform', 'transform-origin', 'text-anchor', 'text-decoration', 'text-rendering', 'textlength', 'type', 'u1', 'u2', 'unicode', 'values', 'viewbox', 'visibility', 'version', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'width', 'word-spacing', 'wrap', 'writing-mode', 'xchannelselector', 'ychannelselector', 'x', 'x1', 'x2', 'xmlns', 'y', 'y1', 'y2', 'z', 'zoomandpan']);
315
+ const mathMl = freeze(['accent', 'accentunder', 'align', 'bevelled', 'close', 'columnalign', 'columnlines', 'columnspacing', 'columnspan', 'denomalign', 'depth', 'dir', 'display', 'displaystyle', 'encoding', 'fence', 'frame', 'height', 'href', 'id', 'largeop', 'length', 'linethickness', 'lquote', 'lspace', 'mathbackground', 'mathcolor', 'mathsize', 'mathvariant', 'maxsize', 'minsize', 'movablelimits', 'notation', 'numalign', 'open', 'rowalign', 'rowlines', 'rowspacing', 'rowspan', 'rspace', 'rquote', 'scriptlevel', 'scriptminsize', 'scriptsizemultiplier', 'selection', 'separator', 'separators', 'stretchy', 'subscriptshift', 'supscriptshift', 'symmetric', 'voffset', 'width', 'xmlns']);
316
+ const xml = freeze(['xlink:href', 'xml:id', 'xlink:title', 'xml:space', 'xmlns:xlink']);
317
+
318
+ const MUSTACHE_EXPR = seal(/{{[\w\W]*|^[\w\W]*}}/g);
319
+ const ERB_EXPR = seal(/<%[\w\W]*|^[\w\W]*%>/g);
320
+ const TMPLIT_EXPR = seal(/\${[\w\W]*/g);
321
+ const DATA_ATTR = seal(/^data-[\-\w.\u00B7-\uFFFF]+$/); // eslint-disable-line no-useless-escape
322
+ const ARIA_ATTR = seal(/^aria-[\-\w]+$/); // eslint-disable-line no-useless-escape
323
+ const IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i // eslint-disable-line no-useless-escape
324
+ );
325
+ const IS_SCRIPT_OR_DATA = seal(/^(?:\w+script|data):/i);
326
+ const ATTR_WHITESPACE = seal(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g // eslint-disable-line no-control-regex
327
+ );
328
+ const DOCTYPE_NAME = seal(/^html$/i);
329
+ const CUSTOM_ELEMENT = seal(/^[a-z][.\w]*(-[.\w]+)+$/i);
330
+
331
+ /* eslint-disable @typescript-eslint/indent */
332
+ // https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType
333
+ const NODE_TYPE = {
334
+ element: 1,
335
+ attribute: 2,
336
+ text: 3,
337
+ cdataSection: 4,
338
+ entityReference: 5,
339
+ // Deprecated
340
+ entityNode: 6,
341
+ // Deprecated
342
+ progressingInstruction: 7,
343
+ comment: 8,
344
+ document: 9,
345
+ documentType: 10,
346
+ documentFragment: 11,
347
+ notation: 12 // Deprecated
348
+ };
349
+ const getGlobal = function getGlobal() {
350
+ return typeof window === 'undefined' ? null : window;
351
+ };
352
+ /**
353
+ * Creates a no-op policy for internal use only.
354
+ * Don't export this function outside this module!
355
+ * @param trustedTypes The policy factory.
356
+ * @param purifyHostElement The Script element used to load DOMPurify (to determine policy name suffix).
357
+ * @return The policy created (or null, if Trusted Types
358
+ * are not supported or creating the policy failed).
359
+ */
360
+ const _createTrustedTypesPolicy = function _createTrustedTypesPolicy(trustedTypes, purifyHostElement) {
361
+ if (typeof trustedTypes !== 'object' || typeof trustedTypes.createPolicy !== 'function') {
362
+ return null;
363
+ }
364
+ // Allow the callers to control the unique policy name
365
+ // by adding a data-tt-policy-suffix to the script element with the DOMPurify.
366
+ // Policy creation with duplicate names throws in Trusted Types.
367
+ let suffix = null;
368
+ const ATTR_NAME = 'data-tt-policy-suffix';
369
+ if (purifyHostElement && purifyHostElement.hasAttribute(ATTR_NAME)) {
370
+ suffix = purifyHostElement.getAttribute(ATTR_NAME);
371
+ }
372
+ const policyName = 'dompurify' + (suffix ? '#' + suffix : '');
373
+ try {
374
+ return trustedTypes.createPolicy(policyName, {
375
+ createHTML(html) {
376
+ return html;
377
+ },
378
+ createScriptURL(scriptUrl) {
379
+ return scriptUrl;
380
+ }
381
+ });
382
+ } catch (_) {
383
+ // Policy creation failed (most likely another DOMPurify script has
384
+ // already run). Skip creating the policy, as this will only cause errors
385
+ // if TT are enforced.
386
+ console.warn('TrustedTypes policy ' + policyName + ' could not be created.');
387
+ return null;
388
+ }
389
+ };
390
+ const _createHooksMap = function _createHooksMap() {
391
+ return {
392
+ afterSanitizeAttributes: [],
393
+ afterSanitizeElements: [],
394
+ afterSanitizeShadowDOM: [],
395
+ beforeSanitizeAttributes: [],
396
+ beforeSanitizeElements: [],
397
+ beforeSanitizeShadowDOM: [],
398
+ uponSanitizeAttribute: [],
399
+ uponSanitizeElement: [],
400
+ uponSanitizeShadowNode: []
401
+ };
402
+ };
403
+ function createDOMPurify() {
404
+ let window = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : getGlobal();
405
+ const DOMPurify = root => createDOMPurify(root);
406
+ DOMPurify.version = '3.4.7';
407
+ DOMPurify.removed = [];
408
+ if (!window || !window.document || window.document.nodeType !== NODE_TYPE.document || !window.Element) {
409
+ // Not running in a browser, provide a factory function
410
+ // so that you can pass your own Window
411
+ DOMPurify.isSupported = false;
412
+ return DOMPurify;
413
+ }
414
+ let document = window.document;
415
+ const originalDocument = document;
416
+ const currentScript = originalDocument.currentScript;
417
+ window.DocumentFragment;
418
+ const HTMLTemplateElement = window.HTMLTemplateElement,
419
+ Node = window.Node,
420
+ Element = window.Element,
421
+ NodeFilter = window.NodeFilter,
422
+ _window$NamedNodeMap = window.NamedNodeMap;
423
+ _window$NamedNodeMap === void 0 ? window.NamedNodeMap || window.MozNamedAttrMap : _window$NamedNodeMap;
424
+ window.HTMLFormElement;
425
+ const DOMParser = window.DOMParser,
426
+ trustedTypes = window.trustedTypes;
427
+ const ElementPrototype = Element.prototype;
428
+ const cloneNode = lookupGetter(ElementPrototype, 'cloneNode');
429
+ const remove = lookupGetter(ElementPrototype, 'remove');
430
+ const getNextSibling = lookupGetter(ElementPrototype, 'nextSibling');
431
+ const getChildNodes = lookupGetter(ElementPrototype, 'childNodes');
432
+ const getParentNode = lookupGetter(ElementPrototype, 'parentNode');
433
+ const getShadowRoot = lookupGetter(ElementPrototype, 'shadowRoot');
434
+ const getAttributes = lookupGetter(ElementPrototype, 'attributes');
435
+ const getNodeType = Node && Node.prototype ? lookupGetter(Node.prototype, 'nodeType') : null;
436
+ const getNodeName = Node && Node.prototype ? lookupGetter(Node.prototype, 'nodeName') : null;
437
+ // As per issue #47, the web-components registry is inherited by a
438
+ // new document created via createHTMLDocument. As per the spec
439
+ // (http://w3c.github.io/webcomponents/spec/custom/#creating-and-passing-registries)
440
+ // a new empty registry is used when creating a template contents owner
441
+ // document, so we use that as our parent document to ensure nothing
442
+ // is inherited.
443
+ if (typeof HTMLTemplateElement === 'function') {
444
+ const template = document.createElement('template');
445
+ if (template.content && template.content.ownerDocument) {
446
+ document = template.content.ownerDocument;
447
+ }
448
+ }
449
+ let trustedTypesPolicy;
450
+ let emptyHTML = '';
451
+ const _document = document,
452
+ implementation = _document.implementation,
453
+ createNodeIterator = _document.createNodeIterator,
454
+ createDocumentFragment = _document.createDocumentFragment,
455
+ getElementsByTagName = _document.getElementsByTagName;
456
+ const importNode = originalDocument.importNode;
457
+ let hooks = _createHooksMap();
458
+ /**
459
+ * Expose whether this browser supports running the full DOMPurify.
460
+ */
461
+ DOMPurify.isSupported = typeof entries === 'function' && typeof getParentNode === 'function' && implementation && implementation.createHTMLDocument !== undefined;
462
+ const MUSTACHE_EXPR$1 = MUSTACHE_EXPR,
463
+ ERB_EXPR$1 = ERB_EXPR,
464
+ TMPLIT_EXPR$1 = TMPLIT_EXPR,
465
+ DATA_ATTR$1 = DATA_ATTR,
466
+ ARIA_ATTR$1 = ARIA_ATTR,
467
+ IS_SCRIPT_OR_DATA$1 = IS_SCRIPT_OR_DATA,
468
+ ATTR_WHITESPACE$1 = ATTR_WHITESPACE,
469
+ CUSTOM_ELEMENT$1 = CUSTOM_ELEMENT;
470
+ let IS_ALLOWED_URI$1 = IS_ALLOWED_URI;
471
+ /**
472
+ * We consider the elements and attributes below to be safe. Ideally
473
+ * don't add any new ones but feel free to remove unwanted ones.
474
+ */
475
+ /* allowed element names */
476
+ let ALLOWED_TAGS = null;
477
+ const DEFAULT_ALLOWED_TAGS = addToSet({}, [...html$1, ...svg$1, ...svgFilters, ...mathMl$1, ...text]);
478
+ /* Allowed attribute names */
479
+ let ALLOWED_ATTR = null;
480
+ const DEFAULT_ALLOWED_ATTR = addToSet({}, [...html, ...svg, ...mathMl, ...xml]);
481
+ /*
482
+ * Configure how DOMPurify should handle custom elements and their attributes as well as customized built-in elements.
483
+ * @property {RegExp|Function|null} tagNameCheck one of [null, regexPattern, predicate]. Default: `null` (disallow any custom elements)
484
+ * @property {RegExp|Function|null} attributeNameCheck one of [null, regexPattern, predicate]. Default: `null` (disallow any attributes not on the allow list)
485
+ * @property {boolean} allowCustomizedBuiltInElements allow custom elements derived from built-ins if they pass CUSTOM_ELEMENT_HANDLING.tagNameCheck. Default: `false`.
486
+ */
487
+ let CUSTOM_ELEMENT_HANDLING = Object.seal(create(null, {
488
+ tagNameCheck: {
489
+ writable: true,
490
+ configurable: false,
491
+ enumerable: true,
492
+ value: null
493
+ },
494
+ attributeNameCheck: {
495
+ writable: true,
496
+ configurable: false,
497
+ enumerable: true,
498
+ value: null
499
+ },
500
+ allowCustomizedBuiltInElements: {
501
+ writable: true,
502
+ configurable: false,
503
+ enumerable: true,
504
+ value: false
505
+ }
506
+ }));
507
+ /* Explicitly forbidden tags (overrides ALLOWED_TAGS/ADD_TAGS) */
508
+ let FORBID_TAGS = null;
509
+ /* Explicitly forbidden attributes (overrides ALLOWED_ATTR/ADD_ATTR) */
510
+ let FORBID_ATTR = null;
511
+ /* Config object to store ADD_TAGS/ADD_ATTR functions (when used as functions) */
512
+ const EXTRA_ELEMENT_HANDLING = Object.seal(create(null, {
513
+ tagCheck: {
514
+ writable: true,
515
+ configurable: false,
516
+ enumerable: true,
517
+ value: null
518
+ },
519
+ attributeCheck: {
520
+ writable: true,
521
+ configurable: false,
522
+ enumerable: true,
523
+ value: null
524
+ }
525
+ }));
526
+ /* Decide if ARIA attributes are okay */
527
+ let ALLOW_ARIA_ATTR = true;
528
+ /* Decide if custom data attributes are okay */
529
+ let ALLOW_DATA_ATTR = true;
530
+ /* Decide if unknown protocols are okay */
531
+ let ALLOW_UNKNOWN_PROTOCOLS = false;
532
+ /* Decide if self-closing tags in attributes are allowed.
533
+ * Usually removed due to a mXSS issue in jQuery 3.0 */
534
+ let ALLOW_SELF_CLOSE_IN_ATTR = true;
535
+ /* Output should be safe for common template engines.
536
+ * This means, DOMPurify removes data attributes, mustaches and ERB
537
+ */
538
+ let SAFE_FOR_TEMPLATES = false;
539
+ /* Output should be safe even for XML used within HTML and alike.
540
+ * This means, DOMPurify removes comments when containing risky content.
541
+ */
542
+ let SAFE_FOR_XML = true;
543
+ /* Decide if document with <html>... should be returned */
544
+ let WHOLE_DOCUMENT = false;
545
+ /* Track whether config is already set on this instance of DOMPurify. */
546
+ let SET_CONFIG = false;
547
+ /* Decide if all elements (e.g. style, script) must be children of
548
+ * document.body. By default, browsers might move them to document.head */
549
+ let FORCE_BODY = false;
550
+ /* Decide if a DOM `HTMLBodyElement` should be returned, instead of a html
551
+ * string (or a TrustedHTML object if Trusted Types are supported).
552
+ * If `WHOLE_DOCUMENT` is enabled a `HTMLHtmlElement` will be returned instead
553
+ */
554
+ let RETURN_DOM = false;
555
+ /* Decide if a DOM `DocumentFragment` should be returned, instead of a html
556
+ * string (or a TrustedHTML object if Trusted Types are supported) */
557
+ let RETURN_DOM_FRAGMENT = false;
558
+ /* Try to return a Trusted Type object instead of a string, return a string in
559
+ * case Trusted Types are not supported */
560
+ let RETURN_TRUSTED_TYPE = false;
561
+ /* Output should be free from DOM clobbering attacks?
562
+ * This sanitizes markups named with colliding, clobberable built-in DOM APIs.
563
+ */
564
+ let SANITIZE_DOM = true;
565
+ /* Achieve full DOM Clobbering protection by isolating the namespace of named
566
+ * properties and JS variables, mitigating attacks that abuse the HTML/DOM spec rules.
567
+ *
568
+ * HTML/DOM spec rules that enable DOM Clobbering:
569
+ * - Named Access on Window (§7.3.3)
570
+ * - DOM Tree Accessors (§3.1.5)
571
+ * - Form Element Parent-Child Relations (§4.10.3)
572
+ * - Iframe srcdoc / Nested WindowProxies (§4.8.5)
573
+ * - HTMLCollection (§4.2.10.2)
574
+ *
575
+ * Namespace isolation is implemented by prefixing `id` and `name` attributes
576
+ * with a constant string, i.e., `user-content-`
577
+ */
578
+ let SANITIZE_NAMED_PROPS = false;
579
+ const SANITIZE_NAMED_PROPS_PREFIX = 'user-content-';
580
+ /* Keep element content when removing element? */
581
+ let KEEP_CONTENT = true;
582
+ /* If a `Node` is passed to sanitize(), then performs sanitization in-place instead
583
+ * of importing it into a new Document and returning a sanitized copy */
584
+ let IN_PLACE = false;
585
+ /* Allow usage of profiles like html, svg and mathMl */
586
+ let USE_PROFILES = {};
587
+ /* Tags to ignore content of when KEEP_CONTENT is true */
588
+ let FORBID_CONTENTS = null;
589
+ const DEFAULT_FORBID_CONTENTS = addToSet({}, ['annotation-xml', 'audio', 'colgroup', 'desc', 'foreignobject', 'head', 'iframe', 'math', 'mi', 'mn', 'mo', 'ms', 'mtext', 'noembed', 'noframes', 'noscript', 'plaintext', 'script', 'style', 'svg', 'template', 'thead', 'title', 'video', 'xmp']);
590
+ /* Tags that are safe for data: URIs */
591
+ let DATA_URI_TAGS = null;
592
+ const DEFAULT_DATA_URI_TAGS = addToSet({}, ['audio', 'video', 'img', 'source', 'image', 'track']);
593
+ /* Attributes safe for values like "javascript:" */
594
+ let URI_SAFE_ATTRIBUTES = null;
595
+ const DEFAULT_URI_SAFE_ATTRIBUTES = addToSet({}, ['alt', 'class', 'for', 'id', 'label', 'name', 'pattern', 'placeholder', 'role', 'summary', 'title', 'value', 'style', 'xmlns']);
596
+ const MATHML_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';
597
+ const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
598
+ const HTML_NAMESPACE = 'http://www.w3.org/1999/xhtml';
599
+ /* Document namespace */
600
+ let NAMESPACE = HTML_NAMESPACE;
601
+ let IS_EMPTY_INPUT = false;
602
+ /* Allowed XHTML+XML namespaces */
603
+ let ALLOWED_NAMESPACES = null;
604
+ const DEFAULT_ALLOWED_NAMESPACES = addToSet({}, [MATHML_NAMESPACE, SVG_NAMESPACE, HTML_NAMESPACE], stringToString);
605
+ let MATHML_TEXT_INTEGRATION_POINTS = addToSet({}, ['mi', 'mo', 'mn', 'ms', 'mtext']);
606
+ let HTML_INTEGRATION_POINTS = addToSet({}, ['annotation-xml']);
607
+ // Certain elements are allowed in both SVG and HTML
608
+ // namespace. We need to specify them explicitly
609
+ // so that they don't get erroneously deleted from
610
+ // HTML namespace.
611
+ const COMMON_SVG_AND_HTML_ELEMENTS = addToSet({}, ['title', 'style', 'font', 'a', 'script']);
612
+ /* Parsing of strict XHTML documents */
613
+ let PARSER_MEDIA_TYPE = null;
614
+ const SUPPORTED_PARSER_MEDIA_TYPES = ['application/xhtml+xml', 'text/html'];
615
+ const DEFAULT_PARSER_MEDIA_TYPE = 'text/html';
616
+ let transformCaseFunc = null;
617
+ /* Keep a reference to config to pass to hooks */
618
+ let CONFIG = null;
619
+ /* Ideally, do not touch anything below this line */
620
+ /* ______________________________________________ */
621
+ const formElement = document.createElement('form');
622
+ const isRegexOrFunction = function isRegexOrFunction(testValue) {
623
+ return testValue instanceof RegExp || testValue instanceof Function;
624
+ };
625
+ /**
626
+ * _parseConfig
627
+ *
628
+ * @param cfg optional config literal
629
+ */
630
+ // eslint-disable-next-line complexity
631
+ const _parseConfig = function _parseConfig() {
632
+ let cfg = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
633
+ if (CONFIG && CONFIG === cfg) {
634
+ return;
635
+ }
636
+ /* Shield configuration object from tampering */
637
+ if (!cfg || typeof cfg !== 'object') {
638
+ cfg = {};
639
+ }
640
+ /* Shield configuration object from prototype pollution */
641
+ cfg = clone(cfg);
642
+ PARSER_MEDIA_TYPE =
643
+ // eslint-disable-next-line unicorn/prefer-includes
644
+ SUPPORTED_PARSER_MEDIA_TYPES.indexOf(cfg.PARSER_MEDIA_TYPE) === -1 ? DEFAULT_PARSER_MEDIA_TYPE : cfg.PARSER_MEDIA_TYPE;
645
+ // HTML tags and attributes are not case-sensitive, converting to lowercase. Keeping XHTML as is.
646
+ transformCaseFunc = PARSER_MEDIA_TYPE === 'application/xhtml+xml' ? stringToString : stringToLowerCase;
647
+ /* Set configuration parameters */
648
+ ALLOWED_TAGS = objectHasOwnProperty(cfg, 'ALLOWED_TAGS') && arrayIsArray(cfg.ALLOWED_TAGS) ? addToSet({}, cfg.ALLOWED_TAGS, transformCaseFunc) : DEFAULT_ALLOWED_TAGS;
649
+ ALLOWED_ATTR = objectHasOwnProperty(cfg, 'ALLOWED_ATTR') && arrayIsArray(cfg.ALLOWED_ATTR) ? addToSet({}, cfg.ALLOWED_ATTR, transformCaseFunc) : DEFAULT_ALLOWED_ATTR;
650
+ ALLOWED_NAMESPACES = objectHasOwnProperty(cfg, 'ALLOWED_NAMESPACES') && arrayIsArray(cfg.ALLOWED_NAMESPACES) ? addToSet({}, cfg.ALLOWED_NAMESPACES, stringToString) : DEFAULT_ALLOWED_NAMESPACES;
651
+ URI_SAFE_ATTRIBUTES = objectHasOwnProperty(cfg, 'ADD_URI_SAFE_ATTR') && arrayIsArray(cfg.ADD_URI_SAFE_ATTR) ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR, transformCaseFunc) : DEFAULT_URI_SAFE_ATTRIBUTES;
652
+ DATA_URI_TAGS = objectHasOwnProperty(cfg, 'ADD_DATA_URI_TAGS') && arrayIsArray(cfg.ADD_DATA_URI_TAGS) ? addToSet(clone(DEFAULT_DATA_URI_TAGS), cfg.ADD_DATA_URI_TAGS, transformCaseFunc) : DEFAULT_DATA_URI_TAGS;
653
+ FORBID_CONTENTS = objectHasOwnProperty(cfg, 'FORBID_CONTENTS') && arrayIsArray(cfg.FORBID_CONTENTS) ? addToSet({}, cfg.FORBID_CONTENTS, transformCaseFunc) : DEFAULT_FORBID_CONTENTS;
654
+ FORBID_TAGS = objectHasOwnProperty(cfg, 'FORBID_TAGS') && arrayIsArray(cfg.FORBID_TAGS) ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) : clone({});
655
+ FORBID_ATTR = objectHasOwnProperty(cfg, 'FORBID_ATTR') && arrayIsArray(cfg.FORBID_ATTR) ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) : clone({});
656
+ USE_PROFILES = objectHasOwnProperty(cfg, 'USE_PROFILES') ? cfg.USE_PROFILES && typeof cfg.USE_PROFILES === 'object' ? clone(cfg.USE_PROFILES) : cfg.USE_PROFILES : false;
657
+ ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false; // Default true
658
+ ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false; // Default true
659
+ ALLOW_UNKNOWN_PROTOCOLS = cfg.ALLOW_UNKNOWN_PROTOCOLS || false; // Default false
660
+ ALLOW_SELF_CLOSE_IN_ATTR = cfg.ALLOW_SELF_CLOSE_IN_ATTR !== false; // Default true
661
+ SAFE_FOR_TEMPLATES = cfg.SAFE_FOR_TEMPLATES || false; // Default false
662
+ SAFE_FOR_XML = cfg.SAFE_FOR_XML !== false; // Default true
663
+ WHOLE_DOCUMENT = cfg.WHOLE_DOCUMENT || false; // Default false
664
+ RETURN_DOM = cfg.RETURN_DOM || false; // Default false
665
+ RETURN_DOM_FRAGMENT = cfg.RETURN_DOM_FRAGMENT || false; // Default false
666
+ RETURN_TRUSTED_TYPE = cfg.RETURN_TRUSTED_TYPE || false; // Default false
667
+ FORCE_BODY = cfg.FORCE_BODY || false; // Default false
668
+ SANITIZE_DOM = cfg.SANITIZE_DOM !== false; // Default true
669
+ SANITIZE_NAMED_PROPS = cfg.SANITIZE_NAMED_PROPS || false; // Default false
670
+ KEEP_CONTENT = cfg.KEEP_CONTENT !== false; // Default true
671
+ IN_PLACE = cfg.IN_PLACE || false; // Default false
672
+ IS_ALLOWED_URI$1 = isRegex(cfg.ALLOWED_URI_REGEXP) ? cfg.ALLOWED_URI_REGEXP : IS_ALLOWED_URI; // Default regexp
673
+ NAMESPACE = typeof cfg.NAMESPACE === 'string' ? cfg.NAMESPACE : HTML_NAMESPACE; // Default HTML namespace
674
+ MATHML_TEXT_INTEGRATION_POINTS = objectHasOwnProperty(cfg, 'MATHML_TEXT_INTEGRATION_POINTS') && cfg.MATHML_TEXT_INTEGRATION_POINTS && typeof cfg.MATHML_TEXT_INTEGRATION_POINTS === 'object' ? clone(cfg.MATHML_TEXT_INTEGRATION_POINTS) : addToSet({}, ['mi', 'mo', 'mn', 'ms', 'mtext']); // Default built-in map
675
+ HTML_INTEGRATION_POINTS = objectHasOwnProperty(cfg, 'HTML_INTEGRATION_POINTS') && cfg.HTML_INTEGRATION_POINTS && typeof cfg.HTML_INTEGRATION_POINTS === 'object' ? clone(cfg.HTML_INTEGRATION_POINTS) : addToSet({}, ['annotation-xml']); // Default built-in map
676
+ const customElementHandling = objectHasOwnProperty(cfg, 'CUSTOM_ELEMENT_HANDLING') && cfg.CUSTOM_ELEMENT_HANDLING && typeof cfg.CUSTOM_ELEMENT_HANDLING === 'object' ? clone(cfg.CUSTOM_ELEMENT_HANDLING) : create(null);
677
+ CUSTOM_ELEMENT_HANDLING = create(null);
678
+ if (objectHasOwnProperty(customElementHandling, 'tagNameCheck') && isRegexOrFunction(customElementHandling.tagNameCheck)) {
679
+ CUSTOM_ELEMENT_HANDLING.tagNameCheck = customElementHandling.tagNameCheck; // Default undefined
680
+ }
681
+ if (objectHasOwnProperty(customElementHandling, 'attributeNameCheck') && isRegexOrFunction(customElementHandling.attributeNameCheck)) {
682
+ CUSTOM_ELEMENT_HANDLING.attributeNameCheck = customElementHandling.attributeNameCheck; // Default undefined
683
+ }
684
+ if (objectHasOwnProperty(customElementHandling, 'allowCustomizedBuiltInElements') && typeof customElementHandling.allowCustomizedBuiltInElements === 'boolean') {
685
+ CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements = customElementHandling.allowCustomizedBuiltInElements; // Default undefined
686
+ }
687
+ if (SAFE_FOR_TEMPLATES) {
688
+ ALLOW_DATA_ATTR = false;
689
+ }
690
+ if (RETURN_DOM_FRAGMENT) {
691
+ RETURN_DOM = true;
692
+ }
693
+ /* Parse profile info */
694
+ if (USE_PROFILES) {
695
+ ALLOWED_TAGS = addToSet({}, text);
696
+ ALLOWED_ATTR = create(null);
697
+ if (USE_PROFILES.html === true) {
698
+ addToSet(ALLOWED_TAGS, html$1);
699
+ addToSet(ALLOWED_ATTR, html);
700
+ }
701
+ if (USE_PROFILES.svg === true) {
702
+ addToSet(ALLOWED_TAGS, svg$1);
703
+ addToSet(ALLOWED_ATTR, svg);
704
+ addToSet(ALLOWED_ATTR, xml);
705
+ }
706
+ if (USE_PROFILES.svgFilters === true) {
707
+ addToSet(ALLOWED_TAGS, svgFilters);
708
+ addToSet(ALLOWED_ATTR, svg);
709
+ addToSet(ALLOWED_ATTR, xml);
710
+ }
711
+ if (USE_PROFILES.mathMl === true) {
712
+ addToSet(ALLOWED_TAGS, mathMl$1);
713
+ addToSet(ALLOWED_ATTR, mathMl);
714
+ addToSet(ALLOWED_ATTR, xml);
715
+ }
716
+ }
717
+ /* Always reset function-based ADD_TAGS / ADD_ATTR checks to prevent
718
+ * leaking across calls when switching from function to array config */
719
+ EXTRA_ELEMENT_HANDLING.tagCheck = null;
720
+ EXTRA_ELEMENT_HANDLING.attributeCheck = null;
721
+ /* Merge configuration parameters */
722
+ if (objectHasOwnProperty(cfg, 'ADD_TAGS')) {
723
+ if (typeof cfg.ADD_TAGS === 'function') {
724
+ EXTRA_ELEMENT_HANDLING.tagCheck = cfg.ADD_TAGS;
725
+ } else if (arrayIsArray(cfg.ADD_TAGS)) {
726
+ if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
727
+ ALLOWED_TAGS = clone(ALLOWED_TAGS);
728
+ }
729
+ addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
730
+ }
731
+ }
732
+ if (objectHasOwnProperty(cfg, 'ADD_ATTR')) {
733
+ if (typeof cfg.ADD_ATTR === 'function') {
734
+ EXTRA_ELEMENT_HANDLING.attributeCheck = cfg.ADD_ATTR;
735
+ } else if (arrayIsArray(cfg.ADD_ATTR)) {
736
+ if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
737
+ ALLOWED_ATTR = clone(ALLOWED_ATTR);
738
+ }
739
+ addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
740
+ }
741
+ }
742
+ if (objectHasOwnProperty(cfg, 'ADD_URI_SAFE_ATTR') && arrayIsArray(cfg.ADD_URI_SAFE_ATTR)) {
743
+ addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);
744
+ }
745
+ if (objectHasOwnProperty(cfg, 'FORBID_CONTENTS') && arrayIsArray(cfg.FORBID_CONTENTS)) {
746
+ if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
747
+ FORBID_CONTENTS = clone(FORBID_CONTENTS);
748
+ }
749
+ addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
750
+ }
751
+ if (objectHasOwnProperty(cfg, 'ADD_FORBID_CONTENTS') && arrayIsArray(cfg.ADD_FORBID_CONTENTS)) {
752
+ if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
753
+ FORBID_CONTENTS = clone(FORBID_CONTENTS);
754
+ }
755
+ addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
756
+ }
757
+ /* Add #text in case KEEP_CONTENT is set to true */
758
+ if (KEEP_CONTENT) {
759
+ ALLOWED_TAGS['#text'] = true;
760
+ }
761
+ /* Add html, head and body to ALLOWED_TAGS in case WHOLE_DOCUMENT is true */
762
+ if (WHOLE_DOCUMENT) {
763
+ addToSet(ALLOWED_TAGS, ['html', 'head', 'body']);
764
+ }
765
+ /* Add tbody to ALLOWED_TAGS in case tables are permitted, see #286, #365 */
766
+ if (ALLOWED_TAGS.table) {
767
+ addToSet(ALLOWED_TAGS, ['tbody']);
768
+ delete FORBID_TAGS.tbody;
769
+ }
770
+ if (cfg.TRUSTED_TYPES_POLICY) {
771
+ if (typeof cfg.TRUSTED_TYPES_POLICY.createHTML !== 'function') {
772
+ throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
773
+ }
774
+ if (typeof cfg.TRUSTED_TYPES_POLICY.createScriptURL !== 'function') {
775
+ throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
776
+ }
777
+ // Overwrite existing TrustedTypes policy.
778
+ trustedTypesPolicy = cfg.TRUSTED_TYPES_POLICY;
779
+ // Sign local variables required by `sanitize`.
780
+ emptyHTML = trustedTypesPolicy.createHTML('');
781
+ } else {
782
+ // Uninitialized policy, attempt to initialize the internal dompurify policy.
783
+ if (trustedTypesPolicy === undefined) {
784
+ trustedTypesPolicy = _createTrustedTypesPolicy(trustedTypes, currentScript);
785
+ }
786
+ // If creating the internal policy succeeded sign internal variables.
787
+ if (trustedTypesPolicy !== null && typeof emptyHTML === 'string') {
788
+ emptyHTML = trustedTypesPolicy.createHTML('');
789
+ }
790
+ }
791
+ /*
792
+ * Mirror the clone-before-mutate pattern already applied above for
793
+ * cfg.ADD_TAGS / cfg.ADD_ATTR: if any uponSanitize* hook is
794
+ * registered AND the set still points at the default constant,
795
+ * clone it. The hook then mutates the clone (in-call widening
796
+ * still works exactly as documented) and the next default-cfg
797
+ * call rebinds to the untouched original via the reassignment at
798
+ * the top of this function.
799
+ */
800
+ if ((hooks.uponSanitizeElement.length > 0 || hooks.uponSanitizeAttribute.length > 0) && ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
801
+ ALLOWED_TAGS = clone(ALLOWED_TAGS);
802
+ }
803
+ if (hooks.uponSanitizeAttribute.length > 0 && ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
804
+ ALLOWED_ATTR = clone(ALLOWED_ATTR);
805
+ }
806
+ // Prevent further manipulation of configuration.
807
+ // Not available in IE8, Safari 5, etc.
808
+ if (freeze) {
809
+ freeze(cfg);
810
+ }
811
+ CONFIG = cfg;
812
+ };
813
+ /* Keep track of all possible SVG and MathML tags
814
+ * so that we can perform the namespace checks
815
+ * correctly. */
816
+ const ALL_SVG_TAGS = addToSet({}, [...svg$1, ...svgFilters, ...svgDisallowed]);
817
+ const ALL_MATHML_TAGS = addToSet({}, [...mathMl$1, ...mathMlDisallowed]);
818
+ /**
819
+ * @param element a DOM element whose namespace is being checked
820
+ * @returns Return false if the element has a
821
+ * namespace that a spec-compliant parser would never
822
+ * return. Return true otherwise.
823
+ */
824
+ const _checkValidNamespace = function _checkValidNamespace(element) {
825
+ let parent = getParentNode(element);
826
+ // In JSDOM, if we're inside shadow DOM, then parentNode
827
+ // can be null. We just simulate parent in this case.
828
+ if (!parent || !parent.tagName) {
829
+ parent = {
830
+ namespaceURI: NAMESPACE,
831
+ tagName: 'template'
832
+ };
833
+ }
834
+ const tagName = stringToLowerCase(element.tagName);
835
+ const parentTagName = stringToLowerCase(parent.tagName);
836
+ if (!ALLOWED_NAMESPACES[element.namespaceURI]) {
837
+ return false;
838
+ }
839
+ if (element.namespaceURI === SVG_NAMESPACE) {
840
+ // The only way to switch from HTML namespace to SVG
841
+ // is via <svg>. If it happens via any other tag, then
842
+ // it should be killed.
843
+ if (parent.namespaceURI === HTML_NAMESPACE) {
844
+ return tagName === 'svg';
845
+ }
846
+ // The only way to switch from MathML to SVG is via`
847
+ // svg if parent is either <annotation-xml> or MathML
848
+ // text integration points.
849
+ if (parent.namespaceURI === MATHML_NAMESPACE) {
850
+ return tagName === 'svg' && (parentTagName === 'annotation-xml' || MATHML_TEXT_INTEGRATION_POINTS[parentTagName]);
851
+ }
852
+ // We only allow elements that are defined in SVG
853
+ // spec. All others are disallowed in SVG namespace.
854
+ return Boolean(ALL_SVG_TAGS[tagName]);
855
+ }
856
+ if (element.namespaceURI === MATHML_NAMESPACE) {
857
+ // The only way to switch from HTML namespace to MathML
858
+ // is via <math>. If it happens via any other tag, then
859
+ // it should be killed.
860
+ if (parent.namespaceURI === HTML_NAMESPACE) {
861
+ return tagName === 'math';
862
+ }
863
+ // The only way to switch from SVG to MathML is via
864
+ // <math> and HTML integration points
865
+ if (parent.namespaceURI === SVG_NAMESPACE) {
866
+ return tagName === 'math' && HTML_INTEGRATION_POINTS[parentTagName];
867
+ }
868
+ // We only allow elements that are defined in MathML
869
+ // spec. All others are disallowed in MathML namespace.
870
+ return Boolean(ALL_MATHML_TAGS[tagName]);
871
+ }
872
+ if (element.namespaceURI === HTML_NAMESPACE) {
873
+ // The only way to switch from SVG to HTML is via
874
+ // HTML integration points, and from MathML to HTML
875
+ // is via MathML text integration points
876
+ if (parent.namespaceURI === SVG_NAMESPACE && !HTML_INTEGRATION_POINTS[parentTagName]) {
877
+ return false;
878
+ }
879
+ if (parent.namespaceURI === MATHML_NAMESPACE && !MATHML_TEXT_INTEGRATION_POINTS[parentTagName]) {
880
+ return false;
881
+ }
882
+ // We disallow tags that are specific for MathML
883
+ // or SVG and should never appear in HTML namespace
884
+ return !ALL_MATHML_TAGS[tagName] && (COMMON_SVG_AND_HTML_ELEMENTS[tagName] || !ALL_SVG_TAGS[tagName]);
885
+ }
886
+ // For XHTML and XML documents that support custom namespaces
887
+ if (PARSER_MEDIA_TYPE === 'application/xhtml+xml' && ALLOWED_NAMESPACES[element.namespaceURI]) {
888
+ return true;
889
+ }
890
+ // The code should never reach this place (this means
891
+ // that the element somehow got namespace that is not
892
+ // HTML, SVG, MathML or allowed via ALLOWED_NAMESPACES).
893
+ // Return false just in case.
894
+ return false;
895
+ };
896
+ /**
897
+ * _forceRemove
898
+ *
899
+ * @param node a DOM node
900
+ */
901
+ const _forceRemove = function _forceRemove(node) {
902
+ arrayPush(DOMPurify.removed, {
903
+ element: node
904
+ });
905
+ try {
906
+ // eslint-disable-next-line unicorn/prefer-dom-node-remove
907
+ getParentNode(node).removeChild(node);
908
+ } catch (_) {
909
+ remove(node);
910
+ }
911
+ };
912
+ /**
913
+ * _removeAttribute
914
+ *
915
+ * @param name an Attribute name
916
+ * @param element a DOM node
917
+ */
918
+ const _removeAttribute = function _removeAttribute(name, element) {
919
+ try {
920
+ arrayPush(DOMPurify.removed, {
921
+ attribute: element.getAttributeNode(name),
922
+ from: element
923
+ });
924
+ } catch (_) {
925
+ arrayPush(DOMPurify.removed, {
926
+ attribute: null,
927
+ from: element
928
+ });
929
+ }
930
+ element.removeAttribute(name);
931
+ // We void attribute values for unremovable "is" attributes
932
+ if (name === 'is') {
933
+ if (RETURN_DOM || RETURN_DOM_FRAGMENT) {
934
+ try {
935
+ _forceRemove(element);
936
+ } catch (_) {}
937
+ } else {
938
+ try {
939
+ element.setAttribute(name, '');
940
+ } catch (_) {}
941
+ }
942
+ }
943
+ };
944
+ /**
945
+ * _initDocument
946
+ *
947
+ * @param dirty - a string of dirty markup
948
+ * @return a DOM, filled with the dirty markup
949
+ */
950
+ const _initDocument = function _initDocument(dirty) {
951
+ /* Create a HTML document */
952
+ let doc = null;
953
+ let leadingWhitespace = null;
954
+ if (FORCE_BODY) {
955
+ dirty = '<remove></remove>' + dirty;
956
+ } else {
957
+ /* If FORCE_BODY isn't used, leading whitespace needs to be preserved manually */
958
+ const matches = stringMatch(dirty, /^[\r\n\t ]+/);
959
+ leadingWhitespace = matches && matches[0];
960
+ }
961
+ if (PARSER_MEDIA_TYPE === 'application/xhtml+xml' && NAMESPACE === HTML_NAMESPACE) {
962
+ // Root of XHTML doc must contain xmlns declaration (see https://www.w3.org/TR/xhtml1/normative.html#strict)
963
+ dirty = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + dirty + '</body></html>';
964
+ }
965
+ const dirtyPayload = trustedTypesPolicy ? trustedTypesPolicy.createHTML(dirty) : dirty;
966
+ /*
967
+ * Use the DOMParser API by default, fallback later if needs be
968
+ * DOMParser not work for svg when has multiple root element.
969
+ */
970
+ if (NAMESPACE === HTML_NAMESPACE) {
971
+ try {
972
+ doc = new DOMParser().parseFromString(dirtyPayload, PARSER_MEDIA_TYPE);
973
+ } catch (_) {}
974
+ }
975
+ /* Use createHTMLDocument in case DOMParser is not available */
976
+ if (!doc || !doc.documentElement) {
977
+ doc = implementation.createDocument(NAMESPACE, 'template', null);
978
+ try {
979
+ doc.documentElement.innerHTML = IS_EMPTY_INPUT ? emptyHTML : dirtyPayload;
980
+ } catch (_) {
981
+ // Syntax error if dirtyPayload is invalid xml
982
+ }
983
+ }
984
+ const body = doc.body || doc.documentElement;
985
+ if (dirty && leadingWhitespace) {
986
+ body.insertBefore(document.createTextNode(leadingWhitespace), body.childNodes[0] || null);
987
+ }
988
+ /* Work on whole document or just its body */
989
+ if (NAMESPACE === HTML_NAMESPACE) {
990
+ return getElementsByTagName.call(doc, WHOLE_DOCUMENT ? 'html' : 'body')[0];
991
+ }
992
+ return WHOLE_DOCUMENT ? doc.documentElement : body;
993
+ };
994
+ /**
995
+ * Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.
996
+ *
997
+ * @param root The root element or node to start traversing on.
998
+ * @return The created NodeIterator
999
+ */
1000
+ const _createNodeIterator = function _createNodeIterator(root) {
1001
+ return createNodeIterator.call(root.ownerDocument || root, root,
1002
+ // eslint-disable-next-line no-bitwise
1003
+ NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_TEXT | NodeFilter.SHOW_PROCESSING_INSTRUCTION | NodeFilter.SHOW_CDATA_SECTION, null);
1004
+ };
1005
+ /**
1006
+ * Strip template-engine expressions ({{...}}, ${...}, <%...%>) from the
1007
+ * character data of an element subtree. Used as the final safety net for
1008
+ * SAFE_FOR_TEMPLATES on every DOM-returning code path so that expressions
1009
+ * which only form after text-node normalization (e.g. fragments split across
1010
+ * stripped elements) cannot survive into a template-evaluating framework.
1011
+ *
1012
+ * Walks text/comment/CDATA/processing-instruction nodes and mutates `.data`
1013
+ * in place rather than round-tripping through innerHTML. This preserves
1014
+ * descendant node references (important for IN_PLACE callers), avoids a
1015
+ * serialize/reparse cycle, and reads literal character data — which means
1016
+ * `<%...%>` in text content matches the ERB regex against its real bytes
1017
+ * instead of the HTML-entity-escaped form innerHTML would produce.
1018
+ *
1019
+ * Attribute values are not visited here; SAFE_FOR_TEMPLATES handling for
1020
+ * attributes is performed during the per-node `_sanitizeAttributes` pass.
1021
+ *
1022
+ * @param node The root element whose character data should be scrubbed.
1023
+ */
1024
+ const _scrubTemplateExpressions = function _scrubTemplateExpressions(node) {
1025
+ node.normalize();
1026
+ const walker = createNodeIterator.call(node.ownerDocument || node, node,
1027
+ // eslint-disable-next-line no-bitwise
1028
+ NodeFilter.SHOW_TEXT | NodeFilter.SHOW_COMMENT | NodeFilter.SHOW_CDATA_SECTION | NodeFilter.SHOW_PROCESSING_INSTRUCTION, null);
1029
+ let currentNode = walker.nextNode();
1030
+ while (currentNode) {
1031
+ let data = currentNode.data;
1032
+ arrayForEach([MUSTACHE_EXPR$1, ERB_EXPR$1, TMPLIT_EXPR$1], expr => {
1033
+ data = stringReplace(data, expr, ' ');
1034
+ });
1035
+ currentNode.data = data;
1036
+ currentNode = walker.nextNode();
1037
+ }
1038
+ };
1039
+ /**
1040
+ * _isClobbered
1041
+ *
1042
+ * Detect DOM-clobbering on HTMLFormElement nodes. Form is the only HTML
1043
+ * interface with [LegacyOverrideBuiltIns]; a descendant element with a
1044
+ * `name` attribute matching a prototype property shadows that property
1045
+ * on direct reads. We use this check at the IN_PLACE entry-point and
1046
+ * during attribute sanitization to refuse clobbered forms.
1047
+ *
1048
+ * @param element element to check for clobbering attacks
1049
+ * @return true if clobbered, false if safe
1050
+ */
1051
+ const _isClobbered = function _isClobbered(element) {
1052
+ // Realm-independent tag-name probe. If we can't determine the tag
1053
+ // name at all, we can't reason about clobbering — return false
1054
+ // (the caller's other defences still apply).
1055
+ const realTagName = getNodeName ? getNodeName(element) : null;
1056
+ if (typeof realTagName !== 'string') {
1057
+ return false;
1058
+ }
1059
+ if (transformCaseFunc(realTagName) !== 'form') {
1060
+ return false;
1061
+ }
1062
+ return typeof element.nodeName !== 'string' || typeof element.textContent !== 'string' || typeof element.removeChild !== 'function' ||
1063
+ // Realm-safe NamedNodeMap detection: equality against the cached
1064
+ // prototype getter. Clobbered .attributes (e.g. <input name="attributes">)
1065
+ // makes the direct read diverge from the cached read; a clean form
1066
+ // (same-realm OR foreign-realm) has both reads pointing at the same
1067
+ // canonical NamedNodeMap.
1068
+ element.attributes !== getAttributes(element) || typeof element.removeAttribute !== 'function' || typeof element.setAttribute !== 'function' || typeof element.namespaceURI !== 'string' || typeof element.insertBefore !== 'function' || typeof element.hasChildNodes !== 'function' ||
1069
+ // NodeType clobbering probe. Cached Node.prototype.nodeType getter
1070
+ // returns the integer 1 for any Element regardless of realm; direct
1071
+ // read on a clobbered form (e.g. <input name="nodeType">) returns
1072
+ // the named child element. Cheap addition — nodeType is read from
1073
+ // an internal slot, no serialization cost — and removes a residual
1074
+ // clobbering surface used by several mXSS / PI / comment branches
1075
+ // in _sanitizeElements that compare currentNode.nodeType directly.
1076
+ element.nodeType !== getNodeType(element) ||
1077
+ // HTMLFormElement has [LegacyOverrideBuiltIns]: a descendant named
1078
+ // "childNodes" shadows the prototype getter. Direct reads of
1079
+ // form.childNodes from a clobbered form return the named child
1080
+ // instead of the real NodeList, so any walk that reads it directly
1081
+ // skips the form's real children. Compare the direct read to the
1082
+ // cached Node.prototype getter — when the form's named-property
1083
+ // getter intercepts the read, the two values differ and we flag
1084
+ // the form. This catches every clobbering child type (input,
1085
+ // select, etc.) regardless of whether the named child happens to
1086
+ // carry a numeric .length, which a typeof-based probe would miss
1087
+ // (e.g. HTMLSelectElement.length is a defined unsigned-long).
1088
+ element.childNodes !== getChildNodes(element);
1089
+ };
1090
+ /**
1091
+ * Checks whether the given value is a DocumentFragment from any realm.
1092
+ *
1093
+ * The realm-independent replacement reads `nodeType` through the cached
1094
+ * Node.prototype getter and compares to the DOCUMENT_FRAGMENT_NODE
1095
+ * constant (11). nodeType is a numeric value resolved from the node's
1096
+ * internal slot, identical across realms for the same kind of node.
1097
+ *
1098
+ * @param value object to check
1099
+ * @return true if value is a DocumentFragment-shaped node from any realm
1100
+ */
1101
+ const _isDocumentFragment = function _isDocumentFragment(value) {
1102
+ if (!getNodeType || typeof value !== 'object' || value === null) {
1103
+ return false;
1104
+ }
1105
+ try {
1106
+ return getNodeType(value) === NODE_TYPE.documentFragment;
1107
+ } catch (_) {
1108
+ return false;
1109
+ }
1110
+ };
1111
+ /**
1112
+ * Checks whether the given object is a DOM node, including nodes that
1113
+ * originate from a different window/realm (e.g. an iframe's
1114
+ * contentDocument). The previous `value instanceof Node` check was
1115
+ * realm-bound: nodes from a different window failed it, causing
1116
+ * sanitize() to silently stringify them and reset IN_PLACE to false,
1117
+ * returning the original node unsanitized. See GHSA-4w3q-35jp-p934.
1118
+ *
1119
+ * @param value object to check whether it's a DOM node
1120
+ * @return true if value is a DOM node from any realm
1121
+ */
1122
+ const _isNode = function _isNode(value) {
1123
+ if (!getNodeType || typeof value !== 'object' || value === null) {
1124
+ return false;
1125
+ }
1126
+ try {
1127
+ return typeof getNodeType(value) === 'number';
1128
+ } catch (_) {
1129
+ return false;
1130
+ }
1131
+ };
1132
+ function _executeHooks(hooks, currentNode, data) {
1133
+ arrayForEach(hooks, hook => {
1134
+ hook.call(DOMPurify, currentNode, data, CONFIG);
1135
+ });
1136
+ }
1137
+ /**
1138
+ * _sanitizeElements
1139
+ *
1140
+ * @protect nodeName
1141
+ * @protect textContent
1142
+ * @protect removeChild
1143
+ * @param currentNode to check for permission to exist
1144
+ * @return true if node was killed, false if left alive
1145
+ */
1146
+ const _sanitizeElements = function _sanitizeElements(currentNode) {
1147
+ let content = null;
1148
+ /* Execute a hook if present */
1149
+ _executeHooks(hooks.beforeSanitizeElements, currentNode, null);
1150
+ /* Check if element is clobbered or can clobber */
1151
+ if (_isClobbered(currentNode)) {
1152
+ _forceRemove(currentNode);
1153
+ return true;
1154
+ }
1155
+ /* Now let's check the element's type and name */
1156
+ const tagName = transformCaseFunc(currentNode.nodeName);
1157
+ /* Execute a hook if present */
1158
+ _executeHooks(hooks.uponSanitizeElement, currentNode, {
1159
+ tagName,
1160
+ allowedTags: ALLOWED_TAGS
1161
+ });
1162
+ /* Detect mXSS attempts abusing namespace confusion */
1163
+ if (SAFE_FOR_XML && currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w!]/g, currentNode.innerHTML) && regExpTest(/<[/\w!]/g, currentNode.textContent)) {
1164
+ _forceRemove(currentNode);
1165
+ return true;
1166
+ }
1167
+ /* Remove risky CSS construction leading to mXSS */
1168
+ if (SAFE_FOR_XML && currentNode.namespaceURI === HTML_NAMESPACE && tagName === 'style' && _isNode(currentNode.firstElementChild)) {
1169
+ _forceRemove(currentNode);
1170
+ return true;
1171
+ }
1172
+ /* Remove any occurrence of processing instructions */
1173
+ if (currentNode.nodeType === NODE_TYPE.progressingInstruction) {
1174
+ _forceRemove(currentNode);
1175
+ return true;
1176
+ }
1177
+ /* Remove any kind of possibly harmful comments */
1178
+ if (SAFE_FOR_XML && currentNode.nodeType === NODE_TYPE.comment && regExpTest(/<[/\w]/g, currentNode.data)) {
1179
+ _forceRemove(currentNode);
1180
+ return true;
1181
+ }
1182
+ /* Remove element if anything forbids its presence */
1183
+ if (FORBID_TAGS[tagName] || !(EXTRA_ELEMENT_HANDLING.tagCheck instanceof Function && EXTRA_ELEMENT_HANDLING.tagCheck(tagName)) && !ALLOWED_TAGS[tagName]) {
1184
+ /* Check if we have a custom element to handle */
1185
+ if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {
1186
+ if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {
1187
+ return false;
1188
+ }
1189
+ if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(tagName)) {
1190
+ return false;
1191
+ }
1192
+ }
1193
+ /* Keep content except for bad-listed elements.
1194
+ Use the cached prototype getters exclusively — the previous code
1195
+ had `|| currentNode.parentNode` / `|| currentNode.childNodes`
1196
+ fallbacks, but the cached getters always return the canonical
1197
+ value (or null for a real parent-less node), so the fallback
1198
+ path was dead in safe cases and a clobbering surface in unsafe
1199
+ ones. Falsy cached results stay falsy; the `if (childNodes &&
1200
+ parentNode)` check already gates correctly. */
1201
+ if (KEEP_CONTENT && !FORBID_CONTENTS[tagName]) {
1202
+ const parentNode = getParentNode(currentNode);
1203
+ const childNodes = getChildNodes(currentNode);
1204
+ if (childNodes && parentNode) {
1205
+ const childCount = childNodes.length;
1206
+ for (let i = childCount - 1; i >= 0; --i) {
1207
+ const childClone = cloneNode(childNodes[i], true);
1208
+ parentNode.insertBefore(childClone, getNextSibling(currentNode));
1209
+ }
1210
+ }
1211
+ }
1212
+ _forceRemove(currentNode);
1213
+ return true;
1214
+ }
1215
+ /* Check whether element has a valid namespace.
1216
+ Realm-safe check (GHSA-hpcv-96wg-7vj8): use the cached Node.prototype
1217
+ nodeType getter rather than `instanceof Element`, which is realm-
1218
+ bound and short-circuits to false for any node minted in a different
1219
+ realm — letting a foreign-realm element with a forbidden namespace
1220
+ slip past the namespace check entirely. */
1221
+ const nt = getNodeType ? getNodeType(currentNode) : currentNode.nodeType;
1222
+ if (nt === NODE_TYPE.element && !_checkValidNamespace(currentNode)) {
1223
+ _forceRemove(currentNode);
1224
+ return true;
1225
+ }
1226
+ /* Make sure that older browsers don't get fallback-tag mXSS */
1227
+ if ((tagName === 'noscript' || tagName === 'noembed' || tagName === 'noframes') && regExpTest(/<\/no(script|embed|frames)/i, currentNode.innerHTML)) {
1228
+ _forceRemove(currentNode);
1229
+ return true;
1230
+ }
1231
+ /* Sanitize element content to be template-safe */
1232
+ if (SAFE_FOR_TEMPLATES && currentNode.nodeType === NODE_TYPE.text) {
1233
+ /* Get the element's text content */
1234
+ content = currentNode.textContent;
1235
+ arrayForEach([MUSTACHE_EXPR$1, ERB_EXPR$1, TMPLIT_EXPR$1], expr => {
1236
+ content = stringReplace(content, expr, ' ');
1237
+ });
1238
+ if (currentNode.textContent !== content) {
1239
+ arrayPush(DOMPurify.removed, {
1240
+ element: currentNode.cloneNode()
1241
+ });
1242
+ currentNode.textContent = content;
1243
+ }
1244
+ }
1245
+ /* Execute a hook if present */
1246
+ _executeHooks(hooks.afterSanitizeElements, currentNode, null);
1247
+ return false;
1248
+ };
1249
+ /**
1250
+ * _isValidAttribute
1251
+ *
1252
+ * @param lcTag Lowercase tag name of containing element.
1253
+ * @param lcName Lowercase attribute name.
1254
+ * @param value Attribute value.
1255
+ * @return Returns true if `value` is valid, otherwise false.
1256
+ */
1257
+ // eslint-disable-next-line complexity
1258
+ const _isValidAttribute = function _isValidAttribute(lcTag, lcName, value) {
1259
+ /* FORBID_ATTR must always win, even if ADD_ATTR predicate would allow it */
1260
+ if (FORBID_ATTR[lcName]) {
1261
+ return false;
1262
+ }
1263
+ /* Make sure attribute cannot clobber */
1264
+ if (SANITIZE_DOM && (lcName === 'id' || lcName === 'name') && (value in document || value in formElement)) {
1265
+ return false;
1266
+ }
1267
+ const nameIsPermitted = ALLOWED_ATTR[lcName] || EXTRA_ELEMENT_HANDLING.attributeCheck instanceof Function && EXTRA_ELEMENT_HANDLING.attributeCheck(lcName, lcTag);
1268
+ /* Allow valid data-* attributes: At least one character after "-"
1269
+ (https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)
1270
+ XML-compatible (https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible and http://www.w3.org/TR/xml/#d0e804)
1271
+ We don't need to check the value; it's always URI safe. */
1272
+ if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR$1, lcName)) ; else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR$1, lcName)) ; else if (!nameIsPermitted || FORBID_ATTR[lcName]) {
1273
+ if (
1274
+ // First condition does a very basic check if a) it's basically a valid custom element tagname AND
1275
+ // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
1276
+ // and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
1277
+ _isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName, lcTag)) ||
1278
+ // Alternative, second condition checks if it's an `is`-attribute, AND
1279
+ // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
1280
+ lcName === 'is' && CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, value) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(value))) ; else {
1281
+ return false;
1282
+ }
1283
+ /* Check value is safe. First, is attr inert? If so, is safe */
1284
+ } else if (URI_SAFE_ATTRIBUTES[lcName]) ; else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE$1, ''))) ; else if ((lcName === 'src' || lcName === 'xlink:href' || lcName === 'href') && lcTag !== 'script' && stringIndexOf(value, 'data:') === 0 && DATA_URI_TAGS[lcTag]) ; else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA$1, stringReplace(value, ATTR_WHITESPACE$1, ''))) ; else if (value) {
1285
+ return false;
1286
+ } else ;
1287
+ return true;
1288
+ };
1289
+ /* Names the HTML spec reserves from valid-custom-element-name; these must
1290
+ * never be treated as basic custom elements even when a permissive
1291
+ * CUSTOM_ELEMENT_HANDLING.tagNameCheck is configured. */
1292
+ const RESERVED_CUSTOM_ELEMENT_NAMES = addToSet({}, ['annotation-xml', 'color-profile', 'font-face', 'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', 'missing-glyph']);
1293
+ /**
1294
+ * _isBasicCustomElement
1295
+ * checks if at least one dash is included in tagName, and it's not the first char
1296
+ * for more sophisticated checking see https://github.com/sindresorhus/validate-element-name
1297
+ *
1298
+ * @param tagName name of the tag of the node to sanitize
1299
+ * @returns Returns true if the tag name meets the basic criteria for a custom element, otherwise false.
1300
+ */
1301
+ const _isBasicCustomElement = function _isBasicCustomElement(tagName) {
1302
+ return !RESERVED_CUSTOM_ELEMENT_NAMES[stringToLowerCase(tagName)] && regExpTest(CUSTOM_ELEMENT$1, tagName);
1303
+ };
1304
+ /**
1305
+ * _sanitizeAttributes
1306
+ *
1307
+ * @protect attributes
1308
+ * @protect nodeName
1309
+ * @protect removeAttribute
1310
+ * @protect setAttribute
1311
+ *
1312
+ * @param currentNode to sanitize
1313
+ */
1314
+ const _sanitizeAttributes = function _sanitizeAttributes(currentNode) {
1315
+ /* Execute a hook if present */
1316
+ _executeHooks(hooks.beforeSanitizeAttributes, currentNode, null);
1317
+ const attributes = currentNode.attributes;
1318
+ /* Check if we have attributes; if not we might have a text node */
1319
+ if (!attributes || _isClobbered(currentNode)) {
1320
+ return;
1321
+ }
1322
+ const hookEvent = {
1323
+ attrName: '',
1324
+ attrValue: '',
1325
+ keepAttr: true,
1326
+ allowedAttributes: ALLOWED_ATTR,
1327
+ forceKeepAttr: undefined
1328
+ };
1329
+ let l = attributes.length;
1330
+ /* Go backwards over all attributes; safely remove bad ones */
1331
+ while (l--) {
1332
+ const attr = attributes[l];
1333
+ const name = attr.name,
1334
+ namespaceURI = attr.namespaceURI,
1335
+ attrValue = attr.value;
1336
+ const lcName = transformCaseFunc(name);
1337
+ const initValue = attrValue;
1338
+ let value = name === 'value' ? initValue : stringTrim(initValue);
1339
+ /* Execute a hook if present */
1340
+ hookEvent.attrName = lcName;
1341
+ hookEvent.attrValue = value;
1342
+ hookEvent.keepAttr = true;
1343
+ hookEvent.forceKeepAttr = undefined; // Allows developers to see this is a property they can set
1344
+ _executeHooks(hooks.uponSanitizeAttribute, currentNode, hookEvent);
1345
+ value = hookEvent.attrValue;
1346
+ /* Full DOM Clobbering protection via namespace isolation,
1347
+ * Prefix id and name attributes with `user-content-`
1348
+ */
1349
+ if (SANITIZE_NAMED_PROPS && (lcName === 'id' || lcName === 'name') && stringIndexOf(value, SANITIZE_NAMED_PROPS_PREFIX) !== 0) {
1350
+ // Remove the attribute with this value
1351
+ _removeAttribute(name, currentNode);
1352
+ // Prefix the value and later re-create the attribute with the sanitized value
1353
+ value = SANITIZE_NAMED_PROPS_PREFIX + value;
1354
+ }
1355
+ // Else: already prefixed, leave the attribute alone — the prefix is
1356
+ // itself the clobbering protection, and re-applying it is incorrect.
1357
+ /* Work around a security issue with comments inside attributes */
1358
+ if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i, value)) {
1359
+ _removeAttribute(name, currentNode);
1360
+ continue;
1361
+ }
1362
+ /* Make sure we cannot easily use animated hrefs, even if animations are allowed */
1363
+ if (lcName === 'attributename' && stringMatch(value, 'href')) {
1364
+ _removeAttribute(name, currentNode);
1365
+ continue;
1366
+ }
1367
+ /* Did the hooks approve of the attribute? */
1368
+ if (hookEvent.forceKeepAttr) {
1369
+ continue;
1370
+ }
1371
+ /* Did the hooks approve of the attribute? */
1372
+ if (!hookEvent.keepAttr) {
1373
+ _removeAttribute(name, currentNode);
1374
+ continue;
1375
+ }
1376
+ /* Work around a security issue in jQuery 3.0 */
1377
+ if (!ALLOW_SELF_CLOSE_IN_ATTR && regExpTest(/\/>/i, value)) {
1378
+ _removeAttribute(name, currentNode);
1379
+ continue;
1380
+ }
1381
+ /* Sanitize attribute content to be template-safe */
1382
+ if (SAFE_FOR_TEMPLATES) {
1383
+ arrayForEach([MUSTACHE_EXPR$1, ERB_EXPR$1, TMPLIT_EXPR$1], expr => {
1384
+ value = stringReplace(value, expr, ' ');
1385
+ });
1386
+ }
1387
+ /* Is `value` valid for this attribute? */
1388
+ const lcTag = transformCaseFunc(currentNode.nodeName);
1389
+ if (!_isValidAttribute(lcTag, lcName, value)) {
1390
+ _removeAttribute(name, currentNode);
1391
+ continue;
1392
+ }
1393
+ /* Handle attributes that require Trusted Types */
1394
+ if (trustedTypesPolicy && typeof trustedTypes === 'object' && typeof trustedTypes.getAttributeType === 'function') {
1395
+ if (namespaceURI) ; else {
1396
+ switch (trustedTypes.getAttributeType(lcTag, lcName)) {
1397
+ case 'TrustedHTML':
1398
+ {
1399
+ value = trustedTypesPolicy.createHTML(value);
1400
+ break;
1401
+ }
1402
+ case 'TrustedScriptURL':
1403
+ {
1404
+ value = trustedTypesPolicy.createScriptURL(value);
1405
+ break;
1406
+ }
1407
+ }
1408
+ }
1409
+ }
1410
+ /* Handle invalid data-* attribute set by try-catching it */
1411
+ if (value !== initValue) {
1412
+ try {
1413
+ if (namespaceURI) {
1414
+ currentNode.setAttributeNS(namespaceURI, name, value);
1415
+ } else {
1416
+ /* Fallback to setAttribute() for browser-unrecognized namespaces e.g. "x-schema". */
1417
+ currentNode.setAttribute(name, value);
1418
+ }
1419
+ if (_isClobbered(currentNode)) {
1420
+ _forceRemove(currentNode);
1421
+ } else {
1422
+ arrayPop(DOMPurify.removed);
1423
+ }
1424
+ } catch (_) {
1425
+ _removeAttribute(name, currentNode);
1426
+ }
1427
+ }
1428
+ }
1429
+ /* Execute a hook if present */
1430
+ _executeHooks(hooks.afterSanitizeAttributes, currentNode, null);
1431
+ };
1432
+ /**
1433
+ * _sanitizeShadowDOM
1434
+ *
1435
+ * @param fragment to iterate over recursively
1436
+ */
1437
+ const _sanitizeShadowDOM2 = function _sanitizeShadowDOM(fragment) {
1438
+ let shadowNode = null;
1439
+ const shadowIterator = _createNodeIterator(fragment);
1440
+ /* Execute a hook if present */
1441
+ _executeHooks(hooks.beforeSanitizeShadowDOM, fragment, null);
1442
+ while (shadowNode = shadowIterator.nextNode()) {
1443
+ /* Execute a hook if present */
1444
+ _executeHooks(hooks.uponSanitizeShadowNode, shadowNode, null);
1445
+ /* Sanitize tags and elements */
1446
+ _sanitizeElements(shadowNode);
1447
+ /* Check attributes next */
1448
+ _sanitizeAttributes(shadowNode);
1449
+ /* Deep shadow DOM detected.
1450
+ Realm-safe check (GHSA-hpcv-96wg-7vj8): use nodeType against the
1451
+ DOCUMENT_FRAGMENT_NODE constant rather than instanceof, so we
1452
+ recurse into <template>.content from foreign realms too. */
1453
+ if (_isDocumentFragment(shadowNode.content)) {
1454
+ _sanitizeShadowDOM2(shadowNode.content);
1455
+ }
1456
+ /* An element iterated here may itself host an attached
1457
+ shadow root. The default NodeIterator does not enter shadow
1458
+ trees, so a shadow root nested inside template.content was
1459
+ previously reached by no walk at all (the pre-pass at
1460
+ _sanitizeAttachedShadowRoots descends via childNodes, which
1461
+ doesn't enter template.content; the template-content recursion
1462
+ above iterates the content but never inspected shadowRoot).
1463
+ Walk it explicitly. The nodeType guard avoids reading
1464
+ shadowRoot off text / comment / CDATA / PI nodes that the
1465
+ iterator also surfaces. */
1466
+ const shadowNodeType = getNodeType ? getNodeType(shadowNode) : shadowNode.nodeType;
1467
+ if (shadowNodeType === NODE_TYPE.element) {
1468
+ const innerSr = getShadowRoot ? getShadowRoot(shadowNode) : shadowNode.shadowRoot;
1469
+ if (_isDocumentFragment(innerSr)) {
1470
+ _sanitizeAttachedShadowRoots2(innerSr);
1471
+ _sanitizeShadowDOM2(innerSr);
1472
+ }
1473
+ }
1474
+ }
1475
+ /* Execute a hook if present */
1476
+ _executeHooks(hooks.afterSanitizeShadowDOM, fragment, null);
1477
+ };
1478
+ /**
1479
+ * _sanitizeAttachedShadowRoots
1480
+ *
1481
+ * Walks `root` and feeds every attached shadow root we encounter into
1482
+ * the existing _sanitizeShadowDOM pipeline. The default node iterator
1483
+ * does not descend into shadow trees, so nodes inside an attached
1484
+ * shadow root would otherwise be skipped entirely.
1485
+ *
1486
+ * Two real input paths put attached shadow roots in front of us:
1487
+ * 1. IN_PLACE on a DOM node that already has shadow roots attached.
1488
+ * 2. DOM-node input where importNode(dirty, true) deep-clones the
1489
+ * shadow root because it was created with `clonable: true`.
1490
+ *
1491
+ * This pass runs once, up front, so the main iteration loop (and the
1492
+ * existing _sanitizeShadowDOM template-content recursion) stay
1493
+ * untouched — string-input paths are not affected.
1494
+ *
1495
+ * @param root the subtree root to walk for attached shadow roots
1496
+ */
1497
+ const _sanitizeAttachedShadowRoots2 = function _sanitizeAttachedShadowRoots(root) {
1498
+ const nodeType = getNodeType ? getNodeType(root) : root.nodeType;
1499
+ if (nodeType === NODE_TYPE.element) {
1500
+ const sr = getShadowRoot ? getShadowRoot(root) : root.shadowRoot;
1501
+ // Realm-safe check (GHSA-hpcv-96wg-7vj8): use nodeType-based
1502
+ // detection rather than `instanceof DocumentFragment`, which is
1503
+ // realm-bound and silently skipped shadow roots whose host element
1504
+ // belonged to a foreign realm (e.g. iframe.contentDocument
1505
+ // attachShadow). A foreign-realm ShadowRoot extends the foreign
1506
+ // realm's DocumentFragment, not ours, so the old instanceof check
1507
+ // returned false and the shadow subtree was never walked.
1508
+ if (_isDocumentFragment(sr)) {
1509
+ // Recurse first so that nested shadow roots are reached even if
1510
+ // _sanitizeShadowDOM removes hosts at this level.
1511
+ _sanitizeAttachedShadowRoots2(sr);
1512
+ _sanitizeShadowDOM2(sr);
1513
+ }
1514
+ }
1515
+ // Snapshot children before recursing. Sanitization of one subtree
1516
+ // (e.g. via an uponSanitizeShadowNode hook) may detach siblings,
1517
+ // and naive nextSibling traversal would silently skip the rest of
1518
+ // the list once a node is detached.
1519
+ const childNodes = getChildNodes ? getChildNodes(root) : root.childNodes;
1520
+ if (!childNodes) {
1521
+ return;
1522
+ }
1523
+ const snapshot = [];
1524
+ arrayForEach(childNodes, child => {
1525
+ arrayPush(snapshot, child);
1526
+ });
1527
+ for (const child of snapshot) {
1528
+ _sanitizeAttachedShadowRoots2(child);
1529
+ }
1530
+ /* When the root is a <template>, also descend into root.content */
1531
+ if (nodeType === NODE_TYPE.element) {
1532
+ const rootName = getNodeName ? getNodeName(root) : null;
1533
+ if (typeof rootName === 'string' && transformCaseFunc(rootName) === 'template') {
1534
+ const content = root.content;
1535
+ if (_isDocumentFragment(content)) {
1536
+ _sanitizeAttachedShadowRoots2(content);
1537
+ }
1538
+ }
1539
+ }
1540
+ };
1541
+ // eslint-disable-next-line complexity
1542
+ DOMPurify.sanitize = function (dirty) {
1543
+ let cfg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1544
+ let body = null;
1545
+ let importedNode = null;
1546
+ let currentNode = null;
1547
+ let returnNode = null;
1548
+ /* Make sure we have a string to sanitize.
1549
+ DO NOT return early, as this will return the wrong type if
1550
+ the user has requested a DOM object rather than a string */
1551
+ IS_EMPTY_INPUT = !dirty;
1552
+ if (IS_EMPTY_INPUT) {
1553
+ dirty = '<!-->';
1554
+ }
1555
+ /* Stringify, in case dirty is an object */
1556
+ if (typeof dirty !== 'string' && !_isNode(dirty)) {
1557
+ dirty = stringifyValue(dirty);
1558
+ if (typeof dirty !== 'string') {
1559
+ throw typeErrorCreate('dirty is not a string, aborting');
1560
+ }
1561
+ }
1562
+ /* Return dirty HTML if DOMPurify cannot run */
1563
+ if (!DOMPurify.isSupported) {
1564
+ return dirty;
1565
+ }
1566
+ /* Assign config vars */
1567
+ if (!SET_CONFIG) {
1568
+ _parseConfig(cfg);
1569
+ }
1570
+ /* Clean up removed elements */
1571
+ DOMPurify.removed = [];
1572
+ /* Check if dirty is correctly typed for IN_PLACE */
1573
+ if (typeof dirty === 'string') {
1574
+ IN_PLACE = false;
1575
+ }
1576
+ if (IN_PLACE) {
1577
+ /* Do some early pre-sanitization to avoid unsafe root nodes.
1578
+ Read nodeName through the cached prototype getter — a clobbering
1579
+ child named "nodeName" on the form root would otherwise shadow
1580
+ the property and let this check skip the root-allowlist
1581
+ validation entirely. */
1582
+ const nn = getNodeName ? getNodeName(dirty) : dirty.nodeName;
1583
+ if (typeof nn === 'string') {
1584
+ const tagName = transformCaseFunc(nn);
1585
+ if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
1586
+ throw typeErrorCreate('root node is forbidden and cannot be sanitized in-place');
1587
+ }
1588
+ }
1589
+ /* Pre-flight the root through _isClobbered. The iterator-driven
1590
+ removal path can not detach a parent-less root: _forceRemove
1591
+ falls through to Element.prototype.remove(), which per spec
1592
+ is a no-op on a node with no parent. A clobbered root would
1593
+ then survive the main loop with its attributes uninspected,
1594
+ because _sanitizeAttributes early-returns on _isClobbered. The
1595
+ result would be an attacker-controlled form, complete with any
1596
+ event-handler attributes the caller passed in, handed back to
1597
+ the application unsanitized. Refuse to sanitize such a root
1598
+ the same way we refuse a forbidden tag. GHSA-r47g-fvhr-h676. */
1599
+ if (_isClobbered(dirty)) {
1600
+ throw typeErrorCreate('root node is clobbered and cannot be sanitized in-place');
1601
+ }
1602
+ /* Sanitize attached shadow roots before the main iterator runs.
1603
+ The iterator does not descend into shadow trees. */
1604
+ _sanitizeAttachedShadowRoots2(dirty);
1605
+ } else if (_isNode(dirty)) {
1606
+ /* If dirty is a DOM element, append to an empty document to avoid
1607
+ elements being stripped by the parser */
1608
+ body = _initDocument('<!---->');
1609
+ importedNode = body.ownerDocument.importNode(dirty, true);
1610
+ if (importedNode.nodeType === NODE_TYPE.element && importedNode.nodeName === 'BODY') {
1611
+ /* Node is already a body, use as is */
1612
+ body = importedNode;
1613
+ } else if (importedNode.nodeName === 'HTML') {
1614
+ body = importedNode;
1615
+ } else {
1616
+ // eslint-disable-next-line unicorn/prefer-dom-node-append
1617
+ body.appendChild(importedNode);
1618
+ }
1619
+ /* Clonable shadow roots are deep-cloned by importNode(); sanitize
1620
+ them before the main iterator runs, since the iterator does not
1621
+ descend into shadow trees. The walk routes every read through a
1622
+ cached prototype getter so clobbering descendants on a form root
1623
+ cannot hide a shadow host from this pass. */
1624
+ _sanitizeAttachedShadowRoots2(importedNode);
1625
+ } else {
1626
+ /* Exit directly if we have nothing to do */
1627
+ if (!RETURN_DOM && !SAFE_FOR_TEMPLATES && !WHOLE_DOCUMENT &&
1628
+ // eslint-disable-next-line unicorn/prefer-includes
1629
+ dirty.indexOf('<') === -1) {
1630
+ return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(dirty) : dirty;
1631
+ }
1632
+ /* Initialize the document to work on */
1633
+ body = _initDocument(dirty);
1634
+ /* Check we have a DOM node from the data */
1635
+ if (!body) {
1636
+ return RETURN_DOM ? null : RETURN_TRUSTED_TYPE ? emptyHTML : '';
1637
+ }
1638
+ }
1639
+ /* Remove first element node (ours) if FORCE_BODY is set */
1640
+ if (body && FORCE_BODY) {
1641
+ _forceRemove(body.firstChild);
1642
+ }
1643
+ /* Get node iterator */
1644
+ const nodeIterator = _createNodeIterator(IN_PLACE ? dirty : body);
1645
+ /* Now start iterating over the created document */
1646
+ while (currentNode = nodeIterator.nextNode()) {
1647
+ /* Sanitize tags and elements */
1648
+ _sanitizeElements(currentNode);
1649
+ /* Check attributes next */
1650
+ _sanitizeAttributes(currentNode);
1651
+ /* Shadow DOM detected, sanitize it.
1652
+ Realm-safe check (GHSA-hpcv-96wg-7vj8): nodeType-based detection
1653
+ instead of instanceof, so foreign-realm <template>.content is
1654
+ walked correctly. */
1655
+ if (_isDocumentFragment(currentNode.content)) {
1656
+ _sanitizeShadowDOM2(currentNode.content);
1657
+ }
1658
+ }
1659
+ /* If we sanitized `dirty` in-place, return it. */
1660
+ if (IN_PLACE) {
1661
+ if (SAFE_FOR_TEMPLATES) {
1662
+ _scrubTemplateExpressions(dirty);
1663
+ }
1664
+ return dirty;
1665
+ }
1666
+ /* Return sanitized string or DOM */
1667
+ if (RETURN_DOM) {
1668
+ if (SAFE_FOR_TEMPLATES) {
1669
+ _scrubTemplateExpressions(body);
1670
+ }
1671
+ if (RETURN_DOM_FRAGMENT) {
1672
+ returnNode = createDocumentFragment.call(body.ownerDocument);
1673
+ while (body.firstChild) {
1674
+ // eslint-disable-next-line unicorn/prefer-dom-node-append
1675
+ returnNode.appendChild(body.firstChild);
1676
+ }
1677
+ } else {
1678
+ returnNode = body;
1679
+ }
1680
+ if (ALLOWED_ATTR.shadowroot || ALLOWED_ATTR.shadowrootmode) {
1681
+ /*
1682
+ AdoptNode() is not used because internal state is not reset
1683
+ (e.g. the past names map of a HTMLFormElement), this is safe
1684
+ in theory but we would rather not risk another attack vector.
1685
+ The state that is cloned by importNode() is explicitly defined
1686
+ by the specs.
1687
+ */
1688
+ returnNode = importNode.call(originalDocument, returnNode, true);
1689
+ }
1690
+ return returnNode;
1691
+ }
1692
+ let serializedHTML = WHOLE_DOCUMENT ? body.outerHTML : body.innerHTML;
1693
+ /* Serialize doctype if allowed */
1694
+ if (WHOLE_DOCUMENT && ALLOWED_TAGS['!doctype'] && body.ownerDocument && body.ownerDocument.doctype && body.ownerDocument.doctype.name && regExpTest(DOCTYPE_NAME, body.ownerDocument.doctype.name)) {
1695
+ serializedHTML = '<!DOCTYPE ' + body.ownerDocument.doctype.name + '>\n' + serializedHTML;
1696
+ }
1697
+ /* Sanitize final string template-safe */
1698
+ if (SAFE_FOR_TEMPLATES) {
1699
+ arrayForEach([MUSTACHE_EXPR$1, ERB_EXPR$1, TMPLIT_EXPR$1], expr => {
1700
+ serializedHTML = stringReplace(serializedHTML, expr, ' ');
1701
+ });
1702
+ }
1703
+ return trustedTypesPolicy && RETURN_TRUSTED_TYPE ? trustedTypesPolicy.createHTML(serializedHTML) : serializedHTML;
1704
+ };
1705
+ DOMPurify.setConfig = function () {
1706
+ let cfg = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1707
+ _parseConfig(cfg);
1708
+ SET_CONFIG = true;
1709
+ };
1710
+ DOMPurify.clearConfig = function () {
1711
+ CONFIG = null;
1712
+ SET_CONFIG = false;
1713
+ };
1714
+ DOMPurify.isValidAttribute = function (tag, attr, value) {
1715
+ /* Initialize shared config vars if necessary. */
1716
+ if (!CONFIG) {
1717
+ _parseConfig({});
1718
+ }
1719
+ const lcTag = transformCaseFunc(tag);
1720
+ const lcName = transformCaseFunc(attr);
1721
+ return _isValidAttribute(lcTag, lcName, value);
1722
+ };
1723
+ DOMPurify.addHook = function (entryPoint, hookFunction) {
1724
+ if (typeof hookFunction !== 'function') {
1725
+ return;
1726
+ }
1727
+ arrayPush(hooks[entryPoint], hookFunction);
1728
+ };
1729
+ DOMPurify.removeHook = function (entryPoint, hookFunction) {
1730
+ if (hookFunction !== undefined) {
1731
+ const index = arrayLastIndexOf(hooks[entryPoint], hookFunction);
1732
+ return index === -1 ? undefined : arraySplice(hooks[entryPoint], index, 1)[0];
1733
+ }
1734
+ return arrayPop(hooks[entryPoint]);
1735
+ };
1736
+ DOMPurify.removeHooks = function (entryPoint) {
1737
+ hooks[entryPoint] = [];
1738
+ };
1739
+ DOMPurify.removeAllHooks = function () {
1740
+ hooks = _createHooksMap();
1741
+ };
1742
+ return DOMPurify;
1743
+ }
1744
+ var purify = createDOMPurify();
1745
+
1746
+ export { purify as default };
1747
+ //# sourceMappingURL=purify.es.mjs.map