godown 3.3.0 → 3.4.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 +4 -4
- package/build/godown+lit.iife.js.map +1 -1
- package/build/godown+lit.js +4 -4
- package/build/godown+lit.js.map +1 -1
- package/build/godown+lit.umd.js +4 -4
- package/build/godown+lit.umd.js.map +1 -1
- package/build/godown.iife.js +3 -3
- package/build/godown.js +4 -4
- package/build/godown.js.map +1 -1
- package/build/godown.umd.js +3 -3
- package/build/godown.umd.js.map +1 -1
- package/components/alert.js +1 -1
- package/components/alert.js.map +1 -1
- package/components/avatar.d.ts +5 -4
- package/components/avatar.d.ts.map +1 -1
- package/components/avatar.js +1 -1
- package/components/avatar.js.map +1 -1
- package/components/badge.d.ts +10 -2
- package/components/badge.d.ts.map +1 -1
- package/components/badge.js.map +1 -1
- package/components/breath.d.ts +2 -3
- package/components/breath.d.ts.map +1 -1
- package/components/breath.js +1 -1
- package/components/breath.js.map +1 -1
- package/components/button.d.ts +7 -2
- package/components/button.d.ts.map +1 -1
- package/components/button.js +1 -1
- package/components/button.js.map +1 -1
- package/components/card.d.ts +6 -0
- package/components/card.d.ts.map +1 -1
- package/components/card.js +1 -1
- package/components/card.js.map +1 -1
- package/components/carousel.d.ts +2 -2
- package/components/details.d.ts +3 -3
- package/components/details.d.ts.map +1 -1
- package/components/dialog.d.ts +9 -6
- package/components/dialog.d.ts.map +1 -1
- package/components/dialog.js +1 -1
- package/components/dialog.js.map +1 -1
- package/components/divider.d.ts +1 -1
- package/components/heading.d.ts +2 -0
- package/components/heading.d.ts.map +1 -1
- package/components/heading.js.map +1 -1
- package/components/input.d.ts +2 -2
- package/components/input.d.ts.map +1 -1
- package/components/input.js +1 -1
- package/components/input.js.map +1 -1
- package/components/link.d.ts +1 -1
- package/components/link.d.ts.map +1 -1
- package/components/link.js +1 -1
- package/components/link.js.map +1 -1
- package/components/progress.d.ts +0 -7
- package/components/progress.d.ts.map +1 -1
- package/components/progress.js +1 -1
- package/components/progress.js.map +1 -1
- package/components/range.d.ts +43 -9
- package/components/range.d.ts.map +1 -1
- package/components/range.js +1 -1
- package/components/range.js.map +1 -1
- package/components/rotate.d.ts +6 -4
- package/components/rotate.d.ts.map +1 -1
- package/components/rotate.js.map +1 -1
- package/components/select.d.ts +4 -2
- package/components/select.d.ts.map +1 -1
- package/components/select.js +1 -1
- package/components/select.js.map +1 -1
- package/components/split.d.ts +2 -1
- package/components/split.d.ts.map +1 -1
- package/components/split.js +1 -1
- package/components/split.js.map +1 -1
- package/components/switch.d.ts +5 -7
- package/components/switch.d.ts.map +1 -1
- package/components/switch.js +1 -1
- package/components/switch.js.map +1 -1
- package/components/time.d.ts +2 -2
- package/components/time.d.ts.map +1 -1
- package/components/time.js.map +1 -1
- package/components/tooltip.d.ts +3 -2
- package/components/tooltip.d.ts.map +1 -1
- package/components/tooltip.js +1 -1
- package/components/tooltip.js.map +1 -1
- package/core/direction.d.ts +27 -0
- package/core/direction.d.ts.map +1 -0
- package/core/direction.js +2 -0
- package/core/direction.js.map +1 -0
- package/core/global-style.d.ts +0 -2
- package/core/global-style.d.ts.map +1 -1
- package/core/global-style.js +1 -1
- package/core/global-style.js.map +1 -1
- package/core/outline.d.ts +20 -0
- package/core/outline.d.ts.map +1 -0
- package/core/outline.js +2 -0
- package/core/outline.js.map +1 -0
- package/core/super-anchor.d.ts +2 -2
- package/core/super-anchor.d.ts.map +1 -1
- package/core/super-anchor.js +1 -1
- package/core/super-anchor.js.map +1 -1
- package/core/super-input.d.ts +2 -0
- package/core/super-input.d.ts.map +1 -1
- package/core/super-input.js +1 -1
- package/core/super-input.js.map +1 -1
- package/core/super-openable.d.ts +0 -4
- package/core/super-openable.d.ts.map +1 -1
- package/custom-elements.json +1 -1
- package/dev/components/alert.js +1 -1
- package/dev/components/avatar.d.ts +5 -4
- package/dev/components/avatar.d.ts.map +1 -1
- package/dev/components/avatar.js +5 -4
- package/dev/components/avatar.js.map +1 -1
- package/dev/components/badge.d.ts +10 -2
- package/dev/components/badge.d.ts.map +1 -1
- package/dev/components/badge.js +8 -0
- package/dev/components/badge.js.map +1 -1
- package/dev/components/breath.d.ts +2 -3
- package/dev/components/breath.d.ts.map +1 -1
- package/dev/components/breath.js +3 -14
- package/dev/components/breath.js.map +1 -1
- package/dev/components/button.d.ts +7 -2
- package/dev/components/button.d.ts.map +1 -1
- package/dev/components/button.js +19 -5
- package/dev/components/button.js.map +1 -1
- package/dev/components/card.d.ts +6 -0
- package/dev/components/card.d.ts.map +1 -1
- package/dev/components/card.js +11 -11
- package/dev/components/card.js.map +1 -1
- package/dev/components/carousel.d.ts +2 -2
- package/dev/components/carousel.js +2 -2
- package/dev/components/details.d.ts +3 -3
- package/dev/components/details.d.ts.map +1 -1
- package/dev/components/details.js +3 -3
- package/dev/components/details.js.map +1 -1
- package/dev/components/dialog.d.ts +9 -6
- package/dev/components/dialog.d.ts.map +1 -1
- package/dev/components/dialog.js +58 -62
- package/dev/components/dialog.js.map +1 -1
- package/dev/components/divider.d.ts +1 -1
- package/dev/components/divider.js +1 -1
- package/dev/components/heading.d.ts +2 -0
- package/dev/components/heading.d.ts.map +1 -1
- package/dev/components/heading.js +2 -0
- package/dev/components/heading.js.map +1 -1
- package/dev/components/input.d.ts +2 -2
- package/dev/components/input.d.ts.map +1 -1
- package/dev/components/input.js +29 -8
- package/dev/components/input.js.map +1 -1
- package/dev/components/link.d.ts +1 -1
- package/dev/components/link.d.ts.map +1 -1
- package/dev/components/link.js +2 -2
- package/dev/components/link.js.map +1 -1
- package/dev/components/progress.d.ts +0 -7
- package/dev/components/progress.d.ts.map +1 -1
- package/dev/components/progress.js +4 -25
- package/dev/components/progress.js.map +1 -1
- package/dev/components/range.d.ts +43 -9
- package/dev/components/range.d.ts.map +1 -1
- package/dev/components/range.js +50 -14
- package/dev/components/range.js.map +1 -1
- package/dev/components/rotate.d.ts +6 -4
- package/dev/components/rotate.d.ts.map +1 -1
- package/dev/components/rotate.js +6 -4
- package/dev/components/rotate.js.map +1 -1
- package/dev/components/select.d.ts +4 -2
- package/dev/components/select.d.ts.map +1 -1
- package/dev/components/select.js +27 -24
- package/dev/components/select.js.map +1 -1
- package/dev/components/split.d.ts +2 -1
- package/dev/components/split.d.ts.map +1 -1
- package/dev/components/split.js +10 -6
- package/dev/components/split.js.map +1 -1
- package/dev/components/switch.d.ts +5 -7
- package/dev/components/switch.d.ts.map +1 -1
- package/dev/components/switch.js +23 -45
- package/dev/components/switch.js.map +1 -1
- package/dev/components/time.d.ts +2 -2
- package/dev/components/time.d.ts.map +1 -1
- package/dev/components/time.js.map +1 -1
- package/dev/components/tooltip.d.ts +3 -2
- package/dev/components/tooltip.d.ts.map +1 -1
- package/dev/components/tooltip.js +7 -19
- package/dev/components/tooltip.js.map +1 -1
- package/dev/core/direction.d.ts +27 -0
- package/dev/core/direction.d.ts.map +1 -0
- package/dev/core/direction.js +56 -0
- package/dev/core/direction.js.map +1 -0
- package/dev/core/global-style.d.ts +0 -2
- package/dev/core/global-style.d.ts.map +1 -1
- package/dev/core/global-style.js +1 -5
- package/dev/core/global-style.js.map +1 -1
- package/dev/core/outline.d.ts +20 -0
- package/dev/core/outline.d.ts.map +1 -0
- package/dev/core/outline.js +44 -0
- package/dev/core/outline.js.map +1 -0
- package/dev/core/super-anchor.d.ts +2 -2
- package/dev/core/super-anchor.d.ts.map +1 -1
- package/dev/core/super-anchor.js +0 -1
- package/dev/core/super-anchor.js.map +1 -1
- package/dev/core/super-input.d.ts +2 -0
- package/dev/core/super-input.d.ts.map +1 -1
- package/dev/core/super-input.js +19 -30
- package/dev/core/super-input.js.map +1 -1
- package/dev/core/super-openable.d.ts +0 -4
- package/dev/core/super-openable.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/alert.ts +1 -1
- package/src/components/avatar.ts +7 -5
- package/src/components/badge.ts +10 -3
- package/src/components/breath.ts +5 -17
- package/src/components/button.ts +18 -5
- package/src/components/card.ts +11 -11
- package/src/components/carousel.ts +2 -2
- package/src/components/details.ts +3 -3
- package/src/components/dialog.ts +66 -65
- package/src/components/divider.ts +1 -1
- package/src/components/heading.ts +2 -0
- package/src/components/input.ts +29 -8
- package/src/components/link.ts +2 -2
- package/src/components/progress.ts +4 -25
- package/src/components/range.ts +51 -15
- package/src/components/rotate.ts +6 -4
- package/src/components/select.ts +33 -26
- package/src/components/split.ts +11 -6
- package/src/components/switch.ts +26 -41
- package/src/components/time.ts +2 -2
- package/src/components/tooltip.ts +8 -20
- package/src/core/direction.ts +65 -0
- package/src/core/global-style.ts +1 -7
- package/src/core/outline.ts +54 -0
- package/src/core/super-anchor.ts +3 -2
- package/src/core/super-input.ts +22 -30
- package/src/core/super-openable.ts +0 -8
- package/vscode.html-custom-data.json +1 -1
- package/web-types.json +1 -1
package/build/godown+lit.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* @license MIT
|
3
|
-
* @version 3.
|
3
|
+
* @version 3.4.0
|
4
4
|
*/
|
5
5
|
function t(t,e,o,s){var a,l=arguments.length,h=l<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,o):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)h=Reflect.decorate(t,e,o,s);else for(var c=t.length-1;c>=0;c--)(a=t[c])&&(h=(l<3?a(h):l>3?a(e,o,h):a(e,o))||h);return l>3&&h&&Object.defineProperty(e,o,h),h}"function"==typeof SuppressedError&&SuppressedError;const e=t=>null==t,o=(t,e=" ")=>{if(!t||!e)return t;let o=t.length;for(;o>0&&t.slice(o-e.length,o)===e;)o-=e.length;return t.slice(0,o)},s=(t,e=" ")=>{if(!t||!e)return t;let o=0;for(;o<t.length&&t.slice(o,o+e.length)===e;)o+=e.length;return t.slice(o)},a=(t,e)=>o(s(t,e),e),l=(t,...e)=>Object.keys(t).reduce(((o,s)=>(e.includes(s)||(o[s]=t[s]),o)),{}),h=(t,e,o)=>t.startsWith(e)&&t.endsWith(o);function*c(t){for(const[e,o]of Array.isArray(t)?t:Object.entries(t))yield[e,o]}const d="-";const p=(...t)=>e=>{const o=[];for(let t=Object.getPrototypeOf(e);t.styles;t=Object.getPrototypeOf(t))o.push(t.styles);e.styles=[...o,...t]},u=(t,e)=>o=>{t||=o.name.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),o.protoName=t;(({tagName:t,styles:e,autoDefine:o=!1,registry:s=customElements})=>a=>{a.elementTagName=t,e&&p(e)(a),o&&!s.get(t)&&s.define(t,a)})({tagName:o.godownConfig.tag(t),...e})(o)}
|
6
6
|
/**
|
@@ -43,17 +43,17 @@ const W={attribute:!0,type:String,converter:j,reflect:!1,hasChanged:V},q=(t=W,e,
|
|
43
43
|
* @license
|
44
44
|
* Copyright 2017 Google LLC
|
45
45
|
* SPDX-License-Identifier: BSD-3-Clause
|
46
|
-
*/,tt=globalThis,et=tt.trustedTypes,it=et?et.createPolicy("lit-html",{createHTML:t=>t}):void 0,ot="$lit$",rt=`lit$${Math.random().toFixed(9).slice(2)}$`,st="?"+rt,nt=`<${st}>`,at=document,lt=()=>at.createComment(""),ht=t=>null===t||"object"!=typeof t&&"function"!=typeof t,ct=Array.isArray,dt="[ \t\n\f\r]",pt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ut=/-->/g,vt=/>/g,ft=RegExp(`>|${dt}(?:([^\\s"'>=/]+)(${dt}*=${dt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),mt=/'/g,gt=/"/g,yt=/^(?:script|style|textarea|title)$/i,$t=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),bt=$t(1),_t=$t(2),wt=Symbol.for("lit-noChange"),xt=Symbol.for("lit-nothing"),kt=new WeakMap,Ct=at.createTreeWalker(at,129);function St(t,e){if(!ct(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==it?it.createHTML(e):e}class N{constructor({strings:t,_$litType$:e},o){let s;this.parts=[];let a=0,l=0;const h=t.length-1,c=this.parts,[d,p]=((t,e)=>{const o=t.length-1,s=[];let a,l=2===e?"<svg>":3===e?"<math>":"",h=pt;for(let e=0;e<o;e++){const o=t[e];let c,d,p=-1,u=0;for(;u<o.length&&(h.lastIndex=u,d=h.exec(o),null!==d);)u=h.lastIndex,h===pt?"!--"===d[1]?h=ut:void 0!==d[1]?h=vt:void 0!==d[2]?(yt.test(d[2])&&(a=RegExp("</"+d[2],"g")),h=ft):void 0!==d[3]&&(h=ft):h===ft?">"===d[0]?(h=a??pt,p=-1):void 0===d[1]?p=-2:(p=h.lastIndex-d[2].length,c=d[1],h=void 0===d[3]?ft:'"'===d[3]?gt:mt):h===gt||h===mt?h=ft:h===ut||h===vt?h=pt:(h=ft,a=void 0);const v=h===ft&&t[e+1].startsWith("/>")?" ":"";l+=h===pt?o+nt:p>=0?(s.push(c),o.slice(0,p)+ot+o.slice(p)+rt+v):o+rt+(-2===p?e:v)}return[St(t,l+(t[o]||"<?>")+(2===e?"</svg>":3===e?"</math>":"")),s]})(t,e);if(this.el=N.createElement(d,o),Ct.currentNode=this.el.content,2===e||3===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(s=Ct.nextNode())&&c.length<h;){if(1===s.nodeType){if(s.hasAttributes())for(const t of s.getAttributeNames())if(t.endsWith(ot)){const e=p[l++],o=s.getAttribute(t).split(rt),h=/([.?@])?(.*)/.exec(e);c.push({type:1,index:a,name:h[2],strings:o,ctor:"."===h[1]?H:"?"===h[1]?I:"@"===h[1]?L:
|
46
|
+
*/,tt=globalThis,et=tt.trustedTypes,it=et?et.createPolicy("lit-html",{createHTML:t=>t}):void 0,ot="$lit$",rt=`lit$${Math.random().toFixed(9).slice(2)}$`,st="?"+rt,nt=`<${st}>`,at=document,lt=()=>at.createComment(""),ht=t=>null===t||"object"!=typeof t&&"function"!=typeof t,ct=Array.isArray,dt="[ \t\n\f\r]",pt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ut=/-->/g,vt=/>/g,ft=RegExp(`>|${dt}(?:([^\\s"'>=/]+)(${dt}*=${dt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),mt=/'/g,gt=/"/g,yt=/^(?:script|style|textarea|title)$/i,$t=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),bt=$t(1),_t=$t(2),wt=Symbol.for("lit-noChange"),xt=Symbol.for("lit-nothing"),kt=new WeakMap,Ct=at.createTreeWalker(at,129);function St(t,e){if(!ct(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==it?it.createHTML(e):e}class N{constructor({strings:t,_$litType$:e},o){let s;this.parts=[];let a=0,l=0;const h=t.length-1,c=this.parts,[d,p]=((t,e)=>{const o=t.length-1,s=[];let a,l=2===e?"<svg>":3===e?"<math>":"",h=pt;for(let e=0;e<o;e++){const o=t[e];let c,d,p=-1,u=0;for(;u<o.length&&(h.lastIndex=u,d=h.exec(o),null!==d);)u=h.lastIndex,h===pt?"!--"===d[1]?h=ut:void 0!==d[1]?h=vt:void 0!==d[2]?(yt.test(d[2])&&(a=RegExp("</"+d[2],"g")),h=ft):void 0!==d[3]&&(h=ft):h===ft?">"===d[0]?(h=a??pt,p=-1):void 0===d[1]?p=-2:(p=h.lastIndex-d[2].length,c=d[1],h=void 0===d[3]?ft:'"'===d[3]?gt:mt):h===gt||h===mt?h=ft:h===ut||h===vt?h=pt:(h=ft,a=void 0);const v=h===ft&&t[e+1].startsWith("/>")?" ":"";l+=h===pt?o+nt:p>=0?(s.push(c),o.slice(0,p)+ot+o.slice(p)+rt+v):o+rt+(-2===p?e:v)}return[St(t,l+(t[o]||"<?>")+(2===e?"</svg>":3===e?"</math>":"")),s]})(t,e);if(this.el=N.createElement(d,o),Ct.currentNode=this.el.content,2===e||3===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(s=Ct.nextNode())&&c.length<h;){if(1===s.nodeType){if(s.hasAttributes())for(const t of s.getAttributeNames())if(t.endsWith(ot)){const e=p[l++],o=s.getAttribute(t).split(rt),h=/([.?@])?(.*)/.exec(e);c.push({type:1,index:a,name:h[2],strings:o,ctor:"."===h[1]?H:"?"===h[1]?I:"@"===h[1]?L:Et}),s.removeAttribute(t)}else t.startsWith(rt)&&(c.push({type:6,index:a}),s.removeAttribute(t));if(yt.test(s.tagName)){const t=s.textContent.split(rt),e=t.length-1;if(e>0){s.textContent=et?et.emptyScript:"";for(let o=0;o<e;o++)s.append(t[o],lt()),Ct.nextNode(),c.push({type:2,index:++a});s.append(t[e],lt())}}}else if(8===s.nodeType)if(s.data===st)c.push({type:2,index:a});else{let t=-1;for(;-1!==(t=s.data.indexOf(rt,t+1));)c.push({type:7,index:a}),t+=rt.length-1}a++}}static createElement(t,e){const o=at.createElement("template");return o.innerHTML=t,o}}function At(t,e,o=t,s){if(e===wt)return e;let a=void 0!==s?o._$Co?.[s]:o._$Cl;const l=ht(e)?void 0:e._$litDirective$;return a?.constructor!==l&&(a?._$AO?.(!1),void 0===l?a=void 0:(a=new l(t),a._$AT(t,o,s)),void 0!==s?(o._$Co??=[])[s]=a:o._$Cl=a),void 0!==a&&(e=At(t,a._$AS(t,e.values),a,s)),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:o}=this._$AD,s=(t?.creationScope??at).importNode(e,!0);Ct.currentNode=s;let a=Ct.nextNode(),l=0,h=0,c=o[0];for(;void 0!==c;){if(l===c.index){let e;2===c.type?e=new R(a,a.nextSibling,this,t):1===c.type?e=new c.ctor(a,c.name,c.strings,this,t):6===c.type&&(e=new z(a,this,t)),this._$AV.push(e),c=o[++h]}l!==c?.index&&(a=Ct.nextNode(),l++)}return Ct.currentNode=at,s}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}}class R{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,s){this.type=2,this._$AH=xt,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=s,this._$Cv=s?.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=At(this,t,e),ht(t)?t===xt||null==t||""===t?(this._$AH!==xt&&this._$AR(),this._$AH=xt):t!==this._$AH&&t!==wt&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):(t=>ct(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!==xt&&ht(this._$AH)?this._$AA.nextSibling.data=t:this.T(at.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:o}=t,s="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=N.createElement(St(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===s)this._$AH.p(e);else{const t=new M(s,this),o=t.u(this.options);t.p(e),this.T(o),this._$AH=t}}_$AC(t){let e=kt.get(t.strings);return void 0===e&&kt.set(t.strings,e=new N(t)),e}k(t){ct(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let o,s=0;for(const a of t)s===e.length?e.push(o=new R(this.O(lt()),this.O(lt()),this,this.options)):o=e[s],o._$AI(a),s++;s<e.length&&(this._$AR(o&&o._$AB.nextSibling,s),e.length=s)}_$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 Et=class k{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,s,a){this.type=1,this._$AH=xt,this._$AN=void 0,this.element=t,this.name=e,this._$AM=s,this.options=a,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=xt}_$AI(t,e=this,o,s){const a=this.strings;let l=!1;if(void 0===a)t=At(this,t,e,0),l=!ht(t)||t!==this._$AH&&t!==wt,l&&(this._$AH=t);else{const s=t;let h,c;for(t=a[0],h=0;h<a.length-1;h++)c=At(this,s[o+h],e,h),c===wt&&(c=this._$AH[h]),l||=!ht(c)||c!==this._$AH[h],c===xt?t=xt:t!==xt&&(t+=(c??"")+a[h+1]),this._$AH[h]=c}l&&!s&&this.j(t)}j(t){t===xt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}};class H extends Et{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===xt?void 0:t}}class I extends Et{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==xt)}}class L extends Et{constructor(t,e,o,s,a){super(t,e,o,s,a),this.type=5}_$AI(t,e=this){if((t=At(this,t,e,0)??xt)===wt)return;const o=this._$AH,s=t===xt&&o!==xt||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,a=t!==xt&&(o===xt||s);s&&this.element.removeEventListener(this.name,this,o),a&&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,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){At(this,t)}}const Rt=tt.litHtmlPolyfillSupport;Rt?.(N,R),(tt.litHtmlVersions??=[]).push("3.2.1");
|
47
47
|
/**
|
48
48
|
* @license
|
49
49
|
* Copyright 2017 Google LLC
|
50
50
|
* SPDX-License-Identifier: BSD-3-Clause
|
51
51
|
*/
|
52
|
-
let
|
52
|
+
let Tt=class r extends F{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,o)=>{const s=o?.renderBefore??e;let a=s._$litPart$;if(void 0===a){const t=o?.renderBefore??null;s._$litPart$=a=new R(e.insertBefore(lt(),t),t,void 0,o??{})}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 wt}};Tt._$litElement$=!0,Tt.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Tt});const Mt=globalThis.litElementPolyfillSupport;Mt?.({LitElement:Tt}),(globalThis.litElementVersions??=[]).push("4.1.1");
|
53
53
|
/**
|
54
54
|
* @license
|
55
55
|
* Copyright 2017 Google LLC
|
56
56
|
* SPDX-License-Identifier: BSD-3-Clause
|
57
57
|
*/
|
58
|
-
const Mt=6;let Pt=class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o){this._$Ct=t,this._$AM=e,this._$Ci=o}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};const Nt=(t,o,s)=>{e(s)||!1===s?t.removeAttribute(o):(!0===s||"string"==typeof s||"number"==typeof s&&!isNaN(s))&&t.setAttribute(o,!0===s?"":String(s))};const zt=(t=>(...e)=>({_$litDirective$:t,values:e}))(class AttrDirective extends Pt{render(t,e){}update(t,[e,o]){if(e&&t.type===Mt)for(const s in e)(o||Nt)(t.element,s,e[s]);return wt}}),Ot=((t,e)=>o=>t({...e,...o}))(zt,{width:"1em",height:"1em",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),It=(t,e,o=" ")=>t?t+(e?o+e:""):e,Dt=(...t)=>t.reduce(((t,e)=>{if(!e)return t;if(Array.isArray(e))return It(t,Dt(...e));if("object"==typeof e){for(const o in e)e[o]&&(t=It(t,o));return t}return It(t,e)}),""),Ht=(t,e)=>bt`<slot name="${t||xt}" @slotchange=${null}></slot>`;function Bt(t,o,s,a){const l={};return Object.keys(o).forEach(((h,c)=>{const d=t.reduce(((t,s,l)=>{let c=o[h][l];return c=a?a(c,l):c,e(c)||t.push(`${s}:${c}`),t}),[]);l[h]=`${s?s(h,c):h}{${d.join(";")}}`})),l}function Ut(t){let e="";for(const[o,s]of c(t))if(s){const t="object"!=typeof s?s:jt(s);t&&(e+=`${o}{${t}}`)}return e}function jt(t){let e="";for(const[o,s]of c(t))o&&(s||0===s||""===s)&&(e+=`${o}:${s};`);return e}function Lt(t,e){return t?`var(${t})`:""}const Vt=(t,e)=>{if(!t)return xt;const o="string"==typeof t?t:Ut(t);return o?bt`<style media="${xt}">${o}</style>`:xt},Gt=t=>(e,...o)=>{const s=_t(e,o),a=t,l=t=>bt`<svg viewBox="${a}" ${Ot(t)}>${s}</svg>`;return l.body=s,l.viewBox=a,l};function*Ft(t,e,o){for(let o=0;o<t;o++)yield e(o)}function Wt(t,e=document.body){if(!e||!t)return[];const o=new Set;e instanceof Element&&e.shadowRoot&&Wt(t,e.shadowRoot).forEach((t=>o.add(t))),e.querySelectorAll(t).forEach((t=>o.add(t)));for(const s of e.children)Wt(t,s).forEach((t=>o.add(t)));return Array.from(o)}function qt(t,e=document.body){if(!e||!t)return null;let o;if(e instanceof Element&&e.shadowRoot&&(o=qt(t,e.shadowRoot),o))return o;if(o=e.querySelector(t),o)return o;for(const s of e.children)if(o=qt(t,s),o)return o;return null}class Events{constructor(){this.inner=new Map}add(t,e,o,s){if(!t||!o)return;const a=this.inner.get(e)||new Map,l=a.get(t)||new Set;return l.add(o),a.set(t,l),this.inner.set(e,a),t.addEventListener(e,o,s),o}remove(t,e,o,s){if(!t||!o)return;const a=this.inner.get(e);if(a){const s=a.get(t);s&&(s.delete(o),s.size||(a.delete(t),a.size||this.inner.delete(e)))}t.removeEventListener(e,o,s)}removeAll(){this.inner.forEach(((t,e)=>{t.forEach(((t,o)=>{t.forEach((t=>{o.removeEventListener(e,t)}))})),t.clear()})),this.inner.clear()}}class Observers{constructor(){this.inner=new Map}add(t,e,o,s){const[a,l]=((t,e,o)=>{let s,a;switch(t){case MutationObserver:case ResizeObserver:s=new t(e),a=t=>s.observe(t,o);break;case IntersectionObserver:s=new t(e,o),a=t=>s.observe(t);break;case PerformanceObserver:s=new t(e),a=()=>s.observe(o)}return[s,a]})(e,o,s);if(a)return this.inner.set(a,(this.inner.get(a)||new Set).add(t)),l(t),a}remove(t,e){t.disconnect();const o=this.inner.get(t);"unobserve"in t?(e?(t.unobserve(e),o?.delete(e)):(o?.forEach((e=>{t.unobserve(e)})),o?.clear()),o&&!o.size&&this.inner.delete(t)):o&&this.inner.delete(t)}removeAll(){this.inner.forEach(((t,e)=>{this.remove(e)}))}}class Ranger{constructor(t,e,o){this.max=Math.max(t,e),this.min=Math.min(t,e),this.diff=this.max-this.min,this.step=o}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}}class RouteTree{constructor(){this.matchType=RouteTree.matchType.strict,this.children=[]}insert(t,e,o=0){if(e||(e=RouteTree.split(t)),e.length===o)return void(this.pattern=t);const s=e[o];let a=this.findStrict(s);a||(a=new RouteTree,a.part=s,a.matchType=RouteTree.dynamic(s).matchType,this.children.push(a),this.sorted=!1),a.insert(t,e,o+1)}search(t,e=0){if("string"==typeof t&&(t=RouteTree.split(t)),this.sorted||this.sort(),t.length===e||RouteTree.dynamic(this.part).matchType===RouteTree.matchType.multi)return this.pattern?this:null;const o=t[e],s=this.filterWide(o);for(const o of s){const s=o.search(t,e+1);if(null!==s)return s}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 o=RouteTree.split(t),s=RouteTree.split(e),a={};for(let t=0;t<s.length;t++){const e=s[t],{key:l,matchType:h}=RouteTree.dynamic(e);if(h===RouteTree.matchType.single)a[l]=o[t];else if(h===RouteTree.matchType.multi){a[l]=o.slice(t).join("/");break}}return a}static dynamic(t){if(t){if(h(t,"{","}")||h(t,"[","]")){t=t.slice(1,-1);const e=RouteTree.dynamic(t);return e.matchType||=RouteTree.matchType.single,e}if(t.startsWith(":"))return{key:t.slice(1),matchType:RouteTree.matchType.single};if(t.startsWith("*"))return{key:t.slice(1),matchType:RouteTree.matchType.multi};if(t.startsWith("..."))return{key:t.slice(3),matchType:RouteTree.matchType.multi}}return{key:t,matchType:RouteTree.matchType.strict}}static join(...t){return t.map((t=>a(t,"/"))).join("/")}static split(t){return t.split("/").filter((t=>t))}}RouteTree.matchType={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()}}class GodownElement extends Rt{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)}get observedRecord(){return Object.fromEntries(this.scopedObservedAttributes.map((t=>[t,this[t]])))}get scopedObservedAttributes(){return this.globalObservedAttributes.filter((t=>!GodownElement.observedAttributes.includes(t)))}get globalObservedAttributes(){return this.constructor.observedAttributes}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(),/^[\s\S]*{[\s\S]*}$/.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 qt(t,this)}deepQuerySelectorAll(t){return Wt(t,this)}adoptStyles(...t){if(!this.shadowRoot)return;const e=this.shadowRoot.adoptedStyleSheets;if(t.length){const o=new CSSStyleSheet;return t.forEach((t=>o.insertRule(t.toString()))),e.push(o),e.length-1}}dispatchCustomEvent(t,e,o){this.dispatchEvent(new CustomEvent(t,{detail:e,composed:!0,...o}))}}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 a(o(this.prefix,d)+d+t+d+s(this.suffix,d),d)}define(t,e,o){this.registry.define(t,e,o),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([Y({type:Boolean,reflect:!0})],GodownElement.prototype,"contents",void 0),t([Y({reflect:!0})],GodownElement.prototype,"stylex",null);var Yt=Gt("0 0 56 56")`<path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m10.788 11.93c.67.67.67 1.756 0 2.425l-13.36 13.36a1.715 1.715 0 0 1-2.424 0l-5.645-5.646a1.714 1.714 0 0 1 2.425-2.424l3.22 3.22c.67.67 1.755.67 2.425 0l10.934-10.934c.67-.67 1.755-.67 2.425 0"/>`,Xt=Gt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-.023-15.68c1.124 0 1.757-.633 1.78-1.851l.352-12.375c.024-1.196-.914-2.086-2.156-2.086c-1.266 0-2.156.867-2.133 2.062l.305 12.399c.023 1.195.68 1.851 1.852 1.851m0 7.617c1.335 0 2.53-1.078 2.53-2.437c0-1.383-1.171-2.438-2.53-2.438c-1.383 0-2.532 1.078-2.532 2.438c0 1.336 1.172 2.437 2.532 2.437"/>`,Zt=Gt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-.211-28.266c1.71 0 3.047-1.36 3.047-3.047c0-1.71-1.336-3.07-3.047-3.07s-3.047 1.36-3.047 3.07a3.026 3.026 0 0 0 3.047 3.047m-3.914 21.235h9.562c.961 0 1.711-.68 1.711-1.641c0-.914-.75-1.64-1.71-1.64H30.53V25.68c0-1.266-.656-2.11-1.828-2.11h-4.43c-.937 0-1.687.727-1.687 1.64c0 .962.75 1.642 1.687 1.642h2.532v10.757h-2.93c-.938 0-1.688.727-1.688 1.641c0 .96.75 1.64 1.688 1.64"/>`,Kt=Gt("0 0 56 56")`<path fill="currentColor" d="M19.504 43.152h16.969c.797 0 1.289-.492 1.289-1.289v-3.75c0-5.672 8.25-9.328 8.25-19.453C46.012 7.996 38.793.871 27.988.871s-18 7.125-18 17.79c0 10.124 8.227 13.78 8.227 19.452v3.75c0 .797.515 1.29 1.289 1.29m2.203-4.992c0-6.89-8.18-10.57-8.18-19.476c0-8.579 5.79-14.274 14.461-14.274c8.672 0 14.485 5.695 14.485 14.274c0 8.906-8.203 12.586-8.203 19.476v1.453H21.707Zm-1.336 11.32h15.235c1.195 0 2.156-.984 2.156-2.203s-.961-2.203-2.157-2.203H20.371c-1.195 0-2.156.985-2.156 2.203c0 1.22.96 2.203 2.156 2.203m7.617 5.649c3.235 0 5.508-1.477 5.742-3.75H22.246c.211 2.273 2.484 3.75 5.742 3.75"/>`,Qt=Gt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-.492-15.07c1.172 0 1.898-.727 1.898-1.664v-.282c0-1.312.75-2.133 2.39-3.21c2.274-1.5 3.891-2.884 3.891-5.673c0-3.914-3.468-6-7.453-6c-4.031 0-6.68 1.899-7.312 4.055c-.117.399-.211.774-.211 1.172c0 1.031.844 1.617 1.617 1.617c1.336 0 1.547-.726 2.297-1.594c.773-1.289 1.898-2.062 3.469-2.062c2.133 0 3.515 1.195 3.515 3c0 1.594-.984 2.367-3.023 3.773c-1.688 1.172-2.953 2.414-2.953 4.711V31c0 1.242.68 1.852 1.875 1.852m-.047 7.007c1.36 0 2.531-1.078 2.531-2.437c0-1.383-1.148-2.438-2.531-2.438s-2.531 1.078-2.531 2.438c0 1.336 1.171 2.437 2.53 2.437"/>`,Jt=Gt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-8.156-9.727c.656 0 1.148-.28 1.664-.797l15.75-15.984c.492-.492.797-1.078.797-1.617c0-1.078-.891-1.945-1.97-1.945c-.562 0-1.1.28-1.616.796L18.742 34.61c-.539.516-.797 1.102-.797 1.641c0 1.055.774 1.945 1.899 1.945"/>`,te=Gt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-8.016-9.984c.516 0 .985-.211 1.336-.586l6.657-6.68l6.656 6.68c.351.351.82.586 1.36.586c1.03 0 1.874-.868 1.874-1.899c0-.539-.21-.984-.562-1.336l-6.657-6.656l6.68-6.703c.375-.399.563-.797.563-1.313a1.865 1.865 0 0 0-1.875-1.875c-.493 0-.915.164-1.313.563l-6.727 6.703l-6.703-6.68c-.351-.375-.773-.539-1.289-.539c-1.054 0-1.875.797-1.875 1.852c0 .515.188.96.563 1.312l6.656 6.68l-6.656 6.68c-.375.328-.563.796-.563 1.312c0 1.031.82 1.898 1.875 1.898"/>`,ee=Gt("0 0 56 56")`<path fill="currentColor" d="M10.023 43.023c-.796.797-.82 2.157 0 2.954c.82.796 2.157.796 2.977 0l15-15l15 15c.797.796 2.156.82 2.977 0c.796-.82.796-2.157 0-2.954L30.953 28l15.024-15c.796-.797.82-2.156 0-2.953c-.844-.82-2.18-.82-2.977 0l-15 15l-15-15c-.82-.82-2.18-.844-2.977 0c-.796.82-.796 2.156 0 2.953l15 15Z"/>`;const ie=(t,e,o)=>({r:t,g:e,b:o,toString(){return`${this.r} ${this.g} ${this.b}`}}),oe={darkgray:[ie(121,121,121),ie(109,109,109),ie(97,97,97),ie(85,85,85),ie(73,73,73),ie(61,61,61),ie(48,48,48),ie(36,36,36),ie(24,24,24),ie(12,12,12)],lightgray:[ie(243,243,243),ie(231,231,231),ie(219,219,219),ie(206,206,206),ie(194,194,194),ie(182,182,182),ie(170,170,170),ie(158,158,158),ie(146,146,146),ie(133,133,133)],teal:[ie(213,249,248),ie(170,243,241),ie(128,237,234),ie(85,231,226),ie(43,225,219),ie(0,219,212),ie(0,175,170),ie(0,131,127),ie(0,88,85),ie(0,44,42)],blue:[ie(213,240,255),ie(170,224,255),ie(128,209,255),ie(85,193,255),ie(43,178,255),ie(0,162,255),ie(0,130,204),ie(0,97,153),ie(0,65,102),ie(0,32,51)],green:[ie(221,243,221),ie(186,231,186),ie(152,219,152),ie(117,206,117),ie(82,194,82),ie(48,182,48),ie(38,146,38),ie(29,109,29),ie(19,73,19),ie(10,36,10)],red:[ie(251,221,221),ie(247,186,187),ie(243,152,154),ie(239,118,120),ie(235,83,86),ie(231,49,52),ie(185,39,42),ie(139,29,31),ie(92,20,21),ie(46,10,10)],purple:[ie(242,228,253),ie(229,201,250),ie(217,174,248),ie(204,146,245),ie(191,119,243),ie(178,92,240),ie(142,74,192),ie(107,55,144),ie(71,37,96),ie(36,18,48)],orange:[ie(255,235,213),ie(255,216,170),ie(255,196,128),ie(255,176,85),ie(255,157,43),ie(255,137,0),ie(204,110,0),ie(153,82,0),ie(102,55,0),ie(51,27,0)],yellow:[ie(251,252,216),ie(247,248,177),ie(243,245,138),ie(239,242,98),ie(235,238,59),ie(231,235,20),ie(185,188,16),ie(139,141,12),ie(92,94,8),ie(46,47,4)],pink:[ie(254,222,233),ie(253,189,211),ie(252,156,190),ie(251,123,168),ie(250,90,146),ie(249,57,124),ie(199,46,99),ie(149,34,74),ie(100,23,50),ie(50,11,25)]};class GlobalStyle extends GodownElement{}const re=a(GlobalStyle.godownConfig.prefix,"-");function se(t,e=1){return function(t){return $(`--${t}`)}(re+"-".repeat(e)+t)}const ne={foreground:se("foreground",2),background:se("background",2),clipBackground:se("clip-background",2),active:se("active",2),passive:se("passive",2),_colors:{},input:se("input",2),white:se("color-white",2),black:se("color-black",2),color:se("color",2)};var ae,le;GlobalStyle.styles=[$(`:host{${ne.black}:rgb(0 0 0);${ne.white}:rgb(255 255 255);`+(ae=(t,e,o)=>{ne._colors[t]||=[],ne._colors[t].push($(ne.color+"-"+t+"-"+e));const s=`-${t}-${e}`;return`${ne.color+s}:rgb(${o});`},le=oe,Object.entries(le).flatMap((([t,e])=>e.map(((e,o)=>ae(t,o,e)))))).join("")+jt([[ne.background,`var(${ne._colors.darkgray[9]})`],[ne.foreground,`var(${ne._colors.lightgray[0]})`],[ne.active,`var(${ne._colors.blue[6]})`],[ne.passive,`var(${ne._colors.darkgray[6]})`],[ne.clipBackground,`linear-gradient(to bottom, var(${ne.foreground}), var(${ne.passive}))`]])+"}"),_`*{border:0;box-sizing:border-box;font-size:100%;font-style:normal;margin:0;outline:0;padding:0}:host{box-sizing:border-box}a{text-decoration:none}span{white-space:nowrap}svg{-webkit-user-select:none;user-select:none}:host([contents]){display:contents}:where(:host([contents]) [part=root]){all:inherit;display:revert}`];const he="alert",ce=se(he),de=t=>[ne._colors[t][5],ne._colors[t][9]],pe=Bt(["color","background"].map((t=>`${ce}--${t}`)),{green:de("green"),blue:de("blue"),orange:de("orange"),red:de("red"),yellow:de("yellow"),purple:de("purple"),teal:de("teal"),pink:de("pink"),gray:[ne._colors.lightgray[5],ne._colors.darkgray[5]],white:[ne._colors.lightgray[2],ne._colors.darkgray[7]],black:[ne._colors.darkgray[8],ne._colors.lightgray[5]]},(()=>":host"),(t=>Lt(t))),ue={tip:{color:"teal",icon:Kt},success:{color:"green",icon:Yt},info:{color:"blue",icon:Zt},warning:{color:"orange",icon:Xt},danger:{color:"red",icon:te},error:{color:"red",icon:te},help:{color:"purple",icon:Qt},deprecated:{color:"gray",icon:Jt}};let ve=class Alert extends GlobalStyle{constructor(){super(...arguments),this.color="blue",this.autoclose=0,this.hideClose=!1,this.variant="dark"}render(){const t=ue[this.call]?.color||this.color,e=this.call?ue[this.call].icon():Ht("icon");return bt`<div part="root" ${zt(this.observedRecord)}><div part="icon" class="start">${e}</div><div part="content"><strong part="title">${this.title||Ht("title")}</strong> ${this.content||Ht()}</div>${this.hideClose||"blockquote"===this.variant?"":bt`<div part="icon close" class="end" tabindex="0" @click="${this.close}">${ee()}</div>`} ${Vt(pe[t])}</div>`}close(){this.remove(),this.dispatchEvent(new CustomEvent("close",{bubbles:!0,composed:!0}))}firstUpdated(){this.autoclose&&this.timeouts.add(setTimeout((()=>this.close()),this.autoclose))}static alert(t,e){const o=new this;return Object.assign(o,e),t.appendChild(o),o}};t([Y()],ve.prototype,"call",void 0),t([Y()],ve.prototype,"color",void 0),t([Y({type:Number})],ve.prototype,"autoclose",void 0),t([Y()],ve.prototype,"title",void 0),t([Y()],ve.prototype,"content",void 0),t([Y({type:Boolean})],ve.prototype,"hideClose",void 0),t([Y()],ve.prototype,"variant",void 0),ve=t([u(he),p(_`:host,:where(:host([contents]) [part=root]){${ce}--border-radius:.25em;${ce}--border-width:.075em;${ce}--blockquote-width:.2em;${ce}--blockquote-background:transparent;${ce}--gap:.5em;border-radius:var(${ce}--border-radius);display:block;width:100%}[part=root]{align-items:center;background:var(${ce}--background);border-color:currentColor;border-radius:inherit;border-style:solid;border-width:var(${ce}--border-width);color:var(${ce}--color,currentColor);display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;padding:var(${ce}--gap)}[variant=blockquote]{background:var(${ce}--blockquote-background);border-radius:0;border-width:0;border-left-width:var(${ce}--blockquote-width)}[part~=icon]{align-items:center;display:grid;height:2em}.start svg{margin-inline-end:var(${ce}--gap)}.end svg{margin-inline-start:var(${ce}--gap)}svg{height:1.25em;width:1.25em}[part=content]{grid-row:span 2/span 2}`)],ve);var fe=ve;fe.define();const me="avatar",ge=se(me);let ye=class Avatar extends GlobalStyle{constructor(){super(...arguments),this.name="",this.round=!1}render(){return bt`<div part="root" ${zt(l(this.observedRecord,"src"))}>${this._renderAvatar()}</div>`}_renderAvatar(){return this.src?bt`<img part="image" src="${this.src}" alt="${this.name}" @error="${this._handleError}">`:this.name?bt`<span part="name">${this.format()}</span>`:Ht()}format(){return this.name}_handleError(){this.src=void 0}};t([Y()],ye.prototype,"src",void 0),t([Y()],ye.prototype,"name",void 0),t([Y({type:Boolean})],ye.prototype,"round",void 0),ye=t([u(me),p(_`:host{${ge}--size:2em;height:var(${ge}--size);vertical-align:bottom;width:var(${ge}--size)}: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;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}`)],ye);var $e=ye;$e.define();const be="badge",_e=se(be);let we=class Badge 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 bt`<div part="root" ${zt(this.observedRecord)}>${Ht()} ${this.value||this.dot?bt`<div part="badge">${this.dot?"":this.formatValue(this.value)}</div>`:""}</div>`}};t([Y()],we.prototype,"position",void 0),t([Y({type:Number})],we.prototype,"value",void 0),t([Y({type:Boolean})],we.prototype,"dot",void 0),t([Y({type:Number})],we.prototype,"max",void 0),we=t([u(be),p(_`:host{${_e}--background:var(${ne.active});${_e}--offset:0%;${_e}--offset-x:var(${_e}--offset);${_e}--offset-y:var(${_e}--offset)}:host,:host([contents]) [part=root]{display:inline-block}[part=root]{position:relative}[part=badge]{background:var(${_e}--background);border-radius:calc(infinity * 1px);font-size:75%;left:var(--left);padding:0 .5em;position:absolute;top:var(--top);transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none}[part=badge]:empty{border-radius:50%;font-size:100%;height:.5em;padding:0;width:.5em}[position^=top]{--top:calc(var(${_e}--offset-y))}[position$=right]{--left:calc(100% - var(${_e}--offset-x))}[position^=bottom]{--top:calc(100% - var(${_e}--offset-y))}[position$=left]{--left:calc(var(${_e}--offset-x))}`)],we);var xe=we;xe.define();const ke="breath",Ce=se(ke);let Se=class Breath extends GlobalStyle{render(){const t=this.getTexts();return bt`<div part="root" ${zt(this.observedRecord)}>${[t.map(this._renderText),Vt(this._computeStyle(t.length))]}</div>`}_renderText(t){return bt`<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(/\s+/).filter((t=>t))}_computeStyle(t){const e=50/t,o=this.parseDuration()||2*t+2;let s="";for(let e=1;e<=t;e++)s+=`.rel:nth-child(${e}) .colorful{animation-delay:${-o/t*(t-e+1)}s;background:var(${Ce}--${e},var(${Ce}--${(e-1)%3+1}));}`;return`.colorful{animation-duration:${o}s;}@keyframes colorfulN{0%,${3*e}%{opacity:0;}${e}%,${2*e}%{opacity:1;}}${s}`}parseDuration(){const{duration:t}=this;if(t){if(t.endsWith("s"))return Number.parseFloat(t.slice(0,-1));if(t.endsWith("ms"))return Number.parseFloat(t.slice(0,-2))/1e3}}};t([Y()],Se.prototype,"content",void 0),t([Y()],Se.prototype,"duration",void 0),Se=t([u(ke),p(_`:host{${Ce}--deg:60deg;${Ce}--1-1:var(${ne._colors.red[5]});${Ce}--1-2:var(${ne._colors.yellow[5]});${Ce}--2-1:var(${ne._colors.green[5]});${Ce}--2-2:var(${ne._colors.purple[5]});${Ce}--3-1:var(${ne._colors.blue[5]});${Ce}--3-2:var(${ne._colors.pink[5]});${Ce}--1:linear-gradient(var(${Ce}--deg),var(${Ce}--1-1),var(${Ce}--1-2));${Ce}--2:linear-gradient(var(${Ce}--deg),var(${Ce}--2-1),var(${Ce}--2-2));${Ce}--3:linear-gradient(var(${Ce}--deg),var(${Ce}--3-1),var(${Ce}--3-2))}`,_`: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}`,_`.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(${ne.clipBackground});position:absolute;top:0}`)],Se);var Ae=Se;Ae.define();const Ee="button",Re=se(Ee),Te=ne.white,Me=ne.black,Pe=Bt(["color","background","gradients"].map((t=>`${Re}--${t}`)),{black:[Te,ne._colors.darkgray[7],ne._colors.darkgray[5]],gray:[Te,ne._colors.darkgray[1],ne._colors.lightgray[8]],white:[Me,ne._colors.lightgray[3],ne._colors.lightgray[0]],blue:[Te,ne._colors.blue[6],ne._colors.blue[4]],green:[Te,ne._colors.green[6],ne._colors.green[4]],red:[Te,ne._colors.red[6],ne._colors.red[4]],orange:[Te,ne._colors.orange[6],ne._colors.orange[4]],pink:[Te,ne._colors.pink[6],ne._colors.pink[4]],purple:[Te,ne._colors.purple[6],ne._colors.purple[4]],yellow:[Me,ne._colors.yellow[6],ne._colors.yellow[4]],teal:[Te,ne._colors.teal[6],ne._colors.teal[4]]},(()=>":host"),(t=>Lt(t)));let Ne=class Button extends GlobalStyle{constructor(){super(...arguments),this.disabled=!1,this.ghost=!1,this.active=!1,this.round=!1,this.color="black"}render(){const t=this.nextColor();return bt`<div part="root" ${zt(this.observedRecord)}><span part="modal-root"></span><div part="content">${[this.content||Ht(),Vt(Pe[t])]}</div></div>`}focus(){this.disabled||(this.active=!0,super.focus())}blur(){this.active=!1,super.blur()}firstUpdated(){this.events.add(this,"click",this._handelClick,!0)}_handelClick(t){if(this.disabled)return t.stopPropagation(),void t.preventDefault();this._handleModal(t)}_handleModal(t){const e=document.createElement("i"),o=this._root.getBoundingClientRect(),{height:s,width:a}=o,l=2*Math.sqrt(s*s+a*a)+"px";e.style.height=l,e.style.width=l,e.style.left=t.clientX-o.left+"px",e.style.top=t.clientY-o.y+"px",e.style.animationName="kf",this._modalRoot.appendChild(e),e.addEventListener("animationend",(()=>e.remove()),{once:!0})}nextColor(){return this.color}};t([Y({type:Boolean,reflect:!0})],Ne.prototype,"disabled",void 0),t([Y({type:Boolean,reflect:!0})],Ne.prototype,"ghost",void 0),t([Y({type:Boolean,reflect:!0})],Ne.prototype,"active",void 0),t([Y({type:Boolean,reflect:!0})],Ne.prototype,"round",void 0),t([Y({reflect:!0})],Ne.prototype,"color",void 0),t([Y()],Ne.prototype,"content",void 0),t([J("modal-root")],Ne.prototype,"_modalRoot",void 0),t([J("root")],Ne.prototype,"_root",void 0),Ne=t([u(Ee),p(_`:host(:not([disabled]):active){transform:scale(var(${Re}--focus-scale))}:host([round]){${Re}--padding-x:.75em;border-radius:calc(infinity * 1px)}:host([disabled]){cursor:not-allowed;filter:brightness(.85)}:host([ghost]){${Re}--modal-background:var(${Re}--ghost-color);background:transparent;box-shadow:inset 0 0 0 var(${Re}--ghost-width) var(${Re}--ghost-color);color:var(${Re}--ghost-color)}`,_`:host{${Re}--padding-x:.5em;${Re}--padding-y:min(calc(var(${Re}--padding-x)/2),.125em);${Re}--padding:var(${Re}--padding-y) var(${Re}--padding-x);${Re}--modal-animation-duration:1s;${Re}--ghost-width:.08em;${Re}--focus-scale:.97;${Re}--deg:45deg;${Re}--ghost-color:var(${Re}--background);background:linear-gradient(var(${Re}--deg),var(${Re}--background),var(${Re}--gradients,var(${Re}--background)));border-radius:.3em;color:var(${Re}--color,inherit);cursor:pointer;display:block;overflow:hidden;padding:0!important;text-align:center;transition:.1s;width:-moz-fit-content;width:fit-content}:host([contents]) [part=root]{width:-moz-fit-content;width:fit-content}[part=root]{border-radius:inherit;overflow:hidden;padding:var(${Re}--padding);position:relative;transition:none;transition-duration:inherit;-webkit-user-select:none;user-select:none}[part=root],i{height:100%;width:100%}i{animation-duration:var(${Re}--modal-animation-duration);background:var(${Re}--modal-background,currentColor);border-radius:50%;inset:0;opacity:0;pointer-events:none;position:absolute;transform-origin:0 0;visibility:visible}@keyframes kf{0%{opacity:var(${Re}--modal-opacity,.1);transform:scale(0) translate(-50%,-50%)}80%{transform:scale(1) translate(-50%,-50%)}to{opacity:0}}`)],Ne);var ze=Ne;ze.define();const Oe="card",Ie=se(Oe);let De=class Card extends GlobalStyle{constructor(){super(...arguments),this.footer=!1,this.header=!1}render(){return bt`<div part="root" ${zt(this.observedRecord)}>${[this.header?Ht("header"):"",Ht(),this.footer?Ht("footer"):""]}</div>`}};t([Y({type:Boolean})],De.prototype,"footer",void 0),t([Y({type:Boolean})],De.prototype,"header",void 0),De=t([u(Oe),p(_`:host{${Ie}--background:var(${ne.background});${Ie}--border-width:.0375em;${Ie}--border-color:transparent;${Ie}--border-background:var(${ne.passive});${Ie}--padding:.75em;background:var(${Ie}--background);border-width:var(${Ie}--border-width);box-sizing:border-box;color:var(${ne.foreground});display:block;flex-shrink:0;overflow:hidden;position:relative}slot{display:block;padding:var(${Ie}--padding)}:host,slot{border-color:var(${Ie}--border-background);border-style:solid}[name=footer]{border-top-width:var(${Ie}--border-width)}[name=header]{border-bottom-width:var(${Ie}--border-width)}`)],De);var He=De;He.define();var Be=Gt("0 0 56 56")`<path fill="currentColor" d="M35.805 47.723c.398.398.914.633 1.523.633c1.219 0 2.133-.915 2.133-2.133c0-.586-.234-1.125-.61-1.524L21.79 28.012l17.063-16.688c.375-.398.609-.96.609-1.523c0-1.219-.914-2.157-2.133-2.157c-.61 0-1.125.235-1.523.633L17.242 26.441c-.445.375-.703.961-.703 1.57c0 .587.258 1.126.703 1.571Z"/>`,Ue=Gt("0 0 56 56")`<path fill="currentColor" d="M18.695 48.367c.586 0 1.102-.234 1.524-.633L38.78 29.57c.446-.445.68-.984.68-1.57c0-.61-.234-1.172-.68-1.57L20.22 8.289a2.07 2.07 0 0 0-1.524-.656a2.12 2.12 0 0 0-2.156 2.156c0 .563.258 1.125.633 1.524L34.21 28L17.17 44.688c-.374.398-.632.937-.632 1.523c0 1.219.938 2.156 2.156 2.156"/>`;function je(t){return t.getBoundingClientRect().width}let Le=class Carousel extends GlobalStyle{constructor(){super(...arguments),this.index=0,this.autoChange=0}render(){return bt`<div part="root" ${zt(this.observedRecord)}><i part="prev" @click="${this.prev}">${Be()}</i><div part="move-root">${Ht()}</div><i part="next" @click="${this.next}">${Ue()}</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))}async firstUpdated(){await this.updateComplete,this.show(this.index,!0)}attributeChangedCallback(t,e,o){super.attributeChangedCallback(t,e,o),"index"===t&&this.isConnected&&this.show(this.index)}show(t,e){t=this.normalizeIndex(t),this.index=t,this._offset=0;for(let e=0;e<=t;e++)this._offset-=je(this.children[e]);this._offset+=(je(this)-je(this.children[t+1]))/2,this.dispatchEvent(new CustomEvent("change",{detail:t,composed:!0})),this._doTranslateX(`${this._offset}px`,e),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":""}normalizeIndex(t){return t<0?0:t>this.children.length-3?this.children.length-3:t}};t([Y({type:Number})],Le.prototype,"index",void 0),t([Y({type:Number})],Le.prototype,"autoChange",void 0),t([J("move-root")],Le.prototype,"_moveRoot",void 0),Le=t([u("carousel"),p(_`: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}`)],Le);var Ve=Le;Ve.define();var Ge=Gt("0 0 56 56")`<path fill="currentColor" d="M28 39.46a2.1 2.1 0 0 0 1.57-.679l18.164-18.586a2.1 2.1 0 0 0 .633-1.5a2.12 2.12 0 0 0-2.156-2.156a2.27 2.27 0 0 0-1.523.61L28 34.21L11.313 17.148a2.23 2.23 0 0 0-1.524-.609a2.12 2.12 0 0 0-2.156 2.156c0 .586.234 1.102.633 1.524L26.43 38.78c.445.446.96.68 1.57.68"/>`;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.dispatchEvent(new CustomEvent("change",{detail:this.open,composed:!0}))}_handelClick(t){this.toggle()}}t([Y({type:Boolean,reflect:!0})],SuperOpenable.prototype,"open",void 0);const Fe="details",We=se(Fe);let qe=class Details extends SuperOpenable{constructor(){super(...arguments),this.fill=!1,this.summary=""}render(){return bt`<dl part="root" ${zt(this.observedRecord)}><dt part="title" @click="${this._handelClick}"><span part="summary">${this.summary||Ht("summary")}</span> <span><i part="icon">${Ge()}</i></span></dt><dd part="details" @click="${this.fill?()=>this.toggle():null}"><div style="min-height: 0;">${Ht()}</div></dd></dl>`}};t([Y({type:Boolean})],qe.prototype,"fill",void 0),t([Y()],qe.prototype,"summary",void 0),qe=t([u(Fe),p(_`:host{${We}--icon-deg-open:0deg;${We}--icon-deg-close:90deg;${We}--icon-space:0.3em;${We}--summary-direction:row;${We}--transition:.3s;display:block;height:-moz-fit-content;height:fit-content;transition:var(${We}--transition)}[part=root]{height:100%;overflow:hidden;position:relative}[part=title]{align-items:center;background:inherit;direction:ltr;display:flex;flex-direction:var(${We}--summary-direction);flex-wrap:nowrap;height:100%;justify-content:space-between}[part=details]{display:grid;grid-template-rows:0fr;overflow:hidden;transition:var(${We}--transition);transition-property:grid-template-rows}:host([open]) [part=details]{grid-template-rows:1fr}:host([float]) [part=details]{position:absolute;top:100%}[part=icon]{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;padding:var(${We}--icon-space);transform:rotate(var(${We}--icon-deg-close));transition:var(${We}--transition)}:host([open]) [part=icon]{transform:rotate(var(${We}--icon-deg-open))}`)],qe);var Ye=qe;Ye.define();const Xe="dialog",Ze=se(Xe);let Ke=class Dialog extends SuperOpenable{constructor(){super(...arguments),this.modal=!1,this.key="Escape",this.__modalInvoke=!1}render(){return bt`<div part="root" ${zt(this.observedRecord)}><div part="modal"></div><div part="container">${Ht()}</div></div>`}showModal(){this.modal||(this.modal=!0,this.__modalInvoke=!0),this.show()}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(/[\s,]/);(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([Y({type:Boolean,reflect:!0})],Ke.prototype,"modal",void 0),t([Y()],Ke.prototype,"key",void 0),Ke=t([u(Xe),p(_`:host{${Ze}--background:none;${Ze}--background-modal:var(${ne.background});${Ze}--opacity-modal:0.2;background:var(${Ze}--background);inset:0;pointer-events:none;position:fixed;visibility:hidden;z-index:1}:host([open]){visibility:visible}:host([open][modal]) [part=modal]{opacity:var(${Ze}--opacity-modal);pointer-events:all;visibility:visible}[part=modal]{background:var(${Ze}--background-modal);height:100%;opacity:0;position:absolute;visibility:hidden;width:100%}[part=root]{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}[part=container]{pointer-events:all;position:absolute}[direction^=top] [part=container]{top:0}[direction^=bottom] [part=container]{bottom:0}[direction$=right] [part=container]{right:0}[direction$=left] [part=container]{left:0}`)],Ke);var Qe=Ke;Qe.define();let Je=class Divider extends GlobalStyle{constructor(){super(...arguments),this.vertical=!1}render(){return bt`<div part="root" ${zt(this.observedRecord)}></div>`}};t([Y({type:Boolean,reflect:!0})],Je.prototype,"vertical",void 0),Je=t([u("divider"),p(_`:host{background:currentColor;display:block;height:.05em;margin:auto;width:100%}:host([vertical]){height:max(1em,100%);width:.05em}:host([contents]) [part=root]{background:currentColor;display:block;height:.05em;margin:auto;width:100%}[part=root]{display:contents}`)],Je);var ti=Je;ti.define();let ei=class Dragbox extends GlobalStyle{constructor(){super(...arguments),this.__drag=!1,this.x="auto",this.y="auto"}get offsetsWidth(){return this.offsetParent?.clientWidth??document.body.offsetWidth}get offsetsHeight(){return this.offsetParent?.clientHeight??document.body.offsetHeight}render(){return bt`<div part="root" ${zt(this.observedRecord)} @mousedown="${this._handleDragStart}" @mouseup="${this._handleDragEnd}">${Ht()}</div>`}firstUpdated(){this.reset()}_handleDragStart(t){this.__cx=t.clientX,this.__cy=t.clientY,this.__t=this.offsetTop,this.__l=this.offsetLeft,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))}_handleDragEnd(){this.__drag=!1,this.events.remove(document,"mousemove",this._handleMouseMove),this.events.remove(document,"mouseleave",this._handleMouseLeave)}_handleDrag(t){if(!this.__drag)return;const e=t.clientX-(this.__cx-this.__l),o=t.clientY-(this.__cy-this.__t),{style:s,offsetsWidth:a,offsetsHeight:l,offsetWidth:h,offsetHeight:c}=this;s.left=e<0?"0":e<a-h?`${e}px`:a-h+'"px"',s.top=o<0?"0":o<l-c?`${o}px`:l-c+"px"}reset(){const{x:t,y:e,style:o,offsetsWidth:s,offsetsHeight:a,offsetWidth:l,offsetHeight:h,offsetLeft:c,offsetTop:d}=this;o.left=t||"0",o.top=e||"0",c>s-l&&(o.left=s-l+"px"),d>a-h&&(o.top=a-h+"px")}};t([Y()],ei.prototype,"x",void 0),t([Y()],ei.prototype,"y",void 0),ei=t([u("dragbox"),p(_`:host{display:block;position:absolute}:host(:active){-webkit-user-select:none;user-select:none}`)],ei);var ii=ei;ii.define();let oi=class Flex extends GlobalStyle{constructor(){super(...arguments),this.vertical=!1}render(){return bt`<div part="root" ${zt(this.observedRecord)}>${[Ht(),Vt(Ut({":host":{gap:this.gap,"flex-flow":this.flexFlow,"flex-direction":this.vertical&&"column","align-items":this.items,"justify-content":this.content}}))]}</div>`}};t([Y({attribute:"flex-flow"})],oi.prototype,"flexFlow",void 0),t([Y()],oi.prototype,"gap",void 0),t([Y()],oi.prototype,"content",void 0),t([Y()],oi.prototype,"items",void 0),t([Y({type:Boolean})],oi.prototype,"vertical",void 0),oi=t([u("flex"),p(_`:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}`)],oi);var ri,si=oi;si.define();let ni=ri=class Form extends GlobalStyle{constructor(){super(...arguments),this.name="",this.nameValue=this.namevalue}get value(){return ri.buildValue(this._slot.assignedElements())}render(){return Ht()}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 o of t)if("FORM"===o.tagName)Object.assign(e,Object.fromEntries(new FormData(o).entries()));else if(o.namevalue){const[t,s]=o.namevalue();t&&(e[t]=s)}else if(o.name&&void 0!==o.value)e[o.name]=o.value;else if(o.shadowRoot)for(const t of o.shadowRoot.querySelectorAll("slot"))Object.assign(e,this.buildValue(t.assignedElements()));return e}};t([Y()],ni.prototype,"name",void 0),ni=ri=t([u("form"),p(_`:host{display:block}`)],ni);var ai=ni;ai.define();const li=t=>isNaN(+t)?t:`repeat(${t},1fr)`;let hi=class Grid extends GlobalStyle{render(){return bt`<div part="root" ${zt(this.observedRecord)}>${[Ht(),Vt(Ut({":host":{gap:this.gap,"grid-template-columns":li(this.columns),"grid-template-rows":li(this.rows),"place-content":this.content,"place-items":this.items}}))]}</div>`}};t([Y()],hi.prototype,"gap",void 0),t([Y()],hi.prototype,"columns",void 0),t([Y()],hi.prototype,"rows",void 0),t([Y()],hi.prototype,"content",void 0),t([Y()],hi.prototype,"items",void 0),hi=t([u("grid"),p(_`:host,:host([contents]) [part=root]{display:grid}[part=root]{display:contents}`)],hi);var ci=hi;ci.define();let di=class Heading extends GlobalStyle{constructor(){super(...arguments),this.as="h1",this.anchor="#",this.side="left"}render(){return bt`<a part="root" href="${this.id?"#"+this.id:xt}" ${zt(this.observedRecord)}>${this.wrapHeading(Ht(),this.id?bt`<i part="anchor">${this.anchor}</i>`:"")}</a>`}wrapHeading(...t){switch(this.as){case"h2":return bt`<h2>${t}</h2>`;case"h3":return bt`<h3>${t}</h3>`;case"h4":return bt`<h4>${t}</h4>`;case"h5":return bt`<h5>${t}</h5>`;case"h6":return bt`<h6>${t}</h6>`;default:return bt`<h1>${t}</h1>`}}};t([Y()],di.prototype,"as",void 0),t([Y()],di.prototype,"anchor",void 0),t([Y()],di.prototype,"side",void 0),di=t([u("heading"),p(_`:host{display:block;text-align:start}[part=anchor]{min-width:1.25em;position:absolute;right:100%;text-align:center}[side=left] [part=anchor]{right:100%}[side=right] [part=anchor]{left:100%}a{color:inherit}h1,h2,h3,h4,h5,h6{direction:ltr;font-size:revert;position:relative;width:-moz-fit-content;width:fit-content}`)],di);var pi=di;pi.define();var ui=Gt("0 0 56 56")`<path fill="currentColor" d="M43.95 47.323c.304.305.732.468 1.119.468c.814 0 1.567-.733 1.567-1.568c0-.407-.163-.814-.468-1.12L12.112 11.069a1.57 1.57 0 0 0-1.12-.448c-.814 0-1.567.733-1.567 1.547c0 .428.143.835.448 1.12Zm1.913-5.761C52.255 37.43 56 32.056 56 29.674c0-4.132-11.297-17.303-27.99-17.303c-3.46 0-6.697.59-9.669 1.567l5.313 5.293a11 11 0 0 1 4.356-.896c6.31 0 11.38 4.988 11.38 11.339c0 1.547-.326 3.033-.958 4.336ZM28.01 46.977c3.766 0 7.267-.672 10.402-1.771l-5.394-5.395a10.8 10.8 0 0 1-5.008 1.201c-6.35 0-11.379-5.15-11.4-11.338c0-1.832.428-3.562 1.202-5.09l-7.084-7.124C4.01 21.592 0 27.231 0 29.674c0 4.112 11.501 17.303 28.01 17.303m6.473-17.73a6.446 6.446 0 0 0-6.473-6.454c-.264 0-.53.02-.773.041l7.206 7.206c.02-.244.04-.529.04-.794m-12.966-.041c0 3.582 2.951 6.473 6.514 6.473c.285 0 .55-.02.834-.04l-7.308-7.309c-.02.285-.04.59-.04.876"/>`;const vi=_`.input-field{align-items:center;border-radius:inherit;display:flex;height:inherit;position:relative}.input-field [part=input]{background:transparent;color:inherit;height:100%;padding:0 var(${ne.input}-space);width:100%}.input-field.outline,.input-field:focus-within{box-shadow:var(${ne.input}-box-shadow)}.input-field [part=icon]{align-items:center;display:flex;justify-content:center}.input-field [part=prefix],.input-field [part=suffix]{display:flex;height:100%}.input-field [part=suffix] [part=icon]{padding-inline-end:var(${ne.input}-space)}.input-field [part=prefix] [part=icon]{padding-inline-start:var(${ne.input}-space)}`,fi=_`:host{${ne.input}-width:10em;${ne.input}-height:1.6em;${ne.input}-space:0.2em;${ne.input}-background:var(${ne.background});${ne.input}-control:var(${ne.foreground});${ne.input}-control-edge:var(${ne.active});${ne.input}-radius:0.2em;${ne.input}-box-shadow:0px 0px 0px .1em var(${ne.active});border-radius:var(${ne.input}-radius)}:host([disabled]){cursor:not-allowed;filter:brightness(.85)}input:disabled{cursor:inherit}input::-ms-clear,input::-ms-reveal{display:none}`;let mi=class SuperInput extends GlobalStyle{constructor(){super(...arguments),this.autofocus=!1,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.dispatchEvent(new CustomEvent("input",{detail:this.value,bubbles:!0,composed:!0})),this.dispatchEvent(new CustomEvent("input",{detail:this.value,composed:!0,bubbles:!0})),this.dispatchEvent(new CustomEvent("change",{detail:this.value,composed:!0})))}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 bt`<label for="${this.makeId}" part="prefix">${Ht("prefix")}</label>`}_renderSuffix(){const t="password";return bt`<label for="${this.makeId}" part="suffix">${"password"===this.type?bt`<i part="icon" @mousedown="${()=>this._changeInputType("text")}" @mouseup="${()=>this._changeInputType(t)}" @mouseleave="${()=>this._changeInputType(t)}">${ui()}</i>`:Ht("suffix")}</label>`}};t([Y()],mi.prototype,"autocomplete",void 0),t([Y({type:Boolean,reflect:!0})],mi.prototype,"disabled",void 0),t([Y({reflect:!0})],mi.prototype,"type",void 0),t([Y({reflect:!0})],mi.prototype,"placeholder",void 0),t([Y({reflect:!0})],mi.prototype,"name",void 0),t([Y()],mi.prototype,"value",void 0),t([Y()],mi.prototype,"default",void 0),t([J("input")],mi.prototype,"_input",void 0),mi=t([p(vi,fi)],mi);var gi=mi;let yi=class Input extends gi{constructor(){super(...arguments),this.type="text",this.variant="default"}render(){return bt`<div part="root" ${zt(this.observedRecord)} class="${Dt("input-field",this.variant)}">${[this._renderPrefix(),bt`<input part="input" type="${this.type}" .value="${this.value}" ?autofocus="${this.autofocus}" ?disabled="${this.disabled}" autocapitalize="${this.autocapitalize||xt}" autocomplete="${this.autocomplete||xt}" placeholder="${this.placeholder||xt}" id="${this.makeId}" @input="${this._handleInput}">`,this._renderSuffix()]}</div>`}reset(){this._input.value=this.default,this.value=this.default}};t([Y()],yi.prototype,"variant",void 0),t([J("input")],yi.prototype,"_input",void 0),yi=t([u("input"),p(_`:host{background:var(${ne.input}-background);border-radius:var(${ne.input}-radius);color:var(${ne.foreground});display:block;height:var(${ne.input}-height);width:var(${ne.input}-width)}`)],yi);var $i=yi;$i.define();let bi=class Layout extends GlobalStyle{constructor(){super(...arguments),this.noHeader=!1,this.noFooter=!1,this.sticky=!1}render(){return bt`<div part="root" ${zt(this.observedRecord)}>${this.noHeader?"":bt`<header part="header">${Ht("header")}</header>`}<main part="main">${Ht()}</main>${this.noFooter?"":bt`<footer part="footer">${Ht("footer")}</footer>`}</div>`}};t([Y({type:Boolean})],bi.prototype,"noHeader",void 0),t([Y({type:Boolean})],bi.prototype,"noFooter",void 0),t([Y({type:Boolean})],bi.prototype,"sticky",void 0),bi=t([u("layout"),p(_`:host,:host([contents]) [part=root]{display:flex;flex-direction:column;min-height:100%}[part=root]{display:contents}[sticky] header{position:sticky;top:0;z-index:1}[part=main]{flex:1;position:relative;width:100%}footer,header,main{width:100%}`)],bi);var _i=bi;_i.define();let wi=class SuperAnchor extends GlobalStyle{constructor(){super(...arguments),this.target="_self"}get pathname(){return new URL(this.href,location.href).pathname}render(){return bt`<a part="root" ${zt(this.observedRecord)} href="${this.href||xt}" target="${this.target}" @click="${this._handleClick}">${Ht()}</a>`}_handleClick(t){}};t([Y()],wi.prototype,"href",void 0),t([Y()],wi.prototype,"target",void 0),wi=t([p(_`:host{color:currentColor;cursor:default;display:inline-block;text-decoration:none}:host([href]){cursor:pointer}[part=root]{color:inherit;display:inline-block;text-decoration:inherit;width:100%}`)],wi);var xi,ki=wi;let Ci=xi=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=Ht(),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(),xi.routerInstances.add(this),"field"!==this.type&&(this.observers.add(this,MutationObserver,this.collectSlottedRoutes,{attributes:!0,attributeFilter:["slot"],subtree:!0}),this.collectSlottedRoutes())}disconnectedCallback(){super.disconnectedCallback(),xi.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.dispatchEvent(new CustomEvent("change",{detail: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?Ht(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)}};Ci.routerInstances=new Set,t([X()],Ci.prototype,"component",void 0),t([X()],Ci.prototype,"path",void 0),t([Y()],Ci.prototype,"pathname",void 0),t([X()],Ci.prototype,"default",void 0),t([Y()],Ci.prototype,"type",void 0),t([Y({type:Boolean})],Ci.prototype,"cache",void 0),t([X()],Ci.prototype,"routes",null),Ci=xi=t([u("router"),p(_`:host{display:contents}`)],Ci);var Si=Ci;const Ai="auto";let Ei=class Link extends ki{constructor(){super(...arguments),this.type=Ai,this.suppress=!1,this.replace=!1,this.state={},this.handleState=()=>{switch(this.type){case Ai:case"push":if(!this.replace){history.pushState(this.state,"",this.href);break}case"replace":history.replaceState(this.state,"",this.href)}}}_handleClick(t){const{state:e,type:o,href:s,pathname:a,suppress:l}=this;if(this.dispatchCustomEvent("navigate",{...this.observedRecord,pathname:a,state:e}),s.startsWith("#")||"normal"===o)return;this.handleState();const h=[...Si.routerInstances];l||o===Ai&&!h.some((t=>t.search(location.pathname)))||(t.preventDefault(),Si.routerInstances.forEach((t=>{t.handlePopstate()})))}};t([Y()],Ei.prototype,"type",void 0),t([Y({type:Boolean})],Ei.prototype,"suppress",void 0),t([Y({type:Boolean})],Ei.prototype,"replace",void 0),Ei=t([u("link")],Ei);var Ri=Ei;Ri.define();let Ti=class Progress extends GlobalStyle{constructor(){super(...arguments),this.max=1,this.min=0}render(){let t,o=20;return e(this.value)||(o=this.parsePercent(this.value),o>100?o=100:o<0&&(o=0),t="static"),bt`<div part="root" ${zt(this.observedRecord)} class="${t}"><i part="value" style="width:${o}%;"></i></div>`}parsePercent(t="0"){if((t=String(t)).includes("%"))return parseFloat(t);const e=this.max-this.min;return 0===e?100:parseFloat(t)/e*100}};t([Y({type:Number})],Ti.prototype,"max",void 0),t([Y({type:Number})],Ti.prototype,"min",void 0),t([Y({type:Number})],Ti.prototype,"value",void 0),Ti=t([u("progress"),p(_`:host{background:var(${ne.passive});border-radius:.25em;color:var(${ne.active});height:.5em;width:100%}:host,[part=root]{display:block}[part=root]{border-radius:inherit;height:inherit;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 Pi="range",Ni=se(Pi);let zi=class Range extends gi{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:o}=this,s=t-o.length;return s>0?new Array(s).fill(e).concat(o):o}attributeChangedCallback(t,e,o){super.attributeChangedCallback(t,e,o),"max"!==t&&"min"!==t&&"step"!==t||(this._ranger=new Ranger(this.min,this.max,this.step))}render(){const t=this.padValue(2),e=Math.min(...t),o=Math.max(...t),s=this._ranger.diff;return bt`<div part="root" ${zt(this.observedRecord)} @mousedown="${this.disabled?null:this._handleMousedownRoot}" style="${jt([["--from",(e-this.min)/s*100+"%"],["--to",(o-this.min)/s*100+"%"],...t.map(((t,e)=>[`--handle-${e}`,(t-this.min)/s*100+"%"]))])}"><div part="track"></div>${Ft(this.rangeValue.length,(t=>this._renderHandle(t)))}</div>`}_renderHandle(t){const{rangeValue:e,disabled:o}=this,s=t===e.length-1;return bt`<i tabindex="0" part="handle" class="${Dt({"last-focus":this.lastFocus===t})}" @mousedown="${o?null:this.createMouseDown(t)}" @focus="${o?null:()=>this.focusHandle(t)}" @blur="${o?null:this.blurHandle}" style="${jt({"z-index":this.__focusStack.indexOf(t)+1,"--handle":`var(--${s?"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 o=this._handles.item(t);o?.focus(),this.__keydownEvent||(this.__keydownEvent=this.events.add(document,"keydown",this.createKeydownEvent(t))),this.dispatchEvent(new CustomEvent("focus",{detail:t}))}blurHandle(){this.lastFocus=void 0,this.__keydownEvent=this.events.remove(document,"keydown",this.__keydownEvent),this.dispatchEvent(new CustomEvent("blur"))}createKeydownEvent(t){const{rangeValue:e,step:o}=this;return e.length<2&&(t=0),s=>{const a=e[t];"ArrowLeft"===s.key||"ArrowDown"===s.key?(s.preventDefault(),this.createSetValue(t)(a-o)):"ArrowRight"!==s.key&&"ArrowUp"!==s.key||(s.preventDefault(),this.createSetValue(t)(a+o))}}createMouseDown(t){return e=>{this.focusHandle(t),this.createMousedownListener(this.createSetValue(t))(e)}}createSetValue(t){return e=>{const o=this._ranger.normalize(e);let s=o;this.range&&(s=[...this.value],s[t]=o),this.value=s,this.dispatchEvent(new CustomEvent("range",{detail:this.value}))}}_computeValue({clientX:t,clientY:e}){const{top:o,left:s,height:a,width:l}=this._root.getBoundingClientRect();return this._ranger.present(this.vertical?(e-o)/a:(t-s)/l)}_handleMousedownRoot(t){const e=this._computeValue(t),o=this.range?this.rangeValue.reduce(((t,o,s)=>Math.abs(e-o)<Math.abs(e-this.rangeValue[t])?s:t),0):0,s=this.createSetValue(o);s(e),this.createMousedownListener(s)(t),this.focusHandle(o)}createMousedownListener(t){return e=>{e.preventDefault(),e.stopPropagation();const o=this.createMousemoveListener(t);this.events.add(document,"mousemove",o);const s=()=>{this.events.remove(document,"mousemove",o),this.events.remove(document,"mouseup",s)};this.events.add(document,"mouseup",s)}}createMousemoveListener(t){return e=>{const o=this._computeValue(e);o===this._ranger.restrict(o)&&t?.call(this,o)}}_connectedInit(){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([Y({type:Number})],zi.prototype,"min",void 0),t([Y({type:Number})],zi.prototype,"max",void 0),t([Y({type:Number})],zi.prototype,"step",void 0),t([Y({type:Boolean,reflect:!0})],zi.prototype,"vertical",void 0),t([Y({type:Array})],zi.prototype,"value",void 0),t([Y({type:Array})],zi.prototype,"default",void 0),t([J("root")],zi.prototype,"_root",void 0),t([function(t){return(e,o)=>Z(e,o,{get(){return(this.renderRoot??(Q??=document.createDocumentFragment())).querySelectorAll(t)}})}("[part=handle]")],zi.prototype,"_handles",void 0),t([X()],zi.prototype,"lastFocus",void 0),zi=t([u(Pi),p(_`:host{${Ni}--handle-active:var(${ne.active});${Ni}--track-width:.5em;${Ni}--length:var(${ne.input}-width);background:var(${ne.input}-background);display:block;width:var(${Ni}--length)}:host([contents]) [part=root]{width:inherit}:host([vertical]){height:var(${Ni}--length);width:-moz-fit-content;width:fit-content}:host(:not([disabled])) .last-focus{${Ni}--handle-scale:1.05;background:var(${Ni}--handle-active)}[part=root]{position:relative;width:100%;--from:0%;--to:50%;height:var(${Ni}--track-width)}[part=root],[part=track]{border-radius:inherit;min-height:inherit}[part=track]{background:var(${ne.active});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=handle],[part=track]{display:flex;position:absolute}[part=handle]{align-items:center;background:var(${ne.active});border:.1em solid;border-color:var(${ne.input}-control);border-radius:50%;height:1em;justify-content:center;transform:scale(var(${Ni}--handle-scale,1)) translate(-50%,-25%);transform-origin:0 25%;-webkit-user-select:none;user-select:none;width:1em}`,_`[vertical]{height:inherit;width:var(${Ni}--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%}`,_`[part=handle]{left:var(--handle);top:0}[vertical] [part=handle]{left:0;top:var(--handle)}`)],zi);var Oi=zi;Oi.define();const Ii="rotate",Di=se(Ii);let Hi=class Rotate extends GlobalStyle{render(){return bt`<div part="root"><div part="slot" @mousemove="${this._handleRotate}">${Ht()}</div><i @mouseleave="${this.reset}"></i></div>`}reset(){this._root.style.removeProperty("transform"),this._root.style.removeProperty("transition")}_handleRotate(t){const{rotateX:e,rotateY:o}=this._computeOffset(t);this._root.style.setProperty("transform",`rotateX(${e}rad) rotateY(${o}rad)`),this._root.style.setProperty("transition","0s")}_computeOffset(t){const{left:e,top:o,width:s,height:a}=this._root.getBoundingClientRect(),{clientX:l,clientY:h}=t;return{rotateX:-(h-o-a/2)/a/2,rotateY:(l-e-s/2)/s/2}}};t([J("root")],Hi.prototype,"_root",void 0),Hi=t([u(Ii),p(_`:host{display:block;transition:all .5s ease-in-out;width:-moz-fit-content;width:fit-content;${Di}--padding:.75em;${Di}--offset:.5em}div{position:relative;transition:inherit;transition-property:transform}i{box-sizing:content-box;height:100%;margin:calc(var(${Di}--offset)*-1);padding:var(${Di}--offset);position:absolute;top:0;width:100%}[part=slot]{z-index:2}`)],Hi);var Bi=Hi;function Ui(t,e){return t&&e&&t.toLowerCase().includes(e.toLowerCase())}function ji(t,e){if(t){const o="checked";e?t.setAttribute(o,""):t.removeAttribute(o)}}Bi.define(),Si.define();let Li=class Select extends $i{constructor(){super(...arguments),this.multiple=!1,this.visible=!1,this.autoDirection="bottom",this.__store=[]}render(){return bt`<div part="root" ${zt({...this.observedRecord,direction:this.direction||this.autoDirection})} class="input-field">${[this._renderPrefix(),bt`<input part="input" type="${this.type}" .value="${this.text}" ?autofocus="${this.autofocus}" ?disabled="${this.disabled}" autocapitalize="${this.autocapitalize||xt}" autocomplete="${this.autocomplete||xt}" placeholder="${this.placeholder||xt}" id="${this.makeId}" @focus="${this._handleFocus}" @input="${this._handleInput}">`,bt`<label for="${this.makeId}" part="suffix"><i part="icon">${Ge()}</i></label>`,bt`<label for="${this.makeId}" part="content">${Ht()}</label>`]}</div>`}_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,o=this.optionValue(e);if(o){const t=this.select(o,e.textContent);this.multiple||ji(this.lastChecked,0),ji(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=>{ji(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=>ji(t,0))),this.defaultChecked.forEach((t=>ji(t,1)))}select(t,e){e||=t;let o=0;if(this.multiple){const s=this.__store.findIndex((e=>e.value===t));s>-1?this.__store.splice(s,1):(this.__store.push({value:t,text:e}),o=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,o=1);return this.dispatchEvent(new CustomEvent("select",{detail:this.value,composed:!0})),this.filter(),o}filter(t){t=t?.trim(),[...this.children].forEach((e=>{this.filterCallback(e,!t||Ui(this.optionValue(e),t)||Ui(e.textContent,t),t)}))}filterCallback(t,e,o){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 o=e.slice(0,t).lastIndexOf(",")+1||0,s=e.indexOf(",",t)||e.length;return e.slice(o,s)}(this._input.selectionStart,e):e),this.dispatchEvent(new CustomEvent("input",{detail:this.value,composed:!0,bubbles:!0})),this.dispatchEvent(new CustomEvent("change",{detail:this.value,composed:!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([Y()],Li.prototype,"text",void 0),t([J("content")],Li.prototype,"_content",void 0),t([Y()],Li.prototype,"direction",void 0),t([Y({type:Boolean})],Li.prototype,"multiple",void 0),t([Y({type:Boolean})],Li.prototype,"visible",void 0),t([X()],Li.prototype,"autoDirection",void 0),Li=t([u("select"),p(_`[part=input]{text-overflow:ellipsis}[part=content]{position:absolute;visibility:hidden;width:100%}[direction=bottom] [part=content]{top:100%}[direction=top] [part=content]{bottom:100%}[visible] [part=content]{visibility:visible}`)],Li);var Vi=Li;Vi.define();var Gi=Gt("0 0 56 56")`<path fill="currentColor" d="M7.715 49.574h40.57c4.899 0 7.36-2.437 7.36-7.265V13.69c0-4.828-2.461-7.265-7.36-7.265H7.715C2.84 6.426.355 8.84.355 13.69v28.62c0 4.851 2.485 7.265 7.36 7.265m31.57-21.633c-1.055-.937-2.25-1.43-3.515-1.43c-1.313 0-2.462.446-3.54 1.407l-10.593 9.469l-4.336-3.938c-.985-.867-2.04-1.336-3.164-1.336c-1.032 0-2.04.446-3 1.313L4.129 39.73V13.88c0-2.438 1.312-3.68 3.656-3.68h40.43c2.32 0 3.656 1.242 3.656 3.68v25.875Zm-21.469.258c3.024 0 5.508-2.484 5.508-5.531c0-3.023-2.484-5.531-5.508-5.531c-3.046 0-5.53 2.508-5.53 5.531a5.54 5.54 0 0 0 5.53 5.531"/>`;const Fi="skeleton",Wi=se(Fi);let qi=class Skeleton extends GlobalStyle{constructor(){super(...arguments),this.animation="position",this.loading=!0}render(){return this.loading?bt`<div part="root" ${zt(this.observedRecord)}>${"image"===this.type?Gi():""} ${Ht("loading")}</div>`:Ht()}};t([Y()],qi.prototype,"type",void 0),t([Y()],qi.prototype,"animation",void 0),t([X()],qi.prototype,"loading",void 0),qi=t([u(Fi),p(_`:host{${Wi}--from:var(${ne._colors.darkgray[9]});${Wi}--to:var(${ne._colors.darkgray[7]});${Wi}--deg:95deg;${Wi}--duration:1.5s;${Wi}--icon-size:5em;${Wi}--icon-margin:.25em;background:var(${Wi}--from);color:var(${ne._colors.darkgray[5]});display:block;flex-shrink:0;min-height:1.5em;overflow:hidden;width:100%}[part=root]{animation:var(${Wi}--duration) ease-in-out 0s infinite none running;height:100%;min-height:inherit;text-align:center}svg{--size:var(${Wi}--icon-size);font-size:var(--size);margin:calc(var(--size)*.05)}[animation=position]{animation-name:po;background-color:transparent;background-image:linear-gradient(var(${Wi}--deg),var(${Wi}--from) 36%,var(${Wi}--to) 50%,var(${Wi}--from) 64%);background-size:200% 100%}@keyframes po{0%{background-position:150%}to{background-position:-50%}}[animation=opacity]{animation-direction:alternate;animation-name:op}@keyframes op{50%{opacity:.25}to{opacity:1}}`)],qi);var Yi=qi;Yi.define();const Xi="split",Zi=se(Xi);let Ki=class Split extends gi{constructor(){super(...arguments),this.len=6,this.index=-1,this.current=-1,this.currentValue=[]}render(){return bt`<div part="root" ${zt(this.observedRecord)}>${Ft(this.len,(t=>bt`<span part="input-box" class="${Dt({focus:this.current===t})}" @click="${this.disabled?null:()=>this.focusAt(t)}">${this.currentValue[t]}</span>`))} <input part="input" id="${this.makeId}" @blur="${this.blur}" @input="${this._handleInput}" .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.dispatchEvent(new CustomEvent("input",{detail:this.value,composed:!0,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(),this.dispatchEvent(new CustomEvent("focus",{detail:t,bubbles:!0,composed:!0}))}blur(){this._input.blur(),this.current=-1,super.blur(),this.dispatchEvent(new CustomEvent("blur",{bubbles:!0,composed:!0}))}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([Y({type:Number})],Ki.prototype,"len",void 0),t([Y({type:Number})],Ki.prototype,"index",void 0),t([X()],Ki.prototype,"current",void 0),t([X()],Ki.prototype,"currentValue",void 0),Ki=t([u(Xi),p(_`:host{border-radius:1px;color:var(${ne.foreground});display:block;width:-moz-fit-content;width:fit-content;${Zi}--size:1.45em;${Zi}--gap:.25em}:host([contents]) [part=root]{width:-moz-fit-content;width:fit-content}[part=root]{display:flex;gap:var(${Zi}--gap);justify-content:space-between;position:relative;width:100%}[part=input-box],[part=root]{border-radius:inherit;vertical-align:top}[part=input-box]{background-color:var(${ne.input}-background);height:var(${Zi}--size);text-align:center;width:var(${Zi}--size)}[part=input]{background:none;height:100%;opacity:0;position:absolute;width:100%;z-index:-1}.focus{box-shadow:var(${ne.input}-box-shadow)}`)],Ki);var Qi=Ki;Qi.define();const Ji="switch",to=se(Ji);let eo=class Switch extends gi{constructor(){super(...arguments),this.round=!1,this.checked=!1,this.disabled=!1,this.default="false",this.value="on"}render(){return bt`<div part="root" ${zt(this.observedRecord)} class="${this.round?"round":"rect"}"><input part="input" type="checkbox" ?disabled="${this.disabled}" ?checked="${this.checked}" name="${this.name}" id="${this.makeId}" @change="${this._handleChange}"> <span part="handle" class="${this.checked}"></span></div>`}reset(){this.checked="true"===this.default,this._input.checked=this.checked}connectedCallback(){super.connectedCallback(),this.checked&&(this.default="true"),"true"===this.default&&(this.checked=!0)}_handleChange(){this.checked=this._input.checked,this.dispatchEvent(new CustomEvent("change",{detail:this.checked,composed:!0}))}namevalue(){return[this.name,this.checked]}};t([Y({type:Boolean,reflect:!0})],eo.prototype,"round",void 0),t([Y({type:Boolean,reflect:!0})],eo.prototype,"checked",void 0),t([Y({type:Boolean,reflect:!0})],eo.prototype,"disabled",void 0),t([Y()],eo.prototype,"default",void 0),t([Y()],eo.prototype,"value",void 0),t([K("input")],eo.prototype,"_input",void 0),eo=t([u(Ji),p(_`:host,:host([contents]) [part=root]{display:inline-block;height:var(${to}-height);width:var(${to}-width)}:host{${to}-width:3em;${to}-height:calc(var(${to}-width)/2);${to}-handle-size:1.25em;${to}-handle-space:.125em;${to}-transition:.2s ease-in-out;background:var(${ne.input}-background);border-radius:0;vertical-align:bottom}[part=handle],[part=root]{transition:var(${to}-transition)}[part=root]{border-radius:inherit;height:inherit;position:relative}[part=input]{-webkit-appearance:none;appearance:none;height:100%;opacity:0;width:100%}[part=handle]{align-items:center;border-radius:inherit;display:inline-flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;width:50%}:host([round]){background:var(${ne.passive});border-radius:calc(var(${to}-height)/2)}:host([checked]) [part=handle]{left:50%}.rect .true{background:var(${ne.active})}.rect .false{background:var(${ne.passive})}.round [part=handle]{--size:var(${to}-handle-size);background:var(--godown--input-control);border-radius:100%;height:var(--size);margin:var(${to}-handle-space);width:var(--size)}:host([checked]) .round{background:var(${ne.active})}`)],eo);var io=eo;io.define();const oo="text",ro=se(oo);let so=class Text extends GlobalStyle{constructor(){super(...arguments),this.underline="none",this.clip=!1}render(){return bt`<span part="root" ${zt(this.observedRecord)} class="${Dt(this.underline)}">${Ht()}</span>`}};t([Y()],so.prototype,"underline",void 0),t([Y({type:Boolean})],so.prototype,"clip",void 0),so=t([u(oo),p(_`:host{${ro}--color:currentColor;${ro}--color-hover:currentColor;${ro}--color-active:currentColor;display:inline-block;overflow-wrap:break-word;text-overflow:ellipsis}[part=root]{color:var(${ro}--color);display:inline-block;overflow:hidden;overflow-wrap:inherit;text-overflow:inherit;vertical-align:bottom;white-space:nowrap;width:100%}[part=root]:hover{color:var(${ro}--color-hover,var(${ro}--color))}[part=root]:active{color:var(${ro}--color-active,var(${ro}--color))}.active:active,.always,.hover:hover{text-decoration:underline}.none{text-decoration:none}[clip]{background:var(${ne.clipBackground});color:transparent;display:inline-block;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}`)],so);var no=so;function ao(t,e=2){return t.toString().padStart(e,"0").split("")}no.define();let lo=class Time extends GlobalStyle{constructor(){super(...arguments),this.escape="%",this.format="YYYY-MM-DD hh:mm:ss",this.time=new Date}render(){return bt`<span part="root" ${zt(this.observedRecord)}>${function(t,e=new Date,o="%"){var s;if(!t)return t;if(isNaN(e.getTime()))return;const a=`${o}${o}`,l=[];t=t.replace(new RegExp(`${o}([ZYMDhmsS${o}])`,"g"),((t,e)=>(l.push(e),a)));const h=e.getTimezoneOffset()/-60,c={Z:[h>=0?"+"+h.toString():h.toString()],Y:e.getFullYear().toString().split(""),M:ao(e.getMonth()+1),D:ao(e.getDate()),h:ao(e.getHours()),m:ao(e.getMinutes()),s:ao(e.getSeconds()),S:ao(e.getMilliseconds(),3)},d=[];for(const e of t.split("").reverse()){const t=null===(s=c[e])||void 0===s?void 0:s.pop();t?d.push(t):d.push(e)}return d.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.dispatchEvent(new CustomEvent("time",{detail:this.time,composed:!0})),this.time=new Date(this.time.getTime()+(this.gap||this.timeout))}),Math.abs(this.timeout))))}};t([Y()],lo.prototype,"escape",void 0),t([Y()],lo.prototype,"format",void 0),t([Y({type:Object})],lo.prototype,"time",void 0),t([Y({type:Number})],lo.prototype,"timeout",void 0),t([Y({type:Number})],lo.prototype,"gap",void 0),lo=t([u("time"),p(_`:host{text-align:center}`)],lo);var ho,co=lo;co.define();const po="tooltip",uo=se(po);let vo=ho=class Tooltip extends SuperOpenable{constructor(){super(...arguments),this.direction="top",this.align="center",this.propagation=!1,this.type="hover"}render(){const t=ho.aligns[this.align]||"inherit",e="focus"===this.type;return bt`<div part="root" ${zt(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}">${Ht()}<div part="tip">${this.tip?bt`<span class="passive">${this.tip}</span>`:Ht("tip")}</div></div>`}};vo.aligns={start:"flex-start",end:"flex-end",center:"center","flex-start":"flex-start","flex-end":"flex-end"},t([Y()],vo.prototype,"tip",void 0),t([Y()],vo.prototype,"direction",void 0),t([Y()],vo.prototype,"align",void 0),t([Y({type:Boolean})],vo.prototype,"propagation",void 0),t([Y()],vo.prototype,"type",void 0),vo=ho=t([u(po),p(_`:host{${uo}--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(${uo}--tip-background)}[propagation] [part=tip]{pointer-events:none}`,_`[direction^=top] [part=tip]{bottom:100%}[direction^=bottom] [part=tip]{top:100%}[direction$=right] [part=tip]{left:100%}[direction$=left] [part=tip]{right:100%}`)],vo);var fo=vo;fo.define();const mo="typewriter",go=se(mo);let yo=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 bt`<div part="root" ${zt(this.observedRecord)}>${Ht()} ${this.contentInternal} <i part="cursor" ?hidden="${this.ended}"></i></div>`}firstUpdated(){this.content||=this._slot?.assignedNodes()[0]?.textContent.trim()||"",!this.ended&&this.len&&this.write()}updated(t){t.has("index")&&this.dispatchEvent(new CustomEvent(this.index===this.len?"done":"write",{detail:this.contentInternal}))}write(t=this.index){this.contentInternal=this.content.slice(0,t+1);const e=this.delay||((t=0,e=1)=>{const o=Math.max(t,e),s=Math.min(t,e);return Math.random()*(o-s)+s})(this.max,this.min);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([Y()],yo.prototype,"content",void 0),t([Y({type:Boolean})],yo.prototype,"ended",void 0),t([Y({type:Number})],yo.prototype,"max",void 0),t([Y({type:Number})],yo.prototype,"min",void 0),t([Y({type:Number})],yo.prototype,"delay",void 0),t([Y({type:Number})],yo.prototype,"index",void 0),t([X()],yo.prototype,"contentInternal",void 0),t([K("i")],yo.prototype,"_i",void 0),yo=t([u(mo),p(_`:host{${go}--cursor-width:.05em}:host,:host([contents]) [part=root]{display:inline-block}i{animation:s 1.5s steps(1) infinite;border-right:var(${go}--cursor-width) solid;margin-left:.02em}@keyframes s{0%{border-color:currentColor}50%{border-color:transparent}}slot{display:none}`)],yo);var $o=yo;$o.define();export{fe as Alert,$e as Avatar,xe as Badge,Ae as Breath,ze as Button,He as Card,Ve as Carousel,Ye as Details,Qe as Dialog,ti as Divider,ii as Dragbox,si as Flex,ai as Form,ci as Grid,pi as Heading,$i as Input,_i as Layout,Ri as Link,Mi as Progress,Oi as Range,Bi as Rotate,Si as Router,Vi as Select,Yi as Skeleton,Qi as Split,io as Switch,no as Text,co as Time,fo as Tooltip,$o as Typewriter};
|
58
|
+
const Pt=6;let Nt=class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o){this._$Ct=t,this._$AM=e,this._$Ci=o}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};const zt=(t,o,s)=>{e(s)||!1===s?t.removeAttribute(o):(!0===s||"string"==typeof s||"number"==typeof s&&!isNaN(s))&&t.setAttribute(o,!0===s?"":String(s))};const Ot=(t=>(...e)=>({_$litDirective$:t,values:e}))(class AttrDirective extends Nt{render(t,e){}update(t,[e,o]){if(e&&t.type===Pt)for(const s in e)(o||zt)(t.element,s,e[s]);return wt}}),It=((t,e)=>o=>t({...e,...o}))(Ot,{width:"1em",height:"1em",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),Dt=(t,e)=>bt`<slot name="${t||xt}" @slotchange=${null}></slot>`;function Ht(t,o,s,a){const l={};return Object.keys(o).forEach(((h,c)=>{const d=t.reduce(((t,s,l)=>{let c=o[h][l];return c=a?a(c,l):c,e(c)||t.push(`${s}:${c}`),t}),[]);l[h]=`${s?s(h,c):h}{${d.join(";")}}`})),l}function Bt(t){let e="";for(const[o,s]of c(t))if(s){const t="object"!=typeof s?s:Ut(s);t&&(e+=`${o}{${t}}`)}return e}function Ut(t){let e="";for(const[o,s]of c(t))o&&(s||0===s||""===s)&&(e+=`${o}:${s};`);return e}function jt(t,e){return t?`var(${t})`:""}const Lt=(t,e)=>{if(!t)return xt;const o="string"==typeof t?t:Bt(t);return o?bt`<style media="${xt}">${o}</style>`:xt},Vt=t=>(e,...o)=>{const s=_t(e,o),a=t,l=t=>bt`<svg viewBox="${a}" ${It(t)}>${s}</svg>`;return l.body=s,l.viewBox=a,l};function*Gt(t,e,o){for(let o=0;o<t;o++)yield e(o)}const Ft=(t,e,o=" ")=>t?t+(e?o+e:""):e,Wt=(...t)=>t.reduce(((t,e)=>{if(!e)return t;if(Array.isArray(e))return Ft(t,Wt(...e));if("object"==typeof e){for(const o in e)e[o]&&(t=Ft(t,o));return t}return Ft(t,e)}),"");function qt(t,e=document.body){if(!e||!t)return[];const o=new Set;e instanceof Element&&e.shadowRoot&&qt(t,e.shadowRoot).forEach((t=>o.add(t))),e.querySelectorAll(t).forEach((t=>o.add(t)));for(const s of e.children)qt(t,s).forEach((t=>o.add(t)));return Array.from(o)}function Yt(t,e=document.body){if(!e||!t)return null;let o;if(e instanceof Element&&e.shadowRoot&&(o=Yt(t,e.shadowRoot),o))return o;if(o=e.querySelector(t),o)return o;for(const s of e.children)if(o=Yt(t,s),o)return o;return null}class Events{constructor(){this.inner=new Map}add(t,e,o,s){if(!t||!o)return;const a=this.inner.get(e)||new Map,l=a.get(t)||new Set;return l.add(o),a.set(t,l),this.inner.set(e,a),t.addEventListener(e,o,s),o}remove(t,e,o,s){if(!t||!o)return;const a=this.inner.get(e);if(a){const s=a.get(t);s&&(s.delete(o),s.size||(a.delete(t),a.size||this.inner.delete(e)))}t.removeEventListener(e,o,s)}removeAll(){this.inner.forEach(((t,e)=>{t.forEach(((t,o)=>{t.forEach((t=>{o.removeEventListener(e,t)}))})),t.clear()})),this.inner.clear()}}class Observers{constructor(){this.inner=new Map}add(t,e,o,s){const[a,l]=((t,e,o)=>{let s,a;switch(t){case MutationObserver:case ResizeObserver:s=new t(e),a=t=>s.observe(t,o);break;case IntersectionObserver:s=new t(e,o),a=t=>s.observe(t);break;case PerformanceObserver:s=new t(e),a=()=>s.observe(o)}return[s,a]})(e,o,s);if(a)return this.inner.set(a,(this.inner.get(a)||new Set).add(t)),l(t),a}remove(t,e){t.disconnect();const o=this.inner.get(t);"unobserve"in t?(e?(t.unobserve(e),o?.delete(e)):(o?.forEach((e=>{t.unobserve(e)})),o?.clear()),o&&!o.size&&this.inner.delete(t)):o&&this.inner.delete(t)}removeAll(){this.inner.forEach(((t,e)=>{this.remove(e)}))}}class Ranger{constructor(t,e,o){this.max=Math.max(t,e),this.min=Math.min(t,e),this.diff=this.max-this.min,this.step=o}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}}class RouteTree{constructor(){this.matchType=RouteTree.matchType.strict,this.children=[]}insert(t,e,o=0){if(e||(e=RouteTree.split(t)),e.length===o)return void(this.pattern=t);const s=e[o];let a=this.findStrict(s);a||(a=new RouteTree,a.part=s,a.matchType=RouteTree.dynamic(s).matchType,this.children.push(a),this.sorted=!1),a.insert(t,e,o+1)}search(t,e=0){if("string"==typeof t&&(t=RouteTree.split(t)),this.sorted||this.sort(),t.length===e||RouteTree.dynamic(this.part).matchType===RouteTree.matchType.multi)return this.pattern?this:null;const o=t[e],s=this.filterWide(o);for(const o of s){const s=o.search(t,e+1);if(null!==s)return s}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 o=RouteTree.split(t),s=RouteTree.split(e),a={};for(let t=0;t<s.length;t++){const e=s[t],{key:l,matchType:h}=RouteTree.dynamic(e);if(h===RouteTree.matchType.single)a[l]=o[t];else if(h===RouteTree.matchType.multi){a[l]=o.slice(t).join("/");break}}return a}static dynamic(t){if(t){if(h(t,"{","}")||h(t,"[","]")){t=t.slice(1,-1);const e=RouteTree.dynamic(t);return e.matchType||=RouteTree.matchType.single,e}if(t.startsWith(":"))return{key:t.slice(1),matchType:RouteTree.matchType.single};if(t.startsWith("*"))return{key:t.slice(1),matchType:RouteTree.matchType.multi};if(t.startsWith("..."))return{key:t.slice(3),matchType:RouteTree.matchType.multi}}return{key:t,matchType:RouteTree.matchType.strict}}static join(...t){return t.map((t=>a(t,"/"))).join("/")}static split(t){return t.split("/").filter((t=>t))}}RouteTree.matchType={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()}}class GodownElement extends Tt{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)}get observedRecord(){const t={};for(const[e,o]of this.constructor.elementProperties.entries()){const s=o.attribute??e;s&&(t[!0===s?e:s]=this[e])}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(),/^[\s\S]*{[\s\S]*}$/.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 Yt(t,this)}deepQuerySelectorAll(t){return qt(t,this)}adoptStyles(...t){if(!this.shadowRoot)return;const e=this.shadowRoot.adoptedStyleSheets;if(t.length){const o=new CSSStyleSheet;return t.forEach((t=>o.insertRule(t.toString()))),e.push(o),e.length-1}}dispatchCustomEvent(t,e,o){this.dispatchEvent(new CustomEvent(t,{detail:e,composed:!0,...o}))}}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 a(o(this.prefix,d)+d+t+d+s(this.suffix,d),d)}define(t,e,o){this.registry.define(t,e,o),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([Y({type:Boolean,reflect:!0})],GodownElement.prototype,"contents",void 0),t([Y({reflect:!0})],GodownElement.prototype,"stylex",null);var Xt=Vt("0 0 56 56")`<path fill="currentColor" d="M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m0 4C16.954 8 8 16.954 8 28s8.954 20 20 20s20-8.954 20-20S39.046 8 28 8m10.788 11.93c.67.67.67 1.756 0 2.425l-13.36 13.36a1.715 1.715 0 0 1-2.424 0l-5.645-5.646a1.714 1.714 0 0 1 2.425-2.424l3.22 3.22c.67.67 1.755.67 2.425 0l10.934-10.934c.67-.67 1.755-.67 2.425 0"/>`,Zt=Vt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-.023-15.68c1.124 0 1.757-.633 1.78-1.851l.352-12.375c.024-1.196-.914-2.086-2.156-2.086c-1.266 0-2.156.867-2.133 2.062l.305 12.399c.023 1.195.68 1.851 1.852 1.851m0 7.617c1.335 0 2.53-1.078 2.53-2.437c0-1.383-1.171-2.438-2.53-2.438c-1.383 0-2.532 1.078-2.532 2.438c0 1.336 1.172 2.437 2.532 2.437"/>`,Kt=Vt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-.211-28.266c1.71 0 3.047-1.36 3.047-3.047c0-1.71-1.336-3.07-3.047-3.07s-3.047 1.36-3.047 3.07a3.026 3.026 0 0 0 3.047 3.047m-3.914 21.235h9.562c.961 0 1.711-.68 1.711-1.641c0-.914-.75-1.64-1.71-1.64H30.53V25.68c0-1.266-.656-2.11-1.828-2.11h-4.43c-.937 0-1.687.727-1.687 1.64c0 .962.75 1.642 1.687 1.642h2.532v10.757h-2.93c-.938 0-1.688.727-1.688 1.641c0 .96.75 1.64 1.688 1.64"/>`,Qt=Vt("0 0 56 56")`<path fill="currentColor" d="M19.504 43.152h16.969c.797 0 1.289-.492 1.289-1.289v-3.75c0-5.672 8.25-9.328 8.25-19.453C46.012 7.996 38.793.871 27.988.871s-18 7.125-18 17.79c0 10.124 8.227 13.78 8.227 19.452v3.75c0 .797.515 1.29 1.289 1.29m2.203-4.992c0-6.89-8.18-10.57-8.18-19.476c0-8.579 5.79-14.274 14.461-14.274c8.672 0 14.485 5.695 14.485 14.274c0 8.906-8.203 12.586-8.203 19.476v1.453H21.707Zm-1.336 11.32h15.235c1.195 0 2.156-.984 2.156-2.203s-.961-2.203-2.157-2.203H20.371c-1.195 0-2.156.985-2.156 2.203c0 1.22.96 2.203 2.156 2.203m7.617 5.649c3.235 0 5.508-1.477 5.742-3.75H22.246c.211 2.273 2.484 3.75 5.742 3.75"/>`,Jt=Vt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-.492-15.07c1.172 0 1.898-.727 1.898-1.664v-.282c0-1.312.75-2.133 2.39-3.21c2.274-1.5 3.891-2.884 3.891-5.673c0-3.914-3.468-6-7.453-6c-4.031 0-6.68 1.899-7.312 4.055c-.117.399-.211.774-.211 1.172c0 1.031.844 1.617 1.617 1.617c1.336 0 1.547-.726 2.297-1.594c.773-1.289 1.898-2.062 3.469-2.062c2.133 0 3.515 1.195 3.515 3c0 1.594-.984 2.367-3.023 3.773c-1.688 1.172-2.953 2.414-2.953 4.711V31c0 1.242.68 1.852 1.875 1.852m-.047 7.007c1.36 0 2.531-1.078 2.531-2.437c0-1.383-1.148-2.438-2.531-2.438s-2.531 1.078-2.531 2.438c0 1.336 1.171 2.437 2.53 2.437"/>`,te=Vt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-8.156-9.727c.656 0 1.148-.28 1.664-.797l15.75-15.984c.492-.492.797-1.078.797-1.617c0-1.078-.891-1.945-1.97-1.945c-.562 0-1.1.28-1.616.796L18.742 34.61c-.539.516-.797 1.102-.797 1.641c0 1.055.774 1.945 1.899 1.945"/>`,ee=Vt("0 0 56 56")`<path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-8.016-9.984c.516 0 .985-.211 1.336-.586l6.657-6.68l6.656 6.68c.351.351.82.586 1.36.586c1.03 0 1.874-.868 1.874-1.899c0-.539-.21-.984-.562-1.336l-6.657-6.656l6.68-6.703c.375-.399.563-.797.563-1.313a1.865 1.865 0 0 0-1.875-1.875c-.493 0-.915.164-1.313.563l-6.727 6.703l-6.703-6.68c-.351-.375-.773-.539-1.289-.539c-1.054 0-1.875.797-1.875 1.852c0 .515.188.96.563 1.312l6.656 6.68l-6.656 6.68c-.375.328-.563.796-.563 1.312c0 1.031.82 1.898 1.875 1.898"/>`,ie=Vt("0 0 56 56")`<path fill="currentColor" d="M10.023 43.023c-.796.797-.82 2.157 0 2.954c.82.796 2.157.796 2.977 0l15-15l15 15c.797.796 2.156.82 2.977 0c.796-.82.796-2.157 0-2.954L30.953 28l15.024-15c.796-.797.82-2.156 0-2.953c-.844-.82-2.18-.82-2.977 0l-15 15l-15-15c-.82-.82-2.18-.844-2.977 0c-.796.82-.796 2.156 0 2.953l15 15Z"/>`;const oe=(t,e,o)=>({r:t,g:e,b:o,toString(){return`${this.r} ${this.g} ${this.b}`}}),re={darkgray:[oe(121,121,121),oe(109,109,109),oe(97,97,97),oe(85,85,85),oe(73,73,73),oe(61,61,61),oe(48,48,48),oe(36,36,36),oe(24,24,24),oe(12,12,12)],lightgray:[oe(243,243,243),oe(231,231,231),oe(219,219,219),oe(206,206,206),oe(194,194,194),oe(182,182,182),oe(170,170,170),oe(158,158,158),oe(146,146,146),oe(133,133,133)],teal:[oe(213,249,248),oe(170,243,241),oe(128,237,234),oe(85,231,226),oe(43,225,219),oe(0,219,212),oe(0,175,170),oe(0,131,127),oe(0,88,85),oe(0,44,42)],blue:[oe(213,240,255),oe(170,224,255),oe(128,209,255),oe(85,193,255),oe(43,178,255),oe(0,162,255),oe(0,130,204),oe(0,97,153),oe(0,65,102),oe(0,32,51)],green:[oe(221,243,221),oe(186,231,186),oe(152,219,152),oe(117,206,117),oe(82,194,82),oe(48,182,48),oe(38,146,38),oe(29,109,29),oe(19,73,19),oe(10,36,10)],red:[oe(251,221,221),oe(247,186,187),oe(243,152,154),oe(239,118,120),oe(235,83,86),oe(231,49,52),oe(185,39,42),oe(139,29,31),oe(92,20,21),oe(46,10,10)],purple:[oe(242,228,253),oe(229,201,250),oe(217,174,248),oe(204,146,245),oe(191,119,243),oe(178,92,240),oe(142,74,192),oe(107,55,144),oe(71,37,96),oe(36,18,48)],orange:[oe(255,235,213),oe(255,216,170),oe(255,196,128),oe(255,176,85),oe(255,157,43),oe(255,137,0),oe(204,110,0),oe(153,82,0),oe(102,55,0),oe(51,27,0)],yellow:[oe(251,252,216),oe(247,248,177),oe(243,245,138),oe(239,242,98),oe(235,238,59),oe(231,235,20),oe(185,188,16),oe(139,141,12),oe(92,94,8),oe(46,47,4)],pink:[oe(254,222,233),oe(253,189,211),oe(252,156,190),oe(251,123,168),oe(250,90,146),oe(249,57,124),oe(199,46,99),oe(149,34,74),oe(100,23,50),oe(50,11,25)]};class GlobalStyle extends GodownElement{}const se=a(GlobalStyle.godownConfig.prefix,"-");function ne(t,e=1){return function(t){return $(`--${t}`)}(se+"-".repeat(e)+t)}const ae={clipBackground:ne("clip-background",2),active:ne("active",2),passive:ne("passive",2),_colors:{},input:ne("input",2),white:ne("color-white",2),black:ne("color-black",2),color:ne("color",2)};var le,he;GlobalStyle.styles=[$(`:host{${ae.black}:rgb(0 0 0);${ae.white}:rgb(255 255 255);`+(le=(t,e,o)=>{ae._colors[t]||=[],ae._colors[t].push($(ae.color+"-"+t+"-"+e));const s=`-${t}-${e}`;return`${ae.color+s}:rgb(${o});`},he=re,Object.entries(he).flatMap((([t,e])=>e.map(((e,o)=>le(t,o,e)))))).join("")+Ut([[ae.active,`var(${ae._colors.blue[6]})`],[ae.passive,`var(${ae._colors.darkgray[6]})`],[ae.clipBackground,`linear-gradient(to bottom, var(${ae._colors.lightgray[0]}), var(${ae._colors.darkgray[5]}))`]])+"}"),_`*{border:0;box-sizing:border-box;font-size:100%;font-style:normal;margin:0;outline:0;padding:0}:host{box-sizing:border-box}a{text-decoration:none}span{white-space:nowrap}svg{-webkit-user-select:none;user-select:none}:host([contents]){display:contents}:where(:host([contents]) [part=root]){all:inherit;display:revert}`];const ce="alert",de=ne(ce),pe=t=>[ae._colors[t][5],ae._colors[t][9]],ue=Ht(["color","background"].map((t=>`${de}--${t}`)),{green:pe("green"),blue:pe("blue"),orange:pe("orange"),red:pe("red"),yellow:pe("yellow"),purple:pe("purple"),teal:pe("teal"),pink:pe("pink"),gray:[ae._colors.lightgray[5],ae._colors.darkgray[5]],white:[ae._colors.lightgray[2],ae._colors.darkgray[7]],black:[ae._colors.darkgray[8],ae._colors.lightgray[5]]},(()=>":host"),(t=>jt(t))),ve={tip:{color:"teal",icon:Qt},success:{color:"green",icon:Xt},info:{color:"blue",icon:Kt},warning:{color:"orange",icon:Zt},danger:{color:"red",icon:ee},error:{color:"red",icon:ee},help:{color:"purple",icon:Jt},deprecated:{color:"gray",icon:te}};let fe=class Alert extends GlobalStyle{constructor(){super(...arguments),this.color="blue",this.autoclose=0,this.hideClose=!1,this.variant="dark"}render(){const t=ve[this.call]?.color||this.color,e=this.call?ve[this.call].icon():Dt("icon");return bt`<div part="root" ${Ot(this.observedRecord)}><div part="icon" class="start">${e}</div><div part="content"><strong part="title">${this.title||Dt("title")}</strong> ${this.content||Dt()}</div>${this.hideClose||"blockquote"===this.variant?"":bt`<div part="icon close" class="end" tabindex="0" @click="${this.close}">${ie()}</div>`} ${Lt(ue[t])}</div>`}close(){this.remove(),this.dispatchEvent(new CustomEvent("close",{bubbles:!0,composed:!0}))}firstUpdated(){this.autoclose&&this.timeouts.add(setTimeout((()=>this.close()),this.autoclose))}static alert(t,e){const o=new this;return Object.assign(o,e),t.appendChild(o),o}};t([Y()],fe.prototype,"call",void 0),t([Y()],fe.prototype,"color",void 0),t([Y({type:Number})],fe.prototype,"autoclose",void 0),t([Y()],fe.prototype,"title",void 0),t([Y()],fe.prototype,"content",void 0),t([Y({type:Boolean})],fe.prototype,"hideClose",void 0),t([Y()],fe.prototype,"variant",void 0),fe=t([u(ce),p(_`:host,:where(:host([contents]) [part=root]){${de}--border-radius:.2em;${de}--border-width:.075em;${de}--blockquote-width:.2em;${de}--blockquote-background:transparent;${de}--gap:.5em;border-radius:var(${de}--border-radius);display:block;width:100%}[part=root]{align-items:center;background:var(${de}--background);border-color:currentColor;border-radius:inherit;border-style:solid;border-width:var(${de}--border-width);color:var(${de}--color,currentColor);display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;padding:var(${de}--gap)}[variant=blockquote]{background:var(${de}--blockquote-background);border-radius:0;border-width:0;border-left-width:var(${de}--blockquote-width)}[part~=icon]{align-items:center;display:grid;height:2em}.start svg{margin-inline-end:var(${de}--gap)}.end svg{margin-inline-start:var(${de}--gap)}svg{height:1.25em;width:1.25em}[part=content]{grid-row:span 2/span 2}`)],fe);var me=fe;me.define();const ge="avatar",ye=ne(ge);let $e=class Avatar extends GlobalStyle{constructor(){super(...arguments),this.name="",this.round=!1}render(){return bt`<div part="root" ${Ot(l(this.observedRecord,"src"))}>${this._renderAvatar()}</div>`}_renderAvatar(){return this.src?bt`<img part="image" src="${this.src}" alt="${this.name}" @error="${this._handleError}">`:this.name?bt`<span part="name">${this.formatName()}</span>`:Dt()}formatName(){return this.name}_handleError(){this.src=void 0}};t([Y()],$e.prototype,"src",void 0),t([Y()],$e.prototype,"name",void 0),t([Y({type:Boolean})],$e.prototype,"round",void 0),$e=t([u(ge),p(_`:host{${ye}--size:2em;border-radius:.2em;height:var(${ye}--size);vertical-align:bottom;width:var(${ye}--size)}: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;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}`)],$e);var be=$e;be.define();const _e="badge",we=ne(_e);let xe=class Badge 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 bt`<div part="root" ${Ot(this.observedRecord)}>${Dt()} ${this.value||this.dot?bt`<div part="badge">${this.dot?"":this.formatValue(this.value)}</div>`:""}</div>`}};t([Y()],xe.prototype,"position",void 0),t([Y({type:Number})],xe.prototype,"value",void 0),t([Y({type:Boolean})],xe.prototype,"dot",void 0),t([Y({type:Number})],xe.prototype,"max",void 0),xe=t([u(_e),p(_`:host{${we}--background:var(${ae.active});${we}--offset:0%;${we}--offset-x:var(${we}--offset);${we}--offset-y:var(${we}--offset)}:host,:host([contents]) [part=root]{display:inline-block}[part=root]{position:relative}[part=badge]{background:var(${we}--background);border-radius:calc(infinity * 1px);font-size:75%;left:var(--left);padding:0 .5em;position:absolute;top:var(--top);transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none}[part=badge]:empty{border-radius:50%;font-size:100%;height:.5em;padding:0;width:.5em}[position^=top]{--top:calc(var(${we}--offset-y))}[position$=right]{--left:calc(100% - var(${we}--offset-x))}[position^=bottom]{--top:calc(100% - var(${we}--offset-y))}[position$=left]{--left:calc(var(${we}--offset-x))}`)],xe);var ke=xe;ke.define();const Ce="breath",Se=ne(Ce);let Ae=class Breath extends GlobalStyle{render(){const t=this.getTexts();return bt`<div part="root" ${Ot(this.observedRecord)}>${[t.map(this._renderText),Lt(this._computeStyle(t.length))]}</div>`}_renderText(t){return bt`<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(/\s+/).filter((t=>t))}_computeStyle(t){const e=50/t,o=this.duration||1e3*(2*t+2);let s="";for(let e=1;e<=t;e++)s+=`.rel:nth-child(${e}) .colorful{animation-delay:${-o/t*(t-e+1)}s;background:var(${Se}--${e},var(${Se}--${(e-1)%3+1}));}`;return`.colorful{animation-duration:${o}ms;}@keyframes colorfulN{0%,${3*e}%{opacity:0;}${e}%,${2*e}%{opacity:1;}}${s}`}};t([Y()],Ae.prototype,"content",void 0),t([Y({type:Number})],Ae.prototype,"duration",void 0),Ae=t([u(Ce),p(_`:host{${Se}--deg:60deg;${Se}--1-1:var(${ae._colors.red[5]});${Se}--1-2:var(${ae._colors.yellow[5]});${Se}--2-1:var(${ae._colors.green[5]});${Se}--2-2:var(${ae._colors.purple[5]});${Se}--3-1:var(${ae._colors.blue[5]});${Se}--3-2:var(${ae._colors.pink[5]});${Se}--1:linear-gradient(var(${Se}--deg),var(${Se}--1-1),var(${Se}--1-2));${Se}--2:linear-gradient(var(${Se}--deg),var(${Se}--2-1),var(${Se}--2-2));${Se}--3:linear-gradient(var(${Se}--deg),var(${Se}--3-1),var(${Se}--3-2))}`,_`: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}`,_`.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(${ae.clipBackground});position:absolute;top:0}`)],Ae);var Ee=Ae;Ee.define();const Re="button",Te=ne(Re),Me=ae.white,Pe=ae.black,Ne=Ht(["color","background","gradients"].map((t=>`${Te}--${t}`)),{black:[Me,ae._colors.darkgray[7],ae._colors.darkgray[5]],gray:[Me,ae._colors.darkgray[1],ae._colors.lightgray[8]],white:[Pe,ae._colors.lightgray[3],ae._colors.lightgray[0]],blue:[Me,ae._colors.blue[6],ae._colors.blue[4]],green:[Me,ae._colors.green[6],ae._colors.green[4]],red:[Me,ae._colors.red[6],ae._colors.red[4]],orange:[Me,ae._colors.orange[6],ae._colors.orange[4]],pink:[Me,ae._colors.pink[6],ae._colors.pink[4]],purple:[Me,ae._colors.purple[6],ae._colors.purple[4]],yellow:[Pe,ae._colors.yellow[6],ae._colors.yellow[4]],teal:[Me,ae._colors.teal[6],ae._colors.teal[4]]},(()=>":host"),(t=>jt(t)));let ze=class Button extends GlobalStyle{constructor(){super(...arguments),this.plain=!1,this.disabled=!1,this.ghost=!1,this.active=!1,this.round=!1,this.color="black"}render(){const t=this.nextColor();return bt`<div part="root" ${Ot(this.observedRecord)}><span part="modal-root"></span><div part="content">${[this.content||Dt(),Lt(Ne[t])]}</div></div>`}focus(){this.disabled||(this.active=!0,super.focus())}blur(){this.active=!1,super.blur()}firstUpdated(){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"),o=this._root.getBoundingClientRect(),{height:s,width:a}=o,l=2*Math.sqrt(s*s+a*a)+"px";e.style.height=l,e.style.width=l,e.style.left=t.clientX-o.left+"px",e.style.top=t.clientY-o.y+"px",e.style.animationName="kf",this._modalRoot.appendChild(e),e.addEventListener("animationend",(()=>e.remove()),{once:!0})}nextColor(){return this.color}};t([Y({type:Boolean,reflect:!0})],ze.prototype,"plain",void 0),t([Y({type:Boolean,reflect:!0})],ze.prototype,"disabled",void 0),t([Y({type:Boolean,reflect:!0})],ze.prototype,"ghost",void 0),t([Y({type:Boolean,reflect:!0})],ze.prototype,"active",void 0),t([Y({type:Boolean,reflect:!0})],ze.prototype,"round",void 0),t([Y({reflect:!0})],ze.prototype,"color",void 0),t([Y()],ze.prototype,"content",void 0),t([J("modal-root")],ze.prototype,"_modalRoot",void 0),t([J("root")],ze.prototype,"_root",void 0),ze=t([u(Re),p(_`:host(:not([disabled]):active){transform:scale(var(${Te}--focus-scale))}:host([round]){${Te}--padding-x:.75em;border-radius:calc(infinity * 1px)}:host([disabled]){cursor:not-allowed;filter:brightness(.85)}:host([ghost]){${Te}--modal-background:var(${Te}--ghost-color);background:transparent;box-shadow:inset 0 0 0 var(${Te}--ghost-width) var(${Te}--ghost-color);color:var(${Te}--ghost-color)}:host([plain]){${Te}--gradients:unset;${Te}--focus-scale:unset}`,_`:host{${Te}--padding-x:.5em;${Te}--padding-y:min(calc(var(${Te}--padding-x)/2),.125em);${Te}--padding:var(${Te}--padding-y) var(${Te}--padding-x);${Te}--modal-animation-duration:1s;${Te}--ghost-width:.08em;${Te}--focus-scale:.97;${Te}--deg:45deg;${Te}--ghost-color:var(${Te}--background);background:linear-gradient(var(${Te}--deg),var(${Te}--background),var(${Te}--gradients,var(${Te}--background)));border-radius:.2em;color:var(${Te}--color,inherit);cursor:pointer;display:block;overflow:hidden;padding:0!important;text-align:center;width:-moz-fit-content;width:fit-content}:host([contents]) [part=root]{width:-moz-fit-content;width:fit-content}[part=root]{border-radius:inherit;overflow:hidden;padding:var(${Te}--padding);position:relative;transition:none;transition-duration:inherit;-webkit-user-select:none;user-select:none}[part=root],i{height:100%;width:100%}i{animation-duration:var(${Te}--modal-animation-duration);background:var(${Te}--modal-background,currentColor);border-radius:50%;inset:0;opacity:0;pointer-events:none;position:absolute;transform-origin:0 0;visibility:visible}@keyframes kf{0%{opacity:var(${Te}--modal-opacity,.1);transform:scale(0) translate(-50%,-50%)}80%{transform:scale(1) translate(-50%,-50%)}to{opacity:0}}`)],ze);var Oe=ze;Oe.define();const Ie="card",De=ne(Ie);let He=class Card extends GlobalStyle{constructor(){super(...arguments),this.footer=!1,this.header=!1}render(){return bt`<div part="root" ${Ot(this.observedRecord)}>${[this.header?Dt("header"):"",Dt(),this.footer?Dt("footer"):""]}</div>`}};t([Y({type:Boolean})],He.prototype,"footer",void 0),t([Y({type:Boolean})],He.prototype,"header",void 0),He=t([u(Ie),p(_`:host{${De}--border-width:.075em;${De}--border-color:var(${ae.passive});${De}--padding:.5em;border-radius:.2em;border-width:var(${De}--border-width);display:block;flex-shrink:0}slot{display:block;padding:var(${De}--padding)}:host,slot{border-color:var(${De}--border-color);border-style:solid}[name=footer]{border-top-width:var(${De}--border-width)}[name=header]{border-bottom-width:var(${De}--border-width)}`)],He);var Be=He;Be.define();var Ue=Vt("0 0 56 56")`<path fill="currentColor" d="M35.805 47.723c.398.398.914.633 1.523.633c1.219 0 2.133-.915 2.133-2.133c0-.586-.234-1.125-.61-1.524L21.79 28.012l17.063-16.688c.375-.398.609-.96.609-1.523c0-1.219-.914-2.157-2.133-2.157c-.61 0-1.125.235-1.523.633L17.242 26.441c-.445.375-.703.961-.703 1.57c0 .587.258 1.126.703 1.571Z"/>`,je=Vt("0 0 56 56")`<path fill="currentColor" d="M18.695 48.367c.586 0 1.102-.234 1.524-.633L38.78 29.57c.446-.445.68-.984.68-1.57c0-.61-.234-1.172-.68-1.57L20.22 8.289a2.07 2.07 0 0 0-1.524-.656a2.12 2.12 0 0 0-2.156 2.156c0 .563.258 1.125.633 1.524L34.21 28L17.17 44.688c-.374.398-.632.937-.632 1.523c0 1.219.938 2.156 2.156 2.156"/>`;function Le(t){return t.getBoundingClientRect().width}let Ve=class Carousel extends GlobalStyle{constructor(){super(...arguments),this.index=0,this.autoChange=0}render(){return bt`<div part="root" ${Ot(this.observedRecord)}><i part="prev" @click="${this.prev}">${Ue()}</i><div part="move-root">${Dt()}</div><i part="next" @click="${this.next}">${je()}</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))}async firstUpdated(){await this.updateComplete,this.show(this.index,!0)}attributeChangedCallback(t,e,o){super.attributeChangedCallback(t,e,o),"index"===t&&this.isConnected&&this.show(this.index)}show(t,e){t=this.normalizeIndex(t),this.index=t,this._offset=0;for(let e=0;e<=t;e++)this._offset-=Le(this.children[e]);this._offset+=(Le(this)-Le(this.children[t+1]))/2,this.dispatchEvent(new CustomEvent("change",{detail:t,composed:!0})),this._doTranslateX(`${this._offset}px`,e),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":""}normalizeIndex(t){return t<0?0:t>this.children.length-3?this.children.length-3:t}};t([Y({type:Number})],Ve.prototype,"index",void 0),t([Y({type:Number})],Ve.prototype,"autoChange",void 0),t([J("move-root")],Ve.prototype,"_moveRoot",void 0),Ve=t([u("carousel"),p(_`: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}`)],Ve);var Ge=Ve;Ge.define();var Fe=Vt("0 0 56 56")`<path fill="currentColor" d="M28 39.46a2.1 2.1 0 0 0 1.57-.679l18.164-18.586a2.1 2.1 0 0 0 .633-1.5a2.12 2.12 0 0 0-2.156-2.156a2.27 2.27 0 0 0-1.523.61L28 34.21L11.313 17.148a2.23 2.23 0 0 0-1.524-.609a2.12 2.12 0 0 0-2.156 2.156c0 .586.234 1.102.633 1.524L26.43 38.78c.445.446.96.68 1.57.68"/>`;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.dispatchEvent(new CustomEvent("change",{detail:this.open,composed:!0}))}_handelClick(t){this.toggle()}}t([Y({type:Boolean,reflect:!0})],SuperOpenable.prototype,"open",void 0);const We="details",qe=ne(We);let Ye=class Details extends SuperOpenable{constructor(){super(...arguments),this.fill=!1,this.summary=""}render(){return bt`<dl part="root" ${Ot(this.observedRecord)}><dt part="title" @click="${this._handelClick}"><span part="summary">${this.summary||Dt("summary")}</span> <span><i part="icon">${Fe()}</i></span></dt><dd part="details" @click="${this.fill?()=>this.toggle():null}"><div style="min-height: 0;">${Dt()}</div></dd></dl>`}};t([Y({type:Boolean})],Ye.prototype,"fill",void 0),t([Y()],Ye.prototype,"summary",void 0),Ye=t([u(We),p(_`:host{${qe}--icon-deg-open:0deg;${qe}--icon-deg-close:90deg;${qe}--icon-space:0.3em;${qe}--summary-direction:row;${qe}--transition:.3s;display:block;height:-moz-fit-content;height:fit-content;transition:var(${qe}--transition)}[part=root]{height:100%;overflow:hidden;position:relative}[part=title]{align-items:center;background:inherit;direction:ltr;display:flex;flex-direction:var(${qe}--summary-direction);flex-wrap:nowrap;height:100%;justify-content:space-between}[part=details]{display:grid;grid-template-rows:0fr;overflow:hidden;transition:var(${qe}--transition);transition-property:grid-template-rows}:host([open]) [part=details]{grid-template-rows:1fr}:host([float]) [part=details]{position:absolute;top:100%}[part=icon]{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;padding:var(${qe}--icon-space);transform:rotate(var(${qe}--icon-deg-close));transition:var(${qe}--transition)}:host([open]) [part=icon]{transform:rotate(var(${qe}--icon-deg-open))}`)],Ye);var Xe=Ye;Xe.define();const Ze=$("[direction-inset-align]"),Ke=_`[direction^=top] ${Ze}{top:0}[direction^=bottom] ${Ze}{bottom:0}[direction$=right] ${Ze}{right:0}[direction$=left] ${Ze}{left:0}`,Qe=$("[direction-outset-place]"),Je=_`[direction^=top] ${Qe}{bottom:100%}[direction^=bottom] ${Qe}{top:100%}[direction$=right] ${Qe}{left:100%}[direction$=left] ${Qe}{right:100%}`,ti="dialog",ei=ne(ti);let ii=class Dialog extends SuperOpenable{constructor(){super(...arguments),this.modal=!1,this.key="Escape",this.__modalInvoke=!1}render(){return bt`<div part="root" ${Ot(this.observedRecord)}><div part="modal"></div><div part="container" direction-inset-align>${Dt()}</div></div>`}showModal(){this.modal||(this.modal=!0,this.__modalInvoke=!0),this.show()}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(/[\s,]/);(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([Y()],ii.prototype,"direction",void 0),t([Y({type:Boolean,reflect:!0})],ii.prototype,"modal",void 0),t([Y()],ii.prototype,"key",void 0),ii=t([u(ti),p(Ke,_`:host{${ei}--background:none;${ei}--background-modal:#000;${ei}--opacity-modal:0.2;background:var(${ei}--background);inset:0;pointer-events:none;position:fixed;visibility:hidden;z-index:1}:host([open]){visibility:visible}:host([open][modal]) [part=modal]{opacity:var(${ei}--opacity-modal);pointer-events:all;visibility:visible}[part=modal]{background:var(${ei}--background-modal);height:100%;opacity:0;position:absolute;visibility:hidden;width:100%}[part=root]{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}[part=container]{pointer-events:all;position:absolute}`)],ii);var oi=ii;oi.define();let ri=class Divider extends GlobalStyle{constructor(){super(...arguments),this.vertical=!1}render(){return bt`<div part="root" ${Ot(this.observedRecord)}></div>`}};t([Y({type:Boolean,reflect:!0})],ri.prototype,"vertical",void 0),ri=t([u("divider"),p(_`:host{background:currentColor;display:block;height:.05em;margin:auto;width:100%}:host([vertical]){height:max(1em,100%);width:.05em}:host([contents]) [part=root]{background:currentColor;display:block;height:.05em;margin:auto;width:100%}[part=root]{display:contents}`)],ri);var si=ri;si.define();let ni=class Dragbox extends GlobalStyle{constructor(){super(...arguments),this.__drag=!1,this.x="auto",this.y="auto"}get offsetsWidth(){return this.offsetParent?.clientWidth??document.body.offsetWidth}get offsetsHeight(){return this.offsetParent?.clientHeight??document.body.offsetHeight}render(){return bt`<div part="root" ${Ot(this.observedRecord)} @mousedown="${this._handleDragStart}" @mouseup="${this._handleDragEnd}">${Dt()}</div>`}firstUpdated(){this.reset()}_handleDragStart(t){this.__cx=t.clientX,this.__cy=t.clientY,this.__t=this.offsetTop,this.__l=this.offsetLeft,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))}_handleDragEnd(){this.__drag=!1,this.events.remove(document,"mousemove",this._handleMouseMove),this.events.remove(document,"mouseleave",this._handleMouseLeave)}_handleDrag(t){if(!this.__drag)return;const e=t.clientX-(this.__cx-this.__l),o=t.clientY-(this.__cy-this.__t),{style:s,offsetsWidth:a,offsetsHeight:l,offsetWidth:h,offsetHeight:c}=this;s.left=e<0?"0":e<a-h?`${e}px`:a-h+'"px"',s.top=o<0?"0":o<l-c?`${o}px`:l-c+"px"}reset(){const{x:t,y:e,style:o,offsetsWidth:s,offsetsHeight:a,offsetWidth:l,offsetHeight:h,offsetLeft:c,offsetTop:d}=this;o.left=t||"0",o.top=e||"0",c>s-l&&(o.left=s-l+"px"),d>a-h&&(o.top=a-h+"px")}};t([Y()],ni.prototype,"x",void 0),t([Y()],ni.prototype,"y",void 0),ni=t([u("dragbox"),p(_`:host{display:block;position:absolute}:host(:active){-webkit-user-select:none;user-select:none}`)],ni);var ai=ni;ai.define();let li=class Flex extends GlobalStyle{constructor(){super(...arguments),this.vertical=!1}render(){return bt`<div part="root" ${Ot(this.observedRecord)}>${[Dt(),Lt(Bt({":host":{gap:this.gap,"flex-flow":this.flexFlow,"flex-direction":this.vertical&&"column","align-items":this.items,"justify-content":this.content}}))]}</div>`}};t([Y({attribute:"flex-flow"})],li.prototype,"flexFlow",void 0),t([Y()],li.prototype,"gap",void 0),t([Y()],li.prototype,"content",void 0),t([Y()],li.prototype,"items",void 0),t([Y({type:Boolean})],li.prototype,"vertical",void 0),li=t([u("flex"),p(_`:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}`)],li);var hi,ci=li;ci.define();let di=hi=class Form extends GlobalStyle{constructor(){super(...arguments),this.name="",this.nameValue=this.namevalue}get value(){return hi.buildValue(this._slot.assignedElements())}render(){return Dt()}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 o of t)if("FORM"===o.tagName)Object.assign(e,Object.fromEntries(new FormData(o).entries()));else if(o.namevalue){const[t,s]=o.namevalue();t&&(e[t]=s)}else if(o.name&&void 0!==o.value)e[o.name]=o.value;else if(o.shadowRoot)for(const t of o.shadowRoot.querySelectorAll("slot"))Object.assign(e,this.buildValue(t.assignedElements()));return e}};t([Y()],di.prototype,"name",void 0),di=hi=t([u("form"),p(_`:host{display:block}`)],di);var pi=di;pi.define();const ui=t=>isNaN(+t)?t:`repeat(${t},1fr)`;let vi=class Grid extends GlobalStyle{render(){return bt`<div part="root" ${Ot(this.observedRecord)}>${[Dt(),Lt(Bt({":host":{gap:this.gap,"grid-template-columns":ui(this.columns),"grid-template-rows":ui(this.rows),"place-content":this.content,"place-items":this.items}}))]}</div>`}};t([Y()],vi.prototype,"gap",void 0),t([Y()],vi.prototype,"columns",void 0),t([Y()],vi.prototype,"rows",void 0),t([Y()],vi.prototype,"content",void 0),t([Y()],vi.prototype,"items",void 0),vi=t([u("grid"),p(_`:host,:host([contents]) [part=root]{display:grid}[part=root]{display:contents}`)],vi);var fi=vi;fi.define();let mi=class Heading extends GlobalStyle{constructor(){super(...arguments),this.as="h1",this.anchor="#",this.side="left"}render(){return bt`<a part="root" href="${this.id?"#"+this.id:xt}" ${Ot(this.observedRecord)}>${this.wrapHeading(Dt(),this.id?bt`<i part="anchor">${this.anchor}</i>`:"")}</a>`}wrapHeading(...t){switch(this.as){case"h2":return bt`<h2>${t}</h2>`;case"h3":return bt`<h3>${t}</h3>`;case"h4":return bt`<h4>${t}</h4>`;case"h5":return bt`<h5>${t}</h5>`;case"h6":return bt`<h6>${t}</h6>`;default:return bt`<h1>${t}</h1>`}}};t([Y()],mi.prototype,"as",void 0),t([Y()],mi.prototype,"anchor",void 0),t([Y()],mi.prototype,"side",void 0),mi=t([u("heading"),p(_`:host{display:block;text-align:start}[part=anchor]{min-width:1.25em;position:absolute;right:100%;text-align:center}[side=left] [part=anchor]{right:100%}[side=right] [part=anchor]{left:100%}a{color:inherit}h1,h2,h3,h4,h5,h6{direction:ltr;font-size:revert;position:relative;width:-moz-fit-content;width:fit-content}`)],mi);var gi=mi;gi.define();var yi=Vt("0 0 56 56")`<path fill="currentColor" d="M43.95 47.323c.304.305.732.468 1.119.468c.814 0 1.567-.733 1.567-1.568c0-.407-.163-.814-.468-1.12L12.112 11.069a1.57 1.57 0 0 0-1.12-.448c-.814 0-1.567.733-1.567 1.547c0 .428.143.835.448 1.12Zm1.913-5.761C52.255 37.43 56 32.056 56 29.674c0-4.132-11.297-17.303-27.99-17.303c-3.46 0-6.697.59-9.669 1.567l5.313 5.293a11 11 0 0 1 4.356-.896c6.31 0 11.38 4.988 11.38 11.339c0 1.547-.326 3.033-.958 4.336ZM28.01 46.977c3.766 0 7.267-.672 10.402-1.771l-5.394-5.395a10.8 10.8 0 0 1-5.008 1.201c-6.35 0-11.379-5.15-11.4-11.338c0-1.832.428-3.562 1.202-5.09l-7.084-7.124C4.01 21.592 0 27.231 0 29.674c0 4.112 11.501 17.303 28.01 17.303m6.473-17.73a6.446 6.446 0 0 0-6.473-6.454c-.264 0-.53.02-.773.041l7.206 7.206c.02-.244.04-.529.04-.794m-12.966-.041c0 3.582 2.951 6.473 6.514 6.473c.285 0 .55-.02.834-.04l-7.308-7.309c-.02.285-.04.59-.04.876"/>`;const $i=_`.input-field{--space:var(${ae.input}-space);align-items:center;border-radius:inherit;display:flex;height:inherit;position:relative}.input-field [part=input]{background:none;color:inherit;height:100%;padding:0 var(--space);width:100%}.input-field [part=icon]{align-items:center;display:flex;justify-content:center}.input-field [part=prefix],.input-field [part=suffix]{display:flex;height:100%}.input-field [part=suffix] [part=icon]{padding-inline-end:var(--space)}.input-field [part=prefix] [part=icon]{padding-inline-start:var(--space)}`,bi=_`:host{${ae.input}-width:10em;${ae.input}-height:1.6em;${ae.input}-space:0.2em;${ae.input}-control:currentColor;${ae.input}-outline-width:.075em;${ae.input}-outline-color:var(${ae.passive});border-radius:.2em}:host([disabled]){cursor:not-allowed;filter:brightness(.85)}input:disabled{cursor:inherit}input::-ms-clear,input::-ms-reveal{display:none}`;let _i=class SuperInput extends GlobalStyle{constructor(){super(...arguments),this.autofocus=!1,this.outlineType="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.dispatchEvent(new CustomEvent("input",{detail:this.value,bubbles:!0,composed:!0})),this.dispatchEvent(new CustomEvent("input",{detail:this.value,composed:!0,bubbles:!0})),this.dispatchEvent(new CustomEvent("change",{detail:this.value,composed:!0})))}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 bt`<label for="${this.makeId}" part="prefix">${Dt("prefix")}</label>`}_renderSuffix(){return bt`<label for="${this.makeId}" part="suffix">${Dt("suffix")}</label>`}};t([Y()],_i.prototype,"autocomplete",void 0),t([Y({attribute:"outline-type"})],_i.prototype,"outlineType",void 0),t([Y({type:Boolean,reflect:!0})],_i.prototype,"disabled",void 0),t([Y({reflect:!0})],_i.prototype,"type",void 0),t([Y({reflect:!0})],_i.prototype,"placeholder",void 0),t([Y({reflect:!0})],_i.prototype,"name",void 0),t([Y()],_i.prototype,"value",void 0),t([Y()],_i.prototype,"default",void 0),t([J("input")],_i.prototype,"_input",void 0),_i=t([p($i,new class OutlineBuilder{constructor(t){const e=$(t.width),o=$(t.color);this.css=_`[outline-type=outline-inset],[outline-type=outline]{outline-color:var(${o});outline-style:solid;outline-width:var(${e})}[outline-type=outline-inset]{outline-offset:calc(var(${e})*-1)}[outline-type=box-shadow]{box-shadow:0 0 0 var(${e}) var(${o})}[outline-type=box-shadow-inset]{box-shadow:inset 0 0 0 var(${e}) var(${o})}[outline-type=border]{border-color:var(${o});border-style:solid;border-width:var(${e})}`}get styleSheet(){return this.css.styleSheet}}({width:`${ae.input}-outline-width`,color:`${ae.input}-outline-color`}).styleSheet,bi)],_i);let wi=class Input extends _i{constructor(){super(...arguments),this.type="text",this.variant="default"}render(){return bt`<div part="root" ${Ot(this.observedRecord)} class="${Wt("input-field",this.variant)}">${[this._renderPrefix(),bt`<input part="input" type="${this.type}" .value="${this.value}" ?autofocus="${this.autofocus}" ?disabled="${this.disabled}" autocapitalize="${this.autocapitalize||xt}" autocomplete="${this.autocomplete||xt}" placeholder="${this.placeholder||xt}" id="${this.makeId}" @input="${this._handleInput}">`,this._renderSuffix()]}</div>`}_renderSuffix(){const t="password";return bt`<label for="${this.makeId}" part="suffix">${this.type===t?bt`<i part="icon" @mousedown="${()=>this._changeInputType("text")}" @mouseup="${()=>this._changeInputType(t)}" @mouseleave="${()=>this._changeInputType(t)}">${yi()}</i>`:Dt("suffix")}</label>`}};t([Y()],wi.prototype,"variant",void 0),t([J("input")],wi.prototype,"_input",void 0),wi=t([u("input"),p(_`:host{display:block;height:var(${ae.input}-height);width:var(${ae.input}-width)}.outline,:host(:focus-within){${ae.input}-outline-color:var(${ae.active})}`)],wi);var xi=wi;xi.define();let ki=class Layout extends GlobalStyle{constructor(){super(...arguments),this.noHeader=!1,this.noFooter=!1,this.sticky=!1}render(){return bt`<div part="root" ${Ot(this.observedRecord)}>${this.noHeader?"":bt`<header part="header">${Dt("header")}</header>`}<main part="main">${Dt()}</main>${this.noFooter?"":bt`<footer part="footer">${Dt("footer")}</footer>`}</div>`}};t([Y({type:Boolean})],ki.prototype,"noHeader",void 0),t([Y({type:Boolean})],ki.prototype,"noFooter",void 0),t([Y({type:Boolean})],ki.prototype,"sticky",void 0),ki=t([u("layout"),p(_`:host,:host([contents]) [part=root]{display:flex;flex-direction:column;min-height:100%}[part=root]{display:contents}[sticky] header{position:sticky;top:0;z-index:1}[part=main]{flex:1;position:relative;width:100%}footer,header,main{width:100%}`)],ki);var Ci=ki;Ci.define();let Si=class SuperAnchor extends GlobalStyle{constructor(){super(...arguments),this.target="_self"}get pathname(){return new URL(this.href,location.href).pathname}render(){return bt`<a part="root" ${Ot(this.observedRecord)} href="${this.href||xt}" target="${this.target}" @click="${this._handleClick}">${Dt()}</a>`}};var Ai;t([Y()],Si.prototype,"href",void 0),t([Y()],Si.prototype,"target",void 0),Si=t([p(_`:host{color:currentColor;cursor:default;display:inline-block;text-decoration:none}:host([href]){cursor:pointer}[part=root]{color:inherit;display:inline-block;text-decoration:inherit;width:100%}`)],Si);let Ei=Ai=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=Dt(),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(),Ai.routerInstances.add(this),"field"!==this.type&&(this.observers.add(this,MutationObserver,this.collectSlottedRoutes,{attributes:!0,attributeFilter:["slot"],subtree:!0}),this.collectSlottedRoutes())}disconnectedCallback(){super.disconnectedCallback(),Ai.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.dispatchEvent(new CustomEvent("change",{detail: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?Dt(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)}};Ei.routerInstances=new Set,t([X()],Ei.prototype,"component",void 0),t([X()],Ei.prototype,"path",void 0),t([Y()],Ei.prototype,"pathname",void 0),t([X()],Ei.prototype,"default",void 0),t([Y()],Ei.prototype,"type",void 0),t([Y({type:Boolean})],Ei.prototype,"cache",void 0),t([X()],Ei.prototype,"routes",null),Ei=Ai=t([u("router"),p(_`:host{display:contents}`)],Ei);var Ri=Ei;const Ti="auto";let Mi=class Link extends Si{constructor(){super(...arguments),this.type=Ti,this.suppress=!1,this.replace=!1,this.state={},this.handleState=()=>{switch(this.type){case Ti:case"push":if(!this.replace){history.pushState(this.state,"",this.href);break}case"replace":history.replaceState(this.state,"",this.href)}}}_handleClick(t){const{state:e,type:o,href:s,pathname:a,suppress:l}=this;if(this.dispatchCustomEvent("navigate",{...this.observedRecord,pathname:a,state:e}),s.startsWith("#")||"normal"===o)return;this.handleState();const h=[...Ri.routerInstances];l||o===Ti&&!h.some((t=>t.search(location.pathname)))||(t.preventDefault(),Ri.routerInstances.forEach((t=>{t.handlePopstate()})))}};t([Y()],Mi.prototype,"type",void 0),t([Y({type:Boolean})],Mi.prototype,"suppress",void 0),t([Y({type:Boolean})],Mi.prototype,"replace",void 0),Mi=t([u("link")],Mi);var Pi=Mi;Pi.define();let Ni=class Progress extends GlobalStyle{constructor(){super(...arguments),this.max=1,this.min=0}render(){let t,o=20;if(!e(this.value)){const e=new Ranger(this.min,this.max);o=100*e.restrict(this.value/e.diff),t="static"}return bt`<div part="root" ${Ot(this.observedRecord)} class="${t}"><i part="value" style="width:${o}%;"></i></div>`}};t([Y({type:Number})],Ni.prototype,"max",void 0),t([Y({type:Number})],Ni.prototype,"min",void 0),t([Y({type:Number})],Ni.prototype,"value",void 0),Ni=t([u("progress"),p(_`:host{background:var(${ae.passive});border-radius:.25em;color:var(${ae.active});height:.5em;width:100%}:host,[part=root]{display:block}[part=root]{border-radius:inherit;height: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}`)],Ni);var zi=Ni;zi.define();const Oi="range",Ii=ne(Oi);let Di=class Range extends _i{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:o}=this,s=t-o.length;return s>0?new Array(s).fill(e).concat(o):o}attributeChangedCallback(t,e,o){super.attributeChangedCallback(t,e,o),"max"!==t&&"min"!==t&&"step"!==t||(this._ranger=new Ranger(this.min,this.max,this.step))}get observedRecord(){return l(super.observedRecord,"outline-type")}render(){const t=this.padValue(2),e=Math.min(...t),o=Math.max(...t),s=this._ranger.diff;return bt`<div part="root" ${Ot(this.observedRecord)} @mousedown="${this.disabled?null:this._handleMousedownRoot}" style="${Ut([["--from",(e-this.min)/s*100+"%"],["--to",(o-this.min)/s*100+"%"],...t.map(((t,e)=>[`--handle-${e}`,(t-this.min)/s*100+"%"]))])}"><div part="track"></div>${Gt(this.rangeValue.length,(t=>this._renderHandle(t)))}</div>`}_renderHandle(t){const{disabled:e,range:o,rangeValue:s}=this,a=!o||o&&t===s.length-1&&1===s.length;return bt`<i tabindex="0" part="handle" class="${Wt({"last-focus":this.lastFocus===t})}" @mousedown="${e?null:this.createMouseDown(t)}" @focus="${e?null:()=>this.focusHandle(t)}" @blur="${e?null:this.blurHandle}" style="${Ut({"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 o=this._handles.item(t);o?.focus(),this.__keydownEvent||(this.__keydownEvent=this.events.add(document,"keydown",this.createKeydownEvent(t))),this.dispatchEvent(new CustomEvent("focus",{detail:t}))}blurHandle(){this.lastFocus=void 0,this.__keydownEvent=this.events.remove(document,"keydown",this.__keydownEvent),this.dispatchEvent(new CustomEvent("blur"))}createKeydownEvent(t){const{rangeValue:e,step:o}=this;return e.length<2&&(t=0),s=>{const a=e[t];"ArrowLeft"===s.key||"ArrowDown"===s.key?(s.preventDefault(),this.createSetValue(t)(a-o)):"ArrowRight"!==s.key&&"ArrowUp"!==s.key||(s.preventDefault(),this.createSetValue(t)(a+o))}}createMouseDown(t){return e=>{this.focusHandle(t),this.createMousedownListener(this.createSetValue(t))(e)}}createSetValue(t){return e=>{const o=this._ranger.normalize(e);let s=o;this.range&&(s=[...this.value],s[t]=o),this.value=s,this.dispatchEvent(new CustomEvent("range",{detail:this.value}))}}_computeValue({clientX:t,clientY:e}){const{top:o,left:s,height:a,width:l}=this._root.getBoundingClientRect();return this._ranger.present(this.vertical?(e-o)/a:(t-s)/l)}_handleMousedownRoot(t){const e=this._computeValue(t),o=this.range?this.rangeValue.reduce(((t,o,s)=>Math.abs(e-o)<Math.abs(e-this.rangeValue[t])?s:t),0):0,s=this.createSetValue(o);s(e),this.createMousedownListener(s)(t),this.focusHandle(o)}createMousedownListener(t){return e=>{e.preventDefault(),e.stopPropagation();const o=this.createMousemoveListener(t);this.events.add(document,"mousemove",o);const s=()=>{this.events.remove(document,"mousemove",o),this.events.remove(document,"mouseup",s)};this.events.add(document,"mouseup",s)}}createMousemoveListener(t){return e=>{const o=this._computeValue(e);o===this._ranger.restrict(o)&&t?.call(this,o)}}_connectedInit(){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([Y({type:Number})],Di.prototype,"min",void 0),t([Y({type:Number})],Di.prototype,"max",void 0),t([Y({type:Number})],Di.prototype,"step",void 0),t([Y({type:Boolean,reflect:!0})],Di.prototype,"vertical",void 0),t([Y({type:Array})],Di.prototype,"value",void 0),t([Y({type:Array})],Di.prototype,"default",void 0),t([J("root")],Di.prototype,"_root",void 0),t([function(t){return(e,o)=>Z(e,o,{get(){return(this.renderRoot??(Q??=document.createDocumentFragment())).querySelectorAll(t)}})}("[part=handle]")],Di.prototype,"_handles",void 0),t([X()],Di.prototype,"lastFocus",void 0),Di=t([u(Oi),p(_`:host{${Ii}--handle-active:var(${ae.active});${Ii}--track-width:.5em;${Ii}--length:var(${ae.input}-width);background:var(${ae.passive});display:block;width:var(${Ii}--length)}:host([contents]) [part=root]{width:inherit}:host([vertical]){height:var(${Ii}--length);width:-moz-fit-content;width:fit-content}:host(:not([disabled])) .last-focus{${Ii}--handle-scale:1.05;background:var(${Ii}--handle-active)}[part=root]{position:relative;width:100%;--from:0%;--to:50%;height:var(${Ii}--track-width)}[part=root],[part=track]{border-radius:inherit;min-height:inherit}[part=track]{background:var(${ae.active});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=handle],[part=track]{display:flex;position:absolute}[part=handle]{align-items:center;background:var(${ae.active});border:.1em solid;border-color:var(${ae.input}-control);border-radius:50%;height:1em;justify-content:center;transform:scale(var(${Ii}--handle-scale,1)) translate(-50%,-25%);transform-origin:0 25%;-webkit-user-select:none;user-select:none;width:1em}`,_`[vertical]{height:inherit;width:var(${Ii}--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%}`,_`[part=handle]{left:var(--handle);top:0}[vertical] [part=handle]{left:0;top:var(--handle)}`)],Di);var Hi=Di;Hi.define();const Bi="rotate",Ui=ne(Bi);let ji=class Rotate extends GlobalStyle{render(){return bt`<div part="root"><div part="slot" @mousemove="${this._handleRotate}">${Dt()}</div><i @mouseleave="${this.reset}"></i></div>`}reset(){this._root.style.removeProperty("transform"),this._root.style.removeProperty("transition")}_handleRotate(t){const{rotateX:e,rotateY:o}=this._computeOffset(t);this._root.style.setProperty("transform",`rotateX(${e}rad) rotateY(${o}rad)`),this._root.style.setProperty("transition","0s")}_computeOffset(t){const{left:e,top:o,width:s,height:a}=this._root.getBoundingClientRect(),{clientX:l,clientY:h}=t;return{rotateX:-(h-o-a/2)/a/2,rotateY:(l-e-s/2)/s/2}}};t([J("root")],ji.prototype,"_root",void 0),ji=t([u(Bi),p(_`:host{display:block;transition:all .5s ease-in-out;width:-moz-fit-content;width:fit-content;${Ui}--padding:.75em;${Ui}--offset:.5em}div{position:relative;transition:inherit;transition-property:transform}i{box-sizing:content-box;height:100%;margin:calc(var(${Ui}--offset)*-1);padding:var(${Ui}--offset);position:absolute;top:0;width:100%}[part=slot]{z-index:2}`)],ji);var Li=ji;function Vi(t,e){return t&&e&&t.toLowerCase().includes(e.toLowerCase())}function Gi(t,e){if(t){const o="checked";e?t.setAttribute(o,""):t.removeAttribute(o)}}Li.define(),Ri.define();let Fi=class Select extends xi{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 bt`<div part="root" ${Ot(this.observedRecord)} class="input-field">${[this._renderPrefix(),bt`<input part="input" type="${this.type}" .value="${this.text}" ?autofocus="${this.autofocus}" ?disabled="${this.disabled}" autocapitalize="${this.autocapitalize||xt}" autocomplete="${this.autocomplete||xt}" placeholder="${this.placeholder||xt}" id="${this.makeId}" @focus="${this._handleFocus}" @input="${this._handleInput}">`,bt`<label for="${this.makeId}" part="suffix"><i part="icon">${Fe()}</i></label>`,bt`<label for="${this.makeId}" part="content" direction-outset-place>${Dt()}</label>`]}</div>`}_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,o=this.optionValue(e);if(o){const t=this.select(o,e.textContent);this.multiple||Gi(this.lastChecked,0),Gi(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=>{Gi(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=>Gi(t,0))),this.defaultChecked.forEach((t=>Gi(t,1)))}select(t,e){e||=t;let o=0;if(this.multiple){const s=this.__store.findIndex((e=>e.value===t));s>-1?this.__store.splice(s,1):(this.__store.push({value:t,text:e}),o=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,o=1);return this.dispatchEvent(new CustomEvent("select",{detail:this.value,composed:!0})),this.filter(),o}filter(t){t=t?.trim(),[...this.children].forEach((e=>{this.filterCallback(e,!t||Vi(this.optionValue(e),t)||Vi(e.textContent,t),t)}))}filterCallback(t,e,o){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 o=e.slice(0,t).lastIndexOf(",")+1||0,s=e.indexOf(",",t)||e.length;return e.slice(o,s)}(this._input.selectionStart,e):e),this.dispatchEvent(new CustomEvent("input",{detail:this.value,composed:!0,bubbles:!0})),this.dispatchEvent(new CustomEvent("change",{detail:this.value,composed:!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([Y()],Fi.prototype,"text",void 0),t([J("content")],Fi.prototype,"_content",void 0),t([Y()],Fi.prototype,"direction",void 0),t([Y({type:Boolean})],Fi.prototype,"multiple",void 0),t([Y({type:Boolean})],Fi.prototype,"visible",void 0),t([X()],Fi.prototype,"autoDirection",void 0),Fi=t([u("select"),p(Je,_`.outline,:host(:focus-within){${ae.input}-outline-color:var(${ae.active})}[part=input]{text-overflow:ellipsis}[part=content]{position:absolute;visibility:hidden;width:100%}[visible] [part=content]{visibility:visible}`)],Fi);var Wi=Fi;Wi.define();var qi=Vt("0 0 56 56")`<path fill="currentColor" d="M7.715 49.574h40.57c4.899 0 7.36-2.437 7.36-7.265V13.69c0-4.828-2.461-7.265-7.36-7.265H7.715C2.84 6.426.355 8.84.355 13.69v28.62c0 4.851 2.485 7.265 7.36 7.265m31.57-21.633c-1.055-.937-2.25-1.43-3.515-1.43c-1.313 0-2.462.446-3.54 1.407l-10.593 9.469l-4.336-3.938c-.985-.867-2.04-1.336-3.164-1.336c-1.032 0-2.04.446-3 1.313L4.129 39.73V13.88c0-2.438 1.312-3.68 3.656-3.68h40.43c2.32 0 3.656 1.242 3.656 3.68v25.875Zm-21.469.258c3.024 0 5.508-2.484 5.508-5.531c0-3.023-2.484-5.531-5.508-5.531c-3.046 0-5.53 2.508-5.53 5.531a5.54 5.54 0 0 0 5.53 5.531"/>`;const Yi="skeleton",Xi=ne(Yi);let Zi=class Skeleton extends GlobalStyle{constructor(){super(...arguments),this.animation="position",this.loading=!0}render(){return this.loading?bt`<div part="root" ${Ot(this.observedRecord)}>${"image"===this.type?qi():""} ${Dt("loading")}</div>`:Dt()}};t([Y()],Zi.prototype,"type",void 0),t([Y()],Zi.prototype,"animation",void 0),t([X()],Zi.prototype,"loading",void 0),Zi=t([u(Yi),p(_`:host{${Xi}--from:var(${ae._colors.darkgray[9]});${Xi}--to:var(${ae._colors.darkgray[7]});${Xi}--deg:95deg;${Xi}--duration:1.5s;${Xi}--icon-size:5em;${Xi}--icon-margin:.25em;background:var(${Xi}--from);color:var(${ae._colors.darkgray[5]});display:block;flex-shrink:0;min-height:1.5em;overflow:hidden;width:100%}[part=root]{animation:var(${Xi}--duration) ease-in-out 0s infinite none running;height:100%;min-height:inherit;text-align:center}svg{--size:var(${Xi}--icon-size);font-size:var(--size);margin:calc(var(--size)*.05)}[animation=position]{animation-name:po;background-color:transparent;background-image:linear-gradient(var(${Xi}--deg),var(${Xi}--from) 36%,var(${Xi}--to) 50%,var(${Xi}--from) 64%);background-size:200% 100%}@keyframes po{0%{background-position:150%}to{background-position:-50%}}[animation=opacity]{animation-direction:alternate;animation-name:op}@keyframes op{50%{opacity:.25}to{opacity:1}}`)],Zi);var Ki=Zi;Ki.define();const Qi="split",Ji=ne(Qi);let to=class Split extends _i{constructor(){super(...arguments),this.len=6,this.index=-1,this.current=-1,this.currentValue=[]}get observedRecord(){return l(super.observedRecord,"outline-type")}render(){return bt`<div part="root" ${Ot(this.observedRecord)}>${Gt(this.len,(t=>bt`<span part="input-box" outline-type="${this.outlineType}" class="${Wt({focus:this.current===t})}" @click="${this.disabled?null:()=>this.focusAt(t)}">${this.currentValue[t]}</span>`))} <input part="input" id="${this.makeId}" @blur="${this.blur}" @input="${this._handleInput}" .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.dispatchEvent(new CustomEvent("input",{detail:this.value,composed:!0,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(),this.dispatchEvent(new CustomEvent("focus",{detail:t,bubbles:!0,composed:!0}))}blur(){this._input.blur(),this.current=-1,super.blur(),this.dispatchEvent(new CustomEvent("blur",{bubbles:!0,composed:!0}))}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([Y({type:Number})],to.prototype,"len",void 0),t([Y({type:Number})],to.prototype,"index",void 0),t([X()],to.prototype,"current",void 0),t([X()],to.prototype,"currentValue",void 0),to=t([u(Qi),p(_`:host{border-radius:1px;display:block;width:-moz-fit-content;width:fit-content;${Ji}--size:1.45em;${Ji}--gap:.25em}:host([contents]) [part=root]{width:-moz-fit-content;width:fit-content}[part=root]{display:flex;gap:var(${Ji}--gap);justify-content:space-between;position:relative;width:100%}[part=input-box],[part=root]{border-radius:inherit;vertical-align:top}[part=input-box]{align-items:center;display:inline-flex;height:var(${Ji}--size);justify-content:center;width:var(${Ji}--size)}[part=input]{background:none;height:100%;opacity:0;position:absolute;width:100%;z-index:-1}.focus{${ae.input}-outline-color:var(${ae.active})}`)],to);var eo=to;eo.define();const io="switch",oo=ne(io);let ro=class Switch extends _i{constructor(){super(...arguments),this.checked=!1,this.disabled=!1,this.default=!1,this.value="on"}get observedRecord(){return l(super.observedRecord,"outline-type")}render(){return bt`<div part="root" ${Ot(this.observedRecord)} class="round"><input part="input" type="checkbox" ?disabled="${this.disabled}" ?checked="${this.checked}" name="${this.name}" id="${this.makeId}" @change="${this._handleChange}"> <span part="handle" class="${this.checked}"></span></div>`}reset(){this.checked=this.default,this._input.checked=this.checked}_connectedInit(){this.checked&&(this.default=!0),!0===this.default&&(this.checked=!0)}_handleChange(){this.checked=this._input.checked,this.dispatchEvent(new CustomEvent("change",{detail:this.checked,composed:!0}))}namevalue(){return[this.name,this.checked]}};t([Y({type:Boolean,reflect:!0})],ro.prototype,"checked",void 0),t([Y({type:Boolean,reflect:!0})],ro.prototype,"disabled",void 0),t([Y({type:Boolean})],ro.prototype,"default",void 0),t([Y()],ro.prototype,"value",void 0),t([K("input")],ro.prototype,"_input",void 0),ro=t([u(io),p(_`:host,:host([contents]) [part=root]{display:inline-block;height:var(${oo}-height);width:var(${oo}-width)}:host{${oo}-width:3em;${oo}-height:calc(var(${oo}-width)/2);${oo}-handle-size:1.25em;${oo}-handle-space:.125em;${oo}-transition:.2s ease-in-out;background:var(${ae.passive});border-radius:calc(var(${oo}-height)/2);transition:.2s ease-in-out;transition-property:background,left;vertical-align:bottom}:host([checked]){background:var(${ae.active})}[part=handle],[part=root]{transition:inherit}[part=root]{height:inherit;position:relative}[part=input]{height:100%;opacity:0;width:100%}[part=handle]{align-items:center;display:inline-flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;width:50%}:host([checked]) [part=handle]{left:50%}[part=handle]{--size:var(${oo}-handle-size);background:currentColor;border-radius:100%;height:var(--size);margin:var(${oo}-handle-space);width:var(--size)}`)],ro);var so=ro;so.define();const no="text",ao=ne(no);let lo=class Text extends GlobalStyle{constructor(){super(...arguments),this.underline="none",this.clip=!1}render(){return bt`<span part="root" ${Ot(this.observedRecord)} class="${Wt(this.underline)}">${Dt()}</span>`}};t([Y()],lo.prototype,"underline",void 0),t([Y({type:Boolean})],lo.prototype,"clip",void 0),lo=t([u(no),p(_`:host{${ao}--color:currentColor;${ao}--color-hover:currentColor;${ao}--color-active:currentColor;display:inline-block;overflow-wrap:break-word;text-overflow:ellipsis}[part=root]{color:var(${ao}--color);display:inline-block;overflow:hidden;overflow-wrap:inherit;text-overflow:inherit;vertical-align:bottom;white-space:nowrap;width:100%}[part=root]:hover{color:var(${ao}--color-hover,var(${ao}--color))}[part=root]:active{color:var(${ao}--color-active,var(${ao}--color))}.active:active,.always,.hover:hover{text-decoration:underline}.none{text-decoration:none}[clip]{background:var(${ae.clipBackground});color:transparent;display:inline-block;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}`)],lo);var ho=lo;function co(t,e=2){return t.toString().padStart(e,"0").split("")}ho.define();let po=class Time extends GlobalStyle{constructor(){super(...arguments),this.escape="%",this.format="YYYY-MM-DD hh:mm:ss",this.time=new Date}render(){return bt`<span part="root" ${Ot(this.observedRecord)}>${function(t,e=new Date,o="%"){var s;if(!t)return t;if(isNaN(e.getTime()))return;const a=`${o}${o}`,l=[];t=t.replace(new RegExp(`${o}([ZYMDhmsS${o}])`,"g"),((t,e)=>(l.push(e),a)));const h=e.getTimezoneOffset()/-60,c={Z:[h>=0?"+"+h.toString():h.toString()],Y:e.getFullYear().toString().split(""),M:co(e.getMonth()+1),D:co(e.getDate()),h:co(e.getHours()),m:co(e.getMinutes()),s:co(e.getSeconds()),S:co(e.getMilliseconds(),3)},d=[];for(const e of t.split("").reverse()){const t=null===(s=c[e])||void 0===s?void 0:s.pop();t?d.push(t):d.push(e)}return d.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.dispatchEvent(new CustomEvent("time",{detail:this.time,composed:!0})),this.time=new Date(this.time.getTime()+(this.gap||this.timeout))}),Math.abs(this.timeout))))}};t([Y()],po.prototype,"escape",void 0),t([Y()],po.prototype,"format",void 0),t([Y({type:Object})],po.prototype,"time",void 0),t([Y({type:Number})],po.prototype,"timeout",void 0),t([Y({type:Number})],po.prototype,"gap",void 0),po=t([u("time"),p(_`:host{text-align:center}`)],po);var uo,vo=po;vo.define();const fo="tooltip",mo=ne(fo);let go=uo=class Tooltip extends SuperOpenable{constructor(){super(...arguments),this.direction="top",this.align="center",this.propagation=!1,this.type="hover"}render(){const t=uo.aligns[this.align]||"inherit",e="focus"===this.type;return bt`<div part="root" ${Ot(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}">${Dt()}<div part="tip" direction-outset-place>${this.tip?bt`<span class="passive">${this.tip}</span>`:Dt("tip")}</div></div>`}};go.aligns={start:"flex-start",end:"flex-end",center:"center","flex-start":"flex-start","flex-end":"flex-end"},t([Y()],go.prototype,"tip",void 0),t([Y()],go.prototype,"direction",void 0),t([Y()],go.prototype,"align",void 0),t([Y({type:Boolean})],go.prototype,"propagation",void 0),t([Y()],go.prototype,"type",void 0),go=uo=t([u(fo),p(Je,_`:host{${mo}--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(${mo}--tip-background)}[propagation] [part=tip]{pointer-events:none}`)],go);var yo=go;yo.define();const $o="typewriter",bo=ne($o);let _o=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 bt`<div part="root" ${Ot(this.observedRecord)}>${Dt()} ${this.contentInternal} <i part="cursor" ?hidden="${this.ended}"></i></div>`}firstUpdated(){this.content||=this._slot?.assignedNodes()[0]?.textContent.trim()||"",!this.ended&&this.len&&this.write()}updated(t){t.has("index")&&this.dispatchEvent(new CustomEvent(this.index===this.len?"done":"write",{detail:this.contentInternal}))}write(t=this.index){this.contentInternal=this.content.slice(0,t+1);const e=this.delay||((t=0,e=1)=>{const o=Math.max(t,e),s=Math.min(t,e);return Math.random()*(o-s)+s})(this.max,this.min);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([Y()],_o.prototype,"content",void 0),t([Y({type:Boolean})],_o.prototype,"ended",void 0),t([Y({type:Number})],_o.prototype,"max",void 0),t([Y({type:Number})],_o.prototype,"min",void 0),t([Y({type:Number})],_o.prototype,"delay",void 0),t([Y({type:Number})],_o.prototype,"index",void 0),t([X()],_o.prototype,"contentInternal",void 0),t([K("i")],_o.prototype,"_i",void 0),_o=t([u($o),p(_`:host{${bo}--cursor-width:.05em}:host,:host([contents]) [part=root]{display:inline-block}i{animation:s 1.5s steps(1) infinite;border-right:var(${bo}--cursor-width) solid;margin-left:.02em}@keyframes s{0%{border-color:currentColor}50%{border-color:transparent}}slot{display:none}`)],_o);var wo=_o;wo.define();export{me as Alert,be as Avatar,ke as Badge,Ee as Breath,Oe as Button,Be as Card,Ge as Carousel,Xe as Details,oi as Dialog,si as Divider,ai as Dragbox,ci as Flex,pi as Form,fi as Grid,gi as Heading,xi as Input,Ci as Layout,Pi as Link,zi as Progress,Hi as Range,Li as Rotate,Ri as Router,Wi as Select,Ki as Skeleton,eo as Split,so as Switch,ho as Text,vo as Time,yo as Tooltip,wo as Typewriter};
|
59
59
|
//# sourceMappingURL=godown+lit.js.map
|