godown 3.11.2 → 3.13.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/build/godown+lit.iife.js +12 -13
- package/build/godown+lit.iife.js.map +1 -1
- package/build/godown+lit.js +11 -12
- package/build/godown+lit.js.map +1 -1
- package/build/godown+lit.umd.js +12 -13
- package/build/godown+lit.umd.js.map +1 -1
- package/build/godown.iife.js +9 -8
- package/build/godown.iife.js.map +1 -0
- package/build/godown.js +7 -7
- package/build/godown.js.map +1 -1
- package/build/godown.umd.js +8 -8
- package/build/godown.umd.js.map +1 -1
- package/custom-elements.json +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/internal/global-style.d.ts.map +1 -1
- package/internal/global-style.js +1 -1
- package/internal/global-style.js.map +1 -1
- package/internal/popover.d.ts +3 -0
- package/internal/popover.d.ts.map +1 -0
- package/internal/popover.js +2 -0
- package/internal/popover.js.map +1 -0
- package/internal/reset-style.d.ts +3 -0
- package/internal/reset-style.d.ts.map +1 -0
- package/internal/reset-style.js +2 -0
- package/internal/reset-style.js.map +1 -0
- package/internal/ring.d.ts +1 -0
- package/internal/ring.d.ts.map +1 -1
- package/internal/ring.js +1 -1
- package/internal/ring.js.map +1 -1
- package/internal/super-input.d.ts +1 -4
- package/internal/super-input.d.ts.map +1 -1
- package/internal/super-input.js +1 -1
- package/internal/super-input.js.map +1 -1
- package/internal/utils.d.ts +2 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +2 -0
- package/internal/utils.js.map +1 -0
- package/package.json +3 -4
- package/popover.d.ts +2 -0
- package/popover.d.ts.map +1 -0
- package/popover.js +2 -0
- package/popover.js.map +1 -0
- package/src/index.ts +1 -0
- package/src/internal/global-style.ts +6 -34
- package/src/internal/popover.ts +64 -0
- package/src/internal/reset-style.ts +63 -0
- package/src/internal/ring.ts +3 -2
- package/src/internal/super-input.ts +2 -33
- package/src/internal/utils.ts +10 -0
- package/src/popover.ts +1 -0
- package/src/web-components/alert/component.ts +5 -4
- package/src/web-components/avatar/component.ts +1 -0
- package/src/web-components/button/component.ts +22 -18
- package/src/web-components/card/component.ts +3 -2
- package/src/web-components/chip/component.ts +1 -3
- package/src/web-components/details/component.ts +28 -17
- package/src/web-components/dialog/component.ts +51 -67
- package/src/web-components/heading/component.ts +0 -1
- package/src/web-components/input/component.ts +38 -30
- package/src/web-components/layout/component.ts +1 -0
- package/src/web-components/link/component.ts +0 -2
- package/src/web-components/popover/component.ts +172 -0
- package/src/web-components/popover/definition.ts +11 -0
- package/src/web-components/range/component.ts +2 -1
- package/src/web-components/rotate/component.ts +0 -1
- package/src/web-components/select/component.ts +109 -173
- package/src/web-components/split/component.ts +2 -2
- package/src/web-components/switch/component.ts +2 -1
- package/src/web-components/tabs/component.ts +99 -100
- package/src/web-components/text/component.ts +47 -52
- package/src/web-components/time/component.ts +5 -15
- package/src/web-components/tooltip/component.ts +44 -111
- package/vscode.css-custom-data.json +1 -1
- package/vscode.html-custom-data.json +1 -1
- package/web-components/alert/component.d.ts.map +1 -1
- package/web-components/alert/component.js +1 -1
- package/web-components/alert/component.js.map +1 -1
- package/web-components/avatar/component.d.ts.map +1 -1
- package/web-components/avatar/component.js +1 -1
- package/web-components/avatar/component.js.map +1 -1
- package/web-components/button/component.d.ts.map +1 -1
- package/web-components/button/component.js +1 -1
- package/web-components/button/component.js.map +1 -1
- package/web-components/card/component.d.ts.map +1 -1
- package/web-components/card/component.js +1 -1
- package/web-components/card/component.js.map +1 -1
- package/web-components/chip/component.d.ts +1 -3
- package/web-components/chip/component.d.ts.map +1 -1
- package/web-components/chip/component.js.map +1 -1
- package/web-components/details/component.d.ts +9 -13
- package/web-components/details/component.d.ts.map +1 -1
- package/web-components/details/component.js +1 -1
- package/web-components/details/component.js.map +1 -1
- package/web-components/dialog/component.d.ts +12 -14
- package/web-components/dialog/component.d.ts.map +1 -1
- package/web-components/dialog/component.js +1 -1
- package/web-components/dialog/component.js.map +1 -1
- package/web-components/heading/component.d.ts.map +1 -1
- package/web-components/heading/component.js +1 -1
- package/web-components/heading/component.js.map +1 -1
- package/web-components/input/component.d.ts +3 -1
- package/web-components/input/component.d.ts.map +1 -1
- package/web-components/input/component.js +1 -1
- package/web-components/input/component.js.map +1 -1
- package/web-components/layout/component.d.ts.map +1 -1
- package/web-components/layout/component.js +1 -1
- package/web-components/layout/component.js.map +1 -1
- package/web-components/link/component.d.ts.map +1 -1
- package/web-components/link/component.js +1 -1
- package/web-components/link/component.js.map +1 -1
- package/web-components/popover/component.d.ts +35 -0
- package/web-components/popover/component.d.ts.map +1 -0
- package/web-components/popover/component.js +2 -0
- package/web-components/popover/component.js.map +1 -0
- package/web-components/popover/definition.d.ts +8 -0
- package/web-components/popover/definition.d.ts.map +1 -0
- package/web-components/popover/definition.js +2 -0
- package/web-components/popover/definition.js.map +1 -0
- package/web-components/range/component.d.ts.map +1 -1
- package/web-components/range/component.js +1 -1
- package/web-components/range/component.js.map +1 -1
- package/web-components/rotate/component.d.ts.map +1 -1
- package/web-components/rotate/component.js.map +1 -1
- package/web-components/select/component.d.ts +11 -27
- package/web-components/select/component.d.ts.map +1 -1
- package/web-components/select/component.js +1 -1
- package/web-components/select/component.js.map +1 -1
- package/web-components/split/component.js +1 -1
- package/web-components/split/component.js.map +1 -1
- package/web-components/switch/component.d.ts.map +1 -1
- package/web-components/switch/component.js +1 -1
- package/web-components/switch/component.js.map +1 -1
- package/web-components/tabs/component.d.ts +18 -25
- package/web-components/tabs/component.d.ts.map +1 -1
- package/web-components/tabs/component.js +1 -1
- package/web-components/tabs/component.js.map +1 -1
- package/web-components/text/component.d.ts +4 -7
- package/web-components/text/component.d.ts.map +1 -1
- package/web-components/text/component.js +1 -1
- package/web-components/text/component.js.map +1 -1
- package/web-components/time/component.d.ts +2 -2
- package/web-components/time/component.d.ts.map +1 -1
- package/web-components/time/component.js +1 -1
- package/web-components/time/component.js.map +1 -1
- package/web-components/tooltip/component.d.ts +15 -39
- package/web-components/tooltip/component.d.ts.map +1 -1
- package/web-components/tooltip/component.js +1 -1
- package/web-components/tooltip/component.js.map +1 -1
- package/web-types.json +1 -1
- package/internal/direction.d.ts +0 -27
- package/internal/direction.d.ts.map +0 -1
- package/internal/direction.js +0 -2
- package/internal/direction.js.map +0 -1
- package/internal/super-openable.d.ts +0 -15
- package/internal/super-openable.d.ts.map +0 -1
- package/internal/super-openable.js +0 -2
- package/internal/super-openable.js.map +0 -1
- package/src/internal/direction.ts +0 -65
- package/src/internal/super-openable.ts +0 -34
package/build/godown+lit.js
CHANGED
@@ -1,36 +1,35 @@
|
|
1
1
|
/**
|
2
2
|
* @license MIT
|
3
|
-
* @version 3.
|
3
|
+
* @version 3.13.0
|
4
4
|
*/
|
5
|
-
function t(t,e,s,o){var a
|
5
|
+
function t(t,e,s,o){var r,a=arguments.length,l=a<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,s):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(t,e,s,o);else for(var h=t.length-1;h>=0;h--)(r=t[h])&&(l=(a<3?r(l):a>3?r(e,s,l):r(e,s))||l);return a>3&&l&&Object.defineProperty(e,s,l),l}"function"==typeof SuppressedError&&SuppressedError;const e=t=>null==t,s=t=>"string"==typeof t,o=t=>null!==t&&"object"==typeof t,{isArray:r}=Array,a=(t,...e)=>{const s={};for(const o in t)e.includes(o)||(s[o]=t[o]);return s},l=t=>(t=>{var e;return(null===(e=t.match(/[A-Z][^A-Z_-\s]*|[^A-Z_-\s]+/g))||void 0===e?void 0:e.map((t=>t.toLowerCase())))||[]})(t).join("-");
|
6
6
|
/**
|
7
7
|
* @license
|
8
8
|
* Copyright 2019 Google LLC
|
9
9
|
* SPDX-License-Identifier: BSD-3-Clause
|
10
10
|
*/
|
11
|
-
const
|
11
|
+
const h=globalThis,d=h.ShadowRoot&&(void 0===h.ShadyCSS||h.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),p=new WeakMap;let u=class n{constructor(t,e,s){if(this._$cssResult$=!0,s!==c)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(d&&void 0===t){const s=void 0!==e&&1===e.length;s&&(t=p.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),s&&p.set(e,t))}return t}toString(){return this.cssText}};const v=t=>new u("string"==typeof t?t:t+"",void 0,c),f=(t,...e)=>{const s=1===t.length?t[0]:e.reduce(((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[o+1]),t[0]);return new u(s,t,c)},m=d?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return v(e)})(t):t
|
12
12
|
/**
|
13
13
|
* @license
|
14
14
|
* Copyright 2017 Google LLC
|
15
15
|
* SPDX-License-Identifier: BSD-3-Clause
|
16
|
-
*/,{is:
|
16
|
+
*/,{is:g,defineProperty:$,getOwnPropertyDescriptor:b,getOwnPropertyNames:_,getOwnPropertySymbols:w,getPrototypeOf:x}=Object,S=globalThis,C=S.trustedTypes,A=C?C.emptyScript:"",E=S.reactiveElementPolyfillSupport,T=(t,e)=>t,P={toAttribute(t,e){switch(e){case Boolean:t=t?A:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let s=t;switch(e){case Boolean:s=null!==t;break;case Number:s=null===t?null:Number(t);break;case Object:case Array:try{s=JSON.parse(t)}catch(t){s=null}}return s}},O=(t,e)=>!g(t,e),B={attribute:!0,type:String,converter:P,reflect:!1,useDefault:!1,hasChanged:O};Symbol.metadata??=Symbol("metadata"),S.litPropertyMetadata??=new WeakMap;let D=class y extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=B){if(e.state&&(e.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((e=Object.create(e)).wrapped=!0),this.elementProperties.set(t,e),!e.noAccessor){const s=Symbol(),o=this.getPropertyDescriptor(t,s,e);void 0!==o&&$(this.prototype,t,o)}}static getPropertyDescriptor(t,e,s){const{get:o,set:r}=b(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get:o,set(e){const a=o?.call(this);r?.call(this,e),this.requestUpdate(t,a,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??B}static _$Ei(){if(this.hasOwnProperty(T("elementProperties")))return;const t=x(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(T("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(T("properties"))){const t=this.properties,e=[..._(t),...w(t)];for(const s of e)this.createProperty(s,t[s])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,s]of e)this.elementProperties.set(t,s)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const s=this._$Eu(t,e);void 0!==s&&this._$Eh.set(s,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const t of s)e.unshift(m(t))}else void 0!==t&&e.push(m(t));return e}static _$Eu(t,e){const s=e.attribute;return!1===s?void 0:"string"==typeof s?s:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const s of e.keys())this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,e)=>{if(d)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const s of e){const e=document.createElement("style"),o=h.litNonce;void 0!==o&&e.setAttribute("nonce",o),e.textContent=s.cssText,t.appendChild(e)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$ET(t,e){const s=this.constructor.elementProperties.get(t),o=this.constructor._$Eu(t,s);if(void 0!==o&&!0===s.reflect){const r=(void 0!==s.converter?.toAttribute?s.converter:P).toAttribute(e,s.type);this._$Em=t,null==r?this.removeAttribute(o):this.setAttribute(o,r),this._$Em=null}}_$AK(t,e){const s=this.constructor,o=s._$Eh.get(t);if(void 0!==o&&this._$Em!==o){const t=s.getPropertyOptions(o),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:P;this._$Em=o,this[o]=r.fromAttribute(e,t.type)??this._$Ej?.get(o)??null,this._$Em=null}}requestUpdate(t,e,s){if(void 0!==t){const o=this.constructor,r=this[t];if(s??=o.getPropertyOptions(t),!((s.hasChanged??O)(r,e)||s.useDefault&&s.reflect&&r===this._$Ej?.get(t)&&!this.hasAttribute(o._$Eu(t,s))))return;this.C(t,e,s)}!1===this.isUpdatePending&&(this._$ES=this._$EP())}C(t,e,{useDefault:s,reflect:o,wrapped:r},a){s&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,a??e??this[t]),!0!==r||void 0!==a)||(this._$AL.has(t)||(this.hasUpdated||s||(e=void 0),this._$AL.set(t,e)),!0===o&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,s]of t){const{wrapped:t}=s,o=this[e];!0!==t||this._$AL.has(e)||void 0===o||this.C(e,void 0,s,o)}}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$EM()}catch(e){throw t=!1,this._$EM(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach((t=>this._$ET(t,this[t]))),this._$EM()}updated(t){}firstUpdated(t){}};D.elementStyles=[],D.shadowRootOptions={mode:"open"},D[T("elementProperties")]=new Map,D[T("finalized")]=new Map,E?.({ReactiveElement:D}),(S.reactiveElementVersions??=[]).push("2.1.0");
|
17
17
|
/**
|
18
18
|
* @license
|
19
19
|
* Copyright 2017 Google LLC
|
20
20
|
* SPDX-License-Identifier: BSD-3-Clause
|
21
21
|
*/
|
22
|
-
const
|
22
|
+
const U=globalThis,j=U.trustedTypes,V=j?j.createPolicy("lit-html",{createHTML:t=>t}):void 0,G="$lit$",F=`lit$${Math.random().toFixed(9).slice(2)}$`,W="?"+F,q=`<${W}>`,Y=document,X=()=>Y.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,K=Array.isArray,Q="[ \t\n\f\r]",J=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,tt=/-->/g,et=/>/g,it=RegExp(`>|${Q}(?:([^\\s"'>=/]+)(${Q}*=${Q}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),st=/'/g,ot=/"/g,rt=/^(?:script|style|textarea|title)$/i,nt=t=>(e,...s)=>({_$litType$:t,strings:e,values:s}),at=nt(1),lt=nt(2),ht=Symbol.for("lit-noChange"),dt=Symbol.for("lit-nothing"),ct=new WeakMap,pt=Y.createTreeWalker(Y,129);function ut(t,e){if(!K(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==V?V.createHTML(e):e}class N{constructor({strings:t,_$litType$:e},s){let o;this.parts=[];let r=0,a=0;const l=t.length-1,h=this.parts,[d,c]=((t,e)=>{const s=t.length-1,o=[];let r,a=2===e?"<svg>":3===e?"<math>":"",l=J;for(let e=0;e<s;e++){const s=t[e];let h,d,c=-1,p=0;for(;p<s.length&&(l.lastIndex=p,d=l.exec(s),null!==d);)p=l.lastIndex,l===J?"!--"===d[1]?l=tt:void 0!==d[1]?l=et:void 0!==d[2]?(rt.test(d[2])&&(r=RegExp("</"+d[2],"g")),l=it):void 0!==d[3]&&(l=it):l===it?">"===d[0]?(l=r??J,c=-1):void 0===d[1]?c=-2:(c=l.lastIndex-d[2].length,h=d[1],l=void 0===d[3]?it:'"'===d[3]?ot:st):l===ot||l===st?l=it:l===tt||l===et?l=J:(l=it,r=void 0);const u=l===it&&t[e+1].startsWith("/>")?" ":"";a+=l===J?s+q:c>=0?(o.push(h),s.slice(0,c)+G+s.slice(c)+F+u):s+F+(-2===c?e:u)}return[ut(t,a+(t[s]||"<?>")+(2===e?"</svg>":3===e?"</math>":"")),o]})(t,e);if(this.el=N.createElement(d,s),pt.currentNode=this.el.content,2===e||3===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(o=pt.nextNode())&&h.length<l;){if(1===o.nodeType){if(o.hasAttributes())for(const t of o.getAttributeNames())if(t.endsWith(G)){const e=c[a++],s=o.getAttribute(t).split(F),l=/([.?@])?(.*)/.exec(e);h.push({type:1,index:r,name:l[2],strings:s,ctor:"."===l[1]?H:"?"===l[1]?I:"@"===l[1]?L:ft}),o.removeAttribute(t)}else t.startsWith(F)&&(h.push({type:6,index:r}),o.removeAttribute(t));if(rt.test(o.tagName)){const t=o.textContent.split(F),e=t.length-1;if(e>0){o.textContent=j?j.emptyScript:"";for(let s=0;s<e;s++)o.append(t[s],X()),pt.nextNode(),h.push({type:2,index:++r});o.append(t[e],X())}}}else if(8===o.nodeType)if(o.data===W)h.push({type:2,index:r});else{let t=-1;for(;-1!==(t=o.data.indexOf(F,t+1));)h.push({type:7,index:r}),t+=F.length-1}r++}}static createElement(t,e){const s=Y.createElement("template");return s.innerHTML=t,s}}function vt(t,e,s=t,o){if(e===ht)return e;let r=void 0!==o?s._$Co?.[o]:s._$Cl;const a=Z(e)?void 0:e._$litDirective$;return r?.constructor!==a&&(r?._$AO?.(!1),void 0===a?r=void 0:(r=new a(t),r._$AT(t,s,o)),void 0!==o?(s._$Co??=[])[o]=r:s._$Cl=r),void 0!==r&&(e=vt(t,r._$AS(t,e.values),r,o)),e}class M{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:s}=this._$AD,o=(t?.creationScope??Y).importNode(e,!0);pt.currentNode=o;let r=pt.nextNode(),a=0,l=0,h=s[0];for(;void 0!==h;){if(a===h.index){let e;2===h.type?e=new R(r,r.nextSibling,this,t):1===h.type?e=new h.ctor(r,h.name,h.strings,this,t):6===h.type&&(e=new z(r,this,t)),this._$AV.push(e),h=s[++l]}a!==h?.index&&(r=pt.nextNode(),a++)}return pt.currentNode=Y,o}p(t){let e=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,e),e+=s.strings.length-2):s._$AI(t[e])),e++}}class R{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,s,o){this.type=2,this._$AH=dt,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=s,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=vt(this,t,e),Z(t)?t===dt||null==t||""===t?(this._$AH!==dt&&this._$AR(),this._$AH=dt):t!==this._$AH&&t!==ht&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):(t=>K(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==dt&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.T(Y.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:s}=t,o="number"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=N.createElement(ut(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===o)this._$AH.p(e);else{const t=new M(o,this),s=t.u(this.options);t.p(e),this.T(s),this._$AH=t}}_$AC(t){let e=ct.get(t.strings);return void 0===e&&ct.set(t.strings,e=new N(t)),e}k(t){K(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let s,o=0;for(const r of t)o===e.length?e.push(s=new R(this.O(X()),this.O(X()),this,this.options)):s=e[o],s._$AI(r),o++;o<e.length&&(this._$AR(s&&s._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}let ft=class k{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,s,o,r){this.type=1,this._$AH=dt,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=r,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=dt}_$AI(t,e=this,s,o){const r=this.strings;let a=!1;if(void 0===r)t=vt(this,t,e,0),a=!Z(t)||t!==this._$AH&&t!==ht,a&&(this._$AH=t);else{const o=t;let l,h;for(t=r[0],l=0;l<r.length-1;l++)h=vt(this,o[s+l],e,l),h===ht&&(h=this._$AH[l]),a||=!Z(h)||h!==this._$AH[l],h===dt?t=dt:t!==dt&&(t+=(h??"")+r[l+1]),this._$AH[l]=h}a&&!o&&this.j(t)}j(t){t===dt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}};class H extends ft{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===dt?void 0:t}}class I extends ft{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==dt)}}class L extends ft{constructor(t,e,s,o,r){super(t,e,s,o,r),this.type=5}_$AI(t,e=this){if((t=vt(this,t,e,0)??dt)===ht)return;const s=this._$AH,o=t===dt&&s!==dt||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,r=t!==dt&&(s===dt||o);o&&this.element.removeEventListener(this.name,this,s),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class z{constructor(t,e,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){vt(this,t)}}const mt=U.litHtmlPolyfillSupport;mt?.(N,R),(U.litHtmlVersions??=[]).push("3.3.0");const gt=globalThis;
|
23
23
|
/**
|
24
24
|
* @license
|
25
25
|
* Copyright 2017 Google LLC
|
26
26
|
* SPDX-License-Identifier: BSD-3-Clause
|
27
|
-
*/
|
28
|
-
let yt=class r extends U{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,s)=>{const o=s?.renderBefore??e;let a=o._$litPart$;if(void 0===a){const t=s?.renderBefore??null;o._$litPart$=a=new R(e.insertBefore(Z(),t),t,void 0,s??{})}return a._$AI(t),a})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return dt}};yt._$litElement$=!0,yt.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:yt});const $t=globalThis.litElementPolyfillSupport;function*bt(t){for(const e of a(t)?t:Object.entries(t))e&&(yield e)}$t?.({LitElement:yt}),(globalThis.litElementVersions??=[]).push("4.1.1");const _t=t=>o(t)&&"_$cssResult$"in t,wt=t=>!e(t)&&!1!==t,xt=t=>{let e="";for(const[s,a]of bt(t))if(a){const t=o(a)&&!_t(a)?kt(a):a;wt(t)&&(e+=s?`${s}{${t}}`:t)}return e},kt=t=>{let e="";for(const[s,o]of bt(t))s&&wt(o)&&(e+=`${s}:${o};`);return e},Ct=(t,e)=>t?`var(${t})`:"";class StyleController{constructor(t,e){(this.host=t).addController(this),this.computeStyle=e}hostUpdated(){const t=this.host.shadowRoot?.adoptedStyleSheets;if(!t)return;void 0!==this.styleID&&t.splice(this.styleID,1);const e=this.computeStyle();this.styleID=e?t.push((t=>{if(s(t)){const e=new CSSStyleSheet;return e.replaceSync(t),e}return _t(t)?t.styleSheet:t})(e))-1:void 0}}const St=(...t)=>e=>{const s=[];for(let t=Object.getPrototypeOf(e);t.styles;t=Object.getPrototypeOf(t))s.push(t.styles);e.styles=[...s,...t]},At=(t,e)=>s=>{t||=h(s.name),s.protoName=t;(({tagName:t,styles:e,autoDefine:s=!1,registry:o=customElements})=>a=>{a.elementTagName=t,e&&St(e)(a),s&&!o.get(t)&&o.define(t,a)})({tagName:s.godownConfig.tag(t),...e})(s)}
|
27
|
+
*/let yt=class i extends D{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,s)=>{const o=s?.renderBefore??e;let r=o._$litPart$;if(void 0===r){const t=s?.renderBefore??null;o._$litPart$=r=new R(e.insertBefore(X(),t),t,void 0,s??{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ht}};yt._$litElement$=!0,yt.finalized=!0,gt.litElementHydrateSupport?.({LitElement:yt});const $t=gt.litElementPolyfillSupport;function*bt(t){for(const e of r(t)?t:Object.entries(t))e&&(yield e)}$t?.({LitElement:yt}),(gt.litElementVersions??=[]).push("4.2.0");const _t=t=>o(t)&&"_$cssResult$"in t,wt=t=>!e(t)&&!1!==t,xt=t=>{let e="";for(const[s,r]of bt(t))if(r){const t=o(r)&&!_t(r)?kt(r):r;wt(t)&&(e+=s?`${s}{${t}}`:t)}return e},kt=t=>{let e="";for(const[s,o]of bt(t))s&&wt(o)&&(e+=`${s}:${o};`);return e},St=(t,e)=>t?`var(${t})`:"";class StyleController{constructor(t,e){(this.host=t).addController(this),this.computeStyle=e}hostUpdated(){const t=this.host.shadowRoot?.adoptedStyleSheets;if(!t)return;void 0!==this.styleID&&t.splice(this.styleID,1);const e=this.computeStyle();this.styleID=e?t.push((t=>{if(s(t)){const e=new CSSStyleSheet;return e.replaceSync(t),e}return _t(t)?t.styleSheet:t})(e))-1:void 0}}const Ct=(...t)=>e=>{const s=[];for(let t=Object.getPrototypeOf(e);t.styles;t=Object.getPrototypeOf(t))s.push(t.styles);e.styles=[...s,...t]},At=(t,e)=>s=>{t||=l(s.name),s.protoName=t;(({tagName:t,styles:e,autoDefine:s=!1,registry:o=customElements})=>r=>{r.elementTagName=t,e&&Ct(e)(r),s&&!o.get(t)&&o.define(t,r)})({tagName:s.godownConfig.tag(t),...e})(s)}
|
29
28
|
/**
|
30
29
|
* @license
|
31
30
|
* Copyright 2017 Google LLC
|
32
31
|
* SPDX-License-Identifier: BSD-3-Clause
|
33
|
-
*/,Rt={attribute:!0,type:String,converter:
|
32
|
+
*/,Rt={attribute:!0,type:String,converter:P,reflect:!1,hasChanged:O},Et=(t=Rt,e,s)=>{const{kind:o,metadata:r}=s;let a=globalThis.litPropertyMetadata.get(r);if(void 0===a&&globalThis.litPropertyMetadata.set(r,a=new Map),"setter"===o&&((t=Object.create(t)).wrapped=!0),a.set(s.name,t),"accessor"===o){const{name:o}=s;return{set(s){const r=e.get.call(this);e.set.call(this,s),this.requestUpdate(o,r,t)},init(e){return void 0!==e&&this.C(o,void 0,t,e),e}}}if("setter"===o){const{name:o}=s;return function(s){const r=this[o];e.call(this,s),this.requestUpdate(o,r,t)}}throw Error("Unsupported decorator location: "+o)};function Tt(t){return(e,s)=>"object"==typeof s?Et(t,e,s):((t,e,s)=>{const o=e.hasOwnProperty(s);return e.constructor.createProperty(s,t),o?Object.getOwnPropertyDescriptor(e,s):void 0})(t,e,s)
|
34
33
|
/**
|
35
34
|
* @license
|
36
35
|
* Copyright 2017 Google LLC
|
@@ -40,20 +39,20 @@ let yt=class r extends U{constructor(){super(...arguments),this.renderOptions={h
|
|
40
39
|
* @license
|
41
40
|
* Copyright 2017 Google LLC
|
42
41
|
* SPDX-License-Identifier: BSD-3-Clause
|
43
|
-
*/const
|
42
|
+
*/const Nt=(t,e,s)=>(s.configurable=!0,s.enumerable=!0,Reflect.decorate&&"object"!=typeof e&&Object.defineProperty(t,e,s),s)
|
44
43
|
/**
|
45
44
|
* @license
|
46
45
|
* Copyright 2017 Google LLC
|
47
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
48
|
-
*/;function
|
47
|
+
*/;function Pt(t,e){return(s,o,r)=>{const a=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof o?s:r??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return Nt(s,o,{get(){let s=t.call(this);return void 0===s&&(s=a(this),(null!==s||this.hasUpdated)&&e.call(this,s)),s}})}return Nt(s,o,{get(){return a(this)}})}}
|
49
48
|
/**
|
50
49
|
* @license
|
51
50
|
* Copyright 2017 Google LLC
|
52
51
|
* SPDX-License-Identifier: BSD-3-Clause
|
53
|
-
*/let Ot;function Bt(t){return(e,s)=>
|
52
|
+
*/let Ot;function Bt(t){return(e,s)=>Nt(e,s,{get(){return(this.renderRoot??(Ot??=document.createDocumentFragment())).querySelectorAll(t)}})}const It=(t,e=!0)=>{return Pt((s=t,o?`::part(${s})`:((t,e)=>e?`[${t}~="${e}"]`:`[${t}]`)("part",s)),e);
|
54
53
|
/**
|
55
54
|
* @license
|
56
55
|
* Copyright 2017 Google LLC
|
57
56
|
* SPDX-License-Identifier: BSD-3-Clause
|
58
|
-
*/var s,o},zt=6;let Dt=class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,s){this._$Ct=t,this._$AM=e,this._$Ci=s}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};const Ut=(t,e)=>(t?t+(e?" "+e:""):e)||"",Ht=(...t)=>t.reduce(((t,e)=>{if(!e)return t;if(a(e))return Ut(t,Ht(...e));if(o(e)){for(const s in e)e[s]&&(t=Ut(t,s));return t}return Ut(t,e)}),"");function jt(t,o){(t=>e(t)||!1===t)(o)?this.removeAttribute(t):!0===o?this.setAttribute(t,""):s(o)||(t=>"number"==typeof t)(o)&&!Number.isNaN(o)?this.setAttribute(t,String(o)):this[t]=o}const Lt=(t=>(...e)=>({_$litDirective$:t,values:e}))(class AttrDirective extends Dt{render(t,e){}update(t,[e,s=jt]){if(e&&t.type===zt)for(const o in e)s.call(t.element,o,e[o]);return dt}}),Vt=((t,e)=>s=>t({...e,...s}))(Lt,{width:"1em",height:"1em",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),Gt=t=>lt`<slot name="${t||ct}"></slot>`,Ft=(t,e)=>{if(!t)return ct;const o=s(t)?t:xt(t);return o?lt`<style media="${ct}">${o}</style>`:ct},Wt=t=>(e,...o)=>{const a=ht(e,o),l=s(t)?t:t.join(" "),h=t=>lt`<svg viewBox="${l}" ${Vt(t)}>${a}</svg>`;return h.body=a,h.viewBox=l,h};function*qt(t,e,s){for(let s=0;s<t;s++)yield e(s)}function Yt(t,e=this){if(!e||!t)return[];const s=new Set;e instanceof Element&&e.shadowRoot&&Yt(t,e.shadowRoot).forEach((t=>s.add(t))),e.querySelectorAll(t).forEach((t=>s.add(t)));for(const o of e.children)Yt(t,o).forEach((t=>s.add(t)));return Array.from(s)}function Xt(t,e=this){if(!e||!t)return null;let s;if(e instanceof Element&&e.shadowRoot&&(s=Xt(t,e.shadowRoot),s))return s;if(s=e.querySelector(t),s)return s;for(const o of e.children)if(s=Xt(t,o),s)return s;return null}class Events{constructor(){this.inner=new Map}add(t,e,s,o){if(!t||!s)return;const a=this.inner.get(e)||new Map,l=a.get(t)||new Set;return l.add(s),a.set(t,l),this.inner.set(e,a),t.addEventListener(e,s,o),s}remove(t,e,s,o){if(!t||!s)return;const a=this.inner.get(e);if(a){const o=a.get(t);o&&(o.delete(s),o.size||(a.delete(t),a.size||this.inner.delete(e)))}t.removeEventListener(e,s,o)}removeAll(){this.inner.forEach(((t,e)=>{t.forEach(((t,s)=>{t.forEach((t=>{s.removeEventListener(e,t)}))})),t.clear()})),this.inner.clear()}}class Observers{constructor(){this.inner=new Map}add(t,e,s,o){const[a,l]=((t,e,s)=>{let o,a;switch(t){case MutationObserver:case ResizeObserver:o=new t(e),a=t=>o.observe(t,s);break;case IntersectionObserver:o=new t(e,s),a=t=>o.observe(t);break;case PerformanceObserver:o=new t(e),a=()=>o.observe(s)}return[o,a]})(e,s,o);if(a)return this.inner.set(a,(this.inner.get(a)||new Set).add(t)),l(t),a}remove(t,e){t.disconnect();const s=this.inner.get(t);"unobserve"in t?(e?(t.unobserve(e),s?.delete(e)):(s?.forEach((e=>{t.unobserve(e)})),s?.clear()),s&&!s.size&&this.inner.delete(t)):s&&this.inner.delete(t)}removeAll(){this.inner.forEach(((t,e)=>{this.remove(e)}))}}class Ranger{constructor(t,e,s){this.max=Math.max(t,e),this.min=Math.min(t,e),this.diff=this.max-this.min,this.step=s}random(){return this.normalize(Math.random()*this.diff+this.min)}present(t){return this.normalize(t*this.diff)}normalize(t){return t=this.restrict(t),this.step?this.min+Math.round((t-this.min)/this.step)*this.step:t}restrict(t){return this.max<=t?this.max:this.min>=t?this.min:t}}const Zt=(t,e,s)=>t.startsWith(e)&&t.endsWith(s);class RouteTree{constructor(){this.matchType=RouteTree.MatchTypes.strict,this.children=[]}insert(t,e,s=0){if(e||(e=RouteTree.split(t)),e.length===s)return void(this.pattern=t);const o=e[s];let a=this.findStrict(o);a||(a=new RouteTree,a.part=o,a.matchType=RouteTree.dynamic(o).matchType,this.children.push(a),this.sorted=!1),a.insert(t,e,s+1)}search(t,e=0){if(s(t)&&(t=RouteTree.split(t)),this.sorted||this.sort(),t.length===e||RouteTree.dynamic(this.part).matchType===RouteTree.MatchTypes.multi)return this.pattern?this:null;const o=t[e],a=this.filterWide(o);for(const s of a){const o=s.search(t,e+1);if(null!==o)return o}return null}findStrict(t){return this.children.find((e=>e.part===t))||null}filterWide(t){return this.children.filter((e=>e.part===t||e.matchType))}sort(){const{children:t}=this;if(t.length){t.sort(((t,e)=>t.matchType-e.matchType));for(const e of t)e.sort()}this.sorted=!0}static parseParams(t,e){const s=RouteTree.split(t),o=RouteTree.split(e),a={};for(let t=0;t<o.length;t++){const e=o[t],{key:l,matchType:h}=RouteTree.dynamic(e);if(h===RouteTree.MatchTypes.single)a[l]=s[t];else if(h===RouteTree.MatchTypes.multi){a[l]=s.slice(t).join("/");break}}return a}static dynamic(t){if(t){if(Zt(t,"{","}")||Zt(t,"[","]")){t=t.slice(1,-1);const e=RouteTree.dynamic(t);return e.matchType||=RouteTree.MatchTypes.single,e}if(t.startsWith(":"))return{key:t.slice(1),matchType:RouteTree.MatchTypes.single};if(t.startsWith("*"))return{key:t.slice(1),matchType:RouteTree.MatchTypes.multi};if(t.startsWith("..."))return{key:t.slice(3),matchType:RouteTree.MatchTypes.multi}}return{key:t,matchType:RouteTree.MatchTypes.strict}}static split(t){return t.split("/").filter((t=>t))}}RouteTree.MatchTypes={strict:0,single:1,multi:2};class Timeouts{constructor(){this.inner=new Set}add(t){if(void 0!==t)return t=+t,this.inner.has(t)&&clearTimeout(t),this.inner.add(t),t}remove(t){void 0!==t&&(t=+t,clearTimeout(t),this.inner.delete(t))}removeAll(){this.inner.forEach(clearTimeout),this.inner.clear()}}const Kt=(t,{attribute:e})=>!0===e||void 0===e?String(t).toLowerCase():!1!==e&&"symbol"!=typeof t?e:void 0,Qt=/^[\s\S]*{[\s\S]*}$/;class GodownElement extends yt{static define(t=this.elementTagName,e){this.isDefined()||this.godownConfig.define(t,this,e)}static isDefined(){return!!this.getDefined()}static getDefined(){return this.godownConfig.get(this.elementTagName)}static finalize(){super.finalize(),this.elementAttributes=new Map;for(const[t,e]of this.elementProperties.entries()){const s=Kt(t,e);s&&this.elementAttributes.set(s,t)}}get observedRecord(){const t={};for(const[e,s]of this.constructor.elementAttributes.entries())t[e]=this[s];return t}get _slot(){return this.shadowRoot?this.shadowRoot.querySelector("slot:not([name])"):null}get _slotAll(){return this.shadowRoot?[...this.shadowRoot.querySelectorAll("slot")]:[]}get _slottedAll(){return[...this.querySelectorAll("[slot]")]}get _slottedNames(){return this._slottedAll.map((t=>t.getAttribute("slot"))).filter((t=>t))}getBoundingClientRect(){let t;return this.contents&&(t=this.contentsRoot||this.shadowRoot?.firstElementChild)&&t!==this?t.getBoundingClientRect():super.getBoundingClientRect()}getClientRects(){let t;return this.contents&&(t=this.contentsRoot||this.shadowRoot?.firstElementChild)&&t!==this?t.getClientRects():super.getClientRects()}get stylex(){return this.__stylex.css}set stylex(t){t=t.trim(),Qt.test(t)||(t=`:host{${t}}`),this.shadowRoot?(this.__stylex.index&&this.shadowRoot.adoptedStyleSheets.splice(this.__stylex.index,1),this.__stylex.css=t,this.__stylex.index=this.adoptStyles(t)):this.__stylex.lazy=t}constructor(t){super(),this.events=new Events,this.observers=new Observers,this.timeouts=new Timeouts,this.__stylex={},this.assign={...GodownElement.godownConfig?.assign||{},...t}}connectedCallback(){super.connectedCallback(),this.assign&&(Object.assign(this,this.assign),this.assign=null);const{lazy:t}=this.__stylex;t&&(this.adoptStyles(t),this.__stylex.lazy="")}disconnectedCallback(){this.events.removeAll(),this.observers.removeAll(),this.timeouts.removeAll()}mount(t){this.firstUpdated(t)}unmount(){this.disconnectedCallback()}remount(t){this.unmount(),this.connectedCallback(),this.mount(t)}deepQuerySelector(t){return Xt.call(this,t)}deepQuerySelectorAll(t){return Yt.call(this,t)}adoptStyles(...t){if(!this.shadowRoot||!t.length)return;const e=this.shadowRoot.adoptedStyleSheets,s=new CSSStyleSheet;return t.forEach((t=>s.insertRule(t.toString()))),e.push(s),e.length-1}dispatchCustomEvent(t,e,s){this.dispatchEvent(new CustomEvent(t,{detail:e,composed:!0,...s}))}}GodownElement.godownConfig=new class GodownConfig{constructor(t){this.assign=null,this.prefix="godown",this.suffix="",this.components=new Map,this.registry=customElements,t&&Object.assign(this,t)}tag(t){return h(this.prefix+"-"+t+"-"+this.suffix)}define(t,e,s){this.registry.define(t,e,s),this.components.set(t,e)}get(t){return this.registry.get(t)}getName(t){const{getName:e}=this.registry;return e?e(t):[...this.components.entries()].find((([,e])=>e===t))?.[0]||null}whenDefined(t){return this.registry.whenDefined(t)}upgrade(t){this.registry.upgrade(t)}},t([Tt({type:Boolean,reflect:!0})],GodownElement.prototype,"contents",void 0),t([Tt({reflect:!0})],GodownElement.prototype,"stylex",null);class GlobalStyle extends GodownElement{}const Jt=((t,e)=>((t,e)=>((t,e)=>{if(!t||!e)return t;let s=0;for(;s<t.length&&e(t.slice(s,s+1));)s+=1;return t.slice(s)})(((t,e)=>{if(!t||!e)return t;let s=t.length;for(;s>0&&e(t.slice(s-1,s));)s-=1;return t.slice(0,s)})(t,e),e))(t,(t=>t===e)))(GlobalStyle.godownConfig.prefix,"-");function te(t,e=1){return function(t){return v(`--${t}`)}(Jt+"-".repeat(e)+t)}const ee={background:te("background",2),foreground:te("foreground",2),backgroundClip:te("background-clip",2),primaryBackground:te("primary",2),primaryForeground:te("primary-foreground",2),muted:te("muted",2),active:te("active",2),passive:te("passive",2),input:te("input",2),radius:te("radius",2),ringWidth:te("ring-width",2),ringColor:te("ring-color",2)};GlobalStyle.styles=[v(((t,e,s)=>{const o=[...bt(e)];return((t,{truecase:e,falsecase:s})=>{const o="@supports";let a="";return e&&(a+=`${o}(${t}){${e}}`),s&&(a+=`${o} not (${t}){${s}}`),a})("color:light-dark(#fff,#000)",{truecase:xt([[t,kt(o.map((([t,[e,s]])=>[t,`light-dark(${e},${s})`])))]]),falsecase:xt([[t,kt(o.map((([t,e])=>[t,e[s]])))]])})})(":host",[[ee.background,["hsl(0 0% 96%)","hsl(0 0% 4%)"]],[ee.foreground,["hsl(0 0% 4%)","hsl(0 0% 96%)"]],[ee.muted,["hsl(0 0% 90%)","hsl(0 0% 18%)"]]],1)),v(xt({":host":kt([[ee.primaryBackground,Ct(ee.foreground)],[ee.primaryForeground,Ct(ee.background)],[ee.active,Ct(ee.primaryBackground)],[ee.passive,Ct(ee.muted)],[ee.backgroundClip,`linear-gradient(to bottom, ${Ct(ee.foreground)}, ${Ct(ee.muted)})`],[ee.ringColor,Ct(ee.passive)],[ee.ringWidth,".075em"]])})),m`button,dialog,input{border:0;outline:0}*{box-sizing:border-box;font-size:100%;font-style:normal;margin:0;padding:0}:host{border-style:none;box-sizing:border-box;outline-style:none}a{text-decoration:none}span{white-space:nowrap}svg{-webkit-user-select:none;user-select:none}:host([contents]){display:contents}[part=root]{height:100%;width:100%}:host([contents]) [part=root]{height:inherit;width:inherit}:where(:host([contents]) [part=root]){all:inherit;display:revert}`,m`:host{${ee.radius}:0.2em;border-radius:var(${ee.radius})}`];const ie=({width:t,color:e,inset:s})=>`outline-style:solid;outline-color:${e};outline-width:${t};${s?`outline-offset:calc(-1 * ${t});`:""}`,se=({width:t,color:e,inset:s})=>`box-shadow:${s?"inset":""} 0 0 0 ${t} ${e};`,oe={outline:(t,e)=>ie({width:t,color:e,inset:!1}),"outline-inset":(t,e)=>ie({width:t,color:e,inset:!0}),"box-shadow":(t,e)=>se({width:t,color:e,inset:!1}),shadow:(t,e)=>se({width:t,color:e,inset:!1}),"box-shadow-inset":(t,e)=>se({width:t,color:e,inset:!0}),"shadow-inset":(t,e)=>se({width:t,color:e,inset:!0}),border:(t,e)=>(({width:t,color:e})=>`border-style:solid;border-color:${e};border-width:${t};border-style:solid;`)({width:t,color:e})};class RingBuilder{constructor({selector:t=":host",width:e=Ct(ee.ringWidth),color:s=Ct(ee.ringColor),type:o}={}){if(o&&o in oe){const a=oe[o](e,s);this.css=`${t}{${a}}`}else this.css=""}get styleSheet(){return v(this.css).styleSheet}}let re=class Alert extends GlobalStyle{constructor(){super(),this.ringType="border",new StyleController(this,(()=>new RingBuilder({type:this.ringType}).css))}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> <div>${Gt("prefix")}</div> <div part="content"> <strong part="title">${this.title||Gt("title")}</strong> ${this.content||Gt()} </div> <div>${Gt("suffix")}</div> </div>`}static alert(t,e){const s=new this;return Object.assign(s,e),t.appendChild(s),s}};t([Tt({attribute:"ring-type"})],re.prototype,"ringType",void 0),t([Tt()],re.prototype,"title",void 0),t([Tt()],re.prototype,"content",void 0),re=t([At("alert"),St(m`:host{background:var(${ee.background})}:host,:where(:host([contents]) [part=root]){display:block}[part=root]{align-items:center;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;padding:.75em}[part=content],[part=root]{display:grid}`)],re);var ne=re;ne.define();let ae=class Avatar extends GlobalStyle{constructor(){super(...arguments),this.name="",this.round=!1}render(){return lt`<div part="root" ${Lt(l(this.observedRecord,"src"))}> ${this._renderAvatar()} </div>`}_renderAvatar(){return this.src?lt`<img part="image" src="${this.src}" alt="${this.name}" @error=${this._handleError}/>`:this.name?lt`<span part="name">${this.formatName()}</span>`:Gt()}formatName(){return this.name}_handleError(){this.src=void 0}};t([Tt()],ae.prototype,"src",void 0),t([Tt()],ae.prototype,"name",void 0),t([Tt({type:Boolean})],ae.prototype,"round",void 0),ae=t([At("avatar"),St(m`:host{background:var(${ee.passive});height:2em;overflow:hidden;vertical-align:bottom;width:2em}:host,[part=root]{display:inline-flex}:host([contents]) [part=root]{display:inline-flex;height:inherit;width:inherit}:host([round]){border-radius:50%}[part=image]{height:100%;object-fit:cover;width:100%}[part=root]{align-items:center;border-radius:inherit;justify-content:center;position:relative}`)],ae);var le=ae;le.define();const he="button",de=te(he);let ce=class Button extends GlobalStyle{constructor(){super(...arguments),this.plain=!1,this.disabled=!1,this.active=!1,this.round=!1}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> ${this.content||Gt()} <span part="modal-root"></span> </div>`}focus(){this.disabled||(this.active=!0,super.focus())}blur(){this.active=!1,super.blur()}connectedCallback(){super.connectedCallback(),this.events.add(this,"click",this._handelClick,!0)}_handelClick(t){if(this.disabled)return t.stopPropagation(),void t.preventDefault();this.plain||this._handleModal(t)}_handleModal(t){const e=document.createElement("i"),{width:s,height:o}=this.getBoundingClientRect(),{x:a,y:l}=this._root.getBoundingClientRect(),h=2*Math.sqrt(o**2+s**2)+"px";e.style.height=h,e.style.width=h,e.style.left=t.x-a+"px",e.style.top=t.y-l+"px",e.style.animationName="kf",this._modalRoot.appendChild(e),e.addEventListener("animationend",(()=>e.remove()),{once:!0})}};t([Tt({type:Boolean,reflect:!0})],ce.prototype,"plain",void 0),t([Tt({type:Boolean,reflect:!0})],ce.prototype,"disabled",void 0),t([Tt({type:Boolean,reflect:!0})],ce.prototype,"active",void 0),t([Tt({type:Boolean,reflect:!0})],ce.prototype,"round",void 0),t([Tt()],ce.prototype,"content",void 0),t([It("modal-root")],ce.prototype,"_modalRoot",void 0),t([It("root")],ce.prototype,"_root",void 0),ce=t([At(he),St(m`:host(:not([disabled]):active){transform:scale(var(${de}--focus-scale))}:host([round]){border-radius:calc(infinity*1px)}:host([disabled]){cursor:not-allowed;filter:brightness(.85)}:host([plain]){${de}--gradients:unset;${de}--focus-scale:unset}`,m`:host{${de}--modal-animation-duration:1.5s;${de}--focus-scale:.97;${de}--deg:45deg;background:var(${ee.primaryBackground});border-style:none;border-width:var(${ee.ringWidth});color:var(${ee.primaryForeground});cursor:pointer;display:block;overflow:hidden;text-align:center;width:-moz-fit-content;width:fit-content}[part=root]:not([contents]){height:100%;width:100%}[part=root]{padding:.25em .75em;position:relative;-webkit-user-select:none;user-select:none}i{animation-duration:var(${de}--modal-animation-duration);background:var(${de}--modal-background,currentColor);border-radius:50%;height:100%;inset:0;opacity:0;pointer-events:none;position:absolute;transform-origin:0 0;visibility:visible;width:100%}@keyframes kf{0%{opacity:var(${de}--modal-opacity,.1);transform:scale(0) translate(-50%,-50%)}80%{transform:scale(1) translate(-50%,-50%)}to{opacity:0}}`)],ce);var pe=ce;let ue=class Badge extends pe{constructor(){super(...arguments),this.plain=!0,this.round=!0}};ue=t([At("badge"),St(m`:host{font-size:.75em}[part=root]{padding:0 .5em}`)],ue);var fe=ue;fe.define();const ve="breath",me=te(ve),ge=/[\s,]+/;let ye=class Breath extends GlobalStyle{render(){const t=this.getTexts();return lt`<div part="root" ${Lt(this.observedRecord)}> ${[t.map(this._renderText),Ft(this._computeStyle(t.length))]} </div>`}_renderText(t){return lt`<span class="rel"> <span class="nocolor">${t}</span> <span class="colorful">${t}</span> </span>`}getTexts(){return Array.isArray(this.content)?this.content:(this.content||this.textContent).split(ge).filter((t=>t))}_computeStyle(t){const e=50/t,s=this.duration||1e3*(2*t+2);let o="";for(let e=1;e<=t;e++)o+=`.rel:nth-child(${e}) .colorful{animation-delay:${-s/t*(t-e+1)}ms;background:var(${me}--${e},var(${me}--${(e-1)%3+1}));}`;return`.colorful{animation-duration:${s}ms;}@keyframes colorfulN{0%,${3*e}%{opacity:0;}${e}%,${2*e}%{opacity:1;}}${o}`}};t([Tt()],ye.prototype,"content",void 0),t([Tt({type:Number})],ye.prototype,"duration",void 0),ye=t([At(ve),St(m`:host{${me}--deg:60deg;${me}--1-1:#dd3c3c;${me}--1-2:#f5993d;${me}--2-1:#26d944;${me}--2-2:#29a3a3;${me}--3-1:#8c30e8;${me}--3-2:#0d80f2;${me}--1:linear-gradient(var(${me}--deg),var(${me}--1-1),var(${me}--1-2));${me}--2:linear-gradient(var(${me}--deg),var(${me}--2-1),var(${me}--2-2));${me}--3:linear-gradient(var(${me}--deg),var(${me}--3-1),var(${me}--3-2))}`,m`:host{align-items:center;direction:ltr;font-size:2em;margin:auto;width:-moz-fit-content;width:fit-content}:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}::selection{background:none}.rel{font-size:inherit;font-weight:800;letter-spacing:-.05em;position:relative}`,m`.colorful,.nocolor{animation-iteration-count:infinite;-webkit-background-clip:text!important;background-clip:text!important;box-sizing:border-box;color:transparent;display:inline-block;padding:0 .05em}.colorful{animation-name:colorfulN;opacity:0}.nocolor{background:var(${ee.backgroundClip});position:absolute;top:0}`)],ye);var $e=ye;$e.define(),pe.define();const be="card",_e=te(be);let we=class Card extends GlobalStyle{constructor(){super(),this.ringType="border",this.footer=!1,this.header=!1,new StyleController(this,(()=>new RingBuilder({type:this.ringType}).css))}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> ${[this.header?Gt("header"):"",Gt(),this.footer?Gt("footer"):""]} </div>`}};t([Tt({attribute:"ring-type"})],we.prototype,"ringType",void 0),t([Tt({type:Boolean})],we.prototype,"footer",void 0),t([Tt({type:Boolean})],we.prototype,"header",void 0),we=t([At(be),St(m`:host{${_e}--padding:.75em;background:var(${ee.background});display:block;flex-shrink:0}slot{display:block;padding:var(${_e}--padding)}[part=root]{border-radius:inherit}[name=footer]{padding-top:0}[name=header]{padding-bottom:0}`)],we);var xe=we;xe.define();const ke=Wt("0 0 256 256")`<path fill="currentColor" d="M165.66 202.34a8 8 0 0 1-11.32 11.32l-80-80a8 8 0 0 1 0-11.32l80-80a8 8 0 0 1 11.32 11.32L91.31 128Z">`,Ce=Wt("0 0 256 256")`<path fill="currentColor" d="m181.66 133.66l-80 80a8 8 0 0 1-11.32-11.32L164.69 128L90.34 53.66a8 8 0 0 1 11.32-11.32l80 80a8 8 0 0 1 0 11.32">`;function Se(t){return t.getBoundingClientRect().width}let Ae=class Carousel extends GlobalStyle{constructor(){super(...arguments),this.index=0,this.autoChange=0}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> <i part="prev" @click="${this.prev}"> ${ke()} </i> <div part="move-root">${Gt()}</div> <i part="next" @click="${this.next}"> ${Ce()} </i> </div>`}connectedCallback(){super.connectedCallback(),this.children.length&&(this.__cloneFirst?.remove(),this.__cloneLast?.remove(),this.__cloneLast=this.firstElementChild.cloneNode(!0),this.__cloneFirst=this.lastElementChild.cloneNode(!0),this.appendChild(this.__cloneLast),this.insertBefore(this.__cloneFirst,this.firstElementChild)),this.observers.add(this,ResizeObserver,(()=>{this._offset=this._computeOffset(),this._doTranslateX(`${this._offset}px`,!0)}))}async firstUpdated(){await this.updateComplete,this.show(this.index,!0)}attributeChangedCallback(t,e,s){super.attributeChangedCallback(t,e,s),"index"===t&&this.isConnected&&this.show(this.index)}show(t,e){t=this.normalizeIndex(t),this.index=t,this._offset=this._computeOffset(),this._doTranslateX(`${this._offset}px`,e),this.dispatchCustomEvent("change",t),this.timeouts.remove(this.intervalID),this.autoChange>0&&(this.intervalID=this.timeouts.add(setInterval((()=>{this.next()}),this.autoChange)))}next(){this.index===this.childElementCount-3?(this._doTranslateX("0",!0),this.show(0)):this.show(this.index+1)}prev(){0===this.index?(this._doTranslateX(`-${this.childElementCount-1}00%`,!0),this.show(this.children.length-3)):this.show(this.index-1)}_doTranslateX(t,e){this._moveRoot.style.transform=`translateX(${t})`,this._moveRoot.style.transition=e?"none":""}_computeOffset(){let t=0;for(let e=0;e<=this.index;e++)t-=Se(this.children[e]);return t+=(Se(this)-Se(this.children[this.index+1]))/2,t}normalizeIndex(t){return t<0?0:t>this.children.length-3?this.children.length-3:t}};t([Tt({type:Number})],Ae.prototype,"index",void 0),t([Tt({type:Number})],Ae.prototype,"autoChange",void 0),t([It("move-root")],Ae.prototype,"_moveRoot",void 0),Ae=t([At("carousel"),St(m`:host{display:block;transition:.3s}[part=root]{direction:ltr;overflow:hidden}[part=move-root],[part=root]{display:flex;height:100%;position:relative;transition:inherit;width:100%}[part=next],[part=prev]{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;-webkit-user-select:none;user-select:none;width:1.5em;z-index:1}[part=prev]{left:0}[part=next]{right:0}slot::slotted(*){flex-shrink:0!important}`)],Ae);var Re=Ae;Re.define();const Ee="chip",Te=te(Ee);let Me=class Chip extends GlobalStyle{constructor(){super(...arguments),this.position="top-right",this.value=0,this.dot=!1,this.max=99}formatValue(t){return t>this.max?this.max+"+":t+""}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> ${Gt()} ${this.value||this.dot?lt`<div part="chip">${this.dot?"":this.formatValue(this.value)}</div>`:""} </div>`}};t([Tt()],Me.prototype,"position",void 0),t([Tt({type:Number})],Me.prototype,"value",void 0),t([Tt({type:Boolean})],Me.prototype,"dot",void 0),t([Tt({type:Number})],Me.prototype,"max",void 0),Me=t([At(Ee),St(m`:host{${Te}--offset:0%;${Te}--offset-x:var(${Te}--offset);${Te}--offset-y:var(${Te}--offset)}:host,:host([contents]) [part=root]{display:inline-block}[part=root]{position:relative}[part=chip]{background:var(${ee.primaryBackground});border-radius:calc(infinity*1px);color:var(${ee.primaryForeground});font-size:75%;padding:0 .5em;position:absolute;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none}[part=chip]:empty{border-radius:50%;font-size:100%;height:.5em;padding:0;width:.5em}[position^=top] [part=chip]{top:calc(var(${Te}--offset-y))}[position$=right] [part=chip]{left:calc(100% - var(${Te}--offset-x))}[position^=bottom] [part=chip]{top:calc(100% - var(${Te}--offset-y))}[position$=left] [part=chip]{left:calc(var(${Te}--offset-x))}`)],Me);var Pe=Me;Pe.define();const Ne=Wt("0 0 256 256")`<path fill="currentColor" d="m213.66 101.66l-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32">`;class SuperOpenable extends GlobalStyle{constructor(){super(...arguments),this.open=!1}toggle(t=!this.open){this.open=t}close(){this.open=!1}show(){this.open=!0}updated(t){void 0!==t.get("open")&&this.dispatchCustomEvent("change",this.open)}}t([Tt({type:Boolean,reflect:!0})],SuperOpenable.prototype,"open",void 0);const Oe="details",Be=te(Oe);let Ie=class Details extends SuperOpenable{constructor(){super(...arguments),this.float=!1,this.fill=!1,this.summary=""}render(){return lt`<dl part="root" ${Lt(this.observedRecord)}> <dt part="title" @click="${()=>this.toggle()}"> <span part="summary">${this.summary||Gt("summary")}</span> <span part="icon">${Ne()}</span> </dt> <dd part="details" @click=${this.fill?()=>this.toggle():null}> <div style="min-height: 0;">${Gt()}</div> </dd> </dl>`}};t([Tt({type:Boolean})],Ie.prototype,"float",void 0),t([Tt({type:Boolean})],Ie.prototype,"fill",void 0),t([Tt()],Ie.prototype,"summary",void 0),Ie=t([At(Oe),St(m`:host{${Be}--icon-deg-open:0deg;${Be}--icon-deg-close:90deg;display:block;transition:.3s}[part=root]{padding:.25em;position:relative}[part=title]{align-items:center;direction:ltr;grid-template-columns:auto auto;height:100%;justify-content:space-between}[part=details],[part=title]{display:grid;overflow:hidden;transition:inherit}[part=details]{grid-template-rows:0fr}:host([open]) [part=details]{grid-template-rows:1fr}[float] [part=details]{position:absolute;top:100%;width:100%}[part]{transition:inherit;transition-property:transform,grid-template-rows}[part=icon]{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;transform:rotate(var(${Be}--icon-deg-close))}:host([open]) [part=icon]{transform:rotate(var(${Be}--icon-deg-open))}`)],Ie);var ze=Ie;ze.define();const De="dialog",Ue=te(De),He=/[\s,]+/;let je=class Dialog extends SuperOpenable{constructor(){super(...arguments),this.key="Escape",this.__modalInvoke=!1}set modal(t){this.contents=t}get modal(){return this.contents}render(){return lt`<dialog part="root" ${Lt(this.observedRecord)}> ${Gt()} </dialog>`}showModal(){this.modal=!0,this.__modalInvoke=!0,this.show()}attributeChangedCallback(t,e,s){super.attributeChangedCallback(t,e,s),"open"===t&&(this.open?this.modal?this._dialog.showModal():this._dialog.show():this._dialog.close())}updated(t){t.has("open")&&(this.open?(this.__submitEvent=this.events.add(this,"submit",this._handelSubmit),this.key&&(this.__keydownEvent=this.events.add(document,"keydown",this._handleKeydown.bind(this)))):(this.events.remove(this,"submit",this.__submitEvent),this.events.remove(document,"keydown",this.__keydownEvent)))}_handleKeydown(t){const e=this.key.split(He);(e.includes(t.key)||e.includes(t.code))&&(t.preventDefault(),this.close())}_handelSubmit(t){"dialog"===t.target.method&&(t.preventDefault(),this.close())}close(){this.__modalInvoke&&(this.modal=!1,this.__modalInvoke=!1),this.open=!1}};t([Tt({type:Boolean,reflect:!0})],je.prototype,"modal",null),t([Tt()],je.prototype,"key",void 0),t([Nt("dialog")],je.prototype,"_dialog",void 0),je=t([At(De),St(m`:host{${Ue}--background-modal:#000;${Ue}--opacity-modal:0.2;background:none;display:block;left:50%;margin:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content}:host(:not([open])){visibility:hidden}:host([contents]) dialog{position:fixed}dialog{background:inherit;position:relative}::backdrop{background:var(${Ue}--background-modal);opacity:var(${Ue}--opacity-modal)}`)],je);var Le=je;Le.define();let Ve=class Divider extends GlobalStyle{constructor(){super(...arguments),this.vertical=!1}render(){return lt`<div part="root"></div>`}};t([Tt({type:Boolean,reflect:!0})],Ve.prototype,"vertical",void 0),Ve=t([At("divider"),St(m`:host{background:currentColor;color:var(${ee.passive});display:block;height:.05em;width:100%}:host([vertical]){height:100%;width:.05em}`)],Ve);var Ge=Ve;Ge.define();let Fe=class Dragbox extends GlobalStyle{constructor(){super(...arguments),this.__drag=!1}get _offsetParent(){return this.offsetParent??document.body}render(){return lt`<div part="root" ${Lt(this.observedRecord)} @mousedown="${this._handleDragStart}"> ${Gt()} </div>`}firstUpdated(){this.reset()}_handleDragStart(t){this.__x=t.x,this.__y=t.y;const e=this._offsetParent.getBoundingClientRect(),s=this.getBoundingClientRect();this.__t=s.top-e.top,this.__l=s.left-e.left,this.__drag=!0,this.__handleMouseMove=this.events.add(document,"mousemove",this._handleDrag.bind(this)),this.__handleMouseLeave=this.events.add(document,"mouseleave",this._handleDragEnd.bind(this)),this.__handleMouseUp=this.events.add(document,"mouseup",this._handleDragEnd.bind(this))}_handleDragEnd(){this.__drag=!1,this.events.remove(document,"mousemove",this.__handleMouseMove),this.events.remove(document,"mouseleave",this.__handleMouseLeave),this.events.remove(document,"mouseup",this.__handleMouseUp)}_handleDrag(t){if(!this.__drag)return;const{__x:e,__y:s,__l:o,__t:a,style:l}=this,{height:h,width:d}=this._offsetParent.getBoundingClientRect(),{width:c,height:p}=this.getBoundingClientRect(),u=t.x-(e-o),f=t.y-(s-a);l.left=u<0?"0":u<d-c?`${u}px`:d-c+"px",l.top=f<0?"0":f<h-p?`${f}px`:h-p+"px"}reset(){const{x:t,y:e,style:s,offsetWidth:o,offsetHeight:a,offsetLeft:l,offsetTop:h}=this,{height:d,width:c}=this._offsetParent.getBoundingClientRect();s.left=t||"0",s.top=e||"0",l>c-o&&(s.left=c-o+"px"),h>d-a&&(s.top=d-a+"px")}};t([Tt()],Fe.prototype,"x",void 0),t([Tt()],Fe.prototype,"y",void 0),Fe=t([At("dragbox"),St(m`:host{display:block;position:absolute}:host(:active){-webkit-user-select:none;user-select:none}`)],Fe);var We=Fe;We.define();let qe=class Flex extends GlobalStyle{constructor(){super(...arguments),this.vertical=!1}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> ${[Gt(),Ft(xt({":host":{gap:this.gap,"flex-flow":this.flexFlow,"flex-direction":this.vertical&&"column","align-items":this.items,"justify-content":this.content}}))]} </div>`}};t([Tt({attribute:"flex-flow"})],qe.prototype,"flexFlow",void 0),t([Tt()],qe.prototype,"gap",void 0),t([Tt()],qe.prototype,"content",void 0),t([Tt()],qe.prototype,"items",void 0),t([Tt({type:Boolean})],qe.prototype,"vertical",void 0),qe=t([At("flex"),St(m`:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}`)],qe);var Ye,Xe=qe;Xe.define();let Ze=Ye=class Form extends GlobalStyle{constructor(){super(...arguments),this.name="",this.nameValue=this.namevalue}get value(){return Ye.buildValue(this._slot.assignedElements())}render(){return Gt()}reset(){this.deepQuerySelectorAll("*").forEach((t=>{t.tagName!==this.tagName&&t.reset&&t.reset()}))}namevalue(){return[this.name,this.value]}static buildValue(t){const e={};for(const s of t)if("FORM"===s.tagName)Object.assign(e,Object.fromEntries(new FormData(s).entries()));else if(s.namevalue){const[t,o]=s.namevalue();t&&(e[t]=o)}else if(s.name&&void 0!==s.value)e[s.name]=s.value;else if(s.shadowRoot)for(const t of s.shadowRoot.querySelectorAll("slot"))Object.assign(e,this.buildValue(t.assignedElements()));return e}};t([Tt()],Ze.prototype,"name",void 0),Ze=Ye=t([At("form"),St(m`:host{display:block}`)],Ze);var Ke=Ze;Ke.define();const Qe=t=>{return e=t,Number.isNaN(+e)?t:`repeat(${t},1fr)`;var e};let Je=class Grid extends GlobalStyle{render(){return lt`<div part="root" ${Lt(this.observedRecord)}> ${[Gt(),Ft(xt({":host":{gap:this.gap,"grid-template-columns":Qe(this.columns),"grid-template-rows":Qe(this.rows),"place-content":this.content,"place-items":this.items}}))]} </div>`}};t([Tt()],Je.prototype,"gap",void 0),t([Tt()],Je.prototype,"columns",void 0),t([Tt()],Je.prototype,"rows",void 0),t([Tt()],Je.prototype,"content",void 0),t([Tt()],Je.prototype,"items",void 0),Je=t([At("grid"),St(m`:host,:host([contents]) [part=root]{display:grid}[part=root]{display:contents}`)],Je);var ti,ei=Je;ei.define();let ii=ti=class Router extends GlobalStyle{constructor(){super(...arguments),this.__fieldRouteTree=new RouteTree,this.__slottedRouteTree=new RouteTree,this.__cacheRecord=new Map,this.component=null,this.pathname=location.pathname,this.default=Gt(),this.type="united",this.cache=!1,this.handlePopstate=this.events.add(window,"popstate",(()=>{this.pathname=location.pathname}))}get params(){return this.path?RouteTree.parseParams(this.pathname,this.path):{}}set routes(t){this.__routes=t,this.collectFieldRoutes(t)}get routes(){return this.__routes}clear(){this.__cacheRecord.clear()}render(){let t;if(this.cache&&(t=this.__cacheRecord.get(this.pathname))&&(this.component=t.component,this.path=t.path,this.pathname=t.pathname),!t)switch(this.type){case"field":this.component=this.fieldComponent();break;case"slotted":this.component=this.slottedComponent();break;default:this.component=this.fieldComponent()??this.slottedComponent()}return this.component??this.default}connectedCallback(){super.connectedCallback(),ti.routerInstances.add(this),"field"!==this.type&&(this.observers.add(this,MutationObserver,this.collectSlottedRoutes,{attributes:!0,attributeFilter:["slot"],subtree:!0}),this.collectSlottedRoutes())}disconnectedCallback(){super.disconnectedCallback(),ti.routerInstances.delete(this)}useRouter(){return{pathname:this.pathname,params:this.params,path:this.path,component:this.component}}updated(t){if(t.has("pathname")||t.has("path")){const t=this.useRouter();!this.__cacheRecord.has(this.pathname)&&this.path&&this.__cacheRecord.set(this.pathname,t),this.dispatchCustomEvent("change",t)}}fieldComponent(t){if(t||=this.__fieldRouteTree.search(this.pathname)?.pattern,this.path=t,!t)return null;const e=this.routes.find((e=>e.path===t));return e?"render"in e?e.render?.(l(this.useRouter(),"component"))||null:e.component:null}slottedComponent(t){const e=this._slottedNames;return t||=this.__slottedRouteTree.search(this.pathname)?.pattern,this.path=t,t?(this.path=e.find((e=>e===t)),this.path?Gt(this.path):null):null}collectSlottedRoutes(){this.__slottedRouteTree=new RouteTree,this.clear(),this._slottedNames.forEach((t=>{this.__slottedRouteTree.insert(t)}))}collectFieldRoutes(t){this.__fieldRouteTree=new RouteTree,this.clear(),t.forEach((({path:t})=>{this.__fieldRouteTree.insert(t)}))}static updateAll(){this.routerInstances.forEach((t=>{t.handlePopstate()}))}search(t){return this.__fieldRouteTree.search(t)||this.__slottedRouteTree.search(t)}};ii.routerInstances=new Set,t([Mt()],ii.prototype,"component",void 0),t([Mt()],ii.prototype,"path",void 0),t([Tt()],ii.prototype,"pathname",void 0),t([Mt()],ii.prototype,"default",void 0),t([Tt()],ii.prototype,"type",void 0),t([Tt({type:Boolean})],ii.prototype,"cache",void 0),t([Mt()],ii.prototype,"routes",null),ii=ti=t([At("router"),St(m`:host{display:contents}`)],ii);var si=ii;const oi="auto";let ri=class Link extends GlobalStyle{constructor(){super(...arguments),this.type=oi,this.suppress=!1,this.replace=!1,this.target="_self",this.state={},this.handleState=()=>{switch(this.type){case oi:case"push":if(!this.replace){history.pushState(this.state,"",this.href);break}case"replace":history.replaceState(this.state,"",this.href)}}}get pathname(){return new URL(this.href,location.href).pathname}_handleClick(t){const{state:e,type:s,href:o,pathname:a,suppress:l}=this;if(!o)return;if(this.dispatchCustomEvent("navigate",{...this.observedRecord,pathname:a,state:e}),o.startsWith("#")||"normal"===s)return;this.handleState();const h=[...si.routerInstances];l||s===oi&&!h.some((t=>t.search(location.pathname)))||(t.preventDefault(),si.routerInstances.forEach((t=>{t.handlePopstate()})))}render(){return lt`<a part="root" ${Lt(this.observedRecord)} href="${this.href||ct}" target="${this.target}" @click=${this._handleClick}> ${Gt()} </a>`}};t([Tt()],ri.prototype,"type",void 0),t([Tt({type:Boolean})],ri.prototype,"suppress",void 0),t([Tt({type:Boolean})],ri.prototype,"replace",void 0),t([Tt()],ri.prototype,"href",void 0),t([Tt()],ri.prototype,"target",void 0),ri=t([At("link"),St(m`:host{color:currentColor;cursor:default;display:inline-block}:host([href]){cursor:pointer}a{color:currentColor;display:contents}`)],ri);var ni=ri;let ai=class Heading extends ni{constructor(){super(...arguments),this.as="h1",this.anchor="#",this.side="left"}render(){const t=this.href||(this.id?"#"+this.id:void 0);return lt`<a part="root" href="${t||ct}"> ${this.wrapHeading(Gt(),t?lt`<i part="${Ht("anchor",this.side)}">${this.anchor}</i>`:"")} </a>`}wrapHeading(...t){switch(this.as){case"h2":return lt`<h2>${t}</h2>`;case"h3":return lt`<h3>${t}</h3>`;case"h4":return lt`<h4>${t}</h4>`;case"h5":return lt`<h5>${t}</h5>`;case"h6":return lt`<h6>${t}</h6>`;default:return lt`<h1>${t}</h1>`}}};t([Tt()],ai.prototype,"as",void 0),t([Tt()],ai.prototype,"anchor",void 0),t([Tt()],ai.prototype,"side",void 0),ai=t([At("heading"),St(m`:host{display:block;text-align:start}[part~=anchor]{min-width:1.25em;position:absolute;right:100%;text-align:center}[part~=left][part~=anchor]{right:100%}[part~=right][part~=anchor]{left:100%}h1,h2,h3,h4,h5,h6{font-size:revert;position:relative;width:-moz-fit-content;width:fit-content}`)],ai);var li=ai;li.define();const hi=Wt("0 0 256 256")`<path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76l19.24 21.17C25 88.84 9.38 123.2 8.69 124.76a8 8 0 0 0 0 6.5c.35.79 8.82 19.57 27.65 38.4C61.43 194.74 93.12 208 128 208a127.1 127.1 0 0 0 52.07-10.83l22 24.21a8 8 0 1 0 11.84-10.76Zm47.33 75.84l41.67 45.85a32 32 0 0 1-41.67-45.85M128 192c-30.78 0-57.67-11.19-79.93-33.25A133.2 133.2 0 0 1 25 128c4.69-8.79 19.66-33.39 47.35-49.38l18 19.75a48 48 0 0 0 63.66 70l14.73 16.2A112 112 0 0 1 128 192m6-95.43a8 8 0 0 1 3-15.72a48.16 48.16 0 0 1 38.77 42.64a8 8 0 0 1-7.22 8.71a6 6 0 0 1-.75 0a8 8 0 0 1-8-7.26A32.09 32.09 0 0 0 134 96.57m113.28 34.69c-.42.94-10.55 23.37-33.36 43.8a8 8 0 1 1-10.67-11.92a132.8 132.8 0 0 0 27.8-35.14a133.2 133.2 0 0 0-23.12-30.77C185.67 75.19 158.78 64 128 64a118.4 118.4 0 0 0-19.36 1.57A8 8 0 1 1 106 49.79A134 134 0 0 1 128 48c34.88 0 66.57 13.26 91.66 38.35c18.83 18.83 27.3 37.62 27.65 38.41a8 8 0 0 1 0 6.5Z">`,di=m`:host([disabled]){cursor:not-allowed;filter:brightness(.85)}input:disabled{cursor:inherit}input::-ms-clear,input::-ms-reveal{display:none}`;let ci=class SuperInput extends GlobalStyle{constructor(){super(...arguments),this.autofocus=!1,this.ringType="border",this.disabled=!1,this.compositing=!1,this.makeId=Math.random().toString(36).slice(1),this.nameValue=this.namevalue}get observedRecord(){return l(super.observedRecord,"default","value")}set defaultValue(t){this.default=t}get defaultValue(){return this.default}namevalue(){return[this.name,this.value]}reset(){this.value=this.default,this._input.value=this.default}_handleInput(t){t.stopPropagation(),this.compositing||(this.value=t.target.value?.trim(),this.dispatchCustomEvent("input",this.value,{bubbles:!0}))}_handleChange(t){this.dispatchCustomEvent("change",this.value)}connectedCallback(){super.connectedCallback(),this._connectedInit()}_connectedInit(){this.default??=this.value||"",this.value??=this.default}_compositionInit(){this._input&&(this.events.add(this._input,"compositionstart",(()=>this.compositing=!0)),this.events.add(this._input,"compositionend",(t=>{this.compositing=!1,this._handleInput(t)})))}_changeInputType(t){this._input&&(this._input.type=t)}focus(t){this._input?.focus(t)}firstUpdated(){this._compositionInit()}_renderPrefix(){return lt`<i part="prefix">${Gt("prefix")}</i>`}_renderSuffix(){return lt`<i part="suffix">${Gt("suffix")}</i>`}};t([Tt()],ci.prototype,"autocomplete",void 0),t([Tt({attribute:"ring-type"})],ci.prototype,"ringType",void 0),t([Tt({type:Boolean,reflect:!0})],ci.prototype,"disabled",void 0),t([Tt({reflect:!0})],ci.prototype,"type",void 0),t([Tt({reflect:!0})],ci.prototype,"placeholder",void 0),t([Tt({reflect:!0})],ci.prototype,"name",void 0),t([Tt()],ci.prototype,"value",void 0),t([Tt()],ci.prototype,"default",void 0),t([It("input")],ci.prototype,"_input",void 0),ci=t([St(di)],ci);let pi=class Input extends ci{constructor(){super(),this.type="text",this.variant="default",new StyleController(this,(()=>new RingBuilder({type:this.ringType}).css+("outline"===this.variant?`:host{${ee.ringColor}:currentColor}`:"")))}render(){return lt`<label part="root" ${Lt(this.observedRecord)}> ${[this._renderPrefix(),lt`<input part="input" type="${this.type}" .value="${this.value}" ?autofocus="${this.autofocus}" ?disabled="${this.disabled}" autocapitalize="${this.autocapitalize||ct}" autocomplete="${this.autocomplete||ct}" placeholder="${this.placeholder||ct}" @input="${this._handleInput}" @change="${this._handleChange}"/>`,this._renderSuffix()]} </label>`}_renderSuffix(){const t="password";return this.type===t?lt`<i part="suffix icon" @mousedown="${()=>this._changeInputType("text")}" @mouseup="${()=>this._changeInputType(t)}" @mouseleave="${()=>this._changeInputType(t)}"> ${hi()} </i>`:super._renderSuffix()}};t([Tt()],pi.prototype,"variant",void 0),t([It("input")],pi.prototype,"_input",void 0),pi=t([At("input"),St(m`:host{display:block;${ee.input}-space:0.2em;${ee.input}-icon-color:grey}:host(:active),:host(:focus-within){${ee.ringColor}:currentColor;${ee.input}-icon-color:currentColor}[part~=root]{align-items:center;border-radius:inherit;display:flex;padding:.4em .5em;position:relative}[part=input]{background:none;color:currentColor;flex-grow:1;height:100%;width:100%}[part~=icon]{align-items:center;color:var(${ee.input}-icon-color);display:flex;justify-content:center}[part~=prefix],[part~=suffix]{display:flex;height:100%}[part~=suffix][part~=icon]{padding-inline-start:var(${ee.input}-space)}[part~=prefix][part~=icon]{padding-inline-end:var(${ee.input}-space)}`)],pi);var ui=pi;ui.define();let fi=class Layout extends GlobalStyle{constructor(){super(...arguments),this.sticky=!1}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> <header part="header">${Gt("header")}</header> <main part="main">${Gt()}</main> <footer part="footer">${Gt("footer")}</footer> </div>`}};t([Tt({type:Boolean})],fi.prototype,"sticky",void 0),fi=t([At("layout"),St(m`:host{flex-direction:column;grid-template-rows:auto 1fr auto;min-height:100%;width:100%}:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}[part=main]{flex:1;width:100%}[part=footer],[part=header]{flex-shrink:0;width:100%}[sticky] header{position:sticky;top:0}`)],fi);var vi=fi;vi.define(),ni.define();let mi=class Progress extends GlobalStyle{constructor(){super(...arguments),this.max=1,this.min=0}render(){let t,s=20;if(!e(this.value)){const e=new Ranger(this.min,this.max);s=(+this.value-this.min)/e.diff*100,t="static"}return lt`<div part="root" ${Lt(this.observedRecord)} class="${t}"> <i part="value" style="width:${s}%;"></i> </div>`}};t([Tt({type:Number})],mi.prototype,"max",void 0),t([Tt({type:Number})],mi.prototype,"min",void 0),t([Tt({type:Number})],mi.prototype,"value",void 0),mi=t([At("progress"),St(m`:host{background:var(${ee.passive});border-radius:.25em;color:var(${ee.active});height:.5em;width:100%}:host,[part=root]{display:block}[part=root]{border-radius:inherit;overflow:hidden;position:relative;z-index:1}[part=value]{animation:progress 1.8s ease-in-out infinite alternate;background:currentColor;border-radius:inherit;height:100%;left:0;position:absolute;top:0;transition:all .3s;z-index:2}@keyframes progress{0%{left:0}to{left:80%}}.static [part=value]{animation:none}`)],mi);var gi=mi;gi.define();const yi="range",$i=te(yi);let bi=class Range extends ci{constructor(){super(...arguments),this.min=0,this.max=100,this.vertical=!1,this.__focusStack=[]}get range(){return Array.isArray(this.value)}get rangeValue(){return this.range?this.value:[this.value]}padValue(t,e=0){const{rangeValue:s}=this,o=t-s.length;return o>0?new Array(o).fill(e).concat(s):s}attributeChangedCallback(t,e,s){super.attributeChangedCallback(t,e,s),"max"!==t&&"min"!==t&&"step"!==t||(this._ranger=new Ranger(this.min,this.max,this.step))}get observedRecord(){return l(super.observedRecord,"ring-type")}render(){const t=this.padValue(2),e=Math.min(...t),s=Math.max(...t),o=this._ranger.diff;return lt`<div part="root" ${Lt(this.observedRecord)} @mousedown="${this.disabled?null:this._handleMousedownRoot}" style="${kt([["--from",(e-this.min)/o*100+"%"],["--to",(s-this.min)/o*100+"%"],...t.map(((t,e)=>[`--handle-${e}`,(t-this.min)/o*100+"%"]))])}"> <div part="track"></div> ${qt(this.rangeValue.length,(t=>this._renderHandle(t)))} </div>`}_renderHandle(t){const{disabled:e,range:s,rangeValue:o}=this,a=!s||s&&t===o.length-1&&1===o.length;return lt`<i tabindex="0" part="${Ht("handle",`handle-${t}`)}" @mousedown="${e?null:this.createMouseDown(t)}" style="${kt({"z-index":this.__focusStack.indexOf(t)+1,"--handle":`var(--${a?"to":`handle-${t}`})`})}"></i>`}focusHandle(t){this.lastFocus=t;const e=this.__focusStack.indexOf(t);-1!==e&&this.__focusStack.splice(e,1),this.__focusStack.push(t);const s=this._handles.item(t);s?.focus(),this.__keydownEvent||(this.__keydownEvent=this.events.add(document,"keydown",this.createKeydownEvent(t)))}blurHandle(){this.lastFocus=void 0,this.__keydownEvent=this.events.remove(document,"keydown",this.__keydownEvent)}createKeydownEvent(t){return e=>{const{rangeValue:s,step:o}=this;s.length<2&&(t=0);const a=s[t];"ArrowLeft"===e.key||"ArrowDown"===e.key?(e.preventDefault(),this.createSetValue(t)(a-o)):"ArrowRight"!==e.key&&"ArrowUp"!==e.key||(e.preventDefault(),this.createSetValue(t)(a+o))}}createMouseDown(t){return e=>{this.focusHandle(t),this.createMousedownListener(this.createSetValue(t))(e)}}createSetValue(t){return e=>{const s=this._ranger.normalize(e);let o=s;this.range&&(o=[...this.value],o[t]=s),this.value=o,this.dispatchCustomEvent("change",this.value)}}_computeValue({clientX:t,clientY:e}){const{top:s,left:o,height:a,width:l}=this._root.getBoundingClientRect();return this._ranger.present(this.vertical?(e-s)/a:(t-o)/l)}_handleMousedownRoot(t){const e=this._computeValue(t),s=this.range?this.rangeValue.reduce(((t,s,o)=>Math.abs(e-s)<Math.abs(e-this.rangeValue[t])?o:t),0):0,o=this.createSetValue(s);o(e),this.createMousedownListener(o)(t),this.focusHandle(s)}createMousedownListener(t){return e=>{e.preventDefault(),e.stopPropagation();const s=this.createMousemoveListener(t);this.events.add(document,"mousemove",s);const o=()=>{this.events.remove(document,"mousemove",s),this.events.remove(document,"mouseup",o)};this.events.add(document,"mouseup",o)}}createMousemoveListener(t){return e=>{const s=this._computeValue(e);s===this._ranger.restrict(s)&&t?.call(this,s)}}_connectedInit(){this._ranger=new Ranger(this.min,this.max,this.step);const t=this._ranger.diff;this.step||=t/100,e(this.value)&&(e(this.default)?this.value=Math.round(t/2/this.step)*this.step:this.value=this.default),this.default??=this.value}reset(){this.value=this.default}sort(){return this.value=this.toSorted()}toSorted(){return this.range?[...this.value].sort(((t,e)=>t-e)):this.value}};t([Tt({type:Number})],bi.prototype,"min",void 0),t([Tt({type:Number})],bi.prototype,"max",void 0),t([Tt({type:Number})],bi.prototype,"step",void 0),t([Tt({type:Boolean,reflect:!0})],bi.prototype,"vertical",void 0),t([Tt({type:Array})],bi.prototype,"value",void 0),t([Tt({type:Array})],bi.prototype,"default",void 0),t([It("root")],bi.prototype,"_root",void 0),t([Bt("[part=handle]")],bi.prototype,"_handles",void 0),t([Mt()],bi.prototype,"lastFocus",void 0),bi=t([At(yi),St(m`:host{${$i}--track-width:.5em;${$i}--handle-scale:1;${$i}--track-background:var(${ee.active});background:var(${ee.passive});display:block;height:var(${$i}--track-width);width:100%}:host([contents]) [part=root]{width:inherit}:host([vertical]){height:100%;width:-moz-fit-content;width:fit-content}[part=root]{position:relative;--from:0%;--to:50%}[part=root],[part=track]{border-radius:inherit;min-height:inherit}[part=track]{background:var(${$i}--track-background);height:100%;justify-content:space-between;left:min(var(--from),var(--to));pointer-events:none;width:max(calc(var(--to) - var(--from)),calc(var(--from) - var(--to)))}[part=track],[part~=handle]{display:flex;position:absolute}[part~=handle]{align-items:center;background:var(${ee.background});border:.1em solid;border-radius:50%;height:1em;justify-content:center;outline:0;transform:scale(var(${$i}--handle-scale)) translate(-50%,-25%);transform-origin:0 25%;-webkit-user-select:none;user-select:none;width:1em}`,m`[vertical]{height:inherit;width:var(${$i}--track-width)}[vertical] i{transform:translate(-25%,-50%)}[vertical] [part=track]{height:max(calc(var(--to) - var(--from)),calc(var(--from) - var(--to)));left:0;top:min(var(--from),var(--to));width:100%}`,m`[part~=handle]{left:var(--handle);top:0}[vertical] [part~=handle]{left:0;top:var(--handle)}`)],bi);var _i=bi;_i.define();const wi="rotate",xi=te(wi);let ki=class Rotate extends GlobalStyle{render(){return lt`<div part="root"> <div part="slot" @mousemove="${this._handleRotate}"> ${Gt()} </div> <i @mouseleave="${this.reset}"></i> </div>`}reset(){this._root.style.removeProperty("transform"),this._root.style.removeProperty("transition")}_handleRotate(t){const{rotateX:e,rotateY:s}=this._computeOffset(t);this._root.style.setProperty("transform",`rotateX(${e}rad) rotateY(${s}rad)`),this._root.style.setProperty("transition","0s")}_computeOffset(t){const{left:e,top:s,width:o,height:a}=this._root.getBoundingClientRect(),{clientX:l,clientY:h}=t;return{rotateX:-(h-s-a/2)/a/2,rotateY:(l-e-o/2)/o/2}}};t([It("root")],ki.prototype,"_root",void 0),ki=t([At(wi),St(m`:host{display:block;transition:all .5s ease-in-out;width:-moz-fit-content;width:fit-content;${xi}--offset:.5em}div{position:relative;transition:inherit;transition-property:transform}i{box-sizing:content-box;height:100%;margin:calc(var(${xi}--offset)*-1);padding:var(${xi}--offset);position:absolute;top:0;width:100%}[part=slot]{z-index:2}`)],ki);var Ci=ki;Ci.define(),si.define();const Si=v("[direction-inset-align]");m`[direction^=top] ${Si}{top:0}[direction^=bottom] ${Si}{bottom:0}[direction$=right] ${Si}{right:0}[direction$=left] ${Si}{left:0}`;const Ai=v("[direction-outset-place]"),Ri=m`[direction^=top] ${Ai}{bottom:100%}[direction^=bottom] ${Ai}{top:100%}[direction$=right] ${Ai}{left:100%}[direction$=left] ${Ai}{right:100%}`;function Ei(t,e){return t&&e&&t.toLowerCase().includes(e.toLowerCase())}function Ti(t,e){if(t){const s="checked";e?t.setAttribute(s,""):t.removeAttribute(s)}}let Mi=class Select extends ui{constructor(){super(...arguments),this.multiple=!1,this.visible=!1,this.autoDirection="bottom",this.__store=[]}get observedRecord(){return{...super.observedRecord,direction:this.direction||this.autoDirection}}render(){return lt`<label part="root" ${Lt(this.observedRecord)}> ${[this._renderPrefix(),lt`<input part="input" type="${this.type}" .value="${this.text}" ?autofocus="${this.autofocus}" ?disabled="${this.disabled}" autocapitalize="${this.autocapitalize||ct}" autocomplete="${this.autocomplete||ct}" placeholder="${this.placeholder||ct}" @focus="${this._handleFocus}" @input="${this._handleInput}" @change="${this._handleChange}"/>`,this._renderSuffix(),lt`<label part="content" direction-outset-place> ${Gt()} </label>`]} </label>`}_renderSuffix(){return lt`<i part="suffix icon">${Ne()}</i>`}_handleFocus(){if(!this.direction){const{top:t,bottom:e}=this.getBoundingClientRect();window.innerHeight-e<this._content.clientHeight&&t>this._content.clientHeight?this.autoDirection="top":this.autoDirection="bottom"}this.visible=!0}firstUpdated(){this.events.add(this._content,"click",(t=>{t.preventDefault(),t.stopPropagation();const{target:e}=t,s=this.optionValue(e);if(s){const t=this.select(s,e.textContent);this.multiple||Ti(this.lastChecked,0),Ti(e,t),this.lastChecked=e}this._input.focus()})),this.events.add(document,"click",(t=>{t.stopPropagation();const e=t.composedPath()[0];e&&!this.shadowRoot.contains(e)&&this.blur()}))}_connectedInit(){if(!this.value){const t=[...this.querySelectorAll("[checked]")];(this.multiple?t:t.length?[this.lastChecked=t[0]]:[]).forEach((t=>{Ti(t,this.select(this.optionValue(t),t.textContent))})),this.default=this.value,this.defaultText=this.text,this.defaultChecked=t}this.text||(this.text="")}reset(){this.value=this.default,this.text=this.defaultText,this.querySelectorAll("[checked]").forEach((t=>Ti(t,0))),this.defaultChecked.forEach((t=>Ti(t,1)))}select(t,e){e||=t,e=e.trim();let s=0;if(this.multiple){const o=this.__store.findIndex((e=>e.value===t));o>-1?this.__store.splice(o,1):(this.__store.push({value:t,text:e}),s=1),this.value=this.__store.map((t=>t.value)),this.text=this.__store.map((t=>t.text)).join(", ")}else this.value===t?(this.value="",this.text=""):(this.value=t,this.text=e,s=1);return this.dispatchCustomEvent("select",this.value),this.filter(),s}filter(t){t=t?.trim(),[...this.children].forEach((e=>{this.filterCallback(e,!t||Ei(this.optionValue(e),t)||Ei(e.textContent,t),t)}))}filterCallback(t,e,s){t.style.display=e?"":"none"}_handleInput(t){if(t.stopPropagation(),this.compositing)return;const e=this._input.value;this.filter(this.multiple?function(t,e){const s=e.slice(0,t).lastIndexOf(",")+1||0,o=e.indexOf(",",t)||e.length;return e.slice(s,o)}(this._input.selectionStart,e):e),this.dispatchCustomEvent("input",this.value,{bubbles:!0})}focus(t){this._input.focus(t),this.visible=!0}blur(){this._input.blur(),this.visible=!1,super.blur()}optionValue(t){return t.value||t.getAttribute("value")||""}};t([Tt()],Mi.prototype,"text",void 0),t([It("content")],Mi.prototype,"_content",void 0),t([Tt()],Mi.prototype,"direction",void 0),t([Tt({type:Boolean})],Mi.prototype,"multiple",void 0),t([Tt({type:Boolean})],Mi.prototype,"visible",void 0),t([Mt()],Mi.prototype,"autoDirection",void 0),Mi=t([At("select"),St(Ri,m`.outline,:host(:focus-within){${ee.input}-outline-color:currentColor}[part=input]{text-overflow:ellipsis}[part=content]{position:absolute;visibility:hidden;width:100%}[visible] [part=content]{visibility:visible}`)],Mi);var Pi=Mi;Pi.define();const Ni="skeleton",Oi=te(Ni);let Bi=class Skeleton extends GlobalStyle{constructor(){super(...arguments),this.loading=!0}render(){return this.loading?lt`<div part="root">${Gt("loading")}</div>`:Gt()}};t([Mt()],Bi.prototype,"loading",void 0),Bi=t([At(Ni),St(m`:host{${Oi}--from:var(${ee.background});${Oi}--to:var(${ee.passive});${Oi}--deg:95deg;${Oi}--duration:2s;animation:_ var(${Oi}--duration) ease-in-out infinite none running;background-color:transparent;background-image:linear-gradient(var(${Oi}--deg),var(${Oi}--from) 36%,var(${Oi}--to) 50%,var(${Oi}--from) 64%);background-size:200% 100%;flex-shrink:0;height:2em;overflow:hidden;width:100%}@keyframes _{0%{background-position:150%}to{background-position:-50%}}[part=root]{display:contents}:host,:host([contents]) [part=root]{display:block}`)],Bi);var Ii=Bi;Ii.define();const zi="split",Di=te(zi);let Ui=class Split extends ci{constructor(){super(),this.len=6,this.index=-1,this.current=-1,this.currentValue=[],new StyleController(this,(()=>new RingBuilder({selector:"[part=input-box]",type:this.ringType}).css))}get observedRecord(){return l(super.observedRecord,"ring-type")}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> ${qt(this.len,(t=>lt`<span part="input-box" ring-type="${this.ringType}" class="${Ht({focus:this.current===t})}" @click="${this.disabled?null:()=>this.focusAt(t)}"> ${this.currentValue[t]} </span>`))} <input part="input" @blur=${this.blur} @input="${this._handleInput}" @change="${this._handleChange}" .value="${this.value.padStart(this.len," ")}"/> </div>`}connectedCallback(){super.connectedCallback(),this.reset()}_handleInput(t){t.stopPropagation(),this.compositing||(this.fillInput(t.data),this.value=this.currentValue.join(""),this.dispatchCustomEvent("input",this.value,{bubbles:!0}))}fillInput(t){if(null===t){if(null!==this.currentValue[this.current])this.currentValue[this.current]=null;else{this.currentValue[this.current-1]=null;const t=this.currentValue.findLastIndex((t=>null!==t));this.current=this.current-1<0?t<0?0:t:this.current-1}return}const e=t.length>1;if(this.currentValue[this.current]=t[0],this.current+1>=this.len?(this.current=this.currentValue.indexOf(null),-1===this.current&&this.blur()):this.current+=1,e){const e=t.slice(1);e&&this.fillInput(e)}}focus(){this.focusAt(this.current),super.focus()}focusAt(t){this.current=t,this._input.focus()}blur(){this._input.blur(),this.current=-1,super.blur()}reset(){this.current=-1,this.value=this.default,this.currentValue=this.value.split("").concat(Array(this.len-this.value.length).fill(null)),this.index>-1&&(this.current=this.index)}};t([Tt({type:Number})],Ui.prototype,"len",void 0),t([Tt({type:Number})],Ui.prototype,"index",void 0),t([Mt()],Ui.prototype,"current",void 0),t([Mt()],Ui.prototype,"currentValue",void 0),Ui=t([At(zi),St(m`:host{border-radius:.1em;display:block;width:-moz-fit-content;width:fit-content;${Di}--size:2em;${Di}--gap:.25em}[part=root]{display:flex;gap:var(${Di}--gap);justify-content:space-between;position:relative}[part=input-box],[part=root]{border-radius:inherit;vertical-align:top}[part=input-box]{align-items:center;display:inline-flex;height:var(${Di}--size);justify-content:center;width:var(${Di}--size)}[part=input]{background:none;height:100%;opacity:0;position:absolute;width:100%;z-index:-1}.focus,[part=input-box]:active{${ee.ringColor}:var(${ee.active})}`)],Ui);var Hi=Ui;Hi.define();const ji="switch",Li=te(ji);let Vi=class Switch extends ci{constructor(){super(...arguments),this.default=!1,this.value=!1}set checked(t){this.value=t}get checked(){return this.value}get observedRecord(){return l(super.observedRecord,"ring-type")}render(){return lt`<div part="root" ${Lt(this.observedRecord)} class="round"> <input part="input" type="checkbox" ?disabled="${this.disabled}" ?checked="${this.value}" @change="${this._handleChange}"/> <span part="handle"></span> </div>`}reset(){this.value=this.default,this._input.checked=this.value}_connectedInit(){this.default?this.value=!0:this.value&&(this.value=!0,this.default=!0)}_handleChange(){const{checked:t}=this._input;this.value=t,this.dispatchCustomEvent("change",this.value)}};t([Tt({type:Boolean})],Vi.prototype,"default",void 0),t([Tt({type:Boolean,attribute:"checked",reflect:!0})],Vi.prototype,"value",void 0),Vi=t([At(ji),St(m`:host,:host([contents]) [part=root]{display:inline-block}:host{${Li}-width:3em;${Li}-height:calc(var(${Li}-width)/2);${Li}-handle-size:1.25em;${Li}-handle-space:calc(var(${Li}-width)/4 - var(${Li}-handle-size)/2);background:var(${ee.passive});border-radius:calc(var(${Li}-height)/2);height:var(${Li}-height);transition:.2s ease-in-out;transition-property:background,left;vertical-align:bottom;width:var(${Li}-width)}:host([checked]){background:var(${ee.active})}[part=root]{position:relative}[part=handle],[part=root]{align-items:center;display:flex;transition:inherit}[part=handle]{background:var(${ee.background});border-radius:100%;height:var(${Li}-handle-size);justify-content:center;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%) translateX(var(${Li}-handle-space));width:var(${Li}-handle-size)}:host([checked]) [part=handle]{left:50%}[part=input]{height:100%;opacity:0;width:100%}`)],Vi);var Gi=Vi;Gi.define();const Fi="text",Wi=te(Fi);let qi=class Text extends GlobalStyle{constructor(){super(...arguments),this.underline="none",this.clip=!1}render(){return lt`<span part="root" ${Lt(this.observedRecord)} class="${Ht(this.underline)}"> ${Gt()} </span>`}};t([Tt()],qi.prototype,"underline",void 0),t([Tt({type:Boolean})],qi.prototype,"clip",void 0),qi=t([At(Fi),St(m`:host{${Wi}--color:currentColor;${Wi}--color-hover:currentColor;${Wi}--color-active:currentColor;display:inline-block;overflow-wrap:break-word;text-overflow:ellipsis}[part=root]{color:var(${Wi}--color);display:inline-block;overflow:hidden;overflow-wrap:inherit;text-overflow:inherit;vertical-align:bottom;white-space:nowrap}[part=root]:hover{color:var(${Wi}--color-hover,var(${Wi}--color))}[part=root]:active{color:var(${Wi}--color-active,var(${Wi}--color))}.active:active,.always,.hover:hover{text-decoration:underline}.none{text-decoration:none}[clip]{background:var(${ee.backgroundClip});color:transparent;display:inline-block;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}`)],qi);var Yi=qi;Yi.define();const Xi="tabs",Zi=te(Xi),Ki="hover";let Qi=class Tabs extends GlobalStyle{constructor(){super(),this.ringType="border",this.useSlot=!1,this.index=0,new StyleController(this,(()=>new RingBuilder({type:this.ringType}).css))}render(){return lt`<ul part="root" ${Lt(this.observedRecord)} @mouseleave="${this._handleMouseLeave}"> ${this.tabs?.map(((t,e)=>t||this.useSlot?lt`<li part="${Ht("item",{selected:this.index===e})}" @mouseenter=${()=>{this.move(this._lastIndex,e),this._lastIndex=e}} @click=${()=>this.select(e)}> ${this.useSlot?Gt(t):t} <div part="indicator"></div> </li>`:""))} </ul>`}connectedCallback(){super.connectedCallback(),this._lastIndex=this.index}_handleMouseLeave(){const t=this._items[this._lastIndex];t&&t.part.remove(Ki),this._lastIndex=this.index}move(t,e){if(t===e)return;const{_items:s,_indicators:o}=this,a=s[e];if(!a)return;a.part.add(Ki);const l=s[t];if(!l)return;l.part.remove(Ki);const h=o[e],d=o[t];if(!h||!d)return;const c=d.getBoundingClientRect(),p=a.getBoundingClientRect(),u=c.x-p.x,f=c.y-p.y,v=c.width,{style:m}=h;m.transform=`translate3d(${u}px,${f}px,0)`,m.width=v+"px",m.transition=d.style.transition="none",h.getBoundingClientRect(),m.width=m.transform=m.transition=d.style.transition=""}select(t){const{index:e,tabs:s,_lastIndex:o,useSlot:a}=this;s&&e!==t&&t in s&&(this.dispatchCustomEvent("select",t),this.move(o,t),this._lastIndex=t,e in s&&(s[e]||a)&&(this.index=t))}};t([Tt({attribute:"ring-type"})],Qi.prototype,"ringType",void 0),t([Tt({type:Boolean})],Qi.prototype,"useSlot",void 0),t([Tt({type:Array})],Qi.prototype,"tabs",void 0),t([Tt({type:Number})],Qi.prototype,"index",void 0),t([Bt("[part~=item]")],Qi.prototype,"_items",void 0),t([Bt("[part=indicator]")],Qi.prototype,"_indicators",void 0),Qi=t([At(Xi),St(m`:host{${Zi}--indicator-background:var(${ee.passive});${Zi}--space:0.25em;border-radius:var(${ee.radius});cursor:default;display:flex;transition:.3s ease-in-out;width:-moz-fit-content;width:fit-content}[part=root]{border-radius:inherit;display:flex;flex-direction:inherit;gap:var(${Zi}--space);overflow-x:clip;padding:.2em;position:relative;transition:inherit;transition-property:width,transform,opacity;z-index:1}[useslot] [part~=item]{padding:0}[part~=item]{display:block;padding:0 .25em;position:relative;white-space:nowrap}[part=indicator],[part~=item]{border-radius:inherit;transition:inherit;transition-property:inherit;width:100%}[part=indicator]{background:var(${Zi}--indicator-background);height:100%;inset:0;opacity:0;position:absolute;z-index:-1}[part~=selected]{background:var(${Zi}--indicator-background)}[part~=hover] [part=indicator],[part~=selected] [part=indicator]{opacity:1}`)],Qi);var Ji=Qi;function ts(t,e=2){return t.toString().padStart(e,"0").split("")}Ji.define();let es=class Time extends GlobalStyle{constructor(){super(...arguments),this.escape="%",this.format="YYYY-MM-DD hh:mm:ss",this.time=new Date}render(){return lt`<span part="root" ${Lt(this.observedRecord)}> ${function(t,e=new Date,s="%"){var o;if(!t)return t;if(isNaN(e.getTime()))return;const a=`${s}${s}`,l=[];t=t.replace(new RegExp(`${s}([ZYMDhmsS${s}])`,"g"),((t,e)=>(l.push(e),a)));const h=e.getTimezoneOffset()/-60,d={Z:[h>=0?"+"+h.toString():h.toString()],Y:e.getFullYear().toString().split(""),M:ts(e.getMonth()+1),D:ts(e.getDate()),h:ts(e.getHours()),m:ts(e.getMinutes()),s:ts(e.getSeconds()),S:ts(e.getMilliseconds(),3)},c=[];for(const e of t.split("").reverse()){const t=null===(o=d[e])||void 0===o?void 0:o.pop();t?c.push(t):c.push(e)}return c.reverse().join("").replace(new RegExp(a,"g"),(()=>l.shift()))}(this.format,this.time,this.escape)} </span>`}updated(t){t.has("timeout")&&this.timeout&&(this.timeouts.remove(this.timeoutId),this.timeoutId=this.timeouts.add(setInterval((()=>{this.dispatchCustomEvent("time",this.time),this.time=new Date(this.time.getTime()+(this.gap||this.timeout))}),Math.abs(this.timeout))))}};t([Tt()],es.prototype,"escape",void 0),t([Tt()],es.prototype,"format",void 0),t([Tt({type:Object})],es.prototype,"time",void 0),t([Tt({type:Number})],es.prototype,"timeout",void 0),t([Tt({type:Number})],es.prototype,"gap",void 0),es=t([At("time"),St(m`:host{text-align:center}`)],es);var is,ss=es;ss.define();const os="tooltip",rs=te(os);let ns=is=class Tooltip extends SuperOpenable{constructor(){super(...arguments),this.direction="top",this.align="center",this.propagation=!1,this.type="hover"}render(){const t=is.aligns[this.align]||"inherit",e="focus"===this.type;return lt`<div part="root" ${Lt(this.observedRecord)} tabindex="${e?0:-1}" @focus="${e?()=>this.open=!0:null}" @blur="${e?()=>this.open=!1:null}" @mouseenter="${e?null:()=>this.open=!0}" @mouseleave="${e?null:()=>this.open=!1}" style="justify-content:${t};align-items:${t}"> ${Gt()} <div part="tip" direction-outset-place> ${this.tip?lt`<span class="passive">${this.tip}</span>`:Gt("tip")} </div> </div>`}};ns.aligns={start:"flex-start",end:"flex-end",center:"center","flex-start":"flex-start","flex-end":"flex-end"},t([Tt()],ns.prototype,"tip",void 0),t([Tt()],ns.prototype,"direction",void 0),t([Tt()],ns.prototype,"align",void 0),t([Tt({type:Boolean})],ns.prototype,"propagation",void 0),t([Tt()],ns.prototype,"type",void 0),ns=is=t([At(os),St(Ri,m`:host{${rs}--tip-background:inherit;width:-moz-fit-content;width:fit-content}:host,[part=root]{display:inline-flex}[part=root]{border-radius:inherit;position:relative;transition:inherit}[part=tip]{height:-moz-fit-content;height:fit-content;position:absolute;transition:inherit;-webkit-user-select:none;user-select:none;visibility:hidden;width:-moz-fit-content;width:fit-content}:host([open]) [part=tip]{visibility:visible}.passive{background:var(${rs}--tip-background)}[propagation] [part=tip]{pointer-events:none}`)],ns);var as=ns;as.define();const ls="typewriter",hs=te(ls);let ds=class Typewriter extends GlobalStyle{constructor(){super(...arguments),this.content="",this.ended=!1,this.max=100,this.min=50,this.delay=0,this.index=0,this.contentInternal=""}get len(){return this.content.length}render(){return lt`<div part="root" ${Lt(this.observedRecord)}> ${Gt()} ${this.contentInternal} <i part="cursor" ?hidden="${this.ended}"></i> </div>`}connectedCallback(){super.connectedCallback(),this._ranger=new Ranger(this.min,this.max)}firstUpdated(){this.content||=this._slot?.assignedNodes()[0]?.textContent.trim()||"",!this.ended&&this.len&&this.write()}updated(t){t.has("index")&&this.dispatchCustomEvent(this.index===this.len?"done":"write",this.contentInternal)}write(t=this.index){this.contentInternal=this.content.slice(0,t+1);const e=this.delay||this._ranger.random();this.timeoutID=this.timeouts.add(setTimeout((()=>{const e=t+1;e<=this.len&&(this.index=e,this.write())}),e))}stop(){clearTimeout(this.timeoutID)}end(){this.ended=!0}};t([Tt()],ds.prototype,"content",void 0),t([Tt({type:Boolean})],ds.prototype,"ended",void 0),t([Tt({type:Number})],ds.prototype,"max",void 0),t([Tt({type:Number})],ds.prototype,"min",void 0),t([Tt({type:Number})],ds.prototype,"delay",void 0),t([Tt({type:Number})],ds.prototype,"index",void 0),t([Mt()],ds.prototype,"contentInternal",void 0),t([Nt("i")],ds.prototype,"_i",void 0),ds=t([At(ls),St(m`:host{${hs}--cursor-width:.05em}:host,:host([contents]) [part=root]{display:inline-block}i{animation:s 1.5s steps(1) infinite;border-right:var(${hs}--cursor-width) solid;margin-left:.02em}@keyframes s{0%{border-color:currentColor}50%{border-color:transparent}}slot{display:none}`)],ds);var cs=ds;cs.define();export{ne as Alert,le as Avatar,fe as Badge,$e as Breath,pe as Button,xe as Card,Re as Carousel,Pe as Chip,ze as Details,Le as Dialog,Ge as Divider,We as Dragbox,Xe as Flex,Ke as Form,ei as Grid,li as Heading,ui as Input,vi as Layout,ni as Link,gi as Progress,_i as Range,Ci as Rotate,si as Router,Pi as Select,Ii as Skeleton,Hi as Split,Gi as Switch,Ji as Tabs,Yi as Text,ss as Time,as as Tooltip,cs as Typewriter};
|
57
|
+
*/var s,o},zt=6;let Dt=class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,s){this._$Ct=t,this._$AM=e,this._$Ci=s}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};const Ut=(t,e)=>(t?t+(e?" "+e:""):e)||"",jt=(...t)=>t.reduce(((t,e)=>{if(!e)return t;if(r(e))return Ut(t,jt(...e));if(o(e)){for(const s in e)e[s]&&(t=Ut(t,s));return t}return Ut(t,e)}),"");function Vt(t,o){(t=>e(t)||!1===t)(o)?this.removeAttribute(t):!0===o?this.setAttribute(t,""):s(o)||(t=>"number"==typeof t)(o)&&!Number.isNaN(o)?this.setAttribute(t,String(o)):this[t]=o}const Ht=(t=>(...e)=>({_$litDirective$:t,values:e}))(class AttrDirective extends Dt{render(t,e){}update(t,[e,s=Vt]){if(e&&t.type===zt)for(const o in e)s.call(t.element,o,e[o]);return ht}}),Lt=((t,e)=>s=>t({...e,...s}))(Ht,{width:"1em",height:"1em",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),Gt=(t,e)=>at`<slot name="${t||dt}">${e||dt}</slot>`,Ft=(t,e)=>{if(!t)return dt;const o=s(t)?t:xt(t);return o?at`<style media="${dt}">${o}</style>`:dt},Wt=t=>(e,...o)=>{const r=lt(e,o),a=s(t)?t:t.join(" "),l=t=>at`<svg viewBox="${a}" ${Lt(t)}>${r}</svg>`;return l.body=r,l.viewBox=a,l};function*qt(t,e,s){for(let s=0;s<t;s++)yield e(s)}function Yt(t,e=this){if(!e||!t)return[];const s=new Set;e instanceof Element&&e.shadowRoot&&Yt(t,e.shadowRoot).forEach((t=>s.add(t))),e.querySelectorAll(t).forEach((t=>s.add(t)));for(const o of e.children)Yt(t,o).forEach((t=>s.add(t)));return Array.from(s)}function Xt(t,e=this){if(!e||!t)return null;let s;if(e instanceof Element&&e.shadowRoot&&(s=Xt(t,e.shadowRoot),s))return s;if(s=e.querySelector(t),s)return s;for(const o of e.children)if(s=Xt(t,o),s)return s;return null}class Events{constructor(){this.inner=new Map}add(t,e,s,o){if(!t||!s)return;const r=this.inner.get(e)||new Map,a=r.get(t)||new Set;return a.add(s),r.set(t,a),this.inner.set(e,r),t.addEventListener(e,s,o),s}remove(t,e,s,o){if(!t||!s)return;const r=this.inner.get(e);if(r){const o=r.get(t);o&&(o.delete(s),o.size||(r.delete(t),r.size||this.inner.delete(e)))}t.removeEventListener(e,s,o)}removeAll(){this.inner.forEach(((t,e)=>{t.forEach(((t,s)=>{t.forEach((t=>{s.removeEventListener(e,t)}))})),t.clear()})),this.inner.clear()}}class Observers{constructor(){this.inner=new Map}add(t,e,s,o){const[r,a]=((t,e,s)=>{let o,r;switch(t){case MutationObserver:case ResizeObserver:o=new t(e),r=t=>o.observe(t,s);break;case IntersectionObserver:o=new t(e,s),r=t=>o.observe(t);break;case PerformanceObserver:o=new t(e),r=()=>o.observe(s)}return[o,r]})(e,s,o);if(r)return this.inner.set(r,(this.inner.get(r)||new Set).add(t)),a(t),r}remove(t,e){t.disconnect();const s=this.inner.get(t);"unobserve"in t?(e?(t.unobserve(e),s?.delete(e)):(s?.forEach((e=>{t.unobserve(e)})),s?.clear()),s&&!s.size&&this.inner.delete(t)):s&&this.inner.delete(t)}removeAll(){this.inner.forEach(((t,e)=>{this.remove(e)}))}}class Ranger{constructor(t,e,s){this.max=Math.max(t,e),this.min=Math.min(t,e),this.diff=this.max-this.min,this.step=s}random(){return this.normalize(Math.random()*this.diff+this.min)}present(t){return this.normalize(t*this.diff)}normalize(t){return t=this.restrict(t),this.step?this.min+Math.round((t-this.min)/this.step)*this.step:t}restrict(t){return this.max<=t?this.max:this.min>=t?this.min:t}}const Zt=(t,e,s)=>t.startsWith(e)&&t.endsWith(s);class RouteTree{constructor(){this.matchType=RouteTree.MatchTypes.strict,this.children=[]}insert(t,e,s=0){if(e||(e=RouteTree.split(t)),e.length===s)return void(this.pattern=t);const o=e[s];let r=this.findStrict(o);r||(r=new RouteTree,r.part=o,r.matchType=RouteTree.dynamic(o).matchType,this.children.push(r),this.sorted=!1),r.insert(t,e,s+1)}search(t,e=0){if(s(t)&&(t=RouteTree.split(t)),this.sorted||this.sort(),t.length===e||RouteTree.dynamic(this.part).matchType===RouteTree.MatchTypes.multi)return this.pattern?this:null;const o=t[e],r=this.filterWide(o);for(const s of r){const o=s.search(t,e+1);if(null!==o)return o}return null}findStrict(t){return this.children.find((e=>e.part===t))||null}filterWide(t){return this.children.filter((e=>e.part===t||e.matchType))}sort(){const{children:t}=this;if(t.length){t.sort(((t,e)=>t.matchType-e.matchType));for(const e of t)e.sort()}this.sorted=!0}static parseParams(t,e){const s=RouteTree.split(t),o=RouteTree.split(e),r={};for(let t=0;t<o.length;t++){const e=o[t],{key:a,matchType:l}=RouteTree.dynamic(e);if(l===RouteTree.MatchTypes.single)r[a]=s[t];else if(l===RouteTree.MatchTypes.multi){r[a]=s.slice(t).join("/");break}}return r}static dynamic(t){if(t){if(Zt(t,"{","}")||Zt(t,"[","]")){t=t.slice(1,-1);const e=RouteTree.dynamic(t);return e.matchType||=RouteTree.MatchTypes.single,e}if(t.startsWith(":"))return{key:t.slice(1),matchType:RouteTree.MatchTypes.single};if(t.startsWith("*"))return{key:t.slice(1),matchType:RouteTree.MatchTypes.multi};if(t.startsWith("..."))return{key:t.slice(3),matchType:RouteTree.MatchTypes.multi}}return{key:t,matchType:RouteTree.MatchTypes.strict}}static split(t){return t.split("/").filter((t=>t))}}RouteTree.MatchTypes={strict:0,single:1,multi:2};class Timeouts{constructor(){this.inner=new Set}add(t){if(void 0!==t)return t=+t,this.inner.has(t)&&clearTimeout(t),this.inner.add(t),t}remove(t){void 0!==t&&(t=+t,clearTimeout(t),this.inner.delete(t))}removeAll(){this.inner.forEach(clearTimeout),this.inner.clear()}}const Kt=(t,{attribute:e})=>!0===e||void 0===e?String(t).toLowerCase():!1!==e&&"symbol"!=typeof t?e:void 0,Qt=/^[\s\S]*{[\s\S]*}$/;class GodownElement extends yt{static define(t=this.elementTagName,e){this.isDefined()||this.godownConfig.define(t,this,e)}static isDefined(){return!!this.getDefined()}static getDefined(){return this.godownConfig.get(this.elementTagName)}static finalize(){super.finalize(),this.elementAttributes=new Map;for(const[t,e]of this.elementProperties.entries()){const s=Kt(t,e);s&&this.elementAttributes.set(s,t)}}get observedRecord(){const t={};for(const[e,s]of this.constructor.elementAttributes.entries())t[e]=this[s];return t}get _slot(){return this.shadowRoot?this.shadowRoot.querySelector("slot:not([name])"):null}get _slotAll(){return this.shadowRoot?[...this.shadowRoot.querySelectorAll("slot")]:[]}get _slottedAll(){return[...this.querySelectorAll("[slot]")]}get _slottedNames(){return this._slottedAll.map((t=>t.getAttribute("slot"))).filter((t=>t))}getBoundingClientRect(){let t;return this.contents&&(t=this.contentsRoot||this.shadowRoot?.firstElementChild)&&t!==this?t.getBoundingClientRect():super.getBoundingClientRect()}getClientRects(){let t;return this.contents&&(t=this.contentsRoot||this.shadowRoot?.firstElementChild)&&t!==this?t.getClientRects():super.getClientRects()}get stylex(){return this.__stylex.css}set stylex(t){t=t.trim(),Qt.test(t)||(t=`:host{${t}}`),this.shadowRoot?(this.__stylex.index&&this.shadowRoot.adoptedStyleSheets.splice(this.__stylex.index,1),this.__stylex.css=t,this.__stylex.index=this.adoptStyles(t)):this.__stylex.lazy=t}constructor(t){super(),this.events=new Events,this.observers=new Observers,this.timeouts=new Timeouts,this.__stylex={},this.assign={...GodownElement.godownConfig?.assign||{},...t}}connectedCallback(){super.connectedCallback(),this.assign&&(Object.assign(this,this.assign),this.assign=null);const{lazy:t}=this.__stylex;t&&(this.adoptStyles(t),this.__stylex.lazy="")}disconnectedCallback(){this.events.removeAll(),this.observers.removeAll(),this.timeouts.removeAll()}mount(t){this.firstUpdated(t)}unmount(){this.disconnectedCallback()}remount(t){this.unmount(),this.connectedCallback(),this.mount(t)}deepQuerySelector(t){return Xt.call(this,t)}deepQuerySelectorAll(t){return Yt.call(this,t)}adoptStyles(...t){if(!this.shadowRoot||!t.length)return;const e=this.shadowRoot.adoptedStyleSheets,s=new CSSStyleSheet;return t.forEach((t=>s.insertRule(t.toString()))),e.push(s),e.length-1}dispatchCustomEvent(t,e,s){this.dispatchEvent(new CustomEvent(t,{detail:e,composed:!0,...s}))}}GodownElement.godownConfig=new class GodownConfig{constructor(t){this.assign=null,this.prefix="godown",this.suffix="",this.components=new Map,this.registry=customElements,t&&Object.assign(this,t)}tag(t){return l(this.prefix+"-"+t+"-"+this.suffix)}define(t,e,s){this.registry.define(t,e,s),this.components.set(t,e)}get(t){return this.registry.get(t)}getName(t){const{getName:e}=this.registry;return e?e(t):[...this.components.entries()].find((([,e])=>e===t))?.[0]||null}whenDefined(t){return this.registry.whenDefined(t)}upgrade(t){this.registry.upgrade(t)}},t([Tt({type:Boolean,reflect:!0})],GodownElement.prototype,"contents",void 0),t([Tt({reflect:!0})],GodownElement.prototype,"stylex",null);const Jt=f`*,:host{box-sizing:border-box}i{font-style:normal}a{color:currentColor;text-decoration:none}span{white-space:nowrap}svg{-webkit-user-select:none;user-select:none}input{background:none;border:0;color:currentColor;font-size:100%;outline:0;padding:0}dd,dl{margin:0}dialog,ul{margin:0;padding:0}dialog{border:0;outline:0}[popover]{border:0;margin:0;padding:0}@supports not selector(:popover-open){[popover]{display:none}}`;class GlobalStyle extends GodownElement{}const te=((t,e)=>((t,e)=>((t,e)=>{if(!t||!e)return t;let s=0;for(;s<t.length&&e(t.slice(s,s+1));)s+=1;return t.slice(s)})(((t,e)=>{if(!t||!e)return t;let s=t.length;for(;s>0&&e(t.slice(s-1,s));)s-=1;return t.slice(0,s)})(t,e),e))(t,(t=>t===e)))(GlobalStyle.godownConfig.prefix,"-");function ee(t,e=1){return function(t){return v(`--${t}`)}(te+"-".repeat(e)+t)}const ie={background:ee("background",2),foreground:ee("foreground",2),backgroundClip:ee("background-clip",2),primaryBackground:ee("primary",2),primaryForeground:ee("primary-foreground",2),muted:ee("muted",2),active:ee("active",2),passive:ee("passive",2),input:ee("input",2),radius:ee("radius",2),ringWidth:ee("ring-width",2),ringColor:ee("ring-color",2)};GlobalStyle.styles=[Jt,v(((t,e,s)=>{const o=[...bt(e)];return((t,{truecase:e,falsecase:s})=>{const o="@supports";let r="";return e&&(r+=`${o}(${t}){${e}}`),s&&(r+=`${o} not (${t}){${s}}`),r})("color:light-dark(#fff,#000)",{truecase:xt([[t,kt(o.map((([t,[e,s]])=>[t,`light-dark(${e},${s})`])))]]),falsecase:xt([[t,kt(o.map((([t,e])=>[t,e[s]])))]])})})(":host",[[ie.background,["hsl(0 0% 96%)","hsl(0 0% 4%)"]],[ie.foreground,["hsl(0 0% 4%)","hsl(0 0% 96%)"]],[ie.muted,["hsl(0 0% 88%)","hsl(0 0% 18%)"]]],1)),v(xt({":host":kt([[ie.primaryBackground,St(ie.foreground)],[ie.primaryForeground,St(ie.background)],[ie.active,St(ie.primaryBackground)],[ie.passive,St(ie.muted)],[ie.backgroundClip,`linear-gradient(to bottom, ${St(ie.foreground)}, ${St(ie.muted)})`],[ie.ringColor,St(ie.passive)],[ie.ringWidth,".075em"]])})),f`:host([contents]){display:contents}[part=root]{height:100%;width:100%}:host([contents]) [part=root]{height:inherit;width:inherit}:where(:host([contents]) [part=root]){all:inherit;display:revert}`,f`:host{${ie.radius}:0.2em;border-radius:var(${ie.radius});border-style:none;outline-style:none}`];const se=({width:t,color:e,inset:s})=>`outline-style:solid;outline-color:${e};outline-width:${t};${s?`outline-offset:calc(-1 * ${t});`:""}`,oe=({width:t,color:e,inset:s})=>`box-shadow:${s?"inset":""} 0 0 0 ${t} ${e};`,re={outline:(t,e)=>se({width:t,color:e,inset:!1}),"outline-inset":(t,e)=>se({width:t,color:e,inset:!0}),"box-shadow":(t,e)=>oe({width:t,color:e,inset:!1}),shadow:(t,e)=>oe({width:t,color:e,inset:!1}),"box-shadow-inset":(t,e)=>oe({width:t,color:e,inset:!0}),"shadow-inset":(t,e)=>oe({width:t,color:e,inset:!0}),border:(t,e)=>(({width:t,color:e})=>`border-style:solid;border-color:${e};border-width:${t};`)({width:t,color:e})};class RingBuilder{constructor({selector:t=":host",width:e=St(ie.ringWidth),color:s=St(ie.ringColor),type:o}={}){if(o&&o in re){const r=re[o](e,s);this.css=`${t}{${r}}`}else this.css=""}get styleSheet(){return v(this.css).styleSheet}}const ne="ring-type";let ae=class Alert extends GlobalStyle{constructor(){super(),this.ringType="border",new StyleController(this,(()=>new RingBuilder({type:this.ringType}).css))}render(){return at`<div part="root" ${Ht(this.observedRecord)}> <div>${Gt("prefix")}</div> <div part="content"> <strong part="title">${Gt("title",this.title)}</strong> ${Gt("",this.content)} </div> <div>${Gt("suffix")}</div> </div>`}static alert(t,e){const s=new this;return Object.assign(s,e),t.appendChild(s),s}};t([Tt({attribute:ne})],ae.prototype,"ringType",void 0),t([Tt()],ae.prototype,"title",void 0),t([Tt()],ae.prototype,"content",void 0),ae=t([At("alert"),Ct(f`:host{background:var(${ie.background});color:var(${ie.foreground})}:host,:where(:host([contents]) [part=root]){display:block}[part=root]{align-items:center;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;padding:.75em}[part=content],[part=root]{display:grid}`)],ae);var le=ae;le.define();let he=class Avatar extends GlobalStyle{constructor(){super(...arguments),this.name="",this.round=!1}render(){return at`<div part="root" ${Ht(a(this.observedRecord,"src"))}> ${this._renderAvatar()} </div>`}_renderAvatar(){return this.src?at`<img part="image" src="${this.src}" alt="${this.name}" @error=${this._handleError}/>`:this.name?at`<span part="name">${this.formatName()}</span>`:Gt()}formatName(){return this.name}_handleError(){this.src=void 0}};t([Tt()],he.prototype,"src",void 0),t([Tt()],he.prototype,"name",void 0),t([Tt({type:Boolean})],he.prototype,"round",void 0),he=t([At("avatar"),Ct(f`:host{background:var(${ie.passive});color:var(${ie.foreground});height:2em;overflow:hidden;vertical-align:bottom;width:2em}:host,[part=root]{display:inline-flex}:host([contents]) [part=root]{display:inline-flex;height:inherit;width:inherit}:host([round]){border-radius:50%}[part=image]{height:100%;object-fit:cover;width:100%}[part=root]{align-items:center;border-radius:inherit;justify-content:center;position:relative}`)],he);var de=he;de.define();const ce="button",pe=ee(ce);let ue=class Button extends GlobalStyle{constructor(){super(...arguments),this.plain=!1,this.disabled=!1,this.active=!1,this.round=!1}render(){return at`<div part="root" ${Ht(this.observedRecord)}> ${Gt("",this.content)} <span part="modal-root"></span> </div>`}focus(){this.disabled||(this.active=!0,super.focus())}blur(){this.active=!1,super.blur()}connectedCallback(){super.connectedCallback(),this.events.add(this,"click",this._handelClick)}_handelClick(t){if(this.disabled)return t.stopPropagation(),void t.preventDefault();this.plain||this._handleModal(t)}_handleModal(t){const e=document.createElement("i"),{width:s,height:o}=this.getBoundingClientRect(),{x:r,y:a}=this._root.getBoundingClientRect(),l=2*Math.sqrt(o**2+s**2)+"px";e.style.height=l,e.style.width=l,e.style.left=t.x-r+"px",e.style.top=t.y-a+"px",this._modalRoot.appendChild(e),e.animate([{transform:"scale(0) translate(-50%, -50%)",opacity:.1},{transform:"scale(1) translate(-50%, -50%)",offset:.8},{opacity:0}],{duration:800,iterations:1}),e.addEventListener("animationend",(()=>e.remove()),{once:!0})}};t([Tt({type:Boolean,reflect:!0})],ue.prototype,"plain",void 0),t([Tt({type:Boolean,reflect:!0})],ue.prototype,"disabled",void 0),t([Tt({type:Boolean,reflect:!0})],ue.prototype,"active",void 0),t([Tt({type:Boolean,reflect:!0})],ue.prototype,"round",void 0),t([Tt()],ue.prototype,"content",void 0),t([It("modal-root")],ue.prototype,"_modalRoot",void 0),t([It("root")],ue.prototype,"_root",void 0),ue=t([At(ce),Ct(f`:host(:not([disabled]):active){transform:scale(var(${pe}--focus-scale))}:host([round]){border-radius:calc(infinity*1px)}:host([disabled]){cursor:not-allowed;filter:brightness(.85)}:host([plain]){${pe}--gradients:unset;${pe}--focus-scale:unset}`,f`:host{${pe}--modal-animation-duration:1.5s;${pe}--focus-scale:.97;${pe}--deg:45deg;background:var(${ie.primaryBackground});border-style:none;border-width:var(${ie.ringWidth});color:var(${ie.primaryForeground});cursor:pointer;display:block;overflow:hidden;text-align:center;width:-moz-fit-content;width:fit-content}[part=root]:not([contents]){height:100%;width:100%}[part=root]{display:grid;padding:.25em .75em;place-content:center;position:relative;-webkit-user-select:none;user-select:none}i{background:currentColor;border-radius:50%;height:100%;inset:0;opacity:0;pointer-events:none;position:absolute;transform-origin:0 0;visibility:visible;width:100%}`)],ue);var ve=ue;let fe=class Badge extends ve{constructor(){super(...arguments),this.plain=!0,this.round=!0}};fe=t([At("badge"),Ct(f`:host{font-size:.75em}[part=root]{padding:0 .5em}`)],fe);var me=fe;me.define();const ge="breath",ye=ee(ge),$e=/[\s,]+/;let be=class Breath extends GlobalStyle{render(){const t=this.getTexts();return at`<div part="root" ${Ht(this.observedRecord)}> ${[t.map(this._renderText),Ft(this._computeStyle(t.length))]} </div>`}_renderText(t){return at`<span class="rel"> <span class="nocolor">${t}</span> <span class="colorful">${t}</span> </span>`}getTexts(){return Array.isArray(this.content)?this.content:(this.content||this.textContent).split($e).filter((t=>t))}_computeStyle(t){const e=50/t,s=this.duration||1e3*(2*t+2);let o="";for(let e=1;e<=t;e++)o+=`.rel:nth-child(${e}) .colorful{animation-delay:${-s/t*(t-e+1)}ms;background:var(${ye}--${e},var(${ye}--${(e-1)%3+1}));}`;return`.colorful{animation-duration:${s}ms;}@keyframes colorfulN{0%,${3*e}%{opacity:0;}${e}%,${2*e}%{opacity:1;}}${o}`}};t([Tt()],be.prototype,"content",void 0),t([Tt({type:Number})],be.prototype,"duration",void 0),be=t([At(ge),Ct(f`:host{${ye}--deg:60deg;${ye}--1-1:#dd3c3c;${ye}--1-2:#f5993d;${ye}--2-1:#26d944;${ye}--2-2:#29a3a3;${ye}--3-1:#8c30e8;${ye}--3-2:#0d80f2;${ye}--1:linear-gradient(var(${ye}--deg),var(${ye}--1-1),var(${ye}--1-2));${ye}--2:linear-gradient(var(${ye}--deg),var(${ye}--2-1),var(${ye}--2-2));${ye}--3:linear-gradient(var(${ye}--deg),var(${ye}--3-1),var(${ye}--3-2))}`,f`:host{align-items:center;direction:ltr;font-size:2em;margin:auto;width:-moz-fit-content;width:fit-content}:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}::selection{background:none}.rel{font-size:inherit;font-weight:800;letter-spacing:-.05em;position:relative}`,f`.colorful,.nocolor{animation-iteration-count:infinite;-webkit-background-clip:text!important;background-clip:text!important;box-sizing:border-box;color:transparent;display:inline-block;padding:0 .05em}.colorful{animation-name:colorfulN;opacity:0}.nocolor{background:var(${ie.backgroundClip});position:absolute;top:0}`)],be);var _e=be;_e.define(),ve.define();const we="card",xe=ee(we);let ke=class Card extends GlobalStyle{constructor(){super(),this.ringType="border",this.footer=!1,this.header=!1,new StyleController(this,(()=>new RingBuilder({type:this.ringType}).css))}render(){return at`<div part="root" ${Ht(this.observedRecord)}> ${[this.header?Gt("header"):"",Gt(),this.footer?Gt("footer"):""]} </div>`}};t([Tt({attribute:ne})],ke.prototype,"ringType",void 0),t([Tt({type:Boolean})],ke.prototype,"footer",void 0),t([Tt({type:Boolean})],ke.prototype,"header",void 0),ke=t([At(we),Ct(f`:host{${xe}--padding:.75em;background:var(${ie.background});color:var(${ie.foreground});display:block;flex-shrink:0}slot{display:block;padding:var(${xe}--padding)}[part=root]{border-radius:inherit}[name=footer]{padding-top:0}[name=header]{padding-bottom:0}`)],ke);var Se=ke;Se.define();const Ce=Wt("0 0 256 256")`<path fill="currentColor" d="M165.66 202.34a8 8 0 0 1-11.32 11.32l-80-80a8 8 0 0 1 0-11.32l80-80a8 8 0 0 1 11.32 11.32L91.31 128Z">`,Ae=Wt("0 0 256 256")`<path fill="currentColor" d="m181.66 133.66l-80 80a8 8 0 0 1-11.32-11.32L164.69 128L90.34 53.66a8 8 0 0 1 11.32-11.32l80 80a8 8 0 0 1 0 11.32">`;function Re(t){return t.getBoundingClientRect().width}let Ee=class Carousel extends GlobalStyle{constructor(){super(...arguments),this.index=0,this.autoChange=0}render(){return at`<div part="root" ${Ht(this.observedRecord)}> <i part="prev" @click="${this.prev}"> ${Ce()} </i> <div part="move-root">${Gt()}</div> <i part="next" @click="${this.next}"> ${Ae()} </i> </div>`}connectedCallback(){super.connectedCallback(),this.children.length&&(this.__cloneFirst?.remove(),this.__cloneLast?.remove(),this.__cloneLast=this.firstElementChild.cloneNode(!0),this.__cloneFirst=this.lastElementChild.cloneNode(!0),this.appendChild(this.__cloneLast),this.insertBefore(this.__cloneFirst,this.firstElementChild)),this.observers.add(this,ResizeObserver,(()=>{this._offset=this._computeOffset(),this._doTranslateX(`${this._offset}px`,!0)}))}async firstUpdated(){await this.updateComplete,this.show(this.index,!0)}attributeChangedCallback(t,e,s){super.attributeChangedCallback(t,e,s),"index"===t&&this.isConnected&&this.show(this.index)}show(t,e){t=this.normalizeIndex(t),this.index=t,this._offset=this._computeOffset(),this._doTranslateX(`${this._offset}px`,e),this.dispatchCustomEvent("change",t),this.timeouts.remove(this.intervalID),this.autoChange>0&&(this.intervalID=this.timeouts.add(setInterval((()=>{this.next()}),this.autoChange)))}next(){this.index===this.childElementCount-3?(this._doTranslateX("0",!0),this.show(0)):this.show(this.index+1)}prev(){0===this.index?(this._doTranslateX(`-${this.childElementCount-1}00%`,!0),this.show(this.children.length-3)):this.show(this.index-1)}_doTranslateX(t,e){this._moveRoot.style.transform=`translateX(${t})`,this._moveRoot.style.transition=e?"none":""}_computeOffset(){let t=0;for(let e=0;e<=this.index;e++)t-=Re(this.children[e]);return t+=(Re(this)-Re(this.children[this.index+1]))/2,t}normalizeIndex(t){return t<0?0:t>this.children.length-3?this.children.length-3:t}};t([Tt({type:Number})],Ee.prototype,"index",void 0),t([Tt({type:Number})],Ee.prototype,"autoChange",void 0),t([It("move-root")],Ee.prototype,"_moveRoot",void 0),Ee=t([At("carousel"),Ct(f`:host{display:block;transition:.3s}[part=root]{direction:ltr;overflow:hidden}[part=move-root],[part=root]{display:flex;height:100%;position:relative;transition:inherit;width:100%}[part=next],[part=prev]{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;-webkit-user-select:none;user-select:none;width:1.5em;z-index:1}[part=prev]{left:0}[part=next]{right:0}slot::slotted(*){flex-shrink:0!important}`)],Ee);var Te=Ee;Te.define();const Me="chip",Ne=ee(Me);let Pe=class Chip extends GlobalStyle{constructor(){super(...arguments),this.position="top-right",this.value=0,this.dot=!1,this.max=99}formatValue(t){return t>this.max?this.max+"+":t+""}render(){return at`<div part="root" ${Ht(this.observedRecord)}> ${Gt()} ${this.value||this.dot?at`<div part="chip">${this.dot?"":this.formatValue(this.value)}</div>`:""} </div>`}};t([Tt()],Pe.prototype,"position",void 0),t([Tt({type:Number})],Pe.prototype,"value",void 0),t([Tt({type:Boolean})],Pe.prototype,"dot",void 0),t([Tt({type:Number})],Pe.prototype,"max",void 0),Pe=t([At(Me),Ct(f`:host{${Ne}--offset:0%;${Ne}--offset-x:var(${Ne}--offset);${Ne}--offset-y:var(${Ne}--offset)}:host,:host([contents]) [part=root]{display:inline-block}[part=root]{position:relative}[part=chip]{background:var(${ie.primaryBackground});border-radius:calc(infinity*1px);color:var(${ie.primaryForeground});font-size:75%;padding:0 .5em;position:absolute;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none}[part=chip]:empty{border-radius:50%;font-size:100%;height:.5em;padding:0;width:.5em}[position^=top] [part=chip]{top:calc(var(${Ne}--offset-y))}[position$=right] [part=chip]{left:calc(100% - var(${Ne}--offset-x))}[position^=bottom] [part=chip]{top:calc(100% - var(${Ne}--offset-y))}[position$=left] [part=chip]{left:calc(var(${Ne}--offset-x))}`)],Pe);var Oe=Pe;Oe.define();const Be=Wt("0 0 256 256")`<path fill="currentColor" d="m213.66 101.66l-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32">`,Ie="details",ze=ee(Ie);let De=class Details extends GlobalStyle{constructor(){super(...arguments),this.open=!1,this.float=!1,this.fill=!1,this.summary=""}render(){return at`<dl part="root" ${Ht(this.observedRecord)}> <dt part="title" @click="${()=>this.toggle()}"> <span part="summary">${Gt("summary",this.summary)}</span> <span part="icon">${Gt("icon",Be())}</span> </dt> <dd part="details" @click=${this.fill?()=>this.toggle():null}> <div style="min-height: 0;">${Gt()}</div> </dd> </dl>`}updated(t){const e=t.get("open");void 0!==e&&this.dispatchCustomEvent("change",e)}toggle(t){this.open=t??!this.open}close(){this.open=!1}show(){this.open=!0}};t([Tt({type:Boolean,reflect:!0})],De.prototype,"open",void 0),t([Tt({type:Boolean})],De.prototype,"float",void 0),t([Tt({type:Boolean})],De.prototype,"fill",void 0),t([Tt()],De.prototype,"summary",void 0),De=t([At(Ie),Ct(f`:host{${ze}--icon-deg-open:0deg;${ze}--icon-deg-close:90deg;display:block;transition:.3s}[part=root]{position:relative}[part=title]{align-items:center;direction:ltr;grid-template-columns:auto auto;height:100%;justify-content:space-between}[part=details],[part=title]{display:grid;overflow:hidden;transition:inherit}[part=details]{grid-template-rows:0fr}:host([open]) [part=details]{grid-template-rows:1fr}[float] [part=details]{position:absolute;top:100%;width:100%}[part]{transition:inherit;transition-property:transform,grid-template-rows}[part=icon]{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;transform:rotate(var(${ze}--icon-deg-close))}:host([open]) [part=icon]{transform:rotate(var(${ze}--icon-deg-open))}`)],De);var Ue=De;Ue.define();const je="dialog",Ve=ee(je);let He=class Dialog extends GlobalStyle{constructor(){super(...arguments),this.open=!1,this.modal=!1,this.__modalInvoke=!1}render(){return at`<div part="root" @click=${this.show}> ${Gt("trigger")} </div> <dialog part="dialog" role="dialog"> ${Gt("dialog")}${Gt()} </dialog>`}showModal(){this.modal=!0,this.__modalInvoke=!0,this.show()}show(){this.open=!0}close(){this.open=!1}toggle(t){this.open=t??!this.open}updated(t){t.has("open")&&(this.open?(this.modal?this._dialog.showModal():this._dialog.show(),this.__submitEvent=this.events.add(this,"submit",this._handelSubmit),this.__keydownEvent=this.events.add(document,"keydown",this._handleKeydown.bind(this))):(this.__modalInvoke&&(this.modal=!1,this.__modalInvoke=!1),this._dialog.close(),this.events.remove(this,"submit",this.__submitEvent),this.events.remove(document,"keydown",this.__keydownEvent)))}_handleKeydown(t){"Escape"===t.key&&(t.preventDefault(),this.close())}_handelSubmit(t){"dialog"===t.target.method&&(t.preventDefault(),this.close())}};t([Tt({type:Boolean,reflect:!0})],He.prototype,"open",void 0),t([Tt({type:Boolean,reflect:!0})],He.prototype,"modal",void 0),t([It("dialog")],He.prototype,"_dialog",void 0),He=t([At(je),Ct(f`:host{${Ve}--background-modal:#000;${Ve}--opacity-modal:0.2;background:none;display:block;width:-moz-fit-content;width:fit-content}dialog{background:none;left:50%;position:relative;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1}::backdrop{background:var(${Ve}--background-modal);opacity:var(${Ve}--opacity-modal)}`)],He);var Le=He;Le.define();let Ge=class Divider extends GlobalStyle{constructor(){super(...arguments),this.vertical=!1}render(){return at`<div part="root"></div>`}};t([Tt({type:Boolean,reflect:!0})],Ge.prototype,"vertical",void 0),Ge=t([At("divider"),Ct(f`:host{background:currentColor;color:var(${ie.passive});display:block;height:.05em;width:100%}:host([vertical]){height:100%;width:.05em}`)],Ge);var Fe=Ge;Fe.define();let We=class Dragbox extends GlobalStyle{constructor(){super(...arguments),this.__drag=!1}get _offsetParent(){return this.offsetParent??document.body}render(){return at`<div part="root" ${Ht(this.observedRecord)} @mousedown="${this._handleDragStart}"> ${Gt()} </div>`}firstUpdated(){this.reset()}_handleDragStart(t){this.__x=t.x,this.__y=t.y;const e=this._offsetParent.getBoundingClientRect(),s=this.getBoundingClientRect();this.__t=s.top-e.top,this.__l=s.left-e.left,this.__drag=!0,this.__handleMouseMove=this.events.add(document,"mousemove",this._handleDrag.bind(this)),this.__handleMouseLeave=this.events.add(document,"mouseleave",this._handleDragEnd.bind(this)),this.__handleMouseUp=this.events.add(document,"mouseup",this._handleDragEnd.bind(this))}_handleDragEnd(){this.__drag=!1,this.events.remove(document,"mousemove",this.__handleMouseMove),this.events.remove(document,"mouseleave",this.__handleMouseLeave),this.events.remove(document,"mouseup",this.__handleMouseUp)}_handleDrag(t){if(!this.__drag)return;const{__x:e,__y:s,__l:o,__t:r,style:a}=this,{height:l,width:h}=this._offsetParent.getBoundingClientRect(),{width:d,height:c}=this.getBoundingClientRect(),p=t.x-(e-o),u=t.y-(s-r);a.left=p<0?"0":p<h-d?`${p}px`:h-d+"px",a.top=u<0?"0":u<l-c?`${u}px`:l-c+"px"}reset(){const{x:t,y:e,style:s,offsetWidth:o,offsetHeight:r,offsetLeft:a,offsetTop:l}=this,{height:h,width:d}=this._offsetParent.getBoundingClientRect();s.left=t||"0",s.top=e||"0",a>d-o&&(s.left=d-o+"px"),l>h-r&&(s.top=h-r+"px")}};t([Tt()],We.prototype,"x",void 0),t([Tt()],We.prototype,"y",void 0),We=t([At("dragbox"),Ct(f`:host{display:block;position:absolute}:host(:active){-webkit-user-select:none;user-select:none}`)],We);var qe=We;qe.define();let Ye=class Flex extends GlobalStyle{constructor(){super(...arguments),this.vertical=!1}render(){return at`<div part="root" ${Ht(this.observedRecord)}> ${[Gt(),Ft(xt({":host":{gap:this.gap,"flex-flow":this.flexFlow,"flex-direction":this.vertical&&"column","align-items":this.items,"justify-content":this.content}}))]} </div>`}};t([Tt({attribute:"flex-flow"})],Ye.prototype,"flexFlow",void 0),t([Tt()],Ye.prototype,"gap",void 0),t([Tt()],Ye.prototype,"content",void 0),t([Tt()],Ye.prototype,"items",void 0),t([Tt({type:Boolean})],Ye.prototype,"vertical",void 0),Ye=t([At("flex"),Ct(f`:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}`)],Ye);var Xe,Ze=Ye;Ze.define();let Ke=Xe=class Form extends GlobalStyle{constructor(){super(...arguments),this.name="",this.nameValue=this.namevalue}get value(){return Xe.buildValue(this._slot.assignedElements())}render(){return Gt()}reset(){this.deepQuerySelectorAll("*").forEach((t=>{t.tagName!==this.tagName&&t.reset&&t.reset()}))}namevalue(){return[this.name,this.value]}static buildValue(t){const e={};for(const s of t)if("FORM"===s.tagName)Object.assign(e,Object.fromEntries(new FormData(s).entries()));else if(s.namevalue){const[t,o]=s.namevalue();t&&(e[t]=o)}else if(s.name&&void 0!==s.value)e[s.name]=s.value;else if(s.shadowRoot)for(const t of s.shadowRoot.querySelectorAll("slot"))Object.assign(e,this.buildValue(t.assignedElements()));return e}};t([Tt()],Ke.prototype,"name",void 0),Ke=Xe=t([At("form"),Ct(f`:host{display:block}`)],Ke);var Qe=Ke;Qe.define();const Je=t=>{return e=t,Number.isNaN(+e)?t:`repeat(${t},1fr)`;var e};let ti=class Grid extends GlobalStyle{render(){return at`<div part="root" ${Ht(this.observedRecord)}> ${[Gt(),Ft(xt({":host":{gap:this.gap,"grid-template-columns":Je(this.columns),"grid-template-rows":Je(this.rows),"place-content":this.content,"place-items":this.items}}))]} </div>`}};t([Tt()],ti.prototype,"gap",void 0),t([Tt()],ti.prototype,"columns",void 0),t([Tt()],ti.prototype,"rows",void 0),t([Tt()],ti.prototype,"content",void 0),t([Tt()],ti.prototype,"items",void 0),ti=t([At("grid"),Ct(f`:host,:host([contents]) [part=root]{display:grid}[part=root]{display:contents}`)],ti);var ei,ii=ti;ii.define();let si=ei=class Router extends GlobalStyle{constructor(){super(...arguments),this.__fieldRouteTree=new RouteTree,this.__slottedRouteTree=new RouteTree,this.__cacheRecord=new Map,this.component=null,this.pathname=location.pathname,this.default=Gt(),this.type="united",this.cache=!1,this.handlePopstate=this.events.add(window,"popstate",(()=>{this.pathname=location.pathname}))}get params(){return this.path?RouteTree.parseParams(this.pathname,this.path):{}}set routes(t){this.__routes=t,this.collectFieldRoutes(t)}get routes(){return this.__routes}clear(){this.__cacheRecord.clear()}render(){let t;if(this.cache&&(t=this.__cacheRecord.get(this.pathname))&&(this.component=t.component,this.path=t.path,this.pathname=t.pathname),!t)switch(this.type){case"field":this.component=this.fieldComponent();break;case"slotted":this.component=this.slottedComponent();break;default:this.component=this.fieldComponent()??this.slottedComponent()}return this.component??this.default}connectedCallback(){super.connectedCallback(),ei.routerInstances.add(this),"field"!==this.type&&(this.observers.add(this,MutationObserver,this.collectSlottedRoutes,{attributes:!0,attributeFilter:["slot"],subtree:!0}),this.collectSlottedRoutes())}disconnectedCallback(){super.disconnectedCallback(),ei.routerInstances.delete(this)}useRouter(){return{pathname:this.pathname,params:this.params,path:this.path,component:this.component}}updated(t){if(t.has("pathname")||t.has("path")){const t=this.useRouter();!this.__cacheRecord.has(this.pathname)&&this.path&&this.__cacheRecord.set(this.pathname,t),this.dispatchCustomEvent("change",t)}}fieldComponent(t){if(t||=this.__fieldRouteTree.search(this.pathname)?.pattern,this.path=t,!t)return null;const e=this.routes.find((e=>e.path===t));return e?"render"in e?e.render?.(a(this.useRouter(),"component"))||null:e.component:null}slottedComponent(t){const e=this._slottedNames;return t||=this.__slottedRouteTree.search(this.pathname)?.pattern,this.path=t,t?(this.path=e.find((e=>e===t)),this.path?Gt(this.path):null):null}collectSlottedRoutes(){this.__slottedRouteTree=new RouteTree,this.clear(),this._slottedNames.forEach((t=>{this.__slottedRouteTree.insert(t)}))}collectFieldRoutes(t){this.__fieldRouteTree=new RouteTree,this.clear(),t.forEach((({path:t})=>{this.__fieldRouteTree.insert(t)}))}static updateAll(){this.routerInstances.forEach((t=>{t.handlePopstate()}))}search(t){return this.__fieldRouteTree.search(t)||this.__slottedRouteTree.search(t)}};si.routerInstances=new Set,t([Mt()],si.prototype,"component",void 0),t([Mt()],si.prototype,"path",void 0),t([Tt()],si.prototype,"pathname",void 0),t([Mt()],si.prototype,"default",void 0),t([Tt()],si.prototype,"type",void 0),t([Tt({type:Boolean})],si.prototype,"cache",void 0),t([Mt()],si.prototype,"routes",null),si=ei=t([At("router"),Ct(f`:host{display:contents}`)],si);var oi=si;const ri="auto";let ni=class Link extends GlobalStyle{constructor(){super(...arguments),this.type=ri,this.suppress=!1,this.replace=!1,this.target="_self",this.state={},this.handleState=()=>{switch(this.type){case ri:case"push":if(!this.replace){history.pushState(this.state,"",this.href);break}case"replace":history.replaceState(this.state,"",this.href)}}}get pathname(){return new URL(this.href,location.href).pathname}_handleClick(t){const{state:e,type:s,href:o,pathname:r,suppress:a}=this;if(!o)return;if(this.dispatchCustomEvent("navigate",{...this.observedRecord,pathname:r,state:e}),o.startsWith("#")||"normal"===s)return;this.handleState();const l=[...oi.routerInstances];a||s===ri&&!l.some((t=>t.search(location.pathname)))||(t.preventDefault(),oi.routerInstances.forEach((t=>{t.handlePopstate()})))}render(){return at`<a part="root" ${Ht(this.observedRecord)} href="${this.href||dt}" target="${this.target}" @click=${this._handleClick}> ${Gt()} </a>`}};t([Tt()],ni.prototype,"type",void 0),t([Tt({type:Boolean})],ni.prototype,"suppress",void 0),t([Tt({type:Boolean})],ni.prototype,"replace",void 0),t([Tt()],ni.prototype,"href",void 0),t([Tt()],ni.prototype,"target",void 0),ni=t([At("link"),Ct(f`:host{cursor:default;display:inline-block}:host([href]){cursor:pointer}a{display:contents}`)],ni);var ai=ni;let li=class Heading extends ai{constructor(){super(...arguments),this.as="h1",this.anchor="#",this.side="left"}render(){const t=this.href||(this.id?"#"+this.id:void 0);return at`<a part="root" href="${t||dt}"> ${this.wrapHeading(Gt(),t?at`<i part="${jt("anchor",this.side)}">${this.anchor}</i>`:"")} </a>`}wrapHeading(...t){switch(this.as){case"h2":return at`<h2>${t}</h2>`;case"h3":return at`<h3>${t}</h3>`;case"h4":return at`<h4>${t}</h4>`;case"h5":return at`<h5>${t}</h5>`;case"h6":return at`<h6>${t}</h6>`;default:return at`<h1>${t}</h1>`}}};t([Tt()],li.prototype,"as",void 0),t([Tt()],li.prototype,"anchor",void 0),t([Tt()],li.prototype,"side",void 0),li=t([At("heading"),Ct(f`:host{display:block;text-align:start}[part~=anchor]{min-width:1.25em;position:absolute;right:100%;text-align:center}[part~=left][part~=anchor]{right:100%}[part~=right][part~=anchor]{left:100%}h1,h2,h3,h4,h5,h6{position:relative;width:-moz-fit-content;width:fit-content}`)],li);var hi=li;hi.define();const di=Wt("0 0 256 256")`<path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76l19.24 21.17C25 88.84 9.38 123.2 8.69 124.76a8 8 0 0 0 0 6.5c.35.79 8.82 19.57 27.65 38.4C61.43 194.74 93.12 208 128 208a127.1 127.1 0 0 0 52.07-10.83l22 24.21a8 8 0 1 0 11.84-10.76Zm47.33 75.84l41.67 45.85a32 32 0 0 1-41.67-45.85M128 192c-30.78 0-57.67-11.19-79.93-33.25A133.2 133.2 0 0 1 25 128c4.69-8.79 19.66-33.39 47.35-49.38l18 19.75a48 48 0 0 0 63.66 70l14.73 16.2A112 112 0 0 1 128 192m6-95.43a8 8 0 0 1 3-15.72a48.16 48.16 0 0 1 38.77 42.64a8 8 0 0 1-7.22 8.71a6 6 0 0 1-.75 0a8 8 0 0 1-8-7.26A32.09 32.09 0 0 0 134 96.57m113.28 34.69c-.42.94-10.55 23.37-33.36 43.8a8 8 0 1 1-10.67-11.92a132.8 132.8 0 0 0 27.8-35.14a133.2 133.2 0 0 0-23.12-30.77C185.67 75.19 158.78 64 128 64a118.4 118.4 0 0 0-19.36 1.57A8 8 0 1 1 106 49.79A134 134 0 0 1 128 48c34.88 0 66.57 13.26 91.66 38.35c18.83 18.83 27.3 37.62 27.65 38.41a8 8 0 0 1 0 6.5Z">`,ci=f`:host([disabled]){cursor:not-allowed;filter:brightness(.85)}input:disabled{cursor:inherit}input::-ms-clear,input::-ms-reveal{display:none}`;let pi=class SuperInput extends GlobalStyle{constructor(){super(...arguments),this.autofocus=!1,this.ringType="border",this.disabled=!1,this.compositing=!1,this.makeId=Math.random().toString(36).slice(1),this.nameValue=this.namevalue}get observedRecord(){return a(super.observedRecord,"default","value")}set defaultValue(t){this.default=t}get defaultValue(){return this.default}namevalue(){return[this.name,this.value]}reset(){this.value=this.default,this._input.value=this.default}_handleInput(t){t.stopPropagation(),this.compositing||(this.value=t.target.value?.trim(),this.dispatchCustomEvent("input",this.value,{bubbles:!0}))}_handleChange(t){this.dispatchCustomEvent("change",this.value)}connectedCallback(){super.connectedCallback(),this._connectedInit()}_connectedInit(){this.default??=this.value||"",this.value??=this.default}_compositionInit(){this._input&&(this.events.add(this._input,"compositionstart",(()=>this.compositing=!0)),this.events.add(this._input,"compositionend",(t=>{this.compositing=!1,this._handleInput(t)})))}focus(t){this._input?.focus(t)}firstUpdated(){this._compositionInit()}_renderPrefix(){return at`<i part="prefix">${Gt("prefix")}</i>`}_renderSuffix(){return at`<i part="suffix">${Gt("suffix")}</i>`}};t([Tt()],pi.prototype,"autocomplete",void 0),t([Tt({attribute:ne})],pi.prototype,"ringType",void 0),t([Tt({type:Boolean,reflect:!0})],pi.prototype,"disabled",void 0),t([Tt({reflect:!0})],pi.prototype,"placeholder",void 0),t([Tt({reflect:!0})],pi.prototype,"name",void 0),t([Tt()],pi.prototype,"value",void 0),t([Tt()],pi.prototype,"default",void 0),t([It("input")],pi.prototype,"_input",void 0),pi=t([Ct(ci)],pi);let ui=class Input extends pi{constructor(){super(),this.type="text",this.variant="default",new StyleController(this,(()=>new RingBuilder({type:this.ringType}).css+("outline"===this.variant?`:host{${ie.ringColor}:currentColor}`:"")))}render(){return at`<label part="root" ${Ht(this.observedRecord)}> ${[this._renderPrefix(),at`<input part="input" type="${this.type}" .value="${this.value}" ?autofocus="${this.autofocus}" ?disabled="${this.disabled}" autocapitalize="${this.autocapitalize||dt}" autocomplete="${this.autocomplete||dt}" placeholder="${this.placeholder||dt}" @input="${this._handleInput}" @change="${this._handleChange}"/>`,this._renderSuffix()]} </label>`}_renderSuffix(){const t="password";return this.type===t?at`<i part="suffix" @mousedown="${()=>this._changeInputType("text")}" @mouseup="${()=>this._changeInputType(t)}" @mouseleave="${()=>this._changeInputType(t)}"> ${Gt("suffix",di())} </i>`:super._renderSuffix()}_changeInputType(t){this._input&&(this._input.type=t)}};t([Tt({reflect:!0})],ui.prototype,"type",void 0),t([Tt()],ui.prototype,"variant",void 0),t([It("input")],ui.prototype,"_input",void 0),ui=t([At("input"),Ct(f`:host{display:block;${ie.input}-space:0.2em;${ie.input}-icon-color:grey}:host(:active),:host(:focus-within){${ie.ringColor}:currentColor;${ie.input}-icon-color:currentColor}[part=root]{align-items:center;border-radius:inherit;display:flex;padding:.4em .5em;position:relative}[part=input]{flex-grow:1;height:100%;width:100%}[part=prefix],[part=suffix]{align-items:center;color:var(${ie.input}-icon-color);display:flex;height:100%;justify-content:center}[part=suffix] slot svg{margin-inline-start:var(${ie.input}-space)}[part=prefix] slot svg{margin-inline-end:var(${ie.input}-space)}`)],ui);var vi=ui;vi.define();let fi=class Layout extends GlobalStyle{constructor(){super(...arguments),this.sticky=!1}render(){return at`<div part="root" ${Ht(this.observedRecord)}> <header part="header">${Gt("header")}</header> <main part="main">${Gt()}</main> <footer part="footer">${Gt("footer")}</footer> </div>`}};t([Tt({type:Boolean})],fi.prototype,"sticky",void 0),fi=t([At("layout"),Ct(f`:host{flex-direction:column;grid-template-rows:auto 1fr auto;height:100%;min-height:100%;width:100%}:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}[part=main]{flex:1;width:100%}[part=footer],[part=header]{flex-shrink:0;width:100%}[sticky] header{position:sticky;top:0}`)],fi);var mi=fi;function gi(t){let e,s=function(...o){return e=t.apply(this,o),s=()=>e,e};return s}mi.define(),ai.define();const yi="popover",$i=()=>Object.hasOwn(HTMLElement.prototype,yi),bi=t=>t.getAttribute(yi),_i=t=>{t.style.display="none"},wi=gi((t=>$i()?(t=>{null!==bi(t)?t.hidePopover():_i(t)})(t):_i(t)));function xi(t){if(t.style.display="block",this&&"manual"!==bi(t)){const e="click",s=o=>{this.contains(o.target)||(t.dispatchEvent(new Event("toggle",{bubbles:!0,composed:!0,newState:"closed"})),wi(t),document.removeEventListener(e,s))};document.addEventListener(e,s)}}function ki(t){null!==bi(t)?t.showPopover():xi.call(this,t)}const Si=gi((function(t){return $i()?ki.call(this,t):xi.call(this,t)})),Ci="popover",Ai=Ci;let Ri=class Popover extends GlobalStyle{constructor(){super(),this.anchorName=`--${Ci}-${Math.random().toString(36).slice(2)}`,this.open=!1,this.action="show",this.span="span",this.position="bottom",new StyleController(this,(()=>xt({"[part=root],slot:not([name])::slotted(*)":{"anchor-name":this.anchorName},"[part=popover]":{"position-anchor":this.anchorName,"position-area":this.resolveArea()}})))}render(){return at`<div part="root"> <div part="trigger" @click=${this._handleClick}> ${Gt()} </div> <div part="popover" popover="manual"> ${Gt("popover")} </div> </div>`}_handleClick(){const{action:t}=this;switch(t){case"show":case"hide":case"toggle":this[t]()}}show(){this.toggle(!0)}hide(){this.toggle(!1)}toggle(t){this.open=t??!this.open}updated(t){t.has("open")&&this._openChange()}_openChange(){const{open:t}=this;if(t){Si.call(this,this._popover);const t=e=>{this.contains(e.target)||(this.events.remove(document,"click",t),this.open=!1)};this.events.add(document,"click",t)}else wi(this._popover);this.dispatchCustomEvent("toggle",t)}resolveArea(){const t=this.position.split("-"),e="spread"===this.span?`span-${t[0]}`:t[0];return t.length<2?`${e} center`:`${e} ${"isolated"===this.span?t[1]:`span-${t[1]}`}`}};t([Tt({type:Boolean,reflect:!0})],Ri.prototype,"open",void 0),t([Tt()],Ri.prototype,"action",void 0),t([Tt()],Ri.prototype,"span",void 0),t([Tt()],Ri.prototype,"position",void 0),t([It(Ci)],Ri.prototype,"_popover",void 0),Ri=t([At(Ai),Ct(f`:host{display:inline-block}[part=trigger]{display:contents}[part=root]{display:inherit}[part=popover]{inset:unset;overflow:visible;position:absolute;z-index:1;position-try-fallbacks:flip-block}`)],Ri),Ri.define();var Ei=Ri;let Ti=class Progress extends GlobalStyle{constructor(){super(...arguments),this.max=1,this.min=0}render(){let t,s=20;if(!e(this.value)){const e=new Ranger(this.min,this.max);s=(+this.value-this.min)/e.diff*100,t="static"}return at`<div part="root" ${Ht(this.observedRecord)} class="${t}"> <i part="value" style="width:${s}%;"></i> </div>`}};t([Tt({type:Number})],Ti.prototype,"max",void 0),t([Tt({type:Number})],Ti.prototype,"min",void 0),t([Tt({type:Number})],Ti.prototype,"value",void 0),Ti=t([At("progress"),Ct(f`:host{background:var(${ie.passive});border-radius:.25em;color:var(${ie.active});height:.5em;width:100%}:host,[part=root]{display:block}[part=root]{border-radius:inherit;overflow:hidden;position:relative;z-index:1}[part=value]{animation:progress 1.8s ease-in-out infinite alternate;background:currentColor;border-radius:inherit;height:100%;left:0;position:absolute;top:0;transition:all .3s;z-index:2}@keyframes progress{0%{left:0}to{left:80%}}.static [part=value]{animation:none}`)],Ti);var Mi=Ti;Mi.define();const Ni="range",Pi=ee(Ni);let Oi=class Range extends pi{constructor(){super(...arguments),this.min=0,this.max=100,this.vertical=!1,this.__focusStack=[]}get range(){return Array.isArray(this.value)}get rangeValue(){return this.range?this.value:[this.value]}padValue(t,e=0){const{rangeValue:s}=this,o=t-s.length;return o>0?new Array(o).fill(e).concat(s):s}attributeChangedCallback(t,e,s){super.attributeChangedCallback(t,e,s),"max"!==t&&"min"!==t&&"step"!==t||(this._ranger=new Ranger(this.min,this.max,this.step))}get observedRecord(){return a(super.observedRecord,ne)}render(){const t=this.padValue(2),e=Math.min(...t),s=Math.max(...t),o=this._ranger.diff;return at`<div part="root" ${Ht(this.observedRecord)} @mousedown="${this.disabled?null:this._handleMousedownRoot}" style="${kt([["--from",(e-this.min)/o*100+"%"],["--to",(s-this.min)/o*100+"%"],...t.map(((t,e)=>[`--handle-${e}`,(t-this.min)/o*100+"%"]))])}"> <div part="track"></div> ${qt(this.rangeValue.length,(t=>this._renderHandle(t)))} </div>`}_renderHandle(t){const{disabled:e,range:s,rangeValue:o}=this,r=!s||s&&t===o.length-1&&1===o.length;return at`<i tabindex="0" part="${jt("handle",`handle-${t}`)}" @mousedown="${e?null:this.createMouseDown(t)}" style="${kt({"z-index":this.__focusStack.indexOf(t)+1,"--handle":`var(--${r?"to":`handle-${t}`})`})}"></i>`}focusHandle(t){this.lastFocus=t;const e=this.__focusStack.indexOf(t);-1!==e&&this.__focusStack.splice(e,1),this.__focusStack.push(t);const s=this._handles.item(t);s?.focus(),this.__keydownEvent||(this.__keydownEvent=this.events.add(document,"keydown",this.createKeydownEvent(t)))}blurHandle(){this.lastFocus=void 0,this.__keydownEvent=this.events.remove(document,"keydown",this.__keydownEvent)}createKeydownEvent(t){return e=>{const{rangeValue:s,step:o}=this;s.length<2&&(t=0);const r=s[t];"ArrowLeft"===e.key||"ArrowDown"===e.key?(e.preventDefault(),this.createSetValue(t)(r-o)):"ArrowRight"!==e.key&&"ArrowUp"!==e.key||(e.preventDefault(),this.createSetValue(t)(r+o))}}createMouseDown(t){return e=>{this.focusHandle(t),this.createMousedownListener(this.createSetValue(t))(e)}}createSetValue(t){return e=>{const s=this._ranger.normalize(e);let o=s;this.range&&(o=[...this.value],o[t]=s),this.value=o,this.dispatchCustomEvent("change",this.value)}}_computeValue({clientX:t,clientY:e}){const{top:s,left:o,height:r,width:a}=this._root.getBoundingClientRect();return this._ranger.present(this.vertical?(e-s)/r:(t-o)/a)}_handleMousedownRoot(t){const e=this._computeValue(t),s=this.range?this.rangeValue.reduce(((t,s,o)=>Math.abs(e-s)<Math.abs(e-this.rangeValue[t])?o:t),0):0,o=this.createSetValue(s);o(e),this.createMousedownListener(o)(t),this.focusHandle(s)}createMousedownListener(t){return e=>{e.preventDefault(),e.stopPropagation();const s=this.createMousemoveListener(t);this.events.add(document,"mousemove",s);const o=()=>{this.events.remove(document,"mousemove",s),this.events.remove(document,"mouseup",o)};this.events.add(document,"mouseup",o)}}createMousemoveListener(t){return e=>{const s=this._computeValue(e);s===this._ranger.restrict(s)&&t?.call(this,s)}}_connectedInit(){this._ranger=new Ranger(this.min,this.max,this.step);const t=this._ranger.diff;this.step||=t/100,e(this.value)&&(e(this.default)?this.value=Math.round(t/2/this.step)*this.step:this.value=this.default),this.default??=this.value}reset(){this.value=this.default}sort(){return this.value=this.toSorted()}toSorted(){return this.range?[...this.value].sort(((t,e)=>t-e)):this.value}};t([Tt({type:Number})],Oi.prototype,"min",void 0),t([Tt({type:Number})],Oi.prototype,"max",void 0),t([Tt({type:Number})],Oi.prototype,"step",void 0),t([Tt({type:Boolean,reflect:!0})],Oi.prototype,"vertical",void 0),t([Tt({type:Array})],Oi.prototype,"value",void 0),t([Tt({type:Array})],Oi.prototype,"default",void 0),t([It("root")],Oi.prototype,"_root",void 0),t([Bt("[part=handle]")],Oi.prototype,"_handles",void 0),t([Mt()],Oi.prototype,"lastFocus",void 0),Oi=t([At(Ni),Ct(f`:host{${Pi}--track-width:.5em;${Pi}--handle-scale:1;${Pi}--track-background:var(${ie.active});background:var(${ie.passive});display:block;height:var(${Pi}--track-width);width:100%}:host([contents]) [part=root]{width:inherit}:host([vertical]){height:100%;width:-moz-fit-content;width:fit-content}[part=root]{position:relative;--from:0%;--to:50%}[part=root],[part=track]{border-radius:inherit;min-height:inherit}[part=track]{background:var(${Pi}--track-background);height:100%;justify-content:space-between;left:min(var(--from),var(--to));pointer-events:none;width:max(calc(var(--to) - var(--from)),calc(var(--from) - var(--to)))}[part=track],[part~=handle]{display:flex;position:absolute}[part~=handle]{align-items:center;background:var(${ie.background});border:.1em solid;border-radius:50%;height:1em;justify-content:center;outline:0;transform:scale(var(${Pi}--handle-scale)) translate(-50%,-25%);transform-origin:0 25%;-webkit-user-select:none;user-select:none;width:1em}`,f`[vertical]{height:inherit;width:var(${Pi}--track-width)}[vertical] i{transform:translate(-25%,-50%)}[vertical] [part=track]{height:max(calc(var(--to) - var(--from)),calc(var(--from) - var(--to)));left:0;top:min(var(--from),var(--to));width:100%}`,f`[part~=handle]{left:var(--handle);top:0}[vertical] [part~=handle]{left:0;top:var(--handle)}`)],Oi);var Bi=Oi;Bi.define();const Ii="rotate",zi=ee(Ii);let Di=class Rotate extends GlobalStyle{render(){return at`<div part="root"> <div part="slot" @mousemove="${this._handleRotate}"> ${Gt()} </div> <i @mouseleave="${this.reset}"></i> </div>`}reset(){this._root.style.removeProperty("transform"),this._root.style.removeProperty("transition")}_handleRotate(t){const{rotateX:e,rotateY:s}=this._computeOffset(t);this._root.style.setProperty("transform",`rotateX(${e}rad) rotateY(${s}rad)`),this._root.style.setProperty("transition","0s")}_computeOffset(t){const{left:e,top:s,width:o,height:r}=this._root.getBoundingClientRect(),{clientX:a,clientY:l}=t;return{rotateX:-(l-s-r/2)/r/2,rotateY:(a-e-o/2)/o/2}}};t([It("root")],Di.prototype,"_root",void 0),Di=t([At(Ii),Ct(f`:host{display:block;transition:all .5s ease-in-out;width:-moz-fit-content;width:fit-content;${zi}--offset:.5em}div{position:relative;transition:inherit;transition-property:transform}i{box-sizing:content-box;height:100%;margin:calc(var(${zi}--offset)*-1);padding:var(${zi}--offset);position:absolute;top:0;width:100%}[part=slot]{z-index:2}`)],Di);var Ui=Di;Ui.define(),oi.define();const ji=gi((()=>CSS.supports("position-area:top")));function Vi(t,e){if(t){const s="selected";e?t.setAttribute(s,""):t.removeAttribute(s)}}let Hi=class Select extends vi{constructor(){super(...arguments),this.multiple=!1,this.noEdit=!1,this.values=[],this.optionsVisible=!1}render(){const t=this.noEdit||this.disabled;return at`<label part="root" ${Ht(this.observedRecord)}> ${[this._renderPrefix(),this.noEdit?at`<input style="position: absolute;inset: 0;opacity: 0;"/>`:"",at`<input part="input" .value="${this.text}" ?autofocus="${this.autofocus}" ?disabled="${t}" autocapitalize="${this.autocapitalize||dt}" autocomplete="${this.autocomplete||dt}" placeholder="${this.placeholder||dt}" @input="${t?null:this._handleInput}" @change="${t?null:this._handleChange}"/>`,this._renderSuffix()]} <div part="popover" popover="${ji()?"manual":dt}"> ${Gt()} </div> </label>`}_renderSuffix(){return at`<i part="suffix">${Gt("suffix",Be())}</i>`}firstUpdated(){this.events.add(this._slot,"click",(t=>{const{target:e}=t;if("OPTION"!==e.tagName)return;const{label:s,value:o}=e,r=this.select(o,s);this.multiple||(Vi(this.lastChecked,0),this.hideOptions()),Vi(e,r),this.lastChecked=e}))}_connectedInit(){this.default=this.value??="",this.defaultText=this.text??="",this.events.add(this,"focus",this.showOptions)}reset(){this.value=this.default,this.text=this.defaultText}select(t,e){e||=t;let s=0;const o=this.values.findIndex((e=>e.value===t));return o>-1?this.values.splice(o,1):(this.values.push({value:t,label:e}),s=1),this.checkValues(),this.value=this.values.map((t=>t.value)).join(","),this.text=this.values.map((t=>t.label)).join(", "),this.dispatchCustomEvent("select",this.value),s}checkValues(){!this.multiple&&this.values.length>1&&(this.values.splice(0,this.values.length-1),this.requestUpdate())}showOptions(){if(this.optionsVisible)return;Si(this._popover);const t=e=>{this.contains(e.target)||(this.hideOptions(),this.events.remove(document,"click",t))};this.events.add(document,"click",t),this.optionsVisible=!0}hideOptions(){this.optionsVisible&&(wi(this._popover),this.optionsVisible=!1)}focus(t){super.focus(),this._input.focus(t),this.showOptions()}blur(){super.blur(),this._input.blur(),wi(this._popover)}};t([Tt()],Hi.prototype,"text",void 0),t([Tt({type:Boolean})],Hi.prototype,"multiple",void 0),t([Tt({type:Boolean})],Hi.prototype,"noEdit",void 0),t([Tt({type:Array})],Hi.prototype,"values",void 0),t([It("popover")],Hi.prototype,"_popover",void 0),Hi=t([At("select"),Ct(f`[part=root]{position:relative;anchor-name:--select}label{display:contents}[part=popover]{background:none;border:0;width:100%;position-anchor:--select;position-area:bottom center;position-try-fallbacks:flip-block}[part=input]{text-overflow:ellipsis}@supports not (position-area:top){[part=popover]{display:none;left:0;position:absolute;top:100%}}`)],Hi);var Li=Hi;Li.define();const Gi="skeleton",Fi=ee(Gi);let Wi=class Skeleton extends GlobalStyle{constructor(){super(...arguments),this.loading=!0}render(){return this.loading?at`<div part="root">${Gt("loading")}</div>`:Gt()}};t([Mt()],Wi.prototype,"loading",void 0),Wi=t([At(Gi),Ct(f`:host{${Fi}--from:var(${ie.background});${Fi}--to:var(${ie.passive});${Fi}--deg:95deg;${Fi}--duration:2s;animation:_ var(${Fi}--duration) ease-in-out infinite none running;background-color:transparent;background-image:linear-gradient(var(${Fi}--deg),var(${Fi}--from) 36%,var(${Fi}--to) 50%,var(${Fi}--from) 64%);background-size:200% 100%;flex-shrink:0;height:2em;overflow:hidden;width:100%}@keyframes _{0%{background-position:150%}to{background-position:-50%}}[part=root]{display:contents}:host,:host([contents]) [part=root]{display:block}`)],Wi);var qi=Wi;qi.define();const Yi="split",Xi=ee(Yi);let Zi=class Split extends pi{constructor(){super(),this.len=6,this.index=-1,this.current=-1,this.currentValue=[],new StyleController(this,(()=>new RingBuilder({selector:"[part=input-box]",type:this.ringType}).css))}get observedRecord(){return a(super.observedRecord,ne)}render(){return at`<div part="root" ${Ht(this.observedRecord)}> ${qt(this.len,(t=>at`<span part="input-box" ring-type="${this.ringType}" class="${jt({focus:this.current===t})}" @click="${this.disabled?null:()=>this.focusAt(t)}"> ${this.currentValue[t]} </span>`))} <input part="input" @blur=${this.blur} @input="${this._handleInput}" @change="${this._handleChange}" .value="${this.value.padStart(this.len," ")}"/> </div>`}connectedCallback(){super.connectedCallback(),this.reset()}_handleInput(t){t.stopPropagation(),this.compositing||(this.fillInput(t.data),this.value=this.currentValue.join(""),this.dispatchCustomEvent("input",this.value,{bubbles:!0}))}fillInput(t){if(null===t){if(null!==this.currentValue[this.current])this.currentValue[this.current]=null;else{this.currentValue[this.current-1]=null;const t=this.currentValue.findLastIndex((t=>null!==t));this.current=this.current-1<0?t<0?0:t:this.current-1}return}const e=t.length>1;if(this.currentValue[this.current]=t[0],this.current+1>=this.len?(this.current=this.currentValue.indexOf(null),-1===this.current&&this.blur()):this.current+=1,e){const e=t.slice(1);e&&this.fillInput(e)}}focus(){this.focusAt(this.current),super.focus()}focusAt(t){this.current=t,this._input.focus()}blur(){this._input.blur(),this.current=-1,super.blur()}reset(){this.current=-1,this.value=this.default,this.currentValue=this.value.split("").concat(Array(this.len-this.value.length).fill(null)),this.index>-1&&(this.current=this.index)}};t([Tt({type:Number})],Zi.prototype,"len",void 0),t([Tt({type:Number})],Zi.prototype,"index",void 0),t([Mt()],Zi.prototype,"current",void 0),t([Mt()],Zi.prototype,"currentValue",void 0),Zi=t([At(Yi),Ct(f`:host{border-radius:.1em;display:block;width:-moz-fit-content;width:fit-content;${Xi}--size:2em;${Xi}--gap:.25em}[part=root]{display:flex;gap:var(${Xi}--gap);justify-content:space-between;position:relative}[part=input-box],[part=root]{border-radius:inherit;vertical-align:top}[part=input-box]{align-items:center;display:inline-flex;height:var(${Xi}--size);justify-content:center;width:var(${Xi}--size)}[part=input]{background:none;height:100%;opacity:0;position:absolute;width:100%;z-index:-1}.focus,[part=input-box]:active{${ie.ringColor}:var(${ie.active})}`)],Zi);var Ki=Zi;Ki.define();const Qi="switch",Ji=ee(Qi);let ts=class Switch extends pi{constructor(){super(...arguments),this.default=!1,this.value=!1}set checked(t){this.value=t}get checked(){return this.value}get observedRecord(){return a(super.observedRecord,ne)}render(){return at`<div part="root" ${Ht(this.observedRecord)} class="round"> <input part="input" type="checkbox" ?disabled="${this.disabled}" ?checked="${this.value}" @change="${this._handleChange}"/> <span part="handle"></span> </div>`}reset(){this.value=this.default,this._input.checked=this.value}_connectedInit(){this.default?this.value=!0:this.value&&(this.value=!0,this.default=!0)}_handleChange(){const{checked:t}=this._input;this.value=t,this.dispatchCustomEvent("change",this.value)}};t([Tt({type:Boolean})],ts.prototype,"default",void 0),t([Tt({type:Boolean,attribute:"checked",reflect:!0})],ts.prototype,"value",void 0),ts=t([At(Qi),Ct(f`:host,:host([contents]) [part=root]{display:inline-block}:host{${Ji}-width:3em;${Ji}-height:calc(var(${Ji}-width)/2);${Ji}-handle-size:1.25em;${Ji}-handle-space:calc(var(${Ji}-width)/4 - var(${Ji}-handle-size)/2);background:var(${ie.passive});border-radius:calc(var(${Ji}-height)/2);height:var(${Ji}-height);transition:.2s ease-in-out;transition-property:background,left;vertical-align:bottom;width:var(${Ji}-width)}:host([checked]){background:var(${ie.active})}[part=root]{position:relative}[part=handle],[part=root]{align-items:center;display:flex;transition:inherit}[part=handle]{background:var(${ie.background});border-radius:100%;height:var(${Ji}-handle-size);justify-content:center;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%) translateX(var(${Ji}-handle-space));width:var(${Ji}-handle-size)}:host([checked]) [part=handle]{left:50%}[part=input]{height:100%;opacity:0;width:100%}`)],ts);var es=ts;es.define();let is=class Text extends GlobalStyle{constructor(){super(...arguments),this.underline="none",this.nowrap=!1,this.italic=!1,this.truncate=!1,this.clip=!1}render(){return at`<p part="root">${Gt()}</p>`}};t([Tt({converter:{fromAttribute:t=>""===t||t,toAttribute:t=>!1===t?null:!0===t?"":t},reflect:!0})],is.prototype,"underline",void 0),t([Tt({type:Boolean,reflect:!0})],is.prototype,"nowrap",void 0),t([Tt({type:Boolean,reflect:!0})],is.prototype,"italic",void 0),t([Tt({type:Boolean,reflect:!0})],is.prototype,"truncate",void 0),t([Tt({type:Boolean,reflect:!0})],is.prototype,"clip",void 0),is=t([At("text"),Ct(f`:host([clip]){background:var(${ie.backgroundClip});color:transparent;display:inline-block;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}:host([nowrap]){white-space:nowrap}:host([italic]){font-style:italic}:host([truncate]),:host([truncate]) ::slotted(*){max-width:100%;overflow:hidden;text-overflow:ellipsis}:host([strikethrough]){text-decoration:line-through}:host(:active[underline=active]),:host(:focus[underline=focus]),:host(:hover[underline=hover]),:host([underline=""]),:host([underline=always]){text-decoration:underline}`)],is);var ss=is;ss.define();const os="tabs",rs=ee(os),ns="hover";let as=class Tabs extends GlobalStyle{constructor(){super(),this.ringType="border",this.beginning="selected",this.indicator="background",this.index=0,new StyleController(this,(()=>new RingBuilder({type:this.ringType}).css))}render(){return at`<ul part="root" ${Ht(this.observedRecord)} @mouseleave="${this._handleMouseLeave}"> ${this.tabs?.map(((t,e)=>at`<li part="${jt("item",this.index===e&&"selected")}" @mouseenter=${()=>{this.move(this.previousIndex,e),this.previousIndex=e}} @click=${()=>this.select(e)}> ${Gt(t,t)} <div part="indicator"></div> </li>`))} </ul>`}connectedCallback(){super.connectedCallback(),this.previousIndex="selected"===this.beginning?this.index:-1}_handleMouseLeave(){const t=this._items[this.previousIndex];t&&t.part.remove(ns),this.previousIndex="selected"===this.beginning?this.index:-1}move(t,e){if(t===e)return;const{_items:s,_indicators:o}=this,r=s[e];if(!r)return;r.part.add(ns);const a=s[t];if(!a)return;if(a.part.remove(ns),"none"===this.beginning)return;const l=o[e],h=o[t];if(!l||!h)return;const{x:d,y:c,width:p}=h.getBoundingClientRect(),{x:u,y:v}=l.getBoundingClientRect(),f=d-u,m=c-v,{style:g}=l,{style:$}=h;g.transform=`translate3d(${f}px,${m}px,0)`,g.width=`${p}px`,g.transition=$.transition="none",l.getBoundingClientRect(),g.width=g.transform=g.transition=$.transition=""}select(t){const{index:e,previousIndex:s}=this;this.move(s,t),t!==e&&(this.previousIndex=t,this.index=t,this.dispatchCustomEvent("select",t))}};t([Tt({attribute:ne})],as.prototype,"ringType",void 0),t([Tt()],as.prototype,"beginning",void 0),t([Tt()],as.prototype,"indicator",void 0),t([Tt({type:Array})],as.prototype,"tabs",void 0),t([Tt({type:Number})],as.prototype,"index",void 0),t([Bt("[part~=item]")],as.prototype,"_items",void 0),t([Bt("[part=indicator]")],as.prototype,"_indicators",void 0),as=t([At(os),Ct(f`:host{${rs}--indicator-background:var(${ie.passive});${rs}--selected-background:var(${ie.passive});cursor:default;display:flex;transition:.2s ease-in-out}[part=root]{border-radius:inherit;display:flex;flex-direction:inherit;gap:.25em;overflow-x:clip;padding:.25em;position:relative;transition:inherit;transition-property:width,transform,opacity;z-index:1}[part~=item]{display:block;padding:0 .25em;position:relative;white-space:nowrap}[part=indicator],[part~=item],[part~=item]:after{border-radius:inherit;transition:inherit;transition-property:inherit;width:100%}[part=indicator],[part~=item]:after{background:var(${rs}--indicator-background);height:100%;inset:0;position:absolute}[part=indicator]{opacity:0;z-index:-1}[part~=item]:after{z-index:-2}[indicator=underline] [part=indicator],[indicator=underline] [part~=item]:after{border-radius:.075em;height:.15em;margin-top:.15em;top:100%}[part~=selected]:after{background:var(${rs}--selected-background);content:""}[part~=hover] [part=indicator]{opacity:1}`)],as);var ls=as;function hs(t,e=2){return t.toString().padStart(e,"0").split("")}ls.define();let ds=class Time extends ss{constructor(){super(...arguments),this.escape="%",this.format="YYYY-MM-DD hh:mm:ss",this.time=new Date}render(){return at`<p part="root">${function(t,e=new Date,s="%"){var o;if(!t)return t;if(isNaN(e.getTime()))return;const r=`${s}${s}`,a=[];t=t.replace(new RegExp(`${s}([ZYMDhmsS${s}])`,"g"),((t,e)=>(a.push(e),r)));const l=e.getTimezoneOffset()/-60,h={Z:[l>=0?"+"+l.toString():l.toString()],Y:e.getFullYear().toString().split(""),M:hs(e.getMonth()+1),D:hs(e.getDate()),h:hs(e.getHours()),m:hs(e.getMinutes()),s:hs(e.getSeconds()),S:hs(e.getMilliseconds(),3)},d=[];for(const e of t.split("").reverse()){const t=null===(o=h[e])||void 0===o?void 0:o.pop();t?d.push(t):d.push(e)}return d.reverse().join("").replace(new RegExp(r,"g"),(()=>a.shift()))}(this.format,this.time,this.escape)}</p>`}updated(t){t.has("timeout")&&this.timeout&&(this.timeouts.remove(this.timeoutId),this.timeoutId=this.timeouts.add(setInterval((()=>{this.dispatchCustomEvent("time",this.time),this.time=new Date(this.time.getTime()+(this.gap||this.timeout))}),Math.abs(this.timeout))))}};t([Tt()],ds.prototype,"escape",void 0),t([Tt()],ds.prototype,"format",void 0),t([Tt({type:Object})],ds.prototype,"time",void 0),t([Tt({type:Number})],ds.prototype,"timeout",void 0),t([Tt({type:Number})],ds.prototype,"gap",void 0),ds=t([At("time")],ds);var cs=ds;cs.define();let ps=class Tooltip extends Ri{constructor(){super(...arguments),this.delay=300}render(){return at`<div part="root"> <div part="trigger" @click=${this.hide}> ${Gt()} </div> <div part="popover" popover="manual"> ${Gt("tip",this.tip)} </div> </div>`}connectedCallback(){super.connectedCallback(),this.events.add(this,"mouseenter",(()=>{clearTimeout(this._leaveTimeout),this._hoverTimeout=setTimeout((()=>{this.show()}),this.delay)})),this.events.add(this,"mouseleave",(()=>{clearTimeout(this._hoverTimeout),this._leaveTimeout=setTimeout((()=>{this.hide()}),this.delay)}))}};t([Tt()],ps.prototype,"tip",void 0),t([Tt({type:Number})],ps.prototype,"delay",void 0),ps=t([At("tooltip")],ps);var us=ps;us.define();const vs="typewriter",fs=ee(vs);let ms=class Typewriter extends GlobalStyle{constructor(){super(...arguments),this.content="",this.ended=!1,this.max=100,this.min=50,this.delay=0,this.index=0,this.contentInternal=""}get len(){return this.content.length}render(){return at`<div part="root" ${Ht(this.observedRecord)}> ${Gt()} ${this.contentInternal} <i part="cursor" ?hidden="${this.ended}"></i> </div>`}connectedCallback(){super.connectedCallback(),this._ranger=new Ranger(this.min,this.max)}firstUpdated(){this.content||=this._slot?.assignedNodes()[0]?.textContent.trim()||"",!this.ended&&this.len&&this.write()}updated(t){t.has("index")&&this.dispatchCustomEvent(this.index===this.len?"done":"write",this.contentInternal)}write(t=this.index){this.contentInternal=this.content.slice(0,t+1);const e=this.delay||this._ranger.random();this.timeoutID=this.timeouts.add(setTimeout((()=>{const e=t+1;e<=this.len&&(this.index=e,this.write())}),e))}stop(){clearTimeout(this.timeoutID)}end(){this.ended=!0}};t([Tt()],ms.prototype,"content",void 0),t([Tt({type:Boolean})],ms.prototype,"ended",void 0),t([Tt({type:Number})],ms.prototype,"max",void 0),t([Tt({type:Number})],ms.prototype,"min",void 0),t([Tt({type:Number})],ms.prototype,"delay",void 0),t([Tt({type:Number})],ms.prototype,"index",void 0),t([Mt()],ms.prototype,"contentInternal",void 0),t([Pt("i")],ms.prototype,"_i",void 0),ms=t([At(vs),Ct(f`:host{${fs}--cursor-width:.05em}:host,:host([contents]) [part=root]{display:inline-block}i{animation:s 1.5s steps(1) infinite;border-right:var(${fs}--cursor-width) solid;margin-left:.02em}@keyframes s{0%{border-color:currentColor}50%{border-color:transparent}}slot{display:none}`)],ms);var gs=ms;gs.define();export{le as Alert,de as Avatar,me as Badge,_e as Breath,ve as Button,Se as Card,Te as Carousel,Oe as Chip,Ue as Details,Le as Dialog,Fe as Divider,qe as Dragbox,Ze as Flex,Qe as Form,ii as Grid,hi as Heading,vi as Input,mi as Layout,ai as Link,Ei as Popover,Mi as Progress,Bi as Range,Ui as Rotate,oi as Router,Li as Select,qi as Skeleton,Ki as Split,es as Switch,ls as Tabs,ss as Text,cs as Time,us as Tooltip,gs as Typewriter};
|
59
58
|
//# sourceMappingURL=godown+lit.js.map
|