@cas-smartdesign/virtual-list 6.3.0 → 7.0.0

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.
package/dist/docs/doc.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./1_selection_types.js","./item-provider.mjs","./2_lazy_load_with_search.js","./3_duplicate_items.js"])))=>i.map(i=>d[i]);
2
- (function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const t of document.querySelectorAll('link[rel="modulepreload"]'))n(t);new MutationObserver(t=>{for(const o of t)if(o.type==="childList")for(const a of o.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&n(a)}).observe(document,{childList:!0,subtree:!0});function i(t){const o={};return t.integrity&&(o.integrity=t.integrity),t.referrerPolicy&&(o.referrerPolicy=t.referrerPolicy),t.crossOrigin==="use-credentials"?o.credentials="include":t.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function n(t){if(t.ep)return;t.ep=!0;const o=i(t);fetch(t.href,o)}})();const Tr="modulepreload",Lr=function(r,e){return new URL(r,e).href},Gi={},fi=function(e,i,n){let t=Promise.resolve();if(i&&i.length>0){let h=function(s){return Promise.all(s.map(u=>Promise.resolve(u).then(l=>({status:"fulfilled",value:l}),l=>({status:"rejected",reason:l}))))};const a=document.getElementsByTagName("link"),p=document.querySelector("meta[property=csp-nonce]"),b=p?.nonce||p?.getAttribute("nonce");t=h(i.map(s=>{if(s=Lr(s,n),s in Gi)return;Gi[s]=!0;const u=s.endsWith(".css"),l=u?'[rel="stylesheet"]':"";if(!!n)for(let m=a.length-1;m>=0;m--){const g=a[m];if(g.href===s&&(!u||g.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${s}"]${l}`))return;const f=document.createElement("link");if(f.rel=u?"stylesheet":Tr,u||(f.as="script"),f.crossOrigin="",f.href=s,b&&f.setAttribute("nonce",b),document.head.appendChild(f),u)return new Promise((m,g)=>{f.addEventListener("load",m),f.addEventListener("error",()=>g(new Error(`Unable to preload CSS for ${s}`)))})}))}function o(a){const p=new Event("vite:preloadError",{cancelable:!0});if(p.payload=a,window.dispatchEvent(p),!p.defaultPrevented)throw a}return t.then(a=>{for(const p of a||[])p.status==="rejected"&&o(p.reason);return e().catch(o)})},jr=`<div id="selection-example">
2
+ (function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))n(i);new MutationObserver(i=>{for(const o of i)if(o.type==="childList")for(const a of o.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&n(a)}).observe(document,{childList:!0,subtree:!0});function t(i){const o={};return i.integrity&&(o.integrity=i.integrity),i.referrerPolicy&&(o.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?o.credentials="include":i.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function n(i){if(i.ep)return;i.ep=!0;const o=t(i);fetch(i.href,o)}})();const qs="modulepreload",Hs=function(s,e){return new URL(s,e).href},Zi={},mi=function(e,t,n){let i=Promise.resolve();if(t&&t.length>0){let h=function(r){return Promise.all(r.map(u=>Promise.resolve(u).then(l=>({status:"fulfilled",value:l}),l=>({status:"rejected",reason:l}))))};const a=document.getElementsByTagName("link"),p=document.querySelector("meta[property=csp-nonce]"),b=p?.nonce||p?.getAttribute("nonce");i=h(t.map(r=>{if(r=Hs(r,n),r in Zi)return;Zi[r]=!0;const u=r.endsWith(".css"),l=u?'[rel="stylesheet"]':"";if(!!n)for(let m=a.length-1;m>=0;m--){const g=a[m];if(g.href===r&&(!u||g.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${r}"]${l}`))return;const f=document.createElement("link");if(f.rel=u?"stylesheet":qs,u||(f.as="script"),f.crossOrigin="",f.href=r,b&&f.setAttribute("nonce",b),document.head.appendChild(f),u)return new Promise((m,g)=>{f.addEventListener("load",m),f.addEventListener("error",()=>g(new Error(`Unable to preload CSS for ${r}`)))})}))}function o(a){const p=new Event("vite:preloadError",{cancelable:!0});if(p.payload=a,window.dispatchEvent(p),!p.defaultPrevented)throw a}return i.then(a=>{for(const p of a||[])p.status==="rejected"&&o(p.reason);return e().catch(o)})},Fs=`<div id="selection-example">
3
3
  <div id="notification"></div>
4
4
  <div>
5
5
  <b>Trigger only</b>
@@ -14,8 +14,8 @@ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./1_selection_types.js
14
14
  <sd-virtual-list selection-type="multi" item-height="50" tabindex="0"></sd-virtual-list>
15
15
  </div>
16
16
  </div>
17
- `,Dr=`<h3 id="selection-types">Selection types</h3>
18
- `,zr=`#selection-example {
17
+ `,Ws=`<h3 id="selection-types">Selection types</h3>
18
+ `,Vs=`#selection-example {
19
19
  display: grid;
20
20
  grid-template-columns: repeat(3, 1fr);
21
21
  column-gap: 16px;
@@ -39,7 +39,7 @@ sd-virtual-list {
39
39
  #notification + div {
40
40
  grid-column-start: 1;
41
41
  }
42
- `,Ur=`import "@cas-smartdesign/virtual-list";
42
+ `,Gs=`import "@cas-smartdesign/virtual-list";
43
43
  import VirtualList from "@cas-smartdesign/virtual-list";
44
44
  import { ItemDataProvider } from "item-provider";
45
45
 
@@ -58,7 +58,7 @@ lists.forEach((list: VirtualList) => {
58
58
  }\\nModifier pressed: \${event.detail.hasModifier}\`;
59
59
  });
60
60
  });
61
- `,pi=`import { ItemData } from "@cas-smartdesign/list-item";
61
+ `,gi=`import { ItemData } from "@cas-smartdesign/list-item";
62
62
  import { ExampleItem, generateSampleData } from "./sample-data";
63
63
  import { ListDataProvider } from "@cas-smartdesign/virtual-list";
64
64
 
@@ -111,7 +111,7 @@ export class ItemDataProvider extends ListDataProvider {
111
111
  return div;
112
112
  }
113
113
  }
114
- `,mi=`export type ExampleItem = {
114
+ `,bi=`export type ExampleItem = {
115
115
  caption: string;
116
116
  description?: string;
117
117
  disabled?: boolean;
@@ -161,17 +161,17 @@ export function generateSampleData(itemCount = firstNames.length * lastNames.len
161
161
  }
162
162
  return data;
163
163
  }
164
- `,Br={mainContent:jr,description:Dr,css:zr,initializer:{content:Ur,type:"typescript",initialize:()=>fi(()=>import("./1_selection_types.js"),__vite__mapDeps([0,1]),import.meta.url)},additionalSources:[{type:"source",label:"item-provider",language:"typescript",content:pi},{type:"source",label:"sample-data",language:"typescript",content:mi}]},qr=Object.freeze(Object.defineProperty({__proto__:null,default:Br},Symbol.toStringTag,{value:"Module"})),Hr=`<div id="search-example">
164
+ `,Ks={mainContent:Fs,description:Ws,css:Vs,initializer:{content:Gs,type:"typescript",initialize:()=>mi(()=>import("./1_selection_types.js"),__vite__mapDeps([0,1]),import.meta.url)},additionalSources:[{type:"source",label:"item-provider",language:"typescript",content:gi},{type:"source",label:"sample-data",language:"typescript",content:bi}]},Zs=Object.freeze(Object.defineProperty({__proto__:null,default:Ks},Symbol.toStringTag,{value:"Module"})),Js=`<div id="search-example">
165
165
  <div>
166
166
  <div id="search-bar"><label for="search-input">Search: </label><input id="search-input" /></div>
167
167
  <sd-virtual-list selection-type="single" item-height="50" tabindex="0"></sd-virtual-list>
168
168
  <div id="no-result">No matching items for: <span id="search-term"></span></div>
169
169
  </div>
170
170
  </div>
171
- `,Fr=`<h3 id="lazy-loading-list-with-search">Lazy loading list with search</h3>
171
+ `,Xs=`<h3 id="lazy-loading-list-with-search">Lazy loading list with search</h3>
172
172
  <p>This example shows how a lazy loading data provider works with search functionality and how the list&#39;s height changes depending
173
173
  on the number of the search results.</p>
174
- `,Wr=`#search-example {
174
+ `,Qs=`#search-example {
175
175
  display: grid;
176
176
  grid-template-columns: repeat(2, 1fr);
177
177
  column-gap: 16px;
@@ -209,7 +209,7 @@ sd-virtual-list {
209
209
  min-height: 50px;
210
210
  line-height: 50px;
211
211
  }
212
- `,Gr=`import "@cas-smartdesign/virtual-list";
212
+ `,Ys=`import "@cas-smartdesign/virtual-list";
213
213
  import VirtualList from "@cas-smartdesign/virtual-list";
214
214
  import { ItemDataProvider } from "item-provider";
215
215
  import { ExampleItem, generateSampleData } from "../sample-data";
@@ -310,12 +310,12 @@ searchField.addEventListener("input", (event) => {
310
310
  list.scrollToItem(0, "start");
311
311
  list.selectedIndices = [];
312
312
  });
313
- `,Vr={mainContent:Hr,description:Fr,css:Wr,initializer:{content:Gr,type:"typescript",initialize:()=>fi(()=>import("./2_lazy_load_with_search.js"),__vite__mapDeps([2,1]),import.meta.url)},additionalSources:[{type:"source",label:"item-provider",language:"typescript",content:pi},{type:"source",label:"sample-data",language:"typescript",content:mi}]},Kr=Object.freeze(Object.defineProperty({__proto__:null,default:Vr},Symbol.toStringTag,{value:"Module"})),Zr=`<div id="duplicate-example">
313
+ `,er={mainContent:Js,description:Xs,css:Qs,initializer:{content:Ys,type:"typescript",initialize:()=>mi(()=>import("./2_lazy_load_with_search.js"),__vite__mapDeps([2,1]),import.meta.url)},additionalSources:[{type:"source",label:"item-provider",language:"typescript",content:gi},{type:"source",label:"sample-data",language:"typescript",content:bi}]},tr=Object.freeze(Object.defineProperty({__proto__:null,default:er},Symbol.toStringTag,{value:"Module"})),ir=`<div id="duplicate-example">
314
314
  <div id="notification"></div>
315
315
  <sd-virtual-list selection-type="single" item-height="50" tabindex="0"></sd-virtual-list>
316
316
  </div>
317
- `,Jr=`<h3 id="selection-event-with-duplicate-items">Selection event with duplicate items</h3>
318
- `,Xr=`#duplicate-example {
317
+ `,nr=`<h3 id="selection-event-with-duplicate-items">Selection event with duplicate items</h3>
318
+ `,sr=`#duplicate-example {
319
319
  display: grid;
320
320
  grid-template-columns: repeat(2, 1fr);
321
321
  column-gap: 16px;
@@ -339,7 +339,7 @@ sd-virtual-list {
339
339
  #notification + * {
340
340
  grid-column-start: 1;
341
341
  }
342
- `,Qr=`import "@cas-smartdesign/virtual-list";
342
+ `,rr=`import "@cas-smartdesign/virtual-list";
343
343
  import VirtualList from "@cas-smartdesign/virtual-list";
344
344
  import { ItemDataProvider } from "item-provider";
345
345
 
@@ -358,78 +358,77 @@ list.addEventListener("selection", (event: CustomEvent) => {
358
358
  event.detail.selected ? "selected" : "deselected"
359
359
  }\`;
360
360
  });
361
- `,Yr={mainContent:Zr,description:Jr,css:Xr,initializer:{content:Qr,type:"typescript",initialize:()=>fi(()=>import("./3_duplicate_items.js"),__vite__mapDeps([3,1]),import.meta.url)},additionalSources:[{type:"source",label:"item-provider",language:"typescript",content:pi},{type:"source",label:"sample-data",language:"typescript",content:mi}]},es=Object.freeze(Object.defineProperty({__proto__:null,default:Yr},Symbol.toStringTag,{value:"Module"}));const mt=globalThis,gi=mt.ShadowRoot&&(mt.ShadyCSS===void 0||mt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,bi=Symbol(),Vi=new WeakMap;let Pn=class{constructor(e,i,n){if(this._$cssResult$=!0,n!==bi)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=i}get styleSheet(){let e=this.o;const i=this.t;if(gi&&e===void 0){const n=i!==void 0&&i.length===1;n&&(e=Vi.get(i)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Vi.set(i,e))}return e}toString(){return this.cssText}};const yi=r=>new Pn(typeof r=="string"?r:r+"",void 0,bi),Tn=(r,...e)=>{const i=r.length===1?r[0]:e.reduce(((n,t,o)=>n+(a=>{if(a._$cssResult$===!0)return a.cssText;if(typeof a=="number")return a;throw Error("Value passed to 'css' function must be a 'css' function result: "+a+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(t)+r[o+1]),r[0]);return new Pn(i,r,bi)},ts=(r,e)=>{if(gi)r.adoptedStyleSheets=e.map((i=>i instanceof CSSStyleSheet?i:i.styleSheet));else for(const i of e){const n=document.createElement("style"),t=mt.litNonce;t!==void 0&&n.setAttribute("nonce",t),n.textContent=i.cssText,r.appendChild(n)}},Ki=gi?r=>r:r=>r instanceof CSSStyleSheet?(e=>{let i="";for(const n of e.cssRules)i+=n.cssText;return yi(i)})(r):r;const{is,defineProperty:ns,getOwnPropertyDescriptor:rs,getOwnPropertyNames:ss,getOwnPropertySymbols:os,getPrototypeOf:as}=Object,wt=globalThis,Zi=wt.trustedTypes,ls=Zi?Zi.emptyScript:"",cs=wt.reactiveElementPolyfillSupport,Xe=(r,e)=>r,gt={toAttribute(r,e){switch(e){case Boolean:r=r?ls:null;break;case Object:case Array:r=r==null?r:JSON.stringify(r)}return r},fromAttribute(r,e){let i=r;switch(e){case Boolean:i=r!==null;break;case Number:i=r===null?null:Number(r);break;case Object:case Array:try{i=JSON.parse(r)}catch{i=null}}return i}},wi=(r,e)=>!is(r,e),Ji={attribute:!0,type:String,converter:gt,reflect:!1,useDefault:!1,hasChanged:wi};Symbol.metadata??=Symbol("metadata"),wt.litPropertyMetadata??=new WeakMap;let Ue=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,i=Ji){if(i.state&&(i.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((i=Object.create(i)).wrapped=!0),this.elementProperties.set(e,i),!i.noAccessor){const n=Symbol(),t=this.getPropertyDescriptor(e,n,i);t!==void 0&&ns(this.prototype,e,t)}}static getPropertyDescriptor(e,i,n){const{get:t,set:o}=rs(this.prototype,e)??{get(){return this[i]},set(a){this[i]=a}};return{get:t,set(a){const p=t?.call(this);o?.call(this,a),this.requestUpdate(e,p,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Ji}static _$Ei(){if(this.hasOwnProperty(Xe("elementProperties")))return;const e=as(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Xe("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Xe("properties"))){const i=this.properties,n=[...ss(i),...os(i)];for(const t of n)this.createProperty(t,i[t])}const e=this[Symbol.metadata];if(e!==null){const i=litPropertyMetadata.get(e);if(i!==void 0)for(const[n,t]of i)this.elementProperties.set(n,t)}this._$Eh=new Map;for(const[i,n]of this.elementProperties){const t=this._$Eu(i,n);t!==void 0&&this._$Eh.set(t,i)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const i=[];if(Array.isArray(e)){const n=new Set(e.flat(1/0).reverse());for(const t of n)i.unshift(Ki(t))}else e!==void 0&&i.push(Ki(e));return i}static _$Eu(e,i){const n=i.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((e=>this.enableUpdating=e)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((e=>e(this)))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){const e=new Map,i=this.constructor.elementProperties;for(const n of i.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return ts(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((e=>e.hostConnected?.()))}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach((e=>e.hostDisconnected?.()))}attributeChangedCallback(e,i,n){this._$AK(e,n)}_$ET(e,i){const n=this.constructor.elementProperties.get(e),t=this.constructor._$Eu(e,n);if(t!==void 0&&n.reflect===!0){const o=(n.converter?.toAttribute!==void 0?n.converter:gt).toAttribute(i,n.type);this._$Em=e,o==null?this.removeAttribute(t):this.setAttribute(t,o),this._$Em=null}}_$AK(e,i){const n=this.constructor,t=n._$Eh.get(e);if(t!==void 0&&this._$Em!==t){const o=n.getPropertyOptions(t),a=typeof o.converter=="function"?{fromAttribute:o.converter}:o.converter?.fromAttribute!==void 0?o.converter:gt;this._$Em=t;const p=a.fromAttribute(i,o.type);this[t]=p??this._$Ej?.get(t)??p,this._$Em=null}}requestUpdate(e,i,n){if(e!==void 0){const t=this.constructor,o=this[e];if(n??=t.getPropertyOptions(e),!((n.hasChanged??wi)(o,i)||n.useDefault&&n.reflect&&o===this._$Ej?.get(e)&&!this.hasAttribute(t._$Eu(e,n))))return;this.C(e,i,n)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,i,{useDefault:n,reflect:t,wrapped:o},a){n&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,a??i??this[e]),o!==!0||a!==void 0)||(this._$AL.has(e)||(this.hasUpdated||n||(i=void 0),this._$AL.set(e,i)),t===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(i){Promise.reject(i)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const n=this.constructor.elementProperties;if(n.size>0)for(const[t,o]of n){const{wrapped:a}=o,p=this[t];a!==!0||this._$AL.has(t)||p===void 0||this.C(t,void 0,o,p)}}let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),this._$EO?.forEach((n=>n.hostUpdate?.())),this.update(i)):this._$EM()}catch(n){throw e=!1,this._$EM(),n}e&&this._$AE(i)}willUpdate(e){}_$AE(e){this._$EO?.forEach((i=>i.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach((i=>this._$ET(i,this[i]))),this._$EM()}updated(e){}firstUpdated(e){}};Ue.elementStyles=[],Ue.shadowRootOptions={mode:"open"},Ue[Xe("elementProperties")]=new Map,Ue[Xe("finalized")]=new Map,cs?.({ReactiveElement:Ue}),(wt.reactiveElementVersions??=[]).push("2.1.1");const vi=globalThis,bt=vi.trustedTypes,Xi=bt?bt.createPolicy("lit-html",{createHTML:r=>r}):void 0,Ln="$lit$",Ee=`lit$${Math.random().toFixed(9).slice(2)}$`,jn="?"+Ee,us=`<${jn}>`,Ne=document,Ye=()=>Ne.createComment(""),et=r=>r===null||typeof r!="object"&&typeof r!="function",xi=Array.isArray,hs=r=>xi(r)||typeof r?.[Symbol.iterator]=="function",jt=`[
362
- \f\r]`,Ke=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Qi=/-->/g,Yi=/>/g,Oe=RegExp(`>|${jt}(?:([^\\s"'>=/]+)(${jt}*=${jt}*(?:[^
363
- \f\r"'\`<>=]|("|')|))|$)`,"g"),en=/'/g,tn=/"/g,Dn=/^(?:script|style|textarea|title)$/i,ds=r=>(e,...i)=>({_$litType$:r,strings:e,values:i}),Je=ds(1),Me=Symbol.for("lit-noChange"),J=Symbol.for("lit-nothing"),nn=new WeakMap,$e=Ne.createTreeWalker(Ne,129);function zn(r,e){if(!xi(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return Xi!==void 0?Xi.createHTML(e):e}const fs=(r,e)=>{const i=r.length-1,n=[];let t,o=e===2?"<svg>":e===3?"<math>":"",a=Ke;for(let p=0;p<i;p++){const b=r[p];let h,s,u=-1,l=0;for(;l<b.length&&(a.lastIndex=l,s=a.exec(b),s!==null);)l=a.lastIndex,a===Ke?s[1]==="!--"?a=Qi:s[1]!==void 0?a=Yi:s[2]!==void 0?(Dn.test(s[2])&&(t=RegExp("</"+s[2],"g")),a=Oe):s[3]!==void 0&&(a=Oe):a===Oe?s[0]===">"?(a=t??Ke,u=-1):s[1]===void 0?u=-2:(u=a.lastIndex-s[2].length,h=s[1],a=s[3]===void 0?Oe:s[3]==='"'?tn:en):a===tn||a===en?a=Oe:a===Qi||a===Yi?a=Ke:(a=Oe,t=void 0);const c=a===Oe&&r[p+1].startsWith("/>")?" ":"";o+=a===Ke?b+us:u>=0?(n.push(h),b.slice(0,u)+Ln+b.slice(u)+Ee+c):b+Ee+(u===-2?p:c)}return[zn(r,o+(r[i]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]};class tt{constructor({strings:e,_$litType$:i},n){let t;this.parts=[];let o=0,a=0;const p=e.length-1,b=this.parts,[h,s]=fs(e,i);if(this.el=tt.createElement(h,n),$e.currentNode=this.el.content,i===2||i===3){const u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(t=$e.nextNode())!==null&&b.length<p;){if(t.nodeType===1){if(t.hasAttributes())for(const u of t.getAttributeNames())if(u.endsWith(Ln)){const l=s[a++],c=t.getAttribute(u).split(Ee),f=/([.?@])?(.*)/.exec(l);b.push({type:1,index:o,name:f[2],strings:c,ctor:f[1]==="."?ms:f[1]==="?"?gs:f[1]==="@"?bs:vt}),t.removeAttribute(u)}else u.startsWith(Ee)&&(b.push({type:6,index:o}),t.removeAttribute(u));if(Dn.test(t.tagName)){const u=t.textContent.split(Ee),l=u.length-1;if(l>0){t.textContent=bt?bt.emptyScript:"";for(let c=0;c<l;c++)t.append(u[c],Ye()),$e.nextNode(),b.push({type:2,index:++o});t.append(u[l],Ye())}}}else if(t.nodeType===8)if(t.data===jn)b.push({type:2,index:o});else{let u=-1;for(;(u=t.data.indexOf(Ee,u+1))!==-1;)b.push({type:7,index:o}),u+=Ee.length-1}o++}}static createElement(e,i){const n=Ne.createElement("template");return n.innerHTML=e,n}}function He(r,e,i=r,n){if(e===Me)return e;let t=n!==void 0?i._$Co?.[n]:i._$Cl;const o=et(e)?void 0:e._$litDirective$;return t?.constructor!==o&&(t?._$AO?.(!1),o===void 0?t=void 0:(t=new o(r),t._$AT(r,i,n)),n!==void 0?(i._$Co??=[])[n]=t:i._$Cl=t),t!==void 0&&(e=He(r,t._$AS(r,e.values),t,n)),e}class ps{constructor(e,i){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:i},parts:n}=this._$AD,t=(e?.creationScope??Ne).importNode(i,!0);$e.currentNode=t;let o=$e.nextNode(),a=0,p=0,b=n[0];for(;b!==void 0;){if(a===b.index){let h;b.type===2?h=new it(o,o.nextSibling,this,e):b.type===1?h=new b.ctor(o,b.name,b.strings,this,e):b.type===6&&(h=new ys(o,this,e)),this._$AV.push(h),b=n[++p]}a!==b?.index&&(o=$e.nextNode(),a++)}return $e.currentNode=Ne,t}p(e){let i=0;for(const n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,i),i+=n.strings.length-2):n._$AI(e[i])),i++}}class it{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,i,n,t){this.type=2,this._$AH=J,this._$AN=void 0,this._$AA=e,this._$AB=i,this._$AM=n,this.options=t,this._$Cv=t?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const i=this._$AM;return i!==void 0&&e?.nodeType===11&&(e=i.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,i=this){e=He(this,e,i),et(e)?e===J||e==null||e===""?(this._$AH!==J&&this._$AR(),this._$AH=J):e!==this._$AH&&e!==Me&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):hs(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==J&&et(this._$AH)?this._$AA.nextSibling.data=e:this.T(Ne.createTextNode(e)),this._$AH=e}$(e){const{values:i,_$litType$:n}=e,t=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=tt.createElement(zn(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===t)this._$AH.p(i);else{const o=new ps(t,this),a=o.u(this.options);o.p(i),this.T(a),this._$AH=o}}_$AC(e){let i=nn.get(e.strings);return i===void 0&&nn.set(e.strings,i=new tt(e)),i}k(e){xi(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let n,t=0;for(const o of e)t===i.length?i.push(n=new it(this.O(Ye()),this.O(Ye()),this,this.options)):n=i[t],n._$AI(o),t++;t<i.length&&(this._$AR(n&&n._$AB.nextSibling,t),i.length=t)}_$AR(e=this._$AA.nextSibling,i){for(this._$AP?.(!1,!0,i);e!==this._$AB;){const n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}}class vt{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,i,n,t,o){this.type=1,this._$AH=J,this._$AN=void 0,this.element=e,this.name=i,this._$AM=t,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=J}_$AI(e,i=this,n,t){const o=this.strings;let a=!1;if(o===void 0)e=He(this,e,i,0),a=!et(e)||e!==this._$AH&&e!==Me,a&&(this._$AH=e);else{const p=e;let b,h;for(e=o[0],b=0;b<o.length-1;b++)h=He(this,p[n+b],i,b),h===Me&&(h=this._$AH[b]),a||=!et(h)||h!==this._$AH[b],h===J?e=J:e!==J&&(e+=(h??"")+o[b+1]),this._$AH[b]=h}a&&!t&&this.j(e)}j(e){e===J?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class ms extends vt{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===J?void 0:e}}class gs extends vt{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==J)}}let bs=class extends vt{constructor(e,i,n,t,o){super(e,i,n,t,o),this.type=5}_$AI(e,i=this){if((e=He(this,e,i,0)??J)===Me)return;const n=this._$AH,t=e===J&&n!==J||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,o=e!==J&&(n===J||t);t&&this.element.removeEventListener(this.name,this,n),o&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}};class ys{constructor(e,i,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=i,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){He(this,e)}}const ws=vi.litHtmlPolyfillSupport;ws?.(tt,it),(vi.litHtmlVersions??=[]).push("3.3.1");const vs=(r,e,i)=>{const n=i?.renderBefore??e;let t=n._$litPart$;if(t===void 0){const o=i?.renderBefore??null;n._$litPart$=t=new it(e.insertBefore(Ye(),o),o,void 0,i??{})}return t._$AI(r),t};const _i=globalThis;let qe=class extends Ue{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=vs(i,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Me}};qe._$litElement$=!0,qe.finalized=!0,_i.litElementHydrateSupport?.({LitElement:qe});const xs=_i.litElementPolyfillSupport;xs?.({LitElement:qe});(_i.litElementVersions??=[]).push("4.2.1");const _s={attribute:!0,type:String,converter:gt,reflect:!1,hasChanged:wi},Es=(r=_s,e,i)=>{const{kind:n,metadata:t}=i;let o=globalThis.litPropertyMetadata.get(t);if(o===void 0&&globalThis.litPropertyMetadata.set(t,o=new Map),n==="setter"&&((r=Object.create(r)).wrapped=!0),o.set(i.name,r),n==="accessor"){const{name:a}=i;return{set(p){const b=e.get.call(this);e.set.call(this,p),this.requestUpdate(a,b,r)},init(p){return p!==void 0&&this.C(a,void 0,r,p),p}}}if(n==="setter"){const{name:a}=i;return function(p){const b=this[a];e.call(this,p),this.requestUpdate(a,b,r)}}throw Error("Unsupported decorator location: "+n)};function X(r){return(e,i)=>typeof i=="object"?Es(r,e,i):((n,t,o)=>{const a=t.hasOwnProperty(o);return t.constructor.createProperty(o,n),a?Object.getOwnPropertyDescriptor(t,o):void 0})(r,e,i)}class Ss{getOffsetForIndexAndAlignment(e,i,n,t,o,a){const p=Math.max(0,a*t),b=Math.min(p,e*t),h=Math.max(0,e*t-o+t);switch(i){case"start":return b;case"end":return h;case"center":{const s=Math.round(h+(b-h)/2);return s<Math.ceil(o/2)?0:s>p+Math.floor(o/2)?p:s}case"auto":default:return n>=h&&n<=b?n:n<h?h:b}}debounce(e){let i;return(...n)=>{i&&window.cancelAnimationFrame(i),i=window.requestAnimationFrame(()=>{e(...n),i=null})}}}const As=new Ss;const Cs={CHILD:2},Is=r=>(...e)=>({_$litDirective$:r,values:e});class ks{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,i,n){this._$Ct=e,this._$AM=i,this._$Ci=n}_$AS(e,i){return this.update(e,i)}update(e,i){return this.render(...i)}}class di extends ks{constructor(e){if(super(e),this.it=J,e.type!==Cs.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===J||e==null)return this._t=void 0,this.it=e;if(e===Me)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;const i=[e];return i.raw=i,this._t={_$litType$:this.constructor.resultType,strings:i,values:[]}}}di.directiveName="unsafeHTML",di.resultType=1;const Os=Is(di);const ht=r=>r??J;class Rs{static showImage(e,i,n,t){let o;if(t||!(e instanceof HTMLImageElement)?o=a=>e.style.backgroundImage=this.prepareSrc(a):o=a=>e.src=a,o(n),i){const a=()=>{o(i)},p=new Image;p.addEventListener("load",a),p.src=i,p.complete&&(p.removeEventListener("load",a),a())}}static prepareSrc(e){return e?e.startsWith("url")?e:`url("${e}")`:null}}const $s=':host{display:block;contain:strict;height:50px}:host([selected]){background-color:#d3e6fa}:host(:not([selected]):hover),:host(:not([selected])[focused]){background-color:#e7f1fa}@media (forced-colors: active){:host([selected]){outline:4px solid}:host(:not([selected]):hover){outline:4px dotted}:host(:not([selected])[focused]){outline:4px dashed}}:host([enable-line-clamp]) .labels>:only-child{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow-wrap:break-word}.container{display:flex;height:100%;box-sizing:border-box}.container .level-indicator{width:7px;height:100%}.container .level-indicator.level-0{background-color:#a0c3ef}.container .level-indicator.level-1{background-color:#e7c374}.container .level-indicator.level-2{background-color:#bfd596}.container .level-indicator.level-3{background-color:#fd998d}.container .level-indicator.level-4{background-color:#c6e8f5}.container .level-indicator.level-5{background-color:#fde3a4}.container .level-indicator.level-6{background-color:#dcbfe0}.side-content{display:flex;align-items:center;flex-grow:0}.labels{display:flex;flex-direction:column;justify-content:center;flex:1 1 0px;height:100%;line-height:normal;overflow:hidden;padding:var(--sd-list-item-label-content-padding, 0 8px)}.caption,.description{width:100%;font-family:var(--sd-list-item-font-family, "Segoe UI", "Lucida Sans", Arial, sans-serif);font-style:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-user-select:none;user-select:none;text-decoration:var(--sd-list-item-text-decoration, inherit)}.caption em,.description em{font-weight:bolder}.caption{font-size:var(--sd-list-item-caption-font-size, 16px);color:var(--sd-list-item-caption-text-color, #111);font-weight:var(--sd-list-item-caption-font-weight, normal)}.description{font-size:var(--sd-list-item-description-font-size, 13px);color:var(--sd-list-item-description-text-color, #767676);font-weight:var(--sd-list-item-description-font-weight, normal)}.icon-wrapper{width:var(--sd-list-item-icon-wrapper-width, 45px);height:100%;display:flex;align-items:center;justify-content:center}.icon-wrapper .icon{min-height:var(--sd-list-item-icon-size, 24px);min-width:var(--sd-list-item-icon-size, 24px);background-repeat:no-repeat;background-position:center;background-size:cover}';var Ns=Object.defineProperty,ae=(r,e,i,n)=>{for(var t=void 0,o=r.length-1,a;o>=0;o--)(a=r[o])&&(t=a(e,i,t)||t);return t&&Ns(e,i,t),t},Re;const oe=(Re=class extends qe{constructor(){super(...arguments),this.contentMode="text",this.role="option"}static get styles(){return[Tn`
364
- ${yi($s)}
365
- `]}render(){return Je`
361
+ `,or={mainContent:ir,description:nr,css:sr,initializer:{content:rr,type:"typescript",initialize:()=>mi(()=>import("./3_duplicate_items.js"),__vite__mapDeps([3,1]),import.meta.url)},additionalSources:[{type:"source",label:"item-provider",language:"typescript",content:gi},{type:"source",label:"sample-data",language:"typescript",content:bi}]},ar=Object.freeze(Object.defineProperty({__proto__:null,default:or},Symbol.toStringTag,{value:"Module"}));const gt=globalThis,yi=gt.ShadowRoot&&(gt.ShadyCSS===void 0||gt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,wi=Symbol(),Ji=new WeakMap;let Dn=class{constructor(e,t,n){if(this._$cssResult$=!0,n!==wi)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=t}get styleSheet(){let e=this.o;const t=this.t;if(yi&&e===void 0){const n=t!==void 0&&t.length===1;n&&(e=Ji.get(t)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Ji.set(t,e))}return e}toString(){return this.cssText}};const vi=s=>new Dn(typeof s=="string"?s:s+"",void 0,wi),zn=(s,...e)=>{const t=s.length===1?s[0]:e.reduce(((n,i,o)=>n+(a=>{if(a._$cssResult$===!0)return a.cssText;if(typeof a=="number")return a;throw Error("Value passed to 'css' function must be a 'css' function result: "+a+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+s[o+1]),s[0]);return new Dn(t,s,wi)},lr=(s,e)=>{if(yi)s.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const t of e){const n=document.createElement("style"),i=gt.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=t.cssText,s.appendChild(n)}},Xi=yi?s=>s:s=>s instanceof CSSStyleSheet?(e=>{let t="";for(const n of e.cssRules)t+=n.cssText;return vi(t)})(s):s;const{is:cr,defineProperty:ur,getOwnPropertyDescriptor:hr,getOwnPropertyNames:dr,getOwnPropertySymbols:fr,getPrototypeOf:pr}=Object,xt=globalThis,Qi=xt.trustedTypes,mr=Qi?Qi.emptyScript:"",gr=xt.reactiveElementPolyfillSupport,Xe=(s,e)=>s,bt={toAttribute(s,e){switch(e){case Boolean:s=s?mr:null;break;case Object:case Array:s=s==null?s:JSON.stringify(s)}return s},fromAttribute(s,e){let t=s;switch(e){case Boolean:t=s!==null;break;case Number:t=s===null?null:Number(s);break;case Object:case Array:try{t=JSON.parse(s)}catch{t=null}}return t}},xi=(s,e)=>!cr(s,e),Yi={attribute:!0,type:String,converter:bt,reflect:!1,useDefault:!1,hasChanged:xi};Symbol.metadata??=Symbol("metadata"),xt.litPropertyMetadata??=new WeakMap;let Ue=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,t=Yi){if(t.state&&(t.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((t=Object.create(t)).wrapped=!0),this.elementProperties.set(e,t),!t.noAccessor){const n=Symbol(),i=this.getPropertyDescriptor(e,n,t);i!==void 0&&ur(this.prototype,e,i)}}static getPropertyDescriptor(e,t,n){const{get:i,set:o}=hr(this.prototype,e)??{get(){return this[t]},set(a){this[t]=a}};return{get:i,set(a){const p=i?.call(this);o?.call(this,a),this.requestUpdate(e,p,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Yi}static _$Ei(){if(this.hasOwnProperty(Xe("elementProperties")))return;const e=pr(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Xe("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Xe("properties"))){const t=this.properties,n=[...dr(t),...fr(t)];for(const i of n)this.createProperty(i,t[i])}const e=this[Symbol.metadata];if(e!==null){const t=litPropertyMetadata.get(e);if(t!==void 0)for(const[n,i]of t)this.elementProperties.set(n,i)}this._$Eh=new Map;for(const[t,n]of this.elementProperties){const i=this._$Eu(t,n);i!==void 0&&this._$Eh.set(i,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const t=[];if(Array.isArray(e)){const n=new Set(e.flat(1/0).reverse());for(const i of n)t.unshift(Xi(i))}else e!==void 0&&t.push(Xi(e));return t}static _$Eu(e,t){const n=t.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((e=>this.enableUpdating=e)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((e=>e(this)))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){const e=new Map,t=this.constructor.elementProperties;for(const n of t.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){const e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return lr(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((e=>e.hostConnected?.()))}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach((e=>e.hostDisconnected?.()))}attributeChangedCallback(e,t,n){this._$AK(e,n)}_$ET(e,t){const n=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,n);if(i!==void 0&&n.reflect===!0){const o=(n.converter?.toAttribute!==void 0?n.converter:bt).toAttribute(t,n.type);this._$Em=e,o==null?this.removeAttribute(i):this.setAttribute(i,o),this._$Em=null}}_$AK(e,t){const n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){const o=n.getPropertyOptions(i),a=typeof o.converter=="function"?{fromAttribute:o.converter}:o.converter?.fromAttribute!==void 0?o.converter:bt;this._$Em=i;const p=a.fromAttribute(t,o.type);this[i]=p??this._$Ej?.get(i)??p,this._$Em=null}}requestUpdate(e,t,n){if(e!==void 0){const i=this.constructor,o=this[e];if(n??=i.getPropertyOptions(e),!((n.hasChanged??xi)(o,t)||n.useDefault&&n.reflect&&o===this._$Ej?.get(e)&&!this.hasAttribute(i._$Eu(e,n))))return;this.C(e,t,n)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,t,{useDefault:n,reflect:i,wrapped:o},a){n&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,a??t??this[e]),o!==!0||a!==void 0)||(this._$AL.has(e)||(this.hasUpdated||n||(t=void 0),this._$AL.set(e,t)),i===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[i,o]of this._$Ep)this[i]=o;this._$Ep=void 0}const n=this.constructor.elementProperties;if(n.size>0)for(const[i,o]of n){const{wrapped:a}=o,p=this[i];a!==!0||this._$AL.has(i)||p===void 0||this.C(i,void 0,o,p)}}let e=!1;const t=this._$AL;try{e=this.shouldUpdate(t),e?(this.willUpdate(t),this._$EO?.forEach((n=>n.hostUpdate?.())),this.update(t)):this._$EM()}catch(n){throw e=!1,this._$EM(),n}e&&this._$AE(t)}willUpdate(e){}_$AE(e){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach((t=>this._$ET(t,this[t]))),this._$EM()}updated(e){}firstUpdated(e){}};Ue.elementStyles=[],Ue.shadowRootOptions={mode:"open"},Ue[Xe("elementProperties")]=new Map,Ue[Xe("finalized")]=new Map,gr?.({ReactiveElement:Ue}),(xt.reactiveElementVersions??=[]).push("2.1.1");const _i=globalThis,yt=_i.trustedTypes,en=yt?yt.createPolicy("lit-html",{createHTML:s=>s}):void 0,Un="$lit$",Ee=`lit$${Math.random().toFixed(9).slice(2)}$`,Bn="?"+Ee,br=`<${Bn}>`,Ne=document,et=()=>Ne.createComment(""),tt=s=>s===null||typeof s!="object"&&typeof s!="function",Ei=Array.isArray,yr=s=>Ei(s)||typeof s?.[Symbol.iterator]=="function",zt=`[
362
+ \f\r]`,Ze=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,tn=/-->/g,nn=/>/g,$e=RegExp(`>|${zt}(?:([^\\s"'>=/]+)(${zt}*=${zt}*(?:[^
363
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),sn=/'/g,rn=/"/g,qn=/^(?:script|style|textarea|title)$/i,wr=s=>(e,...t)=>({_$litType$:s,strings:e,values:t}),Be=wr(1),Me=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),on=new WeakMap,Re=Ne.createTreeWalker(Ne,129);function Hn(s,e){if(!Ei(s)||!s.hasOwnProperty("raw"))throw Error("invalid template strings array");return en!==void 0?en.createHTML(e):e}const vr=(s,e)=>{const t=s.length-1,n=[];let i,o=e===2?"<svg>":e===3?"<math>":"",a=Ze;for(let p=0;p<t;p++){const b=s[p];let h,r,u=-1,l=0;for(;l<b.length&&(a.lastIndex=l,r=a.exec(b),r!==null);)l=a.lastIndex,a===Ze?r[1]==="!--"?a=tn:r[1]!==void 0?a=nn:r[2]!==void 0?(qn.test(r[2])&&(i=RegExp("</"+r[2],"g")),a=$e):r[3]!==void 0&&(a=$e):a===$e?r[0]===">"?(a=i??Ze,u=-1):r[1]===void 0?u=-2:(u=a.lastIndex-r[2].length,h=r[1],a=r[3]===void 0?$e:r[3]==='"'?rn:sn):a===rn||a===sn?a=$e:a===tn||a===nn?a=Ze:(a=$e,i=void 0);const c=a===$e&&s[p+1].startsWith("/>")?" ":"";o+=a===Ze?b+br:u>=0?(n.push(h),b.slice(0,u)+Un+b.slice(u)+Ee+c):b+Ee+(u===-2?p:c)}return[Hn(s,o+(s[t]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),n]};class it{constructor({strings:e,_$litType$:t},n){let i;this.parts=[];let o=0,a=0;const p=e.length-1,b=this.parts,[h,r]=vr(e,t);if(this.el=it.createElement(h,n),Re.currentNode=this.el.content,t===2||t===3){const u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=Re.nextNode())!==null&&b.length<p;){if(i.nodeType===1){if(i.hasAttributes())for(const u of i.getAttributeNames())if(u.endsWith(Un)){const l=r[a++],c=i.getAttribute(u).split(Ee),f=/([.?@])?(.*)/.exec(l);b.push({type:1,index:o,name:f[2],strings:c,ctor:f[1]==="."?_r:f[1]==="?"?Er:f[1]==="@"?Ar:_t}),i.removeAttribute(u)}else u.startsWith(Ee)&&(b.push({type:6,index:o}),i.removeAttribute(u));if(qn.test(i.tagName)){const u=i.textContent.split(Ee),l=u.length-1;if(l>0){i.textContent=yt?yt.emptyScript:"";for(let c=0;c<l;c++)i.append(u[c],et()),Re.nextNode(),b.push({type:2,index:++o});i.append(u[l],et())}}}else if(i.nodeType===8)if(i.data===Bn)b.push({type:2,index:o});else{let u=-1;for(;(u=i.data.indexOf(Ee,u+1))!==-1;)b.push({type:7,index:o}),u+=Ee.length-1}o++}}static createElement(e,t){const n=Ne.createElement("template");return n.innerHTML=e,n}}function Fe(s,e,t=s,n){if(e===Me)return e;let i=n!==void 0?t._$Co?.[n]:t._$Cl;const o=tt(e)?void 0:e._$litDirective$;return i?.constructor!==o&&(i?._$AO?.(!1),o===void 0?i=void 0:(i=new o(s),i._$AT(s,t,n)),n!==void 0?(t._$Co??=[])[n]=i:t._$Cl=i),i!==void 0&&(e=Fe(s,i._$AS(s,e.values),i,n)),e}class xr{constructor(e,t){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=t}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){const{el:{content:t},parts:n}=this._$AD,i=(e?.creationScope??Ne).importNode(t,!0);Re.currentNode=i;let o=Re.nextNode(),a=0,p=0,b=n[0];for(;b!==void 0;){if(a===b.index){let h;b.type===2?h=new nt(o,o.nextSibling,this,e):b.type===1?h=new b.ctor(o,b.name,b.strings,this,e):b.type===6&&(h=new Sr(o,this,e)),this._$AV.push(h),b=n[++p]}a!==b?.index&&(o=Re.nextNode(),a++)}return Re.currentNode=Ne,i}p(e){let t=0;for(const n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,t),t+=n.strings.length-2):n._$AI(e[t])),t++}}class nt{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,t,n,i){this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=e,this._$AB=t,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode;const t=this._$AM;return t!==void 0&&e?.nodeType===11&&(e=t.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,t=this){e=Fe(this,e,t),tt(e)?e===Z||e==null||e===""?(this._$AH!==Z&&this._$AR(),this._$AH=Z):e!==this._$AH&&e!==Me&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):yr(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==Z&&tt(this._$AH)?this._$AA.nextSibling.data=e:this.T(Ne.createTextNode(e)),this._$AH=e}$(e){const{values:t,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=it.createElement(Hn(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(t);else{const o=new xr(i,this),a=o.u(this.options);o.p(t),this.T(a),this._$AH=o}}_$AC(e){let t=on.get(e.strings);return t===void 0&&on.set(e.strings,t=new it(e)),t}k(e){Ei(this._$AH)||(this._$AH=[],this._$AR());const t=this._$AH;let n,i=0;for(const o of e)i===t.length?t.push(n=new nt(this.O(et()),this.O(et()),this,this.options)):n=t[i],n._$AI(o),i++;i<t.length&&(this._$AR(n&&n._$AB.nextSibling,i),t.length=i)}_$AR(e=this._$AA.nextSibling,t){for(this._$AP?.(!1,!0,t);e!==this._$AB;){const n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}}class _t{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,t,n,i,o){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=e,this.name=t,this._$AM=i,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=Z}_$AI(e,t=this,n,i){const o=this.strings;let a=!1;if(o===void 0)e=Fe(this,e,t,0),a=!tt(e)||e!==this._$AH&&e!==Me,a&&(this._$AH=e);else{const p=e;let b,h;for(e=o[0],b=0;b<o.length-1;b++)h=Fe(this,p[n+b],t,b),h===Me&&(h=this._$AH[b]),a||=!tt(h)||h!==this._$AH[b],h===Z?e=Z:e!==Z&&(e+=(h??"")+o[b+1]),this._$AH[b]=h}a&&!i&&this.j(e)}j(e){e===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}}class _r extends _t{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Z?void 0:e}}let Er=class extends _t{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Z)}};class Ar extends _t{constructor(e,t,n,i,o){super(e,t,n,i,o),this.type=5}_$AI(e,t=this){if((e=Fe(this,e,t,0)??Z)===Me)return;const n=this._$AH,i=e===Z&&n!==Z||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,o=e!==Z&&(n===Z||i);i&&this.element.removeEventListener(this.name,this,n),o&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}}class Sr{constructor(e,t,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=t,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Fe(this,e)}}const Cr=_i.litHtmlPolyfillSupport;Cr?.(it,nt),(_i.litHtmlVersions??=[]).push("3.3.1");const kr=(s,e,t)=>{const n=t?.renderBefore??e;let i=n._$litPart$;if(i===void 0){const o=t?.renderBefore??null;n._$litPart$=i=new nt(e.insertBefore(et(),o),o,void 0,t??{})}return i._$AI(s),i};const Ai=globalThis;let He=class extends Ue{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){const t=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=kr(t,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Me}};He._$litElement$=!0,He.finalized=!0,Ai.litElementHydrateSupport?.({LitElement:He});const Ir=Ai.litElementPolyfillSupport;Ir?.({LitElement:He});(Ai.litElementVersions??=[]).push("4.2.1");const $r={attribute:!0,type:String,converter:bt,reflect:!1,hasChanged:xi},Or=(s=$r,e,t)=>{const{kind:n,metadata:i}=t;let o=globalThis.litPropertyMetadata.get(i);if(o===void 0&&globalThis.litPropertyMetadata.set(i,o=new Map),n==="setter"&&((s=Object.create(s)).wrapped=!0),o.set(t.name,s),n==="accessor"){const{name:a}=t;return{set(p){const b=e.get.call(this);e.set.call(this,p),this.requestUpdate(a,b,s)},init(p){return p!==void 0&&this.C(a,void 0,s,p),p}}}if(n==="setter"){const{name:a}=t;return function(p){const b=this[a];e.call(this,p),this.requestUpdate(a,b,s)}}throw Error("Unsupported decorator location: "+n)};function J(s){return(e,t)=>typeof t=="object"?Or(s,e,t):((n,i,o)=>{const a=i.hasOwnProperty(o);return i.constructor.createProperty(o,n),a?Object.getOwnPropertyDescriptor(i,o):void 0})(s,e,t)}class Rr{getOffsetForIndexAndAlignment(e,t,n,i,o,a){const p=Math.max(0,a*i),b=Math.min(p,e*i),h=Math.max(0,e*i-o+i);switch(t){case"start":return b;case"end":return h;case"center":{const r=Math.round(h+(b-h)/2);return r<Math.ceil(o/2)?0:r>p+Math.floor(o/2)?p:r}case"auto":default:return n>=h&&n<=b?n:n<h?h:b}}debounce(e){let t;return(...n)=>{t&&window.cancelAnimationFrame(t),t=window.requestAnimationFrame(()=>{e(...n),t=null})}}}const Nr=new Rr;const Si={ATTRIBUTE:1,CHILD:2},Fn=s=>(...e)=>({_$litDirective$:s,values:e});let Wn=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,t,n){this._$Ct=e,this._$AM=t,this._$Ci=n}_$AS(e,t){return this.update(e,t)}update(e,t){return this.render(...t)}};class pi extends Wn{constructor(e){if(super(e),this.it=Z,e.type!==Si.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===Z||e==null)return this._t=void 0,this.it=e;if(e===Me)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;const t=[e];return t.raw=t,this._t={_$litType$:this.constructor.resultType,strings:t,values:[]}}}pi.directiveName="unsafeHTML",pi.resultType=1;const Mr=Fn(pi);const dt=s=>s??Z;const Tr=s=>s.strings===void 0;const Qe=(s,e)=>{const t=s._$AN;if(t===void 0)return!1;for(const n of t)n._$AO?.(e,!1),Qe(n,e);return!0},wt=s=>{let e,t;do{if((e=s._$AM)===void 0)break;t=e._$AN,t.delete(s),s=e}while(t?.size===0)},Vn=s=>{for(let e;e=s._$AM;s=e){let t=e._$AN;if(t===void 0)e._$AN=t=new Set;else if(t.has(s))break;t.add(s),jr(e)}};function Pr(s){this._$AN!==void 0?(wt(this),this._$AM=s,Vn(this)):this._$AM=s}function Lr(s,e=!1,t=0){const n=this._$AH,i=this._$AN;if(i!==void 0&&i.size!==0)if(e)if(Array.isArray(n))for(let o=t;o<n.length;o++)Qe(n[o],!1),wt(n[o]);else n!=null&&(Qe(n,!1),wt(n));else Qe(this,s)}const jr=s=>{s.type==Si.CHILD&&(s._$AP??=Lr,s._$AQ??=Pr)};class Dr extends Wn{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,t,n){super._$AT(e,t,n),Vn(this),this.isConnected=e._$AU}_$AO(e,t=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),t&&(Qe(this,e),wt(this))}setValue(e){if(Tr(this._$Ct))this._$Ct._$AI(e,this);else{const t=[...this._$Ct._$AH];t[this._$Ci]=e,this._$Ct._$AI(t,this,0)}}disconnected(){}reconnected(){}}const an=s=>s?s.startsWith("url")?s:`url("${s}")`:null,zr=(s,e)=>{if(s){const t=new Image;t.addEventListener("load",e),t.src=s,t.complete&&(t.removeEventListener("load",e),window.queueMicrotask(()=>e()))}};class Ur extends Dr{constructor(e){if(super(e),e.type!==Si.ATTRIBUTE||e.name!=="src"&&e.name!=="style")throw new Error("The `placeholder` directive must be used in the `src` or `style` attributes")}update(e,[t,n]){return this.useCssBackground=e.name=="style",this.render(t,n)}render(e,t){this.loadingToken!=null&&(this.loadingToken.cancelled=!0);const n={cancelled:!1};return this.loadingToken=n,typeof e=="string"?this.preload(e,n):e?.then(i=>{this.preload(i,n)}),this.useCssBackground?an(t):t}preload(e,t){e!=null&&!t.cancelled&&zr(e,()=>{t.cancelled||this.setValue(this.useCssBackground?an(e):e)})}}const Br=Fn(Ur),qr=':host{display:block;contain:strict;height:50px}:host([selected]){background-color:#d3e6fa}:host(:not([selected]):hover),:host(:not([selected])[focused]){background-color:#e7f1fa}@media (forced-colors: active){:host([selected]){outline:4px solid}:host(:not([selected]):hover){outline:4px dotted}:host(:not([selected])[focused]){outline:4px dashed}}:host([enable-line-clamp]) .labels>:only-child{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow-wrap:break-word}.container{display:flex;height:100%;box-sizing:border-box}.container .level-indicator{width:7px;height:100%}.container .level-indicator.level-0{background-color:#a0c3ef}.container .level-indicator.level-1{background-color:#e7c374}.container .level-indicator.level-2{background-color:#bfd596}.container .level-indicator.level-3{background-color:#fd998d}.container .level-indicator.level-4{background-color:#c6e8f5}.container .level-indicator.level-5{background-color:#fde3a4}.container .level-indicator.level-6{background-color:#dcbfe0}.side-content{display:flex;align-items:center;flex-grow:0}.labels{display:flex;flex-direction:column;justify-content:center;flex:1 1 0px;height:100%;line-height:normal;overflow:hidden;padding:var(--sd-list-item-label-content-padding, 0 8px)}.caption,.description{width:100%;font-family:var(--sd-list-item-font-family, "Segoe UI", "Lucida Sans", Arial, sans-serif);font-style:normal;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-user-select:none;user-select:none;text-decoration:var(--sd-list-item-text-decoration, inherit)}.caption em,.description em{font-weight:bolder}.caption{font-size:var(--sd-list-item-caption-font-size, 16px);color:var(--sd-list-item-caption-text-color, #111);font-weight:var(--sd-list-item-caption-font-weight, normal)}.description{font-size:var(--sd-list-item-description-font-size, 13px);color:var(--sd-list-item-description-text-color, #767676);font-weight:var(--sd-list-item-description-font-weight, normal)}.description.with-icon{display:flex;align-items:center;gap:4px}.description.with-icon .description-icon{width:var(--sd-list-item-description-font-size, 13px);height:var(--sd-list-item-description-font-size, 13px);background-repeat:no-repeat;background-position:bottom;background-size:90%}.icon-wrapper{width:var(--sd-list-item-icon-wrapper-width, 45px);height:100%;display:flex;align-items:center;justify-content:center}.icon-wrapper .icon{min-height:var(--sd-list-item-icon-size, 24px);min-width:var(--sd-list-item-icon-size, 24px);background-repeat:no-repeat;background-position:center;background-size:cover}';var Hr=Object.defineProperty,ae=(s,e,t,n)=>{for(var i=void 0,o=s.length-1,a;o>=0;o--)(a=s[o])&&(i=a(e,t,i)||i);return i&&Hr(e,t,i),i},Oe;const re=(Oe=class extends He{constructor(){super(...arguments),this.contentMode="text",this.role="option"}static get styles(){return[zn`
364
+ ${vi(qr)}
365
+ `]}render(){return Be`
366
366
  <div class="container">
367
- ${this.getLevelIndicators().map((r,e)=>Je` <div class="level-indicator level-${e}"></div> `)}
367
+ ${this.getLevelIndicators().map((s,e)=>Be` <div class="level-indicator level-${e}"></div> `)}
368
368
  <div class="side-content">
369
369
  <slot name="left-content"></slot>
370
370
  ${this.renderIcon()}
371
371
  </div>
372
372
  <div class="labels">
373
373
  ${this.renderLabel("caption",this.caption,this.captionAttrTitle)}
374
- ${this.renderLabel("description",this.description,this.descriptionAttrTitle)}
374
+ ${this.renderLabel("description",this.description,this.descriptionAttrTitle,this.descriptionIcon)}
375
375
  </div>
376
376
  <div class="side-content">
377
377
  <slot name="right-content"></slot>
378
378
  </div>
379
379
  </div>
380
- `}renderIcon(){if(this.icon||this.iconPlaceholder){const r=this.iconBackgroundColor!=null?`background-color:${this.iconBackgroundColor}`:void 0;return Je`
381
- <div
382
- class="icon-wrapper"
383
- @pointerdown="${this.handleIconClick}"
384
- style="${ht(r)}"
385
- role="img"
386
- aria-label="${ht(this.iconAttrAriaLabel)}"
387
- title="${ht(this.iconAttrTitle)}"
388
- >
389
- <div class="icon"></div>
390
- </div>
391
- `}return J}renderLabel(r,e,i){return e?Je`
392
- <div class="${r}" title="${ht(i)}">
393
- ${this.contentMode==="html"?Os(e):e}
380
+ `}renderIcon(){return this.icon||this.iconPlaceholder?Be`<div
381
+ class="icon-wrapper"
382
+ @pointerdown="${this.handleIconClick}"
383
+ style="background-color:${dt(this.iconBackgroundColor)};"
384
+ role="img"
385
+ aria-label="${dt(this.iconAttrAriaLabel)}"
386
+ title="${dt(this.iconAttrTitle)}"
387
+ >
388
+ <div class="icon" style="background-image:${Br(this.icon,this.iconPlaceholder)}"></div>
389
+ </div> `:Z}renderLabel(s,e,t,n){return e?Be`
390
+ <div class="${s} ${n?"with-icon":""}" title="${dt(t)}">
391
+ ${n?Be` <div class="${s}-icon" style="background-image:url('${n}')" aria-hidden="true"></div> `:Z}
392
+ ${this.contentMode==="html"?Mr(e):e}
394
393
  </div>
395
- `:J}updated(r){super.updated(r),(r.has("icon")||r.has("iconPlaceholder"))&&(this.icon||this.iconPlaceholder)&&Rs.showImage(this.shadowRoot.querySelector(".icon"),this.icon,this.iconPlaceholder),r.has("selected")&&this.setAttribute("aria-selected",String(this.selected))}get missingWidthForTexts(){const r=this.enableLineClamp;this.removeAttribute("enable-line-clamp");let e=0;const i=this.shadowRoot.querySelector(".caption");i&&(e+=i.scrollWidth-i.clientWidth);const n=this.shadowRoot.querySelector(".description");return n&&(e=Math.max(e,n.scrollWidth-n.clientWidth)),e>0&&e++,r&&this.setAttribute("enable-line-clamp",""),e}handleIconClick(r){!this.disabled&&!this.dispatchEvent(new PointerEvent("list-item-icon-click",r))&&r.preventDefault()}getLevelIndicators(){return this.level?Array(Number(this.level)).fill(null):[]}},Re.ID="sd-list-item",Re.ensureDefined=()=>{customElements.get(Re.ID)||customElements.define(Re.ID,Re)},Re);ae([X({type:String})],oe.prototype,"caption");ae([X({type:String})],oe.prototype,"description");ae([X({type:Boolean})],oe.prototype,"selected");ae([X({type:String})],oe.prototype,"icon");ae([X({type:String})],oe.prototype,"iconBackgroundColor");ae([X({type:String})],oe.prototype,"iconPlaceholder");ae([X({type:Number})],oe.prototype,"level");ae([X()],oe.prototype,"contentMode");ae([X({type:Boolean,reflect:!0,attribute:"enable-line-clamp"})],oe.prototype,"enableLineClamp");ae([X({converter:{fromAttribute:r=>r=="true",toAttribute:r=>r},reflect:!0,attribute:"aria-disabled"})],oe.prototype,"disabled");ae([X({type:String,attribute:"icon-attr-aria-label"})],oe.prototype,"iconAttrAriaLabel");ae([X({type:String,reflect:!0})],oe.prototype,"role");ae([X({type:String,attribute:"caption-attr-title"})],oe.prototype,"captionAttrTitle");ae([X({type:String,attribute:"description-attr-title"})],oe.prototype,"descriptionAttrTitle");ae([X({type:String,attribute:"icon-attr-title"})],oe.prototype,"iconAttrTitle");let Be=oe;const Ms=(r,e)=>{const i=document.createElement(Be.ID);if(r){if(i.caption=r.caption,i.description=r.description,i.icon=r.icon,i.iconBackgroundColor=r.iconBackgroundColor,i.iconPlaceholder=r.iconPlaceholder,i.level=r.level,i.disabled=r.disabled,r.contentMode&&(i.contentMode=r.contentMode),r.leftContentGenerator){const n=r.leftContentGenerator(r,i);n&&(n.slot="left-content",i.appendChild(n))}if(r.rightContentGenerator){const n=r.rightContentGenerator(r,i);n&&(n.slot="right-content",i.appendChild(n))}}return i};Be.ensureDefined();const Ps=":host{display:block;position:relative;contain:layout}:host(:focus){outline:none}:host(:focus-visible) ::slotted([focused]){box-shadow:0 0 0 1px #1467ba inset}.container{width:100%}.container>::slotted(*){width:100%;position:absolute;box-sizing:border-box}.container>::slotted(:not([last])){border-bottom:1px solid #d9d9d9}";var Ts=Object.defineProperty,Ls=Object.getOwnPropertyDescriptor,Se=(r,e,i,n)=>{for(var t=n>1?void 0:n?Ls(e,i):e,o=r.length-1,a;o>=0;o--)(a=r[o])&&(t=(n?a(e,i,t):a(t))||t);return n&&t&&Ts(e,i,t),t};let js=0;var de;const ye=(de=class extends qe{constructor(){super(),this.items=[],this.selectionType="trigger-only",this.id=de.ID+"_"+js++,this.role="listbox",this.itemGenerator=Ms,this._lastKnownScrollTop=0,this._lastRenderedScrollTop=0,this._itemsRenderData=[],this._elementCache=new Map,this._visibleItemsNum=0,this._selectedIndices=[],this._focusIndex=-1,this._lastKnownHeight=0,this.onScroll=()=>{this._lastKnownScrollTop=this.scrollTop;const e=this._lastRenderedScrollTop-this._lastKnownScrollTop;Math.abs(e)>=this.itemHeight&&(this._lastRenderedScrollTop=this._lastKnownScrollTop,this.requestUpdate())},this.handleKeyDown=e=>{let i=!0;switch(e.key){case"Down":case"ArrowDown":this.focusIndex=this.normalizeIndex(this.focusIndex+1);break;case"Up":case"ArrowUp":this.focusIndex=this.normalizeIndex(this.focusIndex-1);break;case"Enter":this.handleSelection(this.focusIndex,e.metaKey||e.ctrlKey);break;case"End":this.focusIndex=this.itemCount-1;break;case"PageDown":this.focusIndex=this.normalizeIndex(this.focusIndex+this._visibleItemsNum-1);break;case"Home":this.focusIndex=0;break;case"PageUp":this.focusIndex=this.normalizeIndex(this.focusIndex-this._visibleItemsNum+1);break;default:i=!1;break}i&&(e.preventDefault(),e.stopPropagation())},this._resizeObserver=new ResizeObserver(()=>{this._lastKnownHeight!==this.offsetHeight&&(this._lastKnownHeight=this.offsetHeight,this.requestUpdate())})}get focusTarget(){return this.hasAttribute("focus-target")}set focusTarget(e){this.toggleAttribute("focus-target",e)}get focusIndex(){return this._focusIndex}set focusIndex(e){if(e>=-1&&e<this.itemCount){const i=this._focusIndex;this._focusIndex=e,(e<=this._firstVisibleIndex||this._lastVisibleIndex<=e)&&this.scrollToItem(e),i!=e&&(e==-1&&this.removeAttribute("aria-activedescendant"),this.requestUpdate("focusIndex",i))}}get selectedIndices(){return this._selectedIndices}set selectedIndices(e){e?this._selectedIndices=e.map(i=>Number(i)):this._selectedIndices=[],this.requestUpdate("selectedIndices")}scrollToItem(e,i="auto"){this.scrollTop=As.getOffsetForIndexAndAlignment(this.normalizeIndex(e),i,this.scrollTop,this.itemHeight,this.height,this.itemCount),this._lastKnownScrollTop=this.scrollTop}getListItem(e){return!this.shadowRoot||e<this._firstVisibleIndex||this._lastVisibleIndex<e?null:this.querySelector(`[item-index="${e}"]`)}connectedCallback(){super.connectedCallback(),this._resizeObserver.observe(this),this.scrollTop!==this._lastKnownScrollTop&&(this.scrollTop=this._lastKnownScrollTop,this.requestUpdate())}disconnectedCallback(){super.disconnectedCallback(),this._resizeObserver.disconnect()}firstUpdated(e){super.firstUpdated(e),this.addEventListener("scroll",this.onScroll),this.addEventListener("keydown",this.handleKeyDown),this.addEventListener("click",this.handleClick),this.addEventListener("mousedown",i=>{i.button==1&&i.preventDefault()}),this.addEventListener("auxclick",this.handleClick),this.addEventListener("focus",()=>{this.matches(":focus-visible")&&(this.focusIndex==-1?(this.selectedIndices&&(this.focusIndex=this.selectedIndices[0]),this.focusIndex==-1&&this.itemCount>0&&(this.focusIndex=0)):this.updateFocusedItemAttributes())}),this.addEventListener("blur",()=>{this.focusIndex!=-1&&this.updateFocusedItemAttributes()}),this.selectedIndices.length>0&&this.scrollToItem(this.selectedIndices[0],"center")}updateFocusedItemAttributes(){const e=this.getListItem(this.focusIndex);e&&(this.focusTarget||document.activeElement==this?(e.setAttribute("focused",""),this.setAttribute("aria-activedescendant",e.id)):(e.removeAttribute("focused"),this.removeAttribute("aria-activedescendant")))}static get styles(){return[Tn`
396
- ${yi(Ps)}
397
- `]}render(){return this.updateItemsRenderData(),Je`
394
+ `:Z}updated(s){super.updated(s),s.has("selected")&&this.setAttribute("aria-selected",String(this.selected))}get missingWidthForTexts(){const s=this.enableLineClamp;this.removeAttribute("enable-line-clamp");let e=0;const t=this.shadowRoot.querySelector(".caption");t&&(e+=t.scrollWidth-t.clientWidth);const n=this.shadowRoot.querySelector(".description");return n&&(e=Math.max(e,n.scrollWidth-n.clientWidth)),e>0&&e++,s&&this.setAttribute("enable-line-clamp",""),e}handleIconClick(s){!this.disabled&&!this.dispatchEvent(new PointerEvent("list-item-icon-click",s))&&s.preventDefault()}getLevelIndicators(){return this.level?Array(Number(this.level)).fill(null):[]}},Oe.ID="sd-list-item",Oe.ensureDefined=()=>{customElements.get(Oe.ID)||customElements.define(Oe.ID,Oe)},Oe);ae([J({type:String})],re.prototype,"caption");ae([J({type:String})],re.prototype,"description");ae([J({type:String})],re.prototype,"descriptionIcon");ae([J({type:Boolean})],re.prototype,"selected");ae([J({type:String})],re.prototype,"icon");ae([J({type:String})],re.prototype,"iconBackgroundColor");ae([J({type:String})],re.prototype,"iconPlaceholder");ae([J({type:Number})],re.prototype,"level");ae([J()],re.prototype,"contentMode");ae([J({type:Boolean,reflect:!0,attribute:"enable-line-clamp"})],re.prototype,"enableLineClamp");ae([J({converter:{fromAttribute:s=>s=="true",toAttribute:s=>s},reflect:!0,attribute:"aria-disabled"})],re.prototype,"disabled");ae([J({type:String,attribute:"icon-attr-aria-label"})],re.prototype,"iconAttrAriaLabel");ae([J({type:String,reflect:!0})],re.prototype,"role");ae([J({type:String,attribute:"caption-attr-title"})],re.prototype,"captionAttrTitle");ae([J({type:String,attribute:"description-attr-title"})],re.prototype,"descriptionAttrTitle");ae([J({type:String,attribute:"icon-attr-title"})],re.prototype,"iconAttrTitle");let qe=re;const Fr=(s,e)=>{const t=document.createElement(qe.ID);if(s){if(t.caption=s.caption,t.description=s.description,t.descriptionIcon=s.descriptionIcon,t.icon=s.icon,t.iconBackgroundColor=s.iconBackgroundColor,t.iconPlaceholder=s.iconPlaceholder,t.level=s.level,t.disabled=s.disabled,s.contentMode&&(t.contentMode=s.contentMode),s.leftContentGenerator){const n=s.leftContentGenerator(s,t);n&&(n.slot="left-content",t.appendChild(n))}if(s.rightContentGenerator){const n=s.rightContentGenerator(s,t);n&&(n.slot="right-content",t.appendChild(n))}}return t};qe.ensureDefined();const Wr=":host{display:block;position:relative;contain:layout}:host(:focus){outline:none}:host(:focus-visible) ::slotted([focused]){box-shadow:0 0 0 1px #1467ba inset}.container{width:100%}.container>::slotted(*){width:100%;position:absolute;box-sizing:border-box}.container>::slotted(:not([last])){border-bottom:1px solid #d9d9d9}";var Vr=Object.defineProperty,Gr=Object.getOwnPropertyDescriptor,Ae=(s,e,t,n)=>{for(var i=n>1?void 0:n?Gr(e,t):e,o=s.length-1,a;o>=0;o--)(a=s[o])&&(i=(n?a(e,t,i):a(i))||i);return n&&i&&Vr(e,t,i),i};let Kr=0;var de;const ye=(de=class extends He{constructor(){super(),this.items=[],this.selectionType="trigger-only",this.id=de.ID+"_"+Kr++,this.role="listbox",this.itemGenerator=Fr,this._lastKnownScrollTop=0,this._lastRenderedScrollTop=0,this._itemsRenderData=[],this._elementCache=new Map,this._visibleItemsNum=0,this._selectedIndices=[],this._focusIndex=-1,this._lastKnownHeight=0,this.onScroll=()=>{this._lastKnownScrollTop=this.scrollTop;const e=this._lastRenderedScrollTop-this._lastKnownScrollTop;Math.abs(e)>=this.itemHeight&&(this._lastRenderedScrollTop=this._lastKnownScrollTop,this.requestUpdate())},this.handleKeyDown=e=>{let t=!0;switch(e.key){case"Down":case"ArrowDown":this.focusIndex=(this.focusIndex+1)%this.itemCount;break;case"Up":case"ArrowUp":this.focusIndex>0?this.focusIndex--:this.finalSizeIsKnown&&(this.focusIndex=this.itemCount-1);break;case"Enter":this.handleSelection(this.focusIndex,e);break;case"End":this.focusIndex=this.itemCount-1;break;case"PageDown":this.focusIndex=this.normalizeIndex(this.focusIndex+this._visibleItemsNum-1);break;case"Home":this.focusIndex=0;break;case"PageUp":this.focusIndex=this.normalizeIndex(this.focusIndex-this._visibleItemsNum+1);break;default:t=!1;break}t&&(e.preventDefault(),e.stopPropagation())},this._resizeObserver=new ResizeObserver(()=>{this._lastKnownHeight!==this.offsetHeight&&(this._lastKnownHeight=this.offsetHeight,this.requestUpdate())})}get focusTarget(){return this.hasAttribute("focus-target")}set focusTarget(e){this.toggleAttribute("focus-target",e)}get focusIndex(){return this._focusIndex}set focusIndex(e){if(e>=-1&&e<this.itemCount){const t=this._focusIndex;this._focusIndex=e,(e<=this._firstVisibleIndex||this._lastVisibleIndex<=e)&&this.scrollToItem(e),t!=e&&(e==-1&&this.removeAttribute("aria-activedescendant"),this.requestUpdate("focusIndex",t))}}get selectedIndices(){return this._selectedIndices}set selectedIndices(e){e?this._selectedIndices=e.map(t=>Number(t)):this._selectedIndices=[],this.requestUpdate("selectedIndices")}scrollToItem(e,t="auto"){this.scrollTop=Nr.getOffsetForIndexAndAlignment(this.normalizeIndex(e),t,this.scrollTop,this.itemHeight,this.height,this.itemCount),this._lastKnownScrollTop=this.scrollTop}getListItem(e){return!this.shadowRoot||e<this._firstVisibleIndex||this._lastVisibleIndex<e?null:this.querySelector(`[item-index="${e}"]`)}connectedCallback(){super.connectedCallback(),this._resizeObserver.observe(this),this.scrollTop!==this._lastKnownScrollTop&&(this.scrollTop=this._lastKnownScrollTop,this.requestUpdate())}disconnectedCallback(){super.disconnectedCallback(),this._resizeObserver.disconnect()}firstUpdated(e){super.firstUpdated(e),this.addEventListener("scroll",this.onScroll),this.addEventListener("keydown",this.handleKeyDown),this.addEventListener("click",this.handleClick),this.addEventListener("mousedown",t=>{t.button==1&&t.preventDefault()}),this.addEventListener("auxclick",this.handleClick),this.addEventListener("focus",()=>{this.matches(":focus-visible")&&(this.focusIndex==-1?(this.selectedIndices&&(this.focusIndex=this.selectedIndices[0]),this.focusIndex==-1&&this.itemCount>0&&(this.focusIndex=0)):this.updateFocusedItemAttributes())}),this.addEventListener("blur",()=>{this.focusIndex!=-1&&this.updateFocusedItemAttributes()}),this.selectedIndices.length>0&&this.scrollToItem(this.selectedIndices[0],"center")}updateFocusedItemAttributes(){const e=this.getListItem(this.focusIndex);e&&(this.focusTarget||document.activeElement==this?(e.setAttribute("focused",""),this.setAttribute("aria-activedescendant",e.id)):(e.removeAttribute("focused"),this.removeAttribute("aria-activedescendant")))}static get styles(){return[zn`
395
+ ${vi(Wr)}
396
+ `]}render(){return this.updateItemsRenderData(),Be`
398
397
  <div class="container" style="height: ${this.itemCount*this.itemHeight}px">
399
398
  <slot name="items"></slot>
400
399
  </div>
401
- `}updated(e){if(super.updated(e),this._lastRenderedScrollTop=this._lastKnownScrollTop,this.updateItems(),(this._increaseWidthOnNextRenderIfNeeded||this._reachedMaxWidth)&&this._firstVisibleIndex<this._lastVisibleIndex)if(this.querySelector("[item-index]"))this.adjustWidthIfNeeded();else{const i=new MutationObserver(()=>{this.adjustWidthIfNeeded(),i.disconnect()});i.observe(this)}}adjustWidthIfNeeded(){this._increaseWidthOnNextRenderIfNeeded?(this._increaseWidthOnNextRenderIfNeeded=!1,window.requestAnimationFrame(()=>{const e=Number.parseInt(getComputedStyle(this).maxWidth)-this.offsetWidth;if(e==0)this._reachedMaxWidth=!0,this.enableLineClampOnItemsIfNeeded();else{this._reachedMaxWidth=!1;const i=[...this.querySelectorAll("[item-index]")].map(t=>{if(t instanceof Be){t.enableLineClamp=!1;const o=t.missingWidthForTexts;return o>e&&(t.enableLineClamp=!0),o}}),n=Math.max(...i);n>0&&(this.style.width=`${this.offsetWidth+n}px`)}})):this._reachedMaxWidth&&this.enableLineClampOnItemsIfNeeded()}enableLineClampOnItemsIfNeeded(){this.querySelectorAll("[item-index]").forEach(e=>{e instanceof Be&&(e.enableLineClamp=e.enableLineClamp||e.missingWidthForTexts>0)})}increaseWidthOnNextRenderIfNeeded(){this._increaseWidthOnNextRenderIfNeeded=!0}updateItems(){const e=[...this.querySelectorAll("[item-index]")],i=new Map,n=document.createDocumentFragment();for(const t of this._itemsRenderData){const o=this.renderItem(t);o.parentElement||n.appendChild(o),i.set(t.dataHash,o);const a=e.indexOf(o);a!==-1&&e.splice(a,1)}this.appendChild(n);for(const t of e)t instanceof Be&&(t.enableLineClamp=!1),this.removeChild(t);i.forEach((t,o)=>{this._elementCache.set(o,t)})}renderItem({index:e,top:i,dataHash:n,data:t}){let o;return t?this._elementCache.has(n)?(o=this._elementCache.get(n),this._elementCache.delete(n)):(o=this.itemGenerator(t,e),o.setAttribute("slot","items")):(o=document.createElement("div"),o.setAttribute("placeholder-item",""),o.setAttribute("slot","items")),Object.assign(o.style,{transform:`translateY(${i}px)`,height:`${this.itemHeight}px`}),o.setAttribute("item-index",e.toString()),o.setAttribute("aria-setsize",String(this.finalSizeIsKnown?this.itemCount:-1)),o.setAttribute("aria-posinset",String(e+1)),(!o.id||o.id.startsWith(this.id+"_item_"))&&(o.id=this.id+"_item_"+e),this.itemCount-1==e?o.setAttribute("last",""):o.removeAttribute("last"),this.updateSelectedAttribute(e,o),this.updateFocusedAttribute(e,o),o}updateFocusedAttribute(e,i){this.focusIndex==e&&(this.focusTarget||document.activeElement==this)?(i.setAttribute("focused",""),this.setAttribute("aria-activedescendant",i.id)):i.removeAttribute("focused")}updateSelectedAttribute(e,i){const n=this.selectedIndices.indexOf(e)!==-1;n?i.setAttribute("selected",""):i.removeAttribute("selected"),i.setAttribute("aria-selected",String(n))}updateItemsRenderData(){if(this._itemsRenderData=[],this._visibleItemsNum=Math.min(Math.ceil(this.height/this.itemHeight),this.itemCount),this._visibleItemsNum>0){this._firstVisibleIndex=this.normalizeIndex(Math.floor(this._lastKnownScrollTop/this.itemHeight)),this._lastVisibleIndex=this.normalizeIndex(this._firstVisibleIndex+this._visibleItemsNum);const e=this.normalizeIndex(this._firstVisibleIndex-2),i=this.normalizeIndex(this._lastVisibleIndex+2);this.requestData(e,i);for(let n=e;n<=i;n++){const t=n-e,o=this.items[t];let a;o?a=JSON.stringify(o):a=`placeholder-${t}`,this._itemsRenderData.push({index:n,top:this.itemHeight*n,physicalIndex:t,dataHash:a,data:o})}}else this._firstVisibleIndex=0,this._lastVisibleIndex=0}normalizeIndex(e){return Math.max(0,Math.min(e,this.itemCount-1))}get height(){return this.offsetHeight}requestData(e,i){!Number.isNaN(e)&&!Number.isNaN(i)&&this.dispatchEvent(new CustomEvent("data-request",{detail:{startIndex:e,stopIndex:i}}))}handleSelection(e,i){if(e<0||this.itemCount<=e)return;const n=this.getListItem(e);if(n.getAttribute("aria-disabled")=="true"||n.hasAttribute("disabled"))return;let t=!0;if(this.selectionType!=="trigger-only"){const o=this.selectedIndices.indexOf(e);t=o==-1,t?this.selectionType==="single"?this.selectedIndices=[e]:this.selectedIndices.push(e):this.selectedIndices.splice(o,1),this.requestUpdate("selectedIndices")}this.focusIndex=e,this.dispatchSelectionEvent(e,t,i)}dispatchSelectionEvent(e,i,n){this.dispatchEvent(new CustomEvent("selection",{detail:{index:e,selected:i,hasModifier:n}}))}handleClick(e){const i=e.composedPath().find(n=>n.hasAttribute&&n.hasAttribute("item-index"));if(i){const n=parseInt(i.getAttribute("item-index"));if(Number.isInteger(n)){if(e.button==0||e.button==1){const t=e.type=="auxclick"&&e.button==1||e.metaKey||e.ctrlKey;this.handleSelection(n,t)}this.focusIndex=n}}}},de.ID="sd-virtual-list",de.ensureDefined=()=>{Be.ensureDefined(),customElements.get(de.ID)||customElements.define(de.ID,de)},de);Se([X({type:Number,attribute:"item-height",reflect:!0})],ye.prototype,"itemHeight",2);Se([X({type:Number})],ye.prototype,"itemCount",2);Se([X({type:Array,attribute:!1})],ye.prototype,"items",2);Se([X({type:String,attribute:"selection-type",reflect:!0,noAccessor:!0})],ye.prototype,"selectionType",2);Se([X({type:String,attribute:!0,reflect:!0})],ye.prototype,"id",2);Se([X({type:String,reflect:!0})],ye.prototype,"role",2);Se([X({type:Number,attribute:"focus-index",reflect:!0})],ye.prototype,"focusIndex",1);Se([X({type:Array,attribute:!1})],ye.prototype,"selectedIndices",1);let Ds=ye;Ds.ensureDefined();function Un(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function zs(r){if(Object.prototype.hasOwnProperty.call(r,"__esModule"))return r;var e=r.default;if(typeof e=="function"){var i=function n(){var t=!1;try{t=this instanceof n}catch{}return t?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};i.prototype=e.prototype}else i={};return Object.defineProperty(i,"__esModule",{value:!0}),Object.keys(r).forEach(function(n){var t=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(i,n,t.get?t:{enumerable:!0,get:function(){return r[n]}})}),i}var dt={exports:{}},rn;function Us(){if(rn)return dt.exports;rn=1;var r=String,e=function(){return{isColorSupported:!1,reset:r,bold:r,dim:r,italic:r,underline:r,inverse:r,hidden:r,strikethrough:r,black:r,red:r,green:r,yellow:r,blue:r,magenta:r,cyan:r,white:r,gray:r,bgBlack:r,bgRed:r,bgGreen:r,bgYellow:r,bgBlue:r,bgMagenta:r,bgCyan:r,bgWhite:r,blackBright:r,redBright:r,greenBright:r,yellowBright:r,blueBright:r,magentaBright:r,cyanBright:r,whiteBright:r,bgBlackBright:r,bgRedBright:r,bgGreenBright:r,bgYellowBright:r,bgBlueBright:r,bgMagentaBright:r,bgCyanBright:r,bgWhiteBright:r}};return dt.exports=e(),dt.exports.createColors=e,dt.exports}const Bs={},qs=Object.freeze(Object.defineProperty({__proto__:null,default:Bs},Symbol.toStringTag,{value:"Module"})),fe=zs(qs);var Dt,sn;function Ei(){if(sn)return Dt;sn=1;let r=Us(),e=fe;class i extends Error{constructor(t,o,a,p,b,h){super(t),this.name="CssSyntaxError",this.reason=t,b&&(this.file=b),p&&(this.source=p),h&&(this.plugin=h),typeof o<"u"&&typeof a<"u"&&(typeof o=="number"?(this.line=o,this.column=a):(this.line=o.line,this.column=o.column,this.endLine=a.line,this.endColumn=a.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,i)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"<css input>",typeof this.line<"u"&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(t){if(!this.source)return"";let o=this.source;t==null&&(t=r.isColorSupported);let a=c=>c,p=c=>c,b=c=>c;if(t){let{bold:c,gray:f,red:m}=r.createColors(!0);p=g=>c(m(g)),a=g=>f(g),e&&(b=g=>e(g))}let h=o.split(/\r?\n/),s=Math.max(this.line-3,0),u=Math.min(this.line+2,h.length),l=String(u).length;return h.slice(s,u).map((c,f)=>{let m=s+1+f,g=" "+(" "+m).slice(-l)+" | ";if(m===this.line){if(c.length>160){let E=20,v=Math.max(0,this.column-E),w=Math.max(this.column+E,this.endColumn+E),y=c.slice(v,w),S=a(g.replace(/\d/g," "))+c.slice(0,Math.min(this.column-1,E-1)).replace(/[^\t]/g," ");return p(">")+a(g)+b(y)+`
402
- `+S+p("^")}let _=a(g.replace(/\d/g," "))+c.slice(0,this.column-1).replace(/[^\t]/g," ");return p(">")+a(g)+b(c)+`
400
+ `}updated(e){if(super.updated(e),this._lastRenderedScrollTop=this._lastKnownScrollTop,this.updateItems(),(this._increaseWidthOnNextRenderIfNeeded||this._reachedMaxWidth)&&this._firstVisibleIndex<this._lastVisibleIndex)if(this.querySelector("[item-index]"))this.adjustWidthIfNeeded();else{const t=new MutationObserver(()=>{this.adjustWidthIfNeeded(),t.disconnect()});t.observe(this)}}adjustWidthIfNeeded(){this._increaseWidthOnNextRenderIfNeeded?(this._increaseWidthOnNextRenderIfNeeded=!1,window.requestAnimationFrame(()=>{const e=Number.parseInt(getComputedStyle(this).maxWidth)-this.offsetWidth;if(e==0)this._reachedMaxWidth=!0,this.enableLineClampOnItemsIfNeeded();else{this._reachedMaxWidth=!1;const t=[...this.querySelectorAll("[item-index]")].map(i=>{if(i instanceof qe){i.enableLineClamp=!1;const o=i.missingWidthForTexts;return o>e&&(i.enableLineClamp=!0),o}}),n=Math.max(...t);n>0&&(this.style.width=`${this.offsetWidth+n}px`)}})):this._reachedMaxWidth&&this.enableLineClampOnItemsIfNeeded()}enableLineClampOnItemsIfNeeded(){this.querySelectorAll("[item-index]").forEach(e=>{e instanceof qe&&(e.enableLineClamp=e.enableLineClamp||e.missingWidthForTexts>0)})}increaseWidthOnNextRenderIfNeeded(){this._increaseWidthOnNextRenderIfNeeded=!0}updateItems(){const e=[...this.querySelectorAll("[item-index]")],t=new Map,n=document.createDocumentFragment();for(const i of this._itemsRenderData){const o=this.renderItem(i);o.parentElement||n.appendChild(o),t.set(i.dataHash,o);const a=e.indexOf(o);a!==-1&&e.splice(a,1)}this.appendChild(n);for(const i of e)i instanceof qe&&(i.enableLineClamp=!1),this.removeChild(i);t.forEach((i,o)=>{this._elementCache.set(o,i)})}renderItem({index:e,top:t,dataHash:n,data:i}){let o;return i?this._elementCache.has(n)?(o=this._elementCache.get(n),this._elementCache.delete(n)):(o=this.itemGenerator(i,e),o.setAttribute("slot","items")):(o=document.createElement("div"),o.setAttribute("placeholder-item",""),o.setAttribute("slot","items")),Object.assign(o.style,{transform:`translateY(${t}px)`,height:`${this.itemHeight}px`}),o.setAttribute("item-index",e.toString()),o.setAttribute("aria-setsize",String(this.finalSizeIsKnown?this.itemCount:-1)),o.setAttribute("aria-posinset",String(e+1)),(!o.id||o.id.startsWith(this.id+"_item_"))&&(o.id=this.id+"_item_"+e),this.itemCount-1==e?o.setAttribute("last",""):o.removeAttribute("last"),this.updateSelectedAttribute(e,o),this.updateFocusedAttribute(e,o),o}updateFocusedAttribute(e,t){this.focusIndex==e&&(this.focusTarget||document.activeElement==this)?(t.setAttribute("focused",""),this.setAttribute("aria-activedescendant",t.id)):t.removeAttribute("focused")}updateSelectedAttribute(e,t){const n=this.selectedIndices.indexOf(e)!==-1;n?t.setAttribute("selected",""):t.removeAttribute("selected"),t.setAttribute("aria-selected",String(n))}updateItemsRenderData(){if(this._itemsRenderData=[],this._visibleItemsNum=Math.min(Math.ceil(this.height/this.itemHeight),this.itemCount),this._visibleItemsNum>0){this._firstVisibleIndex=this.normalizeIndex(Math.floor(this._lastKnownScrollTop/this.itemHeight)),this._lastVisibleIndex=this.normalizeIndex(this._firstVisibleIndex+this._visibleItemsNum);const e=this.normalizeIndex(this._firstVisibleIndex-2),t=this.normalizeIndex(this._lastVisibleIndex+2);this.requestData(e,t);for(let n=e;n<=t;n++){const i=n-e,o=this.items[i];let a;o?a=JSON.stringify(o):a=`placeholder-${i}`,this._itemsRenderData.push({index:n,top:this.itemHeight*n,physicalIndex:i,dataHash:a,data:o})}}else this._firstVisibleIndex=0,this._lastVisibleIndex=0}normalizeIndex(e){return Math.max(0,Math.min(e,this.itemCount-1))}get height(){return this.offsetHeight}requestData(e,t){!Number.isNaN(e)&&!Number.isNaN(t)&&this.dispatchEvent(new CustomEvent("data-request",{detail:{startIndex:e,stopIndex:t}}))}handleSelection(e,t){if(e<0||this.itemCount<=e)return;const n=this.getListItem(e);if(n.getAttribute("aria-disabled")=="true"||n.hasAttribute("disabled"))return;let i=!0;if(this.selectionType!=="trigger-only"){const o=this.selectedIndices.indexOf(e);i=o==-1,i?this.selectionType==="single"?this.selectedIndices=[e]:this.selectedIndices.push(e):this.selectedIndices.splice(o,1),this.requestUpdate("selectedIndices")}this.focusIndex=e,this.dispatchSelectionEvent(e,i,t)}dispatchSelectionEvent(e,t,n){this.dispatchEvent(new CustomEvent("selection",{detail:{index:e,selected:t,originalEvent:n}}))}handleClick(e){const t=e.composedPath().find(n=>n.hasAttribute&&n.hasAttribute("item-index"));if(t){const n=parseInt(t.getAttribute("item-index"));Number.isInteger(n)&&((e.button==0||e.button==1)&&this.handleSelection(n,e),this.focusIndex=n)}}},de.ID="sd-virtual-list",de.ensureDefined=()=>{qe.ensureDefined(),customElements.get(de.ID)||customElements.define(de.ID,de)},de);Ae([J({type:Number,attribute:"item-height",reflect:!0})],ye.prototype,"itemHeight",2);Ae([J({type:Number})],ye.prototype,"itemCount",2);Ae([J({type:Array,attribute:!1})],ye.prototype,"items",2);Ae([J({type:String,attribute:"selection-type",reflect:!0,noAccessor:!0})],ye.prototype,"selectionType",2);Ae([J({type:String,attribute:!0,reflect:!0})],ye.prototype,"id",2);Ae([J({type:String,reflect:!0})],ye.prototype,"role",2);Ae([J({type:Number,attribute:"focus-index",reflect:!0})],ye.prototype,"focusIndex",1);Ae([J({type:Array,attribute:!1})],ye.prototype,"selectedIndices",1);let Zr=ye;Zr.ensureDefined();function Gn(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}function Jr(s){if(Object.prototype.hasOwnProperty.call(s,"__esModule"))return s;var e=s.default;if(typeof e=="function"){var t=function n(){var i=!1;try{i=this instanceof n}catch{}return i?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(s).forEach(function(n){var i=Object.getOwnPropertyDescriptor(s,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return s[n]}})}),t}var ft={exports:{}},ln;function Xr(){if(ln)return ft.exports;ln=1;var s=String,e=function(){return{isColorSupported:!1,reset:s,bold:s,dim:s,italic:s,underline:s,inverse:s,hidden:s,strikethrough:s,black:s,red:s,green:s,yellow:s,blue:s,magenta:s,cyan:s,white:s,gray:s,bgBlack:s,bgRed:s,bgGreen:s,bgYellow:s,bgBlue:s,bgMagenta:s,bgCyan:s,bgWhite:s,blackBright:s,redBright:s,greenBright:s,yellowBright:s,blueBright:s,magentaBright:s,cyanBright:s,whiteBright:s,bgBlackBright:s,bgRedBright:s,bgGreenBright:s,bgYellowBright:s,bgBlueBright:s,bgMagentaBright:s,bgCyanBright:s,bgWhiteBright:s}};return ft.exports=e(),ft.exports.createColors=e,ft.exports}const Qr={},Yr=Object.freeze(Object.defineProperty({__proto__:null,default:Qr},Symbol.toStringTag,{value:"Module"})),fe=Jr(Yr);var Ut,cn;function Ci(){if(cn)return Ut;cn=1;let s=Xr(),e=fe;class t extends Error{constructor(i,o,a,p,b,h){super(i),this.name="CssSyntaxError",this.reason=i,b&&(this.file=b),p&&(this.source=p),h&&(this.plugin=h),typeof o<"u"&&typeof a<"u"&&(typeof o=="number"?(this.line=o,this.column=a):(this.line=o.line,this.column=o.column,this.endLine=a.line,this.endColumn=a.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,t)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"<css input>",typeof this.line<"u"&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(i){if(!this.source)return"";let o=this.source;i==null&&(i=s.isColorSupported);let a=c=>c,p=c=>c,b=c=>c;if(i){let{bold:c,gray:f,red:m}=s.createColors(!0);p=g=>c(m(g)),a=g=>f(g),e&&(b=g=>e(g))}let h=o.split(/\r?\n/),r=Math.max(this.line-3,0),u=Math.min(this.line+2,h.length),l=String(u).length;return h.slice(r,u).map((c,f)=>{let m=r+1+f,g=" "+(" "+m).slice(-l)+" | ";if(m===this.line){if(c.length>160){let E=20,v=Math.max(0,this.column-E),w=Math.max(this.column+E,this.endColumn+E),y=c.slice(v,w),A=a(g.replace(/\d/g," "))+c.slice(0,Math.min(this.column-1,E-1)).replace(/[^\t]/g," ");return p(">")+a(g)+b(y)+`
401
+ `+A+p("^")}let _=a(g.replace(/\d/g," "))+c.slice(0,this.column-1).replace(/[^\t]/g," ");return p(">")+a(g)+b(c)+`
403
402
  `+_+p("^")}return" "+a(g)+b(c)}).join(`
404
- `)}toString(){let t=this.showSourceCode();return t&&(t=`
403
+ `)}toString(){let i=this.showSourceCode();return i&&(i=`
405
404
 
406
- `+t+`
407
- `),this.name+": "+this.message+t}}return Dt=i,i.default=i,Dt}var zt,on;function Bn(){if(on)return zt;on=1;const r={after:`
405
+ `+i+`
406
+ `),this.name+": "+this.message+i}}return Ut=t,t.default=t,Ut}var Bt,un;function Kn(){if(un)return Bt;un=1;const s={after:`
408
407
  `,beforeClose:`
409
408
  `,beforeComment:`
410
409
  `,beforeDecl:`
411
410
  `,beforeOpen:" ",beforeRule:`
412
- `,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function e(n){return n[0].toUpperCase()+n.slice(1)}class i{constructor(t){this.builder=t}atrule(t,o){let a="@"+t.name,p=t.params?this.rawValue(t,"params"):"";if(typeof t.raws.afterName<"u"?a+=t.raws.afterName:p&&(a+=" "),t.nodes)this.block(t,a+p);else{let b=(t.raws.between||"")+(o?";":"");this.builder(a+p+b,t)}}beforeAfter(t,o){let a;t.type==="decl"?a=this.raw(t,null,"beforeDecl"):t.type==="comment"?a=this.raw(t,null,"beforeComment"):o==="before"?a=this.raw(t,null,"beforeRule"):a=this.raw(t,null,"beforeClose");let p=t.parent,b=0;for(;p&&p.type!=="root";)b+=1,p=p.parent;if(a.includes(`
413
- `)){let h=this.raw(t,null,"indent");if(h.length)for(let s=0;s<b;s++)a+=h}return a}block(t,o){let a=this.raw(t,"between","beforeOpen");this.builder(o+a+"{",t,"start");let p;t.nodes&&t.nodes.length?(this.body(t),p=this.raw(t,"after")):p=this.raw(t,"after","emptyBody"),p&&this.builder(p),this.builder("}",t,"end")}body(t){let o=t.nodes.length-1;for(;o>0&&t.nodes[o].type==="comment";)o-=1;let a=this.raw(t,"semicolon");for(let p=0;p<t.nodes.length;p++){let b=t.nodes[p],h=this.raw(b,"before");h&&this.builder(h),this.stringify(b,o!==p||a)}}comment(t){let o=this.raw(t,"left","commentLeft"),a=this.raw(t,"right","commentRight");this.builder("/*"+o+t.text+a+"*/",t)}decl(t,o){let a=this.raw(t,"between","colon"),p=t.prop+a+this.rawValue(t,"value");t.important&&(p+=t.raws.important||" !important"),o&&(p+=";"),this.builder(p,t)}document(t){this.body(t)}raw(t,o,a){let p;if(a||(a=o),o&&(p=t.raws[o],typeof p<"u"))return p;let b=t.parent;if(a==="before"&&(!b||b.type==="root"&&b.first===t||b&&b.type==="document"))return"";if(!b)return r[a];let h=t.root();if(h.rawCache||(h.rawCache={}),typeof h.rawCache[a]<"u")return h.rawCache[a];if(a==="before"||a==="after")return this.beforeAfter(t,a);{let s="raw"+e(a);this[s]?p=this[s](h,t):h.walk(u=>{if(p=u.raws[o],typeof p<"u")return!1})}return typeof p>"u"&&(p=r[a]),h.rawCache[a]=p,p}rawBeforeClose(t){let o;return t.walk(a=>{if(a.nodes&&a.nodes.length>0&&typeof a.raws.after<"u")return o=a.raws.after,o.includes(`
414
- `)&&(o=o.replace(/[^\n]+$/,"")),!1}),o&&(o=o.replace(/\S/g,"")),o}rawBeforeComment(t,o){let a;return t.walkComments(p=>{if(typeof p.raws.before<"u")return a=p.raws.before,a.includes(`
415
- `)&&(a=a.replace(/[^\n]+$/,"")),!1}),typeof a>"u"?a=this.raw(o,null,"beforeDecl"):a&&(a=a.replace(/\S/g,"")),a}rawBeforeDecl(t,o){let a;return t.walkDecls(p=>{if(typeof p.raws.before<"u")return a=p.raws.before,a.includes(`
416
- `)&&(a=a.replace(/[^\n]+$/,"")),!1}),typeof a>"u"?a=this.raw(o,null,"beforeRule"):a&&(a=a.replace(/\S/g,"")),a}rawBeforeOpen(t){let o;return t.walk(a=>{if(a.type!=="decl"&&(o=a.raws.between,typeof o<"u"))return!1}),o}rawBeforeRule(t){let o;return t.walk(a=>{if(a.nodes&&(a.parent!==t||t.first!==a)&&typeof a.raws.before<"u")return o=a.raws.before,o.includes(`
417
- `)&&(o=o.replace(/[^\n]+$/,"")),!1}),o&&(o=o.replace(/\S/g,"")),o}rawColon(t){let o;return t.walkDecls(a=>{if(typeof a.raws.between<"u")return o=a.raws.between.replace(/[^\s:]/g,""),!1}),o}rawEmptyBody(t){let o;return t.walk(a=>{if(a.nodes&&a.nodes.length===0&&(o=a.raws.after,typeof o<"u"))return!1}),o}rawIndent(t){if(t.raws.indent)return t.raws.indent;let o;return t.walk(a=>{let p=a.parent;if(p&&p!==t&&p.parent&&p.parent===t&&typeof a.raws.before<"u"){let b=a.raws.before.split(`
418
- `);return o=b[b.length-1],o=o.replace(/\S/g,""),!1}}),o}rawSemicolon(t){let o;return t.walk(a=>{if(a.nodes&&a.nodes.length&&a.last.type==="decl"&&(o=a.raws.semicolon,typeof o<"u"))return!1}),o}rawValue(t,o){let a=t[o],p=t.raws[o];return p&&p.value===a?p.raw:a}root(t){this.body(t),t.raws.after&&this.builder(t.raws.after)}rule(t){this.block(t,this.rawValue(t,"selector")),t.raws.ownSemicolon&&this.builder(t.raws.ownSemicolon,t,"end")}stringify(t,o){if(!this[t.type])throw new Error("Unknown AST node type "+t.type+". Maybe you need to change PostCSS stringifier.");this[t.type](t,o)}}return zt=i,i.default=i,zt}var Ut,an;function xt(){if(an)return Ut;an=1;let r=Bn();function e(i,n){new r(n).stringify(i)}return Ut=e,e.default=e,Ut}var ft={},ln;function Si(){return ln||(ln=1,ft.isClean=Symbol("isClean"),ft.my=Symbol("my")),ft}var Bt,cn;function _t(){if(cn)return Bt;cn=1;let r=Ei(),e=Bn(),i=xt(),{isClean:n,my:t}=Si();function o(b,h){let s=new b.constructor;for(let u in b){if(!Object.prototype.hasOwnProperty.call(b,u)||u==="proxyCache")continue;let l=b[u],c=typeof l;u==="parent"&&c==="object"?h&&(s[u]=h):u==="source"?s[u]=l:Array.isArray(l)?s[u]=l.map(f=>o(f,s)):(c==="object"&&l!==null&&(l=o(l)),s[u]=l)}return s}function a(b,h){if(h&&typeof h.offset<"u")return h.offset;let s=1,u=1,l=0;for(let c=0;c<b.length;c++){if(u===h.line&&s===h.column){l=c;break}b[c]===`
419
- `?(s=1,u+=1):s+=1}return l}class p{get proxyOf(){return this}constructor(h={}){this.raws={},this[n]=!1,this[t]=!0;for(let s in h)if(s==="nodes"){this.nodes=[];for(let u of h[s])typeof u.clone=="function"?this.append(u.clone()):this.append(u)}else this[s]=h[s]}addToError(h){if(h.postcssNode=this,h.stack&&this.source&&/\n\s{4}at /.test(h.stack)){let s=this.source;h.stack=h.stack.replace(/\n\s{4}at /,`$&${s.input.from}:${s.start.line}:${s.start.column}$&`)}return h}after(h){return this.parent.insertAfter(this,h),this}assign(h={}){for(let s in h)this[s]=h[s];return this}before(h){return this.parent.insertBefore(this,h),this}cleanRaws(h){delete this.raws.before,delete this.raws.after,h||delete this.raws.between}clone(h={}){let s=o(this);for(let u in h)s[u]=h[u];return s}cloneAfter(h={}){let s=this.clone(h);return this.parent.insertAfter(this,s),s}cloneBefore(h={}){let s=this.clone(h);return this.parent.insertBefore(this,s),s}error(h,s={}){if(this.source){let{end:u,start:l}=this.rangeBy(s);return this.source.input.error(h,{column:l.column,line:l.line},{column:u.column,line:u.line},s)}return new r(h)}getProxyProcessor(){return{get(h,s){return s==="proxyOf"?h:s==="root"?()=>h.root().toProxy():h[s]},set(h,s,u){return h[s]===u||(h[s]=u,(s==="prop"||s==="value"||s==="name"||s==="params"||s==="important"||s==="text")&&h.markDirty()),!0}}}markClean(){this[n]=!0}markDirty(){if(this[n]){this[n]=!1;let h=this;for(;h=h.parent;)h[n]=!1}}next(){if(!this.parent)return;let h=this.parent.index(this);return this.parent.nodes[h+1]}positionBy(h={}){let s=this.source.start;if(h.index)s=this.positionInside(h.index);else if(h.word){let u="document"in this.source.input?this.source.input.document:this.source.input.css,c=u.slice(a(u,this.source.start),a(u,this.source.end)).indexOf(h.word);c!==-1&&(s=this.positionInside(c))}return s}positionInside(h){let s=this.source.start.column,u=this.source.start.line,l="document"in this.source.input?this.source.input.document:this.source.input.css,c=a(l,this.source.start),f=c+h;for(let m=c;m<f;m++)l[m]===`
420
- `?(s=1,u+=1):s+=1;return{column:s,line:u,offset:f}}prev(){if(!this.parent)return;let h=this.parent.index(this);return this.parent.nodes[h-1]}rangeBy(h={}){let s="document"in this.source.input?this.source.input.document:this.source.input.css,u={column:this.source.start.column,line:this.source.start.line,offset:a(s,this.source.start)},l=this.source.end?{column:this.source.end.column+1,line:this.source.end.line,offset:typeof this.source.end.offset=="number"?this.source.end.offset:a(s,this.source.end)+1}:{column:u.column+1,line:u.line,offset:u.offset+1};if(h.word){let f=s.slice(a(s,this.source.start),a(s,this.source.end)).indexOf(h.word);f!==-1&&(u=this.positionInside(f),l=this.positionInside(f+h.word.length))}else h.start?u={column:h.start.column,line:h.start.line,offset:a(s,h.start)}:h.index&&(u=this.positionInside(h.index)),h.end?l={column:h.end.column,line:h.end.line,offset:a(s,h.end)}:typeof h.endIndex=="number"?l=this.positionInside(h.endIndex):h.index&&(l=this.positionInside(h.index+1));return(l.line<u.line||l.line===u.line&&l.column<=u.column)&&(l={column:u.column+1,line:u.line,offset:u.offset+1}),{end:l,start:u}}raw(h,s){return new e().raw(this,h,s)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...h){if(this.parent){let s=this,u=!1;for(let l of h)l===this?u=!0:u?(this.parent.insertAfter(s,l),s=l):this.parent.insertBefore(s,l);u||this.remove()}return this}root(){let h=this;for(;h.parent&&h.parent.type!=="document";)h=h.parent;return h}toJSON(h,s){let u={},l=s==null;s=s||new Map;let c=0;for(let f in this){if(!Object.prototype.hasOwnProperty.call(this,f)||f==="parent"||f==="proxyCache")continue;let m=this[f];if(Array.isArray(m))u[f]=m.map(g=>typeof g=="object"&&g.toJSON?g.toJSON(null,s):g);else if(typeof m=="object"&&m.toJSON)u[f]=m.toJSON(null,s);else if(f==="source"){if(m==null)continue;let g=s.get(m.input);g==null&&(g=c,s.set(m.input,c),c++),u[f]={end:m.end,inputId:g,start:m.start}}else u[f]=m}return l&&(u.inputs=[...s.keys()].map(f=>f.toJSON())),u}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(h=i){h.stringify&&(h=h.stringify);let s="";return h(this,u=>{s+=u}),s}warn(h,s,u={}){let l={node:this};for(let c in u)l[c]=u[c];return h.warn(s,l)}}return Bt=p,p.default=p,Bt}var qt,un;function Et(){if(un)return qt;un=1;let r=_t();class e extends r{constructor(n){super(n),this.type="comment"}}return qt=e,e.default=e,qt}var Ht,hn;function St(){if(hn)return Ht;hn=1;let r=_t();class e extends r{get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}constructor(n){n&&typeof n.value<"u"&&typeof n.value!="string"&&(n={...n,value:String(n.value)}),super(n),this.type="decl"}}return Ht=e,e.default=e,Ht}var Ft,dn;function Pe(){if(dn)return Ft;dn=1;let r=Et(),e=St(),i=_t(),{isClean:n,my:t}=Si(),o,a,p,b;function h(l){return l.map(c=>(c.nodes&&(c.nodes=h(c.nodes)),delete c.source,c))}function s(l){if(l[n]=!1,l.proxyOf.nodes)for(let c of l.proxyOf.nodes)s(c)}class u extends i{get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...c){for(let f of c){let m=this.normalize(f,this.last);for(let g of m)this.proxyOf.nodes.push(g)}return this.markDirty(),this}cleanRaws(c){if(super.cleanRaws(c),this.nodes)for(let f of this.nodes)f.cleanRaws(c)}each(c){if(!this.proxyOf.nodes)return;let f=this.getIterator(),m,g;for(;this.indexes[f]<this.proxyOf.nodes.length&&(m=this.indexes[f],g=c(this.proxyOf.nodes[m],m),g!==!1);)this.indexes[f]+=1;return delete this.indexes[f],g}every(c){return this.nodes.every(c)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let c=this.lastEach;return this.indexes[c]=0,c}getProxyProcessor(){return{get(c,f){return f==="proxyOf"?c:c[f]?f==="each"||typeof f=="string"&&f.startsWith("walk")?(...m)=>c[f](...m.map(g=>typeof g=="function"?(_,E)=>g(_.toProxy(),E):g)):f==="every"||f==="some"?m=>c[f]((g,..._)=>m(g.toProxy(),..._)):f==="root"?()=>c.root().toProxy():f==="nodes"?c.nodes.map(m=>m.toProxy()):f==="first"||f==="last"?c[f].toProxy():c[f]:c[f]},set(c,f,m){return c[f]===m||(c[f]=m,(f==="name"||f==="params"||f==="selector")&&c.markDirty()),!0}}}index(c){return typeof c=="number"?c:(c.proxyOf&&(c=c.proxyOf),this.proxyOf.nodes.indexOf(c))}insertAfter(c,f){let m=this.index(c),g=this.normalize(f,this.proxyOf.nodes[m]).reverse();m=this.index(c);for(let E of g)this.proxyOf.nodes.splice(m+1,0,E);let _;for(let E in this.indexes)_=this.indexes[E],m<_&&(this.indexes[E]=_+g.length);return this.markDirty(),this}insertBefore(c,f){let m=this.index(c),g=m===0?"prepend":!1,_=this.normalize(f,this.proxyOf.nodes[m],g).reverse();m=this.index(c);for(let v of _)this.proxyOf.nodes.splice(m,0,v);let E;for(let v in this.indexes)E=this.indexes[v],m<=E&&(this.indexes[v]=E+_.length);return this.markDirty(),this}normalize(c,f){if(typeof c=="string")c=h(a(c).nodes);else if(typeof c>"u")c=[];else if(Array.isArray(c)){c=c.slice(0);for(let g of c)g.parent&&g.parent.removeChild(g,"ignore")}else if(c.type==="root"&&this.type!=="document"){c=c.nodes.slice(0);for(let g of c)g.parent&&g.parent.removeChild(g,"ignore")}else if(c.type)c=[c];else if(c.prop){if(typeof c.value>"u")throw new Error("Value field is missed in node creation");typeof c.value!="string"&&(c.value=String(c.value)),c=[new e(c)]}else if(c.selector||c.selectors)c=[new b(c)];else if(c.name)c=[new o(c)];else if(c.text)c=[new r(c)];else throw new Error("Unknown node type in node creation");return c.map(g=>(g[t]||u.rebuild(g),g=g.proxyOf,g.parent&&g.parent.removeChild(g),g[n]&&s(g),g.raws||(g.raws={}),typeof g.raws.before>"u"&&f&&typeof f.raws.before<"u"&&(g.raws.before=f.raws.before.replace(/\S/g,"")),g.parent=this.proxyOf,g))}prepend(...c){c=c.reverse();for(let f of c){let m=this.normalize(f,this.first,"prepend").reverse();for(let g of m)this.proxyOf.nodes.unshift(g);for(let g in this.indexes)this.indexes[g]=this.indexes[g]+m.length}return this.markDirty(),this}push(c){return c.parent=this,this.proxyOf.nodes.push(c),this}removeAll(){for(let c of this.proxyOf.nodes)c.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(c){c=this.index(c),this.proxyOf.nodes[c].parent=void 0,this.proxyOf.nodes.splice(c,1);let f;for(let m in this.indexes)f=this.indexes[m],f>=c&&(this.indexes[m]=f-1);return this.markDirty(),this}replaceValues(c,f,m){return m||(m=f,f={}),this.walkDecls(g=>{f.props&&!f.props.includes(g.prop)||f.fast&&!g.value.includes(f.fast)||(g.value=g.value.replace(c,m))}),this.markDirty(),this}some(c){return this.nodes.some(c)}walk(c){return this.each((f,m)=>{let g;try{g=c(f,m)}catch(_){throw f.addToError(_)}return g!==!1&&f.walk&&(g=f.walk(c)),g})}walkAtRules(c,f){return f?c instanceof RegExp?this.walk((m,g)=>{if(m.type==="atrule"&&c.test(m.name))return f(m,g)}):this.walk((m,g)=>{if(m.type==="atrule"&&m.name===c)return f(m,g)}):(f=c,this.walk((m,g)=>{if(m.type==="atrule")return f(m,g)}))}walkComments(c){return this.walk((f,m)=>{if(f.type==="comment")return c(f,m)})}walkDecls(c,f){return f?c instanceof RegExp?this.walk((m,g)=>{if(m.type==="decl"&&c.test(m.prop))return f(m,g)}):this.walk((m,g)=>{if(m.type==="decl"&&m.prop===c)return f(m,g)}):(f=c,this.walk((m,g)=>{if(m.type==="decl")return f(m,g)}))}walkRules(c,f){return f?c instanceof RegExp?this.walk((m,g)=>{if(m.type==="rule"&&c.test(m.selector))return f(m,g)}):this.walk((m,g)=>{if(m.type==="rule"&&m.selector===c)return f(m,g)}):(f=c,this.walk((m,g)=>{if(m.type==="rule")return f(m,g)}))}}return u.registerParse=l=>{a=l},u.registerRule=l=>{b=l},u.registerAtRule=l=>{o=l},u.registerRoot=l=>{p=l},Ft=u,u.default=u,u.rebuild=l=>{l.type==="atrule"?Object.setPrototypeOf(l,o.prototype):l.type==="rule"?Object.setPrototypeOf(l,b.prototype):l.type==="decl"?Object.setPrototypeOf(l,e.prototype):l.type==="comment"?Object.setPrototypeOf(l,r.prototype):l.type==="root"&&Object.setPrototypeOf(l,p.prototype),l[t]=!0,l.nodes&&l.nodes.forEach(c=>{u.rebuild(c)})},Ft}var Wt,fn;function Ai(){if(fn)return Wt;fn=1;let r=Pe();class e extends r{constructor(n){super(n),this.type="atrule"}append(...n){return this.proxyOf.nodes||(this.nodes=[]),super.append(...n)}prepend(...n){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...n)}}return Wt=e,e.default=e,r.registerAtRule(e),Wt}var Gt,pn;function Ci(){if(pn)return Gt;pn=1;let r=Pe(),e,i;class n extends r{constructor(o){super({type:"document",...o}),this.nodes||(this.nodes=[])}toResult(o={}){return new e(new i,this,o).stringify()}}return n.registerLazyResult=t=>{e=t},n.registerProcessor=t=>{i=t},Gt=n,n.default=n,Gt}var Vt,mn;function Hs(){if(mn)return Vt;mn=1;let r="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";return Vt={nanoid:(n=21)=>{let t="",o=n|0;for(;o--;)t+=r[Math.random()*64|0];return t},customAlphabet:(n,t=21)=>(o=t)=>{let a="",p=o|0;for(;p--;)a+=n[Math.random()*n.length|0];return a}},Vt}var Kt,gn;function qn(){if(gn)return Kt;gn=1;let{existsSync:r,readFileSync:e}=fe,{dirname:i,join:n}=fe,{SourceMapConsumer:t,SourceMapGenerator:o}=fe;function a(b){return Buffer?Buffer.from(b,"base64").toString():window.atob(b)}class p{constructor(h,s){if(s.map===!1)return;this.loadAnnotation(h),this.inline=this.startWith(this.annotation,"data:");let u=s.map?s.map.prev:void 0,l=this.loadMap(s.from,u);!this.mapFile&&s.from&&(this.mapFile=s.from),this.mapFile&&(this.root=i(this.mapFile)),l&&(this.text=l)}consumer(){return this.consumerCache||(this.consumerCache=new t(this.text)),this.consumerCache}decodeInline(h){let s=/^data:application\/json;charset=utf-?8;base64,/,u=/^data:application\/json;base64,/,l=/^data:application\/json;charset=utf-?8,/,c=/^data:application\/json,/,f=h.match(l)||h.match(c);if(f)return decodeURIComponent(h.substr(f[0].length));let m=h.match(s)||h.match(u);if(m)return a(h.substr(m[0].length));let g=h.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+g)}getAnnotationURL(h){return h.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}isMap(h){return typeof h!="object"?!1:typeof h.mappings=="string"||typeof h._mappings=="string"||Array.isArray(h.sections)}loadAnnotation(h){let s=h.match(/\/\*\s*# sourceMappingURL=/g);if(!s)return;let u=h.lastIndexOf(s.pop()),l=h.indexOf("*/",u);u>-1&&l>-1&&(this.annotation=this.getAnnotationURL(h.substring(u,l)))}loadFile(h){if(this.root=i(h),r(h))return this.mapFile=h,e(h,"utf-8").toString().trim()}loadMap(h,s){if(s===!1)return!1;if(s){if(typeof s=="string")return s;if(typeof s=="function"){let u=s(h);if(u){let l=this.loadFile(u);if(!l)throw new Error("Unable to load previous source map: "+u.toString());return l}}else{if(s instanceof t)return o.fromSourceMap(s).toString();if(s instanceof o)return s.toString();if(this.isMap(s))return JSON.stringify(s);throw new Error("Unsupported previous source map format: "+s.toString())}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let u=this.annotation;return h&&(u=n(i(h),u)),this.loadFile(u)}}}startWith(h,s){return h?h.substr(0,s.length)===s:!1}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}}return Kt=p,p.default=p,Kt}var Zt,bn;function At(){if(bn)return Zt;bn=1;let{nanoid:r}=Hs(),{isAbsolute:e,resolve:i}=fe,{SourceMapConsumer:n,SourceMapGenerator:t}=fe,{fileURLToPath:o,pathToFileURL:a}=fe,p=Ei(),b=qn(),h=fe,s=Symbol("lineToIndexCache"),u=!!(n&&t),l=!!(i&&e);function c(m){if(m[s])return m[s];let g=m.css.split(`
421
- `),_=new Array(g.length),E=0;for(let v=0,w=g.length;v<w;v++)_[v]=E,E+=g[v].length+1;return m[s]=_,_}class f{get from(){return this.file||this.id}constructor(g,_={}){if(g===null||typeof g>"u"||typeof g=="object"&&!g.toString)throw new Error(`PostCSS received ${g} instead of CSS string`);if(this.css=g.toString(),this.css[0]==="\uFEFF"||this.css[0]==="￾"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,this.document=this.css,_.document&&(this.document=_.document.toString()),_.from&&(!l||/^\w+:\/\//.test(_.from)||e(_.from)?this.file=_.from:this.file=i(_.from)),l&&u){let E=new b(this.css,_);if(E.text){this.map=E;let v=E.consumer().file;!this.file&&v&&(this.file=this.mapResolve(v))}}this.file||(this.id="<input css "+r(6)+">"),this.map&&(this.map.file=this.from)}error(g,_,E,v={}){let w,y,S,k,T;if(_&&typeof _=="object"){let M=_,Z=E;if(typeof M.offset=="number"){k=M.offset;let H=this.fromOffset(k);_=H.line,E=H.col}else _=M.line,E=M.column,k=this.fromLineAndColumn(_,E);if(typeof Z.offset=="number"){S=Z.offset;let H=this.fromOffset(S);y=H.line,w=H.col}else y=Z.line,w=Z.column,S=this.fromLineAndColumn(Z.line,Z.column)}else if(E)k=this.fromLineAndColumn(_,E);else{k=_;let M=this.fromOffset(k);_=M.line,E=M.col}let U=this.origin(_,E,y,w);return U?T=new p(g,U.endLine===void 0?U.line:{column:U.column,line:U.line},U.endLine===void 0?U.column:{column:U.endColumn,line:U.endLine},U.source,U.file,v.plugin):T=new p(g,y===void 0?_:{column:E,line:_},y===void 0?E:{column:w,line:y},this.css,this.file,v.plugin),T.input={column:E,endColumn:w,endLine:y,endOffset:S,line:_,offset:k,source:this.css},this.file&&(a&&(T.input.url=a(this.file).toString()),T.input.file=this.file),T}fromLineAndColumn(g,_){return c(this)[g-1]+_-1}fromOffset(g){let _=c(this),E=_[_.length-1],v=0;if(g>=E)v=_.length-1;else{let w=_.length-2,y;for(;v<w;)if(y=v+(w-v>>1),g<_[y])w=y-1;else if(g>=_[y+1])v=y+1;else{v=y;break}}return{col:g-_[v]+1,line:v+1}}mapResolve(g){return/^\w+:\/\//.test(g)?g:i(this.map.consumer().sourceRoot||this.map.root||".",g)}origin(g,_,E,v){if(!this.map)return!1;let w=this.map.consumer(),y=w.originalPositionFor({column:_,line:g});if(!y.source)return!1;let S;typeof E=="number"&&(S=w.originalPositionFor({column:v,line:E}));let k;e(y.source)?k=a(y.source):k=new URL(y.source,this.map.consumer().sourceRoot||a(this.map.mapFile));let T={column:y.column,endColumn:S&&S.column,endLine:S&&S.line,line:y.line,url:k.toString()};if(k.protocol==="file:")if(o)T.file=o(k);else throw new Error("file: protocol is not available in this PostCSS build");let U=w.sourceContentFor(y.source);return U&&(T.source=U),T}toJSON(){let g={};for(let _ of["hasBOM","css","file","id"])this[_]!=null&&(g[_]=this[_]);return this.map&&(g.map={...this.map},g.map.consumerCache&&(g.map.consumerCache=void 0)),g}}return Zt=f,f.default=f,h&&h.registerInput&&h.registerInput(f),Zt}var Jt,yn;function nt(){if(yn)return Jt;yn=1;let r=Pe(),e,i;class n extends r{constructor(o){super(o),this.type="root",this.nodes||(this.nodes=[])}normalize(o,a,p){let b=super.normalize(o);if(a){if(p==="prepend")this.nodes.length>1?a.raws.before=this.nodes[1].raws.before:delete a.raws.before;else if(this.first!==a)for(let h of b)h.raws.before=a.raws.before}return b}removeChild(o,a){let p=this.index(o);return!a&&p===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[p].raws.before),super.removeChild(o)}toResult(o={}){return new e(new i,this,o).stringify()}}return n.registerLazyResult=t=>{e=t},n.registerProcessor=t=>{i=t},Jt=n,n.default=n,r.registerRoot(n),Jt}var Xt,wn;function Hn(){if(wn)return Xt;wn=1;let r={comma(e){return r.split(e,[","],!0)},space(e){let i=[" ",`
422
- `," "];return r.split(e,i)},split(e,i,n){let t=[],o="",a=!1,p=0,b=!1,h="",s=!1;for(let u of e)s?s=!1:u==="\\"?s=!0:b?u===h&&(b=!1):u==='"'||u==="'"?(b=!0,h=u):u==="("?p+=1:u===")"?p>0&&(p-=1):p===0&&i.includes(u)&&(a=!0),a?(o!==""&&t.push(o.trim()),o="",a=!1):o+=u;return(n||o!=="")&&t.push(o.trim()),t}};return Xt=r,r.default=r,Xt}var Qt,vn;function Ii(){if(vn)return Qt;vn=1;let r=Pe(),e=Hn();class i extends r{get selectors(){return e.comma(this.selector)}set selectors(t){let o=this.selector?this.selector.match(/,\s*/):null,a=o?o[0]:","+this.raw("between","beforeOpen");this.selector=t.join(a)}constructor(t){super(t),this.type="rule",this.nodes||(this.nodes=[])}}return Qt=i,i.default=i,r.registerRule(i),Qt}var Yt,xn;function Fs(){if(xn)return Yt;xn=1;let r=Ai(),e=Et(),i=St(),n=At(),t=qn(),o=nt(),a=Ii();function p(b,h){if(Array.isArray(b))return b.map(l=>p(l));let{inputs:s,...u}=b;if(s){h=[];for(let l of s){let c={...l,__proto__:n.prototype};c.map&&(c.map={...c.map,__proto__:t.prototype}),h.push(c)}}if(u.nodes&&(u.nodes=b.nodes.map(l=>p(l,h))),u.source){let{inputId:l,...c}=u.source;u.source=c,l!=null&&(u.source.input=h[l])}if(u.type==="root")return new o(u);if(u.type==="decl")return new i(u);if(u.type==="rule")return new a(u);if(u.type==="comment")return new e(u);if(u.type==="atrule")return new r(u);throw new Error("Unknown node type: "+b.type)}return Yt=p,p.default=p,Yt}var ei,_n;function Fn(){if(_n)return ei;_n=1;let{dirname:r,relative:e,resolve:i,sep:n}=fe,{SourceMapConsumer:t,SourceMapGenerator:o}=fe,{pathToFileURL:a}=fe,p=At(),b=!!(t&&o),h=!!(r&&i&&e&&n);class s{constructor(l,c,f,m){this.stringify=l,this.mapOpts=f.map||{},this.root=c,this.opts=f,this.css=m,this.originalCSS=m,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let l;this.isInline()?l="data:application/json;base64,"+this.toBase64(this.map.toString()):typeof this.mapOpts.annotation=="string"?l=this.mapOpts.annotation:typeof this.mapOpts.annotation=="function"?l=this.mapOpts.annotation(this.opts.to,this.root):l=this.outputFile()+".map";let c=`
411
+ `,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function e(n){return n[0].toUpperCase()+n.slice(1)}class t{constructor(i){this.builder=i}atrule(i,o){let a="@"+i.name,p=i.params?this.rawValue(i,"params"):"";if(typeof i.raws.afterName<"u"?a+=i.raws.afterName:p&&(a+=" "),i.nodes)this.block(i,a+p);else{let b=(i.raws.between||"")+(o?";":"");this.builder(a+p+b,i)}}beforeAfter(i,o){let a;i.type==="decl"?a=this.raw(i,null,"beforeDecl"):i.type==="comment"?a=this.raw(i,null,"beforeComment"):o==="before"?a=this.raw(i,null,"beforeRule"):a=this.raw(i,null,"beforeClose");let p=i.parent,b=0;for(;p&&p.type!=="root";)b+=1,p=p.parent;if(a.includes(`
412
+ `)){let h=this.raw(i,null,"indent");if(h.length)for(let r=0;r<b;r++)a+=h}return a}block(i,o){let a=this.raw(i,"between","beforeOpen");this.builder(o+a+"{",i,"start");let p;i.nodes&&i.nodes.length?(this.body(i),p=this.raw(i,"after")):p=this.raw(i,"after","emptyBody"),p&&this.builder(p),this.builder("}",i,"end")}body(i){let o=i.nodes.length-1;for(;o>0&&i.nodes[o].type==="comment";)o-=1;let a=this.raw(i,"semicolon");for(let p=0;p<i.nodes.length;p++){let b=i.nodes[p],h=this.raw(b,"before");h&&this.builder(h),this.stringify(b,o!==p||a)}}comment(i){let o=this.raw(i,"left","commentLeft"),a=this.raw(i,"right","commentRight");this.builder("/*"+o+i.text+a+"*/",i)}decl(i,o){let a=this.raw(i,"between","colon"),p=i.prop+a+this.rawValue(i,"value");i.important&&(p+=i.raws.important||" !important"),o&&(p+=";"),this.builder(p,i)}document(i){this.body(i)}raw(i,o,a){let p;if(a||(a=o),o&&(p=i.raws[o],typeof p<"u"))return p;let b=i.parent;if(a==="before"&&(!b||b.type==="root"&&b.first===i||b&&b.type==="document"))return"";if(!b)return s[a];let h=i.root();if(h.rawCache||(h.rawCache={}),typeof h.rawCache[a]<"u")return h.rawCache[a];if(a==="before"||a==="after")return this.beforeAfter(i,a);{let r="raw"+e(a);this[r]?p=this[r](h,i):h.walk(u=>{if(p=u.raws[o],typeof p<"u")return!1})}return typeof p>"u"&&(p=s[a]),h.rawCache[a]=p,p}rawBeforeClose(i){let o;return i.walk(a=>{if(a.nodes&&a.nodes.length>0&&typeof a.raws.after<"u")return o=a.raws.after,o.includes(`
413
+ `)&&(o=o.replace(/[^\n]+$/,"")),!1}),o&&(o=o.replace(/\S/g,"")),o}rawBeforeComment(i,o){let a;return i.walkComments(p=>{if(typeof p.raws.before<"u")return a=p.raws.before,a.includes(`
414
+ `)&&(a=a.replace(/[^\n]+$/,"")),!1}),typeof a>"u"?a=this.raw(o,null,"beforeDecl"):a&&(a=a.replace(/\S/g,"")),a}rawBeforeDecl(i,o){let a;return i.walkDecls(p=>{if(typeof p.raws.before<"u")return a=p.raws.before,a.includes(`
415
+ `)&&(a=a.replace(/[^\n]+$/,"")),!1}),typeof a>"u"?a=this.raw(o,null,"beforeRule"):a&&(a=a.replace(/\S/g,"")),a}rawBeforeOpen(i){let o;return i.walk(a=>{if(a.type!=="decl"&&(o=a.raws.between,typeof o<"u"))return!1}),o}rawBeforeRule(i){let o;return i.walk(a=>{if(a.nodes&&(a.parent!==i||i.first!==a)&&typeof a.raws.before<"u")return o=a.raws.before,o.includes(`
416
+ `)&&(o=o.replace(/[^\n]+$/,"")),!1}),o&&(o=o.replace(/\S/g,"")),o}rawColon(i){let o;return i.walkDecls(a=>{if(typeof a.raws.between<"u")return o=a.raws.between.replace(/[^\s:]/g,""),!1}),o}rawEmptyBody(i){let o;return i.walk(a=>{if(a.nodes&&a.nodes.length===0&&(o=a.raws.after,typeof o<"u"))return!1}),o}rawIndent(i){if(i.raws.indent)return i.raws.indent;let o;return i.walk(a=>{let p=a.parent;if(p&&p!==i&&p.parent&&p.parent===i&&typeof a.raws.before<"u"){let b=a.raws.before.split(`
417
+ `);return o=b[b.length-1],o=o.replace(/\S/g,""),!1}}),o}rawSemicolon(i){let o;return i.walk(a=>{if(a.nodes&&a.nodes.length&&a.last.type==="decl"&&(o=a.raws.semicolon,typeof o<"u"))return!1}),o}rawValue(i,o){let a=i[o],p=i.raws[o];return p&&p.value===a?p.raw:a}root(i){this.body(i),i.raws.after&&this.builder(i.raws.after)}rule(i){this.block(i,this.rawValue(i,"selector")),i.raws.ownSemicolon&&this.builder(i.raws.ownSemicolon,i,"end")}stringify(i,o){if(!this[i.type])throw new Error("Unknown AST node type "+i.type+". Maybe you need to change PostCSS stringifier.");this[i.type](i,o)}}return Bt=t,t.default=t,Bt}var qt,hn;function Et(){if(hn)return qt;hn=1;let s=Kn();function e(t,n){new s(n).stringify(t)}return qt=e,e.default=e,qt}var pt={},dn;function ki(){return dn||(dn=1,pt.isClean=Symbol("isClean"),pt.my=Symbol("my")),pt}var Ht,fn;function At(){if(fn)return Ht;fn=1;let s=Ci(),e=Kn(),t=Et(),{isClean:n,my:i}=ki();function o(b,h){let r=new b.constructor;for(let u in b){if(!Object.prototype.hasOwnProperty.call(b,u)||u==="proxyCache")continue;let l=b[u],c=typeof l;u==="parent"&&c==="object"?h&&(r[u]=h):u==="source"?r[u]=l:Array.isArray(l)?r[u]=l.map(f=>o(f,r)):(c==="object"&&l!==null&&(l=o(l)),r[u]=l)}return r}function a(b,h){if(h&&typeof h.offset<"u")return h.offset;let r=1,u=1,l=0;for(let c=0;c<b.length;c++){if(u===h.line&&r===h.column){l=c;break}b[c]===`
418
+ `?(r=1,u+=1):r+=1}return l}class p{get proxyOf(){return this}constructor(h={}){this.raws={},this[n]=!1,this[i]=!0;for(let r in h)if(r==="nodes"){this.nodes=[];for(let u of h[r])typeof u.clone=="function"?this.append(u.clone()):this.append(u)}else this[r]=h[r]}addToError(h){if(h.postcssNode=this,h.stack&&this.source&&/\n\s{4}at /.test(h.stack)){let r=this.source;h.stack=h.stack.replace(/\n\s{4}at /,`$&${r.input.from}:${r.start.line}:${r.start.column}$&`)}return h}after(h){return this.parent.insertAfter(this,h),this}assign(h={}){for(let r in h)this[r]=h[r];return this}before(h){return this.parent.insertBefore(this,h),this}cleanRaws(h){delete this.raws.before,delete this.raws.after,h||delete this.raws.between}clone(h={}){let r=o(this);for(let u in h)r[u]=h[u];return r}cloneAfter(h={}){let r=this.clone(h);return this.parent.insertAfter(this,r),r}cloneBefore(h={}){let r=this.clone(h);return this.parent.insertBefore(this,r),r}error(h,r={}){if(this.source){let{end:u,start:l}=this.rangeBy(r);return this.source.input.error(h,{column:l.column,line:l.line},{column:u.column,line:u.line},r)}return new s(h)}getProxyProcessor(){return{get(h,r){return r==="proxyOf"?h:r==="root"?()=>h.root().toProxy():h[r]},set(h,r,u){return h[r]===u||(h[r]=u,(r==="prop"||r==="value"||r==="name"||r==="params"||r==="important"||r==="text")&&h.markDirty()),!0}}}markClean(){this[n]=!0}markDirty(){if(this[n]){this[n]=!1;let h=this;for(;h=h.parent;)h[n]=!1}}next(){if(!this.parent)return;let h=this.parent.index(this);return this.parent.nodes[h+1]}positionBy(h={}){let r=this.source.start;if(h.index)r=this.positionInside(h.index);else if(h.word){let u="document"in this.source.input?this.source.input.document:this.source.input.css,c=u.slice(a(u,this.source.start),a(u,this.source.end)).indexOf(h.word);c!==-1&&(r=this.positionInside(c))}return r}positionInside(h){let r=this.source.start.column,u=this.source.start.line,l="document"in this.source.input?this.source.input.document:this.source.input.css,c=a(l,this.source.start),f=c+h;for(let m=c;m<f;m++)l[m]===`
419
+ `?(r=1,u+=1):r+=1;return{column:r,line:u,offset:f}}prev(){if(!this.parent)return;let h=this.parent.index(this);return this.parent.nodes[h-1]}rangeBy(h={}){let r="document"in this.source.input?this.source.input.document:this.source.input.css,u={column:this.source.start.column,line:this.source.start.line,offset:a(r,this.source.start)},l=this.source.end?{column:this.source.end.column+1,line:this.source.end.line,offset:typeof this.source.end.offset=="number"?this.source.end.offset:a(r,this.source.end)+1}:{column:u.column+1,line:u.line,offset:u.offset+1};if(h.word){let f=r.slice(a(r,this.source.start),a(r,this.source.end)).indexOf(h.word);f!==-1&&(u=this.positionInside(f),l=this.positionInside(f+h.word.length))}else h.start?u={column:h.start.column,line:h.start.line,offset:a(r,h.start)}:h.index&&(u=this.positionInside(h.index)),h.end?l={column:h.end.column,line:h.end.line,offset:a(r,h.end)}:typeof h.endIndex=="number"?l=this.positionInside(h.endIndex):h.index&&(l=this.positionInside(h.index+1));return(l.line<u.line||l.line===u.line&&l.column<=u.column)&&(l={column:u.column+1,line:u.line,offset:u.offset+1}),{end:l,start:u}}raw(h,r){return new e().raw(this,h,r)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...h){if(this.parent){let r=this,u=!1;for(let l of h)l===this?u=!0:u?(this.parent.insertAfter(r,l),r=l):this.parent.insertBefore(r,l);u||this.remove()}return this}root(){let h=this;for(;h.parent&&h.parent.type!=="document";)h=h.parent;return h}toJSON(h,r){let u={},l=r==null;r=r||new Map;let c=0;for(let f in this){if(!Object.prototype.hasOwnProperty.call(this,f)||f==="parent"||f==="proxyCache")continue;let m=this[f];if(Array.isArray(m))u[f]=m.map(g=>typeof g=="object"&&g.toJSON?g.toJSON(null,r):g);else if(typeof m=="object"&&m.toJSON)u[f]=m.toJSON(null,r);else if(f==="source"){if(m==null)continue;let g=r.get(m.input);g==null&&(g=c,r.set(m.input,c),c++),u[f]={end:m.end,inputId:g,start:m.start}}else u[f]=m}return l&&(u.inputs=[...r.keys()].map(f=>f.toJSON())),u}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(h=t){h.stringify&&(h=h.stringify);let r="";return h(this,u=>{r+=u}),r}warn(h,r,u={}){let l={node:this};for(let c in u)l[c]=u[c];return h.warn(r,l)}}return Ht=p,p.default=p,Ht}var Ft,pn;function St(){if(pn)return Ft;pn=1;let s=At();class e extends s{constructor(n){super(n),this.type="comment"}}return Ft=e,e.default=e,Ft}var Wt,mn;function Ct(){if(mn)return Wt;mn=1;let s=At();class e extends s{get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}constructor(n){n&&typeof n.value<"u"&&typeof n.value!="string"&&(n={...n,value:String(n.value)}),super(n),this.type="decl"}}return Wt=e,e.default=e,Wt}var Vt,gn;function Te(){if(gn)return Vt;gn=1;let s=St(),e=Ct(),t=At(),{isClean:n,my:i}=ki(),o,a,p,b;function h(l){return l.map(c=>(c.nodes&&(c.nodes=h(c.nodes)),delete c.source,c))}function r(l){if(l[n]=!1,l.proxyOf.nodes)for(let c of l.proxyOf.nodes)r(c)}class u extends t{get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...c){for(let f of c){let m=this.normalize(f,this.last);for(let g of m)this.proxyOf.nodes.push(g)}return this.markDirty(),this}cleanRaws(c){if(super.cleanRaws(c),this.nodes)for(let f of this.nodes)f.cleanRaws(c)}each(c){if(!this.proxyOf.nodes)return;let f=this.getIterator(),m,g;for(;this.indexes[f]<this.proxyOf.nodes.length&&(m=this.indexes[f],g=c(this.proxyOf.nodes[m],m),g!==!1);)this.indexes[f]+=1;return delete this.indexes[f],g}every(c){return this.nodes.every(c)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let c=this.lastEach;return this.indexes[c]=0,c}getProxyProcessor(){return{get(c,f){return f==="proxyOf"?c:c[f]?f==="each"||typeof f=="string"&&f.startsWith("walk")?(...m)=>c[f](...m.map(g=>typeof g=="function"?(_,E)=>g(_.toProxy(),E):g)):f==="every"||f==="some"?m=>c[f]((g,..._)=>m(g.toProxy(),..._)):f==="root"?()=>c.root().toProxy():f==="nodes"?c.nodes.map(m=>m.toProxy()):f==="first"||f==="last"?c[f].toProxy():c[f]:c[f]},set(c,f,m){return c[f]===m||(c[f]=m,(f==="name"||f==="params"||f==="selector")&&c.markDirty()),!0}}}index(c){return typeof c=="number"?c:(c.proxyOf&&(c=c.proxyOf),this.proxyOf.nodes.indexOf(c))}insertAfter(c,f){let m=this.index(c),g=this.normalize(f,this.proxyOf.nodes[m]).reverse();m=this.index(c);for(let E of g)this.proxyOf.nodes.splice(m+1,0,E);let _;for(let E in this.indexes)_=this.indexes[E],m<_&&(this.indexes[E]=_+g.length);return this.markDirty(),this}insertBefore(c,f){let m=this.index(c),g=m===0?"prepend":!1,_=this.normalize(f,this.proxyOf.nodes[m],g).reverse();m=this.index(c);for(let v of _)this.proxyOf.nodes.splice(m,0,v);let E;for(let v in this.indexes)E=this.indexes[v],m<=E&&(this.indexes[v]=E+_.length);return this.markDirty(),this}normalize(c,f){if(typeof c=="string")c=h(a(c).nodes);else if(typeof c>"u")c=[];else if(Array.isArray(c)){c=c.slice(0);for(let g of c)g.parent&&g.parent.removeChild(g,"ignore")}else if(c.type==="root"&&this.type!=="document"){c=c.nodes.slice(0);for(let g of c)g.parent&&g.parent.removeChild(g,"ignore")}else if(c.type)c=[c];else if(c.prop){if(typeof c.value>"u")throw new Error("Value field is missed in node creation");typeof c.value!="string"&&(c.value=String(c.value)),c=[new e(c)]}else if(c.selector||c.selectors)c=[new b(c)];else if(c.name)c=[new o(c)];else if(c.text)c=[new s(c)];else throw new Error("Unknown node type in node creation");return c.map(g=>(g[i]||u.rebuild(g),g=g.proxyOf,g.parent&&g.parent.removeChild(g),g[n]&&r(g),g.raws||(g.raws={}),typeof g.raws.before>"u"&&f&&typeof f.raws.before<"u"&&(g.raws.before=f.raws.before.replace(/\S/g,"")),g.parent=this.proxyOf,g))}prepend(...c){c=c.reverse();for(let f of c){let m=this.normalize(f,this.first,"prepend").reverse();for(let g of m)this.proxyOf.nodes.unshift(g);for(let g in this.indexes)this.indexes[g]=this.indexes[g]+m.length}return this.markDirty(),this}push(c){return c.parent=this,this.proxyOf.nodes.push(c),this}removeAll(){for(let c of this.proxyOf.nodes)c.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(c){c=this.index(c),this.proxyOf.nodes[c].parent=void 0,this.proxyOf.nodes.splice(c,1);let f;for(let m in this.indexes)f=this.indexes[m],f>=c&&(this.indexes[m]=f-1);return this.markDirty(),this}replaceValues(c,f,m){return m||(m=f,f={}),this.walkDecls(g=>{f.props&&!f.props.includes(g.prop)||f.fast&&!g.value.includes(f.fast)||(g.value=g.value.replace(c,m))}),this.markDirty(),this}some(c){return this.nodes.some(c)}walk(c){return this.each((f,m)=>{let g;try{g=c(f,m)}catch(_){throw f.addToError(_)}return g!==!1&&f.walk&&(g=f.walk(c)),g})}walkAtRules(c,f){return f?c instanceof RegExp?this.walk((m,g)=>{if(m.type==="atrule"&&c.test(m.name))return f(m,g)}):this.walk((m,g)=>{if(m.type==="atrule"&&m.name===c)return f(m,g)}):(f=c,this.walk((m,g)=>{if(m.type==="atrule")return f(m,g)}))}walkComments(c){return this.walk((f,m)=>{if(f.type==="comment")return c(f,m)})}walkDecls(c,f){return f?c instanceof RegExp?this.walk((m,g)=>{if(m.type==="decl"&&c.test(m.prop))return f(m,g)}):this.walk((m,g)=>{if(m.type==="decl"&&m.prop===c)return f(m,g)}):(f=c,this.walk((m,g)=>{if(m.type==="decl")return f(m,g)}))}walkRules(c,f){return f?c instanceof RegExp?this.walk((m,g)=>{if(m.type==="rule"&&c.test(m.selector))return f(m,g)}):this.walk((m,g)=>{if(m.type==="rule"&&m.selector===c)return f(m,g)}):(f=c,this.walk((m,g)=>{if(m.type==="rule")return f(m,g)}))}}return u.registerParse=l=>{a=l},u.registerRule=l=>{b=l},u.registerAtRule=l=>{o=l},u.registerRoot=l=>{p=l},Vt=u,u.default=u,u.rebuild=l=>{l.type==="atrule"?Object.setPrototypeOf(l,o.prototype):l.type==="rule"?Object.setPrototypeOf(l,b.prototype):l.type==="decl"?Object.setPrototypeOf(l,e.prototype):l.type==="comment"?Object.setPrototypeOf(l,s.prototype):l.type==="root"&&Object.setPrototypeOf(l,p.prototype),l[i]=!0,l.nodes&&l.nodes.forEach(c=>{u.rebuild(c)})},Vt}var Gt,bn;function Ii(){if(bn)return Gt;bn=1;let s=Te();class e extends s{constructor(n){super(n),this.type="atrule"}append(...n){return this.proxyOf.nodes||(this.nodes=[]),super.append(...n)}prepend(...n){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...n)}}return Gt=e,e.default=e,s.registerAtRule(e),Gt}var Kt,yn;function $i(){if(yn)return Kt;yn=1;let s=Te(),e,t;class n extends s{constructor(o){super({type:"document",...o}),this.nodes||(this.nodes=[])}toResult(o={}){return new e(new t,this,o).stringify()}}return n.registerLazyResult=i=>{e=i},n.registerProcessor=i=>{t=i},Kt=n,n.default=n,Kt}var Zt,wn;function eo(){if(wn)return Zt;wn=1;let s="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";return Zt={nanoid:(n=21)=>{let i="",o=n|0;for(;o--;)i+=s[Math.random()*64|0];return i},customAlphabet:(n,i=21)=>(o=i)=>{let a="",p=o|0;for(;p--;)a+=n[Math.random()*n.length|0];return a}},Zt}var Jt,vn;function Zn(){if(vn)return Jt;vn=1;let{existsSync:s,readFileSync:e}=fe,{dirname:t,join:n}=fe,{SourceMapConsumer:i,SourceMapGenerator:o}=fe;function a(b){return Buffer?Buffer.from(b,"base64").toString():window.atob(b)}class p{constructor(h,r){if(r.map===!1)return;this.loadAnnotation(h),this.inline=this.startWith(this.annotation,"data:");let u=r.map?r.map.prev:void 0,l=this.loadMap(r.from,u);!this.mapFile&&r.from&&(this.mapFile=r.from),this.mapFile&&(this.root=t(this.mapFile)),l&&(this.text=l)}consumer(){return this.consumerCache||(this.consumerCache=new i(this.text)),this.consumerCache}decodeInline(h){let r=/^data:application\/json;charset=utf-?8;base64,/,u=/^data:application\/json;base64,/,l=/^data:application\/json;charset=utf-?8,/,c=/^data:application\/json,/,f=h.match(l)||h.match(c);if(f)return decodeURIComponent(h.substr(f[0].length));let m=h.match(r)||h.match(u);if(m)return a(h.substr(m[0].length));let g=h.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+g)}getAnnotationURL(h){return h.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}isMap(h){return typeof h!="object"?!1:typeof h.mappings=="string"||typeof h._mappings=="string"||Array.isArray(h.sections)}loadAnnotation(h){let r=h.match(/\/\*\s*# sourceMappingURL=/g);if(!r)return;let u=h.lastIndexOf(r.pop()),l=h.indexOf("*/",u);u>-1&&l>-1&&(this.annotation=this.getAnnotationURL(h.substring(u,l)))}loadFile(h){if(this.root=t(h),s(h))return this.mapFile=h,e(h,"utf-8").toString().trim()}loadMap(h,r){if(r===!1)return!1;if(r){if(typeof r=="string")return r;if(typeof r=="function"){let u=r(h);if(u){let l=this.loadFile(u);if(!l)throw new Error("Unable to load previous source map: "+u.toString());return l}}else{if(r instanceof i)return o.fromSourceMap(r).toString();if(r instanceof o)return r.toString();if(this.isMap(r))return JSON.stringify(r);throw new Error("Unsupported previous source map format: "+r.toString())}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let u=this.annotation;return h&&(u=n(t(h),u)),this.loadFile(u)}}}startWith(h,r){return h?h.substr(0,r.length)===r:!1}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}}return Jt=p,p.default=p,Jt}var Xt,xn;function kt(){if(xn)return Xt;xn=1;let{nanoid:s}=eo(),{isAbsolute:e,resolve:t}=fe,{SourceMapConsumer:n,SourceMapGenerator:i}=fe,{fileURLToPath:o,pathToFileURL:a}=fe,p=Ci(),b=Zn(),h=fe,r=Symbol("lineToIndexCache"),u=!!(n&&i),l=!!(t&&e);function c(m){if(m[r])return m[r];let g=m.css.split(`
420
+ `),_=new Array(g.length),E=0;for(let v=0,w=g.length;v<w;v++)_[v]=E,E+=g[v].length+1;return m[r]=_,_}class f{get from(){return this.file||this.id}constructor(g,_={}){if(g===null||typeof g>"u"||typeof g=="object"&&!g.toString)throw new Error(`PostCSS received ${g} instead of CSS string`);if(this.css=g.toString(),this.css[0]==="\uFEFF"||this.css[0]==="￾"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,this.document=this.css,_.document&&(this.document=_.document.toString()),_.from&&(!l||/^\w+:\/\//.test(_.from)||e(_.from)?this.file=_.from:this.file=t(_.from)),l&&u){let E=new b(this.css,_);if(E.text){this.map=E;let v=E.consumer().file;!this.file&&v&&(this.file=this.mapResolve(v))}}this.file||(this.id="<input css "+s(6)+">"),this.map&&(this.map.file=this.from)}error(g,_,E,v={}){let w,y,A,I,P;if(_&&typeof _=="object"){let M=_,X=E;if(typeof M.offset=="number"){I=M.offset;let H=this.fromOffset(I);_=H.line,E=H.col}else _=M.line,E=M.column,I=this.fromLineAndColumn(_,E);if(typeof X.offset=="number"){A=X.offset;let H=this.fromOffset(A);y=H.line,w=H.col}else y=X.line,w=X.column,A=this.fromLineAndColumn(X.line,X.column)}else if(E)I=this.fromLineAndColumn(_,E);else{I=_;let M=this.fromOffset(I);_=M.line,E=M.col}let U=this.origin(_,E,y,w);return U?P=new p(g,U.endLine===void 0?U.line:{column:U.column,line:U.line},U.endLine===void 0?U.column:{column:U.endColumn,line:U.endLine},U.source,U.file,v.plugin):P=new p(g,y===void 0?_:{column:E,line:_},y===void 0?E:{column:w,line:y},this.css,this.file,v.plugin),P.input={column:E,endColumn:w,endLine:y,endOffset:A,line:_,offset:I,source:this.css},this.file&&(a&&(P.input.url=a(this.file).toString()),P.input.file=this.file),P}fromLineAndColumn(g,_){return c(this)[g-1]+_-1}fromOffset(g){let _=c(this),E=_[_.length-1],v=0;if(g>=E)v=_.length-1;else{let w=_.length-2,y;for(;v<w;)if(y=v+(w-v>>1),g<_[y])w=y-1;else if(g>=_[y+1])v=y+1;else{v=y;break}}return{col:g-_[v]+1,line:v+1}}mapResolve(g){return/^\w+:\/\//.test(g)?g:t(this.map.consumer().sourceRoot||this.map.root||".",g)}origin(g,_,E,v){if(!this.map)return!1;let w=this.map.consumer(),y=w.originalPositionFor({column:_,line:g});if(!y.source)return!1;let A;typeof E=="number"&&(A=w.originalPositionFor({column:v,line:E}));let I;e(y.source)?I=a(y.source):I=new URL(y.source,this.map.consumer().sourceRoot||a(this.map.mapFile));let P={column:y.column,endColumn:A&&A.column,endLine:A&&A.line,line:y.line,url:I.toString()};if(I.protocol==="file:")if(o)P.file=o(I);else throw new Error("file: protocol is not available in this PostCSS build");let U=w.sourceContentFor(y.source);return U&&(P.source=U),P}toJSON(){let g={};for(let _ of["hasBOM","css","file","id"])this[_]!=null&&(g[_]=this[_]);return this.map&&(g.map={...this.map},g.map.consumerCache&&(g.map.consumerCache=void 0)),g}}return Xt=f,f.default=f,h&&h.registerInput&&h.registerInput(f),Xt}var Qt,_n;function st(){if(_n)return Qt;_n=1;let s=Te(),e,t;class n extends s{constructor(o){super(o),this.type="root",this.nodes||(this.nodes=[])}normalize(o,a,p){let b=super.normalize(o);if(a){if(p==="prepend")this.nodes.length>1?a.raws.before=this.nodes[1].raws.before:delete a.raws.before;else if(this.first!==a)for(let h of b)h.raws.before=a.raws.before}return b}removeChild(o,a){let p=this.index(o);return!a&&p===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[p].raws.before),super.removeChild(o)}toResult(o={}){return new e(new t,this,o).stringify()}}return n.registerLazyResult=i=>{e=i},n.registerProcessor=i=>{t=i},Qt=n,n.default=n,s.registerRoot(n),Qt}var Yt,En;function Jn(){if(En)return Yt;En=1;let s={comma(e){return s.split(e,[","],!0)},space(e){let t=[" ",`
421
+ `," "];return s.split(e,t)},split(e,t,n){let i=[],o="",a=!1,p=0,b=!1,h="",r=!1;for(let u of e)r?r=!1:u==="\\"?r=!0:b?u===h&&(b=!1):u==='"'||u==="'"?(b=!0,h=u):u==="("?p+=1:u===")"?p>0&&(p-=1):p===0&&t.includes(u)&&(a=!0),a?(o!==""&&i.push(o.trim()),o="",a=!1):o+=u;return(n||o!=="")&&i.push(o.trim()),i}};return Yt=s,s.default=s,Yt}var ei,An;function Oi(){if(An)return ei;An=1;let s=Te(),e=Jn();class t extends s{get selectors(){return e.comma(this.selector)}set selectors(i){let o=this.selector?this.selector.match(/,\s*/):null,a=o?o[0]:","+this.raw("between","beforeOpen");this.selector=i.join(a)}constructor(i){super(i),this.type="rule",this.nodes||(this.nodes=[])}}return ei=t,t.default=t,s.registerRule(t),ei}var ti,Sn;function to(){if(Sn)return ti;Sn=1;let s=Ii(),e=St(),t=Ct(),n=kt(),i=Zn(),o=st(),a=Oi();function p(b,h){if(Array.isArray(b))return b.map(l=>p(l));let{inputs:r,...u}=b;if(r){h=[];for(let l of r){let c={...l,__proto__:n.prototype};c.map&&(c.map={...c.map,__proto__:i.prototype}),h.push(c)}}if(u.nodes&&(u.nodes=b.nodes.map(l=>p(l,h))),u.source){let{inputId:l,...c}=u.source;u.source=c,l!=null&&(u.source.input=h[l])}if(u.type==="root")return new o(u);if(u.type==="decl")return new t(u);if(u.type==="rule")return new a(u);if(u.type==="comment")return new e(u);if(u.type==="atrule")return new s(u);throw new Error("Unknown node type: "+b.type)}return ti=p,p.default=p,ti}var ii,Cn;function Xn(){if(Cn)return ii;Cn=1;let{dirname:s,relative:e,resolve:t,sep:n}=fe,{SourceMapConsumer:i,SourceMapGenerator:o}=fe,{pathToFileURL:a}=fe,p=kt(),b=!!(i&&o),h=!!(s&&t&&e&&n);class r{constructor(l,c,f,m){this.stringify=l,this.mapOpts=f.map||{},this.root=c,this.opts=f,this.css=m,this.originalCSS=m,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let l;this.isInline()?l="data:application/json;base64,"+this.toBase64(this.map.toString()):typeof this.mapOpts.annotation=="string"?l=this.mapOpts.annotation:typeof this.mapOpts.annotation=="function"?l=this.mapOpts.annotation(this.opts.to,this.root):l=this.outputFile()+".map";let c=`
423
422
  `;this.css.includes(`\r
424
423
  `)&&(c=`\r
425
- `),this.css+=c+"/*# sourceMappingURL="+l+" */"}applyPrevMaps(){for(let l of this.previous()){let c=this.toUrl(this.path(l.file)),f=l.root||r(l.file),m;this.mapOpts.sourcesContent===!1?(m=new t(l.text),m.sourcesContent&&(m.sourcesContent=null)):m=l.consumer(),this.map.applySourceMap(m,c,this.toUrl(this.path(f)))}}clearAnnotation(){if(this.mapOpts.annotation!==!1)if(this.root){let l;for(let c=this.root.nodes.length-1;c>=0;c--)l=this.root.nodes[c],l.type==="comment"&&l.text.startsWith("# sourceMappingURL=")&&this.root.removeChild(c)}else this.css&&(this.css=this.css.replace(/\n*\/\*#[\S\s]*?\*\/$/gm,""))}generate(){if(this.clearAnnotation(),h&&b&&this.isMap())return this.generateMap();{let l="";return this.stringify(this.root,c=>{l+=c}),[l]}}generateMap(){if(this.root)this.generateString();else if(this.previous().length===1){let l=this.previous()[0].consumer();l.file=this.outputFile(),this.map=o.fromSourceMap(l,{ignoreInvalidMapping:!0})}else this.map=new o({file:this.outputFile(),ignoreInvalidMapping:!0}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>"});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css="",this.map=new o({file:this.outputFile(),ignoreInvalidMapping:!0});let l=1,c=1,f="<no source>",m={generated:{column:0,line:0},original:{column:0,line:0},source:""},g,_;this.stringify(this.root,(E,v,w)=>{if(this.css+=E,v&&w!=="end"&&(m.generated.line=l,m.generated.column=c-1,v.source&&v.source.start?(m.source=this.sourcePath(v),m.original.line=v.source.start.line,m.original.column=v.source.start.column-1,this.map.addMapping(m)):(m.source=f,m.original.line=1,m.original.column=0,this.map.addMapping(m))),_=E.match(/\n/g),_?(l+=_.length,g=E.lastIndexOf(`
426
- `),c=E.length-g):c+=E.length,v&&w!=="start"){let y=v.parent||{raws:{}};(!(v.type==="decl"||v.type==="atrule"&&!v.nodes)||v!==y.last||y.raws.semicolon)&&(v.source&&v.source.end?(m.source=this.sourcePath(v),m.original.line=v.source.end.line,m.original.column=v.source.end.column-1,m.generated.line=l,m.generated.column=c-2,this.map.addMapping(m)):(m.source=f,m.original.line=1,m.original.column=0,m.generated.line=l,m.generated.column=c-1,this.map.addMapping(m)))}})}isAnnotation(){return this.isInline()?!0:typeof this.mapOpts.annotation<"u"?this.mapOpts.annotation:this.previous().length?this.previous().some(l=>l.annotation):!0}isInline(){if(typeof this.mapOpts.inline<"u")return this.mapOpts.inline;let l=this.mapOpts.annotation;return typeof l<"u"&&l!==!0?!1:this.previous().length?this.previous().some(c=>c.inline):!0}isMap(){return typeof this.opts.map<"u"?!!this.opts.map:this.previous().length>0}isSourcesContent(){return typeof this.mapOpts.sourcesContent<"u"?this.mapOpts.sourcesContent:this.previous().length?this.previous().some(l=>l.withContent()):!0}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}path(l){if(this.mapOpts.absolute||l.charCodeAt(0)===60||/^\w+:\/\//.test(l))return l;let c=this.memoizedPaths.get(l);if(c)return c;let f=this.opts.to?r(this.opts.to):".";typeof this.mapOpts.annotation=="string"&&(f=r(i(f,this.mapOpts.annotation)));let m=e(f,l);return this.memoizedPaths.set(l,m),m}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk(l=>{if(l.source&&l.source.input.map){let c=l.source.input.map;this.previousMaps.includes(c)||this.previousMaps.push(c)}});else{let l=new p(this.originalCSS,this.opts);l.map&&this.previousMaps.push(l.map)}return this.previousMaps}setSourcesContent(){let l={};if(this.root)this.root.walk(c=>{if(c.source){let f=c.source.input.from;if(f&&!l[f]){l[f]=!0;let m=this.usesFileUrls?this.toFileUrl(f):this.toUrl(this.path(f));this.map.setSourceContent(m,c.source.input.css)}}});else if(this.css){let c=this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>";this.map.setSourceContent(c,this.css)}}sourcePath(l){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(l.source.input.from):this.toUrl(this.path(l.source.input.from))}toBase64(l){return Buffer?Buffer.from(l).toString("base64"):window.btoa(unescape(encodeURIComponent(l)))}toFileUrl(l){let c=this.memoizedFileURLs.get(l);if(c)return c;if(a){let f=a(l).toString();return this.memoizedFileURLs.set(l,f),f}else throw new Error("`map.absolute` option is not available in this PostCSS build")}toUrl(l){let c=this.memoizedURLs.get(l);if(c)return c;n==="\\"&&(l=l.replace(/\\/g,"/"));let f=encodeURI(l).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(l,f),f}}return ei=s,ei}var ti,En;function Ws(){if(En)return ti;En=1;const r=39,e=34,i=92,n=47,t=10,o=32,a=12,p=9,b=13,h=91,s=93,u=40,l=41,c=123,f=125,m=59,g=42,_=58,E=64,v=/[\t\n\f\r "#'()/;[\\\]{}]/g,w=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,y=/.[\r\n"'(/\\]/,S=/[\da-f]/i;return ti=function(T,U={}){let M=T.css.valueOf(),Z=U.ignoreErrors,H,Ae,he,R,Te,W,ee,le,ce,we,Ce=M.length,j=0,Fe=[],Le=[];function It(){return j}function We(ve){throw T.error("Unclosed "+ve,j)}function kt(){return Le.length===0&&j>=Ce}function je(ve){if(Le.length)return Le.pop();if(j>=Ce)return;let Ge=ve?ve.ignoreUnclosed:!1;switch(H=M.charCodeAt(j),H){case t:case o:case p:case b:case a:{R=j;do R+=1,H=M.charCodeAt(R);while(H===o||H===t||H===p||H===b||H===a);W=["space",M.slice(j,R)],j=R-1;break}case h:case s:case c:case f:case _:case m:case l:{let rt=String.fromCharCode(H);W=[rt,rt,j];break}case u:{if(we=Fe.length?Fe.pop()[1]:"",ce=M.charCodeAt(j+1),we==="url"&&ce!==r&&ce!==e&&ce!==o&&ce!==t&&ce!==p&&ce!==a&&ce!==b){R=j;do{if(ee=!1,R=M.indexOf(")",R+1),R===-1)if(Z||Ge){R=j;break}else We("bracket");for(le=R;M.charCodeAt(le-1)===i;)le-=1,ee=!ee}while(ee);W=["brackets",M.slice(j,R+1),j,R],j=R}else R=M.indexOf(")",j+1),Ae=M.slice(j,R+1),R===-1||y.test(Ae)?W=["(","(",j]:(W=["brackets",Ae,j,R],j=R);break}case r:case e:{Te=H===r?"'":'"',R=j;do{if(ee=!1,R=M.indexOf(Te,R+1),R===-1)if(Z||Ge){R=j+1;break}else We("string");for(le=R;M.charCodeAt(le-1)===i;)le-=1,ee=!ee}while(ee);W=["string",M.slice(j,R+1),j,R],j=R;break}case E:{v.lastIndex=j+1,v.test(M),v.lastIndex===0?R=M.length-1:R=v.lastIndex-2,W=["at-word",M.slice(j,R+1),j,R],j=R;break}case i:{for(R=j,he=!0;M.charCodeAt(R+1)===i;)R+=1,he=!he;if(H=M.charCodeAt(R+1),he&&H!==n&&H!==o&&H!==t&&H!==p&&H!==b&&H!==a&&(R+=1,S.test(M.charAt(R)))){for(;S.test(M.charAt(R+1));)R+=1;M.charCodeAt(R+1)===o&&(R+=1)}W=["word",M.slice(j,R+1),j,R],j=R;break}default:{H===n&&M.charCodeAt(j+1)===g?(R=M.indexOf("*/",j+2)+1,R===0&&(Z||Ge?R=M.length:We("comment")),W=["comment",M.slice(j,R+1),j,R],j=R):(w.lastIndex=j+1,w.test(M),w.lastIndex===0?R=M.length-1:R=w.lastIndex-2,W=["word",M.slice(j,R+1),j,R],Fe.push(W),j=R);break}}return j++,W}function Ot(ve){Le.push(ve)}return{back:Ot,endOfFile:kt,nextToken:je,position:It}},ti}var ii,Sn;function Gs(){if(Sn)return ii;Sn=1;let r=Ai(),e=Et(),i=St(),n=nt(),t=Ii(),o=Ws();const a={empty:!0,space:!0};function p(h){for(let s=h.length-1;s>=0;s--){let u=h[s],l=u[3]||u[2];if(l)return l}}class b{constructor(s){this.input=s,this.root=new n,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:s,start:{column:1,line:1,offset:0}}}atrule(s){let u=new r;u.name=s[1].slice(1),u.name===""&&this.unnamedAtrule(u,s),this.init(u,s[2]);let l,c,f,m=!1,g=!1,_=[],E=[];for(;!this.tokenizer.endOfFile();){if(s=this.tokenizer.nextToken(),l=s[0],l==="("||l==="["?E.push(l==="("?")":"]"):l==="{"&&E.length>0?E.push("}"):l===E[E.length-1]&&E.pop(),E.length===0)if(l===";"){u.source.end=this.getPosition(s[2]),u.source.end.offset++,this.semicolon=!0;break}else if(l==="{"){g=!0;break}else if(l==="}"){if(_.length>0){for(f=_.length-1,c=_[f];c&&c[0]==="space";)c=_[--f];c&&(u.source.end=this.getPosition(c[3]||c[2]),u.source.end.offset++)}this.end(s);break}else _.push(s);else _.push(s);if(this.tokenizer.endOfFile()){m=!0;break}}u.raws.between=this.spacesAndCommentsFromEnd(_),_.length?(u.raws.afterName=this.spacesAndCommentsFromStart(_),this.raw(u,"params",_),m&&(s=_[_.length-1],u.source.end=this.getPosition(s[3]||s[2]),u.source.end.offset++,this.spaces=u.raws.between,u.raws.between="")):(u.raws.afterName="",u.params=""),g&&(u.nodes=[],this.current=u)}checkMissedSemicolon(s){let u=this.colon(s);if(u===!1)return;let l=0,c;for(let f=u-1;f>=0&&(c=s[f],!(c[0]!=="space"&&(l+=1,l===2)));f--);throw this.input.error("Missed semicolon",c[0]==="word"?c[3]+1:c[2])}colon(s){let u=0,l,c,f;for(let[m,g]of s.entries()){if(c=g,f=c[0],f==="("&&(u+=1),f===")"&&(u-=1),u===0&&f===":")if(!l)this.doubleColon(c);else{if(l[0]==="word"&&l[1]==="progid")continue;return m}l=c}return!1}comment(s){let u=new e;this.init(u,s[2]),u.source.end=this.getPosition(s[3]||s[2]),u.source.end.offset++;let l=s[1].slice(2,-2);if(/^\s*$/.test(l))u.text="",u.raws.left=l,u.raws.right="";else{let c=l.match(/^(\s*)([^]*\S)(\s*)$/);u.text=c[2],u.raws.left=c[1],u.raws.right=c[3]}}createTokenizer(){this.tokenizer=o(this.input)}decl(s,u){let l=new i;this.init(l,s[0][2]);let c=s[s.length-1];for(c[0]===";"&&(this.semicolon=!0,s.pop()),l.source.end=this.getPosition(c[3]||c[2]||p(s)),l.source.end.offset++;s[0][0]!=="word";)s.length===1&&this.unknownWord(s),l.raws.before+=s.shift()[1];for(l.source.start=this.getPosition(s[0][2]),l.prop="";s.length;){let E=s[0][0];if(E===":"||E==="space"||E==="comment")break;l.prop+=s.shift()[1]}l.raws.between="";let f;for(;s.length;)if(f=s.shift(),f[0]===":"){l.raws.between+=f[1];break}else f[0]==="word"&&/\w/.test(f[1])&&this.unknownWord([f]),l.raws.between+=f[1];(l.prop[0]==="_"||l.prop[0]==="*")&&(l.raws.before+=l.prop[0],l.prop=l.prop.slice(1));let m=[],g;for(;s.length&&(g=s[0][0],!(g!=="space"&&g!=="comment"));)m.push(s.shift());this.precheckMissedSemicolon(s);for(let E=s.length-1;E>=0;E--){if(f=s[E],f[1].toLowerCase()==="!important"){l.important=!0;let v=this.stringFrom(s,E);v=this.spacesFromEnd(s)+v,v!==" !important"&&(l.raws.important=v);break}else if(f[1].toLowerCase()==="important"){let v=s.slice(0),w="";for(let y=E;y>0;y--){let S=v[y][0];if(w.trim().startsWith("!")&&S!=="space")break;w=v.pop()[1]+w}w.trim().startsWith("!")&&(l.important=!0,l.raws.important=w,s=v)}if(f[0]!=="space"&&f[0]!=="comment")break}s.some(E=>E[0]!=="space"&&E[0]!=="comment")&&(l.raws.between+=m.map(E=>E[1]).join(""),m=[]),this.raw(l,"value",m.concat(s),u),l.value.includes(":")&&!u&&this.checkMissedSemicolon(s)}doubleColon(s){throw this.input.error("Double colon",{offset:s[2]},{offset:s[2]+s[1].length})}emptyRule(s){let u=new t;this.init(u,s[2]),u.selector="",u.raws.between="",this.current=u}end(s){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(s[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(s)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(s){if(this.spaces+=s[1],this.current.nodes){let u=this.current.nodes[this.current.nodes.length-1];u&&u.type==="rule"&&!u.raws.ownSemicolon&&(u.raws.ownSemicolon=this.spaces,this.spaces="",u.source.end=this.getPosition(s[2]),u.source.end.offset+=u.raws.ownSemicolon.length)}}getPosition(s){let u=this.input.fromOffset(s);return{column:u.col,line:u.line,offset:s}}init(s,u){this.current.push(s),s.source={input:this.input,start:this.getPosition(u)},s.raws.before=this.spaces,this.spaces="",s.type!=="comment"&&(this.semicolon=!1)}other(s){let u=!1,l=null,c=!1,f=null,m=[],g=s[1].startsWith("--"),_=[],E=s;for(;E;){if(l=E[0],_.push(E),l==="("||l==="[")f||(f=E),m.push(l==="("?")":"]");else if(g&&c&&l==="{")f||(f=E),m.push("}");else if(m.length===0)if(l===";")if(c){this.decl(_,g);return}else break;else if(l==="{"){this.rule(_);return}else if(l==="}"){this.tokenizer.back(_.pop()),u=!0;break}else l===":"&&(c=!0);else l===m[m.length-1]&&(m.pop(),m.length===0&&(f=null));E=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(u=!0),m.length>0&&this.unclosedBracket(f),u&&c){if(!g)for(;_.length&&(E=_[_.length-1][0],!(E!=="space"&&E!=="comment"));)this.tokenizer.back(_.pop());this.decl(_,g)}else this.unknownWord(_)}parse(){let s;for(;!this.tokenizer.endOfFile();)switch(s=this.tokenizer.nextToken(),s[0]){case"space":this.spaces+=s[1];break;case";":this.freeSemicolon(s);break;case"}":this.end(s);break;case"comment":this.comment(s);break;case"at-word":this.atrule(s);break;case"{":this.emptyRule(s);break;default:this.other(s);break}this.endFile()}precheckMissedSemicolon(){}raw(s,u,l,c){let f,m,g=l.length,_="",E=!0,v,w;for(let y=0;y<g;y+=1)f=l[y],m=f[0],m==="space"&&y===g-1&&!c?E=!1:m==="comment"?(w=l[y-1]?l[y-1][0]:"empty",v=l[y+1]?l[y+1][0]:"empty",!a[w]&&!a[v]?_.slice(-1)===","?E=!1:_+=f[1]:E=!1):_+=f[1];if(!E){let y=l.reduce((S,k)=>S+k[1],"");s.raws[u]={raw:y,value:_}}s[u]=_}rule(s){s.pop();let u=new t;this.init(u,s[0][2]),u.raws.between=this.spacesAndCommentsFromEnd(s),this.raw(u,"selector",s),this.current=u}spacesAndCommentsFromEnd(s){let u,l="";for(;s.length&&(u=s[s.length-1][0],!(u!=="space"&&u!=="comment"));)l=s.pop()[1]+l;return l}spacesAndCommentsFromStart(s){let u,l="";for(;s.length&&(u=s[0][0],!(u!=="space"&&u!=="comment"));)l+=s.shift()[1];return l}spacesFromEnd(s){let u,l="";for(;s.length&&(u=s[s.length-1][0],u==="space");)l=s.pop()[1]+l;return l}stringFrom(s,u){let l="";for(let c=u;c<s.length;c++)l+=s[c][1];return s.splice(u,s.length-u),l}unclosedBlock(){let s=this.current.source.start;throw this.input.error("Unclosed block",s.line,s.column)}unclosedBracket(s){throw this.input.error("Unclosed bracket",{offset:s[2]},{offset:s[2]+1})}unexpectedClose(s){throw this.input.error("Unexpected }",{offset:s[2]},{offset:s[2]+1})}unknownWord(s){throw this.input.error("Unknown word "+s[0][1],{offset:s[0][2]},{offset:s[0][2]+s[0][1].length})}unnamedAtrule(s,u){throw this.input.error("At-rule without name",{offset:u[2]},{offset:u[2]+u[1].length})}}return ii=b,ii}var ni,An;function ki(){if(An)return ni;An=1;let r=Pe(),e=At(),i=Gs();function n(t,o){let a=new e(t,o),p=new i(a);try{p.parse()}catch(b){throw b}return p.root}return ni=n,n.default=n,r.registerParse(n),ni}var ri,Cn;function Wn(){if(Cn)return ri;Cn=1;class r{constructor(i,n={}){if(this.type="warning",this.text=i,n.node&&n.node.source){let t=n.node.rangeBy(n);this.line=t.start.line,this.column=t.start.column,this.endLine=t.end.line,this.endColumn=t.end.column}for(let t in n)this[t]=n[t]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}}return ri=r,r.default=r,ri}var si,In;function Oi(){if(In)return si;In=1;let r=Wn();class e{get content(){return this.css}constructor(n,t,o){this.processor=n,this.messages=[],this.root=t,this.opts=o,this.css="",this.map=void 0}toString(){return this.css}warn(n,t={}){t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);let o=new r(n,t);return this.messages.push(o),o}warnings(){return this.messages.filter(n=>n.type==="warning")}}return si=e,e.default=e,si}var oi,kn;function Gn(){if(kn)return oi;kn=1;let r=Pe(),e=Ci(),i=Fn(),n=ki(),t=Oi(),o=nt(),a=xt(),{isClean:p,my:b}=Si();const h={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},s={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},u={Once:!0,postcssPlugin:!0,prepare:!0},l=0;function c(v){return typeof v=="object"&&typeof v.then=="function"}function f(v){let w=!1,y=h[v.type];return v.type==="decl"?w=v.prop.toLowerCase():v.type==="atrule"&&(w=v.name.toLowerCase()),w&&v.append?[y,y+"-"+w,l,y+"Exit",y+"Exit-"+w]:w?[y,y+"-"+w,y+"Exit",y+"Exit-"+w]:v.append?[y,l,y+"Exit"]:[y,y+"Exit"]}function m(v){let w;return v.type==="document"?w=["Document",l,"DocumentExit"]:v.type==="root"?w=["Root",l,"RootExit"]:w=f(v),{eventIndex:0,events:w,iterator:0,node:v,visitorIndex:0,visitors:[]}}function g(v){return v[p]=!1,v.nodes&&v.nodes.forEach(w=>g(w)),v}let _={};class E{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}constructor(w,y,S){this.stringified=!1,this.processed=!1;let k;if(typeof y=="object"&&y!==null&&(y.type==="root"||y.type==="document"))k=g(y);else if(y instanceof E||y instanceof t)k=g(y.root),y.map&&(typeof S.map>"u"&&(S.map={}),S.map.inline||(S.map.inline=!1),S.map.prev=y.map);else{let T=n;S.syntax&&(T=S.syntax.parse),S.parser&&(T=S.parser),T.parse&&(T=T.parse);try{k=T(y,S)}catch(U){this.processed=!0,this.error=U}k&&!k[b]&&r.rebuild(k)}this.result=new t(w,k,S),this.helpers={..._,postcss:_,result:this.result},this.plugins=this.processor.plugins.map(T=>typeof T=="object"&&T.prepare?{...T,...T.prepare(this.result)}:T)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(w){return this.async().catch(w)}finally(w){return this.async().then(w,w)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(w,y){let S=this.result.lastPlugin;try{y&&y.addToError(w),this.error=w,w.name==="CssSyntaxError"&&!w.plugin?(w.plugin=S.postcssPlugin,w.setMessage()):S.postcssVersion}catch(k){console&&console.error&&console.error(k)}return w}prepareVisitors(){this.listeners={};let w=(y,S,k)=>{this.listeners[S]||(this.listeners[S]=[]),this.listeners[S].push([y,k])};for(let y of this.plugins)if(typeof y=="object")for(let S in y){if(!s[S]&&/^[A-Z]/.test(S))throw new Error(`Unknown event ${S} in ${y.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!u[S])if(typeof y[S]=="object")for(let k in y[S])k==="*"?w(y,S,y[S][k]):w(y,S+"-"+k.toLowerCase(),y[S][k]);else typeof y[S]=="function"&&w(y,S,y[S])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let w=0;w<this.plugins.length;w++){let y=this.plugins[w],S=this.runOnRoot(y);if(c(S))try{await S}catch(k){throw this.handleError(k)}}if(this.prepareVisitors(),this.hasListener){let w=this.result.root;for(;!w[p];){w[p]=!0;let y=[m(w)];for(;y.length>0;){let S=this.visitTick(y);if(c(S))try{await S}catch(k){let T=y[y.length-1].node;throw this.handleError(k,T)}}}if(this.listeners.OnceExit)for(let[y,S]of this.listeners.OnceExit){this.result.lastPlugin=y;try{if(w.type==="document"){let k=w.nodes.map(T=>S(T,this.helpers));await Promise.all(k)}else await S(w,this.helpers)}catch(k){throw this.handleError(k)}}}return this.processed=!0,this.stringify()}runOnRoot(w){this.result.lastPlugin=w;try{if(typeof w=="object"&&w.Once){if(this.result.root.type==="document"){let y=this.result.root.nodes.map(S=>w.Once(S,this.helpers));return c(y[0])?Promise.all(y):y}return w.Once(this.result.root,this.helpers)}else if(typeof w=="function")return w(this.result.root,this.result)}catch(y){throw this.handleError(y)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let w=this.result.opts,y=a;w.syntax&&(y=w.syntax.stringify),w.stringifier&&(y=w.stringifier),y.stringify&&(y=y.stringify);let k=new i(y,this.result.root,this.result.opts).generate();return this.result.css=k[0],this.result.map=k[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let w of this.plugins){let y=this.runOnRoot(w);if(c(y))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let w=this.result.root;for(;!w[p];)w[p]=!0,this.walkSync(w);if(this.listeners.OnceExit)if(w.type==="document")for(let y of w.nodes)this.visitSync(this.listeners.OnceExit,y);else this.visitSync(this.listeners.OnceExit,w)}return this.result}then(w,y){return this.async().then(w,y)}toString(){return this.css}visitSync(w,y){for(let[S,k]of w){this.result.lastPlugin=S;let T;try{T=k(y,this.helpers)}catch(U){throw this.handleError(U,y.proxyOf)}if(y.type!=="root"&&y.type!=="document"&&!y.parent)return!0;if(c(T))throw this.getAsyncError()}}visitTick(w){let y=w[w.length-1],{node:S,visitors:k}=y;if(S.type!=="root"&&S.type!=="document"&&!S.parent){w.pop();return}if(k.length>0&&y.visitorIndex<k.length){let[U,M]=k[y.visitorIndex];y.visitorIndex+=1,y.visitorIndex===k.length&&(y.visitors=[],y.visitorIndex=0),this.result.lastPlugin=U;try{return M(S.toProxy(),this.helpers)}catch(Z){throw this.handleError(Z,S)}}if(y.iterator!==0){let U=y.iterator,M;for(;M=S.nodes[S.indexes[U]];)if(S.indexes[U]+=1,!M[p]){M[p]=!0,w.push(m(M));return}y.iterator=0,delete S.indexes[U]}let T=y.events;for(;y.eventIndex<T.length;){let U=T[y.eventIndex];if(y.eventIndex+=1,U===l){S.nodes&&S.nodes.length&&(S[p]=!0,y.iterator=S.getIterator());return}else if(this.listeners[U]){y.visitors=this.listeners[U];return}}w.pop()}walkSync(w){w[p]=!0;let y=f(w);for(let S of y)if(S===l)w.nodes&&w.each(k=>{k[p]||this.walkSync(k)});else{let k=this.listeners[S];if(k&&this.visitSync(k,w.toProxy()))return}}warnings(){return this.sync().warnings()}}return E.registerPostcss=v=>{_=v},oi=E,E.default=E,o.registerLazyResult(E),e.registerLazyResult(E),oi}var ai,On;function Vs(){if(On)return ai;On=1;let r=Fn(),e=ki();const i=Oi();let n=xt();class t{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let a,p=e;try{a=p(this._css,this._opts)}catch(b){this.error=b}if(this.error)throw this.error;return this._root=a,a}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(a,p,b){p=p.toString(),this.stringified=!1,this._processor=a,this._css=p,this._opts=b,this._map=void 0;let h,s=n;this.result=new i(this._processor,h,this._opts),this.result.css=p;let u=this;Object.defineProperty(this.result,"root",{get(){return u.root}});let l=new r(s,h,this._opts,p);if(l.isMap()){let[c,f]=l.generate();c&&(this.result.css=c),f&&(this.result.map=f)}else l.clearAnnotation(),this.result.css=l.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(a){return this.async().catch(a)}finally(a){return this.async().then(a,a)}sync(){if(this.error)throw this.error;return this.result}then(a,p){return this.async().then(a,p)}toString(){return this._css}warnings(){return[]}}return ai=t,t.default=t,ai}var li,Rn;function Ks(){if(Rn)return li;Rn=1;let r=Ci(),e=Gn(),i=Vs(),n=nt();class t{constructor(a=[]){this.version="8.5.6",this.plugins=this.normalize(a)}normalize(a){let p=[];for(let b of a)if(b.postcss===!0?b=b():b.postcss&&(b=b.postcss),typeof b=="object"&&Array.isArray(b.plugins))p=p.concat(b.plugins);else if(typeof b=="object"&&b.postcssPlugin)p.push(b);else if(typeof b=="function")p.push(b);else if(!(typeof b=="object"&&(b.parse||b.stringify)))throw new Error(b+" is not a PostCSS plugin");return p}process(a,p={}){return!this.plugins.length&&!p.parser&&!p.stringifier&&!p.syntax?new i(this,a,p):new e(this,a,p)}use(a){return this.plugins=this.plugins.concat(this.normalize([a])),this}}return li=t,t.default=t,n.registerProcessor(t),r.registerProcessor(t),li}var ci,$n;function Zs(){if($n)return ci;$n=1;var r={};let e=Ai(),i=Et(),n=Pe(),t=Ei(),o=St(),a=Ci(),p=Fs(),b=At(),h=Gn(),s=Hn(),u=_t(),l=ki(),c=Ks(),f=Oi(),m=nt(),g=Ii(),_=xt(),E=Wn();function v(...w){return w.length===1&&Array.isArray(w[0])&&(w=w[0]),new c(w)}return v.plugin=function(y,S){let k=!1;function T(...M){console&&console.warn&&!k&&(k=!0,console.warn(y+`: postcss.plugin was deprecated. Migration guide:
427
- https://evilmartians.com/chronicles/postcss-8-plugin-migration`),r.LANG&&r.LANG.startsWith("cn")&&console.warn(y+`: 里面 postcss.plugin 被弃用. 迁移指南:
428
- https://www.w3ctech.com/topic/2226`));let Z=S(...M);return Z.postcssPlugin=y,Z.postcssVersion=new c().version,Z}let U;return Object.defineProperty(T,"postcss",{get(){return U||(U=T()),U}}),T.process=function(M,Z,H){return v([T(H)]).process(M,Z)},T},v.stringify=_,v.parse=l,v.fromJSON=p,v.list=s,v.comment=w=>new i(w),v.atRule=w=>new e(w),v.decl=w=>new o(w),v.rule=w=>new g(w),v.root=w=>new m(w),v.document=w=>new a(w),v.CssSyntaxError=t,v.Declaration=o,v.Container=n,v.Processor=c,v.Document=a,v.Comment=i,v.Warning=E,v.AtRule=e,v.Result=f,v.Input=b,v.Rule=g,v.Root=m,v.Node=u,h.registerPostcss(v),ci=v,v.default=v,ci}var Js=Zs();const K=Un(Js);K.stringify;K.fromJSON;K.plugin;K.parse;K.list;K.document;K.comment;K.atRule;K.rule;K.decl;K.root;K.CssSyntaxError;K.Declaration;K.Container;K.Processor;K.Document;K.Comment;K.Warning;K.AtRule;K.Result;K.Input;K.Rule;K.Root;K.Node;var ui,Nn;function Xs(){if(Nn)return ui;Nn=1;const r=(n={})=>{const t=n.prefix,o=/\s+$/.test(t)?t:`${t} `,a=n.ignoreFiles?[].concat(n.ignoreFiles):[],p=n.includeFiles?[].concat(n.includeFiles):[];return{postcssPlugin:"postcss-prefix-selector",prepare(b){const h=b.root,s=h.source.input.file;if(!(a.length&&s&&e(s,a))&&!(p.length&&s&&!e(s,p)))return{Rule(u,{result:l}){const c=["keyframes","-webkit-keyframes","-moz-keyframes","-o-keyframes","-ms-keyframes"];u.parent&&c.includes(u.parent.name)||(u.selectors=u.selectors.map(f=>n.exclude&&i(f,n.exclude)?f:n.transform?n.transform(t,f,o+f,h.source.input.file,u):[":root","body","html"].some(m=>f.startsWith(m))?n.skipGlobalSelectors?f:f.replace(/(html\s+body|:root\s+body|html|:root|body)/gm,t):o+f))}}}}};function e(n,t){return t.some(o=>o instanceof RegExp?o.test(n):n.includes(o))}function i(n,t){return t.some(o=>o instanceof RegExp?o.test(n):n===o)}return r.postcss=!0,ui=r,ui}var Qs=Xs();const Ys=Un(Qs),eo="code{white-space:pre}.example{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:16px}.example>*{flex:1 1 500px}.example .tab-control{overflow:hidden}.example div[role=tab]{cursor:pointer;padding:8px 16px;display:inline-block;font-size:16px;border-bottom:2px solid transparent;background-clip:padding-box;-webkit-user-select:none;user-select:none}.example div[role=tab]:hover{background-color:#1467ba14}.example div[role=tab][selected]{background-color:#1467ba21;border-bottom:2px solid #1467ba}.tab-content{margin:16px 0}.tab-content>pre{padding-top:0}.tab-content.code{max-height:500px;overflow:auto}.tab-content.code pre{margin:0}",to="pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}";function io(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var hi,Mn;function no(){if(Mn)return hi;Mn=1;function r(d){return d instanceof Map?d.clear=d.delete=d.set=function(){throw new Error("map is read-only")}:d instanceof Set&&(d.add=d.clear=d.delete=function(){throw new Error("set is read-only")}),Object.freeze(d),Object.getOwnPropertyNames(d).forEach(x=>{const I=d[x],z=typeof I;(z==="object"||z==="function")&&!Object.isFrozen(I)&&r(I)}),d}class e{constructor(x){x.data===void 0&&(x.data={}),this.data=x.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function i(d){return d.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function n(d,...x){const I=Object.create(null);for(const z in d)I[z]=d[z];return x.forEach(function(z){for(const Q in z)I[Q]=z[Q]}),I}const t="</span>",o=d=>!!d.scope,a=(d,{prefix:x})=>{if(d.startsWith("language:"))return d.replace("language:","language-");if(d.includes(".")){const I=d.split(".");return[`${x}${I.shift()}`,...I.map((z,Q)=>`${z}${"_".repeat(Q+1)}`)].join(" ")}return`${x}${d}`};class p{constructor(x,I){this.buffer="",this.classPrefix=I.classPrefix,x.walk(this)}addText(x){this.buffer+=i(x)}openNode(x){if(!o(x))return;const I=a(x.scope,{prefix:this.classPrefix});this.span(I)}closeNode(x){o(x)&&(this.buffer+=t)}value(){return this.buffer}span(x){this.buffer+=`<span class="${x}">`}}const b=(d={})=>{const x={children:[]};return Object.assign(x,d),x};class h{constructor(){this.rootNode=b(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(x){this.top.children.push(x)}openNode(x){const I=b({scope:x});this.add(I),this.stack.push(I)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(x){return this.constructor._walk(x,this.rootNode)}static _walk(x,I){return typeof I=="string"?x.addText(I):I.children&&(x.openNode(I),I.children.forEach(z=>this._walk(x,z)),x.closeNode(I)),x}static _collapse(x){typeof x!="string"&&x.children&&(x.children.every(I=>typeof I=="string")?x.children=[x.children.join("")]:x.children.forEach(I=>{h._collapse(I)}))}}class s extends h{constructor(x){super(),this.options=x}addText(x){x!==""&&this.add(x)}startScope(x){this.openNode(x)}endScope(){this.closeNode()}__addSublanguage(x,I){const z=x.root;I&&(z.scope=`language:${I}`),this.add(z)}toHTML(){return new p(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function u(d){return d?typeof d=="string"?d:d.source:null}function l(d){return m("(?=",d,")")}function c(d){return m("(?:",d,")*")}function f(d){return m("(?:",d,")?")}function m(...d){return d.map(x=>u(x)).join("")}function g(d){const x=d[d.length-1];return typeof x=="object"&&x.constructor===Object?(d.splice(d.length-1,1),x):{}}function _(...d){return"("+(g(d).capture?"":"?:")+d.map(x=>u(x)).join("|")+")"}function E(d){return new RegExp(d.toString()+"|").exec("").length-1}function v(d,x){const I=d&&d.exec(x);return I&&I.index===0}const w=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function y(d,{joinWith:x}){let I=0;return d.map(z=>{I+=1;const Q=I;let Y=u(z),$="";for(;Y.length>0;){const O=w.exec(Y);if(!O){$+=Y;break}$+=Y.substring(0,O.index),Y=Y.substring(O.index+O[0].length),O[0][0]==="\\"&&O[1]?$+="\\"+String(Number(O[1])+Q):($+=O[0],O[0]==="("&&I++)}return $}).map(z=>`(${z})`).join(x)}const S=/\b\B/,k="[a-zA-Z]\\w*",T="[a-zA-Z_]\\w*",U="\\b\\d+(\\.\\d+)?",M="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",Z="\\b(0b[01]+)",H="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",Ae=(d={})=>{const x=/^#![ ]*\//;return d.binary&&(d.begin=m(x,/.*\b/,d.binary,/\b.*/)),n({scope:"meta",begin:x,end:/$/,relevance:0,"on:begin":(I,z)=>{I.index!==0&&z.ignoreMatch()}},d)},he={begin:"\\\\[\\s\\S]",relevance:0},R={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[he]},Te={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[he]},W={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},ee=function(d,x,I={}){const z=n({scope:"comment",begin:d,end:x,contains:[]},I);z.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const Q=_("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return z.contains.push({begin:m(/[ ]+/,"(",Q,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),z},le=ee("//","$"),ce=ee("/\\*","\\*/"),we=ee("#","$"),Ce={scope:"number",begin:U,relevance:0},j={scope:"number",begin:M,relevance:0},Fe={scope:"number",begin:Z,relevance:0},Le={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[he,{begin:/\[/,end:/\]/,relevance:0,contains:[he]}]},It={scope:"title",begin:k,relevance:0},We={scope:"title",begin:T,relevance:0},kt={begin:"\\.\\s*"+T,relevance:0};var je=Object.freeze({__proto__:null,APOS_STRING_MODE:R,BACKSLASH_ESCAPE:he,BINARY_NUMBER_MODE:Fe,BINARY_NUMBER_RE:Z,COMMENT:ee,C_BLOCK_COMMENT_MODE:ce,C_LINE_COMMENT_MODE:le,C_NUMBER_MODE:j,C_NUMBER_RE:M,END_SAME_AS_BEGIN:function(d){return Object.assign(d,{"on:begin":(x,I)=>{I.data._beginMatch=x[1]},"on:end":(x,I)=>{I.data._beginMatch!==x[1]&&I.ignoreMatch()}})},HASH_COMMENT_MODE:we,IDENT_RE:k,MATCH_NOTHING_RE:S,METHOD_GUARD:kt,NUMBER_MODE:Ce,NUMBER_RE:U,PHRASAL_WORDS_MODE:W,QUOTE_STRING_MODE:Te,REGEXP_MODE:Le,RE_STARTERS_RE:H,SHEBANG:Ae,TITLE_MODE:It,UNDERSCORE_IDENT_RE:T,UNDERSCORE_TITLE_MODE:We});function Ot(d,x){d.input[d.index-1]==="."&&x.ignoreMatch()}function ve(d,x){d.className!==void 0&&(d.scope=d.className,delete d.className)}function Ge(d,x){x&&d.beginKeywords&&(d.begin="\\b("+d.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",d.__beforeBegin=Ot,d.keywords=d.keywords||d.beginKeywords,delete d.beginKeywords,d.relevance===void 0&&(d.relevance=0))}function rt(d,x){Array.isArray(d.illegal)&&(d.illegal=_(...d.illegal))}function tr(d,x){if(d.match){if(d.begin||d.end)throw new Error("begin & end are not supported with match");d.begin=d.match,delete d.match}}function ir(d,x){d.relevance===void 0&&(d.relevance=1)}const nr=(d,x)=>{if(!d.beforeMatch)return;if(d.starts)throw new Error("beforeMatch cannot be used with starts");const I=Object.assign({},d);Object.keys(d).forEach(z=>{delete d[z]}),d.keywords=I.keywords,d.begin=m(I.beforeMatch,l(I.begin)),d.starts={relevance:0,contains:[Object.assign(I,{endsParent:!0})]},d.relevance=0,delete I.beforeMatch},rr=["of","and","for","in","not","or","if","then","parent","list","value"],sr="keyword";function Ri(d,x,I=sr){const z=Object.create(null);return typeof d=="string"?Q(I,d.split(" ")):Array.isArray(d)?Q(I,d):Object.keys(d).forEach(function(Y){Object.assign(z,Ri(d[Y],x,Y))}),z;function Q(Y,$){x&&($=$.map(O=>O.toLowerCase())),$.forEach(function(O){const L=O.split("|");z[L[0]]=[Y,or(L[0],L[1])]})}}function or(d,x){return x?Number(x):ar(d)?0:1}function ar(d){return rr.includes(d.toLowerCase())}const $i={},Ie=d=>{console.error(d)},Ni=(d,...x)=>{console.log(`WARN: ${d}`,...x)},De=(d,x)=>{$i[`${d}/${x}`]||(console.log(`Deprecated as of ${d}. ${x}`),$i[`${d}/${x}`]=!0)},st=new Error;function Mi(d,x,{key:I}){let z=0;const Q=d[I],Y={},$={};for(let O=1;O<=x.length;O++)$[O+z]=Q[O],Y[O+z]=!0,z+=E(x[O-1]);d[I]=$,d[I]._emit=Y,d[I]._multi=!0}function lr(d){if(Array.isArray(d.begin)){if(d.skip||d.excludeBegin||d.returnBegin)throw Ie("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),st;if(typeof d.beginScope!="object"||d.beginScope===null)throw Ie("beginScope must be object"),st;Mi(d,d.begin,{key:"beginScope"}),d.begin=y(d.begin,{joinWith:""})}}function cr(d){if(Array.isArray(d.end)){if(d.skip||d.excludeEnd||d.returnEnd)throw Ie("skip, excludeEnd, returnEnd not compatible with endScope: {}"),st;if(typeof d.endScope!="object"||d.endScope===null)throw Ie("endScope must be object"),st;Mi(d,d.end,{key:"endScope"}),d.end=y(d.end,{joinWith:""})}}function ur(d){d.scope&&typeof d.scope=="object"&&d.scope!==null&&(d.beginScope=d.scope,delete d.scope)}function hr(d){ur(d),typeof d.beginScope=="string"&&(d.beginScope={_wrap:d.beginScope}),typeof d.endScope=="string"&&(d.endScope={_wrap:d.endScope}),lr(d),cr(d)}function dr(d){function x($,O){return new RegExp(u($),"m"+(d.case_insensitive?"i":"")+(d.unicodeRegex?"u":"")+(O?"g":""))}class I{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(O,L){L.position=this.position++,this.matchIndexes[this.matchAt]=L,this.regexes.push([L,O]),this.matchAt+=E(O)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const O=this.regexes.map(L=>L[1]);this.matcherRe=x(y(O,{joinWith:"|"}),!0),this.lastIndex=0}exec(O){this.matcherRe.lastIndex=this.lastIndex;const L=this.matcherRe.exec(O);if(!L)return null;const ne=L.findIndex((Ve,$t)=>$t>0&&Ve!==void 0),te=this.matchIndexes[ne];return L.splice(0,ne),Object.assign(L,te)}}class z{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(O){if(this.multiRegexes[O])return this.multiRegexes[O];const L=new I;return this.rules.slice(O).forEach(([ne,te])=>L.addRule(ne,te)),L.compile(),this.multiRegexes[O]=L,L}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(O,L){this.rules.push([O,L]),L.type==="begin"&&this.count++}exec(O){const L=this.getMatcher(this.regexIndex);L.lastIndex=this.lastIndex;let ne=L.exec(O);if(this.resumingScanAtSamePosition()&&!(ne&&ne.index===this.lastIndex)){const te=this.getMatcher(0);te.lastIndex=this.lastIndex+1,ne=te.exec(O)}return ne&&(this.regexIndex+=ne.position+1,this.regexIndex===this.count&&this.considerAll()),ne}}function Q($){const O=new z;return $.contains.forEach(L=>O.addRule(L.begin,{rule:L,type:"begin"})),$.terminatorEnd&&O.addRule($.terminatorEnd,{type:"end"}),$.illegal&&O.addRule($.illegal,{type:"illegal"}),O}function Y($,O){const L=$;if($.isCompiled)return L;[ve,tr,hr,nr].forEach(te=>te($,O)),d.compilerExtensions.forEach(te=>te($,O)),$.__beforeBegin=null,[Ge,rt,ir].forEach(te=>te($,O)),$.isCompiled=!0;let ne=null;return typeof $.keywords=="object"&&$.keywords.$pattern&&($.keywords=Object.assign({},$.keywords),ne=$.keywords.$pattern,delete $.keywords.$pattern),ne=ne||/\w+/,$.keywords&&($.keywords=Ri($.keywords,d.case_insensitive)),L.keywordPatternRe=x(ne,!0),O&&($.begin||($.begin=/\B|\b/),L.beginRe=x(L.begin),!$.end&&!$.endsWithParent&&($.end=/\B|\b/),$.end&&(L.endRe=x(L.end)),L.terminatorEnd=u(L.end)||"",$.endsWithParent&&O.terminatorEnd&&(L.terminatorEnd+=($.end?"|":"")+O.terminatorEnd)),$.illegal&&(L.illegalRe=x($.illegal)),$.contains||($.contains=[]),$.contains=[].concat(...$.contains.map(function(te){return fr(te==="self"?$:te)})),$.contains.forEach(function(te){Y(te,L)}),$.starts&&Y($.starts,O),L.matcher=Q(L),L}if(d.compilerExtensions||(d.compilerExtensions=[]),d.contains&&d.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return d.classNameAliases=n(d.classNameAliases||{}),Y(d)}function Pi(d){return d?d.endsWithParent||Pi(d.starts):!1}function fr(d){return d.variants&&!d.cachedVariants&&(d.cachedVariants=d.variants.map(function(x){return n(d,{variants:null},x)})),d.cachedVariants?d.cachedVariants:Pi(d)?n(d,{starts:d.starts?n(d.starts):null}):Object.isFrozen(d)?n(d):d}var pr="11.11.1";class mr extends Error{constructor(x,I){super(x),this.name="HTMLInjectionError",this.html=I}}const Rt=i,Ti=n,Li=Symbol("nomatch"),gr=7,ji=function(d){const x=Object.create(null),I=Object.create(null),z=[];let Q=!0;const Y="Could not find the language '{}', did you forget to load/include a language module?",$={disableAutodetect:!0,name:"Plain text",contains:[]};let O={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:s};function L(A){return O.noHighlightRe.test(A)}function ne(A){let P=A.className+" ";P+=A.parentNode?A.parentNode.className:"";const q=O.languageDetectRe.exec(P);if(q){const G=xe(q[1]);return G||(Ni(Y.replace("{}",q[1])),Ni("Falling back to no-highlight mode for this block.",A)),G?q[1]:"no-highlight"}return P.split(/\s+/).find(G=>L(G)||xe(G))}function te(A,P,q){let G="",ie="";typeof P=="object"?(G=A,q=P.ignoreIllegals,ie=P.language):(De("10.7.0","highlight(lang, code, ...args) has been deprecated."),De("10.7.0",`Please use highlight(code, options) instead.
429
- https://github.com/highlightjs/highlight.js/issues/2277`),ie=A,G=P),q===void 0&&(q=!0);const pe={code:G,language:ie};at("before:highlight",pe);const _e=pe.result?pe.result:Ve(pe.language,pe.code,q);return _e.code=pe.code,at("after:highlight",_e),_e}function Ve(A,P,q,G){const ie=Object.create(null);function pe(C,N){return C.keywords[N]}function _e(){if(!D.keywords){re.addText(V);return}let C=0;D.keywordPatternRe.lastIndex=0;let N=D.keywordPatternRe.exec(V),B="";for(;N;){B+=V.substring(C,N.index);const F=ge.case_insensitive?N[0].toLowerCase():N[0],se=pe(D,F);if(se){const[be,Mr]=se;if(re.addText(B),B="",ie[F]=(ie[F]||0)+1,ie[F]<=gr&&(ut+=Mr),be.startsWith("_"))B+=N[0];else{const Pr=ge.classNameAliases[be]||be;me(N[0],Pr)}}else B+=N[0];C=D.keywordPatternRe.lastIndex,N=D.keywordPatternRe.exec(V)}B+=V.substring(C),re.addText(B)}function lt(){if(V==="")return;let C=null;if(typeof D.subLanguage=="string"){if(!x[D.subLanguage]){re.addText(V);return}C=Ve(D.subLanguage,V,!0,Wi[D.subLanguage]),Wi[D.subLanguage]=C._top}else C=Nt(V,D.subLanguage.length?D.subLanguage:null);D.relevance>0&&(ut+=C.relevance),re.__addSublanguage(C._emitter,C.language)}function ue(){D.subLanguage!=null?lt():_e(),V=""}function me(C,N){C!==""&&(re.startScope(N),re.addText(C),re.endScope())}function Bi(C,N){let B=1;const F=N.length-1;for(;B<=F;){if(!C._emit[B]){B++;continue}const se=ge.classNameAliases[C[B]]||C[B],be=N[B];se?me(be,se):(V=be,_e(),V=""),B++}}function qi(C,N){return C.scope&&typeof C.scope=="string"&&re.openNode(ge.classNameAliases[C.scope]||C.scope),C.beginScope&&(C.beginScope._wrap?(me(V,ge.classNameAliases[C.beginScope._wrap]||C.beginScope._wrap),V=""):C.beginScope._multi&&(Bi(C.beginScope,N),V="")),D=Object.create(C,{parent:{value:D}}),D}function Hi(C,N,B){let F=v(C.endRe,B);if(F){if(C["on:end"]){const se=new e(C);C["on:end"](N,se),se.isMatchIgnored&&(F=!1)}if(F){for(;C.endsParent&&C.parent;)C=C.parent;return C}}if(C.endsWithParent)return Hi(C.parent,N,B)}function kr(C){return D.matcher.regexIndex===0?(V+=C[0],1):(Lt=!0,0)}function Or(C){const N=C[0],B=C.rule,F=new e(B),se=[B.__beforeBegin,B["on:begin"]];for(const be of se)if(be&&(be(C,F),F.isMatchIgnored))return kr(N);return B.skip?V+=N:(B.excludeBegin&&(V+=N),ue(),!B.returnBegin&&!B.excludeBegin&&(V=N)),qi(B,C),B.returnBegin?0:N.length}function Rr(C){const N=C[0],B=P.substring(C.index),F=Hi(D,C,B);if(!F)return Li;const se=D;D.endScope&&D.endScope._wrap?(ue(),me(N,D.endScope._wrap)):D.endScope&&D.endScope._multi?(ue(),Bi(D.endScope,C)):se.skip?V+=N:(se.returnEnd||se.excludeEnd||(V+=N),ue(),se.excludeEnd&&(V=N));do D.scope&&re.closeNode(),!D.skip&&!D.subLanguage&&(ut+=D.relevance),D=D.parent;while(D!==F.parent);return F.starts&&qi(F.starts,C),se.returnEnd?0:N.length}function $r(){const C=[];for(let N=D;N!==ge;N=N.parent)N.scope&&C.unshift(N.scope);C.forEach(N=>re.openNode(N))}let ct={};function Fi(C,N){const B=N&&N[0];if(V+=C,B==null)return ue(),0;if(ct.type==="begin"&&N.type==="end"&&ct.index===N.index&&B===""){if(V+=P.slice(N.index,N.index+1),!Q){const F=new Error(`0 width match regex (${A})`);throw F.languageName=A,F.badRule=ct.rule,F}return 1}if(ct=N,N.type==="begin")return Or(N);if(N.type==="illegal"&&!q){const F=new Error('Illegal lexeme "'+B+'" for mode "'+(D.scope||"<unnamed>")+'"');throw F.mode=D,F}else if(N.type==="end"){const F=Rr(N);if(F!==Li)return F}if(N.type==="illegal"&&B==="")return V+=`
430
- `,1;if(Tt>1e5&&Tt>N.index*3)throw new Error("potential infinite loop, way more iterations than matches");return V+=B,B.length}const ge=xe(A);if(!ge)throw Ie(Y.replace("{}",A)),new Error('Unknown language: "'+A+'"');const Nr=dr(ge);let Pt="",D=G||Nr;const Wi={},re=new O.__emitter(O);$r();let V="",ut=0,ke=0,Tt=0,Lt=!1;try{if(ge.__emitTokens)ge.__emitTokens(P,re);else{for(D.matcher.considerAll();;){Tt++,Lt?Lt=!1:D.matcher.considerAll(),D.matcher.lastIndex=ke;const C=D.matcher.exec(P);if(!C)break;const N=P.substring(ke,C.index),B=Fi(N,C);ke=C.index+B}Fi(P.substring(ke))}return re.finalize(),Pt=re.toHTML(),{language:A,value:Pt,relevance:ut,illegal:!1,_emitter:re,_top:D}}catch(C){if(C.message&&C.message.includes("Illegal"))return{language:A,value:Rt(P),illegal:!0,relevance:0,_illegalBy:{message:C.message,index:ke,context:P.slice(ke-100,ke+100),mode:C.mode,resultSoFar:Pt},_emitter:re};if(Q)return{language:A,value:Rt(P),illegal:!1,relevance:0,errorRaised:C,_emitter:re,_top:D};throw C}}function $t(A){const P={value:Rt(A),illegal:!1,relevance:0,_top:$,_emitter:new O.__emitter(O)};return P._emitter.addText(A),P}function Nt(A,P){P=P||O.languages||Object.keys(x);const q=$t(A),G=P.filter(xe).filter(Ui).map(ue=>Ve(ue,A,!1));G.unshift(q);const ie=G.sort((ue,me)=>{if(ue.relevance!==me.relevance)return me.relevance-ue.relevance;if(ue.language&&me.language){if(xe(ue.language).supersetOf===me.language)return 1;if(xe(me.language).supersetOf===ue.language)return-1}return 0}),[pe,_e]=ie,lt=pe;return lt.secondBest=_e,lt}function br(A,P,q){const G=P&&I[P]||q;A.classList.add("hljs"),A.classList.add(`language-${G}`)}function Mt(A){let P=null;const q=ne(A);if(L(q))return;if(at("before:highlightElement",{el:A,language:q}),A.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",A);return}if(A.children.length>0&&(O.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(A)),O.throwUnescapedHTML))throw new mr("One of your code blocks includes unescaped HTML.",A.innerHTML);P=A;const G=P.textContent,ie=q?te(G,{language:q,ignoreIllegals:!0}):Nt(G);A.innerHTML=ie.value,A.dataset.highlighted="yes",br(A,q,ie.language),A.result={language:ie.language,re:ie.relevance,relevance:ie.relevance},ie.secondBest&&(A.secondBest={language:ie.secondBest.language,relevance:ie.secondBest.relevance}),at("after:highlightElement",{el:A,result:ie,text:G})}function yr(A){O=Ti(O,A)}const wr=()=>{ot(),De("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function vr(){ot(),De("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let Di=!1;function ot(){function A(){ot()}if(document.readyState==="loading"){Di||window.addEventListener("DOMContentLoaded",A,!1),Di=!0;return}document.querySelectorAll(O.cssSelector).forEach(Mt)}function xr(A,P){let q=null;try{q=P(d)}catch(G){if(Ie("Language definition for '{}' could not be registered.".replace("{}",A)),Q)Ie(G);else throw G;q=$}q.name||(q.name=A),x[A]=q,q.rawDefinition=P.bind(null,d),q.aliases&&zi(q.aliases,{languageName:A})}function _r(A){delete x[A];for(const P of Object.keys(I))I[P]===A&&delete I[P]}function Er(){return Object.keys(x)}function xe(A){return A=(A||"").toLowerCase(),x[A]||x[I[A]]}function zi(A,{languageName:P}){typeof A=="string"&&(A=[A]),A.forEach(q=>{I[q.toLowerCase()]=P})}function Ui(A){const P=xe(A);return P&&!P.disableAutodetect}function Sr(A){A["before:highlightBlock"]&&!A["before:highlightElement"]&&(A["before:highlightElement"]=P=>{A["before:highlightBlock"](Object.assign({block:P.el},P))}),A["after:highlightBlock"]&&!A["after:highlightElement"]&&(A["after:highlightElement"]=P=>{A["after:highlightBlock"](Object.assign({block:P.el},P))})}function Ar(A){Sr(A),z.push(A)}function Cr(A){const P=z.indexOf(A);P!==-1&&z.splice(P,1)}function at(A,P){const q=A;z.forEach(function(G){G[q]&&G[q](P)})}function Ir(A){return De("10.7.0","highlightBlock will be removed entirely in v12.0"),De("10.7.0","Please use highlightElement now."),Mt(A)}Object.assign(d,{highlight:te,highlightAuto:Nt,highlightAll:ot,highlightElement:Mt,highlightBlock:Ir,configure:yr,initHighlighting:wr,initHighlightingOnLoad:vr,registerLanguage:xr,unregisterLanguage:_r,listLanguages:Er,getLanguage:xe,registerAliases:zi,autoDetection:Ui,inherit:Ti,addPlugin:Ar,removePlugin:Cr}),d.debugMode=function(){Q=!1},d.safeMode=function(){Q=!0},d.versionString=pr,d.regex={concat:m,lookahead:l,either:_,optional:f,anyNumberOfTimes:c};for(const A in je)typeof je[A]=="object"&&r(je[A]);return Object.assign(d,je),d},ze=ji({});return ze.newInstance=()=>ji({}),hi=ze,ze.HighlightJS=ze,ze.default=ze,hi}var ro=no();const Ct=io(ro),yt="[A-Za-z$_][0-9A-Za-z$_]*",Vn=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],Kn=["true","false","null","undefined","NaN","Infinity"],Zn=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],Jn=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],Xn=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],Qn=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],Yn=[].concat(Xn,Zn,Jn);function so(r){const e=r.regex,i=(W,{after:ee})=>{const le="</"+W[0].slice(1);return W.input.indexOf(le,ee)!==-1},n=yt,t={begin:"<>",end:"</>"},o=/<[A-Za-z0-9\\._:-]+\s*\/>/,a={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(W,ee)=>{const le=W[0].length+W.index,ce=W.input[le];if(ce==="<"||ce===","){ee.ignoreMatch();return}ce===">"&&(i(W,{after:le})||ee.ignoreMatch());let we;const Ce=W.input.substring(le);if(we=Ce.match(/^\s*=/)){ee.ignoreMatch();return}if((we=Ce.match(/^\s+extends\s+/))&&we.index===0){ee.ignoreMatch();return}}},p={$pattern:yt,keyword:Vn,literal:Kn,built_in:Yn,"variable.language":Qn},b="[0-9](_?[0-9])*",h=`\\.(${b})`,s="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",u={className:"number",variants:[{begin:`(\\b(${s})((${h})|\\.)?|(${h}))[eE][+-]?(${b})\\b`},{begin:`\\b(${s})\\b((${h})\\b|\\.)?|(${h})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},l={className:"subst",begin:"\\$\\{",end:"\\}",keywords:p,contains:[]},c={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,l],subLanguage:"xml"}},f={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,l],subLanguage:"css"}},m={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,l],subLanguage:"graphql"}},g={className:"string",begin:"`",end:"`",contains:[r.BACKSLASH_ESCAPE,l]},_={className:"comment",variants:[r.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:n+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),r.C_BLOCK_COMMENT_MODE,r.C_LINE_COMMENT_MODE]},E=[r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,f,m,g,{match:/\$\d+/},u];l.contains=E.concat({begin:/\{/,end:/\}/,keywords:p,contains:["self"].concat(E)});const v=[].concat(_,l.contains),w=v.concat([{begin:/(\s*)\(/,end:/\)/,keywords:p,contains:["self"].concat(v)}]),y={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:w},S={variants:[{match:[/class/,/\s+/,n,/\s+/,/extends/,/\s+/,e.concat(n,"(",e.concat(/\./,n),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,n],scope:{1:"keyword",3:"title.class"}}]},k={relevance:0,match:e.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...Zn,...Jn]}},T={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},U={variants:[{match:[/function/,/\s+/,n,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[y],illegal:/%/},M={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function Z(W){return e.concat("(?!",W.join("|"),")")}const H={match:e.concat(/\b/,Z([...Xn,"super","import"].map(W=>`${W}\\s*\\(`)),n,e.lookahead(/\s*\(/)),className:"title.function",relevance:0},Ae={begin:e.concat(/\./,e.lookahead(e.concat(n,/(?![0-9A-Za-z$_(])/))),end:n,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},he={match:[/get|set/,/\s+/,n,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},y]},R="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+r.UNDERSCORE_IDENT_RE+")\\s*=>",Te={match:[/const|var|let/,/\s+/,n,/\s*/,/=\s*/,/(async\s*)?/,e.lookahead(R)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[y]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:p,exports:{PARAMS_CONTAINS:w,CLASS_REFERENCE:k},illegal:/#(?![$_A-z])/,contains:[r.SHEBANG({label:"shebang",binary:"node",relevance:5}),T,r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,c,f,m,g,_,{match:/\$\d+/},u,k,{scope:"attr",match:n+e.lookahead(":"),relevance:0},Te,{begin:"("+r.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[_,r.REGEXP_MODE,{className:"function",begin:R,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:r.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:w}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:t.begin,end:t.end},{match:o},{begin:a.begin,"on:begin":a.isTrulyOpeningTag,end:a.end}],subLanguage:"xml",contains:[{begin:a.begin,end:a.end,skip:!0,contains:["self"]}]}]},U,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+r.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[y,r.inherit(r.TITLE_MODE,{begin:n,className:"title.function"})]},{match:/\.\.\./,relevance:0},Ae,{match:"\\$"+n,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[y]},H,M,S,he,{match:/\$[(.]/}]}}function oo(r){const e=r.regex,i=so(r),n=yt,t=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],o={begin:[/namespace/,/\s+/,r.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},a={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:t},contains:[i.exports.CLASS_REFERENCE]},p={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},b=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],h={$pattern:yt,keyword:Vn.concat(b),literal:Kn,built_in:Yn.concat(t),"variable.language":Qn},s={className:"meta",begin:"@"+n},u=(m,g,_)=>{const E=m.contains.findIndex(v=>v.label===g);if(E===-1)throw new Error("can not find mode to replace");m.contains.splice(E,1,_)};Object.assign(i.keywords,h),i.exports.PARAMS_CONTAINS.push(s);const l=i.contains.find(m=>m.scope==="attr"),c=Object.assign({},l,{match:e.concat(n,e.lookahead(/\s*\?:/))});i.exports.PARAMS_CONTAINS.push([i.exports.CLASS_REFERENCE,l,c]),i.contains=i.contains.concat([s,o,a,c]),u(i,"shebang",r.SHEBANG()),u(i,"use_strict",p);const f=i.contains.find(m=>m.label==="func.def");return f.relevance=0,Object.assign(i,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),i}function ao(r){const e=r.regex,i=e.concat(/[\p{L}_]/u,e.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),n=/[\p{L}0-9._:-]+/u,t={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},o={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},a=r.inherit(o,{begin:/\(/,end:/\)/}),p=r.inherit(r.APOS_STRING_MODE,{className:"string"}),b=r.inherit(r.QUOTE_STRING_MODE,{className:"string"}),h={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:n,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[t]},{begin:/'/,end:/'/,contains:[t]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[o,b,p,a,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[o,a,b,p]}]}]},r.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},t,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[b]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[h],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[h],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:e.concat(/</,e.lookahead(e.concat(i,e.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:i,relevance:0,starts:h}]},{className:"tag",begin:e.concat(/<\//,e.lookahead(e.concat(i,/>/))),contains:[{className:"name",begin:i,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}const lo=r=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:r.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[r.APOS_STRING_MODE,r.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:r.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),co=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],uo=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],ho=[...co,...uo],fo=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),po=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),mo=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),go=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function bo(r){const e=r.regex,i=lo(r),n={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},t="and or not only",o=/@-?\w[\w]*(-\w+)*/,a="[a-zA-Z-][a-zA-Z0-9_-]*",p=[r.APOS_STRING_MODE,r.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[i.BLOCK_COMMENT,n,i.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+a,relevance:0},i.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+po.join("|")+")"},{begin:":(:)?("+mo.join("|")+")"}]},i.CSS_VARIABLE,{className:"attribute",begin:"\\b("+go.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[i.BLOCK_COMMENT,i.HEXCOLOR,i.IMPORTANT,i.CSS_NUMBER_MODE,...p,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...p,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},i.FUNCTION_DISPATCH]},{begin:e.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:o},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:t,attribute:fo.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...p,i.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+ho.join("|")+")\\b"}]}}const er=document.createElement("style");er.innerText=[eo,to].join(`
431
- `);document.head.appendChild(er);Ct.registerLanguage("typescript",oo);Ct.registerLanguage("html",ao);Ct.registerLanguage("css",bo);function yo(...r){const e=document.createElement("div"),i=document.createElement("div");i.classList.add("tab-control");const n=document.createElement("div");return r.forEach(t=>{e.appendChild(t),t.addEventListener("click",()=>{r.forEach(o=>o.removeAttribute("selected")),t.setAttribute("selected",""),n.innerHTML="",n.appendChild(t.content),n.className=t.className,n.classList.add("tab-content")})}),i.appendChild(e),i.appendChild(n),n.classList.add("tab-content"),r[0].setAttribute("selected",""),n.appendChild(r[0].content),i}function Ze(r,e){const i=document.createElement("div");return i.role="tab",i.tabIndex=0,i.innerText=r,i.content=e,e.tagName=="PRE"&&i.classList.add("code"),i}function Qe(r,e){const i=document.createElement(r);return typeof e=="string"?i.innerHTML=e:e.forEach(n=>{i.appendChild(n)}),i}async function wo(r,e,i){const n=e.mainContent,t=Qe("div",n);t.id=`example-preview-${i}`;const o=typeof e.css=="string"?void 0:e.css?.label,a=typeof e.css=="string"?e.css:e.css?.content,p=yo(Ze("Preview",t),Ze("HTML",pt("html",n)),...a?[Ze(o??"CSS",pt("css",a))]:[],...e.initializer&&e.initializer.content?[Ze(e.initializer.label??"TS",pt("typescript",e.initializer.content))]:[],...(e.additionalSources||[]).map(h=>Ze(h.label,pt(h.language,h.content))));e.description&&r.appendChild(Qe("div",e.description));const b=Qe("div",[p]);b.classList.add("example"),r.appendChild(b),a&&vo(`#${t.id}`,a),e.initializer?.initialize&&await e.initializer.initialize(t)}function pt(r,e){let i=e.split(/\r?\n/).map(n=>{const t=n.indexOf("///");if(t>-1){const o=n.substring(t+3).trimStart();return o?n.replace(/^(\s*)([^\s].*)$/,`$1${o}`):void 0}return n}).filter(n=>typeof n<"u").join(`
432
- `).trim();return r&&r!="raw"&&(i=Ct.highlight(i,{language:r}).value),Qe("pre",[Qe("code",i)])}function vo(r,e){const i=document.createElement("style");i.innerHTML=K().use(Ys({prefix:r})).process(e).css,document.head.appendChild(i)}async function xo(r,e=document.body){const i=Eo(e);let n=0;Object.keys(r).sort().forEach(async t=>{const o=document.createElement("div");o.className="example-container",i.appendChild(o);const a=r[t].default;wo(o,a,n++)})}function _o(r){const e=document.createElement("div");e.id="examples-container";const i=r.querySelector("#examples");return i?i.after(e):r.appendChild(e),e}function Eo(r){return r.children?_o(r):r}const So=`<h1 id="@cas-smartdesign/virtual-list">@cas-smartdesign/virtual-list</h1>
424
+ `),this.css+=c+"/*# sourceMappingURL="+l+" */"}applyPrevMaps(){for(let l of this.previous()){let c=this.toUrl(this.path(l.file)),f=l.root||s(l.file),m;this.mapOpts.sourcesContent===!1?(m=new i(l.text),m.sourcesContent&&(m.sourcesContent=null)):m=l.consumer(),this.map.applySourceMap(m,c,this.toUrl(this.path(f)))}}clearAnnotation(){if(this.mapOpts.annotation!==!1)if(this.root){let l;for(let c=this.root.nodes.length-1;c>=0;c--)l=this.root.nodes[c],l.type==="comment"&&l.text.startsWith("# sourceMappingURL=")&&this.root.removeChild(c)}else this.css&&(this.css=this.css.replace(/\n*\/\*#[\S\s]*?\*\/$/gm,""))}generate(){if(this.clearAnnotation(),h&&b&&this.isMap())return this.generateMap();{let l="";return this.stringify(this.root,c=>{l+=c}),[l]}}generateMap(){if(this.root)this.generateString();else if(this.previous().length===1){let l=this.previous()[0].consumer();l.file=this.outputFile(),this.map=o.fromSourceMap(l,{ignoreInvalidMapping:!0})}else this.map=new o({file:this.outputFile(),ignoreInvalidMapping:!0}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>"});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css="",this.map=new o({file:this.outputFile(),ignoreInvalidMapping:!0});let l=1,c=1,f="<no source>",m={generated:{column:0,line:0},original:{column:0,line:0},source:""},g,_;this.stringify(this.root,(E,v,w)=>{if(this.css+=E,v&&w!=="end"&&(m.generated.line=l,m.generated.column=c-1,v.source&&v.source.start?(m.source=this.sourcePath(v),m.original.line=v.source.start.line,m.original.column=v.source.start.column-1,this.map.addMapping(m)):(m.source=f,m.original.line=1,m.original.column=0,this.map.addMapping(m))),_=E.match(/\n/g),_?(l+=_.length,g=E.lastIndexOf(`
425
+ `),c=E.length-g):c+=E.length,v&&w!=="start"){let y=v.parent||{raws:{}};(!(v.type==="decl"||v.type==="atrule"&&!v.nodes)||v!==y.last||y.raws.semicolon)&&(v.source&&v.source.end?(m.source=this.sourcePath(v),m.original.line=v.source.end.line,m.original.column=v.source.end.column-1,m.generated.line=l,m.generated.column=c-2,this.map.addMapping(m)):(m.source=f,m.original.line=1,m.original.column=0,m.generated.line=l,m.generated.column=c-1,this.map.addMapping(m)))}})}isAnnotation(){return this.isInline()?!0:typeof this.mapOpts.annotation<"u"?this.mapOpts.annotation:this.previous().length?this.previous().some(l=>l.annotation):!0}isInline(){if(typeof this.mapOpts.inline<"u")return this.mapOpts.inline;let l=this.mapOpts.annotation;return typeof l<"u"&&l!==!0?!1:this.previous().length?this.previous().some(c=>c.inline):!0}isMap(){return typeof this.opts.map<"u"?!!this.opts.map:this.previous().length>0}isSourcesContent(){return typeof this.mapOpts.sourcesContent<"u"?this.mapOpts.sourcesContent:this.previous().length?this.previous().some(l=>l.withContent()):!0}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}path(l){if(this.mapOpts.absolute||l.charCodeAt(0)===60||/^\w+:\/\//.test(l))return l;let c=this.memoizedPaths.get(l);if(c)return c;let f=this.opts.to?s(this.opts.to):".";typeof this.mapOpts.annotation=="string"&&(f=s(t(f,this.mapOpts.annotation)));let m=e(f,l);return this.memoizedPaths.set(l,m),m}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk(l=>{if(l.source&&l.source.input.map){let c=l.source.input.map;this.previousMaps.includes(c)||this.previousMaps.push(c)}});else{let l=new p(this.originalCSS,this.opts);l.map&&this.previousMaps.push(l.map)}return this.previousMaps}setSourcesContent(){let l={};if(this.root)this.root.walk(c=>{if(c.source){let f=c.source.input.from;if(f&&!l[f]){l[f]=!0;let m=this.usesFileUrls?this.toFileUrl(f):this.toUrl(this.path(f));this.map.setSourceContent(m,c.source.input.css)}}});else if(this.css){let c=this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>";this.map.setSourceContent(c,this.css)}}sourcePath(l){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(l.source.input.from):this.toUrl(this.path(l.source.input.from))}toBase64(l){return Buffer?Buffer.from(l).toString("base64"):window.btoa(unescape(encodeURIComponent(l)))}toFileUrl(l){let c=this.memoizedFileURLs.get(l);if(c)return c;if(a){let f=a(l).toString();return this.memoizedFileURLs.set(l,f),f}else throw new Error("`map.absolute` option is not available in this PostCSS build")}toUrl(l){let c=this.memoizedURLs.get(l);if(c)return c;n==="\\"&&(l=l.replace(/\\/g,"/"));let f=encodeURI(l).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(l,f),f}}return ii=r,ii}var ni,kn;function io(){if(kn)return ni;kn=1;const s=39,e=34,t=92,n=47,i=10,o=32,a=12,p=9,b=13,h=91,r=93,u=40,l=41,c=123,f=125,m=59,g=42,_=58,E=64,v=/[\t\n\f\r "#'()/;[\\\]{}]/g,w=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,y=/.[\r\n"'(/\\]/,A=/[\da-f]/i;return ni=function(P,U={}){let M=P.css.valueOf(),X=U.ignoreErrors,H,Se,he,O,Pe,W,ee,le,ce,we,Ce=M.length,j=0,We=[],Le=[];function $t(){return j}function Ve(ve){throw P.error("Unclosed "+ve,j)}function Ot(){return Le.length===0&&j>=Ce}function je(ve){if(Le.length)return Le.pop();if(j>=Ce)return;let Ge=ve?ve.ignoreUnclosed:!1;switch(H=M.charCodeAt(j),H){case i:case o:case p:case b:case a:{O=j;do O+=1,H=M.charCodeAt(O);while(H===o||H===i||H===p||H===b||H===a);W=["space",M.slice(j,O)],j=O-1;break}case h:case r:case c:case f:case _:case m:case l:{let rt=String.fromCharCode(H);W=[rt,rt,j];break}case u:{if(we=We.length?We.pop()[1]:"",ce=M.charCodeAt(j+1),we==="url"&&ce!==s&&ce!==e&&ce!==o&&ce!==i&&ce!==p&&ce!==a&&ce!==b){O=j;do{if(ee=!1,O=M.indexOf(")",O+1),O===-1)if(X||Ge){O=j;break}else Ve("bracket");for(le=O;M.charCodeAt(le-1)===t;)le-=1,ee=!ee}while(ee);W=["brackets",M.slice(j,O+1),j,O],j=O}else O=M.indexOf(")",j+1),Se=M.slice(j,O+1),O===-1||y.test(Se)?W=["(","(",j]:(W=["brackets",Se,j,O],j=O);break}case s:case e:{Pe=H===s?"'":'"',O=j;do{if(ee=!1,O=M.indexOf(Pe,O+1),O===-1)if(X||Ge){O=j+1;break}else Ve("string");for(le=O;M.charCodeAt(le-1)===t;)le-=1,ee=!ee}while(ee);W=["string",M.slice(j,O+1),j,O],j=O;break}case E:{v.lastIndex=j+1,v.test(M),v.lastIndex===0?O=M.length-1:O=v.lastIndex-2,W=["at-word",M.slice(j,O+1),j,O],j=O;break}case t:{for(O=j,he=!0;M.charCodeAt(O+1)===t;)O+=1,he=!he;if(H=M.charCodeAt(O+1),he&&H!==n&&H!==o&&H!==i&&H!==p&&H!==b&&H!==a&&(O+=1,A.test(M.charAt(O)))){for(;A.test(M.charAt(O+1));)O+=1;M.charCodeAt(O+1)===o&&(O+=1)}W=["word",M.slice(j,O+1),j,O],j=O;break}default:{H===n&&M.charCodeAt(j+1)===g?(O=M.indexOf("*/",j+2)+1,O===0&&(X||Ge?O=M.length:Ve("comment")),W=["comment",M.slice(j,O+1),j,O],j=O):(w.lastIndex=j+1,w.test(M),w.lastIndex===0?O=M.length-1:O=w.lastIndex-2,W=["word",M.slice(j,O+1),j,O],We.push(W),j=O);break}}return j++,W}function Rt(ve){Le.push(ve)}return{back:Rt,endOfFile:Ot,nextToken:je,position:$t}},ni}var si,In;function no(){if(In)return si;In=1;let s=Ii(),e=St(),t=Ct(),n=st(),i=Oi(),o=io();const a={empty:!0,space:!0};function p(h){for(let r=h.length-1;r>=0;r--){let u=h[r],l=u[3]||u[2];if(l)return l}}class b{constructor(r){this.input=r,this.root=new n,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:r,start:{column:1,line:1,offset:0}}}atrule(r){let u=new s;u.name=r[1].slice(1),u.name===""&&this.unnamedAtrule(u,r),this.init(u,r[2]);let l,c,f,m=!1,g=!1,_=[],E=[];for(;!this.tokenizer.endOfFile();){if(r=this.tokenizer.nextToken(),l=r[0],l==="("||l==="["?E.push(l==="("?")":"]"):l==="{"&&E.length>0?E.push("}"):l===E[E.length-1]&&E.pop(),E.length===0)if(l===";"){u.source.end=this.getPosition(r[2]),u.source.end.offset++,this.semicolon=!0;break}else if(l==="{"){g=!0;break}else if(l==="}"){if(_.length>0){for(f=_.length-1,c=_[f];c&&c[0]==="space";)c=_[--f];c&&(u.source.end=this.getPosition(c[3]||c[2]),u.source.end.offset++)}this.end(r);break}else _.push(r);else _.push(r);if(this.tokenizer.endOfFile()){m=!0;break}}u.raws.between=this.spacesAndCommentsFromEnd(_),_.length?(u.raws.afterName=this.spacesAndCommentsFromStart(_),this.raw(u,"params",_),m&&(r=_[_.length-1],u.source.end=this.getPosition(r[3]||r[2]),u.source.end.offset++,this.spaces=u.raws.between,u.raws.between="")):(u.raws.afterName="",u.params=""),g&&(u.nodes=[],this.current=u)}checkMissedSemicolon(r){let u=this.colon(r);if(u===!1)return;let l=0,c;for(let f=u-1;f>=0&&(c=r[f],!(c[0]!=="space"&&(l+=1,l===2)));f--);throw this.input.error("Missed semicolon",c[0]==="word"?c[3]+1:c[2])}colon(r){let u=0,l,c,f;for(let[m,g]of r.entries()){if(c=g,f=c[0],f==="("&&(u+=1),f===")"&&(u-=1),u===0&&f===":")if(!l)this.doubleColon(c);else{if(l[0]==="word"&&l[1]==="progid")continue;return m}l=c}return!1}comment(r){let u=new e;this.init(u,r[2]),u.source.end=this.getPosition(r[3]||r[2]),u.source.end.offset++;let l=r[1].slice(2,-2);if(/^\s*$/.test(l))u.text="",u.raws.left=l,u.raws.right="";else{let c=l.match(/^(\s*)([^]*\S)(\s*)$/);u.text=c[2],u.raws.left=c[1],u.raws.right=c[3]}}createTokenizer(){this.tokenizer=o(this.input)}decl(r,u){let l=new t;this.init(l,r[0][2]);let c=r[r.length-1];for(c[0]===";"&&(this.semicolon=!0,r.pop()),l.source.end=this.getPosition(c[3]||c[2]||p(r)),l.source.end.offset++;r[0][0]!=="word";)r.length===1&&this.unknownWord(r),l.raws.before+=r.shift()[1];for(l.source.start=this.getPosition(r[0][2]),l.prop="";r.length;){let E=r[0][0];if(E===":"||E==="space"||E==="comment")break;l.prop+=r.shift()[1]}l.raws.between="";let f;for(;r.length;)if(f=r.shift(),f[0]===":"){l.raws.between+=f[1];break}else f[0]==="word"&&/\w/.test(f[1])&&this.unknownWord([f]),l.raws.between+=f[1];(l.prop[0]==="_"||l.prop[0]==="*")&&(l.raws.before+=l.prop[0],l.prop=l.prop.slice(1));let m=[],g;for(;r.length&&(g=r[0][0],!(g!=="space"&&g!=="comment"));)m.push(r.shift());this.precheckMissedSemicolon(r);for(let E=r.length-1;E>=0;E--){if(f=r[E],f[1].toLowerCase()==="!important"){l.important=!0;let v=this.stringFrom(r,E);v=this.spacesFromEnd(r)+v,v!==" !important"&&(l.raws.important=v);break}else if(f[1].toLowerCase()==="important"){let v=r.slice(0),w="";for(let y=E;y>0;y--){let A=v[y][0];if(w.trim().startsWith("!")&&A!=="space")break;w=v.pop()[1]+w}w.trim().startsWith("!")&&(l.important=!0,l.raws.important=w,r=v)}if(f[0]!=="space"&&f[0]!=="comment")break}r.some(E=>E[0]!=="space"&&E[0]!=="comment")&&(l.raws.between+=m.map(E=>E[1]).join(""),m=[]),this.raw(l,"value",m.concat(r),u),l.value.includes(":")&&!u&&this.checkMissedSemicolon(r)}doubleColon(r){throw this.input.error("Double colon",{offset:r[2]},{offset:r[2]+r[1].length})}emptyRule(r){let u=new i;this.init(u,r[2]),u.selector="",u.raws.between="",this.current=u}end(r){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(r[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(r)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(r){if(this.spaces+=r[1],this.current.nodes){let u=this.current.nodes[this.current.nodes.length-1];u&&u.type==="rule"&&!u.raws.ownSemicolon&&(u.raws.ownSemicolon=this.spaces,this.spaces="",u.source.end=this.getPosition(r[2]),u.source.end.offset+=u.raws.ownSemicolon.length)}}getPosition(r){let u=this.input.fromOffset(r);return{column:u.col,line:u.line,offset:r}}init(r,u){this.current.push(r),r.source={input:this.input,start:this.getPosition(u)},r.raws.before=this.spaces,this.spaces="",r.type!=="comment"&&(this.semicolon=!1)}other(r){let u=!1,l=null,c=!1,f=null,m=[],g=r[1].startsWith("--"),_=[],E=r;for(;E;){if(l=E[0],_.push(E),l==="("||l==="[")f||(f=E),m.push(l==="("?")":"]");else if(g&&c&&l==="{")f||(f=E),m.push("}");else if(m.length===0)if(l===";")if(c){this.decl(_,g);return}else break;else if(l==="{"){this.rule(_);return}else if(l==="}"){this.tokenizer.back(_.pop()),u=!0;break}else l===":"&&(c=!0);else l===m[m.length-1]&&(m.pop(),m.length===0&&(f=null));E=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(u=!0),m.length>0&&this.unclosedBracket(f),u&&c){if(!g)for(;_.length&&(E=_[_.length-1][0],!(E!=="space"&&E!=="comment"));)this.tokenizer.back(_.pop());this.decl(_,g)}else this.unknownWord(_)}parse(){let r;for(;!this.tokenizer.endOfFile();)switch(r=this.tokenizer.nextToken(),r[0]){case"space":this.spaces+=r[1];break;case";":this.freeSemicolon(r);break;case"}":this.end(r);break;case"comment":this.comment(r);break;case"at-word":this.atrule(r);break;case"{":this.emptyRule(r);break;default:this.other(r);break}this.endFile()}precheckMissedSemicolon(){}raw(r,u,l,c){let f,m,g=l.length,_="",E=!0,v,w;for(let y=0;y<g;y+=1)f=l[y],m=f[0],m==="space"&&y===g-1&&!c?E=!1:m==="comment"?(w=l[y-1]?l[y-1][0]:"empty",v=l[y+1]?l[y+1][0]:"empty",!a[w]&&!a[v]?_.slice(-1)===","?E=!1:_+=f[1]:E=!1):_+=f[1];if(!E){let y=l.reduce((A,I)=>A+I[1],"");r.raws[u]={raw:y,value:_}}r[u]=_}rule(r){r.pop();let u=new i;this.init(u,r[0][2]),u.raws.between=this.spacesAndCommentsFromEnd(r),this.raw(u,"selector",r),this.current=u}spacesAndCommentsFromEnd(r){let u,l="";for(;r.length&&(u=r[r.length-1][0],!(u!=="space"&&u!=="comment"));)l=r.pop()[1]+l;return l}spacesAndCommentsFromStart(r){let u,l="";for(;r.length&&(u=r[0][0],!(u!=="space"&&u!=="comment"));)l+=r.shift()[1];return l}spacesFromEnd(r){let u,l="";for(;r.length&&(u=r[r.length-1][0],u==="space");)l=r.pop()[1]+l;return l}stringFrom(r,u){let l="";for(let c=u;c<r.length;c++)l+=r[c][1];return r.splice(u,r.length-u),l}unclosedBlock(){let r=this.current.source.start;throw this.input.error("Unclosed block",r.line,r.column)}unclosedBracket(r){throw this.input.error("Unclosed bracket",{offset:r[2]},{offset:r[2]+1})}unexpectedClose(r){throw this.input.error("Unexpected }",{offset:r[2]},{offset:r[2]+1})}unknownWord(r){throw this.input.error("Unknown word "+r[0][1],{offset:r[0][2]},{offset:r[0][2]+r[0][1].length})}unnamedAtrule(r,u){throw this.input.error("At-rule without name",{offset:u[2]},{offset:u[2]+u[1].length})}}return si=b,si}var ri,$n;function Ri(){if($n)return ri;$n=1;let s=Te(),e=kt(),t=no();function n(i,o){let a=new e(i,o),p=new t(a);try{p.parse()}catch(b){throw b}return p.root}return ri=n,n.default=n,s.registerParse(n),ri}var oi,On;function Qn(){if(On)return oi;On=1;class s{constructor(t,n={}){if(this.type="warning",this.text=t,n.node&&n.node.source){let i=n.node.rangeBy(n);this.line=i.start.line,this.column=i.start.column,this.endLine=i.end.line,this.endColumn=i.end.column}for(let i in n)this[i]=n[i]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}}return oi=s,s.default=s,oi}var ai,Rn;function Ni(){if(Rn)return ai;Rn=1;let s=Qn();class e{get content(){return this.css}constructor(n,i,o){this.processor=n,this.messages=[],this.root=i,this.opts=o,this.css="",this.map=void 0}toString(){return this.css}warn(n,i={}){i.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(i.plugin=this.lastPlugin.postcssPlugin);let o=new s(n,i);return this.messages.push(o),o}warnings(){return this.messages.filter(n=>n.type==="warning")}}return ai=e,e.default=e,ai}var li,Nn;function Yn(){if(Nn)return li;Nn=1;let s=Te(),e=$i(),t=Xn(),n=Ri(),i=Ni(),o=st(),a=Et(),{isClean:p,my:b}=ki();const h={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},r={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},u={Once:!0,postcssPlugin:!0,prepare:!0},l=0;function c(v){return typeof v=="object"&&typeof v.then=="function"}function f(v){let w=!1,y=h[v.type];return v.type==="decl"?w=v.prop.toLowerCase():v.type==="atrule"&&(w=v.name.toLowerCase()),w&&v.append?[y,y+"-"+w,l,y+"Exit",y+"Exit-"+w]:w?[y,y+"-"+w,y+"Exit",y+"Exit-"+w]:v.append?[y,l,y+"Exit"]:[y,y+"Exit"]}function m(v){let w;return v.type==="document"?w=["Document",l,"DocumentExit"]:v.type==="root"?w=["Root",l,"RootExit"]:w=f(v),{eventIndex:0,events:w,iterator:0,node:v,visitorIndex:0,visitors:[]}}function g(v){return v[p]=!1,v.nodes&&v.nodes.forEach(w=>g(w)),v}let _={};class E{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}constructor(w,y,A){this.stringified=!1,this.processed=!1;let I;if(typeof y=="object"&&y!==null&&(y.type==="root"||y.type==="document"))I=g(y);else if(y instanceof E||y instanceof i)I=g(y.root),y.map&&(typeof A.map>"u"&&(A.map={}),A.map.inline||(A.map.inline=!1),A.map.prev=y.map);else{let P=n;A.syntax&&(P=A.syntax.parse),A.parser&&(P=A.parser),P.parse&&(P=P.parse);try{I=P(y,A)}catch(U){this.processed=!0,this.error=U}I&&!I[b]&&s.rebuild(I)}this.result=new i(w,I,A),this.helpers={..._,postcss:_,result:this.result},this.plugins=this.processor.plugins.map(P=>typeof P=="object"&&P.prepare?{...P,...P.prepare(this.result)}:P)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(w){return this.async().catch(w)}finally(w){return this.async().then(w,w)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(w,y){let A=this.result.lastPlugin;try{y&&y.addToError(w),this.error=w,w.name==="CssSyntaxError"&&!w.plugin?(w.plugin=A.postcssPlugin,w.setMessage()):A.postcssVersion}catch(I){console&&console.error&&console.error(I)}return w}prepareVisitors(){this.listeners={};let w=(y,A,I)=>{this.listeners[A]||(this.listeners[A]=[]),this.listeners[A].push([y,I])};for(let y of this.plugins)if(typeof y=="object")for(let A in y){if(!r[A]&&/^[A-Z]/.test(A))throw new Error(`Unknown event ${A} in ${y.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!u[A])if(typeof y[A]=="object")for(let I in y[A])I==="*"?w(y,A,y[A][I]):w(y,A+"-"+I.toLowerCase(),y[A][I]);else typeof y[A]=="function"&&w(y,A,y[A])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let w=0;w<this.plugins.length;w++){let y=this.plugins[w],A=this.runOnRoot(y);if(c(A))try{await A}catch(I){throw this.handleError(I)}}if(this.prepareVisitors(),this.hasListener){let w=this.result.root;for(;!w[p];){w[p]=!0;let y=[m(w)];for(;y.length>0;){let A=this.visitTick(y);if(c(A))try{await A}catch(I){let P=y[y.length-1].node;throw this.handleError(I,P)}}}if(this.listeners.OnceExit)for(let[y,A]of this.listeners.OnceExit){this.result.lastPlugin=y;try{if(w.type==="document"){let I=w.nodes.map(P=>A(P,this.helpers));await Promise.all(I)}else await A(w,this.helpers)}catch(I){throw this.handleError(I)}}}return this.processed=!0,this.stringify()}runOnRoot(w){this.result.lastPlugin=w;try{if(typeof w=="object"&&w.Once){if(this.result.root.type==="document"){let y=this.result.root.nodes.map(A=>w.Once(A,this.helpers));return c(y[0])?Promise.all(y):y}return w.Once(this.result.root,this.helpers)}else if(typeof w=="function")return w(this.result.root,this.result)}catch(y){throw this.handleError(y)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let w=this.result.opts,y=a;w.syntax&&(y=w.syntax.stringify),w.stringifier&&(y=w.stringifier),y.stringify&&(y=y.stringify);let I=new t(y,this.result.root,this.result.opts).generate();return this.result.css=I[0],this.result.map=I[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let w of this.plugins){let y=this.runOnRoot(w);if(c(y))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let w=this.result.root;for(;!w[p];)w[p]=!0,this.walkSync(w);if(this.listeners.OnceExit)if(w.type==="document")for(let y of w.nodes)this.visitSync(this.listeners.OnceExit,y);else this.visitSync(this.listeners.OnceExit,w)}return this.result}then(w,y){return this.async().then(w,y)}toString(){return this.css}visitSync(w,y){for(let[A,I]of w){this.result.lastPlugin=A;let P;try{P=I(y,this.helpers)}catch(U){throw this.handleError(U,y.proxyOf)}if(y.type!=="root"&&y.type!=="document"&&!y.parent)return!0;if(c(P))throw this.getAsyncError()}}visitTick(w){let y=w[w.length-1],{node:A,visitors:I}=y;if(A.type!=="root"&&A.type!=="document"&&!A.parent){w.pop();return}if(I.length>0&&y.visitorIndex<I.length){let[U,M]=I[y.visitorIndex];y.visitorIndex+=1,y.visitorIndex===I.length&&(y.visitors=[],y.visitorIndex=0),this.result.lastPlugin=U;try{return M(A.toProxy(),this.helpers)}catch(X){throw this.handleError(X,A)}}if(y.iterator!==0){let U=y.iterator,M;for(;M=A.nodes[A.indexes[U]];)if(A.indexes[U]+=1,!M[p]){M[p]=!0,w.push(m(M));return}y.iterator=0,delete A.indexes[U]}let P=y.events;for(;y.eventIndex<P.length;){let U=P[y.eventIndex];if(y.eventIndex+=1,U===l){A.nodes&&A.nodes.length&&(A[p]=!0,y.iterator=A.getIterator());return}else if(this.listeners[U]){y.visitors=this.listeners[U];return}}w.pop()}walkSync(w){w[p]=!0;let y=f(w);for(let A of y)if(A===l)w.nodes&&w.each(I=>{I[p]||this.walkSync(I)});else{let I=this.listeners[A];if(I&&this.visitSync(I,w.toProxy()))return}}warnings(){return this.sync().warnings()}}return E.registerPostcss=v=>{_=v},li=E,E.default=E,o.registerLazyResult(E),e.registerLazyResult(E),li}var ci,Mn;function so(){if(Mn)return ci;Mn=1;let s=Xn(),e=Ri();const t=Ni();let n=Et();class i{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let a,p=e;try{a=p(this._css,this._opts)}catch(b){this.error=b}if(this.error)throw this.error;return this._root=a,a}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(a,p,b){p=p.toString(),this.stringified=!1,this._processor=a,this._css=p,this._opts=b,this._map=void 0;let h,r=n;this.result=new t(this._processor,h,this._opts),this.result.css=p;let u=this;Object.defineProperty(this.result,"root",{get(){return u.root}});let l=new s(r,h,this._opts,p);if(l.isMap()){let[c,f]=l.generate();c&&(this.result.css=c),f&&(this.result.map=f)}else l.clearAnnotation(),this.result.css=l.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(a){return this.async().catch(a)}finally(a){return this.async().then(a,a)}sync(){if(this.error)throw this.error;return this.result}then(a,p){return this.async().then(a,p)}toString(){return this._css}warnings(){return[]}}return ci=i,i.default=i,ci}var ui,Tn;function ro(){if(Tn)return ui;Tn=1;let s=$i(),e=Yn(),t=so(),n=st();class i{constructor(a=[]){this.version="8.5.6",this.plugins=this.normalize(a)}normalize(a){let p=[];for(let b of a)if(b.postcss===!0?b=b():b.postcss&&(b=b.postcss),typeof b=="object"&&Array.isArray(b.plugins))p=p.concat(b.plugins);else if(typeof b=="object"&&b.postcssPlugin)p.push(b);else if(typeof b=="function")p.push(b);else if(!(typeof b=="object"&&(b.parse||b.stringify)))throw new Error(b+" is not a PostCSS plugin");return p}process(a,p={}){return!this.plugins.length&&!p.parser&&!p.stringifier&&!p.syntax?new t(this,a,p):new e(this,a,p)}use(a){return this.plugins=this.plugins.concat(this.normalize([a])),this}}return ui=i,i.default=i,n.registerProcessor(i),s.registerProcessor(i),ui}var hi,Pn;function oo(){if(Pn)return hi;Pn=1;var s={};let e=Ii(),t=St(),n=Te(),i=Ci(),o=Ct(),a=$i(),p=to(),b=kt(),h=Yn(),r=Jn(),u=At(),l=Ri(),c=ro(),f=Ni(),m=st(),g=Oi(),_=Et(),E=Qn();function v(...w){return w.length===1&&Array.isArray(w[0])&&(w=w[0]),new c(w)}return v.plugin=function(y,A){let I=!1;function P(...M){console&&console.warn&&!I&&(I=!0,console.warn(y+`: postcss.plugin was deprecated. Migration guide:
426
+ https://evilmartians.com/chronicles/postcss-8-plugin-migration`),s.LANG&&s.LANG.startsWith("cn")&&console.warn(y+`: 里面 postcss.plugin 被弃用. 迁移指南:
427
+ https://www.w3ctech.com/topic/2226`));let X=A(...M);return X.postcssPlugin=y,X.postcssVersion=new c().version,X}let U;return Object.defineProperty(P,"postcss",{get(){return U||(U=P()),U}}),P.process=function(M,X,H){return v([P(H)]).process(M,X)},P},v.stringify=_,v.parse=l,v.fromJSON=p,v.list=r,v.comment=w=>new t(w),v.atRule=w=>new e(w),v.decl=w=>new o(w),v.rule=w=>new g(w),v.root=w=>new m(w),v.document=w=>new a(w),v.CssSyntaxError=i,v.Declaration=o,v.Container=n,v.Processor=c,v.Document=a,v.Comment=t,v.Warning=E,v.AtRule=e,v.Result=f,v.Input=b,v.Rule=g,v.Root=m,v.Node=u,h.registerPostcss(v),hi=v,v.default=v,hi}var ao=oo();const K=Gn(ao);K.stringify;K.fromJSON;K.plugin;K.parse;K.list;K.document;K.comment;K.atRule;K.rule;K.decl;K.root;K.CssSyntaxError;K.Declaration;K.Container;K.Processor;K.Document;K.Comment;K.Warning;K.AtRule;K.Result;K.Input;K.Rule;K.Root;K.Node;var di,Ln;function lo(){if(Ln)return di;Ln=1;const s=(n={})=>{const i=n.prefix,o=/\s+$/.test(i)?i:`${i} `,a=n.ignoreFiles?[].concat(n.ignoreFiles):[],p=n.includeFiles?[].concat(n.includeFiles):[];return{postcssPlugin:"postcss-prefix-selector",prepare(b){const h=b.root,r=h.source.input.file;if(!(a.length&&r&&e(r,a))&&!(p.length&&r&&!e(r,p)))return{Rule(u,{result:l}){const c=["keyframes","-webkit-keyframes","-moz-keyframes","-o-keyframes","-ms-keyframes"];u.parent&&c.includes(u.parent.name)||(u.selectors=u.selectors.map(f=>n.exclude&&t(f,n.exclude)?f:n.transform?n.transform(i,f,o+f,h.source.input.file,u):[":root","body","html"].some(m=>f.startsWith(m))?n.skipGlobalSelectors?f:f.replace(/(html\s+body|:root\s+body|html|:root|body)/gm,i):o+f))}}}}};function e(n,i){return i.some(o=>o instanceof RegExp?o.test(n):n.includes(o))}function t(n,i){return i.some(o=>o instanceof RegExp?o.test(n):n===o)}return s.postcss=!0,di=s,di}var co=lo();const uo=Gn(co),ho="code{white-space:pre}.example{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:16px}.example>*{flex:1 1 500px}.example .tab-control{overflow:hidden}.example div[role=tab]{cursor:pointer;padding:8px 16px;display:inline-block;font-size:16px;border-bottom:2px solid transparent;background-clip:padding-box;-webkit-user-select:none;user-select:none}.example div[role=tab]:hover{background-color:#1467ba14}.example div[role=tab][selected]{background-color:#1467ba21;border-bottom:2px solid #1467ba}.tab-content{margin:16px 0}.tab-content>pre{padding-top:0}.tab-content.code{max-height:500px;overflow:auto}.tab-content.code pre{margin:0}",fo="pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}";function po(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var fi,jn;function mo(){if(jn)return fi;jn=1;function s(d){return d instanceof Map?d.clear=d.delete=d.set=function(){throw new Error("map is read-only")}:d instanceof Set&&(d.add=d.clear=d.delete=function(){throw new Error("set is read-only")}),Object.freeze(d),Object.getOwnPropertyNames(d).forEach(x=>{const k=d[x],z=typeof k;(z==="object"||z==="function")&&!Object.isFrozen(k)&&s(k)}),d}class e{constructor(x){x.data===void 0&&(x.data={}),this.data=x.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function t(d){return d.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function n(d,...x){const k=Object.create(null);for(const z in d)k[z]=d[z];return x.forEach(function(z){for(const Q in z)k[Q]=z[Q]}),k}const i="</span>",o=d=>!!d.scope,a=(d,{prefix:x})=>{if(d.startsWith("language:"))return d.replace("language:","language-");if(d.includes(".")){const k=d.split(".");return[`${x}${k.shift()}`,...k.map((z,Q)=>`${z}${"_".repeat(Q+1)}`)].join(" ")}return`${x}${d}`};class p{constructor(x,k){this.buffer="",this.classPrefix=k.classPrefix,x.walk(this)}addText(x){this.buffer+=t(x)}openNode(x){if(!o(x))return;const k=a(x.scope,{prefix:this.classPrefix});this.span(k)}closeNode(x){o(x)&&(this.buffer+=i)}value(){return this.buffer}span(x){this.buffer+=`<span class="${x}">`}}const b=(d={})=>{const x={children:[]};return Object.assign(x,d),x};class h{constructor(){this.rootNode=b(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(x){this.top.children.push(x)}openNode(x){const k=b({scope:x});this.add(k),this.stack.push(k)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(x){return this.constructor._walk(x,this.rootNode)}static _walk(x,k){return typeof k=="string"?x.addText(k):k.children&&(x.openNode(k),k.children.forEach(z=>this._walk(x,z)),x.closeNode(k)),x}static _collapse(x){typeof x!="string"&&x.children&&(x.children.every(k=>typeof k=="string")?x.children=[x.children.join("")]:x.children.forEach(k=>{h._collapse(k)}))}}class r extends h{constructor(x){super(),this.options=x}addText(x){x!==""&&this.add(x)}startScope(x){this.openNode(x)}endScope(){this.closeNode()}__addSublanguage(x,k){const z=x.root;k&&(z.scope=`language:${k}`),this.add(z)}toHTML(){return new p(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function u(d){return d?typeof d=="string"?d:d.source:null}function l(d){return m("(?=",d,")")}function c(d){return m("(?:",d,")*")}function f(d){return m("(?:",d,")?")}function m(...d){return d.map(x=>u(x)).join("")}function g(d){const x=d[d.length-1];return typeof x=="object"&&x.constructor===Object?(d.splice(d.length-1,1),x):{}}function _(...d){return"("+(g(d).capture?"":"?:")+d.map(x=>u(x)).join("|")+")"}function E(d){return new RegExp(d.toString()+"|").exec("").length-1}function v(d,x){const k=d&&d.exec(x);return k&&k.index===0}const w=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function y(d,{joinWith:x}){let k=0;return d.map(z=>{k+=1;const Q=k;let Y=u(z),R="";for(;Y.length>0;){const $=w.exec(Y);if(!$){R+=Y;break}R+=Y.substring(0,$.index),Y=Y.substring($.index+$[0].length),$[0][0]==="\\"&&$[1]?R+="\\"+String(Number($[1])+Q):(R+=$[0],$[0]==="("&&k++)}return R}).map(z=>`(${z})`).join(x)}const A=/\b\B/,I="[a-zA-Z]\\w*",P="[a-zA-Z_]\\w*",U="\\b\\d+(\\.\\d+)?",M="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",X="\\b(0b[01]+)",H="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",Se=(d={})=>{const x=/^#![ ]*\//;return d.binary&&(d.begin=m(x,/.*\b/,d.binary,/\b.*/)),n({scope:"meta",begin:x,end:/$/,relevance:0,"on:begin":(k,z)=>{k.index!==0&&z.ignoreMatch()}},d)},he={begin:"\\\\[\\s\\S]",relevance:0},O={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[he]},Pe={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[he]},W={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},ee=function(d,x,k={}){const z=n({scope:"comment",begin:d,end:x,contains:[]},k);z.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const Q=_("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return z.contains.push({begin:m(/[ ]+/,"(",Q,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),z},le=ee("//","$"),ce=ee("/\\*","\\*/"),we=ee("#","$"),Ce={scope:"number",begin:U,relevance:0},j={scope:"number",begin:M,relevance:0},We={scope:"number",begin:X,relevance:0},Le={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[he,{begin:/\[/,end:/\]/,relevance:0,contains:[he]}]},$t={scope:"title",begin:I,relevance:0},Ve={scope:"title",begin:P,relevance:0},Ot={begin:"\\.\\s*"+P,relevance:0};var je=Object.freeze({__proto__:null,APOS_STRING_MODE:O,BACKSLASH_ESCAPE:he,BINARY_NUMBER_MODE:We,BINARY_NUMBER_RE:X,COMMENT:ee,C_BLOCK_COMMENT_MODE:ce,C_LINE_COMMENT_MODE:le,C_NUMBER_MODE:j,C_NUMBER_RE:M,END_SAME_AS_BEGIN:function(d){return Object.assign(d,{"on:begin":(x,k)=>{k.data._beginMatch=x[1]},"on:end":(x,k)=>{k.data._beginMatch!==x[1]&&k.ignoreMatch()}})},HASH_COMMENT_MODE:we,IDENT_RE:I,MATCH_NOTHING_RE:A,METHOD_GUARD:Ot,NUMBER_MODE:Ce,NUMBER_RE:U,PHRASAL_WORDS_MODE:W,QUOTE_STRING_MODE:Pe,REGEXP_MODE:Le,RE_STARTERS_RE:H,SHEBANG:Se,TITLE_MODE:$t,UNDERSCORE_IDENT_RE:P,UNDERSCORE_TITLE_MODE:Ve});function Rt(d,x){d.input[d.index-1]==="."&&x.ignoreMatch()}function ve(d,x){d.className!==void 0&&(d.scope=d.className,delete d.className)}function Ge(d,x){x&&d.beginKeywords&&(d.begin="\\b("+d.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",d.__beforeBegin=Rt,d.keywords=d.keywords||d.beginKeywords,delete d.beginKeywords,d.relevance===void 0&&(d.relevance=0))}function rt(d,x){Array.isArray(d.illegal)&&(d.illegal=_(...d.illegal))}function ls(d,x){if(d.match){if(d.begin||d.end)throw new Error("begin & end are not supported with match");d.begin=d.match,delete d.match}}function cs(d,x){d.relevance===void 0&&(d.relevance=1)}const us=(d,x)=>{if(!d.beforeMatch)return;if(d.starts)throw new Error("beforeMatch cannot be used with starts");const k=Object.assign({},d);Object.keys(d).forEach(z=>{delete d[z]}),d.keywords=k.keywords,d.begin=m(k.beforeMatch,l(k.begin)),d.starts={relevance:0,contains:[Object.assign(k,{endsParent:!0})]},d.relevance=0,delete k.beforeMatch},hs=["of","and","for","in","not","or","if","then","parent","list","value"],ds="keyword";function Mi(d,x,k=ds){const z=Object.create(null);return typeof d=="string"?Q(k,d.split(" ")):Array.isArray(d)?Q(k,d):Object.keys(d).forEach(function(Y){Object.assign(z,Mi(d[Y],x,Y))}),z;function Q(Y,R){x&&(R=R.map($=>$.toLowerCase())),R.forEach(function($){const L=$.split("|");z[L[0]]=[Y,fs(L[0],L[1])]})}}function fs(d,x){return x?Number(x):ps(d)?0:1}function ps(d){return hs.includes(d.toLowerCase())}const Ti={},ke=d=>{console.error(d)},Pi=(d,...x)=>{console.log(`WARN: ${d}`,...x)},De=(d,x)=>{Ti[`${d}/${x}`]||(console.log(`Deprecated as of ${d}. ${x}`),Ti[`${d}/${x}`]=!0)},ot=new Error;function Li(d,x,{key:k}){let z=0;const Q=d[k],Y={},R={};for(let $=1;$<=x.length;$++)R[$+z]=Q[$],Y[$+z]=!0,z+=E(x[$-1]);d[k]=R,d[k]._emit=Y,d[k]._multi=!0}function ms(d){if(Array.isArray(d.begin)){if(d.skip||d.excludeBegin||d.returnBegin)throw ke("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),ot;if(typeof d.beginScope!="object"||d.beginScope===null)throw ke("beginScope must be object"),ot;Li(d,d.begin,{key:"beginScope"}),d.begin=y(d.begin,{joinWith:""})}}function gs(d){if(Array.isArray(d.end)){if(d.skip||d.excludeEnd||d.returnEnd)throw ke("skip, excludeEnd, returnEnd not compatible with endScope: {}"),ot;if(typeof d.endScope!="object"||d.endScope===null)throw ke("endScope must be object"),ot;Li(d,d.end,{key:"endScope"}),d.end=y(d.end,{joinWith:""})}}function bs(d){d.scope&&typeof d.scope=="object"&&d.scope!==null&&(d.beginScope=d.scope,delete d.scope)}function ys(d){bs(d),typeof d.beginScope=="string"&&(d.beginScope={_wrap:d.beginScope}),typeof d.endScope=="string"&&(d.endScope={_wrap:d.endScope}),ms(d),gs(d)}function ws(d){function x(R,$){return new RegExp(u(R),"m"+(d.case_insensitive?"i":"")+(d.unicodeRegex?"u":"")+($?"g":""))}class k{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule($,L){L.position=this.position++,this.matchIndexes[this.matchAt]=L,this.regexes.push([L,$]),this.matchAt+=E($)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const $=this.regexes.map(L=>L[1]);this.matcherRe=x(y($,{joinWith:"|"}),!0),this.lastIndex=0}exec($){this.matcherRe.lastIndex=this.lastIndex;const L=this.matcherRe.exec($);if(!L)return null;const ne=L.findIndex((Ke,Mt)=>Mt>0&&Ke!==void 0),te=this.matchIndexes[ne];return L.splice(0,ne),Object.assign(L,te)}}class z{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher($){if(this.multiRegexes[$])return this.multiRegexes[$];const L=new k;return this.rules.slice($).forEach(([ne,te])=>L.addRule(ne,te)),L.compile(),this.multiRegexes[$]=L,L}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule($,L){this.rules.push([$,L]),L.type==="begin"&&this.count++}exec($){const L=this.getMatcher(this.regexIndex);L.lastIndex=this.lastIndex;let ne=L.exec($);if(this.resumingScanAtSamePosition()&&!(ne&&ne.index===this.lastIndex)){const te=this.getMatcher(0);te.lastIndex=this.lastIndex+1,ne=te.exec($)}return ne&&(this.regexIndex+=ne.position+1,this.regexIndex===this.count&&this.considerAll()),ne}}function Q(R){const $=new z;return R.contains.forEach(L=>$.addRule(L.begin,{rule:L,type:"begin"})),R.terminatorEnd&&$.addRule(R.terminatorEnd,{type:"end"}),R.illegal&&$.addRule(R.illegal,{type:"illegal"}),$}function Y(R,$){const L=R;if(R.isCompiled)return L;[ve,ls,ys,us].forEach(te=>te(R,$)),d.compilerExtensions.forEach(te=>te(R,$)),R.__beforeBegin=null,[Ge,rt,cs].forEach(te=>te(R,$)),R.isCompiled=!0;let ne=null;return typeof R.keywords=="object"&&R.keywords.$pattern&&(R.keywords=Object.assign({},R.keywords),ne=R.keywords.$pattern,delete R.keywords.$pattern),ne=ne||/\w+/,R.keywords&&(R.keywords=Mi(R.keywords,d.case_insensitive)),L.keywordPatternRe=x(ne,!0),$&&(R.begin||(R.begin=/\B|\b/),L.beginRe=x(L.begin),!R.end&&!R.endsWithParent&&(R.end=/\B|\b/),R.end&&(L.endRe=x(L.end)),L.terminatorEnd=u(L.end)||"",R.endsWithParent&&$.terminatorEnd&&(L.terminatorEnd+=(R.end?"|":"")+$.terminatorEnd)),R.illegal&&(L.illegalRe=x(R.illegal)),R.contains||(R.contains=[]),R.contains=[].concat(...R.contains.map(function(te){return vs(te==="self"?R:te)})),R.contains.forEach(function(te){Y(te,L)}),R.starts&&Y(R.starts,$),L.matcher=Q(L),L}if(d.compilerExtensions||(d.compilerExtensions=[]),d.contains&&d.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return d.classNameAliases=n(d.classNameAliases||{}),Y(d)}function ji(d){return d?d.endsWithParent||ji(d.starts):!1}function vs(d){return d.variants&&!d.cachedVariants&&(d.cachedVariants=d.variants.map(function(x){return n(d,{variants:null},x)})),d.cachedVariants?d.cachedVariants:ji(d)?n(d,{starts:d.starts?n(d.starts):null}):Object.isFrozen(d)?n(d):d}var xs="11.11.1";class _s extends Error{constructor(x,k){super(x),this.name="HTMLInjectionError",this.html=k}}const Nt=t,Di=n,zi=Symbol("nomatch"),Es=7,Ui=function(d){const x=Object.create(null),k=Object.create(null),z=[];let Q=!0;const Y="Could not find the language '{}', did you forget to load/include a language module?",R={disableAutodetect:!0,name:"Plain text",contains:[]};let $={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:r};function L(S){return $.noHighlightRe.test(S)}function ne(S){let T=S.className+" ";T+=S.parentNode?S.parentNode.className:"";const q=$.languageDetectRe.exec(T);if(q){const V=xe(q[1]);return V||(Pi(Y.replace("{}",q[1])),Pi("Falling back to no-highlight mode for this block.",S)),V?q[1]:"no-highlight"}return T.split(/\s+/).find(V=>L(V)||xe(V))}function te(S,T,q){let V="",ie="";typeof T=="object"?(V=S,q=T.ignoreIllegals,ie=T.language):(De("10.7.0","highlight(lang, code, ...args) has been deprecated."),De("10.7.0",`Please use highlight(code, options) instead.
428
+ https://github.com/highlightjs/highlight.js/issues/2277`),ie=S,V=T),q===void 0&&(q=!0);const pe={code:V,language:ie};lt("before:highlight",pe);const _e=pe.result?pe.result:Ke(pe.language,pe.code,q);return _e.code=pe.code,lt("after:highlight",_e),_e}function Ke(S,T,q,V){const ie=Object.create(null);function pe(C,N){return C.keywords[N]}function _e(){if(!D.keywords){se.addText(G);return}let C=0;D.keywordPatternRe.lastIndex=0;let N=D.keywordPatternRe.exec(G),B="";for(;N;){B+=G.substring(C,N.index);const F=ge.case_insensitive?N[0].toLowerCase():N[0],oe=pe(D,F);if(oe){const[be,Us]=oe;if(se.addText(B),B="",ie[F]=(ie[F]||0)+1,ie[F]<=Es&&(ht+=Us),be.startsWith("_"))B+=N[0];else{const Bs=ge.classNameAliases[be]||be;me(N[0],Bs)}}else B+=N[0];C=D.keywordPatternRe.lastIndex,N=D.keywordPatternRe.exec(G)}B+=G.substring(C),se.addText(B)}function ct(){if(G==="")return;let C=null;if(typeof D.subLanguage=="string"){if(!x[D.subLanguage]){se.addText(G);return}C=Ke(D.subLanguage,G,!0,Ki[D.subLanguage]),Ki[D.subLanguage]=C._top}else C=Tt(G,D.subLanguage.length?D.subLanguage:null);D.relevance>0&&(ht+=C.relevance),se.__addSublanguage(C._emitter,C.language)}function ue(){D.subLanguage!=null?ct():_e(),G=""}function me(C,N){C!==""&&(se.startScope(N),se.addText(C),se.endScope())}function Fi(C,N){let B=1;const F=N.length-1;for(;B<=F;){if(!C._emit[B]){B++;continue}const oe=ge.classNameAliases[C[B]]||C[B],be=N[B];oe?me(be,oe):(G=be,_e(),G=""),B++}}function Wi(C,N){return C.scope&&typeof C.scope=="string"&&se.openNode(ge.classNameAliases[C.scope]||C.scope),C.beginScope&&(C.beginScope._wrap?(me(G,ge.classNameAliases[C.beginScope._wrap]||C.beginScope._wrap),G=""):C.beginScope._multi&&(Fi(C.beginScope,N),G="")),D=Object.create(C,{parent:{value:D}}),D}function Vi(C,N,B){let F=v(C.endRe,B);if(F){if(C["on:end"]){const oe=new e(C);C["on:end"](N,oe),oe.isMatchIgnored&&(F=!1)}if(F){for(;C.endsParent&&C.parent;)C=C.parent;return C}}if(C.endsWithParent)return Vi(C.parent,N,B)}function Ps(C){return D.matcher.regexIndex===0?(G+=C[0],1):(Dt=!0,0)}function Ls(C){const N=C[0],B=C.rule,F=new e(B),oe=[B.__beforeBegin,B["on:begin"]];for(const be of oe)if(be&&(be(C,F),F.isMatchIgnored))return Ps(N);return B.skip?G+=N:(B.excludeBegin&&(G+=N),ue(),!B.returnBegin&&!B.excludeBegin&&(G=N)),Wi(B,C),B.returnBegin?0:N.length}function js(C){const N=C[0],B=T.substring(C.index),F=Vi(D,C,B);if(!F)return zi;const oe=D;D.endScope&&D.endScope._wrap?(ue(),me(N,D.endScope._wrap)):D.endScope&&D.endScope._multi?(ue(),Fi(D.endScope,C)):oe.skip?G+=N:(oe.returnEnd||oe.excludeEnd||(G+=N),ue(),oe.excludeEnd&&(G=N));do D.scope&&se.closeNode(),!D.skip&&!D.subLanguage&&(ht+=D.relevance),D=D.parent;while(D!==F.parent);return F.starts&&Wi(F.starts,C),oe.returnEnd?0:N.length}function Ds(){const C=[];for(let N=D;N!==ge;N=N.parent)N.scope&&C.unshift(N.scope);C.forEach(N=>se.openNode(N))}let ut={};function Gi(C,N){const B=N&&N[0];if(G+=C,B==null)return ue(),0;if(ut.type==="begin"&&N.type==="end"&&ut.index===N.index&&B===""){if(G+=T.slice(N.index,N.index+1),!Q){const F=new Error(`0 width match regex (${S})`);throw F.languageName=S,F.badRule=ut.rule,F}return 1}if(ut=N,N.type==="begin")return Ls(N);if(N.type==="illegal"&&!q){const F=new Error('Illegal lexeme "'+B+'" for mode "'+(D.scope||"<unnamed>")+'"');throw F.mode=D,F}else if(N.type==="end"){const F=js(N);if(F!==zi)return F}if(N.type==="illegal"&&B==="")return G+=`
429
+ `,1;if(jt>1e5&&jt>N.index*3)throw new Error("potential infinite loop, way more iterations than matches");return G+=B,B.length}const ge=xe(S);if(!ge)throw ke(Y.replace("{}",S)),new Error('Unknown language: "'+S+'"');const zs=ws(ge);let Lt="",D=V||zs;const Ki={},se=new $.__emitter($);Ds();let G="",ht=0,Ie=0,jt=0,Dt=!1;try{if(ge.__emitTokens)ge.__emitTokens(T,se);else{for(D.matcher.considerAll();;){jt++,Dt?Dt=!1:D.matcher.considerAll(),D.matcher.lastIndex=Ie;const C=D.matcher.exec(T);if(!C)break;const N=T.substring(Ie,C.index),B=Gi(N,C);Ie=C.index+B}Gi(T.substring(Ie))}return se.finalize(),Lt=se.toHTML(),{language:S,value:Lt,relevance:ht,illegal:!1,_emitter:se,_top:D}}catch(C){if(C.message&&C.message.includes("Illegal"))return{language:S,value:Nt(T),illegal:!0,relevance:0,_illegalBy:{message:C.message,index:Ie,context:T.slice(Ie-100,Ie+100),mode:C.mode,resultSoFar:Lt},_emitter:se};if(Q)return{language:S,value:Nt(T),illegal:!1,relevance:0,errorRaised:C,_emitter:se,_top:D};throw C}}function Mt(S){const T={value:Nt(S),illegal:!1,relevance:0,_top:R,_emitter:new $.__emitter($)};return T._emitter.addText(S),T}function Tt(S,T){T=T||$.languages||Object.keys(x);const q=Mt(S),V=T.filter(xe).filter(Hi).map(ue=>Ke(ue,S,!1));V.unshift(q);const ie=V.sort((ue,me)=>{if(ue.relevance!==me.relevance)return me.relevance-ue.relevance;if(ue.language&&me.language){if(xe(ue.language).supersetOf===me.language)return 1;if(xe(me.language).supersetOf===ue.language)return-1}return 0}),[pe,_e]=ie,ct=pe;return ct.secondBest=_e,ct}function As(S,T,q){const V=T&&k[T]||q;S.classList.add("hljs"),S.classList.add(`language-${V}`)}function Pt(S){let T=null;const q=ne(S);if(L(q))return;if(lt("before:highlightElement",{el:S,language:q}),S.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",S);return}if(S.children.length>0&&($.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(S)),$.throwUnescapedHTML))throw new _s("One of your code blocks includes unescaped HTML.",S.innerHTML);T=S;const V=T.textContent,ie=q?te(V,{language:q,ignoreIllegals:!0}):Tt(V);S.innerHTML=ie.value,S.dataset.highlighted="yes",As(S,q,ie.language),S.result={language:ie.language,re:ie.relevance,relevance:ie.relevance},ie.secondBest&&(S.secondBest={language:ie.secondBest.language,relevance:ie.secondBest.relevance}),lt("after:highlightElement",{el:S,result:ie,text:V})}function Ss(S){$=Di($,S)}const Cs=()=>{at(),De("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function ks(){at(),De("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let Bi=!1;function at(){function S(){at()}if(document.readyState==="loading"){Bi||window.addEventListener("DOMContentLoaded",S,!1),Bi=!0;return}document.querySelectorAll($.cssSelector).forEach(Pt)}function Is(S,T){let q=null;try{q=T(d)}catch(V){if(ke("Language definition for '{}' could not be registered.".replace("{}",S)),Q)ke(V);else throw V;q=R}q.name||(q.name=S),x[S]=q,q.rawDefinition=T.bind(null,d),q.aliases&&qi(q.aliases,{languageName:S})}function $s(S){delete x[S];for(const T of Object.keys(k))k[T]===S&&delete k[T]}function Os(){return Object.keys(x)}function xe(S){return S=(S||"").toLowerCase(),x[S]||x[k[S]]}function qi(S,{languageName:T}){typeof S=="string"&&(S=[S]),S.forEach(q=>{k[q.toLowerCase()]=T})}function Hi(S){const T=xe(S);return T&&!T.disableAutodetect}function Rs(S){S["before:highlightBlock"]&&!S["before:highlightElement"]&&(S["before:highlightElement"]=T=>{S["before:highlightBlock"](Object.assign({block:T.el},T))}),S["after:highlightBlock"]&&!S["after:highlightElement"]&&(S["after:highlightElement"]=T=>{S["after:highlightBlock"](Object.assign({block:T.el},T))})}function Ns(S){Rs(S),z.push(S)}function Ms(S){const T=z.indexOf(S);T!==-1&&z.splice(T,1)}function lt(S,T){const q=S;z.forEach(function(V){V[q]&&V[q](T)})}function Ts(S){return De("10.7.0","highlightBlock will be removed entirely in v12.0"),De("10.7.0","Please use highlightElement now."),Pt(S)}Object.assign(d,{highlight:te,highlightAuto:Tt,highlightAll:at,highlightElement:Pt,highlightBlock:Ts,configure:Ss,initHighlighting:Cs,initHighlightingOnLoad:ks,registerLanguage:Is,unregisterLanguage:$s,listLanguages:Os,getLanguage:xe,registerAliases:qi,autoDetection:Hi,inherit:Di,addPlugin:Ns,removePlugin:Ms}),d.debugMode=function(){Q=!1},d.safeMode=function(){Q=!0},d.versionString=xs,d.regex={concat:m,lookahead:l,either:_,optional:f,anyNumberOfTimes:c};for(const S in je)typeof je[S]=="object"&&s(je[S]);return Object.assign(d,je),d},ze=Ui({});return ze.newInstance=()=>Ui({}),fi=ze,ze.HighlightJS=ze,ze.default=ze,fi}var go=mo();const It=po(go),vt="[A-Za-z$_][0-9A-Za-z$_]*",es=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],ts=["true","false","null","undefined","NaN","Infinity"],is=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],ns=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],ss=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],rs=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],os=[].concat(ss,is,ns);function bo(s){const e=s.regex,t=(W,{after:ee})=>{const le="</"+W[0].slice(1);return W.input.indexOf(le,ee)!==-1},n=vt,i={begin:"<>",end:"</>"},o=/<[A-Za-z0-9\\._:-]+\s*\/>/,a={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(W,ee)=>{const le=W[0].length+W.index,ce=W.input[le];if(ce==="<"||ce===","){ee.ignoreMatch();return}ce===">"&&(t(W,{after:le})||ee.ignoreMatch());let we;const Ce=W.input.substring(le);if(we=Ce.match(/^\s*=/)){ee.ignoreMatch();return}if((we=Ce.match(/^\s+extends\s+/))&&we.index===0){ee.ignoreMatch();return}}},p={$pattern:vt,keyword:es,literal:ts,built_in:os,"variable.language":rs},b="[0-9](_?[0-9])*",h=`\\.(${b})`,r="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",u={className:"number",variants:[{begin:`(\\b(${r})((${h})|\\.)?|(${h}))[eE][+-]?(${b})\\b`},{begin:`\\b(${r})\\b((${h})\\b|\\.)?|(${h})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},l={className:"subst",begin:"\\$\\{",end:"\\}",keywords:p,contains:[]},c={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[s.BACKSLASH_ESCAPE,l],subLanguage:"xml"}},f={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[s.BACKSLASH_ESCAPE,l],subLanguage:"css"}},m={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[s.BACKSLASH_ESCAPE,l],subLanguage:"graphql"}},g={className:"string",begin:"`",end:"`",contains:[s.BACKSLASH_ESCAPE,l]},_={className:"comment",variants:[s.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:n+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),s.C_BLOCK_COMMENT_MODE,s.C_LINE_COMMENT_MODE]},E=[s.APOS_STRING_MODE,s.QUOTE_STRING_MODE,c,f,m,g,{match:/\$\d+/},u];l.contains=E.concat({begin:/\{/,end:/\}/,keywords:p,contains:["self"].concat(E)});const v=[].concat(_,l.contains),w=v.concat([{begin:/(\s*)\(/,end:/\)/,keywords:p,contains:["self"].concat(v)}]),y={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:w},A={variants:[{match:[/class/,/\s+/,n,/\s+/,/extends/,/\s+/,e.concat(n,"(",e.concat(/\./,n),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,n],scope:{1:"keyword",3:"title.class"}}]},I={relevance:0,match:e.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...is,...ns]}},P={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},U={variants:[{match:[/function/,/\s+/,n,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[y],illegal:/%/},M={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function X(W){return e.concat("(?!",W.join("|"),")")}const H={match:e.concat(/\b/,X([...ss,"super","import"].map(W=>`${W}\\s*\\(`)),n,e.lookahead(/\s*\(/)),className:"title.function",relevance:0},Se={begin:e.concat(/\./,e.lookahead(e.concat(n,/(?![0-9A-Za-z$_(])/))),end:n,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},he={match:[/get|set/,/\s+/,n,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},y]},O="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+s.UNDERSCORE_IDENT_RE+")\\s*=>",Pe={match:[/const|var|let/,/\s+/,n,/\s*/,/=\s*/,/(async\s*)?/,e.lookahead(O)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[y]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:p,exports:{PARAMS_CONTAINS:w,CLASS_REFERENCE:I},illegal:/#(?![$_A-z])/,contains:[s.SHEBANG({label:"shebang",binary:"node",relevance:5}),P,s.APOS_STRING_MODE,s.QUOTE_STRING_MODE,c,f,m,g,_,{match:/\$\d+/},u,I,{scope:"attr",match:n+e.lookahead(":"),relevance:0},Pe,{begin:"("+s.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[_,s.REGEXP_MODE,{className:"function",begin:O,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:s.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:w}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:o},{begin:a.begin,"on:begin":a.isTrulyOpeningTag,end:a.end}],subLanguage:"xml",contains:[{begin:a.begin,end:a.end,skip:!0,contains:["self"]}]}]},U,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+s.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[y,s.inherit(s.TITLE_MODE,{begin:n,className:"title.function"})]},{match:/\.\.\./,relevance:0},Se,{match:"\\$"+n,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[y]},H,M,A,he,{match:/\$[(.]/}]}}function yo(s){const e=s.regex,t=bo(s),n=vt,i=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],o={begin:[/namespace/,/\s+/,s.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},a={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:i},contains:[t.exports.CLASS_REFERENCE]},p={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},b=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],h={$pattern:vt,keyword:es.concat(b),literal:ts,built_in:os.concat(i),"variable.language":rs},r={className:"meta",begin:"@"+n},u=(m,g,_)=>{const E=m.contains.findIndex(v=>v.label===g);if(E===-1)throw new Error("can not find mode to replace");m.contains.splice(E,1,_)};Object.assign(t.keywords,h),t.exports.PARAMS_CONTAINS.push(r);const l=t.contains.find(m=>m.scope==="attr"),c=Object.assign({},l,{match:e.concat(n,e.lookahead(/\s*\?:/))});t.exports.PARAMS_CONTAINS.push([t.exports.CLASS_REFERENCE,l,c]),t.contains=t.contains.concat([r,o,a,c]),u(t,"shebang",s.SHEBANG()),u(t,"use_strict",p);const f=t.contains.find(m=>m.label==="func.def");return f.relevance=0,Object.assign(t,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),t}function wo(s){const e=s.regex,t=e.concat(/[\p{L}_]/u,e.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),n=/[\p{L}0-9._:-]+/u,i={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},o={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},a=s.inherit(o,{begin:/\(/,end:/\)/}),p=s.inherit(s.APOS_STRING_MODE,{className:"string"}),b=s.inherit(s.QUOTE_STRING_MODE,{className:"string"}),h={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:n,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[i]},{begin:/'/,end:/'/,contains:[i]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[o,b,p,a,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[o,a,b,p]}]}]},s.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},i,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[b]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[h],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[h],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:e.concat(/</,e.lookahead(e.concat(t,e.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:t,relevance:0,starts:h}]},{className:"tag",begin:e.concat(/<\//,e.lookahead(e.concat(t,/>/))),contains:[{className:"name",begin:t,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}const vo=s=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:s.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[s.APOS_STRING_MODE,s.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:s.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),xo=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],_o=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],Eo=[...xo,..._o],Ao=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),So=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),Co=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),ko=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function Io(s){const e=s.regex,t=vo(s),n={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},i="and or not only",o=/@-?\w[\w]*(-\w+)*/,a="[a-zA-Z-][a-zA-Z0-9_-]*",p=[s.APOS_STRING_MODE,s.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[t.BLOCK_COMMENT,n,t.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+a,relevance:0},t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+So.join("|")+")"},{begin:":(:)?("+Co.join("|")+")"}]},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+ko.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[t.BLOCK_COMMENT,t.HEXCOLOR,t.IMPORTANT,t.CSS_NUMBER_MODE,...p,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...p,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},t.FUNCTION_DISPATCH]},{begin:e.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:o},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:i,attribute:Ao.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...p,t.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+Eo.join("|")+")\\b"}]}}const as=document.createElement("style");as.innerText=[ho,fo].join(`
430
+ `);document.head.appendChild(as);It.registerLanguage("typescript",yo);It.registerLanguage("html",wo);It.registerLanguage("css",Io);function $o(...s){const e=document.createElement("div"),t=document.createElement("div");t.classList.add("tab-control");const n=document.createElement("div");return s.forEach(i=>{e.appendChild(i),i.addEventListener("click",()=>{s.forEach(o=>o.removeAttribute("selected")),i.setAttribute("selected",""),n.innerHTML="",n.appendChild(i.content),n.className=i.className,n.classList.add("tab-content")})}),t.appendChild(e),t.appendChild(n),n.classList.add("tab-content"),s[0].setAttribute("selected",""),n.appendChild(s[0].content),t}function Je(s,e){const t=document.createElement("div");return t.role="tab",t.tabIndex=0,t.innerText=s,t.content=e,e.tagName=="PRE"&&t.classList.add("code"),t}function Ye(s,e){const t=document.createElement(s);return typeof e=="string"?t.innerHTML=e:e.forEach(n=>{t.appendChild(n)}),t}async function Oo(s,e,t){const n=e.mainContent,i=Ye("div",n);i.id=`example-preview-${t}`;const o=typeof e.css=="string"?void 0:e.css?.label,a=typeof e.css=="string"?e.css:e.css?.content,p=$o(Je("Preview",i),Je("HTML",mt("html",n)),...a?[Je(o??"CSS",mt("css",a))]:[],...e.initializer&&e.initializer.content?[Je(e.initializer.label??"TS",mt("typescript",e.initializer.content))]:[],...(e.additionalSources||[]).map(h=>Je(h.label,mt(h.language,h.content))));e.description&&s.appendChild(Ye("div",e.description));const b=Ye("div",[p]);b.classList.add("example"),s.appendChild(b),a&&Ro(`#${i.id}`,a),e.initializer?.initialize&&await e.initializer.initialize(i)}function mt(s,e){let t=e.split(/\r?\n/).map(n=>{const i=n.indexOf("///");if(i>-1){const o=n.substring(i+3).trimStart();return o?n.replace(/^(\s*)([^\s].*)$/,`$1${o}`):void 0}return n}).filter(n=>typeof n<"u").join(`
431
+ `).trim();return s&&s!="raw"&&(t=It.highlight(t,{language:s}).value),Ye("pre",[Ye("code",t)])}function Ro(s,e){const t=document.createElement("style");t.innerHTML=K().use(uo({prefix:s})).process(e).css,document.head.appendChild(t)}async function No(s,e=document.body){const t=To(e);let n=0;Object.keys(s).sort().forEach(async i=>{const o=document.createElement("div");o.className="example-container",t.appendChild(o);const a=s[i].default;Oo(o,a,n++)})}function Mo(s){const e=document.createElement("div");e.id="examples-container";const t=s.querySelector("#examples");return t?t.after(e):s.appendChild(e),e}function To(s){return s.children?Mo(s):s}const Po=`<h1 id="@cas-smartdesign/virtual-list">@cas-smartdesign/virtual-list</h1>
433
432
  <p>A list element with ui-virtualization and infinite scrolling.</p>
434
433
  <h2 id="attributes">Attributes</h2>
435
434
  <ul>
@@ -547,4 +546,4 @@ Although normally the page would change by such a selection, so it may not be ne
547
546
  </ul>
548
547
  </li>
549
548
  </ul>
550
- `,Ao=document.querySelector("#markdown-container");Ao.innerHTML=So;xo(Object.assign({"./examples/1_selection_types/index.ts":qr,"./examples/2_lazy_load_with_search/index.ts":Kr,"./examples/3_duplicate_items/index.ts":es}),document.querySelector(".markdown-body"));
549
+ `,Lo=document.querySelector("#markdown-container");Lo.innerHTML=Po;No(Object.assign({"./examples/1_selection_types/index.ts":Zs,"./examples/2_lazy_load_with_search/index.ts":tr,"./examples/3_duplicate_items/index.ts":ar}),document.querySelector(".markdown-body"));