@nuxt/scripts 1.3.2 → 1.3.4

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 (97) hide show
  1. package/dist/devtools-client/200.html +1 -1
  2. package/dist/devtools-client/404.html +1 -1
  3. package/dist/devtools-client/_nuxt/{DAubxma0.js → 8ltZ0o6d.js} +1 -1
  4. package/dist/devtools-client/_nuxt/{CBuBrHyL.js → B8_EBdhg.js} +1 -1
  5. package/dist/devtools-client/_nuxt/CC0GKROJ.js +1 -0
  6. package/dist/devtools-client/_nuxt/{DvC3yV2P.js → CMXzQxJZ.js} +1 -1
  7. package/dist/devtools-client/_nuxt/{xAZ2vgo3.js → CP7c-Js6.js} +4 -4
  8. package/dist/devtools-client/_nuxt/{DzbSCA_w.js → DTP8MRtW.js} +1 -1
  9. package/dist/devtools-client/_nuxt/{DgAtAWdT.js → Dkc7iTdR.js} +1 -1
  10. package/dist/devtools-client/_nuxt/Dl7W1ViV.js +28 -0
  11. package/dist/devtools-client/_nuxt/{WOtyQdps.js → KxC4Q3ev.js} +1 -1
  12. package/dist/devtools-client/_nuxt/builds/latest.json +1 -1
  13. package/dist/devtools-client/_nuxt/builds/meta/c38edf4f-387c-4148-a34a-ca78a5b40869.json +1 -0
  14. package/dist/devtools-client/_nuxt/{entry.CYUdJFoE.css → entry.9HJPJ6Hp.css} +1 -1
  15. package/dist/devtools-client/_nuxt/error-404.Bq2JQbJs.css +1 -0
  16. package/dist/devtools-client/_nuxt/error-500.5E_FOzlc.css +1 -0
  17. package/dist/devtools-client/_nuxt/{pages.BF1VnccH.css → pages.aU4WirOM.css} +1 -1
  18. package/dist/devtools-client/docs/index.html +1 -1
  19. package/dist/devtools-client/first-party/index.html +1 -1
  20. package/dist/devtools-client/index.html +1 -1
  21. package/dist/devtools-client/registry/index.html +1 -1
  22. package/dist/module.d.mts +1 -1
  23. package/dist/module.d.ts +1 -1
  24. package/dist/module.json +1 -1
  25. package/dist/module.mjs +263 -47
  26. package/dist/registry.mjs +2 -2
  27. package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue +71 -21
  28. package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.d.ts +2 -1
  29. package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.js +39 -25
  30. package/dist/runtime/components/ScriptCarbonAds.vue +11 -3
  31. package/dist/runtime/components/ScriptCrisp.vue +4 -1
  32. package/dist/runtime/components/ScriptIntercom.vue +4 -1
  33. package/dist/runtime/components/ScriptLemonSqueezy.d.vue.ts +13 -13
  34. package/dist/runtime/components/ScriptLemonSqueezy.vue +30 -6
  35. package/dist/runtime/components/ScriptLemonSqueezy.vue.d.ts +13 -13
  36. package/dist/runtime/components/ScriptPayPalButtons.vue +8 -1
  37. package/dist/runtime/components/ScriptPayPalMessages.vue +6 -0
  38. package/dist/runtime/components/ScriptStripePricingTable.vue +2 -0
  39. package/dist/runtime/components/ScriptVimeoPlayer.vue +8 -1
  40. package/dist/runtime/composables/useScript.js +121 -44
  41. package/dist/runtime/composables/useScriptEventPage.js +36 -20
  42. package/dist/runtime/composables/useScriptTriggerIdleTimeout.js +19 -5
  43. package/dist/runtime/composables/useScriptTriggerInteraction.js +23 -10
  44. package/dist/runtime/composables/useScriptTriggerServiceWorker.js +21 -18
  45. package/dist/runtime/devtools-standalone-bridge.client.js +28 -3
  46. package/dist/runtime/npm-script-proxy.d.ts +7 -0
  47. package/dist/runtime/npm-script-proxy.js +46 -0
  48. package/dist/runtime/npm-script-stub.js +4 -5
  49. package/dist/runtime/registry/posthog.js +11 -3
  50. package/dist/runtime/registry/speedcurve.js +33 -4
  51. package/dist/runtime/registry/usercentrics.js +4 -21
  52. package/dist/runtime/registry/youtube-player.js +16 -5
  53. package/dist/runtime/server/bluesky-embed.js +15 -6
  54. package/dist/runtime/server/google-maps-geocode-proxy.js +10 -5
  55. package/dist/runtime/server/google-static-maps-proxy.js +20 -13
  56. package/dist/runtime/server/gravatar-proxy.js +48 -11
  57. package/dist/runtime/server/instagram-embed-asset.js +1 -1
  58. package/dist/runtime/server/instagram-embed.js +44 -94
  59. package/dist/runtime/server/proxy-handler.d.ts +2 -1
  60. package/dist/runtime/server/proxy-handler.js +185 -25
  61. package/dist/runtime/server/utils/cache-config.d.ts +14 -0
  62. package/dist/runtime/server/utils/cache-config.js +13 -0
  63. package/dist/runtime/server/utils/cached-upstream.d.ts +23 -2
  64. package/dist/runtime/server/utils/cached-upstream.js +212 -15
  65. package/dist/runtime/server/utils/image-proxy.d.ts +3 -2
  66. package/dist/runtime/server/utils/image-proxy.js +26 -16
  67. package/dist/runtime/server/utils/instagram-embed.d.ts +8 -0
  68. package/dist/runtime/server/utils/instagram-embed.js +155 -0
  69. package/dist/runtime/server/utils/network-host.d.ts +21 -0
  70. package/dist/runtime/server/utils/network-host.js +112 -0
  71. package/dist/runtime/server/utils/privacy.js +55 -19
  72. package/dist/runtime/server/utils/proxy-query.d.ts +2 -0
  73. package/dist/runtime/server/utils/proxy-query.js +10 -0
  74. package/dist/runtime/server/utils/sign.d.ts +1 -1
  75. package/dist/runtime/server/utils/sign.js +1 -1
  76. package/dist/runtime/server/utils/withSigning.d.ts +1 -1
  77. package/dist/runtime/server/utils/withSigning.js +3 -3
  78. package/dist/runtime/server/vercel-insights-sink.js +1 -1
  79. package/dist/runtime/server/x-embed.js +8 -4
  80. package/dist/runtime/unhead-features.d.ts +1 -0
  81. package/dist/runtime/unhead-features.js +3 -0
  82. package/dist/runtime/utils/abortable-promise.d.ts +8 -0
  83. package/dist/runtime/utils/abortable-promise.js +63 -0
  84. package/dist/runtime/utils/after-next-paint.d.ts +1 -1
  85. package/dist/runtime/utils/after-next-paint.js +16 -1
  86. package/dist/runtime/utils/usercentrics-consent.d.ts +10 -0
  87. package/dist/runtime/utils/usercentrics-consent.js +88 -0
  88. package/dist/runtime/utils/youtube-readiness.d.ts +7 -0
  89. package/dist/runtime/utils/youtube-readiness.js +45 -0
  90. package/dist/runtime/utils.d.ts +3 -1
  91. package/dist/runtime/utils.js +29 -0
  92. package/package.json +2 -1
  93. package/dist/devtools-client/_nuxt/BGGk5RYW.js +0 -1
  94. package/dist/devtools-client/_nuxt/N_y8tuWA.js +0 -28
  95. package/dist/devtools-client/_nuxt/builds/meta/e2926f35-ae20-45a0-929d-54d3919623c3.json +0 -1
  96. package/dist/devtools-client/_nuxt/error-404.CIn5oEzb.css +0 -1
  97. package/dist/devtools-client/_nuxt/error-500.B1YZl8g8.css +0 -1
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/__nuxt-scripts/_nuxt/N_y8tuWA.js"}}</script><link rel="stylesheet" href="/__nuxt-scripts/_nuxt/entry.CYUdJFoE.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/N_y8tuWA.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B551Pnuh.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BKdLzFmX.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CH5oUfNi.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/xAZ2vgo3.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DK3Fl9T5.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C_v3_O0R.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BGGk5RYW.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CBuBrHyL.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CxN78VhB.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BDNMzG2s.js"><script type="module" src="/__nuxt-scripts/_nuxt/N_y8tuWA.js" crossorigin></script><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DMbpbO54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/qhed-kSA.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BgS3c2Ky.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/VbXTXTou.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BZCL-v6S.js"><link rel="prefetch" as="style" crossorigin href="/__nuxt-scripts/_nuxt/error-404.CIn5oEzb.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DzbSCA_w.js"><link rel="prefetch" as="style" crossorigin href="/__nuxt-scripts/_nuxt/error-500.B1YZl8g8.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/WOtyQdps.js"><script>"use strict";(()=>{const o=window,e=document.documentElement,c=["dark","light"],s=getStorageValue("localStorage","nuxt-color-mode")||"system";let r=s==="system"?f():s;const l=e.getAttribute("data-color-mode-forced");l&&(r=l),i(r),o["__NUXT_COLOR_MODE__"]={preference:s,value:r,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(t){const a=""+t+"",n="";e.classList?e.classList.add(a):e.className+=" "+a,n&&e.setAttribute("data-"+n,t)}function d(t){const a=""+t+"",n="";e.classList?e.classList.remove(a):e.className=e.className.replace(new RegExp(a,"g"),""),n&&e.removeAttribute("data-"+n)}function u(t){return o.matchMedia("(prefers-color-scheme"+t+")")}function f(){if(o.matchMedia&&u("").media!=="not all"){for(const t of c)if(u(":"+t).matches)return t}return"light"}})();function getStorageValue(o,e){switch(o){case"localStorage":try{return window.localStorage.getItem(e)}catch{return null}case"sessionStorage":try{return window.sessionStorage.getItem(e)}catch{return null}case"cookie":try{return getCookie(e)}catch{return null}default:return null}}function getCookie(o){const c=("; "+window.document.cookie).split("; "+o+"=");if(c.length===2){const s=c.pop();return s?s.split(";").shift():null}}</script></head><body><div id="__nuxt" class="isolate"></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-scripts",buildId:"e2926f35-ae20-45a0-929d-54d3919623c3",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1784644746055,false]</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/__nuxt-scripts/_nuxt/Dl7W1ViV.js"}}</script><link rel="stylesheet" href="/__nuxt-scripts/_nuxt/entry.9HJPJ6Hp.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dl7W1ViV.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B551Pnuh.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BKdLzFmX.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CH5oUfNi.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CP7c-Js6.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DK3Fl9T5.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C_v3_O0R.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CC0GKROJ.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B8_EBdhg.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CxN78VhB.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BDNMzG2s.js"><script type="module" src="/__nuxt-scripts/_nuxt/Dl7W1ViV.js" crossorigin></script><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DMbpbO54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/qhed-kSA.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BgS3c2Ky.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/VbXTXTou.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BZCL-v6S.js"><link rel="prefetch" as="style" crossorigin href="/__nuxt-scripts/_nuxt/error-404.Bq2JQbJs.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DTP8MRtW.js"><link rel="prefetch" as="style" crossorigin href="/__nuxt-scripts/_nuxt/error-500.5E_FOzlc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/KxC4Q3ev.js"><script>"use strict";(()=>{const o=window,e=document.documentElement,c=["dark","light"],s=getStorageValue("localStorage","nuxt-color-mode")||"system";let r=s==="system"?f():s;const l=e.getAttribute("data-color-mode-forced");l&&(r=l),i(r),o["__NUXT_COLOR_MODE__"]={preference:s,value:r,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(t){const a=""+t+"",n="";e.classList?e.classList.add(a):e.className+=" "+a,n&&e.setAttribute("data-"+n,t)}function d(t){const a=""+t+"",n="";e.classList?e.classList.remove(a):e.className=e.className.replace(new RegExp(a,"g"),""),n&&e.removeAttribute("data-"+n)}function u(t){return o.matchMedia("(prefers-color-scheme"+t+")")}function f(){if(o.matchMedia&&u("").media!=="not all"){for(const t of c)if(u(":"+t).matches)return t}return"light"}})();function getStorageValue(o,e){switch(o){case"localStorage":try{return window.localStorage.getItem(e)}catch{return null}case"sessionStorage":try{return window.sessionStorage.getItem(e)}catch{return null}case"cookie":try{return getCookie(e)}catch{return null}default:return null}}function getCookie(o){const c=("; "+window.document.cookie).split("; "+o+"=");if(c.length===2){const s=c.pop();return s?s.split(";").shift():null}}</script></head><body><div id="__nuxt" class="isolate"></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-scripts",buildId:"c38edf4f-387c-4148-a34a-ca78a5b40869",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1786626908842,false]</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/__nuxt-scripts/_nuxt/N_y8tuWA.js"}}</script><link rel="stylesheet" href="/__nuxt-scripts/_nuxt/entry.CYUdJFoE.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/N_y8tuWA.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B551Pnuh.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BKdLzFmX.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CH5oUfNi.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/xAZ2vgo3.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DK3Fl9T5.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C_v3_O0R.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BGGk5RYW.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CBuBrHyL.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CxN78VhB.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BDNMzG2s.js"><script type="module" src="/__nuxt-scripts/_nuxt/N_y8tuWA.js" crossorigin></script><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DMbpbO54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/qhed-kSA.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BgS3c2Ky.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/VbXTXTou.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BZCL-v6S.js"><link rel="prefetch" as="style" crossorigin href="/__nuxt-scripts/_nuxt/error-404.CIn5oEzb.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DzbSCA_w.js"><link rel="prefetch" as="style" crossorigin href="/__nuxt-scripts/_nuxt/error-500.B1YZl8g8.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/WOtyQdps.js"><script>"use strict";(()=>{const o=window,e=document.documentElement,c=["dark","light"],s=getStorageValue("localStorage","nuxt-color-mode")||"system";let r=s==="system"?f():s;const l=e.getAttribute("data-color-mode-forced");l&&(r=l),i(r),o["__NUXT_COLOR_MODE__"]={preference:s,value:r,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(t){const a=""+t+"",n="";e.classList?e.classList.add(a):e.className+=" "+a,n&&e.setAttribute("data-"+n,t)}function d(t){const a=""+t+"",n="";e.classList?e.classList.remove(a):e.className=e.className.replace(new RegExp(a,"g"),""),n&&e.removeAttribute("data-"+n)}function u(t){return o.matchMedia("(prefers-color-scheme"+t+")")}function f(){if(o.matchMedia&&u("").media!=="not all"){for(const t of c)if(u(":"+t).matches)return t}return"light"}})();function getStorageValue(o,e){switch(o){case"localStorage":try{return window.localStorage.getItem(e)}catch{return null}case"sessionStorage":try{return window.sessionStorage.getItem(e)}catch{return null}case"cookie":try{return getCookie(e)}catch{return null}default:return null}}function getCookie(o){const c=("; "+window.document.cookie).split("; "+o+"=");if(c.length===2){const s=c.pop();return s?s.split(";").shift():null}}</script></head><body><div id="__nuxt" class="isolate"></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-scripts",buildId:"e2926f35-ae20-45a0-929d-54d3919623c3",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1784644746055,false]</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><script type="importmap">{"imports":{"#entry":"/__nuxt-scripts/_nuxt/Dl7W1ViV.js"}}</script><link rel="stylesheet" href="/__nuxt-scripts/_nuxt/entry.9HJPJ6Hp.css" crossorigin><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/Dl7W1ViV.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B551Pnuh.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BKdLzFmX.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CH5oUfNi.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CP7c-Js6.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DK3Fl9T5.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/C_v3_O0R.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CC0GKROJ.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/B8_EBdhg.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/CxN78VhB.js"><link rel="modulepreload" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BDNMzG2s.js"><script type="module" src="/__nuxt-scripts/_nuxt/Dl7W1ViV.js" crossorigin></script><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DMbpbO54.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/qhed-kSA.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BgS3c2Ky.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/VbXTXTou.js"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/BZCL-v6S.js"><link rel="prefetch" as="style" crossorigin href="/__nuxt-scripts/_nuxt/error-404.Bq2JQbJs.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/DTP8MRtW.js"><link rel="prefetch" as="style" crossorigin href="/__nuxt-scripts/_nuxt/error-500.5E_FOzlc.css"><link rel="prefetch" as="script" crossorigin href="/__nuxt-scripts/_nuxt/KxC4Q3ev.js"><script>"use strict";(()=>{const o=window,e=document.documentElement,c=["dark","light"],s=getStorageValue("localStorage","nuxt-color-mode")||"system";let r=s==="system"?f():s;const l=e.getAttribute("data-color-mode-forced");l&&(r=l),i(r),o["__NUXT_COLOR_MODE__"]={preference:s,value:r,getColorScheme:f,addColorScheme:i,removeColorScheme:d};function i(t){const a=""+t+"",n="";e.classList?e.classList.add(a):e.className+=" "+a,n&&e.setAttribute("data-"+n,t)}function d(t){const a=""+t+"",n="";e.classList?e.classList.remove(a):e.className=e.className.replace(new RegExp(a,"g"),""),n&&e.removeAttribute("data-"+n)}function u(t){return o.matchMedia("(prefers-color-scheme"+t+")")}function f(){if(o.matchMedia&&u("").media!=="not all"){for(const t of c)if(u(":"+t).matches)return t}return"light"}})();function getStorageValue(o,e){switch(o){case"localStorage":try{return window.localStorage.getItem(e)}catch{return null}case"sessionStorage":try{return window.sessionStorage.getItem(e)}catch{return null}case"cookie":try{return getCookie(e)}catch{return null}default:return null}}function getCookie(o){const c=("; "+window.document.cookie).split("; "+o+"=");if(c.length===2){const s=c.pop();return s?s.split(";").shift():null}}</script></head><body><div id="__nuxt" class="isolate"></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-scripts",buildId:"c38edf4f-387c-4148-a34a-ca78a5b40869",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1786626908842,false]</script></body></html>
@@ -1 +1 @@
1
- import{D as e,E as t,On as n,T as r,Zn as i,_ as a,b as o,bt as s,k as c,mt as l,o as u,qt as d,tr as f,v as p,y as m}from"./BKdLzFmX.js";import{et as h,p as g,t as _}from"./xAZ2vgo3.js";import{t as v}from"./BDNMzG2s.js";var y={class:`py-1`},b={key:0,class:`panel-grids rounded-xl flex flex-col items-center justify-center py-16 gap-3`},x={class:`w-12 h-12 rounded-xl bg-(--color-surface-elevated) border border-(--color-border) flex items-center justify-center`},S={class:`stagger-children space-y-1.5`},C={class:`px-3.5 py-2.5 flex items-center gap-3`},w={class:`w-7 h-7 rounded-lg bg-(--color-surface-sunken) border border-(--color-border-subtle) flex items-center justify-center flex-shrink-0 overflow-hidden`},T=[`src`],E=[`innerHTML`],D={class:`flex-1 min-w-0`},O={class:`flex items-center gap-2`},k={class:`text-[13px] font-semibold tracking-tight truncate`},A={class:`text-[10px] px-1.5 py-0.5 rounded-full bg-(--color-surface-sunken) text-(--color-text-subtle) font-medium flex-shrink-0`},j={key:0,class:`text-[10px] font-mono text-(--color-text-subtle) truncate mt-0.5`},M={key:1,class:`text-[10px] font-mono text-(--color-text-subtle) mt-0.5`},N={class:`flex items-center gap-1 flex-shrink-0`},P={class:`text-xs space-y-0.5`},F={class:`font-semibold`},I={class:`opacity-70`},ee={class:`opacity-50 mt-1 max-w-48 text-[11px]`},L=[`href`],R={key:0,class:`mt-5 card overflow-hidden`},z={class:`px-4 py-2.5 border-b border-(--color-border-subtle)`},B={class:`text-xs font-semibold uppercase tracking-wider text-(--color-text-subtle) flex items-center gap-1.5`},V={class:`overflow-x-auto`},H={class:`w-full text-xs`},U={class:`border-b border-(--color-border-subtle)`},W={class:`inline-flex items-center justify-center gap-1`},G={class:`px-4 py-2 font-medium whitespace-nowrap`},K={class:`flex items-center gap-2`},q=[`src`],J=[`innerHTML`],Y=v(c({__name:`registry`,setup(c){let v=[{key:`bundle`,label:`Bundle`,icon:`i-carbon-archive`,desc:`Downloaded at build time, served from your domain`},{key:`proxy`,label:`Proxy`,icon:`i-carbon-security`,desc:`Collection requests routed through your server`},{key:`partytown`,label:`Partytown`,icon:`i-carbon-container-software`,desc:`Can run in a web worker via Partytown`}];function Y(e,t){return e.capabilities?.[t]?e.defaultCapability?.[t]?`active`:`available`:`off`}function X(e){return e===`active`?`Active by default`:e===`available`?`Supported (opt-in)`:`Not supported`}return(c,Z)=>{let Q=g,$=_;return l(),o(`div`,y,[n(h)?.length?(l(),o(u,{key:1},[Z[3]||=r(`<div class="flex items-center gap-4 mb-3 px-0.5" data-v-3f8fca8a><div class="flex items-center gap-1.5 text-[10px] font-medium text-(--color-text-subtle)" data-v-3f8fca8a><span class="cap-dot cap-dot-active" data-v-3f8fca8a></span> Active by default </div><div class="flex items-center gap-1.5 text-[10px] font-medium text-(--color-text-subtle)" data-v-3f8fca8a><span class="cap-dot cap-dot-available" data-v-3f8fca8a></span> Supported (opt-in) </div><div class="flex items-center gap-1.5 text-[10px] font-medium text-(--color-text-subtle)" data-v-3f8fca8a><span class="cap-dot cap-dot-off" data-v-3f8fca8a></span> Not supported </div></div>`,1),a(`div`,S,[(l(!0),o(u,null,s(n(h),(t,n)=>(l(),o(`div`,{key:n,class:`registry-row group`},[a(`div`,C,[a(`div`,w,[t.logo&&typeof t.logo==`string`&&t.logo.startsWith(`http`)?(l(),o(`img`,{key:0,class:`w-5 h-5 object-contain`,src:typeof t.logo==`object`?t.logo.dark||t.logo.light:t.logo,alt:``},null,8,T)):t.logo?(l(),o(`div`,{key:1,class:`w-5 h-5 flex items-center [&>svg]:max-h-5 [&>svg]:max-w-5`,innerHTML:typeof t.logo==`object`?t.logo.dark||t.logo.light:t.logo},null,8,E)):(l(),p(Q,{key:2,name:`i-carbon-script`,class:`text-sm text-(--color-text-subtle)`}))]),a(`div`,D,[a(`div`,O,[a(`span`,k,f(t.label),1),a(`span`,A,f(t.category),1)]),t.src&&t.src!==!1?(l(),o(`div`,j,f(t.src),1)):t.src===!1?(l(),o(`div`,M,` npm (no script download) `)):m(``,!0)]),a(`div`,N,[(l(),o(u,null,s(v,n=>e($,{key:n.key},{content:d(()=>[a(`div`,P,[a(`div`,F,f(n.label),1),a(`div`,I,f(X(Y(t,n.key))),1),a(`div`,ee,f(n.desc),1)])]),default:d(()=>[a(`div`,{class:i([`cap-indicator`,`cap-${Y(t,n.key)}`])},[e(Q,{name:n.icon,class:`text-xs`},null,8,[`name`])],2)]),_:2},1024)),64))]),a(`a`,{href:`https://scripts.nuxt.com/scripts/${t.label.toLowerCase().replace(/ /g,`-`)}`,target:`_blank`,class:`opacity-0 group-hover:opacity-60 focus-visible:opacity-60 transition-opacity flex-shrink-0`,"aria-label":`View documentation`},[e(Q,{name:`i-carbon-launch`,class:`text-sm`})],8,L)])]))),128))]),n(h).length>3?(l(),o(`div`,R,[a(`div`,z,[a(`h4`,B,[e(Q,{name:`i-carbon-data-table`,class:`text-sm`}),Z[1]||=t(` Capability Matrix `,-1)])]),a(`div`,V,[a(`table`,H,[a(`thead`,null,[a(`tr`,U,[Z[2]||=a(`th`,{class:`px-4 py-2 text-left font-medium text-(--color-text-subtle)`},` Script `,-1),(l(),o(u,null,s(v,n=>a(`th`,{key:n.key,class:`px-3 py-2 text-center font-medium text-(--color-text-subtle) whitespace-nowrap`},[e($,{text:n.desc},{default:d(()=>[a(`span`,W,[e(Q,{name:n.icon,class:`text-xs`},null,8,[`name`]),t(` `+f(n.label),1)])]),_:2},1032,[`text`])])),64))])]),a(`tbody`,null,[(l(!0),o(u,null,s(n(h),n=>(l(),o(`tr`,{key:n.registryKey||n.label,class:`border-b border-(--color-border-subtle) last:border-b-0 hover:bg-(--color-surface-sunken) transition-colors`},[a(`td`,G,[a(`div`,K,[n.logo&&typeof n.logo==`string`&&n.logo.startsWith(`http`)?(l(),o(`img`,{key:0,class:`w-4 h-4 object-contain`,src:typeof n.logo==`object`?n.logo.dark||n.logo.light:n.logo,alt:``},null,8,q)):n.logo?(l(),o(`div`,{key:1,class:`w-4 h-4 flex items-center [&>svg]:max-h-4 [&>svg]:max-w-4`,innerHTML:typeof n.logo==`object`?n.logo.dark||n.logo.light:n.logo},null,8,J)):(l(),p(Q,{key:2,name:`i-carbon-script`,class:`text-xs text-(--color-text-subtle)`})),t(` `+f(n.label),1)])]),(l(),o(u,null,s(v,t=>a(`td`,{key:t.key,class:`px-3 py-2 text-center`},[e($,{text:X(Y(n,t.key))},{default:d(()=>[a(`div`,{class:i([`cap-dot mx-auto`,`cap-dot-${Y(n,t.key)}`])},null,2)]),_:2},1032,[`text`])])),64))]))),128))])])])])):m(``,!0)],64)):(l(),o(`div`,b,[a(`div`,x,[e(Q,{name:`i-carbon-catalog`,class:`text-2xl text-(--color-text-subtle)`})]),Z[0]||=a(`p`,{class:`text-sm font-medium text-(--color-text-muted)`},` No registry scripts available `,-1)]))])}}}),[[`__scopeId`,`data-v-3f8fca8a`]]);export{Y as default};
1
+ import{D as e,E as t,On as n,T as r,Zn as i,_ as a,b as o,bt as s,k as c,mt as l,o as u,qt as d,tr as f,v as p,y as m}from"./BKdLzFmX.js";import{et as h,p as g,t as _}from"./CP7c-Js6.js";import{t as v}from"./BDNMzG2s.js";var y={class:`py-1`},b={key:0,class:`panel-grids rounded-xl flex flex-col items-center justify-center py-16 gap-3`},x={class:`w-12 h-12 rounded-xl bg-(--color-surface-elevated) border border-(--color-border) flex items-center justify-center`},S={class:`stagger-children space-y-1.5`},C={class:`px-3.5 py-2.5 flex items-center gap-3`},w={class:`w-7 h-7 rounded-lg bg-(--color-surface-sunken) border border-(--color-border-subtle) flex items-center justify-center flex-shrink-0 overflow-hidden`},T=[`src`],E=[`innerHTML`],D={class:`flex-1 min-w-0`},O={class:`flex items-center gap-2`},k={class:`text-[13px] font-semibold tracking-tight truncate`},A={class:`text-[10px] px-1.5 py-0.5 rounded-full bg-(--color-surface-sunken) text-(--color-text-subtle) font-medium flex-shrink-0`},j={key:0,class:`text-[10px] font-mono text-(--color-text-subtle) truncate mt-0.5`},M={key:1,class:`text-[10px] font-mono text-(--color-text-subtle) mt-0.5`},N={class:`flex items-center gap-1 flex-shrink-0`},P={class:`text-xs space-y-0.5`},F={class:`font-semibold`},I={class:`opacity-70`},ee={class:`opacity-50 mt-1 max-w-48 text-[11px]`},L=[`href`],R={key:0,class:`mt-5 card overflow-hidden`},z={class:`px-4 py-2.5 border-b border-(--color-border-subtle)`},B={class:`text-xs font-semibold uppercase tracking-wider text-(--color-text-subtle) flex items-center gap-1.5`},V={class:`overflow-x-auto`},H={class:`w-full text-xs`},U={class:`border-b border-(--color-border-subtle)`},W={class:`inline-flex items-center justify-center gap-1`},G={class:`px-4 py-2 font-medium whitespace-nowrap`},K={class:`flex items-center gap-2`},q=[`src`],J=[`innerHTML`],Y=v(c({__name:`registry`,setup(c){let v=[{key:`bundle`,label:`Bundle`,icon:`i-carbon-archive`,desc:`Downloaded at build time, served from your domain`},{key:`proxy`,label:`Proxy`,icon:`i-carbon-security`,desc:`Collection requests routed through your server`},{key:`partytown`,label:`Partytown`,icon:`i-carbon-container-software`,desc:`Can run in a web worker via Partytown`}];function Y(e,t){return e.capabilities?.[t]?e.defaultCapability?.[t]?`active`:`available`:`off`}function X(e){return e===`active`?`Active by default`:e===`available`?`Supported (opt-in)`:`Not supported`}return(c,Z)=>{let Q=g,$=_;return l(),o(`div`,y,[n(h)?.length?(l(),o(u,{key:1},[Z[3]||=r(`<div class="flex items-center gap-4 mb-3 px-0.5" data-v-3f8fca8a><div class="flex items-center gap-1.5 text-[10px] font-medium text-(--color-text-subtle)" data-v-3f8fca8a><span class="cap-dot cap-dot-active" data-v-3f8fca8a></span> Active by default </div><div class="flex items-center gap-1.5 text-[10px] font-medium text-(--color-text-subtle)" data-v-3f8fca8a><span class="cap-dot cap-dot-available" data-v-3f8fca8a></span> Supported (opt-in) </div><div class="flex items-center gap-1.5 text-[10px] font-medium text-(--color-text-subtle)" data-v-3f8fca8a><span class="cap-dot cap-dot-off" data-v-3f8fca8a></span> Not supported </div></div>`,1),a(`div`,S,[(l(!0),o(u,null,s(n(h),(t,n)=>(l(),o(`div`,{key:n,class:`registry-row group`},[a(`div`,C,[a(`div`,w,[t.logo&&typeof t.logo==`string`&&t.logo.startsWith(`http`)?(l(),o(`img`,{key:0,class:`w-5 h-5 object-contain`,src:typeof t.logo==`object`?t.logo.dark||t.logo.light:t.logo,alt:``},null,8,T)):t.logo?(l(),o(`div`,{key:1,class:`w-5 h-5 flex items-center [&>svg]:max-h-5 [&>svg]:max-w-5`,innerHTML:typeof t.logo==`object`?t.logo.dark||t.logo.light:t.logo},null,8,E)):(l(),p(Q,{key:2,name:`i-carbon-script`,class:`text-sm text-(--color-text-subtle)`}))]),a(`div`,D,[a(`div`,O,[a(`span`,k,f(t.label),1),a(`span`,A,f(t.category),1)]),t.src&&t.src!==!1?(l(),o(`div`,j,f(t.src),1)):t.src===!1?(l(),o(`div`,M,` npm (no script download) `)):m(``,!0)]),a(`div`,N,[(l(),o(u,null,s(v,n=>e($,{key:n.key},{content:d(()=>[a(`div`,P,[a(`div`,F,f(n.label),1),a(`div`,I,f(X(Y(t,n.key))),1),a(`div`,ee,f(n.desc),1)])]),default:d(()=>[a(`div`,{class:i([`cap-indicator`,`cap-${Y(t,n.key)}`])},[e(Q,{name:n.icon,class:`text-xs`},null,8,[`name`])],2)]),_:2},1024)),64))]),a(`a`,{href:`https://scripts.nuxt.com/scripts/${t.label.toLowerCase().replace(/ /g,`-`)}`,target:`_blank`,class:`opacity-0 group-hover:opacity-60 focus-visible:opacity-60 transition-opacity flex-shrink-0`,"aria-label":`View documentation`},[e(Q,{name:`i-carbon-launch`,class:`text-sm`})],8,L)])]))),128))]),n(h).length>3?(l(),o(`div`,R,[a(`div`,z,[a(`h4`,B,[e(Q,{name:`i-carbon-data-table`,class:`text-sm`}),Z[1]||=t(` Capability Matrix `,-1)])]),a(`div`,V,[a(`table`,H,[a(`thead`,null,[a(`tr`,U,[Z[2]||=a(`th`,{class:`px-4 py-2 text-left font-medium text-(--color-text-subtle)`},` Script `,-1),(l(),o(u,null,s(v,n=>a(`th`,{key:n.key,class:`px-3 py-2 text-center font-medium text-(--color-text-subtle) whitespace-nowrap`},[e($,{text:n.desc},{default:d(()=>[a(`span`,W,[e(Q,{name:n.icon,class:`text-xs`},null,8,[`name`]),t(` `+f(n.label),1)])]),_:2},1032,[`text`])])),64))])]),a(`tbody`,null,[(l(!0),o(u,null,s(n(h),n=>(l(),o(`tr`,{key:n.registryKey||n.label,class:`border-b border-(--color-border-subtle) last:border-b-0 hover:bg-(--color-surface-sunken) transition-colors`},[a(`td`,G,[a(`div`,K,[n.logo&&typeof n.logo==`string`&&n.logo.startsWith(`http`)?(l(),o(`img`,{key:0,class:`w-4 h-4 object-contain`,src:typeof n.logo==`object`?n.logo.dark||n.logo.light:n.logo,alt:``},null,8,q)):n.logo?(l(),o(`div`,{key:1,class:`w-4 h-4 flex items-center [&>svg]:max-h-4 [&>svg]:max-w-4`,innerHTML:typeof n.logo==`object`?n.logo.dark||n.logo.light:n.logo},null,8,J)):(l(),p(Q,{key:2,name:`i-carbon-script`,class:`text-xs text-(--color-text-subtle)`})),t(` `+f(n.label),1)])]),(l(),o(u,null,s(v,t=>a(`td`,{key:t.key,class:`px-3 py-2 text-center`},[e($,{text:X(Y(n,t.key))},{default:d(()=>[a(`div`,{class:i([`cap-dot mx-auto`,`cap-dot-${Y(n,t.key)}`])},null,2)]),_:2},1032,[`text`])])),64))]))),128))])])])])):m(``,!0)],64)):(l(),o(`div`,b,[a(`div`,x,[e(Q,{name:`i-carbon-catalog`,class:`text-2xl text-(--color-text-subtle)`})]),Z[0]||=a(`p`,{class:`text-sm font-medium text-(--color-text-muted)`},` No registry scripts available `,-1)]))])}}}),[[`__scopeId`,`data-v-3f8fca8a`]]);export{Y as default};
@@ -1,4 +1,4 @@
1
- import{t as e}from"./DK3Fl9T5.js";import{i as t}from"./B551Pnuh.js";import{$ as n,$n as r,D as i,E as a,En as o,Ft as s,Ht as c,J as l,Lt as u,On as d,Zn as f,b as p,et as m,g as h,gt as g,mt as _,qt as v,tr as ee,v as y,vn as te,wt as ne,xt as b,y as re,z as x}from"./BKdLzFmX.js";import{at as ie,rt as ae,st as oe}from"./CH5oUfNi.js";import{C as se,Ct as ce,Et as le,St as S,a as ue,f as de,i as fe,k as pe,l as me,o as he,p as ge,u as _e,w as ve}from"./xAZ2vgo3.js";import{c as ye,l as be,r as xe}from"./C_v3_O0R.js";import{t as Se}from"./CxN78VhB.js";var Ce=`modulepreload`,we=function(e,t){return new URL(e,t).href},Te={},Ee=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}function s(e){return import.meta.resolve?import.meta.resolve(e):new URL(e,import.meta.url).href}r=o(t.map(t=>{if(t=we(t,n),t=s(t),t in Te)return;Te[t]=!0;let r=t.endsWith(`.css`);for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}let i=document.createElement(`link`);if(i.rel=r?`stylesheet`:Ce,r||(i.as=`script`),i.crossOrigin=``,i.href=t,a&&i.setAttribute(`nonce`,a),document.head.appendChild(i),r)return new Promise((e,n)=>{i.addEventListener(`load`,e),i.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})};function De(){let e=document.activeElement;if(e==null)return null;for(;e!=null&&e.shadowRoot!=null&&e.shadowRoot.activeElement!=null;)e=e.shadowRoot.activeElement;return e}var Oe=`focusScope.autoFocusOnMount`,ke=`focusScope.autoFocusOnUnmount`,Ae={bubbles:!1,cancelable:!0};function je(e,{select:t=!1}={}){let n=De();for(let r of e)if(Le(r,{select:t}),De()!==n)return!0}function Me(e){let t=Ne(e);return[Pe(t,e),Pe(t.reverse(),e)]}function Ne(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Pe(e,t){for(let n of e)if(!Fe(n,{upTo:t}))return n}function Fe(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function Ie(e){return e instanceof HTMLInputElement&&`select`in e}function Le(e,{select:t=!1}={}){if(e&&e.focus){let n=De();e.focus({preventScroll:!0}),e!==n&&Ie(e)&&t&&e.select()}}function Re(e){let t=xe(),n=h(()=>o(e)),r=h(()=>n.value.icon&&n.value.leading||n.value.icon&&!n.value.trailing||n.value.loading&&!n.value.trailing||!!n.value.leadingIcon);return{isLeading:r,isTrailing:h(()=>n.value.icon&&n.value.trailing||n.value.loading&&n.value.trailing||!!n.value.trailingIcon&&n.value.trailing!==!1),leadingIconName:h(()=>n.value.loading?n.value.loadingIcon||t.ui.icons.loading:n.value.leadingIcon||n.value.icon),trailingIconName:h(()=>n.value.loading&&!r.value?n.value.loadingIcon||t.ui.icons.loading:n.value.trailingIcon||n.value.icon)}}function ze(e,t){return Be(Ve(e),Ve(t))}function Be(e,t){let n=[],r=new Set([...Object.keys(e.props||{}),...Object.keys(t.props||{})]);if(e.props&&t.props)for(let i of r){let r=e.props[i],a=t.props[i];r&&a?n.push(...Be(e.props?.[i],t.props?.[i])):(r||a)&&n.push(new He((a||r).key,r?`removed`:`added`,a,r))}return r.size===0&&e.hash!==t.hash&&n.push(new He((t||e).key,`changed`,t,e)),n}function Ve(e,t=``){if(e&&typeof e!=`object`)return new Ue(t,e,be(e));let n={},r=[];for(let i in e)n[i]=Ve(e[i],t?`${t}.${i}`:i),r.push(n[i].hash);return new Ue(t,e,`{${r.join(`:`)}}`,n)}var He=class{constructor(e,t,n,r){this.key=e,this.type=t,this.newValue=n,this.oldValue=r}toString(){return this.toJSON()}toJSON(){switch(this.type){case`added`:return`Added \`${this.key}\``;case`removed`:return`Removed \`${this.key}\``;case`changed`:return`Changed \`${this.key}\` from \`${this.oldValue?.toString()||`-`}\` to \`${this.newValue.toString()}\``}}},Ue=class{constructor(e,t,n,r){this.key=e,this.value=t,this.hash=n,this.props=r}toString(){return this.props?`{${Object.keys(this.props).join(`,`)}}`:JSON.stringify(this.value)}toJSON(){let e=this.key||`.`;return this.props?`${e}({${Object.keys(this.props).join(`,`)}})`:`${e}(${this.value})`}},We=Symbol(`nuxt-ui.avatar-group`);function Ge(e){let t=l(We,void 0),n=h(()=>e.size??t?.value.size),r=h(()=>e.color??t?.value.color);return g(We,h(()=>({size:n.value,color:r.value}))),{size:n,color:r}}var Ke={slots:{root:`relative inline-flex items-center justify-center shrink-0`,base:`rounded-full ring ring-bg flex items-center justify-center text-inverted font-medium whitespace-nowrap`},variants:{color:{primary:`bg-primary`,secondary:`bg-secondary`,success:`bg-success`,info:`bg-info`,warning:`bg-warning`,error:`bg-error`,neutral:`bg-inverted`},size:{"3xs":`h-[4px] min-w-[4px] text-[4px]`,"2xs":`h-[5px] min-w-[5px] text-[5px]`,xs:`h-[6px] min-w-[6px] text-[6px]`,sm:`h-[7px] min-w-[7px] text-[7px]`,md:`h-[8px] min-w-[8px] text-[8px]`,lg:`h-[9px] min-w-[9px] text-[9px]`,xl:`h-[10px] min-w-[10px] text-[10px]`,"2xl":`h-[11px] min-w-[11px] text-[11px]`,"3xl":`h-[12px] min-w-[12px] text-[12px]`},position:{"top-right":`top-0 right-0`,"bottom-right":`bottom-0 right-0`,"top-left":`top-0 left-0`,"bottom-left":`bottom-0 left-0`},inset:{false:``},standalone:{false:`absolute`}},compoundVariants:[{position:`top-right`,inset:!1,class:`-translate-y-1/2 translate-x-1/2 transform`},{position:`bottom-right`,inset:!1,class:`translate-y-1/2 translate-x-1/2 transform`},{position:`top-left`,inset:!1,class:`-translate-y-1/2 -translate-x-1/2 transform`},{position:`bottom-left`,inset:!1,class:`translate-y-1/2 -translate-x-1/2 transform`}],defaultVariants:{size:`md`,color:`primary`,position:`top-right`}},qe=Object.assign({inheritAttrs:!1},{__name:`UChip`,props:n({as:{type:null,required:!1},text:{type:[String,Number],required:!1},color:{type:null,required:!1},size:{type:null,required:!1},position:{type:null,required:!1},inset:{type:Boolean,required:!1,default:!1},standalone:{type:Boolean,required:!1,default:!1},class:{type:null,required:!1},ui:{type:Object,required:!1}},{show:{type:Boolean,default:!0},showModifiers:{}}),emits:[`update:show`],setup(e){let t=e,n=he(`chip`,t),o=s(e,`show`,{type:Boolean,default:!0}),{size:c}=Ge(t),l=xe(),u=h(()=>ue({extend:Ke,...l.ui?.chip||{}})({color:n.color,size:c.value??n.size,position:n.position,inset:n.inset,standalone:n.standalone}));return(e,t)=>(_(),y(d(se),{as:d(n).as,"data-slot":e.$attrs[`data-slot`]??`root`,class:f(u.value.root({class:[d(n).ui?.root,d(n).class]}))},{default:v(()=>[i(d(ve),r(x({...e.$attrs,"data-slot":void 0})),{default:v(()=>[b(e.$slots,`default`)]),_:3},16),o.value?(_(),p(`span`,{key:0,"data-slot":`base`,class:f(u.value.base({class:d(n).ui?.base}))},[b(e.$slots,`content`,{},()=>[a(ee(d(n).text),1)])],2)):re(``,!0)]),_:3},8,[`as`,`data-slot`,`class`]))}}),Je={slots:{root:`inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle`,image:`h-full w-full rounded-[inherit] object-cover`,fallback:`font-medium truncate`,icon:`shrink-0`},variants:{color:{primary:{root:`bg-primary/10`,fallback:`text-primary`,icon:`text-primary`},secondary:{root:`bg-secondary/10`,fallback:`text-secondary`,icon:`text-secondary`},success:{root:`bg-success/10`,fallback:`text-success`,icon:`text-success`},info:{root:`bg-info/10`,fallback:`text-info`,icon:`text-info`},warning:{root:`bg-warning/10`,fallback:`text-warning`,icon:`text-warning`},error:{root:`bg-error/10`,fallback:`text-error`,icon:`text-error`},neutral:{root:`bg-elevated`,fallback:`text-muted`,icon:`text-muted`}},size:{"3xs":{root:`size-4 text-[8px]`},"2xs":{root:`size-5 text-[10px]`},xs:{root:`size-6 text-xs`},sm:{root:`size-7 text-sm`},md:{root:`size-8 text-base`},lg:{root:`size-9 text-lg`},xl:{root:`size-10 text-xl`},"2xl":{root:`size-11 text-[22px]`},"3xl":{root:`size-12 text-2xl`}}},defaultVariants:{size:`md`,color:`neutral`}},Ye=Object.assign({inheritAttrs:!1},{__name:`UAvatar`,props:{as:{type:null,required:!1},src:{type:String,required:!1},alt:{type:String,required:!1},icon:{type:null,required:!1},text:{type:String,required:!1},size:{type:null,required:!1},color:{type:null,required:!1},chip:{type:[Boolean,Object],required:!1},class:{type:null,required:!1},style:{type:null,required:!1},ui:{type:Object,required:!1}},setup(e){let t=e,n=he(`avatar`,t),i=h(()=>typeof n.as==`string`||typeof n.as?.render==`function`?{root:n.as}:ie(n.as,{root:`span`})),a=h(()=>n.text||(n.alt||``).split(` `).map(e=>e.charAt(0)).join(``).substring(0,2)),o=xe(),{size:s,color:l}=Ge(t),u=h(()=>ue({extend:Je,...o.ui?.avatar||{}})({size:s.value??n.size,color:l.value??n.color})),g=h(()=>u.value.root({class:[n.ui?.root,n.class]})),re=h(()=>{let e=(g.value||``).split(` `).find(e=>/^size-\d+$/.test(e));if(e){let t=Number.parseFloat(e.split(`-`)[1]??``);if(!Number.isNaN(t))return t*4}return null}),x=te(!1);c(()=>n.src,()=>{x.value&&=!1});function ae(){x.value=!0}return(e,t)=>(_(),y(ne(d(n).chip?qe:d(se)),m({as:i.value.root},d(n).chip?typeof d(n).chip==`object`?{inset:!0,...d(n).chip}:{inset:!0}:{},{"data-slot":e.$attrs[`data-slot`]??`root`,class:g.value,style:d(n).style}),{default:v(()=>[d(n).src&&!x.value?(_(),y(ne(i.value.img||d(`img`)),m({key:0,src:d(n).src,alt:d(n).alt,width:re.value,height:re.value},e.$attrs,{"data-slot":`image`,class:u.value.image({class:d(n).ui?.image}),onError:ae}),null,16,[`src`,`alt`,`width`,`height`,`class`])):(_(),y(d(ve),r(m({key:1},{...e.$attrs,"data-slot":void 0})),{default:v(()=>[b(e.$slots,`default`,{},()=>[d(n).icon?(_(),y(ge,{key:0,name:d(n).icon,"data-slot":`icon`,class:f(u.value.icon({class:d(n).ui?.icon}))},null,8,[`name`,`class`])):(_(),p(`span`,{key:1,"data-slot":`fallback`,class:f(u.value.fallback({class:d(n).ui?.fallback}))},ee(a.value||`\xA0`),3))])]),_:3},16))]),_:3},16,[`as`,`data-slot`,`class`,`style`]))}}),Xe=Symbol(`nuxt-ui.form-options`),Ze=Symbol(`nuxt-ui.form-events`),Qe=Symbol(`nuxt-ui.form-field`),$e=Symbol(`nuxt-ui.input-id`),et=Symbol(`nuxt-ui.form-loading`);function tt(e,t){let n=l(Xe,void 0),r=l(Ze,void 0),i=l(Qe,void 0),a=l($e,void 0);g(Qe,void 0),i&&a&&(t?.bind===!1?a.value=void 0:e?.id&&(a.value=e?.id));function o(e,t,n){r&&i&&t&&r.emit({type:e,name:t,eager:n})}function s(){o(`blur`,i?.value.name)}function c(){o(`focus`,i?.value.name)}function u(){o(`change`,i?.value.name)}let d=le(()=>{o(`input`,i?.value.name,!t?.deferInputValidation||i?.value.eagerValidation)},i?.value.validateOnInputDelay??n?.value.validateOnInputDelay??0);return{id:h(()=>e?.id??a?.value),name:h(()=>e?.name??i?.value.name),size:h(()=>e?.size??i?.value.size),color:h(()=>i?.value.error?`error`:e?.color),highlight:h(()=>i?.value.error?!0:e?.highlight),disabled:h(()=>n?.value.disabled||e?.disabled),emitFormBlur:s,emitFormInput:d,emitFormChange:u,emitFormFocus:c,ariaAttrs:h(()=>{if(!i?.value)return;let e=[`error`,`hint`,`description`,`help`].filter(e=>i?.value?.[e]).map(e=>`${i?.value.ariaId}-${e}`)||[],t={"aria-invalid":!!i?.value.error};return e.length>0&&(t[`aria-describedby`]=e.join(` `)),t})}}var nt=`active.activeClass.ariaCurrentValue.as.disabled.download.exact.exactActiveClass.exactHash.exactQuery.external.form.formaction.formenctype.formmethod.formnovalidate.formtarget.href.hreflang.inactiveClass.locale.media.noPrefetch.noRel.onClick.ping.prefetch.prefetchOn.prefetchedClass.referrerpolicy.rel.replace.target.title.to.trailingSlash.type.viewTransition`.split(`.`);function rt(e){let t=Object.keys(e),n=t.filter(e=>e.startsWith(`aria-`)),r=t.filter(e=>e.startsWith(`data-`));return ce(e,...nt,...n,...r)}function it(e,t){let n=ze(e,t).reduce((e,t)=>(t.type===`added`&&e.add(t.key),e),new Set);return ye(Object.fromEntries(Object.entries(e).filter(([e])=>!n.has(e))),Object.fromEntries(Object.entries(t).filter(([e])=>!n.has(e))))}var at={__name:`ULinkBase`,props:{as:{type:String,required:!1,default:`button`},type:{type:String,required:!1,default:`button`},disabled:{type:Boolean,required:!1},onClick:{type:[Function,Array],required:!1},href:{type:[String,null],required:!1},navigate:{type:Function,required:!1},target:{type:[String,Object,null],required:!1},rel:{type:[String,Object,null],required:!1},active:{type:Boolean,required:!1},isExternal:{type:Boolean,required:!1}},setup(e){let t=e;function n(e){if(t.disabled){e.stopPropagation(),e.preventDefault();return}if(t.onClick)for(let n of Array.isArray(t.onClick)?t.onClick:[t.onClick])n(e);t.href&&t.navigate&&!t.isExternal&&t.navigate(e)}return(t,r)=>(_(),y(d(se),m(e.href?{as:`a`,href:e.disabled?void 0:e.href,"aria-disabled":e.disabled?`true`:void 0,role:e.disabled?`link`:void 0,tabindex:e.disabled?-1:void 0}:e.as===`button`?{as:e.as,type:e.type,disabled:e.disabled}:{as:e.as},{rel:e.rel,target:e.target,onClick:n}),{default:v(()=>[b(t.$slots,`default`)]),_:3},16,[`rel`,`target`]))}},ot={base:`outline-primary/25 focus-visible:outline-3 rounded-md`,variants:{active:{true:`text-primary`,false:`text-muted`},disabled:{true:`cursor-not-allowed opacity-75`}},compoundVariants:[{active:!1,disabled:!1,class:[`hover:text-default`,`transition-colors`]}]},st=Object.assign({inheritAttrs:!1},{__name:`ULink`,props:{as:{type:null,required:!1,default:`button`},type:{type:null,required:!1,default:`button`},disabled:{type:Boolean,required:!1},active:{type:Boolean,required:!1,default:void 0},exact:{type:Boolean,required:!1},exactQuery:{type:[Boolean,String],required:!1},exactHash:{type:Boolean,required:!1},inactiveClass:{type:String,required:!1},custom:{type:Boolean,required:!1},raw:{type:Boolean,required:!1},locale:{type:[Boolean,String],required:!1,default:void 0},class:{type:null,required:!1},to:{type:null,required:!1},href:{type:null,required:!1},external:{type:Boolean,required:!1},target:{type:[String,Object,null],required:!1},rel:{type:[String,Object,null],required:!1},noRel:{type:Boolean,required:!1},prefetchedClass:{type:String,required:!1},prefetch:{type:Boolean,required:!1},prefetchOn:{type:[String,Object],required:!1},noPrefetch:{type:Boolean,required:!1},trailingSlash:{type:String,required:!1},activeClass:{type:String,required:!1},exactActiveClass:{type:String,required:!1},ariaCurrentValue:{type:String,required:!1,default:`page`},viewTransition:{type:Boolean,required:!1},replace:{type:Boolean,required:!1}},setup(e){let n=e,i=ae(),a=xe(),o=t(),s=pe(S(n,`as`,`type`,`disabled`,`active`,`exact`,`exactQuery`,`exactHash`,`activeClass`,`inactiveClass`,`to`,`href`,`raw`,`custom`,`locale`,`class`)),c=h(()=>ue({extend:ot,...ie({variants:{active:{true:me(a.ui?.link?.variants?.active?.true,n.activeClass),false:me(a.ui?.link?.variants?.active?.false,n.inactiveClass)}}},a.ui?.link||{})})),l=h(()=>{let e=n.to??n.href;if(!e||typeof e!=`string`||n.external||oe(e,{acceptRelative:!0})||n.locale===!1)return e;let t=o.$localePath;if(!t)return e;let r=o.$i18n?.localeCodes?.value;return r?.length&&RegExp(`^/(${r.join(`|`)})($|[/?#])`).test(e)?e:t(e,typeof n.locale==`string`?n.locale:void 0)||e}),u=h(()=>!l.value||n.external?!1:typeof l.value!=`string`||!(oe(l.value,{acceptRelative:!0})||n.target&&n.target!==`_self`)),f=h(()=>n.noRel?null:n.rel===void 0?!u.value||n.target&&n.target!==`_self`?`noopener noreferrer`:null:n.rel||null);function p({route:e,isActive:t,isExactActive:r}={}){if(n.active!==void 0)return n.active;if(!l.value)return!1;if(n.exactQuery===`partial`){if(!it(e.query,i.query))return!1}else if(n.exactQuery===!0&&!ye(e.query,i.query))return!1;return n.exactHash&&e.hash!==i.hash?!1:!!(n.exact&&r||!n.exact&&t)}function g({route:e,isActive:t,isExactActive:r}={}){let i=p({route:e,isActive:t,isExactActive:r});return n.raw?[n.class,i?n.activeClass:n.inactiveClass]:c.value({class:n.class,active:i,disabled:n.disabled})}return(t,i)=>{let a=Se;return u.value?(_(),y(a,m({key:0},d(s),{to:l.value,custom:``}),{default:v(({href:i,navigate:a,route:o,isActive:s,isExactActive:c,...l})=>[e.custom?(_(),y(d(ve),{key:0},{default:v(()=>[b(t.$slots,`default`,r(x({...t.$attrs,...e.exact&&c?{"aria-current":n.ariaCurrentValue}:{},as:e.as,type:e.type,disabled:e.disabled,href:i,navigate:a,rel:f.value,target:l.target,isExternal:l.isExternal,active:p({route:o,isActive:s,isExactActive:c})})))]),_:2},1024)):(_(),y(at,m({key:1},{...t.$attrs,...e.exact&&c?{"aria-current":n.ariaCurrentValue}:{},as:e.as,type:e.type,disabled:e.disabled,href:i,navigate:a,rel:f.value,target:l.target,isExternal:l.isExternal},{class:g({route:o,isActive:s,isExactActive:c})}),{default:v(()=>[b(t.$slots,`default`,{active:p({route:o,isActive:s,isExactActive:c})})]),_:2},1040,[`class`]))]),_:3},16,[`to`])):e.custom?(_(),y(d(ve),{key:1},{default:v(()=>[b(t.$slots,`default`,r(x({...t.$attrs,as:e.as,type:e.type,disabled:e.disabled,...l.value?{href:String(l.value),target:n.target,rel:f.value,isExternal:!0}:{},active:e.active??!1})))]),_:3})):(_(),y(at,m({key:2},{...t.$attrs,as:e.as,type:e.type,disabled:e.disabled,...l.value?{href:String(l.value),target:n.target,rel:f.value,isExternal:!0}:{}},{class:g()}),{default:v(()=>[b(t.$slots,`default`,{active:e.active??!1})]),_:3},16,[`class`]))}}}),ct={slots:{base:[`rounded-md font-medium inline-flex items-center disabled:cursor-not-allowed aria-disabled:cursor-not-allowed disabled:opacity-75 aria-disabled:opacity-75`,`transition-colors`],label:`truncate`,leadingIcon:`shrink-0`,leadingAvatar:`shrink-0`,leadingAvatarSize:``,trailingIcon:`shrink-0`},variants:{fieldGroup:{horizontal:`not-only:first:rounded-e-none not-only:last:rounded-s-none not-last:not-first:rounded-none focus-visible:z-[1]`,vertical:`not-only:first:rounded-b-none not-only:last:rounded-t-none not-last:not-first:rounded-none focus-visible:z-[1]`},color:{primary:``,secondary:``,success:``,info:``,warning:``,error:``,neutral:``},variant:{solid:``,outline:``,soft:``,subtle:``,ghost:``,link:``},size:{xs:{base:`px-2 py-1 text-xs gap-1`,leadingIcon:`size-4`,leadingAvatarSize:`3xs`,trailingIcon:`size-4`},sm:{base:`px-2.5 py-1.5 text-xs gap-1.5`,leadingIcon:`size-4`,leadingAvatarSize:`3xs`,trailingIcon:`size-4`},md:{base:`px-2.5 py-1.5 text-sm gap-1.5`,leadingIcon:`size-5`,leadingAvatarSize:`2xs`,trailingIcon:`size-5`},lg:{base:`px-3 py-2 text-sm gap-2`,leadingIcon:`size-5`,leadingAvatarSize:`2xs`,trailingIcon:`size-5`},xl:{base:`px-3 py-2 text-base gap-2`,leadingIcon:`size-6`,leadingAvatarSize:`xs`,trailingIcon:`size-6`}},block:{true:{base:`w-full justify-center`,trailingIcon:`ms-auto`}},square:{true:``},leading:{true:``},trailing:{true:``},loading:{true:``},active:{true:{base:``},false:{base:``}}},compoundVariants:[{color:`primary`,variant:`solid`,class:`text-inverted bg-primary hover:bg-primary/75 active:bg-primary/75 disabled:bg-primary aria-disabled:bg-primary outline-primary/25 focus-visible:outline-3`},{color:`secondary`,variant:`solid`,class:`text-inverted bg-secondary hover:bg-secondary/75 active:bg-secondary/75 disabled:bg-secondary aria-disabled:bg-secondary outline-secondary/25 focus-visible:outline-3`},{color:`success`,variant:`solid`,class:`text-inverted bg-success hover:bg-success/75 active:bg-success/75 disabled:bg-success aria-disabled:bg-success outline-success/25 focus-visible:outline-3`},{color:`info`,variant:`solid`,class:`text-inverted bg-info hover:bg-info/75 active:bg-info/75 disabled:bg-info aria-disabled:bg-info outline-info/25 focus-visible:outline-3`},{color:`warning`,variant:`solid`,class:`text-inverted bg-warning hover:bg-warning/75 active:bg-warning/75 disabled:bg-warning aria-disabled:bg-warning outline-warning/25 focus-visible:outline-3`},{color:`error`,variant:`solid`,class:`text-inverted bg-error hover:bg-error/75 active:bg-error/75 disabled:bg-error aria-disabled:bg-error outline-error/25 focus-visible:outline-3`},{color:`primary`,variant:`outline`,class:`ring ring-inset ring-primary/50 text-primary hover:bg-primary/10 active:bg-primary/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-primary/25 focus-visible:outline-3 focus-visible:ring-primary`},{color:`secondary`,variant:`outline`,class:`ring ring-inset ring-secondary/50 text-secondary hover:bg-secondary/10 active:bg-secondary/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-secondary/25 focus-visible:outline-3 focus-visible:ring-secondary`},{color:`success`,variant:`outline`,class:`ring ring-inset ring-success/50 text-success hover:bg-success/10 active:bg-success/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-success/25 focus-visible:outline-3 focus-visible:ring-success`},{color:`info`,variant:`outline`,class:`ring ring-inset ring-info/50 text-info hover:bg-info/10 active:bg-info/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-info/25 focus-visible:outline-3 focus-visible:ring-info`},{color:`warning`,variant:`outline`,class:`ring ring-inset ring-warning/50 text-warning hover:bg-warning/10 active:bg-warning/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-warning/25 focus-visible:outline-3 focus-visible:ring-warning`},{color:`error`,variant:`outline`,class:`ring ring-inset ring-error/50 text-error hover:bg-error/10 active:bg-error/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-error/25 focus-visible:outline-3 focus-visible:ring-error`},{color:`primary`,variant:`soft`,class:`text-primary bg-primary/10 hover:bg-primary/15 active:bg-primary/15 outline-primary/25 focus-visible:outline-3 disabled:bg-primary/10 aria-disabled:bg-primary/10`},{color:`secondary`,variant:`soft`,class:`text-secondary bg-secondary/10 hover:bg-secondary/15 active:bg-secondary/15 outline-secondary/25 focus-visible:outline-3 disabled:bg-secondary/10 aria-disabled:bg-secondary/10`},{color:`success`,variant:`soft`,class:`text-success bg-success/10 hover:bg-success/15 active:bg-success/15 outline-success/25 focus-visible:outline-3 disabled:bg-success/10 aria-disabled:bg-success/10`},{color:`info`,variant:`soft`,class:`text-info bg-info/10 hover:bg-info/15 active:bg-info/15 outline-info/25 focus-visible:outline-3 disabled:bg-info/10 aria-disabled:bg-info/10`},{color:`warning`,variant:`soft`,class:`text-warning bg-warning/10 hover:bg-warning/15 active:bg-warning/15 outline-warning/25 focus-visible:outline-3 disabled:bg-warning/10 aria-disabled:bg-warning/10`},{color:`error`,variant:`soft`,class:`text-error bg-error/10 hover:bg-error/15 active:bg-error/15 outline-error/25 focus-visible:outline-3 disabled:bg-error/10 aria-disabled:bg-error/10`},{color:`primary`,variant:`subtle`,class:`text-primary ring ring-inset ring-primary/25 bg-primary/10 hover:bg-primary/15 active:bg-primary/15 disabled:bg-primary/10 aria-disabled:bg-primary/10 outline-primary/25 focus-visible:outline-3 focus-visible:ring-primary`},{color:`secondary`,variant:`subtle`,class:`text-secondary ring ring-inset ring-secondary/25 bg-secondary/10 hover:bg-secondary/15 active:bg-secondary/15 disabled:bg-secondary/10 aria-disabled:bg-secondary/10 outline-secondary/25 focus-visible:outline-3 focus-visible:ring-secondary`},{color:`success`,variant:`subtle`,class:`text-success ring ring-inset ring-success/25 bg-success/10 hover:bg-success/15 active:bg-success/15 disabled:bg-success/10 aria-disabled:bg-success/10 outline-success/25 focus-visible:outline-3 focus-visible:ring-success`},{color:`info`,variant:`subtle`,class:`text-info ring ring-inset ring-info/25 bg-info/10 hover:bg-info/15 active:bg-info/15 disabled:bg-info/10 aria-disabled:bg-info/10 outline-info/25 focus-visible:outline-3 focus-visible:ring-info`},{color:`warning`,variant:`subtle`,class:`text-warning ring ring-inset ring-warning/25 bg-warning/10 hover:bg-warning/15 active:bg-warning/15 disabled:bg-warning/10 aria-disabled:bg-warning/10 outline-warning/25 focus-visible:outline-3 focus-visible:ring-warning`},{color:`error`,variant:`subtle`,class:`text-error ring ring-inset ring-error/25 bg-error/10 hover:bg-error/15 active:bg-error/15 disabled:bg-error/10 aria-disabled:bg-error/10 outline-error/25 focus-visible:outline-3 focus-visible:ring-error`},{color:`primary`,variant:`ghost`,class:`text-primary hover:bg-primary/10 active:bg-primary/10 outline-primary/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`secondary`,variant:`ghost`,class:`text-secondary hover:bg-secondary/10 active:bg-secondary/10 outline-secondary/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`success`,variant:`ghost`,class:`text-success hover:bg-success/10 active:bg-success/10 outline-success/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`info`,variant:`ghost`,class:`text-info hover:bg-info/10 active:bg-info/10 outline-info/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`warning`,variant:`ghost`,class:`text-warning hover:bg-warning/10 active:bg-warning/10 outline-warning/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`error`,variant:`ghost`,class:`text-error hover:bg-error/10 active:bg-error/10 outline-error/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`primary`,variant:`link`,class:`text-primary hover:text-primary/75 active:text-primary/75 disabled:text-primary aria-disabled:text-primary outline-primary/25 focus-visible:outline-3`},{color:`secondary`,variant:`link`,class:`text-secondary hover:text-secondary/75 active:text-secondary/75 disabled:text-secondary aria-disabled:text-secondary outline-secondary/25 focus-visible:outline-3`},{color:`success`,variant:`link`,class:`text-success hover:text-success/75 active:text-success/75 disabled:text-success aria-disabled:text-success outline-success/25 focus-visible:outline-3`},{color:`info`,variant:`link`,class:`text-info hover:text-info/75 active:text-info/75 disabled:text-info aria-disabled:text-info outline-info/25 focus-visible:outline-3`},{color:`warning`,variant:`link`,class:`text-warning hover:text-warning/75 active:text-warning/75 disabled:text-warning aria-disabled:text-warning outline-warning/25 focus-visible:outline-3`},{color:`error`,variant:`link`,class:`text-error hover:text-error/75 active:text-error/75 disabled:text-error aria-disabled:text-error outline-error/25 focus-visible:outline-3`},{color:`neutral`,variant:`solid`,class:`text-inverted bg-inverted hover:bg-inverted/90 active:bg-inverted/90 disabled:bg-inverted aria-disabled:bg-inverted outline-inverted/25 focus-visible:outline-3`},{color:`neutral`,variant:`outline`,class:`ring ring-inset ring-accented text-default bg-default hover:bg-elevated active:bg-elevated disabled:bg-default aria-disabled:bg-default outline-inverted/25 focus-visible:outline-3 focus-visible:ring-inverted`},{color:`neutral`,variant:`soft`,class:`text-default bg-elevated hover:bg-accented/75 active:bg-accented/75 outline-inverted/25 focus-visible:outline-3 disabled:bg-elevated aria-disabled:bg-elevated`},{color:`neutral`,variant:`subtle`,class:`ring ring-inset ring-accented text-default bg-elevated hover:bg-accented/75 active:bg-accented/75 disabled:bg-elevated aria-disabled:bg-elevated outline-inverted/25 focus-visible:outline-3 focus-visible:ring-inverted`},{color:`neutral`,variant:`ghost`,class:`text-default hover:bg-elevated active:bg-elevated outline-inverted/25 focus-visible:outline-3 hover:disabled:bg-transparent dark:hover:disabled:bg-transparent hover:aria-disabled:bg-transparent dark:hover:aria-disabled:bg-transparent`},{color:`neutral`,variant:`link`,class:`text-muted hover:text-default active:text-default disabled:text-muted aria-disabled:text-muted outline-inverted/25 focus-visible:outline-3`},{size:`xs`,square:!0,class:`p-1`},{size:`sm`,square:!0,class:`p-1.5`},{size:`md`,square:!0,class:`p-1.5`},{size:`lg`,square:!0,class:`p-2`},{size:`xl`,square:!0,class:`p-2`},{loading:!0,leading:!0,class:{leadingIcon:`animate-spin`}},{loading:!0,leading:!1,trailing:!0,class:{trailingIcon:`animate-spin`}}],defaultVariants:{color:`primary`,variant:`solid`,size:`md`}},lt={__name:`UButton`,props:{label:{type:String,required:!1},color:{type:null,required:!1},activeColor:{type:null,required:!1},variant:{type:null,required:!1},activeVariant:{type:null,required:!1},size:{type:null,required:!1},square:{type:Boolean,required:!1},block:{type:Boolean,required:!1},loadingAuto:{type:Boolean,required:!1},onClick:{type:[Function,Array],required:!1},class:{type:null,required:!1},ui:{type:Object,required:!1},icon:{type:null,required:!1},avatar:{type:Object,required:!1},leading:{type:Boolean,required:!1},leadingIcon:{type:null,required:!1},trailing:{type:Boolean,required:!1},trailingIcon:{type:null,required:!1},loading:{type:Boolean,required:!1},loadingIcon:{type:null,required:!1},as:{type:null,required:!1},type:{type:null,required:!1},disabled:{type:Boolean,required:!1},active:{type:Boolean,required:!1},exact:{type:Boolean,required:!1},exactQuery:{type:[Boolean,String],required:!1},exactHash:{type:Boolean,required:!1},inactiveClass:{type:String,required:!1},locale:{type:[Boolean,String],required:!1},to:{type:null,required:!1},href:{type:null,required:!1},external:{type:Boolean,required:!1},target:{type:[String,Object,null],required:!1},rel:{type:[String,Object,null],required:!1},noRel:{type:Boolean,required:!1},prefetchedClass:{type:String,required:!1},prefetch:{type:Boolean,required:!1},prefetchOn:{type:[String,Object],required:!1},noPrefetch:{type:Boolean,required:!1},trailingSlash:{type:String,required:!1},activeClass:{type:String,required:!1},exactActiveClass:{type:String,required:!1},ariaCurrentValue:{type:String,required:!1},viewTransition:{type:Boolean,required:!1},replace:{type:Boolean,required:!1}},setup(e){let t=e,n=u(),r=he(`button`,t),a=xe(),{orientation:o,size:s}=de(t),c=fe(rt(r)),g=te(!1),ne=l(et,void 0);async function x(e){g.value=!0;let t=Array.isArray(r.onClick)?r.onClick:[r.onClick];try{await Promise.all(t.map(t=>t?.(e)))}finally{g.value=!1}}let ae=h(()=>r.loading||r.loadingAuto&&(g.value||ne?.value&&r.type===`submit`)),{isLeading:oe,isTrailing:se,leadingIconName:ce,trailingIconName:le}=Re(h(()=>({...r,loading:ae.value}))),S=h(()=>ue({extend:ct,...ie({variants:{active:{true:{base:me(a.ui?.button?.variants?.active?.true?.base,r.activeClass)},false:{base:me(a.ui?.button?.variants?.active?.false?.base,r.inactiveClass)}}}},a.ui?.button||{})})({color:r.color,variant:r.variant,size:s.value??r.size,loading:ae.value,block:r.block,square:r.square||!n.default&&!r.label,leading:oe.value,trailing:se.value,fieldGroup:o.value}));return(e,t)=>(_(),y(st,m({type:d(r).type,disabled:d(r).disabled||ae.value},d(_e)(d(c),[`type`,`disabled`,`onClick`]),{custom:``}),{default:v(({active:t,...n})=>[i(at,m({"data-slot":`base`},n,{class:S.value.base({class:[d(r).ui?.base,d(r).class],active:t,...t&&d(r).activeVariant?{variant:d(r).activeVariant}:{},...t&&d(r).activeColor?{color:d(r).activeColor}:{}}),onClick:x}),{default:v(()=>[b(e.$slots,`leading`,{ui:S.value},()=>[d(oe)&&d(ce)?(_(),y(ge,{key:0,name:d(ce),"data-slot":`leadingIcon`,class:f(S.value.leadingIcon({class:d(r).ui?.leadingIcon,active:t}))},null,8,[`name`,`class`])):d(r).avatar?(_(),y(Ye,m({key:1,size:d(r).ui?.leadingAvatarSize||S.value.leadingAvatarSize()},d(r).avatar,{"data-slot":`leadingAvatar`,class:S.value.leadingAvatar({class:d(r).ui?.leadingAvatar,active:t})}),null,16,[`size`,`class`])):re(``,!0)]),b(e.$slots,`default`,{ui:S.value},()=>[d(r).label!==void 0&&d(r).label!==null?(_(),p(`span`,{key:0,"data-slot":`label`,class:f(S.value.label({class:d(r).ui?.label,active:t}))},ee(d(r).label),3)):re(``,!0)]),b(e.$slots,`trailing`,{ui:S.value},()=>[d(se)&&d(le)?(_(),y(ge,{key:0,name:d(le),"data-slot":`trailingIcon`,class:f(S.value.trailingIcon({class:d(r).ui?.trailingIcon,active:t}))},null,8,[`name`,`class`])):re(``,!0)])]),_:2},1040,[`class`])]),_:3},16,[`type`,`disabled`]))}},C=class extends Error{constructor(e){super(e),this.name=`ShikiError`}};function ut(e){return dt(e)}function dt(e){return Array.isArray(e)?ft(e):e instanceof RegExp?e:typeof e==`object`?pt(e):e}function ft(e){let t=[];for(let n=0,r=e.length;n<r;n++)t[n]=dt(e[n]);return t}function pt(e){let t={};for(let n in e)t[n]=dt(e[n]);return t}function mt(e,...t){return t.forEach(t=>{for(let n in t)e[n]=t[n]}),e}function ht(e){let t=~e.lastIndexOf(`/`)||~e.lastIndexOf(`\\`);return t===0?e:~t===e.length-1?ht(e.substring(0,e.length-1)):e.substr(~t+1)}var gt=/\$(\d+)|\${(\d+):\/(downcase|upcase)}/g,_t=class{static hasCaptures(e){return e===null?!1:(gt.lastIndex=0,gt.test(e))}static replaceCaptures(e,t,n){return e.replace(gt,(e,r,i,a)=>{let o=n[parseInt(r||i,10)];if(o){let e=t.substring(o.start,o.end);for(;e[0]===`.`;)e=e.substring(1);switch(a){case`downcase`:return e.toLowerCase();case`upcase`:return e.toUpperCase();default:return e}}else return e})}};function vt(e,t){return e<t?-1:+(e>t)}function yt(e,t){if(e===null&&t===null)return 0;if(!e)return-1;if(!t)return 1;let n=e.length,r=t.length;if(n===r){for(let r=0;r<n;r++){let n=vt(e[r],t[r]);if(n!==0)return n}return 0}return n-r}function bt(e){return!!(/^#[0-9a-f]{6}$/i.test(e)||/^#[0-9a-f]{8}$/i.test(e)||/^#[0-9a-f]{3}$/i.test(e)||/^#[0-9a-f]{4}$/i.test(e))}function xt(e){return e.replace(/[\-\\\{\}\*\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,`\\$&`)}var St=class{constructor(e){this.fn=e}cache=new Map;get(e){if(this.cache.has(e))return this.cache.get(e);let t=this.fn(e);return this.cache.set(e,t),t}},Ct=class{constructor(e,t,n){this._colorMap=e,this._defaults=t,this._root=n}static createFromRawTheme(e,t){return this.createFromParsedTheme(Ot(e),t)}static createFromParsedTheme(e,t){return At(e,t)}_cachedMatchRoot=new St(e=>this._root.match(e));getColorMap(){return this._colorMap.getColorMap()}getDefaults(){return this._defaults}match(e){if(e===null)return this._defaults;let t=e.scopeName,n=this._cachedMatchRoot.get(t).find(t=>Tt(e.parent,t.parentScopes));return n?new Dt(n.fontStyle,n.foreground,n.background):null}},wt=class e{constructor(e,t){this.parent=e,this.scopeName=t}static push(t,n){for(let r of n)t=new e(t,r);return t}static from(...t){let n=null;for(let r=0;r<t.length;r++)n=new e(n,t[r]);return n}push(t){return new e(this,t)}getSegments(){let e=this,t=[];for(;e;)t.push(e.scopeName),e=e.parent;return t.reverse(),t}toString(){return this.getSegments().join(` `)}extends(e){return this===e||this.parent!==null&&this.parent.extends(e)}getExtensionIfDefined(e){let t=[],n=this;for(;n&&n!==e;)t.push(n.scopeName),n=n.parent;return n===e?t.reverse():void 0}};function Tt(e,t){if(t.length===0)return!0;for(let n=0;n<t.length;n++){let r=t[n],i=!1;if(r===`>`){if(n===t.length-1)return!1;r=t[++n],i=!0}for(;e&&!Et(e.scopeName,r);){if(i)return!1;e=e.parent}if(!e)return!1;e=e.parent}return!0}function Et(e,t){return t===e||e.startsWith(t)&&e[t.length]===`.`}var Dt=class{constructor(e,t,n){this.fontStyle=e,this.foregroundId=t,this.backgroundId=n}};function Ot(e){if(!e||!e.settings||!Array.isArray(e.settings))return[];let t=e.settings,n=[],r=0;for(let e=0,i=t.length;e<i;e++){let i=t[e];if(!i.settings)continue;let a;if(typeof i.scope==`string`){let e=i.scope;e=e.replace(/^[,]+/,``),e=e.replace(/[,]+$/,``),a=e.split(`,`)}else a=Array.isArray(i.scope)?i.scope:[``];let o=-1;if(typeof i.settings.fontStyle==`string`){o=0;let e=i.settings.fontStyle.split(` `);for(let t=0,n=e.length;t<n;t++)switch(e[t]){case`italic`:o|=1;break;case`bold`:o|=2;break;case`underline`:o|=4;break;case`strikethrough`:o|=8;break}}let s=null;typeof i.settings.foreground==`string`&&bt(i.settings.foreground)&&(s=i.settings.foreground);let c=null;typeof i.settings.background==`string`&&bt(i.settings.background)&&(c=i.settings.background);for(let t=0,i=a.length;t<i;t++){let i=a[t].trim().split(` `),l=i[i.length-1],u=null;i.length>1&&(u=i.slice(0,i.length-1),u.reverse()),n[r++]=new kt(l,u,e,o,s,c)}}return n}var kt=class{constructor(e,t,n,r,i,a){this.scope=e,this.parentScopes=t,this.index=n,this.fontStyle=r,this.foreground=i,this.background=a}},w=(e=>(e[e.NotSet=-1]=`NotSet`,e[e.None=0]=`None`,e[e.Italic=1]=`Italic`,e[e.Bold=2]=`Bold`,e[e.Underline=4]=`Underline`,e[e.Strikethrough=8]=`Strikethrough`,e))(w||{});function At(e,t){e.sort((e,t)=>{let n=vt(e.scope,t.scope);return n!==0||(n=yt(e.parentScopes,t.parentScopes),n!==0)?n:e.index-t.index});let n=0,r=`#000000`,i=`#ffffff`;for(;e.length>=1&&e[0].scope===``;){let t=e.shift();t.fontStyle!==-1&&(n=t.fontStyle),t.foreground!==null&&(r=t.foreground),t.background!==null&&(i=t.background)}let a=new jt(t),o=new Dt(n,a.getId(r),a.getId(i)),s=new Pt(new Nt(0,null,-1,0,0),[]);for(let t=0,n=e.length;t<n;t++){let n=e[t];s.insert(0,n.scope,n.parentScopes,n.fontStyle,a.getId(n.foreground),a.getId(n.background))}return new Ct(a,o,s)}var jt=class{_isFrozen;_lastColorId;_id2color;_color2id;constructor(e){if(this._lastColorId=0,this._id2color=[],this._color2id=Object.create(null),Array.isArray(e)){this._isFrozen=!0;for(let t=0,n=e.length;t<n;t++)this._color2id[e[t]]=t,this._id2color[t]=e[t]}else this._isFrozen=!1}getId(e){if(e===null)return 0;e=e.toUpperCase();let t=this._color2id[e];if(t)return t;if(this._isFrozen)throw Error(`Missing color in color map - ${e}`);return t=++this._lastColorId,this._color2id[e]=t,this._id2color[t]=e,t}getColorMap(){return this._id2color.slice(0)}},Mt=Object.freeze([]),Nt=class e{scopeDepth;parentScopes;fontStyle;foreground;background;constructor(e,t,n,r,i){this.scopeDepth=e,this.parentScopes=t||Mt,this.fontStyle=n,this.foreground=r,this.background=i}clone(){return new e(this.scopeDepth,this.parentScopes,this.fontStyle,this.foreground,this.background)}static cloneArr(e){let t=[];for(let n=0,r=e.length;n<r;n++)t[n]=e[n].clone();return t}acceptOverwrite(e,t,n,r){this.scopeDepth>e?console.log(`how did this happen?`):this.scopeDepth=e,t!==-1&&(this.fontStyle=t),n!==0&&(this.foreground=n),r!==0&&(this.background=r)}},Pt=class e{constructor(e,t=[],n={}){this._mainRule=e,this._children=n,this._rulesWithParentScopes=t}_rulesWithParentScopes;static _cmpBySpecificity(e,t){if(e.scopeDepth!==t.scopeDepth)return t.scopeDepth-e.scopeDepth;let n=0,r=0;for(;e.parentScopes[n]===`>`&&n++,t.parentScopes[r]===`>`&&r++,!(n>=e.parentScopes.length||r>=t.parentScopes.length);){let i=t.parentScopes[r].length-e.parentScopes[n].length;if(i!==0)return i;n++,r++}return t.parentScopes.length-e.parentScopes.length}match(t){if(t!==``){let e=t.indexOf(`.`),n,r;if(e===-1?(n=t,r=``):(n=t.substring(0,e),r=t.substring(e+1)),this._children.hasOwnProperty(n))return this._children[n].match(r)}let n=this._rulesWithParentScopes.concat(this._mainRule);return n.sort(e._cmpBySpecificity),n}insert(t,n,r,i,a,o){if(n===``){this._doInsertHere(t,r,i,a,o);return}let s=n.indexOf(`.`),c,l;s===-1?(c=n,l=``):(c=n.substring(0,s),l=n.substring(s+1));let u;this._children.hasOwnProperty(c)?u=this._children[c]:(u=new e(this._mainRule.clone(),Nt.cloneArr(this._rulesWithParentScopes)),this._children[c]=u),u.insert(t+1,l,r,i,a,o)}_doInsertHere(e,t,n,r,i){if(t===null){this._mainRule.acceptOverwrite(e,n,r,i);return}for(let a=0,o=this._rulesWithParentScopes.length;a<o;a++){let o=this._rulesWithParentScopes[a];if(yt(o.parentScopes,t)===0){o.acceptOverwrite(e,n,r,i);return}}n===-1&&(n=this._mainRule.fontStyle),r===0&&(r=this._mainRule.foreground),i===0&&(i=this._mainRule.background),this._rulesWithParentScopes.push(new Nt(e,t,n,r,i))}},T=class e{static toBinaryStr(e){return e.toString(2).padStart(32,`0`)}static print(t){let n=e.getLanguageId(t),r=e.getTokenType(t),i=e.getFontStyle(t),a=e.getForeground(t),o=e.getBackground(t);console.log({languageId:n,tokenType:r,fontStyle:i,foreground:a,background:o})}static getLanguageId(e){return(e&255)>>>0}static getTokenType(e){return(e&768)>>>8}static containsBalancedBrackets(e){return(e&1024)!=0}static getFontStyle(e){return(e&30720)>>>11}static getForeground(e){return(e&16744448)>>>15}static getBackground(e){return(e&4278190080)>>>24}static set(t,n,r,i,a,o,s){let c=e.getLanguageId(t),l=e.getTokenType(t),u=+!!e.containsBalancedBrackets(t),d=e.getFontStyle(t),f=e.getForeground(t),p=e.getBackground(t);return n!==0&&(c=n),r!==8&&(l=It(r)),i!==null&&(u=+!!i),a!==-1&&(d=a),o!==0&&(f=o),s!==0&&(p=s),(c<<0|l<<8|u<<10|d<<11|f<<15|p<<24)>>>0}};function Ft(e){return e}function It(e){return e}function Lt(e,t){let n=[],r=zt(e),i=r.next();for(;i!==null;){let e=0;if(i.length===2&&i.charAt(1)===`:`){switch(i.charAt(0)){case`R`:e=1;break;case`L`:e=-1;break;default:console.log(`Unknown priority ${i} in scope selector`)}i=r.next()}let t=o();if(n.push({matcher:t,priority:e}),i!==`,`)break;i=r.next()}return n;function a(){if(i===`-`){i=r.next();let e=a();return t=>!!e&&!e(t)}if(i===`(`){i=r.next();let e=s();return i===`)`&&(i=r.next()),e}if(Rt(i)){let e=[];do e.push(i),i=r.next();while(Rt(i));return n=>t(e,n)}return null}function o(){let e=[],t=a();for(;t;)e.push(t),t=a();return t=>e.every(e=>e(t))}function s(){let e=[],t=o();for(;t&&(e.push(t),i===`|`||i===`,`);){do i=r.next();while(i===`|`||i===`,`);t=o()}return t=>e.some(e=>e(t))}}function Rt(e){return!!e&&!!e.match(/[\w\.:]+/)}function zt(e){let t=/([LR]:|[\w\.:][\w\.:\-]*|[\,\|\-\(\)])/g,n=t.exec(e);return{next:()=>{if(!n)return null;let r=n[0];return n=t.exec(e),r}}}function Bt(e){typeof e.dispose==`function`&&e.dispose()}var Vt=class{constructor(e){this.scopeName=e}toKey(){return this.scopeName}},Ht=class{constructor(e,t){this.scopeName=e,this.ruleName=t}toKey(){return`${this.scopeName}#${this.ruleName}`}},Ut=class{_references=[];_seenReferenceKeys=new Set;get references(){return this._references}visitedRule=new Set;add(e){let t=e.toKey();this._seenReferenceKeys.has(t)||(this._seenReferenceKeys.add(t),this._references.push(e))}},Wt=class{constructor(e,t){this.repo=e,this.initialScopeName=t,this.seenFullScopeRequests.add(this.initialScopeName),this.Q=[new Vt(this.initialScopeName)]}seenFullScopeRequests=new Set;seenPartialScopeRequests=new Set;Q;processQueue(){let e=this.Q;this.Q=[];let t=new Ut;for(let n of e)Gt(n,this.initialScopeName,this.repo,t);for(let e of t.references)if(e instanceof Vt){if(this.seenFullScopeRequests.has(e.scopeName))continue;this.seenFullScopeRequests.add(e.scopeName),this.Q.push(e)}else{if(this.seenFullScopeRequests.has(e.scopeName)||this.seenPartialScopeRequests.has(e.toKey()))continue;this.seenPartialScopeRequests.add(e.toKey()),this.Q.push(e)}}};function Gt(e,t,n,r){let i=n.lookup(e.scopeName);if(!i){if(e.scopeName===t)throw Error(`No grammar provided for <${t}>`);return}let a=n.lookup(t);e instanceof Vt?qt({baseGrammar:a,selfGrammar:i},r):Kt(e.ruleName,{baseGrammar:a,selfGrammar:i,repository:i.repository},r);let o=n.injections(e.scopeName);if(o)for(let e of o)r.add(new Vt(e))}function Kt(e,t,n){if(t.repository&&t.repository[e]){let r=t.repository[e];Jt([r],t,n)}}function qt(e,t){e.selfGrammar.patterns&&Array.isArray(e.selfGrammar.patterns)&&Jt(e.selfGrammar.patterns,{...e,repository:e.selfGrammar.repository},t),e.selfGrammar.injections&&Jt(Object.values(e.selfGrammar.injections),{...e,repository:e.selfGrammar.repository},t)}function Jt(e,t,n){for(let r of e){if(n.visitedRule.has(r))continue;n.visitedRule.add(r);let e=r.repository?mt({},t.repository,r.repository):t.repository;Array.isArray(r.patterns)&&Jt(r.patterns,{...t,repository:e},n);let i=r.include;if(!i)continue;let a=en(i);switch(a.kind){case 0:qt({...t,selfGrammar:t.baseGrammar},n);break;case 1:qt(t,n);break;case 2:Kt(a.ruleName,{...t,repository:e},n);break;case 3:case 4:let r=a.scopeName===t.selfGrammar.scopeName?t.selfGrammar:a.scopeName===t.baseGrammar.scopeName?t.baseGrammar:void 0;if(r){let i={baseGrammar:t.baseGrammar,selfGrammar:r,repository:e};a.kind===4?Kt(a.ruleName,i,n):qt(i,n)}else a.kind===4?n.add(new Ht(a.scopeName,a.ruleName)):n.add(new Vt(a.scopeName));break}}}var Yt=class{kind=0},Xt=class{kind=1},Zt=class{constructor(e){this.ruleName=e}kind=2},Qt=class{constructor(e){this.scopeName=e}kind=3},$t=class{constructor(e,t){this.scopeName=e,this.ruleName=t}kind=4};function en(e){if(e===`$base`)return new Yt;if(e===`$self`)return new Xt;let t=e.indexOf(`#`);return t===-1?new Qt(e):t===0?new Zt(e.substring(1)):new $t(e.substring(0,t),e.substring(t+1))}var tn=/\\(\d+)/,nn=/\\(\d+)/g,rn=-1,an=-2;function on(e){return e}function sn(e){return e}var cn=class{$location;id;_nameIsCapturing;_name;_contentNameIsCapturing;_contentName;constructor(e,t,n,r){this.$location=e,this.id=t,this._name=n||null,this._nameIsCapturing=_t.hasCaptures(this._name),this._contentName=r||null,this._contentNameIsCapturing=_t.hasCaptures(this._contentName)}get debugName(){let e=this.$location?`${ht(this.$location.filename)}:${this.$location.line}`:`unknown`;return`${this.constructor.name}#${this.id} @ ${e}`}getName(e,t){return!this._nameIsCapturing||this._name===null||e===null||t===null?this._name:_t.replaceCaptures(this._name,e,t)}getContentName(e,t){return!this._contentNameIsCapturing||this._contentName===null?this._contentName:_t.replaceCaptures(this._contentName,e,t)}},ln=class extends cn{retokenizeCapturedWithRuleId;constructor(e,t,n,r,i){super(e,t,n,r),this.retokenizeCapturedWithRuleId=i}dispose(){}collectPatterns(e,t){throw Error(`Not supported!`)}compile(e,t){throw Error(`Not supported!`)}compileAG(e,t,n,r){throw Error(`Not supported!`)}},un=class extends cn{_match;captures;_cachedCompiledPatterns;constructor(e,t,n,r,i){super(e,t,n,null),this._match=new hn(r,this.id),this.captures=i,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&=(this._cachedCompiledPatterns.dispose(),null)}get debugMatchRegExp(){return`${this._match.source}`}collectPatterns(e,t){t.push(this._match)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,r){return this._getCachedCompiledPatterns(e).compileAG(e,n,r)}_getCachedCompiledPatterns(e){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new gn,this.collectPatterns(e,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},dn=class extends cn{hasMissingPatterns;patterns;_cachedCompiledPatterns;constructor(e,t,n,r,i){super(e,t,n,r),this.patterns=i.patterns,this.hasMissingPatterns=i.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&=(this._cachedCompiledPatterns.dispose(),null)}collectPatterns(e,t){for(let n of this.patterns)e.getRule(n).collectPatterns(e,t)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,r){return this._getCachedCompiledPatterns(e).compileAG(e,n,r)}_getCachedCompiledPatterns(e){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new gn,this.collectPatterns(e,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},fn=class extends cn{_begin;beginCaptures;_end;endHasBackReferences;endCaptures;applyEndPatternLast;hasMissingPatterns;patterns;_cachedCompiledPatterns;constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r),this._begin=new hn(i,this.id),this.beginCaptures=a,this._end=new hn(o||`￿`,-1),this.endHasBackReferences=this._end.hasBackReferences,this.endCaptures=s,this.applyEndPatternLast=c||!1,this.patterns=l.patterns,this.hasMissingPatterns=l.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&=(this._cachedCompiledPatterns.dispose(),null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugEndRegExp(){return`${this._end.source}`}getEndWithResolvedBackReferences(e,t){return this._end.resolveBackReferences(e,t)}collectPatterns(e,t){t.push(this._begin)}compile(e,t){return this._getCachedCompiledPatterns(e,t).compile(e)}compileAG(e,t,n,r){return this._getCachedCompiledPatterns(e,t).compileAG(e,n,r)}_getCachedCompiledPatterns(e,t){if(!this._cachedCompiledPatterns){this._cachedCompiledPatterns=new gn;for(let t of this.patterns)e.getRule(t).collectPatterns(e,this._cachedCompiledPatterns);this.applyEndPatternLast?this._cachedCompiledPatterns.push(this._end.hasBackReferences?this._end.clone():this._end):this._cachedCompiledPatterns.unshift(this._end.hasBackReferences?this._end.clone():this._end)}return this._end.hasBackReferences&&(this.applyEndPatternLast?this._cachedCompiledPatterns.setSource(this._cachedCompiledPatterns.length()-1,t):this._cachedCompiledPatterns.setSource(0,t)),this._cachedCompiledPatterns}},pn=class extends cn{_begin;beginCaptures;whileCaptures;_while;whileHasBackReferences;hasMissingPatterns;patterns;_cachedCompiledPatterns;_cachedCompiledWhilePatterns;constructor(e,t,n,r,i,a,o,s,c){super(e,t,n,r),this._begin=new hn(i,this.id),this.beginCaptures=a,this.whileCaptures=s,this._while=new hn(o,an),this.whileHasBackReferences=this._while.hasBackReferences,this.patterns=c.patterns,this.hasMissingPatterns=c.hasMissingPatterns,this._cachedCompiledPatterns=null,this._cachedCompiledWhilePatterns=null}dispose(){this._cachedCompiledPatterns&&=(this._cachedCompiledPatterns.dispose(),null),this._cachedCompiledWhilePatterns&&=(this._cachedCompiledWhilePatterns.dispose(),null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugWhileRegExp(){return`${this._while.source}`}getWhileWithResolvedBackReferences(e,t){return this._while.resolveBackReferences(e,t)}collectPatterns(e,t){t.push(this._begin)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,r){return this._getCachedCompiledPatterns(e).compileAG(e,n,r)}_getCachedCompiledPatterns(e){if(!this._cachedCompiledPatterns){this._cachedCompiledPatterns=new gn;for(let t of this.patterns)e.getRule(t).collectPatterns(e,this._cachedCompiledPatterns)}return this._cachedCompiledPatterns}compileWhile(e,t){return this._getCachedCompiledWhilePatterns(e,t).compile(e)}compileWhileAG(e,t,n,r){return this._getCachedCompiledWhilePatterns(e,t).compileAG(e,n,r)}_getCachedCompiledWhilePatterns(e,t){return this._cachedCompiledWhilePatterns||(this._cachedCompiledWhilePatterns=new gn,this._cachedCompiledWhilePatterns.push(this._while.hasBackReferences?this._while.clone():this._while)),this._while.hasBackReferences&&this._cachedCompiledWhilePatterns.setSource(0,t||`￿`),this._cachedCompiledWhilePatterns}},mn=class e{static createCaptureRule(e,t,n,r,i){return e.registerRule(e=>new ln(t,e,n,r,i))}static getCompiledRuleId(t,n,r){return t.id||n.registerRule(i=>{if(t.id=i,t.match)return new un(t.$vscodeTextmateLocation,t.id,t.name,t.match,e._compileCaptures(t.captures,n,r));if(t.begin===void 0){t.repository&&(r=mt({},r,t.repository));let i=t.patterns;return i===void 0&&t.include&&(i=[{include:t.include}]),new dn(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,e._compilePatterns(i,n,r))}return t.while?new pn(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,t.begin,e._compileCaptures(t.beginCaptures||t.captures,n,r),t.while,e._compileCaptures(t.whileCaptures||t.captures,n,r),e._compilePatterns(t.patterns,n,r)):new fn(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,t.begin,e._compileCaptures(t.beginCaptures||t.captures,n,r),t.end,e._compileCaptures(t.endCaptures||t.captures,n,r),t.applyEndPatternLast,e._compilePatterns(t.patterns,n,r))}),t.id}static _compileCaptures(t,n,r){let i=[];if(t){let a=0;for(let e in t){if(e===`$vscodeTextmateLocation`)continue;let t=parseInt(e,10);t>a&&(a=t)}for(let e=0;e<=a;e++)i[e]=null;for(let a in t){if(a===`$vscodeTextmateLocation`)continue;let o=parseInt(a,10),s=0;t[a].patterns&&(s=e.getCompiledRuleId(t[a],n,r)),i[o]=e.createCaptureRule(n,t[a].$vscodeTextmateLocation,t[a].name,t[a].contentName,s)}}return i}static _compilePatterns(t,n,r){let i=[];if(t)for(let a=0,o=t.length;a<o;a++){let o=t[a],s=-1;if(o.include){let t=en(o.include);switch(t.kind){case 0:case 1:s=e.getCompiledRuleId(r[o.include],n,r);break;case 2:let i=r[t.ruleName];i&&(s=e.getCompiledRuleId(i,n,r));break;case 3:case 4:let a=t.scopeName,c=t.kind===4?t.ruleName:null,l=n.getExternalGrammar(a,r);if(l)if(c){let t=l.repository[c];t&&(s=e.getCompiledRuleId(t,n,l.repository))}else s=e.getCompiledRuleId(l.repository.$self,n,l.repository);break}}else s=e.getCompiledRuleId(o,n,r);if(s!==-1){let e=n.getRule(s),t=!1;if((e instanceof dn||e instanceof fn||e instanceof pn)&&e.hasMissingPatterns&&e.patterns.length===0&&(t=!0),t)continue;i.push(s)}}return{patterns:i,hasMissingPatterns:(t?t.length:0)!==i.length}}},hn=class e{source;ruleId;hasAnchor;hasBackReferences;_anchorCache;constructor(e,t){if(e&&typeof e==`string`){let t=e.length,n=0,r=[],i=!1;for(let a=0;a<t;a++)if(e.charAt(a)===`\\`&&a+1<t){let t=e.charAt(a+1);t===`z`?(r.push(e.substring(n,a)),r.push(`$(?!\\n)(?<!\\n)`),n=a+2):(t===`A`||t===`G`)&&(i=!0),a++}this.hasAnchor=i,n===0?this.source=e:(r.push(e.substring(n,t)),this.source=r.join(``))}else this.hasAnchor=!1,this.source=e;this.hasAnchor?this._anchorCache=this._buildAnchorCache():this._anchorCache=null,this.ruleId=t,typeof this.source==`string`?this.hasBackReferences=tn.test(this.source):this.hasBackReferences=!1}clone(){return new e(this.source,this.ruleId)}setSource(e){this.source!==e&&(this.source=e,this.hasAnchor&&(this._anchorCache=this._buildAnchorCache()))}resolveBackReferences(e,t){if(typeof this.source!=`string`)throw Error(`This method should only be called if the source is a string`);let n=t.map(t=>e.substring(t.start,t.end));return nn.lastIndex=0,this.source.replace(nn,(e,t)=>xt(n[parseInt(t,10)]||``))}_buildAnchorCache(){if(typeof this.source!=`string`)throw Error(`This method should only be called if the source is a string`);let e=[],t=[],n=[],r=[],i,a,o,s;for(i=0,a=this.source.length;i<a;i++)o=this.source.charAt(i),e[i]=o,t[i]=o,n[i]=o,r[i]=o,o===`\\`&&i+1<a&&(s=this.source.charAt(i+1),s===`A`?(e[i+1]=`￿`,t[i+1]=`￿`,n[i+1]=`A`,r[i+1]=`A`):s===`G`?(e[i+1]=`￿`,t[i+1]=`G`,n[i+1]=`￿`,r[i+1]=`G`):(e[i+1]=s,t[i+1]=s,n[i+1]=s,r[i+1]=s),i++);return{A0_G0:e.join(``),A0_G1:t.join(``),A1_G0:n.join(``),A1_G1:r.join(``)}}resolveAnchors(e,t){return!this.hasAnchor||!this._anchorCache||typeof this.source!=`string`?this.source:e?t?this._anchorCache.A1_G1:this._anchorCache.A1_G0:t?this._anchorCache.A0_G1:this._anchorCache.A0_G0}},gn=class{_items;_hasAnchors;_cached;_anchorCache;constructor(){this._items=[],this._hasAnchors=!1,this._cached=null,this._anchorCache={A0_G0:null,A0_G1:null,A1_G0:null,A1_G1:null}}dispose(){this._disposeCaches()}_disposeCaches(){this._cached&&=(this._cached.dispose(),null),this._anchorCache.A0_G0&&(this._anchorCache.A0_G0.dispose(),this._anchorCache.A0_G0=null),this._anchorCache.A0_G1&&(this._anchorCache.A0_G1.dispose(),this._anchorCache.A0_G1=null),this._anchorCache.A1_G0&&(this._anchorCache.A1_G0.dispose(),this._anchorCache.A1_G0=null),this._anchorCache.A1_G1&&(this._anchorCache.A1_G1.dispose(),this._anchorCache.A1_G1=null)}push(e){this._items.push(e),this._hasAnchors=this._hasAnchors||e.hasAnchor}unshift(e){this._items.unshift(e),this._hasAnchors=this._hasAnchors||e.hasAnchor}length(){return this._items.length}setSource(e,t){this._items[e].source!==t&&(this._disposeCaches(),this._items[e].setSource(t))}compile(e){if(!this._cached){let t=this._items.map(e=>e.source);this._cached=new _n(e,t,this._items.map(e=>e.ruleId))}return this._cached}compileAG(e,t,n){return this._hasAnchors?t?n?(this._anchorCache.A1_G1||(this._anchorCache.A1_G1=this._resolveAnchors(e,t,n)),this._anchorCache.A1_G1):(this._anchorCache.A1_G0||(this._anchorCache.A1_G0=this._resolveAnchors(e,t,n)),this._anchorCache.A1_G0):n?(this._anchorCache.A0_G1||(this._anchorCache.A0_G1=this._resolveAnchors(e,t,n)),this._anchorCache.A0_G1):(this._anchorCache.A0_G0||(this._anchorCache.A0_G0=this._resolveAnchors(e,t,n)),this._anchorCache.A0_G0):this.compile(e)}_resolveAnchors(e,t,n){return new _n(e,this._items.map(e=>e.resolveAnchors(t,n)),this._items.map(e=>e.ruleId))}},_n=class{constructor(e,t,n){this.regExps=t,this.rules=n,this.scanner=e.createOnigScanner(t)}scanner;dispose(){typeof this.scanner.dispose==`function`&&this.scanner.dispose()}toString(){let e=[];for(let t=0,n=this.rules.length;t<n;t++)e.push(` - `+this.rules[t]+`: `+this.regExps[t]);return e.join(`
1
+ import{t as e}from"./DK3Fl9T5.js";import{i as t}from"./B551Pnuh.js";import{$ as n,$n as r,D as i,E as a,En as o,Ft as s,Ht as c,J as l,Lt as u,On as d,Zn as f,b as p,et as m,g as h,gt as g,mt as _,qt as v,tr as ee,v as y,vn as te,wt as ne,xt as b,y as re,z as x}from"./BKdLzFmX.js";import{at as ie,rt as ae,st as oe}from"./CH5oUfNi.js";import{C as se,Ct as ce,Et as le,St as S,a as ue,f as de,i as fe,k as pe,l as me,o as he,p as ge,u as _e,w as ve}from"./CP7c-Js6.js";import{c as ye,l as be,r as xe}from"./C_v3_O0R.js";import{t as Se}from"./CxN78VhB.js";var Ce=`modulepreload`,we=function(e,t){return new URL(e,t).href},Te={},Ee=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}function s(e){return import.meta.resolve?import.meta.resolve(e):new URL(e,import.meta.url).href}r=o(t.map(t=>{if(t=we(t,n),t=s(t),t in Te)return;Te[t]=!0;let r=t.endsWith(`.css`);for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}let i=document.createElement(`link`);if(i.rel=r?`stylesheet`:Ce,r||(i.as=`script`),i.crossOrigin=``,i.href=t,a&&i.setAttribute(`nonce`,a),document.head.appendChild(i),r)return new Promise((e,n)=>{i.addEventListener(`load`,e),i.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})};function De(){let e=document.activeElement;if(e==null)return null;for(;e!=null&&e.shadowRoot!=null&&e.shadowRoot.activeElement!=null;)e=e.shadowRoot.activeElement;return e}var Oe=`focusScope.autoFocusOnMount`,ke=`focusScope.autoFocusOnUnmount`,Ae={bubbles:!1,cancelable:!0};function je(e,{select:t=!1}={}){let n=De();for(let r of e)if(Le(r,{select:t}),De()!==n)return!0}function Me(e){let t=Ne(e);return[Pe(t,e),Pe(t.reverse(),e)]}function Ne(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Pe(e,t){for(let n of e)if(!Fe(n,{upTo:t}))return n}function Fe(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function Ie(e){return e instanceof HTMLInputElement&&`select`in e}function Le(e,{select:t=!1}={}){if(e&&e.focus){let n=De();e.focus({preventScroll:!0}),e!==n&&Ie(e)&&t&&e.select()}}function Re(e){let t=xe(),n=h(()=>o(e)),r=h(()=>n.value.icon&&n.value.leading||n.value.icon&&!n.value.trailing||n.value.loading&&!n.value.trailing||!!n.value.leadingIcon);return{isLeading:r,isTrailing:h(()=>n.value.icon&&n.value.trailing||n.value.loading&&n.value.trailing||!!n.value.trailingIcon&&n.value.trailing!==!1),leadingIconName:h(()=>n.value.loading?n.value.loadingIcon||t.ui.icons.loading:n.value.leadingIcon||n.value.icon),trailingIconName:h(()=>n.value.loading&&!r.value?n.value.loadingIcon||t.ui.icons.loading:n.value.trailingIcon||n.value.icon)}}function ze(e,t){return Be(Ve(e),Ve(t))}function Be(e,t){let n=[],r=new Set([...Object.keys(e.props||{}),...Object.keys(t.props||{})]);if(e.props&&t.props)for(let i of r){let r=e.props[i],a=t.props[i];r&&a?n.push(...Be(e.props?.[i],t.props?.[i])):(r||a)&&n.push(new He((a||r).key,r?`removed`:`added`,a,r))}return r.size===0&&e.hash!==t.hash&&n.push(new He((t||e).key,`changed`,t,e)),n}function Ve(e,t=``){if(e&&typeof e!=`object`)return new Ue(t,e,be(e));let n={},r=[];for(let i in e)n[i]=Ve(e[i],t?`${t}.${i}`:i),r.push(n[i].hash);return new Ue(t,e,`{${r.join(`:`)}}`,n)}var He=class{constructor(e,t,n,r){this.key=e,this.type=t,this.newValue=n,this.oldValue=r}toString(){return this.toJSON()}toJSON(){switch(this.type){case`added`:return`Added \`${this.key}\``;case`removed`:return`Removed \`${this.key}\``;case`changed`:return`Changed \`${this.key}\` from \`${this.oldValue?.toString()||`-`}\` to \`${this.newValue.toString()}\``}}},Ue=class{constructor(e,t,n,r){this.key=e,this.value=t,this.hash=n,this.props=r}toString(){return this.props?`{${Object.keys(this.props).join(`,`)}}`:JSON.stringify(this.value)}toJSON(){let e=this.key||`.`;return this.props?`${e}({${Object.keys(this.props).join(`,`)}})`:`${e}(${this.value})`}},We=Symbol(`nuxt-ui.avatar-group`);function Ge(e){let t=l(We,void 0),n=h(()=>e.size??t?.value.size),r=h(()=>e.color??t?.value.color);return g(We,h(()=>({size:n.value,color:r.value}))),{size:n,color:r}}var Ke={slots:{root:`relative inline-flex items-center justify-center shrink-0`,base:`rounded-full ring ring-bg flex items-center justify-center text-inverted font-medium whitespace-nowrap`},variants:{color:{primary:`bg-primary`,secondary:`bg-secondary`,success:`bg-success`,info:`bg-info`,warning:`bg-warning`,error:`bg-error`,neutral:`bg-inverted`},size:{"3xs":`h-[4px] min-w-[4px] text-[4px]`,"2xs":`h-[5px] min-w-[5px] text-[5px]`,xs:`h-[6px] min-w-[6px] text-[6px]`,sm:`h-[7px] min-w-[7px] text-[7px]`,md:`h-[8px] min-w-[8px] text-[8px]`,lg:`h-[9px] min-w-[9px] text-[9px]`,xl:`h-[10px] min-w-[10px] text-[10px]`,"2xl":`h-[11px] min-w-[11px] text-[11px]`,"3xl":`h-[12px] min-w-[12px] text-[12px]`},position:{"top-right":`top-0 right-0`,"bottom-right":`bottom-0 right-0`,"top-left":`top-0 left-0`,"bottom-left":`bottom-0 left-0`},inset:{false:``},standalone:{false:`absolute`}},compoundVariants:[{position:`top-right`,inset:!1,class:`-translate-y-1/2 translate-x-1/2 transform`},{position:`bottom-right`,inset:!1,class:`translate-y-1/2 translate-x-1/2 transform`},{position:`top-left`,inset:!1,class:`-translate-y-1/2 -translate-x-1/2 transform`},{position:`bottom-left`,inset:!1,class:`translate-y-1/2 -translate-x-1/2 transform`}],defaultVariants:{size:`md`,color:`primary`,position:`top-right`}},qe=Object.assign({inheritAttrs:!1},{__name:`UChip`,props:n({as:{type:null,required:!1},text:{type:[String,Number],required:!1},color:{type:null,required:!1},size:{type:null,required:!1},position:{type:null,required:!1},inset:{type:Boolean,required:!1,default:!1},standalone:{type:Boolean,required:!1,default:!1},class:{type:null,required:!1},ui:{type:Object,required:!1}},{show:{type:Boolean,default:!0},showModifiers:{}}),emits:[`update:show`],setup(e){let t=e,n=he(`chip`,t),o=s(e,`show`,{type:Boolean,default:!0}),{size:c}=Ge(t),l=xe(),u=h(()=>ue({extend:Ke,...l.ui?.chip||{}})({color:n.color,size:c.value??n.size,position:n.position,inset:n.inset,standalone:n.standalone}));return(e,t)=>(_(),y(d(se),{as:d(n).as,"data-slot":e.$attrs[`data-slot`]??`root`,class:f(u.value.root({class:[d(n).ui?.root,d(n).class]}))},{default:v(()=>[i(d(ve),r(x({...e.$attrs,"data-slot":void 0})),{default:v(()=>[b(e.$slots,`default`)]),_:3},16),o.value?(_(),p(`span`,{key:0,"data-slot":`base`,class:f(u.value.base({class:d(n).ui?.base}))},[b(e.$slots,`content`,{},()=>[a(ee(d(n).text),1)])],2)):re(``,!0)]),_:3},8,[`as`,`data-slot`,`class`]))}}),Je={slots:{root:`inline-flex items-center justify-center shrink-0 select-none rounded-full align-middle`,image:`h-full w-full rounded-[inherit] object-cover`,fallback:`font-medium truncate`,icon:`shrink-0`},variants:{color:{primary:{root:`bg-primary/10`,fallback:`text-primary`,icon:`text-primary`},secondary:{root:`bg-secondary/10`,fallback:`text-secondary`,icon:`text-secondary`},success:{root:`bg-success/10`,fallback:`text-success`,icon:`text-success`},info:{root:`bg-info/10`,fallback:`text-info`,icon:`text-info`},warning:{root:`bg-warning/10`,fallback:`text-warning`,icon:`text-warning`},error:{root:`bg-error/10`,fallback:`text-error`,icon:`text-error`},neutral:{root:`bg-elevated`,fallback:`text-muted`,icon:`text-muted`}},size:{"3xs":{root:`size-4 text-[8px]`},"2xs":{root:`size-5 text-[10px]`},xs:{root:`size-6 text-xs`},sm:{root:`size-7 text-sm`},md:{root:`size-8 text-base`},lg:{root:`size-9 text-lg`},xl:{root:`size-10 text-xl`},"2xl":{root:`size-11 text-[22px]`},"3xl":{root:`size-12 text-2xl`}}},defaultVariants:{size:`md`,color:`neutral`}},Ye=Object.assign({inheritAttrs:!1},{__name:`UAvatar`,props:{as:{type:null,required:!1},src:{type:String,required:!1},alt:{type:String,required:!1},icon:{type:null,required:!1},text:{type:String,required:!1},size:{type:null,required:!1},color:{type:null,required:!1},chip:{type:[Boolean,Object],required:!1},class:{type:null,required:!1},style:{type:null,required:!1},ui:{type:Object,required:!1}},setup(e){let t=e,n=he(`avatar`,t),i=h(()=>typeof n.as==`string`||typeof n.as?.render==`function`?{root:n.as}:ie(n.as,{root:`span`})),a=h(()=>n.text||(n.alt||``).split(` `).map(e=>e.charAt(0)).join(``).substring(0,2)),o=xe(),{size:s,color:l}=Ge(t),u=h(()=>ue({extend:Je,...o.ui?.avatar||{}})({size:s.value??n.size,color:l.value??n.color})),g=h(()=>u.value.root({class:[n.ui?.root,n.class]})),re=h(()=>{let e=(g.value||``).split(` `).find(e=>/^size-\d+$/.test(e));if(e){let t=Number.parseFloat(e.split(`-`)[1]??``);if(!Number.isNaN(t))return t*4}return null}),x=te(!1);c(()=>n.src,()=>{x.value&&=!1});function ae(){x.value=!0}return(e,t)=>(_(),y(ne(d(n).chip?qe:d(se)),m({as:i.value.root},d(n).chip?typeof d(n).chip==`object`?{inset:!0,...d(n).chip}:{inset:!0}:{},{"data-slot":e.$attrs[`data-slot`]??`root`,class:g.value,style:d(n).style}),{default:v(()=>[d(n).src&&!x.value?(_(),y(ne(i.value.img||d(`img`)),m({key:0,src:d(n).src,alt:d(n).alt,width:re.value,height:re.value},e.$attrs,{"data-slot":`image`,class:u.value.image({class:d(n).ui?.image}),onError:ae}),null,16,[`src`,`alt`,`width`,`height`,`class`])):(_(),y(d(ve),r(m({key:1},{...e.$attrs,"data-slot":void 0})),{default:v(()=>[b(e.$slots,`default`,{},()=>[d(n).icon?(_(),y(ge,{key:0,name:d(n).icon,"data-slot":`icon`,class:f(u.value.icon({class:d(n).ui?.icon}))},null,8,[`name`,`class`])):(_(),p(`span`,{key:1,"data-slot":`fallback`,class:f(u.value.fallback({class:d(n).ui?.fallback}))},ee(a.value||`\xA0`),3))])]),_:3},16))]),_:3},16,[`as`,`data-slot`,`class`,`style`]))}}),Xe=Symbol(`nuxt-ui.form-options`),Ze=Symbol(`nuxt-ui.form-events`),Qe=Symbol(`nuxt-ui.form-field`),$e=Symbol(`nuxt-ui.input-id`),et=Symbol(`nuxt-ui.form-loading`);function tt(e,t){let n=l(Xe,void 0),r=l(Ze,void 0),i=l(Qe,void 0),a=l($e,void 0);g(Qe,void 0),i&&a&&(t?.bind===!1?a.value=void 0:e?.id&&(a.value=e?.id));function o(e,t,n){r&&i&&t&&r.emit({type:e,name:t,eager:n})}function s(){o(`blur`,i?.value.name)}function c(){o(`focus`,i?.value.name)}function u(){o(`change`,i?.value.name)}let d=le(()=>{o(`input`,i?.value.name,!t?.deferInputValidation||i?.value.eagerValidation)},i?.value.validateOnInputDelay??n?.value.validateOnInputDelay??0);return{id:h(()=>e?.id??a?.value),name:h(()=>e?.name??i?.value.name),size:h(()=>e?.size??i?.value.size),color:h(()=>i?.value.error?`error`:e?.color),highlight:h(()=>i?.value.error?!0:e?.highlight),disabled:h(()=>n?.value.disabled||e?.disabled),emitFormBlur:s,emitFormInput:d,emitFormChange:u,emitFormFocus:c,ariaAttrs:h(()=>{if(!i?.value)return;let e=[`error`,`hint`,`description`,`help`].filter(e=>i?.value?.[e]).map(e=>`${i?.value.ariaId}-${e}`)||[],t={"aria-invalid":!!i?.value.error};return e.length>0&&(t[`aria-describedby`]=e.join(` `)),t})}}var nt=`active.activeClass.ariaCurrentValue.as.disabled.download.exact.exactActiveClass.exactHash.exactQuery.external.form.formaction.formenctype.formmethod.formnovalidate.formtarget.href.hreflang.inactiveClass.locale.media.noPrefetch.noRel.onClick.ping.prefetch.prefetchOn.prefetchedClass.referrerpolicy.rel.replace.target.title.to.trailingSlash.type.viewTransition`.split(`.`);function rt(e){let t=Object.keys(e),n=t.filter(e=>e.startsWith(`aria-`)),r=t.filter(e=>e.startsWith(`data-`));return ce(e,...nt,...n,...r)}function it(e,t){let n=ze(e,t).reduce((e,t)=>(t.type===`added`&&e.add(t.key),e),new Set);return ye(Object.fromEntries(Object.entries(e).filter(([e])=>!n.has(e))),Object.fromEntries(Object.entries(t).filter(([e])=>!n.has(e))))}var at={__name:`ULinkBase`,props:{as:{type:String,required:!1,default:`button`},type:{type:String,required:!1,default:`button`},disabled:{type:Boolean,required:!1},onClick:{type:[Function,Array],required:!1},href:{type:[String,null],required:!1},navigate:{type:Function,required:!1},target:{type:[String,Object,null],required:!1},rel:{type:[String,Object,null],required:!1},active:{type:Boolean,required:!1},isExternal:{type:Boolean,required:!1}},setup(e){let t=e;function n(e){if(t.disabled){e.stopPropagation(),e.preventDefault();return}if(t.onClick)for(let n of Array.isArray(t.onClick)?t.onClick:[t.onClick])n(e);t.href&&t.navigate&&!t.isExternal&&t.navigate(e)}return(t,r)=>(_(),y(d(se),m(e.href?{as:`a`,href:e.disabled?void 0:e.href,"aria-disabled":e.disabled?`true`:void 0,role:e.disabled?`link`:void 0,tabindex:e.disabled?-1:void 0}:e.as===`button`?{as:e.as,type:e.type,disabled:e.disabled}:{as:e.as},{rel:e.rel,target:e.target,onClick:n}),{default:v(()=>[b(t.$slots,`default`)]),_:3},16,[`rel`,`target`]))}},ot={base:`outline-primary/25 focus-visible:outline-3 rounded-md`,variants:{active:{true:`text-primary`,false:`text-muted`},disabled:{true:`cursor-not-allowed opacity-75`}},compoundVariants:[{active:!1,disabled:!1,class:[`hover:text-default`,`transition-colors`]}]},st=Object.assign({inheritAttrs:!1},{__name:`ULink`,props:{as:{type:null,required:!1,default:`button`},type:{type:null,required:!1,default:`button`},disabled:{type:Boolean,required:!1},active:{type:Boolean,required:!1,default:void 0},exact:{type:Boolean,required:!1},exactQuery:{type:[Boolean,String],required:!1},exactHash:{type:Boolean,required:!1},inactiveClass:{type:String,required:!1},custom:{type:Boolean,required:!1},raw:{type:Boolean,required:!1},locale:{type:[Boolean,String],required:!1,default:void 0},class:{type:null,required:!1},to:{type:null,required:!1},href:{type:null,required:!1},external:{type:Boolean,required:!1},target:{type:[String,Object,null],required:!1},rel:{type:[String,Object,null],required:!1},noRel:{type:Boolean,required:!1},prefetchedClass:{type:String,required:!1},prefetch:{type:Boolean,required:!1},prefetchOn:{type:[String,Object],required:!1},noPrefetch:{type:Boolean,required:!1},trailingSlash:{type:String,required:!1},activeClass:{type:String,required:!1},exactActiveClass:{type:String,required:!1},ariaCurrentValue:{type:String,required:!1,default:`page`},viewTransition:{type:Boolean,required:!1},replace:{type:Boolean,required:!1}},setup(e){let n=e,i=ae(),a=xe(),o=t(),s=pe(S(n,`as`,`type`,`disabled`,`active`,`exact`,`exactQuery`,`exactHash`,`activeClass`,`inactiveClass`,`to`,`href`,`raw`,`custom`,`locale`,`class`)),c=h(()=>ue({extend:ot,...ie({variants:{active:{true:me(a.ui?.link?.variants?.active?.true,n.activeClass),false:me(a.ui?.link?.variants?.active?.false,n.inactiveClass)}}},a.ui?.link||{})})),l=h(()=>{let e=n.to??n.href;if(!e||typeof e!=`string`||n.external||oe(e,{acceptRelative:!0})||n.locale===!1)return e;let t=o.$localePath;if(!t)return e;let r=o.$i18n?.localeCodes?.value;return r?.length&&RegExp(`^/(${r.join(`|`)})($|[/?#])`).test(e)?e:t(e,typeof n.locale==`string`?n.locale:void 0)||e}),u=h(()=>!l.value||n.external?!1:typeof l.value!=`string`||!(oe(l.value,{acceptRelative:!0})||n.target&&n.target!==`_self`)),f=h(()=>n.noRel?null:n.rel===void 0?!u.value||n.target&&n.target!==`_self`?`noopener noreferrer`:null:n.rel||null);function p({route:e,isActive:t,isExactActive:r}={}){if(n.active!==void 0)return n.active;if(!l.value)return!1;if(n.exactQuery===`partial`){if(!it(e.query,i.query))return!1}else if(n.exactQuery===!0&&!ye(e.query,i.query))return!1;return n.exactHash&&e.hash!==i.hash?!1:!!(n.exact&&r||!n.exact&&t)}function g({route:e,isActive:t,isExactActive:r}={}){let i=p({route:e,isActive:t,isExactActive:r});return n.raw?[n.class,i?n.activeClass:n.inactiveClass]:c.value({class:n.class,active:i,disabled:n.disabled})}return(t,i)=>{let a=Se;return u.value?(_(),y(a,m({key:0},d(s),{to:l.value,custom:``}),{default:v(({href:i,navigate:a,route:o,isActive:s,isExactActive:c,...l})=>[e.custom?(_(),y(d(ve),{key:0},{default:v(()=>[b(t.$slots,`default`,r(x({...t.$attrs,...e.exact&&c?{"aria-current":n.ariaCurrentValue}:{},as:e.as,type:e.type,disabled:e.disabled,href:i,navigate:a,rel:f.value,target:l.target,isExternal:l.isExternal,active:p({route:o,isActive:s,isExactActive:c})})))]),_:2},1024)):(_(),y(at,m({key:1},{...t.$attrs,...e.exact&&c?{"aria-current":n.ariaCurrentValue}:{},as:e.as,type:e.type,disabled:e.disabled,href:i,navigate:a,rel:f.value,target:l.target,isExternal:l.isExternal},{class:g({route:o,isActive:s,isExactActive:c})}),{default:v(()=>[b(t.$slots,`default`,{active:p({route:o,isActive:s,isExactActive:c})})]),_:2},1040,[`class`]))]),_:3},16,[`to`])):e.custom?(_(),y(d(ve),{key:1},{default:v(()=>[b(t.$slots,`default`,r(x({...t.$attrs,as:e.as,type:e.type,disabled:e.disabled,...l.value?{href:String(l.value),target:n.target,rel:f.value,isExternal:!0}:{},active:e.active??!1})))]),_:3})):(_(),y(at,m({key:2},{...t.$attrs,as:e.as,type:e.type,disabled:e.disabled,...l.value?{href:String(l.value),target:n.target,rel:f.value,isExternal:!0}:{}},{class:g()}),{default:v(()=>[b(t.$slots,`default`,{active:e.active??!1})]),_:3},16,[`class`]))}}}),ct={slots:{base:[`rounded-md font-medium inline-flex items-center disabled:cursor-not-allowed aria-disabled:cursor-not-allowed disabled:opacity-75 aria-disabled:opacity-75`,`transition-colors`],label:`truncate`,leadingIcon:`shrink-0`,leadingAvatar:`shrink-0`,leadingAvatarSize:``,trailingIcon:`shrink-0`},variants:{fieldGroup:{horizontal:`not-only:first:rounded-e-none not-only:last:rounded-s-none not-last:not-first:rounded-none focus-visible:z-[1]`,vertical:`not-only:first:rounded-b-none not-only:last:rounded-t-none not-last:not-first:rounded-none focus-visible:z-[1]`},color:{primary:``,secondary:``,success:``,info:``,warning:``,error:``,neutral:``},variant:{solid:``,outline:``,soft:``,subtle:``,ghost:``,link:``},size:{xs:{base:`px-2 py-1 text-xs gap-1`,leadingIcon:`size-4`,leadingAvatarSize:`3xs`,trailingIcon:`size-4`},sm:{base:`px-2.5 py-1.5 text-xs gap-1.5`,leadingIcon:`size-4`,leadingAvatarSize:`3xs`,trailingIcon:`size-4`},md:{base:`px-2.5 py-1.5 text-sm gap-1.5`,leadingIcon:`size-5`,leadingAvatarSize:`2xs`,trailingIcon:`size-5`},lg:{base:`px-3 py-2 text-sm gap-2`,leadingIcon:`size-5`,leadingAvatarSize:`2xs`,trailingIcon:`size-5`},xl:{base:`px-3 py-2 text-base gap-2`,leadingIcon:`size-6`,leadingAvatarSize:`xs`,trailingIcon:`size-6`}},block:{true:{base:`w-full justify-center`,trailingIcon:`ms-auto`}},square:{true:``},leading:{true:``},trailing:{true:``},loading:{true:``},active:{true:{base:``},false:{base:``}}},compoundVariants:[{color:`primary`,variant:`solid`,class:`text-inverted bg-primary hover:bg-primary/75 active:bg-primary/75 disabled:bg-primary aria-disabled:bg-primary outline-primary/25 focus-visible:outline-3`},{color:`secondary`,variant:`solid`,class:`text-inverted bg-secondary hover:bg-secondary/75 active:bg-secondary/75 disabled:bg-secondary aria-disabled:bg-secondary outline-secondary/25 focus-visible:outline-3`},{color:`success`,variant:`solid`,class:`text-inverted bg-success hover:bg-success/75 active:bg-success/75 disabled:bg-success aria-disabled:bg-success outline-success/25 focus-visible:outline-3`},{color:`info`,variant:`solid`,class:`text-inverted bg-info hover:bg-info/75 active:bg-info/75 disabled:bg-info aria-disabled:bg-info outline-info/25 focus-visible:outline-3`},{color:`warning`,variant:`solid`,class:`text-inverted bg-warning hover:bg-warning/75 active:bg-warning/75 disabled:bg-warning aria-disabled:bg-warning outline-warning/25 focus-visible:outline-3`},{color:`error`,variant:`solid`,class:`text-inverted bg-error hover:bg-error/75 active:bg-error/75 disabled:bg-error aria-disabled:bg-error outline-error/25 focus-visible:outline-3`},{color:`primary`,variant:`outline`,class:`ring ring-inset ring-primary/50 text-primary hover:bg-primary/10 active:bg-primary/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-primary/25 focus-visible:outline-3 focus-visible:ring-primary`},{color:`secondary`,variant:`outline`,class:`ring ring-inset ring-secondary/50 text-secondary hover:bg-secondary/10 active:bg-secondary/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-secondary/25 focus-visible:outline-3 focus-visible:ring-secondary`},{color:`success`,variant:`outline`,class:`ring ring-inset ring-success/50 text-success hover:bg-success/10 active:bg-success/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-success/25 focus-visible:outline-3 focus-visible:ring-success`},{color:`info`,variant:`outline`,class:`ring ring-inset ring-info/50 text-info hover:bg-info/10 active:bg-info/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-info/25 focus-visible:outline-3 focus-visible:ring-info`},{color:`warning`,variant:`outline`,class:`ring ring-inset ring-warning/50 text-warning hover:bg-warning/10 active:bg-warning/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-warning/25 focus-visible:outline-3 focus-visible:ring-warning`},{color:`error`,variant:`outline`,class:`ring ring-inset ring-error/50 text-error hover:bg-error/10 active:bg-error/10 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent outline-error/25 focus-visible:outline-3 focus-visible:ring-error`},{color:`primary`,variant:`soft`,class:`text-primary bg-primary/10 hover:bg-primary/15 active:bg-primary/15 outline-primary/25 focus-visible:outline-3 disabled:bg-primary/10 aria-disabled:bg-primary/10`},{color:`secondary`,variant:`soft`,class:`text-secondary bg-secondary/10 hover:bg-secondary/15 active:bg-secondary/15 outline-secondary/25 focus-visible:outline-3 disabled:bg-secondary/10 aria-disabled:bg-secondary/10`},{color:`success`,variant:`soft`,class:`text-success bg-success/10 hover:bg-success/15 active:bg-success/15 outline-success/25 focus-visible:outline-3 disabled:bg-success/10 aria-disabled:bg-success/10`},{color:`info`,variant:`soft`,class:`text-info bg-info/10 hover:bg-info/15 active:bg-info/15 outline-info/25 focus-visible:outline-3 disabled:bg-info/10 aria-disabled:bg-info/10`},{color:`warning`,variant:`soft`,class:`text-warning bg-warning/10 hover:bg-warning/15 active:bg-warning/15 outline-warning/25 focus-visible:outline-3 disabled:bg-warning/10 aria-disabled:bg-warning/10`},{color:`error`,variant:`soft`,class:`text-error bg-error/10 hover:bg-error/15 active:bg-error/15 outline-error/25 focus-visible:outline-3 disabled:bg-error/10 aria-disabled:bg-error/10`},{color:`primary`,variant:`subtle`,class:`text-primary ring ring-inset ring-primary/25 bg-primary/10 hover:bg-primary/15 active:bg-primary/15 disabled:bg-primary/10 aria-disabled:bg-primary/10 outline-primary/25 focus-visible:outline-3 focus-visible:ring-primary`},{color:`secondary`,variant:`subtle`,class:`text-secondary ring ring-inset ring-secondary/25 bg-secondary/10 hover:bg-secondary/15 active:bg-secondary/15 disabled:bg-secondary/10 aria-disabled:bg-secondary/10 outline-secondary/25 focus-visible:outline-3 focus-visible:ring-secondary`},{color:`success`,variant:`subtle`,class:`text-success ring ring-inset ring-success/25 bg-success/10 hover:bg-success/15 active:bg-success/15 disabled:bg-success/10 aria-disabled:bg-success/10 outline-success/25 focus-visible:outline-3 focus-visible:ring-success`},{color:`info`,variant:`subtle`,class:`text-info ring ring-inset ring-info/25 bg-info/10 hover:bg-info/15 active:bg-info/15 disabled:bg-info/10 aria-disabled:bg-info/10 outline-info/25 focus-visible:outline-3 focus-visible:ring-info`},{color:`warning`,variant:`subtle`,class:`text-warning ring ring-inset ring-warning/25 bg-warning/10 hover:bg-warning/15 active:bg-warning/15 disabled:bg-warning/10 aria-disabled:bg-warning/10 outline-warning/25 focus-visible:outline-3 focus-visible:ring-warning`},{color:`error`,variant:`subtle`,class:`text-error ring ring-inset ring-error/25 bg-error/10 hover:bg-error/15 active:bg-error/15 disabled:bg-error/10 aria-disabled:bg-error/10 outline-error/25 focus-visible:outline-3 focus-visible:ring-error`},{color:`primary`,variant:`ghost`,class:`text-primary hover:bg-primary/10 active:bg-primary/10 outline-primary/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`secondary`,variant:`ghost`,class:`text-secondary hover:bg-secondary/10 active:bg-secondary/10 outline-secondary/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`success`,variant:`ghost`,class:`text-success hover:bg-success/10 active:bg-success/10 outline-success/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`info`,variant:`ghost`,class:`text-info hover:bg-info/10 active:bg-info/10 outline-info/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`warning`,variant:`ghost`,class:`text-warning hover:bg-warning/10 active:bg-warning/10 outline-warning/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`error`,variant:`ghost`,class:`text-error hover:bg-error/10 active:bg-error/10 outline-error/25 focus-visible:outline-3 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent`},{color:`primary`,variant:`link`,class:`text-primary hover:text-primary/75 active:text-primary/75 disabled:text-primary aria-disabled:text-primary outline-primary/25 focus-visible:outline-3`},{color:`secondary`,variant:`link`,class:`text-secondary hover:text-secondary/75 active:text-secondary/75 disabled:text-secondary aria-disabled:text-secondary outline-secondary/25 focus-visible:outline-3`},{color:`success`,variant:`link`,class:`text-success hover:text-success/75 active:text-success/75 disabled:text-success aria-disabled:text-success outline-success/25 focus-visible:outline-3`},{color:`info`,variant:`link`,class:`text-info hover:text-info/75 active:text-info/75 disabled:text-info aria-disabled:text-info outline-info/25 focus-visible:outline-3`},{color:`warning`,variant:`link`,class:`text-warning hover:text-warning/75 active:text-warning/75 disabled:text-warning aria-disabled:text-warning outline-warning/25 focus-visible:outline-3`},{color:`error`,variant:`link`,class:`text-error hover:text-error/75 active:text-error/75 disabled:text-error aria-disabled:text-error outline-error/25 focus-visible:outline-3`},{color:`neutral`,variant:`solid`,class:`text-inverted bg-inverted hover:bg-inverted/90 active:bg-inverted/90 disabled:bg-inverted aria-disabled:bg-inverted outline-inverted/25 focus-visible:outline-3`},{color:`neutral`,variant:`outline`,class:`ring ring-inset ring-accented text-default bg-default hover:bg-elevated active:bg-elevated disabled:bg-default aria-disabled:bg-default outline-inverted/25 focus-visible:outline-3 focus-visible:ring-inverted`},{color:`neutral`,variant:`soft`,class:`text-default bg-elevated hover:bg-accented/75 active:bg-accented/75 outline-inverted/25 focus-visible:outline-3 disabled:bg-elevated aria-disabled:bg-elevated`},{color:`neutral`,variant:`subtle`,class:`ring ring-inset ring-accented text-default bg-elevated hover:bg-accented/75 active:bg-accented/75 disabled:bg-elevated aria-disabled:bg-elevated outline-inverted/25 focus-visible:outline-3 focus-visible:ring-inverted`},{color:`neutral`,variant:`ghost`,class:`text-default hover:bg-elevated active:bg-elevated outline-inverted/25 focus-visible:outline-3 hover:disabled:bg-transparent dark:hover:disabled:bg-transparent hover:aria-disabled:bg-transparent dark:hover:aria-disabled:bg-transparent`},{color:`neutral`,variant:`link`,class:`text-muted hover:text-default active:text-default disabled:text-muted aria-disabled:text-muted outline-inverted/25 focus-visible:outline-3`},{size:`xs`,square:!0,class:`p-1`},{size:`sm`,square:!0,class:`p-1.5`},{size:`md`,square:!0,class:`p-1.5`},{size:`lg`,square:!0,class:`p-2`},{size:`xl`,square:!0,class:`p-2`},{loading:!0,leading:!0,class:{leadingIcon:`animate-spin`}},{loading:!0,leading:!1,trailing:!0,class:{trailingIcon:`animate-spin`}}],defaultVariants:{color:`primary`,variant:`solid`,size:`md`}},lt={__name:`UButton`,props:{label:{type:String,required:!1},color:{type:null,required:!1},activeColor:{type:null,required:!1},variant:{type:null,required:!1},activeVariant:{type:null,required:!1},size:{type:null,required:!1},square:{type:Boolean,required:!1},block:{type:Boolean,required:!1},loadingAuto:{type:Boolean,required:!1},onClick:{type:[Function,Array],required:!1},class:{type:null,required:!1},ui:{type:Object,required:!1},icon:{type:null,required:!1},avatar:{type:Object,required:!1},leading:{type:Boolean,required:!1},leadingIcon:{type:null,required:!1},trailing:{type:Boolean,required:!1},trailingIcon:{type:null,required:!1},loading:{type:Boolean,required:!1},loadingIcon:{type:null,required:!1},as:{type:null,required:!1},type:{type:null,required:!1},disabled:{type:Boolean,required:!1},active:{type:Boolean,required:!1},exact:{type:Boolean,required:!1},exactQuery:{type:[Boolean,String],required:!1},exactHash:{type:Boolean,required:!1},inactiveClass:{type:String,required:!1},locale:{type:[Boolean,String],required:!1},to:{type:null,required:!1},href:{type:null,required:!1},external:{type:Boolean,required:!1},target:{type:[String,Object,null],required:!1},rel:{type:[String,Object,null],required:!1},noRel:{type:Boolean,required:!1},prefetchedClass:{type:String,required:!1},prefetch:{type:Boolean,required:!1},prefetchOn:{type:[String,Object],required:!1},noPrefetch:{type:Boolean,required:!1},trailingSlash:{type:String,required:!1},activeClass:{type:String,required:!1},exactActiveClass:{type:String,required:!1},ariaCurrentValue:{type:String,required:!1},viewTransition:{type:Boolean,required:!1},replace:{type:Boolean,required:!1}},setup(e){let t=e,n=u(),r=he(`button`,t),a=xe(),{orientation:o,size:s}=de(t),c=fe(rt(r)),g=te(!1),ne=l(et,void 0);async function x(e){g.value=!0;let t=Array.isArray(r.onClick)?r.onClick:[r.onClick];try{await Promise.all(t.map(t=>t?.(e)))}finally{g.value=!1}}let ae=h(()=>r.loading||r.loadingAuto&&(g.value||ne?.value&&r.type===`submit`)),{isLeading:oe,isTrailing:se,leadingIconName:ce,trailingIconName:le}=Re(h(()=>({...r,loading:ae.value}))),S=h(()=>ue({extend:ct,...ie({variants:{active:{true:{base:me(a.ui?.button?.variants?.active?.true?.base,r.activeClass)},false:{base:me(a.ui?.button?.variants?.active?.false?.base,r.inactiveClass)}}}},a.ui?.button||{})})({color:r.color,variant:r.variant,size:s.value??r.size,loading:ae.value,block:r.block,square:r.square||!n.default&&!r.label,leading:oe.value,trailing:se.value,fieldGroup:o.value}));return(e,t)=>(_(),y(st,m({type:d(r).type,disabled:d(r).disabled||ae.value},d(_e)(d(c),[`type`,`disabled`,`onClick`]),{custom:``}),{default:v(({active:t,...n})=>[i(at,m({"data-slot":`base`},n,{class:S.value.base({class:[d(r).ui?.base,d(r).class],active:t,...t&&d(r).activeVariant?{variant:d(r).activeVariant}:{},...t&&d(r).activeColor?{color:d(r).activeColor}:{}}),onClick:x}),{default:v(()=>[b(e.$slots,`leading`,{ui:S.value},()=>[d(oe)&&d(ce)?(_(),y(ge,{key:0,name:d(ce),"data-slot":`leadingIcon`,class:f(S.value.leadingIcon({class:d(r).ui?.leadingIcon,active:t}))},null,8,[`name`,`class`])):d(r).avatar?(_(),y(Ye,m({key:1,size:d(r).ui?.leadingAvatarSize||S.value.leadingAvatarSize()},d(r).avatar,{"data-slot":`leadingAvatar`,class:S.value.leadingAvatar({class:d(r).ui?.leadingAvatar,active:t})}),null,16,[`size`,`class`])):re(``,!0)]),b(e.$slots,`default`,{ui:S.value},()=>[d(r).label!==void 0&&d(r).label!==null?(_(),p(`span`,{key:0,"data-slot":`label`,class:f(S.value.label({class:d(r).ui?.label,active:t}))},ee(d(r).label),3)):re(``,!0)]),b(e.$slots,`trailing`,{ui:S.value},()=>[d(se)&&d(le)?(_(),y(ge,{key:0,name:d(le),"data-slot":`trailingIcon`,class:f(S.value.trailingIcon({class:d(r).ui?.trailingIcon,active:t}))},null,8,[`name`,`class`])):re(``,!0)])]),_:2},1040,[`class`])]),_:3},16,[`type`,`disabled`]))}},C=class extends Error{constructor(e){super(e),this.name=`ShikiError`}};function ut(e){return dt(e)}function dt(e){return Array.isArray(e)?ft(e):e instanceof RegExp?e:typeof e==`object`?pt(e):e}function ft(e){let t=[];for(let n=0,r=e.length;n<r;n++)t[n]=dt(e[n]);return t}function pt(e){let t={};for(let n in e)t[n]=dt(e[n]);return t}function mt(e,...t){return t.forEach(t=>{for(let n in t)e[n]=t[n]}),e}function ht(e){let t=~e.lastIndexOf(`/`)||~e.lastIndexOf(`\\`);return t===0?e:~t===e.length-1?ht(e.substring(0,e.length-1)):e.substr(~t+1)}var gt=/\$(\d+)|\${(\d+):\/(downcase|upcase)}/g,_t=class{static hasCaptures(e){return e===null?!1:(gt.lastIndex=0,gt.test(e))}static replaceCaptures(e,t,n){return e.replace(gt,(e,r,i,a)=>{let o=n[parseInt(r||i,10)];if(o){let e=t.substring(o.start,o.end);for(;e[0]===`.`;)e=e.substring(1);switch(a){case`downcase`:return e.toLowerCase();case`upcase`:return e.toUpperCase();default:return e}}else return e})}};function vt(e,t){return e<t?-1:+(e>t)}function yt(e,t){if(e===null&&t===null)return 0;if(!e)return-1;if(!t)return 1;let n=e.length,r=t.length;if(n===r){for(let r=0;r<n;r++){let n=vt(e[r],t[r]);if(n!==0)return n}return 0}return n-r}function bt(e){return!!(/^#[0-9a-f]{6}$/i.test(e)||/^#[0-9a-f]{8}$/i.test(e)||/^#[0-9a-f]{3}$/i.test(e)||/^#[0-9a-f]{4}$/i.test(e))}function xt(e){return e.replace(/[\-\\\{\}\*\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,`\\$&`)}var St=class{constructor(e){this.fn=e}cache=new Map;get(e){if(this.cache.has(e))return this.cache.get(e);let t=this.fn(e);return this.cache.set(e,t),t}},Ct=class{constructor(e,t,n){this._colorMap=e,this._defaults=t,this._root=n}static createFromRawTheme(e,t){return this.createFromParsedTheme(Ot(e),t)}static createFromParsedTheme(e,t){return At(e,t)}_cachedMatchRoot=new St(e=>this._root.match(e));getColorMap(){return this._colorMap.getColorMap()}getDefaults(){return this._defaults}match(e){if(e===null)return this._defaults;let t=e.scopeName,n=this._cachedMatchRoot.get(t).find(t=>Tt(e.parent,t.parentScopes));return n?new Dt(n.fontStyle,n.foreground,n.background):null}},wt=class e{constructor(e,t){this.parent=e,this.scopeName=t}static push(t,n){for(let r of n)t=new e(t,r);return t}static from(...t){let n=null;for(let r=0;r<t.length;r++)n=new e(n,t[r]);return n}push(t){return new e(this,t)}getSegments(){let e=this,t=[];for(;e;)t.push(e.scopeName),e=e.parent;return t.reverse(),t}toString(){return this.getSegments().join(` `)}extends(e){return this===e||this.parent!==null&&this.parent.extends(e)}getExtensionIfDefined(e){let t=[],n=this;for(;n&&n!==e;)t.push(n.scopeName),n=n.parent;return n===e?t.reverse():void 0}};function Tt(e,t){if(t.length===0)return!0;for(let n=0;n<t.length;n++){let r=t[n],i=!1;if(r===`>`){if(n===t.length-1)return!1;r=t[++n],i=!0}for(;e&&!Et(e.scopeName,r);){if(i)return!1;e=e.parent}if(!e)return!1;e=e.parent}return!0}function Et(e,t){return t===e||e.startsWith(t)&&e[t.length]===`.`}var Dt=class{constructor(e,t,n){this.fontStyle=e,this.foregroundId=t,this.backgroundId=n}};function Ot(e){if(!e||!e.settings||!Array.isArray(e.settings))return[];let t=e.settings,n=[],r=0;for(let e=0,i=t.length;e<i;e++){let i=t[e];if(!i.settings)continue;let a;if(typeof i.scope==`string`){let e=i.scope;e=e.replace(/^[,]+/,``),e=e.replace(/[,]+$/,``),a=e.split(`,`)}else a=Array.isArray(i.scope)?i.scope:[``];let o=-1;if(typeof i.settings.fontStyle==`string`){o=0;let e=i.settings.fontStyle.split(` `);for(let t=0,n=e.length;t<n;t++)switch(e[t]){case`italic`:o|=1;break;case`bold`:o|=2;break;case`underline`:o|=4;break;case`strikethrough`:o|=8;break}}let s=null;typeof i.settings.foreground==`string`&&bt(i.settings.foreground)&&(s=i.settings.foreground);let c=null;typeof i.settings.background==`string`&&bt(i.settings.background)&&(c=i.settings.background);for(let t=0,i=a.length;t<i;t++){let i=a[t].trim().split(` `),l=i[i.length-1],u=null;i.length>1&&(u=i.slice(0,i.length-1),u.reverse()),n[r++]=new kt(l,u,e,o,s,c)}}return n}var kt=class{constructor(e,t,n,r,i,a){this.scope=e,this.parentScopes=t,this.index=n,this.fontStyle=r,this.foreground=i,this.background=a}},w=(e=>(e[e.NotSet=-1]=`NotSet`,e[e.None=0]=`None`,e[e.Italic=1]=`Italic`,e[e.Bold=2]=`Bold`,e[e.Underline=4]=`Underline`,e[e.Strikethrough=8]=`Strikethrough`,e))(w||{});function At(e,t){e.sort((e,t)=>{let n=vt(e.scope,t.scope);return n!==0||(n=yt(e.parentScopes,t.parentScopes),n!==0)?n:e.index-t.index});let n=0,r=`#000000`,i=`#ffffff`;for(;e.length>=1&&e[0].scope===``;){let t=e.shift();t.fontStyle!==-1&&(n=t.fontStyle),t.foreground!==null&&(r=t.foreground),t.background!==null&&(i=t.background)}let a=new jt(t),o=new Dt(n,a.getId(r),a.getId(i)),s=new Pt(new Nt(0,null,-1,0,0),[]);for(let t=0,n=e.length;t<n;t++){let n=e[t];s.insert(0,n.scope,n.parentScopes,n.fontStyle,a.getId(n.foreground),a.getId(n.background))}return new Ct(a,o,s)}var jt=class{_isFrozen;_lastColorId;_id2color;_color2id;constructor(e){if(this._lastColorId=0,this._id2color=[],this._color2id=Object.create(null),Array.isArray(e)){this._isFrozen=!0;for(let t=0,n=e.length;t<n;t++)this._color2id[e[t]]=t,this._id2color[t]=e[t]}else this._isFrozen=!1}getId(e){if(e===null)return 0;e=e.toUpperCase();let t=this._color2id[e];if(t)return t;if(this._isFrozen)throw Error(`Missing color in color map - ${e}`);return t=++this._lastColorId,this._color2id[e]=t,this._id2color[t]=e,t}getColorMap(){return this._id2color.slice(0)}},Mt=Object.freeze([]),Nt=class e{scopeDepth;parentScopes;fontStyle;foreground;background;constructor(e,t,n,r,i){this.scopeDepth=e,this.parentScopes=t||Mt,this.fontStyle=n,this.foreground=r,this.background=i}clone(){return new e(this.scopeDepth,this.parentScopes,this.fontStyle,this.foreground,this.background)}static cloneArr(e){let t=[];for(let n=0,r=e.length;n<r;n++)t[n]=e[n].clone();return t}acceptOverwrite(e,t,n,r){this.scopeDepth>e?console.log(`how did this happen?`):this.scopeDepth=e,t!==-1&&(this.fontStyle=t),n!==0&&(this.foreground=n),r!==0&&(this.background=r)}},Pt=class e{constructor(e,t=[],n={}){this._mainRule=e,this._children=n,this._rulesWithParentScopes=t}_rulesWithParentScopes;static _cmpBySpecificity(e,t){if(e.scopeDepth!==t.scopeDepth)return t.scopeDepth-e.scopeDepth;let n=0,r=0;for(;e.parentScopes[n]===`>`&&n++,t.parentScopes[r]===`>`&&r++,!(n>=e.parentScopes.length||r>=t.parentScopes.length);){let i=t.parentScopes[r].length-e.parentScopes[n].length;if(i!==0)return i;n++,r++}return t.parentScopes.length-e.parentScopes.length}match(t){if(t!==``){let e=t.indexOf(`.`),n,r;if(e===-1?(n=t,r=``):(n=t.substring(0,e),r=t.substring(e+1)),this._children.hasOwnProperty(n))return this._children[n].match(r)}let n=this._rulesWithParentScopes.concat(this._mainRule);return n.sort(e._cmpBySpecificity),n}insert(t,n,r,i,a,o){if(n===``){this._doInsertHere(t,r,i,a,o);return}let s=n.indexOf(`.`),c,l;s===-1?(c=n,l=``):(c=n.substring(0,s),l=n.substring(s+1));let u;this._children.hasOwnProperty(c)?u=this._children[c]:(u=new e(this._mainRule.clone(),Nt.cloneArr(this._rulesWithParentScopes)),this._children[c]=u),u.insert(t+1,l,r,i,a,o)}_doInsertHere(e,t,n,r,i){if(t===null){this._mainRule.acceptOverwrite(e,n,r,i);return}for(let a=0,o=this._rulesWithParentScopes.length;a<o;a++){let o=this._rulesWithParentScopes[a];if(yt(o.parentScopes,t)===0){o.acceptOverwrite(e,n,r,i);return}}n===-1&&(n=this._mainRule.fontStyle),r===0&&(r=this._mainRule.foreground),i===0&&(i=this._mainRule.background),this._rulesWithParentScopes.push(new Nt(e,t,n,r,i))}},T=class e{static toBinaryStr(e){return e.toString(2).padStart(32,`0`)}static print(t){let n=e.getLanguageId(t),r=e.getTokenType(t),i=e.getFontStyle(t),a=e.getForeground(t),o=e.getBackground(t);console.log({languageId:n,tokenType:r,fontStyle:i,foreground:a,background:o})}static getLanguageId(e){return(e&255)>>>0}static getTokenType(e){return(e&768)>>>8}static containsBalancedBrackets(e){return(e&1024)!=0}static getFontStyle(e){return(e&30720)>>>11}static getForeground(e){return(e&16744448)>>>15}static getBackground(e){return(e&4278190080)>>>24}static set(t,n,r,i,a,o,s){let c=e.getLanguageId(t),l=e.getTokenType(t),u=+!!e.containsBalancedBrackets(t),d=e.getFontStyle(t),f=e.getForeground(t),p=e.getBackground(t);return n!==0&&(c=n),r!==8&&(l=It(r)),i!==null&&(u=+!!i),a!==-1&&(d=a),o!==0&&(f=o),s!==0&&(p=s),(c<<0|l<<8|u<<10|d<<11|f<<15|p<<24)>>>0}};function Ft(e){return e}function It(e){return e}function Lt(e,t){let n=[],r=zt(e),i=r.next();for(;i!==null;){let e=0;if(i.length===2&&i.charAt(1)===`:`){switch(i.charAt(0)){case`R`:e=1;break;case`L`:e=-1;break;default:console.log(`Unknown priority ${i} in scope selector`)}i=r.next()}let t=o();if(n.push({matcher:t,priority:e}),i!==`,`)break;i=r.next()}return n;function a(){if(i===`-`){i=r.next();let e=a();return t=>!!e&&!e(t)}if(i===`(`){i=r.next();let e=s();return i===`)`&&(i=r.next()),e}if(Rt(i)){let e=[];do e.push(i),i=r.next();while(Rt(i));return n=>t(e,n)}return null}function o(){let e=[],t=a();for(;t;)e.push(t),t=a();return t=>e.every(e=>e(t))}function s(){let e=[],t=o();for(;t&&(e.push(t),i===`|`||i===`,`);){do i=r.next();while(i===`|`||i===`,`);t=o()}return t=>e.some(e=>e(t))}}function Rt(e){return!!e&&!!e.match(/[\w\.:]+/)}function zt(e){let t=/([LR]:|[\w\.:][\w\.:\-]*|[\,\|\-\(\)])/g,n=t.exec(e);return{next:()=>{if(!n)return null;let r=n[0];return n=t.exec(e),r}}}function Bt(e){typeof e.dispose==`function`&&e.dispose()}var Vt=class{constructor(e){this.scopeName=e}toKey(){return this.scopeName}},Ht=class{constructor(e,t){this.scopeName=e,this.ruleName=t}toKey(){return`${this.scopeName}#${this.ruleName}`}},Ut=class{_references=[];_seenReferenceKeys=new Set;get references(){return this._references}visitedRule=new Set;add(e){let t=e.toKey();this._seenReferenceKeys.has(t)||(this._seenReferenceKeys.add(t),this._references.push(e))}},Wt=class{constructor(e,t){this.repo=e,this.initialScopeName=t,this.seenFullScopeRequests.add(this.initialScopeName),this.Q=[new Vt(this.initialScopeName)]}seenFullScopeRequests=new Set;seenPartialScopeRequests=new Set;Q;processQueue(){let e=this.Q;this.Q=[];let t=new Ut;for(let n of e)Gt(n,this.initialScopeName,this.repo,t);for(let e of t.references)if(e instanceof Vt){if(this.seenFullScopeRequests.has(e.scopeName))continue;this.seenFullScopeRequests.add(e.scopeName),this.Q.push(e)}else{if(this.seenFullScopeRequests.has(e.scopeName)||this.seenPartialScopeRequests.has(e.toKey()))continue;this.seenPartialScopeRequests.add(e.toKey()),this.Q.push(e)}}};function Gt(e,t,n,r){let i=n.lookup(e.scopeName);if(!i){if(e.scopeName===t)throw Error(`No grammar provided for <${t}>`);return}let a=n.lookup(t);e instanceof Vt?qt({baseGrammar:a,selfGrammar:i},r):Kt(e.ruleName,{baseGrammar:a,selfGrammar:i,repository:i.repository},r);let o=n.injections(e.scopeName);if(o)for(let e of o)r.add(new Vt(e))}function Kt(e,t,n){if(t.repository&&t.repository[e]){let r=t.repository[e];Jt([r],t,n)}}function qt(e,t){e.selfGrammar.patterns&&Array.isArray(e.selfGrammar.patterns)&&Jt(e.selfGrammar.patterns,{...e,repository:e.selfGrammar.repository},t),e.selfGrammar.injections&&Jt(Object.values(e.selfGrammar.injections),{...e,repository:e.selfGrammar.repository},t)}function Jt(e,t,n){for(let r of e){if(n.visitedRule.has(r))continue;n.visitedRule.add(r);let e=r.repository?mt({},t.repository,r.repository):t.repository;Array.isArray(r.patterns)&&Jt(r.patterns,{...t,repository:e},n);let i=r.include;if(!i)continue;let a=en(i);switch(a.kind){case 0:qt({...t,selfGrammar:t.baseGrammar},n);break;case 1:qt(t,n);break;case 2:Kt(a.ruleName,{...t,repository:e},n);break;case 3:case 4:let r=a.scopeName===t.selfGrammar.scopeName?t.selfGrammar:a.scopeName===t.baseGrammar.scopeName?t.baseGrammar:void 0;if(r){let i={baseGrammar:t.baseGrammar,selfGrammar:r,repository:e};a.kind===4?Kt(a.ruleName,i,n):qt(i,n)}else a.kind===4?n.add(new Ht(a.scopeName,a.ruleName)):n.add(new Vt(a.scopeName));break}}}var Yt=class{kind=0},Xt=class{kind=1},Zt=class{constructor(e){this.ruleName=e}kind=2},Qt=class{constructor(e){this.scopeName=e}kind=3},$t=class{constructor(e,t){this.scopeName=e,this.ruleName=t}kind=4};function en(e){if(e===`$base`)return new Yt;if(e===`$self`)return new Xt;let t=e.indexOf(`#`);return t===-1?new Qt(e):t===0?new Zt(e.substring(1)):new $t(e.substring(0,t),e.substring(t+1))}var tn=/\\(\d+)/,nn=/\\(\d+)/g,rn=-1,an=-2;function on(e){return e}function sn(e){return e}var cn=class{$location;id;_nameIsCapturing;_name;_contentNameIsCapturing;_contentName;constructor(e,t,n,r){this.$location=e,this.id=t,this._name=n||null,this._nameIsCapturing=_t.hasCaptures(this._name),this._contentName=r||null,this._contentNameIsCapturing=_t.hasCaptures(this._contentName)}get debugName(){let e=this.$location?`${ht(this.$location.filename)}:${this.$location.line}`:`unknown`;return`${this.constructor.name}#${this.id} @ ${e}`}getName(e,t){return!this._nameIsCapturing||this._name===null||e===null||t===null?this._name:_t.replaceCaptures(this._name,e,t)}getContentName(e,t){return!this._contentNameIsCapturing||this._contentName===null?this._contentName:_t.replaceCaptures(this._contentName,e,t)}},ln=class extends cn{retokenizeCapturedWithRuleId;constructor(e,t,n,r,i){super(e,t,n,r),this.retokenizeCapturedWithRuleId=i}dispose(){}collectPatterns(e,t){throw Error(`Not supported!`)}compile(e,t){throw Error(`Not supported!`)}compileAG(e,t,n,r){throw Error(`Not supported!`)}},un=class extends cn{_match;captures;_cachedCompiledPatterns;constructor(e,t,n,r,i){super(e,t,n,null),this._match=new hn(r,this.id),this.captures=i,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&=(this._cachedCompiledPatterns.dispose(),null)}get debugMatchRegExp(){return`${this._match.source}`}collectPatterns(e,t){t.push(this._match)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,r){return this._getCachedCompiledPatterns(e).compileAG(e,n,r)}_getCachedCompiledPatterns(e){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new gn,this.collectPatterns(e,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},dn=class extends cn{hasMissingPatterns;patterns;_cachedCompiledPatterns;constructor(e,t,n,r,i){super(e,t,n,r),this.patterns=i.patterns,this.hasMissingPatterns=i.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&=(this._cachedCompiledPatterns.dispose(),null)}collectPatterns(e,t){for(let n of this.patterns)e.getRule(n).collectPatterns(e,t)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,r){return this._getCachedCompiledPatterns(e).compileAG(e,n,r)}_getCachedCompiledPatterns(e){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new gn,this.collectPatterns(e,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},fn=class extends cn{_begin;beginCaptures;_end;endHasBackReferences;endCaptures;applyEndPatternLast;hasMissingPatterns;patterns;_cachedCompiledPatterns;constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r),this._begin=new hn(i,this.id),this.beginCaptures=a,this._end=new hn(o||`￿`,-1),this.endHasBackReferences=this._end.hasBackReferences,this.endCaptures=s,this.applyEndPatternLast=c||!1,this.patterns=l.patterns,this.hasMissingPatterns=l.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&=(this._cachedCompiledPatterns.dispose(),null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugEndRegExp(){return`${this._end.source}`}getEndWithResolvedBackReferences(e,t){return this._end.resolveBackReferences(e,t)}collectPatterns(e,t){t.push(this._begin)}compile(e,t){return this._getCachedCompiledPatterns(e,t).compile(e)}compileAG(e,t,n,r){return this._getCachedCompiledPatterns(e,t).compileAG(e,n,r)}_getCachedCompiledPatterns(e,t){if(!this._cachedCompiledPatterns){this._cachedCompiledPatterns=new gn;for(let t of this.patterns)e.getRule(t).collectPatterns(e,this._cachedCompiledPatterns);this.applyEndPatternLast?this._cachedCompiledPatterns.push(this._end.hasBackReferences?this._end.clone():this._end):this._cachedCompiledPatterns.unshift(this._end.hasBackReferences?this._end.clone():this._end)}return this._end.hasBackReferences&&(this.applyEndPatternLast?this._cachedCompiledPatterns.setSource(this._cachedCompiledPatterns.length()-1,t):this._cachedCompiledPatterns.setSource(0,t)),this._cachedCompiledPatterns}},pn=class extends cn{_begin;beginCaptures;whileCaptures;_while;whileHasBackReferences;hasMissingPatterns;patterns;_cachedCompiledPatterns;_cachedCompiledWhilePatterns;constructor(e,t,n,r,i,a,o,s,c){super(e,t,n,r),this._begin=new hn(i,this.id),this.beginCaptures=a,this.whileCaptures=s,this._while=new hn(o,an),this.whileHasBackReferences=this._while.hasBackReferences,this.patterns=c.patterns,this.hasMissingPatterns=c.hasMissingPatterns,this._cachedCompiledPatterns=null,this._cachedCompiledWhilePatterns=null}dispose(){this._cachedCompiledPatterns&&=(this._cachedCompiledPatterns.dispose(),null),this._cachedCompiledWhilePatterns&&=(this._cachedCompiledWhilePatterns.dispose(),null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugWhileRegExp(){return`${this._while.source}`}getWhileWithResolvedBackReferences(e,t){return this._while.resolveBackReferences(e,t)}collectPatterns(e,t){t.push(this._begin)}compile(e,t){return this._getCachedCompiledPatterns(e).compile(e)}compileAG(e,t,n,r){return this._getCachedCompiledPatterns(e).compileAG(e,n,r)}_getCachedCompiledPatterns(e){if(!this._cachedCompiledPatterns){this._cachedCompiledPatterns=new gn;for(let t of this.patterns)e.getRule(t).collectPatterns(e,this._cachedCompiledPatterns)}return this._cachedCompiledPatterns}compileWhile(e,t){return this._getCachedCompiledWhilePatterns(e,t).compile(e)}compileWhileAG(e,t,n,r){return this._getCachedCompiledWhilePatterns(e,t).compileAG(e,n,r)}_getCachedCompiledWhilePatterns(e,t){return this._cachedCompiledWhilePatterns||(this._cachedCompiledWhilePatterns=new gn,this._cachedCompiledWhilePatterns.push(this._while.hasBackReferences?this._while.clone():this._while)),this._while.hasBackReferences&&this._cachedCompiledWhilePatterns.setSource(0,t||`￿`),this._cachedCompiledWhilePatterns}},mn=class e{static createCaptureRule(e,t,n,r,i){return e.registerRule(e=>new ln(t,e,n,r,i))}static getCompiledRuleId(t,n,r){return t.id||n.registerRule(i=>{if(t.id=i,t.match)return new un(t.$vscodeTextmateLocation,t.id,t.name,t.match,e._compileCaptures(t.captures,n,r));if(t.begin===void 0){t.repository&&(r=mt({},r,t.repository));let i=t.patterns;return i===void 0&&t.include&&(i=[{include:t.include}]),new dn(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,e._compilePatterns(i,n,r))}return t.while?new pn(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,t.begin,e._compileCaptures(t.beginCaptures||t.captures,n,r),t.while,e._compileCaptures(t.whileCaptures||t.captures,n,r),e._compilePatterns(t.patterns,n,r)):new fn(t.$vscodeTextmateLocation,t.id,t.name,t.contentName,t.begin,e._compileCaptures(t.beginCaptures||t.captures,n,r),t.end,e._compileCaptures(t.endCaptures||t.captures,n,r),t.applyEndPatternLast,e._compilePatterns(t.patterns,n,r))}),t.id}static _compileCaptures(t,n,r){let i=[];if(t){let a=0;for(let e in t){if(e===`$vscodeTextmateLocation`)continue;let t=parseInt(e,10);t>a&&(a=t)}for(let e=0;e<=a;e++)i[e]=null;for(let a in t){if(a===`$vscodeTextmateLocation`)continue;let o=parseInt(a,10),s=0;t[a].patterns&&(s=e.getCompiledRuleId(t[a],n,r)),i[o]=e.createCaptureRule(n,t[a].$vscodeTextmateLocation,t[a].name,t[a].contentName,s)}}return i}static _compilePatterns(t,n,r){let i=[];if(t)for(let a=0,o=t.length;a<o;a++){let o=t[a],s=-1;if(o.include){let t=en(o.include);switch(t.kind){case 0:case 1:s=e.getCompiledRuleId(r[o.include],n,r);break;case 2:let i=r[t.ruleName];i&&(s=e.getCompiledRuleId(i,n,r));break;case 3:case 4:let a=t.scopeName,c=t.kind===4?t.ruleName:null,l=n.getExternalGrammar(a,r);if(l)if(c){let t=l.repository[c];t&&(s=e.getCompiledRuleId(t,n,l.repository))}else s=e.getCompiledRuleId(l.repository.$self,n,l.repository);break}}else s=e.getCompiledRuleId(o,n,r);if(s!==-1){let e=n.getRule(s),t=!1;if((e instanceof dn||e instanceof fn||e instanceof pn)&&e.hasMissingPatterns&&e.patterns.length===0&&(t=!0),t)continue;i.push(s)}}return{patterns:i,hasMissingPatterns:(t?t.length:0)!==i.length}}},hn=class e{source;ruleId;hasAnchor;hasBackReferences;_anchorCache;constructor(e,t){if(e&&typeof e==`string`){let t=e.length,n=0,r=[],i=!1;for(let a=0;a<t;a++)if(e.charAt(a)===`\\`&&a+1<t){let t=e.charAt(a+1);t===`z`?(r.push(e.substring(n,a)),r.push(`$(?!\\n)(?<!\\n)`),n=a+2):(t===`A`||t===`G`)&&(i=!0),a++}this.hasAnchor=i,n===0?this.source=e:(r.push(e.substring(n,t)),this.source=r.join(``))}else this.hasAnchor=!1,this.source=e;this.hasAnchor?this._anchorCache=this._buildAnchorCache():this._anchorCache=null,this.ruleId=t,typeof this.source==`string`?this.hasBackReferences=tn.test(this.source):this.hasBackReferences=!1}clone(){return new e(this.source,this.ruleId)}setSource(e){this.source!==e&&(this.source=e,this.hasAnchor&&(this._anchorCache=this._buildAnchorCache()))}resolveBackReferences(e,t){if(typeof this.source!=`string`)throw Error(`This method should only be called if the source is a string`);let n=t.map(t=>e.substring(t.start,t.end));return nn.lastIndex=0,this.source.replace(nn,(e,t)=>xt(n[parseInt(t,10)]||``))}_buildAnchorCache(){if(typeof this.source!=`string`)throw Error(`This method should only be called if the source is a string`);let e=[],t=[],n=[],r=[],i,a,o,s;for(i=0,a=this.source.length;i<a;i++)o=this.source.charAt(i),e[i]=o,t[i]=o,n[i]=o,r[i]=o,o===`\\`&&i+1<a&&(s=this.source.charAt(i+1),s===`A`?(e[i+1]=`￿`,t[i+1]=`￿`,n[i+1]=`A`,r[i+1]=`A`):s===`G`?(e[i+1]=`￿`,t[i+1]=`G`,n[i+1]=`￿`,r[i+1]=`G`):(e[i+1]=s,t[i+1]=s,n[i+1]=s,r[i+1]=s),i++);return{A0_G0:e.join(``),A0_G1:t.join(``),A1_G0:n.join(``),A1_G1:r.join(``)}}resolveAnchors(e,t){return!this.hasAnchor||!this._anchorCache||typeof this.source!=`string`?this.source:e?t?this._anchorCache.A1_G1:this._anchorCache.A1_G0:t?this._anchorCache.A0_G1:this._anchorCache.A0_G0}},gn=class{_items;_hasAnchors;_cached;_anchorCache;constructor(){this._items=[],this._hasAnchors=!1,this._cached=null,this._anchorCache={A0_G0:null,A0_G1:null,A1_G0:null,A1_G1:null}}dispose(){this._disposeCaches()}_disposeCaches(){this._cached&&=(this._cached.dispose(),null),this._anchorCache.A0_G0&&(this._anchorCache.A0_G0.dispose(),this._anchorCache.A0_G0=null),this._anchorCache.A0_G1&&(this._anchorCache.A0_G1.dispose(),this._anchorCache.A0_G1=null),this._anchorCache.A1_G0&&(this._anchorCache.A1_G0.dispose(),this._anchorCache.A1_G0=null),this._anchorCache.A1_G1&&(this._anchorCache.A1_G1.dispose(),this._anchorCache.A1_G1=null)}push(e){this._items.push(e),this._hasAnchors=this._hasAnchors||e.hasAnchor}unshift(e){this._items.unshift(e),this._hasAnchors=this._hasAnchors||e.hasAnchor}length(){return this._items.length}setSource(e,t){this._items[e].source!==t&&(this._disposeCaches(),this._items[e].setSource(t))}compile(e){if(!this._cached){let t=this._items.map(e=>e.source);this._cached=new _n(e,t,this._items.map(e=>e.ruleId))}return this._cached}compileAG(e,t,n){return this._hasAnchors?t?n?(this._anchorCache.A1_G1||(this._anchorCache.A1_G1=this._resolveAnchors(e,t,n)),this._anchorCache.A1_G1):(this._anchorCache.A1_G0||(this._anchorCache.A1_G0=this._resolveAnchors(e,t,n)),this._anchorCache.A1_G0):n?(this._anchorCache.A0_G1||(this._anchorCache.A0_G1=this._resolveAnchors(e,t,n)),this._anchorCache.A0_G1):(this._anchorCache.A0_G0||(this._anchorCache.A0_G0=this._resolveAnchors(e,t,n)),this._anchorCache.A0_G0):this.compile(e)}_resolveAnchors(e,t,n){return new _n(e,this._items.map(e=>e.resolveAnchors(t,n)),this._items.map(e=>e.ruleId))}},_n=class{constructor(e,t,n){this.regExps=t,this.rules=n,this.scanner=e.createOnigScanner(t)}scanner;dispose(){typeof this.scanner.dispose==`function`&&this.scanner.dispose()}toString(){let e=[];for(let t=0,n=this.rules.length;t<n;t++)e.push(` - `+this.rules[t]+`: `+this.regExps[t]);return e.join(`
2
2
  `)}findNextMatchSync(e,t,n){let r=this.scanner.findNextMatchSync(e,t,n);return r?{ruleId:this.rules[r.index],captureIndices:r.captureIndices}:null}},vn=class{constructor(e,t){this.languageId=e,this.tokenType=t}},yn=class e{_defaultAttributes;_embeddedLanguagesMatcher;constructor(e,t){this._defaultAttributes=new vn(e,8),this._embeddedLanguagesMatcher=new bn(Object.entries(t||{}))}getDefaultAttributes(){return this._defaultAttributes}getBasicScopeAttributes(t){return t===null?e._NULL_SCOPE_METADATA:this._getBasicScopeAttributes.get(t)}static _NULL_SCOPE_METADATA=new vn(0,0);_getBasicScopeAttributes=new St(e=>new vn(this._scopeToLanguage(e),this._toStandardTokenType(e)));_scopeToLanguage(e){return this._embeddedLanguagesMatcher.match(e)||0}_toStandardTokenType(t){let n=t.match(e.STANDARD_TOKEN_TYPE_REGEXP);if(!n)return 8;switch(n[1]){case`comment`:return 1;case`string`:return 2;case`regex`:return 3;case`meta.embedded`:return 0}throw Error(`Unexpected match for standard token type!`)}static STANDARD_TOKEN_TYPE_REGEXP=/\b(comment|string|regex|meta\.embedded)\b/},bn=class{values;scopesRegExp;constructor(e){if(e.length===0)this.values=null,this.scopesRegExp=null;else{this.values=new Map(e);let t=e.map(([e,t])=>xt(e));t.sort(),t.reverse(),this.scopesRegExp=RegExp(`^((${t.join(`)|(`)}))($|\\.)`,``)}}match(e){if(!this.scopesRegExp)return;let t=e.match(this.scopesRegExp);if(t)return this.values.get(t[1])}};typeof process<`u`&&{}.VSCODE_TEXTMATE_DEBUG;var xn=class{constructor(e,t){this.stack=e,this.stoppedEarly=t}};function Sn(e,t,n,r,i,a,o,s){let c=t.content.length,l=!1,u=-1;if(o){let o=Cn(e,t,n,r,i,a);i=o.stack,r=o.linePos,n=o.isFirstLine,u=o.anchorPosition}let d=Date.now();for(;!l;){if(s!==0&&Date.now()-d>s)return new xn(i,!0);f()}return new xn(i,!1);function f(){let o=wn(e,t,n,r,i,u);if(!o){a.produce(i,c),l=!0;return}let s=o.captureIndices,d=o.matchedRuleId,f=s&&s.length>0?s[0].end>r:!1;if(d===rn){let o=i.getRule(e);a.produce(i,s[0].start),i=i.withContentNameScopesList(i.nameScopesList),kn(e,t,n,i,a,o.endCaptures,s),a.produce(i,s[0].end);let d=i;if(i=i.parent,u=d.getAnchorPos(),!f&&d.getEnterPos()===r){i=d,a.produce(i,c),l=!0;return}}else{let o=e.getRule(d);a.produce(i,s[0].start);let p=i,m=o.getName(t.content,s),h=i.contentNameScopesList.pushAttributed(m,e);if(i=i.push(d,r,u,s[0].end===c,null,h,h),o instanceof fn){let r=o;kn(e,t,n,i,a,r.beginCaptures,s),a.produce(i,s[0].end),u=s[0].end;let d=r.getContentName(t.content,s),m=h.pushAttributed(d,e);if(i=i.withContentNameScopesList(m),r.endHasBackReferences&&(i=i.withEndRule(r.getEndWithResolvedBackReferences(t.content,s))),!f&&p.hasSameRuleAs(i)){i=i.pop(),a.produce(i,c),l=!0;return}}else if(o instanceof pn){let r=o;kn(e,t,n,i,a,r.beginCaptures,s),a.produce(i,s[0].end),u=s[0].end;let d=r.getContentName(t.content,s),m=h.pushAttributed(d,e);if(i=i.withContentNameScopesList(m),r.whileHasBackReferences&&(i=i.withEndRule(r.getWhileWithResolvedBackReferences(t.content,s))),!f&&p.hasSameRuleAs(i)){i=i.pop(),a.produce(i,c),l=!0;return}}else if(kn(e,t,n,i,a,o.captures,s),a.produce(i,s[0].end),i=i.pop(),!f){i=i.safePop(),a.produce(i,c),l=!0;return}}s[0].end>r&&(r=s[0].end,n=!1)}}function Cn(e,t,n,r,i,a){let o=i.beginRuleCapturedEOL?0:-1,s=[];for(let t=i;t;t=t.pop()){let n=t.getRule(e);n instanceof pn&&s.push({rule:n,stack:t})}for(let c=s.pop();c;c=s.pop()){let{ruleScanner:s,findOptions:l}=On(c.rule,e,c.stack.endRule,n,r===o),u=s.findNextMatchSync(t,r,l);if(u){if(u.ruleId!==an){i=c.stack.pop();break}u.captureIndices&&u.captureIndices.length&&(a.produce(c.stack,u.captureIndices[0].start),kn(e,t,n,c.stack,a,c.rule.whileCaptures,u.captureIndices),a.produce(c.stack,u.captureIndices[0].end),o=u.captureIndices[0].end,u.captureIndices[0].end>r&&(r=u.captureIndices[0].end,n=!1))}else{i=c.stack.pop();break}}return{stack:i,linePos:r,anchorPosition:o,isFirstLine:n}}function wn(e,t,n,r,i,a){let o=Tn(e,t,n,r,i,a),s=e.getInjections();if(s.length===0)return o;let c=En(s,e,t,n,r,i,a);if(!c)return o;if(!o)return c;let l=o.captureIndices[0].start,u=c.captureIndices[0].start;return u<l||c.priorityMatch&&u===l?c:o}function Tn(e,t,n,r,i,a){let{ruleScanner:o,findOptions:s}=Dn(i.getRule(e),e,i.endRule,n,r===a),c=o.findNextMatchSync(t,r,s);return c?{captureIndices:c.captureIndices,matchedRuleId:c.ruleId}:null}function En(e,t,n,r,i,a,o){let s=Number.MAX_VALUE,c=null,l,u=0,d=a.contentNameScopesList.getScopeNames();for(let a=0,f=e.length;a<f;a++){let f=e[a];if(!f.matcher(d))continue;let{ruleScanner:p,findOptions:m}=Dn(t.getRule(f.ruleId),t,null,r,i===o),h=p.findNextMatchSync(n,i,m);if(!h)continue;let g=h.captureIndices[0].start;if(!(g>=s)&&(s=g,c=h.captureIndices,l=h.ruleId,u=f.priority,s===i))break}return c?{priorityMatch:u===-1,captureIndices:c,matchedRuleId:l}:null}function Dn(e,t,n,r,i){return{ruleScanner:e.compileAG(t,n,r,i),findOptions:0}}function On(e,t,n,r,i){return{ruleScanner:e.compileWhileAG(t,n,r,i),findOptions:0}}function kn(e,t,n,r,i,a,o){if(a.length===0)return;let s=t.content,c=Math.min(a.length,o.length),l=[],u=o[0].end;for(let t=0;t<c;t++){let c=a[t];if(c===null)continue;let d=o[t];if(d.length===0)continue;if(d.start>u)break;for(;l.length>0&&l[l.length-1].endPos<=d.start;)i.produceFromScopes(l[l.length-1].scopes,l[l.length-1].endPos),l.pop();if(l.length>0?i.produceFromScopes(l[l.length-1].scopes,d.start):i.produce(r,d.start),c.retokenizeCapturedWithRuleId){let t=c.getName(s,o),a=r.contentNameScopesList.pushAttributed(t,e),l=c.getContentName(s,o),u=a.pushAttributed(l,e),f=r.push(c.retokenizeCapturedWithRuleId,d.start,-1,!1,null,a,u),p=e.createOnigString(s.substring(0,d.end));Sn(e,p,n&&d.start===0,d.start,f,i,!1,0),Bt(p);continue}let f=c.getName(s,o);if(f!==null){let t=(l.length>0?l[l.length-1].scopes:r.contentNameScopesList).pushAttributed(f,e);l.push(new An(t,d.end))}}for(;l.length>0;)i.produceFromScopes(l[l.length-1].scopes,l[l.length-1].endPos),l.pop()}var An=class{scopes;endPos;constructor(e,t){this.scopes=e,this.endPos=t}};function jn(e,t,n,r,i,a,o,s){return new Fn(e,t,n,r,i,a,o,s)}function Mn(e,t,n,r,i){let a=Lt(t,Nn),o=mn.getCompiledRuleId(n,r,i.repository);for(let n of a)e.push({debugSelector:t,matcher:n.matcher,ruleId:o,grammar:i,priority:n.priority})}function Nn(e,t){if(t.length<e.length)return!1;let n=0;return e.every(e=>{for(let r=n;r<t.length;r++)if(Pn(t[r],e))return n=r+1,!0;return!1})}function Pn(e,t){if(!e)return!1;if(e===t)return!0;let n=t.length;return e.length>n&&e.substr(0,n)===t&&e[n]===`.`}var Fn=class{constructor(e,t,n,r,i,a,o,s){if(this._rootScopeName=e,this.balancedBracketSelectors=a,this._onigLib=s,this._basicScopeAttributesProvider=new yn(n,r),this._rootId=-1,this._lastRuleId=0,this._ruleId2desc=[null],this._includedGrammars={},this._grammarRepository=o,this._grammar=In(t,null),this._injections=null,this._tokenTypeMatchers=[],i)for(let e of Object.keys(i)){let t=Lt(e,Nn);for(let n of t)this._tokenTypeMatchers.push({matcher:n.matcher,type:i[e]})}}_rootId;_lastRuleId;_ruleId2desc;_includedGrammars;_grammarRepository;_grammar;_injections;_basicScopeAttributesProvider;_tokenTypeMatchers;get themeProvider(){return this._grammarRepository}dispose(){for(let e of this._ruleId2desc)e&&e.dispose()}createOnigScanner(e){return this._onigLib.createOnigScanner(e)}createOnigString(e){return this._onigLib.createOnigString(e)}getMetadataForScope(e){return this._basicScopeAttributesProvider.getBasicScopeAttributes(e)}_collectInjections(){let e={lookup:e=>e===this._rootScopeName?this._grammar:this.getExternalGrammar(e),injections:e=>this._grammarRepository.injections(e)},t=[],n=this._rootScopeName,r=e.lookup(n);if(r){let e=r.injections;if(e)for(let n in e)Mn(t,n,e[n],this,r);let i=this._grammarRepository.injections(n);i&&i.forEach(e=>{let n=this.getExternalGrammar(e);if(n){let e=n.injectionSelector;e&&Mn(t,e,n,this,n)}})}return t.sort((e,t)=>e.priority-t.priority),t}getInjections(){return this._injections===null&&(this._injections=this._collectInjections()),this._injections}registerRule(e){let t=++this._lastRuleId,n=e(on(t));return this._ruleId2desc[t]=n,n}getRule(e){return this._ruleId2desc[sn(e)]}getExternalGrammar(e,t){if(this._includedGrammars[e])return this._includedGrammars[e];if(this._grammarRepository){let n=this._grammarRepository.lookup(e);if(n)return this._includedGrammars[e]=In(n,t&&t.$base),this._includedGrammars[e]}}tokenizeLine(e,t,n=0){let r=this._tokenize(e,t,!1,n);return{tokens:r.lineTokens.getResult(r.ruleStack,r.lineLength),ruleStack:r.ruleStack,stoppedEarly:r.stoppedEarly}}tokenizeLine2(e,t,n=0){let r=this._tokenize(e,t,!0,n);return{tokens:r.lineTokens.getBinaryResult(r.ruleStack,r.lineLength),ruleStack:r.ruleStack,stoppedEarly:r.stoppedEarly}}_tokenize(e,t,n,r){this._rootId===-1&&(this._rootId=mn.getCompiledRuleId(this._grammar.repository.$self,this,this._grammar.repository),this.getInjections());let i;if(!t||t===Rn.NULL){i=!0;let e=this._basicScopeAttributesProvider.getDefaultAttributes(),n=this.themeProvider.getDefaults(),r=T.set(0,e.languageId,e.tokenType,null,n.fontStyle,n.foregroundId,n.backgroundId),a=this.getRule(this._rootId).getName(null,null),o;o=a?Ln.createRootAndLookUpScopeName(a,r,this):Ln.createRoot(`unknown`,r),t=new Rn(null,this._rootId,-1,-1,!1,null,o,o)}else i=!1,t.reset();e+=`
3
3
  `;let a=this.createOnigString(e),o=a.content.length,s=new Bn(n,e,this._tokenTypeMatchers,this.balancedBracketSelectors),c=Sn(this,a,i,0,t,s,!0,r);return Bt(a),{lineLength:o,lineTokens:s,ruleStack:c.stack,stoppedEarly:c.stoppedEarly}}};function In(e,t){return e=ut(e),e.repository=e.repository||{},e.repository.$self={$vscodeTextmateLocation:e.$vscodeTextmateLocation,patterns:e.patterns,name:e.scopeName},e.repository.$base=t||e.repository.$self,e}var Ln=class e{constructor(e,t,n){this.parent=e,this.scopePath=t,this.tokenAttributes=n}static fromExtension(t,n){let r=t,i=t?.scopePath??null;for(let t of n)i=wt.push(i,t.scopeNames),r=new e(r,i,t.encodedTokenAttributes);return r}static createRoot(t,n){return new e(null,new wt(null,t),n)}static createRootAndLookUpScopeName(t,n,r){let i=r.getMetadataForScope(t),a=new wt(null,t),o=r.themeProvider.themeMatch(a),s=e.mergeAttributes(n,i,o);return new e(null,a,s)}get scopeName(){return this.scopePath.scopeName}toString(){return this.getScopeNames().join(` `)}equals(t){return e.equals(this,t)}static equals(e,t){do{if(e===t||!e&&!t)return!0;if(!e||!t||e.scopeName!==t.scopeName||e.tokenAttributes!==t.tokenAttributes)return!1;e=e.parent,t=t.parent}while(!0)}static mergeAttributes(e,t,n){let r=-1,i=0,a=0;return n!==null&&(r=n.fontStyle,i=n.foregroundId,a=n.backgroundId),T.set(e,t.languageId,t.tokenType,null,r,i,a)}pushAttributed(t,n){if(t===null)return this;if(t.indexOf(` `)===-1)return e._pushAttributed(this,t,n);let r=t.split(/ /g),i=this;for(let t of r)i=e._pushAttributed(i,t,n);return i}static _pushAttributed(t,n,r){let i=r.getMetadataForScope(n),a=t.scopePath.push(n),o=r.themeProvider.themeMatch(a),s=e.mergeAttributes(t.tokenAttributes,i,o);return new e(t,a,s)}getScopeNames(){return this.scopePath.getSegments()}getExtensionIfDefined(e){let t=[],n=this;for(;n&&n!==e;)t.push({encodedTokenAttributes:n.tokenAttributes,scopeNames:n.scopePath.getExtensionIfDefined(n.parent?.scopePath??null)}),n=n.parent;return n===e?t.reverse():void 0}},Rn=class e{constructor(e,t,n,r,i,a,o,s){this.parent=e,this.ruleId=t,this.beginRuleCapturedEOL=i,this.endRule=a,this.nameScopesList=o,this.contentNameScopesList=s,this.depth=this.parent?this.parent.depth+1:1,this._enterPos=n,this._anchorPos=r}_stackElementBrand=void 0;static NULL=new e(null,0,0,0,!1,null,null,null);_enterPos;_anchorPos;depth;equals(t){return t!==null&&e._equals(this,t)}static _equals(e,t){return e===t?!0:this._structuralEquals(e,t)?Ln.equals(e.contentNameScopesList,t.contentNameScopesList):!1}static _structuralEquals(e,t){do{if(e===t||!e&&!t)return!0;if(!e||!t||e.depth!==t.depth||e.ruleId!==t.ruleId||e.endRule!==t.endRule)return!1;e=e.parent,t=t.parent}while(!0)}clone(){return this}static _reset(e){for(;e;)e._enterPos=-1,e._anchorPos=-1,e=e.parent}reset(){e._reset(this)}pop(){return this.parent}safePop(){return this.parent?this.parent:this}push(t,n,r,i,a,o,s){return new e(this,t,n,r,i,a,o,s)}getEnterPos(){return this._enterPos}getAnchorPos(){return this._anchorPos}getRule(e){return e.getRule(this.ruleId)}toString(){let e=[];return this._writeString(e,0),`[`+e.join(`,`)+`]`}_writeString(e,t){return this.parent&&(t=this.parent._writeString(e,t)),e[t++]=`(${this.ruleId}, ${this.nameScopesList?.toString()}, ${this.contentNameScopesList?.toString()})`,t}withContentNameScopesList(e){return this.contentNameScopesList===e?this:this.parent.push(this.ruleId,this._enterPos,this._anchorPos,this.beginRuleCapturedEOL,this.endRule,this.nameScopesList,e)}withEndRule(t){return this.endRule===t?this:new e(this.parent,this.ruleId,this._enterPos,this._anchorPos,this.beginRuleCapturedEOL,t,this.nameScopesList,this.contentNameScopesList)}hasSameRuleAs(e){let t=this;for(;t&&t._enterPos===e._enterPos;){if(t.ruleId===e.ruleId)return!0;t=t.parent}return!1}toStateStackFrame(){return{ruleId:sn(this.ruleId),beginRuleCapturedEOL:this.beginRuleCapturedEOL,endRule:this.endRule,nameScopesList:this.nameScopesList?.getExtensionIfDefined(this.parent?.nameScopesList??null)??[],contentNameScopesList:this.contentNameScopesList?.getExtensionIfDefined(this.nameScopesList)??[]}}static pushFrame(t,n){let r=Ln.fromExtension(t?.nameScopesList??null,n.nameScopesList);return new e(t,on(n.ruleId),n.enterPos??-1,n.anchorPos??-1,n.beginRuleCapturedEOL,n.endRule,r,Ln.fromExtension(r,n.contentNameScopesList))}},zn=class{balancedBracketScopes;unbalancedBracketScopes;allowAny=!1;constructor(e,t){this.balancedBracketScopes=e.flatMap(e=>e===`*`?(this.allowAny=!0,[]):Lt(e,Nn).map(e=>e.matcher)),this.unbalancedBracketScopes=t.flatMap(e=>Lt(e,Nn).map(e=>e.matcher))}get matchesAlways(){return this.allowAny&&this.unbalancedBracketScopes.length===0}get matchesNever(){return this.balancedBracketScopes.length===0&&!this.allowAny}match(e){for(let t of this.unbalancedBracketScopes)if(t(e))return!1;for(let t of this.balancedBracketScopes)if(t(e))return!0;return this.allowAny}},Bn=class{constructor(e,t,n,r){this.balancedBracketSelectors=r,this._emitBinaryTokens=e,this._tokenTypeOverrides=n,this._lineText=null,this._tokens=[],this._binaryTokens=[],this._lastTokenEndIndex=0}_emitBinaryTokens;_lineText;_tokens;_binaryTokens;_lastTokenEndIndex;_tokenTypeOverrides;produce(e,t){this.produceFromScopes(e.contentNameScopesList,t)}produceFromScopes(e,t){if(this._lastTokenEndIndex>=t)return;if(this._emitBinaryTokens){let n=e?.tokenAttributes??0,r=!1;if(this.balancedBracketSelectors?.matchesAlways&&(r=!0),this._tokenTypeOverrides.length>0||this.balancedBracketSelectors&&!this.balancedBracketSelectors.matchesAlways&&!this.balancedBracketSelectors.matchesNever){let t=e?.getScopeNames()??[];for(let e of this._tokenTypeOverrides)e.matcher(t)&&(n=T.set(n,0,Ft(e.type),null,-1,0,0));this.balancedBracketSelectors&&(r=this.balancedBracketSelectors.match(t))}if(r&&(n=T.set(n,0,8,r,-1,0,0)),this._binaryTokens.length>0&&this._binaryTokens[this._binaryTokens.length-1]===n){this._lastTokenEndIndex=t;return}this._binaryTokens.push(this._lastTokenEndIndex),this._binaryTokens.push(n),this._lastTokenEndIndex=t;return}let n=e?.getScopeNames()??[];this._tokens.push({startIndex:this._lastTokenEndIndex,endIndex:t,scopes:n}),this._lastTokenEndIndex=t}getResult(e,t){return this._tokens.length>0&&this._tokens[this._tokens.length-1].startIndex===t-1&&this._tokens.pop(),this._tokens.length===0&&(this._lastTokenEndIndex=-1,this.produce(e,t),this._tokens[this._tokens.length-1].startIndex=0),this._tokens}getBinaryResult(e,t){this._binaryTokens.length>0&&this._binaryTokens[this._binaryTokens.length-2]===t-1&&(this._binaryTokens.pop(),this._binaryTokens.pop()),this._binaryTokens.length===0&&(this._lastTokenEndIndex=-1,this.produce(e,t),this._binaryTokens[this._binaryTokens.length-2]=0);let n=new Uint32Array(this._binaryTokens.length);for(let e=0,t=this._binaryTokens.length;e<t;e++)n[e]=this._binaryTokens[e];return n}},Vn=class{constructor(e,t){this._onigLib=t,this._theme=e}_grammars=new Map;_rawGrammars=new Map;_injectionGrammars=new Map;_theme;dispose(){for(let e of this._grammars.values())e.dispose()}setTheme(e){this._theme=e}getColorMap(){return this._theme.getColorMap()}addGrammar(e,t){this._rawGrammars.set(e.scopeName,e),t&&this._injectionGrammars.set(e.scopeName,t)}lookup(e){return this._rawGrammars.get(e)}injections(e){return this._injectionGrammars.get(e)}getDefaults(){return this._theme.getDefaults()}themeMatch(e){return this._theme.match(e)}grammarForScopeName(e,t,n,r,i){if(!this._grammars.has(e)){let a=this._rawGrammars.get(e);if(!a)return null;this._grammars.set(e,jn(e,a,t,n,r,i,this,this._onigLib))}return this._grammars.get(e)}},Hn=class{_options;_syncRegistry;_ensureGrammarCache;constructor(e){this._options=e,this._syncRegistry=new Vn(Ct.createFromRawTheme(e.theme,e.colorMap),e.onigLib),this._ensureGrammarCache=new Map}dispose(){this._syncRegistry.dispose()}setTheme(e,t){this._syncRegistry.setTheme(Ct.createFromRawTheme(e,t))}getColorMap(){return this._syncRegistry.getColorMap()}loadGrammarWithEmbeddedLanguages(e,t,n){return this.loadGrammarWithConfiguration(e,t,{embeddedLanguages:n})}loadGrammarWithConfiguration(e,t,n){return this._loadGrammar(e,t,n.embeddedLanguages,n.tokenTypes,new zn(n.balancedBracketSelectors||[],n.unbalancedBracketSelectors||[]))}loadGrammar(e){return this._loadGrammar(e,0,null,null,null)}_loadGrammar(e,t,n,r,i){let a=new Wt(this._syncRegistry,e);for(;a.Q.length>0;)a.Q.map(e=>this._loadSingleGrammar(e.scopeName)),a.processQueue();return this._grammarForScopeName(e,t,n,r,i)}_loadSingleGrammar(e){this._ensureGrammarCache.has(e)||(this._doLoadSingleGrammar(e),this._ensureGrammarCache.set(e,!0))}_doLoadSingleGrammar(e){let t=this._options.loadGrammar(e);if(t){let n=typeof this._options.getInjections==`function`?this._options.getInjections(e):void 0;this._syncRegistry.addGrammar(t,n)}}addGrammar(e,t=[],n=0,r=null){return this._syncRegistry.addGrammar(e,t),this._grammarForScopeName(e.scopeName,n,r)}_grammarForScopeName(e,t=0,n=null,r=null,i=null){return this._syncRegistry.grammarForScopeName(e,t,n,r,i)}},Un=Rn.NULL;function Wn(e,t){let n=typeof e==`string`?{}:{...e.colorReplacements},r=typeof e==`string`?e:e.name;for(let[e,i]of Object.entries(t?.colorReplacements||{}))typeof i==`string`?n[e]=i:e===r&&Object.assign(n,i);return n}function E(e,t){return e&&(t?.[e?.toLowerCase()]||e)}function Gn(e){return Array.isArray(e)?e:[e]}async function Kn(e){return Promise.resolve(typeof e==`function`?e():e).then(e=>e.default||e)}function qn(e){return!e||[`plaintext`,`txt`,`text`,`plain`].includes(e)}function Jn(e){return e===`ansi`||qn(e)}function Yn(e){return e===`none`}function Xn(e){return Yn(e)}var Zn=/(\r?\n)/g;function Qn(e,t=!1){if(e.length===0)return[[``,0]];let n=e.split(Zn),r=0,i=[];for(let e=0;e<n.length;e+=2){let a=t?n[e]+(n[e+1]||``):n[e];i.push([a,r]),r+=n[e].length,r+=n[e+1]?.length||0}return i}var $n={light:`#333333`,dark:`#bbbbbb`},er={light:`#fffffe`,dark:`#1e1e1e`},tr=`__shiki_resolved`;function nr(e){if(e?.[tr])return e;let t={...e};t.tokenColors&&!t.settings&&(t.settings=t.tokenColors,delete t.tokenColors),t.type||=`dark`,t.colorReplacements={...t.colorReplacements},t.settings||=[];let{bg:n,fg:r}=t;if(!n||!r){let e=t.settings?t.settings.find(e=>!e.name&&!e.scope):void 0;e?.settings?.foreground&&(r=e.settings.foreground),e?.settings?.background&&(n=e.settings.background),!r&&t?.colors?.[`editor.foreground`]&&(r=t.colors[`editor.foreground`]),!n&&t?.colors?.[`editor.background`]&&(n=t.colors[`editor.background`]),r||=t.type===`light`?$n.light:$n.dark,n||=t.type===`light`?er.light:er.dark,t.fg=r,t.bg=n}t.settings[0]&&t.settings[0].settings&&!t.settings[0].scope||t.settings.unshift({settings:{foreground:t.fg,background:t.bg}});let i=0,a=new Map;function o(e){if(a.has(e))return a.get(e);i+=1;let n=`#${i.toString(16).padStart(8,`0`).toLowerCase()}`;return t.colorReplacements?.[`#${n}`]?o(e):(a.set(e,n),n)}t.settings=t.settings.map(e=>{let n=e.settings?.foreground&&!e.settings.foreground.startsWith(`#`),r=e.settings?.background&&!e.settings.background.startsWith(`#`);if(!n&&!r)return e;let i={...e,settings:{...e.settings}};if(n){let n=o(e.settings.foreground);t.colorReplacements[n]=e.settings.foreground,i.settings.foreground=n}if(r){let n=o(e.settings.background);t.colorReplacements[n]=e.settings.background,i.settings.background=n}return i});for(let e of Object.keys(t.colors||{}))if((e===`editor.foreground`||e===`editor.background`||e.startsWith(`terminal.ansi`))&&!t.colors[e]?.startsWith(`#`)){let n=o(t.colors[e]);t.colorReplacements[n]=t.colors[e],t.colors[e]=n}return Object.defineProperty(t,tr,{enumerable:!1,writable:!1,value:!0}),t}async function rr(e){return[...new Set((await Promise.all(e.filter(e=>!Jn(e)).map(async e=>await Kn(e).then(e=>Array.isArray(e)?e:[e])))).flat())]}async function ir(e){return(await Promise.all(e.map(async e=>Xn(e)?null:nr(await Kn(e))))).filter(e=>!!e)}function ar(e,t){if(!t)return e;if(t[e]){let n=new Set([e]);for(;t[e];){if(e=t[e],n.has(e))throw new C(`Circular alias \`${[...n].join(` -> `)} -> ${e}\``);n.add(e)}}return e}var or=class extends Hn{_resolver;_themes;_langs;_alias;_resolvedThemes=new Map;_resolvedGrammars=new Map;_langMap=new Map;_langGraph=new Map;_textmateThemeCache=new WeakMap;_loadedThemesCache=null;_loadedLanguagesCache=null;constructor(e,t,n,r={}){super(e),this._resolver=e,this._themes=t,this._langs=n,this._alias=r,this._themes.map(e=>this.loadTheme(e)),this.loadLanguages(this._langs)}getTheme(e){return typeof e==`string`?this._resolvedThemes.get(e):this.loadTheme(e)}loadTheme(e){let t=nr(e);return t.name&&(this._resolvedThemes.set(t.name,t),this._loadedThemesCache=null),t}getLoadedThemes(){return this._loadedThemesCache||=[...this._resolvedThemes.keys()],this._loadedThemesCache}setTheme(e){let t=this._textmateThemeCache.get(e);t||(t=Ct.createFromRawTheme(e),this._textmateThemeCache.set(e,t)),this._syncRegistry.setTheme(t)}getGrammar(e){return e=ar(e,this._alias),this._resolvedGrammars.get(e)}loadLanguage(e){if(this.getGrammar(e.name))return;let t=new Set([...this._langMap.values()].filter(t=>t.embeddedLangsLazy?.includes(e.name)));this._resolver.addLanguage(e);let n={balancedBracketSelectors:e.balancedBracketSelectors||[`*`],unbalancedBracketSelectors:e.unbalancedBracketSelectors||[]};this._syncRegistry._rawGrammars.set(e.scopeName,e);let r=this.loadGrammarWithConfiguration(e.scopeName,1,n);if(r.name=e.name,this._resolvedGrammars.set(e.name,r),e.aliases&&e.aliases.forEach(t=>{this._alias[t]=e.name}),this._loadedLanguagesCache=null,t.size)for(let e of t)this._resolvedGrammars.delete(e.name),this._loadedLanguagesCache=null,this._syncRegistry?._injectionGrammars?.delete(e.scopeName),this._syncRegistry?._grammars?.delete(e.scopeName),this.loadLanguage(this._langMap.get(e.name))}dispose(){super.dispose(),this._resolvedThemes.clear(),this._resolvedGrammars.clear(),this._langMap.clear(),this._langGraph.clear(),this._loadedThemesCache=null}loadLanguages(e){for(let t of e)this.resolveEmbeddedLanguages(t);let t=[...this._langGraph.entries()],n=t.filter(([e,t])=>!t);if(n.length){let e=t.filter(([e,t])=>t?(t.embeddedLanguages||t.embeddedLangs)?.some(e=>n.map(([e])=>e).includes(e)):!1).filter(e=>!n.includes(e));throw new C(`Missing languages ${n.map(([e])=>`\`${e}\``).join(`, `)}, required by ${e.map(([e])=>`\`${e}\``).join(`, `)}`)}for(let[e,n]of t)this._resolver.addLanguage(n);for(let[e,n]of t)this.loadLanguage(n)}getLoadedLanguages(){return this._loadedLanguagesCache||=[...new Set([...this._resolvedGrammars.keys(),...Object.keys(this._alias)])],this._loadedLanguagesCache}resolveEmbeddedLanguages(e){this._langMap.set(e.name,e),this._langGraph.set(e.name,e);let t=e.embeddedLanguages??e.embeddedLangs;if(t)for(let e of t)this._langGraph.set(e,this._langMap.get(e))}},sr=class{_langs=new Map;_scopeToLang=new Map;_injections=new Map;_onigLib;constructor(e,t){this._onigLib={createOnigScanner:t=>e.createScanner(t),createOnigString:t=>e.createString(t)},t.forEach(e=>this.addLanguage(e))}get onigLib(){return this._onigLib}getLangRegistration(e){return this._langs.get(e)}loadGrammar(e){return this._scopeToLang.get(e)}addLanguage(e){this._langs.set(e.name,e),e.aliases&&e.aliases.forEach(t=>{this._langs.set(t,e)}),this._scopeToLang.set(e.scopeName,e),e.injectTo&&e.injectTo.forEach(t=>{this._injections.get(t)||this._injections.set(t,[]),this._injections.get(t).push(e.scopeName)})}getInjections(e){let t=e.split(`.`),n=[];for(let e=1;e<=t.length;e++){let r=t.slice(0,e).join(`.`);n=[...n,...this._injections.get(r)||[]]}return n}},cr=0;function lr(e){cr+=1,e.warnings!==!1&&cr>=10&&cr%10==0&&console.warn(`[Shiki] ${cr} instances have been created. Shiki is supposed to be used as a singleton, consider refactoring your code to cache your highlighter instance; Or call \`highlighter.dispose()\` to release unused instances.`);let t=!1;if(!e.engine)throw new C("`engine` option is required for synchronous mode");let n=(e.langs||[]).flat(1),r=(e.themes||[]).flat(1).map(nr),i=new or(new sr(e.engine,n),r,n,e.langAlias),a;function o(t){return ar(t,e.langAlias)}function s(e){g();let t=i.getGrammar(typeof e==`string`?e:e.name);if(!t)throw new C(`Language \`${e}\` not found, you may need to load it first`);return t}function c(e){if(e===`none`)return{bg:``,fg:``,name:`none`,settings:[],type:`dark`};g();let t=i.getTheme(e);if(!t)throw new C(`Theme \`${e}\` not found, you may need to load it first`);return t}function l(e){g();let t=c(e);return a!==e&&(i.setTheme(t),a=e),{theme:t,colorMap:i.getColorMap()}}function u(){return g(),i.getLoadedThemes()}function d(){return g(),i.getLoadedLanguages()}function f(...e){g(),i.loadLanguages(e.flat(1))}async function p(...e){return f(await rr(e))}function m(...e){g();for(let t of e.flat(1))i.loadTheme(t)}async function h(...e){return g(),m(await ir(e))}function g(){if(t)throw new C(`Shiki instance has been disposed`)}function _(){t||(t=!0,i.dispose(),--cr)}return{setTheme:l,getTheme:c,getLanguage:s,getLoadedThemes:u,getLoadedLanguages:d,resolveLangAlias:o,loadLanguage:p,loadLanguageSync:f,loadTheme:h,loadThemeSync:m,dispose:_,[Symbol.dispose]:_}}async function ur(e){e.engine||console.warn("`engine` option is required. Use `createOnigurumaEngine` or `createJavaScriptRegexEngine` to create an engine.");let[t,n,r]=await Promise.all([ir(e.themes||[]),rr(e.langs||[]),e.engine]);return lr({...e,themes:t,langs:n,engine:r})}var dr=new WeakMap;function fr(e,t){dr.set(e,t)}function pr(e){return dr.get(e)}var mr=class e{_stacks={};lang;get themes(){return Object.keys(this._stacks)}get theme(){return this.themes[0]}get _stack(){return this._stacks[this.theme]}static initial(t,n){return new e(Object.fromEntries(Gn(n).map(e=>[e,Un])),t)}constructor(...e){if(e.length===2){let[t,n]=e;this.lang=n,this._stacks=t}else{let[t,n,r]=e;this.lang=n,this._stacks={[r]:t}}}getInternalStack(e=this.theme){return this._stacks[e]}getScopes(e=this.theme){return hr(this._stacks[e])}toJSON(){return{lang:this.lang,theme:this.theme,themes:this.themes,scopes:this.getScopes()}}};function hr(e){let t=[],n=new Set;function r(e){if(n.has(e))return;n.add(e);let i=e?.nameScopesList?.scopeName;i&&t.push(i),e.parent&&r(e.parent)}return r(e),t}function gr(e,t){if(!(e instanceof mr))throw new C(`Invalid grammar state`);return e.getInternalStack(t)}var _r=/,/,vr=/ /;function yr(e,t,n={}){let{theme:r=e.getLoadedThemes()[0]}=n;if(qn(e.resolveLangAlias(n.lang||`text`))||Yn(r))return Qn(t).map(e=>[{content:e[0],offset:e[1]}]);let{theme:i,colorMap:a}=e.setTheme(r),o=e.getLanguage(n.lang||`text`);if(n.grammarState){if(n.grammarState.lang!==o.name)throw new C(`Grammar state language "${n.grammarState.lang}" does not match highlight language "${o.name}"`);if(!n.grammarState.themes.includes(i.name))throw new C(`Grammar state themes "${n.grammarState.themes}" do not contain highlight theme "${i.name}"`)}return xr(t,o,i,a,n)}function br(...e){if(e.length===2)return pr(e[1]);let[t,n,r={}]=e,{lang:i=`text`,theme:a=t.getLoadedThemes()[0]}=r;if(qn(i)||Yn(a))throw new C(`Plain language does not have grammar state`);if(i===`ansi`)throw new C(`ANSI language does not have grammar state`);let{theme:o,colorMap:s}=t.setTheme(a),c=t.getLanguage(i);return new mr(Sr(n,c,o,s,r).stateStack,c.name,o.name)}function xr(e,t,n,r,i){let a=Sr(e,t,n,r,i),o=new mr(a.stateStack,t.name,n.name);return fr(a.tokens,o),a.tokens}function Sr(e,t,n,r,i){let a=Wn(n,i),{tokenizeMaxLineLength:o=0,tokenizeTimeLimit:s=500,includeExplanation:c=!1}=i,l=Qn(e),u=i.grammarState?gr(i.grammarState,n.name)??Un:i.grammarContextCode==null?Un:Sr(i.grammarContextCode,t,n,r,{...i,grammarState:void 0,grammarContextCode:void 0}).stateStack,d=[],f=[];for(let e=0,i=l.length;e<i;e++){let[i,p]=l[e];if(i===``){d=[],f.push([]);continue}if(o>0&&i.length>=o){d=[],f.push([{content:i,offset:p,color:``,fontStyle:0}]);continue}let m,h,g;c&&c!==`tokenType`&&(m=t.tokenizeLine(i,u,s),h=m.tokens,g=0);let _=t.tokenizeLine2(i,u,s),v=_.tokens.length/2;for(let e=0;e<v;e++){let t=_.tokens[2*e],o=e+1<v?_.tokens[2*e+2]:i.length;if(t===o)continue;let s=_.tokens[2*e+1],l=E(r[T.getForeground(s)],a),u=T.getFontStyle(s),f={content:i.substring(t,o),offset:p+t,color:l,fontStyle:u};if(c===`tokenType`)f.type=T.getTokenType(s);else if(c){let e=[];if(c!==`scopeName`)for(let t of n.settings){let n;switch(typeof t.scope){case`string`:n=t.scope.split(_r).map(e=>e.trim());break;case`object`:n=t.scope;break;default:continue}e.push({settings:t,selectors:n.map(e=>e.split(vr))})}f.explanation=[];let r=0;for(;t+r<o;){let t=h[g],n=i.substring(t.startIndex,t.endIndex);r+=n.length,f.explanation.push({content:n,scopes:c===`scopeName`?Cr(t.scopes):wr(e,t.scopes)}),g+=1}}d.push(f)}f.push(d),d=[],u=_.ruleStack}return{tokens:f,stateStack:u}}function Cr(e){return e.map(e=>({scopeName:e}))}function wr(e,t){let n=[];for(let r=0,i=t.length;r<i;r++){let i=t[r];n[r]={scopeName:i,themeMatches:Dr(e,i,t.slice(0,r))}}return n}function Tr(e,t){return e===t||t.substring(0,e.length)===e&&t[e.length]===`.`}function Er(e,t,n){if(!Tr(e.at(-1),t))return!1;let r=e.length-2,i=n.length-1;for(;r>=0&&i>=0;)Tr(e[r],n[i])&&--r,--i;return r===-1}function Dr(e,t,n){let r=[];for(let{selectors:i,settings:a}of e)for(let e of i)if(Er(e,t,n)){r.push(a);break}return r}function Or(e,t,n,r=yr){let i=Object.entries(n.themes).filter(e=>e[1]).map(e=>({color:e[0],theme:e[1]})),a=i.map(i=>{let a=r(e,t,{...n,theme:i.theme});return{tokens:a,state:pr(a),theme:typeof i.theme==`string`?i.theme:i.theme.name}}),o=kr(...a.map(e=>e.tokens)),s=o[0].map((e,t)=>e.map((e,r)=>{let a={content:e.content,variants:{},offset:e.offset};return`includeExplanation`in n&&n.includeExplanation&&(a.explanation=e.explanation),o.forEach((e,n)=>{let{content:o,explanation:s,offset:c,...l}=e[t][r];a.variants[i[n].color]=l}),a})),c=a[0].state?new mr(Object.fromEntries(a.map(e=>[e.theme,e.state?.getInternalStack(e.theme)])),a[0].state.lang):void 0;return c&&fr(s,c),s}function kr(...e){let t=e.map(()=>[]),n=e.length;for(let r=0;r<e[0].length;r++){let i=e.map(e=>e[r]),a=t.map(()=>[]);t.forEach((e,t)=>e.push(a[t]));let o=i.map(()=>0),s=i.map(e=>e[0]);for(;s.every(e=>e);){let e=Math.min(...s.map(e=>e.content.length));for(let t=0;t<n;t++){let n=s[t];n.content.length===e?(a[t].push(n),o[t]+=1,s[t]=i[t][o[t]]):(a[t].push({...n,content:n.content.slice(0,e)}),s[t]={...n,content:n.content.slice(e),offset:n.offset+e})}}}return t}var Ar=[`area`,`base`,`basefont`,`bgsound`,`br`,`col`,`command`,`embed`,`frame`,`hr`,`image`,`img`,`input`,`keygen`,`link`,`meta`,`param`,`source`,`track`,`wbr`],jr=class{constructor(e,t,n){this.normal=t,this.property=e,n&&(this.space=n)}};jr.prototype.normal={},jr.prototype.property={},jr.prototype.space=void 0;function Mr(e,t){let n={},r={};for(let t of e)Object.assign(n,t.property),Object.assign(r,t.normal);return new jr(n,r,t)}function Nr(e){return e.toLowerCase()}var D=class{constructor(e,t){this.attribute=t,this.property=e}};D.prototype.attribute=``,D.prototype.booleanish=!1,D.prototype.boolean=!1,D.prototype.commaOrSpaceSeparated=!1,D.prototype.commaSeparated=!1,D.prototype.defined=!1,D.prototype.mustUseProperty=!1,D.prototype.number=!1,D.prototype.overloadedBoolean=!1,D.prototype.property=``,D.prototype.spaceSeparated=!1,D.prototype.space=void 0;var Pr=e({boolean:()=>O,booleanish:()=>k,commaOrSpaceSeparated:()=>M,commaSeparated:()=>Lr,number:()=>A,overloadedBoolean:()=>Ir,spaceSeparated:()=>j}),Fr=0,O=N(),k=N(),Ir=N(),A=N(),j=N(),Lr=N(),M=N();function N(){return 2**++Fr}var Rr=Object.keys(Pr),zr=class extends D{constructor(e,t,n,r){let i=-1;if(super(e,t),Br(this,`space`,r),typeof n==`number`)for(;++i<Rr.length;){let e=Rr[i];Br(this,Rr[i],(n&Pr[e])===Pr[e])}}};zr.prototype.defined=!0;function Br(e,t,n){n&&(e[t]=n)}function Vr(e){let t={},n={};for(let[r,i]of Object.entries(e.properties)){let a=new zr(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[Nr(r)]=r,n[Nr(a.attribute)]=r}return new jr(t,n,e.space)}var Hr=Vr({properties:{ariaActiveDescendant:null,ariaAtomic:k,ariaAutoComplete:null,ariaBusy:k,ariaChecked:k,ariaColCount:A,ariaColIndex:A,ariaColSpan:A,ariaControls:j,ariaCurrent:null,ariaDescribedBy:j,ariaDetails:null,ariaDisabled:k,ariaDropEffect:j,ariaErrorMessage:null,ariaExpanded:k,ariaFlowTo:j,ariaGrabbed:k,ariaHasPopup:null,ariaHidden:k,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:j,ariaLevel:A,ariaLive:null,ariaModal:k,ariaMultiLine:k,ariaMultiSelectable:k,ariaOrientation:null,ariaOwns:j,ariaPlaceholder:null,ariaPosInSet:A,ariaPressed:k,ariaReadOnly:k,ariaRelevant:null,ariaRequired:k,ariaRoleDescription:j,ariaRowCount:A,ariaRowIndex:A,ariaRowSpan:A,ariaSelected:k,ariaSetSize:A,ariaSort:null,ariaValueMax:A,ariaValueMin:A,ariaValueNow:A,ariaValueText:null,role:null},transform(e,t){return t===`role`?t:`aria-`+t.slice(4).toLowerCase()}});function Ur(e,t){return t in e?e[t]:t}function Wr(e,t){return Ur(e,t.toLowerCase())}var Gr=Vr({attributes:{acceptcharset:`accept-charset`,classname:`class`,htmlfor:`for`,httpequiv:`http-equiv`},mustUseProperty:[`checked`,`multiple`,`muted`,`selected`],properties:{abbr:null,accept:Lr,acceptCharset:j,accessKey:j,action:null,allow:null,allowFullScreen:O,allowPaymentRequest:O,allowUserMedia:O,alt:null,as:null,async:O,autoCapitalize:null,autoComplete:j,autoFocus:O,autoPlay:O,blocking:j,capture:null,charSet:null,checked:O,cite:null,className:j,cols:A,colSpan:null,content:null,contentEditable:k,controls:O,controlsList:j,coords:A|Lr,crossOrigin:null,data:null,dateTime:null,decoding:null,default:O,defer:O,dir:null,dirName:null,disabled:O,download:Ir,draggable:k,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:O,formTarget:null,headers:j,height:A,hidden:Ir,high:A,href:null,hrefLang:null,htmlFor:j,httpEquiv:j,id:null,imageSizes:null,imageSrcSet:null,inert:O,inputMode:null,integrity:null,is:null,isMap:O,itemId:null,itemProp:j,itemRef:j,itemScope:O,itemType:j,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:O,low:A,manifest:null,max:null,maxLength:A,media:null,method:null,min:null,minLength:A,multiple:O,muted:O,name:null,nonce:null,noModule:O,noValidate:O,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:O,optimum:A,pattern:null,ping:j,placeholder:null,playsInline:O,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:O,referrerPolicy:null,rel:j,required:O,reversed:O,rows:A,rowSpan:A,sandbox:j,scope:null,scoped:O,seamless:O,selected:O,shadowRootClonable:O,shadowRootDelegatesFocus:O,shadowRootMode:null,shape:null,size:A,sizes:null,slot:null,span:A,spellCheck:k,src:null,srcDoc:null,srcLang:null,srcSet:null,start:A,step:null,style:null,tabIndex:A,target:null,title:null,translate:null,type:null,typeMustMatch:O,useMap:null,value:k,width:A,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:j,axis:null,background:null,bgColor:null,border:A,borderColor:null,bottomMargin:A,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:O,declare:O,event:null,face:null,frame:null,frameBorder:null,hSpace:A,leftMargin:A,link:null,longDesc:null,lowSrc:null,marginHeight:A,marginWidth:A,noResize:O,noHref:O,noShade:O,noWrap:O,object:null,profile:null,prompt:null,rev:null,rightMargin:A,rules:null,scheme:null,scrolling:k,standby:null,summary:null,text:null,topMargin:A,valueType:null,version:null,vAlign:null,vLink:null,vSpace:A,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:O,disableRemotePlayback:O,prefix:null,property:null,results:A,security:null,unselectable:null},space:`html`,transform:Wr}),Kr=Vr({attributes:{accentHeight:`accent-height`,alignmentBaseline:`alignment-baseline`,arabicForm:`arabic-form`,baselineShift:`baseline-shift`,capHeight:`cap-height`,className:`class`,clipPath:`clip-path`,clipRule:`clip-rule`,colorInterpolation:`color-interpolation`,colorInterpolationFilters:`color-interpolation-filters`,colorProfile:`color-profile`,colorRendering:`color-rendering`,crossOrigin:`crossorigin`,dataType:`datatype`,dominantBaseline:`dominant-baseline`,enableBackground:`enable-background`,fillOpacity:`fill-opacity`,fillRule:`fill-rule`,floodColor:`flood-color`,floodOpacity:`flood-opacity`,fontFamily:`font-family`,fontSize:`font-size`,fontSizeAdjust:`font-size-adjust`,fontStretch:`font-stretch`,fontStyle:`font-style`,fontVariant:`font-variant`,fontWeight:`font-weight`,glyphName:`glyph-name`,glyphOrientationHorizontal:`glyph-orientation-horizontal`,glyphOrientationVertical:`glyph-orientation-vertical`,hrefLang:`hreflang`,horizAdvX:`horiz-adv-x`,horizOriginX:`horiz-origin-x`,horizOriginY:`horiz-origin-y`,imageRendering:`image-rendering`,letterSpacing:`letter-spacing`,lightingColor:`lighting-color`,markerEnd:`marker-end`,markerMid:`marker-mid`,markerStart:`marker-start`,navDown:`nav-down`,navDownLeft:`nav-down-left`,navDownRight:`nav-down-right`,navLeft:`nav-left`,navNext:`nav-next`,navPrev:`nav-prev`,navRight:`nav-right`,navUp:`nav-up`,navUpLeft:`nav-up-left`,navUpRight:`nav-up-right`,onAbort:`onabort`,onActivate:`onactivate`,onAfterPrint:`onafterprint`,onBeforePrint:`onbeforeprint`,onBegin:`onbegin`,onCancel:`oncancel`,onCanPlay:`oncanplay`,onCanPlayThrough:`oncanplaythrough`,onChange:`onchange`,onClick:`onclick`,onClose:`onclose`,onCopy:`oncopy`,onCueChange:`oncuechange`,onCut:`oncut`,onDblClick:`ondblclick`,onDrag:`ondrag`,onDragEnd:`ondragend`,onDragEnter:`ondragenter`,onDragExit:`ondragexit`,onDragLeave:`ondragleave`,onDragOver:`ondragover`,onDragStart:`ondragstart`,onDrop:`ondrop`,onDurationChange:`ondurationchange`,onEmptied:`onemptied`,onEnd:`onend`,onEnded:`onended`,onError:`onerror`,onFocus:`onfocus`,onFocusIn:`onfocusin`,onFocusOut:`onfocusout`,onHashChange:`onhashchange`,onInput:`oninput`,onInvalid:`oninvalid`,onKeyDown:`onkeydown`,onKeyPress:`onkeypress`,onKeyUp:`onkeyup`,onLoad:`onload`,onLoadedData:`onloadeddata`,onLoadedMetadata:`onloadedmetadata`,onLoadStart:`onloadstart`,onMessage:`onmessage`,onMouseDown:`onmousedown`,onMouseEnter:`onmouseenter`,onMouseLeave:`onmouseleave`,onMouseMove:`onmousemove`,onMouseOut:`onmouseout`,onMouseOver:`onmouseover`,onMouseUp:`onmouseup`,onMouseWheel:`onmousewheel`,onOffline:`onoffline`,onOnline:`ononline`,onPageHide:`onpagehide`,onPageShow:`onpageshow`,onPaste:`onpaste`,onPause:`onpause`,onPlay:`onplay`,onPlaying:`onplaying`,onPopState:`onpopstate`,onProgress:`onprogress`,onRateChange:`onratechange`,onRepeat:`onrepeat`,onReset:`onreset`,onResize:`onresize`,onScroll:`onscroll`,onSeeked:`onseeked`,onSeeking:`onseeking`,onSelect:`onselect`,onShow:`onshow`,onStalled:`onstalled`,onStorage:`onstorage`,onSubmit:`onsubmit`,onSuspend:`onsuspend`,onTimeUpdate:`ontimeupdate`,onToggle:`ontoggle`,onUnload:`onunload`,onVolumeChange:`onvolumechange`,onWaiting:`onwaiting`,onZoom:`onzoom`,overlinePosition:`overline-position`,overlineThickness:`overline-thickness`,paintOrder:`paint-order`,panose1:`panose-1`,pointerEvents:`pointer-events`,referrerPolicy:`referrerpolicy`,renderingIntent:`rendering-intent`,shapeRendering:`shape-rendering`,stopColor:`stop-color`,stopOpacity:`stop-opacity`,strikethroughPosition:`strikethrough-position`,strikethroughThickness:`strikethrough-thickness`,strokeDashArray:`stroke-dasharray`,strokeDashOffset:`stroke-dashoffset`,strokeLineCap:`stroke-linecap`,strokeLineJoin:`stroke-linejoin`,strokeMiterLimit:`stroke-miterlimit`,strokeOpacity:`stroke-opacity`,strokeWidth:`stroke-width`,tabIndex:`tabindex`,textAnchor:`text-anchor`,textDecoration:`text-decoration`,textRendering:`text-rendering`,transformOrigin:`transform-origin`,typeOf:`typeof`,underlinePosition:`underline-position`,underlineThickness:`underline-thickness`,unicodeBidi:`unicode-bidi`,unicodeRange:`unicode-range`,unitsPerEm:`units-per-em`,vAlphabetic:`v-alphabetic`,vHanging:`v-hanging`,vIdeographic:`v-ideographic`,vMathematical:`v-mathematical`,vectorEffect:`vector-effect`,vertAdvY:`vert-adv-y`,vertOriginX:`vert-origin-x`,vertOriginY:`vert-origin-y`,wordSpacing:`word-spacing`,writingMode:`writing-mode`,xHeight:`x-height`,playbackOrder:`playbackorder`,timelineBegin:`timelinebegin`},properties:{about:M,accentHeight:A,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:A,amplitude:A,arabicForm:null,ascent:A,attributeName:null,attributeType:null,azimuth:A,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:A,by:null,calcMode:null,capHeight:A,className:j,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:A,diffuseConstant:A,direction:null,display:null,dur:null,divisor:A,dominantBaseline:null,download:O,dx:null,dy:null,edgeMode:null,editable:null,elevation:A,enableBackground:null,end:null,event:null,exponent:A,externalResourcesRequired:null,fill:null,fillOpacity:A,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Lr,g2:Lr,glyphName:Lr,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:A,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:A,horizOriginX:A,horizOriginY:A,id:null,ideographic:A,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:A,k:A,k1:A,k2:A,k3:A,k4:A,kernelMatrix:M,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:A,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:A,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:A,overlineThickness:A,paintOrder:null,panose1:null,path:null,pathLength:A,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:j,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:A,pointsAtY:A,pointsAtZ:A,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:M,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:M,rev:M,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:M,requiredFeatures:M,requiredFonts:M,requiredFormats:M,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:A,specularExponent:A,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:A,strikethroughThickness:A,string:null,stroke:null,strokeDashArray:M,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:A,strokeOpacity:A,strokeWidth:null,style:null,surfaceScale:A,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:M,tabIndex:A,tableValues:null,target:null,targetX:A,targetY:A,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:M,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:A,underlineThickness:A,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:A,values:null,vAlphabetic:A,vMathematical:A,vectorEffect:null,vHanging:A,vIdeographic:A,version:null,vertAdvY:A,vertOriginX:A,vertOriginY:A,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:A,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:`svg`,transform:Ur}),qr=Vr({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:`xlink`,transform(e,t){return`xlink:`+t.slice(5).toLowerCase()}}),Jr=Vr({attributes:{xmlnsxlink:`xmlns:xlink`},properties:{xmlnsXLink:null,xmlns:null},space:`xmlns`,transform:Wr}),Yr=Vr({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:`xml`,transform(e,t){return`xml:`+t.slice(3).toLowerCase()}}),Xr=/[A-Z]/g,Zr=/-[a-z]/g,Qr=/^data[-\w.:]+$/i;function $r(e,t){let n=Nr(t),r=t,i=D;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)===`data`&&Qr.test(t)){if(t.charAt(4)===`-`){let e=t.slice(5).replace(Zr,ti);r=`data`+e.charAt(0).toUpperCase()+e.slice(1)}else{let e=t.slice(4);if(!Zr.test(e)){let n=e.replace(Xr,ei);n.charAt(0)!==`-`&&(n=`-`+n),t=`data`+n}}i=zr}return new i(r,t)}function ei(e){return`-`+e.toLowerCase()}function ti(e){return e.charAt(1).toUpperCase()}var ni=Mr([Hr,Gr,qr,Jr,Yr],`html`),ri=Mr([Hr,Kr,qr,Jr,Yr],`svg`),ii={}.hasOwnProperty;function ai(e,t){let n=t||{};function r(t,...n){let i=r.invalid,a=r.handlers;if(t&&ii.call(t,e)){let n=String(t[e]);i=ii.call(a,n)?a[n]:r.unknown}if(i)return i.call(this,t,...n)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}var oi=/["&'<>`]/g,si=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,ci=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,li=/[|\\{}()[\]^$+*?.]/g,ui=new WeakMap;function di(e,t){if(e=e.replace(t.subset?fi(t.subset):oi,r),t.subset||t.escapeOnly)return e;return e.replace(si,n).replace(ci,r);function n(e,n,r){return t.format((e.charCodeAt(0)-55296)*1024+e.charCodeAt(1)-56320+65536,r.charCodeAt(n+2),t)}function r(e,n,r){return t.format(e.charCodeAt(0),r.charCodeAt(n+1),t)}}function fi(e){let t=ui.get(e);return t||(t=pi(e),ui.set(e,t)),t}function pi(e){let t=[],n=-1;for(;++n<e.length;)t.push(e[n].replace(li,`\\$&`));return RegExp(`(?:`+t.join(`|`)+`)`,`g`)}var mi=/[\dA-Fa-f]/;function hi(e,t,n){let r=`&#x`+e.toString(16).toUpperCase();return n&&t&&!mi.test(String.fromCharCode(t))?r:r+`;`}var gi=/\d/;function _i(e,t,n){let r=`&#`+String(e);return n&&t&&!gi.test(String.fromCharCode(t))?r:r+`;`}var vi=`AElig.AMP.Aacute.Acirc.Agrave.Aring.Atilde.Auml.COPY.Ccedil.ETH.Eacute.Ecirc.Egrave.Euml.GT.Iacute.Icirc.Igrave.Iuml.LT.Ntilde.Oacute.Ocirc.Ograve.Oslash.Otilde.Ouml.QUOT.REG.THORN.Uacute.Ucirc.Ugrave.Uuml.Yacute.aacute.acirc.acute.aelig.agrave.amp.aring.atilde.auml.brvbar.ccedil.cedil.cent.copy.curren.deg.divide.eacute.ecirc.egrave.eth.euml.frac12.frac14.frac34.gt.iacute.icirc.iexcl.igrave.iquest.iuml.laquo.lt.macr.micro.middot.nbsp.not.ntilde.oacute.ocirc.ograve.ordf.ordm.oslash.otilde.ouml.para.plusmn.pound.quot.raquo.reg.sect.shy.sup1.sup2.sup3.szlig.thorn.times.uacute.ucirc.ugrave.uml.uuml.yacute.yen.yuml`.split(`.`),yi={nbsp:`\xA0`,iexcl:`¡`,cent:`¢`,pound:`£`,curren:`¤`,yen:`¥`,brvbar:`¦`,sect:`§`,uml:`¨`,copy:`©`,ordf:`ª`,laquo:`«`,not:`¬`,shy:`­`,reg:`®`,macr:`¯`,deg:`°`,plusmn:`±`,sup2:`²`,sup3:`³`,acute:`´`,micro:`µ`,para:`¶`,middot:`·`,cedil:`¸`,sup1:`¹`,ordm:`º`,raquo:`»`,frac14:`¼`,frac12:`½`,frac34:`¾`,iquest:`¿`,Agrave:`À`,Aacute:`Á`,Acirc:`Â`,Atilde:`Ã`,Auml:`Ä`,Aring:`Å`,AElig:`Æ`,Ccedil:`Ç`,Egrave:`È`,Eacute:`É`,Ecirc:`Ê`,Euml:`Ë`,Igrave:`Ì`,Iacute:`Í`,Icirc:`Î`,Iuml:`Ï`,ETH:`Ð`,Ntilde:`Ñ`,Ograve:`Ò`,Oacute:`Ó`,Ocirc:`Ô`,Otilde:`Õ`,Ouml:`Ö`,times:`×`,Oslash:`Ø`,Ugrave:`Ù`,Uacute:`Ú`,Ucirc:`Û`,Uuml:`Ü`,Yacute:`Ý`,THORN:`Þ`,szlig:`ß`,agrave:`à`,aacute:`á`,acirc:`â`,atilde:`ã`,auml:`ä`,aring:`å`,aelig:`æ`,ccedil:`ç`,egrave:`è`,eacute:`é`,ecirc:`ê`,euml:`ë`,igrave:`ì`,iacute:`í`,icirc:`î`,iuml:`ï`,eth:`ð`,ntilde:`ñ`,ograve:`ò`,oacute:`ó`,ocirc:`ô`,otilde:`õ`,ouml:`ö`,divide:`÷`,oslash:`ø`,ugrave:`ù`,uacute:`ú`,ucirc:`û`,uuml:`ü`,yacute:`ý`,thorn:`þ`,yuml:`ÿ`,fnof:`ƒ`,Alpha:`Α`,Beta:`Β`,Gamma:`Γ`,Delta:`Δ`,Epsilon:`Ε`,Zeta:`Ζ`,Eta:`Η`,Theta:`Θ`,Iota:`Ι`,Kappa:`Κ`,Lambda:`Λ`,Mu:`Μ`,Nu:`Ν`,Xi:`Ξ`,Omicron:`Ο`,Pi:`Π`,Rho:`Ρ`,Sigma:`Σ`,Tau:`Τ`,Upsilon:`Υ`,Phi:`Φ`,Chi:`Χ`,Psi:`Ψ`,Omega:`Ω`,alpha:`α`,beta:`β`,gamma:`γ`,delta:`δ`,epsilon:`ε`,zeta:`ζ`,eta:`η`,theta:`θ`,iota:`ι`,kappa:`κ`,lambda:`λ`,mu:`μ`,nu:`ν`,xi:`ξ`,omicron:`ο`,pi:`π`,rho:`ρ`,sigmaf:`ς`,sigma:`σ`,tau:`τ`,upsilon:`υ`,phi:`φ`,chi:`χ`,psi:`ψ`,omega:`ω`,thetasym:`ϑ`,upsih:`ϒ`,piv:`ϖ`,bull:`•`,hellip:`…`,prime:`′`,Prime:`″`,oline:`‾`,frasl:`⁄`,weierp:`℘`,image:`ℑ`,real:`ℜ`,trade:`™`,alefsym:`ℵ`,larr:`←`,uarr:`↑`,rarr:`→`,darr:`↓`,harr:`↔`,crarr:`↵`,lArr:`⇐`,uArr:`⇑`,rArr:`⇒`,dArr:`⇓`,hArr:`⇔`,forall:`∀`,part:`∂`,exist:`∃`,empty:`∅`,nabla:`∇`,isin:`∈`,notin:`∉`,ni:`∋`,prod:`∏`,sum:`∑`,minus:`−`,lowast:`∗`,radic:`√`,prop:`∝`,infin:`∞`,ang:`∠`,and:`∧`,or:`∨`,cap:`∩`,cup:`∪`,int:`∫`,there4:`∴`,sim:`∼`,cong:`≅`,asymp:`≈`,ne:`≠`,equiv:`≡`,le:`≤`,ge:`≥`,sub:`⊂`,sup:`⊃`,nsub:`⊄`,sube:`⊆`,supe:`⊇`,oplus:`⊕`,otimes:`⊗`,perp:`⊥`,sdot:`⋅`,lceil:`⌈`,rceil:`⌉`,lfloor:`⌊`,rfloor:`⌋`,lang:`〈`,rang:`〉`,loz:`◊`,spades:`♠`,clubs:`♣`,hearts:`♥`,diams:`♦`,quot:`"`,amp:`&`,lt:`<`,gt:`>`,OElig:`Œ`,oelig:`œ`,Scaron:`Š`,scaron:`š`,Yuml:`Ÿ`,circ:`ˆ`,tilde:`˜`,ensp:` `,emsp:` `,thinsp:` `,zwnj:`‌`,zwj:`‍`,lrm:`‎`,rlm:`‏`,ndash:`–`,mdash:`—`,lsquo:`‘`,rsquo:`’`,sbquo:`‚`,ldquo:`“`,rdquo:`”`,bdquo:`„`,dagger:`†`,Dagger:`‡`,permil:`‰`,lsaquo:`‹`,rsaquo:`›`,euro:`€`},bi=[`cent`,`copy`,`divide`,`gt`,`lt`,`not`,`para`,`times`],xi={}.hasOwnProperty,Si={},Ci;for(Ci in yi)xi.call(yi,Ci)&&(Si[yi[Ci]]=Ci);var wi=/[^\dA-Za-z]/;function Ti(e,t,n,r){let i=String.fromCharCode(e);if(xi.call(Si,i)){let e=Si[i],a=`&`+e;return n&&vi.includes(e)&&!bi.includes(e)&&(!r||t&&t!==61&&wi.test(String.fromCharCode(t)))?a:a+`;`}return``}function Ei(e,t,n){let r=hi(e,t,n.omitOptionalSemicolons),i;if((n.useNamedReferences||n.useShortestReferences)&&(i=Ti(e,t,n.omitOptionalSemicolons,n.attribute)),(n.useShortestReferences||!i)&&n.useShortestReferences){let i=_i(e,t,n.omitOptionalSemicolons);i.length<r.length&&(r=i)}return i&&(!n.useShortestReferences||i.length<r.length)?i:r}function Di(e,t){return di(e,Object.assign({format:Ei},t))}var Oi=/^>|^->|<!--|-->|--!>|<!-$/g,ki=[`>`],Ai=[`<`,`>`];function ji(e,t,n,r){return r.settings.bogusComments?`<?`+Di(e.value,Object.assign({},r.settings.characterReferences,{subset:ki}))+`>`:`<!--`+e.value.replace(Oi,i)+`-->`;function i(e){return Di(e,Object.assign({},r.settings.characterReferences,{subset:Ai}))}}function Mi(e,t,n,r){return`<!`+(r.settings.upperDoctype?`DOCTYPE`:`doctype`)+(r.settings.tightDoctype?``:` `)+`html>`}function Ni(e,t){let n=String(e);if(typeof t!=`string`)throw TypeError(`Expected character`);let r=0,i=n.indexOf(t);for(;i!==-1;)r++,i=n.indexOf(t,i+t.length);return r}function Pi(e,t){let n=t||{};return(e[e.length-1]===``?[...e,``]:e).join((n.padRight?` `:``)+`,`+(n.padLeft===!1?``:` `)).trim()}function Fi(e){return e.join(` `).trim()}var Ii=/[ \t\n\f\r]/g;function Li(e){return typeof e==`object`?e.type===`text`&&Ri(e.value):Ri(e)}function Ri(e){return e.replace(Ii,``)===``}var P=Vi(1),zi=Vi(-1),Bi=[];function Vi(e){return t;function t(t,n,r){let i=t?t.children:Bi,a=(n||0)+e,o=i[a];if(!r)for(;o&&Li(o);)a+=e,o=i[a];return o}}var Hi={}.hasOwnProperty;function Ui(e){return t;function t(t,n,r){return Hi.call(e,t.tagName)&&e[t.tagName](t,n,r)}}var Wi=Ui({body:qi,caption:Gi,colgroup:Gi,dd:Zi,dt:Xi,head:Gi,html:Ki,li:Yi,optgroup:$i,option:ea,p:Ji,rp:Qi,rt:Qi,tbody:na,td:aa,tfoot:ra,th:aa,thead:ta,tr:ia});function Gi(e,t,n){let r=P(n,t,!0);return!r||r.type!==`comment`&&!(r.type===`text`&&Li(r.value.charAt(0)))}function Ki(e,t,n){let r=P(n,t);return!r||r.type!==`comment`}function qi(e,t,n){let r=P(n,t);return!r||r.type!==`comment`}function Ji(e,t,n){let r=P(n,t);return r?r.type===`element`&&(r.tagName===`address`||r.tagName===`article`||r.tagName===`aside`||r.tagName===`blockquote`||r.tagName===`details`||r.tagName===`div`||r.tagName===`dl`||r.tagName===`fieldset`||r.tagName===`figcaption`||r.tagName===`figure`||r.tagName===`footer`||r.tagName===`form`||r.tagName===`h1`||r.tagName===`h2`||r.tagName===`h3`||r.tagName===`h4`||r.tagName===`h5`||r.tagName===`h6`||r.tagName===`header`||r.tagName===`hgroup`||r.tagName===`hr`||r.tagName===`main`||r.tagName===`menu`||r.tagName===`nav`||r.tagName===`ol`||r.tagName===`p`||r.tagName===`pre`||r.tagName===`section`||r.tagName===`table`||r.tagName===`ul`):!n||!(n.type===`element`&&(n.tagName===`a`||n.tagName===`audio`||n.tagName===`del`||n.tagName===`ins`||n.tagName===`map`||n.tagName===`noscript`||n.tagName===`video`))}function Yi(e,t,n){let r=P(n,t);return!r||r.type===`element`&&r.tagName===`li`}function Xi(e,t,n){let r=P(n,t);return!!(r&&r.type===`element`&&(r.tagName===`dt`||r.tagName===`dd`))}function Zi(e,t,n){let r=P(n,t);return!r||r.type===`element`&&(r.tagName===`dt`||r.tagName===`dd`)}function Qi(e,t,n){let r=P(n,t);return!r||r.type===`element`&&(r.tagName===`rp`||r.tagName===`rt`)}function $i(e,t,n){let r=P(n,t);return!r||r.type===`element`&&r.tagName===`optgroup`}function ea(e,t,n){let r=P(n,t);return!r||r.type===`element`&&(r.tagName===`option`||r.tagName===`optgroup`)}function ta(e,t,n){let r=P(n,t);return!!(r&&r.type===`element`&&(r.tagName===`tbody`||r.tagName===`tfoot`))}function na(e,t,n){let r=P(n,t);return!r||r.type===`element`&&(r.tagName===`tbody`||r.tagName===`tfoot`)}function ra(e,t,n){return!P(n,t)}function ia(e,t,n){let r=P(n,t);return!r||r.type===`element`&&r.tagName===`tr`}function aa(e,t,n){let r=P(n,t);return!r||r.type===`element`&&(r.tagName===`td`||r.tagName===`th`)}var oa=Ui({body:la,colgroup:ua,head:ca,html:sa,tbody:da});function sa(e){let t=P(e,-1);return!t||t.type!==`comment`}function ca(e){let t=new Set;for(let n of e.children)if(n.type===`element`&&(n.tagName===`base`||n.tagName===`title`)){if(t.has(n.tagName))return!1;t.add(n.tagName)}let n=e.children[0];return!n||n.type===`element`}function la(e){let t=P(e,-1,!0);return!t||t.type!==`comment`&&!(t.type===`text`&&Li(t.value.charAt(0)))&&!(t.type===`element`&&(t.tagName===`meta`||t.tagName===`link`||t.tagName===`script`||t.tagName===`style`||t.tagName===`template`))}function ua(e,t,n){let r=zi(n,t),i=P(e,-1,!0);return n&&r&&r.type===`element`&&r.tagName===`colgroup`&&Wi(r,n.children.indexOf(r),n)?!1:!!(i&&i.type===`element`&&i.tagName===`col`)}function da(e,t,n){let r=zi(n,t),i=P(e,-1);return n&&r&&r.type===`element`&&(r.tagName===`thead`||r.tagName===`tbody`)&&Wi(r,n.children.indexOf(r),n)?!1:!!(i&&i.type===`element`&&i.tagName===`tr`)}var fa={name:[[`
4
4
  \f\r &/=>`.split(``),`
@@ -0,0 +1 @@
1
+ import{_ as e,g as t,i as n,m as r,v as i}from"./B551Pnuh.js";import{En as a,H as o,J as s,L as c,Ut as l,an as u,it as d,nt as f,ot as p,un as m,vn as h}from"./BKdLzFmX.js";var g=i({docsBase:t,reporters:e}),_=new Set([`link`,`style`,`script`,`noscript`]),v=new Set([`title`,`titleTemplate`,`script`,`style`,`noscript`]),y=new Set([`base`,`meta`,`link`,`style`,`script`,`noscript`]),b=new Set([`title`,`base`,`htmlAttrs`,`bodyAttrs`,`meta`,`link`,`style`,`script`,`noscript`]),x=new Set([`base`,`title`,`titleTemplate`,`bodyAttrs`,`htmlAttrs`,`templateParams`]),S=new Set([`key`,`tagPosition`,`tagPriority`,`tagDuplicateStrategy`,`innerHTML`,`textContent`,`processTemplateParams`]),ee=new Set([`templateParams`,`htmlAttrs`,`bodyAttrs`]),te=new Set([`theme-color`,`google-site-verification`,`author`,`og:locale:alternate`,`og:image`,`og:video`,`og:audio`,`article:author`,`article:tag`,`book:author`,`book:tag`,`twitter:image`]),ne={critical:-8,high:-1,low:2},C=e=>typeof e==`number`?Number.isFinite(e):e;function w(e){return e===`__proto__`||e===`constructor`||e===`prototype`}function T(e){let t=new r;for(let n in e||{})t.hook(n,e[n]);return t}function E(e,t,n){if(e.hooks?._hooks?.[t]?.length)return e.hooks?.callHook(t,n)}var D=/^(?:viewport|description|keywords|robots)$/,O=[`name`,`property`,`http-equiv`];function k(e){let t=e.indexOf(`:`);if(t===-1)return!1;let n=e.slice(t+1);return te.has(n)||n.startsWith(`og:image:`)||n.startsWith(`og:video:`)||n.startsWith(`og:audio:`)||n.startsWith(`twitter:image:`)}function A(e){let{props:t,tag:n,key:r}=e;if(x.has(n))return n;if(n===`link`){if(t.rel===`canonical`)return`canonical`;if(t.rel===`alternate`&&t.hreflang)return`alternate:${t.hreflang}`}if(t.charset)return`charset`;if(n===`meta`)for(let e of O){let n=t[e];if(n!==void 0)return`meta:${n}${(typeof n!=`string`||!n.includes(`:`))&&!D.test(n)&&r?`:key:${r}`:``}`}return r?`${n}:key:${r}`:t.id?`${n}:id:${t.id}`:n===`link`&&t.rel&&t.href?`link:${t.rel}:${t.href}`:v.has(n)&&(e.textContent||e.innerHTML)?`${n}:content:${e.textContent||e.innerHTML}`:void 0}function j(e){let t=e._h||e._d||e.textContent||e.innerHTML;if(t)return t;let n=Object.keys(e.props).sort(),r=`${e.tag}:`,i=``;for(let t of n)r+=`${i}${t}:${String(e.props[t])}`,i=`,`;return r}function M(e,t,n){if(n===`_resolver`)return e;typeof e==`function`&&(!n||n!==`titleTemplate`&&!n.startsWith(`on`))&&(e=e());let r=t?t(n,e):e;if(Array.isArray(r)){let e;for(let n=0;n<r.length;n++){let i=M(r[n],t);e?e[n]=i:i!==r[n]&&(e=r.slice(0,n),e[n]=i)}return e||r}if(r?.constructor===Object){let e;for(let n in r){let i=w(n),a=i?void 0:M(r[n],t,n);if(!e&&(i||a!==r[n])){e={};for(let t in r){if(t===n)break;e[t]=r[t]}}e&&!i&&(e[n]=a)}return e||r}return r}var N=/[\s"'<>/=\x00-\x1F\x7F]/;function P(e,t){let n=e===`style`,r=n?new Map:new Set,i=e=>{if(e)if(n){let t=e.indexOf(`:`);t>0&&r.set(e.slice(0,t).trim(),e.slice(t+1).trim())}else e.split(` `).forEach(e=>e&&r.add(e))};if(typeof t==`string`)(n?t.split(`;`):[t]).forEach(i);else if(Array.isArray(t))t.forEach(i);else if(t&&typeof t==`object`)for(let e in t){let a=t[e];a&&a!==`false`&&(n?r.set(e.trim(),String(a)):i(e))}return r}function F(e,t){if(e.props=e.props||{},!t)return e;if(e.tag===`templateParams`)return e.props=t,e;let n=y.has(e.tag)||e.tag===`htmlAttrs`||e.tag===`bodyAttrs`;for(let r in t){if(w(r))continue;let i=r.startsWith(`data-`),a=n&&!S.has(r),o=a&&!i?r.toLowerCase():r;if(a&&(!o||N.test(o)))continue;let s=t[r];if(s===null)e.props[o]=null;else if(r===`class`||r===`style`)e.props[r]=P(r,s);else if(S.has(r))if((r===`textContent`||r===`innerHTML`)&&typeof s==`object`){let n=t.type||`application/json`;(n.endsWith(`json`)||n===`speculationrules`||n===`importmap`)&&(e.props.type=t.type=n,e[r]=JSON.stringify(s))}else e[r]=s;else if(s!==void 0){let t=String(s),n=e.tag===`meta`&&o===`content`;e.props[o]=t===`true`||t===``?i||n?t:!0:!s&&i&&t===`false`?`false`:s}}return e}function I(e,t){let n;return t.length&&(n=(e,n)=>{for(let r=0;r<t.length;r++)n=t[r](e,n);return n},e=n(void 0,e)),M(e,n)}function L(e,t){let n=F({tag:e,props:{}},typeof t==`object`&&typeof t!=`function`?t:{[e===`script`||e===`noscript`||e===`style`?`innerHTML`:`textContent`]:t});if(n.key&&_.has(n.tag)&&(n.props[`data-hid`]=n._h=n.key),n.tag===`script`&&typeof n.innerHTML==`object`&&(n.innerHTML=JSON.stringify(n.innerHTML),n.props.type=n.props.type||`application/json`),Array.isArray(n.props.content)){let e=[];for(let t of n.props.content)e.push({...n,props:{...n.props,content:t}});return e}return n}function R(e,t){if(Array.isArray(t))for(let n of t)e.push(n);else e.push(t)}function re(e,t){if(!e)return[];typeof e==`function`&&(e=e()),e=I(e,t);let n=[];for(let t in e){let r=e[t];if(r!==void 0)if(Array.isArray(r))for(let e of r)R(n,L(t,e));else R(n,L(t,r))}return n}var z=/</g,B=/<\/script/g,V=(e,t)=>e._w===t._w?e._p-t._p:e._w-t._w,H=()=>100;function U(e){for(let t in e)return!1;return!0}var W=/^tags:|:render/;function G(e,t){let n=(t[`entries:resolve`]?.length||0)+(t[`entries:normalize`]?.length||0);if(e._h!==n){e._h=n;for(let t of e.entries.values())delete t._tags}}function K(e){for(let t=0;t<e.length;t++){let n=e[t],r={...n.props};r.class instanceof Set&&(r.class=new Set(r.class)),r.style instanceof Map&&(r.style=new Map(r.style)),e[t]={...n,props:r}}}function q(e,t){let n=e.tags,r=0;for(let t of e.tagMap.values())if(Array.isArray(t))for(let e of t)n[r++]=e;else n[r++]=t;n.length=r,t&&n.sort(V)}function J(e){let t=!1;for(let n of e.tags.sort(V)){let r=n._d||j(n);if(!r)continue;let i=e.tagMap.get(r);if(!i){e.tagMap.set(r,n);continue}if((n.tagDuplicateStrategy||(ee.has(n.tag)?`merge`:null)||(n.key&&n.key===i.key?`merge`:null))===`merge`){let t={...i.props};for(let e in n.props)t[e]=e===`style`?new Map([...i.props.style||new Map,...n.props[e]]):e===`class`?new Set([...i.props.class||[],...n.props[e]]):n.props[e];e.tagMap.set(r,{...n,props:t})}else n._p>>10==i._p>>10&&n.tag===`meta`&&k(r)?(e.tagMap.set(r,Object.assign([...Array.isArray(i)?i:[i],n],n)),t=!0):(n._w===i._w?n._p>i._p:n._w<i._w)&&e.tagMap.set(r,n)}return t}function Y(e,t){let n=e.tagMap.get(`title`),r=e.tagMap.get(`titleTemplate`);if(t._title=n?.textContent,!r)return;let i=r.textContent;if(t._titleTemplate=i,!i)return;let a=typeof i==`function`?i(n?.textContent):i;typeof a==`string`&&!t.plugins.has(`template-params`)&&(a=a.replace(`%s`,n?.textContent||``)),n?a===null?e.tagMap.delete(`title`):e.tagMap.set(`title`,{...n,textContent:a}):e.tagMap.set(`titleTemplate`,{...r,tag:`title`,textContent:a})}function X(e){let t=0;for(let n of e){let{innerHTML:r,tag:i,props:a}=n;if(!(!b.has(i)||U(a)&&!C(r)&&!C(n.textContent))&&!(i===`meta`&&!C(a.content)&&!a[`http-equiv`]&&!a.charset)){if(i===`script`&&(r||n.textContent)){let e=String(a.type),t=e.endsWith(`json`)||e===`importmap`||e===`speculationrules`,i=e=>t?(typeof e==`string`?e:JSON.stringify(e)).replace(z,`\\u003C`):typeof e==`string`?e.replace(B,`<\\/script`):e;n={...n},r&&(n.innerHTML=i(r)),n.textContent&&=i(n.textContent),n._d=A(n)}e[t++]=n}}return e.length=t,e}function ie(e,t){let n=t?.tagWeight??e.resolvedOptions._tagWeight??H,r={tagMap:new Map,tags:[]},i=e.hooks?._hooks||{};G(e,i);for(let t of e.entries.values())t._pending!==void 0&&(t.input=t._pending,delete t._pending,delete t._tags,delete t._precomputedTags);let a;(i[`entries:resolve`]?.length||i[`entries:normalize`]?.length)&&(a=[...e.entries.values()],i[`entries:resolve`]?.length&&E(e,`entries:resolve`,{entries:a,...r})),G(e,i);for(let t of a||e.entries.values()){let a=t._tags;if(!a)if(t._precomputedTags&&n===e.resolvedOptions._tagWeight&&!i[`entries:normalize`]?.length&&!i[`entries:resolve`]?.length&&(!t.options||U(t.options)))a=t._precomputedTags;else{if(a=re(t.input,e.resolvedOptions.propResolvers||[]),t.options&&!U(t.options))for(let e of a)Object.assign(e,t.options);if(i[`entries:normalize`]?.length){let n={tags:a,entry:t};E(e,`entries:normalize`,n),a=n.tags}for(let e=0;e<a.length;e++){let r=a[e];r._w=n(r),r._p=(t._i<<10)+e,r._d=A(r),r._d||(r._h=j(r))}t._tags=a}r.tags.push(...a)}for(let e in i)if(i[e]?.length&&W.test(e)){K(r.tags);break}let o=J(r);return Y(r,e),q(r,o),E(e,`tags:beforeResolve`,r),E(e,`tags:resolve`,r),E(e,`tags:afterResolve`,r),X(r.tags)}var Z=`usehead`;function ae(){if(o()){let e=s(Z);if(e)return e}throw Error(`useHead() was called without provide context, ensure you call it through the setup() function.`)}function oe(e){return{install(t){t.config.globalProperties.$unhead=e,t.config.globalProperties.$head=e,t.provide(Z,e)}}.install}var se=Object.assign((e,t)=>m(t)?a(t):t,{_static:!0});function ce(e,t={}){let n=t.head||ae();return n.ssr?n.push(e||{},t):le(n,e,t)}function le(e,t,n={}){let r=u();if(r&&!r.active)return{patch(){},dispose(){},_i:-1};let i=h(!1);if(n.onRendered&&r){let e=n.onRendered;n={...n,onRendered:t=>r.run(()=>e(t))}}let a;return l(()=>{let r=i.value?{}:M(t,se);a?a.patch(r):a=e.push(r,n)}),c()&&(d(()=>{a.dispose()}),p(()=>{i.value=!0}),f(()=>{i.value=!1})),a}function Q(e){let t=e||n();return t.ssrContext?.head||t.runWithContext(()=>{if(o()){let e=s(`usehead`);if(!e)throw g.NUXT_E6001();return e}})}function $(e,t={}){return ce(e,{head:t.head||Q(t.nuxt),...t})}export{j as a,ie as c,y as d,ne as f,A as i,E as l,$ as n,k as o,oe as r,F as s,Q as t,T as u};
@@ -1 +1 @@
1
- import{D as e,E as t,On as n,T as ee,Yt as te,Zn as r,_ as i,b as a,bt as o,gn as ne,k as s,mt as c,o as l,qt as u,tr as d,v as re,y as f}from"./BKdLzFmX.js";import{Wt as ie}from"./CH5oUfNi.js";import{I as p,p as m,t as h}from"./xAZ2vgo3.js";import{t as g}from"./BDNMzG2s.js";var _={class:`py-1`},v={key:0,class:`panel-grids rounded-xl flex flex-col items-center justify-center py-16 gap-4`},y={class:`w-14 h-14 rounded-2xl bg-(--color-surface-elevated) border border-(--color-border) flex items-center justify-center`},b={class:`hint-callout text-xs max-w-sm`},x={key:1,class:`stagger-children space-y-4`},S={class:`flex flex-wrap gap-2.5`},C={class:`stat-card`},w={class:`stat-value`},T={class:`stat-card`},E={class:`stat-value`},D={class:`stat-card`},O={class:`stat-value`},k={class:`stat-card`},A={class:`stat-value capitalize text-sm`},j={class:`flex items-center gap-2 text-xs text-(--color-text-subtle)`},M={class:`px-1.5 py-0.5 rounded text-[11px] font-mono bg-(--color-surface-sunken) border border-(--color-border-subtle) text-(--color-text-muted)`},N={class:`space-y-3`},P={class:`p-4`},F={class:`flex items-start justify-between gap-4`},I={class:`flex items-center gap-2.5 min-w-0`},L={class:`w-7 h-7 rounded-lg bg-(--color-surface-sunken) border border-(--color-border-subtle) flex items-center justify-center flex-shrink-0 overflow-hidden`},R=[`innerHTML`],z={class:`text-sm font-semibold tracking-tight`},B={class:`ml-2 text-[10px] px-1.5 py-0.5 rounded-full bg-(--color-surface-sunken) text-(--color-text-subtle) font-medium`},V={class:`flex gap-0.5 flex-shrink-0`},ae={class:`flex items-center gap-1.5 mt-2.5 flex-wrap`},H={key:0,class:`fp-badge fp-badge-info`},U={key:1,class:`fp-badge fp-badge-warn`},W={key:2,class:`fp-badge fp-badge-muted`},G={key:0,class:`px-4 pb-3 flex items-center gap-1.5 flex-wrap`},K={key:1,class:`border-t border-(--color-border-subtle)`},q=[`onClick`],J={class:`flex items-center gap-1.5`},oe={key:0,class:`opacity-50`},se={class:`border-t border-(--color-border-subtle)`},ce={style:{color:`oklch(55% 0.12 250)`},class:`min-w-0 truncate`},le={class:`text-(--color-text-subtle) min-w-0 truncate`},ue={key:0,class:`border-t border-(--color-border-subtle) px-4 py-2`},de={style:{color:`oklch(55% 0.12 300)`},class:`truncate`},fe={class:`text-(--color-text-subtle) truncate`},pe={key:0,class:`card overflow-hidden`},me={class:`px-4 py-2.5 border-b border-(--color-border-subtle)`},he={class:`text-xs font-semibold uppercase tracking-wider text-(--color-text-subtle) flex items-center gap-1.5`},ge={class:`overflow-x-auto`},_e={class:`w-full text-xs`},ve={class:`border-b border-(--color-border-subtle)`},ye={class:`px-4 py-2 font-medium whitespace-nowrap`},be={class:`px-2.5 py-2 text-center`},Y=g(s({__name:`first-party`,setup(s){let g=[`ip`,`userAgent`,`language`,`screen`,`timezone`,`hardware`],Y={ip:`IP Address`,userAgent:`User Agent`,language:`Language`,screen:`Screen`,timezone:`Timezone`,hardware:`Hardware`},xe={ip:`IP`,userAgent:`UA`,language:`Lang`,screen:`Screen`,timezone:`TZ`,hardware:`HW`},Se={ip:`i-carbon-location`,userAgent:`i-carbon-user-profile`,language:`i-carbon-translate`,screen:`i-carbon-screen`,timezone:`i-carbon-time`,hardware:`i-carbon-chip`},X=ne({});function Ce(e){X[e]=!X[e]}function Z(e){return e===`full`?`privacy-full`:e===`partial`?`privacy-partial`:`privacy-none`}function we(e){return e===`bundle-rewrite-intercept`?`mechanism-bundle`:`mechanism-config`}function Q(e){return e===`bundle-rewrite-intercept`?`Bundle + Rewrite`:`Config Injection`}return(ne,s)=>{let $=m,Te=h;return c(),a(`div`,_,[n(p)?.enabled?(c(),a(`div`,x,[i(`div`,S,[s[7]||=ee(`<div class="stat-card" data-v-97e4a274><div class="stat-label" data-v-97e4a274> Status </div><div class="flex items-center gap-1.5" data-v-97e4a274><span class="stat-dot stat-dot-active" data-v-97e4a274></span><span class="text-sm font-semibold" style="color:oklch(55% 0.18 145);" data-v-97e4a274>Active</span></div></div>`,1),i(`div`,C,[s[3]||=i(`div`,{class:`stat-label`},` Scripts `,-1),i(`div`,w,d(n(p).scripts.length),1)]),i(`div`,T,[s[4]||=i(`div`,{class:`stat-label`},` Routes `,-1),i(`div`,E,d(n(p).totalRoutes),1)]),i(`div`,D,[s[5]||=i(`div`,{class:`stat-label`},` Domains `,-1),i(`div`,O,d(n(p).totalDomains),1)]),i(`div`,k,[s[6]||=i(`div`,{class:`stat-label`},` Privacy `,-1),i(`div`,A,d(n(p).privacyMode),1)])]),i(`div`,j,[e($,{name:`i-carbon-direction-fork`,class:`text-sm`}),s[8]||=t(` Proxy prefix: `,-1),i(`code`,M,d(n(p).proxyPrefix),1)]),i(`div`,N,[(c(!0),a(l,null,o(n(p).scripts,n=>(c(),a(`div`,{key:n.registryKey,class:`card overflow-hidden`},[i(`div`,P,[i(`div`,F,[i(`div`,I,[i(`div`,L,[n.logo?(c(),a(`div`,{key:0,class:`w-5 h-5 flex items-center justify-center [&>svg]:max-w-5 [&>svg]:max-h-5`,innerHTML:n.logo},null,8,R)):(c(),re($,{key:1,name:`i-carbon-script`,class:`text-sm text-(--color-text-subtle)`}))]),i(`div`,null,[i(`span`,z,d(n.label),1),i(`span`,B,d(n.category),1)])]),i(`div`,V,[(c(),a(l,null,o(g,t=>e(Te,{key:t,text:`${Y[t]}: ${n.privacy[t]?`Anonymised`:`Passthrough`}`},{default:u(()=>[i(`div`,{class:r([`privacy-flag`,n.privacy[t]?`privacy-flag-on`:`privacy-flag-off`])},[e($,{name:Se[t],class:`text-xs`},null,8,[`name`])],2)]),_:2},1032,[`text`])),64))])]),i(`div`,ae,[i(`span`,{class:r([`fp-badge`,we(n.mechanism)])},d(Q(n.mechanism)),3),i(`span`,{class:r([`fp-badge`,Z(n.privacyLevel)])},d(n.privacyLevel===`full`?`Full Privacy`:n.privacyLevel===`partial`?`Partial`:`Passthrough`),3),n.hasAutoInject?(c(),a(`span`,H,` Auto-inject`+d(n.autoInjectField?`: ${n.autoInjectField}`:``),1)):f(``,!0),n.canvasFingerprinting?(c(),a(`span`,U,` Canvas FP neutralized `)):f(``,!0),n.hasSdkPatches?(c(),a(`span`,W,` SDK patches `)):f(``,!0)])]),n.domains?.length?(c(),a(`div`,G,[s[9]||=i(`span`,{class:`text-[10px] text-(--color-text-subtle) mr-0.5`},`Proxying:`,-1),(c(!0),a(l,null,o(n.domains,e=>(c(),a(`span`,{key:e,class:`text-[10px] font-mono px-1.5 py-0.5 rounded bg-(--color-surface-sunken) text-(--color-text-muted) border border-(--color-border-subtle)`},d(e),1))),128))])):f(``,!0),n.routes?.length?(c(),a(`div`,K,[i(`button`,{class:`w-full px-4 py-2 flex items-center justify-between text-xs text-(--color-text-subtle) hover:text-(--color-text-muted) transition-colors cursor-pointer`,onClick:e=>Ce(n.registryKey)},[i(`span`,J,[e($,{name:`i-carbon-arrows-horizontal`,class:`text-xs`}),t(` `+d(n.routes.length)+` route`+d(n.routes.length>1?`s`:``)+` `,1),n.interceptRules?.length?(c(),a(`span`,oe,` · `+d(n.interceptRules.length)+` intercept rule`+d(n.interceptRules.length>1?`s`:``),1)):f(``,!0)]),e($,{name:X[n.registryKey]?`i-carbon-chevron-up`:`i-carbon-chevron-down`,class:`text-xs transition-transform`},null,8,[`name`])],8,q),te(i(`div`,null,[i(`div`,se,[(c(!0),a(l,null,o(n.routes,(t,n)=>(c(),a(`div`,{key:n,class:`px-4 py-1.5 flex items-center gap-2 text-[11px] font-mono hover:bg-(--color-surface-sunken) transition-colors`},[i(`span`,ce,d(t.local),1),e($,{name:`i-carbon-arrow-right`,class:`text-[9px] opacity-25 flex-shrink-0`}),i(`span`,le,d(t.target),1)]))),128))]),n.interceptRules?.length?(c(),a(`div`,ue,[s[10]||=i(`div`,{class:`text-[10px] uppercase tracking-wider text-(--color-text-subtle) mb-1 font-medium`},` Intercept Rules `,-1),(c(!0),a(l,null,o(n.interceptRules,(t,n)=>(c(),a(`div`,{key:n,class:`py-1 flex items-center gap-2 text-[11px] font-mono`},[i(`span`,de,d(t.pattern)+d(t.pathPrefix),1),e($,{name:`i-carbon-arrow-right`,class:`text-[9px] opacity-25 flex-shrink-0`}),i(`span`,fe,d(t.target),1)]))),128))])):f(``,!0)],512),[[ie,X[n.registryKey]]])])):f(``,!0)]))),128))]),n(p).scripts.length>1?(c(),a(`div`,pe,[i(`div`,me,[i(`h4`,he,[e($,{name:`i-carbon-data-table`,class:`text-sm`}),s[11]||=t(` Privacy Matrix `,-1)])]),i(`div`,ge,[i(`table`,_e,[i(`thead`,null,[i(`tr`,ve,[s[12]||=i(`th`,{class:`px-4 py-2 text-left font-medium text-(--color-text-subtle)`},` Script `,-1),(c(),a(l,null,o(g,e=>i(`th`,{key:e,class:`px-2.5 py-2 text-center font-medium text-(--color-text-subtle) whitespace-nowrap`},d(xe[e]),1)),64)),s[13]||=i(`th`,{class:`px-2.5 py-2 text-center font-medium text-(--color-text-subtle)`},` Level `,-1)])]),i(`tbody`,null,[(c(!0),a(l,null,o(n(p).scripts,e=>(c(),a(`tr`,{key:e.registryKey,class:`border-b border-(--color-border-subtle) last:border-b-0 hover:bg-(--color-surface-sunken) transition-colors`},[i(`td`,ye,d(e.label),1),(c(),a(l,null,o(g,t=>i(`td`,{key:t,class:`px-2.5 py-2 text-center`},[i(`div`,{class:r([`w-2.5 h-2.5 rounded-full mx-auto`,e.privacy[t]?`matrix-dot-on`:`matrix-dot-off`])},null,2)])),64)),i(`td`,be,[i(`span`,{class:r([`fp-badge text-[10px]`,Z(e.privacyLevel)])},d(e.privacyLevel),3)])]))),128))])])])])):f(``,!0),s[14]||=i(`div`,{class:`text-center pt-1 pb-3`},[i(`a`,{href:`https://scripts.nuxt.com/docs/guides/first-party`,target:`_blank`,class:`link-external text-xs`},` First-Party Mode: Privacy Focused Proxy `)],-1)])):(c(),a(`div`,v,[i(`div`,y,[e($,{name:`i-carbon-security`,class:`text-3xl text-(--color-text-subtle)`})]),s[1]||=i(`div`,{class:`text-center space-y-1.5`},[i(`p`,{class:`text-sm font-semibold text-(--color-text-muted)`},` Privacy Proxy is not active `),i(`p`,{class:`text-xs text-(--color-text-subtle) max-w-sm`},` The reverse proxy is auto-enabled when scripts with proxy capabilities are configured in the registry. `)],-1),i(`div`,b,[e($,{name:`i-carbon-information`,class:`hint-callout-icon text-base flex-shrink-0`}),s[0]||=i(`div`,null,[t(` Check that your registry scripts have not set `),i(`code`,{class:`px-1 py-0.5 rounded text-[11px] font-mono bg-(--color-surface-sunken)`},`proxy: false`),t(` or `),i(`code`,{class:`px-1 py-0.5 rounded text-[11px] font-mono bg-(--color-surface-sunken)`},`bundle: false`),t(`. `)],-1)]),s[2]||=i(`a`,{href:`https://scripts.nuxt.com/docs/guides/first-party`,target:`_blank`,class:`link-external text-xs mt-1`},` View Documentation `,-1)]))])}}}),[[`__scopeId`,`data-v-97e4a274`]]);export{Y as default};
1
+ import{D as e,E as t,On as n,T as ee,Yt as te,Zn as r,_ as i,b as a,bt as o,gn as ne,k as s,mt as c,o as l,qt as u,tr as d,v as re,y as f}from"./BKdLzFmX.js";import{Wt as ie}from"./CH5oUfNi.js";import{I as p,p as m,t as h}from"./CP7c-Js6.js";import{t as g}from"./BDNMzG2s.js";var _={class:`py-1`},v={key:0,class:`panel-grids rounded-xl flex flex-col items-center justify-center py-16 gap-4`},y={class:`w-14 h-14 rounded-2xl bg-(--color-surface-elevated) border border-(--color-border) flex items-center justify-center`},b={class:`hint-callout text-xs max-w-sm`},x={key:1,class:`stagger-children space-y-4`},S={class:`flex flex-wrap gap-2.5`},C={class:`stat-card`},w={class:`stat-value`},T={class:`stat-card`},E={class:`stat-value`},D={class:`stat-card`},O={class:`stat-value`},k={class:`stat-card`},A={class:`stat-value capitalize text-sm`},j={class:`flex items-center gap-2 text-xs text-(--color-text-subtle)`},M={class:`px-1.5 py-0.5 rounded text-[11px] font-mono bg-(--color-surface-sunken) border border-(--color-border-subtle) text-(--color-text-muted)`},N={class:`space-y-3`},P={class:`p-4`},F={class:`flex items-start justify-between gap-4`},I={class:`flex items-center gap-2.5 min-w-0`},L={class:`w-7 h-7 rounded-lg bg-(--color-surface-sunken) border border-(--color-border-subtle) flex items-center justify-center flex-shrink-0 overflow-hidden`},R=[`innerHTML`],z={class:`text-sm font-semibold tracking-tight`},B={class:`ml-2 text-[10px] px-1.5 py-0.5 rounded-full bg-(--color-surface-sunken) text-(--color-text-subtle) font-medium`},V={class:`flex gap-0.5 flex-shrink-0`},ae={class:`flex items-center gap-1.5 mt-2.5 flex-wrap`},H={key:0,class:`fp-badge fp-badge-info`},U={key:1,class:`fp-badge fp-badge-warn`},W={key:2,class:`fp-badge fp-badge-muted`},G={key:0,class:`px-4 pb-3 flex items-center gap-1.5 flex-wrap`},K={key:1,class:`border-t border-(--color-border-subtle)`},q=[`onClick`],J={class:`flex items-center gap-1.5`},oe={key:0,class:`opacity-50`},se={class:`border-t border-(--color-border-subtle)`},ce={style:{color:`oklch(55% 0.12 250)`},class:`min-w-0 truncate`},le={class:`text-(--color-text-subtle) min-w-0 truncate`},ue={key:0,class:`border-t border-(--color-border-subtle) px-4 py-2`},de={style:{color:`oklch(55% 0.12 300)`},class:`truncate`},fe={class:`text-(--color-text-subtle) truncate`},pe={key:0,class:`card overflow-hidden`},me={class:`px-4 py-2.5 border-b border-(--color-border-subtle)`},he={class:`text-xs font-semibold uppercase tracking-wider text-(--color-text-subtle) flex items-center gap-1.5`},ge={class:`overflow-x-auto`},_e={class:`w-full text-xs`},ve={class:`border-b border-(--color-border-subtle)`},ye={class:`px-4 py-2 font-medium whitespace-nowrap`},be={class:`px-2.5 py-2 text-center`},Y=g(s({__name:`first-party`,setup(s){let g=[`ip`,`userAgent`,`language`,`screen`,`timezone`,`hardware`],Y={ip:`IP Address`,userAgent:`User Agent`,language:`Language`,screen:`Screen`,timezone:`Timezone`,hardware:`Hardware`},xe={ip:`IP`,userAgent:`UA`,language:`Lang`,screen:`Screen`,timezone:`TZ`,hardware:`HW`},Se={ip:`i-carbon-location`,userAgent:`i-carbon-user-profile`,language:`i-carbon-translate`,screen:`i-carbon-screen`,timezone:`i-carbon-time`,hardware:`i-carbon-chip`},X=ne({});function Ce(e){X[e]=!X[e]}function Z(e){return e===`full`?`privacy-full`:e===`partial`?`privacy-partial`:`privacy-none`}function we(e){return e===`bundle-rewrite-intercept`?`mechanism-bundle`:`mechanism-config`}function Q(e){return e===`bundle-rewrite-intercept`?`Bundle + Rewrite`:`Config Injection`}return(ne,s)=>{let $=m,Te=h;return c(),a(`div`,_,[n(p)?.enabled?(c(),a(`div`,x,[i(`div`,S,[s[7]||=ee(`<div class="stat-card" data-v-97e4a274><div class="stat-label" data-v-97e4a274> Status </div><div class="flex items-center gap-1.5" data-v-97e4a274><span class="stat-dot stat-dot-active" data-v-97e4a274></span><span class="text-sm font-semibold" style="color:oklch(55% 0.18 145);" data-v-97e4a274>Active</span></div></div>`,1),i(`div`,C,[s[3]||=i(`div`,{class:`stat-label`},` Scripts `,-1),i(`div`,w,d(n(p).scripts.length),1)]),i(`div`,T,[s[4]||=i(`div`,{class:`stat-label`},` Routes `,-1),i(`div`,E,d(n(p).totalRoutes),1)]),i(`div`,D,[s[5]||=i(`div`,{class:`stat-label`},` Domains `,-1),i(`div`,O,d(n(p).totalDomains),1)]),i(`div`,k,[s[6]||=i(`div`,{class:`stat-label`},` Privacy `,-1),i(`div`,A,d(n(p).privacyMode),1)])]),i(`div`,j,[e($,{name:`i-carbon-direction-fork`,class:`text-sm`}),s[8]||=t(` Proxy prefix: `,-1),i(`code`,M,d(n(p).proxyPrefix),1)]),i(`div`,N,[(c(!0),a(l,null,o(n(p).scripts,n=>(c(),a(`div`,{key:n.registryKey,class:`card overflow-hidden`},[i(`div`,P,[i(`div`,F,[i(`div`,I,[i(`div`,L,[n.logo?(c(),a(`div`,{key:0,class:`w-5 h-5 flex items-center justify-center [&>svg]:max-w-5 [&>svg]:max-h-5`,innerHTML:n.logo},null,8,R)):(c(),re($,{key:1,name:`i-carbon-script`,class:`text-sm text-(--color-text-subtle)`}))]),i(`div`,null,[i(`span`,z,d(n.label),1),i(`span`,B,d(n.category),1)])]),i(`div`,V,[(c(),a(l,null,o(g,t=>e(Te,{key:t,text:`${Y[t]}: ${n.privacy[t]?`Anonymised`:`Passthrough`}`},{default:u(()=>[i(`div`,{class:r([`privacy-flag`,n.privacy[t]?`privacy-flag-on`:`privacy-flag-off`])},[e($,{name:Se[t],class:`text-xs`},null,8,[`name`])],2)]),_:2},1032,[`text`])),64))])]),i(`div`,ae,[i(`span`,{class:r([`fp-badge`,we(n.mechanism)])},d(Q(n.mechanism)),3),i(`span`,{class:r([`fp-badge`,Z(n.privacyLevel)])},d(n.privacyLevel===`full`?`Full Privacy`:n.privacyLevel===`partial`?`Partial`:`Passthrough`),3),n.hasAutoInject?(c(),a(`span`,H,` Auto-inject`+d(n.autoInjectField?`: ${n.autoInjectField}`:``),1)):f(``,!0),n.canvasFingerprinting?(c(),a(`span`,U,` Canvas FP neutralized `)):f(``,!0),n.hasSdkPatches?(c(),a(`span`,W,` SDK patches `)):f(``,!0)])]),n.domains?.length?(c(),a(`div`,G,[s[9]||=i(`span`,{class:`text-[10px] text-(--color-text-subtle) mr-0.5`},`Proxying:`,-1),(c(!0),a(l,null,o(n.domains,e=>(c(),a(`span`,{key:e,class:`text-[10px] font-mono px-1.5 py-0.5 rounded bg-(--color-surface-sunken) text-(--color-text-muted) border border-(--color-border-subtle)`},d(e),1))),128))])):f(``,!0),n.routes?.length?(c(),a(`div`,K,[i(`button`,{class:`w-full px-4 py-2 flex items-center justify-between text-xs text-(--color-text-subtle) hover:text-(--color-text-muted) transition-colors cursor-pointer`,onClick:e=>Ce(n.registryKey)},[i(`span`,J,[e($,{name:`i-carbon-arrows-horizontal`,class:`text-xs`}),t(` `+d(n.routes.length)+` route`+d(n.routes.length>1?`s`:``)+` `,1),n.interceptRules?.length?(c(),a(`span`,oe,` · `+d(n.interceptRules.length)+` intercept rule`+d(n.interceptRules.length>1?`s`:``),1)):f(``,!0)]),e($,{name:X[n.registryKey]?`i-carbon-chevron-up`:`i-carbon-chevron-down`,class:`text-xs transition-transform`},null,8,[`name`])],8,q),te(i(`div`,null,[i(`div`,se,[(c(!0),a(l,null,o(n.routes,(t,n)=>(c(),a(`div`,{key:n,class:`px-4 py-1.5 flex items-center gap-2 text-[11px] font-mono hover:bg-(--color-surface-sunken) transition-colors`},[i(`span`,ce,d(t.local),1),e($,{name:`i-carbon-arrow-right`,class:`text-[9px] opacity-25 flex-shrink-0`}),i(`span`,le,d(t.target),1)]))),128))]),n.interceptRules?.length?(c(),a(`div`,ue,[s[10]||=i(`div`,{class:`text-[10px] uppercase tracking-wider text-(--color-text-subtle) mb-1 font-medium`},` Intercept Rules `,-1),(c(!0),a(l,null,o(n.interceptRules,(t,n)=>(c(),a(`div`,{key:n,class:`py-1 flex items-center gap-2 text-[11px] font-mono`},[i(`span`,de,d(t.pattern)+d(t.pathPrefix),1),e($,{name:`i-carbon-arrow-right`,class:`text-[9px] opacity-25 flex-shrink-0`}),i(`span`,fe,d(t.target),1)]))),128))])):f(``,!0)],512),[[ie,X[n.registryKey]]])])):f(``,!0)]))),128))]),n(p).scripts.length>1?(c(),a(`div`,pe,[i(`div`,me,[i(`h4`,he,[e($,{name:`i-carbon-data-table`,class:`text-sm`}),s[11]||=t(` Privacy Matrix `,-1)])]),i(`div`,ge,[i(`table`,_e,[i(`thead`,null,[i(`tr`,ve,[s[12]||=i(`th`,{class:`px-4 py-2 text-left font-medium text-(--color-text-subtle)`},` Script `,-1),(c(),a(l,null,o(g,e=>i(`th`,{key:e,class:`px-2.5 py-2 text-center font-medium text-(--color-text-subtle) whitespace-nowrap`},d(xe[e]),1)),64)),s[13]||=i(`th`,{class:`px-2.5 py-2 text-center font-medium text-(--color-text-subtle)`},` Level `,-1)])]),i(`tbody`,null,[(c(!0),a(l,null,o(n(p).scripts,e=>(c(),a(`tr`,{key:e.registryKey,class:`border-b border-(--color-border-subtle) last:border-b-0 hover:bg-(--color-surface-sunken) transition-colors`},[i(`td`,ye,d(e.label),1),(c(),a(l,null,o(g,t=>i(`td`,{key:t,class:`px-2.5 py-2 text-center`},[i(`div`,{class:r([`w-2.5 h-2.5 rounded-full mx-auto`,e.privacy[t]?`matrix-dot-on`:`matrix-dot-off`])},null,2)])),64)),i(`td`,be,[i(`span`,{class:r([`fp-badge text-[10px]`,Z(e.privacyLevel)])},d(e.privacyLevel),3)])]))),128))])])])])):f(``,!0),s[14]||=i(`div`,{class:`text-center pt-1 pb-3`},[i(`a`,{href:`https://scripts.nuxt.com/docs/guides/first-party`,target:`_blank`,class:`link-external text-xs`},` First-Party Mode: Privacy Focused Proxy `)],-1)])):(c(),a(`div`,v,[i(`div`,y,[e($,{name:`i-carbon-security`,class:`text-3xl text-(--color-text-subtle)`})]),s[1]||=i(`div`,{class:`text-center space-y-1.5`},[i(`p`,{class:`text-sm font-semibold text-(--color-text-muted)`},` Privacy Proxy is not active `),i(`p`,{class:`text-xs text-(--color-text-subtle) max-w-sm`},` The reverse proxy is auto-enabled when scripts with proxy capabilities are configured in the registry. `)],-1),i(`div`,b,[e($,{name:`i-carbon-information`,class:`hint-callout-icon text-base flex-shrink-0`}),s[0]||=i(`div`,null,[t(` Check that your registry scripts have not set `),i(`code`,{class:`px-1 py-0.5 rounded text-[11px] font-mono bg-(--color-surface-sunken)`},`proxy: false`),t(` or `),i(`code`,{class:`px-1 py-0.5 rounded text-[11px] font-mono bg-(--color-surface-sunken)`},`bundle: false`),t(`. `)],-1)]),s[2]||=i(`a`,{href:`https://scripts.nuxt.com/docs/guides/first-party`,target:`_blank`,class:`link-external text-xs mt-1`},` View Documentation `,-1)]))])}}}),[[`__scopeId`,`data-v-97e4a274`]]);export{Y as default};